OSDN Git Service

* Makefile.in (timevar.o): Depend on flags.h.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
2
3         * Makefile.in (timevar.o): Depend on flags.h.
4         * timevar.c (unused_stack_instances): New variable.
5         (timevar_push): Take a timevar_stack_def from
6         unused_stack_instances if available.
7         (timevar_pop): Push the popped timevar_stack_def onto
8         unused_stack_instances.
9         (TIMEVAR_ENABLE): New macro.
10         (timevar_def): Make standalone a 1-bit field.  Add field used.
11         (get_time): Rename parameter to now.  Return after clearing it if
12         not TIMEVAR_ENABLE.
13         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
14         (timevar_pop): Likewise.
15         (timevar_stop): Likewise.
16         (timevar_push): Likewise.  Mark the timing variable as used.
17         (timevar_start): Likewise.
18         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
19         timevars that were never used.
20
21 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
22
23         * c-commom.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
24         always TREE_READONLY.
25
26 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
27
28         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
29         for call instruction with mode QImode.
30
31 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
32
33         * Makefile.in (OBJS): Add timevar.o.
34         (toplev.o): Depend on timevar.h.
35         (ggc-simple.o): Likewise.
36         (ggc-page.o): Likewise.
37         (timevar.o): New rule.
38         (timevar.h): New rule.
39
40         * timevar.h: New file.
41         * timevar.c: Likewise.
42         * timevar.def: Likewise.
43
44         * toplev.h (gc_time, parse_time, varconst_time): Remove.
45         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
46         throughout.
47         (TIMEVAR): Remove macro.
48         (gc_time, parse_time, varconst_time, integration_time, jump_time,
49         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
50         flow_time, combine_time, regmove_time, sched_time,
51         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
52         sched2_time, dbr_sched_time, reorder_blocks_time,
53         rename_registers_time, shorten_branch_time, stack_reg_time,
54         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
55         all_time): Remove.
56         (compile_file): Don't initialize time variables.  Call
57         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
58         of many calls to print_time.
59         (rest_of_compilation): Add timing for reload_cse_regs.
60         (get_run_time): Removed to timevar.c.
61         (print_time): Likewise.
62         (get_run_time): Implement using TV_TOTAL time variable.
63         (print_time): Get total run time from get_run_time. 
64         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
65         computing elapsed time explicitly.
66         * ggc-simple.c (ggc_collect): Likewise.
67         (gc_time): Remove declaration.
68         
69 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
70
71         * calls.c (combine_pending_stack_adjustment_and_call): New function.
72         (expand_call): Use it.
73         
74 2000-04-27  Jan Hubicka  <jh@suse.cz>
75
76         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
77         fields.
78
79 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
80
81         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
82         registers.
83
84 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
85
86         * function.c (epilogue_done): Pass whole insn to record_insns.
87
88 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
89
90         * cse.c (CSE_ADDRESS_COST): Remove.
91         (find_best_addr): Add new parameter "MODE", use address_cost instead
92         of CSE_ADDRESS_COST
93         (address_cost): New.
94         (fold_rtx): Update call of find_best_addr.
95         * rtl.h (address_cost): Declare.
96         * loop.c (general_induction_var): Add new parameter "MODE", use
97         address_cost instead of ADDRESS_COST
98         (init_loop): Use address_cost instead of ADDRESS_COST.
99         (check_insn_for_givs): Update call of general_induction_var.
100         (find_mem_givs): Likewise.
101         (consec_sets_giv): Likewise.
102         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
103         * i386.c (ix86_address_cost): New.
104         * i386-protos.h (ix86_address_cost): Declare.
105
106 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
107
108         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
109         registers.
110
111 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
112
113         * expr.c (store_expr): Use clear_storage instead of direct memset
114         libcall.
115
116 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
117
118         * config/mn10300/mn10300.c (mn10300_address_cost): Test
119         ASHIFT, AND and LABEL_REF.
120
121 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
122
123         * invoke.texi (-foptimize-sibling-calls): Fix.
124
125 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
126
127         * loop.c (load_mems)  Don't use hard registers for the hoisting.
128
129         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
130         calculation; rename const_equiv array in the preconditioning code
131         from loop_unroll to loop_unroll_precondition
132
133 2000-04-27  Richard Henderson  <rth@cygnus.com>
134
135         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
136         add new_set.
137         (propagate_one_insn): Clear it.  Don't update reg_live here.
138         (init_propagate_block_info): Update for pbi member changes.
139         (free_propagate_block_info): Likewise.
140         (mark_set_1): Know that zero_extract, sign_extract, and 
141         strict_low_part don't kill their argument.  Alter hard subregs.
142         Update new_set for non-CLOBBER sets.  Update reg_live.
143         (find_auto_inc): Update reg_live, not new_dead.
144         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
145         to determine if the reg in question was set this insn.  Only update
146         reg info with PROP_REG_INFO.
147
148 2000-04-26  Richard Henderson  <rth@cygnus.com>
149
150         * flow.c (allocate_reg_life_data): Set max_regno here ...
151         (life_analysis): ... not here.
152
153         * flow.c (calculate_global_regs_live): Force stack pointer
154         live at end.
155
156 2000-04-26  Richard Henderson  <rth@cygnus.com>
157
158         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
159         commit change group changes.
160         (invert_exp_1): Similarly.
161         (redirect_exp, invert_exp): Use them.
162         (redirect_jump_1): New.
163         (invert_jump_1): New.
164         (jump_optimize_1): Remove code subsumed by condexec.c.
165         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
166
167 2000-04-26  Richard Henderson  <rth@cygnus.com>
168
169         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
170
171         * genconfig.c (main): Set all HAVE_foo to 1.
172
173         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
174
175 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
176
177         * invoke.texi: Document -fssa flag.
178
179 2000-04-26  Richard Henderson  <rth@cygnus.com>
180
181         * flow.c (count_reg_sets_1): Remove.
182         (count_reg_sets, count_reg_references): Remove.
183         (recompute_reg_usage): Implement with update_life_info.
184         Reallocate life data.
185
186 2000-04-26  Richard Henderson  <rth@cygnus.com>
187
188         * flow.c (update_life_info): Consider blocks null to mean the
189         universal set.
190         (calculate_global_regs_live): Likewise.
191         (life_analysis): Do that instead of collecting all_blocks.
192
193 2000-04-26  Richard Henderson  <rth@cygnus.com>
194
195         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
196         a still-valid conditional jump.
197
198 2000-04-26  Richard Henderson  <rth@cygnus.com>
199
200         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
201
202         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
203         * flow.c (calculate_loop_depth): Remove.
204         * output.h (calculate_loop_depth): Don't declare.
205         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
206         inline; run estimate_probability at the same time.
207
208 2000-04-26  Neil Booth  <NeilB@earthling.net>
209
210         * cpplib.h: "~=" is not a single pp-token.
211         * cpplex.c: Correct commentary.
212
213 2000-04-26  Richard Henderson  <rth@cygnus.com>
214
215         * flow.c (mark_set_1): New arguments code and flags; update all
216         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
217         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
218         loop_depth when optimizing for size.  Do new_dead update after
219         emitting REG_UNUSED notes.  Merge mark_set_reg code.
220         (mark_set_reg): Remove.
221         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
222         arrange to not emit REG_UNUSED notes.
223
224 2000-04-26  Richard Henderson  <rth@cygnus.com>
225
226         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
227         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
228
229 2000-04-26  Richard Henderson  <rth@cygnus.com>
230
231         * flow.c (propagate_one_insn): Break out from propagate_block.
232         (init_propagate_block_info): Likewise.
233         (free_propagate_block_info): Likewise.
234         (propagate_block): Use them.  Export.
235         * basic-block.h: Declare them all.
236
237 2000-04-26  Richard Henderson  <rth@cygnus.com>
238
239         * basic-block.h (life_analysis): Declare here ...
240         * output.h: ... not here.
241         * flow.c (life_analysis): Remove nregs parameter; replace
242         remove_dead_code with flags.  Remove ssa dead code check.
243         Only init alias analysis if we'll use it.
244         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
245         * ssa.c (convert_to_ssa): Likewise.
246         (convert_from_ssa): Likewise.
247         * toplev.c (rest_of_compilation): Likewise.
248
249 2000-04-26  Richard Henderson  <rth@cygnus.com>
250
251         * flow.c (flow_delete_block): Rename from delete_block.  Export.
252         * basic-block.h (flow_delete_block): Declare.
253
254 2000-04-26  David S. Miller  <davem@redhat.com>
255
256         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
257         taking a PATTERN of it.
258
259 2000-04-26  <NeilB@earthling.net>
260
261         * cpplex.c (spell_other, spell_char): Remove.
262         (SPELL_CHAR): New.
263         (token_spelling, trigraph_map): Use unsigned chars.
264         (_cpp_lex_line): Tidy up the switch statement.
265         * cpplib.h: Implement spell_char with spell_string.
266         (C): New.
267
268 2000-04-26  <RodneyBrown@pmsc.com>
269         
270         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
271         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
272
273 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
274
275         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
276         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
277         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
278         dwarf2out_return_save, dwarf2out_return_reg,
279         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
280         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
281         gen_compile_unit_die, dwarf2out_init): Constify a char*.
282
283         * dwarf2out.h (dwarf2out_init): Likewise.
284
285         * dwarfout.c (filename_entry, primary_filename, last_filename,
286         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
287
288         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
289         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
290         dwarf2out_return_reg): Likewise.
291
292 2000-04-26  Andreas Jaeger  <aj@suse.de>
293
294         * extend.texi (Function Attributes): Fix description of pure
295         attribute.
296
297 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
298
299         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
300         before calling rest_of_compilation.
301
302 2000-04-26  Andreas Jaeger  <aj@suse.de>
303
304         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
305         last patch.
306
307 2000-04-25  Richard Henderson  <rth@cygnus.com>
308
309         * cse.c (cse_insn): Emit barrier after unconditional jump.
310
311         * calls.c (expand_call): Disable tail call generation once
312         rtx_equal_function_value_matters is false.
313
314         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
315         like EDGE_EH edges.
316
317 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
318
319         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
320
321         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
322
323         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
324         is the primary DIE for a member function.
325         (gen_decl_die): Call set_decl_origin_self here.
326         * dwarfout.c (output_decl): And here.
327         * integrate.c (output_inline_function): Not here.
328         Don't clear DECL_INLINE until after calling rest_of_compilation.
329         (set_decl_origin_self): No longer static.
330         * tree.h: Add prototype.
331         * toplev.c (note_deferral_of_defined_inline_function): Only write
332         out abstract instance for actual inlines.
333
334 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
335
336         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
337         EXTENDED_REGS only if TARGET_AM33.
338         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
339         SP_REGS to register allocation and reloading unless absolutely
340         necessary.
341         (movsi3): Remove special-case of adding non-constants to SP.
342
343 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
344
345         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
346         INCLUDES to search and does not provide any of its own.  Also it
347         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
348         parameters.  Also it does not call AC_DEFINE.
349         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
350         AC_DEFINE and provides for automatic entries for autoheader.
351         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
352
353         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
354         so we can pass -I flags and include gansidecl.h/system.h in this
355         test.
356
357         * acconfig.h: Delete all NEED_DECLARATION_* entries.
358
359 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
360
361         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
362         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
363         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
364                 
365         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
366         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
367         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
368         for these macros.  Clean up spacing and linewraps.
369
370 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
371
372         * calls.c (expand_call): Use get_callee_fndecl.
373
374         * print-tree.c (print_node): Print the chain of an _EXPR.
375
376 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
377                           Jim Wilson  <wilson@cygnus.com>
378                           Andrew Haley  <aph@cygnus.com>
379         
380         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
381         and gp save/restore problems.
382         * config/ia64/crtend.asm: Add IA-64 unwind support.
383         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
384         in fr_pad_size calculation.
385         (save_restore_insns): Move PR save area.  Correct uses of
386         RTX_FRAME_RELATED_P.
387         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
388         (ia64_expand_epilogue): Add eh_epilogue support.
389         (ia64_function_prologue): Emit .prologue directive.
390         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
391         (ia64_override_options): Set init_machine_status and
392         mark_machine_status.
393         (rtx_needs_barrier): Handle bsp reads and writes.
394         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
395         New static variables.
396         (process_set, process_for_unwind_directive): New functions.
397         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
398         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
399         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
400         macros.
401         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
402         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
403         (struct machine_function): Define.
404         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
405         
406 2000-04-25  Bruce Korb  <bkorb@gnu.org>
407
408         * fixinc/Makefile.in: make the removal of old programs more
409         robust
410         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
411         install-bin and install-sh
412
413 2000-04-25  Nick Clifton  <nickc@cygnus.com>
414
415         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
416         defined, define to return zero.
417         (function_cannot_inline_p): If a function has any target
418         specific attributes, then use the macro
419         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
420         whether it can be inlined.  If it cannot, issue a suitable
421         explanation.
422
423         * tm.texi: Add a new node 'Inlining' to document the new macro
424         FUNCTION_ATTRIBUTE_INLINABLE_P. 
425
426 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
427
428         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
429         commentary. 
430
431 2000-04-25  Neil Booth  <NeilB@earthling.net>
432
433         Restore previous patch, plus the following fixes:
434
435         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
436         flags, not CPP_OPEN_PAREN.
437         * cpplex.c (expand_token_space, init_token_list,
438         cpp_free_token_list): Put the dummy token at list->tokens[-1].
439         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
440
441 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
442
443         * config/i386/freebsd.h (INT_ASM_OP): Define.
444
445 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
446
447         * loop.c (strength_reduce): Fix typo in the last checkin.
448
449 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
450
451         * stor-layout.c (finalize_record_size): Simplify to use existing
452         functions.
453         (compute_record_mode): No longer static.
454         * tree.h (compute_record_mode): New declaration.
455
456 2000-04-25  Neil Booth  <NeilB@earthling.net>
457
458         * Revert my patch below until cause of build failures
459         determined.
460
461 2000-04-25  Richard Henderson  <rth@cygnus.com>
462
463         * combine.c (combine_instructions): Add missing argument
464         to try_combine.
465
466         * toplev.c (rest_of_compilation): Delay sibcall optimization
467         until after emit_eh_context.
468
469 2000-04-24  Nick Clifton  <nickc@redhat.com>
470
471         * combine.c (combine_instructions): Do not try to combine a
472         sequence of insns when the second insn has been replaced by a
473         note.
474
475 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
476
477         * gcc.c (load_specs): New static function.
478         (read_specs): Use it.
479
480         * gcc.c (lookup_compiler): Make multiple passes for case
481         insensitive filesystems.
482
483 2000-04-24  Neil Booth  <NeilB@earthling.net>
484
485         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
486         * cpphash.h (_cpp_check_directive): new.
487         * cpplex.c (handle_newline, cpp_free_token_list,
488         init_trigraph_map, trigraph_ok, trigraph_replace,
489         backslash_start, skip_block_comment, skip_line_comment,
490         skip_whitespace, parse_name, parse_number, parse_string,
491         copy_comment, _cpp_lex_line, spell_char, spell_string,
492         spell_comment, spell_name, spell_other, _cpp_lex_file,
493         _cpp_output_list): new.
494         (expand_name_space): take length argument.
495         (init_token_list): add comment list initialisation.
496         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
497         instead of HSPACE_BEFORE.
498
499         * cpplib.c (_cpp_check_directive): new
500         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
501         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
502         (HSPACE_BEFORE): delete.
503         (TTYPE_TABLE): rearrange.
504         (struct cpp_toklist): update.   
505
506 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
507
508         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
509         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
510         argument form of AC_DEFINE.
511
512         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
513         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
514         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
515         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
516         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
517
518         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
519
520 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
521
522         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
523         deduced.h): Use -isystem, not -I, for including system headers.
524
525 2000-04-24  Nick Clifton  <nickc@cygnus.com>
526
527         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
528         the source register is the frame pointer or arg pointer.
529         (addsi3_small_int): Disallow if source register is the frame
530         pointer or arg pointer.
531
532 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
533
534         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
535         call to AC_MSG_RESULT.
536
537 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
538
539         * invoke.texi: Correct grammatical errors, document
540         -fno-gnu-keywords as identical to -fno-asm for C++.
541
542 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
543
544         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
545         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
546         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
547         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
548         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
549
550         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
551         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
552         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
553         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
554         new macros names.
555
556 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
557
558         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro. 
559         (pop_alignment): Likewise.
560         (handle_pragma_token): Likewise.
561
562 2000-04-24  Robert Lipe <robertlipe@usa.net>
563
564         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
565
566 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
567
568         * combine.c (try_combine): Update reg_nonzero_bits of
569         newi2pat before newpat.
570
571 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
572
573         * loop.c (strength_reduce): Simplify test to INSN_P.
574         (record_giv): Attempt to simplify the add value, use CONSTANT_P
575         expressions instead of CONST_INT.
576         (express_from_1): Likewise.
577
578 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
579
580         * regs.h (reg_n_max): Don't declare.
581         * flow.c (reg_n_max): Don't define.
582         * regclass.c (renumber): Don't initialize to zero.
583         (regno_allocated): Likewise.
584         (reg_n_max): Define.
585         (allocate_reg_info): Don't initialize unnecessarily.
586         
587 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
588
589         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
590         and blockage_p in the newly allocated attribute.
591
592 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
593
594         * config/mn10300/mn10300.md (addsi): `inc4' on address
595         registers does not modify cc, but `inc' on an extended
596         register does.
597
598 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
599
600         * reload.c (find_equiv_reg): Checks all valueno regs
601         as a reload_reg_p regs.
602
603 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
604
605         * cpphash.c (collect_objlike_expansion): Add sanity check.
606         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
607         the buffer is the empty string, return.  Mark __DATE__ and
608         __TIME__ as XCONST nodes, not MCONST.
609         (_cpp_macroexpand): Avoid pushing an empty buffer.
610         (funlike_macroexpand): Don't pop token_buffer here.
611
612 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
613
614         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
615         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
616         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
617         (REGNO_OK_FOR_BASE_P): Define in terms of them.
618         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
619         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
620         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
621
622 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
623
624         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
625         constant MULT givs.
626
627 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
628
629         * cpphash.h (struct definition): Move file, line, col members...
630         (struct hashnode): ... here.  Also add 'disabled' flag.
631         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
632         T_IDENTITY.  Remove T_DISABLED.               
633         Update prototypes.
634
635         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.     
636         (collect_expansion): Split into collect_objlike_expansion and
637         collect_funlike_expansion.                                 
638         (_cpp_macroexpand): Split out scan_arguments, stringify, and
639         funlike_macroexpand.
640         (_cpp_compare_defs): Rename compare_defs, make static.
641         (_cpp_make_hashnode): Initialize hp->disabled.  
642         (macro_cleanup): Adjust for new token types.  Clear
643         m->disabled.
644         (_cpp_create_definition): Move code here to determine what     
645         sort of macro it is, and code to check for redefinitions, from
646         do_define.  Implement a few simple cases without creating a   
647         full DEFINITION.
648         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
649         Handle the simple cases.                                 
650         (push_macro_expansion): Set buf->has_escapes and hp->disabled
651         here.
652
653         * cppinit.c (builtin_array): Change MCONST to XCONST
654         everywhere.
655         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
656         fix check for disabled and function-like macros.
657         * cpplib.c (do_define): Move most logic to
658         _cpp_create_definition.
659         (do_undef): Handle new special token types.
660
661 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
662
663         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
664         of CONSTANT_P for mult_val; always use validate_change to update insn.
665
666 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
667
668         * cpphash.c (trad_stringify, add_pat): New functions.
669         (collect_expansion): Restore support for -traditional syntax.
670         Use trad_stringify and add_pat.
671         (_cpp_macroexpand): Restore support for -traditional semantics.
672         * cpplex.c (_cpp_scan_line): Don't change space_before if we
673         get a COMMENT token.
674         (_cpp_lex_token): Provide COMMENT tokens to caller if
675         traditional and parsing_define_directive.
676         (skip_comment): Warn about // comments if -Wtraditional.
677         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
678         proper node type.
679         (do_undef): Don't warn about undefining EMPTY nodes.
680
681 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
682
683         * loop.c (strength_reduce): Fix biv removal code.
684
685 2000-04-22  Richard Henderson  <rth@cygnus.com>
686
687         * predict.c (estimate_probability): Examine both sides of
688         a branch for no exits.  Use 90% not 50% for predict taken.
689         Reorg for one copy of note generation code.
690
691 2000-04-22  Richard Henderson  <rth@cygnus.com>
692
693         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
694
695 2000-04-22  Richard Henderson  <rth@cygnus.com>
696
697         * diagnostic.c (init_output_buffer): Don't initialize format_args.
698         (output_clear): Likewise.
699         (output_printf): Use va_copy.
700         (vline_wrapper_message_with_location): Likewise.
701         (v_message_with_decl): Likewise.
702         (line_wrapper_printf): VA_START infor buffer.format_args directly.
703         * system.h (va_copy): Provide default implementation.
704
705 2000-04-22  Richard Henderson  <rth@cygnus.com>
706
707         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
708         the collected condition is not a constant.
709
710 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
711
712         * diagnostic.h: New file.
713
714         * Makefile.in (diagnostic.o): Depends on diagnostic.h
715
716         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
717         various function prototypes.
718         (diagnostic.h): #include.
719         (struct output_buffer): Move into diagnostic.h.
720         (get_output_prefix): Rename to output_get_prefix.  Export.
721         (init_output_buffer): Export. Break out.  Ajust intialization.
722         (output_space_left, output_append): Export.
723         (output_newline): Rename to output_add_newline.  Export.
724         (output_clear): Nullify additional output_buffer fields.
725         (output_puts): Rename to output_add_string.  Export.
726         (dump_output): Rename to output_flush_on.  Export.
727         (build_location_prefix): Constify return-type.
728         (emit_output_prefix): Rename to output_emit_prefix. Export.
729         (set_real_maximum_length): New function.
730         (output_set_maximum_length): Ditto
731         (output_clear): Ditto.
732         (output_add_character): Ditto.
733         (output_add_integer): Ditto.
734         (output_add_space): Ditto.
735         (output_format): Ditto.
736         (output_printf): Adjust buffer initialization.
737         (vline_wrapper_message_with_location): Ditto.
738         (v_message_with_decl): Ditto.  Adjust call to output_puts
739         and get_output_prefix.
740         (default_print_error_function): Adjust buffer intialization.
741
742 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
743
744         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
745         of VOID_TYPE.
746
747 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
748
749         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
750         of explicit 0.
751
752 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
753
754         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
755         accurate data about SP moves.
756
757 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
758
759         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
760         aliases to AM33 registers.
761
762 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
763
764         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
765         to all EXTENDED bitmaps.
766
767 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
768
769         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
770         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
771         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
772
773 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
774
775         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
776         the operand is not constant.
777
778 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
779
780         * reload.c (find_equiv_reg): Checks all valueno and regno regs
781         as a call-clobbered regs.
782
783 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
784
785         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
786         * rtl.h: Likewise.
787         * rtl.def: Update comment.
788         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
789         * integrate.c (expand_inline_function): Likewise.
790         * profile.c (branch_prob): Likewise.
791         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
792         * print-rtl.c (print_rtx): Likewise.
793         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
794         (reemit_notes): Likewise; also use enum insn_note.
795
796         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
797         (place_field): Properly compute know and actual alignment.
798
799         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
800         in proper format.
801
802         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
803         note for REG1.
804
805 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
806
807         * cpphash.c (struct arg, struct arglist): Const-ify strings.
808         (warn_trad_stringify, duplicate_arg_p): New helper functions.
809         (collect_expansion): Rewrite to scan over a token list.
810         Remove -traditional support.
811         (collect_formal_parameters): Rename to collect_params; rewrite
812         to scan over a token list.
813         (_cpp_create_definition): Adjust to scan a token list.
814         (_cpp_macroexpand): Remove -traditional support.
815         (_cpp_compare_defs): Whitespace is now canonicalized.
816         (comp_def_part): Delete function.
817
818         * cpphash.h: Update prototypes.
819         * cpplex.c (init_token_list): Don't set lineno if there is no
820         buffer.
821         (pedantic_whitespace): New function.
822         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
823         consume a newline.  Use pedantic_whitespace.
824         (_cpp_lex_token): Remove support for -traditional macros.
825         (_cpp_get_define_token): Delete.
826         (_cpp_get_directive_token): Do the real work here.  Use
827         pedantic_whitespace.
828         (_cpp_init_input_buffer): Initialize pfile->directbuf.
829
830         * cpplib.c (get_macro_name): Delete.
831         (do_define): Read the entire line into pfile->directbuf, then
832         feed the token list to _cpp_create_definition.
833         * cpplib.h (HSPACE_BEFORE): new define.
834         (struct cpp_reader): Add a toklist member, "directbuf".
835
836         * predict.c (estimate_probability): New heuristic: if a jump
837         branches around a block with no successors, predict it taken.
838         Disentangle control flow.
839
840 2000-04-20  Richard Henderson  <rth@cygnus.com>
841
842         * loop.c (emit_iv_add_mult): Revert last change.
843
844 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
845
846         * cpplib.h (enum cpp_ttype): Add token types for all
847         punctuators.  Distinguish pp-numbers from valid C numbers.
848         Give some tokens better names.  Initialize from macro.    
849         (struct cpp_name, cpp_token, cpp_toklist): New data   
850         structures.
851         Update prototypes.
852         * cpplex.c (bump_column, expand_name_space,
853         expand_token_space, init_token_list, cpp_output_list,
854         _cpp_scan_line):  New functions.
855         (output_line_command): Add third argument, new line number.
856         * cpphash.h: Update prototypes.
857         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
858         token names.
859
860 2000-04-20  Richard Henderson  <rth@cygnus.com>
861
862         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
863
864 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
865
866         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
867         object pointed to.
868
869 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
870
871         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
872         REG_EQUAL note explaining the calculated value.
873
874         * calls.c (expand_call): Avoid unnecesary precalculation
875         and outgoing parameters space guarding for sibling calls.
876         (store_one_arg): Likewise.
877
878 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
879
880         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
881         (rest_of_compilation): Write sibling dump file and account
882         for time as jump time.
883         * invoke.texi: Update documentation on dump flags.
884
885 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
886
887         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
888
889 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
890
891         * cpphash.c (special_symbol): Represent an empty macro with
892         "\r \r " not just "\r ".
893         (_cpp_macroexpand): Correct condition for the foo ( ) special
894         case.
895         (unsafe_chars): Handle EOF as second argument.
896         (push_macro_expansion): Simplify test for removing escape at
897         end.  Do not trim both escapes if there is no text in between.
898
899 2000-04-19  Jim Blandy  <jimb@redhat.com>
900
901         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
902         of PTR_SIZE, when appropriate.
903
904 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
905
906         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
907         (USE_ENUM_BITFIELDS): Fix typo.
908
909 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
910
911         * stor-layout.c (place_field): Set rli->offset_align properly.
912
913 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
914
915         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
916         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
917         PARM_BOUNDARY): Remove unnecessary casts.
918
919 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
920
921         * calls.c (precompute_arguments): Remove must_preallocate and
922         args_size calls.
923         (expand_call): Update call of precompute_arguments.
924
925         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
926         check_insn_for_givs): Break out from ...
927         (strength_reduce) ... here; use for_every_insn_in_loop to call
928         check_insn_for_givs.
929         * loop.h (for_every_insn_in_loop): Declare.
930         (loop_insn_callback): New type.
931
932 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
933
934         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
935         not nul-terminated.
936
937 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
938
939         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
940         flag_pic and RELOC.
941
942 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
943
944         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
945
946         * configure.in: Delete --disable-cpplib option and all
947         references to cpp_main.
948         * configure: Regenerate.
949         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
950         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
951         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
952         cpp$(exeext).  Add --no-headers to makeinfo command line when
953         generating INSTALL.  Install and uninstall cpp.1 manpage, not
954         cccp.1.
955         * install.texi: Delete all references to cexp.y/cexp.c.
956         Delete ancient instructions for compiling GCC on 3b1.
957         * INSTALL: Regenerate.
958
959         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
960         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
961         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
962         cexp.c/cexp.y.
963         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
964         which is no longer tested anywhere.
965         
966         * cppinit.c (handle_option): Don't run error message through
967         gettext twice.
968
969 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
970
971         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
972         * cpperror.c (hashtab.h): Now include.
973         * cppexp.c (hashtab.h): Likewise.
974         * cpplex.c (hashtab.h): Likewise.
975         * cppfiles.c (hashtab.h): Likewise.
976         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
977         to htab_find_slot_with_hash.
978         * cpphash.c (hashtab.h): Now include.
979         (_cpp_lookup_slot): INSERT is now enum insert_option.
980         * cpphash.h (_cpp_lookup_slot): Likewise.
981         * cppinit.c (hashtab.h): Include earlier.
982         (initialize_builtins): Pass enum to htab_find_slot.
983         * cpplib.c (hashtab.h): Now include.
984         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
985         (do_pragma_poison, do_assert): Likewise.
986         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
987         htab_find_slot_with_hash.
988         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
989         * tree.c (type_hash_add): Likewise.
990         (build1): Minor cleanup.
991
992         * ggc-common.c: Add missing blanks.
993         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
994         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
995
996         * stmt.c (mark_case_node): New function.
997         (mark_case_nesting): Call it.
998
999         * expmed.c (emit_store_flag): If comparing two-word integer
1000         with zero, can optimize NE, EQ, GE, and LT.
1001
1002         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
1003         * conflict.c: Minor cleanups.
1004         * optabs.c: Add blank line
1005         * simplify-rtx.c: Minor cleanups.
1006
1007 2000-04-18  Stan Cox  <scox@cygnus.com>
1008
1009         * gengenrtl.c (genlegend): Fix misspelling.
1010
1011 2000-04-18  Robert Lipe  <robertlipe@usa.net>
1012
1013         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
1014         bitfields of the host compiler are not signed quantities.
1015         * config.in: Regenerate.
1016         * configure: Regenerate.
1017         * system.h (USE_ENUM_BITFIELDS): Added.
1018         (ENUM_BITFIELDS): Added.
1019         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
1020         (SHORT_ENUM_BUG): Deleted.
1021         * tree.h (tree_common): Members `code', `mode', `built_in_class', 
1022         now ENUM_BITFIELD.
1023         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
1024         (CODE_FIELD_BUG): Likewise.
1025         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
1026         (OLD_CC): Likewise.
1027         * config/m68k/x-ccur (X_CFLAGS): Likewise.
1028
1029 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
1030
1031         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
1032         mark is active.
1033
1034 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
1035
1036         * cppexp.c (lex): Don't assume tokens are NUL terminated.
1037         * cpplib.c (do_include, do_import, do_include_next,
1038         read_line_number, detect_if_not_defined): Likewise.
1039         * cpphash.c (collect_expansion): Likewise.
1040         (special_symbol, _cpp_macroexpand): Check return from
1041         cpp_file_buffer.
1042         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
1043         macros.  Delete all uses.
1044
1045         * gcc.dg/cpp-mi.c: Add two more test cases.
1046         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
1047
1048 2000-04-17  Richard Henderson  <rth@cygnus.com>
1049
1050         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
1051         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
1052
1053 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
1054
1055         * function.c (expand_function_start): Use hard_function_value to
1056         compute the RTL to use for DECL_RESULT.
1057
1058 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1059
1060         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
1061         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
1062          x86_memory_mismatch_stall): New global variables.
1063         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
1064         alloved; fix load penalties for Athlon.
1065         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
1066         x86_memory_mismatch_stall): Declare.
1067         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
1068          TARGET_MEMORY_MISMATCH_STALL): New.
1069         * i386.md (athlon scheduling parameters): Fix latencies according to
1070         Athlon Optimization Manual.
1071         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
1072         vector.
1073         (fsqrt instruction patterns): Set athlon_decode to direct.
1074         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
1075         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
1076         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
1077         and TARGET_PARTIAL_REGISTER_STALL machines.
1078         (pushdf_nointeger): New pattern.
1079         (pushdf_integer): Rename from pushdf.
1080         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
1081         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
1082
1083 2000-04-17  Richard Henderson  <rth@cygnus.com>
1084
1085         * loop.c (canonicalize_condition): Add WANT_REG argument.
1086         Stop the search if we match it.
1087         * expr.h (canonicalize_condition): Update decl.
1088         * predict.c (expected_value_to_br_prob): Use it.  Track last
1089         expected value note.
1090         (find_expected_value): Remove.
1091
1092         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
1093
1094 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
1095
1096         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
1097         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
1098         a plain file.
1099         * configure.in: Call AC_FUNC_MMAP_FILE.
1100         * configure: Regenerate.
1101         * config.in: Regenerate.
1102
1103         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
1104         * fixinc/fixincl.c: Likewise.
1105
1106 2000-04-17  Richard Henderson  <rth@cygnus.com>
1107
1108         * builtins.c (expand_builtin_expect): New.
1109         (expand_builtin): Call it.
1110         * builtins.def (BUILT_IN_EXPECT): New.
1111         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
1112         * extend.texi: Document it.
1113
1114         * predict.c (expected_value_to_br_prob): New.
1115         (find_expected_value): New.
1116         * basic-block.h (expected_value_to_br_prob): Declare.
1117         * toplev.c (rest_of_compilation): Invoke it.
1118
1119         * rtl.h (NOTE_EXPECTED_VALUE): New.
1120         (NOTE_INSN_EXPECTED_VALUE): New.
1121         * rtl.c (note_insn_name): Update.
1122         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
1123         cases; handle NOTE_INSN_EXPECTED_VALUE.
1124
1125 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
1126
1127         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
1128         leaf sibcall delay slot if flag_pic.
1129         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
1130
1131 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1132
1133         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
1134
1135         * fixproto: If fix-header fails, exit with an error.
1136
1137 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1138
1139         * cse.c (struct check_depdendence_data): New.
1140         (check_dependence): New function.
1141         (invalidate): Use check_depdenence.
1142
1143 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
1144
1145         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
1146         UNITS_PER_WORD is unsigned.
1147
1148         * tree.h (struct tree_common): Remove misleading comment.
1149
1150 2000-04-16  Dave Pitts  <dpitts@cozx.com>
1151
1152         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
1153         message in quotes. Otherwise, IBM's make program treats the '#' as the
1154         start of a comment and ignores the remainder of the line.
1155
1156         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
1157         upper case.
1158         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
1159         * cexp.y (initialize_random_junk): Likewise.
1160         * cppfiles.c (find_include_file): Cast alloca return value.
1161         * cppinit.c (initialize_standard_includes): Likewise.
1162         * cpplib.c (cpp_define, cpp_undef): Likewise.
1163         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
1164         * final.c (output_asm_insn): Allow for holes in EBCDIC.
1165         * fold-const.c (CHARMASK): New.
1166         (real_hex_to_f): Use it.
1167         * real.c (CHARMASK): New.
1168         (etoasc, asctoeg): Use it.
1169         (asctoeg): EBCDIC lower case characters preceed upper case.
1170
1171         * i370.c (mvs_add_label): Change spacing for coding conventions.
1172         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
1173         outputing case vectors.
1174         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
1175         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
1176         since vector in in the data CSECT.
1177         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
1178         * i370.md (Many patterns): Put the length in the XL directives.
1179         (movdi): Put back STM and MVC in definition.
1180         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
1181         pattern using the TCA.
1182         * oe.h (CPP_SPEC): Added to allow trigraphs.
1183         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
1184         not support the "long long" type.
1185
1186 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
1187
1188         * config/mips/mips-protos.h (mips_legitimate_address_p): New
1189         function.
1190         (mips_reg_mode_ok_for_base_p): Likewise.
1191         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
1192         (REG_OK_FOR_INDEX_P): Define unconditionally.
1193         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
1194         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
1195         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
1196         that GET_MODE_SIZE is unsigned.
1197         (mips_reg_mode_ok_for_base_p): Define.
1198         (mips_legitimate_address_p): Likewise.  Adjust now
1199         that GET_MODE_SIZE is unsigned.
1200         (block_move_loop): Make the number of bytes unsigned.
1201         (expand_block_move): Likewise.
1202         (function_arg): Make the loop counter unsigned to match the
1203         boundary condition.
1204
1205 2000-04-16  Richard Henderson  <rth@cygnus.com>
1206
1207         * rtl.h (enum insn_note): New enumeration.  Subsume
1208         NOTE_INSN_DELETED and friends.
1209         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
1210         * rtl.c (note_insn_name): Tweak string order.
1211
1212 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
1213
1214         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
1215         to offset * 2.
1216
1217         * cpplex.c (output_line_command): Remove debugging prints.
1218         (cpp_output_tokens): Don't write out a zero-length buffer or
1219         try to see if it has a newline in it.
1220         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
1221         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
1222         the end of the loop.  Use memmove.  Don't read past the end of
1223         the buffer.  Remove trailing newlines from error messages.
1224
1225 2004-04-16  Neil Booth  <NeilB@earthling.net>
1226
1227         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
1228         * cpplib.c: Add new syntax flags to directive table, and
1229         supporting macros.
1230
1231 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
1232
1233         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
1234         using ret $N.
1235
1236 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
1237
1238         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
1239         * haifa-sched.c: Update -fsched-verbose comments to use "=".
1240
1241 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1242
1243         * Makefile.in (ggc-page.o): Now includes toplev.h.
1244         * ggc-page.c (toplev.h): Now included.
1245         (gc_time): Remove declaration.
1246         (ggc_collect): TIME now long.
1247         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
1248         others static.
1249         * toplev.h (gc_time, parse_time, gc_time): New declarations.
1250
1251         * toplev.c: Make *_time variable long to reduce chance of overflow.
1252         (TIMEVAR): Likewise for `otime'.
1253         (print_time): Arg is now long; compute percentage in FP and round.
1254         * toplev.h (print_time): Arg is long.
1255
1256         * tree.c: Minor whitespace changes.
1257
1258         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
1259         * configure: Rebuilt.
1260         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
1261         (__fixunsxfDI): Renamed from __fixunsxfdi.
1262         (__fixunsdfDI): Renamed from __fixunsdfdi.
1263         (__fixunssfDI): Renamed from __fixunssfdi.
1264         (__floatdisf): Use proper type in REP_BIT macro.
1265         (__fixunsxfSI): Renamed from __fixunsxfsi.
1266         (__fixunsdfSI): Renamed from __fixunsdfsi.
1267         (__fixunssfSI): Renamed from __fixunssfsi.
1268         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
1269         Change location of macros and upper-case some names as above.
1270         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
1271         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
1272
1273         * varasm.c (assemble_variable): Add cast to remove warning.
1274         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
1275
1276         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
1277         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
1278         region number to -1.
1279
1280 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
1281
1282         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
1283         call unshare_all_rtl.
1284
1285         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
1286
1287 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
1288
1289         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
1290         Use .s1 not .s0 for all FP instructions.
1291
1292 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
1293
1294         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
1295         interfaces.
1296         (safe_fwrite, output_line_command): New static functions.
1297         (cpp_expand_to_buffer): Now private to cpplib.
1298         (cpp_scan_buffer): Take a printer.
1299
1300         * cpphash.h: Update prototypes.
1301         * cpplib.h: Update prototypes.
1302         (cpp_printer): New.
1303         (cpp_buffer): Remove last_nominal_fname.
1304         (cpp_reader): Remove lineno.
1305
1306         * cppmain.c: Use a cpp_printer.
1307         * fix-header.c: No need to inhibit line commands.  Call
1308         cpp_start_read with no printer.
1309
1310         * cpperror.c (cpp_notice_from_errno): Provide default name.
1311         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
1312         (find_include_file, cpp_read_file): Use make_IHASH.
1313         (file_cleanup): Set control_macro and clear
1314         input_stack_listing_current here.
1315         (_cpp_execute_include): Don't output entering-file marker.
1316         * cpphash.c (special_symbol): Look for the line number in the
1317         buffer, not the reader.
1318         (_cpp_macroexpand): No need to disable line commands.
1319         (_cpp_dump_definition): No need to generate line commands.
1320         (dump_hash_helper): Remove excess newline from output.
1321         * cppinit.c (dump_special_to_buffer): No need to generate line
1322         commands.
1323         (cpp_printer_init): New.
1324         (cpp_start_read): Take a printer, and start it up if it's not
1325         NULL.  No need to generate line commands.
1326         (cpp_finish): Expect no buffers stacked at all.  Take a
1327         printer argument, and flush the output buffer if it's not
1328         NULL.
1329         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
1330         Don't put two hashes at the beginning of an assertion.
1331         (cpp_get_token): Don't increment pfile->lineno or emit line
1332         commands here.  Return EOF if there's no buffer when we get
1333         EOF.
1334         * cpplib.c (do_define, skip_if_group): 
1335         No need to disable line commands.
1336         (_cpp_output_line_command): Delete function.
1337         (do_line): Don't emit line commands here, but set things up so
1338         they will be emitted if necessary.  Use _cpp_fake_ihash to
1339         make unique nominal_fnames if necessary.
1340         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
1341         with 0 for column, not -1.
1342         (_cpp_handle_eof): Don't set the control macro here.  Don't
1343         clear input_stack_listing_current here.  Don't emit line
1344         commands.
1345
1346 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
1347
1348         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
1349         always, use the default SVR4 start address.
1350
1351         * config/rs6000/linux.h (LINK_SPEC): Don't define.
1352         (LINK_SHLIB_SPEC): Define.
1353         (LINK_START_DEFAULT_SPEC): Define.
1354         (LINK_OS_DEFAULT_SPEC): Define.
1355
1356         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
1357
1358         * config/rs6000/eabi.asm (__eabi): Call __init rather than 
1359         __do_global_ctors to handle constructors.
1360         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
1361         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
1362         (STARTFILE_MVME_SPEC): Likewise.
1363         (STARTFILE_SIM_SPEC): Likewise.
1364         (ENDFILE_ADS_SPEC): Use crtend.
1365         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
1366         (ENDFILE_MVME_SPEC): Likewise.
1367         (ENDFILE_SIM_SPEC): Likewise.
1368         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
1369         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
1370         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
1371         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
1372         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
1373         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
1374         (CRTSTUFF_T_CFLAGS_S): Define.
1375         * config/rs6000/eabi-ctors.c: Delete.
1376         
1377         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
1378         boundary.
1379         (__fini): Likewise.
1380         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
1381         boundary.
1382         (__fini): Likewise.
1383
1384 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
1385
1386         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
1387         plus mask size is smaller or equal to the mode size.
1388
1389 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1390
1391         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
1392         not yet set.
1393
1394         * expr.c (reload.h): Now included.
1395         (emit_block_move): Set volatile_ok when checking for movstr.
1396         (emit_move_1): Check for replacements in addresses in multi-word case.
1397         * Makefile.in (expr.o): Now includes reload.h.
1398
1399         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
1400         Never have a LIBCALL end a basic block.
1401         (find_basic_blocks_1): Likewise.
1402         Reorganize CALL_INSN cases.
1403
1404         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
1405
1406 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
1407
1408         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
1409         completers from mov.ret instruction.
1410
1411 2000-04-14  Richard Henderson  <rth@cygnus.com>
1412
1413         * fold-const.c (extract_muldiv): Don't distribute and widen
1414         multiply across plus for non-sizetype unsigned types.
1415
1416 2000-04-14  Richard Henderson  <rth@cygnus.com>
1417
1418         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
1419         If the original source is dead in the incr insn, it's dead now.
1420
1421 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1422
1423         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
1424         see if DECL_BIT_FIELD needs to still be set.
1425
1426         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
1427
1428         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
1429         print_int_cst_octal with something that's not an INTEGER_CST.
1430
1431         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
1432         and not a SUBREG to a FLOAT rtl.
1433
1434 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
1435
1436         * emit-rtl.c (try_split): Avoid infinite loop if the split
1437         results in a sequence that contains the original insn.
1438
1439 2000-04-13  Andreas Jaeger  <aj@suse.de>
1440
1441         * config/mips/mips.c (expand_block_move): Pass alignment
1442         argument to move_by_pieces in bits, not bytes.
1443
1444         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
1445         __pic__ for little endian.
1446
1447 2000-04-13  Andreas Jaeger  <aj@suse.de>
1448
1449         * config/i386/i386-protos.h: Add prototype for
1450         uno_comparison_operator.
1451
1452 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1453
1454         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
1455         * calls.c (ECF_PURE): New flag.
1456         (emit_call_1): Handle ECF_PURE calls.
1457         (initialize_argument_information): Unset ECF_PURE flag too.
1458         (precompute_arguments): Precompute for ECF_PURE too.
1459         (expand_call): Handle ECF_PURE calls too.
1460         (emit_library_call_value_1): Rename no_queue argument to fn_type,
1461         accept value of 2 as pure function.
1462         (emit_library_call_value, emit_library_call): Rename no_queue argument
1463         to fn_type.
1464         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
1465
1466         * tree.h (DECL_IS_PURE): New macro.
1467         (struct tree_decl): Add pure_flag.
1468         * c-common.c (enum attrs): Add attribute "pure".
1469         (init_attributes): Initialize attribute "pure"
1470         (decl_attributes): Handle attribute "pure".
1471         * extend.texi (Attribute "pure"): Document.
1472         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
1473         in pure function.
1474         (flags_from_decl_or_type): Support attribute "pure".
1475
1476 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
1477
1478         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
1479         the token except for numbers and identifiers.
1480
1481 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
1482
1483         * i386.c (ix86_expand_binary_operator,
1484         ix86_expand_unary_operator): Check no_new_pseudos
1485         instead of reload_in_progress and reload_completed.
1486         (ix86_split_ashldi, ix86_split_ashrdi,
1487         ix86_split_lshrdi): Check no_new_pseudos instead
1488         of reload_completed.
1489
1490 2000-04-12  Jeffrey A Law  (law@cygnus.com)
1491
1492         * function.c (purge_addressof): Unshare any shared rtl created by
1493         purge_addressof and its children.
1494
1495 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
1496
1497         * function.c (aggregate_value_p): VOID_TYPE nodes are never
1498         aggregates.
1499
1500 2000-04-05  Andreas Jaeger  <aj@suse.de>
1501
1502         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
1503         not compiling PIC code, add flags for mabi=64.
1504         (SUBTARGET_CPP_SIZE_SPEC): New.
1505         (SUBTARGET_CPP_SPEC): New.
1506         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
1507         for MIPS/Linux and lots of code needs these defines.
1508
1509 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
1510
1511         * reorg.c (fill_slots_from_thread): Check side_effects_p when
1512         trying the "opposite arithmetic" approach.
1513
1514 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1515
1516         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
1517         (struct sh_args): Add new field force_mem.
1518         (INIT_CUMULATIVE_ARGS): Initialize it.
1519         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
1520
1521 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1522
1523         * calls.c (expand_call): Do not reverse args in "equal from" field.
1524         (emit_library_call_value_1): Emit_libcall_block for const and pure
1525         function.
1526
1527 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1528
1529         * reload1.c (reload_combine): Don't enable optimization for fixed
1530         registers when encountering a BARRIER.
1531
1532 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1533
1534         * builtins.c (expand_builtin_memcmp): Do expansion even with
1535         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
1536
1537         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
1538         stack is propertly aligned; add sanity checking for aligned
1539         stack pointer.
1540         (expand_library_call_value_1): Add sanity checking for aligned
1541         stack pointer.
1542
1543 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
1544  
1545         * calls.c (emit_library_call_value_1): Change 3rd arg to
1546         locate_and_pad_parm to disregard the setting of partial.
1547
1548 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1549
1550         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
1551
1552         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
1553         CALL_INSN from the normal case.
1554
1555 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1556
1557         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
1558         New global variables.
1559         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
1560         adjustment.
1561         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
1562         Declare,
1563         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
1564          TARGET_ADD_ESP_8): New macros.
1565         * i386.md: Add peep2s to convert esp adjustments to push and pop
1566         instructions.
1567         (pushsi_prologue, popsi_epilogue): New patterns.
1568
1569 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
1570
1571         * real.c (toe64): Remove stale #endif from the last change.
1572
1573 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
1574
1575         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
1576         * real.c (toe64): Revert previous change.
1577
1578 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
1579
1580         * objc/objc-act.c: Include ggc.h.
1581         (objc_tree_index, objc_global_trees): Convert most of the
1582         static tree variables into a static array with previous names
1583         as defines.
1584         (objc_ellipsis_node): New variable.
1585         (lang_init): Call objc_act_parse_init and c_parse_init.
1586         Create objc_ellipsis_node.
1587         (build_selector_translation_table): Use objc_ellipsis_node instead
1588         of (tree)1.
1589         (hack_method_prototype): Likewise.
1590         (get_arg_type_list): Likewise.
1591         (start_method_def): Likewise.
1592         (continue_method_def): Likewise.
1593         (gen_method_decl): Likewise.
1594         (ggc_mark_imp_list): New function.
1595         (ggc_mark_hash_table): New function.
1596         (objc_act_parse_init): New function.
1597         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
1598         * c-parse.in (c_parse_init): For objc add roots of objc specific
1599         local tree variables.
1600         * objc/objc-parse.y: Rebuilt.
1601         * objc/objc-parse.c: Rebuilt.
1602         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
1603
1604 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
1605
1606         * cse.c (delete_trivially_dead_insns): Also delete insns
1607         that copy a register to itself where the destination is
1608         a strict_low_part.
1609
1610 2000-04-11  Richard Henderson  <rth@cygnus.com>
1611
1612         * flow.c (struct propagate_block_info): Add new_dead, new_live.
1613         (propagate_block): Initialize them.  Use them in parallel instead
1614         of one tmp variable, ie revert much of the 0408 and 0407 functional
1615         changes, but keep the structural changes.
1616         (mark_set_regs): Take new_dead from propagate_block_info instead.
1617         (mark_set_1, mark_set_reg): Likewise.
1618         (mark_used_regs): Likewise with new_live.
1619         (mark_used_reg): Likewise.  Revert 0408 change.
1620
1621 2000-04-11  Nick Clifton  <nickc@cygnus.com>
1622
1623         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
1624         restriction.
1625         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
1626
1627 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1628
1629         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
1630         const section to output a CONSTRUCTOR based on the same conditions
1631         used for VAR_DECLs.
1632
1633 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
1634
1635         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
1636         * pa/pa-protos.h (output_call): Add additional argument indicating
1637         if the call is a sibling/tail call.
1638         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
1639         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
1640         (function_arg, function_arg_partial_nregs): Likewise
1641         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
1642         (emit_move_sequence): Zero extend certain constants as needed
1643         for TARGET_64BIT.
1644         (compute_zdepdi_operands, output_64bit_and): New functions.
1645         (output_64bit_ior, function_arg): Likewise.
1646         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
1647         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
1648         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
1649         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
1650         (output_bvb): Likewise.
1651         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
1652         (output_call): New argument 'sibcall'.  Generate sibcall sequences
1653         as needed.
1654         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
1655         (ouput_arg_descriptor): Do not emit argument descriptors for
1656         TARGET_64BIT.
1657         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
1658         defined.
1659         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
1660         (FUNCTION_OK_FOR_SIBALL): Define.
1661         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
1662         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
1663         (CPP_SPEC): Use new spec infrastructure.
1664         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
1665         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
1666         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
1667         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
1668         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
1669         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
1670         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
1671         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
1672         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
1673         (FUNCTION_ARG); Call out to C code.
1674         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
1675         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
1676         (MIN_UNITS_PER_WORD): Likewise.
1677         * pa/pa.md (cmpdi): New expander.
1678         (scc patterns, movstrsi): Not available for TARGET_64BIT.
1679         (64bit conditional arithmetic): New patterns.
1680         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
1681         (movsicc): Not available if modes on all the operands to not match.     
1682         (movdicc): New expander and associated patterns.
1683         (64bit branches): New patterns.
1684         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
1685         (pre_ldd, post_std): New patterns.
1686         (64bit addil, load low part): New patterns.
1687         (special movsf constant): Not available for TARGET_64BIT.
1688         (movsf, movdf expanders): Force constants into memory.
1689         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
1690         (64bit movdf/movdi patterns): New patterns.
1691         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
1692         for TARGET_64BIT.
1693         (extendqidi2, extendhidi2, extendsidi2): Similarly.
1694         (adddi3 expander): Allow "arith_operand" for second input.
1695         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
1696         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
1697         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
1698         (muldi3): New expander for TARGET_64BIT.
1699         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
1700         for TARGET_64BIT.
1701         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
1702         patterns for TARGET_64BIT.
1703         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
1704         patterns for TARGET_64BIT.
1705         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
1706         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
1707         (sibcall_epilogue): New expander.
1708         (casesi): Tweak for TARGET_64BIT.
1709         (call expanders): Set & use the outgoing argument pointer.  Use the
1710         64bit call patterns as needed. Add additional arg to output_call.
1711         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
1712         (sibcall, sibcall_internal_symref): New expanders.
1713         (sibcall_value, sibcall_value_internal_symref
1714         (interspace_jump): Turn into an expander + matching patterns.
1715         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
1716         * pa/pa64-regs.h: Eliminate trigraph sequences.
1717         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
1718
1719 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
1720
1721         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
1722         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
1723         cpp_token with cpp_ttype everywhere.
1724         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
1725         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
1726         CPP_BUF_COL.  Line and column numbers are unsigned int, not
1727         long.
1728         * cpplex.c (cpp_buf_line_and_col): Delete.
1729         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
1730         'long lineno' to 'unsigned int lineno'.
1731         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
1732
1733 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
1734
1735         * extend.texi: ISO C99 is not a draft anymore.
1736         * invoke.texi: ISO C++ is not a draft anymore.
1737         * cpp.texi: __cplusplus is required by the ISO standard.
1738
1739         * extend.texi (-fthis-is-variable): Undocument.
1740         * flags.h (warn_template_debugging): Remove declaration.
1741         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
1742         -Wenum-clash, -Wtemplate-debugging): Undocument.
1743
1744 2000-04-10  Nick Clifton  <nickc@cygnus.com>
1745
1746         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
1747         integer.
1748         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
1749         integer.
1750         (ARM_SIGN_EXTEND): Use HOST_UINT.
1751         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
1752         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
1753         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
1754         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
1755
1756         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
1757         (arm_gen_constant): Use HOST_UINT.
1758         (arm_canonicalize_constant): Use HOST_UINT.
1759         (arm_reload_in_hi): Use HOST_UINT.
1760         (arm_reload_out_hi): Use HOST_UINT.
1761         (output_multi_immediate): Use HOST_UINT.
1762         (int_log2): Use HOST_UINT.
1763         (arm_poke_function_name): Use HOST_UINT.
1764         (arm_output_epilogue): Use arm_volatile_func().
1765         (output_thumb_prologue): Use arm_strip_name_encoding().
1766         
1767 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1768
1769         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
1770         of sequence point problems.
1771
1772 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
1773
1774         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
1775         Recomment.
1776         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
1777
1778 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1779
1780         * sbitmap.h: Whitespace changes and use upper-case macro args.
1781         (struct simple_bitmap_def): All sizes now unsigned.
1782         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
1783         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
1784         (sbitmap_vector_alloc): Parms and local vars now unsigned.
1785         (sbitmap_zero): Cast bzero arg to PTR.
1786         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
1787         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
1788         loop to make structure clearer.
1789         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
1790         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
1791         (sbitmap_a_and_b_or_c): Likewise.
1792         (sbitmap_intersection_of_succs): Minor cleanups.
1793         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
1794         (sbitmap_union_of_preds): Likewise.
1795         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
1796         (debug_sbitmap): New function.
1797         
1798         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
1799         * c-typeck.c (convert_for_assignment): Likewise.
1800
1801         * expmed.c (init_expmed): Don't free objects we make.
1802         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
1803
1804         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
1805         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
1806
1807         * gcse.c (expr_hash_table_size): Now unsigned.
1808         (compute_ae_gen): Local variable `i' now unsigned.
1809         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
1810         (compute_transout, hoist_code): Likewise.
1811         (compute_local_properties): Likewise, also hash_table_size.
1812         (alloc_expr_hash_table): N_INSNS now unsigned.
1813         (delete_null_pointer_checks): Mark arg F as unused.
1814
1815         * regrename.c: Minor cleanups, including chang some variables
1816         to unsigned int.
1817
1818 2000-04-10  Neil Booth  <NeilB@earthling.net>
1819
1820         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
1821         than GETC ().
1822         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
1823
1824 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
1825
1826         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
1827         __classof__, and __headof__ from the list of gnu keywords.
1828         (-ansi): Remove -foperator-names from list of implied options. 
1829         Do not call it ANSI C++.
1830         (-foperator-names): Document as -fno-operator-names.
1831
1832 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
1833
1834         * cpphash.c (timestamp): Delete.
1835         (del_HASHNODE): If type is T_MCONST, free value.cpval.
1836         (special_symbol): Remove unnecessary braces.  Remove
1837         T_VERSION.  Treat T_STDC like T_CONST unless
1838         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
1839         when one is encountered, then convert them into T_MCONST
1840         nodes.
1841         * cppinit.c (builtin_array): version_string is T_MCONST.
1842         __STDC__ has a "1" in its cpval.  Don't have a terminator
1843         entry.  Clean up which entries are dumped.
1844         (initialize_builtins): Only __STDC__ gets the special
1845         -traditional treatment.  Count the length of builtin_array.
1846         Render version_string here.
1847         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
1848         * cpplib.h (struct cpp_reader): Remove timebuf. 
1849
1850 2000-04-09  Richard Henderson  <rth@cygnus.com>
1851
1852         * genrecog.c (pred): Update comparison_operator for the unordered
1853         operators.
1854
1855         * config/i386/i386.c (no_comparison_operator): Disallow unordered
1856         operators.
1857         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
1858         (uno_comparison_operator): New.
1859         (put_condition_code): Handle UNORDERED/ORDERED.
1860         (unsigned_comparison): Likewise.
1861         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
1862         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
1863         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
1864         update all callers.  Handle all 8 unordered operators.
1865         (ix86_expand_setcc): Lose the unordered argument, update all callers.
1866         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
1867         * config/i386/i386.h (PREDICATE_CODES): Update.
1868         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
1869         (ix86_expand_branch, ix86_expand_setcc): Update.
1870         * config/i386/i386.md (sunordered, sordered): New.
1871         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
1872         (bunordered, bordered): New.
1873         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
1874         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
1875         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
1876
1877 2000-04-09  Philip Blundell  <philb@gnu.org>
1878
1879         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
1880         
1881 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
1882
1883         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
1884         fix_truncxfhi2): New patterns.
1885         * i386.c (output_fix_trunc): Handle converting to HImode.
1886
1887 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
1888
1889         * ssa.c (convert_to_ssa): Eliminate dead code when calling
1890         life_analysis.  
1891         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
1892         (for_each_successor_phi): Change parameter to basic_block.
1893         (coalesce_regs_in_successor_phi_nodes): Likewise.
1894         (coalesce_regs_in_copies): Likewise.
1895         (compute_coalesced_reg_partition): Use basic_block instead of index.
1896         * rtl.h (convert_to_ssa): Delete.
1897         (convert_from_ssa): Likewise.
1898         (successor_phi_fn): Likewise.
1899         (for_each_successor_phi): Likewise.
1900         (in_ssa_form): Likewise.
1901         * basic-block.h (convert_to_ssa): Moved from rtl.h.
1902         (convert_from_ssa): Likewise.
1903         (successor_phi_fn): Likewise.
1904         (in_ssa_form): Likewise.
1905         (for_each_successor_phi): Likewise.  Change parameter to basic_block. 
1906         * flow.c (calculate_global_regs_live): Pass a basic_block to
1907         for_each_successor_phi.
1908
1909 2000-04-08  Richard Henderson  <rth@cygnus.com>
1910
1911         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
1912         was modified in the current insn.
1913
1914 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
1915
1916         * arm/thumb.md: Delete.
1917         * arm/thumb-protos.h: Delete.
1918
1919 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
1920
1921         Merge changes from merged-arm-thumb-backend-branch onto trunk.
1922
1923         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
1924
1925         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
1926         into branch.
1927
1928         * arm.md (nop): Use the standard RTL expression.  Don't code as a
1929         define_expand.
1930         (*arm_nop, *thumb_nop): Delete.
1931
1932         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
1933         constants.  Use casts instead.
1934         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
1935         output_multi_immediate, arm_poke_function_name): Likewise.
1936         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
1937         MASK_RETURN_ADDDR): Likewise.
1938
1939         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
1940
1941         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325 
1942         into branch.
1943         
1944         * arm.md (eh_epilogue): New function.
1945         * arm.h (struct machine_function): Move to here ...
1946         * arm.c: ... from here.
1947         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
1948         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
1949         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
1950
1951         2000-03-30  Nick Clifton  <nickc@cygnus.com>
1952
1953         * config/arm/semi.h (ASM_SPEC): Restore definition.
1954         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
1955
1956         * config/arm/elf.h (ASM_SPEC): Restore definition.
1957         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
1958
1959         * config/arm/arm.h (ASM_SPEC): Remove definition.
1960         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
1961
1962         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
1963
1964         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
1965
1966         2000-03-24  Nick Clifton  <nickc@cygnus.com>
1967
1968         Various formating tidyups, elimination of compile time
1969         warnings and synchronisation with internal sources:
1970         
1971         * config/arm/arm-protos.h (assemble_align): Add prototype.
1972         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
1973         (gen_comapre_reg): Rename to arm_gen_compare_reg.
1974         (arm_return_addr_rtx): Rename to arm_return_addr.
1975
1976         * config/arm/arm.c: Include except.h.
1977         Define shorter typenames for strict minipool_node and struct
1978         minipool_fix.
1979         (arm_return_in_memory): For WinCE return all structures <= 32 bits
1980         in memory.
1981         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
1982         (gen_comapre_reg): Rename to arm_gen_compare_reg.
1983
1984         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
1985         already defined.
1986         (ASM_SPEC): Define if not already defined.
1987         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
1988
1989         * config/arm/arm.md: Rename references to gen_rotated_half_load to
1990         arm_gen_rotated_half_load, and references to gen_comapre_reg to
1991         arm_gen_compare_reg.
1992         (indirect_jump):  Only accept register operands.
1993         (load_indirect_jump): Keep this pattern since combine can generate
1994         it.
1995
1996         * config/arm/coff.h: Include aout.h.
1997         (MULTILIB_DEFAULTS): Only define if not already defined.
1998
1999         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
2000         into arm.h (so that COFF ports can support thumb based aliases).
2001         (ASM_SPEC): Move definition into arm.h
2002         
2003         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
2004         redundant apcs spec.
2005         (ASM_SPEC): Move definition to arm.h
2006
2007         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
2008
2009         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
2010         for entries in the .bss section
2011
2012         2000-03-23  Nick Clifton  <nickc@cygnus.com>
2013
2014         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
2015         to thumb_far_jump_used_p.
2016
2017         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
2018         single integer parameter.
2019
2020         * config/arm/arm.c (struct machine_function): Add two new
2021         fields, 'far_jump_used' and 'arg_pointer_live'.
2022         (thumb_far_jump_used_p): Once the decision has been made that
2023         far jumps might be used, always return true.
2024         If being called from the initial elimination offset macro then
2025         do not bother to perform the test if the arg pointer is not
2026         being used.
2027         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
2028         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
2029
2030         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
2031
2032         * arm.c (output_return_instruction): Handle more cases where we can
2033         return from a function with an ldr instruction.
2034         (arm_output_epilogue): Likewise.
2035
2036         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
2037         if we need to push a large stack frame and there are no callee-saved
2038         registers.
2039
2040         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
2041         in ARM code if the frame pointer has been eliminated.
2042
2043         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
2044         unspec_volatile arguments to avoid duplicates.
2045         (consttable_1, consttable_2): Fixes for big-endian mode.
2046
2047         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
2048         as appropriate.
2049
2050         Re-write constant pool code.
2051         * arm.c (minipool_node, minipool_fix): New types.
2052         (minifix): Delete type.
2053         (arm_add_minipool_constant): Delete.
2054         (arm_compute_minipool_offsets, arm_find_barrier, 
2055         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
2056         (get_jump_table_size): Now returns HOST_WIDE_INT.
2057         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
2058         functions.
2059         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
2060         (assign_minipool_offsets, arm_print_value): Likewise.
2061         (dump_minipool): Rewrite.
2062         (arm_barrier_cost): New function.
2063         (create_fix_barrier): New function.
2064         (push_minipool_barrier): New function.
2065         (push_minipool_fix): Record additional information about the fixup 
2066         required.
2067         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
2068         check the mode of what needs fixing.
2069         (arm_reorg): Rewrite.
2070
2071         2000-03-08  Nick Clifton  <nickc@cygnus.com>
2072
2073         * config/arm/arm.md (indirect_jump): Force constant addresses into
2074         a register. 
2075
2076         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
2077
2078         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
2079
2080         2000-02-24  Nick Clifton  <nickc@cygnus.com>
2081
2082         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
2083         adjust is word aligned.
2084         (thumb_expand_epilogue): Make sure that stack adjust is word
2085         aligned.
2086
2087         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
2088         
2089         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
2090
2091         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
2092         pointer relative addresses.
2093
2094         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
2095
2096         * arm.c (find_barrier): Find the last barrier within the allowed 
2097         range.
2098
2099         2000-02-09  Nick Clifton  <nickc@cygnus.com>
2100
2101         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
2102
2103         2000-02-09  Nick Clifton  <nickc@cygnus.com>
2104
2105         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
2106         ARM_FUNCTION_PROFILER. 
2107
2108         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
2109         ARM_FUNCTION_PROFILER. 
2110
2111         * config/arm/linux-oldld.h: Imported from mainline sources.
2112
2113         2000-02-07  Nick Clifton  <nickc@cygnus.com>
2114
2115         * config/arm/lib1funcs.asm: Merge in thumb functions from
2116         lib1thumb.asm.
2117         
2118         * config/arm/lib1thumb.asm: Delete.
2119
2120         2000-02-04  Nick Clifton  <nickc@cygnus.com>
2121
2122         * config/arm/arm.c: Sychronised with current Red hat local
2123         sources. 
2124         * config/arm/arm.h: Ditto.
2125         * config/arm/arm-protos.h: Ditto.
2126
2127         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
2128
2129         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
2130
2131         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
2132         byte stores.
2133
2134         2000-02-02  Nick Clifton  <nickc@cygnus.com>
2135
2136         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
2137
2138         * config/arm/arm.md (epilogue): Fix rtl checking abort because
2139         (return) was emited using an emit_insn() call. 
2140         
2141         2000-01-31  Nick Clifton  <nickc@cygnus.com>
2142
2143         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
2144         thumb stack frame.
2145         (thumb_exit): Move frame pointer back into hard frame pointer
2146         register if backtracing is being used.
2147
2148         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
2149
2150         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113 
2151         into branch.
2152
2153         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
2154
2155         * config/arm/arm.md (neg_pool_offset): Provide default for new
2156         attribute.
2157         (arm_movsi_insn): Add neg_pool_offset attribute.
2158         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
2159         rtx for the insn that starts the scan and an unsigned long for its
2160         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
2161         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
2162         instructions in *PINSERTED.
2163         (struct minipool_fixup): Add MIN_ADDRESS elt.
2164         (sort_fixups): Compute it.
2165         (arm_reorg): Changes to support inserting pools before the insn to be
2166         fixed up.
2167
2168         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
2169
2170         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
2171         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
2172         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
2173
2174         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
2175
2176         * config/arm/semi.h (TARGET_VERSION): Do not define if already
2177         defined.
2178         (TARGET_DEFAULT): Do not define if already defined.
2179
2180         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
2181
2182         * config/arm/arm.md (anddi3): Allow disjoint source operands.
2183         (iordi3): Allow disjoint source operands.
2184         (xordi3): Allow disjoint source operands.
2185         (negdi2): Permit construction for ARM and Thumb.
2186         (arm_negdi2): Renamed version of old negdi2 pattern.
2187         (thumb_negdi2): New pattern: Only permit non-overlapping
2188         source and destination.
2189
2190         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
2191
2192         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
2193         scratch low register so that it will not be deleted.
2194
2195         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
2196
2197         * config/arm/pe.h (ARM_PE): Define.
2198         
2199         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
2200         interfacearm attribute if this is a PE toolchain.
2201         (output_return_instruction): Do not emit anything if the function
2202         has the naked attribute set.
2203         (is_called_in_ARM_mode): If the function has the interfacearm
2204         attribute then return true.
2205         (thumb_expand_prologue): Do not generate a prologue for naked
2206         functions.
2207         (thumb_expand_epilogue): Do not generate an epilogie for a naked
2208         function.
2209         (output_thumb_prologue): Do not bother if the function is naked.
2210         Strip PE encoding from function name before emitting.
2211
2212         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
2213
2214         * arm.md (pic_load_addr): Fix constraints.
2215
2216         * arm.md (casesi_insn): Fix mis-applied patch.
2217
2218         * arm.md ("core" function unit): Add rules for single- and
2219         multi-cycle insns.
2220         (All TARGET_THUMB patterns): Add "type" attribute information
2221         where needed.
2222         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
2223         the following insn is a CALL.
2224
2225         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
2226         pointer.
2227         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the 
2228         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
2229         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
2230         
2231         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
2232
2233         * config/arm/linux-gas.h: oops - this file was missed out when the
2234         branch was created...
2235
2236         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
2237
2238         * thumb.c: Deleted.  Move contents to ...
2239         * arm.c: ... here.
2240         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
2241         rule for thumb.o
2242         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
2243         * configure: Regen.
2244
2245         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
2246         declare a prototype for asm_output_align();
2247
2248         * arm.c (thumb_condition_code): Delete.
2249         (arm_print_operand): Always use arm_condition_code array.
2250
2251         * arm.c (thumb_return_addr_rtx): Delete.
2252         (arm_save_machine_status, arm_restore_machine_status): Delete.
2253         (arm_init_machine_status, arm_mark_machine_status): New functions.
2254         (arm_init_expanders): Update accordingly.
2255         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
2256         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
2257         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
2258         
2259         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
2260
2261         * configure.in : Fix arm-*-aout target to use new t-arm-aout
2262         script. 
2263         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
2264         targets.
2265
2266         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
2267
2268         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
2269         stack backtrace structure.
2270
2271         * config/arm/arm-protos.h: Add prototypes for functions defined in
2272         arm/pe.h.
2273         
2274         * config/arm/arm.c (arm_override_options): Fix selection of 
2275         attributes of default processor.
2276         
2277         * config/arm/coff.h: Delete needless #include.
2278         
2279         * config/arm/pe.c: Delete unused code.
2280         
2281         * config/arm/pe.h (CPP_DEFINES): Delete
2282         (SUBTARGET_CPP_SPEC): Define.
2283         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
2284         
2285         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
2286
2287         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
2288
2289         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
2290         updated.
2291         (CAN_DEBUG_WITHOUT_FP): Define.
2292         (FIXED_REGISTERS): Make r11 call-saved.
2293         (CALL_USED_REGISTERS): Likewise.
2294         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
2295         (FRAME_POINTER_REQUIRED): Correct logic for determining when a 
2296         frame-pointer is required.
2297         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
2298         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
2299         if the target normally needs a stack frame in non-leaf functions.
2300         (use_return_insn): Correct logic for determining when a return
2301         instruction can be used.
2302         (output_return_instruction): Handle the frame-pointer register as
2303         a normal register when not TARGET_APCS_FRAME.
2304         (arm_output_prologue): Likewise.
2305         (arm_output_epilogue): Likewise.
2306         (output_func_epilogue): Likewise.
2307         (arm_expand_prologue): Likewise.
2308         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
2309
2310         * arm.c (use_return_insn): No need to check floating point regs if
2311         TARGET_SOFT_FLOAT.
2312         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
2313         the code of value stored in the minipool array.
2314         (arm_add_minipool_constant): Likewise.
2315
2316 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2317
2318         * basic-block.h (conflict_graph_enum_fn): K&R fix.
2319
2320 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2321
2322         * tree.c (tree_expr_nonnegative_p): New function.
2323
2324         * tree.h (tree_expr_nonnegative_p): Declare.
2325
2326         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
2327         elide some sign_compare warnings.
2328         (build_conditional_expr): Likewise.
2329
2330 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
2331
2332         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
2333
2334         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
2335         * i386.c (print_operand): Use the proper suffix for a 387 HImode
2336         operand.  Abort if a 387 operand has an unsupported size.
2337
2338 2000-04-08  Neil Booth  <NeilB@earthling.net>
2339
2340         * cppexp.c (parse_charconst): Null does not end character
2341         constants.
2342         * cppinit.c (ISTABLE): Null character handled as whitespace.
2343         * cpplex.c (null_warning):  new function.
2344         (skip_string): Emit warning if nulls encountered.
2345         (_cpp_skip_hspace): Emit warning if nulls encountered.
2346         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
2347         them.
2348         * cpp.texi: Update.
2349
2350 2000-04-07  Richard Henderson  <rth@cygnus.com>
2351
2352         * flow.c (loop_depth): Remove.
2353         (reg_next_use, cc0_live, mem_set_list): Replace with ...
2354         (struct propagate_block_info): New.
2355         (life_analysis): Don't allocate reg_next_use.
2356         (propagate_block_delete_insn): Break out of propagate_block.
2357         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
2358         (propagate_block_delete_libcall): Likewise.
2359         (propagate_block): Create a propagate_block_info struct to pass
2360         to subroutines.  Allocate one not two temporary regsets.  Don't
2361         clobber memory for const calls.  Look for clobbers in
2362         CALL_INSN_FUNCTION_USAGE.
2363         (mark_set_regs): Recognize COND_EXEC.
2364         (mark_set_reg): Break out of mark_set_1.
2365         (mark_used_reg): Break out of mark_used_regs.
2366         (mark_used_regs): Recognize COND_EXEC.
2367         (insn_dead_p): Use propagate_block_info struct.
2368         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
2369         (find_auto_inc, try_pre_increment_1): Likewise.
2370         (print_rtl_with_bb): Dump regs live at end too.
2371         (count_reg_sets_1): Pass in loop_depth.
2372         (count_reg_sets, count_reg_references): Likewise.
2373         (recompute_reg_usage): Provide it.
2374
2375 2000-04-07  Richard Henderson  <rth@cygnus.com>
2376
2377         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
2378         not the raw files.
2379
2380 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
2381
2382         * cpplib.c (do_elif): Skip the rest of the line if we're
2383         not going to bother evaluating it.
2384         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
2385         to avoid pointless calls to the lexer.
2386
2387 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
2388
2389         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
2390
2391 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
2392
2393         * calls.c (expand_call): emit_queue if we're trying a sibcall.
2394
2395 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
2396
2397         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
2398
2399 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
2400
2401         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
2402         crtend so they can be multilibbed.
2403         (STAGESTUFF): Remove s-crt and s-crtS.
2404
2405 2000-04-07  Richard Henderson  <rth@cygnus.com>
2406
2407         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
2408         if we discover we need a pseudo and no_new_pseudos is true.
2409         * config/alpha/alpha.md (ne:DI insn): New.
2410         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
2411
2412 2000-04-07  Richard Henderson  <rth@cygnus.com>
2413
2414         * rtl.def (COND_EXEC): New.
2415         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
2416         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
2417
2418         * genconfig.c (have_cond_arith_flag): Remove.
2419         (have_cond_exec_flag): New.
2420         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
2421         (main): Print HAVE_conditional_execution.
2422
2423         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
2424         (sched_analyze_insn, print_pattern): Likewise.
2425         * reload.c (find_equiv_reg): Likewise.
2426         * rtlanal.c (reg_referenced_p): Likewise.
2427         (note_stores, dead_or_set_regno_p): Likewise.
2428         (reg_overlap_mentioned_p): Rewrite to use a switch.
2429
2430         * ggc.h (struct rtx_def): Forward declare.
2431
2432         * print-rtl.c (debug_rtx_range): New.
2433         * rtl.h (debug_rtx_range): Declare.
2434
2435         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
2436
2437         * gcse.c (gcse_main): Don't rebuild the CFG here.
2438         (delete_null_pointer_checks): Likewise.
2439         * ssa.c (convert_to_ssa): Likewise.
2440         * toplev.c (rest_of_compilation): Do it here instead.  Combine
2441         sequential calls to TIMEVAR.  Consistently use `insns' instead of
2442         `get_insns()'.  Always split insns after reload when optimizing.
2443
2444         * basic-block.h (merge_blocks_nomove): Declare.
2445         (tidy_fallthru_edge): Declare.
2446         * flow.c (merge_blocks_nomove): Document as merging into previous
2447         blocks.  Remove cruft from between blocks; remove all edges out of A.
2448         (tidy_fallthru_edge): Export.
2449
2450 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
2451
2452         * ssa.c (compute_conservative_reg_partition): Declare with
2453         void arguments.
2454         * toplev.c (clean_dump_file): Remove previously-deleted function
2455         inadvertantly merged back in.
2456         * conflict.c (conflict_graph_add): Use a single call to
2457         htab_find_slot to look up and insert.
2458
2459 2000-04-06  Richard Henderson  <rth@cygnus.com>
2460
2461         * genrecog.c (*): Rename _last_insn to last_insn.
2462         (make_insn_sequence): Set the position of the peephole2 C test
2463         to be at the last insn.
2464
2465 2000-04-06  Richard Henderson  <rth@cygnus.com>
2466
2467         * flow.c (compute_flow_dominators): Free worklist.
2468
2469 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
2470
2471         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
2472
2473 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
2474
2475         * rtl.h (INSN_P): New macro.
2476         (successor_phi_fn): New typedef.
2477         (for_each_successor_phi): New prototype.
2478         (in_ssa_form): New variable.
2479         (PHI_NODE_P): Likewise.
2480         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
2481         phi nodes in successors.
2482         (mark_used_regs): Add PHI case.
2483         (set_phi_alternative_reg): New function.
2484         (life_analysis): Assert that dead code elimination is not selected
2485         when in SSA form.
2486         * toplev.c (to_ssa_time): New variable.
2487         (from_ssa_time): Likewise.
2488         (compile_file): Zero to_ssa_time and from_ssa_time.
2489         Print time to convert to and from SSA.
2490         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
2491         (print_time): Compute percent fraction as integer.
2492         * ssa.c (PHI_NODE_P): Moved to rtl.h.
2493         (convert_to_ssa): Check if we're already in SSA.  
2494         Don't eliminate dead code in life_analysis.
2495         Rerun flow and life analysis at bottom.
2496         (eliminate_phi): Use canonical regnos when adding nodes.
2497         (mark_reg_in_phi): New function.
2498         (mark_phi_and_copy_regs): Likewise.
2499         (convert_from_ssa): Rerun life analysis at top.  
2500         Use coalesced partition.
2501         Check for removing a phi node at the end of the block.
2502         (compute_coalesced_reg_partition): New function.
2503         (coalesce_regs_in_copies): Likewise.
2504         (coalesce_reg_in_phi): Likewise.
2505         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
2506         (for_each_successor_phi): Likewise.
2507         (rename_context): New struct.
2508         (rename_block): Use a rename_context with rename_insn_1.  When
2509         renaming sets of a subreg, emit a copy of the entire reg first.
2510         (rename_insn_1): Treat data as a rename_context *.  Save current
2511         insn in set_data.
2512         (rename_set_data): Add field set_insn.
2513         * Makefile.in (HASHTAB_H): Move up in file.
2514         (OBSTACK_H): New macro.
2515         (collect2.o): Use OBSTACK_H in dependencies.
2516         (sdbout.o): Likewise.
2517         (emit-rtl.o): Likewise.
2518         (simplify-rtx.o): Likewise.
2519         (fix-header.o): Likewise.
2520         (OBJS): Add conflict.o.
2521         (conflict.o): New rule.
2522         * basic-block.h: Include partition.h.
2523         (conflict_graph): New typedef.
2524         (conflict_graph_enum_fn): Likewise.
2525         (conflict_graph_new): New prototype.
2526         (conflict_graph_delete): Likewise.
2527         (conflict_graph_add): Likewise.
2528         (conflict_graph_conflict_p): Likewise.
2529         (conflict_graph_enum): Likewise.
2530         (conflict_graph_merge_regs): Likewise.
2531         (conflict_graph_print): Likewise.
2532         (conflict_graph_compute): Likewise.
2533         * conflict.c: New file.
2534
2535 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
2536
2537         * tlink.c (read_repo_files): Don't look for .rpo info for
2538         linker flags.
2539
2540 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2541
2542         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
2543
2544 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2545
2546         * config/sh/lib1funcs.asm (___udivsi3_i4):
2547         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
2548         only depends on FMOVD_WORKS.
2549
2550 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2551
2552         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
2553         make double constant 8-byte aligned.
2554
2555 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
2556
2557         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
2558         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
2559         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
2560         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
2561         Accept storing GENERAL_REGS into offsetable memory.
2562         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
2563         building a TFmode constant other than 0.0L into GENERAL_REGS.
2564
2565 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
2566
2567         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
2568         
2569 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
2570
2571         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
2572         (macro_cleanup): No need to cast pbuf->macro.
2573         (collect_expansion): Use _cpp_get_define_token.  Goto done if
2574         it returns VSPACE.  Remove check for trailing space after
2575         CPP_COMMENT.
2576         (_cpp_create_definition): Don't diddle flags here.  Return
2577         directly on error.
2578         (unsafe_chars): Handle c1 being EOF.
2579         (push_macro_expansion): Use unsafe_chars for both accidental-paste
2580         checks.  Don't push the buffer till after we're done with
2581         them.
2582         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
2583         (PEEKN, FORWARD, GETC, PEEKC): Use them.
2584         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
2585         appropriately.
2586         (_cpp_parse_assertion): Don't NUL terminate.
2587         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
2588         hspace before calling _cpp_parse_assertion.  Remove all sets
2589         of only_seen_white. Treat '\f' as hspace.  Don't do anything
2590         special with '\n' here.
2591         (maybe_macroexpand): Handle T_EMPTY hash entries without
2592         pushing a buffer at all.
2593         (cpp_get_token): Handle clearing only_seen_white here.  Handle
2594         incrementing the line number here.  Clear
2595         potential_control_macro as well as only_seen_white, if
2596         appropriate.
2597         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
2598         (_cpp_get_define_token): New function, basically like
2599         _cpp_get_directive_token was but doesn't eat horizontal space.
2600         Don't do anything with only_seen_white here.
2601         (_cpp_get_directive_token): Just call _cpp_get_define_token
2602         repeatedly till it returns non-hspace.
2603
2604         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
2605         (conditional_skip, skip_if_group): Return int.
2606         (DIRECTIVE_TABLE): Change origin of all conditional directives
2607         to "COND".
2608         (TRAD_DIRECT_P): New macro.
2609         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
2610         an error for a bogus directive, unless -lang-asm.  Use
2611         TRAD_DIRECT_P. Loop calling handler functions till one returns
2612         zero.
2613         (get_macro_name): Don't diddle flags here.
2614         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
2615         Create T_EMPTY nodes for #define macro /* nothing */.
2616         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
2617         Use hp->name when calling pass_thru_directive.
2618         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
2619         Return the result of conditional_skip and/or skip_if_group.
2620         Don't call _cpp_output_line_command.
2621         (consider_directive_while_skipping): Use _cpp_get_directive_token.
2622         Issue -Wtraditional warnings as appropriate.  Don't complain
2623         about unrecognized directives.  If we are to stop skipping,
2624         return the number of the directive that ended the skip.
2625         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
2626         expansion and line commands while skipping.  Return the result
2627         of consider_directive_while_skipping, if nonzero.
2628         (do_endif): Just set potential_control_macro here.
2629         (validate_else): Use _cpp_get_directive_token.
2630         (do_assert, do_unassert): Don't save pointers into the
2631         token_buffer across calls to the lexer.  Use
2632         _cpp_get_directive_token.  
2633
2634         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a 
2635         pointer, not an offset.  Replace 'data', which was a generic
2636         pointer, with 'macro', which points to a struct hashnode.
2637         (cpp_reader): Add 'potential_control_macro' pointer.
2638         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
2639         (CPP_BUF_GET, CPP_FORWARD): Delete.
2640         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
2641         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
2642         ACTIVE_MARK_P): Update.
2643         (_cpp_get_define_token): New internal function.
2644         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
2645
2646 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
2647
2648         * configure.in: And here.
2649         * configure: Regenerate.
2650         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
2651         --enable-libstdcxx-v3 is passed at configure time.
2652         * config.h.in: Regenerate.
2653
2654 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
2655
2656         * final.c (final): Use xcalloc to allocate line_note_exists.
2657         * function.c (free_after_compilation): Free the temp_slots.
2658         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
2659         (combine_temp_slot): Free temp_slots when they get combined.
2660         (purge_addressof): Fix typo in comment.
2661         * stmt.c (mark_goto_fixup): Mark the fixup itself.
2662         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
2663
2664         * ggc.h: Include varray.h.
2665         (ggc_pending_trees): Declare.
2666         (ggc_mark_tree_children): Remove declaration.
2667         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
2668         * ggc-common.c (ggc_pending_trees): New variable.
2669         (ggc_mark_roots): Call ggc_mark_trees.
2670         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
2671         the ggc_pending_trees.
2672         * Makefile.in (GGC_H): New variable.  Use it throughout in place
2673         of ggc.h.
2674         
2675 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2676
2677         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
2678         GET_MODE_SIZE.
2679
2680 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2681
2682         * sh.c (sh_insn_length_adjustment): New function.
2683         * sh-protos.h (sh_insn_length_adjustment): Declare.
2684         * sh.h (ADJUST_INSN_LENGTH): Use it.
2685
2686 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
2687
2688         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
2689         from the insn where REG_RETVAL is added.
2690         (emit_no_conflict_block): Ditto.
2691
2692         * md.texi (Standard Names): Clarify when movX is needed.
2693
2694         * combine.c (simplify_comparison) [MINUS]: Do not replace
2695         all (op (minus A B) 0) with (op A B).
2696
2697 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
2698                           J"orn Rennecke <amylaar@cygnus.co.uk>
2699
2700         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
2701         (block_lump_real): Likewise.
2702
2703 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
2704
2705         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
2706         remaining non-zero debugging masks.
2707
2708 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
2709
2710         * basic-block.h (verify_flow_info): Declare.
2711         (flow_loop_outside_edge_p): Declare.
2712         * flow.c (verify_flow_info): Remove declaration.
2713         (clear_log_links, flow_loop_outside_edge_p): Likewise.
2714
2715 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
2716
2717         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
2718         not C++ comments.
2719
2720 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
2721
2722         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
2723         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
2724         seqdi_zero_trunc+1): Allow splits only if registers are
2725         different.
2726
2727 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
2728
2729         * acconfig.h: Add HAVE_GAS_HIDDEN.
2730         * config.in: Regenerated.
2731         * configure.in: Add test for .hidden pseudo-op in gas.
2732         * configure: Regenerated.
2733         * crtstuff.c: Include auto-host.h.
2734         Emit additional .hidden pseudo-op for __dso_handle if the
2735         assembler knows about it.
2736
2737 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
2738
2739         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
2740         before freeing argnames.
2741         * cpplib.c (do_ifndef): Cast return value of xstrdup.
2742
2743 2000-04-05  Michael Meissner  <meissner@redhat.com>
2744
2745         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
2746         Walton <jonboy@gordian.com> to make memory references with update
2747         work wtih -mregnames.
2748
2749 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2750
2751         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
2752         (regrename_optimize): Rename variables `def_uses' and
2753         `ext_basic_blocks' to avoid conflicts with similarly named
2754         typedefs in traditional C.
2755
2756         * calls.c (initialize_argument_information): Fix typo in previous
2757         change.
2758
2759 2000-04-04  Richard Henderson  <rth@cygnus.com>
2760
2761         * regrename.c (consider_available): Test fixed_regs not
2762         PIC_OFFSET_TABLE_REGNUM.
2763
2764 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
2765
2766         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
2767         crtend.
2768         (CRTSTUFF_T_CFLAGS_S): Delete definition.
2769         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
2770         (ENDFILE_LINUX_SPEC): Always use crtend.
2771         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
2772         (powerpc-*-linux-gnu): Likewise.
2773         * configure: Regenerate.
2774
2775         * config/rs6000/eabi.h: Don't include sysv4.h.
2776         (MULTILIB_DEFAULTS): Don't define.
2777         * config/rs6000/eabiaix.h: Don't include eabi.h.
2778         * config/rs6000/eabile.h: Delete.
2779         * config/rs6000/eabilesim.h: Delete.
2780         * config/rs6000/eabisim.h: Don't include eabi.h.
2781         * config/rs6000/linux.h: Don't include sysv4.h.
2782         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
2783         (MULTILIB_DEFAULTS): Don't redefine.
2784         * config/rs6000/rtems.h: Don't include eabi.h.
2785         * config/rs6000/sol2.h: Don't include sysv4le.h.
2786         * config/rs6000/sysv4le.h: Don't include sysv4.h.
2787         * config/rs6000/t-ppc: Delete.
2788         * config/rs6000/t-ppcgas: Correct comment.
2789         * config/rs6000/t-ppcos: Correct comment.  Don't build 
2790         multilibs for -fPIC, rather use -fPIC -mstrict-align 
2791         as default.
2792         * config/rs6000/t-ppc: Delete.
2793         * config/rs6000/vxppc.h: Don't include sysv4.h.
2794         * config/rs6000/vxppcle.h: Delete.
2795         * configure.in: Use multiple header files for p2pc ELF targets
2796         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
2797         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
2798         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
2799         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
2800         always available for these platforms.
2801
2802 2000-04-04  Richard Henderson  <rth@cygnus.com>
2803
2804         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
2805
2806 2000-04-04  Stan Cox  <scox@cygnus.com> 
2807
2808         * Makefile.in: Add rules for regrename.o
2809         * regrename.c: New file.
2810         * rtl.h (regrename_optimize): Add prototype.
2811         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
2812         (compile_file, decode_d_option): Add support for -frename-registers.
2813         (rest_of_compilation): Call regrename_optimize.
2814         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
2815         New macros.     
2816         
2817 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
2818
2819         * Makefile (gccbug): New target.
2820         (doc): Depend on it.
2821         * gcc.texi (Bugs): Link subnodes.
2822         (gccbug): New node.
2823         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
2824         Document severities, priorities, and classes in bug form.
2825
2826 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
2827
2828         * cpplex.c (trigraph_map, speccase): Combine into single
2829         table, chartab.
2830         (NORMAL, NONTRI): New macros.
2831         (_cpp_read_and_prescan): Change to use unified table.  Use
2832         is_hspace to test for whitespace.
2833
2834         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
2835         definition that doesn't provoke the "empty body in an
2836         if-statement" warning.
2837
2838 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
2839
2840         * builtins.c (expand_builtin_strlen): Force the source to
2841         be a memory address.
2842
2843 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2844
2845         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
2846
2847 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2848
2849         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
2850          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
2851         (ECF_IS_CONST): Rename to ECF_CONST.
2852         (special_function_p): Make static, change interface.
2853         (flags_from_decl_or_type, try_to_integrate): Break out from ...
2854         (expand_call) ... here; convert number of variables to flags.
2855         (emit_library_call_vlue_1): Likewise.
2856         (setjmp_call_p): New function.
2857         (initialize_argument_information): Accepts flags as argument;
2858         return flags.
2859         (precompute_arguments): Likewise.
2860         * tree.h (special_function_p): Remove.
2861         (setjmp_call_p): Add prototype.
2862
2863 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
2864
2865         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
2866         so that addresses are offsetable by up to 16 bytes.
2867         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
2868         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
2869         offsetable.
2870
2871         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
2872         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
2873         (movsf): Don't force any constant to memory if target is integer
2874         hard register.
2875         Move fp_zero_operand check below the const0_rtx check.
2876         (movtf): Likewise. Also allow fp_zero_operand for stores into
2877         memory.
2878         (movdf): Likewise. Also allow fp_zero_operand for stores into
2879         memory and into integer hard registers.
2880         (clear_df, clear_dfp, movdf_const_intreg_sp32,
2881         movdf_const_intreg_sp64): Remove.
2882         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
2883         conditions.
2884         (movdf_no_e_insn_v9_sp32): New pattern.
2885         (movdf_insn_v9only): Remove.
2886         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
2887         (movdf_insn_sp64): Remove.
2888         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
2889         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
2890         (following splits): Rewrite conditions. Add two new splits
2891         for storing 0.0 into memory and registers.
2892         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
2893         (movtf_insn_sp32): Redo constraints and conditions.
2894         (movtf_insn_vis_sp32): New pattern.
2895         (movtf_no_e_insn_sp32): Redo constraints and conditions.
2896         (movtf_insn_hq_sp64): Likewise.
2897         (movtf_insn_hq_vis_sp64): New pattern.
2898         (movtf_insn_sp64): Redo constraints and conditions.
2899         (movtf_insn_vis_sp64): New pattern.
2900         (movtf_no_e_insn_sp64): Redo constraints and conditions.
2901         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
2902         or memory.
2903         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
2904         -mvis or -m64 to take down the number of various reload patterns.
2905
2906 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
2907
2908         * pa/pa-64.h: New file.
2909         * pa/pa64-regs.h: New file.
2910         * pa/pa64-start.h: New file.
2911         * pa/t-pa64: New file.
2912         * pa/xm-pa64hpux.h: New file.
2913
2914 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2915
2916         * sparc.c (output_restore_regs): Prototype.
2917         (sparc_emit_float_lib_cmp): Constification.
2918
2919         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
2920
2921         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
2922         Prototype.
2923
2924         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
2925         (get_value_hash, hash_rtx): Likewise.
2926
2927         * ssa.c (compute_conservative_reg_partition): Prototype.
2928
2929         * tree.c (mark_hash_entry): Prototype.
2930
2931 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
2932
2933         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
2934         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
2935         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
2936
2937         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
2938         * objc/lang-specs.h: Likewise.
2939
2940 2000-04-03  Neil Booth  <NeilB@earthling.net>
2941
2942         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
2943         and SYNTAX_ERROR2. Replace `' in messages with ''.
2944         (op_to_str): Make re-entrant.
2945         (_cpp_parse_expr): Implement new error macros. Use | rather
2946         than || to logically or 2 boolean integers.  Simply expression
2947         checking we have a left operand iff needed.
2948
2949 2000-04-03  Nick Clifton  <nickc@cygnus.com>
2950
2951         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
2952
2953 2000-04-03  Philip Blundell  <philb@gnu.org>
2954
2955         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
2956
2957 2000-04-03  Felix Lee  <flee@cygnus.com>
2958
2959         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
2960         (run_shell): Use it. 
2961
2962 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
2963
2964         * Makefile.in (stmp-int-hdrs): Make include subdir here...
2965         (stmp-fixproto): ...rather than here.
2966
2967 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
2968
2969         * pa.c (print_operand): Compute 'base' only inside the code paths
2970         that use it.
2971
2972 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
2973
2974         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
2975         CEIL_DIV_EXPR.
2976
2977 2000-04-03  Philipp Thomas  <pthomas@suse.de>
2978
2979         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
2980
2981 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
2982
2983         * Makefile.in (alias.o): Depend on $(TREE_H).
2984
2985 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
2986
2987         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
2988         processing C++.
2989         * cpplib.c (_cpp_handle_directive): Improve warnings for
2990         traditional C and indented directives.
2991
2992         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
2993         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
2994         fixinc/inclhack.def: Indent the # of #include_next one space.
2995         * cp/rtti.c: Un-indent #if and #endif.
2996
2997         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
2998         syntax error, but an error has already been printed.
2999         * cpplex.c (_cpp_parse_assertion): Give a more specific error
3000         message when called with nothing remaining on the line.
3001         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
3002         OTHER token, not an ASSERTION.
3003         * cpplib.c (do_assert): When we create a 'base' node, clear
3004         its aschain pointer.
3005
3006 2000-04-02  Neil Booth <NeilB@earthling.net>
3007
3008         * cppexp.c:  New typedef op_t.  struct operation and struct 
3009         token updated to use it.
3010         (op_to_str): New function.
3011         (_cpp_parse_expr): Error messages modified to use op_to_str.
3012
3013 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
3014
3015         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
3016         before checking MUST_PASS_IN_STACK.
3017
3018 2000-04-02  Neil Booth <NeilB@earthling.net>
3019
3020         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
3021         flags and initial priority into a single constant.  New
3022         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
3023         (_parse_cpp_expr): Implement new constants.  Take left operand
3024         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
3025         parse indicated by reducing FINISHED token.  Remove new lines
3026         from cpp_error messages.
3027
3028 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
3029
3030         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
3031         permanent obstack.
3032
3033 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
3034
3035         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
3036         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
3037         the strings and function names on the fly.  Take the #sccs
3038         entry out of the table if SCCS_DIRECTIVE is not defined.
3039         (_cpp_handle_directive): Decide if the # was at the beginning
3040         of the line here.  Issue -pedantic warnings for extended
3041         directives here.  Warn about K+R directives with the #
3042         indented, and C89/extended directives with the # not indented,
3043         here.
3044         (do_import, do_include_next, do_warning, do_ident, do_sccs,
3045         do_assert, do_unassert): Don't issue pedantic warning here.
3046
3047         * cpphash.h: Add CPP_WTRADITIONAL macro.
3048         * cpplib.h (struct cpp_options): Rename warn_stringify to
3049         warn_traditional; update comments.
3050         * cppinit.c (handle_option): Set warn_traditional not
3051         warn_stringify.
3052         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
3053         CPP_WTRADITIONAL (pfile).
3054         * cpplex.c (_cpp_lex_token): Don't decide if directives should
3055         be ignored in -traditional mode here.
3056
3057         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
3058         to initialize speccase[] and trigraph_map[].  Delete all
3059         references to pfile->input_speccase.  Always treat '?' as a
3060         special character.  Remove table-initialization code from
3061         _cpp_init_input_buffer.
3062
3063         * cpplib.h (struct cpp_reader): Remove input_speccase field.
3064         * cppinit.c (cpp_cleanup): Don't free input_speccase.
3065
3066 2000-04-01  Richard Henderson  <rth@cygnus.com>
3067
3068         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
3069         (mostlyclean): Likewise.
3070
3071         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
3072         (struct dump_file_info, enum dump_file_index, dump_file): New.
3073         (open_dump_file): Take a dump_file_index not a suffix, and a decl
3074         not a string.  Clean out file if we havn't yet done so.  Do nothing
3075         if the dump isn't enabled.
3076         (close_dump_file): Do nothing if the dump isn't open.  Dump 
3077         graph data if requested.
3078         (dump_rtl, clean_dump_file): Remove.
3079         (compile_file): Don't clean the dump files.  Only finalize .bp dump
3080         if flag_test_coverage or flag_branch_probabilities.  Only finalize
3081         .combine dump if optimizing.  Iterate over dump_file to finalize the
3082         graph dumps.
3083         (rest_of_compilation): Update for open_dump_file/close_dump_file.
3084         Convert all uses of dump_rtl.
3085         (decode_d_option): Iterate over dump_file to implement 'a' and to
3086         locate pass-specific dumps.
3087
3088 2000-04-01  Neil Booth <NeilB@earthling.net>
3089
3090         * cppexp.c: Redefine priority constants.
3091         (_cpp_parse_expr): Replace left and right priority scheme with
3092         single priority logic.  Move LOGICAL to same place as COMPARE.
3093         Remove bogus check for multiple unary +/- operators.
3094
3095 2000-04-01  Neil Booth <NeilB@earthling.net>
3096
3097         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
3098         within the switch statement.  Binary operations break out of
3099         the switch naturally.  '(' tokens handled by forcing
3100         immediate shift.  ')' handled by forcing immediate reduce to
3101         the previous '('.  New error messages.
3102         
3103 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
3104
3105         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
3106         part', it's already in use.  Use %K instead.  Add a return at the
3107         end of what is now %K.
3108         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l. 
3109
3110 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3111
3112         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
3113         allocate_dynamic_stack_space.
3114         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
3115         update stack_pointer_delta; do not update arg_size_so_far.
3116         (compute_argument_block_size): Use stack_delta instead of
3117         stack_pointer_pending and arg_size_so_far.
3118         (expand_call): Add sanity checking for stack_pointer_delta;
3119         save and restore stack_pointer_delta for SIB, use
3120         stack_pointer_delta for alignment; do not update arg_space_so_far.
3121         (emit_library_call_value): Use stack_pointer_delta for alignment.
3122         (store_one_arg): Do not update arg_space_so_far.
3123         * explow.c (adjust_stack, anti_adjust_stack): Update
3124         stack_pointer_delta.
3125         (allocate_dynamic_stack_space): Add sanity checking for
3126         stack_pointer_delta.
3127         * expr.c (init_expr, clear_pending_stack_adjust): Clear
3128         stack_pointer_delta.
3129         (emit_push_insn): Update stack_pointer_delta.
3130         * function.h (struct expr_status): Add x_stack_pointer_delta;
3131         remove x_arg_space_so_far.
3132         (arg_space_so_far): Remove.
3133         (stack_pointer_delta): New macro.
3134
3135 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
3136
3137         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
3138         Reorder struct cpp_options and struct cpp_reader for better 
3139         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
3140         takes two args.  Change all 'char' flags to 'unsigned char'.
3141         Move show_column flag into struct cpp_options.  Don't
3142         prototype cpp_options_init.
3143         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
3144         cppinit.c, cpplex.c, cpplib.c:
3145         Replace CPP_OPTIONS (pfile)->whatever with
3146         CPP_OPTION (pfile, whatever), and likewise for
3147         opts = CPP_OPTIONS (pfile); ... opts->whatever;
3148
3149         * cppinit.c (merge_include_chains): Take a cpp_reader *.
3150         Extract CPP_OPTION (pfile, pending) and work with that
3151         directly.
3152         (cpp_options_init): Delete.
3153         (cpp_reader_init): Turn on on-by-default options here.
3154         Allocate the pending structure here.              
3155         (cl_options, enum opt_code): Define these from the same table,
3156         kept in a large macro.  Add -fshow-column and -fno-show-column
3157         options.
3158
3159         * cpperror.c (v_message): If show_column is off, don't print
3160         the column number.
3161
3162         * cppmain.c: Update for new interface.
3163         * fix-header.c: Likewise.
3164
3165 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
3166
3167         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
3168         definition.
3169         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
3170         are passed to any invocation of AR_FOR_TARGET.
3171         (AR_CREATE_FOR_TARGET): New macro.
3172         (AR_EXTRACT_FOR_TARGET): New macro.
3173         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
3174         AR_EXTRACT_FOR_TARGET.
3175         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
3176         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
3177         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
3178         AR_EXTRACT_FOR_TARGET to sub-makes.
3179
3180 2000-03-31  Neil Booth <NeilB@earthling.net>
3181
3182         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
3183         PAREN_INNER_PRIO.
3184         (_cpp_parse_expr): Check for multiple unary +/- operators.
3185         Correct priorities of ':' and '?'.  Treat ')' as having a
3186         value.  Ensure conditional expression is not void.
3187         
3188 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
3189
3190         * alias.c (canon_rtx): Make it global.
3191         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
3192         equality.
3193         * cse.c (struct table_elt): Add canon_exp.
3194         (insert): Clear it.
3195         (invalidate): Canonicalize expressions only once.
3196         * rtl.h (canon_rtx): Declare.
3197
3198 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
3199
3200         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
3201         * alias.c (reg_known_value): Add comments.
3202         (init_alias_analysis): Likewise.
3203         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
3204         address.
3205         (cse_basic_block): Fix typo in comment.
3206         * emit-rtl.c: Include hashtab.h.
3207         (const_int_htab): New variable.
3208         (const_int_htab_hash): New function.
3209         (const_int_htab_eq): Likewise.
3210         (rtx_htab_mark_1): Likewise.
3211         (rtx_htab_mark): Likewise.
3212         (gen_rtx_CONST_INT): Cache all CONST_INTs.
3213         (unshare_all_rtx): Fix formatting.
3214         (init_emit_once): Initialize const_int_htab.
3215         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
3216         address.
3217         * rtl.texi: Document the fact that all CONST_INTs with the same
3218         value are shared.
3219
3220 2000-03-30  Richard Henderson  <rth@cygnus.com>
3221
3222         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
3223
3224 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
3225
3226         * configure.in: Comment out --enable-c-cpplib stanza.
3227         * configure: Regenerate.
3228
3229 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3230
3231         * expr.c (store_constructor): Properly compute displacement and
3232         alignment when offset is variable.
3233
3234         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
3235         cases of alignment in bytes.
3236
3237 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
3238
3239         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
3240         since it is used to generate c-parse.y.
3241         * objc-parse.c, objc-parse.y: Regenerated.
3242
3243         * function.c (expand_function_end): Pass alignment argument to
3244         emit_block_move in bits, not bytes.
3245
3246 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3247
3248         * expr.c (move_by_pieces_ninsns): Fix one more missing align
3249         correction.
3250
3251         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
3252
3253         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
3254         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
3255         * function.c (assign_parms): Likewise.
3256         * integrate.c (expand_inline_function): Likewise.
3257         * stmt.c (expand_decl): Likewise.
3258         (copy_rtx_and_substitute): Likewise.
3259         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
3260         (clear_by_pieces): Fix error in last change.
3261         * emit-rtl.c (init_emit): Set known registers alignment in bits.
3262         * function.h (regno_pointer_align): Now unsigned.
3263         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
3264         is in bits.
3265         * config/i386/i386.c (aligned_operand): Likewise.
3266         * config/sparc/sparc.c (mem_min_alignment): Likewise.
3267         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
3268         (unaligned_memory_operand): Likewise.
3269         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
3270         Also make alignments and sizes unsigned and some whitespace cleanup.
3271         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
3272
3273         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
3274         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
3275         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
3276         (expand_builtin_memset): Likewise, but to clear_storage.
3277         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
3278         (restore_fixed_argument_area): Likewise.
3279         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
3280         (load_register_parameters): Likewise, to emit_group_load.
3281         (expand_call): Likewise, to emit_group_store and emit_block_move.
3282         (emit_library_call_value_1): Likewise, to emit_block_move.
3283         (store_one_arg): Likewise, and to emit_push_insn.
3284         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
3285         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
3286         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
3287         (emit_block_move, emit_group_load, emit_group_store): Likewise.
3288         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
3289         (expand_assigment, store_expr, store_constructor_field): Likewise.
3290         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
3291         (store_constructor, store_field, get_inner_reference): Likewise.
3292         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
3293         (expand_expr, case COMPONENT_REF): Likewise.
3294         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
3295         and positions; reindent code.
3296         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
3297         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
3298         (assign_parms): Likewise to emit_group_store.
3299         * optabs.c (prepare_cmp_insn): Alignment is in bits.
3300         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
3301         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
3302         (expand_return): Likewise to {extract,store}_bit_field.
3303         * stor-layout.c (get_mode_alignment): Minor cleanup.
3304         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
3305         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
3306         
3307 2000-03-29  Nick Clifton  <nickc@cygnus.com>
3308
3309         * config/arm/arm.h: Undo effects of previous delta:
3310         (ASM_SPEC): Do not define.
3311         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
3312
3313         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
3314         typo. 
3315
3316 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
3317
3318         * cppinit.c (cpp_start_read): Call initialize_dependency_output
3319         only after reading in the primary source file.
3320
3321 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
3322
3323         * c-common.c (c_common_nodes_and_builtins): The first parameter to
3324         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
3325         or a reference to a va_list.
3326         * builtins.c (stabilize_va_list): Simplify now we don't have to
3327         work around C array address decay.
3328         * c-typeck.c (convert_for_assignment): Handle assignment to
3329         a reference parameter by taking the address of the RHS.
3330         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
3331         (va_copy): Likewise.
3332         (__va_copy): Likewise.
3333         * ginclude/varargs.h (va_start): Likewise.
3334         (__va_copy): Likewise.
3335
3336 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
3337
3338         * i386/djgpp.h: Remove extraneous "+".
3339
3340         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
3341
3342         * calls.c (expand_call): Fix typo in last change.
3343
3344 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
3345
3346         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
3347         been expanded.
3348
3349 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3350
3351         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
3352         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
3353         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
3354         * tree.c (bit_position, byte_position): Likewise.
3355         * tree.h: Declare new functions.
3356
3357 2000-03-29  Nick Clifton  <nickc@cygnus.com>
3358
3359         * config/arm/arm.c: Minor formatting changes/
3360         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
3361         already defined.
3362         (ASM_SPEC): Define if not already defined.
3363
3364 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
3365
3366         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
3367         _cpp_calc_hash.
3368
3369 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
3370
3371         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
3372         value, don't output it as unsigned.
3373
3374 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
3375
3376         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
3377
3378 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3379
3380         * c-common.c (c_common_nodes_and_builtins): Don't special case
3381         cplus_mode when declaring builtin bzero/bcmp, always avoid
3382         prototype arguments.
3383
3384 2000-03-29  Bruce Korb  <bkorb@gnu.org>
3385
3386         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
3387         to a non-file
3388
3389 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3390
3391         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
3392         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
3393         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
3394         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
3395         (save_fixed_argument_area, restore_fixed_argument_area):
3396         conditionize by #ifdef REG_PARM_STACK_SPACE only.
3397         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
3398         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
3399         (precompute_register_parameters): Avoid #ifdefs on
3400         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
3401         (stire_one_args): Likewise.
3402         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
3403         (emit_library_call_value_1): Likewise.
3404         (compute_argument_block_size): Align to STACK_BOUNDARY only for
3405         ACCUMULATE_OUTGOING_ARGS.
3406         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
3407         value.
3408         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
3409         (use_crosses_set_p): Likewise.
3410         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
3411         #define ACCUMULATE_OUTGOING_ARGS 1.
3412         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
3413         frames.
3414         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
3415         constants.
3416         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
3417         (TARGET_SWITCHES): Add push-args, no-push-args,
3418         accumulate-outgoing-args and no-accumulate-outgoing-args.
3419         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
3420         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
3421         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
3422         and PUSH_ROUNDING.
3423         (emit_push_insn): Likewise.
3424         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
3425         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
3426         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
3427         (STACK_DYNAMIC_OFFSET): Define correctly for both
3428         ACCUMULATE_OUTGOING_ARGS and normal mode.
3429         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
3430         * tm.texi (PUSH_ARGS): Document.
3431         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
3432
3433 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3434
3435         * flags.h (flag_optimize_sibling_calls): Declare.
3436         * calls.c (expand_call): Fail sibcall when
3437         !flag_optimize_sibling_calls
3438         * invoke.texi (flag_optimize_sibling_calls): Document.
3439         * toplev.c (flag_optimize_sibling_calls): New global variable.
3440         (f_options): Add flag_optimize_sibling_calls.
3441         (rest_of_compilation): Conditionize
3442         optimize_sibling_and_tail_recursive_calls by
3443         flag_optimize_sibling_calls.
3444         (main): Set flag_optimize_sibling_calls for -O2.
3445         * stmt.c (expand_return): Conditionize tail recursion by
3446         flag_optimize_sibling_calls.
3447
3448 2000-03-29  Richard Henderson  <rth@cygnus.com>
3449
3450         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
3451         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
3452
3453 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
3454
3455         * except.c (add_eh_table_entry): Mark type_info's as referenced.        
3456
3457 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3458
3459         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
3460         is given.
3461         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
3462         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
3463         * config/rs6000/aix.h: then modified likewise.
3464
3465 2000-03-28  Richard Henderson  <rth@cygnus.com>
3466
3467         * rtl.h: Redistribute enum reg_note documentation. 
3468         Kill trailing whitespace.
3469         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
3470         Kill trailing whitespace.
3471
3472 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
3473
3474         * cppfiles.c (hash_IHASH): Just return i->hash.
3475         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
3476         htab_find_with_hash.
3477         (cpp_read_file): Likewise.
3478         (find_include_file): Likewise.  Properly initialize
3479         ih->nshort.  Share ih->name and ih->nshort if possible.
3480         * cpphash.c (_cpp_calc_hash): New function.
3481         (hash_HASHNODE): Just return h->hash.
3482         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
3483         htab_find_with_hash.
3484         * cpphash.h: Prototype _cpp_calc_hash.
3485         * cppinit.c (initialize_builtins): Provide a valid hash
3486         to _cpp_make_hashnode, using _cpp_calc_hash.
3487
3488         * cpphash.c (collect_expansion): # is not a special character
3489         in object-like macros.  In -traditional mode, /**/ is not
3490         token paste at the beginning or end of the line.
3491         * cpplib.c (do_include, do_import, do_include_next): If
3492         parse_include fails, return immediately.
3493
3494 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
3495
3496         * config/arm/arm.md (return peepholes): Update to reflect the new
3497         call insn patterns.
3498         * config/arm/arm.c (arm_volatile_func): Also check
3499         current_function_nothrow.
3500         (output_return_instruction, output_func_prologue): Use it.
3501         (arm_output_epilogue, arm_expand_prologue): Likewise.
3502
3503 2000-03-27  Tom Tromey  <tromey@cygnus.com>
3504
3505         * gcc.c (handle_braces): In {x*...} case, break out of loop if
3506         switch is found.
3507
3508 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3509
3510         * expr.c (store_constructor): SIZE now signed.
3511         For EXPR_SIZE, don't evaluate size; just needed if constant.
3512         * fold-const.c (fold): Fix a number of cases when folded tree is
3513         wrong type.
3514         * function.c (flush_addressof): Reenable.
3515         * tree.h (flush_addressof): Likewise.
3516         * toplev.c (independent_decode_option): Look at strings_processed.
3517         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
3518
3519 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
3520
3521         * sibcall.c (indentify_call_return_value): Find last call in the chain;
3522         Allow stack adjustment after function call.
3523
3524         * regmove.c (struct csa_memlist): Make mem field rtx *.
3525         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
3526         (try_apply_stack_adjustment): Replace whole MEM rtx.
3527         (combine_stack_adjustments_for_block): Update calls
3528         to record_one_stack_ref.
3529
3530 2000-03-28  Neil Booth  <NeilB@earthling.net>
3531
3532         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
3533         '\\' rather than a null character, so nulls are not special.  Fix
3534         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
3535         speed trigraph conversion.
3536         (_cpp_init_input_buffer): Initialize trigraph map.
3537
3538 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
3539
3540         * config/i386/i386.c (output_387_binary_op): Correct intel
3541         mode assembly output, and add spaces after commas in AT&T
3542         output.  Correct Unixware assembler comment.  Document input
3543         constraints.  Comment fp operations.  Reduce profligate buffer
3544         size.  Remove extraneous abort.  Localize temp var.
3545         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
3546         (output_fix_trunc): Add spaces after commas in assembly output.
3547
3548 2000-03-27  Richard Henderson  <rth@cygnus.com>
3549
3550         * i386-protos.h (ix86_match_ccmode): Declare.
3551         * i386.c (ix86_match_ccmode): New.
3552         (ix86_expand_fp_compare): Update for pattern renames.
3553         (ix86_expand_strlensi_unroll_1): Likewise.
3554         * i386.h (EXTRA_CC_MODES): Add CCZ.
3555         (SELECT_CC_MODE): Use it for EQ/NE zero.
3556         * i386.md (cmpsi_ccz_1): New.
3557         (cmpqi_ccz_1): New.
3558         (*testsi_ccz_1): New.
3559         (testqi_ccz_1): New.
3560         (cmpsi_ccno_1): Rename from cmpsi_0.
3561         (testsi_ccno_1): Rename from testsi_1.
3562         (testqi_ccno_1): Rename from testqi_1.
3563         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
3564         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
3565         (*cmphi_0): Use ix86_match_ccmode.
3566         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
3567         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
3568         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
3569         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
3570         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
3571         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
3572         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
3573         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
3574         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
3575         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
3576         (appropriate peepholes): Likewise.
3577         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
3578         (*subsi_3, *subhi_3, *subqi_3): Remove.
3579         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
3580         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
3581         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
3582         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
3583         (x86_shift_adj_1): Use CCZ.
3584         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
3585
3586 2000-03-27  Stan Cox  <scox@cygnus.com> 
3587
3588         * resource.h (mark_resource_type): New.
3589         * resource.c (find_dead_or_set_registers, mark_target_live_regs, 
3590         find_free_register): Use mark_resource_type.
3591         (mark_set_resources): Change include_delayed_effects
3592         to mark_resource_type.
3593         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns, 
3594         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread): 
3595         Use mark_resource_type.
3596         
3597 2000-03-27  Richard Henderson  <rth@cygnus.com>
3598
3599         * i386.md (call_pop_0, call_value_pop_0): New.
3600         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
3601         (call_value_pop_1): Likewise.
3602         (call_0, call_value_0): New.
3603         (call_1, call_value_1): Remove constraint from unused arg.
3604
3605 2000-03-27  Nick Clifton  <nickc@cygnus.com>
3606
3607         * invoke.texi (Spec Files): Document new spec % command created by
3608         Tom Tromey's recent patch.
3609
3610 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
3611
3612         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
3613         if not defined.
3614
3615 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3616
3617         * expr.c (expand_assignment): Fix typo in last change.
3618
3619         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
3620
3621 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3622
3623         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
3624         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
3625         and DECL_INLINE if FUNCTION_DECL.
3626         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
3627         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
3628         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
3629         (combine_parm_decls): Likewise.
3630         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
3631         * print-tree.c (print_node): Likewise.
3632         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
3633         DECL_TRANSPARENT_UNION on proper decl types.
3634         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
3635         * stor-layout.c (layout_decl): Only check DECL_PACKED and
3636         DECL_BIT_FIELD of FIELD_DECL.
3637         * tree.h (DECL_RESULT_FLD): New macro.
3638         
3639         * expr.c (expand_assignment): Add code to handle variable-sized
3640         BLKmode case.
3641
3642 2000-03-26  Richard Henderson  <rth@cygnus.com>
3643
3644         * calls.c (expand_call): Pass parms not original exp to
3645         optimize_tail_recursion.  Mind return value instead of looking
3646         for a barrier.
3647         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
3648         call_expr.  Move checks for call_expr and current_function_decl ...
3649         (expand_return): ... here.
3650
3651 2000-03-26  Tom Tromey  <tromey@cygnus.com>
3652
3653         * gcc.c (handle_braces): Recognize `%{<S}' construct.
3654         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
3655         defines.
3656         (process_command): Use them.
3657         (check_live_switch): Likewise.
3658         (give_switch): Skip ignored switches.
3659
3660 2000-03-26  Jan Hubicka  <jh@suse.cz>
3661
3662         * jump.c (jump_optimize_1): Fix typo in elide optimizations
3663         for minimal jump pass test.
3664
3665 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
3666
3667         * integrate.c (function_cannot_inline_p): Do inline functions that
3668         return `void'.
3669
3670 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3671
3672         * stor-layout.c (layout_type, set_sizetype): early_type_list is
3673         now a list of TREE_LIST entries, not types.
3674         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
3675
3676         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
3677         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
3678         int_bit_position.
3679         * config/mips/mips.c (function_arg): Likewise; also remove cast
3680         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
3681         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
3682         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
3683         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
3684         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
3685         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
3686         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
3687         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
3688         num_adjusts now unsigned.
3689         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
3690         * config/sparc/sparc.c (struct function_arg_record_value_parms):
3691         NREGS now unsigned.
3692         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
3693         as is BITPOS variable; use host_integerp and int_bit_position.
3694         (function_arg_record_value_2): Likewise.
3695         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
3696         Variable REGNO now unsigned.
3697         (function_arg_record_value): NREGS now unsigned.
3698
3699 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
3700
3701         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
3702
3703 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3704
3705         * Rework fields used to describe positions of bitfields and
3706         modify sizes to be unsigned and use HOST_WIDE_INT.
3707         * alias.c (reg_known_value_size): Now unsigned.
3708         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
3709         (really_start_incremental_init): Use bitsize_zero_node.
3710         (push_init_level, pop_init_level, output_init_element): Likewise.
3711         Use bitsize_unit_node and bitsize_one_node.
3712         (output_pending_init_elements, process_init_element): Likewise.
3713         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
3714         (make_extraction): Position and length HOST_WIDE_INT and unsigned
3715         HOST_WIDE_INT, respectively.
3716         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
3717         (num_sign_bit_copies): Returns unsigned.
3718         BITWIDTH now unsigned; rework arithmetic.
3719         Remove recursive call from arg to MAX.
3720         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
3721         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
3722         REGNO now unsigned.
3723         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
3724         (find_split_point, expand_compound_operation, make_extraction): LEN
3725         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
3726         (make_field_assignment): Likewise.
3727         (combine_simplify_rtx): Add cast.
3728         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
3729         (force_to_mode): WIDTH now unsigned; add cast.
3730         (if_then_else_cond): SIZE now unsigned.
3731         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
3732         (extended_count): Now returns unsigned.
3733         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
3734         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
3735         (simplify_comparison): MODE_WIDTH now unsigned.
3736         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
3737         (mark_used_regs_combine): Likewise; rework arithmetic.
3738         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
3739         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
3740         (record_promoted_value): REGNO now unsigned.
3741         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
3742         (get_last_value): REGNO now unsigned.
3743         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
3744         (reg_dead_regno, reg_dead_endregno): Now unsigned.
3745         (remove_death): Arg REGNO now unsigned.
3746         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
3747         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
3748         now unsigned.
3749         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
3750         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
3751         (struct cse_reg_info): REGNO now unsigned.
3752         (cached_regno): Now unsigned.
3753         (REGNO_QTY_VALID_P): Add cast.
3754         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
3755         (remove_invalid_regs): Likewise.
3756         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
3757         as are variables END and I.
3758         (get_cse_reg_info, insert): Likewise.
3759         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
3760         (canon_hash): Likewise.
3761         (insert_regs, lookup_for_remove): REGNO now unsigned.
3762         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
3763         New variable RN.
3764         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
3765         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
3766         * emit-rtl.c (subreg_realpart_p): Add cast.
3767         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
3768         (operand_subword_force): Arg I is now unsigned.
3769         * except.c (eh_regs): Variable I is now unsigned.
3770         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
3771         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
3772         length is unsigned HOST_WIDE_INT; likewise for internal variables.
3773         (store_split_bit_field, extract_fixed_bit_field): Likewise.
3774         (extract_split_bit_field, store_bit_field, extract_bit_field):
3775         Likewise.
3776         * expr.c (store_constructor_fields, store_constructor, store_field):
3777         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
3778         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
3779         (do_jump): Likewise.
3780         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
3781         MAX_SIZE is now unsigned.
3782         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
3783         (emit_group_store): Likewise.
3784         (emit_move_insn): I now unsigned.
3785         (store_constructor): Use host_integerp, tree_low_cst, and
3786         bitsize_unit_node.
3787         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
3788         Rework all calculations to use trees and new fields.
3789         * expr.h (promoted_input_arg): Regno now unsigned.
3790         (store_bit_field, extract_bit_field): Adjust types of pos and size.
3791         (mark_seen_cases): Arg is HOST_WIDE_INT.
3792         * flow.c (verify_wide_reg_1): REGNO now unsigned.
3793         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
3794         precisions and alignments are unsigned.
3795         (optimize_bit_field_compare, fold_truthop): Likewise.
3796         (int_const_binop): Adjust threshold for size_int_type_wide call.
3797         (fold_convert): Likewise.
3798         (size_int_type_wide): Make table larger and fix thinko that only
3799         had half of table used.
3800         (all_ones_mask_p, fold): Precisions are unsigned.
3801         * function.c (put_reg_info_stack): REGNO is unsigned.
3802         (instantiate_decl): Size is HOST_WIDE_INT.
3803         (instantiate_virtual_regs): I is unsigned.
3804         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
3805         (promoted_input_arg): REGNO is unsigned.
3806         * function.h (struct function): x_max_parm_reg is now unsigned.
3807         * gcse.c (max_gcse_regno): Now unsigned.
3808         (struct null_pointer_info): min_reg and max_reg now unsigned.
3809         (lookup_set, next_set): REGNO arg now unsigned.
3810         (compute_hash_table): REGNO and I now unsigned.
3811         (handle_avail_expr): regnum_for_replacing now unsigned.
3812         (cprop_insn): REGNO now unsigned.
3813         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
3814         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
3815         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
3816         * hard-reg-set.h (reg_class_size): Now unsigned.
3817         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
3818         * jump.c (mark_modified_reg): I now unsigned; add cast.
3819         (rtx_equal_for_thread_p): Add cast.
3820         * loop.c (max_reg_before_loop): Now unsigned.
3821         (struct_movable): REGNO now unsigned.
3822         (try_copy_prop): REGNO arg unsigned.
3823         (regs_match_p): XN and YN now unsigned.
3824         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
3825         (strength_reduce): Likewise; NREGS also unsigned.
3826         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
3827         * loop.h (struct iv_class): REGNO now unsigned.
3828         (max_reg_before_loop, first_increment_giv, last_increment_giv):
3829         Now unsigned.
3830         * machmode.h (mode_size, mode_unit_size): Now unsigned.
3831         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
3832         * optabs.c (expand_binop): I and NWORDS now unsigned.
3833         (expand_unop): I now unsigned.
3834         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
3835         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
3836         * real.c (significand_size): Now returns unsigned.
3837         * real.h (significand_size): Likewise.
3838         * regclass.c (reg_class_size): Now unsigned.
3839         (choose_hard_reg_mode): Both operands now unsigned.
3840         (record_reg_classes): REGNO and NR now unsigned.
3841         (reg_scan): NREGS now unsigned.
3842         (reg_scan_update): old_max_regno now unsigned.
3843         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
3844         * reload.c (find_valid_class): BEST_SIZE now unsigned.
3845         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
3846         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
3847         Likewise for variable R.
3848         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
3849         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
3850         (find_equiv_reg): Add casts.
3851         (regno_clobbered_p): Arg REGNO now unsigned.
3852         * reload.h (struct reload): NREGS now unsigned.
3853         (refers_to_regno_for_reload_p): Regno args are unsigned.
3854         (regno_clobbered_p): Likewise.
3855         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
3856         (compute_use_by_pseudos): REGNO now unsigned.
3857         (find_reg): I and J now unsigned, new variable K, and change loop
3858         variables accordingly; THIS_NREGS now unsigned.
3859         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
3860         (spill_hard_reg): REGNO arg now unsigned; add casts.
3861         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
3862         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
3863         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
3864         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
3865         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
3866         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
3867         (emit_reload_insns): REGNO now unsigned.
3868         (reload_cse_move2add): Add cast.
3869         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
3870         and rework loop.
3871         * resource.c (mark_referenced_resources, mark_set_resources): New
3872         variable R; REGNO and LAST_REGNO now unsigned.
3873         (mark_target_live_regs): J and REGNO now unsigned.
3874         * rtl.c (mode_size, mode_unit_size): Now unsigned.
3875         * rtl.h (union rtunion_def): New field rtuint.
3876         (XCUINT): New macro.
3877         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
3878         (operand_subword, operand_subword_force): Word number is unsigned.
3879         (choose_hard_reg_mode): Operands are unsigned.
3880         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
3881         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
3882         (regno_use_in, combine_instructions, remove_death): Likewise.
3883         (reg_scan, reg_scan_update): Likewise.
3884         (extended_count): Return is unsigned.
3885         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
3886         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
3887         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
3888         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
3889         (reg_reg_last_1): FIRS and LAST now unsigned.
3890         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
3891         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
3892         now unsigned.
3893         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
3894         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
3895         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
3896         (replace_regs): Arg NREGS now unsigned.
3897         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
3898         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
3899         (simplify_binary_operation): Likewise.
3900         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
3901         THIS_LAST now unsigned.
3902         (cselib_record_set): Add cast.
3903         * ssa.c (ssa_max_reg_num): Now unsigned.
3904         (rename_block): REGNO now unsigned.
3905         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
3906         sizes now unsigned.
3907         (all_cases_count): Just return -1 not -2.
3908         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
3909         Rework tests to use trees whenever possible.
3910         Use host_integerp and tree_low_cst.
3911         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
3912         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
3913         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
3914         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
3915         (smallest_mode_for_size): Likewise.
3916         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
3917         KNOWN_ALIGN is now an alignment, so simplify code.
3918         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
3919         (start_record_layout): Renamed from new_record_layout_info.
3920         Update to new fields.
3921         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
3922         New functions.
3923         (place_union_field): Renamed from layout_union_field.
3924         Update to use new fields in rli.
3925         (place_field): Renamed from layout_field.
3926         Major rewrite to use new fields in rli; pass alignment to layout_decl.
3927         (finalize_record_size): Rework to use new fields in rli and handle
3928         union.
3929         (compute_record_mode): Rework to simplify and to use new DECL fields.
3930         (finalize_type_size): Make rounding more consistent.
3931         (finish_union_layout): Deleted.
3932         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
3933         (layout_type, case RECORD_TYPE): Call new function names.
3934         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
3935         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
3936         (get_best_mode): UNIT is now unsigned; remove casts.
3937         * tree.c (bit_position): Compute from new fields.
3938         (byte_position, int_byte_position): New functions.
3939         (print_type_hash_statistics): Cast to remove warning.
3940         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
3941         (build_index_type): Likewise; make subtype of sizetype.
3942         (build_index_2_type): Pass sizetype to build_range_type.
3943         (build_common_tree_nodes): Use size_int and bitsize_int to
3944         initialize nodes; add bitsize_{zero,one,unit}_node.
3945         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
3946         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
3947         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
3948         (DECL_FIELD_BITPOS): Deleted.
3949         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
3950         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
3951         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
3952         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
3953         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
3954         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
3955         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
3956         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
3957         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
3958         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
3959         (DECL_ALIGN): Adjust to new field in union.
3960         (DECL_OFFSET_ALIGN): New field.
3961         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
3962         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
3963         (union tree_decl): Add struct for both aligns.
3964         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
3965         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
3966         (struct record_layout_info): Rework fields to have offset
3967         alignment and byte and bit position.
3968         (start_record_layout, place_field): Renamed from old names.
3969         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
3970         (byte_position, int_byte_position): Likewise.
3971         (get_inner_reference): Change types of position and length.
3972         * unroll.c (unroll_loop): New variable R; use for some loops.
3973         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
3974         (calculate_giv_inc): Arg REGNO now unsigned.
3975         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
3976         * varasm.c (assemble_variable): Clean up handling of size using
3977         host_integerp and tree_low_cst.
3978         (decode_addr_const): Use byte, not bit, position.
3979         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
3980         use tree_low_cst and int_bit_position.
3981         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
3982         
3983 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
3984
3985         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
3986         (reorder_block_def): New members eff_head and eff_end.
3987         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
3988         (verify_insn_chain): New function.
3989         (skip_insns_between_block): Add code to skip deleted insns.
3990         Check for note before using.
3991         (chain_reorder_blocks): Replace calls to skip_insns_between_block
3992         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
3993         Check for note before using.
3994         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
3995         (fixup_reorder_chain): Restructure, clean up, defect removal.
3996         (reorder_basic_blocks): Remove last_insn and references to it.
3997         Moved insn chain verification code into a new function (see above).
3998         Delete defective code that sets last insn.
3999         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
4000         all blocks.
4001
4002 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4003
4004         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
4005
4006 2000-03-24  Richard Henderson  <rth@cygnus.com>
4007
4008         * tree.c (lang_safe_for_unsave): Remove.
4009         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
4010         allowing for two levels of unsafeness.  Remove lang hook.
4011         * tree.h: Update declarations.
4012         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
4013         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
4014         Always fail sibcalls when there are pending cleanups.
4015
4016 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
4017
4018         * flow.c (propagate_block): When we delete an ADDR_VEC,
4019         also delete the BARRIER following it if there is one.
4020
4021 2000-03-24  Richard Henderson  <rth@cygnus.com>
4022
4023         * builtins.c (expand_builtin_bzero): Convert `length' argument
4024         to sizetype.
4025
4026 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
4027
4028         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
4029         comparison if regno's are equal.
4030         * calls.c (initialize_argument_informat): Add ecf_flags argument.
4031         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
4032         (expand_call): Update caller.
4033         Avoid making a sibling call if argument size of the callee is larger
4034         than argument size of the caller.
4035         Call hard_function_value with outgoing set if in sibcall pass.
4036         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
4037
4038         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
4039         Change LEAF_REGISTERS from an array initializer to actual array
4040         identifier. Move static global variable into the function.
4041         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
4042         sequences for leaf functions.
4043         * global.c (global_alloc): Likewise.
4044         * tm.texi (LEAF_REGISTERS): Update documentation.
4045
4046         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
4047         TARGET_FLAT leaf disabling hack.
4048         (LEAF_REGISTERS): Changed from an array initializer to actual array
4049         identifier to avoid duplication and remove the above hack.
4050         (FUNCTION_OK_FOR_SIBCALL): Define.
4051         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
4052         always like call attribute.
4053         (eligible_for_sibcall_delay): New attribute.
4054         (sibcall): New delay type.
4055         (sibcall, sibcall_value, sibcall_epilogue): New expands.
4056         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
4057         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
4058         * config/sparc/sparc.c (sparc_leaf_regs): New array.
4059         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
4060         New functions.
4061         (output_function_epilogue): Move part of the code into
4062         output_restore_regs.
4063         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
4064         TYPE_SIBCALL.
4065         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
4066         prototypes.
4067
4068         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
4069         until infrastructure is finished.
4070
4071 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
4072
4073         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
4074         (save_parm_insns): Not here.
4075
4076 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4077
4078         * builtins.c (expand_builtin_bzero): New function.
4079         (expand_builtin): Handle bzero.
4080
4081         * builtins.def: Add BUILT_IN_BZERO.
4082
4083         * c-common.c (c_common_nodes_and_builtins): Provide builtin
4084         prototype & function for bzero.
4085
4086 2000-03-23  Michael Meissner  <meissner@redhat.com>
4087
4088         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
4089         change adding TARGET_FP to the TF floating point insns, except for
4090         trunctfsf2, which generates direct calls to truncdfsf2.
4091
4092 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
4093
4094         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
4095         try to protect against middle-end changes that break binary
4096         compatibility.
4097         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
4098
4099 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4100
4101         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
4102
4103 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4104
4105         * calls.c (expand_call): If TARGET is passed by reference and
4106         is readonly, write a CLOBBER.
4107
4108 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4109
4110         * builtins.c (expand_builtin): Handle bcmp.
4111
4112         * builtins.def: Add BUILT_IN_BCMP.
4113
4114         * c-common.c (c_common_nodes_and_builtins): Provide builtin
4115         prototype & function for bcmp.
4116
4117 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
4118
4119         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
4120         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
4121         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
4122
4123 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
4124
4125         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
4126         alternative when using -fp64 -gp32.
4127
4128 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
4129
4130         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
4131         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
4132         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
4133
4134         * frame.h (frame_state): Revert last change.
4135         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
4136         * libgcc2.c (throw_helper): Revert last change.
4137         
4138 2000-03-22  Richard Henderson  <rth@cygnus.com>
4139
4140         * stmt.c (expand_asm_operands): Don't promote the temporary.
4141
4142 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
4143
4144         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
4145         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
4146           c_get_alias_set): Likewise.
4147         * c-decl.c (duplicate_decls): Likewise.
4148         * c-typeck.c (default_conversion,build_unary_op): Likewise.
4149         * calls.c (initialize_argument_information): Likewise.
4150         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
4151         Likewise.
4152         * dwarfout.c (decl_class_context,output_type): Likewise.
4153         * expr.c (get_inner_reference): Likewise.
4154         * fold-const.c (simple_operand_p,fold): Likewise.
4155         * function.c (aggregate_value_p): Likewise.
4156         * stmt.c (expand_asm_operands): Likewise.
4157         * varasm.c (named_section): Likewise.
4158
4159 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
4160
4161         Implement dwarf2 exception handling for the ARM.
4162         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
4163         (DWARF_FRAME_RETURN_COLUMN): Define.
4164         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
4165         REG_FRAME_RELATED_EXPR note.
4166         (emit_sfm): Likewise.
4167         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
4168         * dwarf2out.c (reg_save): Handle saving a register to itself.
4169         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
4170         * except.c (eh_regs): Don't use the static chain reg if it's
4171         callee-saved.
4172         * frame.h (frame_state): Add cfa_saved field.
4173         * frame.c (execute_cfa_insn): Set it.
4174         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in 
4175         the epilogue.
4176         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
4177         Now takes a parm.
4178         (instantiate_virtual_regs): Adjust.
4179         * tm.texi: Adjust.
4180         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
4181         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
4182         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
4183
4184         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
4185         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
4186
4187 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4188
4189         * builtins.def: New file.
4190
4191         * Makefile.in (TREE_H): Depend on builtins.def.
4192
4193         * builtins.c (built_in_names): Use builtins.def.
4194
4195         * tree.h (built_in_function): Likewise.
4196
4197 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
4198
4199         * tree.c (size_in_bytes): Return size_zero_node, not
4200         integer_zero_node.
4201
4202 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
4203
4204         * config/fp-bit.c (pack_d): Correct the case when a denormal
4205         is rounded up and stops being denormal.
4206
4207 2000-03-21  Richard Henderson  <rth@cygnus.com>
4208
4209         * config/alpha/alpha.c (function_arg): Check for void_type_node
4210         before using MUST_PASS_IN_STACK.
4211
4212 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
4213
4214         * regmove.c (combine_stack_adjustments_for_block): Check that
4215         the stack pointer is a valid memory address.
4216
4217 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
4218
4219         * calls.c: re-install Mar 16 emit_library_call merge.
4220
4221 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
4222
4223         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
4224         we cannot be sure that if reload_completed base register will
4225         be properly aligned.
4226
4227 2000-03-21  Richard Henderson  <rth@cygnus.com>
4228
4229         * flow.c (delete_block): Fix typo last change.
4230
4231 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
4232
4233         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
4234         not COMPLETE_TYPE_P, to check the type of the expression.
4235
4236 2000-03-21  Michael Meissner  <meissner@redhat.com>
4237
4238         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
4239         all floating point insns that just tested the macro
4240         TARGET_HAS_XFLOATING_LIBS.
4241         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
4242         used to only use the gprs.
4243
4244 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
4245
4246         * tree.h (COMPLETE_TYPE_P): New macro.
4247         (COMPLETE_OR_VOID_TYPE_P): New macro.
4248         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
4249         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
4250         * c-aux-info.c (gen_type): Use them.
4251         * c-common.c (c_expand_expr_stmt): Likewise.
4252         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
4253         grokdeclarator, grokparms, finish_struct, start_function,
4254         store_parm_decls, combine_parm_decls): Likewise.
4255         * c-parse.y (cast_expr): Likewise.
4256         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
4257         c_size_in_bytes, c_alignof, build_component_ref,
4258         build_indirect_ref, build_array_ref, convert_arguments,
4259         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
4260         * calls.c (initialize_argument_information): Likewise.
4261         * convert.c (convert_to_integer): Likewise.
4262         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
4263         * dwarfout.c (location_or_const_value_attribute,
4264         output_enumeration_type_die, output_structure_type_die,
4265         output_union_type_die, output_type): Likewise.
4266         * expr.c (safe_from_p, expand_expr): Likewise.
4267         * function.c (assign_parms): Likewise.
4268         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
4269         * tree.c (build_array_type, build_function_type,
4270         build_method_type, build_offset_type, build_complex_type): Likewise.
4271         * c-parse.c, c-parse.h: Regenerated.
4272
4273 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4274
4275         * config/c4x/rtems.h: Include config/rtems.h.
4276
4277 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
4278
4279         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
4280         decl is a FUNCTION_DECL
4281
4282 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
4283
4284         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
4285         function uses output registers.  Don't save RP for leaf functions.
4286         Do save RP even if no epilogue.
4287         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
4288         (CALL_USED_REGISTERS): Unmark in registers.
4289         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
4290         to near the middle.
4291
4292 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
4293
4294         * config/rs6000/rs6000.md (bunordered): New expander.
4295         (bordered): New expander.
4296         (buneq): New expander.
4297         (bunge): New expander.
4298         (bungt): New expander.
4299         (bunle): New expander.
4300         (bunlt): New expander.
4301         (bltgt): New expander.
4302  
4303         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
4304         (ccr_bit_negated_p): New function.
4305         (print_operand): For %C, generate appropriate cror for UNEQ,
4306         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
4307
4308 2000-03-20  Andreas Jaeger  <aj@suse.de>
4309
4310         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
4311         warning.
4312
4313         * tree.h (safe_for_unsave): Prototype.
4314
4315 2000-03-20  Richard Henderson  <rth@cygnus.com>
4316
4317         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
4318         (combine_stack_adjustments_for_block): Don't allow sp references
4319         in the side of a set we're not fixing up.
4320         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
4321         after life_analysis.
4322
4323 2000-03-20  Richard Henderson  <rth@cygnus.com>
4324
4325         * calls.c (expand_call): Don't bother generating tail call
4326         sequences if there are pending cleanups.  Use
4327         expand_start_target_temps/expand_end_target_temps to elide
4328         cleanups created during sibcall expansion.
4329
4330 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
4331
4332         * configure.in: Set $IFS to a value if it doesn't already have one
4333         in the --enable-checking handling.
4334         * configure: Regenerate.
4335
4336 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4337
4338         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
4339         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
4340         Regenerated.
4341
4342 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
4343
4344         * jump.c (delete_noop_moves): Remove code attempting to
4345         combine stack adjustments.
4346
4347 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4348
4349         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
4350         * except.c (emit_cleanup_handler): Use them.
4351         (expand_end_all_catch): Likewise.
4352         * function.c (fixup_var_refs): Likewise.
4353         (expand_function_end): Clear catch_clauses_last.
4354         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
4355         * except.h (struct eh_status): New field x_catch_clauses_last.
4356         (catch_clauses_last): New define.
4357
4358         * Makefile.in (tree.o): Depend on HASHTAB_H.
4359         * tree.c: Include hashtab.h.
4360         (struct type_hash): Remove next field.
4361         (TYPE_HASH_SIZE): Remove.
4362         (TYPE_HASH_INITIAL_SIZE): New define.
4363         (type_hash_table): Change type to htab_t.
4364         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
4365         mark_hash_entry): New functions.
4366         (init_obstacks): Allocate type hash.
4367         (type_hash_lookup): Use htab functions.
4368         (type_hash_add, mark_type_hash): Likewise.
4369         (dump_tree_statistics): Call print_type_hash_statistics.
4370
4371 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4372
4373         * rs6000/t-aix41: New file.
4374
4375         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
4376
4377 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
4378
4379         * tm.texi (Driver): Fix typos and tweak entry for
4380         INCLUDE_DEFAULTS.
4381         Move misplaced STRUCT_FORCE_BLK entry ...
4382         (Storage Layout): ... to here.
4383         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
4384
4385 2000-03-19  Richard Henderson  <rth@cygnus.com>
4386
4387         * flow.c (delete_block): Delete the addr_vec along with the block.
4388         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
4389         reference labels.
4390
4391         * fold-const.c (extract_muldiv): Apply type check for defined
4392         overflow to multiply as well as divide.
4393
4394         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
4395
4396 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
4397
4398         * emit-rtl.c (remove_unncessary_notes): Check that all
4399         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
4400         associated NOTE_BLOCK.
4401         * function.h (identify_blocks): Update comments.
4402         (reorder_blocks): Declare.
4403         * function.c (identify_blocks): Don't take paramters.
4404         (reorder_blocks): Don't take parameters.
4405         * loop.h (find_loop_tree_blocks): Remove.
4406         (unroll_block_trees): Likewise.
4407         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
4408         reorder_blocks instead of unroll_block_trees.h
4409         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
4410         * stmt.c (find_loop_tree_blocks): Remove.
4411         (unroll_block_trees): Likewise.
4412         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
4413         in whole-function mode.
4414         * tree.h (reorder_blocks): Remove declaration.
4415
4416         * expr.c: Include intl.h.
4417         * Makefile.in (expr.o): Depend on intl.h.
4418         
4419 2000-03-18  Richard Henderson  <rth@cygnus.com>
4420
4421         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
4422
4423 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
4424
4425         * tree.h (tree_index): Remove enumerals for integer types.
4426         (integer_type_kind): New type.
4427         (integer_types): New variable.
4428         (char_type_node): Adjust.
4429         (signed_char_type_node): Likewise.
4430         (unsigned_char_type_node): Likewise.
4431         (short_integer_type_node): Likewise.
4432         (short_unsigned_type_node): Likewise.
4433         (integer_type_node): Likewise.
4434         (unsigned_type_node): Likewise.
4435         (long_integer_type_node): Likewise.
4436         (long_unsigned_type_node): Likewise.
4437         (long_long_integer_type_node): Likewise.
4438         (long_long_unsigned_type_node): Likewise.
4439         * tree.c (integer_types): New variable.
4440         (init_obstacks): Register it as a root.
4441
4442 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
4443
4444         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
4445         NEXT_INSN. Update last insn in chain.
4446
4447 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
4448
4449         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
4450         with TYPE_DECL_SUPPRESS_DEBUG set.
4451
4452 2000-03-18  Richard Henderson  <rth@cygnus.com>
4453
4454         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
4455
4456 2000-03-18  Richard Henderson  <rth@cygnus.com>
4457
4458         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
4459         care for HALF_PIC_P.
4460         (expander_call_insn_operand): Remove.
4461         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
4462         * i386.h (PREDICATE_CODES): Update.
4463         * i386.md (all call expanders): Remove predicates, remove special
4464         handling for half-pic.
4465         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
4466         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
4467         (sibcall_epilogue): New.
4468
4469 2000-03-17  Richard Henderson  <rth@cygnus.com>
4470
4471         * rtlanal.c (single_set): Reject if the parallel has anything
4472         except SET or USE or CLOBBER.
4473
4474 2000-03-17  Jeff Law  <law@cygnus.com>
4475             Richard Henderson  <rth@cygnus.com>
4476
4477         * Makefile.in (OBJS): Add sibcall.o.
4478         (sibcall.o): New.
4479         * sibcall.c: New file.
4480         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
4481         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
4482         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
4483         Emit sibcall patterns when requested.  Update all callers.
4484         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
4485         elimination seems feasable.
4486         * final.c (leaf_function_p): Sibling calls don't discount being
4487         a leaf function.
4488         * flow.c (HAVE_sibcall_epilogue): Provide default.
4489         (find_basic_blocks_1): Sibling calls don't throw.
4490         (make_edges): Make edge from sibling call to EXIT.
4491         (propagate_block): Don't remove sibcall_epilogue insns.
4492         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
4493         (sibcall_epilogue): New.
4494         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
4495         (identify_blocks_1): Likewise.  Break out from ...
4496         (identify_blocks): ... here.
4497         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
4498         (reorder_blocks): ... here.
4499         (init_function_for_compilation): Zap prologue/epilogue as varrays.
4500         (record_insns): Extend a varray instead of mallocing new memory.
4501         (contains): Read a varray not array of ints.
4502         (sibcall_epilogue_contains): New.
4503         (thread_prologue_and_epilogue_insns): Emit and record
4504         sibcall_epilogue patterns.
4505         (init_function_once): Allocate prologue/epilogue varrays.
4506         * genflags.c (gen_insn): Treat sibcall patterns as calls.
4507         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
4508         Broken out from ...
4509         (save_for_inline_nocopy): ... here.
4510         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns. 
4511         Broken out from ...
4512         (expand_inline_function): ... here.
4513         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
4514         (subst_constants): Handle 'n' formats.
4515         * jump.c (jump_optimize_minimal): New.
4516         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
4517         optimizations if it's set.
4518         * rtl.c (copy_rtx): Do copy jump & call for insns.
4519         * rtl.h (struct rtx_def): Document use of jump and call for insns.
4520         (SIBLING_CALL_P): New.
4521         (sibcall_use_t): New.
4522         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
4523         Invoke optimize_sibling_and_tail_recursive_calls.
4524         * tree.c (lang_safe_for_unsave): New.
4525         (safe_for_unsave): New.
4526         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
4527
4528         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
4529         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
4530         (*sibcall_osf_1, *sibcall_value_osf_1): New.
4531
4532 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
4533
4534         * objc/objc-act.c (encode_method_prototype): Pass types, not
4535         PARM_DECLs, to int_size_in_bytes.
4536
4537 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
4538
4539         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
4540
4541         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
4542         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
4543
4544 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4545
4546         * Clean up usages of TREE_INT_CST_LOW.
4547         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
4548         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
4549         Regenerated.
4550         * c-tree.h (min_precision): Move declaration to here.
4551         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
4552         (build_unary_op, add_pending_init): Use bit_position.
4553         (pending_init_member, process_init_element): Likewise.
4554         (really_start_incremental_init, push_init_level, pop_init_level):
4555         Don't make copies of nodes or modify them in place, use consistent
4556         types when tracking positions, and use tree routines computations.
4557         (set_init_index, output_init_element): Likewise.
4558         (output_pending_init_elements, process_init_element): Likewise.
4559         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
4560         tree_low_cst and int_bit_position; also minor cleanup.
4561         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
4562         (print_cst_octal): Precision is unsigned.
4563         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
4564         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
4565         (simple_type_align_in_bits): Result is unsigned int.
4566         Use tree_int_low_cst and host_integerp.
4567         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
4568         (field_byte_offset): Result is HOST_WIDE_INT.
4569         Change types of internal variables so alignments are unsigned int,
4570         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
4571         Use host_integerp, tree_low_cst, and int_bit_position.
4572         (add_bit_offset_attribute): Likewise.
4573         (add_data_member_location_attribute): Use tree_cst_low.
4574         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
4575         (add_bit_size_attribute): Use tree_low_cst.
4576         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
4577         * dwarfout.c: Similar changes to dwarf2out.c.
4578         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
4579         * genoutput.c (n_occurences): Return -1 for null string.
4580         (strip_whitespace): Accept null string and make into function.
4581         (scan_operands): Reflect above changes.
4582         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
4583         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
4584         * ssa.c (rename_registers): Add missing cast of arg to bzero.
4585         * tree.c (int_size_in_bytes): Check for too big to represent.
4586         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
4587         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
4588         New declarations.
4589         (min_precision): Delete from here.
4590         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
4591         and int_bit_position.
4592         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
4593         (encode_method_def): Likewise.
4594         (build_ivar_list_initializer): Use int_bit_position.
4595         (generate_shared_structures): Convert size.
4596         (encode_type, encode_complete_bitfield): Use integer_zerop.
4597         (encode_bitfield): Use tree_low_cst and int_bit_position.
4598         
4599 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4600
4601         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
4602
4603 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4604
4605         * call.c (special_function_p): It is only malloc if it returns
4606         Pmode.
4607
4608 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4609
4610         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
4611         (C33_FLAG, TARGET_C3X): Add macros.
4612         (TARGET_SWITCHES): Add -m33 option.
4613         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
4614         
4615 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4616         
4617         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
4618         (PARALLEL_PACK_FLAG): Delete.
4619         (TARGET_SWITCHES): Update.
4620         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
4621
4622 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4623
4624         * fold-const.c (fold): Fix a few cases when the returned result
4625         is not of the same type as the input.
4626
4627 2000-03-16  Nick Clifton  <nickc@cygnus.com>
4628
4629         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
4630         warning.
4631
4632 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4633
4634         * libgcc2.h: Move prototypes above macros with the same name.
4635         Wrap some function prototypes in the conditional which indicates
4636         whether they are supported, i.e. "BITS_PER_UNIT == 8".
4637
4638 2000-03-16  Richard Henderson  <rth@cygnus.com>
4639
4640         * calls.c: Revert last two changes.
4641
4642 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
4643
4644         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
4645         has exponent 0 is a zero.
4646
4647         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
4648         HASH may already be nonzero.  Add code/mode into hash value
4649         immediately after repeat label.
4650         (cselib_lookup): Don't leave the hash table in an inconsistent
4651         state before a hash lookup operation.
4652
4653 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
4654
4655         * i386.md (all HI and QI mode non-move patterns):  Conditionize
4656         by TARGET_[HQ]IMODE_MATH.
4657         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
4658         x86_promote_qi_regs): Declare.
4659         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
4660         TARGET_PROMOTE_QI_REGS): New macros.
4661         (PROMOTE_MODE): New macro.
4662         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
4663         x86_promote_qi_regs): New global variables.
4664
4665 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
4666
4667         * calls.c (emit_library_call_value_1): Break out from ...; handle
4668         VOIDmode function calls too.
4669         (emit_library_call_value): ... here.
4670         (emit_library_call): Implement by calling emit_library_call_value_1.
4671
4672 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
4673
4674         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
4675         Update arg_space_so_far on stack adjustments.
4676         (emit_library_call, emit_library_call_value): Likewise; take into
4677         account arg_space_so_far and pending_stack_adjust when calculcating
4678         the boundary.
4679
4680 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
4681
4682         * flow.c: Move all basic block reordering code into its own file.
4683         (create_basic_block): Externalize.
4684         * bb-reorder.c: New file. Copy all basic block reordering code from
4685         flow.c to this file.
4686         (reorder_basic_blocks): Fix fencepost error in for-loop.
4687         (reorder_basic_blocks): Remove braces from single statement for-loops.
4688         * basic-block.h: Add declaration for create_basic_block.
4689         * Makefile.in: Add rules for bb-reorder.o.
4690
4691 2000-03-16  Neil Booth  <NeilB@earthling.net>
4692
4693         * cppinit.c (handle_option):  Implement #unassert directive
4694         as -A- command line option.
4695         (print_help):  Update.
4696         * cpptexi.c:  Update.
4697
4698 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
4699
4700         * md.texi (Standard Names): Document `jump'.
4701
4702 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
4703
4704         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
4705         gotos.
4706
4707 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
4708
4709         Merge changes from newppc-branch onto trunk.
4710
4711         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
4712
4713         * rs6000.c (toc_hash_table): Update for new hash table functions.
4714         (toc_hash_function): Likewise.
4715         (toc_hash_eq): Likewise.
4716         (toc_hash_mark_entry): Likewise.
4717         (toc_hash_mark_table): Likewise.
4718         (output_toc): Likewise.
4719         (rs6000_add_gc_roots): Likewise.
4720
4721         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4722
4723         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
4724         (AR_FLAGS_FOR_TARGET): here.  New macro.
4725
4726         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
4727
4728         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
4729         fpmem_operand) Delete.
4730         (xer_operand) New.
4731         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
4732         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
4733         (rs6000_save_machine_status, rs6000_restore_machine_status, 
4734         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove 
4735         references to above variables.
4736         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
4737         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
4738         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
4739         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
4740         (XER_REGNO_P, XER_REGNO): New.
4741         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
4742         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
4743         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to 
4744         XER_REGNO_P.
4745         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
4746         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
4747         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
4748         
4749         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4750
4751         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
4752         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
4753         * rs6000.h: from here.
4754
4755         * rs6000-protos.h (rs6000_select_section): Provide prototype.
4756         (rs6000_select_rtx_section): Likewise.
4757         (rs6000_encode_section_info): Likewise.
4758         (sdata_section): Likewise.
4759         (sdata2_section): Likewise.
4760         (sbss_section): Likewise.
4761         * sysv4.h (rs6000_select_section): Delete prototype.
4762         (rs6000_select_rtx_section): Likewise.
4763         (rs6000_encode_section_info): Likewise.
4764         (sdata_section): Likewise.
4765         (sdata2_section): Likewise.
4766         (sbss_section): Likewise.
4767         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
4768
4769         * sysv4.h: Delete various unnecessary #undef's and put a comment
4770         on the remaining ones.
4771         Change various comments according to coding standard.
4772
4773         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
4774
4775         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO, 
4776         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
4777         (CR0_REGNO_P) Remove.
4778         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand, 
4779         setup_incoming_varargs, mtcrf_operation, print_operand, 
4780         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue): 
4781         Use the above macros.
4782
4783         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
4784
4785         * config/rs6000/rs6000.md: Added a new alternative for each
4786         pattern that had a 'x' alternative but no 'y' alternative.
4787         Added a new split for each of the above patterns.
4788
4789         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
4790
4791         * aix41.h (ASM_CPU_SPEC): Delete.
4792         (CPP_CPU_SPEC): Delete.
4793
4794         * aix.h (RS6000_OUTPUT_BASENAME): Define.
4795         (ASM_OUTPUT_LABEL): Define.
4796         (ASM_GLOBALIZE_LABEL): Define.
4797         (STRIP_NAME_ENCODING): Define.
4798         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
4799         (STRIP_NAME_ENCODING): Don't define.
4800         (ASM_OUTPUT_LABEL): Don't define.
4801         (ASM_GLOBALIZE_LABEL): Don't define.
4802         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
4803         names, and ASM_OUTPUT_LABEL to output labels, rather than
4804         asm_fprintf.
4805         (ASM_OUTPUT_LABEL): Define.
4806         (ASM_OUTPUT_INT): Use assemble_name.
4807         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
4808         (STRIP_NAME_ENCODING): Don't undefine first.
4809         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
4810         ELF.
4811         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
4812         specified with 'asm' even with -fleading-underscore.
4813         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
4814         (output_epilog): Likewise.
4815         (output_toc): Likewise. 
4816         * tramp.asm: Handle -fleading-underscore correctly.
4817
4818         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
4819         -mminimal-toc.
4820         (nonlocal_goto_receiver): Delete.
4821         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
4822
4823         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
4824         (SET_ASM_OP): Define.
4825         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
4826
4827         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
4828         (ASM_LONG): Define.
4829
4830         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
4831         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
4832
4833         * rs6000.h: Add 'u' to more constants.
4834
4835         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
4836
4837         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
4838
4839         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
4840
4841         * rs6000.c (reg_or_u_cint_operand): New function.
4842         (logical_operand): Handle 64-bit hosts.
4843         (logical_u_operand): New function.
4844         (non_logical_cint_operand): Handle 64-bit hosts.
4845         (non_logical_u_cint_operand): New function.
4846         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
4847         (PREDICATE_CODES): Define new functions.
4848         * rs6000-protos.h: Declare new functions.
4849         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
4850         (movdi_64): Bracket code intended for 64-bit hosts.  Create
4851         CONST_DOUBLE for 32-bit values.
4852         (scc insns): Generate DImode compares.
4853         (mfcr insns): Create DImode versions.
4854         (sge matchers): New patterns.
4855         
4856         2000-02-15  Gabriel Paubert  <paubert@iram.es>
4857
4858         * rs6000.md: Correct instructions length attributes and
4859         constraints on unsigned compare instructions.
4860         (*ne0): Disable for PowerPC64.
4861
4862         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
4863
4864         * rs6000.c (output_function_profiler): Use .long for a 32-bit
4865         quantity, fix profile1.C test failure under -fPIC.
4866
4867         * rs6000.c: Add 'u' to many constants to suppress warnings.
4868         (constant_pool_expr_1): Make static.
4869         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
4870         * rs6000.h: Add 'u' to many constants to suppress warnings.
4871
4872         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
4873         for the start of the TOC, instead of LCTOC..0.
4874         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
4875         of the TOC.
4876         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
4877         (load_toc_aix_di): Use LCTOC..1.
4878
4879         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
4880         * rs6000.c (rs6000_legitimize_address): New function from
4881         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
4882         symbols in the constant pool that really are TOC references.
4883         (print_operand_address): For ELF, write TOC offsets under
4884         -fPIC as subtractions in the insn.
4885         (output_toc): For ELF, define symbols in TOC as normal labels,
4886         to match RTL.
4887         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
4888         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
4889         (create_TOC_reference): Prototype only when RTX_CODE is defined.
4890         * rs6000.md (movsi): Only use create_TOC_reference on
4891         symbols in the constant pool that really are TOC references.
4892
4893         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
4894         * rs6000.c (rs6000_reorg): Delete.
4895         * rs6000-protos.h (rs6000_reorg): Delete.
4896
4897         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
4898
4899         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
4900
4901         * aix.h (SETUP_FRAME_ADDRESSES): Define.
4902         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
4903         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
4904         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
4905         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
4906         rs6000_aix_emit_builtin_unwind_init.
4907         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call 
4908         rs6000_emit_eh_toc_restore on AIX.
4909         (return_eh_si): Use r2.
4910         (return_eh_di): Use r2.
4911
4912         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
4913         since we're breaking binary compatibility anyway.
4914
4915         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
4916
4917         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
4918         constant_pool_expr_p): Declare them.
4919         (constant_pool_expr_p): Declare it.
4920         * config/rs6000/rs6000.c (toc_label_name): Define.
4921         (rs6000_override_options): Set toc_label_name.
4922         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
4923         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
4924         uses_TOC): New functions.
4925         (print_operand): Delete old '*' case.
4926         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
4927         and strip off rtl for TOC before calling output_addr_const.
4928         (rs6000_emit_load_toc_table): Use toc_label_name.
4929         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
4930         the default.
4931         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
4932         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
4933         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
4934         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
4935         into explicit TOC_REGISTER offsets.
4936         (TOC_REGISTER): New macro.
4937         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under 
4938         TARGET_TOC to reference TOC_REGISTER.
4939         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
4940         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call  
4941         uses_TOC before emitting label references.
4942
4943         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
4944
4945         * rs6000.md (stack_tie): Fix warning.
4946
4947         * eabi-ctors.c: Use 'asm' names for the start/end variables,
4948         to handle -fleading-underscore.
4949         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
4950         (USER_LABEL_PREFIX): New macro.
4951         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
4952         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
4953         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
4954         call-linux can use the same multilibs.
4955         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
4956         and call-linux multilibs.  Do multilib with -fleading-underscore.
4957         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
4958         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
4959         to call-aix.
4960
4961         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
4962         have MASK_SOFT_FLOAT set.
4963         (CPP_FLOAT_DEFAULT_SPEC): New macro.
4964         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
4965         CPP_FLOAT_DEFAULT_SPEC.
4966
4967         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
4968         * rs6000.md: Whitespace change.
4969         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
4970         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
4971
4972         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
4973
4974         * rs6000.md (eh_epilogue): New expander.
4975         (eh_reg_restore): New expand/split/insn combination.
4976         (return_eh_si): New insn.
4977         (return_eh_di): New insn.
4978
4979         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
4980         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
4981         * eabi-ctors.c (__do_global_ctors): Register this object's
4982         frame.  Clean up.  Call atexit() after the constructors.
4983         (__do_global_dtors): Deregister this object's frame.  Clean up.
4984         Allow for recursive calls to exit().
4985         * rs6000.c (fixuplabelno): New variable.
4986         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
4987         TARGET_RELOCATABLE, it slows down exec() under linux.
4988         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
4989
4990         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
4991         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
4992         (ASM_OUTPUT_DWARF_DELTA2): New macro.
4993         (ASM_OUTPUT_DWARF_DELTA4): New macro.
4994         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
4995         (ASM_OUTPUT_DWARF_ADDR): New macro.
4996         (ASM_OUTPUT_DWARF_DATA4): New macro.
4997         (ASM_OUTPUT_DWARF_DATA2): New macro.
4998         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
4999         (ASM_OUTPUT_DWARF_OFFSET): New macro.
5000         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
5001
5002         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
5003
5004         * rs6000.c (rs6000_sr_alias_set): New variable.
5005         (rs6000_override_options): Initialise rs6000_sr_alias_set.
5006         (rs6000_emit_stack_tie): New function.
5007         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
5008         in a way that dwarf2out can understand.
5009         (rs6000_frame_related): New function.
5010         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
5011         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
5012         Use rs6000_emit_stack_tie when needed.
5013         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
5014         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
5015         * rs6000.md (stack_tie): New insn.
5016         (return_internal_si): Allow return value to be in the count
5017         register.
5018         (return_internal_di): Likewise.
5019
5020         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
5021
5022         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
5023
5024         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
5025
5026         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
5027
5028         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
5029
5030         * rs6000.md (stmw): Use the right POWER opcode.
5031         (lmw): Likewise.
5032
5033         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5034
5035         * rs6000-protos.h: New file.
5036
5037         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
5038         
5039         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
5040         warnings.
5041         
5042         * sysv4.h: Likewise.
5043
5044         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
5045
5046         * ../../configure.in: Delete powerpcle-*-winnt*
5047         and powerpcle-*-pe|powerpcle-*-cygwin*.
5048         * ../../configure: Regenerated.
5049         * cygwin.h: Delete.
5050         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
5051         (TARGET_WINDOWS_NT): Delete.
5052         (ABI_NT): Delete.
5053         (CALL_NT_DLLIMPORT): Delete.
5054         Delete NT-specific code.
5055         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
5056         * win-nt.h: Delete.
5057         * t-winnt: Delete.
5058         * nt-ci.asm: Delete.
5059         * nt-cn.asm: Delete.
5060         * ntstack.asm: Delete.
5061
5062         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5063
5064         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
5065         (ASM_FILE_START): Likewise.
5066         (ASM_DECLARE_FUNCTION_NAME): Likewise.
5067         (ASM_OUTPUT_LABELREF): Likewise.
5068         (ASM_OUTPUT_SKIP): Likewise.
5069         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
5070         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5071         (ASM_OUTPUT_CASE_LABEL): Likewise.
5072         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5073         (ASM_OUTPUT_ASCII): Likewise.
5074
5075         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
5076
5077         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
5078         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
5079         increment rs6000_pic_labelno here.
5080         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
5081         and increment rs6000_pic_labelno here.
5082
5083         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
5084
5085         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
5086         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
5087         allocation knows (reg) is dead before the insn.
5088
5089         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
5090
5091         * rs6000.md (movsi_to_cr): Correct typo in output template.
5092
5093         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
5094
5095         * rs6000.c (rs6000_pic_labelno): Always define.
5096         (rs6000_pic_func_labelno): Delete.
5097         (lmw_operation): Check for a zero base register,
5098         which doesn't mean what we want.
5099         (stmw_operation): New function.
5100         (print_operand): Define new 'l' modifier.
5101         (rs6000_stack_info): We must save all 64 bits of the registers
5102         if TARGET_POWERPC64.
5103         (rs6000_output_load_toc_table): Delete.
5104         (rs6000_emit_load_toc_table): New function.
5105         (rs6000_allocate_stack_space): Delete.
5106         (rs6000_emit_allocate_stack): New function.
5107         (rs6000_emit_prologue): New function.
5108         (output_prolog): Use rs6000_emit_prologue.
5109         (rs6000_emit_epilogue): Change a few variable names to be
5110         more accurate.  Restore all 64 bits of the registers if
5111         TARGET_POWERPC64.  Only restore the FP registers which were used
5112         if they are being saved/restored one-at-a-time.
5113         (output_mi_thunk): Delete inefficient code generation.
5114         (output_function_profiler): Don't use rs6000_output_load_toc_table.
5115         * rs6000.h: Declare rs6000_emit_load_toc_table,
5116         rs6000_allocate_stack_space, stmw_operation.  Don't declare
5117         rs6000_output_load_toc_table.
5118         * rs6000.md (elf_high): Allow register 0, but discourage it
5119         heavily.
5120         (elf_low): Support loading into register 0.
5121         (load_toc_aix_si): New pattern.
5122         (load_toc_aix_di): New pattern.
5123         (load_toc_v4_pic_si): New pattern.
5124         (load_toc_v4_pic_di): New pattern.
5125         (load_toc_v4_PIC_1): New pattern.
5126         (load_toc_v4_PIC_1b): New pattern.
5127         (load_toc_v4_PIC_2): New pattern.
5128         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
5129         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
5130         (prologue): New expander.
5131         (movesi_from_cr): New pattern.
5132         (stmw): New pattern.
5133         (save_fpregs_si): New pattern.
5134         (save_fpregs_di): New pattern.
5135
5136         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5137
5138         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
5139         (movdi): Likewise.
5140         (movhi): Likewise.
5141         (movqi): Likewise.
5142
5143         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5144
5145         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
5146         at present.
5147         (movsi_got_internal): Likewise.
5148         (movsi_got_internal+1): Likewise.
5149         (set_sp): 'unspec 7' does a SImode clobber.
5150
5151         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5152
5153         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
5154         allocate a stack temporary.
5155         (floatsidf2_internal): Likewise.
5156         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
5157         with unspec.
5158         (floatunssidf2): Don't use the fpmem "register", just
5159         allocate a stack temporary.
5160         (floatunssidf2_internal): Likewise.
5161         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
5162         with unspec.
5163         (floatsidf2_loadaddr): Delete.
5164         (floatsidf2_store1): Delete.
5165         (floatsidf2_store2): Delete.
5166         (floatsidf2_load): Delete.
5167         (fix_truncdfsi2): Don't use the fpmem "register", just
5168         allocate a stack temporary.
5169         (fix_truncdfsi2_internal_si): Delete.
5170         (fix_truncdfsi2_internal_di): Delete.
5171         (fix_truncdfsi2_internal): New insn.
5172         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
5173         (fix_truncdfsi2_store): Delete.
5174         (fix_truncdfsi2_load): Delete.
5175         (fctiwz): Produce gen_fctiwz.
5176
5177         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
5178
5179         * eabi.h (INVOKE__main): Define.
5180         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
5181         specially.
5182         (rs6000_emit_prologue): Likewise.
5183         * rs6000.h (struct rs6000_stack): Don't keep track of whether
5184         this is the main program.
5185
5186         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5187
5188         * rs6000.c (rs6000_va_arg): Delete some unused variables.
5189
5190         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5191
5192         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
5193         goes after the argument.
5194
5195         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5196
5197         * rs6000.md: Document 'unspec' values used.
5198         (epilogue): New expander.
5199         (movesi_to_cr_one): New expander.
5200         (movesi_to_cr and following): New pattern.
5201         (lmw): New pattern.
5202         (return_internal_si): New pattern.
5203         (return_internal_di): New pattern.
5204         (return_and_restore_fpregs_si): New pattern.
5205         (return_and_restore_fpregs_di): New pattern.
5206         * rs6000.h: Declare new functions.
5207         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
5208         rather than rs6000_calls_p.
5209         (rs6000_makes_calls): Delete.
5210         (lmw_operation): New function.
5211         (mtcrf_operation): New function.
5212         (rs6000_emit_epilogue): New function.
5213         (output_epilog): Call rs6000_emit_epilogue and final if
5214         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
5215
5216         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5217
5218         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
5219         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
5220         * aix.h (SUBTARGET_SWITCHES): Document switches.
5221         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
5222         sched-prolog and sched-epilog the same.  Document all the
5223         switches.
5224         (TARGET_OPTIONS): No longer allow -mdebug-.
5225
5226         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5227
5228         * rs6000.h (ASM_FILE_END): Move to aix.h.
5229         (EXTRA_SECTIONS): Move to aix.h.
5230         (READONLY_DATA_SECTION): Move to aix.h.
5231         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
5232         (SELECT_SECTION): Move to aix.h.
5233         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
5234         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
5235         (LINK_REGISTER_REGNUM): New definition.
5236         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
5237         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
5238         AIX and SVR4.
5239         * sysv4.h: Delete the code between the inclusion of rs6000.h
5240         and svr4.h.
5241         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
5242         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
5243         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
5244         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
5245         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
5246         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
5247         (fix_truncdfsi2_internal_di): New pattern.
5248         (fix_truncdfsi2_store): The second arg here is Pmode too.
5249         (fix_truncdfsi2_load): The second arg here is Pmode too.
5250         (tablejumpdi): Now that switch tables hold only SImode values,
5251         gcc needs to know how to add them to the pc which is DImode.
5252         * rs6000.c (rs6000_stack_info): Use symbolic name for 
5253         LINK_REGISTER_REGNUM.
5254         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
5255         (output_toc): Delete unused variables s1 and s2.
5256         (output_ascii): Use fputs not fprintf on a variable string.
5257
5258         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
5259
5260         * rs6000.c (processor_target_table): Add power3 as alias for 630.
5261         * aix43.h: Revert Aug 2 change.
5262         (HAS_INIT_SECTION): Define, not visible yet.
5263         (LD_INIT_SWITCH): Define, not visible yet.
5264         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
5265
5266         2000-01-04  Joel Sherrill (joel@OARcorp.com>
5267
5268         * config/rs6000/rtems.h: Include config/rtems.h.
5269
5270         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
5271
5272         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
5273         (SLOW_UNALIGNED_ACCESS): Define.
5274         (CASE_VECTOR_MODE): Always use 32-bit offsets.
5275         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
5276         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
5277         (toc_section): Likewise and .toc pseudo-op.
5278         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
5279         64-bit mode.
5280         (TEXT_SECTION_ASM_OP): Likewise.
5281         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
5282         32-bit offsets.
5283
5284         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
5285
5286         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
5287         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
5288         compiling libgcc2.
5289         
5290         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5291
5292         * rs6000.h: Move more stuff from here...
5293         * aix.h: to here.
5294         * sysv4.h: Cleanup accordingly.
5295         * netware.h: Likewise
5296
5297         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5298
5299         * rs6000.h: Continue cleanup.
5300         * aix.h: Likewise.
5301         * lynx.h: Likewise.
5302         * netware.h: Likewise.
5303         * sol2.h: Likewise.
5304         * sysv4.h: Likewise.
5305         * win-nt.h: Likewise.
5306
5307         * rs6000.h (TARGET_SWITCHES): Add descriptions.
5308         (TARGET_OPTIONS): Likewise.
5309
5310         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
5311         (SUBTARGET_OPTIONS): Likewise.
5312
5313         * rs6000.md: Fix compile time warnings.
5314
5315         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5316
5317         vxworks patches from the Cygnus tree originally by
5318         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
5319         <vmakarov@cygnus.com>.
5320         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
5321         (ENDFILE_SPEC): Likewise.
5322         (LIB_VXWORKS_SPEC): New macro.
5323         (STARTFILE_VXWORKS_SPEC): New macro.
5324         (ENDFILE_VXWORKS_SPEC): New macro.
5325         (LINK_START_VXWORKS_SPEC): New macro.
5326         (LINK_OS_VXWORKS_SPEC): New macro.
5327         (CPP_OS_VXWORKS_SPEC): New macro.
5328         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
5329         * vxppc.h: Rewrite to use proper configuration method.
5330         * vxppcle.h: New file.
5331         * ../../configure.in: Add powerpcle-wrs-vxworks*.
5332         * ../../configure: Rebuilt.
5333
5334         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5335
5336         Lots of changes to rs6000.h, sysv4.h, aix.h,
5337         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
5338         with the aim that rs6000.h is the first header
5339         included and the others override it.
5340         * aix.h: New file.
5341
5342         * x-aix41-gld: Remove.  
5343         * x-aix43: Remove.
5344         * x-aix41: Remove target-specific switches, and don't specify
5345         -Wl,-bbigtoc as we don't need it any more.
5346         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
5347         Use t-aix43 for AIX 4.3 and above.
5348         * ../../configure: Regenerated.
5349
5350         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
5351         options, that don't do anything yet.
5352         (MASK_SCHED_PROLOG): New macro.
5353         (MASK_SCHED_EPILOG): New macro.
5354         (TARGET_SCHED_PROLOG): New macro.
5355         (TARGET_SCHED_EPILOG): New macro.
5356
5357         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5358
5359         * rs6000.c: Correct comment, the `minimal' TOCs are actually
5360         one per translation unit, not one per function.
5361         (output_toc): Also do duplicate constant elimination
5362         for per-translation-unit TOCs.
5363
5364         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
5365         a comment explaining _exactly_ when this pattern gets used.
5366         (builtin_setjmp_receiver): New pattern for better clarity.
5367         (init_v4_pic): Move it into a section dealing with TOC registers.
5368
5369         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
5370
5371         * rs6000.c (toc_hash_table): New variable.
5372         (rs6000_hash_constant): New function.
5373         (toc_hash_function): New function.
5374         (toc_hash_eq): New function.
5375         (toc_hash_mark_entry): New function.
5376         (toc_hash_mark_table): New function.
5377         (output_toc): Don't output duplicate TOC entries in
5378         a single file.
5379         (rs6000_add_gc_roots): Add the hash table as a GC root.
5380         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
5381         where they clearly shouldn't be.  This may need to be fixed
5382         later when there is a GNU ar for AIX.
5383         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
5384         Don't define BOOT_LDFLAGS as it is now not necessary.
5385
5386         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
5387
5388         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
5389         for va_list on AIX.  Use unsigned_char_type_node rather than
5390         constructing our own version on svr4.
5391
5392         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
5393
5394         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
5395         since patently it's not.
5396
5397         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
5398
5399         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
5400         define_expand/define_insn pair, and handle restore of the
5401         SVR4 -fpic register.
5402
5403 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
5404
5405         * acconfig.h (HAVE_GAS_WEAK): New define.
5406         * configure.in (assembler weak support): Check for .weak support.
5407         * config.in, configure: Rebuilt.
5408         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
5409         HAVE_GAS_WEAK is defined.
5410
5411 2000-03-15  Nick Clifton  <nickc@cygnus.com>
5412
5413         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
5414         asm_fprintf().
5415
5416 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
5417
5418         * cppfiles.c (open_include_file): New function.
5419         (find_include_file, cpp_read_file): Use it.
5420
5421 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
5422
5423         * cpphash.c (dump_hash_helper): Take the slot, not the element.
5424
5425 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
5426
5427         * flow.c (verify_flow_info): Check for unconditional return.
5428
5429 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
5430
5431         * config/ia64/ia64.md (restore_stack_nonlocal): New.
5432         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
5433         (__ia64_restore_stack_nonlocal): New.
5434         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
5435
5436 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5437
5438         * cpphash.c (collect_formal_parameters): Do not complain about
5439         parameter names that just start with `__VA_ARGS__'.
5440
5441 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
5442
5443         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
5444         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
5445         * i386.c (pentiumpro_cost): Set mul cost to 4.
5446         (x86_use_movx): Set for PPro.
5447
5448 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
5449
5450         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
5451         STACK_BOUNDARY for empty frames now.
5452
5453 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
5454
5455         * stor-layout.c (layout_union): Remove.
5456         (layout_union_field): New function, split out from layout_union.
5457         (finish_union_layout): Likewise.
5458         (layout_field): Handle unions by calling layout_union_field.
5459         (finish_record_layout): Handle unions.
5460         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
5461         QUAL_UNION_TYPE handling.
5462
5463 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
5464
5465         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
5466         end of basic block is jump_insn, not barrier; use create_basic_block
5467         instead of creating basic block by hand.
5468
5469 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
5470
5471         * flow.c (reorder_basic_blocks): Account for barriers when writing
5472         over NEXT_INSN (last_bb->end).
5473         (verify_flow_info): Add check for missing barriers.
5474
5475 2000-03-14  Greg McGary  <gkm@gnu.org>
5476
5477         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
5478         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
5479         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
5480         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
5481         __unbounded, __unbounded__): New keywords.
5482         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
5483         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
5484         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
5485
5486 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
5487
5488         * cselib.h: New file.
5489         * alias.c: Include "cselib.h".
5490         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
5491         MEMs as two new arguments.
5492         (get_addr): New static function.
5493         (find_base_term): Handle VALUEs.
5494         (memrefs_conflict_p): Likewise.
5495         (true_dependence): Call get_addr on the addresses.
5496         Call fixed_scalar_and_varying_struct_p with addresses that have been
5497         passed through get_addr and canon_rtx.
5498         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
5499         with true_dependence.
5500         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
5501         * loop.c: Include "cselib.h".
5502         (load_mems): Process extended basic block that enters the loop with
5503         cselib.  Use that information to change initialization of the shadow
5504         register so that a constant equivalence is seen by later passes.
5505         * reload1.c: Include "cselib.h".
5506         (reload_cse_invalidate_regno): Delete function.
5507         (reload_cse_mem_conflict_p): Likewise.
5508         (reload_cse_invalidate_mem): Likewise.
5509         (reload_cse_invalidate_rtx): Likewise.
5510         (reload_cse_regno_equal_p): Likewise.
5511         (reload_cse_check_clobber): Likewise.
5512         (reload_cse_record_set): Likewise.
5513         (reg_values): Delete static variable.
5514         (invalidate_regno_rtx): Likewise.
5515         (reload_cse_delete_noop_set): New static function.
5516         (reload_cse_simplify): New static function, broken out of
5517         reload_cse_regs_1.
5518         (reload_cse_noop_set_p): Delete unused argument INSN.
5519         Just call rtx_equal_for_cselib_p on set source and destination.
5520         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
5521         reload_cse_delete_noop_set.  Delete code to keep track of values; use
5522         cselib functions instead.  Delete code to push/pop obstacks.
5523         (reload_cse_simplify_set): Use cselib to find equivalent values.
5524         Delete code to push/pop obstacks.
5525         (reload_cse_simplify_operands): Likewise.
5526         * rtl.def (VALUE): New rtx code.
5527         * rtl.h (union rtunion_def): New elt rt_cselib.
5528         (X0CSELIB, CSELIB_VAL_PTR): New macros.
5529         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
5530         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
5531         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
5532         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
5533         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
5534         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
5535         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
5536         cselib_record_set, cselib_record_sets): New static functions.
5537         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
5538         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
5539         references_value_p): New functions.
5540         (MAX_USELESS_VALUES, REG_VALUES): New macros.
5541         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
5542         n_useless_values, reg_values, callmem, cselib_obstack,
5543         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
5544         New static variables.
5545         * varray.h (union varray_data_tag): New elt te.
5546         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
5547         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
5548         dependencies.
5549
5550 2000-03-14  Nick Clifton  <nickc@cygnus.com>
5551
5552         * gcc.c (do_spec_1): Catch the case where %* is used in a
5553         substitution pattern, but it has not been initialised.
5554         Issue a meaningful error message if an unrecognised operator
5555         is encountered in a spec string.
5556
5557 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
5558
5559         * function.c (prepare_function_start): Correctly initialize
5560         cfun->stack_alignment_needed.
5561
5562 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
5563
5564         * cppfiles.c (find_include_file): Don't assume nshort is a
5565         substring of name.
5566
5567 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
5568
5569         * configure.in (hppa configurations): Add pa32-regs.h to the
5570         list of tm files as appropriate.
5571         * configure: Rebuilt.
5572         * pa.c (compute_frame_size): Remove explicit knowledge about FP
5573         register numbering.
5574         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
5575         (fmpyaddoperands, fmpysuboperands): Likewise.
5576         * pa.h: Remove various definitions which depend on knowing
5577         how registers are numbered.
5578         * pa32-regs.h: New file with PA32 register numbering specific
5579         definitions.
5580
5581 2000-03-14  Richard Henderson  <rth@cygnus.com>
5582
5583         * regmove.c (combine_stack_adjustments): New.
5584         (stack_memref_p, single_set_for_csa): New.
5585         (free_csa_memlist, record_one_stack_memref): New.
5586         (try_apply_stack_adjustment): New.
5587         (combine_stack_adjustments_for_block): New.
5588         * rtl.h (combine_stack_adjustments): Declare.
5589         * toplev.c (rest_of_compilation): Call it.
5590
5591         * i386.md: Revert 2000-01-16 change.
5592
5593 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5594
5595         * gccbug.in: Add web category, gcc specific classes.
5596
5597 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
5598
5599         * stor-layout.c (finalize_record_size): Fix typo.
5600
5601 2000-03-14  Stan Shebs  <shebs@apple.com>
5602
5603         * c-typeck.c (c_alignof): Error on incomplete types.
5604         * extend.texi (Alignment): Document this.
5605
5606 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
5607
5608         * cppfiles.c: Include mkdeps.h.
5609         (find_include_file, read_include_file): Remove _cpp_ prefix
5610         from name, make static.
5611         (_cpp_execute_include): New function, broken out of
5612         do_include.
5613
5614         * cpplib.c: Don't include mkdeps.h.
5615         (struct directive): Remove type field. Reorder entries.  The
5616         function takes only one argument.
5617         (struct if_stack): Make type field an int.
5618         (directive_table): Rename to dtable.  Generate it, the
5619         prototypes of the directive handlers, and the enum for the
5620         directive numbers, from a template macro.
5621         (do_ifndef, do_include_next, do_import): New functions.
5622         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
5623         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
5624         do_ident, do_assert, do_unassert, do_sccs): Take only one
5625         argument.
5626         (do_sccs): Define always, but alter behavior based on
5627         SCCS_DIRECTIVE.
5628         (_cpp_handle_directive, consider_directive_while_skipping):
5629         Restructure for new directive table layout.
5630
5631         (pass_thru_directive): Take a directive number, not a pointer
5632         to a struct directive.
5633         (parse_include): New function, broken out of do_include.
5634         (do_include, do_import, do_include_next): Use parse_include
5635         and _cpp_execute_include.
5636         (do_elif, do_else): Test for T_ELSE specifically when checking
5637         for #elif/#else after #else.
5638         (parse_ifdef): New function, broken out of do_ifdef.
5639         (validate_else): Expect a name arg without a leading #.
5640         (if_directive_name): Delete.
5641         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
5642         directive handlers with only one argument.
5643
5644         * cpphash.h: Update prototypes.
5645         (enum node_type): Remove entries for directives.
5646         * Makefile.in: Update dependencies.
5647
5648         * cpphash.c (dump_hash_helper): Only dump nodes of type
5649         T_MACRO.  Emit a newline after each definition.
5650
5651 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5652
5653         * gccbug.in: New file.
5654         * configure.in (all_outputs): Add gccbug.
5655         * Makefile.in (install-common): Install gccbug.
5656         (GCCBUG_INSTALL_NAME): New variable.
5657         * configure: Rebuilt.
5658         
5659 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
5660
5661         * function.c (put_var_into_stack): Use type_for_mode to calculate
5662         part_type.  Use MEM_SET_IN_STRUCT_P.
5663         * expr.c (store_field): Handle CONCAT.
5664         (store_constructor): Use fields_length.
5665         * tree.c (fields_length): New fn.
5666         * tree.h: Declare it.
5667
5668 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
5669
5670         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
5671         (cpplex.o): New target.
5672         * po/POTFILES.in: Add cpplex.c.
5673
5674         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
5675         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
5676         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
5677         skip_block_comment, skip_line_comment, skip_comment,
5678         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
5679         _cpp_parse_name, skip_string, parse_string,
5680         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
5681         _cpp_get_directive_token, find_position,
5682         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
5683         (maybe_macroexpand, _cpp_lex_token): New functions.
5684
5685         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
5686         parse_goto_mark): Delete.
5687         (_cpp_handle_eof): New function.
5688         (_cpp_handle_directive): Rename from handle_directive.
5689         (_cpp_output_line_command): Rename from output_line_command.
5690         (do_if, do_elif): Call _cpp_parse_expr directly.
5691         * cppfiles.c (_cpp_read_include_file): Don't call
5692         init_input_buffer here.
5693         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
5694         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
5695         here; pop the token_buffer and skip the rest of the line here.
5696         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
5697         here.
5698
5699         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
5700         Define here.
5701         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
5702         CPP_GOTO_MARK): New macros.
5703         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
5704         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
5705         _cpp_read_and_prescan, _cpp_init_input_buffer,
5706         _cpp_grow_token_buffer, _cpp_get_directive_token,
5707         _cpp_handle_directive, _cpp_handle_eof,
5708         _cpp_output_line_command): Prototype them here.
5709         * cpplib.h (enum cpp_token): Add CPP_MACRO.
5710         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
5711         quote_string, output_line_command): Remove.
5712
5713 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
5714
5715         * stmt.c (expand_end_case): RANGE may be signed, and when checking
5716         whether it is too large we must also verify that it isn't negative.
5717
5718 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
5719
5720         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
5721         (movsi_zero_liveg0): Remove.
5722         (movsf_insn_novis_liveg0): Remove.
5723         (negsi2): Remove.
5724         (negsi2_not_liveg0): Rename to negsi2.
5725         (one_cmplsi2): Remove.
5726         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
5727         (one_cmplsi2_liveg0): Remove.
5728         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
5729         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
5730         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
5731         (PREDICATE_CODES): Remove zero_operand.
5732         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
5733         TARGET_BROKEN_SAVERESTORE.
5734         (zero_operand): Remove.
5735         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
5736         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
5737         options.
5738         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
5739         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
5740         TARGET_BROKEN_SAVERESTORE): Remove.
5741         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5742         Remove.
5743         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5744         Remove.
5745         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5746         Remove.
5747
5748         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
5749
5750 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
5751
5752         * cpplib.c (do_pragma_implementation): Fix off-by-one error
5753         truncating a string.  Don't assume tokens are nul terminated.
5754         Problem noted by Andreas Jaeger <aj@suse.de>
5755
5756 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
5757
5758         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
5759         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
5760         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
5761
5762 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
5763
5764         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
5765         STRUCTURE_SIZE_BOUNDARY.
5766
5767 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
5768
5769         * tree.h (record_layout_info_s): New structure.
5770         (record_layout_info): New type.
5771         (new_record_layout_info): New function.
5772         (layout_field): Likewise.
5773         (finish_record_layout): Likewise.
5774         * stor-layout.c (layout_record): Remove.
5775         (new_record_layout_info): New function.
5776         (layout_field): New function, broken out from layout_record.
5777         (finalize_record_size): Likewise.
5778         (compute_record_mode): Likewise.
5779         (finalize_type_size): New function, broken out from layout_type.
5780         (finish_record_layout): Likewise.
5781         (layout_type): Use them.
5782         
5783 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
5784
5785         * cpphash.c: Don't include version.h.
5786         (special_symbol) [case T_VERSION]: Look for the string in
5787         hp->value.cpval; don't use version_string.
5788         * cppinit.c (initialize_builtins): Set hp->value.cpval for
5789         __VERSION__ to version_string.
5790         * Makefile.in (cpphash.o): Update deps.
5791
5792 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
5793
5794         Convert cpplib to use libiberty/hashtab.c.
5795
5796         * cpplib.h (struct cpp_reader): Make hashtab and
5797         all_include_files of type 'struct htab *'.  Delete HASHSIZE
5798         and ALL_INCLUDE_HASHSIZE macros.
5799
5800         * cpphash.h: Update prototypes.
5801         (struct hashnode): Remove next, prev, and bucket_hdr members.
5802         Make length a size_t.  Add hash member.
5803         (struct ihash): Remove next member.  Add hash member.  Make
5804         name a flexible array member.
5805
5806         * cppfiles.c: Include hashtab.h.
5807         (include_hash): Delete.
5808         (IHASHSIZE): New macro.
5809         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
5810         (cpp_included): Do the hash lookup here.
5811         (_cpp_find_include_file): Rewrite.
5812         (cpp_read_file): Put the "fake" hash entry into the hash
5813         table.  Honor the control_macro, if it turns out we've seen
5814         the file before.  Don't push the buffer here.
5815         (_cpp_read_include_file): Push the buffer here.
5816         (OMODES): New macro.  Use it whenever we call open(2).
5817
5818         * cpphash.c: Include hashtab.h.
5819         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
5820         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
5821         _cpp_lookup_slot): New functions.
5822         (HASHSIZE): new macro.
5823         (hashf, _cpp_install, _cpp_delete_macro): Delete.
5824         (_cpp_lookup): Use hashtab.h routines.
5825
5826         * cppinit.c: Include hashtab.h.
5827         (cpp_reader_init): Call _cpp_init_macro_hash and
5828         _cpp_init_include_hash.  Don't allocate hashtab directly.
5829         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
5830         pfile->all_include_files.
5831         (initialize_builtins): Use _cpp_make_hashnode and
5832         htab_find_slot to add hash entries.
5833         (cpp_finish): Just call _cpp_dump_macro_hash.
5834         * cpplib.c: Include hashtab.h.
5835         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
5836         create hash entries.
5837         (do_pragma_poison, do_assert): Likewise.
5838         (do_include): Don't push the buffer here.  Don't increment
5839         system_include_depth unless _cpp_read_include_file succeeds.
5840         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
5841         or htab_remove_elt.
5842         (do_pragma_implementation): Use alloca to create copy.
5843
5844         * Makefile.in: Update dependencies.
5845
5846 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5847
5848         * cppinit.c (cl_directive_handler): More K&R fixing.
5849
5850 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
5851
5852         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
5853         STACK_BOUNDARY.
5854         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
5855
5856 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5857
5858         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
5859         Change from char[] to macros.
5860
5861 2000-03-12  Neil Booth  <NeilB@earthling.net>
5862
5863         * cppinit.c (cpp_start_read): Update indirect function
5864         call to K&R C.
5865
5866 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
5867
5868         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
5869         entry.
5870
5871         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
5872         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
5873
5874 2000-03-11  Neil Booth  <NeilB@earthling.net>
5875
5876         * cppinit.c (struct pending option): Replace undef with a 
5877         pointer to a directive handling routine.
5878         (struct cpp_pending): Replace separate assert_ and define_ 
5879         lists with one directive_ list.
5880         (new_pending_define): Rename new_pending_directive. Extra
5881         argument is the directive's handling routine.
5882         (handle_option): Update to use new_pending_directive.
5883
5884 2000-03-11  Neil Booth  <NeilB@earthling.net>
5885
5886         * cppfiles.c (file_cleanup, _cpp_find_include_file,
5887         remap_filename, _cpp_read_include_file, actual_directory,
5888         hack_vms_include_specification): Replace bcopy(), index() etc
5889         calls.  Add casts to some allocations.  Make some variables
5890         pointers to const [unsigned] char.
5891         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
5892         collect_formal_parameters): Similarly.
5893         * cppinit.c (struct pending_option, append_include_chain,
5894         cpp_options_init, cpp_reader_init, initialize_standard_includes,
5895         cpp_start_read, new_pending_define, handle_option): Similarly.
5896         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
5897         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
5898         do_pragma_implementation, detect_if_not_defined,
5899         do_ifdef, skip_if_group, cpp_get_token, parse_string,
5900         do_assert, do_unassert): Similarly.
5901         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
5902         function prototypes.
5903         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.   
5904
5905 2000-03-10  Richard Henderson  <rth@cygnus.com>
5906
5907         * builtins.c (expand_builtin_strlen): Revert last change.
5908         Use emit_insn_before if we're at the beginning of a sequence.
5909
5910 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
5911
5912         * builtins.c (expand_builtin_strlen): Make sure that we have something
5913         at the beginning of the sequence.
5914
5915         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
5916         deferred inlines.
5917
5918         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
5919
5920 2000-03-10  Richard Henderson  <rth@cygnus.com>
5921
5922         * except.c (can_throw): Use INTVAL on a CONST_INT.
5923         (reachable_handlers): Likewise.
5924         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
5925
5926 2000-03-10  Andreas Jaeger  <aj@suse.de>
5927
5928         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
5929         MD_STARTFILE_PREFIX since those are not needed on linux.
5930         (ASM_FILE_START): New, from mips/gnu.h.
5931
5932 2000-03-09  Richard Henderson  <rth@cygnus.com>
5933             Alex Samuel  <samuel@codesourcery.com> and others
5934         
5935         * Makefile.in (ssa.o): New rule.
5936         (OBJS): Add ssa.o.
5937         (STAGESTUFF): Add *.ssa and *.ussa.
5938         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
5939         * rtl.def (PHI): New RTL expression.
5940         * rtl.h (clear_log_links): New declaration.
5941         (convert_to_ssa): Likewise.
5942         (convert_from_ssa): Likewise.
5943         * flow.c (split_edge): If the entry node falls through to the
5944         split edge's source block, split the entry edge.
5945         (clear_log_links): New function.
5946         * toplev.c (ssa_dump): New variable.
5947         (flag_ssa): Likewise.
5948         (f_options): Add "ssa".
5949         (compile_file): Create SSA dump files.
5950         (rest_of_compilation): Go to and from SSA if enabled.
5951         (decide_d_option): Handle -de for SSA dump files.
5952         * ssa.c: New file.
5953         
5954 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
5955
5956         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
5957         same as VAR_DECL.
5958
5959 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
5960
5961         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
5962
5963 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
5964
5965         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
5966         (MD_STARTFILE_PREFIX_1): New macro.
5967
5968 2000-03-09  Robert Lipe  <robertl@sco.com>
5969
5970         * config/ia64/ia64.c: Include system.h.
5971
5972 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
5973
5974         * except.c (nothrow_function_p): If -fno-exceptions, just return.
5975         (init_eh_nesting_info): Likewise.
5976
5977         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
5978         (TREE_NOTHROW): Rename from TREE_RAISES.
5979         * toplev.c (rest_of_compilation): Set it.
5980         * print-tree.c (print_node): Adjust.
5981         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
5982         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
5983         * calls.c (emit_call_1): Add 'nothrow' parm.  Add 
5984         REG_EH_REGION note as appropriate.
5985         (libfunc_nothrow): New fn.
5986         (emit_library_call, emit_library_call_value): Use it.
5987         (expand_call): Check TREE_NOTHROW.
5988
5989         * varasm.c (make_decl_rtl): Skip initial '*' when setting
5990         DECL_ASSEMBLER_NAME.
5991
5992 2000-03-09  Andreas Jaeger  <aj@suse.de>
5993
5994         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
5995         (TARGET_MEM_FUNCTIONS): Define.
5996
5997 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
5998
5999         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
6000
6001         * except.c (can_throw): See through a SEQUENCE.
6002         (nothrow_function_p): New fn.
6003         * except.h: Declare it.
6004         * function.c (current_function_nothrow): New var.
6005         (prepare_function_start): Initialize it.
6006         * output.h: Declare it.
6007         * toplev.c (rest_of_compilation): Set it.
6008         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
6009
6010 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
6011
6012         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
6013         match.  (cpp_compare_defs): Count the nul separator when
6014         advancing over argument names.
6015
6016 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
6017
6018         * recog.c (preprocess_constraints): Matching constraints affect
6019         same alternative/different operand, not same operand/different
6020         alternative.
6021         
6022         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
6023         register and a constant specially.
6024
6025 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6026
6027         * libgcc2.h: New file.
6028         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
6029
6030 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
6031
6032         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
6033         * configure: Regenerate.
6034         * config/ia64: New.
6035
6036 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
6037
6038         * Makefile.in (LIBCPP_DEPS): New macro.
6039         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
6040         it to declare deps.
6041         * cpperror.c: Include cpphash.h.
6042         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
6043         dingleberry.
6044         (lex): Don't use CPP_WARN_UNDEF.
6045         (_cpp_parse_expr): Return an int, the truth value.
6046         * cppfiles.c: Include cpphash.h.
6047         (_cpp_merge_include_chains): Move to cppinit.c and make static.
6048         * cppinit.c (include_defaults_array): Disentangle.
6049         (cpp_cleanup): Don't free the if stack here.
6050         (cpp_finish): Pop off all buffers, not just one.
6051         * cpplib.c (eval_if_expr): Return int.
6052         (do_xifdef): Rename do_ifdef.
6053         (handle_directive): Don't use CPP_PREPROCESSED. 
6054         (cpp_get_token): Don't use CPP_C89.
6055         * fix-header.c: Don't use CPP_OPTIONS.
6056
6057         * cpplib.h: Move U_CHAR, enum node_type, struct
6058         file_name_list, struct ihash, is_idchar, is_idstart,
6059         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
6060         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
6061         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
6062         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
6063         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
6064         of _cpp_simplify_pathname, _cpp_find_include_file,
6065         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
6066         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
6067         cppinit.c.
6068         Change all uses of U_CHAR to be unsigned char instead.
6069         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
6070
6071 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
6072
6073         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
6074         (dwarf2out_begin_prologue): Set it.
6075         (output_call_frame_info): Don't emit EH unwind info for leaves.
6076
6077         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
6078         can occur outside of an EH region.
6079         * except.c: Correct comments about rethrow behavior.
6080         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
6081
6082 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
6083
6084         * flow.c (make_edges): Always call make_eh_edge for calls.
6085
6086 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
6087
6088         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
6089         (struct cpp_buffer): Remove fname and underflow fields.
6090         (struct cpp_reader): Remove get_token field.
6091         (struct include_hash): Rename to struct ihash.  Add typedef to
6092         IHASH.
6093         (struct if_stack): Remove fname field.
6094         (IF_STACK_FRAME): Rename to IF_STACK.
6095
6096         * cpperror.c (print_containing_files): Trust that there are no
6097         macro buffers below the top file buffer.
6098         * cppfiles.c: Replace all references to 'struct include_hash'
6099         with 'IHASH'.  Rename initialize_input_buffer to
6100         init_input_buffer.  Don't set or reference cpp_buffer->fname,
6101         use buffer->ihash->name instead.
6102         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
6103         not CPP_NULL_BUFFER.
6104         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
6105         IF_STACK_FRAME, IHASH not struct include_hash.
6106         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
6107         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
6108         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
6109         references to cpp_buffer->fname (delete entirely, or use
6110         ->ihash->name instead) and IF_STACK->fname.
6111         (cpp_push_buffer): Don't set new->underflow.
6112         (do_include): Use cpp_file_buffer.
6113
6114         * cpphash.c (collect_formal_parameters): Remove duplicate
6115         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
6116         used as a macro argument name.  Don't append "..." to namebuf
6117         for varargs macros.  After we're done scanning, go through
6118         namebuf and make it NUL separated, not comma separated.
6119         (_cpp_compare_defs): Remove register tag from variables.
6120         Expect defn->argnames to be NUL separated.
6121         (_cpp_dump_definition): Expect defn->argnames to be NUL
6122         separated and in forward order.
6123         * cpphash.h: Update documentation of argnames field.
6124
6125 2000-03-08  Richard Henderson  <rth@cygnus.com>
6126
6127         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
6128         to fail.  Don't pre-expand the source operand.
6129
6130         * i386.md (strlensi): Initialize eoschar and align before use.
6131
6132 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
6133
6134         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
6135         CONSTRUCTOR element.
6136
6137 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
6138
6139         * mips.c (mips_expand_prologue): If the last 
6140         named argument is the vararg marker "va_list", treat it as
6141         an unnamed argument.
6142
6143 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
6144
6145         * dbxout.c (dbxout_parms): When correcting for promoted 
6146         big-endian parameters, use the mode of the DECL_RTL rather 
6147         than UNITS_PER_WORD.
6148
6149 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
6150
6151         * c-common.h (make_fname_decl): Declare.
6152         * c-common.c (make_fname_decl): Define.
6153         (declare_hidden_char_array): Remove.
6154         (declare_function_name): Use make_fname_decl.
6155         * c-decl.c (c_make_fname_decl): New function.
6156         (init_decl_processing): Set make_fname_decl.
6157
6158 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
6159
6160         * cccp.c (handle_directive): Initialize backslash_newlines_p.
6161
6162 2000-03-07  Philipp Thomas  <pthomas@suse.de>
6163
6164         * po/POTFILES.in: Remove cppalloc.c from file list.
6165
6166 2000-03-07  Steve Chamberlain  <sac@pobox.com>
6167
6168         * pj.c (pj_expand_prologue): current_function->args_info is
6169         now current_function_args_info.  
6170
6171         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
6172         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
6173         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
6174
6175 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6176
6177         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
6178         output as hexadecimal rather than the default octal.
6179
6180 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
6181
6182         * cpphash.c (special_symbol): Fix thinko in previous commit.
6183
6184 2000-03-07  Neil Booth  <NeilB@earthling.net>
6185
6186         * cppexp.c (struct operation, left_shift, right_shift,
6187         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
6188         "int"s to "unsigned int"s.
6189         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
6190         Similarly.
6191         * cpplib.h: Update for above.
6192         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
6193         returned from allocations.
6194
6195         * cppinit.c (opt_comp, parse_options): New functions.
6196         (handle_option): Use parse_option to parse a single command
6197         line option, that possibly takes an argument.
6198         (cpp_handle_options): Sort the array of command line options on
6199         first invocation (non-ASCII hosts only).
6200         (print_help): Update.
6201
6202 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
6203
6204         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
6205         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
6206         
6207         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
6208         initialized.
6209         * cppinit.c (cpp_cleanup): Free imp->nshort also.
6210
6211         * cpperror.c (cpp_print_containing_files,
6212         cpp_print_file_and_line, v_cpp_message): Rename to
6213         print_containing_files, print_file_and_line, and v_message.
6214         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
6215         to _cpp_parse_expr, parse_escape, and lex.
6216         (parse_charconst): Remove broken multibyte support.
6217         * cppfiles.c (include_hash): Make static.
6218         (cpp_included): New function.
6219         (merge_include_chains, find_include_file, finclude,
6220         simplify_pathname): Rename to _cpp_merge_include_chains,
6221         _cpp_find_include_file, _cpp_read_include_file, and
6222         _cpp_simplify_pathname.
6223         * cpphash.c (cpp_lookup, free_definition, delete_macro,
6224         cpp_install, create_definition, macroexpand, compare_defs,
6225         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
6226         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
6227         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
6228         * cppinit.c (cpp_handle_option): Rename to handle_option, make
6229         static.
6230         * cpplib.c: Remove extern prototype of cpp_parse_expr.
6231
6232         * cpphash.h: Update prototypes.
6233         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
6234
6235 2000-03-07  Andrew Haley  <aph@cygnus.com>
6236
6237         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
6238         PTRDIFF_TYPE should be based solely on Pmode.
6239         (SIZE_TYPE): ditto.
6240
6241 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6242
6243         * rtl.h (rtunion_def): Constify member `rtstr'.
6244         (emit_line_note_after, emit_line_note, emit_line_note_force,
6245         emit_note, decode_asm_operands): Constify.
6246         
6247         * cse.c (canon_hash): Likewise.
6248
6249         * dbxout.c (dbxout_block): Likewise.
6250
6251         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
6252         v_warning_for_asm): Likewise.
6253
6254         * dwarfout.c (function_start_label): Likewise.
6255
6256         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
6257         emit_line_note_force): Likewise.
6258
6259         * final.c (last_filename, asm_insn_count, final_scan_insn,
6260         output_source_line): Likewise.
6261
6262         * function.h (struct emit_status): Likewise.
6263
6264         * gcse.c (hash_expr_1): Likewise.
6265
6266         * genattr.c (gen_attr, main): Likewise.
6267
6268         * genattrtab.c (struct function_unit, current_alternative_string,
6269         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
6270         attr_numeral, check_attr_test, check_attr_value,
6271         convert_set_attr_alternative, convert_set_attr,
6272         compute_alternative_mask, simplify_by_exploding, gen_attr,
6273         gen_unit): Likewise.
6274
6275         * genflags.c (gen_insn): Likewise.
6276
6277         * gengenrtl.c (type_from_format): Likewise.
6278
6279         * genopinit.c (gen_insn): Likewise.
6280
6281         * genoutput.c (n_occurrences, process_template, process_template):
6282         Likewise.
6283
6284         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
6285         Likewise.
6286
6287         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
6288         Likewise.
6289
6290         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
6291         ggc_set_mark, ggc_get_size): Likewise.
6292
6293         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
6294
6295         * optabs.c (init_one_libfunc): Likewise.
6296
6297         * output.h (assemble_start_function): Likewise.
6298
6299         * recog.c (decode_asm_operands): Likewise.
6300
6301         * toplev.c (rest_of_compilation): Likewise.
6302
6303         * tree.h (emit_line_note_after, emit_line_note,
6304         emit_line_note_force): Likewise.
6305
6306         * varasm.c (asm_output_bss, asm_output_aligned_bss,
6307         asm_emit_uninitialised, assemble_start_function,
6308         assemble_variable, const_hash, compare_constant_1,
6309         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
6310
6311         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
6312
6313         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
6314
6315         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
6316
6317         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
6318
6319         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
6320         arm_dllimport_name_p): Likewise.
6321
6322         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
6323         Likewise.
6324
6325         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
6326
6327         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6328
6329         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
6330         arm_mark_dllexport, arm_mark_dllimport,
6331         arm_pe_encode_section_info): Likewise.
6332
6333         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
6334         ASM_FINISH_DECLARE_OBJECT): Likewise.
6335
6336         * arm/thumb.c (thumb_function_prologue): Likewise.
6337
6338         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
6339
6340         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6341
6342         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
6343
6344         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
6345
6346         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
6347
6348         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6349
6350         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
6351         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
6352
6353         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
6354
6355         * i386/i386.c (asm_output_function_prefix): Likewise.
6356
6357         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
6358
6359         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6360
6361         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
6362
6363         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
6364         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
6365         ASM_OUTPUT_SECTION_NAME): Likewise.
6366
6367         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
6368
6369         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
6370
6371         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
6372
6373         * m32r/m32r.c (m32r_encode_section_info): Likewise.
6374
6375         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6376
6377         * mcore/mcore.c (mcore_encode_section_info): Likewise.
6378
6379         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6380
6381         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6382
6383         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6384
6385         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
6386
6387         * mips/mips.md (movdi, movsi): Likewise.
6388
6389         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6390
6391         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6392
6393         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6394
6395         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
6396         ASM_OUTPUT_ASCII): Likewise.
6397
6398         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
6399         output_mi_thunk, output_toc): Likewise.
6400
6401         * rs6000/rs6000.md (movsi): Likewise.
6402
6403         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
6404
6405         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
6406
6407         * v850/v850.c (print_operand, print_operand_address,
6408         v850_encode_data_area): Likewise.
6409
6410 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
6411         
6412         * config/mips/mips.md (zero_extendsidi2): Always force operand
6413         one to memory for mips16.
6414
6415 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6416
6417         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
6418         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
6419         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
6420         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
6421         (min_precision): Result is unsigned.
6422         (add_double, neg_double, mul_double): Low word is unsigned.
6423         (lshift_double, rshift_double, lrotate_double): Likewise.
6424         (rrotate_double, div_and_round_double): Likewise.
6425         (tree_floor_log2, compare_tree_int): New functions.
6426         (preserve_rtl_expr_temps): New declaration.
6427         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
6428         (decl_attributes): Use tree_log2 to find alignment.
6429         Check for TREE_INT_CST_HIGH for format args.
6430         (min_precision): Now unsigned.
6431         Use tree_floor_log2.
6432         (truthvalue_conversion): Delete long-disabled code.
6433         * c-decl.c (finish_struct): Clean up tests on field width.
6434         (finish_function): Use compare_tree_int.
6435         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
6436         * c-typeck.c (comptypes): Use tree_int_cst_equal.
6437         (default_conversion, digest_init): Use compare_tree_int.
6438         (build_binary_op): Use integer_all_onesp and compare_tree_int.
6439         Fix type errors in forming masks.
6440         * calls.c (initialize_argument_information): Use compare_tree_int.
6441         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
6442         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
6443         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
6444         (store_field): Use compare_tree_int.
6445         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
6446         (expand_expr, case ARRAY_REF): Use compare_tree_int.
6447         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
6448         (do_store_flag): Use compare_tree_int.
6449         * fold-const.c (encode, decode): Low part is always unsigned.
6450         (force_fit_type, add_double, neg_double, mul_double): Likewise.
6451         (lshift_double, rshift_double, lrotate_double): Likewise.
6452         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
6453         (fold_convert): Use compare_tree_int.
6454         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
6455         (invert_truthvalue, case INTEGER_CST): Likewise.
6456         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
6457         * mkdeps.c (deps_dummy_targets): Make I unsigned.
6458         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
6459         (lshift_double, rshift_double, lrotate_double, rrotate_double):
6460         Likewise.
6461         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
6462         (expand_end_case): Use compare_tree_int.
6463         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
6464         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
6465         (layout_decl): Likewise.
6466         (layout_record, layout_union): Make sizes unsigned.
6467         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
6468         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
6469         * tree.c (struct type_hash): hashcode is unsigned.
6470         (build_type_attribute_variant, type_hash_list): Likewise.
6471         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
6472         (attribute_hash_list, build_array_type, build_method_type): Likewise.
6473         (build_complex_type): Likewise.
6474         (real_value_from_int_cst): Remove unneeded casts.
6475         (integer_all_onesp): Add casts.
6476         (tree_floor_log2, compare_tree_int): New functions.
6477         (build_index_type): Use tree_int_cst_sgn.
6478         * varasm.c (assemble_variable): Use compare_tree_int.
6479
6480 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
6481
6482         * cpphash.c (collect_expansion): Also catch ## at start of macro.
6483
6484         * varasm.c (make_decl_rtl): Don't add a number to members of
6485         local classes.
6486         (make_function_rtl): Likewise.
6487
6488 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6489
6490         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
6491         patch from 2000-01-28.
6492
6493 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
6494
6495         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
6496         filled with an insn from the jump target.
6497
6498 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6499
6500         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
6501         (c4x_external_ref): Likewise.
6502         * config/c4x/c4x.c (struct name_list): Likewise.
6503
6504 1999-12-16  Ben Collins  <bcollins@debian.org>
6505
6506         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
6507         argument to genmultilib.
6508         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
6509         the contents into the multilib.h header.
6510         * gcc.c: Declare multilib_exclusions for the specs file.
6511         (set_multilib_dir): Use it.
6512         (print_multilib_info): Likewise.
6513         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
6514         to pass to genmultilib.
6515
6516 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6517
6518         * builtins.c (built_in_class_names, built_in_names): Constify a
6519         char*.
6520
6521         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
6522         int.
6523         (_mcleanup): Ensure value matches format specifier in sprintf.
6524
6525         * cpphash.c (special_symbol): Don't needlessly cast away
6526         const-ness.
6527
6528         * cppinit.c (base_name): Delete unused prototype.
6529
6530         * mkdeps.c (deps_init): Make definition K&R safe.
6531
6532         * tree.h (built_in_class_names, built_in_names): Constify a
6533         char*.
6534
6535 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
6536
6537         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
6538         floating point instructions for epilogue delay.
6539
6540         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
6541         to gas if it supports .register pseudo.
6542
6543         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
6544         LONG_DOUBLE_TYPE_SIZE if not defined.
6545         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
6546         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
6547         * real.c: Likewise.
6548         * gengenrtl.c: Likewise.
6549         * print-rtl.c: Likewise.
6550         * rtl.c: Likewise.
6551         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
6552         MASK_LONG_DOUBLE_128.
6553         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
6554         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
6555         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
6556         (SUBTARGET_SWITCHES): Define.
6557         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
6558         with -mlong-double-128.
6559         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
6560         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
6561         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
6562         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
6563         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
6564         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
6565         with -mlong-double-128.
6566         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
6567         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
6568         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
6569         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
6570         TARGET_LONG_DOUBLE_128): Define.
6571         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
6572         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
6573         long double on TARGET_ARCH64.
6574
6575 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
6576
6577         * function.c (free_temps_for_rtl_expr): Don't free slots
6578         that have been pushed into a higher level.
6579         
6580         Revert this patch:
6581         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6582
6583 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6584
6585         * basic-block.h (ALLOCA_REG_SET): Remove.
6586         (INITIALIZE_REG_SET): New macro.
6587         * flow.c (update_life_info): Use it.
6588         (calculate_global_regs_live): Likewise.
6589         (propagate_block): Likewise.
6590         * global.c (build_insn_chain): Likewise.
6591         * haifa-sched.c (schedule_region): Likewise.
6592
6593 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
6594
6595         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
6596         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
6597         (DWARF_ARANGES_PAD_SIZE): New define.
6598         (output_aranges): Use it to pad the address range header.
6599         (DWARF_ROUND): Fix for non power of 2 rounding.
6600
6601 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
6602
6603         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
6604
6605 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6606
6607         * tree.def (RTL_EXPR): Update documentation.
6608         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
6609         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
6610         * function.c (preserve_rtl_expr_temp): New function.
6611         (preserve_rtl_expr_temps): Likewise.
6612         (preserve_rtl_expr_result): Use it.
6613
6614         Revert this patch:
6615         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
6616
6617 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
6618
6619         * regmove.c (copy_src_to_dest)  Do not create src->dest move
6620         for unchanging destination.
6621
6622 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
6623
6624         * function.h (struct sequence_stack): Remove rtl_expr.
6625         (struct emit_staus): Likewise.
6626         (seq_rtl_expr): Remove.
6627         * tree.h (free_temps_for_rtl_expr): Don't declare.
6628         (start_sequence_for_rtl_expr): Likewise.
6629         * rtl.h (preserve_rtl_expr_result): Likewise.
6630         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
6631         (start_sequence_for_rtl_expr): Remove.
6632         (push_topmost_sequence): Don't save sequence_rtl_expr.
6633         (pop_topmost_sequence): Remove comment about not restoring it.
6634         (end_sequence): Don't set seq_rtl_expr.
6635         (init_emit): Don't initialize it.
6636         (mark_sequence_stack): Don't mark it.
6637         (mark_emit_status): Likewise.
6638         * except.c (protect_with_terminate): Use
6639         start_sequence_for_rtl_expr, not start_sequence.
6640         * expr.c (expand_expr, case RTL_EXPR): Don't call
6641         preserve_rtl_expr_result or free_temps_for_rtl_expr.
6642         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
6643         (preserve_rtl_expr_result): Remove.
6644         (free_temps_for_rtl_expr): Likewise.
6645         (pop_temp_slots): Likewise.
6646         (mark_temp_slot): Don't mark the rtl_expr.
6647         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
6648         start_sequence_for_rtl_expr.
6649         
6650 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
6651
6652         * mkdeps.c, mkdeps.h: New files.
6653         * po/POTFILES.in: Add them.
6654         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
6655         (cpplib.o, cppinit.o): Depend on mkdeps.h.
6656         (mkdeps.o): New target.
6657
6658         * cppfiles.c: Delete deps_output.
6659         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
6660         OBJECT_SUFFIX, and base_name.
6661         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
6662         the include hash.
6663         (initialize_dependency_output): Use deps_init,
6664         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
6665         all the unnecessary string bashing.
6666         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
6667         level.
6668         * cpplib.c (do_include): Use deps_add_dep.
6669         * cpplib.h (struct cpp_reader): Replace deps_buffer,
6670         deps_allocated_size, deps_size, deps_column members with
6671         single pointer to a struct deps.  Delete prototype of
6672         deps_output.
6673
6674         * cppinit.c: Fix thinko in previous patch.
6675
6676 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6677
6678         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
6679         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
6680         (mode_for_size_tree): New function.
6681         (layout_decl, layout_type): Call it and clean up BLKmode checks.
6682         * tree.h (mode_for_size_tree): New declaration.
6683         
6684         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
6685
6686 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
6687
6688         * stmt.c (is_body_block): Move...
6689         * dwarfout.c, dwarf2out.c: ...from here.
6690         * tree.h: Declare it.
6691         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
6692         * final.c (final_start_function): Do call remove_unnecessary_notes
6693         when scheduling.
6694
6695 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
6696
6697         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
6698         
6699         * cpplib.h (_dollar_ok): New macro.
6700         (is_idchar, is_idstart): Use it.
6701         (IStable): Rename to _cpp_IStable.  Declare it const if
6702         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
6703         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
6704         is_space): Update for renamed IStable.
6705
6706         * cppinit.c: Delete all references to FAKE_CONST and CAT
6707         macros. Define init_IStable as empty macro if gcc >=2.7 or
6708         C99. Change TABLE() to ISTABLE and hardcode name of table.
6709         (cpp_start_read): Don't change the IStable based on
6710         dollars_in_ident.
6711
6712         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
6713         changed.  Handle '$' for char1 correctly.
6714         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
6715
6716         * cppexp.c (tokentab2): Make const.
6717         (cpp_lex): Make toktab const.
6718         * cppinit.c (include_defaults_array): Make const.
6719         (initialize_standard_includes): Make default_include const.
6720
6721 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
6722
6723         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
6724         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
6725         (gen_decl_die): Likewise.
6726         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
6727         (output_decl): Likewise.
6728
6729         * varasm.c (make_function_rtl): If we change the name used in the
6730         rtl, update DECL_ASSEMBLER_NAME accordingly.
6731         (make_decl_rtl): Likewise.
6732
6733         * toplev.c (rest_of_compilation): Tweak formatting.
6734
6735         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
6736         remove_unnecessary_notes.
6737         (debug_ignore_block): New fn.
6738         * toplev.h: Declare it.
6739         * emit-rtl.c (remove_unncessary_notes): Call it.
6740         * dwarf2out.c (dwarf2out_ignore_block): New fn.
6741         * dwarf2out.h: Declare it.
6742         * final.c (final_start_function): Don't call remove_unnecessary_notes
6743         if we did insn scheduling.
6744
6745 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
6746
6747         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
6748         * cpplib.h: Delete SET_CPP_PEDANTIC.
6749
6750 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6751
6752         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
6753         result is a RECORD_TYPE.
6754
6755 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
6756
6757         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
6758
6759 2000-03-03  Richard Henderson  <rth@cygnus.com>
6760
6761         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
6762         addition over compliments over shifts.
6763
6764 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6765
6766         * reload1.c (reload_combine_note_use): Handle return register USEs.
6767         REG case: Handle multi-hard-register hard regs.
6768
6769 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6770
6771         * md.texi: Document use of '*' in insn pattern name.
6772
6773 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
6774
6775         * calls.c (special_function_p): operator new may not be malloc-like.
6776
6777         * gcse.c (dump_hash_table): Really fix error in last change.
6778
6779 2000-03-02  Denis Chertykov  <denisc@overta.ru>
6780
6781         * avr.c (print_operand): Use print_operand_address instead of
6782         output_addr_const.
6783         * avr/libgcc.S: Cleanup code.
6784
6785 2000-03-02  Richard Henderson  <rth@cygnus.com>
6786
6787         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
6788
6789 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
6790
6791         * tree.h (TYPE_ALIGN_UNIT): New macro.
6792
6793 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
6794
6795         * i386.c: (constant_call_address_operand): Reject CONST_INT.
6796
6797 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
6798
6799         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
6800         for the buffer.
6801         (SET_CPP_PEDANTIC): New macro.
6802         * cpplib.c (do_include): Don't bother checking system_header_p.
6803         (do_warning, do_ident, do_assert, do_unassert): Likewise.
6804         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
6805
6806         * function.h (struct expr_status): Add x_arg_space_so_far.
6807         (arg_space_so_far): New macro.
6808         * expr.c (init_expr): Initialize it.
6809         * calls.c (emit_call_1): Reset it.
6810         (compute_argument_block_size, expand_call): Use it.
6811         (expand_call, store_one_arg): Increment it.
6812
6813 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6814
6815         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
6816         a UNION_TYPE.
6817
6818 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
6819
6820         * cppfiles.c (cpp_read_file): New function.
6821
6822         * cpphash.c (collect_expansion): Make sure to reset last_token
6823         to NORM when we hit a string.  Handle trailing whitespace
6824         properly when the expansion is empty.
6825         (create_definition): Disable line commands while parsing the
6826         directive line.
6827         (dump_definition): If pfile->lineno == 0, output a line
6828         command ahead of the dump, and add a trailing newline.
6829
6830         * cppinit.c (append_include_chain): Add fifth argument, which
6831         indicates whether or not system headers are C++ aware.
6832         (initialize_standard_includes): New function,
6833         broken out of read_and_prescan.  Pass 'cxx_aware' value from
6834         the include_defaults_array on to append_include_chain.
6835         (dump_special_to_buffer): Const-ify char array.
6836         (builtin_array): Don't dump __BASE_FILE__.
6837         (cpp_start_read): Use cpp_read_file.  Reorder code for
6838         clarity.  Don't output line commands here for -D/-A/-U
6839         switches.  Don't call deps_output for files included with
6840         -include or -imacros.
6841
6842         * cpplib.c (do_define): Don't pay any attention to the second
6843         argument.
6844         (cpp_expand_to_buffer): Disable line commands while scanning.
6845         (output_line_command): Work in the file buffer.
6846         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
6847         Fix formatting of comments.  Prototype cpp_read_file.
6848
6849 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6850
6851         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
6852         reference the language-equivalent of sizetype.
6853         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
6854         * fold-const.c (size_binop, size_diffop): Put back checks.
6855         * gcse.c (dump_hash_table): Fix minor error in last change.
6856         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
6857         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
6858         all sizetypes.
6859
6860 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
6861
6862         * calls.c (expand_call)  Do not attempt to combine stack adjustments
6863         with inhibit_defer_pop set.
6864
6865 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
6866
6867         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
6868         the DECL_SIZE for a FIELD_DECL.
6869
6870 2000-03-01  Bruce Korb  <bkorb@gnu.org>
6871
6872         * fixinc/inclhack.tpl: remove unused symlinks
6873         * fixinc/README: GCC Maintainer info
6874         * fixinc/inclhack.sh: regen
6875         * fixinc/fixincl.sh: regen
6876
6877 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
6878
6879         * cpphash.c (collect_expansion): Trim trailing white space
6880         from macro definitions, but don't go past the last insertion
6881         point.
6882
6883 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
6884
6885         * i386.md (mulqi3): New pattern.
6886
6887 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
6888
6889         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
6890         token types.
6891         (struct cpp_reader): Add parsing_if_directive and
6892         parsing_define_directive flags.               
6893         (struct cpp_options): Remove output_conditionals flag.
6894         (check_macro_name): Delete prototype.
6895
6896         * cpphash.h (struct macrodef): Delete.
6897         (struct reflist): Separate from struct definition.
6898         (struct definition): Remove unused fields.  Add column number.
6899         (create_definition): Returns a DEFINITION *.  Takes a
6900         cpp_reader * and an int.
6901
6902         * cpphash.c (SKIP_WHITE_SPACE): Delete.
6903         (PEEKC): Copy defn from cpplib.c.
6904         (rest_extension, REST_EXTENSION_LENGTH): Delete.
6905         (struct arg): New.
6906         (struct arglist): Simplify.
6907         (collect_expansion): Rewrite.  Get tokens by calling
6908         cpp_get_token.  Add more error checking.
6909         (collect_formal_parameters): New function, broken out of
6910         create_definition and reworked to use get_directive_token.
6911         (create_definition): All real work is now in collect_expansion
6912         and collect_formal_parameters.  do_define handles finding the
6913         macro name.  Return a DEFINITION, not a MACRODEF.
6914         (macroexpand): Replace bcopy with memcpy throughout.  Replace
6915         character-at-a-time copy loop with memcpy and pointer increments.
6916         (compare-defs): d1->argnames / d2->argnames might be null.
6917
6918         * cpplib.c (copy_rest_of_line): Delete function.
6919         (skip_rest_of_line): Do all the work ourselves.
6920         (skip_string): New function.
6921         (parse_string): Use skip_string.
6922         (get_macro_name): New function.
6923         (check_macro_name): Delete.
6924         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
6925         (cpp_skip_hspace): Use CPP_BUMP_LINE.
6926         (handle_directive): ICE if we're called on a macro buffer.
6927         (do_define): Determine macro name and type (funlike/objlike)
6928         here.  Expunge all uses of MACRODEF.
6929         (cpp_push_buffer): Set line_base to NULL.
6930         (do_undef, read_line_number): Don't worry about getting a POP token.
6931         (eval_if_expression): Set/reset parsing_if_directive around
6932         cpp_parse_expr. Don't clear only_seen_white.
6933         (skip_if_group): Remove output_conditionals logic.  Use
6934         skip_rest_of_line.
6935         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
6936         tokens under appropriate conditions.
6937         (cpp_unassert): Call do_unassert not do_assert.  Oops.
6938
6939         * cppexp.c (parse_defined): New function, break out of
6940         cpp_lex.
6941         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
6942         ourselves, with cpp_defined.
6943         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
6944
6945         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
6946         * gcc.dg/strpaste-2.c: New.
6947
6948 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
6949
6950         * fold-const.c (size_binop): Don't asert inputs are the same and
6951         have TYPE_IS_SIZETYPE set.
6952         (size_diffop): Likewise.
6953
6954 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
6955
6956         * dwarfout.c (output_block): Output abstract blocks even if they
6957         don't have TREE_ASM_WRITTEN set.
6958
6959         * calls.c (emit_library_call): Check for null REG.
6960
6961 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
6962
6963         * c-decl.c (current_function_decl): Move to toplev.c.
6964         (init_decl_processing): Don't add current_function_decl as a ggc
6965         root here.
6966         * dbxout.c (dbxout_symbol): Change return type to int.
6967         (dbxout_symbol_location, dbxout_syms): Likewise.
6968         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
6969         any locals. Use current_function_func_begin_label if set.
6970         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
6971         * dwarf2out.c (dwarf2out_begin_prologue): Set
6972         current_function_func_begin_label.
6973         * final.c (final_start_function): Reset it.
6974         * toplev.c (current_function_decl): Define it here.
6975         (current_function_func_begin_label): New variable.
6976         (main): Add both as ggc roots.
6977         * tree.h (current_function_func_begin_label): Declare.
6978
6979 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6980
6981         * gcse.c: Cleanups throughout: mostly white-space, but also
6982         some minor rearrangement of code.
6983
6984 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
6985
6986         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
6987         returns a PARALLEL.  Use emit_group_load and use_group_regs
6988         as needed.  
6989         (emit_library_call_value): Similarly.
6990
6991         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
6992         * pa/quadlib.asm: Remove.
6993         * pa/quadlib.c: New file.
6994
6995         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
6996         * configure: Rebuilt.
6997
6998 2000-02-29  Philip Blundell  <pb@futuretv.com>
6999
7000         * config/arm/conix-elf.h: New file.
7001         * configure.in (arm*-*-conix*): New configuration.
7002         * configure: Regenerate.
7003
7004 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
7005
7006         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
7007         don't have TREE_ASM_WRITTEN set.
7008
7009 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7010
7011         * Eliminate DECL_FIELD_SIZE.
7012         * builtins.c (built_in_class_names, built_in_names): New variables.
7013         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
7014         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
7015         DECL_SIZE, not DECL_FIELD_SIZE.
7016         * print-tree.c (print_node): Remove code that prints extra blank
7017         lines in some cases.
7018         Properly handle inline and builtin function cases.
7019         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
7020         * tree.h (built_in_class_named, built_in_names): New declarations.
7021         (union tree_decl): Rename internal unions to u1 and u2 and change
7022         some of their components.
7023         Add new field built_in_class.
7024         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
7025         Reflect above changes.
7026         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
7027         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
7028         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
7029         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
7030
7031 2000-02-28  Dmitri Makarov  <dim@windriver.com>
7032
7033         * extend.texi: Document ARM's support for long/short calls.
7034
7035         * invoke.texi: Document ARM's -mlong-calls command line switch.
7036         
7037         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
7038         (arm_encode_call_attribute): Add prototype.
7039         (arm_set_default_type_attribute): Add prototype.
7040         (arm_strip_name_encoding): Add prototype.
7041
7042         * config/arm/arm.c (arm_init_cumulative_args): replace
7043         initialisation og 'long_calls' field with initialisation of
7044         'call_cookie' field.
7045         (enum arm_pragma_enum): New enum.
7046         (arm_pragma_long_calls): New static variable.
7047         (arm_process_pragma): Also process "#pragma long_calls_off".
7048         (arm_valid_type_attribute_p): Accept short_call attribute.
7049         (arm_comp_type_attributes): Check long/short call attributes.
7050         (arm_encode_call_attribute):  New function:  Encode long_call
7051         or short_call attribute in function name.
7052         (arm_set_default_type_attributes): New function: Assign
7053         default attributes to newly defined type.
7054         (current_file_function_operand): New function: Return true if
7055         the symbol is a function which has already been compiled.
7056         (arm_is_longcall_p): New function: Return true if the
7057         indicated function should be called via a long call.
7058         (arm_get_strip_length): New function.  Returns number of
7059         prefix characters to be stripped from a function's name.
7060         (arm_strip_name_encoding): New function.  Strip prefix characters
7061         from a function's name.
7062
7063         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
7064         with 'call_cookie'.
7065         (SHORT_CALL_FAG_CHAR): Define.
7066         (LONG_CALL_FAG_CHAR): Define.
7067         (ENCODED_SHORT_CALL_ATTR_P): Define.
7068         (ENCODED_LONG_CALL_ATTR_P): Define.
7069         (ARM_NAME_ENCODING_LENGTHS): Define.
7070         (STRIP_NAME_ENCODING): Define.
7071         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
7072         (ARM_ENCODE_CALL_TYPE): Define.
7073         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
7074         (ARM_DECLARE_FUNCTION_SIZE): Define.
7075         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
7076
7077         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
7078         if a long call is needed.
7079         (call_value): Ditto.
7080         (call_symbol): Ditto.
7081
7082         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
7083         ARM_DECLARE_FUNCTION_SIZE.
7084
7085         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
7086         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
7087         (ARM_STRIP_NAME_ENCODING): Undefine.
7088         (STRIP_NAME_ENCODING): Undefine.
7089         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
7090         (ASM_DECLARE_FUNCTION_NAME): Ditto.
7091         (ASM_OUTPUT_COMMON): Ditto.
7092         (ASM_DECLARE_OBJECT_NAME): Ditto.
7093
7094         * config/arm/pe.c (arm_dllexport_name_p): Check for
7095         ARM_PE_FLAG_CHAR.
7096         (arm_dllimport_name_p): Ditto.
7097         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
7098         (arm_mark_dllimport): Ditto.
7099         
7100 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7101
7102         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
7103
7104 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
7105
7106         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
7107
7108 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
7109
7110         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
7111         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
7112         NO_BUILTIN_WCHAR_TYPE is not defined.
7113         (CPP_WCHAR_TYPE): Delete.
7114         * cccp.c (main): Don't change wchar_type if cplusplus.
7115         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
7116
7117 2000-02-28  Nick Clifton  <nickc@cygnus.com>
7118
7119         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
7120
7121 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
7122
7123         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
7124         (ASM_WEAKEN_LABEL): Define.
7125  
7126 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
7127
7128         * expr.c (store_constructor): Do not emit USE.
7129         * rtl.h (stupid_life_analysis): Remove.
7130
7131 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7132
7133         * function.c (number_blocks): Reset next_block_index based on
7134         what debugging format is used, not what is defined.
7135         
7136         * lcm.c: Minor reformatting throughout.
7137         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
7138         
7139         * toplev.c (rest_of_compilation): Account for time in
7140         optimize_mode_switching.
7141
7142         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
7143         if only marking labels.
7144
7145 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
7146
7147         * calls.c (expand_call): Attempt to combine stack adjustments with
7148         pending stack adjustments.
7149
7150 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7151
7152         * loop.c (reg_in_basic_block_p): Don't abort when falling through
7153         to the end of the function.
7154
7155 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
7156
7157         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
7158         blocks.
7159         * final.c (next_block_index): Remove.
7160         (max_block_depth): Likewise.
7161         (pending_blocks): Likewise.
7162         (init_final): Don't initialize them.
7163         (final_start_function): Don't set next_block_index.  Set up
7164         BLOCK_NUMBER.
7165         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
7166         * function.h (number_blocks): New function.
7167         * function.c (get_block_vector): New function.
7168         (identify_blocks): Use it.
7169         (reorder_blocks): Set NOTE_BLOCK.
7170         (number_blocks): New function.
7171         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
7172         * tree.h (BLOCK_NUMBER): New macro.
7173         (tree_block): Add block_num field.
7174         * dbxout.c (next_block_number): Remove.
7175         (dbxout_init): Don't set it.
7176         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
7177         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
7178         block numbers.
7179         * toplev.c (rest_of_compilation): Always call
7180         find_loop_tree_blocks.  Fix indentation.
7181         * dwarf2out.c (next_block_number): Remove.
7182         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
7183         to determine block numbers.
7184         (gen_inlined_subroutine_die): Likewise.
7185         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
7186         (decls_for_scope): Don't increment next_block_number.
7187         * dwarfout.c (next_block_number): Remove.
7188         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
7189         to determine block numbers. 
7190         (output_inlined_subroutine_die): Likewise.
7191         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
7192         (output_decls_for_scope): Don't increment next_block_number.
7193         * sdbout.c (next_block_number): Remove.
7194         (sdbout_block): Use BLOCK_NUMBER.
7195         (sdbout_begin_block): Simplify.
7196         * xcoffout.c (next_block_number): Remove.
7197         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
7198         (xcoffout_begin_block): Don't set next_block_number.
7199         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
7200         next_block_number.
7201         
7202 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7203
7204         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
7205         (expand_builtin_strcpy): Pass correct type to size_binop.
7206         (expand_builtin_strcmp): Likewise.
7207         Clean up conditional structure.
7208         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
7209         (complete_array_type): Don't use size_binop for MAXINDEX.
7210         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
7211         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
7212         (c_alignof): Use size_one_node.
7213         (build_unary_op): Pass arg of proper type to size_binop.
7214         (really_start_incremental_init, push_init_level): Use sizetype for
7215         constructor{,_bit,_unfilled}_index.
7216         (pop_init_label, output_init_element): Likewise.
7217         (output_pending_init_elements, process_init_element): Likewise.
7218         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
7219         * expr.c (store_expr): Use size_int.
7220         (store_constructor): Use proper types for size_binop args.
7221         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
7222         (expand_expr_unaligned): Likewise.
7223         (string_contant): Return object of sizetype.
7224         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
7225         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
7226         (ARGS_SIZE_TREE): Pass proper types to size_binop.
7227         * fold-const.c (int_const_binop): Refine when size_int is called.
7228         (fold_convert): Likewise.
7229         (size_int_wide): Rework to take KIND as arg, only take low order
7230         bits, handle new sizetype_tab datatype, and chain entries in
7231         size_table.
7232         (size_int_type_wide): New function.
7233         (size_binop): Validate types of arguments.
7234         (ssize_binop): Deleted.
7235         (size_diffop): New function.
7236         (extract_muldiv): Only fold division into multiplication for sizetypes.
7237         * function.c (assign_parms): Use size_diffop and make sure
7238         VAR field is of ssizetype; also pass proper type to size_binop.
7239         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
7240         (round_down): Deleted from here.
7241         * store-layout.c (sizetype_tab): Now an array.
7242         (sizetype_set, early_root_list): New variables.
7243         (variable_size): Use size_one_node.
7244         (round_up): Pass proper type to size_binop.
7245         (round_down): Moved to here and corrected as above.
7246         (layout_record): Pass proper arg types to size_binop.
7247         (layout_type): Likewise.
7248         If sizetype_set is zero, record the type just laid out.
7249         (make_unsigned_type): Don't call set_sizetype;
7250         (make_signed_type): Likewise; also, call fixup_signed_type.
7251         (initialize_sizetypes): New function.
7252         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
7253         set name of bitsizetype to "bit_size_type".
7254         Fix up type of sizes of all types made before call.
7255         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
7256         * tree.c (fix_sizetype): Deleted.
7257         (build_common_tree_nodes): Call initialize_sizetypes.
7258         (build_common_tree_nodes_2): Don't call fix_sizetype.
7259         * tree.h (TYPE_IS_SIZETYPE): New macro.
7260         (initialize_sizetype): New declaration.
7261         (enum size_type_kind): New type.
7262         (struct sizetype_tab): Deleted.
7263         (sizetype_tab): Now array; adjust sizetype macros.
7264         (size_diffop, size_int_type_wide): New functions.
7265         (size_int_wide): Change number of args and type; access macros changed.
7266         (ssize_int, sbitsize_int): New macros.
7267         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
7268         (ROUND_TYPE_SIZE_UNIT): New macro.
7269
7270 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
7271
7272         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
7273
7274 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7275
7276         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
7277         Mark as possibly unused.
7278
7279         * cse.c (cse_insn): Delete dead code involving tablejump.
7280         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
7281
7282         * Makefile.in (libcpp.a): Start by deleting it.
7283
7284 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7285
7286         * cpplib.h (enum file_change_code): Added rename_file.
7287         * cpplib.c (do_line): If a filename is given, set file_change to
7288         rename_file.
7289         (output_line_command): If file_change is rename_file, always
7290         output a # directive with the file name.
7291
7292         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
7293
7294 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
7295
7296         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
7297         when copying a PARM_DECL or RESULT_DECL.
7298
7299 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7300
7301         * fix-header.c (recognized_function): Also fix prototypes for
7302         functions taking "void".
7303
7304 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
7305
7306         * reload1.c (do_output_reload): Check reg_reloaded_valid before
7307         looking at reg_reloaded_contents.
7308
7309 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
7310
7311         * Makefile.in (STMP_FIXINC): New toggle.
7312         (LIBGCC2_DEPS): Delete all references.
7313         (stmp-headers): Delete target.  All references either deleted
7314         or changed to stmp-int-headers.
7315         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
7316         (LIBCPP_OBJS): Take out cppalloc.o.
7317         (cppalloc.o): Delete target.
7318         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
7319         (gen-protos, fix-header): Link with libiberty.a.
7320         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
7321         to empty.
7322
7323         * configure.in: Remove refs to strerror.
7324         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
7325         * system.h: Take out strerror stanza.
7326
7327         * cpperror.c (my_strerror): Delete function.
7328         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
7329         * cppmain.c (main): Call xmalloc_set_program_name first thing.
7330         * cppalloc.c: Delete file.
7331         * gen-protos.c: Don't provide xrealloc.
7332
7333         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
7334         xstrerror throughout.
7335
7336 2000-02-26  Bruce Korb  <bkorb@gnu.org>
7337
7338         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
7339         match for DOS headers, too.
7340         * fixinc/inclhack.sh,fixincl.x: Regenerate.
7341
7342 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
7343
7344         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
7345         is right for most ELF targets.
7346         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
7347         Let the default file use %U properly.
7348         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
7349         default.
7350
7351         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
7352         numbers.
7353
7354 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7355
7356         * toplev.c (documented_lang_options): Correct spelling error.
7357         (decode_d_option, decode_f_option, main): Likewise.
7358
7359         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
7360
7361         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
7362         to tell assembler it is permitted to expand large constants.
7363
7364 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
7365
7366         * protoize.c: (AUX_INFO_SUFFIX): New macro.
7367         (aux_info_suffix): Use.
7368         (SAVE_SUFFIX): New macro.
7369         (save_suffix): Use.
7370         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
7371         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
7372         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
7373
7374         * invoke.texi (Running Protoize): Update documentation.
7375
7376 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
7377
7378         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
7379
7380 2000-02-25  John Wehle  (john@feith.com)
7381
7382         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
7383
7384 2000-02-25  Anthony Green  <green@cygnus.com>
7385
7386         * toplev.c (rest_of_compilation): Rebuild jump labels if
7387         combine_instructions has created a new direct jump.
7388         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
7389         when appropriate.
7390         (combine_instructions): Call try_combine with new argument.
7391         Return non-null value when new direct jump instruction is created.
7392         * rtl.h: combine_instructions returns an int.
7393
7394 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
7395
7396         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
7397         jump when changing a computed jump into a jump to a known
7398         target.
7399
7400 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
7401
7402         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
7403         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
7404
7405         * i386.md (define_expand "clrstrsi"): Fix typo.
7406
7407 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
7408
7409         * rtl.texi: Fix typo.
7410
7411 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7412
7413         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
7414         UNITS_PER_WORD.  Change caller initial_elimination_offset.
7415         (rounded_frame_size): Take into account that argument pushed has
7416         changed.  Fix TARGET_ALIGN_DOUBLE problem.
7417
7418 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
7419
7420         * haifa-sched.c (schedule_block): Explain the real reason
7421         we delete REG_SAVE_NOTEs on the first insn of a block.
7422         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
7423
7424 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
7425
7426         * input.h (push_srcloc): New function.
7427         (pop_srcloc): Likewise.
7428         * toplev.c (push_srcloc): Define it.
7429         (pop_srcloc): Likewise.
7430
7431 2000-02-24  Richard Henderson  <rth@cygnus.com>
7432
7433         * flow.c (life_analysis): When collecting reg info, clear
7434         regs_ever_live.
7435
7436 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7437
7438         Fix bug exposed by reload.c no longer rounding the frame
7439         size to BIGGEST_ALIGNMENT:
7440         * sh.c (rounded_frame_size): New function.
7441         (sh_expand_prologue, sh_expand_epilogue): Use it.
7442         (initial_elimination_offset): Likewise.
7443
7444 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7445
7446         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
7447         * sh-protos.h (sh_need_epilogue): Declare.
7448         * sh.c (sh_need_epilogue_known): New static variable.
7449         (sh_need_epilogue): New function.
7450         (function_epilogue): Clear need_epilogue_known.
7451         * sh.md (return): Split into expander / insn pattern.
7452         Make the expander conditional on ! sh_need_epilogue ().
7453
7454 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
7455
7456         * machmode.h (get_mode_alignment): Declare.
7457         (GET_MODE_ALIGNMENT): Call it.
7458         * stor-layout.c (get_mode_alignment): New function. Make
7459         sure alignment is always power of 2.
7460
7461 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7462
7463         * i386.h: Remove useless definition of "I386" and misleading
7464         comment above it.
7465
7466 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7467
7468         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
7469         under which TREE_PERMANENT will be set.
7470         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
7471         build1): Use TREE_SET_PERMANENT.
7472         * print-tree.c (print_node): Don't report value of
7473         TREE_PERMANENT if ggc_p is true.
7474
7475         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
7476         decide whether to give a type a new alias set.
7477         * objc/objc-act.c (build_objc_string_object): Never copy the string.
7478         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
7479         of value of 'obstack'.
7480
7481
7482 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7483
7484         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
7485
7486 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7487
7488         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
7489         * cpplib.c (cpp_get_token): Produce them.
7490         * cppexp.c (cpp_lex): Handle them.
7491
7492 2000-02-23  Nick Clifton  <nickc@cygnus.com>
7493
7494         * config/arm/arm.c (arm_comp_type_attributes): Simply and
7495         comment tests on type attributes.
7496
7497 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7498
7499         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
7500         conform to documentation.
7501         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
7502         to check for special cases.
7503         * sh-protos.h (sh_loop_align): Declare.
7504         * sh.c (sh_loop_align): Define.
7505
7506 2000-02-22  Andrew Haley  <aph@cygnus.com>
7507
7508         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
7509         (SIZE_TYPE): Is 32 bits when using -mgp32.
7510         (PTRDIFF_TYPE): Ditto.
7511
7512 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7513
7514         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
7515
7516 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7517
7518         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
7519         BIGGEST_FIELD_ALIGNMENT a constant.
7520
7521 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
7522
7523         * dwarf2out.c (output_line_info): Put the marker for the end of
7524         the line number info at the actual end.
7525         (gen_struct_or_union_type_die): Use decl_function_context 
7526         to check for local classes.
7527         * dwarfout.c (output_type): Likewise.
7528
7529 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
7530
7531         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
7532         for arguments with a mode, but no type.
7533         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
7534         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
7535         * pa/long_double.h: New file.
7536         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
7537         both have 128bit wide long doubles.
7538         * configure: Rebuilt.
7539
7540 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7541
7542         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
7543
7544         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
7545         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
7546         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
7547
7548         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
7549
7550         * integrate.c (compare_blocks, find_block): Likewise.
7551
7552         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
7553
7554         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
7555
7556         * stmt.c (stmt_status, set_file_and_line_for_stmt,
7557         expand_asm_operands): Likewise.
7558
7559 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
7560
7561         * predict.c (estimate_probability): Added the pointer heuristic to
7562         the collection of static branch predictors.
7563
7564 2000-02-21  Catherine Moore  <clm@cygnus.com>
7565
7566         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
7567         * invoke.texi (-mfix7000): Document.
7568
7569 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
7570
7571         * diagnostic.c (init_output_buffer): Make it possible to output at
7572         least 32 characters if we're given a too long prefix.
7573
7574 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
7575
7576         * varasm.c (initializer_constant_valid_p): Call
7577         lang_expand_constant to simplify the constant.
7578
7579 2000-02-20  Bruce Korb  <bkorb@gnu.org>
7580
7581         * fixinc/inclhack.def(stdio_va_list):
7582         typedef needs to be disabled.
7583         * fixinc/inclhack.sh: regen
7584         * fixinc/fixincl.x: regen
7585
7586 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
7587
7588         * print-rtl.c (print_rtx): Don't print addresses when
7589         flag_dump_unnumbered.
7590
7591 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7592
7593         * sparc.c (sparc_output_scratch_registers): Mark parameter with
7594         ATTRIBUTE_UNUSED.
7595         (sparc_va_arg, sparc_flat_output_function_prologue,
7596         sparc_flat_output_function_epilogue): Cast value to unsigned in
7597         comparison.
7598         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
7599         
7600         * sparc.md: Add default case in switch.
7601
7602 2000-02-19  Richard Henderson  <rth@cygnus.com>
7603
7604         * c-typeck.c (add_pending_init): Don't abort for multiple
7605         fields at the same offset.
7606         (pending_init_member): Test the correct member.
7607
7608 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
7609
7610         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
7611         instead of SImode.
7612         (start_catch_handler) : Same.
7613
7614 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
7615
7616         * Makefile.in: Have flow.o depend on $(EXPR_H)
7617
7618 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7619
7620         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
7621         * c-decl.c (duplicate_decls, finish_enum): Likewise.
7622         (finish_decl): Remove -Wlarger-than code from here.
7623         * flags.h (id_clash_len): Now int.
7624         (larger_than_size): Now HOST_WIDE_INT.
7625         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
7626         Clean up checking to see if in table.
7627         (make_bit_field_ref): Remove extra parm to bitsize_int.
7628         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
7629         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
7630         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
7631         and for computing size of decl.
7632         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
7633         Move -Wlarger-than code to here.
7634         (layout_record): Remove extra arg to bitsize_int.
7635         Set TYPE_BINFO_SIZE_UNIT.
7636         (layout_union): Remove extra arg to bitsize_int.
7637         Use proper type for size of QUAL_UNION.
7638         (layout_type): Remove extra arg to bitsize_int.
7639         * toplev.c (id_clash_len): Now int.
7640         (larger_than_size): Now HOST_WIDE_INT.
7641         (decode_W_option): Clean up id-clash and larger-than- cases.
7642         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
7643         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
7644         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
7645         (struct tree_decl): New field size_unit.
7646         (size_int_wide): No HIGH operand; NUMBER is now signed.
7647         (size_int_2): Deleted.
7648         (size_int, bitsize_int): Don't use it and rework args.
7649         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
7650
7651 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
7652
7653         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
7654
7655 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
7656
7657         * invoke.texi (Warning Options): Add an explanation of why
7658         you might want the -Wfloat-equal flag.
7659
7660 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7661
7662         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
7663         * cppinit.c (new_pending_define): Add cast to avoid warning.
7664         * expmed.c (extract_bit_field): Likewise.
7665         * flow.c (enum reorder_skip_type): New type.
7666         (skip_insns_between_blcok): New it.
7667         Rework to avoid warning about possibly undefined variable.
7668         * function.c (assign_parms): Make thisparm_boundary unsigned.
7669         * genrecog.c (write_switch): Cast XWINT result to int.
7670         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
7671         * mips-tfile.c (init_file): Make two versions of FDR intializer:
7672         one for MIPS and one for Alpha.
7673         (get_tag, copy_object): Add casts to avoid warnings.
7674         * optabs.c (init_one_libfunc): Cast NAME to (char *).
7675         * reload.c (find_reloads): Make TYPE enum reload_type.
7676         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
7677         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
7678         * varasm.c (compare_constant_1): Add cast to avoid warning.
7679         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
7680         to (char *).
7681         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
7682         Cast switch operand of size to int.
7683         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
7684         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
7685         in unhandled case.
7686
7687 2000-02-18  Nick Clifton  <nickc@cygnus.com>
7688
7689         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
7690         anything for an alignment of zero.
7691
7692         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
7693         anything for an alignment of zero.
7694
7695 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
7696
7697         * gcc.texi (Bug Reporting): Refer to bugs.html.
7698         (Bug Lists): Likewise.
7699         * system.h (GCCBUGURL): New preprocessor define.
7700         * rtl.c (fancy_abort): Use it.
7701         * gcc.c (main): Likewise.
7702
7703 2000-02-18  Richard Henderson  <rth@cygnus.com>
7704
7705         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
7706         (life_analysis_1): Subsume into ...
7707         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
7708         Use update_life_info for the relaxation.
7709         (update_life_info): Update REG_BASIC_BLOCK for registers live on
7710         entry and regs_live_at_setjmp.
7711         (set_noop_p): Simplify.
7712         (notice_stack_pointer_modification_1): Renamed from s/_1//.
7713         (record_volatile_insns): Split into ...
7714         (delete_noop_moves): ... here,
7715         (notice_stack_pointer_modification): ... here,
7716         (insn_dead_p): ... and here.
7717         (propagate_block): Don't query INSN_VOLATILE.
7718         (mark_used_regs): Mind !PROP_REG_INFO.
7719         * toplev.c (rest_of_compilation): Call mark_constant_function here,
7720         not in life_analysis.
7721
7722 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
7723
7724         * loop.c (canonicalize_condition): New function,
7725         broken out of get_condition.
7726         (get_condition): Use it.
7727         * expr.h (canonicalize_condition): Prototype it.
7728
7729         * tree.h (tree_int_cst_msb): Declare.
7730         * tree.c (tree_int_cst_msb): New function.
7731
7732 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
7733
7734         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
7735         isn't set.
7736
7737         * invoke.texi (-fmessage-length=n): Document.
7738
7739 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
7740
7741         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
7742
7743 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
7744
7745         * function.c (thread_prologue_and_epilogue_insns): Put a line note
7746         after the prologue.
7747
7748 2000-02-17  Nick Clifton  <nickc@cygnus.com>
7749
7750         * config/arm/thumb.c: Replace includes of system headers with
7751         #include "system.h".
7752
7753 2000-02-16  Richard Henderson  <rth@cygnus.com>
7754
7755         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
7756         Add crtbeginS.o and crtendS.o.
7757         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
7758         (ENDFILE_SPEC): Use crtendS.o.
7759         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
7760
7761         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
7762         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
7763         shared and present.
7764         (__dso_handle): New variable.
7765         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
7766         bias to __CTOR_END__.
7767         
7768 2000-02-16  Richard Henderson  <rth@cygnus.com>
7769
7770         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
7771
7772 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
7773
7774         * longlong.h (__clz_tab): Declare as static to match definition.
7775
7776 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
7777         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
7778         (XREF_FILE_NAME): Define.
7779
7780         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
7781         (EH_FRAME_SECTION_ASM_OP): Define.
7782         (IDENT_ASM_OP): Define.
7783         (TEXT_SECTION_ASM_OP): Define.
7784         (CPP_SPEC): Define.
7785         (CTORS_SECTION_ASM_OP): Define.
7786         (CTOR_SECTION_FUNCTION): Use it.
7787         (DTORS_SECTION_ASM_OP): Define.
7788         (DTOR_SECTION_FUNCTION): Use it.
7789
7790 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
7791
7792         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
7793         NOTE_BASIC_BLOCK.
7794
7795         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
7796         debug_bb_n): New functions.
7797         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
7798         * basic-block.h: Prototype new functions.
7799
7800 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
7801
7802         * configure.in: Add support for avr target.
7803         * configure: Rebuilt.
7804
7805         * invoke.texi: Add AVR invocation docs.
7806         * install.texi: Add information about AVR.
7807         * md.texi: Add AVR constraint letters description.
7808         * extend.texi: Add description for AVR specific attributes.
7809
7810 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
7811
7812         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
7813
7814 2000-02-16  Nick Clifton  <nickc@cygnus.com>
7815
7816         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
7817         (make_insn_raw): Move RTL check here.
7818
7819 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7820
7821         * version.c: Include gansidecl.h and version.h.
7822
7823         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
7824         
7825         * configure.in (gcc_version): When setting, narrow search to
7826         lines containing `version_string'.
7827
7828         * Makefile.in (mainversion): Likewise. 
7829         (GCC_H): New variable.
7830         (gcc.h): Delete target.
7831         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
7832         (version.o): Depend on version.h.
7833         (dbxout.o): Don't depend on gcc.h.
7834
7835 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
7836                           Michael Meissner  <meissner@cygnus.com>
7837
7838         * md.texi (Simple Constraints): Add item about whitespace.
7839         * genoutput.c (strip_whitespace): New.
7840         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
7841         strip_whitespace for constraints.
7842         Test pointer using NULL, not 0.
7843
7844 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7845
7846         * cpplib.c (do_line): Pedwarn for #line > 32767.
7847
7848         * c-lex.c (readescape): Warn about '\x', but do not reject it.
7849
7850 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
7851
7852         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
7853         to default cpp spec.
7854         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
7855         * cpp.texi: Document __GNUC_PATCHLEVEL__.
7856         * cpp.1: Likewise.
7857
7858         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
7859         default spec.
7860
7861 2000-02-15  Denis Chertykov  <denisc@overta.ru>
7862
7863         * configure.in: Add support for avr target.
7864
7865 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7866
7867         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
7868         (sh_addr_diff_vec_mode): Don't declare.
7869         * sh.c (sh_addr_diff_vec_mode): Delete.
7870
7871 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7872
7873         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
7874
7875 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7876
7877         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
7878         (smulsi3_highpart_i): Name.
7879         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
7880         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
7881         (smulsi3_highpart, umulsi3_highpart): Likewise.
7882
7883         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
7884         correctly independent of endianness.
7885         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
7886         confuse the optimizers.
7887         (mulsidi3+1, umulsidi3+1): New define_split.
7888
7889 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
7890
7891         * config/sh/sh.md: Guard insn splits against illegal registers.
7892         * config/sh/sh.h: Correct comment about macros.
7893
7894 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7895                           Andrew MacLeod  <amacleod@cygnus.com>
7896
7897         * Makefile.in (lcm.o): Depend on insn-attr.h.
7898         * basic-block.h (optimize_mode_switching): Declare.
7899         * lcm.c (tm_p.h, insn-attr.h): #include.
7900         (seginfo, bb_info): New structs.
7901         (antic, transp, comp, delete, insert) : New file-scope static variables.
7902         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
7903         (reg_becomes_live, optimize_mode_switching): Likewise.
7904         * tm.texi: Add description of mode switching macros.
7905         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
7906
7907         * sh-protos.h (remove_dead_before_cse): Remove prototype.
7908         (fldi_ok, fpscr_set_from_mem): New prototypes.
7909         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
7910         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
7911         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
7912         (sh_flag_remove_dead_before_cse): Remove declaration.
7913         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
7914         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
7915         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
7916         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
7917         (barrier_align): Allow for JUMP_INSNS containing a parallel.
7918         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
7919         (fldi_ok): New function.
7920         (get_fpscr_rtx): Add fpscr_rtx as GC root.
7921         (emit_sf_insn): Only generate fpu switches when optimize < 1.
7922         (emit_df_insn): Likewise.
7923         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
7924         (sh_flag_remove_dead_before_cse): Delete.
7925         (get_free_reg, fpscr_set_from_mem): New functions.
7926         * sh.md (movdf, movsf): Remove no_new_pseudos code.
7927         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
7928
7929 2000-02-15  Loren Rittle  <ljrittle@acm.org>
7930
7931         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
7932
7933 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7934
7935         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
7936         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
7937
7938         * cccp.c: Include version.h and/or don't declare `version_string'.
7939         * collect2.c: Likewise.
7940         * alpha.c: Likewise.
7941         * arm/aof.h: Likewise.
7942         * arm/coff.h: Likewise.
7943         * arm/elf.h: Likewise.
7944         * arm/pe.h: Likewise.
7945         * arm/tcoff.h: Likewise.
7946         * arm/telf.h: Likewise.
7947         * arm/tpe.h: Likewise.
7948         * arm/vxarm.h: Likewise.
7949         * convex/convex.c: Likewise.
7950         * i386/dgux.c: Likewise.
7951         * i386/sun386.h: Likewise.
7952         * m88k/m88k.c: Likewise.
7953         * mcore/mcore-pe.h: Likewise.
7954         * mips/mips.h: Likewise.
7955         * romp/romp.h: Likewise.
7956         * sh/sh.c: Likewise.
7957         * cpphash.c: Likewise.
7958         * cppinit.c: Likewise.
7959         * dwarf2out.c: Likewise.
7960         * dwarfout.c: Likewise.
7961         * gcc.c: Likewise.
7962         * gcc.h: Likewise.
7963         * mips-tfile.c: Likewise.
7964         * protoize.c: Likewise.
7965         * toplev.c: Likewise.
7966         * tree.h: Likewise.
7967         
7968         * version.c (version_string): Constify a char*.
7969
7970         * version.h: New file.
7971
7972 2000-02-14  Nick Clifton  <nickc@cygnus.com>
7973
7974         * configure.in: Add mcore-elf and mcore-pe targets.
7975         * configure: Regenerate.
7976
7977         * NEWS: Add note that MCore port has been contributed.
7978
7979         * invoke.texi: Document command line switches for MCore port.
7980         * install.texi: Add MCore to list of supported targets.
7981
7982 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
7983
7984         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
7985         then we will need to import the frame handling functions.
7986         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
7987         to import the frames themselves.
7988
7989 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
7990                           Jason Eckhardt  <jle@cygnus.com>
7991
7992         * basic_block.h: Added prototype for reorder_basic_blocks.
7993         * toplev.c: Changes to add -freorder-blocks and graph dump after
7994         block reordering is done.
7995         * flow.c (reorder_block_def): New structure for use during block
7996         reordering.
7997         (REORDER_BLOCK_*): New macros to access members of above structure.
7998         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
7999         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
8000         functions for block reordering.
8001
8002 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8003
8004         * gcc.texi (Passes): Fix typo.
8005         * md.texi (Standard Names): Ditto.
8006         * tm.texi (Storage Layout): Ditto.
8007
8008 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
8009
8010         * cpplib.c (do_define): Only free the old definition if it
8011         actually had one.
8012
8013 2000-02-13   Neil Booth  <NeilB@earthling.net>
8014
8015         * cppfiles.c (read_and_prescan): When emitting deferred
8016         newlines, test speccase[] again instead of checking each
8017         possible whitespace character in turn.  When we encounter \r,
8018         look behind for \n first, then ahead.
8019
8020 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
8021
8022         * cse.c (cse_altered): New internal flag.
8023         (cse_insn): Set it if we changed an insn.
8024         (cse_main): Clear cse_altered before each basic block.
8025         Only garbage collect if cse_altered is true afterward.
8026
8027 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8028
8029         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
8030
8031 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
8032
8033         * combine.c (simplify_comparison): Fix typo.
8034
8035 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
8036
8037         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
8038         consistently.
8039
8040 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8041
8042         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
8043         previously inserted node instead of root node.  Caller changed.
8044
8045 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8046
8047         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
8048
8049 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8050
8051         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
8052         __dereg_frame_dtor): Add prototype argument.
8053
8054         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
8055
8056         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
8057
8058         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
8059
8060         * gthr-vxworks.h (__gthread_once): Likewise.
8061
8062         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
8063
8064 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
8065
8066         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
8067         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
8068         stack pointer in functions w/o saved registers, output LEAVE more often
8069         on TARGET_USE_LEAVE machines.
8070
8071 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
8072
8073         * config/arm/arm.c (arm_init_cumulative_args); New function:
8074         Initlaise the CUMULATIE_ARGS strcuture for a function
8075         defintion. 
8076         (arm_function_arg): New function: Determine where to place a
8077         function's argument.  Also handles deciding the function's
8078         call cookie.
8079         (current_file_function_operand): New function: Return true if
8080         the symbol is a function which has already been compiled.
8081         (arm_is_long_call_p): New function: Return true if the
8082         indicated function should be called via a long call.
8083         (arm_valid_type_attribute_p): New function: Return true if the
8084         attribute is a valid, arm specific, attribute.
8085         (arm_comp_type_attribute): New function: Return true if the
8086         two types have compatable, arm specific, attributes.
8087
8088         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
8089         structure.
8090         (FUNCTION_ARG): Redefine to call arm_function_arg.
8091         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
8092         structure field.
8093         (INIT_CUMULATIVE_ARGS): Redefine to call
8094         arm_init_cumulative_args.
8095         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
8096         field. 
8097         (SETUP_INCOMING_VARARGS): Redefine to use correct structure 
8098         field. 
8099         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
8100         functions.
8101         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
8102         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
8103         (COMP_TYPE_ATTRIBUTES): Define.
8104
8105         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
8106         if a long call is needed.
8107         (call_value): Call arm_is_long_call_p to decide if a long call
8108         is needed.
8109         (call_symbol): Call arm_is_long_call_p to decide if a long call
8110         is needed.
8111
8112         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
8113
8114 2000-02-11  Denis Chertykov  <denisc@overta.ru>
8115
8116         * README.AVR: New file with information about the avr ports.
8117         * config/avr: New directory with avr port files.
8118
8119 2000-02-11  Andreas Jaeger  <aj@suse.de>
8120
8121         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
8122
8123 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
8124
8125         * cpphash.c: Fix formatting, update commentary.
8126         (dump_definition): Take three separate arguments instead of a
8127         MACRODEF structure argument.
8128         * cpphash.h: Update prototype of dump_definition.
8129         * cppinit.c (cpp_finish): Update call of dump_definition.
8130
8131         * cpplib.c (do_define): Always create new hash entry with
8132         T_MACRO type.  Remove redundant check for redefinition of
8133         poisoned identifier.  Update call of dump_definition.
8134         (do_undef): Don't call check_macro_name.  Rename sym_length to
8135         len.
8136         (do_error, do_warning): Don't use copy_rest_of_line or
8137         SKIP_WHITE_SPACE.
8138         (do_warning): Don't use pedwarn for the actual warning,
8139         only the notice about its not being in the standard.  (Fixes
8140         bug with #warning in system headers.)
8141         (do_ident): Stricter argument checking - accept only a single
8142         string after #ident.  Also, macro-expand the line.
8143         (do_xifdef): Use cpp_defined.  De-obfuscate.
8144
8145         (do_pragma): Split out specific pragma handling to separate
8146         functions.  Use get_directive_token.  Update commentary.  Do
8147         not pass on #pragma once or #pragma poison to the front end.
8148         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
8149         do_pragma_default): New.
8150
8151 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
8152
8153         * jump.c (jump_optimize_1): The first operand in a relational
8154         can be a CONST_INT.
8155         * optabs.c (emit_conditional_move): Handle relationals which
8156         have a known true/false result.
8157
8158 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
8159
8160         * function.c (thread_prologue_and_epilogue_insns): Don't insert
8161         a RETURN insn into a block which already ends with a jump.
8162
8163 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
8164
8165         * haifa-sched.c (BUF_LEN): Increase a lot.
8166
8167 2000-02-11  Nick Clifton  <nickc@cygnus.com>
8168
8169         * configure.in: Add tm_p_file specification for thumb targets.
8170         * configure: Regenerate.
8171
8172         * config/arm/thumb-protos.h: New file: Prototypes for exported
8173         functions defined in thumb.c.
8174
8175 2000-02-11  Robert Lipe  <robertl@sco.com>
8176
8177         * Makefile.in (bootstrap-lean): Remove additional files.
8178         (bootstrap2-lean): Likewise.
8179         (VOL_FILES): List of files for above.
8180
8181 2000-02-11  Nathan Sidwell  <nathan@acm.org>
8182
8183         * cpphash.c (special_symbol): Remove spurious argument to
8184         cpp_lookup.
8185
8186 2000-02-11  Joel Sherrill (joel@OARcorp.com>
8187
8188         * configure.in: (i*86-*-rtems*): Swapped elf and coff
8189         stanzas.
8190         * configure: Rebuilt.
8191
8192 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
8193         
8194         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
8195
8196 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
8197
8198         * pa.c, pa.h: Remove trigraph sequences within comments.
8199
8200 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
8201
8202         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
8203
8204 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
8205
8206         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
8207
8208 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8209         
8210         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
8211
8212 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8213
8214         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
8215         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
8216         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
8217         (ASM_FILE_END): Use c4x_file_end.
8218         * config/c4x/c4x.c (c4x_global_label): New function.
8219         (c4x_external_ref, c4x_file_end): Likewise.
8220
8221         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
8222         (c4x_external_ref, c4x_end_file): Likewise.
8223
8224 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
8225
8226         * cppexp.c: Don't include cpphash.h.
8227         (parse_charconst, cpp_lex): Use cpp_defined.
8228         (cpp_lex): Use get_directive_token throughout.  Remove
8229         unnecessary cases from switch.  Move assertion-handling code
8230         down to OTHER case.
8231         (cpp_parse_expr): If we see '+' or '-', check the context to
8232         determine if they are unary or binary operators.  Streamline
8233         the jumps a bit.  Do not call skip_rest_of_line.
8234
8235         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
8236         static.  Export get_directive_token.  Update commentary.
8237         (cpp_defined): New function.
8238         (do_define): Remove reference to T_PCSTRING.  Call
8239         free_definition to release memory for old definition, when
8240         redefining a macro.
8241         (eval_if_expression): Set only_seen_white to 0 before calling
8242         cpp_parse_expr.  Call skip_rest_of_line after it returns.
8243         (cpp_read_check_assertion): Don't preserve a pointer into the
8244         token buffer across a call to cpp_get_token.
8245
8246         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
8247         * cppfiles.c (redundant_include_p): Use cpp_defined.
8248         * cpphash.c (free_definition): New function.
8249         (delete_macro): Use it.  Update commentary.
8250         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
8251         free_definition.
8252         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
8253         from enum node_type.  Prototype cpp_defined and get_directive_token.
8254         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
8255
8256         * fix-header.c (check_macro_names): Use cpp_defined.
8257         (read_scan_file): Set inhibit_warnings and inhibit_errors in
8258         the options structure.
8259
8260 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8261
8262         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
8263
8264 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
8265
8266         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
8267         rather than die->die_tag.
8268
8269 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8270
8271         * combine.c (make_extraction, force_to_mode): Avoid warning on
8272         mixed-signedness conditionals.
8273         (make_field_assignment, nonzero_bits): Likewise.
8274         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
8275         (store_split_bit_field, extract_split_bit_field): Likewise.
8276         (extract_fixed_bit_field, store_bit_field, 
8277         * expr.c: Change alignment to be unsigned everywhere.
8278         (move_by_pieces, store_constructor_field, store_constructor): 
8279         Alignment parm is unsigned.
8280         (emit_block_move, emit_group_load, emit_group_store): Likewise.
8281         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
8282         (do_compare_rtx_and_jump): Likewise.
8283         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
8284         Compare align with GET_MODE_ALIGNMENT.
8285         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
8286         (get_inner_reference): Likewise.
8287         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
8288         (expand_assignment): Local vars for alignment now unsigned.
8289         (store_constructor, store_field, expand_expr, do_jump): Likewise.
8290         (do_compare_and_jump): Likewise.
8291         (store_field): Call new function expr_align.
8292         * expr.h (emit_block_move, emit_group_load, emit_group_store):
8293         Alignment arg now unsigned.
8294         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
8295         (do_compare_rtx_and_jump, store_bit_field): Likewise.
8296         (extract_bit_field): Likewise.
8297         * fold-const.c (add_double): Add cast to eliminate signedness warning.
8298         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
8299         (get_best_mode): Alignment arg is unsigned.
8300         * rtl.h (move_by_pieces): Likewise.
8301         * store-layout.c (maximum_field_alignment, set_alignment):
8302         Now unsigned.
8303         (layout_decl): Alignment arg is now unsigned.
8304         Remove unneeded casts.
8305         (layout_record, layout_union, layout_type): Remove unneeded casts.
8306         Local alignment variables now unsigned.
8307         (get_best_mode): Alignment arg now unsigned.
8308         * tree.c (expr_align): New function.
8309         * tree.h (expr_align): Likewise.
8310         (maximum_field_alignment, set_alignment): Now unsigned.
8311         (get_inner_reference): Alignment argument is now pointer to unsigned.
8312         * varasm.c (assemble_variable): Add cast to eliminate warning.
8313
8314 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
8315
8316         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
8317         then store directly into op0.
8318
8319         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
8320         the CALL_INSN, and emit the note immediately after it.
8321
8322 2000-02-10  Nick Clifton  <nickc@cygnus.com>
8323
8324         * config/arm/thumb.md (epilogue): Include a (return) in the
8325         generated insn, and emit it using emit_jump_insn not
8326         emit_insn. 
8327
8328 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
8329
8330         * function.c (assign_temp): Change zero-sized arrays to size 1.
8331         * integrate.c (expand_inline_function): Do not update
8332         stack_alignment_needed
8333         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
8334         add some sanity checking, remove optimization for function with
8335         zero frame size.
8336
8337 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8338
8339         * flow.c (mark_regs_live_at_end): Delete unused variables.
8340
8341         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
8342
8343         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
8344         in macro FRAME_GROWS_DOWNWARD.
8345
8346         * stmt.c (expand_end_bindings): Delete unused variable.
8347
8348         * unroll.c (iteration_info): Mark parameter `loop' with
8349         ATTRIBUTE_UNUSED.
8350
8351 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8352
8353         * fixinc/server.c (load_data): Return NULL if the marker line is
8354         not found.
8355         (run_shell): If load_data returns NULL, retry the command once, in
8356         a new shell.
8357
8358         * configure: Rebuilt.
8359
8360 2000-02-09  Bruce Korb  <bkorb@gnu.org>
8361
8362         * gcc/fixincludes:  ** DELETED **
8363         * gcc/fixcpp:  ** DELETED **
8364         * gcc/fixinc-nt.sed:  ** DELETED **
8365         * gcc/just-fixinc:  ** DELETED **
8366         * gcc/Makefile.in:  Removed out-dated commentary
8367         * gcc/configure.in: Removed fast-fixincludes disablement.
8368         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
8369
8370 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8371         * function.c (thread_prologue_and_epilogue_insns): Uncomment
8372         last change.
8373
8374 2000-02-09  Richard Henderson  <rth@cygnus.com>
8375
8376         * jump.c (delete_insn): Don't delete user labels at -O0.
8377
8378 2000-02-09  Robert Lipe  <robertl@sco.com>
8379
8380         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
8381         Don't link with HOST_LIBS. 
8382
8383 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8384
8385         * configure.in: Correct --help text for --with-dwarf2.
8386         Put tm-dwarf2.h after other tm files, if it's requested.
8387         * configure: Regenerate.
8388         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
8389         defining it.
8390
8391 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8392
8393         * cpplib.h: Provide HASHNODE typedef and forward decl of
8394         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
8395         DEFINITION, struct hashnode, struct macrodef, struct
8396         definition, scan_decls prototype, default defn of
8397         INCLUDE_LEN_FUDGE moved elsewhere.
8398
8399         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
8400         definition, and struct hashnode moved here. Remove the unused
8401         'predefined' field from struct definition.  Replace the 'args'
8402         union with its sole member.  All users updated (cpphash.c).
8403         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
8404         multiple include guard.
8405
8406         * cpphash.c (hashf): Make static; use better algorithm; drop
8407         HASHSIZE parameter; return an unsigned int.
8408         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
8409         used. Calculate HASHSIZE modulus here.
8410         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
8411         here.
8412         (create_definition): Drop PREDEFINITION parameter.
8413         * cpplib.c (do_define): Don't calculate a hash value here.
8414         Don't pass (keyword == NULL) to create_definition.
8415
8416         * scan.h: Prototype scan_decls here.
8417         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
8418         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
8419         callers of cpp_lookup and cpp_install updated.
8420         
8421         * cpphash.c (macarg): Hoist all the flag diddling out of the
8422         function...
8423         (macroexpand): ... and out of the loop that calls macarg.
8424         Skip over the initial paren before macro arguments with
8425         cpp_get_non_space_token; point may be some distance before
8426         that paren.  Abort if it's not there.
8427
8428         * cpplib.c (parse_clear_mark): Delete function.
8429         (parse_set_mark, parse_goto_mark): Make static.
8430         (ACTIVE_MARK_P): New macro.
8431         (skip_block_comment, skip_line_comment): Do not bump the line
8432         if ACTIVE_MARK_P is true.
8433         (cpp_pop_buffer): The buffer to be popped may not have an
8434         active mark.
8435         (cpp_get_token): When looking for the initial paren before
8436         macro arguments, only set a mark in a file buffer, Always
8437         return to that mark before proceeding to call macroexpand or
8438         return a NAME token.
8439
8440         * cpplib.h: Remove prototypes of parse_set_mark,
8441         parse_clear_mark, parse_goto_mark.
8442         (struct cpp_options): Rename 'put_out_comments' to
8443         'discard_comments' and invert its sense.
8444         * cppinit.c, cpphash.c, cpplib.c: All users of
8445         put_out_comments changed to use discard_comments, with
8446         opposite sense.
8447
8448 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8449
8450         * function.c (thread_prologue_and_epilogue_insns): Don't delete
8451         the edge from a block that both jumps and falls through to the
8452         fallthru block.
8453
8454 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
8455
8456         * config/arm/arm.md (movsi): In PIC mode, make sure that a
8457         constant source address is legitimate.
8458
8459 2000-02-09  Philip Blundell  <pb@futuretv.com>
8460
8461         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
8462         correctly.
8463
8464         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
8465         generating PIC.
8466         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
8467
8468 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8469
8470         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
8471         ends with a newline and a NUL.  Don't be so clever manipulating
8472         strings.
8473
8474 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
8475
8476         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
8477         not to BIGGEST_ALIGNMENT.
8478
8479 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
8480
8481         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
8482         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
8483         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
8484         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
8485         * frame.c (execute_cfa_insn): Handle 
8486         DW_CFA_GNU_negative_offset_extended.
8487
8488 2000-02-08  Richard Henderson  <rth@cygnus.com>
8489
8490         * flow.c (tidy_fallthru_edges): Split out from ...
8491         (delete_unreachable_blocks): ... here.
8492         (find_basic_blocks): Use it.
8493
8494 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8495
8496         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
8497
8498 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
8499
8500         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
8501         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
8502         (fix-header.o): Don't depend on cpphash.h.
8503
8504         * scan.c (hashstr): New function. 
8505         * scan.h: Prototype it.
8506         * fix-header.c: Don't include cpphash.h.  Use hashstr.  
8507         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
8508         hashstr.  Report hash table statistics.  Add private     
8509         definition of xrealloc.
8510
8511 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8512
8513         * i386.h (TARGET_SWITCHES): Fix typo in option name.
8514
8515 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
8516
8517         * function.c (thread_prologue_and_epilogue_insns): Don't replace
8518         jumps with returns unless they are jumps to the fallthru block.
8519
8520 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
8521
8522         * i386.md (addqi3_cc): Fix contraints.
8523
8524 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8525
8526         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
8527
8528 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
8529
8530         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
8531         carriage return after a macro name.
8532
8533 2000-02-07  Fred Fish  <fnf@be.com>
8534
8535         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
8536         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
8537
8538 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
8539
8540         * cppfiles.c (deps_output): Count spacers in deps_column.
8541
8542 2000-02-07  Neil Booth  <NeilB@earthling.net>
8543
8544         * cppinit.c (initialize_dependency_output): If there is no
8545         suffix, don't try to look for known suffixes.  Use strrchr.
8546         (cpp_start_read): Remove duplicate initialization.
8547
8548 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
8549
8550         * calls.c (compute_argument_block_size): New argument
8551         preferred_stack_boundary.
8552         (expand_call): update cfun->preferred_stack_boundary, update call of
8553         compute_argument_block_size
8554         (emit_library_call): Increate cfun->preferred_stack_boundary
8555         to PREFERRED_STACK_BOUNDARY
8556         (emit_library_call_value): Likewise.
8557         * explow.c (allocate_dynamic_stack_spave): Likewise.
8558         * function.c (prepare_function_start): Set
8559         cfun->preferred_stack_boundary
8560         * function.h (struct function): Add preferred_stack_boundary field.
8561         * integrate.c (expand_inline_function): Update
8562         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
8563         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
8564         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
8565
8566 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
8567
8568         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
8569         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
8570         cpp_pedwarn, cpp_pedwarn_with_line,
8571         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
8572         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
8573         v_cpp_error_with_line, v_cpp_warning_with_line,
8574         cpp_message_from_errno, cpp_perror_with_name): Delete.
8575
8576         * cpperror.c (cpp_print_containing_files): Take starting
8577         buffer as argument.
8578         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
8579         (v_cpp_message): Now called directly by all entry points.
8580         Remove -1 case.
8581         (cpp_pfatal_with_name, cpp_message): Delete.
8582         (cpp_notice_from_errno, cpp_ice): New functions.
8583         (cpp_notice): Is now for reporting error conditions, just
8584         without an associated file.
8585         (cpp_error, cpp_error_with_line): Don't do anything if
8586         opts->inhibit_errors is on.
8587         (cpp_pedwarn_with_file_and_line): Take column argument also.
8588
8589         * cpplib.h: Update prototypes of exported functions.
8590         (struct cpp_options): Add inhibit_errors.
8591
8592         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
8593         non-error messages.  Include intl.h.
8594
8595         * cppinit.c, cppmain.c: Likewise.  Also, use
8596         cpp_notice_from_errno instead of cpp_perror_with_name or
8597         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
8598
8599         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
8600         report internal errors.
8601
8602         * cpplib.c (do_define): Switch bcopy to memcpy.
8603         Give cpp_pedwarn_with_file_and_line a dummy column argument.
8604
8605         * cpplib.c (copy_rest_of_line): Revert previous change: don't
8606         bail out early if we hit a line comment.
8607
8608 2000-02-06  Richard Henderson  <rth@cygnus.com>
8609
8610         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
8611         * basic-block.h: Declare them.
8612         * emit-rtl.h (active_insn_p): New.
8613         (next_active_insn, prev_active_insn): Use it.
8614         * rtl.h: Declare it.
8615         * function.c (emit_return_into_block): New.
8616         (thread_prologue_and_epilogue_insns): Insert return insns instead
8617         of epilogues when possible.
8618         * jump.c (jump_optimize_1): Remove code to insert a return insn
8619         on the fallthru to the exit block.
8620
8621         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
8622         and for non-empty stack frames.
8623         * i386.md (return): Expand to return-pop as needed.
8624
8625 2000-02-06  Richard Henderson  <rth@cygnus.com>
8626
8627         * simplify-rtx.c (simplify_relational_operation): Canonicalize
8628         constant to op1 for testing.
8629
8630 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8631
8632         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
8633         (fixuns_truncqfqi2): Use it.
8634
8635 2000-02-06  Richard Henderson  <rth@cygnus.com>
8636
8637         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
8638         as a TYPE_LEA insn.
8639
8640         * i386.md (widening and peepholes): Mask the constant instead of
8641         using gen_lowpart.
8642
8643 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
8644
8645         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
8646         input pointer before possibly branching off to the backslash
8647         code.
8648         * cpphash.c (macroexpand): Correctly delete \r escapes when
8649         stringifying parameters.
8650         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
8651         if we can; bail out early if we hit a line comment.
8652         (handle_directive): Treat '# 123' in an .S file just like
8653         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
8654         Return 1 for '# not_a_directive'.
8655         (get_directive_token): Pop macro buffers here, so that
8656         cpp_get_token can't sneakily move past a newline.
8657         Add sanity checks. 
8658         (cpp_get_token): goto randomchar if handle_directive returns 0.
8659
8660         * cppalloc.c: Update copyright.
8661         * cpplib.c: Merge all the static function prototypes into one
8662         block.
8663         * cpplib.h: Remove #if 0 block.
8664
8665         * cpperror.c: Remove #ifdef EMACS block.
8666         * cppmain.c: Likewise.
8667         * cpphash.c: Remove #if 0 blocks.
8668         * cppinit.c: Remove #if 0 blocks, and the -lint option.
8669         * cpplib.c: Remove #if 0 blocks and code referencing
8670         pcp_inside_if or for_lint.  Remove duplicate error message.
8671         Fix error messages for #else after #else or #elif.  Reformat.
8672         Remove archaic TODO list.
8673         * cpplib.h: Remove pcp_inside_if and for_lint flags.
8674
8675 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
8676
8677         * i386/osf1elf.h: Add missing backslash to multiline string.
8678
8679 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8680
8681         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
8682
8683 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8684
8685         * Makefile.in (c-common.o): Depend on $(EXPR_H).
8686
8687         * c-common.c: Include expr.h.
8688
8689         * c-pragma.c (mark_align_stack): Add prototype.
8690
8691         * caller-save.c (add_stored_regs): Likewise.
8692
8693         * combine.c (record_promoted_value): Likewise.
8694
8695         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
8696         Likewise.
8697
8698         * cppinit.c (new_pending_define): Likewise.
8699
8700         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
8701
8702         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
8703         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
8704         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
8705         class_scope_p): Likewise.
8706
8707         * dwarf2out.h (dwarf2out_set_demangle_name_func,
8708         dwarf2out_add_library_unit_info): Likewise.
8709
8710         * ggc.h (ggc_page_print_statistics): Likewise.
8711
8712         * haifa-sched.c (propagate_deps): Likewise.
8713
8714         * reg-stack.c (next_flags_user, record_label_references): Likewise.
8715
8716         * rtl.h (set_stack_check_libfunc): Likewise.
8717
8718         * toplev.h (set_fatal_function): Likewise.
8719
8720         * toplev.c (set_fatal_function): Delete prototype.
8721         
8722         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
8723         
8724 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
8725
8726         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
8727         (FUNC_END): Likewise.
8728
8729 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8730
8731         * caller-save.c: Include tm_p.h.
8732
8733 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8734
8735         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
8736
8737 2000-02-04  Neil Booth  <NeilB@earthling.net>
8738
8739         * cccp.c (main): Check 'dir' for a NULL pointer before passing
8740         it to strcmp.
8741
8742 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
8743
8744         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
8745         * genflags.c: Use the max_operand_1 logic from genemit.c to
8746         calculate how many arguments gen_insn prototypes have.  Remove
8747         NO_MD_PROTOTYPES ifdefs from the generated file.
8748         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
8749         file.  Cast gen_insn initializers to insn_gen_fn.
8750         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
8751         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
8752
8753 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8754
8755         * fixinc/Makefile.in (HDR): Add machname.h.
8756         (clean): Likewise.
8757
8758 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8759
8760         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
8761         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
8762         (c4x_cpu_version): Ditto.
8763         * config/c4x/c4x-protos.h: ... here.
8764
8765 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
8766
8767         * dwarf2out.c (add_abstract_origin_attribute): Don't call
8768         gen_abstract_function on our context if we're a nested function.
8769
8770 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8771
8772         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
8773         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
8774
8775 2000-02-04  Bruce Korb  <bkorb@gnu.org>
8776
8777         * fixinc/genfixes(machname.h):
8778         Move the functionality from gen-machine.h into this file.
8779         UNdef MN_NAME_PAT if there are no names to change.
8780         Also, be a little kinder when AutoGen is not present.
8781
8782         * fixinc/Makefile.in(machname.h):
8783         Change the generation rule to use genfixes.
8784
8785         * fixinc/fixfixes.c(machine_name):
8786         machine_name_fix's functionality now dependent upon whether
8787         MN_NAME_PAT is defined.
8788
8789         * fixinc/fixtests.c(machine_name):
8790         ditto.
8791
8792         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
8793         of MN_NAME_PAT.
8794
8795         * fixinc/fixlib.h(mn_get_regexps):
8796         ditto
8797
8798         * fixinc/gen-machine.h: DELETED
8799
8800 2000-02-04  Jan Hubicka  <jh@suse.cz>
8801             Richard Henderson  <rth@cygnus.com>
8802
8803         * i386.c (SAVE_REGS_FIRST): Remove.
8804         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
8805         (ix86_compute_frame_size): Likewise.
8806         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
8807         (ix86_emit_restore_regs): Remove.
8808         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
8809         when a frame pointer is in use.
8810         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
8811         instead of pop to restore a register when profitable; emit leave
8812         when profitable.
8813         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
8814         as a TYPE_LEA insn.
8815         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
8816         * i386.md (prologue_allocate_stack): Remove.
8817         (epilogue_deallocate_stack): Remove.
8818         (pro_epilogue_adjust_stack): New.
8819
8820 2000-02-04  Richard Henderson  <rth@cygnus.com>
8821
8822         * function.c (diddle_return_value): Rework to use a callback function.
8823         Use current_function_return_rtx if it's been set up.
8824         (do_clobber_return_reg, clobber_return_register): New.
8825         (do_use_return_reg, use_return_register): New.
8826         (expand_function_end): Use them.
8827         * stmt.c (expand_null_return): Likewise.
8828         * function.h: Declare them.
8829         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
8830         (mark_reg): Change arguments as appropriate for callback.
8831         * integrate.c (expand_inline_function): Revert 19 Jan change.
8832
8833 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8834
8835         * tm.texi (Values in Registers): Fix typo: "fo" "for".
8836         (Misc): Say the scheduler, not the Haifa scheduler.
8837
8838 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
8839
8840         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
8841         when in_mem is set.  Update all callers.
8842
8843 2000-02-04  Richard Henderson  <rth@cygnus.com>
8844
8845         * i386/openbsd.h (INT_ASM_OP): Define.
8846
8847 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8848
8849         * tm.texi: Fix various typos.
8850
8851 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
8852
8853         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
8854         (MD_STARTFILE_PREFIX_1): New macro.
8855
8856 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
8857
8858         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
8859         destination when needed.
8860         (strmovsi, strsetsi): New expander.
8861         (strmovsi_1, strsetsi_1): New pattern.
8862         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
8863         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
8864         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
8865         * invoke.texi (align-stringops, inline-all-stringops): Document.
8866
8867 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
8868
8869         * i386/netbsd.h (INT_ASM_OP): Define.
8870
8871 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
8872
8873         * cpplib.h (cpp_reader): Add new flag, no_directives.
8874         * cpphash.c (macarg): Set it.
8875         * cpplib.c (handle_directive): If no_directives is on and we
8876         find a directive, issue an error and discard the line.
8877
8878 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
8879
8880         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
8881         FP constants.  Add ! TARGET_FPU check for FP constants.
8882
8883 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
8884         
8885         * flow.c (find_basic_blocks): Don't kill label_value_list
8886         here.
8887         (cleanup_cfg): Kill it here.
8888
8889 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8890
8891         * expr.c (store_field): Ensure ALIGN is no stricter than the
8892         alignment of EXP.
8893
8894 2000-02-02  Richard Henderson  <rth@cygnus.com>
8895
8896         * jump.c (delete_insn): Partially revert 19 Jan change; 
8897         don't convert unused code labels to notes at -O0.
8898
8899 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8900
8901         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
8902         split_all_insns to recreate REG_LABEL notes for flow2 pass.
8903
8904 2000-02-01  Richard Henderson  <rth@cygnus.com>
8905
8906         * i386.c (general_no_elim_operand): New.
8907         (nonmemory_no_elim_operand): New.
8908         (ix86_expand_move): Copy eliminable operands before a push.
8909         * i386-protos.h: Declare new functions.
8910         * i386.h (CAN_ELIMINATE): Simplify.
8911         (PREDICATE_CODES): Update.
8912         * i386.md (push insns): Don't allow eliminable register operands.
8913
8914 2000-02-01  Richard Henderson  <rth@cygnus.com>
8915
8916         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
8917         replace BLKmode with DECL_RTL's mode.
8918
8919 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
8920
8921         * frame.c (find_fde): Convert for loop to do-while so compiler
8922         sees it's always executed at least once.
8923         * libgcc2.c (BBINBUFSIZE): Kill.
8924         (__bb_init_prg): Use fgets.
8925         (__bb_exit_trace_func): Don't paste strings.
8926         * unroll.c (unroll_loop): Initialize unroll_type, not
8927         unroll_number, and tweak logic to match.
8928
8929         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
8930         all failure paths.
8931         (ix86_flags_dependant): Likewise.  Disentangle control flow.
8932         (ix86_sched_reorder): Break guts out to
8933         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
8934         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
8935         any possible use.
8936
8937         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
8938         use string concatenation.  Don't save and restore esi.
8939
8940         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
8941         (machname.h): Remove script to separate file.  Use two-step
8942         sequence so target is not created if script fails.
8943         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
8944         identifiers are defined.
8945         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
8946         an empty string, machine_name doesn't need to do anything at
8947         all.
8948         (is_cxx_header): Add more cases to regexp.
8949         * fixinc/fixlib.h: Update prototype.
8950         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
8951         mn_get_regexps.
8952         * fixinc/fixincl.c: Define NO_BOGOSITY.
8953
8954         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
8955         (hp_sysfile): Add missing comma.
8956         (math_exception): Put the wrapper ifdefs at the beginning and
8957         the end of the file.
8958         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
8959
8960 2000-02-01  Richard Henderson  <rth@cygnus.com>
8961
8962         * sparc.c (fp_zero_operand): Turn into a normal predicate.
8963         Use CONST0_RTX.  Update all callers.
8964         * sparc.h, sparc-protos.h: Update accordingly.
8965         * sparc.md (fp mov insns): Use fp_zero_operand directly
8966         where applicable.
8967
8968 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8969
8970         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
8971         example.
8972
8973 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8974
8975         * Makefile.in (specs.ready): New target.
8976         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
8977
8978 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8979
8980         * fixinc.irix: Use unique filenames for writing into /tmp,
8981         * fixinc.ptx: Likewise.
8982         * fixinc.sco: Likewise.
8983         * fixinc.svr4: Likewise.
8984         * fixinc.winnt: Likewise.
8985
8986 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8987
8988         * tsystem.h: New file.
8989
8990         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
8991         s-crtS): Depend on tsystem.h.
8992
8993         * crtstuff.c: Include tsystem.h.
8994         * frame.c: Likewise.
8995         * libgcc2.c: Likewise.
8996
8997 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
8998
8999         * builtins.c (expand_builtin_memset): Expand for variable sized
9000         lengths too.
9001
9002 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au> 
9003
9004         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
9005         on ABI.
9006
9007 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9008
9009         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
9010
9011         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
9012
9013 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
9014
9015         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
9016         case 3->2 combining (combining with splitting) in which 2 is CC0
9017         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are 
9018         checked at the begining of the function with the aid of calling 
9019         function 'can_combine_p'. 
9020
9021 2000-01-31  Dave Brolley  <brolley@redhat.com>
9022
9023         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
9024
9025 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
9026
9027         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
9028         new label.
9029
9030 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9031
9032         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
9033         
9034         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
9035         PROTO -> PARAMS.
9036
9037 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
9038
9039         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
9040         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
9041         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
9042         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
9043         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
9044         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
9045         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
9046         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
9047         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
9048         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
9049         
9050         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
9051         Add %(cpp_cpu) to CPP_SPEC.
9052
9053         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
9054         Add %(cc1_cpu) to CC1_SPEC.
9055
9056 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
9057
9058         * c-decl.c (c_decode_option): Accept optional numeric argument to
9059         -Wformat and set warn_format.
9060         * c-common.c: Don't emit warning about non-constant printf format
9061         string unless warn_format > 1.
9062
9063 2000-01-30  Richard Henderson  <rth@cygnus.com>
9064
9065         * alpha.md (return_internal): Allow after reload only.
9066
9067 2000-01-30  Richard Henderson  <rth@cygnus.com>
9068
9069         * i386.c (ix86_compute_frame_size): Omit padding1 if the
9070         local frame size is zero.
9071
9072 2000-01-30  Richard Henderson  <rth@cygnus.com>
9073
9074         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
9075         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
9076         * alpha.md (return): Turn into an expander.
9077         (return_internal): Don't use $26.
9078         (epilogue): Emit the return insn.
9079
9080 2000-01-30  Richard Henderson  <rth@cygnus.com>
9081
9082         * alpha.md (negtf2, abstf2): Fix word order thinko.
9083         (extendsftf2): New.
9084         (trunctfsf2): Avoid intermediate rounding errors.
9085
9086 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
9087
9088         * cppfiles.c (find_position): Drop 'colp' argument, return the
9089         new line base.
9090         (read_and_prescan): Adjust to match.  Don't ever manipulate
9091         line or line_base except via find_position.
9092
9093 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
9094
9095         * c-parse.in: Apply Ulrich's changes from c-parse.y.
9096         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
9097         Regenerate.
9098
9099 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
9100
9101         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
9102         just print "<command line>".  If 'filename' is null or an
9103         empty string, print "<stdin>" for the filename.
9104         * cpplib.c (do_define): Don't print the 'location of the
9105         previous definition' message if we're still parsing the
9106         command line.
9107         (cpp_pedwarn_with_file_and_line): Always call
9108         cpp_file_line_for_message.
9109
9110 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
9111
9112         * flow.c (mark_regs_live_at_end): Fix typo.
9113
9114 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
9115
9116         * c-common.c: Adjust variable names, comments, help strings to c99.
9117         * c-lex.c: Likewise.
9118         * c-parse.y: Likewise.
9119         * c-tree.h: Likewise.
9120         * cccp.c: Likewise.
9121         * cpplib.h: Likewise.
9122         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
9123         * cppinit.c: Likewise.
9124
9125 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9126
9127         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
9128         * c4x.c: Define the optab rtx values.
9129         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
9130         (c4x_emit_libcall): Use new optab rtx values.
9131         (c4x_emit_libcall3): Likewise.
9132         (c4x_emit_libcall_mulhi): Likewise.
9133         * c4x-protos.h: Add prototypes for optab rtx values and change
9134         prototypes for above c4x_emit_libcall functions.
9135
9136 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9137
9138         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
9139         syntax is used.
9140         (c4x_function_prologue): Use regnames intead of float_reg_names when
9141         TI syntax is used.
9142         (c4x_function_epilogue): Likewise.
9143         (c4x_print_operand): Likewise.
9144         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
9145         * c4x.md (set_high): Disable for TARGET_TI.
9146
9147 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9148
9149         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
9150         of framepointer + constant to ADDR_REGS class.
9151         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
9152         * c4x.c (std_or_reg_operand): New function.
9153         * c4x-protos.h (std_or_reg_operand): Prototype it.
9154
9155 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9156
9157         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
9158                 object names as libgcc2.c.
9159         * libgcc.S: Use newly defined names.
9160
9161 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
9162         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
9163         function.
9164         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
9165         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
9166         (FLOW_LOOP_LAST_BLOCK): Likewise.
9167
9168 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9169
9170         * basic-block.h (struct loop): New fields 'first' and 'last'.
9171         * flow.c (flow_loops_find): Compute loop->first and loop->last.
9172         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
9173         and loop->last to check for NOTE_INSN_LOOP_END.
9174
9175 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
9176
9177         * predict.c (estimate_probability): Use the new FIRST and LAST fields
9178         of the loop descriptor rather than HEADER and LATCH. Also added
9179         missing break statements as well making some coding style modifications
9180         as suggested by Michael Hayes.
9181
9182 2000-01-28  Richard Henderson  <rth@cygnus.com>
9183
9184         * flow.c (find_basic_blocks): Remove do_cleanup argument.
9185         Break out that code ...
9186         (cleanup_cfg): ... here.
9187         (commit_one_edge_insertion): Detect a return instruction being
9188         emitted to an edge.  Emit a barrier following; clear fallthru.
9189         (commit_edge_insertions): Verify CFG consistency.
9190         * function.c (expand_function_start): Kill unused variable.
9191         (expand_function_end): Likewise.
9192         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
9193         to insert the epilogue.
9194
9195         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
9196         (delete_null_pointer_checks): Likewise.
9197         * output.h: Likewise.
9198         * reg-stack.c (reg_to_stack): Likewise.
9199         * toplev.c (rest_of_compilation): Likewise.  Run
9200         thread_prologue_and_epilogue_insns after rebuilding the CFG.
9201
9202 2000-01-28  Richard Henderson  <rth@cygnus.com>
9203
9204         * Makefile.in (flow.o): Revert 24 Jan change.
9205         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
9206         FUNCTION_VALUE result to DECL_RESULT's mode.
9207
9208         * haifa-sched.c (schedule_insns): Don't recompute reg info
9209         after reload.
9210
9211 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
9212
9213         * configure.in: Make --enable-cpplib the default.
9214         * configure: Regenerate.
9215         * gcc.dg/990119-1.c: No longer expected to fail.
9216
9217 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
9218
9219         * jump.c (jump_optimize_1): Delete an optimization that is also done
9220         by merge_blocks in flow.
9221
9222 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9223
9224         * diagnostic.c (build_message_string, output_printf,
9225         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
9226         (build_location_prefix): Fix non-literal format string.
9227
9228 2000-01-27  Richard Henderson  <rth@cygnus.com>
9229
9230         * alpha.md (trunctfsf2): New.
9231
9232 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
9233
9234         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
9235
9236 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
9237
9238         * cppinit.c (cpp_handle_option): Recognize C++ comments under
9239         -std=gnu89.
9240         * cpplib.c (skip_block_comment, skip_line_comment): Split code
9241         out of...
9242         (skip_comment) ... here.  Permit C++ comments in system
9243         headers always.  Warn about C++ comments in user code under
9244         -std=gnu89 -pedantic.
9245         (copy_comment): Use skip_comment.
9246         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
9247         return EOF.
9248         (consider_directive_while_skipping, do_else, do_endif): Call
9249         validate_else unconditionally.
9250         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
9251         text after the conditional in a system header.
9252         * cpplib.h (struct cpp_buffer): Add flag
9253         warned_cplusplus_comments.
9254
9255 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
9256
9257         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
9258         Use unshare_all_rtl_1.
9259         (unshare_all_rtl_again): New function.
9260         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
9261
9262         * function.c (purge_addressof_1): Use unshare_all_rtl_again
9263         rather than resetting the 'used' flags ourself.
9264
9265         * toplev.c (rest_of_compilation): Add current_function_decl
9266         to the unshare_all_rtl call.
9267         * tree.h: Prototype unshare_all_rtl.
9268         * rtl.h: Prototype unshare_all_rtl_again here.
9269
9270 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
9271
9272         * genoutput.c (output_prologue): Include ggc.h in generated
9273         files.
9274         * Makefile.in (insn-output.o): Depends on ggc.h.
9275
9276 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
9277             Hans-Peter Nilsson  <hp@bitrange.com>
9278
9279         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
9280         Remove redundant include of xm-ns32k.h.
9281         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
9282         Remove redundant include of xm-ns32k.h.
9283         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
9284         Remove redundant include of xm-ns32k.h.
9285         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
9286
9287         * ns32k/ns32k.h: Update comment on multiply-add instructions.
9288         (TARGET_SWITCHES): Add documentation strings.
9289         (DWARF_FRAME_REGNUM): Override default definition.
9290         (REG_CLASS_CONTENTS): Add comments.
9291         (SUBSET_P): Format to reduce line length.
9292         (SMALL_REGISTER_CLASSES): Make a run time option.
9293         (GO_IF_NONINDEXED_ADDRESS): Reformat.
9294         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
9295         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
9296         (regclass_map): fix typo in comment.
9297         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
9298         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
9299         (trace, reg_or_mem_operand): Delete, unused function.
9300         (calc_address_cost): Small offsets are cheaper than large ones.
9301         (expand_block_move): Generate more efficient code when bytes is a
9302         known at compile time.
9303         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
9304         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
9305         instead of reg_or_mem_operand.
9306
9307         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
9308         not general_operand.  Similarly use "=rm" or stricter, not "=g".
9309         For input operands, use stricter constraints than "g" if not
9310         general_operand.  Similarly use stricter predicate than
9311         "general_operand" when stricter constraints than "g" are present,
9312         except for matching constraints.
9313         (movstrsi): Use "memory_operand" for operands 0 and 1.
9314         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
9315         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
9316         not reg_or_mem_operand.
9317         (udivmoddisi4): Ditto.
9318         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
9319         Use nonimmediate_operand for operand 3, not register_operand.
9320         (udivmoddiqi4_internal): Use register_operand for operand 1, not
9321         reg_or_mem_operand.
9322
9323 2000-01-27  Fred Fish  <fnf@be.com>
9324
9325         * gthr-posix.h: Fix typo; compatibily -> compatibility.
9326         * gthr-single.h: Likewise.
9327         * gthr-solaris.h: Likewise.
9328         * gthr-vxworks.h: Likewise.
9329         * gthr-win32.h: Likewise.
9330         * gthr.h: Likewise.
9331
9332 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
9333
9334         * cppinit.c: Add " (cpplib)" to end of string printed by
9335         -v / --version.
9336
9337 2000-01-27  Richard Henderson  <rth@cygnus.com>
9338
9339         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
9340         testing for a signed comparison.
9341         (alpha_emit_floatuns): New.
9342         * alpha-protos.h: Declare it.
9343         * alpha.md (floatunsdisf2, floatunsdidf2): New.
9344         (extendsfdf2): Tidy.
9345
9346 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
9347
9348         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
9349         no -g option specifying debugging format, default to -gstabs+.
9350
9351 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
9352
9353         * calls.c (special_function_p): New argument fork_or_exec.
9354         (expand_call): When profile_arc_flag is set and the function
9355         is in the fork_or_exec group, call __bb_fork_func first.
9356         * libgcc2.c, _bb module (__bb_fork_func): New function.
9357         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
9358         output file.
9359         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
9360         * tree.h (special_function_p): Update prototype.
9361
9362 2000-01-26  Richard Henderson  <rth@cygnus.com>
9363
9364         * alpha.c (alpha_split_tfmode_pair): New.
9365         * alpha-protos.h: Declare it.
9366         * alpha.md (abstf2, negtf2): New.
9367         (movtf insn): Add input G constraint.
9368         (movtf splitter): Use alpha_split_tfmode_pair.
9369
9370 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9371
9372         * i386/cygwin.h: PROTO -> PARAMS.
9373
9374 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
9375
9376         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
9377         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
9378         using _Qp_cmp/_Q_cmp and testing the return value.
9379         (print_operand): Call reverse_condition_maybe_unordered if
9380         we are handling CCFPmode or CCFPEmode.
9381         Handle ORDERED, UN* and LTGT comparisons.
9382         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
9383         if not TARGET_HARD_QUAD.
9384         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
9385         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
9386         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
9387         Adjust gen_b* calls so that they reflect return comparison of
9388         sparc_emit_float_lib_cmp.
9389
9390 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9391
9392         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
9393         incoming operands array is large enough for one more operand.
9394         (alpha_emit_xfloating_arith): Likewise.
9395
9396 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9397
9398         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
9399         file with one line and no trailing newline.
9400         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
9401         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
9402         checking if the match is on the line.
9403         * fixinc/gnu-regex.c: Provide regerror not __regerror.
9404
9405 2000-01-25  Richard Henderson  <rth@cygnus.com>
9406
9407         * sparc.c (output_cbranch): Fix accidental squashing of the
9408         fp branch pre-delay nop.
9409
9410 2000-01-25  Richard Henderson  <rth@cygnus.com>
9411
9412         * tree.def (UNNE_EXPR): Remove.
9413         * c-typeck.c (build_binary_op): Don't handle it.
9414         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
9415
9416         * rtl.def (UNNE): Remove.
9417         (LTGT): Add.
9418         * jump.c (reverse_condition): Update accordingly.
9419         (swap_condition): Likewise.
9420         (comparison_dominates_p): Handle unordered comparisons.
9421         (reverse_condition_maybe_unordered): New.
9422         * rtl.h (reverse_condition_maybe_unordered): Declare.
9423
9424         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
9425         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
9426         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
9427         * sparc.md (bltgt): New.
9428
9429 2000-01-25  Nick Clifton  <nickc@redhat.com>
9430
9431         * emit-rtl.c (emit_insn): Only check machine class insns for
9432         improper emission of a RETURN.
9433
9434 2000-01-25  Richard Henderson  <rth@cygnus.com>
9435
9436         * Makefile.in (flow.o): Depend on $(EXPR_H).
9437         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
9438         duplicate the structure of diddle_return_value for keeping regs live.
9439
9440 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9441
9442         * loop.c (current_loop_info): Delete.
9443         (consec_sets_invariant_p): Add loop argument, update callers.
9444         (get_condition_for_loop): Likewise.
9445         (count_nonfixed_reads, update_giv_derive): Likewise.
9446         (simplify_giv_expr, general_induction_var): Likewise.
9447         (consec_sets_giv, recombine_givs): Likewise.
9448         (move_movables): Delete loop_start and loop_end arguments,
9449         add loop argument, and update callers.
9450         (find_mem_givs, check_final_value): Likewise.
9451         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
9452         (loop_invariant_p): Rename from invariant_p, add loop argument, and
9453         update callers.
9454         (basic_induction_var): Add loop argument, delete loop_level argument,
9455         and update callers.
9456         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
9457         add loop argument, and update callers.
9458         (find_splittable_regs, find_splittable_givs): Likewise.
9459         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
9460         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
9461         (biv_total_increment): Delete loop_start and loop_end arguments;
9462         update callers.
9463         (precondition_loop_p): Delete loop_start and loop_info arguments;
9464         update callers.
9465         * loop.h (get_condition_for_loop): Add loop argument.
9466         (biv_total_increment): Delete loop_start and loop_end arguments.
9467         (precondition_loop_p): Delete loop_start and loop_info arguments;
9468         add loop argument.
9469         (final_biv_value): Delete loop_start and loop_end arguments;
9470         add loop argument.
9471         (final_giv_value, back_branch_in_range_p): Likewise.
9472
9473 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
9474
9475         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
9476
9477 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
9478
9479         * Makefile.in (c-gperf.h) : Change the "See" pointer to
9480         point to the new "generated_files" doc.
9481
9482 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
9483
9484         * config/fp-bit.c (_unord_f2): Fix typo.
9485
9486 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9487
9488         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
9489         c-typeck.c, objc/objc-act.c: Remove all references to obstack
9490         functions obsoleted by GC, such as push_obstacks_nochange,
9491         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
9492         and code which existed only to decide whether or not to call
9493         them.  Remove now-unused NESTED argument from start_function;
9494         all callers changed.  Do not change behavior based on ggc_p.
9495         The use of the ixp_obstack in c-iterate.c and the util_obstack
9496         in objc/objc-act.c remain; these are not obsoleted by garbage
9497         collection.
9498         * c-tree.h: Update prototype for start_function.
9499
9500         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
9501
9502 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
9503
9504         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
9505         mips16.
9506
9507 2000-01-25  Richard Henderson  <rth@cygnus.com>
9508
9509         * sparc-protos.h (select_cc_mode): Declare.
9510         * sparc.c (select_cc_mode): New.  Handle unordered compares.
9511         (output_cbranch): Always reverse via code change.  Handle
9512         unordered compares.  Factor tests and string updates.
9513         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
9514         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
9515         * sparc.md (bunordered, bordered): New.
9516         (bungt, bunlt, buneq, bunge, bunle): New.
9517
9518 2000-01-25  Richard Henderson  <rth@cygnus.com>
9519
9520         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
9521         * ggc-common.c (ggc_add_rtx_varray_root): New.
9522         (ggc_mark_rtx_varray): New.
9523         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
9524         functions down below ggc_mark_foo.
9525         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
9526
9527 2000-01-25  Richard Henderson  <rth@cygnus.com>
9528
9529         * alpha.c (secondary_reload_class): Don't allocate a secondary
9530         for integral mode memories into FLOAT_REGS.  Rearrange the more
9531         complicated memory expression inward.
9532
9533 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9534
9535         * inclhack.def: Fixes to play nicer with FreeBSD, and
9536         corrections to comments.
9537         (cxx_unready): Add select expression.
9538         (irix_sockaddr): Add bypass expression.
9539         (machine_ansi_h_va_list): New fix.
9540         (stdio_va_list): No need to edit _BSD_VA_LIST_.
9541         Split out addition of "#include <stdarg.h>" to...
9542         (stdio_stdarg_h): ... here.
9543         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
9544         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
9545         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
9546         size_t.
9547         (ultrix_ifdef): Tighten up select expression.
9548
9549         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
9550         re_ct and max_mach to avoid use of shell.  Make printed names
9551         match names in inclhack.def.  Use static copyright date.
9552         Don't count c_test and test expressions as requiring regex_t
9553         slots.  Add some commentary.
9554         * inclhack.tpl: Do not include the 'This script contains N
9555         fixup scripts' line if PROGRAM is defined.  Use static
9556         copyright date.
9557
9558 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
9559
9560         * dwarf2out.c: include "varray.h", not dyn-string.h.
9561         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
9562         (addr_const_to_string, addr_to_string): Lose.
9563         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
9564         (struct dw_val_struct): val_addr is now an rtx.
9565         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
9566         (used_rtx_varray): New varray.
9567         (dwarf2out_init): Initialize it.
9568         (save_rtx): New fn.
9569         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
9570         addr_to_string.
9571         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
9572         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
9573         * Makefile.in (dwarf2out.o): Update dependencies.
9574
9575 2000-01-24  Richard Henderson  <rth@cygnus.com>
9576
9577         * i386.c (i386_dwarf_output_addr_const): New.
9578         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
9579
9580         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
9581         if defined.
9582         * dwarfout.c (output_mem_loc_descriptor): Likewise.
9583         * i386.c (i386_simplify_dwarf_addr): New.
9584         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
9585
9586 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
9587
9588         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
9589         TYPE_STUB_DECL is NULL.
9590
9591 2000-01-24  Richard Henderson  <rth@cygnus.com>
9592
9593         * builtins.c (expand_tree_builtin): Move ...
9594         * c-common.c (expand_tree_builtin): ... here.
9595
9596 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9597
9598         * loop.h (LOOP_INFO): New accessor macro.
9599         * basic-block.h (struct loop): Rename field `info' to `aux'.
9600         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
9601         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
9602         * unroll.c (loop_iterations, unroll_loop): Likewise.
9603
9604 2000-01-24  Christopher Faylor <cgf@cygnus.com>
9605
9606         * config/i386/t-cygwin: Accomodate new winsup directory layout
9607         when searching for include files.
9608
9609 2000-01-24  Richard Henderson  <rth@cygnus.com>
9610
9611         * rtl.def: Add unordered fp comparisions.
9612         * tree.def: Likewise.
9613         * tree.h: Add ISO C 9x unordered fp comparision builtins.
9614
9615         * builtins.c (expand_tree_builtin): New function.
9616         * c-typeck.c (build_function_call): Use it.
9617         (build_binary_op): Support unordered compares.
9618         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
9619
9620         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
9621         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
9622         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
9623         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
9624         * jump.c (reverse_condition): Don't abort for UNLE etc, but
9625         return UNKNOWN.
9626         (swap_condition): Handle unordered compares.
9627         (thread_jumps): Check can_reverse before reversing.
9628         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
9629         reversed for FP.
9630
9631         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
9632         setcc is present before acking for cmp_optab.  Update all callers.
9633         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
9634         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
9635         * expr.c (expand_expr): Likewise.  Support unordered compares.
9636         (do_jump, do_store_flag): Likewise.
9637         * expr.h (enum libfunc_index): Add unordered compares.
9638
9639         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
9640         (DPBIT_FUNCS): Add _unord_df.
9641         * config/fp-bit.c (_unord_f2): New.
9642         * fp-test.c (main): Try unordered compare builtins.
9643
9644         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
9645         * alpha.c (alpha_comparison_operator): Check mode properly.
9646         (alpha_swapped_comparison_operator): Likewise.
9647         (signed_comparison_operator): Likewise.
9648         (alpha_fp_comparison_operator): New.
9649         (alpha_emit_conditional_branch): Handle unordered compares.
9650         * alpha.h (PREDICATE_CODES): Update.
9651         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
9652         (bunordered, bordered): New.
9653
9654 2000-01-24  Richard Henderson  <rth@cygnus.com>
9655
9656         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
9657         * alpha.md (movtf): New expander, insn, and splitter.
9658
9659 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
9660
9661         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
9662         dead registers.
9663
9664 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
9665
9666         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
9667         (FIXED_REGISTERS, CALL_USED_REGISTERS,
9668          REG_ALLOC_ORDER): Add frame pointer
9669         (FRAME_POINTER_REGNUM): Set to 20
9670         (HARD_FRAME_POINTER_REGNUM): New macro.
9671         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
9672         to HARD_FRAME_POINTER.
9673         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
9674         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
9675         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
9676         (HI_REGISTER_NAMES): Add "frame".
9677         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
9678         (debug_reg): Handle FRAME_POINTER_REGNUM.
9679         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
9680         GENERAL_REGS and INDEX_REGS.
9681         * i386.c (SAVED_REGS_FIRST): new macro.
9682         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
9683         (ix86_decompose_address, memory_address_length): Likewise.
9684         (regclass_map): Add frame pointer.
9685         (call_insn_operand): Handle frame_pointer_rtx.
9686         (reg_no_sp_operand): Likewise.
9687         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
9688         (print_operand, legitimize_pic_address): Fix formating.
9689         (ix86_compute_frame_size): Make static, update prototype, new
9690         parameters padding1, padding2, use ix86_nsaved_regs, use
9691         stack_alignment_needed.
9692         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
9693         to HARD_FRAME_POINTER_REGNUM conversions.
9694         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
9695         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
9696         (print_reg): Abort on FRAME_POINTER_REGNUM
9697
9698 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
9699
9700         * i386.h (PREDICATE_CODES): Add aligned_operand.
9701         * i386.c (aligned_operand): New function.
9702         (ix86_aligned_p): Kill.
9703         * i386.md (movhi_1): Emit mov for aligned operands.
9704         (promoting peep2s): Use aligned_operand.
9705
9706 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
9707
9708         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
9709         expression to allow underscores in macro names.
9710         (fix_char_macro_defines): Increment scanning pointer.
9711
9712 2000-01-23  Richard Henderson  <rth@cygnus.com>
9713
9714         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
9715         * alpha/osf5.h: New file.
9716         * configure.in (alpha-*-osf5): Add it to tm_file.
9717
9718         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
9719
9720         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
9721         (alpha_emit_xfloating_cvt, function_arg): Declare.
9722         * alpha.c (alpha_emit_conditional_branch): Call
9723         alpha_emit_xfloating_compare for TFmode compares.
9724         (alpha_lookup_xfloating_lib_func): New.
9725         (alpha_compute_xfloating_mode_arg): New.
9726         (alpha_emit_xfloating_libcall): New.
9727         (alpha_emit_xfloating_arith): New.
9728         (alpha_emit_xfloating_compare): New.
9729         (alpha_emit_xfloating_cvt): New.
9730         (print_operand): Add default abort case.
9731         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
9732         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
9733         (BIGGEST_ALIGNMENT): Increase to 128 bits.
9734         (RETURN_IN_MEMORY): True for TF/TCmode.
9735         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
9736         (FUNCTION_ARG): Move to function_arg.
9737         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
9738         (ASM_OUTPUT_LONG_DOUBLE): New.
9739         (ASM_OUTPUT_DOUBLE): Always output bits.
9740         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
9741         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
9742         (extenddftf2, trunctfdf2): New.
9743
9744 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9745
9746         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
9747         * config/sparc/sol2.h: ... here.
9748
9749 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9750
9751         * basic-block.h (struct loops): New field `levels'.
9752         * flow.c (flow_loops_level_compute): Traverse all outer loops.
9753         (flow_loop_level_compute): Initialise level to 1.
9754         (flow_loops_find): Set loops->levels.
9755         (flow_loops_dump): Print loops->levels.
9756
9757 2000-01-23  Richard Henderson  <rth@cygnus.com>
9758
9759         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
9760         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
9761
9762 2000-01-23  Richard Henderson  <rth@cygnus.com>
9763
9764         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
9765         * i386.h (DBX_REGISTER_NUMBER): Use them.
9766         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
9767         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
9768         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
9769         * i386/sequent.h: Kill incorrect comment.
9770
9771 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
9772
9773         * ggc-page.c (struct page_entry): Make `context_depth' an
9774         `unsigned short'.
9775         (struct globals): Likewise.
9776
9777 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
9778
9779         * loop.c (check_dbra_loop): When checking a loop for
9780         reversability, check the source of any stores to ensure
9781         they don't depend on an initial value.
9782
9783 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9784
9785         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
9786
9787 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
9788
9789         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
9790         'pz_scan' into scope of entire function.  Only affects
9791         compiles with -DDEBUG.
9792
9793 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
9794
9795         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
9796         section naming to that prior to 2000-01-07 patch.
9797         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
9798         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
9799         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
9800         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
9801         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
9802
9803 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
9804
9805         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
9806         constant.
9807
9808 2000-01-21  Jim Wilson  <wilson@cygnus.com>
9809
9810         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
9811         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
9812
9813 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
9814
9815         * cpphash.c (change_newlines): Delete function.
9816         (struct argdata): Delete 'newlines' and 'use_count' fields.
9817         (macroexpand): Remove code referencing those fields.
9818
9819 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9820
9821         * loop.c (loops_info): New variable.
9822         (loop_optimize): Allocate loops->array and free it on exit.
9823         Allocate memory for loops_info and assign to each loop,
9824         replacing alloca.
9825         (find_and_verify_loops): Do not allocate loops->array.
9826
9827 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
9828
9829         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
9830
9831 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
9832
9833         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
9834         pseudos if expanded after first flow.
9835         (movdi_pic_label_ref): Likewise.
9836
9837 2000-01-20  Richard Henderson  <rth@cygnus.com>
9838
9839         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
9840
9841 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
9842
9843         * Makefile.in (fixinc.sh): Depend on specs.
9844         * fixinc/Makefile.in: Add rule to create machname.h.
9845         (fixlib.o): Depend on machname.h.
9846         * fixinc/fixtests.c (machine_name): New test.
9847         * fixinc/fixfixes.c (machine_name): New fix.
9848         * fixinc/fixlib.c (mn_get_regexps): New helper function for
9849         the machine_name test and fix.
9850         * fixinc/fixlib.h: Prototype it.
9851         * fixinc/inclhack.def (machine_name): Use the C test and fix.
9852         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
9853
9854         * gcc.c (do_spec_1) [case P]: Take care not to create
9855         identifiers with three leading or trailing underscores.
9856
9857         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
9858         (fixincl): Don't specify libraries twice on link line.
9859         (gnu-regex.o): Remove special rule.
9860         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
9861         defined by config.h.  Do not define _REGEX_RE_COMP.
9862         (regcomp): Allocate and initialize a fastmap.
9863         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
9864
9865 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
9866
9867         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
9868
9869 2000-01-19  Richard Henderson  <rth@cygnus.com>
9870
9871         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
9872         arguments with BB.  Update all callers.  Tidy line wrapping.
9873
9874 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
9875
9876         * emit-rtl.c (try_split): Return last_insn if we split the
9877         last_insn.
9878
9879 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
9880
9881         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
9882         (ix86_initial_elimination_offset): Declare.
9883         * i386.c (ix86_nsaved_regs): Break out from ...
9884         (ix86_can_use_return_insn_p): ... here.
9885         (ix86_emit_save_regs): Break out from ...
9886         (ix86_expand_prologue): ... here.
9887         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
9888         out from ...
9889         (ix86_expand_epilogue): ... here.
9890         (ix86_compute_frame_size): Make static, add prototype.
9891         (ix86_initial_elimination_offset): Break out from ...
9892         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
9893
9894 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9895
9896         * recog.h (OUT_FCN): Delete.
9897
9898         * vax.md: Call `get_insn_template' instead of OUT_FCN.
9899
9900 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9901
9902         * cppalloc.c: PROTO -> PARAMS.
9903         * cpperror.c: Likewise.
9904         * cppfiles.c: Likewise.
9905         * cpplib.c: Likewise.
9906         * cpplib.h: Likewise.
9907
9908         * config/arm/arm-protos.h: PROTO -> PARAMS.
9909         * config/arm/arm.c: Likewise.
9910         * config/c4x/c4x.c: Likewise.
9911         * config/fr30/fr30-protos.h: Likewise.
9912         * config/nextstep.c: Likewise.
9913         * config/pa/pa.c: Likewise.
9914         * config/pj/pj.c: Likewise.
9915         * config/rs6000/rs6000.c: Likewise.
9916         * config/v850/v850-protos.h: Likewise.
9917         * config/v850/v850.c: Likewise.
9918
9919 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9920
9921         * i370-protos.h: New file.
9922
9923         * i370.c: Include tm_p.h.  Fix compile time warnings.
9924
9925         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
9926         warnings.
9927
9928         * i370.md: Likewise.
9929
9930 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9931
9932         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
9933         (target_isinf, target_isnan, eisnan): Mark parameter with
9934         ATTRIBUTE_UNUSED.
9935         (eiisinf): Wrap in INFINITY.
9936         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
9937         (ibmtoe): Remove unused variable `rndsav'.
9938
9939 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9940
9941         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
9942         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
9943
9944 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
9945
9946         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
9947         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
9948         (fix_char_macro_defines, fix_char_macro_uses): New functions.
9949
9950         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
9951         Recognize Emacs mode markers also.
9952         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
9953         C++ comments in C++ headers.  Call is_cxx_header only if
9954         necessary.
9955
9956         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
9957         bypass for ncurses.
9958         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
9959         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
9960         ... these, which use the new C fixes.
9961         (math_exception): Escape literal '+' in bypass expression.
9962
9963         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
9964         Regenerate.
9965
9966 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
9967
9968         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
9969         inside the MEM.
9970
9971 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9972
9973         * loop.c (loop_optimize): Allocate loop_info structure for each loop
9974         prior to calling scan_loop.
9975
9976 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9977
9978         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
9979         (split_branches, calc_live_regs): Likewise.
9980
9981 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9982
9983         * sh.md (fpu_single, fp_mode): New attributes.
9984
9985 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9986
9987         * loop.c (current_loop_info): Renamed from loop_info_data
9988         and changed to a pointer.
9989         (loop_optimize): Allocate loop_info structure for each loop
9990         and initialise to zero.
9991         (scan_loop): Set current_loop_info.
9992
9993         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
9994         on iteration_var.
9995
9996 2000-01-19  Richard Henderson  <rth@cygnus.com>
9997
9998         * stupid.c: Die die die.
9999         * Makefile.in (OBJS): Remove stupid.o.
10000         (stupid.o): Likewise.
10001
10002         * except.c (emit_eh_context): Don't emit USEs for stupid.
10003         * explow.c (probe_stack_range): Likewise.
10004         * flags.h (obey_regdecls): Remove.
10005         * flow.c (find_basic_blocks): Don't run try_merge_blocks
10006         when not optimizing.
10007         (life_analysis): Limit data collection when not optimizing.
10008         (mark_regs_live_at_end): Always mark the return value registers.
10009         (mark_used_regs): Remove dummy RETURN case.
10010         (print_rtl_with_bb): Don't consult obey_regdecls.
10011         * function.c (use_variable, use_variable_after): Remove.
10012         (assign_parms): Consult optimize not obey_regdecls.
10013         (expand_function_start): Don't emit USEs for stupid.
10014         (expand_function_end): Likewise.
10015         * global.c (build_insn_chain): Export.
10016         * integrate.c (expand_inline_function): Kill return-value USE
10017         handling code.
10018         * jump.c (jump_optimize_1): Do simple jump optimizations and
10019         dead code elimination.
10020         (calculate_can_reach_end): Remove check_deleted argument.
10021         (delete_insn): Patch out insns even when not optimizing.
10022         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
10023         * rtl.h (use_variable, use_variable_after): Remove declarations.
10024         (build_insn_chain): Declare.
10025         * stmt.c (expand_value_return): Don't emit USEs for stupid.
10026         (expand_end_bindings): Likewise.
10027         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
10028         * toplev.c (obey_regdecls): Remove.
10029         (rest_of_compilation): Don't set it.  Kill stupid in favour of
10030         flow1, local-alloc, and reload.
10031         (main): Don't set obey_regdecls.
10032
10033         * config/nextstep.c (handle_pragma): Likewise.
10034
10035         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
10036
10037         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
10038
10039 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10040
10041         * alpha-protos.h: PROTO -> PARAMS.
10042         * alpha.c: Likewise.
10043         * elf.h: Likewise.
10044         * h8300.c: Likewise.
10045         * i386-protos.h: Likewise.
10046         * i386.c: Likewise.
10047         * m32r-protos.h: Likewise.
10048         * m32r.c: Likewise.
10049         * mips.c: Likewise.
10050         * mips.md: Likewise.
10051         * gmon-sol2.c: Likewise.
10052         * sparc.c: Likewise.
10053
10054 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10055
10056         * ns32k-protos.h: New file.
10057
10058         * ns32k.c: Fix compile time warnings.
10059
10060         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
10061         warnings.
10062
10063         * ns32k.md: Likewise.
10064
10065 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10066
10067         * vax-protos.h: New file.
10068
10069         * vax.c: Fix compile time warnings.
10070
10071         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
10072         warnings.
10073
10074         * vax.md: Likewise.
10075
10076         * vaxv.md: Likewise.
10077
10078 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10079
10080         * romp-protos.h: New file.
10081
10082         * romp.c: Fix compile time warnings.
10083
10084         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
10085         warnings.
10086
10087         * romp.md: Likewise.
10088
10089 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10090
10091         * we32k-protos.h: New file.
10092
10093         * we32k.c: Fix compile time warnings.
10094
10095         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
10096         warnings.
10097
10098 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10099
10100         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
10101
10102         * except.c (eh_regs): Likewise.
10103
10104         * final.c (output_operand): Likewise.
10105
10106         * fold-const.c (target_isinf, target_isnan): Likewise.
10107
10108 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
10109
10110         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
10111         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
10112
10113         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
10114         when optimize_size.
10115         (clrstrsi): Rewrite.
10116         (strsethi, strsetqi): New expanders.
10117         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
10118         (cmpstrsi): Emit compare insn before cmpstrsi_1
10119         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
10120         (strlensi_1): Likewise.
10121         (cmpstrsi_1): Likewise; do not output compare.
10122         (strlen expander): Do not unroll when optimizing for size.
10123         (*subsi3_carry): Rename to subsi3_carry
10124         (addqi3_cc): New pattern.
10125         * i386.h (processor_costs): Add move_ratio field.
10126         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
10127         * i386.c (*_cost): Set move_ratio.
10128         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
10129         (x86_expand_strlensi_1): Rewrite the main loop.
10130
10131 2000-01-17  Richard Henderson  <rth@cygnus.com>
10132
10133         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
10134         * cse.c (find_comparison_args, fold_rtx): Likewise.
10135         * integrate.c (subst_constants): Likewise.
10136         * loop.c (get_condition): Likewise.
10137
10138         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
10139
10140         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
10141
10142 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10143
10144         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
10145         (RESTORE_WARN_FLAGS): Unpack it.
10146         Change semantic type of extension to ttype.
10147         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
10148         * c-parse.y, c-parse.c, objc/objc-parse.y,
10149         objc/objc-parse.c: Regenerate.
10150
10151 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
10152
10153         * fixinc/fixlib.c: Add copyright notice.
10154         (compile_re): New function.
10155         * fixinc/fixlib.h: Prototype compile_re.
10156
10157         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
10158         Use compile_re to compile regular expressions.
10159
10160         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
10161         where the pattern matched.
10162
10163         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
10164         use 'replace'.
10165         (ultrix_ansi_compat): Likewise.
10166         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
10167         add egrep test.
10168         (interactv_add2, interactv_add3): Delete.
10169         (x11_sprintf): Don't use filename glob.
10170         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
10171         Regenerate.
10172
10173 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10174
10175         * print-rtl.c: PROTO -> PARAMS.
10176         * real.c: Likewise.
10177         * reg-stack.c: Likewise.
10178         * resource.c: Likewise.
10179         * sdbout.h: Likewise.
10180         * simplify-rtx.c: Likewise.
10181         * stor-layout.c: Likewise.
10182         * stupid.c: Likewise.
10183         * xcoffout.c: Likewise.
10184         * xcoffout.h: Likewise.
10185
10186 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10187
10188         * toplev.c: PROTO -> PARAMS.
10189         * toplev.h: Likewise.
10190         * tree.c: Likewise.
10191         * tree.h: Likewise.
10192         * unroll.c: Likewise.
10193         * varasm.c: Likewise.
10194         * varray.c: Likewise.
10195         * varray.h: Likewise.
10196
10197 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10198
10199         * reload.c: PROTO -> PARAMS.
10200         * reload.h: Likewise.
10201         * reload1.c: Likewise.
10202         * reorg.c: Likewise.
10203         * resource.h: Likewise.
10204         * rtl.c: Likewise.
10205         * rtl.h: Likewise.
10206         * rtlanal.c: Likewise.
10207         * sbitmap.h: Likewise.
10208         * sdbout.c: Likewise.
10209         * stack.h: Likewise.
10210         * stmt.c: Likewise.
10211         * system.h: Likewise.
10212
10213 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10214
10215         * machmode.h: PROTO -> PARAMS.
10216         * mbchar.h: Likewise.
10217         * mips-tdump.c: Likewise.
10218         * mips-tfile.c: Likewise.
10219         * optabs.c: Likewise.
10220         * output.h: Likewise.
10221         * prefix.c: Likewise.
10222         * profile.c: Likewise.
10223         * protoize.c: Likewise.
10224         * real.h: Likewise.
10225         * recog.c: Likewise.
10226         * recog.h: Likewise.
10227         * regclass.c: Likewise.
10228         * regmove.c: Likewise.
10229         * regs.h: Likewise.
10230
10231 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10232
10233         * ggc-common.c: PROTO -> PARAMS.
10234         * ggc-page.c: Likewise.
10235         * ggc-simple.c: Likewise.
10236         * ggc.h: Likewise.
10237         * global.c: Likewise.
10238         * graph.c: Likewise.
10239         * gthr-win32.h: Likewise.
10240         * haifa-sched.c: Likewise.
10241         * halfpic.h: Likewise.
10242         * integrate.c: Likewise.
10243         * integrate.h: Likewise.
10244         * jump.c: Likewise.
10245         * lcm.c: Likewise.
10246         * local-alloc.c: Likewise.
10247         * loop.c: Likewise.
10248         * loop.h: Likewise.
10249
10250 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10251
10252         * genattr.c: PROTO -> PARAMS.
10253         * genattrtab.c: Likewise.
10254         * gencheck.c: Likewise.
10255         * gencodes.c: Likewise.
10256         * genconfig.c: Likewise.
10257         * genemit.c: Likewise.
10258         * genextract.c: Likewise.
10259         * genflags.c: Likewise.
10260         * gengenrtl.c: Likewise.
10261         * genopinit.c: Likewise.
10262         * genoutput.c: Likewise.
10263         * genpeep.c: Likewise.
10264         * genrecog.c: Likewise.
10265
10266 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
10267
10268         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
10269
10270 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10271
10272         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
10273         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
10274         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
10275         * configure, config.in: Rebuilt.
10276
10277 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
10278
10279         * config/i386/i386.md: Add peephole to merge successive stack
10280         adjusts.
10281
10282 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
10283
10284         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
10285         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
10286         when walking backwards to find all the parameter loads when
10287         the basic block ends in a call.
10288
10289 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10290
10291         * loop.c (this_loop_info): Delete.
10292         (uid_loop): Add in place of uid_loop_num.  All uses updated.
10293         (loop_number_exit_count): Delete and replace with entry in loop
10294         structure.  All uses updated.
10295         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
10296         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
10297         (loop_outer_loop): Likewise.
10298         (loop_invalid, loop_number_exit_labels): Likewise.
10299         (loop_used_count_register): Delete and replace with entry in
10300         loop_info structure.
10301         (find_and_verify_loops): Add loops argument.
10302         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
10303         loop_end, etc. arguments with loop structure pointer.  All callers
10304         changed.
10305         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
10306         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
10307         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
10308         (insert_bct): Likewise.
10309         (basic_induction_var): New argument level.
10310         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
10311         vtop, and cont.  Add used_count_register.
10312         (uid_loop): Delete declaration.
10313         (loop_number_exit_count): Likewise.
10314         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
10315         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
10316         (loop_outer_loop, loop_used_count_register): Likewise.
10317         (loop_invalid, loop_number_exit_labels): Likewise.
10318         (unroll_loop): Replace loop_start and loop_end arguments
10319         with loop structure pointer.
10320         (loop_precondition_p, loop_iterations): Likewise.
10321         Include basic-block.h.
10322         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
10323         with loop structure pointer.
10324         (loop_precondition_p, loop_iterations): Likewise.
10325         * basic-block.h (struct loop): New entries vtop, cont,
10326         cont_dominator, start, end, top, scan_start, exit_labels,
10327         exit_count.
10328         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
10329
10330 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10331
10332         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
10333
10334 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
10335
10336         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
10337
10338 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10339
10340         * pdp11-protos.h: New file.
10341
10342         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
10343         time warnings.
10344
10345         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
10346         warnings.
10347
10348         * pdp11.md: Likewise.
10349
10350         * 2bsd.h: Likewise.
10351
10352 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10353
10354         * mn10300-protos.h: New file.
10355
10356         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
10357         time warnings.
10358
10359         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
10360         warnings.
10361
10362         * mn10300.md: Likewise.
10363
10364 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10365
10366         * mn10200-protos.h: New file.
10367
10368         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
10369         time warnings.
10370
10371         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
10372         warnings.
10373
10374         * mn10200.md: Likewise.
10375
10376 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10377
10378         * h8300-protos.h: New file.
10379
10380         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
10381         time warnings.
10382
10383         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
10384         warnings.
10385
10386         * h8300.md: Likewise.
10387
10388 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10389
10390         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
10391         (asm_emit_uninitialised): Likewise.
10392
10393 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
10394
10395         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
10396         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
10397
10398 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10399
10400         * config/mips/mips.c (override_options): Don't turn on extra
10401         alignment for mips16.
10402
10403 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10404
10405         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
10406         eabi, and make sure queued POSTINCREMENT rtl is emitted at
10407         the right point.
10408
10409 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10410
10411         * builtins.c (PAD_VARARGS_DOWN): Define.
10412         (std_expand_builtin_va_arg): Use the above macro.
10413         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
10414         * tm.texi (Register Arguments): Document the above macro.
10415
10416 2000-01-14  Nick Clifton  <nickc@cygnus.com>
10417
10418         * emit-rtl.c (emit_insn): If checking is enabled, make sure
10419         that this function has not been used to emit a jump
10420         instruction.
10421
10422         * jump.c (return_jump_1): Cope with being passed a null rtx.
10423
10424 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10425
10426         * eh-common.h: PROTO -> PARAMS.
10427         * emit-rtl.c: Likewise.
10428         * errors.c: Likewise.
10429         * errors.h: Likewise.
10430         * except.c: Likewise.
10431         * except.h: Likewise.
10432         * explow.c: Likewise.
10433         * expmed.c: Likewise.
10434         * expr.c: Likewise.
10435         * expr.h: Likewise.
10436         * final.c: Likewise.
10437         * fix-header.c: Likewise.
10438         * flow.c: Likewise.
10439         * fold-const.c: Likewise.
10440         * function.c: Likewise.
10441         * function.h: Likewise.
10442         * gcc.c: Likewise.
10443         * gcov-io.h: Likewise.
10444         * gcov.c: Likewise.
10445         * gcse.c: Likewise.
10446
10447 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10448
10449         * sh-protos.h: New file.
10450
10451         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
10452         Add static prototypes.  Fix compile time warnings.
10453
10454         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
10455         * sh.md: Likewise.
10456         * elf.h: Likewise.
10457
10458 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10459
10460         * arc-protos.h: New file.
10461
10462         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
10463         time warnings.
10464
10465         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
10466         warnings.
10467
10468         * arc.md: Likewise.
10469
10470 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10471
10472         * dsp16xx-protos.h: New file.
10473
10474         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
10475         time warnings.
10476
10477         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
10478         warnings.
10479
10480         * dsp16xx.md: Likewise.
10481
10482 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10483
10484         * convex-protos.h: New file.
10485
10486         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
10487         time warnings.
10488
10489         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
10490         warnings.
10491
10492 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10493
10494         * elxsi-protos.h: New file.
10495
10496         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
10497         time warnings.
10498
10499         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
10500         warnings.
10501
10502         * elxsi.md: Likewise.
10503
10504 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10505
10506         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
10507         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
10508         match the comment for MIPS16.
10509
10510 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
10511
10512         * flow.c (split_edge): Do not call set_block_for_insn if we
10513         do not have a basic_block_for_insn structure.
10514
10515         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
10516         and destination functions are 32bit aligned within the trampoline.
10517         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
10518         (TRAMPOLINE_ALIGNMENT): Define.
10519
10520         * cse.c (cse_insn): When changing (set (pc) (reg)) to
10521         (set (pc) (label_ref)), verify the change creates a valid insn.
10522
10523         * fr30.c (call_operand): Tighten and rework to match rules for
10524         call RTL expressions.
10525         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
10526         * fr30.md (call patterns): Improve constraints.
10527
10528 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
10529
10530         * fr30.c (fr30_expand_epilogue): Revert last change.
10531         Use emit_jump_insn for the return insn.
10532
10533 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
10534                           Stan Cox  <scox@cygnus.com>
10535
10536         * predict.c: New file. Preliminary infrastructure work for static
10537         branch prediction and basic block reordering.
10538         * basic-block.h: Add prototype for estimate_probability.
10539         * Makefile.in: Add rules for predict.o.
10540
10541 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
10542
10543         * fixincludes (va_list): Use __not_va_list__ for the dummy.
10544         * fixinc/*: Likewise.
10545
10546 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10547
10548         * cccp.c: PROTO -> PARAMS.
10549         * cexp.y: Likewise.
10550         * collect2.c: Likewise.
10551         * combine.c: Likewise.
10552         * convert.h: Likewise.
10553         * cse.c: Likewise.
10554         * dbxout.c: Likewise.
10555         * dbxout.h: Likewise.
10556         * diagnostic.c: Likewise.
10557         * doprint.c: Likewise.
10558         * dwarf2out.c: Likewise.
10559         * dwarf2out.h: Likewise.
10560         * dwarfout.c: Likewise.
10561         * dwarfout.h: Likewise.
10562         * dyn-string.h: Likewise.
10563
10564 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10565
10566         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
10567         macro conditionals guarding use.
10568
10569         * dwarf2out.c: Include "tm_p.h".
10570
10571         * function.c (locate_and_pad_parm): Mark parameter with
10572         ATTRIBUTE_UNUSED.
10573         (expand_function_end): Likewise for variable `context'.
10574
10575         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
10576
10577 2000-01-13  Nick Clifton  <nickc@cygnus.com>
10578
10579         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
10580         register to prevent compile time warnings.
10581
10582 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
10583
10584         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
10585         to avoid -Wtraditional warning.
10586
10587 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10588
10589         * 1750a-protos.h: New file.
10590
10591         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
10592         time warnings.
10593
10594         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
10595         warnings.
10596
10597         * 1750a.md: Likewise.
10598
10599 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10600
10601         * a29k-protos.h: New file.
10602
10603         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
10604         time warnings.
10605
10606         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
10607         warnings.
10608
10609 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10610
10611         * clipper-protos.h: New file.
10612
10613         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
10614         time warnings.
10615
10616         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
10617         warnings.
10618
10619 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10620
10621         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
10622
10623 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
10624
10625         * configure.in (--enable-new-gxx-abi): New option.
10626         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
10627         * Makefile.in (GXX_ABI_FLAG): New variable.
10628         * configure: Regenerate.
10629
10630 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10631
10632         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
10633         * tm.texi (FORCE_STRUCT_BLK): Document.
10634         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
10635
10636 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
10637
10638         * config/ns32k/ns32k.md: Revert Jan 9 change.
10639
10640         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
10641         to a mode-test, if the predicate is address_operand.
10642
10643 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
10644
10645         * combine.c (if_then_else_cond): Be careful about what kinds
10646         of RTL expressions are passed to operand_subword.
10647
10648         * flow.c (split_edge): If we have to insert a new jump, make
10649         sure to associate it with a basic block.
10650
10651         * flow.c (commit_one_edge_insertion): A block with one successor
10652         can end in a JUMP_INSN that is not a simplejump.
10653
10654 2000-01-12  Robert Lipe  <robertl@sco.com>
10655
10656         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
10657         (BUILD_VA_LIST_TYPE): Define.
10658         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
10659         with crtstuff.c.
10660
10661 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
10662
10663         * cccp.c (do_pragma): Add cast to (char *).
10664
10665 2000-01-12  Richard Henderson  <rth@cygnus.com>
10666             Fred Fish  <fnf@be.com>
10667             Jason Merrill  <jason@cygnus.com>
10668
10669         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
10670         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
10671         * i386/beos-elf.h, i386/beos-pe.h: New files.
10672
10673         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
10674         * cross-make (SYSTEM_HEADER_DIR): Define using
10675         CROSS_SYSTEM_HEADER_DIR.
10676
10677         * gcc.c (LIBRARY_PATH_ENV): Provide default.
10678         (process_command): Use it.
10679         (main): Likewise.  Kill trailing = from env vars.
10680         (build_search_list): Put it back.
10681         * collect2.c (main): Use LIBRARY_PATH_ENV.
10682
10683         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
10684         * toplev.c: Use NEED_DECLARATION_ENVIRON.
10685
10686         * tm.texi (Frame Layout): Document SMALL_STACK.
10687         * c-common.c (c_common_nodes_and_builtins): Check it.
10688
10689         * system.h: Undef alloca after including glibc's <stdlib.h>,
10690         if USE_C_ALLOCA is defined.
10691
10692         * gcc.c (set_input): New fn.
10693         (main): After all input files are compiled, reset the input file
10694         info to the first.
10695
10696         * aclocal.m4 (rindex, index): If already defined, don't attempt
10697         to redefine.
10698
10699         * ginclude/varargs.h: (__va_list__): Define ifndef.
10700         * ginclude/stdarg.h: Likewise.
10701
10702         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
10703         instead of unsigned char.
10704
10705         * hash.h (true, false, boolean): Undef before enum.
10706
10707         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
10708         proper type of "HOST_WIDE_INT *", rather than their natural type of
10709         "unsigned HOST_WIDE_INT *".
10710
10711 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10712
10713         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
10714
10715         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
10716
10717         * regclass.c (choose_hard_reg_mode): Likewise.
10718
10719         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
10720
10721         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
10722
10723 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10724
10725         * c-common.c: PROTO -> PARAMS.
10726         * c-common.h: Likewise.
10727         * c-decl.c: Likewise.
10728         * c-iterate.c: Likewise.
10729         * c-lang.c: Likewise.
10730         * c-lex.c: Likewise.
10731         * c-lex.h: Likewise.
10732         * c-parse.in: Likewise.
10733         * c-pragma.c: Likewise.
10734         * c-pragma.h: Likewise.
10735         * c-tree.h: Likewise.
10736         * c-typeck.c: Likewise.
10737         * objc/objc-act.c: Likewise.
10738         * objc/objc-act.h: Likewise.
10739
10740 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10741
10742         * m88k-protos.h: New file.
10743
10744         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
10745         time warnings.
10746
10747         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
10748
10749         * m88k.md: Likewise.
10750
10751         * tekXD88.h: Likewise.
10752
10753 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10754
10755         * m68k-protos.h: New file.
10756
10757         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
10758         time warnings.
10759
10760         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
10761
10762         * mot3300.h: Likewise.
10763
10764 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
10765
10766         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
10767         extract_bitlst.
10768         (extract_bitlist): Declare bitlen.
10769
10770 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
10771
10772         * cccp.c: Accept and ignore -lang-fortran.
10773
10774         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
10775         qualifiers don't match at any level of pointerness.
10776
10777 2000-01-12  Robert Lipe  <robertl@sco.com>
10778
10779         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
10780
10781 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
10782
10783         * reload1.c (reload_reg_unavailable): New static variable.
10784         (reload_reg_free_p): Test it.
10785         (reload_reg_free_for_value_p): Test it instead of
10786         reload_reg_used.
10787         (choose_reload_regs_init): Compute it.
10788
10789 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
10790
10791         * reorg.c (fill_slots_from_thread): Check modified_in_p
10792         before replacing.
10793
10794 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
10795
10796         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
10797         these nodes even if INTERNALS is not set.
10798
10799 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
10800
10801         * gcse.c (delete_null_pointer_checks_1): Cope when
10802         get_condition cannot determine the condition.
10803
10804 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
10805
10806         * toplev.h (set_message_length): Declare.
10807
10808         * diagnostic.c (obstack_chunk_alloc): Define macro.
10809         (obstack_chunk_free): Likewise.
10810         (struct output_buffer): New data structure.
10811         (vmessage): Remove.
10812         (output_maximum_width): New variable.
10813         (doing_line_wrapping, set_message_length, init_output_buffer,
10814         get_output_prefix, output_space_left, emit_output_prefix,
10815         output_newline, output_append, output_puts, dump_output,
10816         vbuild_message_string, build_message_string, build_location_prefix,
10817         voutput_notice, output_printf, line_wrapper_printf,
10818         vline_wrapper_message_with_location):  New functions. Implement
10819         automatic line wrapping.
10820         (v_message_with_decl): Make it handle automatic line wrapping.
10821         (v_error_with_file_and_line): Likewise.
10822         (v_warning_with_file_and_line): Likewise.
10823         (announce_function): Likewise.
10824         (default_print_error_function): Likewise.
10825
10826 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
10827
10828         * cpplib.h (struct cpp_options): Change lang_asm to char.
10829         Add lang_fortran.
10830         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
10831         done in cpp_handle_option now.
10832         (initialize_builtins): Take out special case code used only by
10833         __STDC_VERSION__.
10834         (cpp_handle_option): Turn off trigraphs and trigraph warnings
10835         if -traditional.  Recognize -lang-fortran and set
10836         lang_fortran, also turn off cplusplus_comments.
10837         (print_help): Document -lang-fortran.
10838         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
10839         lang_asm. Ignore all directives other than `# 123 "file"' if
10840         CPP_PREPROCESSED.
10841         (cpp_get_token): If -traditional, don't recognize directives
10842         unless the # is in column 1.
10843         (parse_string): If lang_fortran or lang_asm, silently
10844         terminate strings ('' or "") at end of line.
10845         Remove unnecessary braces.
10846
10847 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10848             Richard Henderson  <rth@cygnus.com>
10849
10850         * resource.c (mark_referenced_resources): Mark a set strict_low_part
10851         as used.
10852         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
10853         strict_low_part when possible.
10854
10855 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10856
10857         * alias.c: PROTO -> PARAMS.
10858         * basic-block.h: Likewise.
10859         * bitmap.c: Likewise.
10860         * bitmap.h: Likewise.
10861         * builtins.c: Likewise.
10862         * c-aux-info.c: Likewise.
10863         * caller-save.c: Likewise.
10864         * calls.c: Likewise.
10865
10866 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10867
10868         * Makefile.in (toplev.o): Depend on regs.h.
10869
10870         * output.h (tdesc_section): Prototype.
10871
10872         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
10873
10874         * sdbout.c: Include "tm_p.h".
10875
10876         * toplev.c: Include "regs.h".
10877
10878 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
10879
10880         * unroll.c (unroll_loop): Add EH support.
10881
10882 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10883
10884         * pa-protos.h: New file.
10885
10886         * pa.c: Include recog.h and tm_p.h.
10887         (compute_zdepwi_operands, compute_movstrsi_length,
10888         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
10889         find_addr_reg, import_milli): Add static prototypes.
10890         (pa_cpu_string, pa_arch_string): Constify a char*.
10891         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
10892         (read_only_operand): Add argument `mode'.
10893         (singlemove_string, output_move_double, output_fp_move_double,
10894         output_block_move, output_and, output_ior, output_ascii,
10895         remove_useless_addtr_insns, milli_names, output_mul_insn,
10896         output_div_insn, output_mod_insn, output_arg_descriptor,
10897         output_cbranch, output_bb, output_bvb, output_dbra, ,
10898         output_millicode_call, output_call, hppa_encode_label,
10899         output_parallel_movb, output_parallel_addb): Constify a char*.
10900         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
10901         (output_parallel_addb): Remove extra arg to `constrain_operands'
10902
10903         * pa.h:  Move all prototypes to pa-protos.h.
10904         (pa_cpu_string, pa_arch_string): Constify a char*.
10905         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
10906
10907         * pa.md: Call `function_label_operand' with mode argument.
10908         Likewise for `read_only_operand'.
10909         Fix nesting of parens in call to `symbolic_operand'.
10910
10911 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10912
10913         * i860-protos.h: New file.
10914
10915         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
10916         time warnings.
10917
10918         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
10919
10920         * i860.md: Likewise.
10921
10922 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
10923
10924         * i386.md (movstrsi expander): Rewrite.
10925         (movstrsi_1 insn): Deleted.
10926         (strmovhi, strmovqi expander): New expanders.
10927         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
10928         * i386.c (x86_single_stringop): New global variable.
10929         * i386.h (x86_single_stringop): Declare.
10930         (TARGET_SINGLE_STRINGOP): New macro.
10931
10932 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
10933
10934         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
10935         integer vararg POSTINCREMENT before the destination of the jump
10936         for the hard fp case.
10937         (function_arg_pass_by_reference): Pass a copy of CUM to
10938         FUNCTION_ARG.
10939
10940         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
10941         for CONSTANT_ADDRESS_P above while loop for subreg.
10942
10943 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
10944
10945         * flow.c (propagate_block): When a prologue/epilogue insn
10946         is marked dead, unconditionally clear libcall_is_dead and
10947         insn_is_dead, and only dump rtl if warnings aren't being
10948         suppressed.
10949
10950 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
10951
10952         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
10953         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
10954         (FIXED_REGISTERS): Set dirflag as fixed.
10955         (CALL_USED_REGISTERS): Set dirflag as used.
10956         (REG_ALLOC_ORDER): Set dirflag as last one.
10957         (DIRFLAG_REG): New macro.
10958         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
10959         (HI_REGISTER_NAMES): Add dirflag.
10960         (DEBUF_PRINT_REG): Handle dirflag.
10961         * i386.md (type attribute): New cld and str types.
10962         (length_opcode attribute): Set cld and str to 1.
10963         (memory attribute): Set str to unknown - it is not clear from the
10964         patterns.
10965         (pent_np function unit): Prefixed string operations takes 12 cycles
10966         minimally; cld takes 2 cycles.
10967         (ppro_uops attribute): Str is "many" and cld is "few".
10968         (ppro_p0 unit): Handle cld here.
10969         (k6_alux unit): Handle cld and str types.
10970         (k6_load unit): It is ocupied by str opcodes.
10971         (k6_store unit): It is ocupied by str opcodes.
10972         (athlon_decode): Str is vector decoded.
10973         (athlon_ieu): Handle str and cld.
10974         (cld pattern): New.
10975         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
10976         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
10977         cmpstrsi_nz_1 insn): Do not output cld instruction
10978
10979 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
10980
10981         * gcc.texi (G++ and GCC): Add Java and Chill.
10982         (Bug Critera): Don't list languages.
10983
10984         * gcc.texi (Incompatibilities): No longer claim most C compilers
10985         are K&R.
10986
10987         * gcc.texi (G++ and GCC): Update other front-ends list.
10988
10989 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
10990
10991         * i386.c (ix86_expand_setcc): Fix typo.
10992         (ix86_expand_movcc): Similarly.
10993
10994         * Band-aid until haifa's bitset implementation is nuked.
10995         * haifa-sched.c (extract_bitlst): New parameter for size of the
10996         bitset in bits.  All callers changed.  Avoid looking at undefined
10997         bits in the bitset.
10998         (edgeset_bitsize): New variable.
10999         (schedule_region): Initialize edgeset_bitsize.
11000
11001 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11002
11003         * Makefile.in (optabs.o): Depend on real.h
11004         (resource.o): Depend on insn-attr.h
11005
11006         * builtins.c (result_vector): Wrap prototype in macro conditions
11007         governing definition and use.
11008
11009         * c-common.c: Include tm_p.h.
11010
11011         * c-lex.c: Likewise.
11012
11013         * elfos.h: Constify a char*.
11014
11015         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
11016         (get_attr_length, shorten_branches, profile_after_prologue): Mark
11017         parameter with ATTRIBUTE_UNUSED.
11018
11019         * fold-const.c (exact_real_inverse): Wrap variable `i' in
11020         CHECK_FLOAT_VALUE.
11021
11022         * haifa-sched.c (schedule_insns): Mark parameter with
11023         ATTRIBUTE_UNUSED.
11024
11025         * optabs.c: Include real.h.
11026
11027         * real.h (ereal_atof): Add prototype arguments.
11028
11029         * resource.c: Include insn-attr.h.
11030
11031         * sdbout.c (sdbout_queue_anonymous_type,
11032         sdbout_dequeue_anonymous_types): Wrap in macro
11033         SDB_ALLOW_FORWARD_REFERENCES.
11034         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
11035         ATTRIBUTE_UNUSED.
11036
11037         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
11038
11039         * stupid.c: Include tm_p.h.
11040
11041         * tree.c (real_value_from_int_cst): Mark parameter with
11042         ATTRIBUTE_UNUSED.
11043
11044 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11045
11046         * i960-protos.h: New file.
11047
11048         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
11049         time warnings.
11050
11051         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
11052
11053 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11054
11055         * combine.c (expand_field_assignment): Do not discard SUBREGs
11056         while computing nonzero_bits.
11057
11058 2000-01-09  Nick Clifton  <nickc@cygnus.com>
11059
11060         * config/arm/arm.c: Fix compile time warnings about signed vs
11061         unsigned constants.
11062         * config/arm/arm.h: Fix compile time warnings about signed vs
11063         unsigned constants.
11064
11065 2000-01-09  Philip Blundell  <philb@gnu.org>
11066
11067         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
11068         than `ldm' with only one register.
11069         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
11070         only one register.
11071
11072         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
11073         clobbered.
11074
11075 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
11076
11077         * config/ns32k/ns32k.md (load or push effective address): Operand 1
11078         must have SImode.
11079
11080 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11081
11082         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
11083         assignment used as truth value.
11084
11085         * function.c (assign_temp): Mark parameter `dont_promote' with
11086         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
11087         PROMOTE_FOR_CALL_ONLY.
11088
11089         * genrecog.c (write_subroutine): Mark variable `operands' with
11090         ATTRIBUTE_UNUSED.
11091
11092         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
11093         ATTRIBUTE_UNUSED.
11094
11095         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
11096         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
11097
11098         * toplev.c (note_deferral_of_defined_inline_function): Likewise
11099         for `decl'.
11100
11101 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11102
11103         * config/c4x.h: Tidy up comments.
11104         * config/c4x.c: Likewise.
11105
11106 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
11107
11108         * fold-const.c (lshift_double, rshift_double): Handle
11109         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
11110
11111 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11112
11113         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
11114         in prepare_function_start().
11115
11116 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
11117
11118         * config/v850/v850.c (expand_epilogue): Interrupt functions no
11119         longer allocate extra stack for function calls.
11120
11121 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11122
11123         * config/c4x/c4x.md (*subqf3_set): Fix typo.
11124
11125 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11126
11127         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
11128
11129 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
11130
11131         * rs6000.c (processor_target_table): Add power3 as alias for 630.
11132         * aix43.h: Revert Aug 2 change.
11133         (HAS_INIT_SECTION): Define, not visible yet.
11134         (LD_INIT_SWITCH): Define, not visible yet.
11135         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
11136
11137         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
11138
11139         * collect2.c (main): Expand ld2 size further.
11140         (export_object_lst): Cast assignment to avoid warning.
11141         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
11142         (scan_prog_file, COFF): Do not collect initialization or
11143         finalization functions generated for entire shared object if
11144         init/fini support present.
11145
11146 2000-01-07  Nick Clifton  <nickc@cygnus.com>
11147
11148         * config/elfos.h: Tidy up formatting of marcos.  Make sure
11149         that .section directives are always prefixed by a tab.
11150
11151         * config/svr4.h: Add #include "elfos.h" and remove duplicate
11152         definitions.
11153
11154 2000-01-07  Matt Austern  <austern@sgi.com>
11155
11156         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
11157         expon.
11158
11159 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
11160
11161         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
11162         crtstuff.c.
11163         (crtbegin.o, s-crtS): Likewise.
11164
11165 2000-01-06  Richard Henderson  <rth@cygnus.com>
11166
11167         * alpha.md (adddi_2+1): Limit offset such that it will be
11168         loadable with a single ldah+lda pair.
11169         (adddi_2+2): Explicitly fail split if we can't make it work.
11170
11171 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
11172
11173         * protoize.c: Conditionally include unistd.h.
11174         (IS_SAME_PATH_CHAR): New macro.
11175         (IS_SAME_PATH): New macro.
11176         (CPLUS_FILE_SUFFIX): New macro.
11177         (cplus_suffix): New static variable.
11178         (is_abspath): New static function.
11179         (in_system_include_dir): Handle DOS style pathnames.
11180         (file_could_be_converted): Likewise.
11181         (file_normally_convertible): Likewise.
11182         (directory_specified_p): Likewise.
11183         (file_excluded_p): Likewise.
11184         (abspath): Likewise.
11185         (shortpath): Likewise.
11186         (referenced_file_is_newer): Likewise.
11187         (save_def_or_dec): Likewise.
11188         (do_processing): Likewise.
11189         (main): Likewise.
11190         (edit_file): Likewise. Use rename instead of link.
11191         (rename_c_file): Likewise. Don't rename syscalls file.
11192         (munge_compile_params): Define null device for DOS based systems.
11193         (process_aux_info_file): Use binary mode if appliable.
11194         (edit_file): Likewise.
11195         * invoke.texi (Running Protoize): Document C++ suffixes used.
11196
11197         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
11198         IS_DIR_SEPARATOR macros.
11199         * collect2.c: Likewise.
11200         * cppinit.c: Likewise.
11201         * dwarf2out.c: Likewise.
11202         * gcc.c: Likewise.
11203         * gcov.c: Likewise.
11204         * prefix.c: Likewise.
11205         * rtl.c: Likewise.
11206         * toplev.c: Likewise.
11207         * system.h: And move to here.
11208
11209         * prefix.c (update_path): Fix typo in variable name.
11210
11211 2000-01-06  Richard Henderson  <rth@cygnus.com>
11212
11213         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
11214         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
11215         (count_reg_sets_1, count_reg_references): Likewise.
11216         (flow_loops_level_compute): Start counting actual loop depth at 1.
11217         (flow_loops_find): Likewise.
11218         * local-alloc.c (update_equiv_regs): Likewise.
11219         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
11220
11221 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
11222
11223         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
11224         FIRST_PSEUDO_REGISTER
11225         * dwarf2out.c: Don't include frame.h
11226         * dwarfout.c: Likewise
11227         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
11228         frame.h
11229
11230 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
11231
11232         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
11233         dead registers.
11234
11235         * i386.c (movsf splitter): Fix typo in my last checkin.
11236
11237 2000-01-05  Nick Clifton  <nickc@cygnus.com>
11238
11239         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
11240         own definition of this macro.
11241         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
11242         flag_data_sections or UNIQUE_SECTION_P are true.
11243
11244         * tm.texi (UNIQUE_SECTION): Document that it can be called for
11245         unitialised data decls.
11246
11247         * config/i386/winnt.c (i386_pe_unique_section): Cope with
11248         being called for uninitialised data.
11249
11250         * config/i386/interix.c (i386_pe_unique_section): Cope with
11251         being called for uninitialised data.
11252
11253         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
11254         for uninitialised data.
11255
11256         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
11257         for uninitialised data.
11258
11259         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
11260         for uninitialised data.
11261
11262         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
11263         (UNIQUE_SECTION_P): Always generate a unique section if
11264         flag_data_sections is true.
11265         (UNIQUE_SECTION): Also generate unique sections for
11266         uninitialised data.
11267         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
11268         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
11269         named_section().
11270
11271 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11272
11273         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
11274         SI, or DI.
11275
11276 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11277
11278         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
11279         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
11280         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
11281         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
11282         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
11283
11284         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
11285
11286 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
11287
11288         * c-decl.c (finish_enum): Simplify code to determine minimum and
11289         maximum values of the enum, and calculate the type.  Remove check
11290         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
11291         the DECL_INITIAL of each enumeration constant with a copy converted
11292         to the enumeration type.  When updating variant types, don't bother
11293         updating the type itself.
11294
11295         * c-typeck.c (build_binary_op): Simplify conditional expressions
11296         when weeding out spurious signed-unsigned warnings.  Add new
11297         spurious warning category: if the unsigned quantity is an enum
11298         and its maximum value fits in signed_type(result_type).  Update
11299         commentary.
11300         (build_conditional_expr): Warn here if one alternative is signed
11301         and the other is unsigned.
11302
11303 2000-01-05  Nick Clifton  <nickc@cygnus.com>
11304
11305         * config/fr30/fr30.h: Remove extraneous comments.
11306
11307 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
11308
11309         * reload1.c (choose_reload_regs): When disabling a reload, also
11310         set reload_spill_index to -1.
11311
11312 2000-01-04  Joel Sherrill (joel@OARcorp.com>
11313
11314         * configure.in (m68*-*-rtemscoff*): New target, formal name for
11315         old m68*-*-rtems*.
11316         (m68*-*-rtemself*): New target.
11317         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
11318         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
11319         (sparc*-*-rtemself*): New target.
11320         (sparc*-*-rtems*): Now elf not a.out.
11321         * config/i386/rtems.h: Include config/rtems.h.
11322         * config/i386/rtemself.h: Include config/rtems.h.
11323         * config/i960/rtems.h: Include config/rtems.h.
11324         * config/m68k/rtems.h: Include config/rtems.h.
11325         * config/m68k/rtemself.h: Include config/rtems.h.
11326         * config/mips/rtems64.h: Include config/rtems.h.
11327         * config/pa/rtems.h: Include config/rtems.h.
11328         * config/rs6000/rtems.h: Include config/rtems.h.
11329         * config/sh/rtems.h: Include config/rtems.h.
11330         * config/sh/rtemself.h: Include config/rtems.h.
11331         * config/sparc/rtems.h: Include config/rtems.h.
11332         * config/sparc/rtemself.h: Include config/rtems.h
11333
11334 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
11335
11336         * final.c (shorten_branches): Correctly compute length of
11337         asms without operands.
11338
11339 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
11340
11341         * configure.in: Add pj target.
11342         * configure: Regenerate.
11343         * config/pj: New directory.
11344         * config/pj/lib1funcs.S: New file.
11345         * config/pj/linux.h: New file.
11346         * config/pj/pj.c: New file.
11347         * config/pj/pj.md: New file.
11348         * config/pj/pjl.h: New file.
11349         * config/pj/t-pj: New file.
11350         * config/pj/xm-pj.h: New file
11351
11352 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
11353
11354         * toplev.c (rest_of_compilation): Run shorten-branches before
11355         reg-stack for now.
11356
11357 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11358
11359         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
11360         macros so that they're consistent with their names.
11361         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
11362         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
11363
11364 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11365
11366         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
11367         modified inadvertently.
11368
11369 2000-01-04  Joel Sherrill <joel@OARcorp.com>
11370
11371         * configure.in (v850*-*-rtems*): New target.
11372         * configure: Regenerate.
11373         * config/v850/rtems.h: New file.
11374
11375 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
11376
11377         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
11378         (__gthread_key_create): Likewise.
11379         (__gthread_key_dtor):  Likewise.
11380         (__gthread_once): Fix logic.
11381         (__gthread_key_delete): Cast away constness.
11382
11383         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
11384         * invoke.texi: Document.
11385         * i386/mingw32.h (CPP_SPEC): Use.
11386         (LIBGCC_SPEC): Likewise.
11387         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
11388
11389 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
11390
11391         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
11392         (HANDLE_PRAGMA_PACK): Undefine.
11393         (SLOW_UNALIGNED_ACCESS): Define.
11394
11395 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
11396
11397         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
11398         to default definition.
11399         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
11400         (store_fixed_bit_field): Call macro with word_mode and alignment.
11401         (extract_bit_field): Call macro with relevant mode and alignment.
11402         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
11403         to default definition.
11404         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
11405         and alignment.
11406         (move_by_pieces_ninsns): Likewise.
11407         (clear_by_pieces): Likewise.
11408         (emit_push_insn): Likewise.
11409         (store_field): Call macro with relevant mode and alignment.
11410         (expand_expr): Likewise.
11411         (expand_expr_unaligned): Likewise.
11412
11413         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
11414         (SLOW_UNALIGNED_ACCESS): Define.
11415         (CASE_VECTOR_MODE): Always use 32-bit offsets.
11416         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
11417         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
11418         (toc_section): Likewise and .toc pseudo-op.
11419         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
11420         64-bit mode.
11421         (TEXT_SECTION_ASM_OP): Likewise.
11422         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
11423         32-bit offsets.
11424
11425         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
11426         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
11427         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
11428         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
11429         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
11430
11431 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
11432
11433         * regclass.c: Revert my Jan 4 change to loop cost computation.
11434
11435 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11436
11437         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
11438         compilation.
11439
11440 2000-01-04  Stan Cox  <scox@cygnus.com>
11441
11442         * haifa-sched.c (build_control_flow): Change unreachable simple
11443         loop test to check if current block has only one predecessor.
11444         (find_rgns): Initialize degree.  Use dest as degree index, not src.
11445
11446 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11447
11448         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
11449
11450         * calls.c (expand_call): Likewise for
11451         `old_stack_arg_under_construction'.
11452
11453         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
11454
11455         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
11456         `save_constant'.
11457
11458         * gcc.c (execute): Likewise for `ut' and `st'.
11459
11460         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
11461
11462         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
11463
11464         * jump.c (jump_optimize_1): Likewise for `temp2'.
11465
11466         * local-alloc.c (block_alloc): Likewise for `r1'.
11467
11468         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
11469
11470         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
11471         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
11472
11473         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
11474         and `set2'.
11475
11476         * reload.c (find_reloads): Likewise for `goal_alternative_number'
11477         and `goal_earlyclobber'.
11478
11479         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
11480
11481         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
11482
11483         * stupid.c (stupid_life_analysis): Likewise for `chain'.
11484
11485         * unroll.c (copy_loop_body): Likewise for `copy'.
11486
11487         * varasm.c (output_constructor): Likewise for `byte'.
11488
11489 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11490
11491         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
11492         all FP constants for constant->reg moves.
11493         (ix86_split_to_parts): Try to convert memory address into immediate
11494         when available in the constant pool.
11495         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
11496         moves.
11497         (LEGITIMATE_CONSTANT_P): Return 1.
11498         * i386.md (pushsf): New splitter to convert constant pool memory
11499         reference to immediate.
11500         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
11501         reload.
11502
11503 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
11504
11505         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
11506         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
11507         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
11508         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
11509         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
11510
11511 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
11512
11513         * ginclude/stdbool.h:  Support compilation as C++.
11514
11515 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11516
11517         * fold-const.c (make_range): Don't try to reverse an unbounded range.
11518
11519 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
11520
11521         * regclass.c (regclass): Properly compute loop_cost.  Adjust
11522         comments.
11523
11524         * regclass.c: Fix minor whitespace problems.
11525
11526 2000-01-03  Anthony Green  <green@cygnus.com>
11527
11528         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
11529         Restore the pic register if required.
11530
11531 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
11532
11533         * c-common.c (format_char_info): Update comment.
11534         (check_format_info): Recognize 'z' modifier in the same way 'Z'
11535         was recognized.  Emit warning for formats new in ISO C99 only
11536         if flag_isoc9x is not set.
11537
11538 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
11539
11540         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
11541
11542 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11543
11544         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
11545         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
11546         (make_compound_operation): Choose cheaper alternative between
11547         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
11548
11549         * regclass.c (op_costs): Remove global variable.
11550         (record_reg_classes): New parameter "op_costs" and "reg_pref".
11551         (record_operand_costs): Break out from ...
11552         (scan_one_insn): ... here.
11553         (dump_regclass): Make dumps nicer.
11554         (regclass): Dump preferrences choosed and changes done during passes.
11555
11556 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
11557
11558         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
11559
11560 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
11561
11562         * config/sparc/sparc.c (gen_df_reg): New function.
11563         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
11564         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
11565         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
11566         movtf_cc_reg_sp64+1): Use it.
11567
11568 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
11569
11570         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
11571         copied LABEL_DECLs.
11572
11573 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11574
11575         * config/i386/i386.c (ix86_expand_unary_operator): Function
11576         definition made void.
11577         (ix86_expand_binary_operator): Update outdated preceding comment.
11578         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
11579         prototype.
11580
11581         * config/i386/i386.c (override_options): Fix option-name typo.
11582
11583 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
11584
11585         * system.h (CEIL): Define.
11586         * builtins.c (CEIL): Remove.
11587         * expmed.c (CEIL): Likewise.
11588         * expr.c (CEIL): Likewise.
11589         * stor-layout.c (CEIL): Likewise.
11590
11591 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11592
11593         * expr.c (store_constructor_field): Fix typo introduced with last
11594         gcc2 merge.
11595
11596 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
11597
11598         * tree.h (BINFO_N_BASETYPES): New macro.
11599
11600 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
11601
11602         * expmed.c (emit_store_flag): Prevent losing a pending stack
11603         adjust the same way we prevent losing queued increments.
11604
11605 Fri Dec 31 19:10:31 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11606
11607         * function.c (update_temp_slot_address): Handle case where sum of
11608         temporary address plus offset in register is a valid address.
11609
11610 1999-12-30  Herman A.J. ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
11611
11612         * genrecog.c (change_state) Corrected typo.
11613
11614 1999-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11615
11616         * system.h (bcopy, bcmp, bzero, index, rindex, atof, atol, free,
11617         getcwd, getenv, getwd, sbrk, strstr, malloc, calloc, realloc,
11618         strerror, getrlimit, setrlimit, abort): Add prototype arguments.
11619
11620 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
11621
11622         * i386.c (ix86_expand_fp_compare): In non-sahf non-TARGET_IEEE
11623         case, expand GT comparisons correctly.  Fix a comment before this
11624         part of the code.
11625
11626 1999-12-30  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
11627
11628         * dwarfout.c: Include "frame.h"
11629         * dwarf2out.c: Likewise.
11630         * Makefile.in (dwarfout.o): Depend on frame.h
11631         (dwarf2out.o): Likewise.
11632
11633 1999-12-29  "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
11634
11635         Restore i386 binary compatibility in Dwarf EH info.
11636         * config/i386/i386.h (DWARF_FRAME_REGISTERS): Define as 17, the old
11637         value of FIRST_PSEUDO_REGISTER.
11638         * frame.h (DWARF_FRAME_REGISTERS): Default to FIRST_PSEUDO_REGISTER.
11639         (struct frame_state): Use DWARF_FRAME_REGISTERS.
11640         * dwarfout.c (output_reg_number): Ditto.
11641         * dwarf2out.c (reg_number, expand_builtin_init_dwarf_reg_sizes): Ditto.
11642         (DWARF_FRAME_RETURN_COLUMN): Default to DWARF_FRAME_REGISTERS.
11643
11644 1999-12-29  Bruce Korb  <autogen@linuxbox.com>
11645
11646         * fixinc/fixincl.c(wait_for_pid): sometimes a WSTOPSIG of zero is OK
11647         * fixinc/fixincl.tpl(<hack>TEST_CT): Just do the existence test once
11648         (<hack>_RE_CT): not needed
11649         * fixinc/fixlib.c(is_cxx_header): moved from fixtests.c
11650         rewritten to scan the file text once only
11651         "template<..." test added
11652         * fixinc/fixlib.h(apply_fix_p_t): moved from fixtests.c
11653         (is_cxx_header): declaration added
11654         * fixinc/fixtests.c(is_cxx_header): removed
11655         (apply_fix_p_t): removed
11656         (double_slash_test): is_cxx_header is only called once now
11657         * fixinc/hackshell.tpl: indexing the fixes is now done under DEBUG
11658         * fixinc/inclhack.def(FIXINC_DEBUG): added for testing DEBUG state
11659         within the templates.
11660         The borken spelling of "broken" was fixed.
11661         * fixinc/inclhack.tpl: The $VERBOSE level is used on various messages
11662         The default level depends on FIXINC_DEBUG.
11663
11664 1999-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11665
11666         * crtstuff.c: If !inhibit_libc, include stdlib.h/unistd.h.
11667         Otherwise provide a declaration for atexit.
11668         (init_dummy): Make sure dummy call to atexit is nevertheless
11669         called with correct number of args.
11670
11671         * frame.c: Update comments referring to other files.
11672
11673         * libgcc2.c: Likewise.
11674
11675 1999-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11676
11677         * cse.c (free_element, get_element): Remove unused prototypes.
11678
11679         * fold-const.c (extract_muldiv): Initialize variables `op0' and
11680         `op1'.
11681
11682         * jump.c (invert_exp): Add explicit braces to avoid ambiguous
11683         `else' clauses.
11684
11685 Wed Dec 29 12:44:54 1999  Donald Lindsay  <dlindsay@cygnus.com>
11686
11687         * configure.in,configure: case arm for mn10200-*-* now sets
11688         float_format=i32 so that float.h will correctly claim "double"
11689         to be 32 bits. Ran autoconf to generate configure from .in file.
11690
11691 Wed Dec 29 10:53:21 1999  Jeffrey A Law  (law@cygnus.com)
11692
11693         * pa.md (conditional zero): If op1 is a register, force it into
11694         the same register as op0.
11695
11696 1999-12-28  Mark Mitchell  <mark@codesourcery.com>
11697
11698         * tree.h (BINFO_BASETYPES): Improve documentation.
11699
11700 1999-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11701
11702         * configure.in (--enable-checking): Use a more portable `for'
11703         loop syntax.
11704
11705 1999-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11706
11707         * configure.in (AC_DECL_SYS_SIGLIST, xm-siglist.h,
11708         arm/xm-netbsd.h, NO_SYS_SIGLIST): Don't use.
11709
11710         * xm-siglist.h, arm/xm-netbsd.h, mips/xm-news.h, mips/xm-sysv4.h:
11711         Delete files.
11712
11713         * gcc.texi (NO_SYS_SIGLIST, sys_siglist, SYS_SIGLIST_DECLARED):
11714         Delete descriptions.
11715
11716         * i386/osf1elf.h, i386/xm-cygwin.h, i386/xm-mingw32.h, m68k/3b1.h,
11717         m68k/a-ux.h, m68k/dpx2.h, m68k/plexus.h, m68k/xm-hp320.h,
11718         m88k/xm-m88k.h, mips/x-sni-svr4, pa/xm-pa.h, pa/xm-pahpux.h,
11719         pa/xm-papro.h, we32k/xm-we32k.h, winnt/xm-winnt.h, xm-interix.h,
11720         xm-svr4.h: Remove all instances of sys_siglist handling.
11721
11722 1999-12-27  Jakub Jelinek  <jakub@redhat.com>
11723
11724         * config/sparc/sparc.md (cmp_zero_qi,
11725         cmp_zero_extendqisi2_andcc_set, cmp_zero_qi_sp64,
11726         cmp_zero_extendqidi2_andcc_set): New patterns.
11727
11728 1999-12-28  Manfred Hollstein  <mhollstein@cygnus.com>
11729
11730         * m68k/t-mot3300-gald (CROSS_LIBGCC1): Define to libgcc1-asm.a.
11731         (LIB1ASMSRC, LIB1ASMFUNCS, LIB2FUNCS_EXTRA): Define.
11732         (fpgnulib.c, xfgnulib.c): Add rules.
11733         * m68k/t-mot3300-gas: Likewise.
11734
11735 1999-12-27  Ian Lance Taylor  <ian@zembu.com>
11736
11737         * configure.in: Avoid [[ by using test and changequote.  Add
11738         changequote required by 1999-12-14 change.
11739         * configure: Rebuild.
11740
11741 1999-12-27  Clinton Popetz  <cpopetz@cygnus.com>
11742
11743         * config/mips/mips.h: Fix typo from 12/17/99 libgcc2 fix.
11744
11745 1999-12-27  Christophe Jaillet  <jaillet.christophe@caramail.com>
11746
11747         * alias.c (nonlocal_reference_p): Add else for disjoint ifs.
11748         * flow.c (find_use_as_address): Likewise.
11749         * function.c (fixup_var_refs_1): Likewise.
11750         (walk_fixup_memory_subreg, fixup_stack_1): Likewise.
11751         * jump.c (invert_exp, redirect_exp): Likewise.
11752         * loop.c (replace_call_address): Likewise.
11753         (count_nonfixed_reads): Likewise.
11754         * rtlanal.c (modified_between_p): Likewise.
11755         (modified_in_p, volatile_insn_p, volatile_refs_p): Likewise.
11756         (side_effects_p, replace_regs, jmp_uses_reg_or_mem): Likewise.
11757         * unroll.c (remap_split_bivs): Likewise.
11758
11759 1999-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11760
11761         * diagnostic.c (v_message_with_decl): Use .* format specifier
11762         instead of building the format specifier width manually.
11763
11764         * system.h (strsignal): Don't check HAVE_STRSIGNAL when
11765         determining whether to provide a prototype.  Remove the
11766         sys_siglist clause in the conditional.
11767
11768 1999-12-23  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11769
11770         * fold-const.c (operand_equal_p): Use memcmp to compare string
11771         constants.
11772         Suggested by D. J. Bernstein
11773
11774 1999-12-17  Jakub Jelinek  <jakub@redhat.com>
11775
11776         * config/h8300/h8300.h (TARGET_H8300H, TARGET_H8300S): Make sure
11777         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
11778         compiling libgcc2.
11779         * config/mips/mips.h (TARGET_64BIT): Likewise.
11780         * config/rs6000/rs6000.h (TARGET_POWERPC64): Likewise.
11781         * libgcc2.c: Use {,U}{HW,W,DW}type and DWunion everywhere instead
11782         of {SI,DI}type and DIunion.  Define these types to QI/HI modes on
11783         dsps.  Give routines proper names if SI/DI modes are not used.
11784         * longlong.h: Use DWunion instead of DIunion.
11785
11786 1999-12-26  Zack Weinberg  <zack@wolery.cumb.org>
11787
11788         * acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING,
11789         GC_CHECKING, GC_ALWAYS_COLLECT.
11790         * configure.in: Allow --enable-checking with an argument
11791         listing check modes to enable.
11792         * config.in, configure: Rebuilt.
11793         * ggc-page.c, ggc-simple.c: Define GGC_POISON (and
11794         GGC_ALWAYS_VERIFY for ggc-simple.c) only if
11795         ENABLE_GC_CHECKING.  Define GGC_ALWAYS_COLLECT only if
11796         ENABLE_GC_ALWAYS_COLLECT.
11797         * rtl.h, rtl.c: Change ENABLE_CHECKING to ENABLE_RTL_CHECKING
11798         throughout.
11799         * tree.h, tree.c: Change ENABLE_CHECKING to
11800         ENABLE_TREE_CHECKING throughout.
11801
11802 Sun Dec 26 07:48:20 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11803
11804         * fold-const.c (fold_truthop): Properly check for FP RHS.
11805
11806 1999-12-24  Mark Mitchell  <mark@codesourcery.com>
11807
11808         * toplev.h (note_deferall_of_defined_inline_function): Declare.
11809         * toplev.c (note_deferral_of_defined_inline_function): New
11810         function, split out from ...
11811         (rest_of_compilation): ... here.  Use it.
11812
11813 Fri Dec 24 12:34:26 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11814
11815         * expr.c (store_constructor): Don't call clear_storage if size is
11816         variable.
11817
11818 1999-12-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11819
11820         * Makefile.in (toplev.o): Depend on loop.h.
11821
11822         * dwarfout.c: Include tm_p.h.
11823
11824         * emit-rtl.c (restore_emit_status): Mark parameter with
11825         ATTRIBUTE_UNUSED.
11826
11827         * final.c (final_scan_insn): Likewise.
11828
11829         * flow.c (flow_nodes_print, flow_exits_print, flow_loops_cfg_dump,
11830         flow_loop_nested_p, flow_loop_exits_find, flow_loop_nodes_find,
11831         flow_depth_first_order_compute, flow_loop_pre_header_find,
11832         flow_loop_tree_node_add, flow_loops_tree_build,
11833         flow_loop_level_compute, flow_loops_level_compute,
11834         flow_loop_outside_edge_p): Add prototypes.
11835         (recompute_reg_usage): Mark parameters with ATTRIBUTE_UNUSED.
11836
11837         * ggc-callbacks.c (lang_mark_tree, lang_mark_false_label_stack):
11838         Mark with ATTRIBUTE_NORETURN.
11839
11840         * hash.c (hash_newfunc): Mark parameter with ATTRIBUTE_UNUSED.
11841
11842         * local-alloc.c (no_conflict_p): Likewise.
11843
11844         * loop.c (insert_bct): Hide definitions of variables with hidden
11845         usage.
11846         (note_reg_stored): Mark parameter with ATTRIBUTE_UNUSED.
11847
11848         * regclass.c (memory_move_secondary_cost): Mark variable `mem'
11849         with ATTRIBUTE_UNUSED.
11850         (record_reg_classes): Mark parameter with ATTRIBUTE_UNUSED.
11851         (reg_scan): Likewise.
11852
11853         * reload.c (find_reloads): Remove unused variables `changed'.
11854
11855         * reload1.c (reload_reg_class_lower): Don't unnecessarily cast
11856         away const-ness.
11857         (allocate_reload_reg): Mark parameter with ATTRIBUTE_UNUSED.
11858         Remove unused variable `insn'.
11859
11860         * toplev.c: Include loop.h.
11861         (report_file_and_line): Remove unnecessary prototype.
11862
11863         * tree.c (build_block): Mark parameter with ATTRIBUTE_UNUSED.
11864
11865         * unroll.c (biv_total_increment): Likewise.
11866
11867 Thu Dec 23 23:15:22 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
11868
11869         * reload1.c (emit_input_reload_insns): Restore old behaviour
11870         wrt. 'special' reloads.
11871
11872 1999-12-23  Zack Weinberg  <zack@wolery.cumb.org>
11873
11874         * Makefile.in (ggc-simple.c, ggc-page.c): Don't depend on
11875         hash.h.  (cse.c): Don't depend on hashtab.h.
11876
11877         * cse.c: Don't include hashtab.h.
11878         (hash_cse_reg_info, cse_reg_info_equal_p): Delete prototypes
11879         of dead functions.
11880         * ggc-simple.c: Don't include hash.h.
11881
11882 1999-12-22  Jason Merrill  <jason@casey.cygnus.com>
11883
11884         * dwarf2out.c (add_abstract_origin_attribute): Call
11885         gen_abstract_function on our function context.
11886
11887 Thu Dec 23 03:57:10 1999  Hans-Peter Nilsson  <hp@bitrange.com>
11888
11889         * Makefile.in (INTEGRATE_H): Fix typo: INTEGRATE_H, not INTREGRATE_H.
11890
11891 1999-12-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11892
11893         * config/c4x/c4x.c (c4x_address_cost): Add statement to default
11894         case in switch.
11895
11896 1999-12-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11897
11898         * config/c4x/c4x.md (*addqi3_noclobber_reload): Change operand 0
11899         constraints to "a!r".
11900
11901 1999-12-21  Mark Mitchell  <mark@codesourcery.com>
11902
11903         * Makefile.in (calls.o): Depend on function.h.
11904         (alias.o): Likewise.
11905
11906 1999-12-21  Bernd Schmidt  <bernds@cygnus.co.uk>
11907
11908         * reload1.c (emit_reload_insns): Break out code and variables into...
11909         (input_reload_insns, other_input_address_reload_insns,
11910         other_input_reload_insns, input_address_reload_insns,
11911         inpaddr_address_reload_insns, output_reload_insns,
11912         output_address_reload_insns, outaddr_address_reload_insns,
11913         operand_reload_insns, other_operand_reload_insns,
11914         other_output_reload_insns): ... new static variables, and...
11915         (emit_input_reload_insns, emit_output_reload_insns, do_input_reload,
11916         do_output_reload): ... new functions.
11917
11918 Tue Dec 21 07:06:36 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11919
11920         * pa.h (FUNCTION_ARG_BOUNDARY): Never return 0.
11921
11922 1999-12-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11923
11924         * md.texi: Add c4x constraints documentation.
11925
11926 1999-12-21  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11927
11928         * config/i386/dgux.c (struct option): Rename to
11929         lang_independent_option.
11930         (struct m_options): Add description field.
11931         (output_options): Rename option type, add sep declaration, output
11932         ix86_cpu_string and ix86_arch_string only if set.
11933         (output_file_start): Rename option type.
11934
11935 Mon Dec 20 23:15:36 1999  Mike Stump  <mrs@wrs.com>
11936
11937         * Makefile.in (crtbegin.o, crtend.o, s-crtS): Depend on
11938         stmp-int-hdrs.
11939         (libgcc2.a): Similarly.
11940
11941 Mon Dec 20 23:06:47 1999  David Edelsohn  <edelsohn@gnu.org>
11942
11943         * longlong.h (_ARCH_PPC): Only protect add_ssaaaa and sub_ddmmss
11944         with W_TYPE_SIZE == 32.  Do not fall through to POWER architecture
11945         for umul_ppmm and smul_ppmm if !_ARCH_PPC and !_ARCH_POWER.
11946
11947 Mon Dec 20 23:02:03 1999  Jeffrey A Law  (law@cygnus.com)
11948
11949         * fold-const.c (real_hex_to_f): Remove unused "isldouble" variable.
11950         Remove redundant initialization of "frexpon" and "expon".
11951
11952 Mon Dec 20 15:00:04 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11953
11954         * tree.c (real_value_from_int_cst): Clear REAL_VALUE_TYPE object first.
11955
11956         * expr.c (store_constructor): New argument SIZE; pass to clear_storage.
11957         (store_constructor_field, expand_expr): Pass new arg.
11958
11959 1999-12-20  Mark Mitchell  <mark@codesourcery.com>
11960
11961         * Makefile.in (explow.o): Depend on function.h.
11962
11963         * stor-layout.c (set_sizetype): Fix typo.
11964
11965 1999-12-20  Bernd Schmidt  <bernds@cygnus.co.uk>
11966
11967         * function.c (cfun): Renamed from current_function.  All users
11968         changed.
11969         * function.h (cfun): Rename declaration as well.
11970
11971         * reload.h (struct insn_chain): Change live_throughout and dead_or_set
11972         to be of type regset_head, not regset.  All users changed by adding
11973         address operator.
11974         * reload1.c (new_insn_chain): Don't allocate regsets, just clear them.
11975
11976 1999-12-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11977
11978         * config/c4x/rtems.h: New file.
11979
11980 1999-12-19  Bernd Schmidt  <bernds@cygnus.co.uk>
11981
11982         * reload1.c (spill_failure): Take class of failed reload as argument
11983         and print it.  Caller changed.
11984
11985 Sun Dec 19 07:50:42 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11986
11987         * rs6000.h (SUBTARGET_DEFAULT): New macro.
11988         (TARGET_SWITCHES): Allow subtargets to default switches.
11989         * rs6000/vxppc.h (SUBTARGET_DEFAULT): New macro.
11990
11991 1999-12-18  Mark Mitchell  <mark@codesourcery.com>
11992
11993         * crtstuff.c (__do_global_ctors_aux): Do not call __cxa_finalize
11994         in a main program.
11995
11996 Sat Dec 18 20:42:43 1999  Richard Henderson  <rth@cygnus.com>
11997
11998         * cccp.c (main): Define __STDC_VERSION__ as necessary.
11999         * cppinit.c (cpp_handle_option): Likewise.
12000
12001         * ginclude/stdarg.h (va_copy): Use __STDC_VERSION__ to
12002         determine when to define.
12003
12004 Sat Dec 18 20:34:00 1999  Richard Henderson  <rth@cygnus.com>
12005
12006         * alpha.c (alpha_emit_conditional_move): If TARGET_FIX, handle
12007         cmove with mismatched test and data modes.
12008
12009 Sat Dec 18 20:30:15 1999  Richard Henderson  <rth@cygnus.com>
12010
12011         * c-typeck.c (c_expand_start_case): Don't warn for long switch
12012         in system headers.
12013
12014 Sat Dec 18 16:28:43 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12015
12016         * alias.c: Minor reformatting.
12017         * flow.c: Likewise.
12018         * regs.h: Likewise.
12019         * stor-layout.c: Likewise.
12020         * fold-const.c: Likewise.
12021         (OVERFLOW_SUM_SIGN): Renamed from overflow_sum_sign.
12022         (struct cb_args, const_binop_1, const_binop): Pass type of arg,
12023         not arg itself.
12024         (size_int_wide): Cache nodes even if garbage collecting.
12025         (twoval_comparison_p): Reenable SAVE_EXPR case if operand
12026         of SAVE_EXPR has no side effects.
12027         * cse.c: Move a comment.
12028         * tree.c: Minor reformatting.
12029         (int_size_in_bytes): Return -1 if constant overflows.
12030
12031 Sat Dec 18 18:30:20 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12032
12033         * unroll.c (copy_loop_body): Don't treat a REG like a PLUS.
12034
12035 1999-12-18 10:42 -0800  Zack Weinberg  <zack@wolery.cumb.org>
12036
12037         * objc/objc-parse.c: Regenerate.  This file must be rebuilt
12038         after any change to c-parse.in, even if objc-parse.y didn't
12039         change.  Oops.
12040
12041 1999-12-18  David S. Miller  <davem@redhat.com>
12042
12043         * toplev.c (rest_of_compilation): Restore BLOCK tree
12044         reconstruction and branch shortening changes lost in
12045         December 18th change.
12046
12047 Sat Dec 18 05:29:29 1999  Scott Bambrough  <scottb@netwinder.org>
12048
12049         * config/arm/linux-elf.h: Change all instances of
12050         ARM_FLAG_SHORT_BYTES to ARM_FLAG_MMU_TRAPS.
12051         * config/arm/uclinux-elf.h: Likewise.
12052
12053 1999-12-18 Gabriel Dos Reis  <gdr@codesourcery.com>
12054
12055         * toplev.c (notice, vmessage, v_message_with_file_and_line,
12056         v_message_with_decl, file_and_line_for_asm,
12057         v_error_with_file_and_line, v_error_with_decl, v_error_for_asm,
12058         verror, vfatal, v_warning_with_file_and_line, v_warning_with_decl,
12059         v_warning_for_asm, vwarning, vpedwarn, v_pedwarn_with_decl,
12060         v_pedwarn_with_file_and_line, vsorry, vnotice, count_error,
12061         pfatal_with_name, fatal_io_error, need_error_newline,
12062         last_error_function, last_error_tick, announce_function,
12063         default_print_error_function, print_error_function,
12064         report_error_function, fnotice, error_with_file_and_line,
12065         error_with_decl, error_for_asm, error, set_fatal_function, fatal,
12066         _fatal_insn, _fatal_insn_not_found, warning_with_file_and_line,
12067         warning_with_decl, warning_for_asm, warning, pedwarn,
12068         pedwarn_with_decl, pedwarn_with_file_and_line, sorry): Move to
12069         diagnostic.c
12070         (compile_file): Use fnotice instead of notice.  Adjust call.
12071
12072         * diagnostic.c: New file.
12073
12074         * Makefile.in (OBJS): Include diagnostic.o
12075         (diagnostic.o): Define dependence.
12076
12077 1999-12-18  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12078
12079         * config/c4x/c4x.h (ASM_OUTPUT_XXX): Wrap in do-while(0).
12080         Tweak formatting.
12081
12082 1999-12-18  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12083
12084         * config/c4x/c4x.md (rpts_top, rptb_top): Add clobbers for rs and re.
12085
12086 1999-12-17 13:21 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
12087
12088         * fixtests.c (is_cxx_header): New fn, split out of
12089         double_slash_test.
12090         (else_endif_label): Allow "#endif // comment" in C++ headers,
12091         as determined by is_cxx_header.
12092         * fixfixes.c (else_endif_label_fix): Update comment.
12093         * fixincl.c: Don't output VERB_PROGRESS lines if stdout is not
12094         a tty.
12095         * genfixes: Correct double thinko in commandline parsing.
12096         * hackshell.tpl: Generate correct sh syntax for bypass
12097         entries.
12098
12099         * inclhack.def (all): Whenever an inserted preprocessor
12100         conditional is split over multiple lines, use double
12101         backslashes in this file so the fixed header will be readable.
12102
12103         (AAB_fd_zero_glibc_1_0): Rename to AAB_fd_zero_asm_posix_types_h
12104         and add bypass entry for correct version of this header.
12105         (AAB_fd_zero_glibc_1_x): Rename to AAB_fd_zero_gnu_types_h.
12106         (AAB_fd_zero_glibc_2_0): Rename to AAB_fd_zero_selectbits_h.
12107
12108         (hpux8_bogus_inlines): New fix, split from...
12109         (ultrix_atof_param) ... here.
12110         (math_expression): Add bypass entry keyed to glibc comment
12111         indicating the problem has been dealt with; disable
12112         unnecessary sed operations; update commentary.
12113         (math_gcc_ifndefs): Rename to math_huge_val_from_dbl_max,
12114         add select and bypass entries, simplify shell operation.
12115         (math_huge_val_ifndef): Split from math_gcc_ifndefs.
12116
12117         (ip_missing_semi, rs6000_param, tinfo_cplusplus,
12118          ultrix_atof_param): Add select entry.
12119         (stdio_va_list, sunos_mather_decl): Add bypass entry.
12120         (systypes_for_aix, sysv86_string, tinfo_cplusplus): Put the
12121         comments with the fixes they describe.
12122
12123         * c-parse.in (string action): Do not warn about ANSI string
12124         concatenation in system headers.  Affects C parser only.
12125         * c-parse.y, c-parse.c, c-parse.h: Rebuild.
12126
12127 1999-12-16  Jakub Jelinek  <jakub@redhat.com>
12128
12129         * config/sparc/sparc.h (TARGET_ARCH32): Exchange ifdefs so that if
12130         compiling libgcc2 the macro depends always on arch cpp defines.
12131
12132 Fri Dec 17 10:34:16 1999  Richard Earnshaw <rearnsha@arm.com>
12133
12134         * loop.c (insert_loop_mem): Don't record MEMs from inside
12135         EXPR_LISTs.
12136
12137 Fri Dec 17 12:08:11 MET 1999  Jan Hubicka  <hubicka@freesoftr.cz>
12138
12139         * regclass.c (regclass): Do not use flowgraph when not optimizing.
12140
12141         * gcse.c (try_replace_reg): Do replacements in REG_EQUAL/REG_EQUIV
12142         notes too, create one when replacement failed, attempt to simplify
12143         resulting notes.
12144         (cprop_insn): Propagate even to registers mentioned only in REG_EQUAL
12145         or REG_EQUIV notes.
12146
12147 1999-12-16  Mark Mitchell  <mark@codesourcery.com>
12148
12149         * crtstuff.c (__dso_handle): Declare.
12150         (__cxa_finalize): Likewise.
12151         (do_global_dtors_aux): Call __cxa_finalize if __dso_handle is
12152         non-NULL.
12153
12154         * invoke.texi: Document -fuse-cxa-atexit.
12155
12156         * tree.h (ptr_type_node): Document.
12157         (const_ptr_type_node): Likewise.
12158
12159 Fri Dec 17 01:32:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12160
12161         * regmove.c (optimize_reg_copy_1): Ignore LOOP notes.
12162         (optimize_reg_copy_2): Likewise.
12163         (optimize_reg_copy_3): Likewise.
12164         (fixup_match_2): Likewise.
12165         (regmove_optimize): Likewise.
12166         (fixup_match_1): Liekwise.
12167
12168         * i386.md (HI to SImode promoting splitters): Rewrite.
12169         (pushsf mem peep2): New.
12170         (testhi to andhi peep2): Remove.
12171         * i386.h (x86_promote_QImode): New.
12172         (TARGET_PROMOTE_QImode): New.
12173         (PREDICATE_CODES): Add promotable_binary_operator.
12174         * i386.c (x86_promote_QImode0: New.
12175         (promotable_binary_operator): New.
12176         * i386-protos.h (promotable_binary_operator): New.
12177
12178         * i386.md (test?i_1): Use "nonmemory_operand" predicate, simplify
12179         condition.
12180         (one_cmpl?i*): Pass "NOT" to unary_operator_ok.
12181
12182 1999-12-16  Mark Mitchell  <mark@codesourcery.com>
12183
12184         * Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.
12185         * function.c (insert_block_after_note): Remove.
12186         (retrofit_block): Likewise.
12187         (identify_blocks): Fix indentation.
12188         (reorder_blocks): Don't NULL out NOTE_SOURCE_FILE for a
12189         NOTE_INSN_BLOCK_BEG or NOTE_INSN_BLOCK_END.
12190         * function.h (insert_block_after_note): Remove prototype.
12191         (retrofit_block): Likewise.
12192         * integrate.c (expand_inline_function): Don't call
12193         find_loop_tree_blocks.  Use expand_start_bindings_and_block, not
12194         just expand_start_bindings.  Use the block_map to remap old
12195         NOTE_BLOCKs to new ones.
12196         (integrate_decl_tree): Keep track of remapped blocks.
12197         * integrate.h (struct inline_remap): Add block_map.
12198         * stmt.c (expand_fixup): Don't try to retrofit_blocks.  Just set
12199         NOTE_BLOCK on the notes.
12200         (expand_start_bindings): Rename to ...
12201         (expand_start_bindings_and_block): Add parameter.  Set NOTE_BLOCK.
12202         (expand_end_bindings): Set NOTE_BLOCK.
12203         * toplev.c (rest_of_compilation): In function-at-a-time-mode,
12204         reconstruct the BLOCK tree.
12205         * tree.h (expand_start_bindings): Macroize.  Call ...
12206         (expand_start_bindings_and_block): New function.
12207
12208 1999-12-16  Jakub Jelinek  <jakub@redhat.com>
12209
12210         * config/sparc/sparc.c (print_operand): Cast fprintf arguments
12211         to match the format.
12212
12213 1999-12-16  David S. Miller  <davem@redhat.com>
12214
12215         * expr.c (emit_move_insn_1): Only emit clobbers if one of
12216         the outputs is a SUBREG.
12217         * rtlanal.c (reg_overlap_mentioned_p): Revert December 15th
12218         change.
12219
12220         * config/sparc/sparc.c (epilogue_renumber): Add default case
12221         to switch stmt.
12222
12223 Thu Dec 16 11:33:57 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12224
12225         * toplev.c (rest_of_compilation): Run branch shortening after
12226         reg-stack.
12227
12228         * regclass.c (loop_depth): Remove
12229         (scan_one_insn): Do not handle LOOP_NOTE insns.
12230         (regclass): Go through basic blocks and set loop_cost
12231
12232 Thu Dec 16 02:56:25 1999  Zack Weinberg  <zack@bitmover.com>
12233
12234         * tree.h (DECL_FROM_INLINE): Check DECL_ABSTRACT_ORIGIN too.
12235
12236 Thu Dec 16 10:43:35 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12237
12238         * i386.md (movqi): Use "nonimmediate_operand" for output operand.
12239         (movstrictqi, movdi, movsf, movdf, movxf): Likewise.
12240         (adddi, addqi, addhi, subdi, subqi, subhi, ffs): Likewise.
12241
12242 Thu Dec 16 02:41:26 1999  Richard Henderson (rth@cygnus.com)
12243
12244         * loop.c (insert_loop_mem): Ignore memory clobbers.
12245
12246         * combine.c (simplify_comparison): Reduce (OP (MINUS A B) 0)
12247         to (OP A B).
12248
12249 Thu Dec 16 02:26:11 1999  Jeffrey A Law  (law@cygnus.com)
12250
12251         * profile.c: Remove redundant #include "output.h".
12252
12253         * h8300.md (HImode preinc peephole): Fix typo.
12254
12255 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12256
12257         * function.c (retrofit_block): Abort if we don't find a suitable insn.
12258         (insert_block_after_note): Abort if we don't have a previous block.
12259         Remove FN parameter.
12260         * function.h: Adjust.
12261
12262 1999-12-15  Mark Mitchell  <mark@codesourcery.com>
12263
12264         * builtins.c (expand_builtin_mathfn): Make sure not to expand the
12265         argument more than once.
12266
12267 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12268
12269         * stmt.c (expand_decl): Expand upper bound of a dynamic array.
12270
12271 1999-12-15  Jakub Jelinek  <jakub@redhat.com>
12272
12273         * expr.c (emit_group_load): Use dst mode if src is VOIDmode.
12274
12275 Wed Dec 15 16:11:55 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12276
12277         * function.c (PREFERRED_STACK_BOUDNARY): Provide default value.
12278         (assign_stack_local_1): Limit alignment to PREFERRED_STACK_BOUNDARY,
12279         update stack_alignment_needed.
12280         (prepare_function_start): Initialize stack_alignment_needed
12281         * function.h (struct function): Add field stack_alignment_needed.
12282
12283 Wed Dec 15 14:55:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12284
12285         * caller-save.c (insert_one_insn): Returns struct insn_chain *.
12286         Handle live_throughout / dead_or_set instead of live_before /
12287         live_after.
12288         (save_call_clobbered_regs): Get register livenessinformation from
12289         chain->live_throughout.
12290         (add_stored_regs): New function.
12291         (insert_restore, insert_save): Add restored / saved registers to
12292         dead_or_set.
12293         * global.c (reg_dies): New parameter chain.
12294         (reg_becomes_live): Third parameter is regs_set now.
12295         Changed all callers.
12296         (reg_dies): New parameter chain.  Changed all callers.
12297         (build_insn_chain): Set live_throughout instead of
12298         live_before / live_after.
12299         * reload.h (struct insn_chain): Replace members live_before /
12300         live_after with live_throughout / dead_or_set.
12301         * reload1.c (new_insn_chain): Handle live_throughout / dead_or_set
12302         instead of live_before / live_after.
12303         (maybe_fix_stack_asms, find_reload_regs, finish_spills): Likewise.
12304         (order_regs_for_reload, find_reg, finish_spills): Likewise.
12305         (choose_reload_regs_init): Likewise.
12306         * stupid.c (current_chain, find_clobbered_regs): Delete.
12307         (stupid_life_analysis): Set chain->live_throughout chain->dead_or_set
12308         instead of chain->live_before / chain->live_after.
12309         (mark_hard_ref): New function.
12310         (stupid_mark_refs): Call mark_hard_ref. Clear chain->live_throughout.
12311
12312 1999-12-15  David S. Miller  <davem@redhat.com>
12313
12314         * rtlanal.c (reg_overlap_mentioned_p): Handle CONCAT.
12315
12316 Wed Dec 15 15:05:30 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12317
12318         * flow.c (calculate_loop_depth): Make global, remove prototype,
12319         rewrite to use new loop infrastructure.
12320         (find_basic_block): Remove calculate_loop_depth call.
12321         * toplev.c (rest_of_compilation): Call find_basic_block.
12322         * output.h (calculate_loop_depth): Declare.
12323
12324         * flow.c (dump_flow_info): Dump loop_depth.
12325         (flow_loops_nodes_find): Increase loop_depth for basic block in the
12326         body.
12327         (flow_loops_find): Initialize the loop_depth for each basic block.
12328
12329 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12330
12331         * tree.c (decl_function_context): Handle virtual functions.
12332
12333         * tlink.c (scan_linker_output): Don't look in demangled name when
12334         looking for linker output keywords.
12335
12336         * dwarfout.c (output_type): We can defer namespace-scope classes.
12337
12338 Wed Dec 15 01:23:29 1999  Jeffrey A Law  (law@cygnus.com)
12339
12340         * regclass.c (record_reg_classes): Update comment for merging
12341         register class preferences in reg->reg copies.  Tighten conditions
12342         for merging register class preferences in reg->reg copies.
12343
12344 Wed Dec 15 02:19:32 1999  David Edelsohn  <edelsohn@gnu.org>
12345
12346         * rs6000.md (tablejumpdi): Generate DImode LABEL_REF.
12347
12348 1999-12-14  Geoff Keating  <geoffk@cygnus.com>
12349
12350         * config/m68k/m68020-elf.h (ENDFILE_SPEC): Delete.
12351         (INIT_SECTION_ASM_OP): Delete.
12352         (FINI_SECTION_ASM_OP): Delete.
12353         (STARTFILE_SPEC): Define to hold just crtbegin.o.
12354
12355 1999-12-14  Jason Merrill  <jason@casey.cygnus.com>
12356
12357         * dwarf2out.c (add_abstract_origin_attribute): Do call abort if
12358         the abstract origin wasn't emitted.
12359
12360         * dwarf2out.c (class_scope_p): New fn.
12361         (gen_subprogram_die): Use it.
12362         (gen_variable_die): Use it.  Tweak logic.
12363         (gen_struct_or_union_type_die): Check context_die to determine
12364         if we're function-local.
12365         (dwarf2out_decl): Check DECL_BUILT_IN, not DECL_FUNCTION_CODE.
12366
12367 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12368
12369         * loop.c (check_dbra_loop): Can't reverse a biv that has
12370         maybe_multiple set.
12371
12372 1999-12-14  Nick Clifton  <nickc@cygnus.com>
12373
12374         * config/arm/arm.c: Add support for -mcpu=arm720 command line
12375         switch.
12376
12377 Tue Dec 14 18:13:32 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12378
12379         * loop.c (strength_reduce): Fix sign of giv lifetime calculation
12380         for givs made from biv increments.
12381
12382 Tue Dec 14 08:11:27 1999  Richard Henderson  <rth@cygnus.com>
12383
12384         * configure.in (alpha-osf, alpha-linux): Handle ev6[78].
12385         * alpha.c (override_options): Recognize -mcpu=ev67.
12386         * alpha.h (CPP_CPU_EV67_SPEC): New.
12387         (CPP_CPU_DEFAULT_SPEC): Examine TARGET_CPU_DEFAULT to use it.
12388         (EXTRA_SPECS): Update.
12389
12390 Tue Dec 14 08:04:28 1999  Richard Henderson  <rth@cygnus.com>
12391
12392         * cppp.c (main): Set trigraphs and __STRICT_ANSI__ as
12393         appropriate for -lang-c89 and -std=*.
12394         * cppinit.c (cpp_handle_option): Likewise.
12395         (new_pending_define): New, split out from cpp_handle_option.
12396         * gcc.c (default_compilers): Don't define __STRICT_ANSI__
12397         or enable trigraphs for -ansi/-std=*.
12398
12399         * ginclude/stdarg.h (__va_copy): New.
12400         (va_copy): Don't define for C89.
12401
12402 Tue Dec 14 08:37:27 CST 1999 Clinton Popetz  <cpopetz@cygnus.com>
12403
12404         * config/arm/arm.md (mulsidi3adddi, umulsidi3adddi): New patterns
12405         for long long multiply-accumulate.
12406
12407 Tue Dec 14 13:51:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12408
12409         * regclass.c (scan_one_insn): Set loop_cost to 1 when
12410         optimizing for size.
12411
12412 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12413
12414         * reload1.c (reload): Can't avoid select_reload_regs/finish_spills
12415         if something changed.  Back out that part of yesterday's changes.
12416
12417         * loop.c (loop_max_reg): New static variable.
12418         (loop_optimize): Initialize it.  Eliminate one unnecessary call to
12419         max_reg_num.
12420         (scan_loop): Call reg_scan_update whenever we may have added new
12421         registers, and update loop_max_reg.
12422
12423 Tue Dec 14 12:07:29 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12424
12425         * regclass.c  (record_reg_classes): Do not do the copying preferrencing
12426         when source does not die.
12427
12428         * regclass.c (record_reg_classes): Handle INOUT operands propertly.
12429
12430 1999-12-14  Jakub Jelinek  <jakub@redhat.com>
12431
12432         * config/sparc/linux64.h (TARGET_LIVE_G0,
12433         TARGET_BROKEN_SAVERESTORE): Don't support weird SPARC
12434         variants on Linux.
12435         * config/sparc/linux.h (TARGET_LIVE_G0,
12436         TARGET_BROKEN_SAVERESTORE): Likewise.
12437         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
12438         TARGET_BROKEN_SAVERESTORE): Likewise.
12439
12440         * config/sparc/sparc.h (SPARC_DEFAULT_CMODEL): Default to CM_32.
12441         (CONDITIONAL_REGISTER_USAGE): For block profiling fix %g4 on sparc64,
12442         not %g2.
12443         (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Use %g4 instead of %g2
12444         as sparc64 block profiling register.
12445         * config/sparc/sparc.c (sparc_override_options): Allow block
12446         profiling with -m32.
12447         (sparc_block_profiler): Use %g4 instead of %g2 as sparc64 block
12448         profiling register.
12449         * config/sparc/linux64.h (MACHINE_STATE_*): Only provide these
12450         macros on TARGET_ARCH32. sparc.h has macros good enough for sparc64.
12451         * config/sparc/sol2.h (MACHINE_STATE_*): Likewise.
12452
12453         * config/sparc/xm-sp64.h: Avoid using __sparc_v9__ when testing
12454         for sparc64.
12455         * config/sparc/sparc.h: Likewise.
12456         * config/sparc/xm-sysv4-64.h: Likewise.
12457         * config/float-sparc.h: Likewise.
12458         * glimits.h: Likewise.
12459         * longlong.h: Likewise.
12460
12461         * config/sparc/linux64.h (DEFAULT_VTABLE_THUNKS): Define to 1.
12462         (ASM_IDENTIFY_GCC): Remove.
12463
12464 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12465
12466         * combine.c (combine_simplify_rtx): Don't make shared rtl.
12467         (simplify_logical): Likewise.
12468
12469 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12470
12471         * cccp.c (INO_T_EQ): Disable inode-based optimization for Cygwin.
12472         * cppfiles.c (INO_T_EQ): Likewise.
12473
12474 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12475
12476         * i386/crtdll.h (STARTFILE_SPEC): Add -pg profiling support.
12477         * i386/mingw32.h (LIB_SPEC): Likewise.
12478         (STARTFILE_SPEC): Likewise.
12479         * i386/uwin.h (LIB_SPEC): Likewise.
12480         (STARTFILE_SPEC): Likewise.
12481
12482         * i386/mingw32.h (SUBTARGET_PROLOGUE): Override Cygwin definition.
12483         * i386/uwin.h (SUBTARGET_PROLOGUE): Likewise.
12484
12485 Mon Dec 13 20:25:29 1999  Jeffrey A Law  (law@cygnus.com)
12486
12487         * combine.c (combine_simplify_rtx): Fix order of checks for
12488         (ashiftrt foo C) -> (lt foo (const_int 0)) simplification.
12489
12490 1999-12-13  Clinton Popetz  <cpopetz@cygnus.com>
12491
12492         * config/arm/arm.md  (*mulsidi3adddi, *umulsidi3adddi) Backed out
12493         12/10/99 change, reapplied to merged-arm-thumb-backend-branch.
12494
12495 1999-12-10  Bernd Schmidt  <bernds@cygnus.co.uk>
12496
12497         * hard-reg-set.h (inv_reg_alloc_order): Declare if REG_ALLOC_ORDER is
12498         defined.
12499         * regclass.c (inv_reg_alloc_order): New array.
12500         (regclass_init): If REG_ALLOC_ORDER is defined, initialize it.
12501
12502         * reload.h (struct insn_chain): Delete fields group_size, group_mode,
12503         counted_for_groups, counted_for_nongroups.  Add fields rld and
12504         n_reloads.
12505         * reload.c (push_secondary_reload): Don't set nongroup field of
12506         new reloads.
12507         (push_reload): Likewise.
12508         (find_reloads): Delete code to compute nongroup fields.
12509         * reload1.c (reload_insn_firstobj): New static variable.
12510         (pseudos_counted, spilled_pseudos): Now of type regset_head.  All
12511         users changed.
12512         (calculate_needs, find_tworeg_group, find_group, possible_group_p,
12513         count_possible_groups, modes_equiv_for_class_p, new_spill_reg,
12514         dump_needs, maybe_mark_pseudo_spilled, hard_reg_use_compare): Delete
12515         functions.
12516         (count_pseudo, select_reload_regs, copy_reloads, find_reg): New
12517         functions.
12518         (struct hard_reg_n_uses): Deleted.
12519         (potential_reload_regs): Deleted.
12520         (init_reload): Initialize spilled_pseudos and pseudos_counted.
12521         (reload): Don't try to allocate reload registers if we already know
12522         we have to make another pass.  Call select_reload_regs.  Free memory
12523         starting with reload_firstobj when starting another pass.
12524         Don't allocate spilled_pseudos.
12525         (calculate_needs_all_insns): Call copy_reloads for an insn that
12526         needs reloads; don't call calculate_needs.
12527         (spill_cost): New static array.
12528         (used_spill_regs_local): New static variable.
12529         (order_regs_for_reload): Rewrite to lose hard_reg_n_uses and the code
12530         to compute potential_reload_regs.
12531         (find_reload_regs): Completely rewritten to use find_reg.
12532         (allocate_reload_reg): Don't test counted_for_groups or
12533         counted_for_nongroups.  Lose NOERROR arg and code to give an error;
12534         all cllers changed.
12535         (choose_reload_regs): Add fallback code that uses the existing
12536         register allocation from find_reload_regs.
12537
12538 Mon Dec 13 00:54:14 1999  Philippe De Muyter  <phdm@macqel.be>
12539
12540         * flow.c (create_edge_list): Cast xmalloc return value.
12541
12542 Mon Dec 13 00:47:58 1999  Jeffrey A Law  (law@cygnus.com)
12543
12544         * doprnt.c: Remove incorrect comment closure.
12545
12546         * cse.c: Fix a few minor whitespace goofs.
12547
12548 1999-12-13  Don Bowman  <don@pixstream.com>
12549
12550         * mips/vxworks.h: Fix problem with comment termination.
12551         (EXTRA_SECTIONS): Add in_sbss.
12552         (EXTRA_SECTION_FUNCTIONS): Corresponding changes.
12553
12554 1999-12-12  David S. Miller  <davem@redhat.com>
12555
12556         * cse.c (struct cse_reg_info): Add hash_next member,
12557         reorder rest of struct for better packing on 64-bit
12558         hosts.
12559         (cse_reg_info_tree): Kill.
12560         (REGHASH_SHIFT, REGHASH_SIZE, REGHASH_MASK, reg_hash,
12561         REGHASH_FN): New custom pow2 hash mechanism.
12562         (NBUCKETS): Kill.
12563         (HASH_SHIFT, HASH_SIZE, HASH_MASK, HASH, table): Rework to
12564         use a pow2 hash table.
12565         (get_cse_reg_info): Rework to use new REGHASH.
12566         (new_basic_block): Likewise, use HASH_SIZE, and inline
12567         free_element call.
12568         (remove_from_table): Rework to use HASH_SIZE/HASH_MASK,
12569         and inline free_element call.
12570         (lookup_as_function, insert, flush_hash_table, invalidate,
12571         remove_invalid_refs, remove_invalid_subreg_refs, rehash_using_reg,
12572         invalidate_for_call, use_related_value, find_comparison_args,
12573         fold_rtx, equiv_constant, cse_insn, invalidate_memory): Likewise.
12574         (hash_cse_reg_info, cse_reg_info_equal_p, free_element,
12575         get_element): Kill.
12576
12577 Sun Dec 12 21:31:44 1999  Jeffrey A Law  (law@cygnus.com)
12578
12579         * cse.c (cse_basic_block): Free qty_table consistently.
12580
12581 1999-12-12  David S. Miller  <davem@redhat.com>
12582             Jakub Jelinek    <jakub@redhat.com>
12583
12584         * config/sparc/sparc.md (movtf reg/reg split): Don't generate
12585         SUBREGs by hand, gen the appropriate hard reg directly.
12586         (movtf reg/mem split): Likewise and alter_subreg on destination
12587         if necessary.
12588         (movtf mem/reg split): Similarly.
12589         (movdf_cc_sp64): Rename from hidden pattern.
12590         (movtf_cc_hq_sp64): Renamed from movtf_cc_sp64.
12591         (movtf_cc_sp64, following split): New pattern and splitter.
12592         (movdf_cc_reg_sp64): Rename from hidden pattern.
12593         (movtf_cc_reg_hq_sp64): Renamed from movtf_cc_reg_sp64, require
12594         TARGET_HARD_QUAD.
12595         (movtf_cc_reg_sp64, following split): New pattern and splitter.
12596
12597 1999-12-12  Stephen L Moshier <moshier@mediaone.net>
12598
12599         * loop.c (load_mems): Don't hoist written floating point mem
12600         if -ffloat-store.
12601
12602 1999-12-12  Mark Mitchell  <mark@codesourcery.com>
12603
12604         * except.h (struct eh_queue): Add `next' pointer.
12605         (struct eh_status): Make x_ehqueue a pointer.
12606         (push_ehqueue):  Declare.
12607         (pop_ehqueue): Likewise.
12608         * except.c (expand_eh_region_end): Adjust now that ehqueue is a
12609         pointer.
12610         (expand_fixup_region_end): Likewise.
12611         (expand_leftover_cleanups): Likewise.
12612         (push_ehqueue): Define.
12613         (pop_ehqueue): Likewise.
12614         (emit_cleanup_handler): Use push_ehqueue and pop_ehqueue rather
12615         than doing it inline.
12616         (expand_start_all_catch):  Adjust now that ehqueue is a
12617         pointer.
12618         (mark_eh_queue): Mark all level of the queue.
12619         (mark_eh_status):  Adjust now that ehqueue is a
12620         pointer.
12621         (init_eh_for_function): Allocate ehqueue.
12622         (free_eh_status): Free it.
12623         * stmt.c (expand_cleanups): Save the ehqueue around the cleanup
12624         expansion for a fixup.
12625
12626 1999-12-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12627
12628         * gthr-single.h (__gthread_active_p): Add prototype arguments.
12629
12630         * libgcc2.c (__udivmoddi4): Remove unnecessary decls.
12631         (__dummy, __builtin_saveregs, __bb_exit_trace_func, __bb_init_prg,
12632         __bb_trace_func, __bb_trace_func_ret, __bb_trace_ret,
12633         function_ptr, getpagesize, __enable_execute_stack,
12634         __enable_execute_stack, __clear_insn_cache,
12635         __enable_execute_stack, __do_global_dtors, __do_global_ctors,
12636         _cleanup, _exit, __default_terminate, __terminate_func,
12637         __terminate, __empty, __throw, new_eh_context,
12638         eh_context_initialize, eh_context_static, eh_context_specific,
12639         get_eh_context, __get_eh_context, __get_eh_info,
12640         init_reg_size_table, eh_threads_initialize,
12641         __get_dynamic_handler_chain, __sjthrow, __sjpopnthrow,
12642         __unwinding_cleanup, throw_helper, __throw, __rethrow,
12643         __pure_virtual): Add prototype arguments.
12644         (__bb_exit_func): Cast a sizeof to long when comparing against one.
12645         Cast a signed value to unsigned long when comparing against one.
12646         (new_eh_context): Wrap in _GTHREADS macro.
12647         (__sjthrow, __sjpopnthrow): Initialize variable `cleanup' at
12648         declaration.
12649         (in_reg_window): Mark parameters with __attribute__ ((__unused__)).
12650         (throw_helper): Initialize variables `handler_p' and `pc_p'.
12651
12652 1999-12-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12653
12654         * combine.c (record_promoted_value): Remove unused variable
12655         `links2'.
12656
12657         * emit-rtl.c (renumber_insns): Likewise for `old_max_uid'.
12658
12659         * global.c (record_conflicts): Likewise for `j'.
12660
12661         * genoutput.c (output_insn_data): Don't unnecessarily cast away
12662         const-ness.
12663
12664 1999-12-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12665
12666         * i386-protos.h (output_387_binary_op, output_fix_trunc,
12667         output_fp_compare): Constify a char*.
12668
12669         * i386.c (ix86_split_to_parts, ix86_safe_length_prefix): Add
12670         static prototypes.
12671         (override_options, ix86_comp_type_attributes, print_operand,
12672         output_387_binary_op, output_fix_trunc, output_fp_compare):
12673         Constify a char*.
12674         (ix86_sched_reorder): Mark parameter `clock_var' with
12675         ATTRIBUTE_UNUSED.
12676
12677         * i386.h (DEBUG_PRINT_REG): Constify a char*.
12678
12679 Fri Dec 10 16:12:13 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12680
12681         * tree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third
12682         operand, for use in the Java front-end.
12683
12684 1999-12-10  Ben Collins  <bcollins@debian.org>
12685
12686         * configure.in: Fix typo for "-64" in 64bit as check.
12687         * configure: Rebuilt.
12688
12689 1999-12-10  Jakub Jelinek  <jakub@redhat.com>
12690
12691         * longlong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT where
12692         appropriate.
12693
12694 1999-12-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12695
12696         * c-parse.in (string): With -Wtraditional, warn if ANSI string
12697         concatenation is utilized.
12698
12699         * invoke.texi (-Wtraditional): Document it.
12700
12701 1999-12-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12702
12703         * flow.c (flow_loops_dump): Avoid ANSI string concatenation.
12704         Cast a ptrdiff_t to long and pass it to printf with %ld.
12705
12706 1999-12-10  Geoff Keating  <geoffk@cygnus.com>
12707
12708         * config/m68k/m68k.h (CONDITIONAL_REGISTER_USAGE): If we have no
12709         68881, we have no 68881 registers at all.
12710         (HARD_REGNO_MODE_OK): It is always OK to put a MODE_FLOAT
12711         value in a 68881 register if it is available.
12712
12713 1999-12-10  Clinton Popetz  <cpopetz@cygnus.com>
12714
12715         * config/arm/arm.md (*mulsidi3adddi, *umulsidi3adddi): New patterns
12716         for long long multiply-accumulate.
12717
12718 1999-12-10  Bernd Schmidt  <bernds@cygnus.co.uk>
12719
12720         * loop.c (insert_loop_mem): Undo last change.
12721
12722 1999-12-10  David S. Miller  <davem@redhat.com>
12723
12724         * config/sparc/sparc.c (fp_sethi_p, fp_mov_p, fp_high_losum_p):
12725         New functions.
12726         * config/sparc/sparc-protos.h: Add them.
12727         * config/sparc/sparc.h: Add them to PREDICATE_CODES.
12728         (EXTRA_CONSTRAINT_BASE): New macro, handling Q, R, and S
12729         constraints which use those helpers.
12730         (EXTRA_CONSTRAINT): Use this new macro.
12731         * md.texi: Update sparc target constraints documentation.
12732         * config/sparc/sparc.md (clear_sf, clear_sfp, movsf_const_intreg,
12733         movsf_const_high, movsf_const_lo, movsf_insn): Delete.
12734         (movsf_insn_novis_liveg0, movsf_insn_novis_noliveg0,
12735         movsf_insn_vis, movsf_lo_sum, movsf_high): New patterns.
12736         (movsf high/lo_sum split): Rework for new patterns.
12737         (movsf expander): Allow storing fp_zero to memory if ! live_g0.
12738
12739 1999-12-09  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
12740
12741         * c-common.c (c_common_nodes_and_builtins):
12742         Create __builtin_ptrdiff_t and __builtin_size_t.
12743
12744 Thu Dec  9 18:05:48 1999  Jeffrey A Law  (law@cygnus.com)
12745
12746         * pa/elf.h (MAX_OFILE_ALIGNMENT): Define.
12747
12748 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12749
12750         * regclass.c (globalize_reg): Re-instate test that allows
12751         fixed registers to be declared as a variable even after functions
12752         are defined.
12753
12754 Fri Dec 10 00:52:13 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12755
12756         * i386.md (cpu attribute): Add "athlon".
12757         (athlon_decode): New attribute.
12758         (Athlon scheduling units definitions): New.
12759         (fcmp and shld patterns): Set athlon_decode to "vector".
12760         * i386.c (athlon_cost): New.
12761         (m_ATHLON): New.
12762         (x86_use_leave, x86_push_memory, x86_movx, x86_cmove, x86_deep_branch,
12763         x86_use_sahf): Set for Athlon.
12764         (x86_use_fiop): Unset for Athlon.
12765         (override_options): Define Athlon alignments and "athlon" name.
12766         (x86_adjust_cost): Penalize AGI and delayed latencies for Athlon.
12767         * i386.h (TARGET_ATHLON): New.
12768         (enum processor_type): Add PROCESSOR_ATHLON.
12769         (TARGET_CPU_DEFAULT_SPEC): Set to "-D__tune_athlon__"
12770         for CPU_DEFAULT==5
12771         (TARGET_CPP_CPU_SPECS): Set -D__tune_athlon__ for Athlon.
12772
12773 1999-12-09  Andreas Jaeger  <aj@suse.de>
12774
12775         * loop.c (record_biv): Declare parameter as int.
12776
12777         * config/i386/i386-protos.h: Declare long_memory_operand.
12778
12779 1999-12-09  Mark Mitchell  <mark@codesourcery.com>
12780
12781         * tree.c (copy_node): Do zero the TREE_CHAIN, even for an
12782         EXPR_WITH_FILE_LOCATION.
12783
12784 Thu Dec  9 11:36:24 MET 1999 Jan Hubicka  <hubicka@freesoft.cz>
12785
12786         * i386.md (neg??, abs?f, one_cmpl?i): Use nonimmediate_operand
12787         in expander.
12788
12789         * flow.c (recompute_reg_usage): Use basic block info to get loop_depth.
12790
12791         * combine.c (try_combine, distribute_notes): Remove REG_N_REFS
12792         updating code.
12793
12794 1999-12-09  Jakub Jelinek  <jakub@redhat.com>
12795
12796         * config/sparc/linux64.h (TARGET_DEFAULT): Make -mapp-regs
12797         default on linux64 again.
12798         * config/sparc/t-linux64: Add mno-app-regs and non-medlow code
12799         models for multilibing.
12800         * genmultilib: Accept | as alternative separator within a set in
12801         MULTILIB_OPTIONS.
12802
12803         * config/sparc/sparc.h (PROMOTE_FOR_CALL_ONLY): Define.
12804
12805         * calls.c (precompute_arguments): Make sure initial_value contains
12806         value pseudo which CSE expects.
12807         * cse.c (struct set): New entry orig_src.
12808         (cse_insn): Set it early on entry, use it for libcall EQUIV note
12809         replacement.
12810
12811 Wed Dec  8 22:24:15 1999  Richard Henderson  <rth@cygnus.com>
12812
12813         * flow.c (count_basic_blocks): Don't add (use (const_int 0)) insns.
12814
12815 1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
12816
12817         * loop.c (insert_loop_mem): Don't hoist volatile mems out of loops.
12818
12819 1999-12-08  Jakub Jelinek  <jakub@redhat.com>
12820
12821         * config/sparc/sparc.c (ultra_cmove_results_ready_p,
12822         ultra_fpmode_conflict_exists, ultra_flush_pipeline): Typo fix.
12823
12824         * config/sparc/sparc.h (SPARC_SETHI_P): Don't look at topmost 32 bits
12825         if TARGET_ARCH32.
12826
12827         * longlong.h: Merge in changes from glibc.
12828         Also don't clobber %g2 register in 32bit SPARC assembly, so that
12829         -mno-app-regs libgcc can be compiled.
12830         * libgcc2.c: Add defines so that the updated longlong.h
12831         can be used in libgcc2.a. Also, make sure on most architectures
12832         (at least on all which have optimized code in longlong.h defined
12833         for) {SI,W}_TYPE_SIZE is suitable for preprocessor tests.
12834
12835 1999-12-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12836
12837         * config/sparc/sol2-64.h: Same as sol2-sld-64.h, except that
12838         `-m EMULATION' is added to non-default LINK_ARCH_SPECs.
12839         * configure.in: Use sol2-64.h instead of sol2-sld-64.h if linker
12840         is GNU ld.
12841         * configure: Rebuilt.
12842
12843 Wed Dec  8 03:45:40 1999  Richard Henderson  <rth@cygnus.com>
12844
12845         * alpha.c (secondary_reload_class): For !BWX, sub-simode
12846         outputs require a register.
12847
12848 1999-12-08  Brendan Kehoe  <brendan@cygnus.com>
12849
12850         * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Add _sf_to_usi
12851         _df_to_usi.  Required by some targets, so US_SOFTWARE_GOFAST calls to
12852         functions like dptoul will be resolved.
12853         (libgcc2.a): Make sure that the object files from DPBIT are named
12854         differently (prefix `_dp') from those that would be coming from
12855         FPBIT.
12856
12857 1999-12-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>,  Jakub Jelinek  <jakub@redhat.com>
12858
12859         * configure.in: When target is sparc* and tm_file contains 64,
12860         test for 64bit support in assembler.  If not supported, remove
12861         sparc/t-sol2-64 from target-dependent Makefile fragments.
12862         (AS_SPARC64_FLAG): Define to the assembler flag for 64bit.
12863         (HAVE_AS_OFFSETABLE_LO10): Rework test to use these flags.
12864         (HAVE_AS_REGISTER_PSEUDO_OP): Use config.cache.
12865         * acconfig.h (AS_SPARC64_FLAG): Added.
12866         * configure, config.in: Rebuilt.
12867         * config/sparc/sol2-sld-64.h: Same as sol2.h, if without 64bit
12868         support.  Use AS_SPARC64_FLAG.
12869
12870 1999-12-07  Jakub Jelinek  <jakub@redhat.com>
12871
12872         * config/sparc/sparc.c (hard_32bit_mode_classes): Mark registers
12873         suitable for holding OFmode values so that gcc works with complex
12874         quad long doubles.
12875         (hard_64bit_mode_classes): Likewise.
12876
12877         * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): Fix pattern
12878         so that it is actually matched.
12879         (sethi_di_medlow): Likewise.
12880
12881         * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Consider TFmode 0.0L
12882         as legitimate constant if -mvis.
12883         * config/sparc/sparc.md (movtf): Likewise.
12884         (clear_sf): Use const_double_operand.
12885         (clear_sfp, clear_dfp, clear_tf, clear_tfp): New patterns.
12886
12887         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): New function.
12888         * config/sparc/sparc-protos.h (sparc_emit_float_lib_cmp): Prototype.
12889         * config/sparc/sparc.h (*_LIBCALL): Only use for _Q_*
12890         routines, _Qp_* cannot be handled like that now.
12891         (INIT_TARGET_OPTABS): Likewise.
12892         * config/sparc/sparc.md (cmptf): Accept soft float ARCH64.
12893         (seq, sne, sgt, sge, slt, sle, beq, bne, bgt, bge, blt, ble): Call
12894         sparc_emit_float_lib_cmp if ARCH64 and soft float.
12895         (extendsftf2, extenddftf2, trunctfsf2, trunctfdf2, floatsitf2,
12896         floatditf2, fix_trunctfsi2, fix_trunctfdi2, addtf3, subtf3, multf3,
12897         divtf3, sqrttf3): New expanders.
12898         (extendsftf2_hq, extenddftf2_hq, trunctfsf2_hq, trunctfdf2_hq,
12899         floatsitf2_hq, floatditf2_hq, fix_trunctfsi2_hq, fix_trunctfdi2_hq,
12900         addtf3_hq, subtf3_hq, multf3_hq, divtf3_hq, sqrttf3_hq): Rename from
12901         non-_hq patterns.
12902
12903         * configure.in (sparc64-*-linux*): Use posix threads if enabled.
12904         * configure: Rebuilt.
12905         * config/sparc/linux64.h: Default to -mcpu=ultrasparc if no
12906         -mcpu is given and we're doing 64bit compiles.
12907
12908 Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
12909
12910         * loop.h (struct induction): Add multi_insn_incr.
12911         * loop.c (basic_induction_var): New multi_insn_incr argument.
12912         Set it if we search back through previous insns for the biv.
12913         (record_biv): New multi_insn_incr argument; fill in struct induction.
12914         (strength_reduce): Discard an iv with multiple bivs, any of
12915         which require multiple insns to increment.
12916
12917 1999-12-07  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12918
12919         * invoke.texi (C Dialect Options): Remove -flang-c9x, add -std
12920         documentation.
12921
12922 1999-12-06  David S. Miller  <davem@redhat.com>
12923
12924         * combine.c (check_promoted_subreg): Do not conditionalize this upon
12925         PROMOTE_FUNCTION_RETURN.
12926
12927 Mon Dec  6 15:12:14 1999  Jim Wilson  <wilson@cygnus.com>
12928
12929         * regmove.c (optimize_reg_copy_1): If no REG_DEAD note, check for
12930         and handle REG_UNUSED note on insn.
12931
12932         * combine.c (force_to_mode, case LSHIFTRT): New local inner_mask.  Set
12933         inner_mask instead of mask.
12934
12935 1999-12-06  Brendan Kehoe  <brendan@cygnus.com>
12936
12937         * dwarf2out.c (field_byte_offset): As with dwarfout.c, size can be
12938         zero if there was an error.
12939
12940 1999-12-06  Jakub Jelinek  <jakub@redhat.com>
12941
12942         * config/sparc/sparc.md (return_losum_di): Fix typo in asm
12943         output string.
12944
12945         * longlong.h: Fix clobbers in SPARC asm statements.
12946
12947         * config/sparc/sparc.c (input_operand): Allow HImode and QImode
12948         valid sethi operations when TARGET_ARCH64.
12949
12950         * calls.c (save_fixed_argument_area): If save_mode is BLKmode,
12951         always use move_by_pieces to avoid infinite recursion.
12952         (restore_fixed_argument_area): Likewise.
12953
12954         * combine.c (check_promoted_subreg, record_promoted_value): New
12955         functions.
12956         (combine_instructions): Use them to retain nonzero and sign bit
12957         information after SUBREGs are eliminated by optimizations in
12958         this pass if PROMOTE_FUNCTION_RETURN.
12959
12960         * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): Document
12961         .register declaration. Don't use variables with __ prefixes.
12962
12963 Mon Dec  6 12:24:52 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12964
12965         * fold-const.c (optimize_bit_field_compare): Only use one mode
12966         for both RHS and LHS in non-constant case.
12967
12968 1999-12-06  Nathan Sidwell  <nathan@acm.org>
12969
12970         * frame.c (start_fde_sort): Only allocate erratic array, if
12971         linear one was allocated. Return allocated flag.
12972         (fde_insert): Only insert, if there's a valid array.
12973         (fde_end_sort): Split, sort and merge if linear and erratic
12974         arrays exist, else just sort linear one.
12975         (search_fdes): New function. Linear search through original fde
12976         structure.
12977         (frame_init): Permit multiple initializations. Cope with
12978         memory shortages.
12979         (find_fde): Fallback on linear search, if failed to sort array.
12980         (__deregister_frame_info): Only free sorted array, if we
12981         allocated it.
12982
12983 1999-12-06  Jakub Jelinek  <jakub@redhat.com>
12984
12985         * config/sparc/sparc.h (MUST_PASS_IN_STACK): New macro.
12986
12987 1999-12-05  Jakub Jelinek  <jakub@redhat.com>
12988
12989         * config/sparc/sparc.c (sparc64_initialize_trampoline): Use gen_flushdi.
12990
12991 1999-12-05  Mark Mitchell  <mark@codesourcery.com>
12992
12993         * tree.h (special_function_p): Declare.
12994         * calls.c (special_function_p): Make it global.  Don't take `name'
12995         as a parameter.  Fix typo in 1999-11-28 change.
12996         (expand_cal): Adjust.
12997
12998 1999-12-04  Mark Mitchell  <mark@codesourcery.com>
12999
13000         * tree.def (EXPR_WITH_FILE_LOCATION): Fix comment formatting.
13001         * tree.h (EXPR_WFL_FILENAME): Define in terms of
13002         EXPR_WFL_FILENAME_NODE.
13003         (EXPR_WFL_FILENAME_NODE): Use the second operand slot rather than
13004         the TREE_CHAIN.
13005         * print-tree.c (print_note): Print TREE_PRIVATE and
13006         TREE_PROTECTED.
13007
13008         * dwarf2out.c (add_abstract_origin_attribute): Don't abort when
13009         the original die cannot be found.
13010
13011         * varray.h (varray_head_tag): Add elements_used.
13012         (VARRAY_PUSH): New macro.
13013         (VARRAY_POP): Likewise.
13014         (VARRAY_TOP): Likewise.
13015         Add variants of VARRAY_PUSH and VARRAY_POP for all varray element
13016         types.
13017         * varray.c (varray_init): Initialize elements_used.
13018         * Makefile.in (BASIC_BLOCK_H): Add varray.h.
13019         (INTEGRATE_H): New variable.
13020         (integrate.o): Depend on INTEGRATE_H.
13021         (unroll.o): Likewise.
13022
13023         * function.h (insert_block_after_note): Declare.
13024         * function.c (insert_block_after_note): Split out from ...
13025         (retrofit_block): ... here.
13026
13027         * stmt.c (expand_fixup): Fix typo in comment.
13028
13029 Sat Dec  4 14:13:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13030
13031         * regmove.c (copy_src_to_dest): Remove loop_depth parameter.
13032         (optimize_reg_copy_1): Remove REG_N_REFS updating code.
13033         (optimize_reg_copy_2, copy_src_to_dest, fixup_match_2): Likewise.
13034         (regmove_optimize, fixup_match_1): Likewise.
13035
13036 1999-12-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13037
13038         * flow.c (flow_loops_dump): Add missing argument when calling
13039         flow_loop_nested_p.
13040
13041 1999-12-04  Geoffrey Keating  <geoffk@cygnus.com>
13042             Greg McGary  <gkm@gnu.org>
13043
13044         * c-common.c (enum attrs): Add A_NO_LIMIT_STACK.
13045         (init_attributes): Add A_NO_LIMIT_STACK.
13046         (decl_attributes): Handle A_NO_LIMIT_STACK.
13047         * c-decl.c (duplicate_decls): Handle DECL_NO_LIMIT_STACK.
13048         * explow.c (allocate_dynamic_stack_space) [!HAVE_allocate_stack]:
13049         Handle stack bounds checking.
13050         * flags.h (flag_stack_check): Use the word 'probe' rather than
13051         'check', because the flag doesn't actually cause any checking to
13052         be done.
13053         * function.c (expand_function_start): Set
13054         current_function_limit_stack.
13055         * function.h (struct function): Add limit_stack.
13056         (current_function_limit_stack): Define.
13057         * invoke.texi (Code Gen Options): Document new options.
13058         * rtl.h: Declare stack_limit_rtx.
13059         * toplev.c (stack_limit_rtx): New variable.
13060         (decode_f_option): Handle new options -fstack-limit-register=REG,
13061         -fstack-limit-symbol=IDENT, -fno-stack-limit.
13062         (main): Add stack_limit_rtx as GC root.
13063         * tree.h (DECL_NO_LIMIT_STACK): New macro.
13064         (struct tree_decl): New member no_limit_stack.
13065
13066         * config/rs6000/rs6000.c (rs6000_allocate_stack_space): Handle
13067         stack_limit_rtx.
13068         * config/rs6000/rs6000.md (allocate_stack): Handle stack_limit_rtx.
13069         (conditional_trap+1): Get new mnemonic correct.
13070         (conditional_trap+2): New pattern for DImode traps.
13071
13072         * config/m68k/m68k.c (output_function_prologue): Handle
13073         stack_limit_rtx.
13074         * config/m68k/m68k.md (trap): New insn.
13075         (conditional_trap): New insn.
13076         * md.texi (Standard Names): Document `trap' and
13077         `conditional_trap'.
13078         * optabs.c (gen_cond_trap): Use start_sequence()/end_sequence()
13079         so a cc0 setter doesn't get emitted at some random place in the
13080         function.
13081
13082         * config/i960/i960.md (trap): New insn.
13083         (conditional_trap): New expander.
13084         (conditional_trap+1, conditional_trap+2): New insns for signed
13085         and unsigned cases.
13086         * config/i960/i960.c (i960_function_prologue): Use
13087         STARTING_FRAME_OFFSET.  Handle stack_limit_rtx.
13088
13089 Thu Dec  2 21:22:45 1999  Greg McGary  <gkm@gnu.org>
13090                           Geoffrey Keating  <geoffk@cygnus.com>
13091
13092         * flags.h (warn_padded, warn_packed): Add global var decls.
13093         * toplev.c (warn_padded, warn_packed): Add global var defns.
13094         (W_options): Add warnings `-Wpacked' and `-Wpadded'.
13095         * stor-layout.c (layout_record): Add local variable `type'
13096         to hold often-used TREE_TYPE (field).  Add local variable
13097         `unpacked_align' to hold alignment that would be in force
13098         if no `packed' attribute were present.  Warn if `packed' attribute
13099         is unnecessary, or even harmful.  Warn when gcc inserts padding
13100         to satisfy alignment requirements of members.  Use NULL_TREE
13101         when checking whether var_size is set.
13102         * invoke.texi: Document new flags.
13103
13104 1999-12-03  Nathan Sidwell  <nathan@acm.org>
13105
13106         * frame.c (fde_split): Reimplement to avoid variable sized array.
13107
13108 Thu Dec  2 18:59:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13109
13110         * combine.c (try_combine): Before fixing up LOG_LINKS for the
13111         i3_subst_into_i2 case, check that GET_CODE (PATTERN (i2)) == PARALLEL.
13112
13113 1999-12-02  Gavin Romig-Koch  <gavin@cygnus.com>
13114
13115         * invoke.texi: Document the mips option -mno-crt0
13116
13117 1999-12-02  Mike Karr  <mkarr@mathworks.com>
13118
13119         * cccp.c (argdata): Added free_ptr member.
13120         (macroexpand): Initialize free_ptr of each argument. When an
13121         argument's buffers are freed, if the argument's free_ptr corresponds
13122         to a buffer on the input stack, then return the free_ptr to that stack
13123         frame, otherwise, free it.
13124         (macarg): If an argument begins and ends on the same input stack level,
13125         then transfer the free_ptr of that buffer to the argument in case
13126         the stack is popped during the processing of a subsequent argument.
13127
13128 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
13129
13130         * loop.c (note_reg_stored): New function.
13131         (struct note_reg_stored_arg): New structure.
13132         (try_copy_prop): Change to be more conservative; only replace within
13133         one extended basic block and stop replacing if a store to the
13134         replacement reg is seen.
13135
13136 1999-12-02  Nick Clifton  <nickc@cygnus.com>
13137
13138         * config/fp-bit.c: Initialise all fields of the NAN
13139         constants.
13140
13141         * c-lex.c (check_newline): Pass pragma_getc and pragma_ungetc
13142         to HANDLE_PRAGMA.
13143
13144 Wed Dec  1 18:16:38 1999  Jan Hubicka  <hubicka@freesoft.cz>
13145
13146         * i386.md (extend?f?f2): Force the input into a register, not
13147         the output.
13148
13149 1999-12-01  Jakub Jelinek  <jakub@redhat.com>
13150
13151         * config/sparc/sparc.md (movsf_const_intreg): Add constraints for
13152         regclass' sake.
13153         (movdf_const_intreg_sp32): Likewise. Prefer the memory load
13154         alternative because setting up 64bit constant is usually costly,
13155         especially when reload is in progress or completed.
13156         (movdf_const_intreg_sp64): Likewise.
13157         (movdf_const_intreg split): Fix building up constants when
13158         HOST_BITS_PER_WIDE_INT is 64 yet long is 32bit.
13159
13160 Wed Dec  1 16:51:22 1999  Jeffrey A Law  (law@cygnus.com)
13161
13162         * combine.c (if_then_else_cond): Use const_true_rtx instead of
13163         const1_rtx for return values in EQ/NE comparison against (const_int 0)
13164         case.
13165
13166         * mn10300.c (REG_SAVE_BYTES): Allocate space for AM33 registers.
13167         (asm_file_start): Emit .am33 into assembly file when compiling for
13168         the AM33.
13169         (print_operand_address): Handle POST_INC addresses.
13170         (can_use_return_insn, initial_offset): Check AM33 registers too.
13171         (expand_prologue): Check & save AM33 registers too.
13172         (expand_epilogue): Similarly.
13173         (secondary_reload_class): Handle AM33 specific secondary reloads.
13174         (output_tst): Emit efficient code for the AM33 too.
13175         * mn10300.h (CPP_SPEC, TARGET_AM33): Define.
13176         (TARGET_SWITCHES): Add -mam33 switch.
13177         (FIRST_PSEUDO_REGISTER): Handle new AM33 registers.
13178         (FIXED_REGISTERS, CALL_USED_REGISTERS): Likewise.
13179         (REG_ALLOC_ORDER, CONDITIONAL_REGISTER_USAGE): Likewise.
13180         (HARD_REGNO_MODE_OK, MODES_TIEABLE_P): Likewise.
13181         (enum reg_class, REG_CLASS_NAMES): Likewise.
13182         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Likewise.
13183         (INDEX_REG_CLASS, REG_CLASS_FROM_LETTER): Likewise.
13184         (REGNO_OK_FOR_INDEX_P, PREFERRED_RELOAD_CLASS): Likewise.
13185         (PREFERRED_OUTPUT_RELOAD_CLASS, LIMIT_RELOAD_CLASS): Likewise.
13186         (REGISTER_MOVE_COST, REGISTER_NAMES): Likewise.
13187         (HAVE_POST_INCREMENT): Define.
13188         (GO_IF_LEGITIMATE_ADDRESS): Allow POST_INC addresses for the AM33.
13189         (GO_IF_MODE_DEPENDENT_ADDRESS): POST_INC is a mode dependent address.
13190         * mn10300.md (movqi, movhi, addsi, subsi): Add AM33 variants.
13191         (mulsi, andsi, iorsi, xorsi, notsi): Likewise.
13192         (ashiftsi, lshiftrtsi, ashiftrtsi): Likewise.
13193         (zero_extend to SI from QI/HI): Likewise.
13194         (sign_extend to SI from QI/HI): Likewise.
13195         (mulsidi3, umulsidi3): New patterns for the AM33.
13196         (tstsi with zero extension from QI/HI): Add AM33 variants.
13197         (movsi, movsf, movdi, movdf): Generate efficient code for the AM33 too.
13198         (return_internal_regs, store_movm): Handle new AM33 registers.
13199         * t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Define.
13200         (LIBGCC, INSTALL_LIBGCC): Likewise.
13201         * invoke.texi: Document new flags.
13202
13203 Fri Nov 26 10:59:12 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13204
13205         * i386.md (addsi3_cc): Add "binary_operator_ok" to the condition.
13206         (addsi3_carry): Likewise.
13207         (sbbsi3_cc): Add "binary_operator_ok" to the condition.
13208         (sbbsi3_carry): Likewise.
13209         (mulsi3): Rewrite to expander, ensure that only one operand is memory.
13210         (mulhi3): Likewise.
13211         (test?i_1): Ensure that only one operand is memory.
13212         (conditional move patterns): likewise.
13213         (shift and rotate patterns): Rewrite to expander, add
13214         "binary_operator_ok" to the condition.
13215
13216         * i386.md (QImode patterns): Remove '*' before the 'r' constraints.
13217         * i386.h (procesor_costs): Add movzbl_load field.
13218         (HARD_REGNO_MODE_OK): Accept QImode on non PARTIAL_REGISTER_STALL in
13219         non-Q registers, accept DImode registers anywhere.
13220         (Q_CLASS_P): New.
13221         (MEMORY_MOVE_COST): Calculate QImode moves correctly.
13222         * i386.c (*_cost): Set value for movxbl_load field.
13223
13224         * (addsi): New add to lea splitter.
13225         (ashlsi): Likewise.
13226         (lea to add/shift peep2): New.
13227
13228 1999-12-01  Mark Salter <msalter@cygnus.com>
13229
13230         * config/mips/elf.h (STARTFILE_SPEC): Add no-crt0.
13231         * config/mips/elf64.h (STARTFILE_SPEC): Add no-crt0.
13232         * config/mips/mips.h (TARGET_SWITCHES): Add no-crt0.
13233
13234 Tue Nov 30 15:20:52 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13235
13236         * i386.c (ix86_expand_move): Never add clobbers to move patterns.
13237         * i386.md (movsi_xor): New.
13238         (movsi_or): New.
13239         (movsi_1, movhi_1, movqi_1): Remove.
13240         (movsi_2): Rename to movsi_1.
13241         (movhi_2): Rename to movhi_1.
13242         (movqi_2): Rename to movqi_1.
13243         (movdi_1): Remove; remove splitter.
13244         (movdi_2): Rename to movdi_1.
13245         (divmodsi4 splitter): Do not emit clobbers for move patterns.
13246         (long move peep2): Do not create QI or HI mode mov0s
13247         (mov -1,reg -> or peep2s): Enable again, rewrite to single peephole.
13248
13249         * i386.md (zero_extend?i?i2): Rewrite to expanders; new patterns,
13250         rewrite splitters.
13251
13252         * i386.md (neg?f2_if): Split "r" and "f" to separate alternatives.
13253         (abs?f2_if): Likewise.
13254
13255 1999-11-30  Alex Samuel  <samuel@codesourcery.com>
13256
13257         * ggc.h (ggc_test_and_set_mark): New macro.
13258         (ggc_mark_rtx): Use ggc_test_and_set_mark.
13259         (ggc_mark_tree): Likewise.
13260         (ggc_mark_rtvec): Likewise.
13261         * ggc-common.c (ggc_mark_rtx_children): Reduce recursion.
13262
13263 1999-11-30  Jason Merrill  <jason@casey.cygnus.com>
13264
13265         * dwarf2out.c (scope_die_for): Only handle types.  Only search for
13266         containing types.
13267         (decl_scope_table): Just an array of trees now.
13268         (push_decl_scope): Simplify.
13269         (dwarf2out_init): Adjust.
13270         (local_scope_p): New fn.
13271         (gen_inlined_enumeration_type_die): Don't call scope_die_for.
13272         (gen_inlined_union_type_die, gen_inlined_structure_type_die): Likewise.
13273         (gen_typedef_die): Likewise.
13274         (gen_lexical_block_die): Don't call push/pop_decl_scope.
13275         (gen_inlined_subroutine_die): Likewise.
13276         (gen_abstract_function): Set current_function_decl temporarily.
13277         (gen_subprogram_die): Don't check DECL_ABSTRACT to set declaration.
13278         Handle block extern declarations.  Don't call push/pop_decl_scope.
13279         (gen_decl_die): Fix logic for block externs.
13280
13281 1999-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13282
13283         * calls.c (special_function_p): Remove `realloc' and add `strdup'
13284         to the list of functions which have attribute malloc by default.
13285
13286 1999-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13287
13288         * c-lex.c (yylex): With -Wtraditional, when the ANSI type of an
13289         integer constant does not match the traditional type, limit the
13290         warnings to cases where the base of the type is ten.
13291
13292         * invoke.texi (-Wtraditional): Document it.
13293
13294 Tue Nov 30 15:18:35 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13295
13296         * combine.c (try_combine): Only pass SET or CLOBBER to SET_DEST
13297         * rs6000.md: Only access a CONST_INT with INTVAL
13298
13299 Tue Nov 30 14:21:00 1999  Richard Henderson  <rth@cygnus.com>
13300
13301         * lcm.c (compute_laterin): Cast bb->aux to size_t not int.
13302         (compute_nearerout): Likewise.
13303         * ggc-page.c (ggc_page_print_statistics): Explicitly cast
13304         size_t to unsigned long for formatting.
13305
13306 1999-11-30  Jakub Jelinek  <jakub@redhat.com>
13307
13308         * config/sparc/sparc.h (FIXED_REGISTERS, CONDITIONAL_REGISTER_USAGE):
13309         Allow the user to override call-used/fixed state of %g2-5
13310         registers from the command line (with the exception of %g4 for
13311         embedded model).
13312         (REG_LEAF_ALLOC_ORDER): Move %g1 and %g4-7 registers to front, so that
13313         there is a higher chance of having a leaf function.
13314         (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Provide separate macros
13315         for ARCH64 which has %ccr register.
13316         * config/sparc/sparc.md (return_losum_si, return_losum_di): New
13317         patterns.
13318         * config/sparc/sparc.c (eligible_for_epilogue_delay): For the return
13319         insn accept into delay slot any insn which does not use %[ol]
13320         registers.  Accept some LO_SUM and shift left by 1 for the normal
13321         restore case.
13322         (output_function_epilogue): Likewise.
13323         (epilogue_renumber): Added argument which inhibits any renumbering
13324         and just tests if the rtx does not use any %[ol] registers.
13325         (output_return): Reflect above change.
13326
13327 1999-11-30  Jakub Jelinek  <jakub@redhat.com>
13328
13329         * config/sparc/sparc.c (sparc_va_arg): Fix sparc64 va_arg
13330         aggregate passing for sizes <= 16 bytes.
13331
13332 1999-11-30  Bernd Schmidt  <bernds@cygnus.co.uk>
13333
13334         * cse.c (FIXED_REGNO_P): Delete tests for OVERLAPPING_REGNO_P.
13335         * global.c (global_alloc): Delete [OVERLAPPING_REGNO_P] code.
13336         * reload.c (find_dummy_reload): Likewise.
13337         (find_equiv_reg): Likewise; also for INSN_CLOBBERS_REGNO_P.
13338         * reload1.c (reload_as_needed): Likewise.
13339         * stupid.c (stupid_find_reg): Likewise.
13340         * tm.texi (Obsolete Register Macros): Delete section.
13341         * gmicro.h: Remove all traces of the two macros.
13342         * i386.h: Likewise.
13343         * m88k.h: Likewise.
13344         * mips.h: Likewise.
13345
13346 1999-11-30  Brendan Kehoe  <brendan@cygnus.com>
13347
13348         * sparc.h (MASK_FASTER_STRUCTS, TARGET_FASTER_STRUCTS): Define.
13349         (TARGET_SWITCHES): Add -mfaster-structs/-mno-faster-structs flags.
13350         (ROUND_TYPE_ALIGN): Use better value if -mfaster-structs.
13351         * sparc.md (sparclite86x_branch, sparclite86x_shift): New function
13352         units for the sparclite86x chip.
13353         (flush): Revert October 14th change; add SImode specifically.
13354         (flushdi): Copy of flush, but DImode, to avoid genrecog warnings.
13355         * invoke.texi: Document it.
13356
13357 Tue Nov 30 14:58:14 1999  Nick Clifton  <nickc@cygnus.com>
13358
13359         * config/mn10200/mn10200.h (PREDICATE_CODES): Add
13360         psimode_truncation_operand.
13361
13362         * config/mn10200/mn10200.c (psimode_truncation_operand): New
13363         function.  Return true if the operand is either a MEM valid
13364         for a PSImode address or not a MEM at all.
13365
13366         * config/mn10200/mn10200.md (truncsipsi2): Use
13367         psimode_truncation_operand.
13368
13369 1999-11-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13370
13371         * flow.c (flow_nodes_print, flow_loops_cfg_dump): New functions.
13372         (flow_loop_nested_p, flow_loops_dump, flow_loops_free): Likewise.
13373         (flow_loop_exits_find, flow_loop_nodes_find): Likewise.
13374         (flow_depth_first_order_compute, flow_loop_pre_header_find): Likewise.
13375         (flow_loop_tree_node_add, flow_loops_tree_build): Likewise.
13376         (flow_loop_level_compute, low_loops_level_compute): Likewise.
13377         (flow_loops_find, flow_loop_outside_edge_p): Likewise.
13378         * basic-block.h: Protect from multiple inclusion.
13379         (flow_loops_find, flow_loops_free, flow_loop_dump): Add protoypes.
13380         (struct loops, struct loop): Define structures.
13381         * sbitmap.c (sbitmap_a_subset_b_p): New function.
13382         * sbitmap.h: Protect from multiple inclusion.
13383         (sbitmap_a_subset_b_p): Add prototype.
13384         * Makefile.in (LOOP_H): New macro.
13385         (stmt.o, integrate.o, loop.o, unroll.o): Replace loop.h with LOOP_H.
13386
13387 Tue Nov 30 01:34:47 1999  Philippe De Muyter  <phdm@macqel.be>
13388
13389         * cppinit.c (CAT): The argument list of this macro may not contain
13390         spaces !
13391
13392 1999-11-29  David S. Miller  <davem@redhat.com>
13393
13394         Move quantity tables and register equivalence chains into
13395         per-qty and per-register structure arrays respectively.
13396         * cse.c (qty_first_reg, qty_last_reg, qty_mode, qty_const,
13397         qty_const_insn, qty_comparison_code, qty_comparison_const,
13398         qty_comparison_qty): Delete, replace with...
13399         (qty_table): this structure table.
13400         (reg_next_eqv, reg_prev_eqv): Delete, replace with...
13401         (reg_eqv_table): this structure table.
13402         (make_new_qty): Add argument MODE.  Caller updated.
13403         Update to use qty_table and reg_eqv_table.
13404         (make_regs_eqv, delete_reg_equiv, insert_regs,
13405         insert, exp_equiv_p, cse_rtx_varies_p, canon_reg,
13406         fold_rtx, equiv_constant, record_jump_cond, cse_insn,
13407         cse_process_notes, cse_main, cse_basic_block): Likewise.
13408
13409 Mon Nov 29 16:56:42 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13410
13411         * fold-const.c (extract_muldiv, case {MIN,MAX}_EXPR): Reverse
13412         operation if C is negative.
13413         (extract_muldiv, case SAVE_EXPR): Supresss if arg has side effects.
13414         (extract_muldiv, case {PLUS,MINUS}_EXPR): Don't apply distributive
13415         law for some divisions if constant is negative and change other
13416         divisions to the opposite rounding.
13417
13418         * expr.c (store_constructor_field): If bit position is not multiple
13419         of alignment of TARGET's mode, use BLKmode.
13420
13421         * expr.c (expand_expr_unaligned): Add more code from full case
13422         that is needed when OP0 is in a register.
13423
13424 Mon Nov 29 18:09:39 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13425
13426         * dwarfout.c (field_byte_offset): Size can be zero if there was
13427         an error.
13428
13429 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
13430
13431         * fold-const.c (split_tree): Delete unused vars ORIG_IN and TYPE.
13432         (associate_trees): Delete unused var TEM.
13433         (extract_muldiv): Delete unused var CANCEL_P.
13434
13435         * fold-const.c [TARGET_FLOAT_FORMAT != IEEE_FLOAT_FORMAT]
13436         (target_isinf, target_isnan, target_negative): Add return types to
13437         function definitions.
13438
13439 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
13440
13441         * fixinc/fixincl.c(process): don't skip GLIBC files any more.
13442         * fixinc/hackshell.tpl: ditto
13443         * fixinc/fixtests.c(double_slash_test): more C++ header testing
13444         * fixinc/inclhack.def(AAB_fd_zero_glibc*): corrected spelling of mach
13445
13446 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
13447
13448         * reload.c (push_reload): When looking for a register to put into
13449         reg_rtx, make sure all hard regs in a multi-reg register are in the
13450         right class and nonfixed.
13451
13452         * haifa-sched.c (reg_last_uses, reg_last_sets, reg_last_clobbers,
13453         pending_read_insns, pending_write_insns, pending_read_mems,
13454         pending_write_mems, pending_list_length, last_pending_memory_flush,
13455         last_function_call, sched_before_next_call): Move static variables
13456         into a structure.
13457         (bb_ prefixed versions): Replace with single array bb_deps.
13458         (struct deps): New structure.
13459         (add_insn_mem_dependence, flush_pending_lists, sched_analyze_1,
13460         sched_analyze_2, sched_analyze_insn, sched_analyze): Accept new
13461         argument of type "struct deps *"; use that instead of global
13462         variables.  All callers changed.
13463         (init_rgn_data_dependencies): Delete function.
13464         (init_rtx_vector): Delete function.
13465         (init_deps): New function.
13466
13467         (free_pending_lists): Simplify, we always use the bb_deps array even
13468         if only one basic block.
13469         (compute_block_backward_dependences): Likewise.
13470         (schedule_region): Likewise.
13471
13472         (propagate_deps): New function, broken out of
13473         compute_block_backward_dependences.
13474         (compute_block_backward_dependences): Use it.
13475
13476         * alpha.md: Delete useless patterns that tried to work around
13477         register elimination problems.
13478
13479         * unroll.c (loop_iterations): Don't abort if iteration variable
13480         was made by loop.
13481
13482         From Joern Rennecke:
13483         * reload1.c (reloads_conflict): Reverse test comparing operand
13484         numbers when testing for conflict between output/outaddr reloads.
13485
13486 1999-11-29  David S. Miller  <davem@redhat.com>
13487
13488         * config/sparc/sparc.c (init_cumulative_args): Fix type of third
13489         arg.
13490         * config/sparc/sparc-protos.h: Update proto, move into RTX_CODE.
13491
13492 1999-11-28  Robert Lipe  <robertl@cygnus.com>
13493
13494         * i386/sco5.h (FINI_SECTION_ASM_OP_COFF): Move destructor fn
13495         table from .fini into .dtor.
13496
13497 1999-11-28  Anthony Green  <green@cygnus.com>
13498
13499         * tree.h (struct tree_decl): Add malloc_flag.
13500         (DECL_IS_MALLOC): Define.
13501         * c-common.c (attrs): Add A_MALLOC attribute.
13502         (init_attributes): Add this attribute to the table.
13503         (decl_attributes): Handle malloc attribute.
13504         * calls.c (special_function_p): Check for the malloc attribute.
13505         * extend.texi (Function Attributes): Document malloc attribute.
13506
13507 Sun Nov 28 13:21:00 1999  Jeffrey A Law  (law@cygnus.com)
13508
13509         * pa.md (reload shift-add patterns): Remove.
13510
13511 1999-11-28 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13512
13513         * reorg.c (dbr_schedule) Print more statistics. Corrected
13514         problem when printing info when 3 delay slots are filled.
13515
13516 1999-11-28  Jakub Jelinek  <jakub@redhat.com>
13517
13518         * combine.c (setup_incoming_promotions): Pass an outgoing
13519         regno to FUNCTION_ARG_REGNO_P which it expects.
13520
13521 1999-11-28  Andreas Jaeger  <aj@suse.de>
13522
13523         * mips/linux.h (CPP_PREDEFINES): Undefine before redefining.
13524
13525 Sun Nov 28 00:48:15 1999  Philippe De Muyter  <phdm@macqel.be>
13526
13527         * cccp.c (do_include): Avoid initialization of automatic variable.
13528
13529         * integrate.c (mark_stores): Function definition made void, to match
13530         previous declaration.
13531         * regclass.c (dump_regclass): Ditto.
13532         * Makefile.in (WARN_CFLAGS): Macro augmented by `-Wtraditional'.
13533
13534 Sat Nov 27 08:38:26 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13535
13536         * expr.c (store_constructor): Use EXACT_DIV_EXPR when dividend is
13537         known to be multiple of divisor.
13538
13539         * expr.c (store_constructor): Don't clobber TARGET if CLEARED.
13540
13541         * combine.c (try_combine): Add code to try to merge a set of a
13542         two-word pseudo to a constant with a setting of one of those words
13543         to a constant.
13544
13545         * fold-const.c (negate_expr, associate_trees, extract_muldiv): New.
13546         (split_tree): Completely rework to make more general.
13547         (make_range, fold): Call negate_expr.
13548         (fold, case NEGATE_EXPR): Simplify -(a-b) is -ffast-math.
13549         (fold, associate): Call new split_tree and associate_trees.
13550         (fold, case MULT_EXPR, case *_{DIV,MOD}_EXPR): Call extract_muldiv.
13551
13552 1999-11-26  Bernd Schmidt  <bernds@cygnus.co.uk>
13553
13554         * loop.c (try_copy_prop): Avoid GNU C extension.
13555
13556 1999-11-25  Mark Mitchell  <mark@codesourcery.com>
13557
13558         * except.c (init_eh_for_function): Still zero eh_return_context,
13559         eh_return_stack_adjust, and eh_return_handler.
13560
13561         * except.h (eh_status): Adjust documentation for x_protect_list.
13562         (begin_protect_partials): New function.
13563         * except.c (enqueue_eh_entry): Fix formatting.
13564         (get_first_handler): Add consistency check.
13565         (add_partial_entry): Adjust usage of protect_list.
13566         (emit_cleanup_handler): Save and restore ehqueue.
13567         (expand_start_all_catch): Add comment.
13568         (begin_protect_partials): New function.
13569         (end_protect_partials): Adjust usage of protect_list.
13570         (init_eh_for_function): Use xcalloc.
13571
13572 1999-11-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13573
13574         * c-common.c (check_format_info): Don't call a variadic function
13575         with a non-literal format string.
13576
13577         * c-decl.c (grokdeclarator, start_struct, finish_struct): Likewise.
13578
13579         * c-typeck.c (build_component_ref, build_unary_op, lvalue_or_else,
13580         pedantic_lvalue_warning, error_init, pedwarn_init, warning_init):
13581         Likewise.
13582
13583         * cccp.c (check_macro_name, do_xifdef, vwarning_with_line):
13584         Likewise.
13585
13586         * collect2.c (collect_wait): Likewise.
13587
13588         * dbxout.c (dbxout_type): Likewise.
13589
13590         * gcc.c (do_spec_1): Likewise.
13591
13592         * genemit.c (gen_insn, gen_expand): Likewise.
13593
13594         * genrecog.c (write_switch, write_subroutine): Likewise.
13595
13596         * mips-tfile.c (catch_signal, botch): Likewise.
13597
13598         * print-rtl.c (print_rtx): Likewise.
13599
13600         * toplev.c (default_print_error_function, report_error_function,
13601         _fatal_insn): Likewise.
13602
13603 1999-11-25  Mark Mitchell  <mark@codesourcery.com>
13604
13605         * tree.c (unsave_expr_now): Handle NULL_TREE as input.
13606
13607 Wed Nov 24 17:08:09 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13608
13609         * reg-stack.c (subst_stack_regs_pat): Swap operands in commutative
13610         operations when needed.
13611         * i386.md (fop_?f_comm): New.
13612         (fop_?f_1): Do not accept commutative operands.
13613
13614 1999-11-25  Andreas Jaeger  <aj@suse.de>
13615
13616         * config/mips/mips.md (casesi_internal): Add missing brace.
13617
13618 1999-11-25  Jason Merrill  <jason@casey.cygnus.com>
13619
13620         * dwarf2out.c (pend_type, output_pending_types_for_scope): Lose.
13621         (splice_child_die): Handle moving a child DIE from the declaration
13622         DIE of a class to its specification.
13623         (gen_struct_or_union_type_die): Use 'complete' consistently.
13624         (gen_decl_die): Generate the virtual context DIE first.
13625         Use decl_ultimate_origin instead of DECL_ABSTRACT_ORIGIN.
13626
13627 1999-11-24  Gavin Romig-Koch  <gavin@cygnus.com>
13628
13629         * config/mips/mips.md (call_value_multiple_interanal1): New.
13630
13631 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
13632
13633         * dwarf2out.c (free_AT, free_die): New fns.
13634         (remove_children): Call them.
13635         (output_line_info): Disable removal of duplicate notes.
13636
13637         Generate minimal debug info for types with TYPE_DECL_SUPPRESS_INFO set.
13638         * dwarf2out.c (gen_struct_or_union_type_die): TYPE_DECL_SUPPRESS_INFO
13639         means pretend the type isn't defined.
13640         Don't defer emitting types.
13641         (gen_type_die_for_member): New fn.
13642         (gen_decl_die): Call it.
13643         (splice_child_die): New fn.
13644         (gen_member_die): Call it rather than generate duplicate dies.
13645
13646         Defer emitting information for the abstract instance of an inline
13647         until we either inline it or emit an out-of-line copy.
13648         * dwarf2out.c (decl_ultimate_origin): Ignore DECL_ABSTRACT_ORIGIN
13649         from output_inline_function if DECL_ABSTRACT is also set.
13650         (block_ultimate_origin): Likewise.
13651         (gen_abstract_function): New fn.
13652         (gen_decl_die, gen_inlined_subroutine_die): Call it.
13653         (gen_subprogram_die):  An abstract instance is not a declaration
13654         just because it doesn't match current_function_decl.  Don't abort
13655         because DECL_DEFER_OUTPUT isn't set.  Do abort if a declaration
13656         has an abstract origin.
13657         * toplev.c (rest_of_compilation): Don't emit dwarf2 info for the
13658         abstract instance here.
13659
13660 Wed Nov 24 18:39:18 1999  Andrew Haley  <aph@cygnus.com>
13661
13662         * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Add the case
13663         where we need to reload fpul from a system register.
13664
13665 1999-11-24  Andreas Jaeger  <aj@suse.de>
13666
13667         * config/mips/linux.h (CPP_PREDEFINES): Added.
13668         (LINK_SPEC): Remove -Y since this is only needed on sparc.
13669
13670 1999-11-24  Andreas Jaeger  <aj@suse.de>
13671
13672         * config/mips/linux.h (TARGET_VERSION): Added.
13673         (HANDLE_SYSV_PRAGMA): Added.
13674         (DEFAULT_VTABLE_THUNKS): Added.
13675
13676 Wed Nov 24 14:12:15 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13677
13678         * local-alloc.c (qty): New structure and static variable.
13679         (qty_phys_reg): Remove, all references changed to qty.
13680         (qty_n_refs): Likewise.
13681         (qty_min_class): Likewise.
13682         (qty_birth): Likewise.
13683         (qty_death): Likewise.
13684         (qty_size): Likewise.
13685         (qty_mode): Likewise.
13686         (qty_n_calls_crossed): Likewise.
13687         (qty_alternate_class): Likewise.
13688         (qty_changes_size): Likewise.
13689         (qty_first_reg): Likewise.
13690         (alloc_qty): Rename variable QTY to QTYNO.
13691         (finf_free_reg): Likewise.
13692         (local_alloc): Allocate qty, do not allocate the removed variables.
13693
13694 Wed Nov 24 17:26:05 1999  Geoffrey Keating  <geoffk@cygnus.com>
13695
13696         * config/mips/mips.h (ASM_SPEC): Don't pass -G to the assembler
13697         when -membedded-pic is passed.
13698
13699         * config/mips/mips.md (casesi): Handle 64-bit case too.
13700         (casesi_internal_di): New insn.
13701
13702         * config/mips/mips.c (embedded_pic_offset): Always make the
13703         embedded-pic subtractions relative to the name of the current
13704         function by use of the magic string "..CURRENT_FUNCTION".
13705         * config/mips/mips.h (ASM_OUTPUT_LABELREF): Make the magic happen.
13706
13707 1999-11-24  Geoffrey Keating  <geoffk@cygnus.com>
13708
13709         * config/mips/mips.md (div_trap_normal): Don't ask for the REGNO
13710         of (const_int 0), when what we really care about is
13711         whether it's a zero constant anyway.
13712         (div_trap_mips16): Likewise.
13713
13714 1999-11-23  Mark Mitchell  <mark@codesourcery.com>
13715
13716         * loop.c (loop_optimize): Always find_loop_tree_blocks and
13717         unroll_block_trees when generating debuggable code.
13718
13719         * tree.h (unsave_expr_1): New function.
13720         (lang_unsave): New variable.
13721         (get_callee_fndecl): New function.
13722         * tree.c (unsave_expr_now_r): New function.
13723         (lang_unsave): Define.
13724         (unsave_expr_1): Likewise.
13725         (unsave_expr_now_r): Split out from unsave_expr_now.
13726         (unsave_expr_now): Call lang_unsave if it is non-NULL.  Otherwise,
13727         call unsave_expr_now_r.
13728         (get_callee_fndecl): Define.
13729
13730         * Makefile.in (gencheck): Don't depend on lang_tree_files.
13731         (gencheck.o): Do depend on lang_tree_files.
13732
13733         * integrate.h (copy_decl_for_inlining): New declaration.
13734         * integrate.c (copy_and_set_decl_abstract_origin): Remove.
13735         (copy_decl_for_inlining): New function.
13736         (integrate_parm_decls): Use it.
13737         (integrate_decl_tree): Likewise.
13738
13739 1999-11-23  Gavin Romig-Koch  <gavin@cygnus.com>
13740
13741         * config/mips/mips.h (ISA_HAS_FP4,ISA_HAS_CONDMOVE,ISA_HAS_8CC): Split
13742         the second two from the first.
13743         (CONDITIONAL_REGISTER_USAGE): Use ISA_HAS_8CC rather than ISA_HAS_FP4.
13744         * config/mips/mips.md (movcc,reload_incc,reload_outcc,
13745         conditional move): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
13746         ISA_HAS_FP4.
13747         * config/mips/mips.c (mips_move_1word,gen_conditional_branch,
13748         override_options): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
13749         ISA_HAS_FP4.
13750
13751 Tue Nov 23 11:15:04 1999  Jeffrey A Law  (law@cygnus.com)
13752
13753         * pa.md (call_internal_symref, call_value_internal_symref): No mode
13754         needed on the address operand.
13755         * pa.c (call_operand_address): Check for the correct mode.
13756
13757 1999-11-23  Bernd Schmidt  <bernds@cygnus.co.uk>
13758
13759         * loop.c: Include "basic-block.h".
13760         (try_copy_prop, replace_loop_reg): New functions.
13761         (load_mems): Detect registers that just hold copies of the hoisted
13762         mem, and call try_copy_prop to eliminate them.
13763         * Makefile.in (loop.o): Update dependencies.
13764
13765 Tue Nov 23 01:03:29 1999  Hans-Peter Nilsson  <hp@axis.com>
13766
13767         * Makefile.in (gencheck.o): Depend on gencheck.h.
13768         (insn-emit.o): Depend on flags.h, hard-reg-set.h and resource.h.
13769         (insn-peep.o): Depend on except.h and function.h.
13770         (insn-attrtab.o): Depend on RECOG_H.
13771         (insn-output.o): Depend on toplev.h and flags.h.
13772         (gengenrtl.o): Depend on real.h.
13773         (gen-protos.o): Depend on cpplib.h and cpphash.h.
13774         Unify all dependencies to be on RECOG_H rather than recog.h.
13775
13776 Tue Nov 23 00:57:10 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13777
13778         From Casper H.S. Dik on comp.unix.solaris, 23 Oct 1998:
13779         * configure.in: Try building a bi-arch 32/64-bit compiler on
13780         sparc-*-solaris2.7 and higher.
13781         * configure: Rebuild.
13782
13783 Mon Nov 22 23:09:44 1999  David O'Brien  <obrien@FreeBSD.org>
13784
13785         * config/freebsd.h: New, FreeBSD architecture independent file.
13786         * config/i386/freebsd-elf.h: removed FreeBSD architecturally
13787         independent pieces.
13788         * config/i386/freebsd.h: include i386/perform.h via tm.h rather than
13789         directly by i386/freebsd.h.
13790         * configure.in (*-*-freebsdelf): Include new FreeBSD architecturally
13791         independent configuration file.
13792         (*-*-freebsdelf): Include i386/perform.h via tm.h rather than
13793         directly by i386/freebsd.h.
13794         * configure: Rebuilt.
13795
13796         * xm-i386.h: Define `__i386__' if not defined, rather than `i386'
13797         which is in the user's namespace.
13798         * libgcc2.c: Look for the ANSI-C approved `__i386__' symbol, vs.
13799         `i386' which is not in our namespace.
13800
13801 Mon Nov 22 22:58:01 1999  "R. Kelley Cook" <KelleyCook@attglobal.net>
13802
13803         * invoke.texi (ARM Options): Add in -mno-alignment-traps
13804
13805 1999-11-22  Jason Merrill  <jason@casey.cygnus.com>
13806
13807         * dwarf2out.c (die_struct): Remove die_attr_last and die_child_last.
13808         (add_dwarf_attr, add_child_die): Just push onto the front.
13809         (reverse_die_lists): New fn.
13810         (add_sibling_attributes): Use it.
13811         (push_decl_scope): Reorganize.
13812         (add_name_and_src_coords_attributes): Don't set file and line for
13813         an artificial decl.
13814         (gen_subprogram_die): An artificial function doesn't need to match
13815         file and line.
13816         (gen_compile_unit_die): Return the generated die.  Only add
13817         AT_comp_dir if the filename is relative.
13818         (remove_AT): Simplify loop.  Also free string values.
13819         (output_die): A DIE ref can't be null.
13820         (output_value_format, value_format): Take a dw_attr_ref.
13821         (dwarf_last_decl, is_extern_subr_die, sibling_offset): Remove.
13822         (AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
13823         AT_addr, AT_lbl): New fns.
13824         (various): Use them.
13825         (various): Constify.
13826
13827 Mon Nov 22 23:53:50 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13828
13829         * combine.c (combine_simplify_rtx): When handling a SUBREG,
13830         take SUBREG_WORD into account.
13831         (if_then_else_cond): Likewise.
13832
13833 1999-11-22  Jason Merrill  <jason@casey.cygnus.com>
13834
13835         * gmon.c, i386/gmon-sol2.c, sparc/gmon-sol2.c: Remove advertising
13836         clause from BSD license, pursuant with
13837
13838           ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
13839
13840 1999-11-22  Bernd Schmidt  <bernds@cygnus.co.uk>
13841
13842         * loop.c (load_mems): Reformat slightly.
13843         * basic-block.h (regset_head): New typedef.
13844         (INIT_REG_SET): New macro.
13845
13846 1999-11-22  Bruce Korb  <autogen@linuxbox.com
13847
13848         * fixinc/mkfisinc.sh(i?86-*-linux): disable script, run fixincl exe
13849         (mips-dec-bsd*): non-functional code
13850         (alpha*-*-linux-gnu*): redundant, duplicated by "*-*-linux-gnu*"
13851
13852         * fixinc/inclhack.def(AAB_fd_zero_glibc_*):
13853         added three replacement fixes
13854         (no_double_slash): removed comments that are not (any longer) pertinent
13855         (bad_lval): this fix currently runs against many files.
13856         The comment seems to indicate that we should select for files
13857         containing 'pragma extern_prefix'.
13858
13859         * fixinc/fixinc.x86-linux-gnu: deleted
13860         * fixinc/inclhack.sh:  regen
13861         * fixinc/fixincl.x:  regen
13862         * fixinc/fixincl.sh:  regen
13863
13864 Fri Nov 12 14:08:40 1999  Andrew Haley  <aph@cygnus.com>
13865
13866         * emit-rtl.c (gen_sequence): Only return the pattern of an insn if
13867         its code is INSN and it has no notes.
13868
13869 1999-11-22  Andrew Haley  <aph@cygnus.com>
13870
13871         * varasm.c (function_defined): Remove.
13872         (make_function_rtl): Don't set function_defined.
13873         (make_decl_rtl): Remove global register warning.
13874         * regclass.c (no_global_reg_vars): New variable.
13875         (globalize_reg): Warn if function has already been defined.
13876         (regclass_init): Set no_global_reg_vars.
13877
13878 Mon Nov 22 14:42:22 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13879
13880         * regclass.c (reg_pref): New structure and static variable
13881         (prefclass): Delete.
13882         (altclass): Delete.
13883         (all uses of prefclass and altclass): Use reg_pref instead.
13884
13885 1999-11-21  Nick Clifton  <nickc@cygnus.com>
13886
13887         * invoke.texi (ARM Options): Replace -mshort-load-bytes with
13888         -malignment-traps.
13889         (arm.h): Replace -mshort-load-bytes with -malignment-traps.
13890         (arm.c): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
13891         (arm.md): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
13892
13893 Sun Nov 21 17:11:13 1999  Geoffrey Keating  <geoffk@cygnus.com>
13894
13895         * varasm.c (output_constructor): Solve problem with long long
13896         bitfields, even on BYTES_BIG_ENDIAN machines (testcase 991118-1).
13897
13898 Fri Nov 19 05:48:45 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13899
13900         * global.c (allocno): New structure and static variable.
13901         (allocno_reg): Remove, all references replaced by allocno.
13902         (allocno_size): Likewise.
13903         (hard_reg_conflicts): Likewise.
13904         (hard_reg_preferences): Likewise.
13905         (hard_reg_copy_preferences): Likewise.
13906         (hard_reg_full_preferences): Likewise.
13907         (regs_someone_prefers): Likewise.
13908         (allocno_calls_crossed): Likewise.
13909         (allocno_n_refs): Likewise.
13910         (allocno_live_length): Likewise.
13911         (find_reg): Rename ALLOCNO to NUM.
13912
13913         * regclass.c (may_move_in_cost): Rename from may_move_cost, all
13914         references updated.
13915         (may_move_out_cost): New variable.
13916         (init_reg_sets_1): Initialize may_move_out_cost.
13917         (record_reg_classes): Use may_move_out_cost.
13918
13919         * regclass.c (dump_regclass): New function.
13920         (regclass): New parameter DUMP, call DUMP_REGCLASS.
13921         * toplev.c (rest_of_compilation): Open lreg dump file before regclass,
13922         pass rtl_dump_file to regclass.
13923         * rtl.h (regclass): Update prototype.
13924
13925 Fri Nov 19 06:32:19 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13926
13927         * i386.md (neg, not and abs patterns): Revmap to use
13928         ix86_expand_unary_operator and ix86_unary_operator_ok.
13929         (add?f and sub?f expanders): Force operand 1 to register.
13930         * i386.c (ix86_expand_unary_operator): Rewrite.
13931         (ix86_unary_operator_ok): Ensure that memory operands
13932         match real opcode.
13933         (ix86_binary_operator_ok): Do not allow operand 1 to
13934         come into memory and operand 0 not.
13935         (ix86_expand_binary_operator): Ensure that
13936         src1 is not non-matching memory.
13937
13938         * i386.md (negs?2): Rewrite to expanders, new patterns and splitters
13939         to support integer registers and memory.
13940         (abss?2_integer): Likewise.
13941
13942         * i386.h (enum reg_class): Add FLOAT_INT_REGS.
13943         (REG_CLASS_NAMES): Likewise.
13944         (REG_CLASS_CONTENTS): Define FLOAT_INT_REGS as union of FLOAT_REGS
13945         and GENERAL_REGS.
13946         * i386.md (pushsf): Do not preferre FLOAT_REGS over GENERAL_REGS.
13947         (movsf): Likewise; unify 4th and 5th alternative.
13948         (pushdf): Likewise.
13949         (movdf_1): Likewise; rename to movdf_integer.
13950         (pushxf): Likewise; rename to pushxf_integer; fix output template;
13951         remove redundant splitter.
13952         (movxf_1): Likewise; rename to movxf_integer; fix splitter's condition.
13953         (movdf_nointeger): New.
13954         (movxf_nointeger): New.
13955         (pushxf_nointeger): New.
13956
13957         * i386.md (extend?f?f): Split to expander and pattern, refuse two
13958         memory operands in patterns.
13959         (fop*): Refuse two memory operands.
13960
13961         * i386.md (ashrsi3_31): Allow cltd when optimizing for size even
13962         on !TARGET_USE_CLTD CPUs.
13963
13964 Fri Nov 19 10:41:15 GMT 1999  Nathan Sidwell  <nathan@acm.org>
13965
13966         * extend.texi: Document C++ restricted pointers and references.
13967
13968 1999-11-19  Bernd Schmidt  <bernds@cygnus.co.uk>
13969
13970         * cse.c (addr_affects_sp): No longer conditional on AUTO_INC_DEC.
13971         (invalidate_skipped_set): Call it unconditionally.
13972         (cse_set_around_loop): Likewise.
13973
13974 Thu Nov 18 17:29:34 MST 1999    Diego Novillo <dnovillo@cygnus.com>
13975
13976         * rtl.texi (mem): Add documentation for alias-set argument
13977         to RTX `mem'.
13978
13979 Fri Nov 18 13:39:22 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13980
13981         * i386.h (struct_processor_costs): New fields int_load, int_store,
13982         fp_move, fp_load and fp_store
13983         (REGISTER_MOVE_COST): Fix comment, calculate exactly the cost of
13984         fp->int moves
13985         (MEMORY_MOVE_COST): New macro.
13986         * i386.c (386_cost): Define new fields.
13987         (i486_cost): Likewise.
13988         (pentium_cost): Likewise.
13989         (pentiumpro_cost): Likewise.
13990         (k6_cost): Likewise.
13991
13992 Fri Nov 19 11:11:55 1999  Greg McGary  <gkm@gnu.org>
13993                           Geoffrey Keating  <geoffk@cygnus.com>
13994
13995         * config/m68k/m68kelf.h: Suppress '/* within comment' warning.
13996
13997         * config/m68k/m68k.h (MASK_PCREL): Don't use same value as
13998         MASK_ALIGN_INT.
13999
14000         * config/m68k/m68k.h (MASK_NO_STRICT_ALIGNMENT): New macro.
14001         (TARGET_STRICT_ALIGNMENT): New macro.
14002         (TARGET_SWITCHES): Add "strict-align" and "no-strict-align".
14003         (STRICT_ALIGNMENT): Depend on TARGET_STRICT_ALIGNMENT.
14004         * invoke.texi (M680x0 Options): Document -mstrict-align.
14005
14006 Thu Nov 18 11:10:03 1999  Jan Hubicka  <hubicka@freesoft.cz>
14007                           Richard Henderson  <rth@cygnus.com>
14008
14009         * i386-protos.h (split_xf, ix86_split_movdi): Remove.
14010         (ix86_split_long_move): Declare.
14011         * i386.c (split_xf, ix86_split_movdi): Remove.
14012         (ix86_split_to_parts, ix86_split_long_move): New.
14013         * i386.md (dimode move splitters): Use ix86_split_long_move.
14014         (dfmode move splitters): Likewise.
14015         (xfmode move splitters): Likewise.
14016         (movsf_1): Allow F->r.
14017         (movdf_1, movxf_1): Allow F->ro.
14018
14019 1999-11-17  Mark Mitchell  <mark@codesourcery.com>
14020
14021         * except.h (struct eh_entry): Add goto_entry_p.
14022         (eh_region_from_symbol): Remove prototype.
14023         * except.c (find_func_region_from_symbol): New function.
14024         (emit_cleanup_handler): Likewise.
14025         (eh_region_from_symbol): Make it static.
14026         (add_new_handler): Verify the argument.
14027         (find_func_region): Update comment.
14028         (expand_eh_region_end): Expand handlers here, rater than waiting
14029         until expand_leftover_cleanups or start_all_catch.
14030         (expand_leftover_cleanups): Don't expand here.
14031         (expand_start_all_catch): Or here.
14032         (expand_rethrow): Check the return value from find_func_region.
14033         * function.c (expand_function_end): Emit the catch_clauses.
14034
14035 1999-11-18  Gavin Romig-Koch  <gavin@cygnus.com>
14036
14037         * integrate.c (expand_inline_function): Add necessary check for NULL.
14038
14039 1999-11-18  Nick Clifton  <nickc@cygnus.com>
14040
14041         * toplev.c (main): Correctly detect an unrecognised option.
14042
14043         * cppinit.c (cpp_handle_option): Do not claim to have consumed
14044         a -f option if it has not been recognised.
14045
14046 Thu Nov 18 00:59:11 1999  Michael Gschwind  <mikeg@alagoas.watson.ibm.com>
14047
14048         * basic-block.h (update_life_extent): Remove trailing comma on
14049         enumeration type list.
14050
14051 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14052
14053         * varasm.c (output_constructor) Solved problem with long long
14054         bitfields. Corrected calculating this_time and shift. Also
14055         corrected calculating mask when BITS_PER_UNIT == 32 (c4x).
14056
14057 Wed Nov 17 23:46:14 1999  Jeffrey A Law  (law@cygnus.com)
14058
14059         * flow.c (split_edge): Take looping structure into account when
14060         determining where to put the new block note.
14061
14062 Wed Nov 17 20:42:43 1999  Jeff Holcomb  <jeffh@cygnus.com>
14063
14064         * Makefile.in (ggc-none.o): Provide host specific version if
14065         needed.
14066
14067 Wed Nov 17 16:51:23 1999  Richard Henderson  <rth@cygnus.com>
14068
14069         * cse.c (delete_trivially_dead_insns): Identify no-op insns
14070         containing subregs too.
14071
14072 Wed Nov 17 17:39:48 MST 1999    Diego Novillo <dnovillo@cygnus.com>
14073
14074         * invoke.texi: Add documentation for -muninit-const-in-rodata.
14075         * config/mips/mips.h (MASK_UNINIT_CONST_IN_RODATA): Define.
14076         (TARGET_UNINIT_CONST_IN_RODATA): Define.
14077         (text_section): Add switches -munint-const-in-rodata and
14078         -mno-uninit-const-in-rodata.
14079         (ASM_OUTPUT_COMMON): Remove.
14080         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define. Check if uninitialized
14081         const objects should be placed in read-only data. Otherwise declare
14082         them in common.
14083
14084 Wed Nov 17 16:38:32 1999  Richard Henderson  <rth@cygnus.com>
14085
14086         * jump.c (jump_optimize_1): Revert last change.
14087
14088 Wed Nov 17 15:18:30 1999  Richard Henderson  <rth@cygnus.com>
14089
14090         * jump.c (jump_optimize_1): Don't try to duplicate the loop exit
14091         test if optimizing for size.
14092
14093 1999-11-17  Mark Mitchell  <mark@codesourcery.com>
14094
14095         * Makefile.in (toplev.o): Depend on except.h.
14096         (dwarf2out.o,loop.o,flow.o,haifa-sched.o): Likewise.
14097
14098 Mon Nov 15 22:45:39 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14099
14100         * i386.md (divmodsi4): Rewrite to expander.
14101         (*divmodsi4_nocltd): New.
14102         (*divmodsi4_cltd): New.
14103         (divmodsi4 splitter): Handle the case when input comes in edx.
14104         (udivmodhi4): Do not use constraints in exander.
14105         (ashrsi3_31): Conditionize by TARGET_USE_CLTD.
14106
14107 1999-11-17  Jason Merrill  <jason@yorick.cygnus.com>
14108
14109         * dwarf2out.c (push_decl_scope): Still use decl_scope_depth - 1
14110         for the common case.
14111
14112 1999-11-16  Jakub Jelinek  <jakub@redhat.com>
14113
14114         * explow.c (hard_function_value): Add outgoing argument.
14115         * expr.h (hard_function_value): Declare it.
14116         * calls.c (expand_call, emit_library_call_value): Update callers.
14117         * function.c (aggregate_value_p): Ditto.
14118         (diddle_return_value): Must look at the outgoing registers
14119         on archs with register windows.
14120
14121 Mon Nov 15 20:46:45 1999  Richard Henderson  <rth@cygnus.com>
14122
14123         * alpha.c (alpha_build_va_list): Use make_lang_type and
14124         initialize TYPE_NAME for the va_list record.
14125
14126         * flow.c (calculate_global_regs_live): Zero bb->aux to begin.
14127
14128         * ggc-common.c (ggc_print_statistics): Cast size_t to unsigned long
14129         for printing.
14130         * ggc.h (struct ggc_statistics): Rearrange elements for better
14131         packing on 64-bit hosts.
14132         * lcm.c (compute_laterin): Store a size_t not an int in bb->aux.
14133         (compute_nearerout): Likewise.
14134
14135 Tue Nov 16 14:37:52 1999  Geoffrey Keating  <geoffk@cygnus.com>
14136
14137         * config/rs6000/rs6000.c (first_reg_to_save): Save
14138         PIC_OFFSET_TABLE_REGNUM when -fpic even though it is fixed.
14139
14140 1999-11-15  Jason Merrill  <jason@casey.cygnus.com>
14141
14142         * dwarf2out.c (scope_die_for): Don't rely on the decl_scope_table
14143         notion of nesting to find the DIE for a type or function.
14144         DIEs can go in limbo even if we got a context_die.
14145         (push_decl_scope): Our context doesn't need to be in decl_scope_table.
14146         (gen_struct_or_union_type_die): Don't use TREE_PERMANENT to test
14147         for local type.
14148         (gen_decl_die): Ignore NAMESPACE_DECLs for now.
14149         (gen_type_die): Writing out the context doesn't cause member class
14150         template instantiations to be written out as well.
14151
14152 Mon Nov 15 15:33:18 1999  Richard Henderson  <rth@cygnus.com>
14153
14154         * rs6000.h (ASM_OUTPUT_DEF): New.
14155         Based on proposed addition from David Edelsohn.
14156
14157 1999-11-15  Robert Lipe  <RobertLipe@usa.net>
14158             Bruce Korb  <autogen@linuxbox.com>
14159
14160         * fixinc/inclhack.def
14161         (AAB_svr4_replace_byteorder): added.  Takes advantage of GCC features
14162         (unixware7_byteorder_fix): added.  Removes conflicts for new defs
14163                 in net/inet.h.
14164         (svr5_mach_defines): added.  Like svr4_mach_defines, with new syntax
14165         (svr4_endian): enabled with SVR5
14166         (svr4_mkdev): simplified syntax and enabled with SVR5
14167
14168 Sun Nov 14 18:49:37 1999  David O'Brien  <obrien@FreeBSD.org>
14169
14170         * configure.in: Handle libgcc2 threads support on FreeBSD platforms.
14171         * configure: Rebuilt.
14172         * config/t-freebsd-thread: New file.
14173
14174 Sun Nov 14 23:11:05 1999  Jeffrey A Law  (law@cygnus.com)
14175
14176         * i386.c (ix86_decompose_address): Verify the base is a REG
14177         before trying to examine its register number.
14178
14179         * basic-block.h: Remove all #defines and prototypes related to
14180         integer lists.
14181         (free_bb_mem, compute_preds_succs): Remove prototype.
14182         * rtl.h (free_bb_mem): Remove prototype.
14183         * flow.c (alloc_int_list_node); Remove function.
14184         (add_inst_list_node, free_int_list, add_pred_succ): Likewise.
14185         (compute_preds_succs, free_bb_mem): Likewise.
14186         * gcse.c (gcse_main): Do not call free_bb_mem anymore.
14187         * toplev.c (rest_of_compilation): Likewise.
14188         * haifa-sched.c (build_control_flow): Use flow generated edge
14189         list to build the haifa specific edge list.
14190         (find_rgns): Use new CFG data structures instead of pred/succ lists.
14191         (schedule_insns): Do not build pred/succ lists anymore.  Instead
14192         build the edge table.
14193
14194         * basic-block.h (dump_bb_data): Remove declaration.
14195         * flow.c (dump_bb_data): Remove function.
14196         * sbitmap.c (sbitmap_intersect_of_predsucc): Delete function.
14197         (sbitmap_union_of_predsucc): Likewise.
14198
14199         * gcse.c (delete_null_pointer_checks_1): Kill unused s_preds
14200         argument.  All callers changed.
14201         (delete_null_pointer_checks_1): No longer need to compute the
14202         pred/succ lists.
14203
14204         * gcse.c (pre_expr_reaches_here_p): Kill CHECK_PRE_COM argument.
14205         All callers changed.
14206         (pre_expr_reaches_here_p_work): Likewise.
14207         (pre_edge_insert): No longer call pre_expr_reaches_here_p.
14208         * lcm.c (compute_laterin): Fix initialization of LATER.
14209         (compute_nearerout): Similarly for NEARER.
14210
14211 Sun Nov 14 12:41:57 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14212
14213         * cse.c (set_nonvarying_address_components): Delete unused function.
14214         (refers_to_p): Likewise.
14215
14216 Fri Nov 12 20:53:22 1999  Jeffrey A Law  (law@cygnus.com)
14217
14218         * function.c (diddle_return_value): Set REG_FUNCTION_VALUE_P as
14219         needed.
14220
14221 Sat Nov 13 16:20:09 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14222
14223         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Wrap macro
14224         definition in do while (0).
14225
14226 Fri Nov 12 16:26:25 1999  Jim Wilson  <wilson@cygnus.com>
14227
14228         * stmt.c (pushcase, pushcase_range): Partially revert Oct 28 change.
14229
14230 Fri Nov 12 12:43:49 1999  Richard Henderson  <rth@cygnus.com>
14231
14232         * unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.
14233
14234 Fri Nov 12 15:14:19 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
14235
14236         * i960.h (CAN_DEBUG_WITHOUT_FP): Don't define it.
14237         (FRAME_POINTER_REQUIRED): Don't worry about nonlocal goto.
14238         (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
14239         (INITIAL_FRAME_POINTER_OFFSET): Remove it.
14240
14241         * i960.c (i960_function_prologue): Don't allocate space for g8-g11
14242         saved on the stack.  Output more accurate stack frame statistics
14243         into assembler file.
14244
14245 1999-11-12 11:47 -0800  Zack Weinberg  <zack@bitmover.com>
14246
14247         * genextract.c (record_insn_name): New function.
14248         (get_insn_name): No longer a stub.
14249         (main): Call record_insn_name for each insn.  After each label
14250         written, print the insn name in a comment.
14251
14252 Fri Nov 12 13:45:02 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14253
14254         * output.h (const_section, init_section, fini_section): Add
14255         prototypes.
14256
14257         * alpha/elf.h (const_section): Delete declaration.
14258
14259         * svr4.h (const_section): Likewise.
14260
14261 Fri Nov 12 08:54:22 1999  Mark Mitchell  <mark@codesourcery.com>
14262
14263         * tree.h (SAVE_EXPR_PERSISTENT_P): New macro.
14264         * tree.c (array_type_nelts): Don't handle SAVE_EXPRs specially.
14265         (unsave_expr_now): Don't unsave SAVE_EXPR_PERSISTENT_P
14266         expressions.
14267         * stor-layout.c (variable_size): Set SAVE_EXPR_PERSISTENT_P on
14268         variable-sized array bounds.
14269
14270 Fri Nov 12 08:04:45 1999  Catherine Moore  <clm@cygnus.com>
14271
14272         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME):  Use
14273         ASM_OUTPUT_LABEL.
14274
14275 Fri Nov 12 13:31:54 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14276
14277         * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Treat QImode
14278         addresses the same way GO_IF_LEGITIMATE_INDEX does.
14279
14280 Fri Nov 12 12:36:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14281
14282         * cse.c (hash_arg_in_struct): Delete.
14283         (struct table_elt): Delete elt in_struct.
14284         (struct set): Delete elt src_in_struct.
14285         (merge_equiv_classes): Don't set either hash_arg_in_struct or
14286         the corresponding in_struct elts.
14287         (canon_hash): Likewise.
14288         (safe_hash): Likewise.
14289         (find_best_addr): Likewise.
14290         (record_jump_cond): Likewise.
14291         (cse_insn): Likewise.
14292
14293 Thu Nov 11 19:45:24 1999  Jim Wilson  <wilson@cygnus.com>
14294
14295         * loop.c (invariant_p, case MEM): Put MEM_VOLATILE_P check back.
14296
14297         * dbxout.c (dbxout_type, case INTEGER_TYPE): Handle too large
14298         unsigned types.
14299
14300 Thu Nov 11 18:54:24 1999  Jeffrey A Law  (law@cygnus.com)
14301
14302         * function.c (diddle_return_value): Put back check that the DECL_RTL
14303         for the function is a register.
14304
14305         * function.c (diddle_return_value): Use hard_function_value to
14306         get an rtx suitable for use in the USE/CLOBBER insn.
14307
14308         * global.c (global_conflicts): Update comments.
14309         (record_conflicts): No need to record conflicts between pseudos here.
14310
14311 1999-11-11  Bruce Korb  <autogen@linuxbox.com>
14312
14313         * fixinc/fixincl.c: Added verbose levels for status messages
14314
14315 Thu Nov 11 13:23:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14316
14317         * jump.c (jump_optimize_1): Avoid passing an rtx that is not an
14318         operand as argument to expand_and or expand_binop.
14319
14320 Thu Nov 11 02:21:16 1999  Rodney Brown <RodneyBrown@pmsc.com>
14321
14322         * xcoffout.c (xcoffout_source_file): Change ggc_add_root to
14323         gcc_add_string_root.
14324
14325 Wed Nov 10 21:24:19 1999  Jason Eckhardt  <jle@cygnus.com>
14326
14327         * config/pa/pa.h (MASK_RETURN_ADDR): Change 0xfffffffc to -4.
14328
14329 Wed Nov 10 15:56:16 1999  Jeffrey A Law  (law@cygnus.com)
14330
14331         * flow.c (compute_flow_dominators): Initially put all blocks on
14332         the worklist.
14333         * lcm.c (compute_antinout_edge, compute_available): Similarly.
14334         * gcse.c (compute_cprop_avinout): Remove.
14335         (compute_cprop_data): Use compute_available.
14336         (delete_null_pointer_checks_1): Use compute_available.
14337
14338         * basic-block.h (compute_available): Returns a void now.
14339         * gcse.c (one_classic_gcse_pass): Do not expect compute_available
14340         to return a value anymore.
14341         * lcm.c (compute_available, compute_antinout_edge): Revamp to use
14342         worklists.  Fix boundary cases. Compute maximal solutions.
14343         (compute_laterin, compute_nearerout): Similarly.
14344
14345         * dwarf2out.c (add_AT_location_description): Allow
14346         (mem (plus (pseudo) (...)) too.
14347
14348 Wed Nov 10 10:52:42 1999  Tom Tromey  <tromey@cygnus.com>
14349
14350         * gcc.c (do_spec_1): Support text between `%u' and `%O'.
14351
14352 Wed Nov 10 12:43:21 1999  Philippe De Muyter  <phdm@macqel.be>
14353                           Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14354
14355         * cppinit.c: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
14356
14357         * gansidecl.h: Likewise.
14358
14359         * rtl.c: Likewise.
14360
14361         * rtl.h: Likewise.
14362
14363         * toplev.h: Likewise.
14364
14365         * tree.c: Likewise.
14366
14367         * tree.h: Likewise.
14368
14369         * varray.c: Likewise.
14370
14371         * varray.h: Likewise.
14372
14373 Wed Nov 10 10:57:22 1999  Clinton Popetz  <cpopetz@cygnus.com>
14374
14375         * gcov.c (struct arcdata): Add hits and total, remove prob.
14376         (output_branch_counts): New.
14377         (process_args): Set output_branch_counts if -c.
14378         (calculate_branch_probs): Store hits and total instead of
14379         percentage.
14380         (output_data): Emit counts if output_branch_counts is true.
14381         * gcov.texi (Invoking Gcov): Document -c switch..
14382
14383 Wed Nov 10 01:10:41 1999  Philippe De Muyter  <phdm@macqel.be>
14384
14385         * genoutput.c (output_insn_data): Cast `INSN_OUTPUT_FORMAT_MULTI' and
14386         `INSN_OUTPUT_FORMAT_FUNCTION' to `PTR'-type.
14387
14388 Wed Nov 10 00:51:41 1999  Hans-Peter Nilsson  <hp@axis.se>
14389
14390         * invoke.texi (C Dialect Options): Add missing builtins from
14391         c-common.c to list.
14392         * extend.texi (Other Builtins): Copy to this list.
14393
14394 Wed Nov 10 04:58:09 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14395
14396         * Makefile.in (recog.o): Use BASIC_BLOCK_H macro.
14397         (print-rtl.o, $(HOST_PREFIX_1)print-rtl.o): Likewise.  Remove
14398         redundant bitmap.h.
14399
14400 Wed Nov 10 00:02:53 1999  Jeffrey A Law  (law@cygnus.com)
14401
14402         * flow.c (compute_flow_dominators): No longer treat basic block 0
14403         or (n_basic_blocks - 1) specially.  Clear the AUX field before
14404         starting computation of doms/pdoms.  Fix initial state for pdoms.
14405
14406 Wed Nov 10 03:58:08 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14407
14408         * Makefile.in ($(HOST_PREFIX_1)rtl.o): Update dependencies to
14409         match rtl.o's: added ggc.h and toplev.h
14410         ($(HOST_PREFIX_1)print-rtl.o): Likewise: added system.h.
14411         ($(HOST_PREFIX_1)rtlanal.o): Likewise: added system.h.
14412         ($(HOST_PREFIX_1)obstack.o): Likewise: added $(CONFIG_H).
14413
14414 Tue Nov  9 10:30:08 1999  Tom Tromey  <tromey@cygnus.com>
14415
14416         * config/i386/xm-djgpp.h (HAVE_DOS_BASED_FILE_SYSTEM): Renamed
14417         from HAVE_DOS_BASED_FILESYSTEM.
14418         * gcc.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM, not
14419         HAVE_DOS_BASED_FILESYSTEM.
14420         (main): Likewise.
14421         (split_directories): Only special-case DOS file names if
14422         HAVE_DOS_BASED_FILE_SYSTEM is defined.  Use IS_DIR_SEPARATOR
14423         instead of explicit tests.  Conditionalize on !VMS.
14424         (make_relative_prefix): Use IS_DIR_SEPARATOR instead of explicit
14425         tests.  Conditionalize on !VMS.
14426         (process_command): Only use make_relative_prefix if !VMS.
14427         (free_split_directories): Conditionalize on !VMS.
14428         (DIR_UP): Conditionalize on !VMS.
14429
14430 Wed Jun  9 16:57:11 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14431
14432         * gcc.c (STANDARD_BINDIR_PREFIX): Provide default.
14433
14434 Fri Feb  5 14:22:01 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14435
14436         * gcc.c (make_relative_prefix): Handle the HAVE_EXECUTABLE_SUFFIX
14437         case.
14438
14439 Mon Nov  8 14:16:57 1999  Michael Meissner  <meissner@cygnus.com>
14440
14441         * invoke.texi (Environment Variables): Document relative path
14442         lookup.
14443         * gcc.c (DIR_UP): If not defined, define as "..".
14444         (standard_bindir_prefix): New static, holds target location to
14445         install binaries.
14446         (split_directories): New function to split a filename into
14447         component directories.
14448         (free_split_directories): New function, release memory allocated
14449         by split_directories.
14450         (make_relative_prefix): New function, make a relative pathname if
14451         the compiler is not in the expected location.
14452         (process_command): If GCC_EXEC_PREFIX was not specified, see if we
14453         can figure out an appropriate prefix from argv[0].
14454         * Makefile.in (DRIVER_DEFINES): Use unlibsubdir in definition of
14455         STANDARD_STARTFILE_PREFIX and TOOLDIR_BASE_PREFIX.  Define
14456         STANDARD_BINDIR_PREFIX.
14457
14458 Wed Nov 10 11:47:54 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14459
14460         * config/c4x/c4x-protos.h: New file.  Prototypes for functions defined
14461         in c4x.c.
14462         * config/c4x/c4x.h: Moved prototypes to c4x.h.
14463         * config/c4x/c4x.c (c4x_preferred_reload_class, c4x_limit_reload_class,
14464         c4x_secondary_memory_needed) Delete.
14465         (fp_zero_operand): Add mode argument.
14466
14467 Thu Nov  4 15:52:35 1999  Andrew Haley  <aph@cygnus.com>
14468
14469         * reload1.c (reload_reg_free_for_value_p): Don't use a register
14470         that is in reload_reg_used.
14471
14472 Tue Nov  9 16:43:00 1999  Nick Clifton  <nickc@cygnus.com>
14473
14474         * config/arm/arm-protos.h: New file: Prototypes for functions
14475         defined in arm.c and pe.c.
14476         * config/arm/arm.h: Fix compile time warnings.
14477         * config/arm/arm.c: Fix compile time warnings.
14478         * config/arm/pe.h: Fix compile time warnings.
14479         * config/arm/aout.h: Fix compile time warnings.
14480
14481 Tue Nov  9 14:55:44 1999  Nick Clifton  <nickc@cygnus.com>
14482
14483         * config/m32r/m32r-protos.h: New file: Prototypes for functions
14484         defined in m32r.c
14485
14486         * config/m32r/m32r.h: Move prototypes to m32r-protos.h
14487         Add support for subtargets.
14488         Add prototypes for new predicates.
14489         Add scheduling macros.
14490
14491         * config/m32r/m32r.c: Fix compile time warnings.
14492         (int8_operand): New predicate function.
14493         (reg_or_cmp_int16_operand): New predicate function.
14494         (extend_operand): New predicate function.
14495         (m32r_adjust_code): New scheduling function.
14496         (m32r_adjust_priorty): New scheduling function.
14497         (m32r_sched_init): New scheduling function.
14498         (m32r_sched_reorder): New scheduling function.
14499         (m32r_sched_variable_issue): New scheduling function.
14500         (direct_return): New codegen function.
14501         (m32r_not_same_reg): New rtl testsing function.
14502
14503         * config/m32r/m32r.md: Fix compile time warnings.
14504         Add support for pre decrement and post increment memory
14505         references.
14506         Add S<cc> patterns.
14507         Add fabs patterns.
14508
14509 Mon Nov  8 22:20:13 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14510
14511         * global.c (EXECUTE_IF_CONFLICT): Don't define.
14512         (prune_preferences): Use EXECUTE_IF_SET_IN_ALLOCNO_SET instead.
14513         (find_reg): Likewise.
14514
14515 Mon Nov  8 13:16:46 1999  Jason Eckhardt  <jle@cygnus.com>
14516
14517         * config/pa/pa.md (fmpynfadd,{sgl,dbl} insns): Use %fr0 rather than 0
14518         to avoid assembler errors.
14519
14520 Mon Nov  8 15:38:41 1999  Nick Clifton  <nickc@cygnus.com>
14521
14522         * config/v850/v850-protos.h: New file: Prototypes for functions
14523         defined in v850.c
14524         * config/v850/v850.h: Move prototypes to v850-protos.h
14525         * config/v850/v850.c: Move prototypes to v850-protos.h
14526         * config/v850/v850.md: Fix compile time warnings.
14527
14528         * config/fr30/fr30-protos.h: New file: Prototypes for functions
14529         defined in fr30.c
14530         * config/fr30/fr30.h: Move prototypes to fr30-protos.h
14531         * config/fr30/fr30.c: Fix compile time warnings.
14532         * config/fr30/fr30.md: Fix compile time warnings.
14533
14534 Mon Nov  8 07:25:37 1999  Mark Mitchell  <mark@codesourcery.com>
14535
14536         * tree.h (get_containing_scope): Declare it.
14537         * tree.c (get_containing_scope): New fucntion.
14538         (decl_function_context): Use it.
14539         * toplev.c (rest_of_compilation): Use get_containing_scope.
14540
14541 aMon Nov  8 03:03:07 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14542
14543         * Makefile.in (rtl.o): Depend on toplev.h.
14544
14545 Sun Nov  7 20:55:14 1999  Mark Mitchell  <mark@codesourcery.com>
14546
14547         * cse.c (delete_trivially_dead_insns): Replace alloca with
14548         xmalloc/xcalloc.
14549         * except.c (update_rethrow_references): Likewise.
14550         (init_eh_nesting_info): Likewise.
14551         * function.c (identify_blocks): Likewise.
14552         * gcse.c (dump_hash_table): Likewise.
14553         * graph.c (print_rtl_graph_with_bb): Likewise.
14554         * loop.c (combine_movables): Likewise.
14555         (move_movables): Likewise.
14556         (count_loop_regs_set): Likewise.
14557         (strength_reduce): Likewise.
14558         * profile.c (compute_branch_probabilities): New function, split
14559         out from ...
14560         (branch_prob): Here.  Replace alloca with xmalloc/xcalloc.
14561         * regclass.c (regclass): Likewise.
14562         * regmove.c (regmove_optimize): Likewise.
14563         * toplev.c (compile_file): Likewise.
14564         (main): Don't mess with the stack rlimit.
14565
14566 Sun Nov  7 19:41:17 1999  Catherine Moore  <clm@cygnus.com>
14567
14568         * config/elfos.h (ASM_DECLARE_FUNCTION_NAME): Conditionally define.
14569         (ASM_DECLARE_FUNCTION_SIZE): Conditionally define.
14570
14571 Sun Nov  7 10:23:28 1999  Mark P. Mitchell  <mark@codesourcery.com>
14572
14573         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns.
14574
14575 Sun Nov  7 02:58:48 1999  Jeffrey A Law  (law@cygnus.com)
14576
14577         * global.c (EXECUTE_IF_CONFLICT): Undo Robert's change.
14578         (EXECUTE_IF_SET_IN_ALLOCNO_SET): Put curleys around CODE in
14579         macro expansion.
14580
14581 Sat Nov  6 23:48:30 1999  Robert Lipe  (robertlipe@usa.net)
14582
14583         * global.c (EXECUTE_IF_CONFLICT): Correct quoting typo.
14584
14585 Sat Nov  6 17:34:39 1999  Jeffrey A Law  (law@cygnus.com)
14586
14587         * gcse.c (post_dominators): Kill.
14588         (alloc_code_hoist_mem, free_code_hoist_mem); Kill post_dominators.
14589         (compute_code_hoist_data): Use compute_flow_dominators.  Do not
14590         pass in a pdom array since we do not need pdoms.
14591         * haifa-sched.c (schedule_insns): Similarly.
14592         * flow.c (compute_dominators): Remove dead function.
14593         (compute_flow_dominators): Do not compute doms or pdoms if the
14594         caller does not request them.  Split up loop to build doms and
14595         pdoms.  Use a worklist to compute doms and pdoms.
14596         * basic-block.h (compute_dominators): Remove prototype.
14597
14598 Sat Nov  6 11:38:39 1999  Richard Henderson  <rth@cygnus.com>
14599
14600         * haifa-sched.c (struct haifa_insn_data, h_i_d): New.
14601         (insn_luid, insn_priority, insn_costs, insn_units): Remove.
14602         (insn_reg_weight, insn_depend, insn_dep_count): Remove.
14603         (insn_blockage, insn_ref_count, line_note, insn_tick): Remove.
14604         (cant_move, fed_by_spec_load, is_load_insn): Remove.
14605         (schedule_region): Remove unused variable.
14606         (schedule_insns): Allocate h_i_d, and not all the separate arrays.
14607
14608 Sat Nov  6 10:00:34 1999  Mark Mitchell  <mark@codesourcery.com>
14609
14610         * local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.
14611         (update_equiv_regs): Likewise.
14612         (block_alloc): Likewise.
14613         * reg-stack.c (reg_to_stack): Likewise.
14614         (convert_regs_2): Likewise.
14615         * reload1.c (reload_as_needed): Likewise.
14616
14617 Sat Nov  6 09:57:59 1999  Mark Mitchell  <mark@codesourcery.com>
14618
14619         * Makefile.in (dbxout.o): Depend on ggc.h.
14620         (dwarf2out.o): Likewise.
14621         (xcoffout.o): Likewise.
14622         * dbxout.c: Include ggc.h.
14623         (dbxout_init): Register lastfile as a root.
14624         * dwarf2out.c: Include ggc.h.
14625         (dwarf2out_line): Register lastfile as a root.
14626         * xcoffout.c: Include ggc.h.
14627         (xcoffout_source_line): Register xcoff_lastfile as a root.
14628
14629 Sat Nov  6 09:52:09 1999  Richard Henderson  <rth@cygnus.com>
14630
14631         * i386.md (movdf_1, movxf_1): Earlyclobber general regs destination.
14632
14633 Sat Nov  6 07:48:59 1999  Catherine Moore  <clm@cygnus.com>
14634
14635         * config/svr4.h (ASM_DECLARE_FUNCTION): Check if already
14636         defined.
14637         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
14638
14639 Fri Nov  5 18:33:39 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14640
14641         * global.c (EXECUTE_IF_SET_IN_ALLOCNO_SET): New macro.
14642         (EXECUTE_IF_CONFLICT): Likewise.
14643         (ALLOCNO_LIVE_P): Avoid signed division.
14644         (SET_ALLOCNO_LIVE, CLEAR_ALLOCNO_LIVE): Likewise.
14645         (prune_preferences, find_reg): Use EXECUTE_IF_CONFLICT.
14646         (record_one_conflict): Use EXECUTE_IF_SET_IN_ALLOCNO_SET.
14647
14648 Fri Nov  5 12:04:02 1999  Richard Henderson  <rth@cygnus.com>
14649
14650         * haifa-sched.c (schedule_block): Don't crash if there's no
14651         next insn for an interblock movement.
14652         (add_branch_dependences): Don't allow clobber insns to move either.
14653
14654 Fri Nov  5 10:18:11 1999  Richard Henderson  <rth@cygnus.com>
14655
14656         * i386.c (split_xf): New.
14657         * i386-protos.h: Declare it.
14658         * i386.md (movxf_1): Add general regs alternatives.
14659         (movxf_1+1): New splitter for same.
14660
14661 Fri Nov  5 12:05:52 1999  Nick Clifton  <nickc@cygnus.com>
14662
14663         * function.c (purge_addressof_1): Add missing return values.
14664
14665 Fri Nov  5 10:07:25 1999  Nick Clifton  <nickc@cygnus.com>
14666
14667         * function.c (is_addressof): New function.  Returns true if
14668         the given piece of RTL is an ADDRESSOF.
14669         (purge_addressof_1): Make boolean.  Return false if the
14670         ADDRESSOFs could not be purged.
14671         (purge_addressof): If ADDRESSOFs could not be purged from the
14672         notes attached to an insn, remove the offending note(s),
14673         unless they are attached to a libcall.
14674
14675 1999-11-05  Andreas Jaeger  <aj@suse.de>
14676
14677         * genoutput.c (null_operand =): Initialize all fields.
14678
14679         * errors.h: Add extern to prototypes.
14680
14681 Fri Nov  5 01:44:09 1999  Jeffrey A Law  (law@cygnus.com)
14682
14683         * configure.in (m68k-next-nextstep4): Handle Openstep 4.2.
14684         * configure: Rebuilt.
14685
14686 Fri Nov  5 01:24:37 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14687
14688         * global.c (CONFLICTP, SET_CONFLICT): Avoid signed division.
14689         (mirror_conflicts): New function.
14690         (global_alloc): Call it.
14691         (expand_preferences): Remove redundant CONFLICTP test.
14692         (find_reg, dump_conflicts): Likewise.
14693         (prune_preferences): Process conflicts one word at a time.
14694
14695 Fri Nov  5 01:05:21 1999  Richard Henderson <rth@cygnus.com>
14696
14697         * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_BITMAP
14698         instead of an explicit loop.
14699
14700 Thu Nov  4 23:07:14 1999  Jim Wilson  <wilson@cygnus.com>
14701
14702         * cse.c (cse_insn): Revert Oct 31 change.  When computing src_elt,
14703         if REG_RETVAL check succeeds, then put classp in src_elt.
14704
14705 Thu Nov  4 23:48:14 1999  Jeffrey A Law  (law@cygnus.com)
14706
14707         * function.c (pad_to_arg_alignment): Only update argument_pad
14708         if the argument's alignment is greater than STACK_BOUNDARY.
14709
14710 Thu Nov  4 16:44:53 1999  Richard Henderson  <rth@cygnus.com>
14711
14712         * bitmap.h (BITMAP_XFREE): New.
14713         * flow.c (life_analysis): Use it.
14714         (life_analysis_1): Free blocks.
14715
14716         * combine.c (undo_commit): New.
14717         (try_combine): Use it.  Don't zap undobuf.undos.
14718         (combine_instructions): Don't zap undobuf.undos; free the
14719         undobuf.frees list.
14720
14721         * local-alloc.c (local_alloc): Free qty_phys_num_sugg.
14722
14723         * stmt.c (cost_table_): New.
14724         (estimate_case_costs): Use it instead of xmalloc.
14725
14726         * toplev.c (compile_file): Reuse dumpname memory instead
14727         of strdup'ing it.
14728
14729 Thu Nov  4 16:36:44 1999  Richard Henderson  <rth@cygnus.com>
14730
14731         * reg-stack.c (convert_regs_1): Initialize target_stack->top
14732         after verifying an EH edge.
14733
14734         * haifa-sched.c (init_rgn_data_dependences): Correctly
14735         size bb_pending_lists_length when zeroing.
14736
14737 Thu Nov  4 16:36:36 1999  Richard Henderson  <rth@cygnus.com>
14738
14739         * function.c (diddle_return_value): New.
14740         (expand_function_end): Use it.
14741         * stmt.c (expand_null_return): Likewise.
14742         (expand_value_return): Likewise.
14743
14744         * reg-stack.c (subst_stack_regs_pat): Handle clobbers at top-level.
14745
14746         * reload1.c (reload): Don't remove return value clobbers.
14747
14748 Thu Nov  4 13:33:46 1999  Richard Henderson  <rth@cygnus.com>
14749
14750         * rtl.c (read_rtx): Use fatal_with_file_and_line not fatal.
14751
14752 Thu Nov  4 12:49:52 1999  Richard Henderson  <rth@cygnus.com>
14753
14754         * cse.c (cse_main): Use xmalloc, not alloca.
14755         (cse_basic_block): Likewise.
14756         * local-alloc.c (local_alloc): Likewise.
14757
14758 Thu Nov  4 14:22:12 1999  David Billinghurst  <David.Billinghurst@riotinto.com.au>
14759                           Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14760
14761         * rtl.c: Include toplev.h.
14762         (fatal): Remove declaration.
14763
14764 Thu Nov  4 06:39:47 1999  Jeffrey A Law  (law@cygnus.com)
14765
14766         * haifa-sched.c (schedule_block): Fix thinko.
14767
14768 1999-11-03  James McKelvey <mckelvey@fafnir.com>
14769
14770         * fixinc/fixincl.c(create_file):  Allow for systems that do not have
14771         S_IR* defined values
14772
14773 1999-11-03  Philippe De Muyter  <phdm@macqel.be>
14774
14775         * fixlib.c (load_file_data): Do not call `realloc' with a NULL pointer;
14776         call `malloc' instead.
14777
14778 Wed Nov  3 23:05:14 1999  Mark Mitchell  <mark@codesourcery.com>
14779
14780         * flags.h (flag_renumber_insns): Declare.
14781         * emit-rtl.c (renumber_insns): Check flag_renumber_insns.  Print
14782         renumbering table.
14783         * rtl.h (renumber_insns): Change prototype.
14784         * toplev.c (flag_renumber_insns): Define.
14785         (rest_of_compilation): Pass rtl_dump_file to flag_renumber_insns.
14786
14787 Wed Nov  3 15:11:27 1999  David S. Miller  <davem@redhat.com>
14788
14789         * config/sparc/sparc.md: Remove insn type fpsqrt, add fpsqrts
14790         and fpsqrtd.  Use them and create fdiv function unit to more
14791         accurately represent fpu sqrt pipeline semantics on UltraSparc.
14792         * config/sparc/sparc.c: Account for fpsqrt{s,d} changes.
14793
14794 Wed Nov  3 15:11:27 1999  Matteo Frigo <athena@fftw.org>
14795
14796         * config/sparc/sparc.md: Adjust FADD/FMUL result latencies to
14797         3 on UltraSparc.
14798         * config/sparc/sparc.c (ultra_schedule_insn): Insert launched
14799         insn into ready list, do not use just a raw swap.
14800
14801 Wed Nov  3 14:51:59 1999  Mark P. Mitchell  <mark@codesourcery.com>
14802
14803         * rtl.h (renumber_insns): New function.
14804         (remove_unnecessary_notes): Likewise.
14805         * emit-rtl.c (renumber_insns): Define.
14806         (remove_unncessary_notes): Likewise.
14807         * toplev.c (rest_of_compilation): Remove dead code.
14808         Use renumber_insns and remove_unncessary_notes.
14809
14810         * gcse.c (struct null_pointer_info): New type.
14811         (get_bitmap_width): New function.
14812         (current_block): Remove.
14813         (nonnull_local): Likewise.
14814         (nonnull_killed): Likewise.
14815         (invalidate_nonnull_info): Take a null_pointer_info as input.
14816         (delete_null_pointer_checks_1): New function.
14817         (delete_null_pointer_checks): Use it.
14818
14819         * haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.
14820         (split_edges): Likewise.
14821         (schedule_block): Likewise.
14822         (compute_block_backward_dependencies): Likewise.
14823         (schedule_region): Likewise.
14824         (schedule_insns): Likewise.
14825
14826 Wed Nov  3 15:40:23 1999  Catherine Moore  <clm@cygnus.com>
14827
14828         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.
14829         * emit-rtl.c (gen_label_rtx): Support LABEL_ALTERNATE_NAME.
14830         * final.c (final_scan_insn): Emit LABEL_ALTERNATE_NAME.
14831         * ggc-common.c (ggc_mark_rtx_children): Mark LABEL_ALTERNATE_NAME.
14832         * jump.c (delete_unreferenced_labels): Don't delete if
14833         LABEL_ALTERNATE_NAME is set.
14834         * print-rtl.c (print_rtx): Dump alternate name.
14835         * rtl.def (CODE_LABEL): Change format to "iuuis00s".
14836         * rtl.h (LABEL_ALTERNATE_NAME): Define.
14837         * rtl.texi (LABEL_ALTERNATE_NAME): Document.
14838         * tm.texi (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Document.
14839
14840 Wed Nov  3 15:39:19 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14841
14842         * fix-header.c (recognized_extern, recognized_function): Constify
14843         a char*.
14844
14845         * lcm.c (compute_laterin): Remove unused variable `temp_bitmap'.
14846         (pre_edge_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
14847         (compute_available): Remove unused variable `last'.
14848         (compute_nearerout): Remove unused variable `temp_bitmap'.
14849         (pre_edge_rev_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
14850         Remove unused variable `x'.
14851
14852         * scan.h (recognized_function, recognized_extern): Constify a
14853         char*.
14854
14855         * simplify-rtx.c (simplify_rtx): Remove unused variable `new'.
14856
14857 Wed Nov  3 10:40:53 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14858
14859         * varasm.c (decode_rtx_const): Use XSTR to access the string
14860         of a SYMBOL_REF.
14861
14862 Wed Nov  3 10:10:58 1999  Richard Henderson  <rth@cygnus.com>
14863
14864         * c-decl.c (duplicate_decls): Copy DECL_MODE too.
14865
14866 Wed Nov  3 12:12:59 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14867
14868         * reload1.c (eliminate_regs_in_insn): If copying insn, also copy notes.
14869
14870 Wed Nov  3 03:26:28 1999  Jeffrey A Law  (law@cygnus.com)
14871
14872         * pa.c (ireg_operand): New function.
14873         * pa.h (PREDICATE_CODES): Handle ireg_operand.
14874         * pa.md (parallel_addb, parallel_movb): Use ireg_operand.
14875         Fix out of date comment.
14876
14877         * pa.md (negdi2): Turn into expander + anonymous pattern.
14878
14879         * reload.c (find_reloads): Fix typos in recent change.
14880
14881         * dwarf2out.c: Do not include ctype.h.
14882
14883 Tue Nov  2 21:53:44 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14884
14885         * regclass.c (record_reg_classes): Always use may_move_cost when
14886         seeing how operand fits with various register classes.
14887
14888 Tue Nov  2 15:38:17 1999  Richard Henderson  <rth@cygnus.com>
14889
14890         * resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes.
14891         * toplev.c: Revert Nov 1 13:22 change.
14892
14893 Tue Nov  2 14:21:37 1999  Jason Eckhardt  <jle@cygnus.com>
14894
14895         * config/pa/pa.md (height reduction patterns): Add checks for
14896         overlapping operands to avoid semantic-destroying splits for
14897         height reduction patterns.
14898
14899 Tue Nov  2 15:27:31 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14900
14901         * configure.in (m68k-hp-hpux*, xm_alloca.h): The underscore should
14902         have been an hyphen, fixed.
14903         * configure: Rebuilt.
14904
14905 Tue Nov  2 17:04:36 1999  Nick Clifton  <nickc@cygnus.com>
14906
14907         * config/arm/tpe.h: Add prototypes for exported functions.
14908         * config/arm/pe.c: Fix compile time warnings.
14909         * config/arm/semi.h: Fix compile time warnings.
14910         * config/arm/arm.c: Fix compile time warnings.
14911         * config/arm/arm.h: Fix compile time warnings.
14912         * config/arm/arm.md: Fix compile time warnings.
14913         * config/arm/thumb.c: Fix compile time warnings.
14914         * config/arm/thumb.h: Fix compile time warnings.
14915         * config/arm/thumb.md: Fix compile time warnings.
14916
14917 Tue Nov  2 04:10:24 1999  Jan Hubicka  <hubicka@freesoft.cz>
14918
14919         * jump.c (jump_optimize_1): Swap the incscc and the conditional mode
14920         detection code
14921
14922         * unroll.c (unroll_loop): Remove LOOP notes when loop is
14923         completely unrolled.
14924
14925 Tue Nov  2 16:57:22 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14926
14927         * cse.c (simplify_plus_minus, check_fold_const): Delete declarations.
14928
14929 Tue Nov  2 09:43:00 1999  Catherine Moore  <clm@cygnus.com>
14930
14931         * Makefile.in (genattrtab): Don't use (HOST_RTLANAL).
14932         * rtl.h (rtx_equal_p): Move prototype.
14933         * rtl.c (rtx_equal_function_value_matters): Move from
14934         rtlanal.c
14935         (rtx_equal_p): Likewise.
14936         * rtlanal.c (rtx_equal_function_value_matters): Delete.
14937         (rtx_equal_p): Likewise.
14938
14939 Mon Nov  1 23:21:17 1999  Jason Merrill  <jason@yorick.cygnus.com>
14940
14941         * libgcc2.c (__do_global_dtors): Only do EH frame stuff if
14942         ! HAS_INIT_SECTION.
14943
14944 Mon Nov  1 23:37:38 1999  Jeffrey A Law  (law@cygnus.com)
14945
14946         * gcc.1 (PA options): Remove obsolete -mshared-libs options.
14947
14948         * pa.h (ADDR_VEC_ALIGN): Define.
14949
14950         * jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT
14951         notes when presented with "if (foo) break; end_of_loop" and
14952         the break sequence gets moved out of the loop.
14953
14954         * unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.
14955         Remove explicit zero initializations of entries within MAP.
14956
14957 Mon Nov  1 18:09:14 1999  Richard Henderson  <rth@cygnus.com>
14958
14959         * reg-stack.c (convert_regs_1): Handle EH edges specially.
14960
14961 Mon Nov  1 15:41:01 1999  Mark P. Mitchell  <mark@codesourcery.com>
14962
14963         * bitmap.h (BITMAP_XMALLOC): New macro.
14964         * flow.c (CLEAN_ALLOCA): Remove.
14965         (delete_unreachable_blocks): Use xmalloc/xcalloc instead of alloca.
14966         (life_analysis): Likewise.
14967         (update_life_info): Don't use CLEAN_ALLOCA.
14968         (life_analysis_1): Use xmalloc/xcalloc instead of alloca.
14969         (calculate_global_regs_live): Likewise.
14970         (print_rtl_with_bb): Likewise.
14971         (verify_flow_info): Likewise.
14972         * global.c (global_alloc): Likewise.
14973         (global_conflicts): Likewise.
14974         * integrate.c (save_for_inline_nocopy): Likewise.
14975         (expand_inline_function): Likewise.
14976         * jump.c (jump_optimize_1): Likewise.
14977         (duplicate_loop_exit_test): Likewise.
14978         (thread_jumps): Likewise.
14979         * loop.c (loop_optimize): Likewise.
14980         (combine_givs): Likewise.
14981         (recombine_givs): Likewise.
14982         * reorg.c (dbr_schedule): Likewise.
14983         * unroll.c (unroll_loop): Likewise.
14984
14985         * combine.c (combine_instructions): Use xmalloc instead of alloca.
14986
14987 Mon Nov  1 13:22:30 1999  Richard Henderson  <rth@cygnus.com>
14988
14989         * toplev.c (rest_of_compilation): Don't optimize the CFG
14990         when rebuilding, just before dbr.
14991
14992 Mon Nov  1 14:35:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14993
14994         * output.h (assemble_end_function, assemble_destructor,
14995         assemble_constructor, assemble_gc_entry, assemble_global,
14996         assemble_label, output_constant_pool) Constify a char*.
14997
14998         * varasm.c (assemble_destructor, assemble_constructor,
14999         assemble_gc_entry, assemble_end_function, assemble_global,
15000         assemble_label, output_constant_pool): Likewise.
15001
15002 Mon Nov  1 14:22:51 1999  Nick Clifton  <nickc@cygnus.com>
15003
15004         * config/arm/thumb.c (thumb_expand_prologue): Add comments
15005         explaining what is goin on in this function.
15006
15007 Mon Nov  1 08:03:15 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15008
15009         * regclass.c (record_reg_classes): In matching case, recompute
15010         costs since the direction of movement is different.
15011
15012 Sun Oct 31 21:59:34 MST 1999  Diego Novillo <dnovillo@cygnus.com>
15013
15014         * resource.c (mark_target_live_regs): For unconditional branches,
15015         the resources found at the branch target should be added to the
15016         resources found so far, not intersected.
15017
15018 Sun Oct 31 15:48:49 1999  Philippe De Muyter  <phdm@macqel.be>
15019
15020         * fixinc/fixtests.c, fixinc/fixfixes.c : Keep `#' in first column for
15021         old cpp's.
15022         * fixinc/fixincl.c (fcntl.h) : Do not include this file twice.
15023         (sys/mman.h): Include this file only if #HAVE_MMAP.
15024         (run_compiles): Initialize `esac_fmt' with one old KR string, not
15025         with automatically concatenated ANSI strings.
15026
15027 Sun Oct 31 23:57:07 1999  Mark Mitchell  <mark@codesourcery.com>
15028
15029         * ggc-page.c (struct page_entry): Remove save_num_free_objects.
15030         (DIV_ROUND_UP): Robustify.
15031         (ggc_recalculate_in_use_p): New function.
15032         (release_pages): Don't inline it.
15033         (ggc_alloc_obj): Don't refuse to allocate objects on pages for
15034         outer contexts.
15035         (ggc_pop_context): Use ggc_recalculate_in_use_p.
15036         (clear_marks): Always save in_use_p.
15037         (sweep_pages): Use ggc_recalculate_in_use_p.
15038         (ggc_page_print_statistics): Avoid signed/unsigned comparisons.
15039         Release pages before counting statistics.
15040
15041 Sun Oct 31 23:42:37 1999  Mark Mitchell  <mark@codesourcery.com>
15042
15043         * toplev.c (rest_of_compilation): Fix thinko in this change:
15044
15045         Fri Oct 29 15:25:07 1999  Arnaud Charlet  <charlet@ACT-Europe.FR>
15046
15047         (rest_of_compilation): If inside an inlined external function,
15048         pretend we are just being declared.
15049
15050 Sun Oct 31 23:03:25 1999  Jeffrey A Law  (law@cygnus.com)
15051
15052         * flow.c (calculate_global_regs_live): Fix thinko.
15053
15054         * integrate.c (expand_inline_function): Fix bugs in previous
15055         change from Oct 28, 1999.
15056
15057 Sun Oct 31 20:27:45 1999  Mark Mitchell  <mark@codesourcery.com>
15058
15059         * stmt.c (expand_value_return): Fix typo in this change:
15060
15061         Thu Oct 28 18:06:50 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15062         (expand_value_return): Correctly convert VAL when promoting function
15063         return; support RETURN_REG being a PARALLEL.
15064
15065 Sun Oct 31 20:25:42 1999  Mark P. Mitchell  <mark@codesourcery.com>
15066
15067         * expr.c (readonly_fields_p): Ignore everything except FIELD_DECLs.
15068
15069 Sun Oct 31 20:42:17 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15070
15071         * hard-reg-set.h (reg_names): Constify a char*.
15072
15073         * regclass.c  (reg_names): Likewise.
15074
15075         * regs.h (reg_names): Likewise
15076
15077         * a29k/a29k.c (reg_names): Delete declaration.
15078
15079         * a29k/a29k.h (CONDITIONAL_REGISTER_USAGE): Constify a char*.
15080
15081         * arc/arc.c (arc_save_restore, arc_output_function_prologue,
15082         arc_output_function_epilogue): Likewise.
15083
15084         * elxsi/elxsi.c (reg_names): Likewise.
15085
15086         * gmicro/gmicro.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Likewise.
15087
15088         * m32r/m32r.c (m32r_output_function_epilogue, emit_cond_move):
15089         Likewise.
15090
15091         * m88k/m88k.c (output_function_profiler): Likewise.
15092
15093         * sparc/sparc.c (sparc_flat_output_function_prologue,
15094         sparc_flat_output_function_epilogue): Likewise.
15095
15096 Sun Oct 31 13:32:15 CET 1999  Marc Lehmann <pcg@goof.com>
15097
15098         * toplev.c (rest_of_compilation): Seperate the setjmp/vfork clobber
15099         warning from -Wuninitialized and put it under -W.
15100         * function.c (uninitialized_vars_warning): Warn only when the
15101         corresponding flag is set.
15102
15103 Sun Oct 31 01:53:30 1999  Jeffrey A Law  (law@cygnus.com)
15104
15105         * cse.c (cse_insn): If an insn has only a single set, SRC_EQV
15106         is nonzero and the single set does not have an elt, then assign
15107         it an elt.
15108
15109         * simplify-rtx.c: New file.
15110         * Makefile.in (OBJS): Add simplify-rtx.o
15111         (simplify-rtx.o): Add dependencies.
15112         * rtl.h (simplify_gen_binary, simplify_rtx): Add prototypes.
15113         * cse.c: Use simplify_gen_binary intead of cse_gen_binary.
15114         (cse_gen_binary, simplify_unary_operation): Delete.
15115         (simplify_binary_operation, simplify_plus_minus): Likewise.
15116         (check_fold_consts, simplify_relation_operation): Likewise.
15117         (simplify_ternary_operation): Likewise.
15118         (delete_trivially_dead_insns): Simplify the contents of the
15119         REG_EQUAL note before trying to substitute it into the source
15120         of the reg-reg copy at the end of a libcall sequence.
15121
15122         * combine.c (combine_simplify_rtx): Renamed from simplify_rtx.  All
15123         references/callers changed.
15124
15125         * mn10200.c (mn10200_va_arg): Force the return value into a
15126         register.
15127
15128         * fr30.h (EXTRA_CC_NAMES): Remove obsolete macro.
15129
15130         * cccp.c (macroexpand): Avoid out of range accesses for omitted
15131         arguments.
15132
15133 Sat Oct 30 22:42:50 1999  Stephen L Moshier <moshier@mediaone.net>
15134
15135         * c-lex.c (yylex): Accept 'f' in mantissa of hex float constant.
15136
15137 Sat Oct 30 22:19:26 1999  Jeffrey A Law  (law@cygnus.com)
15138
15139         * fold-const.c (fold): Fix thinko when optimizing comparisons
15140         against -0.0.
15141
15142 Sat Oct 30 21:32:17 1999  David Starner  <dstarner98@aasaa.ofe.org>
15143
15144         * gcc.texi (Passes): Update front-end files to their current
15145         location.
15146
15147 Sat Oct 30 14:41:40 1999  Richard Henderson  <rth@cygnus.com>
15148
15149         * alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Call secondary_reload_class.
15150         (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
15151         (PREDICATE_CODES): Add addition_operation.
15152         * alpha-protos.h (addition_operation): Declare.
15153         (secondary_reload_class): Likewise.
15154         * alpha.c (addition_operation): New.
15155         (secondary_reload_class): New, from old SECONDARY_INPUT_RELOAD_CLASS.
15156         * alpha.md (adddi3): Turn into expander.
15157         (*lda, *adddi_2): New.
15158         (movsf, movdf patterns): Don't preference integer regs.
15159         (movsi, movdi patterns): Don't preference fp regs.
15160
15161 Sat Oct 30 14:38:22 1999  Richard Henderson  <rth@cygnus.com>
15162
15163         * genrecog.c (write_switch): Check for duplicate CODE cases.
15164
15165 Sat Oct 30 14:31:48 1999  Richard Henderson  <rth@cygnus.com>
15166
15167         * ggc-common.c: Update pre-function commentary.
15168         * ggc-page.c: Likewise.
15169         (poison): Remove.
15170         (poison_pages): Use memset directly.
15171         (ggc_alloc_obj): Likewise.  Use a different pattern than poison_pages.
15172         (ggc_collect): Poison before sweeping.
15173         * ggc-simple.c: Update pre-function commentary.
15174         (ggc_alloc_obj): Poison non-zeroed memory.
15175
15176 Sat Oct 30 14:28:52 1999  Mark Mitchell  <mark@codesourcery.com>
15177
15178         * ggc-common.c (ggc_print_statistics): Make arguments to fprintf
15179         match format string, even on 64-bit hosts.
15180         * gcc-page.c (ggc_page_print_statistics): Likewise.
15181
15182 Sat Oct 30 14:38:04 1999  Catherine Moore  <clm@cygnus.com>
15183
15184         * config/i386/i386.c (ix86_cpu): Revert last patch.
15185         * config/i386/i386.h (ix86_cpu): Ditto.
15186
15187 Fri Oct 29 17:00:42 1999  Jim Wilson  <wilson@cygnus.com>
15188
15189         * stor-layout.c (layout_type): When compute TYPE_SIZE_UNIT from
15190         TYPE_SIZE, convert type of result to sizetype.
15191
15192 Fri Oct 29 14:34:17 1999  Richard Henderson  <rth@cygnus.com>
15193
15194         * flow.c (count_or_remove_death_notes): Equate NULL with the
15195         universal set.
15196
15197         * jump.c, reg-stack.c, toplev.c: Revert Oct 27 change.
15198         * toplev.c (rest_of_compilation): Rebuild CFG immediately before
15199         dbr_schedule.
15200
15201         * i386.c (pic_label_no): Delete.
15202         (ix86_attr_length_default): Don't use single_set to peek
15203         inside a parallel.
15204
15205         * recog.c (peephole2_optimize): Allow recog_next_insn to index
15206         the first insn after bb->end.
15207         * i386.md (push mem peeps): Scratch is live after evaluation
15208         of the memory.
15209         (cmp mem peep): Similarly.
15210
15211 Fri Oct 29 11:50:11 1999  Catherine Moore  <clm@cygnus.com>
15212
15213         * calls.c (emit_library_call_value): Fix declaration of alignment_pad.
15214         * function.c (pad_to_arg_alignment): Add missing braces.
15215
15216 Fri Oct 29 13:53:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15217
15218         * alpha/alpha-protos.h (literal_section): Add prototype.
15219         (alpha_need_linkage, alpha_start_function,alpha_end_function):
15220         Constify a char*.
15221
15222         * alpha/alpha.c (alpha_ra_ever_killed, set_frame_related_p): Add
15223         prototype.
15224         (alpha_start_function, alpha_end_function, float_strings,
15225         alpha_need_linkage): Constify a char*
15226
15227         * alpha/alpha.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_MI_THUNK): Likewise.
15228
15229         * alpha/alpha32.h (ASM_OUTPUT_MI_THUNK): Likewise.
15230
15231         * alpha/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
15232
15233         * alpha/vms.h (ASM_OUTPUT_SECTION_NAME): Likewise.
15234
15235 Fri Oct 29 13:49:39 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15236
15237         * flow.c (debug_flow_info): Add prototype.
15238
15239         * gcc.c (main): Likewise.
15240
15241         * gcse.c (expr_reaches_here_p_work, pre_expr_reaches_here_p_work):
15242         Likewise.
15243
15244         * reload1.c (failed_reload, set_reload_reg): Likewise.
15245
15246         * mips-tfile.c (main): Likewise.
15247         (pfatal_with_name, fancy_abort, botch, fatal, catch_signal): Mark
15248         with ATTRIBUTE_NORETURN.
15249
15250 Fri Oct 29 18:16:03 1999  Andrew Haley  <aph@cygnus.com>
15251
15252         * config/i386/i386.h (ENCODE_SECTION_INFO): Don't do anything if
15253         DECL is not a memory ref.
15254
15255 Fri Oct 29 09:05:34 1999  Catherine Moore  <clm@cygnus.com>
15256
15257         * config/i386/i386.h (ix86_cpu): Remove extern attribute.
15258         * config/i386/i386.c (ix86_cpu): Add extern attribute.
15259
15260 Fri Oct 29 16:30:04 1999  Andrew Haley  <aph@cygnus.com>
15261
15262         * config/mips/elf.h: remove NAME__MAIN and SYMBOL__MAIN.
15263         * config/mips/elf64.h: ditto.
15264
15265 Fri Oct 29 08:03:57 1999  Catherine Moore  <clm@cygnus.com>
15266
15267         * expr.c (emit_push_insn): New argument alignment_pad.
15268         Update all callers.  Adjust stack pointer based on alignment pad.
15269         * function.c (pad_to_arg_alignment):  New argument alignment_pad.
15270         Update all callers.  Track alignment_pad if boundary > PARM_BOUNDARY.
15271         (locate_and_pad_parm): New argument alignment_pad.  Update all
15272         callers.
15273         * expr.h (emit_push_insn): Update prototype.
15274         (locate_and_pad_parm): Update prototype.
15275         * calls.c (arg_data):  Add new field alignment_pad.
15276         (initialize_argument_information): Initialize alignment_pad.
15277
15278 Fri Oct 29 02:51:35 1999  Mark Mitchell  <mark@codesourcery.com>
15279
15280         * except.c (free_eh_nesting_info): Free the info itself.
15281         * function.c (free_after_compilation): Don't free NULL.
15282         * gcse.c (alloc_pre_mem): Free the temp_bitmap, too.
15283         (pre_edge_insert): Free inserted.
15284         * stmt.c (free_stmt_status): Don't free NULL.
15285
15286 Fri Oct 29 15:25:07 1999  Arnaud Charlet  <charlet@ACT-Europe.FR>
15287
15288         * gcov.c (DIR_SEPARATOR): Provide default.
15289         (output_data): Add test for MS-DOS format absolute filename.
15290         (fancy_abort): Correct program name.
15291         (open_files): Open all files in binary mode.
15292         * libgcc2.c (__bb_exit_func): Likewise.
15293
15294         * profile.c (init_branch_prob): Specify binary when opening files.
15295
15296         * flags.h (flag_unwind_tables): New decl.
15297         * toplev.c (flag_unwind_table): New definition.
15298         (f_options): Add -funwind-tables.
15299         (decode_g_option): Clarify warning when unknown -g option is given.
15300         (rest_of_compilation): If inside an inlined external function,
15301         pretend we are just being declared.
15302
15303         * dwarf2out.c (dwarf2out_do_frame): Check -funwind_tables.
15304         (dwarf2out_frame_finish): Likewise.
15305
15306 Fri Oct 29 07:44:26 1999  Vasco Pedro  <vp@di.fct.unl.pt>
15307
15308         * fold-const.c (merge_ranges): If not in0, but in1, handle
15309         upper bounds equal like subset case.
15310
15311 Thu Oct 28 19:22:24 1999  Douglas Rupp <rupp@gnat.com>
15312
15313         * dbxout.c (dbxout_parms): Generate a second stabs line for parameters
15314         passed in a register but moved to the stack.
15315
15316 Thu Oct 28 19:12:57 1999  Sam Tardieu  <tardieu@act-europe.fr>
15317
15318         * gcc.c (pass_exit_codes, greatest_status): New variables.
15319         (struct option_map): Add entry for "--pass-exit-codes".
15320         (execute): Update greatest_status if error.
15321         (display_help): Add documentation for -pass-exit-codes.
15322         (process_command): Handle -pass-exit-codes.
15323         (main): Look at pass_exit_codes and greatest_status on call to exit.
15324
15325 Thu Oct 28 18:06:50 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15326
15327         * reload.c (find_reloads): Refine test for no input reload
15328         case to not includes reloads emitted after insn.
15329
15330         * function.c (find_temp_slots_from_address): Handle sum involving
15331         a register that points to a temp slot.
15332         (update_temp_slot_address): Make recursive call if both old and
15333         new are PLUS with a common operand.
15334         * calls.c (expand_call): Mark temp slot for result as having
15335         address taken.
15336
15337         * rtlanal.c (reg_referenced_p, case IF_THEN_ELSE): New case.
15338
15339         * gcc.c (process_command): Add standard_exec_prefix with "GCC"
15340         component as well as "BINUTILS".
15341
15342         * integrate.h (copy_rtx_and_substitute): New arg, FOR_LHS.
15343         * integrate.c (copy_rtx_and_substitute): Likewise.
15344         (expand_inline_function, integrate_parm_decls, integrate_decl_tree):
15345         All callers changed.
15346         * unroll.c (inital_reg_note_copy, copy_loop_body): Likewise.
15347
15348         * dbxout.c (dbxout_type, case INTEGER_TYPE_NODE): If can use
15349         gdb extensions, write size of type; also be more consistent
15350         in using references when this is a subtype.
15351
15352         * pa.md (extv, extzv, insv): Use define_expand to reject constant
15353         that is out of range.
15354
15355         * loop.c (unknown_constant_address_altered): New variable.
15356         (prescan_loop): Initialize it.
15357         (note_addr_stored): Set it for RTX_UNCHANGING_P MEM.
15358         (invariant_p, case MEM): Remove handling for volatile and readonly;
15359         check new variable if readonly.
15360         (check_dbra_loop): Chdeck unknown_constant_address_altered.
15361
15362         * cse.c (canon_hash, case MEM): Do not record if BLKmode.
15363         (addr_affects_sp_p): Removed from note_mem_written and only
15364         define #ifdef AUTO_INC_DEC.
15365
15366         * alpha.c (input_operand, case ADDRESSOF): Treat as REG.
15367
15368         * regclass.c (record_reg_classes): Properly handle register move
15369         directions.
15370
15371         * varasm.c (initializer_constant_valid_p, case MINUS_EXPR):
15372         Don't think valid if both operands are invalid.
15373         (struct constant_descriptor): New field RTL.
15374         (mark_const_hash_entry): Mark it.
15375         (record_constant{,_rtx}): Initialize it.
15376         (output_constant_def): Allocate RTL in permanent obstack and
15377         save in table.
15378         ({record,compare}_constant_1): Modes must match for
15379         CONSTRUCTOR of ARRAY_TYPE.
15380
15381         * c-common.h (initializer_constant_valid_p): Delete decl from here.
15382         * output.h (initializer_constant_valid_p): Move decl to here.
15383         * c-common.c (initializer_constant_valid_p): Delete function from here.
15384         * varasm.c (initializer_constant_valid_p): Move function to here.
15385
15386         * tree.h (STRIP_SIGN_NOPS): New macro.
15387         * fold-const.c (optimize_minmax_comparison): New function.
15388         (invert_truthvalue, case WITH_RECORD_EXPR): New case.
15389         (fold): Use STRIP_SIGN_NOPS instead of STRIP_TYPE_NOPS.
15390         (fold, case EQ_EXPR): Call optimize_minmax_comparison and add
15391         cases with ABS_EXPR, NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR, and
15392         widening conversions.
15393         (fold, case LE_EXPR): Rework changing unsigned to signed comparisons
15394         to look at size of mode, not precision of type; also add missing cases.
15395         (optimize_bit_field_compare, decode_field_reference): Don't try to
15396         optimize COMPONENT_REF of a PLACEHOLDER_EXPR.
15397
15398         * dwarf2out.c (ctype.h): Include.
15399         (dwarf2out_set_demangle_name_func): New function.
15400         (size_of_line_info): Deleted.
15401         (output_line_info): Compute size of line info table from difference
15402         of labels.
15403         (base_type_die, add_name_attribute): Call demangle function, if any.
15404         (field_byte_offset): Use bits per word for variable length fields.
15405         (gen_array_type_die): Add array name.
15406         (gen_subprogram_die): Ignore DECL_INLINE if -fno-inline.
15407         (dwarf2out_add_library_unit_info): New function.
15408
15409         * explow.c (set_stack_check_libfunc): New function.
15410         (stack_check_libfunc): New static variable.
15411         (probe_stack_range): Allow front-end to set up a libfunc to call.
15412
15413         * combine.c (simplify_comparison): When making comparison in wider
15414         mode, check for having commuted an AND and a SUBREG.
15415         (contains_muldiv): New function.
15416         (try_combine): Call it when dividing a PARALLEL.
15417         (simplify_rtx, case TRUNCATE): Don't remove for umulsi3_highpart.
15418         (simplify_comparison, case ASHIFTRT): Recognize sign-extension of
15419         a PLUS.
15420         (record_value_for_reg): If TEM is a binary operation with two CLOBBERs,
15421         use one of the CLOBBERs instead.
15422         (if_then_else_cond): If comparing against zero, just return thing
15423         being compared.
15424
15425         * optabs.c (expand_abs): If machine has MAX, ABS (x) is MAX (x, -x).
15426         Don't generate shifts and subtract if have conditional arithmetic.
15427
15428         * rtl.h (delete_barrier): New declaration.
15429         * jump.c (jump_optimize): Set up to handle conditional call.
15430         In conditional arithmetic case, handle CALL_INSN followed by a BARRIER.
15431         (delete_barrier): New function.
15432
15433         * rtl.c (read_rtx): Call fatal if bad RTL code; check for bad mode.
15434
15435         * recog.c (nonmemory_operand): Accept ADDRESSOF.
15436
15437         * tree.c (build_type_attribute_variant): Push to obstack of
15438         ttype around type_hash_canon call.
15439
15440         * expr.c (placeholder_list): Move decl to file scope.
15441         (expand_expr): Don't force access to volatile just because its
15442         address is taken.
15443         If ignoring reference operations, just expand the operands.
15444         (expand_expr, case COMPONENT_REF): Propagate
15445         EXPAND_CONST_ADDRESS to recursive call when expanding inner.
15446         Refine test for using bitfield operations vs pointer punning.
15447         (expand_expr, case CONVERT_EXPR): If converting to
15448         BLKmode UNION_TYPE from BLKmode, just return inner object.
15449         Use proper mode in store_field call.
15450         Properly set sizes of object to store and total size in store_field
15451         call for convert to union.
15452         (expand_expr, case ARRAY_REF): If OP0 is in a register, put it in
15453         memory (like for ADDR_EXPR).  Also, don't put constant in register if
15454         we'll want it in memory.
15455         (readonly_fields_p): New function.
15456         (expand_expr, case INDIRECT_REF): Call it if LHS.
15457         (expand_assignment): Handle a RESULT_DECL where
15458         DECL_RTL is a PARALLEL.
15459         (do_jump, case WITH_RECORD_EXPR): New case.
15460         (get_inner_reference): Always go inside a CONVERT_EXPR
15461         and NOP_EXPR if both modes are the same.
15462         (store_field): Use bitfield operations if size of bitsize is not same
15463         as size of RHS's type.
15464         Check for bitpos not a multiple of alignment in BLKmode case.
15465         Do block move in largest possible alignment.
15466         (store_constructor): Set BITSIZE to -1 for variable size and properly
15467         in case of array of BLKmode.
15468         (expand_expr_unaligned): New function.
15469         (do_compare_and_jump): Call it.
15470
15471         * mips/iris5.h (SWITCHES_NEED_SPACES): New macro.
15472         * collect2.c (main): Only allow -ofoo if SWITCHES_NEED_SPACES
15473         does not include 'o'.
15474
15475         * function.c (instantiate_virtual_regs_1, case SET): Handle case where
15476         both SET_DEST and SET_SRC reference a virtual register.
15477         (gen_mem_addressof): Copy RTX_UNCHANGING_P from new REG to old REG.
15478
15479         * integrate.c (expand_inline_function): Handle case of setting
15480         virtual stack vars register (from built in setjmp); when parameter
15481         lives in memory, expand virtual_{stack_vars,incoming_args}_rtx early.
15482         (subst_constant): Add new parm, MEMONLY.
15483         (expand_inline_function, integrate_parm_decls): Pass new parm.
15484         (integrate_decl_tree): Likewise.
15485         (copy_rtx_and_substitute, case MEM): Do copy RTX_UNCHANGING_P.
15486         (try_constants): Call subst_constants twice, with MEMONLY 0 and 1.
15487         (copy_rtx_and_substitute, case SET): Add explicit calls to
15488         copy_rtx_and_substitute for both sides.
15489
15490         * stmt.c (expand_asm_operands): Don't use TREE_STRING_LENGTH for
15491         constraints.
15492         (pushcase{,_range}): Convert to NOMINAL_TYPE after checking for
15493         within INDEX_TYPE, instead of before.
15494         (fixup_gotos): Use f->target_rtl, not the next insn,
15495         since latter may be from a later fixup.
15496         (expand_value_return): Correctly convert VAL when promoting function
15497         return; support RETURN_REG being a PARALLEL.
15498         (expand_return): When checking for result in regs and having
15499         cleanup, consider PARALLEL in DECL_RTL as being in regs.
15500
15501 1999-10-28 21:27 -0700  Zack Weinberg  <zack@bitmover.com>
15502
15503         * cpplib.h (struct cpp_buffer: fname, nominal_fname,
15504         last_nominal_fname): Mark const.
15505         (struct include_hash: name, nshort, control_macro): Mark
15506         const.
15507         (struct macrodef: symnam): Mark const.
15508         (struct if_stack: fname): Mark const.
15509         (is_idchar, is_idstart, is_hor_space, trigraph_table): Delete.
15510         (IStable): New character-syntax array which encompasses all
15511         the old is_foo arrays.
15512         (is_idchar, is_numchar, is_idstart, is_numstart, is_hspace,
15513         is_space): New macros for interrogating IStable.
15514         (check_macro_name): Kill last argument.  All callers changed.
15515
15516         * cppinit.c (initialize_char_syntax): Delete.
15517         (is_idchar, is_idstart, is_hor_space, is_space,
15518         trigraph_table): Delete.
15519         (IStable): New.  Initialize with clever macros to avoid
15520         information duplication.
15521         (builtin_array): Table of builtins to get rid of explicit list
15522         in initialize_builtins.
15523         (initialize_builtins): Use builtins_array.
15524         (cpp_start_read): Call init_IStable, and set IStable['$'] if
15525         opts->dollars_in_ident.
15526
15527         * cppexp.c: Change all refs to is_xyz[] arrays to use new
15528         is_xyz() macros.
15529         (cpp_parse_expr): Avoid 'format string is not constant'
15530         warning. Use ISGRAPH to identify printable chars.
15531         * cppfiles.c: Change all refs to is_xyz[] arrays to use new
15532         is_xyz() macros.
15533         (read_and_prescan): Map trigraphs to chars with open-coded
15534         if-else-if-... sequence, not a lookup table.
15535         * cpphash.c: Change all refs to is_xyz[] arrays to use new
15536         is_xyz() macros.
15537         * cpplib.c: Change all refs to is_xyz[] arrays to use new
15538         is_xyz() macros.  Kill SKIP_ALL_WHITE_SPACE (unused).
15539         (check_macro_name): Remove ability to report an invalid
15540         assertion name, which is never used.
15541         (do_line): Constify a couple of char *'s.
15542         * cppmain.c (main): Call cpp_cleanup before returning.
15543
15544 Thu Oct 28 21:16:35 1999  Mark Mitchell  <mark@codesourcery.com>
15545
15546         * ggc.h (struct ggc_statistics): New type.
15547         (ggc_get_size): New function.
15548         (ggc_print_statistics): Likewise.
15549         * ggc-common.c (ggc_stats): New variable.
15550         (ggc_mark_rtx_children): Keep statistics.
15551         (ggc_mark_tree_children): Likewise.
15552         (ggc_print_statistics): New function.
15553         * ggc-page.c (struct globals): Add bytes_mapped field.
15554         (alloc_anon): Update it.
15555         (release_pages): Likewise.
15556         (ggc_get_size): New function.
15557         (ggc_page_print_statistics): New function.
15558         * ggc-simple.c (ggc_get_size): New function.
15559
15560 Fri Oct 29 06:32:44 1999  Geoffrey Keating  <geoffk@cygnus.com>
15561
15562         * flow.c (propagate_block): When the last reference to a label
15563         before an ADDR_VEC is deleted because the reference is a dead
15564         store, delete the ADDR_VEC.
15565
15566 Thu Oct 28 12:28:50 1999  Richard Henderson  <rth@cygnus.com>
15567
15568         * resource.c (find_free_register): Don't use the frame pointer
15569         if frame_pointer_needed.
15570
15571 Thu Oct 28 10:02:00 1999  Jim Wilson  <wilson@cygnus.com>
15572
15573         * config/mips/mips.c (mips_va_arg): Delete gen_jump as emit_jump arg.
15574         (function_arg_pass_by_reference): Check for a NULL pointer in cum.
15575
15576         * config/i960/i960.c (i960_va_start): New locals base, num.
15577         Use INDIRECT_REF instead of ARRAY_REF on valist.
15578         (i960_va_arg): Use INDIRECT_REF instead of ARRAY_REF on valist.
15579
15580 Thu Oct 28 09:45:48 1999  Mark Mitchell  <mark@codesourcery.com>
15581
15582         * gcse.c (delete_null_pointer_checks): Fix typo in previous change.
15583
15584 Thu Oct 28 03:37:50 1999  Peter Gerwinski <peter@gerwinski.de>
15585
15586         * tree.def (PLACEHOLDER_EXPR): Update comments.
15587
15588 Thu Oct 28 06:47:32 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15589
15590         * c-common.c (check_format_info): Avoid non-literal format string
15591         warnings when `first_arg_num' is zero.
15592
15593 Thu Oct 28 12:28:48 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15594
15595         * rtl.texi: Delete explicit Prev, Up and Next entries in "@node"s.
15596
15597 Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
15598
15599         * arm.md (casesi_insn): Add a clobber of the condition code
15600         register.
15601
15602 Mon Oct 18 21:16:06 1999  Fred Fish  <fnf@be.com>
15603
15604         * tm.texi (CC1PLUS_SPEC): Make it clear in the docs that CC1_SPEC is
15605         used by both cc1 and cc1plus.
15606
15607 Thu Oct 28 10:00:48 1999  Nick Clifton  <nickc@cygnus.com>
15608
15609         * config/arm/arm.c: Initialise arm_structure_size_boundary to
15610         DEFAULT_STRUCTURE_SIZE_BOUNDARY.
15611         * config/arm/arm.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY): Define
15612         to the value 32 if it has not already been defined.
15613         * config/arm/netbsd.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY):
15614         Override definition in arm.h with a value of 8.
15615
15616 Thu Oct 28 03:12:02 1999  David Starner  <dstarner98@aasaa.ofe.org>
15617
15618         * c-pragma.c (push_alignment): Don't check the return value
15619         of xmalloc.
15620
15621 Thu Oct 28 03:08:38 1999  Matteo Frigo <athena@fftw.org>
15622
15623         * sparc.h (ADJUST_COST): Fix thinko.
15624
15625 Thu Oct 28 02:44:03 1999  Glen Nakamura  <glen.nakamura@usa.net>
15626
15627         * cccp.c (rescan): Fixed obp pointer handling around call to
15628         check_expand subroutine.
15629
15630 Thu Oct 28 02:15:22 1999  Jeffrey A Law  (law@cygnus.com)
15631
15632         * gcse.c (delete_null_pointer_checks): Only record non-null info
15633         for pseudos when examining stores.
15634
15635         * arm.md (adddi3, adddi_sesidi_di, adddi_sesidi_di): Add
15636         splitters for these patterns.  Use "#" for output templates.
15637         (addsi3_carryin_shift): New pattern.
15638
15639 Thu Oct 28 10:20:02 1999  Geoffrey Keating  <geoffk@cygnus.com>
15640
15641         * config/rs6000/rs6000.md (movsf): Don't convert a SUBREG
15642         of the function return register into a plain REG until
15643         after function inlining is done.
15644
15645 Wed Oct 27 15:21:46 1999  Richard Henderson  <rth@cygnus.com>
15646
15647         * jump.c (jump_optimize_1): If we did cross-jumping, and
15648         the data will matter, rebuild the CFG.
15649         * reg-stack.c (reg_to_stack): Only (re)build the CFG if
15650         not optimizing.  Don't run shorten_branches.
15651         * toplev.c (rest_of_compilation): Run shorten_branches after
15652         reg_to_stack.
15653
15654 Wed Oct 27 12:33:40 1999  Mark Mitchell  <mark@codesourcery.com>
15655
15656         * rtl.h (note_stores): Add additional paramter.
15657         * rtlanal.c (reg_set_p_1): Take additional paramter.
15658         (reg_set_last_1): Likewise.
15659         (reg_set_p): Adjust call to note_stores.
15660         (reg_set_last): Likewise.
15661         (note_stores): Pass data parameter to worker function.
15662         * alias.c (record_set): Take additional parameter.
15663         (init_alias_analysis): Pass it.
15664         * caller-save.c (mark_set_regs): Take additional parameter.
15665         (save_call_clobbered_regs): Pass NULL to note_stores.
15666         * combine.c (set_nonzero_bits_and_sign_copies): Take additional
15667         parameter.
15668         (record_dead_and_set_regs_1): Likewise.
15669         (reg_dead_at_p_1): Likewise.
15670         (combine_instructions): Adjust calls to note_stores.
15671         (try_combine): Likewise.
15672         (record_dead_insn): Remove.
15673         (record_dead_and_set_regs): Adjust calls to note_stores.
15674         (reg_dead_at_p): Likewise.
15675         * cse.c (invalidate_skipped_set): Take additional parameter.
15676         (cse_check_loop_start): Likewise.
15677         (cse_check_loop_start_value): Remove.
15678         (cse_set_around_loop): Adjust calls to note_stores.
15679         * flow.c (notice_stack_pointer_modification): Take additional
15680         parameter.  Remove duplicate declaration.
15681         (record_volatile_insns): Adjust calls to note_stores.
15682         * gcse.c (record_set_info): Take additional parameter.
15683         (record_last_set_info): Likewise.
15684         (invalidate_nonnull_info): Likewise.
15685         (record_set_insn): Remove.
15686         (compute_sets): Adjust calls to note_stores.
15687         (last_set_insn): Remove.
15688         (compute_hash_table): Adjust calls to note_stores.
15689         (insert_insn_end_bb): Likewise.
15690         (delete_null_pointer_checks): Likewise.
15691         * global.c (mark_reg_store): Take additional parameter.
15692         (mark_reg_clobber): Likewise.
15693         (reg_becomes_live): Likewise.
15694         (global_conflicts): Adjust calls to note_stores.
15695         (build_insn_chain): Likewise.
15696         * integrate.c (note_modified_parmregs): Take additional parameter.
15697         (mark_stores): Likewise.  Make it static.
15698         (save_for_inline_nocopy): Adjust calls to note_stores.
15699         (try_constants): Likewise.
15700         * integrate.h (mark_stores): Remove declaration.
15701         * jump.c (mark_modified_reg): Take additional parameter.
15702         (thread_jumps): Adjust calls to note_stores.
15703         * local-alloc.c (validate_equiv_mem_from_store): Take additional
15704         parameter.
15705         (no_equiv): Likewise.
15706         (reg_is_set): Likewise.
15707         (validate_equiv_mem): Adjust calls to note_stores.
15708         (update_equiv_regs): Likewise.
15709         (block_alloc): Likewise.
15710         * loop.c (note_set_pseudo_multiple_uses_retval): Remove.
15711         (note_addr_stored): Take additional parameter.
15712         (note_set_pseudo_multiple_uses): Likewise.
15713         (record_initial): Likewise.
15714         (prescan_loop): Adjust calls to note_stores.
15715         (strength_reduce): Likewise.
15716         (check_dbra_loop): Likewise.
15717         * regmove.c (flags_set_1): Take additional paramter.
15718         (mark_flags_life_zones): Adjust calls to note_stores.
15719         * reload1.c (mark_not_eliminable): Take additional parameter.
15720         (forget_old_reloads_1): Likewise.
15721         (reload_cse_invalidate_rtx): Likewise.
15722         (reload_cse_check_clobber): Likewise.
15723         (reload_combine_note_store): Likewise.
15724         (move2add_note_store): Likewise.
15725         (reload): Adjust calls to note_stores.
15726         (reload_as_needed): Likewise.
15727         (emit_reload_insns): Likewise.
15728         (reload_cse_regs_1): Likewise.
15729         (reload_cse_record_set): Adjust calls to reload_cse_invalidate_rtx.
15730         (reload_combine): Adjust calls to note_stores.
15731         * resource.c (update_live_status): Take additional paramter.
15732         (mark_target_live_regs): Adjust calls to note_stores.
15733         * stupid.c (find_clobbered_regs): Take additional parameter.
15734         (stupid_life_analysis): Adjust calls to note_stores.
15735
15736 Wed Oct 27 19:26:12 1999  Nick Clifton  <nickc@cygnus.com>
15737
15738         * config/arm/coff.h (STRUCTURE_SIZE_BOUNDARY): Delete
15739         definition.
15740
15741         * config/arm/elf.h (STRUCTURE_SIZE_BOUNDARY): Delete
15742         definition.
15743
15744         * config/arm/arm.h (STRUCTURE_SIZE_BOUNDARY): Define in terms
15745         of the variable arm_structure_size_boundary.
15746
15747 Wed Oct 27 02:05:58 1999  Mark P. Mitchell  <mark@codesourcery.com>
15748
15749         * alias.c (init_alias_analysis): Allocate reg_known_value and
15750         reg_known_equiv_p on the heap.  Likewise for new_reg_base_value
15751         and reg_seen.
15752         (end_alias_analysis): Free reg_known_value and reg_known_equiv_p.
15753         * cse.c (cse_main): Call end_alias_analysis.
15754         * haifa-sched.c (schedule_insns): Likewise.
15755         * local-alloc. (update_equiv_regs): Likewise.
15756         * reload1.c (reload_cse_regs): Likewise.
15757
15758 Wed Oct 27 01:49:17 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15759
15760         * sparc/sparc.c (sparc_override_options): Clear MASK_FPU_SET.
15761         * sparc/sparc.h (TARGET_SWITCHES): Add "fpu" entry for reverse
15762         mapping from MASK_FPU.
15763
15764 Wed Oct 27 01:42:26 1999  Scott Christley  <scottc@net-community.com>
15765
15766         * sparc.md (call): Don't bound structure return size to 0xfff.
15767
15768 Wed Oct 27 00:56:59 1999  Richard Henderson  <rth@cygnus.com>
15769
15770         * resource.c (mark_target_live_regs): Check that the target
15771         insn wasn't created after compute_bb_for_insn.
15772
15773 Tue Oct 26 23:15:03 1999  Mark Mitchell  <mark@codesourcery.com>
15774
15775         * ggc-page.c (poison_pages): Don't be overzealous.
15776
15777 Tue Oct 26 23:29:18 1999  Jeffrey A Law  (law@cygnus.com)
15778
15779         * alias.c: Update comments for ADDRESS.
15780         (nonlocal_reference_p): Look inside the ADDRESS to determine if
15781         it is a local memory reference.
15782
15783         * c-typeck.c (build_function_call): Check that the built-in
15784         function is of class BUILT_IN_NORMAL before trying to recongize
15785         it as BUILT_IN_ABS.
15786         * calls.c (calls_function_1): Similarly for BUILT_IN_ALLOCA.
15787         * stmt.c (expand_end_cae): Similarly for BUILT_IN_CLASSIFY_TYPE.
15788
15789 Wed Oct 27 00:14:13 1999  Robert Lipe  <robertlipe@usa.net>
15790
15791         * gcse.c (expr_reaches_here_p): Use xcalloc and explit free instead
15792         of alloca.
15793         (pre_gcse): Likewise.
15794         (hoist_expr_reaches_here_p): Likewise.
15795         (hoist_code): Likewise.
15796         (pre_expr_reaches_here_p): Replace alloca with xcalloc.  Move core
15797         code to ...
15798         (pre_expr_reaches_here_p_work): ... here.
15799         (expr_reaches_here_p): Replace alloca with xcalloc.  Move core
15800         code to ...
15801         (expr_reaches_here_p_work): ... here.
15802
15803 Tue Oct 26 20:42:45 1999  Richard Henderson  <rth@cygnus.com>
15804
15805         * resource.c (find_basic_block): Delete.
15806         (mark_target_live_regs, incr_ticks_for_insn): Use BLOCK_NUM instead.
15807         (init_resource_info): Call compute_bb_for_insn.
15808
15809 Tue Oct 26 20:21:02 1999  Richard Henderson  <rth@cygnus.com>
15810
15811         * flow.c (merge_blocks_move_predecessor_nojumps): Cope
15812         with already adjacent blocks, but no fallthru.
15813         (merge_blocks_move_successor_nojumps): Simplify.
15814         (debug_flow_info): New.
15815
15816         * toplev.c (rest_of_compilation): Open jump1 dump file before
15817         jump and close after, as opposed to just using dump_rtl.
15818
15819 Wed Oct 27 03:09:23 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
15820
15821         * reload.h (earlyclobber_operand_p): Declare.
15822         * reload.c (earlyclobber_operand_p): Don't declare.  No longer static.
15823         * reload1.c (reload_reg_free_for_value_p):  RELOAD_OTHER reloads with
15824         an earlyclobbered output conflict with RELOAD_INPUT reloads - handle
15825         case where the RELOAD_OTHER reload is new.  Use earlyclobber_operand_p.
15826
15827 Tue Oct 26 18:23:38 1999  Jan Hubicka  <hubicka@freesoft.cz>
15828                           Richard Henderson  <rth@cygnus.com>
15829
15830         * emit-rtl.c (emit_block_insn_before): New.
15831         (emit_block_insn_after): New.
15832         * basic-block.h: Declare them.
15833
15834         * bitmap.h: Protect from multiple inclusion.
15835
15836         * recog.c (scratch_operand): Handle VOIDmode correctly.
15837
15838         * rtl.h (JUMP_CROSS_JUMP_DEATH_MATTERS): New.
15839
15840         * builtins.c (expand_builtin_apply_args_1): Remove STACK_REGS hack.
15841         * function.c (assign_parms): Likewise.
15842         * global.c (global_conflicts): Clarify STACK_REGS commentary.
15843
15844         * reg-stack.c (max_uid): Remove.
15845         (blocks, block_begin, block_end, block_drops_in): Remove.
15846         (block_stack_in, block_out_reg_set, block_number): Remove.
15847         (struct block_info_def, BLOCK_INFO): New.
15848         (enum emit_where): New.
15849         (current_block): New.
15850         (BLOCK_NUM): Remove.
15851         (mark_regs_pat, record_label_references): Remove.
15852         (record_reg_life_pat, record_reg_life, find_blocks): Remove.
15853         (nan): New.
15854         (goto_block_pat, print_blocks, dump_stack_info): Remove.
15855         (reg_to_stack): Simplified test for existance of fp code.  Use
15856         flow.c code.  Call shorten_branches after cross-jump opt.
15857         (check_asm_stack_operands): Renamed from record_asm_reg_life.
15858         Return false if the asm doesn't use stack regs.  Don't do life
15859         analysis on the asm.
15860         (emit_pop_insn): Replace function pointer arg `when' with
15861         enum `where'.  Update all callers.
15862         (change_stack): Likewise.  Update basic block end.
15863         (emit_swap_insn): Use current_block->head to limit reverse search
15864         for start of block.  Use emit_block_insn_after.
15865         (subst_stack_regs_pat): Handle USE and CLOBBER patterns.
15866         (subst_asm_stack_regs): Use check_asm_stack_operands.  Use direct
15867         structure assignment instead of bcopy.
15868         (print_stack): New.
15869         (convert_regs_entry, convert_regs_exit): New.
15870         (convert_regs_1, convert_regs_2): Split out from convert_regs.
15871         Work on basic blocks and the CFG.
15872         (convert_regs): Use them.
15873
15874         * i386.c (output_fix_trunc): Remove code for DImode input operand
15875         not at top-of-stack.
15876         * i386.c (fix_truncdfdi2, fix_truncsfdi2): Use scratch with
15877         appropriate mode.
15878         (fix_truncdi_1): Allow any mode scratch.
15879
15880 Tue Oct 26 13:30:35 1999  Richard Henderson  <rth@cygnus.com>
15881
15882         * alpha.h (TARGET_MEM_FUNCTIONS): Define here.
15883         * linux.h, netbsd.h, vms.h: Not here.
15884
15885 1999-10-26  Gavin Romig-Koch  <gavin@cygnus.com>
15886
15887         * config/mips/mips.h (ISA_HAS_64BIT_REGS,ISA_HAS_BRANCHLIKELY,
15888         ISA_HAS_FP4,ISA_HAS_CONDMOVE): New.
15889         (GENERATE_BRANCHLIKELY,HAVE_SQRT_P,
15890         CONDITIONAL_REGISTER_USEAGE): Use them.
15891         * config/mips/mips.c (mips_move_1word,mips_move_2words,
15892         gen_conditional_branch,override_options) : Use them.
15893         * config/mips/mips.md : Use them.
15894
15895 Tue Oct 26 13:09:23 1999  Richard Henderson  <rth@cygnus.com>
15896
15897         * i386.md (zero_extendqihi2): Use SImode register name with andl.
15898
15899 Tue Oct 26 12:35:38 1999  Richard Henderson  <rth@cygnus.com>
15900
15901         * integrate.c (function_cannot_inline_p): Don't allow inlining
15902         if setjmp is used.
15903
15904 Tue Oct 26 14:10:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15905
15906         * c-parse.in (cast_expr): Constify.
15907
15908         * cccp.c (special_symbol): Likewise.
15909
15910         * cse.c (hash_cse_reg_info, cse_reg_info_equal_p): Likewise.
15911
15912         * dwarf2out.c (base_type_die): Likewise.
15913
15914         * global.c (allocno_compare): Likewise.
15915
15916         * local-alloc.c (qty_compare_1, qty_sugg_compare_1): Likewise.
15917
15918         * regclass.c (fix_register): Likewise.
15919
15920         * rtl.h (fix_register): Likewise.
15921
15922         * stupid.c (stupid_reg_compare): Likewise.
15923
15924         * toplev.c (decode_f_option): Likewise.
15925
15926         * tree.c (build_complex_type): Likewise.
15927
15928 Tue Oct 26 18:35:25 1999  Richard Earnshaw  <rearnsha@arm.com>
15929
15930         * output.h: Don't unnecessarily conditionalize prototypes on TREE_CODE.
15931
15932 Tue Oct 26 15:42:56 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15933
15934         * reload.c (find_reloads): Compute mode and nregs fields of all
15935         reloads.
15936         * reload1.c (calculate_needs_all_insns): Simplify a bit.
15937         (calculate_needs): Use precomputed mode/nregs values.
15938         (allocate_reload_reg): Likewise.
15939         Break out two...
15940         (failed_reload, set_reload_reg): ... new functions.
15941         (choose_reload_regs_init): New function, mostly broken out from...
15942         (choose_reload_regs): ... here.  Lose all the save_xxx nonsense.
15943         Also lose one #if 0 block.
15944
15945 Tue Oct 26 02:48:32 1999  Marc Espie <espie@cvs.openbsd.org>
15946
15947         * Makefile.in (AR_FOR_TARGET, RANLIB_FOR_TARGET):  Fix target name
15948         substitution.
15949
15950 Tue Oct 26 01:27:32 1999  Mark Mitchell  <mark@codesourcery.com>
15951
15952         * tree.h (BLOCK_TYPE_TAGS): Remove.
15953         (BLOCK_END_NOTE): Likewise.
15954         (BLOCK_LIVE_RANGE_FLAG): Likewise.
15955         (BLOCK_LIVE_RANGE_START): Likewise.
15956         (BLOCK_LIVE_RANGE_END): Likewise.
15957         (tree_block): Remove live_range_flag, live_range_var_flag, and
15958         type_tags.  Remove end_note, live_range_start, and live_range_end.
15959         (remember_end_note): Remove prototype.
15960         * tree.c (build_block): Don't set BLOCK_TYPE_TAGS.
15961         * c-decl.c (poplevel): Don't set BLOCK_TYPE_TAGS or call
15962         remember_end_note.
15963         * ggc-common.c (ggc_mark_tree_children): Don't mark
15964         BLOCK_TYPE_TAGS or BLOCK_END_NOTE.
15965         * integrate.c (adjust_copied_decl_tree): Remove.
15966         * print-tree.c (print_node): Don't print BLOCK_TYPE_TAGS.
15967         * stmt.c (last_block_end_note): Remove.
15968         (init_stmt): Don't add a GC root for it.
15969         (expand_fixup): Don't set it.
15970         (remember_end_note): Remove.
15971         (expand_end_bindings): Don't set last_block_end_note.
15972
15973 Tue Oct 26 00:41:54 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15974
15975         * reload1.c (reload_reg_free_for_value_p): Show
15976         RELOAD_FOR_OTHER_ADDRESS reloads can conflict with RELOAD_OTHER
15977         reloads.
15978
15979 Mon Oct 25 23:54:45 1999  Geoff Keating  <geoffk@cygnus.com>
15980
15981         * expmed.c (extract_bit_field): Allow for the case of non-integer
15982         objects that are smaller than a word (like SFmode on a 64-bit
15983         machine).
15984
15985         * loop.c (basic_induction_var): A non-integer variable which is
15986         being set by a paradoxical subreg is probably not a biv.
15987
15988 1999-10-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15989
15990         * prefix.c (translate_name) Check for empty prefix string.
15991
15992 Mon Oct 25 23:10:45 1999  Andreas Schwab  <schwab@suse.de>
15993
15994         * Makefile.in (CPP_CROSS_NAME): New variable.
15995         (install-cpp): Use it instead of CPP_INSTALL_NAME for the cross
15996         xcpp.
15997         (uninstall-cpp): Use CPP_INSTALL_NAME and CPP_CROSS_NAME for the
15998         names of the files to be uninstalled.
15999
16000 Mon Oct 25 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
16001
16002         * collect2.c (IS_DIR_SEPARATOR): Define.
16003         (prefix_from_string): Use IS_DIR_SEPARATOR and DIR_SEPARATOR.
16004
16005         * som.h (ASM_DECLARE_FUNCTION_NAME): Set PRIV_LEV for static
16006         functions too.
16007
16008         * haifa-sched.c (add_dependence): Update the true dependency
16009         cache the first time we add a true dependence to the LOG_LINKS chain.
16010
16011 Mon Oct 25 22:27:40 1999  Jim Kingdon  <http://developer.redhat.com/>
16012
16013         * fold-const.c (fold): Fix comment.
16014
16015 Mon Oct 25 22:49:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16016
16017         * dbxout.c (lastfile, cwd, dbxout_type_method_1,
16018         dbxout_symbol_location, dbxout_symbol_name, dbxout_init,
16019         dbxout_start_new_source_file, dbxout_source_file,
16020         dbxout_source_line, dbxout_finish, dbxout_type_fields,
16021         dbxout_type_methods, dbxout_symbol, dbxout_prepare_symbol):
16022         Constify a char*.
16023         (dbxout_types, dbxout_args, dbxout_symbol): Delete prototypes.
16024         (dbxout_symbol): Mark parameter `local' with ATTRIBUTE_UNUSED.
16025         (dbxout_block): Initialize variable `blocknum'.
16026
16027         * dbxout.h (dbxout_init, dbxout_finish,
16028         dbxout_start_new_source_file, dbxout_source_file, dbxout_types,
16029         dbxout_args, dbxout_source_line): Constify a char*.
16030
16031         * dwarfout.c (dwarf_tag_name, dwarf_attr_name,
16032         dwarf_stack_op_name, dwarf_typemod_name, dwarf_fmt_byte_name,
16033         dwarf_fund_type_name, name_attribute, stmt_list_attribute,
16034         low_pc_attribute, high_pc_attribute, body_begin_attribute,
16035         body_end_attribute, comp_dir_attribute, sf_names_attribute,
16036         src_info_attribute, mac_info_attribute, producer_attribute,
16037         lookup_filename, generate_macinfo_entry, fundamental_type_code,
16038         dwarfout_line, dwarfout_start_new_source_file, dwarfout_define,
16039         dwarfout_undef): Constify a char*.
16040         (add_incomplete_type, retry_incomplete_types): Add prototypes.
16041
16042         * dwarfout.h (dwarfout_define, dwarfout_undef,
16043         dwarfout_start_new_source_file, dwarfout_line): Constify a char*.
16044
16045 1999-10-25  Gavin Romig-Koch  <gavin@cygnus.com>
16046
16047         * config/mips/mips.h (MIPS_ISA_DEFAULT): Insure it's defined.
16048         (MULTILIB_ISA_DEFAULT): New.
16049         (MULTILIB_DEFAULTS): Use it.
16050         * config/mips/mips.c (): Remove the now unnecessary definition
16051         of MIPS_ISA_DEFAULT.
16052         * config/mips/elf64.h (MULTILIB_DEFAULTS): Remove the now
16053         unnecessary definition.
16054
16055 Mon Oct 25 22:08:35 1999  Richard Earnshaw (rearnsha@arm.com)
16056
16057         * arm.md (pic_load_addr): Add constraints to operand 1.
16058
16059 1999-10-25  Bruce Korb  <autogen@linuxbox.com>
16060
16061         * fixinc/genfixes:  Provide a means for specifying -D options to
16062         AutoGen
16063
16064 Mon Oct 25 00:42:35 1999  Jeffrey A Law  (law@cygnus.com)
16065
16066         * arm.c (arm_override_options): Correct initialization of
16067         arm_fast_multiply, arm_arch4, arm_arch5, arm_ld_sched,
16068         arm_is_strong, and arm_is_6_or_7.
16069
16070         * loop.c (note_set_pseudo_multiple_uses_retval): New variable.
16071         (note_set_pseudo_multiple_uses): New function.
16072         (check_dbra_loop): Use not_set_pseudo_multiple_uses to determine
16073         if a pseudo set in the loop exit is used elsewhere.
16074
16075 Sun Oct 24 20:52:40 1999  Mark Mitchell  <mark@codesourcery.com>
16076
16077         * i386.md (mulsi3): Tweak to work with SCO OSR5 COFF assembler.
16078
16079 Sun Oct 24 21:02:46 1999  Richard Henderson  <rth@cygnus.com>
16080
16081         * i386.md (*lea_0): Collapse addsi_0, addsi_lea_[123] into
16082         a single load-address pattern.
16083
16084 Sun Oct 24 19:33:24 1999  Mark P. Mitchell  <mark@codesourcery.com>
16085
16086         * haifa-sched.c (schedule_insns): Don't assign LUIDs differently
16087         depending on whether or not line-number notes are present.
16088
16089 Sun Oct 24 20:29:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16090
16091         * cccp.c (progname, file_buf, default_include, include_file,
16092         macrodef, definition, hashval, wchar_type, user_label_prefix,
16093         directive, out_fname, if_stack, safe_write, index0, get_lintcmd,
16094         expand_to_temp_buffer, is_system_include, base_name,
16095         absolute_filename, read_name_map, open_include_file,
16096         record_control_macro, check_precompiled, check_preconditions,
16097         pcfinclude, pass_thru_directive, create_definition,
16098         check_macro_name, comp_def_part, collect_expansion,
16099         check_assertion, read_token_list, assertion_install,
16100         assertion_lookup, eval_if_expression, conditional_skip,
16101         validate_else, skip_quoted_string, quote_string, macarg1,
16102         error_from_errno, install, lookup, hashf, dump_defn_1,
16103         perror_with_name, pfatal_with_name, main, trigraph_pcp,
16104         check_white_space, rescan, handle_directive, monthnames,
16105         special_symbol, do_include, remap_include_file, write_output,
16106         arglist, do_assert, do_unassert, do_line, do_error, do_once,
16107         do_ident, do_sccs, do_xifdef, skip_if_group,
16108         output_line_directive, macroexpand, macarg, change_newlines,
16109         initialize_builtins, make_definition): Constify a char*.
16110
16111         * pcp.h (stringdef): Likewise.
16112
16113 Sun Oct 24 13:29:28 1999  Richard Henderson  <rth@cygnus.com>
16114
16115         * unroll.c (copy_loop_body): Examine SET_DEST of single_set
16116         not of pattern.
16117
16118 Sun Oct 24 13:14:20 1999  Graham  <grahams@rcp.co.uk>
16119                           Richard Henderson  <rth@cygnus.com>
16120
16121         * alias.c: Include ggc.h.
16122         (reg_base_value, new_reg_base_value, reg_base_value_size): Make static.
16123         (record_set): Verify enough room in reg_base_value.
16124         (init_alias_analysis): Allocate reg_base_value with xcalloc.
16125         Register it as a GC root.
16126         (end_alias_analysis): Free reg_base_value.  Remove it as a GC root.
16127         * Makefile.in (alias.o): Depend on ggc.h.
16128
16129         * unroll.c (unroll_loop): Verify the insn before a barrier
16130         is a JUMP_INSN before checking JUMP_LABEL.
16131
16132 Sun Oct 24 15:46:44 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16133
16134         * mips/bsd-5.h (ASM_OUTPUT_ASCII): Constify a char*.
16135         * mips/iris4.h (ASM_OUTPUT_ASCII): Likewise.
16136         * mips/mips-5.h (ASM_OUTPUT_ASCII): Likewise.
16137         * mips/mips.h (ASM_OUTPUT_ASCII): Likewise.
16138         * mips/svr3-5.h (ASM_OUTPUT_ASCII): Likewise.
16139         * mips/svr4-5.h (ASM_OUTPUT_ASCII): Likewise.
16140
16141 Sun Oct 24 15:35:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16142
16143         * output.h (ctors_section, dtors_section, bss_section): Prototype.
16144
16145         * alpha/alpha-interix.h (text_section): Delete prototype.
16146         * alpha/elf.h (text_section): Likewise.
16147         * arm/linux-elf.h (text_section): Likewise.
16148         * arm/linux-telf.h (text_section): Likewise.
16149         * c4x/c4x.h (text_section): Likewise.
16150         * dsp16xx/dsp16xx.h (bss_section): Likewise.
16151         * elfos.h (text_section): Likewise.
16152         * i386/aix386ng.h (text_section): Likewise.
16153         * i386/i386-interix.h (text_section): Likewise.
16154         * i386/sco5.h (text_section): Likewise.
16155         * i386/svr3gas.h (text_section): Likewise.
16156         * nextstep.h (text_section): Likewise.
16157         * psos.h (text_section): Likewise.
16158         * ptx4.h (text_section): Likewise.
16159         * svr3.h (text_section): Likewise.
16160         * svr4.h (text_section, ctors_section, dtors_section): Likewise.
16161
16162 Sun Oct 24 15:20:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16163
16164         * final.c (peephole): Delete prototype.
16165
16166         * gcse.c (process_insert_insn, pre_edge_insert): Add prototypes.
16167         (pre_insert_copies): Remove unused variable `bb'.
16168
16169         * genrecog.c (debug_decision_0, debug_decision_list, main): Add
16170         prototypes.
16171
16172         * output.h (peephole): Add prototype.
16173
16174 Sun Oct 24 11:35:30 1999  Mark P. Mitchell  <mark@codesourcery.com>
16175
16176         * config/mips/iris6.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Define to
16177         -O0.
16178
16179 Sat Oct 23 21:13:00 1999  Mark Mitchell  <mark@codesourcery.com>
16180
16181         * integrate.c (integrate_decl_tree): Tweak setting of DECL_CONTEXT
16182         for inlined declarations.
16183
16184 Fri Oct 22 18:05:43 1999  Jeffrey A Law  (law@cygnus.com)
16185
16186         * arm.c (logical_binary_operator): New fucntion.
16187         * arm.h (logical_binary_operator): Declare it.
16188         (PREDICATE_CODES): Handle logical_binary_operator.
16189         * arm.md (anddi3, anddi_zesidi_di, anddi_sesdi_di): Use "#" for
16190         output constraints.  Add appropriate splitters.
16191         (anddi_notdi_di, anddi_notzesidi_di, anddi_notsesidi_di): Likewise.
16192         (iordi3, iordi_zesidi_di, iordi_sesidi_di): Likewise.
16193         (xordi3, xordi_zesidi_di, xordi_sesidi_di): Likewise.
16194
16195 Fri Oct 22 23:46:50 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16196
16197         * genoutput.c (struct operand_data): New elt eliminable.
16198         (output_operand_data): Write it.
16199         (scan_operands): Set it for MATCH_OPERAND, clear for other matchers.
16200         (compare_operands): Take it into account.
16201         * recog.h (struct insn_operand_data): New elt eliminable.
16202         * reload1.c (check_eliminable_occurrences, elimination_effects): New
16203         functions.
16204         (old_asm_operands_vec, new_asm_operands_vec): Delete.
16205         (eliminate_regs): Move code that detects changes to elimination
16206         target regs into new function elimination_effects.
16207         Delete one #if 0 block.
16208         Abort for USE, CLOBBER, ASM_OPERANDS and SET.
16209         (eliminate_regs_in_insn): Return immediately for USEs, CLOBBERs,
16210         ADDR_VECs, ADDR_DIFF_VECs and ASM_INPUTs.
16211         Only call eliminate_regs for real operands of the insn, not for parts
16212         of its structure or parts matched by things like match_operator.
16213         Use elimination_effects and check_eliminable_occurrences.  Use
16214         copy_insn to duplicate the pattern when not in the final pass.
16215
16216 Fri Oct 22 09:03:44 1999  Mark Mitchell  <mark@codesourcery.com>
16217
16218         * i386.md: Add missing `y' modifiers to uses of fst, fstp, fld,
16219         and fld.
16220
16221 1999-10-22  Bruce Korb  <autogen@linuxbox.com>
16222
16223         * fixinc/README: document the "mach" machine matching test
16224         * fixinc/fixfixes.c: Implement the #else/#endif label fix
16225         * fixinc/fixtests.c: Implement the #else/#endif label test
16226         * fixinc/inclhack.def: utilize these tests and fixes
16227         * fixinc/inclhack.sh:  regen
16228         * fixinc/fixincl.x:  regen
16229         * fixinc/fixincl.sh:  regen
16230
16231 Thu Oct 21 20:37:19 1999  Jeffrey A Law  (law@cygnus.com)
16232
16233         * Makefile.in (cse.o): Depend on hashtab.h, not splay-tree.h.  Also
16234         depend on ggc.h.
16235
16236 Thu Oct 21 20:30:19 1999  Matthias Klose  <doko@debian.org>
16237
16238         * gcc.1: Document exit codes.
16239
16240 Thu Oct 21 12:49:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16241
16242         * calls.c: Include tm_p.h later, so everything we need is defined.
16243         * expr.c: Likewise.
16244         * function.c: Likewise.
16245
16246         * except.c: Include tm_p.h.
16247
16248         * sparc.c: Likewise.
16249         (dwarf2out_cfi_label): Don't prototype.
16250         (check_return_regs, epilogue_renumber,
16251         ultra_cmove_results_ready_p, ultra_fpmode_conflict_exists,
16252         ultra_find_type, ultra_build_types_avail, ultra_flush_pipeline,
16253         ultra_rescan_pipeline_state, set_extends, ultra_code_from_mask,
16254         ultra_schedule_insn): Add static prototype.
16255         (data_segment_operand, text_segment_operand): Call itself with the
16256         proper number of arguments.
16257         (sparc_flat_save_restore, sparc_v8plus_shift): Constify a char*.
16258
16259         * sparc.h: Move all declarations to sparc-protos.h.
16260         (SELECT_RTX_SECTION):  Pass a missing MODE argument to
16261         symbolic_operand.
16262
16263         * sparc/sysv4.h (SELECT_RTX_SECTION): Likewise.
16264
16265         * config/svr4.h (text_section, ctors_section, dtors_section): Add
16266         Prototypes.
16267         (ASM_OUTPUT_SECTION_NAME, UNIQUE_SECTION,
16268         ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
16269         ASM_OUTPUT_ASCII): Constify a char*.
16270
16271         * sparc-protos.h: New file for sparc prototypes.
16272
16273 Thu Oct 21 12:23:40 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16274
16275         * function.c (record_insns, contains): Always declare and define.
16276         (record_insns): Mark with ATTRIBUTE_UNUSED.
16277
16278 Thu Oct 21 13:03:49 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
16279
16280         * config/arm/telf.h (ASM_OUTPUT_SECTION_NAME): Add %nobits option
16281         to .section when outputting a .bss section to deal with multiple
16282         .bss input sections (as happens with -fdata-sections)
16283         Also output %progbits, not @progbits so the assembler doesn't treat as
16284         a comment.
16285         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Likewise
16286
16287         * config/arm/lib1funcs.asm (_call_via_rX): Allow compilation of
16288         thumb parts even when building with non-thumb CPUs, by forcing
16289         thumb mode.
16290
16291 Wed Oct 20 22:57:58 1999  Jeffrey A Law  (law@cygnus.com)
16292
16293         * sparc.md (movsf_const_intreg): If splitting, length must be > 1.
16294         (movdf_const_intreg_sp64): Similarly.
16295
16296         * local-alloc.c (update_equiv_regs): Check the correct insn
16297         for pre-existing REG_EQUIV notes.
16298
16299 Wed Oct 20 20:41:46 1999  Mark Mitchell  <mark@codesourcery.com>
16300
16301         * cse.c (cse_end_of_basic_block): Don't return the end of a basic
16302         block reached by a branch if we're not going to actually process
16303         this block.
16304
16305 Wed Oct 20 15:18:42 1999  Jim Wilson  <wilson@cygnus.com>
16306
16307         * integrate.c (integrate_decl_tree): Set DECL_CONTEXT to 0 if this is
16308         a local extern function declaration.
16309
16310 Wed Oct 20 13:56:01 1999  Richard Henderson  <rth@cygnus.com>
16311
16312         * i386.c (ix86_expand_prologue): Properly wrap USE around
16313         reg for CALL_INSN_FUNCTION_USAGE.
16314
16315 Thu Oct 14 18:51:37 1999  Andrew Haley  <aph@cygnus.com>
16316
16317         * config/mips/mips.md (movdf_internal1a): Allow floating-point
16318         move between GP_REGs.
16319
16320 Wed Oct 20 15:36:11 1999  Andrew Haley  <aph@cygnus.com>
16321
16322         * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Take account of
16323         the mode size when finding out if an offset is legal.
16324
16325 Wed Oct 20 06:26:58 1999  Richard Henderson  <rth@cygnus.com>
16326
16327         * basic-block.h (PROP_*): Move constants from ...
16328         * flow.c: ... here.
16329         (compute_bb_for_insn): Free the array before reallocating.
16330         (update_life_info): New arg PROP_FLAGS; pass on to propagate_block.
16331         (allocate_reg_life_data): Reset all reg variables collected by
16332         propagate_block.
16333         (get_block_head_tail): Don't convert from bb to block.
16334         (get_bb_head_tail): New.  Update all callers of get_block_head_tail.
16335         (find_insn_reg_weight): Take block not bb.
16336         (schedule_block): Don't set block num for moved insns.
16337         (schedule_region): Don't update_life_info or find_insn_reg_weight.
16338         (schedule_insns): Do it here instead.
16339         * combine.c (combine_instructions): Invoke compute_bb_for_insn
16340         before update_life_info.
16341         * recog.c (split_all_insns, peephole2_optimize): Update for
16342         new arg to update_life_info.
16343         * rtlanal.c (remove_note): Cope with NULL note.
16344         * toplev.c (rest_of_compilation): Don't invoke recompute_reg_usage
16345         if we did sched1.
16346
16347 Wed Oct 20 10:46:41 1999  Richard Earnshaw (rearnsha@arm.com)
16348
16349         * jump.c (jump_optimize_1): More accurately detect casesi insns.
16350
16351         * flow.c (merge_blocks_move_predecessor_nojumps): Re-order the basic
16352         block records so that merge_blocks_nomove will clean up correctly.
16353         (split_edge): Handle casesi insns.
16354
16355         * gcc-page.c: Try MAP_ANON if we don't have MAP_ANONYMOUS.
16356
16357 Tue Oct 19 23:43:50 1999  Jeffrey A Law  (law@cygnus.com)
16358
16359         * pa.md (call, call_value): Do not emit a blockage after restoring
16360         the PIC register.
16361
16362 Tue Oct 19 17:22:39 1999  Mark Mitchell  <mark@codesourcery.com>
16363
16364         * c-typeck.c (c_expand_asm_operands): Fix typo.
16365
16366 Tue Oct 19 18:42:58 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16367
16368         * arm.c (fpu_rhs_operand): Verify modes.
16369         (fpu_add_operand): Likewise.
16370         (di_operand): Likewise.
16371         (soft_df_operand): Likewise.
16372
16373 Tue Oct 19 15:26:11 1999  Richard Earnshaw  (rearnsha@arm.com)
16374
16375         * arm.c (arm_return_in_memory): APCS rules state that the elements
16376         of a structure returned in a register must be 'integer-like'.
16377
16378 1999-10-19  Bruce Korb  <autogen@linuxbox.com>
16379
16380         * fixinc/Makefile.in: Change the generation rules to run `genfixes'
16381         in the source tree when the generated targets are out of date
16382         * fixinc/genfixes: Alter it to run individual fixes for make.
16383         * fixinc/README: rewrite
16384         * fixinc/inclhack.def: moved initial comments to README
16385
16386 Tue Oct 19 14:01:34 1999  Nick Clifton  <nickc@cygnus.com>
16387
16388         * toplev.c (main): Do not generate an error message if an
16389         unrecognised command line switch is recognisable by another
16390         language.  If extra_warnings are enabled, then generate a
16391         warning message instead.
16392
16393 Tue Oct 19 11:41:12 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16394
16395         * c-pragma.h (PRAGMA_INSERT_ATTRIBUTES): Delete macro.
16396         (insert_pack_attributes): Delete prototype.
16397
16398         * c-pragma.c (default_alignment): New static variable.
16399         (push_alignment): Initialize to current effective alignment.
16400         (pop_alignment): Use to set new alignment.
16401         (insert_pack_attributes): Delete function.
16402         (handle_pragma_token): Set default_alignment as well each time
16403         a #pragma pack(<n>) is encountered.
16404
16405 Tue Oct 19 02:03:00 1999  Jeffrey A Law  (law@cygnus.com)
16406
16407         * reg-stack.c (stack_result): Aggregates are not returned in
16408         stack registers.
16409
16410 Tue Oct 19 01:26:48 1999  Alasdair Baird <alasdair@wildcat.demon.co.uk>
16411
16412         * fold-const.c (fold): Fix thinko in x+(-0) -> x transformation.
16413
16414 Mon Oct 18 15:19:41 1999  Richard Henderson  <rth@cygnus.com>
16415
16416         * basic-block.h (set_block_num): Declare.
16417         * flow.c (update_life_info): Don't call compute_bb_for_insn
16418         or free_basic_block_vars.
16419         * haifa-sched.c (remove_dependence): Conditionalize on HAVE_cc0.
16420         (insn_orig_block): Remove.
16421         (INSN_BLOCK): Remove.  Update all callers to use BLOCK_NUM.
16422         (schedule_block): Keep BLOCK_NUM up-to-date.
16423         (schedule_insns): Use compute_bb_for_insn.
16424         * recog.c (split_all_insns): Likewise.
16425         (peephole2_optimize): Likewise.
16426
16427 Mon Oct 18 18:50:51 1999  Andreas Schwab  <schwab@suse.de>
16428
16429         * config/m68k/m68k.h (INITIAL_FRAME_POINTER_OFFSET): Add one word
16430         if the pic register is used.
16431
16432 Mon Oct 18 02:38:46 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16433
16434         * c-decl.c (pushdecl): Use TYPE_CONTEXT rather than TREE_PERMANENT.
16435         (finish_decl): Duplicate test for TREE_ASM_WRITTEN in else branch of
16436         if that tests TREE_PERMANENT.
16437
16438 Mon Oct 18 01:41:35 1999  Jeffrey A Law  (law@cygnus.com)
16439
16440         * cse.c (invalidate_for_call): Do not remove memory references from
16441         the table here.  It's handled elsewhere.
16442
16443         * haifa-sched.c (add_dependence): Protect references to the
16444         true dependency cache with #ifdef INSN_SCHEDULING.
16445         (remove_dependence): Similarly.
16446
16447         * mn10200.md (outline_epilogue_jump): Embed a (return) to indicate
16448         to the cfg code that this is a return instruction.
16449         * mn10300.md (return_internal): Similarly.
16450
16451         * combine.c (get_last_value): If the last set of a register
16452         is after subst_low_cuid, then we can not use it to determine
16453         the register's last value.
16454
16455 Sun Oct 17 11:02:52 1999  Mark Mitchell  <mark@codesourcery.com>
16456
16457         * Makefile.in: Back out previous change.
16458
16459 Sun Oct 17 15:22:50 1999  Jeffrey A Law  (law@cygnus.com)
16460
16461         * pa.c (move_operand): Reject (lo_sum (reg) (unspec ...)).
16462
16463         * haifa-sched.c (add_dependence): Only check/update the cache
16464         if it exists.
16465         (remove_dependence): Likewise.
16466         (schedule_insns): Only create the true_dependency_cache if the
16467         average number of instructions in a basic block is very large.
16468
16469 Sun Oct 17 11:02:52 1999  Mark Mitchell  <mark@codesourcery.com>
16470
16471         * Makefile.in (ggc-common.o): Depend on genrtl.h.
16472         (ggc-simple.o): Likewise.
16473         (ggc-page.o): Likewise.
16474
16475 Sun Oct 17 02:09:50 1999  Andrew MacLeod  <amacleod@cygnus.com>
16476
16477         * basic-block.h (pre_edge_lcm, pre_edge_rev_lcm, compute_available):
16478         Prototype for exported functions.
16479         (pre_lcm, pre_rev_lcm): Remove prototypes.
16480         * gcse.c (compute_ae_kill): Add ae_gen and ae_kill as parameters.
16481         (compute_available): Move to lcm.c, and change parameter order.
16482         (one_classic_gcse_pass): Call compute_ae_kill with parameters.
16483         (pre_insert, s_preds, s_succs, num_preds, num_succs): Delete.
16484         (gcse_main): No longer call compute_preds_succs.  Rebuild the
16485         set table after reach pre pass.
16486         (pre_insert_map, pre_delete_map, edge_list): New.
16487         (alloc_pre_mem): Allocate edge vectors.
16488         (free_pre_mem): Delete edge vectors.
16489         (compute_pre_data): Call new edge based lcm routines.
16490         (process_insert_insn): New function.
16491         (insert_insn_end_bb): Use it.
16492         (pre_edge_insert): New function.
16493         (pre_insert_copy_insn): Formatting fixes.  Update BLOCK_END as
16494         needed.
16495         (pre_insert_copies): Revamp using new edge based lcm outputs.
16496         (pre_delete): Likewise.
16497         (one_pre_gcse_pass): Insert & remove fake edges to the exit
16498         block.
16499         (compute_code_hoist_vbeinout): New new edge based routines.
16500         * lcm.c: Remove all the old LCM functions.  Replace with new ones
16501         that work with the new cfg datastructures and work with edges
16502         instead of blocks.
16503
16504 Sun Oct 17 00:44:17 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16505
16506         * reload.h (struct reload): Add new fields "mode" and "nregs".
16507         * reload1.c: Change all occurrences of reload_mode and reload_nregs
16508         to reference the "mode" and "nregs" field within struct reload.
16509
16510 Sat Oct 16 21:50:28 1999  Jeffrey A Law  (law@cygnus.com)
16511
16512         * haifa-sched.c (true_dependency_cache): New.
16513         (add_dependence): Use the true dependency cache to avoid expensive
16514         walks down the LOG_LINKS dependency list.  Add entries to the
16515         cache as necessary.
16516         (remove_dependence): Remove entries from the true dependency cache
16517         as needed.
16518         (schedule_insns): Allocate and initialize and free the true
16519         dependency cache.
16520
16521         * haifa-sched.c (schedule_insns): Do not remove inter-block
16522         dependencies anymore.
16523
16524 Sat Oct 16 11:19:52 1999  Richard Henderson  <rth@cygnus.com>
16525
16526         * i386/t-cygwin (winnt.o): Depend on RTL_H and TREE_H.
16527         * i386/t-winnt: Likewise.
16528
16529 Sat Oct 16 11:11:54 1999  Richard Henderson  <rth@cygnus.com>
16530
16531         * ggc-page.c (init_ggc): Work around SunOS unaligned mmap bug.
16532
16533 1999-10-16  Manfred Hollstein  <mhollstein@cygnus.com>
16534
16535         * Makefile.in (LANGUAGES): Omit "proto".
16536         (clean): Remove stale comment about removing unprotoize.c.
16537
16538 Sat Oct 16 11:29:14 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16539
16540         * protoize.c (safe_read, safe_write): Avoid the gcc extension of
16541         using arithmetic on void pointers.
16542
16543 Sat Oct 16 02:48:22 1999  Jeffrey A Law  (law@cygnus.com)
16544
16545         * haifa-sched.c (compute_block_forward_dependencies): Only check
16546         for notes, deleted insns and duplicates if ENABLE_CHECKING is defined.
16547
16548 Sat Oct 16 00:07:01 1999  Richard Henderson  <rth@cygnus.com>
16549
16550         * gcse.c (hash_expr_1): Add in MEM_ALIAS_SET.
16551         (expr_equiv_p): Reject memories with different alias sets.
16552
16553 Fri Oct 15 15:17:29 1999  Greg McGary  <gkm@gnu.org>
16554
16555         * flags.h (flag_bounds_check, flag_bounded_pointers): New extern decls.
16556         * toplev.c (flag_bounds_check, flag_bounded_pointers): New flags.
16557         (f_options): Add "bounded-pointers" and "bounds-check" entries.
16558         * c-lang.c (lang_init_options): Set flag_bounds_check as "unspecified".
16559         (lang_init): Set default for flag_bounds_check if still "unspecified".
16560
16561 Sat Oct 16 13:42:29 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16562
16563         * config/c4x/c4x.md (HF mode patterns):  Add missing modes.
16564
16565 Sat Oct 16 13:37:46 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16566
16567         * config/c4x/c4x.md (movstrqi_small): Utilise parallel move
16568         instructions.
16569
16570 Sat Oct 16 13:26:47 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16571
16572         * config/c4x/c4x.md (*db_noclobber,
16573         *decrement_and_branch_until_zero_noclobber): New patterns and
16574         associated splitters.
16575
16576 Sat Oct 16 13:13:15 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16577
16578         * config/c4x/c4x.md (parallel instruction patterns): Rework
16579         constraints to keep reload happy.
16580
16581 Sat Oct 16 13:03:16 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16582
16583         * config/c4x/c4x.md (*absqi2_noclobber, *negqi2_noclobber,
16584         *one_cmplqi2_noclobber, *subqi3_noclobber, *andqi3_255_noclobber,
16585         *andqi3_65535_noclobber, *andnqi3_noclobber, *xorqi3_noclobber):
16586         Add new patterns and associated post-reload splitters.
16587
16588 Sat Oct 16 12:42:12 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16589
16590         * config/c4x/c4x.c (c4x_emit_libcall): Use ggc_alloc_string.
16591
16592 Sat Oct 16 12:34:44 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16593
16594         * config/c4x/c4x.c (c4x_rptb_insert): Emit rpts_top pattern
16595         if appropriate.
16596         * config/c4x/c4x.md (rpts_top): New pattern and splitter.
16597
16598 Sat Oct 16 12:26:30 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16599
16600         * config/c4x/c4x.c (src_operand):  Check SYMBOL_REF and LABEL_REF
16601         memory mode.
16602
16603 Fri Oct 15 17:02:09 1999  Jeffrey A Law  (law@cygnus.com)
16604
16605         * pa.c (move_operand): Rely on memory_address_p to determine the
16606         validity of non-indexed memory addresses.
16607         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Allow LO_SUM with a symbolic
16608         operand in DFmode and SFmode when generating PA2.0 code.
16609
16610 Fri Oct 15 14:25:19 1999  Richard Henderson  <rth@cygnus.com>
16611
16612         * print-rtl.c (print_rtx): Limit last 'u' change to LABEL_REF.
16613
16614 Fri Oct 15 13:48:45 1999  Richard Henderson  <rth@cygnus.com>
16615
16616         * mips.c (function_prologue): Fix argument types.
16617         * mips.md (casesi): Use emit_jump_insn for casesi_internal.
16618         (casesi_internal): Write to the scratch register.
16619
16620 1999-10-15 11:16 -0700  Zack Weinberg  <zack@bitmover.com>
16621
16622         * cppexp.c (cpp_parse_escape): Make static.  Change second arg
16623         to U_CHAR **.
16624         (parse_charconst): Delete unnecessary cast when calling
16625         cpp_parse_escape.
16626         (cpplib.h): Kill prototype of cpp_parse_escape.
16627
16628 Fri Oct 15 11:02:46 1999  Richard Henderson  <rth@cygnus.com>
16629
16630         Based on patch from Michael Gschwind <mikeg@watson.ibm.com>:
16631         * unroll.c (unroll_loop): Cast return value of alloca.
16632         * i370/i370.c: Include function.h and toplev.h.
16633         (i370_label_scan): Remove c++ commented abort.
16634         * i370/i370.h (HANDLE_PRAGMA): Takes three arguments.
16635         (ASM_OUTPUT_LABELREF): Fix TOUPPER/else broken 16 Sept.
16636         * i370/xm-i370.h (HOST_BITS_PER_LONGLONG): Define.
16637         * i370/xm-mvs.h, i370/xm-oe.h: Likewise.
16638
16639 Fri Oct 15 03:01:01 1999  Loren Rittle  <ljrittle@acm.org>
16640
16641         * config/t-freebsd: Do not override USER_H.
16642         * ginclude/stddef.h: Generalize check for _MACHINE_ANSI_H_.
16643
16644 Fri Oct 15 02:37:28 1999  Alastair J. Houghton <ajh8@doc.ic.ac.uk>
16645                           Mumit Khan  <khan@xraylith.wisc.edu>
16646
16647         * c-parse.in (component_decl): Support anonymous struct/union.
16648         (%expect): Update.
16649         * c-parse.y: Regenerate.
16650         * c-parse.c: Likewise.
16651         * objc/objc-parse.y: Likewise.
16652         * objc/objc-parse.c: Likewise.
16653         * c-decl.c (finish_struct): Don't sort the fields.
16654         (field_decl_cmp): Delete unused function.
16655
16656 Fri Oct 15 01:20:52 1999  Richard Henderson  <rth@cygnus.com>
16657
16658         * sparc.md (movsf_const_intreg): Revert last constraint change.
16659         (movdf_const_intreg_sp32): Likewise.
16660
16661 Fri Oct 15 01:47:51 1999  Vladimir Makarov  <vmakarov@loony.cygnus.com>
16662
16663         * cse.c: Include hashtab.h instead of splay-tree.h
16664         (struct cse_reg_info): No longer use variant union.  Add new
16665         field "regno".  All references changed to avoid union.
16666         (cse_reg_info_used_list, cse_reg_info_used_list_end): New variables.
16667         (free_cse_reg_info): Remove.
16668         (hash_cse_reg_info, cse_reg_info_equal_p): New functions.
16669         (get_cse_reg_info): Revamp to use expandable hash tables instead
16670         of splay trees.  Initialize new fields in cse_reg_info structure.
16671         (new_basic_block): Similarly.
16672
16673 Thu Oct 14 23:51:56 1999  Richard Henderson  <rth@cygnus.com>
16674
16675         * genrecog.c (message_with_line): Prototype.
16676         (validate_pattern): Pass along the set for the dest, not a flag.
16677         Fix non-lvalue message.  Don't warn for VOIDmode SET_DEST of CALL.
16678         Check for PC/CC0 as sources.
16679         (nodes_identical): Check for children position match before
16680         allowing the combination.
16681
16682         * rtl.c (read_rtx): Track line number across \\\n.
16683
16684 Thu Oct 14 23:50:25 1999  Richard Henderson  <rth@cygnus.com>
16685
16686         * mips.h (SPECIAL_MODE_PREDICATES): New.
16687         * mips.md (*) Use nonimmediate_operand not general_operand for outputs.
16688         (movdi+1, movsi+1): Add output reload constraint.
16689         (casesi_internal): Likewise.  Fix commentary.
16690         (return_internal): Use pmode_register_operand.
16691
16692 Thu Oct 14 23:19:34 1999  Richard Henderson  <rth@cygnus.com>
16693
16694         * 1750a.md (movstrqi): Add missing output reload constraint.
16695         (call_value): Likewise.
16696         * a29k.md (cpxxx patterns): Add missing match_operator mode.
16697         (jmpfdec): Add missing inout reload constraint.
16698         * elxsi.md (addsi patterns): Add missing output reload constraint.
16699         (move from sp): Use @ alternates.
16700         (call_value): No constraint on output.
16701         * fr30.md (movsi_pop): Add missing output reload constraint.
16702         (movsf_constant_store): Likewise.
16703         (splits): Remove constraints.
16704         (subsi3): Add missing mode.
16705         * i370.md (cmpstrsi+1): Add missing output reload constraint.
16706         (call_value): Likewise.
16707         * i960.md (cmpinc/cmpdec patterns): Add inout reload constraints.
16708         * m32r.h (PREDICATE_CODES): Add seth_add3_operand.
16709         * m32r.md (movsicc_internal): Add output reload constraint.
16710         (movstrsi_internal): Add inout reload constraints.
16711         * m88k.h (reg_names): Don't declare.
16712         (SPECIAL_MODE_PREDICATES): New.
16713         * m88k.md (*): Use register_operand not reg_or_0_operand
16714         on destinations.
16715         * mn10200.h (PREDICATE_CODES): New.
16716         * ns32k.md (ffs pattern): Add output reload constraint.
16717         * pdp11.md (sob pattern): Add inout reload constraint.
16718         * sh.md (splits): Remove constraints.
16719         (indirect_jump_scratch, fpu_switch): Add output reload constraint.
16720         * v850.md (pattern_is_ok_for_epilogue): Likewise.
16721         * vax.md (jgequ pattern): Add inout reload constraint.
16722
16723 Fri Oct 15 00:05:00 1999  Jeffrey A Law  (law@cygnus.com)
16724
16725         * configure.in (djgpp): Revert previous patch.
16726         * configure: Rebuit.
16727         * config/i386/djgpp.h: Revert previous patch.
16728
16729 Fri Oct 15 00:00:24 1999  Loren J. Rittle <ljrittle@acm.org>
16730
16731         * fixinc/inclhack.def: Restore patch lost during last merge of
16732         "no_bogosity" branch.
16733         * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
16734
16735 Thu Oct 14 23:57:56 1999  Gavin Romig-Koch  <gavin@cygnus.com>
16736
16737         * fixincludes: Add a HPUX 11 fix for inttypes.h.
16738         * fixinc/inclhack.def: Same.
16739         * fixinc/inclhack.sh, fixinc/fixincl.sh, fixinc/fixincl.x: Regenerate.
16740
16741 Thu Oct 14 22:51:55 1999  Richard Henderson  <rth@cygnus.com>
16742
16743         * alpha.h (GO_IF_LEGITIMATE_SIMPLE_ADDRESS): Accept ADDRESSOF
16744         as the base of a PLUS.
16745
16746 Fri Oct 15 18:36:07 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16747
16748         * config/c4x/c4x.md:  Define mode for remaining unspec operators.
16749         * config/c4x/c4x.c (dst_operand):  Use nonimmediate_operand.
16750
16751 Thu Oct 14 22:14:23 1999  Richard Henderson  <rth@cygnus.com>
16752
16753         * pa.md (post_stw+1): Use pmode_register_operand.
16754         (dcacheflush, icacheflush): Likewise.
16755
16756         * i386.md (movstricthi_1): Allow r/r.
16757
16758 Thu Oct 14 19:44:08 1999  Jan Hubicka  <hubicka@freesoft.cz>
16759
16760         * fold-const.c (fold): Convert (or (not arg0) (not arg1))
16761         to (not (and (arg0) (arg1))). Similary for and.
16762
16763         * fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case,
16764         fallthrough to associate code.
16765         Convert XOR to OR in code like (a&c1)^(a&c2) where c1 and c2 don't have
16766         bits in common.
16767
16768         * combine.c (simplify_logical): Convert XOR to IOR if operands have
16769         no bits in common; remove XOR to ROTATE conversion.
16770
16771 Fri Oct 15 17:40:11 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16772
16773         * config/c4x/c4x.h (c4x_va_start, c4x_va_arg): Declare.
16774
16775 Fri Oct 15 17:27:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16776
16777         * config/c4x/c4x.c (dst_operand): New.
16778         (PREDICATE_CODES): Update.
16779         * config/c4x/c4x.h (dst_operand): Declare it.
16780         * config/c4x/c4x.md:  Define mode for each unspec usage.
16781         (move patterns):  Use dst_operand predicate instead of src_operand.
16782         (movqi_update, movqf_update): Delete.
16783
16784 Thu Oct 14 18:48:54 1999  Richard Henderson  <rth@cygnus.com>
16785
16786         * recog.c (pmode_register_operand): New.
16787         * recog.h: Declare it.
16788         * genrecog.c (pred_codes): Likewise.
16789         (special_mode_pred_table): Likewise.
16790         (validate_pattern): Don't warn no mode for address_operand.
16791
16792         * print-rtl.c (print_rtx) [LABEL_REF]: Only do full subexpression
16793         if the operand is not insn-like.
16794
16795 Thu Oct 14 19:38:42 1999  Jeffrey A Law  (law@cygnus.com)
16796                           Sylvian Pion <Sylvain.Pion@sophia.inria.fr>
16797
16798         * fold-const.c (fold): Handle more simplifications allowed by IEEE.
16799
16800 Thu Oct 14 17:30:14 1999  Richard Henderson  <rth@cygnus.com>
16801
16802         * sparc.md (*): Use {nonimmediate,register}_operand as appropriate
16803         instead of general_operand in a SET_DEST.  Use const_double_operand
16804         instead of an explicit test against CONST_DOUBLE.
16805         (movsf_const_lo): Add missing register mode.
16806         (goto_handler_and_restore): Add auxiliary test for Pmode.
16807         (flush): Adjust to use address_operand.
16808         (return_sf_no_fpu): Add missing output constraint.
16809
16810 Thu Oct 14 17:21:26 1999  Richard Henderson  <rth@cygnus.com>
16811
16812         * rs6000.md (call_value_indirect_aix32): Use wildcard match_operand
16813         for call return value.
16814         (call_value_indirect_aix64, call_value_indirect_nt): Likewise.
16815
16816 Thu Oct 14 13:54:25 1999  Jason Merrill  <jason@yorick.cygnus.com>
16817
16818         * toplev.c (main): Only warn about options for other languages.
16819         * collect2.c (main): Pass -w to sub-gcc.
16820
16821 Thu Oct 14 16:27:50 1999  Richard Henderson  <rth@cygnus.com>
16822
16823         * flow.c (propagate_block): Add call-clobbered registers to
16824         significant too.
16825
16826         * flow.c (propagate_block): Use free_EXPR_LIST_list instead of
16827         zapping mem_set_list.
16828         (invalidate_mems_from_autoinc): Use free_EXPR_LIST_node.
16829         (mark_set_1, mark_used_regs): Likewise.
16830
16831 Thu Oct 14 10:51:49 1999  Richard Henderson  <rth@cygnus.com>
16832
16833         * m68k.md (zero_extendsidi2): Add missing output reload constraint.
16834
16835 Wed Oct 13 00:09:18 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16836
16837         * invoke.texi: Label -Wbad-function-cast, -Wmissing-prototypes,
16838         -Wnested-externs, -Wstrict-prototypes, and -Wtraditional as C only
16839         options. Also add a new item "C-only Warning Options" to the
16840         option summary.
16841
16842 1999-10-14  Gavin Romig-Koch  <gavin@cygnus.com>
16843
16844         * libgcc2.c (__do_global_dtors): Protect __deregister_frame_info
16845         from multiple calls.
16846
16847 Thu Oct 14 04:54:54 1999  Richard Henderson  <rth@cygnus.com>
16848
16849         * i386.md (call value patterns): Move to the end of the file.
16850         (prologue_set_got, prologue_get_pc): Use register_operand for op 0.
16851
16852 1999-10-14 Mark Elbrecht <snowball3@bigfoot.com>
16853
16854         * configure.in (djgpp configuration): Define extra_objects..
16855         * configure: Rebuilt.
16856         * config/i386/djgpp.h (CTORS_SECTION_ASM_OP): Define.
16857         (DTORS_SECTION_ASM_OP): Define.
16858         (INIT_SECTION_ASM_OP): Define.
16859         (FINI_SECTION_ASM_OP): Define.
16860         (DATA_SECTION_ASM_OP): Define.
16861         (TEXT_SECTION_ASM_OP): Define.
16862         (EH_FRAME_SECTION_ASM_OP): Define.
16863         (LINK_COMMAND_SPEC): Remove -Tdjgpp.djl.
16864         (STARTFILE_SPEC): Add crtbegin.o.
16865         (ENDFILE_SPEC): Define and add crtend.o. Move argument -Tdjgpp.djl
16866         to here from LINK_COMMAND_SPEC.
16867         (DO_GLOBAL_CTORS_BODY): Define.
16868         (CRTSTUFF_USE_FINI_SECTION): Define
16869         (HAS_INIT_SECTION): Delete.
16870
16871 Thu Oct 14 05:08:14 1999  Andreas Schwab  <schwab@suse.de>
16872
16873         * Makefile.in (all.cross): Depend on xcpp$(exeext).
16874
16875 Thu Oct 14 04:00:40 1999  Richard Henderson  <rth@cygnus.com>
16876
16877         * pa.h (PREDICATE_CODES): New.
16878
16879         * genrecog.c (validate_pattern): Condense the destination
16880         non-lvalue message.
16881
16882 Thu Oct 14 03:23:08 1999  Richard Henderson  <rth@cygnus.com>
16883
16884         * alpha.md (call-1): Supply missing mode for operator.
16885         (*): Add missing output reload constraints.  Remove constraints
16886         from define_splits.
16887
16888         * i386.h (SPECIAL_MODE_PREDICATES): New.
16889         * i386.md (movstricthi_1): Use nonimmediate_operand for op 0.
16890         (movqi_1, movdi_1, movdi_2, some splits): Likewise.
16891         (addsi_lea_3): Add missing mode for op 3.
16892         (prologue_set_got, prologue_get_pc): Add missing modes.
16893         (*) Add missing output reload constraints.
16894
16895 Thu Oct 14 03:59:57 1999  Stephane Carrez  <stcarrez@worldnet.fr>
16896
16897         * stor-layout.c (layout_union): Use HOST_WIDE_INT for const_size;
16898         check for member bit-size overflow and use var_size if it occurs.
16899         (layout_record): Use bitsize_int() to define the type size in bits.
16900         Likewise for computation and assignment to DECL_FIELD_BITPOS.
16901         (layout_decl): Likewise when assigning to DECL_SIZE.
16902
16903 Thu Oct 14 02:57:05 1999  Richard Henderson  <rth@cygnus.com>
16904
16905         * genrecog.c (validate_pattern): Typo last change.  Verify
16906         that output operands have output reloads.
16907
16908 Thu Oct 14 01:49:54 1999  Richard Henderson  <rth@cygnus.com>
16909
16910         * genrecog.c (special_mode_pred_table): New.
16911         (NUM_SPECIAL_MODE_PREDS): New.
16912         (find_operand): New.
16913         (validate_pattern): New argument `insn'.  Warn for assignment to
16914         any predicate accepting non-lvalues.  Conditionaly warn for
16915         match_operand without a mode.  Try much harder to match source
16916         and destination modes on a set.
16917         * tm.texi (SPECIAL_MODE_PREDICATES): Document.
16918
16919 Thu Oct 14 02:54:13 1999  Jeffrey A Law  (law@cygnus.com)
16920
16921         * fold-const.c (fold): Detect rotates built from BIT_XOR_EXPRs.
16922
16923 Thu Oct 14 02:18:19 1999  Marc Espie <espie@cvs.openbsd.org>
16924
16925         * combine.c (simplify_logical): Recognize xor pattern that encodes
16926         rotation.
16927
16928 Wed Oct 13 23:23:45 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16929
16930         * rs6000.c (expand_block_move): Use INTVAL, not XINT to access
16931         alignment.
16932
16933 Wed Oct 13 21:47:18 1999  Richard Henderson  <rth@cygnus.com>
16934
16935         * ggc-page.c (MAP_FAILED): Provide default.
16936
16937 Wed Oct 13 21:41:59 1999  Richard Henderson  <rth@cygnus.com>
16938
16939         * sparc.c (symbolic_operand): Verify mode; don't accept CONST_DOUBLE.
16940         * sparc.h (PREDICATE_CODES): Update.
16941
16942 Wed Oct 13 21:18:17 1999  Richard Henderson  <rth@cygnus.com>
16943
16944         * alpha.c (some_ni_operand): New.
16945         * alpha-protos.h: Declare it.
16946         * alpha.h (PREDICATE_CODES): Update.
16947         * alpha.md (sXaddq reload insns): Use some_ni_operand
16948         for SET_DEST instead of some_operand.
16949
16950 Wed Oct 13 21:04:45 1999  Richard Henderson  <rth@cygnus.com>
16951                           Jim Wilson  <wilson@cygnus.com>
16952
16953         * genrecog.c (maybe_both_true_2): Don't compare modes of
16954         two DT_pred tests.
16955         (process_tree): Elide peephole2_insns.  Invoke simplify_tests
16956         after find_afterward.
16957         (debug_decision_1): Dump next and afterward codes.
16958
16959 Wed Oct 13 20:35:16 1999  Richard Henderson  <rth@cygnus.com>
16960
16961         * rtl.c (dump_and_abort): Remove.
16962         (fatal_with_file_and_line): New.
16963         (fatal_expected_char): New.
16964         (read_rtx_lineno, read_rtx_filename): New.
16965         (read_skip_spaces): Track line number.
16966         (read_name): Use fatal_with_file_and_line.
16967         (read_rtx): Use fatal_expected_char.  Track line number.
16968         * rtl.h (read_rtx_filename, read_rtx_lineno): Declare.
16969
16970         * print-rtl.c (print_rtx): Don't special case LABEL_REF argument
16971         if it isn't a CODE_LABEL.
16972
16973         * genattr.c (main): Set read_rtx_filename.
16974         * genattrtab.c (main): Likewise.
16975         * gencodes.c (main): Likewise.
16976         * genconfig.c (main): Likewise.
16977         * genemit.c (main): Likewise.
16978         * genextract.c (main): Likewise.
16979         * genflags.c (main): Likewise.
16980         * genopinit.c (main): Likewise.
16981         * genoutput.c (main): Likewise.
16982         * genpeep.c (main): Likewise.
16983
16984         * genrecog.c (decision_test.u.insn): Add `lineno'.
16985         (pattern_lineno, error_count): New variables.
16986         (message_with_line): New.
16987         (add_to_sequence): Break out checking code to ...
16988         (validate_pattern): ... here.  Detect SET_DEST matching CONST_INT.
16989         (merge_insn): Use message_with_line.
16990         (make_insn_sequence): Use validate_pattern.  Record insn lineno.
16991         (main): Set read_rtx_filename, pattern_lineno.  Exit early on error.
16992
16993 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
16994
16995         * expr.c (store_constructor): Clear union if constructor is empty.
16996
16997 Wed Oct 13 15:19:04 1999  Jim Wilson  <wilson@cygnus.com>
16998
16999         * config/rs6000/sysv4.h (CC1_SPEC): Fix errors from Jan 19 change.
17000         Add !endian checks.  Change %{...} to %(...).
17001
17002 Wed Oct 13 13:30:34 1999  Richard Henderson  <rth@cygnus.com>
17003
17004         * i386.md (*addsi3_cc): Renamed from addcsi3.
17005         (*addsi3_carry): Renamed from addxsi3.
17006         (*subsi3_cc): Renamed from subcsi3.
17007         (*subsi3_carry): Renamed from subxsi3.
17008         (*xorqi_cc_1): Renamed from xorcqi_1.
17009         (xorqi_cc_ext_1): Renamed from xorcqi_ext_1.
17010         * i386.c (ix86_expand_fp_compare): Update for xorqi_cc_ext_1.
17011
17012 Wed Oct 13 13:10:46 1999  Richard Henderson  <rth@cygnus.com>
17013
17014         * Makefile.in (ggc-common.o): Depend on RTL_H not RTL_BASE_H.
17015         (ggc-simple.o, ggc-page.o, ggc-none.o, ggc-callbacks.o): Likewise.
17016
17017 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
17018
17019         * regmove.c (optimize_reg_copy_3): Make sure P is non-nil as we
17020         climb up the chain of insns.
17021
17022 Wed Oct 13 10:20:58 1999  Richard Henderson  <rth@cygnus.com>
17023
17024         * genrecog.c (write_subroutine): Careful for null trees.
17025         (process_tree): Don't elide empty functions.
17026
17027 Wed Oct 13 10:07:54 1999  Richard Henderson  <rth@cygnus.com>
17028
17029         * Makefile.in (genrtl.o): Depend on ggc.h.
17030         * configure.in (valloc): Probe for it.
17031         (with-gc): Use ggc-page if valloc present.
17032         * ggc-common.c (ggc_mark_rtx_children): Use ggc_mark_if_gcable.
17033         (ggc_mark_rtvec_children): New from corpse of ggc_mark_rtvec.
17034         (ggc_alloc_string): Moved from ggc-page.c.
17035         * ggc-none.c (ggc_alloc_obj): New.
17036         (ggc_alloc_rtx, ggc_alloc_rtvec): Remove.
17037         * ggc-page.c (sys/mman.h): Only include if HAVE_MMAP.
17038         (struct globals): Likewise for dev_zero_fd.
17039         (init_ggc): Likewise for it's initialization.
17040         (ggc_allocated_p): Move careful dereference from ...
17041         (ggc_lookup_page_table): ... here.  Delete.
17042         (lookup_page_table_entry): Don't use ggc_lookup_page_table.
17043         (alloc_anon): Use valloc if no mmap.
17044         (release_pages): Use free if using valloc.
17045         (ggc_alloc_obj): Renamed from alloc_obj.
17046         (ggc_set_mark): Renamed from mark_obj.
17047         (ggc_mark_if_gcable): Renamed from ggc_mark_string_if_gcable.
17048         (ggc_alloc_rtx, ggc_alloc_rtvec): Delete.
17049         (ggc_alloc_tree, ggc_alloc_string, ggc_alloc): Delete.
17050         (ggc_set_mark_rtx, ggc_set_mark_rtvec): Delete.
17051         (ggc_set_mark_tree, ggc_mark_string, ggc_mark): Delete.
17052         (ggc_collect): Use fp printing instead of our own rounding.
17053         * ggc-simple.c (IS_MARKED, IGNORE_MARK): Delete.
17054         (GGC_STRING_MAGIC, GGC_STRING_MAGIC_MARK): Delete.
17055         (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): Delete.
17056         (struct ggc_rtx, struct ggc_rtvec, struct ggc_tree): Delete.
17057         (struct ggc_string, struct ggc_any): Delete.
17058         (offsetof): Provide default definition.
17059         (GGC_BALANCE, GGC_ALWAYS_COLLECT, GGC_ALWAYS_VERIFY): New.
17060         (PTR_KEY): New.
17061         (struct ggc_mem): New, from corpse of ggc_any.
17062         (struct ggc_status): Delete.
17063         (ggc_chain, ggc_allocated_strings, ggc_strings_used): Delete.
17064         (n_rtxs_collected, n_vecs_collected, n_trees_collected): Delete.
17065         (n_strings_collected, n_anys_collected): Delete.
17066         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Delete.
17067         (ggc_alloc_string, ggc_alloc): Delete.
17068         (ggc_free_rtx, ggc_free_rtvec, ggc_free_tree): Delete.
17069         (ggc_free_string, ggc_free_any): Delete.
17070         (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Delete.
17071         (ggc_compare_addresses, ggc_mark_string): Delete.
17072         (ggc_mark_string_if_gcable, ggc_mark): Delete.
17073         (search_data): Delete.
17074         (struct globals): New.
17075         (GGC_MIN_EXPAND_FOR_GC, GGC_MIN_LAST_ALLOCATED): New.
17076         (tree_insert, tree_lookup): New.
17077         (ggc_alloc_obj, ggc_set_mark, ggc_mark_if_gcable): New.
17078         (clear_marks, sweep_objs): New.
17079         (ggc_collect): Gut.  Use clear_marks, sweep_objs.
17080         (init_ggc): Set allocated_last_gc.
17081         (ggc_push_context): Gut.  Use G.context.
17082         (ggc_pop_context): Likewise.
17083         (ggc_pop_context_1): New.
17084         (debug_ggc_tree): New.
17085         (debug_ggc_balance, tally_leaves): New.
17086         * ggc.h (ggc_mark_rtvec, ggc_mark_string, ggc_mark): Remove decl.
17087         (ggc_mark_string_if_gcable): Remove decl.
17088         (ggc_mark_rtx, ggc_mark_tree): Use ggc_set_mark.
17089         (ggc_mark_rtvec_children): New.
17090         (ggc_mark_rtvec, ggc_mark_string, ggc_mark): New.
17091         (ggc_mark_if_gcable): New decl.
17092         (ggc_alloc_rtx, ggc_alloc_rtvec): Remove decl.
17093         (ggc_alloc_tree, ggc_alloc): Likewise.
17094         (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Likewise.
17095         (ggc_alloc_obj): New decl.
17096         (ggc_alloc_rtx, ggc_alloc_rtvec): New macros.
17097         (ggc_alloc_tree, ggc_alloc): Likewise.
17098         (ggc_set_mark): New decl.
17099         * rtl.h (struct rtx_def): Remove gc_mark.
17100         (struct rtvec_def): Likewise.
17101         * tree.h (struct tree_common): Likewise.
17102
17103 Wed Oct 13 01:44:29 1999  Carol LePage  <carolo@hal.com>
17104
17105         * configure.in (sparc-hal-solaris2*): Fix xm_file, xm_defines,
17106         float_format and thread_file definitions.
17107         * configure: Rebuilt.
17108
17109 Wed Oct 13 09:25:03 1999  Niels Möller <nisse@lysator.liu.se>
17110
17111         * extend.texi (Function Names): Document types of function names.
17112
17113 Wed Oct 13 00:45:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17114
17115         * reload1.c (reload_reg_free_for_value_p):  RELOAD_OTHER reloads with
17116         an earlyclobbered output conflict with RELOAD_INPUT reloads.
17117
17118 Tue Oct 12 23:28:28 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17119
17120         * sh.h (BOOL_TYPE_SIZE): Don't use INT_TYPE_SIZE / CHAR_TYPE_SIZE.
17121
17122 Tue Oct 12 23:19:32 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17123
17124         * sh.h (REGISTER_MOVE_COST): Change PR_REG to PR_REGS.
17125
17126 Tue Oct 12 17:09:38 1999  David Edelsohn  <edelsohn@gnu.org>
17127
17128         * collect2.c (main): Do prelimnary link on AIX if rflag.
17129
17130 Tue Oct 12 09:45:19 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17131
17132         * config/rs6000/eabi-ctors.c (__do_global_ctors): Run through
17133         __CTOR_LIST__ in opposite order, which is the correct order for sorted
17134         constructors.
17135         (__do_global_dtors): similarly for __DTOR_LIST__.
17136
17137 Fri Oct  8 19:46:03 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17138                                 Diego Novillo <dnovillo@cygnus.com>
17139
17140         * config/sh/sh.h (REGISTER_MOVE_COST): Handle moves from T_REGS to
17141         FPUL_REGS.
17142
17143 Tue Oct 12 07:38:41 1999  Bruce Korb  <autogen@linuxbox.com>
17144
17145         * fixincl/*: Merged "no_bogosity" branch
17146         * fixincl/fixlib.h: protect against doubly defining t_bool
17147         * fixincl/server.h: protect against doubly defining t_bool
17148
17149 Mon Oct 11 20:18:41 1999  Jim Wilson  <wilson@cygnus.com>
17150
17151         * genoutput.c: Include toplev.h.
17152
17153 Mon Oct 11 18:56:14 1999  Jim Wilson  <wilson@cygnus.com>
17154
17155         * config/sparc/liteelf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
17156         Undef.
17157         * configure.in (sparclite-*-elf, sparc86x-*-elf): Don't use libgloss.h.
17158         * configure: Regenerate.
17159
17160 Mon Oct 11 16:07:49 1999  Richard Henderson  <rth@cygnus.com>
17161
17162         * gcse.c (delete_null_pointer_checks): Returns void.
17163
17164 Mon Oct 11 20:31:51 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17165
17166         * rtl.c (copy_rtx): Don't use accessor macros to copy fields.
17167         * emit-rtl.c (copy_insn_1): Likewise.
17168
17169 Mon Oct 11 13:29:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
17170
17171         * config/mips/mips.c (mips_build_va_list): Correct
17172         TREE_CHAIN setting when hard-float.
17173         (mips_va_start): Use corrected setting.
17174         (mips_va_arg): Likewise.  Also pass a tree to build of
17175         POSTINCREMENT_EXPR rather than a naked 'int'.
17176
17177 Sun Oct 10 18:27:27 1999  Mark Mitchell  <mark@codesourcery.com>
17178
17179         * ggc.h (ggc_push_context): Fix comment.
17180         (ggc_pop_context): Likewise.
17181         (mark_string_if_gcable): Likewise.
17182         * ggc-common.c (ggc_mark_rtx_children): Use
17183         ggc_mark_string_if_gcable.
17184         * ggc-page.c (ggc_lookup_page_table): New function.
17185         (ggc_allocated_p): Likewise.
17186         (mark_obj): Fix formatting.
17187         (ggc_mark_string_if_gcable): New function.
17188         * ggc-simple.c (ggc_allocated_strings): New variable.
17189         (ggc_strings_used): Likewise.
17190         (ggc_compare_addresses): New function.
17191         (ggc_pop_context): Pop the `any' memory too.
17192         (ggc_mark_string_if_gcable): New function.
17193         (ggc_collect): Initialize and tear down ggc_allocated_strings.
17194
17195 Sun Oct 10 20:05:21 1999  David Edelsohn  <edelsohn@gnu.org>
17196
17197         * rs6000.md (movstrsi_?reg): Use preferred rD/rS = r5 form.
17198         (scc patterns): Disable most SImode variants if TARGET_POWERPC64.
17199         * rs6000.c (expand_block_move): Match movstrsi_?reg register
17200         changes.
17201
17202 Sun Oct 10 16:37:01 1999  Richard Henderson  <rth@cygnus.com>
17203
17204         * haifa-sched.c (sched_reg_n_calls_crossed): Delete.
17205         (sched_reg_live_length, sched_reg_basic_block): Delete.
17206         (current_block_num, bb_live_regs, old_live_regs): Delete.
17207         (dead_notes, struct sometimes): Delete.
17208         (sched_note_set, birthing_insn_p): Delete.
17209         (adjust_priority): Gut useless reg lifetime code.
17210         (create_reg_dead_note, attach_deaths): Delete.
17211         (attach_deaths_insn, new_sometimes_live): Delete.
17212         (finish_sometimes_live): Delete.
17213         (find_pre_sched_live, find_post_sched_live): Delete.
17214         (update_reg_usage): Delete.
17215         (find_insn_reg_weight): New, from corpse of find_pre_sched_live.
17216         (schedule_insns): Delete reg lifetime code.
17217         (sched_analyze): Use REG_SAVE_NOTE to stuff NOTE_INSN notes away.
17218         (unlink_other_notes): Adjust REG_NOTE commentary.
17219         (reemit_notes): Use REG_SAVE_NOTE.
17220         (schedule_block): Likewise.
17221         (schedule_region): Allocate bitmap of blocks in region.  Use
17222         count_or_remove_death_notes.  Use update_life_info.
17223
17224         * rtl.h (REG_SAVE_NOTE): New.
17225         * rtl.c (reg_note_name): Update.
17226
17227 Sun Oct 10 16:14:16 1999  Richard Henderson  <rth@cygnus.com>
17228
17229         * combine.c (refresh_blocks, need_refresh): New.
17230         (combine_instructions): Allocate refresh_blocks.  Invoke
17231         update_life_info if needed.
17232         (distribute_notes): Mark refresh_blocks instead of installing
17233         USE insns.
17234         * flow.c (update_life_info): Remove notes if GLOBAL_RM_NOTES.
17235         * basic_block.h (enum update_life_extent): Add GLOBAL_RM_NOTES.
17236
17237         * Makefile.in (recog.o): Depend on basic-block.h.
17238
17239 Sun Oct 10 12:03:21 1999  Richard Henderson  <rth@cygnus.com>
17240
17241         * genrecog.c (add_to_sequence): Thinko last change: delete
17242         shadowing allow_const_int variable.
17243
17244 Sun Oct 10 08:40:00 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17245
17246         * cppinit.c: Use HAVE_GCC_VERSION instead of explicitly testing
17247         __GNUC__ and __GNUC_MINOR__.
17248
17249         * gansidecl.h: Likewise.
17250
17251         * rtl.c: Likewise.
17252
17253         * rtl.h: Likewise.
17254
17255         * toplev.h: Likewise.
17256
17257         * tree.c: Likewise.
17258
17259         * tree.h: Likewise.
17260
17261         * varray.c: Likewise.
17262
17263         * varray.h: Likewise.
17264
17265 Sun Oct 10 13:28:48 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17266
17267         * loop.c (find_and_verify_loops): When looking for a BARRIER, don't
17268         use one before a jump table.
17269
17270         * rtl.def (ADDRESS): Change documentation to match reality.
17271         * md.texi: Don't document it.
17272         * gmicro.md (load address pattern): Use 'p' constraint, delete use
17273         of ADDRESS rtx.
17274
17275         * emit-rtl.c (copy_insn_1): Make format_ptr a const char *.
17276
17277 Sun Oct 10 02:41:41 1999  Richard Henderson  <rth@cygnus.com>
17278
17279         * genrecog.c (add_to_sequence): Move allow_const_int test outside
17280         known predicate block; default allow_const_int true.
17281         (debug_decision_list): New.
17282
17283 Sun Oct 10 00:43:08 1999  Richard Henderson  <rth@cygnus.com>
17284
17285         * i386.h (CC1_SPEC): Typo -- use cc1_cpu.
17286
17287 Sat Oct  9 23:26:55 1999  Jeffrey A Law  (law@cygnus.com)
17288
17289         * gcse.c (gcse_main): Avoid global optimizations if we have a
17290         large number of basic blocks and the ratio of edges to blocks
17291         is high.
17292         (delete_null_pointer_checks): Likewise.
17293
17294 Sat Oct  9 23:16:01 1999  Ken Raeburn  <raeburn@mit.edu>
17295
17296         * c-common.c (check_format_info): Warn if format string isn't a
17297         string literal.
17298
17299 Sat Oct  9 23:04:02 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17300
17301         * configure.in (arm*-*-*): Don't let autoconf remove brackets
17302         * configure: regenerate
17303
17304 Sat Oct  9 13:15:53 1999  Richard Henderson  <rth@cygnus.com>
17305
17306         * alpha.md (extendsidi2): Turn into a splitter.  Allow f/f.
17307         If TARGET_FIX, allow r/f.  Remove cvtlq unspec pattern.
17308         (peepholes): Re-enable.
17309
17310 Sat Oct  9 12:18:16 1999  Richard Henderson  <rth@cygnus.com>
17311
17312         * Makefile.in (flow.o): Depend on TREE_H.
17313         * basic-block.h (REG_SET_EQUAL_P): New.
17314         (XOR_REG_SET): New.
17315         (n_edges): Declare.
17316         (free_regset_vector): Remove declaration.
17317         (flow_delete_insn_chain): Declare.
17318         (enum update_life_extent): New.
17319         (update_life_info, count_or_remove_death_notes): Declare.
17320         * combine.c (distribute_notes) [REG_DEAD]: Stop search at bb->head.
17321         Verify register live at bb->global_live_at_start before adding USE.
17322         * flow.c (HAVE_epilogue, HAVE_prologue): Provide default.
17323         (CLEAN_ALLOCA): New.
17324         (n_edges): New.
17325         (PROP_*): New flags.
17326         (find_basic_blocks_1): Use alloc_EXPR_LIST.
17327         (clear_edges): Zero n_edges.
17328         (make_edge): Increment n_edges.
17329         (split_edge): Don't allocate bb->local_set.  Increment n_edges.
17330         (flow_delete_insn_chain): Export.
17331         (delete_block): Decrement n_edges.
17332         (merge_blocks_nomove): Likewise.
17333         (life_analysis): Give life_analysis_1 PROP flags.
17334         (verify_wide_reg_1, verify_wide_reg): New.
17335         (verify_local_live_at_start): New.
17336         (update_life_info): Rewrite to call into propogate_block.
17337         (mark_reg): New.
17338         (mark_regs_live_at_end): After reload, if epilogue as rtl,
17339         always mark stack pointer.  Conditionally mark PIC register.
17340         After reload, mark call-saved registers, return regsiters.
17341         (life_analysis_1): Accept PROP flags not remove_dead_code.
17342         Call mark_regs_live_at_end before zeroing regs_ever_live.
17343         Use calculate_global_regs_live.  Copy global_live_at_end before
17344         calling final propagate_block.  Zero reg_next_use on exit.
17345         (calculate_global_regs_live): New.
17346         (allocate_bb_life_data): Don't allocate bb->local_set.
17347         (init_regset_vector, free_regset_vector): Remove.
17348         (propagate_block): Accept FLAGS not FINAL or REMOVE_DEAD_CODE.
17349         Test flags before every operation.  Warn if prologue/epilogue insn
17350         would have been deleted.
17351         (mark_set_regs, mark_set_1): Accept and use FLAGS.
17352         Use alloc_EXPR_LIST.
17353         (mark_used_regs): Accept and use FLAGS, not FINAL.
17354         Remove special handling for RETURN.
17355         (try_pre_increment): Use alloc_EXPR_LIST.
17356         (dump_flow_info): Dump n_edges.
17357         (unlink_insn_chain, split_hard_reg_notes): Remove.
17358         (maybe_add_dead_note, maybe_add_dead_note_use): Remove.
17359         (find_insn_with_note, new_insn_dead_notes): Remove.
17360         (update_n_sets, sets_reg_or_subreg_1, sets_reg_or_subreg): Remove.
17361         (maybe_remove_dead_notes, prepend_reg_notes): Remove.
17362         (replace_insns): Remove.
17363         (count_or_remove_death_notes): New.
17364         (verify_flow_info): Abort on error after all checks.
17365         (remove_edge): Decrement n_edges.
17366         (remove_fake_edges): Tweak format.
17367         * haifa-sched.c (schedule_insns): Use split_all_insns.
17368         * output.h (update_life_info): Remove declaration.
17369         * recog.c (split_all_insns): From the corpse of split_block_insns,
17370         do the whole function block by block.  Use update_life_info.
17371         (recog_last_allowed_insn): New.
17372         (recog_next_insn): Mind it.
17373         (peephole2_optimize): Set it.  Walk backwards through blocks.
17374         Use update_life_info.
17375         * rtl.h (update_flow_info, replace_insns): Remove declarations.
17376         (split_all_insns): Declare.
17377         * toplev.c (rest_of_compilation): Thread prologue before flow2.
17378         Use split_all_insns.
17379
17380         * i386.md (or -1 peep2s): Disable.
17381
17382 Fri Oct  8 17:49:08 1999  Richard Henderson  <rth@cygnus.com>
17383
17384         * config/mips/mips.md (movstrsi+[123]) : Combine these into
17385         a single pattern.  Scrap the 'd' versions as unnecessary.
17386
17387         * config/mips/mips.md (tablejump_internal3,tablejump_mips161,
17388         tablejump_mips162,tablejump_internal4): The operands to a
17389         label_ref must be VOIDmode.
17390
17391 Fri Oct  8 16:12:42 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17392
17393         * configure.in (c-mbchar): Append, don't overwrite, `extra_c_flags'.
17394
17395 Fri Oct  8 11:58:34 1999  Richard Henderson  <rth@cygnus.com>
17396
17397         * mips.c (mips_va_arg) [EABI]: Return addr_rtx.
17398
17399 Fri Oct  8 11:58:34 1999  Richard Henderson  <rth@cygnus.com>
17400
17401         * lists.c (init_EXPR_INSN_LIST_cache): Don't need to zap the
17402         cache every function if ggc_p.
17403
17404 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17405
17406         * jump.c (duplicate_loop_exit_test): Use copy_insn/copy_insn_1
17407         instead of copy_rtx.  Accept sequences that contain asm statements.
17408         * emit-rtl.c (copy_insn_1, copy_insn): New functions.
17409         (copy_insn_scratch_in, copy_insn_scratch_out, copy_insn_n_scratches,
17410         orig_asm_operands_vector, copy_asm_operands_vector,
17411         orig_asm_constraints_vecotr, copy_asm_constraints_vector): New static
17412         variables.
17413         * rtl.h (copy_insn, copy_insn_1): Declare.
17414
17415 Fri Oct  8 13:08:12 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17416
17417         * Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h.
17418
17419         * alpha.h (ASM_OUTPUT_MI_THUNK): Pass the correct number of
17420         arguments to `current_file_function_operand'.
17421
17422         * genrecog.c: Include hard-reg-set.h and resource.h in the
17423         generated output file.
17424
17425         * real.c: Include tm_p.h.
17426
17427 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17428
17429         * i386.md (prologue_allocate_stack): Add '=' constraint letter on
17430         output operand.
17431
17432 Thu Oct  7 23:06:50 1999  Richard Henderson  <rth@cygnus.com>
17433
17434         * rs6000.md (fix_truncdfsi2_internal+1): Emit a clobber
17435         before the fctiwz insn.
17436
17437 Thu Oct  7 22:53:00 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17438                           Mark Mitchell  <mark@codesourcery.com>
17439
17440         * tree.c (make_lang_type_fn): New funtion pointer.
17441         (make_lang_type): Call it.
17442         * tree.h (make_lang_type): Declare.
17443         (make_lang_type_fn): Likewise.
17444         * rs6000.c (rs6000_build_va_list): Use make_lang_type.
17445
17446 Thu Oct  7 00:36:17 1999  Diego Novillo  <dnovillo@cygnus.com>
17447
17448         * config/rs6000/rs6000.c (secondary_reload_class): For TARGET_ELF
17449         make sure that HIGH instructions are copied into BASE_REGS.
17450
17451 Thu Oct  7 17:02:34 1999  Jason Merrill  <jason@yorick.cygnus.com>
17452
17453         * expr.c (expand_expr, TARGET_EXPR): Set TREE_USED sooner.
17454
17455 Thu Oct  7 17:01:58 1999  Greg McGary  <gkm@gnu.org>
17456
17457         * c-decl.c (finish_struct): Use simpler method of
17458         removing elements of a singly-linked list.
17459
17460 Thu Oct  7 15:23:28 1999  Michael Meissner  <meissner@cygnus.com>
17461
17462         * alpha.md (peephole2's): Comment out peephole2's that generate
17463         buggy code.
17464
17465 Thu Oct  7 12:00:53 1999  Richard Henderson  <rth@cygnus.com>
17466
17467         * genrecog.c (add_to_sequence): Disable mode check for
17468         wildcard matches.
17469
17470 Thu Oct  7 20:14:16 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17471
17472         * ggc-simple.c (init_ggc): Set empty_string.
17473
17474 Thu Oct  7 01:13:15 1999  Richard Henderson  <rth@cygnus.com>
17475
17476         * configure.in: Detect mmap.  Add --with-gc=foo to select
17477         garbage collector; default to page if mmap available.
17478         * Makefile.in (GGC): Substitute.
17479
17480 Wed Oct  6 23:56:30 1999  Richard Henderson  <rth@cygnus.com>
17481
17482         * c-decl.c (ggc_p): Enable.
17483
17484 Wed Oct  6 17:17:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17485
17486         * flow.c (verify_flow_info): Make it extern & unconditionally define.
17487
17488 1999-10-06  Brendan Kehoe  <brendan@cygnus.com>
17489
17490         * sparc/sp86x-elf.h (SUBTARGET_SWITCHES): Add missing doc
17491         string for little-endian-data.
17492
17493 Wed Oct  6 16:10:35 1999  Michael Meissner  <meissner@cygnus.com>
17494
17495         * varray.h (VARRAY_CHECK): Fix up appropriate revision check, in
17496         case somebody tries to compile --enable-checking code with gcc
17497         1.34 or such.
17498
17499 Wed Oct  6 12:22:50 1999  Richard Henderson  <rth@cygnus.com>
17500
17501         * genrecog.c (add_to_sequence): Verify operand to label_ref is
17502         VOIDmode.
17503
17504 Wed Oct  6 10:21:15 1999  Richard Henderson  <rth@cygnus.com>
17505
17506         * genconfig.c (main): Disable HAVE_conditional_arithmetic.
17507         * jump.c (jump_optimize_1): Document why.
17508
17509 Wed Oct  6 10:41:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17510
17511         * collect2.c (scan_prog_file, scan_libraries): Prototype function
17512         pointers and casts for `int_handler' and `quit_handler'.
17513
17514         * flow.c (verify_flow_info, split_hard_reg_notes,
17515         find_insn_with_note, sets_reg_or_subreg_1, prepend_reg_notes,
17516         remove_edge, remove_fake_successors): Add static prototypes.
17517         (verify_flow_info): Wrap with macro ENABLE_CHECKING.
17518         (mark_set_1): Initialize variable `regno'.
17519         (unlink_insn_chain): Likewise for variable `curr'.
17520         (remove_fake_edges): Remove unused variables `e', `tmp' and `last'.
17521
17522         * loop.c (strength_reduce): Initialize variable
17523         `unrolled_insn_copies'.
17524         (cmp_combine_givs_stats, cmp_recombine_givs_stats): Add static
17525         prototypes.  Change these functions to take const PTR parameters
17526         to avoid prototype conflict when used as the comparson argument
17527         for qsort.
17528         (check_dbra_loop): Initialize variable `comparison_val'.
17529
17530         * reload.c (debug_reload_to_stream, debug_reload): Add prototypes.
17531         (get_secondary_mem): Mark parameter `x' with ATTRIBUTE_UNUSED.
17532         (find_valid_class): Initialize variable `best_class'.
17533         (find_reloads): Call memcpy, not bcopy.
17534
17535         * reload1.c (gen_mode_int, dump_needs): Add prototypes.
17536         (hard_reg_use_compare): Don't needlessly cast away const.
17537         (reload_reg_class_lower): Likewise.
17538         (choose_reload_regs): Initialize variable `regno'.
17539
17540 Tue Oct  5 16:34:12 1999  Paul Burchard <burchard@pobox.com>
17541
17542         * ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.
17543
17544 Tue Oct  5 16:14:40 1999  Michael Meissner  <meissner@cygnus.com>
17545
17546         * libgcc1-test.c (toplevel): Include stddef.h to get size_t.
17547         ({,d}discard): Add forward declarations.  Declare parameter as
17548         unused.
17549         (main_without_main): Explicitly declare return type to be int.
17550         (memcpy): Properly declare.
17551
17552         * libgcc2.c (toplevel): If inhibit_libc is defined and not
17553         building the trampoline support, declare malloc, free, and
17554         atexit.
17555         (__clear_cache): Mark arguments as potentially unused.
17556
17557         * frame.c (toplevel): If inhibit_libc is defined, declare
17558         malloc and free.
17559
17560 Tue Oct  5 12:00:32 1999  Richard Henderson  <rth@cygnus.com>
17561
17562         * flow.c (make_edge): Accept an optional 2D bitmap in which
17563         to cache edge existence.  Update all callers.
17564         (make_label_edge, make_eh_edge): Pass through the edge cache.
17565         (make_edges): Provide the cache.
17566
17567 Tue Oct  5 12:16:49 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17568
17569         * mbchar.c (literal_codeset, local_mbtowc, local_mblen): Constify
17570         a char*.
17571         (local_mbtowc): Change the type of variable `i' from int to size_t.
17572
17573         * mbchar.h (ISSJIS1, ISSJIS2): Use parens around && within ||.
17574         (local_mbtowc, local_mblen, literal_codeset): Constify a char*.
17575
17576 Tue Oct  5 11:34:52 1999  Michael Meissner  <meissner@cygnus.com>
17577
17578         * ggc-common.c (toplevel): Reorder includes, so that ggc.h comes
17579         after other includes that define the appropriate types.  Include
17580         tm_p.h for getting user prototypes.
17581         * ggc-callbacks.c (toplevel): Ditto.
17582         * ggc-none.c (toplevel): Ditto.
17583         * gcc-page.c (toplevel): Ditto.
17584         * ggc-simple.c (toplevel): Ditto.
17585
17586 Mon Oct  4 16:48:16 1999  Diego Novillo <dnovillo@cygnus.com>
17587                           Jonathan Larmour  <jlarmour@cygnus.co.uk>
17588
17589         * config/mips/mips.c (mips_move_2words): Split doubles if
17590         ISA >= 3, !TARGET_64BIT, and destination is not an FP register.
17591
17592 Mon Oct  4 21:47:31 1999  Richard Henderson  <rth@cygnus.com>
17593
17594         * genrecog.c (struct decision_test): New.
17595         (struct decision): Remove test-related members, sort the rest by size.
17596         (IS_SPLIT): Simplify.
17597         (new_decision, new_decision_test): New.
17598         (add_to_sequence): Use them.  No special handling for args of
17599         non-MATCH codes.
17600         (maybe_both_true): Renamed from not_both_true; return sense changed.
17601         (maybe_both_true_1, maybe_both_true_2): New.  Broken out
17602         of maybe_both_true and adjusted for decision_test.
17603         (position_merit): Remove.
17604         (nodes_identical, nodes_identical_1): New, broken out of merge_trees.
17605         (merge_accept_insn): New, broken out of merge_trees.
17606         (merge_trees): Use them.  No special case for c_test; no node
17607         splitting; use test type instead of position_merit.
17608         (factor_tests): New.
17609         (simplify_tests): New.
17610         (break_out_subroutines): Don't write code now.
17611         (find_afterward): New.
17612         (write_afterward, write_switch, write_cond): New.
17613         (write_action, is_unconditional): New.
17614         (write_node): New.  Use them.
17615         (write_tree_1): Rewrite.  Use the new functions above.
17616         (write_tree): Remove afterward processing.
17617         (write_subroutine): Simplify function variant emission.
17618         (write_subroutines): New.
17619         (same_codes, clear_codes): Remove.
17620         (same_modes, clear_modes): Remove.
17621         (write_header): New, broken out of main.
17622         (make_insn_sequence): Use new_decision and new_decision_test.
17623         (process_tree): New, broken out of main.
17624         (main): Adjust for merge_trees interface change.
17625         Don't #define operands in the output file.
17626         (record_insn_name): New, broken out of make_insn_sequence.
17627         (debug_decision_2, debug_decision_1, debug_decision_0): New.
17628         (debug_decision): New.
17629
17630 1999-10-04 21:58 -0700  Zack Weinberg  <zack@bitmover.com>
17631
17632         * resource.c (find_free_register): Mark class_str argument const.
17633         * resource.h: Update prototype to match.
17634
17635         * i386.h (PREDICATE_CODES): Add entry for long_memory_operand.
17636         * i386.md: Give all anonymous insns names.
17637
17638 Mon Oct  4 21:12:02 1999  Jeffrey A Law  (law@cygnus.com)
17639
17640         * flow.c (merge_blocks): Avoid assing BASIC_BLOCK for non-existent
17641         blocks.
17642
17643 Mon Oct  4 21:01:39 1999  Richard Henderson  <rth@cygnus.com>
17644
17645         * toplev.c (dbr_sched_time): Unconditional.
17646         (peephole2_time): New.
17647         (compile_file): Add pass numbers to all of the dump file suffixes.
17648         Dump peephole2_time.  Don't dump times for non-applicable passes.
17649         (rest_of_compilation): Add pass numbers to dump file suffixes.
17650         Conditionalize calls to the scheduler.
17651         * invoke.texi: Update.
17652
17653 Mon Oct  4 20:25:13 1999  Anthony Green  <green@cygnus.com>
17654
17655         * flow.c (make_edges): Fix insn iteration.
17656         (find_basic_blocks): Assign NULL_RTX, not 0, to rtx.
17657         (find_basic_blocks_1): Fix spelling mistake.
17658
17659 Mon Oct  4 16:56:11 1999  Richard Henderson  <rth@cygnus.com>
17660
17661         * tree.c (build1): Set TREE_SIDE_EFFECTS for expressions that
17662         always have side-effects.  Use memset not bzero.
17663         (make_node): Likewise.
17664
17665 Mon Oct  4 16:22:20 1999  Mark Mitchell  <mark@codesourcery.com>
17666
17667         * stmt.c (expand_anon_union_decl): When any of the elements of the
17668         union is addressable, so is the entire union.
17669
17670 Mon Oct  4 11:38:33 1999  Richard Henderson  <rth@cygnus.com>
17671
17672         * sbitmap.c (sbitmap_ones): Don't set too many bits.
17673
17674         * bitmap.h (enum bitmap_bits): Add BITMAP_XOR.
17675         * bitmap.c (bitmap_operation): Return true iff TO changed.
17676         (bitmap_equal_p): New.
17677         (bitmap_bit_p): Tidy arithmetic.
17678         (debug_bitmap_file): Likewise.
17679
17680 Mon Oct  4 11:28:37 1999  Richard Henderson  <rth@cygnus.com>
17681
17682         * toplev.c (rest_of_compilation): Turn on cse_not_expected
17683         before cse2 instead of after.
17684
17685 Mon Oct 4 09:55:17 1999  Stan Cox  <scox@cygnus.com>
17686
17687         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Let leasi/liadi handle large
17688         register offsets.
17689
17690 Mon Oct  4 08:54:12 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17691
17692         * cppinit.c (is_idchar initializer): Loosen tests to accept
17693         gcc 2.>6 and >2.
17694
17695 Mon Oct  4 02:31:20 1999  Mark Mitchell  <mark@codesourcery.com>
17696
17697         * mips.md: Define conditional move patterns for floating point
17698         operands and DI mode conditions.
17699
17700 Mon Oct  4 02:12:41 1999  Mark Mitchell  <mark@codesourcery.com>
17701
17702         * tree.c (make_node): Set TREE_SIDE_EFFECTS for expressions that
17703         always have side-effects.
17704
17705 Sun Oct  3 14:14:16 1999  Jeffrey A Law  (law@cygnus.com)
17706
17707         * mn10200.c (asm_file_start): Fix typo.
17708
17709         * cppinit.c (is_idchar initializer): Tighten tests for when
17710         to put the table into initialized memory.
17711
17712         * ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx,
17713         not an array of rtunion.
17714         * gcc-page.c (ggc_alloc_rtvec): Similarly.
17715         * gcc-simple (ggc_free_rtvec): Similarly.
17716
17717         * genattrtab.c (simplify_cond): Make TESTS an array of rtxs, instead
17718         of rtunions.
17719
17720         * mbchar.h: Add missing #endif.
17721
17722         * t-fr30 (LIB2FUNCS_EXTRA): Remove definition.
17723         (FPBIT, DPBIT): Define.
17724
17725 Sun Oct  3 12:44:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17726
17727         * print-tree.c (print_node, indent_to): Remove redundant prototypes.
17728
17729         * profile.c (instrument_arcs, output_gcov_string,
17730         tablejump_entry_p): Add static prototypes.
17731         (output_gcov_string): Constify a char*.
17732
17733         * regmove.c (replacement_quality, fixup_match_2): Add static
17734         prototypes.
17735
17736         * resource.h (reg_dead_p): Add extern prototype.
17737
17738         * rtl.c (trim_filename): Add static prototype.
17739
17740         * scan-decls.c (skip_to_closing_brace): Likewise.
17741
17742         * stmt.c (expand_decl_cleanup_no_eh): Hide definition.
17743         (expand_end_case): Initialize variable `range'.
17744         (emit_case_nodes): Remove unused prototype `rtx_fn'.
17745
17746         * varasm.c (asm_emit_uninitialised): Add static prototype.
17747         (asm_emit_uninitialised, assemble_variable): Mark parameter with
17748         ATTRIBUTE_UNUSED.
17749
17750 Sun Oct  3 12:24:52 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17751
17752         * cpplib.c (if_directive_nameo): Add static prototype.
17753
17754         * cse.c (cse_insn): Remove unused variable `p'.
17755
17756         * except.c (create_rethrow_ref, push_entry,
17757         receive_exception_label, new_eh_region_entry, find_func_region,
17758         clear_function_eh_region, process_nestinfo): Add static prototypes.
17759         (get_reg_for_handler): Hide definition.
17760         (process_nestinfo): Initialize variable `extra_handlers'.
17761
17762         * expr.h (expand_builtin_longjmp): Add extern prototype.
17763
17764         * final.c (final_addr_vec_align, align_fuzz): Add static prototypes.
17765
17766         * function.c (prepare_function_start): Likewise.
17767         (pop_function_context_from): Mark parameter `context' with
17768         ATTRIBUTE_UNUSED.
17769         (push_temp_slots_for_block, flush_addressof): Hide definition.
17770
17771         * gcov.c (init_arc, reverse_arcs, create_program_flow_graph,
17772         solve_program_flow_graph, calculate_branch_probs,
17773         function_summary, main, fancy_abort): Add prototypes.
17774
17775         * gen-protos.c (add_hash, parse_fn_proto, main): Likewise.
17776         (add_hash): Constify a char*.
17777
17778         * ggc-common.c (ggc_mark_rtx_ptr, ggc_mark_tree_ptr,
17779         ggc_mark_tree_varray_ptr, ggc_mark_tree_hash_table_ptr,
17780         ggc_mark_string_ptr, ggc_mark_tree_hash_table_entry): Add prototypes.
17781
17782         * integrate.c (expand_inline_function_eh_labelmap): Likewise.
17783
17784         * lists.c (free_list, zap_lists): Likewise.
17785
17786 Sun Oct  3 12:05:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17787
17788         * alias.c (nonlocal_reference_p): Add static prototype.
17789
17790         * bitmap.c (bitmap_element_allocate): Prototype args in function
17791         pointer cast.
17792
17793         * builtins.c (stabilize_va_list): Add static prototype.
17794         (expand_builtin_va_arg): Constify a char*.
17795
17796         * c-lex.c (getch, put_back, extend_token_buffer_to,
17797         read_line_number, token_getch, token_put_back): Add static
17798         prototypes.
17799
17800         * c-parse.gperf (hash, is_reserved_word): Likewise.
17801
17802         * cccp.c (is_dir_separator): Likewise.
17803
17804 Sat Oct  2 16:07:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17805
17806         * graph.h: New file to prototype functions exported by graph.c.
17807
17808         * Makefile.in (graph.o, toplev.o): Depend on graph.h.
17809
17810         * graph.c: Include graph.h.
17811
17812         * toplev.c: Likewise.  Remove redundant prototypes.
17813
17814 Sat Oct  2 11:28:33 1999  Krister Walfridsson <cato@df.lth.se>
17815
17816         * invoke.texi: Removed duplicated description for -Q.
17817
17818 Sat Oct  2 11:16:00 1999  Jim Kingdon  <http://developer.redhat.com>
17819
17820         * extend.texi: Grammar fix in __extension__ text.
17821
17822 Sat Oct  2 11:06:31 1999  Richard Henderson  <rth@cygnus.com>
17823
17824         * md.texi (define_peephole2): New section.
17825
17826 Sat Oct  2 10:57:56 1999  Jan Hubicka  <hubicka@freesoft.cz>
17827
17828         * i386.md (mov?i patterns): Fix handling of TARGET_USE_MOV0
17829         (mov $-1 to or peepholer): Enable for pentium when optimizing for
17830         speed.
17831
17832 Sat Oct  2 10:55:25 1999  Jan Hubicka  <hubicka@freesoft.cz>
17833
17834         * builtins.c (expand_builtin_strlen): Fix best mode searching loop.
17835
17836 Sat Oct  2 10:53:22 1999  Jan Hubicka  <hubicka@freesoft.cz>
17837
17838         * i386.md (ffs expander): Emit Pentium friendly code for
17839         TARGET_PENTIUM.
17840
17841 Sat Oct  2 02:48:21 1999  Mark P. Mitchell  <mark@codesourcery.com>
17842
17843         * tree.c (build): Don't look at TREE_SIDE_EFFECTS or TREE_RAISES
17844         for non-trees.
17845         (build1): Likewise.
17846
17847 Fri Oct  1 18:01:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17848
17849         * i386elf.h (TARGET_DEFAULT): Use symbolic constants.
17850
17851 Fri Oct  1 12:42:53 1999  Andreas Schwab  <schwab@suse.de>
17852
17853         * config/m68k/m68k.c (use_return_insn): Return false if the pic
17854         register is in use.
17855
17856 Fri Oct  1 10:56:06 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17857
17858         * md.texi (No Constraints): Delete section.
17859         * Makefile.in (genattrtab.o): Don't depend on "insn-config.h".
17860         * final.c (final_scan_insn): We always have register constraints.
17861         * genattrtab.c: Don't include "insn-config.h".
17862         (write_attr_case): We always have register constraints.
17863         * genconfig.c (register_constraint_flag): Delete.
17864         (walk_insn_part): Don't check whether we have register constraints.
17865         (main): Don't write out "#define REGISTER_CONSTRAINTS".
17866         * genoutput.c (have_constraints): Delete.
17867         (main): Don't set it.
17868         (output_operand_data): We always have constraints.
17869         (scan_operands): Likewise.
17870         (compare_operands): Likewise.
17871         * local-alloc.c (block_alloc): We always have constraints.
17872         (requires_inout): Always compile this function.
17873         * recog.c (extract_insn): We always have constraints.
17874         (constrain_operands, reg_fits_class_p): Always compile these
17875         functions.
17876         * recog.h (struct recog_data): Delete non-REGISTER_CONSTRAINTS
17877         fields.
17878         (struct insn_operand_data): Likewise.
17879         * regclass.c (regclass): We always have constraints.
17880         (record_reg_classes, copy_cost, record_address_regs,
17881         auto_inc_dec_reg_p): Always compile these functions.
17882         * regmove.c (regmove_optimize): We always have constraints.
17883         * reload.c (find_reloads): Likewise.
17884         * reload1.c (reload): Likewise.
17885         (reload_cse_simplify_operands): Likewise.
17886         * i860.c (output_delay_insn): Likewise.
17887
17888 Thu Sep 30 23:04:41 1999  Mark P. Mitchell  <mark@codesourcery.com>
17889
17890         * iris6.h (BUILD_VA_LIST_TYPE): Define.
17891
17892 Thu Sep 30 18:44:50 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17893
17894         * rs6000.c (rs6000_build_va_list): Create a TYPE_DECL node
17895         for the va_list record.
17896
17897 Thu Sep 30 18:34:54 1999  Jan Hubicka  <hubicka@freesoft.cz>
17898
17899         * i386.c (ix86_adjust_cost): Ignore false ebp dependencies in
17900         prologues.
17901
17902 Thu Sep 30 18:31:36 1999  Jan Hubicka  <hubicka@freesoft.cz>
17903
17904         * alias.c: Include insn-flags.h.
17905         * Makefile.in (alias.o): Update.
17906
17907 Thu Sep 30 18:21:30 1999  Jan Hubicka  <hubicka@freesoft.cz>
17908
17909         * i386.c (ix86_expand_int_movcc): Convert LEU and GTU comparisons
17910         to LTU and GEU.  Handle more cases using sbb.
17911
17912 Thu Sep 30 18:18:39 1999  Jan Hubicka  <hubicka@freesoft.cz>
17913
17914         * i386.md (truncatexfdf splitters): Do not use subreg.
17915         (fop XFmode patterns): Fix mode in operand testing.
17916
17917 Thu Sep 30 18:04:13 1999  Richard Henderson  <rth@cygnus.com>
17918
17919         * jump.c (jump_optimize_1): Amend last change to test only the
17920         form of the operand, not the insn.
17921
17922         * jump.c (jump_optimize_1) [conditional_move]: Use general_operand
17923         not register_operand to determine when B may need preloading.
17924
17925 Thu Sep 30 17:39:16 1999  Richard Henderson  <rth@cygnus.com>
17926
17927         * alpha.md (*): Use nonimmediate not general_operand for SET_DEST.
17928         (ffsdi2, extxl, insxh, mskxh): Add missing DImode to SET_SRC.
17929         (call-value patterns): Move to end of file.
17930         (*): Remove mode from label_ref in (pc) context.
17931         (movstrqi): Use memory not general_operand for BLKmode operands.
17932         (prologue_stack_probe_loop, builtin_longjmp): Add missing mode
17933         to register_operand operands.
17934         (peep2 patterns): Convert from commented-out peephole patterns.
17935
17936 Thu Sep 30 14:39:17 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17937
17938         * tree.h (enum built_in_function): Rename BUILT_IN_DWARF_REG_SIZE
17939         to BUILT_IN_INIT_DWARF_REG_SIZES.
17940         * builtins.c (expand_builtins, case BUILT_IN_INIT_DWARF_REG_SIZES):
17941         Renamed from BUILT_IN_DWARF_REG_SIZE; call
17942         expand_builtin_init_dwarf_reg_sizes.
17943         * c-decl.c (init_decl_processing): Replace __builtin_dwarf_reg_size
17944         with __builtin_init_dwarf_reg_size_table.
17945         * dwarf2out.c (struct reg_size_range): Delete.
17946         (expand_builtin_init_dwarf_reg_sizes): New function.
17947         (expand_builtin_dwarf_reg_size): Delete.
17948         * except.h (expand_builtin_init_dwarf_reg_sizes): Declare.
17949         (expand_builtin_dwarf_reg_size): Don't declare.
17950         * libgcc2.c (dwarf_reg_size_table_initialized): New.
17951         (dwarf_reg_size_table): New.
17952         (init_reg_size_table): New function.
17953         (copy_reg): Use dwarf_reg_size_table.
17954         (eh_context_initialize): Make sure dwarf_reg_size_table is initialized
17955         before use.
17956
17957 Thu Sep 30 05:40:34 1999  Richard Earnshaw <rearnsha@arm.com>
17958
17959         * c-lang.c (finish_file case ndef ASM_OUTPUT_{CON,DE}STRUCTOR):
17960         Correctly build argument list to constructor and destructor functions.
17961
17962 Thu Sep 30 00:13:27 1999  Dirk Zoller  <duz@rtsffm.com>
17963
17964         * c-tree.h (warn_float_equal): Declare.
17965         * c-decl.c (warn_float_equal): Define.
17966         (c_decode_option): Recognize -W[no-]float-equal.
17967         * c-typeck.c (build_binary_op): Conditionally warn
17968         about equality tests of floating point types.
17969         * toplev.c (documented_lan_options): Add -W[no-]float-equal.
17970         * invoke.texi: Add docs for -Wfloat-equal warning.
17971
17972 Wed Sep 29 23:43:39 1999  Jeffrey A Law  (law@cygnus.com)
17973
17974         * h8300.h (INIT_TARGET_OPTABS): Use init_one_optab instead of
17975         generating RTL directly.
17976         * mips.h (INIT_TARGET_OPTABS): Likewise.
17977         * mn10200.h (INIT_TARGET_OPTABS): Likewise.
17978
17979         * expr.h (init_mov_optab): Delete declaration
17980
17981         * h8300.c (WORD_REG_USED): Update to avoid useless register
17982         saves in interrupt functions and functions which never return.
17983
17984         * cse.c (struct set): Delete inner_dest_loc field.
17985         (cse_insn): Remove assignments to inner_dest_loc field.
17986
17987 Wed Sep 29 16:06:20 1999  Richard Henderson  <rth@cygnus.com>
17988
17989         * ggc-page.c: Don't include <unistd.h> etc taken care of
17990         by "system.h".  Include <sys/mman.h> afterward.
17991
17992 Wed Sep 29 16:05:18 1999  Richard Henderson  <rth@cygnus.com>
17993
17994         * rs6000.c (rs6000_encode_section_info): If ggc_p, use
17995         ggc_alloc_string.
17996
17997 Tue Sep 28 16:45:40 1999  David Edelsohn  <edelsohn@gnu.org>
17998
17999         * xcoffout.c (xcoffout_declare_function): Add documentation.
18000         * rs6000.c (num_insns_constant_wide): Use TARGET_POWERPC64 not
18001         TARGET_64BIT.  Compare constant to -1, not bit pattern.
18002         (easy_fp_constant): Use TARGET_POWERPC64 not TARGET_64BIT.
18003         (expand_block_move): Allow 8 DImode loads for PowerPC64.  Fix
18004         gen_movsi typos.
18005
18006 Tue Sep 28 16:43:14 1999  Nick Clifton  <nickc@cygnus.com>
18007
18008         * dwarf2out.c (add_abstract_origin_attribute): Abort if
18009         origin_die is NULL.
18010         (gen_inlined_enumeration_type_die): Do not abort if the type has
18011         not been writeen out.
18012         (gen_inlined_structure_type_die): Do not abort if the type has
18013         not been writeen out.
18014         (gen_inlined_union_type_die): Do not abort if the type has
18015         not been writeen out.
18016         (gen_tagged_type_instantiation_die): Do not abort if the type
18017         has not been written out.
18018
18019 Tue Sep 28 14:33:47 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18020
18021         * c-decl.c (init_decl_processing): If MD_INIT_BUILTINS is defined,
18022         call it.
18023         * reg-stack.c (straighten_stack): Copy hard reg set with
18024         COPY_HARD_REG_SET.
18025
18026 Tue Sep 28 01:11:05 1999  Richard Henderson  <rth@cygnus.com>
18027
18028         * builtins.c (stabilize_va_list): Stabilize array type va_list
18029         to a pointer type, not the base record type.
18030         (expand_builtin_va_copy): Dereference the pointers explicitly;
18031         use the correct size for the copy.
18032
18033         * rs6000.c (rs6000_va_start): Dereference valist to get to the record.
18034         (rs6000_va_arg): Likewise.
18035
18036 Mon Sep 27 23:27:21 1999  Richard Henderson  <rth@cygnus.com>
18037
18038         * rtl.h (struct rtx_def): Move gc_mark to align mode field.
18039
18040 Mon Sep 27 23:20:29 1999  Mark Mitchell  <mark@codesourcery.com>
18041
18042         * tree.h (struct tree_decl): Use `bclass', not `class', in name of
18043         field.
18044         (DECL_BUILT_IN_CLASS): Adjust accordingly.
18045
18046 Mon Sep 27 23:03:16 1999  Richard Henderson  <rth@cygnus.com>
18047
18048         * ggc-page.c (GGC_MIN_LAST_ALLOCATED): New.
18049         (init_ggc): Use it instead of a constant.
18050         (ggc_collect): Bound allocated_last_gc by it.
18051
18052 Mon Sep 27 19:06:04 1999  Jeffrey A Law  (law@cygnus.com)
18053
18054         * fixinc/fixinc.irix (stdio.h): Hack stdio.h to avoid problems
18055         with va_list.
18056
18057 Mon Sep 27 19:40:17 CEST 1999   Marc Espie <espie@cvs.openbsd.org>
18058
18059         * configure.in (mips*el-*-openbsd*):  Don't duplicate default settings.
18060         (mips*-*-openbsd*):  Let big endian configuration be a fragment.
18061         * configure:  Regen.
18062         * config/mips/openbsd.h:  New, OpenBSD little endian target.
18063         * config/mips/openbsd-be.h:  New, OpenBSD big endian target fragment.
18064         * config/mips/xm-openbsd.h:  New, OpenBSD host.
18065
18066 Mon Sep 27 10:28:48 1999  Andreas Schwab  <schwab@suse.de>
18067
18068         * config/m68k/m68k.c (output_function_prologue,
18069         output_function_epilogue): Use
18070         current_function_uses_pic_offset_table instead of regs_ever_live
18071         to decide whether to save/restore pic register.
18072         (legitimize_pic_address): Don't modify regs_ever_live any more.
18073
18074 Sun Sep 26 10:55:36 1999  Mark Mitchell  <mark@codesourcery.com>
18075
18076         * function.h (struct function): Add x_dont_save_pending_sizes_p.
18077         * stor-layout.c (variable_size): Don't add sizes to the pending
18078         sizes list if x_dont_save_pending_sizes_p is set.
18079
18080 Sun Sep 26 16:36:52 1999  Robert Lipe  (robertlipe@usa.net)
18081
18082         * config/i386/dgux.h (SELECT_RTX_SECTION): Provide dummy argument
18083         for symbolic_operand().
18084         * config/i386/sco5.h (SELECT_RTX_SECTION): Likewise.
18085
18086 Sun Sep 26 07:37:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18087
18088         * combine.c (gen_rtx_combine): Add missing call to va_end().
18089
18090         * final.c (asm_fprintf): Likewise.
18091
18092         * genattrtab.c (attr_rtx): Likewise.
18093
18094 Sat Sep 25 13:11:07 1999  Jeffrey A Law  (law@cygnus.com)
18095
18096         * cse.c: Update comments.
18097         (cse_insn): When converting a conditional/computed jump into
18098         an unconditional jump, always make sure a BARRIER immediately
18099         follows the converted jump.  Do not delete unreachable code.
18100         (cse_basic_block): Do not delete unreachable code.
18101         * toplev.c (rest_of_compilation): Move call to
18102         delete_trivially_dead_insns after the conditional call to
18103         jump_optimize.
18104
18105 Sat Sep 25 09:03:17 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18106
18107         * collect2.c (make_temp_file): Don't prototype.
18108
18109         * gcc.c (make_temp_file): Likewise.
18110
18111         * mips.c (mips_make_temp_file): Renamed from `make_temp_file'.
18112
18113 Sat Sep 25 13:42:15 1999  Nick Clifton  <nickc@cygnus.com>
18114
18115         * varasm.c (asm_emit_uninitialised): New function: Generate
18116         the assembler statements necessary to declare an uninitialised
18117         variable.
18118         (ASM_EMIT_LOCAL): New macro: Emit a local, uninitialised
18119         variable.
18120         (ASM_EMIT_BSS): New macro: Emit an entry in the bss section.
18121         (ASM_EMIT_COMMON): New macro: Emit an entry in the common
18122         section.
18123         (assemble_variable): Use asm_emit_uninitialised to emit an
18124         uninitialised variable.
18125
18126 Fri Sep 24 17:10:56 1999  Nick Clifton  <nickc@cygnus.com>
18127
18128         * combine.c (simplify_comparison): Cope with downshifting a 32 bit
18129         constant on a 64 bit host.  Patch supplied by Geoffrey Keating
18130         <geoffk@cygnus.com>.
18131
18132 Fri Sep 24 10:48:10 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18133
18134         * builtins.c (expand_builtin): Use MD_EXPAND_BUILTIN if defined.
18135         * c-common.h (builtin_function): Don't declare.
18136
18137         * c-decl.c (duplicate_decls): Use DECL_BUILT_IN_CLASS rather than
18138         DECL_BUILT_IN.
18139         (pushdecl): Likewise.
18140         (finish_decl): Likewise.
18141         (builtin_function): New arg CLASS.  Arg FUNCTION_CODE now of type
18142         int.  All callers changed.
18143         Set the builtin's DECL_BUILT_IN_CLASS.
18144         * tree.h (enum built_in_class): New.
18145         (enum built_in_function): Delete NOT_BUILT_IN.
18146         (DECL_FUNCTION_CODE): The corresponding field in tree_decl is now
18147         in a union.
18148         (DECL_SET_FUNCTION_CODE): Likewise.
18149         (DECL_BUILT_IN_CLASS): New macro.
18150         (DECL_BUILT_IN): Use DECL_BUILT_IN_CLASS.
18151         (struct tree_decl): Split builtin function code field into a
18152         struct.
18153         (builtin_function): Declare.
18154
18155 Fri Sep 24 01:45:05 1999  Mark Mitchell  <mark@codesourcery.com>
18156
18157         * optabs.c (init_traps): Fix typo in last change.
18158
18159 Fri Sep 24 01:10:11 1999  Mark Mitchell  <mark@codesourcery.com>
18160
18161         * toplev.c (rest_of_decl_compilation): Update comment.
18162
18163 Fri Sep 24 11:57:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
18164
18165         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Put the symbol
18166         in .sbss if appropriate.
18167         (EXTRA_SECTION_FUNCTIONS): Add sbss.
18168         (SBSS_SECTION_ASM_OP): New macro.
18169         * config/mips/linux.h (EXTRA_SECTION_FUNCTIONS): Add sbss.
18170         (EXTRA_SECTIONS): Add in_sbss.
18171         * config/mips/mips.h: Prototype sbss_section.
18172
18173 Thu Sep 23 18:18:55 1999  Mark Mitchell  <mark@codesourcery.com>
18174
18175         * stmt.c (expand_start_bindings): Don't allow cleanup instructions
18176         to disappear.
18177
18178 Thu Sep 23 18:07:01 1999  Mark Mitchell  <mark@codesourcery.com>
18179
18180         * optabs.c (init_traps): Register trap_rtx as a GC root.
18181
18182 Thu Sep 23 17:41:47 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18183
18184         * config/mips/mips.c (function_arg_pass_by_reference): Define
18185         unconditionally, since it's called unconditionally.
18186
18187 Thu Sep 23 13:40:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
18188
18189         * toplev.c (documented_lang_options): Add -fshort-wchar.
18190         * c-decl.c (c_decode_option): Likewise.
18191         (init_decl_processing): If -fshort-wchar, use 'short unsigned int'
18192         for wchar_t.
18193         * c-common.c, c-lex.c: Get WCHAR_TYPE_SIZE from wchar_type_node.
18194         * gcc.c (default_compilers): If -fshort-wchar,
18195         override __WCHAR_TYPE__.
18196         * tm.texi (C Dialect Options): Add -fshort-wchar.
18197
18198         * dwarf2out.c (output_aranges): Use DW_AT_location to find the
18199         symbol for a variable.
18200
18201         * cpplib.h (CPP_PREPROCESSED): New macro.
18202         * cpplib.c (handle_directive): Don't complain about `# NUMBER' if
18203         we're seeing this input for a second time.
18204
18205 Thu Sep 23 12:54:49 1999  Alex Samuel  <samuel@codesourcery.com>
18206
18207         * emit-rtl.c (init_emit_once): Initialize modes first.
18208
18209 Sun Sep 19 01:23:23 1999  Alex Samuel  <samuel@codesourcery.com>
18210
18211         * config/i386/i386.c (pic_label_name): Change to char pointer.
18212         (global_offset_table): New variable.
18213         (load_pic_register): Fill global_offset_table if it hasn't
18214         already been done.  Allocate pic_label_name dynamically.
18215         * ggc.h (empty_string): New variable.
18216         * ggc-simple.c (empty_string): Likewise.
18217         (init_ggc): Allocate empty_string and add as root.
18218         * stmt.c (digit_strings): New variable.
18219         (init_stmt): Add last_block_end_note as root.  Allocate and
18220         initialize digit_strings.
18221         (expand_asm_operands): Use empty_string instead of string
18222         constant.  Use digit_strings instead of string constants.
18223         * profile.c (init_arc_profiler): Allocate string with
18224         ggc_alloc_string instead of xmalloc.
18225         (output_func_start_profiler): Likewise.
18226         * c-typeck.c (digest_init): Check if init is error_mark_node.
18227
18228 Thu Sep 23 12:59:14 1999  Alex Samuel  <samuel@codesourcery.com>
18229                           Richard Henderson  <rth@cygnus.com>
18230
18231         * ggc-page.c: New file.
18232         * Makefile.in (ggc-page.o): New.
18233
18234 Thu Sep 23 13:55:21 1999  Jeffrey A Law  (law@cygnus.com)
18235
18236         * invoke.texi: Document -fdelete-null-pointer-checks
18237         * toplev.c (flag_delete_null_pointer_checks): New.
18238         (f_options): Add entry for -fdelete-null-pointer-checks.
18239         (rest_of_compilation): Conditionalize null pointer check
18240         elimination on flag_delete_null_pointer_checks.
18241         (main): If -O2 or greater, enable -fdelete-null-pointer-checks
18242
18243 1999-09-23 10:56 -0700  Zack Weinberg  <zack@bitmover.com>
18244
18245         * iso646.h, stdarg.h, stdbool.h, stddef.h, varargs.h: Add
18246         copyright notice and special exception to GPL.
18247
18248 Thu Sep 23 13:40:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18249
18250         * abi64.h (mips_function_value): Add prototype arguments.
18251
18252         * mips-protos.h: New file with mips prototypes.
18253
18254         * mips.c: Include "tm_p.h".
18255         (mktemp, lookup_name): Add prototype arguments.
18256         (extern_list, string_constant, mips_fill_delay_slot,
18257         mips_output_external, mips_output_external_libcall,
18258         mips_output_filename, mips_declare_object, function_prologue,
18259         mips_expand_prologue, function_epilogue, mips16_constant,
18260         build_mips16_function_stub, mips_output_conditional_branch):
18261         Constify a char*.
18262         (mips_va_start): Remove unused variable `u'.
18263         (mips_va_arg): Cast value to unsigned when comparing against one.
18264         (trace): Delete.
18265         (save_restore_insns, mips_expand_prologue): Add missing arg in
18266         call to `large_int'.
18267
18268         * mips.h: Move prototypes to mips-protos.h.
18269         (data_section, memory_address_p, rdata_section,
18270         readonly_data_section, simple_epilogue_p, text_section): Delete
18271         prototypes delcared elsewhere.
18272         (mips_epilogue_delay_slots, print_options): Delete unused decls.
18273         (trace): Delete.
18274         (GO_PRINTF, GO_PRINTF2): Call fprintf, not trace.
18275
18276         * mips.md: Delete extra args in call to `mips_move_2words'.
18277
18278         * xm-iris6.h (alloca): Add prototype argument.
18279
18280         * genpeep.c: Include "tm_p.h" in generated output file.
18281
18282 Thu Sep 23 10:36:55 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18283
18284         * basic-block.h (find_edge_index): Change parameters.
18285         * flow.c (verify_edge_list): Pass basic_block parameters to
18286         find_edge_index instead of integers.
18287
18288 Thu Sep 23 15:54:12 1999  Nick Clifton  <nickc@cygnus.com>
18289
18290         * combine.c (simplify_comparison): Use an unsigned shift to adjust
18291         the constant.
18292
18293 Thu Sep 23 08:46:21 1999  Guy Harris  <guy@netapp.com>
18294
18295         * gcc.1: Fix a formatting error.
18296
18297 Wed Sep 22 16:10:21 1999  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
18298
18299         * install.texi (Configurations): Remove pyramid. Add fr30, i686,
18300         i786, mn10200, mn10300, pdp11, v850.
18301
18302 Thu Sep 23 07:37:13 1999  Dan Nicolaescu  <dann@ics.uci.edu>
18303
18304         * libgcc2.c (num_digits): Add prototype with
18305         __attribute__((const)).
18306         (__terminate): Add prototype.
18307
18308 Thu Sep 23 05:32:06 1999  Richard Henderson  <rth@cygnus.com>
18309
18310         * builtins.c, dbxout.c, varasm.c: Include tm_p.h.
18311
18312         * alpha/alpha.c (print_operand): Fix type of `code'.
18313         (alpha_output_filename): Constify.
18314         * alpha/alpha.h: Move all function declarations ...
18315         * alpha/alpha-protos.h: ... here.  New file.
18316         * alpha/elf.h (CONST_SECTION_FUNCTION): Prototype the function.
18317         (SECTION_FUNCTION_TEMPLATE): Likewise.
18318
18319 Thu Sep 23 11:15:36 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18320
18321         * expmed.c (do_cmp_and_jump): Pass ccp_jump to can_compare_p.
18322         * expr.c (expand_expr): Likewise.
18323         (do_jump): Likewise.
18324         (do_store_flag): Pass ccp_store_flag to can_compare_p.
18325         * expr.h (enum optab_index): Add cbranch, cmov, cstore optabs and
18326         accessor macros.
18327         (enum can_compare_purpose): New.
18328         (can_compare_p): Adjust prototype.
18329         (prepare_cmp_insn, prepare_operand): Declare.
18330         * genopinit.c (optabs): Add cbranch_optab, cmov_optab, cstore_optab.
18331         * optabs.c (cmp_available_p): Deleted.
18332         (expand_abs): Pass ccp_jump to can_compare_p.
18333         (can_compare_p): New arg PURPOSE.  Check for combined optabs.
18334         (prepare_cmp_insn): No longer static.  Add arg PURPOSE.
18335         Call can_compare_p rather than cmp_available_p.
18336         (prepare_operand): No longer static.
18337         (emit_cmp_and_jump_insn): Check for and use cbranch patterns.
18338         (emit_cmp_and_jump_insns): Pass ccp_jump to prepare_cmp_insn.
18339         (expand_float): Fix a slightly broken emit_cmp_insn/emit_jump_insn
18340         sequence to use emit_cmp_and_jump_insns.
18341         (init_optabs): Initialize cbranch_optab, cmov_optab, cstore_optab.
18342
18343 Wed Sep 22 17:58:01 1999  Stan Cox  <scox@cygnus.com>
18344
18345         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Don't accept large
18346         register offsets; let LEGITIMIZE_ADDRESS load it into a register.
18347         (LEGITIMIZE_ADDRESS): Use plus_constant to avoid
18348         (plus (reg) (const_int 0))
18349         * mips.md (call_internal3c): New pattern for -mips16 -mlong-calls.
18350
18351 Wed Sep 22 17:55:31 1999  David Edelsohn  <edelsohn@gnu.org>
18352
18353         * rs6000.c (expand_block_move): DImode loads and stores require
18354         word-aligned displacements.  Increment address registers with
18355         adddi3 on 64-bit platform.  Use TARGET_POWERPC64 not TARGET_64BIT.
18356
18357 Wed Sep 22 17:35:55 1999  Michael Meissner  <meissner@cygnus.com>
18358
18359         * dwarf2out.c (base_type_die): Use the name __unknown__ if there
18360         is no name for the base type, rather than segfault.  If we are
18361         writing out a complex integer type, use DW_ATE_lo_user.
18362
18363         * expr.c (emit_move_insn_1): If we are copying a complex that fits
18364         in one word or less (complex char, complex short, or on 64 bit
18365         systems complex float) to/from a hard register, copy it through
18366         memory instead of dying in gen_{real,imag}part.  If we have a
18367         short complex type, prevent inlining since it allocates stack
18368         memory.
18369
18370         * tree.c (build_complex_type): If we are writing dwarf2 output,
18371         generate a name for complex integer types.
18372
18373 Wed Sep 22 11:34:08 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18374
18375         * basic-block.h (add_noreturn_fake_exit_edges): Use correct name.
18376         * flow.c (remove_edge): Remove extra whitespace.
18377         (remove_fake_edges): Fix comment.
18378         (add_noreturn_fake_exit_edges): Use the correct name.
18379
18380 Wed Sep 22 16:12:40 BST 1999  Nathan Sidwell  <nathan@acm.org>
18381
18382         * Makefile.in (INTL_MOSTLYCLEAN, INTL_CLEAN): New variables.
18383         (mostlyclean): Depend on INTL_MOSTLYCLEAN.
18384         (clean): Depend on INTL_CLEAN.
18385         (maintainer-clean): Adjust.
18386
18387 Wed Sep 22 10:18:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18388
18389         * configure.in (AC_PREREQ): Bump to 2.13.
18390         (AC_C_STRINGIZE): Call this instead of using a custom macro.
18391
18392         * gansidecl.h (HAVE_STRINGIZE): Define, if stage2 gcc && __STDC__.
18393
18394         * system.h (HAVE_STRINGIZE): Test this instead of HAVE_CPP_STRINGIFY.
18395
18396         * acconfig.h (HAVE_CPP_STRINGIFY): Delete.
18397
18398         * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Delete.
18399         (HAVE_STRINGIZE): Define.
18400
18401 Wed Sep 22 06:25:15 1999  Jim Kingdon  <http://developer.redhat.com>
18402
18403         * c-parse.in: save and restore warn_pointer_arith on __extension__
18404         along with pedantic.
18405         (SAVE_WARN_FLAGS, RESTORE_WARN_FLAGS): Added.
18406         Set the type of extension to itype rather than $<itype>1 kludge.
18407         * extend.texi (Alternate Keywords): Adjust documentation.
18408         * c-parse.c, c-parse.y, objc-parse.c, objc-parse.y: Rebuilt.
18409
18410 Wed Sep 22 06:06:57 1999  Jeffrey A Law  (law@cygnus.com)
18411
18412         * pa.c, pa.h, pa.md: Support multiple assembler dialects in
18413         most assembler templates.
18414
18415         * pa.c (hppa_legitimize_address): Handle full offsets for PA2.0
18416         FP loads and stores.
18417         (following_call): Always return zero for the PA8000.
18418         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Handle full offsets for PA2.0
18419         FP loads and stores.
18420         (LEGITIMIZE_RELOAD_ADDRESS): Similarly.
18421
18422         * pa.h (BRANCH_COST): Define.
18423
18424         * pa.md (return, return_internal): Use bve for PA2.0.
18425
18426         * pa.md (fused multiply): Add variants which reduce height for the
18427         fused multiply, but which still generate 2 insns.
18428         (fnegabs): Similarly.
18429
18430         * pa.md (subsi3): Turn into an expander.  Create two anonymous
18431         patterns.  One for PA2.0 one for PA1.x.  Use mtsarcm for PA2.0.
18432         * pa.h (EXTRA_CONSTRAINT): Handle 'S'.
18433
18434         * pa.md (floatunssisf2, floatunssidf2): Generate different RTL
18435         for TARGET_PA_20.
18436         (floatunssidf2_pa20, floatunssisf2_pa20): New patterns for PA2.0
18437         code generation.
18438         (floatunsdisf2, floatunsdidf2, fixuns_truncsfsi2): Likewise.
18439         (fixuns_truncdfsi2, fixuns_truncsfdi2, fixuns_truncdfsi2): Likewise.
18440
18441         * regclass.c (init_regs): Add "top_of_stack" as a garbage
18442         collection root.
18443
18444         * flow.c (record_active_eh_regions): Terminate loop after finding
18445         the last insn in the last basic block.
18446
18447 Wed Sep 22 20:25:00 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18448
18449         * config/c4x/c4x.md: Delete parallel instruction peepholes.
18450
18451 Wed Sep 22 19:59:19 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18452
18453         * config/c4x/c4x.c (c4x_add_gc_roots): Add tree roots.
18454
18455 Wed Sep 22 19:56:25 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18456
18457         * config/c4x/c4x.c (c4x_process_after_reload): Rework machdep insn
18458         splitting to not use output template.
18459
18460 Wed Sep 22 19:50:12 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18461
18462         * config/c4x/c4x.h (EXPAND_BUILTIN_VA_START): Call c4x_va_start.
18463         * config/c4x/c4x.c (c4x_va_start): New function.
18464
18465 Tue Sep 21 18:40:01 1999  Jan Hubicka  <hubicka@freesoft.cz>
18466
18467         * genrecog.c (not_both_true): Handle correctly cases when called for
18468         tests with different positions in the insn.
18469
18470 Tue Sep 21 18:29:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18471
18472         * machmode.h (HOST_PTR_PRINTF): Move from here ...
18473
18474         * system.h (HOST_PTR_PRINTF): ... to here.
18475
18476         * mips-tfile.c: Don't include machmode.h.
18477
18478         * Makefile.in (MACHMODE_H): New variable.  Update to use it.
18479         (mips-tfile.o): Don't depend on machmode.h.
18480
18481 Tue Sep 21 18:27:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18482
18483         * haifa-sched.c (sched_analyze): Rename local variable `region' to
18484         avoid conflicts with typedef struct `region' at the top level scope.
18485
18486 Tue Sep 21 14:14:50 1999  Richard Henderson  <rth@cygnus.com>
18487
18488         * basic-block.h (basic_block): Add eh_beg, eh_end.
18489         * flow.c (entry_exit_blocks): Update.
18490         (find_basic_blocks): Don't allocate bb_eh_end, or pass it around.
18491         Call new functions.
18492         (find_basic_blocks_1): Don't record eh_list at each bb.  Use
18493         lists.c functions to allocate insn lists.
18494         (make_edges): Use eh_beg+eh_end, not the lists.  Split out EH
18495         edge creation ...
18496         (make_eh_edge): ... here.  New.
18497         (move_stray_eh_region_notes): New.
18498         (record_active_eh_regions): New.
18499         (delete_unreachable_blocks): Split out block merging ...
18500         (try_merge_blocks): ... here.  New.
18501         (merge_blocks_move_predecessor_nojumps): Remove edge arg.
18502         Dump debugging data.
18503         (merge_blocks_move_successor_nojumps): Likewise.
18504         (merge_blocks): Use eh_beg+eh_end to validate block movement.
18505
18506 Tue Sep 21 11:15:03 1999  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
18507
18508         * extend.texi (Bound member functions): Document unbound pmf
18509         conversion.
18510
18511 Tue Sep 21 14:55:11 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18512
18513         * flow.c (split_edge): Handle insertion on a fallthrough edge which
18514         has the EXIT_BLOCK as a dest.
18515
18516 Tue Sep 21 14:51:23 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18517
18518         * flow.c (remove_edge): New function to remove an edge from the
18519         flow graph.
18520         (remove_fake_successors): New function to remove fake successor edges.
18521         (remove_fake_edges): New function to remove all fake edges from the
18522         flow graph.
18523         (add_fake_exit_edges): New function to add fake edges from all blocks
18524         with no successors to the exit block.
18525         * basic-block.h (remove_fake_edges, add_fake_exit_edges): Add
18526         prototypes for new functions.
18527
18528 Tue Sep 21 14:49:53 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18529
18530         * config/mips/elf64.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR):
18531         Use Pmode to determine whether to output .dword or .word.
18532
18533 Tue Sep 21 11:04:34 1999  Alex Samuel  <samuel@codesourcery.com>
18534
18535         * tree.c (built_in_filename): New variable.
18536         (BUILT_IN_FILENAME): New macro.
18537         (init_tree_codes): Allocate built_in_filename.
18538         (make_node): Use built_in_filename instead of string constant.
18539
18540 Tue Sep 21 14:13:27 1999  Nick Clifton  <nickc@cygnus.com>
18541
18542         * configure.in: Add fr30 target.
18543         * configure: Regenerate.
18544         * config/fr30: New directory.
18545         * config/fr30/crti.asm: New file.
18546         * config/fr30/fr30.c: New file.
18547         * config/fr30/crtn.asm: New file.
18548         * config/fr30/fr30.h: New file.
18549         * config/fr30/fr30.md: New file.
18550         * config/fr30/lib1funcs.asm: New file.
18551         * config/fr30/t-fr30: New file.
18552         * config/fr30/xm-fr30.h: New file.
18553
18554 Tue Sep 21 06:45:31 1999  Jeffrey A Law  (law@cygnus.com)
18555
18556         * flow.c (merge_blocks_move_successor_nojumps): Delete the
18557         BARRIER at the end of the successor, not the BARRIER before
18558         the successor.
18559
18560         * pa.c (pa_add_gc_roots): Fix thinko in last change.
18561
18562 Tue Sep 21 05:29:17 1999  Richard Earnshaw (rearnsha@arm.com)
18563
18564         * stmt.c (any_pending_cleanups): Don't crash when
18565         current_function->stmt is unset.
18566
18567 Tue Sep 21 00:59:49 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18568
18569         * emit-rtl.c (init_emit_once): Initialize const_int_rtx before
18570         other initializations that may use it for relative offsets.
18571
18572 Mon Sep 20 21:43:25 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18573
18574         * config/i386/sol2.h (PREFERRED_DEBUGGING_TYPE): Use stabs.
18575         (ASM_SPEC): Moved from sol2dbg.h.  Added work-around for gas.
18576         * config/i386/sol2dbg.h: Removed.
18577         * config/i386/sol2gas.h: New file, to enable gas work-around.
18578         * configure.in: Use i386/sol2gas.h on Solaris/x86 --with-gas.
18579         Don't use sol2dbg.h.
18580         * configure: Rebuilt.
18581
18582 Mon Sep 20 13:29:41 1999  Mark Mitchell  <mark@codesourcery.com>
18583
18584         * invoke.texi (-fthis-is-variable): Remove documentation.
18585
18586 Mon Sep 20 12:59:16 1999  Richard Henderson  <rth@cygnus.com>
18587
18588         * basic-block.h (compute_bb_for_insn): Declare.
18589         * flow.c (compute_bb_for_insn): Export.  Don't accept the varray
18590         to use; set size of basic_block_for_insn directly.
18591         (find_basic_blocks): Update.
18592
18593 Mon Sep 20 15:11:54 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18594
18595         * flow.c (verify_flow_info): Fix typo, "abort;" -> "abort ();".
18596
18597 Mon Sep 20 14:56:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18598
18599         * crtstuff.c (ON_EXIT): Delete empty macro definition.
18600         (__do_global_ctors_aux): Call atexit(), not ON_EXIT().
18601
18602 Mon Sep 20 15:25:35 1999  Nick Clifton  <nickc@cygnus.com>
18603
18604         * c-decl.c (c_decode_option): Extend comment.
18605
18606 Mon Sep 20 14:43:37 1999  Nick Clifton  <nickc@cygnus.com>
18607
18608         * toplev.c (progname): Make 'const char *'
18609         (flag_print_mem): Move out of main.
18610         (version_flag): Move out of main.
18611         (filename): Move out of main.
18612         (debug_args): Remove g prefix from options.
18613         (documented_lang_options): Remove cpplib specific options.
18614         (display_help): Add g prefix to debug options.
18615         (check_lang_option): Delete this function.
18616         (decode_d_option): New function: Decode -d... option.
18617         (decode_f_option): New function: Decode -f... option.
18618         (decode_W_option): New function: Decode -W... option.
18619         (decode_g_option): New function: Decode -g... option.
18620         (independent_decode_option): New function: Decode a language
18621         independent command line option.
18622         (main): Invoke lang_decode_option and then
18623         independent_decode_option on each command line option in
18624         turn.
18625
18626 Mon Sep 20 05:41:36 1999  Jeffrey A Law  (law@cygnus.com)
18627
18628         Revert this change.  Gavin's patch to operand_equal_p is a better fix.
18629          * fold-const.c (fold_range_test): Do not try to fold the range
18630          test if the rhs or lhs has side effects.
18631
18632         * basic-block.h (compute_flow_dominators): Declare.
18633
18634         * gcse.c (alloc_code_hoist_mem): New function.
18635         (free_code_hoist_mem, compute_code_hoist_vbeinout): Likewise.
18636         (compute_code_hoist_data, hoist_expr_reaches_here_p): Likewise.
18637         (hoist_code, one_code_hoisting_pass): Likewise.
18638         (gcse_main): If optimizing for size, then hoist expressions
18639         computed in multiple dominated basic blocks.
18640
18641         * gcse.c (invalid_nonnull_info): New function.
18642         (delete_null_pointer_checks): Likewise.
18643         * rtl.h (delete_null_pointer_checks): Declare.
18644         * toplev.c (rest_of_compilation): Call delete_null_pointer_checks.
18645
18646         * flow.c (merge_blocks_move_predecessor_nojumps): New function.
18647         (merge-blocks_move_successor_nojumps): Likewise.
18648         (merge_blocks): Allow merging of some blocks, even if it requires
18649         physical movement of the blocks, but not if it requires new jumps.
18650
18651         * bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.
18652         Callers and prototype changed.
18653         * bitmap.h: Fix debug_bitmap and debug_bitmap_file prototypes.
18654
18655 Mon Sep 20 06:56:32 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18656
18657         * config/sparc/sol2.h (LINK_SPEC): Avoid the duplication of
18658         -YP when both -p and -pg are present.  From i386/sol2.h.
18659
18660 Mon Sep 20 10:49:05 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18661
18662         * Makefile.in (distclean): Delete tm_p.h.
18663         * configure.in: Create a new file, "tm_p.h", from a list in
18664         "tm_p_file". For ix86 systems, set up "tm_p_file" to include
18665         "i386/i386-protos.h".
18666
18667         * alias.c: Include "tm_p.h".
18668         * c-typeck.c: Likewise.
18669         * calls.c: Likewise.
18670         * cse.c: Likewise.
18671         * emit-rtl.c: Likewise.
18672         * explow.c: Likewise.
18673         * expmed.c: Likewise.
18674         * expr.c: Likewise.
18675         * final.c: Likewise.
18676         * flow.c: Likewise.
18677         * fold-const.c: Likewise.
18678         * function.c: Likewise.
18679         * gcse.c: Likewise.
18680         * global.c: Likewise.
18681         * haifa-sched.c: Likewise.
18682         * integrate.c: Likewise.
18683         * jump.c: Likewise.
18684         * local-alloc.c: Likewise.
18685         * loop.c: Likewise.
18686         * optabs.c: Likewise.
18687         * recog.c: Likewise.
18688         * reg-stack.c: Likewise.
18689         * regclass.c: Likewise.
18690         * regmove.c: Likewise.
18691         * reload.c: Likewise.
18692         * reload1.c: Likewise.
18693         * reorg.c: Likewise.
18694         * resource.c: Likewise.
18695         * stmt.c: Likewise.
18696         * stor-layout.c: Likewise.
18697         * toplev.c: Likewise.
18698         * tree.c: Likewise.
18699         * unroll.c: Likewise.
18700         * genattrtab.c (main): Make generated file include "tm_p.h".
18701         * genemit.c (main): Likewise.
18702         * genoutput.c (main): Likewise.
18703         * genrecog.c (main): Likewise.
18704
18705         * i386.h: Delete all prototypes.
18706         * i386.c: Include "tm_p.h".
18707         (ix86_attr_length_default): Call constant_call_address_operand
18708         with correct number of arguments.
18709         * i386-protos.h: New file.
18710         * i386.md (unnamed patterns): Call constant_call_address_operand
18711         with correct number of arguments.
18712         (exception_receiver): Call load_pic_register with correct number
18713         of arguments.
18714
18715 Sun Sep 19 14:18:39 1999  Richard Henderson  <rth@cygnus.com>
18716
18717         * c-pragma.c (mark_align_stack): Dereference the void* properly.
18718
18719 Sun Sep 19 09:03:40 1999  Mark Mitchell  <mark@codesourcery.com>
18720
18721         * rtl.h (insns_safe_to_move_p): New function.
18722         * loop.c (find_and_verify_loops): Use it.
18723         * rtlanal.c (insns_safe_to_move_p): Define it.
18724
18725 Sun Sep 19 02:54:33 1999  Richard Henderson  <rth@cygnus.com>
18726
18727         * c-pragma.c: Include ggc.h.
18728         * Makefile.in (c-pragma.o): Update.
18729
18730 Sat Sep 18 16:01:18 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18731
18732         * config/i386/sol2.h (CPP_SPEC): Support -[p]threads
18733         (LIB_SPEC): Likewise.
18734         (LINK_SPEC): Do not assert -z text with -shared -mimpure-text.
18735         Reindent -YP/-p/-pg.
18736         Copied from config/sparc/sol2.h.
18737
18738 Sat Sep 18 11:52:43 1999  Richard Henderson  <rth@cygnus.com>
18739
18740         * c-pragma.c (mark_align_stack): New.
18741         (init_pragma): New.
18742         * c-pragma.h (init_pragma): Declare it.
18743         * c-lex.c (init_parse): Call it.
18744
18745 Sat Sep 18 15:20:38 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18746
18747         * configure.in: Pick up thread library on Solaris/x86 just
18748         like on Solaris/sparc.
18749         * configure: Rebuilt.
18750
18751 Sat Sep 18 11:15:58 1999  Alex Samuel  <samuel@codesourcery.com>
18752
18753         * rtl.h (global_rtx_index): New enum.
18754         (global_rtl): Change to array of rtx.
18755         (pc_rtx, cc0_rtx): Redefine accordingly.
18756         (cc0_rtx, stack_pointer_rtx, frame_pointer_rtx): Likewise.
18757         (hard_frame_pointer_rtx, arg_pointer_rtx): Likewise.
18758         (virtual_incoming_args_rtx, virtual_stack_vars_rtx): Likewise.
18759         (virtual_outgoing_args_rtx, virtual_cfa): Likewise.
18760         (const_int_rtx): Change to array of rtx.
18761         (const0_rtx, const1_rtx, const2_rtx, constm1_rtx): Redefine
18762         accordingly.
18763         * emit-rtl.c (global_rtl): Change to array of rtx.
18764         (const_int_rtx): Change to aray of rtx.
18765         (gen_rtx_CONST_INT): Redefine accordingly.
18766         (init_emit_once): Allocate and initialize global_rtl.  Likewise
18767         for const_int_rtx.  Add both as GC roots.
18768         * genattrtab.c (global_rtl): Update declaration.
18769
18770 1999-09-17  Ulrich Drepper  <drepper@cygnus.com>
18771
18772         * Makefile (USER_H): Add iso646.h back.
18773
18774 Sat Sep 18 01:07:21 1999  Jeffrey A Law  (law@cygnus.com)
18775
18776         * haifa-sched.c (sched_analyze): Use free_INSN_LIST_list instead of
18777         zapping the LOG_LINKS of sched_before_next_call.
18778
18779         * pa.h (INSN_SETS_ARE_DELAYED): Delete.
18780         * pa.c (insn_refs_are_delayed): Renamed from
18781         insn_sets_and_refs_are_delayed.
18782
18783 Fri Sep 17 15:19:01 1999  Mark Mitchell  <mark@codesourcery.com>
18784
18785         * functiion.h (struct function): Add x_whole_function_mode_p.
18786         (retrofit_block): Declare.
18787         * function.c (retrofit_block): New function.
18788         (identify_blocks): Add assertions.  Allow an incomplete set of
18789         block notes if we're still generating code for the function.
18790         * integrate.c: Include loop.h.
18791         (expand_inline_function): Call find_loop_tree_blocks to map block
18792         notes to blocks when in whole-function mode.  Use retrofit_block
18793         to insert new BLOCKs for the inlined function, rather than
18794         insert_block.
18795         * stmt.c (expand_fixup): Likewise.  Don't use pushlevel/polevel.
18796         * Makefile.in (integrate.o): Depend on loop.h.
18797
18798 Fri Sep 17 15:11:20 1999  Mark Mitchell  <mark@codesourcery.com>
18799
18800         * tree.h (warn_about_unused_variables): Declare.
18801         * stmt.c (warn_about_unused_variables): New function, split out
18802         from ...
18803         (expand_end_bindings): Here.
18804
18805 Fri Sep 17 15:07:37 1999  Mark Mitchell  <mark@codesourcery.com>
18806
18807         * stmt.c (preserve_subexpressions_p): Don't crash when
18808         current_function->stmt is unset.
18809
18810 Fri Sep 17 15:03:16 1999  Mark Mitchell  <mark@codesourcery.com>
18811
18812         * stmt.c (expand_start_bindings): Allow callers to pass a flag
18813         indicating that no NOTE_INSN_BLOCK_BEG note is required.
18814         (expand_start_target_temps): Use it.
18815         * except.c (expand_eh_region_start_for_decl): Likewise.
18816         * expr.c (expand_expr): Likewise.
18817
18818 Fri Sep 17 15:05:27 1999  Gavin Romig-Koch  <gavin@cygnus.com>
18819
18820         * fold-const.c (operand_equal_p): Pay attention to side effects.
18821
18822 Fri Sep 17 11:14:17 1999  Jason Merrill  <jason@yorick.cygnus.com>
18823
18824         * libgcc2.c (L_exit): Check for ON_EXIT, not HAVE_ON_EXIT.
18825         * sparc/sunos4.h (HAVE_ON_EXIT): Remove.
18826
18827         * tlink.c (scan_linker_output): Look for keywords before accepting
18828         a mangled name in quotes.
18829
18830 Thu Sep 16 16:47:08 1999  Richard Henderson  <rth@cygnus.com>
18831
18832         * alpha/alpha-interix.h (DWARF2_UNWIND_INFO): Define to zero.
18833         * alpha/osf2or3.h (DWARF2_UNWIND_INFO): Likewise.
18834
18835 Thu Sep 16 16:35:41 1999  Richard Henderson  <rth@cygnus.com>
18836
18837         * alpha.md: Revert Thu Nov 26 change that came in through the
18838         last gcc2 merge: reinstate (plus (plus ...)) reload patterns.
18839         Avoid earlyclobber when possible.
18840
18841 Thu Sep 16 18:44:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18842
18843         * libgcc2.c (__do_global_ctors): Call atexit with one arg.
18844
18845         * sparc/sunos4.h (on_exit): Wrap prototype parameters in PARAMS().
18846         Define HAVE_ON_EXIT.
18847
18848 Thu Sep 16 18:06:35 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18849
18850         * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros.  Use
18851         CTYPE_CONV in all ctype macros.
18852
18853         * cccp.c (initialize_char_syntax): Use uppercase ctype macro
18854         from system.h.
18855
18856         * cexp.y (initialize_random_junk): Likewise.
18857
18858         * c4x.c (c4x_interrupt_function_p, c4x_handle_pragma): Likewise.
18859
18860         * i370.c (handle_pragma): Likewise.
18861
18862         * i370.h (ASM_OUTPUT_LABELREF, ASM_OUTPUT_ASCII): Likewise.
18863
18864         * v850.c (override_options): Likewise.
18865
18866         * doprint.c (_doprnt): Likewise.
18867
18868         * fixinc/fixincl.c (main, quoted_file_exists, extract_quoted_files):
18869         Likewise.
18870
18871         * fixinc/server.c (load_data): Likewise.
18872
18873         * fold-const.c (real_hex_to_f): Likewise.
18874
18875         * genattr.c (write_upcase, gen_attr): Likewise.
18876
18877         * genattrtab.c (convert_const_symbol_ref, evaluate_eq_attr,
18878         write_upcase): Likewise.
18879
18880         * genemit.c (print_code): Likewise.
18881
18882         * genopinit.c (gen_insn): Likewise.
18883
18884         * genpeep.c (print_code): Likewise.
18885
18886         * genrecog.c (print_code): Likewise.
18887
18888         * optabs.c (init_libfuncs): Likewise.
18889
18890 Thu Sep 16 14:03:32 1999  Mark Mitchell  <mark@codesourcery.com>
18891
18892         * haifa-sched.c (sched_analyze): Keep the list of notes organized
18893         in pairs.
18894         (reemit_notes): Likewise.
18895
18896 Thu Sep 16 11:50:52 1999  Alex Samuel  <samuel@codesourcery.com>
18897
18898         * ggc.h (ggc_root): Move to ggc-common.c.
18899         (roots): Remove.
18900         (ggc_mark_rtx, ggc_mark_tree): Change to macro.
18901         (ggc_mark_rtvec, ggc_mark_tree_varray): Declare extern.
18902         (ggc_mark_tree_hash_table, ggc_mark_string, ggc_mark): Likewise.
18903         (ggc_mark_roots, ggc_mark_rtx_children, ggc_mark_tree_children): New.
18904         * ggc-common.c (ggc_root): Move from ggc.h.
18905         (roots): Declare, static.
18906         (ggc_mark_rtx, ggc_mark_tree): Renamed to...
18907         (ggc_mark_rtx_children, ggc_mark_tree_children): Don't check for
18908         null or check/set mark bit.
18909         (ggc_mark_roots): New.
18910         * ggc-simple.c (ggc_collect): Call ggc_mark_roots.
18911
18912 Thu Sep 16 11:37:32 1999  Richard Henderson  <rth@cygnus.com>
18913
18914         * m32r.c: Include toplev.h.
18915         (*): Add ATTRIBUTE_UNUSED as needed to arguments.
18916         (gen_compare): Rename swap_p to must_swap to match uses.
18917         Add default abort case.
18918         (m32r_output_function_epilogue): Remove unused variables.
18919         (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
18920         * m32r.h (PROTO, STDIO_PROTO): Rename XPROTO; unconditionally
18921         define to empty parameter list.  Update all uses.
18922         (predicate decls): Use enum machine_mode not int.
18923         * m32r.md (movsi): Call abort, not fatal_insn.
18924         (zero_branch_insn, rev_zero_branch_insn): Add default abort case.
18925
18926 1999-09-14  Andrew Haley  <aph@cygnus.com>
18927
18928         * config/mips/mips.md (movsi_usw): if operand 1 is const_int 0,
18929         use $0 instead of 0.
18930
18931 Thu Sep 16 10:53:36 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18932
18933         * reload1.c (order_regs_for_reload): Move hard_reg_n_uses
18934         computation out of loop over hard regs.
18935
18936 Wed Sep 15 21:37:06 1999  Mark Mitchell  <mark@codesourcery.com>
18937
18938         * function.c (identify_blocks): Don't shadow a variable in an
18939         outer scope.
18940         * integrate.c (integrate_decl_tree): Don't use pushlevel,
18941         pushdecl, or poplevel to build up the new BLOCK tree.
18942         (expand_inline_function): Likewise.
18943         (integrate_parm_decls): Likewise.
18944
18945 Wed Sep 15 21:20:38 1999  Mark Mitchell  <mark@codesourcery.com>
18946
18947         * c-typeck.c (qualify_type): Merge qualifiers from both types.
18948
18949 1999-09-15  Brad Lucier  <lucier@math.purdue.edu>
18950
18951         * toplev.c: Allow -f[no-]math-errno to set (clear) flag_errno_math
18952         * invoke.texi: Document this change.
18953
18954 Wed Sep 15 17:56:00 1999  Richard Henderson  <rth@cygnus.com>
18955
18956         * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.
18957         Free the struct.
18958         (mark_emit_status): Renamed from mark_emit_state.
18959         * except.c (mark_eh_status): Renamed from mark_eh_state.
18960         Check not null before marking.
18961         (free_eh_status): New.
18962         * expr.c (mark_expr_status, free_expr_status): New.
18963         * function.c (free_machine_status): New.
18964         (free_after_parsing): New.
18965         (free_after_compilation): Move bits to free_after_parsing; call
18966         free_eh_status, free_expr_status; zero the marked members of the
18967         function state.
18968         (prepare_function_start): No can_garbage_collect.
18969         Call init_eh_for_function.
18970         (expand_dummy_function_end): Free up current_function state.
18971         (mark_function_status): Renamed from mark_function_state.
18972         (mark_function_chain): No can_garbage_collect.  Call mark_expr_status.
18973         * function.h (struct function): No can_garbage_collect.
18974         (free_machine_status, free_after_parsing): Declare.
18975         (free_eh_status, free_expr_status): Declare.
18976         * ggc.h (mark_expr_status): Declare.
18977         * stmt.c (free_stmt_status): Free the struct.
18978         (mark_stmt_status): Renamed from mark_stmt_state.
18979         (init_stmt): Don't call init_eh.
18980         (init_stmt_for_function): Don't call init_eh_for_function.
18981         * toplev.c (compile_file): Call init_eh.
18982         (rest_of_compilation): Free basic block info before ggc_collect.
18983         Call free_after_parsing; conditionally call free_after_compilation.
18984         * varasm.c (mark_varasm_status): Renamed from mark_varasm_state.
18985         Check not null before marking.
18986         (free_varasm_status): Don't check DECL_DEFER_OUTPUT.  Free the struct.
18987
18988 Wed Sep 15 17:53:16 1999  Richard Henderson  <rth@cygnus.com>
18989
18990         * c-lex.c (yylex): Initialize warn.
18991
18992 Wed Sep 15 18:35:38 1999  Jeffrey A Law  (law@cygnus.com)
18993
18994         * pa.c (emit_move_sequence): Properly set the mode of the scratch
18995         register when performing secondary reloads for the SAR register.
18996
18997 Wed Sep 15 15:51:52 1999  Mark Mitchell  <mark@codesourcery.com>
18998
18999         * rtl.h (NOTE_BLOCK_NUMBER): Replace with ...
19000         (NOTE_BLOCK): New macro.
19001         (NOTE_BLOCK_LIVE_RANGE_BLOCK): Remove.
19002         * function.h (identify_blocks): Change prototype.
19003         * function.c (identify_blocks): Simplify.
19004         (reorder_blocks): Likewise.
19005         * ggc-common.c (ggc_mark_rtx): Mark the BLOCK associated with a
19006         NOTE_INSN_BLOCK_{BEG,END}.
19007         * haifa-sched.c (sched_analyze): Don't put NOTE_BLOCK_NUMBER on
19008         the list of saved notes if the note isn't a
19009         NOTE_INSN_BLOCK_{BEG,END}.
19010         (move_insn1): Use NOTE_EH_HANDLER in comment, rather than
19011         NOTE_BLOCK_NUMBER.
19012         (reemit_notes): Adjust recreation of notes to reflect new saved
19013         note structure.
19014         * print-rtl.c (print_rtx): Print the address of the BLOCK when
19015         printing a block note.
19016         * stmt.c (block_vector): Remove.
19017         (find_loop_tree_blocks): Simplify.
19018         (unroll_block_trees): Likewise.
19019         * tree.h (reorder_block): Change prototype.
19020
19021 Wed Sep 15 14:39:35 1999  Jason Merrill  <jason@yorick.cygnus.com>
19022
19023         * gbl-ctors.h: Lose HAVE_ATEXIT.  Don't define ON_EXIT.
19024         * libgcc2.c: Lose obsolete defn of WEAK_ALIAS.
19025         (__bb_init_func, __bb_init_prg): Use atexit instead of ON_EXIT.
19026         (__do_global_dtors): Likewise.  Don't mess with _exit_dummy_decl.
19027         (atexit, exit): Simplify.
19028         * tm.texi: Document NEED_ATEXIT and ON_EXIT.  Remove HAVE_ATEXIT.
19029         * config/lots: Remove defns of HAVE_ATEXIT.
19030
19031 Wed Sep 15 10:25:12 1999  Mark Mitchell  <mark@codesourcery.com>
19032
19033         * calls.c (precompute_arguments): Fix typo in comment.
19034         * expr.c (preexpand_calls): Don't preexpand the cleanup in a
19035         TARGET_EXPR.
19036
19037 Wed Sep 15 09:59:59 1999  Mark Mitchell  <mark@codesourcery.com>
19038
19039         * dsp16xx.c (override_options): Fix typos in GC root registration.
19040
19041 Wed Sep 15 15:23:28 1999  Philip Blundell  <pb@nexus.co.uk>
19042
19043         * config/arm/linux-elf.h (MAKE_DECL_ONE_ONLY): Copy definition
19044         from config/svr4.h.
19045         (UNIQUE_SECTION_P, UNIQUE_SECTION): Likewise.
19046         (FUNCTION_PROFILER): Redefine appropriately for Linux.
19047         (CC1_SPEC): Likewise.
19048
19049 Wed Sep 15 10:09:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19050
19051         * genattr.c (main): Add extern prototype.  Call return, not exit.
19052         * genattrtab.c (main): Likewise.
19053         * gencheck.c (main): Likewise.
19054         * gencodes.c (main): Likewise.
19055         * genconfig.c (main): Likewise.
19056         * genemit.c (main): Likewise.
19057         * genextract.c (main): Likewise.
19058         * genflags.c (main): Likewise.
19059         * gengenrtl.c (main): Likewise.
19060         * genopinit.c (main): Likewise.
19061         * genoutput.c (main): Likewise.
19062         * genpeep.c (main): Likewise.
19063         * genrecog.c (main): Likewise.
19064
19065         * genattr.c (get_insn_name): Mark parameter with ATTRIBUTE_UNUSED.
19066         * genattrtab.c (get_insn_name): Likewise.
19067         * gencodes.c (get_insn_name): Likewise.
19068         * genconfig.c (get_insn_name): Likewise.
19069         * genemit.c (get_insn_name): Likewise.
19070         * genextract.c (get_insn_name): Likewise.
19071         * genflags.c (get_insn_name): Likewise.
19072         * genopinit.c (get_insn_name): Likewise.
19073         * genpeep.c (get_insn_name): Likewise.
19074
19075         * gencheck.c (usage): Add static prototype.
19076         * genextract.c (print_path): Constify a char*.
19077         * genopinit.c (optabs): Likewise.
19078         * genoutput.c (operand_data, data, output_predicate_decls,
19079         compare_operands): Likewise.
19080         * genrecog.c (write_tree): Add default case in switch.
19081
19082 Wed Sep 15 09:59:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19083
19084         * rtl.h (get_insn_name, print_rtl_with_bb): Add prototypes.
19085
19086         * print-rtl.c (get_insn_name): Remove prototype.
19087
19088         * toplev.h (progname): Declare const.
19089
19090         * toplev.c (init_decl_processing, init_obstacks, init_tree_codes,
19091         init_regs, init_optabs, init_stmt, init_reg_sets, dump_flow_info,
19092         dump_sched_info, dump_local_alloc, regset_release_memory,
19093         print_rtl, print_rtl_with_bb, rest_of_decl_compilation,
19094         error_with_file_and_line, error_with_decl, error_for_asm, error,
19095         fatal, warning_with_file_and_line, warning_with_decl, warning,
19096         pedwarn, pedwarn_with_decl, pedwarn_with_file_and_line, sorry):
19097         Remove redundant prototypes.
19098
19099         (notice, check_lang_option, report_file_and_line, vnotice,
19100         mark_file_stack): Add static prototype.
19101         (set_fatal_function): Add prototype.
19102         (vnotice, report_file_and_line, set_fatal_function,
19103         check_lang_option): Constify a char*.
19104         (main): Prototype.  Call return, not exit.
19105
19106 Wed Sep 15 09:50:18 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19107
19108         * aclocal.m4 (AC_GCC_C_LONG_DOUBLE): New macro.
19109
19110         * configure.in (AC_GCC_C_LONG_DOUBLE): Call it.
19111
19112         * gansidecl.h (HAVE_LONG_DOUBLE): Define if gcc for stage2.
19113
19114         * ggc-simple.c (HAVE_LONG_DOUBLE): Test before using long double.
19115
19116 Wed Sep 15 11:04:43 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19117
19118         * function.c (assign_parms): Delete arg SECOND_TIME.  Don't test it,
19119         behave as if it's zero in all cases.
19120         (expand_function_start): Adjust call to assign_parms.
19121         * tree.h (assign_parms): Adjust prototype.
19122         * objc/objc-act.c (hack_method_prototype): Adjust call to
19123         assign_parms.
19124
19125 Tue Sep 14 21:47:06 1999  Jeffrey A Law  (law@cygnus.com)
19126
19127         * cse.c (FIXED_BASE_PLUS_P): Do not consider referneces to
19128         arg_pointer_rtx fixed if the argument pointer register is
19129         not fixed.
19130         (NONZERO_BASE_PLUS_P): Likewise.
19131
19132 Tue Sep 14 20:26:02 1999  Richard Henderson  <rth@cygnus.com>
19133
19134         * rtl.def (match_insn, match_insn2): Remove match_insn; rename
19135         match_insn2 to match_insn.
19136         * genrecog.c (add_to_sequence): Rename MATCH_INSN2.
19137
19138 Tue Sep 14 20:10:29 1999  Richard Henderson  <rth@cygnus.com>
19139
19140         * Makefile.in (USER_H): Remove va-foo.h.
19141
19142         * ginclude/{va-alpha.h,va-arc.h,va-c4x.h,va-clipper.h,va-h8300.h,
19143         va-i860.h,va-i960.h,va-m32r.h,va-m88k.h,va-mips.h,va-mn10200.h,
19144         va-mn10300.h,va-pa.h,va-ppc.h,va-pyr.h,va-sh.h,va-sparc.h,
19145         va-spur.h,va-v850.h}: Remove.
19146
19147 Tue Sep 14 19:43:16 1999  Richard Henderson  <rth@cygnus.com>
19148
19149         * sparc/sparc.md (eligible_for_return_delay): New attribute.
19150         (in_return_delay): Use it instead of match_insn.
19151
19152 Tue Sep 14 23:05:37 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
19153
19154         * config/alpha/va_list.h (va-alpha.h): Do not include.
19155         (__gnuc_va_list): Typedef as in varargs.h.
19156
19157 Tue Sep 14 18:14:03 1999  Richard Henderson  <rth@cygnus.com>
19158
19159         * ggc-common.c (ggc_mark_tree): Mark DECL_SOURCE_FILE and
19160         DECL_LIVE_RANGE_RTL.
19161
19162 Tue Sep 14 16:47:08 1999  Mark Mitchell  <mark@codesourcery.com>
19163
19164         * except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER,
19165         not NOTE_BLOCK_NUMBER.
19166         (expand_eh_region_end): Likewise.
19167         (find_exception_handler_labels): Likewise.
19168         (scan_region): Likewise.
19169         (exception_optimize): Likewise.
19170         (update_rethrow_references): Likewise.
19171         (set_insn_eh_region): Likewise.
19172         * final.c (final_scan_insn): Likewise.
19173         * flow.c (make_edges): Likewise.
19174         * integrate.c (expand_inline_function): Likewise.
19175         * print-rtl.c (print_rtx): Likewise.
19176
19177 Tue Sep 14 16:30:16 1999  Richard Henderson  <rth@cygnus.com>
19178
19179         * ginclude/stdarg.h, ginclude/varargs.h: Implement in
19180         terms of builtin functions and types.
19181
19182         * mips.c (mips_build_va_list): New.
19183         (mips_va_start, mips_va_arg): New.
19184         * mips.h (BUILD_VA_LIST_TYPE): New.
19185         (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
19186
19187         * sh.c (sh_builtin_saveregs): Use get_varargs_alias_set.
19188         (sh_build_va_list, sh_va_start, sh_va_arg): New.
19189         * sh.h (BUILD_VA_LIST_TYPE): New.
19190         (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
19191
19192 Tue Sep 14 16:20:24 1999  Richard Henderson  <rth@cygnus.com>
19193
19194         * recog.h (struct recog_data): Make dup_num, operand_address_p,
19195         n_operands, n_dups, n_alternatives `char' instead of `unsigned char'.
19196         (struct insn_data): Likewise with n_operands, n_dups,
19197         n_alternatives, output_format.
19198         * regclass.c (scan_one_insn): Cast n_operands to int before
19199         arithmetic inside comparison.
19200
19201 Tue Sep 14 15:13:36 1999  Richard Henderson  <rth@cygnus.com>
19202
19203         * toplev.c (compile_function): Unconditionally emit nop.
19204
19205 Tue Sep 14 14:41:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19206
19207         * haifa-sched.c (actual_hazard): Move declaration of variable
19208         `this_cost' into the scope where it is used.
19209
19210 Tue Sep 14 14:14:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19211
19212         * c-pragma.c (handle_pragma_token): Wrap variables `name' and
19213         `value' in HANDLE_PRAGMA_WEAK.  Wrap variable `align' in
19214         HANDLE_PRAGMA_PACK||HANDLE_PRAGMA_PACK_PUSH_POP.
19215
19216         * genrecog.c (make_insn_sequence): Call memset, not bzero.
19217
19218         * jump.c (find_insert_position): Don't declare or define unless
19219         !HAVE_conditional_arithmetic.
19220         (returnjump_p_1, delete_prior_computation): Add static prototypes.
19221
19222         * mips-tdump.c (fatal, fancy_abort, main): Add extern prototypes.
19223
19224         * recog.c (offsettable_address_p): Prototype function pointer.
19225         (preprocess_constraints): Call memset, not bzero.
19226
19227         * tree.c (tree_node_kind_names): Constify a char*.  Make static.
19228         (gcc_obstack_init): Don't declare.
19229         (fix_sizetype): Add static prototype.
19230         (gcc_obstack_init): Use prototype casts in call to _obstack_begin.
19231         (tree_cons): Call memset, not bzero.
19232
19233         * varasm.c (remove_from_pending_weak_list): Wrap declaration and
19234         definition in macro ASM_WEAKEN_LABEL.
19235         (mark_const_hash_entry): Add static prototype.
19236
19237 Tue Sep 14 12:22:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19238
19239         * c-lex.c (handle_generic_pragma): Remove unused variable `c'.
19240
19241         * unroll.c (find_common_reg_term, subtract_reg_term,
19242         loop_find_equiv_value): Add static prototypes.
19243         (unroll_loop): Wrap variable `prev' in macro HAVE_cc0.
19244         (copy_loop_body): Remove unreachable break statement.
19245
19246         * sparc.c (sparc_va_arg): Remove unused variable `tmp'.
19247
19248         * sparc.h (sparc_va_start, sparc_va_arg): Add extern prototypes.
19249
19250 Tue Sep 14 15:28:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19251
19252         Undo some changes from the gcc2 merge:
19253         * rtl.def (CONSTANT_P_RTX): Fix the comment for this rtx code.
19254         * emit-rtl.c (gen_rtx_REG): Don't test special reg rtx's for null
19255         pointers.
19256
19257         Undo this change:
19258         Sat Oct  3 07:20:28 1998  Stephen L Moshier  <moshier@world.std.com>
19259         * emit-rtl.c (gen_lowpart_common): Disable optimization of
19260         initialized float-int union if the value is a NaN.
19261
19262 Tue Sep 14 04:03:44 1999  Mumit Khan  <khan@xraylith.wisc.edu>
19263
19264         * gthr-win32.h: New file.
19265
19266         * i386/winnt.c (i386_pe_valid_decl_attribute_p): Recognize
19267         shared as a valid attribute.
19268         * i386/cygwin.h (ASM_OUTPUT_SECTION): Handle shared attribute.
19269         * extend.texi: Document `shared' variable attribute.
19270
19271 Tue Sep 14 04:01:46 1999  Loren Rittle  <ljrittle@acm.org>
19272
19273         * configure.in: Handle --enable-threads on FreeBSD.
19274         * configure: Rebuit.
19275
19276 Tue Sep 14 03:58:44 1999  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
19277
19278         * configure.in: Add crtbeginS.o, crtendS.o for mips-linux; add
19279         thread support.
19280         * configure: Rebuilt.
19281
19282 Tue Sep 14 03:47:23 1999  Joel Sherrill <joel@OARcorp.com>
19283                           Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
19284                           Rosimildo DaSilva <rdasilva@connecttel.com>
19285
19286         * configure.in (m68k-*-rtemscoff*): Added.
19287         * configure.in (mips64orion-*-rtems*): Converted to ELF.
19288         * configure.in (sparc-*-rtemsaout*): Added as alias for old
19289         sparc-rtems configuration.
19290         * configure.in (sparc-*-rtemself*): Added.
19291         * configure.in (sparc-*-rtems*): Now ELF not a.out.
19292         * config/i386/rtems.h: Added comment.
19293         * config/sparc/rtemself.h: New file.
19294
19295         * configure.in (m68k-rtemself): Added.
19296         * config/elfos.h: Added ifndef wrapper for DWARF2_DEBUGGING_INFO
19297         and DWARF_DEBUGGING_INFO.
19298         * config/m68k/crti.s: New file.
19299         * config/m68k/crtn.s: New file.
19300         * config/m68k/t-crtstuff: New file.
19301         * config/m68k/rtemself.h: New file.
19302
19303         * configure.in (i[[34567]]86-*-rtemself*): Now uses crtstuff for
19304         global ctor/dtor and C++ exception handling.
19305         * config/i386/rtemself.h: Now uses crtstuff (crti.o + crtbegin.o)
19306         for STARTFILE_SPEC and crtstuff (crtend.o + crtn.o) for
19307         ENDFILE_SPEC.
19308         * config/i386/t-rtems-i386: New File.
19309
19310 Tue Sep 14 09:47:41 1999  Andreas Schwab  <schwab@suse.de>
19311
19312         * stmt.c (expand_end_case): Return right away if the case stack is
19313         empty.
19314
19315 Tue Sep 14 01:47:19 1999  Jeffrey A Law  (law@cygnus.com)
19316
19317         * Makefile.in (version.c): Remove rule incorrectly brought in from
19318         the gcc2 merge.
19319
19320 Tue Sep 14 01:42:27 1999  Marc Espie <espie@cvs.openbsd.org>
19321
19322         * Makefile.in:  Prepend $(SHELL) to move-if-change calls.
19323         * msdos/top.sed:  Take into account a prepended $(SHELL) to
19324         move-if-change.
19325         * winnt/config-nt.sed:  Likewise.  Kill bogus substitution.
19326
19327         * objc/Make-lang.in: Prepend $(SHELL) to move-if-change calls.
19328
19329 Tue Sep 14 01:38:52 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
19330
19331         * regmove.c (fixup_match_1): Don't change an unchanging register.
19332         (stable_but_for_p): Renamed to:
19333         (stable_and_no_regs_but_for_p).  Reject unchanging registers too.
19334         Changed all callers.
19335
19336 Tue Sep 14 01:33:15 1999  Andreas Schwab  <schwab@suse.de>
19337
19338         * loop.c (strength_reduce): Don't call reg_used_between_p if the
19339         insn from BL2 is after the insn from BL.
19340
19341 Mon Sep 13 21:06:01 1999  Richard Henderson  <rth@cygnus.com>
19342
19343         * recog.h (INSN_OUTPUT_FORMAT_*): New.
19344         (struct insn_data): Merge `template' and `outfun' into `output'.
19345         Add `output_format'.
19346         * genoutput.c (INSN_OUTPUT_FORMAT_*): New.
19347         (struct data): Remove `outfun'; add `output_format'.
19348         (name_for_index): Remove declaration.
19349         (output_insn_data): Handle output formats.
19350         (process_template): Emit the bare array for @.
19351         (gen_expand, gen_split): Set output_format to NONE.
19352         * output.h (get_insn_template): Declare.
19353         * final.c (get_insn_template): New.
19354         (final_scan_insn): Use it.
19355         * toplev.c (compile_file): Likewise.
19356
19357         * c4x/c4x.c (c4x_process_after_reload): Likewise.
19358         * i860/i860.c (output_delayed_branch): Likewise.
19359         (output_delay_insn): Likewise.
19360
19361 1999-09-13  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
19362
19363         * rtl.c (obstack_alloc_rtx): Removed.
19364
19365 1999-09-13 17:03 -0700  Zack Weinberg  <zack@bitmover.com>
19366
19367         * config/gmicro/gmicro.md: Disable move DF->DI anonymous pattern.
19368
19369 Mon Sep 13 15:21:46 1999  Richard Henderson  <rth@cygnus.com>
19370
19371         * i386.c (call_insn_operand): Reject const_int.
19372         (expander_call_insn_operand): Use call_insn_operand.
19373
19374 Mon Sep 13 17:44:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19375
19376         * gcc.c (getrusage): Wrap prototype arguments in PROTO().
19377
19378 1999-09-13 12:18 -0700  Zack Weinberg  <zack@bitmover.com>
19379
19380         * config/i370/i370.md (mulsi, divsi, modsi anonymous insns):
19381         Use DImode operation.
19382
19383 1999-09-13 12:13 -0700  Zack Weinberg  <zack@bitmover.com>
19384
19385         * gcc.c: Include sys/resource.h.
19386         (report_times): New flag.
19387         (execute):  If report_times is set, calculate and report the
19388         CPU time consumed by each subprocess.
19389
19390         (rus, prus): New globals.
19391         (option_map): Add --time.
19392         (display_help): Document -time.
19393         (process_command): Set report_times if -time is given.
19394         Turn off -pipe if -time is given.
19395
19396         * invoke.texi: Document new option -time.
19397
19398         * configure.in: Check for getrusage.  Check if we have to
19399         prototype getrusage.
19400         * acconfig.h: Add NEED_DECLARATION_GETRUSAGE.
19401         * configure: Regenerate.
19402         * config.in: Regenerate.
19403
19404 Mon Sep 13 12:57:06 1999  Dave Brolley  <brolley@cygnus.com>
19405
19406         * cppinit.c (append_include_chain): Initialize 'next' and 'alloc'
19407         fields.
19408
19409 Mon Sep 13 10:01:33 1999  Nick Clifton  <nickc@cygnus.com>
19410
19411         * config/fp-bit.c: Define L_thenan_sf or L_thenan_df (as
19412         appropriate) if FINE_GRAINED_LIBRARIES is not defined.
19413         (nan): Return _thenan_sf or _thenan_df as appropriate.
19414         (L_thenan_sf): Define _thenan_sf.
19415         (L_thenan_df): Define _thenan_df.
19416
19417         * Makefile.in (FPBIT_FUNCS): Add _thenan_sf.
19418         (DPBIT_FUNCS): Add _thenan_df.
19419
19420 Mon Sep 13 09:38:53 1999  Andreas Schwab  <schwab@suse.de>
19421
19422         * tree.c (fix_sizetype):  Exchange the types for TYPE_SIZE and
19423         TYPE_SIZE_UNIT.
19424
19425 Sun Sep 12 23:28:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19426
19427         * Makefile.in (gcc.o, gccspec.o, cppspec.o): Depend on gcc.h.
19428
19429         * gcc.h: New file.
19430         (lang_specific_driver): Don't take a function pointer parameter.
19431         All callers changed.
19432
19433         * gcc.c: Include gcc.h.
19434         (do_spec, fancy_abort,lang_specific_driver,lang_specific_pre_link,
19435         lang_specific_extra_outfiles, fatal): Don't declare.
19436         (multilib_defaults_raw): Constify.
19437         (read_specs): Call memset, rather than bzero.
19438         (main): Call return, not exit.
19439         (lookup_compiler): Call memcpy, not bcopy.
19440         (fatal): Make extern.
19441
19442         * cppspec.c: Include gcc.h.
19443         (lang_specific_driver): Initialize variable `quote'.  Constify a
19444         char*.  All calls to the function pointer parameter now
19445         explicitly call `fatal'.
19446
19447         * gccspec.c (lang_specific_driver): Include gcc.h.
19448
19449 Sun Sep 12 19:52:10 1999  Richard Earnshaw <rearnsha@arm.com>
19450
19451         * arm.c (note_invalid_constants): Use recog_data.operand_type
19452         for recog_op_type.
19453
19454 Sun Sep 12 15:53:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19455
19456         * tree.h (build_common_tree_nodes, build_common_tree_nodes_2):
19457         Declare.
19458
19459         * reload.h (reload_in, reload_out, reload_in_reg, reload_out_reg,
19460         reload_reg_class, reload_inmode, reload_outmode, reload_optional,
19461         reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
19462         reload_secondary_in_reload, reload_secondary_out_reload,
19463         reload_secondary_in_icode, reload_secondary_out_icode,
19464         reload_reg_rtx, reload_when_needed): Delete declarations.
19465         (struct reload): New structure.
19466         (rld): Declare new array.
19467         * reload.c (reload_in, reload_out, reload_in_reg, reload_out_reg,
19468         reload_reg_class, reload_inmode, reload_outmode, reload_optional,
19469         reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
19470         reload_secondary_in_reload, reload_secondary_out_reload,
19471         reload_secondary_in_icode, reload_secondary_out_icode,
19472         reload_reg_rtx, reload_when_needed): Delete definitions.
19473         (rld): New array.
19474         (whole file): Replace uses of the deleted arrays with uses of rld.
19475         * reload1.c (whole file): Replace uses of the deleted arrays with
19476         uses of rld.
19477         (choose_reload_regs): Copy in/out of save_reload_reg_rtx with
19478         explicit loops, not with bcopy.
19479
19480 Sun Sep 12 05:00:24 1999  Richard Henderson  <rth@cygnus.com>
19481
19482         * recog.h (insn_template, insn_outfun, insn_n_operands, insn_n_dups,
19483         insn_n_alternatives, insn_operand_constraint, insn_operand_address_p,
19484         insn_operand_mode, insn_operand_strict_low, insn_operand_predicate,
19485         insn_name): Delete and consolidate into new structures.
19486         (insn_operand_predicate_fn): New.
19487         (insn_output_fn): New.
19488         (insn_gen_fn): New.
19489         (struct insn_operand_data): New.
19490         (struct insn_data): New.
19491         (insn_data): New.
19492         (OUT_FCN): Update for insn_data change.
19493         * builtins.c (expand_builtin_strlen): Likewise.
19494         (expand_builtin_memcmp): Likewise.
19495         * combine.c (make_extraction, simplify_comparison): Likewise.
19496         * cse.c (canon_reg, cse_insn): Likewise.
19497         * explow.c (allocate_dynamic_stack_space, probe_stack_range): Likewise.
19498         * expmed.c (store_bit_field, extract_bit_field): Likewise.
19499         (emit_store_flag): Likewise.
19500         * expr.c (convert_move, emit_block_move): Likewise.
19501         (clear_storage, emit_push_insn, expand_increment): Likewise.
19502         (do_store_flag): Likewise.
19503         * expr.h (GEN_FCN): Likewise.
19504         (insn_gen_function): Die.
19505         * final.c (final_scan_insn): Update for insn_data change.
19506         (output_asm_name): Likewise.
19507         * function.c (fixup_var_refs_1): Likewise.
19508         * loop.c (check_dbra_loop): Likewise.
19509         * optabs.c (expand_binop, expand_twoval_binop): Likewise.
19510         (expand_unop, expand_complex_abs, emit_unop_insn): Likewise.
19511         (prepare_cmp_insn, prepare_operand, emit_indirect_jump): Likewise.
19512         (emit_conditional_move, gen_add2_insn, gen_sub2_insn): Likewise.
19513         * recog.c (validate_replace_rtx_1, extract_insn): Likewise.
19514         * regmove.c (gen_add3_insn): Likewise.
19515         * reload.c (push_secondary_reload, combine_reloads): Likewise.
19516         (find_reloads, find_reloads_address_1): Likewise.
19517         (debug_reload_to_stream): Likewise.
19518         * reload1.c (emit_reload_insns, gen_reload): Likewise.
19519         * stmt.c (expand_end_case): Likewise.
19520         * toplev.c (compile_file): Likewise.
19521
19522         * c4x/c4x.c (c4x_process_after_reload): Likewise.
19523         * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
19524
19525         * print-rtl.c (insn_name_ptr): Remove declaration.
19526         (get_insn_name): Declare.
19527         (print_rtx): Use it.
19528         * genoutput.c (insn_name_ptr): Remove.
19529         (next_operand_number): New.
19530         (struct operand_data): New.
19531         (null_operand, odata, odata_end): New.
19532         (struct data): Use struct operand_data.
19533         (idata, idata_end): Renamed from insn_data and end_of_insn_data.
19534         (get_insn_name): Renamed from name_for_index.
19535         (output_prologue): Define NO_MD_PROTOTYPES.
19536         (output_predicate_decls): Break out from output_epilogue.
19537         Iterate over the operands list.
19538         (output_operand_data): Break out from output_epilogue.  Emit
19539         just the operands list.
19540         (output_insn_data): Break out from output_epilogue.  Emit just
19541         the insn data.
19542         (output_epilogue): Remove.
19543         (output_get_insn_name): New.
19544         (constraints, op_n_alternatives, predicates, address_p): Die.
19545         (modes, strict_low, seen): Die.
19546         (scan_operands): Take new param `d' instead of writing to
19547         seven global variables.
19548         (compare_operands): New.
19549         (place_operands): New.
19550         (validate_insn_alternatives): Update for struct data change.
19551         (gen_insn): Don't zero or copy 7 global arrays.  Update for
19552         scan_operands; call place_operands.
19553         (gen_peephole, gen_expand, gen_split): Likewise.
19554         (main): Update for new output routines.
19555
19556         * genattr.c (insn_name_ptr): Remove.
19557         (get_insn_name): New function.
19558         * genattrtab.c, gencodes.c, genconfig.c, genemit.c: Likewise.
19559         * genextract.c, genflags.c, genopinit.c, genpeep.c: Likewise.
19560         * genrecog.c: Likewise.
19561
19562         * alpha.md (adddi3): Make `pattern' array static.
19563
19564 Sun Sep 12 22:05:21 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
19565
19566         * config/c4x/c4x.h (c4x_rpts_cycles_string,
19567         c4x_cpu_version_string): Constify char *.
19568         * config/c4x/c4x.c (c4x_rpts_cycles_string,
19569         c4x_cpu_version_string): Likewise.
19570
19571 Sat Sep 11 23:28:33 1999  Richard Henderson  <rth@cygnus.com>
19572
19573         * tree.c (save_tree_status): Revert 10 Sep change.
19574         (restore_tree_status): Likewise.  Call obstack_free with NULL
19575         before freeing the obstack proper.
19576
19577 Sat Sep 11 23:23:46 1999  Richard Henderson  <rth@cygnus.com>
19578
19579         * cse.c (cse_main): If gc'ing, collect around cse_basic_block.
19580
19581         * ggc-simple.c (ggc_pop_context): Fold outstanding bytes into
19582         surrounding context.
19583
19584 Sat Sep 11 19:52:43 1999  Mark Mitchell  <mark@codesourcery.com>
19585
19586         * tree.c (type_hash_canon): Put all types in the hash-table, when
19587         GC'ing.
19588
19589 Sat Sep 11 18:37:04 1999  Richard Henderson  <rth@cygnus.com>
19590
19591         * recog.h (struct recog_data, recog_data): New.
19592         (recog_foo variables): Kill.
19593         * recog.c (recog_operand, recog_operand_loc): Kill.
19594         (recog_dup_loc, recog_dup_num, recog_n_operands): Kill.
19595         (recog_n_dups, recog_n_alternatives, recog_operand_mode): Kill.
19596         (recog_constraints, recog_op_type, recog_operand_address_p): Kill.
19597         (recog_data): Define.
19598         (extract_insn): Update all recog_foo references to use recog_data.
19599         (preprocess_constraints, constrain_operands): Likewise.
19600         * final.c (final_scan_insn, cleanup_subreg_operands): Likewise.
19601         * genattrtab.c (main): Likewise.
19602         * genextract.c (main): Likewise.
19603         * genoutput.c: Likewise.
19604         * genrecog.c (write_subroutine, main): Likewise.
19605         * local-alloc.c (block_alloc): Likewise.
19606         * reg-stack.c (record_asm_reg_life, subst_asm_stack_regs): Likewise.
19607         * regclass.c (scan_one_insn, record_reg_classes): Likewise.
19608         * regmove.c (regmove_optimize, find_matches, fixup_match_1): Likewise.
19609         * reload.c (find_reloads, find_reloads_toplev): Likewise.
19610         * reload1.c (maybe_fix_stack_asms, eliminate_regs_in_insn): Likewise.
19611         (reload_cse_simplify_operands): Likewise.
19612
19613         * arc/arc.c (arc_final_prescan_insn): Likewise.
19614         * arm/arm.c (note_invalid_constants, arm_final_prescan_insn): Likewise.
19615         * h8300/h8300.c (notice_update_cc): Likewise.
19616         * i386/i386.c (ix86_attr_length_default, ix86_agi_dependant): Likewise.
19617         * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
19618         * mn10200/mn10200.c (notice_update_cc): Likewise.
19619         * mn10300/mn10300.c (notice_update_cc): Likewise.
19620         * romp/romp.c (update_cc): Likewise.
19621         * sparc/sparc.c (check_pic): Likewise.
19622         * v850/v850.c (notice_update_cc): Likewise.
19623
19624         * genemit.c (main): Don't declare recog_operand.
19625
19626 Sat Sep 11 12:41:55 1999  Alex Samuel  <samuel@codesourcery.com>
19627
19628         * ggc.h (rtvec_def): Forward declare.
19629         (tree_node): Likewise.
19630         (ggc_root): Define.
19631         (roots): Declare.
19632         (ggc_set_mark_rtx): Add prototype.
19633         (ggc_set_mark_rtvec): Likewise.
19634         (ggc_set_mark_tree): Likewise.
19635         * ggc-simple.c (ggc_root): Don't define.
19636         (roots): Don't declare.
19637         (ggc_mark_rtx): Remove.
19638         (ggc_mark_rtvec): Likewise.
19639         (ggc_mark_tree): Likewise.
19640         (ggc_mark_varray): Likewise.
19641         (ggc_mark_tree_hash_table_entry): Likewise.
19642         (ggc_mark_tree_hash_table): Likewise.
19643         (ggc_set_mart_rtx): New function.
19644         (ggc_set_mark_rtvec): Likewise.
19645         (ggc_set_mark_tree): Likewise.
19646         (ggc_add_root): Remove.
19647         (ggc_add_rtx_root): Likewise.
19648         (ggc_remove_tree_root): Likewise.
19649         (ggc_add_string_root): Likewise.
19650         (ggc_add_tree_varray_root): Likewise.
19651         (ggc_add_tree_hash_table_root): Likewise.
19652         (ggc_del_root): Likewise.
19653         (ggc_mark_rtx_ptr): Likewise.
19654         (ggc_mark_tree_ptr): Likewise.
19655         (ggc_mark_string_ptr): Likewise.
19656         (ggc_mark_tree_varray_ptr): Likewise.
19657         (ggc_mark_tree_hash_table_ptr): Likewise.
19658         * ggc-common.c: New file.
19659         * Makefile.in (OBJS): Add ggc-common.o.
19660         (ggc-common.o): List dependencies.
19661
19662 1999-09-10 22:37 -0700  Zack Weinberg  <zack@bitmover.com>
19663
19664         * cppalloc.c (xstrdup): Use memcpy.
19665         * cpperror.c (cpp_print_containing_files): Don't use
19666         cpp_notice.
19667         * cpplib.c (conditional_skip): Set temp->lineno.
19668         (do_endif): Make error message less obscure.
19669         (if_directive_name): New function.
19670         (cpp_get_token [case EOF]): Unwind the if stack and generate
19671         error messages for each unterminated conditional in this file.
19672         (parse_string):  Do not behave differently if -traditional.
19673
19674 Fri Sep 10 14:04:07 1999  Richard Henderson  <rth@cygnus.com>
19675
19676         * builtins.c (expand_builtin_va_arg): Cope with an array-type
19677         va_list decomposing to pointer-type.
19678         * rs6000.c (rs6000_va_start) Unwrap the ARRAY_TYPE to get at fields.
19679         (rs6000_va_arg): Likewise.
19680
19681 Fri Sep 10 13:21:21 1999  Jim Wilson  <wilson@cygnus.com>
19682
19683         * except.c (start_dynamic_handler): Compute size using
19684         STACK_SAVEAREA_MODE.
19685
19686 Fri Sep 10 16:01:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19687
19688         * protoize.c: Remove various __STDC__ and POSIX hacks.  Don't
19689         include directory headers.  Don't define strrchr.  Don't provide
19690         my_* replacement functions.  Prefer PTR over `pointer_type'.
19691         Don't prototype system functions.  Don't redefine getopt.
19692
19693         (shortpath, fancy_abort, notice, savestring, dupnstr, substr,
19694         safe_read, safe_write, save_pointers, restore_pointers,
19695         is_id_char, in_system_include_dir, directory_specified_p,
19696         file_excluded_p, unexpand_if_needed, abspath, check_aux_info,
19697         find_corresponding_lparen, referenced_file_is_newer,
19698         save_def_or_dec, munge_compile_params, gen_aux_info_file,
19699         process_aux_info_file, identify_lineno, check_source,
19700         seek_to_line, forward_to_next_token_char, output_bytes,
19701         output_string, output_up_to, other_variable_style_function,
19702         find_rightmost_formals_list, do_cleaning, careful_find_l_paren,
19703         do_processing, is_syscalls_file, rename_c_file, find_extern_def,
19704         find_static_definition, connect_defs_and_decs, add_local_decl,
19705         add_global_decls, needs_to_be_converted, visit_each_hash_node,
19706         add_symbol, lookup, free_def_dec, find_file, reverse_def_dec_list,
19707         edit_fn_declaration, edit_formals_lists, edit_fn_definition,
19708         scan_for_missed_items, edit_file, string_list_cons): Add static
19709         prototypes.
19710         (standard_exec_prefix, target_machine, target_version,
19711         default_syscalls_dir, string_list, string_list_cons, find_file,
19712         do_cleaning): Constify a char*.
19713         (safe_read, safe_write): Use PTR, not a char*.
19714         (is_id_char): Take an int, not a char.
19715         (main): Add prototype.  Call return, not exit.
19716
19717 Fri Sep 10 16:48:26 1999  Andrew Haley  <aph@cygnus.com>
19718
19719         * tree.c (type_hash_lookup): Check for equal TYPE_ALIGN fields
19720         when comparing types.
19721
19722 Fri Sep 10 08:43:32 1999  Richard Henderson  <rth@cygnus.com>
19723
19724         * loop.c (basic_induction_var): Typo NULL_RTX -> NULL.
19725         (strength_reduce): Release the varrays from the no-bivs early exit.
19726
19727         * reload1.c (order_regs_for_reload): Init hard_reg_n_uses before
19728         the loop over the registers.
19729
19730         * tree.c (save_tree_status): Set maybepermanent_firstobj NULL
19731         for a new obstack.
19732         (restore_tree_status): Check that instead when freeing the obstack.
19733
19734 Wed Sep  8 16:12:04 1999  Andrew Haley  <aph@cygnus.com>
19735
19736         * alias.c (rtx_equal_for_memref_p): Allow CONST_DOUBLEs to be used
19737         as pointers.
19738
19739 Fri Sep 10 11:58:55 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19740
19741         * i386.md (ashlqi3): For NON_QI_REG_P regs, use sall.  Fix some
19742         operand size modifiers.
19743
19744 Fri Sep 10 10:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19745
19746         * c-common.c (c_common_nodes_and_builtins): Don't build
19747         va_list_type_node.
19748         * c-common.h (enum c_tree_index and related accesor macros): Remove
19749         everything now declared in tree.h.
19750         * c-decl.c (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
19751         LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, WCHAR_UNSIGNED, FLOAT_TYPE_SIZE,
19752         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Don't provide defaults.
19753         (error_mark_node, void_type_node, char_type_node, integer_type_node,
19754         unsigned_type_node, ptr_type_node, va_list_type_node,
19755         integer_zero_node, null_pointer_node, integer_one_node): Delete.
19756         (init_decl_processing): Call build_common_tree_nodes and
19757         build_common_tree_nodes_2 instead of building their nodes here.
19758         Don't add roots for these nodes.
19759         * stor-layout.c (size_zero_node, size_one_node): Delete.
19760         (set_sizetype): Make a new node for bitsizetype each time.
19761         * tree.c (global_trees): New variable.
19762         (init_obstacks): Add a gc root for it.
19763         (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
19764         LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, FLOAT_TYPE_SIZE,
19765         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Provide defaults.
19766         (build_common_tree_nodes): New function.
19767         (fix_sizetype): New function.
19768         (build_common_tree_nodes_2): New function.
19769         * tree.h (enum tree_index): New.
19770         (global_trees): Declare.
19771         Add accessor macros for all nodes now moved to global_trees.
19772         Delete their declarations.
19773
19774 Thu Sep  9 20:15:46 1999  Richard Henderson  <rth@cygnus.com>
19775
19776         * c-decl.c (finish_function): When processing a nested function,
19777         push and pop GC context around rest_of_compilation.
19778
19779 Thu Sep  9 16:42:06 1999  Richard Henderson  <rth@cygnus.com>
19780
19781         * i386.c (override_options): Remove ppro, pentium2, and p2 as aliases.
19782         Default ix86_arch to PROCESSOR_I386.
19783         * i386.h (CC1_CPU_SPEC): Don't add -march=foo.  Remove -mno-foo.
19784         (CPP_486_SPEC, CPP_586_SPEC, CPP_686_SPEC): Delete.
19785         (CPP_CPU_DEFAULT_SPEC): Define to __tune_foo__.
19786         (CC1_CPU_SPEC): Make -march=foo define __foo__, and provide
19787         __tune_foo__ if no -mcpu.  Make -mcpu=bar define __tune_bar__.
19788         (EXTRA_SPECS): Remove deleted specs.
19789
19790 Thu Sep  9 16:03:06 1999  Richard Henderson  <rth@cygnus.com>
19791
19792         * function.c (assign_stack_local_1): Allocate from
19793         function->x_frame_offset, not frame_offset.
19794
19795 Thu Sep  9 14:36:31 1999  Mark Mitchell  <mark@codesourcery.com>
19796
19797         * ggc.h (lang_cleanup_tree): Remove.
19798         * gcc-simple.c (ggc_free_tree): Don't call lang_cleanup_tree.
19799         * ggc-callbacks.c (lang_cleanup_tree): Remove.
19800
19801         * c-decl.c (finish_struct): Use ggc_alloc to allocate
19802         TYPE_LANG_SPECIFIC when garbage collecting.
19803         (lang_mark_tree): Mark TYPE_LANG_SPECIFIC.
19804         (lang_cleanup_tree): Remove.
19805
19806 Thu Sep  9 14:23:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
19807
19808         * defaults.h (EH_FRAME_SECTION, EH_FRAME_SECTION_ASM_OP): Define here.
19809         * crtstuff.c: Not here.
19810         * dwarf2out.c: Or here.
19811         * libgcc2.c (__do_global_ctors, __do_global_dtors): Handle EH frame
19812         info.
19813
19814 Thu Sep  9 09:40:58 1999  Mark Mitchell  <mark@codesourcery.com>
19815
19816         * function.h (free_after_compilation): Remove decl parameter.
19817         (free_varasm_status0: Likewise.
19818         (free_emit_status): Likewise.
19819         (free_stmt_status): Likewise.
19820         (free_after_compilation): Likewise.
19821         (init_lang_status): New variable.
19822         (free_lang_status): Likewise.
19823         * emit-rtl.c (free_emit_status): Make decl parameter implicit.
19824         * function.c (init_lang_status): New variable.
19825         (free_lang_status): Likewise.
19826         (push_function_context_to): Don't set function::decl here.
19827         (free_after_copmilation): Make decl parameter implicit.  Call
19828         free_lang_status if defined.
19829         (prepare_function_start): Call init_lang_status if defined.
19830         (init_function_start): Set function::decl here.
19831         * profile.c (output_func_start_profiler): Don't call pushdecl
19832         until we've actually started the function.
19833         * stmt.c (free_stmt_status): Make decl parameter implicit.
19834         * toplev.c (rest_of_compilation): Don't pass decl to
19835         free_after_compilation.
19836         * varasm.c (free_varasm_status): Likewise.
19837
19838 Thu Sep  9 17:23:19 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19839
19840         * except.c (call_get_eh_context): Add root when allocating static
19841         tree variable.
19842
19843 Thu Sep  9 15:24:59 BST 1999  Richard Earnshaw <rearnsha@arm.com>
19844
19845         * arm.c: Include "ggc.h".
19846         (arm_add_gc_roots): New function.
19847         (arm_override_options): Call it.
19848         (aof_pic_entry): Add a GC root for aof_pic_label when it's allocated.
19849
19850         * arm.md (define_asm_attributes): Add a pool_range attribute.
19851
19852 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
19853
19854         * extend.texi (Volatiles): New node.
19855
19856 Thu Sep  9 03:37:31 1999  Richard Henderson  <rth@cygnus.com>
19857
19858         * ggc-simple.c (IS_MARKED, IGNORE_MARK): New.
19859         (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): New.
19860         (struct ggc_any): Replace `mark' with `magic_mark'.
19861         (ggc_alloc_string): Use memcpy, not bcopy.
19862         (ggc_alloc_any): Set magic_mark.  Update bytes_alloced_since_gc.
19863         (ggc_free_{rtx,rtvec,tree,string}): Mark inline.
19864         (ggc_free_any): New.
19865         (ggc_mark_string): Use IGNORE_MARK.  Calc back to struct gcc_string.
19866         (ggc_mark): Use IGNORE_MARK.  Abort if magic doesn't match.
19867         (ggc_collect): Re-enable collection avoidance.  Use GGC_ANY_MARK.
19868         Use IS_MARKED. Use ggc_free_any.
19869
19870 1999-09-09  Scott Bambrough <scottb@netwinder.org>
19871
19872         * config/arm/linux-elf.h: define NO_IMPLICIT_EXTERN_C
19873
19874 Thu Sep  9 01:55:21 1999  Richard Henderson  <rth@cygnus.com>
19875
19876         * toplev.c (main): Always init_ggc.
19877
19878 Wed Sep  8 23:53:22 1999  Richard Henderson  <rth@cygnus.com>
19879
19880         * except.c (find_all_handler_type_matches): Free the list if
19881         we found no matches.
19882
19883         * combine.c (SUBST): Break out to a real function do_SUBST.
19884         (SUBST_INT): Likewise.
19885         * gcse.c (free_pre_mem): Free `temp_bitmap'.
19886         (pre_insert): Free `inserted'.
19887         * loop.c (basic_induction_var): Always set `location'.
19888
19889         * function.c (expand_function_end): Add initial_trampoline as a root.
19890         * rtl.h (init_varasm_once): Declare.
19891         * toplev.c (compile_file): Call it.
19892         * ggc-simple.c (ggc_mark_string_ptr): New.
19893         (ggc_add_string_root): New.
19894         (ggc_collect): Disable collection avoidance temporarily.
19895         * ggc.h (ggc_add_string_root): Declare.
19896         * except.c (create_rethrow_ref): Use ggc_alloc_string.
19897         * optabs.c (init_libfuncs): Likewise.
19898         * varasm.c (named_section): Use ggc_alloc_string.
19899         (make_function_rtl): Likewise.
19900         (make_decl_rtl): Likewise.
19901         (assemble_static_space): Likewise.
19902         (assemble_trampoline_template): Likewise.
19903         (output_constant_def): Likewise.
19904         (force_const_mem): Likewise.
19905         (mark_const_hash_entry): New.
19906         (mark_pool_sym_hash_table): New.
19907         (mark_varasm_state): Use it.
19908         (init_varasm_once): New.
19909
19910         * expr.h (init_one_libfunc): Declare.
19911         * optabs.c (init_one_libfunc): New.
19912         (init_optabs): Use it.
19913         * config/gofast.h: Likewise.
19914         * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Likewise.
19915         * config/sparc/sparc.h (INIT_TARGET_OPTABS): Likewise.
19916
19917 Thu Sep  9 13:46:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
19918
19919         * Makefile.in (cppexp.o): Depend on cpphash.h.
19920         * cppexp.c (cpp_lex): Handle `defined (xxx)' for poisoned xxx.
19921         Include cpphash.h.
19922         * cpphash.c (special_symbol): Handle plain `xxx' for poisoned xxx.
19923         * cpplib.c (do_define): Generalise to handle poisoned definitions,
19924         redefining poisoned identifiers, etc.
19925         (do_undef): Don't allow poisoned identifiers to be undefined.
19926         (do_pragma): Add #pragma poison.
19927         (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
19928
19929         * cccp.c: Add T_POISON node type.
19930         (special_symbol): Handle `defined(xxx)' and plain `xxx' for
19931         poisoned xxx.
19932         (do_define): Generalise to handle poisoned definitions,
19933         redefining poisoned identifiers, etc.
19934         (do_undef): Don't allow poisoned identifiers to be undefined.
19935         (do_pragma): Add #pragma poison.
19936         (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
19937
19938         * c-pragma.c (handle_pragma_token): Ignore #pragma poison.
19939         * c-pragma.h: Add ps_poison state.  We now always have generic
19940         pragmas.
19941
19942 Wed Sep  8 20:30:42 1999  Mark Mitchell  <mark@codesourcery.com>
19943
19944         * ggc.h (ggc_alloc): New function.
19945         (ggc_mark): Likewise.
19946         * ggc-simple.c (ggc_any): New structure.
19947         (ggc_status): Add anys.
19948         (n_anys_collected): New variable.
19949         (ggc_alloc): Define.
19950         (ggc_mark): Likewise.
19951         (ggc_collect): Collect the anys.
19952
19953 Wed Sep  8 20:15:14 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19954
19955         * c-decl.c (mark_binding_level): Make static to match prototype.
19956
19957 Wed Sep  8 16:41:27 1999  Richard Henderson  <rth@cygnus.com>
19958
19959         * flow.c (new_insn_dead_notes): Don't early out for preexisting regs.
19960
19961 Wed Sep  8 16:07:52 1999  Richard Henderson  <rth@cygnus.com>
19962
19963         * gengenrtl.c (CONST_DOUBLE_FORMAT): Take the size REAL_ARITHMETIC
19964         will use into account.  Expand the max width to 5.
19965         * rtl.c: Likewise.
19966
19967 Wed Sep  8 16:01:14 1999  Richard Henderson  <rth@cygnus.com>
19968
19969         * ggc-simple.c (ggc_free_rtx): Poison the correct amount
19970         for the rtx length.
19971
19972 Wed Sep  8 15:23:54 1999  Richard Henderson  <rth@cygnus.com>
19973
19974         * alpha.md (call value patterns): Remove the result predicates.
19975
19976 Wed Sep  8 13:35:38 1999  Richard Henderson  <rth@cygnus.com>
19977
19978         * Makefile.in (stmp-fixinc): Remove extraneous exit 1 from
19979         last change.
19980
19981 Wed Sep  8 15:32:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19982
19983         * system.h (sbrk, malloc, calloc, realloc): Backup prototypes
19984         changed from extern char *, to extern PTR.  Also fix typo in
19985         NEED_DECLARATION_REALLOC test.
19986
19987         * mips-tdump.c (malloc, calloc, realloc): Don't prototype.
19988
19989 Wed Sep  8 11:40:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19990
19991         * gansidecl.h (__attribute__, ATTRIBUTE_UNUSED_LABEL,
19992         ATTRIBUTE_UNUSED, ATTRIBUTE_NORETURN, ATTRIBUTE_PRINTF,
19993         ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2, ATTRIBUTE_PRINTF_3,
19994         ATTRIBUTE_PRINTF_4, ATTRIBUTE_PRINTF_5, GENERIC_PTR): Delete.
19995
19996         * c-decl.c (field_decl_cmp): Use PTR instead of GENERIC_PTR.
19997
19998         * cccp.c (pcfinclude): Likewise.
19999
20000         * global.c (allocno_compare): Likewise.
20001
20002         * haifa-sched.c (rank_for_schedule): Likewise.
20003
20004         * local-alloc.c (qty_sugg_compare_1, qty_compare_1): Likewise.
20005
20006         * reload1.c (hard_reg_use_compare, reload_reg_class_lower): Likewise.
20007
20008         * stupid.c (stupid_reg_compare): Likewise.
20009
20010         * tree.c (_obstack_allocated_p): Likewise.
20011
20012         * varray.h (varray_data_tag, VARRAY_GENERIC_PTR_INIT): Likewise.
20013
20014 1999-09-08  Bruce Korb  autogen@linuxbox.com
20015
20016         * Makefile.in: Give the hapless gperf user a hint about
20017         why "gperf -F" fails.
20018
20019 Wed Sep  8 04:43:22 1999  Richard Henderson  <rth@cygnus.com>
20020
20021         * lists.c: Include ggc.h.
20022         (zap_lists): New.
20023         (init_EXPR_INSN_LIST_cache): Install it.
20024
20025         * ggc-simple.c (init_ggc): Absorb the old init.
20026         (ggc_push_context): Use xcalloc.
20027         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Likewise.
20028         (ggc_collect): Add [rvts] tags to the collection stats.
20029
20030 Wed Sep  8 11:14:25 1999  Andreas Schwab  <schwab@suse.de>
20031
20032         * cccp.c (main): Fix handling of -include and -imacros options.
20033
20034 Wed Sep  8 02:23:08 1999  Jeffrey A Law  (law@cygnus.com)
20035
20036         * cpplib.c (cpp_push_buffer): Fix order of arguments.
20037
20038 Wed Sep  8 04:44:09 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
20039
20040         * rtl.h (obstack_alloc_rtx): Removed, it's now static in
20041         genrtl.c.
20042
20043 Wed Sep  8 00:33:43 1999  Alasdair Baird  <alasdair@wildcat.demon.co.uk>
20044
20045         * flow.c (insn_dead_p): Use XEXP rather than SUBREG_REG.
20046         * haifa-sched.c (sched_analyze_1): Use XEXP rather than SUBREG_REG
20047         and SET_DEST. Update comment.
20048
20049 Wed Sep  8 18:55:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20050
20051         * config/c4x/c4x.c: Include ggc.h.
20052         (c4x_add_gc_roots): New function.
20053         (c4x_override_options): Call c4x_add_gc_roots.
20054
20055 Wed Sep  8 00:00:16 1999  Richard Henderson  <rth@cygnus.com>
20056
20057         * defaults.h (TARGET_ESC): Move ...
20058         * system.h: ... here, where Linas had it in the first place.  Silly me.
20059
20060 Tue Sep  7 23:46:35 1999  Linas Vepstas  <linas@linas.org>
20061
20062         * c-common.c: Use ISGRAPH, ISLOWER, toupper.
20063         * c-lex.c, cccp.c, cexp.c, cexp.y, cppexp.c, dwarf2out.c, genattr.c,
20064         genattrtab.c, genemit.c, genextract.c, genpeep.c, tree.c: Likewise.
20065         * system.h (IN_CTYPE_DOMAIN): Define to 1 if HOST_EBCDIC.
20066         * defaults.h (TARGET_ESC): Add default.
20067
20068 Tue Sep  7 23:36:59 1999  Linas Vepstas  <linas@linas.org>
20069
20070         * configure.in: add i370-*-openedition, i370-*-mvs and
20071         i370-*-linux targets
20072
20073 Tue Sep  7 23:31:53 1999  Mark Mitchell  <mark@codesourcery.com>
20074
20075         * dsp16xxx.c: Include ggc.h
20076         (override_options): Mark GC roots.
20077         * mn10200.c: Include ggc.h.
20078         (asm_file_start): Mark GC roots.
20079         * tahoe.c: Include ggc.h.
20080         (extensible_operand): Mark GC roots.
20081
20082 Tue Sep  7 23:23:15 1999  Linas Vepstas  <linas@linas.org>
20083
20084         * README: Add section discussing status of ELF ABI.
20085         * i370.c: Fix misc spelling mistakes.
20086         (i370_label_scan): Updated notes, exception handling.
20087         (i370_function_prolog): Simplify ELF stack handling.
20088         * i370.h: (FIXED_REGISTERS): Free up r12 for ELF.
20089         (STACK_GROWS_DOWNWARD): ELF stack grows down.
20090         (ASM_DECLARE_FUNCTION_NAME): Fix crazy malloc size.
20091         * i370.md: (movdi): Add notes.
20092         (floatsidf2): Use stack not rtca for scratch float area.
20093         (iorsi3): Correct operand constraints.
20094         * x-oe: Restore TAROUTOPTS which are used by pax.
20095
20096 Tue Sep  7 22:39:18 1999  Mark Mitchell  <mark@codesourcery.com>
20097
20098         * rs6000.c: Include ggc.h.
20099         (rs6000_add_gc_roots): New function.
20100         (override_options): Call it.
20101
20102 Tue Sep  7 22:09:03 1999  Richard Henderson  <rth@cygnus.com>
20103
20104         * alpha.h (alpha_compare): New.
20105         (alpha_compare_op0, alpha_compare_op1, alpha_compare_fp_p): Remove.
20106         * alpha.c: Likewise for the definitions.
20107         (alpha_emit_conditional_branch): Update for alpha_compare.
20108         (alpha_emit_conditional_move): Likewise.
20109         * alpha.md (cmpdf, cmpdi): Likewise.
20110         (setcc patterns): Likewise.  Zero alpha_compare after use.
20111         (sne): Optimize (x != 0) into (0U < x).
20112
20113 Tue Sep  7 21:55:02 1999  Richard Henderson  <rth@cygnus.com>
20114
20115         * alpha.h (alpha_eh_epilogue_sp_ofs): Remove.
20116         (struct machine_function): Declare; add eh_epilogue_sp_ofs.
20117         (INIT_EXPANDERS): Remove.
20118         * alpha.c: Include ggc.h.
20119         (alpha_eh_epilogue_sp_ofs, alpha_return_addr_rtx): Remove.
20120         (alpha_init_machine_status, alpha_mark_machine_status): New.
20121         (override_options): Install them.
20122         (struct machine_function): Moved to alpha.h.
20123         (alpha_save_machine_status, alpha_restore_machine_status): Remove.
20124         (alpha_init_expanders): Remove.
20125         (alpha_return_addr): Adjust to use current_function->machine.
20126         (alpha_ra_ever_killed): Likewise.
20127         (alpha_expand_epilogue): Likewise.
20128         * alpha.md (eh_epilogue): Likewise.
20129
20130 Wed Sep  8 14:34:42 1999  Ian Piumarta  <piumarta@prof.inria.fr>
20131                           Melissa O'Neill  <oneill@cs.sfu.ca>
20132                           Geoffrey Keating  <geoffk@cygnus.com>
20133
20134         * config/rs6000/rs6000.c (first_reg_to_save): Don't save fixed or
20135         call-used registers (call-saved registers must still be contiguous
20136         and end with r31, of course).
20137
20138 Tue Sep  7 21:41:38 1999  Richard Henderson  <rth@cygnus.com>
20139
20140         * c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.
20141         (self_promoting_type_p): Delete.
20142         (self_promoting_args_p): Move ...
20143         * c-common.c: ... here.
20144         (c_common_nodes_and_builtins): Initialize lang_type_promotes_to.
20145         (simple_type_promotes_to): New.
20146         * builtins.c (lang_type_promotes_to): New.
20147         (expand_builtin_va_arg): Use it to give diagnostic for illegal types.
20148         * c-tree.h (C_PROMOTING_INTEGER_TYPE_P): Move ...
20149         * c-common.h: ... here.
20150         (self_promoting_args_p, simple_type_promotes_to): Declare.
20151         * c-decl.c (duplicate_decls): Use simple_type_promotes_to.
20152         (grokdeclarator): Likewise.
20153         * tree.h (lang_type_promotes_to): Declare.
20154
20155 Tue Sep  7 17:15:21 1999  Mark Mitchell  <mark@codesourcery.com>
20156
20157         Add some machine-dependent GC roots.
20158         * sparc.c: Include ggc.h.
20159         (sparc_add_gc_roots): New function.
20160         (mark_ultrasparc_pipeline_state): Likewise.
20161         (override_options): Call sparc_add_gc_roots.
20162         * pa.c: Include ggc.h.
20163         (pa_add_gc_roots): New function.
20164         (mark_deferred_plabels): Likewise.
20165         (override_options): Call pa_add_gc_roots.
20166         * mips.c: Include ggc.h.
20167         (mips_add_gc_roots): New function.
20168         (override_options): Use it.
20169
20170 Tue Sep  7 11:39:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20171
20172         * cpperror.c (cpp_file_line_for_message): Constify a char*.
20173
20174         * cppexp.c (parse_number, parse_charconst, cpp_lex,
20175         cpp_parse_expr): Add static prototypes.
20176         (parse_charconst): Don't cast away const-ness.
20177         (token): Constify a char*.
20178
20179         * cppfiles.c (file_name_list, include_hash, find_include_file,
20180         finclude, initialize_input_buffer): Constify a char*.
20181         (file_cleanup, find_position): Add static prototypes.
20182
20183         * cpphash.c (macro_cleanup, macarg, timestamp, special_symbol,
20184         collect_expansion): Add static prototypes.
20185         (cpp_install, create_definition, monthnames): Constify a char*.
20186
20187         * cpphash.h (cpp_install): Likewise.
20188
20189         * cppinit.c (known_suffixes, default_include,
20190         dump_special_to_buffer, NAME, cpp_start_read, cpp_finish): Likewise.
20191         (base_name, dump_special_to_buffer, initialize_dependency_output):
20192         Add static prototypes.
20193
20194         * cpplib.c (my_strerror): Constify a char*.
20195         (null_underflow, null_cleanup, skip_comment, copy_comment,
20196         copy_rest_of_line, handle_directive, pass_thru_directive,
20197         get_directive_token, read_line_number, cpp_print_file_and_line,
20198         v_cpp_error, v_cpp_warning, v_cpp_error_with_line,
20199         v_cpp_warning_with_line, detect_if_not_defined,
20200         consider_directive_while_skipping): Add static prototypes.
20201         (pass_thru_directive, check_macro_name, cpp_expand_to_buffer,
20202         cpp_pedwarn_with_file_and_line): Constify a char*.
20203
20204         * cpplib.h (cpp_options, include_hash, progname, definition,
20205         cpp_pedwarn_with_file_and_line, cpp_expand_to_buffer,
20206         check_macro_name, cpp_pfatal_with_name, cpp_file_line_for_message,
20207         find_include_file, deps_output, include_hash): Constify a char*.
20208
20209         * cppmain.c (progname): Constify.
20210         (main): Add prototype.  Use return, not exit.
20211
20212         * fix-header.c (fatal, add_symbols, lookup_std_proto, write_lbrac,
20213         recognized_macro, check_macro_names, read_scan_file, write_rbrac,
20214         inf_skip_spaces, inf_read_upto, inf_scan_ident, inf_scan_ident,
20215         check_protection): Add static prototype.
20216         (xfree): Remove.
20217         (progname, recognized_macrom, recognized_extern): Constify a char*.
20218         (main): Add prototype.
20219
20220         * gen-protos.c (progname): Constify a char*.
20221
20222 Tue Sep  7 00:47:52 1999  Mark Mitchell  <mark@codesourcery.com>
20223
20224         * emit-rtl.c (free_emit_status): Take decl as a parameter.
20225         (init_emit_once): Add more GC roots.
20226         * except.c (mark_func_eh_entry): New function.
20227         (mark_eh_node): Mark false_label and rethrow_label.
20228         (init_eh): Add more GC roots.
20229         * function.c (free_after_compilation): Take decl as a paramter.
20230         Call free_stmt_status.
20231         (mark_function_state): Don't assume x_parm_reg_stack_loc is
20232         non-NULL.
20233         * function.h (free_after_compilation): Change prototype.
20234         (free_varasm_status): Likewise.
20235         (free_emit_status): Likewise.
20236         (free_stmt_status): New function.
20237         * ggc-simple.c (rtx, vecs, trees, strings, bytes_alloced_since_gc):
20238         Remove, replacing with ...
20239         (ggc_status): New structure.
20240         (ggc_chain): New variable.
20241         (init_gcc): Define.
20242         (ggc_push_context): New function.
20243         (ggc_pop_context): Likewise.
20244         (ggc_alloc_rtx): Adjust for use of ggc_chain.
20245         (ggc_alloc_rtvec): Likewise.
20246         (ggc_alloc_tree): Likewise.
20247         (ggc_alloc_string): Likewise.
20248         (ggc_mark_rtx): Mark NOTE_SOURCE_FILE and NOTE_RANGE_INFO.
20249         (ggc_mark_tree): Give language-dependent code a chance to mark
20250         `x' nodes.
20251         (ggc_mark_tree_varray): Handle empty arrays.
20252         (ggc_collect): Adjust for use of ggc_chain.  Clear
20253         bytes_alloced_since_last_gc.
20254         * ggc.h (ggc_pop_context): New function.
20255         (ggc_push_context): Likewise.
20256         * print-tree.c (print_node): Don't print obstacks when GC'ing.
20257         * stmt.c (free_stmt_status): New function.
20258         (init_stmt_for_function): Clear last_expr_value.
20259         * toplev.c (rest_of_compilation): Always call free_after_compilation.
20260         Conditionalize call to ggc_collect.
20261         (main): Call init_ggc.
20262         * tree.c (push_obstacks): Do the push, even when GC'ing.
20263         (push_obstacks_nochange): Likewise.
20264         (pop_obstacks): Liekwise.
20265         * varasm.c (free_varasm_status): Take decl as a parameter.
20266
20267 Tue Sep  7 08:15:49 1999  Gavin Romig-Koch  <gavin@cygnus.com>
20268
20269         * config/mips/mips.h (MULTILIB_ENDIAN_DEFAULT) : New macro.
20270         (MULTILIB_ENDIAN_DEFAULT) : Use the new macro.
20271         * config/mips/elf64.h (MULTILIB_DEFAULTS) : Use the new macro.
20272         * config/mips/r3900.h (MULTILIB_DEFAULTS) : Use the new macro.
20273
20274 Tue Sep  7 03:42:45 1999  Mark Klein (mklein@dis.com)
20275
20276         * pa/x-pa-mpeix: New file for the MPE port.
20277
20278         * pa/quadlib.asm: New file for long double support.
20279
20280         * configure.in: Add hppa1.0-*-mpeix for MPE port.
20281         * configure: Rebuilt.
20282
20283 Tue Sep  7 10:08:40 1999  Andreas Schwab  <schwab@suse.de>
20284
20285         * final.c (shorten_branches): Fix last change.
20286
20287 Tue Sep  7 00:30:32 1999  Jeffrey A Law  (law@cygnus.com)
20288
20289         * pa.h (ASM_OUTPUT_DOUBLE_INT): Delete.
20290
20291 Mon Sep  6 22:44:47 1999  Jeffrey A Law  (law@cygnus.com)
20292
20293         * Merge from gcc2 snapshot Jan 9, 1999.  See FSFChangeLog for
20294         details.
20295
20296 Mon Sep  6 22:31:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20297
20298         * c-aux-info.c (concat): Don't define.
20299
20300         * cccp.c (my_strerror): Likewise.  All callers changed to use
20301         xstrerror instead.
20302         (do_include): Call xstrdup, not xmalloc/strcpy.
20303         (grow_outbuf): Don't check if xrealloc returns NULL, it can't.
20304         (xmalloc, xrealloc, xcalloc, xstrdup): Don't define.
20305
20306         * collect2.c (my_strsignal): Likewise.  All callers changed to use
20307         strsignal instead.
20308         (locatelib): Call xstrdup, not xmalloc/strcpy.
20309
20310         * 1750a.h (ASM_OUTPUT_INTERNAL_LABEL): Call xmalloc, not malloc.
20311
20312         * dsp16xx.c (override_options): Call xstrdup, not xmalloc/strcpy.
20313
20314         * i370.h (ASM_DECLARE_FUNCTION_NAME): Call xmalloc, not malloc.
20315
20316         * mips.c (build_mips16_call_stub): Call xstrdup, not xmalloc/strcpy.
20317
20318         * cppinit.c (cpp_options_init): Call xcalloc, not xmalloc/bzero.
20319
20320         * dwarfout.c (dwarfout_init): Call concat, not xmalloc/strcpy/...
20321
20322         * except.c (new_eh_region_entry): Call xmalloc/xrealloc, not
20323         malloc/realloc.
20324         (find_all_handler_type_matches): Likewise.  Don't check return
20325         value.
20326         (get_new_handler, init_insn_eh_region, process_nestinfo): Call
20327         xmalloc, not malloc.
20328         (init_eh_nesting_info): Likewise.  Call xcalloc, not xmalloc/bzero.
20329
20330         * gcc.c (xstrerror, xmalloc, xrealloc): Don't define.
20331         (init_spec): Call xcalloc, not xmalloc/bzero.
20332         (set_spec): Call xstrdup, not save_string.
20333         (record_temp_file): Call xstrdup, not xmalloc/strcpy.
20334         (find_a_file): Call xstrdup, not xmalloc/strcpy.
20335         (process_command): Call xstrdup, not save_string.
20336         (main): Call xcalloc, not xmalloc/bzero.
20337
20338         * gcov.c (xmalloc): Don't define.
20339         (create_program_flow_graph): Call xcalloc, not xmalloc/bzero.
20340         (scan_for_source_files): Call xstrdup, not xmalloc/strcpy.
20341         (output_data): Call xcalloc, not xmalloc/bzero.
20342
20343         * haifa-sched.c (schedule_insns): Call xcalloc, not xmalloc/bzero.
20344
20345         * mips-tdump.c (xmalloc): Don't define.
20346         (print_symbol): Call xmalloc, not malloc.
20347         (read_tfile): Call xcalloc, not calloc.
20348
20349         * mips-tfile.c (xfree, my_strsignal, xmalloc, xcalloc, xrealloc):
20350         Don't define.  All callers of xfree/my_strsignal changed to use
20351         free/strsignal instead.
20352         (allocate_cluster): Call xcalloc, not calloc.
20353
20354         * objc/objc-act.c (lang_init): Call concat, not xmalloc/strcpy/...
20355         Fix memory leak, free allocated memory.
20356
20357         * prefix.c (translate_name): Call xstrdup, not save_string.
20358         (update_path): Likewise.
20359
20360         * profile.c (branch_prob): Call xstrdup, not xmalloc/strcpy.
20361
20362         * protoize.c (xstrerror, xmalloc, xrealloc, xfree, savestring2):
20363         Don't define.  Callers of xfree/savestring2 changed to use
20364         free/concat instead.
20365
20366         * reload1.c (reload): Call xcalloc, not xmalloc/bzero.
20367         (init_elim_table): Likewise.
20368
20369         * resource.c (init_resource_info): Likewise.
20370
20371         * stupid.c (stupid_life_analysis): Likewise.
20372
20373         * toplev.c (xmalloc, xcalloc, xrealloc, xstrdup): Don't define.
20374         (open_dump_file): Call concat, not xmalloc/strcpy/...
20375         (clean_dump_file): Likewise.
20376         (compile_file): Call xstrdup, not xmalloc/strcpy.
20377
20378 Mon Sep  6 15:04:55 1999  Richard Henderson  <rth@cygnus.com>
20379
20380         * v850.h (EXPAND_BUILTIN_VA_ARG): New.
20381         * v850.c (v850_va_arg): New.
20382
20383 Tue Sep  7 09:36:01 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20384
20385         * haifa-sched.c: Tidy comments.
20386
20387 Mon Sep  6 14:30:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20388
20389         * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
20390         (c-parse.o, c-decl.o, c-lang.o, c-lex.o, c-common.o,
20391         $(out_object_file)): Depend on ggc.h.
20392         * c-common.c: Include "ggc.h".
20393         (combine_strings): If doing GC, use ggc_alloc_string.
20394         * c-decl.c: Include "ggc.h".
20395         (ggc_p): Define with value 0.
20396         (mark_binding_level): New function.
20397         (init_decl_processing): Add GC roots.
20398         (mark_c_function_context): New function.
20399         (lang_mark_false_label_stack): New function.
20400         (lang_mark_tree): New function.
20401         (lang_cleanup_tree): New function.
20402         * c-lang.c: Include "ggc.h".
20403         (lang_init): Call c_parse_init.
20404         * c-lex.c: Include "ggc.h".
20405         (check_linenum): If doing GC, don't copy filenames to permanent
20406         obstack.
20407         * c-parse.in: Include "ggc.h".
20408         (c_parse_init): New function.
20409         * c-tree.h (c_parse_init, mark_c_function_context): Declare.
20410         * objc/Make-lang.in (objc-parse.o): Depend on ggc.h.
20411
20412         * except.c (mark_eh_state): Mark more state.
20413         * function.c (mark_function_state): Likewise.
20414         * ggc-simple.c (ggc_alloc_rtvec): Bring in sync with non-gc version.
20415         (ggc_alloc_string) [GGC_DUMP]: Fix typo.
20416         * toplev.c (mark_file_stack): New function.
20417         (compile_file): If doing GC, use ggc_alloc_string on input filename.
20418         (main): Add root for input_file_stack.
20419
20420         * i386.c: Include "ggc.h".
20421         (ix86_mark_machine_status): New function.
20422         (override_options): Set mark_machine_status.
20423
20424 Mon Sep  6 15:26:23 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20425
20426         * tree.c (copy_node): Copy node contents also if doing GC.
20427
20428 Mon Sep  6 08:42:06 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
20429
20430         * collect2.c (scan_libraries): Fix double-thinko :-).
20431
20432 Mon Sep  6 02:42:36 1999  Jeffrey A Law  (law@cygnus.com)
20433
20434         * collect2.c (scan_libraries): Fix thinko.
20435
20436         * cse.c (delete_trivially_dead_insns): Do not skip the last
20437         insn if it is a real insn.
20438
20439 Sun Sep  5 18:57:42 1999  Mark Mitchell  <mark@codesourcery.com>
20440
20441         * Makefile.in (ggc-simple.o): Depend on hash.h.
20442         * ggc.h (ggc_add_tree_hash_table_root): Declare.
20443         (ggc_mark_tree_varray): Likewise.
20444         (ggc_mark_tree_hash_table): Likewise.
20445         * ggc-simple.c: Include hash.h.
20446         (ggc_mark_tree_hash_table_ptr): New function.
20447         (ggc_mark_tree_hash_table_entry): Likewise.
20448         (ggc_mark_tree_hash_table): Likewise.
20449         (ggc_add_tree_hash_table_root): Likewise.
20450         * varray.h (const_equiv_data): Use struct rtx_def *, rather than
20451         rtx, when defining fields.
20452
20453 Sun Sep  5 18:57:42 1999  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
20454
20455         * profile.c (output_func_start_profiler): Remove apparently
20456         nonsensical call to start_sequence.
20457
20458 Sun Sep  5 17:34:33 1999  Richard Henderson  <rth@cygnus.com>
20459
20460         * clipper/clipper.c (clipper_va_start): Fix typos.
20461
20462         * pyr/pyr.c (pyr_build_va_list, pyr_va_start, pyr_va_arg): New stubs.
20463         * spur/spur.c (spur_build_va_list, spur_va_start): New stubs.
20464         (spur_va_arg): New stub.
20465
20466         * configure.in: Comment out pyramid.
20467
20468 Sun Sep  5 19:11:01 1999  Michael Meissner  <meissner@cygnus.com>
20469
20470         * i386.h (MASK_{DEBUG_{ADDR,ARG},INTEL_SYNTAX}): Move so these
20471         don't conflict with the bits that win32, cygwin, and dgux
20472         defines.
20473
20474 Sun Sep  5 09:31:56 1999  Richard Henderson  <rth@cygnus.com>
20475                           Bernd Schmidt <bernds@cygnus.co.uk>
20476
20477         * integrate.c (function_cannot_inline_p): Do not inline
20478         functions with forced labels.
20479
20480 Sun Sep  5 00:35:17 1999  Richard Henderson  <rth@cygnus.com>
20481                           Bernd Schmidt <bernds@cygnus.co.uk>
20482                           Mark Mitchell  <mark@codesourcery.com>
20483
20484         * Makefile.in (ggc-simple.o): Depend on varray.h.
20485         (rtl.o): Depend on ggc.h.
20486         (genattrtab.o): Depend on ggc.h.
20487         (print-tree.o): Likewise.
20488         (fold-const.o): Likewise.
20489         * emit-rtl.c (sequence_element_free_list): Remove, and all references.
20490         (make_insn_raw): Don't cache insns when GC'ing.
20491         (emit_insn_before): Likewise.
20492         (emit_insn_after): Likewise.
20493         (emit_insn): Likewise.
20494         (start_sequence): Use xmalloc to allocate the sequence_stack.
20495         (end_sequence): Add free to free it.
20496         (gen_sequence): Don't cache insns when GC'ing.
20497         (clear_emit_caches): Don't use sequence_element_free_list.
20498         (init_emit): Use xcalloc, not xmalloc+bzero.
20499         * fold-const.c (size_int_wide): Kill the cache, when GC'ing.
20500         * function.c (pop_function_context_from): Use free to free the
20501         fixup_var_refs_queue.
20502         (put_reg_into_stack): Allocate it with xmalloc.
20503         * genattrtab.c: Include ggc.h.
20504         (operate_exp): Don't use obstack_free when GC'ing.
20505         (simplify_cond): Likewise.
20506         (simplify_text_exp): Likewise.
20507         (optimize_attrs): Likewise.
20508         * gengenrtl.c (gendef): Use ggc_alloc_rtx to allocate RTL, when
20509         GC'ing.
20510         (gencode): Generate a #include for ggc.h.
20511         * ggc-callbacks.c (ggc_p): Define it to zero.
20512         * ggc-none.c (ggc_p): Likewise.
20513         * ggc-simple.c: Include varray.h.
20514         (ggc_mark_tree_varray): New function.
20515         (ggc_add_tree_varray_root): Likewise.
20516         (ggc_mark_tree_varray_ptr): Likewise.
20517         * ggc.h (ggc_p): Declare.
20518         (varray_head_tag): Likewise.
20519         (ggc_add_tree_varray_root): Declare.
20520         * print-tree.c (print_node): Don't check for TREE_PERMANENT
20521         inconsistencies when GC'ing.
20522         * rtl.c: Include ggc.h.
20523         (rtvec_alloc): Use ggc_alloc_rtvec when GC'ing.
20524         (rtx_alloc): Use ggc_alloc_rtx when GC'ing.
20525         (rtx_free): Don't call obstack_free when GC'ing.
20526         * toplev.c (rest_of_compilation): Call ggc_collect after every
20527         pass, if GC'ing.
20528         * tree.c (push_obstacks): Do nothing, if GC'ing.
20529         (pop_obstacks_nochange): Likewise.
20530         (pop_obstacks): Likewise.
20531         (make_node): Use ggc_alloc_tree when GC'ing.
20532         (copy_node): Likewise.
20533         (get_identifier): Use ggc_alloc_string when GC'ing.
20534         (build_string): Likewise.
20535         (make_tree_vec): Use ggc_alloc_tree when GC'ing.
20536         (tree_cons): Likewise.
20537         (build1): Likewise.
20538         (type_hash_canon): Don't call obstack_free when GC'ing.
20539
20540 Sat Sep  4 21:52:32 1999  Richard Henderson  <rth@cygnus.com>
20541
20542         * haifa-sched.c (schedule_block): Use next_nonnote_insn instead
20543         of NEXT_INSN when examining speculative insns for SCHED_GROUP_P.
20544
20545 Sat Sep  4 20:40:19 1999  Richard Henderson  <rth@cygnus.com>
20546                           Bernd Schmidt <bernds@cygnus.co.uk>
20547                           Mark Mitchell  <mark@codesourcery.com>
20548
20549         * Makefile.in (stor-layout.o): Depend on ggc.h.
20550         (expr.o): Depend on ggc.h.
20551         (profile.o): Depend on ggc.h.
20552         (stor-layout.o): Depend on ggc.h.
20553         * emit-rtl.c (init_emit_once): Add gc roots.
20554         * expr.c: Include ggc.h.
20555         (emit_block_move): Add gc roots.
20556         (clear_storage): Likewise.
20557         * expr.h (init_stor_layout_once): New function.
20558         * profile.c: Include ggc.h.
20559         (init_arc_profiler): profiler_label is a root.
20560         * scan.c (make_sstring_space): Trust xrealloc to function
20561         correctly with first parameter NULL.
20562         * stor-layout.c: Include ggc.h.
20563         (set_sizetype): Add gc root.
20564         (init_stor_layout_once): New function.
20565         * toplev.c (compile_file): Call it.
20566
20567 Sat Sep  4 19:26:25 1999  Richard Henderson  <rth@cygnus.com>
20568                           Bernd Schmidt <bernds@cygnus.co.uk>
20569                           Mark Mitchell  <mark@codesourcery.com>
20570
20571         * Makefile.in (tree.o): Depend on ggc.h.
20572         (varasm.o): Likewise.
20573         (function.o): Likewise.
20574         (stmt.o): Likewise.
20575         (except.o): Likewise.
20576         (optabs.o): Likewise.
20577         (emit-rtl.o): Likewise.
20578         * emit-rtl.c: Include ggc.h.
20579         (sequence_element_free_list): Remove, and all references.
20580         (mark_sequence): New functions.
20581         (mark_emit_state): New function.
20582         * except.c: Include ggc.h.
20583         (mark_eh_node, mark_eh_stack, mark_eh_queue): New functions.
20584         (mark_tree_label_node): New functions.
20585         (mark_eh_state): New function.
20586         * function.c: Include ggc.h.
20587         (mark_temp_slot, mark_function_chain): New functions.
20588         (mark_function_state): New function.
20589         (init_function_once): New function.
20590         * function.h (init_function_once): New function.
20591         * ggc-callbacks.c (lang_mark_false_label_stack): New function.
20592         * ggc.h (label_node): Declare.
20593         (eh_status, emit_status, stmt_status, varasm_status): Likewise.
20594         (lang_mark_false_label_stack): New function.
20595         (mark_temp_slot): Remove declaration.
20596         (mark_function_chain): Likewise.
20597         (mark_eh_state): Adjust prototype.
20598         (mark_stmt_state, mark_emit_state, mark_varasm_state, mark_optab):
20599         Likewise.
20600         * optabs.c: Include ggc.h.
20601         (mark_optab): New function.
20602         (init_optabs): Add gc roots.
20603         * stmt.c: Include ggc.h.
20604         (mark_cond_nesting, mark_loop_nesting): New functions.
20605         (mark_block_nesting, mark_case_nesting, mark_goto_fixup): Likewise.
20606         (mark_stmt_state): New function.
20607         * toplev.c (compile_file): Call init_function_once.
20608         * tree.c: Include ggc.h.
20609         (type_hash): Move declaration earlier in file.
20610         (TYPE_HASH_SIZE, type_hash_table): Likewise.
20611         (init_obstacks): Add gc roots.
20612         (mark_type_hash): New function.
20613         * varasm.c: Include ggc.h.
20614         (mark_pool_constant): New function.
20615         (mark_varasm_state): New function.
20616
20617 Sat Sep  4 22:28:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20618
20619         * ggc-simple.c (ggc_root, ggc_collect): Wrap prototype with PROTO.
20620
20621 Sat Sep  4 18:01:45 1999  Bernd Schmidt <bernds@cygnus.co.uk>
20622
20623         * c-decl.c (struct language_function): Renamed from struct c_function.
20624         Delete elt NEXT.
20625         (c_function_chain): Delete.
20626         (push_c_function_context): New arg F.  Don't warn about nested
20627         functions here.  Fill LANGUAGE elt of F.  Delete code to update
20628         c_function_chain.  Don't call push_function_context.
20629         (pop_c_function_context): New arg F.  Restore from there instead of
20630         from c_function_chain.  Don't call pop_function_context.  Clear out
20631         LANGUAGE field of F when done.
20632         * c-lang.c: Include "function.h"
20633         (lang_init): Initialize save_lang_status and restore_lang_status.
20634         * c-parse.in (nested_function, nested_function_notype): Warn about
20635         nested functions.  Call push_function_context/pop_function_context
20636         instead of the _c_ variants.
20637         * c-tree.h (push_c_function_context, pop_c_function_context): Update
20638         prototype.
20639         * Makefile.in (c-lang.o): Update dependencies.
20640
20641         * emit-rtl.c (init_emit): Use xmalloc to allocate regno_reg_rtx,
20642         regno_pointer_flag, regno_pointer_align.
20643         (gen_reg_rtx): Use xrealloc to enlarge them.
20644         (free_emit_status): New function.
20645         * function.c (mark_machine_status, mark_lang_status): New variables.
20646         (assign_stack_local_1): Renamed from assign_outer_stack_local.  Merge
20647         in some bits from assign_stack_local.  All callers changed to use new
20648         name.
20649         (assign_stack_local): Just call assign_stack_local_1.
20650         (free_after_compilation): New function.
20651         (put_reg_into_stack): Simplify to always call assign_stack_local_1.
20652         (trampoline_address): Likewise.
20653         (assign_parms): Use xcalloc/xrealloc to allocate parm_reg_stack_loc.
20654         (prepare_function_start): Explicitly clear some more variables.
20655         * function.h (struct function): New elt can_garbage_collect.
20656         (mark_machine_status, mark_lang_status): Declare variables.
20657         (free_after_compilation, free_emit_status, free_varasm_status,
20658         init_varasm_status): Declare functions.
20659         * toplev.c (rest_of_compilation): Call free_after_compilation when
20660         done with the current function.
20661         * varasm.c (free_varasm_status): New function.
20662
20663 Sat Sep  4 17:15:13 1999  Richard Henderson  <rth@cygnus.com>
20664
20665         * sparc.h (EXPAND_BUILTIN_VA_START): Define.
20666         (EXPAND_BUILTIN_VA_ARG): Define.
20667         * sparc.c (sparc_va_start): New.
20668         (sparc_va_arg): New.
20669
20670 Sun Sep  5 11:11:59 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20671
20672         * config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs.
20673
20674 Sun Sep  5 10:13:19 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20675
20676         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Disable.
20677
20678 Sat Sep  4 13:44:01 1999  Mark Mitchell  <mark@codesourcery.com>
20679
20680         * Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.
20681         (OBJS): Add $(GGC).
20682         (ggc-callbacks.o): New target.
20683         * ggc-callbacks.c: New file.
20684
20685 Sat Sep  4 22:53:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20686
20687         * expr.h: Collapse individual optab and libfunc vars to arrays.
20688         (optab_index, libfunc_index): New enumerations.
20689         (optab_table, libfunc_table): New arrays.
20690         Add accessor macros for both.
20691
20692         * optabs.c (optab_table, libfunc_table): New.
20693         Delete declarations for individual optab and libfunc vars.
20694
20695 Sat Sep  4 12:57:17 1999  Richard Henderson  <rth@cygnus.com>
20696
20697         * i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args.
20698
20699 Sat Sep  4 11:19:52 1999  Richard Henderson  <rth@cygnus.com>
20700
20701         * Makefile.in (GGC, GGC_LIB): New.
20702         (HOST_RTL): Include ggc-none.o.
20703         (ggc-simple.o): New target.
20704         (ggc-none.o): Likewise.
20705         * tree.h (tree_common): Add gc_mark.
20706         * rtl.h (struct rtx_def): Steal a bit from code to make gc_mark.
20707         (struct rtvec_def): Add gc_mark.
20708         * emit-rtl.c (global_rtl): Update static initializers to contain
20709         enough initializers.
20710         * ggc.h, ggc-none.c, ggc-simple.c: New files.
20711         * toplev.c (gc_time): New variable.
20712         (all_time): New variable.
20713         (compile_file): Print gc time.
20714         (print_time): Calculate percentage of the whole.
20715
20716 Sat Sep  4 13:11:01 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20717
20718         Change obstack memory management and varasm constant pool handling so
20719         that nested functions are treated like any other functions.
20720         * function.c (init_machine_status): New variable.
20721         (push_function_context_to): Set contains_functions for the outer
20722         function.  Don't call save_varasm_status.
20723         (pop_function_context_from): Don't call restore_varasm_status.  Don't
20724         set current_function_contains_functions.
20725         (prepare_function_start): Call init_varasm_status rather than
20726         init_const_rtx_hash_table.  Call (*init_machine_status) if the pointer
20727         is non-null.
20728         * function.h (struct function) Add field varasm.  Delete fields
20729         inline_obstacks, inl_emit, const_rtx_hash_table, first_pool,
20730         last_pool, const_rtx_sym_hash_table, pool_offset, const_double_chain.
20731         (init_machine_status): Declare.
20732         (save_varasm_status, restore_varasm_status): Delete declarations.
20733         (save_tree_status, restore_tree_status): Delete last argument.
20734         * integrate.c (initialize_for_inline): Lose arg COPY.  Delete copying
20735         code.  All callers changed.
20736         (copy_decl_list, copy_decl_tree, copy_decl_rtls, copy_for_inline,
20737         save_constants_in_decl_trees, restore_constants, save_constants,
20738         save_for_inline_eh_labelmap, save_for_inline_copying): Delete
20739         functions.
20740         (inlining): New variable.
20741         (reg_map, label_map, insn_map, orig_asm_operands_vector,
20742         copy_asm_operands_vector, copy_asm_constraints_vector): Delete
20743         variables.
20744         (save_for_inline_nocopy): Don't save constants.
20745         Don't set inl_emit field in current_function.
20746         (expand_inline_function): Use emit field, not inl_emit, of the inlined
20747         function.  Set new variable inlining before
20748         calling copy_rtx_and_substitute.
20749         (copy_rtx_and_substitute): In MEM and SYMBOL_REF cases, handle
20750         constant pool references if inlining is nonzero.
20751         Delete ADDRESS and (most of the) CONST cases.
20752         (output_inline_function): Save and restore current_function/
20753         current_function_decl.  Delete restore_constants code.  Don't call
20754         init_const_rtx_hash_table.
20755         * output.h (init_const_rtx_hash_table): Don't declare.
20756         * rtl.h (struct function): Declare.
20757         (get_pool_constant_for_function, get_pool_mode_for_function): Declare.
20758         * toplev.c (rest_of_compilation): Don't treat nested functions or
20759         functions containing them specially.  Delete all code to deal with
20760         save_for_inline_copying.
20761         * tree.c (toplev_inline_obstacks, extra_inline_obstacks,
20762         inline_obstacks): Delete variables.
20763         (save_tree_status): Lose arg CONTEXT.  All callers changed.
20764         Simply allocate a new function_maybepermanent_obstack for the new
20765         function, delete all the special cases.
20766         Don't save inline_obstacks.
20767         (restore_tree_status): Lose arg CONTEXT.  All callers changed.
20768         Delete special handling for function_maybepermanent_obstack; simply
20769         free it if empty.
20770         Don't restore inline_obstacks.
20771         (permanent_allocation):  Delete code that frees inline_obstacks.
20772         (print_inline_obstack_statistics): Delete function.
20773         (dump_tree_statistics): Don't call it.
20774         * varasm.c (struct varasm_status): New.
20775         (const_rtx_hash_table, const_rtx_sym_hash_table, first_pool,
20776         last_pool, pool_offset, const_double_chain): Delete global
20777         variables, replace with accessor macros.
20778         (immed_double_const): Don't walk const_double_chain outside a
20779         function, but don't treat nested functions specially anymore.
20780         (immed_real_const_1): Likewise.
20781         (clear_const_double_mem): Don't treat nested functions specially.
20782         (init_const_rtx_hash_table): Deleted, code moved to init_varasm_status.
20783         (save_varasm_status, restore_varasm_status): Delete functions.
20784         (init_varasm_status): New function.
20785         (force_const_mem): Don't treat nested functions specially.
20786         (find_pool_constant): Accept new arg F, search for constants in
20787         that function's pool rather than the current one.  All callers
20788         changed.
20789         (get_pool_constant_for_function, get_pool_mode_for_function): New
20790         functions.
20791
20792         * i386.c (init_386_machine_status): New function, mostly from
20793         clear_386_stack_locals.
20794         (struct machine_functions): Rename element names to avoid name
20795         clashes.
20796         (pic_label_rtx, pic_label_name, i386_stack_locals): New accessor
20797         macros, replacing global variables.
20798         (clear_386_stack_locals, save_386_machine_status,
20799         restore_386_machine_status): Delete functions.
20800         (override_options): Initialize init_machine_status.
20801         * i386.h (INIT_EXPANDERS): Delete macro.
20802         (save_386_machine_status, restore_386_machine_status,
20803         clear_386_stack_locals): Delete declarations.
20804
20805 Sat Sep  4 16:56:28 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20806
20807         * config/c4x/c4x.md (rptb_init): Renamed from *rptb_init.
20808         (doloop_begin):  Simplify pattern and use emit_jump_insn.
20809         (doloop_end): Simplify pattern, switch operand order,
20810         and use emit_jump_insn.
20811
20812 Fri Sep  3 19:02:38 1999  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
20813
20814         * function.h (struct function): Add new element LANGUAGE.
20815         (save_lang_status): Declare new variable.
20816         (restore_lang_status): Likewise.
20817         * function.c (save_lang_status): Define.
20818         (restore_lang_status): Likewise.
20819         (push_function_context_to): Call language-specific save function.
20820         (pop_function_context_from): Call language-specific restore function.
20821
20822 Fri Sep  3 01:16:18 1999  Alasdair Baird  <alasdair@wildcat.demon.co.uk>
20823
20824         * i386.md (movsf_1): Check REG_P before use of REGNO.
20825         (movdf_1): Likewise.
20826         (movxf_1): Likewise.
20827         (extendsfdf2): Likewise.
20828         (extendsfxf2): Likewise.
20829         (extenddfxf2): Likewise.
20830
20831 Sat Sep  4 11:37:15 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20832
20833         * config/c4x/c4x.c (c4x_emit_move_sequence): Do not force large
20834         constants into memory.
20835         (c4x_shiftable_constant): New function.
20836         * config/c4x/c4x.c (LEGITIMATE_CONSTANT_P): Allow any CONST_INT.
20837         (c4x_shiftable_constant): Declare.
20838         * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant,
20839         ashlqi3_noclobber): Add new patterns and associated splitters.
20840
20841 Fri Sep  3 16:22:17 1999  Richard Henderson  <rth@cygnus.com>
20842
20843         * dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.
20844         * dwarf2out.c (dwarf2out_frame_init): Likewise.
20845         * final.c (shorten_branches): Likewise.
20846         * global.c (global_alloc): Likewise.
20847         * haifa-sched.c (build_control_flow): Likewise.
20848         * stmt.c (check_for_full_enumeration_handling): Likewise.
20849         (estimate_case_costs): Likewise.
20850
20851 Fri Sep  3 15:49:56 1999  Mark Mitchell  <mark@codesourcery.com>
20852
20853         * rtl.h (RTL_CHECKC2): Fix typo in last change.
20854
20855 Fri Sep  3 15:13:34 1999  Richard Henderson  <rth@cygnus.com>
20856
20857         * flow.c (propagate_block): Use XEXP not SET_DEST for a USE.
20858         (recompute_reg_usage): Likewise.
20859         * rtlanal.c (find_regno_fusage): Likewise.
20860
20861         * rtl.c (rtl_check_failed_code1): New function.
20862         (rtl_check_failed_code2): New.
20863         * rtl.h (RTL_CHECK1, RTL_CHECK2, RTVEC_ELT): Parenthesize args.
20864         (RTL_CHECKC1, RTL_CHECKC2): New.
20865         (XC*): New accessor macros.
20866         (NOTE_*, LABEL_NAME, LABEL_NUSES, ADDRESSOF_REGNO): Use them.
20867         (ADDRESSOF_DECL, JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF): Likewise.
20868         (CONTAINING_INSN, REGNO, INTVAL, SUBREG_REG, SUBREG_WORD): Likewise.
20869         (ASM_OPERANDS_*, MEM_ALIAS_SET, SET_SRC, SET_DEST): Likewise.
20870         (TRAP_*, RANGE_INFO_*): Likewise.
20871
20872 Fri Sep  3 15:10:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20873
20874         * Makefile.in (tlink.o): Don't depend on toplev.h.
20875
20876         * collect2.c (c_file, o_file, export_file, import_file, ldout,
20877         output_file, nm_file_name, ldd_file_name, strip_file_name,
20878         c_file_name, prefix_list, libexts, is_ctor_dtor, find_a_file,
20879         add_prefix, prefix_from_env, prefix_from_string, do_wait,
20880         fork_execute, maybe_unlink, add_to_list,
20881         extract_init_priority, write_list, dump_list,
20882         dump_prefix_list, write_list_with_asm, write_c_file,
20883         write_c_file_stat, write_c_file_glob, scan_prog_file,
20884         scan_libraries, is_in_list, resolve_lib_name, use_import_list,
20885         ignore_library, extract_string, notice, dump_file, target_machine,
20886         collect_wait, collect_execute, libname, locatelib, aix_std_libs,
20887         read_file, print_load_command): Constify a char*.
20888         (fdopen, error, fatal, fatal_perror): Don't prototype.
20889         (my_strerror): Remove.  All callers use xstrerror instead.
20890         (xcalloc, xmalloc, xrealloc, xstrdup, putenv): Remove definitions.
20891         (main): Add prototype.  Constify lots of char* ptrs.  Change calls
20892         to xcalloc/strcpy/strcat/...  to one call to concat.
20893         (main, scan_prog_file, scan_libraries): Use an intermediate
20894         `const char **' to build an argv array.
20895         (mapfile, libselect, libcompare, locatelib): Add prototypes.
20896
20897         * collect2.h (collect_execute, collect_wait, dump_file,
20898         file_exists): Constify a char*.
20899         (ldout, c_file_name, temporary_obstack, permanent_obstack,
20900         temporary_firstobj, vflag, debug): Add extern declarations.
20901         (fancy_abort, error, notice, fatal, fatal_perror): Add prototypes.
20902
20903         * tlink.c: Don't include toplev.h.
20904         (vflag, debug, ldout, c_file_name, temporary_obstack,
20905         permanent_obstack, temporary_firstobj): Don't declare.
20906         (tlink_execute, frob_extension, symbol_hash_lookup,
20907         file_hash_lookup, demangled_hash_lookup, tlink_init, freadsym,
20908         recompile_files, read_repo_files, demangle_new_symbols,
20909         scan_linker_output): Constify a char*.
20910         (symbol_hash_newfunc, file_hash_newfunc, demangled_hash_newfunc,
20911         do_tlink): Mark parameters with ATTRIBUTE_UNUSED.
20912
20913 Fri Sep  3 18:09:24 1999  Andrew Haley  <aph@cygnus.com>
20914
20915         * config/m68k/m68kelf.h: Set USE_GAS; this makes gcc generate jbsr
20916         (relative) rather than jsr (absolute) subroutine call insns.
20917         * config/m68k/m68k-coff.h: Ditto.
20918
20919 Fri Sep  3 17:24:31 1999  Richard Earnshaw <rearnsha@arm.com>
20920
20921         * arm.c (note_invalid_constants): No need to ignore ASMs, we can
20922         now rework these too.
20923         (arm_reorg): If an insn can't reach the end of the current pool,
20924         ensure that we emit that pool before the insn.
20925
20926 Fri Sep  3 09:14:32 1999  Marc Espie <espie@tetto.liafa.jussieu.fr>
20927
20928         * tlink.c (scan_linker_output): Skip the initial underscore in
20929         a mangled name if appropriate.
20930
20931 Fri Sep  3 01:28:33 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20932
20933         * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
20934         objc_tree_code_name, synth_id_with_class_suffix, warn_with_method,
20935         error_with_ivar, gen_declarator, create_builtin_decl,
20936         my_build_string, generate_descriptor_table, generate_ivars_list,
20937         generate_dispatch_table, check_protocols, TAG_GETCLASS,
20938         TAG_GETMETACLASS, TAG_MSGSEND, TAG_MSGSENDSUPER, TAG_EXECCLASS,
20939         dump_base_name, lang_decode_option, build_encode_expr,
20940         start_class, finish_class, encode_pointer, really_start_method,
20941         gen_declaration, dump_interface, handle_class_ref, handle_impent):
20942         Constify.
20943         (objc_demangle, objc_printable_name, generate_struct_by_value_array):
20944         Add static prototypes.
20945         (build_objc_string_decl, build_selector_reference_decl,
20946         encode_bitfield, build_class_reference_decl): Remove unused
20947         parameter, all callers changed.
20948         (maybe_objc_method_name): Mark with ATTRIBUTE_UNUSED.
20949         (objc_printable_name): Likewise.  Change second parameter to type int.
20950         (init_objc): Use memcpy, not bcopy, to avoid casts.
20951
20952 Thu Sep  2 21:49:52 1999  Richard Henderson  <rth@cygnus.com>
20953
20954         * reload1.c (eliminate_regs_in_insn): Avoid eliminating the
20955         reg notes on a deleted insn.
20956         * gcse.c (hash_expr_1): Use XWINT on a CONST_DOUBLE.
20957
20958 Thu Sep  2 20:18:12 1999  Jeffrey A Law  (law@cygnus.com)
20959
20960         * i386.c (ix86_attr_length_default): Handle TYPE_FXCH.
20961
20962 Thu Sep  2 22:00:08 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
20963
20964         * stmt.c (expand_asm_operands): Fix index into inout_mode when
20965         reading it.
20966
20967 Thu Sep  2 13:00:48 1999  Richard Henderson  <rth@cygnus.com>
20968
20969         * stmt.c (expand_asm_operands): Invoke MD_ASM_CLOBBERS if present.
20970         * tm.texi (MD_ASM_CLOBBERS): Document it.
20971
20972 Thu Sep  2 10:22:40 1999  Richard Henderson  <rth@cygnus.com>
20973
20974         * dwarf2out.c (dwarf2out_line): Constify `lastfile'.
20975         * except.c (expand_rethrow): Remove unused variable.
20976         * expr.c (do_jump_by_parts_greater_rtx): Likewise.
20977         * flow.c (replace_insns): Likewise.
20978         (create_edge_list, verify_edge_list): Likewise.
20979         * gcse.c (cprop_cc0_jump): Protect declaration with HAVE_cc0.
20980
20981         * genemit.c (gen_expand): Only emit `operands[N]' decl if there
20982         is special code to run.
20983         (main): Don't define operands to emit_operand.
20984         * genrecog.c (main): Don't emit an empty peephole2_insn function.
20985
20986         * rtl.h (NOTE_BASIC_BLOCK): Use X0BBDEF.
20987
20988         * alpha/alpha.h (normal_memory_operand): Declare.
20989         (reg_no_subreg_operand): Declare.
20990         * alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.
20991
20992 Thu Sep  2 10:19:20 1999  Richard Henderson  <rth@cygnus.com>
20993
20994         * c-parse.in (compstmt_primary_start): New, broken out of first
20995         part of compstmt handling in primary.
20996         (primary): Use it.  Add an error clause.
20997         (compstmt_nostart): Renamed from compstmt; remove all
20998         initial invocations of compstmt_start.
20999         (compstmt): New.
21000
21001 Thu Sep  2 01:35:50 1999  Marc Espie <espie@cvs.openbsd.org>
21002
21003         * protoize.c (gen_aux_info_file):  Let pexecute call choose_temp_base if
21004         needed.
21005
21006 Thu Sep  2 00:43:59 1999  Finn Hakansson  <finn@axis.com>
21007
21008         * combine.c (simplify_shift_const): Remove extra semicolon.
21009         * dwarf2out.c (remove_AT): Likewise.
21010         * expmed.c (expand_mult): Likewise.
21011         * gcov.c (create_program_flow_graph): Likewise.
21012         * reorg.c (mostly_true_jump): Likewise.
21013
21014 Thu Sep  2 00:06:43 1999  Jeffrey A Law  (law@cygnus.com)
21015
21016         * fold-const.c (fold_range_test): Do not try to fold the range
21017         test if the rhs or lhs has side effects.
21018
21019         * combine.c (simplify_rtx): Recognize another case of a synthesized
21020         sign extension.
21021
21022         * varasm.c (mark_constant_pool): When marking indirect references,
21023         only look at SYMBOL_REFs.
21024
21025         * except.c (expand_fixup_region_end): Do not peek at
21026         INSN_UID (node->entry->outer_context) for flag_new_exceptions.
21027
21028 Thu Sep  2 13:52:53 1999  Geoffrey Keating  <geoffk@cygnus.com>
21029
21030         * flags.h: New variables align_loops, align_loops_log,
21031         align_jumps, align_jumps_log, align_labels, align_labels_log,
21032         align_functions, align_functions_log.
21033         * toplev.c: Define them.
21034         (f_options): Handle -falign-* when they have no argument.
21035         (main): Add logic to set variables for -falign-functions,
21036         -falign-jumps, -falign-labels, -falign-loops.
21037         Make it -fsched-verbose=<n> and -finline-limit=<n>.
21038         (display_help): Change help to match options.
21039         * final.c (LABEL_ALIGN): Default to align_labels_log.
21040         (LABEL_ALIGN_MAX_SKIP): Default to align_labels-1.
21041         (LOOP_ALIGN): Default to align_loops_log.
21042         (LOOP_ALIGN_MAX_SKIP): Default to align_loops-1.
21043         (LABEL_ALIGN_AFTER_BARRIER): Default to align_jumps_log.
21044         (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Default to align_jumps-1.
21045         * varasm.c (assemble_start_function): Handle align_functions.
21046
21047         * config/sparc/sparc.h: Don't declare sparc_align_*.
21048         Don't provide LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN.
21049         (DEFAULT_SPARC_ALIGN_FUNCS): Delete; take functionality into
21050         sparc.c.
21051         (FUNCTION_BOUNDARY): Fix incorrect use---it's not just a request,
21052         it's a promise.
21053         * config/sparc/sparc.c: Delete sparc_align_loops,
21054         sparc_align_jumps, sparc_align_funcs and the corresponding string
21055         variables.
21056         (sparc_override_options): Default align_functions on ultrasparc.
21057         Delete -malign-* handling.
21058
21059         * config/mips/mips.c (override_options):  On 64-bit targets,
21060         try to align code to 64-bit boundaries.
21061         (print_operand): New substitution, %~,
21062         which aligns labels to align_labels_log.
21063         * config/mips/mips.md (div_trap_normal): Use %~.
21064         (div_trap_mips16): Likewise.
21065         (abssi): Likewise.
21066         (absdi2): Likewise.
21067         (ffssi2): Likewise.
21068         (ffsdi2): Likewise.
21069         (ashldi3_internal): Likewise.
21070         (ashrdi3_internal): Likewise.
21071         (lshrdi3_internal): Likewise.
21072         (casesi_internal): Likewise.
21073
21074 Wed Sep  1 21:13:48 1999  Richard Henderson  <rth@cygnus.com>
21075
21076         Merge new ia32 backend from the branch!
21077
21078         * i386.h, i386.c, i386.md, reg-stack.c, i386/unix.h: Many changes.
21079         See ChangeLog.P2 on new_ia32_branch for details.
21080
21081         * rtl.h (stack_regs_mentioned_p): Delete prototype.
21082         * i386/cygwin.h (SUBTARGET_PROLOGUE): No more do_rtl.
21083         * i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
21084         * i386/gas.h (ASM_FILE_START): Define.
21085         * i386/winnt.c (i386_pe_valid_decl_attribute_p): Update
21086         for name change of ix86_valid_decl_attribute_p.
21087         (i386_pe_valid_type_attribute_p): Similarly.
21088
21089 Wed Sep  1 18:21:23 1999  Richard Henderson  <rth@cygnus.com>
21090
21091         * emit-rtl.c (init_emit_once): Don't use GET_MODE_WIDER_MODE
21092         to step through CC modes.
21093
21094 Wed Sep  1 20:18:06 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
21095
21096         * regmove.c (fixup_match_1): Don't move INSN in front of P if
21097         it would end up in the shadow of a live flags regsiter.
21098
21099 Wed Sep  1 11:32:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21100
21101         * reload1.c: Fix many indentation problems.
21102         * reload.c: Likewise.
21103
21104 Tue Aug 31 22:08:03 1999  Marc Espie <espie@cvs.openbsd.org>
21105
21106         * alias.c (non_local_reference_p): Constify fmt.
21107
21108 Tue Aug 31 23:19:35 1999  Michael Meissner  <meissner@cygnus.com>
21109
21110         * config/i386/xm-cygwin.h (HAVE_DOS_BASED_FILE_SYSTEM): Define.
21111
21112 Tue Aug 31 16:44:52 1999  Jeffrey A Law  (law@cygnus.com)
21113
21114         * cse.c (delete_trivially_dead_insns): Do not delete stores to
21115         the internal_arg_pointer.
21116
21117 Tue Aug 31 13:35:42 1999  Richard Henderson  <rth@cygnus.com>
21118
21119         Merge peephole2 from new_ia32_branch:
21120         * Makefile.in (STAGESTUFF): Add *.peephole2.
21121         (mostlyclean): Likewise.
21122         (recog.o): Depend on resource.h.
21123
21124         * final.c (peephole): Conditionalize decl on HAVE_peephole.
21125         (final_scan_insn): Likewise for the invocation of peephole.
21126         * genconfig.c (main): Look for peephole and peephole2 patterns.
21127         Emit HAVE_peephole* accordingly.
21128         * genpeep.c (main): Conditionalize entire output on HAVE_peephole.
21129         * flags.h (flag_peephole2): Declare.
21130         * toplev.c: New pass peephole2.  New flag -fpeephole2.
21131
21132         * genattrtab.c (main): Count DEFINE_PEEPHOLE2.
21133         * gencodes.c (main): Likewise.
21134         * genextract.c (main): Likewise.
21135         * genoutput.c (main): Likewise.
21136         * genemit.c (max_operand_1): Look for the max scratch operand.
21137         (gen_rtx_scratch): New.
21138         (gen_exp): Use it, and pass on new arg subroutine_type.
21139         (gen_expand): Take max scratch into account.
21140         (gen_split): Emit peephole2 functions.
21141         (output_peephole2_scratch): New.
21142         (main): Include hard-reg-set.h and resource.h.  Handle peephole2.
21143         * genrecog.c (routine_type): Add PEEPHOLE2.
21144         (IS_SPLIT): New.
21145         (make_insn_sequence): Match outer parallel for peep2.  Discard
21146         top level scratches and dups.
21147         (add_to_sequence): New args insn_type and top.  Update all callers.
21148         Handle toplevel peep2 matching insns.
21149         (write_subroutine): Handle peep2.
21150         (write_tree_1): Likewise.
21151         (write_tree): Likewise.
21152         (main): Likewise.
21153         (change_state): New arg afterward.  Update all callers.
21154         Handle matching separate insns.
21155         * recog.c (recog_next_insn): New.
21156         (peephole2_optimize): New.
21157         * rtl.def (DEFINE_PEEPHOLE2): New.
21158         * resource.c (find_free_register): New argument last_insn.  Use it
21159         to find a register available through the entire span.
21160         * resource.h (find_free_register): Update prototype.
21161
21162 Tue Aug 31 11:51:06 1999  Jim Kingdon  <http://developer.redhat.com>
21163
21164         * i386.c (output_strlen_unroll): Don't write xops[7]
21165         label if it wasn't set.
21166
21167 1999-08-31 12:44 -0700  Zack Weinberg  <zack@bitmover.com>
21168
21169         * cpplib.c (struct directive): Const-ify name pointer and
21170         function pointer prototype.
21171         (validate_else, do_define, do_line, do_include, do_undef,
21172         do_error, do_pragma, do_ident, do_if, do_xifdef, do_else,
21173         do_elif, do_endif, do_sccs, do_assert, do_unassert,
21174         do_warning): Const-ify second arg.
21175         (directive_table): Mark const.  Reorder entries by frequency
21176         of usage, record statistics.
21177
21178 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>
21179
21180         * rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and
21181         bounds- check RTL accesses if --enable-checking.
21182         (RTVEC_ELT): Bounds check if --enable-checking.
21183         (XWINT, XINT, XSTR, XEXP, XVEC, XMODE, XBITMAP, XTREE,
21184         XBBDEF): Use RTL_CHECK1/RTL_CHECK2 as appropriate.
21185         (XVECEXP, XVECLEN): Define in terms of XVEC, RTVEC_ELT, and
21186         GET_NUM_ELEM.
21187         (X0WINT, X0INT, X0STR, X0EXP, X0VEC, X0MODE, X0BITMAP, X0TREE,
21188         X0BBDEF, X0ADVFLAGS):  New macros for accessing '0' slots of RTXes.
21189
21190         (ADDR_DIFF_VEC_FLAGS): Use X0ADVFLAGS.
21191         (NOTE_SOURCE_FILE): Use X0STR.
21192         (NOTE_BLOCK_NUMBER, NOTE_EH_HANDLER, LABEL_NUSES,
21193         MEM_ALIAS_SET): Use X0INT.
21194         (NOTE_RANGE_INFO, NOTE_LIVE_INFO, NOTE_BASIC_BLOCK,
21195         JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF, CONTAINING_INSN):
21196         Use X0EXP.
21197         * real.h (CONST_DOUBLE_CHAIN): Use X0EXP.
21198         * rtl.c (copy_rtx, copy_most_rtx): Copy '0' slots with X0WINT.
21199         (rtl_check_failed_bounds, rtl_check_failed_type1,
21200         rtl_check_failed_type2, rtvec_check_failed_bounds): New
21201         functions.
21202         (fancy_abort): Fix comment.
21203
21204         * cse.c (canon_hash): Read CONST_DOUBLE data slots with XWINT.
21205         (cse_insn): Decrement LABEL_NUSES for jump target before
21206         deleting jump insn.
21207         * emit-rtl.c (gen_rtx_CONST_DOUBLE): Use X0EXP for slot 1.
21208         * final.c (alter_subreg): Compute regno before changing x to
21209         REG; set REGNO(x) after changing it.
21210         * flow.c (count_basic_blocks): Use XWINT to inspect EH_REGION
21211         notes containing CONST_INTs.
21212         (delete_eh_regions): Use NOTE_EH_HANDLER.
21213         * function.c (put_reg_into_stack): Make reg a MEM before
21214         initializing it.
21215         (fixup_var_refs_insns):  Save REG_NOTES (insn) in case we
21216         delete insn.
21217         (gen_mem_addressof): Make reg a MEM before initializing it.
21218         * integrate.c (copy_rtx_and_substitute): Copy '0' slots with
21219         X0WINT.
21220         * local-alloc.c (update_equiv_regs): Zap REG_NOTES before
21221         deleting an insn, not after.
21222         (block_alloc): Only look at PATTERN(insn) if we have to, and
21223         only if it's format class 'i'.
21224         * loop.c (check_dbra_loop): Check bl->biv->add_val is a
21225         CONST_INT before using its INTVAL.
21226         * print-rtl.c (print_rtx): Use X0STR.
21227         * regmove.c (fixup_match_1): Don't look at PATTERN of
21228         non-class-'i' insn chain elements.
21229         * reload.c (loc_mentioned_in_p): Take address of
21230         in->fld[1].rtx directly.
21231         * reload1.c (reload): Change reg to a MEM before initializing
21232         it.
21233         * varasm.c (mark_constant_pool): Skip CONST_DOUBLES, which
21234         have no names.
21235         * config/i386/i386.md (decrement_and_branch_if_zero): Fix typo.
21236
21237 Fri Aug 20 13:43:41 1999  Andrew Haley  <aph@cygnus.com>
21238
21239         * config/mips/mips.c (machine_dependent_reorg): Force a
21240         barrier to output the local constant pool if a barrier hasn't
21241         been found at a natural point in the instruction stream.
21242
21243 Mon Aug 30 22:04:36 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21244
21245         * c-parse.in (language_string): Constify.
21246
21247         * dwarf2out.c (language_string): Remove declaration.
21248
21249         * dwarfout.c (language_string): Likewise.
21250
21251         * toplev.c (language_string, init_parse, finish_parse): Likewise.
21252
21253         * tree.h (language_string, init_parse, finish_parse): Declare.
21254
21255         * i386/sun386.h (language_string): Remove declaration.
21256
21257         * mips.h (language_string): Likewise.
21258
21259         * nextstep.h (language_string): Likewise.
21260
21261         * nextstep21.h (language_string): Likewise.
21262
21263         * rs6000.c (language_string): Likewise.
21264
21265 Mon Aug 30 20:56:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21266
21267         * Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.
21268         (getpwd.o): Remove target.
21269
21270         * getpwd.c: Delete file.  Its in libiberty now.
21271
21272         * dbxout.c (getpwd): Don't prototype.
21273         * dwarf2out.c (getpwd): Likewise
21274         * dwarfout.c (getpwd): Likewise
21275         * final.c (getpwd): Likewise.
21276         * protoize.c (getpwd): Likewise.
21277
21278 Mon Aug 30 20:21:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21279
21280         * cse.c: (fold_rtx): Cast to HOST_WIDE_INT in left shift.
21281
21282 Mon Aug 30 16:07:49 1999  Richard Henderson  <rth@cygnus.com>
21283
21284         * flow.c (new_insn_dead_notes): Use sets_reg_or_subreg not
21285         mark_set_resources.
21286
21287 Mon Aug 30 12:23:53 1999  Jim Wilson  <wilson@cygnus.com>
21288
21289         * fixinc/Makefile.in (subdir): New.
21290         (fixincl.x, inclhack.sh, fixincl.sh): Use cp instead of $(CP).
21291         (Makefile): New.
21292
21293 Mon Aug 30 01:02:09 1999  Jeffrey A Law  (law@cygnus.com)
21294
21295         * emit-rtl.c (copy_rtx_if_shared): A MEM which references
21296         virtual_stack_vars_rtx or virtual_incoming_args_rtx can not
21297         be shared.
21298
21299         * invoke.texi: Fix typo.
21300
21301         * dwarf2out.c (mem_loc_descriptor): New argument MODE.  All callers
21302         changed.  Handle autoincrement addressing modes.
21303
21304         * integrate.c (copy_rtx_and_substitute): Handle internal_arg_pointer
21305         just like we would the virtual incoming args register when
21306         integrating.
21307
21308 Sun Aug 29 23:17:54 1999  David Edelsohn  <edelsohn@gnu.org>
21309
21310         * rs6000.h (ASM_FILE_START): Specify complete filename, including
21311         path, in .file directive.
21312
21313 Sun Aug 29 05:06:43 1999  Russ Allbery  <rra@stanford.edu>
21314
21315         * gcc.texi (External Bugs): Remove obsolete note about Perl on
21316         SunOS.
21317
21318 1999-08-29 08:38 -0700  Zack Weinberg  <zack@bitmover.com>
21319
21320         * stdbool.h: Make the typedef name _Bool, with bool a #defined
21321         alias.
21322
21323 Sun Aug 29 09:36:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21324
21325         * tree.c (tree_code_name): Constify a char*.
21326
21327         * tree.h (tree_code_name, decl_printable_name): Likewise.
21328
21329         * function.h (struct function): Likewise.
21330
21331         * toplev.c (decl_name, decl_printable_name): Likewise.
21332
21333         * vax/vms.h (MAYBE_VMS_FUNCTION_PROLOGUE): Likewise.
21334
21335         * objc/objc-act.c (decl_printable_name): Remove redundant prototype.
21336         (init_objc): Remove function pointer cast.
21337
21338 Sun Aug 29 05:01:17 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
21339
21340         * pa.md (interspace_jump): New pattern.
21341         (builtin_longjmp): New expander.
21342
21343 1999-08-29  Bernd Schmidt  <bernds@cygnus.co.uk>
21344
21345         * fp-bit.c (add, sub, multiply, divide, compare, _eq_f2, _ne_f2,
21346         _gt_f2, _ge_f2, _lt_f2, _le_f2, float_to_si, float_to_usi, negate,
21347         sf_to_df, df_to_sf): Fix potential problem with alias analysis.
21348
21349 Sun Aug 29 04:30:52 1999  John Wehle  (john@feith.com)
21350
21351         * jump.c (delete_prior_computation): Also check calls
21352         to constant functions.  Don't bother checking for a
21353         REG_UNUSED note before adding it.
21354         (delete_computation): Handle multi-word hard registers
21355         when synthesizing missing REG_DEAD notes for a register
21356         which is both set and used by an insn.
21357
21358 1999-08-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
21359
21360         * loop.c (this_loop_info): New variable.
21361         (loop_has_call, loop_has_volatile, loop_has_tablejump,
21362         loop_continue, loops_enclosed): Replace with fields in this_loop_info.
21363         All uses updated.
21364         (prescan_loop, strength_reduce): New argument loop_info.  All callers
21365         updated.
21366         (scan_loop): New variable loop_info, initialise to address of
21367         this_loop_info.
21368         (prescan_loop): Set loop_info->vtop if find NOTE_INSN_LOOP_VTOP.
21369         Delete variable loop_has_multiple_exit targets and replace with
21370         field in this_loop_info.
21371         (find_and_verify_loops): Rename this_loop to this_loop_num.
21372         (strength_reduce): Delete loop_iteration_info.  Replace variable
21373         loop_info with function argument of same name.
21374         (insert_bct): Rework test for loop being completely unrolled.
21375
21376         * loop.h (struct loop_info): New fields num, loops_enclosed,
21377         has_call, has_volatile, has_tablejump, has_multiple_exit_targets,
21378         has_indirect_jump, and cont.  Redefine use of unroll_number.
21379         (loop_unroll_number): Delete.
21380
21381         * unroll.c (unroll_loop): Store loop unroll count in unroll_number
21382         field of loop_info.
21383         (loop_iterations): Delete variable vtop and instead use
21384         loop_info->vtop computed in prescan_loop.
21385
21386 Sun Aug 29 03:27:23 1999  Scott Weikart <scott@igc.apc.org>
21387
21388         * fix-header.c (main): Do not pass a null pointer to strcmp.
21389
21390 Sun Aug 29 03:18:48 1999  William Bader  (william@nscs.fast.net)
21391
21392         * configure.in (i[34567]86-*-sco3.2v4*): Target does not truncate
21393         filenames.
21394         * configure: Rebuilt.
21395
21396 Sat Aug 28 19:36:05 1999  Jeffrey A Law  (law@cygnus.com)
21397
21398         * jump.c (jump_optimize_1): Do not delete assignments to
21399         internal_arg_pointer.
21400         * cse.c (delete_trivially_dead_insns): Always consider a set of
21401         the internal_arg_pointer live.
21402
21403 Sat Aug 28 16:24:31 1999  Richard Henderson  <rth@cygnus.com>
21404
21405         * flow.c (flow_delete_insn_chain): Rename from delete_insn_chain.
21406         (update_life_info) [REG_WAS_0]: Search the original insns rather
21407         than the new insns for the note.  Fix typos finding note_dest.
21408         If no dest found, discard the note rather than abort.
21409         [REG_NOALIAS]: Handle as REG_NO_CONFLICT.
21410         (replace_insns): Remove the old insn list after update_life_info
21411         not before.
21412
21413 Sat Aug 28 16:20:12 1999  Richard Henderson  <rth@cygnus.com>
21414
21415         * haifa-sched.c (sched_analyze): Clear LOG_LINKS before calling
21416         sched_analyze_insn.
21417         (sched_analyze_1): Let add_dependence care for not adding dups.
21418         (sched_analyze_2): Likewise.
21419         (add_branch_dependences): Likewise.
21420
21421 Sat Aug 28 15:58:16 1999  Mumit Khan  <khan@xraylith.wisc.edu>
21422
21423         * i386/winnt.c (export_list): New type.
21424         (exports_head): Rename to
21425         (export_head):  this.
21426         (i386_pe_record_exported_symbol): Add is_data flag.
21427         (i386_pe_asm_file_end): Emit directive for exported variables.
21428         * i386/cygwin.h (i386_pe_record_exported_symbol): Update
21429         prototype.
21430         * i386/cygwin.h (ASM_OUTPUT_COMMON): Specify symbol type.
21431         (ASM_DECLARE_OBJECT_NAME): Likewise.
21432         (ASM_DECLARE_FUNCTION_NAME): Likewise.
21433         * i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
21434
21435 Fri Aug 27 15:35:24 1999  Jeffrey A Law  (law@cygnus.com)
21436
21437         * cse.c (fold_rtx): Work around bug in Sun V5.0 compilers.
21438
21439         * pa.c (emit_move_sequence): Do not stop on SUBREG_WORD of an
21440         operand.
21441
21442 Fri Aug 27 14:01:19 1999  Marc Espie <espie@cvs.openbsd.org>
21443
21444         * config/openbsd.h: Define SET_ASM_OP.
21445         * tm.texi: cross-reference SET_ASM_OP in the index.
21446
21447 1999-08-27 13:27 -0700  Zack Weinberg  <zack@bitmover.com>
21448
21449         * rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format
21450         for a CONST_DOUBLE, at compile time.  Initialize rtx_length
21451         and class_narrowest_mode at compile time.  Kill init_rtl.
21452         Mark rtx_length, mode_class, mode_size, mode_unit_size,
21453         mode_wider_mode, mode_mask_array, class_narrowest_mode, and
21454         rtx_format as const.  Kill all references to EXTRA_CC_MODES or
21455         EXTRA_CC_NAMES.
21456         * rtl.def (CONST_DOUBLE): Use CONST_DOUBLE_FORMAT macro for
21457         format.
21458         * rtl.h: Declare rtx_length and rtx_format as const.
21459         * machmode.def: Define CC().  Use CC() to define CCmode.  If
21460         EXTRA_CC_MODES is defined, expand it here.
21461         * machmode.h: Declare mode_class, mode_size, mode_unit_size,
21462         mode_wider_mode, mode_mask_array, and class_narrowest_mode as
21463         const.  Kill all references to EXTRA_CC_MODES.
21464
21465         * toplev.c: Don't prototype or call init_rtl.
21466         * optabs.c: Don't call init_mov_optab.
21467         * genemit.c: Don't generate init_mov_optab.  Don't call
21468         init_rtl.
21469         * gengenrtl.c: Duplicate calculation of CONST_DOUBLE_FORMAT
21470         here.
21471         * genattr.c, genattrtab.c, gencodes.c, genconfig.c,
21472         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
21473         genrecog.c: Don't call init_rtl.
21474
21475         * arc.h, arm.h, c4x.h, i386.h, i960.h, m88k.h, pa.h, pdp11.h,
21476         rs6000.h, sparc.h: Don't define EXTRA_CC_NAMES.  Use CC() in
21477         definition of EXTRA_CC_MODES.
21478
21479         * md.texi: Kill ref to EXTRA_CC_NAMES.
21480         * tm.texi: Document new way to define EXTRA_CC_MODES.
21481
21482         * genrecog.c: Do not look up the name of a define_split.
21483         (Unrelated bugfix.)
21484
21485 Fri Aug 27 17:03:42 1999  Nick Clifton  <nickc@cygnus.com>
21486
21487         * config/v850/v850.md: Fix typo introduced by previous delta.
21488
21489 Fri Aug 27 09:48:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21490
21491         * gcc.c (fatal): Make definition static to match prototype.
21492
21493 Fri Aug 27 10:33:35 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21494
21495         * combine.c (get_last_value): Don't look for earlier sets if the last
21496         known set is somewhere in between the insns being combined.
21497
21498 Fri Aug 27 10:03:12 BST 1999  Nathan Sidwell  <nathan@acm.org>
21499
21500         * configure.in: Don't use shell ! to negate exit codes
21501         * configure: Regenerate
21502
21503 Fri Aug 27 09:36:17 1999  Andreas Schwab  <schwab@suse.de>
21504
21505         * function.c (assign_stack_temp_for_type): Fix change of Mar 5 for
21506         the fact that ALIGN is measured in bits, not bytes.
21507
21508 1999-08-27 00:27 -0700  Zack Weinberg  <zack@bitmover.com>
21509
21510         * errors.c: New file; defines functions error, warning, and
21511         fatal, variables have_error and progname.
21512         * errors.h: New file; prototypes and decls for stuff in errors.c.
21513
21514         * Makefile: Add rules to build errors.o and
21515         $(HOST_PREFIX)errors.o.  Link genconfig, gencodes, genemit,
21516         genopinit, genrecog, genextract, genpeep, genattr, and
21517         genoutput with errors.o.  Add errors.h to deps of genconfig.o,
21518         gencodes.o, genemit.o, genopinit.o, genrecog.o, genextract.o,
21519         genpeep.o, genattr.o, and genoutput.o.
21520
21521         * genconfig.c, gencodes.c, genemit.c, genopinit.c, genrecog.c,
21522         genextract.c, genpeep.c, genattr.c:  Include errors.h.  Don't
21523         define or prototype fatal.  Set progname at beginning of main.
21524         * genoutput.c:  Likewise, and don't define or prototype error
21525         either.
21526
21527         * c-typeck.c (c_expand_start_case): Return immediately if exp
21528         is an ERROR_MARK.
21529         * fold-const.c (operand_equal_p): Return immediately if arg1
21530         or arg0 are ERROR_MARKs.
21531         * stor-layout.c (layout_type [case RECORD_TYPE]): Ignore
21532         fields of type ERROR_MARK when calculating if the record can
21533         go in a register.
21534
21535 Fri Aug 27 01:03:48 1999  Jim Kingdon  <http://developer.redhat.com>
21536         with much help from Jeffrey A Law and Richard Henderson
21537
21538         * i386.md: In the 6 insns which call output_fix_trunc,
21539         earlyclobber operands[0].
21540
21541 Fri Aug 27 01:01:51 1999  Philip Blundell  <pb@nexus.co.uk>
21542
21543         * jump.c (duplicate_loop_exit_test): Call reg_scan_update after
21544         creating new registers.
21545
21546 1999-08-26 23:09 -0700  Zack Weinberg  <zack@bitmover.com>
21547
21548         * i386.h: Declare ix86_cpu_string, ix86_arch_string,
21549         i386_reg_alloc_order, i386_regparm_string,
21550         i386_align_loops_string, i386_align_jumps_string,
21551         i386_align_funcs_string, i386_preferred_stack_boundary_string,
21552         and i386_branch_cost_string as type "const char *".
21553         * i386.c: Define all above strings as type "const char *".
21554
21555 Thu Aug 26 20:36:30 1999  Jim Wilson  <wilson@cygnus.com>
21556
21557         * dwarf2out.c (output_aranges): Check DWARF_OFFSET_SIZE not PTR_SIZE
21558         when emitting alignment padding.  Emit padding byte of 0 instead of 4.
21559
21560 Thu Aug 26 18:11:20 1999  Mark Mitchell  <mark@codesourcery.com>
21561
21562         * tree.c (array_type_nelts): Don't create RTL_EXPRs from
21563         SAVE_EXPRs unless the SAVE_EXPRs have already been expanded.
21564
21565 Thu Aug 26 19:33:23 1999  Jim Wilson  <wilson@cygnus.com>
21566
21567         * dwarf2out.c (DWARF2_ASM_LINE_DEBUG_INFO): Add default definition.
21568         (debug_dwarf): Add DWARF2_ASM_LINE_DEBUG_INFO support.
21569         (dwarf2out_line, dwarf2out_finish): Likewise.
21570         * tm.texi (DWARF2_ASM_LINE_DEBUG_INFO): Add documetation.
21571
21572 Thu Aug 26 16:10:56 1999  Gavin Romig-Koch  <gavin@cygnus.com>
21573
21574         * tree.c (lang_unsave_expr_now) : Correct return type.
21575         * tree.h (lang_unsave_expr_now) : Same.
21576
21577 Thu Aug 26 13:12:29 1999  Jeffrey A Law  (law@cygnus.com)
21578
21579         * pa.c (cint_ok_for_move): Use CONST_INT_OK_FOR_LETTER_P macros
21580         instead of duplicating code.
21581
21582 Thu Aug 26 18:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21583
21584         * gcse.c (hash_scan_insn): Don't scan obvious no-ops.
21585
21586 1999-08-26 09:42 -0700  Zack Weinberg  <zack@bitmover.com>
21587
21588         * tree.h: fancy_abort always takes three args.
21589         * resource.c: Move include of system.h before toplev.h.
21590
21591 Thu Aug 26 09:46:16 1999  Nick Clifton  <nickc@cygnus.com>
21592
21593         * dwarf2out.c (mem_loc_descriptor): Accept LABEL_REFs as well
21594         as SYMBOL_REFs.
21595
21596 1999-08-25 22:10 -0700  Zack Weinberg  <zack@bitmover.com>
21597
21598         * system.h: Don't redefine abort or trim_filename.
21599         * rtl.h: Define abort to fancy_abort (__FILE__, __LINE__, 0)
21600         or fancy_abort (__FILE__, __LINE__, __FUNCTION__) depending on
21601         whether or not __FUNCTION__ is available.
21602         * tree.h: Duplicate rtl.h's definition of abort, for files
21603         that don't include rtl.h.  Delete all code to perform type
21604         checking with a compiler other than GCC.
21605         * varray.h: Delete all code to perform type checking with a
21606         compiler other than GCC.  Make VARRAY_CHECK() always evaluate
21607         its arguments exactly once, using a statement expression.
21608         Adjust the VARRAY_<type> accessor macros to match.
21609         * toplev.h (fatal_insn, fatal_insn_not_found): Kill.
21610         (_fatal_insn, _fatal_insn_not_found): New fns, take info on
21611         caller's location.  Define fatal_insn and fatal_insn_not_found
21612         as macros that use _fatal_insn and _fatal_insn_not_found.
21613         (fancy_abort, trim_filename): Kill prototypes.
21614
21615         * rtl.c (trim_filename): Move here from toplev.c.
21616         (fancy_abort): New function.
21617         (DIR_SEPARATOR): Provide default definition.
21618         * tree.c (tree_check_failed, tree_class_check_failed): Go
21619         through fancy_abort.
21620         (tree_check, tree_class_check, cst_or_constructor_check,
21621         expr_check): Delete.
21622         * varray.c (varray_check_failed): New function.
21623         * toplev.c (fatal_insn, fatal_insn_not_found): Replace with
21624         _fatal_insn and _fatal_insn_not_found.  Go through
21625         fancy_abort.
21626         (trim_filename, fancy_abort): Delete.
21627
21628         * builtins.c (expand_builtin_args_info): Report ICE with abort.
21629         * except.c (start_catch_handler): Report ICE with error/abort
21630         combo.
21631         * final.c (output_operand_lossage): Likewise.
21632         * flow.c (verify_flow_info): Likewise.
21633
21634         * gcc.c: Prototype fatal.
21635         * gengenrtl.c: Undef abort after including rtl.h not system.h.
21636         * genattr.c, genattrtab.c, genemit.c, genextract.c,
21637         genflags.c, genopinit.c, genoutput.c, genpeep.c, genrecog.c:
21638         Don't define fancy_abort.
21639
21640 Wed Aug 25 17:56:59 1999  Richard Henderson  <rth@cygnus.com>
21641
21642         * optabs.c (emit_cmp_and_jump_insns): Be more thorough in
21643         canonization.
21644
21645 Wed Aug 25 15:35:55 1999  Richard Henderson  <rth@cygnus.com>
21646
21647         * m88k.h (VERSION_INFO2): Kill.
21648         (VERSION_STRING): Kill.
21649         (TM_RCS_ID): Kill.
21650         (VERSION_INFO1): Tidy.
21651         (TARGET_VERSION): Update.
21652         * m88k/dgux.h (VERSION_INFO2): Kill.
21653         (ASM_FIRST_LINE): Adjust for death of VERSION_STRING.
21654         * m88k/luna.h (VERSION_INFO1): Tidy.
21655         * m88k/sysv4.h (VERSION_INFO1): Likewise.
21656         * m88k.c (out_rcs_id, tm_rcs_id): Kill.
21657         (output_file_start): Adjust for death of VERSION_STRING.
21658
21659 1999-08-25 13:51 -0700  Jim Meyering  <meyering@ascend.com>
21660
21661         * cpplib.c (detect_if_not_defined): New function.
21662         (do_if): Use it to detect potential once-only headers.
21663
21664 Wed Aug 25 14:00:18 1999  Jason Merrill  <jason@yorick.cygnus.com>
21665
21666         * c-common.c (combine_strings): Always set TREE_CONSTANT.
21667
21668 Wed Aug 25 15:27:22 1999  Gavin Romig-Koch  <gavin@cygnus.com>
21669
21670         * combine.c (nonzero_bits) : Allow single-ly set registers to be
21671         anywere in the function only if they are pseudos and set before
21672         being used (not live at the start of the function).
21673         (num_sign_bit_copies) : Same.
21674         (get_last_value_validate) : Same.
21675         (get_last_value) : Same.
21676
21677 Wed Aug 25 11:13:29 1999  Richard Henderson  <rth@cygnus.com>
21678
21679         * loop.c (express_from): Try harder to unify (* c N) and (* c M)
21680         where N and M are constant and N is an integer multiple of M.
21681
21682 Wed Aug 25 13:55:47 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
21683
21684         * sbitmap.h (sbitmap_intersection_of_succs): Add prototype.
21685         (sbitmap_intersection_of_preds, sbitmap_union_of_succs,
21686         sbitmap_union_of_preds): Add prototypes.
21687         * sbitmap.c (sbitmap_intersection_of_succs): New function to compute
21688         the intersection of successors with the new flow graph structures.
21689         (sbitmap_intersection_of_preds): New function to compute the
21690         intersection of predecessors with the new flow graph structures.
21691         (sbitmap_union_of_succs): New function to compute the union of
21692         successors with the new flow graph structures.
21693         (sbitmap_union_of_preds): New function to compute the union of
21694         predecessors with the new flow graph structures.
21695         * gcse.c (compute_rdm, compute_available): Use new sbitmap routines.
21696         (expr_reaches_here_p): Use edge and basic_block structures instead
21697         of s_preds and s_succs.
21698         (compute_cprop_avinout): Use new sbitmap routines.
21699         (pre_expr_reaches_here_p): Use edge and basic_block structures instead
21700         of s_preds and s_succs.
21701         * flow.c (compute_flow_dominators): Compute dominators using
21702         edges and basic blocks instead of s_preds and s_succs.
21703
21704 Wed Aug 25 13:41:47 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
21705
21706         * lists.c (unused_insn_list, unused_expr_list): New file for
21707         maintaining various types of lists. New statics for maintaining a
21708         cache of available INSN_LIST and EXPR_LIST nodes.
21709         (free_list): Static function for freeing a list of INSN/EXPR nodes.
21710         (alloc_INSN_LIST): Function to get a free INSN_LIST node.
21711         (alloc_EXPR_LIST): Function to get a free EXPR_LIST node.
21712         (init_EXPR_INSN_LIST_cache): Initialize the cache lists.
21713         (free_EXPR_LIST_list): Free an entire list of EXPR_LIST nodes.
21714         (free_INSN_LIST_list): Free an entire list of INSN_LIST nodes.
21715         (free_EXPR_LIST_node): Free an individual EXPR_LIST node.
21716         (free_INSN_LIST_node): Free an individual INSN_LIST node.
21717         * haifa-sched.c (unused_insn_list, unused_expr_list): Moved to flow.c
21718         (free_list, alloc_INSN_LIST, alloc_EXPR_LIST): Moved to flow.c
21719         (remove_dependence, free_pending_lists): Use new global routines.
21720         (flush_pending_lists, sched_analyze_insn): Use new global routines.
21721         (sched_analyze, compute_block_backward_dependences): Use new routines.
21722         (sched_analyze_1, sched_analyze_2): Use new routines.
21723         (schedule_insns): Use new global routines.
21724         * rtl.h (init_EXPR_INSN_LIST_cache, free_EXPR_LIST_list): Add function
21725         prototypes.
21726         (free_INSN_LIST_list, free_EXPR_LIST_node): Add prototypes.
21727         (free_INSN_LIST_node, alloc_INSN_LIST, alloc_EXPR_LIST): Add function
21728         prototypes.
21729         * toplev.c (rest_of_compilation): Initialize node cache.
21730         * Makefile.in (OBJS): Add lists.o to list of object files.
21731         (lists.o): Add dependancies.
21732
21733 Wed Aug 25 17:31:56 1999  Nick Clifton  <nickc@cygnus.com>
21734
21735         * config/v850/v850.md: Fix compile time warning messages.
21736         * config/v850/v850.c: Fix compile time warning messages.
21737         * config/v850/v850.h: Fix compile time warning messages.
21738
21739 Wed Aug 25 09:44:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21740
21741         * genattr.c (gen_attr): Add prototype arguments for get_attr_*().
21742         Remove unused prototype for `init_lengths'.
21743
21744 Wed Aug 25 09:32:31 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21745
21746         * calls.c (emit_call_1): Mark parameter `stack_size' with
21747         ATTRIBUTE_UNUSED.
21748         (expand_call): Initialize variable `insn'.
21749         (emit_library_call): Likewise for variable `high_to_save'.
21750         (emit_library_call_value): Likewise.
21751         (store_one_arg): Likewise for variables `lower_bound' and
21752         `upper_bound'.
21753
21754         * combine.c (try_combine): Likewise for variables `i2_code_number'
21755         and `other_code_number'.
21756         (find_split_point): Likewise for variables `pos', `unsignedp' and
21757         `inner'.
21758         (simplify_if_then_else): Likewise for variables `op' and `c1'.
21759         (simplify_and_const_int): Remove unused variable `width'.
21760         (merge_outer_ops): Likewise.
21761
21762         * cse.c (simplify_binary_operation): Cast an INTVAL() to `unsigned
21763         HOST_WIDE_INT' when comparing against one.
21764         (simplify_relational_operation): Likewise.
21765         (cse_insn): Initialize variables `src_eqv_volatile',
21766         `src_eqv_in_memory', `src_eqv_in_struct', `src_eqv_hash' and `sets'.
21767
21768         * final.c (init_final): Constify parameter `filename'.
21769         (final_start_function): Mark parameter `optimize' with
21770         ATTRIBUTE_UNUSED.
21771         (profile_function): Likewise for parameters `first' and `optimize'.
21772         (output_source_line): Likewise for parameter `file'.
21773
21774         * integrate.c (subst_constants): Cast a value to `size_t' when
21775         comparing against one.
21776         (mark_stores): Initialize variable `mode'.  Cast a value to
21777         `size_t' when comparing against one.
21778
21779         * integrate.h (MAYBE_EXTEND_CONST_EQUIV_VARRAY): Likewise.
21780
21781         * loop.c (move_movables): Initialize variable `first'.
21782         (strength_reduce): Likewise for variable `increment'.
21783         (check_dbra_loop): Likewise for variable `comparison_val'.  Cast a
21784         value to `size_t' when comparing against one.
21785         (load_mems): Initialize variable `end_label'.
21786
21787         * output.h (init_final): Constify parameter.
21788
21789         * reload.c (decompose): Initialize variable `base'.
21790
21791         * reload1.c (reload): Likewise for variable `is_scalar'.
21792         (spill_hard_reg): Mark parameter `dumpfile' with ATTRIBUTE_UNUSED.
21793         (choose_reload_regs): Initialize variable `mode'.
21794         (emit_reload_insns): Likewise for variable `store_insn'.
21795         (reload_cse_noop_set_p): Mark parameter `insn' with
21796         ATTRIBUTE_UNUSED.
21797         (reload_combine): Initialize variable `set'.
21798
21799         * unroll.c (unroll_loop): Likewise for variable `local_label'.
21800         (copy_loop_body): Cast a value to `size_t' when comparing against
21801         one.
21802
21803         * varasm.c (assemble_variable): Initialize variable `size_tree'.
21804         (const_hash): Add an `else abort()' in an if-else-if-else sequence.
21805         (remove_from_pending_weak_list): Mark parameter `name' with
21806         ATTRIBUTE_UNUSED.
21807
21808 Wed Aug 25 11:18:39 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21809
21810         * toplev.c (rest_of_compilation): Use decl_printable_name when opening
21811         gcse dump file.
21812
21813 Wed Aug 25 10:57:12 1999  Nick Clifton  <nickc@cygnus.com>
21814
21815         * config/arm/telf.h (ASM_WEAKEN_LABEL): Define.
21816         (ASM_DECLARE_FUNCTION_NAME): Define.
21817         (TYPE_ASM_OP, SIZE_ASM_OP, TYPE_OPERAND_FORMAT,
21818         ASM_DECLARE_RESULT, ASM_DECLARE_OBJECT_NAME,
21819         ASM_FINISH_DECLARE_OBJECT, ASM_DECLARE_FUNCTION_SIZE): Define if
21820         not already defined.
21821
21822 Wed Aug 25 01:36:11 1999  John David Anglin  <dave@hiauly1.hia.nrc.ca>
21823
21824         * calls.c (emit_call_1): Use call_pop/call_value_pop for all values
21825         of n_popped when call/call_value are not defined.
21826
21827 Wed Aug 25 01:25:14 1999  Jeffrey A Law  (law@cygnus.com)
21828
21829         * tm.texi: GNU CC -> GCC conversion.
21830         (CC1_SPEC): Indicate it is used for all language front ends.
21831
21832 Tue Aug 24 23:43:03 1999  Mark Mitchell  <mark@codesourcery.com>
21833
21834         * flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and
21835         NOTE_INSN_EH_REGION_END correctly.
21836
21837 Tue Aug 24 23:26:44 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
21838                           Jeff Law <law@cygnus.com>
21839
21840         * loop.c (strength_reduce): Automatically unroll loops if the
21841         unrolled loop size is smaller than the rolled loop size.
21842
21843         * loop.c (insert_bct): Replace use of sdiv_optab with asr_optab
21844         and delete comment that code should be rewritten.
21845
21846 Tue Aug 24 22:56:35 1999  Jeffrey A Law  (law@cygnus.com)
21847
21848         * haifa-sched.c (find_rgns): Mark a block found during the DFS search
21849         as reachable.
21850
21851         * haifa-sched.c (get_visual_tbl_length): Fix off-by-one error.
21852
21853 Tue Aug 24 22:41:06 1999  Mumit Khan  <khan@xraylith.wisc.edu>
21854
21855         * fixinc/mkfixinc.sh: Don't fix uwin headers.
21856         * i386/uwin.h (MD_STARTFILE_PREFIX): Define.
21857         (LINK_SPEC): Add -u _main when building executables.
21858         (ASM_DECLARE_FUNCTION): Update from Cygwin.
21859         (ASM_FILE_END): Use the default for ix86-pe.
21860         * i386/xm-uwin.h (HAVE_BCOPY): Undefine.
21861
21862 Tue Aug 24 20:49:47 1999  Art Haas  <ahaas@neosoft.com>
21863
21864         * final.c (output_addr_const): Handle case where ASM_OPEN_PAREN
21865         and ASM_CLOSE_PAREN are empty strings.
21866
21867 Wed Aug 25 12:46:22 1999  Fred Fish  <fnf@cygnus.com>
21868                           Geoffrey Keating <geoffk@cygnus.com>
21869
21870         * Makefile.in (PREPROCESSOR_DEFINES): New macro.
21871         (protoize.o):  Use PREPROCESSOR_DEFINES and DRIVER_DEFINES.
21872         (unprotoize.o): Ditto.
21873         (test-protoize-simple): Don't define STD_PROTO_DIR.
21874         * protoize.c: Use PARAMS rather than PROTO.  Minor whitespace
21875         changes to make 'test-protoize-simple' pass.
21876         (STD_PROTO_DIR): Remove define.
21877         (STANDARD_EXEC_PREFIX): Supply default define.
21878         (standard_exec_prefix): New variable, init to STANDARD_EXEC_PREFIX.
21879         (target_machine): New variable, init to DEFAULT_TARGET_MACHINE.
21880         (target_version): New variable, init to DEFAULT_TARGET_VERSION.
21881         (GET_ENV_PATH_LIST): New macro.
21882         (default_syscalls_dir): No longer initialized to STD_PROTO_DIR.
21883         (do_processing): Initialize default_syscalls_dir using new
21884         macros.  Use it to initialize syscalls_absolute_filename.
21885
21886 Tue Aug 24 16:58:15 1999  Richard Henderson  <rth@cygnus.com>
21887
21888         * jump.c (jump_optimize_1): Do cmov opt on any single-set; force
21889         B into a register before emit_conditional_move.
21890
21891 Tue Aug 24 15:37:03 1999  Richard Henderson  <rth@cygnus.com>
21892
21893         * fold-const.c (fold): Reassociate (+ (+ (* a b) c) (* d e))
21894         as (+ (+ (* a b) (* d e)) c).  Factor a common power-of-two
21895         multiplicand out of (+ (* a b) (* c d)).
21896
21897 Tue Aug 24 11:46:10 1999  Bob Manson <manson@cygnus.com>
21898                           Richard Henderson  <rth@cygnus.com>
21899
21900         * haifa-sched.c (split_hard_reg_notes): Move to flow.c
21901         (new_insn_dead_notes): Likewise.
21902         (update_n_sets): Likewise.
21903         (update_flow_info): Move to flow.c, renamed to update_life_info;
21904         extend to handle multiple source insns.
21905         * flow.c: Include resource.h
21906         (unlink_insn_chain): New.
21907         (split_hard_reg_notes): New.
21908         (maybe_add_dead_note): New.
21909         (maybe_add_dead_note_use): New.
21910         (find_insn_with_note): New.
21911         (new_insn_dead_notes): New.
21912         (update_n_sets): New.
21913         (sets_reg_or_subreg_1, sets_reg_or_subreg): New.
21914         (maybe_remove_dead_notes): New.
21915         (update_life_info): New.
21916         (prepend_reg_notes): New.
21917         (replace_insns): New.
21918         * output.h (update_life_info): Declare.
21919         * recog.c (split_block_insns): Use update_life_info.
21920         * resource.c (find_free_register): Use reg_alloc_order, don't use
21921         fixed regs, make sure the mode is supported, don't use new regs.
21922         (reg_dead_p): New.
21923         * rtl.h (replace_insns): Declare.
21924
21925 Tue Aug 24 13:48:39 1999  Nathan Sidwell  <nathan@acm.org>
21926
21927         * expr.c (expand_expr): Cope with COND_EXPRs with one
21928         non-returning branch.
21929
21930 Mon Aug 23 22:28:16 1999  Mark Mitchell  <mark@codesourcery.com>
21931
21932         * expr.c (store_expr): Always pass down the target, even when not
21933         doing CSE.
21934
21935 1999-08-24  Nick Clifton  <nickc@cygnus.com>
21936
21937         * configure.in: Define target_cpu_default for v850 targets.
21938         * configure: Regenerate
21939
21940         * config/v850/v850.h (TARGET_CPU_generic): Define.
21941         (GO_IF_LEGITIMATE_ADDRESS): Insist that SImode and larger constant
21942         addresses are 4 byte aligned.
21943
21944         * config/v850/v850.c (print_operand): Cope with 'R' format DFmode
21945         addresses.
21946
21947 Tue Aug 24 09:32:07 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21948
21949         * genattr.c (function_unit_desc): Constify a char*.  Add prototype.
21950         (main): Add prototypes.
21951
21952         * genattrtab.c (substitute_address, write_const_num_delay_slots,
21953         attr_eq, attr_numeral, attr_equal_p, attr_copy_rtx): Prototype.
21954         (write_attr_get): Emit prototypes along with function definition.
21955         (write_eligible_delay): Mark a parameter with ATTRIBUTE_UNUSED.
21956         (write_complex_function): Emit static prototype along with
21957         function definition.
21958
21959         * genemit.c (gen_split): Emit prototypes along with function
21960         definition.
21961
21962         * genoutput.c (output_epilogue): Add prototype to `insn_outfun'.
21963         Likewise for predicates and `insn_operand_predicate'.
21964         (process_template): Emit static prototype along with function
21965         definition.
21966
21967         * genrecog.c (make_insn_sequence): Constify a char*.  Add
21968         prototypes for get_split_*().
21969         (write_subroutine): Emit prototypes along with function
21970         definition.
21971
21972 Tue Aug 24 12:35:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21973
21974         * gcse.c (find_avail_set): Follow chains of register-register copies.
21975         Use oprs_not_set_p to guarantee that the returned value can be
21976         substituted.
21977         (cprop_insn): Don't verify the return value of find_avail_set with
21978         oprs_not_set_p.
21979
21980         * gcse.c (cprop_jump): New function, broken out of cprop_insn.
21981         (cprop_cc0_jump): New function.
21982         (cprop_insn): Break out new function cprop_jump and use it.
21983         Also use cprop_cc0_jump for machines with CC0.
21984         (cprop): Don't crash if cprop_insn turned the insn into a NOTE.
21985
21986         * tree.h (current_function_calls_setjmp,
21987         current_function_calls_longjmp): Delete declarations.
21988         * dsp16xx.c: Include "function.h".
21989         * elxsi.c: Likewise.
21990         * gmicro.c: Likewise.
21991         * h8300.c: Likewise.
21992         * i370.c: Likewise.
21993         * m32r.c: Likewise.
21994         * mn10200.c: Likewise.
21995         * mn10300.c: Likewise.
21996         * ns32k.c: Likewise.
21997         * spur.c: Likewise.
21998         * v850.c: Likewise.
21999
22000         * rtl.h (rtx_equal_function_value_matters): Declare.
22001         * toplev.c (rtx_equal_function_value_matters): Don't declare.
22002         * cse.c: Likewise.
22003         * function.c: Likewise.
22004         * emit-rtl.c: Likewise.
22005
22006 Tue Aug 24 02:47:44 1999  Jeffrey A Law  (law@cygnus.com)
22007
22008         * expr.c (convert_move): Fix arguments to TRULY_NOOP_TRUNCATION
22009         call.
22010
22011 1999-08-24 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
22012
22013         * jump.c (delete_barrier_successors) Match (set (pc) (pc)) insn
22014         exactly.
22015
22016 Mon Aug 23 23:35:52 1999  Matthias Klose  <doko@cs.tu-berlin.de>
22017
22018         * cpp.texi: Add a node documenting macro varargs (copied
22019         from extend.texi).
22020
22021 1999-08-23 22:23 -0700  Zack Weinberg  <zack@bitmover.com>
22022
22023         * cppspec.c: Put a null pointer at the end of the new argv.
22024
22025 Mon Aug 23 21:23:24 1999  Jeffrey A Law  (law@cygnus.com)
22026
22027         * configure.in: Remove code to select/de-select the haifa
22028         scheduler.  Every scheduled port gets haifa now.
22029         * configure: Rebuilt.
22030         * flags.h, genattrtab.c, rtl.h, toplev.c: Remove HAIFA ifdefs.
22031         * sched.c Deleted.
22032         * Makefile.in: Corresponding changes.
22033
22034 Mon Aug 23 16:04:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22035
22036         * optabs.c (prepare_cmp_insn): Turn COMPARISON arg into a pointer.
22037         All callers changed.
22038         (prepare_float_lib_cmp): Likewise.
22039         Use FLOAT_LIB_COMPARE_RETURNS_BOOL.
22040         * expr.h (emit_float_lib_cmp): Delete declaration.
22041         * tm.texi (FLOAT_LIB_COMPARE_RETURNS_BOOL): Document.
22042         * sparc.h (FLOAT_LIB_COMPARE_RETURNS_BOOL): Define.
22043         * sparc.md (bcc and scc patterns): Don't handle TFmode comparisons
22044         specially.
22045         (cmptf): Now conditional on TARGET_HARD_QUAD.
22046
22047 Fri Aug 20 17:52:27 1999  Jim Wilson  <wilson@cygnus.com>
22048
22049         * resource.c (mark_target_live_regs): Use
22050         PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.
22051
22052 Fri Aug 20 19:07:55 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22053
22054         * rtl.c (rtx_class, note_insn_name, reg_note_name): Constify.
22055
22056         * rtl.h (rtx_class, reg_note_name, note_insn_name): Likewise.
22057
22058         * genopinit.c (gen_insn): Use accessor macro, not `rtx_class'.
22059
22060 Fri Aug 20 18:53:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22061
22062         * rtl.h (rtx_format): Constify a char*.
22063
22064         * rtl.c (rtx_format): Likewise.
22065         (copy_rtx, copy_most_rtx, read_rtx): Likewise.
22066         (init_rtl): Use accessor macro, not `rtx_format'.
22067
22068         * alias.c (rtx_equal_for_memref_p, find_symbolic_term): Constify a
22069         char*.
22070
22071         * caller-save.c (mark_referenced_regs): Likewise.
22072
22073         * combine.c (subst, make_compound_operation, known_cond,
22074         gen_rtx_combine, update_table_tick, get_last_value_validate,
22075         use_crosses_set_p, mark_used_regs_combine, move_deaths): Likewise.
22076
22077         * cse.c (rtx_cost, mention_regs, canon_hash, exp_equiv_p,
22078         refers_to_p, canon_reg, fold_rtx, cse_process_notes,
22079         count_reg_usage): Likewise.
22080
22081         * emit-rtl.c (gen_rtx, copy_rtx_if_shared, reset_used_flags):
22082         Likewise.
22083
22084         * final.c (leaf_renumber_regs_insn): Likewise.
22085
22086         * flow.c (mark_used_regs, find_use_as_address, dump_flow_info,
22087         dump_edge_info, count_reg_references): Likewise.
22088
22089         * function.c (fixup_var_refs_1, walk_fixup_memory_subreg,
22090         fixup_stack_1, purge_addressof_1, instantiate_virtual_regs_1):
22091         Likewise.
22092
22093         * gcse.c (oprs_unchanged_p, hash_expr_1, expr_equiv_p,
22094         oprs_not_set_p, expr_killed_p, compute_transp, find_used_regs,
22095         add_label_notes): Likewise.
22096
22097         * genattrtab.c (attr_rtx, attr_copy_rtx, encode_units_mask,
22098         clear_struct_flag, count_sub_rtxs, count_alternatives,
22099         compares_alternatives_p, contained_in_p, walk_attr_value,
22100         write_expr_attr_cache): Likewise.
22101
22102         * genconfig.c (walk_insn_part): Likewise.
22103
22104         * genemit.c (max_operand_1, gen_exp): Likewise.
22105
22106         * genextract.c (walk_rtx): Likewise.
22107
22108         * genflags.c (num_operands): Likewise.
22109
22110         * genoutput.c (scan_operands): Likewise.
22111
22112         * genpeep.c (match_rtx): Likewise.
22113
22114         * genrecog.c (add_to_sequence): Likewise.
22115
22116         * haifa-sched.c (may_trap_exp, sched_analyze_2, attach_deaths):
22117         Likewise.
22118
22119         * integrate.c (save_constants, copy_for_inline,
22120         copy_rtx_and_substitute, subst_constants, restore_constants):
22121         Likewise.
22122
22123         * jump.c  (mark_jump_label, invert_exp, redirect_exp,
22124         rtx_renumbered_equal_p, rtx_equal_for_thread_p): Likewise.
22125
22126         * local-alloc.c (contains_replace_regs, memref_referenced_p):
22127         Likewise.
22128
22129         * loop.c (record_excess_regs, rtx_equal_for_loop_p,
22130         add_label_notes, replace_call_address, count_nonfixed_reads,
22131         invariant_p, find_single_use_in_loop, find_mem_givs,
22132         find_life_end, maybe_eliminate_biv_1, update_reg_last_use):
22133         Likewise.
22134
22135         * print-rtl.c (reg_names, print_rtx): Likewise.
22136
22137         * recog.c (validate_replace_rtx_1, find_single_use_1): Likewise.
22138
22139         * reg-stack.c (stack_regs_mentioned_p, record_label_references,
22140         record_reg_life_pat, swap_rtx_condition, goto_block_pat,
22141         print_blocks): Likewise.
22142
22143         * regclass.c (fix_register, record_address_regs,
22144         reg_scan_mark_refs): Likewise.
22145
22146         * regmove.c (stable_but_for_p): Likewise.
22147
22148         * reload.c (loc_mentioned_in_p, operands_match_p,
22149         find_reloads_toplevsubst_reg_equivs, find_reloads_address_1,
22150         copy_replacements, refers_to_regno_for_reload_p,
22151         refers_to_mem_for_reload_p, find_inc_amount, regno_clobbered_p,
22152         reload_when_needed_name, reg_class_names, debug_reload_to_stream):
22153         Likewise.
22154
22155         * reload1.c (eliminate_regs, scan_paradoxical_subregs,
22156         delete_address_reloads_1, count_occurrences,
22157         reload_cse_mem_conflict_p, reload_combine_note_use,
22158         add_auto_inc_notes): Likewise.
22159
22160         * resource.c (mark_referenced_resources, mark_set_resources):
22161         Likewise.
22162
22163         * rtlanal.c (rtx_unstable_p, rtx_varies_p, rtx_addr_varies_p,
22164         reg_mentioned_p, regs_set_between_p, modified_between_p,
22165         modified_in_p, refers_to_regno_p, reg_overlap_mentioned_p,
22166         rtx_equal_p, volatile_insn_p, volatile_refs_p, side_effects_p,
22167         may_trap_p, inequality_comparisons_p, replace_rtx, replace_regs,
22168         jmp_uses_reg_or_mem, for_each_rtx, regno_use_in): Likewise.
22169
22170         * sched.c (sched_analyze_2, attach_deaths): Likewise.
22171
22172         * stupid.c (stupid_mark_refs): Likewise.
22173
22174         * unroll.c (remap_split_bivs): Likewise.
22175
22176         * varasm.c (mark_constants): Likewise.
22177
22178         * a29k/a29k.c (uses_local_reg_p): Likewise.
22179
22180         * alpha/alpha.c (summarize_insn): Likewise.
22181
22182         * arm/arm.c (symbol_mentioned_p, label_mentioned_p,
22183         eliminate_lr2ip): Likewise.
22184
22185         * arm/thumb.c (symbol_mentioned_p, label_mentioned_p): Likewise.
22186
22187         * i386/i386.c (symbolic_reference_mentioned_p, copy_all_rtx,
22188         reg_mentioned_in_mem): Likewise.
22189
22190         * ns32k/ns32k.c (global_symbolic_reference_mentioned_p,
22191         symbolic_reference_mentioned_p): Likewise.
22192
22193         * romp/romp.c (unsigned_comparisons_p, hash_rtx): Likewise.
22194
22195         * sh/sh.c (regs_used, mark_use): Likewise.
22196
22197         * vax/vax.c (vax_rtx_cost): Likewise.
22198
22199 Fri Aug 20 18:38:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22200
22201         * machmode.h (mode_name): Constify a char*.
22202
22203         * rtl.c (mode_name): Likewise.
22204
22205         * genopinit.c (gen_insn): Use accessor macro, not `mode_name'.
22206
22207         * optabs.c (init_libfuncs): Constify a char*.
22208
22209         * print-tree.c (mode_name): Remove redundant declaration.
22210         (print_node): Use accessor macro, not `mode_name'.
22211
22212         * reload1.c (dump_needs): Constify a char*.  Use accessor macro,
22213         not `mode_name'.
22214         (new_spill_reg): Constify a char*.
22215
22216         * tree.c (mode_name): Remove redundant declaration.
22217
22218 Fri Aug 20 18:31:26 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22219
22220         * rtl.c (rtx_name): Constify a char*.
22221
22222         * rtl.h (rtx_name, fix_sched_param): Likewise.
22223
22224         * gmicro/gmicro.c (rtx_name): Remove redundant declaration.
22225         (mypr): Use accessor macro, not `rtx_name'.
22226
22227         * genemit.c (print_code): Constify a char*.
22228
22229         * genopinit.c (gen_insn): Use accessor macro, not `rtx_name'.
22230
22231         * genpeep.c (print_code): Constify a char*.
22232
22233         * genrecog.c (print_code): Likewise.
22234
22235         * graph.c (start_fct, start_bb, node_data, draw_edge, end_fct,
22236         end_bb): Add static prototype.
22237         (draw_edge): Constify a char*.
22238         (end_bb): Remove unused parameter.
22239
22240         * haifa-sched.c (fix_sched_param, safe_concat, print_exp
22241         print_block_visualization): Constify a char*.
22242
22243 Fri Aug 20 15:02:10 1999  Mark Mitchell  <mark@codesourcery.com>
22244
22245         * c-common.c (c_get_alias_set): Update comment.
22246
22247 1999-08-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
22248
22249         * linux.h (LIB_SPEC): Added.
22250
22251 Fri Aug 20 22:32:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
22252
22253         * config/c4x/c4x.h (STARTFILE_SPEC): Don't def.
22254
22255 1999-08-19 18:43 -0700  Zack Weinberg  <zack@bitmover.com>
22256
22257         * tree.c (expr_check): Fix typo in last change.
22258
22259 1999-08-19 14:44 -0700  Zack Weinberg  <zack@bitmover.com>
22260
22261         * rtl.def (NOTE): Change format to "iuu0n".
22262         (ADDR_DIFF_VEC): Change format to "eEee0".
22263         (ADDRESSOF): Change format to "eit".
22264
22265         * rtl.h (rtvec): Make "elem" an array of rtx, not rtunion.
22266         (RTVEC_ELT): Change to match.
22267         (XVECEXP): Use XVEC and RTVEC_ELT.
22268         (INSN_UID, INSN_CODE, CODE_LABEL_NUMBER, NOTE_LINE_NUMBER,
22269         ADDRESSOF_REGNO, REGNO, SUBREG_WORD): Use XINT.
22270         (PREV_INSN, NEXT_INSN, PATTERN, REG_NOTES,
22271         CALL_INSN_FUNCTION_USAGE, SUBREG_REG, SET_SRC, SET_DEST,
22272         TRAP_CONDITION, TRAP_CODE): Use XEXP.
22273         (INTVAL): Use XWINT.
22274         (ADDRESSOF_DECL): Use XTREE.
22275         (SET_ADDRESSOF_DECL): Delete.
22276         (NOTE_DECL_NAME, NOTE_DECL_CODE, NOTE_DECL_RTL,
22277         NOTE_DECL_IDENTIFIER, NOTE_DECL_TYPE): Kill.  These have been
22278         ifdefed out since 2.6 at least.
22279         (gen_rtvec_vv): Delete prototype.
22280
22281         * rtl.h (rtvec_alloc): rt->elem is now an array of rtx,
22282         not rtunion.
22283         (copy_most_rtx): Handle 't' format letter.
22284         * emit-rtl.c (gen_rtvec_v): rt_val->elem is an array of rtx.
22285         (gen_rtvec_vv): Delete function.  All callers changed to use
22286         gen_rtvec_v instead.
22287         * print-rtl.c (print_rtx): Move special casing of NOTEs to
22288         the '0' format letter.
22289
22290         * function.c (gen_mem_addressof): Don't use
22291         SET_ADDRESSOF_DECL; provide `decl' to gen_rtx_ADDRESSOF
22292         instead.
22293         * integrate.c (copy_rtx_and_substitute): Likewise.
22294         Copy 't' slots with XTREE.
22295         (subst_constants): Treat 't' slots like '[swi]' slots.
22296         * cse.c (canon_hash, exp_equiv_p): Treat 't' slots like '0' slots.
22297         * jump.c (rtx_equal_for_thread_p): Likewise.
22298         * rtlanal.c (rtx_equal_p): Likewise.
22299         * stmt.c (expand_end_case): gen_rtx_ADDR_DIFF_VEC now takes
22300         only four arguments.
22301         * gengenrtl.c (type_from_format): Provide correct types for
22302         'b' and 't' slots.
22303
22304
22305         * tree.h [ENABLE_CHECKING] (TREE_CHECK, TREE_CLASS_CHECK):
22306         If a recent gcc is in use (always in stage2 and beyond), use
22307         statement expressions, so we don't make a function call unless
22308         the check fails.  Evaluate arguments exactly once.
22309         (CHAIN_CHECK, DO_CHECK, DO_CHECK1, TREE_CHECK1,
22310         TREE_CLASS_CHECK1, TYPE_CHECK1, DECL_CHECK1, CST_CHECK1):
22311         Delete.
22312         (CST_OR_CONSTRUCTOR_CHECK, EXPR_CHECK): Redefine such that
22313         they evaluate their arguments exactly once, irrespective of
22314         the compiler in use.
22315
22316         * tree.c [ENABLE_CHECKING]: Define whichever set of functions
22317         is used by the currently-enabled check macros.  This is:
22318         (tree_check_failed, tree_class_check_failed): For gcc.
22319         (tree_check, tree_class_check, cst_or_constructor_check,
22320         expr_check): For other compilers.
22321
22322         * gencheck.c: Do not define any *_CHECK1 macros.
22323
22324 Thu Aug 19 14:42:38 1999  Mike Stump <mrs@wrs.com>
22325                           Mark Mitchell <mark@codesourcery.com>
22326
22327         * c-common.c (c_get_alias_set): Fix support for poitners and
22328         references.
22329
22330 Thu Aug 19 11:51:22 EDT 1999  John Wehle  (john@feith.com)
22331
22332         * alias.c: Include tree.h.
22333         (nonlocal_reference_p, mark_constant_function): New functions.
22334         * flow.c (life_analysis): Call mark_constant_function.
22335         * rtl.h (mark_constant_function): Declare it.
22336
22337 Thu Aug 19 15:02:01 1999  Nick Clifton  <nickc@cygnus.com>
22338
22339         * config/rs6000/rs6000.c (rs6000_override_options): Fix test for
22340         unrecognisable switches.
22341
22342 Wed Aug 18 23:31:57 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
22343
22344         * loop.c (recombine_givs): Set ix field after sorting.
22345         (recombine_givs): Remove bogus index / giv lockstep looping.
22346
22347 Wed Aug 18 18:20:40 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22348
22349         * expmed.c (emit_store_flag): If UNSIGNEDP, call unsigned_condition
22350         on CODE.
22351         (emit_store_flag_force): Use do_compare_rtx_and_jump.
22352         (do_cmp_and_jump): Formatting fixes.
22353         * expr.c (do_compare_and_jump): Renamed from compare; changed to call
22354         do_compare_rtx_and_jump instead of compare_from_rtx.
22355         (do_compare_rtx_and_jump): New function; mostly copied from
22356         compare_from_rtx.
22357         (do_jump_for_compare): Delete.
22358         (expand_expr): Use do_compare_rtx_and_jump when handling MAX_EXPR and
22359         MIN_EXPR.
22360         (do_jump): Use do_compare_and_jump or do_compare_rtx_and_jump instead
22361         of compare/do_jump_for_compare pairs.
22362         (do_jump_by_parts_greater): Use do_jump_by_parts_greater_rtx.
22363         (do_jump_by_parts_greater_rtx): Use do_compare_rtx_and_jump instead of
22364         compare_from_rtx/do_jump_for_compare pairs.
22365         (do_jump_by_parts_equality): Likewise.
22366         (do_jump_by_parts_equality_rtx): Likewise.
22367         * expr.h (do_compare_rtx_and_jump): Declare.
22368         * optabs.c (prepare_cmp_insn): New function, contains most of the code
22369         that used to be in emit_cmp_insn.
22370         (cmp_available_p): New function.
22371         (prepare_operand): New function.
22372         (emit_cmp_and_jump_insn_1): New function, contains some code that used
22373         to be in emit_cmp_insn.
22374         (prepare_float_lib_cmp): Renamed from emit_float_lib_cmp; change some
22375         parameters to be pointers; don't emit final compare but modify some of
22376         the values pointed to by the args so the caller can perform the
22377         correct comparison.
22378         (expand_binop): Call emit_store_flag_force with signed forms of
22379         comparison code.
22380         (expand_abs): Use do_compare_rtx_and_jump instead of compare_from_rtx/
22381         emit_jump_insn pair.
22382         (emit_cmp_and_jump_insn): Use prepare_cmp_insn and
22383         emit_cmp_and_jump_insn_1.  Call emit_queue.
22384         (emit_cmp_insn): Just call emit_cmp_and_jump_insns with zero for LABEL
22385         arg.
22386         * flow.c (tidy_fallthru_edge): If HAVE_cc0, verify insn before a
22387         jump sets cc0 before deleting it.
22388         * integrate.c (expand_inline_function): Likewise.
22389         * unroll.c (unroll_loop): Similar changes in several places.
22390         (copy_loop_body): If HAVE_cc0, verify insn before a jump sets cc0
22391         before deleting it.
22392
22393 Wed Aug 18 06:37:44 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22394
22395         * Makefile.in (insn-recog.o): Update dependencies.
22396         * genrecog.c (main): Make generated file include "function.h".
22397
22398 Sat Aug 14 00:54:57 1999  Geoffrey Keating  <geoffk@cygnus.com>
22399
22400         * cse.c (cse_insn): Call never_reached_warning when a jump is
22401         changed to be unconditional.
22402         * flags.h: Declare warn_notreached.
22403         * flow.c (delete_block): Call never_reached_warning when
22404         a block is deleted.
22405         * jump.c (delete_barrier_successors): Call never_reached_warning
22406         when we delete everything after a BARRIER.
22407         (never_reached_warning): New function.
22408         * rtl.h: Declare never_reached_warning.
22409         * toplev.c (warn_notreached): New variable.
22410         (lang_independent_options): Set warn_notreached
22411         when -Wunreachable-code.
22412         (compile_file): We need line numbers for -Wunreachable-code.
22413
22414 Tue Aug 17 22:06:11 1999  Jan Hubicka  <hubicka@freesoft.cz>
22415
22416         * haifa-sched.c (insn_unit): Fix typo on out of range test.
22417         * sched.c (insn_unit): Likewise.
22418
22419 Tue Aug 17 21:57:23 1999  Andreas Schwab  <schwab@suse.de>
22420
22421         * combine.c (distribute_notes): Handle REG_EH_RETHROW.
22422
22423 Tue Aug 17 17:39:43 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22424
22425         * flow.c (create_edge_list): Use xmalloc, not malloc.
22426
22427 Tue Aug 17 01:40:54 1999  Loren Rittle  <ljrittle@acm.org>
22428
22429         * fixinc/inclhack.def (no_double_slash): Do not trash single-line
22430         C-style comments.  Do not lose the character before double slash.
22431
22432 Mon Aug 16 18:08:22 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22433
22434         * basic-block.h (struct edge_list): Stucture to maintain a vector
22435         of edges.
22436         (EDGE_INDEX_NO_EDGE, EDGE_INDEX, INDEX_EDGE_PRED_BB, INDEX_EDGE_SUCC_BB,
22437          INDEX_EDGE, NUM_EDGES): New Macros for accessing edge list.
22438         (create_edge_list, free_edge-List, print_edge_list, verify_edge_list):
22439         New function prototypes.
22440         * flow.c (create_edge_list): Function to create an edge list.
22441         (free_edge_list): Discards memory used by an edge list.
22442         (print_edge_list): Debug output showing an edge list.
22443         (verify_edge_list): Internal consistency check for an edge list.
22444         (find_edge_index): Function to find an edge index for a pred and succ.
22445
22446 Mon Aug 16 11:56:36 1999  Mark Mitchell  <mark@codesourcery.com>
22447
22448         * tree.c (type_hash_add): Use permalloc to allocate nodes in the
22449         hashtable.
22450
22451 Mon Aug 16 17:04:15 1999  Jorn Rennecke <amylaar@cygnus.co.uk>
22452
22453         * mips.h (CLASS_CANNOT_CHANGE_SIZE): Define.
22454
22455 Fri Aug 13 15:20:43 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
22456
22457         * config/i386/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
22458
22459 Fri Aug 13 10:21:28 1999  Nick Clifton  <nickc@cygnus.com>
22460
22461         * toplev.c (rest_of_compilation): Allow machine dependent
22462         reorganisation pass to place information into the RTL dump
22463         file if it so wishes.
22464
22465 Sun Aug 15 12:41:21 1999  Jim Wilson  <wilson@cygnus.com>
22466
22467         * explow.c (hard_function_value): Use VOIDmode instead of
22468         MAX_MACHINE_MODE.
22469         * stmt.c (expand_return): Likewise.
22470         * stor-layout.c (get_best_mode): Likewise.
22471
22472         * genemit.c (gen_expand): If next is MATCH_PAR_DUP, then output
22473         emit call instead of emit_insn call.
22474
22475 Sat Aug 14 15:04:06 1999  Mumit Khan  <khan@xraylith.wisc.edu>
22476
22477         * configure.in: Handle --disable/enable-win32-registry.
22478         * install.texi: Document --disable/enable-win32-registry.
22479         * acconfig.h (ENABLE_WIN32_REGISTRY): New macro.
22480         (WIN32_REGISTRY_KEY): New macro.
22481         * prefix.c: Use to enable/disable win32-specific code.
22482         (lookup_key): Use versioned key.
22483         * configure: Regenerate.
22484         * config.in: Likewise.
22485
22486 Fri Aug 13 17:41:55 1999  Jason Merrill  <jason@yorick.cygnus.com>
22487
22488         * cpplib.c (read_line_number): New fn, split out of...
22489         (do_line): Here.
22490
22491 Fri Aug 13 14:18:27 1999  Gavin Romig-Koch  <gavin@cygnus.com>
22492
22493         tree.c (lang_unsave_expr_now) : New.
22494         (unsave_expr_now): Call lang_unsave_expr_now.
22495         tree.h (lang_unsave_expr_now) : New.
22496
22497 Fri Aug 13 00:49:46 1999  Jason Merrill  <jason@yorick.cygnus.com>
22498
22499         * toplev.c (flag_new_exceptions): On by default.
22500
22501 1999-08-13  Michael Meissner  <meissner@cygnus.com>
22502
22503         * Makefile.in (GCC_FOR_TARGET): Move -B./ after the tooldir -B.
22504
22505 Fri Aug 13 01:29:57 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
22506
22507         * dwarfout.c (fundamental_type_code): Return FT_boolean for
22508         INTEGER_TYPE with precision==1, it's __java_boolean.
22509
22510 Thu Aug 12 23:51:04 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
22511
22512         * global.c (prune_preferences): Move some invariants out of the
22513         inner loop.
22514
22515 Thu Aug 12 15:30:29 1999  Jesse Perry  (jap@unx.dec.com)
22516
22517         * configure.in (alpha*-dec-osf*): Add osf5.
22518
22519 Sun Aug  1 22:24:03 1999  Philip Blundell  <philb@gnu.org>
22520
22521         * configure.in: Rework handling of ARM GNU/Linux slightly.
22522         (arm*-*-linux-gnuoldld): New target.
22523         * configure: Regenerate.
22524         * install.texi (Configurations): Add arm-*-linux-gnu{oldld} and
22525         arm-*-elf.  Mention that arm-*-linux-gnuaout is obsolete.
22526         * config/arm/linux-oldld.h: New file.
22527         * config/arm/linux-elf26.h: Don't include linux-elf.h.
22528         (TARGET_DEFAULT, SUBTARGET_LINK_SPEC, SUBTARGET_EXTRA_ASM_SPEC):
22529         Don't define.
22530         * config/arm/linux-elf.h (ASM_SPEC): Define.
22531         (TARGET_DEFAULT, SUBTARGET_EXTRA_LINK_SPEC,
22532         SUBTARGET_EXTRA_ASM_SPEC, CPP_APCS_PC_DEFAULT): Add definitions
22533         for 26-bit APCS and old linker.
22534         (CPP_PREDEFINES): Define `__arm__'; don't define `arm' or
22535         `arm_elf'.
22536         (FP_DEFAULT): Define to FP_SOFT3 for all machines.
22537         * config/arm/linux-aout.h (CPP_PREDEFINES): Define `__arm__';
22538         don't define `arm' or `arm_elf'.
22539         * config/arm/t-linux (EXTRA_MULTILIB_PARTS, MULTILIB_OPTIONS,
22540         MULTILIB_DIRNAMES): Define.  Fix typo in comment.
22541
22542 Thu Aug 12 10:14:47 1999  Andreas Schwab  <schwab@suse.de>
22543
22544         * rtl.texi: Fix typo.
22545
22546 Wed Aug 11 23:50:57 1999  Jason Merrill  <jason@yorick.cygnus.com>
22547
22548         * invoke.texi (C++ Dialect Options): Add -fms-extensions.
22549
22550 Wed Aug 11 12:59:37 1999  Mark Mitchell  <mark@codesourcery.com>
22551
22552         * extend.texi (C++ Signatures): Remove node.
22553         * invoke.texi: Remove discussion of -fhandle-signatures,
22554         signature, sigof, __signature__, and __sigof__.
22555
22556 Wed Aug 11 03:38:25 1999  Jeffrey A Law  (law@cygnus.com)
22557
22558         * Makefile.in (JAVAGC): Removed.
22559
22560 Wed Aug 11 02:13:26 1999  Mumit Khan  <khan@xraylith.wisc.edu>
22561
22562         * i386/cygwin.h (ASM_OUTPUT_ALIGNED_BSS): Define.
22563
22564 1999-08-11 Mark Elbrecht <snowball3@bigfoot.com>
22565
22566         * i386/djgpp.h (ASM_OUTPUT_ALIGNED_BSS): Define.
22567
22568 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
22569
22570         * emit-rtl.c (mark_reg_pointer): Don't increase the alignment of
22571         a register that is already known to be a pointer.
22572
22573 1999-08-11  Bruce Korb  <ddsinc09@ix.netcom.com>
22574
22575         * fixinc/inclhack.tpl: Only install assert.h conditionally.
22576         * fixinc/inclhack.sh: Regenerated.
22577         * fixinc/fixincl.sh: Regenerated.
22578
22579 Wed Aug 11 00:34:22 1999  Joe Buck  <jbuck@synopsys.com>
22580
22581         * invoke.texi: s/GNU CC/GCC/ for consistency with gcc.texi.
22582         Fix documentation of -ansi flag to describe its C++ behavior.
22583         Remove bogus reference to GCC 2.9.
22584
22585 Tue Aug 10 17:19:02 1999  Jim Wilson  <wilson@cygnus.com>
22586
22587         * config/sh/sh.c (machine_dependent_reorg): Only call PUT_MODE on
22588         note if it is non-NULL.
22589
22590 Tue Aug 10 10:47:42 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22591
22592         * except.h (eh_nesting_info): Add new structure defintion.
22593         (init_eh_nesting_info, free_eh_nesting_info): Add function prototypes.
22594         (reachable_handlers, update_rethrow_references): Add function
22595         prototypes.
22596         * rtl.h (struct rtvec_def): Update comments.  REG_EH_RETHROW takes
22597         a rethrow symbol instead of an integer exception region number.
22598         * flow.c (Make_edges): Use new exception nesting routines to determine
22599         which handlers are reachable from a CALL or asynchronous insn.
22600         Dont add an edge for calls with a REG_EH_REGION of -1 to non-local
22601         goto receivers.
22602         (delete_eh_regions): Update rethrow labels, and don't delete
22603         regions which are the target of a rethrow.
22604         * except.c (struct func_eh_entry): Add rethrow_ref field, now we can
22605         avoid overloading the SYMBOL_REF_USED flag.
22606         (rethrow_symbol_map): Use new rethrow_ref field.
22607         (rethrow_used): Use new rethrow_ref field.
22608         (expand_rethrow): REG_EH_RETHROW now has a SYMBOL_REF instead
22609         of an integer.  Fix formatting.
22610         (output_exception_table_entry): Use new rethrow_ref field.
22611         (can_throw): Check for EH_REGION_NOTE before deciding
22612         whether a CALL can throw or not.
22613         (scan_region): Call rethrow_used() instead of accessing data structure.
22614         (update_rethrow_references): New function to make sure only regions
22615         which are still targets of a rethrow are flagged as such.
22616         (process_nestinfo): New static function to initialize a handler
22617         list for a specific region.
22618         (init_eh_nesting_info): New function to allocate and initialize
22619         the list of all EH handlers reachable from all regions.
22620         (reachable_handlers): New function to retrieve the list of handlers
22621         reachable from a specific region and insn.
22622         (free_eh_nesting_info): New function to dispose of a list of
22623         reachable handlers.
22624
22625 Tue Aug 10 10:39:31 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22626
22627         * flow.c (split_edge): Set JUMP_LABEL field.
22628         (commit_one_edge_insertion): Set head correctly for insert_before.
22629         When inserting insns, update insn block numbers if allocated.
22630
22631 Tue Aug 10 09:26:07 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22632
22633         * dwarf2out.c (dwarf2out_frame_debug_expr, add_incomplete_type,
22634         retry_incomplete_types): Add static prototype.
22635         (stripattributes, dwarf_cfi_name, ASM_OUTPUT_DWARF_STRING,
22636         dwarf_tag_name, dwarf_attr_name, dwarf_form_name,
22637         dwarf_stack_op_name, dwarf_type_encoding_name, add_AT_string,
22638         dwarf2_name, add_name_attribute, lookup_filename, dwarf2out_line,
22639         dwarf2out_start_source_file, dwarf2out_define, dwarf2out_undef):
22640         Constify a char*.
22641
22642         * dwarf2out.h (dwarf2out_define, dwarf2out_undef,
22643         dwarf2out_start_source_file, dwarf2out_line): Likewise.
22644
22645 Tue Aug 10 09:21:46 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22646
22647         * output.h (assemble_name): Constify a char*.
22648
22649         * varasm.c (UNIQUE_SECTION, assemble_start_function,
22650         assemble_variable, assemble_name): Likewise.
22651
22652         * dwarf2out.c (ASM_NAME_TO_STRING): Likewise.
22653
22654         * arm/pe.c (arm_pe_unique_section): Likewise.
22655
22656         * i386/cygwin.h (STRIP_NAME_ENCODING): Likewise.
22657
22658         * i386/i386-interix.h (STRIP_NAME_ENCODING): Likewise.
22659
22660         * i386/interix.c (i386_pe_unique_section): Likewise.
22661
22662         * i386/win32.h (STRIP_NAME_ENCODING): Likewise.
22663
22664         * i386/winnt.c (i386_pe_unique_section): Likewise.
22665
22666         * m32r/m32r.h (ASM_OUTPUT_LABELREF): Likewise.
22667
22668         * mn10200/mn10200.h (ASM_OUTPUT_LABELREF): Likewise.
22669
22670         * mn10300/mn10300.h (ASM_OUTPUT_LABELREF): Likewise.
22671
22672         * pa/pa.c (output_call): Likewise.
22673
22674         * pa/pa.h (ASM_OUTPUT_MI_THUNK): Likewise.
22675
22676         * pa/som.h (ASM_OUTPUT_FUNCTION_PREFIX): Likewise.
22677
22678         * rs6000/rs6000.c (rs6000_output_load_toc_table, output_toc):
22679         Likewise.
22680
22681         * rs6000/rs6000.h (RS6000_OUTPUT_BASENAME, STRIP_NAME_ENCODING):
22682         Likewise.
22683
22684         * rs6000/sol2.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
22685
22686         * rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_INT,
22687         STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Likewise.
22688
22689         * v850/v850.h (ASM_OUTPUT_LABELREF): Likewise.
22690
22691 Mon Aug  9 19:54:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22692
22693         * real.c (GET_REAL, PUT_REAL): Use memcpy instead of bcopy.
22694
22695 Mon Aug  9 19:36:00 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22696
22697         * tree.h (lang_identify): Constify a char*.
22698         (print_error_function): Add extern prototype.  Constify a char*.
22699
22700         * c-lang.c (lang_identify): Constify a char*.
22701
22702         * objc/objc-act.c (lang_identify): Constify a char*.
22703
22704 Mon Aug  9 16:21:53 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22705
22706         * genpeep.c (main): Make generated file include "function.h".
22707         * arm.c (function_really_clobbers_lr): Delete INLINE_HEADER case.
22708
22709 Mon Aug  9 10:08:50 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22710
22711         * Makefile.in: Update dependencies.
22712         * alias.c: Include "function.h"
22713         * c-decl.c: Likewise.
22714         * caller-save.c: Likewise.
22715         * calls.c: Likewise.
22716         * combine.c: Likewise.
22717         * cse.c: Likewise.
22718         * explow.c: Likewise.
22719         * final.c: Likewise.
22720         * global.c: Likewise.
22721         * graph.c: Likewise.
22722         * local-alloc.c: Likewise.
22723         * loop.c: Likewise.
22724         * optabs.c: Likewise.
22725         * profile.c: Likewise.
22726         * recog.c: Likewise.
22727         * regclass.c: Likewise.
22728         * regmove.c: Likewise.
22729         * reload.c: Likewise.
22730         * reorg.c: Likewise.
22731         * resource.c: Likewise.
22732         * sched.c: Likewise.
22733         * stupid.c: Likewise.
22734         * config/1750a/1750a.c: Likewise.
22735         * config/a29k/a29k.c: Likewise.
22736         * config/arc/arc.c: Likewise.
22737         * config/arm/arm.c: Likewise.
22738         * config/arm/thumb.c: Likewise.
22739         * config/c4x/c4x.c: Likewise.
22740         * config/clipper/clipper.c: Likewise.
22741         * config/convex/convex.c: Likewise.
22742         * config/fx80/fx80.c: Likewise.
22743         * config/i860/i860.c: Likewise.
22744         * config/m68k/m68k.c: Likewise.
22745         * config/m88k/m88k.c: Likewise.
22746         * config/mips/mips.c: Likewise.
22747         * config/pdp11/pdp11.c: Likewise.
22748         * config/pyr/pyr.c: Likewise.
22749         * config/romp/romp.c: Likewise.
22750         * config/sh/sh.c: Likewise.
22751         * config/tahoe/tahoe.c: Likewise.
22752         * config/vax/vax.c: Likewise.
22753         * config/we32k/we32k.c: Likewise.
22754         * config/sparc/sparc.c: Include "function.h".
22755         (mem_min_alignment): Test current_function rather than
22756         regno_pointer_align.
22757         * config/pa/pa.c: Likewise.
22758         (compute_frame_size): Delete declaration of
22759         current_function_outgoing_args_size.
22760         * config/arc/arc.h (current_function_varargs): Delete declaration.
22761         * config/elxsi/elxsi.h (current_function_calls_alloca): Delete
22762         declaration.
22763         * config/i370/i370.h (current_function_outgoing_args_size): Delete
22764         declaration.
22765         * config/i386/i386.h (FINALIZE_PIC): Delete declaration of
22766         current_function_uses_pic_offset_table.
22767         * config/m68k/a-ux.h (FUNCTION_EXTRA_EPILOGUE): Delete declaration
22768         of current_function_returns_pointer.
22769         * config/m68k/altos3068.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22770         * config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22771         * config/m68k/m68kv4.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22772         * config/m68k/mot3300.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22773         * config/m68k/pbb.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22774         * config/m68k/tower-as.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22775         * config/m88k/m88k.c: Include "function.h"
22776         (call_used_regs, current_function_pretend_args_size,
22777         current_function_outgoing_args_size, frame_pointer_needed): Delete
22778         declarations.
22779         * config/m88k/m88k.h (current_function_pretend_args_size): Delete
22780         declaration.
22781         * config/mips/mips.h (current_function_calls_alloca): Delete
22782         declaration.
22783         * config/mn10200/mn10200.h (current_function_needs_context,
22784         rtx_equal_function_value_matters): Delete declarations.
22785         * config/ns32k/ns32k (current_function_uses_pic_offset_table,
22786         flag_pic): Delete declarations.
22787         * config/pa/pa.h (current_function_pretend_args_size,
22788         current_function_decl): Delete declarations.
22789         * config/pa/som.h (current_function_varargs): Delete declaration.
22790         * config/pdp11/pdp11.h (current_function_pretend_args_size): Delete
22791         declaration.
22792         * config/pyr/pyr.h (current_function_pretend_args_size,
22793         current_function_args_size, current_function_calls_alloca): Delete
22794         declarations.
22795         * config/sh/sh.h (current_function_varargs): Delete declaration.
22796         * config/sparc/sparc.h (current_function_outgoing_args_size,
22797         current_function_calls_alloca, current_function_decl): Delete
22798         declarations.
22799         * config/spur/spur.h (current_function_pretend_args_size,
22800         current_function_calls_alloca): Delete declarations.
22801         * config/v850/v850.c (current_function_outgoing_args_size): Delete
22802         declaration.
22803         * config/vax/vms.h (current_function_name): Delete declaration.
22804         * gcse.c: Include "function.h".
22805         (current_function_name, current_function_calls_setjmp): Delete
22806         declarations.
22807         * haifa-sched.c: Include "function.h".
22808         (forced_labels): Delete declaration.
22809         * jump.c: Likewise.
22810         * reg-stack.c: Likewise.
22811         * reload1.c: Likewise.
22812         * genemit.c (main): Make generated file include function.h.
22813         * genoutput.c (output_prologue): Likewise.
22814
22815         * builtins.c (saveregs_value, apply_args_value): Delete variables.
22816         * emit-rtl.c (reg_rtx_no, first_label_num, first_insn, last_insn,
22817         sequence_rtl_expr, cur_insn_uid, last_linenum, last_filename,
22818         regno_pointer_flag, regno_pointer_flag_length, regno_pointer_align,
22819         regno_reg_rtx, sequence_stack): Delete variables.  Add accessor
22820         macros for some of them.
22821         (emit_filename, emit_lineno): Delete declarations.
22822         (gen_reg_rtx): Use memset/memcpy instead of bzero/bcopy.  Access
22823         regno_pointer_* variables through current_function.
22824         (gen_inline_header_rtx): Delete function.
22825         (save_emit_status): Delete function.
22826         (set_new_last_label_num): New function.
22827         (clear_emit_caches): New function.
22828         (restore_emit_status): Just clear last_labelnum and call
22829         clear_emit_caches.
22830         (get_last_insn_anywhere): Variable sequence_stack is now accessed
22831         through macro seq_stack.
22832         (add_insn_after): Likewise.
22833         (add_insn_before): Likewise.
22834         (remove_insn): Likewise.
22835         (pop_topmost_sequence): Likewise.
22836         (in_sequence_p): Likewise.
22837         (start_sequence_for_rtl_expr): Likewise.
22838         (start_sequence): Likewise, and likewise for
22839         sequence_rtl_expr/seq_rtl_expr.
22840         (push_topmost_sequence): Likewise.
22841         (end_sequence): Likewise.
22842         (init_virtual_regs): Now takes a "struct emit_status *" argument.
22843         All callers changed.  Store into that pointer instead of globals.
22844         (init_emit): Allocate emit elt of current_function.
22845         Changes for sequence_rtl_expr/sequence_stack renaming.
22846         Call clear_emit_caches instead of doing it in-line.
22847         Access regno_pointer_* variables through current_function.
22848         (init_emit_once) Don't clear sequence_stack.
22849
22850         * expr.c (pending_stack_adjust, inhibit_defer_pop, pending_chain):
22851         Delete variables.
22852         (arg_pointer_save_area): Delete declaration.
22853         (finish_expr_for_function): Renamed from init_queue; no longer static.
22854         (init_expr): Don't call init_queue.
22855         (save_expr_status, restore_expr_status): Delete functions.
22856         (expand_expr): Changes to reflect new layout of struct function.
22857         Don't access current_function_check_memory_usage when current_function
22858         is 0.
22859         * expr.h (forced_labels, save_expr_regs, saveregs_value,
22860         apply_args_value, current_function_calls_alloca, inhibit_defer_pop,
22861         current_function_outgoing_args_size, current_function_arg_offset_rtx,
22862         current_function_uses_const_pool, function_call_count,
22863         current_function_uses_pic_offset_table, nonlocal_labels,
22864         current_function_internal_arg_pointer, nonlocal_goto_stack_level,
22865         current_function_check_memory_usage, nonlocal_goto_handler_slots,
22866         pending_stack_adjust, target_temp_slot_level, temp_slot_level): Delete
22867         declarations.
22868         (finish_expr_for_function): Declare.
22869         * flags.h (current_function_has_nonlocal_label,
22870         current_function_has_nonlocal_goto, current_function_is_thunk,
22871         current_function_has_computed_jump): Delete declarations.
22872         * flow.c (forced_labels): Delete declaration.
22873         * function.c (current_function_pops_args,
22874         current_function_returns_struct, current_function_returns_pcc_struct,
22875         current_function_needs_context, current_function_calls_setjmp,
22876         current_function_calls_longjmp, current_function_has_nonlocal_label,
22877         current_function_has_nonlocal_goto, current_function_is_thunk,
22878         current_function_has_computed_jump, current_function_calls_alloca,
22879         current_function_contains_functions, current_function_returns_pointer,
22880         current_function_epilogue_delay_list, current_function_args_size,
22881         current_function_pretend_args_size, current_function_arg_offset_rtx,
22882         current_function_outgoing_args_size, current_function_varargs,
22883         current_function_stdarg, current_function_args_info, cleanup_label,
22884         current_function_name, current_function_uses_const_pool,
22885         current_function_instrument_entry_exit, current_function_return_rtx,
22886         current_function_uses_pic_offset_table, nonlocal_labels,
22887         current_function_internal_arg_pointer, current_function_cannot_inline,
22888         current_function_check_memory_usage, function_call_count,
22889         nonlocal_goto_handler_slots, nonlocal_goto_handler_labels,
22890         nonlocal_goto_stack_level, return_label, save_expr_regs,
22891         stack_slot_list, rtl_expr_chain, tail_recursion_label, temp_slots,
22892         tail_recursion_reentry, arg_pointer_save_area, frame_offset,
22893         context_display, trampoline_list, parm_birth_insn, invalid_stack_slot,
22894         last_parm_insn, max_parm_reg, parm_reg_stack_loc, sequence_rtl_expr,
22895         temp_slot_level, var_temp_slot_level, target_temp_slot_level):
22896         Delete variables.
22897         (push_function_context_to): Don't save them.  Don't call
22898         save_storage_status, save_emit_status or save_expr_status.
22899         (pop_function_context_from): Don't restore them.  Don't call
22900         restore_storage_status or restore_expr_status.
22901         (get_func_frame_size): New function.
22902         (get_frame_size): Use it.
22903         (assign_outer_stack_local): Reflect some member name changes in struct
22904         function.
22905         (put_reg_into_stack): Likewise.
22906         (assign_stack_temp_for_type): sequence_rtl_expr was renamed to
22907         seq_rtl_expr.
22908         (fixup_var_refs): Likewise.
22909         (fix_lexical_addr): Likewise.
22910         (trampoline_address): Likewise.
22911         (prepare_function_start): Clear field inlinable of current_function.
22912         (init_function_for_compilation): New function.
22913         (expand_dummy_function_end): New function.
22914         (expand_function_end): Call finish_expr_for_function.
22915         * function.h (struct emit_status): New; fields moved here from struct
22916         function and from global variables.  Add accessor macros for some of
22917         the fields.
22918         (struct expr_status): Likewise.
22919         (REGNO_POINTER_ALIGN, REGNO_POINTER_FLAG): Moved here from regs.h.
22920         (struct function): Add fields expr and emit, inlinable, inl_emit,
22921         original_arg_vector, original_decl_initial, inl_last_parm_insn,
22922         inl_max_label_num.  Add many comments.
22923         Add accessor macros for all elts of struct function that no longer
22924         have a global variable.
22925         (cleanup_label, return_label, frame_offset, tail_recursion_label,
22926         tail_recursion_reentry, arg_pointer_save_area, rtl_expr_chain,
22927         stack_slot_list): Delete declarations.
22928         (get_func_frame_size): Declare.
22929         (save_expr_status, restore_expr_status, save_emit_status,
22930         save_storage_status, restore_storage_status): Delete declarations.
22931         (init_virtual_regs): Declare.
22932         * output.h (current_function_pops_args,
22933         current_function_returns_struct, current_function_returns_pcc_struct,
22934         current_function_needs_context, current_function_calls_setjmp,
22935         current_function_calls_longjmp, current_function_calls_alloca,
22936         current_function_has_nonlocal_label, current_function_varargs,
22937         current_function_has_computed_jump, current_function_returns_pointer,
22938         current_function_contains_functions, current_function_args_size,
22939         current_function_pretend_args_size, current_function_stdarg,
22940         current_function_outgoing_args_size, current_function_args_info,
22941         current_function_name, current_function_return_rtx,
22942         current_function_epilogue_delay_list,
22943         current_function_uses_const_pool, current_function_cannot_inline):
22944         Delete declarations.
22945         * regs.h (reg_rtx_no, regno_pointer_flag, regno_pointer_flag_length,
22946         regno_reg_rtx): Delete declaration.
22947         (REGNO_POINTER_FLAG): Delete macro.
22948         * stmt.c (expand_goto): Changes to reflect that some fields in struct
22949         function were renamed.
22950         * stor-layout.c (save_storage_status, restore_storage_status): Delete
22951         functions.
22952         * toplev.c: Include "function.h".
22953         (current_function_decl): Delete declaration.
22954         (compile_file): Call init_dummy_function_start and
22955         expand_dummy_function_end around some initializations that need to
22956         emit rtl.
22957         (rest_of_compilation): Use DECL_SAVED_INSNS properly.
22958         Call init_function_for_compilation.
22959         * unroll.c: Include "function.h"
22960         (unroll_loop): Access regno_pointer_* variables through
22961         current_function.
22962
22963         * tree.h (struct tree_decl): Add elt f to saved_insns member.
22964         (DECL_SAVED_INSNS): use it.
22965         (expand_dummy_function_end): Declare.
22966         (init_function_for_compilation): Declare.
22967         * calls.c (calls_function_1): Change use of DECL_SAVED_INSNS now
22968         that it's no longer an INLINE_HEADER.
22969         (expand_call): Likewise.
22970         * integrate.c (finish_inline): Delete function.
22971         (max_parm_reg, parm_reg_stack_loc): Delete declarations.
22972         (initialize_for_inline): Delete min_labelno, max_labelno and max_reg
22973         args.  Don't generate an INLINE_HEADER rtx, just return the arg
22974         vector.  All callers changed.
22975         (save_for_inline_copying):  Create a duplicate struct emit_status to
22976         hold the emit state for compiling the current function.  Use this and
22977         the other new fields in struct function that are for integration
22978         instead of an INLINE_HEADER.
22979         Use memcpy instead of bcopy.
22980         Store the current struct function in DECL_SAVED_INSNS of fndecl.
22981         (save_for_inline_nocopy): Similar changes, except no new emit_status
22982         is needed here.
22983         (expand_inline_function): Get information from function structure,
22984         not from an inline header rtx.
22985         (output_inline_function): Lose code to extract the necessary
22986         information from an inline header; simply put back the function
22987         structure into current_function.  Clear its inlinable elt.
22988         * rtl.def (INLINE_HEADER): Delete.
22989         * rtl.h: Delete all accessors for an INLINE_HEADER.
22990         (gen_inline_header_rtx): Delete declaration.
22991         (regno_reg_rtx, regno_pointer_align, nonlocal_goto_handler_labels):
22992         Delete declarations.
22993         (REGNO_POINTER_ALIGN): Delete.
22994         (clear_emit_caches): Declare.
22995         (set_new_last_label_num): Declare.
22996
22997 Mon Aug  9 01:52:24 1999  Jason Merrill  <jason@yorick.cygnus.com>
22998
22999         * print-tree.c (print_node): Print base for OFFSET_TYPEs.
23000
23001         * except.c (expand_eh_region_start_for_decl): Always start a new block.
23002         * stmt.c (is_eh_region): Make sure current_function is present, too.
23003
23004 Mon Aug  9 01:15:24 1999  Jeffrey A Law  (law@cygnus.com)
23005
23006         * pa.h (HARD_REGNO_MODE_OK): Correctly handle FPregs, even when
23007         for 64bit PA targets.
23008
23009         * pa.h (SELECT_SECTION): Define.
23010         * som.h (SELECT_SECTION): Delete.
23011
23012 Sun Aug  8 15:13:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23013
23014         * alias.c (init_alias_analysis): Wrap call to
23015         `prologue_epilogue_contains' within HAVE_prologue||HAVE_epilogue.
23016
23017 1999-08-07  Bruce Korb  <autogen@linuxbox.com>
23018
23019         * fixinc/inclhack.def(irix_asm_apostrophe):  IRIX 5.2's
23020         <sys/asm.h> contains an asm comment with an apostrophe
23021         * fixinc/inclhack.sh:  regen
23022         * fixinc/fixincl.x:  regen
23023
23024 Sat Aug  7 19:37:07 1999  Richard Henderson  <rth@cygnus.com>
23025
23026         * function.c (init_function_start): Clear prologue & epilogue.
23027         (prologue_epilogue_contains): New function.
23028         * alias.c (init_alias_analysis): Use it.
23029         * rtl.h (prologue_epilogue_contains): Declare it.
23030
23031 Sat Aug  7 19:32:16 1999  Richard Henderson  <rth@cygnus.com>
23032
23033         * jump.c (onlyjump_p): New function.
23034         * rtl.h: Declare it.
23035         * flow.c (delete_unreachable_blocks): Use onlyjump_p instead
23036         of condjump_p in calling tidy_fallthru_edge and merge_blocks.
23037
23038 Sat Aug  7 17:09:36 1999  Richard Henderson  <rth@cygnus.com>
23039
23040         * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_REG_SET
23041         to invert loops.  Simplify block scanning.
23042
23043 Sat Aug  7 02:11:13 1999  Bernd Schmidt <bernds@cygnus.co.uk>
23044
23045         * gcse.c (hash_scan_set): Treat SYMBOL_REFs like CONST_INTs.
23046         (cprop_insn): Treat SYMBOL_REFs like CONST_INTs.
23047
23048 1999-08-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
23049
23050         * config/sparc/liteelf.h: New file to support sparclite-elf target
23051         * config/sparc/t-sp86x: New file to support sparc86x targets
23052         * config/sparc/sp86x-aout.h: New file to support sparc86x-aout target
23053         * config/sparc/sp86x-elf.h: New file to support sparc86x-elf target
23054         * configure.in: Support above target triplets
23055         * configure: Regenerated
23056
23057 Sat Aug  7 01:39:27 1999  Philippe De Muyter  <phdm@macqel.be>
23058
23059         * fixinc/server.c (server_setup): Do not prefix function used as
23060         parameter with `&'.
23061
23062 Sat Aug  7 00:21:20 1999  Richard Henderson  <rth@cygnus.com>
23063
23064         * alpha.md (movhi and movqi patterns): Correct predicate for !BWX.
23065         Remove fp reg alternatives.
23066
23067 Sat Aug  7 00:06:54 1999  Jeffrey A Law  (law@cygnus.com)
23068
23069         * Makefiin (TAROUTOPTS): Kill.
23070         (install-headers-tar): Use "xpf" for tar headerfile extraction
23071         * i370/x-oe (TAROUTOPTS): Delete.
23072         * m68k/x-apollo68 (TAROUTOPTS): Delete.
23073         * m68k/x-hp320 (TAROUTOPTS): Delete.
23074         * m68k/x-hp320g (TAROUTOPTS): Delete.
23075         * gcc.texi: Update bug reporting text.
23076
23077 1999-08-6 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
23078
23079         * reg-stack.c (change_stack) Fixed problem with negative array index.
23080
23081 Fri Aug  6 23:08:44 1999  Jeffrey A Law  (law@cygnus.com)
23082
23083         * extend.texi, install.texi: Fix spelling mistakes.
23084
23085         * Makefile.in (PREMADE_ATTRTAB_MD, PREMADE_ATTRTAB): Delete.
23086         (s-attrtab); No longer try to use pre-made insn-attrtab file.
23087         * mips/t-bsd: Delete references to obsolete PREMADE_ATTRTAB and
23088         PREMADE_ATTRTAB_MD.
23089         * mips/t-ecoff: Likewise.
23090         * mips/t-elf: Likewise.
23091         * mips/t-mips: Likewise.
23092         * mips/t-osfrose: Likewise.
23093         * mips/t-r3900: Likewise.
23094         * mips/t-svr3: Likewise.
23095         * mips/t-svr4: Likewise.
23096         * mips/t-ultrix: Likewise.
23097
23098         * gcc.texi: Document recommend means to provide software floating
23099         point libraries in libgcc.a
23100
23101 1999-08-06  Jason Merrill  <jason@yorick.cygnus.com>
23102
23103         * c-lex.c (yylex): We can have a number with no digits.
23104
23105 Fri Aug  6 16:53:55 EDT 1999  John Wehle  (john@feith.com)
23106
23107         * jump.c (delete_prior_computation): New function, broken
23108         out of delete_computation.  Check for side effects with
23109         side_effects_p instead of FIND_REG_INC_NOTE.  Handle
23110         multi-word hard registers.
23111         (delete_computation): Use it.  Check for side effects with
23112         side_effects_p instead of FIND_REG_INC_NOTE.  Synthesize a
23113         missing REG_DEAD note for a register which is both set and
23114         used by an insn.
23115
23116 Fri Aug  6 11:05:29 1999  Jeffrey A Law  (law@cygnus.com)
23117
23118         * elf.h (TEXT_SPACE_P, FUNCTION_NAME_P): Delete.
23119         (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT): Likewise.
23120         (ASM_FILE_START): Import _mcount with the right type.
23121         (ASM_DECLARE_FUNCTION_NAME): Define.
23122         (ASM_OUTPUT_EXTERNAL, ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
23123         * pa.c (output_function_prologue): Always emit the function's label
23124         here.
23125         * pa.h (TEXT_SPACE_P): Define.
23126         (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
23127         (ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT, ASM_GLOBALIZE_LABEL): Likewise.
23128         * som.h (TEXT_SPACE_P): Delete.
23129         (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
23130         (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT): Likewise.
23131
23132 Thu Aug  5 19:29:39 1999  Jim Wilson  <wilson@cygnus.com>
23133
23134         * expr.c (emit_group_load): Allow src to be a CONCAT.
23135
23136 Thu Aug  5 22:27:15 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23137
23138         * config/sh/lib1funcs.asm (___movstrSI0): Change or r0,r0,r0 to nop.
23139         (___mulsi3): Use '!' comment character.
23140
23141 Thu Aug  5 13:34:14 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23142
23143         * reload1.c (maybe_fix_stack_asms): Also declare P as "const char *".
23144
23145 Thu Aug  5 02:40:42 1999  Jeffrey A Law  (law@cygnus.com)
23146
23147         * gcc.c: Update URLs and mail addresses.
23148         * gcc.texi: Likewise.
23149
23150 Thu Aug  5 01:14:13 1999  Daniel Jacobowitz <drow@false.org>
23151
23152         * rs6000.c (current_file_function_operand): Return zero for
23153         weak functions.
23154         (rs6000_encode_section_info): Do not set SYMBOL_REF_FLAG for
23155         weak symbols.
23156         * rs6000.h (ENCODE_SECTION_NIFO): Do not set SYMBOL_REF_FLAG
23157         for weak symbols.
23158
23159 Thu Aug  5 00:56:30 1999  Geoffrey Keating  <geoffk@cygnus.com>
23160
23161         * rs6000.c (rs6000_stack_info): For ABI_V4/ABI_SOLARIS -fpic, always
23162         allocate space in the stack frame for the PIC register.
23163
23164 Thu Aug  5 00:20:47 1999  Jeffrey A Law  (law@cygnus.com)
23165
23166         * m68k.md (xordi3, anddi3): These patterns are not available on
23167         the coldfire.
23168
23169 Wed Aug  4 23:39:20 1999  Mark Mitchell  <mark@codesourcery.com>
23170
23171         * real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules.
23172         (PUT_REAL): Likewise.
23173
23174 Wed Aug  4 20:45:04 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23175
23176         * final.c (shorten_branches): Don't add an alignment for loops
23177         that have no label inside.
23178
23179 Wed Aug  4 16:39:24 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23180
23181         * builtins.c (expand_builtin_memcmp, expand_builtin_strcmp): Wrap
23182         prototypes in macro HAVE_cmpstrsi.
23183
23184         * cpplib.c (cpp_get_token): Remove unused label `op3'.
23185
23186         * emit-rtl.c (operand_subword): Remove unused variable
23187         `bits_per_word'.
23188
23189         * rtl.c (shallow_copy_rtx): Remove unused variable `format_ptr'.
23190
23191         * tree.c (chainon): Wrap variable `t2' in macro ENABLE_CHECKING.
23192
23193 Wed Aug  4 13:29:23 1999  Zack Weinberg  <zack@bitmover.com>
23194
23195         * cpphash.c (macroexpand): Delete leading whitespace when arg
23196         is concatenated before.
23197         (unsafe_chars): Correct test for whether + and - can extend a
23198         token.
23199
23200         * cppinit.c (cpp_start_read): Do dependencies for
23201         -include/-imacros files also.
23202
23203         * cpplib.c (cpp_scan_buffer): In no-output mode, don't bother
23204         tokenizing non-directive lines.
23205         (cpp_expand_to_buffer): Temporarily disable no-output mode.
23206         * cppmain.c: In no-output mode, just call cpp_scan_buffer for
23207         the input file.
23208
23209 Wed Aug  4 12:53:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
23210
23211         * expr.c (expand_expr, case PLUS_EXPR): Fix parallel case, too.
23212
23213         * c-lex.c: Sync with C++ frontend.
23214         (linemode): New variable.
23215         (parse_float): imag, conversion_errno, and type are output only.
23216         (yylex): Adjust.  Move initial '.' case into main switch.
23217         Use linemode.
23218         (handle_generic_pragma): Just deal with tokens.
23219         (readescape): Use ISXDIGIT and ISGRAPH.
23220         * c-parse.in: Add END_OF_LINE token.
23221
23222         * c-lex.c (lang_init): Generalize.
23223         (nextchar): Remove.  Replace uses with UNGETC.
23224         (skip_white_space): Handle linemode here.  Optimize for cpplib.
23225         (skip_white_space_on_line): Remove.
23226         (extend_token_buffer_to): New fn.
23227         (extend_token_buffer): Use it.
23228         (read_line_number, check_newline): Just deal with tokens.
23229         (token_getch, token_put_back): New fns.
23230         (yylex): Use them.  More cpplib optimizations.  Simplify.
23231
23232 Wed Aug  4 12:53:44 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
23233                           Jason Merrill  <jason@yorick.cygnus.com>
23234
23235         * c-lex.c (init_parse): Set cpp_token to CPP_DIRECTIVE.
23236         (consume_string): Make this smart about USE_CPPLIB.
23237         (check_newline): Rewrite to be intelligent about USE_CPPLIB.
23238         (yylex): Rewrite to be intelligent about USE_CPPLIB.
23239         Also, clean up cases where we redundantly set token_buffer[0].
23240         (read_line_number): New fn.
23241         (ignore_escape_flag): New variable.
23242
23243 Wed Aug  4 13:12:17 1999  Jeffrey A Law  (law@cygnus.com)
23244
23245         * a29k/t-a29kbare: Fix some comments.
23246         (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
23247         (FPBIT, DPBIT): Define.
23248         * a29k/t-vx29k: Likewise.
23249         * arc/t-arc: Likewise.
23250         * arm/t-arm-elf: Likewise.
23251         * arm/t-bare: Likewise.
23252         * arm/t-pe: Likewise.
23253         * arm/t-pe-thumb: Likewise.
23254         * arm/t-semi: Likewise.
23255         * arm/t-thumb: Likewise.
23256         * arm/t-thumb-elf: Likewise.
23257         * arm/t-thumb-linux: Likewise.
23258         * h8300/t-h8300: Likewise.
23259         * i960/t-i960: Likewise.
23260         * i960/t-vxworks960: Likewise.
23261         * m32r/t-m32r: Likewise.
23262         * mips/t-ecoff: Likewise.
23263         * mips/t-elf: Likewise.
23264         * mips/t-r3900: Likewise.
23265         * pa/t-pro: Likewise.
23266         * rs6000/t-aix43: Likewise.
23267         * rs6000/t-beos: Likewise.
23268         * rs6000/t-newas: Likewise.
23269         * rs6000/t-ppccomm: Likewise.
23270         * rs6000/t-rs6000: Likewise.
23271         * rs6000/t-winnt: Likewise.
23272         * rs6000/t-xnewas: Likewise.
23273         * rs6000/t-xrs6000: Likewise.
23274         * sh/t-sh: Likewise.
23275         * sparc/t-elf: Likewise.
23276         * sparc/t-sparcbare: Likewise.
23277         * sparc/t-sparclite: Likewise.
23278         * sparc/t-splet: Likewise.
23279         * v850/t-v850: Likewise.
23280         * mn10200/t-mn10200: Fix comments.
23281         * mn10300/t-mn10300: Likewise.
23282
23283         * pa.md (divsi3, udivsi3, modsi3, umodsi3 expanders): Clobber a new
23284         dummy operand.  Allocate a new pseudo for the dummy operand.
23285         (divsi3, udivsi3, modis3, umodsi3 patterns): Corresponding changes.
23286
23287         * pa.md (movqi, movhi patterns): Do not expose FP regs to regclass.
23288
23289 Wed Aug  4 11:53:55 1999  Tom Tromey  <tromey@cygnus.com>
23290
23291         * configure: Rebuilt.
23292         * configure.in: Removed --enable-java-gc option and JAVAGC subst.
23293
23294 Wed Aug  4 09:06:14 1999  Richard Earnshaw (rearnsha@arm.com)
23295
23296         * recog.c (preproces_constraints): Zero recog_op_alt before
23297         processing the constraints.
23298
23299         * arm.c (typedef minipool_node): Renamed from pool_node.
23300         (minipool_vector, minipool_size, minipool_vector_label): Similarly.
23301         (add_minipool_constant): New function.
23302         (dump_minipool): New function.
23303         (find_barrier): Remove special case for getting the insn size of
23304         an insn that references the constant pool.
23305         (minipool_fixup): New structure.
23306         (push_minipool_barrier): New function.
23307         (push_minipool_fix): New function.
23308         (note_invalid_constants): New function.
23309         (add_pool_constant, dump_table, fixit, broken_move): Delete.
23310         (arm_reorg): Rewrite code to fix up the constant pool into a
23311         series of mini-pools embedded in the insn stream.
23312         (arm_output_epilogue): New function, made mainly from the body
23313         of output_func_epilogue.
23314         (output_func_epilogue): Move insn generation part of epilogue code
23315         to arm_output_epilogue.
23316         * arm.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Delete.
23317         * arm.md (pool_range): New attribute.
23318         (zero_extendqidi2): Add attribute pool_range.
23319         (zero_extend_hisi_insn, load_extendqisi, extendhisi_insn,
23320         extendqihi_insn, extendqisi_insn, movdi, movsi_insn, pic_load_addr,
23321         pic_load_addr_based_insn, movhi_insn_arch4, movhi_insn_littleend,
23322         movhi_insn_bigend, loadhi_si_bigend, movsf_hard_insn, movsf_soft_insn,
23323         movdf_hard_insn, movdf_soft_insn, movxf_hard_insn): Likewise.
23324         (epilogue): New expand.
23325         (epilogue_insn): New insn.  Call arm_output_epilogue.
23326
23327         * arm.c (arm_poke_function_name): Undo change of July 17.  Tidy up.
23328         * arm.h (TARGET_SWITCHES): Add missing doc string for TARGET_DEFAULT.
23329
23330 Mon Aug  2 19:18:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
23331
23332         * linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
23333
23334 1999-08-04 Mark Elbrecht <snowball3@bigfoot.com>
23335
23336         * config/i386/djgpp.h  (BSS_SECTION_ASM_OP): Define.
23337
23338 Wed Aug  4 02:15:32 1999  Richard Henderson <rth@cygnus.com>
23339
23340         * jump.c (delete_insn): Delete the addr_vec when deleting a tablejump.
23341
23342 Wed Aug  4 01:48:08 1999  Jim Kingdon  <http://developer.redhat.com>
23343
23344         * global.c: Fix comment.
23345
23346 Wed Aug  4 01:43:01 1999  Ian Lance Taylor  <ian@zembu.com>
23347
23348         * gcc.c (access_check): New static function.
23349         (find_a_file): Use it when searching a directory list.
23350         * collect2.c (find_a_file): Don't accept directories found when
23351         searching a directory list.
23352
23353 Wed Aug  4 01:40:43 1999  Philippe De Muyter  <phdm@macqel.be>
23354
23355         * tlink.c (symbol_hash_lookup): Do not prefix functions used as
23356         function parameters with `&'.
23357         (file_hash_lookup, demangled_hash_lookup, tlink_init): Ditto.
23358
23359 Wed Aug  4 01:08:44 1999  Jeffrey A Law  (law@cygnus.com)
23360
23361         * flow.c (delete_unreachable_blocks): Do not call merge_blocks
23362         or tidy_fallthru_edge if the last insn in the block is not
23363         an unconditional jump or a simple conditional jump.
23364
23365 Tue Aug  3 20:21:20 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23366
23367         * Makefile.in (c-decl.o): Depends on defaults.h.
23368
23369 Tue Aug  3 14:14:52 1999  Jeffrey A Law  (law@cygnus.com)
23370
23371         * pa.h (HARD_REGNO_NREGS): FP registers are always 4 bytes wide for
23372         PA1.1 and above.
23373         (CLASS_MAX_NREGS): Likewise.
23374
23375 Tue Aug  3 03:51:20 1999  Jeffrey A Law  (law@cygnus.com)
23376
23377         * cse.c (cse_insn): Fix dumb thinko in last change.
23378
23379 Tue Aug  3 10:36:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23380
23381         * reload1.c (maybe_fix_stack_asms): Declare CONSTRAINTS as
23382         "const char *".
23383
23384 Mon Aug  2 23:45:45 1999  Hans-Peter Nilsson  <hp@bitrange.com>
23385
23386         * dwarf2out.c (add_location_or_const_value_attribute): Correct
23387         test for sizes of passed and declared parameter types.
23388
23389 Tue Aug  3 00:03:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23390
23391         * fixincludes: Fix the return type of bsearch, char* -> void*.
23392
23393         * fixinc/inclhack.def: Likewise.
23394
23395 Mon Aug  2 18:29:32 1999  Mark Mitchell  <mark@codesourcery.com>
23396
23397         * invoke.texi (-fdump-translation-unit): New option.
23398
23399 Mon Aug  2 17:54:19 1999  Richard Henderson  <rth@cygnus.com>
23400
23401         * expr.h (PROMOTE_PROTOTYPES): Move ...
23402         * defaults.h: ... to here.
23403         * c-decl.c: Include defaults.h instead of expr.h.
23404         * c-typeck.c: Include defaults.h.
23405
23406 Mon Aug  2 17:10:24 1999  Mark Mitchell  <mark@codesourcery.com>
23407
23408         * toplev.h (errorcount): Declare.
23409         (warningcount): Likewise.
23410         (sorrycount): Likewise.
23411         * c-lex.c (errorcount): Don't declare.
23412         * dwarf2out.c (errorcount): Don't declare.
23413
23414 Mon Aug  2 17:02:08 1999  Jason Merrill  <jason@yorick.cygnus.com>
23415
23416         * config/libgloss.h: Add a note discouraging use with ELF.
23417         * configure.in: Don't use libgloss.h for ELF targets.
23418         Always use_collect2 on a.out targets.
23419
23420 Mon Aug  2 16:27:42 1999  Jim Wilson  <wilson@cygnus.com>
23421
23422         * combine.c (force_to_mode, case LSHIFTRT): Add goto shiftrt.
23423         (force_to_mode, case ASHIFTRT): Add shiftrt label.
23424
23425 Tue Aug  3 00:45:02 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23426
23427         * loop.c (strength_reduce): When doing biv->giv conversion, update
23428         reg note of NEXT->insn.
23429
23430 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23431
23432         * real.c (PUT_REAL): Clear unused bytes if long double is IEEE quad.
23433
23434 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23435
23436         * c-decl.c (get_parm_info, store_parm_decls): Change all uses of
23437         PROMOTE_PROTOTYPES, so that it tests it as a C expression.
23438         Ensure expr.h is included.
23439         * c-typecheck.c (convert_arguments): Ditto.
23440
23441         * expr.h: Supply default for PROMOTE_PROTOTYPES (0).
23442
23443         * config/arc/arc.h: Define PROMOTE_PROTOTYPES to 1.
23444         * config/convex/convex.h: Ditto.
23445         * config/dsp16xx/dsp16xx.h: Ditto.
23446         * config/fx80/fx80.h: Ditto.
23447         * config/gmicro/gmicro.h: Ditto.
23448         * config/i370/i370.h: Ditto.
23449         * config/i386/i386.h: Ditto.
23450         * config/m32r/m32r.h: Ditto.
23451         * config/m68k/m68k.h: Ditto.
23452         * config/m88k/m88k.h: Ditto.
23453         * config/mips/mips.h: Ditto.
23454         * config/pa/pa.h: Ditto.
23455         * config/pyr/pyr.h: Ditto.
23456         * config/tahoe/tahoe.h: Ditto.
23457         * config/we32k/we32k.h: Ditto.
23458
23459         * config/sparc/sparc.h: Define PROMOTE_PROTOTYPES
23460         based on arch size.
23461
23462         * config/i1750a/i1750a.h: Define PROMOTE_PROTOTYPES to 0.
23463
23464         * config/i860/paragon.h: Remove PROMOTE_PROTOTYPES
23465         from comment.
23466
23467         * tm.texi: Document new usage of PROMOTE_PROTOTYPES.
23468
23469 1999-08-02  Richard Henderson  <rth@cygnus.com>
23470
23471         * m32r.c (m32r_setup_incoming_varargs): Use get_varargs_alias_set
23472         for the register spill block.
23473         (m32r_va_arg): New.
23474         * m32r.h (EXPAND_BUILTIN_VA_ARG): New.
23475         (EXPAND_BUILTIN_SAVEREGS): Delete #if 0 code.
23476
23477         * m32r.h (INT8_P): Don't short-cut test with (unsigned).
23478         (INT16_P, CMP_INT16_P, UINT16_P): Likewise.
23479         (UPPER16_P, UINT24_P, INT32_P, UINT5_P): Likewise.
23480
23481 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23482
23483         * config/sparc/linux.h: Define WCHAR_TYPE as "int" and undef
23484         MAX_WCHAR_TYPE defined in sparc.h.
23485         * config/sparc/linuxaout.h: Likewise.
23486         * config/sparc/linux64.h: Likewise.
23487         Also default to -mvis if CPU is UltraSPARC.
23488
23489 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23490
23491         * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): New macro.
23492         (RTX_OK_FOR_OLO10): Likewise.
23493         (GO_IF_LEGITIMATE_ADDRESS): If assembler supports offsetable
23494         %lo(), allow it in addresses...
23495         (PRINT_OPERAND_ADDRESS): ... and print it appropriately.
23496         * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): sethi %lo()
23497         does not make sense.
23498         * config/sparc/sparc.c (sparc_hard_reg_printed): New array.
23499         (sparc_output_scratch_registers): New function.
23500         (output_function_prologue, sparc_flat_output_function_prologue): Use
23501         it.
23502         * varasm.c (make_decl_rtl): Use ASM_DECLARE_REGISTER_GLOBAL if
23503         defined.
23504         * tm.texi (ASM_DECLARE_REGISTER_GLOBAL): Document it.
23505         * configure.in: Add check for .register pseudo-op support in as and
23506         check for offsetable %lo().
23507         * acconfig.h: Add templates for the above checks.
23508         * configure: Regenerate.
23509
23510 1999-08-02  Richard Henderson  <rth@cygnus.com>
23511
23512         * sparc/linux64.h (TARGET_DEFAULT): Remove MASK_APP_REGS.
23513         * sparc/sol2-sld-64.h (TARGET_DEFAULT): Likewise.
23514         * sparc/sol2.h (TARGET_DEFAULT): Likewise.
23515
23516 Mon Aug  2 23:46:45 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23517
23518         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
23519         reg_biv_class.
23520
23521 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23522
23523         * config/float-sparc.h: New file.
23524         * configure.in: Use float_format=sparc for sparc-*-linux-gnulibc1,
23525         sparc-*-linux-gnu and sparc64-*-linux*.
23526
23527 1999-08-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23528
23529         * rs6000.c (rs6000_va_list): Type is an array.
23530         (rs6000_va_start): Don't doubly adjust for varargs.
23531         (rs6000_va_arg): Evaluate long long GPR adjustment.
23532
23533 Mon Aug  2 16:15:57 1999  David Edelsohn  <edelsohn@gnu.org>
23534
23535         * rs6000/aix43.h (SUBTARGET_SWITCHES): Use -m64 and -m32 instead of
23536         -maix64 and -maix32.
23537         (ASM_SPEC, ASM_CPU_SPEC, CPP_SPEC, CPP_CPU_SPEC, LIB_SPEC,
23538         LINK_SPEC): Change appropriately.
23539         * rs6000/rs6000.c (short_cint_operand): Use CONST_OK_FOR_LETTER_P.
23540         (u_short_cint_operand): Likewise.
23541         * rs6000/rs6000.md (movdi splitters): Add TARGET_POWERPC64 support
23542         for 64-bit hosts.
23543         * rs6000/t-aix43 (MULTILIB): Change to -m64.
23544
23545         * invoke.texi (RS/6000 Submodel): Document 64-bit processor options.
23546
23547 Mon Aug  2 16:15:57 1999  Geoff Keating  <geoffk@cygnus.com>
23548
23549         * rs6000/rs6000.c (num_insns_constant_wide): Correct
23550         for type promotion.
23551         (add_operand): Get test correct for 64-bit HOST_WIDE_INT.
23552         (non_add_cint_operand): Likewise.
23553         (logical_operand): Likewise.
23554         (non_logical_cint_operand): Likewise.
23555         (print_operand): Correct printf()s for 64-bit HOST_WIDE_INT.
23556         (print_operand_address): Correct printf() for 64-bit HOST_WIDE_INT.
23557         (rs6000_select_rtx_section): Suppress warning.
23558         (small_data_operand): Suppress warning.
23559         (rs6000_got_register): Suppress warning.
23560         * rs6000/rs6000.md (andsi3): HOST_WIDE_INT is a signed
23561         type, so `J' is generally the wrong constraint for a SImode value;
23562         use `L' instead.
23563         (andsi3_internal2): Likewise.
23564         (andsi3_internal3): Likewise.
23565         (iorsi3_internal1): Likewise.
23566         (xorsi3_internal1): Likewise.
23567         (movsi): Likewise.
23568         (movsf_softfloat): Likewise.
23569         (scc insns): Likewise.
23570         (movsi+2): Preserve sign bits of SImode constant.
23571         (floatsidf2_internal+1): Sign-extend SImode constant correctly.
23572         (movdf+1): Sign-extend properly.
23573         (movdi_32+1): Sign-extend properly.
23574         (scc insns): Sign-extend properly.
23575
23576         * md.texi (RS/6000 EXTRA_CONSTRAINTS): Update documentation for J,
23577         K, L, and T.
23578
23579 1999-08-02  Richard Henderson  <rth@cygnus.com>
23580
23581         * alpha.c (override_options): Move ev6 alpha_tp frobbing out of
23582         -mcpu parsing code.
23583         (print_operand): Notice alpha_fptm not alpha_tp for sw completion.
23584         * alpha.md (all fp insns): Likewise.
23585
23586 1999-08-02  Nick Clifton  <nickc@cygnus.com>
23587
23588         * config/v850/v850.h (STRICT_ALIGNMENT): Only define if not
23589         already defined.
23590
23591 Mon Aug  2 03:38:33 1999  Jeffrey A Law  (law@cygnus.com)
23592
23593         * pa.c (legitimize_pic_address): Clarify comments.  Do not call the
23594         pic_load_label generator directly.
23595         * pa.md (pic_load_label): Clarify comments.  Remove modes on operands.
23596         No longer a named pattern.
23597
23598 Mon Aug  2 09:38:10 1999  Nick Clifton  <nickc@cygnus.com>
23599
23600         * explow.c (force_reg): Call force_operand if X does not
23601         satisfy general_operand.
23602
23603 Mon Aug  2 01:34:22 1999  Jeffrey A Law  (law@cygnus.com)
23604
23605         * fix-header.c (main): When testing for CONTINUED, use string
23606         equality, not pointer equality.
23607
23608 Mon Aug  2 01:27:24 1999  Dan Nicolaescu  <dann@ics.uci.edu>
23609
23610         * sparc.c (sparc_block_profiler): Use the %g2 register, not %o0.
23611
23612 Sun Aug  1 22:46:42 1999  Jeffrey A Law  (law@cygnus.com)
23613
23614         * cse.c (cse_insn): Fix loop which deletes insns after a jump
23615         that has become an unconditional jump.
23616
23617         * m68k.c (output_function_prologue): Fix typo in CPU32 case.
23618         (output_function_epilogue): Similarly.
23619
23620 Sun Aug  1 20:14:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23621
23622         * tree.h (init_dummy_function_start): Declare.
23623
23624 Sun Aug  1 12:55:31 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23625
23626         * stmt.c (emit_filename, emit_lineno, expr_stmts_for_value,
23627         last_expr_type, last_expr_value, block_start_count, block_stack,
23628         stack_block_stack, cond_stack, loop_stack, case_stack, nesting_stack,
23629         nesting_depth, goto_fixup_chain): Delete global vars; now allocated
23630         dynamically in stmt elt of struct function for each function.
23631         (struct nesting): Rename function_call_count elt to n_function_calls,
23632         target_temp_slot_level to block_target_temp_slot_level.  All users
23633         changed.
23634         (struct stmt_status): New structure definition.
23635         Add many accessor macros for stmt_status elements which previously
23636         were global variables.
23637         (init_stmt_for_function): Allocate stmt elt for current_function.
23638         Reflect that block_start_count was renamed to
23639         current_block_start_count.
23640         (save_stmt_status, restore_stmt_status): Delete functions.
23641         (preserve_subexpressions_p): Don't access loop_stack when outside
23642         a function.
23643         (expand_start_bindings): Reflect that block_start_count was renamed to
23644         current_block_start_count.
23645         (expand_fixup): Likewise.
23646         (expand_decl): Don't access block_stack when outside a function.
23647         (expand_decl_cleanup): Likewise.
23648         (expand_dcc_cleanup): Likewise.
23649         (expand_dhc_cleanup): Likewise.
23650         (expand_anon_union_decl): Likewise.
23651         (set_file_and_line_for_stmt): New function.
23652         (in_control_zone_p): New function.
23653
23654         * function.h (struct function): Add new elt stmt.
23655         Delete elts block_stack, stack_block_stack, cond_stack, loop_stack,
23656         case_stack, nesting_stack, nesting_depth, block_start_count,
23657         last_expr_type, last_expr_value, expr_stmts_for_value, emit_filename,
23658         emit_lineno, goto_fixup_chain.
23659         (save_eh_status, restore_eh_status, save_stmt_status,
23660         restore_stmt_status): Delete declarations.
23661         * function.c (push_function_context_to): Don't call save_stmt_status.
23662         (pop_function_context_to): Don't call restore_stmt_status.
23663         * tree.h (in_control_zone_p): Declare.
23664         * rtl.h (set_file_and_line_for_stmt): Declare.
23665
23666         * emit-rtl.c (emit_line_note): Don't set emit_filename/emit_lineno;
23667         call set_file_and_line_for_stmt.
23668
23669 Thu Jul 31 12:34:45 1999  Joe Buck  <jbuck@synopsys.com>
23670
23671         * gcc.texi: Use terms "GNU Compiler Collection" and "GCC".
23672         Also update copyright.
23673
23674 Sat Jul 31 11:10:07 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23675
23676         * c-pragma.c: Don't include "except.h".
23677         * emit-rtl.c: Likewise.
23678         * stor-layout.c: Likewise.
23679         * tree.c: Likewise.
23680         * varasm.c: Likewise.
23681
23682         * flow.c: Include "function.h".
23683         * tree.h (init_dummy_function_start): Declare new function.
23684
23685         * except.h (struct eh_status): New structure.
23686         (struct label_node, struct eh_entry): Declare even if tree.h hasn't
23687         been included.
23688         (eh_return_stub_label, ehstack, catchstack, ehqueue,
23689         catch_clauses, false_label_stack, caught_return_label_stack,
23690         protect_list, current_function_ehc): Add accessor macros for the
23691         corresponding fields in current_function->eh; delete declarations
23692         for all items that used to be declared here.
23693         * except.c (eh_return_stub_label, ehstack, catchstack, ehqueue,
23694         catch_clauses, false_label_stack, caught_return_label_stack,
23695         protect_list, current_function_ehc): Delete variables.
23696         (init_eh_for_function): Allocate current_function->eh.
23697         (save_eh_status, restore_eh_status): Delete functions.
23698
23699         * function.h (struct function): Add fields next_global and eh.
23700         Delete all exception handling related fields.
23701         * function.c (current_function): New variable.
23702         (all_functions): New variable.
23703         (push_function_context_to): Don't allocate a struct function,
23704         use current_function instead.  Call init_dummy_function_start when
23705         outside a function.  Clear current_function before returning.
23706         (pop_function_context_from): Restore current_function.
23707         Don't free the restored struct function.
23708         (prepare_function_start): New function.
23709         (init_dummy_function_start): New function.
23710         (init_function_start): Break out some code into prepare_function_start
23711         and call it here.
23712
23713         * stmt.c (save_stmt_status): Don't call save_eh_status.
23714         (restore_stmt_status): Don't call restore_eh_status.
23715
23716         * Makefile.in: Update dependencies.
23717
23718 Sat Jul 31 04:10:01 1999  Jeffrey A Law  (law@cygnus.com)
23719
23720         * pa.c (compute_frame_size): Use STARTINg_FRAME_OFFSET instead
23721         of depending on a magic constant value.  Update comments.
23722         (hppa_expand_prologue): Similarly.
23723
23724         * pa.md (reload_indi, reload_outdi): Allow any register for the
23725         original reload register.
23726
23727 Fri Jul 30 19:41:35 1999  Jim Wilson  <wilson@cygnus.com>
23728
23729         * cccp.c (print_help): Change marcos to macros.
23730
23731 1999-07-30  Richard Henderson  <rth@cygnus.com>
23732
23733         * c-typeck.c (initializer_constant_valid_p): Move ...
23734         * c-common.c (initializer_constant_valid_p): ... here.  Use
23735         FOO_TYPE_P instead of tests against TREE_CODE.  Allow subtraction
23736         of label addresses.
23737         * c-common.h (initializer_constant_valid_p): Declare.
23738         * c-tree.h (initializer_constant_valid_p): Remove.
23739
23740 Fri Jul 30 16:33:42 1999  Mathias Froehlich  <frohlich@na.uni-tuebingen.de>
23741
23742         * config/i386/sol2-c1.asm: Align the stack.
23743         * config/i386/sol2-gc1.asm: Likewise.
23744
23745 1999-07-30  Vladimir Makarov  <vmakarov@loony.cygnus.com>
23746
23747         * config/sparc/sparc.h (ASM_CPU32_DEFAULT_SPEC): Change -Av8 onto
23748         -Asparclite for sparc86x.
23749         (CPP_CPU32_DEFAULT_SPEC, CPP_CPU_SPEC): Remove -D__sparc_v8__ for
23750         sparc86x.
23751         (ASM_CPU_SPEC): Use -Asparclite for sparc86x.
23752
23753 Fri Jul 30 14:53:56 1999  Jakub Jelinek  <jj@ultra.linux.cz>
23754
23755         * config/sparc/linux64.h (CC1_SPEC): Preserve CPU specified by
23756         the user if using the non-default arch size in BI_ARCH configuration.
23757         * config/sparc/sol2-sld-64.h (CC1_SPEC): Ditto.
23758
23759         * config/sparc/sparc.md (cmp_mul_set, cmp_udiv_cc_set):
23760         Fix patterns so that they actually match.
23761         (cmp_sdiv_cc_set): Ditto, also don't require g0 to be zero.
23762         (mulsidi3_sp64, const_mulsidi3_sp64): New patterns.
23763         (const_mulsidi3_sp32): Renamed from const_mulsidi3, only on
23764         TARGET_HARD_MUL32.
23765         (mulsidi3): Reflect this in the expand.
23766         (smulsi3_highpart): Only on TARGET_ARCH32.
23767         (umulsidi3_sp64, const_umulsidi3_sp64): New patterns.
23768         (const_umulsidi3_sp32): Renamed from const_umulsidi3.
23769         (umulsidi3): Reflect this in the expand.
23770         (umulsi3_highpart): Only on TARGET_ARCH32.
23771         (divsi3_sp32): Renamed from divsi3, only on TARGET_ARCH32,
23772         don't require g0 to be zero.
23773         (udivsi3_sp32): Renamed from udivsi3, only on TARGET_ARCH32.
23774         ({,u}divsi3): New expands.
23775         ({,u}divsi3_sp64): New patterns.
23776         (after lshrdi3_v8plus): Four new patterns to help combiner
23777         optimizing nested mixed mode shifts.
23778
23779         * config/sparc/sparc.c (sparc_override_options): Use deprecated
23780         v8 instructions if optimizing for UltraSPARC I, II, IIi, as it
23781         speed things up. Don't use them by default on plain v9 in 64bit
23782         mode, according to what SPAMv9 sais.
23783
23784         * config/sparc/sparc.h: Fix comments, e.g. Linux already preserves
23785         top 32 bits of %[og][0-7] in signal handlers.
23786         Also, TARGET_HARD_MUL32 now is only true for TARGET_ARCH32.
23787
23788 Fri Jul 30 03:00:41 1999  Jeffrey A Law  (law@cygnus.com)
23789
23790         * pa.md (zvdep_imm32): Renamed from zvdep_imm.
23791         (ashlsi3): Corresponding changes.
23792
23793         * pa.c (compute_zdepwi_operands): Renamed from compute_zdepi_operands.
23794
23795 Thu Jul 29 18:37:13 1999  Jeffrey A Law  (law@cygnus.com)
23796
23797         * pa.h (FIRST_PARM_CALLER_OFFSET): Delete.
23798
23799 Thu Jul 29 19:01:58 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23800
23801         * arm.h (Hint): Delete macro.
23802         Substitute HOST_WIDE_INT for Hint in some prototypes.
23803         * arm.c: Substitute HOST_WIDE_INT for Hint in one prototype.
23804
23805 Thu Jul 29 09:21:42 1999  Nick Clifton  <nickc@cygnus.com>
23806
23807         * builtins.c (expand_builtin_setjmp): Use force_operand to
23808         make sure that the buffer address is in a suitable form to be
23809         passed to force_reg.
23810
23811 Wed Jul 28 12:50:48 1999  Geoff Keating  <geoffk@cygnus.com>
23812
23813         * config/mips/mips.c: system.h handles MIN and MAX, don't undefine
23814         them here.
23815
23816 Wed Jul 28 13:18:35 1999  Jeffrey A Law  (law@cygnus.com)
23817
23818         * pa.md (indirect_jump): Remove mode from match_operand.  Verify
23819         proper mode in the condition string.
23820         (icacheflush, dcacheflush): Remove modes from match_operands.
23821
23822         * pa.c (emit_move_sequence): Always convert scratch_reg to the
23823         proper mode before using it.
23824
23825         * pa.md (adddi3, subdi3): Turn into a define_expand/define_insn
23826         pair.
23827
23828         * pa.c (store_reg): Do not call add_high_const generator directly.
23829         (load_reg, set_reg_plus_d): Likewise.
23830         * pa.md (add_high_const): No longer a named pattern.
23831
23832         * pa.c (legitimize_address): Consistently use Pmode rather than
23833         SImode.  Do not call gen_pic2_highpart directly anymore.
23834         * pa.md (pic2_highpart): No longer a named pattern.
23835         (pic2_lo_sum): Similarly.  Reformat to make more readable.
23836
23837         * pa.md (call, call_value): Use "word_mode" instead of "SImode" as
23838         needed.
23839
23840         * README: Update.
23841
23842 Wed Jul 28 11:28:04 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23843
23844         * builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.
23845
23846 Wed Jul 28 11:23:48 1999  Richard Henderson  <rth@cygnus.com>
23847
23848         * pa.c (hppa_builtin_saveregs):  Use get_varargs_alias_set
23849         and tag the spill mems.
23850         (hppa_va_start): New.
23851         (hppa_va_arg): New.
23852         * pa.h (EXPAND_BUILTIN_VA_START): New.
23853         (EXPAND_BUILTIN_VA_ARG): New.
23854
23855 Wed Jul 28 11:22:21 1999  Richard Henderson  <rth@cygnus.com>
23856
23857         * mn10300.c (mn10300_builtin_saveregs): Use get_varargs_alias_set
23858         and tag the spill mems.
23859         (mn10300_va_start): New.
23860         (mn10300_va_arg): New.
23861         * mn10300.h (EXPAND_BUILTIN_VA_START): New.
23862         (EXPAND_BUILTIN_VA_ARG): New.
23863
23864 Wed Jul 28 11:20:19 1999  Richard Henderson  <rth@cygnus.com>
23865
23866         * mn10200.c (mn10200_va_arg): New.
23867         * mn10200.h (EXPAND_BUILTIN_VA_ARG): New.
23868
23869 Wed Jul 28 11:19:06 1999  Richard Henderson  <rth@cygnus.com>
23870
23871         * builtins.c (std_expand_builtin_va_arg): Use int_size_in_bytes
23872         rather than play with TREE_INT_CST_LOW.
23873
23874 1999-07-27  Philip Blundell  <pb@nexus.co.uk>
23875
23876         * config/arm/telf.h: Include dbxelf.h.
23877         (CPP_PREDEFINES): Only define if not already defined.
23878         (ASM_IDENTIFY_GCC): Likewise.
23879         (SUBTARGET_EXTRA_SECTIONS): Likewise.
23880         (SUBTARGET_EXTRA_SECTION_FUNCTIONS): Likewise.
23881         * config/arm/thumb.h (LINK_SPEC): Only define if not already
23882         defined.
23883         (DBX_DEBUGGING_INFO): Don't define.
23884         * config/arm/linux-telf.h: New file.
23885         * config/arm/linux-tgas.h: New file.
23886         * config/arm/t-thumb-linux: New file.
23887         * config/arm/uclinux-elf.h: New file.
23888         * config/arm/uclinux-telf.h: New file.
23889         * configure.in (arm-*-uclinux, thumb-*-linux-gnu,
23890         thumb-*-uclinux): New targets.
23891         * configure: Regenerate.
23892
23893 Tue Jul 27 23:20:21 1999  Jeffrey A Law  (law@cygnus.com)
23894
23895         * pa.md (post_store, pre_load): New expanders.
23896         (post_stwm, pre_ldwm): Renamed to post_stw and pre_ldw respectively.
23897         (post_ldwm, pre_stwm): Make these unnamed patterns since we never
23898         need to directly generate RTL for them.
23899         * pa.c (hppa_expand_prologue, hppa_expand_epilogue): Corresponding
23900         changes.
23901
23902 Tue Jul 27 16:05:52 1999  David Edelsohn  <edelsohn@gnu.org>
23903
23904         * aix43.h (ASM_CPU_SPEC, CPP_CPU_SPEC): Add rs64a and PPC630.
23905         * rs6000.c (processor_target_table): Add powerpc64, rs64a, and PPC630.
23906         (rs6000_cpu): Choose between 32-bit and 64-bit default processors.
23907         (secndary_reload_class): Make TARGET_ELF conditional compile.
23908         (print_operand_address): Similar.
23909         (output_toc): Print all values as hex.
23910         (get_issue_rate): Rearrange and add RS64A and PPC630.
23911         * rs6000.h (processor_type): Add RS64A and PPC630.
23912         (PROCESSOR_POWERPC64): New.
23913         (PROMOTE_MODE): Use word_mode.
23914         (RTX_COSTS): Add RS64A and PPC630.
23915         * rs6000.md (scheduling information): Add lmul and ldiv
23916         representing 64-bit integer multiply and divide.  Add rs64a and
23917         PPC630 information.
23918         (ashldi3): Add support for "rldic" instruction.
23919         * sysv4.h (PROCESSOR_DEFAULT): Change to PROCESSOR_750.
23920
23921 Tue Jul 27 15:31:53 1999  Vladimir Makarov  <vmakarov@toad.to.cygnus.com>
23922
23923         * config/sparc/sparc.c (sparc_override_options): Enable SPARCLITE
23924         instead of V8 for sparclite86x in cpu_table.
23925
23926 Tue Jul 27 17:49:42 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23927
23928         * config/arm/coff.h (ASM_FILE_START): If generating SDB output, call
23929         output_file_directive.
23930
23931 Tue Jul 27 03:15:33 1999  Jason Merrill  <jason@yorick.cygnus.com>
23932
23933         * expr.c (expand_expr, case PLUS_EXPR): Get the mode from the
23934         tree for op1, not the rtl.
23935
23936 Tue Jul 27 00:18:34 1999  Richard Henderson  <rth@cygnus.com>
23937
23938         * m88k.c (m88k_builtin_saveregs): Break out the constructor code
23939         to m88k_va_start, leaving only the register spill.
23940         (m88k_build_va_list): New.
23941         (m88k_va_start): New.
23942         (m88k_va_arg): New.
23943         * m88k.h (BUILD_VA_LIST_TYPE): New.
23944         (EXPAND_BUILTIN_VA_START): New.
23945         (EXPAND_BUILTIN_VA_ARG): New.
23946
23947 Mon Jul 26 19:07:11 1999  Geoff Keating  <geoffk@cygnus.com>
23948
23949         * config/rs6000/rs6000.c (rs6000_expand_builtin_saveregs):
23950         Rename from expand_builtin_saveregs.
23951         * config/rs6000/rs6000.h (EXPAND_BUILTIN_SAVEREGS): Change caller.
23952
23953 Mon Jul 26 22:52:47 1999  Richard Henderson  <rth@cygnus.com>
23954
23955         * i960.c (i960_setup_incoming_varargs): Use get_varargs_alias_set
23956         for the register spill block.
23957         (i960_build_va_list): New.
23958         (i960_va_start): New.
23959         (i960_va_arg): New.
23960         * i960.h (BUILD_VA_LIST_TYPE): New.
23961         (EXPAND_BUILTIN_VA_START): New.
23962         (EXPAND_BUILTIN_VA_ARG): New.
23963         * i960.md (store_multiple): Use change_address on individul mems.
23964
23965 Mon Jul 26 22:43:12 1999  Richard Henderson  <rth@cygnus.com>
23966
23967         * builtins.c (stabilize_va_list): Don't INDIRECT_REF through
23968         an ARRAY_TYPE.
23969         (std_expand_builtin_va_start): Back out one word if !stdarg_p.
23970         (expand_builtin_va_end): Evaluate arg for side effects.
23971         * c-common.c (c_common_nodes_and_builtins): Construct a
23972         va_list_arg_type_node to handle array decomposition to pointer.
23973
23974 Mon Jul 26 18:51:34 1999  Richard Henderson  <rth@cygnus.com>
23975
23976         * except.c (st_dynamic_cleanup): Use force_operand on the
23977         buffer's address.
23978
23979 Mon Jul 26 16:43:26 1999  Richard Henderson  <rth@cygnus.com>
23980
23981         * c4x.h (EXPAND_BUILTIN_VA_ARG): New.
23982         * c4x.c (c4x_va_arg): New.
23983
23984 Mon Jul 26 12:30:09 1999  Jason Merrill  <jason@yorick.cygnus.com>
23985
23986         * cpplib.c (cpp_get_token): Don't return a CPP_POP if the buffer
23987         has manual_pop set.
23988
23989 1999-07-26  Nathan Sidwell  <nathan@acm.org>
23990
23991         * eh-common.h (__eh_matcher): Prototype correctly.
23992
23993 Mon Jul 26 17:24:51 1999  Philip Blundell  <pb@nexus.co.uk>
23994
23995         * config/arm/thumb.h (THUMB_FLAG_SINGLE_PIC_BASE): Define.
23996         (TARGET_SINGLE_PIC_BASE): Likewise.
23997         (GOT_PCREL, NEED_GOT_RELOC, NEED_PLT_RELOC): Provide default
23998         definitions.
23999         (TARGET_CALLEE_INTERWORKING): Fix typo in comment.
24000         (TARGET_SWITCHES): Add -m{no-}single-pic-base.
24001         (TARGET_OPTIONS): Add -mpic-register=N.
24002         (OUTPUT_INT_ADDR_CONST): New macro.
24003         (INDEX_REGISTER_RTX_P, PIC_OFFSET_TABLE_REGNUM, FINALIZE_PIC,
24004         LEGITIMATE_PIC_OPERAND_P): Likewise.
24005         (LEGITIMIZE_ADDRESS, GOT_IF_LEGITIMATE_ADDRESS): Support PIC.
24006         (ASM_OUTPUT_INT): Use OUTPUT_INT_ADDR_CONST rather than calling
24007         output_addr_const directly.
24008         (PRINT_OPERAND_PUNCT_VALID_P): Accept `|' for compatibility with
24009         ARM port.
24010         (thumb_pic_register, thumb_pic_register_string): Declare.
24011
24012         * config/arm/thumb.c (symbol_mentioned_p): New function: Imported
24013         from arm.c.
24014         (label_mentioned_p): New function: Imported from arm.c.
24015         (legitimize_pic_address): New function: Imported from arm.c.
24016         (is_pic):New function: Imported from arm.c.
24017         (thumb_finalize_pic):New function: Imported from arm.c.
24018         (add_constant): Cope with PIC constants.
24019         (fixit): Cope with PIC constants.
24020         (output_return): Do not treat the PIC register as live if
24021         TARGET_SINGLE_PIC_BASE is true.
24022         (thumb_function_prologue): Do not treat the PIC register as live if
24023         TARGET_SINGLE_PIC_BASE is true.
24024         (thumb_expand_prologue): Do not treat the PIC register as live if
24025         TARGET_SINGLE_PIC_BASE is true.
24026         (thumb_unexpand_epilogue): Do not treat the PIC register as live if
24027         TARGET_SINGLE_PIC_BASE is true.
24028         (thumb_print_operand): Accept '|'.
24029         (thumb_override_options): Process PIC options.
24030
24031         * config/arm/thumb.md (movsi): Support PIC.
24032         (call_insn): Change "i" constraint to "X".
24033         (call_value_insn): Likewise.
24034         (consttable_4, consttable_8, consttable_end): Set and clear
24035         "making_const_table" as appropriate.
24036         (pic_load_addr, pic_add_dot_plus_four): New insns.
24037
24038         * invoke.texi (Thumb Options): Fix spelling.  Document new
24039         options -msingle-pic-base and -mpic-register=.
24040
24041 1999-07-26  Andrew Haley  <aph@cygnus.com>
24042
24043         * config/m32r/initfini.c (__init): Use a full word immediate for
24044         __fini: this allows it to be placed in any memory region.
24045
24046         * config/m32r/t-m32r: Compile crtinit.o and crtfini.o for
24047         -mmodel=medium.  This is OK for all memory models.
24048
24049 Mon Jul 26 11:58:46 1999  Nick Clifton  <nickc@cygnus.com>
24050
24051         * config/arm/arm.c: Replace %R%s in asm_fprintf strings with %r.
24052         * config/arm/arm.h: Replace %R%s in asm_fprintf strings with %r.
24053
24054 Mon Jul 26 10:23:36 1999  Nick Clifton  <nickc@cygnus.com>
24055
24056         * final.c (asm_fprintf): Accept ASM_FPRINTF_EXTENSIONS, if
24057         defined.
24058
24059         * tm.texi: Document ASM_FPRINTF_EXTENSIONS.
24060
24061 Sun Jul 25 23:51:59 1999  Richard Henderson  <rth@cygnus.com>
24062
24063         * i860.h (EXPAND_BUILTIN_SAVEREGS): New.
24064         (BUILD_VA_LIST_TYPE): New.
24065         (EXPAND_BUILTIN_VA_START): New.
24066         (EXPAND_BUILTIN_VA_ARG): New.
24067         * i860.c (output_delayed_branch): Disable.
24068         (output_delay_insn): Likewise.
24069         (i860_saveregs): New.
24070         (i860_build_va_list): New.
24071         (i860_va_start): New.
24072         (i860_va_arg): New.
24073         * i860.md: Disable all peepholes using output_delayed_branch.
24074         * i860/sysv4.h (I860_SVR4_VA_LIST): New.
24075
24076 Sun Jul 25 23:44:13 1999  Richard Henderson  <rth@cygnus.com>
24077
24078         * clipper.h (EXPAND_BUILTIN_SAVEREGS): Remove argument.
24079         (BUILD_VA_LIST_TYPE): New.
24080         (EXPAND_BUILTIN_VA_START): New.
24081         (EXPAND_BUILTIN_VA_ARG): New.
24082         * clipper.c (clipper_builtin_saveregs): Only dump registers.
24083         Return the address of the save area.
24084         (clipper_build_va_list): New.
24085         (clipper_va_start): New.
24086         (clipper_va_arg): New.
24087
24088 Sun Jul 25 22:56:47 1999  Richard Henderson  <rth@cygnus.com>
24089
24090         * arc.h (EXPAND_BUILTIN_VA_START): New.
24091         (EXPAND_BUILTIN_VA_ARG): New.
24092         * arc.c (arc_setup_incoming_varargs): Set alias set of
24093         varargs save area.
24094         (arc_va_start): New.
24095         (arc_va_arg): New.
24096
24097 Sun Jul 25 22:45:55 1999  Richard Henderson  <rth@cygnus.com>
24098
24099         * alpha.h (EXPAND_BUILTIN_SAVEREGS): Delete.
24100         (BUILD_VA_LIST_TYPE): New.
24101         (EXPAND_BUILTIN_VA_START): New.
24102         (EXPAND_BUILTIN_VA_ARG): New.
24103         * alpha.c (alpha_builtin_saveregs): Delete.
24104         (alpha_build_va_list): New.
24105         (alpha_va_start): New.
24106         (alpha_va_arg): New.
24107
24108 Sun Jul 25 21:40:33 1999  Jeffrey A Law  (law@cygnus.com)
24109
24110         * config/svr4.h (CTORS_SECTION_ASM_OP): Do not emit directives in
24111         column zero.
24112         (DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP): Likewise.
24113         (FINI_SECTION_ASM_OP, ASM_OUTPUT_SECTION_NAME): Likewise.
24114
24115         * gcc.texi: More changes related to list conversion.
24116         * invoke.texi: Likewise.
24117
24118 Sun Jul 25 18:15:39 1999  Richard Henderson  <rth@cygnus.com>
24119
24120         * builtins.c (expand_builtin_saveregs): Remove static, remove exp
24121         and ignore arguments, bail if no EXPAND_BUILTIN_SAVEREGS.
24122         (expand_builtin_next_arg): Accept ARGLIST not EXP.
24123         (stabilize_va_list): New function.
24124         (std_expand_builtin_va_start): New function.
24125         (expand_builtin_va_start): New function.
24126         (get_varargs_alias_set): New function.
24127         (std_expand_builtin_va_arg): New function.
24128         (expand_builtin_va_arg): New function.
24129         (expand_builtin_va_end): New function.
24130         (expand_builtin_va_copy): New function.
24131         (expand_builtin): Call them.
24132         * c-common.c (c_common_nodes_and_builtins): Build __builtin_va_list,
24133         __builtin_{varargs_start,stdarg_start,end,copy}.
24134         (build_va_arg): New function.
24135         * c-common.h (CTI_PTR_TYPE, ptr_type_node): Delete.
24136         (build_va_arg): Declare.
24137         * c-decl.c (ptr_type_node, va_list_type_node): New.
24138         * c-parse.gperf (__builtin_va_arg): New.
24139         * c-parse.in (VA_ARG): New token.
24140         (unary_expr): Recognize it.
24141         * expr.c (expand_expr): Expand VA_ARG_EXPR.
24142         * expr.h (std_expand_builtin_va_start): Declare.
24143         (std_expand_builtin_va_arg): Declare.
24144         (expand_builtin_va_arg): Declare.
24145         (get_varargs_alias_set): Declare.
24146         * tree.def (VA_ARG_EXPR): New.
24147         * tree.h (BUILT_IN_VARARGS_START): New.
24148         (BUILT_IN_STDARG_START, BUILT_IN_VA_END): New.
24149         (ptr_type_node, va_list_type_node): Declare.
24150         * tm.texi (EXPAND_BUILTIN_SAVEREGS): Kill unused ARGLIST argument.
24151         * m32r.h (EXPAND_BUILTIN_SAVEREGS): Likewise.
24152         * m88k.h, m88k.c: Likewise.
24153         * mn10300.h, mn10300.c: Likewise.
24154         * pa.h, pa.c: Likewise.
24155         * rs6000.h, rs6000.c: Likewise.
24156         * sh.h, sh.c: Likewise.
24157         * sparc.h, sparc.c: Likewise.
24158
24159         * emit-rtl.c (operand_subword): Copy alias set.
24160         (change_address): Likewise.
24161
24162 Sun Jul 25 15:04:37 1999  Jeffrey A Law  (law@cygnus.com)
24163
24164         * pa.c (compute_frame_size): Scan all the used callee saved registers,
24165         not just the first one.
24166
24167 Fri Jul 23 14:09:58 1999  Philip Blundell  <pb@nexus.co.uk>
24168
24169         * config/arm/arm.h (TARGET_SWITCHES): Add
24170         -m{no-}single-pic-base.  Correct help string for -mshort-load-words.
24171         (TARGET_OPTIONS): Add -mpic-register=.
24172         (ARM_FLAG_SINGLE_PIC_BASE, TARGET_SINGLE_PIC_BASE): Define.
24173         (arm_pic_register_string): Declare.
24174         (NEED_PLT_GOT): Delete, replace with ...
24175         (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these.  New macros.
24176         (OUTPUT_INT_ADDR_CONST): Replace NEED_PLT_GOT with NEED_GOT_RELOC.
24177         (ASM_OUTPUT_MI_THUNK): Replace NEED_PLT_GOT with NEED_PLT_RELOC.
24178         * config/arm/arm.c (arm_override_options): Add new option
24179         -mpic-register=N.
24180         (arm_pic_register_string): New variable.
24181         (arm_finalize_pic): Respect TARGET_SINGLE_PIC_BASE.
24182         (output_func_prologue): If TARGET_SINGLE_PIC_BASE, treat the PIC
24183         register as never live.  Use NEED_PLT_RELOC not NEED_PLT_GOT.
24184         (output_return_instruction): Likewise.
24185         * config/arm/elf.h (NEED_PLT_GOT): Delete, replace with ...
24186         (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these.  Define to flag_pic.
24187         * config/arm/arm.md: Use NEED_PLT_RELOC in place of NEED_PLT_GOT.
24188
24189         * invoke.texi (ARM Options): Fix spelling.  Remove duplicate
24190         mention of -msched-prolog.  Document new options -msingle-pic-base
24191         and -mpic-register=.
24192
24193 Thu Jul 22 18:23:56 1999  Richard Henderson  <rth@cygnus.com>
24194
24195         * haifa-sched.c (reemit_notes): Tidy.
24196         * sched.c (reemit_notes): Duplicate 1998-08-31 patch to
24197         haifa's routine.
24198
24199 Thu Jul 22 18:21:04 1999  Richard Henderson  <rth@cygnus.com>
24200
24201         * explow.c (trunc_int_for_mode): New function.
24202         (plus_constant_wide): Use it.
24203         * combine.c (simplify_and_const_int): Likewise.
24204         (merge_outer_ops): Likewise.
24205         (simplify_shift_const): Likewise.
24206         * cse.c (simplify_unary_operation): Likewise.
24207         (simplify_binary_operation): Likewise.
24208         * emit-rtl.c (operand_subword): Likewise.
24209         * rtl.h: Declare it.
24210
24211 Thu Jul 22 14:34:59 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24212
24213         * config/arm/arm.c (arm_print_operand): Fix typo in 'M' case
24214         (use NUM_REGS instead of NUM_INTS).
24215
24216 Thu Jul 22 11:25:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24217
24218         * builtins.c: New file.
24219         * expr.c (saveregs_value, apply_args_value):  Delete definition,
24220         moved into builtins.c.
24221         (string_constant): No longer static.
24222         (get_pointer_alignment, c_strlen, get_memory_rtx, expand_builtin,
24223         apply_args_size, apply_result_size, result_vector,
24224         expand_builtin_apply_args, expand_builtin_apply,
24225         expand_builtin_return): Delete functions, moved into builtins.c.
24226         (INCOMING_REGNO, OUTGOING_REGNO): Delete unused macros.
24227         * expr.h (saveregs_value, apply_args_value): Declare variables.
24228         (expand_builtin, string_constant): Declare functions.
24229         * Makefile.in: Update to build builtin.o.
24230
24231 Wed Jul 21 00:46:58 1999  Mark P. Mitchell  <mark@codesourcery.com>
24232
24233         * defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): New macro.
24234         * tm.texi (DWARF2_GENERATE_TEXT_SECTION_LABEL): Define it.
24235         * dwarf2out.c (dwarf2out_init): Don't output a label to mark the
24236         start of the text section if DWARF2_GENERATE_TEXT_SECTION_LABEL is
24237         false.
24238         * config/mips/iris6.h (DWARF2_GENERATE_TEXT_SECTION_LABEL):
24239         Define to zero.
24240
24241 1999-07-21  Michael Meissner  <meissner@cygnus.com>
24242
24243         * print-rtl.c (print_rtx): Print the names of the virtual
24244         registers.
24245
24246 Wed Jul 21 16:00:32 1999  Nick Clifton  <nickc@cygnus.com>
24247
24248         * config/arm/arm.h (INITIAL_ELIMINATION_OFFSET): Fix typo
24249         introduced in previous delta.
24250
24251 Wed Jul 21 14:30:51 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24252
24253         * c-lang.c (finish_file): Rename void_list_node to void_list_node_1
24254         to avoid name clash.
24255
24256 Wed Jul 21 08:39:22 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24257
24258         * c-lex.c (yylex) : Correct the test for overflow when lexing
24259         integer literals.
24260
24261 Tue Jul 20 18:02:42 1999  Richard Henderson  <rth@cygnus.com>
24262
24263         * haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.
24264         (adjust_priority): Always call ADJUST_PRIORITY.
24265         (schedule_insn): Only put insns into the ready at cost 0.
24266         (schedule_block): Remove redundant initial sort.  Give clock_var
24267         and can_issue_more to MD_SCHED_REORDER.  Requeue if hazard cost
24268         is not 0.
24269         * tm.texi (MD_SCHED_REORDER): Update docs.
24270
24271         * sparc.h (MD_SCHED_REORDER): Update.  Set CAN_ISSUE_MORE.
24272         * sparc.c (ultra_reorder_called_this_block): Delete.
24273         (ultrasparc_sched_init): Don't set it.
24274         (ultrasparc_sched_reorder): Don't check it.
24275
24276 Tue Jul 20 17:07:54 1999  Richard Henderson  <rth@cygnus.com>
24277
24278         * rs6000.h (struct rs6000_args): Add sysv_gregno.
24279         * rs6000.c (init_cumulative_args): Init sysv_gregno.
24280         (function_arg_boundary): Align DFmode.
24281         (function_arg_advance): Restructure for ABI_V4; use sysv_gregno
24282         to get fp reg and stack overflow correct.
24283         (function_arg): Likewise.
24284         (function_arg_pass_by_reference): True for TFmode for ABI_V4.
24285         (setup_incoming_varargs): Restructure for ABI_V4; use
24286         function_arg_advance to skip final named argument.
24287         (expand_builtin_saveregs): Properly unskip the last integer arg
24288         when doing varargs.  Adjust overflow location calculation.
24289
24290         * ginclude/va-ppc.h (struct __va_list_tag): Make gpr and fpr
24291         explicitly unsigned.
24292         (__VA_FP_REGSAVE): Use new OFS argument instead of AP->fpr directly.
24293         (__VA_GP_REGSAVE): Similarly.
24294         (__va_longlong_p): Delete.
24295         (__va_arg_type_violation): New declaration.
24296         (va_arg): Restructure.  Flag promotion errors.  Align double.
24297         TFmode passed by reference.
24298
24299         * rs6000.md (movdi_32+1): Use GEN_INT after arithmetic
24300         in the HOST_BITS_PER_WIDE_INT > 32 case.
24301
24302 Tue Jul 20 12:37:30 1999  Hans-Peter Nilsson  <hp@bitrange.com>
24303
24304         * dwarf2out.c (output_abbrev_section): Terminate with a zero.
24305
24306 Tue Jul 20 12:12:27 1999  Jason Merrill  <jason@yorick.cygnus.com>
24307
24308         * gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
24309         * toplev.c (documented_lang_options): Add -fpreprocessed.
24310         * cpplib.h (struct cpp_buffer): Add preprocessed.
24311         * cppinit.c (cpp_handle_option): Handle -fpreprocessed.
24312         (cpp_start_read): Don't expand macros or emit an initial #line
24313         directive if -fpreprocessed.
24314
24315 Tue Jul 20 12:12:09 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
24316
24317         * cpplib.h (struct cpp_buffer): Added manual_pop for
24318         better C++ tokenization.
24319         * cpplib.c (cpp_get_token): Return CPP_EOF if manual_pop.
24320         Also, support C++ tokenization for ->*, .*, <?, and >? operators.
24321         * c-common.c (cpp_token): Make non-static.
24322
24323 Tue Jul 20 11:24:19 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24324
24325         * c-common.h: New file.
24326         * c-common.c (permanent_obstack): Delete unused declaration.
24327         (c_global_trees): New array.
24328         (c_common_nodes_and_builtins): New function; split off common code
24329         from init_decl_processing in both c-decl.c and cp/decl.c.
24330         * c-tree.h: Delete lots of declarations of tree nodes; replaced by
24331         c_global_trees and accessor macros defined in c-common.h.
24332         Include c-common.h.
24333         * c-decl.c: Delete definitions for tree nodes that were replaced by
24334         c_global_trees.
24335         (init_decl_processing): Build void_list_node.
24336         Call c_common_nodes_and_builtins; delete code to generate the common
24337         builtins here.
24338         * objc/objc-act.c (build_module_descriptor): Rename variable
24339         void_list_node to avoid clash with c-common.h.
24340
24341         * Makefile.in: Update dependencies.
24342         * objc/Make-lang.in: Likewise.
24343
24344 Mon Jul 19 14:22:18 1999  Mark P. Mitchell  <mark@codesourcery.com>
24345
24346         * config/mips/iris6gld.h (MAKE_DECL_ONE_ONLY): Define.
24347         (UNIQUE_SECTION_P): Likewise.
24348         (UNIQUE_SECTION): Likewise.
24349
24350 1999-07-19  Linas Vepstas  <linas@linas.org>
24351
24352         * config/i370/README: New file.
24353         * config/i370/linux.h: New file.
24354         * config/i370/mvs.h: New file.
24355         * config/i370/oe.h: New file.
24356         * config/i370/t-linux: New file.
24357         * config/i370/t-mvs: New file.
24358         * config/i370/t-oe: New file.
24359         * config/i370/x-oe: New file.
24360         * config/i370/xm-linux.h: New file.
24361         * config/i370/xm-mvs.h: New file.
24362         * config/i370/xm-oe.h: New file.
24363
24364         * i370.c (label_node_t): Add first_ref_page, label_addr,
24365         label_first_ref, label_last_ref members.
24366         (mvs_need_base_reload): Renamed from mvs_label_emitted.
24367         (MAX_MVS_LABEL_SIZE): Define.
24368         (MAX_LONG_LABEL_SIZE): Define.
24369         (alias_node_t, alias_anchor, alias_number): New.
24370         (mvs_function_table): Reorder for EBCDIC.
24371         (ascebc, ebcasc): Unconditionally define.
24372         (i370_branch_dest, i370_branch_length): New functions.
24373         (i370_short_branch, i370_label_scan): New functions.
24374         (mvs_get_label): Renamed from mvs_add_label.  Search for
24375         an existing label before creating a new one.
24376         (mvs_add_label): New function.
24377         (mvs_get_label_page): New function.
24378         (mvs_free_label_list): Renamed from mvs_free_label.  Iterate
24379         over the entire list.
24380         (mvs_check_page) [TARGET_HLASM]: Use BASR not BALR.
24381         (mvs_check_page) [TARGET_ELF_ABI]: New function.
24382         (mvs_add_alias, mvs_need_alias): New functions.
24383         (mvs_get_alias, mvs_check_alias): New functions.
24384         (handle_pragma): New function.
24385         (mvs_function_check): New function.
24386         (unsigned_jump_follows_p): Search harder.
24387         (i370_function_prolog) [TARGET_HLASM]: Handle LE370.  Scan labels.
24388         (i370_function_prolog) [TARGET_ELF_ABI]: New function.
24389         * i370.h (TARGET_VERSION): Delete.
24390         (CPP_SPEC, CPP_PREDEFINES): Delete.
24391         (mvs_label_emitted): Delete.
24392         (TARGET_EBCDIC): Delete.
24393         (MAP_CHARACTER): Define only if TARGET_EBCDIC.
24394         (HANDLE_PRAGMA): Define.
24395         (HARD_REGNO_NREGS): Handle complex modes.
24396         (HARD_REGNO_MODE_OK): Likewise.
24397         (CLASS_MAX_NREGS): Likewise.
24398         (RET_REG): Likewise.
24399         (EXTRA_CONSTRAINT): Define.
24400         (RETURN_IN_MEMORY): True for DImode.
24401         (TRAMPOLINE_TEMPLATE): Use gen_rtx instead of GEN_INT.
24402         (FUNCTION_PROFILER): Delete.
24403         (COUNT_REGS): Fail if REG_P but not REG_OK_FOR_BASE_P.
24404         (NOTICE_UPDATE_CC): Correct handling of MULT, DIV, logicals and shifts.
24405         (TARGET_ESC, TARGET_BELL): Conditionally define for TARGET_EBCDIC.
24406         (TARGET_BS, TARGET_TAB, TARGET_NEWLINE): Likewise.
24407         (TARGET_VT, TARGET_FF, TARGET_CR): Likewise.
24408         (ASM_FILE_START): Add "RMODE ANY".
24409         (ASM_OUTPUT_EXTERNAL): Check for aliases.
24410         (ASM_GLOBALIZE_LABEL): Likewise.
24411         (ASM_OUTPUT_LABELREF): Likewise.
24412         (ASM_OUTPUT_COMMON): Likewise.
24413         (PRINT_OPERAND): Handle 'K', 'W', default.
24414         (PRINT_OPERAND_ADDRESS): New.
24415         (Lots of defines): Add support for TARGET_ELF_ABI.
24416         * i370.md (attr length): New.  Define for all patterns.
24417         (*): Lots of tweeks to assembly output and constraints.
24418
24419 Mon Jul 19 15:09:29 1999  David Edelsohn  <edelsohn@gnu.org>
24420
24421         * rs6000.md (arithmetic, logical, and shift Rc combiner patterns):
24422         Disable patterns performing SImode comparisons with SImode values
24423         if TARGET_POWERPC64 and instruction does not sign-extend or does
24424         not mask to narrower than SImode, i.e. where bit 31 and bit 63 may
24425         differ for signed quantities.
24426         (indirect_jump): Add expander to choose RTL based on TARGET_64BIT.
24427         (tablejump): Patterns contingent on TARGET_64BIT not TARGET_POWERPC64.
24428         (decrement_and_branch_on_count): Add 64-bit variant.
24429
24430 Mon Jul 19 09:36:27 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24431
24432         * final.c (output_asm_insn): When searching for the matching string
24433         for a given dialect, don't run past the end of the list of
24434         alternatives if there are fewer alternatives in the template than
24435         dialects.
24436
24437 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
24438
24439         * gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.
24440         Removed paragraph about compression of files and size limitation,
24441         duplicated in the FAQ.  Use gcc-patches for posting patches.
24442         * gcc.c (main): Updated URL with bug reporting instructions to
24443         gcc.gnu.org.  Removed e-mail address.
24444         * system.h (abort): Likewise.
24445
24446 1999-07-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24447
24448         * Makefile.in (stmp-multilib-sub): Make the files extracted
24449         from $(LIBGCC1) writable.
24450
24451 Sat Jul 17 14:25:46 1999  Nick Clifton  <nickc@cygnus.com>
24452
24453         * config/arm/aout.h: Reformat for improved readability.
24454
24455         * config/arm/arm.h: Reformat for improved readability.
24456         Replace uses of fprintf with asm_fprintf where appropriate.
24457         (ARM_DECLARE_FUNCTION_NAME): New macro:  Perform any generic ARM
24458         function declaration assembler actions.
24459         (NUM_INTS): New macro: Convert from bytes to words.
24460         (NUM_REGS): New macro: Compute number of registers required to
24461         hold a quanitity of tyep MODE.
24462         (NUM_REGS2): New macro: Like NUM_REGS but also copes with BLKmode
24463         types.
24464         (NUM_ARG_REGS): New macro: The number of argument registers
24465         available.
24466         (ARG_REGISTER): New macro: Compute the register number of the Nth
24467         argument register.
24468         (LAST_ARG_REGNUM): New macro: The number of the last argument
24469         register.
24470         (SP_REGNUM): New macro: Register number of the stack pointer.
24471         (FP_REGNUM): New macro: Register number of the frame pointer.
24472         (FUNCTION_ARG, FUNCTION_ARG_PARTIAL_NREGS, INIT_CUMULATIVE_AGS,
24473         FUNCTION_ARG_ADVANCE, SETUP_INCOMING_VARARGS): Change
24474         CUMULATIVE_ARGS so that it counts registers not bytes.
24475
24476         * config/arm/arm.c: Rename TARGET_THUMB_INTERWORK to
24477         TARGET_INTERWORK.
24478         Replace uses of fprintf with asm_fprintf where appropriate.
24479         (output_ascii_pseudo_op): Replace with version from thumb.c
24480
24481         * config/arm/coff.h (ASM_FILE_START): Emit ASM_APP_OFF.
24482
24483         * config/arm/elf.h (CPP_PREDEFINES): Replace with
24484         SUBTARGET_CPP_SPEC.
24485         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
24486         (ASM_FILE_START): Emit ASM_APP_OFF.
24487
24488 Fri Jul 16 13:48:09 1999  Jeffrey A Law  (law@cygnus.com)
24489
24490         * pa.c (compute_frame_size): Round frame according to
24491         STACK_BOUNDARY rather than a hardwired value.
24492
24493         * pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
24494
24495         * configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead
24496         of "1".
24497         * configure: Rebuilt.
24498
24499         * configure.in (hppa*-*-linux*): New configuration.
24500         * configure: Rebuilt.
24501         * pa.h (MAX_OFILE_ALIGNMENT): Delete.
24502         * pa/som.h (MAX_OFILE_ALIGNMENT): Define.
24503         * pa/pa-linux.h: New file.
24504         * pa/t-linux: New file.
24505         * pa/xm-linux.h: New file.
24506
24507         * pa.c (hppa_legitimize_address): Change references from SImode to
24508         either Pmode or word_mode as appropriate.
24509         (emit_move_sequence, store_reg, load_reg): Likewise.
24510         (set_reg_plus_d, hppa_expand_prologue): Likewise.
24511         (output_mul_insn): Likewise.
24512         * pa.h (PROMOTE_MODE): Likewise.
24513         (INITIALZE_TRAMPOLINE): Likewise.
24514         (Pmode): Define to word_mode.
24515
24516         * pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired
24517         value of 4.  Allocate 8 bytes for each FP register save.
24518         (hppa_expand_epilogue): Use UNITS_PER_WORD instead of harwarewired
24519         value of 4.
24520         (hppa_expand_prologue): Likewise.
24521         * pa.h (PROMOTE_MODE): Likewise.
24522         (HARD_REGNO_MODE_OK, FUNCTION_ARG_SIZE): Likewise.
24523         (FUNCTION_ARG_BOUNDARY): Likewise.
24524
24525         * invoke.texi (HPPA Options): Remove -mspace/-mno-space.
24526
24527         * pa.c (out_of_line_prologue_epilogue): Delete.
24528         (override_options): Remove -mspace related code.
24529         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
24530         (compute_frame_size): Only allocate space for register that
24531         actually need to be saved.
24532         * pa.h (MASK_SPACE, TARGET_SPACE): Delete.
24533         (TARGET_SWITCHES): Remove -mspace, -mno-space
24534         * pa/t-pa (LIB2FUNCS_EXTRA): Remove ee.asm and ee_fp.asm
24535         * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.  Remove -mspace multilib.
24536         * pa/ee.asm, pa/ee_fp.asm: Delete.
24537
24538         * pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.
24539
24540         * config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
24541         directive in column zero.
24542
24543 Fri Jul 16 01:39:57 1999  Jeffrey A Law  (law@cygnus.com)
24544
24545         * m68k.c (output_function_prologue): Fix computation of save mask
24546         when generating PIC code.
24547
24548 Thu Jul 15 15:40:09 1999  Jim Wilson  <wilson@cygnus.com>
24549
24550         * tree.c (build_type_attribute_variant): Move current_obstack restore
24551         after build_qualified_type call.
24552
24553 1999-07-15  Mark Mitchell  <mark@codesourcery.com>
24554
24555         * configure.in: Use t-iris6, even with GNU LD.
24556         * config/mips/iris6gld.h: Fix typo in linker spec.
24557         * config/mips/t-iris6gld: Remove.
24558
24559 Thu Jul 15 15:15:43 1999  David Edelsohn  <edelsohn@gnu.org>
24560
24561         * rs6000.md (insv, extzv): Remove SImode dependence in named
24562         patterns.  Explicitly generate DImode RTL if PowerPC64 and
24563         operand is DImode.
24564         (insvdi): Reverse start and size in instruction template.
24565
24566 1999-07-12  Joseph S. Myers  <jsm28@cam.ac.uk>
24567
24568         * invoke.texi: Typo fixes.
24569
24570 Wed Jul 14 23:28:06 1999  Jeffrey A Law  (law@cygnus.com)
24571
24572         * emit-rtl.c (gen_realpart): Issue an error for cases GCC can not
24573         handle at this time instead of silently generating incorrect code.
24574         (gen_imagpart): Likewise.
24575
24576         * reload.c (find_reloads): Emit a USE for a pseudo register without
24577         a hard register if we could not create an optional reload for the
24578         pseudo.
24579
24580 Wed Jul 14 23:45:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24581
24582         * c-typeck.c (output_init_element, process_init_element):
24583         When advancing constructor_unfilled_fields for a RECORD_TYPE,
24584         check for nameless bit fields.
24585
24586 Wed Jul 14 01:57:39 1999  Richard Henderson  <rth@cygnus.com>
24587
24588         * regclass.c (scan_one_insn): Notice subregs that change the
24589         size of their operand.
24590         (record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE.
24591
24592 Wed Jul 14 01:41:42 1999  Jeffrey A Law  (law@cygnus.com)
24593
24594         * configure.in (alpha*-*-*): Include alpha/t-ieee.
24595         * configure: Rebuilt.
24596         * alpha/t-ieee: New file.
24597
24598 Tue Jul 13 10:45:58 1999  Jeffrey A Law  (law@cygnus.com)
24599
24600         * rs6000.c (find_addr_reg): Do not select r0 as an address
24601         register.
24602
24603 Tue Jul 13 00:46:18 1999  Philippe De Muyter  <phdm@macqel.be>
24604
24605         * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.
24606
24607 Mon Jul 12 14:29:15 1999  Jeffrey A Law  (law@cygnus.com)
24608
24609         * rs6000.md (movsf): Do not force easy FP constants into memory.
24610
24611         * expr.c (expand_expr, case PLUS_EXPR): Pass constants through
24612         immed_double_const to ensure they are properly truncated then
24613         sign extended.
24614
24615 Mon Jul 12 10:40:01 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
24616
24617         * config/arm/thumb.c (thumb_reorg): Call replace_symbols_in_block
24618         always unless NO_DEBUG is used.  Compile this code
24619         unconditionally.
24620         (replace_symbols_in_block): Compile it unconditionally.
24621
24622 Sun Jul 11 12:32:32 1999  Jeffrey A Law  (law@cygnus.com)
24623
24624         * configure.in (i?86-*-elf*): New target.
24625         * configure: Rebuilt.
24626         * i386/i386elf.h, i386/t-i386elf: New files.
24627
24628 Fri Jul  9 22:39:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
24629
24630         * toplev.c (main): Don't complain about saying -gdwarf.
24631         (rest_of_compilation): Remove redundant code.
24632
24633 Fri Jul  9 19:08:55 1999  Jim Wilson  <wilson@cygnus.com>
24634
24635         * unroll.c (unroll_loops): Don't delete named CODE_LABELs.
24636
24637 Fri Jul  9 18:54:18 1999  Felix Lee  <flee@cygnus.com>
24638
24639         * config/i960/i960.c (ret_label): Change asm label from "LR:" to
24640         "Li960R:", to avoid name clash.
24641
24642 Fri Jul  9 10:48:28 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24643
24644         * loop.c (check_dbra_loop): When reversing a loop, delete all
24645         REG_EQUAL notes referencing the reversed biv except those which are
24646         for a giv based on it.
24647
24648 Fri Jul  9 03:51:52 1999  Jeffrey A Law  (law@cygnus.com)
24649
24650         * version.c: Drop "gcc-" prefix from version #.
24651
24652 Thu Jul  8 18:06:30 1999  Jason Merrill  <jason@yorick.cygnus.com>
24653
24654         * dwarf2out.c (dwarf2out_line): Emit a line number comment after
24655         the label if we're being verbose.
24656
24657 Thu Jul  8 14:18:46 1999  Richard Henderson  <rth@cygnus.com>
24658
24659         * m68k.c (output_function_prologue): Add pic register to mask
24660         if live and flag_pic.
24661         (output_function_epilogue): Likewise.
24662
24663 Thu Jul  8 12:55:12 1999  Jeffrey A Law  (law@cygnus.com)
24664
24665         * dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Do not put assembler
24666         directives in column zero.
24667
24668         * pa/elf.h (ASM_FILE_START): Define.
24669         * pa/som.h (ASM_FILE_START): Include .level directives.
24670         * pa/hpux10.h (ASM_FILE_START): Delete.
24671         * pa/hpux11.h (ASM_FILE_START): Delete.
24672
24673         * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss.
24674
24675 Thu Jul  8 18:03:19 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24676
24677         * reload1.c (choose_reload_regs): Never call remove_adress_replacements
24678         when reload_out equals reload_in.
24679
24680 Thu Jul  8 16:50:14 1999  Nick Clifton  <nickc@cygnus.com>
24681
24682         * invoke.texi (Spec Files): New node: Describe the contents of
24683         spec files.
24684
24685 Thu Jul  8 10:28:25 1999  Craig Burley  <craig@jcb-sc.com>
24686
24687         * invoke.texi (DEC Alpha Options): Put @end table at
24688         beginning of line, to avoid confusing texi2html.
24689
24690 Thu Jul  8 09:22:06 1999  Nick Clifton  <nickc@cygnus.com>
24691
24692         * config/arm/elf.h (ASM_OUTPUT_INTERNAL_LABEL): Fixed typo
24693         introduced in previous delta.
24694
24695 Wed Jul  7 02:00:04 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
24696
24697         * reload1.c (gen_reload): When synthesizing a 3 operand add
24698         sequence, improve test for when to reload OP1 into the reload
24699         register instead of OP0.
24700
24701 Wed Jul  7 01:38:03 1999  Jim Wilson  <wilson@cygnus.com>
24702
24703         * unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.
24704
24705 1999-07-07  Manfred Hollstein  <mhollstein@cygnus.com>
24706
24707         * m88k/dguxbcs.h (CPP_SPEC): Add missing \ in multi-line
24708         string literal.
24709
24710 Wed Jul  7 01:16:43 1999  Richard Henderson  <rth@cygnus.com>
24711
24712         * ginclude/varargs.h (__builtin_va_alist_t): New typedef.
24713         (va_dcl): Use __builtin_va_alist_t.
24714
24715 Wed Jul  7 01:14:42 1999  Jason Merrill  <jason@yorick.cygnus.com>
24716
24717         * dwarf2out.c (gen_struct_or_union_type_die): Only remember types
24718         on the permanent_obstack.
24719         * dwarfout.c (output_type): Likewise.
24720
24721 Tue Jul  6 15:25:32 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24722
24723         * c-common.c (unsigned_type,signed_type,signed_or_unsigned_type) :
24724         Merged from c-typeck.c and cp/typeck.c.
24725         * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
24726         Merged into c-common.
24727
24728 Tue Jul  6 13:06:01 1999  Dave Brolley  <brolley@cygnus.com>
24729
24730         * c-lex.c (errorcount): Declare it.
24731         (finish_parse): Update errorcount when using CPPLIB.
24732
24733 1999-07-06  Bruce Korb  <ddsinc09@ix.netcom.com>
24734
24735         * fixinc/inclhack.def(end_else_label): Double the backslash so
24736         sed gets a chance to see it.
24737         * fixinc/inclhack.sh: regen
24738         * fixinc/fixincl.x: regen
24739
24740 Fri Jul  2 18:49:51 1999  Nick Clifton  <nickc@cygnus.com>
24741
24742         Add framework to support armv5 architecture when it becomes
24743         available:
24744
24745         * config/arm/arm.c (FL_ARCH5): New processor capability flag.
24746         (arm_arch5): New variable.
24747         (all_architectures): Add armv5 line.
24748         * config/arm/arm.h (CPP_CPU_ARCH_SPEC): Define __ARM_ARCH_5__ if
24749         -march=armv5 is specified on the command line.
24750         (arm_arch5): Export this variable.
24751         * invoke.texi: Document new string accepted by -march= switch for
24752         ARM ports.
24753
24754         * config/arm/arm.h: Replace use of constant 12 as a register
24755         number with IP_REGNUM.  Similarly 14 and LR_REGNUM.
24756         * config/arm/arm.c: Replace use of constant 12 as a register
24757         number with IP_REGNUM.  Similarly 14 and LR_REGNUM.
24758
24759         * config/arm/elf.h: Tidy up.
24760         * config/arm/coff.h: Tidy up.
24761
24762 Thu Jul  1 19:08:13 1999  Mark P. Mitchell  <mark@codesourcery.com>
24763
24764         * gcc/configure.in (mips-sgi-irix6*): Handle --with-gnu-ld.
24765         * gcc/config/mips/t-iris6gld: New file.
24766         * gcc/config/mips/iris6gld.h: Likewise.
24767
24768 Fri Jul  2 13:23:39 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24769
24770         * c-decl.c (widest_integer_literal_type_node,
24771         widest_unsigned_literal_type) : New.
24772         (init_decl_processing): Handle/use the two new types.
24773         * c-common.c (type_for_size,type_for_mode) : Same.
24774         * c-lex.c (yylex) : Same.
24775         * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
24776         Same.
24777         * c-tree.h (widest_integer_literal_type_node,
24778         widest_unsigned_literal_type) : New.
24779
24780 Fri Jul  2 03:05:44 1999  Jeffrey A Law  (law@cygnus.com)
24781
24782         * dwarfout.c (field_byte_offset): Correctly compute the object's
24783         byte offset for the first bit of a field which crosses an alignment
24784         boundary on a !BYTES_BIG_ENDIAN target.
24785
24786 Fri Jul  2 01:36:36 1999  Robert Lipe  <robertlipe@usa.net>
24787
24788         * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and
24789         ntohs.
24790
24791 Fri Jul  2 00:46:47 1999  Richard Henderson  <rth@cygnus.com>
24792                           Jeff Law <law@cygnus.com>
24793
24794         * ginclude/varargs.h (va_dcl): Use word_mode for type of
24795         __builtin_va_list.
24796
24797         * except.c: Include intl.h.
24798         (expand_eh_return): Set current_function_cannot_inline.
24799         (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label.
24800         * function.h (struct function): Add eh_return_stub_label.
24801         * flow.c (delete_unreachable_blocks): Don't merge across EH edges.
24802         * Makefile.in (except.o): Depend on intl.h.
24803
24804 Fri Jul  2 00:04:23 1999  David Edelsohn  <edelsohn@gnu.org>
24805
24806         * rs6000.md (movdf_hardfloat32): Handle PRE_INC and PRE_DEC the
24807         same as offsettable in cases 1 and 2.
24808
24809 Thu Jul  1 20:54:10 1999  Richard Henderson  <rth@cygnus.com>
24810
24811         * alpha.md (extqh): Define as 64-((R&7)*8) instead of 56-(((R-1)&7)*8).
24812         (extlh, extwh): Likewise.
24813
24814 Thu Jul  1 11:05:25 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24815
24816         * c-lex.c (yylex): Improve 'integer constant out of range' messages.
24817
24818 Wed Jun 30 16:51:41 1999  Nick Clifton  <nickc@cygnus.com>
24819
24820         * configure.in: Add arm-pe and thumb-pe targets.
24821         * configure: Regenerate.
24822
24823         * thumb.c (arm_naked_function_p): New function: Determines if
24824         a function is naked (has no gcc generated prologue/epilogue).
24825         (is_called_in_ARM_mode): Return true if the func has the
24826         interfacearm attribute.
24827         (output_return): Do not generate a return for naked functions.
24828         (thumb_function_prologue): Do not generate a prologue for
24829         naked functions.
24830         (thumb_expand_prologue): Do not generate a prologue for naked
24831         functions.
24832         (thumb_expand_epilogue): Do not generate an epilogue for naked
24833         functions.
24834         (arm_valid_machine_decl_attribute): New function, copied from
24835         arm.c:  Permit naked and interfacearm attributes.
24836
24837         * config/arm/pe.c: New file: Support code for arm-pe target.
24838         * config/arm/pe.h: New file: Header file for arm-pe target.
24839         * config/arm/tpe.h: New file: Header file for thumb-pe target.
24840         * config/arm/t-thumb-pe: New file: Makefile fragment for
24841         thumb-pe target.
24842
24843 1999-07-01  Mark Kettenis  <kettenis@gnu.org>
24844
24845         * config/i386/gnu.h (CPP_SPEC): Define __PIC__ and __pic__ if
24846         -fPIC or -fpic is specified.
24847
24848 Wed Jun 30 03:31:54 1999  Jeffrey A Law  (law@cygnus.com)
24849
24850         * expr.c (emit_block_move): Use copy_to_mode_reg for
24851         !TARGET_MEM_FUNCTIONS case too.
24852
24853         * configure.in (hppa*-*-*): Add som.h or elf.h to tm_file as
24854         appropriate.
24855         * configure: Rebuilt.
24856         (hppa1.1-*-pro*, hppa1.1-*-rtems*): Define target_cpu_default.
24857         * pa.h: Include dbxelf.h.  Delete various dbx/stabs related
24858         definitions made redundant by dbxelf.h inclusion.  Delete
24859         lots of definitions related to assembly output that are
24860         specific to the SOM object format.
24861         * pa.c (output_function_prologue): Do not emit the function's
24862         name for OBJ_ELF.
24863         * pa-pro-end.h (STARTFILE_SPEC): Undefine before redefining.
24864         * pa-pro.h: Deleted.
24865         * som.h: New file with SOM specific definitions.
24866         * elf.h: New file with ELF specific definitions.
24867
24868         * elfos.h (const_section): Output a tab before assembler directives.
24869         (ctors_section, dtors_section): Likewise.
24870         (ASM_OUTPUT_SECTION_NAME): Likewise.
24871
24872         * pa/pa1.h: Delete unused file.
24873
24874 Tue Jun 29 01:37:53 1999  Jeffrey A Law  (law@cygnus.com)
24875
24876         * configure.in (hppa*-hp-hpux11*): New configuration.
24877         * configure: Rebuilt.
24878         * pa/pa-hpux11.h: New file.
24879         * pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp
24880         command line.
24881
24882         * mips.md (leasi, leadi): New patterns.
24883
24884         * expr.c (emit_block_move): Properly handle case where one of the
24885         block move arguments has a queued increment or decrement.
24886         (clear_storage): Similarly.  Fix formatting goof.
24887
24888 1999-06-28  "David O'Brien"  <obrien@NUXI.com>
24889
24890         * fixinc/inclhack.def(stdio_va_list): This patch Removes a
24891         semicolon from the BSD VA_LIST replacement expression.
24892
24893         * fixinc/inclhack.sh: regen
24894         * fixinc/fixincl.x: regen
24895
24896         * fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines
24897         now use the fixincl program.
24898
24899 Mon Jun 28 05:28:12 1999  Jeffrey A Law  (law@cygnus.com)
24900
24901         * m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA
24902         case.  Also make the PIC register call_used.
24903
24904         * m68k.h (FINALIZE_PIC): Delete.
24905         * m68k.c (finalize_pic): Delete.
24906
24907 Mon Jun 28 05:16:35 1999  Richard Henderson  <rth@cygnus.com>
24908
24909         * m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles
24910         to memory.
24911
24912 Mon Jun 28 04:07:27 1999  David Edelsohn  <edelsohn@gnu.org>
24913
24914         * expmed.c (expand_divmod): Ensure unsigned value fits in reg_note.
24915
24916 Sun Jun 27 02:39:08 1999  Richard Henderson  <rth@cygnus.com>
24917
24918         * jump.c (jump_optimize_1): Validate the cmov copy to a temporary.
24919
24920 Sat Jun 26 17:18:18 1999  David Edelsohn  <edelsohn@gnu.org>
24921
24922         * rs6000.c (print_operand, case 'L'): Use plus_constant_for_output.
24923
24924 Fri Jun 25 11:33:24 1999  Richard Henderson  <rth@cygnus.com>
24925
24926         * alpha.c (override_options): Add -mcpu=ev45 as an alias for ev4.
24927
24928 Fri Jun 25 13:41:25 1999  David Edelsohn  <edelsohn@gnu.org>
24929
24930         * rs6000.c (output_toc): Always use hex values for floating-point
24931         constants.  Store single-precision values in upper-half of TOC
24932         entry in 64-bit mode.
24933         * rs6000.md (floatsidf2, floatunssidf2): Add !TARGET_POWERPC64
24934         to final constraints.
24935         (fix_truncdfsi2 splitter): Change pattern matching fctiwz.
24936         (fctiwz): Improve accuracy of RTL for pattern.
24937
24938 Fri Jun 25 11:26:38 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24939
24940         * expr.c (expand_expr): Allow RTL_EXPR's through the
24941         MAX_INTEGER_COMPUTATION_MODE checks.
24942
24943 Fri Jun 25 06:06:37 1999  Richard Henderson  <rth@cygnus.com>
24944
24945         * alpha.h (MASK_SUPPORT_ARCH, MASK_CPU_EV5, MASK_CPU_EV6): Define
24946         such that MASK_SUPPORT_ARCH is not negative.
24947
24948 Fri Jun 25 05:35:44 1999  Jeffrey A Law  (law@cygnus.com)
24949
24950         * loop.c (verify_dominator): Properly handle ADDR_VEC and
24951         ADDR_DIFF_VEC insns that appear inside loops.
24952
24953 Thu Jun 24 22:54:05 1999  David Edelsohn  <edelsohn@gnu.org>
24954                           Jeff Law <law@cygnus.com>
24955
24956         * rs6000.md (movdf_hardfloat32): Revert previous patch.
24957         Handle LO_SUM the same as offsettable in cases 1 and 2.
24958         * rs6000.c (find_addr_reg): Revert previous patch.
24959
24960 Thu Jun 24 22:43:12 1999  Philippe De Muyter  <phdm@macqel.be>
24961
24962         * system.h (strstr): New external function declaration.
24963         * acconfig.h (NEED_DECLARATION_STRSTR): New define slot.
24964         * configure.in (GCC_NEED_DECLARATIONS): Check for strstr.
24965         * config.in, configure: Rebuilt.
24966
24967 1999-06-24  Tom Tromey  <tromey@cygnus.com>
24968
24969         * gcc.c (main): Read user-specified specs files after computing
24970         additional startfile_prefixes.
24971
24972 Thu Jun 24 15:00:47 1999  Mark Mitchell  <mark@codesourcery.com>
24973
24974         Revert these two patches:
24975
24976         Thu Jun 17 21:34:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24977         * loop.c (strength_reduce): When doing biv->giv conversion, update
24978         reg note of NEXT->insn.
24979
24980         Thu Jun 17 17:22:07 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24981         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
24982         reg_biv_class.
24983         (recombine_givs): Set ix field after sorting.
24984
24985 Wed Jun 23 21:26:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24986
24987         * rtlanal.c (reg_referenced_p): Use reg_overlap_mentioned_p
24988         for the parts of an UNSPEC / UNSPEC_VOLATILE.
24989
24990 1999-06-23  Bruce Korb  <ddsinc09@ix.netcom.com>
24991
24992         *fixinc/inclhack.def:  Add fix development commentary
24993         (read_ret_type): reactivate and add selection clause
24994         (zzz_*): tweak output file name to match what is used in hackshell.tpl
24995         *fixinc/{fixincl.x|inclhack.sh}: regen
24996
24997 Wed Jun 23 00:48:21 1999  Jason Merrill  <jason@yorick.cygnus.com>
24998
24999         * expr.c (expand_expr): STRIP_NOPS before checking against
25000         MAX_INTEGER_COMPUTATION_MODE
25001         (check_max_integer_computation_mode): Likewise.
25002
25003 Tue Jun 22 20:23:43 1999  Jim Wilson  <wilson@cygnus.com>
25004
25005         * md.texi (smul@var{m}3_highpart): Add missing 's' prefix.
25006
25007 1999-06-22  Jim Wilson  <wilson@cygnus.com>
25008
25009         * expr.c (store_expr): When target is a promoted subreg, return a
25010         promoted subreg as a result.
25011
25012 Tue Jun 22 17:14:58 1999  Michael Meissner  <meissner@cygnus.com>
25013
25014         * dwarf2out.c (dwarf2out_frame_debug_expr): Reformat to match GNU
25015         coding standards.
25016         (dwarf2out_define): Mark unused parameters appropriately.
25017         (gen_unspecified_parameters_die): Ditto.
25018         (gen_subprogram_die): Fix signed/unsigned warnings.
25019         (gen_variable_die): Ditto.
25020
25021 1999-06-22  Bruce Korb <ddsinc09@ix.netcom.com>
25022
25023         * fixinc/inclhack.def(end_else_label): combined else_label
25024         and endif_label and fixed the sed expression.
25025         *fixinc/{fixincl.x|inclhack.sh}: regen
25026
25027 Tue Jun 22 01:58:18 1999  Jeffrey A Law  (law@cygnus.com)
25028
25029         * rs6000.md (movdf_hardfloat32): Use %X instead of always emitting
25030         'x' when handling non-offsettable addresses
25031
25032 Tue Jun 22 00:20:05 1999  Richard Earnshaw (rearnsha@arm.com)
25033
25034         * final.c (shorten_branches): Don't try to split an insn that has
25035         been deleted.
25036
25037 Mon Jun 21 12:47:39 1999  Mark Mitchell  <mark@codesourcery.com>
25038
25039         * config/mips/mips.c (symbolic_expression_p): New function.
25040         (mips_select_rtx_section): Put symbolic expressions in the
25041         data section, not the read-only data section.
25042
25043 Mon Jun 21 22:13:06 1999  Jeffrey A Law  (law@cygnus.com)
25044
25045         * rs6000.md (find_addr_reg): Handle LO_SUM addresses.
25046
25047 Mon Jun 21 20:10:42 1999  Richard Henderson  <rth@cygnus.com>
25048
25049         * collect2.c (main): Log frame table count.
25050         (GCC_OK_SYMBOL) [ECOFF]: Accept stGlobal.
25051         (scan_prog_file) [COFF]: Handle frame tables.
25052
25053         * alpha/alpha.h (UNALIGNED_SHORT_ASM_OP): Define.
25054         (UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Define.
25055         * alpha/elf.h: Undef them again.
25056         * alpha/vms.h: Remove their definitions.
25057
25058 Tue Jun 22 03:17:53 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25059
25060         * sh.c (machine_dependent_reorg): When fixing up fp pcloads,
25061         remove the clobber of r0 and change the REG_UNUSED note to
25062         REG_INC.
25063
25064 1999-06-21  Jakub Jelinek  <jj@ultra.linux.cz>
25065
25066         * real.c (ereal_from_double): Fix for 64-bit big endian hosts.
25067         * emit-rtl.c (gen_lowpart_common): Add case for hosts where double
25068         fits in HOST_WIDE_INT and one uses union to access a long constant
25069         as double.
25070
25071 Mon Jun 21 17:18:25 1999  Richard Henderson  <rth@cygnus.com>
25072
25073         * sparc.c (sparc_override_options): Don't allow profiling for
25074         code models other than medlow.
25075         (sparc_function_profiler): New function from old FUNCTION_PROFILER
25076         macro.  Use ASM_GENERATE_INTERNAL_LABEL and MCOUNT_FUNCTION.
25077         (sparc_function_block_profiler): Likewise.  Use user_label_prefix.
25078         (sparc_block_profiler): Likewise.
25079         (sparc_function_block_profiler_exit): Likewise.
25080         * sparc.h (FUNCTION_PROFILER): Call new sparc.c function.
25081         (FUNCTION_BLOCK_PROFILER): Likewise.
25082         (BLOCK_PROFILER): Likewise.
25083         (FUNCTION_BLOCK_PROFILER_EXIT): Likewise.
25084         (MCOUNT_FUNCTION): New.
25085         * sparc/pbd.h (FUNCTION_PROFILER): Delete.
25086         (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Delete.
25087         * sparc/sun4o3.h (FUNCTION_PROFILER): Delete.
25088         (MCOUNT_FUNCTION): New.
25089         * sparc/sysv4.h (FUNCTION_BLOCK_PROFILER): Delete.
25090         (BLOCK_PROFILER): Delete.
25091         (MCOUNT_FUNCTION): New.
25092
25093 Mon Jun 21 14:11:29 1999  David Edelsohn  <edelsohn@gnu.org>
25094
25095         * rs6000.md (movdf_hardfloat32): Fix typo in case 2.
25096
25097 Mon Jun 21 12:27:17 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
25098
25099         * config/mips/elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25100         Add the macros.
25101
25102         * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25103         Ditto.
25104
25105         * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25106         Ditto.
25107
25108         * config/arm/telf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25109         Ditto.
25110
25111 Mon Jun 21 14:58:42 1999  Nick Clifton  <nickc@cygnus.com>
25112
25113         * config/arm/arm.h: Add cpp support for ARM920 and ARM920T cpu
25114         types.
25115
25116 Mon Jun 21 06:22:21 1999  Mark Elbrecht <snowball3@bigfoot.com>
25117
25118         * i386/djgpp.h (LIB_SPEC): New.
25119         (STARTFILE_SPEC): New.
25120
25121         * i386/xm-djgpp.h (NO_SYS_SIGLIST): Deleted. Now obsolete.
25122
25123 Mon Jun 21 06:19:33 1999  Philippe De Muyter  <phdm@macqel.be>
25124
25125         * fixinc/Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in
25126         compiler flags.
25127
25128         * system.h (WSTOPSIG): New macro.
25129
25130 Mon Jun 21 05:33:15 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25131
25132         * c-pragma.c (push_alignment): Don't ignore alignments greater than
25133         4 bytes.
25134         (insert_pack_attributes): Take into account member natural
25135         alignment.
25136
25137         * i386/winnt.c (exports_head): New static variable.
25138         (i386_pe_record_exported_symbol): New function.
25139         (i386_pe_asm_file_end): Use.
25140         * i386/cygwin.h (ASM_OUTPUT_COMMON): Record the exported
25141         symbols to be emitted at end of assembly.
25142         (ASM_DECLARE_OBJECT_NAME): Likewise.
25143         (ASM_DECLARE_FUNCTION_NAME): Likewise.
25144
25145         * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
25146         -iwithprefix.
25147
25148 Mon Jun 21 04:44:31 1999  Jeffrey A Law  (law@cygnus.com)
25149
25150         * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced
25151         in last change.
25152
25153 Sun Jun 20 17:27:20 1999  Richard Henderson  <rth@cygnus.com>
25154
25155         * haifa-sched.c (sched_analyze_1): Use free_list instead of
25156         zapping reg_last_uses directly.
25157         (sched_analyze_2, sched_analyze_insn): Likewise.
25158         (sched_analyze): Likewise.  Don't clear reg_last_uses on calls.
25159
25160 Sun Jun 20 16:57:29 1999  David Edelsohn  <edelsohn@gnu.org>
25161
25162         * rs6000.md (movdf_hardfloat32): Use worst case insn length
25163         attributes for cases 1 and 2.
25164
25165 Sat Jun 19 22:52:55 1999  Richard Henderson  <rth@cygnus.com>
25166
25167         * haifa-sched.c (sched_analyze): Mark call-user regs as clobbered
25168         instead of set.
25169
25170 Sat Jun 19 05:40:07 1999  Philip Blundell <pb@nexus.co.uk>
25171
25172         * arm.c (arm_reload_in_hi): Invert sense of test on BYTES_BIG_ENDIAN.
25173
25174 Sat Jun 19 05:25:05 1999  Richard Earnshaw (rearnsha@arm.com)
25175
25176         * arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use
25177         PIC_OFFSET_TABLE_REGNUM for general alloaction.
25178         (INITIAL_ELIMINATION_OFFSET): Count the fact that the PIC register
25179         must be stacked if it is used for PIC accesses.
25180         * arm.c (use_return_insn): Handle PIC register specially.
25181         (output_return_instruction): Likewise.
25182         (output_func_{prologue,epilogue}): Likewise.
25183         (output_expand_prologue): Likewise.
25184
25185         * arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.
25186         (*strsi_predec): Renamed from *strqi_predec.
25187         (*loadsi_shiftpreinc): Renamed from *loadqi_shiftpreinc.
25188         (*loadsi_shiftpredec): Renamed from *loadqi_shiftpredec.
25189
25190         * arm.c (arm_override_options): Remove warning about PIC code
25191         not being supported.
25192
25193 Fri Jun 18 23:47:06 1999  David Edelsohn  <edelsohn@gnu.org>
25194
25195         * rs6000.c (find_addr_reg): New function.
25196         * rs6000.h (find_addr_reg): Declare.
25197         (offsettable_addr_operand): Delete.
25198         * rs6000.md (movdf_hardfloat32): Handle non-offsettable loads
25199         from and stores to GPRs.
25200
25201 Fri Jun 18 15:44:18 1999  Richard Henderson  <rth@cygnus.com>
25202
25203         * alpha.c (alpha_expand_block_move): Use get_insns rather than
25204         gen_sequence as argument to emit_no_conflict_block.
25205
25206 Fri Jun 18 07:02 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25207
25208         * fixinc/mkfixinc.sh: enable the fixincl program for DG/UX
25209         * fixinc/inclhack.def(dgux_int_varargs): script must end with \n
25210         *fixinc/fixincl.x: regen
25211         *fixinc/inclhack.sh: regen
25212
25213 Thu Jun 17 15:06:10 PDT 1999 Don Lindsay  <dlindsay@cygnus.com>
25214
25215         * added support for -mpcrel (PC relative addressing for m68k)
25216         based on code done by Michael Tiemann  <tiemann@axon.cygnus.com>.
25217         * invoke.texi (m68000 options): Add documentation for -mpcrel flag.
25218         * m68k.c (print_operand_address): Handle 32-bit PIC case.
25219         (comments for general_src_operand): Add some explanation
25220         about EXTRA_CONSTRAINTS.
25221         (OVERRIDE_OPTIONS): Enable -fPIC in combination with -mpcrel.
25222         * m68kelf.h (OVERRIDE_OPTIONS): Ditto.
25223         (LEGITIMATE_PIC_OPERAND_P): Fix typo.
25224         (LEGITIMATE_PIC_OPERAND_P): Re-derive from m68k.h case.
25225         * m68k.h (LEGITIMATE_PIC_OPERAND_P): Fix delete-o.
25226         (INDIRECTABLE_1_ADDRESS): Delete spurious '/' at end of macro.
25227         (OVERRIDE_OPTIONS): Change behavior so that -mpcrel implies -fpic
25228         if not already set.
25229         (OVERRIDE_OPTIONS): Merge in changes from m68k.h.
25230         * m68k.h (TARGET_PCREL): New target flag.
25231         (TARGET_SWITCHES): Add "pcrel" as a recognized switch.
25232         (OVERRIDE_OPTIONS): Add checks for -mpcrel.
25233         (LEGITIMATE_PIC_OPERAND_P): Don't normally accept anything that
25234         contains a SYMBOL_REF.  Relax this constraint during reload, since
25235         we want to use the predicates, not reload's built-in concept of a
25236         valid memory address, to control what insns need reloading.
25237         (EXTRA_CONSTRAINT): Define constraints to accept pc-relative
25238         operands (essentially 'g', 'm', and 's' under normal circumstances).
25239         * m68k.c (print_operand): Cause printing of pc-relative addresses
25240         to include pc register.
25241         (print_operand_address): Ditto.
25242         (general_src_operand): Accept operands that are not only
25243         general_operands, but are also valid when used as a pc-relative
25244         source.
25245         (nonimmediate_src_operand): Similar, for nonimmediate_operands.
25246         (memory_src_operand): Similar, for memory_operands.
25247         (pcrel_address): New predicate to accept the special case of a
25248         pc-relative address.
25249         * m68k.md (many patterns): Rewrite common SImode, HImode, and
25250         QImode insns to accept *_src_operand instead of *_operand where
25251         pc-relative operands can fit.  For example, a pc-relative operand
25252         can be used as a memory source operand for addsi3, but not as a
25253         memory destination.
25254         * hp320.h linux.h m68kv4.h (LEGITIMATE_PIC_OPERAND_P) as in m68k.h.
25255
25256 Fri Jun 18 09:11:07 1999  Nick Clifton  <nickc@cygnus.com>
25257
25258         * config/arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS): New Marco: USe
25259         .thumb_set pseudo op to mark aliases of thumb functions.
25260
25261 Wed Jun 16 18:19:13 1999  Nick Clifton  <nickc@cygnus.com>
25262
25263         * varasm.c (assemble_alias): Use ASM_OUTPUT_DEF_FROM_DECLS in
25264         preference to ASM_OUTPUT_DEF, if it is defined.
25265
25266         * tm.texi: Document new, optional target macro
25267         ASM_OUTPUT_DEF_FROM_DECLS.
25268
25269 Thu Jun 17 15:07 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25270
25271         * fixincludes: ISCNTL patch
25272         * fixinc/inclhack.def (ioctl_fix_ctrl): Fix the definition of [_]*ISCTRL().
25273         (dgux_int_varargs): new for DG/UX
25274         * fixinc/{fixincl.x,inclhack.sh}: Regenerated.
25275
25276 Thu Jun 17 21:34:24 1999  Jeff Law <law@cygnus.com>
25277
25278         * invoke.texi (ia32 options): Fix typo.
25279
25280 Thu Jun 17 21:34:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25281
25282         * loop.c (strength_reduce): When doing biv->giv conversion, update
25283         reg note of NEXT->insn.
25284
25285 Thu Jun 17 14:25:08 1999  Jeffrey A Law  (law@cygnus.com)
25286
25287         * loop.c (move_movables): Note issues with replacing REGs with
25288         SUBREGs.
25289         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Handle SUBREGs properly.
25290
25291 Thu Jun 17 13:28:30 1999  David O'Brien <obrien@FreeBSD.org>
25292
25293         * i386/freebsd-elf.h (LINK_SPEC): Fix typo.
25294
25295         * i386/freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and
25296         the reference to `mcount' was not correct for the ELF on FreeBSD.
25297
25298 Thu Jun 17 17:22:07 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25299
25300         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
25301         reg_biv_class.
25302
25303         (recombine_givs): Set ix field after sorting.
25304
25305 Thu Jun 17 02:54:30 1999  Jeffrey A Law  (law@cygnus.com)
25306
25307         * emit-rtl.c (operand_subword): Tighten checks for when it is safe
25308         to safe to extract a subword out of a REG.
25309
25310 Thu Jun 17 01:45:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25311
25312         * sh.md (mulsi3): Don't add a no-op move at the end.
25313
25314 Wed Jun 16 20:29:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25315
25316         * cse.c (cse_insn): Don't put hard register source into tables for
25317         the last insn of a libcall.
25318
25319 Wed Jun 16 19:44:33 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25320
25321         * loop.c (strength_reduce): Insert sets of derived givs at every
25322         biv increment, even if it's the only one.
25323
25324 Wed Jun 16 10:33:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
25325
25326         * dwarfout.c (add_incomplete_type): New fn.
25327         (output_type): Call it.
25328         (retry_incomplete_types): New fn.
25329         (dwarfout_finish): Call it.
25330
25331         From Eric Raskin <ehr@listworks.com>:
25332         (output_type): Output types for bases.
25333
25334 Tue Jun 15 12:51:23 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
25335
25336         * mips.c (mips_output_conditional_branch): Add `break'
25337         between `default' label and `close braces'.
25338
25339 Tue Jun 15 01:55:20 1999  David O'Brien <obrien@FreeBSD.org>
25340
25341         * i386/freebsd-elf.h (LINK_SPEC): clean up the linking library
25342         specifications and make it realistic.
25343         (LIB_SPEC): Likewise.
25344
25345 Mon Jun 14 15:38:43 1999  Jim Wilson  <wilson@cygnus.com>
25346
25347         * config/mips/mips.c (mips_secondary_reload_class): Check for
25348         (PLUS (SP) (REG)) and return appropriate register class.
25349         * config/mips/mips.md (reload_insi): Delete predicate for operand 1.
25350         Handle (PLUS (SP) (REG)).
25351         (tablejump): In mips16 code, use emit_insn instead of emit_jump_insn.
25352         (tablejump_mips161, tablejump_mips162): Use emit_jump_insn instead
25353         of emit_insn for tablejump.
25354
25355 Mon Jun 14 17:26:40 1999  David Edelsohn  <edelsohn@gnu.org>
25356
25357         * rs6000.c (output_prolog): RS6000_CALL_GLUE must be
25358         asm_fprintf format string by itself.
25359         (output_function_profiler): Likewise.
25360
25361 Mon Jun 14 12:57:38 1999  David Mosberger  <davidm@hpl.hp.com>
25362
25363         * combine.c (simplify_logical, case AND): Only call
25364         simplify_and_const_int if the mode is no wider than HOST_WIDE_INT
25365         or the constant is positive.
25366
25367 Mon Jun 14 11:43:41 1999  Nick Clifton  <nickc@cygnus.com>
25368
25369         * configure.in: Fix typo in rs6000-ibm-aix4 case.
25370         * configure: Regenerate.
25371
25372 Mon Jun 14 03:55:40 1999  Jeffrey A Law  (law@cygnus.com)
25373
25374         * configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not
25375         require a sub-version #.
25376         * configure: Rebuilt.
25377
25378 1999-06-14  Robert Lipe  (robertlipe@usa.net)
25379
25380         * svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.
25381
25382 Mon Jun 14 10:30:52 BST 1999  Nathan Sidwell  <nathan@acm.org>
25383
25384         * c-typeck.c (process_init_element): Detect excess elements in
25385         char array initializer.
25386
25387 1999-06-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
25388
25389         * gcc.texi: Mention gcc 2.96 instead of egcs 1.00.
25390
25391 Sat Jun 12 22:29:48 EDT 1999  Jerry Quinn <jquinn@nortelnetworks.com>
25392
25393         * invoke.texi (Option Summary): Add -fpermissive flag.
25394
25395 Sat Jun 12 03:40:42 1999  Jeffrey A Law  (law@cygnus.com)
25396
25397         * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands
25398         that require PIC code sequences.
25399
25400 Wed Jun  9 16:29:01 1999  Nick Clifton  <nickc@cygnus.com>
25401
25402         * configure.in: Add new target: thumb-elf.
25403         * configure: Regenerate.
25404         * config/arm/t-thumb-elf: New file: Makefile fragment for
25405         thumb-elf build.
25406         * config/arm/telf.h: New file: Header file for thumb-elf
25407         build.
25408
25409 Fri Jun 11 03:17:51 1999  Jeffrey A Law  (law@cygnus.com)
25410
25411         * Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.
25412         * libgcc2.c (__CTOR_LIST, __DTOR_LIST); Do not provide
25413         initializers is some circumstances.
25414
25415         * fixinc/inclhack.def (endif_label): Add additional selector for
25416         more bogus stuff after #endif statements.
25417         * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
25418
25419 Thu Jun 10 20:44:36 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25420
25421         * i386/cygwin.h (SET_ASM_OP): Define.
25422
25423 Thu Jun 10 20:37:57 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25424
25425         * reg-stack.c (stack_reg_life_analysis): Find all the RETURN insns.
25426
25427 Thu Jun 10 19:23:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25428
25429         * sh.h (TARGET_HARWARD, TARGET_HARVARD): Changed the former to the
25430         latter.
25431
25432         * sh.md (ic_invalidate_line_i): Remove second alternative.
25433
25434 Thu Jun 10 06:55 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25435
25436         *fixinc/inclhack.def(sun_auth_proto): We do not know how to
25437         test for the presence of valid prototypes.  Delete bypass expr.
25438         (ioctl_fix_ctrl): Correct the selection expression.
25439         (no_double_slash): Correct quoting rules
25440         *fixinc/fixincl.x: regen
25441         *fixinc/inclhack.sh: regen
25442
25443 Thu Jun 10 15:08:15 1999  Nick Clifton  <nickc@cygnus.com>
25444
25445         * config/arm/arm.c (struct all_cores): Add ARM920 and ARM920t.
25446
25447 Wed Jun  9 15:57:57 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
25448
25449         * rs6000.md (movsi_got_internal_mem): Delete.
25450         * rs6000.h (CONDITIONAL_REGISTER_USAGE): Mark PIC_OFFSET_TABLE_REGNUM.
25451         (GOT_TOC_REGNUM): Delete.
25452         (PIC_OFFSET_TABLE_REGNUM): Define.
25453         (FINALIZE_PIC): Disable.
25454         * rs6000.c (rs6000_got_register): New code for fixed pic register.
25455         (rs6000_replace_regno): Delete.
25456         (rs6000_finalize_pic): Likewise.
25457         (output_prolog): Handle PIC_OFFSET_TABLE_REGNUM.
25458
25459 Wed Jun  9 19:44:26 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25460
25461         * loop.c (loop_insn_first_p): Don't compare LUIDs when P
25462         is a note; use <= for the compare; advance P while it is
25463         a NOTE.
25464
25465 Wed Jun  9 13:12:24 1999  Jeffrey A Law  (law@cygnus.com)
25466
25467         * fixinc/inclhack.def (no_double_slash): Fix quoting for test.
25468         * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt.
25469
25470         * varasm.c (remove_from_pending_weak_list): Verify t->name
25471         is non-NULL before passing it to strcmp.
25472
25473 Wed Jun  9 06:50 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25474
25475         *fixinc/inclhack.def(sun_auth_proto): bypass the patch if
25476         the typed arguments are not part of a comment
25477         (ioctl_fix_ctrl): Added a purpose comment
25478         *fixinc/fixincl.x: regenerate
25479         *fixinc/inclhack.sh: regenerate
25480
25481 Wed Jun  9 22:57:02 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
25482
25483         * invoke.texi: Add C4x invocation docs.
25484
25485 Wed Jun  9 22:34:38 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
25486
25487         * config/c4x/c4x.h (TARGET_EXPOSE_LDP, LEGITIMIZE_RELOAD_ADDRESS):
25488         Define new macros.
25489         * config/c4x/c4x.c (c4x_emit_move_sequence, src_operand): Use
25490         TARGET_EXPOSE_LDP.
25491         (c4x_legitimize_reload_address): New function.
25492         * config/c4x/c4x.md: Update docs.
25493
25494 Wed Jun  9 04:14:48 1999  Jeffrey A Law  (law@cygnus.com)
25495
25496         * fixincludes: Avoid removing '.'.
25497         * fixinc/fixinc.svr4: Likewise.
25498         * fixinc/fixinc.winnt: Likewise.
25499         * fixinc/inclhack.tpl: Likewise.
25500         * fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt.
25501
25502 1999-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25503
25504         * fixinc/inclhack.def (sun_catmacro): Escape parens in the select
25505         pattern.
25506         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt.
25507
25508 Wed Jun  9 03:10:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25509
25510         * c-pragma.c (handle_pragma_token): Handle `#pragma pack()'
25511         correctly.
25512
25513 Tue Jun  8 13:06:15 1999  Jim Wilson  <wilson@cygnus.com>
25514
25515         * configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000.
25516         * configure: Regenerate.
25517
25518 Tue Jun  8 05:47:48 1999  Richard Earnshaw (rearnsha@arm.com)
25519
25520         * optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute
25521         values.
25522
25523 Mon Jun  7 22:30:37 1999  Jeffrey A Law  (law@cygnus.com)
25524
25525         * fixinc/inclhack.def (avoid_bool): Also catch
25526         "typedef [unsigned] int bool".
25527         * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
25528
25529         * m68k/x-hp3bsd44: Delete obsolete and incorrect file.
25530         * configure.in (m68k-hp-bsd4.4): No longer use x-hp3bsd44.
25531         * configure: Rebuilt.
25532
25533 Mon Jun  7 22:05:03 1999  Mark Kettenis  <kettenis@gnu.org>
25534
25535         * config/i386/gnu.h: Include <gnu.h> right after <i386/linux.h>,
25536         such that we can override its definitions if necessary.
25537         (CPP_SPEC): New define.  Support processor specific predefines via
25538         %(cpp_cpu).
25539         (CC1_SPEC): New define.  Support processor specific compiler
25540         options via %(cc1_cpu).
25541         (STARTFILE_SPEC): New define.  Use crt0.o instead of crt1.o for
25542         -static.
25543
25544 1999-06-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25545
25546         * fixinc/inclhack.def (math_gcc_ifndefs): Insert whitespace
25547         between sed's -e flag, and the open-quote following it.
25548         * fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
25549
25550 Mon Jun  7 20:34:20 1999  Robert Lipe <robertlipe@usa.net>
25551                           Jeffrey A Law  (law@cygnus.com)
25552
25553         * varasm.c (assemble_start_function): Remove the function
25554         from the pending weak decls list when we define a function.
25555         (assemble_variable): Similarly for variables.
25556         (weak_finish): Ignore items on the list with a NULL name.
25557         (remove_from_ending_weak_list); New function to "remove" an item
25558         from the pending weak declarations list.
25559
25560 Mon Jun  7 19:27:07 1999  Jerry Quinn <jquinn@nortelnetworks.com>
25561
25562         * pa.md (fmpyfadd, fmpynfadd, fnegabs): New patterns.
25563
25564 Mon Jun  7 14:07:39 1999  Dave Brolley  <brolley@cygnus.com>
25565
25566         * c-lex.c (GETC): Redefine to call getch.
25567         (UNGETC): Redefine to call put_back.
25568         (putback_buffer): New structure type.
25569         (putback): New static structure.
25570         (getch): New function.
25571         (put_back): New function.
25572         (yylex): Replace unused bytes from bad multibyte character.
25573
25574 Mon Jun  7 13:33:39 1999  Dave Brolley  <brolley@cygnus.com>
25575
25576         * cpplib.c (do_define): Cast `alloca' return value.
25577         (do_include, do_undef, do_pragma): Likewise.
25578         * cpphash.c (dump_definition): Cast `xstrdup' and `alloca' return
25579         values.
25580         * cppfiles.c (initialize_input_buffer): Cast `xmalloc' return values.
25581         * gcc/cppspec.c (lang_specific_driver): Cast xmalloc return value.
25582
25583 Sun Jun  6 11:58:34 1999  Jakub Jelinek  <jj@ultra.linux.cz>
25584
25585         * sparc.md (abstf2): This should be an expand.
25586         (split after abstf2_notv9): Fix mode.
25587         (abstf2_hq_v9): New pattern.
25588         (abstf2_v9): Only use when no hard quad.
25589         (absdf2_v9): Fix if target is not the same as source.
25590         (ashrsi3_extend, ashrsi3_extend2, lshrsi3_extend, lshrsi3_extend2):
25591         Add correct output constraints.
25592
25593 Sat Jun  5 17:04:16 1999  Craig Burley  <craig@jcb-sc.com>
25594
25595         From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
25596         * invoke.texi: Clarify text vis-a-vis Intel CPUs.
25597
25598 Sat Jun  5 12:11:24 1999  Mark Mitchell  <mark@codesourcery.com>
25599
25600         * mips.h (mips_output_conditional_branch): New function.
25601         (mips_adjust_insn_length): Likewise.
25602         (ASSEMBLER_SCRATCH_REGNUM): New macro.
25603         (ADJUST_INSN_LENGTH): Likewise.
25604         * mips.c (print_operand): Add `F' and `W' for floating-point
25605         comparison opcodes.
25606         (machine_dependent_reorg): Adjust MIPS16 code; instruction-lengths
25607         are now in bytes.
25608         (mips_adjust_insn_length): New function.
25609         (mips_output_conditional_branch): New function.
25610         * mips.md (length): Adjust attribute definition to handle
25611         conditional branches.  Change lengths to bytes, rather than
25612         instructions throughout.  Remove length attribute from
25613         instructions whose length is four bytes, and rely on the default
25614         instead.
25615         (dslot): Fix typo in comment.
25616         Reword conditional branch patterns to use
25617         mips_output_conditional_branch.
25618
25619 Fri Jun  4 13:30:27 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
25620
25621         * alpha/osf.h (CPP_SUBTARGET_SPEC): Handle -threads.
25622         (LIB_SPEC): Likewise.
25623         Link with -lprof1_r for -g/-pg.
25624
25625 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25626
25627         * loop.c (check_dbra_loop): Fix change of Jan 19.
25628
25629 Fri Jun  4 00:12:40 1999  Marc Espie <espie@cvs.openbsd.org>
25630
25631         * freebsd-elf.h (SWITCH_TAKES_ARG):  Redefine, not define.
25632         (STARTFILE_SPEC):  Define, override the svr4.h version.
25633         (ENDFILE_SPEC):  Likewise.
25634
25635 Thu Jun  3 23:58:55 1999  Jeffrey A Law  (law@cygnus.com)
25636
25637         * fixinc/inclhack.def (limits_ifndefs): Also apply to sys/limits.h
25638         * fixinc/fixincl.x: Regenerated.
25639         * fixinc/inclhack.sh: Regenerated.
25640
25641 Fri Jun  4 05:42:23 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25642
25643         * sh.c (barrier_align): Don't return early for normal branch/barrier
25644         when optimizing for SH2.
25645
25646 Thu Jun  3 22:27:50 1999  Robert Lipe  <robertlipe@usa.net>
25647
25648         * i386/udk.h (LINK_SPEC): Correct linker search path for
25649         system libraries.
25650
25651 Fri Jun  4 03:20:40 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25652
25653         * sh.c (fixup_addr_diff_vecs): Emit braf reference label.
25654         (braf_label_ref_operand): Delete.
25655         * sh.h (PREDICATE_CODES): Remove braf_label_ref_operand.
25656         * sh.md (casesi_jump_2): Operand1 is now the inside of a
25657         label_ref, and has no predicate.
25658         The patten has a predicate to guard against invalid substitutions.
25659         (dummy_jump): Delete.
25660         (casesi): Update use of casesi_jump_2.
25661
25662 Thu Jun 3 07:48 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25663
25664         *fixinc/inclhack.def(Io_Def_Quotes): corrected sed expression
25665         *fixinc/fixincl.x: regenerate
25666         *fixinc/inclhack.sh: regenerate
25667
25668 Thu Jun  3 02:15:07 1999  Jason Merrill  <jason@yorick.cygnus.com>
25669
25670         * dwarf2out.c (add_incomplete_type): New fn.
25671         (gen_struct_or_union_type_die): Call it.
25672         (retry_incomplete_types): New fn.
25673         (dwarf2out_finish): Call it.
25674
25675 Thu Jun  3 01:19:03 1999  Jeffrey A Law  (law@cygnus.com)
25676
25677         * gcse.c (insert_insn_end_bb): Correct placement of insns when the
25678         current block starts with a CODE_LABEL and ends with a CALL and
25679         we can not find all the argument setup instructions for the CALL.
25680
25681 Wed Jun  2 15:44:15 1999  Mark Mitchell <mark@codesourcery.com>
25682
25683         Revert this change:
25684         * fold-const.c (fold): STRIP_NOPS when deciding whether or not
25685         something is a candidate for optimize_bit_field_compare.
25686
25687 Wed Jun  2 21:53:05 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25688
25689         * sh.h (CONST_OK_FOR_I, CONST_OK_FOR_L): Cast VALUE to HOST_WIDE_INT.
25690
25691 Wed Jun  2 12:25:55 1999  Richard Henderson  <rth@cygnus.com>
25692
25693         * alpha.c (override_options): Thinko in last patch.
25694
25695         * alpha/osf.h (CPP_SUBTARGET_SPEC): Define.
25696         (LIB_SPEC): Recognize -pthread.
25697
25698 Wed Jun  2 08:42:55 1999  Nick Clifton  <nickc@cygnus.com>
25699
25700         * config/arm/tcoff.h (USER_LABEL_PREFIX): Synchronise with
25701         definition in config/arm/coff.h
25702         * config/arm/coff.h: Add comment about USER_LABEL_PREFIX.
25703
25704 Wed Jun  2 07:07 1999 Bruce Korb <ddsinc09@ix.netcom.com>
25705
25706         * fixinc/fixincl.c(global def): Add FD_SHELL_SCRIPT to mark
25707         fixes that need "file=xxx\n" prepended before invocation
25708         (start_fixer - new): starting the fixer process is complex enough
25709         to warrent its own routine.  It prepends the "file=xxx\n" stuff.
25710         (process): uses the new routine; omit usage of putenv()
25711         * fixinc/fixincl.tpl: mark shell scripts with FD_SHELL_SCRIPT
25712         * fixinc/fixincl.x: regenerate
25713
25714 Wed Jun  2 02:29:07 1999  Jeffrey A Law  (law@cygnus.com)
25715
25716         * README, configure.in, gcc.1, gcc.texi: Update name (egcs -> gcc)
25717         and version #s (1.1 -> 2.96) as needed.
25718         * README.g77: Kill way out of date file in the toplevel directory.
25719
25720 Wed Jun  2 00:52:34 1999  David O'Brien <obrien@FreeBSD.org>
25721
25722         * configure.in (i[34567]86-*-freebsdelf): Don't include linux.h,
25723         i386/freebsd-elf.h no longer requires it.  Instead include svr4.h.
25724         * configure: Rebuilt.
25725         * i386/freebsd-elf.h (DEFAULT_VTABLE_THUNKS): Define.
25726         (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, SET_ASM_OP): Likewise.
25727         (PREFERRED_DEBUGGING_TYPE, WCHAR_UNSIGNED): Likewise.
25728         (SWITCH_TAKES_ARG): Likewise.
25729         * i386/freebsd.h: Remove FREEBSD_NATIVE support.
25730         * config/t-freebsd: Moved from config/i386/ so it can used for all
25731         FreeBSD targets.
25732
25733 Mon May 31 02:22:55 1999  Philippe De Muyter  <phdm@macqel.be>
25734
25735         * m68k/x-mot3300 (XCFLAGS): Fixed to match stb.o, not f/stb.o.
25736
25737 Wed Jun  2 00:08:34 1999  Robert Lipe  <robertlipe@usa.net>
25738
25739         * configure.in (i[34567]86-*-udk*): Install headers with cpio.
25740         * configure: Rebuilt.
25741
25742 Tue Jun  1 19:06:22 1999  David Edelsohn  <edelsohn@gnu.org>
25743
25744         * rs6000/aix41.h (RS6000_CALL_GLUE): Define.
25745         * rs6000/aix43.h (RS6000_CALL_GLUE): Likewise.
25746         * rs6000/rs6000.c (rs6000_file_start): Use putc.
25747         (rs6000_output_load_toc_table): Same.
25748         (output_prolog, output_mi_thunk): Same.
25749         * rs6000/rs6000.h (SELECT_SECTION): Formatting.
25750         (ASM_GLOBALIZE_LABEL): Use putc.
25751
25752 Mon May 31 15:23:23 1999  Richard Henderson  <rth@cygnus.com>
25753
25754         * alpha.md (reload_*_help): New patterns and splitters.
25755         (reload_*): Use them.
25756         (mov[qh]i): Likewise.
25757
25758 Mon May 31 11:48:07 1999  Mark Mitchell  <mark@codesourcery.com>
25759
25760         * cccp.c (handle_directive): Handle backslash-newlines in quoted
25761         strings correctly.
25762
25763 Mon May 31 09:36:11 1999  Cort Dougan  <cort@cs.nmt.edu>
25764
25765         * rs6000/linux.h (LINK_SPEC): Use emulation elf32ppclinux.
25766
25767 Mon May 31 11:40:20 EDT 1999  John Wehle  (john@feith.com)
25768
25769         * flow.c (mark_regs_live_at_end, insn_dead_p,
25770         mark_set_1, mark_used_regs): Only give FRAME_POINTER_REGNUM
25771         and HARD_FRAME_POINTER_REGNUM special treatment if reload
25772         hasn't run or the frame pointer is needed.
25773         * haifa-sched.c (attach_deaths): Likewise.
25774         * sched.c (attach_deaths): Likewise.
25775
25776 Mon May 31 00:46:17 1999  Jeffrey A Law  (law@cygnus.com)
25777
25778         * jump.c (jump_optimize_1): Only set CAN_REACH_END if
25779         calculate_can_reach_end returns nonzero.
25780
25781         * configure.in (native gas tests): Search for an assembler in the
25782         same manner that the installed compiler will.
25783         * configure: Rebuilt.
25784         * tm.texi (MD_EXEC_PREFIX): Note need to update configure.in too.
25785
25786         * alias.c (find_base_term): Improve handling of addresses
25787         constructed from binary operations.
25788
25789 Sun May 30 14:29:17 1999  Eric Raskin (ehr@listworks.com)
25790
25791         * dgux.h (STARTFILE_SPEC): Fix incorrectly matched curly-braces.
25792
25793 Sun May 30 14:19:13 1999  Jeffrey A Law  (law@cygnus.com)
25794
25795         * function.h (cleanup_label, frame_offset): Declare.
25796         (tail_recursion_label, tail_recursion_reentry): Likewise.
25797         (arg_pointer_save_area, rtl_expr_chain): Likewise.
25798         * stmt.c (cleanup_label, frame_offset): Delete extern declarations.
25799         (tail_recursion_label, tail_recursion_reentry): Likewise.
25800         (arg_pointer_save_area, rtl_expr_chain): Likewise.
25801
25802 Sat May 29 19:08:10 1999  Philip Blundell  <philb@gnu.org>
25803
25804         * config/arm/aout.h (ASM_OUTPUT_ALIGN): Only define if not already
25805         defined.
25806         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Define.
25807         (MAX_OFILE_ALIGNMENT): Define.
25808
25809 Fri May 28 21:40 1999  Robert Lipe <robertlipe@usa.net>
25810
25811         * fixincl.c: Replace local include scheme with #includes of
25812         gansidecl.h and system.h.
25813         * procopen.c:  Likewise.
25814         * server.c:  Likewise.
25815
25816 Fri May 28 03:47:03 1999  Eric Raskin (ehr@listworks.com)
25817
25818         * i386/t-dgux (EXTRA_PARTS): Add crti.o
25819         (crti.o): Add build rule and dependencies.
25820         * fixinc/fixinc.dgux:  Use modified _int_varargs.h
25821
25822 Fri May 28 03:41:02 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
25823
25824         * rs6000/sysv4.h (CC1_SPEC): Add support for -profile
25825         (LIB_LINUX_SPEC): Likewise.
25826         (LIB_LINUX_SPEC): Add support for -pthread
25827         (CPP_OS_LINUX_SPEC): Likewise.
25828         (CPP_SYSV_SPEC): Avoid redefinitions if both -fpic and -fPIC are
25829         specified.
25830
25831 Thu May 27 13:04:52 1999  H.J. Lu  (hjl@gnu.org)
25832
25833         * i386.c (output_fp_cc0_set): Don't check the JUMP_INSN code for
25834         conditional move.
25835         (notice_update_cc, output_float_compare): Enable TARGET_CMOVE support.
25836         (output_float_compare, output_fp_cc0_set): Fix the FLOAT comparison
25837         for IEEE math and CC_FCOMI.
25838         (put_jump_code): No IEEE if CC_FCOMI is set.
25839
25840 1999-05-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25841
25842         * fold-const.c (fold_truthop): Make the field reference unsigned
25843         when converting a single bit compare.
25844
25845 Thu May 27 02:40:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25846
25847         * loop.c (strength_reduce): Don't do biv->giv conversion on constants.
25848
25849 Thu May 27 02:09:27 1999  Jeffrey A Law  (law@cygnus.com)
25850
25851         * varasm.c (STRIP_NAME_ENCODING): Remove default definition.
25852         * output.h (STRIP_NAME_ENCODING): Strip '*' like the old varasm
25853         version did.
25854
25855         * reload.c (push_reload): Do not call remove_address_replacements
25856         when presented with identical optional reloads.
25857
25858 Wed May 26 14:18:05 1999  Richard Henderson  <rth@cygnus.com>
25859
25860         * alpha.h (MASK_FIX, TARGET_FIX): New.
25861         (MASK_*): Reorganize constants.
25862         (CPP_AM_FIX_SPEC): New.
25863         (TARGET_SWITCHES): Add FIX.
25864         (EXTRA_SPECS): Likewise.
25865         (CPP_CPU_EV6_SPEC): Use FIX, not CIX.
25866         (SECONDARY_MEMORY_NEEDED): Likewise.
25867         (REGISTER_MOVE_COST): Likewise.
25868         * alpha.c (override_options): Add FIX support.  Always use
25869         ALPHA_TP_PROG for ev6.
25870         * alpha.md (sqrt and mov[sd]i patterns): Use FIX, not CIX.
25871         * alpha/elf.h (ASM_FILE_START): Look at FIX too.
25872         * configure.in (target_cpu_default2) [ev6]: Use FIX, not CIX.
25873
25874 Wed May 26 09:53:05 1999  Mark Mitchell  <mark@codesourcery.com>
25875
25876         * fold-const.c (fold): STRIP_NOPS when deciding whether or not
25877         something is a candidate for optimize_bit_field_compare.
25878
25879 Wed May 26 09:40:02 1999  Mark Mitchell  <mark@codesourcery.com>
25880
25881         * gcc.texi (Passes): Document branch-shortening.
25882         * invoke.texi (Debugging Options): Document the fact that `-dp'
25883         outputs length information for instructions.
25884
25885 Wed May 26 08:49:31 1999  Nick Clifton  <nickc@cygnus.com>
25886
25887         * flow.c: Revert previous delta.
25888
25889 Wed May 26 06:05:10 1999  Nick Clifton  <nickc@cygnus.com>
25890
25891         * flow.c (insn_dead_p): Check against frame_pointer_rtx not
25892         FRAME_POINTER_REGNUM.
25893         (mark_set_1): Ditto.
25894         (mark_used_regs): Ditto.
25895
25896 Wed May 26 02:19:31 1999  Philip Blundell  <pb@nexus.co.uk>
25897
25898         * arm.h (NEED_PLT_GOT): Fix mistake in last change.
25899         (GOT_PCREL): New macro.  Define to 1 if not already defined.
25900         * arm/elf.h (GOT_PCREL): Define to 0.
25901         * arm.c (arm_finalize_pic): Take into account the setting of
25902         GOT_PCREL.
25903
25904 Tue May 25 14:06:06 1999  Jeffrey A Law  (law@cygnus.com)
25905
25906         * output.h (STRIP_NAME_ENCODING): Provide default definition.
25907         * dwarf2out.c (ASM_NAME_TO_STRING): Use STRIP_NAME_ENCODING.
25908
25909         * flow.c (mark_set_1): Do not record BLKmode stores as dead
25910         store elimination candidates.
25911
25912 Tue May 25 08:55:57 1999  Gavin Romig-Koch  <gavin@cygnus.com>
25913
25914         * config/mips/mips.h (ASM_OUTPUT_DOUBLE_INT) : Use 'dword' if
25915         TARGET_GAS.
25916
25917 Mon May 24 20:30:08 1999  Jim Wilson  <wilson@cygnus.com>
25918
25919         * configure.in (rs6000-ibm-aix4.[12]*): Delete use of aix41-gld.h.
25920         Add use of x-aix41-gld.
25921
25922 Mon May 24 16:44:09 1999  Jakub Jelinek  <jj@ultra.linux.cz>
25923
25924         * sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Define.
25925         (ASM_OUTPUT_DESTRUCTOR): Define.
25926
25927 Mon May 24 14:35:24 1999  Jeffrey A Law  (law@cygnus.com)
25928
25929         * loop.c (strength_reduce): Do not clear NOT_EVERY_ITERATION at the
25930         last CODE_LABEL in a loop if we have previously passed a jump
25931         to the top of the loop.
25932
25933 Mon May 24 07:56:29 1999  Nick Clifton  <nickc@cygnus.com>
25934
25935         * config/arm/arm.h (OUTPUT_INT_ADDR_CONST): Fix blunder made when
25936         applying Philip's patch.
25937
25938 Mon May 24 01:02:12 1999  Mark Mitchell  <mark@codesourcery.com>
25939
25940         * stmt.c (expand_end_bindings): Ignore any elements of VARS that
25941         are not VAR_DECLs.
25942
25943 Sun May 23 20:31:16 1999  Jeffrey A Law  (law@cygnus.com)
25944
25945         * loop.c (strength_reduce): Grow reg_single_usage as needed.
25946
25947 Sun May 23 10:13:20 1999  David O'Brien <obrien@FreeBSD.org>
25948
25949         * i386/freebsd-elf.h (LINK_SPEC): Change -static to -Bstatic.
25950         Also remove a useless comment.
25951
25952 Sun May 23 10:05:23 1999  Jerry Quinn <jquinn@nortelnetworks.com>
25953
25954         * pa.md (negdf2,negsf2):  Use fneg instead of fsub on pa 2.0.
25955
25956 Sat May 22 21:02:06 1999  David Edelsohn  <edelsohn@gnu.org>
25957
25958         * collect2.c (main): Only generate import or export file and add
25959         to link arguments if non-empty.  Use xmalloc not alloca.
25960         (write_{export,import}_file): Delete.
25961         (write_aix_file): New function.
25962         (locatelib): Use xmalloc not malloc.
25963         (GCC_OK_SYMBOL): Do not check type if aix64.
25964
25965 Sat May 22 09:35:51 1999  Philip Blundell  <pb@nexus.co.uk>
25966
25967         Based on patch by Scott Bambrough and Pat Beirne:
25968         * config/arm/arm.c (making_const_table): New variable.
25969         * config/arm/arm.h (making_const_table): Declare.
25970         (OUTPUT_INT_ADDR_CONST): Mark symbols as position independent if
25971         appropriate.
25972         * config/arm/arm.md (consttable_4, consttable_8, consttable_end):
25973         Keep track of when we are building the constant table.
25974
25975 Sat May 22 09:34:22 1999  Philip Blundell  <pb@nexus.co.uk>
25976
25977         * config/arm/arm.c (arm_override_options): Fix erroneous warning
25978         message.
25979
25980 Sat May 22 09:06:33 1999  Nick Clifton  <nickc@cygnus.com>
25981
25982         * config/arm/arm.h (NEED_PLT_GOT): Only define if not already
25983         defined.
25984
25985 Sat May 22 07:17:05 1999  Nick Clifton  <nickc@cygnus.com>
25986
25987         * tm.texi (FUNCTION_ARG): Correct description of a stack element
25988         in a PARALLEL.
25989
25990 Sat May 22 01:27:49 1999  Mark Mitchell  <mark@codesourcery.com>
25991
25992         * expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.
25993
25994 Fri May 21 21:19:02 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
25995
25996         * rs6000.c (output_mi_thunk): Enable full support again.
25997
25998 Fri May 21 20:09:52 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25999
26000         * sh.h (BRANCH_COST): Define.
26001
26002 Thu May 20 10:00:42 1999  Stephen L Moshier  <moshier@world.std.com>
26003
26004         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
26005
26006 Thu May 20 09:58:57 1999  Jan Hubicka <hubicka@freesoft.cz>
26007
26008         * function.c (assign_stack_local): Align stack slot propertly.
26009         (assign_outer_stack_local): Likewise.
26010
26011 Thu May 20 10:38:43 1999  Mark Mitchell  <mark@codesourcery.com>
26012
26013         * expr.h (lang_expand_constant): Declare.
26014         * toplev.c (lang_expand_constant): Define it.
26015         * varasm.c (output_constant): Use it.
26016
26017 Thu May 20 11:28:53 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
26018
26019         * optabs.c (expand_cmplxdiv_straight, expand_cmplxdiv_wide):
26020         Change function definitions to K&R style.
26021
26022 Thu May 20 08:16:39 1999  Bruce Korb <ddsinc09@ix.netcom.com>
26023
26024         * fixinc/fixincl.c: We must not ignore SIGCLD now.
26025
26026 Thu May 20 07:06:39 1999  Alexandre Oliva  <aoliva@acm.org>
26027
26028         * fixinc/Makefile.in(gnu-regex.o): add $(INCLUDES) to compile options
26029         * fixinc/fixincl.c(wait_for_pid): K&R-ify arguments
26030         (several places): omit static initialization
26031         (process): use single fd, since only the read fd is used
26032         * fixinc/gnu-regex.c: define 'const' away, if not supported
26033         * fixinc/procopen.c(several places): omit static initialization
26034         * fixinc/server.c: define 'volitile' away, if not supported
26035
26036 1999-05-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26037
26038         * config/dbxcoff.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use
26039         asm_fprintf and %L to generate the label name.
26040         * config/dbxelf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise.
26041         (ASM_OUTPUT_SOURCE_LINE): Correct generation of internal labels.
26042
26043 Thu May 20 01:40:55 1999  Jeffrey A Law  (law@cygnus.com)
26044
26045         * jump.c (can_reverse_comparison_p): Do not abort if the comparison
26046         insn for a conditional jump can not be found.
26047
26048 Wed May 19 23:58:58 1999  Jeffrey A Law  (law@cygnus.com)
26049
26050         * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations
26051         on variables in specific sections other than .sbss and .sdata.
26052
26053 Wed May 19 03:56:56 1999  Mark Mitchell  <mark@codesourcery.com>
26054
26055         * stmt.c (expand_return): Call start_cleanup_deferral and
26056         end_cleanup_deferral around conditional code.
26057
26058 Wed May 19 08:40:08 1999  Bruce Korb <ddsinc09@ix.netcom.com>
26059
26060         * fixinc/fixincl.tpl: Avoid depending on ANSI C features for
26061         filename lists.  Utilizes new "krstr" AutoGen function.
26062         * fixinc/fixincl.x: Rebuilt.
26063
26064 Wed May 19 02:47:11 1999  Jan Hubicka  (hubicka@freesoft.cz)
26065
26066         * i386.c (output_float_compare): Avoid GNU-C extensions.
26067
26068 Wed May 19 00:34:40 1999  Jeffrey A Law  (law@cygnus.com)
26069
26070         * version.c: Bump to distinguish mainline tree from the
26071         gcc-2.95 branch.
26072
26073 See ChangeLog.1 for earlier changes.
26074
26075