OSDN Git Service

* cpphash.h: Move struct reflist, struct definition, and the
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2000-04-29  Zack Weinberg  <zack@wolery.cumb.org>
2
3         * cpphash.h: Move struct reflist, struct definition, and the
4         DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
5         union hashval.  _cpp_free_definition takes a HASHNODE pointer.
6         * cpphash.c (_cpp_free_definition): Free data pointed to by
7         MCONST, XCONST, MACRO, and FMACRO nodes properly.
8         (_cpp_create_definition, del_HASHNODE): Just call
9         _cpp_free_definition to clear out a hashnode.
10         * cpplib.c (do_pragma_poison): Likewise.
11
12 Sat Apr 29 12:25:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
13
14         * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
15         LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
16         FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
17         (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
18         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
19         REGNO_AM33_P): Redefine in terms of the new macros.
20         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
21         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
22         STRUCT_VALUE): Likewise.
23         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
24         ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
25
26 Sat Apr 29 01:18:45 MET DST 2000  Jan Hubicka  <jh@suse.cz>
27
28         * regmove.c (struct record_stack_memrefs_data): New.
29         (record_stack_memrefs): New function.
30         (combine_stack_adjustments_for_block): Use it.
31
32 Sat Apr 29 01:15:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
33
34         * calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
35         use special_function_p to detect alloca.
36
37 Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
38
39         * gcc.texi: Fixes for makeinfo 4.0 --html.
40
41 2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
42
43         * pcp.h: Delete file.
44
45 2000-04-28  Kazu Hirata  <kazu@hxi.com>
46
47         * h8300.c (function_epilogue): Clean up flags when the last insn
48         in a function is a barrier.
49
50 2000-04-28  Chris Demetriou  <cgd@sibyte.com>
51
52         * configure.in (sparc-hal-solaris2*): protect [] glob from
53         my expansion.
54         (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
55         rather than hard-coded constants in target_cpu_default2.
56         * configure: Regenerate.
57
58 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
59
60         * tree.c (get_callee_fndecl): Extract the initial value from
61         a readonly decl.
62
63 2000-04-28  Richard Henderson  <rth@cygnus.com>
64
65         * varasm.c (record_constant_1): Record the CODE_LABEL when
66         taking the address of a LABEL_REF.
67
68 2000-04-28  Richard Henderson  <rth@cygnus.com>
69             Jan Hubicka  <jh@suse.cz>
70
71         * calls.c (combine_pending_stack_adjustment_and_call): Return the
72         adjustment; don't do the stack adjust.
73         (expand_call): Call compute_argument_block_size right before
74         allocating the block; update comment; don't do alignment sanity
75         checking for sibling call; use args_size instead of
76         unadjusted_args_size before args_size is adjusted.  Use
77         combine_pending_stack_adjustment_and_call to compute stack adjust
78         for must_preallocate case.
79
80         * expr.c (push_block): Remove shadow `temp' in inner scope.
81
82 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
83
84         * toplev.c (rest_of_compilation): Call 
85         note_deferral_of_defined_inline_function even if the function
86         can't be inlined.
87
88 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
89
90         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
91
92 2000-04-28  Richard Henderson  <rth@cygnus.com>
93
94         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
95
96 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
97
98         * timevar.c (init_timevar): DeANSIfy function definition.
99
100 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
101
102         * Makefile.in (timevar.o): Depend on flags.h.
103         * timevar.c (unused_stack_instances): New variable.
104         (timevar_push): Take a timevar_stack_def from
105         unused_stack_instances if available.
106         (timevar_pop): Push the popped timevar_stack_def onto
107         unused_stack_instances.
108         (TIMEVAR_ENABLE): New macro.
109         (timevar_def): Make standalone a 1-bit field.  Add field used.
110         (get_time): Rename parameter to now.  Return after clearing it if
111         not TIMEVAR_ENABLE.
112         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
113         (timevar_pop): Likewise.
114         (timevar_stop): Likewise.
115         (timevar_push): Likewise.  Mark the timing variable as used.
116         (timevar_start): Likewise.
117         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
118         timevars that were never used.
119
120 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
121
122         * c-commom.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
123         always TREE_READONLY.
124
125 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
126
127         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
128         for call instruction with mode QImode.
129
130 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
131
132         * Makefile.in (OBJS): Add timevar.o.
133         (toplev.o): Depend on timevar.h.
134         (ggc-simple.o): Likewise.
135         (ggc-page.o): Likewise.
136         (timevar.o): New rule.
137         (timevar.h): New rule.
138
139         * timevar.h: New file.
140         * timevar.c: Likewise.
141         * timevar.def: Likewise.
142
143         * toplev.h (gc_time, parse_time, varconst_time): Remove.
144         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
145         throughout.
146         (TIMEVAR): Remove macro.
147         (gc_time, parse_time, varconst_time, integration_time, jump_time,
148         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
149         flow_time, combine_time, regmove_time, sched_time,
150         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
151         sched2_time, dbr_sched_time, reorder_blocks_time,
152         rename_registers_time, shorten_branch_time, stack_reg_time,
153         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
154         all_time): Remove.
155         (compile_file): Don't initialize time variables.  Call
156         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
157         of many calls to print_time.
158         (rest_of_compilation): Add timing for reload_cse_regs.
159         (get_run_time): Removed to timevar.c.
160         (print_time): Likewise.
161         (get_run_time): Implement using TV_TOTAL time variable.
162         (print_time): Get total run time from get_run_time. 
163         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
164         computing elapsed time explicitly.
165         * ggc-simple.c (ggc_collect): Likewise.
166         (gc_time): Remove declaration.
167         
168 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
169
170         * calls.c (combine_pending_stack_adjustment_and_call): New function.
171         (expand_call): Use it.
172         
173 2000-04-27  Jan Hubicka  <jh@suse.cz>
174
175         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
176         fields.
177
178 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
179
180         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
181         registers.
182
183 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
184
185         * function.c (epilogue_done): Pass whole insn to record_insns.
186
187 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
188
189         * cse.c (CSE_ADDRESS_COST): Remove.
190         (find_best_addr): Add new parameter "MODE", use address_cost instead
191         of CSE_ADDRESS_COST
192         (address_cost): New.
193         (fold_rtx): Update call of find_best_addr.
194         * rtl.h (address_cost): Declare.
195         * loop.c (general_induction_var): Add new parameter "MODE", use
196         address_cost instead of ADDRESS_COST
197         (init_loop): Use address_cost instead of ADDRESS_COST.
198         (check_insn_for_givs): Update call of general_induction_var.
199         (find_mem_givs): Likewise.
200         (consec_sets_giv): Likewise.
201         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
202         * i386.c (ix86_address_cost): New.
203         * i386-protos.h (ix86_address_cost): Declare.
204
205 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
206
207         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
208         registers.
209
210 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
211
212         * expr.c (store_expr): Use clear_storage instead of direct memset
213         libcall.
214
215 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
216
217         * config/mn10300/mn10300.c (mn10300_address_cost): Test
218         ASHIFT, AND and LABEL_REF.
219
220 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
221
222         * invoke.texi (-foptimize-sibling-calls): Fix.
223
224 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
225
226         * loop.c (load_mems)  Don't use hard registers for the hoisting.
227
228         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
229         calculation; rename const_equiv array in the preconditioning code
230         from loop_unroll to loop_unroll_precondition
231
232 2000-04-27  Richard Henderson  <rth@cygnus.com>
233
234         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
235         add new_set.
236         (propagate_one_insn): Clear it.  Don't update reg_live here.
237         (init_propagate_block_info): Update for pbi member changes.
238         (free_propagate_block_info): Likewise.
239         (mark_set_1): Know that zero_extract, sign_extract, and 
240         strict_low_part don't kill their argument.  Alter hard subregs.
241         Update new_set for non-CLOBBER sets.  Update reg_live.
242         (find_auto_inc): Update reg_live, not new_dead.
243         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
244         to determine if the reg in question was set this insn.  Only update
245         reg info with PROP_REG_INFO.
246
247 2000-04-26  Richard Henderson  <rth@cygnus.com>
248
249         * flow.c (allocate_reg_life_data): Set max_regno here ...
250         (life_analysis): ... not here.
251
252         * flow.c (calculate_global_regs_live): Force stack pointer
253         live at end.
254
255 2000-04-26  Richard Henderson  <rth@cygnus.com>
256
257         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
258         commit change group changes.
259         (invert_exp_1): Similarly.
260         (redirect_exp, invert_exp): Use them.
261         (redirect_jump_1): New.
262         (invert_jump_1): New.
263         (jump_optimize_1): Remove code subsumed by condexec.c.
264         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
265
266 2000-04-26  Richard Henderson  <rth@cygnus.com>
267
268         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
269
270         * genconfig.c (main): Set all HAVE_foo to 1.
271
272         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
273
274 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
275
276         * invoke.texi: Document -fssa flag.
277
278 2000-04-26  Richard Henderson  <rth@cygnus.com>
279
280         * flow.c (count_reg_sets_1): Remove.
281         (count_reg_sets, count_reg_references): Remove.
282         (recompute_reg_usage): Implement with update_life_info.
283         Reallocate life data.
284
285 2000-04-26  Richard Henderson  <rth@cygnus.com>
286
287         * flow.c (update_life_info): Consider blocks null to mean the
288         universal set.
289         (calculate_global_regs_live): Likewise.
290         (life_analysis): Do that instead of collecting all_blocks.
291
292 2000-04-26  Richard Henderson  <rth@cygnus.com>
293
294         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
295         a still-valid conditional jump.
296
297 2000-04-26  Richard Henderson  <rth@cygnus.com>
298
299         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
300
301         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
302         * flow.c (calculate_loop_depth): Remove.
303         * output.h (calculate_loop_depth): Don't declare.
304         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
305         inline; run estimate_probability at the same time.
306
307 2000-04-26  Neil Booth  <NeilB@earthling.net>
308
309         * cpplib.h: "~=" is not a single pp-token.
310         * cpplex.c: Correct commentary.
311
312 2000-04-26  Richard Henderson  <rth@cygnus.com>
313
314         * flow.c (mark_set_1): New arguments code and flags; update all
315         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
316         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
317         loop_depth when optimizing for size.  Do new_dead update after
318         emitting REG_UNUSED notes.  Merge mark_set_reg code.
319         (mark_set_reg): Remove.
320         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
321         arrange to not emit REG_UNUSED notes.
322
323 2000-04-26  Richard Henderson  <rth@cygnus.com>
324
325         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
326         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
327
328 2000-04-26  Richard Henderson  <rth@cygnus.com>
329
330         * flow.c (propagate_one_insn): Break out from propagate_block.
331         (init_propagate_block_info): Likewise.
332         (free_propagate_block_info): Likewise.
333         (propagate_block): Use them.  Export.
334         * basic-block.h: Declare them all.
335
336 2000-04-26  Richard Henderson  <rth@cygnus.com>
337
338         * basic-block.h (life_analysis): Declare here ...
339         * output.h: ... not here.
340         * flow.c (life_analysis): Remove nregs parameter; replace
341         remove_dead_code with flags.  Remove ssa dead code check.
342         Only init alias analysis if we'll use it.
343         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
344         * ssa.c (convert_to_ssa): Likewise.
345         (convert_from_ssa): Likewise.
346         * toplev.c (rest_of_compilation): Likewise.
347
348 2000-04-26  Richard Henderson  <rth@cygnus.com>
349
350         * flow.c (flow_delete_block): Rename from delete_block.  Export.
351         * basic-block.h (flow_delete_block): Declare.
352
353 2000-04-26  David S. Miller  <davem@redhat.com>
354
355         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
356         taking a PATTERN of it.
357
358 2000-04-26  <NeilB@earthling.net>
359
360         * cpplex.c (spell_other, spell_char): Remove.
361         (SPELL_CHAR): New.
362         (token_spelling, trigraph_map): Use unsigned chars.
363         (_cpp_lex_line): Tidy up the switch statement.
364         * cpplib.h: Implement spell_char with spell_string.
365         (C): New.
366
367 2000-04-26  <RodneyBrown@pmsc.com>
368         
369         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
370         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
371
372 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
373
374         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
375         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
376         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
377         dwarf2out_return_save, dwarf2out_return_reg,
378         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
379         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
380         gen_compile_unit_die, dwarf2out_init): Constify a char*.
381
382         * dwarf2out.h (dwarf2out_init): Likewise.
383
384         * dwarfout.c (filename_entry, primary_filename, last_filename,
385         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
386
387         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
388         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
389         dwarf2out_return_reg): Likewise.
390
391 2000-04-26  Andreas Jaeger  <aj@suse.de>
392
393         * extend.texi (Function Attributes): Fix description of pure
394         attribute.
395
396 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
397
398         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
399         before calling rest_of_compilation.
400
401 2000-04-26  Andreas Jaeger  <aj@suse.de>
402
403         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
404         last patch.
405
406 2000-04-25  Richard Henderson  <rth@cygnus.com>
407
408         * cse.c (cse_insn): Emit barrier after unconditional jump.
409
410         * calls.c (expand_call): Disable tail call generation once
411         rtx_equal_function_value_matters is false.
412
413         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
414         like EDGE_EH edges.
415
416 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
417
418         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
419
420         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
421
422         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
423         is the primary DIE for a member function.
424         (gen_decl_die): Call set_decl_origin_self here.
425         * dwarfout.c (output_decl): And here.
426         * integrate.c (output_inline_function): Not here.
427         Don't clear DECL_INLINE until after calling rest_of_compilation.
428         (set_decl_origin_self): No longer static.
429         * tree.h: Add prototype.
430         * toplev.c (note_deferral_of_defined_inline_function): Only write
431         out abstract instance for actual inlines.
432
433 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
434
435         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
436         EXTENDED_REGS only if TARGET_AM33.
437         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
438         SP_REGS to register allocation and reloading unless absolutely
439         necessary.
440         (movsi3): Remove special-case of adding non-constants to SP.
441
442 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
443
444         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
445         INCLUDES to search and does not provide any of its own.  Also it
446         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
447         parameters.  Also it does not call AC_DEFINE.
448         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
449         AC_DEFINE and provides for automatic entries for autoheader.
450         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
451
452         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
453         so we can pass -I flags and include gansidecl.h/system.h in this
454         test.
455
456         * acconfig.h: Delete all NEED_DECLARATION_* entries.
457
458 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
459
460         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
461         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
462         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
463                 
464         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
465         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
466         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
467         for these macros.  Clean up spacing and linewraps.
468
469 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
470
471         * calls.c (expand_call): Use get_callee_fndecl.
472
473         * print-tree.c (print_node): Print the chain of an _EXPR.
474
475 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
476                           Jim Wilson  <wilson@cygnus.com>
477                           Andrew Haley  <aph@cygnus.com>
478         
479         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
480         and gp save/restore problems.
481         * config/ia64/crtend.asm: Add IA-64 unwind support.
482         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
483         in fr_pad_size calculation.
484         (save_restore_insns): Move PR save area.  Correct uses of
485         RTX_FRAME_RELATED_P.
486         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
487         (ia64_expand_epilogue): Add eh_epilogue support.
488         (ia64_function_prologue): Emit .prologue directive.
489         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
490         (ia64_override_options): Set init_machine_status and
491         mark_machine_status.
492         (rtx_needs_barrier): Handle bsp reads and writes.
493         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
494         New static variables.
495         (process_set, process_for_unwind_directive): New functions.
496         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
497         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
498         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
499         macros.
500         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
501         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
502         (struct machine_function): Define.
503         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
504         
505 2000-04-25  Bruce Korb  <bkorb@gnu.org>
506
507         * fixinc/Makefile.in: make the removal of old programs more
508         robust
509         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
510         install-bin and install-sh
511
512 2000-04-25  Nick Clifton  <nickc@cygnus.com>
513
514         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
515         defined, define to return zero.
516         (function_cannot_inline_p): If a function has any target
517         specific attributes, then use the macro
518         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
519         whether it can be inlined.  If it cannot, issue a suitable
520         explanation.
521
522         * tm.texi: Add a new node 'Inlining' to document the new macro
523         FUNCTION_ATTRIBUTE_INLINABLE_P. 
524
525 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
526
527         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
528         commentary. 
529
530 2000-04-25  Neil Booth  <NeilB@earthling.net>
531
532         Restore previous patch, plus the following fixes:
533
534         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
535         flags, not CPP_OPEN_PAREN.
536         * cpplex.c (expand_token_space, init_token_list,
537         cpp_free_token_list): Put the dummy token at list->tokens[-1].
538         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
539
540 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
541
542         * config/i386/freebsd.h (INT_ASM_OP): Define.
543
544 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
545
546         * loop.c (strength_reduce): Fix typo in the last checkin.
547
548 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
549
550         * stor-layout.c (finalize_record_size): Simplify to use existing
551         functions.
552         (compute_record_mode): No longer static.
553         * tree.h (compute_record_mode): New declaration.
554
555 2000-04-25  Neil Booth  <NeilB@earthling.net>
556
557         * Revert my patch below until cause of build failures
558         determined.
559
560 2000-04-25  Richard Henderson  <rth@cygnus.com>
561
562         * combine.c (combine_instructions): Add missing argument
563         to try_combine.
564
565         * toplev.c (rest_of_compilation): Delay sibcall optimization
566         until after emit_eh_context.
567
568 2000-04-24  Nick Clifton  <nickc@redhat.com>
569
570         * combine.c (combine_instructions): Do not try to combine a
571         sequence of insns when the second insn has been replaced by a
572         note.
573
574 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
575
576         * gcc.c (load_specs): New static function.
577         (read_specs): Use it.
578
579         * gcc.c (lookup_compiler): Make multiple passes for case
580         insensitive filesystems.
581
582 2000-04-24  Neil Booth  <NeilB@earthling.net>
583
584         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
585         * cpphash.h (_cpp_check_directive): new.
586         * cpplex.c (handle_newline, cpp_free_token_list,
587         init_trigraph_map, trigraph_ok, trigraph_replace,
588         backslash_start, skip_block_comment, skip_line_comment,
589         skip_whitespace, parse_name, parse_number, parse_string,
590         copy_comment, _cpp_lex_line, spell_char, spell_string,
591         spell_comment, spell_name, spell_other, _cpp_lex_file,
592         _cpp_output_list): new.
593         (expand_name_space): take length argument.
594         (init_token_list): add comment list initialisation.
595         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
596         instead of HSPACE_BEFORE.
597
598         * cpplib.c (_cpp_check_directive): new
599         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
600         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
601         (HSPACE_BEFORE): delete.
602         (TTYPE_TABLE): rearrange.
603         (struct cpp_toklist): update.   
604
605 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
606
607         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
608         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
609         argument form of AC_DEFINE.
610
611         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
612         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
613         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
614         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
615         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
616
617         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
618
619 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
620
621         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
622         deduced.h): Use -isystem, not -I, for including system headers.
623
624 2000-04-24  Nick Clifton  <nickc@cygnus.com>
625
626         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
627         the source register is the frame pointer or arg pointer.
628         (addsi3_small_int): Disallow if source register is the frame
629         pointer or arg pointer.
630
631 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
632
633         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
634         call to AC_MSG_RESULT.
635
636 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
637
638         * invoke.texi: Correct grammatical errors, document
639         -fno-gnu-keywords as identical to -fno-asm for C++.
640
641 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
642
643         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
644         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
645         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
646         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
647         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
648
649         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
650         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
651         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
652         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
653         new macros names.
654
655 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
656
657         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro. 
658         (pop_alignment): Likewise.
659         (handle_pragma_token): Likewise.
660
661 2000-04-24  Robert Lipe <robertlipe@usa.net>
662
663         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
664
665 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
666
667         * combine.c (try_combine): Update reg_nonzero_bits of
668         newi2pat before newpat.
669
670 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
671
672         * loop.c (strength_reduce): Simplify test to INSN_P.
673         (record_giv): Attempt to simplify the add value, use CONSTANT_P
674         expressions instead of CONST_INT.
675         (express_from_1): Likewise.
676
677 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
678
679         * regs.h (reg_n_max): Don't declare.
680         * flow.c (reg_n_max): Don't define.
681         * regclass.c (renumber): Don't initialize to zero.
682         (regno_allocated): Likewise.
683         (reg_n_max): Define.
684         (allocate_reg_info): Don't initialize unnecessarily.
685         
686 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
687
688         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
689         and blockage_p in the newly allocated attribute.
690
691 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
692
693         * config/mn10300/mn10300.md (addsi): `inc4' on address
694         registers does not modify cc, but `inc' on an extended
695         register does.
696
697 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
698
699         * reload.c (find_equiv_reg): Checks all valueno regs
700         as a reload_reg_p regs.
701
702 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
703
704         * cpphash.c (collect_objlike_expansion): Add sanity check.
705         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
706         the buffer is the empty string, return.  Mark __DATE__ and
707         __TIME__ as XCONST nodes, not MCONST.
708         (_cpp_macroexpand): Avoid pushing an empty buffer.
709         (funlike_macroexpand): Don't pop token_buffer here.
710
711 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
712
713         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
714         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
715         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
716         (REGNO_OK_FOR_BASE_P): Define in terms of them.
717         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
718         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
719         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
720
721 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
722
723         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
724         constant MULT givs.
725
726 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
727
728         * cpphash.h (struct definition): Move file, line, col members...
729         (struct hashnode): ... here.  Also add 'disabled' flag.
730         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
731         T_IDENTITY.  Remove T_DISABLED.               
732         Update prototypes.
733
734         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.     
735         (collect_expansion): Split into collect_objlike_expansion and
736         collect_funlike_expansion.                                 
737         (_cpp_macroexpand): Split out scan_arguments, stringify, and
738         funlike_macroexpand.
739         (_cpp_compare_defs): Rename compare_defs, make static.
740         (_cpp_make_hashnode): Initialize hp->disabled.  
741         (macro_cleanup): Adjust for new token types.  Clear
742         m->disabled.
743         (_cpp_create_definition): Move code here to determine what     
744         sort of macro it is, and code to check for redefinitions, from
745         do_define.  Implement a few simple cases without creating a   
746         full DEFINITION.
747         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
748         Handle the simple cases.                                 
749         (push_macro_expansion): Set buf->has_escapes and hp->disabled
750         here.
751
752         * cppinit.c (builtin_array): Change MCONST to XCONST
753         everywhere.
754         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
755         fix check for disabled and function-like macros.
756         * cpplib.c (do_define): Move most logic to
757         _cpp_create_definition.
758         (do_undef): Handle new special token types.
759
760 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
761
762         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
763         of CONSTANT_P for mult_val; always use validate_change to update insn.
764
765 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
766
767         * cpphash.c (trad_stringify, add_pat): New functions.
768         (collect_expansion): Restore support for -traditional syntax.
769         Use trad_stringify and add_pat.
770         (_cpp_macroexpand): Restore support for -traditional semantics.
771         * cpplex.c (_cpp_scan_line): Don't change space_before if we
772         get a COMMENT token.
773         (_cpp_lex_token): Provide COMMENT tokens to caller if
774         traditional and parsing_define_directive.
775         (skip_comment): Warn about // comments if -Wtraditional.
776         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
777         proper node type.
778         (do_undef): Don't warn about undefining EMPTY nodes.
779
780 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
781
782         * loop.c (strength_reduce): Fix biv removal code.
783
784 2000-04-22  Richard Henderson  <rth@cygnus.com>
785
786         * predict.c (estimate_probability): Examine both sides of
787         a branch for no exits.  Use 90% not 50% for predict taken.
788         Reorg for one copy of note generation code.
789
790 2000-04-22  Richard Henderson  <rth@cygnus.com>
791
792         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
793
794 2000-04-22  Richard Henderson  <rth@cygnus.com>
795
796         * diagnostic.c (init_output_buffer): Don't initialize format_args.
797         (output_clear): Likewise.
798         (output_printf): Use va_copy.
799         (vline_wrapper_message_with_location): Likewise.
800         (v_message_with_decl): Likewise.
801         (line_wrapper_printf): VA_START infor buffer.format_args directly.
802         * system.h (va_copy): Provide default implementation.
803
804 2000-04-22  Richard Henderson  <rth@cygnus.com>
805
806         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
807         the collected condition is not a constant.
808
809 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
810
811         * diagnostic.h: New file.
812
813         * Makefile.in (diagnostic.o): Depends on diagnostic.h
814
815         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
816         various function prototypes.
817         (diagnostic.h): #include.
818         (struct output_buffer): Move into diagnostic.h.
819         (get_output_prefix): Rename to output_get_prefix.  Export.
820         (init_output_buffer): Export. Break out.  Ajust intialization.
821         (output_space_left, output_append): Export.
822         (output_newline): Rename to output_add_newline.  Export.
823         (output_clear): Nullify additional output_buffer fields.
824         (output_puts): Rename to output_add_string.  Export.
825         (dump_output): Rename to output_flush_on.  Export.
826         (build_location_prefix): Constify return-type.
827         (emit_output_prefix): Rename to output_emit_prefix. Export.
828         (set_real_maximum_length): New function.
829         (output_set_maximum_length): Ditto
830         (output_clear): Ditto.
831         (output_add_character): Ditto.
832         (output_add_integer): Ditto.
833         (output_add_space): Ditto.
834         (output_format): Ditto.
835         (output_printf): Adjust buffer initialization.
836         (vline_wrapper_message_with_location): Ditto.
837         (v_message_with_decl): Ditto.  Adjust call to output_puts
838         and get_output_prefix.
839         (default_print_error_function): Adjust buffer intialization.
840
841 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
842
843         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
844         of VOID_TYPE.
845
846 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
847
848         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
849         of explicit 0.
850
851 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
852
853         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
854         accurate data about SP moves.
855
856 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
857
858         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
859         aliases to AM33 registers.
860
861 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
862
863         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
864         to all EXTENDED bitmaps.
865
866 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
867
868         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
869         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
870         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
871
872 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
873
874         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
875         the operand is not constant.
876
877 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
878
879         * reload.c (find_equiv_reg): Checks all valueno and regno regs
880         as a call-clobbered regs.
881
882 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
883
884         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
885         * rtl.h: Likewise.
886         * rtl.def: Update comment.
887         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
888         * integrate.c (expand_inline_function): Likewise.
889         * profile.c (branch_prob): Likewise.
890         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
891         * print-rtl.c (print_rtx): Likewise.
892         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
893         (reemit_notes): Likewise; also use enum insn_note.
894
895         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
896         (place_field): Properly compute know and actual alignment.
897
898         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
899         in proper format.
900
901         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
902         note for REG1.
903
904 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
905
906         * cpphash.c (struct arg, struct arglist): Const-ify strings.
907         (warn_trad_stringify, duplicate_arg_p): New helper functions.
908         (collect_expansion): Rewrite to scan over a token list.
909         Remove -traditional support.
910         (collect_formal_parameters): Rename to collect_params; rewrite
911         to scan over a token list.
912         (_cpp_create_definition): Adjust to scan a token list.
913         (_cpp_macroexpand): Remove -traditional support.
914         (_cpp_compare_defs): Whitespace is now canonicalized.
915         (comp_def_part): Delete function.
916
917         * cpphash.h: Update prototypes.
918         * cpplex.c (init_token_list): Don't set lineno if there is no
919         buffer.
920         (pedantic_whitespace): New function.
921         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
922         consume a newline.  Use pedantic_whitespace.
923         (_cpp_lex_token): Remove support for -traditional macros.
924         (_cpp_get_define_token): Delete.
925         (_cpp_get_directive_token): Do the real work here.  Use
926         pedantic_whitespace.
927         (_cpp_init_input_buffer): Initialize pfile->directbuf.
928
929         * cpplib.c (get_macro_name): Delete.
930         (do_define): Read the entire line into pfile->directbuf, then
931         feed the token list to _cpp_create_definition.
932         * cpplib.h (HSPACE_BEFORE): new define.
933         (struct cpp_reader): Add a toklist member, "directbuf".
934
935         * predict.c (estimate_probability): New heuristic: if a jump
936         branches around a block with no successors, predict it taken.
937         Disentangle control flow.
938
939 2000-04-20  Richard Henderson  <rth@cygnus.com>
940
941         * loop.c (emit_iv_add_mult): Revert last change.
942
943 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
944
945         * cpplib.h (enum cpp_ttype): Add token types for all
946         punctuators.  Distinguish pp-numbers from valid C numbers.
947         Give some tokens better names.  Initialize from macro.    
948         (struct cpp_name, cpp_token, cpp_toklist): New data   
949         structures.
950         Update prototypes.
951         * cpplex.c (bump_column, expand_name_space,
952         expand_token_space, init_token_list, cpp_output_list,
953         _cpp_scan_line):  New functions.
954         (output_line_command): Add third argument, new line number.
955         * cpphash.h: Update prototypes.
956         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
957         token names.
958
959 2000-04-20  Richard Henderson  <rth@cygnus.com>
960
961         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
962
963 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
964
965         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
966         object pointed to.
967
968 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
969
970         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
971         REG_EQUAL note explaining the calculated value.
972
973         * calls.c (expand_call): Avoid unnecesary precalculation
974         and outgoing parameters space guarding for sibling calls.
975         (store_one_arg): Likewise.
976
977 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
978
979         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
980         (rest_of_compilation): Write sibling dump file and account
981         for time as jump time.
982         * invoke.texi: Update documentation on dump flags.
983
984 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
985
986         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
987
988 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
989
990         * cpphash.c (special_symbol): Represent an empty macro with
991         "\r \r " not just "\r ".
992         (_cpp_macroexpand): Correct condition for the foo ( ) special
993         case.
994         (unsafe_chars): Handle EOF as second argument.
995         (push_macro_expansion): Simplify test for removing escape at
996         end.  Do not trim both escapes if there is no text in between.
997
998 2000-04-19  Jim Blandy  <jimb@redhat.com>
999
1000         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
1001         of PTR_SIZE, when appropriate.
1002
1003 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
1004
1005         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
1006         (USE_ENUM_BITFIELDS): Fix typo.
1007
1008 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1009
1010         * stor-layout.c (place_field): Set rli->offset_align properly.
1011
1012 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1013
1014         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
1015         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
1016         PARM_BOUNDARY): Remove unnecessary casts.
1017
1018 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1019
1020         * calls.c (precompute_arguments): Remove must_preallocate and
1021         args_size calls.
1022         (expand_call): Update call of precompute_arguments.
1023
1024         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
1025         check_insn_for_givs): Break out from ...
1026         (strength_reduce) ... here; use for_every_insn_in_loop to call
1027         check_insn_for_givs.
1028         * loop.h (for_every_insn_in_loop): Declare.
1029         (loop_insn_callback): New type.
1030
1031 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
1032
1033         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
1034         not nul-terminated.
1035
1036 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
1037
1038         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
1039         flag_pic and RELOC.
1040
1041 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
1042
1043         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
1044
1045         * configure.in: Delete --disable-cpplib option and all
1046         references to cpp_main.
1047         * configure: Regenerate.
1048         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
1049         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
1050         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
1051         cpp$(exeext).  Add --no-headers to makeinfo command line when
1052         generating INSTALL.  Install and uninstall cpp.1 manpage, not
1053         cccp.1.
1054         * install.texi: Delete all references to cexp.y/cexp.c.
1055         Delete ancient instructions for compiling GCC on 3b1.
1056         * INSTALL: Regenerate.
1057
1058         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
1059         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
1060         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
1061         cexp.c/cexp.y.
1062         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
1063         which is no longer tested anywhere.
1064         
1065         * cppinit.c (handle_option): Don't run error message through
1066         gettext twice.
1067
1068 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1069
1070         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
1071         * cpperror.c (hashtab.h): Now include.
1072         * cppexp.c (hashtab.h): Likewise.
1073         * cpplex.c (hashtab.h): Likewise.
1074         * cppfiles.c (hashtab.h): Likewise.
1075         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
1076         to htab_find_slot_with_hash.
1077         * cpphash.c (hashtab.h): Now include.
1078         (_cpp_lookup_slot): INSERT is now enum insert_option.
1079         * cpphash.h (_cpp_lookup_slot): Likewise.
1080         * cppinit.c (hashtab.h): Include earlier.
1081         (initialize_builtins): Pass enum to htab_find_slot.
1082         * cpplib.c (hashtab.h): Now include.
1083         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
1084         (do_pragma_poison, do_assert): Likewise.
1085         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
1086         htab_find_slot_with_hash.
1087         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
1088         * tree.c (type_hash_add): Likewise.
1089         (build1): Minor cleanup.
1090
1091         * ggc-common.c: Add missing blanks.
1092         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
1093         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
1094
1095         * stmt.c (mark_case_node): New function.
1096         (mark_case_nesting): Call it.
1097
1098         * expmed.c (emit_store_flag): If comparing two-word integer
1099         with zero, can optimize NE, EQ, GE, and LT.
1100
1101         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
1102         * conflict.c: Minor cleanups.
1103         * optabs.c: Add blank line
1104         * simplify-rtx.c: Minor cleanups.
1105
1106 2000-04-18  Stan Cox  <scox@cygnus.com>
1107
1108         * gengenrtl.c (genlegend): Fix misspelling.
1109
1110 2000-04-18  Robert Lipe  <robertlipe@usa.net>
1111
1112         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
1113         bitfields of the host compiler are not signed quantities.
1114         * config.in: Regenerate.
1115         * configure: Regenerate.
1116         * system.h (USE_ENUM_BITFIELDS): Added.
1117         (ENUM_BITFIELDS): Added.
1118         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
1119         (SHORT_ENUM_BUG): Deleted.
1120         * tree.h (tree_common): Members `code', `mode', `built_in_class', 
1121         now ENUM_BITFIELD.
1122         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
1123         (CODE_FIELD_BUG): Likewise.
1124         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
1125         (OLD_CC): Likewise.
1126         * config/m68k/x-ccur (X_CFLAGS): Likewise.
1127
1128 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
1129
1130         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
1131         mark is active.
1132
1133 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
1134
1135         * cppexp.c (lex): Don't assume tokens are NUL terminated.
1136         * cpplib.c (do_include, do_import, do_include_next,
1137         read_line_number, detect_if_not_defined): Likewise.
1138         * cpphash.c (collect_expansion): Likewise.
1139         (special_symbol, _cpp_macroexpand): Check return from
1140         cpp_file_buffer.
1141         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
1142         macros.  Delete all uses.
1143
1144         * gcc.dg/cpp-mi.c: Add two more test cases.
1145         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
1146
1147 2000-04-17  Richard Henderson  <rth@cygnus.com>
1148
1149         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
1150         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
1151
1152 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
1153
1154         * function.c (expand_function_start): Use hard_function_value to
1155         compute the RTL to use for DECL_RESULT.
1156
1157 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1158
1159         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
1160         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
1161          x86_memory_mismatch_stall): New global variables.
1162         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
1163         alloved; fix load penalties for Athlon.
1164         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
1165         x86_memory_mismatch_stall): Declare.
1166         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
1167          TARGET_MEMORY_MISMATCH_STALL): New.
1168         * i386.md (athlon scheduling parameters): Fix latencies according to
1169         Athlon Optimization Manual.
1170         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
1171         vector.
1172         (fsqrt instruction patterns): Set athlon_decode to direct.
1173         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
1174         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
1175         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
1176         and TARGET_PARTIAL_REGISTER_STALL machines.
1177         (pushdf_nointeger): New pattern.
1178         (pushdf_integer): Rename from pushdf.
1179         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
1180         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
1181
1182 2000-04-17  Richard Henderson  <rth@cygnus.com>
1183
1184         * loop.c (canonicalize_condition): Add WANT_REG argument.
1185         Stop the search if we match it.
1186         * expr.h (canonicalize_condition): Update decl.
1187         * predict.c (expected_value_to_br_prob): Use it.  Track last
1188         expected value note.
1189         (find_expected_value): Remove.
1190
1191         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
1192
1193 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
1194
1195         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
1196         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
1197         a plain file.
1198         * configure.in: Call AC_FUNC_MMAP_FILE.
1199         * configure: Regenerate.
1200         * config.in: Regenerate.
1201
1202         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
1203         * fixinc/fixincl.c: Likewise.
1204
1205 2000-04-17  Richard Henderson  <rth@cygnus.com>
1206
1207         * builtins.c (expand_builtin_expect): New.
1208         (expand_builtin): Call it.
1209         * builtins.def (BUILT_IN_EXPECT): New.
1210         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
1211         * extend.texi: Document it.
1212
1213         * predict.c (expected_value_to_br_prob): New.
1214         (find_expected_value): New.
1215         * basic-block.h (expected_value_to_br_prob): Declare.
1216         * toplev.c (rest_of_compilation): Invoke it.
1217
1218         * rtl.h (NOTE_EXPECTED_VALUE): New.
1219         (NOTE_INSN_EXPECTED_VALUE): New.
1220         * rtl.c (note_insn_name): Update.
1221         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
1222         cases; handle NOTE_INSN_EXPECTED_VALUE.
1223
1224 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
1225
1226         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
1227         leaf sibcall delay slot if flag_pic.
1228         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
1229
1230 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1231
1232         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
1233
1234         * fixproto: If fix-header fails, exit with an error.
1235
1236 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1237
1238         * cse.c (struct check_depdendence_data): New.
1239         (check_dependence): New function.
1240         (invalidate): Use check_depdenence.
1241
1242 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
1243
1244         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
1245         UNITS_PER_WORD is unsigned.
1246
1247         * tree.h (struct tree_common): Remove misleading comment.
1248
1249 2000-04-16  Dave Pitts  <dpitts@cozx.com>
1250
1251         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
1252         message in quotes. Otherwise, IBM's make program treats the '#' as the
1253         start of a comment and ignores the remainder of the line.
1254
1255         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
1256         upper case.
1257         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
1258         * cexp.y (initialize_random_junk): Likewise.
1259         * cppfiles.c (find_include_file): Cast alloca return value.
1260         * cppinit.c (initialize_standard_includes): Likewise.
1261         * cpplib.c (cpp_define, cpp_undef): Likewise.
1262         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
1263         * final.c (output_asm_insn): Allow for holes in EBCDIC.
1264         * fold-const.c (CHARMASK): New.
1265         (real_hex_to_f): Use it.
1266         * real.c (CHARMASK): New.
1267         (etoasc, asctoeg): Use it.
1268         (asctoeg): EBCDIC lower case characters preceed upper case.
1269
1270         * i370.c (mvs_add_label): Change spacing for coding conventions.
1271         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
1272         outputing case vectors.
1273         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
1274         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
1275         since vector in in the data CSECT.
1276         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
1277         * i370.md (Many patterns): Put the length in the XL directives.
1278         (movdi): Put back STM and MVC in definition.
1279         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
1280         pattern using the TCA.
1281         * oe.h (CPP_SPEC): Added to allow trigraphs.
1282         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
1283         not support the "long long" type.
1284
1285 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
1286
1287         * config/mips/mips-protos.h (mips_legitimate_address_p): New
1288         function.
1289         (mips_reg_mode_ok_for_base_p): Likewise.
1290         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
1291         (REG_OK_FOR_INDEX_P): Define unconditionally.
1292         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
1293         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
1294         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
1295         that GET_MODE_SIZE is unsigned.
1296         (mips_reg_mode_ok_for_base_p): Define.
1297         (mips_legitimate_address_p): Likewise.  Adjust now
1298         that GET_MODE_SIZE is unsigned.
1299         (block_move_loop): Make the number of bytes unsigned.
1300         (expand_block_move): Likewise.
1301         (function_arg): Make the loop counter unsigned to match the
1302         boundary condition.
1303
1304 2000-04-16  Richard Henderson  <rth@cygnus.com>
1305
1306         * rtl.h (enum insn_note): New enumeration.  Subsume
1307         NOTE_INSN_DELETED and friends.
1308         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
1309         * rtl.c (note_insn_name): Tweak string order.
1310
1311 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
1312
1313         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
1314         to offset * 2.
1315
1316         * cpplex.c (output_line_command): Remove debugging prints.
1317         (cpp_output_tokens): Don't write out a zero-length buffer or
1318         try to see if it has a newline in it.
1319         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
1320         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
1321         the end of the loop.  Use memmove.  Don't read past the end of
1322         the buffer.  Remove trailing newlines from error messages.
1323
1324 2004-04-16  Neil Booth  <NeilB@earthling.net>
1325
1326         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
1327         * cpplib.c: Add new syntax flags to directive table, and
1328         supporting macros.
1329
1330 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
1331
1332         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
1333         using ret $N.
1334
1335 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
1336
1337         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
1338         * haifa-sched.c: Update -fsched-verbose comments to use "=".
1339
1340 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1341
1342         * Makefile.in (ggc-page.o): Now includes toplev.h.
1343         * ggc-page.c (toplev.h): Now included.
1344         (gc_time): Remove declaration.
1345         (ggc_collect): TIME now long.
1346         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
1347         others static.
1348         * toplev.h (gc_time, parse_time, gc_time): New declarations.
1349
1350         * toplev.c: Make *_time variable long to reduce chance of overflow.
1351         (TIMEVAR): Likewise for `otime'.
1352         (print_time): Arg is now long; compute percentage in FP and round.
1353         * toplev.h (print_time): Arg is long.
1354
1355         * tree.c: Minor whitespace changes.
1356
1357         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
1358         * configure: Rebuilt.
1359         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
1360         (__fixunsxfDI): Renamed from __fixunsxfdi.
1361         (__fixunsdfDI): Renamed from __fixunsdfdi.
1362         (__fixunssfDI): Renamed from __fixunssfdi.
1363         (__floatdisf): Use proper type in REP_BIT macro.
1364         (__fixunsxfSI): Renamed from __fixunsxfsi.
1365         (__fixunsdfSI): Renamed from __fixunsdfsi.
1366         (__fixunssfSI): Renamed from __fixunssfsi.
1367         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
1368         Change location of macros and upper-case some names as above.
1369         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
1370         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
1371
1372         * varasm.c (assemble_variable): Add cast to remove warning.
1373         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
1374
1375         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
1376         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
1377         region number to -1.
1378
1379 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
1380
1381         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
1382         call unshare_all_rtl.
1383
1384         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
1385
1386 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
1387
1388         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
1389         Use .s1 not .s0 for all FP instructions.
1390
1391 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
1392
1393         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
1394         interfaces.
1395         (safe_fwrite, output_line_command): New static functions.
1396         (cpp_expand_to_buffer): Now private to cpplib.
1397         (cpp_scan_buffer): Take a printer.
1398
1399         * cpphash.h: Update prototypes.
1400         * cpplib.h: Update prototypes.
1401         (cpp_printer): New.
1402         (cpp_buffer): Remove last_nominal_fname.
1403         (cpp_reader): Remove lineno.
1404
1405         * cppmain.c: Use a cpp_printer.
1406         * fix-header.c: No need to inhibit line commands.  Call
1407         cpp_start_read with no printer.
1408
1409         * cpperror.c (cpp_notice_from_errno): Provide default name.
1410         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
1411         (find_include_file, cpp_read_file): Use make_IHASH.
1412         (file_cleanup): Set control_macro and clear
1413         input_stack_listing_current here.
1414         (_cpp_execute_include): Don't output entering-file marker.
1415         * cpphash.c (special_symbol): Look for the line number in the
1416         buffer, not the reader.
1417         (_cpp_macroexpand): No need to disable line commands.
1418         (_cpp_dump_definition): No need to generate line commands.
1419         (dump_hash_helper): Remove excess newline from output.
1420         * cppinit.c (dump_special_to_buffer): No need to generate line
1421         commands.
1422         (cpp_printer_init): New.
1423         (cpp_start_read): Take a printer, and start it up if it's not
1424         NULL.  No need to generate line commands.
1425         (cpp_finish): Expect no buffers stacked at all.  Take a
1426         printer argument, and flush the output buffer if it's not
1427         NULL.
1428         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
1429         Don't put two hashes at the beginning of an assertion.
1430         (cpp_get_token): Don't increment pfile->lineno or emit line
1431         commands here.  Return EOF if there's no buffer when we get
1432         EOF.
1433         * cpplib.c (do_define, skip_if_group): 
1434         No need to disable line commands.
1435         (_cpp_output_line_command): Delete function.
1436         (do_line): Don't emit line commands here, but set things up so
1437         they will be emitted if necessary.  Use _cpp_fake_ihash to
1438         make unique nominal_fnames if necessary.
1439         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
1440         with 0 for column, not -1.
1441         (_cpp_handle_eof): Don't set the control macro here.  Don't
1442         clear input_stack_listing_current here.  Don't emit line
1443         commands.
1444
1445 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
1446
1447         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
1448         always, use the default SVR4 start address.
1449
1450         * config/rs6000/linux.h (LINK_SPEC): Don't define.
1451         (LINK_SHLIB_SPEC): Define.
1452         (LINK_START_DEFAULT_SPEC): Define.
1453         (LINK_OS_DEFAULT_SPEC): Define.
1454
1455         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
1456
1457         * config/rs6000/eabi.asm (__eabi): Call __init rather than 
1458         __do_global_ctors to handle constructors.
1459         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
1460         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
1461         (STARTFILE_MVME_SPEC): Likewise.
1462         (STARTFILE_SIM_SPEC): Likewise.
1463         (ENDFILE_ADS_SPEC): Use crtend.
1464         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
1465         (ENDFILE_MVME_SPEC): Likewise.
1466         (ENDFILE_SIM_SPEC): Likewise.
1467         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
1468         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
1469         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
1470         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
1471         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
1472         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
1473         (CRTSTUFF_T_CFLAGS_S): Define.
1474         * config/rs6000/eabi-ctors.c: Delete.
1475         
1476         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
1477         boundary.
1478         (__fini): Likewise.
1479         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
1480         boundary.
1481         (__fini): Likewise.
1482
1483 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
1484
1485         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
1486         plus mask size is smaller or equal to the mode size.
1487
1488 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1489
1490         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
1491         not yet set.
1492
1493         * expr.c (reload.h): Now included.
1494         (emit_block_move): Set volatile_ok when checking for movstr.
1495         (emit_move_1): Check for replacements in addresses in multi-word case.
1496         * Makefile.in (expr.o): Now includes reload.h.
1497
1498         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
1499         Never have a LIBCALL end a basic block.
1500         (find_basic_blocks_1): Likewise.
1501         Reorganize CALL_INSN cases.
1502
1503         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
1504
1505 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
1506
1507         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
1508         completers from mov.ret instruction.
1509
1510 2000-04-14  Richard Henderson  <rth@cygnus.com>
1511
1512         * fold-const.c (extract_muldiv): Don't distribute and widen
1513         multiply across plus for non-sizetype unsigned types.
1514
1515 2000-04-14  Richard Henderson  <rth@cygnus.com>
1516
1517         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
1518         If the original source is dead in the incr insn, it's dead now.
1519
1520 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1521
1522         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
1523         see if DECL_BIT_FIELD needs to still be set.
1524
1525         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
1526
1527         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
1528         print_int_cst_octal with something that's not an INTEGER_CST.
1529
1530         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
1531         and not a SUBREG to a FLOAT rtl.
1532
1533 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
1534
1535         * emit-rtl.c (try_split): Avoid infinite loop if the split
1536         results in a sequence that contains the original insn.
1537
1538 2000-04-13  Andreas Jaeger  <aj@suse.de>
1539
1540         * config/mips/mips.c (expand_block_move): Pass alignment
1541         argument to move_by_pieces in bits, not bytes.
1542
1543         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
1544         __pic__ for little endian.
1545
1546 2000-04-13  Andreas Jaeger  <aj@suse.de>
1547
1548         * config/i386/i386-protos.h: Add prototype for
1549         uno_comparison_operator.
1550
1551 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1552
1553         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
1554         * calls.c (ECF_PURE): New flag.
1555         (emit_call_1): Handle ECF_PURE calls.
1556         (initialize_argument_information): Unset ECF_PURE flag too.
1557         (precompute_arguments): Precompute for ECF_PURE too.
1558         (expand_call): Handle ECF_PURE calls too.
1559         (emit_library_call_value_1): Rename no_queue argument to fn_type,
1560         accept value of 2 as pure function.
1561         (emit_library_call_value, emit_library_call): Rename no_queue argument
1562         to fn_type.
1563         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
1564
1565         * tree.h (DECL_IS_PURE): New macro.
1566         (struct tree_decl): Add pure_flag.
1567         * c-common.c (enum attrs): Add attribute "pure".
1568         (init_attributes): Initialize attribute "pure"
1569         (decl_attributes): Handle attribute "pure".
1570         * extend.texi (Attribute "pure"): Document.
1571         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
1572         in pure function.
1573         (flags_from_decl_or_type): Support attribute "pure".
1574
1575 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
1576
1577         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
1578         the token except for numbers and identifiers.
1579
1580 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
1581
1582         * i386.c (ix86_expand_binary_operator,
1583         ix86_expand_unary_operator): Check no_new_pseudos
1584         instead of reload_in_progress and reload_completed.
1585         (ix86_split_ashldi, ix86_split_ashrdi,
1586         ix86_split_lshrdi): Check no_new_pseudos instead
1587         of reload_completed.
1588
1589 2000-04-12  Jeffrey A Law  (law@cygnus.com)
1590
1591         * function.c (purge_addressof): Unshare any shared rtl created by
1592         purge_addressof and its children.
1593
1594 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
1595
1596         * function.c (aggregate_value_p): VOID_TYPE nodes are never
1597         aggregates.
1598
1599 2000-04-05  Andreas Jaeger  <aj@suse.de>
1600
1601         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
1602         not compiling PIC code, add flags for mabi=64.
1603         (SUBTARGET_CPP_SIZE_SPEC): New.
1604         (SUBTARGET_CPP_SPEC): New.
1605         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
1606         for MIPS/Linux and lots of code needs these defines.
1607
1608 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
1609
1610         * reorg.c (fill_slots_from_thread): Check side_effects_p when
1611         trying the "opposite arithmetic" approach.
1612
1613 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1614
1615         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
1616         (struct sh_args): Add new field force_mem.
1617         (INIT_CUMULATIVE_ARGS): Initialize it.
1618         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
1619
1620 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1621
1622         * calls.c (expand_call): Do not reverse args in "equal from" field.
1623         (emit_library_call_value_1): Emit_libcall_block for const and pure
1624         function.
1625
1626 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1627
1628         * reload1.c (reload_combine): Don't enable optimization for fixed
1629         registers when encountering a BARRIER.
1630
1631 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1632
1633         * builtins.c (expand_builtin_memcmp): Do expansion even with
1634         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
1635
1636         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
1637         stack is propertly aligned; add sanity checking for aligned
1638         stack pointer.
1639         (expand_library_call_value_1): Add sanity checking for aligned
1640         stack pointer.
1641
1642 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
1643  
1644         * calls.c (emit_library_call_value_1): Change 3rd arg to
1645         locate_and_pad_parm to disregard the setting of partial.
1646
1647 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1648
1649         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
1650
1651         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
1652         CALL_INSN from the normal case.
1653
1654 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1655
1656         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
1657         New global variables.
1658         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
1659         adjustment.
1660         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
1661         Declare,
1662         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
1663          TARGET_ADD_ESP_8): New macros.
1664         * i386.md: Add peep2s to convert esp adjustments to push and pop
1665         instructions.
1666         (pushsi_prologue, popsi_epilogue): New patterns.
1667
1668 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
1669
1670         * real.c (toe64): Remove stale #endif from the last change.
1671
1672 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
1673
1674         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
1675         * real.c (toe64): Revert previous change.
1676
1677 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
1678
1679         * objc/objc-act.c: Include ggc.h.
1680         (objc_tree_index, objc_global_trees): Convert most of the
1681         static tree variables into a static array with previous names
1682         as defines.
1683         (objc_ellipsis_node): New variable.
1684         (lang_init): Call objc_act_parse_init and c_parse_init.
1685         Create objc_ellipsis_node.
1686         (build_selector_translation_table): Use objc_ellipsis_node instead
1687         of (tree)1.
1688         (hack_method_prototype): Likewise.
1689         (get_arg_type_list): Likewise.
1690         (start_method_def): Likewise.
1691         (continue_method_def): Likewise.
1692         (gen_method_decl): Likewise.
1693         (ggc_mark_imp_list): New function.
1694         (ggc_mark_hash_table): New function.
1695         (objc_act_parse_init): New function.
1696         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
1697         * c-parse.in (c_parse_init): For objc add roots of objc specific
1698         local tree variables.
1699         * objc/objc-parse.y: Rebuilt.
1700         * objc/objc-parse.c: Rebuilt.
1701         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
1702
1703 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
1704
1705         * cse.c (delete_trivially_dead_insns): Also delete insns
1706         that copy a register to itself where the destination is
1707         a strict_low_part.
1708
1709 2000-04-11  Richard Henderson  <rth@cygnus.com>
1710
1711         * flow.c (struct propagate_block_info): Add new_dead, new_live.
1712         (propagate_block): Initialize them.  Use them in parallel instead
1713         of one tmp variable, ie revert much of the 0408 and 0407 functional
1714         changes, but keep the structural changes.
1715         (mark_set_regs): Take new_dead from propagate_block_info instead.
1716         (mark_set_1, mark_set_reg): Likewise.
1717         (mark_used_regs): Likewise with new_live.
1718         (mark_used_reg): Likewise.  Revert 0408 change.
1719
1720 2000-04-11  Nick Clifton  <nickc@cygnus.com>
1721
1722         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
1723         restriction.
1724         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
1725
1726 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1727
1728         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
1729         const section to output a CONSTRUCTOR based on the same conditions
1730         used for VAR_DECLs.
1731
1732 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
1733
1734         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
1735         * pa/pa-protos.h (output_call): Add additional argument indicating
1736         if the call is a sibling/tail call.
1737         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
1738         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
1739         (function_arg, function_arg_partial_nregs): Likewise
1740         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
1741         (emit_move_sequence): Zero extend certain constants as needed
1742         for TARGET_64BIT.
1743         (compute_zdepdi_operands, output_64bit_and): New functions.
1744         (output_64bit_ior, function_arg): Likewise.
1745         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
1746         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
1747         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
1748         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
1749         (output_bvb): Likewise.
1750         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
1751         (output_call): New argument 'sibcall'.  Generate sibcall sequences
1752         as needed.
1753         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
1754         (ouput_arg_descriptor): Do not emit argument descriptors for
1755         TARGET_64BIT.
1756         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
1757         defined.
1758         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
1759         (FUNCTION_OK_FOR_SIBALL): Define.
1760         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
1761         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
1762         (CPP_SPEC): Use new spec infrastructure.
1763         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
1764         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
1765         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
1766         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
1767         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
1768         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
1769         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
1770         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
1771         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
1772         (FUNCTION_ARG); Call out to C code.
1773         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
1774         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
1775         (MIN_UNITS_PER_WORD): Likewise.
1776         * pa/pa.md (cmpdi): New expander.
1777         (scc patterns, movstrsi): Not available for TARGET_64BIT.
1778         (64bit conditional arithmetic): New patterns.
1779         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
1780         (movsicc): Not available if modes on all the operands to not match.     
1781         (movdicc): New expander and associated patterns.
1782         (64bit branches): New patterns.
1783         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
1784         (pre_ldd, post_std): New patterns.
1785         (64bit addil, load low part): New patterns.
1786         (special movsf constant): Not available for TARGET_64BIT.
1787         (movsf, movdf expanders): Force constants into memory.
1788         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
1789         (64bit movdf/movdi patterns): New patterns.
1790         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
1791         for TARGET_64BIT.
1792         (extendqidi2, extendhidi2, extendsidi2): Similarly.
1793         (adddi3 expander): Allow "arith_operand" for second input.
1794         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
1795         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
1796         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
1797         (muldi3): New expander for TARGET_64BIT.
1798         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
1799         for TARGET_64BIT.
1800         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
1801         patterns for TARGET_64BIT.
1802         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
1803         patterns for TARGET_64BIT.
1804         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
1805         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
1806         (sibcall_epilogue): New expander.
1807         (casesi): Tweak for TARGET_64BIT.
1808         (call expanders): Set & use the outgoing argument pointer.  Use the
1809         64bit call patterns as needed. Add additional arg to output_call.
1810         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
1811         (sibcall, sibcall_internal_symref): New expanders.
1812         (sibcall_value, sibcall_value_internal_symref
1813         (interspace_jump): Turn into an expander + matching patterns.
1814         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
1815         * pa/pa64-regs.h: Eliminate trigraph sequences.
1816         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
1817
1818 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
1819
1820         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
1821         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
1822         cpp_token with cpp_ttype everywhere.
1823         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
1824         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
1825         CPP_BUF_COL.  Line and column numbers are unsigned int, not
1826         long.
1827         * cpplex.c (cpp_buf_line_and_col): Delete.
1828         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
1829         'long lineno' to 'unsigned int lineno'.
1830         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
1831
1832 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
1833
1834         * extend.texi: ISO C99 is not a draft anymore.
1835         * invoke.texi: ISO C++ is not a draft anymore.
1836         * cpp.texi: __cplusplus is required by the ISO standard.
1837
1838         * extend.texi (-fthis-is-variable): Undocument.
1839         * flags.h (warn_template_debugging): Remove declaration.
1840         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
1841         -Wenum-clash, -Wtemplate-debugging): Undocument.
1842
1843 2000-04-10  Nick Clifton  <nickc@cygnus.com>
1844
1845         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
1846         integer.
1847         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
1848         integer.
1849         (ARM_SIGN_EXTEND): Use HOST_UINT.
1850         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
1851         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
1852         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
1853         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
1854
1855         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
1856         (arm_gen_constant): Use HOST_UINT.
1857         (arm_canonicalize_constant): Use HOST_UINT.
1858         (arm_reload_in_hi): Use HOST_UINT.
1859         (arm_reload_out_hi): Use HOST_UINT.
1860         (output_multi_immediate): Use HOST_UINT.
1861         (int_log2): Use HOST_UINT.
1862         (arm_poke_function_name): Use HOST_UINT.
1863         (arm_output_epilogue): Use arm_volatile_func().
1864         (output_thumb_prologue): Use arm_strip_name_encoding().
1865         
1866 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1867
1868         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
1869         of sequence point problems.
1870
1871 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
1872
1873         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
1874         Recomment.
1875         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
1876
1877 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1878
1879         * sbitmap.h: Whitespace changes and use upper-case macro args.
1880         (struct simple_bitmap_def): All sizes now unsigned.
1881         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
1882         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
1883         (sbitmap_vector_alloc): Parms and local vars now unsigned.
1884         (sbitmap_zero): Cast bzero arg to PTR.
1885         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
1886         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
1887         loop to make structure clearer.
1888         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
1889         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
1890         (sbitmap_a_and_b_or_c): Likewise.
1891         (sbitmap_intersection_of_succs): Minor cleanups.
1892         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
1893         (sbitmap_union_of_preds): Likewise.
1894         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
1895         (debug_sbitmap): New function.
1896         
1897         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
1898         * c-typeck.c (convert_for_assignment): Likewise.
1899
1900         * expmed.c (init_expmed): Don't free objects we make.
1901         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
1902
1903         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
1904         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
1905
1906         * gcse.c (expr_hash_table_size): Now unsigned.
1907         (compute_ae_gen): Local variable `i' now unsigned.
1908         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
1909         (compute_transout, hoist_code): Likewise.
1910         (compute_local_properties): Likewise, also hash_table_size.
1911         (alloc_expr_hash_table): N_INSNS now unsigned.
1912         (delete_null_pointer_checks): Mark arg F as unused.
1913
1914         * regrename.c: Minor cleanups, including chang some variables
1915         to unsigned int.
1916
1917 2000-04-10  Neil Booth  <NeilB@earthling.net>
1918
1919         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
1920         than GETC ().
1921         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
1922
1923 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
1924
1925         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
1926         __classof__, and __headof__ from the list of gnu keywords.
1927         (-ansi): Remove -foperator-names from list of implied options. 
1928         Do not call it ANSI C++.
1929         (-foperator-names): Document as -fno-operator-names.
1930
1931 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
1932
1933         * cpphash.c (timestamp): Delete.
1934         (del_HASHNODE): If type is T_MCONST, free value.cpval.
1935         (special_symbol): Remove unnecessary braces.  Remove
1936         T_VERSION.  Treat T_STDC like T_CONST unless
1937         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
1938         when one is encountered, then convert them into T_MCONST
1939         nodes.
1940         * cppinit.c (builtin_array): version_string is T_MCONST.
1941         __STDC__ has a "1" in its cpval.  Don't have a terminator
1942         entry.  Clean up which entries are dumped.
1943         (initialize_builtins): Only __STDC__ gets the special
1944         -traditional treatment.  Count the length of builtin_array.
1945         Render version_string here.
1946         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
1947         * cpplib.h (struct cpp_reader): Remove timebuf. 
1948
1949 2000-04-09  Richard Henderson  <rth@cygnus.com>
1950
1951         * genrecog.c (pred): Update comparison_operator for the unordered
1952         operators.
1953
1954         * config/i386/i386.c (no_comparison_operator): Disallow unordered
1955         operators.
1956         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
1957         (uno_comparison_operator): New.
1958         (put_condition_code): Handle UNORDERED/ORDERED.
1959         (unsigned_comparison): Likewise.
1960         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
1961         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
1962         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
1963         update all callers.  Handle all 8 unordered operators.
1964         (ix86_expand_setcc): Lose the unordered argument, update all callers.
1965         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
1966         * config/i386/i386.h (PREDICATE_CODES): Update.
1967         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
1968         (ix86_expand_branch, ix86_expand_setcc): Update.
1969         * config/i386/i386.md (sunordered, sordered): New.
1970         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
1971         (bunordered, bordered): New.
1972         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
1973         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
1974         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
1975
1976 2000-04-09  Philip Blundell  <philb@gnu.org>
1977
1978         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
1979         
1980 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
1981
1982         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
1983         fix_truncxfhi2): New patterns.
1984         * i386.c (output_fix_trunc): Handle converting to HImode.
1985
1986 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
1987
1988         * ssa.c (convert_to_ssa): Eliminate dead code when calling
1989         life_analysis.  
1990         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
1991         (for_each_successor_phi): Change parameter to basic_block.
1992         (coalesce_regs_in_successor_phi_nodes): Likewise.
1993         (coalesce_regs_in_copies): Likewise.
1994         (compute_coalesced_reg_partition): Use basic_block instead of index.
1995         * rtl.h (convert_to_ssa): Delete.
1996         (convert_from_ssa): Likewise.
1997         (successor_phi_fn): Likewise.
1998         (for_each_successor_phi): Likewise.
1999         (in_ssa_form): Likewise.
2000         * basic-block.h (convert_to_ssa): Moved from rtl.h.
2001         (convert_from_ssa): Likewise.
2002         (successor_phi_fn): Likewise.
2003         (in_ssa_form): Likewise.
2004         (for_each_successor_phi): Likewise.  Change parameter to basic_block. 
2005         * flow.c (calculate_global_regs_live): Pass a basic_block to
2006         for_each_successor_phi.
2007
2008 2000-04-08  Richard Henderson  <rth@cygnus.com>
2009
2010         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
2011         was modified in the current insn.
2012
2013 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
2014
2015         * arm/thumb.md: Delete.
2016         * arm/thumb-protos.h: Delete.
2017
2018 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
2019
2020         Merge changes from merged-arm-thumb-backend-branch onto trunk.
2021
2022         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
2023
2024         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
2025         into branch.
2026
2027         * arm.md (nop): Use the standard RTL expression.  Don't code as a
2028         define_expand.
2029         (*arm_nop, *thumb_nop): Delete.
2030
2031         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
2032         constants.  Use casts instead.
2033         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
2034         output_multi_immediate, arm_poke_function_name): Likewise.
2035         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
2036         MASK_RETURN_ADDDR): Likewise.
2037
2038         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
2039
2040         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325 
2041         into branch.
2042         
2043         * arm.md (eh_epilogue): New function.
2044         * arm.h (struct machine_function): Move to here ...
2045         * arm.c: ... from here.
2046         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
2047         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
2048         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
2049
2050         2000-03-30  Nick Clifton  <nickc@cygnus.com>
2051
2052         * config/arm/semi.h (ASM_SPEC): Restore definition.
2053         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
2054
2055         * config/arm/elf.h (ASM_SPEC): Restore definition.
2056         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
2057
2058         * config/arm/arm.h (ASM_SPEC): Remove definition.
2059         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
2060
2061         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
2062
2063         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
2064
2065         2000-03-24  Nick Clifton  <nickc@cygnus.com>
2066
2067         Various formating tidyups, elimination of compile time
2068         warnings and synchronisation with internal sources:
2069         
2070         * config/arm/arm-protos.h (assemble_align): Add prototype.
2071         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
2072         (gen_comapre_reg): Rename to arm_gen_compare_reg.
2073         (arm_return_addr_rtx): Rename to arm_return_addr.
2074
2075         * config/arm/arm.c: Include except.h.
2076         Define shorter typenames for strict minipool_node and struct
2077         minipool_fix.
2078         (arm_return_in_memory): For WinCE return all structures <= 32 bits
2079         in memory.
2080         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
2081         (gen_comapre_reg): Rename to arm_gen_compare_reg.
2082
2083         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
2084         already defined.
2085         (ASM_SPEC): Define if not already defined.
2086         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
2087
2088         * config/arm/arm.md: Rename references to gen_rotated_half_load to
2089         arm_gen_rotated_half_load, and references to gen_comapre_reg to
2090         arm_gen_compare_reg.
2091         (indirect_jump):  Only accept register operands.
2092         (load_indirect_jump): Keep this pattern since combine can generate
2093         it.
2094
2095         * config/arm/coff.h: Include aout.h.
2096         (MULTILIB_DEFAULTS): Only define if not already defined.
2097
2098         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
2099         into arm.h (so that COFF ports can support thumb based aliases).
2100         (ASM_SPEC): Move definition into arm.h
2101         
2102         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
2103         redundant apcs spec.
2104         (ASM_SPEC): Move definition to arm.h
2105
2106         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
2107
2108         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
2109         for entries in the .bss section
2110
2111         2000-03-23  Nick Clifton  <nickc@cygnus.com>
2112
2113         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
2114         to thumb_far_jump_used_p.
2115
2116         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
2117         single integer parameter.
2118
2119         * config/arm/arm.c (struct machine_function): Add two new
2120         fields, 'far_jump_used' and 'arg_pointer_live'.
2121         (thumb_far_jump_used_p): Once the decision has been made that
2122         far jumps might be used, always return true.
2123         If being called from the initial elimination offset macro then
2124         do not bother to perform the test if the arg pointer is not
2125         being used.
2126         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
2127         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
2128
2129         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
2130
2131         * arm.c (output_return_instruction): Handle more cases where we can
2132         return from a function with an ldr instruction.
2133         (arm_output_epilogue): Likewise.
2134
2135         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
2136         if we need to push a large stack frame and there are no callee-saved
2137         registers.
2138
2139         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
2140         in ARM code if the frame pointer has been eliminated.
2141
2142         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
2143         unspec_volatile arguments to avoid duplicates.
2144         (consttable_1, consttable_2): Fixes for big-endian mode.
2145
2146         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
2147         as appropriate.
2148
2149         Re-write constant pool code.
2150         * arm.c (minipool_node, minipool_fix): New types.
2151         (minifix): Delete type.
2152         (arm_add_minipool_constant): Delete.
2153         (arm_compute_minipool_offsets, arm_find_barrier, 
2154         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
2155         (get_jump_table_size): Now returns HOST_WIDE_INT.
2156         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
2157         functions.
2158         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
2159         (assign_minipool_offsets, arm_print_value): Likewise.
2160         (dump_minipool): Rewrite.
2161         (arm_barrier_cost): New function.
2162         (create_fix_barrier): New function.
2163         (push_minipool_barrier): New function.
2164         (push_minipool_fix): Record additional information about the fixup 
2165         required.
2166         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
2167         check the mode of what needs fixing.
2168         (arm_reorg): Rewrite.
2169
2170         2000-03-08  Nick Clifton  <nickc@cygnus.com>
2171
2172         * config/arm/arm.md (indirect_jump): Force constant addresses into
2173         a register. 
2174
2175         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
2176
2177         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
2178
2179         2000-02-24  Nick Clifton  <nickc@cygnus.com>
2180
2181         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
2182         adjust is word aligned.
2183         (thumb_expand_epilogue): Make sure that stack adjust is word
2184         aligned.
2185
2186         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
2187         
2188         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
2189
2190         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
2191         pointer relative addresses.
2192
2193         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
2194
2195         * arm.c (find_barrier): Find the last barrier within the allowed 
2196         range.
2197
2198         2000-02-09  Nick Clifton  <nickc@cygnus.com>
2199
2200         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
2201
2202         2000-02-09  Nick Clifton  <nickc@cygnus.com>
2203
2204         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
2205         ARM_FUNCTION_PROFILER. 
2206
2207         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
2208         ARM_FUNCTION_PROFILER. 
2209
2210         * config/arm/linux-oldld.h: Imported from mainline sources.
2211
2212         2000-02-07  Nick Clifton  <nickc@cygnus.com>
2213
2214         * config/arm/lib1funcs.asm: Merge in thumb functions from
2215         lib1thumb.asm.
2216         
2217         * config/arm/lib1thumb.asm: Delete.
2218
2219         2000-02-04  Nick Clifton  <nickc@cygnus.com>
2220
2221         * config/arm/arm.c: Sychronised with current Red hat local
2222         sources. 
2223         * config/arm/arm.h: Ditto.
2224         * config/arm/arm-protos.h: Ditto.
2225
2226         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
2227
2228         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
2229
2230         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
2231         byte stores.
2232
2233         2000-02-02  Nick Clifton  <nickc@cygnus.com>
2234
2235         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
2236
2237         * config/arm/arm.md (epilogue): Fix rtl checking abort because
2238         (return) was emited using an emit_insn() call. 
2239         
2240         2000-01-31  Nick Clifton  <nickc@cygnus.com>
2241
2242         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
2243         thumb stack frame.
2244         (thumb_exit): Move frame pointer back into hard frame pointer
2245         register if backtracing is being used.
2246
2247         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
2248
2249         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113 
2250         into branch.
2251
2252         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
2253
2254         * config/arm/arm.md (neg_pool_offset): Provide default for new
2255         attribute.
2256         (arm_movsi_insn): Add neg_pool_offset attribute.
2257         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
2258         rtx for the insn that starts the scan and an unsigned long for its
2259         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
2260         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
2261         instructions in *PINSERTED.
2262         (struct minipool_fixup): Add MIN_ADDRESS elt.
2263         (sort_fixups): Compute it.
2264         (arm_reorg): Changes to support inserting pools before the insn to be
2265         fixed up.
2266
2267         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
2268
2269         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
2270         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
2271         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
2272
2273         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
2274
2275         * config/arm/semi.h (TARGET_VERSION): Do not define if already
2276         defined.
2277         (TARGET_DEFAULT): Do not define if already defined.
2278
2279         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
2280
2281         * config/arm/arm.md (anddi3): Allow disjoint source operands.
2282         (iordi3): Allow disjoint source operands.
2283         (xordi3): Allow disjoint source operands.
2284         (negdi2): Permit construction for ARM and Thumb.
2285         (arm_negdi2): Renamed version of old negdi2 pattern.
2286         (thumb_negdi2): New pattern: Only permit non-overlapping
2287         source and destination.
2288
2289         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
2290
2291         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
2292         scratch low register so that it will not be deleted.
2293
2294         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
2295
2296         * config/arm/pe.h (ARM_PE): Define.
2297         
2298         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
2299         interfacearm attribute if this is a PE toolchain.
2300         (output_return_instruction): Do not emit anything if the function
2301         has the naked attribute set.
2302         (is_called_in_ARM_mode): If the function has the interfacearm
2303         attribute then return true.
2304         (thumb_expand_prologue): Do not generate a prologue for naked
2305         functions.
2306         (thumb_expand_epilogue): Do not generate an epilogie for a naked
2307         function.
2308         (output_thumb_prologue): Do not bother if the function is naked.
2309         Strip PE encoding from function name before emitting.
2310
2311         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
2312
2313         * arm.md (pic_load_addr): Fix constraints.
2314
2315         * arm.md (casesi_insn): Fix mis-applied patch.
2316
2317         * arm.md ("core" function unit): Add rules for single- and
2318         multi-cycle insns.
2319         (All TARGET_THUMB patterns): Add "type" attribute information
2320         where needed.
2321         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
2322         the following insn is a CALL.
2323
2324         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
2325         pointer.
2326         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the 
2327         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
2328         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
2329         
2330         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
2331
2332         * config/arm/linux-gas.h: oops - this file was missed out when the
2333         branch was created...
2334
2335         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
2336
2337         * thumb.c: Deleted.  Move contents to ...
2338         * arm.c: ... here.
2339         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
2340         rule for thumb.o
2341         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
2342         * configure: Regen.
2343
2344         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
2345         declare a prototype for asm_output_align();
2346
2347         * arm.c (thumb_condition_code): Delete.
2348         (arm_print_operand): Always use arm_condition_code array.
2349
2350         * arm.c (thumb_return_addr_rtx): Delete.
2351         (arm_save_machine_status, arm_restore_machine_status): Delete.
2352         (arm_init_machine_status, arm_mark_machine_status): New functions.
2353         (arm_init_expanders): Update accordingly.
2354         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
2355         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
2356         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
2357         
2358         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
2359
2360         * configure.in : Fix arm-*-aout target to use new t-arm-aout
2361         script. 
2362         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
2363         targets.
2364
2365         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
2366
2367         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
2368         stack backtrace structure.
2369
2370         * config/arm/arm-protos.h: Add prototypes for functions defined in
2371         arm/pe.h.
2372         
2373         * config/arm/arm.c (arm_override_options): Fix selection of 
2374         attributes of default processor.
2375         
2376         * config/arm/coff.h: Delete needless #include.
2377         
2378         * config/arm/pe.c: Delete unused code.
2379         
2380         * config/arm/pe.h (CPP_DEFINES): Delete
2381         (SUBTARGET_CPP_SPEC): Define.
2382         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
2383         
2384         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
2385
2386         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
2387
2388         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
2389         updated.
2390         (CAN_DEBUG_WITHOUT_FP): Define.
2391         (FIXED_REGISTERS): Make r11 call-saved.
2392         (CALL_USED_REGISTERS): Likewise.
2393         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
2394         (FRAME_POINTER_REQUIRED): Correct logic for determining when a 
2395         frame-pointer is required.
2396         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
2397         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
2398         if the target normally needs a stack frame in non-leaf functions.
2399         (use_return_insn): Correct logic for determining when a return
2400         instruction can be used.
2401         (output_return_instruction): Handle the frame-pointer register as
2402         a normal register when not TARGET_APCS_FRAME.
2403         (arm_output_prologue): Likewise.
2404         (arm_output_epilogue): Likewise.
2405         (output_func_epilogue): Likewise.
2406         (arm_expand_prologue): Likewise.
2407         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
2408
2409         * arm.c (use_return_insn): No need to check floating point regs if
2410         TARGET_SOFT_FLOAT.
2411         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
2412         the code of value stored in the minipool array.
2413         (arm_add_minipool_constant): Likewise.
2414
2415 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2416
2417         * basic-block.h (conflict_graph_enum_fn): K&R fix.
2418
2419 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2420
2421         * tree.c (tree_expr_nonnegative_p): New function.
2422
2423         * tree.h (tree_expr_nonnegative_p): Declare.
2424
2425         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
2426         elide some sign_compare warnings.
2427         (build_conditional_expr): Likewise.
2428
2429 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
2430
2431         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
2432
2433         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
2434         * i386.c (print_operand): Use the proper suffix for a 387 HImode
2435         operand.  Abort if a 387 operand has an unsupported size.
2436
2437 2000-04-08  Neil Booth  <NeilB@earthling.net>
2438
2439         * cppexp.c (parse_charconst): Null does not end character
2440         constants.
2441         * cppinit.c (ISTABLE): Null character handled as whitespace.
2442         * cpplex.c (null_warning):  new function.
2443         (skip_string): Emit warning if nulls encountered.
2444         (_cpp_skip_hspace): Emit warning if nulls encountered.
2445         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
2446         them.
2447         * cpp.texi: Update.
2448
2449 2000-04-07  Richard Henderson  <rth@cygnus.com>
2450
2451         * flow.c (loop_depth): Remove.
2452         (reg_next_use, cc0_live, mem_set_list): Replace with ...
2453         (struct propagate_block_info): New.
2454         (life_analysis): Don't allocate reg_next_use.
2455         (propagate_block_delete_insn): Break out of propagate_block.
2456         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
2457         (propagate_block_delete_libcall): Likewise.
2458         (propagate_block): Create a propagate_block_info struct to pass
2459         to subroutines.  Allocate one not two temporary regsets.  Don't
2460         clobber memory for const calls.  Look for clobbers in
2461         CALL_INSN_FUNCTION_USAGE.
2462         (mark_set_regs): Recognize COND_EXEC.
2463         (mark_set_reg): Break out of mark_set_1.
2464         (mark_used_reg): Break out of mark_used_regs.
2465         (mark_used_regs): Recognize COND_EXEC.
2466         (insn_dead_p): Use propagate_block_info struct.
2467         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
2468         (find_auto_inc, try_pre_increment_1): Likewise.
2469         (print_rtl_with_bb): Dump regs live at end too.
2470         (count_reg_sets_1): Pass in loop_depth.
2471         (count_reg_sets, count_reg_references): Likewise.
2472         (recompute_reg_usage): Provide it.
2473
2474 2000-04-07  Richard Henderson  <rth@cygnus.com>
2475
2476         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
2477         not the raw files.
2478
2479 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
2480
2481         * cpplib.c (do_elif): Skip the rest of the line if we're
2482         not going to bother evaluating it.
2483         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
2484         to avoid pointless calls to the lexer.
2485
2486 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
2487
2488         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
2489
2490 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
2491
2492         * calls.c (expand_call): emit_queue if we're trying a sibcall.
2493
2494 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
2495
2496         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
2497
2498 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
2499
2500         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
2501         crtend so they can be multilibbed.
2502         (STAGESTUFF): Remove s-crt and s-crtS.
2503
2504 2000-04-07  Richard Henderson  <rth@cygnus.com>
2505
2506         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
2507         if we discover we need a pseudo and no_new_pseudos is true.
2508         * config/alpha/alpha.md (ne:DI insn): New.
2509         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
2510
2511 2000-04-07  Richard Henderson  <rth@cygnus.com>
2512
2513         * rtl.def (COND_EXEC): New.
2514         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
2515         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
2516
2517         * genconfig.c (have_cond_arith_flag): Remove.
2518         (have_cond_exec_flag): New.
2519         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
2520         (main): Print HAVE_conditional_execution.
2521
2522         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
2523         (sched_analyze_insn, print_pattern): Likewise.
2524         * reload.c (find_equiv_reg): Likewise.
2525         * rtlanal.c (reg_referenced_p): Likewise.
2526         (note_stores, dead_or_set_regno_p): Likewise.
2527         (reg_overlap_mentioned_p): Rewrite to use a switch.
2528
2529         * ggc.h (struct rtx_def): Forward declare.
2530
2531         * print-rtl.c (debug_rtx_range): New.
2532         * rtl.h (debug_rtx_range): Declare.
2533
2534         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
2535
2536         * gcse.c (gcse_main): Don't rebuild the CFG here.
2537         (delete_null_pointer_checks): Likewise.
2538         * ssa.c (convert_to_ssa): Likewise.
2539         * toplev.c (rest_of_compilation): Do it here instead.  Combine
2540         sequential calls to TIMEVAR.  Consistently use `insns' instead of
2541         `get_insns()'.  Always split insns after reload when optimizing.
2542
2543         * basic-block.h (merge_blocks_nomove): Declare.
2544         (tidy_fallthru_edge): Declare.
2545         * flow.c (merge_blocks_nomove): Document as merging into previous
2546         blocks.  Remove cruft from between blocks; remove all edges out of A.
2547         (tidy_fallthru_edge): Export.
2548
2549 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
2550
2551         * ssa.c (compute_conservative_reg_partition): Declare with
2552         void arguments.
2553         * toplev.c (clean_dump_file): Remove previously-deleted function
2554         inadvertantly merged back in.
2555         * conflict.c (conflict_graph_add): Use a single call to
2556         htab_find_slot to look up and insert.
2557
2558 2000-04-06  Richard Henderson  <rth@cygnus.com>
2559
2560         * genrecog.c (*): Rename _last_insn to last_insn.
2561         (make_insn_sequence): Set the position of the peephole2 C test
2562         to be at the last insn.
2563
2564 2000-04-06  Richard Henderson  <rth@cygnus.com>
2565
2566         * flow.c (compute_flow_dominators): Free worklist.
2567
2568 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
2569
2570         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
2571
2572 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
2573
2574         * rtl.h (INSN_P): New macro.
2575         (successor_phi_fn): New typedef.
2576         (for_each_successor_phi): New prototype.
2577         (in_ssa_form): New variable.
2578         (PHI_NODE_P): Likewise.
2579         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
2580         phi nodes in successors.
2581         (mark_used_regs): Add PHI case.
2582         (set_phi_alternative_reg): New function.
2583         (life_analysis): Assert that dead code elimination is not selected
2584         when in SSA form.
2585         * toplev.c (to_ssa_time): New variable.
2586         (from_ssa_time): Likewise.
2587         (compile_file): Zero to_ssa_time and from_ssa_time.
2588         Print time to convert to and from SSA.
2589         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
2590         (print_time): Compute percent fraction as integer.
2591         * ssa.c (PHI_NODE_P): Moved to rtl.h.
2592         (convert_to_ssa): Check if we're already in SSA.  
2593         Don't eliminate dead code in life_analysis.
2594         Rerun flow and life analysis at bottom.
2595         (eliminate_phi): Use canonical regnos when adding nodes.
2596         (mark_reg_in_phi): New function.
2597         (mark_phi_and_copy_regs): Likewise.
2598         (convert_from_ssa): Rerun life analysis at top.  
2599         Use coalesced partition.
2600         Check for removing a phi node at the end of the block.
2601         (compute_coalesced_reg_partition): New function.
2602         (coalesce_regs_in_copies): Likewise.
2603         (coalesce_reg_in_phi): Likewise.
2604         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
2605         (for_each_successor_phi): Likewise.
2606         (rename_context): New struct.
2607         (rename_block): Use a rename_context with rename_insn_1.  When
2608         renaming sets of a subreg, emit a copy of the entire reg first.
2609         (rename_insn_1): Treat data as a rename_context *.  Save current
2610         insn in set_data.
2611         (rename_set_data): Add field set_insn.
2612         * Makefile.in (HASHTAB_H): Move up in file.
2613         (OBSTACK_H): New macro.
2614         (collect2.o): Use OBSTACK_H in dependencies.
2615         (sdbout.o): Likewise.
2616         (emit-rtl.o): Likewise.
2617         (simplify-rtx.o): Likewise.
2618         (fix-header.o): Likewise.
2619         (OBJS): Add conflict.o.
2620         (conflict.o): New rule.
2621         * basic-block.h: Include partition.h.
2622         (conflict_graph): New typedef.
2623         (conflict_graph_enum_fn): Likewise.
2624         (conflict_graph_new): New prototype.
2625         (conflict_graph_delete): Likewise.
2626         (conflict_graph_add): Likewise.
2627         (conflict_graph_conflict_p): Likewise.
2628         (conflict_graph_enum): Likewise.
2629         (conflict_graph_merge_regs): Likewise.
2630         (conflict_graph_print): Likewise.
2631         (conflict_graph_compute): Likewise.
2632         * conflict.c: New file.
2633
2634 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
2635
2636         * tlink.c (read_repo_files): Don't look for .rpo info for
2637         linker flags.
2638
2639 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2640
2641         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
2642
2643 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2644
2645         * config/sh/lib1funcs.asm (___udivsi3_i4):
2646         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
2647         only depends on FMOVD_WORKS.
2648
2649 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2650
2651         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
2652         make double constant 8-byte aligned.
2653
2654 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
2655
2656         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
2657         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
2658         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
2659         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
2660         Accept storing GENERAL_REGS into offsetable memory.
2661         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
2662         building a TFmode constant other than 0.0L into GENERAL_REGS.
2663
2664 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
2665
2666         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
2667         
2668 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
2669
2670         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
2671         (macro_cleanup): No need to cast pbuf->macro.
2672         (collect_expansion): Use _cpp_get_define_token.  Goto done if
2673         it returns VSPACE.  Remove check for trailing space after
2674         CPP_COMMENT.
2675         (_cpp_create_definition): Don't diddle flags here.  Return
2676         directly on error.
2677         (unsafe_chars): Handle c1 being EOF.
2678         (push_macro_expansion): Use unsafe_chars for both accidental-paste
2679         checks.  Don't push the buffer till after we're done with
2680         them.
2681         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
2682         (PEEKN, FORWARD, GETC, PEEKC): Use them.
2683         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
2684         appropriately.
2685         (_cpp_parse_assertion): Don't NUL terminate.
2686         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
2687         hspace before calling _cpp_parse_assertion.  Remove all sets
2688         of only_seen_white. Treat '\f' as hspace.  Don't do anything
2689         special with '\n' here.
2690         (maybe_macroexpand): Handle T_EMPTY hash entries without
2691         pushing a buffer at all.
2692         (cpp_get_token): Handle clearing only_seen_white here.  Handle
2693         incrementing the line number here.  Clear
2694         potential_control_macro as well as only_seen_white, if
2695         appropriate.
2696         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
2697         (_cpp_get_define_token): New function, basically like
2698         _cpp_get_directive_token was but doesn't eat horizontal space.
2699         Don't do anything with only_seen_white here.
2700         (_cpp_get_directive_token): Just call _cpp_get_define_token
2701         repeatedly till it returns non-hspace.
2702
2703         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
2704         (conditional_skip, skip_if_group): Return int.
2705         (DIRECTIVE_TABLE): Change origin of all conditional directives
2706         to "COND".
2707         (TRAD_DIRECT_P): New macro.
2708         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
2709         an error for a bogus directive, unless -lang-asm.  Use
2710         TRAD_DIRECT_P. Loop calling handler functions till one returns
2711         zero.
2712         (get_macro_name): Don't diddle flags here.
2713         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
2714         Create T_EMPTY nodes for #define macro /* nothing */.
2715         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
2716         Use hp->name when calling pass_thru_directive.
2717         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
2718         Return the result of conditional_skip and/or skip_if_group.
2719         Don't call _cpp_output_line_command.
2720         (consider_directive_while_skipping): Use _cpp_get_directive_token.
2721         Issue -Wtraditional warnings as appropriate.  Don't complain
2722         about unrecognized directives.  If we are to stop skipping,
2723         return the number of the directive that ended the skip.
2724         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
2725         expansion and line commands while skipping.  Return the result
2726         of consider_directive_while_skipping, if nonzero.
2727         (do_endif): Just set potential_control_macro here.
2728         (validate_else): Use _cpp_get_directive_token.
2729         (do_assert, do_unassert): Don't save pointers into the
2730         token_buffer across calls to the lexer.  Use
2731         _cpp_get_directive_token.  
2732
2733         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a 
2734         pointer, not an offset.  Replace 'data', which was a generic
2735         pointer, with 'macro', which points to a struct hashnode.
2736         (cpp_reader): Add 'potential_control_macro' pointer.
2737         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
2738         (CPP_BUF_GET, CPP_FORWARD): Delete.
2739         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
2740         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
2741         ACTIVE_MARK_P): Update.
2742         (_cpp_get_define_token): New internal function.
2743         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
2744
2745 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
2746
2747         * configure.in: And here.
2748         * configure: Regenerate.
2749         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
2750         --enable-libstdcxx-v3 is passed at configure time.
2751         * config.h.in: Regenerate.
2752
2753 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
2754
2755         * final.c (final): Use xcalloc to allocate line_note_exists.
2756         * function.c (free_after_compilation): Free the temp_slots.
2757         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
2758         (combine_temp_slot): Free temp_slots when they get combined.
2759         (purge_addressof): Fix typo in comment.
2760         * stmt.c (mark_goto_fixup): Mark the fixup itself.
2761         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
2762
2763         * ggc.h: Include varray.h.
2764         (ggc_pending_trees): Declare.
2765         (ggc_mark_tree_children): Remove declaration.
2766         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
2767         * ggc-common.c (ggc_pending_trees): New variable.
2768         (ggc_mark_roots): Call ggc_mark_trees.
2769         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
2770         the ggc_pending_trees.
2771         * Makefile.in (GGC_H): New variable.  Use it throughout in place
2772         of ggc.h.
2773         
2774 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2775
2776         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
2777         GET_MODE_SIZE.
2778
2779 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2780
2781         * sh.c (sh_insn_length_adjustment): New function.
2782         * sh-protos.h (sh_insn_length_adjustment): Declare.
2783         * sh.h (ADJUST_INSN_LENGTH): Use it.
2784
2785 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
2786
2787         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
2788         from the insn where REG_RETVAL is added.
2789         (emit_no_conflict_block): Ditto.
2790
2791         * md.texi (Standard Names): Clarify when movX is needed.
2792
2793         * combine.c (simplify_comparison) [MINUS]: Do not replace
2794         all (op (minus A B) 0) with (op A B).
2795
2796 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
2797                           J"orn Rennecke <amylaar@cygnus.co.uk>
2798
2799         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
2800         (block_lump_real): Likewise.
2801
2802 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
2803
2804         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
2805         remaining non-zero debugging masks.
2806
2807 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
2808
2809         * basic-block.h (verify_flow_info): Declare.
2810         (flow_loop_outside_edge_p): Declare.
2811         * flow.c (verify_flow_info): Remove declaration.
2812         (clear_log_links, flow_loop_outside_edge_p): Likewise.
2813
2814 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
2815
2816         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
2817         not C++ comments.
2818
2819 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
2820
2821         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
2822         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
2823         seqdi_zero_trunc+1): Allow splits only if registers are
2824         different.
2825
2826 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
2827
2828         * acconfig.h: Add HAVE_GAS_HIDDEN.
2829         * config.in: Regenerated.
2830         * configure.in: Add test for .hidden pseudo-op in gas.
2831         * configure: Regenerated.
2832         * crtstuff.c: Include auto-host.h.
2833         Emit additional .hidden pseudo-op for __dso_handle if the
2834         assembler knows about it.
2835
2836 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
2837
2838         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
2839         before freeing argnames.
2840         * cpplib.c (do_ifndef): Cast return value of xstrdup.
2841
2842 2000-04-05  Michael Meissner  <meissner@redhat.com>
2843
2844         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
2845         Walton <jonboy@gordian.com> to make memory references with update
2846         work wtih -mregnames.
2847
2848 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2849
2850         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
2851         (regrename_optimize): Rename variables `def_uses' and
2852         `ext_basic_blocks' to avoid conflicts with similarly named
2853         typedefs in traditional C.
2854
2855         * calls.c (initialize_argument_information): Fix typo in previous
2856         change.
2857
2858 2000-04-04  Richard Henderson  <rth@cygnus.com>
2859
2860         * regrename.c (consider_available): Test fixed_regs not
2861         PIC_OFFSET_TABLE_REGNUM.
2862
2863 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
2864
2865         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
2866         crtend.
2867         (CRTSTUFF_T_CFLAGS_S): Delete definition.
2868         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
2869         (ENDFILE_LINUX_SPEC): Always use crtend.
2870         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
2871         (powerpc-*-linux-gnu): Likewise.
2872         * configure: Regenerate.
2873
2874         * config/rs6000/eabi.h: Don't include sysv4.h.
2875         (MULTILIB_DEFAULTS): Don't define.
2876         * config/rs6000/eabiaix.h: Don't include eabi.h.
2877         * config/rs6000/eabile.h: Delete.
2878         * config/rs6000/eabilesim.h: Delete.
2879         * config/rs6000/eabisim.h: Don't include eabi.h.
2880         * config/rs6000/linux.h: Don't include sysv4.h.
2881         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
2882         (MULTILIB_DEFAULTS): Don't redefine.
2883         * config/rs6000/rtems.h: Don't include eabi.h.
2884         * config/rs6000/sol2.h: Don't include sysv4le.h.
2885         * config/rs6000/sysv4le.h: Don't include sysv4.h.
2886         * config/rs6000/t-ppc: Delete.
2887         * config/rs6000/t-ppcgas: Correct comment.
2888         * config/rs6000/t-ppcos: Correct comment.  Don't build 
2889         multilibs for -fPIC, rather use -fPIC -mstrict-align 
2890         as default.
2891         * config/rs6000/t-ppc: Delete.
2892         * config/rs6000/vxppc.h: Don't include sysv4.h.
2893         * config/rs6000/vxppcle.h: Delete.
2894         * configure.in: Use multiple header files for p2pc ELF targets
2895         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
2896         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
2897         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
2898         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
2899         always available for these platforms.
2900
2901 2000-04-04  Richard Henderson  <rth@cygnus.com>
2902
2903         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
2904
2905 2000-04-04  Stan Cox  <scox@cygnus.com> 
2906
2907         * Makefile.in: Add rules for regrename.o
2908         * regrename.c: New file.
2909         * rtl.h (regrename_optimize): Add prototype.
2910         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
2911         (compile_file, decode_d_option): Add support for -frename-registers.
2912         (rest_of_compilation): Call regrename_optimize.
2913         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
2914         New macros.     
2915         
2916 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
2917
2918         * Makefile (gccbug): New target.
2919         (doc): Depend on it.
2920         * gcc.texi (Bugs): Link subnodes.
2921         (gccbug): New node.
2922         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
2923         Document severities, priorities, and classes in bug form.
2924
2925 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
2926
2927         * cpplex.c (trigraph_map, speccase): Combine into single
2928         table, chartab.
2929         (NORMAL, NONTRI): New macros.
2930         (_cpp_read_and_prescan): Change to use unified table.  Use
2931         is_hspace to test for whitespace.
2932
2933         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
2934         definition that doesn't provoke the "empty body in an
2935         if-statement" warning.
2936
2937 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
2938
2939         * builtins.c (expand_builtin_strlen): Force the source to
2940         be a memory address.
2941
2942 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2943
2944         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
2945
2946 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2947
2948         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
2949          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
2950         (ECF_IS_CONST): Rename to ECF_CONST.
2951         (special_function_p): Make static, change interface.
2952         (flags_from_decl_or_type, try_to_integrate): Break out from ...
2953         (expand_call) ... here; convert number of variables to flags.
2954         (emit_library_call_vlue_1): Likewise.
2955         (setjmp_call_p): New function.
2956         (initialize_argument_information): Accepts flags as argument;
2957         return flags.
2958         (precompute_arguments): Likewise.
2959         * tree.h (special_function_p): Remove.
2960         (setjmp_call_p): Add prototype.
2961
2962 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
2963
2964         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
2965         so that addresses are offsetable by up to 16 bytes.
2966         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
2967         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
2968         offsetable.
2969
2970         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
2971         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
2972         (movsf): Don't force any constant to memory if target is integer
2973         hard register.
2974         Move fp_zero_operand check below the const0_rtx check.
2975         (movtf): Likewise. Also allow fp_zero_operand for stores into
2976         memory.
2977         (movdf): Likewise. Also allow fp_zero_operand for stores into
2978         memory and into integer hard registers.
2979         (clear_df, clear_dfp, movdf_const_intreg_sp32,
2980         movdf_const_intreg_sp64): Remove.
2981         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
2982         conditions.
2983         (movdf_no_e_insn_v9_sp32): New pattern.
2984         (movdf_insn_v9only): Remove.
2985         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
2986         (movdf_insn_sp64): Remove.
2987         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
2988         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
2989         (following splits): Rewrite conditions. Add two new splits
2990         for storing 0.0 into memory and registers.
2991         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
2992         (movtf_insn_sp32): Redo constraints and conditions.
2993         (movtf_insn_vis_sp32): New pattern.
2994         (movtf_no_e_insn_sp32): Redo constraints and conditions.
2995         (movtf_insn_hq_sp64): Likewise.
2996         (movtf_insn_hq_vis_sp64): New pattern.
2997         (movtf_insn_sp64): Redo constraints and conditions.
2998         (movtf_insn_vis_sp64): New pattern.
2999         (movtf_no_e_insn_sp64): Redo constraints and conditions.
3000         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
3001         or memory.
3002         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
3003         -mvis or -m64 to take down the number of various reload patterns.
3004
3005 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
3006
3007         * pa/pa-64.h: New file.
3008         * pa/pa64-regs.h: New file.
3009         * pa/pa64-start.h: New file.
3010         * pa/t-pa64: New file.
3011         * pa/xm-pa64hpux.h: New file.
3012
3013 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3014
3015         * sparc.c (output_restore_regs): Prototype.
3016         (sparc_emit_float_lib_cmp): Constification.
3017
3018         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
3019
3020         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
3021         Prototype.
3022
3023         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
3024         (get_value_hash, hash_rtx): Likewise.
3025
3026         * ssa.c (compute_conservative_reg_partition): Prototype.
3027
3028         * tree.c (mark_hash_entry): Prototype.
3029
3030 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
3031
3032         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
3033         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
3034         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
3035
3036         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
3037         * objc/lang-specs.h: Likewise.
3038
3039 2000-04-03  Neil Booth  <NeilB@earthling.net>
3040
3041         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
3042         and SYNTAX_ERROR2. Replace `' in messages with ''.
3043         (op_to_str): Make re-entrant.
3044         (_cpp_parse_expr): Implement new error macros. Use | rather
3045         than || to logically or 2 boolean integers.  Simply expression
3046         checking we have a left operand iff needed.
3047
3048 2000-04-03  Nick Clifton  <nickc@cygnus.com>
3049
3050         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
3051
3052 2000-04-03  Philip Blundell  <philb@gnu.org>
3053
3054         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
3055
3056 2000-04-03  Felix Lee  <flee@cygnus.com>
3057
3058         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
3059         (run_shell): Use it. 
3060
3061 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
3062
3063         * Makefile.in (stmp-int-hdrs): Make include subdir here...
3064         (stmp-fixproto): ...rather than here.
3065
3066 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
3067
3068         * pa.c (print_operand): Compute 'base' only inside the code paths
3069         that use it.
3070
3071 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
3072
3073         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
3074         CEIL_DIV_EXPR.
3075
3076 2000-04-03  Philipp Thomas  <pthomas@suse.de>
3077
3078         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
3079
3080 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
3081
3082         * Makefile.in (alias.o): Depend on $(TREE_H).
3083
3084 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
3085
3086         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
3087         processing C++.
3088         * cpplib.c (_cpp_handle_directive): Improve warnings for
3089         traditional C and indented directives.
3090
3091         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
3092         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
3093         fixinc/inclhack.def: Indent the # of #include_next one space.
3094         * cp/rtti.c: Un-indent #if and #endif.
3095
3096         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
3097         syntax error, but an error has already been printed.
3098         * cpplex.c (_cpp_parse_assertion): Give a more specific error
3099         message when called with nothing remaining on the line.
3100         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
3101         OTHER token, not an ASSERTION.
3102         * cpplib.c (do_assert): When we create a 'base' node, clear
3103         its aschain pointer.
3104
3105 2000-04-02  Neil Booth <NeilB@earthling.net>
3106
3107         * cppexp.c:  New typedef op_t.  struct operation and struct 
3108         token updated to use it.
3109         (op_to_str): New function.
3110         (_cpp_parse_expr): Error messages modified to use op_to_str.
3111
3112 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
3113
3114         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
3115         before checking MUST_PASS_IN_STACK.
3116
3117 2000-04-02  Neil Booth <NeilB@earthling.net>
3118
3119         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
3120         flags and initial priority into a single constant.  New
3121         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
3122         (_parse_cpp_expr): Implement new constants.  Take left operand
3123         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
3124         parse indicated by reducing FINISHED token.  Remove new lines
3125         from cpp_error messages.
3126
3127 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
3128
3129         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
3130         permanent obstack.
3131
3132 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
3133
3134         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
3135         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
3136         the strings and function names on the fly.  Take the #sccs
3137         entry out of the table if SCCS_DIRECTIVE is not defined.
3138         (_cpp_handle_directive): Decide if the # was at the beginning
3139         of the line here.  Issue -pedantic warnings for extended
3140         directives here.  Warn about K+R directives with the #
3141         indented, and C89/extended directives with the # not indented,
3142         here.
3143         (do_import, do_include_next, do_warning, do_ident, do_sccs,
3144         do_assert, do_unassert): Don't issue pedantic warning here.
3145
3146         * cpphash.h: Add CPP_WTRADITIONAL macro.
3147         * cpplib.h (struct cpp_options): Rename warn_stringify to
3148         warn_traditional; update comments.
3149         * cppinit.c (handle_option): Set warn_traditional not
3150         warn_stringify.
3151         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
3152         CPP_WTRADITIONAL (pfile).
3153         * cpplex.c (_cpp_lex_token): Don't decide if directives should
3154         be ignored in -traditional mode here.
3155
3156         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
3157         to initialize speccase[] and trigraph_map[].  Delete all
3158         references to pfile->input_speccase.  Always treat '?' as a
3159         special character.  Remove table-initialization code from
3160         _cpp_init_input_buffer.
3161
3162         * cpplib.h (struct cpp_reader): Remove input_speccase field.
3163         * cppinit.c (cpp_cleanup): Don't free input_speccase.
3164
3165 2000-04-01  Richard Henderson  <rth@cygnus.com>
3166
3167         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
3168         (mostlyclean): Likewise.
3169
3170         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
3171         (struct dump_file_info, enum dump_file_index, dump_file): New.
3172         (open_dump_file): Take a dump_file_index not a suffix, and a decl
3173         not a string.  Clean out file if we havn't yet done so.  Do nothing
3174         if the dump isn't enabled.
3175         (close_dump_file): Do nothing if the dump isn't open.  Dump 
3176         graph data if requested.
3177         (dump_rtl, clean_dump_file): Remove.
3178         (compile_file): Don't clean the dump files.  Only finalize .bp dump
3179         if flag_test_coverage or flag_branch_probabilities.  Only finalize
3180         .combine dump if optimizing.  Iterate over dump_file to finalize the
3181         graph dumps.
3182         (rest_of_compilation): Update for open_dump_file/close_dump_file.
3183         Convert all uses of dump_rtl.
3184         (decode_d_option): Iterate over dump_file to implement 'a' and to
3185         locate pass-specific dumps.
3186
3187 2000-04-01  Neil Booth <NeilB@earthling.net>
3188
3189         * cppexp.c: Redefine priority constants.
3190         (_cpp_parse_expr): Replace left and right priority scheme with
3191         single priority logic.  Move LOGICAL to same place as COMPARE.
3192         Remove bogus check for multiple unary +/- operators.
3193
3194 2000-04-01  Neil Booth <NeilB@earthling.net>
3195
3196         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
3197         within the switch statement.  Binary operations break out of
3198         the switch naturally.  '(' tokens handled by forcing
3199         immediate shift.  ')' handled by forcing immediate reduce to
3200         the previous '('.  New error messages.
3201         
3202 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
3203
3204         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
3205         part', it's already in use.  Use %K instead.  Add a return at the
3206         end of what is now %K.
3207         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l. 
3208
3209 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3210
3211         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
3212         allocate_dynamic_stack_space.
3213         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
3214         update stack_pointer_delta; do not update arg_size_so_far.
3215         (compute_argument_block_size): Use stack_delta instead of
3216         stack_pointer_pending and arg_size_so_far.
3217         (expand_call): Add sanity checking for stack_pointer_delta;
3218         save and restore stack_pointer_delta for SIB, use
3219         stack_pointer_delta for alignment; do not update arg_space_so_far.
3220         (emit_library_call_value): Use stack_pointer_delta for alignment.
3221         (store_one_arg): Do not update arg_space_so_far.
3222         * explow.c (adjust_stack, anti_adjust_stack): Update
3223         stack_pointer_delta.
3224         (allocate_dynamic_stack_space): Add sanity checking for
3225         stack_pointer_delta.
3226         * expr.c (init_expr, clear_pending_stack_adjust): Clear
3227         stack_pointer_delta.
3228         (emit_push_insn): Update stack_pointer_delta.
3229         * function.h (struct expr_status): Add x_stack_pointer_delta;
3230         remove x_arg_space_so_far.
3231         (arg_space_so_far): Remove.
3232         (stack_pointer_delta): New macro.
3233
3234 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
3235
3236         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
3237         Reorder struct cpp_options and struct cpp_reader for better 
3238         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
3239         takes two args.  Change all 'char' flags to 'unsigned char'.
3240         Move show_column flag into struct cpp_options.  Don't
3241         prototype cpp_options_init.
3242         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
3243         cppinit.c, cpplex.c, cpplib.c:
3244         Replace CPP_OPTIONS (pfile)->whatever with
3245         CPP_OPTION (pfile, whatever), and likewise for
3246         opts = CPP_OPTIONS (pfile); ... opts->whatever;
3247
3248         * cppinit.c (merge_include_chains): Take a cpp_reader *.
3249         Extract CPP_OPTION (pfile, pending) and work with that
3250         directly.
3251         (cpp_options_init): Delete.
3252         (cpp_reader_init): Turn on on-by-default options here.
3253         Allocate the pending structure here.              
3254         (cl_options, enum opt_code): Define these from the same table,
3255         kept in a large macro.  Add -fshow-column and -fno-show-column
3256         options.
3257
3258         * cpperror.c (v_message): If show_column is off, don't print
3259         the column number.
3260
3261         * cppmain.c: Update for new interface.
3262         * fix-header.c: Likewise.
3263
3264 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
3265
3266         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
3267         definition.
3268         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
3269         are passed to any invocation of AR_FOR_TARGET.
3270         (AR_CREATE_FOR_TARGET): New macro.
3271         (AR_EXTRACT_FOR_TARGET): New macro.
3272         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
3273         AR_EXTRACT_FOR_TARGET.
3274         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
3275         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
3276         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
3277         AR_EXTRACT_FOR_TARGET to sub-makes.
3278
3279 2000-03-31  Neil Booth <NeilB@earthling.net>
3280
3281         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
3282         PAREN_INNER_PRIO.
3283         (_cpp_parse_expr): Check for multiple unary +/- operators.
3284         Correct priorities of ':' and '?'.  Treat ')' as having a
3285         value.  Ensure conditional expression is not void.
3286         
3287 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
3288
3289         * alias.c (canon_rtx): Make it global.
3290         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
3291         equality.
3292         * cse.c (struct table_elt): Add canon_exp.
3293         (insert): Clear it.
3294         (invalidate): Canonicalize expressions only once.
3295         * rtl.h (canon_rtx): Declare.
3296
3297 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
3298
3299         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
3300         * alias.c (reg_known_value): Add comments.
3301         (init_alias_analysis): Likewise.
3302         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
3303         address.
3304         (cse_basic_block): Fix typo in comment.
3305         * emit-rtl.c: Include hashtab.h.
3306         (const_int_htab): New variable.
3307         (const_int_htab_hash): New function.
3308         (const_int_htab_eq): Likewise.
3309         (rtx_htab_mark_1): Likewise.
3310         (rtx_htab_mark): Likewise.
3311         (gen_rtx_CONST_INT): Cache all CONST_INTs.
3312         (unshare_all_rtx): Fix formatting.
3313         (init_emit_once): Initialize const_int_htab.
3314         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
3315         address.
3316         * rtl.texi: Document the fact that all CONST_INTs with the same
3317         value are shared.
3318
3319 2000-03-30  Richard Henderson  <rth@cygnus.com>
3320
3321         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
3322
3323 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
3324
3325         * configure.in: Comment out --enable-c-cpplib stanza.
3326         * configure: Regenerate.
3327
3328 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3329
3330         * expr.c (store_constructor): Properly compute displacement and
3331         alignment when offset is variable.
3332
3333         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
3334         cases of alignment in bytes.
3335
3336 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
3337
3338         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
3339         since it is used to generate c-parse.y.
3340         * objc-parse.c, objc-parse.y: Regenerated.
3341
3342         * function.c (expand_function_end): Pass alignment argument to
3343         emit_block_move in bits, not bytes.
3344
3345 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3346
3347         * expr.c (move_by_pieces_ninsns): Fix one more missing align
3348         correction.
3349
3350         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
3351
3352         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
3353         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
3354         * function.c (assign_parms): Likewise.
3355         * integrate.c (expand_inline_function): Likewise.
3356         * stmt.c (expand_decl): Likewise.
3357         (copy_rtx_and_substitute): Likewise.
3358         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
3359         (clear_by_pieces): Fix error in last change.
3360         * emit-rtl.c (init_emit): Set known registers alignment in bits.
3361         * function.h (regno_pointer_align): Now unsigned.
3362         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
3363         is in bits.
3364         * config/i386/i386.c (aligned_operand): Likewise.
3365         * config/sparc/sparc.c (mem_min_alignment): Likewise.
3366         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
3367         (unaligned_memory_operand): Likewise.
3368         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
3369         Also make alignments and sizes unsigned and some whitespace cleanup.
3370         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
3371
3372         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
3373         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
3374         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
3375         (expand_builtin_memset): Likewise, but to clear_storage.
3376         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
3377         (restore_fixed_argument_area): Likewise.
3378         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
3379         (load_register_parameters): Likewise, to emit_group_load.
3380         (expand_call): Likewise, to emit_group_store and emit_block_move.
3381         (emit_library_call_value_1): Likewise, to emit_block_move.
3382         (store_one_arg): Likewise, and to emit_push_insn.
3383         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
3384         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
3385         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
3386         (emit_block_move, emit_group_load, emit_group_store): Likewise.
3387         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
3388         (expand_assigment, store_expr, store_constructor_field): Likewise.
3389         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
3390         (store_constructor, store_field, get_inner_reference): Likewise.
3391         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
3392         (expand_expr, case COMPONENT_REF): Likewise.
3393         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
3394         and positions; reindent code.
3395         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
3396         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
3397         (assign_parms): Likewise to emit_group_store.
3398         * optabs.c (prepare_cmp_insn): Alignment is in bits.
3399         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
3400         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
3401         (expand_return): Likewise to {extract,store}_bit_field.
3402         * stor-layout.c (get_mode_alignment): Minor cleanup.
3403         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
3404         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
3405         
3406 2000-03-29  Nick Clifton  <nickc@cygnus.com>
3407
3408         * config/arm/arm.h: Undo effects of previous delta:
3409         (ASM_SPEC): Do not define.
3410         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
3411
3412         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
3413         typo. 
3414
3415 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
3416
3417         * cppinit.c (cpp_start_read): Call initialize_dependency_output
3418         only after reading in the primary source file.
3419
3420 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
3421
3422         * c-common.c (c_common_nodes_and_builtins): The first parameter to
3423         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
3424         or a reference to a va_list.
3425         * builtins.c (stabilize_va_list): Simplify now we don't have to
3426         work around C array address decay.
3427         * c-typeck.c (convert_for_assignment): Handle assignment to
3428         a reference parameter by taking the address of the RHS.
3429         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
3430         (va_copy): Likewise.
3431         (__va_copy): Likewise.
3432         * ginclude/varargs.h (va_start): Likewise.
3433         (__va_copy): Likewise.
3434
3435 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
3436
3437         * i386/djgpp.h: Remove extraneous "+".
3438
3439         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
3440
3441         * calls.c (expand_call): Fix typo in last change.
3442
3443 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
3444
3445         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
3446         been expanded.
3447
3448 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3449
3450         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
3451         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
3452         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
3453         * tree.c (bit_position, byte_position): Likewise.
3454         * tree.h: Declare new functions.
3455
3456 2000-03-29  Nick Clifton  <nickc@cygnus.com>
3457
3458         * config/arm/arm.c: Minor formatting changes/
3459         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
3460         already defined.
3461         (ASM_SPEC): Define if not already defined.
3462
3463 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
3464
3465         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
3466         _cpp_calc_hash.
3467
3468 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
3469
3470         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
3471         value, don't output it as unsigned.
3472
3473 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
3474
3475         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
3476
3477 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3478
3479         * c-common.c (c_common_nodes_and_builtins): Don't special case
3480         cplus_mode when declaring builtin bzero/bcmp, always avoid
3481         prototype arguments.
3482
3483 2000-03-29  Bruce Korb  <bkorb@gnu.org>
3484
3485         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
3486         to a non-file
3487
3488 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3489
3490         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
3491         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
3492         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
3493         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
3494         (save_fixed_argument_area, restore_fixed_argument_area):
3495         conditionize by #ifdef REG_PARM_STACK_SPACE only.
3496         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
3497         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
3498         (precompute_register_parameters): Avoid #ifdefs on
3499         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
3500         (stire_one_args): Likewise.
3501         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
3502         (emit_library_call_value_1): Likewise.
3503         (compute_argument_block_size): Align to STACK_BOUNDARY only for
3504         ACCUMULATE_OUTGOING_ARGS.
3505         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
3506         value.
3507         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
3508         (use_crosses_set_p): Likewise.
3509         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
3510         #define ACCUMULATE_OUTGOING_ARGS 1.
3511         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
3512         frames.
3513         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
3514         constants.
3515         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
3516         (TARGET_SWITCHES): Add push-args, no-push-args,
3517         accumulate-outgoing-args and no-accumulate-outgoing-args.
3518         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
3519         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
3520         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
3521         and PUSH_ROUNDING.
3522         (emit_push_insn): Likewise.
3523         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
3524         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
3525         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
3526         (STACK_DYNAMIC_OFFSET): Define correctly for both
3527         ACCUMULATE_OUTGOING_ARGS and normal mode.
3528         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
3529         * tm.texi (PUSH_ARGS): Document.
3530         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
3531
3532 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3533
3534         * flags.h (flag_optimize_sibling_calls): Declare.
3535         * calls.c (expand_call): Fail sibcall when
3536         !flag_optimize_sibling_calls
3537         * invoke.texi (flag_optimize_sibling_calls): Document.
3538         * toplev.c (flag_optimize_sibling_calls): New global variable.
3539         (f_options): Add flag_optimize_sibling_calls.
3540         (rest_of_compilation): Conditionize
3541         optimize_sibling_and_tail_recursive_calls by
3542         flag_optimize_sibling_calls.
3543         (main): Set flag_optimize_sibling_calls for -O2.
3544         * stmt.c (expand_return): Conditionize tail recursion by
3545         flag_optimize_sibling_calls.
3546
3547 2000-03-29  Richard Henderson  <rth@cygnus.com>
3548
3549         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
3550         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
3551
3552 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
3553
3554         * except.c (add_eh_table_entry): Mark type_info's as referenced.        
3555
3556 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3557
3558         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
3559         is given.
3560         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
3561         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
3562         * config/rs6000/aix.h: then modified likewise.
3563
3564 2000-03-28  Richard Henderson  <rth@cygnus.com>
3565
3566         * rtl.h: Redistribute enum reg_note documentation. 
3567         Kill trailing whitespace.
3568         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
3569         Kill trailing whitespace.
3570
3571 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
3572
3573         * cppfiles.c (hash_IHASH): Just return i->hash.
3574         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
3575         htab_find_with_hash.
3576         (cpp_read_file): Likewise.
3577         (find_include_file): Likewise.  Properly initialize
3578         ih->nshort.  Share ih->name and ih->nshort if possible.
3579         * cpphash.c (_cpp_calc_hash): New function.
3580         (hash_HASHNODE): Just return h->hash.
3581         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
3582         htab_find_with_hash.
3583         * cpphash.h: Prototype _cpp_calc_hash.
3584         * cppinit.c (initialize_builtins): Provide a valid hash
3585         to _cpp_make_hashnode, using _cpp_calc_hash.
3586
3587         * cpphash.c (collect_expansion): # is not a special character
3588         in object-like macros.  In -traditional mode, /**/ is not
3589         token paste at the beginning or end of the line.
3590         * cpplib.c (do_include, do_import, do_include_next): If
3591         parse_include fails, return immediately.
3592
3593 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
3594
3595         * config/arm/arm.md (return peepholes): Update to reflect the new
3596         call insn patterns.
3597         * config/arm/arm.c (arm_volatile_func): Also check
3598         current_function_nothrow.
3599         (output_return_instruction, output_func_prologue): Use it.
3600         (arm_output_epilogue, arm_expand_prologue): Likewise.
3601
3602 2000-03-27  Tom Tromey  <tromey@cygnus.com>
3603
3604         * gcc.c (handle_braces): In {x*...} case, break out of loop if
3605         switch is found.
3606
3607 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3608
3609         * expr.c (store_constructor): SIZE now signed.
3610         For EXPR_SIZE, don't evaluate size; just needed if constant.
3611         * fold-const.c (fold): Fix a number of cases when folded tree is
3612         wrong type.
3613         * function.c (flush_addressof): Reenable.
3614         * tree.h (flush_addressof): Likewise.
3615         * toplev.c (independent_decode_option): Look at strings_processed.
3616         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
3617
3618 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
3619
3620         * sibcall.c (indentify_call_return_value): Find last call in the chain;
3621         Allow stack adjustment after function call.
3622
3623         * regmove.c (struct csa_memlist): Make mem field rtx *.
3624         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
3625         (try_apply_stack_adjustment): Replace whole MEM rtx.
3626         (combine_stack_adjustments_for_block): Update calls
3627         to record_one_stack_ref.
3628
3629 2000-03-28  Neil Booth  <NeilB@earthling.net>
3630
3631         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
3632         '\\' rather than a null character, so nulls are not special.  Fix
3633         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
3634         speed trigraph conversion.
3635         (_cpp_init_input_buffer): Initialize trigraph map.
3636
3637 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
3638
3639         * config/i386/i386.c (output_387_binary_op): Correct intel
3640         mode assembly output, and add spaces after commas in AT&T
3641         output.  Correct Unixware assembler comment.  Document input
3642         constraints.  Comment fp operations.  Reduce profligate buffer
3643         size.  Remove extraneous abort.  Localize temp var.
3644         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
3645         (output_fix_trunc): Add spaces after commas in assembly output.
3646
3647 2000-03-27  Richard Henderson  <rth@cygnus.com>
3648
3649         * i386-protos.h (ix86_match_ccmode): Declare.
3650         * i386.c (ix86_match_ccmode): New.
3651         (ix86_expand_fp_compare): Update for pattern renames.
3652         (ix86_expand_strlensi_unroll_1): Likewise.
3653         * i386.h (EXTRA_CC_MODES): Add CCZ.
3654         (SELECT_CC_MODE): Use it for EQ/NE zero.
3655         * i386.md (cmpsi_ccz_1): New.
3656         (cmpqi_ccz_1): New.
3657         (*testsi_ccz_1): New.
3658         (testqi_ccz_1): New.
3659         (cmpsi_ccno_1): Rename from cmpsi_0.
3660         (testsi_ccno_1): Rename from testsi_1.
3661         (testqi_ccno_1): Rename from testqi_1.
3662         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
3663         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
3664         (*cmphi_0): Use ix86_match_ccmode.
3665         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
3666         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
3667         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
3668         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
3669         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
3670         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
3671         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
3672         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
3673         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
3674         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
3675         (appropriate peepholes): Likewise.
3676         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
3677         (*subsi_3, *subhi_3, *subqi_3): Remove.
3678         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
3679         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
3680         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
3681         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
3682         (x86_shift_adj_1): Use CCZ.
3683         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
3684
3685 2000-03-27  Stan Cox  <scox@cygnus.com> 
3686
3687         * resource.h (mark_resource_type): New.
3688         * resource.c (find_dead_or_set_registers, mark_target_live_regs, 
3689         find_free_register): Use mark_resource_type.
3690         (mark_set_resources): Change include_delayed_effects
3691         to mark_resource_type.
3692         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns, 
3693         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread): 
3694         Use mark_resource_type.
3695         
3696 2000-03-27  Richard Henderson  <rth@cygnus.com>
3697
3698         * i386.md (call_pop_0, call_value_pop_0): New.
3699         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
3700         (call_value_pop_1): Likewise.
3701         (call_0, call_value_0): New.
3702         (call_1, call_value_1): Remove constraint from unused arg.
3703
3704 2000-03-27  Nick Clifton  <nickc@cygnus.com>
3705
3706         * invoke.texi (Spec Files): Document new spec % command created by
3707         Tom Tromey's recent patch.
3708
3709 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
3710
3711         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
3712         if not defined.
3713
3714 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3715
3716         * expr.c (expand_assignment): Fix typo in last change.
3717
3718         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
3719
3720 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3721
3722         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
3723         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
3724         and DECL_INLINE if FUNCTION_DECL.
3725         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
3726         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
3727         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
3728         (combine_parm_decls): Likewise.
3729         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
3730         * print-tree.c (print_node): Likewise.
3731         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
3732         DECL_TRANSPARENT_UNION on proper decl types.
3733         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
3734         * stor-layout.c (layout_decl): Only check DECL_PACKED and
3735         DECL_BIT_FIELD of FIELD_DECL.
3736         * tree.h (DECL_RESULT_FLD): New macro.
3737         
3738         * expr.c (expand_assignment): Add code to handle variable-sized
3739         BLKmode case.
3740
3741 2000-03-26  Richard Henderson  <rth@cygnus.com>
3742
3743         * calls.c (expand_call): Pass parms not original exp to
3744         optimize_tail_recursion.  Mind return value instead of looking
3745         for a barrier.
3746         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
3747         call_expr.  Move checks for call_expr and current_function_decl ...
3748         (expand_return): ... here.
3749
3750 2000-03-26  Tom Tromey  <tromey@cygnus.com>
3751
3752         * gcc.c (handle_braces): Recognize `%{<S}' construct.
3753         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
3754         defines.
3755         (process_command): Use them.
3756         (check_live_switch): Likewise.
3757         (give_switch): Skip ignored switches.
3758
3759 2000-03-26  Jan Hubicka  <jh@suse.cz>
3760
3761         * jump.c (jump_optimize_1): Fix typo in elide optimizations
3762         for minimal jump pass test.
3763
3764 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
3765
3766         * integrate.c (function_cannot_inline_p): Do inline functions that
3767         return `void'.
3768
3769 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3770
3771         * stor-layout.c (layout_type, set_sizetype): early_type_list is
3772         now a list of TREE_LIST entries, not types.
3773         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
3774
3775         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
3776         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
3777         int_bit_position.
3778         * config/mips/mips.c (function_arg): Likewise; also remove cast
3779         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
3780         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
3781         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
3782         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
3783         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
3784         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
3785         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
3786         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
3787         num_adjusts now unsigned.
3788         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
3789         * config/sparc/sparc.c (struct function_arg_record_value_parms):
3790         NREGS now unsigned.
3791         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
3792         as is BITPOS variable; use host_integerp and int_bit_position.
3793         (function_arg_record_value_2): Likewise.
3794         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
3795         Variable REGNO now unsigned.
3796         (function_arg_record_value): NREGS now unsigned.
3797
3798 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
3799
3800         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
3801
3802 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3803
3804         * Rework fields used to describe positions of bitfields and
3805         modify sizes to be unsigned and use HOST_WIDE_INT.
3806         * alias.c (reg_known_value_size): Now unsigned.
3807         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
3808         (really_start_incremental_init): Use bitsize_zero_node.
3809         (push_init_level, pop_init_level, output_init_element): Likewise.
3810         Use bitsize_unit_node and bitsize_one_node.
3811         (output_pending_init_elements, process_init_element): Likewise.
3812         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
3813         (make_extraction): Position and length HOST_WIDE_INT and unsigned
3814         HOST_WIDE_INT, respectively.
3815         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
3816         (num_sign_bit_copies): Returns unsigned.
3817         BITWIDTH now unsigned; rework arithmetic.
3818         Remove recursive call from arg to MAX.
3819         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
3820         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
3821         REGNO now unsigned.
3822         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
3823         (find_split_point, expand_compound_operation, make_extraction): LEN
3824         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
3825         (make_field_assignment): Likewise.
3826         (combine_simplify_rtx): Add cast.
3827         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
3828         (force_to_mode): WIDTH now unsigned; add cast.
3829         (if_then_else_cond): SIZE now unsigned.
3830         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
3831         (extended_count): Now returns unsigned.
3832         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
3833         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
3834         (simplify_comparison): MODE_WIDTH now unsigned.
3835         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
3836         (mark_used_regs_combine): Likewise; rework arithmetic.
3837         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
3838         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
3839         (record_promoted_value): REGNO now unsigned.
3840         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
3841         (get_last_value): REGNO now unsigned.
3842         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
3843         (reg_dead_regno, reg_dead_endregno): Now unsigned.
3844         (remove_death): Arg REGNO now unsigned.
3845         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
3846         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
3847         now unsigned.
3848         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
3849         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
3850         (struct cse_reg_info): REGNO now unsigned.
3851         (cached_regno): Now unsigned.
3852         (REGNO_QTY_VALID_P): Add cast.
3853         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
3854         (remove_invalid_regs): Likewise.
3855         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
3856         as are variables END and I.
3857         (get_cse_reg_info, insert): Likewise.
3858         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
3859         (canon_hash): Likewise.
3860         (insert_regs, lookup_for_remove): REGNO now unsigned.
3861         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
3862         New variable RN.
3863         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
3864         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
3865         * emit-rtl.c (subreg_realpart_p): Add cast.
3866         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
3867         (operand_subword_force): Arg I is now unsigned.
3868         * except.c (eh_regs): Variable I is now unsigned.
3869         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
3870         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
3871         length is unsigned HOST_WIDE_INT; likewise for internal variables.
3872         (store_split_bit_field, extract_fixed_bit_field): Likewise.
3873         (extract_split_bit_field, store_bit_field, extract_bit_field):
3874         Likewise.
3875         * expr.c (store_constructor_fields, store_constructor, store_field):
3876         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
3877         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
3878         (do_jump): Likewise.
3879         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
3880         MAX_SIZE is now unsigned.
3881         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
3882         (emit_group_store): Likewise.
3883         (emit_move_insn): I now unsigned.
3884         (store_constructor): Use host_integerp, tree_low_cst, and
3885         bitsize_unit_node.
3886         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
3887         Rework all calculations to use trees and new fields.
3888         * expr.h (promoted_input_arg): Regno now unsigned.
3889         (store_bit_field, extract_bit_field): Adjust types of pos and size.
3890         (mark_seen_cases): Arg is HOST_WIDE_INT.
3891         * flow.c (verify_wide_reg_1): REGNO now unsigned.
3892         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
3893         precisions and alignments are unsigned.
3894         (optimize_bit_field_compare, fold_truthop): Likewise.
3895         (int_const_binop): Adjust threshold for size_int_type_wide call.
3896         (fold_convert): Likewise.
3897         (size_int_type_wide): Make table larger and fix thinko that only
3898         had half of table used.
3899         (all_ones_mask_p, fold): Precisions are unsigned.
3900         * function.c (put_reg_info_stack): REGNO is unsigned.
3901         (instantiate_decl): Size is HOST_WIDE_INT.
3902         (instantiate_virtual_regs): I is unsigned.
3903         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
3904         (promoted_input_arg): REGNO is unsigned.
3905         * function.h (struct function): x_max_parm_reg is now unsigned.
3906         * gcse.c (max_gcse_regno): Now unsigned.
3907         (struct null_pointer_info): min_reg and max_reg now unsigned.
3908         (lookup_set, next_set): REGNO arg now unsigned.
3909         (compute_hash_table): REGNO and I now unsigned.
3910         (handle_avail_expr): regnum_for_replacing now unsigned.
3911         (cprop_insn): REGNO now unsigned.
3912         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
3913         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
3914         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
3915         * hard-reg-set.h (reg_class_size): Now unsigned.
3916         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
3917         * jump.c (mark_modified_reg): I now unsigned; add cast.
3918         (rtx_equal_for_thread_p): Add cast.
3919         * loop.c (max_reg_before_loop): Now unsigned.
3920         (struct_movable): REGNO now unsigned.
3921         (try_copy_prop): REGNO arg unsigned.
3922         (regs_match_p): XN and YN now unsigned.
3923         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
3924         (strength_reduce): Likewise; NREGS also unsigned.
3925         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
3926         * loop.h (struct iv_class): REGNO now unsigned.
3927         (max_reg_before_loop, first_increment_giv, last_increment_giv):
3928         Now unsigned.
3929         * machmode.h (mode_size, mode_unit_size): Now unsigned.
3930         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
3931         * optabs.c (expand_binop): I and NWORDS now unsigned.
3932         (expand_unop): I now unsigned.
3933         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
3934         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
3935         * real.c (significand_size): Now returns unsigned.
3936         * real.h (significand_size): Likewise.
3937         * regclass.c (reg_class_size): Now unsigned.
3938         (choose_hard_reg_mode): Both operands now unsigned.
3939         (record_reg_classes): REGNO and NR now unsigned.
3940         (reg_scan): NREGS now unsigned.
3941         (reg_scan_update): old_max_regno now unsigned.
3942         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
3943         * reload.c (find_valid_class): BEST_SIZE now unsigned.
3944         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
3945         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
3946         Likewise for variable R.
3947         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
3948         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
3949         (find_equiv_reg): Add casts.
3950         (regno_clobbered_p): Arg REGNO now unsigned.
3951         * reload.h (struct reload): NREGS now unsigned.
3952         (refers_to_regno_for_reload_p): Regno args are unsigned.
3953         (regno_clobbered_p): Likewise.
3954         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
3955         (compute_use_by_pseudos): REGNO now unsigned.
3956         (find_reg): I and J now unsigned, new variable K, and change loop
3957         variables accordingly; THIS_NREGS now unsigned.
3958         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
3959         (spill_hard_reg): REGNO arg now unsigned; add casts.
3960         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
3961         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
3962         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
3963         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
3964         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
3965         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
3966         (emit_reload_insns): REGNO now unsigned.
3967         (reload_cse_move2add): Add cast.
3968         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
3969         and rework loop.
3970         * resource.c (mark_referenced_resources, mark_set_resources): New
3971         variable R; REGNO and LAST_REGNO now unsigned.
3972         (mark_target_live_regs): J and REGNO now unsigned.
3973         * rtl.c (mode_size, mode_unit_size): Now unsigned.
3974         * rtl.h (union rtunion_def): New field rtuint.
3975         (XCUINT): New macro.
3976         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
3977         (operand_subword, operand_subword_force): Word number is unsigned.
3978         (choose_hard_reg_mode): Operands are unsigned.
3979         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
3980         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
3981         (regno_use_in, combine_instructions, remove_death): Likewise.
3982         (reg_scan, reg_scan_update): Likewise.
3983         (extended_count): Return is unsigned.
3984         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
3985         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
3986         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
3987         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
3988         (reg_reg_last_1): FIRS and LAST now unsigned.
3989         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
3990         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
3991         now unsigned.
3992         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
3993         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
3994         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
3995         (replace_regs): Arg NREGS now unsigned.
3996         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
3997         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
3998         (simplify_binary_operation): Likewise.
3999         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
4000         THIS_LAST now unsigned.
4001         (cselib_record_set): Add cast.
4002         * ssa.c (ssa_max_reg_num): Now unsigned.
4003         (rename_block): REGNO now unsigned.
4004         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
4005         sizes now unsigned.
4006         (all_cases_count): Just return -1 not -2.
4007         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
4008         Rework tests to use trees whenever possible.
4009         Use host_integerp and tree_low_cst.
4010         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
4011         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
4012         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
4013         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
4014         (smallest_mode_for_size): Likewise.
4015         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
4016         KNOWN_ALIGN is now an alignment, so simplify code.
4017         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
4018         (start_record_layout): Renamed from new_record_layout_info.
4019         Update to new fields.
4020         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
4021         New functions.
4022         (place_union_field): Renamed from layout_union_field.
4023         Update to use new fields in rli.
4024         (place_field): Renamed from layout_field.
4025         Major rewrite to use new fields in rli; pass alignment to layout_decl.
4026         (finalize_record_size): Rework to use new fields in rli and handle
4027         union.
4028         (compute_record_mode): Rework to simplify and to use new DECL fields.
4029         (finalize_type_size): Make rounding more consistent.
4030         (finish_union_layout): Deleted.
4031         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
4032         (layout_type, case RECORD_TYPE): Call new function names.
4033         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
4034         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
4035         (get_best_mode): UNIT is now unsigned; remove casts.
4036         * tree.c (bit_position): Compute from new fields.
4037         (byte_position, int_byte_position): New functions.
4038         (print_type_hash_statistics): Cast to remove warning.
4039         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
4040         (build_index_type): Likewise; make subtype of sizetype.
4041         (build_index_2_type): Pass sizetype to build_range_type.
4042         (build_common_tree_nodes): Use size_int and bitsize_int to
4043         initialize nodes; add bitsize_{zero,one,unit}_node.
4044         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
4045         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
4046         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
4047         (DECL_FIELD_BITPOS): Deleted.
4048         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
4049         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
4050         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
4051         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
4052         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
4053         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
4054         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
4055         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
4056         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
4057         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
4058         (DECL_ALIGN): Adjust to new field in union.
4059         (DECL_OFFSET_ALIGN): New field.
4060         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
4061         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
4062         (union tree_decl): Add struct for both aligns.
4063         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
4064         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
4065         (struct record_layout_info): Rework fields to have offset
4066         alignment and byte and bit position.
4067         (start_record_layout, place_field): Renamed from old names.
4068         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
4069         (byte_position, int_byte_position): Likewise.
4070         (get_inner_reference): Change types of position and length.
4071         * unroll.c (unroll_loop): New variable R; use for some loops.
4072         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
4073         (calculate_giv_inc): Arg REGNO now unsigned.
4074         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
4075         * varasm.c (assemble_variable): Clean up handling of size using
4076         host_integerp and tree_low_cst.
4077         (decode_addr_const): Use byte, not bit, position.
4078         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
4079         use tree_low_cst and int_bit_position.
4080         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
4081         
4082 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
4083
4084         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
4085         (reorder_block_def): New members eff_head and eff_end.
4086         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
4087         (verify_insn_chain): New function.
4088         (skip_insns_between_block): Add code to skip deleted insns.
4089         Check for note before using.
4090         (chain_reorder_blocks): Replace calls to skip_insns_between_block
4091         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
4092         Check for note before using.
4093         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
4094         (fixup_reorder_chain): Restructure, clean up, defect removal.
4095         (reorder_basic_blocks): Remove last_insn and references to it.
4096         Moved insn chain verification code into a new function (see above).
4097         Delete defective code that sets last insn.
4098         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
4099         all blocks.
4100
4101 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4102
4103         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
4104
4105 2000-03-24  Richard Henderson  <rth@cygnus.com>
4106
4107         * tree.c (lang_safe_for_unsave): Remove.
4108         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
4109         allowing for two levels of unsafeness.  Remove lang hook.
4110         * tree.h: Update declarations.
4111         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
4112         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
4113         Always fail sibcalls when there are pending cleanups.
4114
4115 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
4116
4117         * flow.c (propagate_block): When we delete an ADDR_VEC,
4118         also delete the BARRIER following it if there is one.
4119
4120 2000-03-24  Richard Henderson  <rth@cygnus.com>
4121
4122         * builtins.c (expand_builtin_bzero): Convert `length' argument
4123         to sizetype.
4124
4125 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
4126
4127         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
4128         comparison if regno's are equal.
4129         * calls.c (initialize_argument_informat): Add ecf_flags argument.
4130         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
4131         (expand_call): Update caller.
4132         Avoid making a sibling call if argument size of the callee is larger
4133         than argument size of the caller.
4134         Call hard_function_value with outgoing set if in sibcall pass.
4135         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
4136
4137         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
4138         Change LEAF_REGISTERS from an array initializer to actual array
4139         identifier. Move static global variable into the function.
4140         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
4141         sequences for leaf functions.
4142         * global.c (global_alloc): Likewise.
4143         * tm.texi (LEAF_REGISTERS): Update documentation.
4144
4145         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
4146         TARGET_FLAT leaf disabling hack.
4147         (LEAF_REGISTERS): Changed from an array initializer to actual array
4148         identifier to avoid duplication and remove the above hack.
4149         (FUNCTION_OK_FOR_SIBCALL): Define.
4150         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
4151         always like call attribute.
4152         (eligible_for_sibcall_delay): New attribute.
4153         (sibcall): New delay type.
4154         (sibcall, sibcall_value, sibcall_epilogue): New expands.
4155         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
4156         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
4157         * config/sparc/sparc.c (sparc_leaf_regs): New array.
4158         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
4159         New functions.
4160         (output_function_epilogue): Move part of the code into
4161         output_restore_regs.
4162         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
4163         TYPE_SIBCALL.
4164         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
4165         prototypes.
4166
4167         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
4168         until infrastructure is finished.
4169
4170 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
4171
4172         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
4173         (save_parm_insns): Not here.
4174
4175 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4176
4177         * builtins.c (expand_builtin_bzero): New function.
4178         (expand_builtin): Handle bzero.
4179
4180         * builtins.def: Add BUILT_IN_BZERO.
4181
4182         * c-common.c (c_common_nodes_and_builtins): Provide builtin
4183         prototype & function for bzero.
4184
4185 2000-03-23  Michael Meissner  <meissner@redhat.com>
4186
4187         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
4188         change adding TARGET_FP to the TF floating point insns, except for
4189         trunctfsf2, which generates direct calls to truncdfsf2.
4190
4191 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
4192
4193         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
4194         try to protect against middle-end changes that break binary
4195         compatibility.
4196         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
4197
4198 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4199
4200         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
4201
4202 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4203
4204         * calls.c (expand_call): If TARGET is passed by reference and
4205         is readonly, write a CLOBBER.
4206
4207 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4208
4209         * builtins.c (expand_builtin): Handle bcmp.
4210
4211         * builtins.def: Add BUILT_IN_BCMP.
4212
4213         * c-common.c (c_common_nodes_and_builtins): Provide builtin
4214         prototype & function for bcmp.
4215
4216 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
4217
4218         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
4219         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
4220         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
4221
4222 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
4223
4224         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
4225         alternative when using -fp64 -gp32.
4226
4227 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
4228
4229         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
4230         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
4231         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
4232
4233         * frame.h (frame_state): Revert last change.
4234         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
4235         * libgcc2.c (throw_helper): Revert last change.
4236         
4237 2000-03-22  Richard Henderson  <rth@cygnus.com>
4238
4239         * stmt.c (expand_asm_operands): Don't promote the temporary.
4240
4241 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
4242
4243         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
4244         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
4245           c_get_alias_set): Likewise.
4246         * c-decl.c (duplicate_decls): Likewise.
4247         * c-typeck.c (default_conversion,build_unary_op): Likewise.
4248         * calls.c (initialize_argument_information): Likewise.
4249         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
4250         Likewise.
4251         * dwarfout.c (decl_class_context,output_type): Likewise.
4252         * expr.c (get_inner_reference): Likewise.
4253         * fold-const.c (simple_operand_p,fold): Likewise.
4254         * function.c (aggregate_value_p): Likewise.
4255         * stmt.c (expand_asm_operands): Likewise.
4256         * varasm.c (named_section): Likewise.
4257
4258 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
4259
4260         Implement dwarf2 exception handling for the ARM.
4261         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
4262         (DWARF_FRAME_RETURN_COLUMN): Define.
4263         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
4264         REG_FRAME_RELATED_EXPR note.
4265         (emit_sfm): Likewise.
4266         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
4267         * dwarf2out.c (reg_save): Handle saving a register to itself.
4268         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
4269         * except.c (eh_regs): Don't use the static chain reg if it's
4270         callee-saved.
4271         * frame.h (frame_state): Add cfa_saved field.
4272         * frame.c (execute_cfa_insn): Set it.
4273         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in 
4274         the epilogue.
4275         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
4276         Now takes a parm.
4277         (instantiate_virtual_regs): Adjust.
4278         * tm.texi: Adjust.
4279         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
4280         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
4281         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
4282
4283         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
4284         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
4285
4286 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4287
4288         * builtins.def: New file.
4289
4290         * Makefile.in (TREE_H): Depend on builtins.def.
4291
4292         * builtins.c (built_in_names): Use builtins.def.
4293
4294         * tree.h (built_in_function): Likewise.
4295
4296 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
4297
4298         * tree.c (size_in_bytes): Return size_zero_node, not
4299         integer_zero_node.
4300
4301 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
4302
4303         * config/fp-bit.c (pack_d): Correct the case when a denormal
4304         is rounded up and stops being denormal.
4305
4306 2000-03-21  Richard Henderson  <rth@cygnus.com>
4307
4308         * config/alpha/alpha.c (function_arg): Check for void_type_node
4309         before using MUST_PASS_IN_STACK.
4310
4311 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
4312
4313         * regmove.c (combine_stack_adjustments_for_block): Check that
4314         the stack pointer is a valid memory address.
4315
4316 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
4317
4318         * calls.c: re-install Mar 16 emit_library_call merge.
4319
4320 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
4321
4322         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
4323         we cannot be sure that if reload_completed base register will
4324         be properly aligned.
4325
4326 2000-03-21  Richard Henderson  <rth@cygnus.com>
4327
4328         * flow.c (delete_block): Fix typo last change.
4329
4330 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
4331
4332         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
4333         not COMPLETE_TYPE_P, to check the type of the expression.
4334
4335 2000-03-21  Michael Meissner  <meissner@redhat.com>
4336
4337         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
4338         all floating point insns that just tested the macro
4339         TARGET_HAS_XFLOATING_LIBS.
4340         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
4341         used to only use the gprs.
4342
4343 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
4344
4345         * tree.h (COMPLETE_TYPE_P): New macro.
4346         (COMPLETE_OR_VOID_TYPE_P): New macro.
4347         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
4348         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
4349         * c-aux-info.c (gen_type): Use them.
4350         * c-common.c (c_expand_expr_stmt): Likewise.
4351         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
4352         grokdeclarator, grokparms, finish_struct, start_function,
4353         store_parm_decls, combine_parm_decls): Likewise.
4354         * c-parse.y (cast_expr): Likewise.
4355         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
4356         c_size_in_bytes, c_alignof, build_component_ref,
4357         build_indirect_ref, build_array_ref, convert_arguments,
4358         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
4359         * calls.c (initialize_argument_information): Likewise.
4360         * convert.c (convert_to_integer): Likewise.
4361         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
4362         * dwarfout.c (location_or_const_value_attribute,
4363         output_enumeration_type_die, output_structure_type_die,
4364         output_union_type_die, output_type): Likewise.
4365         * expr.c (safe_from_p, expand_expr): Likewise.
4366         * function.c (assign_parms): Likewise.
4367         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
4368         * tree.c (build_array_type, build_function_type,
4369         build_method_type, build_offset_type, build_complex_type): Likewise.
4370         * c-parse.c, c-parse.h: Regenerated.
4371
4372 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4373
4374         * config/c4x/rtems.h: Include config/rtems.h.
4375
4376 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
4377
4378         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
4379         decl is a FUNCTION_DECL
4380
4381 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
4382
4383         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
4384         function uses output registers.  Don't save RP for leaf functions.
4385         Do save RP even if no epilogue.
4386         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
4387         (CALL_USED_REGISTERS): Unmark in registers.
4388         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
4389         to near the middle.
4390
4391 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
4392
4393         * config/rs6000/rs6000.md (bunordered): New expander.
4394         (bordered): New expander.
4395         (buneq): New expander.
4396         (bunge): New expander.
4397         (bungt): New expander.
4398         (bunle): New expander.
4399         (bunlt): New expander.
4400         (bltgt): New expander.
4401  
4402         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
4403         (ccr_bit_negated_p): New function.
4404         (print_operand): For %C, generate appropriate cror for UNEQ,
4405         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
4406
4407 2000-03-20  Andreas Jaeger  <aj@suse.de>
4408
4409         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
4410         warning.
4411
4412         * tree.h (safe_for_unsave): Prototype.
4413
4414 2000-03-20  Richard Henderson  <rth@cygnus.com>
4415
4416         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
4417         (combine_stack_adjustments_for_block): Don't allow sp references
4418         in the side of a set we're not fixing up.
4419         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
4420         after life_analysis.
4421
4422 2000-03-20  Richard Henderson  <rth@cygnus.com>
4423
4424         * calls.c (expand_call): Don't bother generating tail call
4425         sequences if there are pending cleanups.  Use
4426         expand_start_target_temps/expand_end_target_temps to elide
4427         cleanups created during sibcall expansion.
4428
4429 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
4430
4431         * configure.in: Set $IFS to a value if it doesn't already have one
4432         in the --enable-checking handling.
4433         * configure: Regenerate.
4434
4435 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4436
4437         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
4438         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
4439         Regenerated.
4440
4441 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
4442
4443         * jump.c (delete_noop_moves): Remove code attempting to
4444         combine stack adjustments.
4445
4446 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4447
4448         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
4449         * except.c (emit_cleanup_handler): Use them.
4450         (expand_end_all_catch): Likewise.
4451         * function.c (fixup_var_refs): Likewise.
4452         (expand_function_end): Clear catch_clauses_last.
4453         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
4454         * except.h (struct eh_status): New field x_catch_clauses_last.
4455         (catch_clauses_last): New define.
4456
4457         * Makefile.in (tree.o): Depend on HASHTAB_H.
4458         * tree.c: Include hashtab.h.
4459         (struct type_hash): Remove next field.
4460         (TYPE_HASH_SIZE): Remove.
4461         (TYPE_HASH_INITIAL_SIZE): New define.
4462         (type_hash_table): Change type to htab_t.
4463         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
4464         mark_hash_entry): New functions.
4465         (init_obstacks): Allocate type hash.
4466         (type_hash_lookup): Use htab functions.
4467         (type_hash_add, mark_type_hash): Likewise.
4468         (dump_tree_statistics): Call print_type_hash_statistics.
4469
4470 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4471
4472         * rs6000/t-aix41: New file.
4473
4474         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
4475
4476 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
4477
4478         * tm.texi (Driver): Fix typos and tweak entry for
4479         INCLUDE_DEFAULTS.
4480         Move misplaced STRUCT_FORCE_BLK entry ...
4481         (Storage Layout): ... to here.
4482         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
4483
4484 2000-03-19  Richard Henderson  <rth@cygnus.com>
4485
4486         * flow.c (delete_block): Delete the addr_vec along with the block.
4487         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
4488         reference labels.
4489
4490         * fold-const.c (extract_muldiv): Apply type check for defined
4491         overflow to multiply as well as divide.
4492
4493         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
4494
4495 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
4496
4497         * emit-rtl.c (remove_unncessary_notes): Check that all
4498         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
4499         associated NOTE_BLOCK.
4500         * function.h (identify_blocks): Update comments.
4501         (reorder_blocks): Declare.
4502         * function.c (identify_blocks): Don't take paramters.
4503         (reorder_blocks): Don't take parameters.
4504         * loop.h (find_loop_tree_blocks): Remove.
4505         (unroll_block_trees): Likewise.
4506         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
4507         reorder_blocks instead of unroll_block_trees.h
4508         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
4509         * stmt.c (find_loop_tree_blocks): Remove.
4510         (unroll_block_trees): Likewise.
4511         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
4512         in whole-function mode.
4513         * tree.h (reorder_blocks): Remove declaration.
4514
4515         * expr.c: Include intl.h.
4516         * Makefile.in (expr.o): Depend on intl.h.
4517         
4518 2000-03-18  Richard Henderson  <rth@cygnus.com>
4519
4520         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
4521
4522 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
4523
4524         * tree.h (tree_index): Remove enumerals for integer types.
4525         (integer_type_kind): New type.
4526         (integer_types): New variable.
4527         (char_type_node): Adjust.
4528         (signed_char_type_node): Likewise.
4529         (unsigned_char_type_node): Likewise.
4530         (short_integer_type_node): Likewise.
4531         (short_unsigned_type_node): Likewise.
4532         (integer_type_node): Likewise.
4533         (unsigned_type_node): Likewise.
4534         (long_integer_type_node): Likewise.
4535         (long_unsigned_type_node): Likewise.
4536         (long_long_integer_type_node): Likewise.
4537         (long_long_unsigned_type_node): Likewise.
4538         * tree.c (integer_types): New variable.
4539         (init_obstacks): Register it as a root.
4540
4541 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
4542
4543         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
4544         NEXT_INSN. Update last insn in chain.
4545
4546 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
4547
4548         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
4549         with TYPE_DECL_SUPPRESS_DEBUG set.
4550
4551 2000-03-18  Richard Henderson  <rth@cygnus.com>
4552
4553         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
4554
4555 2000-03-18  Richard Henderson  <rth@cygnus.com>
4556
4557         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
4558         care for HALF_PIC_P.
4559         (expander_call_insn_operand): Remove.
4560         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
4561         * i386.h (PREDICATE_CODES): Update.
4562         * i386.md (all call expanders): Remove predicates, remove special
4563         handling for half-pic.
4564         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
4565         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
4566         (sibcall_epilogue): New.
4567
4568 2000-03-17  Richard Henderson  <rth@cygnus.com>
4569
4570         * rtlanal.c (single_set): Reject if the parallel has anything
4571         except SET or USE or CLOBBER.
4572
4573 2000-03-17  Jeff Law  <law@cygnus.com>
4574             Richard Henderson  <rth@cygnus.com>
4575
4576         * Makefile.in (OBJS): Add sibcall.o.
4577         (sibcall.o): New.
4578         * sibcall.c: New file.
4579         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
4580         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
4581         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
4582         Emit sibcall patterns when requested.  Update all callers.
4583         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
4584         elimination seems feasable.
4585         * final.c (leaf_function_p): Sibling calls don't discount being
4586         a leaf function.
4587         * flow.c (HAVE_sibcall_epilogue): Provide default.
4588         (find_basic_blocks_1): Sibling calls don't throw.
4589         (make_edges): Make edge from sibling call to EXIT.
4590         (propagate_block): Don't remove sibcall_epilogue insns.
4591         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
4592         (sibcall_epilogue): New.
4593         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
4594         (identify_blocks_1): Likewise.  Break out from ...
4595         (identify_blocks): ... here.
4596         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
4597         (reorder_blocks): ... here.
4598         (init_function_for_compilation): Zap prologue/epilogue as varrays.
4599         (record_insns): Extend a varray instead of mallocing new memory.
4600         (contains): Read a varray not array of ints.
4601         (sibcall_epilogue_contains): New.
4602         (thread_prologue_and_epilogue_insns): Emit and record
4603         sibcall_epilogue patterns.
4604         (init_function_once): Allocate prologue/epilogue varrays.
4605         * genflags.c (gen_insn): Treat sibcall patterns as calls.
4606         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
4607         Broken out from ...
4608         (save_for_inline_nocopy): ... here.
4609         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns. 
4610         Broken out from ...
4611         (expand_inline_function): ... here.
4612         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
4613         (subst_constants): Handle 'n' formats.
4614         * jump.c (jump_optimize_minimal): New.
4615         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
4616         optimizations if it's set.
4617         * rtl.c (copy_rtx): Do copy jump & call for insns.
4618         * rtl.h (struct rtx_def): Document use of jump and call for insns.
4619         (SIBLING_CALL_P): New.
4620         (sibcall_use_t): New.
4621         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
4622         Invoke optimize_sibling_and_tail_recursive_calls.
4623         * tree.c (lang_safe_for_unsave): New.
4624         (safe_for_unsave): New.
4625         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
4626
4627         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
4628         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
4629         (*sibcall_osf_1, *sibcall_value_osf_1): New.
4630
4631 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
4632
4633         * objc/objc-act.c (encode_method_prototype): Pass types, not
4634         PARM_DECLs, to int_size_in_bytes.
4635
4636 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
4637
4638         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
4639
4640         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
4641         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
4642
4643 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4644
4645         * Clean up usages of TREE_INT_CST_LOW.
4646         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
4647         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
4648         Regenerated.
4649         * c-tree.h (min_precision): Move declaration to here.
4650         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
4651         (build_unary_op, add_pending_init): Use bit_position.
4652         (pending_init_member, process_init_element): Likewise.
4653         (really_start_incremental_init, push_init_level, pop_init_level):
4654         Don't make copies of nodes or modify them in place, use consistent
4655         types when tracking positions, and use tree routines computations.
4656         (set_init_index, output_init_element): Likewise.
4657         (output_pending_init_elements, process_init_element): Likewise.
4658         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
4659         tree_low_cst and int_bit_position; also minor cleanup.
4660         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
4661         (print_cst_octal): Precision is unsigned.
4662         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
4663         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
4664         (simple_type_align_in_bits): Result is unsigned int.
4665         Use tree_int_low_cst and host_integerp.
4666         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
4667         (field_byte_offset): Result is HOST_WIDE_INT.
4668         Change types of internal variables so alignments are unsigned int,
4669         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
4670         Use host_integerp, tree_low_cst, and int_bit_position.
4671         (add_bit_offset_attribute): Likewise.
4672         (add_data_member_location_attribute): Use tree_cst_low.
4673         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
4674         (add_bit_size_attribute): Use tree_low_cst.
4675         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
4676         * dwarfout.c: Similar changes to dwarf2out.c.
4677         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
4678         * genoutput.c (n_occurences): Return -1 for null string.
4679         (strip_whitespace): Accept null string and make into function.
4680         (scan_operands): Reflect above changes.
4681         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
4682         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
4683         * ssa.c (rename_registers): Add missing cast of arg to bzero.
4684         * tree.c (int_size_in_bytes): Check for too big to represent.
4685         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
4686         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
4687         New declarations.
4688         (min_precision): Delete from here.
4689         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
4690         and int_bit_position.
4691         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
4692         (encode_method_def): Likewise.
4693         (build_ivar_list_initializer): Use int_bit_position.
4694         (generate_shared_structures): Convert size.
4695         (encode_type, encode_complete_bitfield): Use integer_zerop.
4696         (encode_bitfield): Use tree_low_cst and int_bit_position.
4697         
4698 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4699
4700         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
4701
4702 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4703
4704         * call.c (special_function_p): It is only malloc if it returns
4705         Pmode.
4706
4707 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4708
4709         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
4710         (C33_FLAG, TARGET_C3X): Add macros.
4711         (TARGET_SWITCHES): Add -m33 option.
4712         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
4713         
4714 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4715         
4716         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
4717         (PARALLEL_PACK_FLAG): Delete.
4718         (TARGET_SWITCHES): Update.
4719         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
4720
4721 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4722
4723         * fold-const.c (fold): Fix a few cases when the returned result
4724         is not of the same type as the input.
4725
4726 2000-03-16  Nick Clifton  <nickc@cygnus.com>
4727
4728         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
4729         warning.
4730
4731 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4732
4733         * libgcc2.h: Move prototypes above macros with the same name.
4734         Wrap some function prototypes in the conditional which indicates
4735         whether they are supported, i.e. "BITS_PER_UNIT == 8".
4736
4737 2000-03-16  Richard Henderson  <rth@cygnus.com>
4738
4739         * calls.c: Revert last two changes.
4740
4741 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
4742
4743         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
4744         has exponent 0 is a zero.
4745
4746         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
4747         HASH may already be nonzero.  Add code/mode into hash value
4748         immediately after repeat label.
4749         (cselib_lookup): Don't leave the hash table in an inconsistent
4750         state before a hash lookup operation.
4751
4752 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
4753
4754         * i386.md (all HI and QI mode non-move patterns):  Conditionize
4755         by TARGET_[HQ]IMODE_MATH.
4756         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
4757         x86_promote_qi_regs): Declare.
4758         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
4759         TARGET_PROMOTE_QI_REGS): New macros.
4760         (PROMOTE_MODE): New macro.
4761         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
4762         x86_promote_qi_regs): New global variables.
4763
4764 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
4765
4766         * calls.c (emit_library_call_value_1): Break out from ...; handle
4767         VOIDmode function calls too.
4768         (emit_library_call_value): ... here.
4769         (emit_library_call): Implement by calling emit_library_call_value_1.
4770
4771 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
4772
4773         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
4774         Update arg_space_so_far on stack adjustments.
4775         (emit_library_call, emit_library_call_value): Likewise; take into
4776         account arg_space_so_far and pending_stack_adjust when calculcating
4777         the boundary.
4778
4779 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
4780
4781         * flow.c: Move all basic block reordering code into its own file.
4782         (create_basic_block): Externalize.
4783         * bb-reorder.c: New file. Copy all basic block reordering code from
4784         flow.c to this file.
4785         (reorder_basic_blocks): Fix fencepost error in for-loop.
4786         (reorder_basic_blocks): Remove braces from single statement for-loops.
4787         * basic-block.h: Add declaration for create_basic_block.
4788         * Makefile.in: Add rules for bb-reorder.o.
4789
4790 2000-03-16  Neil Booth  <NeilB@earthling.net>
4791
4792         * cppinit.c (handle_option):  Implement #unassert directive
4793         as -A- command line option.
4794         (print_help):  Update.
4795         * cpptexi.c:  Update.
4796
4797 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
4798
4799         * md.texi (Standard Names): Document `jump'.
4800
4801 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
4802
4803         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
4804         gotos.
4805
4806 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
4807
4808         Merge changes from newppc-branch onto trunk.
4809
4810         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
4811
4812         * rs6000.c (toc_hash_table): Update for new hash table functions.
4813         (toc_hash_function): Likewise.
4814         (toc_hash_eq): Likewise.
4815         (toc_hash_mark_entry): Likewise.
4816         (toc_hash_mark_table): Likewise.
4817         (output_toc): Likewise.
4818         (rs6000_add_gc_roots): Likewise.
4819
4820         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4821
4822         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
4823         (AR_FLAGS_FOR_TARGET): here.  New macro.
4824
4825         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
4826
4827         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
4828         fpmem_operand) Delete.
4829         (xer_operand) New.
4830         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
4831         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
4832         (rs6000_save_machine_status, rs6000_restore_machine_status, 
4833         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove 
4834         references to above variables.
4835         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
4836         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
4837         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
4838         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
4839         (XER_REGNO_P, XER_REGNO): New.
4840         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
4841         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
4842         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to 
4843         XER_REGNO_P.
4844         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
4845         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
4846         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
4847         
4848         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4849
4850         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
4851         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
4852         * rs6000.h: from here.
4853
4854         * rs6000-protos.h (rs6000_select_section): Provide prototype.
4855         (rs6000_select_rtx_section): Likewise.
4856         (rs6000_encode_section_info): Likewise.
4857         (sdata_section): Likewise.
4858         (sdata2_section): Likewise.
4859         (sbss_section): Likewise.
4860         * sysv4.h (rs6000_select_section): Delete prototype.
4861         (rs6000_select_rtx_section): Likewise.
4862         (rs6000_encode_section_info): Likewise.
4863         (sdata_section): Likewise.
4864         (sdata2_section): Likewise.
4865         (sbss_section): Likewise.
4866         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
4867
4868         * sysv4.h: Delete various unnecessary #undef's and put a comment
4869         on the remaining ones.
4870         Change various comments according to coding standard.
4871
4872         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
4873
4874         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO, 
4875         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
4876         (CR0_REGNO_P) Remove.
4877         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand, 
4878         setup_incoming_varargs, mtcrf_operation, print_operand, 
4879         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue): 
4880         Use the above macros.
4881
4882         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
4883
4884         * config/rs6000/rs6000.md: Added a new alternative for each
4885         pattern that had a 'x' alternative but no 'y' alternative.
4886         Added a new split for each of the above patterns.
4887
4888         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
4889
4890         * aix41.h (ASM_CPU_SPEC): Delete.
4891         (CPP_CPU_SPEC): Delete.
4892
4893         * aix.h (RS6000_OUTPUT_BASENAME): Define.
4894         (ASM_OUTPUT_LABEL): Define.
4895         (ASM_GLOBALIZE_LABEL): Define.
4896         (STRIP_NAME_ENCODING): Define.
4897         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
4898         (STRIP_NAME_ENCODING): Don't define.
4899         (ASM_OUTPUT_LABEL): Don't define.
4900         (ASM_GLOBALIZE_LABEL): Don't define.
4901         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
4902         names, and ASM_OUTPUT_LABEL to output labels, rather than
4903         asm_fprintf.
4904         (ASM_OUTPUT_LABEL): Define.
4905         (ASM_OUTPUT_INT): Use assemble_name.
4906         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
4907         (STRIP_NAME_ENCODING): Don't undefine first.
4908         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
4909         ELF.
4910         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
4911         specified with 'asm' even with -fleading-underscore.
4912         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
4913         (output_epilog): Likewise.
4914         (output_toc): Likewise. 
4915         * tramp.asm: Handle -fleading-underscore correctly.
4916
4917         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
4918         -mminimal-toc.
4919         (nonlocal_goto_receiver): Delete.
4920         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
4921
4922         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
4923         (SET_ASM_OP): Define.
4924         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
4925
4926         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
4927         (ASM_LONG): Define.
4928
4929         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
4930         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
4931
4932         * rs6000.h: Add 'u' to more constants.
4933
4934         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
4935
4936         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
4937
4938         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
4939
4940         * rs6000.c (reg_or_u_cint_operand): New function.
4941         (logical_operand): Handle 64-bit hosts.
4942         (logical_u_operand): New function.
4943         (non_logical_cint_operand): Handle 64-bit hosts.
4944         (non_logical_u_cint_operand): New function.
4945         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
4946         (PREDICATE_CODES): Define new functions.
4947         * rs6000-protos.h: Declare new functions.
4948         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
4949         (movdi_64): Bracket code intended for 64-bit hosts.  Create
4950         CONST_DOUBLE for 32-bit values.
4951         (scc insns): Generate DImode compares.
4952         (mfcr insns): Create DImode versions.
4953         (sge matchers): New patterns.
4954         
4955         2000-02-15  Gabriel Paubert  <paubert@iram.es>
4956
4957         * rs6000.md: Correct instructions length attributes and
4958         constraints on unsigned compare instructions.
4959         (*ne0): Disable for PowerPC64.
4960
4961         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
4962
4963         * rs6000.c (output_function_profiler): Use .long for a 32-bit
4964         quantity, fix profile1.C test failure under -fPIC.
4965
4966         * rs6000.c: Add 'u' to many constants to suppress warnings.
4967         (constant_pool_expr_1): Make static.
4968         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
4969         * rs6000.h: Add 'u' to many constants to suppress warnings.
4970
4971         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
4972         for the start of the TOC, instead of LCTOC..0.
4973         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
4974         of the TOC.
4975         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
4976         (load_toc_aix_di): Use LCTOC..1.
4977
4978         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
4979         * rs6000.c (rs6000_legitimize_address): New function from
4980         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
4981         symbols in the constant pool that really are TOC references.
4982         (print_operand_address): For ELF, write TOC offsets under
4983         -fPIC as subtractions in the insn.
4984         (output_toc): For ELF, define symbols in TOC as normal labels,
4985         to match RTL.
4986         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
4987         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
4988         (create_TOC_reference): Prototype only when RTX_CODE is defined.
4989         * rs6000.md (movsi): Only use create_TOC_reference on
4990         symbols in the constant pool that really are TOC references.
4991
4992         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
4993         * rs6000.c (rs6000_reorg): Delete.
4994         * rs6000-protos.h (rs6000_reorg): Delete.
4995
4996         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
4997
4998         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
4999
5000         * aix.h (SETUP_FRAME_ADDRESSES): Define.
5001         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
5002         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
5003         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
5004         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
5005         rs6000_aix_emit_builtin_unwind_init.
5006         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call 
5007         rs6000_emit_eh_toc_restore on AIX.
5008         (return_eh_si): Use r2.
5009         (return_eh_di): Use r2.
5010
5011         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
5012         since we're breaking binary compatibility anyway.
5013
5014         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
5015
5016         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
5017         constant_pool_expr_p): Declare them.
5018         (constant_pool_expr_p): Declare it.
5019         * config/rs6000/rs6000.c (toc_label_name): Define.
5020         (rs6000_override_options): Set toc_label_name.
5021         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
5022         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
5023         uses_TOC): New functions.
5024         (print_operand): Delete old '*' case.
5025         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
5026         and strip off rtl for TOC before calling output_addr_const.
5027         (rs6000_emit_load_toc_table): Use toc_label_name.
5028         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
5029         the default.
5030         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
5031         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
5032         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
5033         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
5034         into explicit TOC_REGISTER offsets.
5035         (TOC_REGISTER): New macro.
5036         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under 
5037         TARGET_TOC to reference TOC_REGISTER.
5038         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
5039         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call  
5040         uses_TOC before emitting label references.
5041
5042         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
5043
5044         * rs6000.md (stack_tie): Fix warning.
5045
5046         * eabi-ctors.c: Use 'asm' names for the start/end variables,
5047         to handle -fleading-underscore.
5048         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
5049         (USER_LABEL_PREFIX): New macro.
5050         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
5051         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
5052         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
5053         call-linux can use the same multilibs.
5054         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
5055         and call-linux multilibs.  Do multilib with -fleading-underscore.
5056         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
5057         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
5058         to call-aix.
5059
5060         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
5061         have MASK_SOFT_FLOAT set.
5062         (CPP_FLOAT_DEFAULT_SPEC): New macro.
5063         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
5064         CPP_FLOAT_DEFAULT_SPEC.
5065
5066         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
5067         * rs6000.md: Whitespace change.
5068         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
5069         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
5070
5071         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
5072
5073         * rs6000.md (eh_epilogue): New expander.
5074         (eh_reg_restore): New expand/split/insn combination.
5075         (return_eh_si): New insn.
5076         (return_eh_di): New insn.
5077
5078         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
5079         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
5080         * eabi-ctors.c (__do_global_ctors): Register this object's
5081         frame.  Clean up.  Call atexit() after the constructors.
5082         (__do_global_dtors): Deregister this object's frame.  Clean up.
5083         Allow for recursive calls to exit().
5084         * rs6000.c (fixuplabelno): New variable.
5085         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
5086         TARGET_RELOCATABLE, it slows down exec() under linux.
5087         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
5088
5089         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
5090         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
5091         (ASM_OUTPUT_DWARF_DELTA2): New macro.
5092         (ASM_OUTPUT_DWARF_DELTA4): New macro.
5093         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
5094         (ASM_OUTPUT_DWARF_ADDR): New macro.
5095         (ASM_OUTPUT_DWARF_DATA4): New macro.
5096         (ASM_OUTPUT_DWARF_DATA2): New macro.
5097         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
5098         (ASM_OUTPUT_DWARF_OFFSET): New macro.
5099         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
5100
5101         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
5102
5103         * rs6000.c (rs6000_sr_alias_set): New variable.
5104         (rs6000_override_options): Initialise rs6000_sr_alias_set.
5105         (rs6000_emit_stack_tie): New function.
5106         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
5107         in a way that dwarf2out can understand.
5108         (rs6000_frame_related): New function.
5109         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
5110         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
5111         Use rs6000_emit_stack_tie when needed.
5112         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
5113         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
5114         * rs6000.md (stack_tie): New insn.
5115         (return_internal_si): Allow return value to be in the count
5116         register.
5117         (return_internal_di): Likewise.
5118
5119         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
5120
5121         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
5122
5123         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
5124
5125         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
5126
5127         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
5128
5129         * rs6000.md (stmw): Use the right POWER opcode.
5130         (lmw): Likewise.
5131
5132         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5133
5134         * rs6000-protos.h: New file.
5135
5136         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
5137         
5138         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
5139         warnings.
5140         
5141         * sysv4.h: Likewise.
5142
5143         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
5144
5145         * ../../configure.in: Delete powerpcle-*-winnt*
5146         and powerpcle-*-pe|powerpcle-*-cygwin*.
5147         * ../../configure: Regenerated.
5148         * cygwin.h: Delete.
5149         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
5150         (TARGET_WINDOWS_NT): Delete.
5151         (ABI_NT): Delete.
5152         (CALL_NT_DLLIMPORT): Delete.
5153         Delete NT-specific code.
5154         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
5155         * win-nt.h: Delete.
5156         * t-winnt: Delete.
5157         * nt-ci.asm: Delete.
5158         * nt-cn.asm: Delete.
5159         * ntstack.asm: Delete.
5160
5161         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5162
5163         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
5164         (ASM_FILE_START): Likewise.
5165         (ASM_DECLARE_FUNCTION_NAME): Likewise.
5166         (ASM_OUTPUT_LABELREF): Likewise.
5167         (ASM_OUTPUT_SKIP): Likewise.
5168         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
5169         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5170         (ASM_OUTPUT_CASE_LABEL): Likewise.
5171         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5172         (ASM_OUTPUT_ASCII): Likewise.
5173
5174         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
5175
5176         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
5177         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
5178         increment rs6000_pic_labelno here.
5179         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
5180         and increment rs6000_pic_labelno here.
5181
5182         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
5183
5184         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
5185         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
5186         allocation knows (reg) is dead before the insn.
5187
5188         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
5189
5190         * rs6000.md (movsi_to_cr): Correct typo in output template.
5191
5192         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
5193
5194         * rs6000.c (rs6000_pic_labelno): Always define.
5195         (rs6000_pic_func_labelno): Delete.
5196         (lmw_operation): Check for a zero base register,
5197         which doesn't mean what we want.
5198         (stmw_operation): New function.
5199         (print_operand): Define new 'l' modifier.
5200         (rs6000_stack_info): We must save all 64 bits of the registers
5201         if TARGET_POWERPC64.
5202         (rs6000_output_load_toc_table): Delete.
5203         (rs6000_emit_load_toc_table): New function.
5204         (rs6000_allocate_stack_space): Delete.
5205         (rs6000_emit_allocate_stack): New function.
5206         (rs6000_emit_prologue): New function.
5207         (output_prolog): Use rs6000_emit_prologue.
5208         (rs6000_emit_epilogue): Change a few variable names to be
5209         more accurate.  Restore all 64 bits of the registers if
5210         TARGET_POWERPC64.  Only restore the FP registers which were used
5211         if they are being saved/restored one-at-a-time.
5212         (output_mi_thunk): Delete inefficient code generation.
5213         (output_function_profiler): Don't use rs6000_output_load_toc_table.
5214         * rs6000.h: Declare rs6000_emit_load_toc_table,
5215         rs6000_allocate_stack_space, stmw_operation.  Don't declare
5216         rs6000_output_load_toc_table.
5217         * rs6000.md (elf_high): Allow register 0, but discourage it
5218         heavily.
5219         (elf_low): Support loading into register 0.
5220         (load_toc_aix_si): New pattern.
5221         (load_toc_aix_di): New pattern.
5222         (load_toc_v4_pic_si): New pattern.
5223         (load_toc_v4_pic_di): New pattern.
5224         (load_toc_v4_PIC_1): New pattern.
5225         (load_toc_v4_PIC_1b): New pattern.
5226         (load_toc_v4_PIC_2): New pattern.
5227         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
5228         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
5229         (prologue): New expander.
5230         (movesi_from_cr): New pattern.
5231         (stmw): New pattern.
5232         (save_fpregs_si): New pattern.
5233         (save_fpregs_di): New pattern.
5234
5235         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5236
5237         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
5238         (movdi): Likewise.
5239         (movhi): Likewise.
5240         (movqi): Likewise.
5241
5242         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5243
5244         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
5245         at present.
5246         (movsi_got_internal): Likewise.
5247         (movsi_got_internal+1): Likewise.
5248         (set_sp): 'unspec 7' does a SImode clobber.
5249
5250         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5251
5252         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
5253         allocate a stack temporary.
5254         (floatsidf2_internal): Likewise.
5255         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
5256         with unspec.
5257         (floatunssidf2): Don't use the fpmem "register", just
5258         allocate a stack temporary.
5259         (floatunssidf2_internal): Likewise.
5260         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
5261         with unspec.
5262         (floatsidf2_loadaddr): Delete.
5263         (floatsidf2_store1): Delete.
5264         (floatsidf2_store2): Delete.
5265         (floatsidf2_load): Delete.
5266         (fix_truncdfsi2): Don't use the fpmem "register", just
5267         allocate a stack temporary.
5268         (fix_truncdfsi2_internal_si): Delete.
5269         (fix_truncdfsi2_internal_di): Delete.
5270         (fix_truncdfsi2_internal): New insn.
5271         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
5272         (fix_truncdfsi2_store): Delete.
5273         (fix_truncdfsi2_load): Delete.
5274         (fctiwz): Produce gen_fctiwz.
5275
5276         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
5277
5278         * eabi.h (INVOKE__main): Define.
5279         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
5280         specially.
5281         (rs6000_emit_prologue): Likewise.
5282         * rs6000.h (struct rs6000_stack): Don't keep track of whether
5283         this is the main program.
5284
5285         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5286
5287         * rs6000.c (rs6000_va_arg): Delete some unused variables.
5288
5289         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5290
5291         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
5292         goes after the argument.
5293
5294         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5295
5296         * rs6000.md: Document 'unspec' values used.
5297         (epilogue): New expander.
5298         (movesi_to_cr_one): New expander.
5299         (movesi_to_cr and following): New pattern.
5300         (lmw): New pattern.
5301         (return_internal_si): New pattern.
5302         (return_internal_di): New pattern.
5303         (return_and_restore_fpregs_si): New pattern.
5304         (return_and_restore_fpregs_di): New pattern.
5305         * rs6000.h: Declare new functions.
5306         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
5307         rather than rs6000_calls_p.
5308         (rs6000_makes_calls): Delete.
5309         (lmw_operation): New function.
5310         (mtcrf_operation): New function.
5311         (rs6000_emit_epilogue): New function.
5312         (output_epilog): Call rs6000_emit_epilogue and final if
5313         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
5314
5315         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5316
5317         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
5318         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
5319         * aix.h (SUBTARGET_SWITCHES): Document switches.
5320         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
5321         sched-prolog and sched-epilog the same.  Document all the
5322         switches.
5323         (TARGET_OPTIONS): No longer allow -mdebug-.
5324
5325         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5326
5327         * rs6000.h (ASM_FILE_END): Move to aix.h.
5328         (EXTRA_SECTIONS): Move to aix.h.
5329         (READONLY_DATA_SECTION): Move to aix.h.
5330         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
5331         (SELECT_SECTION): Move to aix.h.
5332         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
5333         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
5334         (LINK_REGISTER_REGNUM): New definition.
5335         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
5336         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
5337         AIX and SVR4.
5338         * sysv4.h: Delete the code between the inclusion of rs6000.h
5339         and svr4.h.
5340         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
5341         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
5342         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
5343         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
5344         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
5345         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
5346         (fix_truncdfsi2_internal_di): New pattern.
5347         (fix_truncdfsi2_store): The second arg here is Pmode too.
5348         (fix_truncdfsi2_load): The second arg here is Pmode too.
5349         (tablejumpdi): Now that switch tables hold only SImode values,
5350         gcc needs to know how to add them to the pc which is DImode.
5351         * rs6000.c (rs6000_stack_info): Use symbolic name for 
5352         LINK_REGISTER_REGNUM.
5353         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
5354         (output_toc): Delete unused variables s1 and s2.
5355         (output_ascii): Use fputs not fprintf on a variable string.
5356
5357         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
5358
5359         * rs6000.c (processor_target_table): Add power3 as alias for 630.
5360         * aix43.h: Revert Aug 2 change.
5361         (HAS_INIT_SECTION): Define, not visible yet.
5362         (LD_INIT_SWITCH): Define, not visible yet.
5363         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
5364
5365         2000-01-04  Joel Sherrill (joel@OARcorp.com>
5366
5367         * config/rs6000/rtems.h: Include config/rtems.h.
5368
5369         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
5370
5371         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
5372         (SLOW_UNALIGNED_ACCESS): Define.
5373         (CASE_VECTOR_MODE): Always use 32-bit offsets.
5374         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
5375         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
5376         (toc_section): Likewise and .toc pseudo-op.
5377         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
5378         64-bit mode.
5379         (TEXT_SECTION_ASM_OP): Likewise.
5380         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
5381         32-bit offsets.
5382
5383         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
5384
5385         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
5386         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
5387         compiling libgcc2.
5388         
5389         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5390
5391         * rs6000.h: Move more stuff from here...
5392         * aix.h: to here.
5393         * sysv4.h: Cleanup accordingly.
5394         * netware.h: Likewise
5395
5396         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5397
5398         * rs6000.h: Continue cleanup.
5399         * aix.h: Likewise.
5400         * lynx.h: Likewise.
5401         * netware.h: Likewise.
5402         * sol2.h: Likewise.
5403         * sysv4.h: Likewise.
5404         * win-nt.h: Likewise.
5405
5406         * rs6000.h (TARGET_SWITCHES): Add descriptions.
5407         (TARGET_OPTIONS): Likewise.
5408
5409         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
5410         (SUBTARGET_OPTIONS): Likewise.
5411
5412         * rs6000.md: Fix compile time warnings.
5413
5414         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5415
5416         vxworks patches from the Cygnus tree originally by
5417         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
5418         <vmakarov@cygnus.com>.
5419         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
5420         (ENDFILE_SPEC): Likewise.
5421         (LIB_VXWORKS_SPEC): New macro.
5422         (STARTFILE_VXWORKS_SPEC): New macro.
5423         (ENDFILE_VXWORKS_SPEC): New macro.
5424         (LINK_START_VXWORKS_SPEC): New macro.
5425         (LINK_OS_VXWORKS_SPEC): New macro.
5426         (CPP_OS_VXWORKS_SPEC): New macro.
5427         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
5428         * vxppc.h: Rewrite to use proper configuration method.
5429         * vxppcle.h: New file.
5430         * ../../configure.in: Add powerpcle-wrs-vxworks*.
5431         * ../../configure: Rebuilt.
5432
5433         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5434
5435         Lots of changes to rs6000.h, sysv4.h, aix.h,
5436         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
5437         with the aim that rs6000.h is the first header
5438         included and the others override it.
5439         * aix.h: New file.
5440
5441         * x-aix41-gld: Remove.  
5442         * x-aix43: Remove.
5443         * x-aix41: Remove target-specific switches, and don't specify
5444         -Wl,-bbigtoc as we don't need it any more.
5445         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
5446         Use t-aix43 for AIX 4.3 and above.
5447         * ../../configure: Regenerated.
5448
5449         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
5450         options, that don't do anything yet.
5451         (MASK_SCHED_PROLOG): New macro.
5452         (MASK_SCHED_EPILOG): New macro.
5453         (TARGET_SCHED_PROLOG): New macro.
5454         (TARGET_SCHED_EPILOG): New macro.
5455
5456         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5457
5458         * rs6000.c: Correct comment, the `minimal' TOCs are actually
5459         one per translation unit, not one per function.
5460         (output_toc): Also do duplicate constant elimination
5461         for per-translation-unit TOCs.
5462
5463         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
5464         a comment explaining _exactly_ when this pattern gets used.
5465         (builtin_setjmp_receiver): New pattern for better clarity.
5466         (init_v4_pic): Move it into a section dealing with TOC registers.
5467
5468         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
5469
5470         * rs6000.c (toc_hash_table): New variable.
5471         (rs6000_hash_constant): New function.
5472         (toc_hash_function): New function.
5473         (toc_hash_eq): New function.
5474         (toc_hash_mark_entry): New function.
5475         (toc_hash_mark_table): New function.
5476         (output_toc): Don't output duplicate TOC entries in
5477         a single file.
5478         (rs6000_add_gc_roots): Add the hash table as a GC root.
5479         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
5480         where they clearly shouldn't be.  This may need to be fixed
5481         later when there is a GNU ar for AIX.
5482         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
5483         Don't define BOOT_LDFLAGS as it is now not necessary.
5484
5485         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
5486
5487         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
5488         for va_list on AIX.  Use unsigned_char_type_node rather than
5489         constructing our own version on svr4.
5490
5491         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
5492
5493         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
5494         since patently it's not.
5495
5496         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
5497
5498         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
5499         define_expand/define_insn pair, and handle restore of the
5500         SVR4 -fpic register.
5501
5502 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
5503
5504         * acconfig.h (HAVE_GAS_WEAK): New define.
5505         * configure.in (assembler weak support): Check for .weak support.
5506         * config.in, configure: Rebuilt.
5507         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
5508         HAVE_GAS_WEAK is defined.
5509
5510 2000-03-15  Nick Clifton  <nickc@cygnus.com>
5511
5512         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
5513         asm_fprintf().
5514
5515 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
5516
5517         * cppfiles.c (open_include_file): New function.
5518         (find_include_file, cpp_read_file): Use it.
5519
5520 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
5521
5522         * cpphash.c (dump_hash_helper): Take the slot, not the element.
5523
5524 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
5525
5526         * flow.c (verify_flow_info): Check for unconditional return.
5527
5528 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
5529
5530         * config/ia64/ia64.md (restore_stack_nonlocal): New.
5531         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
5532         (__ia64_restore_stack_nonlocal): New.
5533         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
5534
5535 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5536
5537         * cpphash.c (collect_formal_parameters): Do not complain about
5538         parameter names that just start with `__VA_ARGS__'.
5539
5540 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
5541
5542         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
5543         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
5544         * i386.c (pentiumpro_cost): Set mul cost to 4.
5545         (x86_use_movx): Set for PPro.
5546
5547 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
5548
5549         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
5550         STACK_BOUNDARY for empty frames now.
5551
5552 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
5553
5554         * stor-layout.c (layout_union): Remove.
5555         (layout_union_field): New function, split out from layout_union.
5556         (finish_union_layout): Likewise.
5557         (layout_field): Handle unions by calling layout_union_field.
5558         (finish_record_layout): Handle unions.
5559         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
5560         QUAL_UNION_TYPE handling.
5561
5562 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
5563
5564         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
5565         end of basic block is jump_insn, not barrier; use create_basic_block
5566         instead of creating basic block by hand.
5567
5568 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
5569
5570         * flow.c (reorder_basic_blocks): Account for barriers when writing
5571         over NEXT_INSN (last_bb->end).
5572         (verify_flow_info): Add check for missing barriers.
5573
5574 2000-03-14  Greg McGary  <gkm@gnu.org>
5575
5576         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
5577         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
5578         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
5579         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
5580         __unbounded, __unbounded__): New keywords.
5581         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
5582         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
5583         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
5584
5585 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
5586
5587         * cselib.h: New file.
5588         * alias.c: Include "cselib.h".
5589         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
5590         MEMs as two new arguments.
5591         (get_addr): New static function.
5592         (find_base_term): Handle VALUEs.
5593         (memrefs_conflict_p): Likewise.
5594         (true_dependence): Call get_addr on the addresses.
5595         Call fixed_scalar_and_varying_struct_p with addresses that have been
5596         passed through get_addr and canon_rtx.
5597         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
5598         with true_dependence.
5599         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
5600         * loop.c: Include "cselib.h".
5601         (load_mems): Process extended basic block that enters the loop with
5602         cselib.  Use that information to change initialization of the shadow
5603         register so that a constant equivalence is seen by later passes.
5604         * reload1.c: Include "cselib.h".
5605         (reload_cse_invalidate_regno): Delete function.
5606         (reload_cse_mem_conflict_p): Likewise.
5607         (reload_cse_invalidate_mem): Likewise.
5608         (reload_cse_invalidate_rtx): Likewise.
5609         (reload_cse_regno_equal_p): Likewise.
5610         (reload_cse_check_clobber): Likewise.
5611         (reload_cse_record_set): Likewise.
5612         (reg_values): Delete static variable.
5613         (invalidate_regno_rtx): Likewise.
5614         (reload_cse_delete_noop_set): New static function.
5615         (reload_cse_simplify): New static function, broken out of
5616         reload_cse_regs_1.
5617         (reload_cse_noop_set_p): Delete unused argument INSN.
5618         Just call rtx_equal_for_cselib_p on set source and destination.
5619         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
5620         reload_cse_delete_noop_set.  Delete code to keep track of values; use
5621         cselib functions instead.  Delete code to push/pop obstacks.
5622         (reload_cse_simplify_set): Use cselib to find equivalent values.
5623         Delete code to push/pop obstacks.
5624         (reload_cse_simplify_operands): Likewise.
5625         * rtl.def (VALUE): New rtx code.
5626         * rtl.h (union rtunion_def): New elt rt_cselib.
5627         (X0CSELIB, CSELIB_VAL_PTR): New macros.
5628         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
5629         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
5630         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
5631         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
5632         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
5633         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
5634         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
5635         cselib_record_set, cselib_record_sets): New static functions.
5636         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
5637         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
5638         references_value_p): New functions.
5639         (MAX_USELESS_VALUES, REG_VALUES): New macros.
5640         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
5641         n_useless_values, reg_values, callmem, cselib_obstack,
5642         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
5643         New static variables.
5644         * varray.h (union varray_data_tag): New elt te.
5645         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
5646         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
5647         dependencies.
5648
5649 2000-03-14  Nick Clifton  <nickc@cygnus.com>
5650
5651         * gcc.c (do_spec_1): Catch the case where %* is used in a
5652         substitution pattern, but it has not been initialised.
5653         Issue a meaningful error message if an unrecognised operator
5654         is encountered in a spec string.
5655
5656 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
5657
5658         * function.c (prepare_function_start): Correctly initialize
5659         cfun->stack_alignment_needed.
5660
5661 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
5662
5663         * cppfiles.c (find_include_file): Don't assume nshort is a
5664         substring of name.
5665
5666 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
5667
5668         * configure.in (hppa configurations): Add pa32-regs.h to the
5669         list of tm files as appropriate.
5670         * configure: Rebuilt.
5671         * pa.c (compute_frame_size): Remove explicit knowledge about FP
5672         register numbering.
5673         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
5674         (fmpyaddoperands, fmpysuboperands): Likewise.
5675         * pa.h: Remove various definitions which depend on knowing
5676         how registers are numbered.
5677         * pa32-regs.h: New file with PA32 register numbering specific
5678         definitions.
5679
5680 2000-03-14  Richard Henderson  <rth@cygnus.com>
5681
5682         * regmove.c (combine_stack_adjustments): New.
5683         (stack_memref_p, single_set_for_csa): New.
5684         (free_csa_memlist, record_one_stack_memref): New.
5685         (try_apply_stack_adjustment): New.
5686         (combine_stack_adjustments_for_block): New.
5687         * rtl.h (combine_stack_adjustments): Declare.
5688         * toplev.c (rest_of_compilation): Call it.
5689
5690         * i386.md: Revert 2000-01-16 change.
5691
5692 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5693
5694         * gccbug.in: Add web category, gcc specific classes.
5695
5696 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
5697
5698         * stor-layout.c (finalize_record_size): Fix typo.
5699
5700 2000-03-14  Stan Shebs  <shebs@apple.com>
5701
5702         * c-typeck.c (c_alignof): Error on incomplete types.
5703         * extend.texi (Alignment): Document this.
5704
5705 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
5706
5707         * cppfiles.c: Include mkdeps.h.
5708         (find_include_file, read_include_file): Remove _cpp_ prefix
5709         from name, make static.
5710         (_cpp_execute_include): New function, broken out of
5711         do_include.
5712
5713         * cpplib.c: Don't include mkdeps.h.
5714         (struct directive): Remove type field. Reorder entries.  The
5715         function takes only one argument.
5716         (struct if_stack): Make type field an int.
5717         (directive_table): Rename to dtable.  Generate it, the
5718         prototypes of the directive handlers, and the enum for the
5719         directive numbers, from a template macro.
5720         (do_ifndef, do_include_next, do_import): New functions.
5721         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
5722         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
5723         do_ident, do_assert, do_unassert, do_sccs): Take only one
5724         argument.
5725         (do_sccs): Define always, but alter behavior based on
5726         SCCS_DIRECTIVE.
5727         (_cpp_handle_directive, consider_directive_while_skipping):
5728         Restructure for new directive table layout.
5729
5730         (pass_thru_directive): Take a directive number, not a pointer
5731         to a struct directive.
5732         (parse_include): New function, broken out of do_include.
5733         (do_include, do_import, do_include_next): Use parse_include
5734         and _cpp_execute_include.
5735         (do_elif, do_else): Test for T_ELSE specifically when checking
5736         for #elif/#else after #else.
5737         (parse_ifdef): New function, broken out of do_ifdef.
5738         (validate_else): Expect a name arg without a leading #.
5739         (if_directive_name): Delete.
5740         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
5741         directive handlers with only one argument.
5742
5743         * cpphash.h: Update prototypes.
5744         (enum node_type): Remove entries for directives.
5745         * Makefile.in: Update dependencies.
5746
5747         * cpphash.c (dump_hash_helper): Only dump nodes of type
5748         T_MACRO.  Emit a newline after each definition.
5749
5750 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5751
5752         * gccbug.in: New file.
5753         * configure.in (all_outputs): Add gccbug.
5754         * Makefile.in (install-common): Install gccbug.
5755         (GCCBUG_INSTALL_NAME): New variable.
5756         * configure: Rebuilt.
5757         
5758 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
5759
5760         * function.c (put_var_into_stack): Use type_for_mode to calculate
5761         part_type.  Use MEM_SET_IN_STRUCT_P.
5762         * expr.c (store_field): Handle CONCAT.
5763         (store_constructor): Use fields_length.
5764         * tree.c (fields_length): New fn.
5765         * tree.h: Declare it.
5766
5767 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
5768
5769         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
5770         (cpplex.o): New target.
5771         * po/POTFILES.in: Add cpplex.c.
5772
5773         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
5774         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
5775         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
5776         skip_block_comment, skip_line_comment, skip_comment,
5777         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
5778         _cpp_parse_name, skip_string, parse_string,
5779         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
5780         _cpp_get_directive_token, find_position,
5781         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
5782         (maybe_macroexpand, _cpp_lex_token): New functions.
5783
5784         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
5785         parse_goto_mark): Delete.
5786         (_cpp_handle_eof): New function.
5787         (_cpp_handle_directive): Rename from handle_directive.
5788         (_cpp_output_line_command): Rename from output_line_command.
5789         (do_if, do_elif): Call _cpp_parse_expr directly.
5790         * cppfiles.c (_cpp_read_include_file): Don't call
5791         init_input_buffer here.
5792         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
5793         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
5794         here; pop the token_buffer and skip the rest of the line here.
5795         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
5796         here.
5797
5798         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
5799         Define here.
5800         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
5801         CPP_GOTO_MARK): New macros.
5802         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
5803         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
5804         _cpp_read_and_prescan, _cpp_init_input_buffer,
5805         _cpp_grow_token_buffer, _cpp_get_directive_token,
5806         _cpp_handle_directive, _cpp_handle_eof,
5807         _cpp_output_line_command): Prototype them here.
5808         * cpplib.h (enum cpp_token): Add CPP_MACRO.
5809         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
5810         quote_string, output_line_command): Remove.
5811
5812 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
5813
5814         * stmt.c (expand_end_case): RANGE may be signed, and when checking
5815         whether it is too large we must also verify that it isn't negative.
5816
5817 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
5818
5819         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
5820         (movsi_zero_liveg0): Remove.
5821         (movsf_insn_novis_liveg0): Remove.
5822         (negsi2): Remove.
5823         (negsi2_not_liveg0): Rename to negsi2.
5824         (one_cmplsi2): Remove.
5825         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
5826         (one_cmplsi2_liveg0): Remove.
5827         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
5828         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
5829         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
5830         (PREDICATE_CODES): Remove zero_operand.
5831         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
5832         TARGET_BROKEN_SAVERESTORE.
5833         (zero_operand): Remove.
5834         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
5835         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
5836         options.
5837         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
5838         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
5839         TARGET_BROKEN_SAVERESTORE): Remove.
5840         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5841         Remove.
5842         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5843         Remove.
5844         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5845         Remove.
5846
5847         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
5848
5849 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
5850
5851         * cpplib.c (do_pragma_implementation): Fix off-by-one error
5852         truncating a string.  Don't assume tokens are nul terminated.
5853         Problem noted by Andreas Jaeger <aj@suse.de>
5854
5855 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
5856
5857         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
5858         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
5859         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
5860
5861 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
5862
5863         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
5864         STRUCTURE_SIZE_BOUNDARY.
5865
5866 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
5867
5868         * tree.h (record_layout_info_s): New structure.
5869         (record_layout_info): New type.
5870         (new_record_layout_info): New function.
5871         (layout_field): Likewise.
5872         (finish_record_layout): Likewise.
5873         * stor-layout.c (layout_record): Remove.
5874         (new_record_layout_info): New function.
5875         (layout_field): New function, broken out from layout_record.
5876         (finalize_record_size): Likewise.
5877         (compute_record_mode): Likewise.
5878         (finalize_type_size): New function, broken out from layout_type.
5879         (finish_record_layout): Likewise.
5880         (layout_type): Use them.
5881         
5882 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
5883
5884         * cpphash.c: Don't include version.h.
5885         (special_symbol) [case T_VERSION]: Look for the string in
5886         hp->value.cpval; don't use version_string.
5887         * cppinit.c (initialize_builtins): Set hp->value.cpval for
5888         __VERSION__ to version_string.
5889         * Makefile.in (cpphash.o): Update deps.
5890
5891 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
5892
5893         Convert cpplib to use libiberty/hashtab.c.
5894
5895         * cpplib.h (struct cpp_reader): Make hashtab and
5896         all_include_files of type 'struct htab *'.  Delete HASHSIZE
5897         and ALL_INCLUDE_HASHSIZE macros.
5898
5899         * cpphash.h: Update prototypes.
5900         (struct hashnode): Remove next, prev, and bucket_hdr members.
5901         Make length a size_t.  Add hash member.
5902         (struct ihash): Remove next member.  Add hash member.  Make
5903         name a flexible array member.
5904
5905         * cppfiles.c: Include hashtab.h.
5906         (include_hash): Delete.
5907         (IHASHSIZE): New macro.
5908         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
5909         (cpp_included): Do the hash lookup here.
5910         (_cpp_find_include_file): Rewrite.
5911         (cpp_read_file): Put the "fake" hash entry into the hash
5912         table.  Honor the control_macro, if it turns out we've seen
5913         the file before.  Don't push the buffer here.
5914         (_cpp_read_include_file): Push the buffer here.
5915         (OMODES): New macro.  Use it whenever we call open(2).
5916
5917         * cpphash.c: Include hashtab.h.
5918         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
5919         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
5920         _cpp_lookup_slot): New functions.
5921         (HASHSIZE): new macro.
5922         (hashf, _cpp_install, _cpp_delete_macro): Delete.
5923         (_cpp_lookup): Use hashtab.h routines.
5924
5925         * cppinit.c: Include hashtab.h.
5926         (cpp_reader_init): Call _cpp_init_macro_hash and
5927         _cpp_init_include_hash.  Don't allocate hashtab directly.
5928         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
5929         pfile->all_include_files.
5930         (initialize_builtins): Use _cpp_make_hashnode and
5931         htab_find_slot to add hash entries.
5932         (cpp_finish): Just call _cpp_dump_macro_hash.
5933         * cpplib.c: Include hashtab.h.
5934         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
5935         create hash entries.
5936         (do_pragma_poison, do_assert): Likewise.
5937         (do_include): Don't push the buffer here.  Don't increment
5938         system_include_depth unless _cpp_read_include_file succeeds.
5939         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
5940         or htab_remove_elt.
5941         (do_pragma_implementation): Use alloca to create copy.
5942
5943         * Makefile.in: Update dependencies.
5944
5945 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5946
5947         * cppinit.c (cl_directive_handler): More K&R fixing.
5948
5949 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
5950
5951         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
5952         STACK_BOUNDARY.
5953         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
5954
5955 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5956
5957         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
5958         Change from char[] to macros.
5959
5960 2000-03-12  Neil Booth  <NeilB@earthling.net>
5961
5962         * cppinit.c (cpp_start_read): Update indirect function
5963         call to K&R C.
5964
5965 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
5966
5967         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
5968         entry.
5969
5970         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
5971         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
5972
5973 2000-03-11  Neil Booth  <NeilB@earthling.net>
5974
5975         * cppinit.c (struct pending option): Replace undef with a 
5976         pointer to a directive handling routine.
5977         (struct cpp_pending): Replace separate assert_ and define_ 
5978         lists with one directive_ list.
5979         (new_pending_define): Rename new_pending_directive. Extra
5980         argument is the directive's handling routine.
5981         (handle_option): Update to use new_pending_directive.
5982
5983 2000-03-11  Neil Booth  <NeilB@earthling.net>
5984
5985         * cppfiles.c (file_cleanup, _cpp_find_include_file,
5986         remap_filename, _cpp_read_include_file, actual_directory,
5987         hack_vms_include_specification): Replace bcopy(), index() etc
5988         calls.  Add casts to some allocations.  Make some variables
5989         pointers to const [unsigned] char.
5990         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
5991         collect_formal_parameters): Similarly.
5992         * cppinit.c (struct pending_option, append_include_chain,
5993         cpp_options_init, cpp_reader_init, initialize_standard_includes,
5994         cpp_start_read, new_pending_define, handle_option): Similarly.
5995         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
5996         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
5997         do_pragma_implementation, detect_if_not_defined,
5998         do_ifdef, skip_if_group, cpp_get_token, parse_string,
5999         do_assert, do_unassert): Similarly.
6000         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
6001         function prototypes.
6002         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.   
6003
6004 2000-03-10  Richard Henderson  <rth@cygnus.com>
6005
6006         * builtins.c (expand_builtin_strlen): Revert last change.
6007         Use emit_insn_before if we're at the beginning of a sequence.
6008
6009 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
6010
6011         * builtins.c (expand_builtin_strlen): Make sure that we have something
6012         at the beginning of the sequence.
6013
6014         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
6015         deferred inlines.
6016
6017         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
6018
6019 2000-03-10  Richard Henderson  <rth@cygnus.com>
6020
6021         * except.c (can_throw): Use INTVAL on a CONST_INT.
6022         (reachable_handlers): Likewise.
6023         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
6024
6025 2000-03-10  Andreas Jaeger  <aj@suse.de>
6026
6027         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
6028         MD_STARTFILE_PREFIX since those are not needed on linux.
6029         (ASM_FILE_START): New, from mips/gnu.h.
6030
6031 2000-03-09  Richard Henderson  <rth@cygnus.com>
6032             Alex Samuel  <samuel@codesourcery.com> and others
6033         
6034         * Makefile.in (ssa.o): New rule.
6035         (OBJS): Add ssa.o.
6036         (STAGESTUFF): Add *.ssa and *.ussa.
6037         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
6038         * rtl.def (PHI): New RTL expression.
6039         * rtl.h (clear_log_links): New declaration.
6040         (convert_to_ssa): Likewise.
6041         (convert_from_ssa): Likewise.
6042         * flow.c (split_edge): If the entry node falls through to the
6043         split edge's source block, split the entry edge.
6044         (clear_log_links): New function.
6045         * toplev.c (ssa_dump): New variable.
6046         (flag_ssa): Likewise.
6047         (f_options): Add "ssa".
6048         (compile_file): Create SSA dump files.
6049         (rest_of_compilation): Go to and from SSA if enabled.
6050         (decide_d_option): Handle -de for SSA dump files.
6051         * ssa.c: New file.
6052         
6053 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
6054
6055         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
6056         same as VAR_DECL.
6057
6058 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
6059
6060         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
6061
6062 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
6063
6064         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
6065         (MD_STARTFILE_PREFIX_1): New macro.
6066
6067 2000-03-09  Robert Lipe  <robertl@sco.com>
6068
6069         * config/ia64/ia64.c: Include system.h.
6070
6071 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
6072
6073         * except.c (nothrow_function_p): If -fno-exceptions, just return.
6074         (init_eh_nesting_info): Likewise.
6075
6076         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
6077         (TREE_NOTHROW): Rename from TREE_RAISES.
6078         * toplev.c (rest_of_compilation): Set it.
6079         * print-tree.c (print_node): Adjust.
6080         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
6081         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
6082         * calls.c (emit_call_1): Add 'nothrow' parm.  Add 
6083         REG_EH_REGION note as appropriate.
6084         (libfunc_nothrow): New fn.
6085         (emit_library_call, emit_library_call_value): Use it.
6086         (expand_call): Check TREE_NOTHROW.
6087
6088         * varasm.c (make_decl_rtl): Skip initial '*' when setting
6089         DECL_ASSEMBLER_NAME.
6090
6091 2000-03-09  Andreas Jaeger  <aj@suse.de>
6092
6093         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
6094         (TARGET_MEM_FUNCTIONS): Define.
6095
6096 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
6097
6098         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
6099
6100         * except.c (can_throw): See through a SEQUENCE.
6101         (nothrow_function_p): New fn.
6102         * except.h: Declare it.
6103         * function.c (current_function_nothrow): New var.
6104         (prepare_function_start): Initialize it.
6105         * output.h: Declare it.
6106         * toplev.c (rest_of_compilation): Set it.
6107         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
6108
6109 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
6110
6111         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
6112         match.  (cpp_compare_defs): Count the nul separator when
6113         advancing over argument names.
6114
6115 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
6116
6117         * recog.c (preprocess_constraints): Matching constraints affect
6118         same alternative/different operand, not same operand/different
6119         alternative.
6120         
6121         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
6122         register and a constant specially.
6123
6124 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6125
6126         * libgcc2.h: New file.
6127         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
6128
6129 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
6130
6131         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
6132         * configure: Regenerate.
6133         * config/ia64: New.
6134
6135 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
6136
6137         * Makefile.in (LIBCPP_DEPS): New macro.
6138         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
6139         it to declare deps.
6140         * cpperror.c: Include cpphash.h.
6141         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
6142         dingleberry.
6143         (lex): Don't use CPP_WARN_UNDEF.
6144         (_cpp_parse_expr): Return an int, the truth value.
6145         * cppfiles.c: Include cpphash.h.
6146         (_cpp_merge_include_chains): Move to cppinit.c and make static.
6147         * cppinit.c (include_defaults_array): Disentangle.
6148         (cpp_cleanup): Don't free the if stack here.
6149         (cpp_finish): Pop off all buffers, not just one.
6150         * cpplib.c (eval_if_expr): Return int.
6151         (do_xifdef): Rename do_ifdef.
6152         (handle_directive): Don't use CPP_PREPROCESSED. 
6153         (cpp_get_token): Don't use CPP_C89.
6154         * fix-header.c: Don't use CPP_OPTIONS.
6155
6156         * cpplib.h: Move U_CHAR, enum node_type, struct
6157         file_name_list, struct ihash, is_idchar, is_idstart,
6158         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
6159         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
6160         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
6161         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
6162         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
6163         of _cpp_simplify_pathname, _cpp_find_include_file,
6164         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
6165         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
6166         cppinit.c.
6167         Change all uses of U_CHAR to be unsigned char instead.
6168         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
6169
6170 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
6171
6172         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
6173         (dwarf2out_begin_prologue): Set it.
6174         (output_call_frame_info): Don't emit EH unwind info for leaves.
6175
6176         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
6177         can occur outside of an EH region.
6178         * except.c: Correct comments about rethrow behavior.
6179         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
6180
6181 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
6182
6183         * flow.c (make_edges): Always call make_eh_edge for calls.
6184
6185 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
6186
6187         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
6188         (struct cpp_buffer): Remove fname and underflow fields.
6189         (struct cpp_reader): Remove get_token field.
6190         (struct include_hash): Rename to struct ihash.  Add typedef to
6191         IHASH.
6192         (struct if_stack): Remove fname field.
6193         (IF_STACK_FRAME): Rename to IF_STACK.
6194
6195         * cpperror.c (print_containing_files): Trust that there are no
6196         macro buffers below the top file buffer.
6197         * cppfiles.c: Replace all references to 'struct include_hash'
6198         with 'IHASH'.  Rename initialize_input_buffer to
6199         init_input_buffer.  Don't set or reference cpp_buffer->fname,
6200         use buffer->ihash->name instead.
6201         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
6202         not CPP_NULL_BUFFER.
6203         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
6204         IF_STACK_FRAME, IHASH not struct include_hash.
6205         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
6206         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
6207         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
6208         references to cpp_buffer->fname (delete entirely, or use
6209         ->ihash->name instead) and IF_STACK->fname.
6210         (cpp_push_buffer): Don't set new->underflow.
6211         (do_include): Use cpp_file_buffer.
6212
6213         * cpphash.c (collect_formal_parameters): Remove duplicate
6214         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
6215         used as a macro argument name.  Don't append "..." to namebuf
6216         for varargs macros.  After we're done scanning, go through
6217         namebuf and make it NUL separated, not comma separated.
6218         (_cpp_compare_defs): Remove register tag from variables.
6219         Expect defn->argnames to be NUL separated.
6220         (_cpp_dump_definition): Expect defn->argnames to be NUL
6221         separated and in forward order.
6222         * cpphash.h: Update documentation of argnames field.
6223
6224 2000-03-08  Richard Henderson  <rth@cygnus.com>
6225
6226         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
6227         to fail.  Don't pre-expand the source operand.
6228
6229         * i386.md (strlensi): Initialize eoschar and align before use.
6230
6231 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
6232
6233         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
6234         CONSTRUCTOR element.
6235
6236 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
6237
6238         * mips.c (mips_expand_prologue): If the last 
6239         named argument is the vararg marker "va_list", treat it as
6240         an unnamed argument.
6241
6242 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
6243
6244         * dbxout.c (dbxout_parms): When correcting for promoted 
6245         big-endian parameters, use the mode of the DECL_RTL rather 
6246         than UNITS_PER_WORD.
6247
6248 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
6249
6250         * c-common.h (make_fname_decl): Declare.
6251         * c-common.c (make_fname_decl): Define.
6252         (declare_hidden_char_array): Remove.
6253         (declare_function_name): Use make_fname_decl.
6254         * c-decl.c (c_make_fname_decl): New function.
6255         (init_decl_processing): Set make_fname_decl.
6256
6257 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
6258
6259         * cccp.c (handle_directive): Initialize backslash_newlines_p.
6260
6261 2000-03-07  Philipp Thomas  <pthomas@suse.de>
6262
6263         * po/POTFILES.in: Remove cppalloc.c from file list.
6264
6265 2000-03-07  Steve Chamberlain  <sac@pobox.com>
6266
6267         * pj.c (pj_expand_prologue): current_function->args_info is
6268         now current_function_args_info.  
6269
6270         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
6271         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
6272         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
6273
6274 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6275
6276         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
6277         output as hexadecimal rather than the default octal.
6278
6279 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
6280
6281         * cpphash.c (special_symbol): Fix thinko in previous commit.
6282
6283 2000-03-07  Neil Booth  <NeilB@earthling.net>
6284
6285         * cppexp.c (struct operation, left_shift, right_shift,
6286         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
6287         "int"s to "unsigned int"s.
6288         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
6289         Similarly.
6290         * cpplib.h: Update for above.
6291         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
6292         returned from allocations.
6293
6294         * cppinit.c (opt_comp, parse_options): New functions.
6295         (handle_option): Use parse_option to parse a single command
6296         line option, that possibly takes an argument.
6297         (cpp_handle_options): Sort the array of command line options on
6298         first invocation (non-ASCII hosts only).
6299         (print_help): Update.
6300
6301 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
6302
6303         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
6304         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
6305         
6306         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
6307         initialized.
6308         * cppinit.c (cpp_cleanup): Free imp->nshort also.
6309
6310         * cpperror.c (cpp_print_containing_files,
6311         cpp_print_file_and_line, v_cpp_message): Rename to
6312         print_containing_files, print_file_and_line, and v_message.
6313         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
6314         to _cpp_parse_expr, parse_escape, and lex.
6315         (parse_charconst): Remove broken multibyte support.
6316         * cppfiles.c (include_hash): Make static.
6317         (cpp_included): New function.
6318         (merge_include_chains, find_include_file, finclude,
6319         simplify_pathname): Rename to _cpp_merge_include_chains,
6320         _cpp_find_include_file, _cpp_read_include_file, and
6321         _cpp_simplify_pathname.
6322         * cpphash.c (cpp_lookup, free_definition, delete_macro,
6323         cpp_install, create_definition, macroexpand, compare_defs,
6324         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
6325         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
6326         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
6327         * cppinit.c (cpp_handle_option): Rename to handle_option, make
6328         static.
6329         * cpplib.c: Remove extern prototype of cpp_parse_expr.
6330
6331         * cpphash.h: Update prototypes.
6332         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
6333
6334 2000-03-07  Andrew Haley  <aph@cygnus.com>
6335
6336         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
6337         PTRDIFF_TYPE should be based solely on Pmode.
6338         (SIZE_TYPE): ditto.
6339
6340 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6341
6342         * rtl.h (rtunion_def): Constify member `rtstr'.
6343         (emit_line_note_after, emit_line_note, emit_line_note_force,
6344         emit_note, decode_asm_operands): Constify.
6345         
6346         * cse.c (canon_hash): Likewise.
6347
6348         * dbxout.c (dbxout_block): Likewise.
6349
6350         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
6351         v_warning_for_asm): Likewise.
6352
6353         * dwarfout.c (function_start_label): Likewise.
6354
6355         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
6356         emit_line_note_force): Likewise.
6357
6358         * final.c (last_filename, asm_insn_count, final_scan_insn,
6359         output_source_line): Likewise.
6360
6361         * function.h (struct emit_status): Likewise.
6362
6363         * gcse.c (hash_expr_1): Likewise.
6364
6365         * genattr.c (gen_attr, main): Likewise.
6366
6367         * genattrtab.c (struct function_unit, current_alternative_string,
6368         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
6369         attr_numeral, check_attr_test, check_attr_value,
6370         convert_set_attr_alternative, convert_set_attr,
6371         compute_alternative_mask, simplify_by_exploding, gen_attr,
6372         gen_unit): Likewise.
6373
6374         * genflags.c (gen_insn): Likewise.
6375
6376         * gengenrtl.c (type_from_format): Likewise.
6377
6378         * genopinit.c (gen_insn): Likewise.
6379
6380         * genoutput.c (n_occurrences, process_template, process_template):
6381         Likewise.
6382
6383         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
6384         Likewise.
6385
6386         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
6387         Likewise.
6388
6389         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
6390         ggc_set_mark, ggc_get_size): Likewise.
6391
6392         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
6393
6394         * optabs.c (init_one_libfunc): Likewise.
6395
6396         * output.h (assemble_start_function): Likewise.
6397
6398         * recog.c (decode_asm_operands): Likewise.
6399
6400         * toplev.c (rest_of_compilation): Likewise.
6401
6402         * tree.h (emit_line_note_after, emit_line_note,
6403         emit_line_note_force): Likewise.
6404
6405         * varasm.c (asm_output_bss, asm_output_aligned_bss,
6406         asm_emit_uninitialised, assemble_start_function,
6407         assemble_variable, const_hash, compare_constant_1,
6408         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
6409
6410         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
6411
6412         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
6413
6414         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
6415
6416         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
6417
6418         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
6419         arm_dllimport_name_p): Likewise.
6420
6421         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
6422         Likewise.
6423
6424         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
6425
6426         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6427
6428         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
6429         arm_mark_dllexport, arm_mark_dllimport,
6430         arm_pe_encode_section_info): Likewise.
6431
6432         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
6433         ASM_FINISH_DECLARE_OBJECT): Likewise.
6434
6435         * arm/thumb.c (thumb_function_prologue): Likewise.
6436
6437         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
6438
6439         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6440
6441         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
6442
6443         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
6444
6445         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
6446
6447         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6448
6449         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
6450         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
6451
6452         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
6453
6454         * i386/i386.c (asm_output_function_prefix): Likewise.
6455
6456         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
6457
6458         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6459
6460         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
6461
6462         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
6463         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
6464         ASM_OUTPUT_SECTION_NAME): Likewise.
6465
6466         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
6467
6468         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
6469
6470         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
6471
6472         * m32r/m32r.c (m32r_encode_section_info): Likewise.
6473
6474         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6475
6476         * mcore/mcore.c (mcore_encode_section_info): Likewise.
6477
6478         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6479
6480         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6481
6482         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6483
6484         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
6485
6486         * mips/mips.md (movdi, movsi): Likewise.
6487
6488         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6489
6490         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6491
6492         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6493
6494         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
6495         ASM_OUTPUT_ASCII): Likewise.
6496
6497         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
6498         output_mi_thunk, output_toc): Likewise.
6499
6500         * rs6000/rs6000.md (movsi): Likewise.
6501
6502         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
6503
6504         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
6505
6506         * v850/v850.c (print_operand, print_operand_address,
6507         v850_encode_data_area): Likewise.
6508
6509 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
6510         
6511         * config/mips/mips.md (zero_extendsidi2): Always force operand
6512         one to memory for mips16.
6513
6514 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6515
6516         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
6517         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
6518         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
6519         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
6520         (min_precision): Result is unsigned.
6521         (add_double, neg_double, mul_double): Low word is unsigned.
6522         (lshift_double, rshift_double, lrotate_double): Likewise.
6523         (rrotate_double, div_and_round_double): Likewise.
6524         (tree_floor_log2, compare_tree_int): New functions.
6525         (preserve_rtl_expr_temps): New declaration.
6526         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
6527         (decl_attributes): Use tree_log2 to find alignment.
6528         Check for TREE_INT_CST_HIGH for format args.
6529         (min_precision): Now unsigned.
6530         Use tree_floor_log2.
6531         (truthvalue_conversion): Delete long-disabled code.
6532         * c-decl.c (finish_struct): Clean up tests on field width.
6533         (finish_function): Use compare_tree_int.
6534         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
6535         * c-typeck.c (comptypes): Use tree_int_cst_equal.
6536         (default_conversion, digest_init): Use compare_tree_int.
6537         (build_binary_op): Use integer_all_onesp and compare_tree_int.
6538         Fix type errors in forming masks.
6539         * calls.c (initialize_argument_information): Use compare_tree_int.
6540         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
6541         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
6542         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
6543         (store_field): Use compare_tree_int.
6544         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
6545         (expand_expr, case ARRAY_REF): Use compare_tree_int.
6546         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
6547         (do_store_flag): Use compare_tree_int.
6548         * fold-const.c (encode, decode): Low part is always unsigned.
6549         (force_fit_type, add_double, neg_double, mul_double): Likewise.
6550         (lshift_double, rshift_double, lrotate_double): Likewise.
6551         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
6552         (fold_convert): Use compare_tree_int.
6553         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
6554         (invert_truthvalue, case INTEGER_CST): Likewise.
6555         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
6556         * mkdeps.c (deps_dummy_targets): Make I unsigned.
6557         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
6558         (lshift_double, rshift_double, lrotate_double, rrotate_double):
6559         Likewise.
6560         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
6561         (expand_end_case): Use compare_tree_int.
6562         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
6563         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
6564         (layout_decl): Likewise.
6565         (layout_record, layout_union): Make sizes unsigned.
6566         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
6567         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
6568         * tree.c (struct type_hash): hashcode is unsigned.
6569         (build_type_attribute_variant, type_hash_list): Likewise.
6570         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
6571         (attribute_hash_list, build_array_type, build_method_type): Likewise.
6572         (build_complex_type): Likewise.
6573         (real_value_from_int_cst): Remove unneeded casts.
6574         (integer_all_onesp): Add casts.
6575         (tree_floor_log2, compare_tree_int): New functions.
6576         (build_index_type): Use tree_int_cst_sgn.
6577         * varasm.c (assemble_variable): Use compare_tree_int.
6578
6579 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
6580
6581         * cpphash.c (collect_expansion): Also catch ## at start of macro.
6582
6583         * varasm.c (make_decl_rtl): Don't add a number to members of
6584         local classes.
6585         (make_function_rtl): Likewise.
6586
6587 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6588
6589         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
6590         patch from 2000-01-28.
6591
6592 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
6593
6594         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
6595         filled with an insn from the jump target.
6596
6597 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6598
6599         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
6600         (c4x_external_ref): Likewise.
6601         * config/c4x/c4x.c (struct name_list): Likewise.
6602
6603 1999-12-16  Ben Collins  <bcollins@debian.org>
6604
6605         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
6606         argument to genmultilib.
6607         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
6608         the contents into the multilib.h header.
6609         * gcc.c: Declare multilib_exclusions for the specs file.
6610         (set_multilib_dir): Use it.
6611         (print_multilib_info): Likewise.
6612         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
6613         to pass to genmultilib.
6614
6615 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6616
6617         * builtins.c (built_in_class_names, built_in_names): Constify a
6618         char*.
6619
6620         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
6621         int.
6622         (_mcleanup): Ensure value matches format specifier in sprintf.
6623
6624         * cpphash.c (special_symbol): Don't needlessly cast away
6625         const-ness.
6626
6627         * cppinit.c (base_name): Delete unused prototype.
6628
6629         * mkdeps.c (deps_init): Make definition K&R safe.
6630
6631         * tree.h (built_in_class_names, built_in_names): Constify a
6632         char*.
6633
6634 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
6635
6636         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
6637         floating point instructions for epilogue delay.
6638
6639         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
6640         to gas if it supports .register pseudo.
6641
6642         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
6643         LONG_DOUBLE_TYPE_SIZE if not defined.
6644         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
6645         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
6646         * real.c: Likewise.
6647         * gengenrtl.c: Likewise.
6648         * print-rtl.c: Likewise.
6649         * rtl.c: Likewise.
6650         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
6651         MASK_LONG_DOUBLE_128.
6652         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
6653         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
6654         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
6655         (SUBTARGET_SWITCHES): Define.
6656         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
6657         with -mlong-double-128.
6658         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
6659         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
6660         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
6661         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
6662         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
6663         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
6664         with -mlong-double-128.
6665         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
6666         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
6667         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
6668         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
6669         TARGET_LONG_DOUBLE_128): Define.
6670         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
6671         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
6672         long double on TARGET_ARCH64.
6673
6674 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
6675
6676         * function.c (free_temps_for_rtl_expr): Don't free slots
6677         that have been pushed into a higher level.
6678         
6679         Revert this patch:
6680         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6681
6682 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6683
6684         * basic-block.h (ALLOCA_REG_SET): Remove.
6685         (INITIALIZE_REG_SET): New macro.
6686         * flow.c (update_life_info): Use it.
6687         (calculate_global_regs_live): Likewise.
6688         (propagate_block): Likewise.
6689         * global.c (build_insn_chain): Likewise.
6690         * haifa-sched.c (schedule_region): Likewise.
6691
6692 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
6693
6694         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
6695         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
6696         (DWARF_ARANGES_PAD_SIZE): New define.
6697         (output_aranges): Use it to pad the address range header.
6698         (DWARF_ROUND): Fix for non power of 2 rounding.
6699
6700 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
6701
6702         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
6703
6704 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6705
6706         * tree.def (RTL_EXPR): Update documentation.
6707         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
6708         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
6709         * function.c (preserve_rtl_expr_temp): New function.
6710         (preserve_rtl_expr_temps): Likewise.
6711         (preserve_rtl_expr_result): Use it.
6712
6713         Revert this patch:
6714         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
6715
6716 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
6717
6718         * regmove.c (copy_src_to_dest)  Do not create src->dest move
6719         for unchanging destination.
6720
6721 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
6722
6723         * function.h (struct sequence_stack): Remove rtl_expr.
6724         (struct emit_staus): Likewise.
6725         (seq_rtl_expr): Remove.
6726         * tree.h (free_temps_for_rtl_expr): Don't declare.
6727         (start_sequence_for_rtl_expr): Likewise.
6728         * rtl.h (preserve_rtl_expr_result): Likewise.
6729         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
6730         (start_sequence_for_rtl_expr): Remove.
6731         (push_topmost_sequence): Don't save sequence_rtl_expr.
6732         (pop_topmost_sequence): Remove comment about not restoring it.
6733         (end_sequence): Don't set seq_rtl_expr.
6734         (init_emit): Don't initialize it.
6735         (mark_sequence_stack): Don't mark it.
6736         (mark_emit_status): Likewise.
6737         * except.c (protect_with_terminate): Use
6738         start_sequence_for_rtl_expr, not start_sequence.
6739         * expr.c (expand_expr, case RTL_EXPR): Don't call
6740         preserve_rtl_expr_result or free_temps_for_rtl_expr.
6741         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
6742         (preserve_rtl_expr_result): Remove.
6743         (free_temps_for_rtl_expr): Likewise.
6744         (pop_temp_slots): Likewise.
6745         (mark_temp_slot): Don't mark the rtl_expr.
6746         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
6747         start_sequence_for_rtl_expr.
6748         
6749 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
6750
6751         * mkdeps.c, mkdeps.h: New files.
6752         * po/POTFILES.in: Add them.
6753         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
6754         (cpplib.o, cppinit.o): Depend on mkdeps.h.
6755         (mkdeps.o): New target.
6756
6757         * cppfiles.c: Delete deps_output.
6758         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
6759         OBJECT_SUFFIX, and base_name.
6760         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
6761         the include hash.
6762         (initialize_dependency_output): Use deps_init,
6763         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
6764         all the unnecessary string bashing.
6765         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
6766         level.
6767         * cpplib.c (do_include): Use deps_add_dep.
6768         * cpplib.h (struct cpp_reader): Replace deps_buffer,
6769         deps_allocated_size, deps_size, deps_column members with
6770         single pointer to a struct deps.  Delete prototype of
6771         deps_output.
6772
6773         * cppinit.c: Fix thinko in previous patch.
6774
6775 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6776
6777         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
6778         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
6779         (mode_for_size_tree): New function.
6780         (layout_decl, layout_type): Call it and clean up BLKmode checks.
6781         * tree.h (mode_for_size_tree): New declaration.
6782         
6783         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
6784
6785 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
6786
6787         * stmt.c (is_body_block): Move...
6788         * dwarfout.c, dwarf2out.c: ...from here.
6789         * tree.h: Declare it.
6790         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
6791         * final.c (final_start_function): Do call remove_unnecessary_notes
6792         when scheduling.
6793
6794 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
6795
6796         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
6797         
6798         * cpplib.h (_dollar_ok): New macro.
6799         (is_idchar, is_idstart): Use it.
6800         (IStable): Rename to _cpp_IStable.  Declare it const if
6801         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
6802         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
6803         is_space): Update for renamed IStable.
6804
6805         * cppinit.c: Delete all references to FAKE_CONST and CAT
6806         macros. Define init_IStable as empty macro if gcc >=2.7 or
6807         C99. Change TABLE() to ISTABLE and hardcode name of table.
6808         (cpp_start_read): Don't change the IStable based on
6809         dollars_in_ident.
6810
6811         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
6812         changed.  Handle '$' for char1 correctly.
6813         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
6814
6815         * cppexp.c (tokentab2): Make const.
6816         (cpp_lex): Make toktab const.
6817         * cppinit.c (include_defaults_array): Make const.
6818         (initialize_standard_includes): Make default_include const.
6819
6820 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
6821
6822         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
6823         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
6824         (gen_decl_die): Likewise.
6825         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
6826         (output_decl): Likewise.
6827
6828         * varasm.c (make_function_rtl): If we change the name used in the
6829         rtl, update DECL_ASSEMBLER_NAME accordingly.
6830         (make_decl_rtl): Likewise.
6831
6832         * toplev.c (rest_of_compilation): Tweak formatting.
6833
6834         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
6835         remove_unnecessary_notes.
6836         (debug_ignore_block): New fn.
6837         * toplev.h: Declare it.
6838         * emit-rtl.c (remove_unncessary_notes): Call it.
6839         * dwarf2out.c (dwarf2out_ignore_block): New fn.
6840         * dwarf2out.h: Declare it.
6841         * final.c (final_start_function): Don't call remove_unnecessary_notes
6842         if we did insn scheduling.
6843
6844 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
6845
6846         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
6847         * cpplib.h: Delete SET_CPP_PEDANTIC.
6848
6849 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6850
6851         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
6852         result is a RECORD_TYPE.
6853
6854 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
6855
6856         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
6857
6858 2000-03-03  Richard Henderson  <rth@cygnus.com>
6859
6860         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
6861         addition over compliments over shifts.
6862
6863 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6864
6865         * reload1.c (reload_combine_note_use): Handle return register USEs.
6866         REG case: Handle multi-hard-register hard regs.
6867
6868 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6869
6870         * md.texi: Document use of '*' in insn pattern name.
6871
6872 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
6873
6874         * calls.c (special_function_p): operator new may not be malloc-like.
6875
6876         * gcse.c (dump_hash_table): Really fix error in last change.
6877
6878 2000-03-02  Denis Chertykov  <denisc@overta.ru>
6879
6880         * avr.c (print_operand): Use print_operand_address instead of
6881         output_addr_const.
6882         * avr/libgcc.S: Cleanup code.
6883
6884 2000-03-02  Richard Henderson  <rth@cygnus.com>
6885
6886         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
6887
6888 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
6889
6890         * tree.h (TYPE_ALIGN_UNIT): New macro.
6891
6892 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
6893
6894         * i386.c: (constant_call_address_operand): Reject CONST_INT.
6895
6896 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
6897
6898         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
6899         for the buffer.
6900         (SET_CPP_PEDANTIC): New macro.
6901         * cpplib.c (do_include): Don't bother checking system_header_p.
6902         (do_warning, do_ident, do_assert, do_unassert): Likewise.
6903         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
6904
6905         * function.h (struct expr_status): Add x_arg_space_so_far.
6906         (arg_space_so_far): New macro.
6907         * expr.c (init_expr): Initialize it.
6908         * calls.c (emit_call_1): Reset it.
6909         (compute_argument_block_size, expand_call): Use it.
6910         (expand_call, store_one_arg): Increment it.
6911
6912 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6913
6914         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
6915         a UNION_TYPE.
6916
6917 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
6918
6919         * cppfiles.c (cpp_read_file): New function.
6920
6921         * cpphash.c (collect_expansion): Make sure to reset last_token
6922         to NORM when we hit a string.  Handle trailing whitespace
6923         properly when the expansion is empty.
6924         (create_definition): Disable line commands while parsing the
6925         directive line.
6926         (dump_definition): If pfile->lineno == 0, output a line
6927         command ahead of the dump, and add a trailing newline.
6928
6929         * cppinit.c (append_include_chain): Add fifth argument, which
6930         indicates whether or not system headers are C++ aware.
6931         (initialize_standard_includes): New function,
6932         broken out of read_and_prescan.  Pass 'cxx_aware' value from
6933         the include_defaults_array on to append_include_chain.
6934         (dump_special_to_buffer): Const-ify char array.
6935         (builtin_array): Don't dump __BASE_FILE__.
6936         (cpp_start_read): Use cpp_read_file.  Reorder code for
6937         clarity.  Don't output line commands here for -D/-A/-U
6938         switches.  Don't call deps_output for files included with
6939         -include or -imacros.
6940
6941         * cpplib.c (do_define): Don't pay any attention to the second
6942         argument.
6943         (cpp_expand_to_buffer): Disable line commands while scanning.
6944         (output_line_command): Work in the file buffer.
6945         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
6946         Fix formatting of comments.  Prototype cpp_read_file.
6947
6948 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6949
6950         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
6951         reference the language-equivalent of sizetype.
6952         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
6953         * fold-const.c (size_binop, size_diffop): Put back checks.
6954         * gcse.c (dump_hash_table): Fix minor error in last change.
6955         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
6956         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
6957         all sizetypes.
6958
6959 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
6960
6961         * calls.c (expand_call)  Do not attempt to combine stack adjustments
6962         with inhibit_defer_pop set.
6963
6964 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
6965
6966         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
6967         the DECL_SIZE for a FIELD_DECL.
6968
6969 2000-03-01  Bruce Korb  <bkorb@gnu.org>
6970
6971         * fixinc/inclhack.tpl: remove unused symlinks
6972         * fixinc/README: GCC Maintainer info
6973         * fixinc/inclhack.sh: regen
6974         * fixinc/fixincl.sh: regen
6975
6976 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
6977
6978         * cpphash.c (collect_expansion): Trim trailing white space
6979         from macro definitions, but don't go past the last insertion
6980         point.
6981
6982 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
6983
6984         * i386.md (mulqi3): New pattern.
6985
6986 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
6987
6988         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
6989         token types.
6990         (struct cpp_reader): Add parsing_if_directive and
6991         parsing_define_directive flags.               
6992         (struct cpp_options): Remove output_conditionals flag.
6993         (check_macro_name): Delete prototype.
6994
6995         * cpphash.h (struct macrodef): Delete.
6996         (struct reflist): Separate from struct definition.
6997         (struct definition): Remove unused fields.  Add column number.
6998         (create_definition): Returns a DEFINITION *.  Takes a
6999         cpp_reader * and an int.
7000
7001         * cpphash.c (SKIP_WHITE_SPACE): Delete.
7002         (PEEKC): Copy defn from cpplib.c.
7003         (rest_extension, REST_EXTENSION_LENGTH): Delete.
7004         (struct arg): New.
7005         (struct arglist): Simplify.
7006         (collect_expansion): Rewrite.  Get tokens by calling
7007         cpp_get_token.  Add more error checking.
7008         (collect_formal_parameters): New function, broken out of
7009         create_definition and reworked to use get_directive_token.
7010         (create_definition): All real work is now in collect_expansion
7011         and collect_formal_parameters.  do_define handles finding the
7012         macro name.  Return a DEFINITION, not a MACRODEF.
7013         (macroexpand): Replace bcopy with memcpy throughout.  Replace
7014         character-at-a-time copy loop with memcpy and pointer increments.
7015         (compare-defs): d1->argnames / d2->argnames might be null.
7016
7017         * cpplib.c (copy_rest_of_line): Delete function.
7018         (skip_rest_of_line): Do all the work ourselves.
7019         (skip_string): New function.
7020         (parse_string): Use skip_string.
7021         (get_macro_name): New function.
7022         (check_macro_name): Delete.
7023         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
7024         (cpp_skip_hspace): Use CPP_BUMP_LINE.
7025         (handle_directive): ICE if we're called on a macro buffer.
7026         (do_define): Determine macro name and type (funlike/objlike)
7027         here.  Expunge all uses of MACRODEF.
7028         (cpp_push_buffer): Set line_base to NULL.
7029         (do_undef, read_line_number): Don't worry about getting a POP token.
7030         (eval_if_expression): Set/reset parsing_if_directive around
7031         cpp_parse_expr. Don't clear only_seen_white.
7032         (skip_if_group): Remove output_conditionals logic.  Use
7033         skip_rest_of_line.
7034         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
7035         tokens under appropriate conditions.
7036         (cpp_unassert): Call do_unassert not do_assert.  Oops.
7037
7038         * cppexp.c (parse_defined): New function, break out of
7039         cpp_lex.
7040         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
7041         ourselves, with cpp_defined.
7042         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
7043
7044         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
7045         * gcc.dg/strpaste-2.c: New.
7046
7047 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
7048
7049         * fold-const.c (size_binop): Don't asert inputs are the same and
7050         have TYPE_IS_SIZETYPE set.
7051         (size_diffop): Likewise.
7052
7053 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
7054
7055         * dwarfout.c (output_block): Output abstract blocks even if they
7056         don't have TREE_ASM_WRITTEN set.
7057
7058         * calls.c (emit_library_call): Check for null REG.
7059
7060 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
7061
7062         * c-decl.c (current_function_decl): Move to toplev.c.
7063         (init_decl_processing): Don't add current_function_decl as a ggc
7064         root here.
7065         * dbxout.c (dbxout_symbol): Change return type to int.
7066         (dbxout_symbol_location, dbxout_syms): Likewise.
7067         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
7068         any locals. Use current_function_func_begin_label if set.
7069         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
7070         * dwarf2out.c (dwarf2out_begin_prologue): Set
7071         current_function_func_begin_label.
7072         * final.c (final_start_function): Reset it.
7073         * toplev.c (current_function_decl): Define it here.
7074         (current_function_func_begin_label): New variable.
7075         (main): Add both as ggc roots.
7076         * tree.h (current_function_func_begin_label): Declare.
7077
7078 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7079
7080         * gcse.c: Cleanups throughout: mostly white-space, but also
7081         some minor rearrangement of code.
7082
7083 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
7084
7085         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
7086         returns a PARALLEL.  Use emit_group_load and use_group_regs
7087         as needed.  
7088         (emit_library_call_value): Similarly.
7089
7090         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
7091         * pa/quadlib.asm: Remove.
7092         * pa/quadlib.c: New file.
7093
7094         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
7095         * configure: Rebuilt.
7096
7097 2000-02-29  Philip Blundell  <pb@futuretv.com>
7098
7099         * config/arm/conix-elf.h: New file.
7100         * configure.in (arm*-*-conix*): New configuration.
7101         * configure: Regenerate.
7102
7103 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
7104
7105         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
7106         don't have TREE_ASM_WRITTEN set.
7107
7108 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7109
7110         * Eliminate DECL_FIELD_SIZE.
7111         * builtins.c (built_in_class_names, built_in_names): New variables.
7112         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
7113         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
7114         DECL_SIZE, not DECL_FIELD_SIZE.
7115         * print-tree.c (print_node): Remove code that prints extra blank
7116         lines in some cases.
7117         Properly handle inline and builtin function cases.
7118         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
7119         * tree.h (built_in_class_named, built_in_names): New declarations.
7120         (union tree_decl): Rename internal unions to u1 and u2 and change
7121         some of their components.
7122         Add new field built_in_class.
7123         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
7124         Reflect above changes.
7125         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
7126         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
7127         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
7128         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
7129
7130 2000-02-28  Dmitri Makarov  <dim@windriver.com>
7131
7132         * extend.texi: Document ARM's support for long/short calls.
7133
7134         * invoke.texi: Document ARM's -mlong-calls command line switch.
7135         
7136         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
7137         (arm_encode_call_attribute): Add prototype.
7138         (arm_set_default_type_attribute): Add prototype.
7139         (arm_strip_name_encoding): Add prototype.
7140
7141         * config/arm/arm.c (arm_init_cumulative_args): replace
7142         initialisation og 'long_calls' field with initialisation of
7143         'call_cookie' field.
7144         (enum arm_pragma_enum): New enum.
7145         (arm_pragma_long_calls): New static variable.
7146         (arm_process_pragma): Also process "#pragma long_calls_off".
7147         (arm_valid_type_attribute_p): Accept short_call attribute.
7148         (arm_comp_type_attributes): Check long/short call attributes.
7149         (arm_encode_call_attribute):  New function:  Encode long_call
7150         or short_call attribute in function name.
7151         (arm_set_default_type_attributes): New function: Assign
7152         default attributes to newly defined type.
7153         (current_file_function_operand): New function: Return true if
7154         the symbol is a function which has already been compiled.
7155         (arm_is_longcall_p): New function: Return true if the
7156         indicated function should be called via a long call.
7157         (arm_get_strip_length): New function.  Returns number of
7158         prefix characters to be stripped from a function's name.
7159         (arm_strip_name_encoding): New function.  Strip prefix characters
7160         from a function's name.
7161
7162         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
7163         with 'call_cookie'.
7164         (SHORT_CALL_FAG_CHAR): Define.
7165         (LONG_CALL_FAG_CHAR): Define.
7166         (ENCODED_SHORT_CALL_ATTR_P): Define.
7167         (ENCODED_LONG_CALL_ATTR_P): Define.
7168         (ARM_NAME_ENCODING_LENGTHS): Define.
7169         (STRIP_NAME_ENCODING): Define.
7170         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
7171         (ARM_ENCODE_CALL_TYPE): Define.
7172         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
7173         (ARM_DECLARE_FUNCTION_SIZE): Define.
7174         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
7175
7176         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
7177         if a long call is needed.
7178         (call_value): Ditto.
7179         (call_symbol): Ditto.
7180
7181         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
7182         ARM_DECLARE_FUNCTION_SIZE.
7183
7184         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
7185         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
7186         (ARM_STRIP_NAME_ENCODING): Undefine.
7187         (STRIP_NAME_ENCODING): Undefine.
7188         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
7189         (ASM_DECLARE_FUNCTION_NAME): Ditto.
7190         (ASM_OUTPUT_COMMON): Ditto.
7191         (ASM_DECLARE_OBJECT_NAME): Ditto.
7192
7193         * config/arm/pe.c (arm_dllexport_name_p): Check for
7194         ARM_PE_FLAG_CHAR.
7195         (arm_dllimport_name_p): Ditto.
7196         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
7197         (arm_mark_dllimport): Ditto.
7198         
7199 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7200
7201         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
7202
7203 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
7204
7205         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
7206
7207 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
7208
7209         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
7210         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
7211         NO_BUILTIN_WCHAR_TYPE is not defined.
7212         (CPP_WCHAR_TYPE): Delete.
7213         * cccp.c (main): Don't change wchar_type if cplusplus.
7214         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
7215
7216 2000-02-28  Nick Clifton  <nickc@cygnus.com>
7217
7218         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
7219
7220 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
7221
7222         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
7223         (ASM_WEAKEN_LABEL): Define.
7224  
7225 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
7226
7227         * expr.c (store_constructor): Do not emit USE.
7228         * rtl.h (stupid_life_analysis): Remove.
7229
7230 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7231
7232         * function.c (number_blocks): Reset next_block_index based on
7233         what debugging format is used, not what is defined.
7234         
7235         * lcm.c: Minor reformatting throughout.
7236         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
7237         
7238         * toplev.c (rest_of_compilation): Account for time in
7239         optimize_mode_switching.
7240
7241         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
7242         if only marking labels.
7243
7244 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
7245
7246         * calls.c (expand_call): Attempt to combine stack adjustments with
7247         pending stack adjustments.
7248
7249 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7250
7251         * loop.c (reg_in_basic_block_p): Don't abort when falling through
7252         to the end of the function.
7253
7254 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
7255
7256         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
7257         blocks.
7258         * final.c (next_block_index): Remove.
7259         (max_block_depth): Likewise.
7260         (pending_blocks): Likewise.
7261         (init_final): Don't initialize them.
7262         (final_start_function): Don't set next_block_index.  Set up
7263         BLOCK_NUMBER.
7264         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
7265         * function.h (number_blocks): New function.
7266         * function.c (get_block_vector): New function.
7267         (identify_blocks): Use it.
7268         (reorder_blocks): Set NOTE_BLOCK.
7269         (number_blocks): New function.
7270         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
7271         * tree.h (BLOCK_NUMBER): New macro.
7272         (tree_block): Add block_num field.
7273         * dbxout.c (next_block_number): Remove.
7274         (dbxout_init): Don't set it.
7275         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
7276         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
7277         block numbers.
7278         * toplev.c (rest_of_compilation): Always call
7279         find_loop_tree_blocks.  Fix indentation.
7280         * dwarf2out.c (next_block_number): Remove.
7281         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
7282         to determine block numbers.
7283         (gen_inlined_subroutine_die): Likewise.
7284         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
7285         (decls_for_scope): Don't increment next_block_number.
7286         * dwarfout.c (next_block_number): Remove.
7287         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
7288         to determine block numbers. 
7289         (output_inlined_subroutine_die): Likewise.
7290         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
7291         (output_decls_for_scope): Don't increment next_block_number.
7292         * sdbout.c (next_block_number): Remove.
7293         (sdbout_block): Use BLOCK_NUMBER.
7294         (sdbout_begin_block): Simplify.
7295         * xcoffout.c (next_block_number): Remove.
7296         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
7297         (xcoffout_begin_block): Don't set next_block_number.
7298         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
7299         next_block_number.
7300         
7301 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7302
7303         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
7304         (expand_builtin_strcpy): Pass correct type to size_binop.
7305         (expand_builtin_strcmp): Likewise.
7306         Clean up conditional structure.
7307         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
7308         (complete_array_type): Don't use size_binop for MAXINDEX.
7309         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
7310         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
7311         (c_alignof): Use size_one_node.
7312         (build_unary_op): Pass arg of proper type to size_binop.
7313         (really_start_incremental_init, push_init_level): Use sizetype for
7314         constructor{,_bit,_unfilled}_index.
7315         (pop_init_label, output_init_element): Likewise.
7316         (output_pending_init_elements, process_init_element): Likewise.
7317         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
7318         * expr.c (store_expr): Use size_int.
7319         (store_constructor): Use proper types for size_binop args.
7320         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
7321         (expand_expr_unaligned): Likewise.
7322         (string_contant): Return object of sizetype.
7323         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
7324         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
7325         (ARGS_SIZE_TREE): Pass proper types to size_binop.
7326         * fold-const.c (int_const_binop): Refine when size_int is called.
7327         (fold_convert): Likewise.
7328         (size_int_wide): Rework to take KIND as arg, only take low order
7329         bits, handle new sizetype_tab datatype, and chain entries in
7330         size_table.
7331         (size_int_type_wide): New function.
7332         (size_binop): Validate types of arguments.
7333         (ssize_binop): Deleted.
7334         (size_diffop): New function.
7335         (extract_muldiv): Only fold division into multiplication for sizetypes.
7336         * function.c (assign_parms): Use size_diffop and make sure
7337         VAR field is of ssizetype; also pass proper type to size_binop.
7338         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
7339         (round_down): Deleted from here.
7340         * store-layout.c (sizetype_tab): Now an array.
7341         (sizetype_set, early_root_list): New variables.
7342         (variable_size): Use size_one_node.
7343         (round_up): Pass proper type to size_binop.
7344         (round_down): Moved to here and corrected as above.
7345         (layout_record): Pass proper arg types to size_binop.
7346         (layout_type): Likewise.
7347         If sizetype_set is zero, record the type just laid out.
7348         (make_unsigned_type): Don't call set_sizetype;
7349         (make_signed_type): Likewise; also, call fixup_signed_type.
7350         (initialize_sizetypes): New function.
7351         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
7352         set name of bitsizetype to "bit_size_type".
7353         Fix up type of sizes of all types made before call.
7354         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
7355         * tree.c (fix_sizetype): Deleted.
7356         (build_common_tree_nodes): Call initialize_sizetypes.
7357         (build_common_tree_nodes_2): Don't call fix_sizetype.
7358         * tree.h (TYPE_IS_SIZETYPE): New macro.
7359         (initialize_sizetype): New declaration.
7360         (enum size_type_kind): New type.
7361         (struct sizetype_tab): Deleted.
7362         (sizetype_tab): Now array; adjust sizetype macros.
7363         (size_diffop, size_int_type_wide): New functions.
7364         (size_int_wide): Change number of args and type; access macros changed.
7365         (ssize_int, sbitsize_int): New macros.
7366         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
7367         (ROUND_TYPE_SIZE_UNIT): New macro.
7368
7369 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
7370
7371         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
7372
7373 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7374
7375         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
7376         Mark as possibly unused.
7377
7378         * cse.c (cse_insn): Delete dead code involving tablejump.
7379         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
7380
7381         * Makefile.in (libcpp.a): Start by deleting it.
7382
7383 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7384
7385         * cpplib.h (enum file_change_code): Added rename_file.
7386         * cpplib.c (do_line): If a filename is given, set file_change to
7387         rename_file.
7388         (output_line_command): If file_change is rename_file, always
7389         output a # directive with the file name.
7390
7391         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
7392
7393 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
7394
7395         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
7396         when copying a PARM_DECL or RESULT_DECL.
7397
7398 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7399
7400         * fix-header.c (recognized_function): Also fix prototypes for
7401         functions taking "void".
7402
7403 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
7404
7405         * reload1.c (do_output_reload): Check reg_reloaded_valid before
7406         looking at reg_reloaded_contents.
7407
7408 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
7409
7410         * Makefile.in (STMP_FIXINC): New toggle.
7411         (LIBGCC2_DEPS): Delete all references.
7412         (stmp-headers): Delete target.  All references either deleted
7413         or changed to stmp-int-headers.
7414         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
7415         (LIBCPP_OBJS): Take out cppalloc.o.
7416         (cppalloc.o): Delete target.
7417         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
7418         (gen-protos, fix-header): Link with libiberty.a.
7419         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
7420         to empty.
7421
7422         * configure.in: Remove refs to strerror.
7423         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
7424         * system.h: Take out strerror stanza.
7425
7426         * cpperror.c (my_strerror): Delete function.
7427         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
7428         * cppmain.c (main): Call xmalloc_set_program_name first thing.
7429         * cppalloc.c: Delete file.
7430         * gen-protos.c: Don't provide xrealloc.
7431
7432         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
7433         xstrerror throughout.
7434
7435 2000-02-26  Bruce Korb  <bkorb@gnu.org>
7436
7437         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
7438         match for DOS headers, too.
7439         * fixinc/inclhack.sh,fixincl.x: Regenerate.
7440
7441 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
7442
7443         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
7444         is right for most ELF targets.
7445         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
7446         Let the default file use %U properly.
7447         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
7448         default.
7449
7450         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
7451         numbers.
7452
7453 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7454
7455         * toplev.c (documented_lang_options): Correct spelling error.
7456         (decode_d_option, decode_f_option, main): Likewise.
7457
7458         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
7459
7460         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
7461         to tell assembler it is permitted to expand large constants.
7462
7463 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
7464
7465         * protoize.c: (AUX_INFO_SUFFIX): New macro.
7466         (aux_info_suffix): Use.
7467         (SAVE_SUFFIX): New macro.
7468         (save_suffix): Use.
7469         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
7470         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
7471         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
7472
7473         * invoke.texi (Running Protoize): Update documentation.
7474
7475 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
7476
7477         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
7478
7479 2000-02-25  John Wehle  (john@feith.com)
7480
7481         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
7482
7483 2000-02-25  Anthony Green  <green@cygnus.com>
7484
7485         * toplev.c (rest_of_compilation): Rebuild jump labels if
7486         combine_instructions has created a new direct jump.
7487         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
7488         when appropriate.
7489         (combine_instructions): Call try_combine with new argument.
7490         Return non-null value when new direct jump instruction is created.
7491         * rtl.h: combine_instructions returns an int.
7492
7493 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
7494
7495         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
7496         jump when changing a computed jump into a jump to a known
7497         target.
7498
7499 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
7500
7501         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
7502         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
7503
7504         * i386.md (define_expand "clrstrsi"): Fix typo.
7505
7506 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
7507
7508         * rtl.texi: Fix typo.
7509
7510 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7511
7512         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
7513         UNITS_PER_WORD.  Change caller initial_elimination_offset.
7514         (rounded_frame_size): Take into account that argument pushed has
7515         changed.  Fix TARGET_ALIGN_DOUBLE problem.
7516
7517 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
7518
7519         * haifa-sched.c (schedule_block): Explain the real reason
7520         we delete REG_SAVE_NOTEs on the first insn of a block.
7521         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
7522
7523 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
7524
7525         * input.h (push_srcloc): New function.
7526         (pop_srcloc): Likewise.
7527         * toplev.c (push_srcloc): Define it.
7528         (pop_srcloc): Likewise.
7529
7530 2000-02-24  Richard Henderson  <rth@cygnus.com>
7531
7532         * flow.c (life_analysis): When collecting reg info, clear
7533         regs_ever_live.
7534
7535 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7536
7537         Fix bug exposed by reload.c no longer rounding the frame
7538         size to BIGGEST_ALIGNMENT:
7539         * sh.c (rounded_frame_size): New function.
7540         (sh_expand_prologue, sh_expand_epilogue): Use it.
7541         (initial_elimination_offset): Likewise.
7542
7543 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7544
7545         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
7546         * sh-protos.h (sh_need_epilogue): Declare.
7547         * sh.c (sh_need_epilogue_known): New static variable.
7548         (sh_need_epilogue): New function.
7549         (function_epilogue): Clear need_epilogue_known.
7550         * sh.md (return): Split into expander / insn pattern.
7551         Make the expander conditional on ! sh_need_epilogue ().
7552
7553 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
7554
7555         * machmode.h (get_mode_alignment): Declare.
7556         (GET_MODE_ALIGNMENT): Call it.
7557         * stor-layout.c (get_mode_alignment): New function. Make
7558         sure alignment is always power of 2.
7559
7560 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7561
7562         * i386.h: Remove useless definition of "I386" and misleading
7563         comment above it.
7564
7565 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7566
7567         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
7568         under which TREE_PERMANENT will be set.
7569         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
7570         build1): Use TREE_SET_PERMANENT.
7571         * print-tree.c (print_node): Don't report value of
7572         TREE_PERMANENT if ggc_p is true.
7573
7574         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
7575         decide whether to give a type a new alias set.
7576         * objc/objc-act.c (build_objc_string_object): Never copy the string.
7577         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
7578         of value of 'obstack'.
7579
7580
7581 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7582
7583         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
7584
7585 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7586
7587         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
7588         * cpplib.c (cpp_get_token): Produce them.
7589         * cppexp.c (cpp_lex): Handle them.
7590
7591 2000-02-23  Nick Clifton  <nickc@cygnus.com>
7592
7593         * config/arm/arm.c (arm_comp_type_attributes): Simply and
7594         comment tests on type attributes.
7595
7596 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7597
7598         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
7599         conform to documentation.
7600         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
7601         to check for special cases.
7602         * sh-protos.h (sh_loop_align): Declare.
7603         * sh.c (sh_loop_align): Define.
7604
7605 2000-02-22  Andrew Haley  <aph@cygnus.com>
7606
7607         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
7608         (SIZE_TYPE): Is 32 bits when using -mgp32.
7609         (PTRDIFF_TYPE): Ditto.
7610
7611 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7612
7613         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
7614
7615 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7616
7617         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
7618         BIGGEST_FIELD_ALIGNMENT a constant.
7619
7620 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
7621
7622         * dwarf2out.c (output_line_info): Put the marker for the end of
7623         the line number info at the actual end.
7624         (gen_struct_or_union_type_die): Use decl_function_context 
7625         to check for local classes.
7626         * dwarfout.c (output_type): Likewise.
7627
7628 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
7629
7630         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
7631         for arguments with a mode, but no type.
7632         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
7633         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
7634         * pa/long_double.h: New file.
7635         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
7636         both have 128bit wide long doubles.
7637         * configure: Rebuilt.
7638
7639 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7640
7641         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
7642
7643         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
7644         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
7645         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
7646
7647         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
7648
7649         * integrate.c (compare_blocks, find_block): Likewise.
7650
7651         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
7652
7653         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
7654
7655         * stmt.c (stmt_status, set_file_and_line_for_stmt,
7656         expand_asm_operands): Likewise.
7657
7658 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
7659
7660         * predict.c (estimate_probability): Added the pointer heuristic to
7661         the collection of static branch predictors.
7662
7663 2000-02-21  Catherine Moore  <clm@cygnus.com>
7664
7665         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
7666         * invoke.texi (-mfix7000): Document.
7667
7668 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
7669
7670         * diagnostic.c (init_output_buffer): Make it possible to output at
7671         least 32 characters if we're given a too long prefix.
7672
7673 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
7674
7675         * varasm.c (initializer_constant_valid_p): Call
7676         lang_expand_constant to simplify the constant.
7677
7678 2000-02-20  Bruce Korb  <bkorb@gnu.org>
7679
7680         * fixinc/inclhack.def(stdio_va_list):
7681         typedef needs to be disabled.
7682         * fixinc/inclhack.sh: regen
7683         * fixinc/fixincl.x: regen
7684
7685 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
7686
7687         * print-rtl.c (print_rtx): Don't print addresses when
7688         flag_dump_unnumbered.
7689
7690 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7691
7692         * sparc.c (sparc_output_scratch_registers): Mark parameter with
7693         ATTRIBUTE_UNUSED.
7694         (sparc_va_arg, sparc_flat_output_function_prologue,
7695         sparc_flat_output_function_epilogue): Cast value to unsigned in
7696         comparison.
7697         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
7698         
7699         * sparc.md: Add default case in switch.
7700
7701 2000-02-19  Richard Henderson  <rth@cygnus.com>
7702
7703         * c-typeck.c (add_pending_init): Don't abort for multiple
7704         fields at the same offset.
7705         (pending_init_member): Test the correct member.
7706
7707 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
7708
7709         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
7710         instead of SImode.
7711         (start_catch_handler) : Same.
7712
7713 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
7714
7715         * Makefile.in: Have flow.o depend on $(EXPR_H)
7716
7717 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7718
7719         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
7720         * c-decl.c (duplicate_decls, finish_enum): Likewise.
7721         (finish_decl): Remove -Wlarger-than code from here.
7722         * flags.h (id_clash_len): Now int.
7723         (larger_than_size): Now HOST_WIDE_INT.
7724         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
7725         Clean up checking to see if in table.
7726         (make_bit_field_ref): Remove extra parm to bitsize_int.
7727         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
7728         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
7729         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
7730         and for computing size of decl.
7731         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
7732         Move -Wlarger-than code to here.
7733         (layout_record): Remove extra arg to bitsize_int.
7734         Set TYPE_BINFO_SIZE_UNIT.
7735         (layout_union): Remove extra arg to bitsize_int.
7736         Use proper type for size of QUAL_UNION.
7737         (layout_type): Remove extra arg to bitsize_int.
7738         * toplev.c (id_clash_len): Now int.
7739         (larger_than_size): Now HOST_WIDE_INT.
7740         (decode_W_option): Clean up id-clash and larger-than- cases.
7741         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
7742         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
7743         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
7744         (struct tree_decl): New field size_unit.
7745         (size_int_wide): No HIGH operand; NUMBER is now signed.
7746         (size_int_2): Deleted.
7747         (size_int, bitsize_int): Don't use it and rework args.
7748         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
7749
7750 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
7751
7752         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
7753
7754 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
7755
7756         * invoke.texi (Warning Options): Add an explanation of why
7757         you might want the -Wfloat-equal flag.
7758
7759 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7760
7761         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
7762         * cppinit.c (new_pending_define): Add cast to avoid warning.
7763         * expmed.c (extract_bit_field): Likewise.
7764         * flow.c (enum reorder_skip_type): New type.
7765         (skip_insns_between_blcok): New it.
7766         Rework to avoid warning about possibly undefined variable.
7767         * function.c (assign_parms): Make thisparm_boundary unsigned.
7768         * genrecog.c (write_switch): Cast XWINT result to int.
7769         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
7770         * mips-tfile.c (init_file): Make two versions of FDR intializer:
7771         one for MIPS and one for Alpha.
7772         (get_tag, copy_object): Add casts to avoid warnings.
7773         * optabs.c (init_one_libfunc): Cast NAME to (char *).
7774         * reload.c (find_reloads): Make TYPE enum reload_type.
7775         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
7776         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
7777         * varasm.c (compare_constant_1): Add cast to avoid warning.
7778         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
7779         to (char *).
7780         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
7781         Cast switch operand of size to int.
7782         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
7783         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
7784         in unhandled case.
7785
7786 2000-02-18  Nick Clifton  <nickc@cygnus.com>
7787
7788         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
7789         anything for an alignment of zero.
7790
7791         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
7792         anything for an alignment of zero.
7793
7794 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
7795
7796         * gcc.texi (Bug Reporting): Refer to bugs.html.
7797         (Bug Lists): Likewise.
7798         * system.h (GCCBUGURL): New preprocessor define.
7799         * rtl.c (fancy_abort): Use it.
7800         * gcc.c (main): Likewise.
7801
7802 2000-02-18  Richard Henderson  <rth@cygnus.com>
7803
7804         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
7805         (life_analysis_1): Subsume into ...
7806         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
7807         Use update_life_info for the relaxation.
7808         (update_life_info): Update REG_BASIC_BLOCK for registers live on
7809         entry and regs_live_at_setjmp.
7810         (set_noop_p): Simplify.
7811         (notice_stack_pointer_modification_1): Renamed from s/_1//.
7812         (record_volatile_insns): Split into ...
7813         (delete_noop_moves): ... here,
7814         (notice_stack_pointer_modification): ... here,
7815         (insn_dead_p): ... and here.
7816         (propagate_block): Don't query INSN_VOLATILE.
7817         (mark_used_regs): Mind !PROP_REG_INFO.
7818         * toplev.c (rest_of_compilation): Call mark_constant_function here,
7819         not in life_analysis.
7820
7821 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
7822
7823         * loop.c (canonicalize_condition): New function,
7824         broken out of get_condition.
7825         (get_condition): Use it.
7826         * expr.h (canonicalize_condition): Prototype it.
7827
7828         * tree.h (tree_int_cst_msb): Declare.
7829         * tree.c (tree_int_cst_msb): New function.
7830
7831 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
7832
7833         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
7834         isn't set.
7835
7836         * invoke.texi (-fmessage-length=n): Document.
7837
7838 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
7839
7840         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
7841
7842 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
7843
7844         * function.c (thread_prologue_and_epilogue_insns): Put a line note
7845         after the prologue.
7846
7847 2000-02-17  Nick Clifton  <nickc@cygnus.com>
7848
7849         * config/arm/thumb.c: Replace includes of system headers with
7850         #include "system.h".
7851
7852 2000-02-16  Richard Henderson  <rth@cygnus.com>
7853
7854         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
7855         Add crtbeginS.o and crtendS.o.
7856         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
7857         (ENDFILE_SPEC): Use crtendS.o.
7858         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
7859
7860         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
7861         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
7862         shared and present.
7863         (__dso_handle): New variable.
7864         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
7865         bias to __CTOR_END__.
7866         
7867 2000-02-16  Richard Henderson  <rth@cygnus.com>
7868
7869         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
7870
7871 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
7872
7873         * longlong.h (__clz_tab): Declare as static to match definition.
7874
7875 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
7876         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
7877         (XREF_FILE_NAME): Define.
7878
7879         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
7880         (EH_FRAME_SECTION_ASM_OP): Define.
7881         (IDENT_ASM_OP): Define.
7882         (TEXT_SECTION_ASM_OP): Define.
7883         (CPP_SPEC): Define.
7884         (CTORS_SECTION_ASM_OP): Define.
7885         (CTOR_SECTION_FUNCTION): Use it.
7886         (DTORS_SECTION_ASM_OP): Define.
7887         (DTOR_SECTION_FUNCTION): Use it.
7888
7889 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
7890
7891         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
7892         NOTE_BASIC_BLOCK.
7893
7894         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
7895         debug_bb_n): New functions.
7896         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
7897         * basic-block.h: Prototype new functions.
7898
7899 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
7900
7901         * configure.in: Add support for avr target.
7902         * configure: Rebuilt.
7903
7904         * invoke.texi: Add AVR invocation docs.
7905         * install.texi: Add information about AVR.
7906         * md.texi: Add AVR constraint letters description.
7907         * extend.texi: Add description for AVR specific attributes.
7908
7909 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
7910
7911         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
7912
7913 2000-02-16  Nick Clifton  <nickc@cygnus.com>
7914
7915         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
7916         (make_insn_raw): Move RTL check here.
7917
7918 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7919
7920         * version.c: Include gansidecl.h and version.h.
7921
7922         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
7923         
7924         * configure.in (gcc_version): When setting, narrow search to
7925         lines containing `version_string'.
7926
7927         * Makefile.in (mainversion): Likewise. 
7928         (GCC_H): New variable.
7929         (gcc.h): Delete target.
7930         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
7931         (version.o): Depend on version.h.
7932         (dbxout.o): Don't depend on gcc.h.
7933
7934 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
7935                           Michael Meissner  <meissner@cygnus.com>
7936
7937         * md.texi (Simple Constraints): Add item about whitespace.
7938         * genoutput.c (strip_whitespace): New.
7939         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
7940         strip_whitespace for constraints.
7941         Test pointer using NULL, not 0.
7942
7943 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7944
7945         * cpplib.c (do_line): Pedwarn for #line > 32767.
7946
7947         * c-lex.c (readescape): Warn about '\x', but do not reject it.
7948
7949 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
7950
7951         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
7952         to default cpp spec.
7953         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
7954         * cpp.texi: Document __GNUC_PATCHLEVEL__.
7955         * cpp.1: Likewise.
7956
7957         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
7958         default spec.
7959
7960 2000-02-15  Denis Chertykov  <denisc@overta.ru>
7961
7962         * configure.in: Add support for avr target.
7963
7964 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7965
7966         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
7967         (sh_addr_diff_vec_mode): Don't declare.
7968         * sh.c (sh_addr_diff_vec_mode): Delete.
7969
7970 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7971
7972         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
7973
7974 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7975
7976         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
7977         (smulsi3_highpart_i): Name.
7978         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
7979         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
7980         (smulsi3_highpart, umulsi3_highpart): Likewise.
7981
7982         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
7983         correctly independent of endianness.
7984         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
7985         confuse the optimizers.
7986         (mulsidi3+1, umulsidi3+1): New define_split.
7987
7988 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
7989
7990         * config/sh/sh.md: Guard insn splits against illegal registers.
7991         * config/sh/sh.h: Correct comment about macros.
7992
7993 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7994                           Andrew MacLeod  <amacleod@cygnus.com>
7995
7996         * Makefile.in (lcm.o): Depend on insn-attr.h.
7997         * basic-block.h (optimize_mode_switching): Declare.
7998         * lcm.c (tm_p.h, insn-attr.h): #include.
7999         (seginfo, bb_info): New structs.
8000         (antic, transp, comp, delete, insert) : New file-scope static variables.
8001         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
8002         (reg_becomes_live, optimize_mode_switching): Likewise.
8003         * tm.texi: Add description of mode switching macros.
8004         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
8005
8006         * sh-protos.h (remove_dead_before_cse): Remove prototype.
8007         (fldi_ok, fpscr_set_from_mem): New prototypes.
8008         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
8009         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
8010         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
8011         (sh_flag_remove_dead_before_cse): Remove declaration.
8012         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
8013         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
8014         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
8015         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
8016         (barrier_align): Allow for JUMP_INSNS containing a parallel.
8017         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
8018         (fldi_ok): New function.
8019         (get_fpscr_rtx): Add fpscr_rtx as GC root.
8020         (emit_sf_insn): Only generate fpu switches when optimize < 1.
8021         (emit_df_insn): Likewise.
8022         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
8023         (sh_flag_remove_dead_before_cse): Delete.
8024         (get_free_reg, fpscr_set_from_mem): New functions.
8025         * sh.md (movdf, movsf): Remove no_new_pseudos code.
8026         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
8027
8028 2000-02-15  Loren Rittle  <ljrittle@acm.org>
8029
8030         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
8031
8032 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8033
8034         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
8035         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
8036
8037         * cccp.c: Include version.h and/or don't declare `version_string'.
8038         * collect2.c: Likewise.
8039         * alpha.c: Likewise.
8040         * arm/aof.h: Likewise.
8041         * arm/coff.h: Likewise.
8042         * arm/elf.h: Likewise.
8043         * arm/pe.h: Likewise.
8044         * arm/tcoff.h: Likewise.
8045         * arm/telf.h: Likewise.
8046         * arm/tpe.h: Likewise.
8047         * arm/vxarm.h: Likewise.
8048         * convex/convex.c: Likewise.
8049         * i386/dgux.c: Likewise.
8050         * i386/sun386.h: Likewise.
8051         * m88k/m88k.c: Likewise.
8052         * mcore/mcore-pe.h: Likewise.
8053         * mips/mips.h: Likewise.
8054         * romp/romp.h: Likewise.
8055         * sh/sh.c: Likewise.
8056         * cpphash.c: Likewise.
8057         * cppinit.c: Likewise.
8058         * dwarf2out.c: Likewise.
8059         * dwarfout.c: Likewise.
8060         * gcc.c: Likewise.
8061         * gcc.h: Likewise.
8062         * mips-tfile.c: Likewise.
8063         * protoize.c: Likewise.
8064         * toplev.c: Likewise.
8065         * tree.h: Likewise.
8066         
8067         * version.c (version_string): Constify a char*.
8068
8069         * version.h: New file.
8070
8071 2000-02-14  Nick Clifton  <nickc@cygnus.com>
8072
8073         * configure.in: Add mcore-elf and mcore-pe targets.
8074         * configure: Regenerate.
8075
8076         * NEWS: Add note that MCore port has been contributed.
8077
8078         * invoke.texi: Document command line switches for MCore port.
8079         * install.texi: Add MCore to list of supported targets.
8080
8081 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
8082
8083         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
8084         then we will need to import the frame handling functions.
8085         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
8086         to import the frames themselves.
8087
8088 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
8089                           Jason Eckhardt  <jle@cygnus.com>
8090
8091         * basic_block.h: Added prototype for reorder_basic_blocks.
8092         * toplev.c: Changes to add -freorder-blocks and graph dump after
8093         block reordering is done.
8094         * flow.c (reorder_block_def): New structure for use during block
8095         reordering.
8096         (REORDER_BLOCK_*): New macros to access members of above structure.
8097         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
8098         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
8099         functions for block reordering.
8100
8101 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8102
8103         * gcc.texi (Passes): Fix typo.
8104         * md.texi (Standard Names): Ditto.
8105         * tm.texi (Storage Layout): Ditto.
8106
8107 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
8108
8109         * cpplib.c (do_define): Only free the old definition if it
8110         actually had one.
8111
8112 2000-02-13   Neil Booth  <NeilB@earthling.net>
8113
8114         * cppfiles.c (read_and_prescan): When emitting deferred
8115         newlines, test speccase[] again instead of checking each
8116         possible whitespace character in turn.  When we encounter \r,
8117         look behind for \n first, then ahead.
8118
8119 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
8120
8121         * cse.c (cse_altered): New internal flag.
8122         (cse_insn): Set it if we changed an insn.
8123         (cse_main): Clear cse_altered before each basic block.
8124         Only garbage collect if cse_altered is true afterward.
8125
8126 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8127
8128         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
8129
8130 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
8131
8132         * combine.c (simplify_comparison): Fix typo.
8133
8134 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
8135
8136         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
8137         consistently.
8138
8139 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8140
8141         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
8142         previously inserted node instead of root node.  Caller changed.
8143
8144 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8145
8146         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
8147
8148 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8149
8150         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
8151         __dereg_frame_dtor): Add prototype argument.
8152
8153         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
8154
8155         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
8156
8157         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
8158
8159         * gthr-vxworks.h (__gthread_once): Likewise.
8160
8161         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
8162
8163 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
8164
8165         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
8166         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
8167         stack pointer in functions w/o saved registers, output LEAVE more often
8168         on TARGET_USE_LEAVE machines.
8169
8170 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
8171
8172         * config/arm/arm.c (arm_init_cumulative_args); New function:
8173         Initlaise the CUMULATIE_ARGS strcuture for a function
8174         defintion. 
8175         (arm_function_arg): New function: Determine where to place a
8176         function's argument.  Also handles deciding the function's
8177         call cookie.
8178         (current_file_function_operand): New function: Return true if
8179         the symbol is a function which has already been compiled.
8180         (arm_is_long_call_p): New function: Return true if the
8181         indicated function should be called via a long call.
8182         (arm_valid_type_attribute_p): New function: Return true if the
8183         attribute is a valid, arm specific, attribute.
8184         (arm_comp_type_attribute): New function: Return true if the
8185         two types have compatable, arm specific, attributes.
8186
8187         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
8188         structure.
8189         (FUNCTION_ARG): Redefine to call arm_function_arg.
8190         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
8191         structure field.
8192         (INIT_CUMULATIVE_ARGS): Redefine to call
8193         arm_init_cumulative_args.
8194         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
8195         field. 
8196         (SETUP_INCOMING_VARARGS): Redefine to use correct structure 
8197         field. 
8198         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
8199         functions.
8200         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
8201         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
8202         (COMP_TYPE_ATTRIBUTES): Define.
8203
8204         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
8205         if a long call is needed.
8206         (call_value): Call arm_is_long_call_p to decide if a long call
8207         is needed.
8208         (call_symbol): Call arm_is_long_call_p to decide if a long call
8209         is needed.
8210
8211         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
8212
8213 2000-02-11  Denis Chertykov  <denisc@overta.ru>
8214
8215         * README.AVR: New file with information about the avr ports.
8216         * config/avr: New directory with avr port files.
8217
8218 2000-02-11  Andreas Jaeger  <aj@suse.de>
8219
8220         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
8221
8222 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
8223
8224         * cpphash.c: Fix formatting, update commentary.
8225         (dump_definition): Take three separate arguments instead of a
8226         MACRODEF structure argument.
8227         * cpphash.h: Update prototype of dump_definition.
8228         * cppinit.c (cpp_finish): Update call of dump_definition.
8229
8230         * cpplib.c (do_define): Always create new hash entry with
8231         T_MACRO type.  Remove redundant check for redefinition of
8232         poisoned identifier.  Update call of dump_definition.
8233         (do_undef): Don't call check_macro_name.  Rename sym_length to
8234         len.
8235         (do_error, do_warning): Don't use copy_rest_of_line or
8236         SKIP_WHITE_SPACE.
8237         (do_warning): Don't use pedwarn for the actual warning,
8238         only the notice about its not being in the standard.  (Fixes
8239         bug with #warning in system headers.)
8240         (do_ident): Stricter argument checking - accept only a single
8241         string after #ident.  Also, macro-expand the line.
8242         (do_xifdef): Use cpp_defined.  De-obfuscate.
8243
8244         (do_pragma): Split out specific pragma handling to separate
8245         functions.  Use get_directive_token.  Update commentary.  Do
8246         not pass on #pragma once or #pragma poison to the front end.
8247         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
8248         do_pragma_default): New.
8249
8250 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
8251
8252         * jump.c (jump_optimize_1): The first operand in a relational
8253         can be a CONST_INT.
8254         * optabs.c (emit_conditional_move): Handle relationals which
8255         have a known true/false result.
8256
8257 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
8258
8259         * function.c (thread_prologue_and_epilogue_insns): Don't insert
8260         a RETURN insn into a block which already ends with a jump.
8261
8262 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
8263
8264         * haifa-sched.c (BUF_LEN): Increase a lot.
8265
8266 2000-02-11  Nick Clifton  <nickc@cygnus.com>
8267
8268         * configure.in: Add tm_p_file specification for thumb targets.
8269         * configure: Regenerate.
8270
8271         * config/arm/thumb-protos.h: New file: Prototypes for exported
8272         functions defined in thumb.c.
8273
8274 2000-02-11  Robert Lipe  <robertl@sco.com>
8275
8276         * Makefile.in (bootstrap-lean): Remove additional files.
8277         (bootstrap2-lean): Likewise.
8278         (VOL_FILES): List of files for above.
8279
8280 2000-02-11  Nathan Sidwell  <nathan@acm.org>
8281
8282         * cpphash.c (special_symbol): Remove spurious argument to
8283         cpp_lookup.
8284
8285 2000-02-11  Joel Sherrill (joel@OARcorp.com>
8286
8287         * configure.in: (i*86-*-rtems*): Swapped elf and coff
8288         stanzas.
8289         * configure: Rebuilt.
8290
8291 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
8292         
8293         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
8294
8295 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
8296
8297         * pa.c, pa.h: Remove trigraph sequences within comments.
8298
8299 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
8300
8301         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
8302
8303 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
8304
8305         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
8306
8307 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8308         
8309         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
8310
8311 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8312
8313         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
8314         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
8315         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
8316         (ASM_FILE_END): Use c4x_file_end.
8317         * config/c4x/c4x.c (c4x_global_label): New function.
8318         (c4x_external_ref, c4x_file_end): Likewise.
8319
8320         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
8321         (c4x_external_ref, c4x_end_file): Likewise.
8322
8323 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
8324
8325         * cppexp.c: Don't include cpphash.h.
8326         (parse_charconst, cpp_lex): Use cpp_defined.
8327         (cpp_lex): Use get_directive_token throughout.  Remove
8328         unnecessary cases from switch.  Move assertion-handling code
8329         down to OTHER case.
8330         (cpp_parse_expr): If we see '+' or '-', check the context to
8331         determine if they are unary or binary operators.  Streamline
8332         the jumps a bit.  Do not call skip_rest_of_line.
8333
8334         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
8335         static.  Export get_directive_token.  Update commentary.
8336         (cpp_defined): New function.
8337         (do_define): Remove reference to T_PCSTRING.  Call
8338         free_definition to release memory for old definition, when
8339         redefining a macro.
8340         (eval_if_expression): Set only_seen_white to 0 before calling
8341         cpp_parse_expr.  Call skip_rest_of_line after it returns.
8342         (cpp_read_check_assertion): Don't preserve a pointer into the
8343         token buffer across a call to cpp_get_token.
8344
8345         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
8346         * cppfiles.c (redundant_include_p): Use cpp_defined.
8347         * cpphash.c (free_definition): New function.
8348         (delete_macro): Use it.  Update commentary.
8349         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
8350         free_definition.
8351         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
8352         from enum node_type.  Prototype cpp_defined and get_directive_token.
8353         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
8354
8355         * fix-header.c (check_macro_names): Use cpp_defined.
8356         (read_scan_file): Set inhibit_warnings and inhibit_errors in
8357         the options structure.
8358
8359 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8360
8361         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
8362
8363 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
8364
8365         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
8366         rather than die->die_tag.
8367
8368 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8369
8370         * combine.c (make_extraction, force_to_mode): Avoid warning on
8371         mixed-signedness conditionals.
8372         (make_field_assignment, nonzero_bits): Likewise.
8373         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
8374         (store_split_bit_field, extract_split_bit_field): Likewise.
8375         (extract_fixed_bit_field, store_bit_field, 
8376         * expr.c: Change alignment to be unsigned everywhere.
8377         (move_by_pieces, store_constructor_field, store_constructor): 
8378         Alignment parm is unsigned.
8379         (emit_block_move, emit_group_load, emit_group_store): Likewise.
8380         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
8381         (do_compare_rtx_and_jump): Likewise.
8382         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
8383         Compare align with GET_MODE_ALIGNMENT.
8384         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
8385         (get_inner_reference): Likewise.
8386         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
8387         (expand_assignment): Local vars for alignment now unsigned.
8388         (store_constructor, store_field, expand_expr, do_jump): Likewise.
8389         (do_compare_and_jump): Likewise.
8390         (store_field): Call new function expr_align.
8391         * expr.h (emit_block_move, emit_group_load, emit_group_store):
8392         Alignment arg now unsigned.
8393         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
8394         (do_compare_rtx_and_jump, store_bit_field): Likewise.
8395         (extract_bit_field): Likewise.
8396         * fold-const.c (add_double): Add cast to eliminate signedness warning.
8397         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
8398         (get_best_mode): Alignment arg is unsigned.
8399         * rtl.h (move_by_pieces): Likewise.
8400         * store-layout.c (maximum_field_alignment, set_alignment):
8401         Now unsigned.
8402         (layout_decl): Alignment arg is now unsigned.
8403         Remove unneeded casts.
8404         (layout_record, layout_union, layout_type): Remove unneeded casts.
8405         Local alignment variables now unsigned.
8406         (get_best_mode): Alignment arg now unsigned.
8407         * tree.c (expr_align): New function.
8408         * tree.h (expr_align): Likewise.
8409         (maximum_field_alignment, set_alignment): Now unsigned.
8410         (get_inner_reference): Alignment argument is now pointer to unsigned.
8411         * varasm.c (assemble_variable): Add cast to eliminate warning.
8412
8413 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
8414
8415         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
8416         then store directly into op0.
8417
8418         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
8419         the CALL_INSN, and emit the note immediately after it.
8420
8421 2000-02-10  Nick Clifton  <nickc@cygnus.com>
8422
8423         * config/arm/thumb.md (epilogue): Include a (return) in the
8424         generated insn, and emit it using emit_jump_insn not
8425         emit_insn. 
8426
8427 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
8428
8429         * function.c (assign_temp): Change zero-sized arrays to size 1.
8430         * integrate.c (expand_inline_function): Do not update
8431         stack_alignment_needed
8432         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
8433         add some sanity checking, remove optimization for function with
8434         zero frame size.
8435
8436 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8437
8438         * flow.c (mark_regs_live_at_end): Delete unused variables.
8439
8440         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
8441
8442         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
8443         in macro FRAME_GROWS_DOWNWARD.
8444
8445         * stmt.c (expand_end_bindings): Delete unused variable.
8446
8447         * unroll.c (iteration_info): Mark parameter `loop' with
8448         ATTRIBUTE_UNUSED.
8449
8450 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8451
8452         * fixinc/server.c (load_data): Return NULL if the marker line is
8453         not found.
8454         (run_shell): If load_data returns NULL, retry the command once, in
8455         a new shell.
8456
8457         * configure: Rebuilt.
8458
8459 2000-02-09  Bruce Korb  <bkorb@gnu.org>
8460
8461         * gcc/fixincludes:  ** DELETED **
8462         * gcc/fixcpp:  ** DELETED **
8463         * gcc/fixinc-nt.sed:  ** DELETED **
8464         * gcc/just-fixinc:  ** DELETED **
8465         * gcc/Makefile.in:  Removed out-dated commentary
8466         * gcc/configure.in: Removed fast-fixincludes disablement.
8467         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
8468
8469 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8470         * function.c (thread_prologue_and_epilogue_insns): Uncomment
8471         last change.
8472
8473 2000-02-09  Richard Henderson  <rth@cygnus.com>
8474
8475         * jump.c (delete_insn): Don't delete user labels at -O0.
8476
8477 2000-02-09  Robert Lipe  <robertl@sco.com>
8478
8479         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
8480         Don't link with HOST_LIBS. 
8481
8482 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8483
8484         * configure.in: Correct --help text for --with-dwarf2.
8485         Put tm-dwarf2.h after other tm files, if it's requested.
8486         * configure: Regenerate.
8487         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
8488         defining it.
8489
8490 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8491
8492         * cpplib.h: Provide HASHNODE typedef and forward decl of
8493         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
8494         DEFINITION, struct hashnode, struct macrodef, struct
8495         definition, scan_decls prototype, default defn of
8496         INCLUDE_LEN_FUDGE moved elsewhere.
8497
8498         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
8499         definition, and struct hashnode moved here. Remove the unused
8500         'predefined' field from struct definition.  Replace the 'args'
8501         union with its sole member.  All users updated (cpphash.c).
8502         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
8503         multiple include guard.
8504
8505         * cpphash.c (hashf): Make static; use better algorithm; drop
8506         HASHSIZE parameter; return an unsigned int.
8507         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
8508         used. Calculate HASHSIZE modulus here.
8509         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
8510         here.
8511         (create_definition): Drop PREDEFINITION parameter.
8512         * cpplib.c (do_define): Don't calculate a hash value here.
8513         Don't pass (keyword == NULL) to create_definition.
8514
8515         * scan.h: Prototype scan_decls here.
8516         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
8517         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
8518         callers of cpp_lookup and cpp_install updated.
8519         
8520         * cpphash.c (macarg): Hoist all the flag diddling out of the
8521         function...
8522         (macroexpand): ... and out of the loop that calls macarg.
8523         Skip over the initial paren before macro arguments with
8524         cpp_get_non_space_token; point may be some distance before
8525         that paren.  Abort if it's not there.
8526
8527         * cpplib.c (parse_clear_mark): Delete function.
8528         (parse_set_mark, parse_goto_mark): Make static.
8529         (ACTIVE_MARK_P): New macro.
8530         (skip_block_comment, skip_line_comment): Do not bump the line
8531         if ACTIVE_MARK_P is true.
8532         (cpp_pop_buffer): The buffer to be popped may not have an
8533         active mark.
8534         (cpp_get_token): When looking for the initial paren before
8535         macro arguments, only set a mark in a file buffer, Always
8536         return to that mark before proceeding to call macroexpand or
8537         return a NAME token.
8538
8539         * cpplib.h: Remove prototypes of parse_set_mark,
8540         parse_clear_mark, parse_goto_mark.
8541         (struct cpp_options): Rename 'put_out_comments' to
8542         'discard_comments' and invert its sense.
8543         * cppinit.c, cpphash.c, cpplib.c: All users of
8544         put_out_comments changed to use discard_comments, with
8545         opposite sense.
8546
8547 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8548
8549         * function.c (thread_prologue_and_epilogue_insns): Don't delete
8550         the edge from a block that both jumps and falls through to the
8551         fallthru block.
8552
8553 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
8554
8555         * config/arm/arm.md (movsi): In PIC mode, make sure that a
8556         constant source address is legitimate.
8557
8558 2000-02-09  Philip Blundell  <pb@futuretv.com>
8559
8560         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
8561         correctly.
8562
8563         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
8564         generating PIC.
8565         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
8566
8567 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8568
8569         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
8570         ends with a newline and a NUL.  Don't be so clever manipulating
8571         strings.
8572
8573 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
8574
8575         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
8576         not to BIGGEST_ALIGNMENT.
8577
8578 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
8579
8580         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
8581         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
8582         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
8583         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
8584         * frame.c (execute_cfa_insn): Handle 
8585         DW_CFA_GNU_negative_offset_extended.
8586
8587 2000-02-08  Richard Henderson  <rth@cygnus.com>
8588
8589         * flow.c (tidy_fallthru_edges): Split out from ...
8590         (delete_unreachable_blocks): ... here.
8591         (find_basic_blocks): Use it.
8592
8593 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8594
8595         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
8596
8597 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
8598
8599         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
8600         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
8601         (fix-header.o): Don't depend on cpphash.h.
8602
8603         * scan.c (hashstr): New function. 
8604         * scan.h: Prototype it.
8605         * fix-header.c: Don't include cpphash.h.  Use hashstr.  
8606         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
8607         hashstr.  Report hash table statistics.  Add private     
8608         definition of xrealloc.
8609
8610 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8611
8612         * i386.h (TARGET_SWITCHES): Fix typo in option name.
8613
8614 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
8615
8616         * function.c (thread_prologue_and_epilogue_insns): Don't replace
8617         jumps with returns unless they are jumps to the fallthru block.
8618
8619 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
8620
8621         * i386.md (addqi3_cc): Fix contraints.
8622
8623 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8624
8625         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
8626
8627 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
8628
8629         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
8630         carriage return after a macro name.
8631
8632 2000-02-07  Fred Fish  <fnf@be.com>
8633
8634         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
8635         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
8636
8637 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
8638
8639         * cppfiles.c (deps_output): Count spacers in deps_column.
8640
8641 2000-02-07  Neil Booth  <NeilB@earthling.net>
8642
8643         * cppinit.c (initialize_dependency_output): If there is no
8644         suffix, don't try to look for known suffixes.  Use strrchr.
8645         (cpp_start_read): Remove duplicate initialization.
8646
8647 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
8648
8649         * calls.c (compute_argument_block_size): New argument
8650         preferred_stack_boundary.
8651         (expand_call): update cfun->preferred_stack_boundary, update call of
8652         compute_argument_block_size
8653         (emit_library_call): Increate cfun->preferred_stack_boundary
8654         to PREFERRED_STACK_BOUNDARY
8655         (emit_library_call_value): Likewise.
8656         * explow.c (allocate_dynamic_stack_spave): Likewise.
8657         * function.c (prepare_function_start): Set
8658         cfun->preferred_stack_boundary
8659         * function.h (struct function): Add preferred_stack_boundary field.
8660         * integrate.c (expand_inline_function): Update
8661         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
8662         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
8663         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
8664
8665 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
8666
8667         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
8668         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
8669         cpp_pedwarn, cpp_pedwarn_with_line,
8670         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
8671         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
8672         v_cpp_error_with_line, v_cpp_warning_with_line,
8673         cpp_message_from_errno, cpp_perror_with_name): Delete.
8674
8675         * cpperror.c (cpp_print_containing_files): Take starting
8676         buffer as argument.
8677         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
8678         (v_cpp_message): Now called directly by all entry points.
8679         Remove -1 case.
8680         (cpp_pfatal_with_name, cpp_message): Delete.
8681         (cpp_notice_from_errno, cpp_ice): New functions.
8682         (cpp_notice): Is now for reporting error conditions, just
8683         without an associated file.
8684         (cpp_error, cpp_error_with_line): Don't do anything if
8685         opts->inhibit_errors is on.
8686         (cpp_pedwarn_with_file_and_line): Take column argument also.
8687
8688         * cpplib.h: Update prototypes of exported functions.
8689         (struct cpp_options): Add inhibit_errors.
8690
8691         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
8692         non-error messages.  Include intl.h.
8693
8694         * cppinit.c, cppmain.c: Likewise.  Also, use
8695         cpp_notice_from_errno instead of cpp_perror_with_name or
8696         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
8697
8698         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
8699         report internal errors.
8700
8701         * cpplib.c (do_define): Switch bcopy to memcpy.
8702         Give cpp_pedwarn_with_file_and_line a dummy column argument.
8703
8704         * cpplib.c (copy_rest_of_line): Revert previous change: don't
8705         bail out early if we hit a line comment.
8706
8707 2000-02-06  Richard Henderson  <rth@cygnus.com>
8708
8709         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
8710         * basic-block.h: Declare them.
8711         * emit-rtl.h (active_insn_p): New.
8712         (next_active_insn, prev_active_insn): Use it.
8713         * rtl.h: Declare it.
8714         * function.c (emit_return_into_block): New.
8715         (thread_prologue_and_epilogue_insns): Insert return insns instead
8716         of epilogues when possible.
8717         * jump.c (jump_optimize_1): Remove code to insert a return insn
8718         on the fallthru to the exit block.
8719
8720         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
8721         and for non-empty stack frames.
8722         * i386.md (return): Expand to return-pop as needed.
8723
8724 2000-02-06  Richard Henderson  <rth@cygnus.com>
8725
8726         * simplify-rtx.c (simplify_relational_operation): Canonicalize
8727         constant to op1 for testing.
8728
8729 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8730
8731         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
8732         (fixuns_truncqfqi2): Use it.
8733
8734 2000-02-06  Richard Henderson  <rth@cygnus.com>
8735
8736         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
8737         as a TYPE_LEA insn.
8738
8739         * i386.md (widening and peepholes): Mask the constant instead of
8740         using gen_lowpart.
8741
8742 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
8743
8744         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
8745         input pointer before possibly branching off to the backslash
8746         code.
8747         * cpphash.c (macroexpand): Correctly delete \r escapes when
8748         stringifying parameters.
8749         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
8750         if we can; bail out early if we hit a line comment.
8751         (handle_directive): Treat '# 123' in an .S file just like
8752         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
8753         Return 1 for '# not_a_directive'.
8754         (get_directive_token): Pop macro buffers here, so that
8755         cpp_get_token can't sneakily move past a newline.
8756         Add sanity checks. 
8757         (cpp_get_token): goto randomchar if handle_directive returns 0.
8758
8759         * cppalloc.c: Update copyright.
8760         * cpplib.c: Merge all the static function prototypes into one
8761         block.
8762         * cpplib.h: Remove #if 0 block.
8763
8764         * cpperror.c: Remove #ifdef EMACS block.
8765         * cppmain.c: Likewise.
8766         * cpphash.c: Remove #if 0 blocks.
8767         * cppinit.c: Remove #if 0 blocks, and the -lint option.
8768         * cpplib.c: Remove #if 0 blocks and code referencing
8769         pcp_inside_if or for_lint.  Remove duplicate error message.
8770         Fix error messages for #else after #else or #elif.  Reformat.
8771         Remove archaic TODO list.
8772         * cpplib.h: Remove pcp_inside_if and for_lint flags.
8773
8774 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
8775
8776         * i386/osf1elf.h: Add missing backslash to multiline string.
8777
8778 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8779
8780         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
8781
8782 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8783
8784         * Makefile.in (c-common.o): Depend on $(EXPR_H).
8785
8786         * c-common.c: Include expr.h.
8787
8788         * c-pragma.c (mark_align_stack): Add prototype.
8789
8790         * caller-save.c (add_stored_regs): Likewise.
8791
8792         * combine.c (record_promoted_value): Likewise.
8793
8794         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
8795         Likewise.
8796
8797         * cppinit.c (new_pending_define): Likewise.
8798
8799         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
8800
8801         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
8802         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
8803         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
8804         class_scope_p): Likewise.
8805
8806         * dwarf2out.h (dwarf2out_set_demangle_name_func,
8807         dwarf2out_add_library_unit_info): Likewise.
8808
8809         * ggc.h (ggc_page_print_statistics): Likewise.
8810
8811         * haifa-sched.c (propagate_deps): Likewise.
8812
8813         * reg-stack.c (next_flags_user, record_label_references): Likewise.
8814
8815         * rtl.h (set_stack_check_libfunc): Likewise.
8816
8817         * toplev.h (set_fatal_function): Likewise.
8818
8819         * toplev.c (set_fatal_function): Delete prototype.
8820         
8821         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
8822         
8823 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
8824
8825         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
8826         (FUNC_END): Likewise.
8827
8828 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8829
8830         * caller-save.c: Include tm_p.h.
8831
8832 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8833
8834         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
8835
8836 2000-02-04  Neil Booth  <NeilB@earthling.net>
8837
8838         * cccp.c (main): Check 'dir' for a NULL pointer before passing
8839         it to strcmp.
8840
8841 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
8842
8843         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
8844         * genflags.c: Use the max_operand_1 logic from genemit.c to
8845         calculate how many arguments gen_insn prototypes have.  Remove
8846         NO_MD_PROTOTYPES ifdefs from the generated file.
8847         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
8848         file.  Cast gen_insn initializers to insn_gen_fn.
8849         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
8850         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
8851
8852 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8853
8854         * fixinc/Makefile.in (HDR): Add machname.h.
8855         (clean): Likewise.
8856
8857 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8858
8859         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
8860         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
8861         (c4x_cpu_version): Ditto.
8862         * config/c4x/c4x-protos.h: ... here.
8863
8864 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
8865
8866         * dwarf2out.c (add_abstract_origin_attribute): Don't call
8867         gen_abstract_function on our context if we're a nested function.
8868
8869 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8870
8871         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
8872         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
8873
8874 2000-02-04  Bruce Korb  <bkorb@gnu.org>
8875
8876         * fixinc/genfixes(machname.h):
8877         Move the functionality from gen-machine.h into this file.
8878         UNdef MN_NAME_PAT if there are no names to change.
8879         Also, be a little kinder when AutoGen is not present.
8880
8881         * fixinc/Makefile.in(machname.h):
8882         Change the generation rule to use genfixes.
8883
8884         * fixinc/fixfixes.c(machine_name):
8885         machine_name_fix's functionality now dependent upon whether
8886         MN_NAME_PAT is defined.
8887
8888         * fixinc/fixtests.c(machine_name):
8889         ditto.
8890
8891         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
8892         of MN_NAME_PAT.
8893
8894         * fixinc/fixlib.h(mn_get_regexps):
8895         ditto
8896
8897         * fixinc/gen-machine.h: DELETED
8898
8899 2000-02-04  Jan Hubicka  <jh@suse.cz>
8900             Richard Henderson  <rth@cygnus.com>
8901
8902         * i386.c (SAVE_REGS_FIRST): Remove.
8903         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
8904         (ix86_compute_frame_size): Likewise.
8905         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
8906         (ix86_emit_restore_regs): Remove.
8907         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
8908         when a frame pointer is in use.
8909         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
8910         instead of pop to restore a register when profitable; emit leave
8911         when profitable.
8912         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
8913         as a TYPE_LEA insn.
8914         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
8915         * i386.md (prologue_allocate_stack): Remove.
8916         (epilogue_deallocate_stack): Remove.
8917         (pro_epilogue_adjust_stack): New.
8918
8919 2000-02-04  Richard Henderson  <rth@cygnus.com>
8920
8921         * function.c (diddle_return_value): Rework to use a callback function.
8922         Use current_function_return_rtx if it's been set up.
8923         (do_clobber_return_reg, clobber_return_register): New.
8924         (do_use_return_reg, use_return_register): New.
8925         (expand_function_end): Use them.
8926         * stmt.c (expand_null_return): Likewise.
8927         * function.h: Declare them.
8928         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
8929         (mark_reg): Change arguments as appropriate for callback.
8930         * integrate.c (expand_inline_function): Revert 19 Jan change.
8931
8932 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8933
8934         * tm.texi (Values in Registers): Fix typo: "fo" "for".
8935         (Misc): Say the scheduler, not the Haifa scheduler.
8936
8937 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
8938
8939         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
8940         when in_mem is set.  Update all callers.
8941
8942 2000-02-04  Richard Henderson  <rth@cygnus.com>
8943
8944         * i386/openbsd.h (INT_ASM_OP): Define.
8945
8946 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8947
8948         * tm.texi: Fix various typos.
8949
8950 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
8951
8952         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
8953         (MD_STARTFILE_PREFIX_1): New macro.
8954
8955 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
8956
8957         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
8958         destination when needed.
8959         (strmovsi, strsetsi): New expander.
8960         (strmovsi_1, strsetsi_1): New pattern.
8961         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
8962         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
8963         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
8964         * invoke.texi (align-stringops, inline-all-stringops): Document.
8965
8966 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
8967
8968         * i386/netbsd.h (INT_ASM_OP): Define.
8969
8970 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
8971
8972         * cpplib.h (cpp_reader): Add new flag, no_directives.
8973         * cpphash.c (macarg): Set it.
8974         * cpplib.c (handle_directive): If no_directives is on and we
8975         find a directive, issue an error and discard the line.
8976
8977 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
8978
8979         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
8980         FP constants.  Add ! TARGET_FPU check for FP constants.
8981
8982 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
8983         
8984         * flow.c (find_basic_blocks): Don't kill label_value_list
8985         here.
8986         (cleanup_cfg): Kill it here.
8987
8988 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8989
8990         * expr.c (store_field): Ensure ALIGN is no stricter than the
8991         alignment of EXP.
8992
8993 2000-02-02  Richard Henderson  <rth@cygnus.com>
8994
8995         * jump.c (delete_insn): Partially revert 19 Jan change; 
8996         don't convert unused code labels to notes at -O0.
8997
8998 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8999
9000         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
9001         split_all_insns to recreate REG_LABEL notes for flow2 pass.
9002
9003 2000-02-01  Richard Henderson  <rth@cygnus.com>
9004
9005         * i386.c (general_no_elim_operand): New.
9006         (nonmemory_no_elim_operand): New.
9007         (ix86_expand_move): Copy eliminable operands before a push.
9008         * i386-protos.h: Declare new functions.
9009         * i386.h (CAN_ELIMINATE): Simplify.
9010         (PREDICATE_CODES): Update.
9011         * i386.md (push insns): Don't allow eliminable register operands.
9012
9013 2000-02-01  Richard Henderson  <rth@cygnus.com>
9014
9015         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
9016         replace BLKmode with DECL_RTL's mode.
9017
9018 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
9019
9020         * frame.c (find_fde): Convert for loop to do-while so compiler
9021         sees it's always executed at least once.
9022         * libgcc2.c (BBINBUFSIZE): Kill.
9023         (__bb_init_prg): Use fgets.
9024         (__bb_exit_trace_func): Don't paste strings.
9025         * unroll.c (unroll_loop): Initialize unroll_type, not
9026         unroll_number, and tweak logic to match.
9027
9028         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
9029         all failure paths.
9030         (ix86_flags_dependant): Likewise.  Disentangle control flow.
9031         (ix86_sched_reorder): Break guts out to
9032         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
9033         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
9034         any possible use.
9035
9036         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
9037         use string concatenation.  Don't save and restore esi.
9038
9039         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
9040         (machname.h): Remove script to separate file.  Use two-step
9041         sequence so target is not created if script fails.
9042         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
9043         identifiers are defined.
9044         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
9045         an empty string, machine_name doesn't need to do anything at
9046         all.
9047         (is_cxx_header): Add more cases to regexp.
9048         * fixinc/fixlib.h: Update prototype.
9049         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
9050         mn_get_regexps.
9051         * fixinc/fixincl.c: Define NO_BOGOSITY.
9052
9053         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
9054         (hp_sysfile): Add missing comma.
9055         (math_exception): Put the wrapper ifdefs at the beginning and
9056         the end of the file.
9057         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
9058
9059 2000-02-01  Richard Henderson  <rth@cygnus.com>
9060
9061         * sparc.c (fp_zero_operand): Turn into a normal predicate.
9062         Use CONST0_RTX.  Update all callers.
9063         * sparc.h, sparc-protos.h: Update accordingly.
9064         * sparc.md (fp mov insns): Use fp_zero_operand directly
9065         where applicable.
9066
9067 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9068
9069         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
9070         example.
9071
9072 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9073
9074         * Makefile.in (specs.ready): New target.
9075         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
9076
9077 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9078
9079         * fixinc.irix: Use unique filenames for writing into /tmp,
9080         * fixinc.ptx: Likewise.
9081         * fixinc.sco: Likewise.
9082         * fixinc.svr4: Likewise.
9083         * fixinc.winnt: Likewise.
9084
9085 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9086
9087         * tsystem.h: New file.
9088
9089         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
9090         s-crtS): Depend on tsystem.h.
9091
9092         * crtstuff.c: Include tsystem.h.
9093         * frame.c: Likewise.
9094         * libgcc2.c: Likewise.
9095
9096 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
9097
9098         * builtins.c (expand_builtin_memset): Expand for variable sized
9099         lengths too.
9100
9101 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au> 
9102
9103         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
9104         on ABI.
9105
9106 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9107
9108         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
9109
9110         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
9111
9112 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
9113
9114         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
9115         case 3->2 combining (combining with splitting) in which 2 is CC0
9116         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are 
9117         checked at the begining of the function with the aid of calling 
9118         function 'can_combine_p'. 
9119
9120 2000-01-31  Dave Brolley  <brolley@redhat.com>
9121
9122         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
9123
9124 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
9125
9126         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
9127         new label.
9128
9129 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9130
9131         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
9132         
9133         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
9134         PROTO -> PARAMS.
9135
9136 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
9137
9138         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
9139         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
9140         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
9141         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
9142         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
9143         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
9144         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
9145         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
9146         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
9147         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
9148         
9149         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
9150         Add %(cpp_cpu) to CPP_SPEC.
9151
9152         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
9153         Add %(cc1_cpu) to CC1_SPEC.
9154
9155 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
9156
9157         * c-decl.c (c_decode_option): Accept optional numeric argument to
9158         -Wformat and set warn_format.
9159         * c-common.c: Don't emit warning about non-constant printf format
9160         string unless warn_format > 1.
9161
9162 2000-01-30  Richard Henderson  <rth@cygnus.com>
9163
9164         * alpha.md (return_internal): Allow after reload only.
9165
9166 2000-01-30  Richard Henderson  <rth@cygnus.com>
9167
9168         * i386.c (ix86_compute_frame_size): Omit padding1 if the
9169         local frame size is zero.
9170
9171 2000-01-30  Richard Henderson  <rth@cygnus.com>
9172
9173         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
9174         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
9175         * alpha.md (return): Turn into an expander.
9176         (return_internal): Don't use $26.
9177         (epilogue): Emit the return insn.
9178
9179 2000-01-30  Richard Henderson  <rth@cygnus.com>
9180
9181         * alpha.md (negtf2, abstf2): Fix word order thinko.
9182         (extendsftf2): New.
9183         (trunctfsf2): Avoid intermediate rounding errors.
9184
9185 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
9186
9187         * cppfiles.c (find_position): Drop 'colp' argument, return the
9188         new line base.
9189         (read_and_prescan): Adjust to match.  Don't ever manipulate
9190         line or line_base except via find_position.
9191
9192 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
9193
9194         * c-parse.in: Apply Ulrich's changes from c-parse.y.
9195         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
9196         Regenerate.
9197
9198 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
9199
9200         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
9201         just print "<command line>".  If 'filename' is null or an
9202         empty string, print "<stdin>" for the filename.
9203         * cpplib.c (do_define): Don't print the 'location of the
9204         previous definition' message if we're still parsing the
9205         command line.
9206         (cpp_pedwarn_with_file_and_line): Always call
9207         cpp_file_line_for_message.
9208
9209 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
9210
9211         * flow.c (mark_regs_live_at_end): Fix typo.
9212
9213 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
9214
9215         * c-common.c: Adjust variable names, comments, help strings to c99.
9216         * c-lex.c: Likewise.
9217         * c-parse.y: Likewise.
9218         * c-tree.h: Likewise.
9219         * cccp.c: Likewise.
9220         * cpplib.h: Likewise.
9221         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
9222         * cppinit.c: Likewise.
9223
9224 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9225
9226         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
9227         * c4x.c: Define the optab rtx values.
9228         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
9229         (c4x_emit_libcall): Use new optab rtx values.
9230         (c4x_emit_libcall3): Likewise.
9231         (c4x_emit_libcall_mulhi): Likewise.
9232         * c4x-protos.h: Add prototypes for optab rtx values and change
9233         prototypes for above c4x_emit_libcall functions.
9234
9235 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9236
9237         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
9238         syntax is used.
9239         (c4x_function_prologue): Use regnames intead of float_reg_names when
9240         TI syntax is used.
9241         (c4x_function_epilogue): Likewise.
9242         (c4x_print_operand): Likewise.
9243         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
9244         * c4x.md (set_high): Disable for TARGET_TI.
9245
9246 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9247
9248         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
9249         of framepointer + constant to ADDR_REGS class.
9250         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
9251         * c4x.c (std_or_reg_operand): New function.
9252         * c4x-protos.h (std_or_reg_operand): Prototype it.
9253
9254 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9255
9256         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
9257                 object names as libgcc2.c.
9258         * libgcc.S: Use newly defined names.
9259
9260 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
9261         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
9262         function.
9263         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
9264         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
9265         (FLOW_LOOP_LAST_BLOCK): Likewise.
9266
9267 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9268
9269         * basic-block.h (struct loop): New fields 'first' and 'last'.
9270         * flow.c (flow_loops_find): Compute loop->first and loop->last.
9271         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
9272         and loop->last to check for NOTE_INSN_LOOP_END.
9273
9274 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
9275
9276         * predict.c (estimate_probability): Use the new FIRST and LAST fields
9277         of the loop descriptor rather than HEADER and LATCH. Also added
9278         missing break statements as well making some coding style modifications
9279         as suggested by Michael Hayes.
9280
9281 2000-01-28  Richard Henderson  <rth@cygnus.com>
9282
9283         * flow.c (find_basic_blocks): Remove do_cleanup argument.
9284         Break out that code ...
9285         (cleanup_cfg): ... here.
9286         (commit_one_edge_insertion): Detect a return instruction being
9287         emitted to an edge.  Emit a barrier following; clear fallthru.
9288         (commit_edge_insertions): Verify CFG consistency.
9289         * function.c (expand_function_start): Kill unused variable.
9290         (expand_function_end): Likewise.
9291         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
9292         to insert the epilogue.
9293
9294         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
9295         (delete_null_pointer_checks): Likewise.
9296         * output.h: Likewise.
9297         * reg-stack.c (reg_to_stack): Likewise.
9298         * toplev.c (rest_of_compilation): Likewise.  Run
9299         thread_prologue_and_epilogue_insns after rebuilding the CFG.
9300
9301 2000-01-28  Richard Henderson  <rth@cygnus.com>
9302
9303         * Makefile.in (flow.o): Revert 24 Jan change.
9304         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
9305         FUNCTION_VALUE result to DECL_RESULT's mode.
9306
9307         * haifa-sched.c (schedule_insns): Don't recompute reg info
9308         after reload.
9309
9310 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
9311
9312         * configure.in: Make --enable-cpplib the default.
9313         * configure: Regenerate.
9314         * gcc.dg/990119-1.c: No longer expected to fail.
9315
9316 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
9317
9318         * jump.c (jump_optimize_1): Delete an optimization that is also done
9319         by merge_blocks in flow.
9320
9321 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9322
9323         * diagnostic.c (build_message_string, output_printf,
9324         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
9325         (build_location_prefix): Fix non-literal format string.
9326
9327 2000-01-27  Richard Henderson  <rth@cygnus.com>
9328
9329         * alpha.md (trunctfsf2): New.
9330
9331 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
9332
9333         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
9334
9335 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
9336
9337         * cppinit.c (cpp_handle_option): Recognize C++ comments under
9338         -std=gnu89.
9339         * cpplib.c (skip_block_comment, skip_line_comment): Split code
9340         out of...
9341         (skip_comment) ... here.  Permit C++ comments in system
9342         headers always.  Warn about C++ comments in user code under
9343         -std=gnu89 -pedantic.
9344         (copy_comment): Use skip_comment.
9345         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
9346         return EOF.
9347         (consider_directive_while_skipping, do_else, do_endif): Call
9348         validate_else unconditionally.
9349         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
9350         text after the conditional in a system header.
9351         * cpplib.h (struct cpp_buffer): Add flag
9352         warned_cplusplus_comments.
9353
9354 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
9355
9356         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
9357         Use unshare_all_rtl_1.
9358         (unshare_all_rtl_again): New function.
9359         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
9360
9361         * function.c (purge_addressof_1): Use unshare_all_rtl_again
9362         rather than resetting the 'used' flags ourself.
9363
9364         * toplev.c (rest_of_compilation): Add current_function_decl
9365         to the unshare_all_rtl call.
9366         * tree.h: Prototype unshare_all_rtl.
9367         * rtl.h: Prototype unshare_all_rtl_again here.
9368
9369 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
9370
9371         * genoutput.c (output_prologue): Include ggc.h in generated
9372         files.
9373         * Makefile.in (insn-output.o): Depends on ggc.h.
9374
9375 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
9376             Hans-Peter Nilsson  <hp@bitrange.com>
9377
9378         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
9379         Remove redundant include of xm-ns32k.h.
9380         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
9381         Remove redundant include of xm-ns32k.h.
9382         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
9383         Remove redundant include of xm-ns32k.h.
9384         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
9385
9386         * ns32k/ns32k.h: Update comment on multiply-add instructions.
9387         (TARGET_SWITCHES): Add documentation strings.
9388         (DWARF_FRAME_REGNUM): Override default definition.
9389         (REG_CLASS_CONTENTS): Add comments.
9390         (SUBSET_P): Format to reduce line length.
9391         (SMALL_REGISTER_CLASSES): Make a run time option.
9392         (GO_IF_NONINDEXED_ADDRESS): Reformat.
9393         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
9394         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
9395         (regclass_map): fix typo in comment.
9396         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
9397         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
9398         (trace, reg_or_mem_operand): Delete, unused function.
9399         (calc_address_cost): Small offsets are cheaper than large ones.
9400         (expand_block_move): Generate more efficient code when bytes is a
9401         known at compile time.
9402         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
9403         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
9404         instead of reg_or_mem_operand.
9405
9406         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
9407         not general_operand.  Similarly use "=rm" or stricter, not "=g".
9408         For input operands, use stricter constraints than "g" if not
9409         general_operand.  Similarly use stricter predicate than
9410         "general_operand" when stricter constraints than "g" are present,
9411         except for matching constraints.
9412         (movstrsi): Use "memory_operand" for operands 0 and 1.
9413         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
9414         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
9415         not reg_or_mem_operand.
9416         (udivmoddisi4): Ditto.
9417         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
9418         Use nonimmediate_operand for operand 3, not register_operand.
9419         (udivmoddiqi4_internal): Use register_operand for operand 1, not
9420         reg_or_mem_operand.
9421
9422 2000-01-27  Fred Fish  <fnf@be.com>
9423
9424         * gthr-posix.h: Fix typo; compatibily -> compatibility.
9425         * gthr-single.h: Likewise.
9426         * gthr-solaris.h: Likewise.
9427         * gthr-vxworks.h: Likewise.
9428         * gthr-win32.h: Likewise.
9429         * gthr.h: Likewise.
9430
9431 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
9432
9433         * cppinit.c: Add " (cpplib)" to end of string printed by
9434         -v / --version.
9435
9436 2000-01-27  Richard Henderson  <rth@cygnus.com>
9437
9438         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
9439         testing for a signed comparison.
9440         (alpha_emit_floatuns): New.
9441         * alpha-protos.h: Declare it.
9442         * alpha.md (floatunsdisf2, floatunsdidf2): New.
9443         (extendsfdf2): Tidy.
9444
9445 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
9446
9447         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
9448         no -g option specifying debugging format, default to -gstabs+.
9449
9450 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
9451
9452         * calls.c (special_function_p): New argument fork_or_exec.
9453         (expand_call): When profile_arc_flag is set and the function
9454         is in the fork_or_exec group, call __bb_fork_func first.
9455         * libgcc2.c, _bb module (__bb_fork_func): New function.
9456         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
9457         output file.
9458         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
9459         * tree.h (special_function_p): Update prototype.
9460
9461 2000-01-26  Richard Henderson  <rth@cygnus.com>
9462
9463         * alpha.c (alpha_split_tfmode_pair): New.
9464         * alpha-protos.h: Declare it.
9465         * alpha.md (abstf2, negtf2): New.
9466         (movtf insn): Add input G constraint.
9467         (movtf splitter): Use alpha_split_tfmode_pair.
9468
9469 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9470
9471         * i386/cygwin.h: PROTO -> PARAMS.
9472
9473 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
9474
9475         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
9476         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
9477         using _Qp_cmp/_Q_cmp and testing the return value.
9478         (print_operand): Call reverse_condition_maybe_unordered if
9479         we are handling CCFPmode or CCFPEmode.
9480         Handle ORDERED, UN* and LTGT comparisons.
9481         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
9482         if not TARGET_HARD_QUAD.
9483         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
9484         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
9485         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
9486         Adjust gen_b* calls so that they reflect return comparison of
9487         sparc_emit_float_lib_cmp.
9488
9489 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9490
9491         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
9492         incoming operands array is large enough for one more operand.
9493         (alpha_emit_xfloating_arith): Likewise.
9494
9495 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9496
9497         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
9498         file with one line and no trailing newline.
9499         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
9500         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
9501         checking if the match is on the line.
9502         * fixinc/gnu-regex.c: Provide regerror not __regerror.
9503
9504 2000-01-25  Richard Henderson  <rth@cygnus.com>
9505
9506         * sparc.c (output_cbranch): Fix accidental squashing of the
9507         fp branch pre-delay nop.
9508
9509 2000-01-25  Richard Henderson  <rth@cygnus.com>
9510
9511         * tree.def (UNNE_EXPR): Remove.
9512         * c-typeck.c (build_binary_op): Don't handle it.
9513         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
9514
9515         * rtl.def (UNNE): Remove.
9516         (LTGT): Add.
9517         * jump.c (reverse_condition): Update accordingly.
9518         (swap_condition): Likewise.
9519         (comparison_dominates_p): Handle unordered comparisons.
9520         (reverse_condition_maybe_unordered): New.
9521         * rtl.h (reverse_condition_maybe_unordered): Declare.
9522
9523         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
9524         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
9525         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
9526         * sparc.md (bltgt): New.
9527
9528 2000-01-25  Nick Clifton  <nickc@redhat.com>
9529
9530         * emit-rtl.c (emit_insn): Only check machine class insns for
9531         improper emission of a RETURN.
9532
9533 2000-01-25  Richard Henderson  <rth@cygnus.com>
9534
9535         * Makefile.in (flow.o): Depend on $(EXPR_H).
9536         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
9537         duplicate the structure of diddle_return_value for keeping regs live.
9538
9539 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9540
9541         * loop.c (current_loop_info): Delete.
9542         (consec_sets_invariant_p): Add loop argument, update callers.
9543         (get_condition_for_loop): Likewise.
9544         (count_nonfixed_reads, update_giv_derive): Likewise.
9545         (simplify_giv_expr, general_induction_var): Likewise.
9546         (consec_sets_giv, recombine_givs): Likewise.
9547         (move_movables): Delete loop_start and loop_end arguments,
9548         add loop argument, and update callers.
9549         (find_mem_givs, check_final_value): Likewise.
9550         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
9551         (loop_invariant_p): Rename from invariant_p, add loop argument, and
9552         update callers.
9553         (basic_induction_var): Add loop argument, delete loop_level argument,
9554         and update callers.
9555         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
9556         add loop argument, and update callers.
9557         (find_splittable_regs, find_splittable_givs): Likewise.
9558         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
9559         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
9560         (biv_total_increment): Delete loop_start and loop_end arguments;
9561         update callers.
9562         (precondition_loop_p): Delete loop_start and loop_info arguments;
9563         update callers.
9564         * loop.h (get_condition_for_loop): Add loop argument.
9565         (biv_total_increment): Delete loop_start and loop_end arguments.
9566         (precondition_loop_p): Delete loop_start and loop_info arguments;
9567         add loop argument.
9568         (final_biv_value): Delete loop_start and loop_end arguments;
9569         add loop argument.
9570         (final_giv_value, back_branch_in_range_p): Likewise.
9571
9572 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
9573
9574         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
9575
9576 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
9577
9578         * Makefile.in (c-gperf.h) : Change the "See" pointer to
9579         point to the new "generated_files" doc.
9580
9581 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
9582
9583         * config/fp-bit.c (_unord_f2): Fix typo.
9584
9585 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9586
9587         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
9588         c-typeck.c, objc/objc-act.c: Remove all references to obstack
9589         functions obsoleted by GC, such as push_obstacks_nochange,
9590         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
9591         and code which existed only to decide whether or not to call
9592         them.  Remove now-unused NESTED argument from start_function;
9593         all callers changed.  Do not change behavior based on ggc_p.
9594         The use of the ixp_obstack in c-iterate.c and the util_obstack
9595         in objc/objc-act.c remain; these are not obsoleted by garbage
9596         collection.
9597         * c-tree.h: Update prototype for start_function.
9598
9599         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
9600
9601 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
9602
9603         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
9604         mips16.
9605
9606 2000-01-25  Richard Henderson  <rth@cygnus.com>
9607
9608         * sparc-protos.h (select_cc_mode): Declare.
9609         * sparc.c (select_cc_mode): New.  Handle unordered compares.
9610         (output_cbranch): Always reverse via code change.  Handle
9611         unordered compares.  Factor tests and string updates.
9612         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
9613         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
9614         * sparc.md (bunordered, bordered): New.
9615         (bungt, bunlt, buneq, bunge, bunle): New.
9616
9617 2000-01-25  Richard Henderson  <rth@cygnus.com>
9618
9619         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
9620         * ggc-common.c (ggc_add_rtx_varray_root): New.
9621         (ggc_mark_rtx_varray): New.
9622         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
9623         functions down below ggc_mark_foo.
9624         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
9625
9626 2000-01-25  Richard Henderson  <rth@cygnus.com>
9627
9628         * alpha.c (secondary_reload_class): Don't allocate a secondary
9629         for integral mode memories into FLOAT_REGS.  Rearrange the more
9630         complicated memory expression inward.
9631
9632 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9633
9634         * inclhack.def: Fixes to play nicer with FreeBSD, and
9635         corrections to comments.
9636         (cxx_unready): Add select expression.
9637         (irix_sockaddr): Add bypass expression.
9638         (machine_ansi_h_va_list): New fix.
9639         (stdio_va_list): No need to edit _BSD_VA_LIST_.
9640         Split out addition of "#include <stdarg.h>" to...
9641         (stdio_stdarg_h): ... here.
9642         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
9643         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
9644         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
9645         size_t.
9646         (ultrix_ifdef): Tighten up select expression.
9647
9648         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
9649         re_ct and max_mach to avoid use of shell.  Make printed names
9650         match names in inclhack.def.  Use static copyright date.
9651         Don't count c_test and test expressions as requiring regex_t
9652         slots.  Add some commentary.
9653         * inclhack.tpl: Do not include the 'This script contains N
9654         fixup scripts' line if PROGRAM is defined.  Use static
9655         copyright date.
9656
9657 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
9658
9659         * dwarf2out.c: include "varray.h", not dyn-string.h.
9660         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
9661         (addr_const_to_string, addr_to_string): Lose.
9662         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
9663         (struct dw_val_struct): val_addr is now an rtx.
9664         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
9665         (used_rtx_varray): New varray.
9666         (dwarf2out_init): Initialize it.
9667         (save_rtx): New fn.
9668         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
9669         addr_to_string.
9670         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
9671         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
9672         * Makefile.in (dwarf2out.o): Update dependencies.
9673
9674 2000-01-24  Richard Henderson  <rth@cygnus.com>
9675
9676         * i386.c (i386_dwarf_output_addr_const): New.
9677         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
9678
9679         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
9680         if defined.
9681         * dwarfout.c (output_mem_loc_descriptor): Likewise.
9682         * i386.c (i386_simplify_dwarf_addr): New.
9683         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
9684
9685 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
9686
9687         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
9688         TYPE_STUB_DECL is NULL.
9689
9690 2000-01-24  Richard Henderson  <rth@cygnus.com>
9691
9692         * builtins.c (expand_tree_builtin): Move ...
9693         * c-common.c (expand_tree_builtin): ... here.
9694
9695 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9696
9697         * loop.h (LOOP_INFO): New accessor macro.
9698         * basic-block.h (struct loop): Rename field `info' to `aux'.
9699         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
9700         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
9701         * unroll.c (loop_iterations, unroll_loop): Likewise.
9702
9703 2000-01-24  Christopher Faylor <cgf@cygnus.com>
9704
9705         * config/i386/t-cygwin: Accomodate new winsup directory layout
9706         when searching for include files.
9707
9708 2000-01-24  Richard Henderson  <rth@cygnus.com>
9709
9710         * rtl.def: Add unordered fp comparisions.
9711         * tree.def: Likewise.
9712         * tree.h: Add ISO C 9x unordered fp comparision builtins.
9713
9714         * builtins.c (expand_tree_builtin): New function.
9715         * c-typeck.c (build_function_call): Use it.
9716         (build_binary_op): Support unordered compares.
9717         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
9718
9719         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
9720         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
9721         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
9722         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
9723         * jump.c (reverse_condition): Don't abort for UNLE etc, but
9724         return UNKNOWN.
9725         (swap_condition): Handle unordered compares.
9726         (thread_jumps): Check can_reverse before reversing.
9727         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
9728         reversed for FP.
9729
9730         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
9731         setcc is present before acking for cmp_optab.  Update all callers.
9732         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
9733         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
9734         * expr.c (expand_expr): Likewise.  Support unordered compares.
9735         (do_jump, do_store_flag): Likewise.
9736         * expr.h (enum libfunc_index): Add unordered compares.
9737
9738         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
9739         (DPBIT_FUNCS): Add _unord_df.
9740         * config/fp-bit.c (_unord_f2): New.
9741         * fp-test.c (main): Try unordered compare builtins.
9742
9743         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
9744         * alpha.c (alpha_comparison_operator): Check mode properly.
9745         (alpha_swapped_comparison_operator): Likewise.
9746         (signed_comparison_operator): Likewise.
9747         (alpha_fp_comparison_operator): New.
9748         (alpha_emit_conditional_branch): Handle unordered compares.
9749         * alpha.h (PREDICATE_CODES): Update.
9750         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
9751         (bunordered, bordered): New.
9752
9753 2000-01-24  Richard Henderson  <rth@cygnus.com>
9754
9755         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
9756         * alpha.md (movtf): New expander, insn, and splitter.
9757
9758 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
9759
9760         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
9761         dead registers.
9762
9763 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
9764
9765         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
9766         (FIXED_REGISTERS, CALL_USED_REGISTERS,
9767          REG_ALLOC_ORDER): Add frame pointer
9768         (FRAME_POINTER_REGNUM): Set to 20
9769         (HARD_FRAME_POINTER_REGNUM): New macro.
9770         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
9771         to HARD_FRAME_POINTER.
9772         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
9773         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
9774         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
9775         (HI_REGISTER_NAMES): Add "frame".
9776         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
9777         (debug_reg): Handle FRAME_POINTER_REGNUM.
9778         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
9779         GENERAL_REGS and INDEX_REGS.
9780         * i386.c (SAVED_REGS_FIRST): new macro.
9781         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
9782         (ix86_decompose_address, memory_address_length): Likewise.
9783         (regclass_map): Add frame pointer.
9784         (call_insn_operand): Handle frame_pointer_rtx.
9785         (reg_no_sp_operand): Likewise.
9786         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
9787         (print_operand, legitimize_pic_address): Fix formating.
9788         (ix86_compute_frame_size): Make static, update prototype, new
9789         parameters padding1, padding2, use ix86_nsaved_regs, use
9790         stack_alignment_needed.
9791         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
9792         to HARD_FRAME_POINTER_REGNUM conversions.
9793         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
9794         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
9795         (print_reg): Abort on FRAME_POINTER_REGNUM
9796
9797 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
9798
9799         * i386.h (PREDICATE_CODES): Add aligned_operand.
9800         * i386.c (aligned_operand): New function.
9801         (ix86_aligned_p): Kill.
9802         * i386.md (movhi_1): Emit mov for aligned operands.
9803         (promoting peep2s): Use aligned_operand.
9804
9805 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
9806
9807         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
9808         expression to allow underscores in macro names.
9809         (fix_char_macro_defines): Increment scanning pointer.
9810
9811 2000-01-23  Richard Henderson  <rth@cygnus.com>
9812
9813         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
9814         * alpha/osf5.h: New file.
9815         * configure.in (alpha-*-osf5): Add it to tm_file.
9816
9817         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
9818
9819         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
9820         (alpha_emit_xfloating_cvt, function_arg): Declare.
9821         * alpha.c (alpha_emit_conditional_branch): Call
9822         alpha_emit_xfloating_compare for TFmode compares.
9823         (alpha_lookup_xfloating_lib_func): New.
9824         (alpha_compute_xfloating_mode_arg): New.
9825         (alpha_emit_xfloating_libcall): New.
9826         (alpha_emit_xfloating_arith): New.
9827         (alpha_emit_xfloating_compare): New.
9828         (alpha_emit_xfloating_cvt): New.
9829         (print_operand): Add default abort case.
9830         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
9831         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
9832         (BIGGEST_ALIGNMENT): Increase to 128 bits.
9833         (RETURN_IN_MEMORY): True for TF/TCmode.
9834         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
9835         (FUNCTION_ARG): Move to function_arg.
9836         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
9837         (ASM_OUTPUT_LONG_DOUBLE): New.
9838         (ASM_OUTPUT_DOUBLE): Always output bits.
9839         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
9840         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
9841         (extenddftf2, trunctfdf2): New.
9842
9843 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9844
9845         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
9846         * config/sparc/sol2.h: ... here.
9847
9848 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9849
9850         * basic-block.h (struct loops): New field `levels'.
9851         * flow.c (flow_loops_level_compute): Traverse all outer loops.
9852         (flow_loop_level_compute): Initialise level to 1.
9853         (flow_loops_find): Set loops->levels.
9854         (flow_loops_dump): Print loops->levels.
9855
9856 2000-01-23  Richard Henderson  <rth@cygnus.com>
9857
9858         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
9859         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
9860
9861 2000-01-23  Richard Henderson  <rth@cygnus.com>
9862
9863         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
9864         * i386.h (DBX_REGISTER_NUMBER): Use them.
9865         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
9866         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
9867         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
9868         * i386/sequent.h: Kill incorrect comment.
9869
9870 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
9871
9872         * ggc-page.c (struct page_entry): Make `context_depth' an
9873         `unsigned short'.
9874         (struct globals): Likewise.
9875
9876 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
9877
9878         * loop.c (check_dbra_loop): When checking a loop for
9879         reversability, check the source of any stores to ensure
9880         they don't depend on an initial value.
9881
9882 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9883
9884         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
9885
9886 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
9887
9888         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
9889         'pz_scan' into scope of entire function.  Only affects
9890         compiles with -DDEBUG.
9891
9892 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
9893
9894         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
9895         section naming to that prior to 2000-01-07 patch.
9896         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
9897         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
9898         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
9899         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
9900         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
9901
9902 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
9903
9904         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
9905         constant.
9906
9907 2000-01-21  Jim Wilson  <wilson@cygnus.com>
9908
9909         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
9910         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
9911
9912 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
9913
9914         * cpphash.c (change_newlines): Delete function.
9915         (struct argdata): Delete 'newlines' and 'use_count' fields.
9916         (macroexpand): Remove code referencing those fields.
9917
9918 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9919
9920         * loop.c (loops_info): New variable.
9921         (loop_optimize): Allocate loops->array and free it on exit.
9922         Allocate memory for loops_info and assign to each loop,
9923         replacing alloca.
9924         (find_and_verify_loops): Do not allocate loops->array.
9925
9926 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
9927
9928         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
9929
9930 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
9931
9932         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
9933         pseudos if expanded after first flow.
9934         (movdi_pic_label_ref): Likewise.
9935
9936 2000-01-20  Richard Henderson  <rth@cygnus.com>
9937
9938         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
9939
9940 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
9941
9942         * Makefile.in (fixinc.sh): Depend on specs.
9943         * fixinc/Makefile.in: Add rule to create machname.h.
9944         (fixlib.o): Depend on machname.h.
9945         * fixinc/fixtests.c (machine_name): New test.
9946         * fixinc/fixfixes.c (machine_name): New fix.
9947         * fixinc/fixlib.c (mn_get_regexps): New helper function for
9948         the machine_name test and fix.
9949         * fixinc/fixlib.h: Prototype it.
9950         * fixinc/inclhack.def (machine_name): Use the C test and fix.
9951         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
9952
9953         * gcc.c (do_spec_1) [case P]: Take care not to create
9954         identifiers with three leading or trailing underscores.
9955
9956         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
9957         (fixincl): Don't specify libraries twice on link line.
9958         (gnu-regex.o): Remove special rule.
9959         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
9960         defined by config.h.  Do not define _REGEX_RE_COMP.
9961         (regcomp): Allocate and initialize a fastmap.
9962         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
9963
9964 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
9965
9966         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
9967
9968 2000-01-19  Richard Henderson  <rth@cygnus.com>
9969
9970         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
9971         arguments with BB.  Update all callers.  Tidy line wrapping.
9972
9973 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
9974
9975         * emit-rtl.c (try_split): Return last_insn if we split the
9976         last_insn.
9977
9978 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
9979
9980         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
9981         (ix86_initial_elimination_offset): Declare.
9982         * i386.c (ix86_nsaved_regs): Break out from ...
9983         (ix86_can_use_return_insn_p): ... here.
9984         (ix86_emit_save_regs): Break out from ...
9985         (ix86_expand_prologue): ... here.
9986         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
9987         out from ...
9988         (ix86_expand_epilogue): ... here.
9989         (ix86_compute_frame_size): Make static, add prototype.
9990         (ix86_initial_elimination_offset): Break out from ...
9991         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
9992
9993 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9994
9995         * recog.h (OUT_FCN): Delete.
9996
9997         * vax.md: Call `get_insn_template' instead of OUT_FCN.
9998
9999 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10000
10001         * cppalloc.c: PROTO -> PARAMS.
10002         * cpperror.c: Likewise.
10003         * cppfiles.c: Likewise.
10004         * cpplib.c: Likewise.
10005         * cpplib.h: Likewise.
10006
10007         * config/arm/arm-protos.h: PROTO -> PARAMS.
10008         * config/arm/arm.c: Likewise.
10009         * config/c4x/c4x.c: Likewise.
10010         * config/fr30/fr30-protos.h: Likewise.
10011         * config/nextstep.c: Likewise.
10012         * config/pa/pa.c: Likewise.
10013         * config/pj/pj.c: Likewise.
10014         * config/rs6000/rs6000.c: Likewise.
10015         * config/v850/v850-protos.h: Likewise.
10016         * config/v850/v850.c: Likewise.
10017
10018 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10019
10020         * i370-protos.h: New file.
10021
10022         * i370.c: Include tm_p.h.  Fix compile time warnings.
10023
10024         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
10025         warnings.
10026
10027         * i370.md: Likewise.
10028
10029 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10030
10031         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
10032         (target_isinf, target_isnan, eisnan): Mark parameter with
10033         ATTRIBUTE_UNUSED.
10034         (eiisinf): Wrap in INFINITY.
10035         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
10036         (ibmtoe): Remove unused variable `rndsav'.
10037
10038 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10039
10040         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
10041         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
10042
10043 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
10044
10045         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
10046         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
10047         (fix_char_macro_defines, fix_char_macro_uses): New functions.
10048
10049         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
10050         Recognize Emacs mode markers also.
10051         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
10052         C++ comments in C++ headers.  Call is_cxx_header only if
10053         necessary.
10054
10055         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
10056         bypass for ncurses.
10057         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
10058         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
10059         ... these, which use the new C fixes.
10060         (math_exception): Escape literal '+' in bypass expression.
10061
10062         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
10063         Regenerate.
10064
10065 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
10066
10067         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
10068         inside the MEM.
10069
10070 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10071
10072         * loop.c (loop_optimize): Allocate loop_info structure for each loop
10073         prior to calling scan_loop.
10074
10075 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10076
10077         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
10078         (split_branches, calc_live_regs): Likewise.
10079
10080 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10081
10082         * sh.md (fpu_single, fp_mode): New attributes.
10083
10084 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10085
10086         * loop.c (current_loop_info): Renamed from loop_info_data
10087         and changed to a pointer.
10088         (loop_optimize): Allocate loop_info structure for each loop
10089         and initialise to zero.
10090         (scan_loop): Set current_loop_info.
10091
10092         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
10093         on iteration_var.
10094
10095 2000-01-19  Richard Henderson  <rth@cygnus.com>
10096
10097         * stupid.c: Die die die.
10098         * Makefile.in (OBJS): Remove stupid.o.
10099         (stupid.o): Likewise.
10100
10101         * except.c (emit_eh_context): Don't emit USEs for stupid.
10102         * explow.c (probe_stack_range): Likewise.
10103         * flags.h (obey_regdecls): Remove.
10104         * flow.c (find_basic_blocks): Don't run try_merge_blocks
10105         when not optimizing.
10106         (life_analysis): Limit data collection when not optimizing.
10107         (mark_regs_live_at_end): Always mark the return value registers.
10108         (mark_used_regs): Remove dummy RETURN case.
10109         (print_rtl_with_bb): Don't consult obey_regdecls.
10110         * function.c (use_variable, use_variable_after): Remove.
10111         (assign_parms): Consult optimize not obey_regdecls.
10112         (expand_function_start): Don't emit USEs for stupid.
10113         (expand_function_end): Likewise.
10114         * global.c (build_insn_chain): Export.
10115         * integrate.c (expand_inline_function): Kill return-value USE
10116         handling code.
10117         * jump.c (jump_optimize_1): Do simple jump optimizations and
10118         dead code elimination.
10119         (calculate_can_reach_end): Remove check_deleted argument.
10120         (delete_insn): Patch out insns even when not optimizing.
10121         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
10122         * rtl.h (use_variable, use_variable_after): Remove declarations.
10123         (build_insn_chain): Declare.
10124         * stmt.c (expand_value_return): Don't emit USEs for stupid.
10125         (expand_end_bindings): Likewise.
10126         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
10127         * toplev.c (obey_regdecls): Remove.
10128         (rest_of_compilation): Don't set it.  Kill stupid in favour of
10129         flow1, local-alloc, and reload.
10130         (main): Don't set obey_regdecls.
10131
10132         * config/nextstep.c (handle_pragma): Likewise.
10133
10134         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
10135
10136         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
10137
10138 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10139
10140         * alpha-protos.h: PROTO -> PARAMS.
10141         * alpha.c: Likewise.
10142         * elf.h: Likewise.
10143         * h8300.c: Likewise.
10144         * i386-protos.h: Likewise.
10145         * i386.c: Likewise.
10146         * m32r-protos.h: Likewise.
10147         * m32r.c: Likewise.
10148         * mips.c: Likewise.
10149         * mips.md: Likewise.
10150         * gmon-sol2.c: Likewise.
10151         * sparc.c: Likewise.
10152
10153 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10154
10155         * ns32k-protos.h: New file.
10156
10157         * ns32k.c: Fix compile time warnings.
10158
10159         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
10160         warnings.
10161
10162         * ns32k.md: Likewise.
10163
10164 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10165
10166         * vax-protos.h: New file.
10167
10168         * vax.c: Fix compile time warnings.
10169
10170         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
10171         warnings.
10172
10173         * vax.md: Likewise.
10174
10175         * vaxv.md: Likewise.
10176
10177 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10178
10179         * romp-protos.h: New file.
10180
10181         * romp.c: Fix compile time warnings.
10182
10183         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
10184         warnings.
10185
10186         * romp.md: Likewise.
10187
10188 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10189
10190         * we32k-protos.h: New file.
10191
10192         * we32k.c: Fix compile time warnings.
10193
10194         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
10195         warnings.
10196
10197 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10198
10199         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
10200
10201         * except.c (eh_regs): Likewise.
10202
10203         * final.c (output_operand): Likewise.
10204
10205         * fold-const.c (target_isinf, target_isnan): Likewise.
10206
10207 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
10208
10209         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
10210         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
10211
10212         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
10213         when optimize_size.
10214         (clrstrsi): Rewrite.
10215         (strsethi, strsetqi): New expanders.
10216         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
10217         (cmpstrsi): Emit compare insn before cmpstrsi_1
10218         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
10219         (strlensi_1): Likewise.
10220         (cmpstrsi_1): Likewise; do not output compare.
10221         (strlen expander): Do not unroll when optimizing for size.
10222         (*subsi3_carry): Rename to subsi3_carry
10223         (addqi3_cc): New pattern.
10224         * i386.h (processor_costs): Add move_ratio field.
10225         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
10226         * i386.c (*_cost): Set move_ratio.
10227         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
10228         (x86_expand_strlensi_1): Rewrite the main loop.
10229
10230 2000-01-17  Richard Henderson  <rth@cygnus.com>
10231
10232         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
10233         * cse.c (find_comparison_args, fold_rtx): Likewise.
10234         * integrate.c (subst_constants): Likewise.
10235         * loop.c (get_condition): Likewise.
10236
10237         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
10238
10239         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
10240
10241 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10242
10243         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
10244         (RESTORE_WARN_FLAGS): Unpack it.
10245         Change semantic type of extension to ttype.
10246         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
10247         * c-parse.y, c-parse.c, objc/objc-parse.y,
10248         objc/objc-parse.c: Regenerate.
10249
10250 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
10251
10252         * fixinc/fixlib.c: Add copyright notice.
10253         (compile_re): New function.
10254         * fixinc/fixlib.h: Prototype compile_re.
10255
10256         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
10257         Use compile_re to compile regular expressions.
10258
10259         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
10260         where the pattern matched.
10261
10262         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
10263         use 'replace'.
10264         (ultrix_ansi_compat): Likewise.
10265         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
10266         add egrep test.
10267         (interactv_add2, interactv_add3): Delete.
10268         (x11_sprintf): Don't use filename glob.
10269         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
10270         Regenerate.
10271
10272 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10273
10274         * print-rtl.c: PROTO -> PARAMS.
10275         * real.c: Likewise.
10276         * reg-stack.c: Likewise.
10277         * resource.c: Likewise.
10278         * sdbout.h: Likewise.
10279         * simplify-rtx.c: Likewise.
10280         * stor-layout.c: Likewise.
10281         * stupid.c: Likewise.
10282         * xcoffout.c: Likewise.
10283         * xcoffout.h: Likewise.
10284
10285 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10286
10287         * toplev.c: PROTO -> PARAMS.
10288         * toplev.h: Likewise.
10289         * tree.c: Likewise.
10290         * tree.h: Likewise.
10291         * unroll.c: Likewise.
10292         * varasm.c: Likewise.
10293         * varray.c: Likewise.
10294         * varray.h: Likewise.
10295
10296 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10297
10298         * reload.c: PROTO -> PARAMS.
10299         * reload.h: Likewise.
10300         * reload1.c: Likewise.
10301         * reorg.c: Likewise.
10302         * resource.h: Likewise.
10303         * rtl.c: Likewise.
10304         * rtl.h: Likewise.
10305         * rtlanal.c: Likewise.
10306         * sbitmap.h: Likewise.
10307         * sdbout.c: Likewise.
10308         * stack.h: Likewise.
10309         * stmt.c: Likewise.
10310         * system.h: Likewise.
10311
10312 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10313
10314         * machmode.h: PROTO -> PARAMS.
10315         * mbchar.h: Likewise.
10316         * mips-tdump.c: Likewise.
10317         * mips-tfile.c: Likewise.
10318         * optabs.c: Likewise.
10319         * output.h: Likewise.
10320         * prefix.c: Likewise.
10321         * profile.c: Likewise.
10322         * protoize.c: Likewise.
10323         * real.h: Likewise.
10324         * recog.c: Likewise.
10325         * recog.h: Likewise.
10326         * regclass.c: Likewise.
10327         * regmove.c: Likewise.
10328         * regs.h: Likewise.
10329
10330 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10331
10332         * ggc-common.c: PROTO -> PARAMS.
10333         * ggc-page.c: Likewise.
10334         * ggc-simple.c: Likewise.
10335         * ggc.h: Likewise.
10336         * global.c: Likewise.
10337         * graph.c: Likewise.
10338         * gthr-win32.h: Likewise.
10339         * haifa-sched.c: Likewise.
10340         * halfpic.h: Likewise.
10341         * integrate.c: Likewise.
10342         * integrate.h: Likewise.
10343         * jump.c: Likewise.
10344         * lcm.c: Likewise.
10345         * local-alloc.c: Likewise.
10346         * loop.c: Likewise.
10347         * loop.h: Likewise.
10348
10349 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10350
10351         * genattr.c: PROTO -> PARAMS.
10352         * genattrtab.c: Likewise.
10353         * gencheck.c: Likewise.
10354         * gencodes.c: Likewise.
10355         * genconfig.c: Likewise.
10356         * genemit.c: Likewise.
10357         * genextract.c: Likewise.
10358         * genflags.c: Likewise.
10359         * gengenrtl.c: Likewise.
10360         * genopinit.c: Likewise.
10361         * genoutput.c: Likewise.
10362         * genpeep.c: Likewise.
10363         * genrecog.c: Likewise.
10364
10365 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
10366
10367         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
10368
10369 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10370
10371         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
10372         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
10373         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
10374         * configure, config.in: Rebuilt.
10375
10376 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
10377
10378         * config/i386/i386.md: Add peephole to merge successive stack
10379         adjusts.
10380
10381 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
10382
10383         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
10384         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
10385         when walking backwards to find all the parameter loads when
10386         the basic block ends in a call.
10387
10388 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10389
10390         * loop.c (this_loop_info): Delete.
10391         (uid_loop): Add in place of uid_loop_num.  All uses updated.
10392         (loop_number_exit_count): Delete and replace with entry in loop
10393         structure.  All uses updated.
10394         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
10395         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
10396         (loop_outer_loop): Likewise.
10397         (loop_invalid, loop_number_exit_labels): Likewise.
10398         (loop_used_count_register): Delete and replace with entry in
10399         loop_info structure.
10400         (find_and_verify_loops): Add loops argument.
10401         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
10402         loop_end, etc. arguments with loop structure pointer.  All callers
10403         changed.
10404         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
10405         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
10406         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
10407         (insert_bct): Likewise.
10408         (basic_induction_var): New argument level.
10409         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
10410         vtop, and cont.  Add used_count_register.
10411         (uid_loop): Delete declaration.
10412         (loop_number_exit_count): Likewise.
10413         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
10414         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
10415         (loop_outer_loop, loop_used_count_register): Likewise.
10416         (loop_invalid, loop_number_exit_labels): Likewise.
10417         (unroll_loop): Replace loop_start and loop_end arguments
10418         with loop structure pointer.
10419         (loop_precondition_p, loop_iterations): Likewise.
10420         Include basic-block.h.
10421         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
10422         with loop structure pointer.
10423         (loop_precondition_p, loop_iterations): Likewise.
10424         * basic-block.h (struct loop): New entries vtop, cont,
10425         cont_dominator, start, end, top, scan_start, exit_labels,
10426         exit_count.
10427         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
10428
10429 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10430
10431         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
10432
10433 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
10434
10435         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
10436
10437 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10438
10439         * pdp11-protos.h: New file.
10440
10441         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
10442         time warnings.
10443
10444         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
10445         warnings.
10446
10447         * pdp11.md: Likewise.
10448
10449         * 2bsd.h: Likewise.
10450
10451 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10452
10453         * mn10300-protos.h: New file.
10454
10455         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
10456         time warnings.
10457
10458         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
10459         warnings.
10460
10461         * mn10300.md: Likewise.
10462
10463 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10464
10465         * mn10200-protos.h: New file.
10466
10467         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
10468         time warnings.
10469
10470         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
10471         warnings.
10472
10473         * mn10200.md: Likewise.
10474
10475 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10476
10477         * h8300-protos.h: New file.
10478
10479         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
10480         time warnings.
10481
10482         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
10483         warnings.
10484
10485         * h8300.md: Likewise.
10486
10487 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10488
10489         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
10490         (asm_emit_uninitialised): Likewise.
10491
10492 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
10493
10494         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
10495         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
10496
10497 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10498
10499         * config/mips/mips.c (override_options): Don't turn on extra
10500         alignment for mips16.
10501
10502 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10503
10504         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
10505         eabi, and make sure queued POSTINCREMENT rtl is emitted at
10506         the right point.
10507
10508 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10509
10510         * builtins.c (PAD_VARARGS_DOWN): Define.
10511         (std_expand_builtin_va_arg): Use the above macro.
10512         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
10513         * tm.texi (Register Arguments): Document the above macro.
10514
10515 2000-01-14  Nick Clifton  <nickc@cygnus.com>
10516
10517         * emit-rtl.c (emit_insn): If checking is enabled, make sure
10518         that this function has not been used to emit a jump
10519         instruction.
10520
10521         * jump.c (return_jump_1): Cope with being passed a null rtx.
10522
10523 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10524
10525         * eh-common.h: PROTO -> PARAMS.
10526         * emit-rtl.c: Likewise.
10527         * errors.c: Likewise.
10528         * errors.h: Likewise.
10529         * except.c: Likewise.
10530         * except.h: Likewise.
10531         * explow.c: Likewise.
10532         * expmed.c: Likewise.
10533         * expr.c: Likewise.
10534         * expr.h: Likewise.
10535         * final.c: Likewise.
10536         * fix-header.c: Likewise.
10537         * flow.c: Likewise.
10538         * fold-const.c: Likewise.
10539         * function.c: Likewise.
10540         * function.h: Likewise.
10541         * gcc.c: Likewise.
10542         * gcov-io.h: Likewise.
10543         * gcov.c: Likewise.
10544         * gcse.c: Likewise.
10545
10546 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10547
10548         * sh-protos.h: New file.
10549
10550         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
10551         Add static prototypes.  Fix compile time warnings.
10552
10553         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
10554         * sh.md: Likewise.
10555         * elf.h: Likewise.
10556
10557 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10558
10559         * arc-protos.h: New file.
10560
10561         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
10562         time warnings.
10563
10564         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
10565         warnings.
10566
10567         * arc.md: Likewise.
10568
10569 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10570
10571         * dsp16xx-protos.h: New file.
10572
10573         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
10574         time warnings.
10575
10576         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
10577         warnings.
10578
10579         * dsp16xx.md: Likewise.
10580
10581 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10582
10583         * convex-protos.h: New file.
10584
10585         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
10586         time warnings.
10587
10588         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
10589         warnings.
10590
10591 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10592
10593         * elxsi-protos.h: New file.
10594
10595         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
10596         time warnings.
10597
10598         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
10599         warnings.
10600
10601         * elxsi.md: Likewise.
10602
10603 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10604
10605         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
10606         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
10607         match the comment for MIPS16.
10608
10609 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
10610
10611         * flow.c (split_edge): Do not call set_block_for_insn if we
10612         do not have a basic_block_for_insn structure.
10613
10614         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
10615         and destination functions are 32bit aligned within the trampoline.
10616         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
10617         (TRAMPOLINE_ALIGNMENT): Define.
10618
10619         * cse.c (cse_insn): When changing (set (pc) (reg)) to
10620         (set (pc) (label_ref)), verify the change creates a valid insn.
10621
10622         * fr30.c (call_operand): Tighten and rework to match rules for
10623         call RTL expressions.
10624         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
10625         * fr30.md (call patterns): Improve constraints.
10626
10627 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
10628
10629         * fr30.c (fr30_expand_epilogue): Revert last change.
10630         Use emit_jump_insn for the return insn.
10631
10632 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
10633                           Stan Cox  <scox@cygnus.com>
10634
10635         * predict.c: New file. Preliminary infrastructure work for static
10636         branch prediction and basic block reordering.
10637         * basic-block.h: Add prototype for estimate_probability.
10638         * Makefile.in: Add rules for predict.o.
10639
10640 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
10641
10642         * fixincludes (va_list): Use __not_va_list__ for the dummy.
10643         * fixinc/*: Likewise.
10644
10645 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10646
10647         * cccp.c: PROTO -> PARAMS.
10648         * cexp.y: Likewise.
10649         * collect2.c: Likewise.
10650         * combine.c: Likewise.
10651         * convert.h: Likewise.
10652         * cse.c: Likewise.
10653         * dbxout.c: Likewise.
10654         * dbxout.h: Likewise.
10655         * diagnostic.c: Likewise.
10656         * doprint.c: Likewise.
10657         * dwarf2out.c: Likewise.
10658         * dwarf2out.h: Likewise.
10659         * dwarfout.c: Likewise.
10660         * dwarfout.h: Likewise.
10661         * dyn-string.h: Likewise.
10662
10663 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10664
10665         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
10666         macro conditionals guarding use.
10667
10668         * dwarf2out.c: Include "tm_p.h".
10669
10670         * function.c (locate_and_pad_parm): Mark parameter with
10671         ATTRIBUTE_UNUSED.
10672         (expand_function_end): Likewise for variable `context'.
10673
10674         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
10675
10676 2000-01-13  Nick Clifton  <nickc@cygnus.com>
10677
10678         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
10679         register to prevent compile time warnings.
10680
10681 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
10682
10683         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
10684         to avoid -Wtraditional warning.
10685
10686 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10687
10688         * 1750a-protos.h: New file.
10689
10690         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
10691         time warnings.
10692
10693         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
10694         warnings.
10695
10696         * 1750a.md: Likewise.
10697
10698 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10699
10700         * a29k-protos.h: New file.
10701
10702         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
10703         time warnings.
10704
10705         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
10706         warnings.
10707
10708 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10709
10710         * clipper-protos.h: New file.
10711
10712         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
10713         time warnings.
10714
10715         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
10716         warnings.
10717
10718 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10719
10720         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
10721
10722 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
10723
10724         * configure.in (--enable-new-gxx-abi): New option.
10725         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
10726         * Makefile.in (GXX_ABI_FLAG): New variable.
10727         * configure: Regenerate.
10728
10729 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10730
10731         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
10732         * tm.texi (FORCE_STRUCT_BLK): Document.
10733         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
10734
10735 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
10736
10737         * config/ns32k/ns32k.md: Revert Jan 9 change.
10738
10739         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
10740         to a mode-test, if the predicate is address_operand.
10741
10742 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
10743
10744         * combine.c (if_then_else_cond): Be careful about what kinds
10745         of RTL expressions are passed to operand_subword.
10746
10747         * flow.c (split_edge): If we have to insert a new jump, make
10748         sure to associate it with a basic block.
10749
10750         * flow.c (commit_one_edge_insertion): A block with one successor
10751         can end in a JUMP_INSN that is not a simplejump.
10752
10753 2000-01-12  Robert Lipe  <robertl@sco.com>
10754
10755         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
10756         (BUILD_VA_LIST_TYPE): Define.
10757         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
10758         with crtstuff.c.
10759
10760 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
10761
10762         * cccp.c (do_pragma): Add cast to (char *).
10763
10764 2000-01-12  Richard Henderson  <rth@cygnus.com>
10765             Fred Fish  <fnf@be.com>
10766             Jason Merrill  <jason@cygnus.com>
10767
10768         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
10769         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
10770         * i386/beos-elf.h, i386/beos-pe.h: New files.
10771
10772         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
10773         * cross-make (SYSTEM_HEADER_DIR): Define using
10774         CROSS_SYSTEM_HEADER_DIR.
10775
10776         * gcc.c (LIBRARY_PATH_ENV): Provide default.
10777         (process_command): Use it.
10778         (main): Likewise.  Kill trailing = from env vars.
10779         (build_search_list): Put it back.
10780         * collect2.c (main): Use LIBRARY_PATH_ENV.
10781
10782         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
10783         * toplev.c: Use NEED_DECLARATION_ENVIRON.
10784
10785         * tm.texi (Frame Layout): Document SMALL_STACK.
10786         * c-common.c (c_common_nodes_and_builtins): Check it.
10787
10788         * system.h: Undef alloca after including glibc's <stdlib.h>,
10789         if USE_C_ALLOCA is defined.
10790
10791         * gcc.c (set_input): New fn.
10792         (main): After all input files are compiled, reset the input file
10793         info to the first.
10794
10795         * aclocal.m4 (rindex, index): If already defined, don't attempt
10796         to redefine.
10797
10798         * ginclude/varargs.h: (__va_list__): Define ifndef.
10799         * ginclude/stdarg.h: Likewise.
10800
10801         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
10802         instead of unsigned char.
10803
10804         * hash.h (true, false, boolean): Undef before enum.
10805
10806         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
10807         proper type of "HOST_WIDE_INT *", rather than their natural type of
10808         "unsigned HOST_WIDE_INT *".
10809
10810 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10811
10812         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
10813
10814         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
10815
10816         * regclass.c (choose_hard_reg_mode): Likewise.
10817
10818         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
10819
10820         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
10821
10822 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10823
10824         * c-common.c: PROTO -> PARAMS.
10825         * c-common.h: Likewise.
10826         * c-decl.c: Likewise.
10827         * c-iterate.c: Likewise.
10828         * c-lang.c: Likewise.
10829         * c-lex.c: Likewise.
10830         * c-lex.h: Likewise.
10831         * c-parse.in: Likewise.
10832         * c-pragma.c: Likewise.
10833         * c-pragma.h: Likewise.
10834         * c-tree.h: Likewise.
10835         * c-typeck.c: Likewise.
10836         * objc/objc-act.c: Likewise.
10837         * objc/objc-act.h: Likewise.
10838
10839 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10840
10841         * m88k-protos.h: New file.
10842
10843         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
10844         time warnings.
10845
10846         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
10847
10848         * m88k.md: Likewise.
10849
10850         * tekXD88.h: Likewise.
10851
10852 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10853
10854         * m68k-protos.h: New file.
10855
10856         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
10857         time warnings.
10858
10859         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
10860
10861         * mot3300.h: Likewise.
10862
10863 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
10864
10865         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
10866         extract_bitlst.
10867         (extract_bitlist): Declare bitlen.
10868
10869 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
10870
10871         * cccp.c: Accept and ignore -lang-fortran.
10872
10873         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
10874         qualifiers don't match at any level of pointerness.
10875
10876 2000-01-12  Robert Lipe  <robertl@sco.com>
10877
10878         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
10879
10880 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
10881
10882         * reload1.c (reload_reg_unavailable): New static variable.
10883         (reload_reg_free_p): Test it.
10884         (reload_reg_free_for_value_p): Test it instead of
10885         reload_reg_used.
10886         (choose_reload_regs_init): Compute it.
10887
10888 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
10889
10890         * reorg.c (fill_slots_from_thread): Check modified_in_p
10891         before replacing.
10892
10893 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
10894
10895         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
10896         these nodes even if INTERNALS is not set.
10897
10898 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
10899
10900         * gcse.c (delete_null_pointer_checks_1): Cope when
10901         get_condition cannot determine the condition.
10902
10903 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
10904
10905         * toplev.h (set_message_length): Declare.
10906
10907         * diagnostic.c (obstack_chunk_alloc): Define macro.
10908         (obstack_chunk_free): Likewise.
10909         (struct output_buffer): New data structure.
10910         (vmessage): Remove.
10911         (output_maximum_width): New variable.
10912         (doing_line_wrapping, set_message_length, init_output_buffer,
10913         get_output_prefix, output_space_left, emit_output_prefix,
10914         output_newline, output_append, output_puts, dump_output,
10915         vbuild_message_string, build_message_string, build_location_prefix,
10916         voutput_notice, output_printf, line_wrapper_printf,
10917         vline_wrapper_message_with_location):  New functions. Implement
10918         automatic line wrapping.
10919         (v_message_with_decl): Make it handle automatic line wrapping.
10920         (v_error_with_file_and_line): Likewise.
10921         (v_warning_with_file_and_line): Likewise.
10922         (announce_function): Likewise.
10923         (default_print_error_function): Likewise.
10924
10925 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
10926
10927         * cpplib.h (struct cpp_options): Change lang_asm to char.
10928         Add lang_fortran.
10929         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
10930         done in cpp_handle_option now.
10931         (initialize_builtins): Take out special case code used only by
10932         __STDC_VERSION__.
10933         (cpp_handle_option): Turn off trigraphs and trigraph warnings
10934         if -traditional.  Recognize -lang-fortran and set
10935         lang_fortran, also turn off cplusplus_comments.
10936         (print_help): Document -lang-fortran.
10937         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
10938         lang_asm. Ignore all directives other than `# 123 "file"' if
10939         CPP_PREPROCESSED.
10940         (cpp_get_token): If -traditional, don't recognize directives
10941         unless the # is in column 1.
10942         (parse_string): If lang_fortran or lang_asm, silently
10943         terminate strings ('' or "") at end of line.
10944         Remove unnecessary braces.
10945
10946 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10947             Richard Henderson  <rth@cygnus.com>
10948
10949         * resource.c (mark_referenced_resources): Mark a set strict_low_part
10950         as used.
10951         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
10952         strict_low_part when possible.
10953
10954 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10955
10956         * alias.c: PROTO -> PARAMS.
10957         * basic-block.h: Likewise.
10958         * bitmap.c: Likewise.
10959         * bitmap.h: Likewise.
10960         * builtins.c: Likewise.
10961         * c-aux-info.c: Likewise.
10962         * caller-save.c: Likewise.
10963         * calls.c: Likewise.
10964
10965 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10966
10967         * Makefile.in (toplev.o): Depend on regs.h.
10968
10969         * output.h (tdesc_section): Prototype.
10970
10971         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
10972
10973         * sdbout.c: Include "tm_p.h".
10974
10975         * toplev.c: Include "regs.h".
10976
10977 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
10978
10979         * unroll.c (unroll_loop): Add EH support.
10980
10981 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10982
10983         * pa-protos.h: New file.
10984
10985         * pa.c: Include recog.h and tm_p.h.
10986         (compute_zdepwi_operands, compute_movstrsi_length,
10987         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
10988         find_addr_reg, import_milli): Add static prototypes.
10989         (pa_cpu_string, pa_arch_string): Constify a char*.
10990         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
10991         (read_only_operand): Add argument `mode'.
10992         (singlemove_string, output_move_double, output_fp_move_double,
10993         output_block_move, output_and, output_ior, output_ascii,
10994         remove_useless_addtr_insns, milli_names, output_mul_insn,
10995         output_div_insn, output_mod_insn, output_arg_descriptor,
10996         output_cbranch, output_bb, output_bvb, output_dbra, ,
10997         output_millicode_call, output_call, hppa_encode_label,
10998         output_parallel_movb, output_parallel_addb): Constify a char*.
10999         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
11000         (output_parallel_addb): Remove extra arg to `constrain_operands'
11001
11002         * pa.h:  Move all prototypes to pa-protos.h.
11003         (pa_cpu_string, pa_arch_string): Constify a char*.
11004         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
11005
11006         * pa.md: Call `function_label_operand' with mode argument.
11007         Likewise for `read_only_operand'.
11008         Fix nesting of parens in call to `symbolic_operand'.
11009
11010 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11011
11012         * i860-protos.h: New file.
11013
11014         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
11015         time warnings.
11016
11017         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
11018
11019         * i860.md: Likewise.
11020
11021 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
11022
11023         * i386.md (movstrsi expander): Rewrite.
11024         (movstrsi_1 insn): Deleted.
11025         (strmovhi, strmovqi expander): New expanders.
11026         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
11027         * i386.c (x86_single_stringop): New global variable.
11028         * i386.h (x86_single_stringop): Declare.
11029         (TARGET_SINGLE_STRINGOP): New macro.
11030
11031 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
11032
11033         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
11034         integer vararg POSTINCREMENT before the destination of the jump
11035         for the hard fp case.
11036         (function_arg_pass_by_reference): Pass a copy of CUM to
11037         FUNCTION_ARG.
11038
11039         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
11040         for CONSTANT_ADDRESS_P above while loop for subreg.
11041
11042 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
11043
11044         * flow.c (propagate_block): When a prologue/epilogue insn
11045         is marked dead, unconditionally clear libcall_is_dead and
11046         insn_is_dead, and only dump rtl if warnings aren't being
11047         suppressed.
11048
11049 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
11050
11051         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
11052         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
11053         (FIXED_REGISTERS): Set dirflag as fixed.
11054         (CALL_USED_REGISTERS): Set dirflag as used.
11055         (REG_ALLOC_ORDER): Set dirflag as last one.
11056         (DIRFLAG_REG): New macro.
11057         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
11058         (HI_REGISTER_NAMES): Add dirflag.
11059         (DEBUF_PRINT_REG): Handle dirflag.
11060         * i386.md (type attribute): New cld and str types.
11061         (length_opcode attribute): Set cld and str to 1.
11062         (memory attribute): Set str to unknown - it is not clear from the
11063         patterns.
11064         (pent_np function unit): Prefixed string operations takes 12 cycles
11065         minimally; cld takes 2 cycles.
11066         (ppro_uops attribute): Str is "many" and cld is "few".
11067         (ppro_p0 unit): Handle cld here.
11068         (k6_alux unit): Handle cld and str types.
11069         (k6_load unit): It is ocupied by str opcodes.
11070         (k6_store unit): It is ocupied by str opcodes.
11071         (athlon_decode): Str is vector decoded.
11072         (athlon_ieu): Handle str and cld.
11073         (cld pattern): New.
11074         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
11075         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
11076         cmpstrsi_nz_1 insn): Do not output cld instruction
11077
11078 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
11079
11080         * gcc.texi (G++ and GCC): Add Java and Chill.
11081         (Bug Critera): Don't list languages.
11082
11083         * gcc.texi (Incompatibilities): No longer claim most C compilers
11084         are K&R.
11085
11086         * gcc.texi (G++ and GCC): Update other front-ends list.
11087
11088 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
11089
11090         * i386.c (ix86_expand_setcc): Fix typo.
11091         (ix86_expand_movcc): Similarly.
11092
11093         * Band-aid until haifa's bitset implementation is nuked.
11094         * haifa-sched.c (extract_bitlst): New parameter for size of the
11095         bitset in bits.  All callers changed.  Avoid looking at undefined
11096         bits in the bitset.
11097         (edgeset_bitsize): New variable.
11098         (schedule_region): Initialize edgeset_bitsize.
11099
11100 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11101
11102         * Makefile.in (optabs.o): Depend on real.h
11103         (resource.o): Depend on insn-attr.h
11104
11105         * builtins.c (result_vector): Wrap prototype in macro conditions
11106         governing definition and use.
11107
11108         * c-common.c: Include tm_p.h.
11109
11110         * c-lex.c: Likewise.
11111
11112         * elfos.h: Constify a char*.
11113
11114         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
11115         (get_attr_length, shorten_branches, profile_after_prologue): Mark
11116         parameter with ATTRIBUTE_UNUSED.
11117
11118         * fold-const.c (exact_real_inverse): Wrap variable `i' in
11119         CHECK_FLOAT_VALUE.
11120
11121         * haifa-sched.c (schedule_insns): Mark parameter with
11122         ATTRIBUTE_UNUSED.
11123
11124         * optabs.c: Include real.h.
11125
11126         * real.h (ereal_atof): Add prototype arguments.
11127
11128         * resource.c: Include insn-attr.h.
11129
11130         * sdbout.c (sdbout_queue_anonymous_type,
11131         sdbout_dequeue_anonymous_types): Wrap in macro
11132         SDB_ALLOW_FORWARD_REFERENCES.
11133         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
11134         ATTRIBUTE_UNUSED.
11135
11136         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
11137
11138         * stupid.c: Include tm_p.h.
11139
11140         * tree.c (real_value_from_int_cst): Mark parameter with
11141         ATTRIBUTE_UNUSED.
11142
11143 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11144
11145         * i960-protos.h: New file.
11146
11147         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
11148         time warnings.
11149
11150         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
11151
11152 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11153
11154         * combine.c (expand_field_assignment): Do not discard SUBREGs
11155         while computing nonzero_bits.
11156
11157 2000-01-09  Nick Clifton  <nickc@cygnus.com>
11158
11159         * config/arm/arm.c: Fix compile time warnings about signed vs
11160         unsigned constants.
11161         * config/arm/arm.h: Fix compile time warnings about signed vs
11162         unsigned constants.
11163
11164 2000-01-09  Philip Blundell  <philb@gnu.org>
11165
11166         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
11167         than `ldm' with only one register.
11168         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
11169         only one register.
11170
11171         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
11172         clobbered.
11173
11174 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
11175
11176         * config/ns32k/ns32k.md (load or push effective address): Operand 1
11177         must have SImode.
11178
11179 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11180
11181         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
11182         assignment used as truth value.
11183
11184         * function.c (assign_temp): Mark parameter `dont_promote' with
11185         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
11186         PROMOTE_FOR_CALL_ONLY.
11187
11188         * genrecog.c (write_subroutine): Mark variable `operands' with
11189         ATTRIBUTE_UNUSED.
11190
11191         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
11192         ATTRIBUTE_UNUSED.
11193
11194         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
11195         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
11196
11197         * toplev.c (note_deferral_of_defined_inline_function): Likewise
11198         for `decl'.
11199
11200 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11201
11202         * config/c4x.h: Tidy up comments.
11203         * config/c4x.c: Likewise.
11204
11205 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
11206
11207         * fold-const.c (lshift_double, rshift_double): Handle
11208         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
11209
11210 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11211
11212         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
11213         in prepare_function_start().
11214
11215 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
11216
11217         * config/v850/v850.c (expand_epilogue): Interrupt functions no
11218         longer allocate extra stack for function calls.
11219
11220 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11221
11222         * config/c4x/c4x.md (*subqf3_set): Fix typo.
11223
11224 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11225
11226         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
11227
11228 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
11229
11230         * rs6000.c (processor_target_table): Add power3 as alias for 630.
11231         * aix43.h: Revert Aug 2 change.
11232         (HAS_INIT_SECTION): Define, not visible yet.
11233         (LD_INIT_SWITCH): Define, not visible yet.
11234         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
11235
11236         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
11237
11238         * collect2.c (main): Expand ld2 size further.
11239         (export_object_lst): Cast assignment to avoid warning.
11240         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
11241         (scan_prog_file, COFF): Do not collect initialization or
11242         finalization functions generated for entire shared object if
11243         init/fini support present.
11244
11245 2000-01-07  Nick Clifton  <nickc@cygnus.com>
11246
11247         * config/elfos.h: Tidy up formatting of marcos.  Make sure
11248         that .section directives are always prefixed by a tab.
11249
11250         * config/svr4.h: Add #include "elfos.h" and remove duplicate
11251         definitions.
11252
11253 2000-01-07  Matt Austern  <austern@sgi.com>
11254
11255         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
11256         expon.
11257
11258 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
11259
11260         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
11261         crtstuff.c.
11262         (crtbegin.o, s-crtS): Likewise.
11263
11264 2000-01-06  Richard Henderson  <rth@cygnus.com>
11265
11266         * alpha.md (adddi_2+1): Limit offset such that it will be
11267         loadable with a single ldah+lda pair.
11268         (adddi_2+2): Explicitly fail split if we can't make it work.
11269
11270 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
11271
11272         * protoize.c: Conditionally include unistd.h.
11273         (IS_SAME_PATH_CHAR): New macro.
11274         (IS_SAME_PATH): New macro.
11275         (CPLUS_FILE_SUFFIX): New macro.
11276         (cplus_suffix): New static variable.
11277         (is_abspath): New static function.
11278         (in_system_include_dir): Handle DOS style pathnames.
11279         (file_could_be_converted): Likewise.
11280         (file_normally_convertible): Likewise.
11281         (directory_specified_p): Likewise.
11282         (file_excluded_p): Likewise.
11283         (abspath): Likewise.
11284         (shortpath): Likewise.
11285         (referenced_file_is_newer): Likewise.
11286         (save_def_or_dec): Likewise.
11287         (do_processing): Likewise.
11288         (main): Likewise.
11289         (edit_file): Likewise. Use rename instead of link.
11290         (rename_c_file): Likewise. Don't rename syscalls file.
11291         (munge_compile_params): Define null device for DOS based systems.
11292         (process_aux_info_file): Use binary mode if appliable.
11293         (edit_file): Likewise.
11294         * invoke.texi (Running Protoize): Document C++ suffixes used.
11295
11296         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
11297         IS_DIR_SEPARATOR macros.
11298         * collect2.c: Likewise.
11299         * cppinit.c: Likewise.
11300         * dwarf2out.c: Likewise.
11301         * gcc.c: Likewise.
11302         * gcov.c: Likewise.
11303         * prefix.c: Likewise.
11304         * rtl.c: Likewise.
11305         * toplev.c: Likewise.
11306         * system.h: And move to here.
11307
11308         * prefix.c (update_path): Fix typo in variable name.
11309
11310 2000-01-06  Richard Henderson  <rth@cygnus.com>
11311
11312         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
11313         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
11314         (count_reg_sets_1, count_reg_references): Likewise.
11315         (flow_loops_level_compute): Start counting actual loop depth at 1.
11316         (flow_loops_find): Likewise.
11317         * local-alloc.c (update_equiv_regs): Likewise.
11318         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
11319
11320 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
11321
11322         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
11323         FIRST_PSEUDO_REGISTER
11324         * dwarf2out.c: Don't include frame.h
11325         * dwarfout.c: Likewise
11326         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
11327         frame.h
11328
11329 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
11330
11331         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
11332         dead registers.
11333
11334         * i386.c (movsf splitter): Fix typo in my last checkin.
11335
11336 2000-01-05  Nick Clifton  <nickc@cygnus.com>
11337
11338         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
11339         own definition of this macro.
11340         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
11341         flag_data_sections or UNIQUE_SECTION_P are true.
11342
11343         * tm.texi (UNIQUE_SECTION): Document that it can be called for
11344         unitialised data decls.
11345
11346         * config/i386/winnt.c (i386_pe_unique_section): Cope with
11347         being called for uninitialised data.
11348
11349         * config/i386/interix.c (i386_pe_unique_section): Cope with
11350         being called for uninitialised data.
11351
11352         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
11353         for uninitialised data.
11354
11355         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
11356         for uninitialised data.
11357
11358         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
11359         for uninitialised data.
11360
11361         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
11362         (UNIQUE_SECTION_P): Always generate a unique section if
11363         flag_data_sections is true.
11364         (UNIQUE_SECTION): Also generate unique sections for
11365         uninitialised data.
11366         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
11367         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
11368         named_section().
11369
11370 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11371
11372         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
11373         SI, or DI.
11374
11375 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11376
11377         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
11378         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
11379         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
11380         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
11381         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
11382
11383         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
11384
11385 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
11386
11387         * c-decl.c (finish_enum): Simplify code to determine minimum and
11388         maximum values of the enum, and calculate the type.  Remove check
11389         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
11390         the DECL_INITIAL of each enumeration constant with a copy converted
11391         to the enumeration type.  When updating variant types, don't bother
11392         updating the type itself.
11393
11394         * c-typeck.c (build_binary_op): Simplify conditional expressions
11395         when weeding out spurious signed-unsigned warnings.  Add new
11396         spurious warning category: if the unsigned quantity is an enum
11397         and its maximum value fits in signed_type(result_type).  Update
11398         commentary.
11399         (build_conditional_expr): Warn here if one alternative is signed
11400         and the other is unsigned.
11401
11402 2000-01-05  Nick Clifton  <nickc@cygnus.com>
11403
11404         * config/fr30/fr30.h: Remove extraneous comments.
11405
11406 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
11407
11408         * reload1.c (choose_reload_regs): When disabling a reload, also
11409         set reload_spill_index to -1.
11410
11411 2000-01-04  Joel Sherrill (joel@OARcorp.com>
11412
11413         * configure.in (m68*-*-rtemscoff*): New target, formal name for
11414         old m68*-*-rtems*.
11415         (m68*-*-rtemself*): New target.
11416         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
11417         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
11418         (sparc*-*-rtemself*): New target.
11419         (sparc*-*-rtems*): Now elf not a.out.
11420         * config/i386/rtems.h: Include config/rtems.h.
11421         * config/i386/rtemself.h: Include config/rtems.h.
11422         * config/i960/rtems.h: Include config/rtems.h.
11423         * config/m68k/rtems.h: Include config/rtems.h.
11424         * config/m68k/rtemself.h: Include config/rtems.h.
11425         * config/mips/rtems64.h: Include config/rtems.h.
11426         * config/pa/rtems.h: Include config/rtems.h.
11427         * config/rs6000/rtems.h: Include config/rtems.h.
11428         * config/sh/rtems.h: Include config/rtems.h.
11429         * config/sh/rtemself.h: Include config/rtems.h.
11430         * config/sparc/rtems.h: Include config/rtems.h.
11431         * config/sparc/rtemself.h: Include config/rtems.h
11432
11433 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
11434
11435         * final.c (shorten_branches): Correctly compute length of
11436         asms without operands.
11437
11438 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
11439
11440         * configure.in: Add pj target.
11441         * configure: Regenerate.
11442         * config/pj: New directory.
11443         * config/pj/lib1funcs.S: New file.
11444         * config/pj/linux.h: New file.
11445         * config/pj/pj.c: New file.
11446         * config/pj/pj.md: New file.
11447         * config/pj/pjl.h: New file.
11448         * config/pj/t-pj: New file.
11449         * config/pj/xm-pj.h: New file
11450
11451 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
11452
11453         * toplev.c (rest_of_compilation): Run shorten-branches before
11454         reg-stack for now.
11455
11456 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11457
11458         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
11459         macros so that they're consistent with their names.
11460         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
11461         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
11462
11463 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11464
11465         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
11466         modified inadvertently.
11467
11468 2000-01-04  Joel Sherrill <joel@OARcorp.com>
11469
11470         * configure.in (v850*-*-rtems*): New target.
11471         * configure: Regenerate.
11472         * config/v850/rtems.h: New file.
11473
11474 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
11475
11476         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
11477         (__gthread_key_create): Likewise.
11478         (__gthread_key_dtor):  Likewise.
11479         (__gthread_once): Fix logic.
11480         (__gthread_key_delete): Cast away constness.
11481
11482         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
11483         * invoke.texi: Document.
11484         * i386/mingw32.h (CPP_SPEC): Use.
11485         (LIBGCC_SPEC): Likewise.
11486         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
11487
11488 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
11489
11490         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
11491         (HANDLE_PRAGMA_PACK): Undefine.
11492         (SLOW_UNALIGNED_ACCESS): Define.
11493
11494 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
11495
11496         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
11497         to default definition.
11498         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
11499         (store_fixed_bit_field): Call macro with word_mode and alignment.
11500         (extract_bit_field): Call macro with relevant mode and alignment.
11501         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
11502         to default definition.
11503         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
11504         and alignment.
11505         (move_by_pieces_ninsns): Likewise.
11506         (clear_by_pieces): Likewise.
11507         (emit_push_insn): Likewise.
11508         (store_field): Call macro with relevant mode and alignment.
11509         (expand_expr): Likewise.
11510         (expand_expr_unaligned): Likewise.
11511
11512         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
11513         (SLOW_UNALIGNED_ACCESS): Define.
11514         (CASE_VECTOR_MODE): Always use 32-bit offsets.
11515         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
11516         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
11517         (toc_section): Likewise and .toc pseudo-op.
11518         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
11519         64-bit mode.
11520         (TEXT_SECTION_ASM_OP): Likewise.
11521         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
11522         32-bit offsets.
11523
11524         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
11525         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
11526         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
11527         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
11528         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
11529
11530 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
11531
11532         * regclass.c: Revert my Jan 4 change to loop cost computation.
11533
11534 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11535
11536         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
11537         compilation.
11538
11539 2000-01-04  Stan Cox  <scox@cygnus.com>
11540
11541         * haifa-sched.c (build_control_flow): Change unreachable simple
11542         loop test to check if current block has only one predecessor.
11543         (find_rgns): Initialize degree.  Use dest as degree index, not src.
11544
11545 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11546
11547         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
11548
11549         * calls.c (expand_call): Likewise for
11550         `old_stack_arg_under_construction'.
11551
11552         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
11553
11554         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
11555         `save_constant'.
11556
11557         * gcc.c (execute): Likewise for `ut' and `st'.
11558
11559         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
11560
11561         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
11562
11563         * jump.c (jump_optimize_1): Likewise for `temp2'.
11564
11565         * local-alloc.c (block_alloc): Likewise for `r1'.
11566
11567         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
11568
11569         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
11570         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
11571
11572         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
11573         and `set2'.
11574
11575         * reload.c (find_reloads): Likewise for `goal_alternative_number'
11576         and `goal_earlyclobber'.
11577
11578         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
11579
11580         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
11581
11582         * stupid.c (stupid_life_analysis): Likewise for `chain'.
11583
11584         * unroll.c (copy_loop_body): Likewise for `copy'.
11585
11586         * varasm.c (output_constructor): Likewise for `byte'.
11587
11588 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11589
11590         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
11591         all FP constants for constant->reg moves.
11592         (ix86_split_to_parts): Try to convert memory address into immediate
11593         when available in the constant pool.
11594         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
11595         moves.
11596         (LEGITIMATE_CONSTANT_P): Return 1.
11597         * i386.md (pushsf): New splitter to convert constant pool memory
11598         reference to immediate.
11599         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
11600         reload.
11601
11602 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
11603
11604         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
11605         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
11606         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
11607         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
11608         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
11609
11610 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
11611
11612         * ginclude/stdbool.h:  Support compilation as C++.
11613
11614 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11615
11616         * fold-const.c (make_range): Don't try to reverse an unbounded range.
11617
11618 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
11619
11620         * regclass.c (regclass): Properly compute loop_cost.  Adjust
11621         comments.
11622
11623         * regclass.c: Fix minor whitespace problems.
11624
11625 2000-01-03  Anthony Green  <green@cygnus.com>
11626
11627         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
11628         Restore the pic register if required.
11629
11630 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
11631
11632         * c-common.c (format_char_info): Update comment.
11633         (check_format_info): Recognize 'z' modifier in the same way 'Z'
11634         was recognized.  Emit warning for formats new in ISO C99 only
11635         if flag_isoc9x is not set.
11636
11637 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
11638
11639         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
11640
11641 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11642
11643         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
11644         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
11645         (make_compound_operation): Choose cheaper alternative between
11646         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
11647
11648         * regclass.c (op_costs): Remove global variable.
11649         (record_reg_classes): New parameter "op_costs" and "reg_pref".
11650         (record_operand_costs): Break out from ...
11651         (scan_one_insn): ... here.
11652         (dump_regclass): Make dumps nicer.
11653         (regclass): Dump preferrences choosed and changes done during passes.
11654
11655 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
11656
11657         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
11658
11659 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
11660
11661         * config/sparc/sparc.c (gen_df_reg): New function.
11662         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
11663         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
11664         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
11665         movtf_cc_reg_sp64+1): Use it.
11666
11667 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
11668
11669         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
11670         copied LABEL_DECLs.
11671
11672 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11673
11674         * config/i386/i386.c (ix86_expand_unary_operator): Function
11675         definition made void.
11676         (ix86_expand_binary_operator): Update outdated preceding comment.
11677         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
11678         prototype.
11679
11680         * config/i386/i386.c (override_options): Fix option-name typo.
11681
11682 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
11683
11684         * system.h (CEIL): Define.
11685         * builtins.c (CEIL): Remove.
11686         * expmed.c (CEIL): Likewise.
11687         * expr.c (CEIL): Likewise.
11688         * stor-layout.c (CEIL): Likewise.
11689
11690 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11691
11692         * expr.c (store_constructor_field): Fix typo introduced with last
11693         gcc2 merge.
11694
11695 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
11696
11697         * tree.h (BINFO_N_BASETYPES): New macro.
11698
11699 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
11700
11701         * expmed.c (emit_store_flag): Prevent losing a pending stack
11702         adjust the same way we prevent losing queued increments.
11703
11704 Fri Dec 31 19:10:31 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11705
11706         * function.c (update_temp_slot_address): Handle case where sum of
11707         temporary address plus offset in register is a valid address.
11708
11709 1999-12-30  Herman A.J. ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
11710
11711         * genrecog.c (change_state) Corrected typo.
11712
11713 1999-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11714
11715         * system.h (bcopy, bcmp, bzero, index, rindex, atof, atol, free,
11716         getcwd, getenv, getwd, sbrk, strstr, malloc, calloc, realloc,
11717         strerror, getrlimit, setrlimit, abort): Add prototype arguments.
11718
11719 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
11720
11721         * i386.c (ix86_expand_fp_compare): In non-sahf non-TARGET_IEEE
11722         case, expand GT comparisons correctly.  Fix a comment before this
11723         part of the code.
11724
11725 1999-12-30  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
11726
11727         * dwarfout.c: Include "frame.h"
11728         * dwarf2out.c: Likewise.
11729         * Makefile.in (dwarfout.o): Depend on frame.h
11730         (dwarf2out.o): Likewise.
11731
11732 1999-12-29  "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
11733
11734         Restore i386 binary compatibility in Dwarf EH info.
11735         * config/i386/i386.h (DWARF_FRAME_REGISTERS): Define as 17, the old
11736         value of FIRST_PSEUDO_REGISTER.
11737         * frame.h (DWARF_FRAME_REGISTERS): Default to FIRST_PSEUDO_REGISTER.
11738         (struct frame_state): Use DWARF_FRAME_REGISTERS.
11739         * dwarfout.c (output_reg_number): Ditto.
11740         * dwarf2out.c (reg_number, expand_builtin_init_dwarf_reg_sizes): Ditto.
11741         (DWARF_FRAME_RETURN_COLUMN): Default to DWARF_FRAME_REGISTERS.
11742
11743 1999-12-29  Bruce Korb  <autogen@linuxbox.com>
11744
11745         * fixinc/fixincl.c(wait_for_pid): sometimes a WSTOPSIG of zero is OK
11746         * fixinc/fixincl.tpl(<hack>TEST_CT): Just do the existence test once
11747         (<hack>_RE_CT): not needed
11748         * fixinc/fixlib.c(is_cxx_header): moved from fixtests.c
11749         rewritten to scan the file text once only
11750         "template<..." test added
11751         * fixinc/fixlib.h(apply_fix_p_t): moved from fixtests.c
11752         (is_cxx_header): declaration added
11753         * fixinc/fixtests.c(is_cxx_header): removed
11754         (apply_fix_p_t): removed
11755         (double_slash_test): is_cxx_header is only called once now
11756         * fixinc/hackshell.tpl: indexing the fixes is now done under DEBUG
11757         * fixinc/inclhack.def(FIXINC_DEBUG): added for testing DEBUG state
11758         within the templates.
11759         The borken spelling of "broken" was fixed.
11760         * fixinc/inclhack.tpl: The $VERBOSE level is used on various messages
11761         The default level depends on FIXINC_DEBUG.
11762
11763 1999-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11764
11765         * crtstuff.c: If !inhibit_libc, include stdlib.h/unistd.h.
11766         Otherwise provide a declaration for atexit.
11767         (init_dummy): Make sure dummy call to atexit is nevertheless
11768         called with correct number of args.
11769
11770         * frame.c: Update comments referring to other files.
11771
11772         * libgcc2.c: Likewise.
11773
11774 1999-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11775
11776         * cse.c (free_element, get_element): Remove unused prototypes.
11777
11778         * fold-const.c (extract_muldiv): Initialize variables `op0' and
11779         `op1'.
11780
11781         * jump.c (invert_exp): Add explicit braces to avoid ambiguous
11782         `else' clauses.
11783
11784 Wed Dec 29 12:44:54 1999  Donald Lindsay  <dlindsay@cygnus.com>
11785
11786         * configure.in,configure: case arm for mn10200-*-* now sets
11787         float_format=i32 so that float.h will correctly claim "double"
11788         to be 32 bits. Ran autoconf to generate configure from .in file.
11789
11790 Wed Dec 29 10:53:21 1999  Jeffrey A Law  (law@cygnus.com)
11791
11792         * pa.md (conditional zero): If op1 is a register, force it into
11793         the same register as op0.
11794
11795 1999-12-28  Mark Mitchell  <mark@codesourcery.com>
11796
11797         * tree.h (BINFO_BASETYPES): Improve documentation.
11798
11799 1999-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11800
11801         * configure.in (--enable-checking): Use a more portable `for'
11802         loop syntax.
11803
11804 1999-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11805
11806         * configure.in (AC_DECL_SYS_SIGLIST, xm-siglist.h,
11807         arm/xm-netbsd.h, NO_SYS_SIGLIST): Don't use.
11808
11809         * xm-siglist.h, arm/xm-netbsd.h, mips/xm-news.h, mips/xm-sysv4.h:
11810         Delete files.
11811
11812         * gcc.texi (NO_SYS_SIGLIST, sys_siglist, SYS_SIGLIST_DECLARED):
11813         Delete descriptions.
11814
11815         * i386/osf1elf.h, i386/xm-cygwin.h, i386/xm-mingw32.h, m68k/3b1.h,
11816         m68k/a-ux.h, m68k/dpx2.h, m68k/plexus.h, m68k/xm-hp320.h,
11817         m88k/xm-m88k.h, mips/x-sni-svr4, pa/xm-pa.h, pa/xm-pahpux.h,
11818         pa/xm-papro.h, we32k/xm-we32k.h, winnt/xm-winnt.h, xm-interix.h,
11819         xm-svr4.h: Remove all instances of sys_siglist handling.
11820
11821 1999-12-27  Jakub Jelinek  <jakub@redhat.com>
11822
11823         * config/sparc/sparc.md (cmp_zero_qi,
11824         cmp_zero_extendqisi2_andcc_set, cmp_zero_qi_sp64,
11825         cmp_zero_extendqidi2_andcc_set): New patterns.
11826
11827 1999-12-28  Manfred Hollstein  <mhollstein@cygnus.com>
11828
11829         * m68k/t-mot3300-gald (CROSS_LIBGCC1): Define to libgcc1-asm.a.
11830         (LIB1ASMSRC, LIB1ASMFUNCS, LIB2FUNCS_EXTRA): Define.
11831         (fpgnulib.c, xfgnulib.c): Add rules.
11832         * m68k/t-mot3300-gas: Likewise.
11833
11834 1999-12-27  Ian Lance Taylor  <ian@zembu.com>
11835
11836         * configure.in: Avoid [[ by using test and changequote.  Add
11837         changequote required by 1999-12-14 change.
11838         * configure: Rebuild.
11839
11840 1999-12-27  Clinton Popetz  <cpopetz@cygnus.com>
11841
11842         * config/mips/mips.h: Fix typo from 12/17/99 libgcc2 fix.
11843
11844 1999-12-27  Christophe Jaillet  <jaillet.christophe@caramail.com>
11845
11846         * alias.c (nonlocal_reference_p): Add else for disjoint ifs.
11847         * flow.c (find_use_as_address): Likewise.
11848         * function.c (fixup_var_refs_1): Likewise.
11849         (walk_fixup_memory_subreg, fixup_stack_1): Likewise.
11850         * jump.c (invert_exp, redirect_exp): Likewise.
11851         * loop.c (replace_call_address): Likewise.
11852         (count_nonfixed_reads): Likewise.
11853         * rtlanal.c (modified_between_p): Likewise.
11854         (modified_in_p, volatile_insn_p, volatile_refs_p): Likewise.
11855         (side_effects_p, replace_regs, jmp_uses_reg_or_mem): Likewise.
11856         * unroll.c (remap_split_bivs): Likewise.
11857
11858 1999-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11859
11860         * diagnostic.c (v_message_with_decl): Use .* format specifier
11861         instead of building the format specifier width manually.
11862
11863         * system.h (strsignal): Don't check HAVE_STRSIGNAL when
11864         determining whether to provide a prototype.  Remove the
11865         sys_siglist clause in the conditional.
11866
11867 1999-12-23  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11868
11869         * fold-const.c (operand_equal_p): Use memcmp to compare string
11870         constants.
11871         Suggested by D. J. Bernstein
11872
11873 1999-12-17  Jakub Jelinek  <jakub@redhat.com>
11874
11875         * config/h8300/h8300.h (TARGET_H8300H, TARGET_H8300S): Make sure
11876         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
11877         compiling libgcc2.
11878         * config/mips/mips.h (TARGET_64BIT): Likewise.
11879         * config/rs6000/rs6000.h (TARGET_POWERPC64): Likewise.
11880         * libgcc2.c: Use {,U}{HW,W,DW}type and DWunion everywhere instead
11881         of {SI,DI}type and DIunion.  Define these types to QI/HI modes on
11882         dsps.  Give routines proper names if SI/DI modes are not used.
11883         * longlong.h: Use DWunion instead of DIunion.
11884
11885 1999-12-26  Zack Weinberg  <zack@wolery.cumb.org>
11886
11887         * acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING,
11888         GC_CHECKING, GC_ALWAYS_COLLECT.
11889         * configure.in: Allow --enable-checking with an argument
11890         listing check modes to enable.
11891         * config.in, configure: Rebuilt.
11892         * ggc-page.c, ggc-simple.c: Define GGC_POISON (and
11893         GGC_ALWAYS_VERIFY for ggc-simple.c) only if
11894         ENABLE_GC_CHECKING.  Define GGC_ALWAYS_COLLECT only if
11895         ENABLE_GC_ALWAYS_COLLECT.
11896         * rtl.h, rtl.c: Change ENABLE_CHECKING to ENABLE_RTL_CHECKING
11897         throughout.
11898         * tree.h, tree.c: Change ENABLE_CHECKING to
11899         ENABLE_TREE_CHECKING throughout.
11900
11901 Sun Dec 26 07:48:20 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11902
11903         * fold-const.c (fold_truthop): Properly check for FP RHS.
11904
11905 1999-12-24  Mark Mitchell  <mark@codesourcery.com>
11906
11907         * toplev.h (note_deferall_of_defined_inline_function): Declare.
11908         * toplev.c (note_deferral_of_defined_inline_function): New
11909         function, split out from ...
11910         (rest_of_compilation): ... here.  Use it.
11911
11912 Fri Dec 24 12:34:26 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11913
11914         * expr.c (store_constructor): Don't call clear_storage if size is
11915         variable.
11916
11917 1999-12-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11918
11919         * Makefile.in (toplev.o): Depend on loop.h.
11920
11921         * dwarfout.c: Include tm_p.h.
11922
11923         * emit-rtl.c (restore_emit_status): Mark parameter with
11924         ATTRIBUTE_UNUSED.
11925
11926         * final.c (final_scan_insn): Likewise.
11927
11928         * flow.c (flow_nodes_print, flow_exits_print, flow_loops_cfg_dump,
11929         flow_loop_nested_p, flow_loop_exits_find, flow_loop_nodes_find,
11930         flow_depth_first_order_compute, flow_loop_pre_header_find,
11931         flow_loop_tree_node_add, flow_loops_tree_build,
11932         flow_loop_level_compute, flow_loops_level_compute,
11933         flow_loop_outside_edge_p): Add prototypes.
11934         (recompute_reg_usage): Mark parameters with ATTRIBUTE_UNUSED.
11935
11936         * ggc-callbacks.c (lang_mark_tree, lang_mark_false_label_stack):
11937         Mark with ATTRIBUTE_NORETURN.
11938
11939         * hash.c (hash_newfunc): Mark parameter with ATTRIBUTE_UNUSED.
11940
11941         * local-alloc.c (no_conflict_p): Likewise.
11942
11943         * loop.c (insert_bct): Hide definitions of variables with hidden
11944         usage.
11945         (note_reg_stored): Mark parameter with ATTRIBUTE_UNUSED.
11946
11947         * regclass.c (memory_move_secondary_cost): Mark variable `mem'
11948         with ATTRIBUTE_UNUSED.
11949         (record_reg_classes): Mark parameter with ATTRIBUTE_UNUSED.
11950         (reg_scan): Likewise.
11951
11952         * reload.c (find_reloads): Remove unused variables `changed'.
11953
11954         * reload1.c (reload_reg_class_lower): Don't unnecessarily cast
11955         away const-ness.
11956         (allocate_reload_reg): Mark parameter with ATTRIBUTE_UNUSED.
11957         Remove unused variable `insn'.
11958
11959         * toplev.c: Include loop.h.
11960         (report_file_and_line): Remove unnecessary prototype.
11961
11962         * tree.c (build_block): Mark parameter with ATTRIBUTE_UNUSED.
11963
11964         * unroll.c (biv_total_increment): Likewise.
11965
11966 Thu Dec 23 23:15:22 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
11967
11968         * reload1.c (emit_input_reload_insns): Restore old behaviour
11969         wrt. 'special' reloads.
11970
11971 1999-12-23  Zack Weinberg  <zack@wolery.cumb.org>
11972
11973         * Makefile.in (ggc-simple.c, ggc-page.c): Don't depend on
11974         hash.h.  (cse.c): Don't depend on hashtab.h.
11975
11976         * cse.c: Don't include hashtab.h.
11977         (hash_cse_reg_info, cse_reg_info_equal_p): Delete prototypes
11978         of dead functions.
11979         * ggc-simple.c: Don't include hash.h.
11980
11981 1999-12-22  Jason Merrill  <jason@casey.cygnus.com>
11982
11983         * dwarf2out.c (add_abstract_origin_attribute): Call
11984         gen_abstract_function on our function context.
11985
11986 Thu Dec 23 03:57:10 1999  Hans-Peter Nilsson  <hp@bitrange.com>
11987
11988         * Makefile.in (INTEGRATE_H): Fix typo: INTEGRATE_H, not INTREGRATE_H.
11989
11990 1999-12-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11991
11992         * config/c4x/c4x.c (c4x_address_cost): Add statement to default
11993         case in switch.
11994
11995 1999-12-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11996
11997         * config/c4x/c4x.md (*addqi3_noclobber_reload): Change operand 0
11998         constraints to "a!r".
11999
12000 1999-12-21  Mark Mitchell  <mark@codesourcery.com>
12001
12002         * Makefile.in (calls.o): Depend on function.h.
12003         (alias.o): Likewise.
12004
12005 1999-12-21  Bernd Schmidt  <bernds@cygnus.co.uk>
12006
12007         * reload1.c (emit_reload_insns): Break out code and variables into...
12008         (input_reload_insns, other_input_address_reload_insns,
12009         other_input_reload_insns, input_address_reload_insns,
12010         inpaddr_address_reload_insns, output_reload_insns,
12011         output_address_reload_insns, outaddr_address_reload_insns,
12012         operand_reload_insns, other_operand_reload_insns,
12013         other_output_reload_insns): ... new static variables, and...
12014         (emit_input_reload_insns, emit_output_reload_insns, do_input_reload,
12015         do_output_reload): ... new functions.
12016
12017 Tue Dec 21 07:06:36 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12018
12019         * pa.h (FUNCTION_ARG_BOUNDARY): Never return 0.
12020
12021 1999-12-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12022
12023         * md.texi: Add c4x constraints documentation.
12024
12025 1999-12-21  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12026
12027         * config/i386/dgux.c (struct option): Rename to
12028         lang_independent_option.
12029         (struct m_options): Add description field.
12030         (output_options): Rename option type, add sep declaration, output
12031         ix86_cpu_string and ix86_arch_string only if set.
12032         (output_file_start): Rename option type.
12033
12034 Mon Dec 20 23:15:36 1999  Mike Stump  <mrs@wrs.com>
12035
12036         * Makefile.in (crtbegin.o, crtend.o, s-crtS): Depend on
12037         stmp-int-hdrs.
12038         (libgcc2.a): Similarly.
12039
12040 Mon Dec 20 23:06:47 1999  David Edelsohn  <edelsohn@gnu.org>
12041
12042         * longlong.h (_ARCH_PPC): Only protect add_ssaaaa and sub_ddmmss
12043         with W_TYPE_SIZE == 32.  Do not fall through to POWER architecture
12044         for umul_ppmm and smul_ppmm if !_ARCH_PPC and !_ARCH_POWER.
12045
12046 Mon Dec 20 23:02:03 1999  Jeffrey A Law  (law@cygnus.com)
12047
12048         * fold-const.c (real_hex_to_f): Remove unused "isldouble" variable.
12049         Remove redundant initialization of "frexpon" and "expon".
12050
12051 Mon Dec 20 15:00:04 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12052
12053         * tree.c (real_value_from_int_cst): Clear REAL_VALUE_TYPE object first.
12054
12055         * expr.c (store_constructor): New argument SIZE; pass to clear_storage.
12056         (store_constructor_field, expand_expr): Pass new arg.
12057
12058 1999-12-20  Mark Mitchell  <mark@codesourcery.com>
12059
12060         * Makefile.in (explow.o): Depend on function.h.
12061
12062         * stor-layout.c (set_sizetype): Fix typo.
12063
12064 1999-12-20  Bernd Schmidt  <bernds@cygnus.co.uk>
12065
12066         * function.c (cfun): Renamed from current_function.  All users
12067         changed.
12068         * function.h (cfun): Rename declaration as well.
12069
12070         * reload.h (struct insn_chain): Change live_throughout and dead_or_set
12071         to be of type regset_head, not regset.  All users changed by adding
12072         address operator.
12073         * reload1.c (new_insn_chain): Don't allocate regsets, just clear them.
12074
12075 1999-12-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12076
12077         * config/c4x/rtems.h: New file.
12078
12079 1999-12-19  Bernd Schmidt  <bernds@cygnus.co.uk>
12080
12081         * reload1.c (spill_failure): Take class of failed reload as argument
12082         and print it.  Caller changed.
12083
12084 Sun Dec 19 07:50:42 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12085
12086         * rs6000.h (SUBTARGET_DEFAULT): New macro.
12087         (TARGET_SWITCHES): Allow subtargets to default switches.
12088         * rs6000/vxppc.h (SUBTARGET_DEFAULT): New macro.
12089
12090 1999-12-18  Mark Mitchell  <mark@codesourcery.com>
12091
12092         * crtstuff.c (__do_global_ctors_aux): Do not call __cxa_finalize
12093         in a main program.
12094
12095 Sat Dec 18 20:42:43 1999  Richard Henderson  <rth@cygnus.com>
12096
12097         * cccp.c (main): Define __STDC_VERSION__ as necessary.
12098         * cppinit.c (cpp_handle_option): Likewise.
12099
12100         * ginclude/stdarg.h (va_copy): Use __STDC_VERSION__ to
12101         determine when to define.
12102
12103 Sat Dec 18 20:34:00 1999  Richard Henderson  <rth@cygnus.com>
12104
12105         * alpha.c (alpha_emit_conditional_move): If TARGET_FIX, handle
12106         cmove with mismatched test and data modes.
12107
12108 Sat Dec 18 20:30:15 1999  Richard Henderson  <rth@cygnus.com>
12109
12110         * c-typeck.c (c_expand_start_case): Don't warn for long switch
12111         in system headers.
12112
12113 Sat Dec 18 16:28:43 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12114
12115         * alias.c: Minor reformatting.
12116         * flow.c: Likewise.
12117         * regs.h: Likewise.
12118         * stor-layout.c: Likewise.
12119         * fold-const.c: Likewise.
12120         (OVERFLOW_SUM_SIGN): Renamed from overflow_sum_sign.
12121         (struct cb_args, const_binop_1, const_binop): Pass type of arg,
12122         not arg itself.
12123         (size_int_wide): Cache nodes even if garbage collecting.
12124         (twoval_comparison_p): Reenable SAVE_EXPR case if operand
12125         of SAVE_EXPR has no side effects.
12126         * cse.c: Move a comment.
12127         * tree.c: Minor reformatting.
12128         (int_size_in_bytes): Return -1 if constant overflows.
12129
12130 Sat Dec 18 18:30:20 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12131
12132         * unroll.c (copy_loop_body): Don't treat a REG like a PLUS.
12133
12134 1999-12-18 10:42 -0800  Zack Weinberg  <zack@wolery.cumb.org>
12135
12136         * objc/objc-parse.c: Regenerate.  This file must be rebuilt
12137         after any change to c-parse.in, even if objc-parse.y didn't
12138         change.  Oops.
12139
12140 1999-12-18  David S. Miller  <davem@redhat.com>
12141
12142         * toplev.c (rest_of_compilation): Restore BLOCK tree
12143         reconstruction and branch shortening changes lost in
12144         December 18th change.
12145
12146 Sat Dec 18 05:29:29 1999  Scott Bambrough  <scottb@netwinder.org>
12147
12148         * config/arm/linux-elf.h: Change all instances of
12149         ARM_FLAG_SHORT_BYTES to ARM_FLAG_MMU_TRAPS.
12150         * config/arm/uclinux-elf.h: Likewise.
12151
12152 1999-12-18 Gabriel Dos Reis  <gdr@codesourcery.com>
12153
12154         * toplev.c (notice, vmessage, v_message_with_file_and_line,
12155         v_message_with_decl, file_and_line_for_asm,
12156         v_error_with_file_and_line, v_error_with_decl, v_error_for_asm,
12157         verror, vfatal, v_warning_with_file_and_line, v_warning_with_decl,
12158         v_warning_for_asm, vwarning, vpedwarn, v_pedwarn_with_decl,
12159         v_pedwarn_with_file_and_line, vsorry, vnotice, count_error,
12160         pfatal_with_name, fatal_io_error, need_error_newline,
12161         last_error_function, last_error_tick, announce_function,
12162         default_print_error_function, print_error_function,
12163         report_error_function, fnotice, error_with_file_and_line,
12164         error_with_decl, error_for_asm, error, set_fatal_function, fatal,
12165         _fatal_insn, _fatal_insn_not_found, warning_with_file_and_line,
12166         warning_with_decl, warning_for_asm, warning, pedwarn,
12167         pedwarn_with_decl, pedwarn_with_file_and_line, sorry): Move to
12168         diagnostic.c
12169         (compile_file): Use fnotice instead of notice.  Adjust call.
12170
12171         * diagnostic.c: New file.
12172
12173         * Makefile.in (OBJS): Include diagnostic.o
12174         (diagnostic.o): Define dependence.
12175
12176 1999-12-18  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12177
12178         * config/c4x/c4x.h (ASM_OUTPUT_XXX): Wrap in do-while(0).
12179         Tweak formatting.
12180
12181 1999-12-18  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12182
12183         * config/c4x/c4x.md (rpts_top, rptb_top): Add clobbers for rs and re.
12184
12185 1999-12-17 13:21 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
12186
12187         * fixtests.c (is_cxx_header): New fn, split out of
12188         double_slash_test.
12189         (else_endif_label): Allow "#endif // comment" in C++ headers,
12190         as determined by is_cxx_header.
12191         * fixfixes.c (else_endif_label_fix): Update comment.
12192         * fixincl.c: Don't output VERB_PROGRESS lines if stdout is not
12193         a tty.
12194         * genfixes: Correct double thinko in commandline parsing.
12195         * hackshell.tpl: Generate correct sh syntax for bypass
12196         entries.
12197
12198         * inclhack.def (all): Whenever an inserted preprocessor
12199         conditional is split over multiple lines, use double
12200         backslashes in this file so the fixed header will be readable.
12201
12202         (AAB_fd_zero_glibc_1_0): Rename to AAB_fd_zero_asm_posix_types_h
12203         and add bypass entry for correct version of this header.
12204         (AAB_fd_zero_glibc_1_x): Rename to AAB_fd_zero_gnu_types_h.
12205         (AAB_fd_zero_glibc_2_0): Rename to AAB_fd_zero_selectbits_h.
12206
12207         (hpux8_bogus_inlines): New fix, split from...
12208         (ultrix_atof_param) ... here.
12209         (math_expression): Add bypass entry keyed to glibc comment
12210         indicating the problem has been dealt with; disable
12211         unnecessary sed operations; update commentary.
12212         (math_gcc_ifndefs): Rename to math_huge_val_from_dbl_max,
12213         add select and bypass entries, simplify shell operation.
12214         (math_huge_val_ifndef): Split from math_gcc_ifndefs.
12215
12216         (ip_missing_semi, rs6000_param, tinfo_cplusplus,
12217          ultrix_atof_param): Add select entry.
12218         (stdio_va_list, sunos_mather_decl): Add bypass entry.
12219         (systypes_for_aix, sysv86_string, tinfo_cplusplus): Put the
12220         comments with the fixes they describe.
12221
12222         * c-parse.in (string action): Do not warn about ANSI string
12223         concatenation in system headers.  Affects C parser only.
12224         * c-parse.y, c-parse.c, c-parse.h: Rebuild.
12225
12226 1999-12-16  Jakub Jelinek  <jakub@redhat.com>
12227
12228         * config/sparc/sparc.h (TARGET_ARCH32): Exchange ifdefs so that if
12229         compiling libgcc2 the macro depends always on arch cpp defines.
12230
12231 Fri Dec 17 10:34:16 1999  Richard Earnshaw <rearnsha@arm.com>
12232
12233         * loop.c (insert_loop_mem): Don't record MEMs from inside
12234         EXPR_LISTs.
12235
12236 Fri Dec 17 12:08:11 MET 1999  Jan Hubicka  <hubicka@freesoftr.cz>
12237
12238         * regclass.c (regclass): Do not use flowgraph when not optimizing.
12239
12240         * gcse.c (try_replace_reg): Do replacements in REG_EQUAL/REG_EQUIV
12241         notes too, create one when replacement failed, attempt to simplify
12242         resulting notes.
12243         (cprop_insn): Propagate even to registers mentioned only in REG_EQUAL
12244         or REG_EQUIV notes.
12245
12246 1999-12-16  Mark Mitchell  <mark@codesourcery.com>
12247
12248         * crtstuff.c (__dso_handle): Declare.
12249         (__cxa_finalize): Likewise.
12250         (do_global_dtors_aux): Call __cxa_finalize if __dso_handle is
12251         non-NULL.
12252
12253         * invoke.texi: Document -fuse-cxa-atexit.
12254
12255         * tree.h (ptr_type_node): Document.
12256         (const_ptr_type_node): Likewise.
12257
12258 Fri Dec 17 01:32:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12259
12260         * regmove.c (optimize_reg_copy_1): Ignore LOOP notes.
12261         (optimize_reg_copy_2): Likewise.
12262         (optimize_reg_copy_3): Likewise.
12263         (fixup_match_2): Likewise.
12264         (regmove_optimize): Likewise.
12265         (fixup_match_1): Liekwise.
12266
12267         * i386.md (HI to SImode promoting splitters): Rewrite.
12268         (pushsf mem peep2): New.
12269         (testhi to andhi peep2): Remove.
12270         * i386.h (x86_promote_QImode): New.
12271         (TARGET_PROMOTE_QImode): New.
12272         (PREDICATE_CODES): Add promotable_binary_operator.
12273         * i386.c (x86_promote_QImode0: New.
12274         (promotable_binary_operator): New.
12275         * i386-protos.h (promotable_binary_operator): New.
12276
12277         * i386.md (test?i_1): Use "nonmemory_operand" predicate, simplify
12278         condition.
12279         (one_cmpl?i*): Pass "NOT" to unary_operator_ok.
12280
12281 1999-12-16  Mark Mitchell  <mark@codesourcery.com>
12282
12283         * Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.
12284         * function.c (insert_block_after_note): Remove.
12285         (retrofit_block): Likewise.
12286         (identify_blocks): Fix indentation.
12287         (reorder_blocks): Don't NULL out NOTE_SOURCE_FILE for a
12288         NOTE_INSN_BLOCK_BEG or NOTE_INSN_BLOCK_END.
12289         * function.h (insert_block_after_note): Remove prototype.
12290         (retrofit_block): Likewise.
12291         * integrate.c (expand_inline_function): Don't call
12292         find_loop_tree_blocks.  Use expand_start_bindings_and_block, not
12293         just expand_start_bindings.  Use the block_map to remap old
12294         NOTE_BLOCKs to new ones.
12295         (integrate_decl_tree): Keep track of remapped blocks.
12296         * integrate.h (struct inline_remap): Add block_map.
12297         * stmt.c (expand_fixup): Don't try to retrofit_blocks.  Just set
12298         NOTE_BLOCK on the notes.
12299         (expand_start_bindings): Rename to ...
12300         (expand_start_bindings_and_block): Add parameter.  Set NOTE_BLOCK.
12301         (expand_end_bindings): Set NOTE_BLOCK.
12302         * toplev.c (rest_of_compilation): In function-at-a-time-mode,
12303         reconstruct the BLOCK tree.
12304         * tree.h (expand_start_bindings): Macroize.  Call ...
12305         (expand_start_bindings_and_block): New function.
12306
12307 1999-12-16  Jakub Jelinek  <jakub@redhat.com>
12308
12309         * config/sparc/sparc.c (print_operand): Cast fprintf arguments
12310         to match the format.
12311
12312 1999-12-16  David S. Miller  <davem@redhat.com>
12313
12314         * expr.c (emit_move_insn_1): Only emit clobbers if one of
12315         the outputs is a SUBREG.
12316         * rtlanal.c (reg_overlap_mentioned_p): Revert December 15th
12317         change.
12318
12319         * config/sparc/sparc.c (epilogue_renumber): Add default case
12320         to switch stmt.
12321
12322 Thu Dec 16 11:33:57 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12323
12324         * toplev.c (rest_of_compilation): Run branch shortening after
12325         reg-stack.
12326
12327         * regclass.c (loop_depth): Remove
12328         (scan_one_insn): Do not handle LOOP_NOTE insns.
12329         (regclass): Go through basic blocks and set loop_cost
12330
12331 Thu Dec 16 02:56:25 1999  Zack Weinberg  <zack@bitmover.com>
12332
12333         * tree.h (DECL_FROM_INLINE): Check DECL_ABSTRACT_ORIGIN too.
12334
12335 Thu Dec 16 10:43:35 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12336
12337         * i386.md (movqi): Use "nonimmediate_operand" for output operand.
12338         (movstrictqi, movdi, movsf, movdf, movxf): Likewise.
12339         (adddi, addqi, addhi, subdi, subqi, subhi, ffs): Likewise.
12340
12341 Thu Dec 16 02:41:26 1999  Richard Henderson (rth@cygnus.com)
12342
12343         * loop.c (insert_loop_mem): Ignore memory clobbers.
12344
12345         * combine.c (simplify_comparison): Reduce (OP (MINUS A B) 0)
12346         to (OP A B).
12347
12348 Thu Dec 16 02:26:11 1999  Jeffrey A Law  (law@cygnus.com)
12349
12350         * profile.c: Remove redundant #include "output.h".
12351
12352         * h8300.md (HImode preinc peephole): Fix typo.
12353
12354 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12355
12356         * function.c (retrofit_block): Abort if we don't find a suitable insn.
12357         (insert_block_after_note): Abort if we don't have a previous block.
12358         Remove FN parameter.
12359         * function.h: Adjust.
12360
12361 1999-12-15  Mark Mitchell  <mark@codesourcery.com>
12362
12363         * builtins.c (expand_builtin_mathfn): Make sure not to expand the
12364         argument more than once.
12365
12366 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12367
12368         * stmt.c (expand_decl): Expand upper bound of a dynamic array.
12369
12370 1999-12-15  Jakub Jelinek  <jakub@redhat.com>
12371
12372         * expr.c (emit_group_load): Use dst mode if src is VOIDmode.
12373
12374 Wed Dec 15 16:11:55 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12375
12376         * function.c (PREFERRED_STACK_BOUDNARY): Provide default value.
12377         (assign_stack_local_1): Limit alignment to PREFERRED_STACK_BOUNDARY,
12378         update stack_alignment_needed.
12379         (prepare_function_start): Initialize stack_alignment_needed
12380         * function.h (struct function): Add field stack_alignment_needed.
12381
12382 Wed Dec 15 14:55:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12383
12384         * caller-save.c (insert_one_insn): Returns struct insn_chain *.
12385         Handle live_throughout / dead_or_set instead of live_before /
12386         live_after.
12387         (save_call_clobbered_regs): Get register livenessinformation from
12388         chain->live_throughout.
12389         (add_stored_regs): New function.
12390         (insert_restore, insert_save): Add restored / saved registers to
12391         dead_or_set.
12392         * global.c (reg_dies): New parameter chain.
12393         (reg_becomes_live): Third parameter is regs_set now.
12394         Changed all callers.
12395         (reg_dies): New parameter chain.  Changed all callers.
12396         (build_insn_chain): Set live_throughout instead of
12397         live_before / live_after.
12398         * reload.h (struct insn_chain): Replace members live_before /
12399         live_after with live_throughout / dead_or_set.
12400         * reload1.c (new_insn_chain): Handle live_throughout / dead_or_set
12401         instead of live_before / live_after.
12402         (maybe_fix_stack_asms, find_reload_regs, finish_spills): Likewise.
12403         (order_regs_for_reload, find_reg, finish_spills): Likewise.
12404         (choose_reload_regs_init): Likewise.
12405         * stupid.c (current_chain, find_clobbered_regs): Delete.
12406         (stupid_life_analysis): Set chain->live_throughout chain->dead_or_set
12407         instead of chain->live_before / chain->live_after.
12408         (mark_hard_ref): New function.
12409         (stupid_mark_refs): Call mark_hard_ref. Clear chain->live_throughout.
12410
12411 1999-12-15  David S. Miller  <davem@redhat.com>
12412
12413         * rtlanal.c (reg_overlap_mentioned_p): Handle CONCAT.
12414
12415 Wed Dec 15 15:05:30 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12416
12417         * flow.c (calculate_loop_depth): Make global, remove prototype,
12418         rewrite to use new loop infrastructure.
12419         (find_basic_block): Remove calculate_loop_depth call.
12420         * toplev.c (rest_of_compilation): Call find_basic_block.
12421         * output.h (calculate_loop_depth): Declare.
12422
12423         * flow.c (dump_flow_info): Dump loop_depth.
12424         (flow_loops_nodes_find): Increase loop_depth for basic block in the
12425         body.
12426         (flow_loops_find): Initialize the loop_depth for each basic block.
12427
12428 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12429
12430         * tree.c (decl_function_context): Handle virtual functions.
12431
12432         * tlink.c (scan_linker_output): Don't look in demangled name when
12433         looking for linker output keywords.
12434
12435         * dwarfout.c (output_type): We can defer namespace-scope classes.
12436
12437 Wed Dec 15 01:23:29 1999  Jeffrey A Law  (law@cygnus.com)
12438
12439         * regclass.c (record_reg_classes): Update comment for merging
12440         register class preferences in reg->reg copies.  Tighten conditions
12441         for merging register class preferences in reg->reg copies.
12442
12443 Wed Dec 15 02:19:32 1999  David Edelsohn  <edelsohn@gnu.org>
12444
12445         * rs6000.md (tablejumpdi): Generate DImode LABEL_REF.
12446
12447 1999-12-14  Geoff Keating  <geoffk@cygnus.com>
12448
12449         * config/m68k/m68020-elf.h (ENDFILE_SPEC): Delete.
12450         (INIT_SECTION_ASM_OP): Delete.
12451         (FINI_SECTION_ASM_OP): Delete.
12452         (STARTFILE_SPEC): Define to hold just crtbegin.o.
12453
12454 1999-12-14  Jason Merrill  <jason@casey.cygnus.com>
12455
12456         * dwarf2out.c (add_abstract_origin_attribute): Do call abort if
12457         the abstract origin wasn't emitted.
12458
12459         * dwarf2out.c (class_scope_p): New fn.
12460         (gen_subprogram_die): Use it.
12461         (gen_variable_die): Use it.  Tweak logic.
12462         (gen_struct_or_union_type_die): Check context_die to determine
12463         if we're function-local.
12464         (dwarf2out_decl): Check DECL_BUILT_IN, not DECL_FUNCTION_CODE.
12465
12466 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12467
12468         * loop.c (check_dbra_loop): Can't reverse a biv that has
12469         maybe_multiple set.
12470
12471 1999-12-14  Nick Clifton  <nickc@cygnus.com>
12472
12473         * config/arm/arm.c: Add support for -mcpu=arm720 command line
12474         switch.
12475
12476 Tue Dec 14 18:13:32 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12477
12478         * loop.c (strength_reduce): Fix sign of giv lifetime calculation
12479         for givs made from biv increments.
12480
12481 Tue Dec 14 08:11:27 1999  Richard Henderson  <rth@cygnus.com>
12482
12483         * configure.in (alpha-osf, alpha-linux): Handle ev6[78].
12484         * alpha.c (override_options): Recognize -mcpu=ev67.
12485         * alpha.h (CPP_CPU_EV67_SPEC): New.
12486         (CPP_CPU_DEFAULT_SPEC): Examine TARGET_CPU_DEFAULT to use it.
12487         (EXTRA_SPECS): Update.
12488
12489 Tue Dec 14 08:04:28 1999  Richard Henderson  <rth@cygnus.com>
12490
12491         * cppp.c (main): Set trigraphs and __STRICT_ANSI__ as
12492         appropriate for -lang-c89 and -std=*.
12493         * cppinit.c (cpp_handle_option): Likewise.
12494         (new_pending_define): New, split out from cpp_handle_option.
12495         * gcc.c (default_compilers): Don't define __STRICT_ANSI__
12496         or enable trigraphs for -ansi/-std=*.
12497
12498         * ginclude/stdarg.h (__va_copy): New.
12499         (va_copy): Don't define for C89.
12500
12501 Tue Dec 14 08:37:27 CST 1999 Clinton Popetz  <cpopetz@cygnus.com>
12502
12503         * config/arm/arm.md (mulsidi3adddi, umulsidi3adddi): New patterns
12504         for long long multiply-accumulate.
12505
12506 Tue Dec 14 13:51:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12507
12508         * regclass.c (scan_one_insn): Set loop_cost to 1 when
12509         optimizing for size.
12510
12511 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12512
12513         * reload1.c (reload): Can't avoid select_reload_regs/finish_spills
12514         if something changed.  Back out that part of yesterday's changes.
12515
12516         * loop.c (loop_max_reg): New static variable.
12517         (loop_optimize): Initialize it.  Eliminate one unnecessary call to
12518         max_reg_num.
12519         (scan_loop): Call reg_scan_update whenever we may have added new
12520         registers, and update loop_max_reg.
12521
12522 Tue Dec 14 12:07:29 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12523
12524         * regclass.c  (record_reg_classes): Do not do the copying preferrencing
12525         when source does not die.
12526
12527         * regclass.c (record_reg_classes): Handle INOUT operands propertly.
12528
12529 1999-12-14  Jakub Jelinek  <jakub@redhat.com>
12530
12531         * config/sparc/linux64.h (TARGET_LIVE_G0,
12532         TARGET_BROKEN_SAVERESTORE): Don't support weird SPARC
12533         variants on Linux.
12534         * config/sparc/linux.h (TARGET_LIVE_G0,
12535         TARGET_BROKEN_SAVERESTORE): Likewise.
12536         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
12537         TARGET_BROKEN_SAVERESTORE): Likewise.
12538
12539         * config/sparc/sparc.h (SPARC_DEFAULT_CMODEL): Default to CM_32.
12540         (CONDITIONAL_REGISTER_USAGE): For block profiling fix %g4 on sparc64,
12541         not %g2.
12542         (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Use %g4 instead of %g2
12543         as sparc64 block profiling register.
12544         * config/sparc/sparc.c (sparc_override_options): Allow block
12545         profiling with -m32.
12546         (sparc_block_profiler): Use %g4 instead of %g2 as sparc64 block
12547         profiling register.
12548         * config/sparc/linux64.h (MACHINE_STATE_*): Only provide these
12549         macros on TARGET_ARCH32. sparc.h has macros good enough for sparc64.
12550         * config/sparc/sol2.h (MACHINE_STATE_*): Likewise.
12551
12552         * config/sparc/xm-sp64.h: Avoid using __sparc_v9__ when testing
12553         for sparc64.
12554         * config/sparc/sparc.h: Likewise.
12555         * config/sparc/xm-sysv4-64.h: Likewise.
12556         * config/float-sparc.h: Likewise.
12557         * glimits.h: Likewise.
12558         * longlong.h: Likewise.
12559
12560         * config/sparc/linux64.h (DEFAULT_VTABLE_THUNKS): Define to 1.
12561         (ASM_IDENTIFY_GCC): Remove.
12562
12563 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12564
12565         * combine.c (combine_simplify_rtx): Don't make shared rtl.
12566         (simplify_logical): Likewise.
12567
12568 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12569
12570         * cccp.c (INO_T_EQ): Disable inode-based optimization for Cygwin.
12571         * cppfiles.c (INO_T_EQ): Likewise.
12572
12573 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12574
12575         * i386/crtdll.h (STARTFILE_SPEC): Add -pg profiling support.
12576         * i386/mingw32.h (LIB_SPEC): Likewise.
12577         (STARTFILE_SPEC): Likewise.
12578         * i386/uwin.h (LIB_SPEC): Likewise.
12579         (STARTFILE_SPEC): Likewise.
12580
12581         * i386/mingw32.h (SUBTARGET_PROLOGUE): Override Cygwin definition.
12582         * i386/uwin.h (SUBTARGET_PROLOGUE): Likewise.
12583
12584 Mon Dec 13 20:25:29 1999  Jeffrey A Law  (law@cygnus.com)
12585
12586         * combine.c (combine_simplify_rtx): Fix order of checks for
12587         (ashiftrt foo C) -> (lt foo (const_int 0)) simplification.
12588
12589 1999-12-13  Clinton Popetz  <cpopetz@cygnus.com>
12590
12591         * config/arm/arm.md  (*mulsidi3adddi, *umulsidi3adddi) Backed out
12592         12/10/99 change, reapplied to merged-arm-thumb-backend-branch.
12593
12594 1999-12-10  Bernd Schmidt  <bernds@cygnus.co.uk>
12595
12596         * hard-reg-set.h (inv_reg_alloc_order): Declare if REG_ALLOC_ORDER is
12597         defined.
12598         * regclass.c (inv_reg_alloc_order): New array.
12599         (regclass_init): If REG_ALLOC_ORDER is defined, initialize it.
12600
12601         * reload.h (struct insn_chain): Delete fields group_size, group_mode,
12602         counted_for_groups, counted_for_nongroups.  Add fields rld and
12603         n_reloads.
12604         * reload.c (push_secondary_reload): Don't set nongroup field of
12605         new reloads.
12606         (push_reload): Likewise.
12607         (find_reloads): Delete code to compute nongroup fields.
12608         * reload1.c (reload_insn_firstobj): New static variable.
12609         (pseudos_counted, spilled_pseudos): Now of type regset_head.  All
12610         users changed.
12611         (calculate_needs, find_tworeg_group, find_group, possible_group_p,
12612         count_possible_groups, modes_equiv_for_class_p, new_spill_reg,
12613         dump_needs, maybe_mark_pseudo_spilled, hard_reg_use_compare): Delete
12614         functions.
12615         (count_pseudo, select_reload_regs, copy_reloads, find_reg): New
12616         functions.
12617         (struct hard_reg_n_uses): Deleted.
12618         (potential_reload_regs): Deleted.
12619         (init_reload): Initialize spilled_pseudos and pseudos_counted.
12620         (reload): Don't try to allocate reload registers if we already know
12621         we have to make another pass.  Call select_reload_regs.  Free memory
12622         starting with reload_firstobj when starting another pass.
12623         Don't allocate spilled_pseudos.
12624         (calculate_needs_all_insns): Call copy_reloads for an insn that
12625         needs reloads; don't call calculate_needs.
12626         (spill_cost): New static array.
12627         (used_spill_regs_local): New static variable.
12628         (order_regs_for_reload): Rewrite to lose hard_reg_n_uses and the code
12629         to compute potential_reload_regs.
12630         (find_reload_regs): Completely rewritten to use find_reg.
12631         (allocate_reload_reg): Don't test counted_for_groups or
12632         counted_for_nongroups.  Lose NOERROR arg and code to give an error;
12633         all cllers changed.
12634         (choose_reload_regs): Add fallback code that uses the existing
12635         register allocation from find_reload_regs.
12636
12637 Mon Dec 13 00:54:14 1999  Philippe De Muyter  <phdm@macqel.be>
12638
12639         * flow.c (create_edge_list): Cast xmalloc return value.
12640
12641 Mon Dec 13 00:47:58 1999  Jeffrey A Law  (law@cygnus.com)
12642
12643         * doprnt.c: Remove incorrect comment closure.
12644
12645         * cse.c: Fix a few minor whitespace goofs.
12646
12647 1999-12-13  Don Bowman  <don@pixstream.com>
12648
12649         * mips/vxworks.h: Fix problem with comment termination.
12650         (EXTRA_SECTIONS): Add in_sbss.
12651         (EXTRA_SECTION_FUNCTIONS): Corresponding changes.
12652
12653 1999-12-12  David S. Miller  <davem@redhat.com>
12654
12655         * cse.c (struct cse_reg_info): Add hash_next member,
12656         reorder rest of struct for better packing on 64-bit
12657         hosts.
12658         (cse_reg_info_tree): Kill.
12659         (REGHASH_SHIFT, REGHASH_SIZE, REGHASH_MASK, reg_hash,
12660         REGHASH_FN): New custom pow2 hash mechanism.
12661         (NBUCKETS): Kill.
12662         (HASH_SHIFT, HASH_SIZE, HASH_MASK, HASH, table): Rework to
12663         use a pow2 hash table.
12664         (get_cse_reg_info): Rework to use new REGHASH.
12665         (new_basic_block): Likewise, use HASH_SIZE, and inline
12666         free_element call.
12667         (remove_from_table): Rework to use HASH_SIZE/HASH_MASK,
12668         and inline free_element call.
12669         (lookup_as_function, insert, flush_hash_table, invalidate,
12670         remove_invalid_refs, remove_invalid_subreg_refs, rehash_using_reg,
12671         invalidate_for_call, use_related_value, find_comparison_args,
12672         fold_rtx, equiv_constant, cse_insn, invalidate_memory): Likewise.
12673         (hash_cse_reg_info, cse_reg_info_equal_p, free_element,
12674         get_element): Kill.
12675
12676 Sun Dec 12 21:31:44 1999  Jeffrey A Law  (law@cygnus.com)
12677
12678         * cse.c (cse_basic_block): Free qty_table consistently.
12679
12680 1999-12-12  David S. Miller  <davem@redhat.com>
12681             Jakub Jelinek    <jakub@redhat.com>
12682
12683         * config/sparc/sparc.md (movtf reg/reg split): Don't generate
12684         SUBREGs by hand, gen the appropriate hard reg directly.
12685         (movtf reg/mem split): Likewise and alter_subreg on destination
12686         if necessary.
12687         (movtf mem/reg split): Similarly.
12688         (movdf_cc_sp64): Rename from hidden pattern.
12689         (movtf_cc_hq_sp64): Renamed from movtf_cc_sp64.
12690         (movtf_cc_sp64, following split): New pattern and splitter.
12691         (movdf_cc_reg_sp64): Rename from hidden pattern.
12692         (movtf_cc_reg_hq_sp64): Renamed from movtf_cc_reg_sp64, require
12693         TARGET_HARD_QUAD.
12694         (movtf_cc_reg_sp64, following split): New pattern and splitter.
12695
12696 1999-12-12  Stephen L Moshier <moshier@mediaone.net>
12697
12698         * loop.c (load_mems): Don't hoist written floating point mem
12699         if -ffloat-store.
12700
12701 1999-12-12  Mark Mitchell  <mark@codesourcery.com>
12702
12703         * except.h (struct eh_queue): Add `next' pointer.
12704         (struct eh_status): Make x_ehqueue a pointer.
12705         (push_ehqueue):  Declare.
12706         (pop_ehqueue): Likewise.
12707         * except.c (expand_eh_region_end): Adjust now that ehqueue is a
12708         pointer.
12709         (expand_fixup_region_end): Likewise.
12710         (expand_leftover_cleanups): Likewise.
12711         (push_ehqueue): Define.
12712         (pop_ehqueue): Likewise.
12713         (emit_cleanup_handler): Use push_ehqueue and pop_ehqueue rather
12714         than doing it inline.
12715         (expand_start_all_catch):  Adjust now that ehqueue is a
12716         pointer.
12717         (mark_eh_queue): Mark all level of the queue.
12718         (mark_eh_status):  Adjust now that ehqueue is a
12719         pointer.
12720         (init_eh_for_function): Allocate ehqueue.
12721         (free_eh_status): Free it.
12722         * stmt.c (expand_cleanups): Save the ehqueue around the cleanup
12723         expansion for a fixup.
12724
12725 1999-12-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12726
12727         * gthr-single.h (__gthread_active_p): Add prototype arguments.
12728
12729         * libgcc2.c (__udivmoddi4): Remove unnecessary decls.
12730         (__dummy, __builtin_saveregs, __bb_exit_trace_func, __bb_init_prg,
12731         __bb_trace_func, __bb_trace_func_ret, __bb_trace_ret,
12732         function_ptr, getpagesize, __enable_execute_stack,
12733         __enable_execute_stack, __clear_insn_cache,
12734         __enable_execute_stack, __do_global_dtors, __do_global_ctors,
12735         _cleanup, _exit, __default_terminate, __terminate_func,
12736         __terminate, __empty, __throw, new_eh_context,
12737         eh_context_initialize, eh_context_static, eh_context_specific,
12738         get_eh_context, __get_eh_context, __get_eh_info,
12739         init_reg_size_table, eh_threads_initialize,
12740         __get_dynamic_handler_chain, __sjthrow, __sjpopnthrow,
12741         __unwinding_cleanup, throw_helper, __throw, __rethrow,
12742         __pure_virtual): Add prototype arguments.
12743         (__bb_exit_func): Cast a sizeof to long when comparing against one.
12744         Cast a signed value to unsigned long when comparing against one.
12745         (new_eh_context): Wrap in _GTHREADS macro.
12746         (__sjthrow, __sjpopnthrow): Initialize variable `cleanup' at
12747         declaration.
12748         (in_reg_window): Mark parameters with __attribute__ ((__unused__)).
12749         (throw_helper): Initialize variables `handler_p' and `pc_p'.
12750
12751 1999-12-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12752
12753         * combine.c (record_promoted_value): Remove unused variable
12754         `links2'.
12755
12756         * emit-rtl.c (renumber_insns): Likewise for `old_max_uid'.
12757
12758         * global.c (record_conflicts): Likewise for `j'.
12759
12760         * genoutput.c (output_insn_data): Don't unnecessarily cast away
12761         const-ness.
12762
12763 1999-12-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12764
12765         * i386-protos.h (output_387_binary_op, output_fix_trunc,
12766         output_fp_compare): Constify a char*.
12767
12768         * i386.c (ix86_split_to_parts, ix86_safe_length_prefix): Add
12769         static prototypes.
12770         (override_options, ix86_comp_type_attributes, print_operand,
12771         output_387_binary_op, output_fix_trunc, output_fp_compare):
12772         Constify a char*.
12773         (ix86_sched_reorder): Mark parameter `clock_var' with
12774         ATTRIBUTE_UNUSED.
12775
12776         * i386.h (DEBUG_PRINT_REG): Constify a char*.
12777
12778 Fri Dec 10 16:12:13 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12779
12780         * tree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third
12781         operand, for use in the Java front-end.
12782
12783 1999-12-10  Ben Collins  <bcollins@debian.org>
12784
12785         * configure.in: Fix typo for "-64" in 64bit as check.
12786         * configure: Rebuilt.
12787
12788 1999-12-10  Jakub Jelinek  <jakub@redhat.com>
12789
12790         * longlong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT where
12791         appropriate.
12792
12793 1999-12-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12794
12795         * c-parse.in (string): With -Wtraditional, warn if ANSI string
12796         concatenation is utilized.
12797
12798         * invoke.texi (-Wtraditional): Document it.
12799
12800 1999-12-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12801
12802         * flow.c (flow_loops_dump): Avoid ANSI string concatenation.
12803         Cast a ptrdiff_t to long and pass it to printf with %ld.
12804
12805 1999-12-10  Geoff Keating  <geoffk@cygnus.com>
12806
12807         * config/m68k/m68k.h (CONDITIONAL_REGISTER_USAGE): If we have no
12808         68881, we have no 68881 registers at all.
12809         (HARD_REGNO_MODE_OK): It is always OK to put a MODE_FLOAT
12810         value in a 68881 register if it is available.
12811
12812 1999-12-10  Clinton Popetz  <cpopetz@cygnus.com>
12813
12814         * config/arm/arm.md (*mulsidi3adddi, *umulsidi3adddi): New patterns
12815         for long long multiply-accumulate.
12816
12817 1999-12-10  Bernd Schmidt  <bernds@cygnus.co.uk>
12818
12819         * loop.c (insert_loop_mem): Undo last change.
12820
12821 1999-12-10  David S. Miller  <davem@redhat.com>
12822
12823         * config/sparc/sparc.c (fp_sethi_p, fp_mov_p, fp_high_losum_p):
12824         New functions.
12825         * config/sparc/sparc-protos.h: Add them.
12826         * config/sparc/sparc.h: Add them to PREDICATE_CODES.
12827         (EXTRA_CONSTRAINT_BASE): New macro, handling Q, R, and S
12828         constraints which use those helpers.
12829         (EXTRA_CONSTRAINT): Use this new macro.
12830         * md.texi: Update sparc target constraints documentation.
12831         * config/sparc/sparc.md (clear_sf, clear_sfp, movsf_const_intreg,
12832         movsf_const_high, movsf_const_lo, movsf_insn): Delete.
12833         (movsf_insn_novis_liveg0, movsf_insn_novis_noliveg0,
12834         movsf_insn_vis, movsf_lo_sum, movsf_high): New patterns.
12835         (movsf high/lo_sum split): Rework for new patterns.
12836         (movsf expander): Allow storing fp_zero to memory if ! live_g0.
12837
12838 1999-12-09  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
12839
12840         * c-common.c (c_common_nodes_and_builtins):
12841         Create __builtin_ptrdiff_t and __builtin_size_t.
12842
12843 Thu Dec  9 18:05:48 1999  Jeffrey A Law  (law@cygnus.com)
12844
12845         * pa/elf.h (MAX_OFILE_ALIGNMENT): Define.
12846
12847 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12848
12849         * regclass.c (globalize_reg): Re-instate test that allows
12850         fixed registers to be declared as a variable even after functions
12851         are defined.
12852
12853 Fri Dec 10 00:52:13 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12854
12855         * i386.md (cpu attribute): Add "athlon".
12856         (athlon_decode): New attribute.
12857         (Athlon scheduling units definitions): New.
12858         (fcmp and shld patterns): Set athlon_decode to "vector".
12859         * i386.c (athlon_cost): New.
12860         (m_ATHLON): New.
12861         (x86_use_leave, x86_push_memory, x86_movx, x86_cmove, x86_deep_branch,
12862         x86_use_sahf): Set for Athlon.
12863         (x86_use_fiop): Unset for Athlon.
12864         (override_options): Define Athlon alignments and "athlon" name.
12865         (x86_adjust_cost): Penalize AGI and delayed latencies for Athlon.
12866         * i386.h (TARGET_ATHLON): New.
12867         (enum processor_type): Add PROCESSOR_ATHLON.
12868         (TARGET_CPU_DEFAULT_SPEC): Set to "-D__tune_athlon__"
12869         for CPU_DEFAULT==5
12870         (TARGET_CPP_CPU_SPECS): Set -D__tune_athlon__ for Athlon.
12871
12872 1999-12-09  Andreas Jaeger  <aj@suse.de>
12873
12874         * loop.c (record_biv): Declare parameter as int.
12875
12876         * config/i386/i386-protos.h: Declare long_memory_operand.
12877
12878 1999-12-09  Mark Mitchell  <mark@codesourcery.com>
12879
12880         * tree.c (copy_node): Do zero the TREE_CHAIN, even for an
12881         EXPR_WITH_FILE_LOCATION.
12882
12883 Thu Dec  9 11:36:24 MET 1999 Jan Hubicka  <hubicka@freesoft.cz>
12884
12885         * i386.md (neg??, abs?f, one_cmpl?i): Use nonimmediate_operand
12886         in expander.
12887
12888         * flow.c (recompute_reg_usage): Use basic block info to get loop_depth.
12889
12890         * combine.c (try_combine, distribute_notes): Remove REG_N_REFS
12891         updating code.
12892
12893 1999-12-09  Jakub Jelinek  <jakub@redhat.com>
12894
12895         * config/sparc/linux64.h (TARGET_DEFAULT): Make -mapp-regs
12896         default on linux64 again.
12897         * config/sparc/t-linux64: Add mno-app-regs and non-medlow code
12898         models for multilibing.
12899         * genmultilib: Accept | as alternative separator within a set in
12900         MULTILIB_OPTIONS.
12901
12902         * config/sparc/sparc.h (PROMOTE_FOR_CALL_ONLY): Define.
12903
12904         * calls.c (precompute_arguments): Make sure initial_value contains
12905         value pseudo which CSE expects.
12906         * cse.c (struct set): New entry orig_src.
12907         (cse_insn): Set it early on entry, use it for libcall EQUIV note
12908         replacement.
12909
12910 Wed Dec  8 22:24:15 1999  Richard Henderson  <rth@cygnus.com>
12911
12912         * flow.c (count_basic_blocks): Don't add (use (const_int 0)) insns.
12913
12914 1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
12915
12916         * loop.c (insert_loop_mem): Don't hoist volatile mems out of loops.
12917
12918 1999-12-08  Jakub Jelinek  <jakub@redhat.com>
12919
12920         * config/sparc/sparc.c (ultra_cmove_results_ready_p,
12921         ultra_fpmode_conflict_exists, ultra_flush_pipeline): Typo fix.
12922
12923         * config/sparc/sparc.h (SPARC_SETHI_P): Don't look at topmost 32 bits
12924         if TARGET_ARCH32.
12925
12926         * longlong.h: Merge in changes from glibc.
12927         Also don't clobber %g2 register in 32bit SPARC assembly, so that
12928         -mno-app-regs libgcc can be compiled.
12929         * libgcc2.c: Add defines so that the updated longlong.h
12930         can be used in libgcc2.a. Also, make sure on most architectures
12931         (at least on all which have optimized code in longlong.h defined
12932         for) {SI,W}_TYPE_SIZE is suitable for preprocessor tests.
12933
12934 1999-12-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12935
12936         * config/sparc/sol2-64.h: Same as sol2-sld-64.h, except that
12937         `-m EMULATION' is added to non-default LINK_ARCH_SPECs.
12938         * configure.in: Use sol2-64.h instead of sol2-sld-64.h if linker
12939         is GNU ld.
12940         * configure: Rebuilt.
12941
12942 Wed Dec  8 03:45:40 1999  Richard Henderson  <rth@cygnus.com>
12943
12944         * alpha.c (secondary_reload_class): For !BWX, sub-simode
12945         outputs require a register.
12946
12947 1999-12-08  Brendan Kehoe  <brendan@cygnus.com>
12948
12949         * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Add _sf_to_usi
12950         _df_to_usi.  Required by some targets, so US_SOFTWARE_GOFAST calls to
12951         functions like dptoul will be resolved.
12952         (libgcc2.a): Make sure that the object files from DPBIT are named
12953         differently (prefix `_dp') from those that would be coming from
12954         FPBIT.
12955
12956 1999-12-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>,  Jakub Jelinek  <jakub@redhat.com>
12957
12958         * configure.in: When target is sparc* and tm_file contains 64,
12959         test for 64bit support in assembler.  If not supported, remove
12960         sparc/t-sol2-64 from target-dependent Makefile fragments.
12961         (AS_SPARC64_FLAG): Define to the assembler flag for 64bit.
12962         (HAVE_AS_OFFSETABLE_LO10): Rework test to use these flags.
12963         (HAVE_AS_REGISTER_PSEUDO_OP): Use config.cache.
12964         * acconfig.h (AS_SPARC64_FLAG): Added.
12965         * configure, config.in: Rebuilt.
12966         * config/sparc/sol2-sld-64.h: Same as sol2.h, if without 64bit
12967         support.  Use AS_SPARC64_FLAG.
12968
12969 1999-12-07  Jakub Jelinek  <jakub@redhat.com>
12970
12971         * config/sparc/sparc.c (hard_32bit_mode_classes): Mark registers
12972         suitable for holding OFmode values so that gcc works with complex
12973         quad long doubles.
12974         (hard_64bit_mode_classes): Likewise.
12975
12976         * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): Fix pattern
12977         so that it is actually matched.
12978         (sethi_di_medlow): Likewise.
12979
12980         * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Consider TFmode 0.0L
12981         as legitimate constant if -mvis.
12982         * config/sparc/sparc.md (movtf): Likewise.
12983         (clear_sf): Use const_double_operand.
12984         (clear_sfp, clear_dfp, clear_tf, clear_tfp): New patterns.
12985
12986         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): New function.
12987         * config/sparc/sparc-protos.h (sparc_emit_float_lib_cmp): Prototype.
12988         * config/sparc/sparc.h (*_LIBCALL): Only use for _Q_*
12989         routines, _Qp_* cannot be handled like that now.
12990         (INIT_TARGET_OPTABS): Likewise.
12991         * config/sparc/sparc.md (cmptf): Accept soft float ARCH64.
12992         (seq, sne, sgt, sge, slt, sle, beq, bne, bgt, bge, blt, ble): Call
12993         sparc_emit_float_lib_cmp if ARCH64 and soft float.
12994         (extendsftf2, extenddftf2, trunctfsf2, trunctfdf2, floatsitf2,
12995         floatditf2, fix_trunctfsi2, fix_trunctfdi2, addtf3, subtf3, multf3,
12996         divtf3, sqrttf3): New expanders.
12997         (extendsftf2_hq, extenddftf2_hq, trunctfsf2_hq, trunctfdf2_hq,
12998         floatsitf2_hq, floatditf2_hq, fix_trunctfsi2_hq, fix_trunctfdi2_hq,
12999         addtf3_hq, subtf3_hq, multf3_hq, divtf3_hq, sqrttf3_hq): Rename from
13000         non-_hq patterns.
13001
13002         * configure.in (sparc64-*-linux*): Use posix threads if enabled.
13003         * configure: Rebuilt.
13004         * config/sparc/linux64.h: Default to -mcpu=ultrasparc if no
13005         -mcpu is given and we're doing 64bit compiles.
13006
13007 Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
13008
13009         * loop.h (struct induction): Add multi_insn_incr.
13010         * loop.c (basic_induction_var): New multi_insn_incr argument.
13011         Set it if we search back through previous insns for the biv.
13012         (record_biv): New multi_insn_incr argument; fill in struct induction.
13013         (strength_reduce): Discard an iv with multiple bivs, any of
13014         which require multiple insns to increment.
13015
13016 1999-12-07  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13017
13018         * invoke.texi (C Dialect Options): Remove -flang-c9x, add -std
13019         documentation.
13020
13021 1999-12-06  David S. Miller  <davem@redhat.com>
13022
13023         * combine.c (check_promoted_subreg): Do not conditionalize this upon
13024         PROMOTE_FUNCTION_RETURN.
13025
13026 Mon Dec  6 15:12:14 1999  Jim Wilson  <wilson@cygnus.com>
13027
13028         * regmove.c (optimize_reg_copy_1): If no REG_DEAD note, check for
13029         and handle REG_UNUSED note on insn.
13030
13031         * combine.c (force_to_mode, case LSHIFTRT): New local inner_mask.  Set
13032         inner_mask instead of mask.
13033
13034 1999-12-06  Brendan Kehoe  <brendan@cygnus.com>
13035
13036         * dwarf2out.c (field_byte_offset): As with dwarfout.c, size can be
13037         zero if there was an error.
13038
13039 1999-12-06  Jakub Jelinek  <jakub@redhat.com>
13040
13041         * config/sparc/sparc.md (return_losum_di): Fix typo in asm
13042         output string.
13043
13044         * longlong.h: Fix clobbers in SPARC asm statements.
13045
13046         * config/sparc/sparc.c (input_operand): Allow HImode and QImode
13047         valid sethi operations when TARGET_ARCH64.
13048
13049         * calls.c (save_fixed_argument_area): If save_mode is BLKmode,
13050         always use move_by_pieces to avoid infinite recursion.
13051         (restore_fixed_argument_area): Likewise.
13052
13053         * combine.c (check_promoted_subreg, record_promoted_value): New
13054         functions.
13055         (combine_instructions): Use them to retain nonzero and sign bit
13056         information after SUBREGs are eliminated by optimizations in
13057         this pass if PROMOTE_FUNCTION_RETURN.
13058
13059         * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): Document
13060         .register declaration. Don't use variables with __ prefixes.
13061
13062 Mon Dec  6 12:24:52 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13063
13064         * fold-const.c (optimize_bit_field_compare): Only use one mode
13065         for both RHS and LHS in non-constant case.
13066
13067 1999-12-06  Nathan Sidwell  <nathan@acm.org>
13068
13069         * frame.c (start_fde_sort): Only allocate erratic array, if
13070         linear one was allocated. Return allocated flag.
13071         (fde_insert): Only insert, if there's a valid array.
13072         (fde_end_sort): Split, sort and merge if linear and erratic
13073         arrays exist, else just sort linear one.
13074         (search_fdes): New function. Linear search through original fde
13075         structure.
13076         (frame_init): Permit multiple initializations. Cope with
13077         memory shortages.
13078         (find_fde): Fallback on linear search, if failed to sort array.
13079         (__deregister_frame_info): Only free sorted array, if we
13080         allocated it.
13081
13082 1999-12-06  Jakub Jelinek  <jakub@redhat.com>
13083
13084         * config/sparc/sparc.h (MUST_PASS_IN_STACK): New macro.
13085
13086 1999-12-05  Jakub Jelinek  <jakub@redhat.com>
13087
13088         * config/sparc/sparc.c (sparc64_initialize_trampoline): Use gen_flushdi.
13089
13090 1999-12-05  Mark Mitchell  <mark@codesourcery.com>
13091
13092         * tree.h (special_function_p): Declare.
13093         * calls.c (special_function_p): Make it global.  Don't take `name'
13094         as a parameter.  Fix typo in 1999-11-28 change.
13095         (expand_cal): Adjust.
13096
13097 1999-12-04  Mark Mitchell  <mark@codesourcery.com>
13098
13099         * tree.def (EXPR_WITH_FILE_LOCATION): Fix comment formatting.
13100         * tree.h (EXPR_WFL_FILENAME): Define in terms of
13101         EXPR_WFL_FILENAME_NODE.
13102         (EXPR_WFL_FILENAME_NODE): Use the second operand slot rather than
13103         the TREE_CHAIN.
13104         * print-tree.c (print_note): Print TREE_PRIVATE and
13105         TREE_PROTECTED.
13106
13107         * dwarf2out.c (add_abstract_origin_attribute): Don't abort when
13108         the original die cannot be found.
13109
13110         * varray.h (varray_head_tag): Add elements_used.
13111         (VARRAY_PUSH): New macro.
13112         (VARRAY_POP): Likewise.
13113         (VARRAY_TOP): Likewise.
13114         Add variants of VARRAY_PUSH and VARRAY_POP for all varray element
13115         types.
13116         * varray.c (varray_init): Initialize elements_used.
13117         * Makefile.in (BASIC_BLOCK_H): Add varray.h.
13118         (INTEGRATE_H): New variable.
13119         (integrate.o): Depend on INTEGRATE_H.
13120         (unroll.o): Likewise.
13121
13122         * function.h (insert_block_after_note): Declare.
13123         * function.c (insert_block_after_note): Split out from ...
13124         (retrofit_block): ... here.
13125
13126         * stmt.c (expand_fixup): Fix typo in comment.
13127
13128 Sat Dec  4 14:13:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13129
13130         * regmove.c (copy_src_to_dest): Remove loop_depth parameter.
13131         (optimize_reg_copy_1): Remove REG_N_REFS updating code.
13132         (optimize_reg_copy_2, copy_src_to_dest, fixup_match_2): Likewise.
13133         (regmove_optimize, fixup_match_1): Likewise.
13134
13135 1999-12-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13136
13137         * flow.c (flow_loops_dump): Add missing argument when calling
13138         flow_loop_nested_p.
13139
13140 1999-12-04  Geoffrey Keating  <geoffk@cygnus.com>
13141             Greg McGary  <gkm@gnu.org>
13142
13143         * c-common.c (enum attrs): Add A_NO_LIMIT_STACK.
13144         (init_attributes): Add A_NO_LIMIT_STACK.
13145         (decl_attributes): Handle A_NO_LIMIT_STACK.
13146         * c-decl.c (duplicate_decls): Handle DECL_NO_LIMIT_STACK.
13147         * explow.c (allocate_dynamic_stack_space) [!HAVE_allocate_stack]:
13148         Handle stack bounds checking.
13149         * flags.h (flag_stack_check): Use the word 'probe' rather than
13150         'check', because the flag doesn't actually cause any checking to
13151         be done.
13152         * function.c (expand_function_start): Set
13153         current_function_limit_stack.
13154         * function.h (struct function): Add limit_stack.
13155         (current_function_limit_stack): Define.
13156         * invoke.texi (Code Gen Options): Document new options.
13157         * rtl.h: Declare stack_limit_rtx.
13158         * toplev.c (stack_limit_rtx): New variable.
13159         (decode_f_option): Handle new options -fstack-limit-register=REG,
13160         -fstack-limit-symbol=IDENT, -fno-stack-limit.
13161         (main): Add stack_limit_rtx as GC root.
13162         * tree.h (DECL_NO_LIMIT_STACK): New macro.
13163         (struct tree_decl): New member no_limit_stack.
13164
13165         * config/rs6000/rs6000.c (rs6000_allocate_stack_space): Handle
13166         stack_limit_rtx.
13167         * config/rs6000/rs6000.md (allocate_stack): Handle stack_limit_rtx.
13168         (conditional_trap+1): Get new mnemonic correct.
13169         (conditional_trap+2): New pattern for DImode traps.
13170
13171         * config/m68k/m68k.c (output_function_prologue): Handle
13172         stack_limit_rtx.
13173         * config/m68k/m68k.md (trap): New insn.
13174         (conditional_trap): New insn.
13175         * md.texi (Standard Names): Document `trap' and
13176         `conditional_trap'.
13177         * optabs.c (gen_cond_trap): Use start_sequence()/end_sequence()
13178         so a cc0 setter doesn't get emitted at some random place in the
13179         function.
13180
13181         * config/i960/i960.md (trap): New insn.
13182         (conditional_trap): New expander.
13183         (conditional_trap+1, conditional_trap+2): New insns for signed
13184         and unsigned cases.
13185         * config/i960/i960.c (i960_function_prologue): Use
13186         STARTING_FRAME_OFFSET.  Handle stack_limit_rtx.
13187
13188 Thu Dec  2 21:22:45 1999  Greg McGary  <gkm@gnu.org>
13189                           Geoffrey Keating  <geoffk@cygnus.com>
13190
13191         * flags.h (warn_padded, warn_packed): Add global var decls.
13192         * toplev.c (warn_padded, warn_packed): Add global var defns.
13193         (W_options): Add warnings `-Wpacked' and `-Wpadded'.
13194         * stor-layout.c (layout_record): Add local variable `type'
13195         to hold often-used TREE_TYPE (field).  Add local variable
13196         `unpacked_align' to hold alignment that would be in force
13197         if no `packed' attribute were present.  Warn if `packed' attribute
13198         is unnecessary, or even harmful.  Warn when gcc inserts padding
13199         to satisfy alignment requirements of members.  Use NULL_TREE
13200         when checking whether var_size is set.
13201         * invoke.texi: Document new flags.
13202
13203 1999-12-03  Nathan Sidwell  <nathan@acm.org>
13204
13205         * frame.c (fde_split): Reimplement to avoid variable sized array.
13206
13207 Thu Dec  2 18:59:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13208
13209         * combine.c (try_combine): Before fixing up LOG_LINKS for the
13210         i3_subst_into_i2 case, check that GET_CODE (PATTERN (i2)) == PARALLEL.
13211
13212 1999-12-02  Gavin Romig-Koch  <gavin@cygnus.com>
13213
13214         * invoke.texi: Document the mips option -mno-crt0
13215
13216 1999-12-02  Mike Karr  <mkarr@mathworks.com>
13217
13218         * cccp.c (argdata): Added free_ptr member.
13219         (macroexpand): Initialize free_ptr of each argument. When an
13220         argument's buffers are freed, if the argument's free_ptr corresponds
13221         to a buffer on the input stack, then return the free_ptr to that stack
13222         frame, otherwise, free it.
13223         (macarg): If an argument begins and ends on the same input stack level,
13224         then transfer the free_ptr of that buffer to the argument in case
13225         the stack is popped during the processing of a subsequent argument.
13226
13227 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
13228
13229         * loop.c (note_reg_stored): New function.
13230         (struct note_reg_stored_arg): New structure.
13231         (try_copy_prop): Change to be more conservative; only replace within
13232         one extended basic block and stop replacing if a store to the
13233         replacement reg is seen.
13234
13235 1999-12-02  Nick Clifton  <nickc@cygnus.com>
13236
13237         * config/fp-bit.c: Initialise all fields of the NAN
13238         constants.
13239
13240         * c-lex.c (check_newline): Pass pragma_getc and pragma_ungetc
13241         to HANDLE_PRAGMA.
13242
13243 Wed Dec  1 18:16:38 1999  Jan Hubicka  <hubicka@freesoft.cz>
13244
13245         * i386.md (extend?f?f2): Force the input into a register, not
13246         the output.
13247
13248 1999-12-01  Jakub Jelinek  <jakub@redhat.com>
13249
13250         * config/sparc/sparc.md (movsf_const_intreg): Add constraints for
13251         regclass' sake.
13252         (movdf_const_intreg_sp32): Likewise. Prefer the memory load
13253         alternative because setting up 64bit constant is usually costly,
13254         especially when reload is in progress or completed.
13255         (movdf_const_intreg_sp64): Likewise.
13256         (movdf_const_intreg split): Fix building up constants when
13257         HOST_BITS_PER_WIDE_INT is 64 yet long is 32bit.
13258
13259 Wed Dec  1 16:51:22 1999  Jeffrey A Law  (law@cygnus.com)
13260
13261         * combine.c (if_then_else_cond): Use const_true_rtx instead of
13262         const1_rtx for return values in EQ/NE comparison against (const_int 0)
13263         case.
13264
13265         * mn10300.c (REG_SAVE_BYTES): Allocate space for AM33 registers.
13266         (asm_file_start): Emit .am33 into assembly file when compiling for
13267         the AM33.
13268         (print_operand_address): Handle POST_INC addresses.
13269         (can_use_return_insn, initial_offset): Check AM33 registers too.
13270         (expand_prologue): Check & save AM33 registers too.
13271         (expand_epilogue): Similarly.
13272         (secondary_reload_class): Handle AM33 specific secondary reloads.
13273         (output_tst): Emit efficient code for the AM33 too.
13274         * mn10300.h (CPP_SPEC, TARGET_AM33): Define.
13275         (TARGET_SWITCHES): Add -mam33 switch.
13276         (FIRST_PSEUDO_REGISTER): Handle new AM33 registers.
13277         (FIXED_REGISTERS, CALL_USED_REGISTERS): Likewise.
13278         (REG_ALLOC_ORDER, CONDITIONAL_REGISTER_USAGE): Likewise.
13279         (HARD_REGNO_MODE_OK, MODES_TIEABLE_P): Likewise.
13280         (enum reg_class, REG_CLASS_NAMES): Likewise.
13281         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Likewise.
13282         (INDEX_REG_CLASS, REG_CLASS_FROM_LETTER): Likewise.
13283         (REGNO_OK_FOR_INDEX_P, PREFERRED_RELOAD_CLASS): Likewise.
13284         (PREFERRED_OUTPUT_RELOAD_CLASS, LIMIT_RELOAD_CLASS): Likewise.
13285         (REGISTER_MOVE_COST, REGISTER_NAMES): Likewise.
13286         (HAVE_POST_INCREMENT): Define.
13287         (GO_IF_LEGITIMATE_ADDRESS): Allow POST_INC addresses for the AM33.
13288         (GO_IF_MODE_DEPENDENT_ADDRESS): POST_INC is a mode dependent address.
13289         * mn10300.md (movqi, movhi, addsi, subsi): Add AM33 variants.
13290         (mulsi, andsi, iorsi, xorsi, notsi): Likewise.
13291         (ashiftsi, lshiftrtsi, ashiftrtsi): Likewise.
13292         (zero_extend to SI from QI/HI): Likewise.
13293         (sign_extend to SI from QI/HI): Likewise.
13294         (mulsidi3, umulsidi3): New patterns for the AM33.
13295         (tstsi with zero extension from QI/HI): Add AM33 variants.
13296         (movsi, movsf, movdi, movdf): Generate efficient code for the AM33 too.
13297         (return_internal_regs, store_movm): Handle new AM33 registers.
13298         * t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Define.
13299         (LIBGCC, INSTALL_LIBGCC): Likewise.
13300         * invoke.texi: Document new flags.
13301
13302 Fri Nov 26 10:59:12 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13303
13304         * i386.md (addsi3_cc): Add "binary_operator_ok" to the condition.
13305         (addsi3_carry): Likewise.
13306         (sbbsi3_cc): Add "binary_operator_ok" to the condition.
13307         (sbbsi3_carry): Likewise.
13308         (mulsi3): Rewrite to expander, ensure that only one operand is memory.
13309         (mulhi3): Likewise.
13310         (test?i_1): Ensure that only one operand is memory.
13311         (conditional move patterns): likewise.
13312         (shift and rotate patterns): Rewrite to expander, add
13313         "binary_operator_ok" to the condition.
13314
13315         * i386.md (QImode patterns): Remove '*' before the 'r' constraints.
13316         * i386.h (procesor_costs): Add movzbl_load field.
13317         (HARD_REGNO_MODE_OK): Accept QImode on non PARTIAL_REGISTER_STALL in
13318         non-Q registers, accept DImode registers anywhere.
13319         (Q_CLASS_P): New.
13320         (MEMORY_MOVE_COST): Calculate QImode moves correctly.
13321         * i386.c (*_cost): Set value for movxbl_load field.
13322
13323         * (addsi): New add to lea splitter.
13324         (ashlsi): Likewise.
13325         (lea to add/shift peep2): New.
13326
13327 1999-12-01  Mark Salter <msalter@cygnus.com>
13328
13329         * config/mips/elf.h (STARTFILE_SPEC): Add no-crt0.
13330         * config/mips/elf64.h (STARTFILE_SPEC): Add no-crt0.
13331         * config/mips/mips.h (TARGET_SWITCHES): Add no-crt0.
13332
13333 Tue Nov 30 15:20:52 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13334
13335         * i386.c (ix86_expand_move): Never add clobbers to move patterns.
13336         * i386.md (movsi_xor): New.
13337         (movsi_or): New.
13338         (movsi_1, movhi_1, movqi_1): Remove.
13339         (movsi_2): Rename to movsi_1.
13340         (movhi_2): Rename to movhi_1.
13341         (movqi_2): Rename to movqi_1.
13342         (movdi_1): Remove; remove splitter.
13343         (movdi_2): Rename to movdi_1.
13344         (divmodsi4 splitter): Do not emit clobbers for move patterns.
13345         (long move peep2): Do not create QI or HI mode mov0s
13346         (mov -1,reg -> or peep2s): Enable again, rewrite to single peephole.
13347
13348         * i386.md (zero_extend?i?i2): Rewrite to expanders; new patterns,
13349         rewrite splitters.
13350
13351         * i386.md (neg?f2_if): Split "r" and "f" to separate alternatives.
13352         (abs?f2_if): Likewise.
13353
13354 1999-11-30  Alex Samuel  <samuel@codesourcery.com>
13355
13356         * ggc.h (ggc_test_and_set_mark): New macro.
13357         (ggc_mark_rtx): Use ggc_test_and_set_mark.
13358         (ggc_mark_tree): Likewise.
13359         (ggc_mark_rtvec): Likewise.
13360         * ggc-common.c (ggc_mark_rtx_children): Reduce recursion.
13361
13362 1999-11-30  Jason Merrill  <jason@casey.cygnus.com>
13363
13364         * dwarf2out.c (scope_die_for): Only handle types.  Only search for
13365         containing types.
13366         (decl_scope_table): Just an array of trees now.
13367         (push_decl_scope): Simplify.
13368         (dwarf2out_init): Adjust.
13369         (local_scope_p): New fn.
13370         (gen_inlined_enumeration_type_die): Don't call scope_die_for.
13371         (gen_inlined_union_type_die, gen_inlined_structure_type_die): Likewise.
13372         (gen_typedef_die): Likewise.
13373         (gen_lexical_block_die): Don't call push/pop_decl_scope.
13374         (gen_inlined_subroutine_die): Likewise.
13375         (gen_abstract_function): Set current_function_decl temporarily.
13376         (gen_subprogram_die): Don't check DECL_ABSTRACT to set declaration.
13377         Handle block extern declarations.  Don't call push/pop_decl_scope.
13378         (gen_decl_die): Fix logic for block externs.
13379
13380 1999-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13381
13382         * calls.c (special_function_p): Remove `realloc' and add `strdup'
13383         to the list of functions which have attribute malloc by default.
13384
13385 1999-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13386
13387         * c-lex.c (yylex): With -Wtraditional, when the ANSI type of an
13388         integer constant does not match the traditional type, limit the
13389         warnings to cases where the base of the type is ten.
13390
13391         * invoke.texi (-Wtraditional): Document it.
13392
13393 Tue Nov 30 15:18:35 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13394
13395         * combine.c (try_combine): Only pass SET or CLOBBER to SET_DEST
13396         * rs6000.md: Only access a CONST_INT with INTVAL
13397
13398 Tue Nov 30 14:21:00 1999  Richard Henderson  <rth@cygnus.com>
13399
13400         * lcm.c (compute_laterin): Cast bb->aux to size_t not int.
13401         (compute_nearerout): Likewise.
13402         * ggc-page.c (ggc_page_print_statistics): Explicitly cast
13403         size_t to unsigned long for formatting.
13404
13405 1999-11-30  Jakub Jelinek  <jakub@redhat.com>
13406
13407         * config/sparc/sparc.h (FIXED_REGISTERS, CONDITIONAL_REGISTER_USAGE):
13408         Allow the user to override call-used/fixed state of %g2-5
13409         registers from the command line (with the exception of %g4 for
13410         embedded model).
13411         (REG_LEAF_ALLOC_ORDER): Move %g1 and %g4-7 registers to front, so that
13412         there is a higher chance of having a leaf function.
13413         (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Provide separate macros
13414         for ARCH64 which has %ccr register.
13415         * config/sparc/sparc.md (return_losum_si, return_losum_di): New
13416         patterns.
13417         * config/sparc/sparc.c (eligible_for_epilogue_delay): For the return
13418         insn accept into delay slot any insn which does not use %[ol]
13419         registers.  Accept some LO_SUM and shift left by 1 for the normal
13420         restore case.
13421         (output_function_epilogue): Likewise.
13422         (epilogue_renumber): Added argument which inhibits any renumbering
13423         and just tests if the rtx does not use any %[ol] registers.
13424         (output_return): Reflect above change.
13425
13426 1999-11-30  Jakub Jelinek  <jakub@redhat.com>
13427
13428         * config/sparc/sparc.c (sparc_va_arg): Fix sparc64 va_arg
13429         aggregate passing for sizes <= 16 bytes.
13430
13431 1999-11-30  Bernd Schmidt  <bernds@cygnus.co.uk>
13432
13433         * cse.c (FIXED_REGNO_P): Delete tests for OVERLAPPING_REGNO_P.
13434         * global.c (global_alloc): Delete [OVERLAPPING_REGNO_P] code.
13435         * reload.c (find_dummy_reload): Likewise.
13436         (find_equiv_reg): Likewise; also for INSN_CLOBBERS_REGNO_P.
13437         * reload1.c (reload_as_needed): Likewise.
13438         * stupid.c (stupid_find_reg): Likewise.
13439         * tm.texi (Obsolete Register Macros): Delete section.
13440         * gmicro.h: Remove all traces of the two macros.
13441         * i386.h: Likewise.
13442         * m88k.h: Likewise.
13443         * mips.h: Likewise.
13444
13445 1999-11-30  Brendan Kehoe  <brendan@cygnus.com>
13446
13447         * sparc.h (MASK_FASTER_STRUCTS, TARGET_FASTER_STRUCTS): Define.
13448         (TARGET_SWITCHES): Add -mfaster-structs/-mno-faster-structs flags.
13449         (ROUND_TYPE_ALIGN): Use better value if -mfaster-structs.
13450         * sparc.md (sparclite86x_branch, sparclite86x_shift): New function
13451         units for the sparclite86x chip.
13452         (flush): Revert October 14th change; add SImode specifically.
13453         (flushdi): Copy of flush, but DImode, to avoid genrecog warnings.
13454         * invoke.texi: Document it.
13455
13456 Tue Nov 30 14:58:14 1999  Nick Clifton  <nickc@cygnus.com>
13457
13458         * config/mn10200/mn10200.h (PREDICATE_CODES): Add
13459         psimode_truncation_operand.
13460
13461         * config/mn10200/mn10200.c (psimode_truncation_operand): New
13462         function.  Return true if the operand is either a MEM valid
13463         for a PSImode address or not a MEM at all.
13464
13465         * config/mn10200/mn10200.md (truncsipsi2): Use
13466         psimode_truncation_operand.
13467
13468 1999-11-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13469
13470         * flow.c (flow_nodes_print, flow_loops_cfg_dump): New functions.
13471         (flow_loop_nested_p, flow_loops_dump, flow_loops_free): Likewise.
13472         (flow_loop_exits_find, flow_loop_nodes_find): Likewise.
13473         (flow_depth_first_order_compute, flow_loop_pre_header_find): Likewise.
13474         (flow_loop_tree_node_add, flow_loops_tree_build): Likewise.
13475         (flow_loop_level_compute, low_loops_level_compute): Likewise.
13476         (flow_loops_find, flow_loop_outside_edge_p): Likewise.
13477         * basic-block.h: Protect from multiple inclusion.
13478         (flow_loops_find, flow_loops_free, flow_loop_dump): Add protoypes.
13479         (struct loops, struct loop): Define structures.
13480         * sbitmap.c (sbitmap_a_subset_b_p): New function.
13481         * sbitmap.h: Protect from multiple inclusion.
13482         (sbitmap_a_subset_b_p): Add prototype.
13483         * Makefile.in (LOOP_H): New macro.
13484         (stmt.o, integrate.o, loop.o, unroll.o): Replace loop.h with LOOP_H.
13485
13486 Tue Nov 30 01:34:47 1999  Philippe De Muyter  <phdm@macqel.be>
13487
13488         * cppinit.c (CAT): The argument list of this macro may not contain
13489         spaces !
13490
13491 1999-11-29  David S. Miller  <davem@redhat.com>
13492
13493         Move quantity tables and register equivalence chains into
13494         per-qty and per-register structure arrays respectively.
13495         * cse.c (qty_first_reg, qty_last_reg, qty_mode, qty_const,
13496         qty_const_insn, qty_comparison_code, qty_comparison_const,
13497         qty_comparison_qty): Delete, replace with...
13498         (qty_table): this structure table.
13499         (reg_next_eqv, reg_prev_eqv): Delete, replace with...
13500         (reg_eqv_table): this structure table.
13501         (make_new_qty): Add argument MODE.  Caller updated.
13502         Update to use qty_table and reg_eqv_table.
13503         (make_regs_eqv, delete_reg_equiv, insert_regs,
13504         insert, exp_equiv_p, cse_rtx_varies_p, canon_reg,
13505         fold_rtx, equiv_constant, record_jump_cond, cse_insn,
13506         cse_process_notes, cse_main, cse_basic_block): Likewise.
13507
13508 Mon Nov 29 16:56:42 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13509
13510         * fold-const.c (extract_muldiv, case {MIN,MAX}_EXPR): Reverse
13511         operation if C is negative.
13512         (extract_muldiv, case SAVE_EXPR): Supresss if arg has side effects.
13513         (extract_muldiv, case {PLUS,MINUS}_EXPR): Don't apply distributive
13514         law for some divisions if constant is negative and change other
13515         divisions to the opposite rounding.
13516
13517         * expr.c (store_constructor_field): If bit position is not multiple
13518         of alignment of TARGET's mode, use BLKmode.
13519
13520         * expr.c (expand_expr_unaligned): Add more code from full case
13521         that is needed when OP0 is in a register.
13522
13523 Mon Nov 29 18:09:39 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13524
13525         * dwarfout.c (field_byte_offset): Size can be zero if there was
13526         an error.
13527
13528 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
13529
13530         * fold-const.c (split_tree): Delete unused vars ORIG_IN and TYPE.
13531         (associate_trees): Delete unused var TEM.
13532         (extract_muldiv): Delete unused var CANCEL_P.
13533
13534         * fold-const.c [TARGET_FLOAT_FORMAT != IEEE_FLOAT_FORMAT]
13535         (target_isinf, target_isnan, target_negative): Add return types to
13536         function definitions.
13537
13538 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
13539
13540         * fixinc/fixincl.c(process): don't skip GLIBC files any more.
13541         * fixinc/hackshell.tpl: ditto
13542         * fixinc/fixtests.c(double_slash_test): more C++ header testing
13543         * fixinc/inclhack.def(AAB_fd_zero_glibc*): corrected spelling of mach
13544
13545 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
13546
13547         * reload.c (push_reload): When looking for a register to put into
13548         reg_rtx, make sure all hard regs in a multi-reg register are in the
13549         right class and nonfixed.
13550
13551         * haifa-sched.c (reg_last_uses, reg_last_sets, reg_last_clobbers,
13552         pending_read_insns, pending_write_insns, pending_read_mems,
13553         pending_write_mems, pending_list_length, last_pending_memory_flush,
13554         last_function_call, sched_before_next_call): Move static variables
13555         into a structure.
13556         (bb_ prefixed versions): Replace with single array bb_deps.
13557         (struct deps): New structure.
13558         (add_insn_mem_dependence, flush_pending_lists, sched_analyze_1,
13559         sched_analyze_2, sched_analyze_insn, sched_analyze): Accept new
13560         argument of type "struct deps *"; use that instead of global
13561         variables.  All callers changed.
13562         (init_rgn_data_dependencies): Delete function.
13563         (init_rtx_vector): Delete function.
13564         (init_deps): New function.
13565
13566         (free_pending_lists): Simplify, we always use the bb_deps array even
13567         if only one basic block.
13568         (compute_block_backward_dependences): Likewise.
13569         (schedule_region): Likewise.
13570
13571         (propagate_deps): New function, broken out of
13572         compute_block_backward_dependences.
13573         (compute_block_backward_dependences): Use it.
13574
13575         * alpha.md: Delete useless patterns that tried to work around
13576         register elimination problems.
13577
13578         * unroll.c (loop_iterations): Don't abort if iteration variable
13579         was made by loop.
13580
13581         From Joern Rennecke:
13582         * reload1.c (reloads_conflict): Reverse test comparing operand
13583         numbers when testing for conflict between output/outaddr reloads.
13584
13585 1999-11-29  David S. Miller  <davem@redhat.com>
13586
13587         * config/sparc/sparc.c (init_cumulative_args): Fix type of third
13588         arg.
13589         * config/sparc/sparc-protos.h: Update proto, move into RTX_CODE.
13590
13591 1999-11-28  Robert Lipe  <robertl@cygnus.com>
13592
13593         * i386/sco5.h (FINI_SECTION_ASM_OP_COFF): Move destructor fn
13594         table from .fini into .dtor.
13595
13596 1999-11-28  Anthony Green  <green@cygnus.com>
13597
13598         * tree.h (struct tree_decl): Add malloc_flag.
13599         (DECL_IS_MALLOC): Define.
13600         * c-common.c (attrs): Add A_MALLOC attribute.
13601         (init_attributes): Add this attribute to the table.
13602         (decl_attributes): Handle malloc attribute.
13603         * calls.c (special_function_p): Check for the malloc attribute.
13604         * extend.texi (Function Attributes): Document malloc attribute.
13605
13606 Sun Nov 28 13:21:00 1999  Jeffrey A Law  (law@cygnus.com)
13607
13608         * pa.md (reload shift-add patterns): Remove.
13609
13610 1999-11-28 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13611
13612         * reorg.c (dbr_schedule) Print more statistics. Corrected
13613         problem when printing info when 3 delay slots are filled.
13614
13615 1999-11-28  Jakub Jelinek  <jakub@redhat.com>
13616
13617         * combine.c (setup_incoming_promotions): Pass an outgoing
13618         regno to FUNCTION_ARG_REGNO_P which it expects.
13619
13620 1999-11-28  Andreas Jaeger  <aj@suse.de>
13621
13622         * mips/linux.h (CPP_PREDEFINES): Undefine before redefining.
13623
13624 Sun Nov 28 00:48:15 1999  Philippe De Muyter  <phdm@macqel.be>
13625
13626         * cccp.c (do_include): Avoid initialization of automatic variable.
13627
13628         * integrate.c (mark_stores): Function definition made void, to match
13629         previous declaration.
13630         * regclass.c (dump_regclass): Ditto.
13631         * Makefile.in (WARN_CFLAGS): Macro augmented by `-Wtraditional'.
13632
13633 Sat Nov 27 08:38:26 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13634
13635         * expr.c (store_constructor): Use EXACT_DIV_EXPR when dividend is
13636         known to be multiple of divisor.
13637
13638         * expr.c (store_constructor): Don't clobber TARGET if CLEARED.
13639
13640         * combine.c (try_combine): Add code to try to merge a set of a
13641         two-word pseudo to a constant with a setting of one of those words
13642         to a constant.
13643
13644         * fold-const.c (negate_expr, associate_trees, extract_muldiv): New.
13645         (split_tree): Completely rework to make more general.
13646         (make_range, fold): Call negate_expr.
13647         (fold, case NEGATE_EXPR): Simplify -(a-b) is -ffast-math.
13648         (fold, associate): Call new split_tree and associate_trees.
13649         (fold, case MULT_EXPR, case *_{DIV,MOD}_EXPR): Call extract_muldiv.
13650
13651 1999-11-26  Bernd Schmidt  <bernds@cygnus.co.uk>
13652
13653         * loop.c (try_copy_prop): Avoid GNU C extension.
13654
13655 1999-11-25  Mark Mitchell  <mark@codesourcery.com>
13656
13657         * except.c (init_eh_for_function): Still zero eh_return_context,
13658         eh_return_stack_adjust, and eh_return_handler.
13659
13660         * except.h (eh_status): Adjust documentation for x_protect_list.
13661         (begin_protect_partials): New function.
13662         * except.c (enqueue_eh_entry): Fix formatting.
13663         (get_first_handler): Add consistency check.
13664         (add_partial_entry): Adjust usage of protect_list.
13665         (emit_cleanup_handler): Save and restore ehqueue.
13666         (expand_start_all_catch): Add comment.
13667         (begin_protect_partials): New function.
13668         (end_protect_partials): Adjust usage of protect_list.
13669         (init_eh_for_function): Use xcalloc.
13670
13671 1999-11-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13672
13673         * c-common.c (check_format_info): Don't call a variadic function
13674         with a non-literal format string.
13675
13676         * c-decl.c (grokdeclarator, start_struct, finish_struct): Likewise.
13677
13678         * c-typeck.c (build_component_ref, build_unary_op, lvalue_or_else,
13679         pedantic_lvalue_warning, error_init, pedwarn_init, warning_init):
13680         Likewise.
13681
13682         * cccp.c (check_macro_name, do_xifdef, vwarning_with_line):
13683         Likewise.
13684
13685         * collect2.c (collect_wait): Likewise.
13686
13687         * dbxout.c (dbxout_type): Likewise.
13688
13689         * gcc.c (do_spec_1): Likewise.
13690
13691         * genemit.c (gen_insn, gen_expand): Likewise.
13692
13693         * genrecog.c (write_switch, write_subroutine): Likewise.
13694
13695         * mips-tfile.c (catch_signal, botch): Likewise.
13696
13697         * print-rtl.c (print_rtx): Likewise.
13698
13699         * toplev.c (default_print_error_function, report_error_function,
13700         _fatal_insn): Likewise.
13701
13702 1999-11-25  Mark Mitchell  <mark@codesourcery.com>
13703
13704         * tree.c (unsave_expr_now): Handle NULL_TREE as input.
13705
13706 Wed Nov 24 17:08:09 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13707
13708         * reg-stack.c (subst_stack_regs_pat): Swap operands in commutative
13709         operations when needed.
13710         * i386.md (fop_?f_comm): New.
13711         (fop_?f_1): Do not accept commutative operands.
13712
13713 1999-11-25  Andreas Jaeger  <aj@suse.de>
13714
13715         * config/mips/mips.md (casesi_internal): Add missing brace.
13716
13717 1999-11-25  Jason Merrill  <jason@casey.cygnus.com>
13718
13719         * dwarf2out.c (pend_type, output_pending_types_for_scope): Lose.
13720         (splice_child_die): Handle moving a child DIE from the declaration
13721         DIE of a class to its specification.
13722         (gen_struct_or_union_type_die): Use 'complete' consistently.
13723         (gen_decl_die): Generate the virtual context DIE first.
13724         Use decl_ultimate_origin instead of DECL_ABSTRACT_ORIGIN.
13725
13726 1999-11-24  Gavin Romig-Koch  <gavin@cygnus.com>
13727
13728         * config/mips/mips.md (call_value_multiple_interanal1): New.
13729
13730 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
13731
13732         * dwarf2out.c (free_AT, free_die): New fns.
13733         (remove_children): Call them.
13734         (output_line_info): Disable removal of duplicate notes.
13735
13736         Generate minimal debug info for types with TYPE_DECL_SUPPRESS_INFO set.
13737         * dwarf2out.c (gen_struct_or_union_type_die): TYPE_DECL_SUPPRESS_INFO
13738         means pretend the type isn't defined.
13739         Don't defer emitting types.
13740         (gen_type_die_for_member): New fn.
13741         (gen_decl_die): Call it.
13742         (splice_child_die): New fn.
13743         (gen_member_die): Call it rather than generate duplicate dies.
13744
13745         Defer emitting information for the abstract instance of an inline
13746         until we either inline it or emit an out-of-line copy.
13747         * dwarf2out.c (decl_ultimate_origin): Ignore DECL_ABSTRACT_ORIGIN
13748         from output_inline_function if DECL_ABSTRACT is also set.
13749         (block_ultimate_origin): Likewise.
13750         (gen_abstract_function): New fn.
13751         (gen_decl_die, gen_inlined_subroutine_die): Call it.
13752         (gen_subprogram_die):  An abstract instance is not a declaration
13753         just because it doesn't match current_function_decl.  Don't abort
13754         because DECL_DEFER_OUTPUT isn't set.  Do abort if a declaration
13755         has an abstract origin.
13756         * toplev.c (rest_of_compilation): Don't emit dwarf2 info for the
13757         abstract instance here.
13758
13759 Wed Nov 24 18:39:18 1999  Andrew Haley  <aph@cygnus.com>
13760
13761         * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Add the case
13762         where we need to reload fpul from a system register.
13763
13764 1999-11-24  Andreas Jaeger  <aj@suse.de>
13765
13766         * config/mips/linux.h (CPP_PREDEFINES): Added.
13767         (LINK_SPEC): Remove -Y since this is only needed on sparc.
13768
13769 1999-11-24  Andreas Jaeger  <aj@suse.de>
13770
13771         * config/mips/linux.h (TARGET_VERSION): Added.
13772         (HANDLE_SYSV_PRAGMA): Added.
13773         (DEFAULT_VTABLE_THUNKS): Added.
13774
13775 Wed Nov 24 14:12:15 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13776
13777         * local-alloc.c (qty): New structure and static variable.
13778         (qty_phys_reg): Remove, all references changed to qty.
13779         (qty_n_refs): Likewise.
13780         (qty_min_class): Likewise.
13781         (qty_birth): Likewise.
13782         (qty_death): Likewise.
13783         (qty_size): Likewise.
13784         (qty_mode): Likewise.
13785         (qty_n_calls_crossed): Likewise.
13786         (qty_alternate_class): Likewise.
13787         (qty_changes_size): Likewise.
13788         (qty_first_reg): Likewise.
13789         (alloc_qty): Rename variable QTY to QTYNO.
13790         (finf_free_reg): Likewise.
13791         (local_alloc): Allocate qty, do not allocate the removed variables.
13792
13793 Wed Nov 24 17:26:05 1999  Geoffrey Keating  <geoffk@cygnus.com>
13794
13795         * config/mips/mips.h (ASM_SPEC): Don't pass -G to the assembler
13796         when -membedded-pic is passed.
13797
13798         * config/mips/mips.md (casesi): Handle 64-bit case too.
13799         (casesi_internal_di): New insn.
13800
13801         * config/mips/mips.c (embedded_pic_offset): Always make the
13802         embedded-pic subtractions relative to the name of the current
13803         function by use of the magic string "..CURRENT_FUNCTION".
13804         * config/mips/mips.h (ASM_OUTPUT_LABELREF): Make the magic happen.
13805
13806 1999-11-24  Geoffrey Keating  <geoffk@cygnus.com>
13807
13808         * config/mips/mips.md (div_trap_normal): Don't ask for the REGNO
13809         of (const_int 0), when what we really care about is
13810         whether it's a zero constant anyway.
13811         (div_trap_mips16): Likewise.
13812
13813 1999-11-23  Mark Mitchell  <mark@codesourcery.com>
13814
13815         * loop.c (loop_optimize): Always find_loop_tree_blocks and
13816         unroll_block_trees when generating debuggable code.
13817
13818         * tree.h (unsave_expr_1): New function.
13819         (lang_unsave): New variable.
13820         (get_callee_fndecl): New function.
13821         * tree.c (unsave_expr_now_r): New function.
13822         (lang_unsave): Define.
13823         (unsave_expr_1): Likewise.
13824         (unsave_expr_now_r): Split out from unsave_expr_now.
13825         (unsave_expr_now): Call lang_unsave if it is non-NULL.  Otherwise,
13826         call unsave_expr_now_r.
13827         (get_callee_fndecl): Define.
13828
13829         * Makefile.in (gencheck): Don't depend on lang_tree_files.
13830         (gencheck.o): Do depend on lang_tree_files.
13831
13832         * integrate.h (copy_decl_for_inlining): New declaration.
13833         * integrate.c (copy_and_set_decl_abstract_origin): Remove.
13834         (copy_decl_for_inlining): New function.
13835         (integrate_parm_decls): Use it.
13836         (integrate_decl_tree): Likewise.
13837
13838 1999-11-23  Gavin Romig-Koch  <gavin@cygnus.com>
13839
13840         * config/mips/mips.h (ISA_HAS_FP4,ISA_HAS_CONDMOVE,ISA_HAS_8CC): Split
13841         the second two from the first.
13842         (CONDITIONAL_REGISTER_USAGE): Use ISA_HAS_8CC rather than ISA_HAS_FP4.
13843         * config/mips/mips.md (movcc,reload_incc,reload_outcc,
13844         conditional move): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
13845         ISA_HAS_FP4.
13846         * config/mips/mips.c (mips_move_1word,gen_conditional_branch,
13847         override_options): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
13848         ISA_HAS_FP4.
13849
13850 Tue Nov 23 11:15:04 1999  Jeffrey A Law  (law@cygnus.com)
13851
13852         * pa.md (call_internal_symref, call_value_internal_symref): No mode
13853         needed on the address operand.
13854         * pa.c (call_operand_address): Check for the correct mode.
13855
13856 1999-11-23  Bernd Schmidt  <bernds@cygnus.co.uk>
13857
13858         * loop.c: Include "basic-block.h".
13859         (try_copy_prop, replace_loop_reg): New functions.
13860         (load_mems): Detect registers that just hold copies of the hoisted
13861         mem, and call try_copy_prop to eliminate them.
13862         * Makefile.in (loop.o): Update dependencies.
13863
13864 Tue Nov 23 01:03:29 1999  Hans-Peter Nilsson  <hp@axis.com>
13865
13866         * Makefile.in (gencheck.o): Depend on gencheck.h.
13867         (insn-emit.o): Depend on flags.h, hard-reg-set.h and resource.h.
13868         (insn-peep.o): Depend on except.h and function.h.
13869         (insn-attrtab.o): Depend on RECOG_H.
13870         (insn-output.o): Depend on toplev.h and flags.h.
13871         (gengenrtl.o): Depend on real.h.
13872         (gen-protos.o): Depend on cpplib.h and cpphash.h.
13873         Unify all dependencies to be on RECOG_H rather than recog.h.
13874
13875 Tue Nov 23 00:57:10 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13876
13877         From Casper H.S. Dik on comp.unix.solaris, 23 Oct 1998:
13878         * configure.in: Try building a bi-arch 32/64-bit compiler on
13879         sparc-*-solaris2.7 and higher.
13880         * configure: Rebuild.
13881
13882 Mon Nov 22 23:09:44 1999  David O'Brien  <obrien@FreeBSD.org>
13883
13884         * config/freebsd.h: New, FreeBSD architecture independent file.
13885         * config/i386/freebsd-elf.h: removed FreeBSD architecturally
13886         independent pieces.
13887         * config/i386/freebsd.h: include i386/perform.h via tm.h rather than
13888         directly by i386/freebsd.h.
13889         * configure.in (*-*-freebsdelf): Include new FreeBSD architecturally
13890         independent configuration file.
13891         (*-*-freebsdelf): Include i386/perform.h via tm.h rather than
13892         directly by i386/freebsd.h.
13893         * configure: Rebuilt.
13894
13895         * xm-i386.h: Define `__i386__' if not defined, rather than `i386'
13896         which is in the user's namespace.
13897         * libgcc2.c: Look for the ANSI-C approved `__i386__' symbol, vs.
13898         `i386' which is not in our namespace.
13899
13900 Mon Nov 22 22:58:01 1999  "R. Kelley Cook" <KelleyCook@attglobal.net>
13901
13902         * invoke.texi (ARM Options): Add in -mno-alignment-traps
13903
13904 1999-11-22  Jason Merrill  <jason@casey.cygnus.com>
13905
13906         * dwarf2out.c (die_struct): Remove die_attr_last and die_child_last.
13907         (add_dwarf_attr, add_child_die): Just push onto the front.
13908         (reverse_die_lists): New fn.
13909         (add_sibling_attributes): Use it.
13910         (push_decl_scope): Reorganize.
13911         (add_name_and_src_coords_attributes): Don't set file and line for
13912         an artificial decl.
13913         (gen_subprogram_die): An artificial function doesn't need to match
13914         file and line.
13915         (gen_compile_unit_die): Return the generated die.  Only add
13916         AT_comp_dir if the filename is relative.
13917         (remove_AT): Simplify loop.  Also free string values.
13918         (output_die): A DIE ref can't be null.
13919         (output_value_format, value_format): Take a dw_attr_ref.
13920         (dwarf_last_decl, is_extern_subr_die, sibling_offset): Remove.
13921         (AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
13922         AT_addr, AT_lbl): New fns.
13923         (various): Use them.
13924         (various): Constify.
13925
13926 Mon Nov 22 23:53:50 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13927
13928         * combine.c (combine_simplify_rtx): When handling a SUBREG,
13929         take SUBREG_WORD into account.
13930         (if_then_else_cond): Likewise.
13931
13932 1999-11-22  Jason Merrill  <jason@casey.cygnus.com>
13933
13934         * gmon.c, i386/gmon-sol2.c, sparc/gmon-sol2.c: Remove advertising
13935         clause from BSD license, pursuant with
13936
13937           ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
13938
13939 1999-11-22  Bernd Schmidt  <bernds@cygnus.co.uk>
13940
13941         * loop.c (load_mems): Reformat slightly.
13942         * basic-block.h (regset_head): New typedef.
13943         (INIT_REG_SET): New macro.
13944
13945 1999-11-22  Bruce Korb  <autogen@linuxbox.com
13946
13947         * fixinc/mkfisinc.sh(i?86-*-linux): disable script, run fixincl exe
13948         (mips-dec-bsd*): non-functional code
13949         (alpha*-*-linux-gnu*): redundant, duplicated by "*-*-linux-gnu*"
13950
13951         * fixinc/inclhack.def(AAB_fd_zero_glibc_*):
13952         added three replacement fixes
13953         (no_double_slash): removed comments that are not (any longer) pertinent
13954         (bad_lval): this fix currently runs against many files.
13955         The comment seems to indicate that we should select for files
13956         containing 'pragma extern_prefix'.
13957
13958         * fixinc/fixinc.x86-linux-gnu: deleted
13959         * fixinc/inclhack.sh:  regen
13960         * fixinc/fixincl.x:  regen
13961         * fixinc/fixincl.sh:  regen
13962
13963 Fri Nov 12 14:08:40 1999  Andrew Haley  <aph@cygnus.com>
13964
13965         * emit-rtl.c (gen_sequence): Only return the pattern of an insn if
13966         its code is INSN and it has no notes.
13967
13968 1999-11-22  Andrew Haley  <aph@cygnus.com>
13969
13970         * varasm.c (function_defined): Remove.
13971         (make_function_rtl): Don't set function_defined.
13972         (make_decl_rtl): Remove global register warning.
13973         * regclass.c (no_global_reg_vars): New variable.
13974         (globalize_reg): Warn if function has already been defined.
13975         (regclass_init): Set no_global_reg_vars.
13976
13977 Mon Nov 22 14:42:22 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13978
13979         * regclass.c (reg_pref): New structure and static variable
13980         (prefclass): Delete.
13981         (altclass): Delete.
13982         (all uses of prefclass and altclass): Use reg_pref instead.
13983
13984 1999-11-21  Nick Clifton  <nickc@cygnus.com>
13985
13986         * invoke.texi (ARM Options): Replace -mshort-load-bytes with
13987         -malignment-traps.
13988         (arm.h): Replace -mshort-load-bytes with -malignment-traps.
13989         (arm.c): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
13990         (arm.md): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
13991
13992 Sun Nov 21 17:11:13 1999  Geoffrey Keating  <geoffk@cygnus.com>
13993
13994         * varasm.c (output_constructor): Solve problem with long long
13995         bitfields, even on BYTES_BIG_ENDIAN machines (testcase 991118-1).
13996
13997 Fri Nov 19 05:48:45 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13998
13999         * global.c (allocno): New structure and static variable.
14000         (allocno_reg): Remove, all references replaced by allocno.
14001         (allocno_size): Likewise.
14002         (hard_reg_conflicts): Likewise.
14003         (hard_reg_preferences): Likewise.
14004         (hard_reg_copy_preferences): Likewise.
14005         (hard_reg_full_preferences): Likewise.
14006         (regs_someone_prefers): Likewise.
14007         (allocno_calls_crossed): Likewise.
14008         (allocno_n_refs): Likewise.
14009         (allocno_live_length): Likewise.
14010         (find_reg): Rename ALLOCNO to NUM.
14011
14012         * regclass.c (may_move_in_cost): Rename from may_move_cost, all
14013         references updated.
14014         (may_move_out_cost): New variable.
14015         (init_reg_sets_1): Initialize may_move_out_cost.
14016         (record_reg_classes): Use may_move_out_cost.
14017
14018         * regclass.c (dump_regclass): New function.
14019         (regclass): New parameter DUMP, call DUMP_REGCLASS.
14020         * toplev.c (rest_of_compilation): Open lreg dump file before regclass,
14021         pass rtl_dump_file to regclass.
14022         * rtl.h (regclass): Update prototype.
14023
14024 Fri Nov 19 06:32:19 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14025
14026         * i386.md (neg, not and abs patterns): Revmap to use
14027         ix86_expand_unary_operator and ix86_unary_operator_ok.
14028         (add?f and sub?f expanders): Force operand 1 to register.
14029         * i386.c (ix86_expand_unary_operator): Rewrite.
14030         (ix86_unary_operator_ok): Ensure that memory operands
14031         match real opcode.
14032         (ix86_binary_operator_ok): Do not allow operand 1 to
14033         come into memory and operand 0 not.
14034         (ix86_expand_binary_operator): Ensure that
14035         src1 is not non-matching memory.
14036
14037         * i386.md (negs?2): Rewrite to expanders, new patterns and splitters
14038         to support integer registers and memory.
14039         (abss?2_integer): Likewise.
14040
14041         * i386.h (enum reg_class): Add FLOAT_INT_REGS.
14042         (REG_CLASS_NAMES): Likewise.
14043         (REG_CLASS_CONTENTS): Define FLOAT_INT_REGS as union of FLOAT_REGS
14044         and GENERAL_REGS.
14045         * i386.md (pushsf): Do not preferre FLOAT_REGS over GENERAL_REGS.
14046         (movsf): Likewise; unify 4th and 5th alternative.
14047         (pushdf): Likewise.
14048         (movdf_1): Likewise; rename to movdf_integer.
14049         (pushxf): Likewise; rename to pushxf_integer; fix output template;
14050         remove redundant splitter.
14051         (movxf_1): Likewise; rename to movxf_integer; fix splitter's condition.
14052         (movdf_nointeger): New.
14053         (movxf_nointeger): New.
14054         (pushxf_nointeger): New.
14055
14056         * i386.md (extend?f?f): Split to expander and pattern, refuse two
14057         memory operands in patterns.
14058         (fop*): Refuse two memory operands.
14059
14060         * i386.md (ashrsi3_31): Allow cltd when optimizing for size even
14061         on !TARGET_USE_CLTD CPUs.
14062
14063 Fri Nov 19 10:41:15 GMT 1999  Nathan Sidwell  <nathan@acm.org>
14064
14065         * extend.texi: Document C++ restricted pointers and references.
14066
14067 1999-11-19  Bernd Schmidt  <bernds@cygnus.co.uk>
14068
14069         * cse.c (addr_affects_sp): No longer conditional on AUTO_INC_DEC.
14070         (invalidate_skipped_set): Call it unconditionally.
14071         (cse_set_around_loop): Likewise.
14072
14073 Thu Nov 18 17:29:34 MST 1999    Diego Novillo <dnovillo@cygnus.com>
14074
14075         * rtl.texi (mem): Add documentation for alias-set argument
14076         to RTX `mem'.
14077
14078 Fri Nov 18 13:39:22 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14079
14080         * i386.h (struct_processor_costs): New fields int_load, int_store,
14081         fp_move, fp_load and fp_store
14082         (REGISTER_MOVE_COST): Fix comment, calculate exactly the cost of
14083         fp->int moves
14084         (MEMORY_MOVE_COST): New macro.
14085         * i386.c (386_cost): Define new fields.
14086         (i486_cost): Likewise.
14087         (pentium_cost): Likewise.
14088         (pentiumpro_cost): Likewise.
14089         (k6_cost): Likewise.
14090
14091 Fri Nov 19 11:11:55 1999  Greg McGary  <gkm@gnu.org>
14092                           Geoffrey Keating  <geoffk@cygnus.com>
14093
14094         * config/m68k/m68kelf.h: Suppress '/* within comment' warning.
14095
14096         * config/m68k/m68k.h (MASK_PCREL): Don't use same value as
14097         MASK_ALIGN_INT.
14098
14099         * config/m68k/m68k.h (MASK_NO_STRICT_ALIGNMENT): New macro.
14100         (TARGET_STRICT_ALIGNMENT): New macro.
14101         (TARGET_SWITCHES): Add "strict-align" and "no-strict-align".
14102         (STRICT_ALIGNMENT): Depend on TARGET_STRICT_ALIGNMENT.
14103         * invoke.texi (M680x0 Options): Document -mstrict-align.
14104
14105 Thu Nov 18 11:10:03 1999  Jan Hubicka  <hubicka@freesoft.cz>
14106                           Richard Henderson  <rth@cygnus.com>
14107
14108         * i386-protos.h (split_xf, ix86_split_movdi): Remove.
14109         (ix86_split_long_move): Declare.
14110         * i386.c (split_xf, ix86_split_movdi): Remove.
14111         (ix86_split_to_parts, ix86_split_long_move): New.
14112         * i386.md (dimode move splitters): Use ix86_split_long_move.
14113         (dfmode move splitters): Likewise.
14114         (xfmode move splitters): Likewise.
14115         (movsf_1): Allow F->r.
14116         (movdf_1, movxf_1): Allow F->ro.
14117
14118 1999-11-17  Mark Mitchell  <mark@codesourcery.com>
14119
14120         * except.h (struct eh_entry): Add goto_entry_p.
14121         (eh_region_from_symbol): Remove prototype.
14122         * except.c (find_func_region_from_symbol): New function.
14123         (emit_cleanup_handler): Likewise.
14124         (eh_region_from_symbol): Make it static.
14125         (add_new_handler): Verify the argument.
14126         (find_func_region): Update comment.
14127         (expand_eh_region_end): Expand handlers here, rater than waiting
14128         until expand_leftover_cleanups or start_all_catch.
14129         (expand_leftover_cleanups): Don't expand here.
14130         (expand_start_all_catch): Or here.
14131         (expand_rethrow): Check the return value from find_func_region.
14132         * function.c (expand_function_end): Emit the catch_clauses.
14133
14134 1999-11-18  Gavin Romig-Koch  <gavin@cygnus.com>
14135
14136         * integrate.c (expand_inline_function): Add necessary check for NULL.
14137
14138 1999-11-18  Nick Clifton  <nickc@cygnus.com>
14139
14140         * toplev.c (main): Correctly detect an unrecognised option.
14141
14142         * cppinit.c (cpp_handle_option): Do not claim to have consumed
14143         a -f option if it has not been recognised.
14144
14145 Thu Nov 18 00:59:11 1999  Michael Gschwind  <mikeg@alagoas.watson.ibm.com>
14146
14147         * basic-block.h (update_life_extent): Remove trailing comma on
14148         enumeration type list.
14149
14150 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14151
14152         * varasm.c (output_constructor) Solved problem with long long
14153         bitfields. Corrected calculating this_time and shift. Also
14154         corrected calculating mask when BITS_PER_UNIT == 32 (c4x).
14155
14156 Wed Nov 17 23:46:14 1999  Jeffrey A Law  (law@cygnus.com)
14157
14158         * flow.c (split_edge): Take looping structure into account when
14159         determining where to put the new block note.
14160
14161 Wed Nov 17 20:42:43 1999  Jeff Holcomb  <jeffh@cygnus.com>
14162
14163         * Makefile.in (ggc-none.o): Provide host specific version if
14164         needed.
14165
14166 Wed Nov 17 16:51:23 1999  Richard Henderson  <rth@cygnus.com>
14167
14168         * cse.c (delete_trivially_dead_insns): Identify no-op insns
14169         containing subregs too.
14170
14171 Wed Nov 17 17:39:48 MST 1999    Diego Novillo <dnovillo@cygnus.com>
14172
14173         * invoke.texi: Add documentation for -muninit-const-in-rodata.
14174         * config/mips/mips.h (MASK_UNINIT_CONST_IN_RODATA): Define.
14175         (TARGET_UNINIT_CONST_IN_RODATA): Define.
14176         (text_section): Add switches -munint-const-in-rodata and
14177         -mno-uninit-const-in-rodata.
14178         (ASM_OUTPUT_COMMON): Remove.
14179         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define. Check if uninitialized
14180         const objects should be placed in read-only data. Otherwise declare
14181         them in common.
14182
14183 Wed Nov 17 16:38:32 1999  Richard Henderson  <rth@cygnus.com>
14184
14185         * jump.c (jump_optimize_1): Revert last change.
14186
14187 Wed Nov 17 15:18:30 1999  Richard Henderson  <rth@cygnus.com>
14188
14189         * jump.c (jump_optimize_1): Don't try to duplicate the loop exit
14190         test if optimizing for size.
14191
14192 1999-11-17  Mark Mitchell  <mark@codesourcery.com>
14193
14194         * Makefile.in (toplev.o): Depend on except.h.
14195         (dwarf2out.o,loop.o,flow.o,haifa-sched.o): Likewise.
14196
14197 Mon Nov 15 22:45:39 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14198
14199         * i386.md (divmodsi4): Rewrite to expander.
14200         (*divmodsi4_nocltd): New.
14201         (*divmodsi4_cltd): New.
14202         (divmodsi4 splitter): Handle the case when input comes in edx.
14203         (udivmodhi4): Do not use constraints in exander.
14204         (ashrsi3_31): Conditionize by TARGET_USE_CLTD.
14205
14206 1999-11-17  Jason Merrill  <jason@yorick.cygnus.com>
14207
14208         * dwarf2out.c (push_decl_scope): Still use decl_scope_depth - 1
14209         for the common case.
14210
14211 1999-11-16  Jakub Jelinek  <jakub@redhat.com>
14212
14213         * explow.c (hard_function_value): Add outgoing argument.
14214         * expr.h (hard_function_value): Declare it.
14215         * calls.c (expand_call, emit_library_call_value): Update callers.
14216         * function.c (aggregate_value_p): Ditto.
14217         (diddle_return_value): Must look at the outgoing registers
14218         on archs with register windows.
14219
14220 Mon Nov 15 20:46:45 1999  Richard Henderson  <rth@cygnus.com>
14221
14222         * alpha.c (alpha_build_va_list): Use make_lang_type and
14223         initialize TYPE_NAME for the va_list record.
14224
14225         * flow.c (calculate_global_regs_live): Zero bb->aux to begin.
14226
14227         * ggc-common.c (ggc_print_statistics): Cast size_t to unsigned long
14228         for printing.
14229         * ggc.h (struct ggc_statistics): Rearrange elements for better
14230         packing on 64-bit hosts.
14231         * lcm.c (compute_laterin): Store a size_t not an int in bb->aux.
14232         (compute_nearerout): Likewise.
14233
14234 Tue Nov 16 14:37:52 1999  Geoffrey Keating  <geoffk@cygnus.com>
14235
14236         * config/rs6000/rs6000.c (first_reg_to_save): Save
14237         PIC_OFFSET_TABLE_REGNUM when -fpic even though it is fixed.
14238
14239 1999-11-15  Jason Merrill  <jason@casey.cygnus.com>
14240
14241         * dwarf2out.c (scope_die_for): Don't rely on the decl_scope_table
14242         notion of nesting to find the DIE for a type or function.
14243         DIEs can go in limbo even if we got a context_die.
14244         (push_decl_scope): Our context doesn't need to be in decl_scope_table.
14245         (gen_struct_or_union_type_die): Don't use TREE_PERMANENT to test
14246         for local type.
14247         (gen_decl_die): Ignore NAMESPACE_DECLs for now.
14248         (gen_type_die): Writing out the context doesn't cause member class
14249         template instantiations to be written out as well.
14250
14251 Mon Nov 15 15:33:18 1999  Richard Henderson  <rth@cygnus.com>
14252
14253         * rs6000.h (ASM_OUTPUT_DEF): New.
14254         Based on proposed addition from David Edelsohn.
14255
14256 1999-11-15  Robert Lipe  <RobertLipe@usa.net>
14257             Bruce Korb  <autogen@linuxbox.com>
14258
14259         * fixinc/inclhack.def
14260         (AAB_svr4_replace_byteorder): added.  Takes advantage of GCC features
14261         (unixware7_byteorder_fix): added.  Removes conflicts for new defs
14262                 in net/inet.h.
14263         (svr5_mach_defines): added.  Like svr4_mach_defines, with new syntax
14264         (svr4_endian): enabled with SVR5
14265         (svr4_mkdev): simplified syntax and enabled with SVR5
14266
14267 Sun Nov 14 18:49:37 1999  David O'Brien  <obrien@FreeBSD.org>
14268
14269         * configure.in: Handle libgcc2 threads support on FreeBSD platforms.
14270         * configure: Rebuilt.
14271         * config/t-freebsd-thread: New file.
14272
14273 Sun Nov 14 23:11:05 1999  Jeffrey A Law  (law@cygnus.com)
14274
14275         * i386.c (ix86_decompose_address): Verify the base is a REG
14276         before trying to examine its register number.
14277
14278         * basic-block.h: Remove all #defines and prototypes related to
14279         integer lists.
14280         (free_bb_mem, compute_preds_succs): Remove prototype.
14281         * rtl.h (free_bb_mem): Remove prototype.
14282         * flow.c (alloc_int_list_node); Remove function.
14283         (add_inst_list_node, free_int_list, add_pred_succ): Likewise.
14284         (compute_preds_succs, free_bb_mem): Likewise.
14285         * gcse.c (gcse_main): Do not call free_bb_mem anymore.
14286         * toplev.c (rest_of_compilation): Likewise.
14287         * haifa-sched.c (build_control_flow): Use flow generated edge
14288         list to build the haifa specific edge list.
14289         (find_rgns): Use new CFG data structures instead of pred/succ lists.
14290         (schedule_insns): Do not build pred/succ lists anymore.  Instead
14291         build the edge table.
14292
14293         * basic-block.h (dump_bb_data): Remove declaration.
14294         * flow.c (dump_bb_data): Remove function.
14295         * sbitmap.c (sbitmap_intersect_of_predsucc): Delete function.
14296         (sbitmap_union_of_predsucc): Likewise.
14297
14298         * gcse.c (delete_null_pointer_checks_1): Kill unused s_preds
14299         argument.  All callers changed.
14300         (delete_null_pointer_checks_1): No longer need to compute the
14301         pred/succ lists.
14302
14303         * gcse.c (pre_expr_reaches_here_p): Kill CHECK_PRE_COM argument.
14304         All callers changed.
14305         (pre_expr_reaches_here_p_work): Likewise.
14306         (pre_edge_insert): No longer call pre_expr_reaches_here_p.
14307         * lcm.c (compute_laterin): Fix initialization of LATER.
14308         (compute_nearerout): Similarly for NEARER.
14309
14310 Sun Nov 14 12:41:57 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14311
14312         * cse.c (set_nonvarying_address_components): Delete unused function.
14313         (refers_to_p): Likewise.
14314
14315 Fri Nov 12 20:53:22 1999  Jeffrey A Law  (law@cygnus.com)
14316
14317         * function.c (diddle_return_value): Set REG_FUNCTION_VALUE_P as
14318         needed.
14319
14320 Sat Nov 13 16:20:09 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14321
14322         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Wrap macro
14323         definition in do while (0).
14324
14325 Fri Nov 12 16:26:25 1999  Jim Wilson  <wilson@cygnus.com>
14326
14327         * stmt.c (pushcase, pushcase_range): Partially revert Oct 28 change.
14328
14329 Fri Nov 12 12:43:49 1999  Richard Henderson  <rth@cygnus.com>
14330
14331         * unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.
14332
14333 Fri Nov 12 15:14:19 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
14334
14335         * i960.h (CAN_DEBUG_WITHOUT_FP): Don't define it.
14336         (FRAME_POINTER_REQUIRED): Don't worry about nonlocal goto.
14337         (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
14338         (INITIAL_FRAME_POINTER_OFFSET): Remove it.
14339
14340         * i960.c (i960_function_prologue): Don't allocate space for g8-g11
14341         saved on the stack.  Output more accurate stack frame statistics
14342         into assembler file.
14343
14344 1999-11-12 11:47 -0800  Zack Weinberg  <zack@bitmover.com>
14345
14346         * genextract.c (record_insn_name): New function.
14347         (get_insn_name): No longer a stub.
14348         (main): Call record_insn_name for each insn.  After each label
14349         written, print the insn name in a comment.
14350
14351 Fri Nov 12 13:45:02 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14352
14353         * output.h (const_section, init_section, fini_section): Add
14354         prototypes.
14355
14356         * alpha/elf.h (const_section): Delete declaration.
14357
14358         * svr4.h (const_section): Likewise.
14359
14360 Fri Nov 12 08:54:22 1999  Mark Mitchell  <mark@codesourcery.com>
14361
14362         * tree.h (SAVE_EXPR_PERSISTENT_P): New macro.
14363         * tree.c (array_type_nelts): Don't handle SAVE_EXPRs specially.
14364         (unsave_expr_now): Don't unsave SAVE_EXPR_PERSISTENT_P
14365         expressions.
14366         * stor-layout.c (variable_size): Set SAVE_EXPR_PERSISTENT_P on
14367         variable-sized array bounds.
14368
14369 Fri Nov 12 08:04:45 1999  Catherine Moore  <clm@cygnus.com>
14370
14371         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME):  Use
14372         ASM_OUTPUT_LABEL.
14373
14374 Fri Nov 12 13:31:54 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14375
14376         * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Treat QImode
14377         addresses the same way GO_IF_LEGITIMATE_INDEX does.
14378
14379 Fri Nov 12 12:36:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14380
14381         * cse.c (hash_arg_in_struct): Delete.
14382         (struct table_elt): Delete elt in_struct.
14383         (struct set): Delete elt src_in_struct.
14384         (merge_equiv_classes): Don't set either hash_arg_in_struct or
14385         the corresponding in_struct elts.
14386         (canon_hash): Likewise.
14387         (safe_hash): Likewise.
14388         (find_best_addr): Likewise.
14389         (record_jump_cond): Likewise.
14390         (cse_insn): Likewise.
14391
14392 Thu Nov 11 19:45:24 1999  Jim Wilson  <wilson@cygnus.com>
14393
14394         * loop.c (invariant_p, case MEM): Put MEM_VOLATILE_P check back.
14395
14396         * dbxout.c (dbxout_type, case INTEGER_TYPE): Handle too large
14397         unsigned types.
14398
14399 Thu Nov 11 18:54:24 1999  Jeffrey A Law  (law@cygnus.com)
14400
14401         * function.c (diddle_return_value): Put back check that the DECL_RTL
14402         for the function is a register.
14403
14404         * function.c (diddle_return_value): Use hard_function_value to
14405         get an rtx suitable for use in the USE/CLOBBER insn.
14406
14407         * global.c (global_conflicts): Update comments.
14408         (record_conflicts): No need to record conflicts between pseudos here.
14409
14410 1999-11-11  Bruce Korb  <autogen@linuxbox.com>
14411
14412         * fixinc/fixincl.c: Added verbose levels for status messages
14413
14414 Thu Nov 11 13:23:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14415
14416         * jump.c (jump_optimize_1): Avoid passing an rtx that is not an
14417         operand as argument to expand_and or expand_binop.
14418
14419 Thu Nov 11 02:21:16 1999  Rodney Brown <RodneyBrown@pmsc.com>
14420
14421         * xcoffout.c (xcoffout_source_file): Change ggc_add_root to
14422         gcc_add_string_root.
14423
14424 Wed Nov 10 21:24:19 1999  Jason Eckhardt  <jle@cygnus.com>
14425
14426         * config/pa/pa.h (MASK_RETURN_ADDR): Change 0xfffffffc to -4.
14427
14428 Wed Nov 10 15:56:16 1999  Jeffrey A Law  (law@cygnus.com)
14429
14430         * flow.c (compute_flow_dominators): Initially put all blocks on
14431         the worklist.
14432         * lcm.c (compute_antinout_edge, compute_available): Similarly.
14433         * gcse.c (compute_cprop_avinout): Remove.
14434         (compute_cprop_data): Use compute_available.
14435         (delete_null_pointer_checks_1): Use compute_available.
14436
14437         * basic-block.h (compute_available): Returns a void now.
14438         * gcse.c (one_classic_gcse_pass): Do not expect compute_available
14439         to return a value anymore.
14440         * lcm.c (compute_available, compute_antinout_edge): Revamp to use
14441         worklists.  Fix boundary cases. Compute maximal solutions.
14442         (compute_laterin, compute_nearerout): Similarly.
14443
14444         * dwarf2out.c (add_AT_location_description): Allow
14445         (mem (plus (pseudo) (...)) too.
14446
14447 Wed Nov 10 10:52:42 1999  Tom Tromey  <tromey@cygnus.com>
14448
14449         * gcc.c (do_spec_1): Support text between `%u' and `%O'.
14450
14451 Wed Nov 10 12:43:21 1999  Philippe De Muyter  <phdm@macqel.be>
14452                           Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14453
14454         * cppinit.c: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
14455
14456         * gansidecl.h: Likewise.
14457
14458         * rtl.c: Likewise.
14459
14460         * rtl.h: Likewise.
14461
14462         * toplev.h: Likewise.
14463
14464         * tree.c: Likewise.
14465
14466         * tree.h: Likewise.
14467
14468         * varray.c: Likewise.
14469
14470         * varray.h: Likewise.
14471
14472 Wed Nov 10 10:57:22 1999  Clinton Popetz  <cpopetz@cygnus.com>
14473
14474         * gcov.c (struct arcdata): Add hits and total, remove prob.
14475         (output_branch_counts): New.
14476         (process_args): Set output_branch_counts if -c.
14477         (calculate_branch_probs): Store hits and total instead of
14478         percentage.
14479         (output_data): Emit counts if output_branch_counts is true.
14480         * gcov.texi (Invoking Gcov): Document -c switch..
14481
14482 Wed Nov 10 01:10:41 1999  Philippe De Muyter  <phdm@macqel.be>
14483
14484         * genoutput.c (output_insn_data): Cast `INSN_OUTPUT_FORMAT_MULTI' and
14485         `INSN_OUTPUT_FORMAT_FUNCTION' to `PTR'-type.
14486
14487 Wed Nov 10 00:51:41 1999  Hans-Peter Nilsson  <hp@axis.se>
14488
14489         * invoke.texi (C Dialect Options): Add missing builtins from
14490         c-common.c to list.
14491         * extend.texi (Other Builtins): Copy to this list.
14492
14493 Wed Nov 10 04:58:09 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14494
14495         * Makefile.in (recog.o): Use BASIC_BLOCK_H macro.
14496         (print-rtl.o, $(HOST_PREFIX_1)print-rtl.o): Likewise.  Remove
14497         redundant bitmap.h.
14498
14499 Wed Nov 10 00:02:53 1999  Jeffrey A Law  (law@cygnus.com)
14500
14501         * flow.c (compute_flow_dominators): No longer treat basic block 0
14502         or (n_basic_blocks - 1) specially.  Clear the AUX field before
14503         starting computation of doms/pdoms.  Fix initial state for pdoms.
14504
14505 Wed Nov 10 03:58:08 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14506
14507         * Makefile.in ($(HOST_PREFIX_1)rtl.o): Update dependencies to
14508         match rtl.o's: added ggc.h and toplev.h
14509         ($(HOST_PREFIX_1)print-rtl.o): Likewise: added system.h.
14510         ($(HOST_PREFIX_1)rtlanal.o): Likewise: added system.h.
14511         ($(HOST_PREFIX_1)obstack.o): Likewise: added $(CONFIG_H).
14512
14513 Tue Nov  9 10:30:08 1999  Tom Tromey  <tromey@cygnus.com>
14514
14515         * config/i386/xm-djgpp.h (HAVE_DOS_BASED_FILE_SYSTEM): Renamed
14516         from HAVE_DOS_BASED_FILESYSTEM.
14517         * gcc.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM, not
14518         HAVE_DOS_BASED_FILESYSTEM.
14519         (main): Likewise.
14520         (split_directories): Only special-case DOS file names if
14521         HAVE_DOS_BASED_FILE_SYSTEM is defined.  Use IS_DIR_SEPARATOR
14522         instead of explicit tests.  Conditionalize on !VMS.
14523         (make_relative_prefix): Use IS_DIR_SEPARATOR instead of explicit
14524         tests.  Conditionalize on !VMS.
14525         (process_command): Only use make_relative_prefix if !VMS.
14526         (free_split_directories): Conditionalize on !VMS.
14527         (DIR_UP): Conditionalize on !VMS.
14528
14529 Wed Jun  9 16:57:11 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14530
14531         * gcc.c (STANDARD_BINDIR_PREFIX): Provide default.
14532
14533 Fri Feb  5 14:22:01 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14534
14535         * gcc.c (make_relative_prefix): Handle the HAVE_EXECUTABLE_SUFFIX
14536         case.
14537
14538 Mon Nov  8 14:16:57 1999  Michael Meissner  <meissner@cygnus.com>
14539
14540         * invoke.texi (Environment Variables): Document relative path
14541         lookup.
14542         * gcc.c (DIR_UP): If not defined, define as "..".
14543         (standard_bindir_prefix): New static, holds target location to
14544         install binaries.
14545         (split_directories): New function to split a filename into
14546         component directories.
14547         (free_split_directories): New function, release memory allocated
14548         by split_directories.
14549         (make_relative_prefix): New function, make a relative pathname if
14550         the compiler is not in the expected location.
14551         (process_command): If GCC_EXEC_PREFIX was not specified, see if we
14552         can figure out an appropriate prefix from argv[0].
14553         * Makefile.in (DRIVER_DEFINES): Use unlibsubdir in definition of
14554         STANDARD_STARTFILE_PREFIX and TOOLDIR_BASE_PREFIX.  Define
14555         STANDARD_BINDIR_PREFIX.
14556
14557 Wed Nov 10 11:47:54 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14558
14559         * config/c4x/c4x-protos.h: New file.  Prototypes for functions defined
14560         in c4x.c.
14561         * config/c4x/c4x.h: Moved prototypes to c4x.h.
14562         * config/c4x/c4x.c (c4x_preferred_reload_class, c4x_limit_reload_class,
14563         c4x_secondary_memory_needed) Delete.
14564         (fp_zero_operand): Add mode argument.
14565
14566 Thu Nov  4 15:52:35 1999  Andrew Haley  <aph@cygnus.com>
14567
14568         * reload1.c (reload_reg_free_for_value_p): Don't use a register
14569         that is in reload_reg_used.
14570
14571 Tue Nov  9 16:43:00 1999  Nick Clifton  <nickc@cygnus.com>
14572
14573         * config/arm/arm-protos.h: New file: Prototypes for functions
14574         defined in arm.c and pe.c.
14575         * config/arm/arm.h: Fix compile time warnings.
14576         * config/arm/arm.c: Fix compile time warnings.
14577         * config/arm/pe.h: Fix compile time warnings.
14578         * config/arm/aout.h: Fix compile time warnings.
14579
14580 Tue Nov  9 14:55:44 1999  Nick Clifton  <nickc@cygnus.com>
14581
14582         * config/m32r/m32r-protos.h: New file: Prototypes for functions
14583         defined in m32r.c
14584
14585         * config/m32r/m32r.h: Move prototypes to m32r-protos.h
14586         Add support for subtargets.
14587         Add prototypes for new predicates.
14588         Add scheduling macros.
14589
14590         * config/m32r/m32r.c: Fix compile time warnings.
14591         (int8_operand): New predicate function.
14592         (reg_or_cmp_int16_operand): New predicate function.
14593         (extend_operand): New predicate function.
14594         (m32r_adjust_code): New scheduling function.
14595         (m32r_adjust_priorty): New scheduling function.
14596         (m32r_sched_init): New scheduling function.
14597         (m32r_sched_reorder): New scheduling function.
14598         (m32r_sched_variable_issue): New scheduling function.
14599         (direct_return): New codegen function.
14600         (m32r_not_same_reg): New rtl testsing function.
14601
14602         * config/m32r/m32r.md: Fix compile time warnings.
14603         Add support for pre decrement and post increment memory
14604         references.
14605         Add S<cc> patterns.
14606         Add fabs patterns.
14607
14608 Mon Nov  8 22:20:13 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14609
14610         * global.c (EXECUTE_IF_CONFLICT): Don't define.
14611         (prune_preferences): Use EXECUTE_IF_SET_IN_ALLOCNO_SET instead.
14612         (find_reg): Likewise.
14613
14614 Mon Nov  8 13:16:46 1999  Jason Eckhardt  <jle@cygnus.com>
14615
14616         * config/pa/pa.md (fmpynfadd,{sgl,dbl} insns): Use %fr0 rather than 0
14617         to avoid assembler errors.
14618
14619 Mon Nov  8 15:38:41 1999  Nick Clifton  <nickc@cygnus.com>
14620
14621         * config/v850/v850-protos.h: New file: Prototypes for functions
14622         defined in v850.c
14623         * config/v850/v850.h: Move prototypes to v850-protos.h
14624         * config/v850/v850.c: Move prototypes to v850-protos.h
14625         * config/v850/v850.md: Fix compile time warnings.
14626
14627         * config/fr30/fr30-protos.h: New file: Prototypes for functions
14628         defined in fr30.c
14629         * config/fr30/fr30.h: Move prototypes to fr30-protos.h
14630         * config/fr30/fr30.c: Fix compile time warnings.
14631         * config/fr30/fr30.md: Fix compile time warnings.
14632
14633 Mon Nov  8 07:25:37 1999  Mark Mitchell  <mark@codesourcery.com>
14634
14635         * tree.h (get_containing_scope): Declare it.
14636         * tree.c (get_containing_scope): New fucntion.
14637         (decl_function_context): Use it.
14638         * toplev.c (rest_of_compilation): Use get_containing_scope.
14639
14640 aMon Nov  8 03:03:07 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14641
14642         * Makefile.in (rtl.o): Depend on toplev.h.
14643
14644 Sun Nov  7 20:55:14 1999  Mark Mitchell  <mark@codesourcery.com>
14645
14646         * cse.c (delete_trivially_dead_insns): Replace alloca with
14647         xmalloc/xcalloc.
14648         * except.c (update_rethrow_references): Likewise.
14649         (init_eh_nesting_info): Likewise.
14650         * function.c (identify_blocks): Likewise.
14651         * gcse.c (dump_hash_table): Likewise.
14652         * graph.c (print_rtl_graph_with_bb): Likewise.
14653         * loop.c (combine_movables): Likewise.
14654         (move_movables): Likewise.
14655         (count_loop_regs_set): Likewise.
14656         (strength_reduce): Likewise.
14657         * profile.c (compute_branch_probabilities): New function, split
14658         out from ...
14659         (branch_prob): Here.  Replace alloca with xmalloc/xcalloc.
14660         * regclass.c (regclass): Likewise.
14661         * regmove.c (regmove_optimize): Likewise.
14662         * toplev.c (compile_file): Likewise.
14663         (main): Don't mess with the stack rlimit.
14664
14665 Sun Nov  7 19:41:17 1999  Catherine Moore  <clm@cygnus.com>
14666
14667         * config/elfos.h (ASM_DECLARE_FUNCTION_NAME): Conditionally define.
14668         (ASM_DECLARE_FUNCTION_SIZE): Conditionally define.
14669
14670 Sun Nov  7 10:23:28 1999  Mark P. Mitchell  <mark@codesourcery.com>
14671
14672         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns.
14673
14674 Sun Nov  7 02:58:48 1999  Jeffrey A Law  (law@cygnus.com)
14675
14676         * global.c (EXECUTE_IF_CONFLICT): Undo Robert's change.
14677         (EXECUTE_IF_SET_IN_ALLOCNO_SET): Put curleys around CODE in
14678         macro expansion.
14679
14680 Sat Nov  6 23:48:30 1999  Robert Lipe  (robertlipe@usa.net)
14681
14682         * global.c (EXECUTE_IF_CONFLICT): Correct quoting typo.
14683
14684 Sat Nov  6 17:34:39 1999  Jeffrey A Law  (law@cygnus.com)
14685
14686         * gcse.c (post_dominators): Kill.
14687         (alloc_code_hoist_mem, free_code_hoist_mem); Kill post_dominators.
14688         (compute_code_hoist_data): Use compute_flow_dominators.  Do not
14689         pass in a pdom array since we do not need pdoms.
14690         * haifa-sched.c (schedule_insns): Similarly.
14691         * flow.c (compute_dominators): Remove dead function.
14692         (compute_flow_dominators): Do not compute doms or pdoms if the
14693         caller does not request them.  Split up loop to build doms and
14694         pdoms.  Use a worklist to compute doms and pdoms.
14695         * basic-block.h (compute_dominators): Remove prototype.
14696
14697 Sat Nov  6 11:38:39 1999  Richard Henderson  <rth@cygnus.com>
14698
14699         * haifa-sched.c (struct haifa_insn_data, h_i_d): New.
14700         (insn_luid, insn_priority, insn_costs, insn_units): Remove.
14701         (insn_reg_weight, insn_depend, insn_dep_count): Remove.
14702         (insn_blockage, insn_ref_count, line_note, insn_tick): Remove.
14703         (cant_move, fed_by_spec_load, is_load_insn): Remove.
14704         (schedule_region): Remove unused variable.
14705         (schedule_insns): Allocate h_i_d, and not all the separate arrays.
14706
14707 Sat Nov  6 10:00:34 1999  Mark Mitchell  <mark@codesourcery.com>
14708
14709         * local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.
14710         (update_equiv_regs): Likewise.
14711         (block_alloc): Likewise.
14712         * reg-stack.c (reg_to_stack): Likewise.
14713         (convert_regs_2): Likewise.
14714         * reload1.c (reload_as_needed): Likewise.
14715
14716 Sat Nov  6 09:57:59 1999  Mark Mitchell  <mark@codesourcery.com>
14717
14718         * Makefile.in (dbxout.o): Depend on ggc.h.
14719         (dwarf2out.o): Likewise.
14720         (xcoffout.o): Likewise.
14721         * dbxout.c: Include ggc.h.
14722         (dbxout_init): Register lastfile as a root.
14723         * dwarf2out.c: Include ggc.h.
14724         (dwarf2out_line): Register lastfile as a root.
14725         * xcoffout.c: Include ggc.h.
14726         (xcoffout_source_line): Register xcoff_lastfile as a root.
14727
14728 Sat Nov  6 09:52:09 1999  Richard Henderson  <rth@cygnus.com>
14729
14730         * i386.md (movdf_1, movxf_1): Earlyclobber general regs destination.
14731
14732 Sat Nov  6 07:48:59 1999  Catherine Moore  <clm@cygnus.com>
14733
14734         * config/svr4.h (ASM_DECLARE_FUNCTION): Check if already
14735         defined.
14736         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
14737
14738 Fri Nov  5 18:33:39 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14739
14740         * global.c (EXECUTE_IF_SET_IN_ALLOCNO_SET): New macro.
14741         (EXECUTE_IF_CONFLICT): Likewise.
14742         (ALLOCNO_LIVE_P): Avoid signed division.
14743         (SET_ALLOCNO_LIVE, CLEAR_ALLOCNO_LIVE): Likewise.
14744         (prune_preferences, find_reg): Use EXECUTE_IF_CONFLICT.
14745         (record_one_conflict): Use EXECUTE_IF_SET_IN_ALLOCNO_SET.
14746
14747 Fri Nov  5 12:04:02 1999  Richard Henderson  <rth@cygnus.com>
14748
14749         * haifa-sched.c (schedule_block): Don't crash if there's no
14750         next insn for an interblock movement.
14751         (add_branch_dependences): Don't allow clobber insns to move either.
14752
14753 Fri Nov  5 10:18:11 1999  Richard Henderson  <rth@cygnus.com>
14754
14755         * i386.c (split_xf): New.
14756         * i386-protos.h: Declare it.
14757         * i386.md (movxf_1): Add general regs alternatives.
14758         (movxf_1+1): New splitter for same.
14759
14760 Fri Nov  5 12:05:52 1999  Nick Clifton  <nickc@cygnus.com>
14761
14762         * function.c (purge_addressof_1): Add missing return values.
14763
14764 Fri Nov  5 10:07:25 1999  Nick Clifton  <nickc@cygnus.com>
14765
14766         * function.c (is_addressof): New function.  Returns true if
14767         the given piece of RTL is an ADDRESSOF.
14768         (purge_addressof_1): Make boolean.  Return false if the
14769         ADDRESSOFs could not be purged.
14770         (purge_addressof): If ADDRESSOFs could not be purged from the
14771         notes attached to an insn, remove the offending note(s),
14772         unless they are attached to a libcall.
14773
14774 1999-11-05  Andreas Jaeger  <aj@suse.de>
14775
14776         * genoutput.c (null_operand =): Initialize all fields.
14777
14778         * errors.h: Add extern to prototypes.
14779
14780 Fri Nov  5 01:44:09 1999  Jeffrey A Law  (law@cygnus.com)
14781
14782         * configure.in (m68k-next-nextstep4): Handle Openstep 4.2.
14783         * configure: Rebuilt.
14784
14785 Fri Nov  5 01:24:37 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14786
14787         * global.c (CONFLICTP, SET_CONFLICT): Avoid signed division.
14788         (mirror_conflicts): New function.
14789         (global_alloc): Call it.
14790         (expand_preferences): Remove redundant CONFLICTP test.
14791         (find_reg, dump_conflicts): Likewise.
14792         (prune_preferences): Process conflicts one word at a time.
14793
14794 Fri Nov  5 01:05:21 1999  Richard Henderson <rth@cygnus.com>
14795
14796         * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_BITMAP
14797         instead of an explicit loop.
14798
14799 Thu Nov  4 23:07:14 1999  Jim Wilson  <wilson@cygnus.com>
14800
14801         * cse.c (cse_insn): Revert Oct 31 change.  When computing src_elt,
14802         if REG_RETVAL check succeeds, then put classp in src_elt.
14803
14804 Thu Nov  4 23:48:14 1999  Jeffrey A Law  (law@cygnus.com)
14805
14806         * function.c (pad_to_arg_alignment): Only update argument_pad
14807         if the argument's alignment is greater than STACK_BOUNDARY.
14808
14809 Thu Nov  4 16:44:53 1999  Richard Henderson  <rth@cygnus.com>
14810
14811         * bitmap.h (BITMAP_XFREE): New.
14812         * flow.c (life_analysis): Use it.
14813         (life_analysis_1): Free blocks.
14814
14815         * combine.c (undo_commit): New.
14816         (try_combine): Use it.  Don't zap undobuf.undos.
14817         (combine_instructions): Don't zap undobuf.undos; free the
14818         undobuf.frees list.
14819
14820         * local-alloc.c (local_alloc): Free qty_phys_num_sugg.
14821
14822         * stmt.c (cost_table_): New.
14823         (estimate_case_costs): Use it instead of xmalloc.
14824
14825         * toplev.c (compile_file): Reuse dumpname memory instead
14826         of strdup'ing it.
14827
14828 Thu Nov  4 16:36:44 1999  Richard Henderson  <rth@cygnus.com>
14829
14830         * reg-stack.c (convert_regs_1): Initialize target_stack->top
14831         after verifying an EH edge.
14832
14833         * haifa-sched.c (init_rgn_data_dependences): Correctly
14834         size bb_pending_lists_length when zeroing.
14835
14836 Thu Nov  4 16:36:36 1999  Richard Henderson  <rth@cygnus.com>
14837
14838         * function.c (diddle_return_value): New.
14839         (expand_function_end): Use it.
14840         * stmt.c (expand_null_return): Likewise.
14841         (expand_value_return): Likewise.
14842
14843         * reg-stack.c (subst_stack_regs_pat): Handle clobbers at top-level.
14844
14845         * reload1.c (reload): Don't remove return value clobbers.
14846
14847 Thu Nov  4 13:33:46 1999  Richard Henderson  <rth@cygnus.com>
14848
14849         * rtl.c (read_rtx): Use fatal_with_file_and_line not fatal.
14850
14851 Thu Nov  4 12:49:52 1999  Richard Henderson  <rth@cygnus.com>
14852
14853         * cse.c (cse_main): Use xmalloc, not alloca.
14854         (cse_basic_block): Likewise.
14855         * local-alloc.c (local_alloc): Likewise.
14856
14857 Thu Nov  4 14:22:12 1999  David Billinghurst  <David.Billinghurst@riotinto.com.au>
14858                           Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14859
14860         * rtl.c: Include toplev.h.
14861         (fatal): Remove declaration.
14862
14863 Thu Nov  4 06:39:47 1999  Jeffrey A Law  (law@cygnus.com)
14864
14865         * haifa-sched.c (schedule_block): Fix thinko.
14866
14867 1999-11-03  James McKelvey <mckelvey@fafnir.com>
14868
14869         * fixinc/fixincl.c(create_file):  Allow for systems that do not have
14870         S_IR* defined values
14871
14872 1999-11-03  Philippe De Muyter  <phdm@macqel.be>
14873
14874         * fixlib.c (load_file_data): Do not call `realloc' with a NULL pointer;
14875         call `malloc' instead.
14876
14877 Wed Nov  3 23:05:14 1999  Mark Mitchell  <mark@codesourcery.com>
14878
14879         * flags.h (flag_renumber_insns): Declare.
14880         * emit-rtl.c (renumber_insns): Check flag_renumber_insns.  Print
14881         renumbering table.
14882         * rtl.h (renumber_insns): Change prototype.
14883         * toplev.c (flag_renumber_insns): Define.
14884         (rest_of_compilation): Pass rtl_dump_file to flag_renumber_insns.
14885
14886 Wed Nov  3 15:11:27 1999  David S. Miller  <davem@redhat.com>
14887
14888         * config/sparc/sparc.md: Remove insn type fpsqrt, add fpsqrts
14889         and fpsqrtd.  Use them and create fdiv function unit to more
14890         accurately represent fpu sqrt pipeline semantics on UltraSparc.
14891         * config/sparc/sparc.c: Account for fpsqrt{s,d} changes.
14892
14893 Wed Nov  3 15:11:27 1999  Matteo Frigo <athena@fftw.org>
14894
14895         * config/sparc/sparc.md: Adjust FADD/FMUL result latencies to
14896         3 on UltraSparc.
14897         * config/sparc/sparc.c (ultra_schedule_insn): Insert launched
14898         insn into ready list, do not use just a raw swap.
14899
14900 Wed Nov  3 14:51:59 1999  Mark P. Mitchell  <mark@codesourcery.com>
14901
14902         * rtl.h (renumber_insns): New function.
14903         (remove_unnecessary_notes): Likewise.
14904         * emit-rtl.c (renumber_insns): Define.
14905         (remove_unncessary_notes): Likewise.
14906         * toplev.c (rest_of_compilation): Remove dead code.
14907         Use renumber_insns and remove_unncessary_notes.
14908
14909         * gcse.c (struct null_pointer_info): New type.
14910         (get_bitmap_width): New function.
14911         (current_block): Remove.
14912         (nonnull_local): Likewise.
14913         (nonnull_killed): Likewise.
14914         (invalidate_nonnull_info): Take a null_pointer_info as input.
14915         (delete_null_pointer_checks_1): New function.
14916         (delete_null_pointer_checks): Use it.
14917
14918         * haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.
14919         (split_edges): Likewise.
14920         (schedule_block): Likewise.
14921         (compute_block_backward_dependencies): Likewise.
14922         (schedule_region): Likewise.
14923         (schedule_insns): Likewise.
14924
14925 Wed Nov  3 15:40:23 1999  Catherine Moore  <clm@cygnus.com>
14926
14927         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.
14928         * emit-rtl.c (gen_label_rtx): Support LABEL_ALTERNATE_NAME.
14929         * final.c (final_scan_insn): Emit LABEL_ALTERNATE_NAME.
14930         * ggc-common.c (ggc_mark_rtx_children): Mark LABEL_ALTERNATE_NAME.
14931         * jump.c (delete_unreferenced_labels): Don't delete if
14932         LABEL_ALTERNATE_NAME is set.
14933         * print-rtl.c (print_rtx): Dump alternate name.
14934         * rtl.def (CODE_LABEL): Change format to "iuuis00s".
14935         * rtl.h (LABEL_ALTERNATE_NAME): Define.
14936         * rtl.texi (LABEL_ALTERNATE_NAME): Document.
14937         * tm.texi (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Document.
14938
14939 Wed Nov  3 15:39:19 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14940
14941         * fix-header.c (recognized_extern, recognized_function): Constify
14942         a char*.
14943
14944         * lcm.c (compute_laterin): Remove unused variable `temp_bitmap'.
14945         (pre_edge_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
14946         (compute_available): Remove unused variable `last'.
14947         (compute_nearerout): Remove unused variable `temp_bitmap'.
14948         (pre_edge_rev_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
14949         Remove unused variable `x'.
14950
14951         * scan.h (recognized_function, recognized_extern): Constify a
14952         char*.
14953
14954         * simplify-rtx.c (simplify_rtx): Remove unused variable `new'.
14955
14956 Wed Nov  3 10:40:53 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14957
14958         * varasm.c (decode_rtx_const): Use XSTR to access the string
14959         of a SYMBOL_REF.
14960
14961 Wed Nov  3 10:10:58 1999  Richard Henderson  <rth@cygnus.com>
14962
14963         * c-decl.c (duplicate_decls): Copy DECL_MODE too.
14964
14965 Wed Nov  3 12:12:59 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14966
14967         * reload1.c (eliminate_regs_in_insn): If copying insn, also copy notes.
14968
14969 Wed Nov  3 03:26:28 1999  Jeffrey A Law  (law@cygnus.com)
14970
14971         * pa.c (ireg_operand): New function.
14972         * pa.h (PREDICATE_CODES): Handle ireg_operand.
14973         * pa.md (parallel_addb, parallel_movb): Use ireg_operand.
14974         Fix out of date comment.
14975
14976         * pa.md (negdi2): Turn into expander + anonymous pattern.
14977
14978         * reload.c (find_reloads): Fix typos in recent change.
14979
14980         * dwarf2out.c: Do not include ctype.h.
14981
14982 Tue Nov  2 21:53:44 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14983
14984         * regclass.c (record_reg_classes): Always use may_move_cost when
14985         seeing how operand fits with various register classes.
14986
14987 Tue Nov  2 15:38:17 1999  Richard Henderson  <rth@cygnus.com>
14988
14989         * resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes.
14990         * toplev.c: Revert Nov 1 13:22 change.
14991
14992 Tue Nov  2 14:21:37 1999  Jason Eckhardt  <jle@cygnus.com>
14993
14994         * config/pa/pa.md (height reduction patterns): Add checks for
14995         overlapping operands to avoid semantic-destroying splits for
14996         height reduction patterns.
14997
14998 Tue Nov  2 15:27:31 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14999
15000         * configure.in (m68k-hp-hpux*, xm_alloca.h): The underscore should
15001         have been an hyphen, fixed.
15002         * configure: Rebuilt.
15003
15004 Tue Nov  2 17:04:36 1999  Nick Clifton  <nickc@cygnus.com>
15005
15006         * config/arm/tpe.h: Add prototypes for exported functions.
15007         * config/arm/pe.c: Fix compile time warnings.
15008         * config/arm/semi.h: Fix compile time warnings.
15009         * config/arm/arm.c: Fix compile time warnings.
15010         * config/arm/arm.h: Fix compile time warnings.
15011         * config/arm/arm.md: Fix compile time warnings.
15012         * config/arm/thumb.c: Fix compile time warnings.
15013         * config/arm/thumb.h: Fix compile time warnings.
15014         * config/arm/thumb.md: Fix compile time warnings.
15015
15016 Tue Nov  2 04:10:24 1999  Jan Hubicka  <hubicka@freesoft.cz>
15017
15018         * jump.c (jump_optimize_1): Swap the incscc and the conditional mode
15019         detection code
15020
15021         * unroll.c (unroll_loop): Remove LOOP notes when loop is
15022         completely unrolled.
15023
15024 Tue Nov  2 16:57:22 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15025
15026         * cse.c (simplify_plus_minus, check_fold_const): Delete declarations.
15027
15028 Tue Nov  2 09:43:00 1999  Catherine Moore  <clm@cygnus.com>
15029
15030         * Makefile.in (genattrtab): Don't use (HOST_RTLANAL).
15031         * rtl.h (rtx_equal_p): Move prototype.
15032         * rtl.c (rtx_equal_function_value_matters): Move from
15033         rtlanal.c
15034         (rtx_equal_p): Likewise.
15035         * rtlanal.c (rtx_equal_function_value_matters): Delete.
15036         (rtx_equal_p): Likewise.
15037
15038 Mon Nov  1 23:21:17 1999  Jason Merrill  <jason@yorick.cygnus.com>
15039
15040         * libgcc2.c (__do_global_dtors): Only do EH frame stuff if
15041         ! HAS_INIT_SECTION.
15042
15043 Mon Nov  1 23:37:38 1999  Jeffrey A Law  (law@cygnus.com)
15044
15045         * gcc.1 (PA options): Remove obsolete -mshared-libs options.
15046
15047         * pa.h (ADDR_VEC_ALIGN): Define.
15048
15049         * jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT
15050         notes when presented with "if (foo) break; end_of_loop" and
15051         the break sequence gets moved out of the loop.
15052
15053         * unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.
15054         Remove explicit zero initializations of entries within MAP.
15055
15056 Mon Nov  1 18:09:14 1999  Richard Henderson  <rth@cygnus.com>
15057
15058         * reg-stack.c (convert_regs_1): Handle EH edges specially.
15059
15060 Mon Nov  1 15:41:01 1999  Mark P. Mitchell  <mark@codesourcery.com>
15061
15062         * bitmap.h (BITMAP_XMALLOC): New macro.
15063         * flow.c (CLEAN_ALLOCA): Remove.
15064         (delete_unreachable_blocks): Use xmalloc/xcalloc instead of alloca.
15065         (life_analysis): Likewise.
15066         (update_life_info): Don't use CLEAN_ALLOCA.
15067         (life_analysis_1): Use xmalloc/xcalloc instead of alloca.
15068         (calculate_global_regs_live): Likewise.
15069         (print_rtl_with_bb): Likewise.
15070         (verify_flow_info): Likewise.
15071         * global.c (global_alloc): Likewise.
15072         (global_conflicts): Likewise.
15073         * integrate.c (save_for_inline_nocopy): Likewise.
15074         (expand_inline_function): Likewise.
15075         * jump.c (jump_optimize_1): Likewise.
15076         (duplicate_loop_exit_test): Likewise.
15077         (thread_jumps): Likewise.
15078         * loop.c (loop_optimize): Likewise.
15079         (combine_givs): Likewise.
15080         (recombine_givs): Likewise.
15081         * reorg.c (dbr_schedule): Likewise.
15082         * unroll.c (unroll_loop): Likewise.
15083
15084         * combine.c (combine_instructions): Use xmalloc instead of alloca.
15085
15086 Mon Nov  1 13:22:30 1999  Richard Henderson  <rth@cygnus.com>
15087
15088         * toplev.c (rest_of_compilation): Don't optimize the CFG
15089         when rebuilding, just before dbr.
15090
15091 Mon Nov  1 14:35:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15092
15093         * output.h (assemble_end_function, assemble_destructor,
15094         assemble_constructor, assemble_gc_entry, assemble_global,
15095         assemble_label, output_constant_pool) Constify a char*.
15096
15097         * varasm.c (assemble_destructor, assemble_constructor,
15098         assemble_gc_entry, assemble_end_function, assemble_global,
15099         assemble_label, output_constant_pool): Likewise.
15100
15101 Mon Nov  1 14:22:51 1999  Nick Clifton  <nickc@cygnus.com>
15102
15103         * config/arm/thumb.c (thumb_expand_prologue): Add comments
15104         explaining what is goin on in this function.
15105
15106 Mon Nov  1 08:03:15 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15107
15108         * regclass.c (record_reg_classes): In matching case, recompute
15109         costs since the direction of movement is different.
15110
15111 Sun Oct 31 21:59:34 MST 1999  Diego Novillo <dnovillo@cygnus.com>
15112
15113         * resource.c (mark_target_live_regs): For unconditional branches,
15114         the resources found at the branch target should be added to the
15115         resources found so far, not intersected.
15116
15117 Sun Oct 31 15:48:49 1999  Philippe De Muyter  <phdm@macqel.be>
15118
15119         * fixinc/fixtests.c, fixinc/fixfixes.c : Keep `#' in first column for
15120         old cpp's.
15121         * fixinc/fixincl.c (fcntl.h) : Do not include this file twice.
15122         (sys/mman.h): Include this file only if #HAVE_MMAP.
15123         (run_compiles): Initialize `esac_fmt' with one old KR string, not
15124         with automatically concatenated ANSI strings.
15125
15126 Sun Oct 31 23:57:07 1999  Mark Mitchell  <mark@codesourcery.com>
15127
15128         * ggc-page.c (struct page_entry): Remove save_num_free_objects.
15129         (DIV_ROUND_UP): Robustify.
15130         (ggc_recalculate_in_use_p): New function.
15131         (release_pages): Don't inline it.
15132         (ggc_alloc_obj): Don't refuse to allocate objects on pages for
15133         outer contexts.
15134         (ggc_pop_context): Use ggc_recalculate_in_use_p.
15135         (clear_marks): Always save in_use_p.
15136         (sweep_pages): Use ggc_recalculate_in_use_p.
15137         (ggc_page_print_statistics): Avoid signed/unsigned comparisons.
15138         Release pages before counting statistics.
15139
15140 Sun Oct 31 23:42:37 1999  Mark Mitchell  <mark@codesourcery.com>
15141
15142         * toplev.c (rest_of_compilation): Fix thinko in this change:
15143
15144         Fri Oct 29 15:25:07 1999  Arnaud Charlet  <charlet@ACT-Europe.FR>
15145
15146         (rest_of_compilation): If inside an inlined external function,
15147         pretend we are just being declared.
15148
15149 Sun Oct 31 23:03:25 1999  Jeffrey A Law  (law@cygnus.com)
15150
15151         * flow.c (calculate_global_regs_live): Fix thinko.
15152
15153         * integrate.c (expand_inline_function): Fix bugs in previous
15154         change from Oct 28, 1999.
15155
15156 Sun Oct 31 20:27:45 1999  Mark Mitchell  <mark@codesourcery.com>
15157
15158         * stmt.c (expand_value_return): Fix typo in this change:
15159
15160         Thu Oct 28 18:06:50 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15161         (expand_value_return): Correctly convert VAL when promoting function
15162         return; support RETURN_REG being a PARALLEL.
15163
15164 Sun Oct 31 20:25:42 1999  Mark P. Mitchell  <mark@codesourcery.com>
15165
15166         * expr.c (readonly_fields_p): Ignore everything except FIELD_DECLs.
15167
15168 Sun Oct 31 20:42:17 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15169
15170         * hard-reg-set.h (reg_names): Constify a char*.
15171
15172         * regclass.c  (reg_names): Likewise.
15173
15174         * regs.h (reg_names): Likewise
15175
15176         * a29k/a29k.c (reg_names): Delete declaration.
15177
15178         * a29k/a29k.h (CONDITIONAL_REGISTER_USAGE): Constify a char*.
15179
15180         * arc/arc.c (arc_save_restore, arc_output_function_prologue,
15181         arc_output_function_epilogue): Likewise.
15182
15183         * elxsi/elxsi.c (reg_names): Likewise.
15184
15185         * gmicro/gmicro.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Likewise.
15186
15187         * m32r/m32r.c (m32r_output_function_epilogue, emit_cond_move):
15188         Likewise.
15189
15190         * m88k/m88k.c (output_function_profiler): Likewise.
15191
15192         * sparc/sparc.c (sparc_flat_output_function_prologue,
15193         sparc_flat_output_function_epilogue): Likewise.
15194
15195 Sun Oct 31 13:32:15 CET 1999  Marc Lehmann <pcg@goof.com>
15196
15197         * toplev.c (rest_of_compilation): Seperate the setjmp/vfork clobber
15198         warning from -Wuninitialized and put it under -W.
15199         * function.c (uninitialized_vars_warning): Warn only when the
15200         corresponding flag is set.
15201
15202 Sun Oct 31 01:53:30 1999  Jeffrey A Law  (law@cygnus.com)
15203
15204         * cse.c (cse_insn): If an insn has only a single set, SRC_EQV
15205         is nonzero and the single set does not have an elt, then assign
15206         it an elt.
15207
15208         * simplify-rtx.c: New file.
15209         * Makefile.in (OBJS): Add simplify-rtx.o
15210         (simplify-rtx.o): Add dependencies.
15211         * rtl.h (simplify_gen_binary, simplify_rtx): Add prototypes.
15212         * cse.c: Use simplify_gen_binary intead of cse_gen_binary.
15213         (cse_gen_binary, simplify_unary_operation): Delete.
15214         (simplify_binary_operation, simplify_plus_minus): Likewise.
15215         (check_fold_consts, simplify_relation_operation): Likewise.
15216         (simplify_ternary_operation): Likewise.
15217         (delete_trivially_dead_insns): Simplify the contents of the
15218         REG_EQUAL note before trying to substitute it into the source
15219         of the reg-reg copy at the end of a libcall sequence.
15220
15221         * combine.c (combine_simplify_rtx): Renamed from simplify_rtx.  All
15222         references/callers changed.
15223
15224         * mn10200.c (mn10200_va_arg): Force the return value into a
15225         register.
15226
15227         * fr30.h (EXTRA_CC_NAMES): Remove obsolete macro.
15228
15229         * cccp.c (macroexpand): Avoid out of range accesses for omitted
15230         arguments.
15231
15232 Sat Oct 30 22:42:50 1999  Stephen L Moshier <moshier@mediaone.net>
15233
15234         * c-lex.c (yylex): Accept 'f' in mantissa of hex float constant.
15235
15236 Sat Oct 30 22:19:26 1999  Jeffrey A Law  (law@cygnus.com)
15237
15238         * fold-const.c (fold): Fix thinko when optimizing comparisons
15239         against -0.0.
15240
15241 Sat Oct 30 21:32:17 1999  David Starner  <dstarner98@aasaa.ofe.org>
15242
15243         * gcc.texi (Passes): Update front-end files to their current
15244         location.
15245
15246 Sat Oct 30 14:41:40 1999  Richard Henderson  <rth@cygnus.com>
15247
15248         * alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Call secondary_reload_class.
15249         (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
15250         (PREDICATE_CODES): Add addition_operation.
15251         * alpha-protos.h (addition_operation): Declare.
15252         (secondary_reload_class): Likewise.
15253         * alpha.c (addition_operation): New.
15254         (secondary_reload_class): New, from old SECONDARY_INPUT_RELOAD_CLASS.
15255         * alpha.md (adddi3): Turn into expander.
15256         (*lda, *adddi_2): New.
15257         (movsf, movdf patterns): Don't preference integer regs.
15258         (movsi, movdi patterns): Don't preference fp regs.
15259
15260 Sat Oct 30 14:38:22 1999  Richard Henderson  <rth@cygnus.com>
15261
15262         * genrecog.c (write_switch): Check for duplicate CODE cases.
15263
15264 Sat Oct 30 14:31:48 1999  Richard Henderson  <rth@cygnus.com>
15265
15266         * ggc-common.c: Update pre-function commentary.
15267         * ggc-page.c: Likewise.
15268         (poison): Remove.
15269         (poison_pages): Use memset directly.
15270         (ggc_alloc_obj): Likewise.  Use a different pattern than poison_pages.
15271         (ggc_collect): Poison before sweeping.
15272         * ggc-simple.c: Update pre-function commentary.
15273         (ggc_alloc_obj): Poison non-zeroed memory.
15274
15275 Sat Oct 30 14:28:52 1999  Mark Mitchell  <mark@codesourcery.com>
15276
15277         * ggc-common.c (ggc_print_statistics): Make arguments to fprintf
15278         match format string, even on 64-bit hosts.
15279         * gcc-page.c (ggc_page_print_statistics): Likewise.
15280
15281 Sat Oct 30 14:38:04 1999  Catherine Moore  <clm@cygnus.com>
15282
15283         * config/i386/i386.c (ix86_cpu): Revert last patch.
15284         * config/i386/i386.h (ix86_cpu): Ditto.
15285
15286 Fri Oct 29 17:00:42 1999  Jim Wilson  <wilson@cygnus.com>
15287
15288         * stor-layout.c (layout_type): When compute TYPE_SIZE_UNIT from
15289         TYPE_SIZE, convert type of result to sizetype.
15290
15291 Fri Oct 29 14:34:17 1999  Richard Henderson  <rth@cygnus.com>
15292
15293         * flow.c (count_or_remove_death_notes): Equate NULL with the
15294         universal set.
15295
15296         * jump.c, reg-stack.c, toplev.c: Revert Oct 27 change.
15297         * toplev.c (rest_of_compilation): Rebuild CFG immediately before
15298         dbr_schedule.
15299
15300         * i386.c (pic_label_no): Delete.
15301         (ix86_attr_length_default): Don't use single_set to peek
15302         inside a parallel.
15303
15304         * recog.c (peephole2_optimize): Allow recog_next_insn to index
15305         the first insn after bb->end.
15306         * i386.md (push mem peeps): Scratch is live after evaluation
15307         of the memory.
15308         (cmp mem peep): Similarly.
15309
15310 Fri Oct 29 11:50:11 1999  Catherine Moore  <clm@cygnus.com>
15311
15312         * calls.c (emit_library_call_value): Fix declaration of alignment_pad.
15313         * function.c (pad_to_arg_alignment): Add missing braces.
15314
15315 Fri Oct 29 13:53:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15316
15317         * alpha/alpha-protos.h (literal_section): Add prototype.
15318         (alpha_need_linkage, alpha_start_function,alpha_end_function):
15319         Constify a char*.
15320
15321         * alpha/alpha.c (alpha_ra_ever_killed, set_frame_related_p): Add
15322         prototype.
15323         (alpha_start_function, alpha_end_function, float_strings,
15324         alpha_need_linkage): Constify a char*
15325
15326         * alpha/alpha.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_MI_THUNK): Likewise.
15327
15328         * alpha/alpha32.h (ASM_OUTPUT_MI_THUNK): Likewise.
15329
15330         * alpha/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
15331
15332         * alpha/vms.h (ASM_OUTPUT_SECTION_NAME): Likewise.
15333
15334 Fri Oct 29 13:49:39 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15335
15336         * flow.c (debug_flow_info): Add prototype.
15337
15338         * gcc.c (main): Likewise.
15339
15340         * gcse.c (expr_reaches_here_p_work, pre_expr_reaches_here_p_work):
15341         Likewise.
15342
15343         * reload1.c (failed_reload, set_reload_reg): Likewise.
15344
15345         * mips-tfile.c (main): Likewise.
15346         (pfatal_with_name, fancy_abort, botch, fatal, catch_signal): Mark
15347         with ATTRIBUTE_NORETURN.
15348
15349 Fri Oct 29 18:16:03 1999  Andrew Haley  <aph@cygnus.com>
15350
15351         * config/i386/i386.h (ENCODE_SECTION_INFO): Don't do anything if
15352         DECL is not a memory ref.
15353
15354 Fri Oct 29 09:05:34 1999  Catherine Moore  <clm@cygnus.com>
15355
15356         * config/i386/i386.h (ix86_cpu): Remove extern attribute.
15357         * config/i386/i386.c (ix86_cpu): Add extern attribute.
15358
15359 Fri Oct 29 16:30:04 1999  Andrew Haley  <aph@cygnus.com>
15360
15361         * config/mips/elf.h: remove NAME__MAIN and SYMBOL__MAIN.
15362         * config/mips/elf64.h: ditto.
15363
15364 Fri Oct 29 08:03:57 1999  Catherine Moore  <clm@cygnus.com>
15365
15366         * expr.c (emit_push_insn): New argument alignment_pad.
15367         Update all callers.  Adjust stack pointer based on alignment pad.
15368         * function.c (pad_to_arg_alignment):  New argument alignment_pad.
15369         Update all callers.  Track alignment_pad if boundary > PARM_BOUNDARY.
15370         (locate_and_pad_parm): New argument alignment_pad.  Update all
15371         callers.
15372         * expr.h (emit_push_insn): Update prototype.
15373         (locate_and_pad_parm): Update prototype.
15374         * calls.c (arg_data):  Add new field alignment_pad.
15375         (initialize_argument_information): Initialize alignment_pad.
15376
15377 Fri Oct 29 02:51:35 1999  Mark Mitchell  <mark@codesourcery.com>
15378
15379         * except.c (free_eh_nesting_info): Free the info itself.
15380         * function.c (free_after_compilation): Don't free NULL.
15381         * gcse.c (alloc_pre_mem): Free the temp_bitmap, too.
15382         (pre_edge_insert): Free inserted.
15383         * stmt.c (free_stmt_status): Don't free NULL.
15384
15385 Fri Oct 29 15:25:07 1999  Arnaud Charlet  <charlet@ACT-Europe.FR>
15386
15387         * gcov.c (DIR_SEPARATOR): Provide default.
15388         (output_data): Add test for MS-DOS format absolute filename.
15389         (fancy_abort): Correct program name.
15390         (open_files): Open all files in binary mode.
15391         * libgcc2.c (__bb_exit_func): Likewise.
15392
15393         * profile.c (init_branch_prob): Specify binary when opening files.
15394
15395         * flags.h (flag_unwind_tables): New decl.
15396         * toplev.c (flag_unwind_table): New definition.
15397         (f_options): Add -funwind-tables.
15398         (decode_g_option): Clarify warning when unknown -g option is given.
15399         (rest_of_compilation): If inside an inlined external function,
15400         pretend we are just being declared.
15401
15402         * dwarf2out.c (dwarf2out_do_frame): Check -funwind_tables.
15403         (dwarf2out_frame_finish): Likewise.
15404
15405 Fri Oct 29 07:44:26 1999  Vasco Pedro  <vp@di.fct.unl.pt>
15406
15407         * fold-const.c (merge_ranges): If not in0, but in1, handle
15408         upper bounds equal like subset case.
15409
15410 Thu Oct 28 19:22:24 1999  Douglas Rupp <rupp@gnat.com>
15411
15412         * dbxout.c (dbxout_parms): Generate a second stabs line for parameters
15413         passed in a register but moved to the stack.
15414
15415 Thu Oct 28 19:12:57 1999  Sam Tardieu  <tardieu@act-europe.fr>
15416
15417         * gcc.c (pass_exit_codes, greatest_status): New variables.
15418         (struct option_map): Add entry for "--pass-exit-codes".
15419         (execute): Update greatest_status if error.
15420         (display_help): Add documentation for -pass-exit-codes.
15421         (process_command): Handle -pass-exit-codes.
15422         (main): Look at pass_exit_codes and greatest_status on call to exit.
15423
15424 Thu Oct 28 18:06:50 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15425
15426         * reload.c (find_reloads): Refine test for no input reload
15427         case to not includes reloads emitted after insn.
15428
15429         * function.c (find_temp_slots_from_address): Handle sum involving
15430         a register that points to a temp slot.
15431         (update_temp_slot_address): Make recursive call if both old and
15432         new are PLUS with a common operand.
15433         * calls.c (expand_call): Mark temp slot for result as having
15434         address taken.
15435
15436         * rtlanal.c (reg_referenced_p, case IF_THEN_ELSE): New case.
15437
15438         * gcc.c (process_command): Add standard_exec_prefix with "GCC"
15439         component as well as "BINUTILS".
15440
15441         * integrate.h (copy_rtx_and_substitute): New arg, FOR_LHS.
15442         * integrate.c (copy_rtx_and_substitute): Likewise.
15443         (expand_inline_function, integrate_parm_decls, integrate_decl_tree):
15444         All callers changed.
15445         * unroll.c (inital_reg_note_copy, copy_loop_body): Likewise.
15446
15447         * dbxout.c (dbxout_type, case INTEGER_TYPE_NODE): If can use
15448         gdb extensions, write size of type; also be more consistent
15449         in using references when this is a subtype.
15450
15451         * pa.md (extv, extzv, insv): Use define_expand to reject constant
15452         that is out of range.
15453
15454         * loop.c (unknown_constant_address_altered): New variable.
15455         (prescan_loop): Initialize it.
15456         (note_addr_stored): Set it for RTX_UNCHANGING_P MEM.
15457         (invariant_p, case MEM): Remove handling for volatile and readonly;
15458         check new variable if readonly.
15459         (check_dbra_loop): Chdeck unknown_constant_address_altered.
15460
15461         * cse.c (canon_hash, case MEM): Do not record if BLKmode.
15462         (addr_affects_sp_p): Removed from note_mem_written and only
15463         define #ifdef AUTO_INC_DEC.
15464
15465         * alpha.c (input_operand, case ADDRESSOF): Treat as REG.
15466
15467         * regclass.c (record_reg_classes): Properly handle register move
15468         directions.
15469
15470         * varasm.c (initializer_constant_valid_p, case MINUS_EXPR):
15471         Don't think valid if both operands are invalid.
15472         (struct constant_descriptor): New field RTL.
15473         (mark_const_hash_entry): Mark it.
15474         (record_constant{,_rtx}): Initialize it.
15475         (output_constant_def): Allocate RTL in permanent obstack and
15476         save in table.
15477         ({record,compare}_constant_1): Modes must match for
15478         CONSTRUCTOR of ARRAY_TYPE.
15479
15480         * c-common.h (initializer_constant_valid_p): Delete decl from here.
15481         * output.h (initializer_constant_valid_p): Move decl to here.
15482         * c-common.c (initializer_constant_valid_p): Delete function from here.
15483         * varasm.c (initializer_constant_valid_p): Move function to here.
15484
15485         * tree.h (STRIP_SIGN_NOPS): New macro.
15486         * fold-const.c (optimize_minmax_comparison): New function.
15487         (invert_truthvalue, case WITH_RECORD_EXPR): New case.
15488         (fold): Use STRIP_SIGN_NOPS instead of STRIP_TYPE_NOPS.
15489         (fold, case EQ_EXPR): Call optimize_minmax_comparison and add
15490         cases with ABS_EXPR, NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR, and
15491         widening conversions.
15492         (fold, case LE_EXPR): Rework changing unsigned to signed comparisons
15493         to look at size of mode, not precision of type; also add missing cases.
15494         (optimize_bit_field_compare, decode_field_reference): Don't try to
15495         optimize COMPONENT_REF of a PLACEHOLDER_EXPR.
15496
15497         * dwarf2out.c (ctype.h): Include.
15498         (dwarf2out_set_demangle_name_func): New function.
15499         (size_of_line_info): Deleted.
15500         (output_line_info): Compute size of line info table from difference
15501         of labels.
15502         (base_type_die, add_name_attribute): Call demangle function, if any.
15503         (field_byte_offset): Use bits per word for variable length fields.
15504         (gen_array_type_die): Add array name.
15505         (gen_subprogram_die): Ignore DECL_INLINE if -fno-inline.
15506         (dwarf2out_add_library_unit_info): New function.
15507
15508         * explow.c (set_stack_check_libfunc): New function.
15509         (stack_check_libfunc): New static variable.
15510         (probe_stack_range): Allow front-end to set up a libfunc to call.
15511
15512         * combine.c (simplify_comparison): When making comparison in wider
15513         mode, check for having commuted an AND and a SUBREG.
15514         (contains_muldiv): New function.
15515         (try_combine): Call it when dividing a PARALLEL.
15516         (simplify_rtx, case TRUNCATE): Don't remove for umulsi3_highpart.
15517         (simplify_comparison, case ASHIFTRT): Recognize sign-extension of
15518         a PLUS.
15519         (record_value_for_reg): If TEM is a binary operation with two CLOBBERs,
15520         use one of the CLOBBERs instead.
15521         (if_then_else_cond): If comparing against zero, just return thing
15522         being compared.
15523
15524         * optabs.c (expand_abs): If machine has MAX, ABS (x) is MAX (x, -x).
15525         Don't generate shifts and subtract if have conditional arithmetic.
15526
15527         * rtl.h (delete_barrier): New declaration.
15528         * jump.c (jump_optimize): Set up to handle conditional call.
15529         In conditional arithmetic case, handle CALL_INSN followed by a BARRIER.
15530         (delete_barrier): New function.
15531
15532         * rtl.c (read_rtx): Call fatal if bad RTL code; check for bad mode.
15533
15534         * recog.c (nonmemory_operand): Accept ADDRESSOF.
15535
15536         * tree.c (build_type_attribute_variant): Push to obstack of
15537         ttype around type_hash_canon call.
15538
15539         * expr.c (placeholder_list): Move decl to file scope.
15540         (expand_expr): Don't force access to volatile just because its
15541         address is taken.
15542         If ignoring reference operations, just expand the operands.
15543         (expand_expr, case COMPONENT_REF): Propagate
15544         EXPAND_CONST_ADDRESS to recursive call when expanding inner.
15545         Refine test for using bitfield operations vs pointer punning.
15546         (expand_expr, case CONVERT_EXPR): If converting to
15547         BLKmode UNION_TYPE from BLKmode, just return inner object.
15548         Use proper mode in store_field call.
15549         Properly set sizes of object to store and total size in store_field
15550         call for convert to union.
15551         (expand_expr, case ARRAY_REF): If OP0 is in a register, put it in
15552         memory (like for ADDR_EXPR).  Also, don't put constant in register if
15553         we'll want it in memory.
15554         (readonly_fields_p): New function.
15555         (expand_expr, case INDIRECT_REF): Call it if LHS.
15556         (expand_assignment): Handle a RESULT_DECL where
15557         DECL_RTL is a PARALLEL.
15558         (do_jump, case WITH_RECORD_EXPR): New case.
15559         (get_inner_reference): Always go inside a CONVERT_EXPR
15560         and NOP_EXPR if both modes are the same.
15561         (store_field): Use bitfield operations if size of bitsize is not same
15562         as size of RHS's type.
15563         Check for bitpos not a multiple of alignment in BLKmode case.
15564         Do block move in largest possible alignment.
15565         (store_constructor): Set BITSIZE to -1 for variable size and properly
15566         in case of array of BLKmode.
15567         (expand_expr_unaligned): New function.
15568         (do_compare_and_jump): Call it.
15569
15570         * mips/iris5.h (SWITCHES_NEED_SPACES): New macro.
15571         * collect2.c (main): Only allow -ofoo if SWITCHES_NEED_SPACES
15572         does not include 'o'.
15573
15574         * function.c (instantiate_virtual_regs_1, case SET): Handle case where
15575         both SET_DEST and SET_SRC reference a virtual register.
15576         (gen_mem_addressof): Copy RTX_UNCHANGING_P from new REG to old REG.
15577
15578         * integrate.c (expand_inline_function): Handle case of setting
15579         virtual stack vars register (from built in setjmp); when parameter
15580         lives in memory, expand virtual_{stack_vars,incoming_args}_rtx early.
15581         (subst_constant): Add new parm, MEMONLY.
15582         (expand_inline_function, integrate_parm_decls): Pass new parm.
15583         (integrate_decl_tree): Likewise.
15584         (copy_rtx_and_substitute, case MEM): Do copy RTX_UNCHANGING_P.
15585         (try_constants): Call subst_constants twice, with MEMONLY 0 and 1.
15586         (copy_rtx_and_substitute, case SET): Add explicit calls to
15587         copy_rtx_and_substitute for both sides.
15588
15589         * stmt.c (expand_asm_operands): Don't use TREE_STRING_LENGTH for
15590         constraints.
15591         (pushcase{,_range}): Convert to NOMINAL_TYPE after checking for
15592         within INDEX_TYPE, instead of before.
15593         (fixup_gotos): Use f->target_rtl, not the next insn,
15594         since latter may be from a later fixup.
15595         (expand_value_return): Correctly convert VAL when promoting function
15596         return; support RETURN_REG being a PARALLEL.
15597         (expand_return): When checking for result in regs and having
15598         cleanup, consider PARALLEL in DECL_RTL as being in regs.
15599
15600 1999-10-28 21:27 -0700  Zack Weinberg  <zack@bitmover.com>
15601
15602         * cpplib.h (struct cpp_buffer: fname, nominal_fname,
15603         last_nominal_fname): Mark const.
15604         (struct include_hash: name, nshort, control_macro): Mark
15605         const.
15606         (struct macrodef: symnam): Mark const.
15607         (struct if_stack: fname): Mark const.
15608         (is_idchar, is_idstart, is_hor_space, trigraph_table): Delete.
15609         (IStable): New character-syntax array which encompasses all
15610         the old is_foo arrays.
15611         (is_idchar, is_numchar, is_idstart, is_numstart, is_hspace,
15612         is_space): New macros for interrogating IStable.
15613         (check_macro_name): Kill last argument.  All callers changed.
15614
15615         * cppinit.c (initialize_char_syntax): Delete.
15616         (is_idchar, is_idstart, is_hor_space, is_space,
15617         trigraph_table): Delete.
15618         (IStable): New.  Initialize with clever macros to avoid
15619         information duplication.
15620         (builtin_array): Table of builtins to get rid of explicit list
15621         in initialize_builtins.
15622         (initialize_builtins): Use builtins_array.
15623         (cpp_start_read): Call init_IStable, and set IStable['$'] if
15624         opts->dollars_in_ident.
15625
15626         * cppexp.c: Change all refs to is_xyz[] arrays to use new
15627         is_xyz() macros.
15628         (cpp_parse_expr): Avoid 'format string is not constant'
15629         warning. Use ISGRAPH to identify printable chars.
15630         * cppfiles.c: Change all refs to is_xyz[] arrays to use new
15631         is_xyz() macros.
15632         (read_and_prescan): Map trigraphs to chars with open-coded
15633         if-else-if-... sequence, not a lookup table.
15634         * cpphash.c: Change all refs to is_xyz[] arrays to use new
15635         is_xyz() macros.
15636         * cpplib.c: Change all refs to is_xyz[] arrays to use new
15637         is_xyz() macros.  Kill SKIP_ALL_WHITE_SPACE (unused).
15638         (check_macro_name): Remove ability to report an invalid
15639         assertion name, which is never used.
15640         (do_line): Constify a couple of char *'s.
15641         * cppmain.c (main): Call cpp_cleanup before returning.
15642
15643 Thu Oct 28 21:16:35 1999  Mark Mitchell  <mark@codesourcery.com>
15644
15645         * ggc.h (struct ggc_statistics): New type.
15646         (ggc_get_size): New function.
15647         (ggc_print_statistics): Likewise.
15648         * ggc-common.c (ggc_stats): New variable.
15649         (ggc_mark_rtx_children): Keep statistics.
15650         (ggc_mark_tree_children): Likewise.
15651         (ggc_print_statistics): New function.
15652         * ggc-page.c (struct globals): Add bytes_mapped field.
15653         (alloc_anon): Update it.
15654         (release_pages): Likewise.
15655         (ggc_get_size): New function.
15656         (ggc_page_print_statistics): New function.
15657         * ggc-simple.c (ggc_get_size): New function.
15658
15659 Fri Oct 29 06:32:44 1999  Geoffrey Keating  <geoffk@cygnus.com>
15660
15661         * flow.c (propagate_block): When the last reference to a label
15662         before an ADDR_VEC is deleted because the reference is a dead
15663         store, delete the ADDR_VEC.
15664
15665 Thu Oct 28 12:28:50 1999  Richard Henderson  <rth@cygnus.com>
15666
15667         * resource.c (find_free_register): Don't use the frame pointer
15668         if frame_pointer_needed.
15669
15670 Thu Oct 28 10:02:00 1999  Jim Wilson  <wilson@cygnus.com>
15671
15672         * config/mips/mips.c (mips_va_arg): Delete gen_jump as emit_jump arg.
15673         (function_arg_pass_by_reference): Check for a NULL pointer in cum.
15674
15675         * config/i960/i960.c (i960_va_start): New locals base, num.
15676         Use INDIRECT_REF instead of ARRAY_REF on valist.
15677         (i960_va_arg): Use INDIRECT_REF instead of ARRAY_REF on valist.
15678
15679 Thu Oct 28 09:45:48 1999  Mark Mitchell  <mark@codesourcery.com>
15680
15681         * gcse.c (delete_null_pointer_checks): Fix typo in previous change.
15682
15683 Thu Oct 28 03:37:50 1999  Peter Gerwinski <peter@gerwinski.de>
15684
15685         * tree.def (PLACEHOLDER_EXPR): Update comments.
15686
15687 Thu Oct 28 06:47:32 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15688
15689         * c-common.c (check_format_info): Avoid non-literal format string
15690         warnings when `first_arg_num' is zero.
15691
15692 Thu Oct 28 12:28:48 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15693
15694         * rtl.texi: Delete explicit Prev, Up and Next entries in "@node"s.
15695
15696 Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
15697
15698         * arm.md (casesi_insn): Add a clobber of the condition code
15699         register.
15700
15701 Mon Oct 18 21:16:06 1999  Fred Fish  <fnf@be.com>
15702
15703         * tm.texi (CC1PLUS_SPEC): Make it clear in the docs that CC1_SPEC is
15704         used by both cc1 and cc1plus.
15705
15706 Thu Oct 28 10:00:48 1999  Nick Clifton  <nickc@cygnus.com>
15707
15708         * config/arm/arm.c: Initialise arm_structure_size_boundary to
15709         DEFAULT_STRUCTURE_SIZE_BOUNDARY.
15710         * config/arm/arm.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY): Define
15711         to the value 32 if it has not already been defined.
15712         * config/arm/netbsd.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY):
15713         Override definition in arm.h with a value of 8.
15714
15715 Thu Oct 28 03:12:02 1999  David Starner  <dstarner98@aasaa.ofe.org>
15716
15717         * c-pragma.c (push_alignment): Don't check the return value
15718         of xmalloc.
15719
15720 Thu Oct 28 03:08:38 1999  Matteo Frigo <athena@fftw.org>
15721
15722         * sparc.h (ADJUST_COST): Fix thinko.
15723
15724 Thu Oct 28 02:44:03 1999  Glen Nakamura  <glen.nakamura@usa.net>
15725
15726         * cccp.c (rescan): Fixed obp pointer handling around call to
15727         check_expand subroutine.
15728
15729 Thu Oct 28 02:15:22 1999  Jeffrey A Law  (law@cygnus.com)
15730
15731         * gcse.c (delete_null_pointer_checks): Only record non-null info
15732         for pseudos when examining stores.
15733
15734         * arm.md (adddi3, adddi_sesidi_di, adddi_sesidi_di): Add
15735         splitters for these patterns.  Use "#" for output templates.
15736         (addsi3_carryin_shift): New pattern.
15737
15738 Thu Oct 28 10:20:02 1999  Geoffrey Keating  <geoffk@cygnus.com>
15739
15740         * config/rs6000/rs6000.md (movsf): Don't convert a SUBREG
15741         of the function return register into a plain REG until
15742         after function inlining is done.
15743
15744 Wed Oct 27 15:21:46 1999  Richard Henderson  <rth@cygnus.com>
15745
15746         * jump.c (jump_optimize_1): If we did cross-jumping, and
15747         the data will matter, rebuild the CFG.
15748         * reg-stack.c (reg_to_stack): Only (re)build the CFG if
15749         not optimizing.  Don't run shorten_branches.
15750         * toplev.c (rest_of_compilation): Run shorten_branches after
15751         reg_to_stack.
15752
15753 Wed Oct 27 12:33:40 1999  Mark Mitchell  <mark@codesourcery.com>
15754
15755         * rtl.h (note_stores): Add additional paramter.
15756         * rtlanal.c (reg_set_p_1): Take additional paramter.
15757         (reg_set_last_1): Likewise.
15758         (reg_set_p): Adjust call to note_stores.
15759         (reg_set_last): Likewise.
15760         (note_stores): Pass data parameter to worker function.
15761         * alias.c (record_set): Take additional parameter.
15762         (init_alias_analysis): Pass it.
15763         * caller-save.c (mark_set_regs): Take additional parameter.
15764         (save_call_clobbered_regs): Pass NULL to note_stores.
15765         * combine.c (set_nonzero_bits_and_sign_copies): Take additional
15766         parameter.
15767         (record_dead_and_set_regs_1): Likewise.
15768         (reg_dead_at_p_1): Likewise.
15769         (combine_instructions): Adjust calls to note_stores.
15770         (try_combine): Likewise.
15771         (record_dead_insn): Remove.
15772         (record_dead_and_set_regs): Adjust calls to note_stores.
15773         (reg_dead_at_p): Likewise.
15774         * cse.c (invalidate_skipped_set): Take additional parameter.
15775         (cse_check_loop_start): Likewise.
15776         (cse_check_loop_start_value): Remove.
15777         (cse_set_around_loop): Adjust calls to note_stores.
15778         * flow.c (notice_stack_pointer_modification): Take additional
15779         parameter.  Remove duplicate declaration.
15780         (record_volatile_insns): Adjust calls to note_stores.
15781         * gcse.c (record_set_info): Take additional parameter.
15782         (record_last_set_info): Likewise.
15783         (invalidate_nonnull_info): Likewise.
15784         (record_set_insn): Remove.
15785         (compute_sets): Adjust calls to note_stores.
15786         (last_set_insn): Remove.
15787         (compute_hash_table): Adjust calls to note_stores.
15788         (insert_insn_end_bb): Likewise.
15789         (delete_null_pointer_checks): Likewise.
15790         * global.c (mark_reg_store): Take additional parameter.
15791         (mark_reg_clobber): Likewise.
15792         (reg_becomes_live): Likewise.
15793         (global_conflicts): Adjust calls to note_stores.
15794         (build_insn_chain): Likewise.
15795         * integrate.c (note_modified_parmregs): Take additional parameter.
15796         (mark_stores): Likewise.  Make it static.
15797         (save_for_inline_nocopy): Adjust calls to note_stores.
15798         (try_constants): Likewise.
15799         * integrate.h (mark_stores): Remove declaration.
15800         * jump.c (mark_modified_reg): Take additional parameter.
15801         (thread_jumps): Adjust calls to note_stores.
15802         * local-alloc.c (validate_equiv_mem_from_store): Take additional
15803         parameter.
15804         (no_equiv): Likewise.
15805         (reg_is_set): Likewise.
15806         (validate_equiv_mem): Adjust calls to note_stores.
15807         (update_equiv_regs): Likewise.
15808         (block_alloc): Likewise.
15809         * loop.c (note_set_pseudo_multiple_uses_retval): Remove.
15810         (note_addr_stored): Take additional parameter.
15811         (note_set_pseudo_multiple_uses): Likewise.
15812         (record_initial): Likewise.
15813         (prescan_loop): Adjust calls to note_stores.
15814         (strength_reduce): Likewise.
15815         (check_dbra_loop): Likewise.
15816         * regmove.c (flags_set_1): Take additional paramter.
15817         (mark_flags_life_zones): Adjust calls to note_stores.
15818         * reload1.c (mark_not_eliminable): Take additional parameter.
15819         (forget_old_reloads_1): Likewise.
15820         (reload_cse_invalidate_rtx): Likewise.
15821         (reload_cse_check_clobber): Likewise.
15822         (reload_combine_note_store): Likewise.
15823         (move2add_note_store): Likewise.
15824         (reload): Adjust calls to note_stores.
15825         (reload_as_needed): Likewise.
15826         (emit_reload_insns): Likewise.
15827         (reload_cse_regs_1): Likewise.
15828         (reload_cse_record_set): Adjust calls to reload_cse_invalidate_rtx.
15829         (reload_combine): Adjust calls to note_stores.
15830         * resource.c (update_live_status): Take additional paramter.
15831         (mark_target_live_regs): Adjust calls to note_stores.
15832         * stupid.c (find_clobbered_regs): Take additional parameter.
15833         (stupid_life_analysis): Adjust calls to note_stores.
15834
15835 Wed Oct 27 19:26:12 1999  Nick Clifton  <nickc@cygnus.com>
15836
15837         * config/arm/coff.h (STRUCTURE_SIZE_BOUNDARY): Delete
15838         definition.
15839
15840         * config/arm/elf.h (STRUCTURE_SIZE_BOUNDARY): Delete
15841         definition.
15842
15843         * config/arm/arm.h (STRUCTURE_SIZE_BOUNDARY): Define in terms
15844         of the variable arm_structure_size_boundary.
15845
15846 Wed Oct 27 02:05:58 1999  Mark P. Mitchell  <mark@codesourcery.com>
15847
15848         * alias.c (init_alias_analysis): Allocate reg_known_value and
15849         reg_known_equiv_p on the heap.  Likewise for new_reg_base_value
15850         and reg_seen.
15851         (end_alias_analysis): Free reg_known_value and reg_known_equiv_p.
15852         * cse.c (cse_main): Call end_alias_analysis.
15853         * haifa-sched.c (schedule_insns): Likewise.
15854         * local-alloc. (update_equiv_regs): Likewise.
15855         * reload1.c (reload_cse_regs): Likewise.
15856
15857 Wed Oct 27 01:49:17 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15858
15859         * sparc/sparc.c (sparc_override_options): Clear MASK_FPU_SET.
15860         * sparc/sparc.h (TARGET_SWITCHES): Add "fpu" entry for reverse
15861         mapping from MASK_FPU.
15862
15863 Wed Oct 27 01:42:26 1999  Scott Christley  <scottc@net-community.com>
15864
15865         * sparc.md (call): Don't bound structure return size to 0xfff.
15866
15867 Wed Oct 27 00:56:59 1999  Richard Henderson  <rth@cygnus.com>
15868
15869         * resource.c (mark_target_live_regs): Check that the target
15870         insn wasn't created after compute_bb_for_insn.
15871
15872 Tue Oct 26 23:15:03 1999  Mark Mitchell  <mark@codesourcery.com>
15873
15874         * ggc-page.c (poison_pages): Don't be overzealous.
15875
15876 Tue Oct 26 23:29:18 1999  Jeffrey A Law  (law@cygnus.com)
15877
15878         * alias.c: Update comments for ADDRESS.
15879         (nonlocal_reference_p): Look inside the ADDRESS to determine if
15880         it is a local memory reference.
15881
15882         * c-typeck.c (build_function_call): Check that the built-in
15883         function is of class BUILT_IN_NORMAL before trying to recongize
15884         it as BUILT_IN_ABS.
15885         * calls.c (calls_function_1): Similarly for BUILT_IN_ALLOCA.
15886         * stmt.c (expand_end_cae): Similarly for BUILT_IN_CLASSIFY_TYPE.
15887
15888 Wed Oct 27 00:14:13 1999  Robert Lipe  <robertlipe@usa.net>
15889
15890         * gcse.c (expr_reaches_here_p): Use xcalloc and explit free instead
15891         of alloca.
15892         (pre_gcse): Likewise.
15893         (hoist_expr_reaches_here_p): Likewise.
15894         (hoist_code): Likewise.
15895         (pre_expr_reaches_here_p): Replace alloca with xcalloc.  Move core
15896         code to ...
15897         (pre_expr_reaches_here_p_work): ... here.
15898         (expr_reaches_here_p): Replace alloca with xcalloc.  Move core
15899         code to ...
15900         (expr_reaches_here_p_work): ... here.
15901
15902 Tue Oct 26 20:42:45 1999  Richard Henderson  <rth@cygnus.com>
15903
15904         * resource.c (find_basic_block): Delete.
15905         (mark_target_live_regs, incr_ticks_for_insn): Use BLOCK_NUM instead.
15906         (init_resource_info): Call compute_bb_for_insn.
15907
15908 Tue Oct 26 20:21:02 1999  Richard Henderson  <rth@cygnus.com>
15909
15910         * flow.c (merge_blocks_move_predecessor_nojumps): Cope
15911         with already adjacent blocks, but no fallthru.
15912         (merge_blocks_move_successor_nojumps): Simplify.
15913         (debug_flow_info): New.
15914
15915         * toplev.c (rest_of_compilation): Open jump1 dump file before
15916         jump and close after, as opposed to just using dump_rtl.
15917
15918 Wed Oct 27 03:09:23 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
15919
15920         * reload.h (earlyclobber_operand_p): Declare.
15921         * reload.c (earlyclobber_operand_p): Don't declare.  No longer static.
15922         * reload1.c (reload_reg_free_for_value_p):  RELOAD_OTHER reloads with
15923         an earlyclobbered output conflict with RELOAD_INPUT reloads - handle
15924         case where the RELOAD_OTHER reload is new.  Use earlyclobber_operand_p.
15925
15926 Tue Oct 26 18:23:38 1999  Jan Hubicka  <hubicka@freesoft.cz>
15927                           Richard Henderson  <rth@cygnus.com>
15928
15929         * emit-rtl.c (emit_block_insn_before): New.
15930         (emit_block_insn_after): New.
15931         * basic-block.h: Declare them.
15932
15933         * bitmap.h: Protect from multiple inclusion.
15934
15935         * recog.c (scratch_operand): Handle VOIDmode correctly.
15936
15937         * rtl.h (JUMP_CROSS_JUMP_DEATH_MATTERS): New.
15938
15939         * builtins.c (expand_builtin_apply_args_1): Remove STACK_REGS hack.
15940         * function.c (assign_parms): Likewise.
15941         * global.c (global_conflicts): Clarify STACK_REGS commentary.
15942
15943         * reg-stack.c (max_uid): Remove.
15944         (blocks, block_begin, block_end, block_drops_in): Remove.
15945         (block_stack_in, block_out_reg_set, block_number): Remove.
15946         (struct block_info_def, BLOCK_INFO): New.
15947         (enum emit_where): New.
15948         (current_block): New.
15949         (BLOCK_NUM): Remove.
15950         (mark_regs_pat, record_label_references): Remove.
15951         (record_reg_life_pat, record_reg_life, find_blocks): Remove.
15952         (nan): New.
15953         (goto_block_pat, print_blocks, dump_stack_info): Remove.
15954         (reg_to_stack): Simplified test for existance of fp code.  Use
15955         flow.c code.  Call shorten_branches after cross-jump opt.
15956         (check_asm_stack_operands): Renamed from record_asm_reg_life.
15957         Return false if the asm doesn't use stack regs.  Don't do life
15958         analysis on the asm.
15959         (emit_pop_insn): Replace function pointer arg `when' with
15960         enum `where'.  Update all callers.
15961         (change_stack): Likewise.  Update basic block end.
15962         (emit_swap_insn): Use current_block->head to limit reverse search
15963         for start of block.  Use emit_block_insn_after.
15964         (subst_stack_regs_pat): Handle USE and CLOBBER patterns.
15965         (subst_asm_stack_regs): Use check_asm_stack_operands.  Use direct
15966         structure assignment instead of bcopy.
15967         (print_stack): New.
15968         (convert_regs_entry, convert_regs_exit): New.
15969         (convert_regs_1, convert_regs_2): Split out from convert_regs.
15970         Work on basic blocks and the CFG.
15971         (convert_regs): Use them.
15972
15973         * i386.c (output_fix_trunc): Remove code for DImode input operand
15974         not at top-of-stack.
15975         * i386.c (fix_truncdfdi2, fix_truncsfdi2): Use scratch with
15976         appropriate mode.
15977         (fix_truncdi_1): Allow any mode scratch.
15978
15979 Tue Oct 26 13:30:35 1999  Richard Henderson  <rth@cygnus.com>
15980
15981         * alpha.h (TARGET_MEM_FUNCTIONS): Define here.
15982         * linux.h, netbsd.h, vms.h: Not here.
15983
15984 1999-10-26  Gavin Romig-Koch  <gavin@cygnus.com>
15985
15986         * config/mips/mips.h (ISA_HAS_64BIT_REGS,ISA_HAS_BRANCHLIKELY,
15987         ISA_HAS_FP4,ISA_HAS_CONDMOVE): New.
15988         (GENERATE_BRANCHLIKELY,HAVE_SQRT_P,
15989         CONDITIONAL_REGISTER_USEAGE): Use them.
15990         * config/mips/mips.c (mips_move_1word,mips_move_2words,
15991         gen_conditional_branch,override_options) : Use them.
15992         * config/mips/mips.md : Use them.
15993
15994 Tue Oct 26 13:09:23 1999  Richard Henderson  <rth@cygnus.com>
15995
15996         * i386.md (zero_extendqihi2): Use SImode register name with andl.
15997
15998 Tue Oct 26 12:35:38 1999  Richard Henderson  <rth@cygnus.com>
15999
16000         * integrate.c (function_cannot_inline_p): Don't allow inlining
16001         if setjmp is used.
16002
16003 Tue Oct 26 14:10:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16004
16005         * c-parse.in (cast_expr): Constify.
16006
16007         * cccp.c (special_symbol): Likewise.
16008
16009         * cse.c (hash_cse_reg_info, cse_reg_info_equal_p): Likewise.
16010
16011         * dwarf2out.c (base_type_die): Likewise.
16012
16013         * global.c (allocno_compare): Likewise.
16014
16015         * local-alloc.c (qty_compare_1, qty_sugg_compare_1): Likewise.
16016
16017         * regclass.c (fix_register): Likewise.
16018
16019         * rtl.h (fix_register): Likewise.
16020
16021         * stupid.c (stupid_reg_compare): Likewise.
16022
16023         * toplev.c (decode_f_option): Likewise.
16024
16025         * tree.c (build_complex_type): Likewise.
16026
16027 Tue Oct 26 18:35:25 1999  Richard Earnshaw  <rearnsha@arm.com>
16028
16029         * output.h: Don't unnecessarily conditionalize prototypes on TREE_CODE.
16030
16031 Tue Oct 26 15:42:56 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16032
16033         * reload.c (find_reloads): Compute mode and nregs fields of all
16034         reloads.
16035         * reload1.c (calculate_needs_all_insns): Simplify a bit.
16036         (calculate_needs): Use precomputed mode/nregs values.
16037         (allocate_reload_reg): Likewise.
16038         Break out two...
16039         (failed_reload, set_reload_reg): ... new functions.
16040         (choose_reload_regs_init): New function, mostly broken out from...
16041         (choose_reload_regs): ... here.  Lose all the save_xxx nonsense.
16042         Also lose one #if 0 block.
16043
16044 Tue Oct 26 02:48:32 1999  Marc Espie <espie@cvs.openbsd.org>
16045
16046         * Makefile.in (AR_FOR_TARGET, RANLIB_FOR_TARGET):  Fix target name
16047         substitution.
16048
16049 Tue Oct 26 01:27:32 1999  Mark Mitchell  <mark@codesourcery.com>
16050
16051         * tree.h (BLOCK_TYPE_TAGS): Remove.
16052         (BLOCK_END_NOTE): Likewise.
16053         (BLOCK_LIVE_RANGE_FLAG): Likewise.
16054         (BLOCK_LIVE_RANGE_START): Likewise.
16055         (BLOCK_LIVE_RANGE_END): Likewise.
16056         (tree_block): Remove live_range_flag, live_range_var_flag, and
16057         type_tags.  Remove end_note, live_range_start, and live_range_end.
16058         (remember_end_note): Remove prototype.
16059         * tree.c (build_block): Don't set BLOCK_TYPE_TAGS.
16060         * c-decl.c (poplevel): Don't set BLOCK_TYPE_TAGS or call
16061         remember_end_note.
16062         * ggc-common.c (ggc_mark_tree_children): Don't mark
16063         BLOCK_TYPE_TAGS or BLOCK_END_NOTE.
16064         * integrate.c (adjust_copied_decl_tree): Remove.
16065         * print-tree.c (print_node): Don't print BLOCK_TYPE_TAGS.
16066         * stmt.c (last_block_end_note): Remove.
16067         (init_stmt): Don't add a GC root for it.
16068         (expand_fixup): Don't set it.
16069         (remember_end_note): Remove.
16070         (expand_end_bindings): Don't set last_block_end_note.
16071
16072 Tue Oct 26 00:41:54 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16073
16074         * reload1.c (reload_reg_free_for_value_p): Show
16075         RELOAD_FOR_OTHER_ADDRESS reloads can conflict with RELOAD_OTHER
16076         reloads.
16077
16078 Mon Oct 25 23:54:45 1999  Geoff Keating  <geoffk@cygnus.com>
16079
16080         * expmed.c (extract_bit_field): Allow for the case of non-integer
16081         objects that are smaller than a word (like SFmode on a 64-bit
16082         machine).
16083
16084         * loop.c (basic_induction_var): A non-integer variable which is
16085         being set by a paradoxical subreg is probably not a biv.
16086
16087 1999-10-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
16088
16089         * prefix.c (translate_name) Check for empty prefix string.
16090
16091 Mon Oct 25 23:10:45 1999  Andreas Schwab  <schwab@suse.de>
16092
16093         * Makefile.in (CPP_CROSS_NAME): New variable.
16094         (install-cpp): Use it instead of CPP_INSTALL_NAME for the cross
16095         xcpp.
16096         (uninstall-cpp): Use CPP_INSTALL_NAME and CPP_CROSS_NAME for the
16097         names of the files to be uninstalled.
16098
16099 Mon Oct 25 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
16100
16101         * collect2.c (IS_DIR_SEPARATOR): Define.
16102         (prefix_from_string): Use IS_DIR_SEPARATOR and DIR_SEPARATOR.
16103
16104         * som.h (ASM_DECLARE_FUNCTION_NAME): Set PRIV_LEV for static
16105         functions too.
16106
16107         * haifa-sched.c (add_dependence): Update the true dependency
16108         cache the first time we add a true dependence to the LOG_LINKS chain.
16109
16110 Mon Oct 25 22:27:40 1999  Jim Kingdon  <http://developer.redhat.com/>
16111
16112         * fold-const.c (fold): Fix comment.
16113
16114 Mon Oct 25 22:49:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16115
16116         * dbxout.c (lastfile, cwd, dbxout_type_method_1,
16117         dbxout_symbol_location, dbxout_symbol_name, dbxout_init,
16118         dbxout_start_new_source_file, dbxout_source_file,
16119         dbxout_source_line, dbxout_finish, dbxout_type_fields,
16120         dbxout_type_methods, dbxout_symbol, dbxout_prepare_symbol):
16121         Constify a char*.
16122         (dbxout_types, dbxout_args, dbxout_symbol): Delete prototypes.
16123         (dbxout_symbol): Mark parameter `local' with ATTRIBUTE_UNUSED.
16124         (dbxout_block): Initialize variable `blocknum'.
16125
16126         * dbxout.h (dbxout_init, dbxout_finish,
16127         dbxout_start_new_source_file, dbxout_source_file, dbxout_types,
16128         dbxout_args, dbxout_source_line): Constify a char*.
16129
16130         * dwarfout.c (dwarf_tag_name, dwarf_attr_name,
16131         dwarf_stack_op_name, dwarf_typemod_name, dwarf_fmt_byte_name,
16132         dwarf_fund_type_name, name_attribute, stmt_list_attribute,
16133         low_pc_attribute, high_pc_attribute, body_begin_attribute,
16134         body_end_attribute, comp_dir_attribute, sf_names_attribute,
16135         src_info_attribute, mac_info_attribute, producer_attribute,
16136         lookup_filename, generate_macinfo_entry, fundamental_type_code,
16137         dwarfout_line, dwarfout_start_new_source_file, dwarfout_define,
16138         dwarfout_undef): Constify a char*.
16139         (add_incomplete_type, retry_incomplete_types): Add prototypes.
16140
16141         * dwarfout.h (dwarfout_define, dwarfout_undef,
16142         dwarfout_start_new_source_file, dwarfout_line): Constify a char*.
16143
16144 1999-10-25  Gavin Romig-Koch  <gavin@cygnus.com>
16145
16146         * config/mips/mips.h (MIPS_ISA_DEFAULT): Insure it's defined.
16147         (MULTILIB_ISA_DEFAULT): New.
16148         (MULTILIB_DEFAULTS): Use it.
16149         * config/mips/mips.c (): Remove the now unnecessary definition
16150         of MIPS_ISA_DEFAULT.
16151         * config/mips/elf64.h (MULTILIB_DEFAULTS): Remove the now
16152         unnecessary definition.
16153
16154 Mon Oct 25 22:08:35 1999  Richard Earnshaw (rearnsha@arm.com)
16155
16156         * arm.md (pic_load_addr): Add constraints to operand 1.
16157
16158 1999-10-25  Bruce Korb  <autogen@linuxbox.com>
16159
16160         * fixinc/genfixes:  Provide a means for specifying -D options to
16161         AutoGen
16162
16163 Mon Oct 25 00:42:35 1999  Jeffrey A Law  (law@cygnus.com)
16164
16165         * arm.c (arm_override_options): Correct initialization of
16166         arm_fast_multiply, arm_arch4, arm_arch5, arm_ld_sched,
16167         arm_is_strong, and arm_is_6_or_7.
16168
16169         * loop.c (note_set_pseudo_multiple_uses_retval): New variable.
16170         (note_set_pseudo_multiple_uses): New function.
16171         (check_dbra_loop): Use not_set_pseudo_multiple_uses to determine
16172         if a pseudo set in the loop exit is used elsewhere.
16173
16174 Sun Oct 24 20:52:40 1999  Mark Mitchell  <mark@codesourcery.com>
16175
16176         * i386.md (mulsi3): Tweak to work with SCO OSR5 COFF assembler.
16177
16178 Sun Oct 24 21:02:46 1999  Richard Henderson  <rth@cygnus.com>
16179
16180         * i386.md (*lea_0): Collapse addsi_0, addsi_lea_[123] into
16181         a single load-address pattern.
16182
16183 Sun Oct 24 19:33:24 1999  Mark P. Mitchell  <mark@codesourcery.com>
16184
16185         * haifa-sched.c (schedule_insns): Don't assign LUIDs differently
16186         depending on whether or not line-number notes are present.
16187
16188 Sun Oct 24 20:29:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16189
16190         * cccp.c (progname, file_buf, default_include, include_file,
16191         macrodef, definition, hashval, wchar_type, user_label_prefix,
16192         directive, out_fname, if_stack, safe_write, index0, get_lintcmd,
16193         expand_to_temp_buffer, is_system_include, base_name,
16194         absolute_filename, read_name_map, open_include_file,
16195         record_control_macro, check_precompiled, check_preconditions,
16196         pcfinclude, pass_thru_directive, create_definition,
16197         check_macro_name, comp_def_part, collect_expansion,
16198         check_assertion, read_token_list, assertion_install,
16199         assertion_lookup, eval_if_expression, conditional_skip,
16200         validate_else, skip_quoted_string, quote_string, macarg1,
16201         error_from_errno, install, lookup, hashf, dump_defn_1,
16202         perror_with_name, pfatal_with_name, main, trigraph_pcp,
16203         check_white_space, rescan, handle_directive, monthnames,
16204         special_symbol, do_include, remap_include_file, write_output,
16205         arglist, do_assert, do_unassert, do_line, do_error, do_once,
16206         do_ident, do_sccs, do_xifdef, skip_if_group,
16207         output_line_directive, macroexpand, macarg, change_newlines,
16208         initialize_builtins, make_definition): Constify a char*.
16209
16210         * pcp.h (stringdef): Likewise.
16211
16212 Sun Oct 24 13:29:28 1999  Richard Henderson  <rth@cygnus.com>
16213
16214         * unroll.c (copy_loop_body): Examine SET_DEST of single_set
16215         not of pattern.
16216
16217 Sun Oct 24 13:14:20 1999  Graham  <grahams@rcp.co.uk>
16218                           Richard Henderson  <rth@cygnus.com>
16219
16220         * alias.c: Include ggc.h.
16221         (reg_base_value, new_reg_base_value, reg_base_value_size): Make static.
16222         (record_set): Verify enough room in reg_base_value.
16223         (init_alias_analysis): Allocate reg_base_value with xcalloc.
16224         Register it as a GC root.
16225         (end_alias_analysis): Free reg_base_value.  Remove it as a GC root.
16226         * Makefile.in (alias.o): Depend on ggc.h.
16227
16228         * unroll.c (unroll_loop): Verify the insn before a barrier
16229         is a JUMP_INSN before checking JUMP_LABEL.
16230
16231 Sun Oct 24 15:46:44 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16232
16233         * mips/bsd-5.h (ASM_OUTPUT_ASCII): Constify a char*.
16234         * mips/iris4.h (ASM_OUTPUT_ASCII): Likewise.
16235         * mips/mips-5.h (ASM_OUTPUT_ASCII): Likewise.
16236         * mips/mips.h (ASM_OUTPUT_ASCII): Likewise.
16237         * mips/svr3-5.h (ASM_OUTPUT_ASCII): Likewise.
16238         * mips/svr4-5.h (ASM_OUTPUT_ASCII): Likewise.
16239
16240 Sun Oct 24 15:35:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16241
16242         * output.h (ctors_section, dtors_section, bss_section): Prototype.
16243
16244         * alpha/alpha-interix.h (text_section): Delete prototype.
16245         * alpha/elf.h (text_section): Likewise.
16246         * arm/linux-elf.h (text_section): Likewise.
16247         * arm/linux-telf.h (text_section): Likewise.
16248         * c4x/c4x.h (text_section): Likewise.
16249         * dsp16xx/dsp16xx.h (bss_section): Likewise.
16250         * elfos.h (text_section): Likewise.
16251         * i386/aix386ng.h (text_section): Likewise.
16252         * i386/i386-interix.h (text_section): Likewise.
16253         * i386/sco5.h (text_section): Likewise.
16254         * i386/svr3gas.h (text_section): Likewise.
16255         * nextstep.h (text_section): Likewise.
16256         * psos.h (text_section): Likewise.
16257         * ptx4.h (text_section): Likewise.
16258         * svr3.h (text_section): Likewise.
16259         * svr4.h (text_section, ctors_section, dtors_section): Likewise.
16260
16261 Sun Oct 24 15:20:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16262
16263         * final.c (peephole): Delete prototype.
16264
16265         * gcse.c (process_insert_insn, pre_edge_insert): Add prototypes.
16266         (pre_insert_copies): Remove unused variable `bb'.
16267
16268         * genrecog.c (debug_decision_0, debug_decision_list, main): Add
16269         prototypes.
16270
16271         * output.h (peephole): Add prototype.
16272
16273 Sun Oct 24 11:35:30 1999  Mark P. Mitchell  <mark@codesourcery.com>
16274
16275         * config/mips/iris6.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Define to
16276         -O0.
16277
16278 Sat Oct 23 21:13:00 1999  Mark Mitchell  <mark@codesourcery.com>
16279
16280         * integrate.c (integrate_decl_tree): Tweak setting of DECL_CONTEXT
16281         for inlined declarations.
16282
16283 Fri Oct 22 18:05:43 1999  Jeffrey A Law  (law@cygnus.com)
16284
16285         * arm.c (logical_binary_operator): New fucntion.
16286         * arm.h (logical_binary_operator): Declare it.
16287         (PREDICATE_CODES): Handle logical_binary_operator.
16288         * arm.md (anddi3, anddi_zesidi_di, anddi_sesdi_di): Use "#" for
16289         output constraints.  Add appropriate splitters.
16290         (anddi_notdi_di, anddi_notzesidi_di, anddi_notsesidi_di): Likewise.
16291         (iordi3, iordi_zesidi_di, iordi_sesidi_di): Likewise.
16292         (xordi3, xordi_zesidi_di, xordi_sesidi_di): Likewise.
16293
16294 Fri Oct 22 23:46:50 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16295
16296         * genoutput.c (struct operand_data): New elt eliminable.
16297         (output_operand_data): Write it.
16298         (scan_operands): Set it for MATCH_OPERAND, clear for other matchers.
16299         (compare_operands): Take it into account.
16300         * recog.h (struct insn_operand_data): New elt eliminable.
16301         * reload1.c (check_eliminable_occurrences, elimination_effects): New
16302         functions.
16303         (old_asm_operands_vec, new_asm_operands_vec): Delete.
16304         (eliminate_regs): Move code that detects changes to elimination
16305         target regs into new function elimination_effects.
16306         Delete one #if 0 block.
16307         Abort for USE, CLOBBER, ASM_OPERANDS and SET.
16308         (eliminate_regs_in_insn): Return immediately for USEs, CLOBBERs,
16309         ADDR_VECs, ADDR_DIFF_VECs and ASM_INPUTs.
16310         Only call eliminate_regs for real operands of the insn, not for parts
16311         of its structure or parts matched by things like match_operator.
16312         Use elimination_effects and check_eliminable_occurrences.  Use
16313         copy_insn to duplicate the pattern when not in the final pass.
16314
16315 Fri Oct 22 09:03:44 1999  Mark Mitchell  <mark@codesourcery.com>
16316
16317         * i386.md: Add missing `y' modifiers to uses of fst, fstp, fld,
16318         and fld.
16319
16320 1999-10-22  Bruce Korb  <autogen@linuxbox.com>
16321
16322         * fixinc/README: document the "mach" machine matching test
16323         * fixinc/fixfixes.c: Implement the #else/#endif label fix
16324         * fixinc/fixtests.c: Implement the #else/#endif label test
16325         * fixinc/inclhack.def: utilize these tests and fixes
16326         * fixinc/inclhack.sh:  regen
16327         * fixinc/fixincl.x:  regen
16328         * fixinc/fixincl.sh:  regen
16329
16330 Thu Oct 21 20:37:19 1999  Jeffrey A Law  (law@cygnus.com)
16331
16332         * Makefile.in (cse.o): Depend on hashtab.h, not splay-tree.h.  Also
16333         depend on ggc.h.
16334
16335 Thu Oct 21 20:30:19 1999  Matthias Klose  <doko@debian.org>
16336
16337         * gcc.1: Document exit codes.
16338
16339 Thu Oct 21 12:49:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16340
16341         * calls.c: Include tm_p.h later, so everything we need is defined.
16342         * expr.c: Likewise.
16343         * function.c: Likewise.
16344
16345         * except.c: Include tm_p.h.
16346
16347         * sparc.c: Likewise.
16348         (dwarf2out_cfi_label): Don't prototype.
16349         (check_return_regs, epilogue_renumber,
16350         ultra_cmove_results_ready_p, ultra_fpmode_conflict_exists,
16351         ultra_find_type, ultra_build_types_avail, ultra_flush_pipeline,
16352         ultra_rescan_pipeline_state, set_extends, ultra_code_from_mask,
16353         ultra_schedule_insn): Add static prototype.
16354         (data_segment_operand, text_segment_operand): Call itself with the
16355         proper number of arguments.
16356         (sparc_flat_save_restore, sparc_v8plus_shift): Constify a char*.
16357
16358         * sparc.h: Move all declarations to sparc-protos.h.
16359         (SELECT_RTX_SECTION):  Pass a missing MODE argument to
16360         symbolic_operand.
16361
16362         * sparc/sysv4.h (SELECT_RTX_SECTION): Likewise.
16363
16364         * config/svr4.h (text_section, ctors_section, dtors_section): Add
16365         Prototypes.
16366         (ASM_OUTPUT_SECTION_NAME, UNIQUE_SECTION,
16367         ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
16368         ASM_OUTPUT_ASCII): Constify a char*.
16369
16370         * sparc-protos.h: New file for sparc prototypes.
16371
16372 Thu Oct 21 12:23:40 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16373
16374         * function.c (record_insns, contains): Always declare and define.
16375         (record_insns): Mark with ATTRIBUTE_UNUSED.
16376
16377 Thu Oct 21 13:03:49 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
16378
16379         * config/arm/telf.h (ASM_OUTPUT_SECTION_NAME): Add %nobits option
16380         to .section when outputting a .bss section to deal with multiple
16381         .bss input sections (as happens with -fdata-sections)
16382         Also output %progbits, not @progbits so the assembler doesn't treat as
16383         a comment.
16384         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Likewise
16385
16386         * config/arm/lib1funcs.asm (_call_via_rX): Allow compilation of
16387         thumb parts even when building with non-thumb CPUs, by forcing
16388         thumb mode.
16389
16390 Wed Oct 20 22:57:58 1999  Jeffrey A Law  (law@cygnus.com)
16391
16392         * sparc.md (movsf_const_intreg): If splitting, length must be > 1.
16393         (movdf_const_intreg_sp64): Similarly.
16394
16395         * local-alloc.c (update_equiv_regs): Check the correct insn
16396         for pre-existing REG_EQUIV notes.
16397
16398 Wed Oct 20 20:41:46 1999  Mark Mitchell  <mark@codesourcery.com>
16399
16400         * cse.c (cse_end_of_basic_block): Don't return the end of a basic
16401         block reached by a branch if we're not going to actually process
16402         this block.
16403
16404 Wed Oct 20 15:18:42 1999  Jim Wilson  <wilson@cygnus.com>
16405
16406         * integrate.c (integrate_decl_tree): Set DECL_CONTEXT to 0 if this is
16407         a local extern function declaration.
16408
16409 Wed Oct 20 13:56:01 1999  Richard Henderson  <rth@cygnus.com>
16410
16411         * i386.c (ix86_expand_prologue): Properly wrap USE around
16412         reg for CALL_INSN_FUNCTION_USAGE.
16413
16414 Thu Oct 14 18:51:37 1999  Andrew Haley  <aph@cygnus.com>
16415
16416         * config/mips/mips.md (movdf_internal1a): Allow floating-point
16417         move between GP_REGs.
16418
16419 Wed Oct 20 15:36:11 1999  Andrew Haley  <aph@cygnus.com>
16420
16421         * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Take account of
16422         the mode size when finding out if an offset is legal.
16423
16424 Wed Oct 20 06:26:58 1999  Richard Henderson  <rth@cygnus.com>
16425
16426         * basic-block.h (PROP_*): Move constants from ...
16427         * flow.c: ... here.
16428         (compute_bb_for_insn): Free the array before reallocating.
16429         (update_life_info): New arg PROP_FLAGS; pass on to propagate_block.
16430         (allocate_reg_life_data): Reset all reg variables collected by
16431         propagate_block.
16432         (get_block_head_tail): Don't convert from bb to block.
16433         (get_bb_head_tail): New.  Update all callers of get_block_head_tail.
16434         (find_insn_reg_weight): Take block not bb.
16435         (schedule_block): Don't set block num for moved insns.
16436         (schedule_region): Don't update_life_info or find_insn_reg_weight.
16437         (schedule_insns): Do it here instead.
16438         * combine.c (combine_instructions): Invoke compute_bb_for_insn
16439         before update_life_info.
16440         * recog.c (split_all_insns, peephole2_optimize): Update for
16441         new arg to update_life_info.
16442         * rtlanal.c (remove_note): Cope with NULL note.
16443         * toplev.c (rest_of_compilation): Don't invoke recompute_reg_usage
16444         if we did sched1.
16445
16446 Wed Oct 20 10:46:41 1999  Richard Earnshaw (rearnsha@arm.com)
16447
16448         * jump.c (jump_optimize_1): More accurately detect casesi insns.
16449
16450         * flow.c (merge_blocks_move_predecessor_nojumps): Re-order the basic
16451         block records so that merge_blocks_nomove will clean up correctly.
16452         (split_edge): Handle casesi insns.
16453
16454         * gcc-page.c: Try MAP_ANON if we don't have MAP_ANONYMOUS.
16455
16456 Tue Oct 19 23:43:50 1999  Jeffrey A Law  (law@cygnus.com)
16457
16458         * pa.md (call, call_value): Do not emit a blockage after restoring
16459         the PIC register.
16460
16461 Tue Oct 19 17:22:39 1999  Mark Mitchell  <mark@codesourcery.com>
16462
16463         * c-typeck.c (c_expand_asm_operands): Fix typo.
16464
16465 Tue Oct 19 18:42:58 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16466
16467         * arm.c (fpu_rhs_operand): Verify modes.
16468         (fpu_add_operand): Likewise.
16469         (di_operand): Likewise.
16470         (soft_df_operand): Likewise.
16471
16472 Tue Oct 19 15:26:11 1999  Richard Earnshaw  (rearnsha@arm.com)
16473
16474         * arm.c (arm_return_in_memory): APCS rules state that the elements
16475         of a structure returned in a register must be 'integer-like'.
16476
16477 1999-10-19  Bruce Korb  <autogen@linuxbox.com>
16478
16479         * fixinc/Makefile.in: Change the generation rules to run `genfixes'
16480         in the source tree when the generated targets are out of date
16481         * fixinc/genfixes: Alter it to run individual fixes for make.
16482         * fixinc/README: rewrite
16483         * fixinc/inclhack.def: moved initial comments to README
16484
16485 Tue Oct 19 14:01:34 1999  Nick Clifton  <nickc@cygnus.com>
16486
16487         * toplev.c (main): Do not generate an error message if an
16488         unrecognised command line switch is recognisable by another
16489         language.  If extra_warnings are enabled, then generate a
16490         warning message instead.
16491
16492 Tue Oct 19 11:41:12 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16493
16494         * c-pragma.h (PRAGMA_INSERT_ATTRIBUTES): Delete macro.
16495         (insert_pack_attributes): Delete prototype.
16496
16497         * c-pragma.c (default_alignment): New static variable.
16498         (push_alignment): Initialize to current effective alignment.
16499         (pop_alignment): Use to set new alignment.
16500         (insert_pack_attributes): Delete function.
16501         (handle_pragma_token): Set default_alignment as well each time
16502         a #pragma pack(<n>) is encountered.
16503
16504 Tue Oct 19 02:03:00 1999  Jeffrey A Law  (law@cygnus.com)
16505
16506         * reg-stack.c (stack_result): Aggregates are not returned in
16507         stack registers.
16508
16509 Tue Oct 19 01:26:48 1999  Alasdair Baird <alasdair@wildcat.demon.co.uk>
16510
16511         * fold-const.c (fold): Fix thinko in x+(-0) -> x transformation.
16512
16513 Mon Oct 18 15:19:41 1999  Richard Henderson  <rth@cygnus.com>
16514
16515         * basic-block.h (set_block_num): Declare.
16516         * flow.c (update_life_info): Don't call compute_bb_for_insn
16517         or free_basic_block_vars.
16518         * haifa-sched.c (remove_dependence): Conditionalize on HAVE_cc0.
16519         (insn_orig_block): Remove.
16520         (INSN_BLOCK): Remove.  Update all callers to use BLOCK_NUM.
16521         (schedule_block): Keep BLOCK_NUM up-to-date.
16522         (schedule_insns): Use compute_bb_for_insn.
16523         * recog.c (split_all_insns): Likewise.
16524         (peephole2_optimize): Likewise.
16525
16526 Mon Oct 18 18:50:51 1999  Andreas Schwab  <schwab@suse.de>
16527
16528         * config/m68k/m68k.h (INITIAL_FRAME_POINTER_OFFSET): Add one word
16529         if the pic register is used.
16530
16531 Mon Oct 18 02:38:46 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16532
16533         * c-decl.c (pushdecl): Use TYPE_CONTEXT rather than TREE_PERMANENT.
16534         (finish_decl): Duplicate test for TREE_ASM_WRITTEN in else branch of
16535         if that tests TREE_PERMANENT.
16536
16537 Mon Oct 18 01:41:35 1999  Jeffrey A Law  (law@cygnus.com)
16538
16539         * cse.c (invalidate_for_call): Do not remove memory references from
16540         the table here.  It's handled elsewhere.
16541
16542         * haifa-sched.c (add_dependence): Protect references to the
16543         true dependency cache with #ifdef INSN_SCHEDULING.
16544         (remove_dependence): Similarly.
16545
16546         * mn10200.md (outline_epilogue_jump): Embed a (return) to indicate
16547         to the cfg code that this is a return instruction.
16548         * mn10300.md (return_internal): Similarly.
16549
16550         * combine.c (get_last_value): If the last set of a register
16551         is after subst_low_cuid, then we can not use it to determine
16552         the register's last value.
16553
16554 Sun Oct 17 11:02:52 1999  Mark Mitchell  <mark@codesourcery.com>
16555
16556         * Makefile.in: Back out previous change.
16557
16558 Sun Oct 17 15:22:50 1999  Jeffrey A Law  (law@cygnus.com)
16559
16560         * pa.c (move_operand): Reject (lo_sum (reg) (unspec ...)).
16561
16562         * haifa-sched.c (add_dependence): Only check/update the cache
16563         if it exists.
16564         (remove_dependence): Likewise.
16565         (schedule_insns): Only create the true_dependency_cache if the
16566         average number of instructions in a basic block is very large.
16567
16568 Sun Oct 17 11:02:52 1999  Mark Mitchell  <mark@codesourcery.com>
16569
16570         * Makefile.in (ggc-common.o): Depend on genrtl.h.
16571         (ggc-simple.o): Likewise.
16572         (ggc-page.o): Likewise.
16573
16574 Sun Oct 17 02:09:50 1999  Andrew MacLeod  <amacleod@cygnus.com>
16575
16576         * basic-block.h (pre_edge_lcm, pre_edge_rev_lcm, compute_available):
16577         Prototype for exported functions.
16578         (pre_lcm, pre_rev_lcm): Remove prototypes.
16579         * gcse.c (compute_ae_kill): Add ae_gen and ae_kill as parameters.
16580         (compute_available): Move to lcm.c, and change parameter order.
16581         (one_classic_gcse_pass): Call compute_ae_kill with parameters.
16582         (pre_insert, s_preds, s_succs, num_preds, num_succs): Delete.
16583         (gcse_main): No longer call compute_preds_succs.  Rebuild the
16584         set table after reach pre pass.
16585         (pre_insert_map, pre_delete_map, edge_list): New.
16586         (alloc_pre_mem): Allocate edge vectors.
16587         (free_pre_mem): Delete edge vectors.
16588         (compute_pre_data): Call new edge based lcm routines.
16589         (process_insert_insn): New function.
16590         (insert_insn_end_bb): Use it.
16591         (pre_edge_insert): New function.
16592         (pre_insert_copy_insn): Formatting fixes.  Update BLOCK_END as
16593         needed.
16594         (pre_insert_copies): Revamp using new edge based lcm outputs.
16595         (pre_delete): Likewise.
16596         (one_pre_gcse_pass): Insert & remove fake edges to the exit
16597         block.
16598         (compute_code_hoist_vbeinout): New new edge based routines.
16599         * lcm.c: Remove all the old LCM functions.  Replace with new ones
16600         that work with the new cfg datastructures and work with edges
16601         instead of blocks.
16602
16603 Sun Oct 17 00:44:17 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16604
16605         * reload.h (struct reload): Add new fields "mode" and "nregs".
16606         * reload1.c: Change all occurrences of reload_mode and reload_nregs
16607         to reference the "mode" and "nregs" field within struct reload.
16608
16609 Sat Oct 16 21:50:28 1999  Jeffrey A Law  (law@cygnus.com)
16610
16611         * haifa-sched.c (true_dependency_cache): New.
16612         (add_dependence): Use the true dependency cache to avoid expensive
16613         walks down the LOG_LINKS dependency list.  Add entries to the
16614         cache as necessary.
16615         (remove_dependence): Remove entries from the true dependency cache
16616         as needed.
16617         (schedule_insns): Allocate and initialize and free the true
16618         dependency cache.
16619
16620         * haifa-sched.c (schedule_insns): Do not remove inter-block
16621         dependencies anymore.
16622
16623 Sat Oct 16 11:19:52 1999  Richard Henderson  <rth@cygnus.com>
16624
16625         * i386/t-cygwin (winnt.o): Depend on RTL_H and TREE_H.
16626         * i386/t-winnt: Likewise.
16627
16628 Sat Oct 16 11:11:54 1999  Richard Henderson  <rth@cygnus.com>
16629
16630         * ggc-page.c (init_ggc): Work around SunOS unaligned mmap bug.
16631
16632 1999-10-16  Manfred Hollstein  <mhollstein@cygnus.com>
16633
16634         * Makefile.in (LANGUAGES): Omit "proto".
16635         (clean): Remove stale comment about removing unprotoize.c.
16636
16637 Sat Oct 16 11:29:14 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16638
16639         * protoize.c (safe_read, safe_write): Avoid the gcc extension of
16640         using arithmetic on void pointers.
16641
16642 Sat Oct 16 02:48:22 1999  Jeffrey A Law  (law@cygnus.com)
16643
16644         * haifa-sched.c (compute_block_forward_dependencies): Only check
16645         for notes, deleted insns and duplicates if ENABLE_CHECKING is defined.
16646
16647 Sat Oct 16 00:07:01 1999  Richard Henderson  <rth@cygnus.com>
16648
16649         * gcse.c (hash_expr_1): Add in MEM_ALIAS_SET.
16650         (expr_equiv_p): Reject memories with different alias sets.
16651
16652 Fri Oct 15 15:17:29 1999  Greg McGary  <gkm@gnu.org>
16653
16654         * flags.h (flag_bounds_check, flag_bounded_pointers): New extern decls.
16655         * toplev.c (flag_bounds_check, flag_bounded_pointers): New flags.
16656         (f_options): Add "bounded-pointers" and "bounds-check" entries.
16657         * c-lang.c (lang_init_options): Set flag_bounds_check as "unspecified".
16658         (lang_init): Set default for flag_bounds_check if still "unspecified".
16659
16660 Sat Oct 16 13:42:29 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16661
16662         * config/c4x/c4x.md (HF mode patterns):  Add missing modes.
16663
16664 Sat Oct 16 13:37:46 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16665
16666         * config/c4x/c4x.md (movstrqi_small): Utilise parallel move
16667         instructions.
16668
16669 Sat Oct 16 13:26:47 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16670
16671         * config/c4x/c4x.md (*db_noclobber,
16672         *decrement_and_branch_until_zero_noclobber): New patterns and
16673         associated splitters.
16674
16675 Sat Oct 16 13:13:15 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16676
16677         * config/c4x/c4x.md (parallel instruction patterns): Rework
16678         constraints to keep reload happy.
16679
16680 Sat Oct 16 13:03:16 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16681
16682         * config/c4x/c4x.md (*absqi2_noclobber, *negqi2_noclobber,
16683         *one_cmplqi2_noclobber, *subqi3_noclobber, *andqi3_255_noclobber,
16684         *andqi3_65535_noclobber, *andnqi3_noclobber, *xorqi3_noclobber):
16685         Add new patterns and associated post-reload splitters.
16686
16687 Sat Oct 16 12:42:12 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16688
16689         * config/c4x/c4x.c (c4x_emit_libcall): Use ggc_alloc_string.
16690
16691 Sat Oct 16 12:34:44 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16692
16693         * config/c4x/c4x.c (c4x_rptb_insert): Emit rpts_top pattern
16694         if appropriate.
16695         * config/c4x/c4x.md (rpts_top): New pattern and splitter.
16696
16697 Sat Oct 16 12:26:30 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16698
16699         * config/c4x/c4x.c (src_operand):  Check SYMBOL_REF and LABEL_REF
16700         memory mode.
16701
16702 Fri Oct 15 17:02:09 1999  Jeffrey A Law  (law@cygnus.com)
16703
16704         * pa.c (move_operand): Rely on memory_address_p to determine the
16705         validity of non-indexed memory addresses.
16706         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Allow LO_SUM with a symbolic
16707         operand in DFmode and SFmode when generating PA2.0 code.
16708
16709 Fri Oct 15 14:25:19 1999  Richard Henderson  <rth@cygnus.com>
16710
16711         * print-rtl.c (print_rtx): Limit last 'u' change to LABEL_REF.
16712
16713 Fri Oct 15 13:48:45 1999  Richard Henderson  <rth@cygnus.com>
16714
16715         * mips.c (function_prologue): Fix argument types.
16716         * mips.md (casesi): Use emit_jump_insn for casesi_internal.
16717         (casesi_internal): Write to the scratch register.
16718
16719 1999-10-15 11:16 -0700  Zack Weinberg  <zack@bitmover.com>
16720
16721         * cppexp.c (cpp_parse_escape): Make static.  Change second arg
16722         to U_CHAR **.
16723         (parse_charconst): Delete unnecessary cast when calling
16724         cpp_parse_escape.
16725         (cpplib.h): Kill prototype of cpp_parse_escape.
16726
16727 Fri Oct 15 11:02:46 1999  Richard Henderson  <rth@cygnus.com>
16728
16729         Based on patch from Michael Gschwind <mikeg@watson.ibm.com>:
16730         * unroll.c (unroll_loop): Cast return value of alloca.
16731         * i370/i370.c: Include function.h and toplev.h.
16732         (i370_label_scan): Remove c++ commented abort.
16733         * i370/i370.h (HANDLE_PRAGMA): Takes three arguments.
16734         (ASM_OUTPUT_LABELREF): Fix TOUPPER/else broken 16 Sept.
16735         * i370/xm-i370.h (HOST_BITS_PER_LONGLONG): Define.
16736         * i370/xm-mvs.h, i370/xm-oe.h: Likewise.
16737
16738 Fri Oct 15 03:01:01 1999  Loren Rittle  <ljrittle@acm.org>
16739
16740         * config/t-freebsd: Do not override USER_H.
16741         * ginclude/stddef.h: Generalize check for _MACHINE_ANSI_H_.
16742
16743 Fri Oct 15 02:37:28 1999  Alastair J. Houghton <ajh8@doc.ic.ac.uk>
16744                           Mumit Khan  <khan@xraylith.wisc.edu>
16745
16746         * c-parse.in (component_decl): Support anonymous struct/union.
16747         (%expect): Update.
16748         * c-parse.y: Regenerate.
16749         * c-parse.c: Likewise.
16750         * objc/objc-parse.y: Likewise.
16751         * objc/objc-parse.c: Likewise.
16752         * c-decl.c (finish_struct): Don't sort the fields.
16753         (field_decl_cmp): Delete unused function.
16754
16755 Fri Oct 15 01:20:52 1999  Richard Henderson  <rth@cygnus.com>
16756
16757         * sparc.md (movsf_const_intreg): Revert last constraint change.
16758         (movdf_const_intreg_sp32): Likewise.
16759
16760 Fri Oct 15 01:47:51 1999  Vladimir Makarov  <vmakarov@loony.cygnus.com>
16761
16762         * cse.c: Include hashtab.h instead of splay-tree.h
16763         (struct cse_reg_info): No longer use variant union.  Add new
16764         field "regno".  All references changed to avoid union.
16765         (cse_reg_info_used_list, cse_reg_info_used_list_end): New variables.
16766         (free_cse_reg_info): Remove.
16767         (hash_cse_reg_info, cse_reg_info_equal_p): New functions.
16768         (get_cse_reg_info): Revamp to use expandable hash tables instead
16769         of splay trees.  Initialize new fields in cse_reg_info structure.
16770         (new_basic_block): Similarly.
16771
16772 Thu Oct 14 23:51:56 1999  Richard Henderson  <rth@cygnus.com>
16773
16774         * genrecog.c (message_with_line): Prototype.
16775         (validate_pattern): Pass along the set for the dest, not a flag.
16776         Fix non-lvalue message.  Don't warn for VOIDmode SET_DEST of CALL.
16777         Check for PC/CC0 as sources.
16778         (nodes_identical): Check for children position match before
16779         allowing the combination.
16780
16781         * rtl.c (read_rtx): Track line number across \\\n.
16782
16783 Thu Oct 14 23:50:25 1999  Richard Henderson  <rth@cygnus.com>
16784
16785         * mips.h (SPECIAL_MODE_PREDICATES): New.
16786         * mips.md (*) Use nonimmediate_operand not general_operand for outputs.
16787         (movdi+1, movsi+1): Add output reload constraint.
16788         (casesi_internal): Likewise.  Fix commentary.
16789         (return_internal): Use pmode_register_operand.
16790
16791 Thu Oct 14 23:19:34 1999  Richard Henderson  <rth@cygnus.com>
16792
16793         * 1750a.md (movstrqi): Add missing output reload constraint.
16794         (call_value): Likewise.
16795         * a29k.md (cpxxx patterns): Add missing match_operator mode.
16796         (jmpfdec): Add missing inout reload constraint.
16797         * elxsi.md (addsi patterns): Add missing output reload constraint.
16798         (move from sp): Use @ alternates.
16799         (call_value): No constraint on output.
16800         * fr30.md (movsi_pop): Add missing output reload constraint.
16801         (movsf_constant_store): Likewise.
16802         (splits): Remove constraints.
16803         (subsi3): Add missing mode.
16804         * i370.md (cmpstrsi+1): Add missing output reload constraint.
16805         (call_value): Likewise.
16806         * i960.md (cmpinc/cmpdec patterns): Add inout reload constraints.
16807         * m32r.h (PREDICATE_CODES): Add seth_add3_operand.
16808         * m32r.md (movsicc_internal): Add output reload constraint.
16809         (movstrsi_internal): Add inout reload constraints.
16810         * m88k.h (reg_names): Don't declare.
16811         (SPECIAL_MODE_PREDICATES): New.
16812         * m88k.md (*): Use register_operand not reg_or_0_operand
16813         on destinations.
16814         * mn10200.h (PREDICATE_CODES): New.
16815         * ns32k.md (ffs pattern): Add output reload constraint.
16816         * pdp11.md (sob pattern): Add inout reload constraint.
16817         * sh.md (splits): Remove constraints.
16818         (indirect_jump_scratch, fpu_switch): Add output reload constraint.
16819         * v850.md (pattern_is_ok_for_epilogue): Likewise.
16820         * vax.md (jgequ pattern): Add inout reload constraint.
16821
16822 Fri Oct 15 00:05:00 1999  Jeffrey A Law  (law@cygnus.com)
16823
16824         * configure.in (djgpp): Revert previous patch.
16825         * configure: Rebuit.
16826         * config/i386/djgpp.h: Revert previous patch.
16827
16828 Fri Oct 15 00:00:24 1999  Loren J. Rittle <ljrittle@acm.org>
16829
16830         * fixinc/inclhack.def: Restore patch lost during last merge of
16831         "no_bogosity" branch.
16832         * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
16833
16834 Thu Oct 14 23:57:56 1999  Gavin Romig-Koch  <gavin@cygnus.com>
16835
16836         * fixincludes: Add a HPUX 11 fix for inttypes.h.
16837         * fixinc/inclhack.def: Same.
16838         * fixinc/inclhack.sh, fixinc/fixincl.sh, fixinc/fixincl.x: Regenerate.
16839
16840 Thu Oct 14 22:51:55 1999  Richard Henderson  <rth@cygnus.com>
16841
16842         * alpha.h (GO_IF_LEGITIMATE_SIMPLE_ADDRESS): Accept ADDRESSOF
16843         as the base of a PLUS.
16844
16845 Fri Oct 15 18:36:07 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16846
16847         * config/c4x/c4x.md:  Define mode for remaining unspec operators.
16848         * config/c4x/c4x.c (dst_operand):  Use nonimmediate_operand.
16849
16850 Thu Oct 14 22:14:23 1999  Richard Henderson  <rth@cygnus.com>
16851
16852         * pa.md (post_stw+1): Use pmode_register_operand.
16853         (dcacheflush, icacheflush): Likewise.
16854
16855         * i386.md (movstricthi_1): Allow r/r.
16856
16857 Thu Oct 14 19:44:08 1999  Jan Hubicka  <hubicka@freesoft.cz>
16858
16859         * fold-const.c (fold): Convert (or (not arg0) (not arg1))
16860         to (not (and (arg0) (arg1))). Similary for and.
16861
16862         * fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case,
16863         fallthrough to associate code.
16864         Convert XOR to OR in code like (a&c1)^(a&c2) where c1 and c2 don't have
16865         bits in common.
16866
16867         * combine.c (simplify_logical): Convert XOR to IOR if operands have
16868         no bits in common; remove XOR to ROTATE conversion.
16869
16870 Fri Oct 15 17:40:11 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16871
16872         * config/c4x/c4x.h (c4x_va_start, c4x_va_arg): Declare.
16873
16874 Fri Oct 15 17:27:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16875
16876         * config/c4x/c4x.c (dst_operand): New.
16877         (PREDICATE_CODES): Update.
16878         * config/c4x/c4x.h (dst_operand): Declare it.
16879         * config/c4x/c4x.md:  Define mode for each unspec usage.
16880         (move patterns):  Use dst_operand predicate instead of src_operand.
16881         (movqi_update, movqf_update): Delete.
16882
16883 Thu Oct 14 18:48:54 1999  Richard Henderson  <rth@cygnus.com>
16884
16885         * recog.c (pmode_register_operand): New.
16886         * recog.h: Declare it.
16887         * genrecog.c (pred_codes): Likewise.
16888         (special_mode_pred_table): Likewise.
16889         (validate_pattern): Don't warn no mode for address_operand.
16890
16891         * print-rtl.c (print_rtx) [LABEL_REF]: Only do full subexpression
16892         if the operand is not insn-like.
16893
16894 Thu Oct 14 19:38:42 1999  Jeffrey A Law  (law@cygnus.com)
16895                           Sylvian Pion <Sylvain.Pion@sophia.inria.fr>
16896
16897         * fold-const.c (fold): Handle more simplifications allowed by IEEE.
16898
16899 Thu Oct 14 17:30:14 1999  Richard Henderson  <rth@cygnus.com>
16900
16901         * sparc.md (*): Use {nonimmediate,register}_operand as appropriate
16902         instead of general_operand in a SET_DEST.  Use const_double_operand
16903         instead of an explicit test against CONST_DOUBLE.
16904         (movsf_const_lo): Add missing register mode.
16905         (goto_handler_and_restore): Add auxiliary test for Pmode.
16906         (flush): Adjust to use address_operand.
16907         (return_sf_no_fpu): Add missing output constraint.
16908
16909 Thu Oct 14 17:21:26 1999  Richard Henderson  <rth@cygnus.com>
16910
16911         * rs6000.md (call_value_indirect_aix32): Use wildcard match_operand
16912         for call return value.
16913         (call_value_indirect_aix64, call_value_indirect_nt): Likewise.
16914
16915 Thu Oct 14 13:54:25 1999  Jason Merrill  <jason@yorick.cygnus.com>
16916
16917         * toplev.c (main): Only warn about options for other languages.
16918         * collect2.c (main): Pass -w to sub-gcc.
16919
16920 Thu Oct 14 16:27:50 1999  Richard Henderson  <rth@cygnus.com>
16921
16922         * flow.c (propagate_block): Add call-clobbered registers to
16923         significant too.
16924
16925         * flow.c (propagate_block): Use free_EXPR_LIST_list instead of
16926         zapping mem_set_list.
16927         (invalidate_mems_from_autoinc): Use free_EXPR_LIST_node.
16928         (mark_set_1, mark_used_regs): Likewise.
16929
16930 Thu Oct 14 10:51:49 1999  Richard Henderson  <rth@cygnus.com>
16931
16932         * m68k.md (zero_extendsidi2): Add missing output reload constraint.
16933
16934 Wed Oct 13 00:09:18 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16935
16936         * invoke.texi: Label -Wbad-function-cast, -Wmissing-prototypes,
16937         -Wnested-externs, -Wstrict-prototypes, and -Wtraditional as C only
16938         options. Also add a new item "C-only Warning Options" to the
16939         option summary.
16940
16941 1999-10-14  Gavin Romig-Koch  <gavin@cygnus.com>
16942
16943         * libgcc2.c (__do_global_dtors): Protect __deregister_frame_info
16944         from multiple calls.
16945
16946 Thu Oct 14 04:54:54 1999  Richard Henderson  <rth@cygnus.com>
16947
16948         * i386.md (call value patterns): Move to the end of the file.
16949         (prologue_set_got, prologue_get_pc): Use register_operand for op 0.
16950
16951 1999-10-14 Mark Elbrecht <snowball3@bigfoot.com>
16952
16953         * configure.in (djgpp configuration): Define extra_objects..
16954         * configure: Rebuilt.
16955         * config/i386/djgpp.h (CTORS_SECTION_ASM_OP): Define.
16956         (DTORS_SECTION_ASM_OP): Define.
16957         (INIT_SECTION_ASM_OP): Define.
16958         (FINI_SECTION_ASM_OP): Define.
16959         (DATA_SECTION_ASM_OP): Define.
16960         (TEXT_SECTION_ASM_OP): Define.
16961         (EH_FRAME_SECTION_ASM_OP): Define.
16962         (LINK_COMMAND_SPEC): Remove -Tdjgpp.djl.
16963         (STARTFILE_SPEC): Add crtbegin.o.
16964         (ENDFILE_SPEC): Define and add crtend.o. Move argument -Tdjgpp.djl
16965         to here from LINK_COMMAND_SPEC.
16966         (DO_GLOBAL_CTORS_BODY): Define.
16967         (CRTSTUFF_USE_FINI_SECTION): Define
16968         (HAS_INIT_SECTION): Delete.
16969
16970 Thu Oct 14 05:08:14 1999  Andreas Schwab  <schwab@suse.de>
16971
16972         * Makefile.in (all.cross): Depend on xcpp$(exeext).
16973
16974 Thu Oct 14 04:00:40 1999  Richard Henderson  <rth@cygnus.com>
16975
16976         * pa.h (PREDICATE_CODES): New.
16977
16978         * genrecog.c (validate_pattern): Condense the destination
16979         non-lvalue message.
16980
16981 Thu Oct 14 03:23:08 1999  Richard Henderson  <rth@cygnus.com>
16982
16983         * alpha.md (call-1): Supply missing mode for operator.
16984         (*): Add missing output reload constraints.  Remove constraints
16985         from define_splits.
16986
16987         * i386.h (SPECIAL_MODE_PREDICATES): New.
16988         * i386.md (movstricthi_1): Use nonimmediate_operand for op 0.
16989         (movqi_1, movdi_1, movdi_2, some splits): Likewise.
16990         (addsi_lea_3): Add missing mode for op 3.
16991         (prologue_set_got, prologue_get_pc): Add missing modes.
16992         (*) Add missing output reload constraints.
16993
16994 Thu Oct 14 03:59:57 1999  Stephane Carrez  <stcarrez@worldnet.fr>
16995
16996         * stor-layout.c (layout_union): Use HOST_WIDE_INT for const_size;
16997         check for member bit-size overflow and use var_size if it occurs.
16998         (layout_record): Use bitsize_int() to define the type size in bits.
16999         Likewise for computation and assignment to DECL_FIELD_BITPOS.
17000         (layout_decl): Likewise when assigning to DECL_SIZE.
17001
17002 Thu Oct 14 02:57:05 1999  Richard Henderson  <rth@cygnus.com>
17003
17004         * genrecog.c (validate_pattern): Typo last change.  Verify
17005         that output operands have output reloads.
17006
17007 Thu Oct 14 01:49:54 1999  Richard Henderson  <rth@cygnus.com>
17008
17009         * genrecog.c (special_mode_pred_table): New.
17010         (NUM_SPECIAL_MODE_PREDS): New.
17011         (find_operand): New.
17012         (validate_pattern): New argument `insn'.  Warn for assignment to
17013         any predicate accepting non-lvalues.  Conditionaly warn for
17014         match_operand without a mode.  Try much harder to match source
17015         and destination modes on a set.
17016         * tm.texi (SPECIAL_MODE_PREDICATES): Document.
17017
17018 Thu Oct 14 02:54:13 1999  Jeffrey A Law  (law@cygnus.com)
17019
17020         * fold-const.c (fold): Detect rotates built from BIT_XOR_EXPRs.
17021
17022 Thu Oct 14 02:18:19 1999  Marc Espie <espie@cvs.openbsd.org>
17023
17024         * combine.c (simplify_logical): Recognize xor pattern that encodes
17025         rotation.
17026
17027 Wed Oct 13 23:23:45 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17028
17029         * rs6000.c (expand_block_move): Use INTVAL, not XINT to access
17030         alignment.
17031
17032 Wed Oct 13 21:47:18 1999  Richard Henderson  <rth@cygnus.com>
17033
17034         * ggc-page.c (MAP_FAILED): Provide default.
17035
17036 Wed Oct 13 21:41:59 1999  Richard Henderson  <rth@cygnus.com>
17037
17038         * sparc.c (symbolic_operand): Verify mode; don't accept CONST_DOUBLE.
17039         * sparc.h (PREDICATE_CODES): Update.
17040
17041 Wed Oct 13 21:18:17 1999  Richard Henderson  <rth@cygnus.com>
17042
17043         * alpha.c (some_ni_operand): New.
17044         * alpha-protos.h: Declare it.
17045         * alpha.h (PREDICATE_CODES): Update.
17046         * alpha.md (sXaddq reload insns): Use some_ni_operand
17047         for SET_DEST instead of some_operand.
17048
17049 Wed Oct 13 21:04:45 1999  Richard Henderson  <rth@cygnus.com>
17050                           Jim Wilson  <wilson@cygnus.com>
17051
17052         * genrecog.c (maybe_both_true_2): Don't compare modes of
17053         two DT_pred tests.
17054         (process_tree): Elide peephole2_insns.  Invoke simplify_tests
17055         after find_afterward.
17056         (debug_decision_1): Dump next and afterward codes.
17057
17058 Wed Oct 13 20:35:16 1999  Richard Henderson  <rth@cygnus.com>
17059
17060         * rtl.c (dump_and_abort): Remove.
17061         (fatal_with_file_and_line): New.
17062         (fatal_expected_char): New.
17063         (read_rtx_lineno, read_rtx_filename): New.
17064         (read_skip_spaces): Track line number.
17065         (read_name): Use fatal_with_file_and_line.
17066         (read_rtx): Use fatal_expected_char.  Track line number.
17067         * rtl.h (read_rtx_filename, read_rtx_lineno): Declare.
17068
17069         * print-rtl.c (print_rtx): Don't special case LABEL_REF argument
17070         if it isn't a CODE_LABEL.
17071
17072         * genattr.c (main): Set read_rtx_filename.
17073         * genattrtab.c (main): Likewise.
17074         * gencodes.c (main): Likewise.
17075         * genconfig.c (main): Likewise.
17076         * genemit.c (main): Likewise.
17077         * genextract.c (main): Likewise.
17078         * genflags.c (main): Likewise.
17079         * genopinit.c (main): Likewise.
17080         * genoutput.c (main): Likewise.
17081         * genpeep.c (main): Likewise.
17082
17083         * genrecog.c (decision_test.u.insn): Add `lineno'.
17084         (pattern_lineno, error_count): New variables.
17085         (message_with_line): New.
17086         (add_to_sequence): Break out checking code to ...
17087         (validate_pattern): ... here.  Detect SET_DEST matching CONST_INT.
17088         (merge_insn): Use message_with_line.
17089         (make_insn_sequence): Use validate_pattern.  Record insn lineno.
17090         (main): Set read_rtx_filename, pattern_lineno.  Exit early on error.
17091
17092 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17093
17094         * expr.c (store_constructor): Clear union if constructor is empty.
17095
17096 Wed Oct 13 15:19:04 1999  Jim Wilson  <wilson@cygnus.com>
17097
17098         * config/rs6000/sysv4.h (CC1_SPEC): Fix errors from Jan 19 change.
17099         Add !endian checks.  Change %{...} to %(...).
17100
17101 Wed Oct 13 13:30:34 1999  Richard Henderson  <rth@cygnus.com>
17102
17103         * i386.md (*addsi3_cc): Renamed from addcsi3.
17104         (*addsi3_carry): Renamed from addxsi3.
17105         (*subsi3_cc): Renamed from subcsi3.
17106         (*subsi3_carry): Renamed from subxsi3.
17107         (*xorqi_cc_1): Renamed from xorcqi_1.
17108         (xorqi_cc_ext_1): Renamed from xorcqi_ext_1.
17109         * i386.c (ix86_expand_fp_compare): Update for xorqi_cc_ext_1.
17110
17111 Wed Oct 13 13:10:46 1999  Richard Henderson  <rth@cygnus.com>
17112
17113         * Makefile.in (ggc-common.o): Depend on RTL_H not RTL_BASE_H.
17114         (ggc-simple.o, ggc-page.o, ggc-none.o, ggc-callbacks.o): Likewise.
17115
17116 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
17117
17118         * regmove.c (optimize_reg_copy_3): Make sure P is non-nil as we
17119         climb up the chain of insns.
17120
17121 Wed Oct 13 10:20:58 1999  Richard Henderson  <rth@cygnus.com>
17122
17123         * genrecog.c (write_subroutine): Careful for null trees.
17124         (process_tree): Don't elide empty functions.
17125
17126 Wed Oct 13 10:07:54 1999  Richard Henderson  <rth@cygnus.com>
17127
17128         * Makefile.in (genrtl.o): Depend on ggc.h.
17129         * configure.in (valloc): Probe for it.
17130         (with-gc): Use ggc-page if valloc present.
17131         * ggc-common.c (ggc_mark_rtx_children): Use ggc_mark_if_gcable.
17132         (ggc_mark_rtvec_children): New from corpse of ggc_mark_rtvec.
17133         (ggc_alloc_string): Moved from ggc-page.c.
17134         * ggc-none.c (ggc_alloc_obj): New.
17135         (ggc_alloc_rtx, ggc_alloc_rtvec): Remove.
17136         * ggc-page.c (sys/mman.h): Only include if HAVE_MMAP.
17137         (struct globals): Likewise for dev_zero_fd.
17138         (init_ggc): Likewise for it's initialization.
17139         (ggc_allocated_p): Move careful dereference from ...
17140         (ggc_lookup_page_table): ... here.  Delete.
17141         (lookup_page_table_entry): Don't use ggc_lookup_page_table.
17142         (alloc_anon): Use valloc if no mmap.
17143         (release_pages): Use free if using valloc.
17144         (ggc_alloc_obj): Renamed from alloc_obj.
17145         (ggc_set_mark): Renamed from mark_obj.
17146         (ggc_mark_if_gcable): Renamed from ggc_mark_string_if_gcable.
17147         (ggc_alloc_rtx, ggc_alloc_rtvec): Delete.
17148         (ggc_alloc_tree, ggc_alloc_string, ggc_alloc): Delete.
17149         (ggc_set_mark_rtx, ggc_set_mark_rtvec): Delete.
17150         (ggc_set_mark_tree, ggc_mark_string, ggc_mark): Delete.
17151         (ggc_collect): Use fp printing instead of our own rounding.
17152         * ggc-simple.c (IS_MARKED, IGNORE_MARK): Delete.
17153         (GGC_STRING_MAGIC, GGC_STRING_MAGIC_MARK): Delete.
17154         (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): Delete.
17155         (struct ggc_rtx, struct ggc_rtvec, struct ggc_tree): Delete.
17156         (struct ggc_string, struct ggc_any): Delete.
17157         (offsetof): Provide default definition.
17158         (GGC_BALANCE, GGC_ALWAYS_COLLECT, GGC_ALWAYS_VERIFY): New.
17159         (PTR_KEY): New.
17160         (struct ggc_mem): New, from corpse of ggc_any.
17161         (struct ggc_status): Delete.
17162         (ggc_chain, ggc_allocated_strings, ggc_strings_used): Delete.
17163         (n_rtxs_collected, n_vecs_collected, n_trees_collected): Delete.
17164         (n_strings_collected, n_anys_collected): Delete.
17165         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Delete.
17166         (ggc_alloc_string, ggc_alloc): Delete.
17167         (ggc_free_rtx, ggc_free_rtvec, ggc_free_tree): Delete.
17168         (ggc_free_string, ggc_free_any): Delete.
17169         (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Delete.
17170         (ggc_compare_addresses, ggc_mark_string): Delete.
17171         (ggc_mark_string_if_gcable, ggc_mark): Delete.
17172         (search_data): Delete.
17173         (struct globals): New.
17174         (GGC_MIN_EXPAND_FOR_GC, GGC_MIN_LAST_ALLOCATED): New.
17175         (tree_insert, tree_lookup): New.
17176         (ggc_alloc_obj, ggc_set_mark, ggc_mark_if_gcable): New.
17177         (clear_marks, sweep_objs): New.
17178         (ggc_collect): Gut.  Use clear_marks, sweep_objs.
17179         (init_ggc): Set allocated_last_gc.
17180         (ggc_push_context): Gut.  Use G.context.
17181         (ggc_pop_context): Likewise.
17182         (ggc_pop_context_1): New.
17183         (debug_ggc_tree): New.
17184         (debug_ggc_balance, tally_leaves): New.
17185         * ggc.h (ggc_mark_rtvec, ggc_mark_string, ggc_mark): Remove decl.
17186         (ggc_mark_string_if_gcable): Remove decl.
17187         (ggc_mark_rtx, ggc_mark_tree): Use ggc_set_mark.
17188         (ggc_mark_rtvec_children): New.
17189         (ggc_mark_rtvec, ggc_mark_string, ggc_mark): New.
17190         (ggc_mark_if_gcable): New decl.
17191         (ggc_alloc_rtx, ggc_alloc_rtvec): Remove decl.
17192         (ggc_alloc_tree, ggc_alloc): Likewise.
17193         (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Likewise.
17194         (ggc_alloc_obj): New decl.
17195         (ggc_alloc_rtx, ggc_alloc_rtvec): New macros.
17196         (ggc_alloc_tree, ggc_alloc): Likewise.
17197         (ggc_set_mark): New decl.
17198         * rtl.h (struct rtx_def): Remove gc_mark.
17199         (struct rtvec_def): Likewise.
17200         * tree.h (struct tree_common): Likewise.
17201
17202 Wed Oct 13 01:44:29 1999  Carol LePage  <carolo@hal.com>
17203
17204         * configure.in (sparc-hal-solaris2*): Fix xm_file, xm_defines,
17205         float_format and thread_file definitions.
17206         * configure: Rebuilt.
17207
17208 Wed Oct 13 09:25:03 1999  Niels Möller <nisse@lysator.liu.se>
17209
17210         * extend.texi (Function Names): Document types of function names.
17211
17212 Wed Oct 13 00:45:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17213
17214         * reload1.c (reload_reg_free_for_value_p):  RELOAD_OTHER reloads with
17215         an earlyclobbered output conflict with RELOAD_INPUT reloads.
17216
17217 Tue Oct 12 23:28:28 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17218
17219         * sh.h (BOOL_TYPE_SIZE): Don't use INT_TYPE_SIZE / CHAR_TYPE_SIZE.
17220
17221 Tue Oct 12 23:19:32 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17222
17223         * sh.h (REGISTER_MOVE_COST): Change PR_REG to PR_REGS.
17224
17225 Tue Oct 12 17:09:38 1999  David Edelsohn  <edelsohn@gnu.org>
17226
17227         * collect2.c (main): Do prelimnary link on AIX if rflag.
17228
17229 Tue Oct 12 09:45:19 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17230
17231         * config/rs6000/eabi-ctors.c (__do_global_ctors): Run through
17232         __CTOR_LIST__ in opposite order, which is the correct order for sorted
17233         constructors.
17234         (__do_global_dtors): similarly for __DTOR_LIST__.
17235
17236 Fri Oct  8 19:46:03 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17237                                 Diego Novillo <dnovillo@cygnus.com>
17238
17239         * config/sh/sh.h (REGISTER_MOVE_COST): Handle moves from T_REGS to
17240         FPUL_REGS.
17241
17242 Tue Oct 12 07:38:41 1999  Bruce Korb  <autogen@linuxbox.com>
17243
17244         * fixincl/*: Merged "no_bogosity" branch
17245         * fixincl/fixlib.h: protect against doubly defining t_bool
17246         * fixincl/server.h: protect against doubly defining t_bool
17247
17248 Mon Oct 11 20:18:41 1999  Jim Wilson  <wilson@cygnus.com>
17249
17250         * genoutput.c: Include toplev.h.
17251
17252 Mon Oct 11 18:56:14 1999  Jim Wilson  <wilson@cygnus.com>
17253
17254         * config/sparc/liteelf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
17255         Undef.
17256         * configure.in (sparclite-*-elf, sparc86x-*-elf): Don't use libgloss.h.
17257         * configure: Regenerate.
17258
17259 Mon Oct 11 16:07:49 1999  Richard Henderson  <rth@cygnus.com>
17260
17261         * gcse.c (delete_null_pointer_checks): Returns void.
17262
17263 Mon Oct 11 20:31:51 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17264
17265         * rtl.c (copy_rtx): Don't use accessor macros to copy fields.
17266         * emit-rtl.c (copy_insn_1): Likewise.
17267
17268 Mon Oct 11 13:29:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
17269
17270         * config/mips/mips.c (mips_build_va_list): Correct
17271         TREE_CHAIN setting when hard-float.
17272         (mips_va_start): Use corrected setting.
17273         (mips_va_arg): Likewise.  Also pass a tree to build of
17274         POSTINCREMENT_EXPR rather than a naked 'int'.
17275
17276 Sun Oct 10 18:27:27 1999  Mark Mitchell  <mark@codesourcery.com>
17277
17278         * ggc.h (ggc_push_context): Fix comment.
17279         (ggc_pop_context): Likewise.
17280         (mark_string_if_gcable): Likewise.
17281         * ggc-common.c (ggc_mark_rtx_children): Use
17282         ggc_mark_string_if_gcable.
17283         * ggc-page.c (ggc_lookup_page_table): New function.
17284         (ggc_allocated_p): Likewise.
17285         (mark_obj): Fix formatting.
17286         (ggc_mark_string_if_gcable): New function.
17287         * ggc-simple.c (ggc_allocated_strings): New variable.
17288         (ggc_strings_used): Likewise.
17289         (ggc_compare_addresses): New function.
17290         (ggc_pop_context): Pop the `any' memory too.
17291         (ggc_mark_string_if_gcable): New function.
17292         (ggc_collect): Initialize and tear down ggc_allocated_strings.
17293
17294 Sun Oct 10 20:05:21 1999  David Edelsohn  <edelsohn@gnu.org>
17295
17296         * rs6000.md (movstrsi_?reg): Use preferred rD/rS = r5 form.
17297         (scc patterns): Disable most SImode variants if TARGET_POWERPC64.
17298         * rs6000.c (expand_block_move): Match movstrsi_?reg register
17299         changes.
17300
17301 Sun Oct 10 16:37:01 1999  Richard Henderson  <rth@cygnus.com>
17302
17303         * haifa-sched.c (sched_reg_n_calls_crossed): Delete.
17304         (sched_reg_live_length, sched_reg_basic_block): Delete.
17305         (current_block_num, bb_live_regs, old_live_regs): Delete.
17306         (dead_notes, struct sometimes): Delete.
17307         (sched_note_set, birthing_insn_p): Delete.
17308         (adjust_priority): Gut useless reg lifetime code.
17309         (create_reg_dead_note, attach_deaths): Delete.
17310         (attach_deaths_insn, new_sometimes_live): Delete.
17311         (finish_sometimes_live): Delete.
17312         (find_pre_sched_live, find_post_sched_live): Delete.
17313         (update_reg_usage): Delete.
17314         (find_insn_reg_weight): New, from corpse of find_pre_sched_live.
17315         (schedule_insns): Delete reg lifetime code.
17316         (sched_analyze): Use REG_SAVE_NOTE to stuff NOTE_INSN notes away.
17317         (unlink_other_notes): Adjust REG_NOTE commentary.
17318         (reemit_notes): Use REG_SAVE_NOTE.
17319         (schedule_block): Likewise.
17320         (schedule_region): Allocate bitmap of blocks in region.  Use
17321         count_or_remove_death_notes.  Use update_life_info.
17322
17323         * rtl.h (REG_SAVE_NOTE): New.
17324         * rtl.c (reg_note_name): Update.
17325
17326 Sun Oct 10 16:14:16 1999  Richard Henderson  <rth@cygnus.com>
17327
17328         * combine.c (refresh_blocks, need_refresh): New.
17329         (combine_instructions): Allocate refresh_blocks.  Invoke
17330         update_life_info if needed.
17331         (distribute_notes): Mark refresh_blocks instead of installing
17332         USE insns.
17333         * flow.c (update_life_info): Remove notes if GLOBAL_RM_NOTES.
17334         * basic_block.h (enum update_life_extent): Add GLOBAL_RM_NOTES.
17335
17336         * Makefile.in (recog.o): Depend on basic-block.h.
17337
17338 Sun Oct 10 12:03:21 1999  Richard Henderson  <rth@cygnus.com>
17339
17340         * genrecog.c (add_to_sequence): Thinko last change: delete
17341         shadowing allow_const_int variable.
17342
17343 Sun Oct 10 08:40:00 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17344
17345         * cppinit.c: Use HAVE_GCC_VERSION instead of explicitly testing
17346         __GNUC__ and __GNUC_MINOR__.
17347
17348         * gansidecl.h: Likewise.
17349
17350         * rtl.c: Likewise.
17351
17352         * rtl.h: Likewise.
17353
17354         * toplev.h: Likewise.
17355
17356         * tree.c: Likewise.
17357
17358         * tree.h: Likewise.
17359
17360         * varray.c: Likewise.
17361
17362         * varray.h: Likewise.
17363
17364 Sun Oct 10 13:28:48 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17365
17366         * loop.c (find_and_verify_loops): When looking for a BARRIER, don't
17367         use one before a jump table.
17368
17369         * rtl.def (ADDRESS): Change documentation to match reality.
17370         * md.texi: Don't document it.
17371         * gmicro.md (load address pattern): Use 'p' constraint, delete use
17372         of ADDRESS rtx.
17373
17374         * emit-rtl.c (copy_insn_1): Make format_ptr a const char *.
17375
17376 Sun Oct 10 02:41:41 1999  Richard Henderson  <rth@cygnus.com>
17377
17378         * genrecog.c (add_to_sequence): Move allow_const_int test outside
17379         known predicate block; default allow_const_int true.
17380         (debug_decision_list): New.
17381
17382 Sun Oct 10 00:43:08 1999  Richard Henderson  <rth@cygnus.com>
17383
17384         * i386.h (CC1_SPEC): Typo -- use cc1_cpu.
17385
17386 Sat Oct  9 23:26:55 1999  Jeffrey A Law  (law@cygnus.com)
17387
17388         * gcse.c (gcse_main): Avoid global optimizations if we have a
17389         large number of basic blocks and the ratio of edges to blocks
17390         is high.
17391         (delete_null_pointer_checks): Likewise.
17392
17393 Sat Oct  9 23:16:01 1999  Ken Raeburn  <raeburn@mit.edu>
17394
17395         * c-common.c (check_format_info): Warn if format string isn't a
17396         string literal.
17397
17398 Sat Oct  9 23:04:02 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17399
17400         * configure.in (arm*-*-*): Don't let autoconf remove brackets
17401         * configure: regenerate
17402
17403 Sat Oct  9 13:15:53 1999  Richard Henderson  <rth@cygnus.com>
17404
17405         * alpha.md (extendsidi2): Turn into a splitter.  Allow f/f.
17406         If TARGET_FIX, allow r/f.  Remove cvtlq unspec pattern.
17407         (peepholes): Re-enable.
17408
17409 Sat Oct  9 12:18:16 1999  Richard Henderson  <rth@cygnus.com>
17410
17411         * Makefile.in (flow.o): Depend on TREE_H.
17412         * basic-block.h (REG_SET_EQUAL_P): New.
17413         (XOR_REG_SET): New.
17414         (n_edges): Declare.
17415         (free_regset_vector): Remove declaration.
17416         (flow_delete_insn_chain): Declare.
17417         (enum update_life_extent): New.
17418         (update_life_info, count_or_remove_death_notes): Declare.
17419         * combine.c (distribute_notes) [REG_DEAD]: Stop search at bb->head.
17420         Verify register live at bb->global_live_at_start before adding USE.
17421         * flow.c (HAVE_epilogue, HAVE_prologue): Provide default.
17422         (CLEAN_ALLOCA): New.
17423         (n_edges): New.
17424         (PROP_*): New flags.
17425         (find_basic_blocks_1): Use alloc_EXPR_LIST.
17426         (clear_edges): Zero n_edges.
17427         (make_edge): Increment n_edges.
17428         (split_edge): Don't allocate bb->local_set.  Increment n_edges.
17429         (flow_delete_insn_chain): Export.
17430         (delete_block): Decrement n_edges.
17431         (merge_blocks_nomove): Likewise.
17432         (life_analysis): Give life_analysis_1 PROP flags.
17433         (verify_wide_reg_1, verify_wide_reg): New.
17434         (verify_local_live_at_start): New.
17435         (update_life_info): Rewrite to call into propogate_block.
17436         (mark_reg): New.
17437         (mark_regs_live_at_end): After reload, if epilogue as rtl,
17438         always mark stack pointer.  Conditionally mark PIC register.
17439         After reload, mark call-saved registers, return regsiters.
17440         (life_analysis_1): Accept PROP flags not remove_dead_code.
17441         Call mark_regs_live_at_end before zeroing regs_ever_live.
17442         Use calculate_global_regs_live.  Copy global_live_at_end before
17443         calling final propagate_block.  Zero reg_next_use on exit.
17444         (calculate_global_regs_live): New.
17445         (allocate_bb_life_data): Don't allocate bb->local_set.
17446         (init_regset_vector, free_regset_vector): Remove.
17447         (propagate_block): Accept FLAGS not FINAL or REMOVE_DEAD_CODE.
17448         Test flags before every operation.  Warn if prologue/epilogue insn
17449         would have been deleted.
17450         (mark_set_regs, mark_set_1): Accept and use FLAGS.
17451         Use alloc_EXPR_LIST.
17452         (mark_used_regs): Accept and use FLAGS, not FINAL.
17453         Remove special handling for RETURN.
17454         (try_pre_increment): Use alloc_EXPR_LIST.
17455         (dump_flow_info): Dump n_edges.
17456         (unlink_insn_chain, split_hard_reg_notes): Remove.
17457         (maybe_add_dead_note, maybe_add_dead_note_use): Remove.
17458         (find_insn_with_note, new_insn_dead_notes): Remove.
17459         (update_n_sets, sets_reg_or_subreg_1, sets_reg_or_subreg): Remove.
17460         (maybe_remove_dead_notes, prepend_reg_notes): Remove.
17461         (replace_insns): Remove.
17462         (count_or_remove_death_notes): New.
17463         (verify_flow_info): Abort on error after all checks.
17464         (remove_edge): Decrement n_edges.
17465         (remove_fake_edges): Tweak format.
17466         * haifa-sched.c (schedule_insns): Use split_all_insns.
17467         * output.h (update_life_info): Remove declaration.
17468         * recog.c (split_all_insns): From the corpse of split_block_insns,
17469         do the whole function block by block.  Use update_life_info.
17470         (recog_last_allowed_insn): New.
17471         (recog_next_insn): Mind it.
17472         (peephole2_optimize): Set it.  Walk backwards through blocks.
17473         Use update_life_info.
17474         * rtl.h (update_flow_info, replace_insns): Remove declarations.
17475         (split_all_insns): Declare.
17476         * toplev.c (rest_of_compilation): Thread prologue before flow2.
17477         Use split_all_insns.
17478
17479         * i386.md (or -1 peep2s): Disable.
17480
17481 Fri Oct  8 17:49:08 1999  Richard Henderson  <rth@cygnus.com>
17482
17483         * config/mips/mips.md (movstrsi+[123]) : Combine these into
17484         a single pattern.  Scrap the 'd' versions as unnecessary.
17485
17486         * config/mips/mips.md (tablejump_internal3,tablejump_mips161,
17487         tablejump_mips162,tablejump_internal4): The operands to a
17488         label_ref must be VOIDmode.
17489
17490 Fri Oct  8 16:12:42 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17491
17492         * configure.in (c-mbchar): Append, don't overwrite, `extra_c_flags'.
17493
17494 Fri Oct  8 11:58:34 1999  Richard Henderson  <rth@cygnus.com>
17495
17496         * mips.c (mips_va_arg) [EABI]: Return addr_rtx.
17497
17498 Fri Oct  8 11:58:34 1999  Richard Henderson  <rth@cygnus.com>
17499
17500         * lists.c (init_EXPR_INSN_LIST_cache): Don't need to zap the
17501         cache every function if ggc_p.
17502
17503 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17504
17505         * jump.c (duplicate_loop_exit_test): Use copy_insn/copy_insn_1
17506         instead of copy_rtx.  Accept sequences that contain asm statements.
17507         * emit-rtl.c (copy_insn_1, copy_insn): New functions.
17508         (copy_insn_scratch_in, copy_insn_scratch_out, copy_insn_n_scratches,
17509         orig_asm_operands_vector, copy_asm_operands_vector,
17510         orig_asm_constraints_vecotr, copy_asm_constraints_vector): New static
17511         variables.
17512         * rtl.h (copy_insn, copy_insn_1): Declare.
17513
17514 Fri Oct  8 13:08:12 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17515
17516         * Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h.
17517
17518         * alpha.h (ASM_OUTPUT_MI_THUNK): Pass the correct number of
17519         arguments to `current_file_function_operand'.
17520
17521         * genrecog.c: Include hard-reg-set.h and resource.h in the
17522         generated output file.
17523
17524         * real.c: Include tm_p.h.
17525
17526 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17527
17528         * i386.md (prologue_allocate_stack): Add '=' constraint letter on
17529         output operand.
17530
17531 Thu Oct  7 23:06:50 1999  Richard Henderson  <rth@cygnus.com>
17532
17533         * rs6000.md (fix_truncdfsi2_internal+1): Emit a clobber
17534         before the fctiwz insn.
17535
17536 Thu Oct  7 22:53:00 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17537                           Mark Mitchell  <mark@codesourcery.com>
17538
17539         * tree.c (make_lang_type_fn): New funtion pointer.
17540         (make_lang_type): Call it.
17541         * tree.h (make_lang_type): Declare.
17542         (make_lang_type_fn): Likewise.
17543         * rs6000.c (rs6000_build_va_list): Use make_lang_type.
17544
17545 Thu Oct  7 00:36:17 1999  Diego Novillo  <dnovillo@cygnus.com>
17546
17547         * config/rs6000/rs6000.c (secondary_reload_class): For TARGET_ELF
17548         make sure that HIGH instructions are copied into BASE_REGS.
17549
17550 Thu Oct  7 17:02:34 1999  Jason Merrill  <jason@yorick.cygnus.com>
17551
17552         * expr.c (expand_expr, TARGET_EXPR): Set TREE_USED sooner.
17553
17554 Thu Oct  7 17:01:58 1999  Greg McGary  <gkm@gnu.org>
17555
17556         * c-decl.c (finish_struct): Use simpler method of
17557         removing elements of a singly-linked list.
17558
17559 Thu Oct  7 15:23:28 1999  Michael Meissner  <meissner@cygnus.com>
17560
17561         * alpha.md (peephole2's): Comment out peephole2's that generate
17562         buggy code.
17563
17564 Thu Oct  7 12:00:53 1999  Richard Henderson  <rth@cygnus.com>
17565
17566         * genrecog.c (add_to_sequence): Disable mode check for
17567         wildcard matches.
17568
17569 Thu Oct  7 20:14:16 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17570
17571         * ggc-simple.c (init_ggc): Set empty_string.
17572
17573 Thu Oct  7 01:13:15 1999  Richard Henderson  <rth@cygnus.com>
17574
17575         * configure.in: Detect mmap.  Add --with-gc=foo to select
17576         garbage collector; default to page if mmap available.
17577         * Makefile.in (GGC): Substitute.
17578
17579 Wed Oct  6 23:56:30 1999  Richard Henderson  <rth@cygnus.com>
17580
17581         * c-decl.c (ggc_p): Enable.
17582
17583 Wed Oct  6 17:17:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17584
17585         * flow.c (verify_flow_info): Make it extern & unconditionally define.
17586
17587 1999-10-06  Brendan Kehoe  <brendan@cygnus.com>
17588
17589         * sparc/sp86x-elf.h (SUBTARGET_SWITCHES): Add missing doc
17590         string for little-endian-data.
17591
17592 Wed Oct  6 16:10:35 1999  Michael Meissner  <meissner@cygnus.com>
17593
17594         * varray.h (VARRAY_CHECK): Fix up appropriate revision check, in
17595         case somebody tries to compile --enable-checking code with gcc
17596         1.34 or such.
17597
17598 Wed Oct  6 12:22:50 1999  Richard Henderson  <rth@cygnus.com>
17599
17600         * genrecog.c (add_to_sequence): Verify operand to label_ref is
17601         VOIDmode.
17602
17603 Wed Oct  6 10:21:15 1999  Richard Henderson  <rth@cygnus.com>
17604
17605         * genconfig.c (main): Disable HAVE_conditional_arithmetic.
17606         * jump.c (jump_optimize_1): Document why.
17607
17608 Wed Oct  6 10:41:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17609
17610         * collect2.c (scan_prog_file, scan_libraries): Prototype function
17611         pointers and casts for `int_handler' and `quit_handler'.
17612
17613         * flow.c (verify_flow_info, split_hard_reg_notes,
17614         find_insn_with_note, sets_reg_or_subreg_1, prepend_reg_notes,
17615         remove_edge, remove_fake_successors): Add static prototypes.
17616         (verify_flow_info): Wrap with macro ENABLE_CHECKING.
17617         (mark_set_1): Initialize variable `regno'.
17618         (unlink_insn_chain): Likewise for variable `curr'.
17619         (remove_fake_edges): Remove unused variables `e', `tmp' and `last'.
17620
17621         * loop.c (strength_reduce): Initialize variable
17622         `unrolled_insn_copies'.
17623         (cmp_combine_givs_stats, cmp_recombine_givs_stats): Add static
17624         prototypes.  Change these functions to take const PTR parameters
17625         to avoid prototype conflict when used as the comparson argument
17626         for qsort.
17627         (check_dbra_loop): Initialize variable `comparison_val'.
17628
17629         * reload.c (debug_reload_to_stream, debug_reload): Add prototypes.
17630         (get_secondary_mem): Mark parameter `x' with ATTRIBUTE_UNUSED.
17631         (find_valid_class): Initialize variable `best_class'.
17632         (find_reloads): Call memcpy, not bcopy.
17633
17634         * reload1.c (gen_mode_int, dump_needs): Add prototypes.
17635         (hard_reg_use_compare): Don't needlessly cast away const.
17636         (reload_reg_class_lower): Likewise.
17637         (choose_reload_regs): Initialize variable `regno'.
17638
17639 Tue Oct  5 16:34:12 1999  Paul Burchard <burchard@pobox.com>
17640
17641         * ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.
17642
17643 Tue Oct  5 16:14:40 1999  Michael Meissner  <meissner@cygnus.com>
17644
17645         * libgcc1-test.c (toplevel): Include stddef.h to get size_t.
17646         ({,d}discard): Add forward declarations.  Declare parameter as
17647         unused.
17648         (main_without_main): Explicitly declare return type to be int.
17649         (memcpy): Properly declare.
17650
17651         * libgcc2.c (toplevel): If inhibit_libc is defined and not
17652         building the trampoline support, declare malloc, free, and
17653         atexit.
17654         (__clear_cache): Mark arguments as potentially unused.
17655
17656         * frame.c (toplevel): If inhibit_libc is defined, declare
17657         malloc and free.
17658
17659 Tue Oct  5 12:00:32 1999  Richard Henderson  <rth@cygnus.com>
17660
17661         * flow.c (make_edge): Accept an optional 2D bitmap in which
17662         to cache edge existence.  Update all callers.
17663         (make_label_edge, make_eh_edge): Pass through the edge cache.
17664         (make_edges): Provide the cache.
17665
17666 Tue Oct  5 12:16:49 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17667
17668         * mbchar.c (literal_codeset, local_mbtowc, local_mblen): Constify
17669         a char*.
17670         (local_mbtowc): Change the type of variable `i' from int to size_t.
17671
17672         * mbchar.h (ISSJIS1, ISSJIS2): Use parens around && within ||.
17673         (local_mbtowc, local_mblen, literal_codeset): Constify a char*.
17674
17675 Tue Oct  5 11:34:52 1999  Michael Meissner  <meissner@cygnus.com>
17676
17677         * ggc-common.c (toplevel): Reorder includes, so that ggc.h comes
17678         after other includes that define the appropriate types.  Include
17679         tm_p.h for getting user prototypes.
17680         * ggc-callbacks.c (toplevel): Ditto.
17681         * ggc-none.c (toplevel): Ditto.
17682         * gcc-page.c (toplevel): Ditto.
17683         * ggc-simple.c (toplevel): Ditto.
17684
17685 Mon Oct  4 16:48:16 1999  Diego Novillo <dnovillo@cygnus.com>
17686                           Jonathan Larmour  <jlarmour@cygnus.co.uk>
17687
17688         * config/mips/mips.c (mips_move_2words): Split doubles if
17689         ISA >= 3, !TARGET_64BIT, and destination is not an FP register.
17690
17691 Mon Oct  4 21:47:31 1999  Richard Henderson  <rth@cygnus.com>
17692
17693         * genrecog.c (struct decision_test): New.
17694         (struct decision): Remove test-related members, sort the rest by size.
17695         (IS_SPLIT): Simplify.
17696         (new_decision, new_decision_test): New.
17697         (add_to_sequence): Use them.  No special handling for args of
17698         non-MATCH codes.
17699         (maybe_both_true): Renamed from not_both_true; return sense changed.
17700         (maybe_both_true_1, maybe_both_true_2): New.  Broken out
17701         of maybe_both_true and adjusted for decision_test.
17702         (position_merit): Remove.
17703         (nodes_identical, nodes_identical_1): New, broken out of merge_trees.
17704         (merge_accept_insn): New, broken out of merge_trees.
17705         (merge_trees): Use them.  No special case for c_test; no node
17706         splitting; use test type instead of position_merit.
17707         (factor_tests): New.
17708         (simplify_tests): New.
17709         (break_out_subroutines): Don't write code now.
17710         (find_afterward): New.
17711         (write_afterward, write_switch, write_cond): New.
17712         (write_action, is_unconditional): New.
17713         (write_node): New.  Use them.
17714         (write_tree_1): Rewrite.  Use the new functions above.
17715         (write_tree): Remove afterward processing.
17716         (write_subroutine): Simplify function variant emission.
17717         (write_subroutines): New.
17718         (same_codes, clear_codes): Remove.
17719         (same_modes, clear_modes): Remove.
17720         (write_header): New, broken out of main.
17721         (make_insn_sequence): Use new_decision and new_decision_test.
17722         (process_tree): New, broken out of main.
17723         (main): Adjust for merge_trees interface change.
17724         Don't #define operands in the output file.
17725         (record_insn_name): New, broken out of make_insn_sequence.
17726         (debug_decision_2, debug_decision_1, debug_decision_0): New.
17727         (debug_decision): New.
17728
17729 1999-10-04 21:58 -0700  Zack Weinberg  <zack@bitmover.com>
17730
17731         * resource.c (find_free_register): Mark class_str argument const.
17732         * resource.h: Update prototype to match.
17733
17734         * i386.h (PREDICATE_CODES): Add entry for long_memory_operand.
17735         * i386.md: Give all anonymous insns names.
17736
17737 Mon Oct  4 21:12:02 1999  Jeffrey A Law  (law@cygnus.com)
17738
17739         * flow.c (merge_blocks): Avoid assing BASIC_BLOCK for non-existent
17740         blocks.
17741
17742 Mon Oct  4 21:01:39 1999  Richard Henderson  <rth@cygnus.com>
17743
17744         * toplev.c (dbr_sched_time): Unconditional.
17745         (peephole2_time): New.
17746         (compile_file): Add pass numbers to all of the dump file suffixes.
17747         Dump peephole2_time.  Don't dump times for non-applicable passes.
17748         (rest_of_compilation): Add pass numbers to dump file suffixes.
17749         Conditionalize calls to the scheduler.
17750         * invoke.texi: Update.
17751
17752 Mon Oct  4 20:25:13 1999  Anthony Green  <green@cygnus.com>
17753
17754         * flow.c (make_edges): Fix insn iteration.
17755         (find_basic_blocks): Assign NULL_RTX, not 0, to rtx.
17756         (find_basic_blocks_1): Fix spelling mistake.
17757
17758 Mon Oct  4 16:56:11 1999  Richard Henderson  <rth@cygnus.com>
17759
17760         * tree.c (build1): Set TREE_SIDE_EFFECTS for expressions that
17761         always have side-effects.  Use memset not bzero.
17762         (make_node): Likewise.
17763
17764 Mon Oct  4 16:22:20 1999  Mark Mitchell  <mark@codesourcery.com>
17765
17766         * stmt.c (expand_anon_union_decl): When any of the elements of the
17767         union is addressable, so is the entire union.
17768
17769 Mon Oct  4 11:38:33 1999  Richard Henderson  <rth@cygnus.com>
17770
17771         * sbitmap.c (sbitmap_ones): Don't set too many bits.
17772
17773         * bitmap.h (enum bitmap_bits): Add BITMAP_XOR.
17774         * bitmap.c (bitmap_operation): Return true iff TO changed.
17775         (bitmap_equal_p): New.
17776         (bitmap_bit_p): Tidy arithmetic.
17777         (debug_bitmap_file): Likewise.
17778
17779 Mon Oct  4 11:28:37 1999  Richard Henderson  <rth@cygnus.com>
17780
17781         * toplev.c (rest_of_compilation): Turn on cse_not_expected
17782         before cse2 instead of after.
17783
17784 Mon Oct 4 09:55:17 1999  Stan Cox  <scox@cygnus.com>
17785
17786         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Let leasi/liadi handle large
17787         register offsets.
17788
17789 Mon Oct  4 08:54:12 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17790
17791         * cppinit.c (is_idchar initializer): Loosen tests to accept
17792         gcc 2.>6 and >2.
17793
17794 Mon Oct  4 02:31:20 1999  Mark Mitchell  <mark@codesourcery.com>
17795
17796         * mips.md: Define conditional move patterns for floating point
17797         operands and DI mode conditions.
17798
17799 Mon Oct  4 02:12:41 1999  Mark Mitchell  <mark@codesourcery.com>
17800
17801         * tree.c (make_node): Set TREE_SIDE_EFFECTS for expressions that
17802         always have side-effects.
17803
17804 Sun Oct  3 14:14:16 1999  Jeffrey A Law  (law@cygnus.com)
17805
17806         * mn10200.c (asm_file_start): Fix typo.
17807
17808         * cppinit.c (is_idchar initializer): Tighten tests for when
17809         to put the table into initialized memory.
17810
17811         * ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx,
17812         not an array of rtunion.
17813         * gcc-page.c (ggc_alloc_rtvec): Similarly.
17814         * gcc-simple (ggc_free_rtvec): Similarly.
17815
17816         * genattrtab.c (simplify_cond): Make TESTS an array of rtxs, instead
17817         of rtunions.
17818
17819         * mbchar.h: Add missing #endif.
17820
17821         * t-fr30 (LIB2FUNCS_EXTRA): Remove definition.
17822         (FPBIT, DPBIT): Define.
17823
17824 Sun Oct  3 12:44:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17825
17826         * print-tree.c (print_node, indent_to): Remove redundant prototypes.
17827
17828         * profile.c (instrument_arcs, output_gcov_string,
17829         tablejump_entry_p): Add static prototypes.
17830         (output_gcov_string): Constify a char*.
17831
17832         * regmove.c (replacement_quality, fixup_match_2): Add static
17833         prototypes.
17834
17835         * resource.h (reg_dead_p): Add extern prototype.
17836
17837         * rtl.c (trim_filename): Add static prototype.
17838
17839         * scan-decls.c (skip_to_closing_brace): Likewise.
17840
17841         * stmt.c (expand_decl_cleanup_no_eh): Hide definition.
17842         (expand_end_case): Initialize variable `range'.
17843         (emit_case_nodes): Remove unused prototype `rtx_fn'.
17844
17845         * varasm.c (asm_emit_uninitialised): Add static prototype.
17846         (asm_emit_uninitialised, assemble_variable): Mark parameter with
17847         ATTRIBUTE_UNUSED.
17848
17849 Sun Oct  3 12:24:52 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17850
17851         * cpplib.c (if_directive_nameo): Add static prototype.
17852
17853         * cse.c (cse_insn): Remove unused variable `p'.
17854
17855         * except.c (create_rethrow_ref, push_entry,
17856         receive_exception_label, new_eh_region_entry, find_func_region,
17857         clear_function_eh_region, process_nestinfo): Add static prototypes.
17858         (get_reg_for_handler): Hide definition.
17859         (process_nestinfo): Initialize variable `extra_handlers'.
17860
17861         * expr.h (expand_builtin_longjmp): Add extern prototype.
17862
17863         * final.c (final_addr_vec_align, align_fuzz): Add static prototypes.
17864
17865         * function.c (prepare_function_start): Likewise.
17866         (pop_function_context_from): Mark parameter `context' with
17867         ATTRIBUTE_UNUSED.
17868         (push_temp_slots_for_block, flush_addressof): Hide definition.
17869
17870         * gcov.c (init_arc, reverse_arcs, create_program_flow_graph,
17871         solve_program_flow_graph, calculate_branch_probs,
17872         function_summary, main, fancy_abort): Add prototypes.
17873
17874         * gen-protos.c (add_hash, parse_fn_proto, main): Likewise.
17875         (add_hash): Constify a char*.
17876
17877         * ggc-common.c (ggc_mark_rtx_ptr, ggc_mark_tree_ptr,
17878         ggc_mark_tree_varray_ptr, ggc_mark_tree_hash_table_ptr,
17879         ggc_mark_string_ptr, ggc_mark_tree_hash_table_entry): Add prototypes.
17880
17881         * integrate.c (expand_inline_function_eh_labelmap): Likewise.
17882
17883         * lists.c (free_list, zap_lists): Likewise.
17884
17885 Sun Oct  3 12:05:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17886
17887         * alias.c (nonlocal_reference_p): Add static prototype.
17888
17889         * bitmap.c (bitmap_element_allocate): Prototype args in function
17890         pointer cast.
17891
17892         * builtins.c (stabilize_va_list): Add static prototype.
17893         (expand_builtin_va_arg): Constify a char*.
17894
17895         * c-lex.c (getch, put_back, extend_token_buffer_to,
17896         read_line_number, token_getch, token_put_back): Add static
17897         prototypes.
17898
17899         * c-parse.gperf (hash, is_reserved_word): Likewise.
17900
17901         * cccp.c (is_dir_separator): Likewise.
17902
17903 Sat Oct  2 16:07:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17904
17905         * graph.h: New file to prototype functions exported by graph.c.
17906
17907         * Makefile.in (graph.o, toplev.o): Depend on graph.h.
17908
17909         * graph.c: Include graph.h.
17910
17911         * toplev.c: Likewise.  Remove redundant prototypes.
17912
17913 Sat Oct  2 11:28:33 1999  Krister Walfridsson <cato@df.lth.se>
17914
17915         * invoke.texi: Removed duplicated description for -Q.
17916
17917 Sat Oct  2 11:16:00 1999  Jim Kingdon  <http://developer.redhat.com>
17918
17919         * extend.texi: Grammar fix in __extension__ text.
17920
17921 Sat Oct  2 11:06:31 1999  Richard Henderson  <rth@cygnus.com>
17922
17923         * md.texi (define_peephole2): New section.
17924
17925 Sat Oct  2 10:57:56 1999  Jan Hubicka  <hubicka@freesoft.cz>
17926
17927         * i386.md (mov?i patterns): Fix handling of TARGET_USE_MOV0
17928         (mov $-1 to or peepholer): Enable for pentium when optimizing for
17929         speed.
17930
17931 Sat Oct  2 10:55:25 1999  Jan Hubicka  <hubicka@freesoft.cz>
17932
17933         * builtins.c (expand_builtin_strlen): Fix best mode searching loop.
17934
17935 Sat Oct  2 10:53:22 1999  Jan Hubicka  <hubicka@freesoft.cz>
17936
17937         * i386.md (ffs expander): Emit Pentium friendly code for
17938         TARGET_PENTIUM.
17939
17940 Sat Oct  2 02:48:21 1999  Mark P. Mitchell  <mark@codesourcery.com>
17941
17942         * tree.c (build): Don't look at TREE_SIDE_EFFECTS or TREE_RAISES
17943         for non-trees.
17944         (build1): Likewise.
17945
17946 Fri Oct  1 18:01:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17947
17948         * i386elf.h (TARGET_DEFAULT): Use symbolic constants.
17949
17950 Fri Oct  1 12:42:53 1999  Andreas Schwab  <schwab@suse.de>
17951
17952         * config/m68k/m68k.c (use_return_insn): Return false if the pic
17953         register is in use.
17954
17955 Fri Oct  1 10:56:06 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17956
17957         * md.texi (No Constraints): Delete section.
17958         * Makefile.in (genattrtab.o): Don't depend on "insn-config.h".
17959         * final.c (final_scan_insn): We always have register constraints.
17960         * genattrtab.c: Don't include "insn-config.h".
17961         (write_attr_case): We always have register constraints.
17962         * genconfig.c (register_constraint_flag): Delete.
17963         (walk_insn_part): Don't check whether we have register constraints.
17964         (main): Don't write out "#define REGISTER_CONSTRAINTS".
17965         * genoutput.c (have_constraints): Delete.
17966         (main): Don't set it.
17967         (output_operand_data): We always have constraints.
17968         (scan_operands): Likewise.
17969         (compare_operands): Likewise.
17970         * local-alloc.c (block_alloc): We always have constraints.
17971         (requires_inout): Always compile this function.
17972         * recog.c (extract_insn): We always have constraints.
17973         (constrain_operands, reg_fits_class_p): Always compile these
17974         functions.
17975         * recog.h (struct recog_data): Delete non-REGISTER_CONSTRAINTS
17976         fields.
17977         (struct insn_operand_data): Likewise.
17978         * regclass.c (regclass): We always have constraints.
17979         (record_reg_classes, copy_cost, record_address_regs,
17980         auto_inc_dec_reg_p): Always compile these functions.
17981         * regmove.c (regmove_optimize): We always have constraints.
17982         * reload.c (find_reloads): Likewise.
17983         * reload1.c (reload): Likewise.
17984         (reload_cse_simplify_operands): Likewise.
17985         * i860.c (output_delay_insn): Likewise.
17986
17987 Thu Sep 30 23:04:41 1999  Mark P. Mitchell  <mark@codesourcery.com>
17988
17989         * iris6.h (BUILD_VA_LIST_TYPE): Define.
17990
17991 Thu Sep 30 18:44:50 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17992
17993         * rs6000.c (rs6000_build_va_list): Create a TYPE_DECL node
17994         for the va_list record.
17995
17996 Thu Sep 30 18:34:54 1999  Jan Hubicka  <hubicka@freesoft.cz>
17997
17998         * i386.c (ix86_adjust_cost): Ignore false ebp dependencies in
17999         prologues.
18000
18001 Thu Sep 30 18:31:36 1999  Jan Hubicka  <hubicka@freesoft.cz>
18002
18003         * alias.c: Include insn-flags.h.
18004         * Makefile.in (alias.o): Update.
18005
18006 Thu Sep 30 18:21:30 1999  Jan Hubicka  <hubicka@freesoft.cz>
18007
18008         * i386.c (ix86_expand_int_movcc): Convert LEU and GTU comparisons
18009         to LTU and GEU.  Handle more cases using sbb.
18010
18011 Thu Sep 30 18:18:39 1999  Jan Hubicka  <hubicka@freesoft.cz>
18012
18013         * i386.md (truncatexfdf splitters): Do not use subreg.
18014         (fop XFmode patterns): Fix mode in operand testing.
18015
18016 Thu Sep 30 18:04:13 1999  Richard Henderson  <rth@cygnus.com>
18017
18018         * jump.c (jump_optimize_1): Amend last change to test only the
18019         form of the operand, not the insn.
18020
18021         * jump.c (jump_optimize_1) [conditional_move]: Use general_operand
18022         not register_operand to determine when B may need preloading.
18023
18024 Thu Sep 30 17:39:16 1999  Richard Henderson  <rth@cygnus.com>
18025
18026         * alpha.md (*): Use nonimmediate not general_operand for SET_DEST.
18027         (ffsdi2, extxl, insxh, mskxh): Add missing DImode to SET_SRC.
18028         (call-value patterns): Move to end of file.
18029         (*): Remove mode from label_ref in (pc) context.
18030         (movstrqi): Use memory not general_operand for BLKmode operands.
18031         (prologue_stack_probe_loop, builtin_longjmp): Add missing mode
18032         to register_operand operands.
18033         (peep2 patterns): Convert from commented-out peephole patterns.
18034
18035 Thu Sep 30 14:39:17 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18036
18037         * tree.h (enum built_in_function): Rename BUILT_IN_DWARF_REG_SIZE
18038         to BUILT_IN_INIT_DWARF_REG_SIZES.
18039         * builtins.c (expand_builtins, case BUILT_IN_INIT_DWARF_REG_SIZES):
18040         Renamed from BUILT_IN_DWARF_REG_SIZE; call
18041         expand_builtin_init_dwarf_reg_sizes.
18042         * c-decl.c (init_decl_processing): Replace __builtin_dwarf_reg_size
18043         with __builtin_init_dwarf_reg_size_table.
18044         * dwarf2out.c (struct reg_size_range): Delete.
18045         (expand_builtin_init_dwarf_reg_sizes): New function.
18046         (expand_builtin_dwarf_reg_size): Delete.
18047         * except.h (expand_builtin_init_dwarf_reg_sizes): Declare.
18048         (expand_builtin_dwarf_reg_size): Don't declare.
18049         * libgcc2.c (dwarf_reg_size_table_initialized): New.
18050         (dwarf_reg_size_table): New.
18051         (init_reg_size_table): New function.
18052         (copy_reg): Use dwarf_reg_size_table.
18053         (eh_context_initialize): Make sure dwarf_reg_size_table is initialized
18054         before use.
18055
18056 Thu Sep 30 05:40:34 1999  Richard Earnshaw <rearnsha@arm.com>
18057
18058         * c-lang.c (finish_file case ndef ASM_OUTPUT_{CON,DE}STRUCTOR):
18059         Correctly build argument list to constructor and destructor functions.
18060
18061 Thu Sep 30 00:13:27 1999  Dirk Zoller  <duz@rtsffm.com>
18062
18063         * c-tree.h (warn_float_equal): Declare.
18064         * c-decl.c (warn_float_equal): Define.
18065         (c_decode_option): Recognize -W[no-]float-equal.
18066         * c-typeck.c (build_binary_op): Conditionally warn
18067         about equality tests of floating point types.
18068         * toplev.c (documented_lan_options): Add -W[no-]float-equal.
18069         * invoke.texi: Add docs for -Wfloat-equal warning.
18070
18071 Wed Sep 29 23:43:39 1999  Jeffrey A Law  (law@cygnus.com)
18072
18073         * h8300.h (INIT_TARGET_OPTABS): Use init_one_optab instead of
18074         generating RTL directly.
18075         * mips.h (INIT_TARGET_OPTABS): Likewise.
18076         * mn10200.h (INIT_TARGET_OPTABS): Likewise.
18077
18078         * expr.h (init_mov_optab): Delete declaration
18079
18080         * h8300.c (WORD_REG_USED): Update to avoid useless register
18081         saves in interrupt functions and functions which never return.
18082
18083         * cse.c (struct set): Delete inner_dest_loc field.
18084         (cse_insn): Remove assignments to inner_dest_loc field.
18085
18086 Wed Sep 29 16:06:20 1999  Richard Henderson  <rth@cygnus.com>
18087
18088         * ggc-page.c: Don't include <unistd.h> etc taken care of
18089         by "system.h".  Include <sys/mman.h> afterward.
18090
18091 Wed Sep 29 16:05:18 1999  Richard Henderson  <rth@cygnus.com>
18092
18093         * rs6000.c (rs6000_encode_section_info): If ggc_p, use
18094         ggc_alloc_string.
18095
18096 Tue Sep 28 16:45:40 1999  David Edelsohn  <edelsohn@gnu.org>
18097
18098         * xcoffout.c (xcoffout_declare_function): Add documentation.
18099         * rs6000.c (num_insns_constant_wide): Use TARGET_POWERPC64 not
18100         TARGET_64BIT.  Compare constant to -1, not bit pattern.
18101         (easy_fp_constant): Use TARGET_POWERPC64 not TARGET_64BIT.
18102         (expand_block_move): Allow 8 DImode loads for PowerPC64.  Fix
18103         gen_movsi typos.
18104
18105 Tue Sep 28 16:43:14 1999  Nick Clifton  <nickc@cygnus.com>
18106
18107         * dwarf2out.c (add_abstract_origin_attribute): Abort if
18108         origin_die is NULL.
18109         (gen_inlined_enumeration_type_die): Do not abort if the type has
18110         not been writeen out.
18111         (gen_inlined_structure_type_die): Do not abort if the type has
18112         not been writeen out.
18113         (gen_inlined_union_type_die): Do not abort if the type has
18114         not been writeen out.
18115         (gen_tagged_type_instantiation_die): Do not abort if the type
18116         has not been written out.
18117
18118 Tue Sep 28 14:33:47 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18119
18120         * c-decl.c (init_decl_processing): If MD_INIT_BUILTINS is defined,
18121         call it.
18122         * reg-stack.c (straighten_stack): Copy hard reg set with
18123         COPY_HARD_REG_SET.
18124
18125 Tue Sep 28 01:11:05 1999  Richard Henderson  <rth@cygnus.com>
18126
18127         * builtins.c (stabilize_va_list): Stabilize array type va_list
18128         to a pointer type, not the base record type.
18129         (expand_builtin_va_copy): Dereference the pointers explicitly;
18130         use the correct size for the copy.
18131
18132         * rs6000.c (rs6000_va_start): Dereference valist to get to the record.
18133         (rs6000_va_arg): Likewise.
18134
18135 Mon Sep 27 23:27:21 1999  Richard Henderson  <rth@cygnus.com>
18136
18137         * rtl.h (struct rtx_def): Move gc_mark to align mode field.
18138
18139 Mon Sep 27 23:20:29 1999  Mark Mitchell  <mark@codesourcery.com>
18140
18141         * tree.h (struct tree_decl): Use `bclass', not `class', in name of
18142         field.
18143         (DECL_BUILT_IN_CLASS): Adjust accordingly.
18144
18145 Mon Sep 27 23:03:16 1999  Richard Henderson  <rth@cygnus.com>
18146
18147         * ggc-page.c (GGC_MIN_LAST_ALLOCATED): New.
18148         (init_ggc): Use it instead of a constant.
18149         (ggc_collect): Bound allocated_last_gc by it.
18150
18151 Mon Sep 27 19:06:04 1999  Jeffrey A Law  (law@cygnus.com)
18152
18153         * fixinc/fixinc.irix (stdio.h): Hack stdio.h to avoid problems
18154         with va_list.
18155
18156 Mon Sep 27 19:40:17 CEST 1999   Marc Espie <espie@cvs.openbsd.org>
18157
18158         * configure.in (mips*el-*-openbsd*):  Don't duplicate default settings.
18159         (mips*-*-openbsd*):  Let big endian configuration be a fragment.
18160         * configure:  Regen.
18161         * config/mips/openbsd.h:  New, OpenBSD little endian target.
18162         * config/mips/openbsd-be.h:  New, OpenBSD big endian target fragment.
18163         * config/mips/xm-openbsd.h:  New, OpenBSD host.
18164
18165 Mon Sep 27 10:28:48 1999  Andreas Schwab  <schwab@suse.de>
18166
18167         * config/m68k/m68k.c (output_function_prologue,
18168         output_function_epilogue): Use
18169         current_function_uses_pic_offset_table instead of regs_ever_live
18170         to decide whether to save/restore pic register.
18171         (legitimize_pic_address): Don't modify regs_ever_live any more.
18172
18173 Sun Sep 26 10:55:36 1999  Mark Mitchell  <mark@codesourcery.com>
18174
18175         * function.h (struct function): Add x_dont_save_pending_sizes_p.
18176         * stor-layout.c (variable_size): Don't add sizes to the pending
18177         sizes list if x_dont_save_pending_sizes_p is set.
18178
18179 Sun Sep 26 16:36:52 1999  Robert Lipe  (robertlipe@usa.net)
18180
18181         * config/i386/dgux.h (SELECT_RTX_SECTION): Provide dummy argument
18182         for symbolic_operand().
18183         * config/i386/sco5.h (SELECT_RTX_SECTION): Likewise.
18184
18185 Sun Sep 26 07:37:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18186
18187         * combine.c (gen_rtx_combine): Add missing call to va_end().
18188
18189         * final.c (asm_fprintf): Likewise.
18190
18191         * genattrtab.c (attr_rtx): Likewise.
18192
18193 Sat Sep 25 13:11:07 1999  Jeffrey A Law  (law@cygnus.com)
18194
18195         * cse.c: Update comments.
18196         (cse_insn): When converting a conditional/computed jump into
18197         an unconditional jump, always make sure a BARRIER immediately
18198         follows the converted jump.  Do not delete unreachable code.
18199         (cse_basic_block): Do not delete unreachable code.
18200         * toplev.c (rest_of_compilation): Move call to
18201         delete_trivially_dead_insns after the conditional call to
18202         jump_optimize.
18203
18204 Sat Sep 25 09:03:17 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18205
18206         * collect2.c (make_temp_file): Don't prototype.
18207
18208         * gcc.c (make_temp_file): Likewise.
18209
18210         * mips.c (mips_make_temp_file): Renamed from `make_temp_file'.
18211
18212 Sat Sep 25 13:42:15 1999  Nick Clifton  <nickc@cygnus.com>
18213
18214         * varasm.c (asm_emit_uninitialised): New function: Generate
18215         the assembler statements necessary to declare an uninitialised
18216         variable.
18217         (ASM_EMIT_LOCAL): New macro: Emit a local, uninitialised
18218         variable.
18219         (ASM_EMIT_BSS): New macro: Emit an entry in the bss section.
18220         (ASM_EMIT_COMMON): New macro: Emit an entry in the common
18221         section.
18222         (assemble_variable): Use asm_emit_uninitialised to emit an
18223         uninitialised variable.
18224
18225 Fri Sep 24 17:10:56 1999  Nick Clifton  <nickc@cygnus.com>
18226
18227         * combine.c (simplify_comparison): Cope with downshifting a 32 bit
18228         constant on a 64 bit host.  Patch supplied by Geoffrey Keating
18229         <geoffk@cygnus.com>.
18230
18231 Fri Sep 24 10:48:10 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18232
18233         * builtins.c (expand_builtin): Use MD_EXPAND_BUILTIN if defined.
18234         * c-common.h (builtin_function): Don't declare.
18235
18236         * c-decl.c (duplicate_decls): Use DECL_BUILT_IN_CLASS rather than
18237         DECL_BUILT_IN.
18238         (pushdecl): Likewise.
18239         (finish_decl): Likewise.
18240         (builtin_function): New arg CLASS.  Arg FUNCTION_CODE now of type
18241         int.  All callers changed.
18242         Set the builtin's DECL_BUILT_IN_CLASS.
18243         * tree.h (enum built_in_class): New.
18244         (enum built_in_function): Delete NOT_BUILT_IN.
18245         (DECL_FUNCTION_CODE): The corresponding field in tree_decl is now
18246         in a union.
18247         (DECL_SET_FUNCTION_CODE): Likewise.
18248         (DECL_BUILT_IN_CLASS): New macro.
18249         (DECL_BUILT_IN): Use DECL_BUILT_IN_CLASS.
18250         (struct tree_decl): Split builtin function code field into a
18251         struct.
18252         (builtin_function): Declare.
18253
18254 Fri Sep 24 01:45:05 1999  Mark Mitchell  <mark@codesourcery.com>
18255
18256         * optabs.c (init_traps): Fix typo in last change.
18257
18258 Fri Sep 24 01:10:11 1999  Mark Mitchell  <mark@codesourcery.com>
18259
18260         * toplev.c (rest_of_decl_compilation): Update comment.
18261
18262 Fri Sep 24 11:57:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
18263
18264         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Put the symbol
18265         in .sbss if appropriate.
18266         (EXTRA_SECTION_FUNCTIONS): Add sbss.
18267         (SBSS_SECTION_ASM_OP): New macro.
18268         * config/mips/linux.h (EXTRA_SECTION_FUNCTIONS): Add sbss.
18269         (EXTRA_SECTIONS): Add in_sbss.
18270         * config/mips/mips.h: Prototype sbss_section.
18271
18272 Thu Sep 23 18:18:55 1999  Mark Mitchell  <mark@codesourcery.com>
18273
18274         * stmt.c (expand_start_bindings): Don't allow cleanup instructions
18275         to disappear.
18276
18277 Thu Sep 23 18:07:01 1999  Mark Mitchell  <mark@codesourcery.com>
18278
18279         * optabs.c (init_traps): Register trap_rtx as a GC root.
18280
18281 Thu Sep 23 17:41:47 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18282
18283         * config/mips/mips.c (function_arg_pass_by_reference): Define
18284         unconditionally, since it's called unconditionally.
18285
18286 Thu Sep 23 13:40:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
18287
18288         * toplev.c (documented_lang_options): Add -fshort-wchar.
18289         * c-decl.c (c_decode_option): Likewise.
18290         (init_decl_processing): If -fshort-wchar, use 'short unsigned int'
18291         for wchar_t.
18292         * c-common.c, c-lex.c: Get WCHAR_TYPE_SIZE from wchar_type_node.
18293         * gcc.c (default_compilers): If -fshort-wchar,
18294         override __WCHAR_TYPE__.
18295         * tm.texi (C Dialect Options): Add -fshort-wchar.
18296
18297         * dwarf2out.c (output_aranges): Use DW_AT_location to find the
18298         symbol for a variable.
18299
18300         * cpplib.h (CPP_PREPROCESSED): New macro.
18301         * cpplib.c (handle_directive): Don't complain about `# NUMBER' if
18302         we're seeing this input for a second time.
18303
18304 Thu Sep 23 12:54:49 1999  Alex Samuel  <samuel@codesourcery.com>
18305
18306         * emit-rtl.c (init_emit_once): Initialize modes first.
18307
18308 Sun Sep 19 01:23:23 1999  Alex Samuel  <samuel@codesourcery.com>
18309
18310         * config/i386/i386.c (pic_label_name): Change to char pointer.
18311         (global_offset_table): New variable.
18312         (load_pic_register): Fill global_offset_table if it hasn't
18313         already been done.  Allocate pic_label_name dynamically.
18314         * ggc.h (empty_string): New variable.
18315         * ggc-simple.c (empty_string): Likewise.
18316         (init_ggc): Allocate empty_string and add as root.
18317         * stmt.c (digit_strings): New variable.
18318         (init_stmt): Add last_block_end_note as root.  Allocate and
18319         initialize digit_strings.
18320         (expand_asm_operands): Use empty_string instead of string
18321         constant.  Use digit_strings instead of string constants.
18322         * profile.c (init_arc_profiler): Allocate string with
18323         ggc_alloc_string instead of xmalloc.
18324         (output_func_start_profiler): Likewise.
18325         * c-typeck.c (digest_init): Check if init is error_mark_node.
18326
18327 Thu Sep 23 12:59:14 1999  Alex Samuel  <samuel@codesourcery.com>
18328                           Richard Henderson  <rth@cygnus.com>
18329
18330         * ggc-page.c: New file.
18331         * Makefile.in (ggc-page.o): New.
18332
18333 Thu Sep 23 13:55:21 1999  Jeffrey A Law  (law@cygnus.com)
18334
18335         * invoke.texi: Document -fdelete-null-pointer-checks
18336         * toplev.c (flag_delete_null_pointer_checks): New.
18337         (f_options): Add entry for -fdelete-null-pointer-checks.
18338         (rest_of_compilation): Conditionalize null pointer check
18339         elimination on flag_delete_null_pointer_checks.
18340         (main): If -O2 or greater, enable -fdelete-null-pointer-checks
18341
18342 1999-09-23 10:56 -0700  Zack Weinberg  <zack@bitmover.com>
18343
18344         * iso646.h, stdarg.h, stdbool.h, stddef.h, varargs.h: Add
18345         copyright notice and special exception to GPL.
18346
18347 Thu Sep 23 13:40:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18348
18349         * abi64.h (mips_function_value): Add prototype arguments.
18350
18351         * mips-protos.h: New file with mips prototypes.
18352
18353         * mips.c: Include "tm_p.h".
18354         (mktemp, lookup_name): Add prototype arguments.
18355         (extern_list, string_constant, mips_fill_delay_slot,
18356         mips_output_external, mips_output_external_libcall,
18357         mips_output_filename, mips_declare_object, function_prologue,
18358         mips_expand_prologue, function_epilogue, mips16_constant,
18359         build_mips16_function_stub, mips_output_conditional_branch):
18360         Constify a char*.
18361         (mips_va_start): Remove unused variable `u'.
18362         (mips_va_arg): Cast value to unsigned when comparing against one.
18363         (trace): Delete.
18364         (save_restore_insns, mips_expand_prologue): Add missing arg in
18365         call to `large_int'.
18366
18367         * mips.h: Move prototypes to mips-protos.h.
18368         (data_section, memory_address_p, rdata_section,
18369         readonly_data_section, simple_epilogue_p, text_section): Delete
18370         prototypes delcared elsewhere.
18371         (mips_epilogue_delay_slots, print_options): Delete unused decls.
18372         (trace): Delete.
18373         (GO_PRINTF, GO_PRINTF2): Call fprintf, not trace.
18374
18375         * mips.md: Delete extra args in call to `mips_move_2words'.
18376
18377         * xm-iris6.h (alloca): Add prototype argument.
18378
18379         * genpeep.c: Include "tm_p.h" in generated output file.
18380
18381 Thu Sep 23 10:36:55 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18382
18383         * basic-block.h (find_edge_index): Change parameters.
18384         * flow.c (verify_edge_list): Pass basic_block parameters to
18385         find_edge_index instead of integers.
18386
18387 Thu Sep 23 15:54:12 1999  Nick Clifton  <nickc@cygnus.com>
18388
18389         * combine.c (simplify_comparison): Use an unsigned shift to adjust
18390         the constant.
18391
18392 Thu Sep 23 08:46:21 1999  Guy Harris  <guy@netapp.com>
18393
18394         * gcc.1: Fix a formatting error.
18395
18396 Wed Sep 22 16:10:21 1999  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
18397
18398         * install.texi (Configurations): Remove pyramid. Add fr30, i686,
18399         i786, mn10200, mn10300, pdp11, v850.
18400
18401 Thu Sep 23 07:37:13 1999  Dan Nicolaescu  <dann@ics.uci.edu>
18402
18403         * libgcc2.c (num_digits): Add prototype with
18404         __attribute__((const)).
18405         (__terminate): Add prototype.
18406
18407 Thu Sep 23 05:32:06 1999  Richard Henderson  <rth@cygnus.com>
18408
18409         * builtins.c, dbxout.c, varasm.c: Include tm_p.h.
18410
18411         * alpha/alpha.c (print_operand): Fix type of `code'.
18412         (alpha_output_filename): Constify.
18413         * alpha/alpha.h: Move all function declarations ...
18414         * alpha/alpha-protos.h: ... here.  New file.
18415         * alpha/elf.h (CONST_SECTION_FUNCTION): Prototype the function.
18416         (SECTION_FUNCTION_TEMPLATE): Likewise.
18417
18418 Thu Sep 23 11:15:36 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18419
18420         * expmed.c (do_cmp_and_jump): Pass ccp_jump to can_compare_p.
18421         * expr.c (expand_expr): Likewise.
18422         (do_jump): Likewise.
18423         (do_store_flag): Pass ccp_store_flag to can_compare_p.
18424         * expr.h (enum optab_index): Add cbranch, cmov, cstore optabs and
18425         accessor macros.
18426         (enum can_compare_purpose): New.
18427         (can_compare_p): Adjust prototype.
18428         (prepare_cmp_insn, prepare_operand): Declare.
18429         * genopinit.c (optabs): Add cbranch_optab, cmov_optab, cstore_optab.
18430         * optabs.c (cmp_available_p): Deleted.
18431         (expand_abs): Pass ccp_jump to can_compare_p.
18432         (can_compare_p): New arg PURPOSE.  Check for combined optabs.
18433         (prepare_cmp_insn): No longer static.  Add arg PURPOSE.
18434         Call can_compare_p rather than cmp_available_p.
18435         (prepare_operand): No longer static.
18436         (emit_cmp_and_jump_insn): Check for and use cbranch patterns.
18437         (emit_cmp_and_jump_insns): Pass ccp_jump to prepare_cmp_insn.
18438         (expand_float): Fix a slightly broken emit_cmp_insn/emit_jump_insn
18439         sequence to use emit_cmp_and_jump_insns.
18440         (init_optabs): Initialize cbranch_optab, cmov_optab, cstore_optab.
18441
18442 Wed Sep 22 17:58:01 1999  Stan Cox  <scox@cygnus.com>
18443
18444         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Don't accept large
18445         register offsets; let LEGITIMIZE_ADDRESS load it into a register.
18446         (LEGITIMIZE_ADDRESS): Use plus_constant to avoid
18447         (plus (reg) (const_int 0))
18448         * mips.md (call_internal3c): New pattern for -mips16 -mlong-calls.
18449
18450 Wed Sep 22 17:55:31 1999  David Edelsohn  <edelsohn@gnu.org>
18451
18452         * rs6000.c (expand_block_move): DImode loads and stores require
18453         word-aligned displacements.  Increment address registers with
18454         adddi3 on 64-bit platform.  Use TARGET_POWERPC64 not TARGET_64BIT.
18455
18456 Wed Sep 22 17:35:55 1999  Michael Meissner  <meissner@cygnus.com>
18457
18458         * dwarf2out.c (base_type_die): Use the name __unknown__ if there
18459         is no name for the base type, rather than segfault.  If we are
18460         writing out a complex integer type, use DW_ATE_lo_user.
18461
18462         * expr.c (emit_move_insn_1): If we are copying a complex that fits
18463         in one word or less (complex char, complex short, or on 64 bit
18464         systems complex float) to/from a hard register, copy it through
18465         memory instead of dying in gen_{real,imag}part.  If we have a
18466         short complex type, prevent inlining since it allocates stack
18467         memory.
18468
18469         * tree.c (build_complex_type): If we are writing dwarf2 output,
18470         generate a name for complex integer types.
18471
18472 Wed Sep 22 11:34:08 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18473
18474         * basic-block.h (add_noreturn_fake_exit_edges): Use correct name.
18475         * flow.c (remove_edge): Remove extra whitespace.
18476         (remove_fake_edges): Fix comment.
18477         (add_noreturn_fake_exit_edges): Use the correct name.
18478
18479 Wed Sep 22 16:12:40 BST 1999  Nathan Sidwell  <nathan@acm.org>
18480
18481         * Makefile.in (INTL_MOSTLYCLEAN, INTL_CLEAN): New variables.
18482         (mostlyclean): Depend on INTL_MOSTLYCLEAN.
18483         (clean): Depend on INTL_CLEAN.
18484         (maintainer-clean): Adjust.
18485
18486 Wed Sep 22 10:18:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18487
18488         * configure.in (AC_PREREQ): Bump to 2.13.
18489         (AC_C_STRINGIZE): Call this instead of using a custom macro.
18490
18491         * gansidecl.h (HAVE_STRINGIZE): Define, if stage2 gcc && __STDC__.
18492
18493         * system.h (HAVE_STRINGIZE): Test this instead of HAVE_CPP_STRINGIFY.
18494
18495         * acconfig.h (HAVE_CPP_STRINGIFY): Delete.
18496
18497         * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Delete.
18498         (HAVE_STRINGIZE): Define.
18499
18500 Wed Sep 22 06:25:15 1999  Jim Kingdon  <http://developer.redhat.com>
18501
18502         * c-parse.in: save and restore warn_pointer_arith on __extension__
18503         along with pedantic.
18504         (SAVE_WARN_FLAGS, RESTORE_WARN_FLAGS): Added.
18505         Set the type of extension to itype rather than $<itype>1 kludge.
18506         * extend.texi (Alternate Keywords): Adjust documentation.
18507         * c-parse.c, c-parse.y, objc-parse.c, objc-parse.y: Rebuilt.
18508
18509 Wed Sep 22 06:06:57 1999  Jeffrey A Law  (law@cygnus.com)
18510
18511         * pa.c, pa.h, pa.md: Support multiple assembler dialects in
18512         most assembler templates.
18513
18514         * pa.c (hppa_legitimize_address): Handle full offsets for PA2.0
18515         FP loads and stores.
18516         (following_call): Always return zero for the PA8000.
18517         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Handle full offsets for PA2.0
18518         FP loads and stores.
18519         (LEGITIMIZE_RELOAD_ADDRESS): Similarly.
18520
18521         * pa.h (BRANCH_COST): Define.
18522
18523         * pa.md (return, return_internal): Use bve for PA2.0.
18524
18525         * pa.md (fused multiply): Add variants which reduce height for the
18526         fused multiply, but which still generate 2 insns.
18527         (fnegabs): Similarly.
18528
18529         * pa.md (subsi3): Turn into an expander.  Create two anonymous
18530         patterns.  One for PA2.0 one for PA1.x.  Use mtsarcm for PA2.0.
18531         * pa.h (EXTRA_CONSTRAINT): Handle 'S'.
18532
18533         * pa.md (floatunssisf2, floatunssidf2): Generate different RTL
18534         for TARGET_PA_20.
18535         (floatunssidf2_pa20, floatunssisf2_pa20): New patterns for PA2.0
18536         code generation.
18537         (floatunsdisf2, floatunsdidf2, fixuns_truncsfsi2): Likewise.
18538         (fixuns_truncdfsi2, fixuns_truncsfdi2, fixuns_truncdfsi2): Likewise.
18539
18540         * regclass.c (init_regs): Add "top_of_stack" as a garbage
18541         collection root.
18542
18543         * flow.c (record_active_eh_regions): Terminate loop after finding
18544         the last insn in the last basic block.
18545
18546 Wed Sep 22 20:25:00 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18547
18548         * config/c4x/c4x.md: Delete parallel instruction peepholes.
18549
18550 Wed Sep 22 19:59:19 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18551
18552         * config/c4x/c4x.c (c4x_add_gc_roots): Add tree roots.
18553
18554 Wed Sep 22 19:56:25 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18555
18556         * config/c4x/c4x.c (c4x_process_after_reload): Rework machdep insn
18557         splitting to not use output template.
18558
18559 Wed Sep 22 19:50:12 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18560
18561         * config/c4x/c4x.h (EXPAND_BUILTIN_VA_START): Call c4x_va_start.
18562         * config/c4x/c4x.c (c4x_va_start): New function.
18563
18564 Tue Sep 21 18:40:01 1999  Jan Hubicka  <hubicka@freesoft.cz>
18565
18566         * genrecog.c (not_both_true): Handle correctly cases when called for
18567         tests with different positions in the insn.
18568
18569 Tue Sep 21 18:29:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18570
18571         * machmode.h (HOST_PTR_PRINTF): Move from here ...
18572
18573         * system.h (HOST_PTR_PRINTF): ... to here.
18574
18575         * mips-tfile.c: Don't include machmode.h.
18576
18577         * Makefile.in (MACHMODE_H): New variable.  Update to use it.
18578         (mips-tfile.o): Don't depend on machmode.h.
18579
18580 Tue Sep 21 18:27:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18581
18582         * haifa-sched.c (sched_analyze): Rename local variable `region' to
18583         avoid conflicts with typedef struct `region' at the top level scope.
18584
18585 Tue Sep 21 14:14:50 1999  Richard Henderson  <rth@cygnus.com>
18586
18587         * basic-block.h (basic_block): Add eh_beg, eh_end.
18588         * flow.c (entry_exit_blocks): Update.
18589         (find_basic_blocks): Don't allocate bb_eh_end, or pass it around.
18590         Call new functions.
18591         (find_basic_blocks_1): Don't record eh_list at each bb.  Use
18592         lists.c functions to allocate insn lists.
18593         (make_edges): Use eh_beg+eh_end, not the lists.  Split out EH
18594         edge creation ...
18595         (make_eh_edge): ... here.  New.
18596         (move_stray_eh_region_notes): New.
18597         (record_active_eh_regions): New.
18598         (delete_unreachable_blocks): Split out block merging ...
18599         (try_merge_blocks): ... here.  New.
18600         (merge_blocks_move_predecessor_nojumps): Remove edge arg.
18601         Dump debugging data.
18602         (merge_blocks_move_successor_nojumps): Likewise.
18603         (merge_blocks): Use eh_beg+eh_end to validate block movement.
18604
18605 Tue Sep 21 11:15:03 1999  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
18606
18607         * extend.texi (Bound member functions): Document unbound pmf
18608         conversion.
18609
18610 Tue Sep 21 14:55:11 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18611
18612         * flow.c (split_edge): Handle insertion on a fallthrough edge which
18613         has the EXIT_BLOCK as a dest.
18614
18615 Tue Sep 21 14:51:23 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18616
18617         * flow.c (remove_edge): New function to remove an edge from the
18618         flow graph.
18619         (remove_fake_successors): New function to remove fake successor edges.
18620         (remove_fake_edges): New function to remove all fake edges from the
18621         flow graph.
18622         (add_fake_exit_edges): New function to add fake edges from all blocks
18623         with no successors to the exit block.
18624         * basic-block.h (remove_fake_edges, add_fake_exit_edges): Add
18625         prototypes for new functions.
18626
18627 Tue Sep 21 14:49:53 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18628
18629         * config/mips/elf64.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR):
18630         Use Pmode to determine whether to output .dword or .word.
18631
18632 Tue Sep 21 11:04:34 1999  Alex Samuel  <samuel@codesourcery.com>
18633
18634         * tree.c (built_in_filename): New variable.
18635         (BUILT_IN_FILENAME): New macro.
18636         (init_tree_codes): Allocate built_in_filename.
18637         (make_node): Use built_in_filename instead of string constant.
18638
18639 Tue Sep 21 14:13:27 1999  Nick Clifton  <nickc@cygnus.com>
18640
18641         * configure.in: Add fr30 target.
18642         * configure: Regenerate.
18643         * config/fr30: New directory.
18644         * config/fr30/crti.asm: New file.
18645         * config/fr30/fr30.c: New file.
18646         * config/fr30/crtn.asm: New file.
18647         * config/fr30/fr30.h: New file.
18648         * config/fr30/fr30.md: New file.
18649         * config/fr30/lib1funcs.asm: New file.
18650         * config/fr30/t-fr30: New file.
18651         * config/fr30/xm-fr30.h: New file.
18652
18653 Tue Sep 21 06:45:31 1999  Jeffrey A Law  (law@cygnus.com)
18654
18655         * flow.c (merge_blocks_move_successor_nojumps): Delete the
18656         BARRIER at the end of the successor, not the BARRIER before
18657         the successor.
18658
18659         * pa.c (pa_add_gc_roots): Fix thinko in last change.
18660
18661 Tue Sep 21 05:29:17 1999  Richard Earnshaw (rearnsha@arm.com)
18662
18663         * stmt.c (any_pending_cleanups): Don't crash when
18664         current_function->stmt is unset.
18665
18666 Tue Sep 21 00:59:49 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18667
18668         * emit-rtl.c (init_emit_once): Initialize const_int_rtx before
18669         other initializations that may use it for relative offsets.
18670
18671 Mon Sep 20 21:43:25 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18672
18673         * config/i386/sol2.h (PREFERRED_DEBUGGING_TYPE): Use stabs.
18674         (ASM_SPEC): Moved from sol2dbg.h.  Added work-around for gas.
18675         * config/i386/sol2dbg.h: Removed.
18676         * config/i386/sol2gas.h: New file, to enable gas work-around.
18677         * configure.in: Use i386/sol2gas.h on Solaris/x86 --with-gas.
18678         Don't use sol2dbg.h.
18679         * configure: Rebuilt.
18680
18681 Mon Sep 20 13:29:41 1999  Mark Mitchell  <mark@codesourcery.com>
18682
18683         * invoke.texi (-fthis-is-variable): Remove documentation.
18684
18685 Mon Sep 20 12:59:16 1999  Richard Henderson  <rth@cygnus.com>
18686
18687         * basic-block.h (compute_bb_for_insn): Declare.
18688         * flow.c (compute_bb_for_insn): Export.  Don't accept the varray
18689         to use; set size of basic_block_for_insn directly.
18690         (find_basic_blocks): Update.
18691
18692 Mon Sep 20 15:11:54 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18693
18694         * flow.c (verify_flow_info): Fix typo, "abort;" -> "abort ();".
18695
18696 Mon Sep 20 14:56:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18697
18698         * crtstuff.c (ON_EXIT): Delete empty macro definition.
18699         (__do_global_ctors_aux): Call atexit(), not ON_EXIT().
18700
18701 Mon Sep 20 15:25:35 1999  Nick Clifton  <nickc@cygnus.com>
18702
18703         * c-decl.c (c_decode_option): Extend comment.
18704
18705 Mon Sep 20 14:43:37 1999  Nick Clifton  <nickc@cygnus.com>
18706
18707         * toplev.c (progname): Make 'const char *'
18708         (flag_print_mem): Move out of main.
18709         (version_flag): Move out of main.
18710         (filename): Move out of main.
18711         (debug_args): Remove g prefix from options.
18712         (documented_lang_options): Remove cpplib specific options.
18713         (display_help): Add g prefix to debug options.
18714         (check_lang_option): Delete this function.
18715         (decode_d_option): New function: Decode -d... option.
18716         (decode_f_option): New function: Decode -f... option.
18717         (decode_W_option): New function: Decode -W... option.
18718         (decode_g_option): New function: Decode -g... option.
18719         (independent_decode_option): New function: Decode a language
18720         independent command line option.
18721         (main): Invoke lang_decode_option and then
18722         independent_decode_option on each command line option in
18723         turn.
18724
18725 Mon Sep 20 05:41:36 1999  Jeffrey A Law  (law@cygnus.com)
18726
18727         Revert this change.  Gavin's patch to operand_equal_p is a better fix.
18728          * fold-const.c (fold_range_test): Do not try to fold the range
18729          test if the rhs or lhs has side effects.
18730
18731         * basic-block.h (compute_flow_dominators): Declare.
18732
18733         * gcse.c (alloc_code_hoist_mem): New function.
18734         (free_code_hoist_mem, compute_code_hoist_vbeinout): Likewise.
18735         (compute_code_hoist_data, hoist_expr_reaches_here_p): Likewise.
18736         (hoist_code, one_code_hoisting_pass): Likewise.
18737         (gcse_main): If optimizing for size, then hoist expressions
18738         computed in multiple dominated basic blocks.
18739
18740         * gcse.c (invalid_nonnull_info): New function.
18741         (delete_null_pointer_checks): Likewise.
18742         * rtl.h (delete_null_pointer_checks): Declare.
18743         * toplev.c (rest_of_compilation): Call delete_null_pointer_checks.
18744
18745         * flow.c (merge_blocks_move_predecessor_nojumps): New function.
18746         (merge-blocks_move_successor_nojumps): Likewise.
18747         (merge_blocks): Allow merging of some blocks, even if it requires
18748         physical movement of the blocks, but not if it requires new jumps.
18749
18750         * bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.
18751         Callers and prototype changed.
18752         * bitmap.h: Fix debug_bitmap and debug_bitmap_file prototypes.
18753
18754 Mon Sep 20 06:56:32 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18755
18756         * config/sparc/sol2.h (LINK_SPEC): Avoid the duplication of
18757         -YP when both -p and -pg are present.  From i386/sol2.h.
18758
18759 Mon Sep 20 10:49:05 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18760
18761         * Makefile.in (distclean): Delete tm_p.h.
18762         * configure.in: Create a new file, "tm_p.h", from a list in
18763         "tm_p_file". For ix86 systems, set up "tm_p_file" to include
18764         "i386/i386-protos.h".
18765
18766         * alias.c: Include "tm_p.h".
18767         * c-typeck.c: Likewise.
18768         * calls.c: Likewise.
18769         * cse.c: Likewise.
18770         * emit-rtl.c: Likewise.
18771         * explow.c: Likewise.
18772         * expmed.c: Likewise.
18773         * expr.c: Likewise.
18774         * final.c: Likewise.
18775         * flow.c: Likewise.
18776         * fold-const.c: Likewise.
18777         * function.c: Likewise.
18778         * gcse.c: Likewise.
18779         * global.c: Likewise.
18780         * haifa-sched.c: Likewise.
18781         * integrate.c: Likewise.
18782         * jump.c: Likewise.
18783         * local-alloc.c: Likewise.
18784         * loop.c: Likewise.
18785         * optabs.c: Likewise.
18786         * recog.c: Likewise.
18787         * reg-stack.c: Likewise.
18788         * regclass.c: Likewise.
18789         * regmove.c: Likewise.
18790         * reload.c: Likewise.
18791         * reload1.c: Likewise.
18792         * reorg.c: Likewise.
18793         * resource.c: Likewise.
18794         * stmt.c: Likewise.
18795         * stor-layout.c: Likewise.
18796         * toplev.c: Likewise.
18797         * tree.c: Likewise.
18798         * unroll.c: Likewise.
18799         * genattrtab.c (main): Make generated file include "tm_p.h".
18800         * genemit.c (main): Likewise.
18801         * genoutput.c (main): Likewise.
18802         * genrecog.c (main): Likewise.
18803
18804         * i386.h: Delete all prototypes.
18805         * i386.c: Include "tm_p.h".
18806         (ix86_attr_length_default): Call constant_call_address_operand
18807         with correct number of arguments.
18808         * i386-protos.h: New file.
18809         * i386.md (unnamed patterns): Call constant_call_address_operand
18810         with correct number of arguments.
18811         (exception_receiver): Call load_pic_register with correct number
18812         of arguments.
18813
18814 Sun Sep 19 14:18:39 1999  Richard Henderson  <rth@cygnus.com>
18815
18816         * c-pragma.c (mark_align_stack): Dereference the void* properly.
18817
18818 Sun Sep 19 09:03:40 1999  Mark Mitchell  <mark@codesourcery.com>
18819
18820         * rtl.h (insns_safe_to_move_p): New function.
18821         * loop.c (find_and_verify_loops): Use it.
18822         * rtlanal.c (insns_safe_to_move_p): Define it.
18823
18824 Sun Sep 19 02:54:33 1999  Richard Henderson  <rth@cygnus.com>
18825
18826         * c-pragma.c: Include ggc.h.
18827         * Makefile.in (c-pragma.o): Update.
18828
18829 Sat Sep 18 16:01:18 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18830
18831         * config/i386/sol2.h (CPP_SPEC): Support -[p]threads
18832         (LIB_SPEC): Likewise.
18833         (LINK_SPEC): Do not assert -z text with -shared -mimpure-text.
18834         Reindent -YP/-p/-pg.
18835         Copied from config/sparc/sol2.h.
18836
18837 Sat Sep 18 11:52:43 1999  Richard Henderson  <rth@cygnus.com>
18838
18839         * c-pragma.c (mark_align_stack): New.
18840         (init_pragma): New.
18841         * c-pragma.h (init_pragma): Declare it.
18842         * c-lex.c (init_parse): Call it.
18843
18844 Sat Sep 18 15:20:38 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18845
18846         * configure.in: Pick up thread library on Solaris/x86 just
18847         like on Solaris/sparc.
18848         * configure: Rebuilt.
18849
18850 Sat Sep 18 11:15:58 1999  Alex Samuel  <samuel@codesourcery.com>
18851
18852         * rtl.h (global_rtx_index): New enum.
18853         (global_rtl): Change to array of rtx.
18854         (pc_rtx, cc0_rtx): Redefine accordingly.
18855         (cc0_rtx, stack_pointer_rtx, frame_pointer_rtx): Likewise.
18856         (hard_frame_pointer_rtx, arg_pointer_rtx): Likewise.
18857         (virtual_incoming_args_rtx, virtual_stack_vars_rtx): Likewise.
18858         (virtual_outgoing_args_rtx, virtual_cfa): Likewise.
18859         (const_int_rtx): Change to array of rtx.
18860         (const0_rtx, const1_rtx, const2_rtx, constm1_rtx): Redefine
18861         accordingly.
18862         * emit-rtl.c (global_rtl): Change to array of rtx.
18863         (const_int_rtx): Change to aray of rtx.
18864         (gen_rtx_CONST_INT): Redefine accordingly.
18865         (init_emit_once): Allocate and initialize global_rtl.  Likewise
18866         for const_int_rtx.  Add both as GC roots.
18867         * genattrtab.c (global_rtl): Update declaration.
18868
18869 1999-09-17  Ulrich Drepper  <drepper@cygnus.com>
18870
18871         * Makefile (USER_H): Add iso646.h back.
18872
18873 Sat Sep 18 01:07:21 1999  Jeffrey A Law  (law@cygnus.com)
18874
18875         * haifa-sched.c (sched_analyze): Use free_INSN_LIST_list instead of
18876         zapping the LOG_LINKS of sched_before_next_call.
18877
18878         * pa.h (INSN_SETS_ARE_DELAYED): Delete.
18879         * pa.c (insn_refs_are_delayed): Renamed from
18880         insn_sets_and_refs_are_delayed.
18881
18882 Fri Sep 17 15:19:01 1999  Mark Mitchell  <mark@codesourcery.com>
18883
18884         * functiion.h (struct function): Add x_whole_function_mode_p.
18885         (retrofit_block): Declare.
18886         * function.c (retrofit_block): New function.
18887         (identify_blocks): Add assertions.  Allow an incomplete set of
18888         block notes if we're still generating code for the function.
18889         * integrate.c: Include loop.h.
18890         (expand_inline_function): Call find_loop_tree_blocks to map block
18891         notes to blocks when in whole-function mode.  Use retrofit_block
18892         to insert new BLOCKs for the inlined function, rather than
18893         insert_block.
18894         * stmt.c (expand_fixup): Likewise.  Don't use pushlevel/polevel.
18895         * Makefile.in (integrate.o): Depend on loop.h.
18896
18897 Fri Sep 17 15:11:20 1999  Mark Mitchell  <mark@codesourcery.com>
18898
18899         * tree.h (warn_about_unused_variables): Declare.
18900         * stmt.c (warn_about_unused_variables): New function, split out
18901         from ...
18902         (expand_end_bindings): Here.
18903
18904 Fri Sep 17 15:07:37 1999  Mark Mitchell  <mark@codesourcery.com>
18905
18906         * stmt.c (preserve_subexpressions_p): Don't crash when
18907         current_function->stmt is unset.
18908
18909 Fri Sep 17 15:03:16 1999  Mark Mitchell  <mark@codesourcery.com>
18910
18911         * stmt.c (expand_start_bindings): Allow callers to pass a flag
18912         indicating that no NOTE_INSN_BLOCK_BEG note is required.
18913         (expand_start_target_temps): Use it.
18914         * except.c (expand_eh_region_start_for_decl): Likewise.
18915         * expr.c (expand_expr): Likewise.
18916
18917 Fri Sep 17 15:05:27 1999  Gavin Romig-Koch  <gavin@cygnus.com>
18918
18919         * fold-const.c (operand_equal_p): Pay attention to side effects.
18920
18921 Fri Sep 17 11:14:17 1999  Jason Merrill  <jason@yorick.cygnus.com>
18922
18923         * libgcc2.c (L_exit): Check for ON_EXIT, not HAVE_ON_EXIT.
18924         * sparc/sunos4.h (HAVE_ON_EXIT): Remove.
18925
18926         * tlink.c (scan_linker_output): Look for keywords before accepting
18927         a mangled name in quotes.
18928
18929 Thu Sep 16 16:47:08 1999  Richard Henderson  <rth@cygnus.com>
18930
18931         * alpha/alpha-interix.h (DWARF2_UNWIND_INFO): Define to zero.
18932         * alpha/osf2or3.h (DWARF2_UNWIND_INFO): Likewise.
18933
18934 Thu Sep 16 16:35:41 1999  Richard Henderson  <rth@cygnus.com>
18935
18936         * alpha.md: Revert Thu Nov 26 change that came in through the
18937         last gcc2 merge: reinstate (plus (plus ...)) reload patterns.
18938         Avoid earlyclobber when possible.
18939
18940 Thu Sep 16 18:44:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18941
18942         * libgcc2.c (__do_global_ctors): Call atexit with one arg.
18943
18944         * sparc/sunos4.h (on_exit): Wrap prototype parameters in PARAMS().
18945         Define HAVE_ON_EXIT.
18946
18947 Thu Sep 16 18:06:35 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18948
18949         * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros.  Use
18950         CTYPE_CONV in all ctype macros.
18951
18952         * cccp.c (initialize_char_syntax): Use uppercase ctype macro
18953         from system.h.
18954
18955         * cexp.y (initialize_random_junk): Likewise.
18956
18957         * c4x.c (c4x_interrupt_function_p, c4x_handle_pragma): Likewise.
18958
18959         * i370.c (handle_pragma): Likewise.
18960
18961         * i370.h (ASM_OUTPUT_LABELREF, ASM_OUTPUT_ASCII): Likewise.
18962
18963         * v850.c (override_options): Likewise.
18964
18965         * doprint.c (_doprnt): Likewise.
18966
18967         * fixinc/fixincl.c (main, quoted_file_exists, extract_quoted_files):
18968         Likewise.
18969
18970         * fixinc/server.c (load_data): Likewise.
18971
18972         * fold-const.c (real_hex_to_f): Likewise.
18973
18974         * genattr.c (write_upcase, gen_attr): Likewise.
18975
18976         * genattrtab.c (convert_const_symbol_ref, evaluate_eq_attr,
18977         write_upcase): Likewise.
18978
18979         * genemit.c (print_code): Likewise.
18980
18981         * genopinit.c (gen_insn): Likewise.
18982
18983         * genpeep.c (print_code): Likewise.
18984
18985         * genrecog.c (print_code): Likewise.
18986
18987         * optabs.c (init_libfuncs): Likewise.
18988
18989 Thu Sep 16 14:03:32 1999  Mark Mitchell  <mark@codesourcery.com>
18990
18991         * haifa-sched.c (sched_analyze): Keep the list of notes organized
18992         in pairs.
18993         (reemit_notes): Likewise.
18994
18995 Thu Sep 16 11:50:52 1999  Alex Samuel  <samuel@codesourcery.com>
18996
18997         * ggc.h (ggc_root): Move to ggc-common.c.
18998         (roots): Remove.
18999         (ggc_mark_rtx, ggc_mark_tree): Change to macro.
19000         (ggc_mark_rtvec, ggc_mark_tree_varray): Declare extern.
19001         (ggc_mark_tree_hash_table, ggc_mark_string, ggc_mark): Likewise.
19002         (ggc_mark_roots, ggc_mark_rtx_children, ggc_mark_tree_children): New.
19003         * ggc-common.c (ggc_root): Move from ggc.h.
19004         (roots): Declare, static.
19005         (ggc_mark_rtx, ggc_mark_tree): Renamed to...
19006         (ggc_mark_rtx_children, ggc_mark_tree_children): Don't check for
19007         null or check/set mark bit.
19008         (ggc_mark_roots): New.
19009         * ggc-simple.c (ggc_collect): Call ggc_mark_roots.
19010
19011 Thu Sep 16 11:37:32 1999  Richard Henderson  <rth@cygnus.com>
19012
19013         * m32r.c: Include toplev.h.
19014         (*): Add ATTRIBUTE_UNUSED as needed to arguments.
19015         (gen_compare): Rename swap_p to must_swap to match uses.
19016         Add default abort case.
19017         (m32r_output_function_epilogue): Remove unused variables.
19018         (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
19019         * m32r.h (PROTO, STDIO_PROTO): Rename XPROTO; unconditionally
19020         define to empty parameter list.  Update all uses.
19021         (predicate decls): Use enum machine_mode not int.
19022         * m32r.md (movsi): Call abort, not fatal_insn.
19023         (zero_branch_insn, rev_zero_branch_insn): Add default abort case.
19024
19025 1999-09-14  Andrew Haley  <aph@cygnus.com>
19026
19027         * config/mips/mips.md (movsi_usw): if operand 1 is const_int 0,
19028         use $0 instead of 0.
19029
19030 Thu Sep 16 10:53:36 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19031
19032         * reload1.c (order_regs_for_reload): Move hard_reg_n_uses
19033         computation out of loop over hard regs.
19034
19035 Wed Sep 15 21:37:06 1999  Mark Mitchell  <mark@codesourcery.com>
19036
19037         * function.c (identify_blocks): Don't shadow a variable in an
19038         outer scope.
19039         * integrate.c (integrate_decl_tree): Don't use pushlevel,
19040         pushdecl, or poplevel to build up the new BLOCK tree.
19041         (expand_inline_function): Likewise.
19042         (integrate_parm_decls): Likewise.
19043
19044 Wed Sep 15 21:20:38 1999  Mark Mitchell  <mark@codesourcery.com>
19045
19046         * c-typeck.c (qualify_type): Merge qualifiers from both types.
19047
19048 1999-09-15  Brad Lucier  <lucier@math.purdue.edu>
19049
19050         * toplev.c: Allow -f[no-]math-errno to set (clear) flag_errno_math
19051         * invoke.texi: Document this change.
19052
19053 Wed Sep 15 17:56:00 1999  Richard Henderson  <rth@cygnus.com>
19054
19055         * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.
19056         Free the struct.
19057         (mark_emit_status): Renamed from mark_emit_state.
19058         * except.c (mark_eh_status): Renamed from mark_eh_state.
19059         Check not null before marking.
19060         (free_eh_status): New.
19061         * expr.c (mark_expr_status, free_expr_status): New.
19062         * function.c (free_machine_status): New.
19063         (free_after_parsing): New.
19064         (free_after_compilation): Move bits to free_after_parsing; call
19065         free_eh_status, free_expr_status; zero the marked members of the
19066         function state.
19067         (prepare_function_start): No can_garbage_collect.
19068         Call init_eh_for_function.
19069         (expand_dummy_function_end): Free up current_function state.
19070         (mark_function_status): Renamed from mark_function_state.
19071         (mark_function_chain): No can_garbage_collect.  Call mark_expr_status.
19072         * function.h (struct function): No can_garbage_collect.
19073         (free_machine_status, free_after_parsing): Declare.
19074         (free_eh_status, free_expr_status): Declare.
19075         * ggc.h (mark_expr_status): Declare.
19076         * stmt.c (free_stmt_status): Free the struct.
19077         (mark_stmt_status): Renamed from mark_stmt_state.
19078         (init_stmt): Don't call init_eh.
19079         (init_stmt_for_function): Don't call init_eh_for_function.
19080         * toplev.c (compile_file): Call init_eh.
19081         (rest_of_compilation): Free basic block info before ggc_collect.
19082         Call free_after_parsing; conditionally call free_after_compilation.
19083         * varasm.c (mark_varasm_status): Renamed from mark_varasm_state.
19084         Check not null before marking.
19085         (free_varasm_status): Don't check DECL_DEFER_OUTPUT.  Free the struct.
19086
19087 Wed Sep 15 17:53:16 1999  Richard Henderson  <rth@cygnus.com>
19088
19089         * c-lex.c (yylex): Initialize warn.
19090
19091 Wed Sep 15 18:35:38 1999  Jeffrey A Law  (law@cygnus.com)
19092
19093         * pa.c (emit_move_sequence): Properly set the mode of the scratch
19094         register when performing secondary reloads for the SAR register.
19095
19096 Wed Sep 15 15:51:52 1999  Mark Mitchell  <mark@codesourcery.com>
19097
19098         * rtl.h (NOTE_BLOCK_NUMBER): Replace with ...
19099         (NOTE_BLOCK): New macro.
19100         (NOTE_BLOCK_LIVE_RANGE_BLOCK): Remove.
19101         * function.h (identify_blocks): Change prototype.
19102         * function.c (identify_blocks): Simplify.
19103         (reorder_blocks): Likewise.
19104         * ggc-common.c (ggc_mark_rtx): Mark the BLOCK associated with a
19105         NOTE_INSN_BLOCK_{BEG,END}.
19106         * haifa-sched.c (sched_analyze): Don't put NOTE_BLOCK_NUMBER on
19107         the list of saved notes if the note isn't a
19108         NOTE_INSN_BLOCK_{BEG,END}.
19109         (move_insn1): Use NOTE_EH_HANDLER in comment, rather than
19110         NOTE_BLOCK_NUMBER.
19111         (reemit_notes): Adjust recreation of notes to reflect new saved
19112         note structure.
19113         * print-rtl.c (print_rtx): Print the address of the BLOCK when
19114         printing a block note.
19115         * stmt.c (block_vector): Remove.
19116         (find_loop_tree_blocks): Simplify.
19117         (unroll_block_trees): Likewise.
19118         * tree.h (reorder_block): Change prototype.
19119
19120 Wed Sep 15 14:39:35 1999  Jason Merrill  <jason@yorick.cygnus.com>
19121
19122         * gbl-ctors.h: Lose HAVE_ATEXIT.  Don't define ON_EXIT.
19123         * libgcc2.c: Lose obsolete defn of WEAK_ALIAS.
19124         (__bb_init_func, __bb_init_prg): Use atexit instead of ON_EXIT.
19125         (__do_global_dtors): Likewise.  Don't mess with _exit_dummy_decl.
19126         (atexit, exit): Simplify.
19127         * tm.texi: Document NEED_ATEXIT and ON_EXIT.  Remove HAVE_ATEXIT.
19128         * config/lots: Remove defns of HAVE_ATEXIT.
19129
19130 Wed Sep 15 10:25:12 1999  Mark Mitchell  <mark@codesourcery.com>
19131
19132         * calls.c (precompute_arguments): Fix typo in comment.
19133         * expr.c (preexpand_calls): Don't preexpand the cleanup in a
19134         TARGET_EXPR.
19135
19136 Wed Sep 15 09:59:59 1999  Mark Mitchell  <mark@codesourcery.com>
19137
19138         * dsp16xx.c (override_options): Fix typos in GC root registration.
19139
19140 Wed Sep 15 15:23:28 1999  Philip Blundell  <pb@nexus.co.uk>
19141
19142         * config/arm/linux-elf.h (MAKE_DECL_ONE_ONLY): Copy definition
19143         from config/svr4.h.
19144         (UNIQUE_SECTION_P, UNIQUE_SECTION): Likewise.
19145         (FUNCTION_PROFILER): Redefine appropriately for Linux.
19146         (CC1_SPEC): Likewise.
19147
19148 Wed Sep 15 10:09:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19149
19150         * genattr.c (main): Add extern prototype.  Call return, not exit.
19151         * genattrtab.c (main): Likewise.
19152         * gencheck.c (main): Likewise.
19153         * gencodes.c (main): Likewise.
19154         * genconfig.c (main): Likewise.
19155         * genemit.c (main): Likewise.
19156         * genextract.c (main): Likewise.
19157         * genflags.c (main): Likewise.
19158         * gengenrtl.c (main): Likewise.
19159         * genopinit.c (main): Likewise.
19160         * genoutput.c (main): Likewise.
19161         * genpeep.c (main): Likewise.
19162         * genrecog.c (main): Likewise.
19163
19164         * genattr.c (get_insn_name): Mark parameter with ATTRIBUTE_UNUSED.
19165         * genattrtab.c (get_insn_name): Likewise.
19166         * gencodes.c (get_insn_name): Likewise.
19167         * genconfig.c (get_insn_name): Likewise.
19168         * genemit.c (get_insn_name): Likewise.
19169         * genextract.c (get_insn_name): Likewise.
19170         * genflags.c (get_insn_name): Likewise.
19171         * genopinit.c (get_insn_name): Likewise.
19172         * genpeep.c (get_insn_name): Likewise.
19173
19174         * gencheck.c (usage): Add static prototype.
19175         * genextract.c (print_path): Constify a char*.
19176         * genopinit.c (optabs): Likewise.
19177         * genoutput.c (operand_data, data, output_predicate_decls,
19178         compare_operands): Likewise.
19179         * genrecog.c (write_tree): Add default case in switch.
19180
19181 Wed Sep 15 09:59:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19182
19183         * rtl.h (get_insn_name, print_rtl_with_bb): Add prototypes.
19184
19185         * print-rtl.c (get_insn_name): Remove prototype.
19186
19187         * toplev.h (progname): Declare const.
19188
19189         * toplev.c (init_decl_processing, init_obstacks, init_tree_codes,
19190         init_regs, init_optabs, init_stmt, init_reg_sets, dump_flow_info,
19191         dump_sched_info, dump_local_alloc, regset_release_memory,
19192         print_rtl, print_rtl_with_bb, rest_of_decl_compilation,
19193         error_with_file_and_line, error_with_decl, error_for_asm, error,
19194         fatal, warning_with_file_and_line, warning_with_decl, warning,
19195         pedwarn, pedwarn_with_decl, pedwarn_with_file_and_line, sorry):
19196         Remove redundant prototypes.
19197
19198         (notice, check_lang_option, report_file_and_line, vnotice,
19199         mark_file_stack): Add static prototype.
19200         (set_fatal_function): Add prototype.
19201         (vnotice, report_file_and_line, set_fatal_function,
19202         check_lang_option): Constify a char*.
19203         (main): Prototype.  Call return, not exit.
19204
19205 Wed Sep 15 09:50:18 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19206
19207         * aclocal.m4 (AC_GCC_C_LONG_DOUBLE): New macro.
19208
19209         * configure.in (AC_GCC_C_LONG_DOUBLE): Call it.
19210
19211         * gansidecl.h (HAVE_LONG_DOUBLE): Define if gcc for stage2.
19212
19213         * ggc-simple.c (HAVE_LONG_DOUBLE): Test before using long double.
19214
19215 Wed Sep 15 11:04:43 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19216
19217         * function.c (assign_parms): Delete arg SECOND_TIME.  Don't test it,
19218         behave as if it's zero in all cases.
19219         (expand_function_start): Adjust call to assign_parms.
19220         * tree.h (assign_parms): Adjust prototype.
19221         * objc/objc-act.c (hack_method_prototype): Adjust call to
19222         assign_parms.
19223
19224 Tue Sep 14 21:47:06 1999  Jeffrey A Law  (law@cygnus.com)
19225
19226         * cse.c (FIXED_BASE_PLUS_P): Do not consider referneces to
19227         arg_pointer_rtx fixed if the argument pointer register is
19228         not fixed.
19229         (NONZERO_BASE_PLUS_P): Likewise.
19230
19231 Tue Sep 14 20:26:02 1999  Richard Henderson  <rth@cygnus.com>
19232
19233         * rtl.def (match_insn, match_insn2): Remove match_insn; rename
19234         match_insn2 to match_insn.
19235         * genrecog.c (add_to_sequence): Rename MATCH_INSN2.
19236
19237 Tue Sep 14 20:10:29 1999  Richard Henderson  <rth@cygnus.com>
19238
19239         * Makefile.in (USER_H): Remove va-foo.h.
19240
19241         * ginclude/{va-alpha.h,va-arc.h,va-c4x.h,va-clipper.h,va-h8300.h,
19242         va-i860.h,va-i960.h,va-m32r.h,va-m88k.h,va-mips.h,va-mn10200.h,
19243         va-mn10300.h,va-pa.h,va-ppc.h,va-pyr.h,va-sh.h,va-sparc.h,
19244         va-spur.h,va-v850.h}: Remove.
19245
19246 Tue Sep 14 19:43:16 1999  Richard Henderson  <rth@cygnus.com>
19247
19248         * sparc/sparc.md (eligible_for_return_delay): New attribute.
19249         (in_return_delay): Use it instead of match_insn.
19250
19251 Tue Sep 14 23:05:37 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
19252
19253         * config/alpha/va_list.h (va-alpha.h): Do not include.
19254         (__gnuc_va_list): Typedef as in varargs.h.
19255
19256 Tue Sep 14 18:14:03 1999  Richard Henderson  <rth@cygnus.com>
19257
19258         * ggc-common.c (ggc_mark_tree): Mark DECL_SOURCE_FILE and
19259         DECL_LIVE_RANGE_RTL.
19260
19261 Tue Sep 14 16:47:08 1999  Mark Mitchell  <mark@codesourcery.com>
19262
19263         * except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER,
19264         not NOTE_BLOCK_NUMBER.
19265         (expand_eh_region_end): Likewise.
19266         (find_exception_handler_labels): Likewise.
19267         (scan_region): Likewise.
19268         (exception_optimize): Likewise.
19269         (update_rethrow_references): Likewise.
19270         (set_insn_eh_region): Likewise.
19271         * final.c (final_scan_insn): Likewise.
19272         * flow.c (make_edges): Likewise.
19273         * integrate.c (expand_inline_function): Likewise.
19274         * print-rtl.c (print_rtx): Likewise.
19275
19276 Tue Sep 14 16:30:16 1999  Richard Henderson  <rth@cygnus.com>
19277
19278         * ginclude/stdarg.h, ginclude/varargs.h: Implement in
19279         terms of builtin functions and types.
19280
19281         * mips.c (mips_build_va_list): New.
19282         (mips_va_start, mips_va_arg): New.
19283         * mips.h (BUILD_VA_LIST_TYPE): New.
19284         (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
19285
19286         * sh.c (sh_builtin_saveregs): Use get_varargs_alias_set.
19287         (sh_build_va_list, sh_va_start, sh_va_arg): New.
19288         * sh.h (BUILD_VA_LIST_TYPE): New.
19289         (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
19290
19291 Tue Sep 14 16:20:24 1999  Richard Henderson  <rth@cygnus.com>
19292
19293         * recog.h (struct recog_data): Make dup_num, operand_address_p,
19294         n_operands, n_dups, n_alternatives `char' instead of `unsigned char'.
19295         (struct insn_data): Likewise with n_operands, n_dups,
19296         n_alternatives, output_format.
19297         * regclass.c (scan_one_insn): Cast n_operands to int before
19298         arithmetic inside comparison.
19299
19300 Tue Sep 14 15:13:36 1999  Richard Henderson  <rth@cygnus.com>
19301
19302         * toplev.c (compile_function): Unconditionally emit nop.
19303
19304 Tue Sep 14 14:41:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19305
19306         * haifa-sched.c (actual_hazard): Move declaration of variable
19307         `this_cost' into the scope where it is used.
19308
19309 Tue Sep 14 14:14:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19310
19311         * c-pragma.c (handle_pragma_token): Wrap variables `name' and
19312         `value' in HANDLE_PRAGMA_WEAK.  Wrap variable `align' in
19313         HANDLE_PRAGMA_PACK||HANDLE_PRAGMA_PACK_PUSH_POP.
19314
19315         * genrecog.c (make_insn_sequence): Call memset, not bzero.
19316
19317         * jump.c (find_insert_position): Don't declare or define unless
19318         !HAVE_conditional_arithmetic.
19319         (returnjump_p_1, delete_prior_computation): Add static prototypes.
19320
19321         * mips-tdump.c (fatal, fancy_abort, main): Add extern prototypes.
19322
19323         * recog.c (offsettable_address_p): Prototype function pointer.
19324         (preprocess_constraints): Call memset, not bzero.
19325
19326         * tree.c (tree_node_kind_names): Constify a char*.  Make static.
19327         (gcc_obstack_init): Don't declare.
19328         (fix_sizetype): Add static prototype.
19329         (gcc_obstack_init): Use prototype casts in call to _obstack_begin.
19330         (tree_cons): Call memset, not bzero.
19331
19332         * varasm.c (remove_from_pending_weak_list): Wrap declaration and
19333         definition in macro ASM_WEAKEN_LABEL.
19334         (mark_const_hash_entry): Add static prototype.
19335
19336 Tue Sep 14 12:22:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19337
19338         * c-lex.c (handle_generic_pragma): Remove unused variable `c'.
19339
19340         * unroll.c (find_common_reg_term, subtract_reg_term,
19341         loop_find_equiv_value): Add static prototypes.
19342         (unroll_loop): Wrap variable `prev' in macro HAVE_cc0.
19343         (copy_loop_body): Remove unreachable break statement.
19344
19345         * sparc.c (sparc_va_arg): Remove unused variable `tmp'.
19346
19347         * sparc.h (sparc_va_start, sparc_va_arg): Add extern prototypes.
19348
19349 Tue Sep 14 15:28:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19350
19351         Undo some changes from the gcc2 merge:
19352         * rtl.def (CONSTANT_P_RTX): Fix the comment for this rtx code.
19353         * emit-rtl.c (gen_rtx_REG): Don't test special reg rtx's for null
19354         pointers.
19355
19356         Undo this change:
19357         Sat Oct  3 07:20:28 1998  Stephen L Moshier  <moshier@world.std.com>
19358         * emit-rtl.c (gen_lowpart_common): Disable optimization of
19359         initialized float-int union if the value is a NaN.
19360
19361 Tue Sep 14 04:03:44 1999  Mumit Khan  <khan@xraylith.wisc.edu>
19362
19363         * gthr-win32.h: New file.
19364
19365         * i386/winnt.c (i386_pe_valid_decl_attribute_p): Recognize
19366         shared as a valid attribute.
19367         * i386/cygwin.h (ASM_OUTPUT_SECTION): Handle shared attribute.
19368         * extend.texi: Document `shared' variable attribute.
19369
19370 Tue Sep 14 04:01:46 1999  Loren Rittle  <ljrittle@acm.org>
19371
19372         * configure.in: Handle --enable-threads on FreeBSD.
19373         * configure: Rebuit.
19374
19375 Tue Sep 14 03:58:44 1999  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
19376
19377         * configure.in: Add crtbeginS.o, crtendS.o for mips-linux; add
19378         thread support.
19379         * configure: Rebuilt.
19380
19381 Tue Sep 14 03:47:23 1999  Joel Sherrill <joel@OARcorp.com>
19382                           Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
19383                           Rosimildo DaSilva <rdasilva@connecttel.com>
19384
19385         * configure.in (m68k-*-rtemscoff*): Added.
19386         * configure.in (mips64orion-*-rtems*): Converted to ELF.
19387         * configure.in (sparc-*-rtemsaout*): Added as alias for old
19388         sparc-rtems configuration.
19389         * configure.in (sparc-*-rtemself*): Added.
19390         * configure.in (sparc-*-rtems*): Now ELF not a.out.
19391         * config/i386/rtems.h: Added comment.
19392         * config/sparc/rtemself.h: New file.
19393
19394         * configure.in (m68k-rtemself): Added.
19395         * config/elfos.h: Added ifndef wrapper for DWARF2_DEBUGGING_INFO
19396         and DWARF_DEBUGGING_INFO.
19397         * config/m68k/crti.s: New file.
19398         * config/m68k/crtn.s: New file.
19399         * config/m68k/t-crtstuff: New file.
19400         * config/m68k/rtemself.h: New file.
19401
19402         * configure.in (i[[34567]]86-*-rtemself*): Now uses crtstuff for
19403         global ctor/dtor and C++ exception handling.
19404         * config/i386/rtemself.h: Now uses crtstuff (crti.o + crtbegin.o)
19405         for STARTFILE_SPEC and crtstuff (crtend.o + crtn.o) for
19406         ENDFILE_SPEC.
19407         * config/i386/t-rtems-i386: New File.
19408
19409 Tue Sep 14 09:47:41 1999  Andreas Schwab  <schwab@suse.de>
19410
19411         * stmt.c (expand_end_case): Return right away if the case stack is
19412         empty.
19413
19414 Tue Sep 14 01:47:19 1999  Jeffrey A Law  (law@cygnus.com)
19415
19416         * Makefile.in (version.c): Remove rule incorrectly brought in from
19417         the gcc2 merge.
19418
19419 Tue Sep 14 01:42:27 1999  Marc Espie <espie@cvs.openbsd.org>
19420
19421         * Makefile.in:  Prepend $(SHELL) to move-if-change calls.
19422         * msdos/top.sed:  Take into account a prepended $(SHELL) to
19423         move-if-change.
19424         * winnt/config-nt.sed:  Likewise.  Kill bogus substitution.
19425
19426         * objc/Make-lang.in: Prepend $(SHELL) to move-if-change calls.
19427
19428 Tue Sep 14 01:38:52 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
19429
19430         * regmove.c (fixup_match_1): Don't change an unchanging register.
19431         (stable_but_for_p): Renamed to:
19432         (stable_and_no_regs_but_for_p).  Reject unchanging registers too.
19433         Changed all callers.
19434
19435 Tue Sep 14 01:33:15 1999  Andreas Schwab  <schwab@suse.de>
19436
19437         * loop.c (strength_reduce): Don't call reg_used_between_p if the
19438         insn from BL2 is after the insn from BL.
19439
19440 Mon Sep 13 21:06:01 1999  Richard Henderson  <rth@cygnus.com>
19441
19442         * recog.h (INSN_OUTPUT_FORMAT_*): New.
19443         (struct insn_data): Merge `template' and `outfun' into `output'.
19444         Add `output_format'.
19445         * genoutput.c (INSN_OUTPUT_FORMAT_*): New.
19446         (struct data): Remove `outfun'; add `output_format'.
19447         (name_for_index): Remove declaration.
19448         (output_insn_data): Handle output formats.
19449         (process_template): Emit the bare array for @.
19450         (gen_expand, gen_split): Set output_format to NONE.
19451         * output.h (get_insn_template): Declare.
19452         * final.c (get_insn_template): New.
19453         (final_scan_insn): Use it.
19454         * toplev.c (compile_file): Likewise.
19455
19456         * c4x/c4x.c (c4x_process_after_reload): Likewise.
19457         * i860/i860.c (output_delayed_branch): Likewise.
19458         (output_delay_insn): Likewise.
19459
19460 1999-09-13  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
19461
19462         * rtl.c (obstack_alloc_rtx): Removed.
19463
19464 1999-09-13 17:03 -0700  Zack Weinberg  <zack@bitmover.com>
19465
19466         * config/gmicro/gmicro.md: Disable move DF->DI anonymous pattern.
19467
19468 Mon Sep 13 15:21:46 1999  Richard Henderson  <rth@cygnus.com>
19469
19470         * i386.c (call_insn_operand): Reject const_int.
19471         (expander_call_insn_operand): Use call_insn_operand.
19472
19473 Mon Sep 13 17:44:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19474
19475         * gcc.c (getrusage): Wrap prototype arguments in PROTO().
19476
19477 1999-09-13 12:18 -0700  Zack Weinberg  <zack@bitmover.com>
19478
19479         * config/i370/i370.md (mulsi, divsi, modsi anonymous insns):
19480         Use DImode operation.
19481
19482 1999-09-13 12:13 -0700  Zack Weinberg  <zack@bitmover.com>
19483
19484         * gcc.c: Include sys/resource.h.
19485         (report_times): New flag.
19486         (execute):  If report_times is set, calculate and report the
19487         CPU time consumed by each subprocess.
19488
19489         (rus, prus): New globals.
19490         (option_map): Add --time.
19491         (display_help): Document -time.
19492         (process_command): Set report_times if -time is given.
19493         Turn off -pipe if -time is given.
19494
19495         * invoke.texi: Document new option -time.
19496
19497         * configure.in: Check for getrusage.  Check if we have to
19498         prototype getrusage.
19499         * acconfig.h: Add NEED_DECLARATION_GETRUSAGE.
19500         * configure: Regenerate.
19501         * config.in: Regenerate.
19502
19503 Mon Sep 13 12:57:06 1999  Dave Brolley  <brolley@cygnus.com>
19504
19505         * cppinit.c (append_include_chain): Initialize 'next' and 'alloc'
19506         fields.
19507
19508 Mon Sep 13 10:01:33 1999  Nick Clifton  <nickc@cygnus.com>
19509
19510         * config/fp-bit.c: Define L_thenan_sf or L_thenan_df (as
19511         appropriate) if FINE_GRAINED_LIBRARIES is not defined.
19512         (nan): Return _thenan_sf or _thenan_df as appropriate.
19513         (L_thenan_sf): Define _thenan_sf.
19514         (L_thenan_df): Define _thenan_df.
19515
19516         * Makefile.in (FPBIT_FUNCS): Add _thenan_sf.
19517         (DPBIT_FUNCS): Add _thenan_df.
19518
19519 Mon Sep 13 09:38:53 1999  Andreas Schwab  <schwab@suse.de>
19520
19521         * tree.c (fix_sizetype):  Exchange the types for TYPE_SIZE and
19522         TYPE_SIZE_UNIT.
19523
19524 Sun Sep 12 23:28:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19525
19526         * Makefile.in (gcc.o, gccspec.o, cppspec.o): Depend on gcc.h.
19527
19528         * gcc.h: New file.
19529         (lang_specific_driver): Don't take a function pointer parameter.
19530         All callers changed.
19531
19532         * gcc.c: Include gcc.h.
19533         (do_spec, fancy_abort,lang_specific_driver,lang_specific_pre_link,
19534         lang_specific_extra_outfiles, fatal): Don't declare.
19535         (multilib_defaults_raw): Constify.
19536         (read_specs): Call memset, rather than bzero.
19537         (main): Call return, not exit.
19538         (lookup_compiler): Call memcpy, not bcopy.
19539         (fatal): Make extern.
19540
19541         * cppspec.c: Include gcc.h.
19542         (lang_specific_driver): Initialize variable `quote'.  Constify a
19543         char*.  All calls to the function pointer parameter now
19544         explicitly call `fatal'.
19545
19546         * gccspec.c (lang_specific_driver): Include gcc.h.
19547
19548 Sun Sep 12 19:52:10 1999  Richard Earnshaw <rearnsha@arm.com>
19549
19550         * arm.c (note_invalid_constants): Use recog_data.operand_type
19551         for recog_op_type.
19552
19553 Sun Sep 12 15:53:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19554
19555         * tree.h (build_common_tree_nodes, build_common_tree_nodes_2):
19556         Declare.
19557
19558         * reload.h (reload_in, reload_out, reload_in_reg, reload_out_reg,
19559         reload_reg_class, reload_inmode, reload_outmode, reload_optional,
19560         reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
19561         reload_secondary_in_reload, reload_secondary_out_reload,
19562         reload_secondary_in_icode, reload_secondary_out_icode,
19563         reload_reg_rtx, reload_when_needed): Delete declarations.
19564         (struct reload): New structure.
19565         (rld): Declare new array.
19566         * reload.c (reload_in, reload_out, reload_in_reg, reload_out_reg,
19567         reload_reg_class, reload_inmode, reload_outmode, reload_optional,
19568         reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
19569         reload_secondary_in_reload, reload_secondary_out_reload,
19570         reload_secondary_in_icode, reload_secondary_out_icode,
19571         reload_reg_rtx, reload_when_needed): Delete definitions.
19572         (rld): New array.
19573         (whole file): Replace uses of the deleted arrays with uses of rld.
19574         * reload1.c (whole file): Replace uses of the deleted arrays with
19575         uses of rld.
19576         (choose_reload_regs): Copy in/out of save_reload_reg_rtx with
19577         explicit loops, not with bcopy.
19578
19579 Sun Sep 12 05:00:24 1999  Richard Henderson  <rth@cygnus.com>
19580
19581         * recog.h (insn_template, insn_outfun, insn_n_operands, insn_n_dups,
19582         insn_n_alternatives, insn_operand_constraint, insn_operand_address_p,
19583         insn_operand_mode, insn_operand_strict_low, insn_operand_predicate,
19584         insn_name): Delete and consolidate into new structures.
19585         (insn_operand_predicate_fn): New.
19586         (insn_output_fn): New.
19587         (insn_gen_fn): New.
19588         (struct insn_operand_data): New.
19589         (struct insn_data): New.
19590         (insn_data): New.
19591         (OUT_FCN): Update for insn_data change.
19592         * builtins.c (expand_builtin_strlen): Likewise.
19593         (expand_builtin_memcmp): Likewise.
19594         * combine.c (make_extraction, simplify_comparison): Likewise.
19595         * cse.c (canon_reg, cse_insn): Likewise.
19596         * explow.c (allocate_dynamic_stack_space, probe_stack_range): Likewise.
19597         * expmed.c (store_bit_field, extract_bit_field): Likewise.
19598         (emit_store_flag): Likewise.
19599         * expr.c (convert_move, emit_block_move): Likewise.
19600         (clear_storage, emit_push_insn, expand_increment): Likewise.
19601         (do_store_flag): Likewise.
19602         * expr.h (GEN_FCN): Likewise.
19603         (insn_gen_function): Die.
19604         * final.c (final_scan_insn): Update for insn_data change.
19605         (output_asm_name): Likewise.
19606         * function.c (fixup_var_refs_1): Likewise.
19607         * loop.c (check_dbra_loop): Likewise.
19608         * optabs.c (expand_binop, expand_twoval_binop): Likewise.
19609         (expand_unop, expand_complex_abs, emit_unop_insn): Likewise.
19610         (prepare_cmp_insn, prepare_operand, emit_indirect_jump): Likewise.
19611         (emit_conditional_move, gen_add2_insn, gen_sub2_insn): Likewise.
19612         * recog.c (validate_replace_rtx_1, extract_insn): Likewise.
19613         * regmove.c (gen_add3_insn): Likewise.
19614         * reload.c (push_secondary_reload, combine_reloads): Likewise.
19615         (find_reloads, find_reloads_address_1): Likewise.
19616         (debug_reload_to_stream): Likewise.
19617         * reload1.c (emit_reload_insns, gen_reload): Likewise.
19618         * stmt.c (expand_end_case): Likewise.
19619         * toplev.c (compile_file): Likewise.
19620
19621         * c4x/c4x.c (c4x_process_after_reload): Likewise.
19622         * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
19623
19624         * print-rtl.c (insn_name_ptr): Remove declaration.
19625         (get_insn_name): Declare.
19626         (print_rtx): Use it.
19627         * genoutput.c (insn_name_ptr): Remove.
19628         (next_operand_number): New.
19629         (struct operand_data): New.
19630         (null_operand, odata, odata_end): New.
19631         (struct data): Use struct operand_data.
19632         (idata, idata_end): Renamed from insn_data and end_of_insn_data.
19633         (get_insn_name): Renamed from name_for_index.
19634         (output_prologue): Define NO_MD_PROTOTYPES.
19635         (output_predicate_decls): Break out from output_epilogue.
19636         Iterate over the operands list.
19637         (output_operand_data): Break out from output_epilogue.  Emit
19638         just the operands list.
19639         (output_insn_data): Break out from output_epilogue.  Emit just
19640         the insn data.
19641         (output_epilogue): Remove.
19642         (output_get_insn_name): New.
19643         (constraints, op_n_alternatives, predicates, address_p): Die.
19644         (modes, strict_low, seen): Die.
19645         (scan_operands): Take new param `d' instead of writing to
19646         seven global variables.
19647         (compare_operands): New.
19648         (place_operands): New.
19649         (validate_insn_alternatives): Update for struct data change.
19650         (gen_insn): Don't zero or copy 7 global arrays.  Update for
19651         scan_operands; call place_operands.
19652         (gen_peephole, gen_expand, gen_split): Likewise.
19653         (main): Update for new output routines.
19654
19655         * genattr.c (insn_name_ptr): Remove.
19656         (get_insn_name): New function.
19657         * genattrtab.c, gencodes.c, genconfig.c, genemit.c: Likewise.
19658         * genextract.c, genflags.c, genopinit.c, genpeep.c: Likewise.
19659         * genrecog.c: Likewise.
19660
19661         * alpha.md (adddi3): Make `pattern' array static.
19662
19663 Sun Sep 12 22:05:21 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
19664
19665         * config/c4x/c4x.h (c4x_rpts_cycles_string,
19666         c4x_cpu_version_string): Constify char *.
19667         * config/c4x/c4x.c (c4x_rpts_cycles_string,
19668         c4x_cpu_version_string): Likewise.
19669
19670 Sat Sep 11 23:28:33 1999  Richard Henderson  <rth@cygnus.com>
19671
19672         * tree.c (save_tree_status): Revert 10 Sep change.
19673         (restore_tree_status): Likewise.  Call obstack_free with NULL
19674         before freeing the obstack proper.
19675
19676 Sat Sep 11 23:23:46 1999  Richard Henderson  <rth@cygnus.com>
19677
19678         * cse.c (cse_main): If gc'ing, collect around cse_basic_block.
19679
19680         * ggc-simple.c (ggc_pop_context): Fold outstanding bytes into
19681         surrounding context.
19682
19683 Sat Sep 11 19:52:43 1999  Mark Mitchell  <mark@codesourcery.com>
19684
19685         * tree.c (type_hash_canon): Put all types in the hash-table, when
19686         GC'ing.
19687
19688 Sat Sep 11 18:37:04 1999  Richard Henderson  <rth@cygnus.com>
19689
19690         * recog.h (struct recog_data, recog_data): New.
19691         (recog_foo variables): Kill.
19692         * recog.c (recog_operand, recog_operand_loc): Kill.
19693         (recog_dup_loc, recog_dup_num, recog_n_operands): Kill.
19694         (recog_n_dups, recog_n_alternatives, recog_operand_mode): Kill.
19695         (recog_constraints, recog_op_type, recog_operand_address_p): Kill.
19696         (recog_data): Define.
19697         (extract_insn): Update all recog_foo references to use recog_data.
19698         (preprocess_constraints, constrain_operands): Likewise.
19699         * final.c (final_scan_insn, cleanup_subreg_operands): Likewise.
19700         * genattrtab.c (main): Likewise.
19701         * genextract.c (main): Likewise.
19702         * genoutput.c: Likewise.
19703         * genrecog.c (write_subroutine, main): Likewise.
19704         * local-alloc.c (block_alloc): Likewise.
19705         * reg-stack.c (record_asm_reg_life, subst_asm_stack_regs): Likewise.
19706         * regclass.c (scan_one_insn, record_reg_classes): Likewise.
19707         * regmove.c (regmove_optimize, find_matches, fixup_match_1): Likewise.
19708         * reload.c (find_reloads, find_reloads_toplev): Likewise.
19709         * reload1.c (maybe_fix_stack_asms, eliminate_regs_in_insn): Likewise.
19710         (reload_cse_simplify_operands): Likewise.
19711
19712         * arc/arc.c (arc_final_prescan_insn): Likewise.
19713         * arm/arm.c (note_invalid_constants, arm_final_prescan_insn): Likewise.
19714         * h8300/h8300.c (notice_update_cc): Likewise.
19715         * i386/i386.c (ix86_attr_length_default, ix86_agi_dependant): Likewise.
19716         * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
19717         * mn10200/mn10200.c (notice_update_cc): Likewise.
19718         * mn10300/mn10300.c (notice_update_cc): Likewise.
19719         * romp/romp.c (update_cc): Likewise.
19720         * sparc/sparc.c (check_pic): Likewise.
19721         * v850/v850.c (notice_update_cc): Likewise.
19722
19723         * genemit.c (main): Don't declare recog_operand.
19724
19725 Sat Sep 11 12:41:55 1999  Alex Samuel  <samuel@codesourcery.com>
19726
19727         * ggc.h (rtvec_def): Forward declare.
19728         (tree_node): Likewise.
19729         (ggc_root): Define.
19730         (roots): Declare.
19731         (ggc_set_mark_rtx): Add prototype.
19732         (ggc_set_mark_rtvec): Likewise.
19733         (ggc_set_mark_tree): Likewise.
19734         * ggc-simple.c (ggc_root): Don't define.
19735         (roots): Don't declare.
19736         (ggc_mark_rtx): Remove.
19737         (ggc_mark_rtvec): Likewise.
19738         (ggc_mark_tree): Likewise.
19739         (ggc_mark_varray): Likewise.
19740         (ggc_mark_tree_hash_table_entry): Likewise.
19741         (ggc_mark_tree_hash_table): Likewise.
19742         (ggc_set_mart_rtx): New function.
19743         (ggc_set_mark_rtvec): Likewise.
19744         (ggc_set_mark_tree): Likewise.
19745         (ggc_add_root): Remove.
19746         (ggc_add_rtx_root): Likewise.
19747         (ggc_remove_tree_root): Likewise.
19748         (ggc_add_string_root): Likewise.
19749         (ggc_add_tree_varray_root): Likewise.
19750         (ggc_add_tree_hash_table_root): Likewise.
19751         (ggc_del_root): Likewise.
19752         (ggc_mark_rtx_ptr): Likewise.
19753         (ggc_mark_tree_ptr): Likewise.
19754         (ggc_mark_string_ptr): Likewise.
19755         (ggc_mark_tree_varray_ptr): Likewise.
19756         (ggc_mark_tree_hash_table_ptr): Likewise.
19757         * ggc-common.c: New file.
19758         * Makefile.in (OBJS): Add ggc-common.o.
19759         (ggc-common.o): List dependencies.
19760
19761 1999-09-10 22:37 -0700  Zack Weinberg  <zack@bitmover.com>
19762
19763         * cppalloc.c (xstrdup): Use memcpy.
19764         * cpperror.c (cpp_print_containing_files): Don't use
19765         cpp_notice.
19766         * cpplib.c (conditional_skip): Set temp->lineno.
19767         (do_endif): Make error message less obscure.
19768         (if_directive_name): New function.
19769         (cpp_get_token [case EOF]): Unwind the if stack and generate
19770         error messages for each unterminated conditional in this file.
19771         (parse_string):  Do not behave differently if -traditional.
19772
19773 Fri Sep 10 14:04:07 1999  Richard Henderson  <rth@cygnus.com>
19774
19775         * builtins.c (expand_builtin_va_arg): Cope with an array-type
19776         va_list decomposing to pointer-type.
19777         * rs6000.c (rs6000_va_start) Unwrap the ARRAY_TYPE to get at fields.
19778         (rs6000_va_arg): Likewise.
19779
19780 Fri Sep 10 13:21:21 1999  Jim Wilson  <wilson@cygnus.com>
19781
19782         * except.c (start_dynamic_handler): Compute size using
19783         STACK_SAVEAREA_MODE.
19784
19785 Fri Sep 10 16:01:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19786
19787         * protoize.c: Remove various __STDC__ and POSIX hacks.  Don't
19788         include directory headers.  Don't define strrchr.  Don't provide
19789         my_* replacement functions.  Prefer PTR over `pointer_type'.
19790         Don't prototype system functions.  Don't redefine getopt.
19791
19792         (shortpath, fancy_abort, notice, savestring, dupnstr, substr,
19793         safe_read, safe_write, save_pointers, restore_pointers,
19794         is_id_char, in_system_include_dir, directory_specified_p,
19795         file_excluded_p, unexpand_if_needed, abspath, check_aux_info,
19796         find_corresponding_lparen, referenced_file_is_newer,
19797         save_def_or_dec, munge_compile_params, gen_aux_info_file,
19798         process_aux_info_file, identify_lineno, check_source,
19799         seek_to_line, forward_to_next_token_char, output_bytes,
19800         output_string, output_up_to, other_variable_style_function,
19801         find_rightmost_formals_list, do_cleaning, careful_find_l_paren,
19802         do_processing, is_syscalls_file, rename_c_file, find_extern_def,
19803         find_static_definition, connect_defs_and_decs, add_local_decl,
19804         add_global_decls, needs_to_be_converted, visit_each_hash_node,
19805         add_symbol, lookup, free_def_dec, find_file, reverse_def_dec_list,
19806         edit_fn_declaration, edit_formals_lists, edit_fn_definition,
19807         scan_for_missed_items, edit_file, string_list_cons): Add static
19808         prototypes.
19809         (standard_exec_prefix, target_machine, target_version,
19810         default_syscalls_dir, string_list, string_list_cons, find_file,
19811         do_cleaning): Constify a char*.
19812         (safe_read, safe_write): Use PTR, not a char*.
19813         (is_id_char): Take an int, not a char.
19814         (main): Add prototype.  Call return, not exit.
19815
19816 Fri Sep 10 16:48:26 1999  Andrew Haley  <aph@cygnus.com>
19817
19818         * tree.c (type_hash_lookup): Check for equal TYPE_ALIGN fields
19819         when comparing types.
19820
19821 Fri Sep 10 08:43:32 1999  Richard Henderson  <rth@cygnus.com>
19822
19823         * loop.c (basic_induction_var): Typo NULL_RTX -> NULL.
19824         (strength_reduce): Release the varrays from the no-bivs early exit.
19825
19826         * reload1.c (order_regs_for_reload): Init hard_reg_n_uses before
19827         the loop over the registers.
19828
19829         * tree.c (save_tree_status): Set maybepermanent_firstobj NULL
19830         for a new obstack.
19831         (restore_tree_status): Check that instead when freeing the obstack.
19832
19833 Wed Sep  8 16:12:04 1999  Andrew Haley  <aph@cygnus.com>
19834
19835         * alias.c (rtx_equal_for_memref_p): Allow CONST_DOUBLEs to be used
19836         as pointers.
19837
19838 Fri Sep 10 11:58:55 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19839
19840         * i386.md (ashlqi3): For NON_QI_REG_P regs, use sall.  Fix some
19841         operand size modifiers.
19842
19843 Fri Sep 10 10:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19844
19845         * c-common.c (c_common_nodes_and_builtins): Don't build
19846         va_list_type_node.
19847         * c-common.h (enum c_tree_index and related accesor macros): Remove
19848         everything now declared in tree.h.
19849         * c-decl.c (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
19850         LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, WCHAR_UNSIGNED, FLOAT_TYPE_SIZE,
19851         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Don't provide defaults.
19852         (error_mark_node, void_type_node, char_type_node, integer_type_node,
19853         unsigned_type_node, ptr_type_node, va_list_type_node,
19854         integer_zero_node, null_pointer_node, integer_one_node): Delete.
19855         (init_decl_processing): Call build_common_tree_nodes and
19856         build_common_tree_nodes_2 instead of building their nodes here.
19857         Don't add roots for these nodes.
19858         * stor-layout.c (size_zero_node, size_one_node): Delete.
19859         (set_sizetype): Make a new node for bitsizetype each time.
19860         * tree.c (global_trees): New variable.
19861         (init_obstacks): Add a gc root for it.
19862         (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
19863         LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, FLOAT_TYPE_SIZE,
19864         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Provide defaults.
19865         (build_common_tree_nodes): New function.
19866         (fix_sizetype): New function.
19867         (build_common_tree_nodes_2): New function.
19868         * tree.h (enum tree_index): New.
19869         (global_trees): Declare.
19870         Add accessor macros for all nodes now moved to global_trees.
19871         Delete their declarations.
19872
19873 Thu Sep  9 20:15:46 1999  Richard Henderson  <rth@cygnus.com>
19874
19875         * c-decl.c (finish_function): When processing a nested function,
19876         push and pop GC context around rest_of_compilation.
19877
19878 Thu Sep  9 16:42:06 1999  Richard Henderson  <rth@cygnus.com>
19879
19880         * i386.c (override_options): Remove ppro, pentium2, and p2 as aliases.
19881         Default ix86_arch to PROCESSOR_I386.
19882         * i386.h (CC1_CPU_SPEC): Don't add -march=foo.  Remove -mno-foo.
19883         (CPP_486_SPEC, CPP_586_SPEC, CPP_686_SPEC): Delete.
19884         (CPP_CPU_DEFAULT_SPEC): Define to __tune_foo__.
19885         (CC1_CPU_SPEC): Make -march=foo define __foo__, and provide
19886         __tune_foo__ if no -mcpu.  Make -mcpu=bar define __tune_bar__.
19887         (EXTRA_SPECS): Remove deleted specs.
19888
19889 Thu Sep  9 16:03:06 1999  Richard Henderson  <rth@cygnus.com>
19890
19891         * function.c (assign_stack_local_1): Allocate from
19892         function->x_frame_offset, not frame_offset.
19893
19894 Thu Sep  9 14:36:31 1999  Mark Mitchell  <mark@codesourcery.com>
19895
19896         * ggc.h (lang_cleanup_tree): Remove.
19897         * gcc-simple.c (ggc_free_tree): Don't call lang_cleanup_tree.
19898         * ggc-callbacks.c (lang_cleanup_tree): Remove.
19899
19900         * c-decl.c (finish_struct): Use ggc_alloc to allocate
19901         TYPE_LANG_SPECIFIC when garbage collecting.
19902         (lang_mark_tree): Mark TYPE_LANG_SPECIFIC.
19903         (lang_cleanup_tree): Remove.
19904
19905 Thu Sep  9 14:23:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
19906
19907         * defaults.h (EH_FRAME_SECTION, EH_FRAME_SECTION_ASM_OP): Define here.
19908         * crtstuff.c: Not here.
19909         * dwarf2out.c: Or here.
19910         * libgcc2.c (__do_global_ctors, __do_global_dtors): Handle EH frame
19911         info.
19912
19913 Thu Sep  9 09:40:58 1999  Mark Mitchell  <mark@codesourcery.com>
19914
19915         * function.h (free_after_compilation): Remove decl parameter.
19916         (free_varasm_status0: Likewise.
19917         (free_emit_status): Likewise.
19918         (free_stmt_status): Likewise.
19919         (free_after_compilation): Likewise.
19920         (init_lang_status): New variable.
19921         (free_lang_status): Likewise.
19922         * emit-rtl.c (free_emit_status): Make decl parameter implicit.
19923         * function.c (init_lang_status): New variable.
19924         (free_lang_status): Likewise.
19925         (push_function_context_to): Don't set function::decl here.
19926         (free_after_copmilation): Make decl parameter implicit.  Call
19927         free_lang_status if defined.
19928         (prepare_function_start): Call init_lang_status if defined.
19929         (init_function_start): Set function::decl here.
19930         * profile.c (output_func_start_profiler): Don't call pushdecl
19931         until we've actually started the function.
19932         * stmt.c (free_stmt_status): Make decl parameter implicit.
19933         * toplev.c (rest_of_compilation): Don't pass decl to
19934         free_after_compilation.
19935         * varasm.c (free_varasm_status): Likewise.
19936
19937 Thu Sep  9 17:23:19 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19938
19939         * except.c (call_get_eh_context): Add root when allocating static
19940         tree variable.
19941
19942 Thu Sep  9 15:24:59 BST 1999  Richard Earnshaw <rearnsha@arm.com>
19943
19944         * arm.c: Include "ggc.h".
19945         (arm_add_gc_roots): New function.
19946         (arm_override_options): Call it.
19947         (aof_pic_entry): Add a GC root for aof_pic_label when it's allocated.
19948
19949         * arm.md (define_asm_attributes): Add a pool_range attribute.
19950
19951 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
19952
19953         * extend.texi (Volatiles): New node.
19954
19955 Thu Sep  9 03:37:31 1999  Richard Henderson  <rth@cygnus.com>
19956
19957         * ggc-simple.c (IS_MARKED, IGNORE_MARK): New.
19958         (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): New.
19959         (struct ggc_any): Replace `mark' with `magic_mark'.
19960         (ggc_alloc_string): Use memcpy, not bcopy.
19961         (ggc_alloc_any): Set magic_mark.  Update bytes_alloced_since_gc.
19962         (ggc_free_{rtx,rtvec,tree,string}): Mark inline.
19963         (ggc_free_any): New.
19964         (ggc_mark_string): Use IGNORE_MARK.  Calc back to struct gcc_string.
19965         (ggc_mark): Use IGNORE_MARK.  Abort if magic doesn't match.
19966         (ggc_collect): Re-enable collection avoidance.  Use GGC_ANY_MARK.
19967         Use IS_MARKED. Use ggc_free_any.
19968
19969 1999-09-09  Scott Bambrough <scottb@netwinder.org>
19970
19971         * config/arm/linux-elf.h: define NO_IMPLICIT_EXTERN_C
19972
19973 Thu Sep  9 01:55:21 1999  Richard Henderson  <rth@cygnus.com>
19974
19975         * toplev.c (main): Always init_ggc.
19976
19977 Wed Sep  8 23:53:22 1999  Richard Henderson  <rth@cygnus.com>
19978
19979         * except.c (find_all_handler_type_matches): Free the list if
19980         we found no matches.
19981
19982         * combine.c (SUBST): Break out to a real function do_SUBST.
19983         (SUBST_INT): Likewise.
19984         * gcse.c (free_pre_mem): Free `temp_bitmap'.
19985         (pre_insert): Free `inserted'.
19986         * loop.c (basic_induction_var): Always set `location'.
19987
19988         * function.c (expand_function_end): Add initial_trampoline as a root.
19989         * rtl.h (init_varasm_once): Declare.
19990         * toplev.c (compile_file): Call it.
19991         * ggc-simple.c (ggc_mark_string_ptr): New.
19992         (ggc_add_string_root): New.
19993         (ggc_collect): Disable collection avoidance temporarily.
19994         * ggc.h (ggc_add_string_root): Declare.
19995         * except.c (create_rethrow_ref): Use ggc_alloc_string.
19996         * optabs.c (init_libfuncs): Likewise.
19997         * varasm.c (named_section): Use ggc_alloc_string.
19998         (make_function_rtl): Likewise.
19999         (make_decl_rtl): Likewise.
20000         (assemble_static_space): Likewise.
20001         (assemble_trampoline_template): Likewise.
20002         (output_constant_def): Likewise.
20003         (force_const_mem): Likewise.
20004         (mark_const_hash_entry): New.
20005         (mark_pool_sym_hash_table): New.
20006         (mark_varasm_state): Use it.
20007         (init_varasm_once): New.
20008
20009         * expr.h (init_one_libfunc): Declare.
20010         * optabs.c (init_one_libfunc): New.
20011         (init_optabs): Use it.
20012         * config/gofast.h: Likewise.
20013         * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Likewise.
20014         * config/sparc/sparc.h (INIT_TARGET_OPTABS): Likewise.
20015
20016 Thu Sep  9 13:46:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
20017
20018         * Makefile.in (cppexp.o): Depend on cpphash.h.
20019         * cppexp.c (cpp_lex): Handle `defined (xxx)' for poisoned xxx.
20020         Include cpphash.h.
20021         * cpphash.c (special_symbol): Handle plain `xxx' for poisoned xxx.
20022         * cpplib.c (do_define): Generalise to handle poisoned definitions,
20023         redefining poisoned identifiers, etc.
20024         (do_undef): Don't allow poisoned identifiers to be undefined.
20025         (do_pragma): Add #pragma poison.
20026         (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
20027
20028         * cccp.c: Add T_POISON node type.
20029         (special_symbol): Handle `defined(xxx)' and plain `xxx' for
20030         poisoned xxx.
20031         (do_define): Generalise to handle poisoned definitions,
20032         redefining poisoned identifiers, etc.
20033         (do_undef): Don't allow poisoned identifiers to be undefined.
20034         (do_pragma): Add #pragma poison.
20035         (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
20036
20037         * c-pragma.c (handle_pragma_token): Ignore #pragma poison.
20038         * c-pragma.h: Add ps_poison state.  We now always have generic
20039         pragmas.
20040
20041 Wed Sep  8 20:30:42 1999  Mark Mitchell  <mark@codesourcery.com>
20042
20043         * ggc.h (ggc_alloc): New function.
20044         (ggc_mark): Likewise.
20045         * ggc-simple.c (ggc_any): New structure.
20046         (ggc_status): Add anys.
20047         (n_anys_collected): New variable.
20048         (ggc_alloc): Define.
20049         (ggc_mark): Likewise.
20050         (ggc_collect): Collect the anys.
20051
20052 Wed Sep  8 20:15:14 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20053
20054         * c-decl.c (mark_binding_level): Make static to match prototype.
20055
20056 Wed Sep  8 16:41:27 1999  Richard Henderson  <rth@cygnus.com>
20057
20058         * flow.c (new_insn_dead_notes): Don't early out for preexisting regs.
20059
20060 Wed Sep  8 16:07:52 1999  Richard Henderson  <rth@cygnus.com>
20061
20062         * gengenrtl.c (CONST_DOUBLE_FORMAT): Take the size REAL_ARITHMETIC
20063         will use into account.  Expand the max width to 5.
20064         * rtl.c: Likewise.
20065
20066 Wed Sep  8 16:01:14 1999  Richard Henderson  <rth@cygnus.com>
20067
20068         * ggc-simple.c (ggc_free_rtx): Poison the correct amount
20069         for the rtx length.
20070
20071 Wed Sep  8 15:23:54 1999  Richard Henderson  <rth@cygnus.com>
20072
20073         * alpha.md (call value patterns): Remove the result predicates.
20074
20075 Wed Sep  8 13:35:38 1999  Richard Henderson  <rth@cygnus.com>
20076
20077         * Makefile.in (stmp-fixinc): Remove extraneous exit 1 from
20078         last change.
20079
20080 Wed Sep  8 15:32:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20081
20082         * system.h (sbrk, malloc, calloc, realloc): Backup prototypes
20083         changed from extern char *, to extern PTR.  Also fix typo in
20084         NEED_DECLARATION_REALLOC test.
20085
20086         * mips-tdump.c (malloc, calloc, realloc): Don't prototype.
20087
20088 Wed Sep  8 11:40:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20089
20090         * gansidecl.h (__attribute__, ATTRIBUTE_UNUSED_LABEL,
20091         ATTRIBUTE_UNUSED, ATTRIBUTE_NORETURN, ATTRIBUTE_PRINTF,
20092         ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2, ATTRIBUTE_PRINTF_3,
20093         ATTRIBUTE_PRINTF_4, ATTRIBUTE_PRINTF_5, GENERIC_PTR): Delete.
20094
20095         * c-decl.c (field_decl_cmp): Use PTR instead of GENERIC_PTR.
20096
20097         * cccp.c (pcfinclude): Likewise.
20098
20099         * global.c (allocno_compare): Likewise.
20100
20101         * haifa-sched.c (rank_for_schedule): Likewise.
20102
20103         * local-alloc.c (qty_sugg_compare_1, qty_compare_1): Likewise.
20104
20105         * reload1.c (hard_reg_use_compare, reload_reg_class_lower): Likewise.
20106
20107         * stupid.c (stupid_reg_compare): Likewise.
20108
20109         * tree.c (_obstack_allocated_p): Likewise.
20110
20111         * varray.h (varray_data_tag, VARRAY_GENERIC_PTR_INIT): Likewise.
20112
20113 1999-09-08  Bruce Korb  autogen@linuxbox.com
20114
20115         * Makefile.in: Give the hapless gperf user a hint about
20116         why "gperf -F" fails.
20117
20118 Wed Sep  8 04:43:22 1999  Richard Henderson  <rth@cygnus.com>
20119
20120         * lists.c: Include ggc.h.
20121         (zap_lists): New.
20122         (init_EXPR_INSN_LIST_cache): Install it.
20123
20124         * ggc-simple.c (init_ggc): Absorb the old init.
20125         (ggc_push_context): Use xcalloc.
20126         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Likewise.
20127         (ggc_collect): Add [rvts] tags to the collection stats.
20128
20129 Wed Sep  8 11:14:25 1999  Andreas Schwab  <schwab@suse.de>
20130
20131         * cccp.c (main): Fix handling of -include and -imacros options.
20132
20133 Wed Sep  8 02:23:08 1999  Jeffrey A Law  (law@cygnus.com)
20134
20135         * cpplib.c (cpp_push_buffer): Fix order of arguments.
20136
20137 Wed Sep  8 04:44:09 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
20138
20139         * rtl.h (obstack_alloc_rtx): Removed, it's now static in
20140         genrtl.c.
20141
20142 Wed Sep  8 00:33:43 1999  Alasdair Baird  <alasdair@wildcat.demon.co.uk>
20143
20144         * flow.c (insn_dead_p): Use XEXP rather than SUBREG_REG.
20145         * haifa-sched.c (sched_analyze_1): Use XEXP rather than SUBREG_REG
20146         and SET_DEST. Update comment.
20147
20148 Wed Sep  8 18:55:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20149
20150         * config/c4x/c4x.c: Include ggc.h.
20151         (c4x_add_gc_roots): New function.
20152         (c4x_override_options): Call c4x_add_gc_roots.
20153
20154 Wed Sep  8 00:00:16 1999  Richard Henderson  <rth@cygnus.com>
20155
20156         * defaults.h (TARGET_ESC): Move ...
20157         * system.h: ... here, where Linas had it in the first place.  Silly me.
20158
20159 Tue Sep  7 23:46:35 1999  Linas Vepstas  <linas@linas.org>
20160
20161         * c-common.c: Use ISGRAPH, ISLOWER, toupper.
20162         * c-lex.c, cccp.c, cexp.c, cexp.y, cppexp.c, dwarf2out.c, genattr.c,
20163         genattrtab.c, genemit.c, genextract.c, genpeep.c, tree.c: Likewise.
20164         * system.h (IN_CTYPE_DOMAIN): Define to 1 if HOST_EBCDIC.
20165         * defaults.h (TARGET_ESC): Add default.
20166
20167 Tue Sep  7 23:36:59 1999  Linas Vepstas  <linas@linas.org>
20168
20169         * configure.in: add i370-*-openedition, i370-*-mvs and
20170         i370-*-linux targets
20171
20172 Tue Sep  7 23:31:53 1999  Mark Mitchell  <mark@codesourcery.com>
20173
20174         * dsp16xxx.c: Include ggc.h
20175         (override_options): Mark GC roots.
20176         * mn10200.c: Include ggc.h.
20177         (asm_file_start): Mark GC roots.
20178         * tahoe.c: Include ggc.h.
20179         (extensible_operand): Mark GC roots.
20180
20181 Tue Sep  7 23:23:15 1999  Linas Vepstas  <linas@linas.org>
20182
20183         * README: Add section discussing status of ELF ABI.
20184         * i370.c: Fix misc spelling mistakes.
20185         (i370_label_scan): Updated notes, exception handling.
20186         (i370_function_prolog): Simplify ELF stack handling.
20187         * i370.h: (FIXED_REGISTERS): Free up r12 for ELF.
20188         (STACK_GROWS_DOWNWARD): ELF stack grows down.
20189         (ASM_DECLARE_FUNCTION_NAME): Fix crazy malloc size.
20190         * i370.md: (movdi): Add notes.
20191         (floatsidf2): Use stack not rtca for scratch float area.
20192         (iorsi3): Correct operand constraints.
20193         * x-oe: Restore TAROUTOPTS which are used by pax.
20194
20195 Tue Sep  7 22:39:18 1999  Mark Mitchell  <mark@codesourcery.com>
20196
20197         * rs6000.c: Include ggc.h.
20198         (rs6000_add_gc_roots): New function.
20199         (override_options): Call it.
20200
20201 Tue Sep  7 22:09:03 1999  Richard Henderson  <rth@cygnus.com>
20202
20203         * alpha.h (alpha_compare): New.
20204         (alpha_compare_op0, alpha_compare_op1, alpha_compare_fp_p): Remove.
20205         * alpha.c: Likewise for the definitions.
20206         (alpha_emit_conditional_branch): Update for alpha_compare.
20207         (alpha_emit_conditional_move): Likewise.
20208         * alpha.md (cmpdf, cmpdi): Likewise.
20209         (setcc patterns): Likewise.  Zero alpha_compare after use.
20210         (sne): Optimize (x != 0) into (0U < x).
20211
20212 Tue Sep  7 21:55:02 1999  Richard Henderson  <rth@cygnus.com>
20213
20214         * alpha.h (alpha_eh_epilogue_sp_ofs): Remove.
20215         (struct machine_function): Declare; add eh_epilogue_sp_ofs.
20216         (INIT_EXPANDERS): Remove.
20217         * alpha.c: Include ggc.h.
20218         (alpha_eh_epilogue_sp_ofs, alpha_return_addr_rtx): Remove.
20219         (alpha_init_machine_status, alpha_mark_machine_status): New.
20220         (override_options): Install them.
20221         (struct machine_function): Moved to alpha.h.
20222         (alpha_save_machine_status, alpha_restore_machine_status): Remove.
20223         (alpha_init_expanders): Remove.
20224         (alpha_return_addr): Adjust to use current_function->machine.
20225         (alpha_ra_ever_killed): Likewise.
20226         (alpha_expand_epilogue): Likewise.
20227         * alpha.md (eh_epilogue): Likewise.
20228
20229 Wed Sep  8 14:34:42 1999  Ian Piumarta  <piumarta@prof.inria.fr>
20230                           Melissa O'Neill  <oneill@cs.sfu.ca>
20231                           Geoffrey Keating  <geoffk@cygnus.com>
20232
20233         * config/rs6000/rs6000.c (first_reg_to_save): Don't save fixed or
20234         call-used registers (call-saved registers must still be contiguous
20235         and end with r31, of course).
20236
20237 Tue Sep  7 21:41:38 1999  Richard Henderson  <rth@cygnus.com>
20238
20239         * c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.
20240         (self_promoting_type_p): Delete.
20241         (self_promoting_args_p): Move ...
20242         * c-common.c: ... here.
20243         (c_common_nodes_and_builtins): Initialize lang_type_promotes_to.
20244         (simple_type_promotes_to): New.
20245         * builtins.c (lang_type_promotes_to): New.
20246         (expand_builtin_va_arg): Use it to give diagnostic for illegal types.
20247         * c-tree.h (C_PROMOTING_INTEGER_TYPE_P): Move ...
20248         * c-common.h: ... here.
20249         (self_promoting_args_p, simple_type_promotes_to): Declare.
20250         * c-decl.c (duplicate_decls): Use simple_type_promotes_to.
20251         (grokdeclarator): Likewise.
20252         * tree.h (lang_type_promotes_to): Declare.
20253
20254 Tue Sep  7 17:15:21 1999  Mark Mitchell  <mark@codesourcery.com>
20255
20256         Add some machine-dependent GC roots.
20257         * sparc.c: Include ggc.h.
20258         (sparc_add_gc_roots): New function.
20259         (mark_ultrasparc_pipeline_state): Likewise.
20260         (override_options): Call sparc_add_gc_roots.
20261         * pa.c: Include ggc.h.
20262         (pa_add_gc_roots): New function.
20263         (mark_deferred_plabels): Likewise.
20264         (override_options): Call pa_add_gc_roots.
20265         * mips.c: Include ggc.h.
20266         (mips_add_gc_roots): New function.
20267         (override_options): Use it.
20268
20269 Tue Sep  7 11:39:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20270
20271         * cpperror.c (cpp_file_line_for_message): Constify a char*.
20272
20273         * cppexp.c (parse_number, parse_charconst, cpp_lex,
20274         cpp_parse_expr): Add static prototypes.
20275         (parse_charconst): Don't cast away const-ness.
20276         (token): Constify a char*.
20277
20278         * cppfiles.c (file_name_list, include_hash, find_include_file,
20279         finclude, initialize_input_buffer): Constify a char*.
20280         (file_cleanup, find_position): Add static prototypes.
20281
20282         * cpphash.c (macro_cleanup, macarg, timestamp, special_symbol,
20283         collect_expansion): Add static prototypes.
20284         (cpp_install, create_definition, monthnames): Constify a char*.
20285
20286         * cpphash.h (cpp_install): Likewise.
20287
20288         * cppinit.c (known_suffixes, default_include,
20289         dump_special_to_buffer, NAME, cpp_start_read, cpp_finish): Likewise.
20290         (base_name, dump_special_to_buffer, initialize_dependency_output):
20291         Add static prototypes.
20292
20293         * cpplib.c (my_strerror): Constify a char*.
20294         (null_underflow, null_cleanup, skip_comment, copy_comment,
20295         copy_rest_of_line, handle_directive, pass_thru_directive,
20296         get_directive_token, read_line_number, cpp_print_file_and_line,
20297         v_cpp_error, v_cpp_warning, v_cpp_error_with_line,
20298         v_cpp_warning_with_line, detect_if_not_defined,
20299         consider_directive_while_skipping): Add static prototypes.
20300         (pass_thru_directive, check_macro_name, cpp_expand_to_buffer,
20301         cpp_pedwarn_with_file_and_line): Constify a char*.
20302
20303         * cpplib.h (cpp_options, include_hash, progname, definition,
20304         cpp_pedwarn_with_file_and_line, cpp_expand_to_buffer,
20305         check_macro_name, cpp_pfatal_with_name, cpp_file_line_for_message,
20306         find_include_file, deps_output, include_hash): Constify a char*.
20307
20308         * cppmain.c (progname): Constify.
20309         (main): Add prototype.  Use return, not exit.
20310
20311         * fix-header.c (fatal, add_symbols, lookup_std_proto, write_lbrac,
20312         recognized_macro, check_macro_names, read_scan_file, write_rbrac,
20313         inf_skip_spaces, inf_read_upto, inf_scan_ident, inf_scan_ident,
20314         check_protection): Add static prototype.
20315         (xfree): Remove.
20316         (progname, recognized_macrom, recognized_extern): Constify a char*.
20317         (main): Add prototype.
20318
20319         * gen-protos.c (progname): Constify a char*.
20320
20321 Tue Sep  7 00:47:52 1999  Mark Mitchell  <mark@codesourcery.com>
20322
20323         * emit-rtl.c (free_emit_status): Take decl as a parameter.
20324         (init_emit_once): Add more GC roots.
20325         * except.c (mark_func_eh_entry): New function.
20326         (mark_eh_node): Mark false_label and rethrow_label.
20327         (init_eh): Add more GC roots.
20328         * function.c (free_after_compilation): Take decl as a paramter.
20329         Call free_stmt_status.
20330         (mark_function_state): Don't assume x_parm_reg_stack_loc is
20331         non-NULL.
20332         * function.h (free_after_compilation): Change prototype.
20333         (free_varasm_status): Likewise.
20334         (free_emit_status): Likewise.
20335         (free_stmt_status): New function.
20336         * ggc-simple.c (rtx, vecs, trees, strings, bytes_alloced_since_gc):
20337         Remove, replacing with ...
20338         (ggc_status): New structure.
20339         (ggc_chain): New variable.
20340         (init_gcc): Define.
20341         (ggc_push_context): New function.
20342         (ggc_pop_context): Likewise.
20343         (ggc_alloc_rtx): Adjust for use of ggc_chain.
20344         (ggc_alloc_rtvec): Likewise.
20345         (ggc_alloc_tree): Likewise.
20346         (ggc_alloc_string): Likewise.
20347         (ggc_mark_rtx): Mark NOTE_SOURCE_FILE and NOTE_RANGE_INFO.
20348         (ggc_mark_tree): Give language-dependent code a chance to mark
20349         `x' nodes.
20350         (ggc_mark_tree_varray): Handle empty arrays.
20351         (ggc_collect): Adjust for use of ggc_chain.  Clear
20352         bytes_alloced_since_last_gc.
20353         * ggc.h (ggc_pop_context): New function.
20354         (ggc_push_context): Likewise.
20355         * print-tree.c (print_node): Don't print obstacks when GC'ing.
20356         * stmt.c (free_stmt_status): New function.
20357         (init_stmt_for_function): Clear last_expr_value.
20358         * toplev.c (rest_of_compilation): Always call free_after_compilation.
20359         Conditionalize call to ggc_collect.
20360         (main): Call init_ggc.
20361         * tree.c (push_obstacks): Do the push, even when GC'ing.
20362         (push_obstacks_nochange): Likewise.
20363         (pop_obstacks): Liekwise.
20364         * varasm.c (free_varasm_status): Take decl as a parameter.
20365
20366 Tue Sep  7 08:15:49 1999  Gavin Romig-Koch  <gavin@cygnus.com>
20367
20368         * config/mips/mips.h (MULTILIB_ENDIAN_DEFAULT) : New macro.
20369         (MULTILIB_ENDIAN_DEFAULT) : Use the new macro.
20370         * config/mips/elf64.h (MULTILIB_DEFAULTS) : Use the new macro.
20371         * config/mips/r3900.h (MULTILIB_DEFAULTS) : Use the new macro.
20372
20373 Tue Sep  7 03:42:45 1999  Mark Klein (mklein@dis.com)
20374
20375         * pa/x-pa-mpeix: New file for the MPE port.
20376
20377         * pa/quadlib.asm: New file for long double support.
20378
20379         * configure.in: Add hppa1.0-*-mpeix for MPE port.
20380         * configure: Rebuilt.
20381
20382 Tue Sep  7 10:08:40 1999  Andreas Schwab  <schwab@suse.de>
20383
20384         * final.c (shorten_branches): Fix last change.
20385
20386 Tue Sep  7 00:30:32 1999  Jeffrey A Law  (law@cygnus.com)
20387
20388         * pa.h (ASM_OUTPUT_DOUBLE_INT): Delete.
20389
20390 Mon Sep  6 22:44:47 1999  Jeffrey A Law  (law@cygnus.com)
20391
20392         * Merge from gcc2 snapshot Jan 9, 1999.  See FSFChangeLog for
20393         details.
20394
20395 Mon Sep  6 22:31:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20396
20397         * c-aux-info.c (concat): Don't define.
20398
20399         * cccp.c (my_strerror): Likewise.  All callers changed to use
20400         xstrerror instead.
20401         (do_include): Call xstrdup, not xmalloc/strcpy.
20402         (grow_outbuf): Don't check if xrealloc returns NULL, it can't.
20403         (xmalloc, xrealloc, xcalloc, xstrdup): Don't define.
20404
20405         * collect2.c (my_strsignal): Likewise.  All callers changed to use
20406         strsignal instead.
20407         (locatelib): Call xstrdup, not xmalloc/strcpy.
20408
20409         * 1750a.h (ASM_OUTPUT_INTERNAL_LABEL): Call xmalloc, not malloc.
20410
20411         * dsp16xx.c (override_options): Call xstrdup, not xmalloc/strcpy.
20412
20413         * i370.h (ASM_DECLARE_FUNCTION_NAME): Call xmalloc, not malloc.
20414
20415         * mips.c (build_mips16_call_stub): Call xstrdup, not xmalloc/strcpy.
20416
20417         * cppinit.c (cpp_options_init): Call xcalloc, not xmalloc/bzero.
20418
20419         * dwarfout.c (dwarfout_init): Call concat, not xmalloc/strcpy/...
20420
20421         * except.c (new_eh_region_entry): Call xmalloc/xrealloc, not
20422         malloc/realloc.
20423         (find_all_handler_type_matches): Likewise.  Don't check return
20424         value.
20425         (get_new_handler, init_insn_eh_region, process_nestinfo): Call
20426         xmalloc, not malloc.
20427         (init_eh_nesting_info): Likewise.  Call xcalloc, not xmalloc/bzero.
20428
20429         * gcc.c (xstrerror, xmalloc, xrealloc): Don't define.
20430         (init_spec): Call xcalloc, not xmalloc/bzero.
20431         (set_spec): Call xstrdup, not save_string.
20432         (record_temp_file): Call xstrdup, not xmalloc/strcpy.
20433         (find_a_file): Call xstrdup, not xmalloc/strcpy.
20434         (process_command): Call xstrdup, not save_string.
20435         (main): Call xcalloc, not xmalloc/bzero.
20436
20437         * gcov.c (xmalloc): Don't define.
20438         (create_program_flow_graph): Call xcalloc, not xmalloc/bzero.
20439         (scan_for_source_files): Call xstrdup, not xmalloc/strcpy.
20440         (output_data): Call xcalloc, not xmalloc/bzero.
20441
20442         * haifa-sched.c (schedule_insns): Call xcalloc, not xmalloc/bzero.
20443
20444         * mips-tdump.c (xmalloc): Don't define.
20445         (print_symbol): Call xmalloc, not malloc.
20446         (read_tfile): Call xcalloc, not calloc.
20447
20448         * mips-tfile.c (xfree, my_strsignal, xmalloc, xcalloc, xrealloc):
20449         Don't define.  All callers of xfree/my_strsignal changed to use
20450         free/strsignal instead.
20451         (allocate_cluster): Call xcalloc, not calloc.
20452
20453         * objc/objc-act.c (lang_init): Call concat, not xmalloc/strcpy/...
20454         Fix memory leak, free allocated memory.
20455
20456         * prefix.c (translate_name): Call xstrdup, not save_string.
20457         (update_path): Likewise.
20458
20459         * profile.c (branch_prob): Call xstrdup, not xmalloc/strcpy.
20460
20461         * protoize.c (xstrerror, xmalloc, xrealloc, xfree, savestring2):
20462         Don't define.  Callers of xfree/savestring2 changed to use
20463         free/concat instead.
20464
20465         * reload1.c (reload): Call xcalloc, not xmalloc/bzero.
20466         (init_elim_table): Likewise.
20467
20468         * resource.c (init_resource_info): Likewise.
20469
20470         * stupid.c (stupid_life_analysis): Likewise.
20471
20472         * toplev.c (xmalloc, xcalloc, xrealloc, xstrdup): Don't define.
20473         (open_dump_file): Call concat, not xmalloc/strcpy/...
20474         (clean_dump_file): Likewise.
20475         (compile_file): Call xstrdup, not xmalloc/strcpy.
20476
20477 Mon Sep  6 15:04:55 1999  Richard Henderson  <rth@cygnus.com>
20478
20479         * v850.h (EXPAND_BUILTIN_VA_ARG): New.
20480         * v850.c (v850_va_arg): New.
20481
20482 Tue Sep  7 09:36:01 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20483
20484         * haifa-sched.c: Tidy comments.
20485
20486 Mon Sep  6 14:30:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20487
20488         * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
20489         (c-parse.o, c-decl.o, c-lang.o, c-lex.o, c-common.o,
20490         $(out_object_file)): Depend on ggc.h.
20491         * c-common.c: Include "ggc.h".
20492         (combine_strings): If doing GC, use ggc_alloc_string.
20493         * c-decl.c: Include "ggc.h".
20494         (ggc_p): Define with value 0.
20495         (mark_binding_level): New function.
20496         (init_decl_processing): Add GC roots.
20497         (mark_c_function_context): New function.
20498         (lang_mark_false_label_stack): New function.
20499         (lang_mark_tree): New function.
20500         (lang_cleanup_tree): New function.
20501         * c-lang.c: Include "ggc.h".
20502         (lang_init): Call c_parse_init.
20503         * c-lex.c: Include "ggc.h".
20504         (check_linenum): If doing GC, don't copy filenames to permanent
20505         obstack.
20506         * c-parse.in: Include "ggc.h".
20507         (c_parse_init): New function.
20508         * c-tree.h (c_parse_init, mark_c_function_context): Declare.
20509         * objc/Make-lang.in (objc-parse.o): Depend on ggc.h.
20510
20511         * except.c (mark_eh_state): Mark more state.
20512         * function.c (mark_function_state): Likewise.
20513         * ggc-simple.c (ggc_alloc_rtvec): Bring in sync with non-gc version.
20514         (ggc_alloc_string) [GGC_DUMP]: Fix typo.
20515         * toplev.c (mark_file_stack): New function.
20516         (compile_file): If doing GC, use ggc_alloc_string on input filename.
20517         (main): Add root for input_file_stack.
20518
20519         * i386.c: Include "ggc.h".
20520         (ix86_mark_machine_status): New function.
20521         (override_options): Set mark_machine_status.
20522
20523 Mon Sep  6 15:26:23 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20524
20525         * tree.c (copy_node): Copy node contents also if doing GC.
20526
20527 Mon Sep  6 08:42:06 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
20528
20529         * collect2.c (scan_libraries): Fix double-thinko :-).
20530
20531 Mon Sep  6 02:42:36 1999  Jeffrey A Law  (law@cygnus.com)
20532
20533         * collect2.c (scan_libraries): Fix thinko.
20534
20535         * cse.c (delete_trivially_dead_insns): Do not skip the last
20536         insn if it is a real insn.
20537
20538 Sun Sep  5 18:57:42 1999  Mark Mitchell  <mark@codesourcery.com>
20539
20540         * Makefile.in (ggc-simple.o): Depend on hash.h.
20541         * ggc.h (ggc_add_tree_hash_table_root): Declare.
20542         (ggc_mark_tree_varray): Likewise.
20543         (ggc_mark_tree_hash_table): Likewise.
20544         * ggc-simple.c: Include hash.h.
20545         (ggc_mark_tree_hash_table_ptr): New function.
20546         (ggc_mark_tree_hash_table_entry): Likewise.
20547         (ggc_mark_tree_hash_table): Likewise.
20548         (ggc_add_tree_hash_table_root): Likewise.
20549         * varray.h (const_equiv_data): Use struct rtx_def *, rather than
20550         rtx, when defining fields.
20551
20552 Sun Sep  5 18:57:42 1999  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
20553
20554         * profile.c (output_func_start_profiler): Remove apparently
20555         nonsensical call to start_sequence.
20556
20557 Sun Sep  5 17:34:33 1999  Richard Henderson  <rth@cygnus.com>
20558
20559         * clipper/clipper.c (clipper_va_start): Fix typos.
20560
20561         * pyr/pyr.c (pyr_build_va_list, pyr_va_start, pyr_va_arg): New stubs.
20562         * spur/spur.c (spur_build_va_list, spur_va_start): New stubs.
20563         (spur_va_arg): New stub.
20564
20565         * configure.in: Comment out pyramid.
20566
20567 Sun Sep  5 19:11:01 1999  Michael Meissner  <meissner@cygnus.com>
20568
20569         * i386.h (MASK_{DEBUG_{ADDR,ARG},INTEL_SYNTAX}): Move so these
20570         don't conflict with the bits that win32, cygwin, and dgux
20571         defines.
20572
20573 Sun Sep  5 09:31:56 1999  Richard Henderson  <rth@cygnus.com>
20574                           Bernd Schmidt <bernds@cygnus.co.uk>
20575
20576         * integrate.c (function_cannot_inline_p): Do not inline
20577         functions with forced labels.
20578
20579 Sun Sep  5 00:35:17 1999  Richard Henderson  <rth@cygnus.com>
20580                           Bernd Schmidt <bernds@cygnus.co.uk>
20581                           Mark Mitchell  <mark@codesourcery.com>
20582
20583         * Makefile.in (ggc-simple.o): Depend on varray.h.
20584         (rtl.o): Depend on ggc.h.
20585         (genattrtab.o): Depend on ggc.h.
20586         (print-tree.o): Likewise.
20587         (fold-const.o): Likewise.
20588         * emit-rtl.c (sequence_element_free_list): Remove, and all references.
20589         (make_insn_raw): Don't cache insns when GC'ing.
20590         (emit_insn_before): Likewise.
20591         (emit_insn_after): Likewise.
20592         (emit_insn): Likewise.
20593         (start_sequence): Use xmalloc to allocate the sequence_stack.
20594         (end_sequence): Add free to free it.
20595         (gen_sequence): Don't cache insns when GC'ing.
20596         (clear_emit_caches): Don't use sequence_element_free_list.
20597         (init_emit): Use xcalloc, not xmalloc+bzero.
20598         * fold-const.c (size_int_wide): Kill the cache, when GC'ing.
20599         * function.c (pop_function_context_from): Use free to free the
20600         fixup_var_refs_queue.
20601         (put_reg_into_stack): Allocate it with xmalloc.
20602         * genattrtab.c: Include ggc.h.
20603         (operate_exp): Don't use obstack_free when GC'ing.
20604         (simplify_cond): Likewise.
20605         (simplify_text_exp): Likewise.
20606         (optimize_attrs): Likewise.
20607         * gengenrtl.c (gendef): Use ggc_alloc_rtx to allocate RTL, when
20608         GC'ing.
20609         (gencode): Generate a #include for ggc.h.
20610         * ggc-callbacks.c (ggc_p): Define it to zero.
20611         * ggc-none.c (ggc_p): Likewise.
20612         * ggc-simple.c: Include varray.h.
20613         (ggc_mark_tree_varray): New function.
20614         (ggc_add_tree_varray_root): Likewise.
20615         (ggc_mark_tree_varray_ptr): Likewise.
20616         * ggc.h (ggc_p): Declare.
20617         (varray_head_tag): Likewise.
20618         (ggc_add_tree_varray_root): Declare.
20619         * print-tree.c (print_node): Don't check for TREE_PERMANENT
20620         inconsistencies when GC'ing.
20621         * rtl.c: Include ggc.h.
20622         (rtvec_alloc): Use ggc_alloc_rtvec when GC'ing.
20623         (rtx_alloc): Use ggc_alloc_rtx when GC'ing.
20624         (rtx_free): Don't call obstack_free when GC'ing.
20625         * toplev.c (rest_of_compilation): Call ggc_collect after every
20626         pass, if GC'ing.
20627         * tree.c (push_obstacks): Do nothing, if GC'ing.
20628         (pop_obstacks_nochange): Likewise.
20629         (pop_obstacks): Likewise.
20630         (make_node): Use ggc_alloc_tree when GC'ing.
20631         (copy_node): Likewise.
20632         (get_identifier): Use ggc_alloc_string when GC'ing.
20633         (build_string): Likewise.
20634         (make_tree_vec): Use ggc_alloc_tree when GC'ing.
20635         (tree_cons): Likewise.
20636         (build1): Likewise.
20637         (type_hash_canon): Don't call obstack_free when GC'ing.
20638
20639 Sat Sep  4 21:52:32 1999  Richard Henderson  <rth@cygnus.com>
20640
20641         * haifa-sched.c (schedule_block): Use next_nonnote_insn instead
20642         of NEXT_INSN when examining speculative insns for SCHED_GROUP_P.
20643
20644 Sat Sep  4 20:40:19 1999  Richard Henderson  <rth@cygnus.com>
20645                           Bernd Schmidt <bernds@cygnus.co.uk>
20646                           Mark Mitchell  <mark@codesourcery.com>
20647
20648         * Makefile.in (stor-layout.o): Depend on ggc.h.
20649         (expr.o): Depend on ggc.h.
20650         (profile.o): Depend on ggc.h.
20651         (stor-layout.o): Depend on ggc.h.
20652         * emit-rtl.c (init_emit_once): Add gc roots.
20653         * expr.c: Include ggc.h.
20654         (emit_block_move): Add gc roots.
20655         (clear_storage): Likewise.
20656         * expr.h (init_stor_layout_once): New function.
20657         * profile.c: Include ggc.h.
20658         (init_arc_profiler): profiler_label is a root.
20659         * scan.c (make_sstring_space): Trust xrealloc to function
20660         correctly with first parameter NULL.
20661         * stor-layout.c: Include ggc.h.
20662         (set_sizetype): Add gc root.
20663         (init_stor_layout_once): New function.
20664         * toplev.c (compile_file): Call it.
20665
20666 Sat Sep  4 19:26:25 1999  Richard Henderson  <rth@cygnus.com>
20667                           Bernd Schmidt <bernds@cygnus.co.uk>
20668                           Mark Mitchell  <mark@codesourcery.com>
20669
20670         * Makefile.in (tree.o): Depend on ggc.h.
20671         (varasm.o): Likewise.
20672         (function.o): Likewise.
20673         (stmt.o): Likewise.
20674         (except.o): Likewise.
20675         (optabs.o): Likewise.
20676         (emit-rtl.o): Likewise.
20677         * emit-rtl.c: Include ggc.h.
20678         (sequence_element_free_list): Remove, and all references.
20679         (mark_sequence): New functions.
20680         (mark_emit_state): New function.
20681         * except.c: Include ggc.h.
20682         (mark_eh_node, mark_eh_stack, mark_eh_queue): New functions.
20683         (mark_tree_label_node): New functions.
20684         (mark_eh_state): New function.
20685         * function.c: Include ggc.h.
20686         (mark_temp_slot, mark_function_chain): New functions.
20687         (mark_function_state): New function.
20688         (init_function_once): New function.
20689         * function.h (init_function_once): New function.
20690         * ggc-callbacks.c (lang_mark_false_label_stack): New function.
20691         * ggc.h (label_node): Declare.
20692         (eh_status, emit_status, stmt_status, varasm_status): Likewise.
20693         (lang_mark_false_label_stack): New function.
20694         (mark_temp_slot): Remove declaration.
20695         (mark_function_chain): Likewise.
20696         (mark_eh_state): Adjust prototype.
20697         (mark_stmt_state, mark_emit_state, mark_varasm_state, mark_optab):
20698         Likewise.
20699         * optabs.c: Include ggc.h.
20700         (mark_optab): New function.
20701         (init_optabs): Add gc roots.
20702         * stmt.c: Include ggc.h.
20703         (mark_cond_nesting, mark_loop_nesting): New functions.
20704         (mark_block_nesting, mark_case_nesting, mark_goto_fixup): Likewise.
20705         (mark_stmt_state): New function.
20706         * toplev.c (compile_file): Call init_function_once.
20707         * tree.c: Include ggc.h.
20708         (type_hash): Move declaration earlier in file.
20709         (TYPE_HASH_SIZE, type_hash_table): Likewise.
20710         (init_obstacks): Add gc roots.
20711         (mark_type_hash): New function.
20712         * varasm.c: Include ggc.h.
20713         (mark_pool_constant): New function.
20714         (mark_varasm_state): New function.
20715
20716 Sat Sep  4 22:28:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20717
20718         * ggc-simple.c (ggc_root, ggc_collect): Wrap prototype with PROTO.
20719
20720 Sat Sep  4 18:01:45 1999  Bernd Schmidt <bernds@cygnus.co.uk>
20721
20722         * c-decl.c (struct language_function): Renamed from struct c_function.
20723         Delete elt NEXT.
20724         (c_function_chain): Delete.
20725         (push_c_function_context): New arg F.  Don't warn about nested
20726         functions here.  Fill LANGUAGE elt of F.  Delete code to update
20727         c_function_chain.  Don't call push_function_context.
20728         (pop_c_function_context): New arg F.  Restore from there instead of
20729         from c_function_chain.  Don't call pop_function_context.  Clear out
20730         LANGUAGE field of F when done.
20731         * c-lang.c: Include "function.h"
20732         (lang_init): Initialize save_lang_status and restore_lang_status.
20733         * c-parse.in (nested_function, nested_function_notype): Warn about
20734         nested functions.  Call push_function_context/pop_function_context
20735         instead of the _c_ variants.
20736         * c-tree.h (push_c_function_context, pop_c_function_context): Update
20737         prototype.
20738         * Makefile.in (c-lang.o): Update dependencies.
20739
20740         * emit-rtl.c (init_emit): Use xmalloc to allocate regno_reg_rtx,
20741         regno_pointer_flag, regno_pointer_align.
20742         (gen_reg_rtx): Use xrealloc to enlarge them.
20743         (free_emit_status): New function.
20744         * function.c (mark_machine_status, mark_lang_status): New variables.
20745         (assign_stack_local_1): Renamed from assign_outer_stack_local.  Merge
20746         in some bits from assign_stack_local.  All callers changed to use new
20747         name.
20748         (assign_stack_local): Just call assign_stack_local_1.
20749         (free_after_compilation): New function.
20750         (put_reg_into_stack): Simplify to always call assign_stack_local_1.
20751         (trampoline_address): Likewise.
20752         (assign_parms): Use xcalloc/xrealloc to allocate parm_reg_stack_loc.
20753         (prepare_function_start): Explicitly clear some more variables.
20754         * function.h (struct function): New elt can_garbage_collect.
20755         (mark_machine_status, mark_lang_status): Declare variables.
20756         (free_after_compilation, free_emit_status, free_varasm_status,
20757         init_varasm_status): Declare functions.
20758         * toplev.c (rest_of_compilation): Call free_after_compilation when
20759         done with the current function.
20760         * varasm.c (free_varasm_status): New function.
20761
20762 Sat Sep  4 17:15:13 1999  Richard Henderson  <rth@cygnus.com>
20763
20764         * sparc.h (EXPAND_BUILTIN_VA_START): Define.
20765         (EXPAND_BUILTIN_VA_ARG): Define.
20766         * sparc.c (sparc_va_start): New.
20767         (sparc_va_arg): New.
20768
20769 Sun Sep  5 11:11:59 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20770
20771         * config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs.
20772
20773 Sun Sep  5 10:13:19 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20774
20775         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Disable.
20776
20777 Sat Sep  4 13:44:01 1999  Mark Mitchell  <mark@codesourcery.com>
20778
20779         * Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.
20780         (OBJS): Add $(GGC).
20781         (ggc-callbacks.o): New target.
20782         * ggc-callbacks.c: New file.
20783
20784 Sat Sep  4 22:53:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20785
20786         * expr.h: Collapse individual optab and libfunc vars to arrays.
20787         (optab_index, libfunc_index): New enumerations.
20788         (optab_table, libfunc_table): New arrays.
20789         Add accessor macros for both.
20790
20791         * optabs.c (optab_table, libfunc_table): New.
20792         Delete declarations for individual optab and libfunc vars.
20793
20794 Sat Sep  4 12:57:17 1999  Richard Henderson  <rth@cygnus.com>
20795
20796         * i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args.
20797
20798 Sat Sep  4 11:19:52 1999  Richard Henderson  <rth@cygnus.com>
20799
20800         * Makefile.in (GGC, GGC_LIB): New.
20801         (HOST_RTL): Include ggc-none.o.
20802         (ggc-simple.o): New target.
20803         (ggc-none.o): Likewise.
20804         * tree.h (tree_common): Add gc_mark.
20805         * rtl.h (struct rtx_def): Steal a bit from code to make gc_mark.
20806         (struct rtvec_def): Add gc_mark.
20807         * emit-rtl.c (global_rtl): Update static initializers to contain
20808         enough initializers.
20809         * ggc.h, ggc-none.c, ggc-simple.c: New files.
20810         * toplev.c (gc_time): New variable.
20811         (all_time): New variable.
20812         (compile_file): Print gc time.
20813         (print_time): Calculate percentage of the whole.
20814
20815 Sat Sep  4 13:11:01 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20816
20817         Change obstack memory management and varasm constant pool handling so
20818         that nested functions are treated like any other functions.
20819         * function.c (init_machine_status): New variable.
20820         (push_function_context_to): Set contains_functions for the outer
20821         function.  Don't call save_varasm_status.
20822         (pop_function_context_from): Don't call restore_varasm_status.  Don't
20823         set current_function_contains_functions.
20824         (prepare_function_start): Call init_varasm_status rather than
20825         init_const_rtx_hash_table.  Call (*init_machine_status) if the pointer
20826         is non-null.
20827         * function.h (struct function) Add field varasm.  Delete fields
20828         inline_obstacks, inl_emit, const_rtx_hash_table, first_pool,
20829         last_pool, const_rtx_sym_hash_table, pool_offset, const_double_chain.
20830         (init_machine_status): Declare.
20831         (save_varasm_status, restore_varasm_status): Delete declarations.
20832         (save_tree_status, restore_tree_status): Delete last argument.
20833         * integrate.c (initialize_for_inline): Lose arg COPY.  Delete copying
20834         code.  All callers changed.
20835         (copy_decl_list, copy_decl_tree, copy_decl_rtls, copy_for_inline,
20836         save_constants_in_decl_trees, restore_constants, save_constants,
20837         save_for_inline_eh_labelmap, save_for_inline_copying): Delete
20838         functions.
20839         (inlining): New variable.
20840         (reg_map, label_map, insn_map, orig_asm_operands_vector,
20841         copy_asm_operands_vector, copy_asm_constraints_vector): Delete
20842         variables.
20843         (save_for_inline_nocopy): Don't save constants.
20844         Don't set inl_emit field in current_function.
20845         (expand_inline_function): Use emit field, not inl_emit, of the inlined
20846         function.  Set new variable inlining before
20847         calling copy_rtx_and_substitute.
20848         (copy_rtx_and_substitute): In MEM and SYMBOL_REF cases, handle
20849         constant pool references if inlining is nonzero.
20850         Delete ADDRESS and (most of the) CONST cases.
20851         (output_inline_function): Save and restore current_function/
20852         current_function_decl.  Delete restore_constants code.  Don't call
20853         init_const_rtx_hash_table.
20854         * output.h (init_const_rtx_hash_table): Don't declare.
20855         * rtl.h (struct function): Declare.
20856         (get_pool_constant_for_function, get_pool_mode_for_function): Declare.
20857         * toplev.c (rest_of_compilation): Don't treat nested functions or
20858         functions containing them specially.  Delete all code to deal with
20859         save_for_inline_copying.
20860         * tree.c (toplev_inline_obstacks, extra_inline_obstacks,
20861         inline_obstacks): Delete variables.
20862         (save_tree_status): Lose arg CONTEXT.  All callers changed.
20863         Simply allocate a new function_maybepermanent_obstack for the new
20864         function, delete all the special cases.
20865         Don't save inline_obstacks.
20866         (restore_tree_status): Lose arg CONTEXT.  All callers changed.
20867         Delete special handling for function_maybepermanent_obstack; simply
20868         free it if empty.
20869         Don't restore inline_obstacks.
20870         (permanent_allocation):  Delete code that frees inline_obstacks.
20871         (print_inline_obstack_statistics): Delete function.
20872         (dump_tree_statistics): Don't call it.
20873         * varasm.c (struct varasm_status): New.
20874         (const_rtx_hash_table, const_rtx_sym_hash_table, first_pool,
20875         last_pool, pool_offset, const_double_chain): Delete global
20876         variables, replace with accessor macros.
20877         (immed_double_const): Don't walk const_double_chain outside a
20878         function, but don't treat nested functions specially anymore.
20879         (immed_real_const_1): Likewise.
20880         (clear_const_double_mem): Don't treat nested functions specially.
20881         (init_const_rtx_hash_table): Deleted, code moved to init_varasm_status.
20882         (save_varasm_status, restore_varasm_status): Delete functions.
20883         (init_varasm_status): New function.
20884         (force_const_mem): Don't treat nested functions specially.
20885         (find_pool_constant): Accept new arg F, search for constants in
20886         that function's pool rather than the current one.  All callers
20887         changed.
20888         (get_pool_constant_for_function, get_pool_mode_for_function): New
20889         functions.
20890
20891         * i386.c (init_386_machine_status): New function, mostly from
20892         clear_386_stack_locals.
20893         (struct machine_functions): Rename element names to avoid name
20894         clashes.
20895         (pic_label_rtx, pic_label_name, i386_stack_locals): New accessor
20896         macros, replacing global variables.
20897         (clear_386_stack_locals, save_386_machine_status,
20898         restore_386_machine_status): Delete functions.
20899         (override_options): Initialize init_machine_status.
20900         * i386.h (INIT_EXPANDERS): Delete macro.
20901         (save_386_machine_status, restore_386_machine_status,
20902         clear_386_stack_locals): Delete declarations.
20903
20904 Sat Sep  4 16:56:28 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20905
20906         * config/c4x/c4x.md (rptb_init): Renamed from *rptb_init.
20907         (doloop_begin):  Simplify pattern and use emit_jump_insn.
20908         (doloop_end): Simplify pattern, switch operand order,
20909         and use emit_jump_insn.
20910
20911 Fri Sep  3 19:02:38 1999  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
20912
20913         * function.h (struct function): Add new element LANGUAGE.
20914         (save_lang_status): Declare new variable.
20915         (restore_lang_status): Likewise.
20916         * function.c (save_lang_status): Define.
20917         (restore_lang_status): Likewise.
20918         (push_function_context_to): Call language-specific save function.
20919         (pop_function_context_from): Call language-specific restore function.
20920
20921 Fri Sep  3 01:16:18 1999  Alasdair Baird  <alasdair@wildcat.demon.co.uk>
20922
20923         * i386.md (movsf_1): Check REG_P before use of REGNO.
20924         (movdf_1): Likewise.
20925         (movxf_1): Likewise.
20926         (extendsfdf2): Likewise.
20927         (extendsfxf2): Likewise.
20928         (extenddfxf2): Likewise.
20929
20930 Sat Sep  4 11:37:15 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20931
20932         * config/c4x/c4x.c (c4x_emit_move_sequence): Do not force large
20933         constants into memory.
20934         (c4x_shiftable_constant): New function.
20935         * config/c4x/c4x.c (LEGITIMATE_CONSTANT_P): Allow any CONST_INT.
20936         (c4x_shiftable_constant): Declare.
20937         * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant,
20938         ashlqi3_noclobber): Add new patterns and associated splitters.
20939
20940 Fri Sep  3 16:22:17 1999  Richard Henderson  <rth@cygnus.com>
20941
20942         * dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.
20943         * dwarf2out.c (dwarf2out_frame_init): Likewise.
20944         * final.c (shorten_branches): Likewise.
20945         * global.c (global_alloc): Likewise.
20946         * haifa-sched.c (build_control_flow): Likewise.
20947         * stmt.c (check_for_full_enumeration_handling): Likewise.
20948         (estimate_case_costs): Likewise.
20949
20950 Fri Sep  3 15:49:56 1999  Mark Mitchell  <mark@codesourcery.com>
20951
20952         * rtl.h (RTL_CHECKC2): Fix typo in last change.
20953
20954 Fri Sep  3 15:13:34 1999  Richard Henderson  <rth@cygnus.com>
20955
20956         * flow.c (propagate_block): Use XEXP not SET_DEST for a USE.
20957         (recompute_reg_usage): Likewise.
20958         * rtlanal.c (find_regno_fusage): Likewise.
20959
20960         * rtl.c (rtl_check_failed_code1): New function.
20961         (rtl_check_failed_code2): New.
20962         * rtl.h (RTL_CHECK1, RTL_CHECK2, RTVEC_ELT): Parenthesize args.
20963         (RTL_CHECKC1, RTL_CHECKC2): New.
20964         (XC*): New accessor macros.
20965         (NOTE_*, LABEL_NAME, LABEL_NUSES, ADDRESSOF_REGNO): Use them.
20966         (ADDRESSOF_DECL, JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF): Likewise.
20967         (CONTAINING_INSN, REGNO, INTVAL, SUBREG_REG, SUBREG_WORD): Likewise.
20968         (ASM_OPERANDS_*, MEM_ALIAS_SET, SET_SRC, SET_DEST): Likewise.
20969         (TRAP_*, RANGE_INFO_*): Likewise.
20970
20971 Fri Sep  3 15:10:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20972
20973         * Makefile.in (tlink.o): Don't depend on toplev.h.
20974
20975         * collect2.c (c_file, o_file, export_file, import_file, ldout,
20976         output_file, nm_file_name, ldd_file_name, strip_file_name,
20977         c_file_name, prefix_list, libexts, is_ctor_dtor, find_a_file,
20978         add_prefix, prefix_from_env, prefix_from_string, do_wait,
20979         fork_execute, maybe_unlink, add_to_list,
20980         extract_init_priority, write_list, dump_list,
20981         dump_prefix_list, write_list_with_asm, write_c_file,
20982         write_c_file_stat, write_c_file_glob, scan_prog_file,
20983         scan_libraries, is_in_list, resolve_lib_name, use_import_list,
20984         ignore_library, extract_string, notice, dump_file, target_machine,
20985         collect_wait, collect_execute, libname, locatelib, aix_std_libs,
20986         read_file, print_load_command): Constify a char*.
20987         (fdopen, error, fatal, fatal_perror): Don't prototype.
20988         (my_strerror): Remove.  All callers use xstrerror instead.
20989         (xcalloc, xmalloc, xrealloc, xstrdup, putenv): Remove definitions.
20990         (main): Add prototype.  Constify lots of char* ptrs.  Change calls
20991         to xcalloc/strcpy/strcat/...  to one call to concat.
20992         (main, scan_prog_file, scan_libraries): Use an intermediate
20993         `const char **' to build an argv array.
20994         (mapfile, libselect, libcompare, locatelib): Add prototypes.
20995
20996         * collect2.h (collect_execute, collect_wait, dump_file,
20997         file_exists): Constify a char*.
20998         (ldout, c_file_name, temporary_obstack, permanent_obstack,
20999         temporary_firstobj, vflag, debug): Add extern declarations.
21000         (fancy_abort, error, notice, fatal, fatal_perror): Add prototypes.
21001
21002         * tlink.c: Don't include toplev.h.
21003         (vflag, debug, ldout, c_file_name, temporary_obstack,
21004         permanent_obstack, temporary_firstobj): Don't declare.
21005         (tlink_execute, frob_extension, symbol_hash_lookup,
21006         file_hash_lookup, demangled_hash_lookup, tlink_init, freadsym,
21007         recompile_files, read_repo_files, demangle_new_symbols,
21008         scan_linker_output): Constify a char*.
21009         (symbol_hash_newfunc, file_hash_newfunc, demangled_hash_newfunc,
21010         do_tlink): Mark parameters with ATTRIBUTE_UNUSED.
21011
21012 Fri Sep  3 18:09:24 1999  Andrew Haley  <aph@cygnus.com>
21013
21014         * config/m68k/m68kelf.h: Set USE_GAS; this makes gcc generate jbsr
21015         (relative) rather than jsr (absolute) subroutine call insns.
21016         * config/m68k/m68k-coff.h: Ditto.
21017
21018 Fri Sep  3 17:24:31 1999  Richard Earnshaw <rearnsha@arm.com>
21019
21020         * arm.c (note_invalid_constants): No need to ignore ASMs, we can
21021         now rework these too.
21022         (arm_reorg): If an insn can't reach the end of the current pool,
21023         ensure that we emit that pool before the insn.
21024
21025 Fri Sep  3 09:14:32 1999  Marc Espie <espie@tetto.liafa.jussieu.fr>
21026
21027         * tlink.c (scan_linker_output): Skip the initial underscore in
21028         a mangled name if appropriate.
21029
21030 Fri Sep  3 01:28:33 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21031
21032         * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
21033         objc_tree_code_name, synth_id_with_class_suffix, warn_with_method,
21034         error_with_ivar, gen_declarator, create_builtin_decl,
21035         my_build_string, generate_descriptor_table, generate_ivars_list,
21036         generate_dispatch_table, check_protocols, TAG_GETCLASS,
21037         TAG_GETMETACLASS, TAG_MSGSEND, TAG_MSGSENDSUPER, TAG_EXECCLASS,
21038         dump_base_name, lang_decode_option, build_encode_expr,
21039         start_class, finish_class, encode_pointer, really_start_method,
21040         gen_declaration, dump_interface, handle_class_ref, handle_impent):
21041         Constify.
21042         (objc_demangle, objc_printable_name, generate_struct_by_value_array):
21043         Add static prototypes.
21044         (build_objc_string_decl, build_selector_reference_decl,
21045         encode_bitfield, build_class_reference_decl): Remove unused
21046         parameter, all callers changed.
21047         (maybe_objc_method_name): Mark with ATTRIBUTE_UNUSED.
21048         (objc_printable_name): Likewise.  Change second parameter to type int.
21049         (init_objc): Use memcpy, not bcopy, to avoid casts.
21050
21051 Thu Sep  2 21:49:52 1999  Richard Henderson  <rth@cygnus.com>
21052
21053         * reload1.c (eliminate_regs_in_insn): Avoid eliminating the
21054         reg notes on a deleted insn.
21055         * gcse.c (hash_expr_1): Use XWINT on a CONST_DOUBLE.
21056
21057 Thu Sep  2 20:18:12 1999  Jeffrey A Law  (law@cygnus.com)
21058
21059         * i386.c (ix86_attr_length_default): Handle TYPE_FXCH.
21060
21061 Thu Sep  2 22:00:08 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
21062
21063         * stmt.c (expand_asm_operands): Fix index into inout_mode when
21064         reading it.
21065
21066 Thu Sep  2 13:00:48 1999  Richard Henderson  <rth@cygnus.com>
21067
21068         * stmt.c (expand_asm_operands): Invoke MD_ASM_CLOBBERS if present.
21069         * tm.texi (MD_ASM_CLOBBERS): Document it.
21070
21071 Thu Sep  2 10:22:40 1999  Richard Henderson  <rth@cygnus.com>
21072
21073         * dwarf2out.c (dwarf2out_line): Constify `lastfile'.
21074         * except.c (expand_rethrow): Remove unused variable.
21075         * expr.c (do_jump_by_parts_greater_rtx): Likewise.
21076         * flow.c (replace_insns): Likewise.
21077         (create_edge_list, verify_edge_list): Likewise.
21078         * gcse.c (cprop_cc0_jump): Protect declaration with HAVE_cc0.
21079
21080         * genemit.c (gen_expand): Only emit `operands[N]' decl if there
21081         is special code to run.
21082         (main): Don't define operands to emit_operand.
21083         * genrecog.c (main): Don't emit an empty peephole2_insn function.
21084
21085         * rtl.h (NOTE_BASIC_BLOCK): Use X0BBDEF.
21086
21087         * alpha/alpha.h (normal_memory_operand): Declare.
21088         (reg_no_subreg_operand): Declare.
21089         * alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.
21090
21091 Thu Sep  2 10:19:20 1999  Richard Henderson  <rth@cygnus.com>
21092
21093         * c-parse.in (compstmt_primary_start): New, broken out of first
21094         part of compstmt handling in primary.
21095         (primary): Use it.  Add an error clause.
21096         (compstmt_nostart): Renamed from compstmt; remove all
21097         initial invocations of compstmt_start.
21098         (compstmt): New.
21099
21100 Thu Sep  2 01:35:50 1999  Marc Espie <espie@cvs.openbsd.org>
21101
21102         * protoize.c (gen_aux_info_file):  Let pexecute call choose_temp_base if
21103         needed.
21104
21105 Thu Sep  2 00:43:59 1999  Finn Hakansson  <finn@axis.com>
21106
21107         * combine.c (simplify_shift_const): Remove extra semicolon.
21108         * dwarf2out.c (remove_AT): Likewise.
21109         * expmed.c (expand_mult): Likewise.
21110         * gcov.c (create_program_flow_graph): Likewise.
21111         * reorg.c (mostly_true_jump): Likewise.
21112
21113 Thu Sep  2 00:06:43 1999  Jeffrey A Law  (law@cygnus.com)
21114
21115         * fold-const.c (fold_range_test): Do not try to fold the range
21116         test if the rhs or lhs has side effects.
21117
21118         * combine.c (simplify_rtx): Recognize another case of a synthesized
21119         sign extension.
21120
21121         * varasm.c (mark_constant_pool): When marking indirect references,
21122         only look at SYMBOL_REFs.
21123
21124         * except.c (expand_fixup_region_end): Do not peek at
21125         INSN_UID (node->entry->outer_context) for flag_new_exceptions.
21126
21127 Thu Sep  2 13:52:53 1999  Geoffrey Keating  <geoffk@cygnus.com>
21128
21129         * flags.h: New variables align_loops, align_loops_log,
21130         align_jumps, align_jumps_log, align_labels, align_labels_log,
21131         align_functions, align_functions_log.
21132         * toplev.c: Define them.
21133         (f_options): Handle -falign-* when they have no argument.
21134         (main): Add logic to set variables for -falign-functions,
21135         -falign-jumps, -falign-labels, -falign-loops.
21136         Make it -fsched-verbose=<n> and -finline-limit=<n>.
21137         (display_help): Change help to match options.
21138         * final.c (LABEL_ALIGN): Default to align_labels_log.
21139         (LABEL_ALIGN_MAX_SKIP): Default to align_labels-1.
21140         (LOOP_ALIGN): Default to align_loops_log.
21141         (LOOP_ALIGN_MAX_SKIP): Default to align_loops-1.
21142         (LABEL_ALIGN_AFTER_BARRIER): Default to align_jumps_log.
21143         (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Default to align_jumps-1.
21144         * varasm.c (assemble_start_function): Handle align_functions.
21145
21146         * config/sparc/sparc.h: Don't declare sparc_align_*.
21147         Don't provide LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN.
21148         (DEFAULT_SPARC_ALIGN_FUNCS): Delete; take functionality into
21149         sparc.c.
21150         (FUNCTION_BOUNDARY): Fix incorrect use---it's not just a request,
21151         it's a promise.
21152         * config/sparc/sparc.c: Delete sparc_align_loops,
21153         sparc_align_jumps, sparc_align_funcs and the corresponding string
21154         variables.
21155         (sparc_override_options): Default align_functions on ultrasparc.
21156         Delete -malign-* handling.
21157
21158         * config/mips/mips.c (override_options):  On 64-bit targets,
21159         try to align code to 64-bit boundaries.
21160         (print_operand): New substitution, %~,
21161         which aligns labels to align_labels_log.
21162         * config/mips/mips.md (div_trap_normal): Use %~.
21163         (div_trap_mips16): Likewise.
21164         (abssi): Likewise.
21165         (absdi2): Likewise.
21166         (ffssi2): Likewise.
21167         (ffsdi2): Likewise.
21168         (ashldi3_internal): Likewise.
21169         (ashrdi3_internal): Likewise.
21170         (lshrdi3_internal): Likewise.
21171         (casesi_internal): Likewise.
21172
21173 Wed Sep  1 21:13:48 1999  Richard Henderson  <rth@cygnus.com>
21174
21175         Merge new ia32 backend from the branch!
21176
21177         * i386.h, i386.c, i386.md, reg-stack.c, i386/unix.h: Many changes.
21178         See ChangeLog.P2 on new_ia32_branch for details.
21179
21180         * rtl.h (stack_regs_mentioned_p): Delete prototype.
21181         * i386/cygwin.h (SUBTARGET_PROLOGUE): No more do_rtl.
21182         * i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
21183         * i386/gas.h (ASM_FILE_START): Define.
21184         * i386/winnt.c (i386_pe_valid_decl_attribute_p): Update
21185         for name change of ix86_valid_decl_attribute_p.
21186         (i386_pe_valid_type_attribute_p): Similarly.
21187
21188 Wed Sep  1 18:21:23 1999  Richard Henderson  <rth@cygnus.com>
21189
21190         * emit-rtl.c (init_emit_once): Don't use GET_MODE_WIDER_MODE
21191         to step through CC modes.
21192
21193 Wed Sep  1 20:18:06 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
21194
21195         * regmove.c (fixup_match_1): Don't move INSN in front of P if
21196         it would end up in the shadow of a live flags regsiter.
21197
21198 Wed Sep  1 11:32:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21199
21200         * reload1.c: Fix many indentation problems.
21201         * reload.c: Likewise.
21202
21203 Tue Aug 31 22:08:03 1999  Marc Espie <espie@cvs.openbsd.org>
21204
21205         * alias.c (non_local_reference_p): Constify fmt.
21206
21207 Tue Aug 31 23:19:35 1999  Michael Meissner  <meissner@cygnus.com>
21208
21209         * config/i386/xm-cygwin.h (HAVE_DOS_BASED_FILE_SYSTEM): Define.
21210
21211 Tue Aug 31 16:44:52 1999  Jeffrey A Law  (law@cygnus.com)
21212
21213         * cse.c (delete_trivially_dead_insns): Do not delete stores to
21214         the internal_arg_pointer.
21215
21216 Tue Aug 31 13:35:42 1999  Richard Henderson  <rth@cygnus.com>
21217
21218         Merge peephole2 from new_ia32_branch:
21219         * Makefile.in (STAGESTUFF): Add *.peephole2.
21220         (mostlyclean): Likewise.
21221         (recog.o): Depend on resource.h.
21222
21223         * final.c (peephole): Conditionalize decl on HAVE_peephole.
21224         (final_scan_insn): Likewise for the invocation of peephole.
21225         * genconfig.c (main): Look for peephole and peephole2 patterns.
21226         Emit HAVE_peephole* accordingly.
21227         * genpeep.c (main): Conditionalize entire output on HAVE_peephole.
21228         * flags.h (flag_peephole2): Declare.
21229         * toplev.c: New pass peephole2.  New flag -fpeephole2.
21230
21231         * genattrtab.c (main): Count DEFINE_PEEPHOLE2.
21232         * gencodes.c (main): Likewise.
21233         * genextract.c (main): Likewise.
21234         * genoutput.c (main): Likewise.
21235         * genemit.c (max_operand_1): Look for the max scratch operand.
21236         (gen_rtx_scratch): New.
21237         (gen_exp): Use it, and pass on new arg subroutine_type.
21238         (gen_expand): Take max scratch into account.
21239         (gen_split): Emit peephole2 functions.
21240         (output_peephole2_scratch): New.
21241         (main): Include hard-reg-set.h and resource.h.  Handle peephole2.
21242         * genrecog.c (routine_type): Add PEEPHOLE2.
21243         (IS_SPLIT): New.
21244         (make_insn_sequence): Match outer parallel for peep2.  Discard
21245         top level scratches and dups.
21246         (add_to_sequence): New args insn_type and top.  Update all callers.
21247         Handle toplevel peep2 matching insns.
21248         (write_subroutine): Handle peep2.
21249         (write_tree_1): Likewise.
21250         (write_tree): Likewise.
21251         (main): Likewise.
21252         (change_state): New arg afterward.  Update all callers.
21253         Handle matching separate insns.
21254         * recog.c (recog_next_insn): New.
21255         (peephole2_optimize): New.
21256         * rtl.def (DEFINE_PEEPHOLE2): New.
21257         * resource.c (find_free_register): New argument last_insn.  Use it
21258         to find a register available through the entire span.
21259         * resource.h (find_free_register): Update prototype.
21260
21261 Tue Aug 31 11:51:06 1999  Jim Kingdon  <http://developer.redhat.com>
21262
21263         * i386.c (output_strlen_unroll): Don't write xops[7]
21264         label if it wasn't set.
21265
21266 1999-08-31 12:44 -0700  Zack Weinberg  <zack@bitmover.com>
21267
21268         * cpplib.c (struct directive): Const-ify name pointer and
21269         function pointer prototype.
21270         (validate_else, do_define, do_line, do_include, do_undef,
21271         do_error, do_pragma, do_ident, do_if, do_xifdef, do_else,
21272         do_elif, do_endif, do_sccs, do_assert, do_unassert,
21273         do_warning): Const-ify second arg.
21274         (directive_table): Mark const.  Reorder entries by frequency
21275         of usage, record statistics.
21276
21277 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>
21278
21279         * rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and
21280         bounds- check RTL accesses if --enable-checking.
21281         (RTVEC_ELT): Bounds check if --enable-checking.
21282         (XWINT, XINT, XSTR, XEXP, XVEC, XMODE, XBITMAP, XTREE,
21283         XBBDEF): Use RTL_CHECK1/RTL_CHECK2 as appropriate.
21284         (XVECEXP, XVECLEN): Define in terms of XVEC, RTVEC_ELT, and
21285         GET_NUM_ELEM.
21286         (X0WINT, X0INT, X0STR, X0EXP, X0VEC, X0MODE, X0BITMAP, X0TREE,
21287         X0BBDEF, X0ADVFLAGS):  New macros for accessing '0' slots of RTXes.
21288
21289         (ADDR_DIFF_VEC_FLAGS): Use X0ADVFLAGS.
21290         (NOTE_SOURCE_FILE): Use X0STR.
21291         (NOTE_BLOCK_NUMBER, NOTE_EH_HANDLER, LABEL_NUSES,
21292         MEM_ALIAS_SET): Use X0INT.
21293         (NOTE_RANGE_INFO, NOTE_LIVE_INFO, NOTE_BASIC_BLOCK,
21294         JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF, CONTAINING_INSN):
21295         Use X0EXP.
21296         * real.h (CONST_DOUBLE_CHAIN): Use X0EXP.
21297         * rtl.c (copy_rtx, copy_most_rtx): Copy '0' slots with X0WINT.
21298         (rtl_check_failed_bounds, rtl_check_failed_type1,
21299         rtl_check_failed_type2, rtvec_check_failed_bounds): New
21300         functions.
21301         (fancy_abort): Fix comment.
21302
21303         * cse.c (canon_hash): Read CONST_DOUBLE data slots with XWINT.
21304         (cse_insn): Decrement LABEL_NUSES for jump target before
21305         deleting jump insn.
21306         * emit-rtl.c (gen_rtx_CONST_DOUBLE): Use X0EXP for slot 1.
21307         * final.c (alter_subreg): Compute regno before changing x to
21308         REG; set REGNO(x) after changing it.
21309         * flow.c (count_basic_blocks): Use XWINT to inspect EH_REGION
21310         notes containing CONST_INTs.
21311         (delete_eh_regions): Use NOTE_EH_HANDLER.
21312         * function.c (put_reg_into_stack): Make reg a MEM before
21313         initializing it.
21314         (fixup_var_refs_insns):  Save REG_NOTES (insn) in case we
21315         delete insn.
21316         (gen_mem_addressof): Make reg a MEM before initializing it.
21317         * integrate.c (copy_rtx_and_substitute): Copy '0' slots with
21318         X0WINT.
21319         * local-alloc.c (update_equiv_regs): Zap REG_NOTES before
21320         deleting an insn, not after.
21321         (block_alloc): Only look at PATTERN(insn) if we have to, and
21322         only if it's format class 'i'.
21323         * loop.c (check_dbra_loop): Check bl->biv->add_val is a
21324         CONST_INT before using its INTVAL.
21325         * print-rtl.c (print_rtx): Use X0STR.
21326         * regmove.c (fixup_match_1): Don't look at PATTERN of
21327         non-class-'i' insn chain elements.
21328         * reload.c (loc_mentioned_in_p): Take address of
21329         in->fld[1].rtx directly.
21330         * reload1.c (reload): Change reg to a MEM before initializing
21331         it.
21332         * varasm.c (mark_constant_pool): Skip CONST_DOUBLES, which
21333         have no names.
21334         * config/i386/i386.md (decrement_and_branch_if_zero): Fix typo.
21335
21336 Fri Aug 20 13:43:41 1999  Andrew Haley  <aph@cygnus.com>
21337
21338         * config/mips/mips.c (machine_dependent_reorg): Force a
21339         barrier to output the local constant pool if a barrier hasn't
21340         been found at a natural point in the instruction stream.
21341
21342 Mon Aug 30 22:04:36 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21343
21344         * c-parse.in (language_string): Constify.
21345
21346         * dwarf2out.c (language_string): Remove declaration.
21347
21348         * dwarfout.c (language_string): Likewise.
21349
21350         * toplev.c (language_string, init_parse, finish_parse): Likewise.
21351
21352         * tree.h (language_string, init_parse, finish_parse): Declare.
21353
21354         * i386/sun386.h (language_string): Remove declaration.
21355
21356         * mips.h (language_string): Likewise.
21357
21358         * nextstep.h (language_string): Likewise.
21359
21360         * nextstep21.h (language_string): Likewise.
21361
21362         * rs6000.c (language_string): Likewise.
21363
21364 Mon Aug 30 20:56:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21365
21366         * Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.
21367         (getpwd.o): Remove target.
21368
21369         * getpwd.c: Delete file.  Its in libiberty now.
21370
21371         * dbxout.c (getpwd): Don't prototype.
21372         * dwarf2out.c (getpwd): Likewise
21373         * dwarfout.c (getpwd): Likewise
21374         * final.c (getpwd): Likewise.
21375         * protoize.c (getpwd): Likewise.
21376
21377 Mon Aug 30 20:21:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21378
21379         * cse.c: (fold_rtx): Cast to HOST_WIDE_INT in left shift.
21380
21381 Mon Aug 30 16:07:49 1999  Richard Henderson  <rth@cygnus.com>
21382
21383         * flow.c (new_insn_dead_notes): Use sets_reg_or_subreg not
21384         mark_set_resources.
21385
21386 Mon Aug 30 12:23:53 1999  Jim Wilson  <wilson@cygnus.com>
21387
21388         * fixinc/Makefile.in (subdir): New.
21389         (fixincl.x, inclhack.sh, fixincl.sh): Use cp instead of $(CP).
21390         (Makefile): New.
21391
21392 Mon Aug 30 01:02:09 1999  Jeffrey A Law  (law@cygnus.com)
21393
21394         * emit-rtl.c (copy_rtx_if_shared): A MEM which references
21395         virtual_stack_vars_rtx or virtual_incoming_args_rtx can not
21396         be shared.
21397
21398         * invoke.texi: Fix typo.
21399
21400         * dwarf2out.c (mem_loc_descriptor): New argument MODE.  All callers
21401         changed.  Handle autoincrement addressing modes.
21402
21403         * integrate.c (copy_rtx_and_substitute): Handle internal_arg_pointer
21404         just like we would the virtual incoming args register when
21405         integrating.
21406
21407 Sun Aug 29 23:17:54 1999  David Edelsohn  <edelsohn@gnu.org>
21408
21409         * rs6000.h (ASM_FILE_START): Specify complete filename, including
21410         path, in .file directive.
21411
21412 Sun Aug 29 05:06:43 1999  Russ Allbery  <rra@stanford.edu>
21413
21414         * gcc.texi (External Bugs): Remove obsolete note about Perl on
21415         SunOS.
21416
21417 1999-08-29 08:38 -0700  Zack Weinberg  <zack@bitmover.com>
21418
21419         * stdbool.h: Make the typedef name _Bool, with bool a #defined
21420         alias.
21421
21422 Sun Aug 29 09:36:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21423
21424         * tree.c (tree_code_name): Constify a char*.
21425
21426         * tree.h (tree_code_name, decl_printable_name): Likewise.
21427
21428         * function.h (struct function): Likewise.
21429
21430         * toplev.c (decl_name, decl_printable_name): Likewise.
21431
21432         * vax/vms.h (MAYBE_VMS_FUNCTION_PROLOGUE): Likewise.
21433
21434         * objc/objc-act.c (decl_printable_name): Remove redundant prototype.
21435         (init_objc): Remove function pointer cast.
21436
21437 Sun Aug 29 05:01:17 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
21438
21439         * pa.md (interspace_jump): New pattern.
21440         (builtin_longjmp): New expander.
21441
21442 1999-08-29  Bernd Schmidt  <bernds@cygnus.co.uk>
21443
21444         * fp-bit.c (add, sub, multiply, divide, compare, _eq_f2, _ne_f2,
21445         _gt_f2, _ge_f2, _lt_f2, _le_f2, float_to_si, float_to_usi, negate,
21446         sf_to_df, df_to_sf): Fix potential problem with alias analysis.
21447
21448 Sun Aug 29 04:30:52 1999  John Wehle  (john@feith.com)
21449
21450         * jump.c (delete_prior_computation): Also check calls
21451         to constant functions.  Don't bother checking for a
21452         REG_UNUSED note before adding it.
21453         (delete_computation): Handle multi-word hard registers
21454         when synthesizing missing REG_DEAD notes for a register
21455         which is both set and used by an insn.
21456
21457 1999-08-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
21458
21459         * loop.c (this_loop_info): New variable.
21460         (loop_has_call, loop_has_volatile, loop_has_tablejump,
21461         loop_continue, loops_enclosed): Replace with fields in this_loop_info.
21462         All uses updated.
21463         (prescan_loop, strength_reduce): New argument loop_info.  All callers
21464         updated.
21465         (scan_loop): New variable loop_info, initialise to address of
21466         this_loop_info.
21467         (prescan_loop): Set loop_info->vtop if find NOTE_INSN_LOOP_VTOP.
21468         Delete variable loop_has_multiple_exit targets and replace with
21469         field in this_loop_info.
21470         (find_and_verify_loops): Rename this_loop to this_loop_num.
21471         (strength_reduce): Delete loop_iteration_info.  Replace variable
21472         loop_info with function argument of same name.
21473         (insert_bct): Rework test for loop being completely unrolled.
21474
21475         * loop.h (struct loop_info): New fields num, loops_enclosed,
21476         has_call, has_volatile, has_tablejump, has_multiple_exit_targets,
21477         has_indirect_jump, and cont.  Redefine use of unroll_number.
21478         (loop_unroll_number): Delete.
21479
21480         * unroll.c (unroll_loop): Store loop unroll count in unroll_number
21481         field of loop_info.
21482         (loop_iterations): Delete variable vtop and instead use
21483         loop_info->vtop computed in prescan_loop.
21484
21485 Sun Aug 29 03:27:23 1999  Scott Weikart <scott@igc.apc.org>
21486
21487         * fix-header.c (main): Do not pass a null pointer to strcmp.
21488
21489 Sun Aug 29 03:18:48 1999  William Bader  (william@nscs.fast.net)
21490
21491         * configure.in (i[34567]86-*-sco3.2v4*): Target does not truncate
21492         filenames.
21493         * configure: Rebuilt.
21494
21495 Sat Aug 28 19:36:05 1999  Jeffrey A Law  (law@cygnus.com)
21496
21497         * jump.c (jump_optimize_1): Do not delete assignments to
21498         internal_arg_pointer.
21499         * cse.c (delete_trivially_dead_insns): Always consider a set of
21500         the internal_arg_pointer live.
21501
21502 Sat Aug 28 16:24:31 1999  Richard Henderson  <rth@cygnus.com>
21503
21504         * flow.c (flow_delete_insn_chain): Rename from delete_insn_chain.
21505         (update_life_info) [REG_WAS_0]: Search the original insns rather
21506         than the new insns for the note.  Fix typos finding note_dest.
21507         If no dest found, discard the note rather than abort.
21508         [REG_NOALIAS]: Handle as REG_NO_CONFLICT.
21509         (replace_insns): Remove the old insn list after update_life_info
21510         not before.
21511
21512 Sat Aug 28 16:20:12 1999  Richard Henderson  <rth@cygnus.com>
21513
21514         * haifa-sched.c (sched_analyze): Clear LOG_LINKS before calling
21515         sched_analyze_insn.
21516         (sched_analyze_1): Let add_dependence care for not adding dups.
21517         (sched_analyze_2): Likewise.
21518         (add_branch_dependences): Likewise.
21519
21520 Sat Aug 28 15:58:16 1999  Mumit Khan  <khan@xraylith.wisc.edu>
21521
21522         * i386/winnt.c (export_list): New type.
21523         (exports_head): Rename to
21524         (export_head):  this.
21525         (i386_pe_record_exported_symbol): Add is_data flag.
21526         (i386_pe_asm_file_end): Emit directive for exported variables.
21527         * i386/cygwin.h (i386_pe_record_exported_symbol): Update
21528         prototype.
21529         * i386/cygwin.h (ASM_OUTPUT_COMMON): Specify symbol type.
21530         (ASM_DECLARE_OBJECT_NAME): Likewise.
21531         (ASM_DECLARE_FUNCTION_NAME): Likewise.
21532         * i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
21533
21534 Fri Aug 27 15:35:24 1999  Jeffrey A Law  (law@cygnus.com)
21535
21536         * cse.c (fold_rtx): Work around bug in Sun V5.0 compilers.
21537
21538         * pa.c (emit_move_sequence): Do not stop on SUBREG_WORD of an
21539         operand.
21540
21541 Fri Aug 27 14:01:19 1999  Marc Espie <espie@cvs.openbsd.org>
21542
21543         * config/openbsd.h: Define SET_ASM_OP.
21544         * tm.texi: cross-reference SET_ASM_OP in the index.
21545
21546 1999-08-27 13:27 -0700  Zack Weinberg  <zack@bitmover.com>
21547
21548         * rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format
21549         for a CONST_DOUBLE, at compile time.  Initialize rtx_length
21550         and class_narrowest_mode at compile time.  Kill init_rtl.
21551         Mark rtx_length, mode_class, mode_size, mode_unit_size,
21552         mode_wider_mode, mode_mask_array, class_narrowest_mode, and
21553         rtx_format as const.  Kill all references to EXTRA_CC_MODES or
21554         EXTRA_CC_NAMES.
21555         * rtl.def (CONST_DOUBLE): Use CONST_DOUBLE_FORMAT macro for
21556         format.
21557         * rtl.h: Declare rtx_length and rtx_format as const.
21558         * machmode.def: Define CC().  Use CC() to define CCmode.  If
21559         EXTRA_CC_MODES is defined, expand it here.
21560         * machmode.h: Declare mode_class, mode_size, mode_unit_size,
21561         mode_wider_mode, mode_mask_array, and class_narrowest_mode as
21562         const.  Kill all references to EXTRA_CC_MODES.
21563
21564         * toplev.c: Don't prototype or call init_rtl.
21565         * optabs.c: Don't call init_mov_optab.
21566         * genemit.c: Don't generate init_mov_optab.  Don't call
21567         init_rtl.
21568         * gengenrtl.c: Duplicate calculation of CONST_DOUBLE_FORMAT
21569         here.
21570         * genattr.c, genattrtab.c, gencodes.c, genconfig.c,
21571         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
21572         genrecog.c: Don't call init_rtl.
21573
21574         * arc.h, arm.h, c4x.h, i386.h, i960.h, m88k.h, pa.h, pdp11.h,
21575         rs6000.h, sparc.h: Don't define EXTRA_CC_NAMES.  Use CC() in
21576         definition of EXTRA_CC_MODES.
21577
21578         * md.texi: Kill ref to EXTRA_CC_NAMES.
21579         * tm.texi: Document new way to define EXTRA_CC_MODES.
21580
21581         * genrecog.c: Do not look up the name of a define_split.
21582         (Unrelated bugfix.)
21583
21584 Fri Aug 27 17:03:42 1999  Nick Clifton  <nickc@cygnus.com>
21585
21586         * config/v850/v850.md: Fix typo introduced by previous delta.
21587
21588 Fri Aug 27 09:48:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21589
21590         * gcc.c (fatal): Make definition static to match prototype.
21591
21592 Fri Aug 27 10:33:35 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21593
21594         * combine.c (get_last_value): Don't look for earlier sets if the last
21595         known set is somewhere in between the insns being combined.
21596
21597 Fri Aug 27 10:03:12 BST 1999  Nathan Sidwell  <nathan@acm.org>
21598
21599         * configure.in: Don't use shell ! to negate exit codes
21600         * configure: Regenerate
21601
21602 Fri Aug 27 09:36:17 1999  Andreas Schwab  <schwab@suse.de>
21603
21604         * function.c (assign_stack_temp_for_type): Fix change of Mar 5 for
21605         the fact that ALIGN is measured in bits, not bytes.
21606
21607 1999-08-27 00:27 -0700  Zack Weinberg  <zack@bitmover.com>
21608
21609         * errors.c: New file; defines functions error, warning, and
21610         fatal, variables have_error and progname.
21611         * errors.h: New file; prototypes and decls for stuff in errors.c.
21612
21613         * Makefile: Add rules to build errors.o and
21614         $(HOST_PREFIX)errors.o.  Link genconfig, gencodes, genemit,
21615         genopinit, genrecog, genextract, genpeep, genattr, and
21616         genoutput with errors.o.  Add errors.h to deps of genconfig.o,
21617         gencodes.o, genemit.o, genopinit.o, genrecog.o, genextract.o,
21618         genpeep.o, genattr.o, and genoutput.o.
21619
21620         * genconfig.c, gencodes.c, genemit.c, genopinit.c, genrecog.c,
21621         genextract.c, genpeep.c, genattr.c:  Include errors.h.  Don't
21622         define or prototype fatal.  Set progname at beginning of main.
21623         * genoutput.c:  Likewise, and don't define or prototype error
21624         either.
21625
21626         * c-typeck.c (c_expand_start_case): Return immediately if exp
21627         is an ERROR_MARK.
21628         * fold-const.c (operand_equal_p): Return immediately if arg1
21629         or arg0 are ERROR_MARKs.
21630         * stor-layout.c (layout_type [case RECORD_TYPE]): Ignore
21631         fields of type ERROR_MARK when calculating if the record can
21632         go in a register.
21633
21634 Fri Aug 27 01:03:48 1999  Jim Kingdon  <http://developer.redhat.com>
21635         with much help from Jeffrey A Law and Richard Henderson
21636
21637         * i386.md: In the 6 insns which call output_fix_trunc,
21638         earlyclobber operands[0].
21639
21640 Fri Aug 27 01:01:51 1999  Philip Blundell  <pb@nexus.co.uk>
21641
21642         * jump.c (duplicate_loop_exit_test): Call reg_scan_update after
21643         creating new registers.
21644
21645 1999-08-26 23:09 -0700  Zack Weinberg  <zack@bitmover.com>
21646
21647         * i386.h: Declare ix86_cpu_string, ix86_arch_string,
21648         i386_reg_alloc_order, i386_regparm_string,
21649         i386_align_loops_string, i386_align_jumps_string,
21650         i386_align_funcs_string, i386_preferred_stack_boundary_string,
21651         and i386_branch_cost_string as type "const char *".
21652         * i386.c: Define all above strings as type "const char *".
21653
21654 Thu Aug 26 20:36:30 1999  Jim Wilson  <wilson@cygnus.com>
21655
21656         * dwarf2out.c (output_aranges): Check DWARF_OFFSET_SIZE not PTR_SIZE
21657         when emitting alignment padding.  Emit padding byte of 0 instead of 4.
21658
21659 Thu Aug 26 18:11:20 1999  Mark Mitchell  <mark@codesourcery.com>
21660
21661         * tree.c (array_type_nelts): Don't create RTL_EXPRs from
21662         SAVE_EXPRs unless the SAVE_EXPRs have already been expanded.
21663
21664 Thu Aug 26 19:33:23 1999  Jim Wilson  <wilson@cygnus.com>
21665
21666         * dwarf2out.c (DWARF2_ASM_LINE_DEBUG_INFO): Add default definition.
21667         (debug_dwarf): Add DWARF2_ASM_LINE_DEBUG_INFO support.
21668         (dwarf2out_line, dwarf2out_finish): Likewise.
21669         * tm.texi (DWARF2_ASM_LINE_DEBUG_INFO): Add documetation.
21670
21671 Thu Aug 26 16:10:56 1999  Gavin Romig-Koch  <gavin@cygnus.com>
21672
21673         * tree.c (lang_unsave_expr_now) : Correct return type.
21674         * tree.h (lang_unsave_expr_now) : Same.
21675
21676 Thu Aug 26 13:12:29 1999  Jeffrey A Law  (law@cygnus.com)
21677
21678         * pa.c (cint_ok_for_move): Use CONST_INT_OK_FOR_LETTER_P macros
21679         instead of duplicating code.
21680
21681 Thu Aug 26 18:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21682
21683         * gcse.c (hash_scan_insn): Don't scan obvious no-ops.
21684
21685 1999-08-26 09:42 -0700  Zack Weinberg  <zack@bitmover.com>
21686
21687         * tree.h: fancy_abort always takes three args.
21688         * resource.c: Move include of system.h before toplev.h.
21689
21690 Thu Aug 26 09:46:16 1999  Nick Clifton  <nickc@cygnus.com>
21691
21692         * dwarf2out.c (mem_loc_descriptor): Accept LABEL_REFs as well
21693         as SYMBOL_REFs.
21694
21695 1999-08-25 22:10 -0700  Zack Weinberg  <zack@bitmover.com>
21696
21697         * system.h: Don't redefine abort or trim_filename.
21698         * rtl.h: Define abort to fancy_abort (__FILE__, __LINE__, 0)
21699         or fancy_abort (__FILE__, __LINE__, __FUNCTION__) depending on
21700         whether or not __FUNCTION__ is available.
21701         * tree.h: Duplicate rtl.h's definition of abort, for files
21702         that don't include rtl.h.  Delete all code to perform type
21703         checking with a compiler other than GCC.
21704         * varray.h: Delete all code to perform type checking with a
21705         compiler other than GCC.  Make VARRAY_CHECK() always evaluate
21706         its arguments exactly once, using a statement expression.
21707         Adjust the VARRAY_<type> accessor macros to match.
21708         * toplev.h (fatal_insn, fatal_insn_not_found): Kill.
21709         (_fatal_insn, _fatal_insn_not_found): New fns, take info on
21710         caller's location.  Define fatal_insn and fatal_insn_not_found
21711         as macros that use _fatal_insn and _fatal_insn_not_found.
21712         (fancy_abort, trim_filename): Kill prototypes.
21713
21714         * rtl.c (trim_filename): Move here from toplev.c.
21715         (fancy_abort): New function.
21716         (DIR_SEPARATOR): Provide default definition.
21717         * tree.c (tree_check_failed, tree_class_check_failed): Go
21718         through fancy_abort.
21719         (tree_check, tree_class_check, cst_or_constructor_check,
21720         expr_check): Delete.
21721         * varray.c (varray_check_failed): New function.
21722         * toplev.c (fatal_insn, fatal_insn_not_found): Replace with
21723         _fatal_insn and _fatal_insn_not_found.  Go through
21724         fancy_abort.
21725         (trim_filename, fancy_abort): Delete.
21726
21727         * builtins.c (expand_builtin_args_info): Report ICE with abort.
21728         * except.c (start_catch_handler): Report ICE with error/abort
21729         combo.
21730         * final.c (output_operand_lossage): Likewise.
21731         * flow.c (verify_flow_info): Likewise.
21732
21733         * gcc.c: Prototype fatal.
21734         * gengenrtl.c: Undef abort after including rtl.h not system.h.
21735         * genattr.c, genattrtab.c, genemit.c, genextract.c,
21736         genflags.c, genopinit.c, genoutput.c, genpeep.c, genrecog.c:
21737         Don't define fancy_abort.
21738
21739 Wed Aug 25 17:56:59 1999  Richard Henderson  <rth@cygnus.com>
21740
21741         * optabs.c (emit_cmp_and_jump_insns): Be more thorough in
21742         canonization.
21743
21744 Wed Aug 25 15:35:55 1999  Richard Henderson  <rth@cygnus.com>
21745
21746         * m88k.h (VERSION_INFO2): Kill.
21747         (VERSION_STRING): Kill.
21748         (TM_RCS_ID): Kill.
21749         (VERSION_INFO1): Tidy.
21750         (TARGET_VERSION): Update.
21751         * m88k/dgux.h (VERSION_INFO2): Kill.
21752         (ASM_FIRST_LINE): Adjust for death of VERSION_STRING.
21753         * m88k/luna.h (VERSION_INFO1): Tidy.
21754         * m88k/sysv4.h (VERSION_INFO1): Likewise.
21755         * m88k.c (out_rcs_id, tm_rcs_id): Kill.
21756         (output_file_start): Adjust for death of VERSION_STRING.
21757
21758 1999-08-25 13:51 -0700  Jim Meyering  <meyering@ascend.com>
21759
21760         * cpplib.c (detect_if_not_defined): New function.
21761         (do_if): Use it to detect potential once-only headers.
21762
21763 Wed Aug 25 14:00:18 1999  Jason Merrill  <jason@yorick.cygnus.com>
21764
21765         * c-common.c (combine_strings): Always set TREE_CONSTANT.
21766
21767 Wed Aug 25 15:27:22 1999  Gavin Romig-Koch  <gavin@cygnus.com>
21768
21769         * combine.c (nonzero_bits) : Allow single-ly set registers to be
21770         anywere in the function only if they are pseudos and set before
21771         being used (not live at the start of the function).
21772         (num_sign_bit_copies) : Same.
21773         (get_last_value_validate) : Same.
21774         (get_last_value) : Same.
21775
21776 Wed Aug 25 11:13:29 1999  Richard Henderson  <rth@cygnus.com>
21777
21778         * loop.c (express_from): Try harder to unify (* c N) and (* c M)
21779         where N and M are constant and N is an integer multiple of M.
21780
21781 Wed Aug 25 13:55:47 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
21782
21783         * sbitmap.h (sbitmap_intersection_of_succs): Add prototype.
21784         (sbitmap_intersection_of_preds, sbitmap_union_of_succs,
21785         sbitmap_union_of_preds): Add prototypes.
21786         * sbitmap.c (sbitmap_intersection_of_succs): New function to compute
21787         the intersection of successors with the new flow graph structures.
21788         (sbitmap_intersection_of_preds): New function to compute the
21789         intersection of predecessors with the new flow graph structures.
21790         (sbitmap_union_of_succs): New function to compute the union of
21791         successors with the new flow graph structures.
21792         (sbitmap_union_of_preds): New function to compute the union of
21793         predecessors with the new flow graph structures.
21794         * gcse.c (compute_rdm, compute_available): Use new sbitmap routines.
21795         (expr_reaches_here_p): Use edge and basic_block structures instead
21796         of s_preds and s_succs.
21797         (compute_cprop_avinout): Use new sbitmap routines.
21798         (pre_expr_reaches_here_p): Use edge and basic_block structures instead
21799         of s_preds and s_succs.
21800         * flow.c (compute_flow_dominators): Compute dominators using
21801         edges and basic blocks instead of s_preds and s_succs.
21802
21803 Wed Aug 25 13:41:47 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
21804
21805         * lists.c (unused_insn_list, unused_expr_list): New file for
21806         maintaining various types of lists. New statics for maintaining a
21807         cache of available INSN_LIST and EXPR_LIST nodes.
21808         (free_list): Static function for freeing a list of INSN/EXPR nodes.
21809         (alloc_INSN_LIST): Function to get a free INSN_LIST node.
21810         (alloc_EXPR_LIST): Function to get a free EXPR_LIST node.
21811         (init_EXPR_INSN_LIST_cache): Initialize the cache lists.
21812         (free_EXPR_LIST_list): Free an entire list of EXPR_LIST nodes.
21813         (free_INSN_LIST_list): Free an entire list of INSN_LIST nodes.
21814         (free_EXPR_LIST_node): Free an individual EXPR_LIST node.
21815         (free_INSN_LIST_node): Free an individual INSN_LIST node.
21816         * haifa-sched.c (unused_insn_list, unused_expr_list): Moved to flow.c
21817         (free_list, alloc_INSN_LIST, alloc_EXPR_LIST): Moved to flow.c
21818         (remove_dependence, free_pending_lists): Use new global routines.
21819         (flush_pending_lists, sched_analyze_insn): Use new global routines.
21820         (sched_analyze, compute_block_backward_dependences): Use new routines.
21821         (sched_analyze_1, sched_analyze_2): Use new routines.
21822         (schedule_insns): Use new global routines.
21823         * rtl.h (init_EXPR_INSN_LIST_cache, free_EXPR_LIST_list): Add function
21824         prototypes.
21825         (free_INSN_LIST_list, free_EXPR_LIST_node): Add prototypes.
21826         (free_INSN_LIST_node, alloc_INSN_LIST, alloc_EXPR_LIST): Add function
21827         prototypes.
21828         * toplev.c (rest_of_compilation): Initialize node cache.
21829         * Makefile.in (OBJS): Add lists.o to list of object files.
21830         (lists.o): Add dependancies.
21831
21832 Wed Aug 25 17:31:56 1999  Nick Clifton  <nickc@cygnus.com>
21833
21834         * config/v850/v850.md: Fix compile time warning messages.
21835         * config/v850/v850.c: Fix compile time warning messages.
21836         * config/v850/v850.h: Fix compile time warning messages.
21837
21838 Wed Aug 25 09:44:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21839
21840         * genattr.c (gen_attr): Add prototype arguments for get_attr_*().
21841         Remove unused prototype for `init_lengths'.
21842
21843 Wed Aug 25 09:32:31 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21844
21845         * calls.c (emit_call_1): Mark parameter `stack_size' with
21846         ATTRIBUTE_UNUSED.
21847         (expand_call): Initialize variable `insn'.
21848         (emit_library_call): Likewise for variable `high_to_save'.
21849         (emit_library_call_value): Likewise.
21850         (store_one_arg): Likewise for variables `lower_bound' and
21851         `upper_bound'.
21852
21853         * combine.c (try_combine): Likewise for variables `i2_code_number'
21854         and `other_code_number'.
21855         (find_split_point): Likewise for variables `pos', `unsignedp' and
21856         `inner'.
21857         (simplify_if_then_else): Likewise for variables `op' and `c1'.
21858         (simplify_and_const_int): Remove unused variable `width'.
21859         (merge_outer_ops): Likewise.
21860
21861         * cse.c (simplify_binary_operation): Cast an INTVAL() to `unsigned
21862         HOST_WIDE_INT' when comparing against one.
21863         (simplify_relational_operation): Likewise.
21864         (cse_insn): Initialize variables `src_eqv_volatile',
21865         `src_eqv_in_memory', `src_eqv_in_struct', `src_eqv_hash' and `sets'.
21866
21867         * final.c (init_final): Constify parameter `filename'.
21868         (final_start_function): Mark parameter `optimize' with
21869         ATTRIBUTE_UNUSED.
21870         (profile_function): Likewise for parameters `first' and `optimize'.
21871         (output_source_line): Likewise for parameter `file'.
21872
21873         * integrate.c (subst_constants): Cast a value to `size_t' when
21874         comparing against one.
21875         (mark_stores): Initialize variable `mode'.  Cast a value to
21876         `size_t' when comparing against one.
21877
21878         * integrate.h (MAYBE_EXTEND_CONST_EQUIV_VARRAY): Likewise.
21879
21880         * loop.c (move_movables): Initialize variable `first'.
21881         (strength_reduce): Likewise for variable `increment'.
21882         (check_dbra_loop): Likewise for variable `comparison_val'.  Cast a
21883         value to `size_t' when comparing against one.
21884         (load_mems): Initialize variable `end_label'.
21885
21886         * output.h (init_final): Constify parameter.
21887
21888         * reload.c (decompose): Initialize variable `base'.
21889
21890         * reload1.c (reload): Likewise for variable `is_scalar'.
21891         (spill_hard_reg): Mark parameter `dumpfile' with ATTRIBUTE_UNUSED.
21892         (choose_reload_regs): Initialize variable `mode'.
21893         (emit_reload_insns): Likewise for variable `store_insn'.
21894         (reload_cse_noop_set_p): Mark parameter `insn' with
21895         ATTRIBUTE_UNUSED.
21896         (reload_combine): Initialize variable `set'.
21897
21898         * unroll.c (unroll_loop): Likewise for variable `local_label'.
21899         (copy_loop_body): Cast a value to `size_t' when comparing against
21900         one.
21901
21902         * varasm.c (assemble_variable): Initialize variable `size_tree'.
21903         (const_hash): Add an `else abort()' in an if-else-if-else sequence.
21904         (remove_from_pending_weak_list): Mark parameter `name' with
21905         ATTRIBUTE_UNUSED.
21906
21907 Wed Aug 25 11:18:39 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21908
21909         * toplev.c (rest_of_compilation): Use decl_printable_name when opening
21910         gcse dump file.
21911
21912 Wed Aug 25 10:57:12 1999  Nick Clifton  <nickc@cygnus.com>
21913
21914         * config/arm/telf.h (ASM_WEAKEN_LABEL): Define.
21915         (ASM_DECLARE_FUNCTION_NAME): Define.
21916         (TYPE_ASM_OP, SIZE_ASM_OP, TYPE_OPERAND_FORMAT,
21917         ASM_DECLARE_RESULT, ASM_DECLARE_OBJECT_NAME,
21918         ASM_FINISH_DECLARE_OBJECT, ASM_DECLARE_FUNCTION_SIZE): Define if
21919         not already defined.
21920
21921 Wed Aug 25 01:36:11 1999  John David Anglin  <dave@hiauly1.hia.nrc.ca>
21922
21923         * calls.c (emit_call_1): Use call_pop/call_value_pop for all values
21924         of n_popped when call/call_value are not defined.
21925
21926 Wed Aug 25 01:25:14 1999  Jeffrey A Law  (law@cygnus.com)
21927
21928         * tm.texi: GNU CC -> GCC conversion.
21929         (CC1_SPEC): Indicate it is used for all language front ends.
21930
21931 Tue Aug 24 23:43:03 1999  Mark Mitchell  <mark@codesourcery.com>
21932
21933         * flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and
21934         NOTE_INSN_EH_REGION_END correctly.
21935
21936 Tue Aug 24 23:26:44 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
21937                           Jeff Law <law@cygnus.com>
21938
21939         * loop.c (strength_reduce): Automatically unroll loops if the
21940         unrolled loop size is smaller than the rolled loop size.
21941
21942         * loop.c (insert_bct): Replace use of sdiv_optab with asr_optab
21943         and delete comment that code should be rewritten.
21944
21945 Tue Aug 24 22:56:35 1999  Jeffrey A Law  (law@cygnus.com)
21946
21947         * haifa-sched.c (find_rgns): Mark a block found during the DFS search
21948         as reachable.
21949
21950         * haifa-sched.c (get_visual_tbl_length): Fix off-by-one error.
21951
21952 Tue Aug 24 22:41:06 1999  Mumit Khan  <khan@xraylith.wisc.edu>
21953
21954         * fixinc/mkfixinc.sh: Don't fix uwin headers.
21955         * i386/uwin.h (MD_STARTFILE_PREFIX): Define.
21956         (LINK_SPEC): Add -u _main when building executables.
21957         (ASM_DECLARE_FUNCTION): Update from Cygwin.
21958         (ASM_FILE_END): Use the default for ix86-pe.
21959         * i386/xm-uwin.h (HAVE_BCOPY): Undefine.
21960
21961 Tue Aug 24 20:49:47 1999  Art Haas  <ahaas@neosoft.com>
21962
21963         * final.c (output_addr_const): Handle case where ASM_OPEN_PAREN
21964         and ASM_CLOSE_PAREN are empty strings.
21965
21966 Wed Aug 25 12:46:22 1999  Fred Fish  <fnf@cygnus.com>
21967                           Geoffrey Keating <geoffk@cygnus.com>
21968
21969         * Makefile.in (PREPROCESSOR_DEFINES): New macro.
21970         (protoize.o):  Use PREPROCESSOR_DEFINES and DRIVER_DEFINES.
21971         (unprotoize.o): Ditto.
21972         (test-protoize-simple): Don't define STD_PROTO_DIR.
21973         * protoize.c: Use PARAMS rather than PROTO.  Minor whitespace
21974         changes to make 'test-protoize-simple' pass.
21975         (STD_PROTO_DIR): Remove define.
21976         (STANDARD_EXEC_PREFIX): Supply default define.
21977         (standard_exec_prefix): New variable, init to STANDARD_EXEC_PREFIX.
21978         (target_machine): New variable, init to DEFAULT_TARGET_MACHINE.
21979         (target_version): New variable, init to DEFAULT_TARGET_VERSION.
21980         (GET_ENV_PATH_LIST): New macro.
21981         (default_syscalls_dir): No longer initialized to STD_PROTO_DIR.
21982         (do_processing): Initialize default_syscalls_dir using new
21983         macros.  Use it to initialize syscalls_absolute_filename.
21984
21985 Tue Aug 24 16:58:15 1999  Richard Henderson  <rth@cygnus.com>
21986
21987         * jump.c (jump_optimize_1): Do cmov opt on any single-set; force
21988         B into a register before emit_conditional_move.
21989
21990 Tue Aug 24 15:37:03 1999  Richard Henderson  <rth@cygnus.com>
21991
21992         * fold-const.c (fold): Reassociate (+ (+ (* a b) c) (* d e))
21993         as (+ (+ (* a b) (* d e)) c).  Factor a common power-of-two
21994         multiplicand out of (+ (* a b) (* c d)).
21995
21996 Tue Aug 24 11:46:10 1999  Bob Manson <manson@cygnus.com>
21997                           Richard Henderson  <rth@cygnus.com>
21998
21999         * haifa-sched.c (split_hard_reg_notes): Move to flow.c
22000         (new_insn_dead_notes): Likewise.
22001         (update_n_sets): Likewise.
22002         (update_flow_info): Move to flow.c, renamed to update_life_info;
22003         extend to handle multiple source insns.
22004         * flow.c: Include resource.h
22005         (unlink_insn_chain): New.
22006         (split_hard_reg_notes): New.
22007         (maybe_add_dead_note): New.
22008         (maybe_add_dead_note_use): New.
22009         (find_insn_with_note): New.
22010         (new_insn_dead_notes): New.
22011         (update_n_sets): New.
22012         (sets_reg_or_subreg_1, sets_reg_or_subreg): New.
22013         (maybe_remove_dead_notes): New.
22014         (update_life_info): New.
22015         (prepend_reg_notes): New.
22016         (replace_insns): New.
22017         * output.h (update_life_info): Declare.
22018         * recog.c (split_block_insns): Use update_life_info.
22019         * resource.c (find_free_register): Use reg_alloc_order, don't use
22020         fixed regs, make sure the mode is supported, don't use new regs.
22021         (reg_dead_p): New.
22022         * rtl.h (replace_insns): Declare.
22023
22024 Tue Aug 24 13:48:39 1999  Nathan Sidwell  <nathan@acm.org>
22025
22026         * expr.c (expand_expr): Cope with COND_EXPRs with one
22027         non-returning branch.
22028
22029 Mon Aug 23 22:28:16 1999  Mark Mitchell  <mark@codesourcery.com>
22030
22031         * expr.c (store_expr): Always pass down the target, even when not
22032         doing CSE.
22033
22034 1999-08-24  Nick Clifton  <nickc@cygnus.com>
22035
22036         * configure.in: Define target_cpu_default for v850 targets.
22037         * configure: Regenerate
22038
22039         * config/v850/v850.h (TARGET_CPU_generic): Define.
22040         (GO_IF_LEGITIMATE_ADDRESS): Insist that SImode and larger constant
22041         addresses are 4 byte aligned.
22042
22043         * config/v850/v850.c (print_operand): Cope with 'R' format DFmode
22044         addresses.
22045
22046 Tue Aug 24 09:32:07 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22047
22048         * genattr.c (function_unit_desc): Constify a char*.  Add prototype.
22049         (main): Add prototypes.
22050
22051         * genattrtab.c (substitute_address, write_const_num_delay_slots,
22052         attr_eq, attr_numeral, attr_equal_p, attr_copy_rtx): Prototype.
22053         (write_attr_get): Emit prototypes along with function definition.
22054         (write_eligible_delay): Mark a parameter with ATTRIBUTE_UNUSED.
22055         (write_complex_function): Emit static prototype along with
22056         function definition.
22057
22058         * genemit.c (gen_split): Emit prototypes along with function
22059         definition.
22060
22061         * genoutput.c (output_epilogue): Add prototype to `insn_outfun'.
22062         Likewise for predicates and `insn_operand_predicate'.
22063         (process_template): Emit static prototype along with function
22064         definition.
22065
22066         * genrecog.c (make_insn_sequence): Constify a char*.  Add
22067         prototypes for get_split_*().
22068         (write_subroutine): Emit prototypes along with function
22069         definition.
22070
22071 Tue Aug 24 12:35:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22072
22073         * gcse.c (find_avail_set): Follow chains of register-register copies.
22074         Use oprs_not_set_p to guarantee that the returned value can be
22075         substituted.
22076         (cprop_insn): Don't verify the return value of find_avail_set with
22077         oprs_not_set_p.
22078
22079         * gcse.c (cprop_jump): New function, broken out of cprop_insn.
22080         (cprop_cc0_jump): New function.
22081         (cprop_insn): Break out new function cprop_jump and use it.
22082         Also use cprop_cc0_jump for machines with CC0.
22083         (cprop): Don't crash if cprop_insn turned the insn into a NOTE.
22084
22085         * tree.h (current_function_calls_setjmp,
22086         current_function_calls_longjmp): Delete declarations.
22087         * dsp16xx.c: Include "function.h".
22088         * elxsi.c: Likewise.
22089         * gmicro.c: Likewise.
22090         * h8300.c: Likewise.
22091         * i370.c: Likewise.
22092         * m32r.c: Likewise.
22093         * mn10200.c: Likewise.
22094         * mn10300.c: Likewise.
22095         * ns32k.c: Likewise.
22096         * spur.c: Likewise.
22097         * v850.c: Likewise.
22098
22099         * rtl.h (rtx_equal_function_value_matters): Declare.
22100         * toplev.c (rtx_equal_function_value_matters): Don't declare.
22101         * cse.c: Likewise.
22102         * function.c: Likewise.
22103         * emit-rtl.c: Likewise.
22104
22105 Tue Aug 24 02:47:44 1999  Jeffrey A Law  (law@cygnus.com)
22106
22107         * expr.c (convert_move): Fix arguments to TRULY_NOOP_TRUNCATION
22108         call.
22109
22110 1999-08-24 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
22111
22112         * jump.c (delete_barrier_successors) Match (set (pc) (pc)) insn
22113         exactly.
22114
22115 Mon Aug 23 23:35:52 1999  Matthias Klose  <doko@cs.tu-berlin.de>
22116
22117         * cpp.texi: Add a node documenting macro varargs (copied
22118         from extend.texi).
22119
22120 1999-08-23 22:23 -0700  Zack Weinberg  <zack@bitmover.com>
22121
22122         * cppspec.c: Put a null pointer at the end of the new argv.
22123
22124 Mon Aug 23 21:23:24 1999  Jeffrey A Law  (law@cygnus.com)
22125
22126         * configure.in: Remove code to select/de-select the haifa
22127         scheduler.  Every scheduled port gets haifa now.
22128         * configure: Rebuilt.
22129         * flags.h, genattrtab.c, rtl.h, toplev.c: Remove HAIFA ifdefs.
22130         * sched.c Deleted.
22131         * Makefile.in: Corresponding changes.
22132
22133 Mon Aug 23 16:04:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22134
22135         * optabs.c (prepare_cmp_insn): Turn COMPARISON arg into a pointer.
22136         All callers changed.
22137         (prepare_float_lib_cmp): Likewise.
22138         Use FLOAT_LIB_COMPARE_RETURNS_BOOL.
22139         * expr.h (emit_float_lib_cmp): Delete declaration.
22140         * tm.texi (FLOAT_LIB_COMPARE_RETURNS_BOOL): Document.
22141         * sparc.h (FLOAT_LIB_COMPARE_RETURNS_BOOL): Define.
22142         * sparc.md (bcc and scc patterns): Don't handle TFmode comparisons
22143         specially.
22144         (cmptf): Now conditional on TARGET_HARD_QUAD.
22145
22146 Fri Aug 20 17:52:27 1999  Jim Wilson  <wilson@cygnus.com>
22147
22148         * resource.c (mark_target_live_regs): Use
22149         PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.
22150
22151 Fri Aug 20 19:07:55 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22152
22153         * rtl.c (rtx_class, note_insn_name, reg_note_name): Constify.
22154
22155         * rtl.h (rtx_class, reg_note_name, note_insn_name): Likewise.
22156
22157         * genopinit.c (gen_insn): Use accessor macro, not `rtx_class'.
22158
22159 Fri Aug 20 18:53:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22160
22161         * rtl.h (rtx_format): Constify a char*.
22162
22163         * rtl.c (rtx_format): Likewise.
22164         (copy_rtx, copy_most_rtx, read_rtx): Likewise.
22165         (init_rtl): Use accessor macro, not `rtx_format'.
22166
22167         * alias.c (rtx_equal_for_memref_p, find_symbolic_term): Constify a
22168         char*.
22169
22170         * caller-save.c (mark_referenced_regs): Likewise.
22171
22172         * combine.c (subst, make_compound_operation, known_cond,
22173         gen_rtx_combine, update_table_tick, get_last_value_validate,
22174         use_crosses_set_p, mark_used_regs_combine, move_deaths): Likewise.
22175
22176         * cse.c (rtx_cost, mention_regs, canon_hash, exp_equiv_p,
22177         refers_to_p, canon_reg, fold_rtx, cse_process_notes,
22178         count_reg_usage): Likewise.
22179
22180         * emit-rtl.c (gen_rtx, copy_rtx_if_shared, reset_used_flags):
22181         Likewise.
22182
22183         * final.c (leaf_renumber_regs_insn): Likewise.
22184
22185         * flow.c (mark_used_regs, find_use_as_address, dump_flow_info,
22186         dump_edge_info, count_reg_references): Likewise.
22187
22188         * function.c (fixup_var_refs_1, walk_fixup_memory_subreg,
22189         fixup_stack_1, purge_addressof_1, instantiate_virtual_regs_1):
22190         Likewise.
22191
22192         * gcse.c (oprs_unchanged_p, hash_expr_1, expr_equiv_p,
22193         oprs_not_set_p, expr_killed_p, compute_transp, find_used_regs,
22194         add_label_notes): Likewise.
22195
22196         * genattrtab.c (attr_rtx, attr_copy_rtx, encode_units_mask,
22197         clear_struct_flag, count_sub_rtxs, count_alternatives,
22198         compares_alternatives_p, contained_in_p, walk_attr_value,
22199         write_expr_attr_cache): Likewise.
22200
22201         * genconfig.c (walk_insn_part): Likewise.
22202
22203         * genemit.c (max_operand_1, gen_exp): Likewise.
22204
22205         * genextract.c (walk_rtx): Likewise.
22206
22207         * genflags.c (num_operands): Likewise.
22208
22209         * genoutput.c (scan_operands): Likewise.
22210
22211         * genpeep.c (match_rtx): Likewise.
22212
22213         * genrecog.c (add_to_sequence): Likewise.
22214
22215         * haifa-sched.c (may_trap_exp, sched_analyze_2, attach_deaths):
22216         Likewise.
22217
22218         * integrate.c (save_constants, copy_for_inline,
22219         copy_rtx_and_substitute, subst_constants, restore_constants):
22220         Likewise.
22221
22222         * jump.c  (mark_jump_label, invert_exp, redirect_exp,
22223         rtx_renumbered_equal_p, rtx_equal_for_thread_p): Likewise.
22224
22225         * local-alloc.c (contains_replace_regs, memref_referenced_p):
22226         Likewise.
22227
22228         * loop.c (record_excess_regs, rtx_equal_for_loop_p,
22229         add_label_notes, replace_call_address, count_nonfixed_reads,
22230         invariant_p, find_single_use_in_loop, find_mem_givs,
22231         find_life_end, maybe_eliminate_biv_1, update_reg_last_use):
22232         Likewise.
22233
22234         * print-rtl.c (reg_names, print_rtx): Likewise.
22235
22236         * recog.c (validate_replace_rtx_1, find_single_use_1): Likewise.
22237
22238         * reg-stack.c (stack_regs_mentioned_p, record_label_references,
22239         record_reg_life_pat, swap_rtx_condition, goto_block_pat,
22240         print_blocks): Likewise.
22241
22242         * regclass.c (fix_register, record_address_regs,
22243         reg_scan_mark_refs): Likewise.
22244
22245         * regmove.c (stable_but_for_p): Likewise.
22246
22247         * reload.c (loc_mentioned_in_p, operands_match_p,
22248         find_reloads_toplevsubst_reg_equivs, find_reloads_address_1,
22249         copy_replacements, refers_to_regno_for_reload_p,
22250         refers_to_mem_for_reload_p, find_inc_amount, regno_clobbered_p,
22251         reload_when_needed_name, reg_class_names, debug_reload_to_stream):
22252         Likewise.
22253
22254         * reload1.c (eliminate_regs, scan_paradoxical_subregs,
22255         delete_address_reloads_1, count_occurrences,
22256         reload_cse_mem_conflict_p, reload_combine_note_use,
22257         add_auto_inc_notes): Likewise.
22258
22259         * resource.c (mark_referenced_resources, mark_set_resources):
22260         Likewise.
22261
22262         * rtlanal.c (rtx_unstable_p, rtx_varies_p, rtx_addr_varies_p,
22263         reg_mentioned_p, regs_set_between_p, modified_between_p,
22264         modified_in_p, refers_to_regno_p, reg_overlap_mentioned_p,
22265         rtx_equal_p, volatile_insn_p, volatile_refs_p, side_effects_p,
22266         may_trap_p, inequality_comparisons_p, replace_rtx, replace_regs,
22267         jmp_uses_reg_or_mem, for_each_rtx, regno_use_in): Likewise.
22268
22269         * sched.c (sched_analyze_2, attach_deaths): Likewise.
22270
22271         * stupid.c (stupid_mark_refs): Likewise.
22272
22273         * unroll.c (remap_split_bivs): Likewise.
22274
22275         * varasm.c (mark_constants): Likewise.
22276
22277         * a29k/a29k.c (uses_local_reg_p): Likewise.
22278
22279         * alpha/alpha.c (summarize_insn): Likewise.
22280
22281         * arm/arm.c (symbol_mentioned_p, label_mentioned_p,
22282         eliminate_lr2ip): Likewise.
22283
22284         * arm/thumb.c (symbol_mentioned_p, label_mentioned_p): Likewise.
22285
22286         * i386/i386.c (symbolic_reference_mentioned_p, copy_all_rtx,
22287         reg_mentioned_in_mem): Likewise.
22288
22289         * ns32k/ns32k.c (global_symbolic_reference_mentioned_p,
22290         symbolic_reference_mentioned_p): Likewise.
22291
22292         * romp/romp.c (unsigned_comparisons_p, hash_rtx): Likewise.
22293
22294         * sh/sh.c (regs_used, mark_use): Likewise.
22295
22296         * vax/vax.c (vax_rtx_cost): Likewise.
22297
22298 Fri Aug 20 18:38:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22299
22300         * machmode.h (mode_name): Constify a char*.
22301
22302         * rtl.c (mode_name): Likewise.
22303
22304         * genopinit.c (gen_insn): Use accessor macro, not `mode_name'.
22305
22306         * optabs.c (init_libfuncs): Constify a char*.
22307
22308         * print-tree.c (mode_name): Remove redundant declaration.
22309         (print_node): Use accessor macro, not `mode_name'.
22310
22311         * reload1.c (dump_needs): Constify a char*.  Use accessor macro,
22312         not `mode_name'.
22313         (new_spill_reg): Constify a char*.
22314
22315         * tree.c (mode_name): Remove redundant declaration.
22316
22317 Fri Aug 20 18:31:26 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22318
22319         * rtl.c (rtx_name): Constify a char*.
22320
22321         * rtl.h (rtx_name, fix_sched_param): Likewise.
22322
22323         * gmicro/gmicro.c (rtx_name): Remove redundant declaration.
22324         (mypr): Use accessor macro, not `rtx_name'.
22325
22326         * genemit.c (print_code): Constify a char*.
22327
22328         * genopinit.c (gen_insn): Use accessor macro, not `rtx_name'.
22329
22330         * genpeep.c (print_code): Constify a char*.
22331
22332         * genrecog.c (print_code): Likewise.
22333
22334         * graph.c (start_fct, start_bb, node_data, draw_edge, end_fct,
22335         end_bb): Add static prototype.
22336         (draw_edge): Constify a char*.
22337         (end_bb): Remove unused parameter.
22338
22339         * haifa-sched.c (fix_sched_param, safe_concat, print_exp
22340         print_block_visualization): Constify a char*.
22341
22342 Fri Aug 20 15:02:10 1999  Mark Mitchell  <mark@codesourcery.com>
22343
22344         * c-common.c (c_get_alias_set): Update comment.
22345
22346 1999-08-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
22347
22348         * linux.h (LIB_SPEC): Added.
22349
22350 Fri Aug 20 22:32:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
22351
22352         * config/c4x/c4x.h (STARTFILE_SPEC): Don't def.
22353
22354 1999-08-19 18:43 -0700  Zack Weinberg  <zack@bitmover.com>
22355
22356         * tree.c (expr_check): Fix typo in last change.
22357
22358 1999-08-19 14:44 -0700  Zack Weinberg  <zack@bitmover.com>
22359
22360         * rtl.def (NOTE): Change format to "iuu0n".
22361         (ADDR_DIFF_VEC): Change format to "eEee0".
22362         (ADDRESSOF): Change format to "eit".
22363
22364         * rtl.h (rtvec): Make "elem" an array of rtx, not rtunion.
22365         (RTVEC_ELT): Change to match.
22366         (XVECEXP): Use XVEC and RTVEC_ELT.
22367         (INSN_UID, INSN_CODE, CODE_LABEL_NUMBER, NOTE_LINE_NUMBER,
22368         ADDRESSOF_REGNO, REGNO, SUBREG_WORD): Use XINT.
22369         (PREV_INSN, NEXT_INSN, PATTERN, REG_NOTES,
22370         CALL_INSN_FUNCTION_USAGE, SUBREG_REG, SET_SRC, SET_DEST,
22371         TRAP_CONDITION, TRAP_CODE): Use XEXP.
22372         (INTVAL): Use XWINT.
22373         (ADDRESSOF_DECL): Use XTREE.
22374         (SET_ADDRESSOF_DECL): Delete.
22375         (NOTE_DECL_NAME, NOTE_DECL_CODE, NOTE_DECL_RTL,
22376         NOTE_DECL_IDENTIFIER, NOTE_DECL_TYPE): Kill.  These have been
22377         ifdefed out since 2.6 at least.
22378         (gen_rtvec_vv): Delete prototype.
22379
22380         * rtl.h (rtvec_alloc): rt->elem is now an array of rtx,
22381         not rtunion.
22382         (copy_most_rtx): Handle 't' format letter.
22383         * emit-rtl.c (gen_rtvec_v): rt_val->elem is an array of rtx.
22384         (gen_rtvec_vv): Delete function.  All callers changed to use
22385         gen_rtvec_v instead.
22386         * print-rtl.c (print_rtx): Move special casing of NOTEs to
22387         the '0' format letter.
22388
22389         * function.c (gen_mem_addressof): Don't use
22390         SET_ADDRESSOF_DECL; provide `decl' to gen_rtx_ADDRESSOF
22391         instead.
22392         * integrate.c (copy_rtx_and_substitute): Likewise.
22393         Copy 't' slots with XTREE.
22394         (subst_constants): Treat 't' slots like '[swi]' slots.
22395         * cse.c (canon_hash, exp_equiv_p): Treat 't' slots like '0' slots.
22396         * jump.c (rtx_equal_for_thread_p): Likewise.
22397         * rtlanal.c (rtx_equal_p): Likewise.
22398         * stmt.c (expand_end_case): gen_rtx_ADDR_DIFF_VEC now takes
22399         only four arguments.
22400         * gengenrtl.c (type_from_format): Provide correct types for
22401         'b' and 't' slots.
22402
22403
22404         * tree.h [ENABLE_CHECKING] (TREE_CHECK, TREE_CLASS_CHECK):
22405         If a recent gcc is in use (always in stage2 and beyond), use
22406         statement expressions, so we don't make a function call unless
22407         the check fails.  Evaluate arguments exactly once.
22408         (CHAIN_CHECK, DO_CHECK, DO_CHECK1, TREE_CHECK1,
22409         TREE_CLASS_CHECK1, TYPE_CHECK1, DECL_CHECK1, CST_CHECK1):
22410         Delete.
22411         (CST_OR_CONSTRUCTOR_CHECK, EXPR_CHECK): Redefine such that
22412         they evaluate their arguments exactly once, irrespective of
22413         the compiler in use.
22414
22415         * tree.c [ENABLE_CHECKING]: Define whichever set of functions
22416         is used by the currently-enabled check macros.  This is:
22417         (tree_check_failed, tree_class_check_failed): For gcc.
22418         (tree_check, tree_class_check, cst_or_constructor_check,
22419         expr_check): For other compilers.
22420
22421         * gencheck.c: Do not define any *_CHECK1 macros.
22422
22423 Thu Aug 19 14:42:38 1999  Mike Stump <mrs@wrs.com>
22424                           Mark Mitchell <mark@codesourcery.com>
22425
22426         * c-common.c (c_get_alias_set): Fix support for poitners and
22427         references.
22428
22429 Thu Aug 19 11:51:22 EDT 1999  John Wehle  (john@feith.com)
22430
22431         * alias.c: Include tree.h.
22432         (nonlocal_reference_p, mark_constant_function): New functions.
22433         * flow.c (life_analysis): Call mark_constant_function.
22434         * rtl.h (mark_constant_function): Declare it.
22435
22436 Thu Aug 19 15:02:01 1999  Nick Clifton  <nickc@cygnus.com>
22437
22438         * config/rs6000/rs6000.c (rs6000_override_options): Fix test for
22439         unrecognisable switches.
22440
22441 Wed Aug 18 23:31:57 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
22442
22443         * loop.c (recombine_givs): Set ix field after sorting.
22444         (recombine_givs): Remove bogus index / giv lockstep looping.
22445
22446 Wed Aug 18 18:20:40 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22447
22448         * expmed.c (emit_store_flag): If UNSIGNEDP, call unsigned_condition
22449         on CODE.
22450         (emit_store_flag_force): Use do_compare_rtx_and_jump.
22451         (do_cmp_and_jump): Formatting fixes.
22452         * expr.c (do_compare_and_jump): Renamed from compare; changed to call
22453         do_compare_rtx_and_jump instead of compare_from_rtx.
22454         (do_compare_rtx_and_jump): New function; mostly copied from
22455         compare_from_rtx.
22456         (do_jump_for_compare): Delete.
22457         (expand_expr): Use do_compare_rtx_and_jump when handling MAX_EXPR and
22458         MIN_EXPR.
22459         (do_jump): Use do_compare_and_jump or do_compare_rtx_and_jump instead
22460         of compare/do_jump_for_compare pairs.
22461         (do_jump_by_parts_greater): Use do_jump_by_parts_greater_rtx.
22462         (do_jump_by_parts_greater_rtx): Use do_compare_rtx_and_jump instead of
22463         compare_from_rtx/do_jump_for_compare pairs.
22464         (do_jump_by_parts_equality): Likewise.
22465         (do_jump_by_parts_equality_rtx): Likewise.
22466         * expr.h (do_compare_rtx_and_jump): Declare.
22467         * optabs.c (prepare_cmp_insn): New function, contains most of the code
22468         that used to be in emit_cmp_insn.
22469         (cmp_available_p): New function.
22470         (prepare_operand): New function.
22471         (emit_cmp_and_jump_insn_1): New function, contains some code that used
22472         to be in emit_cmp_insn.
22473         (prepare_float_lib_cmp): Renamed from emit_float_lib_cmp; change some
22474         parameters to be pointers; don't emit final compare but modify some of
22475         the values pointed to by the args so the caller can perform the
22476         correct comparison.
22477         (expand_binop): Call emit_store_flag_force with signed forms of
22478         comparison code.
22479         (expand_abs): Use do_compare_rtx_and_jump instead of compare_from_rtx/
22480         emit_jump_insn pair.
22481         (emit_cmp_and_jump_insn): Use prepare_cmp_insn and
22482         emit_cmp_and_jump_insn_1.  Call emit_queue.
22483         (emit_cmp_insn): Just call emit_cmp_and_jump_insns with zero for LABEL
22484         arg.
22485         * flow.c (tidy_fallthru_edge): If HAVE_cc0, verify insn before a
22486         jump sets cc0 before deleting it.
22487         * integrate.c (expand_inline_function): Likewise.
22488         * unroll.c (unroll_loop): Similar changes in several places.
22489         (copy_loop_body): If HAVE_cc0, verify insn before a jump sets cc0
22490         before deleting it.
22491
22492 Wed Aug 18 06:37:44 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22493
22494         * Makefile.in (insn-recog.o): Update dependencies.
22495         * genrecog.c (main): Make generated file include "function.h".
22496
22497 Sat Aug 14 00:54:57 1999  Geoffrey Keating  <geoffk@cygnus.com>
22498
22499         * cse.c (cse_insn): Call never_reached_warning when a jump is
22500         changed to be unconditional.
22501         * flags.h: Declare warn_notreached.
22502         * flow.c (delete_block): Call never_reached_warning when
22503         a block is deleted.
22504         * jump.c (delete_barrier_successors): Call never_reached_warning
22505         when we delete everything after a BARRIER.
22506         (never_reached_warning): New function.
22507         * rtl.h: Declare never_reached_warning.
22508         * toplev.c (warn_notreached): New variable.
22509         (lang_independent_options): Set warn_notreached
22510         when -Wunreachable-code.
22511         (compile_file): We need line numbers for -Wunreachable-code.
22512
22513 Tue Aug 17 22:06:11 1999  Jan Hubicka  <hubicka@freesoft.cz>
22514
22515         * haifa-sched.c (insn_unit): Fix typo on out of range test.
22516         * sched.c (insn_unit): Likewise.
22517
22518 Tue Aug 17 21:57:23 1999  Andreas Schwab  <schwab@suse.de>
22519
22520         * combine.c (distribute_notes): Handle REG_EH_RETHROW.
22521
22522 Tue Aug 17 17:39:43 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22523
22524         * flow.c (create_edge_list): Use xmalloc, not malloc.
22525
22526 Tue Aug 17 01:40:54 1999  Loren Rittle  <ljrittle@acm.org>
22527
22528         * fixinc/inclhack.def (no_double_slash): Do not trash single-line
22529         C-style comments.  Do not lose the character before double slash.
22530
22531 Mon Aug 16 18:08:22 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22532
22533         * basic-block.h (struct edge_list): Stucture to maintain a vector
22534         of edges.
22535         (EDGE_INDEX_NO_EDGE, EDGE_INDEX, INDEX_EDGE_PRED_BB, INDEX_EDGE_SUCC_BB,
22536          INDEX_EDGE, NUM_EDGES): New Macros for accessing edge list.
22537         (create_edge_list, free_edge-List, print_edge_list, verify_edge_list):
22538         New function prototypes.
22539         * flow.c (create_edge_list): Function to create an edge list.
22540         (free_edge_list): Discards memory used by an edge list.
22541         (print_edge_list): Debug output showing an edge list.
22542         (verify_edge_list): Internal consistency check for an edge list.
22543         (find_edge_index): Function to find an edge index for a pred and succ.
22544
22545 Mon Aug 16 11:56:36 1999  Mark Mitchell  <mark@codesourcery.com>
22546
22547         * tree.c (type_hash_add): Use permalloc to allocate nodes in the
22548         hashtable.
22549
22550 Mon Aug 16 17:04:15 1999  Jorn Rennecke <amylaar@cygnus.co.uk>
22551
22552         * mips.h (CLASS_CANNOT_CHANGE_SIZE): Define.
22553
22554 Fri Aug 13 15:20:43 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
22555
22556         * config/i386/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
22557
22558 Fri Aug 13 10:21:28 1999  Nick Clifton  <nickc@cygnus.com>
22559
22560         * toplev.c (rest_of_compilation): Allow machine dependent
22561         reorganisation pass to place information into the RTL dump
22562         file if it so wishes.
22563
22564 Sun Aug 15 12:41:21 1999  Jim Wilson  <wilson@cygnus.com>
22565
22566         * explow.c (hard_function_value): Use VOIDmode instead of
22567         MAX_MACHINE_MODE.
22568         * stmt.c (expand_return): Likewise.
22569         * stor-layout.c (get_best_mode): Likewise.
22570
22571         * genemit.c (gen_expand): If next is MATCH_PAR_DUP, then output
22572         emit call instead of emit_insn call.
22573
22574 Sat Aug 14 15:04:06 1999  Mumit Khan  <khan@xraylith.wisc.edu>
22575
22576         * configure.in: Handle --disable/enable-win32-registry.
22577         * install.texi: Document --disable/enable-win32-registry.
22578         * acconfig.h (ENABLE_WIN32_REGISTRY): New macro.
22579         (WIN32_REGISTRY_KEY): New macro.
22580         * prefix.c: Use to enable/disable win32-specific code.
22581         (lookup_key): Use versioned key.
22582         * configure: Regenerate.
22583         * config.in: Likewise.
22584
22585 Fri Aug 13 17:41:55 1999  Jason Merrill  <jason@yorick.cygnus.com>
22586
22587         * cpplib.c (read_line_number): New fn, split out of...
22588         (do_line): Here.
22589
22590 Fri Aug 13 14:18:27 1999  Gavin Romig-Koch  <gavin@cygnus.com>
22591
22592         tree.c (lang_unsave_expr_now) : New.
22593         (unsave_expr_now): Call lang_unsave_expr_now.
22594         tree.h (lang_unsave_expr_now) : New.
22595
22596 Fri Aug 13 00:49:46 1999  Jason Merrill  <jason@yorick.cygnus.com>
22597
22598         * toplev.c (flag_new_exceptions): On by default.
22599
22600 1999-08-13  Michael Meissner  <meissner@cygnus.com>
22601
22602         * Makefile.in (GCC_FOR_TARGET): Move -B./ after the tooldir -B.
22603
22604 Fri Aug 13 01:29:57 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
22605
22606         * dwarfout.c (fundamental_type_code): Return FT_boolean for
22607         INTEGER_TYPE with precision==1, it's __java_boolean.
22608
22609 Thu Aug 12 23:51:04 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
22610
22611         * global.c (prune_preferences): Move some invariants out of the
22612         inner loop.
22613
22614 Thu Aug 12 15:30:29 1999  Jesse Perry  (jap@unx.dec.com)
22615
22616         * configure.in (alpha*-dec-osf*): Add osf5.
22617
22618 Sun Aug  1 22:24:03 1999  Philip Blundell  <philb@gnu.org>
22619
22620         * configure.in: Rework handling of ARM GNU/Linux slightly.
22621         (arm*-*-linux-gnuoldld): New target.
22622         * configure: Regenerate.
22623         * install.texi (Configurations): Add arm-*-linux-gnu{oldld} and
22624         arm-*-elf.  Mention that arm-*-linux-gnuaout is obsolete.
22625         * config/arm/linux-oldld.h: New file.
22626         * config/arm/linux-elf26.h: Don't include linux-elf.h.
22627         (TARGET_DEFAULT, SUBTARGET_LINK_SPEC, SUBTARGET_EXTRA_ASM_SPEC):
22628         Don't define.
22629         * config/arm/linux-elf.h (ASM_SPEC): Define.
22630         (TARGET_DEFAULT, SUBTARGET_EXTRA_LINK_SPEC,
22631         SUBTARGET_EXTRA_ASM_SPEC, CPP_APCS_PC_DEFAULT): Add definitions
22632         for 26-bit APCS and old linker.
22633         (CPP_PREDEFINES): Define `__arm__'; don't define `arm' or
22634         `arm_elf'.
22635         (FP_DEFAULT): Define to FP_SOFT3 for all machines.
22636         * config/arm/linux-aout.h (CPP_PREDEFINES): Define `__arm__';
22637         don't define `arm' or `arm_elf'.
22638         * config/arm/t-linux (EXTRA_MULTILIB_PARTS, MULTILIB_OPTIONS,
22639         MULTILIB_DIRNAMES): Define.  Fix typo in comment.
22640
22641 Thu Aug 12 10:14:47 1999  Andreas Schwab  <schwab@suse.de>
22642
22643         * rtl.texi: Fix typo.
22644
22645 Wed Aug 11 23:50:57 1999  Jason Merrill  <jason@yorick.cygnus.com>
22646
22647         * invoke.texi (C++ Dialect Options): Add -fms-extensions.
22648
22649 Wed Aug 11 12:59:37 1999  Mark Mitchell  <mark@codesourcery.com>
22650
22651         * extend.texi (C++ Signatures): Remove node.
22652         * invoke.texi: Remove discussion of -fhandle-signatures,
22653         signature, sigof, __signature__, and __sigof__.
22654
22655 Wed Aug 11 03:38:25 1999  Jeffrey A Law  (law@cygnus.com)
22656
22657         * Makefile.in (JAVAGC): Removed.
22658
22659 Wed Aug 11 02:13:26 1999  Mumit Khan  <khan@xraylith.wisc.edu>
22660
22661         * i386/cygwin.h (ASM_OUTPUT_ALIGNED_BSS): Define.
22662
22663 1999-08-11 Mark Elbrecht <snowball3@bigfoot.com>
22664
22665         * i386/djgpp.h (ASM_OUTPUT_ALIGNED_BSS): Define.
22666
22667 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
22668
22669         * emit-rtl.c (mark_reg_pointer): Don't increase the alignment of
22670         a register that is already known to be a pointer.
22671
22672 1999-08-11  Bruce Korb  <ddsinc09@ix.netcom.com>
22673
22674         * fixinc/inclhack.tpl: Only install assert.h conditionally.
22675         * fixinc/inclhack.sh: Regenerated.
22676         * fixinc/fixincl.sh: Regenerated.
22677
22678 Wed Aug 11 00:34:22 1999  Joe Buck  <jbuck@synopsys.com>
22679
22680         * invoke.texi: s/GNU CC/GCC/ for consistency with gcc.texi.
22681         Fix documentation of -ansi flag to describe its C++ behavior.
22682         Remove bogus reference to GCC 2.9.
22683
22684 Tue Aug 10 17:19:02 1999  Jim Wilson  <wilson@cygnus.com>
22685
22686         * config/sh/sh.c (machine_dependent_reorg): Only call PUT_MODE on
22687         note if it is non-NULL.
22688
22689 Tue Aug 10 10:47:42 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22690
22691         * except.h (eh_nesting_info): Add new structure defintion.
22692         (init_eh_nesting_info, free_eh_nesting_info): Add function prototypes.
22693         (reachable_handlers, update_rethrow_references): Add function
22694         prototypes.
22695         * rtl.h (struct rtvec_def): Update comments.  REG_EH_RETHROW takes
22696         a rethrow symbol instead of an integer exception region number.
22697         * flow.c (Make_edges): Use new exception nesting routines to determine
22698         which handlers are reachable from a CALL or asynchronous insn.
22699         Dont add an edge for calls with a REG_EH_REGION of -1 to non-local
22700         goto receivers.
22701         (delete_eh_regions): Update rethrow labels, and don't delete
22702         regions which are the target of a rethrow.
22703         * except.c (struct func_eh_entry): Add rethrow_ref field, now we can
22704         avoid overloading the SYMBOL_REF_USED flag.
22705         (rethrow_symbol_map): Use new rethrow_ref field.
22706         (rethrow_used): Use new rethrow_ref field.
22707         (expand_rethrow): REG_EH_RETHROW now has a SYMBOL_REF instead
22708         of an integer.  Fix formatting.
22709         (output_exception_table_entry): Use new rethrow_ref field.
22710         (can_throw): Check for EH_REGION_NOTE before deciding
22711         whether a CALL can throw or not.
22712         (scan_region): Call rethrow_used() instead of accessing data structure.
22713         (update_rethrow_references): New function to make sure only regions
22714         which are still targets of a rethrow are flagged as such.
22715         (process_nestinfo): New static function to initialize a handler
22716         list for a specific region.
22717         (init_eh_nesting_info): New function to allocate and initialize
22718         the list of all EH handlers reachable from all regions.
22719         (reachable_handlers): New function to retrieve the list of handlers
22720         reachable from a specific region and insn.
22721         (free_eh_nesting_info): New function to dispose of a list of
22722         reachable handlers.
22723
22724 Tue Aug 10 10:39:31 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22725
22726         * flow.c (split_edge): Set JUMP_LABEL field.
22727         (commit_one_edge_insertion): Set head correctly for insert_before.
22728         When inserting insns, update insn block numbers if allocated.
22729
22730 Tue Aug 10 09:26:07 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22731
22732         * dwarf2out.c (dwarf2out_frame_debug_expr, add_incomplete_type,
22733         retry_incomplete_types): Add static prototype.
22734         (stripattributes, dwarf_cfi_name, ASM_OUTPUT_DWARF_STRING,
22735         dwarf_tag_name, dwarf_attr_name, dwarf_form_name,
22736         dwarf_stack_op_name, dwarf_type_encoding_name, add_AT_string,
22737         dwarf2_name, add_name_attribute, lookup_filename, dwarf2out_line,
22738         dwarf2out_start_source_file, dwarf2out_define, dwarf2out_undef):
22739         Constify a char*.
22740
22741         * dwarf2out.h (dwarf2out_define, dwarf2out_undef,
22742         dwarf2out_start_source_file, dwarf2out_line): Likewise.
22743
22744 Tue Aug 10 09:21:46 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22745
22746         * output.h (assemble_name): Constify a char*.
22747
22748         * varasm.c (UNIQUE_SECTION, assemble_start_function,
22749         assemble_variable, assemble_name): Likewise.
22750
22751         * dwarf2out.c (ASM_NAME_TO_STRING): Likewise.
22752
22753         * arm/pe.c (arm_pe_unique_section): Likewise.
22754
22755         * i386/cygwin.h (STRIP_NAME_ENCODING): Likewise.
22756
22757         * i386/i386-interix.h (STRIP_NAME_ENCODING): Likewise.
22758
22759         * i386/interix.c (i386_pe_unique_section): Likewise.
22760
22761         * i386/win32.h (STRIP_NAME_ENCODING): Likewise.
22762
22763         * i386/winnt.c (i386_pe_unique_section): Likewise.
22764
22765         * m32r/m32r.h (ASM_OUTPUT_LABELREF): Likewise.
22766
22767         * mn10200/mn10200.h (ASM_OUTPUT_LABELREF): Likewise.
22768
22769         * mn10300/mn10300.h (ASM_OUTPUT_LABELREF): Likewise.
22770
22771         * pa/pa.c (output_call): Likewise.
22772
22773         * pa/pa.h (ASM_OUTPUT_MI_THUNK): Likewise.
22774
22775         * pa/som.h (ASM_OUTPUT_FUNCTION_PREFIX): Likewise.
22776
22777         * rs6000/rs6000.c (rs6000_output_load_toc_table, output_toc):
22778         Likewise.
22779
22780         * rs6000/rs6000.h (RS6000_OUTPUT_BASENAME, STRIP_NAME_ENCODING):
22781         Likewise.
22782
22783         * rs6000/sol2.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
22784
22785         * rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_INT,
22786         STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Likewise.
22787
22788         * v850/v850.h (ASM_OUTPUT_LABELREF): Likewise.
22789
22790 Mon Aug  9 19:54:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22791
22792         * real.c (GET_REAL, PUT_REAL): Use memcpy instead of bcopy.
22793
22794 Mon Aug  9 19:36:00 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22795
22796         * tree.h (lang_identify): Constify a char*.
22797         (print_error_function): Add extern prototype.  Constify a char*.
22798
22799         * c-lang.c (lang_identify): Constify a char*.
22800
22801         * objc/objc-act.c (lang_identify): Constify a char*.
22802
22803 Mon Aug  9 16:21:53 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22804
22805         * genpeep.c (main): Make generated file include "function.h".
22806         * arm.c (function_really_clobbers_lr): Delete INLINE_HEADER case.
22807
22808 Mon Aug  9 10:08:50 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22809
22810         * Makefile.in: Update dependencies.
22811         * alias.c: Include "function.h"
22812         * c-decl.c: Likewise.
22813         * caller-save.c: Likewise.
22814         * calls.c: Likewise.
22815         * combine.c: Likewise.
22816         * cse.c: Likewise.
22817         * explow.c: Likewise.
22818         * final.c: Likewise.
22819         * global.c: Likewise.
22820         * graph.c: Likewise.
22821         * local-alloc.c: Likewise.
22822         * loop.c: Likewise.
22823         * optabs.c: Likewise.
22824         * profile.c: Likewise.
22825         * recog.c: Likewise.
22826         * regclass.c: Likewise.
22827         * regmove.c: Likewise.
22828         * reload.c: Likewise.
22829         * reorg.c: Likewise.
22830         * resource.c: Likewise.
22831         * sched.c: Likewise.
22832         * stupid.c: Likewise.
22833         * config/1750a/1750a.c: Likewise.
22834         * config/a29k/a29k.c: Likewise.
22835         * config/arc/arc.c: Likewise.
22836         * config/arm/arm.c: Likewise.
22837         * config/arm/thumb.c: Likewise.
22838         * config/c4x/c4x.c: Likewise.
22839         * config/clipper/clipper.c: Likewise.
22840         * config/convex/convex.c: Likewise.
22841         * config/fx80/fx80.c: Likewise.
22842         * config/i860/i860.c: Likewise.
22843         * config/m68k/m68k.c: Likewise.
22844         * config/m88k/m88k.c: Likewise.
22845         * config/mips/mips.c: Likewise.
22846         * config/pdp11/pdp11.c: Likewise.
22847         * config/pyr/pyr.c: Likewise.
22848         * config/romp/romp.c: Likewise.
22849         * config/sh/sh.c: Likewise.
22850         * config/tahoe/tahoe.c: Likewise.
22851         * config/vax/vax.c: Likewise.
22852         * config/we32k/we32k.c: Likewise.
22853         * config/sparc/sparc.c: Include "function.h".
22854         (mem_min_alignment): Test current_function rather than
22855         regno_pointer_align.
22856         * config/pa/pa.c: Likewise.
22857         (compute_frame_size): Delete declaration of
22858         current_function_outgoing_args_size.
22859         * config/arc/arc.h (current_function_varargs): Delete declaration.
22860         * config/elxsi/elxsi.h (current_function_calls_alloca): Delete
22861         declaration.
22862         * config/i370/i370.h (current_function_outgoing_args_size): Delete
22863         declaration.
22864         * config/i386/i386.h (FINALIZE_PIC): Delete declaration of
22865         current_function_uses_pic_offset_table.
22866         * config/m68k/a-ux.h (FUNCTION_EXTRA_EPILOGUE): Delete declaration
22867         of current_function_returns_pointer.
22868         * config/m68k/altos3068.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22869         * config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22870         * config/m68k/m68kv4.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22871         * config/m68k/mot3300.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22872         * config/m68k/pbb.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22873         * config/m68k/tower-as.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22874         * config/m88k/m88k.c: Include "function.h"
22875         (call_used_regs, current_function_pretend_args_size,
22876         current_function_outgoing_args_size, frame_pointer_needed): Delete
22877         declarations.
22878         * config/m88k/m88k.h (current_function_pretend_args_size): Delete
22879         declaration.
22880         * config/mips/mips.h (current_function_calls_alloca): Delete
22881         declaration.
22882         * config/mn10200/mn10200.h (current_function_needs_context,
22883         rtx_equal_function_value_matters): Delete declarations.
22884         * config/ns32k/ns32k (current_function_uses_pic_offset_table,
22885         flag_pic): Delete declarations.
22886         * config/pa/pa.h (current_function_pretend_args_size,
22887         current_function_decl): Delete declarations.
22888         * config/pa/som.h (current_function_varargs): Delete declaration.
22889         * config/pdp11/pdp11.h (current_function_pretend_args_size): Delete
22890         declaration.
22891         * config/pyr/pyr.h (current_function_pretend_args_size,
22892         current_function_args_size, current_function_calls_alloca): Delete
22893         declarations.
22894         * config/sh/sh.h (current_function_varargs): Delete declaration.
22895         * config/sparc/sparc.h (current_function_outgoing_args_size,
22896         current_function_calls_alloca, current_function_decl): Delete
22897         declarations.
22898         * config/spur/spur.h (current_function_pretend_args_size,
22899         current_function_calls_alloca): Delete declarations.
22900         * config/v850/v850.c (current_function_outgoing_args_size): Delete
22901         declaration.
22902         * config/vax/vms.h (current_function_name): Delete declaration.
22903         * gcse.c: Include "function.h".
22904         (current_function_name, current_function_calls_setjmp): Delete
22905         declarations.
22906         * haifa-sched.c: Include "function.h".
22907         (forced_labels): Delete declaration.
22908         * jump.c: Likewise.
22909         * reg-stack.c: Likewise.
22910         * reload1.c: Likewise.
22911         * genemit.c (main): Make generated file include function.h.
22912         * genoutput.c (output_prologue): Likewise.
22913
22914         * builtins.c (saveregs_value, apply_args_value): Delete variables.
22915         * emit-rtl.c (reg_rtx_no, first_label_num, first_insn, last_insn,
22916         sequence_rtl_expr, cur_insn_uid, last_linenum, last_filename,
22917         regno_pointer_flag, regno_pointer_flag_length, regno_pointer_align,
22918         regno_reg_rtx, sequence_stack): Delete variables.  Add accessor
22919         macros for some of them.
22920         (emit_filename, emit_lineno): Delete declarations.
22921         (gen_reg_rtx): Use memset/memcpy instead of bzero/bcopy.  Access
22922         regno_pointer_* variables through current_function.
22923         (gen_inline_header_rtx): Delete function.
22924         (save_emit_status): Delete function.
22925         (set_new_last_label_num): New function.
22926         (clear_emit_caches): New function.
22927         (restore_emit_status): Just clear last_labelnum and call
22928         clear_emit_caches.
22929         (get_last_insn_anywhere): Variable sequence_stack is now accessed
22930         through macro seq_stack.
22931         (add_insn_after): Likewise.
22932         (add_insn_before): Likewise.
22933         (remove_insn): Likewise.
22934         (pop_topmost_sequence): Likewise.
22935         (in_sequence_p): Likewise.
22936         (start_sequence_for_rtl_expr): Likewise.
22937         (start_sequence): Likewise, and likewise for
22938         sequence_rtl_expr/seq_rtl_expr.
22939         (push_topmost_sequence): Likewise.
22940         (end_sequence): Likewise.
22941         (init_virtual_regs): Now takes a "struct emit_status *" argument.
22942         All callers changed.  Store into that pointer instead of globals.
22943         (init_emit): Allocate emit elt of current_function.
22944         Changes for sequence_rtl_expr/sequence_stack renaming.
22945         Call clear_emit_caches instead of doing it in-line.
22946         Access regno_pointer_* variables through current_function.
22947         (init_emit_once) Don't clear sequence_stack.
22948
22949         * expr.c (pending_stack_adjust, inhibit_defer_pop, pending_chain):
22950         Delete variables.
22951         (arg_pointer_save_area): Delete declaration.
22952         (finish_expr_for_function): Renamed from init_queue; no longer static.
22953         (init_expr): Don't call init_queue.
22954         (save_expr_status, restore_expr_status): Delete functions.
22955         (expand_expr): Changes to reflect new layout of struct function.
22956         Don't access current_function_check_memory_usage when current_function
22957         is 0.
22958         * expr.h (forced_labels, save_expr_regs, saveregs_value,
22959         apply_args_value, current_function_calls_alloca, inhibit_defer_pop,
22960         current_function_outgoing_args_size, current_function_arg_offset_rtx,
22961         current_function_uses_const_pool, function_call_count,
22962         current_function_uses_pic_offset_table, nonlocal_labels,
22963         current_function_internal_arg_pointer, nonlocal_goto_stack_level,
22964         current_function_check_memory_usage, nonlocal_goto_handler_slots,
22965         pending_stack_adjust, target_temp_slot_level, temp_slot_level): Delete
22966         declarations.
22967         (finish_expr_for_function): Declare.
22968         * flags.h (current_function_has_nonlocal_label,
22969         current_function_has_nonlocal_goto, current_function_is_thunk,
22970         current_function_has_computed_jump): Delete declarations.
22971         * flow.c (forced_labels): Delete declaration.
22972         * function.c (current_function_pops_args,
22973         current_function_returns_struct, current_function_returns_pcc_struct,
22974         current_function_needs_context, current_function_calls_setjmp,
22975         current_function_calls_longjmp, current_function_has_nonlocal_label,
22976         current_function_has_nonlocal_goto, current_function_is_thunk,
22977         current_function_has_computed_jump, current_function_calls_alloca,
22978         current_function_contains_functions, current_function_returns_pointer,
22979         current_function_epilogue_delay_list, current_function_args_size,
22980         current_function_pretend_args_size, current_function_arg_offset_rtx,
22981         current_function_outgoing_args_size, current_function_varargs,
22982         current_function_stdarg, current_function_args_info, cleanup_label,
22983         current_function_name, current_function_uses_const_pool,
22984         current_function_instrument_entry_exit, current_function_return_rtx,
22985         current_function_uses_pic_offset_table, nonlocal_labels,
22986         current_function_internal_arg_pointer, current_function_cannot_inline,
22987         current_function_check_memory_usage, function_call_count,
22988         nonlocal_goto_handler_slots, nonlocal_goto_handler_labels,
22989         nonlocal_goto_stack_level, return_label, save_expr_regs,
22990         stack_slot_list, rtl_expr_chain, tail_recursion_label, temp_slots,
22991         tail_recursion_reentry, arg_pointer_save_area, frame_offset,
22992         context_display, trampoline_list, parm_birth_insn, invalid_stack_slot,
22993         last_parm_insn, max_parm_reg, parm_reg_stack_loc, sequence_rtl_expr,
22994         temp_slot_level, var_temp_slot_level, target_temp_slot_level):
22995         Delete variables.
22996         (push_function_context_to): Don't save them.  Don't call
22997         save_storage_status, save_emit_status or save_expr_status.
22998         (pop_function_context_from): Don't restore them.  Don't call
22999         restore_storage_status or restore_expr_status.
23000         (get_func_frame_size): New function.
23001         (get_frame_size): Use it.
23002         (assign_outer_stack_local): Reflect some member name changes in struct
23003         function.
23004         (put_reg_into_stack): Likewise.
23005         (assign_stack_temp_for_type): sequence_rtl_expr was renamed to
23006         seq_rtl_expr.
23007         (fixup_var_refs): Likewise.
23008         (fix_lexical_addr): Likewise.
23009         (trampoline_address): Likewise.
23010         (prepare_function_start): Clear field inlinable of current_function.
23011         (init_function_for_compilation): New function.
23012         (expand_dummy_function_end): New function.
23013         (expand_function_end): Call finish_expr_for_function.
23014         * function.h (struct emit_status): New; fields moved here from struct
23015         function and from global variables.  Add accessor macros for some of
23016         the fields.
23017         (struct expr_status): Likewise.
23018         (REGNO_POINTER_ALIGN, REGNO_POINTER_FLAG): Moved here from regs.h.
23019         (struct function): Add fields expr and emit, inlinable, inl_emit,
23020         original_arg_vector, original_decl_initial, inl_last_parm_insn,
23021         inl_max_label_num.  Add many comments.
23022         Add accessor macros for all elts of struct function that no longer
23023         have a global variable.
23024         (cleanup_label, return_label, frame_offset, tail_recursion_label,
23025         tail_recursion_reentry, arg_pointer_save_area, rtl_expr_chain,
23026         stack_slot_list): Delete declarations.
23027         (get_func_frame_size): Declare.
23028         (save_expr_status, restore_expr_status, save_emit_status,
23029         save_storage_status, restore_storage_status): Delete declarations.
23030         (init_virtual_regs): Declare.
23031         * output.h (current_function_pops_args,
23032         current_function_returns_struct, current_function_returns_pcc_struct,
23033         current_function_needs_context, current_function_calls_setjmp,
23034         current_function_calls_longjmp, current_function_calls_alloca,
23035         current_function_has_nonlocal_label, current_function_varargs,
23036         current_function_has_computed_jump, current_function_returns_pointer,
23037         current_function_contains_functions, current_function_args_size,
23038         current_function_pretend_args_size, current_function_stdarg,
23039         current_function_outgoing_args_size, current_function_args_info,
23040         current_function_name, current_function_return_rtx,
23041         current_function_epilogue_delay_list,
23042         current_function_uses_const_pool, current_function_cannot_inline):
23043         Delete declarations.
23044         * regs.h (reg_rtx_no, regno_pointer_flag, regno_pointer_flag_length,
23045         regno_reg_rtx): Delete declaration.
23046         (REGNO_POINTER_FLAG): Delete macro.
23047         * stmt.c (expand_goto): Changes to reflect that some fields in struct
23048         function were renamed.
23049         * stor-layout.c (save_storage_status, restore_storage_status): Delete
23050         functions.
23051         * toplev.c: Include "function.h".
23052         (current_function_decl): Delete declaration.
23053         (compile_file): Call init_dummy_function_start and
23054         expand_dummy_function_end around some initializations that need to
23055         emit rtl.
23056         (rest_of_compilation): Use DECL_SAVED_INSNS properly.
23057         Call init_function_for_compilation.
23058         * unroll.c: Include "function.h"
23059         (unroll_loop): Access regno_pointer_* variables through
23060         current_function.
23061
23062         * tree.h (struct tree_decl): Add elt f to saved_insns member.
23063         (DECL_SAVED_INSNS): use it.
23064         (expand_dummy_function_end): Declare.
23065         (init_function_for_compilation): Declare.
23066         * calls.c (calls_function_1): Change use of DECL_SAVED_INSNS now
23067         that it's no longer an INLINE_HEADER.
23068         (expand_call): Likewise.
23069         * integrate.c (finish_inline): Delete function.
23070         (max_parm_reg, parm_reg_stack_loc): Delete declarations.
23071         (initialize_for_inline): Delete min_labelno, max_labelno and max_reg
23072         args.  Don't generate an INLINE_HEADER rtx, just return the arg
23073         vector.  All callers changed.
23074         (save_for_inline_copying):  Create a duplicate struct emit_status to
23075         hold the emit state for compiling the current function.  Use this and
23076         the other new fields in struct function that are for integration
23077         instead of an INLINE_HEADER.
23078         Use memcpy instead of bcopy.
23079         Store the current struct function in DECL_SAVED_INSNS of fndecl.
23080         (save_for_inline_nocopy): Similar changes, except no new emit_status
23081         is needed here.
23082         (expand_inline_function): Get information from function structure,
23083         not from an inline header rtx.
23084         (output_inline_function): Lose code to extract the necessary
23085         information from an inline header; simply put back the function
23086         structure into current_function.  Clear its inlinable elt.
23087         * rtl.def (INLINE_HEADER): Delete.
23088         * rtl.h: Delete all accessors for an INLINE_HEADER.
23089         (gen_inline_header_rtx): Delete declaration.
23090         (regno_reg_rtx, regno_pointer_align, nonlocal_goto_handler_labels):
23091         Delete declarations.
23092         (REGNO_POINTER_ALIGN): Delete.
23093         (clear_emit_caches): Declare.
23094         (set_new_last_label_num): Declare.
23095
23096 Mon Aug  9 01:52:24 1999  Jason Merrill  <jason@yorick.cygnus.com>
23097
23098         * print-tree.c (print_node): Print base for OFFSET_TYPEs.
23099
23100         * except.c (expand_eh_region_start_for_decl): Always start a new block.
23101         * stmt.c (is_eh_region): Make sure current_function is present, too.
23102
23103 Mon Aug  9 01:15:24 1999  Jeffrey A Law  (law@cygnus.com)
23104
23105         * pa.h (HARD_REGNO_MODE_OK): Correctly handle FPregs, even when
23106         for 64bit PA targets.
23107
23108         * pa.h (SELECT_SECTION): Define.
23109         * som.h (SELECT_SECTION): Delete.
23110
23111 Sun Aug  8 15:13:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23112
23113         * alias.c (init_alias_analysis): Wrap call to
23114         `prologue_epilogue_contains' within HAVE_prologue||HAVE_epilogue.
23115
23116 1999-08-07  Bruce Korb  <autogen@linuxbox.com>
23117
23118         * fixinc/inclhack.def(irix_asm_apostrophe):  IRIX 5.2's
23119         <sys/asm.h> contains an asm comment with an apostrophe
23120         * fixinc/inclhack.sh:  regen
23121         * fixinc/fixincl.x:  regen
23122
23123 Sat Aug  7 19:37:07 1999  Richard Henderson  <rth@cygnus.com>
23124
23125         * function.c (init_function_start): Clear prologue & epilogue.
23126         (prologue_epilogue_contains): New function.
23127         * alias.c (init_alias_analysis): Use it.
23128         * rtl.h (prologue_epilogue_contains): Declare it.
23129
23130 Sat Aug  7 19:32:16 1999  Richard Henderson  <rth@cygnus.com>
23131
23132         * jump.c (onlyjump_p): New function.
23133         * rtl.h: Declare it.
23134         * flow.c (delete_unreachable_blocks): Use onlyjump_p instead
23135         of condjump_p in calling tidy_fallthru_edge and merge_blocks.
23136
23137 Sat Aug  7 17:09:36 1999  Richard Henderson  <rth@cygnus.com>
23138
23139         * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_REG_SET
23140         to invert loops.  Simplify block scanning.
23141
23142 Sat Aug  7 02:11:13 1999  Bernd Schmidt <bernds@cygnus.co.uk>
23143
23144         * gcse.c (hash_scan_set): Treat SYMBOL_REFs like CONST_INTs.
23145         (cprop_insn): Treat SYMBOL_REFs like CONST_INTs.
23146
23147 1999-08-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
23148
23149         * config/sparc/liteelf.h: New file to support sparclite-elf target
23150         * config/sparc/t-sp86x: New file to support sparc86x targets
23151         * config/sparc/sp86x-aout.h: New file to support sparc86x-aout target
23152         * config/sparc/sp86x-elf.h: New file to support sparc86x-elf target
23153         * configure.in: Support above target triplets
23154         * configure: Regenerated
23155
23156 Sat Aug  7 01:39:27 1999  Philippe De Muyter  <phdm@macqel.be>
23157
23158         * fixinc/server.c (server_setup): Do not prefix function used as
23159         parameter with `&'.
23160
23161 Sat Aug  7 00:21:20 1999  Richard Henderson  <rth@cygnus.com>
23162
23163         * alpha.md (movhi and movqi patterns): Correct predicate for !BWX.
23164         Remove fp reg alternatives.
23165
23166 Sat Aug  7 00:06:54 1999  Jeffrey A Law  (law@cygnus.com)
23167
23168         * Makefiin (TAROUTOPTS): Kill.
23169         (install-headers-tar): Use "xpf" for tar headerfile extraction
23170         * i370/x-oe (TAROUTOPTS): Delete.
23171         * m68k/x-apollo68 (TAROUTOPTS): Delete.
23172         * m68k/x-hp320 (TAROUTOPTS): Delete.
23173         * m68k/x-hp320g (TAROUTOPTS): Delete.
23174         * gcc.texi: Update bug reporting text.
23175
23176 1999-08-6 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
23177
23178         * reg-stack.c (change_stack) Fixed problem with negative array index.
23179
23180 Fri Aug  6 23:08:44 1999  Jeffrey A Law  (law@cygnus.com)
23181
23182         * extend.texi, install.texi: Fix spelling mistakes.
23183
23184         * Makefile.in (PREMADE_ATTRTAB_MD, PREMADE_ATTRTAB): Delete.
23185         (s-attrtab); No longer try to use pre-made insn-attrtab file.
23186         * mips/t-bsd: Delete references to obsolete PREMADE_ATTRTAB and
23187         PREMADE_ATTRTAB_MD.
23188         * mips/t-ecoff: Likewise.
23189         * mips/t-elf: Likewise.
23190         * mips/t-mips: Likewise.
23191         * mips/t-osfrose: Likewise.
23192         * mips/t-r3900: Likewise.
23193         * mips/t-svr3: Likewise.
23194         * mips/t-svr4: Likewise.
23195         * mips/t-ultrix: Likewise.
23196
23197         * gcc.texi: Document recommend means to provide software floating
23198         point libraries in libgcc.a
23199
23200 1999-08-06  Jason Merrill  <jason@yorick.cygnus.com>
23201
23202         * c-lex.c (yylex): We can have a number with no digits.
23203
23204 Fri Aug  6 16:53:55 EDT 1999  John Wehle  (john@feith.com)
23205
23206         * jump.c (delete_prior_computation): New function, broken
23207         out of delete_computation.  Check for side effects with
23208         side_effects_p instead of FIND_REG_INC_NOTE.  Handle
23209         multi-word hard registers.
23210         (delete_computation): Use it.  Check for side effects with
23211         side_effects_p instead of FIND_REG_INC_NOTE.  Synthesize a
23212         missing REG_DEAD note for a register which is both set and
23213         used by an insn.
23214
23215 Fri Aug  6 11:05:29 1999  Jeffrey A Law  (law@cygnus.com)
23216
23217         * elf.h (TEXT_SPACE_P, FUNCTION_NAME_P): Delete.
23218         (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT): Likewise.
23219         (ASM_FILE_START): Import _mcount with the right type.
23220         (ASM_DECLARE_FUNCTION_NAME): Define.
23221         (ASM_OUTPUT_EXTERNAL, ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
23222         * pa.c (output_function_prologue): Always emit the function's label
23223         here.
23224         * pa.h (TEXT_SPACE_P): Define.
23225         (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
23226         (ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT, ASM_GLOBALIZE_LABEL): Likewise.
23227         * som.h (TEXT_SPACE_P): Delete.
23228         (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
23229         (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT): Likewise.
23230
23231 Thu Aug  5 19:29:39 1999  Jim Wilson  <wilson@cygnus.com>
23232
23233         * expr.c (emit_group_load): Allow src to be a CONCAT.
23234
23235 Thu Aug  5 22:27:15 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23236
23237         * config/sh/lib1funcs.asm (___movstrSI0): Change or r0,r0,r0 to nop.
23238         (___mulsi3): Use '!' comment character.
23239
23240 Thu Aug  5 13:34:14 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23241
23242         * reload1.c (maybe_fix_stack_asms): Also declare P as "const char *".
23243
23244 Thu Aug  5 02:40:42 1999  Jeffrey A Law  (law@cygnus.com)
23245
23246         * gcc.c: Update URLs and mail addresses.
23247         * gcc.texi: Likewise.
23248
23249 Thu Aug  5 01:14:13 1999  Daniel Jacobowitz <drow@false.org>
23250
23251         * rs6000.c (current_file_function_operand): Return zero for
23252         weak functions.
23253         (rs6000_encode_section_info): Do not set SYMBOL_REF_FLAG for
23254         weak symbols.
23255         * rs6000.h (ENCODE_SECTION_NIFO): Do not set SYMBOL_REF_FLAG
23256         for weak symbols.
23257
23258 Thu Aug  5 00:56:30 1999  Geoffrey Keating  <geoffk@cygnus.com>
23259
23260         * rs6000.c (rs6000_stack_info): For ABI_V4/ABI_SOLARIS -fpic, always
23261         allocate space in the stack frame for the PIC register.
23262
23263 Thu Aug  5 00:20:47 1999  Jeffrey A Law  (law@cygnus.com)
23264
23265         * m68k.md (xordi3, anddi3): These patterns are not available on
23266         the coldfire.
23267
23268 Wed Aug  4 23:39:20 1999  Mark Mitchell  <mark@codesourcery.com>
23269
23270         * real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules.
23271         (PUT_REAL): Likewise.
23272
23273 Wed Aug  4 20:45:04 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23274
23275         * final.c (shorten_branches): Don't add an alignment for loops
23276         that have no label inside.
23277
23278 Wed Aug  4 16:39:24 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23279
23280         * builtins.c (expand_builtin_memcmp, expand_builtin_strcmp): Wrap
23281         prototypes in macro HAVE_cmpstrsi.
23282
23283         * cpplib.c (cpp_get_token): Remove unused label `op3'.
23284
23285         * emit-rtl.c (operand_subword): Remove unused variable
23286         `bits_per_word'.
23287
23288         * rtl.c (shallow_copy_rtx): Remove unused variable `format_ptr'.
23289
23290         * tree.c (chainon): Wrap variable `t2' in macro ENABLE_CHECKING.
23291
23292 Wed Aug  4 13:29:23 1999  Zack Weinberg  <zack@bitmover.com>
23293
23294         * cpphash.c (macroexpand): Delete leading whitespace when arg
23295         is concatenated before.
23296         (unsafe_chars): Correct test for whether + and - can extend a
23297         token.
23298
23299         * cppinit.c (cpp_start_read): Do dependencies for
23300         -include/-imacros files also.
23301
23302         * cpplib.c (cpp_scan_buffer): In no-output mode, don't bother
23303         tokenizing non-directive lines.
23304         (cpp_expand_to_buffer): Temporarily disable no-output mode.
23305         * cppmain.c: In no-output mode, just call cpp_scan_buffer for
23306         the input file.
23307
23308 Wed Aug  4 12:53:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
23309
23310         * expr.c (expand_expr, case PLUS_EXPR): Fix parallel case, too.
23311
23312         * c-lex.c: Sync with C++ frontend.
23313         (linemode): New variable.
23314         (parse_float): imag, conversion_errno, and type are output only.
23315         (yylex): Adjust.  Move initial '.' case into main switch.
23316         Use linemode.
23317         (handle_generic_pragma): Just deal with tokens.
23318         (readescape): Use ISXDIGIT and ISGRAPH.
23319         * c-parse.in: Add END_OF_LINE token.
23320
23321         * c-lex.c (lang_init): Generalize.
23322         (nextchar): Remove.  Replace uses with UNGETC.
23323         (skip_white_space): Handle linemode here.  Optimize for cpplib.
23324         (skip_white_space_on_line): Remove.
23325         (extend_token_buffer_to): New fn.
23326         (extend_token_buffer): Use it.
23327         (read_line_number, check_newline): Just deal with tokens.
23328         (token_getch, token_put_back): New fns.
23329         (yylex): Use them.  More cpplib optimizations.  Simplify.
23330
23331 Wed Aug  4 12:53:44 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
23332                           Jason Merrill  <jason@yorick.cygnus.com>
23333
23334         * c-lex.c (init_parse): Set cpp_token to CPP_DIRECTIVE.
23335         (consume_string): Make this smart about USE_CPPLIB.
23336         (check_newline): Rewrite to be intelligent about USE_CPPLIB.
23337         (yylex): Rewrite to be intelligent about USE_CPPLIB.
23338         Also, clean up cases where we redundantly set token_buffer[0].
23339         (read_line_number): New fn.
23340         (ignore_escape_flag): New variable.
23341
23342 Wed Aug  4 13:12:17 1999  Jeffrey A Law  (law@cygnus.com)
23343
23344         * a29k/t-a29kbare: Fix some comments.
23345         (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
23346         (FPBIT, DPBIT): Define.
23347         * a29k/t-vx29k: Likewise.
23348         * arc/t-arc: Likewise.
23349         * arm/t-arm-elf: Likewise.
23350         * arm/t-bare: Likewise.
23351         * arm/t-pe: Likewise.
23352         * arm/t-pe-thumb: Likewise.
23353         * arm/t-semi: Likewise.
23354         * arm/t-thumb: Likewise.
23355         * arm/t-thumb-elf: Likewise.
23356         * arm/t-thumb-linux: Likewise.
23357         * h8300/t-h8300: Likewise.
23358         * i960/t-i960: Likewise.
23359         * i960/t-vxworks960: Likewise.
23360         * m32r/t-m32r: Likewise.
23361         * mips/t-ecoff: Likewise.
23362         * mips/t-elf: Likewise.
23363         * mips/t-r3900: Likewise.
23364         * pa/t-pro: Likewise.
23365         * rs6000/t-aix43: Likewise.
23366         * rs6000/t-beos: Likewise.
23367         * rs6000/t-newas: Likewise.
23368         * rs6000/t-ppccomm: Likewise.
23369         * rs6000/t-rs6000: Likewise.
23370         * rs6000/t-winnt: Likewise.
23371         * rs6000/t-xnewas: Likewise.
23372         * rs6000/t-xrs6000: Likewise.
23373         * sh/t-sh: Likewise.
23374         * sparc/t-elf: Likewise.
23375         * sparc/t-sparcbare: Likewise.
23376         * sparc/t-sparclite: Likewise.
23377         * sparc/t-splet: Likewise.
23378         * v850/t-v850: Likewise.
23379         * mn10200/t-mn10200: Fix comments.
23380         * mn10300/t-mn10300: Likewise.
23381
23382         * pa.md (divsi3, udivsi3, modsi3, umodsi3 expanders): Clobber a new
23383         dummy operand.  Allocate a new pseudo for the dummy operand.
23384         (divsi3, udivsi3, modis3, umodsi3 patterns): Corresponding changes.
23385
23386         * pa.md (movqi, movhi patterns): Do not expose FP regs to regclass.
23387
23388 Wed Aug  4 11:53:55 1999  Tom Tromey  <tromey@cygnus.com>
23389
23390         * configure: Rebuilt.
23391         * configure.in: Removed --enable-java-gc option and JAVAGC subst.
23392
23393 Wed Aug  4 09:06:14 1999  Richard Earnshaw (rearnsha@arm.com)
23394
23395         * recog.c (preproces_constraints): Zero recog_op_alt before
23396         processing the constraints.
23397
23398         * arm.c (typedef minipool_node): Renamed from pool_node.
23399         (minipool_vector, minipool_size, minipool_vector_label): Similarly.
23400         (add_minipool_constant): New function.
23401         (dump_minipool): New function.
23402         (find_barrier): Remove special case for getting the insn size of
23403         an insn that references the constant pool.
23404         (minipool_fixup): New structure.
23405         (push_minipool_barrier): New function.
23406         (push_minipool_fix): New function.
23407         (note_invalid_constants): New function.
23408         (add_pool_constant, dump_table, fixit, broken_move): Delete.
23409         (arm_reorg): Rewrite code to fix up the constant pool into a
23410         series of mini-pools embedded in the insn stream.
23411         (arm_output_epilogue): New function, made mainly from the body
23412         of output_func_epilogue.
23413         (output_func_epilogue): Move insn generation part of epilogue code
23414         to arm_output_epilogue.
23415         * arm.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Delete.
23416         * arm.md (pool_range): New attribute.
23417         (zero_extendqidi2): Add attribute pool_range.
23418         (zero_extend_hisi_insn, load_extendqisi, extendhisi_insn,
23419         extendqihi_insn, extendqisi_insn, movdi, movsi_insn, pic_load_addr,
23420         pic_load_addr_based_insn, movhi_insn_arch4, movhi_insn_littleend,
23421         movhi_insn_bigend, loadhi_si_bigend, movsf_hard_insn, movsf_soft_insn,
23422         movdf_hard_insn, movdf_soft_insn, movxf_hard_insn): Likewise.
23423         (epilogue): New expand.
23424         (epilogue_insn): New insn.  Call arm_output_epilogue.
23425
23426         * arm.c (arm_poke_function_name): Undo change of July 17.  Tidy up.
23427         * arm.h (TARGET_SWITCHES): Add missing doc string for TARGET_DEFAULT.
23428
23429 Mon Aug  2 19:18:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
23430
23431         * linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
23432
23433 1999-08-04 Mark Elbrecht <snowball3@bigfoot.com>
23434
23435         * config/i386/djgpp.h  (BSS_SECTION_ASM_OP): Define.
23436
23437 Wed Aug  4 02:15:32 1999  Richard Henderson <rth@cygnus.com>
23438
23439         * jump.c (delete_insn): Delete the addr_vec when deleting a tablejump.
23440
23441 Wed Aug  4 01:48:08 1999  Jim Kingdon  <http://developer.redhat.com>
23442
23443         * global.c: Fix comment.
23444
23445 Wed Aug  4 01:43:01 1999  Ian Lance Taylor  <ian@zembu.com>
23446
23447         * gcc.c (access_check): New static function.
23448         (find_a_file): Use it when searching a directory list.
23449         * collect2.c (find_a_file): Don't accept directories found when
23450         searching a directory list.
23451
23452 Wed Aug  4 01:40:43 1999  Philippe De Muyter  <phdm@macqel.be>
23453
23454         * tlink.c (symbol_hash_lookup): Do not prefix functions used as
23455         function parameters with `&'.
23456         (file_hash_lookup, demangled_hash_lookup, tlink_init): Ditto.
23457
23458 Wed Aug  4 01:08:44 1999  Jeffrey A Law  (law@cygnus.com)
23459
23460         * flow.c (delete_unreachable_blocks): Do not call merge_blocks
23461         or tidy_fallthru_edge if the last insn in the block is not
23462         an unconditional jump or a simple conditional jump.
23463
23464 Tue Aug  3 20:21:20 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23465
23466         * Makefile.in (c-decl.o): Depends on defaults.h.
23467
23468 Tue Aug  3 14:14:52 1999  Jeffrey A Law  (law@cygnus.com)
23469
23470         * pa.h (HARD_REGNO_NREGS): FP registers are always 4 bytes wide for
23471         PA1.1 and above.
23472         (CLASS_MAX_NREGS): Likewise.
23473
23474 Tue Aug  3 03:51:20 1999  Jeffrey A Law  (law@cygnus.com)
23475
23476         * cse.c (cse_insn): Fix dumb thinko in last change.
23477
23478 Tue Aug  3 10:36:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23479
23480         * reload1.c (maybe_fix_stack_asms): Declare CONSTRAINTS as
23481         "const char *".
23482
23483 Mon Aug  2 23:45:45 1999  Hans-Peter Nilsson  <hp@bitrange.com>
23484
23485         * dwarf2out.c (add_location_or_const_value_attribute): Correct
23486         test for sizes of passed and declared parameter types.
23487
23488 Tue Aug  3 00:03:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23489
23490         * fixincludes: Fix the return type of bsearch, char* -> void*.
23491
23492         * fixinc/inclhack.def: Likewise.
23493
23494 Mon Aug  2 18:29:32 1999  Mark Mitchell  <mark@codesourcery.com>
23495
23496         * invoke.texi (-fdump-translation-unit): New option.
23497
23498 Mon Aug  2 17:54:19 1999  Richard Henderson  <rth@cygnus.com>
23499
23500         * expr.h (PROMOTE_PROTOTYPES): Move ...
23501         * defaults.h: ... to here.
23502         * c-decl.c: Include defaults.h instead of expr.h.
23503         * c-typeck.c: Include defaults.h.
23504
23505 Mon Aug  2 17:10:24 1999  Mark Mitchell  <mark@codesourcery.com>
23506
23507         * toplev.h (errorcount): Declare.
23508         (warningcount): Likewise.
23509         (sorrycount): Likewise.
23510         * c-lex.c (errorcount): Don't declare.
23511         * dwarf2out.c (errorcount): Don't declare.
23512
23513 Mon Aug  2 17:02:08 1999  Jason Merrill  <jason@yorick.cygnus.com>
23514
23515         * config/libgloss.h: Add a note discouraging use with ELF.
23516         * configure.in: Don't use libgloss.h for ELF targets.
23517         Always use_collect2 on a.out targets.
23518
23519 Mon Aug  2 16:27:42 1999  Jim Wilson  <wilson@cygnus.com>
23520
23521         * combine.c (force_to_mode, case LSHIFTRT): Add goto shiftrt.
23522         (force_to_mode, case ASHIFTRT): Add shiftrt label.
23523
23524 Tue Aug  3 00:45:02 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23525
23526         * loop.c (strength_reduce): When doing biv->giv conversion, update
23527         reg note of NEXT->insn.
23528
23529 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23530
23531         * real.c (PUT_REAL): Clear unused bytes if long double is IEEE quad.
23532
23533 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23534
23535         * c-decl.c (get_parm_info, store_parm_decls): Change all uses of
23536         PROMOTE_PROTOTYPES, so that it tests it as a C expression.
23537         Ensure expr.h is included.
23538         * c-typecheck.c (convert_arguments): Ditto.
23539
23540         * expr.h: Supply default for PROMOTE_PROTOTYPES (0).
23541
23542         * config/arc/arc.h: Define PROMOTE_PROTOTYPES to 1.
23543         * config/convex/convex.h: Ditto.
23544         * config/dsp16xx/dsp16xx.h: Ditto.
23545         * config/fx80/fx80.h: Ditto.
23546         * config/gmicro/gmicro.h: Ditto.
23547         * config/i370/i370.h: Ditto.
23548         * config/i386/i386.h: Ditto.
23549         * config/m32r/m32r.h: Ditto.
23550         * config/m68k/m68k.h: Ditto.
23551         * config/m88k/m88k.h: Ditto.
23552         * config/mips/mips.h: Ditto.
23553         * config/pa/pa.h: Ditto.
23554         * config/pyr/pyr.h: Ditto.
23555         * config/tahoe/tahoe.h: Ditto.
23556         * config/we32k/we32k.h: Ditto.
23557
23558         * config/sparc/sparc.h: Define PROMOTE_PROTOTYPES
23559         based on arch size.
23560
23561         * config/i1750a/i1750a.h: Define PROMOTE_PROTOTYPES to 0.
23562
23563         * config/i860/paragon.h: Remove PROMOTE_PROTOTYPES
23564         from comment.
23565
23566         * tm.texi: Document new usage of PROMOTE_PROTOTYPES.
23567
23568 1999-08-02  Richard Henderson  <rth@cygnus.com>
23569
23570         * m32r.c (m32r_setup_incoming_varargs): Use get_varargs_alias_set
23571         for the register spill block.
23572         (m32r_va_arg): New.
23573         * m32r.h (EXPAND_BUILTIN_VA_ARG): New.
23574         (EXPAND_BUILTIN_SAVEREGS): Delete #if 0 code.
23575
23576         * m32r.h (INT8_P): Don't short-cut test with (unsigned).
23577         (INT16_P, CMP_INT16_P, UINT16_P): Likewise.
23578         (UPPER16_P, UINT24_P, INT32_P, UINT5_P): Likewise.
23579
23580 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23581
23582         * config/sparc/linux.h: Define WCHAR_TYPE as "int" and undef
23583         MAX_WCHAR_TYPE defined in sparc.h.
23584         * config/sparc/linuxaout.h: Likewise.
23585         * config/sparc/linux64.h: Likewise.
23586         Also default to -mvis if CPU is UltraSPARC.
23587
23588 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23589
23590         * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): New macro.
23591         (RTX_OK_FOR_OLO10): Likewise.
23592         (GO_IF_LEGITIMATE_ADDRESS): If assembler supports offsetable
23593         %lo(), allow it in addresses...
23594         (PRINT_OPERAND_ADDRESS): ... and print it appropriately.
23595         * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): sethi %lo()
23596         does not make sense.
23597         * config/sparc/sparc.c (sparc_hard_reg_printed): New array.
23598         (sparc_output_scratch_registers): New function.
23599         (output_function_prologue, sparc_flat_output_function_prologue): Use
23600         it.
23601         * varasm.c (make_decl_rtl): Use ASM_DECLARE_REGISTER_GLOBAL if
23602         defined.
23603         * tm.texi (ASM_DECLARE_REGISTER_GLOBAL): Document it.
23604         * configure.in: Add check for .register pseudo-op support in as and
23605         check for offsetable %lo().
23606         * acconfig.h: Add templates for the above checks.
23607         * configure: Regenerate.
23608
23609 1999-08-02  Richard Henderson  <rth@cygnus.com>
23610
23611         * sparc/linux64.h (TARGET_DEFAULT): Remove MASK_APP_REGS.
23612         * sparc/sol2-sld-64.h (TARGET_DEFAULT): Likewise.
23613         * sparc/sol2.h (TARGET_DEFAULT): Likewise.
23614
23615 Mon Aug  2 23:46:45 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23616
23617         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
23618         reg_biv_class.
23619
23620 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23621
23622         * config/float-sparc.h: New file.
23623         * configure.in: Use float_format=sparc for sparc-*-linux-gnulibc1,
23624         sparc-*-linux-gnu and sparc64-*-linux*.
23625
23626 1999-08-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23627
23628         * rs6000.c (rs6000_va_list): Type is an array.
23629         (rs6000_va_start): Don't doubly adjust for varargs.
23630         (rs6000_va_arg): Evaluate long long GPR adjustment.
23631
23632 Mon Aug  2 16:15:57 1999  David Edelsohn  <edelsohn@gnu.org>
23633
23634         * rs6000/aix43.h (SUBTARGET_SWITCHES): Use -m64 and -m32 instead of
23635         -maix64 and -maix32.
23636         (ASM_SPEC, ASM_CPU_SPEC, CPP_SPEC, CPP_CPU_SPEC, LIB_SPEC,
23637         LINK_SPEC): Change appropriately.
23638         * rs6000/rs6000.c (short_cint_operand): Use CONST_OK_FOR_LETTER_P.
23639         (u_short_cint_operand): Likewise.
23640         * rs6000/rs6000.md (movdi splitters): Add TARGET_POWERPC64 support
23641         for 64-bit hosts.
23642         * rs6000/t-aix43 (MULTILIB): Change to -m64.
23643
23644         * invoke.texi (RS/6000 Submodel): Document 64-bit processor options.
23645
23646 Mon Aug  2 16:15:57 1999  Geoff Keating  <geoffk@cygnus.com>
23647
23648         * rs6000/rs6000.c (num_insns_constant_wide): Correct
23649         for type promotion.
23650         (add_operand): Get test correct for 64-bit HOST_WIDE_INT.
23651         (non_add_cint_operand): Likewise.
23652         (logical_operand): Likewise.
23653         (non_logical_cint_operand): Likewise.
23654         (print_operand): Correct printf()s for 64-bit HOST_WIDE_INT.
23655         (print_operand_address): Correct printf() for 64-bit HOST_WIDE_INT.
23656         (rs6000_select_rtx_section): Suppress warning.
23657         (small_data_operand): Suppress warning.
23658         (rs6000_got_register): Suppress warning.
23659         * rs6000/rs6000.md (andsi3): HOST_WIDE_INT is a signed
23660         type, so `J' is generally the wrong constraint for a SImode value;
23661         use `L' instead.
23662         (andsi3_internal2): Likewise.
23663         (andsi3_internal3): Likewise.
23664         (iorsi3_internal1): Likewise.
23665         (xorsi3_internal1): Likewise.
23666         (movsi): Likewise.
23667         (movsf_softfloat): Likewise.
23668         (scc insns): Likewise.
23669         (movsi+2): Preserve sign bits of SImode constant.
23670         (floatsidf2_internal+1): Sign-extend SImode constant correctly.
23671         (movdf+1): Sign-extend properly.
23672         (movdi_32+1): Sign-extend properly.
23673         (scc insns): Sign-extend properly.
23674
23675         * md.texi (RS/6000 EXTRA_CONSTRAINTS): Update documentation for J,
23676         K, L, and T.
23677
23678 1999-08-02  Richard Henderson  <rth@cygnus.com>
23679
23680         * alpha.c (override_options): Move ev6 alpha_tp frobbing out of
23681         -mcpu parsing code.
23682         (print_operand): Notice alpha_fptm not alpha_tp for sw completion.
23683         * alpha.md (all fp insns): Likewise.
23684
23685 1999-08-02  Nick Clifton  <nickc@cygnus.com>
23686
23687         * config/v850/v850.h (STRICT_ALIGNMENT): Only define if not
23688         already defined.
23689
23690 Mon Aug  2 03:38:33 1999  Jeffrey A Law  (law@cygnus.com)
23691
23692         * pa.c (legitimize_pic_address): Clarify comments.  Do not call the
23693         pic_load_label generator directly.
23694         * pa.md (pic_load_label): Clarify comments.  Remove modes on operands.
23695         No longer a named pattern.
23696
23697 Mon Aug  2 09:38:10 1999  Nick Clifton  <nickc@cygnus.com>
23698
23699         * explow.c (force_reg): Call force_operand if X does not
23700         satisfy general_operand.
23701
23702 Mon Aug  2 01:34:22 1999  Jeffrey A Law  (law@cygnus.com)
23703
23704         * fix-header.c (main): When testing for CONTINUED, use string
23705         equality, not pointer equality.
23706
23707 Mon Aug  2 01:27:24 1999  Dan Nicolaescu  <dann@ics.uci.edu>
23708
23709         * sparc.c (sparc_block_profiler): Use the %g2 register, not %o0.
23710
23711 Sun Aug  1 22:46:42 1999  Jeffrey A Law  (law@cygnus.com)
23712
23713         * cse.c (cse_insn): Fix loop which deletes insns after a jump
23714         that has become an unconditional jump.
23715
23716         * m68k.c (output_function_prologue): Fix typo in CPU32 case.
23717         (output_function_epilogue): Similarly.
23718
23719 Sun Aug  1 20:14:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23720
23721         * tree.h (init_dummy_function_start): Declare.
23722
23723 Sun Aug  1 12:55:31 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23724
23725         * stmt.c (emit_filename, emit_lineno, expr_stmts_for_value,
23726         last_expr_type, last_expr_value, block_start_count, block_stack,
23727         stack_block_stack, cond_stack, loop_stack, case_stack, nesting_stack,
23728         nesting_depth, goto_fixup_chain): Delete global vars; now allocated
23729         dynamically in stmt elt of struct function for each function.
23730         (struct nesting): Rename function_call_count elt to n_function_calls,
23731         target_temp_slot_level to block_target_temp_slot_level.  All users
23732         changed.
23733         (struct stmt_status): New structure definition.
23734         Add many accessor macros for stmt_status elements which previously
23735         were global variables.
23736         (init_stmt_for_function): Allocate stmt elt for current_function.
23737         Reflect that block_start_count was renamed to
23738         current_block_start_count.
23739         (save_stmt_status, restore_stmt_status): Delete functions.
23740         (preserve_subexpressions_p): Don't access loop_stack when outside
23741         a function.
23742         (expand_start_bindings): Reflect that block_start_count was renamed to
23743         current_block_start_count.
23744         (expand_fixup): Likewise.
23745         (expand_decl): Don't access block_stack when outside a function.
23746         (expand_decl_cleanup): Likewise.
23747         (expand_dcc_cleanup): Likewise.
23748         (expand_dhc_cleanup): Likewise.
23749         (expand_anon_union_decl): Likewise.
23750         (set_file_and_line_for_stmt): New function.
23751         (in_control_zone_p): New function.
23752
23753         * function.h (struct function): Add new elt stmt.
23754         Delete elts block_stack, stack_block_stack, cond_stack, loop_stack,
23755         case_stack, nesting_stack, nesting_depth, block_start_count,
23756         last_expr_type, last_expr_value, expr_stmts_for_value, emit_filename,
23757         emit_lineno, goto_fixup_chain.
23758         (save_eh_status, restore_eh_status, save_stmt_status,
23759         restore_stmt_status): Delete declarations.
23760         * function.c (push_function_context_to): Don't call save_stmt_status.
23761         (pop_function_context_to): Don't call restore_stmt_status.
23762         * tree.h (in_control_zone_p): Declare.
23763         * rtl.h (set_file_and_line_for_stmt): Declare.
23764
23765         * emit-rtl.c (emit_line_note): Don't set emit_filename/emit_lineno;
23766         call set_file_and_line_for_stmt.
23767
23768 Thu Jul 31 12:34:45 1999  Joe Buck  <jbuck@synopsys.com>
23769
23770         * gcc.texi: Use terms "GNU Compiler Collection" and "GCC".
23771         Also update copyright.
23772
23773 Sat Jul 31 11:10:07 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23774
23775         * c-pragma.c: Don't include "except.h".
23776         * emit-rtl.c: Likewise.
23777         * stor-layout.c: Likewise.
23778         * tree.c: Likewise.
23779         * varasm.c: Likewise.
23780
23781         * flow.c: Include "function.h".
23782         * tree.h (init_dummy_function_start): Declare new function.
23783
23784         * except.h (struct eh_status): New structure.
23785         (struct label_node, struct eh_entry): Declare even if tree.h hasn't
23786         been included.
23787         (eh_return_stub_label, ehstack, catchstack, ehqueue,
23788         catch_clauses, false_label_stack, caught_return_label_stack,
23789         protect_list, current_function_ehc): Add accessor macros for the
23790         corresponding fields in current_function->eh; delete declarations
23791         for all items that used to be declared here.
23792         * except.c (eh_return_stub_label, ehstack, catchstack, ehqueue,
23793         catch_clauses, false_label_stack, caught_return_label_stack,
23794         protect_list, current_function_ehc): Delete variables.
23795         (init_eh_for_function): Allocate current_function->eh.
23796         (save_eh_status, restore_eh_status): Delete functions.
23797
23798         * function.h (struct function): Add fields next_global and eh.
23799         Delete all exception handling related fields.
23800         * function.c (current_function): New variable.
23801         (all_functions): New variable.
23802         (push_function_context_to): Don't allocate a struct function,
23803         use current_function instead.  Call init_dummy_function_start when
23804         outside a function.  Clear current_function before returning.
23805         (pop_function_context_from): Restore current_function.
23806         Don't free the restored struct function.
23807         (prepare_function_start): New function.
23808         (init_dummy_function_start): New function.
23809         (init_function_start): Break out some code into prepare_function_start
23810         and call it here.
23811
23812         * stmt.c (save_stmt_status): Don't call save_eh_status.
23813         (restore_stmt_status): Don't call restore_eh_status.
23814
23815         * Makefile.in: Update dependencies.
23816
23817 Sat Jul 31 04:10:01 1999  Jeffrey A Law  (law@cygnus.com)
23818
23819         * pa.c (compute_frame_size): Use STARTINg_FRAME_OFFSET instead
23820         of depending on a magic constant value.  Update comments.
23821         (hppa_expand_prologue): Similarly.
23822
23823         * pa.md (reload_indi, reload_outdi): Allow any register for the
23824         original reload register.
23825
23826 Fri Jul 30 19:41:35 1999  Jim Wilson  <wilson@cygnus.com>
23827
23828         * cccp.c (print_help): Change marcos to macros.
23829
23830 1999-07-30  Richard Henderson  <rth@cygnus.com>
23831
23832         * c-typeck.c (initializer_constant_valid_p): Move ...
23833         * c-common.c (initializer_constant_valid_p): ... here.  Use
23834         FOO_TYPE_P instead of tests against TREE_CODE.  Allow subtraction
23835         of label addresses.
23836         * c-common.h (initializer_constant_valid_p): Declare.
23837         * c-tree.h (initializer_constant_valid_p): Remove.
23838
23839 Fri Jul 30 16:33:42 1999  Mathias Froehlich  <frohlich@na.uni-tuebingen.de>
23840
23841         * config/i386/sol2-c1.asm: Align the stack.
23842         * config/i386/sol2-gc1.asm: Likewise.
23843
23844 1999-07-30  Vladimir Makarov  <vmakarov@loony.cygnus.com>
23845
23846         * config/sparc/sparc.h (ASM_CPU32_DEFAULT_SPEC): Change -Av8 onto
23847         -Asparclite for sparc86x.
23848         (CPP_CPU32_DEFAULT_SPEC, CPP_CPU_SPEC): Remove -D__sparc_v8__ for
23849         sparc86x.
23850         (ASM_CPU_SPEC): Use -Asparclite for sparc86x.
23851
23852 Fri Jul 30 14:53:56 1999  Jakub Jelinek  <jj@ultra.linux.cz>
23853
23854         * config/sparc/linux64.h (CC1_SPEC): Preserve CPU specified by
23855         the user if using the non-default arch size in BI_ARCH configuration.
23856         * config/sparc/sol2-sld-64.h (CC1_SPEC): Ditto.
23857
23858         * config/sparc/sparc.md (cmp_mul_set, cmp_udiv_cc_set):
23859         Fix patterns so that they actually match.
23860         (cmp_sdiv_cc_set): Ditto, also don't require g0 to be zero.
23861         (mulsidi3_sp64, const_mulsidi3_sp64): New patterns.
23862         (const_mulsidi3_sp32): Renamed from const_mulsidi3, only on
23863         TARGET_HARD_MUL32.
23864         (mulsidi3): Reflect this in the expand.
23865         (smulsi3_highpart): Only on TARGET_ARCH32.
23866         (umulsidi3_sp64, const_umulsidi3_sp64): New patterns.
23867         (const_umulsidi3_sp32): Renamed from const_umulsidi3.
23868         (umulsidi3): Reflect this in the expand.
23869         (umulsi3_highpart): Only on TARGET_ARCH32.
23870         (divsi3_sp32): Renamed from divsi3, only on TARGET_ARCH32,
23871         don't require g0 to be zero.
23872         (udivsi3_sp32): Renamed from udivsi3, only on TARGET_ARCH32.
23873         ({,u}divsi3): New expands.
23874         ({,u}divsi3_sp64): New patterns.
23875         (after lshrdi3_v8plus): Four new patterns to help combiner
23876         optimizing nested mixed mode shifts.
23877
23878         * config/sparc/sparc.c (sparc_override_options): Use deprecated
23879         v8 instructions if optimizing for UltraSPARC I, II, IIi, as it
23880         speed things up. Don't use them by default on plain v9 in 64bit
23881         mode, according to what SPAMv9 sais.
23882
23883         * config/sparc/sparc.h: Fix comments, e.g. Linux already preserves
23884         top 32 bits of %[og][0-7] in signal handlers.
23885         Also, TARGET_HARD_MUL32 now is only true for TARGET_ARCH32.
23886
23887 Fri Jul 30 03:00:41 1999  Jeffrey A Law  (law@cygnus.com)
23888
23889         * pa.md (zvdep_imm32): Renamed from zvdep_imm.
23890         (ashlsi3): Corresponding changes.
23891
23892         * pa.c (compute_zdepwi_operands): Renamed from compute_zdepi_operands.
23893
23894 Thu Jul 29 18:37:13 1999  Jeffrey A Law  (law@cygnus.com)
23895
23896         * pa.h (FIRST_PARM_CALLER_OFFSET): Delete.
23897
23898 Thu Jul 29 19:01:58 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23899
23900         * arm.h (Hint): Delete macro.
23901         Substitute HOST_WIDE_INT for Hint in some prototypes.
23902         * arm.c: Substitute HOST_WIDE_INT for Hint in one prototype.
23903
23904 Thu Jul 29 09:21:42 1999  Nick Clifton  <nickc@cygnus.com>
23905
23906         * builtins.c (expand_builtin_setjmp): Use force_operand to
23907         make sure that the buffer address is in a suitable form to be
23908         passed to force_reg.
23909
23910 Wed Jul 28 12:50:48 1999  Geoff Keating  <geoffk@cygnus.com>
23911
23912         * config/mips/mips.c: system.h handles MIN and MAX, don't undefine
23913         them here.
23914
23915 Wed Jul 28 13:18:35 1999  Jeffrey A Law  (law@cygnus.com)
23916
23917         * pa.md (indirect_jump): Remove mode from match_operand.  Verify
23918         proper mode in the condition string.
23919         (icacheflush, dcacheflush): Remove modes from match_operands.
23920
23921         * pa.c (emit_move_sequence): Always convert scratch_reg to the
23922         proper mode before using it.
23923
23924         * pa.md (adddi3, subdi3): Turn into a define_expand/define_insn
23925         pair.
23926
23927         * pa.c (store_reg): Do not call add_high_const generator directly.
23928         (load_reg, set_reg_plus_d): Likewise.
23929         * pa.md (add_high_const): No longer a named pattern.
23930
23931         * pa.c (legitimize_address): Consistently use Pmode rather than
23932         SImode.  Do not call gen_pic2_highpart directly anymore.
23933         * pa.md (pic2_highpart): No longer a named pattern.
23934         (pic2_lo_sum): Similarly.  Reformat to make more readable.
23935
23936         * pa.md (call, call_value): Use "word_mode" instead of "SImode" as
23937         needed.
23938
23939         * README: Update.
23940
23941 Wed Jul 28 11:28:04 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23942
23943         * builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.
23944
23945 Wed Jul 28 11:23:48 1999  Richard Henderson  <rth@cygnus.com>
23946
23947         * pa.c (hppa_builtin_saveregs):  Use get_varargs_alias_set
23948         and tag the spill mems.
23949         (hppa_va_start): New.
23950         (hppa_va_arg): New.
23951         * pa.h (EXPAND_BUILTIN_VA_START): New.
23952         (EXPAND_BUILTIN_VA_ARG): New.
23953
23954 Wed Jul 28 11:22:21 1999  Richard Henderson  <rth@cygnus.com>
23955
23956         * mn10300.c (mn10300_builtin_saveregs): Use get_varargs_alias_set
23957         and tag the spill mems.
23958         (mn10300_va_start): New.
23959         (mn10300_va_arg): New.
23960         * mn10300.h (EXPAND_BUILTIN_VA_START): New.
23961         (EXPAND_BUILTIN_VA_ARG): New.
23962
23963 Wed Jul 28 11:20:19 1999  Richard Henderson  <rth@cygnus.com>
23964
23965         * mn10200.c (mn10200_va_arg): New.
23966         * mn10200.h (EXPAND_BUILTIN_VA_ARG): New.
23967
23968 Wed Jul 28 11:19:06 1999  Richard Henderson  <rth@cygnus.com>
23969
23970         * builtins.c (std_expand_builtin_va_arg): Use int_size_in_bytes
23971         rather than play with TREE_INT_CST_LOW.
23972
23973 1999-07-27  Philip Blundell  <pb@nexus.co.uk>
23974
23975         * config/arm/telf.h: Include dbxelf.h.
23976         (CPP_PREDEFINES): Only define if not already defined.
23977         (ASM_IDENTIFY_GCC): Likewise.
23978         (SUBTARGET_EXTRA_SECTIONS): Likewise.
23979         (SUBTARGET_EXTRA_SECTION_FUNCTIONS): Likewise.
23980         * config/arm/thumb.h (LINK_SPEC): Only define if not already
23981         defined.
23982         (DBX_DEBUGGING_INFO): Don't define.
23983         * config/arm/linux-telf.h: New file.
23984         * config/arm/linux-tgas.h: New file.
23985         * config/arm/t-thumb-linux: New file.
23986         * config/arm/uclinux-elf.h: New file.
23987         * config/arm/uclinux-telf.h: New file.
23988         * configure.in (arm-*-uclinux, thumb-*-linux-gnu,
23989         thumb-*-uclinux): New targets.
23990         * configure: Regenerate.
23991
23992 Tue Jul 27 23:20:21 1999  Jeffrey A Law  (law@cygnus.com)
23993
23994         * pa.md (post_store, pre_load): New expanders.
23995         (post_stwm, pre_ldwm): Renamed to post_stw and pre_ldw respectively.
23996         (post_ldwm, pre_stwm): Make these unnamed patterns since we never
23997         need to directly generate RTL for them.
23998         * pa.c (hppa_expand_prologue, hppa_expand_epilogue): Corresponding
23999         changes.
24000
24001 Tue Jul 27 16:05:52 1999  David Edelsohn  <edelsohn@gnu.org>
24002
24003         * aix43.h (ASM_CPU_SPEC, CPP_CPU_SPEC): Add rs64a and PPC630.
24004         * rs6000.c (processor_target_table): Add powerpc64, rs64a, and PPC630.
24005         (rs6000_cpu): Choose between 32-bit and 64-bit default processors.
24006         (secndary_reload_class): Make TARGET_ELF conditional compile.
24007         (print_operand_address): Similar.
24008         (output_toc): Print all values as hex.
24009         (get_issue_rate): Rearrange and add RS64A and PPC630.
24010         * rs6000.h (processor_type): Add RS64A and PPC630.
24011         (PROCESSOR_POWERPC64): New.
24012         (PROMOTE_MODE): Use word_mode.
24013         (RTX_COSTS): Add RS64A and PPC630.
24014         * rs6000.md (scheduling information): Add lmul and ldiv
24015         representing 64-bit integer multiply and divide.  Add rs64a and
24016         PPC630 information.
24017         (ashldi3): Add support for "rldic" instruction.
24018         * sysv4.h (PROCESSOR_DEFAULT): Change to PROCESSOR_750.
24019
24020 Tue Jul 27 15:31:53 1999  Vladimir Makarov  <vmakarov@toad.to.cygnus.com>
24021
24022         * config/sparc/sparc.c (sparc_override_options): Enable SPARCLITE
24023         instead of V8 for sparclite86x in cpu_table.
24024
24025 Tue Jul 27 17:49:42 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24026
24027         * config/arm/coff.h (ASM_FILE_START): If generating SDB output, call
24028         output_file_directive.
24029
24030 Tue Jul 27 03:15:33 1999  Jason Merrill  <jason@yorick.cygnus.com>
24031
24032         * expr.c (expand_expr, case PLUS_EXPR): Get the mode from the
24033         tree for op1, not the rtl.
24034
24035 Tue Jul 27 00:18:34 1999  Richard Henderson  <rth@cygnus.com>
24036
24037         * m88k.c (m88k_builtin_saveregs): Break out the constructor code
24038         to m88k_va_start, leaving only the register spill.
24039         (m88k_build_va_list): New.
24040         (m88k_va_start): New.
24041         (m88k_va_arg): New.
24042         * m88k.h (BUILD_VA_LIST_TYPE): New.
24043         (EXPAND_BUILTIN_VA_START): New.
24044         (EXPAND_BUILTIN_VA_ARG): New.
24045
24046 Mon Jul 26 19:07:11 1999  Geoff Keating  <geoffk@cygnus.com>
24047
24048         * config/rs6000/rs6000.c (rs6000_expand_builtin_saveregs):
24049         Rename from expand_builtin_saveregs.
24050         * config/rs6000/rs6000.h (EXPAND_BUILTIN_SAVEREGS): Change caller.
24051
24052 Mon Jul 26 22:52:47 1999  Richard Henderson  <rth@cygnus.com>
24053
24054         * i960.c (i960_setup_incoming_varargs): Use get_varargs_alias_set
24055         for the register spill block.
24056         (i960_build_va_list): New.
24057         (i960_va_start): New.
24058         (i960_va_arg): New.
24059         * i960.h (BUILD_VA_LIST_TYPE): New.
24060         (EXPAND_BUILTIN_VA_START): New.
24061         (EXPAND_BUILTIN_VA_ARG): New.
24062         * i960.md (store_multiple): Use change_address on individul mems.
24063
24064 Mon Jul 26 22:43:12 1999  Richard Henderson  <rth@cygnus.com>
24065
24066         * builtins.c (stabilize_va_list): Don't INDIRECT_REF through
24067         an ARRAY_TYPE.
24068         (std_expand_builtin_va_start): Back out one word if !stdarg_p.
24069         (expand_builtin_va_end): Evaluate arg for side effects.
24070         * c-common.c (c_common_nodes_and_builtins): Construct a
24071         va_list_arg_type_node to handle array decomposition to pointer.
24072
24073 Mon Jul 26 18:51:34 1999  Richard Henderson  <rth@cygnus.com>
24074
24075         * except.c (st_dynamic_cleanup): Use force_operand on the
24076         buffer's address.
24077
24078 Mon Jul 26 16:43:26 1999  Richard Henderson  <rth@cygnus.com>
24079
24080         * c4x.h (EXPAND_BUILTIN_VA_ARG): New.
24081         * c4x.c (c4x_va_arg): New.
24082
24083 Mon Jul 26 12:30:09 1999  Jason Merrill  <jason@yorick.cygnus.com>
24084
24085         * cpplib.c (cpp_get_token): Don't return a CPP_POP if the buffer
24086         has manual_pop set.
24087
24088 1999-07-26  Nathan Sidwell  <nathan@acm.org>
24089
24090         * eh-common.h (__eh_matcher): Prototype correctly.
24091
24092 Mon Jul 26 17:24:51 1999  Philip Blundell  <pb@nexus.co.uk>
24093
24094         * config/arm/thumb.h (THUMB_FLAG_SINGLE_PIC_BASE): Define.
24095         (TARGET_SINGLE_PIC_BASE): Likewise.
24096         (GOT_PCREL, NEED_GOT_RELOC, NEED_PLT_RELOC): Provide default
24097         definitions.
24098         (TARGET_CALLEE_INTERWORKING): Fix typo in comment.
24099         (TARGET_SWITCHES): Add -m{no-}single-pic-base.
24100         (TARGET_OPTIONS): Add -mpic-register=N.
24101         (OUTPUT_INT_ADDR_CONST): New macro.
24102         (INDEX_REGISTER_RTX_P, PIC_OFFSET_TABLE_REGNUM, FINALIZE_PIC,
24103         LEGITIMATE_PIC_OPERAND_P): Likewise.
24104         (LEGITIMIZE_ADDRESS, GOT_IF_LEGITIMATE_ADDRESS): Support PIC.
24105         (ASM_OUTPUT_INT): Use OUTPUT_INT_ADDR_CONST rather than calling
24106         output_addr_const directly.
24107         (PRINT_OPERAND_PUNCT_VALID_P): Accept `|' for compatibility with
24108         ARM port.
24109         (thumb_pic_register, thumb_pic_register_string): Declare.
24110
24111         * config/arm/thumb.c (symbol_mentioned_p): New function: Imported
24112         from arm.c.
24113         (label_mentioned_p): New function: Imported from arm.c.
24114         (legitimize_pic_address): New function: Imported from arm.c.
24115         (is_pic):New function: Imported from arm.c.
24116         (thumb_finalize_pic):New function: Imported from arm.c.
24117         (add_constant): Cope with PIC constants.
24118         (fixit): Cope with PIC constants.
24119         (output_return): Do not treat the PIC register as live if
24120         TARGET_SINGLE_PIC_BASE is true.
24121         (thumb_function_prologue): Do not treat the PIC register as live if
24122         TARGET_SINGLE_PIC_BASE is true.
24123         (thumb_expand_prologue): Do not treat the PIC register as live if
24124         TARGET_SINGLE_PIC_BASE is true.
24125         (thumb_unexpand_epilogue): Do not treat the PIC register as live if
24126         TARGET_SINGLE_PIC_BASE is true.
24127         (thumb_print_operand): Accept '|'.
24128         (thumb_override_options): Process PIC options.
24129
24130         * config/arm/thumb.md (movsi): Support PIC.
24131         (call_insn): Change "i" constraint to "X".
24132         (call_value_insn): Likewise.
24133         (consttable_4, consttable_8, consttable_end): Set and clear
24134         "making_const_table" as appropriate.
24135         (pic_load_addr, pic_add_dot_plus_four): New insns.
24136
24137         * invoke.texi (Thumb Options): Fix spelling.  Document new
24138         options -msingle-pic-base and -mpic-register=.
24139
24140 1999-07-26  Andrew Haley  <aph@cygnus.com>
24141
24142         * config/m32r/initfini.c (__init): Use a full word immediate for
24143         __fini: this allows it to be placed in any memory region.
24144
24145         * config/m32r/t-m32r: Compile crtinit.o and crtfini.o for
24146         -mmodel=medium.  This is OK for all memory models.
24147
24148 Mon Jul 26 11:58:46 1999  Nick Clifton  <nickc@cygnus.com>
24149
24150         * config/arm/arm.c: Replace %R%s in asm_fprintf strings with %r.
24151         * config/arm/arm.h: Replace %R%s in asm_fprintf strings with %r.
24152
24153 Mon Jul 26 10:23:36 1999  Nick Clifton  <nickc@cygnus.com>
24154
24155         * final.c (asm_fprintf): Accept ASM_FPRINTF_EXTENSIONS, if
24156         defined.
24157
24158         * tm.texi: Document ASM_FPRINTF_EXTENSIONS.
24159
24160 Sun Jul 25 23:51:59 1999  Richard Henderson  <rth@cygnus.com>
24161
24162         * i860.h (EXPAND_BUILTIN_SAVEREGS): New.
24163         (BUILD_VA_LIST_TYPE): New.
24164         (EXPAND_BUILTIN_VA_START): New.
24165         (EXPAND_BUILTIN_VA_ARG): New.
24166         * i860.c (output_delayed_branch): Disable.
24167         (output_delay_insn): Likewise.
24168         (i860_saveregs): New.
24169         (i860_build_va_list): New.
24170         (i860_va_start): New.
24171         (i860_va_arg): New.
24172         * i860.md: Disable all peepholes using output_delayed_branch.
24173         * i860/sysv4.h (I860_SVR4_VA_LIST): New.
24174
24175 Sun Jul 25 23:44:13 1999  Richard Henderson  <rth@cygnus.com>
24176
24177         * clipper.h (EXPAND_BUILTIN_SAVEREGS): Remove argument.
24178         (BUILD_VA_LIST_TYPE): New.
24179         (EXPAND_BUILTIN_VA_START): New.
24180         (EXPAND_BUILTIN_VA_ARG): New.
24181         * clipper.c (clipper_builtin_saveregs): Only dump registers.
24182         Return the address of the save area.
24183         (clipper_build_va_list): New.
24184         (clipper_va_start): New.
24185         (clipper_va_arg): New.
24186
24187 Sun Jul 25 22:56:47 1999  Richard Henderson  <rth@cygnus.com>
24188
24189         * arc.h (EXPAND_BUILTIN_VA_START): New.
24190         (EXPAND_BUILTIN_VA_ARG): New.
24191         * arc.c (arc_setup_incoming_varargs): Set alias set of
24192         varargs save area.
24193         (arc_va_start): New.
24194         (arc_va_arg): New.
24195
24196 Sun Jul 25 22:45:55 1999  Richard Henderson  <rth@cygnus.com>
24197
24198         * alpha.h (EXPAND_BUILTIN_SAVEREGS): Delete.
24199         (BUILD_VA_LIST_TYPE): New.
24200         (EXPAND_BUILTIN_VA_START): New.
24201         (EXPAND_BUILTIN_VA_ARG): New.
24202         * alpha.c (alpha_builtin_saveregs): Delete.
24203         (alpha_build_va_list): New.
24204         (alpha_va_start): New.
24205         (alpha_va_arg): New.
24206
24207 Sun Jul 25 21:40:33 1999  Jeffrey A Law  (law@cygnus.com)
24208
24209         * config/svr4.h (CTORS_SECTION_ASM_OP): Do not emit directives in
24210         column zero.
24211         (DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP): Likewise.
24212         (FINI_SECTION_ASM_OP, ASM_OUTPUT_SECTION_NAME): Likewise.
24213
24214         * gcc.texi: More changes related to list conversion.
24215         * invoke.texi: Likewise.
24216
24217 Sun Jul 25 18:15:39 1999  Richard Henderson  <rth@cygnus.com>
24218
24219         * builtins.c (expand_builtin_saveregs): Remove static, remove exp
24220         and ignore arguments, bail if no EXPAND_BUILTIN_SAVEREGS.
24221         (expand_builtin_next_arg): Accept ARGLIST not EXP.
24222         (stabilize_va_list): New function.
24223         (std_expand_builtin_va_start): New function.
24224         (expand_builtin_va_start): New function.
24225         (get_varargs_alias_set): New function.
24226         (std_expand_builtin_va_arg): New function.
24227         (expand_builtin_va_arg): New function.
24228         (expand_builtin_va_end): New function.
24229         (expand_builtin_va_copy): New function.
24230         (expand_builtin): Call them.
24231         * c-common.c (c_common_nodes_and_builtins): Build __builtin_va_list,
24232         __builtin_{varargs_start,stdarg_start,end,copy}.
24233         (build_va_arg): New function.
24234         * c-common.h (CTI_PTR_TYPE, ptr_type_node): Delete.
24235         (build_va_arg): Declare.
24236         * c-decl.c (ptr_type_node, va_list_type_node): New.
24237         * c-parse.gperf (__builtin_va_arg): New.
24238         * c-parse.in (VA_ARG): New token.
24239         (unary_expr): Recognize it.
24240         * expr.c (expand_expr): Expand VA_ARG_EXPR.
24241         * expr.h (std_expand_builtin_va_start): Declare.
24242         (std_expand_builtin_va_arg): Declare.
24243         (expand_builtin_va_arg): Declare.
24244         (get_varargs_alias_set): Declare.
24245         * tree.def (VA_ARG_EXPR): New.
24246         * tree.h (BUILT_IN_VARARGS_START): New.
24247         (BUILT_IN_STDARG_START, BUILT_IN_VA_END): New.
24248         (ptr_type_node, va_list_type_node): Declare.
24249         * tm.texi (EXPAND_BUILTIN_SAVEREGS): Kill unused ARGLIST argument.
24250         * m32r.h (EXPAND_BUILTIN_SAVEREGS): Likewise.
24251         * m88k.h, m88k.c: Likewise.
24252         * mn10300.h, mn10300.c: Likewise.
24253         * pa.h, pa.c: Likewise.
24254         * rs6000.h, rs6000.c: Likewise.
24255         * sh.h, sh.c: Likewise.
24256         * sparc.h, sparc.c: Likewise.
24257
24258         * emit-rtl.c (operand_subword): Copy alias set.
24259         (change_address): Likewise.
24260
24261 Sun Jul 25 15:04:37 1999  Jeffrey A Law  (law@cygnus.com)
24262
24263         * pa.c (compute_frame_size): Scan all the used callee saved registers,
24264         not just the first one.
24265
24266 Fri Jul 23 14:09:58 1999  Philip Blundell  <pb@nexus.co.uk>
24267
24268         * config/arm/arm.h (TARGET_SWITCHES): Add
24269         -m{no-}single-pic-base.  Correct help string for -mshort-load-words.
24270         (TARGET_OPTIONS): Add -mpic-register=.
24271         (ARM_FLAG_SINGLE_PIC_BASE, TARGET_SINGLE_PIC_BASE): Define.
24272         (arm_pic_register_string): Declare.
24273         (NEED_PLT_GOT): Delete, replace with ...
24274         (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these.  New macros.
24275         (OUTPUT_INT_ADDR_CONST): Replace NEED_PLT_GOT with NEED_GOT_RELOC.
24276         (ASM_OUTPUT_MI_THUNK): Replace NEED_PLT_GOT with NEED_PLT_RELOC.
24277         * config/arm/arm.c (arm_override_options): Add new option
24278         -mpic-register=N.
24279         (arm_pic_register_string): New variable.
24280         (arm_finalize_pic): Respect TARGET_SINGLE_PIC_BASE.
24281         (output_func_prologue): If TARGET_SINGLE_PIC_BASE, treat the PIC
24282         register as never live.  Use NEED_PLT_RELOC not NEED_PLT_GOT.
24283         (output_return_instruction): Likewise.
24284         * config/arm/elf.h (NEED_PLT_GOT): Delete, replace with ...
24285         (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these.  Define to flag_pic.
24286         * config/arm/arm.md: Use NEED_PLT_RELOC in place of NEED_PLT_GOT.
24287
24288         * invoke.texi (ARM Options): Fix spelling.  Remove duplicate
24289         mention of -msched-prolog.  Document new options -msingle-pic-base
24290         and -mpic-register=.
24291
24292 Thu Jul 22 18:23:56 1999  Richard Henderson  <rth@cygnus.com>
24293
24294         * haifa-sched.c (reemit_notes): Tidy.
24295         * sched.c (reemit_notes): Duplicate 1998-08-31 patch to
24296         haifa's routine.
24297
24298 Thu Jul 22 18:21:04 1999  Richard Henderson  <rth@cygnus.com>
24299
24300         * explow.c (trunc_int_for_mode): New function.
24301         (plus_constant_wide): Use it.
24302         * combine.c (simplify_and_const_int): Likewise.
24303         (merge_outer_ops): Likewise.
24304         (simplify_shift_const): Likewise.
24305         * cse.c (simplify_unary_operation): Likewise.
24306         (simplify_binary_operation): Likewise.
24307         * emit-rtl.c (operand_subword): Likewise.
24308         * rtl.h: Declare it.
24309
24310 Thu Jul 22 14:34:59 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24311
24312         * config/arm/arm.c (arm_print_operand): Fix typo in 'M' case
24313         (use NUM_REGS instead of NUM_INTS).
24314
24315 Thu Jul 22 11:25:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24316
24317         * builtins.c: New file.
24318         * expr.c (saveregs_value, apply_args_value):  Delete definition,
24319         moved into builtins.c.
24320         (string_constant): No longer static.
24321         (get_pointer_alignment, c_strlen, get_memory_rtx, expand_builtin,
24322         apply_args_size, apply_result_size, result_vector,
24323         expand_builtin_apply_args, expand_builtin_apply,
24324         expand_builtin_return): Delete functions, moved into builtins.c.
24325         (INCOMING_REGNO, OUTGOING_REGNO): Delete unused macros.
24326         * expr.h (saveregs_value, apply_args_value): Declare variables.
24327         (expand_builtin, string_constant): Declare functions.
24328         * Makefile.in: Update to build builtin.o.
24329
24330 Wed Jul 21 00:46:58 1999  Mark P. Mitchell  <mark@codesourcery.com>
24331
24332         * defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): New macro.
24333         * tm.texi (DWARF2_GENERATE_TEXT_SECTION_LABEL): Define it.
24334         * dwarf2out.c (dwarf2out_init): Don't output a label to mark the
24335         start of the text section if DWARF2_GENERATE_TEXT_SECTION_LABEL is
24336         false.
24337         * config/mips/iris6.h (DWARF2_GENERATE_TEXT_SECTION_LABEL):
24338         Define to zero.
24339
24340 1999-07-21  Michael Meissner  <meissner@cygnus.com>
24341
24342         * print-rtl.c (print_rtx): Print the names of the virtual
24343         registers.
24344
24345 Wed Jul 21 16:00:32 1999  Nick Clifton  <nickc@cygnus.com>
24346
24347         * config/arm/arm.h (INITIAL_ELIMINATION_OFFSET): Fix typo
24348         introduced in previous delta.
24349
24350 Wed Jul 21 14:30:51 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24351
24352         * c-lang.c (finish_file): Rename void_list_node to void_list_node_1
24353         to avoid name clash.
24354
24355 Wed Jul 21 08:39:22 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24356
24357         * c-lex.c (yylex) : Correct the test for overflow when lexing
24358         integer literals.
24359
24360 Tue Jul 20 18:02:42 1999  Richard Henderson  <rth@cygnus.com>
24361
24362         * haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.
24363         (adjust_priority): Always call ADJUST_PRIORITY.
24364         (schedule_insn): Only put insns into the ready at cost 0.
24365         (schedule_block): Remove redundant initial sort.  Give clock_var
24366         and can_issue_more to MD_SCHED_REORDER.  Requeue if hazard cost
24367         is not 0.
24368         * tm.texi (MD_SCHED_REORDER): Update docs.
24369
24370         * sparc.h (MD_SCHED_REORDER): Update.  Set CAN_ISSUE_MORE.
24371         * sparc.c (ultra_reorder_called_this_block): Delete.
24372         (ultrasparc_sched_init): Don't set it.
24373         (ultrasparc_sched_reorder): Don't check it.
24374
24375 Tue Jul 20 17:07:54 1999  Richard Henderson  <rth@cygnus.com>
24376
24377         * rs6000.h (struct rs6000_args): Add sysv_gregno.
24378         * rs6000.c (init_cumulative_args): Init sysv_gregno.
24379         (function_arg_boundary): Align DFmode.
24380         (function_arg_advance): Restructure for ABI_V4; use sysv_gregno
24381         to get fp reg and stack overflow correct.
24382         (function_arg): Likewise.
24383         (function_arg_pass_by_reference): True for TFmode for ABI_V4.
24384         (setup_incoming_varargs): Restructure for ABI_V4; use
24385         function_arg_advance to skip final named argument.
24386         (expand_builtin_saveregs): Properly unskip the last integer arg
24387         when doing varargs.  Adjust overflow location calculation.
24388
24389         * ginclude/va-ppc.h (struct __va_list_tag): Make gpr and fpr
24390         explicitly unsigned.
24391         (__VA_FP_REGSAVE): Use new OFS argument instead of AP->fpr directly.
24392         (__VA_GP_REGSAVE): Similarly.
24393         (__va_longlong_p): Delete.
24394         (__va_arg_type_violation): New declaration.
24395         (va_arg): Restructure.  Flag promotion errors.  Align double.
24396         TFmode passed by reference.
24397
24398         * rs6000.md (movdi_32+1): Use GEN_INT after arithmetic
24399         in the HOST_BITS_PER_WIDE_INT > 32 case.
24400
24401 Tue Jul 20 12:37:30 1999  Hans-Peter Nilsson  <hp@bitrange.com>
24402
24403         * dwarf2out.c (output_abbrev_section): Terminate with a zero.
24404
24405 Tue Jul 20 12:12:27 1999  Jason Merrill  <jason@yorick.cygnus.com>
24406
24407         * gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
24408         * toplev.c (documented_lang_options): Add -fpreprocessed.
24409         * cpplib.h (struct cpp_buffer): Add preprocessed.
24410         * cppinit.c (cpp_handle_option): Handle -fpreprocessed.
24411         (cpp_start_read): Don't expand macros or emit an initial #line
24412         directive if -fpreprocessed.
24413
24414 Tue Jul 20 12:12:09 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
24415
24416         * cpplib.h (struct cpp_buffer): Added manual_pop for
24417         better C++ tokenization.
24418         * cpplib.c (cpp_get_token): Return CPP_EOF if manual_pop.
24419         Also, support C++ tokenization for ->*, .*, <?, and >? operators.
24420         * c-common.c (cpp_token): Make non-static.
24421
24422 Tue Jul 20 11:24:19 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24423
24424         * c-common.h: New file.
24425         * c-common.c (permanent_obstack): Delete unused declaration.
24426         (c_global_trees): New array.
24427         (c_common_nodes_and_builtins): New function; split off common code
24428         from init_decl_processing in both c-decl.c and cp/decl.c.
24429         * c-tree.h: Delete lots of declarations of tree nodes; replaced by
24430         c_global_trees and accessor macros defined in c-common.h.
24431         Include c-common.h.
24432         * c-decl.c: Delete definitions for tree nodes that were replaced by
24433         c_global_trees.
24434         (init_decl_processing): Build void_list_node.
24435         Call c_common_nodes_and_builtins; delete code to generate the common
24436         builtins here.
24437         * objc/objc-act.c (build_module_descriptor): Rename variable
24438         void_list_node to avoid clash with c-common.h.
24439
24440         * Makefile.in: Update dependencies.
24441         * objc/Make-lang.in: Likewise.
24442
24443 Mon Jul 19 14:22:18 1999  Mark P. Mitchell  <mark@codesourcery.com>
24444
24445         * config/mips/iris6gld.h (MAKE_DECL_ONE_ONLY): Define.
24446         (UNIQUE_SECTION_P): Likewise.
24447         (UNIQUE_SECTION): Likewise.
24448
24449 1999-07-19  Linas Vepstas  <linas@linas.org>
24450
24451         * config/i370/README: New file.
24452         * config/i370/linux.h: New file.
24453         * config/i370/mvs.h: New file.
24454         * config/i370/oe.h: New file.
24455         * config/i370/t-linux: New file.
24456         * config/i370/t-mvs: New file.
24457         * config/i370/t-oe: New file.
24458         * config/i370/x-oe: New file.
24459         * config/i370/xm-linux.h: New file.
24460         * config/i370/xm-mvs.h: New file.
24461         * config/i370/xm-oe.h: New file.
24462
24463         * i370.c (label_node_t): Add first_ref_page, label_addr,
24464         label_first_ref, label_last_ref members.
24465         (mvs_need_base_reload): Renamed from mvs_label_emitted.
24466         (MAX_MVS_LABEL_SIZE): Define.
24467         (MAX_LONG_LABEL_SIZE): Define.
24468         (alias_node_t, alias_anchor, alias_number): New.
24469         (mvs_function_table): Reorder for EBCDIC.
24470         (ascebc, ebcasc): Unconditionally define.
24471         (i370_branch_dest, i370_branch_length): New functions.
24472         (i370_short_branch, i370_label_scan): New functions.
24473         (mvs_get_label): Renamed from mvs_add_label.  Search for
24474         an existing label before creating a new one.
24475         (mvs_add_label): New function.
24476         (mvs_get_label_page): New function.
24477         (mvs_free_label_list): Renamed from mvs_free_label.  Iterate
24478         over the entire list.
24479         (mvs_check_page) [TARGET_HLASM]: Use BASR not BALR.
24480         (mvs_check_page) [TARGET_ELF_ABI]: New function.
24481         (mvs_add_alias, mvs_need_alias): New functions.
24482         (mvs_get_alias, mvs_check_alias): New functions.
24483         (handle_pragma): New function.
24484         (mvs_function_check): New function.
24485         (unsigned_jump_follows_p): Search harder.
24486         (i370_function_prolog) [TARGET_HLASM]: Handle LE370.  Scan labels.
24487         (i370_function_prolog) [TARGET_ELF_ABI]: New function.
24488         * i370.h (TARGET_VERSION): Delete.
24489         (CPP_SPEC, CPP_PREDEFINES): Delete.
24490         (mvs_label_emitted): Delete.
24491         (TARGET_EBCDIC): Delete.
24492         (MAP_CHARACTER): Define only if TARGET_EBCDIC.
24493         (HANDLE_PRAGMA): Define.
24494         (HARD_REGNO_NREGS): Handle complex modes.
24495         (HARD_REGNO_MODE_OK): Likewise.
24496         (CLASS_MAX_NREGS): Likewise.
24497         (RET_REG): Likewise.
24498         (EXTRA_CONSTRAINT): Define.
24499         (RETURN_IN_MEMORY): True for DImode.
24500         (TRAMPOLINE_TEMPLATE): Use gen_rtx instead of GEN_INT.
24501         (FUNCTION_PROFILER): Delete.
24502         (COUNT_REGS): Fail if REG_P but not REG_OK_FOR_BASE_P.
24503         (NOTICE_UPDATE_CC): Correct handling of MULT, DIV, logicals and shifts.
24504         (TARGET_ESC, TARGET_BELL): Conditionally define for TARGET_EBCDIC.
24505         (TARGET_BS, TARGET_TAB, TARGET_NEWLINE): Likewise.
24506         (TARGET_VT, TARGET_FF, TARGET_CR): Likewise.
24507         (ASM_FILE_START): Add "RMODE ANY".
24508         (ASM_OUTPUT_EXTERNAL): Check for aliases.
24509         (ASM_GLOBALIZE_LABEL): Likewise.
24510         (ASM_OUTPUT_LABELREF): Likewise.
24511         (ASM_OUTPUT_COMMON): Likewise.
24512         (PRINT_OPERAND): Handle 'K', 'W', default.
24513         (PRINT_OPERAND_ADDRESS): New.
24514         (Lots of defines): Add support for TARGET_ELF_ABI.
24515         * i370.md (attr length): New.  Define for all patterns.
24516         (*): Lots of tweeks to assembly output and constraints.
24517
24518 Mon Jul 19 15:09:29 1999  David Edelsohn  <edelsohn@gnu.org>
24519
24520         * rs6000.md (arithmetic, logical, and shift Rc combiner patterns):
24521         Disable patterns performing SImode comparisons with SImode values
24522         if TARGET_POWERPC64 and instruction does not sign-extend or does
24523         not mask to narrower than SImode, i.e. where bit 31 and bit 63 may
24524         differ for signed quantities.
24525         (indirect_jump): Add expander to choose RTL based on TARGET_64BIT.
24526         (tablejump): Patterns contingent on TARGET_64BIT not TARGET_POWERPC64.
24527         (decrement_and_branch_on_count): Add 64-bit variant.
24528
24529 Mon Jul 19 09:36:27 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24530
24531         * final.c (output_asm_insn): When searching for the matching string
24532         for a given dialect, don't run past the end of the list of
24533         alternatives if there are fewer alternatives in the template than
24534         dialects.
24535
24536 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
24537
24538         * gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.
24539         Removed paragraph about compression of files and size limitation,
24540         duplicated in the FAQ.  Use gcc-patches for posting patches.
24541         * gcc.c (main): Updated URL with bug reporting instructions to
24542         gcc.gnu.org.  Removed e-mail address.
24543         * system.h (abort): Likewise.
24544
24545 1999-07-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24546
24547         * Makefile.in (stmp-multilib-sub): Make the files extracted
24548         from $(LIBGCC1) writable.
24549
24550 Sat Jul 17 14:25:46 1999  Nick Clifton  <nickc@cygnus.com>
24551
24552         * config/arm/aout.h: Reformat for improved readability.
24553
24554         * config/arm/arm.h: Reformat for improved readability.
24555         Replace uses of fprintf with asm_fprintf where appropriate.
24556         (ARM_DECLARE_FUNCTION_NAME): New macro:  Perform any generic ARM
24557         function declaration assembler actions.
24558         (NUM_INTS): New macro: Convert from bytes to words.
24559         (NUM_REGS): New macro: Compute number of registers required to
24560         hold a quanitity of tyep MODE.
24561         (NUM_REGS2): New macro: Like NUM_REGS but also copes with BLKmode
24562         types.
24563         (NUM_ARG_REGS): New macro: The number of argument registers
24564         available.
24565         (ARG_REGISTER): New macro: Compute the register number of the Nth
24566         argument register.
24567         (LAST_ARG_REGNUM): New macro: The number of the last argument
24568         register.
24569         (SP_REGNUM): New macro: Register number of the stack pointer.
24570         (FP_REGNUM): New macro: Register number of the frame pointer.
24571         (FUNCTION_ARG, FUNCTION_ARG_PARTIAL_NREGS, INIT_CUMULATIVE_AGS,
24572         FUNCTION_ARG_ADVANCE, SETUP_INCOMING_VARARGS): Change
24573         CUMULATIVE_ARGS so that it counts registers not bytes.
24574
24575         * config/arm/arm.c: Rename TARGET_THUMB_INTERWORK to
24576         TARGET_INTERWORK.
24577         Replace uses of fprintf with asm_fprintf where appropriate.
24578         (output_ascii_pseudo_op): Replace with version from thumb.c
24579
24580         * config/arm/coff.h (ASM_FILE_START): Emit ASM_APP_OFF.
24581
24582         * config/arm/elf.h (CPP_PREDEFINES): Replace with
24583         SUBTARGET_CPP_SPEC.
24584         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
24585         (ASM_FILE_START): Emit ASM_APP_OFF.
24586
24587 Fri Jul 16 13:48:09 1999  Jeffrey A Law  (law@cygnus.com)
24588
24589         * pa.c (compute_frame_size): Round frame according to
24590         STACK_BOUNDARY rather than a hardwired value.
24591
24592         * pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
24593
24594         * configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead
24595         of "1".
24596         * configure: Rebuilt.
24597
24598         * configure.in (hppa*-*-linux*): New configuration.
24599         * configure: Rebuilt.
24600         * pa.h (MAX_OFILE_ALIGNMENT): Delete.
24601         * pa/som.h (MAX_OFILE_ALIGNMENT): Define.
24602         * pa/pa-linux.h: New file.
24603         * pa/t-linux: New file.
24604         * pa/xm-linux.h: New file.
24605
24606         * pa.c (hppa_legitimize_address): Change references from SImode to
24607         either Pmode or word_mode as appropriate.
24608         (emit_move_sequence, store_reg, load_reg): Likewise.
24609         (set_reg_plus_d, hppa_expand_prologue): Likewise.
24610         (output_mul_insn): Likewise.
24611         * pa.h (PROMOTE_MODE): Likewise.
24612         (INITIALZE_TRAMPOLINE): Likewise.
24613         (Pmode): Define to word_mode.
24614
24615         * pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired
24616         value of 4.  Allocate 8 bytes for each FP register save.
24617         (hppa_expand_epilogue): Use UNITS_PER_WORD instead of harwarewired
24618         value of 4.
24619         (hppa_expand_prologue): Likewise.
24620         * pa.h (PROMOTE_MODE): Likewise.
24621         (HARD_REGNO_MODE_OK, FUNCTION_ARG_SIZE): Likewise.
24622         (FUNCTION_ARG_BOUNDARY): Likewise.
24623
24624         * invoke.texi (HPPA Options): Remove -mspace/-mno-space.
24625
24626         * pa.c (out_of_line_prologue_epilogue): Delete.
24627         (override_options): Remove -mspace related code.
24628         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
24629         (compute_frame_size): Only allocate space for register that
24630         actually need to be saved.
24631         * pa.h (MASK_SPACE, TARGET_SPACE): Delete.
24632         (TARGET_SWITCHES): Remove -mspace, -mno-space
24633         * pa/t-pa (LIB2FUNCS_EXTRA): Remove ee.asm and ee_fp.asm
24634         * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.  Remove -mspace multilib.
24635         * pa/ee.asm, pa/ee_fp.asm: Delete.
24636
24637         * pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.
24638
24639         * config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
24640         directive in column zero.
24641
24642 Fri Jul 16 01:39:57 1999  Jeffrey A Law  (law@cygnus.com)
24643
24644         * m68k.c (output_function_prologue): Fix computation of save mask
24645         when generating PIC code.
24646
24647 Thu Jul 15 15:40:09 1999  Jim Wilson  <wilson@cygnus.com>
24648
24649         * tree.c (build_type_attribute_variant): Move current_obstack restore
24650         after build_qualified_type call.
24651
24652 1999-07-15  Mark Mitchell  <mark@codesourcery.com>
24653
24654         * configure.in: Use t-iris6, even with GNU LD.
24655         * config/mips/iris6gld.h: Fix typo in linker spec.
24656         * config/mips/t-iris6gld: Remove.
24657
24658 Thu Jul 15 15:15:43 1999  David Edelsohn  <edelsohn@gnu.org>
24659
24660         * rs6000.md (insv, extzv): Remove SImode dependence in named
24661         patterns.  Explicitly generate DImode RTL if PowerPC64 and
24662         operand is DImode.
24663         (insvdi): Reverse start and size in instruction template.
24664
24665 1999-07-12  Joseph S. Myers  <jsm28@cam.ac.uk>
24666
24667         * invoke.texi: Typo fixes.
24668
24669 Wed Jul 14 23:28:06 1999  Jeffrey A Law  (law@cygnus.com)
24670
24671         * emit-rtl.c (gen_realpart): Issue an error for cases GCC can not
24672         handle at this time instead of silently generating incorrect code.
24673         (gen_imagpart): Likewise.
24674
24675         * reload.c (find_reloads): Emit a USE for a pseudo register without
24676         a hard register if we could not create an optional reload for the
24677         pseudo.
24678
24679 Wed Jul 14 23:45:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24680
24681         * c-typeck.c (output_init_element, process_init_element):
24682         When advancing constructor_unfilled_fields for a RECORD_TYPE,
24683         check for nameless bit fields.
24684
24685 Wed Jul 14 01:57:39 1999  Richard Henderson  <rth@cygnus.com>
24686
24687         * regclass.c (scan_one_insn): Notice subregs that change the
24688         size of their operand.
24689         (record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE.
24690
24691 Wed Jul 14 01:41:42 1999  Jeffrey A Law  (law@cygnus.com)
24692
24693         * configure.in (alpha*-*-*): Include alpha/t-ieee.
24694         * configure: Rebuilt.
24695         * alpha/t-ieee: New file.
24696
24697 Tue Jul 13 10:45:58 1999  Jeffrey A Law  (law@cygnus.com)
24698
24699         * rs6000.c (find_addr_reg): Do not select r0 as an address
24700         register.
24701
24702 Tue Jul 13 00:46:18 1999  Philippe De Muyter  <phdm@macqel.be>
24703
24704         * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.
24705
24706 Mon Jul 12 14:29:15 1999  Jeffrey A Law  (law@cygnus.com)
24707
24708         * rs6000.md (movsf): Do not force easy FP constants into memory.
24709
24710         * expr.c (expand_expr, case PLUS_EXPR): Pass constants through
24711         immed_double_const to ensure they are properly truncated then
24712         sign extended.
24713
24714 Mon Jul 12 10:40:01 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
24715
24716         * config/arm/thumb.c (thumb_reorg): Call replace_symbols_in_block
24717         always unless NO_DEBUG is used.  Compile this code
24718         unconditionally.
24719         (replace_symbols_in_block): Compile it unconditionally.
24720
24721 Sun Jul 11 12:32:32 1999  Jeffrey A Law  (law@cygnus.com)
24722
24723         * configure.in (i?86-*-elf*): New target.
24724         * configure: Rebuilt.
24725         * i386/i386elf.h, i386/t-i386elf: New files.
24726
24727 Fri Jul  9 22:39:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
24728
24729         * toplev.c (main): Don't complain about saying -gdwarf.
24730         (rest_of_compilation): Remove redundant code.
24731
24732 Fri Jul  9 19:08:55 1999  Jim Wilson  <wilson@cygnus.com>
24733
24734         * unroll.c (unroll_loops): Don't delete named CODE_LABELs.
24735
24736 Fri Jul  9 18:54:18 1999  Felix Lee  <flee@cygnus.com>
24737
24738         * config/i960/i960.c (ret_label): Change asm label from "LR:" to
24739         "Li960R:", to avoid name clash.
24740
24741 Fri Jul  9 10:48:28 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24742
24743         * loop.c (check_dbra_loop): When reversing a loop, delete all
24744         REG_EQUAL notes referencing the reversed biv except those which are
24745         for a giv based on it.
24746
24747 Fri Jul  9 03:51:52 1999  Jeffrey A Law  (law@cygnus.com)
24748
24749         * version.c: Drop "gcc-" prefix from version #.
24750
24751 Thu Jul  8 18:06:30 1999  Jason Merrill  <jason@yorick.cygnus.com>
24752
24753         * dwarf2out.c (dwarf2out_line): Emit a line number comment after
24754         the label if we're being verbose.
24755
24756 Thu Jul  8 14:18:46 1999  Richard Henderson  <rth@cygnus.com>
24757
24758         * m68k.c (output_function_prologue): Add pic register to mask
24759         if live and flag_pic.
24760         (output_function_epilogue): Likewise.
24761
24762 Thu Jul  8 12:55:12 1999  Jeffrey A Law  (law@cygnus.com)
24763
24764         * dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Do not put assembler
24765         directives in column zero.
24766
24767         * pa/elf.h (ASM_FILE_START): Define.
24768         * pa/som.h (ASM_FILE_START): Include .level directives.
24769         * pa/hpux10.h (ASM_FILE_START): Delete.
24770         * pa/hpux11.h (ASM_FILE_START): Delete.
24771
24772         * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss.
24773
24774 Thu Jul  8 18:03:19 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24775
24776         * reload1.c (choose_reload_regs): Never call remove_adress_replacements
24777         when reload_out equals reload_in.
24778
24779 Thu Jul  8 16:50:14 1999  Nick Clifton  <nickc@cygnus.com>
24780
24781         * invoke.texi (Spec Files): New node: Describe the contents of
24782         spec files.
24783
24784 Thu Jul  8 10:28:25 1999  Craig Burley  <craig@jcb-sc.com>
24785
24786         * invoke.texi (DEC Alpha Options): Put @end table at
24787         beginning of line, to avoid confusing texi2html.
24788
24789 Thu Jul  8 09:22:06 1999  Nick Clifton  <nickc@cygnus.com>
24790
24791         * config/arm/elf.h (ASM_OUTPUT_INTERNAL_LABEL): Fixed typo
24792         introduced in previous delta.
24793
24794 Wed Jul  7 02:00:04 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
24795
24796         * reload1.c (gen_reload): When synthesizing a 3 operand add
24797         sequence, improve test for when to reload OP1 into the reload
24798         register instead of OP0.
24799
24800 Wed Jul  7 01:38:03 1999  Jim Wilson  <wilson@cygnus.com>
24801
24802         * unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.
24803
24804 1999-07-07  Manfred Hollstein  <mhollstein@cygnus.com>
24805
24806         * m88k/dguxbcs.h (CPP_SPEC): Add missing \ in multi-line
24807         string literal.
24808
24809 Wed Jul  7 01:16:43 1999  Richard Henderson  <rth@cygnus.com>
24810
24811         * ginclude/varargs.h (__builtin_va_alist_t): New typedef.
24812         (va_dcl): Use __builtin_va_alist_t.
24813
24814 Wed Jul  7 01:14:42 1999  Jason Merrill  <jason@yorick.cygnus.com>
24815
24816         * dwarf2out.c (gen_struct_or_union_type_die): Only remember types
24817         on the permanent_obstack.
24818         * dwarfout.c (output_type): Likewise.
24819
24820 Tue Jul  6 15:25:32 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24821
24822         * c-common.c (unsigned_type,signed_type,signed_or_unsigned_type) :
24823         Merged from c-typeck.c and cp/typeck.c.
24824         * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
24825         Merged into c-common.
24826
24827 Tue Jul  6 13:06:01 1999  Dave Brolley  <brolley@cygnus.com>
24828
24829         * c-lex.c (errorcount): Declare it.
24830         (finish_parse): Update errorcount when using CPPLIB.
24831
24832 1999-07-06  Bruce Korb  <ddsinc09@ix.netcom.com>
24833
24834         * fixinc/inclhack.def(end_else_label): Double the backslash so
24835         sed gets a chance to see it.
24836         * fixinc/inclhack.sh: regen
24837         * fixinc/fixincl.x: regen
24838
24839 Fri Jul  2 18:49:51 1999  Nick Clifton  <nickc@cygnus.com>
24840
24841         Add framework to support armv5 architecture when it becomes
24842         available:
24843
24844         * config/arm/arm.c (FL_ARCH5): New processor capability flag.
24845         (arm_arch5): New variable.
24846         (all_architectures): Add armv5 line.
24847         * config/arm/arm.h (CPP_CPU_ARCH_SPEC): Define __ARM_ARCH_5__ if
24848         -march=armv5 is specified on the command line.
24849         (arm_arch5): Export this variable.
24850         * invoke.texi: Document new string accepted by -march= switch for
24851         ARM ports.
24852
24853         * config/arm/arm.h: Replace use of constant 12 as a register
24854         number with IP_REGNUM.  Similarly 14 and LR_REGNUM.
24855         * config/arm/arm.c: Replace use of constant 12 as a register
24856         number with IP_REGNUM.  Similarly 14 and LR_REGNUM.
24857
24858         * config/arm/elf.h: Tidy up.
24859         * config/arm/coff.h: Tidy up.
24860
24861 Thu Jul  1 19:08:13 1999  Mark P. Mitchell  <mark@codesourcery.com>
24862
24863         * gcc/configure.in (mips-sgi-irix6*): Handle --with-gnu-ld.
24864         * gcc/config/mips/t-iris6gld: New file.
24865         * gcc/config/mips/iris6gld.h: Likewise.
24866
24867 Fri Jul  2 13:23:39 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24868
24869         * c-decl.c (widest_integer_literal_type_node,
24870         widest_unsigned_literal_type) : New.
24871         (init_decl_processing): Handle/use the two new types.
24872         * c-common.c (type_for_size,type_for_mode) : Same.
24873         * c-lex.c (yylex) : Same.
24874         * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
24875         Same.
24876         * c-tree.h (widest_integer_literal_type_node,
24877         widest_unsigned_literal_type) : New.
24878
24879 Fri Jul  2 03:05:44 1999  Jeffrey A Law  (law@cygnus.com)
24880
24881         * dwarfout.c (field_byte_offset): Correctly compute the object's
24882         byte offset for the first bit of a field which crosses an alignment
24883         boundary on a !BYTES_BIG_ENDIAN target.
24884
24885 Fri Jul  2 01:36:36 1999  Robert Lipe  <robertlipe@usa.net>
24886
24887         * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and
24888         ntohs.
24889
24890 Fri Jul  2 00:46:47 1999  Richard Henderson  <rth@cygnus.com>
24891                           Jeff Law <law@cygnus.com>
24892
24893         * ginclude/varargs.h (va_dcl): Use word_mode for type of
24894         __builtin_va_list.
24895
24896         * except.c: Include intl.h.
24897         (expand_eh_return): Set current_function_cannot_inline.
24898         (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label.
24899         * function.h (struct function): Add eh_return_stub_label.
24900         * flow.c (delete_unreachable_blocks): Don't merge across EH edges.
24901         * Makefile.in (except.o): Depend on intl.h.
24902
24903 Fri Jul  2 00:04:23 1999  David Edelsohn  <edelsohn@gnu.org>
24904
24905         * rs6000.md (movdf_hardfloat32): Handle PRE_INC and PRE_DEC the
24906         same as offsettable in cases 1 and 2.
24907
24908 Thu Jul  1 20:54:10 1999  Richard Henderson  <rth@cygnus.com>
24909
24910         * alpha.md (extqh): Define as 64-((R&7)*8) instead of 56-(((R-1)&7)*8).
24911         (extlh, extwh): Likewise.
24912
24913 Thu Jul  1 11:05:25 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24914
24915         * c-lex.c (yylex): Improve 'integer constant out of range' messages.
24916
24917 Wed Jun 30 16:51:41 1999  Nick Clifton  <nickc@cygnus.com>
24918
24919         * configure.in: Add arm-pe and thumb-pe targets.
24920         * configure: Regenerate.
24921
24922         * thumb.c (arm_naked_function_p): New function: Determines if
24923         a function is naked (has no gcc generated prologue/epilogue).
24924         (is_called_in_ARM_mode): Return true if the func has the
24925         interfacearm attribute.
24926         (output_return): Do not generate a return for naked functions.
24927         (thumb_function_prologue): Do not generate a prologue for
24928         naked functions.
24929         (thumb_expand_prologue): Do not generate a prologue for naked
24930         functions.
24931         (thumb_expand_epilogue): Do not generate an epilogue for naked
24932         functions.
24933         (arm_valid_machine_decl_attribute): New function, copied from
24934         arm.c:  Permit naked and interfacearm attributes.
24935
24936         * config/arm/pe.c: New file: Support code for arm-pe target.
24937         * config/arm/pe.h: New file: Header file for arm-pe target.
24938         * config/arm/tpe.h: New file: Header file for thumb-pe target.
24939         * config/arm/t-thumb-pe: New file: Makefile fragment for
24940         thumb-pe target.
24941
24942 1999-07-01  Mark Kettenis  <kettenis@gnu.org>
24943
24944         * config/i386/gnu.h (CPP_SPEC): Define __PIC__ and __pic__ if
24945         -fPIC or -fpic is specified.
24946
24947 Wed Jun 30 03:31:54 1999  Jeffrey A Law  (law@cygnus.com)
24948
24949         * expr.c (emit_block_move): Use copy_to_mode_reg for
24950         !TARGET_MEM_FUNCTIONS case too.
24951
24952         * configure.in (hppa*-*-*): Add som.h or elf.h to tm_file as
24953         appropriate.
24954         * configure: Rebuilt.
24955         (hppa1.1-*-pro*, hppa1.1-*-rtems*): Define target_cpu_default.
24956         * pa.h: Include dbxelf.h.  Delete various dbx/stabs related
24957         definitions made redundant by dbxelf.h inclusion.  Delete
24958         lots of definitions related to assembly output that are
24959         specific to the SOM object format.
24960         * pa.c (output_function_prologue): Do not emit the function's
24961         name for OBJ_ELF.
24962         * pa-pro-end.h (STARTFILE_SPEC): Undefine before redefining.
24963         * pa-pro.h: Deleted.
24964         * som.h: New file with SOM specific definitions.
24965         * elf.h: New file with ELF specific definitions.
24966
24967         * elfos.h (const_section): Output a tab before assembler directives.
24968         (ctors_section, dtors_section): Likewise.
24969         (ASM_OUTPUT_SECTION_NAME): Likewise.
24970
24971         * pa/pa1.h: Delete unused file.
24972
24973 Tue Jun 29 01:37:53 1999  Jeffrey A Law  (law@cygnus.com)
24974
24975         * configure.in (hppa*-hp-hpux11*): New configuration.
24976         * configure: Rebuilt.
24977         * pa/pa-hpux11.h: New file.
24978         * pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp
24979         command line.
24980
24981         * mips.md (leasi, leadi): New patterns.
24982
24983         * expr.c (emit_block_move): Properly handle case where one of the
24984         block move arguments has a queued increment or decrement.
24985         (clear_storage): Similarly.  Fix formatting goof.
24986
24987 1999-06-28  "David O'Brien"  <obrien@NUXI.com>
24988
24989         * fixinc/inclhack.def(stdio_va_list): This patch Removes a
24990         semicolon from the BSD VA_LIST replacement expression.
24991
24992         * fixinc/inclhack.sh: regen
24993         * fixinc/fixincl.x: regen
24994
24995         * fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines
24996         now use the fixincl program.
24997
24998 Mon Jun 28 05:28:12 1999  Jeffrey A Law  (law@cygnus.com)
24999
25000         * m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA
25001         case.  Also make the PIC register call_used.
25002
25003         * m68k.h (FINALIZE_PIC): Delete.
25004         * m68k.c (finalize_pic): Delete.
25005
25006 Mon Jun 28 05:16:35 1999  Richard Henderson  <rth@cygnus.com>
25007
25008         * m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles
25009         to memory.
25010
25011 Mon Jun 28 04:07:27 1999  David Edelsohn  <edelsohn@gnu.org>
25012
25013         * expmed.c (expand_divmod): Ensure unsigned value fits in reg_note.
25014
25015 Sun Jun 27 02:39:08 1999  Richard Henderson  <rth@cygnus.com>
25016
25017         * jump.c (jump_optimize_1): Validate the cmov copy to a temporary.
25018
25019 Sat Jun 26 17:18:18 1999  David Edelsohn  <edelsohn@gnu.org>
25020
25021         * rs6000.c (print_operand, case 'L'): Use plus_constant_for_output.
25022
25023 Fri Jun 25 11:33:24 1999  Richard Henderson  <rth@cygnus.com>
25024
25025         * alpha.c (override_options): Add -mcpu=ev45 as an alias for ev4.
25026
25027 Fri Jun 25 13:41:25 1999  David Edelsohn  <edelsohn@gnu.org>
25028
25029         * rs6000.c (output_toc): Always use hex values for floating-point
25030         constants.  Store single-precision values in upper-half of TOC
25031         entry in 64-bit mode.
25032         * rs6000.md (floatsidf2, floatunssidf2): Add !TARGET_POWERPC64
25033         to final constraints.
25034         (fix_truncdfsi2 splitter): Change pattern matching fctiwz.
25035         (fctiwz): Improve accuracy of RTL for pattern.
25036
25037 Fri Jun 25 11:26:38 1999  Gavin Romig-Koch  <gavin@cygnus.com>
25038
25039         * expr.c (expand_expr): Allow RTL_EXPR's through the
25040         MAX_INTEGER_COMPUTATION_MODE checks.
25041
25042 Fri Jun 25 06:06:37 1999  Richard Henderson  <rth@cygnus.com>
25043
25044         * alpha.h (MASK_SUPPORT_ARCH, MASK_CPU_EV5, MASK_CPU_EV6): Define
25045         such that MASK_SUPPORT_ARCH is not negative.
25046
25047 Fri Jun 25 05:35:44 1999  Jeffrey A Law  (law@cygnus.com)
25048
25049         * loop.c (verify_dominator): Properly handle ADDR_VEC and
25050         ADDR_DIFF_VEC insns that appear inside loops.
25051
25052 Thu Jun 24 22:54:05 1999  David Edelsohn  <edelsohn@gnu.org>
25053                           Jeff Law <law@cygnus.com>
25054
25055         * rs6000.md (movdf_hardfloat32): Revert previous patch.
25056         Handle LO_SUM the same as offsettable in cases 1 and 2.
25057         * rs6000.c (find_addr_reg): Revert previous patch.
25058
25059 Thu Jun 24 22:43:12 1999  Philippe De Muyter  <phdm@macqel.be>
25060
25061         * system.h (strstr): New external function declaration.
25062         * acconfig.h (NEED_DECLARATION_STRSTR): New define slot.
25063         * configure.in (GCC_NEED_DECLARATIONS): Check for strstr.
25064         * config.in, configure: Rebuilt.
25065
25066 1999-06-24  Tom Tromey  <tromey@cygnus.com>
25067
25068         * gcc.c (main): Read user-specified specs files after computing
25069         additional startfile_prefixes.
25070
25071 Thu Jun 24 15:00:47 1999  Mark Mitchell  <mark@codesourcery.com>
25072
25073         Revert these two patches:
25074
25075         Thu Jun 17 21:34:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25076         * loop.c (strength_reduce): When doing biv->giv conversion, update
25077         reg note of NEXT->insn.
25078
25079         Thu Jun 17 17:22:07 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25080         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
25081         reg_biv_class.
25082         (recombine_givs): Set ix field after sorting.
25083
25084 Wed Jun 23 21:26:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25085
25086         * rtlanal.c (reg_referenced_p): Use reg_overlap_mentioned_p
25087         for the parts of an UNSPEC / UNSPEC_VOLATILE.
25088
25089 1999-06-23  Bruce Korb  <ddsinc09@ix.netcom.com>
25090
25091         *fixinc/inclhack.def:  Add fix development commentary
25092         (read_ret_type): reactivate and add selection clause
25093         (zzz_*): tweak output file name to match what is used in hackshell.tpl
25094         *fixinc/{fixincl.x|inclhack.sh}: regen
25095
25096 Wed Jun 23 00:48:21 1999  Jason Merrill  <jason@yorick.cygnus.com>
25097
25098         * expr.c (expand_expr): STRIP_NOPS before checking against
25099         MAX_INTEGER_COMPUTATION_MODE
25100         (check_max_integer_computation_mode): Likewise.
25101
25102 Tue Jun 22 20:23:43 1999  Jim Wilson  <wilson@cygnus.com>
25103
25104         * md.texi (smul@var{m}3_highpart): Add missing 's' prefix.
25105
25106 1999-06-22  Jim Wilson  <wilson@cygnus.com>
25107
25108         * expr.c (store_expr): When target is a promoted subreg, return a
25109         promoted subreg as a result.
25110
25111 Tue Jun 22 17:14:58 1999  Michael Meissner  <meissner@cygnus.com>
25112
25113         * dwarf2out.c (dwarf2out_frame_debug_expr): Reformat to match GNU
25114         coding standards.
25115         (dwarf2out_define): Mark unused parameters appropriately.
25116         (gen_unspecified_parameters_die): Ditto.
25117         (gen_subprogram_die): Fix signed/unsigned warnings.
25118         (gen_variable_die): Ditto.
25119
25120 1999-06-22  Bruce Korb <ddsinc09@ix.netcom.com>
25121
25122         * fixinc/inclhack.def(end_else_label): combined else_label
25123         and endif_label and fixed the sed expression.
25124         *fixinc/{fixincl.x|inclhack.sh}: regen
25125
25126 Tue Jun 22 01:58:18 1999  Jeffrey A Law  (law@cygnus.com)
25127
25128         * rs6000.md (movdf_hardfloat32): Use %X instead of always emitting
25129         'x' when handling non-offsettable addresses
25130
25131 Tue Jun 22 00:20:05 1999  Richard Earnshaw (rearnsha@arm.com)
25132
25133         * final.c (shorten_branches): Don't try to split an insn that has
25134         been deleted.
25135
25136 Mon Jun 21 12:47:39 1999  Mark Mitchell  <mark@codesourcery.com>
25137
25138         * config/mips/mips.c (symbolic_expression_p): New function.
25139         (mips_select_rtx_section): Put symbolic expressions in the
25140         data section, not the read-only data section.
25141
25142 Mon Jun 21 22:13:06 1999  Jeffrey A Law  (law@cygnus.com)
25143
25144         * rs6000.md (find_addr_reg): Handle LO_SUM addresses.
25145
25146 Mon Jun 21 20:10:42 1999  Richard Henderson  <rth@cygnus.com>
25147
25148         * collect2.c (main): Log frame table count.
25149         (GCC_OK_SYMBOL) [ECOFF]: Accept stGlobal.
25150         (scan_prog_file) [COFF]: Handle frame tables.
25151
25152         * alpha/alpha.h (UNALIGNED_SHORT_ASM_OP): Define.
25153         (UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Define.
25154         * alpha/elf.h: Undef them again.
25155         * alpha/vms.h: Remove their definitions.
25156
25157 Tue Jun 22 03:17:53 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25158
25159         * sh.c (machine_dependent_reorg): When fixing up fp pcloads,
25160         remove the clobber of r0 and change the REG_UNUSED note to
25161         REG_INC.
25162
25163 1999-06-21  Jakub Jelinek  <jj@ultra.linux.cz>
25164
25165         * real.c (ereal_from_double): Fix for 64-bit big endian hosts.
25166         * emit-rtl.c (gen_lowpart_common): Add case for hosts where double
25167         fits in HOST_WIDE_INT and one uses union to access a long constant
25168         as double.
25169
25170 Mon Jun 21 17:18:25 1999  Richard Henderson  <rth@cygnus.com>
25171
25172         * sparc.c (sparc_override_options): Don't allow profiling for
25173         code models other than medlow.
25174         (sparc_function_profiler): New function from old FUNCTION_PROFILER
25175         macro.  Use ASM_GENERATE_INTERNAL_LABEL and MCOUNT_FUNCTION.
25176         (sparc_function_block_profiler): Likewise.  Use user_label_prefix.
25177         (sparc_block_profiler): Likewise.
25178         (sparc_function_block_profiler_exit): Likewise.
25179         * sparc.h (FUNCTION_PROFILER): Call new sparc.c function.
25180         (FUNCTION_BLOCK_PROFILER): Likewise.
25181         (BLOCK_PROFILER): Likewise.
25182         (FUNCTION_BLOCK_PROFILER_EXIT): Likewise.
25183         (MCOUNT_FUNCTION): New.
25184         * sparc/pbd.h (FUNCTION_PROFILER): Delete.
25185         (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Delete.
25186         * sparc/sun4o3.h (FUNCTION_PROFILER): Delete.
25187         (MCOUNT_FUNCTION): New.
25188         * sparc/sysv4.h (FUNCTION_BLOCK_PROFILER): Delete.
25189         (BLOCK_PROFILER): Delete.
25190         (MCOUNT_FUNCTION): New.
25191
25192 Mon Jun 21 14:11:29 1999  David Edelsohn  <edelsohn@gnu.org>
25193
25194         * rs6000.md (movdf_hardfloat32): Fix typo in case 2.
25195
25196 Mon Jun 21 12:27:17 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
25197
25198         * config/mips/elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25199         Add the macros.
25200
25201         * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25202         Ditto.
25203
25204         * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25205         Ditto.
25206
25207         * config/arm/telf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25208         Ditto.
25209
25210 Mon Jun 21 14:58:42 1999  Nick Clifton  <nickc@cygnus.com>
25211
25212         * config/arm/arm.h: Add cpp support for ARM920 and ARM920T cpu
25213         types.
25214
25215 Mon Jun 21 06:22:21 1999  Mark Elbrecht <snowball3@bigfoot.com>
25216
25217         * i386/djgpp.h (LIB_SPEC): New.
25218         (STARTFILE_SPEC): New.
25219
25220         * i386/xm-djgpp.h (NO_SYS_SIGLIST): Deleted. Now obsolete.
25221
25222 Mon Jun 21 06:19:33 1999  Philippe De Muyter  <phdm@macqel.be>
25223
25224         * fixinc/Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in
25225         compiler flags.
25226
25227         * system.h (WSTOPSIG): New macro.
25228
25229 Mon Jun 21 05:33:15 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25230
25231         * c-pragma.c (push_alignment): Don't ignore alignments greater than
25232         4 bytes.
25233         (insert_pack_attributes): Take into account member natural
25234         alignment.
25235
25236         * i386/winnt.c (exports_head): New static variable.
25237         (i386_pe_record_exported_symbol): New function.
25238         (i386_pe_asm_file_end): Use.
25239         * i386/cygwin.h (ASM_OUTPUT_COMMON): Record the exported
25240         symbols to be emitted at end of assembly.
25241         (ASM_DECLARE_OBJECT_NAME): Likewise.
25242         (ASM_DECLARE_FUNCTION_NAME): Likewise.
25243
25244         * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
25245         -iwithprefix.
25246
25247 Mon Jun 21 04:44:31 1999  Jeffrey A Law  (law@cygnus.com)
25248
25249         * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced
25250         in last change.
25251
25252 Sun Jun 20 17:27:20 1999  Richard Henderson  <rth@cygnus.com>
25253
25254         * haifa-sched.c (sched_analyze_1): Use free_list instead of
25255         zapping reg_last_uses directly.
25256         (sched_analyze_2, sched_analyze_insn): Likewise.
25257         (sched_analyze): Likewise.  Don't clear reg_last_uses on calls.
25258
25259 Sun Jun 20 16:57:29 1999  David Edelsohn  <edelsohn@gnu.org>
25260
25261         * rs6000.md (movdf_hardfloat32): Use worst case insn length
25262         attributes for cases 1 and 2.
25263
25264 Sat Jun 19 22:52:55 1999  Richard Henderson  <rth@cygnus.com>
25265
25266         * haifa-sched.c (sched_analyze): Mark call-user regs as clobbered
25267         instead of set.
25268
25269 Sat Jun 19 05:40:07 1999  Philip Blundell <pb@nexus.co.uk>
25270
25271         * arm.c (arm_reload_in_hi): Invert sense of test on BYTES_BIG_ENDIAN.
25272
25273 Sat Jun 19 05:25:05 1999  Richard Earnshaw (rearnsha@arm.com)
25274
25275         * arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use
25276         PIC_OFFSET_TABLE_REGNUM for general alloaction.
25277         (INITIAL_ELIMINATION_OFFSET): Count the fact that the PIC register
25278         must be stacked if it is used for PIC accesses.
25279         * arm.c (use_return_insn): Handle PIC register specially.
25280         (output_return_instruction): Likewise.
25281         (output_func_{prologue,epilogue}): Likewise.
25282         (output_expand_prologue): Likewise.
25283
25284         * arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.
25285         (*strsi_predec): Renamed from *strqi_predec.
25286         (*loadsi_shiftpreinc): Renamed from *loadqi_shiftpreinc.
25287         (*loadsi_shiftpredec): Renamed from *loadqi_shiftpredec.
25288
25289         * arm.c (arm_override_options): Remove warning about PIC code
25290         not being supported.
25291
25292 Fri Jun 18 23:47:06 1999  David Edelsohn  <edelsohn@gnu.org>
25293
25294         * rs6000.c (find_addr_reg): New function.
25295         * rs6000.h (find_addr_reg): Declare.
25296         (offsettable_addr_operand): Delete.
25297         * rs6000.md (movdf_hardfloat32): Handle non-offsettable loads
25298         from and stores to GPRs.
25299
25300 Fri Jun 18 15:44:18 1999  Richard Henderson  <rth@cygnus.com>
25301
25302         * alpha.c (alpha_expand_block_move): Use get_insns rather than
25303         gen_sequence as argument to emit_no_conflict_block.
25304
25305 Fri Jun 18 07:02 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25306
25307         * fixinc/mkfixinc.sh: enable the fixincl program for DG/UX
25308         * fixinc/inclhack.def(dgux_int_varargs): script must end with \n
25309         *fixinc/fixincl.x: regen
25310         *fixinc/inclhack.sh: regen
25311
25312 Thu Jun 17 15:06:10 PDT 1999 Don Lindsay  <dlindsay@cygnus.com>
25313
25314         * added support for -mpcrel (PC relative addressing for m68k)
25315         based on code done by Michael Tiemann  <tiemann@axon.cygnus.com>.
25316         * invoke.texi (m68000 options): Add documentation for -mpcrel flag.
25317         * m68k.c (print_operand_address): Handle 32-bit PIC case.
25318         (comments for general_src_operand): Add some explanation
25319         about EXTRA_CONSTRAINTS.
25320         (OVERRIDE_OPTIONS): Enable -fPIC in combination with -mpcrel.
25321         * m68kelf.h (OVERRIDE_OPTIONS): Ditto.
25322         (LEGITIMATE_PIC_OPERAND_P): Fix typo.
25323         (LEGITIMATE_PIC_OPERAND_P): Re-derive from m68k.h case.
25324         * m68k.h (LEGITIMATE_PIC_OPERAND_P): Fix delete-o.
25325         (INDIRECTABLE_1_ADDRESS): Delete spurious '/' at end of macro.
25326         (OVERRIDE_OPTIONS): Change behavior so that -mpcrel implies -fpic
25327         if not already set.
25328         (OVERRIDE_OPTIONS): Merge in changes from m68k.h.
25329         * m68k.h (TARGET_PCREL): New target flag.
25330         (TARGET_SWITCHES): Add "pcrel" as a recognized switch.
25331         (OVERRIDE_OPTIONS): Add checks for -mpcrel.
25332         (LEGITIMATE_PIC_OPERAND_P): Don't normally accept anything that
25333         contains a SYMBOL_REF.  Relax this constraint during reload, since
25334         we want to use the predicates, not reload's built-in concept of a
25335         valid memory address, to control what insns need reloading.
25336         (EXTRA_CONSTRAINT): Define constraints to accept pc-relative
25337         operands (essentially 'g', 'm', and 's' under normal circumstances).
25338         * m68k.c (print_operand): Cause printing of pc-relative addresses
25339         to include pc register.
25340         (print_operand_address): Ditto.
25341         (general_src_operand): Accept operands that are not only
25342         general_operands, but are also valid when used as a pc-relative
25343         source.
25344         (nonimmediate_src_operand): Similar, for nonimmediate_operands.
25345         (memory_src_operand): Similar, for memory_operands.
25346         (pcrel_address): New predicate to accept the special case of a
25347         pc-relative address.
25348         * m68k.md (many patterns): Rewrite common SImode, HImode, and
25349         QImode insns to accept *_src_operand instead of *_operand where
25350         pc-relative operands can fit.  For example, a pc-relative operand
25351         can be used as a memory source operand for addsi3, but not as a
25352         memory destination.
25353         * hp320.h linux.h m68kv4.h (LEGITIMATE_PIC_OPERAND_P) as in m68k.h.
25354
25355 Fri Jun 18 09:11:07 1999  Nick Clifton  <nickc@cygnus.com>
25356
25357         * config/arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS): New Marco: USe
25358         .thumb_set pseudo op to mark aliases of thumb functions.
25359
25360 Wed Jun 16 18:19:13 1999  Nick Clifton  <nickc@cygnus.com>
25361
25362         * varasm.c (assemble_alias): Use ASM_OUTPUT_DEF_FROM_DECLS in
25363         preference to ASM_OUTPUT_DEF, if it is defined.
25364
25365         * tm.texi: Document new, optional target macro
25366         ASM_OUTPUT_DEF_FROM_DECLS.
25367
25368 Thu Jun 17 15:07 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25369
25370         * fixincludes: ISCNTL patch
25371         * fixinc/inclhack.def (ioctl_fix_ctrl): Fix the definition of [_]*ISCTRL().
25372         (dgux_int_varargs): new for DG/UX
25373         * fixinc/{fixincl.x,inclhack.sh}: Regenerated.
25374
25375 Thu Jun 17 21:34:24 1999  Jeff Law <law@cygnus.com>
25376
25377         * invoke.texi (ia32 options): Fix typo.
25378
25379 Thu Jun 17 21:34:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25380
25381         * loop.c (strength_reduce): When doing biv->giv conversion, update
25382         reg note of NEXT->insn.
25383
25384 Thu Jun 17 14:25:08 1999  Jeffrey A Law  (law@cygnus.com)
25385
25386         * loop.c (move_movables): Note issues with replacing REGs with
25387         SUBREGs.
25388         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Handle SUBREGs properly.
25389
25390 Thu Jun 17 13:28:30 1999  David O'Brien <obrien@FreeBSD.org>
25391
25392         * i386/freebsd-elf.h (LINK_SPEC): Fix typo.
25393
25394         * i386/freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and
25395         the reference to `mcount' was not correct for the ELF on FreeBSD.
25396
25397 Thu Jun 17 17:22:07 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25398
25399         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
25400         reg_biv_class.
25401
25402         (recombine_givs): Set ix field after sorting.
25403
25404 Thu Jun 17 02:54:30 1999  Jeffrey A Law  (law@cygnus.com)
25405
25406         * emit-rtl.c (operand_subword): Tighten checks for when it is safe
25407         to safe to extract a subword out of a REG.
25408
25409 Thu Jun 17 01:45:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25410
25411         * sh.md (mulsi3): Don't add a no-op move at the end.
25412
25413 Wed Jun 16 20:29:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25414
25415         * cse.c (cse_insn): Don't put hard register source into tables for
25416         the last insn of a libcall.
25417
25418 Wed Jun 16 19:44:33 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25419
25420         * loop.c (strength_reduce): Insert sets of derived givs at every
25421         biv increment, even if it's the only one.
25422
25423 Wed Jun 16 10:33:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
25424
25425         * dwarfout.c (add_incomplete_type): New fn.
25426         (output_type): Call it.
25427         (retry_incomplete_types): New fn.
25428         (dwarfout_finish): Call it.
25429
25430         From Eric Raskin <ehr@listworks.com>:
25431         (output_type): Output types for bases.
25432
25433 Tue Jun 15 12:51:23 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
25434
25435         * mips.c (mips_output_conditional_branch): Add `break'
25436         between `default' label and `close braces'.
25437
25438 Tue Jun 15 01:55:20 1999  David O'Brien <obrien@FreeBSD.org>
25439
25440         * i386/freebsd-elf.h (LINK_SPEC): clean up the linking library
25441         specifications and make it realistic.
25442         (LIB_SPEC): Likewise.
25443
25444 Mon Jun 14 15:38:43 1999  Jim Wilson  <wilson@cygnus.com>
25445
25446         * config/mips/mips.c (mips_secondary_reload_class): Check for
25447         (PLUS (SP) (REG)) and return appropriate register class.
25448         * config/mips/mips.md (reload_insi): Delete predicate for operand 1.
25449         Handle (PLUS (SP) (REG)).
25450         (tablejump): In mips16 code, use emit_insn instead of emit_jump_insn.
25451         (tablejump_mips161, tablejump_mips162): Use emit_jump_insn instead
25452         of emit_insn for tablejump.
25453
25454 Mon Jun 14 17:26:40 1999  David Edelsohn  <edelsohn@gnu.org>
25455
25456         * rs6000.c (output_prolog): RS6000_CALL_GLUE must be
25457         asm_fprintf format string by itself.
25458         (output_function_profiler): Likewise.
25459
25460 Mon Jun 14 12:57:38 1999  David Mosberger  <davidm@hpl.hp.com>
25461
25462         * combine.c (simplify_logical, case AND): Only call
25463         simplify_and_const_int if the mode is no wider than HOST_WIDE_INT
25464         or the constant is positive.
25465
25466 Mon Jun 14 11:43:41 1999  Nick Clifton  <nickc@cygnus.com>
25467
25468         * configure.in: Fix typo in rs6000-ibm-aix4 case.
25469         * configure: Regenerate.
25470
25471 Mon Jun 14 03:55:40 1999  Jeffrey A Law  (law@cygnus.com)
25472
25473         * configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not
25474         require a sub-version #.
25475         * configure: Rebuilt.
25476
25477 1999-06-14  Robert Lipe  (robertlipe@usa.net)
25478
25479         * svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.
25480
25481 Mon Jun 14 10:30:52 BST 1999  Nathan Sidwell  <nathan@acm.org>
25482
25483         * c-typeck.c (process_init_element): Detect excess elements in
25484         char array initializer.
25485
25486 1999-06-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
25487
25488         * gcc.texi: Mention gcc 2.96 instead of egcs 1.00.
25489
25490 Sat Jun 12 22:29:48 EDT 1999  Jerry Quinn <jquinn@nortelnetworks.com>
25491
25492         * invoke.texi (Option Summary): Add -fpermissive flag.
25493
25494 Sat Jun 12 03:40:42 1999  Jeffrey A Law  (law@cygnus.com)
25495
25496         * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands
25497         that require PIC code sequences.
25498
25499 Wed Jun  9 16:29:01 1999  Nick Clifton  <nickc@cygnus.com>
25500
25501         * configure.in: Add new target: thumb-elf.
25502         * configure: Regenerate.
25503         * config/arm/t-thumb-elf: New file: Makefile fragment for
25504         thumb-elf build.
25505         * config/arm/telf.h: New file: Header file for thumb-elf
25506         build.
25507
25508 Fri Jun 11 03:17:51 1999  Jeffrey A Law  (law@cygnus.com)
25509
25510         * Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.
25511         * libgcc2.c (__CTOR_LIST, __DTOR_LIST); Do not provide
25512         initializers is some circumstances.
25513
25514         * fixinc/inclhack.def (endif_label): Add additional selector for
25515         more bogus stuff after #endif statements.
25516         * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
25517
25518 Thu Jun 10 20:44:36 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25519
25520         * i386/cygwin.h (SET_ASM_OP): Define.
25521
25522 Thu Jun 10 20:37:57 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25523
25524         * reg-stack.c (stack_reg_life_analysis): Find all the RETURN insns.
25525
25526 Thu Jun 10 19:23:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25527
25528         * sh.h (TARGET_HARWARD, TARGET_HARVARD): Changed the former to the
25529         latter.
25530
25531         * sh.md (ic_invalidate_line_i): Remove second alternative.
25532
25533 Thu Jun 10 06:55 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25534
25535         *fixinc/inclhack.def(sun_auth_proto): We do not know how to
25536         test for the presence of valid prototypes.  Delete bypass expr.
25537         (ioctl_fix_ctrl): Correct the selection expression.
25538         (no_double_slash): Correct quoting rules
25539         *fixinc/fixincl.x: regen
25540         *fixinc/inclhack.sh: regen
25541
25542 Thu Jun 10 15:08:15 1999  Nick Clifton  <nickc@cygnus.com>
25543
25544         * config/arm/arm.c (struct all_cores): Add ARM920 and ARM920t.
25545
25546 Wed Jun  9 15:57:57 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
25547
25548         * rs6000.md (movsi_got_internal_mem): Delete.
25549         * rs6000.h (CONDITIONAL_REGISTER_USAGE): Mark PIC_OFFSET_TABLE_REGNUM.
25550         (GOT_TOC_REGNUM): Delete.
25551         (PIC_OFFSET_TABLE_REGNUM): Define.
25552         (FINALIZE_PIC): Disable.
25553         * rs6000.c (rs6000_got_register): New code for fixed pic register.
25554         (rs6000_replace_regno): Delete.
25555         (rs6000_finalize_pic): Likewise.
25556         (output_prolog): Handle PIC_OFFSET_TABLE_REGNUM.
25557
25558 Wed Jun  9 19:44:26 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25559
25560         * loop.c (loop_insn_first_p): Don't compare LUIDs when P
25561         is a note; use <= for the compare; advance P while it is
25562         a NOTE.
25563
25564 Wed Jun  9 13:12:24 1999  Jeffrey A Law  (law@cygnus.com)
25565
25566         * fixinc/inclhack.def (no_double_slash): Fix quoting for test.
25567         * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt.
25568
25569         * varasm.c (remove_from_pending_weak_list): Verify t->name
25570         is non-NULL before passing it to strcmp.
25571
25572 Wed Jun  9 06:50 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25573
25574         *fixinc/inclhack.def(sun_auth_proto): bypass the patch if
25575         the typed arguments are not part of a comment
25576         (ioctl_fix_ctrl): Added a purpose comment
25577         *fixinc/fixincl.x: regenerate
25578         *fixinc/inclhack.sh: regenerate
25579
25580 Wed Jun  9 22:57:02 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
25581
25582         * invoke.texi: Add C4x invocation docs.
25583
25584 Wed Jun  9 22:34:38 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
25585
25586         * config/c4x/c4x.h (TARGET_EXPOSE_LDP, LEGITIMIZE_RELOAD_ADDRESS):
25587         Define new macros.
25588         * config/c4x/c4x.c (c4x_emit_move_sequence, src_operand): Use
25589         TARGET_EXPOSE_LDP.
25590         (c4x_legitimize_reload_address): New function.
25591         * config/c4x/c4x.md: Update docs.
25592
25593 Wed Jun  9 04:14:48 1999  Jeffrey A Law  (law@cygnus.com)
25594
25595         * fixincludes: Avoid removing '.'.
25596         * fixinc/fixinc.svr4: Likewise.
25597         * fixinc/fixinc.winnt: Likewise.
25598         * fixinc/inclhack.tpl: Likewise.
25599         * fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt.
25600
25601 1999-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25602
25603         * fixinc/inclhack.def (sun_catmacro): Escape parens in the select
25604         pattern.
25605         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt.
25606
25607 Wed Jun  9 03:10:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25608
25609         * c-pragma.c (handle_pragma_token): Handle `#pragma pack()'
25610         correctly.
25611
25612 Tue Jun  8 13:06:15 1999  Jim Wilson  <wilson@cygnus.com>
25613
25614         * configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000.
25615         * configure: Regenerate.
25616
25617 Tue Jun  8 05:47:48 1999  Richard Earnshaw (rearnsha@arm.com)
25618
25619         * optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute
25620         values.
25621
25622 Mon Jun  7 22:30:37 1999  Jeffrey A Law  (law@cygnus.com)
25623
25624         * fixinc/inclhack.def (avoid_bool): Also catch
25625         "typedef [unsigned] int bool".
25626         * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
25627
25628         * m68k/x-hp3bsd44: Delete obsolete and incorrect file.
25629         * configure.in (m68k-hp-bsd4.4): No longer use x-hp3bsd44.
25630         * configure: Rebuilt.
25631
25632 Mon Jun  7 22:05:03 1999  Mark Kettenis  <kettenis@gnu.org>
25633
25634         * config/i386/gnu.h: Include <gnu.h> right after <i386/linux.h>,
25635         such that we can override its definitions if necessary.
25636         (CPP_SPEC): New define.  Support processor specific predefines via
25637         %(cpp_cpu).
25638         (CC1_SPEC): New define.  Support processor specific compiler
25639         options via %(cc1_cpu).
25640         (STARTFILE_SPEC): New define.  Use crt0.o instead of crt1.o for
25641         -static.
25642
25643 1999-06-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25644
25645         * fixinc/inclhack.def (math_gcc_ifndefs): Insert whitespace
25646         between sed's -e flag, and the open-quote following it.
25647         * fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
25648
25649 Mon Jun  7 20:34:20 1999  Robert Lipe <robertlipe@usa.net>
25650                           Jeffrey A Law  (law@cygnus.com)
25651
25652         * varasm.c (assemble_start_function): Remove the function
25653         from the pending weak decls list when we define a function.
25654         (assemble_variable): Similarly for variables.
25655         (weak_finish): Ignore items on the list with a NULL name.
25656         (remove_from_ending_weak_list); New function to "remove" an item
25657         from the pending weak declarations list.
25658
25659 Mon Jun  7 19:27:07 1999  Jerry Quinn <jquinn@nortelnetworks.com>
25660
25661         * pa.md (fmpyfadd, fmpynfadd, fnegabs): New patterns.
25662
25663 Mon Jun  7 14:07:39 1999  Dave Brolley  <brolley@cygnus.com>
25664
25665         * c-lex.c (GETC): Redefine to call getch.
25666         (UNGETC): Redefine to call put_back.
25667         (putback_buffer): New structure type.
25668         (putback): New static structure.
25669         (getch): New function.
25670         (put_back): New function.
25671         (yylex): Replace unused bytes from bad multibyte character.
25672
25673 Mon Jun  7 13:33:39 1999  Dave Brolley  <brolley@cygnus.com>
25674
25675         * cpplib.c (do_define): Cast `alloca' return value.
25676         (do_include, do_undef, do_pragma): Likewise.
25677         * cpphash.c (dump_definition): Cast `xstrdup' and `alloca' return
25678         values.
25679         * cppfiles.c (initialize_input_buffer): Cast `xmalloc' return values.
25680         * gcc/cppspec.c (lang_specific_driver): Cast xmalloc return value.
25681
25682 Sun Jun  6 11:58:34 1999  Jakub Jelinek  <jj@ultra.linux.cz>
25683
25684         * sparc.md (abstf2): This should be an expand.
25685         (split after abstf2_notv9): Fix mode.
25686         (abstf2_hq_v9): New pattern.
25687         (abstf2_v9): Only use when no hard quad.
25688         (absdf2_v9): Fix if target is not the same as source.
25689         (ashrsi3_extend, ashrsi3_extend2, lshrsi3_extend, lshrsi3_extend2):
25690         Add correct output constraints.
25691
25692 Sat Jun  5 17:04:16 1999  Craig Burley  <craig@jcb-sc.com>
25693
25694         From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
25695         * invoke.texi: Clarify text vis-a-vis Intel CPUs.
25696
25697 Sat Jun  5 12:11:24 1999  Mark Mitchell  <mark@codesourcery.com>
25698
25699         * mips.h (mips_output_conditional_branch): New function.
25700         (mips_adjust_insn_length): Likewise.
25701         (ASSEMBLER_SCRATCH_REGNUM): New macro.
25702         (ADJUST_INSN_LENGTH): Likewise.
25703         * mips.c (print_operand): Add `F' and `W' for floating-point
25704         comparison opcodes.
25705         (machine_dependent_reorg): Adjust MIPS16 code; instruction-lengths
25706         are now in bytes.
25707         (mips_adjust_insn_length): New function.
25708         (mips_output_conditional_branch): New function.
25709         * mips.md (length): Adjust attribute definition to handle
25710         conditional branches.  Change lengths to bytes, rather than
25711         instructions throughout.  Remove length attribute from
25712         instructions whose length is four bytes, and rely on the default
25713         instead.
25714         (dslot): Fix typo in comment.
25715         Reword conditional branch patterns to use
25716         mips_output_conditional_branch.
25717
25718 Fri Jun  4 13:30:27 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
25719
25720         * alpha/osf.h (CPP_SUBTARGET_SPEC): Handle -threads.
25721         (LIB_SPEC): Likewise.
25722         Link with -lprof1_r for -g/-pg.
25723
25724 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25725
25726         * loop.c (check_dbra_loop): Fix change of Jan 19.
25727
25728 Fri Jun  4 00:12:40 1999  Marc Espie <espie@cvs.openbsd.org>
25729
25730         * freebsd-elf.h (SWITCH_TAKES_ARG):  Redefine, not define.
25731         (STARTFILE_SPEC):  Define, override the svr4.h version.
25732         (ENDFILE_SPEC):  Likewise.
25733
25734 Thu Jun  3 23:58:55 1999  Jeffrey A Law  (law@cygnus.com)
25735
25736         * fixinc/inclhack.def (limits_ifndefs): Also apply to sys/limits.h
25737         * fixinc/fixincl.x: Regenerated.
25738         * fixinc/inclhack.sh: Regenerated.
25739
25740 Fri Jun  4 05:42:23 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25741
25742         * sh.c (barrier_align): Don't return early for normal branch/barrier
25743         when optimizing for SH2.
25744
25745 Thu Jun  3 22:27:50 1999  Robert Lipe  <robertlipe@usa.net>
25746
25747         * i386/udk.h (LINK_SPEC): Correct linker search path for
25748         system libraries.
25749
25750 Fri Jun  4 03:20:40 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25751
25752         * sh.c (fixup_addr_diff_vecs): Emit braf reference label.
25753         (braf_label_ref_operand): Delete.
25754         * sh.h (PREDICATE_CODES): Remove braf_label_ref_operand.
25755         * sh.md (casesi_jump_2): Operand1 is now the inside of a
25756         label_ref, and has no predicate.
25757         The patten has a predicate to guard against invalid substitutions.
25758         (dummy_jump): Delete.
25759         (casesi): Update use of casesi_jump_2.
25760
25761 Thu Jun 3 07:48 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25762
25763         *fixinc/inclhack.def(Io_Def_Quotes): corrected sed expression
25764         *fixinc/fixincl.x: regenerate
25765         *fixinc/inclhack.sh: regenerate
25766
25767 Thu Jun  3 02:15:07 1999  Jason Merrill  <jason@yorick.cygnus.com>
25768
25769         * dwarf2out.c (add_incomplete_type): New fn.
25770         (gen_struct_or_union_type_die): Call it.
25771         (retry_incomplete_types): New fn.
25772         (dwarf2out_finish): Call it.
25773
25774 Thu Jun  3 01:19:03 1999  Jeffrey A Law  (law@cygnus.com)
25775
25776         * gcse.c (insert_insn_end_bb): Correct placement of insns when the
25777         current block starts with a CODE_LABEL and ends with a CALL and
25778         we can not find all the argument setup instructions for the CALL.
25779
25780 Wed Jun  2 15:44:15 1999  Mark Mitchell <mark@codesourcery.com>
25781
25782         Revert this change:
25783         * fold-const.c (fold): STRIP_NOPS when deciding whether or not
25784         something is a candidate for optimize_bit_field_compare.
25785
25786 Wed Jun  2 21:53:05 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25787
25788         * sh.h (CONST_OK_FOR_I, CONST_OK_FOR_L): Cast VALUE to HOST_WIDE_INT.
25789
25790 Wed Jun  2 12:25:55 1999  Richard Henderson  <rth@cygnus.com>
25791
25792         * alpha.c (override_options): Thinko in last patch.
25793
25794         * alpha/osf.h (CPP_SUBTARGET_SPEC): Define.
25795         (LIB_SPEC): Recognize -pthread.
25796
25797 Wed Jun  2 08:42:55 1999  Nick Clifton  <nickc@cygnus.com>
25798
25799         * config/arm/tcoff.h (USER_LABEL_PREFIX): Synchronise with
25800         definition in config/arm/coff.h
25801         * config/arm/coff.h: Add comment about USER_LABEL_PREFIX.
25802
25803 Wed Jun  2 07:07 1999 Bruce Korb <ddsinc09@ix.netcom.com>
25804
25805         * fixinc/fixincl.c(global def): Add FD_SHELL_SCRIPT to mark
25806         fixes that need "file=xxx\n" prepended before invocation
25807         (start_fixer - new): starting the fixer process is complex enough
25808         to warrent its own routine.  It prepends the "file=xxx\n" stuff.
25809         (process): uses the new routine; omit usage of putenv()
25810         * fixinc/fixincl.tpl: mark shell scripts with FD_SHELL_SCRIPT
25811         * fixinc/fixincl.x: regenerate
25812
25813 Wed Jun  2 02:29:07 1999  Jeffrey A Law  (law@cygnus.com)
25814
25815         * README, configure.in, gcc.1, gcc.texi: Update name (egcs -> gcc)
25816         and version #s (1.1 -> 2.96) as needed.
25817         * README.g77: Kill way out of date file in the toplevel directory.
25818
25819 Wed Jun  2 00:52:34 1999  David O'Brien <obrien@FreeBSD.org>
25820
25821         * configure.in (i[34567]86-*-freebsdelf): Don't include linux.h,
25822         i386/freebsd-elf.h no longer requires it.  Instead include svr4.h.
25823         * configure: Rebuilt.
25824         * i386/freebsd-elf.h (DEFAULT_VTABLE_THUNKS): Define.
25825         (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, SET_ASM_OP): Likewise.
25826         (PREFERRED_DEBUGGING_TYPE, WCHAR_UNSIGNED): Likewise.
25827         (SWITCH_TAKES_ARG): Likewise.
25828         * i386/freebsd.h: Remove FREEBSD_NATIVE support.
25829         * config/t-freebsd: Moved from config/i386/ so it can used for all
25830         FreeBSD targets.
25831
25832 Mon May 31 02:22:55 1999  Philippe De Muyter  <phdm@macqel.be>
25833
25834         * m68k/x-mot3300 (XCFLAGS): Fixed to match stb.o, not f/stb.o.
25835
25836 Wed Jun  2 00:08:34 1999  Robert Lipe  <robertlipe@usa.net>
25837
25838         * configure.in (i[34567]86-*-udk*): Install headers with cpio.
25839         * configure: Rebuilt.
25840
25841 Tue Jun  1 19:06:22 1999  David Edelsohn  <edelsohn@gnu.org>
25842
25843         * rs6000/aix41.h (RS6000_CALL_GLUE): Define.
25844         * rs6000/aix43.h (RS6000_CALL_GLUE): Likewise.
25845         * rs6000/rs6000.c (rs6000_file_start): Use putc.
25846         (rs6000_output_load_toc_table): Same.
25847         (output_prolog, output_mi_thunk): Same.
25848         * rs6000/rs6000.h (SELECT_SECTION): Formatting.
25849         (ASM_GLOBALIZE_LABEL): Use putc.
25850
25851 Mon May 31 15:23:23 1999  Richard Henderson  <rth@cygnus.com>
25852
25853         * alpha.md (reload_*_help): New patterns and splitters.
25854         (reload_*): Use them.
25855         (mov[qh]i): Likewise.
25856
25857 Mon May 31 11:48:07 1999  Mark Mitchell  <mark@codesourcery.com>
25858
25859         * cccp.c (handle_directive): Handle backslash-newlines in quoted
25860         strings correctly.
25861
25862 Mon May 31 09:36:11 1999  Cort Dougan  <cort@cs.nmt.edu>
25863
25864         * rs6000/linux.h (LINK_SPEC): Use emulation elf32ppclinux.
25865
25866 Mon May 31 11:40:20 EDT 1999  John Wehle  (john@feith.com)
25867
25868         * flow.c (mark_regs_live_at_end, insn_dead_p,
25869         mark_set_1, mark_used_regs): Only give FRAME_POINTER_REGNUM
25870         and HARD_FRAME_POINTER_REGNUM special treatment if reload
25871         hasn't run or the frame pointer is needed.
25872         * haifa-sched.c (attach_deaths): Likewise.
25873         * sched.c (attach_deaths): Likewise.
25874
25875 Mon May 31 00:46:17 1999  Jeffrey A Law  (law@cygnus.com)
25876
25877         * jump.c (jump_optimize_1): Only set CAN_REACH_END if
25878         calculate_can_reach_end returns nonzero.
25879
25880         * configure.in (native gas tests): Search for an assembler in the
25881         same manner that the installed compiler will.
25882         * configure: Rebuilt.
25883         * tm.texi (MD_EXEC_PREFIX): Note need to update configure.in too.
25884
25885         * alias.c (find_base_term): Improve handling of addresses
25886         constructed from binary operations.
25887
25888 Sun May 30 14:29:17 1999  Eric Raskin (ehr@listworks.com)
25889
25890         * dgux.h (STARTFILE_SPEC): Fix incorrectly matched curly-braces.
25891
25892 Sun May 30 14:19:13 1999  Jeffrey A Law  (law@cygnus.com)
25893
25894         * function.h (cleanup_label, frame_offset): Declare.
25895         (tail_recursion_label, tail_recursion_reentry): Likewise.
25896         (arg_pointer_save_area, rtl_expr_chain): Likewise.
25897         * stmt.c (cleanup_label, frame_offset): Delete extern declarations.
25898         (tail_recursion_label, tail_recursion_reentry): Likewise.
25899         (arg_pointer_save_area, rtl_expr_chain): Likewise.
25900
25901 Sat May 29 19:08:10 1999  Philip Blundell  <philb@gnu.org>
25902
25903         * config/arm/aout.h (ASM_OUTPUT_ALIGN): Only define if not already
25904         defined.
25905         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Define.
25906         (MAX_OFILE_ALIGNMENT): Define.
25907
25908 Fri May 28 21:40 1999  Robert Lipe <robertlipe@usa.net>
25909
25910         * fixincl.c: Replace local include scheme with #includes of
25911         gansidecl.h and system.h.
25912         * procopen.c:  Likewise.
25913         * server.c:  Likewise.
25914
25915 Fri May 28 03:47:03 1999  Eric Raskin (ehr@listworks.com)
25916
25917         * i386/t-dgux (EXTRA_PARTS): Add crti.o
25918         (crti.o): Add build rule and dependencies.
25919         * fixinc/fixinc.dgux:  Use modified _int_varargs.h
25920
25921 Fri May 28 03:41:02 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
25922
25923         * rs6000/sysv4.h (CC1_SPEC): Add support for -profile
25924         (LIB_LINUX_SPEC): Likewise.
25925         (LIB_LINUX_SPEC): Add support for -pthread
25926         (CPP_OS_LINUX_SPEC): Likewise.
25927         (CPP_SYSV_SPEC): Avoid redefinitions if both -fpic and -fPIC are
25928         specified.
25929
25930 Thu May 27 13:04:52 1999  H.J. Lu  (hjl@gnu.org)
25931
25932         * i386.c (output_fp_cc0_set): Don't check the JUMP_INSN code for
25933         conditional move.
25934         (notice_update_cc, output_float_compare): Enable TARGET_CMOVE support.
25935         (output_float_compare, output_fp_cc0_set): Fix the FLOAT comparison
25936         for IEEE math and CC_FCOMI.
25937         (put_jump_code): No IEEE if CC_FCOMI is set.
25938
25939 1999-05-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25940
25941         * fold-const.c (fold_truthop): Make the field reference unsigned
25942         when converting a single bit compare.
25943
25944 Thu May 27 02:40:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25945
25946         * loop.c (strength_reduce): Don't do biv->giv conversion on constants.
25947
25948 Thu May 27 02:09:27 1999  Jeffrey A Law  (law@cygnus.com)
25949
25950         * varasm.c (STRIP_NAME_ENCODING): Remove default definition.
25951         * output.h (STRIP_NAME_ENCODING): Strip '*' like the old varasm
25952         version did.
25953
25954         * reload.c (push_reload): Do not call remove_address_replacements
25955         when presented with identical optional reloads.
25956
25957 Wed May 26 14:18:05 1999  Richard Henderson  <rth@cygnus.com>
25958
25959         * alpha.h (MASK_FIX, TARGET_FIX): New.
25960         (MASK_*): Reorganize constants.
25961         (CPP_AM_FIX_SPEC): New.
25962         (TARGET_SWITCHES): Add FIX.
25963         (EXTRA_SPECS): Likewise.
25964         (CPP_CPU_EV6_SPEC): Use FIX, not CIX.
25965         (SECONDARY_MEMORY_NEEDED): Likewise.
25966         (REGISTER_MOVE_COST): Likewise.
25967         * alpha.c (override_options): Add FIX support.  Always use
25968         ALPHA_TP_PROG for ev6.
25969         * alpha.md (sqrt and mov[sd]i patterns): Use FIX, not CIX.
25970         * alpha/elf.h (ASM_FILE_START): Look at FIX too.
25971         * configure.in (target_cpu_default2) [ev6]: Use FIX, not CIX.
25972
25973 Wed May 26 09:53:05 1999  Mark Mitchell  <mark@codesourcery.com>
25974
25975         * fold-const.c (fold): STRIP_NOPS when deciding whether or not
25976         something is a candidate for optimize_bit_field_compare.
25977
25978 Wed May 26 09:40:02 1999  Mark Mitchell  <mark@codesourcery.com>
25979
25980         * gcc.texi (Passes): Document branch-shortening.
25981         * invoke.texi (Debugging Options): Document the fact that `-dp'
25982         outputs length information for instructions.
25983
25984 Wed May 26 08:49:31 1999  Nick Clifton  <nickc@cygnus.com>
25985
25986         * flow.c: Revert previous delta.
25987
25988 Wed May 26 06:05:10 1999  Nick Clifton  <nickc@cygnus.com>
25989
25990         * flow.c (insn_dead_p): Check against frame_pointer_rtx not
25991         FRAME_POINTER_REGNUM.
25992         (mark_set_1): Ditto.
25993         (mark_used_regs): Ditto.
25994
25995 Wed May 26 02:19:31 1999  Philip Blundell  <pb@nexus.co.uk>
25996
25997         * arm.h (NEED_PLT_GOT): Fix mistake in last change.
25998         (GOT_PCREL): New macro.  Define to 1 if not already defined.
25999         * arm/elf.h (GOT_PCREL): Define to 0.
26000         * arm.c (arm_finalize_pic): Take into account the setting of
26001         GOT_PCREL.
26002
26003 Tue May 25 14:06:06 1999  Jeffrey A Law  (law@cygnus.com)
26004
26005         * output.h (STRIP_NAME_ENCODING): Provide default definition.
26006         * dwarf2out.c (ASM_NAME_TO_STRING): Use STRIP_NAME_ENCODING.
26007
26008         * flow.c (mark_set_1): Do not record BLKmode stores as dead
26009         store elimination candidates.
26010
26011 Tue May 25 08:55:57 1999  Gavin Romig-Koch  <gavin@cygnus.com>
26012
26013         * config/mips/mips.h (ASM_OUTPUT_DOUBLE_INT) : Use 'dword' if
26014         TARGET_GAS.
26015
26016 Mon May 24 20:30:08 1999  Jim Wilson  <wilson@cygnus.com>
26017
26018         * configure.in (rs6000-ibm-aix4.[12]*): Delete use of aix41-gld.h.
26019         Add use of x-aix41-gld.
26020
26021 Mon May 24 16:44:09 1999  Jakub Jelinek  <jj@ultra.linux.cz>
26022
26023         * sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Define.
26024         (ASM_OUTPUT_DESTRUCTOR): Define.
26025
26026 Mon May 24 14:35:24 1999  Jeffrey A Law  (law@cygnus.com)
26027
26028         * loop.c (strength_reduce): Do not clear NOT_EVERY_ITERATION at the
26029         last CODE_LABEL in a loop if we have previously passed a jump
26030         to the top of the loop.
26031
26032 Mon May 24 07:56:29 1999  Nick Clifton  <nickc@cygnus.com>
26033
26034         * config/arm/arm.h (OUTPUT_INT_ADDR_CONST): Fix blunder made when
26035         applying Philip's patch.
26036
26037 Mon May 24 01:02:12 1999  Mark Mitchell  <mark@codesourcery.com>
26038
26039         * stmt.c (expand_end_bindings): Ignore any elements of VARS that
26040         are not VAR_DECLs.
26041
26042 Sun May 23 20:31:16 1999  Jeffrey A Law  (law@cygnus.com)
26043
26044         * loop.c (strength_reduce): Grow reg_single_usage as needed.
26045
26046 Sun May 23 10:13:20 1999  David O'Brien <obrien@FreeBSD.org>
26047
26048         * i386/freebsd-elf.h (LINK_SPEC): Change -static to -Bstatic.
26049         Also remove a useless comment.
26050
26051 Sun May 23 10:05:23 1999  Jerry Quinn <jquinn@nortelnetworks.com>
26052
26053         * pa.md (negdf2,negsf2):  Use fneg instead of fsub on pa 2.0.
26054
26055 Sat May 22 21:02:06 1999  David Edelsohn  <edelsohn@gnu.org>
26056
26057         * collect2.c (main): Only generate import or export file and add
26058         to link arguments if non-empty.  Use xmalloc not alloca.
26059         (write_{export,import}_file): Delete.
26060         (write_aix_file): New function.
26061         (locatelib): Use xmalloc not malloc.
26062         (GCC_OK_SYMBOL): Do not check type if aix64.
26063
26064 Sat May 22 09:35:51 1999  Philip Blundell  <pb@nexus.co.uk>
26065
26066         Based on patch by Scott Bambrough and Pat Beirne:
26067         * config/arm/arm.c (making_const_table): New variable.
26068         * config/arm/arm.h (making_const_table): Declare.
26069         (OUTPUT_INT_ADDR_CONST): Mark symbols as position independent if
26070         appropriate.
26071         * config/arm/arm.md (consttable_4, consttable_8, consttable_end):
26072         Keep track of when we are building the constant table.
26073
26074 Sat May 22 09:34:22 1999  Philip Blundell  <pb@nexus.co.uk>
26075
26076         * config/arm/arm.c (arm_override_options): Fix erroneous warning
26077         message.
26078
26079 Sat May 22 09:06:33 1999  Nick Clifton  <nickc@cygnus.com>
26080
26081         * config/arm/arm.h (NEED_PLT_GOT): Only define if not already
26082         defined.
26083
26084 Sat May 22 07:17:05 1999  Nick Clifton  <nickc@cygnus.com>
26085
26086         * tm.texi (FUNCTION_ARG): Correct description of a stack element
26087         in a PARALLEL.
26088
26089 Sat May 22 01:27:49 1999  Mark Mitchell  <mark@codesourcery.com>
26090
26091         * expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.
26092
26093 Fri May 21 21:19:02 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
26094
26095         * rs6000.c (output_mi_thunk): Enable full support again.
26096
26097 Fri May 21 20:09:52 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
26098
26099         * sh.h (BRANCH_COST): Define.
26100
26101 Thu May 20 10:00:42 1999  Stephen L Moshier  <moshier@world.std.com>
26102
26103         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
26104
26105 Thu May 20 09:58:57 1999  Jan Hubicka <hubicka@freesoft.cz>
26106
26107         * function.c (assign_stack_local): Align stack slot propertly.
26108         (assign_outer_stack_local): Likewise.
26109
26110 Thu May 20 10:38:43 1999  Mark Mitchell  <mark@codesourcery.com>
26111
26112         * expr.h (lang_expand_constant): Declare.
26113         * toplev.c (lang_expand_constant): Define it.
26114         * varasm.c (output_constant): Use it.
26115
26116 Thu May 20 11:28:53 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
26117
26118         * optabs.c (expand_cmplxdiv_straight, expand_cmplxdiv_wide):
26119         Change function definitions to K&R style.
26120
26121 Thu May 20 08:16:39 1999  Bruce Korb <ddsinc09@ix.netcom.com>
26122
26123         * fixinc/fixincl.c: We must not ignore SIGCLD now.
26124
26125 Thu May 20 07:06:39 1999  Alexandre Oliva  <aoliva@acm.org>
26126
26127         * fixinc/Makefile.in(gnu-regex.o): add $(INCLUDES) to compile options
26128         * fixinc/fixincl.c(wait_for_pid): K&R-ify arguments
26129         (several places): omit static initialization
26130         (process): use single fd, since only the read fd is used
26131         * fixinc/gnu-regex.c: define 'const' away, if not supported
26132         * fixinc/procopen.c(several places): omit static initialization
26133         * fixinc/server.c: define 'volitile' away, if not supported
26134
26135 1999-05-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26136
26137         * config/dbxcoff.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use
26138         asm_fprintf and %L to generate the label name.
26139         * config/dbxelf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise.
26140         (ASM_OUTPUT_SOURCE_LINE): Correct generation of internal labels.
26141
26142 Thu May 20 01:40:55 1999  Jeffrey A Law  (law@cygnus.com)
26143
26144         * jump.c (can_reverse_comparison_p): Do not abort if the comparison
26145         insn for a conditional jump can not be found.
26146
26147 Wed May 19 23:58:58 1999  Jeffrey A Law  (law@cygnus.com)
26148
26149         * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations
26150         on variables in specific sections other than .sbss and .sdata.
26151
26152 Wed May 19 03:56:56 1999  Mark Mitchell  <mark@codesourcery.com>
26153
26154         * stmt.c (expand_return): Call start_cleanup_deferral and
26155         end_cleanup_deferral around conditional code.
26156
26157 Wed May 19 08:40:08 1999  Bruce Korb <ddsinc09@ix.netcom.com>
26158
26159         * fixinc/fixincl.tpl: Avoid depending on ANSI C features for
26160         filename lists.  Utilizes new "krstr" AutoGen function.
26161         * fixinc/fixincl.x: Rebuilt.
26162
26163 Wed May 19 02:47:11 1999  Jan Hubicka  (hubicka@freesoft.cz)
26164
26165         * i386.c (output_float_compare): Avoid GNU-C extensions.
26166
26167 Wed May 19 00:34:40 1999  Jeffrey A Law  (law@cygnus.com)
26168
26169         * version.c: Bump to distinguish mainline tree from the
26170         gcc-2.95 branch.
26171
26172 See ChangeLog.1 for earlier changes.
26173
26174