OSDN Git Service

* invoke.texi (-foptimize-sibling-calls): Fix.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2
3         * invoke.texi (-foptimize-sibling-calls): Fix.
4
5 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6
7         * loop.c (load_mems)  Don't use hard registers for the hoisting.
8
9         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
10         calculation; rename const_equiv array in the preconditioning code
11         from loop_unroll to loop_unroll_precondition
12
13 2000-04-27  Richard Henderson  <rth@cygnus.com>
14
15         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
16         add new_set.
17         (propagate_one_insn): Clear it.  Don't update reg_live here.
18         (init_propagate_block_info): Update for pbi member changes.
19         (free_propagate_block_info): Likewise.
20         (mark_set_1): Know that zero_extract, sign_extract, and 
21         strict_low_part don't kill their argument.  Alter hard subregs.
22         Update new_set for non-CLOBBER sets.  Update reg_live.
23         (find_auto_inc): Update reg_live, not new_dead.
24         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
25         to determine if the reg in question was set this insn.  Only update
26         reg info with PROP_REG_INFO.
27
28 2000-04-26  Richard Henderson  <rth@cygnus.com>
29
30         * flow.c (allocate_reg_life_data): Set max_regno here ...
31         (life_analysis): ... not here.
32
33         * flow.c (calculate_global_regs_live): Force stack pointer
34         live at end.
35
36 2000-04-26  Richard Henderson  <rth@cygnus.com>
37
38         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
39         commit change group changes.
40         (invert_exp_1): Similarly.
41         (redirect_exp, invert_exp): Use them.
42         (redirect_jump_1): New.
43         (invert_jump_1): New.
44         (jump_optimize_1): Remove code subsumed by condexec.c.
45         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
46
47 2000-04-26  Richard Henderson  <rth@cygnus.com>
48
49         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
50
51         * genconfig.c (main): Set all HAVE_foo to 1.
52
53         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
54
55 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
56
57         * invoke.texi: Document -fssa flag.
58
59 2000-04-26  Richard Henderson  <rth@cygnus.com>
60
61         * flow.c (count_reg_sets_1): Remove.
62         (count_reg_sets, count_reg_references): Remove.
63         (recompute_reg_usage): Implement with update_life_info.
64         Reallocate life data.
65
66 2000-04-26  Richard Henderson  <rth@cygnus.com>
67
68         * flow.c (update_life_info): Consider blocks null to mean the
69         universal set.
70         (calculate_global_regs_live): Likewise.
71         (life_analysis): Do that instead of collecting all_blocks.
72
73 2000-04-26  Richard Henderson  <rth@cygnus.com>
74
75         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
76         a still-valid conditional jump.
77
78 2000-04-26  Richard Henderson  <rth@cygnus.com>
79
80         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
81
82         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
83         * flow.c (calculate_loop_depth): Remove.
84         * output.h (calculate_loop_depth): Don't declare.
85         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
86         inline; run estimate_probability at the same time.
87
88 2000-04-26  Neil Booth  <NeilB@earthling.net>
89
90         * cpplib.h: "~=" is not a single pp-token.
91         * cpplex.c: Correct commentary.
92
93 2000-04-26  Richard Henderson  <rth@cygnus.com>
94
95         * flow.c (mark_set_1): New arguments code and flags; update all
96         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
97         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
98         loop_depth when optimizing for size.  Do new_dead update after
99         emitting REG_UNUSED notes.  Merge mark_set_reg code.
100         (mark_set_reg): Remove.
101         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
102         arrange to not emit REG_UNUSED notes.
103
104 2000-04-26  Richard Henderson  <rth@cygnus.com>
105
106         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
107         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
108
109 2000-04-26  Richard Henderson  <rth@cygnus.com>
110
111         * flow.c (propagate_one_insn): Break out from propagate_block.
112         (init_propagate_block_info): Likewise.
113         (free_propagate_block_info): Likewise.
114         (propagate_block): Use them.  Export.
115         * basic-block.h: Declare them all.
116
117 2000-04-26  Richard Henderson  <rth@cygnus.com>
118
119         * basic-block.h (life_analysis): Declare here ...
120         * output.h: ... not here.
121         * flow.c (life_analysis): Remove nregs parameter; replace
122         remove_dead_code with flags.  Remove ssa dead code check.
123         Only init alias analysis if we'll use it.
124         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
125         * ssa.c (convert_to_ssa): Likewise.
126         (convert_from_ssa): Likewise.
127         * toplev.c (rest_of_compilation): Likewise.
128
129 2000-04-26  Richard Henderson  <rth@cygnus.com>
130
131         * flow.c (flow_delete_block): Rename from delete_block.  Export.
132         * basic-block.h (flow_delete_block): Declare.
133
134 2000-04-26  David S. Miller  <davem@redhat.com>
135
136         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
137         taking a PATTERN of it.
138
139 2000-04-26  <NeilB@earthling.net>
140
141         * cpplex.c (spell_other, spell_char): Remove.
142         (SPELL_CHAR): New.
143         (token_spelling, trigraph_map): Use unsigned chars.
144         (_cpp_lex_line): Tidy up the switch statement.
145         * cpplib.h: Implement spell_char with spell_string.
146         (C): New.
147
148 2000-04-26  <RodneyBrown@pmsc.com>
149         
150         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
151         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
152
153 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
154
155         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
156         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
157         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
158         dwarf2out_return_save, dwarf2out_return_reg,
159         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
160         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
161         gen_compile_unit_die, dwarf2out_init): Constify a char*.
162
163         * dwarf2out.h (dwarf2out_init): Likewise.
164
165         * dwarfout.c (filename_entry, primary_filename, last_filename,
166         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
167
168         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
169         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
170         dwarf2out_return_reg): Likewise.
171
172 2000-04-26  Andreas Jaeger  <aj@suse.de>
173
174         * extend.texi (Function Attributes): Fix description of pure
175         attribute.
176
177 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
178
179         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
180         before calling rest_of_compilation.
181
182 2000-04-26  Andreas Jaeger  <aj@suse.de>
183
184         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
185         last patch.
186
187 2000-04-25  Richard Henderson  <rth@cygnus.com>
188
189         * cse.c (cse_insn): Emit barrier after unconditional jump.
190
191         * calls.c (expand_call): Disable tail call generation once
192         rtx_equal_function_value_matters is false.
193
194         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
195         like EDGE_EH edges.
196
197 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
198
199         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
200
201         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
202
203         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
204         is the primary DIE for a member function.
205         (gen_decl_die): Call set_decl_origin_self here.
206         * dwarfout.c (output_decl): And here.
207         * integrate.c (output_inline_function): Not here.
208         Don't clear DECL_INLINE until after calling rest_of_compilation.
209         (set_decl_origin_self): No longer static.
210         * tree.h: Add prototype.
211         * toplev.c (note_deferral_of_defined_inline_function): Only write
212         out abstract instance for actual inlines.
213
214 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
215
216         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
217         EXTENDED_REGS only if TARGET_AM33.
218         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
219         SP_REGS to register allocation and reloading unless absolutely
220         necessary.
221         (movsi3): Remove special-case of adding non-constants to SP.
222
223 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
224
225         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
226         INCLUDES to search and does not provide any of its own.  Also it
227         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
228         parameters.  Also it does not call AC_DEFINE.
229         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
230         AC_DEFINE and provides for automatic entries for autoheader.
231         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
232
233         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
234         so we can pass -I flags and include gansidecl.h/system.h in this
235         test.
236
237         * acconfig.h: Delete all NEED_DECLARATION_* entries.
238
239 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
240
241         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
242         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
243         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
244                 
245         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
246         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
247         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
248         for these macros.  Clean up spacing and linewraps.
249
250 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
251
252         * calls.c (expand_call): Use get_callee_fndecl.
253
254         * print-tree.c (print_node): Print the chain of an _EXPR.
255
256 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
257                           Jim Wilson  <wilson@cygnus.com>
258                           Andrew Haley  <aph@cygnus.com>
259         
260         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
261         and gp save/restore problems.
262         * config/ia64/crtend.asm: Add IA-64 unwind support.
263         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
264         in fr_pad_size calculation.
265         (save_restore_insns): Move PR save area.  Correct uses of
266         RTX_FRAME_RELATED_P.
267         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
268         (ia64_expand_epilogue): Add eh_epilogue support.
269         (ia64_function_prologue): Emit .prologue directive.
270         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
271         (ia64_override_options): Set init_machine_status and
272         mark_machine_status.
273         (rtx_needs_barrier): Handle bsp reads and writes.
274         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
275         New static variables.
276         (process_set, process_for_unwind_directive): New functions.
277         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
278         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
279         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
280         macros.
281         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
282         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
283         (struct machine_function): Define.
284         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
285         
286 2000-04-25  Bruce Korb  <bkorb@gnu.org>
287
288         * fixinc/Makefile.in: make the removal of old programs more
289         robust
290         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
291         install-bin and install-sh
292
293 2000-04-25  Nick Clifton  <nickc@cygnus.com>
294
295         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
296         defined, define to return zero.
297         (function_cannot_inline_p): If a function has any target
298         specific attributes, then use the macro
299         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
300         whether it can be inlined.  If it cannot, issue a suitable
301         explanation.
302
303         * tm.texi: Add a new node 'Inlining' to document the new macro
304         FUNCTION_ATTRIBUTE_INLINABLE_P. 
305
306 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
307
308         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
309         commentary. 
310
311 2000-04-25  Neil Booth  <NeilB@earthling.net>
312
313         Restore previous patch, plus the following fixes:
314
315         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
316         flags, not CPP_OPEN_PAREN.
317         * cpplex.c (expand_token_space, init_token_list,
318         cpp_free_token_list): Put the dummy token at list->tokens[-1].
319         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
320
321 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
322
323         * config/i386/freebsd.h (INT_ASM_OP): Define.
324
325 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
326
327         * loop.c (strength_reduce): Fix typo in the last checkin.
328
329 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
330
331         * stor-layout.c (finalize_record_size): Simplify to use existing
332         functions.
333         (compute_record_mode): No longer static.
334         * tree.h (compute_record_mode): New declaration.
335
336 2000-04-25  Neil Booth  <NeilB@earthling.net>
337
338         * Revert my patch below until cause of build failures
339         determined.
340
341 2000-04-25  Richard Henderson  <rth@cygnus.com>
342
343         * combine.c (combine_instructions): Add missing argument
344         to try_combine.
345
346         * toplev.c (rest_of_compilation): Delay sibcall optimization
347         until after emit_eh_context.
348
349 2000-04-24  Nick Clifton  <nickc@redhat.com>
350
351         * combine.c (combine_instructions): Do not try to combine a
352         sequence of insns when the second insn has been replaced by a
353         note.
354
355 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
356
357         * gcc.c (load_specs): New static function.
358         (read_specs): Use it.
359
360         * gcc.c (lookup_compiler): Make multiple passes for case
361         insensitive filesystems.
362
363 2000-04-24  Neil Booth  <NeilB@earthling.net>
364
365         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
366         * cpphash.h (_cpp_check_directive): new.
367         * cpplex.c (handle_newline, cpp_free_token_list,
368         init_trigraph_map, trigraph_ok, trigraph_replace,
369         backslash_start, skip_block_comment, skip_line_comment,
370         skip_whitespace, parse_name, parse_number, parse_string,
371         copy_comment, _cpp_lex_line, spell_char, spell_string,
372         spell_comment, spell_name, spell_other, _cpp_lex_file,
373         _cpp_output_list): new.
374         (expand_name_space): take length argument.
375         (init_token_list): add comment list initialisation.
376         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
377         instead of HSPACE_BEFORE.
378
379         * cpplib.c (_cpp_check_directive): new
380         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
381         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
382         (HSPACE_BEFORE): delete.
383         (TTYPE_TABLE): rearrange.
384         (struct cpp_toklist): update.   
385
386 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
387
388         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
389         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
390         argument form of AC_DEFINE.
391
392         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
393         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
394         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
395         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
396         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
397
398         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
399
400 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
401
402         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
403         deduced.h): Use -isystem, not -I, for including system headers.
404
405 2000-04-24  Nick Clifton  <nickc@cygnus.com>
406
407         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
408         the source register is the frame pointer or arg pointer.
409         (addsi3_small_int): Disallow if source register is the frame
410         pointer or arg pointer.
411
412 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
413
414         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
415         call to AC_MSG_RESULT.
416
417 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
418
419         * invoke.texi: Correct grammatical errors, document
420         -fno-gnu-keywords as identical to -fno-asm for C++.
421
422 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
423
424         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
425         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
426         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
427         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
428         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
429
430         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
431         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
432         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
433         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
434         new macros names.
435
436 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
437
438         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro. 
439         (pop_alignment): Likewise.
440         (handle_pragma_token): Likewise.
441
442 2000-04-24  Robert Lipe <robertlipe@usa.net>
443
444         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
445
446 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
447
448         * combine.c (try_combine): Update reg_nonzero_bits of
449         newi2pat before newpat.
450
451 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
452
453         * loop.c (strength_reduce): Simplify test to INSN_P.
454         (record_giv): Attempt to simplify the add value, use CONSTANT_P
455         expressions instead of CONST_INT.
456         (express_from_1): Likewise.
457
458 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
459
460         * regs.h (reg_n_max): Don't declare.
461         * flow.c (reg_n_max): Don't define.
462         * regclass.c (renumber): Don't initialize to zero.
463         (regno_allocated): Likewise.
464         (reg_n_max): Define.
465         (allocate_reg_info): Don't initialize unnecessarily.
466         
467 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
468
469         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
470         and blockage_p in the newly allocated attribute.
471
472 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
473
474         * config/mn10300/mn10300.md (addsi): `inc4' on address
475         registers does not modify cc, but `inc' on an extended
476         register does.
477
478 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
479
480         * reload.c (find_equiv_reg): Checks all valueno regs
481         as a reload_reg_p regs.
482
483 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
484
485         * cpphash.c (collect_objlike_expansion): Add sanity check.
486         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
487         the buffer is the empty string, return.  Mark __DATE__ and
488         __TIME__ as XCONST nodes, not MCONST.
489         (_cpp_macroexpand): Avoid pushing an empty buffer.
490         (funlike_macroexpand): Don't pop token_buffer here.
491
492 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
493
494         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
495         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
496         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
497         (REGNO_OK_FOR_BASE_P): Define in terms of them.
498         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
499         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
500         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
501
502 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
503
504         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
505         constant MULT givs.
506
507 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
508
509         * cpphash.h (struct definition): Move file, line, col members...
510         (struct hashnode): ... here.  Also add 'disabled' flag.
511         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
512         T_IDENTITY.  Remove T_DISABLED.               
513         Update prototypes.
514
515         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.     
516         (collect_expansion): Split into collect_objlike_expansion and
517         collect_funlike_expansion.                                 
518         (_cpp_macroexpand): Split out scan_arguments, stringify, and
519         funlike_macroexpand.
520         (_cpp_compare_defs): Rename compare_defs, make static.
521         (_cpp_make_hashnode): Initialize hp->disabled.  
522         (macro_cleanup): Adjust for new token types.  Clear
523         m->disabled.
524         (_cpp_create_definition): Move code here to determine what     
525         sort of macro it is, and code to check for redefinitions, from
526         do_define.  Implement a few simple cases without creating a   
527         full DEFINITION.
528         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
529         Handle the simple cases.                                 
530         (push_macro_expansion): Set buf->has_escapes and hp->disabled
531         here.
532
533         * cppinit.c (builtin_array): Change MCONST to XCONST
534         everywhere.
535         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
536         fix check for disabled and function-like macros.
537         * cpplib.c (do_define): Move most logic to
538         _cpp_create_definition.
539         (do_undef): Handle new special token types.
540
541 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
542
543         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
544         of CONSTANT_P for mult_val; always use validate_change to update insn.
545
546 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
547
548         * cpphash.c (trad_stringify, add_pat): New functions.
549         (collect_expansion): Restore support for -traditional syntax.
550         Use trad_stringify and add_pat.
551         (_cpp_macroexpand): Restore support for -traditional semantics.
552         * cpplex.c (_cpp_scan_line): Don't change space_before if we
553         get a COMMENT token.
554         (_cpp_lex_token): Provide COMMENT tokens to caller if
555         traditional and parsing_define_directive.
556         (skip_comment): Warn about // comments if -Wtraditional.
557         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
558         proper node type.
559         (do_undef): Don't warn about undefining EMPTY nodes.
560
561 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
562
563         * loop.c (strength_reduce): Fix biv removal code.
564
565 2000-04-22  Richard Henderson  <rth@cygnus.com>
566
567         * predict.c (estimate_probability): Examine both sides of
568         a branch for no exits.  Use 90% not 50% for predict taken.
569         Reorg for one copy of note generation code.
570
571 2000-04-22  Richard Henderson  <rth@cygnus.com>
572
573         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
574
575 2000-04-22  Richard Henderson  <rth@cygnus.com>
576
577         * diagnostic.c (init_output_buffer): Don't initialize format_args.
578         (output_clear): Likewise.
579         (output_printf): Use va_copy.
580         (vline_wrapper_message_with_location): Likewise.
581         (v_message_with_decl): Likewise.
582         (line_wrapper_printf): VA_START infor buffer.format_args directly.
583         * system.h (va_copy): Provide default implementation.
584
585 2000-04-22  Richard Henderson  <rth@cygnus.com>
586
587         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
588         the collected condition is not a constant.
589
590 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
591
592         * diagnostic.h: New file.
593
594         * Makefile.in (diagnostic.o): Depends on diagnostic.h
595
596         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
597         various function prototypes.
598         (diagnostic.h): #include.
599         (struct output_buffer): Move into diagnostic.h.
600         (get_output_prefix): Rename to output_get_prefix.  Export.
601         (init_output_buffer): Export. Break out.  Ajust intialization.
602         (output_space_left, output_append): Export.
603         (output_newline): Rename to output_add_newline.  Export.
604         (output_clear): Nullify additional output_buffer fields.
605         (output_puts): Rename to output_add_string.  Export.
606         (dump_output): Rename to output_flush_on.  Export.
607         (build_location_prefix): Constify return-type.
608         (emit_output_prefix): Rename to output_emit_prefix. Export.
609         (set_real_maximum_length): New function.
610         (output_set_maximum_length): Ditto
611         (output_clear): Ditto.
612         (output_add_character): Ditto.
613         (output_add_integer): Ditto.
614         (output_add_space): Ditto.
615         (output_format): Ditto.
616         (output_printf): Adjust buffer initialization.
617         (vline_wrapper_message_with_location): Ditto.
618         (v_message_with_decl): Ditto.  Adjust call to output_puts
619         and get_output_prefix.
620         (default_print_error_function): Adjust buffer intialization.
621
622 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
623
624         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
625         of VOID_TYPE.
626
627 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
628
629         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
630         of explicit 0.
631
632 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
633
634         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
635         accurate data about SP moves.
636
637 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
638
639         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
640         aliases to AM33 registers.
641
642 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
643
644         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
645         to all EXTENDED bitmaps.
646
647 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
648
649         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
650         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
651         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
652
653 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
654
655         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
656         the operand is not constant.
657
658 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
659
660         * reload.c (find_equiv_reg): Checks all valueno and regno regs
661         as a call-clobbered regs.
662
663 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
664
665         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
666         * rtl.h: Likewise.
667         * rtl.def: Update comment.
668         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
669         * integrate.c (expand_inline_function): Likewise.
670         * profile.c (branch_prob): Likewise.
671         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
672         * print-rtl.c (print_rtx): Likewise.
673         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
674         (reemit_notes): Likewise; also use enum insn_note.
675
676         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
677         (place_field): Properly compute know and actual alignment.
678
679         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
680         in proper format.
681
682         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
683         note for REG1.
684
685 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
686
687         * cpphash.c (struct arg, struct arglist): Const-ify strings.
688         (warn_trad_stringify, duplicate_arg_p): New helper functions.
689         (collect_expansion): Rewrite to scan over a token list.
690         Remove -traditional support.
691         (collect_formal_parameters): Rename to collect_params; rewrite
692         to scan over a token list.
693         (_cpp_create_definition): Adjust to scan a token list.
694         (_cpp_macroexpand): Remove -traditional support.
695         (_cpp_compare_defs): Whitespace is now canonicalized.
696         (comp_def_part): Delete function.
697
698         * cpphash.h: Update prototypes.
699         * cpplex.c (init_token_list): Don't set lineno if there is no
700         buffer.
701         (pedantic_whitespace): New function.
702         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
703         consume a newline.  Use pedantic_whitespace.
704         (_cpp_lex_token): Remove support for -traditional macros.
705         (_cpp_get_define_token): Delete.
706         (_cpp_get_directive_token): Do the real work here.  Use
707         pedantic_whitespace.
708         (_cpp_init_input_buffer): Initialize pfile->directbuf.
709
710         * cpplib.c (get_macro_name): Delete.
711         (do_define): Read the entire line into pfile->directbuf, then
712         feed the token list to _cpp_create_definition.
713         * cpplib.h (HSPACE_BEFORE): new define.
714         (struct cpp_reader): Add a toklist member, "directbuf".
715
716         * predict.c (estimate_probability): New heuristic: if a jump
717         branches around a block with no successors, predict it taken.
718         Disentangle control flow.
719
720 2000-04-20  Richard Henderson  <rth@cygnus.com>
721
722         * loop.c (emit_iv_add_mult): Revert last change.
723
724 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
725
726         * cpplib.h (enum cpp_ttype): Add token types for all
727         punctuators.  Distinguish pp-numbers from valid C numbers.
728         Give some tokens better names.  Initialize from macro.    
729         (struct cpp_name, cpp_token, cpp_toklist): New data   
730         structures.
731         Update prototypes.
732         * cpplex.c (bump_column, expand_name_space,
733         expand_token_space, init_token_list, cpp_output_list,
734         _cpp_scan_line):  New functions.
735         (output_line_command): Add third argument, new line number.
736         * cpphash.h: Update prototypes.
737         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
738         token names.
739
740 2000-04-20  Richard Henderson  <rth@cygnus.com>
741
742         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
743
744 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
745
746         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
747         object pointed to.
748
749 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
750
751         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
752         REG_EQUAL note explaining the calculated value.
753
754         * calls.c (expand_call): Avoid unnecesary precalculation
755         and outgoing parameters space guarding for sibling calls.
756         (store_one_arg): Likewise.
757
758 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
759
760         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
761         (rest_of_compilation): Write sibling dump file and account
762         for time as jump time.
763         * invoke.texi: Update documentation on dump flags.
764
765 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
766
767         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
768
769 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
770
771         * cpphash.c (special_symbol): Represent an empty macro with
772         "\r \r " not just "\r ".
773         (_cpp_macroexpand): Correct condition for the foo ( ) special
774         case.
775         (unsafe_chars): Handle EOF as second argument.
776         (push_macro_expansion): Simplify test for removing escape at
777         end.  Do not trim both escapes if there is no text in between.
778
779 2000-04-19  Jim Blandy  <jimb@redhat.com>
780
781         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
782         of PTR_SIZE, when appropriate.
783
784 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
785
786         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
787         (USE_ENUM_BITFIELDS): Fix typo.
788
789 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
790
791         * stor-layout.c (place_field): Set rli->offset_align properly.
792
793 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
794
795         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
796         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
797         PARM_BOUNDARY): Remove unnecessary casts.
798
799 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
800
801         * calls.c (precompute_arguments): Remove must_preallocate and
802         args_size calls.
803         (expand_call): Update call of precompute_arguments.
804
805         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
806         check_insn_for_givs): Break out from ...
807         (strength_reduce) ... here; use for_every_insn_in_loop to call
808         check_insn_for_givs.
809         * loop.h (for_every_insn_in_loop): Declare.
810         (loop_insn_callback): New type.
811
812 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
813
814         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
815         not nul-terminated.
816
817 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
818
819         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
820         flag_pic and RELOC.
821
822 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
823
824         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
825
826         * configure.in: Delete --disable-cpplib option and all
827         references to cpp_main.
828         * configure: Regenerate.
829         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
830         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
831         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
832         cpp$(exeext).  Add --no-headers to makeinfo command line when
833         generating INSTALL.  Install and uninstall cpp.1 manpage, not
834         cccp.1.
835         * install.texi: Delete all references to cexp.y/cexp.c.
836         Delete ancient instructions for compiling GCC on 3b1.
837         * INSTALL: Regenerate.
838
839         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
840         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
841         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
842         cexp.c/cexp.y.
843         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
844         which is no longer tested anywhere.
845         
846         * cppinit.c (handle_option): Don't run error message through
847         gettext twice.
848
849 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
850
851         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
852         * cpperror.c (hashtab.h): Now include.
853         * cppexp.c (hashtab.h): Likewise.
854         * cpplex.c (hashtab.h): Likewise.
855         * cppfiles.c (hashtab.h): Likewise.
856         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
857         to htab_find_slot_with_hash.
858         * cpphash.c (hashtab.h): Now include.
859         (_cpp_lookup_slot): INSERT is now enum insert_option.
860         * cpphash.h (_cpp_lookup_slot): Likewise.
861         * cppinit.c (hashtab.h): Include earlier.
862         (initialize_builtins): Pass enum to htab_find_slot.
863         * cpplib.c (hashtab.h): Now include.
864         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
865         (do_pragma_poison, do_assert): Likewise.
866         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
867         htab_find_slot_with_hash.
868         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
869         * tree.c (type_hash_add): Likewise.
870         (build1): Minor cleanup.
871
872         * ggc-common.c: Add missing blanks.
873         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
874         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
875
876         * stmt.c (mark_case_node): New function.
877         (mark_case_nesting): Call it.
878
879         * expmed.c (emit_store_flag): If comparing two-word integer
880         with zero, can optimize NE, EQ, GE, and LT.
881
882         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
883         * conflict.c: Minor cleanups.
884         * optabs.c: Add blank line
885         * simplify-rtx.c: Minor cleanups.
886
887 2000-04-18  Stan Cox  <scox@cygnus.com>
888
889         * gengenrtl.c (genlegend): Fix misspelling.
890
891 2000-04-18  Robert Lipe  <robertlipe@usa.net>
892
893         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
894         bitfields of the host compiler are not signed quantities.
895         * config.in: Regenerate.
896         * configure: Regenerate.
897         * system.h (USE_ENUM_BITFIELDS): Added.
898         (ENUM_BITFIELDS): Added.
899         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
900         (SHORT_ENUM_BUG): Deleted.
901         * tree.h (tree_common): Members `code', `mode', `built_in_class', 
902         now ENUM_BITFIELD.
903         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
904         (CODE_FIELD_BUG): Likewise.
905         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
906         (OLD_CC): Likewise.
907         * config/m68k/x-ccur (X_CFLAGS): Likewise.
908
909 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
910
911         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
912         mark is active.
913
914 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
915
916         * cppexp.c (lex): Don't assume tokens are NUL terminated.
917         * cpplib.c (do_include, do_import, do_include_next,
918         read_line_number, detect_if_not_defined): Likewise.
919         * cpphash.c (collect_expansion): Likewise.
920         (special_symbol, _cpp_macroexpand): Check return from
921         cpp_file_buffer.
922         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
923         macros.  Delete all uses.
924
925         * gcc.dg/cpp-mi.c: Add two more test cases.
926         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
927
928 2000-04-17  Richard Henderson  <rth@cygnus.com>
929
930         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
931         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
932
933 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
934
935         * function.c (expand_function_start): Use hard_function_value to
936         compute the RTL to use for DECL_RESULT.
937
938 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
939
940         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
941         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
942          x86_memory_mismatch_stall): New global variables.
943         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
944         alloved; fix load penalties for Athlon.
945         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
946         x86_memory_mismatch_stall): Declare.
947         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
948          TARGET_MEMORY_MISMATCH_STALL): New.
949         * i386.md (athlon scheduling parameters): Fix latencies according to
950         Athlon Optimization Manual.
951         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
952         vector.
953         (fsqrt instruction patterns): Set athlon_decode to direct.
954         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
955         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
956         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
957         and TARGET_PARTIAL_REGISTER_STALL machines.
958         (pushdf_nointeger): New pattern.
959         (pushdf_integer): Rename from pushdf.
960         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
961         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
962
963 2000-04-17  Richard Henderson  <rth@cygnus.com>
964
965         * loop.c (canonicalize_condition): Add WANT_REG argument.
966         Stop the search if we match it.
967         * expr.h (canonicalize_condition): Update decl.
968         * predict.c (expected_value_to_br_prob): Use it.  Track last
969         expected value note.
970         (find_expected_value): Remove.
971
972         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
973
974 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
975
976         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
977         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
978         a plain file.
979         * configure.in: Call AC_FUNC_MMAP_FILE.
980         * configure: Regenerate.
981         * config.in: Regenerate.
982
983         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
984         * fixinc/fixincl.c: Likewise.
985
986 2000-04-17  Richard Henderson  <rth@cygnus.com>
987
988         * builtins.c (expand_builtin_expect): New.
989         (expand_builtin): Call it.
990         * builtins.def (BUILT_IN_EXPECT): New.
991         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
992         * extend.texi: Document it.
993
994         * predict.c (expected_value_to_br_prob): New.
995         (find_expected_value): New.
996         * basic-block.h (expected_value_to_br_prob): Declare.
997         * toplev.c (rest_of_compilation): Invoke it.
998
999         * rtl.h (NOTE_EXPECTED_VALUE): New.
1000         (NOTE_INSN_EXPECTED_VALUE): New.
1001         * rtl.c (note_insn_name): Update.
1002         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
1003         cases; handle NOTE_INSN_EXPECTED_VALUE.
1004
1005 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
1006
1007         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
1008         leaf sibcall delay slot if flag_pic.
1009         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
1010
1011 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1012
1013         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
1014
1015         * fixproto: If fix-header fails, exit with an error.
1016
1017 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1018
1019         * cse.c (struct check_depdendence_data): New.
1020         (check_dependence): New function.
1021         (invalidate): Use check_depdenence.
1022
1023 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
1024
1025         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
1026         UNITS_PER_WORD is unsigned.
1027
1028         * tree.h (struct tree_common): Remove misleading comment.
1029
1030 2000-04-16  Dave Pitts  <dpitts@cozx.com>
1031
1032         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
1033         message in quotes. Otherwise, IBM's make program treats the '#' as the
1034         start of a comment and ignores the remainder of the line.
1035
1036         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
1037         upper case.
1038         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
1039         * cexp.y (initialize_random_junk): Likewise.
1040         * cppfiles.c (find_include_file): Cast alloca return value.
1041         * cppinit.c (initialize_standard_includes): Likewise.
1042         * cpplib.c (cpp_define, cpp_undef): Likewise.
1043         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
1044         * final.c (output_asm_insn): Allow for holes in EBCDIC.
1045         * fold-const.c (CHARMASK): New.
1046         (real_hex_to_f): Use it.
1047         * real.c (CHARMASK): New.
1048         (etoasc, asctoeg): Use it.
1049         (asctoeg): EBCDIC lower case characters preceed upper case.
1050
1051         * i370.c (mvs_add_label): Change spacing for coding conventions.
1052         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
1053         outputing case vectors.
1054         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
1055         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
1056         since vector in in the data CSECT.
1057         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
1058         * i370.md (Many patterns): Put the length in the XL directives.
1059         (movdi): Put back STM and MVC in definition.
1060         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
1061         pattern using the TCA.
1062         * oe.h (CPP_SPEC): Added to allow trigraphs.
1063         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
1064         not support the "long long" type.
1065
1066 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
1067
1068         * config/mips/mips-protos.h (mips_legitimate_address_p): New
1069         function.
1070         (mips_reg_mode_ok_for_base_p): Likewise.
1071         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
1072         (REG_OK_FOR_INDEX_P): Define unconditionally.
1073         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
1074         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
1075         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
1076         that GET_MODE_SIZE is unsigned.
1077         (mips_reg_mode_ok_for_base_p): Define.
1078         (mips_legitimate_address_p): Likewise.  Adjust now
1079         that GET_MODE_SIZE is unsigned.
1080         (block_move_loop): Make the number of bytes unsigned.
1081         (expand_block_move): Likewise.
1082         (function_arg): Make the loop counter unsigned to match the
1083         boundary condition.
1084
1085 2000-04-16  Richard Henderson  <rth@cygnus.com>
1086
1087         * rtl.h (enum insn_note): New enumeration.  Subsume
1088         NOTE_INSN_DELETED and friends.
1089         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
1090         * rtl.c (note_insn_name): Tweak string order.
1091
1092 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
1093
1094         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
1095         to offset * 2.
1096
1097         * cpplex.c (output_line_command): Remove debugging prints.
1098         (cpp_output_tokens): Don't write out a zero-length buffer or
1099         try to see if it has a newline in it.
1100         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
1101         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
1102         the end of the loop.  Use memmove.  Don't read past the end of
1103         the buffer.  Remove trailing newlines from error messages.
1104
1105 2004-04-16  Neil Booth  <NeilB@earthling.net>
1106
1107         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
1108         * cpplib.c: Add new syntax flags to directive table, and
1109         supporting macros.
1110
1111 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
1112
1113         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
1114         using ret $N.
1115
1116 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
1117
1118         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
1119         * haifa-sched.c: Update -fsched-verbose comments to use "=".
1120
1121 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1122
1123         * Makefile.in (ggc-page.o): Now includes toplev.h.
1124         * ggc-page.c (toplev.h): Now included.
1125         (gc_time): Remove declaration.
1126         (ggc_collect): TIME now long.
1127         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
1128         others static.
1129         * toplev.h (gc_time, parse_time, gc_time): New declarations.
1130
1131         * toplev.c: Make *_time variable long to reduce chance of overflow.
1132         (TIMEVAR): Likewise for `otime'.
1133         (print_time): Arg is now long; compute percentage in FP and round.
1134         * toplev.h (print_time): Arg is long.
1135
1136         * tree.c: Minor whitespace changes.
1137
1138         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
1139         * configure: Rebuilt.
1140         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
1141         (__fixunsxfDI): Renamed from __fixunsxfdi.
1142         (__fixunsdfDI): Renamed from __fixunsdfdi.
1143         (__fixunssfDI): Renamed from __fixunssfdi.
1144         (__floatdisf): Use proper type in REP_BIT macro.
1145         (__fixunsxfSI): Renamed from __fixunsxfsi.
1146         (__fixunsdfSI): Renamed from __fixunsdfsi.
1147         (__fixunssfSI): Renamed from __fixunssfsi.
1148         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
1149         Change location of macros and upper-case some names as above.
1150         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
1151         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
1152
1153         * varasm.c (assemble_variable): Add cast to remove warning.
1154         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
1155
1156         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
1157         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
1158         region number to -1.
1159
1160 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
1161
1162         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
1163         call unshare_all_rtl.
1164
1165         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
1166
1167 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
1168
1169         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
1170         Use .s1 not .s0 for all FP instructions.
1171
1172 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
1173
1174         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
1175         interfaces.
1176         (safe_fwrite, output_line_command): New static functions.
1177         (cpp_expand_to_buffer): Now private to cpplib.
1178         (cpp_scan_buffer): Take a printer.
1179
1180         * cpphash.h: Update prototypes.
1181         * cpplib.h: Update prototypes.
1182         (cpp_printer): New.
1183         (cpp_buffer): Remove last_nominal_fname.
1184         (cpp_reader): Remove lineno.
1185
1186         * cppmain.c: Use a cpp_printer.
1187         * fix-header.c: No need to inhibit line commands.  Call
1188         cpp_start_read with no printer.
1189
1190         * cpperror.c (cpp_notice_from_errno): Provide default name.
1191         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
1192         (find_include_file, cpp_read_file): Use make_IHASH.
1193         (file_cleanup): Set control_macro and clear
1194         input_stack_listing_current here.
1195         (_cpp_execute_include): Don't output entering-file marker.
1196         * cpphash.c (special_symbol): Look for the line number in the
1197         buffer, not the reader.
1198         (_cpp_macroexpand): No need to disable line commands.
1199         (_cpp_dump_definition): No need to generate line commands.
1200         (dump_hash_helper): Remove excess newline from output.
1201         * cppinit.c (dump_special_to_buffer): No need to generate line
1202         commands.
1203         (cpp_printer_init): New.
1204         (cpp_start_read): Take a printer, and start it up if it's not
1205         NULL.  No need to generate line commands.
1206         (cpp_finish): Expect no buffers stacked at all.  Take a
1207         printer argument, and flush the output buffer if it's not
1208         NULL.
1209         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
1210         Don't put two hashes at the beginning of an assertion.
1211         (cpp_get_token): Don't increment pfile->lineno or emit line
1212         commands here.  Return EOF if there's no buffer when we get
1213         EOF.
1214         * cpplib.c (do_define, skip_if_group): 
1215         No need to disable line commands.
1216         (_cpp_output_line_command): Delete function.
1217         (do_line): Don't emit line commands here, but set things up so
1218         they will be emitted if necessary.  Use _cpp_fake_ihash to
1219         make unique nominal_fnames if necessary.
1220         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
1221         with 0 for column, not -1.
1222         (_cpp_handle_eof): Don't set the control macro here.  Don't
1223         clear input_stack_listing_current here.  Don't emit line
1224         commands.
1225
1226 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
1227
1228         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
1229         always, use the default SVR4 start address.
1230
1231         * config/rs6000/linux.h (LINK_SPEC): Don't define.
1232         (LINK_SHLIB_SPEC): Define.
1233         (LINK_START_DEFAULT_SPEC): Define.
1234         (LINK_OS_DEFAULT_SPEC): Define.
1235
1236         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
1237
1238         * config/rs6000/eabi.asm (__eabi): Call __init rather than 
1239         __do_global_ctors to handle constructors.
1240         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
1241         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
1242         (STARTFILE_MVME_SPEC): Likewise.
1243         (STARTFILE_SIM_SPEC): Likewise.
1244         (ENDFILE_ADS_SPEC): Use crtend.
1245         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
1246         (ENDFILE_MVME_SPEC): Likewise.
1247         (ENDFILE_SIM_SPEC): Likewise.
1248         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
1249         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
1250         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
1251         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
1252         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
1253         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
1254         (CRTSTUFF_T_CFLAGS_S): Define.
1255         * config/rs6000/eabi-ctors.c: Delete.
1256         
1257         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
1258         boundary.
1259         (__fini): Likewise.
1260         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
1261         boundary.
1262         (__fini): Likewise.
1263
1264 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
1265
1266         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
1267         plus mask size is smaller or equal to the mode size.
1268
1269 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1270
1271         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
1272         not yet set.
1273
1274         * expr.c (reload.h): Now included.
1275         (emit_block_move): Set volatile_ok when checking for movstr.
1276         (emit_move_1): Check for replacements in addresses in multi-word case.
1277         * Makefile.in (expr.o): Now includes reload.h.
1278
1279         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
1280         Never have a LIBCALL end a basic block.
1281         (find_basic_blocks_1): Likewise.
1282         Reorganize CALL_INSN cases.
1283
1284         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
1285
1286 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
1287
1288         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
1289         completers from mov.ret instruction.
1290
1291 2000-04-14  Richard Henderson  <rth@cygnus.com>
1292
1293         * fold-const.c (extract_muldiv): Don't distribute and widen
1294         multiply across plus for non-sizetype unsigned types.
1295
1296 2000-04-14  Richard Henderson  <rth@cygnus.com>
1297
1298         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
1299         If the original source is dead in the incr insn, it's dead now.
1300
1301 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1302
1303         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
1304         see if DECL_BIT_FIELD needs to still be set.
1305
1306         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
1307
1308         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
1309         print_int_cst_octal with something that's not an INTEGER_CST.
1310
1311         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
1312         and not a SUBREG to a FLOAT rtl.
1313
1314 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
1315
1316         * emit-rtl.c (try_split): Avoid infinite loop if the split
1317         results in a sequence that contains the original insn.
1318
1319 2000-04-13  Andreas Jaeger  <aj@suse.de>
1320
1321         * config/mips/mips.c (expand_block_move): Pass alignment
1322         argument to move_by_pieces in bits, not bytes.
1323
1324         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
1325         __pic__ for little endian.
1326
1327 2000-04-13  Andreas Jaeger  <aj@suse.de>
1328
1329         * config/i386/i386-protos.h: Add prototype for
1330         uno_comparison_operator.
1331
1332 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1333
1334         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
1335         * calls.c (ECF_PURE): New flag.
1336         (emit_call_1): Handle ECF_PURE calls.
1337         (initialize_argument_information): Unset ECF_PURE flag too.
1338         (precompute_arguments): Precompute for ECF_PURE too.
1339         (expand_call): Handle ECF_PURE calls too.
1340         (emit_library_call_value_1): Rename no_queue argument to fn_type,
1341         accept value of 2 as pure function.
1342         (emit_library_call_value, emit_library_call): Rename no_queue argument
1343         to fn_type.
1344         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
1345
1346         * tree.h (DECL_IS_PURE): New macro.
1347         (struct tree_decl): Add pure_flag.
1348         * c-common.c (enum attrs): Add attribute "pure".
1349         (init_attributes): Initialize attribute "pure"
1350         (decl_attributes): Handle attribute "pure".
1351         * extend.texi (Attribute "pure"): Document.
1352         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
1353         in pure function.
1354         (flags_from_decl_or_type): Support attribute "pure".
1355
1356 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
1357
1358         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
1359         the token except for numbers and identifiers.
1360
1361 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
1362
1363         * i386.c (ix86_expand_binary_operator,
1364         ix86_expand_unary_operator): Check no_new_pseudos
1365         instead of reload_in_progress and reload_completed.
1366         (ix86_split_ashldi, ix86_split_ashrdi,
1367         ix86_split_lshrdi): Check no_new_pseudos instead
1368         of reload_completed.
1369
1370 2000-04-12  Jeffrey A Law  (law@cygnus.com)
1371
1372         * function.c (purge_addressof): Unshare any shared rtl created by
1373         purge_addressof and its children.
1374
1375 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
1376
1377         * function.c (aggregate_value_p): VOID_TYPE nodes are never
1378         aggregates.
1379
1380 2000-04-05  Andreas Jaeger  <aj@suse.de>
1381
1382         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
1383         not compiling PIC code, add flags for mabi=64.
1384         (SUBTARGET_CPP_SIZE_SPEC): New.
1385         (SUBTARGET_CPP_SPEC): New.
1386         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
1387         for MIPS/Linux and lots of code needs these defines.
1388
1389 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
1390
1391         * reorg.c (fill_slots_from_thread): Check side_effects_p when
1392         trying the "opposite arithmetic" approach.
1393
1394 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1395
1396         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
1397         (struct sh_args): Add new field force_mem.
1398         (INIT_CUMULATIVE_ARGS): Initialize it.
1399         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
1400
1401 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1402
1403         * calls.c (expand_call): Do not reverse args in "equal from" field.
1404         (emit_library_call_value_1): Emit_libcall_block for const and pure
1405         function.
1406
1407 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1408
1409         * reload1.c (reload_combine): Don't enable optimization for fixed
1410         registers when encountering a BARRIER.
1411
1412 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1413
1414         * builtins.c (expand_builtin_memcmp): Do expansion even with
1415         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
1416
1417         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
1418         stack is propertly aligned; add sanity checking for aligned
1419         stack pointer.
1420         (expand_library_call_value_1): Add sanity checking for aligned
1421         stack pointer.
1422
1423 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
1424  
1425         * calls.c (emit_library_call_value_1): Change 3rd arg to
1426         locate_and_pad_parm to disregard the setting of partial.
1427
1428 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1429
1430         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
1431
1432         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
1433         CALL_INSN from the normal case.
1434
1435 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1436
1437         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
1438         New global variables.
1439         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
1440         adjustment.
1441         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
1442         Declare,
1443         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
1444          TARGET_ADD_ESP_8): New macros.
1445         * i386.md: Add peep2s to convert esp adjustments to push and pop
1446         instructions.
1447         (pushsi_prologue, popsi_epilogue): New patterns.
1448
1449 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
1450
1451         * real.c (toe64): Remove stale #endif from the last change.
1452
1453 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
1454
1455         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
1456         * real.c (toe64): Revert previous change.
1457
1458 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
1459
1460         * objc/objc-act.c: Include ggc.h.
1461         (objc_tree_index, objc_global_trees): Convert most of the
1462         static tree variables into a static array with previous names
1463         as defines.
1464         (objc_ellipsis_node): New variable.
1465         (lang_init): Call objc_act_parse_init and c_parse_init.
1466         Create objc_ellipsis_node.
1467         (build_selector_translation_table): Use objc_ellipsis_node instead
1468         of (tree)1.
1469         (hack_method_prototype): Likewise.
1470         (get_arg_type_list): Likewise.
1471         (start_method_def): Likewise.
1472         (continue_method_def): Likewise.
1473         (gen_method_decl): Likewise.
1474         (ggc_mark_imp_list): New function.
1475         (ggc_mark_hash_table): New function.
1476         (objc_act_parse_init): New function.
1477         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
1478         * c-parse.in (c_parse_init): For objc add roots of objc specific
1479         local tree variables.
1480         * objc/objc-parse.y: Rebuilt.
1481         * objc/objc-parse.c: Rebuilt.
1482         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
1483
1484 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
1485
1486         * cse.c (delete_trivially_dead_insns): Also delete insns
1487         that copy a register to itself where the destination is
1488         a strict_low_part.
1489
1490 2000-04-11  Richard Henderson  <rth@cygnus.com>
1491
1492         * flow.c (struct propagate_block_info): Add new_dead, new_live.
1493         (propagate_block): Initialize them.  Use them in parallel instead
1494         of one tmp variable, ie revert much of the 0408 and 0407 functional
1495         changes, but keep the structural changes.
1496         (mark_set_regs): Take new_dead from propagate_block_info instead.
1497         (mark_set_1, mark_set_reg): Likewise.
1498         (mark_used_regs): Likewise with new_live.
1499         (mark_used_reg): Likewise.  Revert 0408 change.
1500
1501 2000-04-11  Nick Clifton  <nickc@cygnus.com>
1502
1503         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
1504         restriction.
1505         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
1506
1507 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1508
1509         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
1510         const section to output a CONSTRUCTOR based on the same conditions
1511         used for VAR_DECLs.
1512
1513 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
1514
1515         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
1516         * pa/pa-protos.h (output_call): Add additional argument indicating
1517         if the call is a sibling/tail call.
1518         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
1519         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
1520         (function_arg, function_arg_partial_nregs): Likewise
1521         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
1522         (emit_move_sequence): Zero extend certain constants as needed
1523         for TARGET_64BIT.
1524         (compute_zdepdi_operands, output_64bit_and): New functions.
1525         (output_64bit_ior, function_arg): Likewise.
1526         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
1527         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
1528         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
1529         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
1530         (output_bvb): Likewise.
1531         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
1532         (output_call): New argument 'sibcall'.  Generate sibcall sequences
1533         as needed.
1534         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
1535         (ouput_arg_descriptor): Do not emit argument descriptors for
1536         TARGET_64BIT.
1537         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
1538         defined.
1539         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
1540         (FUNCTION_OK_FOR_SIBALL): Define.
1541         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
1542         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
1543         (CPP_SPEC): Use new spec infrastructure.
1544         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
1545         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
1546         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
1547         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
1548         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
1549         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
1550         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
1551         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
1552         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
1553         (FUNCTION_ARG); Call out to C code.
1554         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
1555         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
1556         (MIN_UNITS_PER_WORD): Likewise.
1557         * pa/pa.md (cmpdi): New expander.
1558         (scc patterns, movstrsi): Not available for TARGET_64BIT.
1559         (64bit conditional arithmetic): New patterns.
1560         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
1561         (movsicc): Not available if modes on all the operands to not match.     
1562         (movdicc): New expander and associated patterns.
1563         (64bit branches): New patterns.
1564         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
1565         (pre_ldd, post_std): New patterns.
1566         (64bit addil, load low part): New patterns.
1567         (special movsf constant): Not available for TARGET_64BIT.
1568         (movsf, movdf expanders): Force constants into memory.
1569         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
1570         (64bit movdf/movdi patterns): New patterns.
1571         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
1572         for TARGET_64BIT.
1573         (extendqidi2, extendhidi2, extendsidi2): Similarly.
1574         (adddi3 expander): Allow "arith_operand" for second input.
1575         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
1576         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
1577         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
1578         (muldi3): New expander for TARGET_64BIT.
1579         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
1580         for TARGET_64BIT.
1581         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
1582         patterns for TARGET_64BIT.
1583         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
1584         patterns for TARGET_64BIT.
1585         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
1586         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
1587         (sibcall_epilogue): New expander.
1588         (casesi): Tweak for TARGET_64BIT.
1589         (call expanders): Set & use the outgoing argument pointer.  Use the
1590         64bit call patterns as needed. Add additional arg to output_call.
1591         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
1592         (sibcall, sibcall_internal_symref): New expanders.
1593         (sibcall_value, sibcall_value_internal_symref
1594         (interspace_jump): Turn into an expander + matching patterns.
1595         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
1596         * pa/pa64-regs.h: Eliminate trigraph sequences.
1597         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
1598
1599 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
1600
1601         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
1602         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
1603         cpp_token with cpp_ttype everywhere.
1604         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
1605         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
1606         CPP_BUF_COL.  Line and column numbers are unsigned int, not
1607         long.
1608         * cpplex.c (cpp_buf_line_and_col): Delete.
1609         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
1610         'long lineno' to 'unsigned int lineno'.
1611         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
1612
1613 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
1614
1615         * extend.texi: ISO C99 is not a draft anymore.
1616         * invoke.texi: ISO C++ is not a draft anymore.
1617         * cpp.texi: __cplusplus is required by the ISO standard.
1618
1619         * extend.texi (-fthis-is-variable): Undocument.
1620         * flags.h (warn_template_debugging): Remove declaration.
1621         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
1622         -Wenum-clash, -Wtemplate-debugging): Undocument.
1623
1624 2000-04-10  Nick Clifton  <nickc@cygnus.com>
1625
1626         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
1627         integer.
1628         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
1629         integer.
1630         (ARM_SIGN_EXTEND): Use HOST_UINT.
1631         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
1632         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
1633         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
1634         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
1635
1636         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
1637         (arm_gen_constant): Use HOST_UINT.
1638         (arm_canonicalize_constant): Use HOST_UINT.
1639         (arm_reload_in_hi): Use HOST_UINT.
1640         (arm_reload_out_hi): Use HOST_UINT.
1641         (output_multi_immediate): Use HOST_UINT.
1642         (int_log2): Use HOST_UINT.
1643         (arm_poke_function_name): Use HOST_UINT.
1644         (arm_output_epilogue): Use arm_volatile_func().
1645         (output_thumb_prologue): Use arm_strip_name_encoding().
1646         
1647 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1648
1649         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
1650         of sequence point problems.
1651
1652 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
1653
1654         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
1655         Recomment.
1656         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
1657
1658 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1659
1660         * sbitmap.h: Whitespace changes and use upper-case macro args.
1661         (struct simple_bitmap_def): All sizes now unsigned.
1662         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
1663         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
1664         (sbitmap_vector_alloc): Parms and local vars now unsigned.
1665         (sbitmap_zero): Cast bzero arg to PTR.
1666         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
1667         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
1668         loop to make structure clearer.
1669         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
1670         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
1671         (sbitmap_a_and_b_or_c): Likewise.
1672         (sbitmap_intersection_of_succs): Minor cleanups.
1673         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
1674         (sbitmap_union_of_preds): Likewise.
1675         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
1676         (debug_sbitmap): New function.
1677         
1678         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
1679         * c-typeck.c (convert_for_assignment): Likewise.
1680
1681         * expmed.c (init_expmed): Don't free objects we make.
1682         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
1683
1684         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
1685         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
1686
1687         * gcse.c (expr_hash_table_size): Now unsigned.
1688         (compute_ae_gen): Local variable `i' now unsigned.
1689         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
1690         (compute_transout, hoist_code): Likewise.
1691         (compute_local_properties): Likewise, also hash_table_size.
1692         (alloc_expr_hash_table): N_INSNS now unsigned.
1693         (delete_null_pointer_checks): Mark arg F as unused.
1694
1695         * regrename.c: Minor cleanups, including chang some variables
1696         to unsigned int.
1697
1698 2000-04-10  Neil Booth  <NeilB@earthling.net>
1699
1700         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
1701         than GETC ().
1702         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
1703
1704 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
1705
1706         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
1707         __classof__, and __headof__ from the list of gnu keywords.
1708         (-ansi): Remove -foperator-names from list of implied options. 
1709         Do not call it ANSI C++.
1710         (-foperator-names): Document as -fno-operator-names.
1711
1712 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
1713
1714         * cpphash.c (timestamp): Delete.
1715         (del_HASHNODE): If type is T_MCONST, free value.cpval.
1716         (special_symbol): Remove unnecessary braces.  Remove
1717         T_VERSION.  Treat T_STDC like T_CONST unless
1718         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
1719         when one is encountered, then convert them into T_MCONST
1720         nodes.
1721         * cppinit.c (builtin_array): version_string is T_MCONST.
1722         __STDC__ has a "1" in its cpval.  Don't have a terminator
1723         entry.  Clean up which entries are dumped.
1724         (initialize_builtins): Only __STDC__ gets the special
1725         -traditional treatment.  Count the length of builtin_array.
1726         Render version_string here.
1727         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
1728         * cpplib.h (struct cpp_reader): Remove timebuf. 
1729
1730 2000-04-09  Richard Henderson  <rth@cygnus.com>
1731
1732         * genrecog.c (pred): Update comparison_operator for the unordered
1733         operators.
1734
1735         * config/i386/i386.c (no_comparison_operator): Disallow unordered
1736         operators.
1737         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
1738         (uno_comparison_operator): New.
1739         (put_condition_code): Handle UNORDERED/ORDERED.
1740         (unsigned_comparison): Likewise.
1741         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
1742         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
1743         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
1744         update all callers.  Handle all 8 unordered operators.
1745         (ix86_expand_setcc): Lose the unordered argument, update all callers.
1746         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
1747         * config/i386/i386.h (PREDICATE_CODES): Update.
1748         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
1749         (ix86_expand_branch, ix86_expand_setcc): Update.
1750         * config/i386/i386.md (sunordered, sordered): New.
1751         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
1752         (bunordered, bordered): New.
1753         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
1754         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
1755         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
1756
1757 2000-04-09  Philip Blundell  <philb@gnu.org>
1758
1759         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
1760         
1761 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
1762
1763         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
1764         fix_truncxfhi2): New patterns.
1765         * i386.c (output_fix_trunc): Handle converting to HImode.
1766
1767 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
1768
1769         * ssa.c (convert_to_ssa): Eliminate dead code when calling
1770         life_analysis.  
1771         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
1772         (for_each_successor_phi): Change parameter to basic_block.
1773         (coalesce_regs_in_successor_phi_nodes): Likewise.
1774         (coalesce_regs_in_copies): Likewise.
1775         (compute_coalesced_reg_partition): Use basic_block instead of index.
1776         * rtl.h (convert_to_ssa): Delete.
1777         (convert_from_ssa): Likewise.
1778         (successor_phi_fn): Likewise.
1779         (for_each_successor_phi): Likewise.
1780         (in_ssa_form): Likewise.
1781         * basic-block.h (convert_to_ssa): Moved from rtl.h.
1782         (convert_from_ssa): Likewise.
1783         (successor_phi_fn): Likewise.
1784         (in_ssa_form): Likewise.
1785         (for_each_successor_phi): Likewise.  Change parameter to basic_block. 
1786         * flow.c (calculate_global_regs_live): Pass a basic_block to
1787         for_each_successor_phi.
1788
1789 2000-04-08  Richard Henderson  <rth@cygnus.com>
1790
1791         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
1792         was modified in the current insn.
1793
1794 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
1795
1796         * arm/thumb.md: Delete.
1797         * arm/thumb-protos.h: Delete.
1798
1799 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
1800
1801         Merge changes from merged-arm-thumb-backend-branch onto trunk.
1802
1803         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
1804
1805         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
1806         into branch.
1807
1808         * arm.md (nop): Use the standard RTL expression.  Don't code as a
1809         define_expand.
1810         (*arm_nop, *thumb_nop): Delete.
1811
1812         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
1813         constants.  Use casts instead.
1814         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
1815         output_multi_immediate, arm_poke_function_name): Likewise.
1816         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
1817         MASK_RETURN_ADDDR): Likewise.
1818
1819         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
1820
1821         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325 
1822         into branch.
1823         
1824         * arm.md (eh_epilogue): New function.
1825         * arm.h (struct machine_function): Move to here ...
1826         * arm.c: ... from here.
1827         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
1828         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
1829         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
1830
1831         2000-03-30  Nick Clifton  <nickc@cygnus.com>
1832
1833         * config/arm/semi.h (ASM_SPEC): Restore definition.
1834         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
1835
1836         * config/arm/elf.h (ASM_SPEC): Restore definition.
1837         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
1838
1839         * config/arm/arm.h (ASM_SPEC): Remove definition.
1840         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
1841
1842         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
1843
1844         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
1845
1846         2000-03-24  Nick Clifton  <nickc@cygnus.com>
1847
1848         Various formating tidyups, elimination of compile time
1849         warnings and synchronisation with internal sources:
1850         
1851         * config/arm/arm-protos.h (assemble_align): Add prototype.
1852         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
1853         (gen_comapre_reg): Rename to arm_gen_compare_reg.
1854         (arm_return_addr_rtx): Rename to arm_return_addr.
1855
1856         * config/arm/arm.c: Include except.h.
1857         Define shorter typenames for strict minipool_node and struct
1858         minipool_fix.
1859         (arm_return_in_memory): For WinCE return all structures <= 32 bits
1860         in memory.
1861         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
1862         (gen_comapre_reg): Rename to arm_gen_compare_reg.
1863
1864         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
1865         already defined.
1866         (ASM_SPEC): Define if not already defined.
1867         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
1868
1869         * config/arm/arm.md: Rename references to gen_rotated_half_load to
1870         arm_gen_rotated_half_load, and references to gen_comapre_reg to
1871         arm_gen_compare_reg.
1872         (indirect_jump):  Only accept register operands.
1873         (load_indirect_jump): Keep this pattern since combine can generate
1874         it.
1875
1876         * config/arm/coff.h: Include aout.h.
1877         (MULTILIB_DEFAULTS): Only define if not already defined.
1878
1879         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
1880         into arm.h (so that COFF ports can support thumb based aliases).
1881         (ASM_SPEC): Move definition into arm.h
1882         
1883         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
1884         redundant apcs spec.
1885         (ASM_SPEC): Move definition to arm.h
1886
1887         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
1888
1889         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
1890         for entries in the .bss section
1891
1892         2000-03-23  Nick Clifton  <nickc@cygnus.com>
1893
1894         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
1895         to thumb_far_jump_used_p.
1896
1897         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
1898         single integer parameter.
1899
1900         * config/arm/arm.c (struct machine_function): Add two new
1901         fields, 'far_jump_used' and 'arg_pointer_live'.
1902         (thumb_far_jump_used_p): Once the decision has been made that
1903         far jumps might be used, always return true.
1904         If being called from the initial elimination offset macro then
1905         do not bother to perform the test if the arg pointer is not
1906         being used.
1907         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
1908         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
1909
1910         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
1911
1912         * arm.c (output_return_instruction): Handle more cases where we can
1913         return from a function with an ldr instruction.
1914         (arm_output_epilogue): Likewise.
1915
1916         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
1917         if we need to push a large stack frame and there are no callee-saved
1918         registers.
1919
1920         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
1921         in ARM code if the frame pointer has been eliminated.
1922
1923         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
1924         unspec_volatile arguments to avoid duplicates.
1925         (consttable_1, consttable_2): Fixes for big-endian mode.
1926
1927         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
1928         as appropriate.
1929
1930         Re-write constant pool code.
1931         * arm.c (minipool_node, minipool_fix): New types.
1932         (minifix): Delete type.
1933         (arm_add_minipool_constant): Delete.
1934         (arm_compute_minipool_offsets, arm_find_barrier, 
1935         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
1936         (get_jump_table_size): Now returns HOST_WIDE_INT.
1937         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
1938         functions.
1939         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
1940         (assign_minipool_offsets, arm_print_value): Likewise.
1941         (dump_minipool): Rewrite.
1942         (arm_barrier_cost): New function.
1943         (create_fix_barrier): New function.
1944         (push_minipool_barrier): New function.
1945         (push_minipool_fix): Record additional information about the fixup 
1946         required.
1947         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
1948         check the mode of what needs fixing.
1949         (arm_reorg): Rewrite.
1950
1951         2000-03-08  Nick Clifton  <nickc@cygnus.com>
1952
1953         * config/arm/arm.md (indirect_jump): Force constant addresses into
1954         a register. 
1955
1956         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
1957
1958         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
1959
1960         2000-02-24  Nick Clifton  <nickc@cygnus.com>
1961
1962         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
1963         adjust is word aligned.
1964         (thumb_expand_epilogue): Make sure that stack adjust is word
1965         aligned.
1966
1967         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
1968         
1969         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
1970
1971         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
1972         pointer relative addresses.
1973
1974         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
1975
1976         * arm.c (find_barrier): Find the last barrier within the allowed 
1977         range.
1978
1979         2000-02-09  Nick Clifton  <nickc@cygnus.com>
1980
1981         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
1982
1983         2000-02-09  Nick Clifton  <nickc@cygnus.com>
1984
1985         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
1986         ARM_FUNCTION_PROFILER. 
1987
1988         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
1989         ARM_FUNCTION_PROFILER. 
1990
1991         * config/arm/linux-oldld.h: Imported from mainline sources.
1992
1993         2000-02-07  Nick Clifton  <nickc@cygnus.com>
1994
1995         * config/arm/lib1funcs.asm: Merge in thumb functions from
1996         lib1thumb.asm.
1997         
1998         * config/arm/lib1thumb.asm: Delete.
1999
2000         2000-02-04  Nick Clifton  <nickc@cygnus.com>
2001
2002         * config/arm/arm.c: Sychronised with current Red hat local
2003         sources. 
2004         * config/arm/arm.h: Ditto.
2005         * config/arm/arm-protos.h: Ditto.
2006
2007         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
2008
2009         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
2010
2011         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
2012         byte stores.
2013
2014         2000-02-02  Nick Clifton  <nickc@cygnus.com>
2015
2016         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
2017
2018         * config/arm/arm.md (epilogue): Fix rtl checking abort because
2019         (return) was emited using an emit_insn() call. 
2020         
2021         2000-01-31  Nick Clifton  <nickc@cygnus.com>
2022
2023         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
2024         thumb stack frame.
2025         (thumb_exit): Move frame pointer back into hard frame pointer
2026         register if backtracing is being used.
2027
2028         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
2029
2030         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113 
2031         into branch.
2032
2033         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
2034
2035         * config/arm/arm.md (neg_pool_offset): Provide default for new
2036         attribute.
2037         (arm_movsi_insn): Add neg_pool_offset attribute.
2038         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
2039         rtx for the insn that starts the scan and an unsigned long for its
2040         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
2041         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
2042         instructions in *PINSERTED.
2043         (struct minipool_fixup): Add MIN_ADDRESS elt.
2044         (sort_fixups): Compute it.
2045         (arm_reorg): Changes to support inserting pools before the insn to be
2046         fixed up.
2047
2048         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
2049
2050         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
2051         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
2052         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
2053
2054         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
2055
2056         * config/arm/semi.h (TARGET_VERSION): Do not define if already
2057         defined.
2058         (TARGET_DEFAULT): Do not define if already defined.
2059
2060         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
2061
2062         * config/arm/arm.md (anddi3): Allow disjoint source operands.
2063         (iordi3): Allow disjoint source operands.
2064         (xordi3): Allow disjoint source operands.
2065         (negdi2): Permit construction for ARM and Thumb.
2066         (arm_negdi2): Renamed version of old negdi2 pattern.
2067         (thumb_negdi2): New pattern: Only permit non-overlapping
2068         source and destination.
2069
2070         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
2071
2072         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
2073         scratch low register so that it will not be deleted.
2074
2075         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
2076
2077         * config/arm/pe.h (ARM_PE): Define.
2078         
2079         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
2080         interfacearm attribute if this is a PE toolchain.
2081         (output_return_instruction): Do not emit anything if the function
2082         has the naked attribute set.
2083         (is_called_in_ARM_mode): If the function has the interfacearm
2084         attribute then return true.
2085         (thumb_expand_prologue): Do not generate a prologue for naked
2086         functions.
2087         (thumb_expand_epilogue): Do not generate an epilogie for a naked
2088         function.
2089         (output_thumb_prologue): Do not bother if the function is naked.
2090         Strip PE encoding from function name before emitting.
2091
2092         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
2093
2094         * arm.md (pic_load_addr): Fix constraints.
2095
2096         * arm.md (casesi_insn): Fix mis-applied patch.
2097
2098         * arm.md ("core" function unit): Add rules for single- and
2099         multi-cycle insns.
2100         (All TARGET_THUMB patterns): Add "type" attribute information
2101         where needed.
2102         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
2103         the following insn is a CALL.
2104
2105         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
2106         pointer.
2107         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the 
2108         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
2109         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
2110         
2111         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
2112
2113         * config/arm/linux-gas.h: oops - this file was missed out when the
2114         branch was created...
2115
2116         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
2117
2118         * thumb.c: Deleted.  Move contents to ...
2119         * arm.c: ... here.
2120         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
2121         rule for thumb.o
2122         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
2123         * configure: Regen.
2124
2125         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
2126         declare a prototype for asm_output_align();
2127
2128         * arm.c (thumb_condition_code): Delete.
2129         (arm_print_operand): Always use arm_condition_code array.
2130
2131         * arm.c (thumb_return_addr_rtx): Delete.
2132         (arm_save_machine_status, arm_restore_machine_status): Delete.
2133         (arm_init_machine_status, arm_mark_machine_status): New functions.
2134         (arm_init_expanders): Update accordingly.
2135         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
2136         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
2137         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
2138         
2139         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
2140
2141         * configure.in : Fix arm-*-aout target to use new t-arm-aout
2142         script. 
2143         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
2144         targets.
2145
2146         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
2147
2148         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
2149         stack backtrace structure.
2150
2151         * config/arm/arm-protos.h: Add prototypes for functions defined in
2152         arm/pe.h.
2153         
2154         * config/arm/arm.c (arm_override_options): Fix selection of 
2155         attributes of default processor.
2156         
2157         * config/arm/coff.h: Delete needless #include.
2158         
2159         * config/arm/pe.c: Delete unused code.
2160         
2161         * config/arm/pe.h (CPP_DEFINES): Delete
2162         (SUBTARGET_CPP_SPEC): Define.
2163         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
2164         
2165         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
2166
2167         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
2168
2169         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
2170         updated.
2171         (CAN_DEBUG_WITHOUT_FP): Define.
2172         (FIXED_REGISTERS): Make r11 call-saved.
2173         (CALL_USED_REGISTERS): Likewise.
2174         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
2175         (FRAME_POINTER_REQUIRED): Correct logic for determining when a 
2176         frame-pointer is required.
2177         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
2178         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
2179         if the target normally needs a stack frame in non-leaf functions.
2180         (use_return_insn): Correct logic for determining when a return
2181         instruction can be used.
2182         (output_return_instruction): Handle the frame-pointer register as
2183         a normal register when not TARGET_APCS_FRAME.
2184         (arm_output_prologue): Likewise.
2185         (arm_output_epilogue): Likewise.
2186         (output_func_epilogue): Likewise.
2187         (arm_expand_prologue): Likewise.
2188         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
2189
2190         * arm.c (use_return_insn): No need to check floating point regs if
2191         TARGET_SOFT_FLOAT.
2192         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
2193         the code of value stored in the minipool array.
2194         (arm_add_minipool_constant): Likewise.
2195
2196 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2197
2198         * basic-block.h (conflict_graph_enum_fn): K&R fix.
2199
2200 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2201
2202         * tree.c (tree_expr_nonnegative_p): New function.
2203
2204         * tree.h (tree_expr_nonnegative_p): Declare.
2205
2206         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
2207         elide some sign_compare warnings.
2208         (build_conditional_expr): Likewise.
2209
2210 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
2211
2212         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
2213
2214         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
2215         * i386.c (print_operand): Use the proper suffix for a 387 HImode
2216         operand.  Abort if a 387 operand has an unsupported size.
2217
2218 2000-04-08  Neil Booth  <NeilB@earthling.net>
2219
2220         * cppexp.c (parse_charconst): Null does not end character
2221         constants.
2222         * cppinit.c (ISTABLE): Null character handled as whitespace.
2223         * cpplex.c (null_warning):  new function.
2224         (skip_string): Emit warning if nulls encountered.
2225         (_cpp_skip_hspace): Emit warning if nulls encountered.
2226         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
2227         them.
2228         * cpp.texi: Update.
2229
2230 2000-04-07  Richard Henderson  <rth@cygnus.com>
2231
2232         * flow.c (loop_depth): Remove.
2233         (reg_next_use, cc0_live, mem_set_list): Replace with ...
2234         (struct propagate_block_info): New.
2235         (life_analysis): Don't allocate reg_next_use.
2236         (propagate_block_delete_insn): Break out of propagate_block.
2237         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
2238         (propagate_block_delete_libcall): Likewise.
2239         (propagate_block): Create a propagate_block_info struct to pass
2240         to subroutines.  Allocate one not two temporary regsets.  Don't
2241         clobber memory for const calls.  Look for clobbers in
2242         CALL_INSN_FUNCTION_USAGE.
2243         (mark_set_regs): Recognize COND_EXEC.
2244         (mark_set_reg): Break out of mark_set_1.
2245         (mark_used_reg): Break out of mark_used_regs.
2246         (mark_used_regs): Recognize COND_EXEC.
2247         (insn_dead_p): Use propagate_block_info struct.
2248         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
2249         (find_auto_inc, try_pre_increment_1): Likewise.
2250         (print_rtl_with_bb): Dump regs live at end too.
2251         (count_reg_sets_1): Pass in loop_depth.
2252         (count_reg_sets, count_reg_references): Likewise.
2253         (recompute_reg_usage): Provide it.
2254
2255 2000-04-07  Richard Henderson  <rth@cygnus.com>
2256
2257         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
2258         not the raw files.
2259
2260 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
2261
2262         * cpplib.c (do_elif): Skip the rest of the line if we're
2263         not going to bother evaluating it.
2264         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
2265         to avoid pointless calls to the lexer.
2266
2267 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
2268
2269         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
2270
2271 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
2272
2273         * calls.c (expand_call): emit_queue if we're trying a sibcall.
2274
2275 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
2276
2277         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
2278
2279 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
2280
2281         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
2282         crtend so they can be multilibbed.
2283         (STAGESTUFF): Remove s-crt and s-crtS.
2284
2285 2000-04-07  Richard Henderson  <rth@cygnus.com>
2286
2287         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
2288         if we discover we need a pseudo and no_new_pseudos is true.
2289         * config/alpha/alpha.md (ne:DI insn): New.
2290         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
2291
2292 2000-04-07  Richard Henderson  <rth@cygnus.com>
2293
2294         * rtl.def (COND_EXEC): New.
2295         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
2296         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
2297
2298         * genconfig.c (have_cond_arith_flag): Remove.
2299         (have_cond_exec_flag): New.
2300         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
2301         (main): Print HAVE_conditional_execution.
2302
2303         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
2304         (sched_analyze_insn, print_pattern): Likewise.
2305         * reload.c (find_equiv_reg): Likewise.
2306         * rtlanal.c (reg_referenced_p): Likewise.
2307         (note_stores, dead_or_set_regno_p): Likewise.
2308         (reg_overlap_mentioned_p): Rewrite to use a switch.
2309
2310         * ggc.h (struct rtx_def): Forward declare.
2311
2312         * print-rtl.c (debug_rtx_range): New.
2313         * rtl.h (debug_rtx_range): Declare.
2314
2315         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
2316
2317         * gcse.c (gcse_main): Don't rebuild the CFG here.
2318         (delete_null_pointer_checks): Likewise.
2319         * ssa.c (convert_to_ssa): Likewise.
2320         * toplev.c (rest_of_compilation): Do it here instead.  Combine
2321         sequential calls to TIMEVAR.  Consistently use `insns' instead of
2322         `get_insns()'.  Always split insns after reload when optimizing.
2323
2324         * basic-block.h (merge_blocks_nomove): Declare.
2325         (tidy_fallthru_edge): Declare.
2326         * flow.c (merge_blocks_nomove): Document as merging into previous
2327         blocks.  Remove cruft from between blocks; remove all edges out of A.
2328         (tidy_fallthru_edge): Export.
2329
2330 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
2331
2332         * ssa.c (compute_conservative_reg_partition): Declare with
2333         void arguments.
2334         * toplev.c (clean_dump_file): Remove previously-deleted function
2335         inadvertantly merged back in.
2336         * conflict.c (conflict_graph_add): Use a single call to
2337         htab_find_slot to look up and insert.
2338
2339 2000-04-06  Richard Henderson  <rth@cygnus.com>
2340
2341         * genrecog.c (*): Rename _last_insn to last_insn.
2342         (make_insn_sequence): Set the position of the peephole2 C test
2343         to be at the last insn.
2344
2345 2000-04-06  Richard Henderson  <rth@cygnus.com>
2346
2347         * flow.c (compute_flow_dominators): Free worklist.
2348
2349 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
2350
2351         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
2352
2353 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
2354
2355         * rtl.h (INSN_P): New macro.
2356         (successor_phi_fn): New typedef.
2357         (for_each_successor_phi): New prototype.
2358         (in_ssa_form): New variable.
2359         (PHI_NODE_P): Likewise.
2360         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
2361         phi nodes in successors.
2362         (mark_used_regs): Add PHI case.
2363         (set_phi_alternative_reg): New function.
2364         (life_analysis): Assert that dead code elimination is not selected
2365         when in SSA form.
2366         * toplev.c (to_ssa_time): New variable.
2367         (from_ssa_time): Likewise.
2368         (compile_file): Zero to_ssa_time and from_ssa_time.
2369         Print time to convert to and from SSA.
2370         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
2371         (print_time): Compute percent fraction as integer.
2372         * ssa.c (PHI_NODE_P): Moved to rtl.h.
2373         (convert_to_ssa): Check if we're already in SSA.  
2374         Don't eliminate dead code in life_analysis.
2375         Rerun flow and life analysis at bottom.
2376         (eliminate_phi): Use canonical regnos when adding nodes.
2377         (mark_reg_in_phi): New function.
2378         (mark_phi_and_copy_regs): Likewise.
2379         (convert_from_ssa): Rerun life analysis at top.  
2380         Use coalesced partition.
2381         Check for removing a phi node at the end of the block.
2382         (compute_coalesced_reg_partition): New function.
2383         (coalesce_regs_in_copies): Likewise.
2384         (coalesce_reg_in_phi): Likewise.
2385         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
2386         (for_each_successor_phi): Likewise.
2387         (rename_context): New struct.
2388         (rename_block): Use a rename_context with rename_insn_1.  When
2389         renaming sets of a subreg, emit a copy of the entire reg first.
2390         (rename_insn_1): Treat data as a rename_context *.  Save current
2391         insn in set_data.
2392         (rename_set_data): Add field set_insn.
2393         * Makefile.in (HASHTAB_H): Move up in file.
2394         (OBSTACK_H): New macro.
2395         (collect2.o): Use OBSTACK_H in dependencies.
2396         (sdbout.o): Likewise.
2397         (emit-rtl.o): Likewise.
2398         (simplify-rtx.o): Likewise.
2399         (fix-header.o): Likewise.
2400         (OBJS): Add conflict.o.
2401         (conflict.o): New rule.
2402         * basic-block.h: Include partition.h.
2403         (conflict_graph): New typedef.
2404         (conflict_graph_enum_fn): Likewise.
2405         (conflict_graph_new): New prototype.
2406         (conflict_graph_delete): Likewise.
2407         (conflict_graph_add): Likewise.
2408         (conflict_graph_conflict_p): Likewise.
2409         (conflict_graph_enum): Likewise.
2410         (conflict_graph_merge_regs): Likewise.
2411         (conflict_graph_print): Likewise.
2412         (conflict_graph_compute): Likewise.
2413         * conflict.c: New file.
2414
2415 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
2416
2417         * tlink.c (read_repo_files): Don't look for .rpo info for
2418         linker flags.
2419
2420 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2421
2422         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
2423
2424 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2425
2426         * config/sh/lib1funcs.asm (___udivsi3_i4):
2427         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
2428         only depends on FMOVD_WORKS.
2429
2430 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2431
2432         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
2433         make double constant 8-byte aligned.
2434
2435 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
2436
2437         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
2438         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
2439         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
2440         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
2441         Accept storing GENERAL_REGS into offsetable memory.
2442         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
2443         building a TFmode constant other than 0.0L into GENERAL_REGS.
2444
2445 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
2446
2447         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
2448         
2449 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
2450
2451         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
2452         (macro_cleanup): No need to cast pbuf->macro.
2453         (collect_expansion): Use _cpp_get_define_token.  Goto done if
2454         it returns VSPACE.  Remove check for trailing space after
2455         CPP_COMMENT.
2456         (_cpp_create_definition): Don't diddle flags here.  Return
2457         directly on error.
2458         (unsafe_chars): Handle c1 being EOF.
2459         (push_macro_expansion): Use unsafe_chars for both accidental-paste
2460         checks.  Don't push the buffer till after we're done with
2461         them.
2462         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
2463         (PEEKN, FORWARD, GETC, PEEKC): Use them.
2464         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
2465         appropriately.
2466         (_cpp_parse_assertion): Don't NUL terminate.
2467         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
2468         hspace before calling _cpp_parse_assertion.  Remove all sets
2469         of only_seen_white. Treat '\f' as hspace.  Don't do anything
2470         special with '\n' here.
2471         (maybe_macroexpand): Handle T_EMPTY hash entries without
2472         pushing a buffer at all.
2473         (cpp_get_token): Handle clearing only_seen_white here.  Handle
2474         incrementing the line number here.  Clear
2475         potential_control_macro as well as only_seen_white, if
2476         appropriate.
2477         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
2478         (_cpp_get_define_token): New function, basically like
2479         _cpp_get_directive_token was but doesn't eat horizontal space.
2480         Don't do anything with only_seen_white here.
2481         (_cpp_get_directive_token): Just call _cpp_get_define_token
2482         repeatedly till it returns non-hspace.
2483
2484         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
2485         (conditional_skip, skip_if_group): Return int.
2486         (DIRECTIVE_TABLE): Change origin of all conditional directives
2487         to "COND".
2488         (TRAD_DIRECT_P): New macro.
2489         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
2490         an error for a bogus directive, unless -lang-asm.  Use
2491         TRAD_DIRECT_P. Loop calling handler functions till one returns
2492         zero.
2493         (get_macro_name): Don't diddle flags here.
2494         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
2495         Create T_EMPTY nodes for #define macro /* nothing */.
2496         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
2497         Use hp->name when calling pass_thru_directive.
2498         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
2499         Return the result of conditional_skip and/or skip_if_group.
2500         Don't call _cpp_output_line_command.
2501         (consider_directive_while_skipping): Use _cpp_get_directive_token.
2502         Issue -Wtraditional warnings as appropriate.  Don't complain
2503         about unrecognized directives.  If we are to stop skipping,
2504         return the number of the directive that ended the skip.
2505         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
2506         expansion and line commands while skipping.  Return the result
2507         of consider_directive_while_skipping, if nonzero.
2508         (do_endif): Just set potential_control_macro here.
2509         (validate_else): Use _cpp_get_directive_token.
2510         (do_assert, do_unassert): Don't save pointers into the
2511         token_buffer across calls to the lexer.  Use
2512         _cpp_get_directive_token.  
2513
2514         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a 
2515         pointer, not an offset.  Replace 'data', which was a generic
2516         pointer, with 'macro', which points to a struct hashnode.
2517         (cpp_reader): Add 'potential_control_macro' pointer.
2518         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
2519         (CPP_BUF_GET, CPP_FORWARD): Delete.
2520         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
2521         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
2522         ACTIVE_MARK_P): Update.
2523         (_cpp_get_define_token): New internal function.
2524         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
2525
2526 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
2527
2528         * configure.in: And here.
2529         * configure: Regenerate.
2530         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
2531         --enable-libstdcxx-v3 is passed at configure time.
2532         * config.h.in: Regenerate.
2533
2534 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
2535
2536         * final.c (final): Use xcalloc to allocate line_note_exists.
2537         * function.c (free_after_compilation): Free the temp_slots.
2538         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
2539         (combine_temp_slot): Free temp_slots when they get combined.
2540         (purge_addressof): Fix typo in comment.
2541         * stmt.c (mark_goto_fixup): Mark the fixup itself.
2542         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
2543
2544         * ggc.h: Include varray.h.
2545         (ggc_pending_trees): Declare.
2546         (ggc_mark_tree_children): Remove declaration.
2547         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
2548         * ggc-common.c (ggc_pending_trees): New variable.
2549         (ggc_mark_roots): Call ggc_mark_trees.
2550         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
2551         the ggc_pending_trees.
2552         * Makefile.in (GGC_H): New variable.  Use it throughout in place
2553         of ggc.h.
2554         
2555 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2556
2557         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
2558         GET_MODE_SIZE.
2559
2560 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2561
2562         * sh.c (sh_insn_length_adjustment): New function.
2563         * sh-protos.h (sh_insn_length_adjustment): Declare.
2564         * sh.h (ADJUST_INSN_LENGTH): Use it.
2565
2566 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
2567
2568         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
2569         from the insn where REG_RETVAL is added.
2570         (emit_no_conflict_block): Ditto.
2571
2572         * md.texi (Standard Names): Clarify when movX is needed.
2573
2574         * combine.c (simplify_comparison) [MINUS]: Do not replace
2575         all (op (minus A B) 0) with (op A B).
2576
2577 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
2578                           J"orn Rennecke <amylaar@cygnus.co.uk>
2579
2580         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
2581         (block_lump_real): Likewise.
2582
2583 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
2584
2585         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
2586         remaining non-zero debugging masks.
2587
2588 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
2589
2590         * basic-block.h (verify_flow_info): Declare.
2591         (flow_loop_outside_edge_p): Declare.
2592         * flow.c (verify_flow_info): Remove declaration.
2593         (clear_log_links, flow_loop_outside_edge_p): Likewise.
2594
2595 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
2596
2597         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
2598         not C++ comments.
2599
2600 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
2601
2602         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
2603         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
2604         seqdi_zero_trunc+1): Allow splits only if registers are
2605         different.
2606
2607 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
2608
2609         * acconfig.h: Add HAVE_GAS_HIDDEN.
2610         * config.in: Regenerated.
2611         * configure.in: Add test for .hidden pseudo-op in gas.
2612         * configure: Regenerated.
2613         * crtstuff.c: Include auto-host.h.
2614         Emit additional .hidden pseudo-op for __dso_handle if the
2615         assembler knows about it.
2616
2617 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
2618
2619         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
2620         before freeing argnames.
2621         * cpplib.c (do_ifndef): Cast return value of xstrdup.
2622
2623 2000-04-05  Michael Meissner  <meissner@redhat.com>
2624
2625         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
2626         Walton <jonboy@gordian.com> to make memory references with update
2627         work wtih -mregnames.
2628
2629 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2630
2631         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
2632         (regrename_optimize): Rename variables `def_uses' and
2633         `ext_basic_blocks' to avoid conflicts with similarly named
2634         typedefs in traditional C.
2635
2636         * calls.c (initialize_argument_information): Fix typo in previous
2637         change.
2638
2639 2000-04-04  Richard Henderson  <rth@cygnus.com>
2640
2641         * regrename.c (consider_available): Test fixed_regs not
2642         PIC_OFFSET_TABLE_REGNUM.
2643
2644 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
2645
2646         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
2647         crtend.
2648         (CRTSTUFF_T_CFLAGS_S): Delete definition.
2649         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
2650         (ENDFILE_LINUX_SPEC): Always use crtend.
2651         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
2652         (powerpc-*-linux-gnu): Likewise.
2653         * configure: Regenerate.
2654
2655         * config/rs6000/eabi.h: Don't include sysv4.h.
2656         (MULTILIB_DEFAULTS): Don't define.
2657         * config/rs6000/eabiaix.h: Don't include eabi.h.
2658         * config/rs6000/eabile.h: Delete.
2659         * config/rs6000/eabilesim.h: Delete.
2660         * config/rs6000/eabisim.h: Don't include eabi.h.
2661         * config/rs6000/linux.h: Don't include sysv4.h.
2662         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
2663         (MULTILIB_DEFAULTS): Don't redefine.
2664         * config/rs6000/rtems.h: Don't include eabi.h.
2665         * config/rs6000/sol2.h: Don't include sysv4le.h.
2666         * config/rs6000/sysv4le.h: Don't include sysv4.h.
2667         * config/rs6000/t-ppc: Delete.
2668         * config/rs6000/t-ppcgas: Correct comment.
2669         * config/rs6000/t-ppcos: Correct comment.  Don't build 
2670         multilibs for -fPIC, rather use -fPIC -mstrict-align 
2671         as default.
2672         * config/rs6000/t-ppc: Delete.
2673         * config/rs6000/vxppc.h: Don't include sysv4.h.
2674         * config/rs6000/vxppcle.h: Delete.
2675         * configure.in: Use multiple header files for p2pc ELF targets
2676         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
2677         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
2678         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
2679         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
2680         always available for these platforms.
2681
2682 2000-04-04  Richard Henderson  <rth@cygnus.com>
2683
2684         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
2685
2686 2000-04-04  Stan Cox  <scox@cygnus.com> 
2687
2688         * Makefile.in: Add rules for regrename.o
2689         * regrename.c: New file.
2690         * rtl.h (regrename_optimize): Add prototype.
2691         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
2692         (compile_file, decode_d_option): Add support for -frename-registers.
2693         (rest_of_compilation): Call regrename_optimize.
2694         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
2695         New macros.     
2696         
2697 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
2698
2699         * Makefile (gccbug): New target.
2700         (doc): Depend on it.
2701         * gcc.texi (Bugs): Link subnodes.
2702         (gccbug): New node.
2703         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
2704         Document severities, priorities, and classes in bug form.
2705
2706 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
2707
2708         * cpplex.c (trigraph_map, speccase): Combine into single
2709         table, chartab.
2710         (NORMAL, NONTRI): New macros.
2711         (_cpp_read_and_prescan): Change to use unified table.  Use
2712         is_hspace to test for whitespace.
2713
2714         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
2715         definition that doesn't provoke the "empty body in an
2716         if-statement" warning.
2717
2718 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
2719
2720         * builtins.c (expand_builtin_strlen): Force the source to
2721         be a memory address.
2722
2723 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2724
2725         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
2726
2727 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2728
2729         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
2730          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
2731         (ECF_IS_CONST): Rename to ECF_CONST.
2732         (special_function_p): Make static, change interface.
2733         (flags_from_decl_or_type, try_to_integrate): Break out from ...
2734         (expand_call) ... here; convert number of variables to flags.
2735         (emit_library_call_vlue_1): Likewise.
2736         (setjmp_call_p): New function.
2737         (initialize_argument_information): Accepts flags as argument;
2738         return flags.
2739         (precompute_arguments): Likewise.
2740         * tree.h (special_function_p): Remove.
2741         (setjmp_call_p): Add prototype.
2742
2743 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
2744
2745         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
2746         so that addresses are offsetable by up to 16 bytes.
2747         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
2748         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
2749         offsetable.
2750
2751         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
2752         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
2753         (movsf): Don't force any constant to memory if target is integer
2754         hard register.
2755         Move fp_zero_operand check below the const0_rtx check.
2756         (movtf): Likewise. Also allow fp_zero_operand for stores into
2757         memory.
2758         (movdf): Likewise. Also allow fp_zero_operand for stores into
2759         memory and into integer hard registers.
2760         (clear_df, clear_dfp, movdf_const_intreg_sp32,
2761         movdf_const_intreg_sp64): Remove.
2762         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
2763         conditions.
2764         (movdf_no_e_insn_v9_sp32): New pattern.
2765         (movdf_insn_v9only): Remove.
2766         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
2767         (movdf_insn_sp64): Remove.
2768         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
2769         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
2770         (following splits): Rewrite conditions. Add two new splits
2771         for storing 0.0 into memory and registers.
2772         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
2773         (movtf_insn_sp32): Redo constraints and conditions.
2774         (movtf_insn_vis_sp32): New pattern.
2775         (movtf_no_e_insn_sp32): Redo constraints and conditions.
2776         (movtf_insn_hq_sp64): Likewise.
2777         (movtf_insn_hq_vis_sp64): New pattern.
2778         (movtf_insn_sp64): Redo constraints and conditions.
2779         (movtf_insn_vis_sp64): New pattern.
2780         (movtf_no_e_insn_sp64): Redo constraints and conditions.
2781         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
2782         or memory.
2783         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
2784         -mvis or -m64 to take down the number of various reload patterns.
2785
2786 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
2787
2788         * pa/pa-64.h: New file.
2789         * pa/pa64-regs.h: New file.
2790         * pa/pa64-start.h: New file.
2791         * pa/t-pa64: New file.
2792         * pa/xm-pa64hpux.h: New file.
2793
2794 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2795
2796         * sparc.c (output_restore_regs): Prototype.
2797         (sparc_emit_float_lib_cmp): Constification.
2798
2799         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
2800
2801         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
2802         Prototype.
2803
2804         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
2805         (get_value_hash, hash_rtx): Likewise.
2806
2807         * ssa.c (compute_conservative_reg_partition): Prototype.
2808
2809         * tree.c (mark_hash_entry): Prototype.
2810
2811 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
2812
2813         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
2814         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
2815         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
2816
2817         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
2818         * objc/lang-specs.h: Likewise.
2819
2820 2000-04-03  Neil Booth  <NeilB@earthling.net>
2821
2822         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
2823         and SYNTAX_ERROR2. Replace `' in messages with ''.
2824         (op_to_str): Make re-entrant.
2825         (_cpp_parse_expr): Implement new error macros. Use | rather
2826         than || to logically or 2 boolean integers.  Simply expression
2827         checking we have a left operand iff needed.
2828
2829 2000-04-03  Nick Clifton  <nickc@cygnus.com>
2830
2831         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
2832
2833 2000-04-03  Philip Blundell  <philb@gnu.org>
2834
2835         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
2836
2837 2000-04-03  Felix Lee  <flee@cygnus.com>
2838
2839         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
2840         (run_shell): Use it. 
2841
2842 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
2843
2844         * Makefile.in (stmp-int-hdrs): Make include subdir here...
2845         (stmp-fixproto): ...rather than here.
2846
2847 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
2848
2849         * pa.c (print_operand): Compute 'base' only inside the code paths
2850         that use it.
2851
2852 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
2853
2854         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
2855         CEIL_DIV_EXPR.
2856
2857 2000-04-03  Philipp Thomas  <pthomas@suse.de>
2858
2859         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
2860
2861 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
2862
2863         * Makefile.in (alias.o): Depend on $(TREE_H).
2864
2865 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
2866
2867         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
2868         processing C++.
2869         * cpplib.c (_cpp_handle_directive): Improve warnings for
2870         traditional C and indented directives.
2871
2872         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
2873         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
2874         fixinc/inclhack.def: Indent the # of #include_next one space.
2875         * cp/rtti.c: Un-indent #if and #endif.
2876
2877         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
2878         syntax error, but an error has already been printed.
2879         * cpplex.c (_cpp_parse_assertion): Give a more specific error
2880         message when called with nothing remaining on the line.
2881         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
2882         OTHER token, not an ASSERTION.
2883         * cpplib.c (do_assert): When we create a 'base' node, clear
2884         its aschain pointer.
2885
2886 2000-04-02  Neil Booth <NeilB@earthling.net>
2887
2888         * cppexp.c:  New typedef op_t.  struct operation and struct 
2889         token updated to use it.
2890         (op_to_str): New function.
2891         (_cpp_parse_expr): Error messages modified to use op_to_str.
2892
2893 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
2894
2895         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
2896         before checking MUST_PASS_IN_STACK.
2897
2898 2000-04-02  Neil Booth <NeilB@earthling.net>
2899
2900         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
2901         flags and initial priority into a single constant.  New
2902         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
2903         (_parse_cpp_expr): Implement new constants.  Take left operand
2904         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
2905         parse indicated by reducing FINISHED token.  Remove new lines
2906         from cpp_error messages.
2907
2908 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
2909
2910         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
2911         permanent obstack.
2912
2913 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
2914
2915         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
2916         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
2917         the strings and function names on the fly.  Take the #sccs
2918         entry out of the table if SCCS_DIRECTIVE is not defined.
2919         (_cpp_handle_directive): Decide if the # was at the beginning
2920         of the line here.  Issue -pedantic warnings for extended
2921         directives here.  Warn about K+R directives with the #
2922         indented, and C89/extended directives with the # not indented,
2923         here.
2924         (do_import, do_include_next, do_warning, do_ident, do_sccs,
2925         do_assert, do_unassert): Don't issue pedantic warning here.
2926
2927         * cpphash.h: Add CPP_WTRADITIONAL macro.
2928         * cpplib.h (struct cpp_options): Rename warn_stringify to
2929         warn_traditional; update comments.
2930         * cppinit.c (handle_option): Set warn_traditional not
2931         warn_stringify.
2932         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
2933         CPP_WTRADITIONAL (pfile).
2934         * cpplex.c (_cpp_lex_token): Don't decide if directives should
2935         be ignored in -traditional mode here.
2936
2937         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
2938         to initialize speccase[] and trigraph_map[].  Delete all
2939         references to pfile->input_speccase.  Always treat '?' as a
2940         special character.  Remove table-initialization code from
2941         _cpp_init_input_buffer.
2942
2943         * cpplib.h (struct cpp_reader): Remove input_speccase field.
2944         * cppinit.c (cpp_cleanup): Don't free input_speccase.
2945
2946 2000-04-01  Richard Henderson  <rth@cygnus.com>
2947
2948         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
2949         (mostlyclean): Likewise.
2950
2951         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
2952         (struct dump_file_info, enum dump_file_index, dump_file): New.
2953         (open_dump_file): Take a dump_file_index not a suffix, and a decl
2954         not a string.  Clean out file if we havn't yet done so.  Do nothing
2955         if the dump isn't enabled.
2956         (close_dump_file): Do nothing if the dump isn't open.  Dump 
2957         graph data if requested.
2958         (dump_rtl, clean_dump_file): Remove.
2959         (compile_file): Don't clean the dump files.  Only finalize .bp dump
2960         if flag_test_coverage or flag_branch_probabilities.  Only finalize
2961         .combine dump if optimizing.  Iterate over dump_file to finalize the
2962         graph dumps.
2963         (rest_of_compilation): Update for open_dump_file/close_dump_file.
2964         Convert all uses of dump_rtl.
2965         (decode_d_option): Iterate over dump_file to implement 'a' and to
2966         locate pass-specific dumps.
2967
2968 2000-04-01  Neil Booth <NeilB@earthling.net>
2969
2970         * cppexp.c: Redefine priority constants.
2971         (_cpp_parse_expr): Replace left and right priority scheme with
2972         single priority logic.  Move LOGICAL to same place as COMPARE.
2973         Remove bogus check for multiple unary +/- operators.
2974
2975 2000-04-01  Neil Booth <NeilB@earthling.net>
2976
2977         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
2978         within the switch statement.  Binary operations break out of
2979         the switch naturally.  '(' tokens handled by forcing
2980         immediate shift.  ')' handled by forcing immediate reduce to
2981         the previous '('.  New error messages.
2982         
2983 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
2984
2985         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
2986         part', it's already in use.  Use %K instead.  Add a return at the
2987         end of what is now %K.
2988         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l. 
2989
2990 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2991
2992         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
2993         allocate_dynamic_stack_space.
2994         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
2995         update stack_pointer_delta; do not update arg_size_so_far.
2996         (compute_argument_block_size): Use stack_delta instead of
2997         stack_pointer_pending and arg_size_so_far.
2998         (expand_call): Add sanity checking for stack_pointer_delta;
2999         save and restore stack_pointer_delta for SIB, use
3000         stack_pointer_delta for alignment; do not update arg_space_so_far.
3001         (emit_library_call_value): Use stack_pointer_delta for alignment.
3002         (store_one_arg): Do not update arg_space_so_far.
3003         * explow.c (adjust_stack, anti_adjust_stack): Update
3004         stack_pointer_delta.
3005         (allocate_dynamic_stack_space): Add sanity checking for
3006         stack_pointer_delta.
3007         * expr.c (init_expr, clear_pending_stack_adjust): Clear
3008         stack_pointer_delta.
3009         (emit_push_insn): Update stack_pointer_delta.
3010         * function.h (struct expr_status): Add x_stack_pointer_delta;
3011         remove x_arg_space_so_far.
3012         (arg_space_so_far): Remove.
3013         (stack_pointer_delta): New macro.
3014
3015 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
3016
3017         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
3018         Reorder struct cpp_options and struct cpp_reader for better 
3019         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
3020         takes two args.  Change all 'char' flags to 'unsigned char'.
3021         Move show_column flag into struct cpp_options.  Don't
3022         prototype cpp_options_init.
3023         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
3024         cppinit.c, cpplex.c, cpplib.c:
3025         Replace CPP_OPTIONS (pfile)->whatever with
3026         CPP_OPTION (pfile, whatever), and likewise for
3027         opts = CPP_OPTIONS (pfile); ... opts->whatever;
3028
3029         * cppinit.c (merge_include_chains): Take a cpp_reader *.
3030         Extract CPP_OPTION (pfile, pending) and work with that
3031         directly.
3032         (cpp_options_init): Delete.
3033         (cpp_reader_init): Turn on on-by-default options here.
3034         Allocate the pending structure here.              
3035         (cl_options, enum opt_code): Define these from the same table,
3036         kept in a large macro.  Add -fshow-column and -fno-show-column
3037         options.
3038
3039         * cpperror.c (v_message): If show_column is off, don't print
3040         the column number.
3041
3042         * cppmain.c: Update for new interface.
3043         * fix-header.c: Likewise.
3044
3045 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
3046
3047         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
3048         definition.
3049         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
3050         are passed to any invocation of AR_FOR_TARGET.
3051         (AR_CREATE_FOR_TARGET): New macro.
3052         (AR_EXTRACT_FOR_TARGET): New macro.
3053         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
3054         AR_EXTRACT_FOR_TARGET.
3055         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
3056         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
3057         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
3058         AR_EXTRACT_FOR_TARGET to sub-makes.
3059
3060 2000-03-31  Neil Booth <NeilB@earthling.net>
3061
3062         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
3063         PAREN_INNER_PRIO.
3064         (_cpp_parse_expr): Check for multiple unary +/- operators.
3065         Correct priorities of ':' and '?'.  Treat ')' as having a
3066         value.  Ensure conditional expression is not void.
3067         
3068 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
3069
3070         * alias.c (canon_rtx): Make it global.
3071         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
3072         equality.
3073         * cse.c (struct table_elt): Add canon_exp.
3074         (insert): Clear it.
3075         (invalidate): Canonicalize expressions only once.
3076         * rtl.h (canon_rtx): Declare.
3077
3078 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
3079
3080         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
3081         * alias.c (reg_known_value): Add comments.
3082         (init_alias_analysis): Likewise.
3083         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
3084         address.
3085         (cse_basic_block): Fix typo in comment.
3086         * emit-rtl.c: Include hashtab.h.
3087         (const_int_htab): New variable.
3088         (const_int_htab_hash): New function.
3089         (const_int_htab_eq): Likewise.
3090         (rtx_htab_mark_1): Likewise.
3091         (rtx_htab_mark): Likewise.
3092         (gen_rtx_CONST_INT): Cache all CONST_INTs.
3093         (unshare_all_rtx): Fix formatting.
3094         (init_emit_once): Initialize const_int_htab.
3095         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
3096         address.
3097         * rtl.texi: Document the fact that all CONST_INTs with the same
3098         value are shared.
3099
3100 2000-03-30  Richard Henderson  <rth@cygnus.com>
3101
3102         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
3103
3104 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
3105
3106         * configure.in: Comment out --enable-c-cpplib stanza.
3107         * configure: Regenerate.
3108
3109 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3110
3111         * expr.c (store_constructor): Properly compute displacement and
3112         alignment when offset is variable.
3113
3114         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
3115         cases of alignment in bytes.
3116
3117 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
3118
3119         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
3120         since it is used to generate c-parse.y.
3121         * objc-parse.c, objc-parse.y: Regenerated.
3122
3123         * function.c (expand_function_end): Pass alignment argument to
3124         emit_block_move in bits, not bytes.
3125
3126 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3127
3128         * expr.c (move_by_pieces_ninsns): Fix one more missing align
3129         correction.
3130
3131         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
3132
3133         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
3134         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
3135         * function.c (assign_parms): Likewise.
3136         * integrate.c (expand_inline_function): Likewise.
3137         * stmt.c (expand_decl): Likewise.
3138         (copy_rtx_and_substitute): Likewise.
3139         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
3140         (clear_by_pieces): Fix error in last change.
3141         * emit-rtl.c (init_emit): Set known registers alignment in bits.
3142         * function.h (regno_pointer_align): Now unsigned.
3143         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
3144         is in bits.
3145         * config/i386/i386.c (aligned_operand): Likewise.
3146         * config/sparc/sparc.c (mem_min_alignment): Likewise.
3147         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
3148         (unaligned_memory_operand): Likewise.
3149         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
3150         Also make alignments and sizes unsigned and some whitespace cleanup.
3151         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
3152
3153         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
3154         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
3155         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
3156         (expand_builtin_memset): Likewise, but to clear_storage.
3157         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
3158         (restore_fixed_argument_area): Likewise.
3159         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
3160         (load_register_parameters): Likewise, to emit_group_load.
3161         (expand_call): Likewise, to emit_group_store and emit_block_move.
3162         (emit_library_call_value_1): Likewise, to emit_block_move.
3163         (store_one_arg): Likewise, and to emit_push_insn.
3164         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
3165         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
3166         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
3167         (emit_block_move, emit_group_load, emit_group_store): Likewise.
3168         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
3169         (expand_assigment, store_expr, store_constructor_field): Likewise.
3170         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
3171         (store_constructor, store_field, get_inner_reference): Likewise.
3172         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
3173         (expand_expr, case COMPONENT_REF): Likewise.
3174         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
3175         and positions; reindent code.
3176         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
3177         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
3178         (assign_parms): Likewise to emit_group_store.
3179         * optabs.c (prepare_cmp_insn): Alignment is in bits.
3180         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
3181         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
3182         (expand_return): Likewise to {extract,store}_bit_field.
3183         * stor-layout.c (get_mode_alignment): Minor cleanup.
3184         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
3185         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
3186         
3187 2000-03-29  Nick Clifton  <nickc@cygnus.com>
3188
3189         * config/arm/arm.h: Undo effects of previous delta:
3190         (ASM_SPEC): Do not define.
3191         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
3192
3193         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
3194         typo. 
3195
3196 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
3197
3198         * cppinit.c (cpp_start_read): Call initialize_dependency_output
3199         only after reading in the primary source file.
3200
3201 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
3202
3203         * c-common.c (c_common_nodes_and_builtins): The first parameter to
3204         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
3205         or a reference to a va_list.
3206         * builtins.c (stabilize_va_list): Simplify now we don't have to
3207         work around C array address decay.
3208         * c-typeck.c (convert_for_assignment): Handle assignment to
3209         a reference parameter by taking the address of the RHS.
3210         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
3211         (va_copy): Likewise.
3212         (__va_copy): Likewise.
3213         * ginclude/varargs.h (va_start): Likewise.
3214         (__va_copy): Likewise.
3215
3216 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
3217
3218         * i386/djgpp.h: Remove extraneous "+".
3219
3220         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
3221
3222         * calls.c (expand_call): Fix typo in last change.
3223
3224 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
3225
3226         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
3227         been expanded.
3228
3229 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3230
3231         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
3232         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
3233         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
3234         * tree.c (bit_position, byte_position): Likewise.
3235         * tree.h: Declare new functions.
3236
3237 2000-03-29  Nick Clifton  <nickc@cygnus.com>
3238
3239         * config/arm/arm.c: Minor formatting changes/
3240         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
3241         already defined.
3242         (ASM_SPEC): Define if not already defined.
3243
3244 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
3245
3246         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
3247         _cpp_calc_hash.
3248
3249 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
3250
3251         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
3252         value, don't output it as unsigned.
3253
3254 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
3255
3256         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
3257
3258 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3259
3260         * c-common.c (c_common_nodes_and_builtins): Don't special case
3261         cplus_mode when declaring builtin bzero/bcmp, always avoid
3262         prototype arguments.
3263
3264 2000-03-29  Bruce Korb  <bkorb@gnu.org>
3265
3266         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
3267         to a non-file
3268
3269 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3270
3271         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
3272         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
3273         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
3274         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
3275         (save_fixed_argument_area, restore_fixed_argument_area):
3276         conditionize by #ifdef REG_PARM_STACK_SPACE only.
3277         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
3278         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
3279         (precompute_register_parameters): Avoid #ifdefs on
3280         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
3281         (stire_one_args): Likewise.
3282         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
3283         (emit_library_call_value_1): Likewise.
3284         (compute_argument_block_size): Align to STACK_BOUNDARY only for
3285         ACCUMULATE_OUTGOING_ARGS.
3286         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
3287         value.
3288         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
3289         (use_crosses_set_p): Likewise.
3290         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
3291         #define ACCUMULATE_OUTGOING_ARGS 1.
3292         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
3293         frames.
3294         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
3295         constants.
3296         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
3297         (TARGET_SWITCHES): Add push-args, no-push-args,
3298         accumulate-outgoing-args and no-accumulate-outgoing-args.
3299         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
3300         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
3301         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
3302         and PUSH_ROUNDING.
3303         (emit_push_insn): Likewise.
3304         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
3305         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
3306         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
3307         (STACK_DYNAMIC_OFFSET): Define correctly for both
3308         ACCUMULATE_OUTGOING_ARGS and normal mode.
3309         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
3310         * tm.texi (PUSH_ARGS): Document.
3311         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
3312
3313 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3314
3315         * flags.h (flag_optimize_sibling_calls): Declare.
3316         * calls.c (expand_call): Fail sibcall when
3317         !flag_optimize_sibling_calls
3318         * invoke.texi (flag_optimize_sibling_calls): Document.
3319         * toplev.c (flag_optimize_sibling_calls): New global variable.
3320         (f_options): Add flag_optimize_sibling_calls.
3321         (rest_of_compilation): Conditionize
3322         optimize_sibling_and_tail_recursive_calls by
3323         flag_optimize_sibling_calls.
3324         (main): Set flag_optimize_sibling_calls for -O2.
3325         * stmt.c (expand_return): Conditionize tail recursion by
3326         flag_optimize_sibling_calls.
3327
3328 2000-03-29  Richard Henderson  <rth@cygnus.com>
3329
3330         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
3331         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
3332
3333 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
3334
3335         * except.c (add_eh_table_entry): Mark type_info's as referenced.        
3336
3337 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3338
3339         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
3340         is given.
3341         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
3342         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
3343         * config/rs6000/aix.h: then modified likewise.
3344
3345 2000-03-28  Richard Henderson  <rth@cygnus.com>
3346
3347         * rtl.h: Redistribute enum reg_note documentation. 
3348         Kill trailing whitespace.
3349         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
3350         Kill trailing whitespace.
3351
3352 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
3353
3354         * cppfiles.c (hash_IHASH): Just return i->hash.
3355         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
3356         htab_find_with_hash.
3357         (cpp_read_file): Likewise.
3358         (find_include_file): Likewise.  Properly initialize
3359         ih->nshort.  Share ih->name and ih->nshort if possible.
3360         * cpphash.c (_cpp_calc_hash): New function.
3361         (hash_HASHNODE): Just return h->hash.
3362         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
3363         htab_find_with_hash.
3364         * cpphash.h: Prototype _cpp_calc_hash.
3365         * cppinit.c (initialize_builtins): Provide a valid hash
3366         to _cpp_make_hashnode, using _cpp_calc_hash.
3367
3368         * cpphash.c (collect_expansion): # is not a special character
3369         in object-like macros.  In -traditional mode, /**/ is not
3370         token paste at the beginning or end of the line.
3371         * cpplib.c (do_include, do_import, do_include_next): If
3372         parse_include fails, return immediately.
3373
3374 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
3375
3376         * config/arm/arm.md (return peepholes): Update to reflect the new
3377         call insn patterns.
3378         * config/arm/arm.c (arm_volatile_func): Also check
3379         current_function_nothrow.
3380         (output_return_instruction, output_func_prologue): Use it.
3381         (arm_output_epilogue, arm_expand_prologue): Likewise.
3382
3383 2000-03-27  Tom Tromey  <tromey@cygnus.com>
3384
3385         * gcc.c (handle_braces): In {x*...} case, break out of loop if
3386         switch is found.
3387
3388 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3389
3390         * expr.c (store_constructor): SIZE now signed.
3391         For EXPR_SIZE, don't evaluate size; just needed if constant.
3392         * fold-const.c (fold): Fix a number of cases when folded tree is
3393         wrong type.
3394         * function.c (flush_addressof): Reenable.
3395         * tree.h (flush_addressof): Likewise.
3396         * toplev.c (independent_decode_option): Look at strings_processed.
3397         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
3398
3399 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
3400
3401         * sibcall.c (indentify_call_return_value): Find last call in the chain;
3402         Allow stack adjustment after function call.
3403
3404         * regmove.c (struct csa_memlist): Make mem field rtx *.
3405         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
3406         (try_apply_stack_adjustment): Replace whole MEM rtx.
3407         (combine_stack_adjustments_for_block): Update calls
3408         to record_one_stack_ref.
3409
3410 2000-03-28  Neil Booth  <NeilB@earthling.net>
3411
3412         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
3413         '\\' rather than a null character, so nulls are not special.  Fix
3414         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
3415         speed trigraph conversion.
3416         (_cpp_init_input_buffer): Initialize trigraph map.
3417
3418 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
3419
3420         * config/i386/i386.c (output_387_binary_op): Correct intel
3421         mode assembly output, and add spaces after commas in AT&T
3422         output.  Correct Unixware assembler comment.  Document input
3423         constraints.  Comment fp operations.  Reduce profligate buffer
3424         size.  Remove extraneous abort.  Localize temp var.
3425         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
3426         (output_fix_trunc): Add spaces after commas in assembly output.
3427
3428 2000-03-27  Richard Henderson  <rth@cygnus.com>
3429
3430         * i386-protos.h (ix86_match_ccmode): Declare.
3431         * i386.c (ix86_match_ccmode): New.
3432         (ix86_expand_fp_compare): Update for pattern renames.
3433         (ix86_expand_strlensi_unroll_1): Likewise.
3434         * i386.h (EXTRA_CC_MODES): Add CCZ.
3435         (SELECT_CC_MODE): Use it for EQ/NE zero.
3436         * i386.md (cmpsi_ccz_1): New.
3437         (cmpqi_ccz_1): New.
3438         (*testsi_ccz_1): New.
3439         (testqi_ccz_1): New.
3440         (cmpsi_ccno_1): Rename from cmpsi_0.
3441         (testsi_ccno_1): Rename from testsi_1.
3442         (testqi_ccno_1): Rename from testqi_1.
3443         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
3444         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
3445         (*cmphi_0): Use ix86_match_ccmode.
3446         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
3447         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
3448         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
3449         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
3450         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
3451         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
3452         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
3453         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
3454         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
3455         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
3456         (appropriate peepholes): Likewise.
3457         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
3458         (*subsi_3, *subhi_3, *subqi_3): Remove.
3459         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
3460         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
3461         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
3462         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
3463         (x86_shift_adj_1): Use CCZ.
3464         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
3465
3466 2000-03-27  Stan Cox  <scox@cygnus.com> 
3467
3468         * resource.h (mark_resource_type): New.
3469         * resource.c (find_dead_or_set_registers, mark_target_live_regs, 
3470         find_free_register): Use mark_resource_type.
3471         (mark_set_resources): Change include_delayed_effects
3472         to mark_resource_type.
3473         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns, 
3474         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread): 
3475         Use mark_resource_type.
3476         
3477 2000-03-27  Richard Henderson  <rth@cygnus.com>
3478
3479         * i386.md (call_pop_0, call_value_pop_0): New.
3480         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
3481         (call_value_pop_1): Likewise.
3482         (call_0, call_value_0): New.
3483         (call_1, call_value_1): Remove constraint from unused arg.
3484
3485 2000-03-27  Nick Clifton  <nickc@cygnus.com>
3486
3487         * invoke.texi (Spec Files): Document new spec % command created by
3488         Tom Tromey's recent patch.
3489
3490 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
3491
3492         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
3493         if not defined.
3494
3495 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3496
3497         * expr.c (expand_assignment): Fix typo in last change.
3498
3499         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
3500
3501 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3502
3503         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
3504         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
3505         and DECL_INLINE if FUNCTION_DECL.
3506         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
3507         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
3508         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
3509         (combine_parm_decls): Likewise.
3510         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
3511         * print-tree.c (print_node): Likewise.
3512         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
3513         DECL_TRANSPARENT_UNION on proper decl types.
3514         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
3515         * stor-layout.c (layout_decl): Only check DECL_PACKED and
3516         DECL_BIT_FIELD of FIELD_DECL.
3517         * tree.h (DECL_RESULT_FLD): New macro.
3518         
3519         * expr.c (expand_assignment): Add code to handle variable-sized
3520         BLKmode case.
3521
3522 2000-03-26  Richard Henderson  <rth@cygnus.com>
3523
3524         * calls.c (expand_call): Pass parms not original exp to
3525         optimize_tail_recursion.  Mind return value instead of looking
3526         for a barrier.
3527         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
3528         call_expr.  Move checks for call_expr and current_function_decl ...
3529         (expand_return): ... here.
3530
3531 2000-03-26  Tom Tromey  <tromey@cygnus.com>
3532
3533         * gcc.c (handle_braces): Recognize `%{<S}' construct.
3534         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
3535         defines.
3536         (process_command): Use them.
3537         (check_live_switch): Likewise.
3538         (give_switch): Skip ignored switches.
3539
3540 2000-03-26  Jan Hubicka  <jh@suse.cz>
3541
3542         * jump.c (jump_optimize_1): Fix typo in elide optimizations
3543         for minimal jump pass test.
3544
3545 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
3546
3547         * integrate.c (function_cannot_inline_p): Do inline functions that
3548         return `void'.
3549
3550 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3551
3552         * stor-layout.c (layout_type, set_sizetype): early_type_list is
3553         now a list of TREE_LIST entries, not types.
3554         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
3555
3556         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
3557         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
3558         int_bit_position.
3559         * config/mips/mips.c (function_arg): Likewise; also remove cast
3560         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
3561         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
3562         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
3563         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
3564         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
3565         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
3566         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
3567         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
3568         num_adjusts now unsigned.
3569         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
3570         * config/sparc/sparc.c (struct function_arg_record_value_parms):
3571         NREGS now unsigned.
3572         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
3573         as is BITPOS variable; use host_integerp and int_bit_position.
3574         (function_arg_record_value_2): Likewise.
3575         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
3576         Variable REGNO now unsigned.
3577         (function_arg_record_value): NREGS now unsigned.
3578
3579 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
3580
3581         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
3582
3583 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3584
3585         * Rework fields used to describe positions of bitfields and
3586         modify sizes to be unsigned and use HOST_WIDE_INT.
3587         * alias.c (reg_known_value_size): Now unsigned.
3588         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
3589         (really_start_incremental_init): Use bitsize_zero_node.
3590         (push_init_level, pop_init_level, output_init_element): Likewise.
3591         Use bitsize_unit_node and bitsize_one_node.
3592         (output_pending_init_elements, process_init_element): Likewise.
3593         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
3594         (make_extraction): Position and length HOST_WIDE_INT and unsigned
3595         HOST_WIDE_INT, respectively.
3596         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
3597         (num_sign_bit_copies): Returns unsigned.
3598         BITWIDTH now unsigned; rework arithmetic.
3599         Remove recursive call from arg to MAX.
3600         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
3601         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
3602         REGNO now unsigned.
3603         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
3604         (find_split_point, expand_compound_operation, make_extraction): LEN
3605         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
3606         (make_field_assignment): Likewise.
3607         (combine_simplify_rtx): Add cast.
3608         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
3609         (force_to_mode): WIDTH now unsigned; add cast.
3610         (if_then_else_cond): SIZE now unsigned.
3611         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
3612         (extended_count): Now returns unsigned.
3613         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
3614         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
3615         (simplify_comparison): MODE_WIDTH now unsigned.
3616         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
3617         (mark_used_regs_combine): Likewise; rework arithmetic.
3618         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
3619         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
3620         (record_promoted_value): REGNO now unsigned.
3621         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
3622         (get_last_value): REGNO now unsigned.
3623         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
3624         (reg_dead_regno, reg_dead_endregno): Now unsigned.
3625         (remove_death): Arg REGNO now unsigned.
3626         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
3627         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
3628         now unsigned.
3629         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
3630         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
3631         (struct cse_reg_info): REGNO now unsigned.
3632         (cached_regno): Now unsigned.
3633         (REGNO_QTY_VALID_P): Add cast.
3634         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
3635         (remove_invalid_regs): Likewise.
3636         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
3637         as are variables END and I.
3638         (get_cse_reg_info, insert): Likewise.
3639         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
3640         (canon_hash): Likewise.
3641         (insert_regs, lookup_for_remove): REGNO now unsigned.
3642         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
3643         New variable RN.
3644         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
3645         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
3646         * emit-rtl.c (subreg_realpart_p): Add cast.
3647         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
3648         (operand_subword_force): Arg I is now unsigned.
3649         * except.c (eh_regs): Variable I is now unsigned.
3650         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
3651         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
3652         length is unsigned HOST_WIDE_INT; likewise for internal variables.
3653         (store_split_bit_field, extract_fixed_bit_field): Likewise.
3654         (extract_split_bit_field, store_bit_field, extract_bit_field):
3655         Likewise.
3656         * expr.c (store_constructor_fields, store_constructor, store_field):
3657         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
3658         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
3659         (do_jump): Likewise.
3660         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
3661         MAX_SIZE is now unsigned.
3662         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
3663         (emit_group_store): Likewise.
3664         (emit_move_insn): I now unsigned.
3665         (store_constructor): Use host_integerp, tree_low_cst, and
3666         bitsize_unit_node.
3667         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
3668         Rework all calculations to use trees and new fields.
3669         * expr.h (promoted_input_arg): Regno now unsigned.
3670         (store_bit_field, extract_bit_field): Adjust types of pos and size.
3671         (mark_seen_cases): Arg is HOST_WIDE_INT.
3672         * flow.c (verify_wide_reg_1): REGNO now unsigned.
3673         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
3674         precisions and alignments are unsigned.
3675         (optimize_bit_field_compare, fold_truthop): Likewise.
3676         (int_const_binop): Adjust threshold for size_int_type_wide call.
3677         (fold_convert): Likewise.
3678         (size_int_type_wide): Make table larger and fix thinko that only
3679         had half of table used.
3680         (all_ones_mask_p, fold): Precisions are unsigned.
3681         * function.c (put_reg_info_stack): REGNO is unsigned.
3682         (instantiate_decl): Size is HOST_WIDE_INT.
3683         (instantiate_virtual_regs): I is unsigned.
3684         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
3685         (promoted_input_arg): REGNO is unsigned.
3686         * function.h (struct function): x_max_parm_reg is now unsigned.
3687         * gcse.c (max_gcse_regno): Now unsigned.
3688         (struct null_pointer_info): min_reg and max_reg now unsigned.
3689         (lookup_set, next_set): REGNO arg now unsigned.
3690         (compute_hash_table): REGNO and I now unsigned.
3691         (handle_avail_expr): regnum_for_replacing now unsigned.
3692         (cprop_insn): REGNO now unsigned.
3693         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
3694         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
3695         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
3696         * hard-reg-set.h (reg_class_size): Now unsigned.
3697         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
3698         * jump.c (mark_modified_reg): I now unsigned; add cast.
3699         (rtx_equal_for_thread_p): Add cast.
3700         * loop.c (max_reg_before_loop): Now unsigned.
3701         (struct_movable): REGNO now unsigned.
3702         (try_copy_prop): REGNO arg unsigned.
3703         (regs_match_p): XN and YN now unsigned.
3704         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
3705         (strength_reduce): Likewise; NREGS also unsigned.
3706         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
3707         * loop.h (struct iv_class): REGNO now unsigned.
3708         (max_reg_before_loop, first_increment_giv, last_increment_giv):
3709         Now unsigned.
3710         * machmode.h (mode_size, mode_unit_size): Now unsigned.
3711         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
3712         * optabs.c (expand_binop): I and NWORDS now unsigned.
3713         (expand_unop): I now unsigned.
3714         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
3715         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
3716         * real.c (significand_size): Now returns unsigned.
3717         * real.h (significand_size): Likewise.
3718         * regclass.c (reg_class_size): Now unsigned.
3719         (choose_hard_reg_mode): Both operands now unsigned.
3720         (record_reg_classes): REGNO and NR now unsigned.
3721         (reg_scan): NREGS now unsigned.
3722         (reg_scan_update): old_max_regno now unsigned.
3723         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
3724         * reload.c (find_valid_class): BEST_SIZE now unsigned.
3725         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
3726         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
3727         Likewise for variable R.
3728         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
3729         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
3730         (find_equiv_reg): Add casts.
3731         (regno_clobbered_p): Arg REGNO now unsigned.
3732         * reload.h (struct reload): NREGS now unsigned.
3733         (refers_to_regno_for_reload_p): Regno args are unsigned.
3734         (regno_clobbered_p): Likewise.
3735         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
3736         (compute_use_by_pseudos): REGNO now unsigned.
3737         (find_reg): I and J now unsigned, new variable K, and change loop
3738         variables accordingly; THIS_NREGS now unsigned.
3739         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
3740         (spill_hard_reg): REGNO arg now unsigned; add casts.
3741         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
3742         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
3743         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
3744         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
3745         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
3746         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
3747         (emit_reload_insns): REGNO now unsigned.
3748         (reload_cse_move2add): Add cast.
3749         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
3750         and rework loop.
3751         * resource.c (mark_referenced_resources, mark_set_resources): New
3752         variable R; REGNO and LAST_REGNO now unsigned.
3753         (mark_target_live_regs): J and REGNO now unsigned.
3754         * rtl.c (mode_size, mode_unit_size): Now unsigned.
3755         * rtl.h (union rtunion_def): New field rtuint.
3756         (XCUINT): New macro.
3757         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
3758         (operand_subword, operand_subword_force): Word number is unsigned.
3759         (choose_hard_reg_mode): Operands are unsigned.
3760         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
3761         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
3762         (regno_use_in, combine_instructions, remove_death): Likewise.
3763         (reg_scan, reg_scan_update): Likewise.
3764         (extended_count): Return is unsigned.
3765         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
3766         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
3767         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
3768         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
3769         (reg_reg_last_1): FIRS and LAST now unsigned.
3770         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
3771         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
3772         now unsigned.
3773         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
3774         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
3775         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
3776         (replace_regs): Arg NREGS now unsigned.
3777         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
3778         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
3779         (simplify_binary_operation): Likewise.
3780         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
3781         THIS_LAST now unsigned.
3782         (cselib_record_set): Add cast.
3783         * ssa.c (ssa_max_reg_num): Now unsigned.
3784         (rename_block): REGNO now unsigned.
3785         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
3786         sizes now unsigned.
3787         (all_cases_count): Just return -1 not -2.
3788         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
3789         Rework tests to use trees whenever possible.
3790         Use host_integerp and tree_low_cst.
3791         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
3792         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
3793         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
3794         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
3795         (smallest_mode_for_size): Likewise.
3796         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
3797         KNOWN_ALIGN is now an alignment, so simplify code.
3798         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
3799         (start_record_layout): Renamed from new_record_layout_info.
3800         Update to new fields.
3801         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
3802         New functions.
3803         (place_union_field): Renamed from layout_union_field.
3804         Update to use new fields in rli.
3805         (place_field): Renamed from layout_field.
3806         Major rewrite to use new fields in rli; pass alignment to layout_decl.
3807         (finalize_record_size): Rework to use new fields in rli and handle
3808         union.
3809         (compute_record_mode): Rework to simplify and to use new DECL fields.
3810         (finalize_type_size): Make rounding more consistent.
3811         (finish_union_layout): Deleted.
3812         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
3813         (layout_type, case RECORD_TYPE): Call new function names.
3814         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
3815         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
3816         (get_best_mode): UNIT is now unsigned; remove casts.
3817         * tree.c (bit_position): Compute from new fields.
3818         (byte_position, int_byte_position): New functions.
3819         (print_type_hash_statistics): Cast to remove warning.
3820         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
3821         (build_index_type): Likewise; make subtype of sizetype.
3822         (build_index_2_type): Pass sizetype to build_range_type.
3823         (build_common_tree_nodes): Use size_int and bitsize_int to
3824         initialize nodes; add bitsize_{zero,one,unit}_node.
3825         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
3826         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
3827         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
3828         (DECL_FIELD_BITPOS): Deleted.
3829         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
3830         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
3831         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
3832         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
3833         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
3834         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
3835         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
3836         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
3837         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
3838         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
3839         (DECL_ALIGN): Adjust to new field in union.
3840         (DECL_OFFSET_ALIGN): New field.
3841         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
3842         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
3843         (union tree_decl): Add struct for both aligns.
3844         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
3845         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
3846         (struct record_layout_info): Rework fields to have offset
3847         alignment and byte and bit position.
3848         (start_record_layout, place_field): Renamed from old names.
3849         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
3850         (byte_position, int_byte_position): Likewise.
3851         (get_inner_reference): Change types of position and length.
3852         * unroll.c (unroll_loop): New variable R; use for some loops.
3853         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
3854         (calculate_giv_inc): Arg REGNO now unsigned.
3855         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
3856         * varasm.c (assemble_variable): Clean up handling of size using
3857         host_integerp and tree_low_cst.
3858         (decode_addr_const): Use byte, not bit, position.
3859         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
3860         use tree_low_cst and int_bit_position.
3861         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
3862         
3863 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
3864
3865         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
3866         (reorder_block_def): New members eff_head and eff_end.
3867         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
3868         (verify_insn_chain): New function.
3869         (skip_insns_between_block): Add code to skip deleted insns.
3870         Check for note before using.
3871         (chain_reorder_blocks): Replace calls to skip_insns_between_block
3872         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
3873         Check for note before using.
3874         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
3875         (fixup_reorder_chain): Restructure, clean up, defect removal.
3876         (reorder_basic_blocks): Remove last_insn and references to it.
3877         Moved insn chain verification code into a new function (see above).
3878         Delete defective code that sets last insn.
3879         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
3880         all blocks.
3881
3882 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
3883
3884         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
3885
3886 2000-03-24  Richard Henderson  <rth@cygnus.com>
3887
3888         * tree.c (lang_safe_for_unsave): Remove.
3889         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
3890         allowing for two levels of unsafeness.  Remove lang hook.
3891         * tree.h: Update declarations.
3892         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
3893         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
3894         Always fail sibcalls when there are pending cleanups.
3895
3896 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
3897
3898         * flow.c (propagate_block): When we delete an ADDR_VEC,
3899         also delete the BARRIER following it if there is one.
3900
3901 2000-03-24  Richard Henderson  <rth@cygnus.com>
3902
3903         * builtins.c (expand_builtin_bzero): Convert `length' argument
3904         to sizetype.
3905
3906 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
3907
3908         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
3909         comparison if regno's are equal.
3910         * calls.c (initialize_argument_informat): Add ecf_flags argument.
3911         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
3912         (expand_call): Update caller.
3913         Avoid making a sibling call if argument size of the callee is larger
3914         than argument size of the caller.
3915         Call hard_function_value with outgoing set if in sibcall pass.
3916         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
3917
3918         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
3919         Change LEAF_REGISTERS from an array initializer to actual array
3920         identifier. Move static global variable into the function.
3921         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
3922         sequences for leaf functions.
3923         * global.c (global_alloc): Likewise.
3924         * tm.texi (LEAF_REGISTERS): Update documentation.
3925
3926         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
3927         TARGET_FLAT leaf disabling hack.
3928         (LEAF_REGISTERS): Changed from an array initializer to actual array
3929         identifier to avoid duplication and remove the above hack.
3930         (FUNCTION_OK_FOR_SIBCALL): Define.
3931         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
3932         always like call attribute.
3933         (eligible_for_sibcall_delay): New attribute.
3934         (sibcall): New delay type.
3935         (sibcall, sibcall_value, sibcall_epilogue): New expands.
3936         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
3937         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
3938         * config/sparc/sparc.c (sparc_leaf_regs): New array.
3939         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
3940         New functions.
3941         (output_function_epilogue): Move part of the code into
3942         output_restore_regs.
3943         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
3944         TYPE_SIBCALL.
3945         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
3946         prototypes.
3947
3948         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
3949         until infrastructure is finished.
3950
3951 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
3952
3953         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
3954         (save_parm_insns): Not here.
3955
3956 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3957
3958         * builtins.c (expand_builtin_bzero): New function.
3959         (expand_builtin): Handle bzero.
3960
3961         * builtins.def: Add BUILT_IN_BZERO.
3962
3963         * c-common.c (c_common_nodes_and_builtins): Provide builtin
3964         prototype & function for bzero.
3965
3966 2000-03-23  Michael Meissner  <meissner@redhat.com>
3967
3968         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
3969         change adding TARGET_FP to the TF floating point insns, except for
3970         trunctfsf2, which generates direct calls to truncdfsf2.
3971
3972 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
3973
3974         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
3975         try to protect against middle-end changes that break binary
3976         compatibility.
3977         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
3978
3979 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
3980
3981         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
3982
3983 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3984
3985         * calls.c (expand_call): If TARGET is passed by reference and
3986         is readonly, write a CLOBBER.
3987
3988 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3989
3990         * builtins.c (expand_builtin): Handle bcmp.
3991
3992         * builtins.def: Add BUILT_IN_BCMP.
3993
3994         * c-common.c (c_common_nodes_and_builtins): Provide builtin
3995         prototype & function for bcmp.
3996
3997 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
3998
3999         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
4000         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
4001         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
4002
4003 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
4004
4005         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
4006         alternative when using -fp64 -gp32.
4007
4008 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
4009
4010         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
4011         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
4012         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
4013
4014         * frame.h (frame_state): Revert last change.
4015         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
4016         * libgcc2.c (throw_helper): Revert last change.
4017         
4018 2000-03-22  Richard Henderson  <rth@cygnus.com>
4019
4020         * stmt.c (expand_asm_operands): Don't promote the temporary.
4021
4022 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
4023
4024         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
4025         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
4026           c_get_alias_set): Likewise.
4027         * c-decl.c (duplicate_decls): Likewise.
4028         * c-typeck.c (default_conversion,build_unary_op): Likewise.
4029         * calls.c (initialize_argument_information): Likewise.
4030         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
4031         Likewise.
4032         * dwarfout.c (decl_class_context,output_type): Likewise.
4033         * expr.c (get_inner_reference): Likewise.
4034         * fold-const.c (simple_operand_p,fold): Likewise.
4035         * function.c (aggregate_value_p): Likewise.
4036         * stmt.c (expand_asm_operands): Likewise.
4037         * varasm.c (named_section): Likewise.
4038
4039 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
4040
4041         Implement dwarf2 exception handling for the ARM.
4042         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
4043         (DWARF_FRAME_RETURN_COLUMN): Define.
4044         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
4045         REG_FRAME_RELATED_EXPR note.
4046         (emit_sfm): Likewise.
4047         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
4048         * dwarf2out.c (reg_save): Handle saving a register to itself.
4049         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
4050         * except.c (eh_regs): Don't use the static chain reg if it's
4051         callee-saved.
4052         * frame.h (frame_state): Add cfa_saved field.
4053         * frame.c (execute_cfa_insn): Set it.
4054         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in 
4055         the epilogue.
4056         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
4057         Now takes a parm.
4058         (instantiate_virtual_regs): Adjust.
4059         * tm.texi: Adjust.
4060         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
4061         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
4062         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
4063
4064         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
4065         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
4066
4067 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4068
4069         * builtins.def: New file.
4070
4071         * Makefile.in (TREE_H): Depend on builtins.def.
4072
4073         * builtins.c (built_in_names): Use builtins.def.
4074
4075         * tree.h (built_in_function): Likewise.
4076
4077 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
4078
4079         * tree.c (size_in_bytes): Return size_zero_node, not
4080         integer_zero_node.
4081
4082 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
4083
4084         * config/fp-bit.c (pack_d): Correct the case when a denormal
4085         is rounded up and stops being denormal.
4086
4087 2000-03-21  Richard Henderson  <rth@cygnus.com>
4088
4089         * config/alpha/alpha.c (function_arg): Check for void_type_node
4090         before using MUST_PASS_IN_STACK.
4091
4092 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
4093
4094         * regmove.c (combine_stack_adjustments_for_block): Check that
4095         the stack pointer is a valid memory address.
4096
4097 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
4098
4099         * calls.c: re-install Mar 16 emit_library_call merge.
4100
4101 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
4102
4103         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
4104         we cannot be sure that if reload_completed base register will
4105         be properly aligned.
4106
4107 2000-03-21  Richard Henderson  <rth@cygnus.com>
4108
4109         * flow.c (delete_block): Fix typo last change.
4110
4111 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
4112
4113         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
4114         not COMPLETE_TYPE_P, to check the type of the expression.
4115
4116 2000-03-21  Michael Meissner  <meissner@redhat.com>
4117
4118         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
4119         all floating point insns that just tested the macro
4120         TARGET_HAS_XFLOATING_LIBS.
4121         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
4122         used to only use the gprs.
4123
4124 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
4125
4126         * tree.h (COMPLETE_TYPE_P): New macro.
4127         (COMPLETE_OR_VOID_TYPE_P): New macro.
4128         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
4129         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
4130         * c-aux-info.c (gen_type): Use them.
4131         * c-common.c (c_expand_expr_stmt): Likewise.
4132         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
4133         grokdeclarator, grokparms, finish_struct, start_function,
4134         store_parm_decls, combine_parm_decls): Likewise.
4135         * c-parse.y (cast_expr): Likewise.
4136         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
4137         c_size_in_bytes, c_alignof, build_component_ref,
4138         build_indirect_ref, build_array_ref, convert_arguments,
4139         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
4140         * calls.c (initialize_argument_information): Likewise.
4141         * convert.c (convert_to_integer): Likewise.
4142         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
4143         * dwarfout.c (location_or_const_value_attribute,
4144         output_enumeration_type_die, output_structure_type_die,
4145         output_union_type_die, output_type): Likewise.
4146         * expr.c (safe_from_p, expand_expr): Likewise.
4147         * function.c (assign_parms): Likewise.
4148         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
4149         * tree.c (build_array_type, build_function_type,
4150         build_method_type, build_offset_type, build_complex_type): Likewise.
4151         * c-parse.c, c-parse.h: Regenerated.
4152
4153 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4154
4155         * config/c4x/rtems.h: Include config/rtems.h.
4156
4157 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
4158
4159         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
4160         decl is a FUNCTION_DECL
4161
4162 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
4163
4164         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
4165         function uses output registers.  Don't save RP for leaf functions.
4166         Do save RP even if no epilogue.
4167         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
4168         (CALL_USED_REGISTERS): Unmark in registers.
4169         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
4170         to near the middle.
4171
4172 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
4173
4174         * config/rs6000/rs6000.md (bunordered): New expander.
4175         (bordered): New expander.
4176         (buneq): New expander.
4177         (bunge): New expander.
4178         (bungt): New expander.
4179         (bunle): New expander.
4180         (bunlt): New expander.
4181         (bltgt): New expander.
4182  
4183         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
4184         (ccr_bit_negated_p): New function.
4185         (print_operand): For %C, generate appropriate cror for UNEQ,
4186         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
4187
4188 2000-03-20  Andreas Jaeger  <aj@suse.de>
4189
4190         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
4191         warning.
4192
4193         * tree.h (safe_for_unsave): Prototype.
4194
4195 2000-03-20  Richard Henderson  <rth@cygnus.com>
4196
4197         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
4198         (combine_stack_adjustments_for_block): Don't allow sp references
4199         in the side of a set we're not fixing up.
4200         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
4201         after life_analysis.
4202
4203 2000-03-20  Richard Henderson  <rth@cygnus.com>
4204
4205         * calls.c (expand_call): Don't bother generating tail call
4206         sequences if there are pending cleanups.  Use
4207         expand_start_target_temps/expand_end_target_temps to elide
4208         cleanups created during sibcall expansion.
4209
4210 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
4211
4212         * configure.in: Set $IFS to a value if it doesn't already have one
4213         in the --enable-checking handling.
4214         * configure: Regenerate.
4215
4216 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4217
4218         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
4219         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
4220         Regenerated.
4221
4222 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
4223
4224         * jump.c (delete_noop_moves): Remove code attempting to
4225         combine stack adjustments.
4226
4227 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4228
4229         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
4230         * except.c (emit_cleanup_handler): Use them.
4231         (expand_end_all_catch): Likewise.
4232         * function.c (fixup_var_refs): Likewise.
4233         (expand_function_end): Clear catch_clauses_last.
4234         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
4235         * except.h (struct eh_status): New field x_catch_clauses_last.
4236         (catch_clauses_last): New define.
4237
4238         * Makefile.in (tree.o): Depend on HASHTAB_H.
4239         * tree.c: Include hashtab.h.
4240         (struct type_hash): Remove next field.
4241         (TYPE_HASH_SIZE): Remove.
4242         (TYPE_HASH_INITIAL_SIZE): New define.
4243         (type_hash_table): Change type to htab_t.
4244         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
4245         mark_hash_entry): New functions.
4246         (init_obstacks): Allocate type hash.
4247         (type_hash_lookup): Use htab functions.
4248         (type_hash_add, mark_type_hash): Likewise.
4249         (dump_tree_statistics): Call print_type_hash_statistics.
4250
4251 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4252
4253         * rs6000/t-aix41: New file.
4254
4255         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
4256
4257 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
4258
4259         * tm.texi (Driver): Fix typos and tweak entry for
4260         INCLUDE_DEFAULTS.
4261         Move misplaced STRUCT_FORCE_BLK entry ...
4262         (Storage Layout): ... to here.
4263         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
4264
4265 2000-03-19  Richard Henderson  <rth@cygnus.com>
4266
4267         * flow.c (delete_block): Delete the addr_vec along with the block.
4268         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
4269         reference labels.
4270
4271         * fold-const.c (extract_muldiv): Apply type check for defined
4272         overflow to multiply as well as divide.
4273
4274         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
4275
4276 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
4277
4278         * emit-rtl.c (remove_unncessary_notes): Check that all
4279         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
4280         associated NOTE_BLOCK.
4281         * function.h (identify_blocks): Update comments.
4282         (reorder_blocks): Declare.
4283         * function.c (identify_blocks): Don't take paramters.
4284         (reorder_blocks): Don't take parameters.
4285         * loop.h (find_loop_tree_blocks): Remove.
4286         (unroll_block_trees): Likewise.
4287         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
4288         reorder_blocks instead of unroll_block_trees.h
4289         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
4290         * stmt.c (find_loop_tree_blocks): Remove.
4291         (unroll_block_trees): Likewise.
4292         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
4293         in whole-function mode.
4294         * tree.h (reorder_blocks): Remove declaration.
4295
4296         * expr.c: Include intl.h.
4297         * Makefile.in (expr.o): Depend on intl.h.
4298         
4299 2000-03-18  Richard Henderson  <rth@cygnus.com>
4300
4301         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
4302
4303 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
4304
4305         * tree.h (tree_index): Remove enumerals for integer types.
4306         (integer_type_kind): New type.
4307         (integer_types): New variable.
4308         (char_type_node): Adjust.
4309         (signed_char_type_node): Likewise.
4310         (unsigned_char_type_node): Likewise.
4311         (short_integer_type_node): Likewise.
4312         (short_unsigned_type_node): Likewise.
4313         (integer_type_node): Likewise.
4314         (unsigned_type_node): Likewise.
4315         (long_integer_type_node): Likewise.
4316         (long_unsigned_type_node): Likewise.
4317         (long_long_integer_type_node): Likewise.
4318         (long_long_unsigned_type_node): Likewise.
4319         * tree.c (integer_types): New variable.
4320         (init_obstacks): Register it as a root.
4321
4322 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
4323
4324         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
4325         NEXT_INSN. Update last insn in chain.
4326
4327 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
4328
4329         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
4330         with TYPE_DECL_SUPPRESS_DEBUG set.
4331
4332 2000-03-18  Richard Henderson  <rth@cygnus.com>
4333
4334         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
4335
4336 2000-03-18  Richard Henderson  <rth@cygnus.com>
4337
4338         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
4339         care for HALF_PIC_P.
4340         (expander_call_insn_operand): Remove.
4341         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
4342         * i386.h (PREDICATE_CODES): Update.
4343         * i386.md (all call expanders): Remove predicates, remove special
4344         handling for half-pic.
4345         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
4346         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
4347         (sibcall_epilogue): New.
4348
4349 2000-03-17  Richard Henderson  <rth@cygnus.com>
4350
4351         * rtlanal.c (single_set): Reject if the parallel has anything
4352         except SET or USE or CLOBBER.
4353
4354 2000-03-17  Jeff Law  <law@cygnus.com>
4355             Richard Henderson  <rth@cygnus.com>
4356
4357         * Makefile.in (OBJS): Add sibcall.o.
4358         (sibcall.o): New.
4359         * sibcall.c: New file.
4360         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
4361         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
4362         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
4363         Emit sibcall patterns when requested.  Update all callers.
4364         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
4365         elimination seems feasable.
4366         * final.c (leaf_function_p): Sibling calls don't discount being
4367         a leaf function.
4368         * flow.c (HAVE_sibcall_epilogue): Provide default.
4369         (find_basic_blocks_1): Sibling calls don't throw.
4370         (make_edges): Make edge from sibling call to EXIT.
4371         (propagate_block): Don't remove sibcall_epilogue insns.
4372         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
4373         (sibcall_epilogue): New.
4374         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
4375         (identify_blocks_1): Likewise.  Break out from ...
4376         (identify_blocks): ... here.
4377         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
4378         (reorder_blocks): ... here.
4379         (init_function_for_compilation): Zap prologue/epilogue as varrays.
4380         (record_insns): Extend a varray instead of mallocing new memory.
4381         (contains): Read a varray not array of ints.
4382         (sibcall_epilogue_contains): New.
4383         (thread_prologue_and_epilogue_insns): Emit and record
4384         sibcall_epilogue patterns.
4385         (init_function_once): Allocate prologue/epilogue varrays.
4386         * genflags.c (gen_insn): Treat sibcall patterns as calls.
4387         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
4388         Broken out from ...
4389         (save_for_inline_nocopy): ... here.
4390         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns. 
4391         Broken out from ...
4392         (expand_inline_function): ... here.
4393         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
4394         (subst_constants): Handle 'n' formats.
4395         * jump.c (jump_optimize_minimal): New.
4396         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
4397         optimizations if it's set.
4398         * rtl.c (copy_rtx): Do copy jump & call for insns.
4399         * rtl.h (struct rtx_def): Document use of jump and call for insns.
4400         (SIBLING_CALL_P): New.
4401         (sibcall_use_t): New.
4402         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
4403         Invoke optimize_sibling_and_tail_recursive_calls.
4404         * tree.c (lang_safe_for_unsave): New.
4405         (safe_for_unsave): New.
4406         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
4407
4408         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
4409         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
4410         (*sibcall_osf_1, *sibcall_value_osf_1): New.
4411
4412 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
4413
4414         * objc/objc-act.c (encode_method_prototype): Pass types, not
4415         PARM_DECLs, to int_size_in_bytes.
4416
4417 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
4418
4419         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
4420
4421         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
4422         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
4423
4424 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4425
4426         * Clean up usages of TREE_INT_CST_LOW.
4427         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
4428         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
4429         Regenerated.
4430         * c-tree.h (min_precision): Move declaration to here.
4431         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
4432         (build_unary_op, add_pending_init): Use bit_position.
4433         (pending_init_member, process_init_element): Likewise.
4434         (really_start_incremental_init, push_init_level, pop_init_level):
4435         Don't make copies of nodes or modify them in place, use consistent
4436         types when tracking positions, and use tree routines computations.
4437         (set_init_index, output_init_element): Likewise.
4438         (output_pending_init_elements, process_init_element): Likewise.
4439         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
4440         tree_low_cst and int_bit_position; also minor cleanup.
4441         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
4442         (print_cst_octal): Precision is unsigned.
4443         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
4444         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
4445         (simple_type_align_in_bits): Result is unsigned int.
4446         Use tree_int_low_cst and host_integerp.
4447         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
4448         (field_byte_offset): Result is HOST_WIDE_INT.
4449         Change types of internal variables so alignments are unsigned int,
4450         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
4451         Use host_integerp, tree_low_cst, and int_bit_position.
4452         (add_bit_offset_attribute): Likewise.
4453         (add_data_member_location_attribute): Use tree_cst_low.
4454         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
4455         (add_bit_size_attribute): Use tree_low_cst.
4456         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
4457         * dwarfout.c: Similar changes to dwarf2out.c.
4458         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
4459         * genoutput.c (n_occurences): Return -1 for null string.
4460         (strip_whitespace): Accept null string and make into function.
4461         (scan_operands): Reflect above changes.
4462         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
4463         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
4464         * ssa.c (rename_registers): Add missing cast of arg to bzero.
4465         * tree.c (int_size_in_bytes): Check for too big to represent.
4466         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
4467         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
4468         New declarations.
4469         (min_precision): Delete from here.
4470         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
4471         and int_bit_position.
4472         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
4473         (encode_method_def): Likewise.
4474         (build_ivar_list_initializer): Use int_bit_position.
4475         (generate_shared_structures): Convert size.
4476         (encode_type, encode_complete_bitfield): Use integer_zerop.
4477         (encode_bitfield): Use tree_low_cst and int_bit_position.
4478         
4479 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4480
4481         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
4482
4483 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4484
4485         * call.c (special_function_p): It is only malloc if it returns
4486         Pmode.
4487
4488 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4489
4490         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
4491         (C33_FLAG, TARGET_C3X): Add macros.
4492         (TARGET_SWITCHES): Add -m33 option.
4493         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
4494         
4495 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4496         
4497         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
4498         (PARALLEL_PACK_FLAG): Delete.
4499         (TARGET_SWITCHES): Update.
4500         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
4501
4502 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4503
4504         * fold-const.c (fold): Fix a few cases when the returned result
4505         is not of the same type as the input.
4506
4507 2000-03-16  Nick Clifton  <nickc@cygnus.com>
4508
4509         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
4510         warning.
4511
4512 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4513
4514         * libgcc2.h: Move prototypes above macros with the same name.
4515         Wrap some function prototypes in the conditional which indicates
4516         whether they are supported, i.e. "BITS_PER_UNIT == 8".
4517
4518 2000-03-16  Richard Henderson  <rth@cygnus.com>
4519
4520         * calls.c: Revert last two changes.
4521
4522 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
4523
4524         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
4525         has exponent 0 is a zero.
4526
4527         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
4528         HASH may already be nonzero.  Add code/mode into hash value
4529         immediately after repeat label.
4530         (cselib_lookup): Don't leave the hash table in an inconsistent
4531         state before a hash lookup operation.
4532
4533 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
4534
4535         * i386.md (all HI and QI mode non-move patterns):  Conditionize
4536         by TARGET_[HQ]IMODE_MATH.
4537         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
4538         x86_promote_qi_regs): Declare.
4539         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
4540         TARGET_PROMOTE_QI_REGS): New macros.
4541         (PROMOTE_MODE): New macro.
4542         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
4543         x86_promote_qi_regs): New global variables.
4544
4545 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
4546
4547         * calls.c (emit_library_call_value_1): Break out from ...; handle
4548         VOIDmode function calls too.
4549         (emit_library_call_value): ... here.
4550         (emit_library_call): Implement by calling emit_library_call_value_1.
4551
4552 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
4553
4554         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
4555         Update arg_space_so_far on stack adjustments.
4556         (emit_library_call, emit_library_call_value): Likewise; take into
4557         account arg_space_so_far and pending_stack_adjust when calculcating
4558         the boundary.
4559
4560 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
4561
4562         * flow.c: Move all basic block reordering code into its own file.
4563         (create_basic_block): Externalize.
4564         * bb-reorder.c: New file. Copy all basic block reordering code from
4565         flow.c to this file.
4566         (reorder_basic_blocks): Fix fencepost error in for-loop.
4567         (reorder_basic_blocks): Remove braces from single statement for-loops.
4568         * basic-block.h: Add declaration for create_basic_block.
4569         * Makefile.in: Add rules for bb-reorder.o.
4570
4571 2000-03-16  Neil Booth  <NeilB@earthling.net>
4572
4573         * cppinit.c (handle_option):  Implement #unassert directive
4574         as -A- command line option.
4575         (print_help):  Update.
4576         * cpptexi.c:  Update.
4577
4578 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
4579
4580         * md.texi (Standard Names): Document `jump'.
4581
4582 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
4583
4584         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
4585         gotos.
4586
4587 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
4588
4589         Merge changes from newppc-branch onto trunk.
4590
4591         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
4592
4593         * rs6000.c (toc_hash_table): Update for new hash table functions.
4594         (toc_hash_function): Likewise.
4595         (toc_hash_eq): Likewise.
4596         (toc_hash_mark_entry): Likewise.
4597         (toc_hash_mark_table): Likewise.
4598         (output_toc): Likewise.
4599         (rs6000_add_gc_roots): Likewise.
4600
4601         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4602
4603         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
4604         (AR_FLAGS_FOR_TARGET): here.  New macro.
4605
4606         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
4607
4608         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
4609         fpmem_operand) Delete.
4610         (xer_operand) New.
4611         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
4612         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
4613         (rs6000_save_machine_status, rs6000_restore_machine_status, 
4614         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove 
4615         references to above variables.
4616         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
4617         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
4618         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
4619         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
4620         (XER_REGNO_P, XER_REGNO): New.
4621         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
4622         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
4623         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to 
4624         XER_REGNO_P.
4625         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
4626         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
4627         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
4628         
4629         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4630
4631         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
4632         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
4633         * rs6000.h: from here.
4634
4635         * rs6000-protos.h (rs6000_select_section): Provide prototype.
4636         (rs6000_select_rtx_section): Likewise.
4637         (rs6000_encode_section_info): Likewise.
4638         (sdata_section): Likewise.
4639         (sdata2_section): Likewise.
4640         (sbss_section): Likewise.
4641         * sysv4.h (rs6000_select_section): Delete prototype.
4642         (rs6000_select_rtx_section): Likewise.
4643         (rs6000_encode_section_info): Likewise.
4644         (sdata_section): Likewise.
4645         (sdata2_section): Likewise.
4646         (sbss_section): Likewise.
4647         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
4648
4649         * sysv4.h: Delete various unnecessary #undef's and put a comment
4650         on the remaining ones.
4651         Change various comments according to coding standard.
4652
4653         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
4654
4655         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO, 
4656         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
4657         (CR0_REGNO_P) Remove.
4658         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand, 
4659         setup_incoming_varargs, mtcrf_operation, print_operand, 
4660         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue): 
4661         Use the above macros.
4662
4663         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
4664
4665         * config/rs6000/rs6000.md: Added a new alternative for each
4666         pattern that had a 'x' alternative but no 'y' alternative.
4667         Added a new split for each of the above patterns.
4668
4669         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
4670
4671         * aix41.h (ASM_CPU_SPEC): Delete.
4672         (CPP_CPU_SPEC): Delete.
4673
4674         * aix.h (RS6000_OUTPUT_BASENAME): Define.
4675         (ASM_OUTPUT_LABEL): Define.
4676         (ASM_GLOBALIZE_LABEL): Define.
4677         (STRIP_NAME_ENCODING): Define.
4678         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
4679         (STRIP_NAME_ENCODING): Don't define.
4680         (ASM_OUTPUT_LABEL): Don't define.
4681         (ASM_GLOBALIZE_LABEL): Don't define.
4682         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
4683         names, and ASM_OUTPUT_LABEL to output labels, rather than
4684         asm_fprintf.
4685         (ASM_OUTPUT_LABEL): Define.
4686         (ASM_OUTPUT_INT): Use assemble_name.
4687         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
4688         (STRIP_NAME_ENCODING): Don't undefine first.
4689         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
4690         ELF.
4691         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
4692         specified with 'asm' even with -fleading-underscore.
4693         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
4694         (output_epilog): Likewise.
4695         (output_toc): Likewise. 
4696         * tramp.asm: Handle -fleading-underscore correctly.
4697
4698         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
4699         -mminimal-toc.
4700         (nonlocal_goto_receiver): Delete.
4701         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
4702
4703         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
4704         (SET_ASM_OP): Define.
4705         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
4706
4707         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
4708         (ASM_LONG): Define.
4709
4710         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
4711         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
4712
4713         * rs6000.h: Add 'u' to more constants.
4714
4715         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
4716
4717         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
4718
4719         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
4720
4721         * rs6000.c (reg_or_u_cint_operand): New function.
4722         (logical_operand): Handle 64-bit hosts.
4723         (logical_u_operand): New function.
4724         (non_logical_cint_operand): Handle 64-bit hosts.
4725         (non_logical_u_cint_operand): New function.
4726         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
4727         (PREDICATE_CODES): Define new functions.
4728         * rs6000-protos.h: Declare new functions.
4729         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
4730         (movdi_64): Bracket code intended for 64-bit hosts.  Create
4731         CONST_DOUBLE for 32-bit values.
4732         (scc insns): Generate DImode compares.
4733         (mfcr insns): Create DImode versions.
4734         (sge matchers): New patterns.
4735         
4736         2000-02-15  Gabriel Paubert  <paubert@iram.es>
4737
4738         * rs6000.md: Correct instructions length attributes and
4739         constraints on unsigned compare instructions.
4740         (*ne0): Disable for PowerPC64.
4741
4742         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
4743
4744         * rs6000.c (output_function_profiler): Use .long for a 32-bit
4745         quantity, fix profile1.C test failure under -fPIC.
4746
4747         * rs6000.c: Add 'u' to many constants to suppress warnings.
4748         (constant_pool_expr_1): Make static.
4749         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
4750         * rs6000.h: Add 'u' to many constants to suppress warnings.
4751
4752         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
4753         for the start of the TOC, instead of LCTOC..0.
4754         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
4755         of the TOC.
4756         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
4757         (load_toc_aix_di): Use LCTOC..1.
4758
4759         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
4760         * rs6000.c (rs6000_legitimize_address): New function from
4761         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
4762         symbols in the constant pool that really are TOC references.
4763         (print_operand_address): For ELF, write TOC offsets under
4764         -fPIC as subtractions in the insn.
4765         (output_toc): For ELF, define symbols in TOC as normal labels,
4766         to match RTL.
4767         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
4768         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
4769         (create_TOC_reference): Prototype only when RTX_CODE is defined.
4770         * rs6000.md (movsi): Only use create_TOC_reference on
4771         symbols in the constant pool that really are TOC references.
4772
4773         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
4774         * rs6000.c (rs6000_reorg): Delete.
4775         * rs6000-protos.h (rs6000_reorg): Delete.
4776
4777         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
4778
4779         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
4780
4781         * aix.h (SETUP_FRAME_ADDRESSES): Define.
4782         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
4783         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
4784         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
4785         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
4786         rs6000_aix_emit_builtin_unwind_init.
4787         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call 
4788         rs6000_emit_eh_toc_restore on AIX.
4789         (return_eh_si): Use r2.
4790         (return_eh_di): Use r2.
4791
4792         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
4793         since we're breaking binary compatibility anyway.
4794
4795         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
4796
4797         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
4798         constant_pool_expr_p): Declare them.
4799         (constant_pool_expr_p): Declare it.
4800         * config/rs6000/rs6000.c (toc_label_name): Define.
4801         (rs6000_override_options): Set toc_label_name.
4802         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
4803         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
4804         uses_TOC): New functions.
4805         (print_operand): Delete old '*' case.
4806         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
4807         and strip off rtl for TOC before calling output_addr_const.
4808         (rs6000_emit_load_toc_table): Use toc_label_name.
4809         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
4810         the default.
4811         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
4812         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
4813         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
4814         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
4815         into explicit TOC_REGISTER offsets.
4816         (TOC_REGISTER): New macro.
4817         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under 
4818         TARGET_TOC to reference TOC_REGISTER.
4819         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
4820         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call  
4821         uses_TOC before emitting label references.
4822
4823         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
4824
4825         * rs6000.md (stack_tie): Fix warning.
4826
4827         * eabi-ctors.c: Use 'asm' names for the start/end variables,
4828         to handle -fleading-underscore.
4829         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
4830         (USER_LABEL_PREFIX): New macro.
4831         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
4832         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
4833         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
4834         call-linux can use the same multilibs.
4835         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
4836         and call-linux multilibs.  Do multilib with -fleading-underscore.
4837         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
4838         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
4839         to call-aix.
4840
4841         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
4842         have MASK_SOFT_FLOAT set.
4843         (CPP_FLOAT_DEFAULT_SPEC): New macro.
4844         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
4845         CPP_FLOAT_DEFAULT_SPEC.
4846
4847         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
4848         * rs6000.md: Whitespace change.
4849         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
4850         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
4851
4852         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
4853
4854         * rs6000.md (eh_epilogue): New expander.
4855         (eh_reg_restore): New expand/split/insn combination.
4856         (return_eh_si): New insn.
4857         (return_eh_di): New insn.
4858
4859         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
4860         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
4861         * eabi-ctors.c (__do_global_ctors): Register this object's
4862         frame.  Clean up.  Call atexit() after the constructors.
4863         (__do_global_dtors): Deregister this object's frame.  Clean up.
4864         Allow for recursive calls to exit().
4865         * rs6000.c (fixuplabelno): New variable.
4866         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
4867         TARGET_RELOCATABLE, it slows down exec() under linux.
4868         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
4869
4870         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
4871         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
4872         (ASM_OUTPUT_DWARF_DELTA2): New macro.
4873         (ASM_OUTPUT_DWARF_DELTA4): New macro.
4874         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
4875         (ASM_OUTPUT_DWARF_ADDR): New macro.
4876         (ASM_OUTPUT_DWARF_DATA4): New macro.
4877         (ASM_OUTPUT_DWARF_DATA2): New macro.
4878         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
4879         (ASM_OUTPUT_DWARF_OFFSET): New macro.
4880         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
4881
4882         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
4883
4884         * rs6000.c (rs6000_sr_alias_set): New variable.
4885         (rs6000_override_options): Initialise rs6000_sr_alias_set.
4886         (rs6000_emit_stack_tie): New function.
4887         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
4888         in a way that dwarf2out can understand.
4889         (rs6000_frame_related): New function.
4890         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
4891         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
4892         Use rs6000_emit_stack_tie when needed.
4893         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
4894         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
4895         * rs6000.md (stack_tie): New insn.
4896         (return_internal_si): Allow return value to be in the count
4897         register.
4898         (return_internal_di): Likewise.
4899
4900         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
4901
4902         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
4903
4904         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
4905
4906         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
4907
4908         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
4909
4910         * rs6000.md (stmw): Use the right POWER opcode.
4911         (lmw): Likewise.
4912
4913         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4914
4915         * rs6000-protos.h: New file.
4916
4917         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
4918         
4919         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
4920         warnings.
4921         
4922         * sysv4.h: Likewise.
4923
4924         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
4925
4926         * ../../configure.in: Delete powerpcle-*-winnt*
4927         and powerpcle-*-pe|powerpcle-*-cygwin*.
4928         * ../../configure: Regenerated.
4929         * cygwin.h: Delete.
4930         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
4931         (TARGET_WINDOWS_NT): Delete.
4932         (ABI_NT): Delete.
4933         (CALL_NT_DLLIMPORT): Delete.
4934         Delete NT-specific code.
4935         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
4936         * win-nt.h: Delete.
4937         * t-winnt: Delete.
4938         * nt-ci.asm: Delete.
4939         * nt-cn.asm: Delete.
4940         * ntstack.asm: Delete.
4941
4942         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4943
4944         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
4945         (ASM_FILE_START): Likewise.
4946         (ASM_DECLARE_FUNCTION_NAME): Likewise.
4947         (ASM_OUTPUT_LABELREF): Likewise.
4948         (ASM_OUTPUT_SKIP): Likewise.
4949         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
4950         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
4951         (ASM_OUTPUT_CASE_LABEL): Likewise.
4952         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
4953         (ASM_OUTPUT_ASCII): Likewise.
4954
4955         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
4956
4957         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
4958         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
4959         increment rs6000_pic_labelno here.
4960         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
4961         and increment rs6000_pic_labelno here.
4962
4963         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
4964
4965         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
4966         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
4967         allocation knows (reg) is dead before the insn.
4968
4969         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
4970
4971         * rs6000.md (movsi_to_cr): Correct typo in output template.
4972
4973         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
4974
4975         * rs6000.c (rs6000_pic_labelno): Always define.
4976         (rs6000_pic_func_labelno): Delete.
4977         (lmw_operation): Check for a zero base register,
4978         which doesn't mean what we want.
4979         (stmw_operation): New function.
4980         (print_operand): Define new 'l' modifier.
4981         (rs6000_stack_info): We must save all 64 bits of the registers
4982         if TARGET_POWERPC64.
4983         (rs6000_output_load_toc_table): Delete.
4984         (rs6000_emit_load_toc_table): New function.
4985         (rs6000_allocate_stack_space): Delete.
4986         (rs6000_emit_allocate_stack): New function.
4987         (rs6000_emit_prologue): New function.
4988         (output_prolog): Use rs6000_emit_prologue.
4989         (rs6000_emit_epilogue): Change a few variable names to be
4990         more accurate.  Restore all 64 bits of the registers if
4991         TARGET_POWERPC64.  Only restore the FP registers which were used
4992         if they are being saved/restored one-at-a-time.
4993         (output_mi_thunk): Delete inefficient code generation.
4994         (output_function_profiler): Don't use rs6000_output_load_toc_table.
4995         * rs6000.h: Declare rs6000_emit_load_toc_table,
4996         rs6000_allocate_stack_space, stmw_operation.  Don't declare
4997         rs6000_output_load_toc_table.
4998         * rs6000.md (elf_high): Allow register 0, but discourage it
4999         heavily.
5000         (elf_low): Support loading into register 0.
5001         (load_toc_aix_si): New pattern.
5002         (load_toc_aix_di): New pattern.
5003         (load_toc_v4_pic_si): New pattern.
5004         (load_toc_v4_pic_di): New pattern.
5005         (load_toc_v4_PIC_1): New pattern.
5006         (load_toc_v4_PIC_1b): New pattern.
5007         (load_toc_v4_PIC_2): New pattern.
5008         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
5009         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
5010         (prologue): New expander.
5011         (movesi_from_cr): New pattern.
5012         (stmw): New pattern.
5013         (save_fpregs_si): New pattern.
5014         (save_fpregs_di): New pattern.
5015
5016         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5017
5018         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
5019         (movdi): Likewise.
5020         (movhi): Likewise.
5021         (movqi): Likewise.
5022
5023         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5024
5025         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
5026         at present.
5027         (movsi_got_internal): Likewise.
5028         (movsi_got_internal+1): Likewise.
5029         (set_sp): 'unspec 7' does a SImode clobber.
5030
5031         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5032
5033         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
5034         allocate a stack temporary.
5035         (floatsidf2_internal): Likewise.
5036         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
5037         with unspec.
5038         (floatunssidf2): Don't use the fpmem "register", just
5039         allocate a stack temporary.
5040         (floatunssidf2_internal): Likewise.
5041         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
5042         with unspec.
5043         (floatsidf2_loadaddr): Delete.
5044         (floatsidf2_store1): Delete.
5045         (floatsidf2_store2): Delete.
5046         (floatsidf2_load): Delete.
5047         (fix_truncdfsi2): Don't use the fpmem "register", just
5048         allocate a stack temporary.
5049         (fix_truncdfsi2_internal_si): Delete.
5050         (fix_truncdfsi2_internal_di): Delete.
5051         (fix_truncdfsi2_internal): New insn.
5052         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
5053         (fix_truncdfsi2_store): Delete.
5054         (fix_truncdfsi2_load): Delete.
5055         (fctiwz): Produce gen_fctiwz.
5056
5057         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
5058
5059         * eabi.h (INVOKE__main): Define.
5060         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
5061         specially.
5062         (rs6000_emit_prologue): Likewise.
5063         * rs6000.h (struct rs6000_stack): Don't keep track of whether
5064         this is the main program.
5065
5066         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5067
5068         * rs6000.c (rs6000_va_arg): Delete some unused variables.
5069
5070         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5071
5072         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
5073         goes after the argument.
5074
5075         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5076
5077         * rs6000.md: Document 'unspec' values used.
5078         (epilogue): New expander.
5079         (movesi_to_cr_one): New expander.
5080         (movesi_to_cr and following): New pattern.
5081         (lmw): New pattern.
5082         (return_internal_si): New pattern.
5083         (return_internal_di): New pattern.
5084         (return_and_restore_fpregs_si): New pattern.
5085         (return_and_restore_fpregs_di): New pattern.
5086         * rs6000.h: Declare new functions.
5087         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
5088         rather than rs6000_calls_p.
5089         (rs6000_makes_calls): Delete.
5090         (lmw_operation): New function.
5091         (mtcrf_operation): New function.
5092         (rs6000_emit_epilogue): New function.
5093         (output_epilog): Call rs6000_emit_epilogue and final if
5094         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
5095
5096         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5097
5098         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
5099         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
5100         * aix.h (SUBTARGET_SWITCHES): Document switches.
5101         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
5102         sched-prolog and sched-epilog the same.  Document all the
5103         switches.
5104         (TARGET_OPTIONS): No longer allow -mdebug-.
5105
5106         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5107
5108         * rs6000.h (ASM_FILE_END): Move to aix.h.
5109         (EXTRA_SECTIONS): Move to aix.h.
5110         (READONLY_DATA_SECTION): Move to aix.h.
5111         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
5112         (SELECT_SECTION): Move to aix.h.
5113         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
5114         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
5115         (LINK_REGISTER_REGNUM): New definition.
5116         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
5117         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
5118         AIX and SVR4.
5119         * sysv4.h: Delete the code between the inclusion of rs6000.h
5120         and svr4.h.
5121         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
5122         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
5123         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
5124         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
5125         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
5126         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
5127         (fix_truncdfsi2_internal_di): New pattern.
5128         (fix_truncdfsi2_store): The second arg here is Pmode too.
5129         (fix_truncdfsi2_load): The second arg here is Pmode too.
5130         (tablejumpdi): Now that switch tables hold only SImode values,
5131         gcc needs to know how to add them to the pc which is DImode.
5132         * rs6000.c (rs6000_stack_info): Use symbolic name for 
5133         LINK_REGISTER_REGNUM.
5134         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
5135         (output_toc): Delete unused variables s1 and s2.
5136         (output_ascii): Use fputs not fprintf on a variable string.
5137
5138         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
5139
5140         * rs6000.c (processor_target_table): Add power3 as alias for 630.
5141         * aix43.h: Revert Aug 2 change.
5142         (HAS_INIT_SECTION): Define, not visible yet.
5143         (LD_INIT_SWITCH): Define, not visible yet.
5144         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
5145
5146         2000-01-04  Joel Sherrill (joel@OARcorp.com>
5147
5148         * config/rs6000/rtems.h: Include config/rtems.h.
5149
5150         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
5151
5152         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
5153         (SLOW_UNALIGNED_ACCESS): Define.
5154         (CASE_VECTOR_MODE): Always use 32-bit offsets.
5155         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
5156         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
5157         (toc_section): Likewise and .toc pseudo-op.
5158         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
5159         64-bit mode.
5160         (TEXT_SECTION_ASM_OP): Likewise.
5161         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
5162         32-bit offsets.
5163
5164         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
5165
5166         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
5167         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
5168         compiling libgcc2.
5169         
5170         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5171
5172         * rs6000.h: Move more stuff from here...
5173         * aix.h: to here.
5174         * sysv4.h: Cleanup accordingly.
5175         * netware.h: Likewise
5176
5177         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5178
5179         * rs6000.h: Continue cleanup.
5180         * aix.h: Likewise.
5181         * lynx.h: Likewise.
5182         * netware.h: Likewise.
5183         * sol2.h: Likewise.
5184         * sysv4.h: Likewise.
5185         * win-nt.h: Likewise.
5186
5187         * rs6000.h (TARGET_SWITCHES): Add descriptions.
5188         (TARGET_OPTIONS): Likewise.
5189
5190         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
5191         (SUBTARGET_OPTIONS): Likewise.
5192
5193         * rs6000.md: Fix compile time warnings.
5194
5195         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5196
5197         vxworks patches from the Cygnus tree originally by
5198         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
5199         <vmakarov@cygnus.com>.
5200         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
5201         (ENDFILE_SPEC): Likewise.
5202         (LIB_VXWORKS_SPEC): New macro.
5203         (STARTFILE_VXWORKS_SPEC): New macro.
5204         (ENDFILE_VXWORKS_SPEC): New macro.
5205         (LINK_START_VXWORKS_SPEC): New macro.
5206         (LINK_OS_VXWORKS_SPEC): New macro.
5207         (CPP_OS_VXWORKS_SPEC): New macro.
5208         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
5209         * vxppc.h: Rewrite to use proper configuration method.
5210         * vxppcle.h: New file.
5211         * ../../configure.in: Add powerpcle-wrs-vxworks*.
5212         * ../../configure: Rebuilt.
5213
5214         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5215
5216         Lots of changes to rs6000.h, sysv4.h, aix.h,
5217         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
5218         with the aim that rs6000.h is the first header
5219         included and the others override it.
5220         * aix.h: New file.
5221
5222         * x-aix41-gld: Remove.  
5223         * x-aix43: Remove.
5224         * x-aix41: Remove target-specific switches, and don't specify
5225         -Wl,-bbigtoc as we don't need it any more.
5226         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
5227         Use t-aix43 for AIX 4.3 and above.
5228         * ../../configure: Regenerated.
5229
5230         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
5231         options, that don't do anything yet.
5232         (MASK_SCHED_PROLOG): New macro.
5233         (MASK_SCHED_EPILOG): New macro.
5234         (TARGET_SCHED_PROLOG): New macro.
5235         (TARGET_SCHED_EPILOG): New macro.
5236
5237         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5238
5239         * rs6000.c: Correct comment, the `minimal' TOCs are actually
5240         one per translation unit, not one per function.
5241         (output_toc): Also do duplicate constant elimination
5242         for per-translation-unit TOCs.
5243
5244         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
5245         a comment explaining _exactly_ when this pattern gets used.
5246         (builtin_setjmp_receiver): New pattern for better clarity.
5247         (init_v4_pic): Move it into a section dealing with TOC registers.
5248
5249         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
5250
5251         * rs6000.c (toc_hash_table): New variable.
5252         (rs6000_hash_constant): New function.
5253         (toc_hash_function): New function.
5254         (toc_hash_eq): New function.
5255         (toc_hash_mark_entry): New function.
5256         (toc_hash_mark_table): New function.
5257         (output_toc): Don't output duplicate TOC entries in
5258         a single file.
5259         (rs6000_add_gc_roots): Add the hash table as a GC root.
5260         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
5261         where they clearly shouldn't be.  This may need to be fixed
5262         later when there is a GNU ar for AIX.
5263         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
5264         Don't define BOOT_LDFLAGS as it is now not necessary.
5265
5266         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
5267
5268         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
5269         for va_list on AIX.  Use unsigned_char_type_node rather than
5270         constructing our own version on svr4.
5271
5272         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
5273
5274         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
5275         since patently it's not.
5276
5277         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
5278
5279         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
5280         define_expand/define_insn pair, and handle restore of the
5281         SVR4 -fpic register.
5282
5283 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
5284
5285         * acconfig.h (HAVE_GAS_WEAK): New define.
5286         * configure.in (assembler weak support): Check for .weak support.
5287         * config.in, configure: Rebuilt.
5288         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
5289         HAVE_GAS_WEAK is defined.
5290
5291 2000-03-15  Nick Clifton  <nickc@cygnus.com>
5292
5293         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
5294         asm_fprintf().
5295
5296 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
5297
5298         * cppfiles.c (open_include_file): New function.
5299         (find_include_file, cpp_read_file): Use it.
5300
5301 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
5302
5303         * cpphash.c (dump_hash_helper): Take the slot, not the element.
5304
5305 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
5306
5307         * flow.c (verify_flow_info): Check for unconditional return.
5308
5309 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
5310
5311         * config/ia64/ia64.md (restore_stack_nonlocal): New.
5312         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
5313         (__ia64_restore_stack_nonlocal): New.
5314         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
5315
5316 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5317
5318         * cpphash.c (collect_formal_parameters): Do not complain about
5319         parameter names that just start with `__VA_ARGS__'.
5320
5321 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
5322
5323         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
5324         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
5325         * i386.c (pentiumpro_cost): Set mul cost to 4.
5326         (x86_use_movx): Set for PPro.
5327
5328 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
5329
5330         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
5331         STACK_BOUNDARY for empty frames now.
5332
5333 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
5334
5335         * stor-layout.c (layout_union): Remove.
5336         (layout_union_field): New function, split out from layout_union.
5337         (finish_union_layout): Likewise.
5338         (layout_field): Handle unions by calling layout_union_field.
5339         (finish_record_layout): Handle unions.
5340         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
5341         QUAL_UNION_TYPE handling.
5342
5343 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
5344
5345         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
5346         end of basic block is jump_insn, not barrier; use create_basic_block
5347         instead of creating basic block by hand.
5348
5349 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
5350
5351         * flow.c (reorder_basic_blocks): Account for barriers when writing
5352         over NEXT_INSN (last_bb->end).
5353         (verify_flow_info): Add check for missing barriers.
5354
5355 2000-03-14  Greg McGary  <gkm@gnu.org>
5356
5357         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
5358         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
5359         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
5360         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
5361         __unbounded, __unbounded__): New keywords.
5362         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
5363         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
5364         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
5365
5366 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
5367
5368         * cselib.h: New file.
5369         * alias.c: Include "cselib.h".
5370         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
5371         MEMs as two new arguments.
5372         (get_addr): New static function.
5373         (find_base_term): Handle VALUEs.
5374         (memrefs_conflict_p): Likewise.
5375         (true_dependence): Call get_addr on the addresses.
5376         Call fixed_scalar_and_varying_struct_p with addresses that have been
5377         passed through get_addr and canon_rtx.
5378         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
5379         with true_dependence.
5380         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
5381         * loop.c: Include "cselib.h".
5382         (load_mems): Process extended basic block that enters the loop with
5383         cselib.  Use that information to change initialization of the shadow
5384         register so that a constant equivalence is seen by later passes.
5385         * reload1.c: Include "cselib.h".
5386         (reload_cse_invalidate_regno): Delete function.
5387         (reload_cse_mem_conflict_p): Likewise.
5388         (reload_cse_invalidate_mem): Likewise.
5389         (reload_cse_invalidate_rtx): Likewise.
5390         (reload_cse_regno_equal_p): Likewise.
5391         (reload_cse_check_clobber): Likewise.
5392         (reload_cse_record_set): Likewise.
5393         (reg_values): Delete static variable.
5394         (invalidate_regno_rtx): Likewise.
5395         (reload_cse_delete_noop_set): New static function.
5396         (reload_cse_simplify): New static function, broken out of
5397         reload_cse_regs_1.
5398         (reload_cse_noop_set_p): Delete unused argument INSN.
5399         Just call rtx_equal_for_cselib_p on set source and destination.
5400         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
5401         reload_cse_delete_noop_set.  Delete code to keep track of values; use
5402         cselib functions instead.  Delete code to push/pop obstacks.
5403         (reload_cse_simplify_set): Use cselib to find equivalent values.
5404         Delete code to push/pop obstacks.
5405         (reload_cse_simplify_operands): Likewise.
5406         * rtl.def (VALUE): New rtx code.
5407         * rtl.h (union rtunion_def): New elt rt_cselib.
5408         (X0CSELIB, CSELIB_VAL_PTR): New macros.
5409         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
5410         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
5411         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
5412         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
5413         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
5414         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
5415         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
5416         cselib_record_set, cselib_record_sets): New static functions.
5417         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
5418         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
5419         references_value_p): New functions.
5420         (MAX_USELESS_VALUES, REG_VALUES): New macros.
5421         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
5422         n_useless_values, reg_values, callmem, cselib_obstack,
5423         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
5424         New static variables.
5425         * varray.h (union varray_data_tag): New elt te.
5426         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
5427         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
5428         dependencies.
5429
5430 2000-03-14  Nick Clifton  <nickc@cygnus.com>
5431
5432         * gcc.c (do_spec_1): Catch the case where %* is used in a
5433         substitution pattern, but it has not been initialised.
5434         Issue a meaningful error message if an unrecognised operator
5435         is encountered in a spec string.
5436
5437 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
5438
5439         * function.c (prepare_function_start): Correctly initialize
5440         cfun->stack_alignment_needed.
5441
5442 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
5443
5444         * cppfiles.c (find_include_file): Don't assume nshort is a
5445         substring of name.
5446
5447 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
5448
5449         * configure.in (hppa configurations): Add pa32-regs.h to the
5450         list of tm files as appropriate.
5451         * configure: Rebuilt.
5452         * pa.c (compute_frame_size): Remove explicit knowledge about FP
5453         register numbering.
5454         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
5455         (fmpyaddoperands, fmpysuboperands): Likewise.
5456         * pa.h: Remove various definitions which depend on knowing
5457         how registers are numbered.
5458         * pa32-regs.h: New file with PA32 register numbering specific
5459         definitions.
5460
5461 2000-03-14  Richard Henderson  <rth@cygnus.com>
5462
5463         * regmove.c (combine_stack_adjustments): New.
5464         (stack_memref_p, single_set_for_csa): New.
5465         (free_csa_memlist, record_one_stack_memref): New.
5466         (try_apply_stack_adjustment): New.
5467         (combine_stack_adjustments_for_block): New.
5468         * rtl.h (combine_stack_adjustments): Declare.
5469         * toplev.c (rest_of_compilation): Call it.
5470
5471         * i386.md: Revert 2000-01-16 change.
5472
5473 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5474
5475         * gccbug.in: Add web category, gcc specific classes.
5476
5477 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
5478
5479         * stor-layout.c (finalize_record_size): Fix typo.
5480
5481 2000-03-14  Stan Shebs  <shebs@apple.com>
5482
5483         * c-typeck.c (c_alignof): Error on incomplete types.
5484         * extend.texi (Alignment): Document this.
5485
5486 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
5487
5488         * cppfiles.c: Include mkdeps.h.
5489         (find_include_file, read_include_file): Remove _cpp_ prefix
5490         from name, make static.
5491         (_cpp_execute_include): New function, broken out of
5492         do_include.
5493
5494         * cpplib.c: Don't include mkdeps.h.
5495         (struct directive): Remove type field. Reorder entries.  The
5496         function takes only one argument.
5497         (struct if_stack): Make type field an int.
5498         (directive_table): Rename to dtable.  Generate it, the
5499         prototypes of the directive handlers, and the enum for the
5500         directive numbers, from a template macro.
5501         (do_ifndef, do_include_next, do_import): New functions.
5502         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
5503         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
5504         do_ident, do_assert, do_unassert, do_sccs): Take only one
5505         argument.
5506         (do_sccs): Define always, but alter behavior based on
5507         SCCS_DIRECTIVE.
5508         (_cpp_handle_directive, consider_directive_while_skipping):
5509         Restructure for new directive table layout.
5510
5511         (pass_thru_directive): Take a directive number, not a pointer
5512         to a struct directive.
5513         (parse_include): New function, broken out of do_include.
5514         (do_include, do_import, do_include_next): Use parse_include
5515         and _cpp_execute_include.
5516         (do_elif, do_else): Test for T_ELSE specifically when checking
5517         for #elif/#else after #else.
5518         (parse_ifdef): New function, broken out of do_ifdef.
5519         (validate_else): Expect a name arg without a leading #.
5520         (if_directive_name): Delete.
5521         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
5522         directive handlers with only one argument.
5523
5524         * cpphash.h: Update prototypes.
5525         (enum node_type): Remove entries for directives.
5526         * Makefile.in: Update dependencies.
5527
5528         * cpphash.c (dump_hash_helper): Only dump nodes of type
5529         T_MACRO.  Emit a newline after each definition.
5530
5531 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5532
5533         * gccbug.in: New file.
5534         * configure.in (all_outputs): Add gccbug.
5535         * Makefile.in (install-common): Install gccbug.
5536         (GCCBUG_INSTALL_NAME): New variable.
5537         * configure: Rebuilt.
5538         
5539 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
5540
5541         * function.c (put_var_into_stack): Use type_for_mode to calculate
5542         part_type.  Use MEM_SET_IN_STRUCT_P.
5543         * expr.c (store_field): Handle CONCAT.
5544         (store_constructor): Use fields_length.
5545         * tree.c (fields_length): New fn.
5546         * tree.h: Declare it.
5547
5548 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
5549
5550         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
5551         (cpplex.o): New target.
5552         * po/POTFILES.in: Add cpplex.c.
5553
5554         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
5555         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
5556         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
5557         skip_block_comment, skip_line_comment, skip_comment,
5558         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
5559         _cpp_parse_name, skip_string, parse_string,
5560         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
5561         _cpp_get_directive_token, find_position,
5562         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
5563         (maybe_macroexpand, _cpp_lex_token): New functions.
5564
5565         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
5566         parse_goto_mark): Delete.
5567         (_cpp_handle_eof): New function.
5568         (_cpp_handle_directive): Rename from handle_directive.
5569         (_cpp_output_line_command): Rename from output_line_command.
5570         (do_if, do_elif): Call _cpp_parse_expr directly.
5571         * cppfiles.c (_cpp_read_include_file): Don't call
5572         init_input_buffer here.
5573         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
5574         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
5575         here; pop the token_buffer and skip the rest of the line here.
5576         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
5577         here.
5578
5579         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
5580         Define here.
5581         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
5582         CPP_GOTO_MARK): New macros.
5583         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
5584         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
5585         _cpp_read_and_prescan, _cpp_init_input_buffer,
5586         _cpp_grow_token_buffer, _cpp_get_directive_token,
5587         _cpp_handle_directive, _cpp_handle_eof,
5588         _cpp_output_line_command): Prototype them here.
5589         * cpplib.h (enum cpp_token): Add CPP_MACRO.
5590         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
5591         quote_string, output_line_command): Remove.
5592
5593 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
5594
5595         * stmt.c (expand_end_case): RANGE may be signed, and when checking
5596         whether it is too large we must also verify that it isn't negative.
5597
5598 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
5599
5600         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
5601         (movsi_zero_liveg0): Remove.
5602         (movsf_insn_novis_liveg0): Remove.
5603         (negsi2): Remove.
5604         (negsi2_not_liveg0): Rename to negsi2.
5605         (one_cmplsi2): Remove.
5606         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
5607         (one_cmplsi2_liveg0): Remove.
5608         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
5609         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
5610         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
5611         (PREDICATE_CODES): Remove zero_operand.
5612         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
5613         TARGET_BROKEN_SAVERESTORE.
5614         (zero_operand): Remove.
5615         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
5616         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
5617         options.
5618         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
5619         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
5620         TARGET_BROKEN_SAVERESTORE): Remove.
5621         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5622         Remove.
5623         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5624         Remove.
5625         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5626         Remove.
5627
5628         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
5629
5630 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
5631
5632         * cpplib.c (do_pragma_implementation): Fix off-by-one error
5633         truncating a string.  Don't assume tokens are nul terminated.
5634         Problem noted by Andreas Jaeger <aj@suse.de>
5635
5636 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
5637
5638         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
5639         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
5640         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
5641
5642 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
5643
5644         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
5645         STRUCTURE_SIZE_BOUNDARY.
5646
5647 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
5648
5649         * tree.h (record_layout_info_s): New structure.
5650         (record_layout_info): New type.
5651         (new_record_layout_info): New function.
5652         (layout_field): Likewise.
5653         (finish_record_layout): Likewise.
5654         * stor-layout.c (layout_record): Remove.
5655         (new_record_layout_info): New function.
5656         (layout_field): New function, broken out from layout_record.
5657         (finalize_record_size): Likewise.
5658         (compute_record_mode): Likewise.
5659         (finalize_type_size): New function, broken out from layout_type.
5660         (finish_record_layout): Likewise.
5661         (layout_type): Use them.
5662         
5663 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
5664
5665         * cpphash.c: Don't include version.h.
5666         (special_symbol) [case T_VERSION]: Look for the string in
5667         hp->value.cpval; don't use version_string.
5668         * cppinit.c (initialize_builtins): Set hp->value.cpval for
5669         __VERSION__ to version_string.
5670         * Makefile.in (cpphash.o): Update deps.
5671
5672 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
5673
5674         Convert cpplib to use libiberty/hashtab.c.
5675
5676         * cpplib.h (struct cpp_reader): Make hashtab and
5677         all_include_files of type 'struct htab *'.  Delete HASHSIZE
5678         and ALL_INCLUDE_HASHSIZE macros.
5679
5680         * cpphash.h: Update prototypes.
5681         (struct hashnode): Remove next, prev, and bucket_hdr members.
5682         Make length a size_t.  Add hash member.
5683         (struct ihash): Remove next member.  Add hash member.  Make
5684         name a flexible array member.
5685
5686         * cppfiles.c: Include hashtab.h.
5687         (include_hash): Delete.
5688         (IHASHSIZE): New macro.
5689         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
5690         (cpp_included): Do the hash lookup here.
5691         (_cpp_find_include_file): Rewrite.
5692         (cpp_read_file): Put the "fake" hash entry into the hash
5693         table.  Honor the control_macro, if it turns out we've seen
5694         the file before.  Don't push the buffer here.
5695         (_cpp_read_include_file): Push the buffer here.
5696         (OMODES): New macro.  Use it whenever we call open(2).
5697
5698         * cpphash.c: Include hashtab.h.
5699         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
5700         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
5701         _cpp_lookup_slot): New functions.
5702         (HASHSIZE): new macro.
5703         (hashf, _cpp_install, _cpp_delete_macro): Delete.
5704         (_cpp_lookup): Use hashtab.h routines.
5705
5706         * cppinit.c: Include hashtab.h.
5707         (cpp_reader_init): Call _cpp_init_macro_hash and
5708         _cpp_init_include_hash.  Don't allocate hashtab directly.
5709         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
5710         pfile->all_include_files.
5711         (initialize_builtins): Use _cpp_make_hashnode and
5712         htab_find_slot to add hash entries.
5713         (cpp_finish): Just call _cpp_dump_macro_hash.
5714         * cpplib.c: Include hashtab.h.
5715         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
5716         create hash entries.
5717         (do_pragma_poison, do_assert): Likewise.
5718         (do_include): Don't push the buffer here.  Don't increment
5719         system_include_depth unless _cpp_read_include_file succeeds.
5720         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
5721         or htab_remove_elt.
5722         (do_pragma_implementation): Use alloca to create copy.
5723
5724         * Makefile.in: Update dependencies.
5725
5726 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5727
5728         * cppinit.c (cl_directive_handler): More K&R fixing.
5729
5730 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
5731
5732         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
5733         STACK_BOUNDARY.
5734         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
5735
5736 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5737
5738         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
5739         Change from char[] to macros.
5740
5741 2000-03-12  Neil Booth  <NeilB@earthling.net>
5742
5743         * cppinit.c (cpp_start_read): Update indirect function
5744         call to K&R C.
5745
5746 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
5747
5748         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
5749         entry.
5750
5751         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
5752         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
5753
5754 2000-03-11  Neil Booth  <NeilB@earthling.net>
5755
5756         * cppinit.c (struct pending option): Replace undef with a 
5757         pointer to a directive handling routine.
5758         (struct cpp_pending): Replace separate assert_ and define_ 
5759         lists with one directive_ list.
5760         (new_pending_define): Rename new_pending_directive. Extra
5761         argument is the directive's handling routine.
5762         (handle_option): Update to use new_pending_directive.
5763
5764 2000-03-11  Neil Booth  <NeilB@earthling.net>
5765
5766         * cppfiles.c (file_cleanup, _cpp_find_include_file,
5767         remap_filename, _cpp_read_include_file, actual_directory,
5768         hack_vms_include_specification): Replace bcopy(), index() etc
5769         calls.  Add casts to some allocations.  Make some variables
5770         pointers to const [unsigned] char.
5771         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
5772         collect_formal_parameters): Similarly.
5773         * cppinit.c (struct pending_option, append_include_chain,
5774         cpp_options_init, cpp_reader_init, initialize_standard_includes,
5775         cpp_start_read, new_pending_define, handle_option): Similarly.
5776         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
5777         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
5778         do_pragma_implementation, detect_if_not_defined,
5779         do_ifdef, skip_if_group, cpp_get_token, parse_string,
5780         do_assert, do_unassert): Similarly.
5781         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
5782         function prototypes.
5783         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.   
5784
5785 2000-03-10  Richard Henderson  <rth@cygnus.com>
5786
5787         * builtins.c (expand_builtin_strlen): Revert last change.
5788         Use emit_insn_before if we're at the beginning of a sequence.
5789
5790 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
5791
5792         * builtins.c (expand_builtin_strlen): Make sure that we have something
5793         at the beginning of the sequence.
5794
5795         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
5796         deferred inlines.
5797
5798         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
5799
5800 2000-03-10  Richard Henderson  <rth@cygnus.com>
5801
5802         * except.c (can_throw): Use INTVAL on a CONST_INT.
5803         (reachable_handlers): Likewise.
5804         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
5805
5806 2000-03-10  Andreas Jaeger  <aj@suse.de>
5807
5808         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
5809         MD_STARTFILE_PREFIX since those are not needed on linux.
5810         (ASM_FILE_START): New, from mips/gnu.h.
5811
5812 2000-03-09  Richard Henderson  <rth@cygnus.com>
5813             Alex Samuel  <samuel@codesourcery.com> and others
5814         
5815         * Makefile.in (ssa.o): New rule.
5816         (OBJS): Add ssa.o.
5817         (STAGESTUFF): Add *.ssa and *.ussa.
5818         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
5819         * rtl.def (PHI): New RTL expression.
5820         * rtl.h (clear_log_links): New declaration.
5821         (convert_to_ssa): Likewise.
5822         (convert_from_ssa): Likewise.
5823         * flow.c (split_edge): If the entry node falls through to the
5824         split edge's source block, split the entry edge.
5825         (clear_log_links): New function.
5826         * toplev.c (ssa_dump): New variable.
5827         (flag_ssa): Likewise.
5828         (f_options): Add "ssa".
5829         (compile_file): Create SSA dump files.
5830         (rest_of_compilation): Go to and from SSA if enabled.
5831         (decide_d_option): Handle -de for SSA dump files.
5832         * ssa.c: New file.
5833         
5834 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
5835
5836         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
5837         same as VAR_DECL.
5838
5839 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
5840
5841         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
5842
5843 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
5844
5845         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
5846         (MD_STARTFILE_PREFIX_1): New macro.
5847
5848 2000-03-09  Robert Lipe  <robertl@sco.com>
5849
5850         * config/ia64/ia64.c: Include system.h.
5851
5852 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
5853
5854         * except.c (nothrow_function_p): If -fno-exceptions, just return.
5855         (init_eh_nesting_info): Likewise.
5856
5857         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
5858         (TREE_NOTHROW): Rename from TREE_RAISES.
5859         * toplev.c (rest_of_compilation): Set it.
5860         * print-tree.c (print_node): Adjust.
5861         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
5862         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
5863         * calls.c (emit_call_1): Add 'nothrow' parm.  Add 
5864         REG_EH_REGION note as appropriate.
5865         (libfunc_nothrow): New fn.
5866         (emit_library_call, emit_library_call_value): Use it.
5867         (expand_call): Check TREE_NOTHROW.
5868
5869         * varasm.c (make_decl_rtl): Skip initial '*' when setting
5870         DECL_ASSEMBLER_NAME.
5871
5872 2000-03-09  Andreas Jaeger  <aj@suse.de>
5873
5874         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
5875         (TARGET_MEM_FUNCTIONS): Define.
5876
5877 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
5878
5879         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
5880
5881         * except.c (can_throw): See through a SEQUENCE.
5882         (nothrow_function_p): New fn.
5883         * except.h: Declare it.
5884         * function.c (current_function_nothrow): New var.
5885         (prepare_function_start): Initialize it.
5886         * output.h: Declare it.
5887         * toplev.c (rest_of_compilation): Set it.
5888         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
5889
5890 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
5891
5892         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
5893         match.  (cpp_compare_defs): Count the nul separator when
5894         advancing over argument names.
5895
5896 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
5897
5898         * recog.c (preprocess_constraints): Matching constraints affect
5899         same alternative/different operand, not same operand/different
5900         alternative.
5901         
5902         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
5903         register and a constant specially.
5904
5905 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5906
5907         * libgcc2.h: New file.
5908         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
5909
5910 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
5911
5912         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
5913         * configure: Regenerate.
5914         * config/ia64: New.
5915
5916 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
5917
5918         * Makefile.in (LIBCPP_DEPS): New macro.
5919         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
5920         it to declare deps.
5921         * cpperror.c: Include cpphash.h.
5922         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
5923         dingleberry.
5924         (lex): Don't use CPP_WARN_UNDEF.
5925         (_cpp_parse_expr): Return an int, the truth value.
5926         * cppfiles.c: Include cpphash.h.
5927         (_cpp_merge_include_chains): Move to cppinit.c and make static.
5928         * cppinit.c (include_defaults_array): Disentangle.
5929         (cpp_cleanup): Don't free the if stack here.
5930         (cpp_finish): Pop off all buffers, not just one.
5931         * cpplib.c (eval_if_expr): Return int.
5932         (do_xifdef): Rename do_ifdef.
5933         (handle_directive): Don't use CPP_PREPROCESSED. 
5934         (cpp_get_token): Don't use CPP_C89.
5935         * fix-header.c: Don't use CPP_OPTIONS.
5936
5937         * cpplib.h: Move U_CHAR, enum node_type, struct
5938         file_name_list, struct ihash, is_idchar, is_idstart,
5939         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
5940         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
5941         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
5942         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
5943         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
5944         of _cpp_simplify_pathname, _cpp_find_include_file,
5945         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
5946         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
5947         cppinit.c.
5948         Change all uses of U_CHAR to be unsigned char instead.
5949         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
5950
5951 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
5952
5953         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
5954         (dwarf2out_begin_prologue): Set it.
5955         (output_call_frame_info): Don't emit EH unwind info for leaves.
5956
5957         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
5958         can occur outside of an EH region.
5959         * except.c: Correct comments about rethrow behavior.
5960         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
5961
5962 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
5963
5964         * flow.c (make_edges): Always call make_eh_edge for calls.
5965
5966 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
5967
5968         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
5969         (struct cpp_buffer): Remove fname and underflow fields.
5970         (struct cpp_reader): Remove get_token field.
5971         (struct include_hash): Rename to struct ihash.  Add typedef to
5972         IHASH.
5973         (struct if_stack): Remove fname field.
5974         (IF_STACK_FRAME): Rename to IF_STACK.
5975
5976         * cpperror.c (print_containing_files): Trust that there are no
5977         macro buffers below the top file buffer.
5978         * cppfiles.c: Replace all references to 'struct include_hash'
5979         with 'IHASH'.  Rename initialize_input_buffer to
5980         init_input_buffer.  Don't set or reference cpp_buffer->fname,
5981         use buffer->ihash->name instead.
5982         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
5983         not CPP_NULL_BUFFER.
5984         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
5985         IF_STACK_FRAME, IHASH not struct include_hash.
5986         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
5987         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
5988         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
5989         references to cpp_buffer->fname (delete entirely, or use
5990         ->ihash->name instead) and IF_STACK->fname.
5991         (cpp_push_buffer): Don't set new->underflow.
5992         (do_include): Use cpp_file_buffer.
5993
5994         * cpphash.c (collect_formal_parameters): Remove duplicate
5995         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
5996         used as a macro argument name.  Don't append "..." to namebuf
5997         for varargs macros.  After we're done scanning, go through
5998         namebuf and make it NUL separated, not comma separated.
5999         (_cpp_compare_defs): Remove register tag from variables.
6000         Expect defn->argnames to be NUL separated.
6001         (_cpp_dump_definition): Expect defn->argnames to be NUL
6002         separated and in forward order.
6003         * cpphash.h: Update documentation of argnames field.
6004
6005 2000-03-08  Richard Henderson  <rth@cygnus.com>
6006
6007         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
6008         to fail.  Don't pre-expand the source operand.
6009
6010         * i386.md (strlensi): Initialize eoschar and align before use.
6011
6012 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
6013
6014         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
6015         CONSTRUCTOR element.
6016
6017 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
6018
6019         * mips.c (mips_expand_prologue): If the last 
6020         named argument is the vararg marker "va_list", treat it as
6021         an unnamed argument.
6022
6023 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
6024
6025         * dbxout.c (dbxout_parms): When correcting for promoted 
6026         big-endian parameters, use the mode of the DECL_RTL rather 
6027         than UNITS_PER_WORD.
6028
6029 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
6030
6031         * c-common.h (make_fname_decl): Declare.
6032         * c-common.c (make_fname_decl): Define.
6033         (declare_hidden_char_array): Remove.
6034         (declare_function_name): Use make_fname_decl.
6035         * c-decl.c (c_make_fname_decl): New function.
6036         (init_decl_processing): Set make_fname_decl.
6037
6038 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
6039
6040         * cccp.c (handle_directive): Initialize backslash_newlines_p.
6041
6042 2000-03-07  Philipp Thomas  <pthomas@suse.de>
6043
6044         * po/POTFILES.in: Remove cppalloc.c from file list.
6045
6046 2000-03-07  Steve Chamberlain  <sac@pobox.com>
6047
6048         * pj.c (pj_expand_prologue): current_function->args_info is
6049         now current_function_args_info.  
6050
6051         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
6052         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
6053         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
6054
6055 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6056
6057         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
6058         output as hexadecimal rather than the default octal.
6059
6060 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
6061
6062         * cpphash.c (special_symbol): Fix thinko in previous commit.
6063
6064 2000-03-07  Neil Booth  <NeilB@earthling.net>
6065
6066         * cppexp.c (struct operation, left_shift, right_shift,
6067         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
6068         "int"s to "unsigned int"s.
6069         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
6070         Similarly.
6071         * cpplib.h: Update for above.
6072         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
6073         returned from allocations.
6074
6075         * cppinit.c (opt_comp, parse_options): New functions.
6076         (handle_option): Use parse_option to parse a single command
6077         line option, that possibly takes an argument.
6078         (cpp_handle_options): Sort the array of command line options on
6079         first invocation (non-ASCII hosts only).
6080         (print_help): Update.
6081
6082 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
6083
6084         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
6085         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
6086         
6087         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
6088         initialized.
6089         * cppinit.c (cpp_cleanup): Free imp->nshort also.
6090
6091         * cpperror.c (cpp_print_containing_files,
6092         cpp_print_file_and_line, v_cpp_message): Rename to
6093         print_containing_files, print_file_and_line, and v_message.
6094         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
6095         to _cpp_parse_expr, parse_escape, and lex.
6096         (parse_charconst): Remove broken multibyte support.
6097         * cppfiles.c (include_hash): Make static.
6098         (cpp_included): New function.
6099         (merge_include_chains, find_include_file, finclude,
6100         simplify_pathname): Rename to _cpp_merge_include_chains,
6101         _cpp_find_include_file, _cpp_read_include_file, and
6102         _cpp_simplify_pathname.
6103         * cpphash.c (cpp_lookup, free_definition, delete_macro,
6104         cpp_install, create_definition, macroexpand, compare_defs,
6105         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
6106         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
6107         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
6108         * cppinit.c (cpp_handle_option): Rename to handle_option, make
6109         static.
6110         * cpplib.c: Remove extern prototype of cpp_parse_expr.
6111
6112         * cpphash.h: Update prototypes.
6113         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
6114
6115 2000-03-07  Andrew Haley  <aph@cygnus.com>
6116
6117         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
6118         PTRDIFF_TYPE should be based solely on Pmode.
6119         (SIZE_TYPE): ditto.
6120
6121 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6122
6123         * rtl.h (rtunion_def): Constify member `rtstr'.
6124         (emit_line_note_after, emit_line_note, emit_line_note_force,
6125         emit_note, decode_asm_operands): Constify.
6126         
6127         * cse.c (canon_hash): Likewise.
6128
6129         * dbxout.c (dbxout_block): Likewise.
6130
6131         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
6132         v_warning_for_asm): Likewise.
6133
6134         * dwarfout.c (function_start_label): Likewise.
6135
6136         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
6137         emit_line_note_force): Likewise.
6138
6139         * final.c (last_filename, asm_insn_count, final_scan_insn,
6140         output_source_line): Likewise.
6141
6142         * function.h (struct emit_status): Likewise.
6143
6144         * gcse.c (hash_expr_1): Likewise.
6145
6146         * genattr.c (gen_attr, main): Likewise.
6147
6148         * genattrtab.c (struct function_unit, current_alternative_string,
6149         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
6150         attr_numeral, check_attr_test, check_attr_value,
6151         convert_set_attr_alternative, convert_set_attr,
6152         compute_alternative_mask, simplify_by_exploding, gen_attr,
6153         gen_unit): Likewise.
6154
6155         * genflags.c (gen_insn): Likewise.
6156
6157         * gengenrtl.c (type_from_format): Likewise.
6158
6159         * genopinit.c (gen_insn): Likewise.
6160
6161         * genoutput.c (n_occurrences, process_template, process_template):
6162         Likewise.
6163
6164         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
6165         Likewise.
6166
6167         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
6168         Likewise.
6169
6170         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
6171         ggc_set_mark, ggc_get_size): Likewise.
6172
6173         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
6174
6175         * optabs.c (init_one_libfunc): Likewise.
6176
6177         * output.h (assemble_start_function): Likewise.
6178
6179         * recog.c (decode_asm_operands): Likewise.
6180
6181         * toplev.c (rest_of_compilation): Likewise.
6182
6183         * tree.h (emit_line_note_after, emit_line_note,
6184         emit_line_note_force): Likewise.
6185
6186         * varasm.c (asm_output_bss, asm_output_aligned_bss,
6187         asm_emit_uninitialised, assemble_start_function,
6188         assemble_variable, const_hash, compare_constant_1,
6189         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
6190
6191         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
6192
6193         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
6194
6195         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
6196
6197         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
6198
6199         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
6200         arm_dllimport_name_p): Likewise.
6201
6202         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
6203         Likewise.
6204
6205         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
6206
6207         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6208
6209         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
6210         arm_mark_dllexport, arm_mark_dllimport,
6211         arm_pe_encode_section_info): Likewise.
6212
6213         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
6214         ASM_FINISH_DECLARE_OBJECT): Likewise.
6215
6216         * arm/thumb.c (thumb_function_prologue): Likewise.
6217
6218         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
6219
6220         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6221
6222         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
6223
6224         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
6225
6226         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
6227
6228         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6229
6230         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
6231         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
6232
6233         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
6234
6235         * i386/i386.c (asm_output_function_prefix): Likewise.
6236
6237         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
6238
6239         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6240
6241         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
6242
6243         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
6244         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
6245         ASM_OUTPUT_SECTION_NAME): Likewise.
6246
6247         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
6248
6249         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
6250
6251         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
6252
6253         * m32r/m32r.c (m32r_encode_section_info): Likewise.
6254
6255         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6256
6257         * mcore/mcore.c (mcore_encode_section_info): Likewise.
6258
6259         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6260
6261         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6262
6263         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6264
6265         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
6266
6267         * mips/mips.md (movdi, movsi): Likewise.
6268
6269         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6270
6271         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6272
6273         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6274
6275         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
6276         ASM_OUTPUT_ASCII): Likewise.
6277
6278         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
6279         output_mi_thunk, output_toc): Likewise.
6280
6281         * rs6000/rs6000.md (movsi): Likewise.
6282
6283         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
6284
6285         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
6286
6287         * v850/v850.c (print_operand, print_operand_address,
6288         v850_encode_data_area): Likewise.
6289
6290 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
6291         
6292         * config/mips/mips.md (zero_extendsidi2): Always force operand
6293         one to memory for mips16.
6294
6295 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6296
6297         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
6298         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
6299         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
6300         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
6301         (min_precision): Result is unsigned.
6302         (add_double, neg_double, mul_double): Low word is unsigned.
6303         (lshift_double, rshift_double, lrotate_double): Likewise.
6304         (rrotate_double, div_and_round_double): Likewise.
6305         (tree_floor_log2, compare_tree_int): New functions.
6306         (preserve_rtl_expr_temps): New declaration.
6307         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
6308         (decl_attributes): Use tree_log2 to find alignment.
6309         Check for TREE_INT_CST_HIGH for format args.
6310         (min_precision): Now unsigned.
6311         Use tree_floor_log2.
6312         (truthvalue_conversion): Delete long-disabled code.
6313         * c-decl.c (finish_struct): Clean up tests on field width.
6314         (finish_function): Use compare_tree_int.
6315         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
6316         * c-typeck.c (comptypes): Use tree_int_cst_equal.
6317         (default_conversion, digest_init): Use compare_tree_int.
6318         (build_binary_op): Use integer_all_onesp and compare_tree_int.
6319         Fix type errors in forming masks.
6320         * calls.c (initialize_argument_information): Use compare_tree_int.
6321         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
6322         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
6323         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
6324         (store_field): Use compare_tree_int.
6325         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
6326         (expand_expr, case ARRAY_REF): Use compare_tree_int.
6327         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
6328         (do_store_flag): Use compare_tree_int.
6329         * fold-const.c (encode, decode): Low part is always unsigned.
6330         (force_fit_type, add_double, neg_double, mul_double): Likewise.
6331         (lshift_double, rshift_double, lrotate_double): Likewise.
6332         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
6333         (fold_convert): Use compare_tree_int.
6334         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
6335         (invert_truthvalue, case INTEGER_CST): Likewise.
6336         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
6337         * mkdeps.c (deps_dummy_targets): Make I unsigned.
6338         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
6339         (lshift_double, rshift_double, lrotate_double, rrotate_double):
6340         Likewise.
6341         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
6342         (expand_end_case): Use compare_tree_int.
6343         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
6344         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
6345         (layout_decl): Likewise.
6346         (layout_record, layout_union): Make sizes unsigned.
6347         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
6348         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
6349         * tree.c (struct type_hash): hashcode is unsigned.
6350         (build_type_attribute_variant, type_hash_list): Likewise.
6351         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
6352         (attribute_hash_list, build_array_type, build_method_type): Likewise.
6353         (build_complex_type): Likewise.
6354         (real_value_from_int_cst): Remove unneeded casts.
6355         (integer_all_onesp): Add casts.
6356         (tree_floor_log2, compare_tree_int): New functions.
6357         (build_index_type): Use tree_int_cst_sgn.
6358         * varasm.c (assemble_variable): Use compare_tree_int.
6359
6360 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
6361
6362         * cpphash.c (collect_expansion): Also catch ## at start of macro.
6363
6364         * varasm.c (make_decl_rtl): Don't add a number to members of
6365         local classes.
6366         (make_function_rtl): Likewise.
6367
6368 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6369
6370         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
6371         patch from 2000-01-28.
6372
6373 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
6374
6375         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
6376         filled with an insn from the jump target.
6377
6378 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6379
6380         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
6381         (c4x_external_ref): Likewise.
6382         * config/c4x/c4x.c (struct name_list): Likewise.
6383
6384 1999-12-16  Ben Collins  <bcollins@debian.org>
6385
6386         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
6387         argument to genmultilib.
6388         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
6389         the contents into the multilib.h header.
6390         * gcc.c: Declare multilib_exclusions for the specs file.
6391         (set_multilib_dir): Use it.
6392         (print_multilib_info): Likewise.
6393         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
6394         to pass to genmultilib.
6395
6396 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6397
6398         * builtins.c (built_in_class_names, built_in_names): Constify a
6399         char*.
6400
6401         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
6402         int.
6403         (_mcleanup): Ensure value matches format specifier in sprintf.
6404
6405         * cpphash.c (special_symbol): Don't needlessly cast away
6406         const-ness.
6407
6408         * cppinit.c (base_name): Delete unused prototype.
6409
6410         * mkdeps.c (deps_init): Make definition K&R safe.
6411
6412         * tree.h (built_in_class_names, built_in_names): Constify a
6413         char*.
6414
6415 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
6416
6417         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
6418         floating point instructions for epilogue delay.
6419
6420         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
6421         to gas if it supports .register pseudo.
6422
6423         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
6424         LONG_DOUBLE_TYPE_SIZE if not defined.
6425         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
6426         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
6427         * real.c: Likewise.
6428         * gengenrtl.c: Likewise.
6429         * print-rtl.c: Likewise.
6430         * rtl.c: Likewise.
6431         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
6432         MASK_LONG_DOUBLE_128.
6433         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
6434         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
6435         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
6436         (SUBTARGET_SWITCHES): Define.
6437         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
6438         with -mlong-double-128.
6439         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
6440         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
6441         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
6442         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
6443         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
6444         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
6445         with -mlong-double-128.
6446         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
6447         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
6448         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
6449         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
6450         TARGET_LONG_DOUBLE_128): Define.
6451         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
6452         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
6453         long double on TARGET_ARCH64.
6454
6455 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
6456
6457         * function.c (free_temps_for_rtl_expr): Don't free slots
6458         that have been pushed into a higher level.
6459         
6460         Revert this patch:
6461         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6462
6463 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6464
6465         * basic-block.h (ALLOCA_REG_SET): Remove.
6466         (INITIALIZE_REG_SET): New macro.
6467         * flow.c (update_life_info): Use it.
6468         (calculate_global_regs_live): Likewise.
6469         (propagate_block): Likewise.
6470         * global.c (build_insn_chain): Likewise.
6471         * haifa-sched.c (schedule_region): Likewise.
6472
6473 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
6474
6475         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
6476         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
6477         (DWARF_ARANGES_PAD_SIZE): New define.
6478         (output_aranges): Use it to pad the address range header.
6479         (DWARF_ROUND): Fix for non power of 2 rounding.
6480
6481 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
6482
6483         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
6484
6485 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6486
6487         * tree.def (RTL_EXPR): Update documentation.
6488         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
6489         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
6490         * function.c (preserve_rtl_expr_temp): New function.
6491         (preserve_rtl_expr_temps): Likewise.
6492         (preserve_rtl_expr_result): Use it.
6493
6494         Revert this patch:
6495         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
6496
6497 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
6498
6499         * regmove.c (copy_src_to_dest)  Do not create src->dest move
6500         for unchanging destination.
6501
6502 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
6503
6504         * function.h (struct sequence_stack): Remove rtl_expr.
6505         (struct emit_staus): Likewise.
6506         (seq_rtl_expr): Remove.
6507         * tree.h (free_temps_for_rtl_expr): Don't declare.
6508         (start_sequence_for_rtl_expr): Likewise.
6509         * rtl.h (preserve_rtl_expr_result): Likewise.
6510         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
6511         (start_sequence_for_rtl_expr): Remove.
6512         (push_topmost_sequence): Don't save sequence_rtl_expr.
6513         (pop_topmost_sequence): Remove comment about not restoring it.
6514         (end_sequence): Don't set seq_rtl_expr.
6515         (init_emit): Don't initialize it.
6516         (mark_sequence_stack): Don't mark it.
6517         (mark_emit_status): Likewise.
6518         * except.c (protect_with_terminate): Use
6519         start_sequence_for_rtl_expr, not start_sequence.
6520         * expr.c (expand_expr, case RTL_EXPR): Don't call
6521         preserve_rtl_expr_result or free_temps_for_rtl_expr.
6522         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
6523         (preserve_rtl_expr_result): Remove.
6524         (free_temps_for_rtl_expr): Likewise.
6525         (pop_temp_slots): Likewise.
6526         (mark_temp_slot): Don't mark the rtl_expr.
6527         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
6528         start_sequence_for_rtl_expr.
6529         
6530 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
6531
6532         * mkdeps.c, mkdeps.h: New files.
6533         * po/POTFILES.in: Add them.
6534         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
6535         (cpplib.o, cppinit.o): Depend on mkdeps.h.
6536         (mkdeps.o): New target.
6537
6538         * cppfiles.c: Delete deps_output.
6539         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
6540         OBJECT_SUFFIX, and base_name.
6541         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
6542         the include hash.
6543         (initialize_dependency_output): Use deps_init,
6544         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
6545         all the unnecessary string bashing.
6546         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
6547         level.
6548         * cpplib.c (do_include): Use deps_add_dep.
6549         * cpplib.h (struct cpp_reader): Replace deps_buffer,
6550         deps_allocated_size, deps_size, deps_column members with
6551         single pointer to a struct deps.  Delete prototype of
6552         deps_output.
6553
6554         * cppinit.c: Fix thinko in previous patch.
6555
6556 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6557
6558         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
6559         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
6560         (mode_for_size_tree): New function.
6561         (layout_decl, layout_type): Call it and clean up BLKmode checks.
6562         * tree.h (mode_for_size_tree): New declaration.
6563         
6564         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
6565
6566 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
6567
6568         * stmt.c (is_body_block): Move...
6569         * dwarfout.c, dwarf2out.c: ...from here.
6570         * tree.h: Declare it.
6571         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
6572         * final.c (final_start_function): Do call remove_unnecessary_notes
6573         when scheduling.
6574
6575 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
6576
6577         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
6578         
6579         * cpplib.h (_dollar_ok): New macro.
6580         (is_idchar, is_idstart): Use it.
6581         (IStable): Rename to _cpp_IStable.  Declare it const if
6582         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
6583         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
6584         is_space): Update for renamed IStable.
6585
6586         * cppinit.c: Delete all references to FAKE_CONST and CAT
6587         macros. Define init_IStable as empty macro if gcc >=2.7 or
6588         C99. Change TABLE() to ISTABLE and hardcode name of table.
6589         (cpp_start_read): Don't change the IStable based on
6590         dollars_in_ident.
6591
6592         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
6593         changed.  Handle '$' for char1 correctly.
6594         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
6595
6596         * cppexp.c (tokentab2): Make const.
6597         (cpp_lex): Make toktab const.
6598         * cppinit.c (include_defaults_array): Make const.
6599         (initialize_standard_includes): Make default_include const.
6600
6601 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
6602
6603         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
6604         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
6605         (gen_decl_die): Likewise.
6606         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
6607         (output_decl): Likewise.
6608
6609         * varasm.c (make_function_rtl): If we change the name used in the
6610         rtl, update DECL_ASSEMBLER_NAME accordingly.
6611         (make_decl_rtl): Likewise.
6612
6613         * toplev.c (rest_of_compilation): Tweak formatting.
6614
6615         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
6616         remove_unnecessary_notes.
6617         (debug_ignore_block): New fn.
6618         * toplev.h: Declare it.
6619         * emit-rtl.c (remove_unncessary_notes): Call it.
6620         * dwarf2out.c (dwarf2out_ignore_block): New fn.
6621         * dwarf2out.h: Declare it.
6622         * final.c (final_start_function): Don't call remove_unnecessary_notes
6623         if we did insn scheduling.
6624
6625 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
6626
6627         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
6628         * cpplib.h: Delete SET_CPP_PEDANTIC.
6629
6630 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6631
6632         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
6633         result is a RECORD_TYPE.
6634
6635 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
6636
6637         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
6638
6639 2000-03-03  Richard Henderson  <rth@cygnus.com>
6640
6641         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
6642         addition over compliments over shifts.
6643
6644 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6645
6646         * reload1.c (reload_combine_note_use): Handle return register USEs.
6647         REG case: Handle multi-hard-register hard regs.
6648
6649 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6650
6651         * md.texi: Document use of '*' in insn pattern name.
6652
6653 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
6654
6655         * calls.c (special_function_p): operator new may not be malloc-like.
6656
6657         * gcse.c (dump_hash_table): Really fix error in last change.
6658
6659 2000-03-02  Denis Chertykov  <denisc@overta.ru>
6660
6661         * avr.c (print_operand): Use print_operand_address instead of
6662         output_addr_const.
6663         * avr/libgcc.S: Cleanup code.
6664
6665 2000-03-02  Richard Henderson  <rth@cygnus.com>
6666
6667         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
6668
6669 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
6670
6671         * tree.h (TYPE_ALIGN_UNIT): New macro.
6672
6673 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
6674
6675         * i386.c: (constant_call_address_operand): Reject CONST_INT.
6676
6677 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
6678
6679         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
6680         for the buffer.
6681         (SET_CPP_PEDANTIC): New macro.
6682         * cpplib.c (do_include): Don't bother checking system_header_p.
6683         (do_warning, do_ident, do_assert, do_unassert): Likewise.
6684         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
6685
6686         * function.h (struct expr_status): Add x_arg_space_so_far.
6687         (arg_space_so_far): New macro.
6688         * expr.c (init_expr): Initialize it.
6689         * calls.c (emit_call_1): Reset it.
6690         (compute_argument_block_size, expand_call): Use it.
6691         (expand_call, store_one_arg): Increment it.
6692
6693 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6694
6695         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
6696         a UNION_TYPE.
6697
6698 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
6699
6700         * cppfiles.c (cpp_read_file): New function.
6701
6702         * cpphash.c (collect_expansion): Make sure to reset last_token
6703         to NORM when we hit a string.  Handle trailing whitespace
6704         properly when the expansion is empty.
6705         (create_definition): Disable line commands while parsing the
6706         directive line.
6707         (dump_definition): If pfile->lineno == 0, output a line
6708         command ahead of the dump, and add a trailing newline.
6709
6710         * cppinit.c (append_include_chain): Add fifth argument, which
6711         indicates whether or not system headers are C++ aware.
6712         (initialize_standard_includes): New function,
6713         broken out of read_and_prescan.  Pass 'cxx_aware' value from
6714         the include_defaults_array on to append_include_chain.
6715         (dump_special_to_buffer): Const-ify char array.
6716         (builtin_array): Don't dump __BASE_FILE__.
6717         (cpp_start_read): Use cpp_read_file.  Reorder code for
6718         clarity.  Don't output line commands here for -D/-A/-U
6719         switches.  Don't call deps_output for files included with
6720         -include or -imacros.
6721
6722         * cpplib.c (do_define): Don't pay any attention to the second
6723         argument.
6724         (cpp_expand_to_buffer): Disable line commands while scanning.
6725         (output_line_command): Work in the file buffer.
6726         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
6727         Fix formatting of comments.  Prototype cpp_read_file.
6728
6729 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6730
6731         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
6732         reference the language-equivalent of sizetype.
6733         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
6734         * fold-const.c (size_binop, size_diffop): Put back checks.
6735         * gcse.c (dump_hash_table): Fix minor error in last change.
6736         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
6737         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
6738         all sizetypes.
6739
6740 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
6741
6742         * calls.c (expand_call)  Do not attempt to combine stack adjustments
6743         with inhibit_defer_pop set.
6744
6745 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
6746
6747         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
6748         the DECL_SIZE for a FIELD_DECL.
6749
6750 2000-03-01  Bruce Korb  <bkorb@gnu.org>
6751
6752         * fixinc/inclhack.tpl: remove unused symlinks
6753         * fixinc/README: GCC Maintainer info
6754         * fixinc/inclhack.sh: regen
6755         * fixinc/fixincl.sh: regen
6756
6757 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
6758
6759         * cpphash.c (collect_expansion): Trim trailing white space
6760         from macro definitions, but don't go past the last insertion
6761         point.
6762
6763 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
6764
6765         * i386.md (mulqi3): New pattern.
6766
6767 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
6768
6769         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
6770         token types.
6771         (struct cpp_reader): Add parsing_if_directive and
6772         parsing_define_directive flags.               
6773         (struct cpp_options): Remove output_conditionals flag.
6774         (check_macro_name): Delete prototype.
6775
6776         * cpphash.h (struct macrodef): Delete.
6777         (struct reflist): Separate from struct definition.
6778         (struct definition): Remove unused fields.  Add column number.
6779         (create_definition): Returns a DEFINITION *.  Takes a
6780         cpp_reader * and an int.
6781
6782         * cpphash.c (SKIP_WHITE_SPACE): Delete.
6783         (PEEKC): Copy defn from cpplib.c.
6784         (rest_extension, REST_EXTENSION_LENGTH): Delete.
6785         (struct arg): New.
6786         (struct arglist): Simplify.
6787         (collect_expansion): Rewrite.  Get tokens by calling
6788         cpp_get_token.  Add more error checking.
6789         (collect_formal_parameters): New function, broken out of
6790         create_definition and reworked to use get_directive_token.
6791         (create_definition): All real work is now in collect_expansion
6792         and collect_formal_parameters.  do_define handles finding the
6793         macro name.  Return a DEFINITION, not a MACRODEF.
6794         (macroexpand): Replace bcopy with memcpy throughout.  Replace
6795         character-at-a-time copy loop with memcpy and pointer increments.
6796         (compare-defs): d1->argnames / d2->argnames might be null.
6797
6798         * cpplib.c (copy_rest_of_line): Delete function.
6799         (skip_rest_of_line): Do all the work ourselves.
6800         (skip_string): New function.
6801         (parse_string): Use skip_string.
6802         (get_macro_name): New function.
6803         (check_macro_name): Delete.
6804         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
6805         (cpp_skip_hspace): Use CPP_BUMP_LINE.
6806         (handle_directive): ICE if we're called on a macro buffer.
6807         (do_define): Determine macro name and type (funlike/objlike)
6808         here.  Expunge all uses of MACRODEF.
6809         (cpp_push_buffer): Set line_base to NULL.
6810         (do_undef, read_line_number): Don't worry about getting a POP token.
6811         (eval_if_expression): Set/reset parsing_if_directive around
6812         cpp_parse_expr. Don't clear only_seen_white.
6813         (skip_if_group): Remove output_conditionals logic.  Use
6814         skip_rest_of_line.
6815         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
6816         tokens under appropriate conditions.
6817         (cpp_unassert): Call do_unassert not do_assert.  Oops.
6818
6819         * cppexp.c (parse_defined): New function, break out of
6820         cpp_lex.
6821         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
6822         ourselves, with cpp_defined.
6823         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
6824
6825         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
6826         * gcc.dg/strpaste-2.c: New.
6827
6828 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
6829
6830         * fold-const.c (size_binop): Don't asert inputs are the same and
6831         have TYPE_IS_SIZETYPE set.
6832         (size_diffop): Likewise.
6833
6834 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
6835
6836         * dwarfout.c (output_block): Output abstract blocks even if they
6837         don't have TREE_ASM_WRITTEN set.
6838
6839         * calls.c (emit_library_call): Check for null REG.
6840
6841 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
6842
6843         * c-decl.c (current_function_decl): Move to toplev.c.
6844         (init_decl_processing): Don't add current_function_decl as a ggc
6845         root here.
6846         * dbxout.c (dbxout_symbol): Change return type to int.
6847         (dbxout_symbol_location, dbxout_syms): Likewise.
6848         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
6849         any locals. Use current_function_func_begin_label if set.
6850         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
6851         * dwarf2out.c (dwarf2out_begin_prologue): Set
6852         current_function_func_begin_label.
6853         * final.c (final_start_function): Reset it.
6854         * toplev.c (current_function_decl): Define it here.
6855         (current_function_func_begin_label): New variable.
6856         (main): Add both as ggc roots.
6857         * tree.h (current_function_func_begin_label): Declare.
6858
6859 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6860
6861         * gcse.c: Cleanups throughout: mostly white-space, but also
6862         some minor rearrangement of code.
6863
6864 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
6865
6866         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
6867         returns a PARALLEL.  Use emit_group_load and use_group_regs
6868         as needed.  
6869         (emit_library_call_value): Similarly.
6870
6871         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
6872         * pa/quadlib.asm: Remove.
6873         * pa/quadlib.c: New file.
6874
6875         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
6876         * configure: Rebuilt.
6877
6878 2000-02-29  Philip Blundell  <pb@futuretv.com>
6879
6880         * config/arm/conix-elf.h: New file.
6881         * configure.in (arm*-*-conix*): New configuration.
6882         * configure: Regenerate.
6883
6884 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
6885
6886         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
6887         don't have TREE_ASM_WRITTEN set.
6888
6889 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6890
6891         * Eliminate DECL_FIELD_SIZE.
6892         * builtins.c (built_in_class_names, built_in_names): New variables.
6893         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
6894         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
6895         DECL_SIZE, not DECL_FIELD_SIZE.
6896         * print-tree.c (print_node): Remove code that prints extra blank
6897         lines in some cases.
6898         Properly handle inline and builtin function cases.
6899         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
6900         * tree.h (built_in_class_named, built_in_names): New declarations.
6901         (union tree_decl): Rename internal unions to u1 and u2 and change
6902         some of their components.
6903         Add new field built_in_class.
6904         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
6905         Reflect above changes.
6906         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
6907         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
6908         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
6909         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
6910
6911 2000-02-28  Dmitri Makarov  <dim@windriver.com>
6912
6913         * extend.texi: Document ARM's support for long/short calls.
6914
6915         * invoke.texi: Document ARM's -mlong-calls command line switch.
6916         
6917         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
6918         (arm_encode_call_attribute): Add prototype.
6919         (arm_set_default_type_attribute): Add prototype.
6920         (arm_strip_name_encoding): Add prototype.
6921
6922         * config/arm/arm.c (arm_init_cumulative_args): replace
6923         initialisation og 'long_calls' field with initialisation of
6924         'call_cookie' field.
6925         (enum arm_pragma_enum): New enum.
6926         (arm_pragma_long_calls): New static variable.
6927         (arm_process_pragma): Also process "#pragma long_calls_off".
6928         (arm_valid_type_attribute_p): Accept short_call attribute.
6929         (arm_comp_type_attributes): Check long/short call attributes.
6930         (arm_encode_call_attribute):  New function:  Encode long_call
6931         or short_call attribute in function name.
6932         (arm_set_default_type_attributes): New function: Assign
6933         default attributes to newly defined type.
6934         (current_file_function_operand): New function: Return true if
6935         the symbol is a function which has already been compiled.
6936         (arm_is_longcall_p): New function: Return true if the
6937         indicated function should be called via a long call.
6938         (arm_get_strip_length): New function.  Returns number of
6939         prefix characters to be stripped from a function's name.
6940         (arm_strip_name_encoding): New function.  Strip prefix characters
6941         from a function's name.
6942
6943         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
6944         with 'call_cookie'.
6945         (SHORT_CALL_FAG_CHAR): Define.
6946         (LONG_CALL_FAG_CHAR): Define.
6947         (ENCODED_SHORT_CALL_ATTR_P): Define.
6948         (ENCODED_LONG_CALL_ATTR_P): Define.
6949         (ARM_NAME_ENCODING_LENGTHS): Define.
6950         (STRIP_NAME_ENCODING): Define.
6951         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
6952         (ARM_ENCODE_CALL_TYPE): Define.
6953         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
6954         (ARM_DECLARE_FUNCTION_SIZE): Define.
6955         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
6956
6957         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
6958         if a long call is needed.
6959         (call_value): Ditto.
6960         (call_symbol): Ditto.
6961
6962         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
6963         ARM_DECLARE_FUNCTION_SIZE.
6964
6965         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
6966         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
6967         (ARM_STRIP_NAME_ENCODING): Undefine.
6968         (STRIP_NAME_ENCODING): Undefine.
6969         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
6970         (ASM_DECLARE_FUNCTION_NAME): Ditto.
6971         (ASM_OUTPUT_COMMON): Ditto.
6972         (ASM_DECLARE_OBJECT_NAME): Ditto.
6973
6974         * config/arm/pe.c (arm_dllexport_name_p): Check for
6975         ARM_PE_FLAG_CHAR.
6976         (arm_dllimport_name_p): Ditto.
6977         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
6978         (arm_mark_dllimport): Ditto.
6979         
6980 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6981
6982         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
6983
6984 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
6985
6986         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
6987
6988 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
6989
6990         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
6991         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
6992         NO_BUILTIN_WCHAR_TYPE is not defined.
6993         (CPP_WCHAR_TYPE): Delete.
6994         * cccp.c (main): Don't change wchar_type if cplusplus.
6995         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
6996
6997 2000-02-28  Nick Clifton  <nickc@cygnus.com>
6998
6999         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
7000
7001 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
7002
7003         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
7004         (ASM_WEAKEN_LABEL): Define.
7005  
7006 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
7007
7008         * expr.c (store_constructor): Do not emit USE.
7009         * rtl.h (stupid_life_analysis): Remove.
7010
7011 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7012
7013         * function.c (number_blocks): Reset next_block_index based on
7014         what debugging format is used, not what is defined.
7015         
7016         * lcm.c: Minor reformatting throughout.
7017         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
7018         
7019         * toplev.c (rest_of_compilation): Account for time in
7020         optimize_mode_switching.
7021
7022         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
7023         if only marking labels.
7024
7025 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
7026
7027         * calls.c (expand_call): Attempt to combine stack adjustments with
7028         pending stack adjustments.
7029
7030 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7031
7032         * loop.c (reg_in_basic_block_p): Don't abort when falling through
7033         to the end of the function.
7034
7035 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
7036
7037         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
7038         blocks.
7039         * final.c (next_block_index): Remove.
7040         (max_block_depth): Likewise.
7041         (pending_blocks): Likewise.
7042         (init_final): Don't initialize them.
7043         (final_start_function): Don't set next_block_index.  Set up
7044         BLOCK_NUMBER.
7045         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
7046         * function.h (number_blocks): New function.
7047         * function.c (get_block_vector): New function.
7048         (identify_blocks): Use it.
7049         (reorder_blocks): Set NOTE_BLOCK.
7050         (number_blocks): New function.
7051         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
7052         * tree.h (BLOCK_NUMBER): New macro.
7053         (tree_block): Add block_num field.
7054         * dbxout.c (next_block_number): Remove.
7055         (dbxout_init): Don't set it.
7056         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
7057         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
7058         block numbers.
7059         * toplev.c (rest_of_compilation): Always call
7060         find_loop_tree_blocks.  Fix indentation.
7061         * dwarf2out.c (next_block_number): Remove.
7062         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
7063         to determine block numbers.
7064         (gen_inlined_subroutine_die): Likewise.
7065         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
7066         (decls_for_scope): Don't increment next_block_number.
7067         * dwarfout.c (next_block_number): Remove.
7068         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
7069         to determine block numbers. 
7070         (output_inlined_subroutine_die): Likewise.
7071         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
7072         (output_decls_for_scope): Don't increment next_block_number.
7073         * sdbout.c (next_block_number): Remove.
7074         (sdbout_block): Use BLOCK_NUMBER.
7075         (sdbout_begin_block): Simplify.
7076         * xcoffout.c (next_block_number): Remove.
7077         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
7078         (xcoffout_begin_block): Don't set next_block_number.
7079         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
7080         next_block_number.
7081         
7082 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7083
7084         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
7085         (expand_builtin_strcpy): Pass correct type to size_binop.
7086         (expand_builtin_strcmp): Likewise.
7087         Clean up conditional structure.
7088         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
7089         (complete_array_type): Don't use size_binop for MAXINDEX.
7090         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
7091         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
7092         (c_alignof): Use size_one_node.
7093         (build_unary_op): Pass arg of proper type to size_binop.
7094         (really_start_incremental_init, push_init_level): Use sizetype for
7095         constructor{,_bit,_unfilled}_index.
7096         (pop_init_label, output_init_element): Likewise.
7097         (output_pending_init_elements, process_init_element): Likewise.
7098         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
7099         * expr.c (store_expr): Use size_int.
7100         (store_constructor): Use proper types for size_binop args.
7101         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
7102         (expand_expr_unaligned): Likewise.
7103         (string_contant): Return object of sizetype.
7104         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
7105         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
7106         (ARGS_SIZE_TREE): Pass proper types to size_binop.
7107         * fold-const.c (int_const_binop): Refine when size_int is called.
7108         (fold_convert): Likewise.
7109         (size_int_wide): Rework to take KIND as arg, only take low order
7110         bits, handle new sizetype_tab datatype, and chain entries in
7111         size_table.
7112         (size_int_type_wide): New function.
7113         (size_binop): Validate types of arguments.
7114         (ssize_binop): Deleted.
7115         (size_diffop): New function.
7116         (extract_muldiv): Only fold division into multiplication for sizetypes.
7117         * function.c (assign_parms): Use size_diffop and make sure
7118         VAR field is of ssizetype; also pass proper type to size_binop.
7119         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
7120         (round_down): Deleted from here.
7121         * store-layout.c (sizetype_tab): Now an array.
7122         (sizetype_set, early_root_list): New variables.
7123         (variable_size): Use size_one_node.
7124         (round_up): Pass proper type to size_binop.
7125         (round_down): Moved to here and corrected as above.
7126         (layout_record): Pass proper arg types to size_binop.
7127         (layout_type): Likewise.
7128         If sizetype_set is zero, record the type just laid out.
7129         (make_unsigned_type): Don't call set_sizetype;
7130         (make_signed_type): Likewise; also, call fixup_signed_type.
7131         (initialize_sizetypes): New function.
7132         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
7133         set name of bitsizetype to "bit_size_type".
7134         Fix up type of sizes of all types made before call.
7135         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
7136         * tree.c (fix_sizetype): Deleted.
7137         (build_common_tree_nodes): Call initialize_sizetypes.
7138         (build_common_tree_nodes_2): Don't call fix_sizetype.
7139         * tree.h (TYPE_IS_SIZETYPE): New macro.
7140         (initialize_sizetype): New declaration.
7141         (enum size_type_kind): New type.
7142         (struct sizetype_tab): Deleted.
7143         (sizetype_tab): Now array; adjust sizetype macros.
7144         (size_diffop, size_int_type_wide): New functions.
7145         (size_int_wide): Change number of args and type; access macros changed.
7146         (ssize_int, sbitsize_int): New macros.
7147         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
7148         (ROUND_TYPE_SIZE_UNIT): New macro.
7149
7150 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
7151
7152         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
7153
7154 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7155
7156         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
7157         Mark as possibly unused.
7158
7159         * cse.c (cse_insn): Delete dead code involving tablejump.
7160         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
7161
7162         * Makefile.in (libcpp.a): Start by deleting it.
7163
7164 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7165
7166         * cpplib.h (enum file_change_code): Added rename_file.
7167         * cpplib.c (do_line): If a filename is given, set file_change to
7168         rename_file.
7169         (output_line_command): If file_change is rename_file, always
7170         output a # directive with the file name.
7171
7172         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
7173
7174 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
7175
7176         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
7177         when copying a PARM_DECL or RESULT_DECL.
7178
7179 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7180
7181         * fix-header.c (recognized_function): Also fix prototypes for
7182         functions taking "void".
7183
7184 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
7185
7186         * reload1.c (do_output_reload): Check reg_reloaded_valid before
7187         looking at reg_reloaded_contents.
7188
7189 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
7190
7191         * Makefile.in (STMP_FIXINC): New toggle.
7192         (LIBGCC2_DEPS): Delete all references.
7193         (stmp-headers): Delete target.  All references either deleted
7194         or changed to stmp-int-headers.
7195         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
7196         (LIBCPP_OBJS): Take out cppalloc.o.
7197         (cppalloc.o): Delete target.
7198         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
7199         (gen-protos, fix-header): Link with libiberty.a.
7200         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
7201         to empty.
7202
7203         * configure.in: Remove refs to strerror.
7204         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
7205         * system.h: Take out strerror stanza.
7206
7207         * cpperror.c (my_strerror): Delete function.
7208         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
7209         * cppmain.c (main): Call xmalloc_set_program_name first thing.
7210         * cppalloc.c: Delete file.
7211         * gen-protos.c: Don't provide xrealloc.
7212
7213         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
7214         xstrerror throughout.
7215
7216 2000-02-26  Bruce Korb  <bkorb@gnu.org>
7217
7218         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
7219         match for DOS headers, too.
7220         * fixinc/inclhack.sh,fixincl.x: Regenerate.
7221
7222 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
7223
7224         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
7225         is right for most ELF targets.
7226         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
7227         Let the default file use %U properly.
7228         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
7229         default.
7230
7231         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
7232         numbers.
7233
7234 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7235
7236         * toplev.c (documented_lang_options): Correct spelling error.
7237         (decode_d_option, decode_f_option, main): Likewise.
7238
7239         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
7240
7241         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
7242         to tell assembler it is permitted to expand large constants.
7243
7244 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
7245
7246         * protoize.c: (AUX_INFO_SUFFIX): New macro.
7247         (aux_info_suffix): Use.
7248         (SAVE_SUFFIX): New macro.
7249         (save_suffix): Use.
7250         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
7251         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
7252         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
7253
7254         * invoke.texi (Running Protoize): Update documentation.
7255
7256 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
7257
7258         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
7259
7260 2000-02-25  John Wehle  (john@feith.com)
7261
7262         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
7263
7264 2000-02-25  Anthony Green  <green@cygnus.com>
7265
7266         * toplev.c (rest_of_compilation): Rebuild jump labels if
7267         combine_instructions has created a new direct jump.
7268         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
7269         when appropriate.
7270         (combine_instructions): Call try_combine with new argument.
7271         Return non-null value when new direct jump instruction is created.
7272         * rtl.h: combine_instructions returns an int.
7273
7274 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
7275
7276         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
7277         jump when changing a computed jump into a jump to a known
7278         target.
7279
7280 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
7281
7282         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
7283         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
7284
7285         * i386.md (define_expand "clrstrsi"): Fix typo.
7286
7287 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
7288
7289         * rtl.texi: Fix typo.
7290
7291 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7292
7293         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
7294         UNITS_PER_WORD.  Change caller initial_elimination_offset.
7295         (rounded_frame_size): Take into account that argument pushed has
7296         changed.  Fix TARGET_ALIGN_DOUBLE problem.
7297
7298 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
7299
7300         * haifa-sched.c (schedule_block): Explain the real reason
7301         we delete REG_SAVE_NOTEs on the first insn of a block.
7302         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
7303
7304 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
7305
7306         * input.h (push_srcloc): New function.
7307         (pop_srcloc): Likewise.
7308         * toplev.c (push_srcloc): Define it.
7309         (pop_srcloc): Likewise.
7310
7311 2000-02-24  Richard Henderson  <rth@cygnus.com>
7312
7313         * flow.c (life_analysis): When collecting reg info, clear
7314         regs_ever_live.
7315
7316 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7317
7318         Fix bug exposed by reload.c no longer rounding the frame
7319         size to BIGGEST_ALIGNMENT:
7320         * sh.c (rounded_frame_size): New function.
7321         (sh_expand_prologue, sh_expand_epilogue): Use it.
7322         (initial_elimination_offset): Likewise.
7323
7324 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7325
7326         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
7327         * sh-protos.h (sh_need_epilogue): Declare.
7328         * sh.c (sh_need_epilogue_known): New static variable.
7329         (sh_need_epilogue): New function.
7330         (function_epilogue): Clear need_epilogue_known.
7331         * sh.md (return): Split into expander / insn pattern.
7332         Make the expander conditional on ! sh_need_epilogue ().
7333
7334 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
7335
7336         * machmode.h (get_mode_alignment): Declare.
7337         (GET_MODE_ALIGNMENT): Call it.
7338         * stor-layout.c (get_mode_alignment): New function. Make
7339         sure alignment is always power of 2.
7340
7341 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7342
7343         * i386.h: Remove useless definition of "I386" and misleading
7344         comment above it.
7345
7346 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7347
7348         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
7349         under which TREE_PERMANENT will be set.
7350         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
7351         build1): Use TREE_SET_PERMANENT.
7352         * print-tree.c (print_node): Don't report value of
7353         TREE_PERMANENT if ggc_p is true.
7354
7355         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
7356         decide whether to give a type a new alias set.
7357         * objc/objc-act.c (build_objc_string_object): Never copy the string.
7358         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
7359         of value of 'obstack'.
7360
7361
7362 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7363
7364         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
7365
7366 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7367
7368         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
7369         * cpplib.c (cpp_get_token): Produce them.
7370         * cppexp.c (cpp_lex): Handle them.
7371
7372 2000-02-23  Nick Clifton  <nickc@cygnus.com>
7373
7374         * config/arm/arm.c (arm_comp_type_attributes): Simply and
7375         comment tests on type attributes.
7376
7377 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7378
7379         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
7380         conform to documentation.
7381         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
7382         to check for special cases.
7383         * sh-protos.h (sh_loop_align): Declare.
7384         * sh.c (sh_loop_align): Define.
7385
7386 2000-02-22  Andrew Haley  <aph@cygnus.com>
7387
7388         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
7389         (SIZE_TYPE): Is 32 bits when using -mgp32.
7390         (PTRDIFF_TYPE): Ditto.
7391
7392 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7393
7394         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
7395
7396 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7397
7398         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
7399         BIGGEST_FIELD_ALIGNMENT a constant.
7400
7401 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
7402
7403         * dwarf2out.c (output_line_info): Put the marker for the end of
7404         the line number info at the actual end.
7405         (gen_struct_or_union_type_die): Use decl_function_context 
7406         to check for local classes.
7407         * dwarfout.c (output_type): Likewise.
7408
7409 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
7410
7411         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
7412         for arguments with a mode, but no type.
7413         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
7414         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
7415         * pa/long_double.h: New file.
7416         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
7417         both have 128bit wide long doubles.
7418         * configure: Rebuilt.
7419
7420 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7421
7422         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
7423
7424         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
7425         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
7426         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
7427
7428         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
7429
7430         * integrate.c (compare_blocks, find_block): Likewise.
7431
7432         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
7433
7434         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
7435
7436         * stmt.c (stmt_status, set_file_and_line_for_stmt,
7437         expand_asm_operands): Likewise.
7438
7439 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
7440
7441         * predict.c (estimate_probability): Added the pointer heuristic to
7442         the collection of static branch predictors.
7443
7444 2000-02-21  Catherine Moore  <clm@cygnus.com>
7445
7446         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
7447         * invoke.texi (-mfix7000): Document.
7448
7449 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
7450
7451         * diagnostic.c (init_output_buffer): Make it possible to output at
7452         least 32 characters if we're given a too long prefix.
7453
7454 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
7455
7456         * varasm.c (initializer_constant_valid_p): Call
7457         lang_expand_constant to simplify the constant.
7458
7459 2000-02-20  Bruce Korb  <bkorb@gnu.org>
7460
7461         * fixinc/inclhack.def(stdio_va_list):
7462         typedef needs to be disabled.
7463         * fixinc/inclhack.sh: regen
7464         * fixinc/fixincl.x: regen
7465
7466 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
7467
7468         * print-rtl.c (print_rtx): Don't print addresses when
7469         flag_dump_unnumbered.
7470
7471 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7472
7473         * sparc.c (sparc_output_scratch_registers): Mark parameter with
7474         ATTRIBUTE_UNUSED.
7475         (sparc_va_arg, sparc_flat_output_function_prologue,
7476         sparc_flat_output_function_epilogue): Cast value to unsigned in
7477         comparison.
7478         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
7479         
7480         * sparc.md: Add default case in switch.
7481
7482 2000-02-19  Richard Henderson  <rth@cygnus.com>
7483
7484         * c-typeck.c (add_pending_init): Don't abort for multiple
7485         fields at the same offset.
7486         (pending_init_member): Test the correct member.
7487
7488 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
7489
7490         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
7491         instead of SImode.
7492         (start_catch_handler) : Same.
7493
7494 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
7495
7496         * Makefile.in: Have flow.o depend on $(EXPR_H)
7497
7498 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7499
7500         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
7501         * c-decl.c (duplicate_decls, finish_enum): Likewise.
7502         (finish_decl): Remove -Wlarger-than code from here.
7503         * flags.h (id_clash_len): Now int.
7504         (larger_than_size): Now HOST_WIDE_INT.
7505         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
7506         Clean up checking to see if in table.
7507         (make_bit_field_ref): Remove extra parm to bitsize_int.
7508         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
7509         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
7510         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
7511         and for computing size of decl.
7512         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
7513         Move -Wlarger-than code to here.
7514         (layout_record): Remove extra arg to bitsize_int.
7515         Set TYPE_BINFO_SIZE_UNIT.
7516         (layout_union): Remove extra arg to bitsize_int.
7517         Use proper type for size of QUAL_UNION.
7518         (layout_type): Remove extra arg to bitsize_int.
7519         * toplev.c (id_clash_len): Now int.
7520         (larger_than_size): Now HOST_WIDE_INT.
7521         (decode_W_option): Clean up id-clash and larger-than- cases.
7522         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
7523         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
7524         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
7525         (struct tree_decl): New field size_unit.
7526         (size_int_wide): No HIGH operand; NUMBER is now signed.
7527         (size_int_2): Deleted.
7528         (size_int, bitsize_int): Don't use it and rework args.
7529         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
7530
7531 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
7532
7533         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
7534
7535 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
7536
7537         * invoke.texi (Warning Options): Add an explanation of why
7538         you might want the -Wfloat-equal flag.
7539
7540 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7541
7542         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
7543         * cppinit.c (new_pending_define): Add cast to avoid warning.
7544         * expmed.c (extract_bit_field): Likewise.
7545         * flow.c (enum reorder_skip_type): New type.
7546         (skip_insns_between_blcok): New it.
7547         Rework to avoid warning about possibly undefined variable.
7548         * function.c (assign_parms): Make thisparm_boundary unsigned.
7549         * genrecog.c (write_switch): Cast XWINT result to int.
7550         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
7551         * mips-tfile.c (init_file): Make two versions of FDR intializer:
7552         one for MIPS and one for Alpha.
7553         (get_tag, copy_object): Add casts to avoid warnings.
7554         * optabs.c (init_one_libfunc): Cast NAME to (char *).
7555         * reload.c (find_reloads): Make TYPE enum reload_type.
7556         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
7557         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
7558         * varasm.c (compare_constant_1): Add cast to avoid warning.
7559         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
7560         to (char *).
7561         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
7562         Cast switch operand of size to int.
7563         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
7564         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
7565         in unhandled case.
7566
7567 2000-02-18  Nick Clifton  <nickc@cygnus.com>
7568
7569         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
7570         anything for an alignment of zero.
7571
7572         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
7573         anything for an alignment of zero.
7574
7575 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
7576
7577         * gcc.texi (Bug Reporting): Refer to bugs.html.
7578         (Bug Lists): Likewise.
7579         * system.h (GCCBUGURL): New preprocessor define.
7580         * rtl.c (fancy_abort): Use it.
7581         * gcc.c (main): Likewise.
7582
7583 2000-02-18  Richard Henderson  <rth@cygnus.com>
7584
7585         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
7586         (life_analysis_1): Subsume into ...
7587         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
7588         Use update_life_info for the relaxation.
7589         (update_life_info): Update REG_BASIC_BLOCK for registers live on
7590         entry and regs_live_at_setjmp.
7591         (set_noop_p): Simplify.
7592         (notice_stack_pointer_modification_1): Renamed from s/_1//.
7593         (record_volatile_insns): Split into ...
7594         (delete_noop_moves): ... here,
7595         (notice_stack_pointer_modification): ... here,
7596         (insn_dead_p): ... and here.
7597         (propagate_block): Don't query INSN_VOLATILE.
7598         (mark_used_regs): Mind !PROP_REG_INFO.
7599         * toplev.c (rest_of_compilation): Call mark_constant_function here,
7600         not in life_analysis.
7601
7602 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
7603
7604         * loop.c (canonicalize_condition): New function,
7605         broken out of get_condition.
7606         (get_condition): Use it.
7607         * expr.h (canonicalize_condition): Prototype it.
7608
7609         * tree.h (tree_int_cst_msb): Declare.
7610         * tree.c (tree_int_cst_msb): New function.
7611
7612 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
7613
7614         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
7615         isn't set.
7616
7617         * invoke.texi (-fmessage-length=n): Document.
7618
7619 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
7620
7621         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
7622
7623 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
7624
7625         * function.c (thread_prologue_and_epilogue_insns): Put a line note
7626         after the prologue.
7627
7628 2000-02-17  Nick Clifton  <nickc@cygnus.com>
7629
7630         * config/arm/thumb.c: Replace includes of system headers with
7631         #include "system.h".
7632
7633 2000-02-16  Richard Henderson  <rth@cygnus.com>
7634
7635         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
7636         Add crtbeginS.o and crtendS.o.
7637         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
7638         (ENDFILE_SPEC): Use crtendS.o.
7639         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
7640
7641         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
7642         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
7643         shared and present.
7644         (__dso_handle): New variable.
7645         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
7646         bias to __CTOR_END__.
7647         
7648 2000-02-16  Richard Henderson  <rth@cygnus.com>
7649
7650         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
7651
7652 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
7653
7654         * longlong.h (__clz_tab): Declare as static to match definition.
7655
7656 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
7657         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
7658         (XREF_FILE_NAME): Define.
7659
7660         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
7661         (EH_FRAME_SECTION_ASM_OP): Define.
7662         (IDENT_ASM_OP): Define.
7663         (TEXT_SECTION_ASM_OP): Define.
7664         (CPP_SPEC): Define.
7665         (CTORS_SECTION_ASM_OP): Define.
7666         (CTOR_SECTION_FUNCTION): Use it.
7667         (DTORS_SECTION_ASM_OP): Define.
7668         (DTOR_SECTION_FUNCTION): Use it.
7669
7670 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
7671
7672         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
7673         NOTE_BASIC_BLOCK.
7674
7675         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
7676         debug_bb_n): New functions.
7677         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
7678         * basic-block.h: Prototype new functions.
7679
7680 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
7681
7682         * configure.in: Add support for avr target.
7683         * configure: Rebuilt.
7684
7685         * invoke.texi: Add AVR invocation docs.
7686         * install.texi: Add information about AVR.
7687         * md.texi: Add AVR constraint letters description.
7688         * extend.texi: Add description for AVR specific attributes.
7689
7690 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
7691
7692         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
7693
7694 2000-02-16  Nick Clifton  <nickc@cygnus.com>
7695
7696         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
7697         (make_insn_raw): Move RTL check here.
7698
7699 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7700
7701         * version.c: Include gansidecl.h and version.h.
7702
7703         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
7704         
7705         * configure.in (gcc_version): When setting, narrow search to
7706         lines containing `version_string'.
7707
7708         * Makefile.in (mainversion): Likewise. 
7709         (GCC_H): New variable.
7710         (gcc.h): Delete target.
7711         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
7712         (version.o): Depend on version.h.
7713         (dbxout.o): Don't depend on gcc.h.
7714
7715 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
7716                           Michael Meissner  <meissner@cygnus.com>
7717
7718         * md.texi (Simple Constraints): Add item about whitespace.
7719         * genoutput.c (strip_whitespace): New.
7720         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
7721         strip_whitespace for constraints.
7722         Test pointer using NULL, not 0.
7723
7724 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7725
7726         * cpplib.c (do_line): Pedwarn for #line > 32767.
7727
7728         * c-lex.c (readescape): Warn about '\x', but do not reject it.
7729
7730 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
7731
7732         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
7733         to default cpp spec.
7734         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
7735         * cpp.texi: Document __GNUC_PATCHLEVEL__.
7736         * cpp.1: Likewise.
7737
7738         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
7739         default spec.
7740
7741 2000-02-15  Denis Chertykov  <denisc@overta.ru>
7742
7743         * configure.in: Add support for avr target.
7744
7745 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7746
7747         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
7748         (sh_addr_diff_vec_mode): Don't declare.
7749         * sh.c (sh_addr_diff_vec_mode): Delete.
7750
7751 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7752
7753         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
7754
7755 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7756
7757         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
7758         (smulsi3_highpart_i): Name.
7759         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
7760         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
7761         (smulsi3_highpart, umulsi3_highpart): Likewise.
7762
7763         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
7764         correctly independent of endianness.
7765         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
7766         confuse the optimizers.
7767         (mulsidi3+1, umulsidi3+1): New define_split.
7768
7769 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
7770
7771         * config/sh/sh.md: Guard insn splits against illegal registers.
7772         * config/sh/sh.h: Correct comment about macros.
7773
7774 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7775                           Andrew MacLeod  <amacleod@cygnus.com>
7776
7777         * Makefile.in (lcm.o): Depend on insn-attr.h.
7778         * basic-block.h (optimize_mode_switching): Declare.
7779         * lcm.c (tm_p.h, insn-attr.h): #include.
7780         (seginfo, bb_info): New structs.
7781         (antic, transp, comp, delete, insert) : New file-scope static variables.
7782         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
7783         (reg_becomes_live, optimize_mode_switching): Likewise.
7784         * tm.texi: Add description of mode switching macros.
7785         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
7786
7787         * sh-protos.h (remove_dead_before_cse): Remove prototype.
7788         (fldi_ok, fpscr_set_from_mem): New prototypes.
7789         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
7790         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
7791         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
7792         (sh_flag_remove_dead_before_cse): Remove declaration.
7793         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
7794         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
7795         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
7796         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
7797         (barrier_align): Allow for JUMP_INSNS containing a parallel.
7798         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
7799         (fldi_ok): New function.
7800         (get_fpscr_rtx): Add fpscr_rtx as GC root.
7801         (emit_sf_insn): Only generate fpu switches when optimize < 1.
7802         (emit_df_insn): Likewise.
7803         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
7804         (sh_flag_remove_dead_before_cse): Delete.
7805         (get_free_reg, fpscr_set_from_mem): New functions.
7806         * sh.md (movdf, movsf): Remove no_new_pseudos code.
7807         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
7808
7809 2000-02-15  Loren Rittle  <ljrittle@acm.org>
7810
7811         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
7812
7813 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7814
7815         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
7816         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
7817
7818         * cccp.c: Include version.h and/or don't declare `version_string'.
7819         * collect2.c: Likewise.
7820         * alpha.c: Likewise.
7821         * arm/aof.h: Likewise.
7822         * arm/coff.h: Likewise.
7823         * arm/elf.h: Likewise.
7824         * arm/pe.h: Likewise.
7825         * arm/tcoff.h: Likewise.
7826         * arm/telf.h: Likewise.
7827         * arm/tpe.h: Likewise.
7828         * arm/vxarm.h: Likewise.
7829         * convex/convex.c: Likewise.
7830         * i386/dgux.c: Likewise.
7831         * i386/sun386.h: Likewise.
7832         * m88k/m88k.c: Likewise.
7833         * mcore/mcore-pe.h: Likewise.
7834         * mips/mips.h: Likewise.
7835         * romp/romp.h: Likewise.
7836         * sh/sh.c: Likewise.
7837         * cpphash.c: Likewise.
7838         * cppinit.c: Likewise.
7839         * dwarf2out.c: Likewise.
7840         * dwarfout.c: Likewise.
7841         * gcc.c: Likewise.
7842         * gcc.h: Likewise.
7843         * mips-tfile.c: Likewise.
7844         * protoize.c: Likewise.
7845         * toplev.c: Likewise.
7846         * tree.h: Likewise.
7847         
7848         * version.c (version_string): Constify a char*.
7849
7850         * version.h: New file.
7851
7852 2000-02-14  Nick Clifton  <nickc@cygnus.com>
7853
7854         * configure.in: Add mcore-elf and mcore-pe targets.
7855         * configure: Regenerate.
7856
7857         * NEWS: Add note that MCore port has been contributed.
7858
7859         * invoke.texi: Document command line switches for MCore port.
7860         * install.texi: Add MCore to list of supported targets.
7861
7862 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
7863
7864         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
7865         then we will need to import the frame handling functions.
7866         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
7867         to import the frames themselves.
7868
7869 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
7870                           Jason Eckhardt  <jle@cygnus.com>
7871
7872         * basic_block.h: Added prototype for reorder_basic_blocks.
7873         * toplev.c: Changes to add -freorder-blocks and graph dump after
7874         block reordering is done.
7875         * flow.c (reorder_block_def): New structure for use during block
7876         reordering.
7877         (REORDER_BLOCK_*): New macros to access members of above structure.
7878         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
7879         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
7880         functions for block reordering.
7881
7882 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
7883
7884         * gcc.texi (Passes): Fix typo.
7885         * md.texi (Standard Names): Ditto.
7886         * tm.texi (Storage Layout): Ditto.
7887
7888 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
7889
7890         * cpplib.c (do_define): Only free the old definition if it
7891         actually had one.
7892
7893 2000-02-13   Neil Booth  <NeilB@earthling.net>
7894
7895         * cppfiles.c (read_and_prescan): When emitting deferred
7896         newlines, test speccase[] again instead of checking each
7897         possible whitespace character in turn.  When we encounter \r,
7898         look behind for \n first, then ahead.
7899
7900 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
7901
7902         * cse.c (cse_altered): New internal flag.
7903         (cse_insn): Set it if we changed an insn.
7904         (cse_main): Clear cse_altered before each basic block.
7905         Only garbage collect if cse_altered is true afterward.
7906
7907 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7908
7909         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
7910
7911 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
7912
7913         * combine.c (simplify_comparison): Fix typo.
7914
7915 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
7916
7917         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
7918         consistently.
7919
7920 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7921
7922         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
7923         previously inserted node instead of root node.  Caller changed.
7924
7925 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7926
7927         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
7928
7929 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7930
7931         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
7932         __dereg_frame_dtor): Add prototype argument.
7933
7934         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
7935
7936         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
7937
7938         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
7939
7940         * gthr-vxworks.h (__gthread_once): Likewise.
7941
7942         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
7943
7944 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
7945
7946         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
7947         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
7948         stack pointer in functions w/o saved registers, output LEAVE more often
7949         on TARGET_USE_LEAVE machines.
7950
7951 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
7952
7953         * config/arm/arm.c (arm_init_cumulative_args); New function:
7954         Initlaise the CUMULATIE_ARGS strcuture for a function
7955         defintion. 
7956         (arm_function_arg): New function: Determine where to place a
7957         function's argument.  Also handles deciding the function's
7958         call cookie.
7959         (current_file_function_operand): New function: Return true if
7960         the symbol is a function which has already been compiled.
7961         (arm_is_long_call_p): New function: Return true if the
7962         indicated function should be called via a long call.
7963         (arm_valid_type_attribute_p): New function: Return true if the
7964         attribute is a valid, arm specific, attribute.
7965         (arm_comp_type_attribute): New function: Return true if the
7966         two types have compatable, arm specific, attributes.
7967
7968         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
7969         structure.
7970         (FUNCTION_ARG): Redefine to call arm_function_arg.
7971         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
7972         structure field.
7973         (INIT_CUMULATIVE_ARGS): Redefine to call
7974         arm_init_cumulative_args.
7975         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
7976         field. 
7977         (SETUP_INCOMING_VARARGS): Redefine to use correct structure 
7978         field. 
7979         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
7980         functions.
7981         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
7982         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
7983         (COMP_TYPE_ATTRIBUTES): Define.
7984
7985         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
7986         if a long call is needed.
7987         (call_value): Call arm_is_long_call_p to decide if a long call
7988         is needed.
7989         (call_symbol): Call arm_is_long_call_p to decide if a long call
7990         is needed.
7991
7992         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
7993
7994 2000-02-11  Denis Chertykov  <denisc@overta.ru>
7995
7996         * README.AVR: New file with information about the avr ports.
7997         * config/avr: New directory with avr port files.
7998
7999 2000-02-11  Andreas Jaeger  <aj@suse.de>
8000
8001         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
8002
8003 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
8004
8005         * cpphash.c: Fix formatting, update commentary.
8006         (dump_definition): Take three separate arguments instead of a
8007         MACRODEF structure argument.
8008         * cpphash.h: Update prototype of dump_definition.
8009         * cppinit.c (cpp_finish): Update call of dump_definition.
8010
8011         * cpplib.c (do_define): Always create new hash entry with
8012         T_MACRO type.  Remove redundant check for redefinition of
8013         poisoned identifier.  Update call of dump_definition.
8014         (do_undef): Don't call check_macro_name.  Rename sym_length to
8015         len.
8016         (do_error, do_warning): Don't use copy_rest_of_line or
8017         SKIP_WHITE_SPACE.
8018         (do_warning): Don't use pedwarn for the actual warning,
8019         only the notice about its not being in the standard.  (Fixes
8020         bug with #warning in system headers.)
8021         (do_ident): Stricter argument checking - accept only a single
8022         string after #ident.  Also, macro-expand the line.
8023         (do_xifdef): Use cpp_defined.  De-obfuscate.
8024
8025         (do_pragma): Split out specific pragma handling to separate
8026         functions.  Use get_directive_token.  Update commentary.  Do
8027         not pass on #pragma once or #pragma poison to the front end.
8028         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
8029         do_pragma_default): New.
8030
8031 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
8032
8033         * jump.c (jump_optimize_1): The first operand in a relational
8034         can be a CONST_INT.
8035         * optabs.c (emit_conditional_move): Handle relationals which
8036         have a known true/false result.
8037
8038 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
8039
8040         * function.c (thread_prologue_and_epilogue_insns): Don't insert
8041         a RETURN insn into a block which already ends with a jump.
8042
8043 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
8044
8045         * haifa-sched.c (BUF_LEN): Increase a lot.
8046
8047 2000-02-11  Nick Clifton  <nickc@cygnus.com>
8048
8049         * configure.in: Add tm_p_file specification for thumb targets.
8050         * configure: Regenerate.
8051
8052         * config/arm/thumb-protos.h: New file: Prototypes for exported
8053         functions defined in thumb.c.
8054
8055 2000-02-11  Robert Lipe  <robertl@sco.com>
8056
8057         * Makefile.in (bootstrap-lean): Remove additional files.
8058         (bootstrap2-lean): Likewise.
8059         (VOL_FILES): List of files for above.
8060
8061 2000-02-11  Nathan Sidwell  <nathan@acm.org>
8062
8063         * cpphash.c (special_symbol): Remove spurious argument to
8064         cpp_lookup.
8065
8066 2000-02-11  Joel Sherrill (joel@OARcorp.com>
8067
8068         * configure.in: (i*86-*-rtems*): Swapped elf and coff
8069         stanzas.
8070         * configure: Rebuilt.
8071
8072 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
8073         
8074         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
8075
8076 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
8077
8078         * pa.c, pa.h: Remove trigraph sequences within comments.
8079
8080 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
8081
8082         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
8083
8084 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
8085
8086         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
8087
8088 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8089         
8090         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
8091
8092 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8093
8094         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
8095         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
8096         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
8097         (ASM_FILE_END): Use c4x_file_end.
8098         * config/c4x/c4x.c (c4x_global_label): New function.
8099         (c4x_external_ref, c4x_file_end): Likewise.
8100
8101         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
8102         (c4x_external_ref, c4x_end_file): Likewise.
8103
8104 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
8105
8106         * cppexp.c: Don't include cpphash.h.
8107         (parse_charconst, cpp_lex): Use cpp_defined.
8108         (cpp_lex): Use get_directive_token throughout.  Remove
8109         unnecessary cases from switch.  Move assertion-handling code
8110         down to OTHER case.
8111         (cpp_parse_expr): If we see '+' or '-', check the context to
8112         determine if they are unary or binary operators.  Streamline
8113         the jumps a bit.  Do not call skip_rest_of_line.
8114
8115         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
8116         static.  Export get_directive_token.  Update commentary.
8117         (cpp_defined): New function.
8118         (do_define): Remove reference to T_PCSTRING.  Call
8119         free_definition to release memory for old definition, when
8120         redefining a macro.
8121         (eval_if_expression): Set only_seen_white to 0 before calling
8122         cpp_parse_expr.  Call skip_rest_of_line after it returns.
8123         (cpp_read_check_assertion): Don't preserve a pointer into the
8124         token buffer across a call to cpp_get_token.
8125
8126         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
8127         * cppfiles.c (redundant_include_p): Use cpp_defined.
8128         * cpphash.c (free_definition): New function.
8129         (delete_macro): Use it.  Update commentary.
8130         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
8131         free_definition.
8132         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
8133         from enum node_type.  Prototype cpp_defined and get_directive_token.
8134         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
8135
8136         * fix-header.c (check_macro_names): Use cpp_defined.
8137         (read_scan_file): Set inhibit_warnings and inhibit_errors in
8138         the options structure.
8139
8140 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8141
8142         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
8143
8144 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
8145
8146         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
8147         rather than die->die_tag.
8148
8149 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8150
8151         * combine.c (make_extraction, force_to_mode): Avoid warning on
8152         mixed-signedness conditionals.
8153         (make_field_assignment, nonzero_bits): Likewise.
8154         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
8155         (store_split_bit_field, extract_split_bit_field): Likewise.
8156         (extract_fixed_bit_field, store_bit_field, 
8157         * expr.c: Change alignment to be unsigned everywhere.
8158         (move_by_pieces, store_constructor_field, store_constructor): 
8159         Alignment parm is unsigned.
8160         (emit_block_move, emit_group_load, emit_group_store): Likewise.
8161         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
8162         (do_compare_rtx_and_jump): Likewise.
8163         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
8164         Compare align with GET_MODE_ALIGNMENT.
8165         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
8166         (get_inner_reference): Likewise.
8167         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
8168         (expand_assignment): Local vars for alignment now unsigned.
8169         (store_constructor, store_field, expand_expr, do_jump): Likewise.
8170         (do_compare_and_jump): Likewise.
8171         (store_field): Call new function expr_align.
8172         * expr.h (emit_block_move, emit_group_load, emit_group_store):
8173         Alignment arg now unsigned.
8174         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
8175         (do_compare_rtx_and_jump, store_bit_field): Likewise.
8176         (extract_bit_field): Likewise.
8177         * fold-const.c (add_double): Add cast to eliminate signedness warning.
8178         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
8179         (get_best_mode): Alignment arg is unsigned.
8180         * rtl.h (move_by_pieces): Likewise.
8181         * store-layout.c (maximum_field_alignment, set_alignment):
8182         Now unsigned.
8183         (layout_decl): Alignment arg is now unsigned.
8184         Remove unneeded casts.
8185         (layout_record, layout_union, layout_type): Remove unneeded casts.
8186         Local alignment variables now unsigned.
8187         (get_best_mode): Alignment arg now unsigned.
8188         * tree.c (expr_align): New function.
8189         * tree.h (expr_align): Likewise.
8190         (maximum_field_alignment, set_alignment): Now unsigned.
8191         (get_inner_reference): Alignment argument is now pointer to unsigned.
8192         * varasm.c (assemble_variable): Add cast to eliminate warning.
8193
8194 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
8195
8196         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
8197         then store directly into op0.
8198
8199         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
8200         the CALL_INSN, and emit the note immediately after it.
8201
8202 2000-02-10  Nick Clifton  <nickc@cygnus.com>
8203
8204         * config/arm/thumb.md (epilogue): Include a (return) in the
8205         generated insn, and emit it using emit_jump_insn not
8206         emit_insn. 
8207
8208 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
8209
8210         * function.c (assign_temp): Change zero-sized arrays to size 1.
8211         * integrate.c (expand_inline_function): Do not update
8212         stack_alignment_needed
8213         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
8214         add some sanity checking, remove optimization for function with
8215         zero frame size.
8216
8217 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8218
8219         * flow.c (mark_regs_live_at_end): Delete unused variables.
8220
8221         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
8222
8223         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
8224         in macro FRAME_GROWS_DOWNWARD.
8225
8226         * stmt.c (expand_end_bindings): Delete unused variable.
8227
8228         * unroll.c (iteration_info): Mark parameter `loop' with
8229         ATTRIBUTE_UNUSED.
8230
8231 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8232
8233         * fixinc/server.c (load_data): Return NULL if the marker line is
8234         not found.
8235         (run_shell): If load_data returns NULL, retry the command once, in
8236         a new shell.
8237
8238         * configure: Rebuilt.
8239
8240 2000-02-09  Bruce Korb  <bkorb@gnu.org>
8241
8242         * gcc/fixincludes:  ** DELETED **
8243         * gcc/fixcpp:  ** DELETED **
8244         * gcc/fixinc-nt.sed:  ** DELETED **
8245         * gcc/just-fixinc:  ** DELETED **
8246         * gcc/Makefile.in:  Removed out-dated commentary
8247         * gcc/configure.in: Removed fast-fixincludes disablement.
8248         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
8249
8250 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8251         * function.c (thread_prologue_and_epilogue_insns): Uncomment
8252         last change.
8253
8254 2000-02-09  Richard Henderson  <rth@cygnus.com>
8255
8256         * jump.c (delete_insn): Don't delete user labels at -O0.
8257
8258 2000-02-09  Robert Lipe  <robertl@sco.com>
8259
8260         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
8261         Don't link with HOST_LIBS. 
8262
8263 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8264
8265         * configure.in: Correct --help text for --with-dwarf2.
8266         Put tm-dwarf2.h after other tm files, if it's requested.
8267         * configure: Regenerate.
8268         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
8269         defining it.
8270
8271 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8272
8273         * cpplib.h: Provide HASHNODE typedef and forward decl of
8274         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
8275         DEFINITION, struct hashnode, struct macrodef, struct
8276         definition, scan_decls prototype, default defn of
8277         INCLUDE_LEN_FUDGE moved elsewhere.
8278
8279         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
8280         definition, and struct hashnode moved here. Remove the unused
8281         'predefined' field from struct definition.  Replace the 'args'
8282         union with its sole member.  All users updated (cpphash.c).
8283         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
8284         multiple include guard.
8285
8286         * cpphash.c (hashf): Make static; use better algorithm; drop
8287         HASHSIZE parameter; return an unsigned int.
8288         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
8289         used. Calculate HASHSIZE modulus here.
8290         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
8291         here.
8292         (create_definition): Drop PREDEFINITION parameter.
8293         * cpplib.c (do_define): Don't calculate a hash value here.
8294         Don't pass (keyword == NULL) to create_definition.
8295
8296         * scan.h: Prototype scan_decls here.
8297         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
8298         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
8299         callers of cpp_lookup and cpp_install updated.
8300         
8301         * cpphash.c (macarg): Hoist all the flag diddling out of the
8302         function...
8303         (macroexpand): ... and out of the loop that calls macarg.
8304         Skip over the initial paren before macro arguments with
8305         cpp_get_non_space_token; point may be some distance before
8306         that paren.  Abort if it's not there.
8307
8308         * cpplib.c (parse_clear_mark): Delete function.
8309         (parse_set_mark, parse_goto_mark): Make static.
8310         (ACTIVE_MARK_P): New macro.
8311         (skip_block_comment, skip_line_comment): Do not bump the line
8312         if ACTIVE_MARK_P is true.
8313         (cpp_pop_buffer): The buffer to be popped may not have an
8314         active mark.
8315         (cpp_get_token): When looking for the initial paren before
8316         macro arguments, only set a mark in a file buffer, Always
8317         return to that mark before proceeding to call macroexpand or
8318         return a NAME token.
8319
8320         * cpplib.h: Remove prototypes of parse_set_mark,
8321         parse_clear_mark, parse_goto_mark.
8322         (struct cpp_options): Rename 'put_out_comments' to
8323         'discard_comments' and invert its sense.
8324         * cppinit.c, cpphash.c, cpplib.c: All users of
8325         put_out_comments changed to use discard_comments, with
8326         opposite sense.
8327
8328 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8329
8330         * function.c (thread_prologue_and_epilogue_insns): Don't delete
8331         the edge from a block that both jumps and falls through to the
8332         fallthru block.
8333
8334 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
8335
8336         * config/arm/arm.md (movsi): In PIC mode, make sure that a
8337         constant source address is legitimate.
8338
8339 2000-02-09  Philip Blundell  <pb@futuretv.com>
8340
8341         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
8342         correctly.
8343
8344         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
8345         generating PIC.
8346         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
8347
8348 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8349
8350         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
8351         ends with a newline and a NUL.  Don't be so clever manipulating
8352         strings.
8353
8354 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
8355
8356         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
8357         not to BIGGEST_ALIGNMENT.
8358
8359 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
8360
8361         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
8362         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
8363         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
8364         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
8365         * frame.c (execute_cfa_insn): Handle 
8366         DW_CFA_GNU_negative_offset_extended.
8367
8368 2000-02-08  Richard Henderson  <rth@cygnus.com>
8369
8370         * flow.c (tidy_fallthru_edges): Split out from ...
8371         (delete_unreachable_blocks): ... here.
8372         (find_basic_blocks): Use it.
8373
8374 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8375
8376         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
8377
8378 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
8379
8380         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
8381         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
8382         (fix-header.o): Don't depend on cpphash.h.
8383
8384         * scan.c (hashstr): New function. 
8385         * scan.h: Prototype it.
8386         * fix-header.c: Don't include cpphash.h.  Use hashstr.  
8387         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
8388         hashstr.  Report hash table statistics.  Add private     
8389         definition of xrealloc.
8390
8391 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8392
8393         * i386.h (TARGET_SWITCHES): Fix typo in option name.
8394
8395 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
8396
8397         * function.c (thread_prologue_and_epilogue_insns): Don't replace
8398         jumps with returns unless they are jumps to the fallthru block.
8399
8400 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
8401
8402         * i386.md (addqi3_cc): Fix contraints.
8403
8404 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8405
8406         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
8407
8408 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
8409
8410         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
8411         carriage return after a macro name.
8412
8413 2000-02-07  Fred Fish  <fnf@be.com>
8414
8415         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
8416         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
8417
8418 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
8419
8420         * cppfiles.c (deps_output): Count spacers in deps_column.
8421
8422 2000-02-07  Neil Booth  <NeilB@earthling.net>
8423
8424         * cppinit.c (initialize_dependency_output): If there is no
8425         suffix, don't try to look for known suffixes.  Use strrchr.
8426         (cpp_start_read): Remove duplicate initialization.
8427
8428 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
8429
8430         * calls.c (compute_argument_block_size): New argument
8431         preferred_stack_boundary.
8432         (expand_call): update cfun->preferred_stack_boundary, update call of
8433         compute_argument_block_size
8434         (emit_library_call): Increate cfun->preferred_stack_boundary
8435         to PREFERRED_STACK_BOUNDARY
8436         (emit_library_call_value): Likewise.
8437         * explow.c (allocate_dynamic_stack_spave): Likewise.
8438         * function.c (prepare_function_start): Set
8439         cfun->preferred_stack_boundary
8440         * function.h (struct function): Add preferred_stack_boundary field.
8441         * integrate.c (expand_inline_function): Update
8442         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
8443         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
8444         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
8445
8446 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
8447
8448         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
8449         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
8450         cpp_pedwarn, cpp_pedwarn_with_line,
8451         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
8452         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
8453         v_cpp_error_with_line, v_cpp_warning_with_line,
8454         cpp_message_from_errno, cpp_perror_with_name): Delete.
8455
8456         * cpperror.c (cpp_print_containing_files): Take starting
8457         buffer as argument.
8458         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
8459         (v_cpp_message): Now called directly by all entry points.
8460         Remove -1 case.
8461         (cpp_pfatal_with_name, cpp_message): Delete.
8462         (cpp_notice_from_errno, cpp_ice): New functions.
8463         (cpp_notice): Is now for reporting error conditions, just
8464         without an associated file.
8465         (cpp_error, cpp_error_with_line): Don't do anything if
8466         opts->inhibit_errors is on.
8467         (cpp_pedwarn_with_file_and_line): Take column argument also.
8468
8469         * cpplib.h: Update prototypes of exported functions.
8470         (struct cpp_options): Add inhibit_errors.
8471
8472         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
8473         non-error messages.  Include intl.h.
8474
8475         * cppinit.c, cppmain.c: Likewise.  Also, use
8476         cpp_notice_from_errno instead of cpp_perror_with_name or
8477         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
8478
8479         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
8480         report internal errors.
8481
8482         * cpplib.c (do_define): Switch bcopy to memcpy.
8483         Give cpp_pedwarn_with_file_and_line a dummy column argument.
8484
8485         * cpplib.c (copy_rest_of_line): Revert previous change: don't
8486         bail out early if we hit a line comment.
8487
8488 2000-02-06  Richard Henderson  <rth@cygnus.com>
8489
8490         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
8491         * basic-block.h: Declare them.
8492         * emit-rtl.h (active_insn_p): New.
8493         (next_active_insn, prev_active_insn): Use it.
8494         * rtl.h: Declare it.
8495         * function.c (emit_return_into_block): New.
8496         (thread_prologue_and_epilogue_insns): Insert return insns instead
8497         of epilogues when possible.
8498         * jump.c (jump_optimize_1): Remove code to insert a return insn
8499         on the fallthru to the exit block.
8500
8501         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
8502         and for non-empty stack frames.
8503         * i386.md (return): Expand to return-pop as needed.
8504
8505 2000-02-06  Richard Henderson  <rth@cygnus.com>
8506
8507         * simplify-rtx.c (simplify_relational_operation): Canonicalize
8508         constant to op1 for testing.
8509
8510 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8511
8512         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
8513         (fixuns_truncqfqi2): Use it.
8514
8515 2000-02-06  Richard Henderson  <rth@cygnus.com>
8516
8517         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
8518         as a TYPE_LEA insn.
8519
8520         * i386.md (widening and peepholes): Mask the constant instead of
8521         using gen_lowpart.
8522
8523 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
8524
8525         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
8526         input pointer before possibly branching off to the backslash
8527         code.
8528         * cpphash.c (macroexpand): Correctly delete \r escapes when
8529         stringifying parameters.
8530         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
8531         if we can; bail out early if we hit a line comment.
8532         (handle_directive): Treat '# 123' in an .S file just like
8533         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
8534         Return 1 for '# not_a_directive'.
8535         (get_directive_token): Pop macro buffers here, so that
8536         cpp_get_token can't sneakily move past a newline.
8537         Add sanity checks. 
8538         (cpp_get_token): goto randomchar if handle_directive returns 0.
8539
8540         * cppalloc.c: Update copyright.
8541         * cpplib.c: Merge all the static function prototypes into one
8542         block.
8543         * cpplib.h: Remove #if 0 block.
8544
8545         * cpperror.c: Remove #ifdef EMACS block.
8546         * cppmain.c: Likewise.
8547         * cpphash.c: Remove #if 0 blocks.
8548         * cppinit.c: Remove #if 0 blocks, and the -lint option.
8549         * cpplib.c: Remove #if 0 blocks and code referencing
8550         pcp_inside_if or for_lint.  Remove duplicate error message.
8551         Fix error messages for #else after #else or #elif.  Reformat.
8552         Remove archaic TODO list.
8553         * cpplib.h: Remove pcp_inside_if and for_lint flags.
8554
8555 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
8556
8557         * i386/osf1elf.h: Add missing backslash to multiline string.
8558
8559 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8560
8561         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
8562
8563 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8564
8565         * Makefile.in (c-common.o): Depend on $(EXPR_H).
8566
8567         * c-common.c: Include expr.h.
8568
8569         * c-pragma.c (mark_align_stack): Add prototype.
8570
8571         * caller-save.c (add_stored_regs): Likewise.
8572
8573         * combine.c (record_promoted_value): Likewise.
8574
8575         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
8576         Likewise.
8577
8578         * cppinit.c (new_pending_define): Likewise.
8579
8580         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
8581
8582         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
8583         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
8584         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
8585         class_scope_p): Likewise.
8586
8587         * dwarf2out.h (dwarf2out_set_demangle_name_func,
8588         dwarf2out_add_library_unit_info): Likewise.
8589
8590         * ggc.h (ggc_page_print_statistics): Likewise.
8591
8592         * haifa-sched.c (propagate_deps): Likewise.
8593
8594         * reg-stack.c (next_flags_user, record_label_references): Likewise.
8595
8596         * rtl.h (set_stack_check_libfunc): Likewise.
8597
8598         * toplev.h (set_fatal_function): Likewise.
8599
8600         * toplev.c (set_fatal_function): Delete prototype.
8601         
8602         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
8603         
8604 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
8605
8606         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
8607         (FUNC_END): Likewise.
8608
8609 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8610
8611         * caller-save.c: Include tm_p.h.
8612
8613 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8614
8615         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
8616
8617 2000-02-04  Neil Booth  <NeilB@earthling.net>
8618
8619         * cccp.c (main): Check 'dir' for a NULL pointer before passing
8620         it to strcmp.
8621
8622 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
8623
8624         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
8625         * genflags.c: Use the max_operand_1 logic from genemit.c to
8626         calculate how many arguments gen_insn prototypes have.  Remove
8627         NO_MD_PROTOTYPES ifdefs from the generated file.
8628         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
8629         file.  Cast gen_insn initializers to insn_gen_fn.
8630         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
8631         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
8632
8633 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8634
8635         * fixinc/Makefile.in (HDR): Add machname.h.
8636         (clean): Likewise.
8637
8638 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8639
8640         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
8641         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
8642         (c4x_cpu_version): Ditto.
8643         * config/c4x/c4x-protos.h: ... here.
8644
8645 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
8646
8647         * dwarf2out.c (add_abstract_origin_attribute): Don't call
8648         gen_abstract_function on our context if we're a nested function.
8649
8650 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8651
8652         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
8653         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
8654
8655 2000-02-04  Bruce Korb  <bkorb@gnu.org>
8656
8657         * fixinc/genfixes(machname.h):
8658         Move the functionality from gen-machine.h into this file.
8659         UNdef MN_NAME_PAT if there are no names to change.
8660         Also, be a little kinder when AutoGen is not present.
8661
8662         * fixinc/Makefile.in(machname.h):
8663         Change the generation rule to use genfixes.
8664
8665         * fixinc/fixfixes.c(machine_name):
8666         machine_name_fix's functionality now dependent upon whether
8667         MN_NAME_PAT is defined.
8668
8669         * fixinc/fixtests.c(machine_name):
8670         ditto.
8671
8672         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
8673         of MN_NAME_PAT.
8674
8675         * fixinc/fixlib.h(mn_get_regexps):
8676         ditto
8677
8678         * fixinc/gen-machine.h: DELETED
8679
8680 2000-02-04  Jan Hubicka  <jh@suse.cz>
8681             Richard Henderson  <rth@cygnus.com>
8682
8683         * i386.c (SAVE_REGS_FIRST): Remove.
8684         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
8685         (ix86_compute_frame_size): Likewise.
8686         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
8687         (ix86_emit_restore_regs): Remove.
8688         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
8689         when a frame pointer is in use.
8690         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
8691         instead of pop to restore a register when profitable; emit leave
8692         when profitable.
8693         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
8694         as a TYPE_LEA insn.
8695         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
8696         * i386.md (prologue_allocate_stack): Remove.
8697         (epilogue_deallocate_stack): Remove.
8698         (pro_epilogue_adjust_stack): New.
8699
8700 2000-02-04  Richard Henderson  <rth@cygnus.com>
8701
8702         * function.c (diddle_return_value): Rework to use a callback function.
8703         Use current_function_return_rtx if it's been set up.
8704         (do_clobber_return_reg, clobber_return_register): New.
8705         (do_use_return_reg, use_return_register): New.
8706         (expand_function_end): Use them.
8707         * stmt.c (expand_null_return): Likewise.
8708         * function.h: Declare them.
8709         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
8710         (mark_reg): Change arguments as appropriate for callback.
8711         * integrate.c (expand_inline_function): Revert 19 Jan change.
8712
8713 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8714
8715         * tm.texi (Values in Registers): Fix typo: "fo" "for".
8716         (Misc): Say the scheduler, not the Haifa scheduler.
8717
8718 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
8719
8720         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
8721         when in_mem is set.  Update all callers.
8722
8723 2000-02-04  Richard Henderson  <rth@cygnus.com>
8724
8725         * i386/openbsd.h (INT_ASM_OP): Define.
8726
8727 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8728
8729         * tm.texi: Fix various typos.
8730
8731 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
8732
8733         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
8734         (MD_STARTFILE_PREFIX_1): New macro.
8735
8736 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
8737
8738         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
8739         destination when needed.
8740         (strmovsi, strsetsi): New expander.
8741         (strmovsi_1, strsetsi_1): New pattern.
8742         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
8743         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
8744         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
8745         * invoke.texi (align-stringops, inline-all-stringops): Document.
8746
8747 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
8748
8749         * i386/netbsd.h (INT_ASM_OP): Define.
8750
8751 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
8752
8753         * cpplib.h (cpp_reader): Add new flag, no_directives.
8754         * cpphash.c (macarg): Set it.
8755         * cpplib.c (handle_directive): If no_directives is on and we
8756         find a directive, issue an error and discard the line.
8757
8758 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
8759
8760         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
8761         FP constants.  Add ! TARGET_FPU check for FP constants.
8762
8763 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
8764         
8765         * flow.c (find_basic_blocks): Don't kill label_value_list
8766         here.
8767         (cleanup_cfg): Kill it here.
8768
8769 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8770
8771         * expr.c (store_field): Ensure ALIGN is no stricter than the
8772         alignment of EXP.
8773
8774 2000-02-02  Richard Henderson  <rth@cygnus.com>
8775
8776         * jump.c (delete_insn): Partially revert 19 Jan change; 
8777         don't convert unused code labels to notes at -O0.
8778
8779 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8780
8781         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
8782         split_all_insns to recreate REG_LABEL notes for flow2 pass.
8783
8784 2000-02-01  Richard Henderson  <rth@cygnus.com>
8785
8786         * i386.c (general_no_elim_operand): New.
8787         (nonmemory_no_elim_operand): New.
8788         (ix86_expand_move): Copy eliminable operands before a push.
8789         * i386-protos.h: Declare new functions.
8790         * i386.h (CAN_ELIMINATE): Simplify.
8791         (PREDICATE_CODES): Update.
8792         * i386.md (push insns): Don't allow eliminable register operands.
8793
8794 2000-02-01  Richard Henderson  <rth@cygnus.com>
8795
8796         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
8797         replace BLKmode with DECL_RTL's mode.
8798
8799 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
8800
8801         * frame.c (find_fde): Convert for loop to do-while so compiler
8802         sees it's always executed at least once.
8803         * libgcc2.c (BBINBUFSIZE): Kill.
8804         (__bb_init_prg): Use fgets.
8805         (__bb_exit_trace_func): Don't paste strings.
8806         * unroll.c (unroll_loop): Initialize unroll_type, not
8807         unroll_number, and tweak logic to match.
8808
8809         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
8810         all failure paths.
8811         (ix86_flags_dependant): Likewise.  Disentangle control flow.
8812         (ix86_sched_reorder): Break guts out to
8813         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
8814         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
8815         any possible use.
8816
8817         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
8818         use string concatenation.  Don't save and restore esi.
8819
8820         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
8821         (machname.h): Remove script to separate file.  Use two-step
8822         sequence so target is not created if script fails.
8823         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
8824         identifiers are defined.
8825         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
8826         an empty string, machine_name doesn't need to do anything at
8827         all.
8828         (is_cxx_header): Add more cases to regexp.
8829         * fixinc/fixlib.h: Update prototype.
8830         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
8831         mn_get_regexps.
8832         * fixinc/fixincl.c: Define NO_BOGOSITY.
8833
8834         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
8835         (hp_sysfile): Add missing comma.
8836         (math_exception): Put the wrapper ifdefs at the beginning and
8837         the end of the file.
8838         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
8839
8840 2000-02-01  Richard Henderson  <rth@cygnus.com>
8841
8842         * sparc.c (fp_zero_operand): Turn into a normal predicate.
8843         Use CONST0_RTX.  Update all callers.
8844         * sparc.h, sparc-protos.h: Update accordingly.
8845         * sparc.md (fp mov insns): Use fp_zero_operand directly
8846         where applicable.
8847
8848 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8849
8850         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
8851         example.
8852
8853 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8854
8855         * Makefile.in (specs.ready): New target.
8856         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
8857
8858 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8859
8860         * fixinc.irix: Use unique filenames for writing into /tmp,
8861         * fixinc.ptx: Likewise.
8862         * fixinc.sco: Likewise.
8863         * fixinc.svr4: Likewise.
8864         * fixinc.winnt: Likewise.
8865
8866 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8867
8868         * tsystem.h: New file.
8869
8870         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
8871         s-crtS): Depend on tsystem.h.
8872
8873         * crtstuff.c: Include tsystem.h.
8874         * frame.c: Likewise.
8875         * libgcc2.c: Likewise.
8876
8877 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
8878
8879         * builtins.c (expand_builtin_memset): Expand for variable sized
8880         lengths too.
8881
8882 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au> 
8883
8884         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
8885         on ABI.
8886
8887 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8888
8889         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
8890
8891         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
8892
8893 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
8894
8895         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
8896         case 3->2 combining (combining with splitting) in which 2 is CC0
8897         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are 
8898         checked at the begining of the function with the aid of calling 
8899         function 'can_combine_p'. 
8900
8901 2000-01-31  Dave Brolley  <brolley@redhat.com>
8902
8903         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
8904
8905 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
8906
8907         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
8908         new label.
8909
8910 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8911
8912         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
8913         
8914         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
8915         PROTO -> PARAMS.
8916
8917 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
8918
8919         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
8920         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
8921         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
8922         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
8923         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
8924         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
8925         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
8926         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
8927         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
8928         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
8929         
8930         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
8931         Add %(cpp_cpu) to CPP_SPEC.
8932
8933         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
8934         Add %(cc1_cpu) to CC1_SPEC.
8935
8936 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
8937
8938         * c-decl.c (c_decode_option): Accept optional numeric argument to
8939         -Wformat and set warn_format.
8940         * c-common.c: Don't emit warning about non-constant printf format
8941         string unless warn_format > 1.
8942
8943 2000-01-30  Richard Henderson  <rth@cygnus.com>
8944
8945         * alpha.md (return_internal): Allow after reload only.
8946
8947 2000-01-30  Richard Henderson  <rth@cygnus.com>
8948
8949         * i386.c (ix86_compute_frame_size): Omit padding1 if the
8950         local frame size is zero.
8951
8952 2000-01-30  Richard Henderson  <rth@cygnus.com>
8953
8954         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
8955         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
8956         * alpha.md (return): Turn into an expander.
8957         (return_internal): Don't use $26.
8958         (epilogue): Emit the return insn.
8959
8960 2000-01-30  Richard Henderson  <rth@cygnus.com>
8961
8962         * alpha.md (negtf2, abstf2): Fix word order thinko.
8963         (extendsftf2): New.
8964         (trunctfsf2): Avoid intermediate rounding errors.
8965
8966 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
8967
8968         * cppfiles.c (find_position): Drop 'colp' argument, return the
8969         new line base.
8970         (read_and_prescan): Adjust to match.  Don't ever manipulate
8971         line or line_base except via find_position.
8972
8973 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
8974
8975         * c-parse.in: Apply Ulrich's changes from c-parse.y.
8976         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
8977         Regenerate.
8978
8979 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
8980
8981         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
8982         just print "<command line>".  If 'filename' is null or an
8983         empty string, print "<stdin>" for the filename.
8984         * cpplib.c (do_define): Don't print the 'location of the
8985         previous definition' message if we're still parsing the
8986         command line.
8987         (cpp_pedwarn_with_file_and_line): Always call
8988         cpp_file_line_for_message.
8989
8990 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
8991
8992         * flow.c (mark_regs_live_at_end): Fix typo.
8993
8994 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
8995
8996         * c-common.c: Adjust variable names, comments, help strings to c99.
8997         * c-lex.c: Likewise.
8998         * c-parse.y: Likewise.
8999         * c-tree.h: Likewise.
9000         * cccp.c: Likewise.
9001         * cpplib.h: Likewise.
9002         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
9003         * cppinit.c: Likewise.
9004
9005 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9006
9007         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
9008         * c4x.c: Define the optab rtx values.
9009         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
9010         (c4x_emit_libcall): Use new optab rtx values.
9011         (c4x_emit_libcall3): Likewise.
9012         (c4x_emit_libcall_mulhi): Likewise.
9013         * c4x-protos.h: Add prototypes for optab rtx values and change
9014         prototypes for above c4x_emit_libcall functions.
9015
9016 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9017
9018         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
9019         syntax is used.
9020         (c4x_function_prologue): Use regnames intead of float_reg_names when
9021         TI syntax is used.
9022         (c4x_function_epilogue): Likewise.
9023         (c4x_print_operand): Likewise.
9024         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
9025         * c4x.md (set_high): Disable for TARGET_TI.
9026
9027 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9028
9029         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
9030         of framepointer + constant to ADDR_REGS class.
9031         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
9032         * c4x.c (std_or_reg_operand): New function.
9033         * c4x-protos.h (std_or_reg_operand): Prototype it.
9034
9035 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9036
9037         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
9038                 object names as libgcc2.c.
9039         * libgcc.S: Use newly defined names.
9040
9041 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
9042         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
9043         function.
9044         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
9045         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
9046         (FLOW_LOOP_LAST_BLOCK): Likewise.
9047
9048 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9049
9050         * basic-block.h (struct loop): New fields 'first' and 'last'.
9051         * flow.c (flow_loops_find): Compute loop->first and loop->last.
9052         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
9053         and loop->last to check for NOTE_INSN_LOOP_END.
9054
9055 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
9056
9057         * predict.c (estimate_probability): Use the new FIRST and LAST fields
9058         of the loop descriptor rather than HEADER and LATCH. Also added
9059         missing break statements as well making some coding style modifications
9060         as suggested by Michael Hayes.
9061
9062 2000-01-28  Richard Henderson  <rth@cygnus.com>
9063
9064         * flow.c (find_basic_blocks): Remove do_cleanup argument.
9065         Break out that code ...
9066         (cleanup_cfg): ... here.
9067         (commit_one_edge_insertion): Detect a return instruction being
9068         emitted to an edge.  Emit a barrier following; clear fallthru.
9069         (commit_edge_insertions): Verify CFG consistency.
9070         * function.c (expand_function_start): Kill unused variable.
9071         (expand_function_end): Likewise.
9072         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
9073         to insert the epilogue.
9074
9075         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
9076         (delete_null_pointer_checks): Likewise.
9077         * output.h: Likewise.
9078         * reg-stack.c (reg_to_stack): Likewise.
9079         * toplev.c (rest_of_compilation): Likewise.  Run
9080         thread_prologue_and_epilogue_insns after rebuilding the CFG.
9081
9082 2000-01-28  Richard Henderson  <rth@cygnus.com>
9083
9084         * Makefile.in (flow.o): Revert 24 Jan change.
9085         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
9086         FUNCTION_VALUE result to DECL_RESULT's mode.
9087
9088         * haifa-sched.c (schedule_insns): Don't recompute reg info
9089         after reload.
9090
9091 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
9092
9093         * configure.in: Make --enable-cpplib the default.
9094         * configure: Regenerate.
9095         * gcc.dg/990119-1.c: No longer expected to fail.
9096
9097 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
9098
9099         * jump.c (jump_optimize_1): Delete an optimization that is also done
9100         by merge_blocks in flow.
9101
9102 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9103
9104         * diagnostic.c (build_message_string, output_printf,
9105         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
9106         (build_location_prefix): Fix non-literal format string.
9107
9108 2000-01-27  Richard Henderson  <rth@cygnus.com>
9109
9110         * alpha.md (trunctfsf2): New.
9111
9112 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
9113
9114         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
9115
9116 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
9117
9118         * cppinit.c (cpp_handle_option): Recognize C++ comments under
9119         -std=gnu89.
9120         * cpplib.c (skip_block_comment, skip_line_comment): Split code
9121         out of...
9122         (skip_comment) ... here.  Permit C++ comments in system
9123         headers always.  Warn about C++ comments in user code under
9124         -std=gnu89 -pedantic.
9125         (copy_comment): Use skip_comment.
9126         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
9127         return EOF.
9128         (consider_directive_while_skipping, do_else, do_endif): Call
9129         validate_else unconditionally.
9130         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
9131         text after the conditional in a system header.
9132         * cpplib.h (struct cpp_buffer): Add flag
9133         warned_cplusplus_comments.
9134
9135 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
9136
9137         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
9138         Use unshare_all_rtl_1.
9139         (unshare_all_rtl_again): New function.
9140         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
9141
9142         * function.c (purge_addressof_1): Use unshare_all_rtl_again
9143         rather than resetting the 'used' flags ourself.
9144
9145         * toplev.c (rest_of_compilation): Add current_function_decl
9146         to the unshare_all_rtl call.
9147         * tree.h: Prototype unshare_all_rtl.
9148         * rtl.h: Prototype unshare_all_rtl_again here.
9149
9150 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
9151
9152         * genoutput.c (output_prologue): Include ggc.h in generated
9153         files.
9154         * Makefile.in (insn-output.o): Depends on ggc.h.
9155
9156 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
9157             Hans-Peter Nilsson  <hp@bitrange.com>
9158
9159         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
9160         Remove redundant include of xm-ns32k.h.
9161         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
9162         Remove redundant include of xm-ns32k.h.
9163         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
9164         Remove redundant include of xm-ns32k.h.
9165         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
9166
9167         * ns32k/ns32k.h: Update comment on multiply-add instructions.
9168         (TARGET_SWITCHES): Add documentation strings.
9169         (DWARF_FRAME_REGNUM): Override default definition.
9170         (REG_CLASS_CONTENTS): Add comments.
9171         (SUBSET_P): Format to reduce line length.
9172         (SMALL_REGISTER_CLASSES): Make a run time option.
9173         (GO_IF_NONINDEXED_ADDRESS): Reformat.
9174         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
9175         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
9176         (regclass_map): fix typo in comment.
9177         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
9178         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
9179         (trace, reg_or_mem_operand): Delete, unused function.
9180         (calc_address_cost): Small offsets are cheaper than large ones.
9181         (expand_block_move): Generate more efficient code when bytes is a
9182         known at compile time.
9183         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
9184         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
9185         instead of reg_or_mem_operand.
9186
9187         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
9188         not general_operand.  Similarly use "=rm" or stricter, not "=g".
9189         For input operands, use stricter constraints than "g" if not
9190         general_operand.  Similarly use stricter predicate than
9191         "general_operand" when stricter constraints than "g" are present,
9192         except for matching constraints.
9193         (movstrsi): Use "memory_operand" for operands 0 and 1.
9194         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
9195         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
9196         not reg_or_mem_operand.
9197         (udivmoddisi4): Ditto.
9198         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
9199         Use nonimmediate_operand for operand 3, not register_operand.
9200         (udivmoddiqi4_internal): Use register_operand for operand 1, not
9201         reg_or_mem_operand.
9202
9203 2000-01-27  Fred Fish  <fnf@be.com>
9204
9205         * gthr-posix.h: Fix typo; compatibily -> compatibility.
9206         * gthr-single.h: Likewise.
9207         * gthr-solaris.h: Likewise.
9208         * gthr-vxworks.h: Likewise.
9209         * gthr-win32.h: Likewise.
9210         * gthr.h: Likewise.
9211
9212 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
9213
9214         * cppinit.c: Add " (cpplib)" to end of string printed by
9215         -v / --version.
9216
9217 2000-01-27  Richard Henderson  <rth@cygnus.com>
9218
9219         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
9220         testing for a signed comparison.
9221         (alpha_emit_floatuns): New.
9222         * alpha-protos.h: Declare it.
9223         * alpha.md (floatunsdisf2, floatunsdidf2): New.
9224         (extendsfdf2): Tidy.
9225
9226 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
9227
9228         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
9229         no -g option specifying debugging format, default to -gstabs+.
9230
9231 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
9232
9233         * calls.c (special_function_p): New argument fork_or_exec.
9234         (expand_call): When profile_arc_flag is set and the function
9235         is in the fork_or_exec group, call __bb_fork_func first.
9236         * libgcc2.c, _bb module (__bb_fork_func): New function.
9237         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
9238         output file.
9239         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
9240         * tree.h (special_function_p): Update prototype.
9241
9242 2000-01-26  Richard Henderson  <rth@cygnus.com>
9243
9244         * alpha.c (alpha_split_tfmode_pair): New.
9245         * alpha-protos.h: Declare it.
9246         * alpha.md (abstf2, negtf2): New.
9247         (movtf insn): Add input G constraint.
9248         (movtf splitter): Use alpha_split_tfmode_pair.
9249
9250 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9251
9252         * i386/cygwin.h: PROTO -> PARAMS.
9253
9254 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
9255
9256         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
9257         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
9258         using _Qp_cmp/_Q_cmp and testing the return value.
9259         (print_operand): Call reverse_condition_maybe_unordered if
9260         we are handling CCFPmode or CCFPEmode.
9261         Handle ORDERED, UN* and LTGT comparisons.
9262         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
9263         if not TARGET_HARD_QUAD.
9264         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
9265         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
9266         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
9267         Adjust gen_b* calls so that they reflect return comparison of
9268         sparc_emit_float_lib_cmp.
9269
9270 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9271
9272         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
9273         incoming operands array is large enough for one more operand.
9274         (alpha_emit_xfloating_arith): Likewise.
9275
9276 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9277
9278         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
9279         file with one line and no trailing newline.
9280         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
9281         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
9282         checking if the match is on the line.
9283         * fixinc/gnu-regex.c: Provide regerror not __regerror.
9284
9285 2000-01-25  Richard Henderson  <rth@cygnus.com>
9286
9287         * sparc.c (output_cbranch): Fix accidental squashing of the
9288         fp branch pre-delay nop.
9289
9290 2000-01-25  Richard Henderson  <rth@cygnus.com>
9291
9292         * tree.def (UNNE_EXPR): Remove.
9293         * c-typeck.c (build_binary_op): Don't handle it.
9294         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
9295
9296         * rtl.def (UNNE): Remove.
9297         (LTGT): Add.
9298         * jump.c (reverse_condition): Update accordingly.
9299         (swap_condition): Likewise.
9300         (comparison_dominates_p): Handle unordered comparisons.
9301         (reverse_condition_maybe_unordered): New.
9302         * rtl.h (reverse_condition_maybe_unordered): Declare.
9303
9304         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
9305         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
9306         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
9307         * sparc.md (bltgt): New.
9308
9309 2000-01-25  Nick Clifton  <nickc@redhat.com>
9310
9311         * emit-rtl.c (emit_insn): Only check machine class insns for
9312         improper emission of a RETURN.
9313
9314 2000-01-25  Richard Henderson  <rth@cygnus.com>
9315
9316         * Makefile.in (flow.o): Depend on $(EXPR_H).
9317         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
9318         duplicate the structure of diddle_return_value for keeping regs live.
9319
9320 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9321
9322         * loop.c (current_loop_info): Delete.
9323         (consec_sets_invariant_p): Add loop argument, update callers.
9324         (get_condition_for_loop): Likewise.
9325         (count_nonfixed_reads, update_giv_derive): Likewise.
9326         (simplify_giv_expr, general_induction_var): Likewise.
9327         (consec_sets_giv, recombine_givs): Likewise.
9328         (move_movables): Delete loop_start and loop_end arguments,
9329         add loop argument, and update callers.
9330         (find_mem_givs, check_final_value): Likewise.
9331         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
9332         (loop_invariant_p): Rename from invariant_p, add loop argument, and
9333         update callers.
9334         (basic_induction_var): Add loop argument, delete loop_level argument,
9335         and update callers.
9336         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
9337         add loop argument, and update callers.
9338         (find_splittable_regs, find_splittable_givs): Likewise.
9339         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
9340         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
9341         (biv_total_increment): Delete loop_start and loop_end arguments;
9342         update callers.
9343         (precondition_loop_p): Delete loop_start and loop_info arguments;
9344         update callers.
9345         * loop.h (get_condition_for_loop): Add loop argument.
9346         (biv_total_increment): Delete loop_start and loop_end arguments.
9347         (precondition_loop_p): Delete loop_start and loop_info arguments;
9348         add loop argument.
9349         (final_biv_value): Delete loop_start and loop_end arguments;
9350         add loop argument.
9351         (final_giv_value, back_branch_in_range_p): Likewise.
9352
9353 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
9354
9355         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
9356
9357 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
9358
9359         * Makefile.in (c-gperf.h) : Change the "See" pointer to
9360         point to the new "generated_files" doc.
9361
9362 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
9363
9364         * config/fp-bit.c (_unord_f2): Fix typo.
9365
9366 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9367
9368         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
9369         c-typeck.c, objc/objc-act.c: Remove all references to obstack
9370         functions obsoleted by GC, such as push_obstacks_nochange,
9371         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
9372         and code which existed only to decide whether or not to call
9373         them.  Remove now-unused NESTED argument from start_function;
9374         all callers changed.  Do not change behavior based on ggc_p.
9375         The use of the ixp_obstack in c-iterate.c and the util_obstack
9376         in objc/objc-act.c remain; these are not obsoleted by garbage
9377         collection.
9378         * c-tree.h: Update prototype for start_function.
9379
9380         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
9381
9382 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
9383
9384         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
9385         mips16.
9386
9387 2000-01-25  Richard Henderson  <rth@cygnus.com>
9388
9389         * sparc-protos.h (select_cc_mode): Declare.
9390         * sparc.c (select_cc_mode): New.  Handle unordered compares.
9391         (output_cbranch): Always reverse via code change.  Handle
9392         unordered compares.  Factor tests and string updates.
9393         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
9394         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
9395         * sparc.md (bunordered, bordered): New.
9396         (bungt, bunlt, buneq, bunge, bunle): New.
9397
9398 2000-01-25  Richard Henderson  <rth@cygnus.com>
9399
9400         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
9401         * ggc-common.c (ggc_add_rtx_varray_root): New.
9402         (ggc_mark_rtx_varray): New.
9403         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
9404         functions down below ggc_mark_foo.
9405         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
9406
9407 2000-01-25  Richard Henderson  <rth@cygnus.com>
9408
9409         * alpha.c (secondary_reload_class): Don't allocate a secondary
9410         for integral mode memories into FLOAT_REGS.  Rearrange the more
9411         complicated memory expression inward.
9412
9413 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9414
9415         * inclhack.def: Fixes to play nicer with FreeBSD, and
9416         corrections to comments.
9417         (cxx_unready): Add select expression.
9418         (irix_sockaddr): Add bypass expression.
9419         (machine_ansi_h_va_list): New fix.
9420         (stdio_va_list): No need to edit _BSD_VA_LIST_.
9421         Split out addition of "#include <stdarg.h>" to...
9422         (stdio_stdarg_h): ... here.
9423         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
9424         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
9425         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
9426         size_t.
9427         (ultrix_ifdef): Tighten up select expression.
9428
9429         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
9430         re_ct and max_mach to avoid use of shell.  Make printed names
9431         match names in inclhack.def.  Use static copyright date.
9432         Don't count c_test and test expressions as requiring regex_t
9433         slots.  Add some commentary.
9434         * inclhack.tpl: Do not include the 'This script contains N
9435         fixup scripts' line if PROGRAM is defined.  Use static
9436         copyright date.
9437
9438 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
9439
9440         * dwarf2out.c: include "varray.h", not dyn-string.h.
9441         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
9442         (addr_const_to_string, addr_to_string): Lose.
9443         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
9444         (struct dw_val_struct): val_addr is now an rtx.
9445         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
9446         (used_rtx_varray): New varray.
9447         (dwarf2out_init): Initialize it.
9448         (save_rtx): New fn.
9449         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
9450         addr_to_string.
9451         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
9452         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
9453         * Makefile.in (dwarf2out.o): Update dependencies.
9454
9455 2000-01-24  Richard Henderson  <rth@cygnus.com>
9456
9457         * i386.c (i386_dwarf_output_addr_const): New.
9458         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
9459
9460         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
9461         if defined.
9462         * dwarfout.c (output_mem_loc_descriptor): Likewise.
9463         * i386.c (i386_simplify_dwarf_addr): New.
9464         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
9465
9466 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
9467
9468         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
9469         TYPE_STUB_DECL is NULL.
9470
9471 2000-01-24  Richard Henderson  <rth@cygnus.com>
9472
9473         * builtins.c (expand_tree_builtin): Move ...
9474         * c-common.c (expand_tree_builtin): ... here.
9475
9476 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9477
9478         * loop.h (LOOP_INFO): New accessor macro.
9479         * basic-block.h (struct loop): Rename field `info' to `aux'.
9480         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
9481         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
9482         * unroll.c (loop_iterations, unroll_loop): Likewise.
9483
9484 2000-01-24  Christopher Faylor <cgf@cygnus.com>
9485
9486         * config/i386/t-cygwin: Accomodate new winsup directory layout
9487         when searching for include files.
9488
9489 2000-01-24  Richard Henderson  <rth@cygnus.com>
9490
9491         * rtl.def: Add unordered fp comparisions.
9492         * tree.def: Likewise.
9493         * tree.h: Add ISO C 9x unordered fp comparision builtins.
9494
9495         * builtins.c (expand_tree_builtin): New function.
9496         * c-typeck.c (build_function_call): Use it.
9497         (build_binary_op): Support unordered compares.
9498         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
9499
9500         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
9501         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
9502         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
9503         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
9504         * jump.c (reverse_condition): Don't abort for UNLE etc, but
9505         return UNKNOWN.
9506         (swap_condition): Handle unordered compares.
9507         (thread_jumps): Check can_reverse before reversing.
9508         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
9509         reversed for FP.
9510
9511         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
9512         setcc is present before acking for cmp_optab.  Update all callers.
9513         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
9514         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
9515         * expr.c (expand_expr): Likewise.  Support unordered compares.
9516         (do_jump, do_store_flag): Likewise.
9517         * expr.h (enum libfunc_index): Add unordered compares.
9518
9519         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
9520         (DPBIT_FUNCS): Add _unord_df.
9521         * config/fp-bit.c (_unord_f2): New.
9522         * fp-test.c (main): Try unordered compare builtins.
9523
9524         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
9525         * alpha.c (alpha_comparison_operator): Check mode properly.
9526         (alpha_swapped_comparison_operator): Likewise.
9527         (signed_comparison_operator): Likewise.
9528         (alpha_fp_comparison_operator): New.
9529         (alpha_emit_conditional_branch): Handle unordered compares.
9530         * alpha.h (PREDICATE_CODES): Update.
9531         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
9532         (bunordered, bordered): New.
9533
9534 2000-01-24  Richard Henderson  <rth@cygnus.com>
9535
9536         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
9537         * alpha.md (movtf): New expander, insn, and splitter.
9538
9539 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
9540
9541         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
9542         dead registers.
9543
9544 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
9545
9546         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
9547         (FIXED_REGISTERS, CALL_USED_REGISTERS,
9548          REG_ALLOC_ORDER): Add frame pointer
9549         (FRAME_POINTER_REGNUM): Set to 20
9550         (HARD_FRAME_POINTER_REGNUM): New macro.
9551         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
9552         to HARD_FRAME_POINTER.
9553         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
9554         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
9555         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
9556         (HI_REGISTER_NAMES): Add "frame".
9557         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
9558         (debug_reg): Handle FRAME_POINTER_REGNUM.
9559         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
9560         GENERAL_REGS and INDEX_REGS.
9561         * i386.c (SAVED_REGS_FIRST): new macro.
9562         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
9563         (ix86_decompose_address, memory_address_length): Likewise.
9564         (regclass_map): Add frame pointer.
9565         (call_insn_operand): Handle frame_pointer_rtx.
9566         (reg_no_sp_operand): Likewise.
9567         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
9568         (print_operand, legitimize_pic_address): Fix formating.
9569         (ix86_compute_frame_size): Make static, update prototype, new
9570         parameters padding1, padding2, use ix86_nsaved_regs, use
9571         stack_alignment_needed.
9572         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
9573         to HARD_FRAME_POINTER_REGNUM conversions.
9574         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
9575         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
9576         (print_reg): Abort on FRAME_POINTER_REGNUM
9577
9578 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
9579
9580         * i386.h (PREDICATE_CODES): Add aligned_operand.
9581         * i386.c (aligned_operand): New function.
9582         (ix86_aligned_p): Kill.
9583         * i386.md (movhi_1): Emit mov for aligned operands.
9584         (promoting peep2s): Use aligned_operand.
9585
9586 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
9587
9588         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
9589         expression to allow underscores in macro names.
9590         (fix_char_macro_defines): Increment scanning pointer.
9591
9592 2000-01-23  Richard Henderson  <rth@cygnus.com>
9593
9594         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
9595         * alpha/osf5.h: New file.
9596         * configure.in (alpha-*-osf5): Add it to tm_file.
9597
9598         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
9599
9600         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
9601         (alpha_emit_xfloating_cvt, function_arg): Declare.
9602         * alpha.c (alpha_emit_conditional_branch): Call
9603         alpha_emit_xfloating_compare for TFmode compares.
9604         (alpha_lookup_xfloating_lib_func): New.
9605         (alpha_compute_xfloating_mode_arg): New.
9606         (alpha_emit_xfloating_libcall): New.
9607         (alpha_emit_xfloating_arith): New.
9608         (alpha_emit_xfloating_compare): New.
9609         (alpha_emit_xfloating_cvt): New.
9610         (print_operand): Add default abort case.
9611         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
9612         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
9613         (BIGGEST_ALIGNMENT): Increase to 128 bits.
9614         (RETURN_IN_MEMORY): True for TF/TCmode.
9615         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
9616         (FUNCTION_ARG): Move to function_arg.
9617         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
9618         (ASM_OUTPUT_LONG_DOUBLE): New.
9619         (ASM_OUTPUT_DOUBLE): Always output bits.
9620         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
9621         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
9622         (extenddftf2, trunctfdf2): New.
9623
9624 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9625
9626         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
9627         * config/sparc/sol2.h: ... here.
9628
9629 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9630
9631         * basic-block.h (struct loops): New field `levels'.
9632         * flow.c (flow_loops_level_compute): Traverse all outer loops.
9633         (flow_loop_level_compute): Initialise level to 1.
9634         (flow_loops_find): Set loops->levels.
9635         (flow_loops_dump): Print loops->levels.
9636
9637 2000-01-23  Richard Henderson  <rth@cygnus.com>
9638
9639         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
9640         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
9641
9642 2000-01-23  Richard Henderson  <rth@cygnus.com>
9643
9644         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
9645         * i386.h (DBX_REGISTER_NUMBER): Use them.
9646         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
9647         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
9648         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
9649         * i386/sequent.h: Kill incorrect comment.
9650
9651 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
9652
9653         * ggc-page.c (struct page_entry): Make `context_depth' an
9654         `unsigned short'.
9655         (struct globals): Likewise.
9656
9657 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
9658
9659         * loop.c (check_dbra_loop): When checking a loop for
9660         reversability, check the source of any stores to ensure
9661         they don't depend on an initial value.
9662
9663 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9664
9665         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
9666
9667 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
9668
9669         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
9670         'pz_scan' into scope of entire function.  Only affects
9671         compiles with -DDEBUG.
9672
9673 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
9674
9675         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
9676         section naming to that prior to 2000-01-07 patch.
9677         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
9678         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
9679         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
9680         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
9681         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
9682
9683 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
9684
9685         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
9686         constant.
9687
9688 2000-01-21  Jim Wilson  <wilson@cygnus.com>
9689
9690         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
9691         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
9692
9693 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
9694
9695         * cpphash.c (change_newlines): Delete function.
9696         (struct argdata): Delete 'newlines' and 'use_count' fields.
9697         (macroexpand): Remove code referencing those fields.
9698
9699 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9700
9701         * loop.c (loops_info): New variable.
9702         (loop_optimize): Allocate loops->array and free it on exit.
9703         Allocate memory for loops_info and assign to each loop,
9704         replacing alloca.
9705         (find_and_verify_loops): Do not allocate loops->array.
9706
9707 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
9708
9709         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
9710
9711 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
9712
9713         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
9714         pseudos if expanded after first flow.
9715         (movdi_pic_label_ref): Likewise.
9716
9717 2000-01-20  Richard Henderson  <rth@cygnus.com>
9718
9719         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
9720
9721 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
9722
9723         * Makefile.in (fixinc.sh): Depend on specs.
9724         * fixinc/Makefile.in: Add rule to create machname.h.
9725         (fixlib.o): Depend on machname.h.
9726         * fixinc/fixtests.c (machine_name): New test.
9727         * fixinc/fixfixes.c (machine_name): New fix.
9728         * fixinc/fixlib.c (mn_get_regexps): New helper function for
9729         the machine_name test and fix.
9730         * fixinc/fixlib.h: Prototype it.
9731         * fixinc/inclhack.def (machine_name): Use the C test and fix.
9732         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
9733
9734         * gcc.c (do_spec_1) [case P]: Take care not to create
9735         identifiers with three leading or trailing underscores.
9736
9737         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
9738         (fixincl): Don't specify libraries twice on link line.
9739         (gnu-regex.o): Remove special rule.
9740         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
9741         defined by config.h.  Do not define _REGEX_RE_COMP.
9742         (regcomp): Allocate and initialize a fastmap.
9743         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
9744
9745 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
9746
9747         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
9748
9749 2000-01-19  Richard Henderson  <rth@cygnus.com>
9750
9751         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
9752         arguments with BB.  Update all callers.  Tidy line wrapping.
9753
9754 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
9755
9756         * emit-rtl.c (try_split): Return last_insn if we split the
9757         last_insn.
9758
9759 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
9760
9761         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
9762         (ix86_initial_elimination_offset): Declare.
9763         * i386.c (ix86_nsaved_regs): Break out from ...
9764         (ix86_can_use_return_insn_p): ... here.
9765         (ix86_emit_save_regs): Break out from ...
9766         (ix86_expand_prologue): ... here.
9767         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
9768         out from ...
9769         (ix86_expand_epilogue): ... here.
9770         (ix86_compute_frame_size): Make static, add prototype.
9771         (ix86_initial_elimination_offset): Break out from ...
9772         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
9773
9774 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9775
9776         * recog.h (OUT_FCN): Delete.
9777
9778         * vax.md: Call `get_insn_template' instead of OUT_FCN.
9779
9780 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9781
9782         * cppalloc.c: PROTO -> PARAMS.
9783         * cpperror.c: Likewise.
9784         * cppfiles.c: Likewise.
9785         * cpplib.c: Likewise.
9786         * cpplib.h: Likewise.
9787
9788         * config/arm/arm-protos.h: PROTO -> PARAMS.
9789         * config/arm/arm.c: Likewise.
9790         * config/c4x/c4x.c: Likewise.
9791         * config/fr30/fr30-protos.h: Likewise.
9792         * config/nextstep.c: Likewise.
9793         * config/pa/pa.c: Likewise.
9794         * config/pj/pj.c: Likewise.
9795         * config/rs6000/rs6000.c: Likewise.
9796         * config/v850/v850-protos.h: Likewise.
9797         * config/v850/v850.c: Likewise.
9798
9799 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9800
9801         * i370-protos.h: New file.
9802
9803         * i370.c: Include tm_p.h.  Fix compile time warnings.
9804
9805         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
9806         warnings.
9807
9808         * i370.md: Likewise.
9809
9810 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9811
9812         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
9813         (target_isinf, target_isnan, eisnan): Mark parameter with
9814         ATTRIBUTE_UNUSED.
9815         (eiisinf): Wrap in INFINITY.
9816         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
9817         (ibmtoe): Remove unused variable `rndsav'.
9818
9819 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9820
9821         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
9822         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
9823
9824 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
9825
9826         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
9827         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
9828         (fix_char_macro_defines, fix_char_macro_uses): New functions.
9829
9830         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
9831         Recognize Emacs mode markers also.
9832         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
9833         C++ comments in C++ headers.  Call is_cxx_header only if
9834         necessary.
9835
9836         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
9837         bypass for ncurses.
9838         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
9839         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
9840         ... these, which use the new C fixes.
9841         (math_exception): Escape literal '+' in bypass expression.
9842
9843         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
9844         Regenerate.
9845
9846 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
9847
9848         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
9849         inside the MEM.
9850
9851 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9852
9853         * loop.c (loop_optimize): Allocate loop_info structure for each loop
9854         prior to calling scan_loop.
9855
9856 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9857
9858         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
9859         (split_branches, calc_live_regs): Likewise.
9860
9861 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9862
9863         * sh.md (fpu_single, fp_mode): New attributes.
9864
9865 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9866
9867         * loop.c (current_loop_info): Renamed from loop_info_data
9868         and changed to a pointer.
9869         (loop_optimize): Allocate loop_info structure for each loop
9870         and initialise to zero.
9871         (scan_loop): Set current_loop_info.
9872
9873         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
9874         on iteration_var.
9875
9876 2000-01-19  Richard Henderson  <rth@cygnus.com>
9877
9878         * stupid.c: Die die die.
9879         * Makefile.in (OBJS): Remove stupid.o.
9880         (stupid.o): Likewise.
9881
9882         * except.c (emit_eh_context): Don't emit USEs for stupid.
9883         * explow.c (probe_stack_range): Likewise.
9884         * flags.h (obey_regdecls): Remove.
9885         * flow.c (find_basic_blocks): Don't run try_merge_blocks
9886         when not optimizing.
9887         (life_analysis): Limit data collection when not optimizing.
9888         (mark_regs_live_at_end): Always mark the return value registers.
9889         (mark_used_regs): Remove dummy RETURN case.
9890         (print_rtl_with_bb): Don't consult obey_regdecls.
9891         * function.c (use_variable, use_variable_after): Remove.
9892         (assign_parms): Consult optimize not obey_regdecls.
9893         (expand_function_start): Don't emit USEs for stupid.
9894         (expand_function_end): Likewise.
9895         * global.c (build_insn_chain): Export.
9896         * integrate.c (expand_inline_function): Kill return-value USE
9897         handling code.
9898         * jump.c (jump_optimize_1): Do simple jump optimizations and
9899         dead code elimination.
9900         (calculate_can_reach_end): Remove check_deleted argument.
9901         (delete_insn): Patch out insns even when not optimizing.
9902         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
9903         * rtl.h (use_variable, use_variable_after): Remove declarations.
9904         (build_insn_chain): Declare.
9905         * stmt.c (expand_value_return): Don't emit USEs for stupid.
9906         (expand_end_bindings): Likewise.
9907         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
9908         * toplev.c (obey_regdecls): Remove.
9909         (rest_of_compilation): Don't set it.  Kill stupid in favour of
9910         flow1, local-alloc, and reload.
9911         (main): Don't set obey_regdecls.
9912
9913         * config/nextstep.c (handle_pragma): Likewise.
9914
9915         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
9916
9917         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
9918
9919 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9920
9921         * alpha-protos.h: PROTO -> PARAMS.
9922         * alpha.c: Likewise.
9923         * elf.h: Likewise.
9924         * h8300.c: Likewise.
9925         * i386-protos.h: Likewise.
9926         * i386.c: Likewise.
9927         * m32r-protos.h: Likewise.
9928         * m32r.c: Likewise.
9929         * mips.c: Likewise.
9930         * mips.md: Likewise.
9931         * gmon-sol2.c: Likewise.
9932         * sparc.c: Likewise.
9933
9934 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9935
9936         * ns32k-protos.h: New file.
9937
9938         * ns32k.c: Fix compile time warnings.
9939
9940         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
9941         warnings.
9942
9943         * ns32k.md: Likewise.
9944
9945 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9946
9947         * vax-protos.h: New file.
9948
9949         * vax.c: Fix compile time warnings.
9950
9951         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
9952         warnings.
9953
9954         * vax.md: Likewise.
9955
9956         * vaxv.md: Likewise.
9957
9958 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9959
9960         * romp-protos.h: New file.
9961
9962         * romp.c: Fix compile time warnings.
9963
9964         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
9965         warnings.
9966
9967         * romp.md: Likewise.
9968
9969 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9970
9971         * we32k-protos.h: New file.
9972
9973         * we32k.c: Fix compile time warnings.
9974
9975         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
9976         warnings.
9977
9978 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9979
9980         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
9981
9982         * except.c (eh_regs): Likewise.
9983
9984         * final.c (output_operand): Likewise.
9985
9986         * fold-const.c (target_isinf, target_isnan): Likewise.
9987
9988 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
9989
9990         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
9991         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
9992
9993         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
9994         when optimize_size.
9995         (clrstrsi): Rewrite.
9996         (strsethi, strsetqi): New expanders.
9997         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
9998         (cmpstrsi): Emit compare insn before cmpstrsi_1
9999         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
10000         (strlensi_1): Likewise.
10001         (cmpstrsi_1): Likewise; do not output compare.
10002         (strlen expander): Do not unroll when optimizing for size.
10003         (*subsi3_carry): Rename to subsi3_carry
10004         (addqi3_cc): New pattern.
10005         * i386.h (processor_costs): Add move_ratio field.
10006         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
10007         * i386.c (*_cost): Set move_ratio.
10008         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
10009         (x86_expand_strlensi_1): Rewrite the main loop.
10010
10011 2000-01-17  Richard Henderson  <rth@cygnus.com>
10012
10013         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
10014         * cse.c (find_comparison_args, fold_rtx): Likewise.
10015         * integrate.c (subst_constants): Likewise.
10016         * loop.c (get_condition): Likewise.
10017
10018         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
10019
10020         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
10021
10022 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10023
10024         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
10025         (RESTORE_WARN_FLAGS): Unpack it.
10026         Change semantic type of extension to ttype.
10027         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
10028         * c-parse.y, c-parse.c, objc/objc-parse.y,
10029         objc/objc-parse.c: Regenerate.
10030
10031 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
10032
10033         * fixinc/fixlib.c: Add copyright notice.
10034         (compile_re): New function.
10035         * fixinc/fixlib.h: Prototype compile_re.
10036
10037         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
10038         Use compile_re to compile regular expressions.
10039
10040         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
10041         where the pattern matched.
10042
10043         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
10044         use 'replace'.
10045         (ultrix_ansi_compat): Likewise.
10046         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
10047         add egrep test.
10048         (interactv_add2, interactv_add3): Delete.
10049         (x11_sprintf): Don't use filename glob.
10050         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
10051         Regenerate.
10052
10053 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10054
10055         * print-rtl.c: PROTO -> PARAMS.
10056         * real.c: Likewise.
10057         * reg-stack.c: Likewise.
10058         * resource.c: Likewise.
10059         * sdbout.h: Likewise.
10060         * simplify-rtx.c: Likewise.
10061         * stor-layout.c: Likewise.
10062         * stupid.c: Likewise.
10063         * xcoffout.c: Likewise.
10064         * xcoffout.h: Likewise.
10065
10066 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10067
10068         * toplev.c: PROTO -> PARAMS.
10069         * toplev.h: Likewise.
10070         * tree.c: Likewise.
10071         * tree.h: Likewise.
10072         * unroll.c: Likewise.
10073         * varasm.c: Likewise.
10074         * varray.c: Likewise.
10075         * varray.h: Likewise.
10076
10077 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10078
10079         * reload.c: PROTO -> PARAMS.
10080         * reload.h: Likewise.
10081         * reload1.c: Likewise.
10082         * reorg.c: Likewise.
10083         * resource.h: Likewise.
10084         * rtl.c: Likewise.
10085         * rtl.h: Likewise.
10086         * rtlanal.c: Likewise.
10087         * sbitmap.h: Likewise.
10088         * sdbout.c: Likewise.
10089         * stack.h: Likewise.
10090         * stmt.c: Likewise.
10091         * system.h: Likewise.
10092
10093 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10094
10095         * machmode.h: PROTO -> PARAMS.
10096         * mbchar.h: Likewise.
10097         * mips-tdump.c: Likewise.
10098         * mips-tfile.c: Likewise.
10099         * optabs.c: Likewise.
10100         * output.h: Likewise.
10101         * prefix.c: Likewise.
10102         * profile.c: Likewise.
10103         * protoize.c: Likewise.
10104         * real.h: Likewise.
10105         * recog.c: Likewise.
10106         * recog.h: Likewise.
10107         * regclass.c: Likewise.
10108         * regmove.c: Likewise.
10109         * regs.h: Likewise.
10110
10111 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10112
10113         * ggc-common.c: PROTO -> PARAMS.
10114         * ggc-page.c: Likewise.
10115         * ggc-simple.c: Likewise.
10116         * ggc.h: Likewise.
10117         * global.c: Likewise.
10118         * graph.c: Likewise.
10119         * gthr-win32.h: Likewise.
10120         * haifa-sched.c: Likewise.
10121         * halfpic.h: Likewise.
10122         * integrate.c: Likewise.
10123         * integrate.h: Likewise.
10124         * jump.c: Likewise.
10125         * lcm.c: Likewise.
10126         * local-alloc.c: Likewise.
10127         * loop.c: Likewise.
10128         * loop.h: Likewise.
10129
10130 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10131
10132         * genattr.c: PROTO -> PARAMS.
10133         * genattrtab.c: Likewise.
10134         * gencheck.c: Likewise.
10135         * gencodes.c: Likewise.
10136         * genconfig.c: Likewise.
10137         * genemit.c: Likewise.
10138         * genextract.c: Likewise.
10139         * genflags.c: Likewise.
10140         * gengenrtl.c: Likewise.
10141         * genopinit.c: Likewise.
10142         * genoutput.c: Likewise.
10143         * genpeep.c: Likewise.
10144         * genrecog.c: Likewise.
10145
10146 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
10147
10148         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
10149
10150 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10151
10152         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
10153         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
10154         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
10155         * configure, config.in: Rebuilt.
10156
10157 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
10158
10159         * config/i386/i386.md: Add peephole to merge successive stack
10160         adjusts.
10161
10162 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
10163
10164         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
10165         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
10166         when walking backwards to find all the parameter loads when
10167         the basic block ends in a call.
10168
10169 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10170
10171         * loop.c (this_loop_info): Delete.
10172         (uid_loop): Add in place of uid_loop_num.  All uses updated.
10173         (loop_number_exit_count): Delete and replace with entry in loop
10174         structure.  All uses updated.
10175         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
10176         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
10177         (loop_outer_loop): Likewise.
10178         (loop_invalid, loop_number_exit_labels): Likewise.
10179         (loop_used_count_register): Delete and replace with entry in
10180         loop_info structure.
10181         (find_and_verify_loops): Add loops argument.
10182         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
10183         loop_end, etc. arguments with loop structure pointer.  All callers
10184         changed.
10185         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
10186         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
10187         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
10188         (insert_bct): Likewise.
10189         (basic_induction_var): New argument level.
10190         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
10191         vtop, and cont.  Add used_count_register.
10192         (uid_loop): Delete declaration.
10193         (loop_number_exit_count): Likewise.
10194         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
10195         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
10196         (loop_outer_loop, loop_used_count_register): Likewise.
10197         (loop_invalid, loop_number_exit_labels): Likewise.
10198         (unroll_loop): Replace loop_start and loop_end arguments
10199         with loop structure pointer.
10200         (loop_precondition_p, loop_iterations): Likewise.
10201         Include basic-block.h.
10202         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
10203         with loop structure pointer.
10204         (loop_precondition_p, loop_iterations): Likewise.
10205         * basic-block.h (struct loop): New entries vtop, cont,
10206         cont_dominator, start, end, top, scan_start, exit_labels,
10207         exit_count.
10208         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
10209
10210 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10211
10212         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
10213
10214 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
10215
10216         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
10217
10218 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10219
10220         * pdp11-protos.h: New file.
10221
10222         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
10223         time warnings.
10224
10225         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
10226         warnings.
10227
10228         * pdp11.md: Likewise.
10229
10230         * 2bsd.h: Likewise.
10231
10232 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10233
10234         * mn10300-protos.h: New file.
10235
10236         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
10237         time warnings.
10238
10239         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
10240         warnings.
10241
10242         * mn10300.md: Likewise.
10243
10244 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10245
10246         * mn10200-protos.h: New file.
10247
10248         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
10249         time warnings.
10250
10251         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
10252         warnings.
10253
10254         * mn10200.md: Likewise.
10255
10256 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10257
10258         * h8300-protos.h: New file.
10259
10260         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
10261         time warnings.
10262
10263         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
10264         warnings.
10265
10266         * h8300.md: Likewise.
10267
10268 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10269
10270         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
10271         (asm_emit_uninitialised): Likewise.
10272
10273 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
10274
10275         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
10276         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
10277
10278 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10279
10280         * config/mips/mips.c (override_options): Don't turn on extra
10281         alignment for mips16.
10282
10283 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10284
10285         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
10286         eabi, and make sure queued POSTINCREMENT rtl is emitted at
10287         the right point.
10288
10289 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10290
10291         * builtins.c (PAD_VARARGS_DOWN): Define.
10292         (std_expand_builtin_va_arg): Use the above macro.
10293         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
10294         * tm.texi (Register Arguments): Document the above macro.
10295
10296 2000-01-14  Nick Clifton  <nickc@cygnus.com>
10297
10298         * emit-rtl.c (emit_insn): If checking is enabled, make sure
10299         that this function has not been used to emit a jump
10300         instruction.
10301
10302         * jump.c (return_jump_1): Cope with being passed a null rtx.
10303
10304 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10305
10306         * eh-common.h: PROTO -> PARAMS.
10307         * emit-rtl.c: Likewise.
10308         * errors.c: Likewise.
10309         * errors.h: Likewise.
10310         * except.c: Likewise.
10311         * except.h: Likewise.
10312         * explow.c: Likewise.
10313         * expmed.c: Likewise.
10314         * expr.c: Likewise.
10315         * expr.h: Likewise.
10316         * final.c: Likewise.
10317         * fix-header.c: Likewise.
10318         * flow.c: Likewise.
10319         * fold-const.c: Likewise.
10320         * function.c: Likewise.
10321         * function.h: Likewise.
10322         * gcc.c: Likewise.
10323         * gcov-io.h: Likewise.
10324         * gcov.c: Likewise.
10325         * gcse.c: Likewise.
10326
10327 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10328
10329         * sh-protos.h: New file.
10330
10331         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
10332         Add static prototypes.  Fix compile time warnings.
10333
10334         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
10335         * sh.md: Likewise.
10336         * elf.h: Likewise.
10337
10338 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10339
10340         * arc-protos.h: New file.
10341
10342         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
10343         time warnings.
10344
10345         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
10346         warnings.
10347
10348         * arc.md: Likewise.
10349
10350 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10351
10352         * dsp16xx-protos.h: New file.
10353
10354         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
10355         time warnings.
10356
10357         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
10358         warnings.
10359
10360         * dsp16xx.md: Likewise.
10361
10362 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10363
10364         * convex-protos.h: New file.
10365
10366         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
10367         time warnings.
10368
10369         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
10370         warnings.
10371
10372 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10373
10374         * elxsi-protos.h: New file.
10375
10376         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
10377         time warnings.
10378
10379         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
10380         warnings.
10381
10382         * elxsi.md: Likewise.
10383
10384 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10385
10386         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
10387         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
10388         match the comment for MIPS16.
10389
10390 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
10391
10392         * flow.c (split_edge): Do not call set_block_for_insn if we
10393         do not have a basic_block_for_insn structure.
10394
10395         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
10396         and destination functions are 32bit aligned within the trampoline.
10397         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
10398         (TRAMPOLINE_ALIGNMENT): Define.
10399
10400         * cse.c (cse_insn): When changing (set (pc) (reg)) to
10401         (set (pc) (label_ref)), verify the change creates a valid insn.
10402
10403         * fr30.c (call_operand): Tighten and rework to match rules for
10404         call RTL expressions.
10405         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
10406         * fr30.md (call patterns): Improve constraints.
10407
10408 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
10409
10410         * fr30.c (fr30_expand_epilogue): Revert last change.
10411         Use emit_jump_insn for the return insn.
10412
10413 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
10414                           Stan Cox  <scox@cygnus.com>
10415
10416         * predict.c: New file. Preliminary infrastructure work for static
10417         branch prediction and basic block reordering.
10418         * basic-block.h: Add prototype for estimate_probability.
10419         * Makefile.in: Add rules for predict.o.
10420
10421 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
10422
10423         * fixincludes (va_list): Use __not_va_list__ for the dummy.
10424         * fixinc/*: Likewise.
10425
10426 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10427
10428         * cccp.c: PROTO -> PARAMS.
10429         * cexp.y: Likewise.
10430         * collect2.c: Likewise.
10431         * combine.c: Likewise.
10432         * convert.h: Likewise.
10433         * cse.c: Likewise.
10434         * dbxout.c: Likewise.
10435         * dbxout.h: Likewise.
10436         * diagnostic.c: Likewise.
10437         * doprint.c: Likewise.
10438         * dwarf2out.c: Likewise.
10439         * dwarf2out.h: Likewise.
10440         * dwarfout.c: Likewise.
10441         * dwarfout.h: Likewise.
10442         * dyn-string.h: Likewise.
10443
10444 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10445
10446         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
10447         macro conditionals guarding use.
10448
10449         * dwarf2out.c: Include "tm_p.h".
10450
10451         * function.c (locate_and_pad_parm): Mark parameter with
10452         ATTRIBUTE_UNUSED.
10453         (expand_function_end): Likewise for variable `context'.
10454
10455         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
10456
10457 2000-01-13  Nick Clifton  <nickc@cygnus.com>
10458
10459         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
10460         register to prevent compile time warnings.
10461
10462 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
10463
10464         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
10465         to avoid -Wtraditional warning.
10466
10467 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10468
10469         * 1750a-protos.h: New file.
10470
10471         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
10472         time warnings.
10473
10474         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
10475         warnings.
10476
10477         * 1750a.md: Likewise.
10478
10479 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10480
10481         * a29k-protos.h: New file.
10482
10483         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
10484         time warnings.
10485
10486         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
10487         warnings.
10488
10489 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10490
10491         * clipper-protos.h: New file.
10492
10493         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
10494         time warnings.
10495
10496         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
10497         warnings.
10498
10499 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10500
10501         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
10502
10503 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
10504
10505         * configure.in (--enable-new-gxx-abi): New option.
10506         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
10507         * Makefile.in (GXX_ABI_FLAG): New variable.
10508         * configure: Regenerate.
10509
10510 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10511
10512         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
10513         * tm.texi (FORCE_STRUCT_BLK): Document.
10514         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
10515
10516 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
10517
10518         * config/ns32k/ns32k.md: Revert Jan 9 change.
10519
10520         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
10521         to a mode-test, if the predicate is address_operand.
10522
10523 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
10524
10525         * combine.c (if_then_else_cond): Be careful about what kinds
10526         of RTL expressions are passed to operand_subword.
10527
10528         * flow.c (split_edge): If we have to insert a new jump, make
10529         sure to associate it with a basic block.
10530
10531         * flow.c (commit_one_edge_insertion): A block with one successor
10532         can end in a JUMP_INSN that is not a simplejump.
10533
10534 2000-01-12  Robert Lipe  <robertl@sco.com>
10535
10536         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
10537         (BUILD_VA_LIST_TYPE): Define.
10538         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
10539         with crtstuff.c.
10540
10541 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
10542
10543         * cccp.c (do_pragma): Add cast to (char *).
10544
10545 2000-01-12  Richard Henderson  <rth@cygnus.com>
10546             Fred Fish  <fnf@be.com>
10547             Jason Merrill  <jason@cygnus.com>
10548
10549         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
10550         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
10551         * i386/beos-elf.h, i386/beos-pe.h: New files.
10552
10553         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
10554         * cross-make (SYSTEM_HEADER_DIR): Define using
10555         CROSS_SYSTEM_HEADER_DIR.
10556
10557         * gcc.c (LIBRARY_PATH_ENV): Provide default.
10558         (process_command): Use it.
10559         (main): Likewise.  Kill trailing = from env vars.
10560         (build_search_list): Put it back.
10561         * collect2.c (main): Use LIBRARY_PATH_ENV.
10562
10563         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
10564         * toplev.c: Use NEED_DECLARATION_ENVIRON.
10565
10566         * tm.texi (Frame Layout): Document SMALL_STACK.
10567         * c-common.c (c_common_nodes_and_builtins): Check it.
10568
10569         * system.h: Undef alloca after including glibc's <stdlib.h>,
10570         if USE_C_ALLOCA is defined.
10571
10572         * gcc.c (set_input): New fn.
10573         (main): After all input files are compiled, reset the input file
10574         info to the first.
10575
10576         * aclocal.m4 (rindex, index): If already defined, don't attempt
10577         to redefine.
10578
10579         * ginclude/varargs.h: (__va_list__): Define ifndef.
10580         * ginclude/stdarg.h: Likewise.
10581
10582         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
10583         instead of unsigned char.
10584
10585         * hash.h (true, false, boolean): Undef before enum.
10586
10587         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
10588         proper type of "HOST_WIDE_INT *", rather than their natural type of
10589         "unsigned HOST_WIDE_INT *".
10590
10591 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10592
10593         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
10594
10595         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
10596
10597         * regclass.c (choose_hard_reg_mode): Likewise.
10598
10599         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
10600
10601         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
10602
10603 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10604
10605         * c-common.c: PROTO -> PARAMS.
10606         * c-common.h: Likewise.
10607         * c-decl.c: Likewise.
10608         * c-iterate.c: Likewise.
10609         * c-lang.c: Likewise.
10610         * c-lex.c: Likewise.
10611         * c-lex.h: Likewise.
10612         * c-parse.in: Likewise.
10613         * c-pragma.c: Likewise.
10614         * c-pragma.h: Likewise.
10615         * c-tree.h: Likewise.
10616         * c-typeck.c: Likewise.
10617         * objc/objc-act.c: Likewise.
10618         * objc/objc-act.h: Likewise.
10619
10620 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10621
10622         * m88k-protos.h: New file.
10623
10624         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
10625         time warnings.
10626
10627         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
10628
10629         * m88k.md: Likewise.
10630
10631         * tekXD88.h: Likewise.
10632
10633 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10634
10635         * m68k-protos.h: New file.
10636
10637         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
10638         time warnings.
10639
10640         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
10641
10642         * mot3300.h: Likewise.
10643
10644 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
10645
10646         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
10647         extract_bitlst.
10648         (extract_bitlist): Declare bitlen.
10649
10650 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
10651
10652         * cccp.c: Accept and ignore -lang-fortran.
10653
10654         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
10655         qualifiers don't match at any level of pointerness.
10656
10657 2000-01-12  Robert Lipe  <robertl@sco.com>
10658
10659         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
10660
10661 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
10662
10663         * reload1.c (reload_reg_unavailable): New static variable.
10664         (reload_reg_free_p): Test it.
10665         (reload_reg_free_for_value_p): Test it instead of
10666         reload_reg_used.
10667         (choose_reload_regs_init): Compute it.
10668
10669 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
10670
10671         * reorg.c (fill_slots_from_thread): Check modified_in_p
10672         before replacing.
10673
10674 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
10675
10676         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
10677         these nodes even if INTERNALS is not set.
10678
10679 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
10680
10681         * gcse.c (delete_null_pointer_checks_1): Cope when
10682         get_condition cannot determine the condition.
10683
10684 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
10685
10686         * toplev.h (set_message_length): Declare.
10687
10688         * diagnostic.c (obstack_chunk_alloc): Define macro.
10689         (obstack_chunk_free): Likewise.
10690         (struct output_buffer): New data structure.
10691         (vmessage): Remove.
10692         (output_maximum_width): New variable.
10693         (doing_line_wrapping, set_message_length, init_output_buffer,
10694         get_output_prefix, output_space_left, emit_output_prefix,
10695         output_newline, output_append, output_puts, dump_output,
10696         vbuild_message_string, build_message_string, build_location_prefix,
10697         voutput_notice, output_printf, line_wrapper_printf,
10698         vline_wrapper_message_with_location):  New functions. Implement
10699         automatic line wrapping.
10700         (v_message_with_decl): Make it handle automatic line wrapping.
10701         (v_error_with_file_and_line): Likewise.
10702         (v_warning_with_file_and_line): Likewise.
10703         (announce_function): Likewise.
10704         (default_print_error_function): Likewise.
10705
10706 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
10707
10708         * cpplib.h (struct cpp_options): Change lang_asm to char.
10709         Add lang_fortran.
10710         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
10711         done in cpp_handle_option now.
10712         (initialize_builtins): Take out special case code used only by
10713         __STDC_VERSION__.
10714         (cpp_handle_option): Turn off trigraphs and trigraph warnings
10715         if -traditional.  Recognize -lang-fortran and set
10716         lang_fortran, also turn off cplusplus_comments.
10717         (print_help): Document -lang-fortran.
10718         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
10719         lang_asm. Ignore all directives other than `# 123 "file"' if
10720         CPP_PREPROCESSED.
10721         (cpp_get_token): If -traditional, don't recognize directives
10722         unless the # is in column 1.
10723         (parse_string): If lang_fortran or lang_asm, silently
10724         terminate strings ('' or "") at end of line.
10725         Remove unnecessary braces.
10726
10727 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10728             Richard Henderson  <rth@cygnus.com>
10729
10730         * resource.c (mark_referenced_resources): Mark a set strict_low_part
10731         as used.
10732         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
10733         strict_low_part when possible.
10734
10735 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10736
10737         * alias.c: PROTO -> PARAMS.
10738         * basic-block.h: Likewise.
10739         * bitmap.c: Likewise.
10740         * bitmap.h: Likewise.
10741         * builtins.c: Likewise.
10742         * c-aux-info.c: Likewise.
10743         * caller-save.c: Likewise.
10744         * calls.c: Likewise.
10745
10746 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10747
10748         * Makefile.in (toplev.o): Depend on regs.h.
10749
10750         * output.h (tdesc_section): Prototype.
10751
10752         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
10753
10754         * sdbout.c: Include "tm_p.h".
10755
10756         * toplev.c: Include "regs.h".
10757
10758 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
10759
10760         * unroll.c (unroll_loop): Add EH support.
10761
10762 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10763
10764         * pa-protos.h: New file.
10765
10766         * pa.c: Include recog.h and tm_p.h.
10767         (compute_zdepwi_operands, compute_movstrsi_length,
10768         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
10769         find_addr_reg, import_milli): Add static prototypes.
10770         (pa_cpu_string, pa_arch_string): Constify a char*.
10771         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
10772         (read_only_operand): Add argument `mode'.
10773         (singlemove_string, output_move_double, output_fp_move_double,
10774         output_block_move, output_and, output_ior, output_ascii,
10775         remove_useless_addtr_insns, milli_names, output_mul_insn,
10776         output_div_insn, output_mod_insn, output_arg_descriptor,
10777         output_cbranch, output_bb, output_bvb, output_dbra, ,
10778         output_millicode_call, output_call, hppa_encode_label,
10779         output_parallel_movb, output_parallel_addb): Constify a char*.
10780         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
10781         (output_parallel_addb): Remove extra arg to `constrain_operands'
10782
10783         * pa.h:  Move all prototypes to pa-protos.h.
10784         (pa_cpu_string, pa_arch_string): Constify a char*.
10785         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
10786
10787         * pa.md: Call `function_label_operand' with mode argument.
10788         Likewise for `read_only_operand'.
10789         Fix nesting of parens in call to `symbolic_operand'.
10790
10791 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10792
10793         * i860-protos.h: New file.
10794
10795         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
10796         time warnings.
10797
10798         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
10799
10800         * i860.md: Likewise.
10801
10802 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
10803
10804         * i386.md (movstrsi expander): Rewrite.
10805         (movstrsi_1 insn): Deleted.
10806         (strmovhi, strmovqi expander): New expanders.
10807         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
10808         * i386.c (x86_single_stringop): New global variable.
10809         * i386.h (x86_single_stringop): Declare.
10810         (TARGET_SINGLE_STRINGOP): New macro.
10811
10812 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
10813
10814         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
10815         integer vararg POSTINCREMENT before the destination of the jump
10816         for the hard fp case.
10817         (function_arg_pass_by_reference): Pass a copy of CUM to
10818         FUNCTION_ARG.
10819
10820         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
10821         for CONSTANT_ADDRESS_P above while loop for subreg.
10822
10823 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
10824
10825         * flow.c (propagate_block): When a prologue/epilogue insn
10826         is marked dead, unconditionally clear libcall_is_dead and
10827         insn_is_dead, and only dump rtl if warnings aren't being
10828         suppressed.
10829
10830 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
10831
10832         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
10833         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
10834         (FIXED_REGISTERS): Set dirflag as fixed.
10835         (CALL_USED_REGISTERS): Set dirflag as used.
10836         (REG_ALLOC_ORDER): Set dirflag as last one.
10837         (DIRFLAG_REG): New macro.
10838         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
10839         (HI_REGISTER_NAMES): Add dirflag.
10840         (DEBUF_PRINT_REG): Handle dirflag.
10841         * i386.md (type attribute): New cld and str types.
10842         (length_opcode attribute): Set cld and str to 1.
10843         (memory attribute): Set str to unknown - it is not clear from the
10844         patterns.
10845         (pent_np function unit): Prefixed string operations takes 12 cycles
10846         minimally; cld takes 2 cycles.
10847         (ppro_uops attribute): Str is "many" and cld is "few".
10848         (ppro_p0 unit): Handle cld here.
10849         (k6_alux unit): Handle cld and str types.
10850         (k6_load unit): It is ocupied by str opcodes.
10851         (k6_store unit): It is ocupied by str opcodes.
10852         (athlon_decode): Str is vector decoded.
10853         (athlon_ieu): Handle str and cld.
10854         (cld pattern): New.
10855         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
10856         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
10857         cmpstrsi_nz_1 insn): Do not output cld instruction
10858
10859 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
10860
10861         * gcc.texi (G++ and GCC): Add Java and Chill.
10862         (Bug Critera): Don't list languages.
10863
10864         * gcc.texi (Incompatibilities): No longer claim most C compilers
10865         are K&R.
10866
10867         * gcc.texi (G++ and GCC): Update other front-ends list.
10868
10869 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
10870
10871         * i386.c (ix86_expand_setcc): Fix typo.
10872         (ix86_expand_movcc): Similarly.
10873
10874         * Band-aid until haifa's bitset implementation is nuked.
10875         * haifa-sched.c (extract_bitlst): New parameter for size of the
10876         bitset in bits.  All callers changed.  Avoid looking at undefined
10877         bits in the bitset.
10878         (edgeset_bitsize): New variable.
10879         (schedule_region): Initialize edgeset_bitsize.
10880
10881 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10882
10883         * Makefile.in (optabs.o): Depend on real.h
10884         (resource.o): Depend on insn-attr.h
10885
10886         * builtins.c (result_vector): Wrap prototype in macro conditions
10887         governing definition and use.
10888
10889         * c-common.c: Include tm_p.h.
10890
10891         * c-lex.c: Likewise.
10892
10893         * elfos.h: Constify a char*.
10894
10895         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
10896         (get_attr_length, shorten_branches, profile_after_prologue): Mark
10897         parameter with ATTRIBUTE_UNUSED.
10898
10899         * fold-const.c (exact_real_inverse): Wrap variable `i' in
10900         CHECK_FLOAT_VALUE.
10901
10902         * haifa-sched.c (schedule_insns): Mark parameter with
10903         ATTRIBUTE_UNUSED.
10904
10905         * optabs.c: Include real.h.
10906
10907         * real.h (ereal_atof): Add prototype arguments.
10908
10909         * resource.c: Include insn-attr.h.
10910
10911         * sdbout.c (sdbout_queue_anonymous_type,
10912         sdbout_dequeue_anonymous_types): Wrap in macro
10913         SDB_ALLOW_FORWARD_REFERENCES.
10914         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
10915         ATTRIBUTE_UNUSED.
10916
10917         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
10918
10919         * stupid.c: Include tm_p.h.
10920
10921         * tree.c (real_value_from_int_cst): Mark parameter with
10922         ATTRIBUTE_UNUSED.
10923
10924 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10925
10926         * i960-protos.h: New file.
10927
10928         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
10929         time warnings.
10930
10931         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
10932
10933 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10934
10935         * combine.c (expand_field_assignment): Do not discard SUBREGs
10936         while computing nonzero_bits.
10937
10938 2000-01-09  Nick Clifton  <nickc@cygnus.com>
10939
10940         * config/arm/arm.c: Fix compile time warnings about signed vs
10941         unsigned constants.
10942         * config/arm/arm.h: Fix compile time warnings about signed vs
10943         unsigned constants.
10944
10945 2000-01-09  Philip Blundell  <philb@gnu.org>
10946
10947         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
10948         than `ldm' with only one register.
10949         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
10950         only one register.
10951
10952         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
10953         clobbered.
10954
10955 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
10956
10957         * config/ns32k/ns32k.md (load or push effective address): Operand 1
10958         must have SImode.
10959
10960 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10961
10962         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
10963         assignment used as truth value.
10964
10965         * function.c (assign_temp): Mark parameter `dont_promote' with
10966         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
10967         PROMOTE_FOR_CALL_ONLY.
10968
10969         * genrecog.c (write_subroutine): Mark variable `operands' with
10970         ATTRIBUTE_UNUSED.
10971
10972         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
10973         ATTRIBUTE_UNUSED.
10974
10975         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
10976         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
10977
10978         * toplev.c (note_deferral_of_defined_inline_function): Likewise
10979         for `decl'.
10980
10981 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10982
10983         * config/c4x.h: Tidy up comments.
10984         * config/c4x.c: Likewise.
10985
10986 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
10987
10988         * fold-const.c (lshift_double, rshift_double): Handle
10989         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
10990
10991 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10992
10993         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
10994         in prepare_function_start().
10995
10996 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
10997
10998         * config/v850/v850.c (expand_epilogue): Interrupt functions no
10999         longer allocate extra stack for function calls.
11000
11001 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11002
11003         * config/c4x/c4x.md (*subqf3_set): Fix typo.
11004
11005 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11006
11007         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
11008
11009 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
11010
11011         * rs6000.c (processor_target_table): Add power3 as alias for 630.
11012         * aix43.h: Revert Aug 2 change.
11013         (HAS_INIT_SECTION): Define, not visible yet.
11014         (LD_INIT_SWITCH): Define, not visible yet.
11015         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
11016
11017         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
11018
11019         * collect2.c (main): Expand ld2 size further.
11020         (export_object_lst): Cast assignment to avoid warning.
11021         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
11022         (scan_prog_file, COFF): Do not collect initialization or
11023         finalization functions generated for entire shared object if
11024         init/fini support present.
11025
11026 2000-01-07  Nick Clifton  <nickc@cygnus.com>
11027
11028         * config/elfos.h: Tidy up formatting of marcos.  Make sure
11029         that .section directives are always prefixed by a tab.
11030
11031         * config/svr4.h: Add #include "elfos.h" and remove duplicate
11032         definitions.
11033
11034 2000-01-07  Matt Austern  <austern@sgi.com>
11035
11036         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
11037         expon.
11038
11039 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
11040
11041         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
11042         crtstuff.c.
11043         (crtbegin.o, s-crtS): Likewise.
11044
11045 2000-01-06  Richard Henderson  <rth@cygnus.com>
11046
11047         * alpha.md (adddi_2+1): Limit offset such that it will be
11048         loadable with a single ldah+lda pair.
11049         (adddi_2+2): Explicitly fail split if we can't make it work.
11050
11051 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
11052
11053         * protoize.c: Conditionally include unistd.h.
11054         (IS_SAME_PATH_CHAR): New macro.
11055         (IS_SAME_PATH): New macro.
11056         (CPLUS_FILE_SUFFIX): New macro.
11057         (cplus_suffix): New static variable.
11058         (is_abspath): New static function.
11059         (in_system_include_dir): Handle DOS style pathnames.
11060         (file_could_be_converted): Likewise.
11061         (file_normally_convertible): Likewise.
11062         (directory_specified_p): Likewise.
11063         (file_excluded_p): Likewise.
11064         (abspath): Likewise.
11065         (shortpath): Likewise.
11066         (referenced_file_is_newer): Likewise.
11067         (save_def_or_dec): Likewise.
11068         (do_processing): Likewise.
11069         (main): Likewise.
11070         (edit_file): Likewise. Use rename instead of link.
11071         (rename_c_file): Likewise. Don't rename syscalls file.
11072         (munge_compile_params): Define null device for DOS based systems.
11073         (process_aux_info_file): Use binary mode if appliable.
11074         (edit_file): Likewise.
11075         * invoke.texi (Running Protoize): Document C++ suffixes used.
11076
11077         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
11078         IS_DIR_SEPARATOR macros.
11079         * collect2.c: Likewise.
11080         * cppinit.c: Likewise.
11081         * dwarf2out.c: Likewise.
11082         * gcc.c: Likewise.
11083         * gcov.c: Likewise.
11084         * prefix.c: Likewise.
11085         * rtl.c: Likewise.
11086         * toplev.c: Likewise.
11087         * system.h: And move to here.
11088
11089         * prefix.c (update_path): Fix typo in variable name.
11090
11091 2000-01-06  Richard Henderson  <rth@cygnus.com>
11092
11093         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
11094         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
11095         (count_reg_sets_1, count_reg_references): Likewise.
11096         (flow_loops_level_compute): Start counting actual loop depth at 1.
11097         (flow_loops_find): Likewise.
11098         * local-alloc.c (update_equiv_regs): Likewise.
11099         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
11100
11101 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
11102
11103         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
11104         FIRST_PSEUDO_REGISTER
11105         * dwarf2out.c: Don't include frame.h
11106         * dwarfout.c: Likewise
11107         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
11108         frame.h
11109
11110 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
11111
11112         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
11113         dead registers.
11114
11115         * i386.c (movsf splitter): Fix typo in my last checkin.
11116
11117 2000-01-05  Nick Clifton  <nickc@cygnus.com>
11118
11119         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
11120         own definition of this macro.
11121         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
11122         flag_data_sections or UNIQUE_SECTION_P are true.
11123
11124         * tm.texi (UNIQUE_SECTION): Document that it can be called for
11125         unitialised data decls.
11126
11127         * config/i386/winnt.c (i386_pe_unique_section): Cope with
11128         being called for uninitialised data.
11129
11130         * config/i386/interix.c (i386_pe_unique_section): Cope with
11131         being called for uninitialised data.
11132
11133         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
11134         for uninitialised data.
11135
11136         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
11137         for uninitialised data.
11138
11139         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
11140         for uninitialised data.
11141
11142         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
11143         (UNIQUE_SECTION_P): Always generate a unique section if
11144         flag_data_sections is true.
11145         (UNIQUE_SECTION): Also generate unique sections for
11146         uninitialised data.
11147         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
11148         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
11149         named_section().
11150
11151 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11152
11153         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
11154         SI, or DI.
11155
11156 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11157
11158         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
11159         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
11160         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
11161         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
11162         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
11163
11164         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
11165
11166 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
11167
11168         * c-decl.c (finish_enum): Simplify code to determine minimum and
11169         maximum values of the enum, and calculate the type.  Remove check
11170         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
11171         the DECL_INITIAL of each enumeration constant with a copy converted
11172         to the enumeration type.  When updating variant types, don't bother
11173         updating the type itself.
11174
11175         * c-typeck.c (build_binary_op): Simplify conditional expressions
11176         when weeding out spurious signed-unsigned warnings.  Add new
11177         spurious warning category: if the unsigned quantity is an enum
11178         and its maximum value fits in signed_type(result_type).  Update
11179         commentary.
11180         (build_conditional_expr): Warn here if one alternative is signed
11181         and the other is unsigned.
11182
11183 2000-01-05  Nick Clifton  <nickc@cygnus.com>
11184
11185         * config/fr30/fr30.h: Remove extraneous comments.
11186
11187 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
11188
11189         * reload1.c (choose_reload_regs): When disabling a reload, also
11190         set reload_spill_index to -1.
11191
11192 2000-01-04  Joel Sherrill (joel@OARcorp.com>
11193
11194         * configure.in (m68*-*-rtemscoff*): New target, formal name for
11195         old m68*-*-rtems*.
11196         (m68*-*-rtemself*): New target.
11197         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
11198         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
11199         (sparc*-*-rtemself*): New target.
11200         (sparc*-*-rtems*): Now elf not a.out.
11201         * config/i386/rtems.h: Include config/rtems.h.
11202         * config/i386/rtemself.h: Include config/rtems.h.
11203         * config/i960/rtems.h: Include config/rtems.h.
11204         * config/m68k/rtems.h: Include config/rtems.h.
11205         * config/m68k/rtemself.h: Include config/rtems.h.
11206         * config/mips/rtems64.h: Include config/rtems.h.
11207         * config/pa/rtems.h: Include config/rtems.h.
11208         * config/rs6000/rtems.h: Include config/rtems.h.
11209         * config/sh/rtems.h: Include config/rtems.h.
11210         * config/sh/rtemself.h: Include config/rtems.h.
11211         * config/sparc/rtems.h: Include config/rtems.h.
11212         * config/sparc/rtemself.h: Include config/rtems.h
11213
11214 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
11215
11216         * final.c (shorten_branches): Correctly compute length of
11217         asms without operands.
11218
11219 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
11220
11221         * configure.in: Add pj target.
11222         * configure: Regenerate.
11223         * config/pj: New directory.
11224         * config/pj/lib1funcs.S: New file.
11225         * config/pj/linux.h: New file.
11226         * config/pj/pj.c: New file.
11227         * config/pj/pj.md: New file.
11228         * config/pj/pjl.h: New file.
11229         * config/pj/t-pj: New file.
11230         * config/pj/xm-pj.h: New file
11231
11232 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
11233
11234         * toplev.c (rest_of_compilation): Run shorten-branches before
11235         reg-stack for now.
11236
11237 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11238
11239         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
11240         macros so that they're consistent with their names.
11241         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
11242         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
11243
11244 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11245
11246         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
11247         modified inadvertently.
11248
11249 2000-01-04  Joel Sherrill <joel@OARcorp.com>
11250
11251         * configure.in (v850*-*-rtems*): New target.
11252         * configure: Regenerate.
11253         * config/v850/rtems.h: New file.
11254
11255 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
11256
11257         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
11258         (__gthread_key_create): Likewise.
11259         (__gthread_key_dtor):  Likewise.
11260         (__gthread_once): Fix logic.
11261         (__gthread_key_delete): Cast away constness.
11262
11263         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
11264         * invoke.texi: Document.
11265         * i386/mingw32.h (CPP_SPEC): Use.
11266         (LIBGCC_SPEC): Likewise.
11267         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
11268
11269 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
11270
11271         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
11272         (HANDLE_PRAGMA_PACK): Undefine.
11273         (SLOW_UNALIGNED_ACCESS): Define.
11274
11275 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
11276
11277         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
11278         to default definition.
11279         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
11280         (store_fixed_bit_field): Call macro with word_mode and alignment.
11281         (extract_bit_field): Call macro with relevant mode and alignment.
11282         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
11283         to default definition.
11284         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
11285         and alignment.
11286         (move_by_pieces_ninsns): Likewise.
11287         (clear_by_pieces): Likewise.
11288         (emit_push_insn): Likewise.
11289         (store_field): Call macro with relevant mode and alignment.
11290         (expand_expr): Likewise.
11291         (expand_expr_unaligned): Likewise.
11292
11293         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
11294         (SLOW_UNALIGNED_ACCESS): Define.
11295         (CASE_VECTOR_MODE): Always use 32-bit offsets.
11296         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
11297         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
11298         (toc_section): Likewise and .toc pseudo-op.
11299         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
11300         64-bit mode.
11301         (TEXT_SECTION_ASM_OP): Likewise.
11302         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
11303         32-bit offsets.
11304
11305         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
11306         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
11307         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
11308         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
11309         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
11310
11311 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
11312
11313         * regclass.c: Revert my Jan 4 change to loop cost computation.
11314
11315 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11316
11317         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
11318         compilation.
11319
11320 2000-01-04  Stan Cox  <scox@cygnus.com>
11321
11322         * haifa-sched.c (build_control_flow): Change unreachable simple
11323         loop test to check if current block has only one predecessor.
11324         (find_rgns): Initialize degree.  Use dest as degree index, not src.
11325
11326 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11327
11328         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
11329
11330         * calls.c (expand_call): Likewise for
11331         `old_stack_arg_under_construction'.
11332
11333         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
11334
11335         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
11336         `save_constant'.
11337
11338         * gcc.c (execute): Likewise for `ut' and `st'.
11339
11340         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
11341
11342         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
11343
11344         * jump.c (jump_optimize_1): Likewise for `temp2'.
11345
11346         * local-alloc.c (block_alloc): Likewise for `r1'.
11347
11348         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
11349
11350         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
11351         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
11352
11353         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
11354         and `set2'.
11355
11356         * reload.c (find_reloads): Likewise for `goal_alternative_number'
11357         and `goal_earlyclobber'.
11358
11359         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
11360
11361         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
11362
11363         * stupid.c (stupid_life_analysis): Likewise for `chain'.
11364
11365         * unroll.c (copy_loop_body): Likewise for `copy'.
11366
11367         * varasm.c (output_constructor): Likewise for `byte'.
11368
11369 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11370
11371         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
11372         all FP constants for constant->reg moves.
11373         (ix86_split_to_parts): Try to convert memory address into immediate
11374         when available in the constant pool.
11375         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
11376         moves.
11377         (LEGITIMATE_CONSTANT_P): Return 1.
11378         * i386.md (pushsf): New splitter to convert constant pool memory
11379         reference to immediate.
11380         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
11381         reload.
11382
11383 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
11384
11385         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
11386         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
11387         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
11388         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
11389         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
11390
11391 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
11392
11393         * ginclude/stdbool.h:  Support compilation as C++.
11394
11395 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11396
11397         * fold-const.c (make_range): Don't try to reverse an unbounded range.
11398
11399 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
11400
11401         * regclass.c (regclass): Properly compute loop_cost.  Adjust
11402         comments.
11403
11404         * regclass.c: Fix minor whitespace problems.
11405
11406 2000-01-03  Anthony Green  <green@cygnus.com>
11407
11408         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
11409         Restore the pic register if required.
11410
11411 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
11412
11413         * c-common.c (format_char_info): Update comment.
11414         (check_format_info): Recognize 'z' modifier in the same way 'Z'
11415         was recognized.  Emit warning for formats new in ISO C99 only
11416         if flag_isoc9x is not set.
11417
11418 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
11419
11420         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
11421
11422 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11423
11424         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
11425         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
11426         (make_compound_operation): Choose cheaper alternative between
11427         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
11428
11429         * regclass.c (op_costs): Remove global variable.
11430         (record_reg_classes): New parameter "op_costs" and "reg_pref".
11431         (record_operand_costs): Break out from ...
11432         (scan_one_insn): ... here.
11433         (dump_regclass): Make dumps nicer.
11434         (regclass): Dump preferrences choosed and changes done during passes.
11435
11436 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
11437
11438         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
11439
11440 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
11441
11442         * config/sparc/sparc.c (gen_df_reg): New function.
11443         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
11444         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
11445         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
11446         movtf_cc_reg_sp64+1): Use it.
11447
11448 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
11449
11450         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
11451         copied LABEL_DECLs.
11452
11453 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11454
11455         * config/i386/i386.c (ix86_expand_unary_operator): Function
11456         definition made void.
11457         (ix86_expand_binary_operator): Update outdated preceding comment.
11458         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
11459         prototype.
11460
11461         * config/i386/i386.c (override_options): Fix option-name typo.
11462
11463 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
11464
11465         * system.h (CEIL): Define.
11466         * builtins.c (CEIL): Remove.
11467         * expmed.c (CEIL): Likewise.
11468         * expr.c (CEIL): Likewise.
11469         * stor-layout.c (CEIL): Likewise.
11470
11471 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11472
11473         * expr.c (store_constructor_field): Fix typo introduced with last
11474         gcc2 merge.
11475
11476 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
11477
11478         * tree.h (BINFO_N_BASETYPES): New macro.
11479
11480 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
11481
11482         * expmed.c (emit_store_flag): Prevent losing a pending stack
11483         adjust the same way we prevent losing queued increments.
11484
11485 Fri Dec 31 19:10:31 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11486
11487         * function.c (update_temp_slot_address): Handle case where sum of
11488         temporary address plus offset in register is a valid address.
11489
11490 1999-12-30  Herman A.J. ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
11491
11492         * genrecog.c (change_state) Corrected typo.
11493
11494 1999-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11495
11496         * system.h (bcopy, bcmp, bzero, index, rindex, atof, atol, free,
11497         getcwd, getenv, getwd, sbrk, strstr, malloc, calloc, realloc,
11498         strerror, getrlimit, setrlimit, abort): Add prototype arguments.
11499
11500 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
11501
11502         * i386.c (ix86_expand_fp_compare): In non-sahf non-TARGET_IEEE
11503         case, expand GT comparisons correctly.  Fix a comment before this
11504         part of the code.
11505
11506 1999-12-30  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
11507
11508         * dwarfout.c: Include "frame.h"
11509         * dwarf2out.c: Likewise.
11510         * Makefile.in (dwarfout.o): Depend on frame.h
11511         (dwarf2out.o): Likewise.
11512
11513 1999-12-29  "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
11514
11515         Restore i386 binary compatibility in Dwarf EH info.
11516         * config/i386/i386.h (DWARF_FRAME_REGISTERS): Define as 17, the old
11517         value of FIRST_PSEUDO_REGISTER.
11518         * frame.h (DWARF_FRAME_REGISTERS): Default to FIRST_PSEUDO_REGISTER.
11519         (struct frame_state): Use DWARF_FRAME_REGISTERS.
11520         * dwarfout.c (output_reg_number): Ditto.
11521         * dwarf2out.c (reg_number, expand_builtin_init_dwarf_reg_sizes): Ditto.
11522         (DWARF_FRAME_RETURN_COLUMN): Default to DWARF_FRAME_REGISTERS.
11523
11524 1999-12-29  Bruce Korb  <autogen@linuxbox.com>
11525
11526         * fixinc/fixincl.c(wait_for_pid): sometimes a WSTOPSIG of zero is OK
11527         * fixinc/fixincl.tpl(<hack>TEST_CT): Just do the existence test once
11528         (<hack>_RE_CT): not needed
11529         * fixinc/fixlib.c(is_cxx_header): moved from fixtests.c
11530         rewritten to scan the file text once only
11531         "template<..." test added
11532         * fixinc/fixlib.h(apply_fix_p_t): moved from fixtests.c
11533         (is_cxx_header): declaration added
11534         * fixinc/fixtests.c(is_cxx_header): removed
11535         (apply_fix_p_t): removed
11536         (double_slash_test): is_cxx_header is only called once now
11537         * fixinc/hackshell.tpl: indexing the fixes is now done under DEBUG
11538         * fixinc/inclhack.def(FIXINC_DEBUG): added for testing DEBUG state
11539         within the templates.
11540         The borken spelling of "broken" was fixed.
11541         * fixinc/inclhack.tpl: The $VERBOSE level is used on various messages
11542         The default level depends on FIXINC_DEBUG.
11543
11544 1999-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11545
11546         * crtstuff.c: If !inhibit_libc, include stdlib.h/unistd.h.
11547         Otherwise provide a declaration for atexit.
11548         (init_dummy): Make sure dummy call to atexit is nevertheless
11549         called with correct number of args.
11550
11551         * frame.c: Update comments referring to other files.
11552
11553         * libgcc2.c: Likewise.
11554
11555 1999-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11556
11557         * cse.c (free_element, get_element): Remove unused prototypes.
11558
11559         * fold-const.c (extract_muldiv): Initialize variables `op0' and
11560         `op1'.
11561
11562         * jump.c (invert_exp): Add explicit braces to avoid ambiguous
11563         `else' clauses.
11564
11565 Wed Dec 29 12:44:54 1999  Donald Lindsay  <dlindsay@cygnus.com>
11566
11567         * configure.in,configure: case arm for mn10200-*-* now sets
11568         float_format=i32 so that float.h will correctly claim "double"
11569         to be 32 bits. Ran autoconf to generate configure from .in file.
11570
11571 Wed Dec 29 10:53:21 1999  Jeffrey A Law  (law@cygnus.com)
11572
11573         * pa.md (conditional zero): If op1 is a register, force it into
11574         the same register as op0.
11575
11576 1999-12-28  Mark Mitchell  <mark@codesourcery.com>
11577
11578         * tree.h (BINFO_BASETYPES): Improve documentation.
11579
11580 1999-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11581
11582         * configure.in (--enable-checking): Use a more portable `for'
11583         loop syntax.
11584
11585 1999-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11586
11587         * configure.in (AC_DECL_SYS_SIGLIST, xm-siglist.h,
11588         arm/xm-netbsd.h, NO_SYS_SIGLIST): Don't use.
11589
11590         * xm-siglist.h, arm/xm-netbsd.h, mips/xm-news.h, mips/xm-sysv4.h:
11591         Delete files.
11592
11593         * gcc.texi (NO_SYS_SIGLIST, sys_siglist, SYS_SIGLIST_DECLARED):
11594         Delete descriptions.
11595
11596         * i386/osf1elf.h, i386/xm-cygwin.h, i386/xm-mingw32.h, m68k/3b1.h,
11597         m68k/a-ux.h, m68k/dpx2.h, m68k/plexus.h, m68k/xm-hp320.h,
11598         m88k/xm-m88k.h, mips/x-sni-svr4, pa/xm-pa.h, pa/xm-pahpux.h,
11599         pa/xm-papro.h, we32k/xm-we32k.h, winnt/xm-winnt.h, xm-interix.h,
11600         xm-svr4.h: Remove all instances of sys_siglist handling.
11601
11602 1999-12-27  Jakub Jelinek  <jakub@redhat.com>
11603
11604         * config/sparc/sparc.md (cmp_zero_qi,
11605         cmp_zero_extendqisi2_andcc_set, cmp_zero_qi_sp64,
11606         cmp_zero_extendqidi2_andcc_set): New patterns.
11607
11608 1999-12-28  Manfred Hollstein  <mhollstein@cygnus.com>
11609
11610         * m68k/t-mot3300-gald (CROSS_LIBGCC1): Define to libgcc1-asm.a.
11611         (LIB1ASMSRC, LIB1ASMFUNCS, LIB2FUNCS_EXTRA): Define.
11612         (fpgnulib.c, xfgnulib.c): Add rules.
11613         * m68k/t-mot3300-gas: Likewise.
11614
11615 1999-12-27  Ian Lance Taylor  <ian@zembu.com>
11616
11617         * configure.in: Avoid [[ by using test and changequote.  Add
11618         changequote required by 1999-12-14 change.
11619         * configure: Rebuild.
11620
11621 1999-12-27  Clinton Popetz  <cpopetz@cygnus.com>
11622
11623         * config/mips/mips.h: Fix typo from 12/17/99 libgcc2 fix.
11624
11625 1999-12-27  Christophe Jaillet  <jaillet.christophe@caramail.com>
11626
11627         * alias.c (nonlocal_reference_p): Add else for disjoint ifs.
11628         * flow.c (find_use_as_address): Likewise.
11629         * function.c (fixup_var_refs_1): Likewise.
11630         (walk_fixup_memory_subreg, fixup_stack_1): Likewise.
11631         * jump.c (invert_exp, redirect_exp): Likewise.
11632         * loop.c (replace_call_address): Likewise.
11633         (count_nonfixed_reads): Likewise.
11634         * rtlanal.c (modified_between_p): Likewise.
11635         (modified_in_p, volatile_insn_p, volatile_refs_p): Likewise.
11636         (side_effects_p, replace_regs, jmp_uses_reg_or_mem): Likewise.
11637         * unroll.c (remap_split_bivs): Likewise.
11638
11639 1999-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11640
11641         * diagnostic.c (v_message_with_decl): Use .* format specifier
11642         instead of building the format specifier width manually.
11643
11644         * system.h (strsignal): Don't check HAVE_STRSIGNAL when
11645         determining whether to provide a prototype.  Remove the
11646         sys_siglist clause in the conditional.
11647
11648 1999-12-23  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11649
11650         * fold-const.c (operand_equal_p): Use memcmp to compare string
11651         constants.
11652         Suggested by D. J. Bernstein
11653
11654 1999-12-17  Jakub Jelinek  <jakub@redhat.com>
11655
11656         * config/h8300/h8300.h (TARGET_H8300H, TARGET_H8300S): Make sure
11657         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
11658         compiling libgcc2.
11659         * config/mips/mips.h (TARGET_64BIT): Likewise.
11660         * config/rs6000/rs6000.h (TARGET_POWERPC64): Likewise.
11661         * libgcc2.c: Use {,U}{HW,W,DW}type and DWunion everywhere instead
11662         of {SI,DI}type and DIunion.  Define these types to QI/HI modes on
11663         dsps.  Give routines proper names if SI/DI modes are not used.
11664         * longlong.h: Use DWunion instead of DIunion.
11665
11666 1999-12-26  Zack Weinberg  <zack@wolery.cumb.org>
11667
11668         * acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING,
11669         GC_CHECKING, GC_ALWAYS_COLLECT.
11670         * configure.in: Allow --enable-checking with an argument
11671         listing check modes to enable.
11672         * config.in, configure: Rebuilt.
11673         * ggc-page.c, ggc-simple.c: Define GGC_POISON (and
11674         GGC_ALWAYS_VERIFY for ggc-simple.c) only if
11675         ENABLE_GC_CHECKING.  Define GGC_ALWAYS_COLLECT only if
11676         ENABLE_GC_ALWAYS_COLLECT.
11677         * rtl.h, rtl.c: Change ENABLE_CHECKING to ENABLE_RTL_CHECKING
11678         throughout.
11679         * tree.h, tree.c: Change ENABLE_CHECKING to
11680         ENABLE_TREE_CHECKING throughout.
11681
11682 Sun Dec 26 07:48:20 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11683
11684         * fold-const.c (fold_truthop): Properly check for FP RHS.
11685
11686 1999-12-24  Mark Mitchell  <mark@codesourcery.com>
11687
11688         * toplev.h (note_deferall_of_defined_inline_function): Declare.
11689         * toplev.c (note_deferral_of_defined_inline_function): New
11690         function, split out from ...
11691         (rest_of_compilation): ... here.  Use it.
11692
11693 Fri Dec 24 12:34:26 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11694
11695         * expr.c (store_constructor): Don't call clear_storage if size is
11696         variable.
11697
11698 1999-12-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11699
11700         * Makefile.in (toplev.o): Depend on loop.h.
11701
11702         * dwarfout.c: Include tm_p.h.
11703
11704         * emit-rtl.c (restore_emit_status): Mark parameter with
11705         ATTRIBUTE_UNUSED.
11706
11707         * final.c (final_scan_insn): Likewise.
11708
11709         * flow.c (flow_nodes_print, flow_exits_print, flow_loops_cfg_dump,
11710         flow_loop_nested_p, flow_loop_exits_find, flow_loop_nodes_find,
11711         flow_depth_first_order_compute, flow_loop_pre_header_find,
11712         flow_loop_tree_node_add, flow_loops_tree_build,
11713         flow_loop_level_compute, flow_loops_level_compute,
11714         flow_loop_outside_edge_p): Add prototypes.
11715         (recompute_reg_usage): Mark parameters with ATTRIBUTE_UNUSED.
11716
11717         * ggc-callbacks.c (lang_mark_tree, lang_mark_false_label_stack):
11718         Mark with ATTRIBUTE_NORETURN.
11719
11720         * hash.c (hash_newfunc): Mark parameter with ATTRIBUTE_UNUSED.
11721
11722         * local-alloc.c (no_conflict_p): Likewise.
11723
11724         * loop.c (insert_bct): Hide definitions of variables with hidden
11725         usage.
11726         (note_reg_stored): Mark parameter with ATTRIBUTE_UNUSED.
11727
11728         * regclass.c (memory_move_secondary_cost): Mark variable `mem'
11729         with ATTRIBUTE_UNUSED.
11730         (record_reg_classes): Mark parameter with ATTRIBUTE_UNUSED.
11731         (reg_scan): Likewise.
11732
11733         * reload.c (find_reloads): Remove unused variables `changed'.
11734
11735         * reload1.c (reload_reg_class_lower): Don't unnecessarily cast
11736         away const-ness.
11737         (allocate_reload_reg): Mark parameter with ATTRIBUTE_UNUSED.
11738         Remove unused variable `insn'.
11739
11740         * toplev.c: Include loop.h.
11741         (report_file_and_line): Remove unnecessary prototype.
11742
11743         * tree.c (build_block): Mark parameter with ATTRIBUTE_UNUSED.
11744
11745         * unroll.c (biv_total_increment): Likewise.
11746
11747 Thu Dec 23 23:15:22 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
11748
11749         * reload1.c (emit_input_reload_insns): Restore old behaviour
11750         wrt. 'special' reloads.
11751
11752 1999-12-23  Zack Weinberg  <zack@wolery.cumb.org>
11753
11754         * Makefile.in (ggc-simple.c, ggc-page.c): Don't depend on
11755         hash.h.  (cse.c): Don't depend on hashtab.h.
11756
11757         * cse.c: Don't include hashtab.h.
11758         (hash_cse_reg_info, cse_reg_info_equal_p): Delete prototypes
11759         of dead functions.
11760         * ggc-simple.c: Don't include hash.h.
11761
11762 1999-12-22  Jason Merrill  <jason@casey.cygnus.com>
11763
11764         * dwarf2out.c (add_abstract_origin_attribute): Call
11765         gen_abstract_function on our function context.
11766
11767 Thu Dec 23 03:57:10 1999  Hans-Peter Nilsson  <hp@bitrange.com>
11768
11769         * Makefile.in (INTEGRATE_H): Fix typo: INTEGRATE_H, not INTREGRATE_H.
11770
11771 1999-12-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11772
11773         * config/c4x/c4x.c (c4x_address_cost): Add statement to default
11774         case in switch.
11775
11776 1999-12-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11777
11778         * config/c4x/c4x.md (*addqi3_noclobber_reload): Change operand 0
11779         constraints to "a!r".
11780
11781 1999-12-21  Mark Mitchell  <mark@codesourcery.com>
11782
11783         * Makefile.in (calls.o): Depend on function.h.
11784         (alias.o): Likewise.
11785
11786 1999-12-21  Bernd Schmidt  <bernds@cygnus.co.uk>
11787
11788         * reload1.c (emit_reload_insns): Break out code and variables into...
11789         (input_reload_insns, other_input_address_reload_insns,
11790         other_input_reload_insns, input_address_reload_insns,
11791         inpaddr_address_reload_insns, output_reload_insns,
11792         output_address_reload_insns, outaddr_address_reload_insns,
11793         operand_reload_insns, other_operand_reload_insns,
11794         other_output_reload_insns): ... new static variables, and...
11795         (emit_input_reload_insns, emit_output_reload_insns, do_input_reload,
11796         do_output_reload): ... new functions.
11797
11798 Tue Dec 21 07:06:36 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11799
11800         * pa.h (FUNCTION_ARG_BOUNDARY): Never return 0.
11801
11802 1999-12-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11803
11804         * md.texi: Add c4x constraints documentation.
11805
11806 1999-12-21  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11807
11808         * config/i386/dgux.c (struct option): Rename to
11809         lang_independent_option.
11810         (struct m_options): Add description field.
11811         (output_options): Rename option type, add sep declaration, output
11812         ix86_cpu_string and ix86_arch_string only if set.
11813         (output_file_start): Rename option type.
11814
11815 Mon Dec 20 23:15:36 1999  Mike Stump  <mrs@wrs.com>
11816
11817         * Makefile.in (crtbegin.o, crtend.o, s-crtS): Depend on
11818         stmp-int-hdrs.
11819         (libgcc2.a): Similarly.
11820
11821 Mon Dec 20 23:06:47 1999  David Edelsohn  <edelsohn@gnu.org>
11822
11823         * longlong.h (_ARCH_PPC): Only protect add_ssaaaa and sub_ddmmss
11824         with W_TYPE_SIZE == 32.  Do not fall through to POWER architecture
11825         for umul_ppmm and smul_ppmm if !_ARCH_PPC and !_ARCH_POWER.
11826
11827 Mon Dec 20 23:02:03 1999  Jeffrey A Law  (law@cygnus.com)
11828
11829         * fold-const.c (real_hex_to_f): Remove unused "isldouble" variable.
11830         Remove redundant initialization of "frexpon" and "expon".
11831
11832 Mon Dec 20 15:00:04 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11833
11834         * tree.c (real_value_from_int_cst): Clear REAL_VALUE_TYPE object first.
11835
11836         * expr.c (store_constructor): New argument SIZE; pass to clear_storage.
11837         (store_constructor_field, expand_expr): Pass new arg.
11838
11839 1999-12-20  Mark Mitchell  <mark@codesourcery.com>
11840
11841         * Makefile.in (explow.o): Depend on function.h.
11842
11843         * stor-layout.c (set_sizetype): Fix typo.
11844
11845 1999-12-20  Bernd Schmidt  <bernds@cygnus.co.uk>
11846
11847         * function.c (cfun): Renamed from current_function.  All users
11848         changed.
11849         * function.h (cfun): Rename declaration as well.
11850
11851         * reload.h (struct insn_chain): Change live_throughout and dead_or_set
11852         to be of type regset_head, not regset.  All users changed by adding
11853         address operator.
11854         * reload1.c (new_insn_chain): Don't allocate regsets, just clear them.
11855
11856 1999-12-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11857
11858         * config/c4x/rtems.h: New file.
11859
11860 1999-12-19  Bernd Schmidt  <bernds@cygnus.co.uk>
11861
11862         * reload1.c (spill_failure): Take class of failed reload as argument
11863         and print it.  Caller changed.
11864
11865 Sun Dec 19 07:50:42 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11866
11867         * rs6000.h (SUBTARGET_DEFAULT): New macro.
11868         (TARGET_SWITCHES): Allow subtargets to default switches.
11869         * rs6000/vxppc.h (SUBTARGET_DEFAULT): New macro.
11870
11871 1999-12-18  Mark Mitchell  <mark@codesourcery.com>
11872
11873         * crtstuff.c (__do_global_ctors_aux): Do not call __cxa_finalize
11874         in a main program.
11875
11876 Sat Dec 18 20:42:43 1999  Richard Henderson  <rth@cygnus.com>
11877
11878         * cccp.c (main): Define __STDC_VERSION__ as necessary.
11879         * cppinit.c (cpp_handle_option): Likewise.
11880
11881         * ginclude/stdarg.h (va_copy): Use __STDC_VERSION__ to
11882         determine when to define.
11883
11884 Sat Dec 18 20:34:00 1999  Richard Henderson  <rth@cygnus.com>
11885
11886         * alpha.c (alpha_emit_conditional_move): If TARGET_FIX, handle
11887         cmove with mismatched test and data modes.
11888
11889 Sat Dec 18 20:30:15 1999  Richard Henderson  <rth@cygnus.com>
11890
11891         * c-typeck.c (c_expand_start_case): Don't warn for long switch
11892         in system headers.
11893
11894 Sat Dec 18 16:28:43 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11895
11896         * alias.c: Minor reformatting.
11897         * flow.c: Likewise.
11898         * regs.h: Likewise.
11899         * stor-layout.c: Likewise.
11900         * fold-const.c: Likewise.
11901         (OVERFLOW_SUM_SIGN): Renamed from overflow_sum_sign.
11902         (struct cb_args, const_binop_1, const_binop): Pass type of arg,
11903         not arg itself.
11904         (size_int_wide): Cache nodes even if garbage collecting.
11905         (twoval_comparison_p): Reenable SAVE_EXPR case if operand
11906         of SAVE_EXPR has no side effects.
11907         * cse.c: Move a comment.
11908         * tree.c: Minor reformatting.
11909         (int_size_in_bytes): Return -1 if constant overflows.
11910
11911 Sat Dec 18 18:30:20 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
11912
11913         * unroll.c (copy_loop_body): Don't treat a REG like a PLUS.
11914
11915 1999-12-18 10:42 -0800  Zack Weinberg  <zack@wolery.cumb.org>
11916
11917         * objc/objc-parse.c: Regenerate.  This file must be rebuilt
11918         after any change to c-parse.in, even if objc-parse.y didn't
11919         change.  Oops.
11920
11921 1999-12-18  David S. Miller  <davem@redhat.com>
11922
11923         * toplev.c (rest_of_compilation): Restore BLOCK tree
11924         reconstruction and branch shortening changes lost in
11925         December 18th change.
11926
11927 Sat Dec 18 05:29:29 1999  Scott Bambrough  <scottb@netwinder.org>
11928
11929         * config/arm/linux-elf.h: Change all instances of
11930         ARM_FLAG_SHORT_BYTES to ARM_FLAG_MMU_TRAPS.
11931         * config/arm/uclinux-elf.h: Likewise.
11932
11933 1999-12-18 Gabriel Dos Reis  <gdr@codesourcery.com>
11934
11935         * toplev.c (notice, vmessage, v_message_with_file_and_line,
11936         v_message_with_decl, file_and_line_for_asm,
11937         v_error_with_file_and_line, v_error_with_decl, v_error_for_asm,
11938         verror, vfatal, v_warning_with_file_and_line, v_warning_with_decl,
11939         v_warning_for_asm, vwarning, vpedwarn, v_pedwarn_with_decl,
11940         v_pedwarn_with_file_and_line, vsorry, vnotice, count_error,
11941         pfatal_with_name, fatal_io_error, need_error_newline,
11942         last_error_function, last_error_tick, announce_function,
11943         default_print_error_function, print_error_function,
11944         report_error_function, fnotice, error_with_file_and_line,
11945         error_with_decl, error_for_asm, error, set_fatal_function, fatal,
11946         _fatal_insn, _fatal_insn_not_found, warning_with_file_and_line,
11947         warning_with_decl, warning_for_asm, warning, pedwarn,
11948         pedwarn_with_decl, pedwarn_with_file_and_line, sorry): Move to
11949         diagnostic.c
11950         (compile_file): Use fnotice instead of notice.  Adjust call.
11951
11952         * diagnostic.c: New file.
11953
11954         * Makefile.in (OBJS): Include diagnostic.o
11955         (diagnostic.o): Define dependence.
11956
11957 1999-12-18  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11958
11959         * config/c4x/c4x.h (ASM_OUTPUT_XXX): Wrap in do-while(0).
11960         Tweak formatting.
11961
11962 1999-12-18  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11963
11964         * config/c4x/c4x.md (rpts_top, rptb_top): Add clobbers for rs and re.
11965
11966 1999-12-17 13:21 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
11967
11968         * fixtests.c (is_cxx_header): New fn, split out of
11969         double_slash_test.
11970         (else_endif_label): Allow "#endif // comment" in C++ headers,
11971         as determined by is_cxx_header.
11972         * fixfixes.c (else_endif_label_fix): Update comment.
11973         * fixincl.c: Don't output VERB_PROGRESS lines if stdout is not
11974         a tty.
11975         * genfixes: Correct double thinko in commandline parsing.
11976         * hackshell.tpl: Generate correct sh syntax for bypass
11977         entries.
11978
11979         * inclhack.def (all): Whenever an inserted preprocessor
11980         conditional is split over multiple lines, use double
11981         backslashes in this file so the fixed header will be readable.
11982
11983         (AAB_fd_zero_glibc_1_0): Rename to AAB_fd_zero_asm_posix_types_h
11984         and add bypass entry for correct version of this header.
11985         (AAB_fd_zero_glibc_1_x): Rename to AAB_fd_zero_gnu_types_h.
11986         (AAB_fd_zero_glibc_2_0): Rename to AAB_fd_zero_selectbits_h.
11987
11988         (hpux8_bogus_inlines): New fix, split from...
11989         (ultrix_atof_param) ... here.
11990         (math_expression): Add bypass entry keyed to glibc comment
11991         indicating the problem has been dealt with; disable
11992         unnecessary sed operations; update commentary.
11993         (math_gcc_ifndefs): Rename to math_huge_val_from_dbl_max,
11994         add select and bypass entries, simplify shell operation.
11995         (math_huge_val_ifndef): Split from math_gcc_ifndefs.
11996
11997         (ip_missing_semi, rs6000_param, tinfo_cplusplus,
11998          ultrix_atof_param): Add select entry.
11999         (stdio_va_list, sunos_mather_decl): Add bypass entry.
12000         (systypes_for_aix, sysv86_string, tinfo_cplusplus): Put the
12001         comments with the fixes they describe.
12002
12003         * c-parse.in (string action): Do not warn about ANSI string
12004         concatenation in system headers.  Affects C parser only.
12005         * c-parse.y, c-parse.c, c-parse.h: Rebuild.
12006
12007 1999-12-16  Jakub Jelinek  <jakub@redhat.com>
12008
12009         * config/sparc/sparc.h (TARGET_ARCH32): Exchange ifdefs so that if
12010         compiling libgcc2 the macro depends always on arch cpp defines.
12011
12012 Fri Dec 17 10:34:16 1999  Richard Earnshaw <rearnsha@arm.com>
12013
12014         * loop.c (insert_loop_mem): Don't record MEMs from inside
12015         EXPR_LISTs.
12016
12017 Fri Dec 17 12:08:11 MET 1999  Jan Hubicka  <hubicka@freesoftr.cz>
12018
12019         * regclass.c (regclass): Do not use flowgraph when not optimizing.
12020
12021         * gcse.c (try_replace_reg): Do replacements in REG_EQUAL/REG_EQUIV
12022         notes too, create one when replacement failed, attempt to simplify
12023         resulting notes.
12024         (cprop_insn): Propagate even to registers mentioned only in REG_EQUAL
12025         or REG_EQUIV notes.
12026
12027 1999-12-16  Mark Mitchell  <mark@codesourcery.com>
12028
12029         * crtstuff.c (__dso_handle): Declare.
12030         (__cxa_finalize): Likewise.
12031         (do_global_dtors_aux): Call __cxa_finalize if __dso_handle is
12032         non-NULL.
12033
12034         * invoke.texi: Document -fuse-cxa-atexit.
12035
12036         * tree.h (ptr_type_node): Document.
12037         (const_ptr_type_node): Likewise.
12038
12039 Fri Dec 17 01:32:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12040
12041         * regmove.c (optimize_reg_copy_1): Ignore LOOP notes.
12042         (optimize_reg_copy_2): Likewise.
12043         (optimize_reg_copy_3): Likewise.
12044         (fixup_match_2): Likewise.
12045         (regmove_optimize): Likewise.
12046         (fixup_match_1): Liekwise.
12047
12048         * i386.md (HI to SImode promoting splitters): Rewrite.
12049         (pushsf mem peep2): New.
12050         (testhi to andhi peep2): Remove.
12051         * i386.h (x86_promote_QImode): New.
12052         (TARGET_PROMOTE_QImode): New.
12053         (PREDICATE_CODES): Add promotable_binary_operator.
12054         * i386.c (x86_promote_QImode0: New.
12055         (promotable_binary_operator): New.
12056         * i386-protos.h (promotable_binary_operator): New.
12057
12058         * i386.md (test?i_1): Use "nonmemory_operand" predicate, simplify
12059         condition.
12060         (one_cmpl?i*): Pass "NOT" to unary_operator_ok.
12061
12062 1999-12-16  Mark Mitchell  <mark@codesourcery.com>
12063
12064         * Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.
12065         * function.c (insert_block_after_note): Remove.
12066         (retrofit_block): Likewise.
12067         (identify_blocks): Fix indentation.
12068         (reorder_blocks): Don't NULL out NOTE_SOURCE_FILE for a
12069         NOTE_INSN_BLOCK_BEG or NOTE_INSN_BLOCK_END.
12070         * function.h (insert_block_after_note): Remove prototype.
12071         (retrofit_block): Likewise.
12072         * integrate.c (expand_inline_function): Don't call
12073         find_loop_tree_blocks.  Use expand_start_bindings_and_block, not
12074         just expand_start_bindings.  Use the block_map to remap old
12075         NOTE_BLOCKs to new ones.
12076         (integrate_decl_tree): Keep track of remapped blocks.
12077         * integrate.h (struct inline_remap): Add block_map.
12078         * stmt.c (expand_fixup): Don't try to retrofit_blocks.  Just set
12079         NOTE_BLOCK on the notes.
12080         (expand_start_bindings): Rename to ...
12081         (expand_start_bindings_and_block): Add parameter.  Set NOTE_BLOCK.
12082         (expand_end_bindings): Set NOTE_BLOCK.
12083         * toplev.c (rest_of_compilation): In function-at-a-time-mode,
12084         reconstruct the BLOCK tree.
12085         * tree.h (expand_start_bindings): Macroize.  Call ...
12086         (expand_start_bindings_and_block): New function.
12087
12088 1999-12-16  Jakub Jelinek  <jakub@redhat.com>
12089
12090         * config/sparc/sparc.c (print_operand): Cast fprintf arguments
12091         to match the format.
12092
12093 1999-12-16  David S. Miller  <davem@redhat.com>
12094
12095         * expr.c (emit_move_insn_1): Only emit clobbers if one of
12096         the outputs is a SUBREG.
12097         * rtlanal.c (reg_overlap_mentioned_p): Revert December 15th
12098         change.
12099
12100         * config/sparc/sparc.c (epilogue_renumber): Add default case
12101         to switch stmt.
12102
12103 Thu Dec 16 11:33:57 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12104
12105         * toplev.c (rest_of_compilation): Run branch shortening after
12106         reg-stack.
12107
12108         * regclass.c (loop_depth): Remove
12109         (scan_one_insn): Do not handle LOOP_NOTE insns.
12110         (regclass): Go through basic blocks and set loop_cost
12111
12112 Thu Dec 16 02:56:25 1999  Zack Weinberg  <zack@bitmover.com>
12113
12114         * tree.h (DECL_FROM_INLINE): Check DECL_ABSTRACT_ORIGIN too.
12115
12116 Thu Dec 16 10:43:35 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12117
12118         * i386.md (movqi): Use "nonimmediate_operand" for output operand.
12119         (movstrictqi, movdi, movsf, movdf, movxf): Likewise.
12120         (adddi, addqi, addhi, subdi, subqi, subhi, ffs): Likewise.
12121
12122 Thu Dec 16 02:41:26 1999  Richard Henderson (rth@cygnus.com)
12123
12124         * loop.c (insert_loop_mem): Ignore memory clobbers.
12125
12126         * combine.c (simplify_comparison): Reduce (OP (MINUS A B) 0)
12127         to (OP A B).
12128
12129 Thu Dec 16 02:26:11 1999  Jeffrey A Law  (law@cygnus.com)
12130
12131         * profile.c: Remove redundant #include "output.h".
12132
12133         * h8300.md (HImode preinc peephole): Fix typo.
12134
12135 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12136
12137         * function.c (retrofit_block): Abort if we don't find a suitable insn.
12138         (insert_block_after_note): Abort if we don't have a previous block.
12139         Remove FN parameter.
12140         * function.h: Adjust.
12141
12142 1999-12-15  Mark Mitchell  <mark@codesourcery.com>
12143
12144         * builtins.c (expand_builtin_mathfn): Make sure not to expand the
12145         argument more than once.
12146
12147 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12148
12149         * stmt.c (expand_decl): Expand upper bound of a dynamic array.
12150
12151 1999-12-15  Jakub Jelinek  <jakub@redhat.com>
12152
12153         * expr.c (emit_group_load): Use dst mode if src is VOIDmode.
12154
12155 Wed Dec 15 16:11:55 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12156
12157         * function.c (PREFERRED_STACK_BOUDNARY): Provide default value.
12158         (assign_stack_local_1): Limit alignment to PREFERRED_STACK_BOUNDARY,
12159         update stack_alignment_needed.
12160         (prepare_function_start): Initialize stack_alignment_needed
12161         * function.h (struct function): Add field stack_alignment_needed.
12162
12163 Wed Dec 15 14:55:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12164
12165         * caller-save.c (insert_one_insn): Returns struct insn_chain *.
12166         Handle live_throughout / dead_or_set instead of live_before /
12167         live_after.
12168         (save_call_clobbered_regs): Get register livenessinformation from
12169         chain->live_throughout.
12170         (add_stored_regs): New function.
12171         (insert_restore, insert_save): Add restored / saved registers to
12172         dead_or_set.
12173         * global.c (reg_dies): New parameter chain.
12174         (reg_becomes_live): Third parameter is regs_set now.
12175         Changed all callers.
12176         (reg_dies): New parameter chain.  Changed all callers.
12177         (build_insn_chain): Set live_throughout instead of
12178         live_before / live_after.
12179         * reload.h (struct insn_chain): Replace members live_before /
12180         live_after with live_throughout / dead_or_set.
12181         * reload1.c (new_insn_chain): Handle live_throughout / dead_or_set
12182         instead of live_before / live_after.
12183         (maybe_fix_stack_asms, find_reload_regs, finish_spills): Likewise.
12184         (order_regs_for_reload, find_reg, finish_spills): Likewise.
12185         (choose_reload_regs_init): Likewise.
12186         * stupid.c (current_chain, find_clobbered_regs): Delete.
12187         (stupid_life_analysis): Set chain->live_throughout chain->dead_or_set
12188         instead of chain->live_before / chain->live_after.
12189         (mark_hard_ref): New function.
12190         (stupid_mark_refs): Call mark_hard_ref. Clear chain->live_throughout.
12191
12192 1999-12-15  David S. Miller  <davem@redhat.com>
12193
12194         * rtlanal.c (reg_overlap_mentioned_p): Handle CONCAT.
12195
12196 Wed Dec 15 15:05:30 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12197
12198         * flow.c (calculate_loop_depth): Make global, remove prototype,
12199         rewrite to use new loop infrastructure.
12200         (find_basic_block): Remove calculate_loop_depth call.
12201         * toplev.c (rest_of_compilation): Call find_basic_block.
12202         * output.h (calculate_loop_depth): Declare.
12203
12204         * flow.c (dump_flow_info): Dump loop_depth.
12205         (flow_loops_nodes_find): Increase loop_depth for basic block in the
12206         body.
12207         (flow_loops_find): Initialize the loop_depth for each basic block.
12208
12209 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12210
12211         * tree.c (decl_function_context): Handle virtual functions.
12212
12213         * tlink.c (scan_linker_output): Don't look in demangled name when
12214         looking for linker output keywords.
12215
12216         * dwarfout.c (output_type): We can defer namespace-scope classes.
12217
12218 Wed Dec 15 01:23:29 1999  Jeffrey A Law  (law@cygnus.com)
12219
12220         * regclass.c (record_reg_classes): Update comment for merging
12221         register class preferences in reg->reg copies.  Tighten conditions
12222         for merging register class preferences in reg->reg copies.
12223
12224 Wed Dec 15 02:19:32 1999  David Edelsohn  <edelsohn@gnu.org>
12225
12226         * rs6000.md (tablejumpdi): Generate DImode LABEL_REF.
12227
12228 1999-12-14  Geoff Keating  <geoffk@cygnus.com>
12229
12230         * config/m68k/m68020-elf.h (ENDFILE_SPEC): Delete.
12231         (INIT_SECTION_ASM_OP): Delete.
12232         (FINI_SECTION_ASM_OP): Delete.
12233         (STARTFILE_SPEC): Define to hold just crtbegin.o.
12234
12235 1999-12-14  Jason Merrill  <jason@casey.cygnus.com>
12236
12237         * dwarf2out.c (add_abstract_origin_attribute): Do call abort if
12238         the abstract origin wasn't emitted.
12239
12240         * dwarf2out.c (class_scope_p): New fn.
12241         (gen_subprogram_die): Use it.
12242         (gen_variable_die): Use it.  Tweak logic.
12243         (gen_struct_or_union_type_die): Check context_die to determine
12244         if we're function-local.
12245         (dwarf2out_decl): Check DECL_BUILT_IN, not DECL_FUNCTION_CODE.
12246
12247 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12248
12249         * loop.c (check_dbra_loop): Can't reverse a biv that has
12250         maybe_multiple set.
12251
12252 1999-12-14  Nick Clifton  <nickc@cygnus.com>
12253
12254         * config/arm/arm.c: Add support for -mcpu=arm720 command line
12255         switch.
12256
12257 Tue Dec 14 18:13:32 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12258
12259         * loop.c (strength_reduce): Fix sign of giv lifetime calculation
12260         for givs made from biv increments.
12261
12262 Tue Dec 14 08:11:27 1999  Richard Henderson  <rth@cygnus.com>
12263
12264         * configure.in (alpha-osf, alpha-linux): Handle ev6[78].
12265         * alpha.c (override_options): Recognize -mcpu=ev67.
12266         * alpha.h (CPP_CPU_EV67_SPEC): New.
12267         (CPP_CPU_DEFAULT_SPEC): Examine TARGET_CPU_DEFAULT to use it.
12268         (EXTRA_SPECS): Update.
12269
12270 Tue Dec 14 08:04:28 1999  Richard Henderson  <rth@cygnus.com>
12271
12272         * cppp.c (main): Set trigraphs and __STRICT_ANSI__ as
12273         appropriate for -lang-c89 and -std=*.
12274         * cppinit.c (cpp_handle_option): Likewise.
12275         (new_pending_define): New, split out from cpp_handle_option.
12276         * gcc.c (default_compilers): Don't define __STRICT_ANSI__
12277         or enable trigraphs for -ansi/-std=*.
12278
12279         * ginclude/stdarg.h (__va_copy): New.
12280         (va_copy): Don't define for C89.
12281
12282 Tue Dec 14 08:37:27 CST 1999 Clinton Popetz  <cpopetz@cygnus.com>
12283
12284         * config/arm/arm.md (mulsidi3adddi, umulsidi3adddi): New patterns
12285         for long long multiply-accumulate.
12286
12287 Tue Dec 14 13:51:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12288
12289         * regclass.c (scan_one_insn): Set loop_cost to 1 when
12290         optimizing for size.
12291
12292 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12293
12294         * reload1.c (reload): Can't avoid select_reload_regs/finish_spills
12295         if something changed.  Back out that part of yesterday's changes.
12296
12297         * loop.c (loop_max_reg): New static variable.
12298         (loop_optimize): Initialize it.  Eliminate one unnecessary call to
12299         max_reg_num.
12300         (scan_loop): Call reg_scan_update whenever we may have added new
12301         registers, and update loop_max_reg.
12302
12303 Tue Dec 14 12:07:29 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12304
12305         * regclass.c  (record_reg_classes): Do not do the copying preferrencing
12306         when source does not die.
12307
12308         * regclass.c (record_reg_classes): Handle INOUT operands propertly.
12309
12310 1999-12-14  Jakub Jelinek  <jakub@redhat.com>
12311
12312         * config/sparc/linux64.h (TARGET_LIVE_G0,
12313         TARGET_BROKEN_SAVERESTORE): Don't support weird SPARC
12314         variants on Linux.
12315         * config/sparc/linux.h (TARGET_LIVE_G0,
12316         TARGET_BROKEN_SAVERESTORE): Likewise.
12317         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
12318         TARGET_BROKEN_SAVERESTORE): Likewise.
12319
12320         * config/sparc/sparc.h (SPARC_DEFAULT_CMODEL): Default to CM_32.
12321         (CONDITIONAL_REGISTER_USAGE): For block profiling fix %g4 on sparc64,
12322         not %g2.
12323         (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Use %g4 instead of %g2
12324         as sparc64 block profiling register.
12325         * config/sparc/sparc.c (sparc_override_options): Allow block
12326         profiling with -m32.
12327         (sparc_block_profiler): Use %g4 instead of %g2 as sparc64 block
12328         profiling register.
12329         * config/sparc/linux64.h (MACHINE_STATE_*): Only provide these
12330         macros on TARGET_ARCH32. sparc.h has macros good enough for sparc64.
12331         * config/sparc/sol2.h (MACHINE_STATE_*): Likewise.
12332
12333         * config/sparc/xm-sp64.h: Avoid using __sparc_v9__ when testing
12334         for sparc64.
12335         * config/sparc/sparc.h: Likewise.
12336         * config/sparc/xm-sysv4-64.h: Likewise.
12337         * config/float-sparc.h: Likewise.
12338         * glimits.h: Likewise.
12339         * longlong.h: Likewise.
12340
12341         * config/sparc/linux64.h (DEFAULT_VTABLE_THUNKS): Define to 1.
12342         (ASM_IDENTIFY_GCC): Remove.
12343
12344 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12345
12346         * combine.c (combine_simplify_rtx): Don't make shared rtl.
12347         (simplify_logical): Likewise.
12348
12349 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12350
12351         * cccp.c (INO_T_EQ): Disable inode-based optimization for Cygwin.
12352         * cppfiles.c (INO_T_EQ): Likewise.
12353
12354 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12355
12356         * i386/crtdll.h (STARTFILE_SPEC): Add -pg profiling support.
12357         * i386/mingw32.h (LIB_SPEC): Likewise.
12358         (STARTFILE_SPEC): Likewise.
12359         * i386/uwin.h (LIB_SPEC): Likewise.
12360         (STARTFILE_SPEC): Likewise.
12361
12362         * i386/mingw32.h (SUBTARGET_PROLOGUE): Override Cygwin definition.
12363         * i386/uwin.h (SUBTARGET_PROLOGUE): Likewise.
12364
12365 Mon Dec 13 20:25:29 1999  Jeffrey A Law  (law@cygnus.com)
12366
12367         * combine.c (combine_simplify_rtx): Fix order of checks for
12368         (ashiftrt foo C) -> (lt foo (const_int 0)) simplification.
12369
12370 1999-12-13  Clinton Popetz  <cpopetz@cygnus.com>
12371
12372         * config/arm/arm.md  (*mulsidi3adddi, *umulsidi3adddi) Backed out
12373         12/10/99 change, reapplied to merged-arm-thumb-backend-branch.
12374
12375 1999-12-10  Bernd Schmidt  <bernds@cygnus.co.uk>
12376
12377         * hard-reg-set.h (inv_reg_alloc_order): Declare if REG_ALLOC_ORDER is
12378         defined.
12379         * regclass.c (inv_reg_alloc_order): New array.
12380         (regclass_init): If REG_ALLOC_ORDER is defined, initialize it.
12381
12382         * reload.h (struct insn_chain): Delete fields group_size, group_mode,
12383         counted_for_groups, counted_for_nongroups.  Add fields rld and
12384         n_reloads.
12385         * reload.c (push_secondary_reload): Don't set nongroup field of
12386         new reloads.
12387         (push_reload): Likewise.
12388         (find_reloads): Delete code to compute nongroup fields.
12389         * reload1.c (reload_insn_firstobj): New static variable.
12390         (pseudos_counted, spilled_pseudos): Now of type regset_head.  All
12391         users changed.
12392         (calculate_needs, find_tworeg_group, find_group, possible_group_p,
12393         count_possible_groups, modes_equiv_for_class_p, new_spill_reg,
12394         dump_needs, maybe_mark_pseudo_spilled, hard_reg_use_compare): Delete
12395         functions.
12396         (count_pseudo, select_reload_regs, copy_reloads, find_reg): New
12397         functions.
12398         (struct hard_reg_n_uses): Deleted.
12399         (potential_reload_regs): Deleted.
12400         (init_reload): Initialize spilled_pseudos and pseudos_counted.
12401         (reload): Don't try to allocate reload registers if we already know
12402         we have to make another pass.  Call select_reload_regs.  Free memory
12403         starting with reload_firstobj when starting another pass.
12404         Don't allocate spilled_pseudos.
12405         (calculate_needs_all_insns): Call copy_reloads for an insn that
12406         needs reloads; don't call calculate_needs.
12407         (spill_cost): New static array.
12408         (used_spill_regs_local): New static variable.
12409         (order_regs_for_reload): Rewrite to lose hard_reg_n_uses and the code
12410         to compute potential_reload_regs.
12411         (find_reload_regs): Completely rewritten to use find_reg.
12412         (allocate_reload_reg): Don't test counted_for_groups or
12413         counted_for_nongroups.  Lose NOERROR arg and code to give an error;
12414         all cllers changed.
12415         (choose_reload_regs): Add fallback code that uses the existing
12416         register allocation from find_reload_regs.
12417
12418 Mon Dec 13 00:54:14 1999  Philippe De Muyter  <phdm@macqel.be>
12419
12420         * flow.c (create_edge_list): Cast xmalloc return value.
12421
12422 Mon Dec 13 00:47:58 1999  Jeffrey A Law  (law@cygnus.com)
12423
12424         * doprnt.c: Remove incorrect comment closure.
12425
12426         * cse.c: Fix a few minor whitespace goofs.
12427
12428 1999-12-13  Don Bowman  <don@pixstream.com>
12429
12430         * mips/vxworks.h: Fix problem with comment termination.
12431         (EXTRA_SECTIONS): Add in_sbss.
12432         (EXTRA_SECTION_FUNCTIONS): Corresponding changes.
12433
12434 1999-12-12  David S. Miller  <davem@redhat.com>
12435
12436         * cse.c (struct cse_reg_info): Add hash_next member,
12437         reorder rest of struct for better packing on 64-bit
12438         hosts.
12439         (cse_reg_info_tree): Kill.
12440         (REGHASH_SHIFT, REGHASH_SIZE, REGHASH_MASK, reg_hash,
12441         REGHASH_FN): New custom pow2 hash mechanism.
12442         (NBUCKETS): Kill.
12443         (HASH_SHIFT, HASH_SIZE, HASH_MASK, HASH, table): Rework to
12444         use a pow2 hash table.
12445         (get_cse_reg_info): Rework to use new REGHASH.
12446         (new_basic_block): Likewise, use HASH_SIZE, and inline
12447         free_element call.
12448         (remove_from_table): Rework to use HASH_SIZE/HASH_MASK,
12449         and inline free_element call.
12450         (lookup_as_function, insert, flush_hash_table, invalidate,
12451         remove_invalid_refs, remove_invalid_subreg_refs, rehash_using_reg,
12452         invalidate_for_call, use_related_value, find_comparison_args,
12453         fold_rtx, equiv_constant, cse_insn, invalidate_memory): Likewise.
12454         (hash_cse_reg_info, cse_reg_info_equal_p, free_element,
12455         get_element): Kill.
12456
12457 Sun Dec 12 21:31:44 1999  Jeffrey A Law  (law@cygnus.com)
12458
12459         * cse.c (cse_basic_block): Free qty_table consistently.
12460
12461 1999-12-12  David S. Miller  <davem@redhat.com>
12462             Jakub Jelinek    <jakub@redhat.com>
12463
12464         * config/sparc/sparc.md (movtf reg/reg split): Don't generate
12465         SUBREGs by hand, gen the appropriate hard reg directly.
12466         (movtf reg/mem split): Likewise and alter_subreg on destination
12467         if necessary.
12468         (movtf mem/reg split): Similarly.
12469         (movdf_cc_sp64): Rename from hidden pattern.
12470         (movtf_cc_hq_sp64): Renamed from movtf_cc_sp64.
12471         (movtf_cc_sp64, following split): New pattern and splitter.
12472         (movdf_cc_reg_sp64): Rename from hidden pattern.
12473         (movtf_cc_reg_hq_sp64): Renamed from movtf_cc_reg_sp64, require
12474         TARGET_HARD_QUAD.
12475         (movtf_cc_reg_sp64, following split): New pattern and splitter.
12476
12477 1999-12-12  Stephen L Moshier <moshier@mediaone.net>
12478
12479         * loop.c (load_mems): Don't hoist written floating point mem
12480         if -ffloat-store.
12481
12482 1999-12-12  Mark Mitchell  <mark@codesourcery.com>
12483
12484         * except.h (struct eh_queue): Add `next' pointer.
12485         (struct eh_status): Make x_ehqueue a pointer.
12486         (push_ehqueue):  Declare.
12487         (pop_ehqueue): Likewise.
12488         * except.c (expand_eh_region_end): Adjust now that ehqueue is a
12489         pointer.
12490         (expand_fixup_region_end): Likewise.
12491         (expand_leftover_cleanups): Likewise.
12492         (push_ehqueue): Define.
12493         (pop_ehqueue): Likewise.
12494         (emit_cleanup_handler): Use push_ehqueue and pop_ehqueue rather
12495         than doing it inline.
12496         (expand_start_all_catch):  Adjust now that ehqueue is a
12497         pointer.
12498         (mark_eh_queue): Mark all level of the queue.
12499         (mark_eh_status):  Adjust now that ehqueue is a
12500         pointer.
12501         (init_eh_for_function): Allocate ehqueue.
12502         (free_eh_status): Free it.
12503         * stmt.c (expand_cleanups): Save the ehqueue around the cleanup
12504         expansion for a fixup.
12505
12506 1999-12-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12507
12508         * gthr-single.h (__gthread_active_p): Add prototype arguments.
12509
12510         * libgcc2.c (__udivmoddi4): Remove unnecessary decls.
12511         (__dummy, __builtin_saveregs, __bb_exit_trace_func, __bb_init_prg,
12512         __bb_trace_func, __bb_trace_func_ret, __bb_trace_ret,
12513         function_ptr, getpagesize, __enable_execute_stack,
12514         __enable_execute_stack, __clear_insn_cache,
12515         __enable_execute_stack, __do_global_dtors, __do_global_ctors,
12516         _cleanup, _exit, __default_terminate, __terminate_func,
12517         __terminate, __empty, __throw, new_eh_context,
12518         eh_context_initialize, eh_context_static, eh_context_specific,
12519         get_eh_context, __get_eh_context, __get_eh_info,
12520         init_reg_size_table, eh_threads_initialize,
12521         __get_dynamic_handler_chain, __sjthrow, __sjpopnthrow,
12522         __unwinding_cleanup, throw_helper, __throw, __rethrow,
12523         __pure_virtual): Add prototype arguments.
12524         (__bb_exit_func): Cast a sizeof to long when comparing against one.
12525         Cast a signed value to unsigned long when comparing against one.
12526         (new_eh_context): Wrap in _GTHREADS macro.
12527         (__sjthrow, __sjpopnthrow): Initialize variable `cleanup' at
12528         declaration.
12529         (in_reg_window): Mark parameters with __attribute__ ((__unused__)).
12530         (throw_helper): Initialize variables `handler_p' and `pc_p'.
12531
12532 1999-12-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12533
12534         * combine.c (record_promoted_value): Remove unused variable
12535         `links2'.
12536
12537         * emit-rtl.c (renumber_insns): Likewise for `old_max_uid'.
12538
12539         * global.c (record_conflicts): Likewise for `j'.
12540
12541         * genoutput.c (output_insn_data): Don't unnecessarily cast away
12542         const-ness.
12543
12544 1999-12-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12545
12546         * i386-protos.h (output_387_binary_op, output_fix_trunc,
12547         output_fp_compare): Constify a char*.
12548
12549         * i386.c (ix86_split_to_parts, ix86_safe_length_prefix): Add
12550         static prototypes.
12551         (override_options, ix86_comp_type_attributes, print_operand,
12552         output_387_binary_op, output_fix_trunc, output_fp_compare):
12553         Constify a char*.
12554         (ix86_sched_reorder): Mark parameter `clock_var' with
12555         ATTRIBUTE_UNUSED.
12556
12557         * i386.h (DEBUG_PRINT_REG): Constify a char*.
12558
12559 Fri Dec 10 16:12:13 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12560
12561         * tree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third
12562         operand, for use in the Java front-end.
12563
12564 1999-12-10  Ben Collins  <bcollins@debian.org>
12565
12566         * configure.in: Fix typo for "-64" in 64bit as check.
12567         * configure: Rebuilt.
12568
12569 1999-12-10  Jakub Jelinek  <jakub@redhat.com>
12570
12571         * longlong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT where
12572         appropriate.
12573
12574 1999-12-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12575
12576         * c-parse.in (string): With -Wtraditional, warn if ANSI string
12577         concatenation is utilized.
12578
12579         * invoke.texi (-Wtraditional): Document it.
12580
12581 1999-12-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12582
12583         * flow.c (flow_loops_dump): Avoid ANSI string concatenation.
12584         Cast a ptrdiff_t to long and pass it to printf with %ld.
12585
12586 1999-12-10  Geoff Keating  <geoffk@cygnus.com>
12587
12588         * config/m68k/m68k.h (CONDITIONAL_REGISTER_USAGE): If we have no
12589         68881, we have no 68881 registers at all.
12590         (HARD_REGNO_MODE_OK): It is always OK to put a MODE_FLOAT
12591         value in a 68881 register if it is available.
12592
12593 1999-12-10  Clinton Popetz  <cpopetz@cygnus.com>
12594
12595         * config/arm/arm.md (*mulsidi3adddi, *umulsidi3adddi): New patterns
12596         for long long multiply-accumulate.
12597
12598 1999-12-10  Bernd Schmidt  <bernds@cygnus.co.uk>
12599
12600         * loop.c (insert_loop_mem): Undo last change.
12601
12602 1999-12-10  David S. Miller  <davem@redhat.com>
12603
12604         * config/sparc/sparc.c (fp_sethi_p, fp_mov_p, fp_high_losum_p):
12605         New functions.
12606         * config/sparc/sparc-protos.h: Add them.
12607         * config/sparc/sparc.h: Add them to PREDICATE_CODES.
12608         (EXTRA_CONSTRAINT_BASE): New macro, handling Q, R, and S
12609         constraints which use those helpers.
12610         (EXTRA_CONSTRAINT): Use this new macro.
12611         * md.texi: Update sparc target constraints documentation.
12612         * config/sparc/sparc.md (clear_sf, clear_sfp, movsf_const_intreg,
12613         movsf_const_high, movsf_const_lo, movsf_insn): Delete.
12614         (movsf_insn_novis_liveg0, movsf_insn_novis_noliveg0,
12615         movsf_insn_vis, movsf_lo_sum, movsf_high): New patterns.
12616         (movsf high/lo_sum split): Rework for new patterns.
12617         (movsf expander): Allow storing fp_zero to memory if ! live_g0.
12618
12619 1999-12-09  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
12620
12621         * c-common.c (c_common_nodes_and_builtins):
12622         Create __builtin_ptrdiff_t and __builtin_size_t.
12623
12624 Thu Dec  9 18:05:48 1999  Jeffrey A Law  (law@cygnus.com)
12625
12626         * pa/elf.h (MAX_OFILE_ALIGNMENT): Define.
12627
12628 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12629
12630         * regclass.c (globalize_reg): Re-instate test that allows
12631         fixed registers to be declared as a variable even after functions
12632         are defined.
12633
12634 Fri Dec 10 00:52:13 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12635
12636         * i386.md (cpu attribute): Add "athlon".
12637         (athlon_decode): New attribute.
12638         (Athlon scheduling units definitions): New.
12639         (fcmp and shld patterns): Set athlon_decode to "vector".
12640         * i386.c (athlon_cost): New.
12641         (m_ATHLON): New.
12642         (x86_use_leave, x86_push_memory, x86_movx, x86_cmove, x86_deep_branch,
12643         x86_use_sahf): Set for Athlon.
12644         (x86_use_fiop): Unset for Athlon.
12645         (override_options): Define Athlon alignments and "athlon" name.
12646         (x86_adjust_cost): Penalize AGI and delayed latencies for Athlon.
12647         * i386.h (TARGET_ATHLON): New.
12648         (enum processor_type): Add PROCESSOR_ATHLON.
12649         (TARGET_CPU_DEFAULT_SPEC): Set to "-D__tune_athlon__"
12650         for CPU_DEFAULT==5
12651         (TARGET_CPP_CPU_SPECS): Set -D__tune_athlon__ for Athlon.
12652
12653 1999-12-09  Andreas Jaeger  <aj@suse.de>
12654
12655         * loop.c (record_biv): Declare parameter as int.
12656
12657         * config/i386/i386-protos.h: Declare long_memory_operand.
12658
12659 1999-12-09  Mark Mitchell  <mark@codesourcery.com>
12660
12661         * tree.c (copy_node): Do zero the TREE_CHAIN, even for an
12662         EXPR_WITH_FILE_LOCATION.
12663
12664 Thu Dec  9 11:36:24 MET 1999 Jan Hubicka  <hubicka@freesoft.cz>
12665
12666         * i386.md (neg??, abs?f, one_cmpl?i): Use nonimmediate_operand
12667         in expander.
12668
12669         * flow.c (recompute_reg_usage): Use basic block info to get loop_depth.
12670
12671         * combine.c (try_combine, distribute_notes): Remove REG_N_REFS
12672         updating code.
12673
12674 1999-12-09  Jakub Jelinek  <jakub@redhat.com>
12675
12676         * config/sparc/linux64.h (TARGET_DEFAULT): Make -mapp-regs
12677         default on linux64 again.
12678         * config/sparc/t-linux64: Add mno-app-regs and non-medlow code
12679         models for multilibing.
12680         * genmultilib: Accept | as alternative separator within a set in
12681         MULTILIB_OPTIONS.
12682
12683         * config/sparc/sparc.h (PROMOTE_FOR_CALL_ONLY): Define.
12684
12685         * calls.c (precompute_arguments): Make sure initial_value contains
12686         value pseudo which CSE expects.
12687         * cse.c (struct set): New entry orig_src.
12688         (cse_insn): Set it early on entry, use it for libcall EQUIV note
12689         replacement.
12690
12691 Wed Dec  8 22:24:15 1999  Richard Henderson  <rth@cygnus.com>
12692
12693         * flow.c (count_basic_blocks): Don't add (use (const_int 0)) insns.
12694
12695 1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
12696
12697         * loop.c (insert_loop_mem): Don't hoist volatile mems out of loops.
12698
12699 1999-12-08  Jakub Jelinek  <jakub@redhat.com>
12700
12701         * config/sparc/sparc.c (ultra_cmove_results_ready_p,
12702         ultra_fpmode_conflict_exists, ultra_flush_pipeline): Typo fix.
12703
12704         * config/sparc/sparc.h (SPARC_SETHI_P): Don't look at topmost 32 bits
12705         if TARGET_ARCH32.
12706
12707         * longlong.h: Merge in changes from glibc.
12708         Also don't clobber %g2 register in 32bit SPARC assembly, so that
12709         -mno-app-regs libgcc can be compiled.
12710         * libgcc2.c: Add defines so that the updated longlong.h
12711         can be used in libgcc2.a. Also, make sure on most architectures
12712         (at least on all which have optimized code in longlong.h defined
12713         for) {SI,W}_TYPE_SIZE is suitable for preprocessor tests.
12714
12715 1999-12-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12716
12717         * config/sparc/sol2-64.h: Same as sol2-sld-64.h, except that
12718         `-m EMULATION' is added to non-default LINK_ARCH_SPECs.
12719         * configure.in: Use sol2-64.h instead of sol2-sld-64.h if linker
12720         is GNU ld.
12721         * configure: Rebuilt.
12722
12723 Wed Dec  8 03:45:40 1999  Richard Henderson  <rth@cygnus.com>
12724
12725         * alpha.c (secondary_reload_class): For !BWX, sub-simode
12726         outputs require a register.
12727
12728 1999-12-08  Brendan Kehoe  <brendan@cygnus.com>
12729
12730         * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Add _sf_to_usi
12731         _df_to_usi.  Required by some targets, so US_SOFTWARE_GOFAST calls to
12732         functions like dptoul will be resolved.
12733         (libgcc2.a): Make sure that the object files from DPBIT are named
12734         differently (prefix `_dp') from those that would be coming from
12735         FPBIT.
12736
12737 1999-12-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>,  Jakub Jelinek  <jakub@redhat.com>
12738
12739         * configure.in: When target is sparc* and tm_file contains 64,
12740         test for 64bit support in assembler.  If not supported, remove
12741         sparc/t-sol2-64 from target-dependent Makefile fragments.
12742         (AS_SPARC64_FLAG): Define to the assembler flag for 64bit.
12743         (HAVE_AS_OFFSETABLE_LO10): Rework test to use these flags.
12744         (HAVE_AS_REGISTER_PSEUDO_OP): Use config.cache.
12745         * acconfig.h (AS_SPARC64_FLAG): Added.
12746         * configure, config.in: Rebuilt.
12747         * config/sparc/sol2-sld-64.h: Same as sol2.h, if without 64bit
12748         support.  Use AS_SPARC64_FLAG.
12749
12750 1999-12-07  Jakub Jelinek  <jakub@redhat.com>
12751
12752         * config/sparc/sparc.c (hard_32bit_mode_classes): Mark registers
12753         suitable for holding OFmode values so that gcc works with complex
12754         quad long doubles.
12755         (hard_64bit_mode_classes): Likewise.
12756
12757         * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): Fix pattern
12758         so that it is actually matched.
12759         (sethi_di_medlow): Likewise.
12760
12761         * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Consider TFmode 0.0L
12762         as legitimate constant if -mvis.
12763         * config/sparc/sparc.md (movtf): Likewise.
12764         (clear_sf): Use const_double_operand.
12765         (clear_sfp, clear_dfp, clear_tf, clear_tfp): New patterns.
12766
12767         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): New function.
12768         * config/sparc/sparc-protos.h (sparc_emit_float_lib_cmp): Prototype.
12769         * config/sparc/sparc.h (*_LIBCALL): Only use for _Q_*
12770         routines, _Qp_* cannot be handled like that now.
12771         (INIT_TARGET_OPTABS): Likewise.
12772         * config/sparc/sparc.md (cmptf): Accept soft float ARCH64.
12773         (seq, sne, sgt, sge, slt, sle, beq, bne, bgt, bge, blt, ble): Call
12774         sparc_emit_float_lib_cmp if ARCH64 and soft float.
12775         (extendsftf2, extenddftf2, trunctfsf2, trunctfdf2, floatsitf2,
12776         floatditf2, fix_trunctfsi2, fix_trunctfdi2, addtf3, subtf3, multf3,
12777         divtf3, sqrttf3): New expanders.
12778         (extendsftf2_hq, extenddftf2_hq, trunctfsf2_hq, trunctfdf2_hq,
12779         floatsitf2_hq, floatditf2_hq, fix_trunctfsi2_hq, fix_trunctfdi2_hq,
12780         addtf3_hq, subtf3_hq, multf3_hq, divtf3_hq, sqrttf3_hq): Rename from
12781         non-_hq patterns.
12782
12783         * configure.in (sparc64-*-linux*): Use posix threads if enabled.
12784         * configure: Rebuilt.
12785         * config/sparc/linux64.h: Default to -mcpu=ultrasparc if no
12786         -mcpu is given and we're doing 64bit compiles.
12787
12788 Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
12789
12790         * loop.h (struct induction): Add multi_insn_incr.
12791         * loop.c (basic_induction_var): New multi_insn_incr argument.
12792         Set it if we search back through previous insns for the biv.
12793         (record_biv): New multi_insn_incr argument; fill in struct induction.
12794         (strength_reduce): Discard an iv with multiple bivs, any of
12795         which require multiple insns to increment.
12796
12797 1999-12-07  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12798
12799         * invoke.texi (C Dialect Options): Remove -flang-c9x, add -std
12800         documentation.
12801
12802 1999-12-06  David S. Miller  <davem@redhat.com>
12803
12804         * combine.c (check_promoted_subreg): Do not conditionalize this upon
12805         PROMOTE_FUNCTION_RETURN.
12806
12807 Mon Dec  6 15:12:14 1999  Jim Wilson  <wilson@cygnus.com>
12808
12809         * regmove.c (optimize_reg_copy_1): If no REG_DEAD note, check for
12810         and handle REG_UNUSED note on insn.
12811
12812         * combine.c (force_to_mode, case LSHIFTRT): New local inner_mask.  Set
12813         inner_mask instead of mask.
12814
12815 1999-12-06  Brendan Kehoe  <brendan@cygnus.com>
12816
12817         * dwarf2out.c (field_byte_offset): As with dwarfout.c, size can be
12818         zero if there was an error.
12819
12820 1999-12-06  Jakub Jelinek  <jakub@redhat.com>
12821
12822         * config/sparc/sparc.md (return_losum_di): Fix typo in asm
12823         output string.
12824
12825         * longlong.h: Fix clobbers in SPARC asm statements.
12826
12827         * config/sparc/sparc.c (input_operand): Allow HImode and QImode
12828         valid sethi operations when TARGET_ARCH64.
12829
12830         * calls.c (save_fixed_argument_area): If save_mode is BLKmode,
12831         always use move_by_pieces to avoid infinite recursion.
12832         (restore_fixed_argument_area): Likewise.
12833
12834         * combine.c (check_promoted_subreg, record_promoted_value): New
12835         functions.
12836         (combine_instructions): Use them to retain nonzero and sign bit
12837         information after SUBREGs are eliminated by optimizations in
12838         this pass if PROMOTE_FUNCTION_RETURN.
12839
12840         * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): Document
12841         .register declaration. Don't use variables with __ prefixes.
12842
12843 Mon Dec  6 12:24:52 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12844
12845         * fold-const.c (optimize_bit_field_compare): Only use one mode
12846         for both RHS and LHS in non-constant case.
12847
12848 1999-12-06  Nathan Sidwell  <nathan@acm.org>
12849
12850         * frame.c (start_fde_sort): Only allocate erratic array, if
12851         linear one was allocated. Return allocated flag.
12852         (fde_insert): Only insert, if there's a valid array.
12853         (fde_end_sort): Split, sort and merge if linear and erratic
12854         arrays exist, else just sort linear one.
12855         (search_fdes): New function. Linear search through original fde
12856         structure.
12857         (frame_init): Permit multiple initializations. Cope with
12858         memory shortages.
12859         (find_fde): Fallback on linear search, if failed to sort array.
12860         (__deregister_frame_info): Only free sorted array, if we
12861         allocated it.
12862
12863 1999-12-06  Jakub Jelinek  <jakub@redhat.com>
12864
12865         * config/sparc/sparc.h (MUST_PASS_IN_STACK): New macro.
12866
12867 1999-12-05  Jakub Jelinek  <jakub@redhat.com>
12868
12869         * config/sparc/sparc.c (sparc64_initialize_trampoline): Use gen_flushdi.
12870
12871 1999-12-05  Mark Mitchell  <mark@codesourcery.com>
12872
12873         * tree.h (special_function_p): Declare.
12874         * calls.c (special_function_p): Make it global.  Don't take `name'
12875         as a parameter.  Fix typo in 1999-11-28 change.
12876         (expand_cal): Adjust.
12877
12878 1999-12-04  Mark Mitchell  <mark@codesourcery.com>
12879
12880         * tree.def (EXPR_WITH_FILE_LOCATION): Fix comment formatting.
12881         * tree.h (EXPR_WFL_FILENAME): Define in terms of
12882         EXPR_WFL_FILENAME_NODE.
12883         (EXPR_WFL_FILENAME_NODE): Use the second operand slot rather than
12884         the TREE_CHAIN.
12885         * print-tree.c (print_note): Print TREE_PRIVATE and
12886         TREE_PROTECTED.
12887
12888         * dwarf2out.c (add_abstract_origin_attribute): Don't abort when
12889         the original die cannot be found.
12890
12891         * varray.h (varray_head_tag): Add elements_used.
12892         (VARRAY_PUSH): New macro.
12893         (VARRAY_POP): Likewise.
12894         (VARRAY_TOP): Likewise.
12895         Add variants of VARRAY_PUSH and VARRAY_POP for all varray element
12896         types.
12897         * varray.c (varray_init): Initialize elements_used.
12898         * Makefile.in (BASIC_BLOCK_H): Add varray.h.
12899         (INTEGRATE_H): New variable.
12900         (integrate.o): Depend on INTEGRATE_H.
12901         (unroll.o): Likewise.
12902
12903         * function.h (insert_block_after_note): Declare.
12904         * function.c (insert_block_after_note): Split out from ...
12905         (retrofit_block): ... here.
12906
12907         * stmt.c (expand_fixup): Fix typo in comment.
12908
12909 Sat Dec  4 14:13:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12910
12911         * regmove.c (copy_src_to_dest): Remove loop_depth parameter.
12912         (optimize_reg_copy_1): Remove REG_N_REFS updating code.
12913         (optimize_reg_copy_2, copy_src_to_dest, fixup_match_2): Likewise.
12914         (regmove_optimize, fixup_match_1): Likewise.
12915
12916 1999-12-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12917
12918         * flow.c (flow_loops_dump): Add missing argument when calling
12919         flow_loop_nested_p.
12920
12921 1999-12-04  Geoffrey Keating  <geoffk@cygnus.com>
12922             Greg McGary  <gkm@gnu.org>
12923
12924         * c-common.c (enum attrs): Add A_NO_LIMIT_STACK.
12925         (init_attributes): Add A_NO_LIMIT_STACK.
12926         (decl_attributes): Handle A_NO_LIMIT_STACK.
12927         * c-decl.c (duplicate_decls): Handle DECL_NO_LIMIT_STACK.
12928         * explow.c (allocate_dynamic_stack_space) [!HAVE_allocate_stack]:
12929         Handle stack bounds checking.
12930         * flags.h (flag_stack_check): Use the word 'probe' rather than
12931         'check', because the flag doesn't actually cause any checking to
12932         be done.
12933         * function.c (expand_function_start): Set
12934         current_function_limit_stack.
12935         * function.h (struct function): Add limit_stack.
12936         (current_function_limit_stack): Define.
12937         * invoke.texi (Code Gen Options): Document new options.
12938         * rtl.h: Declare stack_limit_rtx.
12939         * toplev.c (stack_limit_rtx): New variable.
12940         (decode_f_option): Handle new options -fstack-limit-register=REG,
12941         -fstack-limit-symbol=IDENT, -fno-stack-limit.
12942         (main): Add stack_limit_rtx as GC root.
12943         * tree.h (DECL_NO_LIMIT_STACK): New macro.
12944         (struct tree_decl): New member no_limit_stack.
12945
12946         * config/rs6000/rs6000.c (rs6000_allocate_stack_space): Handle
12947         stack_limit_rtx.
12948         * config/rs6000/rs6000.md (allocate_stack): Handle stack_limit_rtx.
12949         (conditional_trap+1): Get new mnemonic correct.
12950         (conditional_trap+2): New pattern for DImode traps.
12951
12952         * config/m68k/m68k.c (output_function_prologue): Handle
12953         stack_limit_rtx.
12954         * config/m68k/m68k.md (trap): New insn.
12955         (conditional_trap): New insn.
12956         * md.texi (Standard Names): Document `trap' and
12957         `conditional_trap'.
12958         * optabs.c (gen_cond_trap): Use start_sequence()/end_sequence()
12959         so a cc0 setter doesn't get emitted at some random place in the
12960         function.
12961
12962         * config/i960/i960.md (trap): New insn.
12963         (conditional_trap): New expander.
12964         (conditional_trap+1, conditional_trap+2): New insns for signed
12965         and unsigned cases.
12966         * config/i960/i960.c (i960_function_prologue): Use
12967         STARTING_FRAME_OFFSET.  Handle stack_limit_rtx.
12968
12969 Thu Dec  2 21:22:45 1999  Greg McGary  <gkm@gnu.org>
12970                           Geoffrey Keating  <geoffk@cygnus.com>
12971
12972         * flags.h (warn_padded, warn_packed): Add global var decls.
12973         * toplev.c (warn_padded, warn_packed): Add global var defns.
12974         (W_options): Add warnings `-Wpacked' and `-Wpadded'.
12975         * stor-layout.c (layout_record): Add local variable `type'
12976         to hold often-used TREE_TYPE (field).  Add local variable
12977         `unpacked_align' to hold alignment that would be in force
12978         if no `packed' attribute were present.  Warn if `packed' attribute
12979         is unnecessary, or even harmful.  Warn when gcc inserts padding
12980         to satisfy alignment requirements of members.  Use NULL_TREE
12981         when checking whether var_size is set.
12982         * invoke.texi: Document new flags.
12983
12984 1999-12-03  Nathan Sidwell  <nathan@acm.org>
12985
12986         * frame.c (fde_split): Reimplement to avoid variable sized array.
12987
12988 Thu Dec  2 18:59:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12989
12990         * combine.c (try_combine): Before fixing up LOG_LINKS for the
12991         i3_subst_into_i2 case, check that GET_CODE (PATTERN (i2)) == PARALLEL.
12992
12993 1999-12-02  Gavin Romig-Koch  <gavin@cygnus.com>
12994
12995         * invoke.texi: Document the mips option -mno-crt0
12996
12997 1999-12-02  Mike Karr  <mkarr@mathworks.com>
12998
12999         * cccp.c (argdata): Added free_ptr member.
13000         (macroexpand): Initialize free_ptr of each argument. When an
13001         argument's buffers are freed, if the argument's free_ptr corresponds
13002         to a buffer on the input stack, then return the free_ptr to that stack
13003         frame, otherwise, free it.
13004         (macarg): If an argument begins and ends on the same input stack level,
13005         then transfer the free_ptr of that buffer to the argument in case
13006         the stack is popped during the processing of a subsequent argument.
13007
13008 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
13009
13010         * loop.c (note_reg_stored): New function.
13011         (struct note_reg_stored_arg): New structure.
13012         (try_copy_prop): Change to be more conservative; only replace within
13013         one extended basic block and stop replacing if a store to the
13014         replacement reg is seen.
13015
13016 1999-12-02  Nick Clifton  <nickc@cygnus.com>
13017
13018         * config/fp-bit.c: Initialise all fields of the NAN
13019         constants.
13020
13021         * c-lex.c (check_newline): Pass pragma_getc and pragma_ungetc
13022         to HANDLE_PRAGMA.
13023
13024 Wed Dec  1 18:16:38 1999  Jan Hubicka  <hubicka@freesoft.cz>
13025
13026         * i386.md (extend?f?f2): Force the input into a register, not
13027         the output.
13028
13029 1999-12-01  Jakub Jelinek  <jakub@redhat.com>
13030
13031         * config/sparc/sparc.md (movsf_const_intreg): Add constraints for
13032         regclass' sake.
13033         (movdf_const_intreg_sp32): Likewise. Prefer the memory load
13034         alternative because setting up 64bit constant is usually costly,
13035         especially when reload is in progress or completed.
13036         (movdf_const_intreg_sp64): Likewise.
13037         (movdf_const_intreg split): Fix building up constants when
13038         HOST_BITS_PER_WIDE_INT is 64 yet long is 32bit.
13039
13040 Wed Dec  1 16:51:22 1999  Jeffrey A Law  (law@cygnus.com)
13041
13042         * combine.c (if_then_else_cond): Use const_true_rtx instead of
13043         const1_rtx for return values in EQ/NE comparison against (const_int 0)
13044         case.
13045
13046         * mn10300.c (REG_SAVE_BYTES): Allocate space for AM33 registers.
13047         (asm_file_start): Emit .am33 into assembly file when compiling for
13048         the AM33.
13049         (print_operand_address): Handle POST_INC addresses.
13050         (can_use_return_insn, initial_offset): Check AM33 registers too.
13051         (expand_prologue): Check & save AM33 registers too.
13052         (expand_epilogue): Similarly.
13053         (secondary_reload_class): Handle AM33 specific secondary reloads.
13054         (output_tst): Emit efficient code for the AM33 too.
13055         * mn10300.h (CPP_SPEC, TARGET_AM33): Define.
13056         (TARGET_SWITCHES): Add -mam33 switch.
13057         (FIRST_PSEUDO_REGISTER): Handle new AM33 registers.
13058         (FIXED_REGISTERS, CALL_USED_REGISTERS): Likewise.
13059         (REG_ALLOC_ORDER, CONDITIONAL_REGISTER_USAGE): Likewise.
13060         (HARD_REGNO_MODE_OK, MODES_TIEABLE_P): Likewise.
13061         (enum reg_class, REG_CLASS_NAMES): Likewise.
13062         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Likewise.
13063         (INDEX_REG_CLASS, REG_CLASS_FROM_LETTER): Likewise.
13064         (REGNO_OK_FOR_INDEX_P, PREFERRED_RELOAD_CLASS): Likewise.
13065         (PREFERRED_OUTPUT_RELOAD_CLASS, LIMIT_RELOAD_CLASS): Likewise.
13066         (REGISTER_MOVE_COST, REGISTER_NAMES): Likewise.
13067         (HAVE_POST_INCREMENT): Define.
13068         (GO_IF_LEGITIMATE_ADDRESS): Allow POST_INC addresses for the AM33.
13069         (GO_IF_MODE_DEPENDENT_ADDRESS): POST_INC is a mode dependent address.
13070         * mn10300.md (movqi, movhi, addsi, subsi): Add AM33 variants.
13071         (mulsi, andsi, iorsi, xorsi, notsi): Likewise.
13072         (ashiftsi, lshiftrtsi, ashiftrtsi): Likewise.
13073         (zero_extend to SI from QI/HI): Likewise.
13074         (sign_extend to SI from QI/HI): Likewise.
13075         (mulsidi3, umulsidi3): New patterns for the AM33.
13076         (tstsi with zero extension from QI/HI): Add AM33 variants.
13077         (movsi, movsf, movdi, movdf): Generate efficient code for the AM33 too.
13078         (return_internal_regs, store_movm): Handle new AM33 registers.
13079         * t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Define.
13080         (LIBGCC, INSTALL_LIBGCC): Likewise.
13081         * invoke.texi: Document new flags.
13082
13083 Fri Nov 26 10:59:12 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13084
13085         * i386.md (addsi3_cc): Add "binary_operator_ok" to the condition.
13086         (addsi3_carry): Likewise.
13087         (sbbsi3_cc): Add "binary_operator_ok" to the condition.
13088         (sbbsi3_carry): Likewise.
13089         (mulsi3): Rewrite to expander, ensure that only one operand is memory.
13090         (mulhi3): Likewise.
13091         (test?i_1): Ensure that only one operand is memory.
13092         (conditional move patterns): likewise.
13093         (shift and rotate patterns): Rewrite to expander, add
13094         "binary_operator_ok" to the condition.
13095
13096         * i386.md (QImode patterns): Remove '*' before the 'r' constraints.
13097         * i386.h (procesor_costs): Add movzbl_load field.
13098         (HARD_REGNO_MODE_OK): Accept QImode on non PARTIAL_REGISTER_STALL in
13099         non-Q registers, accept DImode registers anywhere.
13100         (Q_CLASS_P): New.
13101         (MEMORY_MOVE_COST): Calculate QImode moves correctly.
13102         * i386.c (*_cost): Set value for movxbl_load field.
13103
13104         * (addsi): New add to lea splitter.
13105         (ashlsi): Likewise.
13106         (lea to add/shift peep2): New.
13107
13108 1999-12-01  Mark Salter <msalter@cygnus.com>
13109
13110         * config/mips/elf.h (STARTFILE_SPEC): Add no-crt0.
13111         * config/mips/elf64.h (STARTFILE_SPEC): Add no-crt0.
13112         * config/mips/mips.h (TARGET_SWITCHES): Add no-crt0.
13113
13114 Tue Nov 30 15:20:52 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13115
13116         * i386.c (ix86_expand_move): Never add clobbers to move patterns.
13117         * i386.md (movsi_xor): New.
13118         (movsi_or): New.
13119         (movsi_1, movhi_1, movqi_1): Remove.
13120         (movsi_2): Rename to movsi_1.
13121         (movhi_2): Rename to movhi_1.
13122         (movqi_2): Rename to movqi_1.
13123         (movdi_1): Remove; remove splitter.
13124         (movdi_2): Rename to movdi_1.
13125         (divmodsi4 splitter): Do not emit clobbers for move patterns.
13126         (long move peep2): Do not create QI or HI mode mov0s
13127         (mov -1,reg -> or peep2s): Enable again, rewrite to single peephole.
13128
13129         * i386.md (zero_extend?i?i2): Rewrite to expanders; new patterns,
13130         rewrite splitters.
13131
13132         * i386.md (neg?f2_if): Split "r" and "f" to separate alternatives.
13133         (abs?f2_if): Likewise.
13134
13135 1999-11-30  Alex Samuel  <samuel@codesourcery.com>
13136
13137         * ggc.h (ggc_test_and_set_mark): New macro.
13138         (ggc_mark_rtx): Use ggc_test_and_set_mark.
13139         (ggc_mark_tree): Likewise.
13140         (ggc_mark_rtvec): Likewise.
13141         * ggc-common.c (ggc_mark_rtx_children): Reduce recursion.
13142
13143 1999-11-30  Jason Merrill  <jason@casey.cygnus.com>
13144
13145         * dwarf2out.c (scope_die_for): Only handle types.  Only search for
13146         containing types.
13147         (decl_scope_table): Just an array of trees now.
13148         (push_decl_scope): Simplify.
13149         (dwarf2out_init): Adjust.
13150         (local_scope_p): New fn.
13151         (gen_inlined_enumeration_type_die): Don't call scope_die_for.
13152         (gen_inlined_union_type_die, gen_inlined_structure_type_die): Likewise.
13153         (gen_typedef_die): Likewise.
13154         (gen_lexical_block_die): Don't call push/pop_decl_scope.
13155         (gen_inlined_subroutine_die): Likewise.
13156         (gen_abstract_function): Set current_function_decl temporarily.
13157         (gen_subprogram_die): Don't check DECL_ABSTRACT to set declaration.
13158         Handle block extern declarations.  Don't call push/pop_decl_scope.
13159         (gen_decl_die): Fix logic for block externs.
13160
13161 1999-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13162
13163         * calls.c (special_function_p): Remove `realloc' and add `strdup'
13164         to the list of functions which have attribute malloc by default.
13165
13166 1999-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13167
13168         * c-lex.c (yylex): With -Wtraditional, when the ANSI type of an
13169         integer constant does not match the traditional type, limit the
13170         warnings to cases where the base of the type is ten.
13171
13172         * invoke.texi (-Wtraditional): Document it.
13173
13174 Tue Nov 30 15:18:35 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13175
13176         * combine.c (try_combine): Only pass SET or CLOBBER to SET_DEST
13177         * rs6000.md: Only access a CONST_INT with INTVAL
13178
13179 Tue Nov 30 14:21:00 1999  Richard Henderson  <rth@cygnus.com>
13180
13181         * lcm.c (compute_laterin): Cast bb->aux to size_t not int.
13182         (compute_nearerout): Likewise.
13183         * ggc-page.c (ggc_page_print_statistics): Explicitly cast
13184         size_t to unsigned long for formatting.
13185
13186 1999-11-30  Jakub Jelinek  <jakub@redhat.com>
13187
13188         * config/sparc/sparc.h (FIXED_REGISTERS, CONDITIONAL_REGISTER_USAGE):
13189         Allow the user to override call-used/fixed state of %g2-5
13190         registers from the command line (with the exception of %g4 for
13191         embedded model).
13192         (REG_LEAF_ALLOC_ORDER): Move %g1 and %g4-7 registers to front, so that
13193         there is a higher chance of having a leaf function.
13194         (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Provide separate macros
13195         for ARCH64 which has %ccr register.
13196         * config/sparc/sparc.md (return_losum_si, return_losum_di): New
13197         patterns.
13198         * config/sparc/sparc.c (eligible_for_epilogue_delay): For the return
13199         insn accept into delay slot any insn which does not use %[ol]
13200         registers.  Accept some LO_SUM and shift left by 1 for the normal
13201         restore case.
13202         (output_function_epilogue): Likewise.
13203         (epilogue_renumber): Added argument which inhibits any renumbering
13204         and just tests if the rtx does not use any %[ol] registers.
13205         (output_return): Reflect above change.
13206
13207 1999-11-30  Jakub Jelinek  <jakub@redhat.com>
13208
13209         * config/sparc/sparc.c (sparc_va_arg): Fix sparc64 va_arg
13210         aggregate passing for sizes <= 16 bytes.
13211
13212 1999-11-30  Bernd Schmidt  <bernds@cygnus.co.uk>
13213
13214         * cse.c (FIXED_REGNO_P): Delete tests for OVERLAPPING_REGNO_P.
13215         * global.c (global_alloc): Delete [OVERLAPPING_REGNO_P] code.
13216         * reload.c (find_dummy_reload): Likewise.
13217         (find_equiv_reg): Likewise; also for INSN_CLOBBERS_REGNO_P.
13218         * reload1.c (reload_as_needed): Likewise.
13219         * stupid.c (stupid_find_reg): Likewise.
13220         * tm.texi (Obsolete Register Macros): Delete section.
13221         * gmicro.h: Remove all traces of the two macros.
13222         * i386.h: Likewise.
13223         * m88k.h: Likewise.
13224         * mips.h: Likewise.
13225
13226 1999-11-30  Brendan Kehoe  <brendan@cygnus.com>
13227
13228         * sparc.h (MASK_FASTER_STRUCTS, TARGET_FASTER_STRUCTS): Define.
13229         (TARGET_SWITCHES): Add -mfaster-structs/-mno-faster-structs flags.
13230         (ROUND_TYPE_ALIGN): Use better value if -mfaster-structs.
13231         * sparc.md (sparclite86x_branch, sparclite86x_shift): New function
13232         units for the sparclite86x chip.
13233         (flush): Revert October 14th change; add SImode specifically.
13234         (flushdi): Copy of flush, but DImode, to avoid genrecog warnings.
13235         * invoke.texi: Document it.
13236
13237 Tue Nov 30 14:58:14 1999  Nick Clifton  <nickc@cygnus.com>
13238
13239         * config/mn10200/mn10200.h (PREDICATE_CODES): Add
13240         psimode_truncation_operand.
13241
13242         * config/mn10200/mn10200.c (psimode_truncation_operand): New
13243         function.  Return true if the operand is either a MEM valid
13244         for a PSImode address or not a MEM at all.
13245
13246         * config/mn10200/mn10200.md (truncsipsi2): Use
13247         psimode_truncation_operand.
13248
13249 1999-11-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13250
13251         * flow.c (flow_nodes_print, flow_loops_cfg_dump): New functions.
13252         (flow_loop_nested_p, flow_loops_dump, flow_loops_free): Likewise.
13253         (flow_loop_exits_find, flow_loop_nodes_find): Likewise.
13254         (flow_depth_first_order_compute, flow_loop_pre_header_find): Likewise.
13255         (flow_loop_tree_node_add, flow_loops_tree_build): Likewise.
13256         (flow_loop_level_compute, low_loops_level_compute): Likewise.
13257         (flow_loops_find, flow_loop_outside_edge_p): Likewise.
13258         * basic-block.h: Protect from multiple inclusion.
13259         (flow_loops_find, flow_loops_free, flow_loop_dump): Add protoypes.
13260         (struct loops, struct loop): Define structures.
13261         * sbitmap.c (sbitmap_a_subset_b_p): New function.
13262         * sbitmap.h: Protect from multiple inclusion.
13263         (sbitmap_a_subset_b_p): Add prototype.
13264         * Makefile.in (LOOP_H): New macro.
13265         (stmt.o, integrate.o, loop.o, unroll.o): Replace loop.h with LOOP_H.
13266
13267 Tue Nov 30 01:34:47 1999  Philippe De Muyter  <phdm@macqel.be>
13268
13269         * cppinit.c (CAT): The argument list of this macro may not contain
13270         spaces !
13271
13272 1999-11-29  David S. Miller  <davem@redhat.com>
13273
13274         Move quantity tables and register equivalence chains into
13275         per-qty and per-register structure arrays respectively.
13276         * cse.c (qty_first_reg, qty_last_reg, qty_mode, qty_const,
13277         qty_const_insn, qty_comparison_code, qty_comparison_const,
13278         qty_comparison_qty): Delete, replace with...
13279         (qty_table): this structure table.
13280         (reg_next_eqv, reg_prev_eqv): Delete, replace with...
13281         (reg_eqv_table): this structure table.
13282         (make_new_qty): Add argument MODE.  Caller updated.
13283         Update to use qty_table and reg_eqv_table.
13284         (make_regs_eqv, delete_reg_equiv, insert_regs,
13285         insert, exp_equiv_p, cse_rtx_varies_p, canon_reg,
13286         fold_rtx, equiv_constant, record_jump_cond, cse_insn,
13287         cse_process_notes, cse_main, cse_basic_block): Likewise.
13288
13289 Mon Nov 29 16:56:42 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13290
13291         * fold-const.c (extract_muldiv, case {MIN,MAX}_EXPR): Reverse
13292         operation if C is negative.
13293         (extract_muldiv, case SAVE_EXPR): Supresss if arg has side effects.
13294         (extract_muldiv, case {PLUS,MINUS}_EXPR): Don't apply distributive
13295         law for some divisions if constant is negative and change other
13296         divisions to the opposite rounding.
13297
13298         * expr.c (store_constructor_field): If bit position is not multiple
13299         of alignment of TARGET's mode, use BLKmode.
13300
13301         * expr.c (expand_expr_unaligned): Add more code from full case
13302         that is needed when OP0 is in a register.
13303
13304 Mon Nov 29 18:09:39 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13305
13306         * dwarfout.c (field_byte_offset): Size can be zero if there was
13307         an error.
13308
13309 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
13310
13311         * fold-const.c (split_tree): Delete unused vars ORIG_IN and TYPE.
13312         (associate_trees): Delete unused var TEM.
13313         (extract_muldiv): Delete unused var CANCEL_P.
13314
13315         * fold-const.c [TARGET_FLOAT_FORMAT != IEEE_FLOAT_FORMAT]
13316         (target_isinf, target_isnan, target_negative): Add return types to
13317         function definitions.
13318
13319 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
13320
13321         * fixinc/fixincl.c(process): don't skip GLIBC files any more.
13322         * fixinc/hackshell.tpl: ditto
13323         * fixinc/fixtests.c(double_slash_test): more C++ header testing
13324         * fixinc/inclhack.def(AAB_fd_zero_glibc*): corrected spelling of mach
13325
13326 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
13327
13328         * reload.c (push_reload): When looking for a register to put into
13329         reg_rtx, make sure all hard regs in a multi-reg register are in the
13330         right class and nonfixed.
13331
13332         * haifa-sched.c (reg_last_uses, reg_last_sets, reg_last_clobbers,
13333         pending_read_insns, pending_write_insns, pending_read_mems,
13334         pending_write_mems, pending_list_length, last_pending_memory_flush,
13335         last_function_call, sched_before_next_call): Move static variables
13336         into a structure.
13337         (bb_ prefixed versions): Replace with single array bb_deps.
13338         (struct deps): New structure.
13339         (add_insn_mem_dependence, flush_pending_lists, sched_analyze_1,
13340         sched_analyze_2, sched_analyze_insn, sched_analyze): Accept new
13341         argument of type "struct deps *"; use that instead of global
13342         variables.  All callers changed.
13343         (init_rgn_data_dependencies): Delete function.
13344         (init_rtx_vector): Delete function.
13345         (init_deps): New function.
13346
13347         (free_pending_lists): Simplify, we always use the bb_deps array even
13348         if only one basic block.
13349         (compute_block_backward_dependences): Likewise.
13350         (schedule_region): Likewise.
13351
13352         (propagate_deps): New function, broken out of
13353         compute_block_backward_dependences.
13354         (compute_block_backward_dependences): Use it.
13355
13356         * alpha.md: Delete useless patterns that tried to work around
13357         register elimination problems.
13358
13359         * unroll.c (loop_iterations): Don't abort if iteration variable
13360         was made by loop.
13361
13362         From Joern Rennecke:
13363         * reload1.c (reloads_conflict): Reverse test comparing operand
13364         numbers when testing for conflict between output/outaddr reloads.
13365
13366 1999-11-29  David S. Miller  <davem@redhat.com>
13367
13368         * config/sparc/sparc.c (init_cumulative_args): Fix type of third
13369         arg.
13370         * config/sparc/sparc-protos.h: Update proto, move into RTX_CODE.
13371
13372 1999-11-28  Robert Lipe  <robertl@cygnus.com>
13373
13374         * i386/sco5.h (FINI_SECTION_ASM_OP_COFF): Move destructor fn
13375         table from .fini into .dtor.
13376
13377 1999-11-28  Anthony Green  <green@cygnus.com>
13378
13379         * tree.h (struct tree_decl): Add malloc_flag.
13380         (DECL_IS_MALLOC): Define.
13381         * c-common.c (attrs): Add A_MALLOC attribute.
13382         (init_attributes): Add this attribute to the table.
13383         (decl_attributes): Handle malloc attribute.
13384         * calls.c (special_function_p): Check for the malloc attribute.
13385         * extend.texi (Function Attributes): Document malloc attribute.
13386
13387 Sun Nov 28 13:21:00 1999  Jeffrey A Law  (law@cygnus.com)
13388
13389         * pa.md (reload shift-add patterns): Remove.
13390
13391 1999-11-28 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13392
13393         * reorg.c (dbr_schedule) Print more statistics. Corrected
13394         problem when printing info when 3 delay slots are filled.
13395
13396 1999-11-28  Jakub Jelinek  <jakub@redhat.com>
13397
13398         * combine.c (setup_incoming_promotions): Pass an outgoing
13399         regno to FUNCTION_ARG_REGNO_P which it expects.
13400
13401 1999-11-28  Andreas Jaeger  <aj@suse.de>
13402
13403         * mips/linux.h (CPP_PREDEFINES): Undefine before redefining.
13404
13405 Sun Nov 28 00:48:15 1999  Philippe De Muyter  <phdm@macqel.be>
13406
13407         * cccp.c (do_include): Avoid initialization of automatic variable.
13408
13409         * integrate.c (mark_stores): Function definition made void, to match
13410         previous declaration.
13411         * regclass.c (dump_regclass): Ditto.
13412         * Makefile.in (WARN_CFLAGS): Macro augmented by `-Wtraditional'.
13413
13414 Sat Nov 27 08:38:26 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13415
13416         * expr.c (store_constructor): Use EXACT_DIV_EXPR when dividend is
13417         known to be multiple of divisor.
13418
13419         * expr.c (store_constructor): Don't clobber TARGET if CLEARED.
13420
13421         * combine.c (try_combine): Add code to try to merge a set of a
13422         two-word pseudo to a constant with a setting of one of those words
13423         to a constant.
13424
13425         * fold-const.c (negate_expr, associate_trees, extract_muldiv): New.
13426         (split_tree): Completely rework to make more general.
13427         (make_range, fold): Call negate_expr.
13428         (fold, case NEGATE_EXPR): Simplify -(a-b) is -ffast-math.
13429         (fold, associate): Call new split_tree and associate_trees.
13430         (fold, case MULT_EXPR, case *_{DIV,MOD}_EXPR): Call extract_muldiv.
13431
13432 1999-11-26  Bernd Schmidt  <bernds@cygnus.co.uk>
13433
13434         * loop.c (try_copy_prop): Avoid GNU C extension.
13435
13436 1999-11-25  Mark Mitchell  <mark@codesourcery.com>
13437
13438         * except.c (init_eh_for_function): Still zero eh_return_context,
13439         eh_return_stack_adjust, and eh_return_handler.
13440
13441         * except.h (eh_status): Adjust documentation for x_protect_list.
13442         (begin_protect_partials): New function.
13443         * except.c (enqueue_eh_entry): Fix formatting.
13444         (get_first_handler): Add consistency check.
13445         (add_partial_entry): Adjust usage of protect_list.
13446         (emit_cleanup_handler): Save and restore ehqueue.
13447         (expand_start_all_catch): Add comment.
13448         (begin_protect_partials): New function.
13449         (end_protect_partials): Adjust usage of protect_list.
13450         (init_eh_for_function): Use xcalloc.
13451
13452 1999-11-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13453
13454         * c-common.c (check_format_info): Don't call a variadic function
13455         with a non-literal format string.
13456
13457         * c-decl.c (grokdeclarator, start_struct, finish_struct): Likewise.
13458
13459         * c-typeck.c (build_component_ref, build_unary_op, lvalue_or_else,
13460         pedantic_lvalue_warning, error_init, pedwarn_init, warning_init):
13461         Likewise.
13462
13463         * cccp.c (check_macro_name, do_xifdef, vwarning_with_line):
13464         Likewise.
13465
13466         * collect2.c (collect_wait): Likewise.
13467
13468         * dbxout.c (dbxout_type): Likewise.
13469
13470         * gcc.c (do_spec_1): Likewise.
13471
13472         * genemit.c (gen_insn, gen_expand): Likewise.
13473
13474         * genrecog.c (write_switch, write_subroutine): Likewise.
13475
13476         * mips-tfile.c (catch_signal, botch): Likewise.
13477
13478         * print-rtl.c (print_rtx): Likewise.
13479
13480         * toplev.c (default_print_error_function, report_error_function,
13481         _fatal_insn): Likewise.
13482
13483 1999-11-25  Mark Mitchell  <mark@codesourcery.com>
13484
13485         * tree.c (unsave_expr_now): Handle NULL_TREE as input.
13486
13487 Wed Nov 24 17:08:09 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13488
13489         * reg-stack.c (subst_stack_regs_pat): Swap operands in commutative
13490         operations when needed.
13491         * i386.md (fop_?f_comm): New.
13492         (fop_?f_1): Do not accept commutative operands.
13493
13494 1999-11-25  Andreas Jaeger  <aj@suse.de>
13495
13496         * config/mips/mips.md (casesi_internal): Add missing brace.
13497
13498 1999-11-25  Jason Merrill  <jason@casey.cygnus.com>
13499
13500         * dwarf2out.c (pend_type, output_pending_types_for_scope): Lose.
13501         (splice_child_die): Handle moving a child DIE from the declaration
13502         DIE of a class to its specification.
13503         (gen_struct_or_union_type_die): Use 'complete' consistently.
13504         (gen_decl_die): Generate the virtual context DIE first.
13505         Use decl_ultimate_origin instead of DECL_ABSTRACT_ORIGIN.
13506
13507 1999-11-24  Gavin Romig-Koch  <gavin@cygnus.com>
13508
13509         * config/mips/mips.md (call_value_multiple_interanal1): New.
13510
13511 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
13512
13513         * dwarf2out.c (free_AT, free_die): New fns.
13514         (remove_children): Call them.
13515         (output_line_info): Disable removal of duplicate notes.
13516
13517         Generate minimal debug info for types with TYPE_DECL_SUPPRESS_INFO set.
13518         * dwarf2out.c (gen_struct_or_union_type_die): TYPE_DECL_SUPPRESS_INFO
13519         means pretend the type isn't defined.
13520         Don't defer emitting types.
13521         (gen_type_die_for_member): New fn.
13522         (gen_decl_die): Call it.
13523         (splice_child_die): New fn.
13524         (gen_member_die): Call it rather than generate duplicate dies.
13525
13526         Defer emitting information for the abstract instance of an inline
13527         until we either inline it or emit an out-of-line copy.
13528         * dwarf2out.c (decl_ultimate_origin): Ignore DECL_ABSTRACT_ORIGIN
13529         from output_inline_function if DECL_ABSTRACT is also set.
13530         (block_ultimate_origin): Likewise.
13531         (gen_abstract_function): New fn.
13532         (gen_decl_die, gen_inlined_subroutine_die): Call it.
13533         (gen_subprogram_die):  An abstract instance is not a declaration
13534         just because it doesn't match current_function_decl.  Don't abort
13535         because DECL_DEFER_OUTPUT isn't set.  Do abort if a declaration
13536         has an abstract origin.
13537         * toplev.c (rest_of_compilation): Don't emit dwarf2 info for the
13538         abstract instance here.
13539
13540 Wed Nov 24 18:39:18 1999  Andrew Haley  <aph@cygnus.com>
13541
13542         * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Add the case
13543         where we need to reload fpul from a system register.
13544
13545 1999-11-24  Andreas Jaeger  <aj@suse.de>
13546
13547         * config/mips/linux.h (CPP_PREDEFINES): Added.
13548         (LINK_SPEC): Remove -Y since this is only needed on sparc.
13549
13550 1999-11-24  Andreas Jaeger  <aj@suse.de>
13551
13552         * config/mips/linux.h (TARGET_VERSION): Added.
13553         (HANDLE_SYSV_PRAGMA): Added.
13554         (DEFAULT_VTABLE_THUNKS): Added.
13555
13556 Wed Nov 24 14:12:15 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13557
13558         * local-alloc.c (qty): New structure and static variable.
13559         (qty_phys_reg): Remove, all references changed to qty.
13560         (qty_n_refs): Likewise.
13561         (qty_min_class): Likewise.
13562         (qty_birth): Likewise.
13563         (qty_death): Likewise.
13564         (qty_size): Likewise.
13565         (qty_mode): Likewise.
13566         (qty_n_calls_crossed): Likewise.
13567         (qty_alternate_class): Likewise.
13568         (qty_changes_size): Likewise.
13569         (qty_first_reg): Likewise.
13570         (alloc_qty): Rename variable QTY to QTYNO.
13571         (finf_free_reg): Likewise.
13572         (local_alloc): Allocate qty, do not allocate the removed variables.
13573
13574 Wed Nov 24 17:26:05 1999  Geoffrey Keating  <geoffk@cygnus.com>
13575
13576         * config/mips/mips.h (ASM_SPEC): Don't pass -G to the assembler
13577         when -membedded-pic is passed.
13578
13579         * config/mips/mips.md (casesi): Handle 64-bit case too.
13580         (casesi_internal_di): New insn.
13581
13582         * config/mips/mips.c (embedded_pic_offset): Always make the
13583         embedded-pic subtractions relative to the name of the current
13584         function by use of the magic string "..CURRENT_FUNCTION".
13585         * config/mips/mips.h (ASM_OUTPUT_LABELREF): Make the magic happen.
13586
13587 1999-11-24  Geoffrey Keating  <geoffk@cygnus.com>
13588
13589         * config/mips/mips.md (div_trap_normal): Don't ask for the REGNO
13590         of (const_int 0), when what we really care about is
13591         whether it's a zero constant anyway.
13592         (div_trap_mips16): Likewise.
13593
13594 1999-11-23  Mark Mitchell  <mark@codesourcery.com>
13595
13596         * loop.c (loop_optimize): Always find_loop_tree_blocks and
13597         unroll_block_trees when generating debuggable code.
13598
13599         * tree.h (unsave_expr_1): New function.
13600         (lang_unsave): New variable.
13601         (get_callee_fndecl): New function.
13602         * tree.c (unsave_expr_now_r): New function.
13603         (lang_unsave): Define.
13604         (unsave_expr_1): Likewise.
13605         (unsave_expr_now_r): Split out from unsave_expr_now.
13606         (unsave_expr_now): Call lang_unsave if it is non-NULL.  Otherwise,
13607         call unsave_expr_now_r.
13608         (get_callee_fndecl): Define.
13609
13610         * Makefile.in (gencheck): Don't depend on lang_tree_files.
13611         (gencheck.o): Do depend on lang_tree_files.
13612
13613         * integrate.h (copy_decl_for_inlining): New declaration.
13614         * integrate.c (copy_and_set_decl_abstract_origin): Remove.
13615         (copy_decl_for_inlining): New function.
13616         (integrate_parm_decls): Use it.
13617         (integrate_decl_tree): Likewise.
13618
13619 1999-11-23  Gavin Romig-Koch  <gavin@cygnus.com>
13620
13621         * config/mips/mips.h (ISA_HAS_FP4,ISA_HAS_CONDMOVE,ISA_HAS_8CC): Split
13622         the second two from the first.
13623         (CONDITIONAL_REGISTER_USAGE): Use ISA_HAS_8CC rather than ISA_HAS_FP4.
13624         * config/mips/mips.md (movcc,reload_incc,reload_outcc,
13625         conditional move): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
13626         ISA_HAS_FP4.
13627         * config/mips/mips.c (mips_move_1word,gen_conditional_branch,
13628         override_options): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
13629         ISA_HAS_FP4.
13630
13631 Tue Nov 23 11:15:04 1999  Jeffrey A Law  (law@cygnus.com)
13632
13633         * pa.md (call_internal_symref, call_value_internal_symref): No mode
13634         needed on the address operand.
13635         * pa.c (call_operand_address): Check for the correct mode.
13636
13637 1999-11-23  Bernd Schmidt  <bernds@cygnus.co.uk>
13638
13639         * loop.c: Include "basic-block.h".
13640         (try_copy_prop, replace_loop_reg): New functions.
13641         (load_mems): Detect registers that just hold copies of the hoisted
13642         mem, and call try_copy_prop to eliminate them.
13643         * Makefile.in (loop.o): Update dependencies.
13644
13645 Tue Nov 23 01:03:29 1999  Hans-Peter Nilsson  <hp@axis.com>
13646
13647         * Makefile.in (gencheck.o): Depend on gencheck.h.
13648         (insn-emit.o): Depend on flags.h, hard-reg-set.h and resource.h.
13649         (insn-peep.o): Depend on except.h and function.h.
13650         (insn-attrtab.o): Depend on RECOG_H.
13651         (insn-output.o): Depend on toplev.h and flags.h.
13652         (gengenrtl.o): Depend on real.h.
13653         (gen-protos.o): Depend on cpplib.h and cpphash.h.
13654         Unify all dependencies to be on RECOG_H rather than recog.h.
13655
13656 Tue Nov 23 00:57:10 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13657
13658         From Casper H.S. Dik on comp.unix.solaris, 23 Oct 1998:
13659         * configure.in: Try building a bi-arch 32/64-bit compiler on
13660         sparc-*-solaris2.7 and higher.
13661         * configure: Rebuild.
13662
13663 Mon Nov 22 23:09:44 1999  David O'Brien  <obrien@FreeBSD.org>
13664
13665         * config/freebsd.h: New, FreeBSD architecture independent file.
13666         * config/i386/freebsd-elf.h: removed FreeBSD architecturally
13667         independent pieces.
13668         * config/i386/freebsd.h: include i386/perform.h via tm.h rather than
13669         directly by i386/freebsd.h.
13670         * configure.in (*-*-freebsdelf): Include new FreeBSD architecturally
13671         independent configuration file.
13672         (*-*-freebsdelf): Include i386/perform.h via tm.h rather than
13673         directly by i386/freebsd.h.
13674         * configure: Rebuilt.
13675
13676         * xm-i386.h: Define `__i386__' if not defined, rather than `i386'
13677         which is in the user's namespace.
13678         * libgcc2.c: Look for the ANSI-C approved `__i386__' symbol, vs.
13679         `i386' which is not in our namespace.
13680
13681 Mon Nov 22 22:58:01 1999  "R. Kelley Cook" <KelleyCook@attglobal.net>
13682
13683         * invoke.texi (ARM Options): Add in -mno-alignment-traps
13684
13685 1999-11-22  Jason Merrill  <jason@casey.cygnus.com>
13686
13687         * dwarf2out.c (die_struct): Remove die_attr_last and die_child_last.
13688         (add_dwarf_attr, add_child_die): Just push onto the front.
13689         (reverse_die_lists): New fn.
13690         (add_sibling_attributes): Use it.
13691         (push_decl_scope): Reorganize.
13692         (add_name_and_src_coords_attributes): Don't set file and line for
13693         an artificial decl.
13694         (gen_subprogram_die): An artificial function doesn't need to match
13695         file and line.
13696         (gen_compile_unit_die): Return the generated die.  Only add
13697         AT_comp_dir if the filename is relative.
13698         (remove_AT): Simplify loop.  Also free string values.
13699         (output_die): A DIE ref can't be null.
13700         (output_value_format, value_format): Take a dw_attr_ref.
13701         (dwarf_last_decl, is_extern_subr_die, sibling_offset): Remove.
13702         (AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
13703         AT_addr, AT_lbl): New fns.
13704         (various): Use them.
13705         (various): Constify.
13706
13707 Mon Nov 22 23:53:50 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13708
13709         * combine.c (combine_simplify_rtx): When handling a SUBREG,
13710         take SUBREG_WORD into account.
13711         (if_then_else_cond): Likewise.
13712
13713 1999-11-22  Jason Merrill  <jason@casey.cygnus.com>
13714
13715         * gmon.c, i386/gmon-sol2.c, sparc/gmon-sol2.c: Remove advertising
13716         clause from BSD license, pursuant with
13717
13718           ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
13719
13720 1999-11-22  Bernd Schmidt  <bernds@cygnus.co.uk>
13721
13722         * loop.c (load_mems): Reformat slightly.
13723         * basic-block.h (regset_head): New typedef.
13724         (INIT_REG_SET): New macro.
13725
13726 1999-11-22  Bruce Korb  <autogen@linuxbox.com
13727
13728         * fixinc/mkfisinc.sh(i?86-*-linux): disable script, run fixincl exe
13729         (mips-dec-bsd*): non-functional code
13730         (alpha*-*-linux-gnu*): redundant, duplicated by "*-*-linux-gnu*"
13731
13732         * fixinc/inclhack.def(AAB_fd_zero_glibc_*):
13733         added three replacement fixes
13734         (no_double_slash): removed comments that are not (any longer) pertinent
13735         (bad_lval): this fix currently runs against many files.
13736         The comment seems to indicate that we should select for files
13737         containing 'pragma extern_prefix'.
13738
13739         * fixinc/fixinc.x86-linux-gnu: deleted
13740         * fixinc/inclhack.sh:  regen
13741         * fixinc/fixincl.x:  regen
13742         * fixinc/fixincl.sh:  regen
13743
13744 Fri Nov 12 14:08:40 1999  Andrew Haley  <aph@cygnus.com>
13745
13746         * emit-rtl.c (gen_sequence): Only return the pattern of an insn if
13747         its code is INSN and it has no notes.
13748
13749 1999-11-22  Andrew Haley  <aph@cygnus.com>
13750
13751         * varasm.c (function_defined): Remove.
13752         (make_function_rtl): Don't set function_defined.
13753         (make_decl_rtl): Remove global register warning.
13754         * regclass.c (no_global_reg_vars): New variable.
13755         (globalize_reg): Warn if function has already been defined.
13756         (regclass_init): Set no_global_reg_vars.
13757
13758 Mon Nov 22 14:42:22 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13759
13760         * regclass.c (reg_pref): New structure and static variable
13761         (prefclass): Delete.
13762         (altclass): Delete.
13763         (all uses of prefclass and altclass): Use reg_pref instead.
13764
13765 1999-11-21  Nick Clifton  <nickc@cygnus.com>
13766
13767         * invoke.texi (ARM Options): Replace -mshort-load-bytes with
13768         -malignment-traps.
13769         (arm.h): Replace -mshort-load-bytes with -malignment-traps.
13770         (arm.c): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
13771         (arm.md): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
13772
13773 Sun Nov 21 17:11:13 1999  Geoffrey Keating  <geoffk@cygnus.com>
13774
13775         * varasm.c (output_constructor): Solve problem with long long
13776         bitfields, even on BYTES_BIG_ENDIAN machines (testcase 991118-1).
13777
13778 Fri Nov 19 05:48:45 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13779
13780         * global.c (allocno): New structure and static variable.
13781         (allocno_reg): Remove, all references replaced by allocno.
13782         (allocno_size): Likewise.
13783         (hard_reg_conflicts): Likewise.
13784         (hard_reg_preferences): Likewise.
13785         (hard_reg_copy_preferences): Likewise.
13786         (hard_reg_full_preferences): Likewise.
13787         (regs_someone_prefers): Likewise.
13788         (allocno_calls_crossed): Likewise.
13789         (allocno_n_refs): Likewise.
13790         (allocno_live_length): Likewise.
13791         (find_reg): Rename ALLOCNO to NUM.
13792
13793         * regclass.c (may_move_in_cost): Rename from may_move_cost, all
13794         references updated.
13795         (may_move_out_cost): New variable.
13796         (init_reg_sets_1): Initialize may_move_out_cost.
13797         (record_reg_classes): Use may_move_out_cost.
13798
13799         * regclass.c (dump_regclass): New function.
13800         (regclass): New parameter DUMP, call DUMP_REGCLASS.
13801         * toplev.c (rest_of_compilation): Open lreg dump file before regclass,
13802         pass rtl_dump_file to regclass.
13803         * rtl.h (regclass): Update prototype.
13804
13805 Fri Nov 19 06:32:19 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13806
13807         * i386.md (neg, not and abs patterns): Revmap to use
13808         ix86_expand_unary_operator and ix86_unary_operator_ok.
13809         (add?f and sub?f expanders): Force operand 1 to register.
13810         * i386.c (ix86_expand_unary_operator): Rewrite.
13811         (ix86_unary_operator_ok): Ensure that memory operands
13812         match real opcode.
13813         (ix86_binary_operator_ok): Do not allow operand 1 to
13814         come into memory and operand 0 not.
13815         (ix86_expand_binary_operator): Ensure that
13816         src1 is not non-matching memory.
13817
13818         * i386.md (negs?2): Rewrite to expanders, new patterns and splitters
13819         to support integer registers and memory.
13820         (abss?2_integer): Likewise.
13821
13822         * i386.h (enum reg_class): Add FLOAT_INT_REGS.
13823         (REG_CLASS_NAMES): Likewise.
13824         (REG_CLASS_CONTENTS): Define FLOAT_INT_REGS as union of FLOAT_REGS
13825         and GENERAL_REGS.
13826         * i386.md (pushsf): Do not preferre FLOAT_REGS over GENERAL_REGS.
13827         (movsf): Likewise; unify 4th and 5th alternative.
13828         (pushdf): Likewise.
13829         (movdf_1): Likewise; rename to movdf_integer.
13830         (pushxf): Likewise; rename to pushxf_integer; fix output template;
13831         remove redundant splitter.
13832         (movxf_1): Likewise; rename to movxf_integer; fix splitter's condition.
13833         (movdf_nointeger): New.
13834         (movxf_nointeger): New.
13835         (pushxf_nointeger): New.
13836
13837         * i386.md (extend?f?f): Split to expander and pattern, refuse two
13838         memory operands in patterns.
13839         (fop*): Refuse two memory operands.
13840
13841         * i386.md (ashrsi3_31): Allow cltd when optimizing for size even
13842         on !TARGET_USE_CLTD CPUs.
13843
13844 Fri Nov 19 10:41:15 GMT 1999  Nathan Sidwell  <nathan@acm.org>
13845
13846         * extend.texi: Document C++ restricted pointers and references.
13847
13848 1999-11-19  Bernd Schmidt  <bernds@cygnus.co.uk>
13849
13850         * cse.c (addr_affects_sp): No longer conditional on AUTO_INC_DEC.
13851         (invalidate_skipped_set): Call it unconditionally.
13852         (cse_set_around_loop): Likewise.
13853
13854 Thu Nov 18 17:29:34 MST 1999    Diego Novillo <dnovillo@cygnus.com>
13855
13856         * rtl.texi (mem): Add documentation for alias-set argument
13857         to RTX `mem'.
13858
13859 Fri Nov 18 13:39:22 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13860
13861         * i386.h (struct_processor_costs): New fields int_load, int_store,
13862         fp_move, fp_load and fp_store
13863         (REGISTER_MOVE_COST): Fix comment, calculate exactly the cost of
13864         fp->int moves
13865         (MEMORY_MOVE_COST): New macro.
13866         * i386.c (386_cost): Define new fields.
13867         (i486_cost): Likewise.
13868         (pentium_cost): Likewise.
13869         (pentiumpro_cost): Likewise.
13870         (k6_cost): Likewise.
13871
13872 Fri Nov 19 11:11:55 1999  Greg McGary  <gkm@gnu.org>
13873                           Geoffrey Keating  <geoffk@cygnus.com>
13874
13875         * config/m68k/m68kelf.h: Suppress '/* within comment' warning.
13876
13877         * config/m68k/m68k.h (MASK_PCREL): Don't use same value as
13878         MASK_ALIGN_INT.
13879
13880         * config/m68k/m68k.h (MASK_NO_STRICT_ALIGNMENT): New macro.
13881         (TARGET_STRICT_ALIGNMENT): New macro.
13882         (TARGET_SWITCHES): Add "strict-align" and "no-strict-align".
13883         (STRICT_ALIGNMENT): Depend on TARGET_STRICT_ALIGNMENT.
13884         * invoke.texi (M680x0 Options): Document -mstrict-align.
13885
13886 Thu Nov 18 11:10:03 1999  Jan Hubicka  <hubicka@freesoft.cz>
13887                           Richard Henderson  <rth@cygnus.com>
13888
13889         * i386-protos.h (split_xf, ix86_split_movdi): Remove.
13890         (ix86_split_long_move): Declare.
13891         * i386.c (split_xf, ix86_split_movdi): Remove.
13892         (ix86_split_to_parts, ix86_split_long_move): New.
13893         * i386.md (dimode move splitters): Use ix86_split_long_move.
13894         (dfmode move splitters): Likewise.
13895         (xfmode move splitters): Likewise.
13896         (movsf_1): Allow F->r.
13897         (movdf_1, movxf_1): Allow F->ro.
13898
13899 1999-11-17  Mark Mitchell  <mark@codesourcery.com>
13900
13901         * except.h (struct eh_entry): Add goto_entry_p.
13902         (eh_region_from_symbol): Remove prototype.
13903         * except.c (find_func_region_from_symbol): New function.
13904         (emit_cleanup_handler): Likewise.
13905         (eh_region_from_symbol): Make it static.
13906         (add_new_handler): Verify the argument.
13907         (find_func_region): Update comment.
13908         (expand_eh_region_end): Expand handlers here, rater than waiting
13909         until expand_leftover_cleanups or start_all_catch.
13910         (expand_leftover_cleanups): Don't expand here.
13911         (expand_start_all_catch): Or here.
13912         (expand_rethrow): Check the return value from find_func_region.
13913         * function.c (expand_function_end): Emit the catch_clauses.
13914
13915 1999-11-18  Gavin Romig-Koch  <gavin@cygnus.com>
13916
13917         * integrate.c (expand_inline_function): Add necessary check for NULL.
13918
13919 1999-11-18  Nick Clifton  <nickc@cygnus.com>
13920
13921         * toplev.c (main): Correctly detect an unrecognised option.
13922
13923         * cppinit.c (cpp_handle_option): Do not claim to have consumed
13924         a -f option if it has not been recognised.
13925
13926 Thu Nov 18 00:59:11 1999  Michael Gschwind  <mikeg@alagoas.watson.ibm.com>
13927
13928         * basic-block.h (update_life_extent): Remove trailing comma on
13929         enumeration type list.
13930
13931 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13932
13933         * varasm.c (output_constructor) Solved problem with long long
13934         bitfields. Corrected calculating this_time and shift. Also
13935         corrected calculating mask when BITS_PER_UNIT == 32 (c4x).
13936
13937 Wed Nov 17 23:46:14 1999  Jeffrey A Law  (law@cygnus.com)
13938
13939         * flow.c (split_edge): Take looping structure into account when
13940         determining where to put the new block note.
13941
13942 Wed Nov 17 20:42:43 1999  Jeff Holcomb  <jeffh@cygnus.com>
13943
13944         * Makefile.in (ggc-none.o): Provide host specific version if
13945         needed.
13946
13947 Wed Nov 17 16:51:23 1999  Richard Henderson  <rth@cygnus.com>
13948
13949         * cse.c (delete_trivially_dead_insns): Identify no-op insns
13950         containing subregs too.
13951
13952 Wed Nov 17 17:39:48 MST 1999    Diego Novillo <dnovillo@cygnus.com>
13953
13954         * invoke.texi: Add documentation for -muninit-const-in-rodata.
13955         * config/mips/mips.h (MASK_UNINIT_CONST_IN_RODATA): Define.
13956         (TARGET_UNINIT_CONST_IN_RODATA): Define.
13957         (text_section): Add switches -munint-const-in-rodata and
13958         -mno-uninit-const-in-rodata.
13959         (ASM_OUTPUT_COMMON): Remove.
13960         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define. Check if uninitialized
13961         const objects should be placed in read-only data. Otherwise declare
13962         them in common.
13963
13964 Wed Nov 17 16:38:32 1999  Richard Henderson  <rth@cygnus.com>
13965
13966         * jump.c (jump_optimize_1): Revert last change.
13967
13968 Wed Nov 17 15:18:30 1999  Richard Henderson  <rth@cygnus.com>
13969
13970         * jump.c (jump_optimize_1): Don't try to duplicate the loop exit
13971         test if optimizing for size.
13972
13973 1999-11-17  Mark Mitchell  <mark@codesourcery.com>
13974
13975         * Makefile.in (toplev.o): Depend on except.h.
13976         (dwarf2out.o,loop.o,flow.o,haifa-sched.o): Likewise.
13977
13978 Mon Nov 15 22:45:39 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13979
13980         * i386.md (divmodsi4): Rewrite to expander.
13981         (*divmodsi4_nocltd): New.
13982         (*divmodsi4_cltd): New.
13983         (divmodsi4 splitter): Handle the case when input comes in edx.
13984         (udivmodhi4): Do not use constraints in exander.
13985         (ashrsi3_31): Conditionize by TARGET_USE_CLTD.
13986
13987 1999-11-17  Jason Merrill  <jason@yorick.cygnus.com>
13988
13989         * dwarf2out.c (push_decl_scope): Still use decl_scope_depth - 1
13990         for the common case.
13991
13992 1999-11-16  Jakub Jelinek  <jakub@redhat.com>
13993
13994         * explow.c (hard_function_value): Add outgoing argument.
13995         * expr.h (hard_function_value): Declare it.
13996         * calls.c (expand_call, emit_library_call_value): Update callers.
13997         * function.c (aggregate_value_p): Ditto.
13998         (diddle_return_value): Must look at the outgoing registers
13999         on archs with register windows.
14000
14001 Mon Nov 15 20:46:45 1999  Richard Henderson  <rth@cygnus.com>
14002
14003         * alpha.c (alpha_build_va_list): Use make_lang_type and
14004         initialize TYPE_NAME for the va_list record.
14005
14006         * flow.c (calculate_global_regs_live): Zero bb->aux to begin.
14007
14008         * ggc-common.c (ggc_print_statistics): Cast size_t to unsigned long
14009         for printing.
14010         * ggc.h (struct ggc_statistics): Rearrange elements for better
14011         packing on 64-bit hosts.
14012         * lcm.c (compute_laterin): Store a size_t not an int in bb->aux.
14013         (compute_nearerout): Likewise.
14014
14015 Tue Nov 16 14:37:52 1999  Geoffrey Keating  <geoffk@cygnus.com>
14016
14017         * config/rs6000/rs6000.c (first_reg_to_save): Save
14018         PIC_OFFSET_TABLE_REGNUM when -fpic even though it is fixed.
14019
14020 1999-11-15  Jason Merrill  <jason@casey.cygnus.com>
14021
14022         * dwarf2out.c (scope_die_for): Don't rely on the decl_scope_table
14023         notion of nesting to find the DIE for a type or function.
14024         DIEs can go in limbo even if we got a context_die.
14025         (push_decl_scope): Our context doesn't need to be in decl_scope_table.
14026         (gen_struct_or_union_type_die): Don't use TREE_PERMANENT to test
14027         for local type.
14028         (gen_decl_die): Ignore NAMESPACE_DECLs for now.
14029         (gen_type_die): Writing out the context doesn't cause member class
14030         template instantiations to be written out as well.
14031
14032 Mon Nov 15 15:33:18 1999  Richard Henderson  <rth@cygnus.com>
14033
14034         * rs6000.h (ASM_OUTPUT_DEF): New.
14035         Based on proposed addition from David Edelsohn.
14036
14037 1999-11-15  Robert Lipe  <RobertLipe@usa.net>
14038             Bruce Korb  <autogen@linuxbox.com>
14039
14040         * fixinc/inclhack.def
14041         (AAB_svr4_replace_byteorder): added.  Takes advantage of GCC features
14042         (unixware7_byteorder_fix): added.  Removes conflicts for new defs
14043                 in net/inet.h.
14044         (svr5_mach_defines): added.  Like svr4_mach_defines, with new syntax
14045         (svr4_endian): enabled with SVR5
14046         (svr4_mkdev): simplified syntax and enabled with SVR5
14047
14048 Sun Nov 14 18:49:37 1999  David O'Brien  <obrien@FreeBSD.org>
14049
14050         * configure.in: Handle libgcc2 threads support on FreeBSD platforms.
14051         * configure: Rebuilt.
14052         * config/t-freebsd-thread: New file.
14053
14054 Sun Nov 14 23:11:05 1999  Jeffrey A Law  (law@cygnus.com)
14055
14056         * i386.c (ix86_decompose_address): Verify the base is a REG
14057         before trying to examine its register number.
14058
14059         * basic-block.h: Remove all #defines and prototypes related to
14060         integer lists.
14061         (free_bb_mem, compute_preds_succs): Remove prototype.
14062         * rtl.h (free_bb_mem): Remove prototype.
14063         * flow.c (alloc_int_list_node); Remove function.
14064         (add_inst_list_node, free_int_list, add_pred_succ): Likewise.
14065         (compute_preds_succs, free_bb_mem): Likewise.
14066         * gcse.c (gcse_main): Do not call free_bb_mem anymore.
14067         * toplev.c (rest_of_compilation): Likewise.
14068         * haifa-sched.c (build_control_flow): Use flow generated edge
14069         list to build the haifa specific edge list.
14070         (find_rgns): Use new CFG data structures instead of pred/succ lists.
14071         (schedule_insns): Do not build pred/succ lists anymore.  Instead
14072         build the edge table.
14073
14074         * basic-block.h (dump_bb_data): Remove declaration.
14075         * flow.c (dump_bb_data): Remove function.
14076         * sbitmap.c (sbitmap_intersect_of_predsucc): Delete function.
14077         (sbitmap_union_of_predsucc): Likewise.
14078
14079         * gcse.c (delete_null_pointer_checks_1): Kill unused s_preds
14080         argument.  All callers changed.
14081         (delete_null_pointer_checks_1): No longer need to compute the
14082         pred/succ lists.
14083
14084         * gcse.c (pre_expr_reaches_here_p): Kill CHECK_PRE_COM argument.
14085         All callers changed.
14086         (pre_expr_reaches_here_p_work): Likewise.
14087         (pre_edge_insert): No longer call pre_expr_reaches_here_p.
14088         * lcm.c (compute_laterin): Fix initialization of LATER.
14089         (compute_nearerout): Similarly for NEARER.
14090
14091 Sun Nov 14 12:41:57 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14092
14093         * cse.c (set_nonvarying_address_components): Delete unused function.
14094         (refers_to_p): Likewise.
14095
14096 Fri Nov 12 20:53:22 1999  Jeffrey A Law  (law@cygnus.com)
14097
14098         * function.c (diddle_return_value): Set REG_FUNCTION_VALUE_P as
14099         needed.
14100
14101 Sat Nov 13 16:20:09 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14102
14103         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Wrap macro
14104         definition in do while (0).
14105
14106 Fri Nov 12 16:26:25 1999  Jim Wilson  <wilson@cygnus.com>
14107
14108         * stmt.c (pushcase, pushcase_range): Partially revert Oct 28 change.
14109
14110 Fri Nov 12 12:43:49 1999  Richard Henderson  <rth@cygnus.com>
14111
14112         * unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.
14113
14114 Fri Nov 12 15:14:19 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
14115
14116         * i960.h (CAN_DEBUG_WITHOUT_FP): Don't define it.
14117         (FRAME_POINTER_REQUIRED): Don't worry about nonlocal goto.
14118         (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
14119         (INITIAL_FRAME_POINTER_OFFSET): Remove it.
14120
14121         * i960.c (i960_function_prologue): Don't allocate space for g8-g11
14122         saved on the stack.  Output more accurate stack frame statistics
14123         into assembler file.
14124
14125 1999-11-12 11:47 -0800  Zack Weinberg  <zack@bitmover.com>
14126
14127         * genextract.c (record_insn_name): New function.
14128         (get_insn_name): No longer a stub.
14129         (main): Call record_insn_name for each insn.  After each label
14130         written, print the insn name in a comment.
14131
14132 Fri Nov 12 13:45:02 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14133
14134         * output.h (const_section, init_section, fini_section): Add
14135         prototypes.
14136
14137         * alpha/elf.h (const_section): Delete declaration.
14138
14139         * svr4.h (const_section): Likewise.
14140
14141 Fri Nov 12 08:54:22 1999  Mark Mitchell  <mark@codesourcery.com>
14142
14143         * tree.h (SAVE_EXPR_PERSISTENT_P): New macro.
14144         * tree.c (array_type_nelts): Don't handle SAVE_EXPRs specially.
14145         (unsave_expr_now): Don't unsave SAVE_EXPR_PERSISTENT_P
14146         expressions.
14147         * stor-layout.c (variable_size): Set SAVE_EXPR_PERSISTENT_P on
14148         variable-sized array bounds.
14149
14150 Fri Nov 12 08:04:45 1999  Catherine Moore  <clm@cygnus.com>
14151
14152         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME):  Use
14153         ASM_OUTPUT_LABEL.
14154
14155 Fri Nov 12 13:31:54 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14156
14157         * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Treat QImode
14158         addresses the same way GO_IF_LEGITIMATE_INDEX does.
14159
14160 Fri Nov 12 12:36:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14161
14162         * cse.c (hash_arg_in_struct): Delete.
14163         (struct table_elt): Delete elt in_struct.
14164         (struct set): Delete elt src_in_struct.
14165         (merge_equiv_classes): Don't set either hash_arg_in_struct or
14166         the corresponding in_struct elts.
14167         (canon_hash): Likewise.
14168         (safe_hash): Likewise.
14169         (find_best_addr): Likewise.
14170         (record_jump_cond): Likewise.
14171         (cse_insn): Likewise.
14172
14173 Thu Nov 11 19:45:24 1999  Jim Wilson  <wilson@cygnus.com>
14174
14175         * loop.c (invariant_p, case MEM): Put MEM_VOLATILE_P check back.
14176
14177         * dbxout.c (dbxout_type, case INTEGER_TYPE): Handle too large
14178         unsigned types.
14179
14180 Thu Nov 11 18:54:24 1999  Jeffrey A Law  (law@cygnus.com)
14181
14182         * function.c (diddle_return_value): Put back check that the DECL_RTL
14183         for the function is a register.
14184
14185         * function.c (diddle_return_value): Use hard_function_value to
14186         get an rtx suitable for use in the USE/CLOBBER insn.
14187
14188         * global.c (global_conflicts): Update comments.
14189         (record_conflicts): No need to record conflicts between pseudos here.
14190
14191 1999-11-11  Bruce Korb  <autogen@linuxbox.com>
14192
14193         * fixinc/fixincl.c: Added verbose levels for status messages
14194
14195 Thu Nov 11 13:23:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14196
14197         * jump.c (jump_optimize_1): Avoid passing an rtx that is not an
14198         operand as argument to expand_and or expand_binop.
14199
14200 Thu Nov 11 02:21:16 1999  Rodney Brown <RodneyBrown@pmsc.com>
14201
14202         * xcoffout.c (xcoffout_source_file): Change ggc_add_root to
14203         gcc_add_string_root.
14204
14205 Wed Nov 10 21:24:19 1999  Jason Eckhardt  <jle@cygnus.com>
14206
14207         * config/pa/pa.h (MASK_RETURN_ADDR): Change 0xfffffffc to -4.
14208
14209 Wed Nov 10 15:56:16 1999  Jeffrey A Law  (law@cygnus.com)
14210
14211         * flow.c (compute_flow_dominators): Initially put all blocks on
14212         the worklist.
14213         * lcm.c (compute_antinout_edge, compute_available): Similarly.
14214         * gcse.c (compute_cprop_avinout): Remove.
14215         (compute_cprop_data): Use compute_available.
14216         (delete_null_pointer_checks_1): Use compute_available.
14217
14218         * basic-block.h (compute_available): Returns a void now.
14219         * gcse.c (one_classic_gcse_pass): Do not expect compute_available
14220         to return a value anymore.
14221         * lcm.c (compute_available, compute_antinout_edge): Revamp to use
14222         worklists.  Fix boundary cases. Compute maximal solutions.
14223         (compute_laterin, compute_nearerout): Similarly.
14224
14225         * dwarf2out.c (add_AT_location_description): Allow
14226         (mem (plus (pseudo) (...)) too.
14227
14228 Wed Nov 10 10:52:42 1999  Tom Tromey  <tromey@cygnus.com>
14229
14230         * gcc.c (do_spec_1): Support text between `%u' and `%O'.
14231
14232 Wed Nov 10 12:43:21 1999  Philippe De Muyter  <phdm@macqel.be>
14233                           Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14234
14235         * cppinit.c: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
14236
14237         * gansidecl.h: Likewise.
14238
14239         * rtl.c: Likewise.
14240
14241         * rtl.h: Likewise.
14242
14243         * toplev.h: Likewise.
14244
14245         * tree.c: Likewise.
14246
14247         * tree.h: Likewise.
14248
14249         * varray.c: Likewise.
14250
14251         * varray.h: Likewise.
14252
14253 Wed Nov 10 10:57:22 1999  Clinton Popetz  <cpopetz@cygnus.com>
14254
14255         * gcov.c (struct arcdata): Add hits and total, remove prob.
14256         (output_branch_counts): New.
14257         (process_args): Set output_branch_counts if -c.
14258         (calculate_branch_probs): Store hits and total instead of
14259         percentage.
14260         (output_data): Emit counts if output_branch_counts is true.
14261         * gcov.texi (Invoking Gcov): Document -c switch..
14262
14263 Wed Nov 10 01:10:41 1999  Philippe De Muyter  <phdm@macqel.be>
14264
14265         * genoutput.c (output_insn_data): Cast `INSN_OUTPUT_FORMAT_MULTI' and
14266         `INSN_OUTPUT_FORMAT_FUNCTION' to `PTR'-type.
14267
14268 Wed Nov 10 00:51:41 1999  Hans-Peter Nilsson  <hp@axis.se>
14269
14270         * invoke.texi (C Dialect Options): Add missing builtins from
14271         c-common.c to list.
14272         * extend.texi (Other Builtins): Copy to this list.
14273
14274 Wed Nov 10 04:58:09 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14275
14276         * Makefile.in (recog.o): Use BASIC_BLOCK_H macro.
14277         (print-rtl.o, $(HOST_PREFIX_1)print-rtl.o): Likewise.  Remove
14278         redundant bitmap.h.
14279
14280 Wed Nov 10 00:02:53 1999  Jeffrey A Law  (law@cygnus.com)
14281
14282         * flow.c (compute_flow_dominators): No longer treat basic block 0
14283         or (n_basic_blocks - 1) specially.  Clear the AUX field before
14284         starting computation of doms/pdoms.  Fix initial state for pdoms.
14285
14286 Wed Nov 10 03:58:08 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14287
14288         * Makefile.in ($(HOST_PREFIX_1)rtl.o): Update dependencies to
14289         match rtl.o's: added ggc.h and toplev.h
14290         ($(HOST_PREFIX_1)print-rtl.o): Likewise: added system.h.
14291         ($(HOST_PREFIX_1)rtlanal.o): Likewise: added system.h.
14292         ($(HOST_PREFIX_1)obstack.o): Likewise: added $(CONFIG_H).
14293
14294 Tue Nov  9 10:30:08 1999  Tom Tromey  <tromey@cygnus.com>
14295
14296         * config/i386/xm-djgpp.h (HAVE_DOS_BASED_FILE_SYSTEM): Renamed
14297         from HAVE_DOS_BASED_FILESYSTEM.
14298         * gcc.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM, not
14299         HAVE_DOS_BASED_FILESYSTEM.
14300         (main): Likewise.
14301         (split_directories): Only special-case DOS file names if
14302         HAVE_DOS_BASED_FILE_SYSTEM is defined.  Use IS_DIR_SEPARATOR
14303         instead of explicit tests.  Conditionalize on !VMS.
14304         (make_relative_prefix): Use IS_DIR_SEPARATOR instead of explicit
14305         tests.  Conditionalize on !VMS.
14306         (process_command): Only use make_relative_prefix if !VMS.
14307         (free_split_directories): Conditionalize on !VMS.
14308         (DIR_UP): Conditionalize on !VMS.
14309
14310 Wed Jun  9 16:57:11 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14311
14312         * gcc.c (STANDARD_BINDIR_PREFIX): Provide default.
14313
14314 Fri Feb  5 14:22:01 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14315
14316         * gcc.c (make_relative_prefix): Handle the HAVE_EXECUTABLE_SUFFIX
14317         case.
14318
14319 Mon Nov  8 14:16:57 1999  Michael Meissner  <meissner@cygnus.com>
14320
14321         * invoke.texi (Environment Variables): Document relative path
14322         lookup.
14323         * gcc.c (DIR_UP): If not defined, define as "..".
14324         (standard_bindir_prefix): New static, holds target location to
14325         install binaries.
14326         (split_directories): New function to split a filename into
14327         component directories.
14328         (free_split_directories): New function, release memory allocated
14329         by split_directories.
14330         (make_relative_prefix): New function, make a relative pathname if
14331         the compiler is not in the expected location.
14332         (process_command): If GCC_EXEC_PREFIX was not specified, see if we
14333         can figure out an appropriate prefix from argv[0].
14334         * Makefile.in (DRIVER_DEFINES): Use unlibsubdir in definition of
14335         STANDARD_STARTFILE_PREFIX and TOOLDIR_BASE_PREFIX.  Define
14336         STANDARD_BINDIR_PREFIX.
14337
14338 Wed Nov 10 11:47:54 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14339
14340         * config/c4x/c4x-protos.h: New file.  Prototypes for functions defined
14341         in c4x.c.
14342         * config/c4x/c4x.h: Moved prototypes to c4x.h.
14343         * config/c4x/c4x.c (c4x_preferred_reload_class, c4x_limit_reload_class,
14344         c4x_secondary_memory_needed) Delete.
14345         (fp_zero_operand): Add mode argument.
14346
14347 Thu Nov  4 15:52:35 1999  Andrew Haley  <aph@cygnus.com>
14348
14349         * reload1.c (reload_reg_free_for_value_p): Don't use a register
14350         that is in reload_reg_used.
14351
14352 Tue Nov  9 16:43:00 1999  Nick Clifton  <nickc@cygnus.com>
14353
14354         * config/arm/arm-protos.h: New file: Prototypes for functions
14355         defined in arm.c and pe.c.
14356         * config/arm/arm.h: Fix compile time warnings.
14357         * config/arm/arm.c: Fix compile time warnings.
14358         * config/arm/pe.h: Fix compile time warnings.
14359         * config/arm/aout.h: Fix compile time warnings.
14360
14361 Tue Nov  9 14:55:44 1999  Nick Clifton  <nickc@cygnus.com>
14362
14363         * config/m32r/m32r-protos.h: New file: Prototypes for functions
14364         defined in m32r.c
14365
14366         * config/m32r/m32r.h: Move prototypes to m32r-protos.h
14367         Add support for subtargets.
14368         Add prototypes for new predicates.
14369         Add scheduling macros.
14370
14371         * config/m32r/m32r.c: Fix compile time warnings.
14372         (int8_operand): New predicate function.
14373         (reg_or_cmp_int16_operand): New predicate function.
14374         (extend_operand): New predicate function.
14375         (m32r_adjust_code): New scheduling function.
14376         (m32r_adjust_priorty): New scheduling function.
14377         (m32r_sched_init): New scheduling function.
14378         (m32r_sched_reorder): New scheduling function.
14379         (m32r_sched_variable_issue): New scheduling function.
14380         (direct_return): New codegen function.
14381         (m32r_not_same_reg): New rtl testsing function.
14382
14383         * config/m32r/m32r.md: Fix compile time warnings.
14384         Add support for pre decrement and post increment memory
14385         references.
14386         Add S<cc> patterns.
14387         Add fabs patterns.
14388
14389 Mon Nov  8 22:20:13 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14390
14391         * global.c (EXECUTE_IF_CONFLICT): Don't define.
14392         (prune_preferences): Use EXECUTE_IF_SET_IN_ALLOCNO_SET instead.
14393         (find_reg): Likewise.
14394
14395 Mon Nov  8 13:16:46 1999  Jason Eckhardt  <jle@cygnus.com>
14396
14397         * config/pa/pa.md (fmpynfadd,{sgl,dbl} insns): Use %fr0 rather than 0
14398         to avoid assembler errors.
14399
14400 Mon Nov  8 15:38:41 1999  Nick Clifton  <nickc@cygnus.com>
14401
14402         * config/v850/v850-protos.h: New file: Prototypes for functions
14403         defined in v850.c
14404         * config/v850/v850.h: Move prototypes to v850-protos.h
14405         * config/v850/v850.c: Move prototypes to v850-protos.h
14406         * config/v850/v850.md: Fix compile time warnings.
14407
14408         * config/fr30/fr30-protos.h: New file: Prototypes for functions
14409         defined in fr30.c
14410         * config/fr30/fr30.h: Move prototypes to fr30-protos.h
14411         * config/fr30/fr30.c: Fix compile time warnings.
14412         * config/fr30/fr30.md: Fix compile time warnings.
14413
14414 Mon Nov  8 07:25:37 1999  Mark Mitchell  <mark@codesourcery.com>
14415
14416         * tree.h (get_containing_scope): Declare it.
14417         * tree.c (get_containing_scope): New fucntion.
14418         (decl_function_context): Use it.
14419         * toplev.c (rest_of_compilation): Use get_containing_scope.
14420
14421 aMon Nov  8 03:03:07 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14422
14423         * Makefile.in (rtl.o): Depend on toplev.h.
14424
14425 Sun Nov  7 20:55:14 1999  Mark Mitchell  <mark@codesourcery.com>
14426
14427         * cse.c (delete_trivially_dead_insns): Replace alloca with
14428         xmalloc/xcalloc.
14429         * except.c (update_rethrow_references): Likewise.
14430         (init_eh_nesting_info): Likewise.
14431         * function.c (identify_blocks): Likewise.
14432         * gcse.c (dump_hash_table): Likewise.
14433         * graph.c (print_rtl_graph_with_bb): Likewise.
14434         * loop.c (combine_movables): Likewise.
14435         (move_movables): Likewise.
14436         (count_loop_regs_set): Likewise.
14437         (strength_reduce): Likewise.
14438         * profile.c (compute_branch_probabilities): New function, split
14439         out from ...
14440         (branch_prob): Here.  Replace alloca with xmalloc/xcalloc.
14441         * regclass.c (regclass): Likewise.
14442         * regmove.c (regmove_optimize): Likewise.
14443         * toplev.c (compile_file): Likewise.
14444         (main): Don't mess with the stack rlimit.
14445
14446 Sun Nov  7 19:41:17 1999  Catherine Moore  <clm@cygnus.com>
14447
14448         * config/elfos.h (ASM_DECLARE_FUNCTION_NAME): Conditionally define.
14449         (ASM_DECLARE_FUNCTION_SIZE): Conditionally define.
14450
14451 Sun Nov  7 10:23:28 1999  Mark P. Mitchell  <mark@codesourcery.com>
14452
14453         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns.
14454
14455 Sun Nov  7 02:58:48 1999  Jeffrey A Law  (law@cygnus.com)
14456
14457         * global.c (EXECUTE_IF_CONFLICT): Undo Robert's change.
14458         (EXECUTE_IF_SET_IN_ALLOCNO_SET): Put curleys around CODE in
14459         macro expansion.
14460
14461 Sat Nov  6 23:48:30 1999  Robert Lipe  (robertlipe@usa.net)
14462
14463         * global.c (EXECUTE_IF_CONFLICT): Correct quoting typo.
14464
14465 Sat Nov  6 17:34:39 1999  Jeffrey A Law  (law@cygnus.com)
14466
14467         * gcse.c (post_dominators): Kill.
14468         (alloc_code_hoist_mem, free_code_hoist_mem); Kill post_dominators.
14469         (compute_code_hoist_data): Use compute_flow_dominators.  Do not
14470         pass in a pdom array since we do not need pdoms.
14471         * haifa-sched.c (schedule_insns): Similarly.
14472         * flow.c (compute_dominators): Remove dead function.
14473         (compute_flow_dominators): Do not compute doms or pdoms if the
14474         caller does not request them.  Split up loop to build doms and
14475         pdoms.  Use a worklist to compute doms and pdoms.
14476         * basic-block.h (compute_dominators): Remove prototype.
14477
14478 Sat Nov  6 11:38:39 1999  Richard Henderson  <rth@cygnus.com>
14479
14480         * haifa-sched.c (struct haifa_insn_data, h_i_d): New.
14481         (insn_luid, insn_priority, insn_costs, insn_units): Remove.
14482         (insn_reg_weight, insn_depend, insn_dep_count): Remove.
14483         (insn_blockage, insn_ref_count, line_note, insn_tick): Remove.
14484         (cant_move, fed_by_spec_load, is_load_insn): Remove.
14485         (schedule_region): Remove unused variable.
14486         (schedule_insns): Allocate h_i_d, and not all the separate arrays.
14487
14488 Sat Nov  6 10:00:34 1999  Mark Mitchell  <mark@codesourcery.com>
14489
14490         * local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.
14491         (update_equiv_regs): Likewise.
14492         (block_alloc): Likewise.
14493         * reg-stack.c (reg_to_stack): Likewise.
14494         (convert_regs_2): Likewise.
14495         * reload1.c (reload_as_needed): Likewise.
14496
14497 Sat Nov  6 09:57:59 1999  Mark Mitchell  <mark@codesourcery.com>
14498
14499         * Makefile.in (dbxout.o): Depend on ggc.h.
14500         (dwarf2out.o): Likewise.
14501         (xcoffout.o): Likewise.
14502         * dbxout.c: Include ggc.h.
14503         (dbxout_init): Register lastfile as a root.
14504         * dwarf2out.c: Include ggc.h.
14505         (dwarf2out_line): Register lastfile as a root.
14506         * xcoffout.c: Include ggc.h.
14507         (xcoffout_source_line): Register xcoff_lastfile as a root.
14508
14509 Sat Nov  6 09:52:09 1999  Richard Henderson  <rth@cygnus.com>
14510
14511         * i386.md (movdf_1, movxf_1): Earlyclobber general regs destination.
14512
14513 Sat Nov  6 07:48:59 1999  Catherine Moore  <clm@cygnus.com>
14514
14515         * config/svr4.h (ASM_DECLARE_FUNCTION): Check if already
14516         defined.
14517         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
14518
14519 Fri Nov  5 18:33:39 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14520
14521         * global.c (EXECUTE_IF_SET_IN_ALLOCNO_SET): New macro.
14522         (EXECUTE_IF_CONFLICT): Likewise.
14523         (ALLOCNO_LIVE_P): Avoid signed division.
14524         (SET_ALLOCNO_LIVE, CLEAR_ALLOCNO_LIVE): Likewise.
14525         (prune_preferences, find_reg): Use EXECUTE_IF_CONFLICT.
14526         (record_one_conflict): Use EXECUTE_IF_SET_IN_ALLOCNO_SET.
14527
14528 Fri Nov  5 12:04:02 1999  Richard Henderson  <rth@cygnus.com>
14529
14530         * haifa-sched.c (schedule_block): Don't crash if there's no
14531         next insn for an interblock movement.
14532         (add_branch_dependences): Don't allow clobber insns to move either.
14533
14534 Fri Nov  5 10:18:11 1999  Richard Henderson  <rth@cygnus.com>
14535
14536         * i386.c (split_xf): New.
14537         * i386-protos.h: Declare it.
14538         * i386.md (movxf_1): Add general regs alternatives.
14539         (movxf_1+1): New splitter for same.
14540
14541 Fri Nov  5 12:05:52 1999  Nick Clifton  <nickc@cygnus.com>
14542
14543         * function.c (purge_addressof_1): Add missing return values.
14544
14545 Fri Nov  5 10:07:25 1999  Nick Clifton  <nickc@cygnus.com>
14546
14547         * function.c (is_addressof): New function.  Returns true if
14548         the given piece of RTL is an ADDRESSOF.
14549         (purge_addressof_1): Make boolean.  Return false if the
14550         ADDRESSOFs could not be purged.
14551         (purge_addressof): If ADDRESSOFs could not be purged from the
14552         notes attached to an insn, remove the offending note(s),
14553         unless they are attached to a libcall.
14554
14555 1999-11-05  Andreas Jaeger  <aj@suse.de>
14556
14557         * genoutput.c (null_operand =): Initialize all fields.
14558
14559         * errors.h: Add extern to prototypes.
14560
14561 Fri Nov  5 01:44:09 1999  Jeffrey A Law  (law@cygnus.com)
14562
14563         * configure.in (m68k-next-nextstep4): Handle Openstep 4.2.
14564         * configure: Rebuilt.
14565
14566 Fri Nov  5 01:24:37 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14567
14568         * global.c (CONFLICTP, SET_CONFLICT): Avoid signed division.
14569         (mirror_conflicts): New function.
14570         (global_alloc): Call it.
14571         (expand_preferences): Remove redundant CONFLICTP test.
14572         (find_reg, dump_conflicts): Likewise.
14573         (prune_preferences): Process conflicts one word at a time.
14574
14575 Fri Nov  5 01:05:21 1999  Richard Henderson <rth@cygnus.com>
14576
14577         * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_BITMAP
14578         instead of an explicit loop.
14579
14580 Thu Nov  4 23:07:14 1999  Jim Wilson  <wilson@cygnus.com>
14581
14582         * cse.c (cse_insn): Revert Oct 31 change.  When computing src_elt,
14583         if REG_RETVAL check succeeds, then put classp in src_elt.
14584
14585 Thu Nov  4 23:48:14 1999  Jeffrey A Law  (law@cygnus.com)
14586
14587         * function.c (pad_to_arg_alignment): Only update argument_pad
14588         if the argument's alignment is greater than STACK_BOUNDARY.
14589
14590 Thu Nov  4 16:44:53 1999  Richard Henderson  <rth@cygnus.com>
14591
14592         * bitmap.h (BITMAP_XFREE): New.
14593         * flow.c (life_analysis): Use it.
14594         (life_analysis_1): Free blocks.
14595
14596         * combine.c (undo_commit): New.
14597         (try_combine): Use it.  Don't zap undobuf.undos.
14598         (combine_instructions): Don't zap undobuf.undos; free the
14599         undobuf.frees list.
14600
14601         * local-alloc.c (local_alloc): Free qty_phys_num_sugg.
14602
14603         * stmt.c (cost_table_): New.
14604         (estimate_case_costs): Use it instead of xmalloc.
14605
14606         * toplev.c (compile_file): Reuse dumpname memory instead
14607         of strdup'ing it.
14608
14609 Thu Nov  4 16:36:44 1999  Richard Henderson  <rth@cygnus.com>
14610
14611         * reg-stack.c (convert_regs_1): Initialize target_stack->top
14612         after verifying an EH edge.
14613
14614         * haifa-sched.c (init_rgn_data_dependences): Correctly
14615         size bb_pending_lists_length when zeroing.
14616
14617 Thu Nov  4 16:36:36 1999  Richard Henderson  <rth@cygnus.com>
14618
14619         * function.c (diddle_return_value): New.
14620         (expand_function_end): Use it.
14621         * stmt.c (expand_null_return): Likewise.
14622         (expand_value_return): Likewise.
14623
14624         * reg-stack.c (subst_stack_regs_pat): Handle clobbers at top-level.
14625
14626         * reload1.c (reload): Don't remove return value clobbers.
14627
14628 Thu Nov  4 13:33:46 1999  Richard Henderson  <rth@cygnus.com>
14629
14630         * rtl.c (read_rtx): Use fatal_with_file_and_line not fatal.
14631
14632 Thu Nov  4 12:49:52 1999  Richard Henderson  <rth@cygnus.com>
14633
14634         * cse.c (cse_main): Use xmalloc, not alloca.
14635         (cse_basic_block): Likewise.
14636         * local-alloc.c (local_alloc): Likewise.
14637
14638 Thu Nov  4 14:22:12 1999  David Billinghurst  <David.Billinghurst@riotinto.com.au>
14639                           Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14640
14641         * rtl.c: Include toplev.h.
14642         (fatal): Remove declaration.
14643
14644 Thu Nov  4 06:39:47 1999  Jeffrey A Law  (law@cygnus.com)
14645
14646         * haifa-sched.c (schedule_block): Fix thinko.
14647
14648 1999-11-03  James McKelvey <mckelvey@fafnir.com>
14649
14650         * fixinc/fixincl.c(create_file):  Allow for systems that do not have
14651         S_IR* defined values
14652
14653 1999-11-03  Philippe De Muyter  <phdm@macqel.be>
14654
14655         * fixlib.c (load_file_data): Do not call `realloc' with a NULL pointer;
14656         call `malloc' instead.
14657
14658 Wed Nov  3 23:05:14 1999  Mark Mitchell  <mark@codesourcery.com>
14659
14660         * flags.h (flag_renumber_insns): Declare.
14661         * emit-rtl.c (renumber_insns): Check flag_renumber_insns.  Print
14662         renumbering table.
14663         * rtl.h (renumber_insns): Change prototype.
14664         * toplev.c (flag_renumber_insns): Define.
14665         (rest_of_compilation): Pass rtl_dump_file to flag_renumber_insns.
14666
14667 Wed Nov  3 15:11:27 1999  David S. Miller  <davem@redhat.com>
14668
14669         * config/sparc/sparc.md: Remove insn type fpsqrt, add fpsqrts
14670         and fpsqrtd.  Use them and create fdiv function unit to more
14671         accurately represent fpu sqrt pipeline semantics on UltraSparc.
14672         * config/sparc/sparc.c: Account for fpsqrt{s,d} changes.
14673
14674 Wed Nov  3 15:11:27 1999  Matteo Frigo <athena@fftw.org>
14675
14676         * config/sparc/sparc.md: Adjust FADD/FMUL result latencies to
14677         3 on UltraSparc.
14678         * config/sparc/sparc.c (ultra_schedule_insn): Insert launched
14679         insn into ready list, do not use just a raw swap.
14680
14681 Wed Nov  3 14:51:59 1999  Mark P. Mitchell  <mark@codesourcery.com>
14682
14683         * rtl.h (renumber_insns): New function.
14684         (remove_unnecessary_notes): Likewise.
14685         * emit-rtl.c (renumber_insns): Define.
14686         (remove_unncessary_notes): Likewise.
14687         * toplev.c (rest_of_compilation): Remove dead code.
14688         Use renumber_insns and remove_unncessary_notes.
14689
14690         * gcse.c (struct null_pointer_info): New type.
14691         (get_bitmap_width): New function.
14692         (current_block): Remove.
14693         (nonnull_local): Likewise.
14694         (nonnull_killed): Likewise.
14695         (invalidate_nonnull_info): Take a null_pointer_info as input.
14696         (delete_null_pointer_checks_1): New function.
14697         (delete_null_pointer_checks): Use it.
14698
14699         * haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.
14700         (split_edges): Likewise.
14701         (schedule_block): Likewise.
14702         (compute_block_backward_dependencies): Likewise.
14703         (schedule_region): Likewise.
14704         (schedule_insns): Likewise.
14705
14706 Wed Nov  3 15:40:23 1999  Catherine Moore  <clm@cygnus.com>
14707
14708         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.
14709         * emit-rtl.c (gen_label_rtx): Support LABEL_ALTERNATE_NAME.
14710         * final.c (final_scan_insn): Emit LABEL_ALTERNATE_NAME.
14711         * ggc-common.c (ggc_mark_rtx_children): Mark LABEL_ALTERNATE_NAME.
14712         * jump.c (delete_unreferenced_labels): Don't delete if
14713         LABEL_ALTERNATE_NAME is set.
14714         * print-rtl.c (print_rtx): Dump alternate name.
14715         * rtl.def (CODE_LABEL): Change format to "iuuis00s".
14716         * rtl.h (LABEL_ALTERNATE_NAME): Define.
14717         * rtl.texi (LABEL_ALTERNATE_NAME): Document.
14718         * tm.texi (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Document.
14719
14720 Wed Nov  3 15:39:19 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14721
14722         * fix-header.c (recognized_extern, recognized_function): Constify
14723         a char*.
14724
14725         * lcm.c (compute_laterin): Remove unused variable `temp_bitmap'.
14726         (pre_edge_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
14727         (compute_available): Remove unused variable `last'.
14728         (compute_nearerout): Remove unused variable `temp_bitmap'.
14729         (pre_edge_rev_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
14730         Remove unused variable `x'.
14731
14732         * scan.h (recognized_function, recognized_extern): Constify a
14733         char*.
14734
14735         * simplify-rtx.c (simplify_rtx): Remove unused variable `new'.
14736
14737 Wed Nov  3 10:40:53 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14738
14739         * varasm.c (decode_rtx_const): Use XSTR to access the string
14740         of a SYMBOL_REF.
14741
14742 Wed Nov  3 10:10:58 1999  Richard Henderson  <rth@cygnus.com>
14743
14744         * c-decl.c (duplicate_decls): Copy DECL_MODE too.
14745
14746 Wed Nov  3 12:12:59 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14747
14748         * reload1.c (eliminate_regs_in_insn): If copying insn, also copy notes.
14749
14750 Wed Nov  3 03:26:28 1999  Jeffrey A Law  (law@cygnus.com)
14751
14752         * pa.c (ireg_operand): New function.
14753         * pa.h (PREDICATE_CODES): Handle ireg_operand.
14754         * pa.md (parallel_addb, parallel_movb): Use ireg_operand.
14755         Fix out of date comment.
14756
14757         * pa.md (negdi2): Turn into expander + anonymous pattern.
14758
14759         * reload.c (find_reloads): Fix typos in recent change.
14760
14761         * dwarf2out.c: Do not include ctype.h.
14762
14763 Tue Nov  2 21:53:44 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14764
14765         * regclass.c (record_reg_classes): Always use may_move_cost when
14766         seeing how operand fits with various register classes.
14767
14768 Tue Nov  2 15:38:17 1999  Richard Henderson  <rth@cygnus.com>
14769
14770         * resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes.
14771         * toplev.c: Revert Nov 1 13:22 change.
14772
14773 Tue Nov  2 14:21:37 1999  Jason Eckhardt  <jle@cygnus.com>
14774
14775         * config/pa/pa.md (height reduction patterns): Add checks for
14776         overlapping operands to avoid semantic-destroying splits for
14777         height reduction patterns.
14778
14779 Tue Nov  2 15:27:31 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14780
14781         * configure.in (m68k-hp-hpux*, xm_alloca.h): The underscore should
14782         have been an hyphen, fixed.
14783         * configure: Rebuilt.
14784
14785 Tue Nov  2 17:04:36 1999  Nick Clifton  <nickc@cygnus.com>
14786
14787         * config/arm/tpe.h: Add prototypes for exported functions.
14788         * config/arm/pe.c: Fix compile time warnings.
14789         * config/arm/semi.h: Fix compile time warnings.
14790         * config/arm/arm.c: Fix compile time warnings.
14791         * config/arm/arm.h: Fix compile time warnings.
14792         * config/arm/arm.md: Fix compile time warnings.
14793         * config/arm/thumb.c: Fix compile time warnings.
14794         * config/arm/thumb.h: Fix compile time warnings.
14795         * config/arm/thumb.md: Fix compile time warnings.
14796
14797 Tue Nov  2 04:10:24 1999  Jan Hubicka  <hubicka@freesoft.cz>
14798
14799         * jump.c (jump_optimize_1): Swap the incscc and the conditional mode
14800         detection code
14801
14802         * unroll.c (unroll_loop): Remove LOOP notes when loop is
14803         completely unrolled.
14804
14805 Tue Nov  2 16:57:22 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14806
14807         * cse.c (simplify_plus_minus, check_fold_const): Delete declarations.
14808
14809 Tue Nov  2 09:43:00 1999  Catherine Moore  <clm@cygnus.com>
14810
14811         * Makefile.in (genattrtab): Don't use (HOST_RTLANAL).
14812         * rtl.h (rtx_equal_p): Move prototype.
14813         * rtl.c (rtx_equal_function_value_matters): Move from
14814         rtlanal.c
14815         (rtx_equal_p): Likewise.
14816         * rtlanal.c (rtx_equal_function_value_matters): Delete.
14817         (rtx_equal_p): Likewise.
14818
14819 Mon Nov  1 23:21:17 1999  Jason Merrill  <jason@yorick.cygnus.com>
14820
14821         * libgcc2.c (__do_global_dtors): Only do EH frame stuff if
14822         ! HAS_INIT_SECTION.
14823
14824 Mon Nov  1 23:37:38 1999  Jeffrey A Law  (law@cygnus.com)
14825
14826         * gcc.1 (PA options): Remove obsolete -mshared-libs options.
14827
14828         * pa.h (ADDR_VEC_ALIGN): Define.
14829
14830         * jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT
14831         notes when presented with "if (foo) break; end_of_loop" and
14832         the break sequence gets moved out of the loop.
14833
14834         * unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.
14835         Remove explicit zero initializations of entries within MAP.
14836
14837 Mon Nov  1 18:09:14 1999  Richard Henderson  <rth@cygnus.com>
14838
14839         * reg-stack.c (convert_regs_1): Handle EH edges specially.
14840
14841 Mon Nov  1 15:41:01 1999  Mark P. Mitchell  <mark@codesourcery.com>
14842
14843         * bitmap.h (BITMAP_XMALLOC): New macro.
14844         * flow.c (CLEAN_ALLOCA): Remove.
14845         (delete_unreachable_blocks): Use xmalloc/xcalloc instead of alloca.
14846         (life_analysis): Likewise.
14847         (update_life_info): Don't use CLEAN_ALLOCA.
14848         (life_analysis_1): Use xmalloc/xcalloc instead of alloca.
14849         (calculate_global_regs_live): Likewise.
14850         (print_rtl_with_bb): Likewise.
14851         (verify_flow_info): Likewise.
14852         * global.c (global_alloc): Likewise.
14853         (global_conflicts): Likewise.
14854         * integrate.c (save_for_inline_nocopy): Likewise.
14855         (expand_inline_function): Likewise.
14856         * jump.c (jump_optimize_1): Likewise.
14857         (duplicate_loop_exit_test): Likewise.
14858         (thread_jumps): Likewise.
14859         * loop.c (loop_optimize): Likewise.
14860         (combine_givs): Likewise.
14861         (recombine_givs): Likewise.
14862         * reorg.c (dbr_schedule): Likewise.
14863         * unroll.c (unroll_loop): Likewise.
14864
14865         * combine.c (combine_instructions): Use xmalloc instead of alloca.
14866
14867 Mon Nov  1 13:22:30 1999  Richard Henderson  <rth@cygnus.com>
14868
14869         * toplev.c (rest_of_compilation): Don't optimize the CFG
14870         when rebuilding, just before dbr.
14871
14872 Mon Nov  1 14:35:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14873
14874         * output.h (assemble_end_function, assemble_destructor,
14875         assemble_constructor, assemble_gc_entry, assemble_global,
14876         assemble_label, output_constant_pool) Constify a char*.
14877
14878         * varasm.c (assemble_destructor, assemble_constructor,
14879         assemble_gc_entry, assemble_end_function, assemble_global,
14880         assemble_label, output_constant_pool): Likewise.
14881
14882 Mon Nov  1 14:22:51 1999  Nick Clifton  <nickc@cygnus.com>
14883
14884         * config/arm/thumb.c (thumb_expand_prologue): Add comments
14885         explaining what is goin on in this function.
14886
14887 Mon Nov  1 08:03:15 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14888
14889         * regclass.c (record_reg_classes): In matching case, recompute
14890         costs since the direction of movement is different.
14891
14892 Sun Oct 31 21:59:34 MST 1999  Diego Novillo <dnovillo@cygnus.com>
14893
14894         * resource.c (mark_target_live_regs): For unconditional branches,
14895         the resources found at the branch target should be added to the
14896         resources found so far, not intersected.
14897
14898 Sun Oct 31 15:48:49 1999  Philippe De Muyter  <phdm@macqel.be>
14899
14900         * fixinc/fixtests.c, fixinc/fixfixes.c : Keep `#' in first column for
14901         old cpp's.
14902         * fixinc/fixincl.c (fcntl.h) : Do not include this file twice.
14903         (sys/mman.h): Include this file only if #HAVE_MMAP.
14904         (run_compiles): Initialize `esac_fmt' with one old KR string, not
14905         with automatically concatenated ANSI strings.
14906
14907 Sun Oct 31 23:57:07 1999  Mark Mitchell  <mark@codesourcery.com>
14908
14909         * ggc-page.c (struct page_entry): Remove save_num_free_objects.
14910         (DIV_ROUND_UP): Robustify.
14911         (ggc_recalculate_in_use_p): New function.
14912         (release_pages): Don't inline it.
14913         (ggc_alloc_obj): Don't refuse to allocate objects on pages for
14914         outer contexts.
14915         (ggc_pop_context): Use ggc_recalculate_in_use_p.
14916         (clear_marks): Always save in_use_p.
14917         (sweep_pages): Use ggc_recalculate_in_use_p.
14918         (ggc_page_print_statistics): Avoid signed/unsigned comparisons.
14919         Release pages before counting statistics.
14920
14921 Sun Oct 31 23:42:37 1999  Mark Mitchell  <mark@codesourcery.com>
14922
14923         * toplev.c (rest_of_compilation): Fix thinko in this change:
14924
14925         Fri Oct 29 15:25:07 1999  Arnaud Charlet  <charlet@ACT-Europe.FR>
14926
14927         (rest_of_compilation): If inside an inlined external function,
14928         pretend we are just being declared.
14929
14930 Sun Oct 31 23:03:25 1999  Jeffrey A Law  (law@cygnus.com)
14931
14932         * flow.c (calculate_global_regs_live): Fix thinko.
14933
14934         * integrate.c (expand_inline_function): Fix bugs in previous
14935         change from Oct 28, 1999.
14936
14937 Sun Oct 31 20:27:45 1999  Mark Mitchell  <mark@codesourcery.com>
14938
14939         * stmt.c (expand_value_return): Fix typo in this change:
14940
14941         Thu Oct 28 18:06:50 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14942         (expand_value_return): Correctly convert VAL when promoting function
14943         return; support RETURN_REG being a PARALLEL.
14944
14945 Sun Oct 31 20:25:42 1999  Mark P. Mitchell  <mark@codesourcery.com>
14946
14947         * expr.c (readonly_fields_p): Ignore everything except FIELD_DECLs.
14948
14949 Sun Oct 31 20:42:17 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14950
14951         * hard-reg-set.h (reg_names): Constify a char*.
14952
14953         * regclass.c  (reg_names): Likewise.
14954
14955         * regs.h (reg_names): Likewise
14956
14957         * a29k/a29k.c (reg_names): Delete declaration.
14958
14959         * a29k/a29k.h (CONDITIONAL_REGISTER_USAGE): Constify a char*.
14960
14961         * arc/arc.c (arc_save_restore, arc_output_function_prologue,
14962         arc_output_function_epilogue): Likewise.
14963
14964         * elxsi/elxsi.c (reg_names): Likewise.
14965
14966         * gmicro/gmicro.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Likewise.
14967
14968         * m32r/m32r.c (m32r_output_function_epilogue, emit_cond_move):
14969         Likewise.
14970
14971         * m88k/m88k.c (output_function_profiler): Likewise.
14972
14973         * sparc/sparc.c (sparc_flat_output_function_prologue,
14974         sparc_flat_output_function_epilogue): Likewise.
14975
14976 Sun Oct 31 13:32:15 CET 1999  Marc Lehmann <pcg@goof.com>
14977
14978         * toplev.c (rest_of_compilation): Seperate the setjmp/vfork clobber
14979         warning from -Wuninitialized and put it under -W.
14980         * function.c (uninitialized_vars_warning): Warn only when the
14981         corresponding flag is set.
14982
14983 Sun Oct 31 01:53:30 1999  Jeffrey A Law  (law@cygnus.com)
14984
14985         * cse.c (cse_insn): If an insn has only a single set, SRC_EQV
14986         is nonzero and the single set does not have an elt, then assign
14987         it an elt.
14988
14989         * simplify-rtx.c: New file.
14990         * Makefile.in (OBJS): Add simplify-rtx.o
14991         (simplify-rtx.o): Add dependencies.
14992         * rtl.h (simplify_gen_binary, simplify_rtx): Add prototypes.
14993         * cse.c: Use simplify_gen_binary intead of cse_gen_binary.
14994         (cse_gen_binary, simplify_unary_operation): Delete.
14995         (simplify_binary_operation, simplify_plus_minus): Likewise.
14996         (check_fold_consts, simplify_relation_operation): Likewise.
14997         (simplify_ternary_operation): Likewise.
14998         (delete_trivially_dead_insns): Simplify the contents of the
14999         REG_EQUAL note before trying to substitute it into the source
15000         of the reg-reg copy at the end of a libcall sequence.
15001
15002         * combine.c (combine_simplify_rtx): Renamed from simplify_rtx.  All
15003         references/callers changed.
15004
15005         * mn10200.c (mn10200_va_arg): Force the return value into a
15006         register.
15007
15008         * fr30.h (EXTRA_CC_NAMES): Remove obsolete macro.
15009
15010         * cccp.c (macroexpand): Avoid out of range accesses for omitted
15011         arguments.
15012
15013 Sat Oct 30 22:42:50 1999  Stephen L Moshier <moshier@mediaone.net>
15014
15015         * c-lex.c (yylex): Accept 'f' in mantissa of hex float constant.
15016
15017 Sat Oct 30 22:19:26 1999  Jeffrey A Law  (law@cygnus.com)
15018
15019         * fold-const.c (fold): Fix thinko when optimizing comparisons
15020         against -0.0.
15021
15022 Sat Oct 30 21:32:17 1999  David Starner  <dstarner98@aasaa.ofe.org>
15023
15024         * gcc.texi (Passes): Update front-end files to their current
15025         location.
15026
15027 Sat Oct 30 14:41:40 1999  Richard Henderson  <rth@cygnus.com>
15028
15029         * alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Call secondary_reload_class.
15030         (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
15031         (PREDICATE_CODES): Add addition_operation.
15032         * alpha-protos.h (addition_operation): Declare.
15033         (secondary_reload_class): Likewise.
15034         * alpha.c (addition_operation): New.
15035         (secondary_reload_class): New, from old SECONDARY_INPUT_RELOAD_CLASS.
15036         * alpha.md (adddi3): Turn into expander.
15037         (*lda, *adddi_2): New.
15038         (movsf, movdf patterns): Don't preference integer regs.
15039         (movsi, movdi patterns): Don't preference fp regs.
15040
15041 Sat Oct 30 14:38:22 1999  Richard Henderson  <rth@cygnus.com>
15042
15043         * genrecog.c (write_switch): Check for duplicate CODE cases.
15044
15045 Sat Oct 30 14:31:48 1999  Richard Henderson  <rth@cygnus.com>
15046
15047         * ggc-common.c: Update pre-function commentary.
15048         * ggc-page.c: Likewise.
15049         (poison): Remove.
15050         (poison_pages): Use memset directly.
15051         (ggc_alloc_obj): Likewise.  Use a different pattern than poison_pages.
15052         (ggc_collect): Poison before sweeping.
15053         * ggc-simple.c: Update pre-function commentary.
15054         (ggc_alloc_obj): Poison non-zeroed memory.
15055
15056 Sat Oct 30 14:28:52 1999  Mark Mitchell  <mark@codesourcery.com>
15057
15058         * ggc-common.c (ggc_print_statistics): Make arguments to fprintf
15059         match format string, even on 64-bit hosts.
15060         * gcc-page.c (ggc_page_print_statistics): Likewise.
15061
15062 Sat Oct 30 14:38:04 1999  Catherine Moore  <clm@cygnus.com>
15063
15064         * config/i386/i386.c (ix86_cpu): Revert last patch.
15065         * config/i386/i386.h (ix86_cpu): Ditto.
15066
15067 Fri Oct 29 17:00:42 1999  Jim Wilson  <wilson@cygnus.com>
15068
15069         * stor-layout.c (layout_type): When compute TYPE_SIZE_UNIT from
15070         TYPE_SIZE, convert type of result to sizetype.
15071
15072 Fri Oct 29 14:34:17 1999  Richard Henderson  <rth@cygnus.com>
15073
15074         * flow.c (count_or_remove_death_notes): Equate NULL with the
15075         universal set.
15076
15077         * jump.c, reg-stack.c, toplev.c: Revert Oct 27 change.
15078         * toplev.c (rest_of_compilation): Rebuild CFG immediately before
15079         dbr_schedule.
15080
15081         * i386.c (pic_label_no): Delete.
15082         (ix86_attr_length_default): Don't use single_set to peek
15083         inside a parallel.
15084
15085         * recog.c (peephole2_optimize): Allow recog_next_insn to index
15086         the first insn after bb->end.
15087         * i386.md (push mem peeps): Scratch is live after evaluation
15088         of the memory.
15089         (cmp mem peep): Similarly.
15090
15091 Fri Oct 29 11:50:11 1999  Catherine Moore  <clm@cygnus.com>
15092
15093         * calls.c (emit_library_call_value): Fix declaration of alignment_pad.
15094         * function.c (pad_to_arg_alignment): Add missing braces.
15095
15096 Fri Oct 29 13:53:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15097
15098         * alpha/alpha-protos.h (literal_section): Add prototype.
15099         (alpha_need_linkage, alpha_start_function,alpha_end_function):
15100         Constify a char*.
15101
15102         * alpha/alpha.c (alpha_ra_ever_killed, set_frame_related_p): Add
15103         prototype.
15104         (alpha_start_function, alpha_end_function, float_strings,
15105         alpha_need_linkage): Constify a char*
15106
15107         * alpha/alpha.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_MI_THUNK): Likewise.
15108
15109         * alpha/alpha32.h (ASM_OUTPUT_MI_THUNK): Likewise.
15110
15111         * alpha/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
15112
15113         * alpha/vms.h (ASM_OUTPUT_SECTION_NAME): Likewise.
15114
15115 Fri Oct 29 13:49:39 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15116
15117         * flow.c (debug_flow_info): Add prototype.
15118
15119         * gcc.c (main): Likewise.
15120
15121         * gcse.c (expr_reaches_here_p_work, pre_expr_reaches_here_p_work):
15122         Likewise.
15123
15124         * reload1.c (failed_reload, set_reload_reg): Likewise.
15125
15126         * mips-tfile.c (main): Likewise.
15127         (pfatal_with_name, fancy_abort, botch, fatal, catch_signal): Mark
15128         with ATTRIBUTE_NORETURN.
15129
15130 Fri Oct 29 18:16:03 1999  Andrew Haley  <aph@cygnus.com>
15131
15132         * config/i386/i386.h (ENCODE_SECTION_INFO): Don't do anything if
15133         DECL is not a memory ref.
15134
15135 Fri Oct 29 09:05:34 1999  Catherine Moore  <clm@cygnus.com>
15136
15137         * config/i386/i386.h (ix86_cpu): Remove extern attribute.
15138         * config/i386/i386.c (ix86_cpu): Add extern attribute.
15139
15140 Fri Oct 29 16:30:04 1999  Andrew Haley  <aph@cygnus.com>
15141
15142         * config/mips/elf.h: remove NAME__MAIN and SYMBOL__MAIN.
15143         * config/mips/elf64.h: ditto.
15144
15145 Fri Oct 29 08:03:57 1999  Catherine Moore  <clm@cygnus.com>
15146
15147         * expr.c (emit_push_insn): New argument alignment_pad.
15148         Update all callers.  Adjust stack pointer based on alignment pad.
15149         * function.c (pad_to_arg_alignment):  New argument alignment_pad.
15150         Update all callers.  Track alignment_pad if boundary > PARM_BOUNDARY.
15151         (locate_and_pad_parm): New argument alignment_pad.  Update all
15152         callers.
15153         * expr.h (emit_push_insn): Update prototype.
15154         (locate_and_pad_parm): Update prototype.
15155         * calls.c (arg_data):  Add new field alignment_pad.
15156         (initialize_argument_information): Initialize alignment_pad.
15157
15158 Fri Oct 29 02:51:35 1999  Mark Mitchell  <mark@codesourcery.com>
15159
15160         * except.c (free_eh_nesting_info): Free the info itself.
15161         * function.c (free_after_compilation): Don't free NULL.
15162         * gcse.c (alloc_pre_mem): Free the temp_bitmap, too.
15163         (pre_edge_insert): Free inserted.
15164         * stmt.c (free_stmt_status): Don't free NULL.
15165
15166 Fri Oct 29 15:25:07 1999  Arnaud Charlet  <charlet@ACT-Europe.FR>
15167
15168         * gcov.c (DIR_SEPARATOR): Provide default.
15169         (output_data): Add test for MS-DOS format absolute filename.
15170         (fancy_abort): Correct program name.
15171         (open_files): Open all files in binary mode.
15172         * libgcc2.c (__bb_exit_func): Likewise.
15173
15174         * profile.c (init_branch_prob): Specify binary when opening files.
15175
15176         * flags.h (flag_unwind_tables): New decl.
15177         * toplev.c (flag_unwind_table): New definition.
15178         (f_options): Add -funwind-tables.
15179         (decode_g_option): Clarify warning when unknown -g option is given.
15180         (rest_of_compilation): If inside an inlined external function,
15181         pretend we are just being declared.
15182
15183         * dwarf2out.c (dwarf2out_do_frame): Check -funwind_tables.
15184         (dwarf2out_frame_finish): Likewise.
15185
15186 Fri Oct 29 07:44:26 1999  Vasco Pedro  <vp@di.fct.unl.pt>
15187
15188         * fold-const.c (merge_ranges): If not in0, but in1, handle
15189         upper bounds equal like subset case.
15190
15191 Thu Oct 28 19:22:24 1999  Douglas Rupp <rupp@gnat.com>
15192
15193         * dbxout.c (dbxout_parms): Generate a second stabs line for parameters
15194         passed in a register but moved to the stack.
15195
15196 Thu Oct 28 19:12:57 1999  Sam Tardieu  <tardieu@act-europe.fr>
15197
15198         * gcc.c (pass_exit_codes, greatest_status): New variables.
15199         (struct option_map): Add entry for "--pass-exit-codes".
15200         (execute): Update greatest_status if error.
15201         (display_help): Add documentation for -pass-exit-codes.
15202         (process_command): Handle -pass-exit-codes.
15203         (main): Look at pass_exit_codes and greatest_status on call to exit.
15204
15205 Thu Oct 28 18:06:50 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15206
15207         * reload.c (find_reloads): Refine test for no input reload
15208         case to not includes reloads emitted after insn.
15209
15210         * function.c (find_temp_slots_from_address): Handle sum involving
15211         a register that points to a temp slot.
15212         (update_temp_slot_address): Make recursive call if both old and
15213         new are PLUS with a common operand.
15214         * calls.c (expand_call): Mark temp slot for result as having
15215         address taken.
15216
15217         * rtlanal.c (reg_referenced_p, case IF_THEN_ELSE): New case.
15218
15219         * gcc.c (process_command): Add standard_exec_prefix with "GCC"
15220         component as well as "BINUTILS".
15221
15222         * integrate.h (copy_rtx_and_substitute): New arg, FOR_LHS.
15223         * integrate.c (copy_rtx_and_substitute): Likewise.
15224         (expand_inline_function, integrate_parm_decls, integrate_decl_tree):
15225         All callers changed.
15226         * unroll.c (inital_reg_note_copy, copy_loop_body): Likewise.
15227
15228         * dbxout.c (dbxout_type, case INTEGER_TYPE_NODE): If can use
15229         gdb extensions, write size of type; also be more consistent
15230         in using references when this is a subtype.
15231
15232         * pa.md (extv, extzv, insv): Use define_expand to reject constant
15233         that is out of range.
15234
15235         * loop.c (unknown_constant_address_altered): New variable.
15236         (prescan_loop): Initialize it.
15237         (note_addr_stored): Set it for RTX_UNCHANGING_P MEM.
15238         (invariant_p, case MEM): Remove handling for volatile and readonly;
15239         check new variable if readonly.
15240         (check_dbra_loop): Chdeck unknown_constant_address_altered.
15241
15242         * cse.c (canon_hash, case MEM): Do not record if BLKmode.
15243         (addr_affects_sp_p): Removed from note_mem_written and only
15244         define #ifdef AUTO_INC_DEC.
15245
15246         * alpha.c (input_operand, case ADDRESSOF): Treat as REG.
15247
15248         * regclass.c (record_reg_classes): Properly handle register move
15249         directions.
15250
15251         * varasm.c (initializer_constant_valid_p, case MINUS_EXPR):
15252         Don't think valid if both operands are invalid.
15253         (struct constant_descriptor): New field RTL.
15254         (mark_const_hash_entry): Mark it.
15255         (record_constant{,_rtx}): Initialize it.
15256         (output_constant_def): Allocate RTL in permanent obstack and
15257         save in table.
15258         ({record,compare}_constant_1): Modes must match for
15259         CONSTRUCTOR of ARRAY_TYPE.
15260
15261         * c-common.h (initializer_constant_valid_p): Delete decl from here.
15262         * output.h (initializer_constant_valid_p): Move decl to here.
15263         * c-common.c (initializer_constant_valid_p): Delete function from here.
15264         * varasm.c (initializer_constant_valid_p): Move function to here.
15265
15266         * tree.h (STRIP_SIGN_NOPS): New macro.
15267         * fold-const.c (optimize_minmax_comparison): New function.
15268         (invert_truthvalue, case WITH_RECORD_EXPR): New case.
15269         (fold): Use STRIP_SIGN_NOPS instead of STRIP_TYPE_NOPS.
15270         (fold, case EQ_EXPR): Call optimize_minmax_comparison and add
15271         cases with ABS_EXPR, NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR, and
15272         widening conversions.
15273         (fold, case LE_EXPR): Rework changing unsigned to signed comparisons
15274         to look at size of mode, not precision of type; also add missing cases.
15275         (optimize_bit_field_compare, decode_field_reference): Don't try to
15276         optimize COMPONENT_REF of a PLACEHOLDER_EXPR.
15277
15278         * dwarf2out.c (ctype.h): Include.
15279         (dwarf2out_set_demangle_name_func): New function.
15280         (size_of_line_info): Deleted.
15281         (output_line_info): Compute size of line info table from difference
15282         of labels.
15283         (base_type_die, add_name_attribute): Call demangle function, if any.
15284         (field_byte_offset): Use bits per word for variable length fields.
15285         (gen_array_type_die): Add array name.
15286         (gen_subprogram_die): Ignore DECL_INLINE if -fno-inline.
15287         (dwarf2out_add_library_unit_info): New function.
15288
15289         * explow.c (set_stack_check_libfunc): New function.
15290         (stack_check_libfunc): New static variable.
15291         (probe_stack_range): Allow front-end to set up a libfunc to call.
15292
15293         * combine.c (simplify_comparison): When making comparison in wider
15294         mode, check for having commuted an AND and a SUBREG.
15295         (contains_muldiv): New function.
15296         (try_combine): Call it when dividing a PARALLEL.
15297         (simplify_rtx, case TRUNCATE): Don't remove for umulsi3_highpart.
15298         (simplify_comparison, case ASHIFTRT): Recognize sign-extension of
15299         a PLUS.
15300         (record_value_for_reg): If TEM is a binary operation with two CLOBBERs,
15301         use one of the CLOBBERs instead.
15302         (if_then_else_cond): If comparing against zero, just return thing
15303         being compared.
15304
15305         * optabs.c (expand_abs): If machine has MAX, ABS (x) is MAX (x, -x).
15306         Don't generate shifts and subtract if have conditional arithmetic.
15307
15308         * rtl.h (delete_barrier): New declaration.
15309         * jump.c (jump_optimize): Set up to handle conditional call.
15310         In conditional arithmetic case, handle CALL_INSN followed by a BARRIER.
15311         (delete_barrier): New function.
15312
15313         * rtl.c (read_rtx): Call fatal if bad RTL code; check for bad mode.
15314
15315         * recog.c (nonmemory_operand): Accept ADDRESSOF.
15316
15317         * tree.c (build_type_attribute_variant): Push to obstack of
15318         ttype around type_hash_canon call.
15319
15320         * expr.c (placeholder_list): Move decl to file scope.
15321         (expand_expr): Don't force access to volatile just because its
15322         address is taken.
15323         If ignoring reference operations, just expand the operands.
15324         (expand_expr, case COMPONENT_REF): Propagate
15325         EXPAND_CONST_ADDRESS to recursive call when expanding inner.
15326         Refine test for using bitfield operations vs pointer punning.
15327         (expand_expr, case CONVERT_EXPR): If converting to
15328         BLKmode UNION_TYPE from BLKmode, just return inner object.
15329         Use proper mode in store_field call.
15330         Properly set sizes of object to store and total size in store_field
15331         call for convert to union.
15332         (expand_expr, case ARRAY_REF): If OP0 is in a register, put it in
15333         memory (like for ADDR_EXPR).  Also, don't put constant in register if
15334         we'll want it in memory.
15335         (readonly_fields_p): New function.
15336         (expand_expr, case INDIRECT_REF): Call it if LHS.
15337         (expand_assignment): Handle a RESULT_DECL where
15338         DECL_RTL is a PARALLEL.
15339         (do_jump, case WITH_RECORD_EXPR): New case.
15340         (get_inner_reference): Always go inside a CONVERT_EXPR
15341         and NOP_EXPR if both modes are the same.
15342         (store_field): Use bitfield operations if size of bitsize is not same
15343         as size of RHS's type.
15344         Check for bitpos not a multiple of alignment in BLKmode case.
15345         Do block move in largest possible alignment.
15346         (store_constructor): Set BITSIZE to -1 for variable size and properly
15347         in case of array of BLKmode.
15348         (expand_expr_unaligned): New function.
15349         (do_compare_and_jump): Call it.
15350
15351         * mips/iris5.h (SWITCHES_NEED_SPACES): New macro.
15352         * collect2.c (main): Only allow -ofoo if SWITCHES_NEED_SPACES
15353         does not include 'o'.
15354
15355         * function.c (instantiate_virtual_regs_1, case SET): Handle case where
15356         both SET_DEST and SET_SRC reference a virtual register.
15357         (gen_mem_addressof): Copy RTX_UNCHANGING_P from new REG to old REG.
15358
15359         * integrate.c (expand_inline_function): Handle case of setting
15360         virtual stack vars register (from built in setjmp); when parameter
15361         lives in memory, expand virtual_{stack_vars,incoming_args}_rtx early.
15362         (subst_constant): Add new parm, MEMONLY.
15363         (expand_inline_function, integrate_parm_decls): Pass new parm.
15364         (integrate_decl_tree): Likewise.
15365         (copy_rtx_and_substitute, case MEM): Do copy RTX_UNCHANGING_P.
15366         (try_constants): Call subst_constants twice, with MEMONLY 0 and 1.
15367         (copy_rtx_and_substitute, case SET): Add explicit calls to
15368         copy_rtx_and_substitute for both sides.
15369
15370         * stmt.c (expand_asm_operands): Don't use TREE_STRING_LENGTH for
15371         constraints.
15372         (pushcase{,_range}): Convert to NOMINAL_TYPE after checking for
15373         within INDEX_TYPE, instead of before.
15374         (fixup_gotos): Use f->target_rtl, not the next insn,
15375         since latter may be from a later fixup.
15376         (expand_value_return): Correctly convert VAL when promoting function
15377         return; support RETURN_REG being a PARALLEL.
15378         (expand_return): When checking for result in regs and having
15379         cleanup, consider PARALLEL in DECL_RTL as being in regs.
15380
15381 1999-10-28 21:27 -0700  Zack Weinberg  <zack@bitmover.com>
15382
15383         * cpplib.h (struct cpp_buffer: fname, nominal_fname,
15384         last_nominal_fname): Mark const.
15385         (struct include_hash: name, nshort, control_macro): Mark
15386         const.
15387         (struct macrodef: symnam): Mark const.
15388         (struct if_stack: fname): Mark const.
15389         (is_idchar, is_idstart, is_hor_space, trigraph_table): Delete.
15390         (IStable): New character-syntax array which encompasses all
15391         the old is_foo arrays.
15392         (is_idchar, is_numchar, is_idstart, is_numstart, is_hspace,
15393         is_space): New macros for interrogating IStable.
15394         (check_macro_name): Kill last argument.  All callers changed.
15395
15396         * cppinit.c (initialize_char_syntax): Delete.
15397         (is_idchar, is_idstart, is_hor_space, is_space,
15398         trigraph_table): Delete.
15399         (IStable): New.  Initialize with clever macros to avoid
15400         information duplication.
15401         (builtin_array): Table of builtins to get rid of explicit list
15402         in initialize_builtins.
15403         (initialize_builtins): Use builtins_array.
15404         (cpp_start_read): Call init_IStable, and set IStable['$'] if
15405         opts->dollars_in_ident.
15406
15407         * cppexp.c: Change all refs to is_xyz[] arrays to use new
15408         is_xyz() macros.
15409         (cpp_parse_expr): Avoid 'format string is not constant'
15410         warning. Use ISGRAPH to identify printable chars.
15411         * cppfiles.c: Change all refs to is_xyz[] arrays to use new
15412         is_xyz() macros.
15413         (read_and_prescan): Map trigraphs to chars with open-coded
15414         if-else-if-... sequence, not a lookup table.
15415         * cpphash.c: Change all refs to is_xyz[] arrays to use new
15416         is_xyz() macros.
15417         * cpplib.c: Change all refs to is_xyz[] arrays to use new
15418         is_xyz() macros.  Kill SKIP_ALL_WHITE_SPACE (unused).
15419         (check_macro_name): Remove ability to report an invalid
15420         assertion name, which is never used.
15421         (do_line): Constify a couple of char *'s.
15422         * cppmain.c (main): Call cpp_cleanup before returning.
15423
15424 Thu Oct 28 21:16:35 1999  Mark Mitchell  <mark@codesourcery.com>
15425
15426         * ggc.h (struct ggc_statistics): New type.
15427         (ggc_get_size): New function.
15428         (ggc_print_statistics): Likewise.
15429         * ggc-common.c (ggc_stats): New variable.
15430         (ggc_mark_rtx_children): Keep statistics.
15431         (ggc_mark_tree_children): Likewise.
15432         (ggc_print_statistics): New function.
15433         * ggc-page.c (struct globals): Add bytes_mapped field.
15434         (alloc_anon): Update it.
15435         (release_pages): Likewise.
15436         (ggc_get_size): New function.
15437         (ggc_page_print_statistics): New function.
15438         * ggc-simple.c (ggc_get_size): New function.
15439
15440 Fri Oct 29 06:32:44 1999  Geoffrey Keating  <geoffk@cygnus.com>
15441
15442         * flow.c (propagate_block): When the last reference to a label
15443         before an ADDR_VEC is deleted because the reference is a dead
15444         store, delete the ADDR_VEC.
15445
15446 Thu Oct 28 12:28:50 1999  Richard Henderson  <rth@cygnus.com>
15447
15448         * resource.c (find_free_register): Don't use the frame pointer
15449         if frame_pointer_needed.
15450
15451 Thu Oct 28 10:02:00 1999  Jim Wilson  <wilson@cygnus.com>
15452
15453         * config/mips/mips.c (mips_va_arg): Delete gen_jump as emit_jump arg.
15454         (function_arg_pass_by_reference): Check for a NULL pointer in cum.
15455
15456         * config/i960/i960.c (i960_va_start): New locals base, num.
15457         Use INDIRECT_REF instead of ARRAY_REF on valist.
15458         (i960_va_arg): Use INDIRECT_REF instead of ARRAY_REF on valist.
15459
15460 Thu Oct 28 09:45:48 1999  Mark Mitchell  <mark@codesourcery.com>
15461
15462         * gcse.c (delete_null_pointer_checks): Fix typo in previous change.
15463
15464 Thu Oct 28 03:37:50 1999  Peter Gerwinski <peter@gerwinski.de>
15465
15466         * tree.def (PLACEHOLDER_EXPR): Update comments.
15467
15468 Thu Oct 28 06:47:32 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15469
15470         * c-common.c (check_format_info): Avoid non-literal format string
15471         warnings when `first_arg_num' is zero.
15472
15473 Thu Oct 28 12:28:48 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15474
15475         * rtl.texi: Delete explicit Prev, Up and Next entries in "@node"s.
15476
15477 Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
15478
15479         * arm.md (casesi_insn): Add a clobber of the condition code
15480         register.
15481
15482 Mon Oct 18 21:16:06 1999  Fred Fish  <fnf@be.com>
15483
15484         * tm.texi (CC1PLUS_SPEC): Make it clear in the docs that CC1_SPEC is
15485         used by both cc1 and cc1plus.
15486
15487 Thu Oct 28 10:00:48 1999  Nick Clifton  <nickc@cygnus.com>
15488
15489         * config/arm/arm.c: Initialise arm_structure_size_boundary to
15490         DEFAULT_STRUCTURE_SIZE_BOUNDARY.
15491         * config/arm/arm.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY): Define
15492         to the value 32 if it has not already been defined.
15493         * config/arm/netbsd.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY):
15494         Override definition in arm.h with a value of 8.
15495
15496 Thu Oct 28 03:12:02 1999  David Starner  <dstarner98@aasaa.ofe.org>
15497
15498         * c-pragma.c (push_alignment): Don't check the return value
15499         of xmalloc.
15500
15501 Thu Oct 28 03:08:38 1999  Matteo Frigo <athena@fftw.org>
15502
15503         * sparc.h (ADJUST_COST): Fix thinko.
15504
15505 Thu Oct 28 02:44:03 1999  Glen Nakamura  <glen.nakamura@usa.net>
15506
15507         * cccp.c (rescan): Fixed obp pointer handling around call to
15508         check_expand subroutine.
15509
15510 Thu Oct 28 02:15:22 1999  Jeffrey A Law  (law@cygnus.com)
15511
15512         * gcse.c (delete_null_pointer_checks): Only record non-null info
15513         for pseudos when examining stores.
15514
15515         * arm.md (adddi3, adddi_sesidi_di, adddi_sesidi_di): Add
15516         splitters for these patterns.  Use "#" for output templates.
15517         (addsi3_carryin_shift): New pattern.
15518
15519 Thu Oct 28 10:20:02 1999  Geoffrey Keating  <geoffk@cygnus.com>
15520
15521         * config/rs6000/rs6000.md (movsf): Don't convert a SUBREG
15522         of the function return register into a plain REG until
15523         after function inlining is done.
15524
15525 Wed Oct 27 15:21:46 1999  Richard Henderson  <rth@cygnus.com>
15526
15527         * jump.c (jump_optimize_1): If we did cross-jumping, and
15528         the data will matter, rebuild the CFG.
15529         * reg-stack.c (reg_to_stack): Only (re)build the CFG if
15530         not optimizing.  Don't run shorten_branches.
15531         * toplev.c (rest_of_compilation): Run shorten_branches after
15532         reg_to_stack.
15533
15534 Wed Oct 27 12:33:40 1999  Mark Mitchell  <mark@codesourcery.com>
15535
15536         * rtl.h (note_stores): Add additional paramter.
15537         * rtlanal.c (reg_set_p_1): Take additional paramter.
15538         (reg_set_last_1): Likewise.
15539         (reg_set_p): Adjust call to note_stores.
15540         (reg_set_last): Likewise.
15541         (note_stores): Pass data parameter to worker function.
15542         * alias.c (record_set): Take additional parameter.
15543         (init_alias_analysis): Pass it.
15544         * caller-save.c (mark_set_regs): Take additional parameter.
15545         (save_call_clobbered_regs): Pass NULL to note_stores.
15546         * combine.c (set_nonzero_bits_and_sign_copies): Take additional
15547         parameter.
15548         (record_dead_and_set_regs_1): Likewise.
15549         (reg_dead_at_p_1): Likewise.
15550         (combine_instructions): Adjust calls to note_stores.
15551         (try_combine): Likewise.
15552         (record_dead_insn): Remove.
15553         (record_dead_and_set_regs): Adjust calls to note_stores.
15554         (reg_dead_at_p): Likewise.
15555         * cse.c (invalidate_skipped_set): Take additional parameter.
15556         (cse_check_loop_start): Likewise.
15557         (cse_check_loop_start_value): Remove.
15558         (cse_set_around_loop): Adjust calls to note_stores.
15559         * flow.c (notice_stack_pointer_modification): Take additional
15560         parameter.  Remove duplicate declaration.
15561         (record_volatile_insns): Adjust calls to note_stores.
15562         * gcse.c (record_set_info): Take additional parameter.
15563         (record_last_set_info): Likewise.
15564         (invalidate_nonnull_info): Likewise.
15565         (record_set_insn): Remove.
15566         (compute_sets): Adjust calls to note_stores.
15567         (last_set_insn): Remove.
15568         (compute_hash_table): Adjust calls to note_stores.
15569         (insert_insn_end_bb): Likewise.
15570         (delete_null_pointer_checks): Likewise.
15571         * global.c (mark_reg_store): Take additional parameter.
15572         (mark_reg_clobber): Likewise.
15573         (reg_becomes_live): Likewise.
15574         (global_conflicts): Adjust calls to note_stores.
15575         (build_insn_chain): Likewise.
15576         * integrate.c (note_modified_parmregs): Take additional parameter.
15577         (mark_stores): Likewise.  Make it static.
15578         (save_for_inline_nocopy): Adjust calls to note_stores.
15579         (try_constants): Likewise.
15580         * integrate.h (mark_stores): Remove declaration.
15581         * jump.c (mark_modified_reg): Take additional parameter.
15582         (thread_jumps): Adjust calls to note_stores.
15583         * local-alloc.c (validate_equiv_mem_from_store): Take additional
15584         parameter.
15585         (no_equiv): Likewise.
15586         (reg_is_set): Likewise.
15587         (validate_equiv_mem): Adjust calls to note_stores.
15588         (update_equiv_regs): Likewise.
15589         (block_alloc): Likewise.
15590         * loop.c (note_set_pseudo_multiple_uses_retval): Remove.
15591         (note_addr_stored): Take additional parameter.
15592         (note_set_pseudo_multiple_uses): Likewise.
15593         (record_initial): Likewise.
15594         (prescan_loop): Adjust calls to note_stores.
15595         (strength_reduce): Likewise.
15596         (check_dbra_loop): Likewise.
15597         * regmove.c (flags_set_1): Take additional paramter.
15598         (mark_flags_life_zones): Adjust calls to note_stores.
15599         * reload1.c (mark_not_eliminable): Take additional parameter.
15600         (forget_old_reloads_1): Likewise.
15601         (reload_cse_invalidate_rtx): Likewise.
15602         (reload_cse_check_clobber): Likewise.
15603         (reload_combine_note_store): Likewise.
15604         (move2add_note_store): Likewise.
15605         (reload): Adjust calls to note_stores.
15606         (reload_as_needed): Likewise.
15607         (emit_reload_insns): Likewise.
15608         (reload_cse_regs_1): Likewise.
15609         (reload_cse_record_set): Adjust calls to reload_cse_invalidate_rtx.
15610         (reload_combine): Adjust calls to note_stores.
15611         * resource.c (update_live_status): Take additional paramter.
15612         (mark_target_live_regs): Adjust calls to note_stores.
15613         * stupid.c (find_clobbered_regs): Take additional parameter.
15614         (stupid_life_analysis): Adjust calls to note_stores.
15615
15616 Wed Oct 27 19:26:12 1999  Nick Clifton  <nickc@cygnus.com>
15617
15618         * config/arm/coff.h (STRUCTURE_SIZE_BOUNDARY): Delete
15619         definition.
15620
15621         * config/arm/elf.h (STRUCTURE_SIZE_BOUNDARY): Delete
15622         definition.
15623
15624         * config/arm/arm.h (STRUCTURE_SIZE_BOUNDARY): Define in terms
15625         of the variable arm_structure_size_boundary.
15626
15627 Wed Oct 27 02:05:58 1999  Mark P. Mitchell  <mark@codesourcery.com>
15628
15629         * alias.c (init_alias_analysis): Allocate reg_known_value and
15630         reg_known_equiv_p on the heap.  Likewise for new_reg_base_value
15631         and reg_seen.
15632         (end_alias_analysis): Free reg_known_value and reg_known_equiv_p.
15633         * cse.c (cse_main): Call end_alias_analysis.
15634         * haifa-sched.c (schedule_insns): Likewise.
15635         * local-alloc. (update_equiv_regs): Likewise.
15636         * reload1.c (reload_cse_regs): Likewise.
15637
15638 Wed Oct 27 01:49:17 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15639
15640         * sparc/sparc.c (sparc_override_options): Clear MASK_FPU_SET.
15641         * sparc/sparc.h (TARGET_SWITCHES): Add "fpu" entry for reverse
15642         mapping from MASK_FPU.
15643
15644 Wed Oct 27 01:42:26 1999  Scott Christley  <scottc@net-community.com>
15645
15646         * sparc.md (call): Don't bound structure return size to 0xfff.
15647
15648 Wed Oct 27 00:56:59 1999  Richard Henderson  <rth@cygnus.com>
15649
15650         * resource.c (mark_target_live_regs): Check that the target
15651         insn wasn't created after compute_bb_for_insn.
15652
15653 Tue Oct 26 23:15:03 1999  Mark Mitchell  <mark@codesourcery.com>
15654
15655         * ggc-page.c (poison_pages): Don't be overzealous.
15656
15657 Tue Oct 26 23:29:18 1999  Jeffrey A Law  (law@cygnus.com)
15658
15659         * alias.c: Update comments for ADDRESS.
15660         (nonlocal_reference_p): Look inside the ADDRESS to determine if
15661         it is a local memory reference.
15662
15663         * c-typeck.c (build_function_call): Check that the built-in
15664         function is of class BUILT_IN_NORMAL before trying to recongize
15665         it as BUILT_IN_ABS.
15666         * calls.c (calls_function_1): Similarly for BUILT_IN_ALLOCA.
15667         * stmt.c (expand_end_cae): Similarly for BUILT_IN_CLASSIFY_TYPE.
15668
15669 Wed Oct 27 00:14:13 1999  Robert Lipe  <robertlipe@usa.net>
15670
15671         * gcse.c (expr_reaches_here_p): Use xcalloc and explit free instead
15672         of alloca.
15673         (pre_gcse): Likewise.
15674         (hoist_expr_reaches_here_p): Likewise.
15675         (hoist_code): Likewise.
15676         (pre_expr_reaches_here_p): Replace alloca with xcalloc.  Move core
15677         code to ...
15678         (pre_expr_reaches_here_p_work): ... here.
15679         (expr_reaches_here_p): Replace alloca with xcalloc.  Move core
15680         code to ...
15681         (expr_reaches_here_p_work): ... here.
15682
15683 Tue Oct 26 20:42:45 1999  Richard Henderson  <rth@cygnus.com>
15684
15685         * resource.c (find_basic_block): Delete.
15686         (mark_target_live_regs, incr_ticks_for_insn): Use BLOCK_NUM instead.
15687         (init_resource_info): Call compute_bb_for_insn.
15688
15689 Tue Oct 26 20:21:02 1999  Richard Henderson  <rth@cygnus.com>
15690
15691         * flow.c (merge_blocks_move_predecessor_nojumps): Cope
15692         with already adjacent blocks, but no fallthru.
15693         (merge_blocks_move_successor_nojumps): Simplify.
15694         (debug_flow_info): New.
15695
15696         * toplev.c (rest_of_compilation): Open jump1 dump file before
15697         jump and close after, as opposed to just using dump_rtl.
15698
15699 Wed Oct 27 03:09:23 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
15700
15701         * reload.h (earlyclobber_operand_p): Declare.
15702         * reload.c (earlyclobber_operand_p): Don't declare.  No longer static.
15703         * reload1.c (reload_reg_free_for_value_p):  RELOAD_OTHER reloads with
15704         an earlyclobbered output conflict with RELOAD_INPUT reloads - handle
15705         case where the RELOAD_OTHER reload is new.  Use earlyclobber_operand_p.
15706
15707 Tue Oct 26 18:23:38 1999  Jan Hubicka  <hubicka@freesoft.cz>
15708                           Richard Henderson  <rth@cygnus.com>
15709
15710         * emit-rtl.c (emit_block_insn_before): New.
15711         (emit_block_insn_after): New.
15712         * basic-block.h: Declare them.
15713
15714         * bitmap.h: Protect from multiple inclusion.
15715
15716         * recog.c (scratch_operand): Handle VOIDmode correctly.
15717
15718         * rtl.h (JUMP_CROSS_JUMP_DEATH_MATTERS): New.
15719
15720         * builtins.c (expand_builtin_apply_args_1): Remove STACK_REGS hack.
15721         * function.c (assign_parms): Likewise.
15722         * global.c (global_conflicts): Clarify STACK_REGS commentary.
15723
15724         * reg-stack.c (max_uid): Remove.
15725         (blocks, block_begin, block_end, block_drops_in): Remove.
15726         (block_stack_in, block_out_reg_set, block_number): Remove.
15727         (struct block_info_def, BLOCK_INFO): New.
15728         (enum emit_where): New.
15729         (current_block): New.
15730         (BLOCK_NUM): Remove.
15731         (mark_regs_pat, record_label_references): Remove.
15732         (record_reg_life_pat, record_reg_life, find_blocks): Remove.
15733         (nan): New.
15734         (goto_block_pat, print_blocks, dump_stack_info): Remove.
15735         (reg_to_stack): Simplified test for existance of fp code.  Use
15736         flow.c code.  Call shorten_branches after cross-jump opt.
15737         (check_asm_stack_operands): Renamed from record_asm_reg_life.
15738         Return false if the asm doesn't use stack regs.  Don't do life
15739         analysis on the asm.
15740         (emit_pop_insn): Replace function pointer arg `when' with
15741         enum `where'.  Update all callers.
15742         (change_stack): Likewise.  Update basic block end.
15743         (emit_swap_insn): Use current_block->head to limit reverse search
15744         for start of block.  Use emit_block_insn_after.
15745         (subst_stack_regs_pat): Handle USE and CLOBBER patterns.
15746         (subst_asm_stack_regs): Use check_asm_stack_operands.  Use direct
15747         structure assignment instead of bcopy.
15748         (print_stack): New.
15749         (convert_regs_entry, convert_regs_exit): New.
15750         (convert_regs_1, convert_regs_2): Split out from convert_regs.
15751         Work on basic blocks and the CFG.
15752         (convert_regs): Use them.
15753
15754         * i386.c (output_fix_trunc): Remove code for DImode input operand
15755         not at top-of-stack.
15756         * i386.c (fix_truncdfdi2, fix_truncsfdi2): Use scratch with
15757         appropriate mode.
15758         (fix_truncdi_1): Allow any mode scratch.
15759
15760 Tue Oct 26 13:30:35 1999  Richard Henderson  <rth@cygnus.com>
15761
15762         * alpha.h (TARGET_MEM_FUNCTIONS): Define here.
15763         * linux.h, netbsd.h, vms.h: Not here.
15764
15765 1999-10-26  Gavin Romig-Koch  <gavin@cygnus.com>
15766
15767         * config/mips/mips.h (ISA_HAS_64BIT_REGS,ISA_HAS_BRANCHLIKELY,
15768         ISA_HAS_FP4,ISA_HAS_CONDMOVE): New.
15769         (GENERATE_BRANCHLIKELY,HAVE_SQRT_P,
15770         CONDITIONAL_REGISTER_USEAGE): Use them.
15771         * config/mips/mips.c (mips_move_1word,mips_move_2words,
15772         gen_conditional_branch,override_options) : Use them.
15773         * config/mips/mips.md : Use them.
15774
15775 Tue Oct 26 13:09:23 1999  Richard Henderson  <rth@cygnus.com>
15776
15777         * i386.md (zero_extendqihi2): Use SImode register name with andl.
15778
15779 Tue Oct 26 12:35:38 1999  Richard Henderson  <rth@cygnus.com>
15780
15781         * integrate.c (function_cannot_inline_p): Don't allow inlining
15782         if setjmp is used.
15783
15784 Tue Oct 26 14:10:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15785
15786         * c-parse.in (cast_expr): Constify.
15787
15788         * cccp.c (special_symbol): Likewise.
15789
15790         * cse.c (hash_cse_reg_info, cse_reg_info_equal_p): Likewise.
15791
15792         * dwarf2out.c (base_type_die): Likewise.
15793
15794         * global.c (allocno_compare): Likewise.
15795
15796         * local-alloc.c (qty_compare_1, qty_sugg_compare_1): Likewise.
15797
15798         * regclass.c (fix_register): Likewise.
15799
15800         * rtl.h (fix_register): Likewise.
15801
15802         * stupid.c (stupid_reg_compare): Likewise.
15803
15804         * toplev.c (decode_f_option): Likewise.
15805
15806         * tree.c (build_complex_type): Likewise.
15807
15808 Tue Oct 26 18:35:25 1999  Richard Earnshaw  <rearnsha@arm.com>
15809
15810         * output.h: Don't unnecessarily conditionalize prototypes on TREE_CODE.
15811
15812 Tue Oct 26 15:42:56 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15813
15814         * reload.c (find_reloads): Compute mode and nregs fields of all
15815         reloads.
15816         * reload1.c (calculate_needs_all_insns): Simplify a bit.
15817         (calculate_needs): Use precomputed mode/nregs values.
15818         (allocate_reload_reg): Likewise.
15819         Break out two...
15820         (failed_reload, set_reload_reg): ... new functions.
15821         (choose_reload_regs_init): New function, mostly broken out from...
15822         (choose_reload_regs): ... here.  Lose all the save_xxx nonsense.
15823         Also lose one #if 0 block.
15824
15825 Tue Oct 26 02:48:32 1999  Marc Espie <espie@cvs.openbsd.org>
15826
15827         * Makefile.in (AR_FOR_TARGET, RANLIB_FOR_TARGET):  Fix target name
15828         substitution.
15829
15830 Tue Oct 26 01:27:32 1999  Mark Mitchell  <mark@codesourcery.com>
15831
15832         * tree.h (BLOCK_TYPE_TAGS): Remove.
15833         (BLOCK_END_NOTE): Likewise.
15834         (BLOCK_LIVE_RANGE_FLAG): Likewise.
15835         (BLOCK_LIVE_RANGE_START): Likewise.
15836         (BLOCK_LIVE_RANGE_END): Likewise.
15837         (tree_block): Remove live_range_flag, live_range_var_flag, and
15838         type_tags.  Remove end_note, live_range_start, and live_range_end.
15839         (remember_end_note): Remove prototype.
15840         * tree.c (build_block): Don't set BLOCK_TYPE_TAGS.
15841         * c-decl.c (poplevel): Don't set BLOCK_TYPE_TAGS or call
15842         remember_end_note.
15843         * ggc-common.c (ggc_mark_tree_children): Don't mark
15844         BLOCK_TYPE_TAGS or BLOCK_END_NOTE.
15845         * integrate.c (adjust_copied_decl_tree): Remove.
15846         * print-tree.c (print_node): Don't print BLOCK_TYPE_TAGS.
15847         * stmt.c (last_block_end_note): Remove.
15848         (init_stmt): Don't add a GC root for it.
15849         (expand_fixup): Don't set it.
15850         (remember_end_note): Remove.
15851         (expand_end_bindings): Don't set last_block_end_note.
15852
15853 Tue Oct 26 00:41:54 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15854
15855         * reload1.c (reload_reg_free_for_value_p): Show
15856         RELOAD_FOR_OTHER_ADDRESS reloads can conflict with RELOAD_OTHER
15857         reloads.
15858
15859 Mon Oct 25 23:54:45 1999  Geoff Keating  <geoffk@cygnus.com>
15860
15861         * expmed.c (extract_bit_field): Allow for the case of non-integer
15862         objects that are smaller than a word (like SFmode on a 64-bit
15863         machine).
15864
15865         * loop.c (basic_induction_var): A non-integer variable which is
15866         being set by a paradoxical subreg is probably not a biv.
15867
15868 1999-10-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15869
15870         * prefix.c (translate_name) Check for empty prefix string.
15871
15872 Mon Oct 25 23:10:45 1999  Andreas Schwab  <schwab@suse.de>
15873
15874         * Makefile.in (CPP_CROSS_NAME): New variable.
15875         (install-cpp): Use it instead of CPP_INSTALL_NAME for the cross
15876         xcpp.
15877         (uninstall-cpp): Use CPP_INSTALL_NAME and CPP_CROSS_NAME for the
15878         names of the files to be uninstalled.
15879
15880 Mon Oct 25 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
15881
15882         * collect2.c (IS_DIR_SEPARATOR): Define.
15883         (prefix_from_string): Use IS_DIR_SEPARATOR and DIR_SEPARATOR.
15884
15885         * som.h (ASM_DECLARE_FUNCTION_NAME): Set PRIV_LEV for static
15886         functions too.
15887
15888         * haifa-sched.c (add_dependence): Update the true dependency
15889         cache the first time we add a true dependence to the LOG_LINKS chain.
15890
15891 Mon Oct 25 22:27:40 1999  Jim Kingdon  <http://developer.redhat.com/>
15892
15893         * fold-const.c (fold): Fix comment.
15894
15895 Mon Oct 25 22:49:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15896
15897         * dbxout.c (lastfile, cwd, dbxout_type_method_1,
15898         dbxout_symbol_location, dbxout_symbol_name, dbxout_init,
15899         dbxout_start_new_source_file, dbxout_source_file,
15900         dbxout_source_line, dbxout_finish, dbxout_type_fields,
15901         dbxout_type_methods, dbxout_symbol, dbxout_prepare_symbol):
15902         Constify a char*.
15903         (dbxout_types, dbxout_args, dbxout_symbol): Delete prototypes.
15904         (dbxout_symbol): Mark parameter `local' with ATTRIBUTE_UNUSED.
15905         (dbxout_block): Initialize variable `blocknum'.
15906
15907         * dbxout.h (dbxout_init, dbxout_finish,
15908         dbxout_start_new_source_file, dbxout_source_file, dbxout_types,
15909         dbxout_args, dbxout_source_line): Constify a char*.
15910
15911         * dwarfout.c (dwarf_tag_name, dwarf_attr_name,
15912         dwarf_stack_op_name, dwarf_typemod_name, dwarf_fmt_byte_name,
15913         dwarf_fund_type_name, name_attribute, stmt_list_attribute,
15914         low_pc_attribute, high_pc_attribute, body_begin_attribute,
15915         body_end_attribute, comp_dir_attribute, sf_names_attribute,
15916         src_info_attribute, mac_info_attribute, producer_attribute,
15917         lookup_filename, generate_macinfo_entry, fundamental_type_code,
15918         dwarfout_line, dwarfout_start_new_source_file, dwarfout_define,
15919         dwarfout_undef): Constify a char*.
15920         (add_incomplete_type, retry_incomplete_types): Add prototypes.
15921
15922         * dwarfout.h (dwarfout_define, dwarfout_undef,
15923         dwarfout_start_new_source_file, dwarfout_line): Constify a char*.
15924
15925 1999-10-25  Gavin Romig-Koch  <gavin@cygnus.com>
15926
15927         * config/mips/mips.h (MIPS_ISA_DEFAULT): Insure it's defined.
15928         (MULTILIB_ISA_DEFAULT): New.
15929         (MULTILIB_DEFAULTS): Use it.
15930         * config/mips/mips.c (): Remove the now unnecessary definition
15931         of MIPS_ISA_DEFAULT.
15932         * config/mips/elf64.h (MULTILIB_DEFAULTS): Remove the now
15933         unnecessary definition.
15934
15935 Mon Oct 25 22:08:35 1999  Richard Earnshaw (rearnsha@arm.com)
15936
15937         * arm.md (pic_load_addr): Add constraints to operand 1.
15938
15939 1999-10-25  Bruce Korb  <autogen@linuxbox.com>
15940
15941         * fixinc/genfixes:  Provide a means for specifying -D options to
15942         AutoGen
15943
15944 Mon Oct 25 00:42:35 1999  Jeffrey A Law  (law@cygnus.com)
15945
15946         * arm.c (arm_override_options): Correct initialization of
15947         arm_fast_multiply, arm_arch4, arm_arch5, arm_ld_sched,
15948         arm_is_strong, and arm_is_6_or_7.
15949
15950         * loop.c (note_set_pseudo_multiple_uses_retval): New variable.
15951         (note_set_pseudo_multiple_uses): New function.
15952         (check_dbra_loop): Use not_set_pseudo_multiple_uses to determine
15953         if a pseudo set in the loop exit is used elsewhere.
15954
15955 Sun Oct 24 20:52:40 1999  Mark Mitchell  <mark@codesourcery.com>
15956
15957         * i386.md (mulsi3): Tweak to work with SCO OSR5 COFF assembler.
15958
15959 Sun Oct 24 21:02:46 1999  Richard Henderson  <rth@cygnus.com>
15960
15961         * i386.md (*lea_0): Collapse addsi_0, addsi_lea_[123] into
15962         a single load-address pattern.
15963
15964 Sun Oct 24 19:33:24 1999  Mark P. Mitchell  <mark@codesourcery.com>
15965
15966         * haifa-sched.c (schedule_insns): Don't assign LUIDs differently
15967         depending on whether or not line-number notes are present.
15968
15969 Sun Oct 24 20:29:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15970
15971         * cccp.c (progname, file_buf, default_include, include_file,
15972         macrodef, definition, hashval, wchar_type, user_label_prefix,
15973         directive, out_fname, if_stack, safe_write, index0, get_lintcmd,
15974         expand_to_temp_buffer, is_system_include, base_name,
15975         absolute_filename, read_name_map, open_include_file,
15976         record_control_macro, check_precompiled, check_preconditions,
15977         pcfinclude, pass_thru_directive, create_definition,
15978         check_macro_name, comp_def_part, collect_expansion,
15979         check_assertion, read_token_list, assertion_install,
15980         assertion_lookup, eval_if_expression, conditional_skip,
15981         validate_else, skip_quoted_string, quote_string, macarg1,
15982         error_from_errno, install, lookup, hashf, dump_defn_1,
15983         perror_with_name, pfatal_with_name, main, trigraph_pcp,
15984         check_white_space, rescan, handle_directive, monthnames,
15985         special_symbol, do_include, remap_include_file, write_output,
15986         arglist, do_assert, do_unassert, do_line, do_error, do_once,
15987         do_ident, do_sccs, do_xifdef, skip_if_group,
15988         output_line_directive, macroexpand, macarg, change_newlines,
15989         initialize_builtins, make_definition): Constify a char*.
15990
15991         * pcp.h (stringdef): Likewise.
15992
15993 Sun Oct 24 13:29:28 1999  Richard Henderson  <rth@cygnus.com>
15994
15995         * unroll.c (copy_loop_body): Examine SET_DEST of single_set
15996         not of pattern.
15997
15998 Sun Oct 24 13:14:20 1999  Graham  <grahams@rcp.co.uk>
15999                           Richard Henderson  <rth@cygnus.com>
16000
16001         * alias.c: Include ggc.h.
16002         (reg_base_value, new_reg_base_value, reg_base_value_size): Make static.
16003         (record_set): Verify enough room in reg_base_value.
16004         (init_alias_analysis): Allocate reg_base_value with xcalloc.
16005         Register it as a GC root.
16006         (end_alias_analysis): Free reg_base_value.  Remove it as a GC root.
16007         * Makefile.in (alias.o): Depend on ggc.h.
16008
16009         * unroll.c (unroll_loop): Verify the insn before a barrier
16010         is a JUMP_INSN before checking JUMP_LABEL.
16011
16012 Sun Oct 24 15:46:44 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16013
16014         * mips/bsd-5.h (ASM_OUTPUT_ASCII): Constify a char*.
16015         * mips/iris4.h (ASM_OUTPUT_ASCII): Likewise.
16016         * mips/mips-5.h (ASM_OUTPUT_ASCII): Likewise.
16017         * mips/mips.h (ASM_OUTPUT_ASCII): Likewise.
16018         * mips/svr3-5.h (ASM_OUTPUT_ASCII): Likewise.
16019         * mips/svr4-5.h (ASM_OUTPUT_ASCII): Likewise.
16020
16021 Sun Oct 24 15:35:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16022
16023         * output.h (ctors_section, dtors_section, bss_section): Prototype.
16024
16025         * alpha/alpha-interix.h (text_section): Delete prototype.
16026         * alpha/elf.h (text_section): Likewise.
16027         * arm/linux-elf.h (text_section): Likewise.
16028         * arm/linux-telf.h (text_section): Likewise.
16029         * c4x/c4x.h (text_section): Likewise.
16030         * dsp16xx/dsp16xx.h (bss_section): Likewise.
16031         * elfos.h (text_section): Likewise.
16032         * i386/aix386ng.h (text_section): Likewise.
16033         * i386/i386-interix.h (text_section): Likewise.
16034         * i386/sco5.h (text_section): Likewise.
16035         * i386/svr3gas.h (text_section): Likewise.
16036         * nextstep.h (text_section): Likewise.
16037         * psos.h (text_section): Likewise.
16038         * ptx4.h (text_section): Likewise.
16039         * svr3.h (text_section): Likewise.
16040         * svr4.h (text_section, ctors_section, dtors_section): Likewise.
16041
16042 Sun Oct 24 15:20:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16043
16044         * final.c (peephole): Delete prototype.
16045
16046         * gcse.c (process_insert_insn, pre_edge_insert): Add prototypes.
16047         (pre_insert_copies): Remove unused variable `bb'.
16048
16049         * genrecog.c (debug_decision_0, debug_decision_list, main): Add
16050         prototypes.
16051
16052         * output.h (peephole): Add prototype.
16053
16054 Sun Oct 24 11:35:30 1999  Mark P. Mitchell  <mark@codesourcery.com>
16055
16056         * config/mips/iris6.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Define to
16057         -O0.
16058
16059 Sat Oct 23 21:13:00 1999  Mark Mitchell  <mark@codesourcery.com>
16060
16061         * integrate.c (integrate_decl_tree): Tweak setting of DECL_CONTEXT
16062         for inlined declarations.
16063
16064 Fri Oct 22 18:05:43 1999  Jeffrey A Law  (law@cygnus.com)
16065
16066         * arm.c (logical_binary_operator): New fucntion.
16067         * arm.h (logical_binary_operator): Declare it.
16068         (PREDICATE_CODES): Handle logical_binary_operator.
16069         * arm.md (anddi3, anddi_zesidi_di, anddi_sesdi_di): Use "#" for
16070         output constraints.  Add appropriate splitters.
16071         (anddi_notdi_di, anddi_notzesidi_di, anddi_notsesidi_di): Likewise.
16072         (iordi3, iordi_zesidi_di, iordi_sesidi_di): Likewise.
16073         (xordi3, xordi_zesidi_di, xordi_sesidi_di): Likewise.
16074
16075 Fri Oct 22 23:46:50 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16076
16077         * genoutput.c (struct operand_data): New elt eliminable.
16078         (output_operand_data): Write it.
16079         (scan_operands): Set it for MATCH_OPERAND, clear for other matchers.
16080         (compare_operands): Take it into account.
16081         * recog.h (struct insn_operand_data): New elt eliminable.
16082         * reload1.c (check_eliminable_occurrences, elimination_effects): New
16083         functions.
16084         (old_asm_operands_vec, new_asm_operands_vec): Delete.
16085         (eliminate_regs): Move code that detects changes to elimination
16086         target regs into new function elimination_effects.
16087         Delete one #if 0 block.
16088         Abort for USE, CLOBBER, ASM_OPERANDS and SET.
16089         (eliminate_regs_in_insn): Return immediately for USEs, CLOBBERs,
16090         ADDR_VECs, ADDR_DIFF_VECs and ASM_INPUTs.
16091         Only call eliminate_regs for real operands of the insn, not for parts
16092         of its structure or parts matched by things like match_operator.
16093         Use elimination_effects and check_eliminable_occurrences.  Use
16094         copy_insn to duplicate the pattern when not in the final pass.
16095
16096 Fri Oct 22 09:03:44 1999  Mark Mitchell  <mark@codesourcery.com>
16097
16098         * i386.md: Add missing `y' modifiers to uses of fst, fstp, fld,
16099         and fld.
16100
16101 1999-10-22  Bruce Korb  <autogen@linuxbox.com>
16102
16103         * fixinc/README: document the "mach" machine matching test
16104         * fixinc/fixfixes.c: Implement the #else/#endif label fix
16105         * fixinc/fixtests.c: Implement the #else/#endif label test
16106         * fixinc/inclhack.def: utilize these tests and fixes
16107         * fixinc/inclhack.sh:  regen
16108         * fixinc/fixincl.x:  regen
16109         * fixinc/fixincl.sh:  regen
16110
16111 Thu Oct 21 20:37:19 1999  Jeffrey A Law  (law@cygnus.com)
16112
16113         * Makefile.in (cse.o): Depend on hashtab.h, not splay-tree.h.  Also
16114         depend on ggc.h.
16115
16116 Thu Oct 21 20:30:19 1999  Matthias Klose  <doko@debian.org>
16117
16118         * gcc.1: Document exit codes.
16119
16120 Thu Oct 21 12:49:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16121
16122         * calls.c: Include tm_p.h later, so everything we need is defined.
16123         * expr.c: Likewise.
16124         * function.c: Likewise.
16125
16126         * except.c: Include tm_p.h.
16127
16128         * sparc.c: Likewise.
16129         (dwarf2out_cfi_label): Don't prototype.
16130         (check_return_regs, epilogue_renumber,
16131         ultra_cmove_results_ready_p, ultra_fpmode_conflict_exists,
16132         ultra_find_type, ultra_build_types_avail, ultra_flush_pipeline,
16133         ultra_rescan_pipeline_state, set_extends, ultra_code_from_mask,
16134         ultra_schedule_insn): Add static prototype.
16135         (data_segment_operand, text_segment_operand): Call itself with the
16136         proper number of arguments.
16137         (sparc_flat_save_restore, sparc_v8plus_shift): Constify a char*.
16138
16139         * sparc.h: Move all declarations to sparc-protos.h.
16140         (SELECT_RTX_SECTION):  Pass a missing MODE argument to
16141         symbolic_operand.
16142
16143         * sparc/sysv4.h (SELECT_RTX_SECTION): Likewise.
16144
16145         * config/svr4.h (text_section, ctors_section, dtors_section): Add
16146         Prototypes.
16147         (ASM_OUTPUT_SECTION_NAME, UNIQUE_SECTION,
16148         ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
16149         ASM_OUTPUT_ASCII): Constify a char*.
16150
16151         * sparc-protos.h: New file for sparc prototypes.
16152
16153 Thu Oct 21 12:23:40 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16154
16155         * function.c (record_insns, contains): Always declare and define.
16156         (record_insns): Mark with ATTRIBUTE_UNUSED.
16157
16158 Thu Oct 21 13:03:49 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
16159
16160         * config/arm/telf.h (ASM_OUTPUT_SECTION_NAME): Add %nobits option
16161         to .section when outputting a .bss section to deal with multiple
16162         .bss input sections (as happens with -fdata-sections)
16163         Also output %progbits, not @progbits so the assembler doesn't treat as
16164         a comment.
16165         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Likewise
16166
16167         * config/arm/lib1funcs.asm (_call_via_rX): Allow compilation of
16168         thumb parts even when building with non-thumb CPUs, by forcing
16169         thumb mode.
16170
16171 Wed Oct 20 22:57:58 1999  Jeffrey A Law  (law@cygnus.com)
16172
16173         * sparc.md (movsf_const_intreg): If splitting, length must be > 1.
16174         (movdf_const_intreg_sp64): Similarly.
16175
16176         * local-alloc.c (update_equiv_regs): Check the correct insn
16177         for pre-existing REG_EQUIV notes.
16178
16179 Wed Oct 20 20:41:46 1999  Mark Mitchell  <mark@codesourcery.com>
16180
16181         * cse.c (cse_end_of_basic_block): Don't return the end of a basic
16182         block reached by a branch if we're not going to actually process
16183         this block.
16184
16185 Wed Oct 20 15:18:42 1999  Jim Wilson  <wilson@cygnus.com>
16186
16187         * integrate.c (integrate_decl_tree): Set DECL_CONTEXT to 0 if this is
16188         a local extern function declaration.
16189
16190 Wed Oct 20 13:56:01 1999  Richard Henderson  <rth@cygnus.com>
16191
16192         * i386.c (ix86_expand_prologue): Properly wrap USE around
16193         reg for CALL_INSN_FUNCTION_USAGE.
16194
16195 Thu Oct 14 18:51:37 1999  Andrew Haley  <aph@cygnus.com>
16196
16197         * config/mips/mips.md (movdf_internal1a): Allow floating-point
16198         move between GP_REGs.
16199
16200 Wed Oct 20 15:36:11 1999  Andrew Haley  <aph@cygnus.com>
16201
16202         * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Take account of
16203         the mode size when finding out if an offset is legal.
16204
16205 Wed Oct 20 06:26:58 1999  Richard Henderson  <rth@cygnus.com>
16206
16207         * basic-block.h (PROP_*): Move constants from ...
16208         * flow.c: ... here.
16209         (compute_bb_for_insn): Free the array before reallocating.
16210         (update_life_info): New arg PROP_FLAGS; pass on to propagate_block.
16211         (allocate_reg_life_data): Reset all reg variables collected by
16212         propagate_block.
16213         (get_block_head_tail): Don't convert from bb to block.
16214         (get_bb_head_tail): New.  Update all callers of get_block_head_tail.
16215         (find_insn_reg_weight): Take block not bb.
16216         (schedule_block): Don't set block num for moved insns.
16217         (schedule_region): Don't update_life_info or find_insn_reg_weight.
16218         (schedule_insns): Do it here instead.
16219         * combine.c (combine_instructions): Invoke compute_bb_for_insn
16220         before update_life_info.
16221         * recog.c (split_all_insns, peephole2_optimize): Update for
16222         new arg to update_life_info.
16223         * rtlanal.c (remove_note): Cope with NULL note.
16224         * toplev.c (rest_of_compilation): Don't invoke recompute_reg_usage
16225         if we did sched1.
16226
16227 Wed Oct 20 10:46:41 1999  Richard Earnshaw (rearnsha@arm.com)
16228
16229         * jump.c (jump_optimize_1): More accurately detect casesi insns.
16230
16231         * flow.c (merge_blocks_move_predecessor_nojumps): Re-order the basic
16232         block records so that merge_blocks_nomove will clean up correctly.
16233         (split_edge): Handle casesi insns.
16234
16235         * gcc-page.c: Try MAP_ANON if we don't have MAP_ANONYMOUS.
16236
16237 Tue Oct 19 23:43:50 1999  Jeffrey A Law  (law@cygnus.com)
16238
16239         * pa.md (call, call_value): Do not emit a blockage after restoring
16240         the PIC register.
16241
16242 Tue Oct 19 17:22:39 1999  Mark Mitchell  <mark@codesourcery.com>
16243
16244         * c-typeck.c (c_expand_asm_operands): Fix typo.
16245
16246 Tue Oct 19 18:42:58 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16247
16248         * arm.c (fpu_rhs_operand): Verify modes.
16249         (fpu_add_operand): Likewise.
16250         (di_operand): Likewise.
16251         (soft_df_operand): Likewise.
16252
16253 Tue Oct 19 15:26:11 1999  Richard Earnshaw  (rearnsha@arm.com)
16254
16255         * arm.c (arm_return_in_memory): APCS rules state that the elements
16256         of a structure returned in a register must be 'integer-like'.
16257
16258 1999-10-19  Bruce Korb  <autogen@linuxbox.com>
16259
16260         * fixinc/Makefile.in: Change the generation rules to run `genfixes'
16261         in the source tree when the generated targets are out of date
16262         * fixinc/genfixes: Alter it to run individual fixes for make.
16263         * fixinc/README: rewrite
16264         * fixinc/inclhack.def: moved initial comments to README
16265
16266 Tue Oct 19 14:01:34 1999  Nick Clifton  <nickc@cygnus.com>
16267
16268         * toplev.c (main): Do not generate an error message if an
16269         unrecognised command line switch is recognisable by another
16270         language.  If extra_warnings are enabled, then generate a
16271         warning message instead.
16272
16273 Tue Oct 19 11:41:12 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16274
16275         * c-pragma.h (PRAGMA_INSERT_ATTRIBUTES): Delete macro.
16276         (insert_pack_attributes): Delete prototype.
16277
16278         * c-pragma.c (default_alignment): New static variable.
16279         (push_alignment): Initialize to current effective alignment.
16280         (pop_alignment): Use to set new alignment.
16281         (insert_pack_attributes): Delete function.
16282         (handle_pragma_token): Set default_alignment as well each time
16283         a #pragma pack(<n>) is encountered.
16284
16285 Tue Oct 19 02:03:00 1999  Jeffrey A Law  (law@cygnus.com)
16286
16287         * reg-stack.c (stack_result): Aggregates are not returned in
16288         stack registers.
16289
16290 Tue Oct 19 01:26:48 1999  Alasdair Baird <alasdair@wildcat.demon.co.uk>
16291
16292         * fold-const.c (fold): Fix thinko in x+(-0) -> x transformation.
16293
16294 Mon Oct 18 15:19:41 1999  Richard Henderson  <rth@cygnus.com>
16295
16296         * basic-block.h (set_block_num): Declare.
16297         * flow.c (update_life_info): Don't call compute_bb_for_insn
16298         or free_basic_block_vars.
16299         * haifa-sched.c (remove_dependence): Conditionalize on HAVE_cc0.
16300         (insn_orig_block): Remove.
16301         (INSN_BLOCK): Remove.  Update all callers to use BLOCK_NUM.
16302         (schedule_block): Keep BLOCK_NUM up-to-date.
16303         (schedule_insns): Use compute_bb_for_insn.
16304         * recog.c (split_all_insns): Likewise.
16305         (peephole2_optimize): Likewise.
16306
16307 Mon Oct 18 18:50:51 1999  Andreas Schwab  <schwab@suse.de>
16308
16309         * config/m68k/m68k.h (INITIAL_FRAME_POINTER_OFFSET): Add one word
16310         if the pic register is used.
16311
16312 Mon Oct 18 02:38:46 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16313
16314         * c-decl.c (pushdecl): Use TYPE_CONTEXT rather than TREE_PERMANENT.
16315         (finish_decl): Duplicate test for TREE_ASM_WRITTEN in else branch of
16316         if that tests TREE_PERMANENT.
16317
16318 Mon Oct 18 01:41:35 1999  Jeffrey A Law  (law@cygnus.com)
16319
16320         * cse.c (invalidate_for_call): Do not remove memory references from
16321         the table here.  It's handled elsewhere.
16322
16323         * haifa-sched.c (add_dependence): Protect references to the
16324         true dependency cache with #ifdef INSN_SCHEDULING.
16325         (remove_dependence): Similarly.
16326
16327         * mn10200.md (outline_epilogue_jump): Embed a (return) to indicate
16328         to the cfg code that this is a return instruction.
16329         * mn10300.md (return_internal): Similarly.
16330
16331         * combine.c (get_last_value): If the last set of a register
16332         is after subst_low_cuid, then we can not use it to determine
16333         the register's last value.
16334
16335 Sun Oct 17 11:02:52 1999  Mark Mitchell  <mark@codesourcery.com>
16336
16337         * Makefile.in: Back out previous change.
16338
16339 Sun Oct 17 15:22:50 1999  Jeffrey A Law  (law@cygnus.com)
16340
16341         * pa.c (move_operand): Reject (lo_sum (reg) (unspec ...)).
16342
16343         * haifa-sched.c (add_dependence): Only check/update the cache
16344         if it exists.
16345         (remove_dependence): Likewise.
16346         (schedule_insns): Only create the true_dependency_cache if the
16347         average number of instructions in a basic block is very large.
16348
16349 Sun Oct 17 11:02:52 1999  Mark Mitchell  <mark@codesourcery.com>
16350
16351         * Makefile.in (ggc-common.o): Depend on genrtl.h.
16352         (ggc-simple.o): Likewise.
16353         (ggc-page.o): Likewise.
16354
16355 Sun Oct 17 02:09:50 1999  Andrew MacLeod  <amacleod@cygnus.com>
16356
16357         * basic-block.h (pre_edge_lcm, pre_edge_rev_lcm, compute_available):
16358         Prototype for exported functions.
16359         (pre_lcm, pre_rev_lcm): Remove prototypes.
16360         * gcse.c (compute_ae_kill): Add ae_gen and ae_kill as parameters.
16361         (compute_available): Move to lcm.c, and change parameter order.
16362         (one_classic_gcse_pass): Call compute_ae_kill with parameters.
16363         (pre_insert, s_preds, s_succs, num_preds, num_succs): Delete.
16364         (gcse_main): No longer call compute_preds_succs.  Rebuild the
16365         set table after reach pre pass.
16366         (pre_insert_map, pre_delete_map, edge_list): New.
16367         (alloc_pre_mem): Allocate edge vectors.
16368         (free_pre_mem): Delete edge vectors.
16369         (compute_pre_data): Call new edge based lcm routines.
16370         (process_insert_insn): New function.
16371         (insert_insn_end_bb): Use it.
16372         (pre_edge_insert): New function.
16373         (pre_insert_copy_insn): Formatting fixes.  Update BLOCK_END as
16374         needed.
16375         (pre_insert_copies): Revamp using new edge based lcm outputs.
16376         (pre_delete): Likewise.
16377         (one_pre_gcse_pass): Insert & remove fake edges to the exit
16378         block.
16379         (compute_code_hoist_vbeinout): New new edge based routines.
16380         * lcm.c: Remove all the old LCM functions.  Replace with new ones
16381         that work with the new cfg datastructures and work with edges
16382         instead of blocks.
16383
16384 Sun Oct 17 00:44:17 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16385
16386         * reload.h (struct reload): Add new fields "mode" and "nregs".
16387         * reload1.c: Change all occurrences of reload_mode and reload_nregs
16388         to reference the "mode" and "nregs" field within struct reload.
16389
16390 Sat Oct 16 21:50:28 1999  Jeffrey A Law  (law@cygnus.com)
16391
16392         * haifa-sched.c (true_dependency_cache): New.
16393         (add_dependence): Use the true dependency cache to avoid expensive
16394         walks down the LOG_LINKS dependency list.  Add entries to the
16395         cache as necessary.
16396         (remove_dependence): Remove entries from the true dependency cache
16397         as needed.
16398         (schedule_insns): Allocate and initialize and free the true
16399         dependency cache.
16400
16401         * haifa-sched.c (schedule_insns): Do not remove inter-block
16402         dependencies anymore.
16403
16404 Sat Oct 16 11:19:52 1999  Richard Henderson  <rth@cygnus.com>
16405
16406         * i386/t-cygwin (winnt.o): Depend on RTL_H and TREE_H.
16407         * i386/t-winnt: Likewise.
16408
16409 Sat Oct 16 11:11:54 1999  Richard Henderson  <rth@cygnus.com>
16410
16411         * ggc-page.c (init_ggc): Work around SunOS unaligned mmap bug.
16412
16413 1999-10-16  Manfred Hollstein  <mhollstein@cygnus.com>
16414
16415         * Makefile.in (LANGUAGES): Omit "proto".
16416         (clean): Remove stale comment about removing unprotoize.c.
16417
16418 Sat Oct 16 11:29:14 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16419
16420         * protoize.c (safe_read, safe_write): Avoid the gcc extension of
16421         using arithmetic on void pointers.
16422
16423 Sat Oct 16 02:48:22 1999  Jeffrey A Law  (law@cygnus.com)
16424
16425         * haifa-sched.c (compute_block_forward_dependencies): Only check
16426         for notes, deleted insns and duplicates if ENABLE_CHECKING is defined.
16427
16428 Sat Oct 16 00:07:01 1999  Richard Henderson  <rth@cygnus.com>
16429
16430         * gcse.c (hash_expr_1): Add in MEM_ALIAS_SET.
16431         (expr_equiv_p): Reject memories with different alias sets.
16432
16433 Fri Oct 15 15:17:29 1999  Greg McGary  <gkm@gnu.org>
16434
16435         * flags.h (flag_bounds_check, flag_bounded_pointers): New extern decls.
16436         * toplev.c (flag_bounds_check, flag_bounded_pointers): New flags.
16437         (f_options): Add "bounded-pointers" and "bounds-check" entries.
16438         * c-lang.c (lang_init_options): Set flag_bounds_check as "unspecified".
16439         (lang_init): Set default for flag_bounds_check if still "unspecified".
16440
16441 Sat Oct 16 13:42:29 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16442
16443         * config/c4x/c4x.md (HF mode patterns):  Add missing modes.
16444
16445 Sat Oct 16 13:37:46 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16446
16447         * config/c4x/c4x.md (movstrqi_small): Utilise parallel move
16448         instructions.
16449
16450 Sat Oct 16 13:26:47 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16451
16452         * config/c4x/c4x.md (*db_noclobber,
16453         *decrement_and_branch_until_zero_noclobber): New patterns and
16454         associated splitters.
16455
16456 Sat Oct 16 13:13:15 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16457
16458         * config/c4x/c4x.md (parallel instruction patterns): Rework
16459         constraints to keep reload happy.
16460
16461 Sat Oct 16 13:03:16 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16462
16463         * config/c4x/c4x.md (*absqi2_noclobber, *negqi2_noclobber,
16464         *one_cmplqi2_noclobber, *subqi3_noclobber, *andqi3_255_noclobber,
16465         *andqi3_65535_noclobber, *andnqi3_noclobber, *xorqi3_noclobber):
16466         Add new patterns and associated post-reload splitters.
16467
16468 Sat Oct 16 12:42:12 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16469
16470         * config/c4x/c4x.c (c4x_emit_libcall): Use ggc_alloc_string.
16471
16472 Sat Oct 16 12:34:44 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16473
16474         * config/c4x/c4x.c (c4x_rptb_insert): Emit rpts_top pattern
16475         if appropriate.
16476         * config/c4x/c4x.md (rpts_top): New pattern and splitter.
16477
16478 Sat Oct 16 12:26:30 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16479
16480         * config/c4x/c4x.c (src_operand):  Check SYMBOL_REF and LABEL_REF
16481         memory mode.
16482
16483 Fri Oct 15 17:02:09 1999  Jeffrey A Law  (law@cygnus.com)
16484
16485         * pa.c (move_operand): Rely on memory_address_p to determine the
16486         validity of non-indexed memory addresses.
16487         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Allow LO_SUM with a symbolic
16488         operand in DFmode and SFmode when generating PA2.0 code.
16489
16490 Fri Oct 15 14:25:19 1999  Richard Henderson  <rth@cygnus.com>
16491
16492         * print-rtl.c (print_rtx): Limit last 'u' change to LABEL_REF.
16493
16494 Fri Oct 15 13:48:45 1999  Richard Henderson  <rth@cygnus.com>
16495
16496         * mips.c (function_prologue): Fix argument types.
16497         * mips.md (casesi): Use emit_jump_insn for casesi_internal.
16498         (casesi_internal): Write to the scratch register.
16499
16500 1999-10-15 11:16 -0700  Zack Weinberg  <zack@bitmover.com>
16501
16502         * cppexp.c (cpp_parse_escape): Make static.  Change second arg
16503         to U_CHAR **.
16504         (parse_charconst): Delete unnecessary cast when calling
16505         cpp_parse_escape.
16506         (cpplib.h): Kill prototype of cpp_parse_escape.
16507
16508 Fri Oct 15 11:02:46 1999  Richard Henderson  <rth@cygnus.com>
16509
16510         Based on patch from Michael Gschwind <mikeg@watson.ibm.com>:
16511         * unroll.c (unroll_loop): Cast return value of alloca.
16512         * i370/i370.c: Include function.h and toplev.h.
16513         (i370_label_scan): Remove c++ commented abort.
16514         * i370/i370.h (HANDLE_PRAGMA): Takes three arguments.
16515         (ASM_OUTPUT_LABELREF): Fix TOUPPER/else broken 16 Sept.
16516         * i370/xm-i370.h (HOST_BITS_PER_LONGLONG): Define.
16517         * i370/xm-mvs.h, i370/xm-oe.h: Likewise.
16518
16519 Fri Oct 15 03:01:01 1999  Loren Rittle  <ljrittle@acm.org>
16520
16521         * config/t-freebsd: Do not override USER_H.
16522         * ginclude/stddef.h: Generalize check for _MACHINE_ANSI_H_.
16523
16524 Fri Oct 15 02:37:28 1999  Alastair J. Houghton <ajh8@doc.ic.ac.uk>
16525                           Mumit Khan  <khan@xraylith.wisc.edu>
16526
16527         * c-parse.in (component_decl): Support anonymous struct/union.
16528         (%expect): Update.
16529         * c-parse.y: Regenerate.
16530         * c-parse.c: Likewise.
16531         * objc/objc-parse.y: Likewise.
16532         * objc/objc-parse.c: Likewise.
16533         * c-decl.c (finish_struct): Don't sort the fields.
16534         (field_decl_cmp): Delete unused function.
16535
16536 Fri Oct 15 01:20:52 1999  Richard Henderson  <rth@cygnus.com>
16537
16538         * sparc.md (movsf_const_intreg): Revert last constraint change.
16539         (movdf_const_intreg_sp32): Likewise.
16540
16541 Fri Oct 15 01:47:51 1999  Vladimir Makarov  <vmakarov@loony.cygnus.com>
16542
16543         * cse.c: Include hashtab.h instead of splay-tree.h
16544         (struct cse_reg_info): No longer use variant union.  Add new
16545         field "regno".  All references changed to avoid union.
16546         (cse_reg_info_used_list, cse_reg_info_used_list_end): New variables.
16547         (free_cse_reg_info): Remove.
16548         (hash_cse_reg_info, cse_reg_info_equal_p): New functions.
16549         (get_cse_reg_info): Revamp to use expandable hash tables instead
16550         of splay trees.  Initialize new fields in cse_reg_info structure.
16551         (new_basic_block): Similarly.
16552
16553 Thu Oct 14 23:51:56 1999  Richard Henderson  <rth@cygnus.com>
16554
16555         * genrecog.c (message_with_line): Prototype.
16556         (validate_pattern): Pass along the set for the dest, not a flag.
16557         Fix non-lvalue message.  Don't warn for VOIDmode SET_DEST of CALL.
16558         Check for PC/CC0 as sources.
16559         (nodes_identical): Check for children position match before
16560         allowing the combination.
16561
16562         * rtl.c (read_rtx): Track line number across \\\n.
16563
16564 Thu Oct 14 23:50:25 1999  Richard Henderson  <rth@cygnus.com>
16565
16566         * mips.h (SPECIAL_MODE_PREDICATES): New.
16567         * mips.md (*) Use nonimmediate_operand not general_operand for outputs.
16568         (movdi+1, movsi+1): Add output reload constraint.
16569         (casesi_internal): Likewise.  Fix commentary.
16570         (return_internal): Use pmode_register_operand.
16571
16572 Thu Oct 14 23:19:34 1999  Richard Henderson  <rth@cygnus.com>
16573
16574         * 1750a.md (movstrqi): Add missing output reload constraint.
16575         (call_value): Likewise.
16576         * a29k.md (cpxxx patterns): Add missing match_operator mode.
16577         (jmpfdec): Add missing inout reload constraint.
16578         * elxsi.md (addsi patterns): Add missing output reload constraint.
16579         (move from sp): Use @ alternates.
16580         (call_value): No constraint on output.
16581         * fr30.md (movsi_pop): Add missing output reload constraint.
16582         (movsf_constant_store): Likewise.
16583         (splits): Remove constraints.
16584         (subsi3): Add missing mode.
16585         * i370.md (cmpstrsi+1): Add missing output reload constraint.
16586         (call_value): Likewise.
16587         * i960.md (cmpinc/cmpdec patterns): Add inout reload constraints.
16588         * m32r.h (PREDICATE_CODES): Add seth_add3_operand.
16589         * m32r.md (movsicc_internal): Add output reload constraint.
16590         (movstrsi_internal): Add inout reload constraints.
16591         * m88k.h (reg_names): Don't declare.
16592         (SPECIAL_MODE_PREDICATES): New.
16593         * m88k.md (*): Use register_operand not reg_or_0_operand
16594         on destinations.
16595         * mn10200.h (PREDICATE_CODES): New.
16596         * ns32k.md (ffs pattern): Add output reload constraint.
16597         * pdp11.md (sob pattern): Add inout reload constraint.
16598         * sh.md (splits): Remove constraints.
16599         (indirect_jump_scratch, fpu_switch): Add output reload constraint.
16600         * v850.md (pattern_is_ok_for_epilogue): Likewise.
16601         * vax.md (jgequ pattern): Add inout reload constraint.
16602
16603 Fri Oct 15 00:05:00 1999  Jeffrey A Law  (law@cygnus.com)
16604
16605         * configure.in (djgpp): Revert previous patch.
16606         * configure: Rebuit.
16607         * config/i386/djgpp.h: Revert previous patch.
16608
16609 Fri Oct 15 00:00:24 1999  Loren J. Rittle <ljrittle@acm.org>
16610
16611         * fixinc/inclhack.def: Restore patch lost during last merge of
16612         "no_bogosity" branch.
16613         * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
16614
16615 Thu Oct 14 23:57:56 1999  Gavin Romig-Koch  <gavin@cygnus.com>
16616
16617         * fixincludes: Add a HPUX 11 fix for inttypes.h.
16618         * fixinc/inclhack.def: Same.
16619         * fixinc/inclhack.sh, fixinc/fixincl.sh, fixinc/fixincl.x: Regenerate.
16620
16621 Thu Oct 14 22:51:55 1999  Richard Henderson  <rth@cygnus.com>
16622
16623         * alpha.h (GO_IF_LEGITIMATE_SIMPLE_ADDRESS): Accept ADDRESSOF
16624         as the base of a PLUS.
16625
16626 Fri Oct 15 18:36:07 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16627
16628         * config/c4x/c4x.md:  Define mode for remaining unspec operators.
16629         * config/c4x/c4x.c (dst_operand):  Use nonimmediate_operand.
16630
16631 Thu Oct 14 22:14:23 1999  Richard Henderson  <rth@cygnus.com>
16632
16633         * pa.md (post_stw+1): Use pmode_register_operand.
16634         (dcacheflush, icacheflush): Likewise.
16635
16636         * i386.md (movstricthi_1): Allow r/r.
16637
16638 Thu Oct 14 19:44:08 1999  Jan Hubicka  <hubicka@freesoft.cz>
16639
16640         * fold-const.c (fold): Convert (or (not arg0) (not arg1))
16641         to (not (and (arg0) (arg1))). Similary for and.
16642
16643         * fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case,
16644         fallthrough to associate code.
16645         Convert XOR to OR in code like (a&c1)^(a&c2) where c1 and c2 don't have
16646         bits in common.
16647
16648         * combine.c (simplify_logical): Convert XOR to IOR if operands have
16649         no bits in common; remove XOR to ROTATE conversion.
16650
16651 Fri Oct 15 17:40:11 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16652
16653         * config/c4x/c4x.h (c4x_va_start, c4x_va_arg): Declare.
16654
16655 Fri Oct 15 17:27:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16656
16657         * config/c4x/c4x.c (dst_operand): New.
16658         (PREDICATE_CODES): Update.
16659         * config/c4x/c4x.h (dst_operand): Declare it.
16660         * config/c4x/c4x.md:  Define mode for each unspec usage.
16661         (move patterns):  Use dst_operand predicate instead of src_operand.
16662         (movqi_update, movqf_update): Delete.
16663
16664 Thu Oct 14 18:48:54 1999  Richard Henderson  <rth@cygnus.com>
16665
16666         * recog.c (pmode_register_operand): New.
16667         * recog.h: Declare it.
16668         * genrecog.c (pred_codes): Likewise.
16669         (special_mode_pred_table): Likewise.
16670         (validate_pattern): Don't warn no mode for address_operand.
16671
16672         * print-rtl.c (print_rtx) [LABEL_REF]: Only do full subexpression
16673         if the operand is not insn-like.
16674
16675 Thu Oct 14 19:38:42 1999  Jeffrey A Law  (law@cygnus.com)
16676                           Sylvian Pion <Sylvain.Pion@sophia.inria.fr>
16677
16678         * fold-const.c (fold): Handle more simplifications allowed by IEEE.
16679
16680 Thu Oct 14 17:30:14 1999  Richard Henderson  <rth@cygnus.com>
16681
16682         * sparc.md (*): Use {nonimmediate,register}_operand as appropriate
16683         instead of general_operand in a SET_DEST.  Use const_double_operand
16684         instead of an explicit test against CONST_DOUBLE.
16685         (movsf_const_lo): Add missing register mode.
16686         (goto_handler_and_restore): Add auxiliary test for Pmode.
16687         (flush): Adjust to use address_operand.
16688         (return_sf_no_fpu): Add missing output constraint.
16689
16690 Thu Oct 14 17:21:26 1999  Richard Henderson  <rth@cygnus.com>
16691
16692         * rs6000.md (call_value_indirect_aix32): Use wildcard match_operand
16693         for call return value.
16694         (call_value_indirect_aix64, call_value_indirect_nt): Likewise.
16695
16696 Thu Oct 14 13:54:25 1999  Jason Merrill  <jason@yorick.cygnus.com>
16697
16698         * toplev.c (main): Only warn about options for other languages.
16699         * collect2.c (main): Pass -w to sub-gcc.
16700
16701 Thu Oct 14 16:27:50 1999  Richard Henderson  <rth@cygnus.com>
16702
16703         * flow.c (propagate_block): Add call-clobbered registers to
16704         significant too.
16705
16706         * flow.c (propagate_block): Use free_EXPR_LIST_list instead of
16707         zapping mem_set_list.
16708         (invalidate_mems_from_autoinc): Use free_EXPR_LIST_node.
16709         (mark_set_1, mark_used_regs): Likewise.
16710
16711 Thu Oct 14 10:51:49 1999  Richard Henderson  <rth@cygnus.com>
16712
16713         * m68k.md (zero_extendsidi2): Add missing output reload constraint.
16714
16715 Wed Oct 13 00:09:18 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16716
16717         * invoke.texi: Label -Wbad-function-cast, -Wmissing-prototypes,
16718         -Wnested-externs, -Wstrict-prototypes, and -Wtraditional as C only
16719         options. Also add a new item "C-only Warning Options" to the
16720         option summary.
16721
16722 1999-10-14  Gavin Romig-Koch  <gavin@cygnus.com>
16723
16724         * libgcc2.c (__do_global_dtors): Protect __deregister_frame_info
16725         from multiple calls.
16726
16727 Thu Oct 14 04:54:54 1999  Richard Henderson  <rth@cygnus.com>
16728
16729         * i386.md (call value patterns): Move to the end of the file.
16730         (prologue_set_got, prologue_get_pc): Use register_operand for op 0.
16731
16732 1999-10-14 Mark Elbrecht <snowball3@bigfoot.com>
16733
16734         * configure.in (djgpp configuration): Define extra_objects..
16735         * configure: Rebuilt.
16736         * config/i386/djgpp.h (CTORS_SECTION_ASM_OP): Define.
16737         (DTORS_SECTION_ASM_OP): Define.
16738         (INIT_SECTION_ASM_OP): Define.
16739         (FINI_SECTION_ASM_OP): Define.
16740         (DATA_SECTION_ASM_OP): Define.
16741         (TEXT_SECTION_ASM_OP): Define.
16742         (EH_FRAME_SECTION_ASM_OP): Define.
16743         (LINK_COMMAND_SPEC): Remove -Tdjgpp.djl.
16744         (STARTFILE_SPEC): Add crtbegin.o.
16745         (ENDFILE_SPEC): Define and add crtend.o. Move argument -Tdjgpp.djl
16746         to here from LINK_COMMAND_SPEC.
16747         (DO_GLOBAL_CTORS_BODY): Define.
16748         (CRTSTUFF_USE_FINI_SECTION): Define
16749         (HAS_INIT_SECTION): Delete.
16750
16751 Thu Oct 14 05:08:14 1999  Andreas Schwab  <schwab@suse.de>
16752
16753         * Makefile.in (all.cross): Depend on xcpp$(exeext).
16754
16755 Thu Oct 14 04:00:40 1999  Richard Henderson  <rth@cygnus.com>
16756
16757         * pa.h (PREDICATE_CODES): New.
16758
16759         * genrecog.c (validate_pattern): Condense the destination
16760         non-lvalue message.
16761
16762 Thu Oct 14 03:23:08 1999  Richard Henderson  <rth@cygnus.com>
16763
16764         * alpha.md (call-1): Supply missing mode for operator.
16765         (*): Add missing output reload constraints.  Remove constraints
16766         from define_splits.
16767
16768         * i386.h (SPECIAL_MODE_PREDICATES): New.
16769         * i386.md (movstricthi_1): Use nonimmediate_operand for op 0.
16770         (movqi_1, movdi_1, movdi_2, some splits): Likewise.
16771         (addsi_lea_3): Add missing mode for op 3.
16772         (prologue_set_got, prologue_get_pc): Add missing modes.
16773         (*) Add missing output reload constraints.
16774
16775 Thu Oct 14 03:59:57 1999  Stephane Carrez  <stcarrez@worldnet.fr>
16776
16777         * stor-layout.c (layout_union): Use HOST_WIDE_INT for const_size;
16778         check for member bit-size overflow and use var_size if it occurs.
16779         (layout_record): Use bitsize_int() to define the type size in bits.
16780         Likewise for computation and assignment to DECL_FIELD_BITPOS.
16781         (layout_decl): Likewise when assigning to DECL_SIZE.
16782
16783 Thu Oct 14 02:57:05 1999  Richard Henderson  <rth@cygnus.com>
16784
16785         * genrecog.c (validate_pattern): Typo last change.  Verify
16786         that output operands have output reloads.
16787
16788 Thu Oct 14 01:49:54 1999  Richard Henderson  <rth@cygnus.com>
16789
16790         * genrecog.c (special_mode_pred_table): New.
16791         (NUM_SPECIAL_MODE_PREDS): New.
16792         (find_operand): New.
16793         (validate_pattern): New argument `insn'.  Warn for assignment to
16794         any predicate accepting non-lvalues.  Conditionaly warn for
16795         match_operand without a mode.  Try much harder to match source
16796         and destination modes on a set.
16797         * tm.texi (SPECIAL_MODE_PREDICATES): Document.
16798
16799 Thu Oct 14 02:54:13 1999  Jeffrey A Law  (law@cygnus.com)
16800
16801         * fold-const.c (fold): Detect rotates built from BIT_XOR_EXPRs.
16802
16803 Thu Oct 14 02:18:19 1999  Marc Espie <espie@cvs.openbsd.org>
16804
16805         * combine.c (simplify_logical): Recognize xor pattern that encodes
16806         rotation.
16807
16808 Wed Oct 13 23:23:45 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16809
16810         * rs6000.c (expand_block_move): Use INTVAL, not XINT to access
16811         alignment.
16812
16813 Wed Oct 13 21:47:18 1999  Richard Henderson  <rth@cygnus.com>
16814
16815         * ggc-page.c (MAP_FAILED): Provide default.
16816
16817 Wed Oct 13 21:41:59 1999  Richard Henderson  <rth@cygnus.com>
16818
16819         * sparc.c (symbolic_operand): Verify mode; don't accept CONST_DOUBLE.
16820         * sparc.h (PREDICATE_CODES): Update.
16821
16822 Wed Oct 13 21:18:17 1999  Richard Henderson  <rth@cygnus.com>
16823
16824         * alpha.c (some_ni_operand): New.
16825         * alpha-protos.h: Declare it.
16826         * alpha.h (PREDICATE_CODES): Update.
16827         * alpha.md (sXaddq reload insns): Use some_ni_operand
16828         for SET_DEST instead of some_operand.
16829
16830 Wed Oct 13 21:04:45 1999  Richard Henderson  <rth@cygnus.com>
16831                           Jim Wilson  <wilson@cygnus.com>
16832
16833         * genrecog.c (maybe_both_true_2): Don't compare modes of
16834         two DT_pred tests.
16835         (process_tree): Elide peephole2_insns.  Invoke simplify_tests
16836         after find_afterward.
16837         (debug_decision_1): Dump next and afterward codes.
16838
16839 Wed Oct 13 20:35:16 1999  Richard Henderson  <rth@cygnus.com>
16840
16841         * rtl.c (dump_and_abort): Remove.
16842         (fatal_with_file_and_line): New.
16843         (fatal_expected_char): New.
16844         (read_rtx_lineno, read_rtx_filename): New.
16845         (read_skip_spaces): Track line number.
16846         (read_name): Use fatal_with_file_and_line.
16847         (read_rtx): Use fatal_expected_char.  Track line number.
16848         * rtl.h (read_rtx_filename, read_rtx_lineno): Declare.
16849
16850         * print-rtl.c (print_rtx): Don't special case LABEL_REF argument
16851         if it isn't a CODE_LABEL.
16852
16853         * genattr.c (main): Set read_rtx_filename.
16854         * genattrtab.c (main): Likewise.
16855         * gencodes.c (main): Likewise.
16856         * genconfig.c (main): Likewise.
16857         * genemit.c (main): Likewise.
16858         * genextract.c (main): Likewise.
16859         * genflags.c (main): Likewise.
16860         * genopinit.c (main): Likewise.
16861         * genoutput.c (main): Likewise.
16862         * genpeep.c (main): Likewise.
16863
16864         * genrecog.c (decision_test.u.insn): Add `lineno'.
16865         (pattern_lineno, error_count): New variables.
16866         (message_with_line): New.
16867         (add_to_sequence): Break out checking code to ...
16868         (validate_pattern): ... here.  Detect SET_DEST matching CONST_INT.
16869         (merge_insn): Use message_with_line.
16870         (make_insn_sequence): Use validate_pattern.  Record insn lineno.
16871         (main): Set read_rtx_filename, pattern_lineno.  Exit early on error.
16872
16873 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
16874
16875         * expr.c (store_constructor): Clear union if constructor is empty.
16876
16877 Wed Oct 13 15:19:04 1999  Jim Wilson  <wilson@cygnus.com>
16878
16879         * config/rs6000/sysv4.h (CC1_SPEC): Fix errors from Jan 19 change.
16880         Add !endian checks.  Change %{...} to %(...).
16881
16882 Wed Oct 13 13:30:34 1999  Richard Henderson  <rth@cygnus.com>
16883
16884         * i386.md (*addsi3_cc): Renamed from addcsi3.
16885         (*addsi3_carry): Renamed from addxsi3.
16886         (*subsi3_cc): Renamed from subcsi3.
16887         (*subsi3_carry): Renamed from subxsi3.
16888         (*xorqi_cc_1): Renamed from xorcqi_1.
16889         (xorqi_cc_ext_1): Renamed from xorcqi_ext_1.
16890         * i386.c (ix86_expand_fp_compare): Update for xorqi_cc_ext_1.
16891
16892 Wed Oct 13 13:10:46 1999  Richard Henderson  <rth@cygnus.com>
16893
16894         * Makefile.in (ggc-common.o): Depend on RTL_H not RTL_BASE_H.
16895         (ggc-simple.o, ggc-page.o, ggc-none.o, ggc-callbacks.o): Likewise.
16896
16897 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
16898
16899         * regmove.c (optimize_reg_copy_3): Make sure P is non-nil as we
16900         climb up the chain of insns.
16901
16902 Wed Oct 13 10:20:58 1999  Richard Henderson  <rth@cygnus.com>
16903
16904         * genrecog.c (write_subroutine): Careful for null trees.
16905         (process_tree): Don't elide empty functions.
16906
16907 Wed Oct 13 10:07:54 1999  Richard Henderson  <rth@cygnus.com>
16908
16909         * Makefile.in (genrtl.o): Depend on ggc.h.
16910         * configure.in (valloc): Probe for it.
16911         (with-gc): Use ggc-page if valloc present.
16912         * ggc-common.c (ggc_mark_rtx_children): Use ggc_mark_if_gcable.
16913         (ggc_mark_rtvec_children): New from corpse of ggc_mark_rtvec.
16914         (ggc_alloc_string): Moved from ggc-page.c.
16915         * ggc-none.c (ggc_alloc_obj): New.
16916         (ggc_alloc_rtx, ggc_alloc_rtvec): Remove.
16917         * ggc-page.c (sys/mman.h): Only include if HAVE_MMAP.
16918         (struct globals): Likewise for dev_zero_fd.
16919         (init_ggc): Likewise for it's initialization.
16920         (ggc_allocated_p): Move careful dereference from ...
16921         (ggc_lookup_page_table): ... here.  Delete.
16922         (lookup_page_table_entry): Don't use ggc_lookup_page_table.
16923         (alloc_anon): Use valloc if no mmap.
16924         (release_pages): Use free if using valloc.
16925         (ggc_alloc_obj): Renamed from alloc_obj.
16926         (ggc_set_mark): Renamed from mark_obj.
16927         (ggc_mark_if_gcable): Renamed from ggc_mark_string_if_gcable.
16928         (ggc_alloc_rtx, ggc_alloc_rtvec): Delete.
16929         (ggc_alloc_tree, ggc_alloc_string, ggc_alloc): Delete.
16930         (ggc_set_mark_rtx, ggc_set_mark_rtvec): Delete.
16931         (ggc_set_mark_tree, ggc_mark_string, ggc_mark): Delete.
16932         (ggc_collect): Use fp printing instead of our own rounding.
16933         * ggc-simple.c (IS_MARKED, IGNORE_MARK): Delete.
16934         (GGC_STRING_MAGIC, GGC_STRING_MAGIC_MARK): Delete.
16935         (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): Delete.
16936         (struct ggc_rtx, struct ggc_rtvec, struct ggc_tree): Delete.
16937         (struct ggc_string, struct ggc_any): Delete.
16938         (offsetof): Provide default definition.
16939         (GGC_BALANCE, GGC_ALWAYS_COLLECT, GGC_ALWAYS_VERIFY): New.
16940         (PTR_KEY): New.
16941         (struct ggc_mem): New, from corpse of ggc_any.
16942         (struct ggc_status): Delete.
16943         (ggc_chain, ggc_allocated_strings, ggc_strings_used): Delete.
16944         (n_rtxs_collected, n_vecs_collected, n_trees_collected): Delete.
16945         (n_strings_collected, n_anys_collected): Delete.
16946         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Delete.
16947         (ggc_alloc_string, ggc_alloc): Delete.
16948         (ggc_free_rtx, ggc_free_rtvec, ggc_free_tree): Delete.
16949         (ggc_free_string, ggc_free_any): Delete.
16950         (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Delete.
16951         (ggc_compare_addresses, ggc_mark_string): Delete.
16952         (ggc_mark_string_if_gcable, ggc_mark): Delete.
16953         (search_data): Delete.
16954         (struct globals): New.
16955         (GGC_MIN_EXPAND_FOR_GC, GGC_MIN_LAST_ALLOCATED): New.
16956         (tree_insert, tree_lookup): New.
16957         (ggc_alloc_obj, ggc_set_mark, ggc_mark_if_gcable): New.
16958         (clear_marks, sweep_objs): New.
16959         (ggc_collect): Gut.  Use clear_marks, sweep_objs.
16960         (init_ggc): Set allocated_last_gc.
16961         (ggc_push_context): Gut.  Use G.context.
16962         (ggc_pop_context): Likewise.
16963         (ggc_pop_context_1): New.
16964         (debug_ggc_tree): New.
16965         (debug_ggc_balance, tally_leaves): New.
16966         * ggc.h (ggc_mark_rtvec, ggc_mark_string, ggc_mark): Remove decl.
16967         (ggc_mark_string_if_gcable): Remove decl.
16968         (ggc_mark_rtx, ggc_mark_tree): Use ggc_set_mark.
16969         (ggc_mark_rtvec_children): New.
16970         (ggc_mark_rtvec, ggc_mark_string, ggc_mark): New.
16971         (ggc_mark_if_gcable): New decl.
16972         (ggc_alloc_rtx, ggc_alloc_rtvec): Remove decl.
16973         (ggc_alloc_tree, ggc_alloc): Likewise.
16974         (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Likewise.
16975         (ggc_alloc_obj): New decl.
16976         (ggc_alloc_rtx, ggc_alloc_rtvec): New macros.
16977         (ggc_alloc_tree, ggc_alloc): Likewise.
16978         (ggc_set_mark): New decl.
16979         * rtl.h (struct rtx_def): Remove gc_mark.
16980         (struct rtvec_def): Likewise.
16981         * tree.h (struct tree_common): Likewise.
16982
16983 Wed Oct 13 01:44:29 1999  Carol LePage  <carolo@hal.com>
16984
16985         * configure.in (sparc-hal-solaris2*): Fix xm_file, xm_defines,
16986         float_format and thread_file definitions.
16987         * configure: Rebuilt.
16988
16989 Wed Oct 13 09:25:03 1999  Niels Möller <nisse@lysator.liu.se>
16990
16991         * extend.texi (Function Names): Document types of function names.
16992
16993 Wed Oct 13 00:45:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16994
16995         * reload1.c (reload_reg_free_for_value_p):  RELOAD_OTHER reloads with
16996         an earlyclobbered output conflict with RELOAD_INPUT reloads.
16997
16998 Tue Oct 12 23:28:28 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
16999
17000         * sh.h (BOOL_TYPE_SIZE): Don't use INT_TYPE_SIZE / CHAR_TYPE_SIZE.
17001
17002 Tue Oct 12 23:19:32 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17003
17004         * sh.h (REGISTER_MOVE_COST): Change PR_REG to PR_REGS.
17005
17006 Tue Oct 12 17:09:38 1999  David Edelsohn  <edelsohn@gnu.org>
17007
17008         * collect2.c (main): Do prelimnary link on AIX if rflag.
17009
17010 Tue Oct 12 09:45:19 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17011
17012         * config/rs6000/eabi-ctors.c (__do_global_ctors): Run through
17013         __CTOR_LIST__ in opposite order, which is the correct order for sorted
17014         constructors.
17015         (__do_global_dtors): similarly for __DTOR_LIST__.
17016
17017 Fri Oct  8 19:46:03 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17018                                 Diego Novillo <dnovillo@cygnus.com>
17019
17020         * config/sh/sh.h (REGISTER_MOVE_COST): Handle moves from T_REGS to
17021         FPUL_REGS.
17022
17023 Tue Oct 12 07:38:41 1999  Bruce Korb  <autogen@linuxbox.com>
17024
17025         * fixincl/*: Merged "no_bogosity" branch
17026         * fixincl/fixlib.h: protect against doubly defining t_bool
17027         * fixincl/server.h: protect against doubly defining t_bool
17028
17029 Mon Oct 11 20:18:41 1999  Jim Wilson  <wilson@cygnus.com>
17030
17031         * genoutput.c: Include toplev.h.
17032
17033 Mon Oct 11 18:56:14 1999  Jim Wilson  <wilson@cygnus.com>
17034
17035         * config/sparc/liteelf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
17036         Undef.
17037         * configure.in (sparclite-*-elf, sparc86x-*-elf): Don't use libgloss.h.
17038         * configure: Regenerate.
17039
17040 Mon Oct 11 16:07:49 1999  Richard Henderson  <rth@cygnus.com>
17041
17042         * gcse.c (delete_null_pointer_checks): Returns void.
17043
17044 Mon Oct 11 20:31:51 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17045
17046         * rtl.c (copy_rtx): Don't use accessor macros to copy fields.
17047         * emit-rtl.c (copy_insn_1): Likewise.
17048
17049 Mon Oct 11 13:29:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
17050
17051         * config/mips/mips.c (mips_build_va_list): Correct
17052         TREE_CHAIN setting when hard-float.
17053         (mips_va_start): Use corrected setting.
17054         (mips_va_arg): Likewise.  Also pass a tree to build of
17055         POSTINCREMENT_EXPR rather than a naked 'int'.
17056
17057 Sun Oct 10 18:27:27 1999  Mark Mitchell  <mark@codesourcery.com>
17058
17059         * ggc.h (ggc_push_context): Fix comment.
17060         (ggc_pop_context): Likewise.
17061         (mark_string_if_gcable): Likewise.
17062         * ggc-common.c (ggc_mark_rtx_children): Use
17063         ggc_mark_string_if_gcable.
17064         * ggc-page.c (ggc_lookup_page_table): New function.
17065         (ggc_allocated_p): Likewise.
17066         (mark_obj): Fix formatting.
17067         (ggc_mark_string_if_gcable): New function.
17068         * ggc-simple.c (ggc_allocated_strings): New variable.
17069         (ggc_strings_used): Likewise.
17070         (ggc_compare_addresses): New function.
17071         (ggc_pop_context): Pop the `any' memory too.
17072         (ggc_mark_string_if_gcable): New function.
17073         (ggc_collect): Initialize and tear down ggc_allocated_strings.
17074
17075 Sun Oct 10 20:05:21 1999  David Edelsohn  <edelsohn@gnu.org>
17076
17077         * rs6000.md (movstrsi_?reg): Use preferred rD/rS = r5 form.
17078         (scc patterns): Disable most SImode variants if TARGET_POWERPC64.
17079         * rs6000.c (expand_block_move): Match movstrsi_?reg register
17080         changes.
17081
17082 Sun Oct 10 16:37:01 1999  Richard Henderson  <rth@cygnus.com>
17083
17084         * haifa-sched.c (sched_reg_n_calls_crossed): Delete.
17085         (sched_reg_live_length, sched_reg_basic_block): Delete.
17086         (current_block_num, bb_live_regs, old_live_regs): Delete.
17087         (dead_notes, struct sometimes): Delete.
17088         (sched_note_set, birthing_insn_p): Delete.
17089         (adjust_priority): Gut useless reg lifetime code.
17090         (create_reg_dead_note, attach_deaths): Delete.
17091         (attach_deaths_insn, new_sometimes_live): Delete.
17092         (finish_sometimes_live): Delete.
17093         (find_pre_sched_live, find_post_sched_live): Delete.
17094         (update_reg_usage): Delete.
17095         (find_insn_reg_weight): New, from corpse of find_pre_sched_live.
17096         (schedule_insns): Delete reg lifetime code.
17097         (sched_analyze): Use REG_SAVE_NOTE to stuff NOTE_INSN notes away.
17098         (unlink_other_notes): Adjust REG_NOTE commentary.
17099         (reemit_notes): Use REG_SAVE_NOTE.
17100         (schedule_block): Likewise.
17101         (schedule_region): Allocate bitmap of blocks in region.  Use
17102         count_or_remove_death_notes.  Use update_life_info.
17103
17104         * rtl.h (REG_SAVE_NOTE): New.
17105         * rtl.c (reg_note_name): Update.
17106
17107 Sun Oct 10 16:14:16 1999  Richard Henderson  <rth@cygnus.com>
17108
17109         * combine.c (refresh_blocks, need_refresh): New.
17110         (combine_instructions): Allocate refresh_blocks.  Invoke
17111         update_life_info if needed.
17112         (distribute_notes): Mark refresh_blocks instead of installing
17113         USE insns.
17114         * flow.c (update_life_info): Remove notes if GLOBAL_RM_NOTES.
17115         * basic_block.h (enum update_life_extent): Add GLOBAL_RM_NOTES.
17116
17117         * Makefile.in (recog.o): Depend on basic-block.h.
17118
17119 Sun Oct 10 12:03:21 1999  Richard Henderson  <rth@cygnus.com>
17120
17121         * genrecog.c (add_to_sequence): Thinko last change: delete
17122         shadowing allow_const_int variable.
17123
17124 Sun Oct 10 08:40:00 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17125
17126         * cppinit.c: Use HAVE_GCC_VERSION instead of explicitly testing
17127         __GNUC__ and __GNUC_MINOR__.
17128
17129         * gansidecl.h: Likewise.
17130
17131         * rtl.c: Likewise.
17132
17133         * rtl.h: Likewise.
17134
17135         * toplev.h: Likewise.
17136
17137         * tree.c: Likewise.
17138
17139         * tree.h: Likewise.
17140
17141         * varray.c: Likewise.
17142
17143         * varray.h: Likewise.
17144
17145 Sun Oct 10 13:28:48 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17146
17147         * loop.c (find_and_verify_loops): When looking for a BARRIER, don't
17148         use one before a jump table.
17149
17150         * rtl.def (ADDRESS): Change documentation to match reality.
17151         * md.texi: Don't document it.
17152         * gmicro.md (load address pattern): Use 'p' constraint, delete use
17153         of ADDRESS rtx.
17154
17155         * emit-rtl.c (copy_insn_1): Make format_ptr a const char *.
17156
17157 Sun Oct 10 02:41:41 1999  Richard Henderson  <rth@cygnus.com>
17158
17159         * genrecog.c (add_to_sequence): Move allow_const_int test outside
17160         known predicate block; default allow_const_int true.
17161         (debug_decision_list): New.
17162
17163 Sun Oct 10 00:43:08 1999  Richard Henderson  <rth@cygnus.com>
17164
17165         * i386.h (CC1_SPEC): Typo -- use cc1_cpu.
17166
17167 Sat Oct  9 23:26:55 1999  Jeffrey A Law  (law@cygnus.com)
17168
17169         * gcse.c (gcse_main): Avoid global optimizations if we have a
17170         large number of basic blocks and the ratio of edges to blocks
17171         is high.
17172         (delete_null_pointer_checks): Likewise.
17173
17174 Sat Oct  9 23:16:01 1999  Ken Raeburn  <raeburn@mit.edu>
17175
17176         * c-common.c (check_format_info): Warn if format string isn't a
17177         string literal.
17178
17179 Sat Oct  9 23:04:02 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17180
17181         * configure.in (arm*-*-*): Don't let autoconf remove brackets
17182         * configure: regenerate
17183
17184 Sat Oct  9 13:15:53 1999  Richard Henderson  <rth@cygnus.com>
17185
17186         * alpha.md (extendsidi2): Turn into a splitter.  Allow f/f.
17187         If TARGET_FIX, allow r/f.  Remove cvtlq unspec pattern.
17188         (peepholes): Re-enable.
17189
17190 Sat Oct  9 12:18:16 1999  Richard Henderson  <rth@cygnus.com>
17191
17192         * Makefile.in (flow.o): Depend on TREE_H.
17193         * basic-block.h (REG_SET_EQUAL_P): New.
17194         (XOR_REG_SET): New.
17195         (n_edges): Declare.
17196         (free_regset_vector): Remove declaration.
17197         (flow_delete_insn_chain): Declare.
17198         (enum update_life_extent): New.
17199         (update_life_info, count_or_remove_death_notes): Declare.
17200         * combine.c (distribute_notes) [REG_DEAD]: Stop search at bb->head.
17201         Verify register live at bb->global_live_at_start before adding USE.
17202         * flow.c (HAVE_epilogue, HAVE_prologue): Provide default.
17203         (CLEAN_ALLOCA): New.
17204         (n_edges): New.
17205         (PROP_*): New flags.
17206         (find_basic_blocks_1): Use alloc_EXPR_LIST.
17207         (clear_edges): Zero n_edges.
17208         (make_edge): Increment n_edges.
17209         (split_edge): Don't allocate bb->local_set.  Increment n_edges.
17210         (flow_delete_insn_chain): Export.
17211         (delete_block): Decrement n_edges.
17212         (merge_blocks_nomove): Likewise.
17213         (life_analysis): Give life_analysis_1 PROP flags.
17214         (verify_wide_reg_1, verify_wide_reg): New.
17215         (verify_local_live_at_start): New.
17216         (update_life_info): Rewrite to call into propogate_block.
17217         (mark_reg): New.
17218         (mark_regs_live_at_end): After reload, if epilogue as rtl,
17219         always mark stack pointer.  Conditionally mark PIC register.
17220         After reload, mark call-saved registers, return regsiters.
17221         (life_analysis_1): Accept PROP flags not remove_dead_code.
17222         Call mark_regs_live_at_end before zeroing regs_ever_live.
17223         Use calculate_global_regs_live.  Copy global_live_at_end before
17224         calling final propagate_block.  Zero reg_next_use on exit.
17225         (calculate_global_regs_live): New.
17226         (allocate_bb_life_data): Don't allocate bb->local_set.
17227         (init_regset_vector, free_regset_vector): Remove.
17228         (propagate_block): Accept FLAGS not FINAL or REMOVE_DEAD_CODE.
17229         Test flags before every operation.  Warn if prologue/epilogue insn
17230         would have been deleted.
17231         (mark_set_regs, mark_set_1): Accept and use FLAGS.
17232         Use alloc_EXPR_LIST.
17233         (mark_used_regs): Accept and use FLAGS, not FINAL.
17234         Remove special handling for RETURN.
17235         (try_pre_increment): Use alloc_EXPR_LIST.
17236         (dump_flow_info): Dump n_edges.
17237         (unlink_insn_chain, split_hard_reg_notes): Remove.
17238         (maybe_add_dead_note, maybe_add_dead_note_use): Remove.
17239         (find_insn_with_note, new_insn_dead_notes): Remove.
17240         (update_n_sets, sets_reg_or_subreg_1, sets_reg_or_subreg): Remove.
17241         (maybe_remove_dead_notes, prepend_reg_notes): Remove.
17242         (replace_insns): Remove.
17243         (count_or_remove_death_notes): New.
17244         (verify_flow_info): Abort on error after all checks.
17245         (remove_edge): Decrement n_edges.
17246         (remove_fake_edges): Tweak format.
17247         * haifa-sched.c (schedule_insns): Use split_all_insns.
17248         * output.h (update_life_info): Remove declaration.
17249         * recog.c (split_all_insns): From the corpse of split_block_insns,
17250         do the whole function block by block.  Use update_life_info.
17251         (recog_last_allowed_insn): New.
17252         (recog_next_insn): Mind it.
17253         (peephole2_optimize): Set it.  Walk backwards through blocks.
17254         Use update_life_info.
17255         * rtl.h (update_flow_info, replace_insns): Remove declarations.
17256         (split_all_insns): Declare.
17257         * toplev.c (rest_of_compilation): Thread prologue before flow2.
17258         Use split_all_insns.
17259
17260         * i386.md (or -1 peep2s): Disable.
17261
17262 Fri Oct  8 17:49:08 1999  Richard Henderson  <rth@cygnus.com>
17263
17264         * config/mips/mips.md (movstrsi+[123]) : Combine these into
17265         a single pattern.  Scrap the 'd' versions as unnecessary.
17266
17267         * config/mips/mips.md (tablejump_internal3,tablejump_mips161,
17268         tablejump_mips162,tablejump_internal4): The operands to a
17269         label_ref must be VOIDmode.
17270
17271 Fri Oct  8 16:12:42 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17272
17273         * configure.in (c-mbchar): Append, don't overwrite, `extra_c_flags'.
17274
17275 Fri Oct  8 11:58:34 1999  Richard Henderson  <rth@cygnus.com>
17276
17277         * mips.c (mips_va_arg) [EABI]: Return addr_rtx.
17278
17279 Fri Oct  8 11:58:34 1999  Richard Henderson  <rth@cygnus.com>
17280
17281         * lists.c (init_EXPR_INSN_LIST_cache): Don't need to zap the
17282         cache every function if ggc_p.
17283
17284 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17285
17286         * jump.c (duplicate_loop_exit_test): Use copy_insn/copy_insn_1
17287         instead of copy_rtx.  Accept sequences that contain asm statements.
17288         * emit-rtl.c (copy_insn_1, copy_insn): New functions.
17289         (copy_insn_scratch_in, copy_insn_scratch_out, copy_insn_n_scratches,
17290         orig_asm_operands_vector, copy_asm_operands_vector,
17291         orig_asm_constraints_vecotr, copy_asm_constraints_vector): New static
17292         variables.
17293         * rtl.h (copy_insn, copy_insn_1): Declare.
17294
17295 Fri Oct  8 13:08:12 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17296
17297         * Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h.
17298
17299         * alpha.h (ASM_OUTPUT_MI_THUNK): Pass the correct number of
17300         arguments to `current_file_function_operand'.
17301
17302         * genrecog.c: Include hard-reg-set.h and resource.h in the
17303         generated output file.
17304
17305         * real.c: Include tm_p.h.
17306
17307 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17308
17309         * i386.md (prologue_allocate_stack): Add '=' constraint letter on
17310         output operand.
17311
17312 Thu Oct  7 23:06:50 1999  Richard Henderson  <rth@cygnus.com>
17313
17314         * rs6000.md (fix_truncdfsi2_internal+1): Emit a clobber
17315         before the fctiwz insn.
17316
17317 Thu Oct  7 22:53:00 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17318                           Mark Mitchell  <mark@codesourcery.com>
17319
17320         * tree.c (make_lang_type_fn): New funtion pointer.
17321         (make_lang_type): Call it.
17322         * tree.h (make_lang_type): Declare.
17323         (make_lang_type_fn): Likewise.
17324         * rs6000.c (rs6000_build_va_list): Use make_lang_type.
17325
17326 Thu Oct  7 00:36:17 1999  Diego Novillo  <dnovillo@cygnus.com>
17327
17328         * config/rs6000/rs6000.c (secondary_reload_class): For TARGET_ELF
17329         make sure that HIGH instructions are copied into BASE_REGS.
17330
17331 Thu Oct  7 17:02:34 1999  Jason Merrill  <jason@yorick.cygnus.com>
17332
17333         * expr.c (expand_expr, TARGET_EXPR): Set TREE_USED sooner.
17334
17335 Thu Oct  7 17:01:58 1999  Greg McGary  <gkm@gnu.org>
17336
17337         * c-decl.c (finish_struct): Use simpler method of
17338         removing elements of a singly-linked list.
17339
17340 Thu Oct  7 15:23:28 1999  Michael Meissner  <meissner@cygnus.com>
17341
17342         * alpha.md (peephole2's): Comment out peephole2's that generate
17343         buggy code.
17344
17345 Thu Oct  7 12:00:53 1999  Richard Henderson  <rth@cygnus.com>
17346
17347         * genrecog.c (add_to_sequence): Disable mode check for
17348         wildcard matches.
17349
17350 Thu Oct  7 20:14:16 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17351
17352         * ggc-simple.c (init_ggc): Set empty_string.
17353
17354 Thu Oct  7 01:13:15 1999  Richard Henderson  <rth@cygnus.com>
17355
17356         * configure.in: Detect mmap.  Add --with-gc=foo to select
17357         garbage collector; default to page if mmap available.
17358         * Makefile.in (GGC): Substitute.
17359
17360 Wed Oct  6 23:56:30 1999  Richard Henderson  <rth@cygnus.com>
17361
17362         * c-decl.c (ggc_p): Enable.
17363
17364 Wed Oct  6 17:17:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17365
17366         * flow.c (verify_flow_info): Make it extern & unconditionally define.
17367
17368 1999-10-06  Brendan Kehoe  <brendan@cygnus.com>
17369
17370         * sparc/sp86x-elf.h (SUBTARGET_SWITCHES): Add missing doc
17371         string for little-endian-data.
17372
17373 Wed Oct  6 16:10:35 1999  Michael Meissner  <meissner@cygnus.com>
17374
17375         * varray.h (VARRAY_CHECK): Fix up appropriate revision check, in
17376         case somebody tries to compile --enable-checking code with gcc
17377         1.34 or such.
17378
17379 Wed Oct  6 12:22:50 1999  Richard Henderson  <rth@cygnus.com>
17380
17381         * genrecog.c (add_to_sequence): Verify operand to label_ref is
17382         VOIDmode.
17383
17384 Wed Oct  6 10:21:15 1999  Richard Henderson  <rth@cygnus.com>
17385
17386         * genconfig.c (main): Disable HAVE_conditional_arithmetic.
17387         * jump.c (jump_optimize_1): Document why.
17388
17389 Wed Oct  6 10:41:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17390
17391         * collect2.c (scan_prog_file, scan_libraries): Prototype function
17392         pointers and casts for `int_handler' and `quit_handler'.
17393
17394         * flow.c (verify_flow_info, split_hard_reg_notes,
17395         find_insn_with_note, sets_reg_or_subreg_1, prepend_reg_notes,
17396         remove_edge, remove_fake_successors): Add static prototypes.
17397         (verify_flow_info): Wrap with macro ENABLE_CHECKING.
17398         (mark_set_1): Initialize variable `regno'.
17399         (unlink_insn_chain): Likewise for variable `curr'.
17400         (remove_fake_edges): Remove unused variables `e', `tmp' and `last'.
17401
17402         * loop.c (strength_reduce): Initialize variable
17403         `unrolled_insn_copies'.
17404         (cmp_combine_givs_stats, cmp_recombine_givs_stats): Add static
17405         prototypes.  Change these functions to take const PTR parameters
17406         to avoid prototype conflict when used as the comparson argument
17407         for qsort.
17408         (check_dbra_loop): Initialize variable `comparison_val'.
17409
17410         * reload.c (debug_reload_to_stream, debug_reload): Add prototypes.
17411         (get_secondary_mem): Mark parameter `x' with ATTRIBUTE_UNUSED.
17412         (find_valid_class): Initialize variable `best_class'.
17413         (find_reloads): Call memcpy, not bcopy.
17414
17415         * reload1.c (gen_mode_int, dump_needs): Add prototypes.
17416         (hard_reg_use_compare): Don't needlessly cast away const.
17417         (reload_reg_class_lower): Likewise.
17418         (choose_reload_regs): Initialize variable `regno'.
17419
17420 Tue Oct  5 16:34:12 1999  Paul Burchard <burchard@pobox.com>
17421
17422         * ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.
17423
17424 Tue Oct  5 16:14:40 1999  Michael Meissner  <meissner@cygnus.com>
17425
17426         * libgcc1-test.c (toplevel): Include stddef.h to get size_t.
17427         ({,d}discard): Add forward declarations.  Declare parameter as
17428         unused.
17429         (main_without_main): Explicitly declare return type to be int.
17430         (memcpy): Properly declare.
17431
17432         * libgcc2.c (toplevel): If inhibit_libc is defined and not
17433         building the trampoline support, declare malloc, free, and
17434         atexit.
17435         (__clear_cache): Mark arguments as potentially unused.
17436
17437         * frame.c (toplevel): If inhibit_libc is defined, declare
17438         malloc and free.
17439
17440 Tue Oct  5 12:00:32 1999  Richard Henderson  <rth@cygnus.com>
17441
17442         * flow.c (make_edge): Accept an optional 2D bitmap in which
17443         to cache edge existence.  Update all callers.
17444         (make_label_edge, make_eh_edge): Pass through the edge cache.
17445         (make_edges): Provide the cache.
17446
17447 Tue Oct  5 12:16:49 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17448
17449         * mbchar.c (literal_codeset, local_mbtowc, local_mblen): Constify
17450         a char*.
17451         (local_mbtowc): Change the type of variable `i' from int to size_t.
17452
17453         * mbchar.h (ISSJIS1, ISSJIS2): Use parens around && within ||.
17454         (local_mbtowc, local_mblen, literal_codeset): Constify a char*.
17455
17456 Tue Oct  5 11:34:52 1999  Michael Meissner  <meissner@cygnus.com>
17457
17458         * ggc-common.c (toplevel): Reorder includes, so that ggc.h comes
17459         after other includes that define the appropriate types.  Include
17460         tm_p.h for getting user prototypes.
17461         * ggc-callbacks.c (toplevel): Ditto.
17462         * ggc-none.c (toplevel): Ditto.
17463         * gcc-page.c (toplevel): Ditto.
17464         * ggc-simple.c (toplevel): Ditto.
17465
17466 Mon Oct  4 16:48:16 1999  Diego Novillo <dnovillo@cygnus.com>
17467                           Jonathan Larmour  <jlarmour@cygnus.co.uk>
17468
17469         * config/mips/mips.c (mips_move_2words): Split doubles if
17470         ISA >= 3, !TARGET_64BIT, and destination is not an FP register.
17471
17472 Mon Oct  4 21:47:31 1999  Richard Henderson  <rth@cygnus.com>
17473
17474         * genrecog.c (struct decision_test): New.
17475         (struct decision): Remove test-related members, sort the rest by size.
17476         (IS_SPLIT): Simplify.
17477         (new_decision, new_decision_test): New.
17478         (add_to_sequence): Use them.  No special handling for args of
17479         non-MATCH codes.
17480         (maybe_both_true): Renamed from not_both_true; return sense changed.
17481         (maybe_both_true_1, maybe_both_true_2): New.  Broken out
17482         of maybe_both_true and adjusted for decision_test.
17483         (position_merit): Remove.
17484         (nodes_identical, nodes_identical_1): New, broken out of merge_trees.
17485         (merge_accept_insn): New, broken out of merge_trees.
17486         (merge_trees): Use them.  No special case for c_test; no node
17487         splitting; use test type instead of position_merit.
17488         (factor_tests): New.
17489         (simplify_tests): New.
17490         (break_out_subroutines): Don't write code now.
17491         (find_afterward): New.
17492         (write_afterward, write_switch, write_cond): New.
17493         (write_action, is_unconditional): New.
17494         (write_node): New.  Use them.
17495         (write_tree_1): Rewrite.  Use the new functions above.
17496         (write_tree): Remove afterward processing.
17497         (write_subroutine): Simplify function variant emission.
17498         (write_subroutines): New.
17499         (same_codes, clear_codes): Remove.
17500         (same_modes, clear_modes): Remove.
17501         (write_header): New, broken out of main.
17502         (make_insn_sequence): Use new_decision and new_decision_test.
17503         (process_tree): New, broken out of main.
17504         (main): Adjust for merge_trees interface change.
17505         Don't #define operands in the output file.
17506         (record_insn_name): New, broken out of make_insn_sequence.
17507         (debug_decision_2, debug_decision_1, debug_decision_0): New.
17508         (debug_decision): New.
17509
17510 1999-10-04 21:58 -0700  Zack Weinberg  <zack@bitmover.com>
17511
17512         * resource.c (find_free_register): Mark class_str argument const.
17513         * resource.h: Update prototype to match.
17514
17515         * i386.h (PREDICATE_CODES): Add entry for long_memory_operand.
17516         * i386.md: Give all anonymous insns names.
17517
17518 Mon Oct  4 21:12:02 1999  Jeffrey A Law  (law@cygnus.com)
17519
17520         * flow.c (merge_blocks): Avoid assing BASIC_BLOCK for non-existent
17521         blocks.
17522
17523 Mon Oct  4 21:01:39 1999  Richard Henderson  <rth@cygnus.com>
17524
17525         * toplev.c (dbr_sched_time): Unconditional.
17526         (peephole2_time): New.
17527         (compile_file): Add pass numbers to all of the dump file suffixes.
17528         Dump peephole2_time.  Don't dump times for non-applicable passes.
17529         (rest_of_compilation): Add pass numbers to dump file suffixes.
17530         Conditionalize calls to the scheduler.
17531         * invoke.texi: Update.
17532
17533 Mon Oct  4 20:25:13 1999  Anthony Green  <green@cygnus.com>
17534
17535         * flow.c (make_edges): Fix insn iteration.
17536         (find_basic_blocks): Assign NULL_RTX, not 0, to rtx.
17537         (find_basic_blocks_1): Fix spelling mistake.
17538
17539 Mon Oct  4 16:56:11 1999  Richard Henderson  <rth@cygnus.com>
17540
17541         * tree.c (build1): Set TREE_SIDE_EFFECTS for expressions that
17542         always have side-effects.  Use memset not bzero.
17543         (make_node): Likewise.
17544
17545 Mon Oct  4 16:22:20 1999  Mark Mitchell  <mark@codesourcery.com>
17546
17547         * stmt.c (expand_anon_union_decl): When any of the elements of the
17548         union is addressable, so is the entire union.
17549
17550 Mon Oct  4 11:38:33 1999  Richard Henderson  <rth@cygnus.com>
17551
17552         * sbitmap.c (sbitmap_ones): Don't set too many bits.
17553
17554         * bitmap.h (enum bitmap_bits): Add BITMAP_XOR.
17555         * bitmap.c (bitmap_operation): Return true iff TO changed.
17556         (bitmap_equal_p): New.
17557         (bitmap_bit_p): Tidy arithmetic.
17558         (debug_bitmap_file): Likewise.
17559
17560 Mon Oct  4 11:28:37 1999  Richard Henderson  <rth@cygnus.com>
17561
17562         * toplev.c (rest_of_compilation): Turn on cse_not_expected
17563         before cse2 instead of after.
17564
17565 Mon Oct 4 09:55:17 1999  Stan Cox  <scox@cygnus.com>
17566
17567         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Let leasi/liadi handle large
17568         register offsets.
17569
17570 Mon Oct  4 08:54:12 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17571
17572         * cppinit.c (is_idchar initializer): Loosen tests to accept
17573         gcc 2.>6 and >2.
17574
17575 Mon Oct  4 02:31:20 1999  Mark Mitchell  <mark@codesourcery.com>
17576
17577         * mips.md: Define conditional move patterns for floating point
17578         operands and DI mode conditions.
17579
17580 Mon Oct  4 02:12:41 1999  Mark Mitchell  <mark@codesourcery.com>
17581
17582         * tree.c (make_node): Set TREE_SIDE_EFFECTS for expressions that
17583         always have side-effects.
17584
17585 Sun Oct  3 14:14:16 1999  Jeffrey A Law  (law@cygnus.com)
17586
17587         * mn10200.c (asm_file_start): Fix typo.
17588
17589         * cppinit.c (is_idchar initializer): Tighten tests for when
17590         to put the table into initialized memory.
17591
17592         * ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx,
17593         not an array of rtunion.
17594         * gcc-page.c (ggc_alloc_rtvec): Similarly.
17595         * gcc-simple (ggc_free_rtvec): Similarly.
17596
17597         * genattrtab.c (simplify_cond): Make TESTS an array of rtxs, instead
17598         of rtunions.
17599
17600         * mbchar.h: Add missing #endif.
17601
17602         * t-fr30 (LIB2FUNCS_EXTRA): Remove definition.
17603         (FPBIT, DPBIT): Define.
17604
17605 Sun Oct  3 12:44:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17606
17607         * print-tree.c (print_node, indent_to): Remove redundant prototypes.
17608
17609         * profile.c (instrument_arcs, output_gcov_string,
17610         tablejump_entry_p): Add static prototypes.
17611         (output_gcov_string): Constify a char*.
17612
17613         * regmove.c (replacement_quality, fixup_match_2): Add static
17614         prototypes.
17615
17616         * resource.h (reg_dead_p): Add extern prototype.
17617
17618         * rtl.c (trim_filename): Add static prototype.
17619
17620         * scan-decls.c (skip_to_closing_brace): Likewise.
17621
17622         * stmt.c (expand_decl_cleanup_no_eh): Hide definition.
17623         (expand_end_case): Initialize variable `range'.
17624         (emit_case_nodes): Remove unused prototype `rtx_fn'.
17625
17626         * varasm.c (asm_emit_uninitialised): Add static prototype.
17627         (asm_emit_uninitialised, assemble_variable): Mark parameter with
17628         ATTRIBUTE_UNUSED.
17629
17630 Sun Oct  3 12:24:52 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17631
17632         * cpplib.c (if_directive_nameo): Add static prototype.
17633
17634         * cse.c (cse_insn): Remove unused variable `p'.
17635
17636         * except.c (create_rethrow_ref, push_entry,
17637         receive_exception_label, new_eh_region_entry, find_func_region,
17638         clear_function_eh_region, process_nestinfo): Add static prototypes.
17639         (get_reg_for_handler): Hide definition.
17640         (process_nestinfo): Initialize variable `extra_handlers'.
17641
17642         * expr.h (expand_builtin_longjmp): Add extern prototype.
17643
17644         * final.c (final_addr_vec_align, align_fuzz): Add static prototypes.
17645
17646         * function.c (prepare_function_start): Likewise.
17647         (pop_function_context_from): Mark parameter `context' with
17648         ATTRIBUTE_UNUSED.
17649         (push_temp_slots_for_block, flush_addressof): Hide definition.
17650
17651         * gcov.c (init_arc, reverse_arcs, create_program_flow_graph,
17652         solve_program_flow_graph, calculate_branch_probs,
17653         function_summary, main, fancy_abort): Add prototypes.
17654
17655         * gen-protos.c (add_hash, parse_fn_proto, main): Likewise.
17656         (add_hash): Constify a char*.
17657
17658         * ggc-common.c (ggc_mark_rtx_ptr, ggc_mark_tree_ptr,
17659         ggc_mark_tree_varray_ptr, ggc_mark_tree_hash_table_ptr,
17660         ggc_mark_string_ptr, ggc_mark_tree_hash_table_entry): Add prototypes.
17661
17662         * integrate.c (expand_inline_function_eh_labelmap): Likewise.
17663
17664         * lists.c (free_list, zap_lists): Likewise.
17665
17666 Sun Oct  3 12:05:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17667
17668         * alias.c (nonlocal_reference_p): Add static prototype.
17669
17670         * bitmap.c (bitmap_element_allocate): Prototype args in function
17671         pointer cast.
17672
17673         * builtins.c (stabilize_va_list): Add static prototype.
17674         (expand_builtin_va_arg): Constify a char*.
17675
17676         * c-lex.c (getch, put_back, extend_token_buffer_to,
17677         read_line_number, token_getch, token_put_back): Add static
17678         prototypes.
17679
17680         * c-parse.gperf (hash, is_reserved_word): Likewise.
17681
17682         * cccp.c (is_dir_separator): Likewise.
17683
17684 Sat Oct  2 16:07:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17685
17686         * graph.h: New file to prototype functions exported by graph.c.
17687
17688         * Makefile.in (graph.o, toplev.o): Depend on graph.h.
17689
17690         * graph.c: Include graph.h.
17691
17692         * toplev.c: Likewise.  Remove redundant prototypes.
17693
17694 Sat Oct  2 11:28:33 1999  Krister Walfridsson <cato@df.lth.se>
17695
17696         * invoke.texi: Removed duplicated description for -Q.
17697
17698 Sat Oct  2 11:16:00 1999  Jim Kingdon  <http://developer.redhat.com>
17699
17700         * extend.texi: Grammar fix in __extension__ text.
17701
17702 Sat Oct  2 11:06:31 1999  Richard Henderson  <rth@cygnus.com>
17703
17704         * md.texi (define_peephole2): New section.
17705
17706 Sat Oct  2 10:57:56 1999  Jan Hubicka  <hubicka@freesoft.cz>
17707
17708         * i386.md (mov?i patterns): Fix handling of TARGET_USE_MOV0
17709         (mov $-1 to or peepholer): Enable for pentium when optimizing for
17710         speed.
17711
17712 Sat Oct  2 10:55:25 1999  Jan Hubicka  <hubicka@freesoft.cz>
17713
17714         * builtins.c (expand_builtin_strlen): Fix best mode searching loop.
17715
17716 Sat Oct  2 10:53:22 1999  Jan Hubicka  <hubicka@freesoft.cz>
17717
17718         * i386.md (ffs expander): Emit Pentium friendly code for
17719         TARGET_PENTIUM.
17720
17721 Sat Oct  2 02:48:21 1999  Mark P. Mitchell  <mark@codesourcery.com>
17722
17723         * tree.c (build): Don't look at TREE_SIDE_EFFECTS or TREE_RAISES
17724         for non-trees.
17725         (build1): Likewise.
17726
17727 Fri Oct  1 18:01:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17728
17729         * i386elf.h (TARGET_DEFAULT): Use symbolic constants.
17730
17731 Fri Oct  1 12:42:53 1999  Andreas Schwab  <schwab@suse.de>
17732
17733         * config/m68k/m68k.c (use_return_insn): Return false if the pic
17734         register is in use.
17735
17736 Fri Oct  1 10:56:06 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17737
17738         * md.texi (No Constraints): Delete section.
17739         * Makefile.in (genattrtab.o): Don't depend on "insn-config.h".
17740         * final.c (final_scan_insn): We always have register constraints.
17741         * genattrtab.c: Don't include "insn-config.h".
17742         (write_attr_case): We always have register constraints.
17743         * genconfig.c (register_constraint_flag): Delete.
17744         (walk_insn_part): Don't check whether we have register constraints.
17745         (main): Don't write out "#define REGISTER_CONSTRAINTS".
17746         * genoutput.c (have_constraints): Delete.
17747         (main): Don't set it.
17748         (output_operand_data): We always have constraints.
17749         (scan_operands): Likewise.
17750         (compare_operands): Likewise.
17751         * local-alloc.c (block_alloc): We always have constraints.
17752         (requires_inout): Always compile this function.
17753         * recog.c (extract_insn): We always have constraints.
17754         (constrain_operands, reg_fits_class_p): Always compile these
17755         functions.
17756         * recog.h (struct recog_data): Delete non-REGISTER_CONSTRAINTS
17757         fields.
17758         (struct insn_operand_data): Likewise.
17759         * regclass.c (regclass): We always have constraints.
17760         (record_reg_classes, copy_cost, record_address_regs,
17761         auto_inc_dec_reg_p): Always compile these functions.
17762         * regmove.c (regmove_optimize): We always have constraints.
17763         * reload.c (find_reloads): Likewise.
17764         * reload1.c (reload): Likewise.
17765         (reload_cse_simplify_operands): Likewise.
17766         * i860.c (output_delay_insn): Likewise.
17767
17768 Thu Sep 30 23:04:41 1999  Mark P. Mitchell  <mark@codesourcery.com>
17769
17770         * iris6.h (BUILD_VA_LIST_TYPE): Define.
17771
17772 Thu Sep 30 18:44:50 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17773
17774         * rs6000.c (rs6000_build_va_list): Create a TYPE_DECL node
17775         for the va_list record.
17776
17777 Thu Sep 30 18:34:54 1999  Jan Hubicka  <hubicka@freesoft.cz>
17778
17779         * i386.c (ix86_adjust_cost): Ignore false ebp dependencies in
17780         prologues.
17781
17782 Thu Sep 30 18:31:36 1999  Jan Hubicka  <hubicka@freesoft.cz>
17783
17784         * alias.c: Include insn-flags.h.
17785         * Makefile.in (alias.o): Update.
17786
17787 Thu Sep 30 18:21:30 1999  Jan Hubicka  <hubicka@freesoft.cz>
17788
17789         * i386.c (ix86_expand_int_movcc): Convert LEU and GTU comparisons
17790         to LTU and GEU.  Handle more cases using sbb.
17791
17792 Thu Sep 30 18:18:39 1999  Jan Hubicka  <hubicka@freesoft.cz>
17793
17794         * i386.md (truncatexfdf splitters): Do not use subreg.
17795         (fop XFmode patterns): Fix mode in operand testing.
17796
17797 Thu Sep 30 18:04:13 1999  Richard Henderson  <rth@cygnus.com>
17798
17799         * jump.c (jump_optimize_1): Amend last change to test only the
17800         form of the operand, not the insn.
17801
17802         * jump.c (jump_optimize_1) [conditional_move]: Use general_operand
17803         not register_operand to determine when B may need preloading.
17804
17805 Thu Sep 30 17:39:16 1999  Richard Henderson  <rth@cygnus.com>
17806
17807         * alpha.md (*): Use nonimmediate not general_operand for SET_DEST.
17808         (ffsdi2, extxl, insxh, mskxh): Add missing DImode to SET_SRC.
17809         (call-value patterns): Move to end of file.
17810         (*): Remove mode from label_ref in (pc) context.
17811         (movstrqi): Use memory not general_operand for BLKmode operands.
17812         (prologue_stack_probe_loop, builtin_longjmp): Add missing mode
17813         to register_operand operands.
17814         (peep2 patterns): Convert from commented-out peephole patterns.
17815
17816 Thu Sep 30 14:39:17 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17817
17818         * tree.h (enum built_in_function): Rename BUILT_IN_DWARF_REG_SIZE
17819         to BUILT_IN_INIT_DWARF_REG_SIZES.
17820         * builtins.c (expand_builtins, case BUILT_IN_INIT_DWARF_REG_SIZES):
17821         Renamed from BUILT_IN_DWARF_REG_SIZE; call
17822         expand_builtin_init_dwarf_reg_sizes.
17823         * c-decl.c (init_decl_processing): Replace __builtin_dwarf_reg_size
17824         with __builtin_init_dwarf_reg_size_table.
17825         * dwarf2out.c (struct reg_size_range): Delete.
17826         (expand_builtin_init_dwarf_reg_sizes): New function.
17827         (expand_builtin_dwarf_reg_size): Delete.
17828         * except.h (expand_builtin_init_dwarf_reg_sizes): Declare.
17829         (expand_builtin_dwarf_reg_size): Don't declare.
17830         * libgcc2.c (dwarf_reg_size_table_initialized): New.
17831         (dwarf_reg_size_table): New.
17832         (init_reg_size_table): New function.
17833         (copy_reg): Use dwarf_reg_size_table.
17834         (eh_context_initialize): Make sure dwarf_reg_size_table is initialized
17835         before use.
17836
17837 Thu Sep 30 05:40:34 1999  Richard Earnshaw <rearnsha@arm.com>
17838
17839         * c-lang.c (finish_file case ndef ASM_OUTPUT_{CON,DE}STRUCTOR):
17840         Correctly build argument list to constructor and destructor functions.
17841
17842 Thu Sep 30 00:13:27 1999  Dirk Zoller  <duz@rtsffm.com>
17843
17844         * c-tree.h (warn_float_equal): Declare.
17845         * c-decl.c (warn_float_equal): Define.
17846         (c_decode_option): Recognize -W[no-]float-equal.
17847         * c-typeck.c (build_binary_op): Conditionally warn
17848         about equality tests of floating point types.
17849         * toplev.c (documented_lan_options): Add -W[no-]float-equal.
17850         * invoke.texi: Add docs for -Wfloat-equal warning.
17851
17852 Wed Sep 29 23:43:39 1999  Jeffrey A Law  (law@cygnus.com)
17853
17854         * h8300.h (INIT_TARGET_OPTABS): Use init_one_optab instead of
17855         generating RTL directly.
17856         * mips.h (INIT_TARGET_OPTABS): Likewise.
17857         * mn10200.h (INIT_TARGET_OPTABS): Likewise.
17858
17859         * expr.h (init_mov_optab): Delete declaration
17860
17861         * h8300.c (WORD_REG_USED): Update to avoid useless register
17862         saves in interrupt functions and functions which never return.
17863
17864         * cse.c (struct set): Delete inner_dest_loc field.
17865         (cse_insn): Remove assignments to inner_dest_loc field.
17866
17867 Wed Sep 29 16:06:20 1999  Richard Henderson  <rth@cygnus.com>
17868
17869         * ggc-page.c: Don't include <unistd.h> etc taken care of
17870         by "system.h".  Include <sys/mman.h> afterward.
17871
17872 Wed Sep 29 16:05:18 1999  Richard Henderson  <rth@cygnus.com>
17873
17874         * rs6000.c (rs6000_encode_section_info): If ggc_p, use
17875         ggc_alloc_string.
17876
17877 Tue Sep 28 16:45:40 1999  David Edelsohn  <edelsohn@gnu.org>
17878
17879         * xcoffout.c (xcoffout_declare_function): Add documentation.
17880         * rs6000.c (num_insns_constant_wide): Use TARGET_POWERPC64 not
17881         TARGET_64BIT.  Compare constant to -1, not bit pattern.
17882         (easy_fp_constant): Use TARGET_POWERPC64 not TARGET_64BIT.
17883         (expand_block_move): Allow 8 DImode loads for PowerPC64.  Fix
17884         gen_movsi typos.
17885
17886 Tue Sep 28 16:43:14 1999  Nick Clifton  <nickc@cygnus.com>
17887
17888         * dwarf2out.c (add_abstract_origin_attribute): Abort if
17889         origin_die is NULL.
17890         (gen_inlined_enumeration_type_die): Do not abort if the type has
17891         not been writeen out.
17892         (gen_inlined_structure_type_die): Do not abort if the type has
17893         not been writeen out.
17894         (gen_inlined_union_type_die): Do not abort if the type has
17895         not been writeen out.
17896         (gen_tagged_type_instantiation_die): Do not abort if the type
17897         has not been written out.
17898
17899 Tue Sep 28 14:33:47 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17900
17901         * c-decl.c (init_decl_processing): If MD_INIT_BUILTINS is defined,
17902         call it.
17903         * reg-stack.c (straighten_stack): Copy hard reg set with
17904         COPY_HARD_REG_SET.
17905
17906 Tue Sep 28 01:11:05 1999  Richard Henderson  <rth@cygnus.com>
17907
17908         * builtins.c (stabilize_va_list): Stabilize array type va_list
17909         to a pointer type, not the base record type.
17910         (expand_builtin_va_copy): Dereference the pointers explicitly;
17911         use the correct size for the copy.
17912
17913         * rs6000.c (rs6000_va_start): Dereference valist to get to the record.
17914         (rs6000_va_arg): Likewise.
17915
17916 Mon Sep 27 23:27:21 1999  Richard Henderson  <rth@cygnus.com>
17917
17918         * rtl.h (struct rtx_def): Move gc_mark to align mode field.
17919
17920 Mon Sep 27 23:20:29 1999  Mark Mitchell  <mark@codesourcery.com>
17921
17922         * tree.h (struct tree_decl): Use `bclass', not `class', in name of
17923         field.
17924         (DECL_BUILT_IN_CLASS): Adjust accordingly.
17925
17926 Mon Sep 27 23:03:16 1999  Richard Henderson  <rth@cygnus.com>
17927
17928         * ggc-page.c (GGC_MIN_LAST_ALLOCATED): New.
17929         (init_ggc): Use it instead of a constant.
17930         (ggc_collect): Bound allocated_last_gc by it.
17931
17932 Mon Sep 27 19:06:04 1999  Jeffrey A Law  (law@cygnus.com)
17933
17934         * fixinc/fixinc.irix (stdio.h): Hack stdio.h to avoid problems
17935         with va_list.
17936
17937 Mon Sep 27 19:40:17 CEST 1999   Marc Espie <espie@cvs.openbsd.org>
17938
17939         * configure.in (mips*el-*-openbsd*):  Don't duplicate default settings.
17940         (mips*-*-openbsd*):  Let big endian configuration be a fragment.
17941         * configure:  Regen.
17942         * config/mips/openbsd.h:  New, OpenBSD little endian target.
17943         * config/mips/openbsd-be.h:  New, OpenBSD big endian target fragment.
17944         * config/mips/xm-openbsd.h:  New, OpenBSD host.
17945
17946 Mon Sep 27 10:28:48 1999  Andreas Schwab  <schwab@suse.de>
17947
17948         * config/m68k/m68k.c (output_function_prologue,
17949         output_function_epilogue): Use
17950         current_function_uses_pic_offset_table instead of regs_ever_live
17951         to decide whether to save/restore pic register.
17952         (legitimize_pic_address): Don't modify regs_ever_live any more.
17953
17954 Sun Sep 26 10:55:36 1999  Mark Mitchell  <mark@codesourcery.com>
17955
17956         * function.h (struct function): Add x_dont_save_pending_sizes_p.
17957         * stor-layout.c (variable_size): Don't add sizes to the pending
17958         sizes list if x_dont_save_pending_sizes_p is set.
17959
17960 Sun Sep 26 16:36:52 1999  Robert Lipe  (robertlipe@usa.net)
17961
17962         * config/i386/dgux.h (SELECT_RTX_SECTION): Provide dummy argument
17963         for symbolic_operand().
17964         * config/i386/sco5.h (SELECT_RTX_SECTION): Likewise.
17965
17966 Sun Sep 26 07:37:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17967
17968         * combine.c (gen_rtx_combine): Add missing call to va_end().
17969
17970         * final.c (asm_fprintf): Likewise.
17971
17972         * genattrtab.c (attr_rtx): Likewise.
17973
17974 Sat Sep 25 13:11:07 1999  Jeffrey A Law  (law@cygnus.com)
17975
17976         * cse.c: Update comments.
17977         (cse_insn): When converting a conditional/computed jump into
17978         an unconditional jump, always make sure a BARRIER immediately
17979         follows the converted jump.  Do not delete unreachable code.
17980         (cse_basic_block): Do not delete unreachable code.
17981         * toplev.c (rest_of_compilation): Move call to
17982         delete_trivially_dead_insns after the conditional call to
17983         jump_optimize.
17984
17985 Sat Sep 25 09:03:17 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17986
17987         * collect2.c (make_temp_file): Don't prototype.
17988
17989         * gcc.c (make_temp_file): Likewise.
17990
17991         * mips.c (mips_make_temp_file): Renamed from `make_temp_file'.
17992
17993 Sat Sep 25 13:42:15 1999  Nick Clifton  <nickc@cygnus.com>
17994
17995         * varasm.c (asm_emit_uninitialised): New function: Generate
17996         the assembler statements necessary to declare an uninitialised
17997         variable.
17998         (ASM_EMIT_LOCAL): New macro: Emit a local, uninitialised
17999         variable.
18000         (ASM_EMIT_BSS): New macro: Emit an entry in the bss section.
18001         (ASM_EMIT_COMMON): New macro: Emit an entry in the common
18002         section.
18003         (assemble_variable): Use asm_emit_uninitialised to emit an
18004         uninitialised variable.
18005
18006 Fri Sep 24 17:10:56 1999  Nick Clifton  <nickc@cygnus.com>
18007
18008         * combine.c (simplify_comparison): Cope with downshifting a 32 bit
18009         constant on a 64 bit host.  Patch supplied by Geoffrey Keating
18010         <geoffk@cygnus.com>.
18011
18012 Fri Sep 24 10:48:10 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18013
18014         * builtins.c (expand_builtin): Use MD_EXPAND_BUILTIN if defined.
18015         * c-common.h (builtin_function): Don't declare.
18016
18017         * c-decl.c (duplicate_decls): Use DECL_BUILT_IN_CLASS rather than
18018         DECL_BUILT_IN.
18019         (pushdecl): Likewise.
18020         (finish_decl): Likewise.
18021         (builtin_function): New arg CLASS.  Arg FUNCTION_CODE now of type
18022         int.  All callers changed.
18023         Set the builtin's DECL_BUILT_IN_CLASS.
18024         * tree.h (enum built_in_class): New.
18025         (enum built_in_function): Delete NOT_BUILT_IN.
18026         (DECL_FUNCTION_CODE): The corresponding field in tree_decl is now
18027         in a union.
18028         (DECL_SET_FUNCTION_CODE): Likewise.
18029         (DECL_BUILT_IN_CLASS): New macro.
18030         (DECL_BUILT_IN): Use DECL_BUILT_IN_CLASS.
18031         (struct tree_decl): Split builtin function code field into a
18032         struct.
18033         (builtin_function): Declare.
18034
18035 Fri Sep 24 01:45:05 1999  Mark Mitchell  <mark@codesourcery.com>
18036
18037         * optabs.c (init_traps): Fix typo in last change.
18038
18039 Fri Sep 24 01:10:11 1999  Mark Mitchell  <mark@codesourcery.com>
18040
18041         * toplev.c (rest_of_decl_compilation): Update comment.
18042
18043 Fri Sep 24 11:57:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
18044
18045         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Put the symbol
18046         in .sbss if appropriate.
18047         (EXTRA_SECTION_FUNCTIONS): Add sbss.
18048         (SBSS_SECTION_ASM_OP): New macro.
18049         * config/mips/linux.h (EXTRA_SECTION_FUNCTIONS): Add sbss.
18050         (EXTRA_SECTIONS): Add in_sbss.
18051         * config/mips/mips.h: Prototype sbss_section.
18052
18053 Thu Sep 23 18:18:55 1999  Mark Mitchell  <mark@codesourcery.com>
18054
18055         * stmt.c (expand_start_bindings): Don't allow cleanup instructions
18056         to disappear.
18057
18058 Thu Sep 23 18:07:01 1999  Mark Mitchell  <mark@codesourcery.com>
18059
18060         * optabs.c (init_traps): Register trap_rtx as a GC root.
18061
18062 Thu Sep 23 17:41:47 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18063
18064         * config/mips/mips.c (function_arg_pass_by_reference): Define
18065         unconditionally, since it's called unconditionally.
18066
18067 Thu Sep 23 13:40:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
18068
18069         * toplev.c (documented_lang_options): Add -fshort-wchar.
18070         * c-decl.c (c_decode_option): Likewise.
18071         (init_decl_processing): If -fshort-wchar, use 'short unsigned int'
18072         for wchar_t.
18073         * c-common.c, c-lex.c: Get WCHAR_TYPE_SIZE from wchar_type_node.
18074         * gcc.c (default_compilers): If -fshort-wchar,
18075         override __WCHAR_TYPE__.
18076         * tm.texi (C Dialect Options): Add -fshort-wchar.
18077
18078         * dwarf2out.c (output_aranges): Use DW_AT_location to find the
18079         symbol for a variable.
18080
18081         * cpplib.h (CPP_PREPROCESSED): New macro.
18082         * cpplib.c (handle_directive): Don't complain about `# NUMBER' if
18083         we're seeing this input for a second time.
18084
18085 Thu Sep 23 12:54:49 1999  Alex Samuel  <samuel@codesourcery.com>
18086
18087         * emit-rtl.c (init_emit_once): Initialize modes first.
18088
18089 Sun Sep 19 01:23:23 1999  Alex Samuel  <samuel@codesourcery.com>
18090
18091         * config/i386/i386.c (pic_label_name): Change to char pointer.
18092         (global_offset_table): New variable.
18093         (load_pic_register): Fill global_offset_table if it hasn't
18094         already been done.  Allocate pic_label_name dynamically.
18095         * ggc.h (empty_string): New variable.
18096         * ggc-simple.c (empty_string): Likewise.
18097         (init_ggc): Allocate empty_string and add as root.
18098         * stmt.c (digit_strings): New variable.
18099         (init_stmt): Add last_block_end_note as root.  Allocate and
18100         initialize digit_strings.
18101         (expand_asm_operands): Use empty_string instead of string
18102         constant.  Use digit_strings instead of string constants.
18103         * profile.c (init_arc_profiler): Allocate string with
18104         ggc_alloc_string instead of xmalloc.
18105         (output_func_start_profiler): Likewise.
18106         * c-typeck.c (digest_init): Check if init is error_mark_node.
18107
18108 Thu Sep 23 12:59:14 1999  Alex Samuel  <samuel@codesourcery.com>
18109                           Richard Henderson  <rth@cygnus.com>
18110
18111         * ggc-page.c: New file.
18112         * Makefile.in (ggc-page.o): New.
18113
18114 Thu Sep 23 13:55:21 1999  Jeffrey A Law  (law@cygnus.com)
18115
18116         * invoke.texi: Document -fdelete-null-pointer-checks
18117         * toplev.c (flag_delete_null_pointer_checks): New.
18118         (f_options): Add entry for -fdelete-null-pointer-checks.
18119         (rest_of_compilation): Conditionalize null pointer check
18120         elimination on flag_delete_null_pointer_checks.
18121         (main): If -O2 or greater, enable -fdelete-null-pointer-checks
18122
18123 1999-09-23 10:56 -0700  Zack Weinberg  <zack@bitmover.com>
18124
18125         * iso646.h, stdarg.h, stdbool.h, stddef.h, varargs.h: Add
18126         copyright notice and special exception to GPL.
18127
18128 Thu Sep 23 13:40:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18129
18130         * abi64.h (mips_function_value): Add prototype arguments.
18131
18132         * mips-protos.h: New file with mips prototypes.
18133
18134         * mips.c: Include "tm_p.h".
18135         (mktemp, lookup_name): Add prototype arguments.
18136         (extern_list, string_constant, mips_fill_delay_slot,
18137         mips_output_external, mips_output_external_libcall,
18138         mips_output_filename, mips_declare_object, function_prologue,
18139         mips_expand_prologue, function_epilogue, mips16_constant,
18140         build_mips16_function_stub, mips_output_conditional_branch):
18141         Constify a char*.
18142         (mips_va_start): Remove unused variable `u'.
18143         (mips_va_arg): Cast value to unsigned when comparing against one.
18144         (trace): Delete.
18145         (save_restore_insns, mips_expand_prologue): Add missing arg in
18146         call to `large_int'.
18147
18148         * mips.h: Move prototypes to mips-protos.h.
18149         (data_section, memory_address_p, rdata_section,
18150         readonly_data_section, simple_epilogue_p, text_section): Delete
18151         prototypes delcared elsewhere.
18152         (mips_epilogue_delay_slots, print_options): Delete unused decls.
18153         (trace): Delete.
18154         (GO_PRINTF, GO_PRINTF2): Call fprintf, not trace.
18155
18156         * mips.md: Delete extra args in call to `mips_move_2words'.
18157
18158         * xm-iris6.h (alloca): Add prototype argument.
18159
18160         * genpeep.c: Include "tm_p.h" in generated output file.
18161
18162 Thu Sep 23 10:36:55 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18163
18164         * basic-block.h (find_edge_index): Change parameters.
18165         * flow.c (verify_edge_list): Pass basic_block parameters to
18166         find_edge_index instead of integers.
18167
18168 Thu Sep 23 15:54:12 1999  Nick Clifton  <nickc@cygnus.com>
18169
18170         * combine.c (simplify_comparison): Use an unsigned shift to adjust
18171         the constant.
18172
18173 Thu Sep 23 08:46:21 1999  Guy Harris  <guy@netapp.com>
18174
18175         * gcc.1: Fix a formatting error.
18176
18177 Wed Sep 22 16:10:21 1999  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
18178
18179         * install.texi (Configurations): Remove pyramid. Add fr30, i686,
18180         i786, mn10200, mn10300, pdp11, v850.
18181
18182 Thu Sep 23 07:37:13 1999  Dan Nicolaescu  <dann@ics.uci.edu>
18183
18184         * libgcc2.c (num_digits): Add prototype with
18185         __attribute__((const)).
18186         (__terminate): Add prototype.
18187
18188 Thu Sep 23 05:32:06 1999  Richard Henderson  <rth@cygnus.com>
18189
18190         * builtins.c, dbxout.c, varasm.c: Include tm_p.h.
18191
18192         * alpha/alpha.c (print_operand): Fix type of `code'.
18193         (alpha_output_filename): Constify.
18194         * alpha/alpha.h: Move all function declarations ...
18195         * alpha/alpha-protos.h: ... here.  New file.
18196         * alpha/elf.h (CONST_SECTION_FUNCTION): Prototype the function.
18197         (SECTION_FUNCTION_TEMPLATE): Likewise.
18198
18199 Thu Sep 23 11:15:36 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18200
18201         * expmed.c (do_cmp_and_jump): Pass ccp_jump to can_compare_p.
18202         * expr.c (expand_expr): Likewise.
18203         (do_jump): Likewise.
18204         (do_store_flag): Pass ccp_store_flag to can_compare_p.
18205         * expr.h (enum optab_index): Add cbranch, cmov, cstore optabs and
18206         accessor macros.
18207         (enum can_compare_purpose): New.
18208         (can_compare_p): Adjust prototype.
18209         (prepare_cmp_insn, prepare_operand): Declare.
18210         * genopinit.c (optabs): Add cbranch_optab, cmov_optab, cstore_optab.
18211         * optabs.c (cmp_available_p): Deleted.
18212         (expand_abs): Pass ccp_jump to can_compare_p.
18213         (can_compare_p): New arg PURPOSE.  Check for combined optabs.
18214         (prepare_cmp_insn): No longer static.  Add arg PURPOSE.
18215         Call can_compare_p rather than cmp_available_p.
18216         (prepare_operand): No longer static.
18217         (emit_cmp_and_jump_insn): Check for and use cbranch patterns.
18218         (emit_cmp_and_jump_insns): Pass ccp_jump to prepare_cmp_insn.
18219         (expand_float): Fix a slightly broken emit_cmp_insn/emit_jump_insn
18220         sequence to use emit_cmp_and_jump_insns.
18221         (init_optabs): Initialize cbranch_optab, cmov_optab, cstore_optab.
18222
18223 Wed Sep 22 17:58:01 1999  Stan Cox  <scox@cygnus.com>
18224
18225         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Don't accept large
18226         register offsets; let LEGITIMIZE_ADDRESS load it into a register.
18227         (LEGITIMIZE_ADDRESS): Use plus_constant to avoid
18228         (plus (reg) (const_int 0))
18229         * mips.md (call_internal3c): New pattern for -mips16 -mlong-calls.
18230
18231 Wed Sep 22 17:55:31 1999  David Edelsohn  <edelsohn@gnu.org>
18232
18233         * rs6000.c (expand_block_move): DImode loads and stores require
18234         word-aligned displacements.  Increment address registers with
18235         adddi3 on 64-bit platform.  Use TARGET_POWERPC64 not TARGET_64BIT.
18236
18237 Wed Sep 22 17:35:55 1999  Michael Meissner  <meissner@cygnus.com>
18238
18239         * dwarf2out.c (base_type_die): Use the name __unknown__ if there
18240         is no name for the base type, rather than segfault.  If we are
18241         writing out a complex integer type, use DW_ATE_lo_user.
18242
18243         * expr.c (emit_move_insn_1): If we are copying a complex that fits
18244         in one word or less (complex char, complex short, or on 64 bit
18245         systems complex float) to/from a hard register, copy it through
18246         memory instead of dying in gen_{real,imag}part.  If we have a
18247         short complex type, prevent inlining since it allocates stack
18248         memory.
18249
18250         * tree.c (build_complex_type): If we are writing dwarf2 output,
18251         generate a name for complex integer types.
18252
18253 Wed Sep 22 11:34:08 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18254
18255         * basic-block.h (add_noreturn_fake_exit_edges): Use correct name.
18256         * flow.c (remove_edge): Remove extra whitespace.
18257         (remove_fake_edges): Fix comment.
18258         (add_noreturn_fake_exit_edges): Use the correct name.
18259
18260 Wed Sep 22 16:12:40 BST 1999  Nathan Sidwell  <nathan@acm.org>
18261
18262         * Makefile.in (INTL_MOSTLYCLEAN, INTL_CLEAN): New variables.
18263         (mostlyclean): Depend on INTL_MOSTLYCLEAN.
18264         (clean): Depend on INTL_CLEAN.
18265         (maintainer-clean): Adjust.
18266
18267 Wed Sep 22 10:18:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18268
18269         * configure.in (AC_PREREQ): Bump to 2.13.
18270         (AC_C_STRINGIZE): Call this instead of using a custom macro.
18271
18272         * gansidecl.h (HAVE_STRINGIZE): Define, if stage2 gcc && __STDC__.
18273
18274         * system.h (HAVE_STRINGIZE): Test this instead of HAVE_CPP_STRINGIFY.
18275
18276         * acconfig.h (HAVE_CPP_STRINGIFY): Delete.
18277
18278         * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Delete.
18279         (HAVE_STRINGIZE): Define.
18280
18281 Wed Sep 22 06:25:15 1999  Jim Kingdon  <http://developer.redhat.com>
18282
18283         * c-parse.in: save and restore warn_pointer_arith on __extension__
18284         along with pedantic.
18285         (SAVE_WARN_FLAGS, RESTORE_WARN_FLAGS): Added.
18286         Set the type of extension to itype rather than $<itype>1 kludge.
18287         * extend.texi (Alternate Keywords): Adjust documentation.
18288         * c-parse.c, c-parse.y, objc-parse.c, objc-parse.y: Rebuilt.
18289
18290 Wed Sep 22 06:06:57 1999  Jeffrey A Law  (law@cygnus.com)
18291
18292         * pa.c, pa.h, pa.md: Support multiple assembler dialects in
18293         most assembler templates.
18294
18295         * pa.c (hppa_legitimize_address): Handle full offsets for PA2.0
18296         FP loads and stores.
18297         (following_call): Always return zero for the PA8000.
18298         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Handle full offsets for PA2.0
18299         FP loads and stores.
18300         (LEGITIMIZE_RELOAD_ADDRESS): Similarly.
18301
18302         * pa.h (BRANCH_COST): Define.
18303
18304         * pa.md (return, return_internal): Use bve for PA2.0.
18305
18306         * pa.md (fused multiply): Add variants which reduce height for the
18307         fused multiply, but which still generate 2 insns.
18308         (fnegabs): Similarly.
18309
18310         * pa.md (subsi3): Turn into an expander.  Create two anonymous
18311         patterns.  One for PA2.0 one for PA1.x.  Use mtsarcm for PA2.0.
18312         * pa.h (EXTRA_CONSTRAINT): Handle 'S'.
18313
18314         * pa.md (floatunssisf2, floatunssidf2): Generate different RTL
18315         for TARGET_PA_20.
18316         (floatunssidf2_pa20, floatunssisf2_pa20): New patterns for PA2.0
18317         code generation.
18318         (floatunsdisf2, floatunsdidf2, fixuns_truncsfsi2): Likewise.
18319         (fixuns_truncdfsi2, fixuns_truncsfdi2, fixuns_truncdfsi2): Likewise.
18320
18321         * regclass.c (init_regs): Add "top_of_stack" as a garbage
18322         collection root.
18323
18324         * flow.c (record_active_eh_regions): Terminate loop after finding
18325         the last insn in the last basic block.
18326
18327 Wed Sep 22 20:25:00 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18328
18329         * config/c4x/c4x.md: Delete parallel instruction peepholes.
18330
18331 Wed Sep 22 19:59:19 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18332
18333         * config/c4x/c4x.c (c4x_add_gc_roots): Add tree roots.
18334
18335 Wed Sep 22 19:56:25 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18336
18337         * config/c4x/c4x.c (c4x_process_after_reload): Rework machdep insn
18338         splitting to not use output template.
18339
18340 Wed Sep 22 19:50:12 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18341
18342         * config/c4x/c4x.h (EXPAND_BUILTIN_VA_START): Call c4x_va_start.
18343         * config/c4x/c4x.c (c4x_va_start): New function.
18344
18345 Tue Sep 21 18:40:01 1999  Jan Hubicka  <hubicka@freesoft.cz>
18346
18347         * genrecog.c (not_both_true): Handle correctly cases when called for
18348         tests with different positions in the insn.
18349
18350 Tue Sep 21 18:29:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18351
18352         * machmode.h (HOST_PTR_PRINTF): Move from here ...
18353
18354         * system.h (HOST_PTR_PRINTF): ... to here.
18355
18356         * mips-tfile.c: Don't include machmode.h.
18357
18358         * Makefile.in (MACHMODE_H): New variable.  Update to use it.
18359         (mips-tfile.o): Don't depend on machmode.h.
18360
18361 Tue Sep 21 18:27:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18362
18363         * haifa-sched.c (sched_analyze): Rename local variable `region' to
18364         avoid conflicts with typedef struct `region' at the top level scope.
18365
18366 Tue Sep 21 14:14:50 1999  Richard Henderson  <rth@cygnus.com>
18367
18368         * basic-block.h (basic_block): Add eh_beg, eh_end.
18369         * flow.c (entry_exit_blocks): Update.
18370         (find_basic_blocks): Don't allocate bb_eh_end, or pass it around.
18371         Call new functions.
18372         (find_basic_blocks_1): Don't record eh_list at each bb.  Use
18373         lists.c functions to allocate insn lists.
18374         (make_edges): Use eh_beg+eh_end, not the lists.  Split out EH
18375         edge creation ...
18376         (make_eh_edge): ... here.  New.
18377         (move_stray_eh_region_notes): New.
18378         (record_active_eh_regions): New.
18379         (delete_unreachable_blocks): Split out block merging ...
18380         (try_merge_blocks): ... here.  New.
18381         (merge_blocks_move_predecessor_nojumps): Remove edge arg.
18382         Dump debugging data.
18383         (merge_blocks_move_successor_nojumps): Likewise.
18384         (merge_blocks): Use eh_beg+eh_end to validate block movement.
18385
18386 Tue Sep 21 11:15:03 1999  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
18387
18388         * extend.texi (Bound member functions): Document unbound pmf
18389         conversion.
18390
18391 Tue Sep 21 14:55:11 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18392
18393         * flow.c (split_edge): Handle insertion on a fallthrough edge which
18394         has the EXIT_BLOCK as a dest.
18395
18396 Tue Sep 21 14:51:23 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18397
18398         * flow.c (remove_edge): New function to remove an edge from the
18399         flow graph.
18400         (remove_fake_successors): New function to remove fake successor edges.
18401         (remove_fake_edges): New function to remove all fake edges from the
18402         flow graph.
18403         (add_fake_exit_edges): New function to add fake edges from all blocks
18404         with no successors to the exit block.
18405         * basic-block.h (remove_fake_edges, add_fake_exit_edges): Add
18406         prototypes for new functions.
18407
18408 Tue Sep 21 14:49:53 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18409
18410         * config/mips/elf64.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR):
18411         Use Pmode to determine whether to output .dword or .word.
18412
18413 Tue Sep 21 11:04:34 1999  Alex Samuel  <samuel@codesourcery.com>
18414
18415         * tree.c (built_in_filename): New variable.
18416         (BUILT_IN_FILENAME): New macro.
18417         (init_tree_codes): Allocate built_in_filename.
18418         (make_node): Use built_in_filename instead of string constant.
18419
18420 Tue Sep 21 14:13:27 1999  Nick Clifton  <nickc@cygnus.com>
18421
18422         * configure.in: Add fr30 target.
18423         * configure: Regenerate.
18424         * config/fr30: New directory.
18425         * config/fr30/crti.asm: New file.
18426         * config/fr30/fr30.c: New file.
18427         * config/fr30/crtn.asm: New file.
18428         * config/fr30/fr30.h: New file.
18429         * config/fr30/fr30.md: New file.
18430         * config/fr30/lib1funcs.asm: New file.
18431         * config/fr30/t-fr30: New file.
18432         * config/fr30/xm-fr30.h: New file.
18433
18434 Tue Sep 21 06:45:31 1999  Jeffrey A Law  (law@cygnus.com)
18435
18436         * flow.c (merge_blocks_move_successor_nojumps): Delete the
18437         BARRIER at the end of the successor, not the BARRIER before
18438         the successor.
18439
18440         * pa.c (pa_add_gc_roots): Fix thinko in last change.
18441
18442 Tue Sep 21 05:29:17 1999  Richard Earnshaw (rearnsha@arm.com)
18443
18444         * stmt.c (any_pending_cleanups): Don't crash when
18445         current_function->stmt is unset.
18446
18447 Tue Sep 21 00:59:49 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18448
18449         * emit-rtl.c (init_emit_once): Initialize const_int_rtx before
18450         other initializations that may use it for relative offsets.
18451
18452 Mon Sep 20 21:43:25 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18453
18454         * config/i386/sol2.h (PREFERRED_DEBUGGING_TYPE): Use stabs.
18455         (ASM_SPEC): Moved from sol2dbg.h.  Added work-around for gas.
18456         * config/i386/sol2dbg.h: Removed.
18457         * config/i386/sol2gas.h: New file, to enable gas work-around.
18458         * configure.in: Use i386/sol2gas.h on Solaris/x86 --with-gas.
18459         Don't use sol2dbg.h.
18460         * configure: Rebuilt.
18461
18462 Mon Sep 20 13:29:41 1999  Mark Mitchell  <mark@codesourcery.com>
18463
18464         * invoke.texi (-fthis-is-variable): Remove documentation.
18465
18466 Mon Sep 20 12:59:16 1999  Richard Henderson  <rth@cygnus.com>
18467
18468         * basic-block.h (compute_bb_for_insn): Declare.
18469         * flow.c (compute_bb_for_insn): Export.  Don't accept the varray
18470         to use; set size of basic_block_for_insn directly.
18471         (find_basic_blocks): Update.
18472
18473 Mon Sep 20 15:11:54 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18474
18475         * flow.c (verify_flow_info): Fix typo, "abort;" -> "abort ();".
18476
18477 Mon Sep 20 14:56:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18478
18479         * crtstuff.c (ON_EXIT): Delete empty macro definition.
18480         (__do_global_ctors_aux): Call atexit(), not ON_EXIT().
18481
18482 Mon Sep 20 15:25:35 1999  Nick Clifton  <nickc@cygnus.com>
18483
18484         * c-decl.c (c_decode_option): Extend comment.
18485
18486 Mon Sep 20 14:43:37 1999  Nick Clifton  <nickc@cygnus.com>
18487
18488         * toplev.c (progname): Make 'const char *'
18489         (flag_print_mem): Move out of main.
18490         (version_flag): Move out of main.
18491         (filename): Move out of main.
18492         (debug_args): Remove g prefix from options.
18493         (documented_lang_options): Remove cpplib specific options.
18494         (display_help): Add g prefix to debug options.
18495         (check_lang_option): Delete this function.
18496         (decode_d_option): New function: Decode -d... option.
18497         (decode_f_option): New function: Decode -f... option.
18498         (decode_W_option): New function: Decode -W... option.
18499         (decode_g_option): New function: Decode -g... option.
18500         (independent_decode_option): New function: Decode a language
18501         independent command line option.
18502         (main): Invoke lang_decode_option and then
18503         independent_decode_option on each command line option in
18504         turn.
18505
18506 Mon Sep 20 05:41:36 1999  Jeffrey A Law  (law@cygnus.com)
18507
18508         Revert this change.  Gavin's patch to operand_equal_p is a better fix.
18509          * fold-const.c (fold_range_test): Do not try to fold the range
18510          test if the rhs or lhs has side effects.
18511
18512         * basic-block.h (compute_flow_dominators): Declare.
18513
18514         * gcse.c (alloc_code_hoist_mem): New function.
18515         (free_code_hoist_mem, compute_code_hoist_vbeinout): Likewise.
18516         (compute_code_hoist_data, hoist_expr_reaches_here_p): Likewise.
18517         (hoist_code, one_code_hoisting_pass): Likewise.
18518         (gcse_main): If optimizing for size, then hoist expressions
18519         computed in multiple dominated basic blocks.
18520
18521         * gcse.c (invalid_nonnull_info): New function.
18522         (delete_null_pointer_checks): Likewise.
18523         * rtl.h (delete_null_pointer_checks): Declare.
18524         * toplev.c (rest_of_compilation): Call delete_null_pointer_checks.
18525
18526         * flow.c (merge_blocks_move_predecessor_nojumps): New function.
18527         (merge-blocks_move_successor_nojumps): Likewise.
18528         (merge_blocks): Allow merging of some blocks, even if it requires
18529         physical movement of the blocks, but not if it requires new jumps.
18530
18531         * bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.
18532         Callers and prototype changed.
18533         * bitmap.h: Fix debug_bitmap and debug_bitmap_file prototypes.
18534
18535 Mon Sep 20 06:56:32 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18536
18537         * config/sparc/sol2.h (LINK_SPEC): Avoid the duplication of
18538         -YP when both -p and -pg are present.  From i386/sol2.h.
18539
18540 Mon Sep 20 10:49:05 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18541
18542         * Makefile.in (distclean): Delete tm_p.h.
18543         * configure.in: Create a new file, "tm_p.h", from a list in
18544         "tm_p_file". For ix86 systems, set up "tm_p_file" to include
18545         "i386/i386-protos.h".
18546
18547         * alias.c: Include "tm_p.h".
18548         * c-typeck.c: Likewise.
18549         * calls.c: Likewise.
18550         * cse.c: Likewise.
18551         * emit-rtl.c: Likewise.
18552         * explow.c: Likewise.
18553         * expmed.c: Likewise.
18554         * expr.c: Likewise.
18555         * final.c: Likewise.
18556         * flow.c: Likewise.
18557         * fold-const.c: Likewise.
18558         * function.c: Likewise.
18559         * gcse.c: Likewise.
18560         * global.c: Likewise.
18561         * haifa-sched.c: Likewise.
18562         * integrate.c: Likewise.
18563         * jump.c: Likewise.
18564         * local-alloc.c: Likewise.
18565         * loop.c: Likewise.
18566         * optabs.c: Likewise.
18567         * recog.c: Likewise.
18568         * reg-stack.c: Likewise.
18569         * regclass.c: Likewise.
18570         * regmove.c: Likewise.
18571         * reload.c: Likewise.
18572         * reload1.c: Likewise.
18573         * reorg.c: Likewise.
18574         * resource.c: Likewise.
18575         * stmt.c: Likewise.
18576         * stor-layout.c: Likewise.
18577         * toplev.c: Likewise.
18578         * tree.c: Likewise.
18579         * unroll.c: Likewise.
18580         * genattrtab.c (main): Make generated file include "tm_p.h".
18581         * genemit.c (main): Likewise.
18582         * genoutput.c (main): Likewise.
18583         * genrecog.c (main): Likewise.
18584
18585         * i386.h: Delete all prototypes.
18586         * i386.c: Include "tm_p.h".
18587         (ix86_attr_length_default): Call constant_call_address_operand
18588         with correct number of arguments.
18589         * i386-protos.h: New file.
18590         * i386.md (unnamed patterns): Call constant_call_address_operand
18591         with correct number of arguments.
18592         (exception_receiver): Call load_pic_register with correct number
18593         of arguments.
18594
18595 Sun Sep 19 14:18:39 1999  Richard Henderson  <rth@cygnus.com>
18596
18597         * c-pragma.c (mark_align_stack): Dereference the void* properly.
18598
18599 Sun Sep 19 09:03:40 1999  Mark Mitchell  <mark@codesourcery.com>
18600
18601         * rtl.h (insns_safe_to_move_p): New function.
18602         * loop.c (find_and_verify_loops): Use it.
18603         * rtlanal.c (insns_safe_to_move_p): Define it.
18604
18605 Sun Sep 19 02:54:33 1999  Richard Henderson  <rth@cygnus.com>
18606
18607         * c-pragma.c: Include ggc.h.
18608         * Makefile.in (c-pragma.o): Update.
18609
18610 Sat Sep 18 16:01:18 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18611
18612         * config/i386/sol2.h (CPP_SPEC): Support -[p]threads
18613         (LIB_SPEC): Likewise.
18614         (LINK_SPEC): Do not assert -z text with -shared -mimpure-text.
18615         Reindent -YP/-p/-pg.
18616         Copied from config/sparc/sol2.h.
18617
18618 Sat Sep 18 11:52:43 1999  Richard Henderson  <rth@cygnus.com>
18619
18620         * c-pragma.c (mark_align_stack): New.
18621         (init_pragma): New.
18622         * c-pragma.h (init_pragma): Declare it.
18623         * c-lex.c (init_parse): Call it.
18624
18625 Sat Sep 18 15:20:38 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18626
18627         * configure.in: Pick up thread library on Solaris/x86 just
18628         like on Solaris/sparc.
18629         * configure: Rebuilt.
18630
18631 Sat Sep 18 11:15:58 1999  Alex Samuel  <samuel@codesourcery.com>
18632
18633         * rtl.h (global_rtx_index): New enum.
18634         (global_rtl): Change to array of rtx.
18635         (pc_rtx, cc0_rtx): Redefine accordingly.
18636         (cc0_rtx, stack_pointer_rtx, frame_pointer_rtx): Likewise.
18637         (hard_frame_pointer_rtx, arg_pointer_rtx): Likewise.
18638         (virtual_incoming_args_rtx, virtual_stack_vars_rtx): Likewise.
18639         (virtual_outgoing_args_rtx, virtual_cfa): Likewise.
18640         (const_int_rtx): Change to array of rtx.
18641         (const0_rtx, const1_rtx, const2_rtx, constm1_rtx): Redefine
18642         accordingly.
18643         * emit-rtl.c (global_rtl): Change to array of rtx.
18644         (const_int_rtx): Change to aray of rtx.
18645         (gen_rtx_CONST_INT): Redefine accordingly.
18646         (init_emit_once): Allocate and initialize global_rtl.  Likewise
18647         for const_int_rtx.  Add both as GC roots.
18648         * genattrtab.c (global_rtl): Update declaration.
18649
18650 1999-09-17  Ulrich Drepper  <drepper@cygnus.com>
18651
18652         * Makefile (USER_H): Add iso646.h back.
18653
18654 Sat Sep 18 01:07:21 1999  Jeffrey A Law  (law@cygnus.com)
18655
18656         * haifa-sched.c (sched_analyze): Use free_INSN_LIST_list instead of
18657         zapping the LOG_LINKS of sched_before_next_call.
18658
18659         * pa.h (INSN_SETS_ARE_DELAYED): Delete.
18660         * pa.c (insn_refs_are_delayed): Renamed from
18661         insn_sets_and_refs_are_delayed.
18662
18663 Fri Sep 17 15:19:01 1999  Mark Mitchell  <mark@codesourcery.com>
18664
18665         * functiion.h (struct function): Add x_whole_function_mode_p.
18666         (retrofit_block): Declare.
18667         * function.c (retrofit_block): New function.
18668         (identify_blocks): Add assertions.  Allow an incomplete set of
18669         block notes if we're still generating code for the function.
18670         * integrate.c: Include loop.h.
18671         (expand_inline_function): Call find_loop_tree_blocks to map block
18672         notes to blocks when in whole-function mode.  Use retrofit_block
18673         to insert new BLOCKs for the inlined function, rather than
18674         insert_block.
18675         * stmt.c (expand_fixup): Likewise.  Don't use pushlevel/polevel.
18676         * Makefile.in (integrate.o): Depend on loop.h.
18677
18678 Fri Sep 17 15:11:20 1999  Mark Mitchell  <mark@codesourcery.com>
18679
18680         * tree.h (warn_about_unused_variables): Declare.
18681         * stmt.c (warn_about_unused_variables): New function, split out
18682         from ...
18683         (expand_end_bindings): Here.
18684
18685 Fri Sep 17 15:07:37 1999  Mark Mitchell  <mark@codesourcery.com>
18686
18687         * stmt.c (preserve_subexpressions_p): Don't crash when
18688         current_function->stmt is unset.
18689
18690 Fri Sep 17 15:03:16 1999  Mark Mitchell  <mark@codesourcery.com>
18691
18692         * stmt.c (expand_start_bindings): Allow callers to pass a flag
18693         indicating that no NOTE_INSN_BLOCK_BEG note is required.
18694         (expand_start_target_temps): Use it.
18695         * except.c (expand_eh_region_start_for_decl): Likewise.
18696         * expr.c (expand_expr): Likewise.
18697
18698 Fri Sep 17 15:05:27 1999  Gavin Romig-Koch  <gavin@cygnus.com>
18699
18700         * fold-const.c (operand_equal_p): Pay attention to side effects.
18701
18702 Fri Sep 17 11:14:17 1999  Jason Merrill  <jason@yorick.cygnus.com>
18703
18704         * libgcc2.c (L_exit): Check for ON_EXIT, not HAVE_ON_EXIT.
18705         * sparc/sunos4.h (HAVE_ON_EXIT): Remove.
18706
18707         * tlink.c (scan_linker_output): Look for keywords before accepting
18708         a mangled name in quotes.
18709
18710 Thu Sep 16 16:47:08 1999  Richard Henderson  <rth@cygnus.com>
18711
18712         * alpha/alpha-interix.h (DWARF2_UNWIND_INFO): Define to zero.
18713         * alpha/osf2or3.h (DWARF2_UNWIND_INFO): Likewise.
18714
18715 Thu Sep 16 16:35:41 1999  Richard Henderson  <rth@cygnus.com>
18716
18717         * alpha.md: Revert Thu Nov 26 change that came in through the
18718         last gcc2 merge: reinstate (plus (plus ...)) reload patterns.
18719         Avoid earlyclobber when possible.
18720
18721 Thu Sep 16 18:44:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18722
18723         * libgcc2.c (__do_global_ctors): Call atexit with one arg.
18724
18725         * sparc/sunos4.h (on_exit): Wrap prototype parameters in PARAMS().
18726         Define HAVE_ON_EXIT.
18727
18728 Thu Sep 16 18:06:35 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18729
18730         * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros.  Use
18731         CTYPE_CONV in all ctype macros.
18732
18733         * cccp.c (initialize_char_syntax): Use uppercase ctype macro
18734         from system.h.
18735
18736         * cexp.y (initialize_random_junk): Likewise.
18737
18738         * c4x.c (c4x_interrupt_function_p, c4x_handle_pragma): Likewise.
18739
18740         * i370.c (handle_pragma): Likewise.
18741
18742         * i370.h (ASM_OUTPUT_LABELREF, ASM_OUTPUT_ASCII): Likewise.
18743
18744         * v850.c (override_options): Likewise.
18745
18746         * doprint.c (_doprnt): Likewise.
18747
18748         * fixinc/fixincl.c (main, quoted_file_exists, extract_quoted_files):
18749         Likewise.
18750
18751         * fixinc/server.c (load_data): Likewise.
18752
18753         * fold-const.c (real_hex_to_f): Likewise.
18754
18755         * genattr.c (write_upcase, gen_attr): Likewise.
18756
18757         * genattrtab.c (convert_const_symbol_ref, evaluate_eq_attr,
18758         write_upcase): Likewise.
18759
18760         * genemit.c (print_code): Likewise.
18761
18762         * genopinit.c (gen_insn): Likewise.
18763
18764         * genpeep.c (print_code): Likewise.
18765
18766         * genrecog.c (print_code): Likewise.
18767
18768         * optabs.c (init_libfuncs): Likewise.
18769
18770 Thu Sep 16 14:03:32 1999  Mark Mitchell  <mark@codesourcery.com>
18771
18772         * haifa-sched.c (sched_analyze): Keep the list of notes organized
18773         in pairs.
18774         (reemit_notes): Likewise.
18775
18776 Thu Sep 16 11:50:52 1999  Alex Samuel  <samuel@codesourcery.com>
18777
18778         * ggc.h (ggc_root): Move to ggc-common.c.
18779         (roots): Remove.
18780         (ggc_mark_rtx, ggc_mark_tree): Change to macro.
18781         (ggc_mark_rtvec, ggc_mark_tree_varray): Declare extern.
18782         (ggc_mark_tree_hash_table, ggc_mark_string, ggc_mark): Likewise.
18783         (ggc_mark_roots, ggc_mark_rtx_children, ggc_mark_tree_children): New.
18784         * ggc-common.c (ggc_root): Move from ggc.h.
18785         (roots): Declare, static.
18786         (ggc_mark_rtx, ggc_mark_tree): Renamed to...
18787         (ggc_mark_rtx_children, ggc_mark_tree_children): Don't check for
18788         null or check/set mark bit.
18789         (ggc_mark_roots): New.
18790         * ggc-simple.c (ggc_collect): Call ggc_mark_roots.
18791
18792 Thu Sep 16 11:37:32 1999  Richard Henderson  <rth@cygnus.com>
18793
18794         * m32r.c: Include toplev.h.
18795         (*): Add ATTRIBUTE_UNUSED as needed to arguments.
18796         (gen_compare): Rename swap_p to must_swap to match uses.
18797         Add default abort case.
18798         (m32r_output_function_epilogue): Remove unused variables.
18799         (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
18800         * m32r.h (PROTO, STDIO_PROTO): Rename XPROTO; unconditionally
18801         define to empty parameter list.  Update all uses.
18802         (predicate decls): Use enum machine_mode not int.
18803         * m32r.md (movsi): Call abort, not fatal_insn.
18804         (zero_branch_insn, rev_zero_branch_insn): Add default abort case.
18805
18806 1999-09-14  Andrew Haley  <aph@cygnus.com>
18807
18808         * config/mips/mips.md (movsi_usw): if operand 1 is const_int 0,
18809         use $0 instead of 0.
18810
18811 Thu Sep 16 10:53:36 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18812
18813         * reload1.c (order_regs_for_reload): Move hard_reg_n_uses
18814         computation out of loop over hard regs.
18815
18816 Wed Sep 15 21:37:06 1999  Mark Mitchell  <mark@codesourcery.com>
18817
18818         * function.c (identify_blocks): Don't shadow a variable in an
18819         outer scope.
18820         * integrate.c (integrate_decl_tree): Don't use pushlevel,
18821         pushdecl, or poplevel to build up the new BLOCK tree.
18822         (expand_inline_function): Likewise.
18823         (integrate_parm_decls): Likewise.
18824
18825 Wed Sep 15 21:20:38 1999  Mark Mitchell  <mark@codesourcery.com>
18826
18827         * c-typeck.c (qualify_type): Merge qualifiers from both types.
18828
18829 1999-09-15  Brad Lucier  <lucier@math.purdue.edu>
18830
18831         * toplev.c: Allow -f[no-]math-errno to set (clear) flag_errno_math
18832         * invoke.texi: Document this change.
18833
18834 Wed Sep 15 17:56:00 1999  Richard Henderson  <rth@cygnus.com>
18835
18836         * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.
18837         Free the struct.
18838         (mark_emit_status): Renamed from mark_emit_state.
18839         * except.c (mark_eh_status): Renamed from mark_eh_state.
18840         Check not null before marking.
18841         (free_eh_status): New.
18842         * expr.c (mark_expr_status, free_expr_status): New.
18843         * function.c (free_machine_status): New.
18844         (free_after_parsing): New.
18845         (free_after_compilation): Move bits to free_after_parsing; call
18846         free_eh_status, free_expr_status; zero the marked members of the
18847         function state.
18848         (prepare_function_start): No can_garbage_collect.
18849         Call init_eh_for_function.
18850         (expand_dummy_function_end): Free up current_function state.
18851         (mark_function_status): Renamed from mark_function_state.
18852         (mark_function_chain): No can_garbage_collect.  Call mark_expr_status.
18853         * function.h (struct function): No can_garbage_collect.
18854         (free_machine_status, free_after_parsing): Declare.
18855         (free_eh_status, free_expr_status): Declare.
18856         * ggc.h (mark_expr_status): Declare.
18857         * stmt.c (free_stmt_status): Free the struct.
18858         (mark_stmt_status): Renamed from mark_stmt_state.
18859         (init_stmt): Don't call init_eh.
18860         (init_stmt_for_function): Don't call init_eh_for_function.
18861         * toplev.c (compile_file): Call init_eh.
18862         (rest_of_compilation): Free basic block info before ggc_collect.
18863         Call free_after_parsing; conditionally call free_after_compilation.
18864         * varasm.c (mark_varasm_status): Renamed from mark_varasm_state.
18865         Check not null before marking.
18866         (free_varasm_status): Don't check DECL_DEFER_OUTPUT.  Free the struct.
18867
18868 Wed Sep 15 17:53:16 1999  Richard Henderson  <rth@cygnus.com>
18869
18870         * c-lex.c (yylex): Initialize warn.
18871
18872 Wed Sep 15 18:35:38 1999  Jeffrey A Law  (law@cygnus.com)
18873
18874         * pa.c (emit_move_sequence): Properly set the mode of the scratch
18875         register when performing secondary reloads for the SAR register.
18876
18877 Wed Sep 15 15:51:52 1999  Mark Mitchell  <mark@codesourcery.com>
18878
18879         * rtl.h (NOTE_BLOCK_NUMBER): Replace with ...
18880         (NOTE_BLOCK): New macro.
18881         (NOTE_BLOCK_LIVE_RANGE_BLOCK): Remove.
18882         * function.h (identify_blocks): Change prototype.
18883         * function.c (identify_blocks): Simplify.
18884         (reorder_blocks): Likewise.
18885         * ggc-common.c (ggc_mark_rtx): Mark the BLOCK associated with a
18886         NOTE_INSN_BLOCK_{BEG,END}.
18887         * haifa-sched.c (sched_analyze): Don't put NOTE_BLOCK_NUMBER on
18888         the list of saved notes if the note isn't a
18889         NOTE_INSN_BLOCK_{BEG,END}.
18890         (move_insn1): Use NOTE_EH_HANDLER in comment, rather than
18891         NOTE_BLOCK_NUMBER.
18892         (reemit_notes): Adjust recreation of notes to reflect new saved
18893         note structure.
18894         * print-rtl.c (print_rtx): Print the address of the BLOCK when
18895         printing a block note.
18896         * stmt.c (block_vector): Remove.
18897         (find_loop_tree_blocks): Simplify.
18898         (unroll_block_trees): Likewise.
18899         * tree.h (reorder_block): Change prototype.
18900
18901 Wed Sep 15 14:39:35 1999  Jason Merrill  <jason@yorick.cygnus.com>
18902
18903         * gbl-ctors.h: Lose HAVE_ATEXIT.  Don't define ON_EXIT.
18904         * libgcc2.c: Lose obsolete defn of WEAK_ALIAS.
18905         (__bb_init_func, __bb_init_prg): Use atexit instead of ON_EXIT.
18906         (__do_global_dtors): Likewise.  Don't mess with _exit_dummy_decl.
18907         (atexit, exit): Simplify.
18908         * tm.texi: Document NEED_ATEXIT and ON_EXIT.  Remove HAVE_ATEXIT.
18909         * config/lots: Remove defns of HAVE_ATEXIT.
18910
18911 Wed Sep 15 10:25:12 1999  Mark Mitchell  <mark@codesourcery.com>
18912
18913         * calls.c (precompute_arguments): Fix typo in comment.
18914         * expr.c (preexpand_calls): Don't preexpand the cleanup in a
18915         TARGET_EXPR.
18916
18917 Wed Sep 15 09:59:59 1999  Mark Mitchell  <mark@codesourcery.com>
18918
18919         * dsp16xx.c (override_options): Fix typos in GC root registration.
18920
18921 Wed Sep 15 15:23:28 1999  Philip Blundell  <pb@nexus.co.uk>
18922
18923         * config/arm/linux-elf.h (MAKE_DECL_ONE_ONLY): Copy definition
18924         from config/svr4.h.
18925         (UNIQUE_SECTION_P, UNIQUE_SECTION): Likewise.
18926         (FUNCTION_PROFILER): Redefine appropriately for Linux.
18927         (CC1_SPEC): Likewise.
18928
18929 Wed Sep 15 10:09:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18930
18931         * genattr.c (main): Add extern prototype.  Call return, not exit.
18932         * genattrtab.c (main): Likewise.
18933         * gencheck.c (main): Likewise.
18934         * gencodes.c (main): Likewise.
18935         * genconfig.c (main): Likewise.
18936         * genemit.c (main): Likewise.
18937         * genextract.c (main): Likewise.
18938         * genflags.c (main): Likewise.
18939         * gengenrtl.c (main): Likewise.
18940         * genopinit.c (main): Likewise.
18941         * genoutput.c (main): Likewise.
18942         * genpeep.c (main): Likewise.
18943         * genrecog.c (main): Likewise.
18944
18945         * genattr.c (get_insn_name): Mark parameter with ATTRIBUTE_UNUSED.
18946         * genattrtab.c (get_insn_name): Likewise.
18947         * gencodes.c (get_insn_name): Likewise.
18948         * genconfig.c (get_insn_name): Likewise.
18949         * genemit.c (get_insn_name): Likewise.
18950         * genextract.c (get_insn_name): Likewise.
18951         * genflags.c (get_insn_name): Likewise.
18952         * genopinit.c (get_insn_name): Likewise.
18953         * genpeep.c (get_insn_name): Likewise.
18954
18955         * gencheck.c (usage): Add static prototype.
18956         * genextract.c (print_path): Constify a char*.
18957         * genopinit.c (optabs): Likewise.
18958         * genoutput.c (operand_data, data, output_predicate_decls,
18959         compare_operands): Likewise.
18960         * genrecog.c (write_tree): Add default case in switch.
18961
18962 Wed Sep 15 09:59:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18963
18964         * rtl.h (get_insn_name, print_rtl_with_bb): Add prototypes.
18965
18966         * print-rtl.c (get_insn_name): Remove prototype.
18967
18968         * toplev.h (progname): Declare const.
18969
18970         * toplev.c (init_decl_processing, init_obstacks, init_tree_codes,
18971         init_regs, init_optabs, init_stmt, init_reg_sets, dump_flow_info,
18972         dump_sched_info, dump_local_alloc, regset_release_memory,
18973         print_rtl, print_rtl_with_bb, rest_of_decl_compilation,
18974         error_with_file_and_line, error_with_decl, error_for_asm, error,
18975         fatal, warning_with_file_and_line, warning_with_decl, warning,
18976         pedwarn, pedwarn_with_decl, pedwarn_with_file_and_line, sorry):
18977         Remove redundant prototypes.
18978
18979         (notice, check_lang_option, report_file_and_line, vnotice,
18980         mark_file_stack): Add static prototype.
18981         (set_fatal_function): Add prototype.
18982         (vnotice, report_file_and_line, set_fatal_function,
18983         check_lang_option): Constify a char*.
18984         (main): Prototype.  Call return, not exit.
18985
18986 Wed Sep 15 09:50:18 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18987
18988         * aclocal.m4 (AC_GCC_C_LONG_DOUBLE): New macro.
18989
18990         * configure.in (AC_GCC_C_LONG_DOUBLE): Call it.
18991
18992         * gansidecl.h (HAVE_LONG_DOUBLE): Define if gcc for stage2.
18993
18994         * ggc-simple.c (HAVE_LONG_DOUBLE): Test before using long double.
18995
18996 Wed Sep 15 11:04:43 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18997
18998         * function.c (assign_parms): Delete arg SECOND_TIME.  Don't test it,
18999         behave as if it's zero in all cases.
19000         (expand_function_start): Adjust call to assign_parms.
19001         * tree.h (assign_parms): Adjust prototype.
19002         * objc/objc-act.c (hack_method_prototype): Adjust call to
19003         assign_parms.
19004
19005 Tue Sep 14 21:47:06 1999  Jeffrey A Law  (law@cygnus.com)
19006
19007         * cse.c (FIXED_BASE_PLUS_P): Do not consider referneces to
19008         arg_pointer_rtx fixed if the argument pointer register is
19009         not fixed.
19010         (NONZERO_BASE_PLUS_P): Likewise.
19011
19012 Tue Sep 14 20:26:02 1999  Richard Henderson  <rth@cygnus.com>
19013
19014         * rtl.def (match_insn, match_insn2): Remove match_insn; rename
19015         match_insn2 to match_insn.
19016         * genrecog.c (add_to_sequence): Rename MATCH_INSN2.
19017
19018 Tue Sep 14 20:10:29 1999  Richard Henderson  <rth@cygnus.com>
19019
19020         * Makefile.in (USER_H): Remove va-foo.h.
19021
19022         * ginclude/{va-alpha.h,va-arc.h,va-c4x.h,va-clipper.h,va-h8300.h,
19023         va-i860.h,va-i960.h,va-m32r.h,va-m88k.h,va-mips.h,va-mn10200.h,
19024         va-mn10300.h,va-pa.h,va-ppc.h,va-pyr.h,va-sh.h,va-sparc.h,
19025         va-spur.h,va-v850.h}: Remove.
19026
19027 Tue Sep 14 19:43:16 1999  Richard Henderson  <rth@cygnus.com>
19028
19029         * sparc/sparc.md (eligible_for_return_delay): New attribute.
19030         (in_return_delay): Use it instead of match_insn.
19031
19032 Tue Sep 14 23:05:37 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
19033
19034         * config/alpha/va_list.h (va-alpha.h): Do not include.
19035         (__gnuc_va_list): Typedef as in varargs.h.
19036
19037 Tue Sep 14 18:14:03 1999  Richard Henderson  <rth@cygnus.com>
19038
19039         * ggc-common.c (ggc_mark_tree): Mark DECL_SOURCE_FILE and
19040         DECL_LIVE_RANGE_RTL.
19041
19042 Tue Sep 14 16:47:08 1999  Mark Mitchell  <mark@codesourcery.com>
19043
19044         * except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER,
19045         not NOTE_BLOCK_NUMBER.
19046         (expand_eh_region_end): Likewise.
19047         (find_exception_handler_labels): Likewise.
19048         (scan_region): Likewise.
19049         (exception_optimize): Likewise.
19050         (update_rethrow_references): Likewise.
19051         (set_insn_eh_region): Likewise.
19052         * final.c (final_scan_insn): Likewise.
19053         * flow.c (make_edges): Likewise.
19054         * integrate.c (expand_inline_function): Likewise.
19055         * print-rtl.c (print_rtx): Likewise.
19056
19057 Tue Sep 14 16:30:16 1999  Richard Henderson  <rth@cygnus.com>
19058
19059         * ginclude/stdarg.h, ginclude/varargs.h: Implement in
19060         terms of builtin functions and types.
19061
19062         * mips.c (mips_build_va_list): New.
19063         (mips_va_start, mips_va_arg): New.
19064         * mips.h (BUILD_VA_LIST_TYPE): New.
19065         (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
19066
19067         * sh.c (sh_builtin_saveregs): Use get_varargs_alias_set.
19068         (sh_build_va_list, sh_va_start, sh_va_arg): New.
19069         * sh.h (BUILD_VA_LIST_TYPE): New.
19070         (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
19071
19072 Tue Sep 14 16:20:24 1999  Richard Henderson  <rth@cygnus.com>
19073
19074         * recog.h (struct recog_data): Make dup_num, operand_address_p,
19075         n_operands, n_dups, n_alternatives `char' instead of `unsigned char'.
19076         (struct insn_data): Likewise with n_operands, n_dups,
19077         n_alternatives, output_format.
19078         * regclass.c (scan_one_insn): Cast n_operands to int before
19079         arithmetic inside comparison.
19080
19081 Tue Sep 14 15:13:36 1999  Richard Henderson  <rth@cygnus.com>
19082
19083         * toplev.c (compile_function): Unconditionally emit nop.
19084
19085 Tue Sep 14 14:41:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19086
19087         * haifa-sched.c (actual_hazard): Move declaration of variable
19088         `this_cost' into the scope where it is used.
19089
19090 Tue Sep 14 14:14:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19091
19092         * c-pragma.c (handle_pragma_token): Wrap variables `name' and
19093         `value' in HANDLE_PRAGMA_WEAK.  Wrap variable `align' in
19094         HANDLE_PRAGMA_PACK||HANDLE_PRAGMA_PACK_PUSH_POP.
19095
19096         * genrecog.c (make_insn_sequence): Call memset, not bzero.
19097
19098         * jump.c (find_insert_position): Don't declare or define unless
19099         !HAVE_conditional_arithmetic.
19100         (returnjump_p_1, delete_prior_computation): Add static prototypes.
19101
19102         * mips-tdump.c (fatal, fancy_abort, main): Add extern prototypes.
19103
19104         * recog.c (offsettable_address_p): Prototype function pointer.
19105         (preprocess_constraints): Call memset, not bzero.
19106
19107         * tree.c (tree_node_kind_names): Constify a char*.  Make static.
19108         (gcc_obstack_init): Don't declare.
19109         (fix_sizetype): Add static prototype.
19110         (gcc_obstack_init): Use prototype casts in call to _obstack_begin.
19111         (tree_cons): Call memset, not bzero.
19112
19113         * varasm.c (remove_from_pending_weak_list): Wrap declaration and
19114         definition in macro ASM_WEAKEN_LABEL.
19115         (mark_const_hash_entry): Add static prototype.
19116
19117 Tue Sep 14 12:22:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19118
19119         * c-lex.c (handle_generic_pragma): Remove unused variable `c'.
19120
19121         * unroll.c (find_common_reg_term, subtract_reg_term,
19122         loop_find_equiv_value): Add static prototypes.
19123         (unroll_loop): Wrap variable `prev' in macro HAVE_cc0.
19124         (copy_loop_body): Remove unreachable break statement.
19125
19126         * sparc.c (sparc_va_arg): Remove unused variable `tmp'.
19127
19128         * sparc.h (sparc_va_start, sparc_va_arg): Add extern prototypes.
19129
19130 Tue Sep 14 15:28:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19131
19132         Undo some changes from the gcc2 merge:
19133         * rtl.def (CONSTANT_P_RTX): Fix the comment for this rtx code.
19134         * emit-rtl.c (gen_rtx_REG): Don't test special reg rtx's for null
19135         pointers.
19136
19137         Undo this change:
19138         Sat Oct  3 07:20:28 1998  Stephen L Moshier  <moshier@world.std.com>
19139         * emit-rtl.c (gen_lowpart_common): Disable optimization of
19140         initialized float-int union if the value is a NaN.
19141
19142 Tue Sep 14 04:03:44 1999  Mumit Khan  <khan@xraylith.wisc.edu>
19143
19144         * gthr-win32.h: New file.
19145
19146         * i386/winnt.c (i386_pe_valid_decl_attribute_p): Recognize
19147         shared as a valid attribute.
19148         * i386/cygwin.h (ASM_OUTPUT_SECTION): Handle shared attribute.
19149         * extend.texi: Document `shared' variable attribute.
19150
19151 Tue Sep 14 04:01:46 1999  Loren Rittle  <ljrittle@acm.org>
19152
19153         * configure.in: Handle --enable-threads on FreeBSD.
19154         * configure: Rebuit.
19155
19156 Tue Sep 14 03:58:44 1999  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
19157
19158         * configure.in: Add crtbeginS.o, crtendS.o for mips-linux; add
19159         thread support.
19160         * configure: Rebuilt.
19161
19162 Tue Sep 14 03:47:23 1999  Joel Sherrill <joel@OARcorp.com>
19163                           Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
19164                           Rosimildo DaSilva <rdasilva@connecttel.com>
19165
19166         * configure.in (m68k-*-rtemscoff*): Added.
19167         * configure.in (mips64orion-*-rtems*): Converted to ELF.
19168         * configure.in (sparc-*-rtemsaout*): Added as alias for old
19169         sparc-rtems configuration.
19170         * configure.in (sparc-*-rtemself*): Added.
19171         * configure.in (sparc-*-rtems*): Now ELF not a.out.
19172         * config/i386/rtems.h: Added comment.
19173         * config/sparc/rtemself.h: New file.
19174
19175         * configure.in (m68k-rtemself): Added.
19176         * config/elfos.h: Added ifndef wrapper for DWARF2_DEBUGGING_INFO
19177         and DWARF_DEBUGGING_INFO.
19178         * config/m68k/crti.s: New file.
19179         * config/m68k/crtn.s: New file.
19180         * config/m68k/t-crtstuff: New file.
19181         * config/m68k/rtemself.h: New file.
19182
19183         * configure.in (i[[34567]]86-*-rtemself*): Now uses crtstuff for
19184         global ctor/dtor and C++ exception handling.
19185         * config/i386/rtemself.h: Now uses crtstuff (crti.o + crtbegin.o)
19186         for STARTFILE_SPEC and crtstuff (crtend.o + crtn.o) for
19187         ENDFILE_SPEC.
19188         * config/i386/t-rtems-i386: New File.
19189
19190 Tue Sep 14 09:47:41 1999  Andreas Schwab  <schwab@suse.de>
19191
19192         * stmt.c (expand_end_case): Return right away if the case stack is
19193         empty.
19194
19195 Tue Sep 14 01:47:19 1999  Jeffrey A Law  (law@cygnus.com)
19196
19197         * Makefile.in (version.c): Remove rule incorrectly brought in from
19198         the gcc2 merge.
19199
19200 Tue Sep 14 01:42:27 1999  Marc Espie <espie@cvs.openbsd.org>
19201
19202         * Makefile.in:  Prepend $(SHELL) to move-if-change calls.
19203         * msdos/top.sed:  Take into account a prepended $(SHELL) to
19204         move-if-change.
19205         * winnt/config-nt.sed:  Likewise.  Kill bogus substitution.
19206
19207         * objc/Make-lang.in: Prepend $(SHELL) to move-if-change calls.
19208
19209 Tue Sep 14 01:38:52 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
19210
19211         * regmove.c (fixup_match_1): Don't change an unchanging register.
19212         (stable_but_for_p): Renamed to:
19213         (stable_and_no_regs_but_for_p).  Reject unchanging registers too.
19214         Changed all callers.
19215
19216 Tue Sep 14 01:33:15 1999  Andreas Schwab  <schwab@suse.de>
19217
19218         * loop.c (strength_reduce): Don't call reg_used_between_p if the
19219         insn from BL2 is after the insn from BL.
19220
19221 Mon Sep 13 21:06:01 1999  Richard Henderson  <rth@cygnus.com>
19222
19223         * recog.h (INSN_OUTPUT_FORMAT_*): New.
19224         (struct insn_data): Merge `template' and `outfun' into `output'.
19225         Add `output_format'.
19226         * genoutput.c (INSN_OUTPUT_FORMAT_*): New.
19227         (struct data): Remove `outfun'; add `output_format'.
19228         (name_for_index): Remove declaration.
19229         (output_insn_data): Handle output formats.
19230         (process_template): Emit the bare array for @.
19231         (gen_expand, gen_split): Set output_format to NONE.
19232         * output.h (get_insn_template): Declare.
19233         * final.c (get_insn_template): New.
19234         (final_scan_insn): Use it.
19235         * toplev.c (compile_file): Likewise.
19236
19237         * c4x/c4x.c (c4x_process_after_reload): Likewise.
19238         * i860/i860.c (output_delayed_branch): Likewise.
19239         (output_delay_insn): Likewise.
19240
19241 1999-09-13  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
19242
19243         * rtl.c (obstack_alloc_rtx): Removed.
19244
19245 1999-09-13 17:03 -0700  Zack Weinberg  <zack@bitmover.com>
19246
19247         * config/gmicro/gmicro.md: Disable move DF->DI anonymous pattern.
19248
19249 Mon Sep 13 15:21:46 1999  Richard Henderson  <rth@cygnus.com>
19250
19251         * i386.c (call_insn_operand): Reject const_int.
19252         (expander_call_insn_operand): Use call_insn_operand.
19253
19254 Mon Sep 13 17:44:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19255
19256         * gcc.c (getrusage): Wrap prototype arguments in PROTO().
19257
19258 1999-09-13 12:18 -0700  Zack Weinberg  <zack@bitmover.com>
19259
19260         * config/i370/i370.md (mulsi, divsi, modsi anonymous insns):
19261         Use DImode operation.
19262
19263 1999-09-13 12:13 -0700  Zack Weinberg  <zack@bitmover.com>
19264
19265         * gcc.c: Include sys/resource.h.
19266         (report_times): New flag.
19267         (execute):  If report_times is set, calculate and report the
19268         CPU time consumed by each subprocess.
19269
19270         (rus, prus): New globals.
19271         (option_map): Add --time.
19272         (display_help): Document -time.
19273         (process_command): Set report_times if -time is given.
19274         Turn off -pipe if -time is given.
19275
19276         * invoke.texi: Document new option -time.
19277
19278         * configure.in: Check for getrusage.  Check if we have to
19279         prototype getrusage.
19280         * acconfig.h: Add NEED_DECLARATION_GETRUSAGE.
19281         * configure: Regenerate.
19282         * config.in: Regenerate.
19283
19284 Mon Sep 13 12:57:06 1999  Dave Brolley  <brolley@cygnus.com>
19285
19286         * cppinit.c (append_include_chain): Initialize 'next' and 'alloc'
19287         fields.
19288
19289 Mon Sep 13 10:01:33 1999  Nick Clifton  <nickc@cygnus.com>
19290
19291         * config/fp-bit.c: Define L_thenan_sf or L_thenan_df (as
19292         appropriate) if FINE_GRAINED_LIBRARIES is not defined.
19293         (nan): Return _thenan_sf or _thenan_df as appropriate.
19294         (L_thenan_sf): Define _thenan_sf.
19295         (L_thenan_df): Define _thenan_df.
19296
19297         * Makefile.in (FPBIT_FUNCS): Add _thenan_sf.
19298         (DPBIT_FUNCS): Add _thenan_df.
19299
19300 Mon Sep 13 09:38:53 1999  Andreas Schwab  <schwab@suse.de>
19301
19302         * tree.c (fix_sizetype):  Exchange the types for TYPE_SIZE and
19303         TYPE_SIZE_UNIT.
19304
19305 Sun Sep 12 23:28:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19306
19307         * Makefile.in (gcc.o, gccspec.o, cppspec.o): Depend on gcc.h.
19308
19309         * gcc.h: New file.
19310         (lang_specific_driver): Don't take a function pointer parameter.
19311         All callers changed.
19312
19313         * gcc.c: Include gcc.h.
19314         (do_spec, fancy_abort,lang_specific_driver,lang_specific_pre_link,
19315         lang_specific_extra_outfiles, fatal): Don't declare.
19316         (multilib_defaults_raw): Constify.
19317         (read_specs): Call memset, rather than bzero.
19318         (main): Call return, not exit.
19319         (lookup_compiler): Call memcpy, not bcopy.
19320         (fatal): Make extern.
19321
19322         * cppspec.c: Include gcc.h.
19323         (lang_specific_driver): Initialize variable `quote'.  Constify a
19324         char*.  All calls to the function pointer parameter now
19325         explicitly call `fatal'.
19326
19327         * gccspec.c (lang_specific_driver): Include gcc.h.
19328
19329 Sun Sep 12 19:52:10 1999  Richard Earnshaw <rearnsha@arm.com>
19330
19331         * arm.c (note_invalid_constants): Use recog_data.operand_type
19332         for recog_op_type.
19333
19334 Sun Sep 12 15:53:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19335
19336         * tree.h (build_common_tree_nodes, build_common_tree_nodes_2):
19337         Declare.
19338
19339         * reload.h (reload_in, reload_out, reload_in_reg, reload_out_reg,
19340         reload_reg_class, reload_inmode, reload_outmode, reload_optional,
19341         reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
19342         reload_secondary_in_reload, reload_secondary_out_reload,
19343         reload_secondary_in_icode, reload_secondary_out_icode,
19344         reload_reg_rtx, reload_when_needed): Delete declarations.
19345         (struct reload): New structure.
19346         (rld): Declare new array.
19347         * reload.c (reload_in, reload_out, reload_in_reg, reload_out_reg,
19348         reload_reg_class, reload_inmode, reload_outmode, reload_optional,
19349         reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
19350         reload_secondary_in_reload, reload_secondary_out_reload,
19351         reload_secondary_in_icode, reload_secondary_out_icode,
19352         reload_reg_rtx, reload_when_needed): Delete definitions.
19353         (rld): New array.
19354         (whole file): Replace uses of the deleted arrays with uses of rld.
19355         * reload1.c (whole file): Replace uses of the deleted arrays with
19356         uses of rld.
19357         (choose_reload_regs): Copy in/out of save_reload_reg_rtx with
19358         explicit loops, not with bcopy.
19359
19360 Sun Sep 12 05:00:24 1999  Richard Henderson  <rth@cygnus.com>
19361
19362         * recog.h (insn_template, insn_outfun, insn_n_operands, insn_n_dups,
19363         insn_n_alternatives, insn_operand_constraint, insn_operand_address_p,
19364         insn_operand_mode, insn_operand_strict_low, insn_operand_predicate,
19365         insn_name): Delete and consolidate into new structures.
19366         (insn_operand_predicate_fn): New.
19367         (insn_output_fn): New.
19368         (insn_gen_fn): New.
19369         (struct insn_operand_data): New.
19370         (struct insn_data): New.
19371         (insn_data): New.
19372         (OUT_FCN): Update for insn_data change.
19373         * builtins.c (expand_builtin_strlen): Likewise.
19374         (expand_builtin_memcmp): Likewise.
19375         * combine.c (make_extraction, simplify_comparison): Likewise.
19376         * cse.c (canon_reg, cse_insn): Likewise.
19377         * explow.c (allocate_dynamic_stack_space, probe_stack_range): Likewise.
19378         * expmed.c (store_bit_field, extract_bit_field): Likewise.
19379         (emit_store_flag): Likewise.
19380         * expr.c (convert_move, emit_block_move): Likewise.
19381         (clear_storage, emit_push_insn, expand_increment): Likewise.
19382         (do_store_flag): Likewise.
19383         * expr.h (GEN_FCN): Likewise.
19384         (insn_gen_function): Die.
19385         * final.c (final_scan_insn): Update for insn_data change.
19386         (output_asm_name): Likewise.
19387         * function.c (fixup_var_refs_1): Likewise.
19388         * loop.c (check_dbra_loop): Likewise.
19389         * optabs.c (expand_binop, expand_twoval_binop): Likewise.
19390         (expand_unop, expand_complex_abs, emit_unop_insn): Likewise.
19391         (prepare_cmp_insn, prepare_operand, emit_indirect_jump): Likewise.
19392         (emit_conditional_move, gen_add2_insn, gen_sub2_insn): Likewise.
19393         * recog.c (validate_replace_rtx_1, extract_insn): Likewise.
19394         * regmove.c (gen_add3_insn): Likewise.
19395         * reload.c (push_secondary_reload, combine_reloads): Likewise.
19396         (find_reloads, find_reloads_address_1): Likewise.
19397         (debug_reload_to_stream): Likewise.
19398         * reload1.c (emit_reload_insns, gen_reload): Likewise.
19399         * stmt.c (expand_end_case): Likewise.
19400         * toplev.c (compile_file): Likewise.
19401
19402         * c4x/c4x.c (c4x_process_after_reload): Likewise.
19403         * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
19404
19405         * print-rtl.c (insn_name_ptr): Remove declaration.
19406         (get_insn_name): Declare.
19407         (print_rtx): Use it.
19408         * genoutput.c (insn_name_ptr): Remove.
19409         (next_operand_number): New.
19410         (struct operand_data): New.
19411         (null_operand, odata, odata_end): New.
19412         (struct data): Use struct operand_data.
19413         (idata, idata_end): Renamed from insn_data and end_of_insn_data.
19414         (get_insn_name): Renamed from name_for_index.
19415         (output_prologue): Define NO_MD_PROTOTYPES.
19416         (output_predicate_decls): Break out from output_epilogue.
19417         Iterate over the operands list.
19418         (output_operand_data): Break out from output_epilogue.  Emit
19419         just the operands list.
19420         (output_insn_data): Break out from output_epilogue.  Emit just
19421         the insn data.
19422         (output_epilogue): Remove.
19423         (output_get_insn_name): New.
19424         (constraints, op_n_alternatives, predicates, address_p): Die.
19425         (modes, strict_low, seen): Die.
19426         (scan_operands): Take new param `d' instead of writing to
19427         seven global variables.
19428         (compare_operands): New.
19429         (place_operands): New.
19430         (validate_insn_alternatives): Update for struct data change.
19431         (gen_insn): Don't zero or copy 7 global arrays.  Update for
19432         scan_operands; call place_operands.
19433         (gen_peephole, gen_expand, gen_split): Likewise.
19434         (main): Update for new output routines.
19435
19436         * genattr.c (insn_name_ptr): Remove.
19437         (get_insn_name): New function.
19438         * genattrtab.c, gencodes.c, genconfig.c, genemit.c: Likewise.
19439         * genextract.c, genflags.c, genopinit.c, genpeep.c: Likewise.
19440         * genrecog.c: Likewise.
19441
19442         * alpha.md (adddi3): Make `pattern' array static.
19443
19444 Sun Sep 12 22:05:21 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
19445
19446         * config/c4x/c4x.h (c4x_rpts_cycles_string,
19447         c4x_cpu_version_string): Constify char *.
19448         * config/c4x/c4x.c (c4x_rpts_cycles_string,
19449         c4x_cpu_version_string): Likewise.
19450
19451 Sat Sep 11 23:28:33 1999  Richard Henderson  <rth@cygnus.com>
19452
19453         * tree.c (save_tree_status): Revert 10 Sep change.
19454         (restore_tree_status): Likewise.  Call obstack_free with NULL
19455         before freeing the obstack proper.
19456
19457 Sat Sep 11 23:23:46 1999  Richard Henderson  <rth@cygnus.com>
19458
19459         * cse.c (cse_main): If gc'ing, collect around cse_basic_block.
19460
19461         * ggc-simple.c (ggc_pop_context): Fold outstanding bytes into
19462         surrounding context.
19463
19464 Sat Sep 11 19:52:43 1999  Mark Mitchell  <mark@codesourcery.com>
19465
19466         * tree.c (type_hash_canon): Put all types in the hash-table, when
19467         GC'ing.
19468
19469 Sat Sep 11 18:37:04 1999  Richard Henderson  <rth@cygnus.com>
19470
19471         * recog.h (struct recog_data, recog_data): New.
19472         (recog_foo variables): Kill.
19473         * recog.c (recog_operand, recog_operand_loc): Kill.
19474         (recog_dup_loc, recog_dup_num, recog_n_operands): Kill.
19475         (recog_n_dups, recog_n_alternatives, recog_operand_mode): Kill.
19476         (recog_constraints, recog_op_type, recog_operand_address_p): Kill.
19477         (recog_data): Define.
19478         (extract_insn): Update all recog_foo references to use recog_data.
19479         (preprocess_constraints, constrain_operands): Likewise.
19480         * final.c (final_scan_insn, cleanup_subreg_operands): Likewise.
19481         * genattrtab.c (main): Likewise.
19482         * genextract.c (main): Likewise.
19483         * genoutput.c: Likewise.
19484         * genrecog.c (write_subroutine, main): Likewise.
19485         * local-alloc.c (block_alloc): Likewise.
19486         * reg-stack.c (record_asm_reg_life, subst_asm_stack_regs): Likewise.
19487         * regclass.c (scan_one_insn, record_reg_classes): Likewise.
19488         * regmove.c (regmove_optimize, find_matches, fixup_match_1): Likewise.
19489         * reload.c (find_reloads, find_reloads_toplev): Likewise.
19490         * reload1.c (maybe_fix_stack_asms, eliminate_regs_in_insn): Likewise.
19491         (reload_cse_simplify_operands): Likewise.
19492
19493         * arc/arc.c (arc_final_prescan_insn): Likewise.
19494         * arm/arm.c (note_invalid_constants, arm_final_prescan_insn): Likewise.
19495         * h8300/h8300.c (notice_update_cc): Likewise.
19496         * i386/i386.c (ix86_attr_length_default, ix86_agi_dependant): Likewise.
19497         * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
19498         * mn10200/mn10200.c (notice_update_cc): Likewise.
19499         * mn10300/mn10300.c (notice_update_cc): Likewise.
19500         * romp/romp.c (update_cc): Likewise.
19501         * sparc/sparc.c (check_pic): Likewise.
19502         * v850/v850.c (notice_update_cc): Likewise.
19503
19504         * genemit.c (main): Don't declare recog_operand.
19505
19506 Sat Sep 11 12:41:55 1999  Alex Samuel  <samuel@codesourcery.com>
19507
19508         * ggc.h (rtvec_def): Forward declare.
19509         (tree_node): Likewise.
19510         (ggc_root): Define.
19511         (roots): Declare.
19512         (ggc_set_mark_rtx): Add prototype.
19513         (ggc_set_mark_rtvec): Likewise.
19514         (ggc_set_mark_tree): Likewise.
19515         * ggc-simple.c (ggc_root): Don't define.
19516         (roots): Don't declare.
19517         (ggc_mark_rtx): Remove.
19518         (ggc_mark_rtvec): Likewise.
19519         (ggc_mark_tree): Likewise.
19520         (ggc_mark_varray): Likewise.
19521         (ggc_mark_tree_hash_table_entry): Likewise.
19522         (ggc_mark_tree_hash_table): Likewise.
19523         (ggc_set_mart_rtx): New function.
19524         (ggc_set_mark_rtvec): Likewise.
19525         (ggc_set_mark_tree): Likewise.
19526         (ggc_add_root): Remove.
19527         (ggc_add_rtx_root): Likewise.
19528         (ggc_remove_tree_root): Likewise.
19529         (ggc_add_string_root): Likewise.
19530         (ggc_add_tree_varray_root): Likewise.
19531         (ggc_add_tree_hash_table_root): Likewise.
19532         (ggc_del_root): Likewise.
19533         (ggc_mark_rtx_ptr): Likewise.
19534         (ggc_mark_tree_ptr): Likewise.
19535         (ggc_mark_string_ptr): Likewise.
19536         (ggc_mark_tree_varray_ptr): Likewise.
19537         (ggc_mark_tree_hash_table_ptr): Likewise.
19538         * ggc-common.c: New file.
19539         * Makefile.in (OBJS): Add ggc-common.o.
19540         (ggc-common.o): List dependencies.
19541
19542 1999-09-10 22:37 -0700  Zack Weinberg  <zack@bitmover.com>
19543
19544         * cppalloc.c (xstrdup): Use memcpy.
19545         * cpperror.c (cpp_print_containing_files): Don't use
19546         cpp_notice.
19547         * cpplib.c (conditional_skip): Set temp->lineno.
19548         (do_endif): Make error message less obscure.
19549         (if_directive_name): New function.
19550         (cpp_get_token [case EOF]): Unwind the if stack and generate
19551         error messages for each unterminated conditional in this file.
19552         (parse_string):  Do not behave differently if -traditional.
19553
19554 Fri Sep 10 14:04:07 1999  Richard Henderson  <rth@cygnus.com>
19555
19556         * builtins.c (expand_builtin_va_arg): Cope with an array-type
19557         va_list decomposing to pointer-type.
19558         * rs6000.c (rs6000_va_start) Unwrap the ARRAY_TYPE to get at fields.
19559         (rs6000_va_arg): Likewise.
19560
19561 Fri Sep 10 13:21:21 1999  Jim Wilson  <wilson@cygnus.com>
19562
19563         * except.c (start_dynamic_handler): Compute size using
19564         STACK_SAVEAREA_MODE.
19565
19566 Fri Sep 10 16:01:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19567
19568         * protoize.c: Remove various __STDC__ and POSIX hacks.  Don't
19569         include directory headers.  Don't define strrchr.  Don't provide
19570         my_* replacement functions.  Prefer PTR over `pointer_type'.
19571         Don't prototype system functions.  Don't redefine getopt.
19572
19573         (shortpath, fancy_abort, notice, savestring, dupnstr, substr,
19574         safe_read, safe_write, save_pointers, restore_pointers,
19575         is_id_char, in_system_include_dir, directory_specified_p,
19576         file_excluded_p, unexpand_if_needed, abspath, check_aux_info,
19577         find_corresponding_lparen, referenced_file_is_newer,
19578         save_def_or_dec, munge_compile_params, gen_aux_info_file,
19579         process_aux_info_file, identify_lineno, check_source,
19580         seek_to_line, forward_to_next_token_char, output_bytes,
19581         output_string, output_up_to, other_variable_style_function,
19582         find_rightmost_formals_list, do_cleaning, careful_find_l_paren,
19583         do_processing, is_syscalls_file, rename_c_file, find_extern_def,
19584         find_static_definition, connect_defs_and_decs, add_local_decl,
19585         add_global_decls, needs_to_be_converted, visit_each_hash_node,
19586         add_symbol, lookup, free_def_dec, find_file, reverse_def_dec_list,
19587         edit_fn_declaration, edit_formals_lists, edit_fn_definition,
19588         scan_for_missed_items, edit_file, string_list_cons): Add static
19589         prototypes.
19590         (standard_exec_prefix, target_machine, target_version,
19591         default_syscalls_dir, string_list, string_list_cons, find_file,
19592         do_cleaning): Constify a char*.
19593         (safe_read, safe_write): Use PTR, not a char*.
19594         (is_id_char): Take an int, not a char.
19595         (main): Add prototype.  Call return, not exit.
19596
19597 Fri Sep 10 16:48:26 1999  Andrew Haley  <aph@cygnus.com>
19598
19599         * tree.c (type_hash_lookup): Check for equal TYPE_ALIGN fields
19600         when comparing types.
19601
19602 Fri Sep 10 08:43:32 1999  Richard Henderson  <rth@cygnus.com>
19603
19604         * loop.c (basic_induction_var): Typo NULL_RTX -> NULL.
19605         (strength_reduce): Release the varrays from the no-bivs early exit.
19606
19607         * reload1.c (order_regs_for_reload): Init hard_reg_n_uses before
19608         the loop over the registers.
19609
19610         * tree.c (save_tree_status): Set maybepermanent_firstobj NULL
19611         for a new obstack.
19612         (restore_tree_status): Check that instead when freeing the obstack.
19613
19614 Wed Sep  8 16:12:04 1999  Andrew Haley  <aph@cygnus.com>
19615
19616         * alias.c (rtx_equal_for_memref_p): Allow CONST_DOUBLEs to be used
19617         as pointers.
19618
19619 Fri Sep 10 11:58:55 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19620
19621         * i386.md (ashlqi3): For NON_QI_REG_P regs, use sall.  Fix some
19622         operand size modifiers.
19623
19624 Fri Sep 10 10:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19625
19626         * c-common.c (c_common_nodes_and_builtins): Don't build
19627         va_list_type_node.
19628         * c-common.h (enum c_tree_index and related accesor macros): Remove
19629         everything now declared in tree.h.
19630         * c-decl.c (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
19631         LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, WCHAR_UNSIGNED, FLOAT_TYPE_SIZE,
19632         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Don't provide defaults.
19633         (error_mark_node, void_type_node, char_type_node, integer_type_node,
19634         unsigned_type_node, ptr_type_node, va_list_type_node,
19635         integer_zero_node, null_pointer_node, integer_one_node): Delete.
19636         (init_decl_processing): Call build_common_tree_nodes and
19637         build_common_tree_nodes_2 instead of building their nodes here.
19638         Don't add roots for these nodes.
19639         * stor-layout.c (size_zero_node, size_one_node): Delete.
19640         (set_sizetype): Make a new node for bitsizetype each time.
19641         * tree.c (global_trees): New variable.
19642         (init_obstacks): Add a gc root for it.
19643         (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
19644         LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, FLOAT_TYPE_SIZE,
19645         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Provide defaults.
19646         (build_common_tree_nodes): New function.
19647         (fix_sizetype): New function.
19648         (build_common_tree_nodes_2): New function.
19649         * tree.h (enum tree_index): New.
19650         (global_trees): Declare.
19651         Add accessor macros for all nodes now moved to global_trees.
19652         Delete their declarations.
19653
19654 Thu Sep  9 20:15:46 1999  Richard Henderson  <rth@cygnus.com>
19655
19656         * c-decl.c (finish_function): When processing a nested function,
19657         push and pop GC context around rest_of_compilation.
19658
19659 Thu Sep  9 16:42:06 1999  Richard Henderson  <rth@cygnus.com>
19660
19661         * i386.c (override_options): Remove ppro, pentium2, and p2 as aliases.
19662         Default ix86_arch to PROCESSOR_I386.
19663         * i386.h (CC1_CPU_SPEC): Don't add -march=foo.  Remove -mno-foo.
19664         (CPP_486_SPEC, CPP_586_SPEC, CPP_686_SPEC): Delete.
19665         (CPP_CPU_DEFAULT_SPEC): Define to __tune_foo__.
19666         (CC1_CPU_SPEC): Make -march=foo define __foo__, and provide
19667         __tune_foo__ if no -mcpu.  Make -mcpu=bar define __tune_bar__.
19668         (EXTRA_SPECS): Remove deleted specs.
19669
19670 Thu Sep  9 16:03:06 1999  Richard Henderson  <rth@cygnus.com>
19671
19672         * function.c (assign_stack_local_1): Allocate from
19673         function->x_frame_offset, not frame_offset.
19674
19675 Thu Sep  9 14:36:31 1999  Mark Mitchell  <mark@codesourcery.com>
19676
19677         * ggc.h (lang_cleanup_tree): Remove.
19678         * gcc-simple.c (ggc_free_tree): Don't call lang_cleanup_tree.
19679         * ggc-callbacks.c (lang_cleanup_tree): Remove.
19680
19681         * c-decl.c (finish_struct): Use ggc_alloc to allocate
19682         TYPE_LANG_SPECIFIC when garbage collecting.
19683         (lang_mark_tree): Mark TYPE_LANG_SPECIFIC.
19684         (lang_cleanup_tree): Remove.
19685
19686 Thu Sep  9 14:23:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
19687
19688         * defaults.h (EH_FRAME_SECTION, EH_FRAME_SECTION_ASM_OP): Define here.
19689         * crtstuff.c: Not here.
19690         * dwarf2out.c: Or here.
19691         * libgcc2.c (__do_global_ctors, __do_global_dtors): Handle EH frame
19692         info.
19693
19694 Thu Sep  9 09:40:58 1999  Mark Mitchell  <mark@codesourcery.com>
19695
19696         * function.h (free_after_compilation): Remove decl parameter.
19697         (free_varasm_status0: Likewise.
19698         (free_emit_status): Likewise.
19699         (free_stmt_status): Likewise.
19700         (free_after_compilation): Likewise.
19701         (init_lang_status): New variable.
19702         (free_lang_status): Likewise.
19703         * emit-rtl.c (free_emit_status): Make decl parameter implicit.
19704         * function.c (init_lang_status): New variable.
19705         (free_lang_status): Likewise.
19706         (push_function_context_to): Don't set function::decl here.
19707         (free_after_copmilation): Make decl parameter implicit.  Call
19708         free_lang_status if defined.
19709         (prepare_function_start): Call init_lang_status if defined.
19710         (init_function_start): Set function::decl here.
19711         * profile.c (output_func_start_profiler): Don't call pushdecl
19712         until we've actually started the function.
19713         * stmt.c (free_stmt_status): Make decl parameter implicit.
19714         * toplev.c (rest_of_compilation): Don't pass decl to
19715         free_after_compilation.
19716         * varasm.c (free_varasm_status): Likewise.
19717
19718 Thu Sep  9 17:23:19 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19719
19720         * except.c (call_get_eh_context): Add root when allocating static
19721         tree variable.
19722
19723 Thu Sep  9 15:24:59 BST 1999  Richard Earnshaw <rearnsha@arm.com>
19724
19725         * arm.c: Include "ggc.h".
19726         (arm_add_gc_roots): New function.
19727         (arm_override_options): Call it.
19728         (aof_pic_entry): Add a GC root for aof_pic_label when it's allocated.
19729
19730         * arm.md (define_asm_attributes): Add a pool_range attribute.
19731
19732 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
19733
19734         * extend.texi (Volatiles): New node.
19735
19736 Thu Sep  9 03:37:31 1999  Richard Henderson  <rth@cygnus.com>
19737
19738         * ggc-simple.c (IS_MARKED, IGNORE_MARK): New.
19739         (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): New.
19740         (struct ggc_any): Replace `mark' with `magic_mark'.
19741         (ggc_alloc_string): Use memcpy, not bcopy.
19742         (ggc_alloc_any): Set magic_mark.  Update bytes_alloced_since_gc.
19743         (ggc_free_{rtx,rtvec,tree,string}): Mark inline.
19744         (ggc_free_any): New.
19745         (ggc_mark_string): Use IGNORE_MARK.  Calc back to struct gcc_string.
19746         (ggc_mark): Use IGNORE_MARK.  Abort if magic doesn't match.
19747         (ggc_collect): Re-enable collection avoidance.  Use GGC_ANY_MARK.
19748         Use IS_MARKED. Use ggc_free_any.
19749
19750 1999-09-09  Scott Bambrough <scottb@netwinder.org>
19751
19752         * config/arm/linux-elf.h: define NO_IMPLICIT_EXTERN_C
19753
19754 Thu Sep  9 01:55:21 1999  Richard Henderson  <rth@cygnus.com>
19755
19756         * toplev.c (main): Always init_ggc.
19757
19758 Wed Sep  8 23:53:22 1999  Richard Henderson  <rth@cygnus.com>
19759
19760         * except.c (find_all_handler_type_matches): Free the list if
19761         we found no matches.
19762
19763         * combine.c (SUBST): Break out to a real function do_SUBST.
19764         (SUBST_INT): Likewise.
19765         * gcse.c (free_pre_mem): Free `temp_bitmap'.
19766         (pre_insert): Free `inserted'.
19767         * loop.c (basic_induction_var): Always set `location'.
19768
19769         * function.c (expand_function_end): Add initial_trampoline as a root.
19770         * rtl.h (init_varasm_once): Declare.
19771         * toplev.c (compile_file): Call it.
19772         * ggc-simple.c (ggc_mark_string_ptr): New.
19773         (ggc_add_string_root): New.
19774         (ggc_collect): Disable collection avoidance temporarily.
19775         * ggc.h (ggc_add_string_root): Declare.
19776         * except.c (create_rethrow_ref): Use ggc_alloc_string.
19777         * optabs.c (init_libfuncs): Likewise.
19778         * varasm.c (named_section): Use ggc_alloc_string.
19779         (make_function_rtl): Likewise.
19780         (make_decl_rtl): Likewise.
19781         (assemble_static_space): Likewise.
19782         (assemble_trampoline_template): Likewise.
19783         (output_constant_def): Likewise.
19784         (force_const_mem): Likewise.
19785         (mark_const_hash_entry): New.
19786         (mark_pool_sym_hash_table): New.
19787         (mark_varasm_state): Use it.
19788         (init_varasm_once): New.
19789
19790         * expr.h (init_one_libfunc): Declare.
19791         * optabs.c (init_one_libfunc): New.
19792         (init_optabs): Use it.
19793         * config/gofast.h: Likewise.
19794         * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Likewise.
19795         * config/sparc/sparc.h (INIT_TARGET_OPTABS): Likewise.
19796
19797 Thu Sep  9 13:46:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
19798
19799         * Makefile.in (cppexp.o): Depend on cpphash.h.
19800         * cppexp.c (cpp_lex): Handle `defined (xxx)' for poisoned xxx.
19801         Include cpphash.h.
19802         * cpphash.c (special_symbol): Handle plain `xxx' for poisoned xxx.
19803         * cpplib.c (do_define): Generalise to handle poisoned definitions,
19804         redefining poisoned identifiers, etc.
19805         (do_undef): Don't allow poisoned identifiers to be undefined.
19806         (do_pragma): Add #pragma poison.
19807         (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
19808
19809         * cccp.c: Add T_POISON node type.
19810         (special_symbol): Handle `defined(xxx)' and plain `xxx' for
19811         poisoned xxx.
19812         (do_define): Generalise to handle poisoned definitions,
19813         redefining poisoned identifiers, etc.
19814         (do_undef): Don't allow poisoned identifiers to be undefined.
19815         (do_pragma): Add #pragma poison.
19816         (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
19817
19818         * c-pragma.c (handle_pragma_token): Ignore #pragma poison.
19819         * c-pragma.h: Add ps_poison state.  We now always have generic
19820         pragmas.
19821
19822 Wed Sep  8 20:30:42 1999  Mark Mitchell  <mark@codesourcery.com>
19823
19824         * ggc.h (ggc_alloc): New function.
19825         (ggc_mark): Likewise.
19826         * ggc-simple.c (ggc_any): New structure.
19827         (ggc_status): Add anys.
19828         (n_anys_collected): New variable.
19829         (ggc_alloc): Define.
19830         (ggc_mark): Likewise.
19831         (ggc_collect): Collect the anys.
19832
19833 Wed Sep  8 20:15:14 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19834
19835         * c-decl.c (mark_binding_level): Make static to match prototype.
19836
19837 Wed Sep  8 16:41:27 1999  Richard Henderson  <rth@cygnus.com>
19838
19839         * flow.c (new_insn_dead_notes): Don't early out for preexisting regs.
19840
19841 Wed Sep  8 16:07:52 1999  Richard Henderson  <rth@cygnus.com>
19842
19843         * gengenrtl.c (CONST_DOUBLE_FORMAT): Take the size REAL_ARITHMETIC
19844         will use into account.  Expand the max width to 5.
19845         * rtl.c: Likewise.
19846
19847 Wed Sep  8 16:01:14 1999  Richard Henderson  <rth@cygnus.com>
19848
19849         * ggc-simple.c (ggc_free_rtx): Poison the correct amount
19850         for the rtx length.
19851
19852 Wed Sep  8 15:23:54 1999  Richard Henderson  <rth@cygnus.com>
19853
19854         * alpha.md (call value patterns): Remove the result predicates.
19855
19856 Wed Sep  8 13:35:38 1999  Richard Henderson  <rth@cygnus.com>
19857
19858         * Makefile.in (stmp-fixinc): Remove extraneous exit 1 from
19859         last change.
19860
19861 Wed Sep  8 15:32:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19862
19863         * system.h (sbrk, malloc, calloc, realloc): Backup prototypes
19864         changed from extern char *, to extern PTR.  Also fix typo in
19865         NEED_DECLARATION_REALLOC test.
19866
19867         * mips-tdump.c (malloc, calloc, realloc): Don't prototype.
19868
19869 Wed Sep  8 11:40:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19870
19871         * gansidecl.h (__attribute__, ATTRIBUTE_UNUSED_LABEL,
19872         ATTRIBUTE_UNUSED, ATTRIBUTE_NORETURN, ATTRIBUTE_PRINTF,
19873         ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2, ATTRIBUTE_PRINTF_3,
19874         ATTRIBUTE_PRINTF_4, ATTRIBUTE_PRINTF_5, GENERIC_PTR): Delete.
19875
19876         * c-decl.c (field_decl_cmp): Use PTR instead of GENERIC_PTR.
19877
19878         * cccp.c (pcfinclude): Likewise.
19879
19880         * global.c (allocno_compare): Likewise.
19881
19882         * haifa-sched.c (rank_for_schedule): Likewise.
19883
19884         * local-alloc.c (qty_sugg_compare_1, qty_compare_1): Likewise.
19885
19886         * reload1.c (hard_reg_use_compare, reload_reg_class_lower): Likewise.
19887
19888         * stupid.c (stupid_reg_compare): Likewise.
19889
19890         * tree.c (_obstack_allocated_p): Likewise.
19891
19892         * varray.h (varray_data_tag, VARRAY_GENERIC_PTR_INIT): Likewise.
19893
19894 1999-09-08  Bruce Korb  autogen@linuxbox.com
19895
19896         * Makefile.in: Give the hapless gperf user a hint about
19897         why "gperf -F" fails.
19898
19899 Wed Sep  8 04:43:22 1999  Richard Henderson  <rth@cygnus.com>
19900
19901         * lists.c: Include ggc.h.
19902         (zap_lists): New.
19903         (init_EXPR_INSN_LIST_cache): Install it.
19904
19905         * ggc-simple.c (init_ggc): Absorb the old init.
19906         (ggc_push_context): Use xcalloc.
19907         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Likewise.
19908         (ggc_collect): Add [rvts] tags to the collection stats.
19909
19910 Wed Sep  8 11:14:25 1999  Andreas Schwab  <schwab@suse.de>
19911
19912         * cccp.c (main): Fix handling of -include and -imacros options.
19913
19914 Wed Sep  8 02:23:08 1999  Jeffrey A Law  (law@cygnus.com)
19915
19916         * cpplib.c (cpp_push_buffer): Fix order of arguments.
19917
19918 Wed Sep  8 04:44:09 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
19919
19920         * rtl.h (obstack_alloc_rtx): Removed, it's now static in
19921         genrtl.c.
19922
19923 Wed Sep  8 00:33:43 1999  Alasdair Baird  <alasdair@wildcat.demon.co.uk>
19924
19925         * flow.c (insn_dead_p): Use XEXP rather than SUBREG_REG.
19926         * haifa-sched.c (sched_analyze_1): Use XEXP rather than SUBREG_REG
19927         and SET_DEST. Update comment.
19928
19929 Wed Sep  8 18:55:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
19930
19931         * config/c4x/c4x.c: Include ggc.h.
19932         (c4x_add_gc_roots): New function.
19933         (c4x_override_options): Call c4x_add_gc_roots.
19934
19935 Wed Sep  8 00:00:16 1999  Richard Henderson  <rth@cygnus.com>
19936
19937         * defaults.h (TARGET_ESC): Move ...
19938         * system.h: ... here, where Linas had it in the first place.  Silly me.
19939
19940 Tue Sep  7 23:46:35 1999  Linas Vepstas  <linas@linas.org>
19941
19942         * c-common.c: Use ISGRAPH, ISLOWER, toupper.
19943         * c-lex.c, cccp.c, cexp.c, cexp.y, cppexp.c, dwarf2out.c, genattr.c,
19944         genattrtab.c, genemit.c, genextract.c, genpeep.c, tree.c: Likewise.
19945         * system.h (IN_CTYPE_DOMAIN): Define to 1 if HOST_EBCDIC.
19946         * defaults.h (TARGET_ESC): Add default.
19947
19948 Tue Sep  7 23:36:59 1999  Linas Vepstas  <linas@linas.org>
19949
19950         * configure.in: add i370-*-openedition, i370-*-mvs and
19951         i370-*-linux targets
19952
19953 Tue Sep  7 23:31:53 1999  Mark Mitchell  <mark@codesourcery.com>
19954
19955         * dsp16xxx.c: Include ggc.h
19956         (override_options): Mark GC roots.
19957         * mn10200.c: Include ggc.h.
19958         (asm_file_start): Mark GC roots.
19959         * tahoe.c: Include ggc.h.
19960         (extensible_operand): Mark GC roots.
19961
19962 Tue Sep  7 23:23:15 1999  Linas Vepstas  <linas@linas.org>
19963
19964         * README: Add section discussing status of ELF ABI.
19965         * i370.c: Fix misc spelling mistakes.
19966         (i370_label_scan): Updated notes, exception handling.
19967         (i370_function_prolog): Simplify ELF stack handling.
19968         * i370.h: (FIXED_REGISTERS): Free up r12 for ELF.
19969         (STACK_GROWS_DOWNWARD): ELF stack grows down.
19970         (ASM_DECLARE_FUNCTION_NAME): Fix crazy malloc size.
19971         * i370.md: (movdi): Add notes.
19972         (floatsidf2): Use stack not rtca for scratch float area.
19973         (iorsi3): Correct operand constraints.
19974         * x-oe: Restore TAROUTOPTS which are used by pax.
19975
19976 Tue Sep  7 22:39:18 1999  Mark Mitchell  <mark@codesourcery.com>
19977
19978         * rs6000.c: Include ggc.h.
19979         (rs6000_add_gc_roots): New function.
19980         (override_options): Call it.
19981
19982 Tue Sep  7 22:09:03 1999  Richard Henderson  <rth@cygnus.com>
19983
19984         * alpha.h (alpha_compare): New.
19985         (alpha_compare_op0, alpha_compare_op1, alpha_compare_fp_p): Remove.
19986         * alpha.c: Likewise for the definitions.
19987         (alpha_emit_conditional_branch): Update for alpha_compare.
19988         (alpha_emit_conditional_move): Likewise.
19989         * alpha.md (cmpdf, cmpdi): Likewise.
19990         (setcc patterns): Likewise.  Zero alpha_compare after use.
19991         (sne): Optimize (x != 0) into (0U < x).
19992
19993 Tue Sep  7 21:55:02 1999  Richard Henderson  <rth@cygnus.com>
19994
19995         * alpha.h (alpha_eh_epilogue_sp_ofs): Remove.
19996         (struct machine_function): Declare; add eh_epilogue_sp_ofs.
19997         (INIT_EXPANDERS): Remove.
19998         * alpha.c: Include ggc.h.
19999         (alpha_eh_epilogue_sp_ofs, alpha_return_addr_rtx): Remove.
20000         (alpha_init_machine_status, alpha_mark_machine_status): New.
20001         (override_options): Install them.
20002         (struct machine_function): Moved to alpha.h.
20003         (alpha_save_machine_status, alpha_restore_machine_status): Remove.
20004         (alpha_init_expanders): Remove.
20005         (alpha_return_addr): Adjust to use current_function->machine.
20006         (alpha_ra_ever_killed): Likewise.
20007         (alpha_expand_epilogue): Likewise.
20008         * alpha.md (eh_epilogue): Likewise.
20009
20010 Wed Sep  8 14:34:42 1999  Ian Piumarta  <piumarta@prof.inria.fr>
20011                           Melissa O'Neill  <oneill@cs.sfu.ca>
20012                           Geoffrey Keating  <geoffk@cygnus.com>
20013
20014         * config/rs6000/rs6000.c (first_reg_to_save): Don't save fixed or
20015         call-used registers (call-saved registers must still be contiguous
20016         and end with r31, of course).
20017
20018 Tue Sep  7 21:41:38 1999  Richard Henderson  <rth@cygnus.com>
20019
20020         * c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.
20021         (self_promoting_type_p): Delete.
20022         (self_promoting_args_p): Move ...
20023         * c-common.c: ... here.
20024         (c_common_nodes_and_builtins): Initialize lang_type_promotes_to.
20025         (simple_type_promotes_to): New.
20026         * builtins.c (lang_type_promotes_to): New.
20027         (expand_builtin_va_arg): Use it to give diagnostic for illegal types.
20028         * c-tree.h (C_PROMOTING_INTEGER_TYPE_P): Move ...
20029         * c-common.h: ... here.
20030         (self_promoting_args_p, simple_type_promotes_to): Declare.
20031         * c-decl.c (duplicate_decls): Use simple_type_promotes_to.
20032         (grokdeclarator): Likewise.
20033         * tree.h (lang_type_promotes_to): Declare.
20034
20035 Tue Sep  7 17:15:21 1999  Mark Mitchell  <mark@codesourcery.com>
20036
20037         Add some machine-dependent GC roots.
20038         * sparc.c: Include ggc.h.
20039         (sparc_add_gc_roots): New function.
20040         (mark_ultrasparc_pipeline_state): Likewise.
20041         (override_options): Call sparc_add_gc_roots.
20042         * pa.c: Include ggc.h.
20043         (pa_add_gc_roots): New function.
20044         (mark_deferred_plabels): Likewise.
20045         (override_options): Call pa_add_gc_roots.
20046         * mips.c: Include ggc.h.
20047         (mips_add_gc_roots): New function.
20048         (override_options): Use it.
20049
20050 Tue Sep  7 11:39:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20051
20052         * cpperror.c (cpp_file_line_for_message): Constify a char*.
20053
20054         * cppexp.c (parse_number, parse_charconst, cpp_lex,
20055         cpp_parse_expr): Add static prototypes.
20056         (parse_charconst): Don't cast away const-ness.
20057         (token): Constify a char*.
20058
20059         * cppfiles.c (file_name_list, include_hash, find_include_file,
20060         finclude, initialize_input_buffer): Constify a char*.
20061         (file_cleanup, find_position): Add static prototypes.
20062
20063         * cpphash.c (macro_cleanup, macarg, timestamp, special_symbol,
20064         collect_expansion): Add static prototypes.
20065         (cpp_install, create_definition, monthnames): Constify a char*.
20066
20067         * cpphash.h (cpp_install): Likewise.
20068
20069         * cppinit.c (known_suffixes, default_include,
20070         dump_special_to_buffer, NAME, cpp_start_read, cpp_finish): Likewise.
20071         (base_name, dump_special_to_buffer, initialize_dependency_output):
20072         Add static prototypes.
20073
20074         * cpplib.c (my_strerror): Constify a char*.
20075         (null_underflow, null_cleanup, skip_comment, copy_comment,
20076         copy_rest_of_line, handle_directive, pass_thru_directive,
20077         get_directive_token, read_line_number, cpp_print_file_and_line,
20078         v_cpp_error, v_cpp_warning, v_cpp_error_with_line,
20079         v_cpp_warning_with_line, detect_if_not_defined,
20080         consider_directive_while_skipping): Add static prototypes.
20081         (pass_thru_directive, check_macro_name, cpp_expand_to_buffer,
20082         cpp_pedwarn_with_file_and_line): Constify a char*.
20083
20084         * cpplib.h (cpp_options, include_hash, progname, definition,
20085         cpp_pedwarn_with_file_and_line, cpp_expand_to_buffer,
20086         check_macro_name, cpp_pfatal_with_name, cpp_file_line_for_message,
20087         find_include_file, deps_output, include_hash): Constify a char*.
20088
20089         * cppmain.c (progname): Constify.
20090         (main): Add prototype.  Use return, not exit.
20091
20092         * fix-header.c (fatal, add_symbols, lookup_std_proto, write_lbrac,
20093         recognized_macro, check_macro_names, read_scan_file, write_rbrac,
20094         inf_skip_spaces, inf_read_upto, inf_scan_ident, inf_scan_ident,
20095         check_protection): Add static prototype.
20096         (xfree): Remove.
20097         (progname, recognized_macrom, recognized_extern): Constify a char*.
20098         (main): Add prototype.
20099
20100         * gen-protos.c (progname): Constify a char*.
20101
20102 Tue Sep  7 00:47:52 1999  Mark Mitchell  <mark@codesourcery.com>
20103
20104         * emit-rtl.c (free_emit_status): Take decl as a parameter.
20105         (init_emit_once): Add more GC roots.
20106         * except.c (mark_func_eh_entry): New function.
20107         (mark_eh_node): Mark false_label and rethrow_label.
20108         (init_eh): Add more GC roots.
20109         * function.c (free_after_compilation): Take decl as a paramter.
20110         Call free_stmt_status.
20111         (mark_function_state): Don't assume x_parm_reg_stack_loc is
20112         non-NULL.
20113         * function.h (free_after_compilation): Change prototype.
20114         (free_varasm_status): Likewise.
20115         (free_emit_status): Likewise.
20116         (free_stmt_status): New function.
20117         * ggc-simple.c (rtx, vecs, trees, strings, bytes_alloced_since_gc):
20118         Remove, replacing with ...
20119         (ggc_status): New structure.
20120         (ggc_chain): New variable.
20121         (init_gcc): Define.
20122         (ggc_push_context): New function.
20123         (ggc_pop_context): Likewise.
20124         (ggc_alloc_rtx): Adjust for use of ggc_chain.
20125         (ggc_alloc_rtvec): Likewise.
20126         (ggc_alloc_tree): Likewise.
20127         (ggc_alloc_string): Likewise.
20128         (ggc_mark_rtx): Mark NOTE_SOURCE_FILE and NOTE_RANGE_INFO.
20129         (ggc_mark_tree): Give language-dependent code a chance to mark
20130         `x' nodes.
20131         (ggc_mark_tree_varray): Handle empty arrays.
20132         (ggc_collect): Adjust for use of ggc_chain.  Clear
20133         bytes_alloced_since_last_gc.
20134         * ggc.h (ggc_pop_context): New function.
20135         (ggc_push_context): Likewise.
20136         * print-tree.c (print_node): Don't print obstacks when GC'ing.
20137         * stmt.c (free_stmt_status): New function.
20138         (init_stmt_for_function): Clear last_expr_value.
20139         * toplev.c (rest_of_compilation): Always call free_after_compilation.
20140         Conditionalize call to ggc_collect.
20141         (main): Call init_ggc.
20142         * tree.c (push_obstacks): Do the push, even when GC'ing.
20143         (push_obstacks_nochange): Likewise.
20144         (pop_obstacks): Liekwise.
20145         * varasm.c (free_varasm_status): Take decl as a parameter.
20146
20147 Tue Sep  7 08:15:49 1999  Gavin Romig-Koch  <gavin@cygnus.com>
20148
20149         * config/mips/mips.h (MULTILIB_ENDIAN_DEFAULT) : New macro.
20150         (MULTILIB_ENDIAN_DEFAULT) : Use the new macro.
20151         * config/mips/elf64.h (MULTILIB_DEFAULTS) : Use the new macro.
20152         * config/mips/r3900.h (MULTILIB_DEFAULTS) : Use the new macro.
20153
20154 Tue Sep  7 03:42:45 1999  Mark Klein (mklein@dis.com)
20155
20156         * pa/x-pa-mpeix: New file for the MPE port.
20157
20158         * pa/quadlib.asm: New file for long double support.
20159
20160         * configure.in: Add hppa1.0-*-mpeix for MPE port.
20161         * configure: Rebuilt.
20162
20163 Tue Sep  7 10:08:40 1999  Andreas Schwab  <schwab@suse.de>
20164
20165         * final.c (shorten_branches): Fix last change.
20166
20167 Tue Sep  7 00:30:32 1999  Jeffrey A Law  (law@cygnus.com)
20168
20169         * pa.h (ASM_OUTPUT_DOUBLE_INT): Delete.
20170
20171 Mon Sep  6 22:44:47 1999  Jeffrey A Law  (law@cygnus.com)
20172
20173         * Merge from gcc2 snapshot Jan 9, 1999.  See FSFChangeLog for
20174         details.
20175
20176 Mon Sep  6 22:31:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20177
20178         * c-aux-info.c (concat): Don't define.
20179
20180         * cccp.c (my_strerror): Likewise.  All callers changed to use
20181         xstrerror instead.
20182         (do_include): Call xstrdup, not xmalloc/strcpy.
20183         (grow_outbuf): Don't check if xrealloc returns NULL, it can't.
20184         (xmalloc, xrealloc, xcalloc, xstrdup): Don't define.
20185
20186         * collect2.c (my_strsignal): Likewise.  All callers changed to use
20187         strsignal instead.
20188         (locatelib): Call xstrdup, not xmalloc/strcpy.
20189
20190         * 1750a.h (ASM_OUTPUT_INTERNAL_LABEL): Call xmalloc, not malloc.
20191
20192         * dsp16xx.c (override_options): Call xstrdup, not xmalloc/strcpy.
20193
20194         * i370.h (ASM_DECLARE_FUNCTION_NAME): Call xmalloc, not malloc.
20195
20196         * mips.c (build_mips16_call_stub): Call xstrdup, not xmalloc/strcpy.
20197
20198         * cppinit.c (cpp_options_init): Call xcalloc, not xmalloc/bzero.
20199
20200         * dwarfout.c (dwarfout_init): Call concat, not xmalloc/strcpy/...
20201
20202         * except.c (new_eh_region_entry): Call xmalloc/xrealloc, not
20203         malloc/realloc.
20204         (find_all_handler_type_matches): Likewise.  Don't check return
20205         value.
20206         (get_new_handler, init_insn_eh_region, process_nestinfo): Call
20207         xmalloc, not malloc.
20208         (init_eh_nesting_info): Likewise.  Call xcalloc, not xmalloc/bzero.
20209
20210         * gcc.c (xstrerror, xmalloc, xrealloc): Don't define.
20211         (init_spec): Call xcalloc, not xmalloc/bzero.
20212         (set_spec): Call xstrdup, not save_string.
20213         (record_temp_file): Call xstrdup, not xmalloc/strcpy.
20214         (find_a_file): Call xstrdup, not xmalloc/strcpy.
20215         (process_command): Call xstrdup, not save_string.
20216         (main): Call xcalloc, not xmalloc/bzero.
20217
20218         * gcov.c (xmalloc): Don't define.
20219         (create_program_flow_graph): Call xcalloc, not xmalloc/bzero.
20220         (scan_for_source_files): Call xstrdup, not xmalloc/strcpy.
20221         (output_data): Call xcalloc, not xmalloc/bzero.
20222
20223         * haifa-sched.c (schedule_insns): Call xcalloc, not xmalloc/bzero.
20224
20225         * mips-tdump.c (xmalloc): Don't define.
20226         (print_symbol): Call xmalloc, not malloc.
20227         (read_tfile): Call xcalloc, not calloc.
20228
20229         * mips-tfile.c (xfree, my_strsignal, xmalloc, xcalloc, xrealloc):
20230         Don't define.  All callers of xfree/my_strsignal changed to use
20231         free/strsignal instead.
20232         (allocate_cluster): Call xcalloc, not calloc.
20233
20234         * objc/objc-act.c (lang_init): Call concat, not xmalloc/strcpy/...
20235         Fix memory leak, free allocated memory.
20236
20237         * prefix.c (translate_name): Call xstrdup, not save_string.
20238         (update_path): Likewise.
20239
20240         * profile.c (branch_prob): Call xstrdup, not xmalloc/strcpy.
20241
20242         * protoize.c (xstrerror, xmalloc, xrealloc, xfree, savestring2):
20243         Don't define.  Callers of xfree/savestring2 changed to use
20244         free/concat instead.
20245
20246         * reload1.c (reload): Call xcalloc, not xmalloc/bzero.
20247         (init_elim_table): Likewise.
20248
20249         * resource.c (init_resource_info): Likewise.
20250
20251         * stupid.c (stupid_life_analysis): Likewise.
20252
20253         * toplev.c (xmalloc, xcalloc, xrealloc, xstrdup): Don't define.
20254         (open_dump_file): Call concat, not xmalloc/strcpy/...
20255         (clean_dump_file): Likewise.
20256         (compile_file): Call xstrdup, not xmalloc/strcpy.
20257
20258 Mon Sep  6 15:04:55 1999  Richard Henderson  <rth@cygnus.com>
20259
20260         * v850.h (EXPAND_BUILTIN_VA_ARG): New.
20261         * v850.c (v850_va_arg): New.
20262
20263 Tue Sep  7 09:36:01 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20264
20265         * haifa-sched.c: Tidy comments.
20266
20267 Mon Sep  6 14:30:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20268
20269         * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
20270         (c-parse.o, c-decl.o, c-lang.o, c-lex.o, c-common.o,
20271         $(out_object_file)): Depend on ggc.h.
20272         * c-common.c: Include "ggc.h".
20273         (combine_strings): If doing GC, use ggc_alloc_string.
20274         * c-decl.c: Include "ggc.h".
20275         (ggc_p): Define with value 0.
20276         (mark_binding_level): New function.
20277         (init_decl_processing): Add GC roots.
20278         (mark_c_function_context): New function.
20279         (lang_mark_false_label_stack): New function.
20280         (lang_mark_tree): New function.
20281         (lang_cleanup_tree): New function.
20282         * c-lang.c: Include "ggc.h".
20283         (lang_init): Call c_parse_init.
20284         * c-lex.c: Include "ggc.h".
20285         (check_linenum): If doing GC, don't copy filenames to permanent
20286         obstack.
20287         * c-parse.in: Include "ggc.h".
20288         (c_parse_init): New function.
20289         * c-tree.h (c_parse_init, mark_c_function_context): Declare.
20290         * objc/Make-lang.in (objc-parse.o): Depend on ggc.h.
20291
20292         * except.c (mark_eh_state): Mark more state.
20293         * function.c (mark_function_state): Likewise.
20294         * ggc-simple.c (ggc_alloc_rtvec): Bring in sync with non-gc version.
20295         (ggc_alloc_string) [GGC_DUMP]: Fix typo.
20296         * toplev.c (mark_file_stack): New function.
20297         (compile_file): If doing GC, use ggc_alloc_string on input filename.
20298         (main): Add root for input_file_stack.
20299
20300         * i386.c: Include "ggc.h".
20301         (ix86_mark_machine_status): New function.
20302         (override_options): Set mark_machine_status.
20303
20304 Mon Sep  6 15:26:23 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20305
20306         * tree.c (copy_node): Copy node contents also if doing GC.
20307
20308 Mon Sep  6 08:42:06 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
20309
20310         * collect2.c (scan_libraries): Fix double-thinko :-).
20311
20312 Mon Sep  6 02:42:36 1999  Jeffrey A Law  (law@cygnus.com)
20313
20314         * collect2.c (scan_libraries): Fix thinko.
20315
20316         * cse.c (delete_trivially_dead_insns): Do not skip the last
20317         insn if it is a real insn.
20318
20319 Sun Sep  5 18:57:42 1999  Mark Mitchell  <mark@codesourcery.com>
20320
20321         * Makefile.in (ggc-simple.o): Depend on hash.h.
20322         * ggc.h (ggc_add_tree_hash_table_root): Declare.
20323         (ggc_mark_tree_varray): Likewise.
20324         (ggc_mark_tree_hash_table): Likewise.
20325         * ggc-simple.c: Include hash.h.
20326         (ggc_mark_tree_hash_table_ptr): New function.
20327         (ggc_mark_tree_hash_table_entry): Likewise.
20328         (ggc_mark_tree_hash_table): Likewise.
20329         (ggc_add_tree_hash_table_root): Likewise.
20330         * varray.h (const_equiv_data): Use struct rtx_def *, rather than
20331         rtx, when defining fields.
20332
20333 Sun Sep  5 18:57:42 1999  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
20334
20335         * profile.c (output_func_start_profiler): Remove apparently
20336         nonsensical call to start_sequence.
20337
20338 Sun Sep  5 17:34:33 1999  Richard Henderson  <rth@cygnus.com>
20339
20340         * clipper/clipper.c (clipper_va_start): Fix typos.
20341
20342         * pyr/pyr.c (pyr_build_va_list, pyr_va_start, pyr_va_arg): New stubs.
20343         * spur/spur.c (spur_build_va_list, spur_va_start): New stubs.
20344         (spur_va_arg): New stub.
20345
20346         * configure.in: Comment out pyramid.
20347
20348 Sun Sep  5 19:11:01 1999  Michael Meissner  <meissner@cygnus.com>
20349
20350         * i386.h (MASK_{DEBUG_{ADDR,ARG},INTEL_SYNTAX}): Move so these
20351         don't conflict with the bits that win32, cygwin, and dgux
20352         defines.
20353
20354 Sun Sep  5 09:31:56 1999  Richard Henderson  <rth@cygnus.com>
20355                           Bernd Schmidt <bernds@cygnus.co.uk>
20356
20357         * integrate.c (function_cannot_inline_p): Do not inline
20358         functions with forced labels.
20359
20360 Sun Sep  5 00:35:17 1999  Richard Henderson  <rth@cygnus.com>
20361                           Bernd Schmidt <bernds@cygnus.co.uk>
20362                           Mark Mitchell  <mark@codesourcery.com>
20363
20364         * Makefile.in (ggc-simple.o): Depend on varray.h.
20365         (rtl.o): Depend on ggc.h.
20366         (genattrtab.o): Depend on ggc.h.
20367         (print-tree.o): Likewise.
20368         (fold-const.o): Likewise.
20369         * emit-rtl.c (sequence_element_free_list): Remove, and all references.
20370         (make_insn_raw): Don't cache insns when GC'ing.
20371         (emit_insn_before): Likewise.
20372         (emit_insn_after): Likewise.
20373         (emit_insn): Likewise.
20374         (start_sequence): Use xmalloc to allocate the sequence_stack.
20375         (end_sequence): Add free to free it.
20376         (gen_sequence): Don't cache insns when GC'ing.
20377         (clear_emit_caches): Don't use sequence_element_free_list.
20378         (init_emit): Use xcalloc, not xmalloc+bzero.
20379         * fold-const.c (size_int_wide): Kill the cache, when GC'ing.
20380         * function.c (pop_function_context_from): Use free to free the
20381         fixup_var_refs_queue.
20382         (put_reg_into_stack): Allocate it with xmalloc.
20383         * genattrtab.c: Include ggc.h.
20384         (operate_exp): Don't use obstack_free when GC'ing.
20385         (simplify_cond): Likewise.
20386         (simplify_text_exp): Likewise.
20387         (optimize_attrs): Likewise.
20388         * gengenrtl.c (gendef): Use ggc_alloc_rtx to allocate RTL, when
20389         GC'ing.
20390         (gencode): Generate a #include for ggc.h.
20391         * ggc-callbacks.c (ggc_p): Define it to zero.
20392         * ggc-none.c (ggc_p): Likewise.
20393         * ggc-simple.c: Include varray.h.
20394         (ggc_mark_tree_varray): New function.
20395         (ggc_add_tree_varray_root): Likewise.
20396         (ggc_mark_tree_varray_ptr): Likewise.
20397         * ggc.h (ggc_p): Declare.
20398         (varray_head_tag): Likewise.
20399         (ggc_add_tree_varray_root): Declare.
20400         * print-tree.c (print_node): Don't check for TREE_PERMANENT
20401         inconsistencies when GC'ing.
20402         * rtl.c: Include ggc.h.
20403         (rtvec_alloc): Use ggc_alloc_rtvec when GC'ing.
20404         (rtx_alloc): Use ggc_alloc_rtx when GC'ing.
20405         (rtx_free): Don't call obstack_free when GC'ing.
20406         * toplev.c (rest_of_compilation): Call ggc_collect after every
20407         pass, if GC'ing.
20408         * tree.c (push_obstacks): Do nothing, if GC'ing.
20409         (pop_obstacks_nochange): Likewise.
20410         (pop_obstacks): Likewise.
20411         (make_node): Use ggc_alloc_tree when GC'ing.
20412         (copy_node): Likewise.
20413         (get_identifier): Use ggc_alloc_string when GC'ing.
20414         (build_string): Likewise.
20415         (make_tree_vec): Use ggc_alloc_tree when GC'ing.
20416         (tree_cons): Likewise.
20417         (build1): Likewise.
20418         (type_hash_canon): Don't call obstack_free when GC'ing.
20419
20420 Sat Sep  4 21:52:32 1999  Richard Henderson  <rth@cygnus.com>
20421
20422         * haifa-sched.c (schedule_block): Use next_nonnote_insn instead
20423         of NEXT_INSN when examining speculative insns for SCHED_GROUP_P.
20424
20425 Sat Sep  4 20:40:19 1999  Richard Henderson  <rth@cygnus.com>
20426                           Bernd Schmidt <bernds@cygnus.co.uk>
20427                           Mark Mitchell  <mark@codesourcery.com>
20428
20429         * Makefile.in (stor-layout.o): Depend on ggc.h.
20430         (expr.o): Depend on ggc.h.
20431         (profile.o): Depend on ggc.h.
20432         (stor-layout.o): Depend on ggc.h.
20433         * emit-rtl.c (init_emit_once): Add gc roots.
20434         * expr.c: Include ggc.h.
20435         (emit_block_move): Add gc roots.
20436         (clear_storage): Likewise.
20437         * expr.h (init_stor_layout_once): New function.
20438         * profile.c: Include ggc.h.
20439         (init_arc_profiler): profiler_label is a root.
20440         * scan.c (make_sstring_space): Trust xrealloc to function
20441         correctly with first parameter NULL.
20442         * stor-layout.c: Include ggc.h.
20443         (set_sizetype): Add gc root.
20444         (init_stor_layout_once): New function.
20445         * toplev.c (compile_file): Call it.
20446
20447 Sat Sep  4 19:26:25 1999  Richard Henderson  <rth@cygnus.com>
20448                           Bernd Schmidt <bernds@cygnus.co.uk>
20449                           Mark Mitchell  <mark@codesourcery.com>
20450
20451         * Makefile.in (tree.o): Depend on ggc.h.
20452         (varasm.o): Likewise.
20453         (function.o): Likewise.
20454         (stmt.o): Likewise.
20455         (except.o): Likewise.
20456         (optabs.o): Likewise.
20457         (emit-rtl.o): Likewise.
20458         * emit-rtl.c: Include ggc.h.
20459         (sequence_element_free_list): Remove, and all references.
20460         (mark_sequence): New functions.
20461         (mark_emit_state): New function.
20462         * except.c: Include ggc.h.
20463         (mark_eh_node, mark_eh_stack, mark_eh_queue): New functions.
20464         (mark_tree_label_node): New functions.
20465         (mark_eh_state): New function.
20466         * function.c: Include ggc.h.
20467         (mark_temp_slot, mark_function_chain): New functions.
20468         (mark_function_state): New function.
20469         (init_function_once): New function.
20470         * function.h (init_function_once): New function.
20471         * ggc-callbacks.c (lang_mark_false_label_stack): New function.
20472         * ggc.h (label_node): Declare.
20473         (eh_status, emit_status, stmt_status, varasm_status): Likewise.
20474         (lang_mark_false_label_stack): New function.
20475         (mark_temp_slot): Remove declaration.
20476         (mark_function_chain): Likewise.
20477         (mark_eh_state): Adjust prototype.
20478         (mark_stmt_state, mark_emit_state, mark_varasm_state, mark_optab):
20479         Likewise.
20480         * optabs.c: Include ggc.h.
20481         (mark_optab): New function.
20482         (init_optabs): Add gc roots.
20483         * stmt.c: Include ggc.h.
20484         (mark_cond_nesting, mark_loop_nesting): New functions.
20485         (mark_block_nesting, mark_case_nesting, mark_goto_fixup): Likewise.
20486         (mark_stmt_state): New function.
20487         * toplev.c (compile_file): Call init_function_once.
20488         * tree.c: Include ggc.h.
20489         (type_hash): Move declaration earlier in file.
20490         (TYPE_HASH_SIZE, type_hash_table): Likewise.
20491         (init_obstacks): Add gc roots.
20492         (mark_type_hash): New function.
20493         * varasm.c: Include ggc.h.
20494         (mark_pool_constant): New function.
20495         (mark_varasm_state): New function.
20496
20497 Sat Sep  4 22:28:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20498
20499         * ggc-simple.c (ggc_root, ggc_collect): Wrap prototype with PROTO.
20500
20501 Sat Sep  4 18:01:45 1999  Bernd Schmidt <bernds@cygnus.co.uk>
20502
20503         * c-decl.c (struct language_function): Renamed from struct c_function.
20504         Delete elt NEXT.
20505         (c_function_chain): Delete.
20506         (push_c_function_context): New arg F.  Don't warn about nested
20507         functions here.  Fill LANGUAGE elt of F.  Delete code to update
20508         c_function_chain.  Don't call push_function_context.
20509         (pop_c_function_context): New arg F.  Restore from there instead of
20510         from c_function_chain.  Don't call pop_function_context.  Clear out
20511         LANGUAGE field of F when done.
20512         * c-lang.c: Include "function.h"
20513         (lang_init): Initialize save_lang_status and restore_lang_status.
20514         * c-parse.in (nested_function, nested_function_notype): Warn about
20515         nested functions.  Call push_function_context/pop_function_context
20516         instead of the _c_ variants.
20517         * c-tree.h (push_c_function_context, pop_c_function_context): Update
20518         prototype.
20519         * Makefile.in (c-lang.o): Update dependencies.
20520
20521         * emit-rtl.c (init_emit): Use xmalloc to allocate regno_reg_rtx,
20522         regno_pointer_flag, regno_pointer_align.
20523         (gen_reg_rtx): Use xrealloc to enlarge them.
20524         (free_emit_status): New function.
20525         * function.c (mark_machine_status, mark_lang_status): New variables.
20526         (assign_stack_local_1): Renamed from assign_outer_stack_local.  Merge
20527         in some bits from assign_stack_local.  All callers changed to use new
20528         name.
20529         (assign_stack_local): Just call assign_stack_local_1.
20530         (free_after_compilation): New function.
20531         (put_reg_into_stack): Simplify to always call assign_stack_local_1.
20532         (trampoline_address): Likewise.
20533         (assign_parms): Use xcalloc/xrealloc to allocate parm_reg_stack_loc.
20534         (prepare_function_start): Explicitly clear some more variables.
20535         * function.h (struct function): New elt can_garbage_collect.
20536         (mark_machine_status, mark_lang_status): Declare variables.
20537         (free_after_compilation, free_emit_status, free_varasm_status,
20538         init_varasm_status): Declare functions.
20539         * toplev.c (rest_of_compilation): Call free_after_compilation when
20540         done with the current function.
20541         * varasm.c (free_varasm_status): New function.
20542
20543 Sat Sep  4 17:15:13 1999  Richard Henderson  <rth@cygnus.com>
20544
20545         * sparc.h (EXPAND_BUILTIN_VA_START): Define.
20546         (EXPAND_BUILTIN_VA_ARG): Define.
20547         * sparc.c (sparc_va_start): New.
20548         (sparc_va_arg): New.
20549
20550 Sun Sep  5 11:11:59 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20551
20552         * config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs.
20553
20554 Sun Sep  5 10:13:19 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20555
20556         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Disable.
20557
20558 Sat Sep  4 13:44:01 1999  Mark Mitchell  <mark@codesourcery.com>
20559
20560         * Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.
20561         (OBJS): Add $(GGC).
20562         (ggc-callbacks.o): New target.
20563         * ggc-callbacks.c: New file.
20564
20565 Sat Sep  4 22:53:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20566
20567         * expr.h: Collapse individual optab and libfunc vars to arrays.
20568         (optab_index, libfunc_index): New enumerations.
20569         (optab_table, libfunc_table): New arrays.
20570         Add accessor macros for both.
20571
20572         * optabs.c (optab_table, libfunc_table): New.
20573         Delete declarations for individual optab and libfunc vars.
20574
20575 Sat Sep  4 12:57:17 1999  Richard Henderson  <rth@cygnus.com>
20576
20577         * i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args.
20578
20579 Sat Sep  4 11:19:52 1999  Richard Henderson  <rth@cygnus.com>
20580
20581         * Makefile.in (GGC, GGC_LIB): New.
20582         (HOST_RTL): Include ggc-none.o.
20583         (ggc-simple.o): New target.
20584         (ggc-none.o): Likewise.
20585         * tree.h (tree_common): Add gc_mark.
20586         * rtl.h (struct rtx_def): Steal a bit from code to make gc_mark.
20587         (struct rtvec_def): Add gc_mark.
20588         * emit-rtl.c (global_rtl): Update static initializers to contain
20589         enough initializers.
20590         * ggc.h, ggc-none.c, ggc-simple.c: New files.
20591         * toplev.c (gc_time): New variable.
20592         (all_time): New variable.
20593         (compile_file): Print gc time.
20594         (print_time): Calculate percentage of the whole.
20595
20596 Sat Sep  4 13:11:01 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20597
20598         Change obstack memory management and varasm constant pool handling so
20599         that nested functions are treated like any other functions.
20600         * function.c (init_machine_status): New variable.
20601         (push_function_context_to): Set contains_functions for the outer
20602         function.  Don't call save_varasm_status.
20603         (pop_function_context_from): Don't call restore_varasm_status.  Don't
20604         set current_function_contains_functions.
20605         (prepare_function_start): Call init_varasm_status rather than
20606         init_const_rtx_hash_table.  Call (*init_machine_status) if the pointer
20607         is non-null.
20608         * function.h (struct function) Add field varasm.  Delete fields
20609         inline_obstacks, inl_emit, const_rtx_hash_table, first_pool,
20610         last_pool, const_rtx_sym_hash_table, pool_offset, const_double_chain.
20611         (init_machine_status): Declare.
20612         (save_varasm_status, restore_varasm_status): Delete declarations.
20613         (save_tree_status, restore_tree_status): Delete last argument.
20614         * integrate.c (initialize_for_inline): Lose arg COPY.  Delete copying
20615         code.  All callers changed.
20616         (copy_decl_list, copy_decl_tree, copy_decl_rtls, copy_for_inline,
20617         save_constants_in_decl_trees, restore_constants, save_constants,
20618         save_for_inline_eh_labelmap, save_for_inline_copying): Delete
20619         functions.
20620         (inlining): New variable.
20621         (reg_map, label_map, insn_map, orig_asm_operands_vector,
20622         copy_asm_operands_vector, copy_asm_constraints_vector): Delete
20623         variables.
20624         (save_for_inline_nocopy): Don't save constants.
20625         Don't set inl_emit field in current_function.
20626         (expand_inline_function): Use emit field, not inl_emit, of the inlined
20627         function.  Set new variable inlining before
20628         calling copy_rtx_and_substitute.
20629         (copy_rtx_and_substitute): In MEM and SYMBOL_REF cases, handle
20630         constant pool references if inlining is nonzero.
20631         Delete ADDRESS and (most of the) CONST cases.
20632         (output_inline_function): Save and restore current_function/
20633         current_function_decl.  Delete restore_constants code.  Don't call
20634         init_const_rtx_hash_table.
20635         * output.h (init_const_rtx_hash_table): Don't declare.
20636         * rtl.h (struct function): Declare.
20637         (get_pool_constant_for_function, get_pool_mode_for_function): Declare.
20638         * toplev.c (rest_of_compilation): Don't treat nested functions or
20639         functions containing them specially.  Delete all code to deal with
20640         save_for_inline_copying.
20641         * tree.c (toplev_inline_obstacks, extra_inline_obstacks,
20642         inline_obstacks): Delete variables.
20643         (save_tree_status): Lose arg CONTEXT.  All callers changed.
20644         Simply allocate a new function_maybepermanent_obstack for the new
20645         function, delete all the special cases.
20646         Don't save inline_obstacks.
20647         (restore_tree_status): Lose arg CONTEXT.  All callers changed.
20648         Delete special handling for function_maybepermanent_obstack; simply
20649         free it if empty.
20650         Don't restore inline_obstacks.
20651         (permanent_allocation):  Delete code that frees inline_obstacks.
20652         (print_inline_obstack_statistics): Delete function.
20653         (dump_tree_statistics): Don't call it.
20654         * varasm.c (struct varasm_status): New.
20655         (const_rtx_hash_table, const_rtx_sym_hash_table, first_pool,
20656         last_pool, pool_offset, const_double_chain): Delete global
20657         variables, replace with accessor macros.
20658         (immed_double_const): Don't walk const_double_chain outside a
20659         function, but don't treat nested functions specially anymore.
20660         (immed_real_const_1): Likewise.
20661         (clear_const_double_mem): Don't treat nested functions specially.
20662         (init_const_rtx_hash_table): Deleted, code moved to init_varasm_status.
20663         (save_varasm_status, restore_varasm_status): Delete functions.
20664         (init_varasm_status): New function.
20665         (force_const_mem): Don't treat nested functions specially.
20666         (find_pool_constant): Accept new arg F, search for constants in
20667         that function's pool rather than the current one.  All callers
20668         changed.
20669         (get_pool_constant_for_function, get_pool_mode_for_function): New
20670         functions.
20671
20672         * i386.c (init_386_machine_status): New function, mostly from
20673         clear_386_stack_locals.
20674         (struct machine_functions): Rename element names to avoid name
20675         clashes.
20676         (pic_label_rtx, pic_label_name, i386_stack_locals): New accessor
20677         macros, replacing global variables.
20678         (clear_386_stack_locals, save_386_machine_status,
20679         restore_386_machine_status): Delete functions.
20680         (override_options): Initialize init_machine_status.
20681         * i386.h (INIT_EXPANDERS): Delete macro.
20682         (save_386_machine_status, restore_386_machine_status,
20683         clear_386_stack_locals): Delete declarations.
20684
20685 Sat Sep  4 16:56:28 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20686
20687         * config/c4x/c4x.md (rptb_init): Renamed from *rptb_init.
20688         (doloop_begin):  Simplify pattern and use emit_jump_insn.
20689         (doloop_end): Simplify pattern, switch operand order,
20690         and use emit_jump_insn.
20691
20692 Fri Sep  3 19:02:38 1999  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
20693
20694         * function.h (struct function): Add new element LANGUAGE.
20695         (save_lang_status): Declare new variable.
20696         (restore_lang_status): Likewise.
20697         * function.c (save_lang_status): Define.
20698         (restore_lang_status): Likewise.
20699         (push_function_context_to): Call language-specific save function.
20700         (pop_function_context_from): Call language-specific restore function.
20701
20702 Fri Sep  3 01:16:18 1999  Alasdair Baird  <alasdair@wildcat.demon.co.uk>
20703
20704         * i386.md (movsf_1): Check REG_P before use of REGNO.
20705         (movdf_1): Likewise.
20706         (movxf_1): Likewise.
20707         (extendsfdf2): Likewise.
20708         (extendsfxf2): Likewise.
20709         (extenddfxf2): Likewise.
20710
20711 Sat Sep  4 11:37:15 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20712
20713         * config/c4x/c4x.c (c4x_emit_move_sequence): Do not force large
20714         constants into memory.
20715         (c4x_shiftable_constant): New function.
20716         * config/c4x/c4x.c (LEGITIMATE_CONSTANT_P): Allow any CONST_INT.
20717         (c4x_shiftable_constant): Declare.
20718         * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant,
20719         ashlqi3_noclobber): Add new patterns and associated splitters.
20720
20721 Fri Sep  3 16:22:17 1999  Richard Henderson  <rth@cygnus.com>
20722
20723         * dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.
20724         * dwarf2out.c (dwarf2out_frame_init): Likewise.
20725         * final.c (shorten_branches): Likewise.
20726         * global.c (global_alloc): Likewise.
20727         * haifa-sched.c (build_control_flow): Likewise.
20728         * stmt.c (check_for_full_enumeration_handling): Likewise.
20729         (estimate_case_costs): Likewise.
20730
20731 Fri Sep  3 15:49:56 1999  Mark Mitchell  <mark@codesourcery.com>
20732
20733         * rtl.h (RTL_CHECKC2): Fix typo in last change.
20734
20735 Fri Sep  3 15:13:34 1999  Richard Henderson  <rth@cygnus.com>
20736
20737         * flow.c (propagate_block): Use XEXP not SET_DEST for a USE.
20738         (recompute_reg_usage): Likewise.
20739         * rtlanal.c (find_regno_fusage): Likewise.
20740
20741         * rtl.c (rtl_check_failed_code1): New function.
20742         (rtl_check_failed_code2): New.
20743         * rtl.h (RTL_CHECK1, RTL_CHECK2, RTVEC_ELT): Parenthesize args.
20744         (RTL_CHECKC1, RTL_CHECKC2): New.
20745         (XC*): New accessor macros.
20746         (NOTE_*, LABEL_NAME, LABEL_NUSES, ADDRESSOF_REGNO): Use them.
20747         (ADDRESSOF_DECL, JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF): Likewise.
20748         (CONTAINING_INSN, REGNO, INTVAL, SUBREG_REG, SUBREG_WORD): Likewise.
20749         (ASM_OPERANDS_*, MEM_ALIAS_SET, SET_SRC, SET_DEST): Likewise.
20750         (TRAP_*, RANGE_INFO_*): Likewise.
20751
20752 Fri Sep  3 15:10:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20753
20754         * Makefile.in (tlink.o): Don't depend on toplev.h.
20755
20756         * collect2.c (c_file, o_file, export_file, import_file, ldout,
20757         output_file, nm_file_name, ldd_file_name, strip_file_name,
20758         c_file_name, prefix_list, libexts, is_ctor_dtor, find_a_file,
20759         add_prefix, prefix_from_env, prefix_from_string, do_wait,
20760         fork_execute, maybe_unlink, add_to_list,
20761         extract_init_priority, write_list, dump_list,
20762         dump_prefix_list, write_list_with_asm, write_c_file,
20763         write_c_file_stat, write_c_file_glob, scan_prog_file,
20764         scan_libraries, is_in_list, resolve_lib_name, use_import_list,
20765         ignore_library, extract_string, notice, dump_file, target_machine,
20766         collect_wait, collect_execute, libname, locatelib, aix_std_libs,
20767         read_file, print_load_command): Constify a char*.
20768         (fdopen, error, fatal, fatal_perror): Don't prototype.
20769         (my_strerror): Remove.  All callers use xstrerror instead.
20770         (xcalloc, xmalloc, xrealloc, xstrdup, putenv): Remove definitions.
20771         (main): Add prototype.  Constify lots of char* ptrs.  Change calls
20772         to xcalloc/strcpy/strcat/...  to one call to concat.
20773         (main, scan_prog_file, scan_libraries): Use an intermediate
20774         `const char **' to build an argv array.
20775         (mapfile, libselect, libcompare, locatelib): Add prototypes.
20776
20777         * collect2.h (collect_execute, collect_wait, dump_file,
20778         file_exists): Constify a char*.
20779         (ldout, c_file_name, temporary_obstack, permanent_obstack,
20780         temporary_firstobj, vflag, debug): Add extern declarations.
20781         (fancy_abort, error, notice, fatal, fatal_perror): Add prototypes.
20782
20783         * tlink.c: Don't include toplev.h.
20784         (vflag, debug, ldout, c_file_name, temporary_obstack,
20785         permanent_obstack, temporary_firstobj): Don't declare.
20786         (tlink_execute, frob_extension, symbol_hash_lookup,
20787         file_hash_lookup, demangled_hash_lookup, tlink_init, freadsym,
20788         recompile_files, read_repo_files, demangle_new_symbols,
20789         scan_linker_output): Constify a char*.
20790         (symbol_hash_newfunc, file_hash_newfunc, demangled_hash_newfunc,
20791         do_tlink): Mark parameters with ATTRIBUTE_UNUSED.
20792
20793 Fri Sep  3 18:09:24 1999  Andrew Haley  <aph@cygnus.com>
20794
20795         * config/m68k/m68kelf.h: Set USE_GAS; this makes gcc generate jbsr
20796         (relative) rather than jsr (absolute) subroutine call insns.
20797         * config/m68k/m68k-coff.h: Ditto.
20798
20799 Fri Sep  3 17:24:31 1999  Richard Earnshaw <rearnsha@arm.com>
20800
20801         * arm.c (note_invalid_constants): No need to ignore ASMs, we can
20802         now rework these too.
20803         (arm_reorg): If an insn can't reach the end of the current pool,
20804         ensure that we emit that pool before the insn.
20805
20806 Fri Sep  3 09:14:32 1999  Marc Espie <espie@tetto.liafa.jussieu.fr>
20807
20808         * tlink.c (scan_linker_output): Skip the initial underscore in
20809         a mangled name if appropriate.
20810
20811 Fri Sep  3 01:28:33 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20812
20813         * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
20814         objc_tree_code_name, synth_id_with_class_suffix, warn_with_method,
20815         error_with_ivar, gen_declarator, create_builtin_decl,
20816         my_build_string, generate_descriptor_table, generate_ivars_list,
20817         generate_dispatch_table, check_protocols, TAG_GETCLASS,
20818         TAG_GETMETACLASS, TAG_MSGSEND, TAG_MSGSENDSUPER, TAG_EXECCLASS,
20819         dump_base_name, lang_decode_option, build_encode_expr,
20820         start_class, finish_class, encode_pointer, really_start_method,
20821         gen_declaration, dump_interface, handle_class_ref, handle_impent):
20822         Constify.
20823         (objc_demangle, objc_printable_name, generate_struct_by_value_array):
20824         Add static prototypes.
20825         (build_objc_string_decl, build_selector_reference_decl,
20826         encode_bitfield, build_class_reference_decl): Remove unused
20827         parameter, all callers changed.
20828         (maybe_objc_method_name): Mark with ATTRIBUTE_UNUSED.
20829         (objc_printable_name): Likewise.  Change second parameter to type int.
20830         (init_objc): Use memcpy, not bcopy, to avoid casts.
20831
20832 Thu Sep  2 21:49:52 1999  Richard Henderson  <rth@cygnus.com>
20833
20834         * reload1.c (eliminate_regs_in_insn): Avoid eliminating the
20835         reg notes on a deleted insn.
20836         * gcse.c (hash_expr_1): Use XWINT on a CONST_DOUBLE.
20837
20838 Thu Sep  2 20:18:12 1999  Jeffrey A Law  (law@cygnus.com)
20839
20840         * i386.c (ix86_attr_length_default): Handle TYPE_FXCH.
20841
20842 Thu Sep  2 22:00:08 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
20843
20844         * stmt.c (expand_asm_operands): Fix index into inout_mode when
20845         reading it.
20846
20847 Thu Sep  2 13:00:48 1999  Richard Henderson  <rth@cygnus.com>
20848
20849         * stmt.c (expand_asm_operands): Invoke MD_ASM_CLOBBERS if present.
20850         * tm.texi (MD_ASM_CLOBBERS): Document it.
20851
20852 Thu Sep  2 10:22:40 1999  Richard Henderson  <rth@cygnus.com>
20853
20854         * dwarf2out.c (dwarf2out_line): Constify `lastfile'.
20855         * except.c (expand_rethrow): Remove unused variable.
20856         * expr.c (do_jump_by_parts_greater_rtx): Likewise.
20857         * flow.c (replace_insns): Likewise.
20858         (create_edge_list, verify_edge_list): Likewise.
20859         * gcse.c (cprop_cc0_jump): Protect declaration with HAVE_cc0.
20860
20861         * genemit.c (gen_expand): Only emit `operands[N]' decl if there
20862         is special code to run.
20863         (main): Don't define operands to emit_operand.
20864         * genrecog.c (main): Don't emit an empty peephole2_insn function.
20865
20866         * rtl.h (NOTE_BASIC_BLOCK): Use X0BBDEF.
20867
20868         * alpha/alpha.h (normal_memory_operand): Declare.
20869         (reg_no_subreg_operand): Declare.
20870         * alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.
20871
20872 Thu Sep  2 10:19:20 1999  Richard Henderson  <rth@cygnus.com>
20873
20874         * c-parse.in (compstmt_primary_start): New, broken out of first
20875         part of compstmt handling in primary.
20876         (primary): Use it.  Add an error clause.
20877         (compstmt_nostart): Renamed from compstmt; remove all
20878         initial invocations of compstmt_start.
20879         (compstmt): New.
20880
20881 Thu Sep  2 01:35:50 1999  Marc Espie <espie@cvs.openbsd.org>
20882
20883         * protoize.c (gen_aux_info_file):  Let pexecute call choose_temp_base if
20884         needed.
20885
20886 Thu Sep  2 00:43:59 1999  Finn Hakansson  <finn@axis.com>
20887
20888         * combine.c (simplify_shift_const): Remove extra semicolon.
20889         * dwarf2out.c (remove_AT): Likewise.
20890         * expmed.c (expand_mult): Likewise.
20891         * gcov.c (create_program_flow_graph): Likewise.
20892         * reorg.c (mostly_true_jump): Likewise.
20893
20894 Thu Sep  2 00:06:43 1999  Jeffrey A Law  (law@cygnus.com)
20895
20896         * fold-const.c (fold_range_test): Do not try to fold the range
20897         test if the rhs or lhs has side effects.
20898
20899         * combine.c (simplify_rtx): Recognize another case of a synthesized
20900         sign extension.
20901
20902         * varasm.c (mark_constant_pool): When marking indirect references,
20903         only look at SYMBOL_REFs.
20904
20905         * except.c (expand_fixup_region_end): Do not peek at
20906         INSN_UID (node->entry->outer_context) for flag_new_exceptions.
20907
20908 Thu Sep  2 13:52:53 1999  Geoffrey Keating  <geoffk@cygnus.com>
20909
20910         * flags.h: New variables align_loops, align_loops_log,
20911         align_jumps, align_jumps_log, align_labels, align_labels_log,
20912         align_functions, align_functions_log.
20913         * toplev.c: Define them.
20914         (f_options): Handle -falign-* when they have no argument.
20915         (main): Add logic to set variables for -falign-functions,
20916         -falign-jumps, -falign-labels, -falign-loops.
20917         Make it -fsched-verbose=<n> and -finline-limit=<n>.
20918         (display_help): Change help to match options.
20919         * final.c (LABEL_ALIGN): Default to align_labels_log.
20920         (LABEL_ALIGN_MAX_SKIP): Default to align_labels-1.
20921         (LOOP_ALIGN): Default to align_loops_log.
20922         (LOOP_ALIGN_MAX_SKIP): Default to align_loops-1.
20923         (LABEL_ALIGN_AFTER_BARRIER): Default to align_jumps_log.
20924         (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Default to align_jumps-1.
20925         * varasm.c (assemble_start_function): Handle align_functions.
20926
20927         * config/sparc/sparc.h: Don't declare sparc_align_*.
20928         Don't provide LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN.
20929         (DEFAULT_SPARC_ALIGN_FUNCS): Delete; take functionality into
20930         sparc.c.
20931         (FUNCTION_BOUNDARY): Fix incorrect use---it's not just a request,
20932         it's a promise.
20933         * config/sparc/sparc.c: Delete sparc_align_loops,
20934         sparc_align_jumps, sparc_align_funcs and the corresponding string
20935         variables.
20936         (sparc_override_options): Default align_functions on ultrasparc.
20937         Delete -malign-* handling.
20938
20939         * config/mips/mips.c (override_options):  On 64-bit targets,
20940         try to align code to 64-bit boundaries.
20941         (print_operand): New substitution, %~,
20942         which aligns labels to align_labels_log.
20943         * config/mips/mips.md (div_trap_normal): Use %~.
20944         (div_trap_mips16): Likewise.
20945         (abssi): Likewise.
20946         (absdi2): Likewise.
20947         (ffssi2): Likewise.
20948         (ffsdi2): Likewise.
20949         (ashldi3_internal): Likewise.
20950         (ashrdi3_internal): Likewise.
20951         (lshrdi3_internal): Likewise.
20952         (casesi_internal): Likewise.
20953
20954 Wed Sep  1 21:13:48 1999  Richard Henderson  <rth@cygnus.com>
20955
20956         Merge new ia32 backend from the branch!
20957
20958         * i386.h, i386.c, i386.md, reg-stack.c, i386/unix.h: Many changes.
20959         See ChangeLog.P2 on new_ia32_branch for details.
20960
20961         * rtl.h (stack_regs_mentioned_p): Delete prototype.
20962         * i386/cygwin.h (SUBTARGET_PROLOGUE): No more do_rtl.
20963         * i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
20964         * i386/gas.h (ASM_FILE_START): Define.
20965         * i386/winnt.c (i386_pe_valid_decl_attribute_p): Update
20966         for name change of ix86_valid_decl_attribute_p.
20967         (i386_pe_valid_type_attribute_p): Similarly.
20968
20969 Wed Sep  1 18:21:23 1999  Richard Henderson  <rth@cygnus.com>
20970
20971         * emit-rtl.c (init_emit_once): Don't use GET_MODE_WIDER_MODE
20972         to step through CC modes.
20973
20974 Wed Sep  1 20:18:06 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
20975
20976         * regmove.c (fixup_match_1): Don't move INSN in front of P if
20977         it would end up in the shadow of a live flags regsiter.
20978
20979 Wed Sep  1 11:32:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20980
20981         * reload1.c: Fix many indentation problems.
20982         * reload.c: Likewise.
20983
20984 Tue Aug 31 22:08:03 1999  Marc Espie <espie@cvs.openbsd.org>
20985
20986         * alias.c (non_local_reference_p): Constify fmt.
20987
20988 Tue Aug 31 23:19:35 1999  Michael Meissner  <meissner@cygnus.com>
20989
20990         * config/i386/xm-cygwin.h (HAVE_DOS_BASED_FILE_SYSTEM): Define.
20991
20992 Tue Aug 31 16:44:52 1999  Jeffrey A Law  (law@cygnus.com)
20993
20994         * cse.c (delete_trivially_dead_insns): Do not delete stores to
20995         the internal_arg_pointer.
20996
20997 Tue Aug 31 13:35:42 1999  Richard Henderson  <rth@cygnus.com>
20998
20999         Merge peephole2 from new_ia32_branch:
21000         * Makefile.in (STAGESTUFF): Add *.peephole2.
21001         (mostlyclean): Likewise.
21002         (recog.o): Depend on resource.h.
21003
21004         * final.c (peephole): Conditionalize decl on HAVE_peephole.
21005         (final_scan_insn): Likewise for the invocation of peephole.
21006         * genconfig.c (main): Look for peephole and peephole2 patterns.
21007         Emit HAVE_peephole* accordingly.
21008         * genpeep.c (main): Conditionalize entire output on HAVE_peephole.
21009         * flags.h (flag_peephole2): Declare.
21010         * toplev.c: New pass peephole2.  New flag -fpeephole2.
21011
21012         * genattrtab.c (main): Count DEFINE_PEEPHOLE2.
21013         * gencodes.c (main): Likewise.
21014         * genextract.c (main): Likewise.
21015         * genoutput.c (main): Likewise.
21016         * genemit.c (max_operand_1): Look for the max scratch operand.
21017         (gen_rtx_scratch): New.
21018         (gen_exp): Use it, and pass on new arg subroutine_type.
21019         (gen_expand): Take max scratch into account.
21020         (gen_split): Emit peephole2 functions.
21021         (output_peephole2_scratch): New.
21022         (main): Include hard-reg-set.h and resource.h.  Handle peephole2.
21023         * genrecog.c (routine_type): Add PEEPHOLE2.
21024         (IS_SPLIT): New.
21025         (make_insn_sequence): Match outer parallel for peep2.  Discard
21026         top level scratches and dups.
21027         (add_to_sequence): New args insn_type and top.  Update all callers.
21028         Handle toplevel peep2 matching insns.
21029         (write_subroutine): Handle peep2.
21030         (write_tree_1): Likewise.
21031         (write_tree): Likewise.
21032         (main): Likewise.
21033         (change_state): New arg afterward.  Update all callers.
21034         Handle matching separate insns.
21035         * recog.c (recog_next_insn): New.
21036         (peephole2_optimize): New.
21037         * rtl.def (DEFINE_PEEPHOLE2): New.
21038         * resource.c (find_free_register): New argument last_insn.  Use it
21039         to find a register available through the entire span.
21040         * resource.h (find_free_register): Update prototype.
21041
21042 Tue Aug 31 11:51:06 1999  Jim Kingdon  <http://developer.redhat.com>
21043
21044         * i386.c (output_strlen_unroll): Don't write xops[7]
21045         label if it wasn't set.
21046
21047 1999-08-31 12:44 -0700  Zack Weinberg  <zack@bitmover.com>
21048
21049         * cpplib.c (struct directive): Const-ify name pointer and
21050         function pointer prototype.
21051         (validate_else, do_define, do_line, do_include, do_undef,
21052         do_error, do_pragma, do_ident, do_if, do_xifdef, do_else,
21053         do_elif, do_endif, do_sccs, do_assert, do_unassert,
21054         do_warning): Const-ify second arg.
21055         (directive_table): Mark const.  Reorder entries by frequency
21056         of usage, record statistics.
21057
21058 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>
21059
21060         * rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and
21061         bounds- check RTL accesses if --enable-checking.
21062         (RTVEC_ELT): Bounds check if --enable-checking.
21063         (XWINT, XINT, XSTR, XEXP, XVEC, XMODE, XBITMAP, XTREE,
21064         XBBDEF): Use RTL_CHECK1/RTL_CHECK2 as appropriate.
21065         (XVECEXP, XVECLEN): Define in terms of XVEC, RTVEC_ELT, and
21066         GET_NUM_ELEM.
21067         (X0WINT, X0INT, X0STR, X0EXP, X0VEC, X0MODE, X0BITMAP, X0TREE,
21068         X0BBDEF, X0ADVFLAGS):  New macros for accessing '0' slots of RTXes.
21069
21070         (ADDR_DIFF_VEC_FLAGS): Use X0ADVFLAGS.
21071         (NOTE_SOURCE_FILE): Use X0STR.
21072         (NOTE_BLOCK_NUMBER, NOTE_EH_HANDLER, LABEL_NUSES,
21073         MEM_ALIAS_SET): Use X0INT.
21074         (NOTE_RANGE_INFO, NOTE_LIVE_INFO, NOTE_BASIC_BLOCK,
21075         JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF, CONTAINING_INSN):
21076         Use X0EXP.
21077         * real.h (CONST_DOUBLE_CHAIN): Use X0EXP.
21078         * rtl.c (copy_rtx, copy_most_rtx): Copy '0' slots with X0WINT.
21079         (rtl_check_failed_bounds, rtl_check_failed_type1,
21080         rtl_check_failed_type2, rtvec_check_failed_bounds): New
21081         functions.
21082         (fancy_abort): Fix comment.
21083
21084         * cse.c (canon_hash): Read CONST_DOUBLE data slots with XWINT.
21085         (cse_insn): Decrement LABEL_NUSES for jump target before
21086         deleting jump insn.
21087         * emit-rtl.c (gen_rtx_CONST_DOUBLE): Use X0EXP for slot 1.
21088         * final.c (alter_subreg): Compute regno before changing x to
21089         REG; set REGNO(x) after changing it.
21090         * flow.c (count_basic_blocks): Use XWINT to inspect EH_REGION
21091         notes containing CONST_INTs.
21092         (delete_eh_regions): Use NOTE_EH_HANDLER.
21093         * function.c (put_reg_into_stack): Make reg a MEM before
21094         initializing it.
21095         (fixup_var_refs_insns):  Save REG_NOTES (insn) in case we
21096         delete insn.
21097         (gen_mem_addressof): Make reg a MEM before initializing it.
21098         * integrate.c (copy_rtx_and_substitute): Copy '0' slots with
21099         X0WINT.
21100         * local-alloc.c (update_equiv_regs): Zap REG_NOTES before
21101         deleting an insn, not after.
21102         (block_alloc): Only look at PATTERN(insn) if we have to, and
21103         only if it's format class 'i'.
21104         * loop.c (check_dbra_loop): Check bl->biv->add_val is a
21105         CONST_INT before using its INTVAL.
21106         * print-rtl.c (print_rtx): Use X0STR.
21107         * regmove.c (fixup_match_1): Don't look at PATTERN of
21108         non-class-'i' insn chain elements.
21109         * reload.c (loc_mentioned_in_p): Take address of
21110         in->fld[1].rtx directly.
21111         * reload1.c (reload): Change reg to a MEM before initializing
21112         it.
21113         * varasm.c (mark_constant_pool): Skip CONST_DOUBLES, which
21114         have no names.
21115         * config/i386/i386.md (decrement_and_branch_if_zero): Fix typo.
21116
21117 Fri Aug 20 13:43:41 1999  Andrew Haley  <aph@cygnus.com>
21118
21119         * config/mips/mips.c (machine_dependent_reorg): Force a
21120         barrier to output the local constant pool if a barrier hasn't
21121         been found at a natural point in the instruction stream.
21122
21123 Mon Aug 30 22:04:36 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21124
21125         * c-parse.in (language_string): Constify.
21126
21127         * dwarf2out.c (language_string): Remove declaration.
21128
21129         * dwarfout.c (language_string): Likewise.
21130
21131         * toplev.c (language_string, init_parse, finish_parse): Likewise.
21132
21133         * tree.h (language_string, init_parse, finish_parse): Declare.
21134
21135         * i386/sun386.h (language_string): Remove declaration.
21136
21137         * mips.h (language_string): Likewise.
21138
21139         * nextstep.h (language_string): Likewise.
21140
21141         * nextstep21.h (language_string): Likewise.
21142
21143         * rs6000.c (language_string): Likewise.
21144
21145 Mon Aug 30 20:56:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21146
21147         * Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.
21148         (getpwd.o): Remove target.
21149
21150         * getpwd.c: Delete file.  Its in libiberty now.
21151
21152         * dbxout.c (getpwd): Don't prototype.
21153         * dwarf2out.c (getpwd): Likewise
21154         * dwarfout.c (getpwd): Likewise
21155         * final.c (getpwd): Likewise.
21156         * protoize.c (getpwd): Likewise.
21157
21158 Mon Aug 30 20:21:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21159
21160         * cse.c: (fold_rtx): Cast to HOST_WIDE_INT in left shift.
21161
21162 Mon Aug 30 16:07:49 1999  Richard Henderson  <rth@cygnus.com>
21163
21164         * flow.c (new_insn_dead_notes): Use sets_reg_or_subreg not
21165         mark_set_resources.
21166
21167 Mon Aug 30 12:23:53 1999  Jim Wilson  <wilson@cygnus.com>
21168
21169         * fixinc/Makefile.in (subdir): New.
21170         (fixincl.x, inclhack.sh, fixincl.sh): Use cp instead of $(CP).
21171         (Makefile): New.
21172
21173 Mon Aug 30 01:02:09 1999  Jeffrey A Law  (law@cygnus.com)
21174
21175         * emit-rtl.c (copy_rtx_if_shared): A MEM which references
21176         virtual_stack_vars_rtx or virtual_incoming_args_rtx can not
21177         be shared.
21178
21179         * invoke.texi: Fix typo.
21180
21181         * dwarf2out.c (mem_loc_descriptor): New argument MODE.  All callers
21182         changed.  Handle autoincrement addressing modes.
21183
21184         * integrate.c (copy_rtx_and_substitute): Handle internal_arg_pointer
21185         just like we would the virtual incoming args register when
21186         integrating.
21187
21188 Sun Aug 29 23:17:54 1999  David Edelsohn  <edelsohn@gnu.org>
21189
21190         * rs6000.h (ASM_FILE_START): Specify complete filename, including
21191         path, in .file directive.
21192
21193 Sun Aug 29 05:06:43 1999  Russ Allbery  <rra@stanford.edu>
21194
21195         * gcc.texi (External Bugs): Remove obsolete note about Perl on
21196         SunOS.
21197
21198 1999-08-29 08:38 -0700  Zack Weinberg  <zack@bitmover.com>
21199
21200         * stdbool.h: Make the typedef name _Bool, with bool a #defined
21201         alias.
21202
21203 Sun Aug 29 09:36:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21204
21205         * tree.c (tree_code_name): Constify a char*.
21206
21207         * tree.h (tree_code_name, decl_printable_name): Likewise.
21208
21209         * function.h (struct function): Likewise.
21210
21211         * toplev.c (decl_name, decl_printable_name): Likewise.
21212
21213         * vax/vms.h (MAYBE_VMS_FUNCTION_PROLOGUE): Likewise.
21214
21215         * objc/objc-act.c (decl_printable_name): Remove redundant prototype.
21216         (init_objc): Remove function pointer cast.
21217
21218 Sun Aug 29 05:01:17 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
21219
21220         * pa.md (interspace_jump): New pattern.
21221         (builtin_longjmp): New expander.
21222
21223 1999-08-29  Bernd Schmidt  <bernds@cygnus.co.uk>
21224
21225         * fp-bit.c (add, sub, multiply, divide, compare, _eq_f2, _ne_f2,
21226         _gt_f2, _ge_f2, _lt_f2, _le_f2, float_to_si, float_to_usi, negate,
21227         sf_to_df, df_to_sf): Fix potential problem with alias analysis.
21228
21229 Sun Aug 29 04:30:52 1999  John Wehle  (john@feith.com)
21230
21231         * jump.c (delete_prior_computation): Also check calls
21232         to constant functions.  Don't bother checking for a
21233         REG_UNUSED note before adding it.
21234         (delete_computation): Handle multi-word hard registers
21235         when synthesizing missing REG_DEAD notes for a register
21236         which is both set and used by an insn.
21237
21238 1999-08-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
21239
21240         * loop.c (this_loop_info): New variable.
21241         (loop_has_call, loop_has_volatile, loop_has_tablejump,
21242         loop_continue, loops_enclosed): Replace with fields in this_loop_info.
21243         All uses updated.
21244         (prescan_loop, strength_reduce): New argument loop_info.  All callers
21245         updated.
21246         (scan_loop): New variable loop_info, initialise to address of
21247         this_loop_info.
21248         (prescan_loop): Set loop_info->vtop if find NOTE_INSN_LOOP_VTOP.
21249         Delete variable loop_has_multiple_exit targets and replace with
21250         field in this_loop_info.
21251         (find_and_verify_loops): Rename this_loop to this_loop_num.
21252         (strength_reduce): Delete loop_iteration_info.  Replace variable
21253         loop_info with function argument of same name.
21254         (insert_bct): Rework test for loop being completely unrolled.
21255
21256         * loop.h (struct loop_info): New fields num, loops_enclosed,
21257         has_call, has_volatile, has_tablejump, has_multiple_exit_targets,
21258         has_indirect_jump, and cont.  Redefine use of unroll_number.
21259         (loop_unroll_number): Delete.
21260
21261         * unroll.c (unroll_loop): Store loop unroll count in unroll_number
21262         field of loop_info.
21263         (loop_iterations): Delete variable vtop and instead use
21264         loop_info->vtop computed in prescan_loop.
21265
21266 Sun Aug 29 03:27:23 1999  Scott Weikart <scott@igc.apc.org>
21267
21268         * fix-header.c (main): Do not pass a null pointer to strcmp.
21269
21270 Sun Aug 29 03:18:48 1999  William Bader  (william@nscs.fast.net)
21271
21272         * configure.in (i[34567]86-*-sco3.2v4*): Target does not truncate
21273         filenames.
21274         * configure: Rebuilt.
21275
21276 Sat Aug 28 19:36:05 1999  Jeffrey A Law  (law@cygnus.com)
21277
21278         * jump.c (jump_optimize_1): Do not delete assignments to
21279         internal_arg_pointer.
21280         * cse.c (delete_trivially_dead_insns): Always consider a set of
21281         the internal_arg_pointer live.
21282
21283 Sat Aug 28 16:24:31 1999  Richard Henderson  <rth@cygnus.com>
21284
21285         * flow.c (flow_delete_insn_chain): Rename from delete_insn_chain.
21286         (update_life_info) [REG_WAS_0]: Search the original insns rather
21287         than the new insns for the note.  Fix typos finding note_dest.
21288         If no dest found, discard the note rather than abort.
21289         [REG_NOALIAS]: Handle as REG_NO_CONFLICT.
21290         (replace_insns): Remove the old insn list after update_life_info
21291         not before.
21292
21293 Sat Aug 28 16:20:12 1999  Richard Henderson  <rth@cygnus.com>
21294
21295         * haifa-sched.c (sched_analyze): Clear LOG_LINKS before calling
21296         sched_analyze_insn.
21297         (sched_analyze_1): Let add_dependence care for not adding dups.
21298         (sched_analyze_2): Likewise.
21299         (add_branch_dependences): Likewise.
21300
21301 Sat Aug 28 15:58:16 1999  Mumit Khan  <khan@xraylith.wisc.edu>
21302
21303         * i386/winnt.c (export_list): New type.
21304         (exports_head): Rename to
21305         (export_head):  this.
21306         (i386_pe_record_exported_symbol): Add is_data flag.
21307         (i386_pe_asm_file_end): Emit directive for exported variables.
21308         * i386/cygwin.h (i386_pe_record_exported_symbol): Update
21309         prototype.
21310         * i386/cygwin.h (ASM_OUTPUT_COMMON): Specify symbol type.
21311         (ASM_DECLARE_OBJECT_NAME): Likewise.
21312         (ASM_DECLARE_FUNCTION_NAME): Likewise.
21313         * i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
21314
21315 Fri Aug 27 15:35:24 1999  Jeffrey A Law  (law@cygnus.com)
21316
21317         * cse.c (fold_rtx): Work around bug in Sun V5.0 compilers.
21318
21319         * pa.c (emit_move_sequence): Do not stop on SUBREG_WORD of an
21320         operand.
21321
21322 Fri Aug 27 14:01:19 1999  Marc Espie <espie@cvs.openbsd.org>
21323
21324         * config/openbsd.h: Define SET_ASM_OP.
21325         * tm.texi: cross-reference SET_ASM_OP in the index.
21326
21327 1999-08-27 13:27 -0700  Zack Weinberg  <zack@bitmover.com>
21328
21329         * rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format
21330         for a CONST_DOUBLE, at compile time.  Initialize rtx_length
21331         and class_narrowest_mode at compile time.  Kill init_rtl.
21332         Mark rtx_length, mode_class, mode_size, mode_unit_size,
21333         mode_wider_mode, mode_mask_array, class_narrowest_mode, and
21334         rtx_format as const.  Kill all references to EXTRA_CC_MODES or
21335         EXTRA_CC_NAMES.
21336         * rtl.def (CONST_DOUBLE): Use CONST_DOUBLE_FORMAT macro for
21337         format.
21338         * rtl.h: Declare rtx_length and rtx_format as const.
21339         * machmode.def: Define CC().  Use CC() to define CCmode.  If
21340         EXTRA_CC_MODES is defined, expand it here.
21341         * machmode.h: Declare mode_class, mode_size, mode_unit_size,
21342         mode_wider_mode, mode_mask_array, and class_narrowest_mode as
21343         const.  Kill all references to EXTRA_CC_MODES.
21344
21345         * toplev.c: Don't prototype or call init_rtl.
21346         * optabs.c: Don't call init_mov_optab.
21347         * genemit.c: Don't generate init_mov_optab.  Don't call
21348         init_rtl.
21349         * gengenrtl.c: Duplicate calculation of CONST_DOUBLE_FORMAT
21350         here.
21351         * genattr.c, genattrtab.c, gencodes.c, genconfig.c,
21352         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
21353         genrecog.c: Don't call init_rtl.
21354
21355         * arc.h, arm.h, c4x.h, i386.h, i960.h, m88k.h, pa.h, pdp11.h,
21356         rs6000.h, sparc.h: Don't define EXTRA_CC_NAMES.  Use CC() in
21357         definition of EXTRA_CC_MODES.
21358
21359         * md.texi: Kill ref to EXTRA_CC_NAMES.
21360         * tm.texi: Document new way to define EXTRA_CC_MODES.
21361
21362         * genrecog.c: Do not look up the name of a define_split.
21363         (Unrelated bugfix.)
21364
21365 Fri Aug 27 17:03:42 1999  Nick Clifton  <nickc@cygnus.com>
21366
21367         * config/v850/v850.md: Fix typo introduced by previous delta.
21368
21369 Fri Aug 27 09:48:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21370
21371         * gcc.c (fatal): Make definition static to match prototype.
21372
21373 Fri Aug 27 10:33:35 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21374
21375         * combine.c (get_last_value): Don't look for earlier sets if the last
21376         known set is somewhere in between the insns being combined.
21377
21378 Fri Aug 27 10:03:12 BST 1999  Nathan Sidwell  <nathan@acm.org>
21379
21380         * configure.in: Don't use shell ! to negate exit codes
21381         * configure: Regenerate
21382
21383 Fri Aug 27 09:36:17 1999  Andreas Schwab  <schwab@suse.de>
21384
21385         * function.c (assign_stack_temp_for_type): Fix change of Mar 5 for
21386         the fact that ALIGN is measured in bits, not bytes.
21387
21388 1999-08-27 00:27 -0700  Zack Weinberg  <zack@bitmover.com>
21389
21390         * errors.c: New file; defines functions error, warning, and
21391         fatal, variables have_error and progname.
21392         * errors.h: New file; prototypes and decls for stuff in errors.c.
21393
21394         * Makefile: Add rules to build errors.o and
21395         $(HOST_PREFIX)errors.o.  Link genconfig, gencodes, genemit,
21396         genopinit, genrecog, genextract, genpeep, genattr, and
21397         genoutput with errors.o.  Add errors.h to deps of genconfig.o,
21398         gencodes.o, genemit.o, genopinit.o, genrecog.o, genextract.o,
21399         genpeep.o, genattr.o, and genoutput.o.
21400
21401         * genconfig.c, gencodes.c, genemit.c, genopinit.c, genrecog.c,
21402         genextract.c, genpeep.c, genattr.c:  Include errors.h.  Don't
21403         define or prototype fatal.  Set progname at beginning of main.
21404         * genoutput.c:  Likewise, and don't define or prototype error
21405         either.
21406
21407         * c-typeck.c (c_expand_start_case): Return immediately if exp
21408         is an ERROR_MARK.
21409         * fold-const.c (operand_equal_p): Return immediately if arg1
21410         or arg0 are ERROR_MARKs.
21411         * stor-layout.c (layout_type [case RECORD_TYPE]): Ignore
21412         fields of type ERROR_MARK when calculating if the record can
21413         go in a register.
21414
21415 Fri Aug 27 01:03:48 1999  Jim Kingdon  <http://developer.redhat.com>
21416         with much help from Jeffrey A Law and Richard Henderson
21417
21418         * i386.md: In the 6 insns which call output_fix_trunc,
21419         earlyclobber operands[0].
21420
21421 Fri Aug 27 01:01:51 1999  Philip Blundell  <pb@nexus.co.uk>
21422
21423         * jump.c (duplicate_loop_exit_test): Call reg_scan_update after
21424         creating new registers.
21425
21426 1999-08-26 23:09 -0700  Zack Weinberg  <zack@bitmover.com>
21427
21428         * i386.h: Declare ix86_cpu_string, ix86_arch_string,
21429         i386_reg_alloc_order, i386_regparm_string,
21430         i386_align_loops_string, i386_align_jumps_string,
21431         i386_align_funcs_string, i386_preferred_stack_boundary_string,
21432         and i386_branch_cost_string as type "const char *".
21433         * i386.c: Define all above strings as type "const char *".
21434
21435 Thu Aug 26 20:36:30 1999  Jim Wilson  <wilson@cygnus.com>
21436
21437         * dwarf2out.c (output_aranges): Check DWARF_OFFSET_SIZE not PTR_SIZE
21438         when emitting alignment padding.  Emit padding byte of 0 instead of 4.
21439
21440 Thu Aug 26 18:11:20 1999  Mark Mitchell  <mark@codesourcery.com>
21441
21442         * tree.c (array_type_nelts): Don't create RTL_EXPRs from
21443         SAVE_EXPRs unless the SAVE_EXPRs have already been expanded.
21444
21445 Thu Aug 26 19:33:23 1999  Jim Wilson  <wilson@cygnus.com>
21446
21447         * dwarf2out.c (DWARF2_ASM_LINE_DEBUG_INFO): Add default definition.
21448         (debug_dwarf): Add DWARF2_ASM_LINE_DEBUG_INFO support.
21449         (dwarf2out_line, dwarf2out_finish): Likewise.
21450         * tm.texi (DWARF2_ASM_LINE_DEBUG_INFO): Add documetation.
21451
21452 Thu Aug 26 16:10:56 1999  Gavin Romig-Koch  <gavin@cygnus.com>
21453
21454         * tree.c (lang_unsave_expr_now) : Correct return type.
21455         * tree.h (lang_unsave_expr_now) : Same.
21456
21457 Thu Aug 26 13:12:29 1999  Jeffrey A Law  (law@cygnus.com)
21458
21459         * pa.c (cint_ok_for_move): Use CONST_INT_OK_FOR_LETTER_P macros
21460         instead of duplicating code.
21461
21462 Thu Aug 26 18:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21463
21464         * gcse.c (hash_scan_insn): Don't scan obvious no-ops.
21465
21466 1999-08-26 09:42 -0700  Zack Weinberg  <zack@bitmover.com>
21467
21468         * tree.h: fancy_abort always takes three args.
21469         * resource.c: Move include of system.h before toplev.h.
21470
21471 Thu Aug 26 09:46:16 1999  Nick Clifton  <nickc@cygnus.com>
21472
21473         * dwarf2out.c (mem_loc_descriptor): Accept LABEL_REFs as well
21474         as SYMBOL_REFs.
21475
21476 1999-08-25 22:10 -0700  Zack Weinberg  <zack@bitmover.com>
21477
21478         * system.h: Don't redefine abort or trim_filename.
21479         * rtl.h: Define abort to fancy_abort (__FILE__, __LINE__, 0)
21480         or fancy_abort (__FILE__, __LINE__, __FUNCTION__) depending on
21481         whether or not __FUNCTION__ is available.
21482         * tree.h: Duplicate rtl.h's definition of abort, for files
21483         that don't include rtl.h.  Delete all code to perform type
21484         checking with a compiler other than GCC.
21485         * varray.h: Delete all code to perform type checking with a
21486         compiler other than GCC.  Make VARRAY_CHECK() always evaluate
21487         its arguments exactly once, using a statement expression.
21488         Adjust the VARRAY_<type> accessor macros to match.
21489         * toplev.h (fatal_insn, fatal_insn_not_found): Kill.
21490         (_fatal_insn, _fatal_insn_not_found): New fns, take info on
21491         caller's location.  Define fatal_insn and fatal_insn_not_found
21492         as macros that use _fatal_insn and _fatal_insn_not_found.
21493         (fancy_abort, trim_filename): Kill prototypes.
21494
21495         * rtl.c (trim_filename): Move here from toplev.c.
21496         (fancy_abort): New function.
21497         (DIR_SEPARATOR): Provide default definition.
21498         * tree.c (tree_check_failed, tree_class_check_failed): Go
21499         through fancy_abort.
21500         (tree_check, tree_class_check, cst_or_constructor_check,
21501         expr_check): Delete.
21502         * varray.c (varray_check_failed): New function.
21503         * toplev.c (fatal_insn, fatal_insn_not_found): Replace with
21504         _fatal_insn and _fatal_insn_not_found.  Go through
21505         fancy_abort.
21506         (trim_filename, fancy_abort): Delete.
21507
21508         * builtins.c (expand_builtin_args_info): Report ICE with abort.
21509         * except.c (start_catch_handler): Report ICE with error/abort
21510         combo.
21511         * final.c (output_operand_lossage): Likewise.
21512         * flow.c (verify_flow_info): Likewise.
21513
21514         * gcc.c: Prototype fatal.
21515         * gengenrtl.c: Undef abort after including rtl.h not system.h.
21516         * genattr.c, genattrtab.c, genemit.c, genextract.c,
21517         genflags.c, genopinit.c, genoutput.c, genpeep.c, genrecog.c:
21518         Don't define fancy_abort.
21519
21520 Wed Aug 25 17:56:59 1999  Richard Henderson  <rth@cygnus.com>
21521
21522         * optabs.c (emit_cmp_and_jump_insns): Be more thorough in
21523         canonization.
21524
21525 Wed Aug 25 15:35:55 1999  Richard Henderson  <rth@cygnus.com>
21526
21527         * m88k.h (VERSION_INFO2): Kill.
21528         (VERSION_STRING): Kill.
21529         (TM_RCS_ID): Kill.
21530         (VERSION_INFO1): Tidy.
21531         (TARGET_VERSION): Update.
21532         * m88k/dgux.h (VERSION_INFO2): Kill.
21533         (ASM_FIRST_LINE): Adjust for death of VERSION_STRING.
21534         * m88k/luna.h (VERSION_INFO1): Tidy.
21535         * m88k/sysv4.h (VERSION_INFO1): Likewise.
21536         * m88k.c (out_rcs_id, tm_rcs_id): Kill.
21537         (output_file_start): Adjust for death of VERSION_STRING.
21538
21539 1999-08-25 13:51 -0700  Jim Meyering  <meyering@ascend.com>
21540
21541         * cpplib.c (detect_if_not_defined): New function.
21542         (do_if): Use it to detect potential once-only headers.
21543
21544 Wed Aug 25 14:00:18 1999  Jason Merrill  <jason@yorick.cygnus.com>
21545
21546         * c-common.c (combine_strings): Always set TREE_CONSTANT.
21547
21548 Wed Aug 25 15:27:22 1999  Gavin Romig-Koch  <gavin@cygnus.com>
21549
21550         * combine.c (nonzero_bits) : Allow single-ly set registers to be
21551         anywere in the function only if they are pseudos and set before
21552         being used (not live at the start of the function).
21553         (num_sign_bit_copies) : Same.
21554         (get_last_value_validate) : Same.
21555         (get_last_value) : Same.
21556
21557 Wed Aug 25 11:13:29 1999  Richard Henderson  <rth@cygnus.com>
21558
21559         * loop.c (express_from): Try harder to unify (* c N) and (* c M)
21560         where N and M are constant and N is an integer multiple of M.
21561
21562 Wed Aug 25 13:55:47 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
21563
21564         * sbitmap.h (sbitmap_intersection_of_succs): Add prototype.
21565         (sbitmap_intersection_of_preds, sbitmap_union_of_succs,
21566         sbitmap_union_of_preds): Add prototypes.
21567         * sbitmap.c (sbitmap_intersection_of_succs): New function to compute
21568         the intersection of successors with the new flow graph structures.
21569         (sbitmap_intersection_of_preds): New function to compute the
21570         intersection of predecessors with the new flow graph structures.
21571         (sbitmap_union_of_succs): New function to compute the union of
21572         successors with the new flow graph structures.
21573         (sbitmap_union_of_preds): New function to compute the union of
21574         predecessors with the new flow graph structures.
21575         * gcse.c (compute_rdm, compute_available): Use new sbitmap routines.
21576         (expr_reaches_here_p): Use edge and basic_block structures instead
21577         of s_preds and s_succs.
21578         (compute_cprop_avinout): Use new sbitmap routines.
21579         (pre_expr_reaches_here_p): Use edge and basic_block structures instead
21580         of s_preds and s_succs.
21581         * flow.c (compute_flow_dominators): Compute dominators using
21582         edges and basic blocks instead of s_preds and s_succs.
21583
21584 Wed Aug 25 13:41:47 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
21585
21586         * lists.c (unused_insn_list, unused_expr_list): New file for
21587         maintaining various types of lists. New statics for maintaining a
21588         cache of available INSN_LIST and EXPR_LIST nodes.
21589         (free_list): Static function for freeing a list of INSN/EXPR nodes.
21590         (alloc_INSN_LIST): Function to get a free INSN_LIST node.
21591         (alloc_EXPR_LIST): Function to get a free EXPR_LIST node.
21592         (init_EXPR_INSN_LIST_cache): Initialize the cache lists.
21593         (free_EXPR_LIST_list): Free an entire list of EXPR_LIST nodes.
21594         (free_INSN_LIST_list): Free an entire list of INSN_LIST nodes.
21595         (free_EXPR_LIST_node): Free an individual EXPR_LIST node.
21596         (free_INSN_LIST_node): Free an individual INSN_LIST node.
21597         * haifa-sched.c (unused_insn_list, unused_expr_list): Moved to flow.c
21598         (free_list, alloc_INSN_LIST, alloc_EXPR_LIST): Moved to flow.c
21599         (remove_dependence, free_pending_lists): Use new global routines.
21600         (flush_pending_lists, sched_analyze_insn): Use new global routines.
21601         (sched_analyze, compute_block_backward_dependences): Use new routines.
21602         (sched_analyze_1, sched_analyze_2): Use new routines.
21603         (schedule_insns): Use new global routines.
21604         * rtl.h (init_EXPR_INSN_LIST_cache, free_EXPR_LIST_list): Add function
21605         prototypes.
21606         (free_INSN_LIST_list, free_EXPR_LIST_node): Add prototypes.
21607         (free_INSN_LIST_node, alloc_INSN_LIST, alloc_EXPR_LIST): Add function
21608         prototypes.
21609         * toplev.c (rest_of_compilation): Initialize node cache.
21610         * Makefile.in (OBJS): Add lists.o to list of object files.
21611         (lists.o): Add dependancies.
21612
21613 Wed Aug 25 17:31:56 1999  Nick Clifton  <nickc@cygnus.com>
21614
21615         * config/v850/v850.md: Fix compile time warning messages.
21616         * config/v850/v850.c: Fix compile time warning messages.
21617         * config/v850/v850.h: Fix compile time warning messages.
21618
21619 Wed Aug 25 09:44:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21620
21621         * genattr.c (gen_attr): Add prototype arguments for get_attr_*().
21622         Remove unused prototype for `init_lengths'.
21623
21624 Wed Aug 25 09:32:31 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21625
21626         * calls.c (emit_call_1): Mark parameter `stack_size' with
21627         ATTRIBUTE_UNUSED.
21628         (expand_call): Initialize variable `insn'.
21629         (emit_library_call): Likewise for variable `high_to_save'.
21630         (emit_library_call_value): Likewise.
21631         (store_one_arg): Likewise for variables `lower_bound' and
21632         `upper_bound'.
21633
21634         * combine.c (try_combine): Likewise for variables `i2_code_number'
21635         and `other_code_number'.
21636         (find_split_point): Likewise for variables `pos', `unsignedp' and
21637         `inner'.
21638         (simplify_if_then_else): Likewise for variables `op' and `c1'.
21639         (simplify_and_const_int): Remove unused variable `width'.
21640         (merge_outer_ops): Likewise.
21641
21642         * cse.c (simplify_binary_operation): Cast an INTVAL() to `unsigned
21643         HOST_WIDE_INT' when comparing against one.
21644         (simplify_relational_operation): Likewise.
21645         (cse_insn): Initialize variables `src_eqv_volatile',
21646         `src_eqv_in_memory', `src_eqv_in_struct', `src_eqv_hash' and `sets'.
21647
21648         * final.c (init_final): Constify parameter `filename'.
21649         (final_start_function): Mark parameter `optimize' with
21650         ATTRIBUTE_UNUSED.
21651         (profile_function): Likewise for parameters `first' and `optimize'.
21652         (output_source_line): Likewise for parameter `file'.
21653
21654         * integrate.c (subst_constants): Cast a value to `size_t' when
21655         comparing against one.
21656         (mark_stores): Initialize variable `mode'.  Cast a value to
21657         `size_t' when comparing against one.
21658
21659         * integrate.h (MAYBE_EXTEND_CONST_EQUIV_VARRAY): Likewise.
21660
21661         * loop.c (move_movables): Initialize variable `first'.
21662         (strength_reduce): Likewise for variable `increment'.
21663         (check_dbra_loop): Likewise for variable `comparison_val'.  Cast a
21664         value to `size_t' when comparing against one.
21665         (load_mems): Initialize variable `end_label'.
21666
21667         * output.h (init_final): Constify parameter.
21668
21669         * reload.c (decompose): Initialize variable `base'.
21670
21671         * reload1.c (reload): Likewise for variable `is_scalar'.
21672         (spill_hard_reg): Mark parameter `dumpfile' with ATTRIBUTE_UNUSED.
21673         (choose_reload_regs): Initialize variable `mode'.
21674         (emit_reload_insns): Likewise for variable `store_insn'.
21675         (reload_cse_noop_set_p): Mark parameter `insn' with
21676         ATTRIBUTE_UNUSED.
21677         (reload_combine): Initialize variable `set'.
21678
21679         * unroll.c (unroll_loop): Likewise for variable `local_label'.
21680         (copy_loop_body): Cast a value to `size_t' when comparing against
21681         one.
21682
21683         * varasm.c (assemble_variable): Initialize variable `size_tree'.
21684         (const_hash): Add an `else abort()' in an if-else-if-else sequence.
21685         (remove_from_pending_weak_list): Mark parameter `name' with
21686         ATTRIBUTE_UNUSED.
21687
21688 Wed Aug 25 11:18:39 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21689
21690         * toplev.c (rest_of_compilation): Use decl_printable_name when opening
21691         gcse dump file.
21692
21693 Wed Aug 25 10:57:12 1999  Nick Clifton  <nickc@cygnus.com>
21694
21695         * config/arm/telf.h (ASM_WEAKEN_LABEL): Define.
21696         (ASM_DECLARE_FUNCTION_NAME): Define.
21697         (TYPE_ASM_OP, SIZE_ASM_OP, TYPE_OPERAND_FORMAT,
21698         ASM_DECLARE_RESULT, ASM_DECLARE_OBJECT_NAME,
21699         ASM_FINISH_DECLARE_OBJECT, ASM_DECLARE_FUNCTION_SIZE): Define if
21700         not already defined.
21701
21702 Wed Aug 25 01:36:11 1999  John David Anglin  <dave@hiauly1.hia.nrc.ca>
21703
21704         * calls.c (emit_call_1): Use call_pop/call_value_pop for all values
21705         of n_popped when call/call_value are not defined.
21706
21707 Wed Aug 25 01:25:14 1999  Jeffrey A Law  (law@cygnus.com)
21708
21709         * tm.texi: GNU CC -> GCC conversion.
21710         (CC1_SPEC): Indicate it is used for all language front ends.
21711
21712 Tue Aug 24 23:43:03 1999  Mark Mitchell  <mark@codesourcery.com>
21713
21714         * flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and
21715         NOTE_INSN_EH_REGION_END correctly.
21716
21717 Tue Aug 24 23:26:44 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
21718                           Jeff Law <law@cygnus.com>
21719
21720         * loop.c (strength_reduce): Automatically unroll loops if the
21721         unrolled loop size is smaller than the rolled loop size.
21722
21723         * loop.c (insert_bct): Replace use of sdiv_optab with asr_optab
21724         and delete comment that code should be rewritten.
21725
21726 Tue Aug 24 22:56:35 1999  Jeffrey A Law  (law@cygnus.com)
21727
21728         * haifa-sched.c (find_rgns): Mark a block found during the DFS search
21729         as reachable.
21730
21731         * haifa-sched.c (get_visual_tbl_length): Fix off-by-one error.
21732
21733 Tue Aug 24 22:41:06 1999  Mumit Khan  <khan@xraylith.wisc.edu>
21734
21735         * fixinc/mkfixinc.sh: Don't fix uwin headers.
21736         * i386/uwin.h (MD_STARTFILE_PREFIX): Define.
21737         (LINK_SPEC): Add -u _main when building executables.
21738         (ASM_DECLARE_FUNCTION): Update from Cygwin.
21739         (ASM_FILE_END): Use the default for ix86-pe.
21740         * i386/xm-uwin.h (HAVE_BCOPY): Undefine.
21741
21742 Tue Aug 24 20:49:47 1999  Art Haas  <ahaas@neosoft.com>
21743
21744         * final.c (output_addr_const): Handle case where ASM_OPEN_PAREN
21745         and ASM_CLOSE_PAREN are empty strings.
21746
21747 Wed Aug 25 12:46:22 1999  Fred Fish  <fnf@cygnus.com>
21748                           Geoffrey Keating <geoffk@cygnus.com>
21749
21750         * Makefile.in (PREPROCESSOR_DEFINES): New macro.
21751         (protoize.o):  Use PREPROCESSOR_DEFINES and DRIVER_DEFINES.
21752         (unprotoize.o): Ditto.
21753         (test-protoize-simple): Don't define STD_PROTO_DIR.
21754         * protoize.c: Use PARAMS rather than PROTO.  Minor whitespace
21755         changes to make 'test-protoize-simple' pass.
21756         (STD_PROTO_DIR): Remove define.
21757         (STANDARD_EXEC_PREFIX): Supply default define.
21758         (standard_exec_prefix): New variable, init to STANDARD_EXEC_PREFIX.
21759         (target_machine): New variable, init to DEFAULT_TARGET_MACHINE.
21760         (target_version): New variable, init to DEFAULT_TARGET_VERSION.
21761         (GET_ENV_PATH_LIST): New macro.
21762         (default_syscalls_dir): No longer initialized to STD_PROTO_DIR.
21763         (do_processing): Initialize default_syscalls_dir using new
21764         macros.  Use it to initialize syscalls_absolute_filename.
21765
21766 Tue Aug 24 16:58:15 1999  Richard Henderson  <rth@cygnus.com>
21767
21768         * jump.c (jump_optimize_1): Do cmov opt on any single-set; force
21769         B into a register before emit_conditional_move.
21770
21771 Tue Aug 24 15:37:03 1999  Richard Henderson  <rth@cygnus.com>
21772
21773         * fold-const.c (fold): Reassociate (+ (+ (* a b) c) (* d e))
21774         as (+ (+ (* a b) (* d e)) c).  Factor a common power-of-two
21775         multiplicand out of (+ (* a b) (* c d)).
21776
21777 Tue Aug 24 11:46:10 1999  Bob Manson <manson@cygnus.com>
21778                           Richard Henderson  <rth@cygnus.com>
21779
21780         * haifa-sched.c (split_hard_reg_notes): Move to flow.c
21781         (new_insn_dead_notes): Likewise.
21782         (update_n_sets): Likewise.
21783         (update_flow_info): Move to flow.c, renamed to update_life_info;
21784         extend to handle multiple source insns.
21785         * flow.c: Include resource.h
21786         (unlink_insn_chain): New.
21787         (split_hard_reg_notes): New.
21788         (maybe_add_dead_note): New.
21789         (maybe_add_dead_note_use): New.
21790         (find_insn_with_note): New.
21791         (new_insn_dead_notes): New.
21792         (update_n_sets): New.
21793         (sets_reg_or_subreg_1, sets_reg_or_subreg): New.
21794         (maybe_remove_dead_notes): New.
21795         (update_life_info): New.
21796         (prepend_reg_notes): New.
21797         (replace_insns): New.
21798         * output.h (update_life_info): Declare.
21799         * recog.c (split_block_insns): Use update_life_info.
21800         * resource.c (find_free_register): Use reg_alloc_order, don't use
21801         fixed regs, make sure the mode is supported, don't use new regs.
21802         (reg_dead_p): New.
21803         * rtl.h (replace_insns): Declare.
21804
21805 Tue Aug 24 13:48:39 1999  Nathan Sidwell  <nathan@acm.org>
21806
21807         * expr.c (expand_expr): Cope with COND_EXPRs with one
21808         non-returning branch.
21809
21810 Mon Aug 23 22:28:16 1999  Mark Mitchell  <mark@codesourcery.com>
21811
21812         * expr.c (store_expr): Always pass down the target, even when not
21813         doing CSE.
21814
21815 1999-08-24  Nick Clifton  <nickc@cygnus.com>
21816
21817         * configure.in: Define target_cpu_default for v850 targets.
21818         * configure: Regenerate
21819
21820         * config/v850/v850.h (TARGET_CPU_generic): Define.
21821         (GO_IF_LEGITIMATE_ADDRESS): Insist that SImode and larger constant
21822         addresses are 4 byte aligned.
21823
21824         * config/v850/v850.c (print_operand): Cope with 'R' format DFmode
21825         addresses.
21826
21827 Tue Aug 24 09:32:07 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21828
21829         * genattr.c (function_unit_desc): Constify a char*.  Add prototype.
21830         (main): Add prototypes.
21831
21832         * genattrtab.c (substitute_address, write_const_num_delay_slots,
21833         attr_eq, attr_numeral, attr_equal_p, attr_copy_rtx): Prototype.
21834         (write_attr_get): Emit prototypes along with function definition.
21835         (write_eligible_delay): Mark a parameter with ATTRIBUTE_UNUSED.
21836         (write_complex_function): Emit static prototype along with
21837         function definition.
21838
21839         * genemit.c (gen_split): Emit prototypes along with function
21840         definition.
21841
21842         * genoutput.c (output_epilogue): Add prototype to `insn_outfun'.
21843         Likewise for predicates and `insn_operand_predicate'.
21844         (process_template): Emit static prototype along with function
21845         definition.
21846
21847         * genrecog.c (make_insn_sequence): Constify a char*.  Add
21848         prototypes for get_split_*().
21849         (write_subroutine): Emit prototypes along with function
21850         definition.
21851
21852 Tue Aug 24 12:35:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21853
21854         * gcse.c (find_avail_set): Follow chains of register-register copies.
21855         Use oprs_not_set_p to guarantee that the returned value can be
21856         substituted.
21857         (cprop_insn): Don't verify the return value of find_avail_set with
21858         oprs_not_set_p.
21859
21860         * gcse.c (cprop_jump): New function, broken out of cprop_insn.
21861         (cprop_cc0_jump): New function.
21862         (cprop_insn): Break out new function cprop_jump and use it.
21863         Also use cprop_cc0_jump for machines with CC0.
21864         (cprop): Don't crash if cprop_insn turned the insn into a NOTE.
21865
21866         * tree.h (current_function_calls_setjmp,
21867         current_function_calls_longjmp): Delete declarations.
21868         * dsp16xx.c: Include "function.h".
21869         * elxsi.c: Likewise.
21870         * gmicro.c: Likewise.
21871         * h8300.c: Likewise.
21872         * i370.c: Likewise.
21873         * m32r.c: Likewise.
21874         * mn10200.c: Likewise.
21875         * mn10300.c: Likewise.
21876         * ns32k.c: Likewise.
21877         * spur.c: Likewise.
21878         * v850.c: Likewise.
21879
21880         * rtl.h (rtx_equal_function_value_matters): Declare.
21881         * toplev.c (rtx_equal_function_value_matters): Don't declare.
21882         * cse.c: Likewise.
21883         * function.c: Likewise.
21884         * emit-rtl.c: Likewise.
21885
21886 Tue Aug 24 02:47:44 1999  Jeffrey A Law  (law@cygnus.com)
21887
21888         * expr.c (convert_move): Fix arguments to TRULY_NOOP_TRUNCATION
21889         call.
21890
21891 1999-08-24 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
21892
21893         * jump.c (delete_barrier_successors) Match (set (pc) (pc)) insn
21894         exactly.
21895
21896 Mon Aug 23 23:35:52 1999  Matthias Klose  <doko@cs.tu-berlin.de>
21897
21898         * cpp.texi: Add a node documenting macro varargs (copied
21899         from extend.texi).
21900
21901 1999-08-23 22:23 -0700  Zack Weinberg  <zack@bitmover.com>
21902
21903         * cppspec.c: Put a null pointer at the end of the new argv.
21904
21905 Mon Aug 23 21:23:24 1999  Jeffrey A Law  (law@cygnus.com)
21906
21907         * configure.in: Remove code to select/de-select the haifa
21908         scheduler.  Every scheduled port gets haifa now.
21909         * configure: Rebuilt.
21910         * flags.h, genattrtab.c, rtl.h, toplev.c: Remove HAIFA ifdefs.
21911         * sched.c Deleted.
21912         * Makefile.in: Corresponding changes.
21913
21914 Mon Aug 23 16:04:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21915
21916         * optabs.c (prepare_cmp_insn): Turn COMPARISON arg into a pointer.
21917         All callers changed.
21918         (prepare_float_lib_cmp): Likewise.
21919         Use FLOAT_LIB_COMPARE_RETURNS_BOOL.
21920         * expr.h (emit_float_lib_cmp): Delete declaration.
21921         * tm.texi (FLOAT_LIB_COMPARE_RETURNS_BOOL): Document.
21922         * sparc.h (FLOAT_LIB_COMPARE_RETURNS_BOOL): Define.
21923         * sparc.md (bcc and scc patterns): Don't handle TFmode comparisons
21924         specially.
21925         (cmptf): Now conditional on TARGET_HARD_QUAD.
21926
21927 Fri Aug 20 17:52:27 1999  Jim Wilson  <wilson@cygnus.com>
21928
21929         * resource.c (mark_target_live_regs): Use
21930         PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.
21931
21932 Fri Aug 20 19:07:55 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21933
21934         * rtl.c (rtx_class, note_insn_name, reg_note_name): Constify.
21935
21936         * rtl.h (rtx_class, reg_note_name, note_insn_name): Likewise.
21937
21938         * genopinit.c (gen_insn): Use accessor macro, not `rtx_class'.
21939
21940 Fri Aug 20 18:53:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21941
21942         * rtl.h (rtx_format): Constify a char*.
21943
21944         * rtl.c (rtx_format): Likewise.
21945         (copy_rtx, copy_most_rtx, read_rtx): Likewise.
21946         (init_rtl): Use accessor macro, not `rtx_format'.
21947
21948         * alias.c (rtx_equal_for_memref_p, find_symbolic_term): Constify a
21949         char*.
21950
21951         * caller-save.c (mark_referenced_regs): Likewise.
21952
21953         * combine.c (subst, make_compound_operation, known_cond,
21954         gen_rtx_combine, update_table_tick, get_last_value_validate,
21955         use_crosses_set_p, mark_used_regs_combine, move_deaths): Likewise.
21956
21957         * cse.c (rtx_cost, mention_regs, canon_hash, exp_equiv_p,
21958         refers_to_p, canon_reg, fold_rtx, cse_process_notes,
21959         count_reg_usage): Likewise.
21960
21961         * emit-rtl.c (gen_rtx, copy_rtx_if_shared, reset_used_flags):
21962         Likewise.
21963
21964         * final.c (leaf_renumber_regs_insn): Likewise.
21965
21966         * flow.c (mark_used_regs, find_use_as_address, dump_flow_info,
21967         dump_edge_info, count_reg_references): Likewise.
21968
21969         * function.c (fixup_var_refs_1, walk_fixup_memory_subreg,
21970         fixup_stack_1, purge_addressof_1, instantiate_virtual_regs_1):
21971         Likewise.
21972
21973         * gcse.c (oprs_unchanged_p, hash_expr_1, expr_equiv_p,
21974         oprs_not_set_p, expr_killed_p, compute_transp, find_used_regs,
21975         add_label_notes): Likewise.
21976
21977         * genattrtab.c (attr_rtx, attr_copy_rtx, encode_units_mask,
21978         clear_struct_flag, count_sub_rtxs, count_alternatives,
21979         compares_alternatives_p, contained_in_p, walk_attr_value,
21980         write_expr_attr_cache): Likewise.
21981
21982         * genconfig.c (walk_insn_part): Likewise.
21983
21984         * genemit.c (max_operand_1, gen_exp): Likewise.
21985
21986         * genextract.c (walk_rtx): Likewise.
21987
21988         * genflags.c (num_operands): Likewise.
21989
21990         * genoutput.c (scan_operands): Likewise.
21991
21992         * genpeep.c (match_rtx): Likewise.
21993
21994         * genrecog.c (add_to_sequence): Likewise.
21995
21996         * haifa-sched.c (may_trap_exp, sched_analyze_2, attach_deaths):
21997         Likewise.
21998
21999         * integrate.c (save_constants, copy_for_inline,
22000         copy_rtx_and_substitute, subst_constants, restore_constants):
22001         Likewise.
22002
22003         * jump.c  (mark_jump_label, invert_exp, redirect_exp,
22004         rtx_renumbered_equal_p, rtx_equal_for_thread_p): Likewise.
22005
22006         * local-alloc.c (contains_replace_regs, memref_referenced_p):
22007         Likewise.
22008
22009         * loop.c (record_excess_regs, rtx_equal_for_loop_p,
22010         add_label_notes, replace_call_address, count_nonfixed_reads,
22011         invariant_p, find_single_use_in_loop, find_mem_givs,
22012         find_life_end, maybe_eliminate_biv_1, update_reg_last_use):
22013         Likewise.
22014
22015         * print-rtl.c (reg_names, print_rtx): Likewise.
22016
22017         * recog.c (validate_replace_rtx_1, find_single_use_1): Likewise.
22018
22019         * reg-stack.c (stack_regs_mentioned_p, record_label_references,
22020         record_reg_life_pat, swap_rtx_condition, goto_block_pat,
22021         print_blocks): Likewise.
22022
22023         * regclass.c (fix_register, record_address_regs,
22024         reg_scan_mark_refs): Likewise.
22025
22026         * regmove.c (stable_but_for_p): Likewise.
22027
22028         * reload.c (loc_mentioned_in_p, operands_match_p,
22029         find_reloads_toplevsubst_reg_equivs, find_reloads_address_1,
22030         copy_replacements, refers_to_regno_for_reload_p,
22031         refers_to_mem_for_reload_p, find_inc_amount, regno_clobbered_p,
22032         reload_when_needed_name, reg_class_names, debug_reload_to_stream):
22033         Likewise.
22034
22035         * reload1.c (eliminate_regs, scan_paradoxical_subregs,
22036         delete_address_reloads_1, count_occurrences,
22037         reload_cse_mem_conflict_p, reload_combine_note_use,
22038         add_auto_inc_notes): Likewise.
22039
22040         * resource.c (mark_referenced_resources, mark_set_resources):
22041         Likewise.
22042
22043         * rtlanal.c (rtx_unstable_p, rtx_varies_p, rtx_addr_varies_p,
22044         reg_mentioned_p, regs_set_between_p, modified_between_p,
22045         modified_in_p, refers_to_regno_p, reg_overlap_mentioned_p,
22046         rtx_equal_p, volatile_insn_p, volatile_refs_p, side_effects_p,
22047         may_trap_p, inequality_comparisons_p, replace_rtx, replace_regs,
22048         jmp_uses_reg_or_mem, for_each_rtx, regno_use_in): Likewise.
22049
22050         * sched.c (sched_analyze_2, attach_deaths): Likewise.
22051
22052         * stupid.c (stupid_mark_refs): Likewise.
22053
22054         * unroll.c (remap_split_bivs): Likewise.
22055
22056         * varasm.c (mark_constants): Likewise.
22057
22058         * a29k/a29k.c (uses_local_reg_p): Likewise.
22059
22060         * alpha/alpha.c (summarize_insn): Likewise.
22061
22062         * arm/arm.c (symbol_mentioned_p, label_mentioned_p,
22063         eliminate_lr2ip): Likewise.
22064
22065         * arm/thumb.c (symbol_mentioned_p, label_mentioned_p): Likewise.
22066
22067         * i386/i386.c (symbolic_reference_mentioned_p, copy_all_rtx,
22068         reg_mentioned_in_mem): Likewise.
22069
22070         * ns32k/ns32k.c (global_symbolic_reference_mentioned_p,
22071         symbolic_reference_mentioned_p): Likewise.
22072
22073         * romp/romp.c (unsigned_comparisons_p, hash_rtx): Likewise.
22074
22075         * sh/sh.c (regs_used, mark_use): Likewise.
22076
22077         * vax/vax.c (vax_rtx_cost): Likewise.
22078
22079 Fri Aug 20 18:38:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22080
22081         * machmode.h (mode_name): Constify a char*.
22082
22083         * rtl.c (mode_name): Likewise.
22084
22085         * genopinit.c (gen_insn): Use accessor macro, not `mode_name'.
22086
22087         * optabs.c (init_libfuncs): Constify a char*.
22088
22089         * print-tree.c (mode_name): Remove redundant declaration.
22090         (print_node): Use accessor macro, not `mode_name'.
22091
22092         * reload1.c (dump_needs): Constify a char*.  Use accessor macro,
22093         not `mode_name'.
22094         (new_spill_reg): Constify a char*.
22095
22096         * tree.c (mode_name): Remove redundant declaration.
22097
22098 Fri Aug 20 18:31:26 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22099
22100         * rtl.c (rtx_name): Constify a char*.
22101
22102         * rtl.h (rtx_name, fix_sched_param): Likewise.
22103
22104         * gmicro/gmicro.c (rtx_name): Remove redundant declaration.
22105         (mypr): Use accessor macro, not `rtx_name'.
22106
22107         * genemit.c (print_code): Constify a char*.
22108
22109         * genopinit.c (gen_insn): Use accessor macro, not `rtx_name'.
22110
22111         * genpeep.c (print_code): Constify a char*.
22112
22113         * genrecog.c (print_code): Likewise.
22114
22115         * graph.c (start_fct, start_bb, node_data, draw_edge, end_fct,
22116         end_bb): Add static prototype.
22117         (draw_edge): Constify a char*.
22118         (end_bb): Remove unused parameter.
22119
22120         * haifa-sched.c (fix_sched_param, safe_concat, print_exp
22121         print_block_visualization): Constify a char*.
22122
22123 Fri Aug 20 15:02:10 1999  Mark Mitchell  <mark@codesourcery.com>
22124
22125         * c-common.c (c_get_alias_set): Update comment.
22126
22127 1999-08-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
22128
22129         * linux.h (LIB_SPEC): Added.
22130
22131 Fri Aug 20 22:32:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
22132
22133         * config/c4x/c4x.h (STARTFILE_SPEC): Don't def.
22134
22135 1999-08-19 18:43 -0700  Zack Weinberg  <zack@bitmover.com>
22136
22137         * tree.c (expr_check): Fix typo in last change.
22138
22139 1999-08-19 14:44 -0700  Zack Weinberg  <zack@bitmover.com>
22140
22141         * rtl.def (NOTE): Change format to "iuu0n".
22142         (ADDR_DIFF_VEC): Change format to "eEee0".
22143         (ADDRESSOF): Change format to "eit".
22144
22145         * rtl.h (rtvec): Make "elem" an array of rtx, not rtunion.
22146         (RTVEC_ELT): Change to match.
22147         (XVECEXP): Use XVEC and RTVEC_ELT.
22148         (INSN_UID, INSN_CODE, CODE_LABEL_NUMBER, NOTE_LINE_NUMBER,
22149         ADDRESSOF_REGNO, REGNO, SUBREG_WORD): Use XINT.
22150         (PREV_INSN, NEXT_INSN, PATTERN, REG_NOTES,
22151         CALL_INSN_FUNCTION_USAGE, SUBREG_REG, SET_SRC, SET_DEST,
22152         TRAP_CONDITION, TRAP_CODE): Use XEXP.
22153         (INTVAL): Use XWINT.
22154         (ADDRESSOF_DECL): Use XTREE.
22155         (SET_ADDRESSOF_DECL): Delete.
22156         (NOTE_DECL_NAME, NOTE_DECL_CODE, NOTE_DECL_RTL,
22157         NOTE_DECL_IDENTIFIER, NOTE_DECL_TYPE): Kill.  These have been
22158         ifdefed out since 2.6 at least.
22159         (gen_rtvec_vv): Delete prototype.
22160
22161         * rtl.h (rtvec_alloc): rt->elem is now an array of rtx,
22162         not rtunion.
22163         (copy_most_rtx): Handle 't' format letter.
22164         * emit-rtl.c (gen_rtvec_v): rt_val->elem is an array of rtx.
22165         (gen_rtvec_vv): Delete function.  All callers changed to use
22166         gen_rtvec_v instead.
22167         * print-rtl.c (print_rtx): Move special casing of NOTEs to
22168         the '0' format letter.
22169
22170         * function.c (gen_mem_addressof): Don't use
22171         SET_ADDRESSOF_DECL; provide `decl' to gen_rtx_ADDRESSOF
22172         instead.
22173         * integrate.c (copy_rtx_and_substitute): Likewise.
22174         Copy 't' slots with XTREE.
22175         (subst_constants): Treat 't' slots like '[swi]' slots.
22176         * cse.c (canon_hash, exp_equiv_p): Treat 't' slots like '0' slots.
22177         * jump.c (rtx_equal_for_thread_p): Likewise.
22178         * rtlanal.c (rtx_equal_p): Likewise.
22179         * stmt.c (expand_end_case): gen_rtx_ADDR_DIFF_VEC now takes
22180         only four arguments.
22181         * gengenrtl.c (type_from_format): Provide correct types for
22182         'b' and 't' slots.
22183
22184
22185         * tree.h [ENABLE_CHECKING] (TREE_CHECK, TREE_CLASS_CHECK):
22186         If a recent gcc is in use (always in stage2 and beyond), use
22187         statement expressions, so we don't make a function call unless
22188         the check fails.  Evaluate arguments exactly once.
22189         (CHAIN_CHECK, DO_CHECK, DO_CHECK1, TREE_CHECK1,
22190         TREE_CLASS_CHECK1, TYPE_CHECK1, DECL_CHECK1, CST_CHECK1):
22191         Delete.
22192         (CST_OR_CONSTRUCTOR_CHECK, EXPR_CHECK): Redefine such that
22193         they evaluate their arguments exactly once, irrespective of
22194         the compiler in use.
22195
22196         * tree.c [ENABLE_CHECKING]: Define whichever set of functions
22197         is used by the currently-enabled check macros.  This is:
22198         (tree_check_failed, tree_class_check_failed): For gcc.
22199         (tree_check, tree_class_check, cst_or_constructor_check,
22200         expr_check): For other compilers.
22201
22202         * gencheck.c: Do not define any *_CHECK1 macros.
22203
22204 Thu Aug 19 14:42:38 1999  Mike Stump <mrs@wrs.com>
22205                           Mark Mitchell <mark@codesourcery.com>
22206
22207         * c-common.c (c_get_alias_set): Fix support for poitners and
22208         references.
22209
22210 Thu Aug 19 11:51:22 EDT 1999  John Wehle  (john@feith.com)
22211
22212         * alias.c: Include tree.h.
22213         (nonlocal_reference_p, mark_constant_function): New functions.
22214         * flow.c (life_analysis): Call mark_constant_function.
22215         * rtl.h (mark_constant_function): Declare it.
22216
22217 Thu Aug 19 15:02:01 1999  Nick Clifton  <nickc@cygnus.com>
22218
22219         * config/rs6000/rs6000.c (rs6000_override_options): Fix test for
22220         unrecognisable switches.
22221
22222 Wed Aug 18 23:31:57 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
22223
22224         * loop.c (recombine_givs): Set ix field after sorting.
22225         (recombine_givs): Remove bogus index / giv lockstep looping.
22226
22227 Wed Aug 18 18:20:40 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22228
22229         * expmed.c (emit_store_flag): If UNSIGNEDP, call unsigned_condition
22230         on CODE.
22231         (emit_store_flag_force): Use do_compare_rtx_and_jump.
22232         (do_cmp_and_jump): Formatting fixes.
22233         * expr.c (do_compare_and_jump): Renamed from compare; changed to call
22234         do_compare_rtx_and_jump instead of compare_from_rtx.
22235         (do_compare_rtx_and_jump): New function; mostly copied from
22236         compare_from_rtx.
22237         (do_jump_for_compare): Delete.
22238         (expand_expr): Use do_compare_rtx_and_jump when handling MAX_EXPR and
22239         MIN_EXPR.
22240         (do_jump): Use do_compare_and_jump or do_compare_rtx_and_jump instead
22241         of compare/do_jump_for_compare pairs.
22242         (do_jump_by_parts_greater): Use do_jump_by_parts_greater_rtx.
22243         (do_jump_by_parts_greater_rtx): Use do_compare_rtx_and_jump instead of
22244         compare_from_rtx/do_jump_for_compare pairs.
22245         (do_jump_by_parts_equality): Likewise.
22246         (do_jump_by_parts_equality_rtx): Likewise.
22247         * expr.h (do_compare_rtx_and_jump): Declare.
22248         * optabs.c (prepare_cmp_insn): New function, contains most of the code
22249         that used to be in emit_cmp_insn.
22250         (cmp_available_p): New function.
22251         (prepare_operand): New function.
22252         (emit_cmp_and_jump_insn_1): New function, contains some code that used
22253         to be in emit_cmp_insn.
22254         (prepare_float_lib_cmp): Renamed from emit_float_lib_cmp; change some
22255         parameters to be pointers; don't emit final compare but modify some of
22256         the values pointed to by the args so the caller can perform the
22257         correct comparison.
22258         (expand_binop): Call emit_store_flag_force with signed forms of
22259         comparison code.
22260         (expand_abs): Use do_compare_rtx_and_jump instead of compare_from_rtx/
22261         emit_jump_insn pair.
22262         (emit_cmp_and_jump_insn): Use prepare_cmp_insn and
22263         emit_cmp_and_jump_insn_1.  Call emit_queue.
22264         (emit_cmp_insn): Just call emit_cmp_and_jump_insns with zero for LABEL
22265         arg.
22266         * flow.c (tidy_fallthru_edge): If HAVE_cc0, verify insn before a
22267         jump sets cc0 before deleting it.
22268         * integrate.c (expand_inline_function): Likewise.
22269         * unroll.c (unroll_loop): Similar changes in several places.
22270         (copy_loop_body): If HAVE_cc0, verify insn before a jump sets cc0
22271         before deleting it.
22272
22273 Wed Aug 18 06:37:44 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22274
22275         * Makefile.in (insn-recog.o): Update dependencies.
22276         * genrecog.c (main): Make generated file include "function.h".
22277
22278 Sat Aug 14 00:54:57 1999  Geoffrey Keating  <geoffk@cygnus.com>
22279
22280         * cse.c (cse_insn): Call never_reached_warning when a jump is
22281         changed to be unconditional.
22282         * flags.h: Declare warn_notreached.
22283         * flow.c (delete_block): Call never_reached_warning when
22284         a block is deleted.
22285         * jump.c (delete_barrier_successors): Call never_reached_warning
22286         when we delete everything after a BARRIER.
22287         (never_reached_warning): New function.
22288         * rtl.h: Declare never_reached_warning.
22289         * toplev.c (warn_notreached): New variable.
22290         (lang_independent_options): Set warn_notreached
22291         when -Wunreachable-code.
22292         (compile_file): We need line numbers for -Wunreachable-code.
22293
22294 Tue Aug 17 22:06:11 1999  Jan Hubicka  <hubicka@freesoft.cz>
22295
22296         * haifa-sched.c (insn_unit): Fix typo on out of range test.
22297         * sched.c (insn_unit): Likewise.
22298
22299 Tue Aug 17 21:57:23 1999  Andreas Schwab  <schwab@suse.de>
22300
22301         * combine.c (distribute_notes): Handle REG_EH_RETHROW.
22302
22303 Tue Aug 17 17:39:43 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22304
22305         * flow.c (create_edge_list): Use xmalloc, not malloc.
22306
22307 Tue Aug 17 01:40:54 1999  Loren Rittle  <ljrittle@acm.org>
22308
22309         * fixinc/inclhack.def (no_double_slash): Do not trash single-line
22310         C-style comments.  Do not lose the character before double slash.
22311
22312 Mon Aug 16 18:08:22 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22313
22314         * basic-block.h (struct edge_list): Stucture to maintain a vector
22315         of edges.
22316         (EDGE_INDEX_NO_EDGE, EDGE_INDEX, INDEX_EDGE_PRED_BB, INDEX_EDGE_SUCC_BB,
22317          INDEX_EDGE, NUM_EDGES): New Macros for accessing edge list.
22318         (create_edge_list, free_edge-List, print_edge_list, verify_edge_list):
22319         New function prototypes.
22320         * flow.c (create_edge_list): Function to create an edge list.
22321         (free_edge_list): Discards memory used by an edge list.
22322         (print_edge_list): Debug output showing an edge list.
22323         (verify_edge_list): Internal consistency check for an edge list.
22324         (find_edge_index): Function to find an edge index for a pred and succ.
22325
22326 Mon Aug 16 11:56:36 1999  Mark Mitchell  <mark@codesourcery.com>
22327
22328         * tree.c (type_hash_add): Use permalloc to allocate nodes in the
22329         hashtable.
22330
22331 Mon Aug 16 17:04:15 1999  Jorn Rennecke <amylaar@cygnus.co.uk>
22332
22333         * mips.h (CLASS_CANNOT_CHANGE_SIZE): Define.
22334
22335 Fri Aug 13 15:20:43 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
22336
22337         * config/i386/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
22338
22339 Fri Aug 13 10:21:28 1999  Nick Clifton  <nickc@cygnus.com>
22340
22341         * toplev.c (rest_of_compilation): Allow machine dependent
22342         reorganisation pass to place information into the RTL dump
22343         file if it so wishes.
22344
22345 Sun Aug 15 12:41:21 1999  Jim Wilson  <wilson@cygnus.com>
22346
22347         * explow.c (hard_function_value): Use VOIDmode instead of
22348         MAX_MACHINE_MODE.
22349         * stmt.c (expand_return): Likewise.
22350         * stor-layout.c (get_best_mode): Likewise.
22351
22352         * genemit.c (gen_expand): If next is MATCH_PAR_DUP, then output
22353         emit call instead of emit_insn call.
22354
22355 Sat Aug 14 15:04:06 1999  Mumit Khan  <khan@xraylith.wisc.edu>
22356
22357         * configure.in: Handle --disable/enable-win32-registry.
22358         * install.texi: Document --disable/enable-win32-registry.
22359         * acconfig.h (ENABLE_WIN32_REGISTRY): New macro.
22360         (WIN32_REGISTRY_KEY): New macro.
22361         * prefix.c: Use to enable/disable win32-specific code.
22362         (lookup_key): Use versioned key.
22363         * configure: Regenerate.
22364         * config.in: Likewise.
22365
22366 Fri Aug 13 17:41:55 1999  Jason Merrill  <jason@yorick.cygnus.com>
22367
22368         * cpplib.c (read_line_number): New fn, split out of...
22369         (do_line): Here.
22370
22371 Fri Aug 13 14:18:27 1999  Gavin Romig-Koch  <gavin@cygnus.com>
22372
22373         tree.c (lang_unsave_expr_now) : New.
22374         (unsave_expr_now): Call lang_unsave_expr_now.
22375         tree.h (lang_unsave_expr_now) : New.
22376
22377 Fri Aug 13 00:49:46 1999  Jason Merrill  <jason@yorick.cygnus.com>
22378
22379         * toplev.c (flag_new_exceptions): On by default.
22380
22381 1999-08-13  Michael Meissner  <meissner@cygnus.com>
22382
22383         * Makefile.in (GCC_FOR_TARGET): Move -B./ after the tooldir -B.
22384
22385 Fri Aug 13 01:29:57 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
22386
22387         * dwarfout.c (fundamental_type_code): Return FT_boolean for
22388         INTEGER_TYPE with precision==1, it's __java_boolean.
22389
22390 Thu Aug 12 23:51:04 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
22391
22392         * global.c (prune_preferences): Move some invariants out of the
22393         inner loop.
22394
22395 Thu Aug 12 15:30:29 1999  Jesse Perry  (jap@unx.dec.com)
22396
22397         * configure.in (alpha*-dec-osf*): Add osf5.
22398
22399 Sun Aug  1 22:24:03 1999  Philip Blundell  <philb@gnu.org>
22400
22401         * configure.in: Rework handling of ARM GNU/Linux slightly.
22402         (arm*-*-linux-gnuoldld): New target.
22403         * configure: Regenerate.
22404         * install.texi (Configurations): Add arm-*-linux-gnu{oldld} and
22405         arm-*-elf.  Mention that arm-*-linux-gnuaout is obsolete.
22406         * config/arm/linux-oldld.h: New file.
22407         * config/arm/linux-elf26.h: Don't include linux-elf.h.
22408         (TARGET_DEFAULT, SUBTARGET_LINK_SPEC, SUBTARGET_EXTRA_ASM_SPEC):
22409         Don't define.
22410         * config/arm/linux-elf.h (ASM_SPEC): Define.
22411         (TARGET_DEFAULT, SUBTARGET_EXTRA_LINK_SPEC,
22412         SUBTARGET_EXTRA_ASM_SPEC, CPP_APCS_PC_DEFAULT): Add definitions
22413         for 26-bit APCS and old linker.
22414         (CPP_PREDEFINES): Define `__arm__'; don't define `arm' or
22415         `arm_elf'.
22416         (FP_DEFAULT): Define to FP_SOFT3 for all machines.
22417         * config/arm/linux-aout.h (CPP_PREDEFINES): Define `__arm__';
22418         don't define `arm' or `arm_elf'.
22419         * config/arm/t-linux (EXTRA_MULTILIB_PARTS, MULTILIB_OPTIONS,
22420         MULTILIB_DIRNAMES): Define.  Fix typo in comment.
22421
22422 Thu Aug 12 10:14:47 1999  Andreas Schwab  <schwab@suse.de>
22423
22424         * rtl.texi: Fix typo.
22425
22426 Wed Aug 11 23:50:57 1999  Jason Merrill  <jason@yorick.cygnus.com>
22427
22428         * invoke.texi (C++ Dialect Options): Add -fms-extensions.
22429
22430 Wed Aug 11 12:59:37 1999  Mark Mitchell  <mark@codesourcery.com>
22431
22432         * extend.texi (C++ Signatures): Remove node.
22433         * invoke.texi: Remove discussion of -fhandle-signatures,
22434         signature, sigof, __signature__, and __sigof__.
22435
22436 Wed Aug 11 03:38:25 1999  Jeffrey A Law  (law@cygnus.com)
22437
22438         * Makefile.in (JAVAGC): Removed.
22439
22440 Wed Aug 11 02:13:26 1999  Mumit Khan  <khan@xraylith.wisc.edu>
22441
22442         * i386/cygwin.h (ASM_OUTPUT_ALIGNED_BSS): Define.
22443
22444 1999-08-11 Mark Elbrecht <snowball3@bigfoot.com>
22445
22446         * i386/djgpp.h (ASM_OUTPUT_ALIGNED_BSS): Define.
22447
22448 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
22449
22450         * emit-rtl.c (mark_reg_pointer): Don't increase the alignment of
22451         a register that is already known to be a pointer.
22452
22453 1999-08-11  Bruce Korb  <ddsinc09@ix.netcom.com>
22454
22455         * fixinc/inclhack.tpl: Only install assert.h conditionally.
22456         * fixinc/inclhack.sh: Regenerated.
22457         * fixinc/fixincl.sh: Regenerated.
22458
22459 Wed Aug 11 00:34:22 1999  Joe Buck  <jbuck@synopsys.com>
22460
22461         * invoke.texi: s/GNU CC/GCC/ for consistency with gcc.texi.
22462         Fix documentation of -ansi flag to describe its C++ behavior.
22463         Remove bogus reference to GCC 2.9.
22464
22465 Tue Aug 10 17:19:02 1999  Jim Wilson  <wilson@cygnus.com>
22466
22467         * config/sh/sh.c (machine_dependent_reorg): Only call PUT_MODE on
22468         note if it is non-NULL.
22469
22470 Tue Aug 10 10:47:42 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22471
22472         * except.h (eh_nesting_info): Add new structure defintion.
22473         (init_eh_nesting_info, free_eh_nesting_info): Add function prototypes.
22474         (reachable_handlers, update_rethrow_references): Add function
22475         prototypes.
22476         * rtl.h (struct rtvec_def): Update comments.  REG_EH_RETHROW takes
22477         a rethrow symbol instead of an integer exception region number.
22478         * flow.c (Make_edges): Use new exception nesting routines to determine
22479         which handlers are reachable from a CALL or asynchronous insn.
22480         Dont add an edge for calls with a REG_EH_REGION of -1 to non-local
22481         goto receivers.
22482         (delete_eh_regions): Update rethrow labels, and don't delete
22483         regions which are the target of a rethrow.
22484         * except.c (struct func_eh_entry): Add rethrow_ref field, now we can
22485         avoid overloading the SYMBOL_REF_USED flag.
22486         (rethrow_symbol_map): Use new rethrow_ref field.
22487         (rethrow_used): Use new rethrow_ref field.
22488         (expand_rethrow): REG_EH_RETHROW now has a SYMBOL_REF instead
22489         of an integer.  Fix formatting.
22490         (output_exception_table_entry): Use new rethrow_ref field.
22491         (can_throw): Check for EH_REGION_NOTE before deciding
22492         whether a CALL can throw or not.
22493         (scan_region): Call rethrow_used() instead of accessing data structure.
22494         (update_rethrow_references): New function to make sure only regions
22495         which are still targets of a rethrow are flagged as such.
22496         (process_nestinfo): New static function to initialize a handler
22497         list for a specific region.
22498         (init_eh_nesting_info): New function to allocate and initialize
22499         the list of all EH handlers reachable from all regions.
22500         (reachable_handlers): New function to retrieve the list of handlers
22501         reachable from a specific region and insn.
22502         (free_eh_nesting_info): New function to dispose of a list of
22503         reachable handlers.
22504
22505 Tue Aug 10 10:39:31 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22506
22507         * flow.c (split_edge): Set JUMP_LABEL field.
22508         (commit_one_edge_insertion): Set head correctly for insert_before.
22509         When inserting insns, update insn block numbers if allocated.
22510
22511 Tue Aug 10 09:26:07 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22512
22513         * dwarf2out.c (dwarf2out_frame_debug_expr, add_incomplete_type,
22514         retry_incomplete_types): Add static prototype.
22515         (stripattributes, dwarf_cfi_name, ASM_OUTPUT_DWARF_STRING,
22516         dwarf_tag_name, dwarf_attr_name, dwarf_form_name,
22517         dwarf_stack_op_name, dwarf_type_encoding_name, add_AT_string,
22518         dwarf2_name, add_name_attribute, lookup_filename, dwarf2out_line,
22519         dwarf2out_start_source_file, dwarf2out_define, dwarf2out_undef):
22520         Constify a char*.
22521
22522         * dwarf2out.h (dwarf2out_define, dwarf2out_undef,
22523         dwarf2out_start_source_file, dwarf2out_line): Likewise.
22524
22525 Tue Aug 10 09:21:46 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22526
22527         * output.h (assemble_name): Constify a char*.
22528
22529         * varasm.c (UNIQUE_SECTION, assemble_start_function,
22530         assemble_variable, assemble_name): Likewise.
22531
22532         * dwarf2out.c (ASM_NAME_TO_STRING): Likewise.
22533
22534         * arm/pe.c (arm_pe_unique_section): Likewise.
22535
22536         * i386/cygwin.h (STRIP_NAME_ENCODING): Likewise.
22537
22538         * i386/i386-interix.h (STRIP_NAME_ENCODING): Likewise.
22539
22540         * i386/interix.c (i386_pe_unique_section): Likewise.
22541
22542         * i386/win32.h (STRIP_NAME_ENCODING): Likewise.
22543
22544         * i386/winnt.c (i386_pe_unique_section): Likewise.
22545
22546         * m32r/m32r.h (ASM_OUTPUT_LABELREF): Likewise.
22547
22548         * mn10200/mn10200.h (ASM_OUTPUT_LABELREF): Likewise.
22549
22550         * mn10300/mn10300.h (ASM_OUTPUT_LABELREF): Likewise.
22551
22552         * pa/pa.c (output_call): Likewise.
22553
22554         * pa/pa.h (ASM_OUTPUT_MI_THUNK): Likewise.
22555
22556         * pa/som.h (ASM_OUTPUT_FUNCTION_PREFIX): Likewise.
22557
22558         * rs6000/rs6000.c (rs6000_output_load_toc_table, output_toc):
22559         Likewise.
22560
22561         * rs6000/rs6000.h (RS6000_OUTPUT_BASENAME, STRIP_NAME_ENCODING):
22562         Likewise.
22563
22564         * rs6000/sol2.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
22565
22566         * rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_INT,
22567         STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Likewise.
22568
22569         * v850/v850.h (ASM_OUTPUT_LABELREF): Likewise.
22570
22571 Mon Aug  9 19:54:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22572
22573         * real.c (GET_REAL, PUT_REAL): Use memcpy instead of bcopy.
22574
22575 Mon Aug  9 19:36:00 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22576
22577         * tree.h (lang_identify): Constify a char*.
22578         (print_error_function): Add extern prototype.  Constify a char*.
22579
22580         * c-lang.c (lang_identify): Constify a char*.
22581
22582         * objc/objc-act.c (lang_identify): Constify a char*.
22583
22584 Mon Aug  9 16:21:53 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22585
22586         * genpeep.c (main): Make generated file include "function.h".
22587         * arm.c (function_really_clobbers_lr): Delete INLINE_HEADER case.
22588
22589 Mon Aug  9 10:08:50 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22590
22591         * Makefile.in: Update dependencies.
22592         * alias.c: Include "function.h"
22593         * c-decl.c: Likewise.
22594         * caller-save.c: Likewise.
22595         * calls.c: Likewise.
22596         * combine.c: Likewise.
22597         * cse.c: Likewise.
22598         * explow.c: Likewise.
22599         * final.c: Likewise.
22600         * global.c: Likewise.
22601         * graph.c: Likewise.
22602         * local-alloc.c: Likewise.
22603         * loop.c: Likewise.
22604         * optabs.c: Likewise.
22605         * profile.c: Likewise.
22606         * recog.c: Likewise.
22607         * regclass.c: Likewise.
22608         * regmove.c: Likewise.
22609         * reload.c: Likewise.
22610         * reorg.c: Likewise.
22611         * resource.c: Likewise.
22612         * sched.c: Likewise.
22613         * stupid.c: Likewise.
22614         * config/1750a/1750a.c: Likewise.
22615         * config/a29k/a29k.c: Likewise.
22616         * config/arc/arc.c: Likewise.
22617         * config/arm/arm.c: Likewise.
22618         * config/arm/thumb.c: Likewise.
22619         * config/c4x/c4x.c: Likewise.
22620         * config/clipper/clipper.c: Likewise.
22621         * config/convex/convex.c: Likewise.
22622         * config/fx80/fx80.c: Likewise.
22623         * config/i860/i860.c: Likewise.
22624         * config/m68k/m68k.c: Likewise.
22625         * config/m88k/m88k.c: Likewise.
22626         * config/mips/mips.c: Likewise.
22627         * config/pdp11/pdp11.c: Likewise.
22628         * config/pyr/pyr.c: Likewise.
22629         * config/romp/romp.c: Likewise.
22630         * config/sh/sh.c: Likewise.
22631         * config/tahoe/tahoe.c: Likewise.
22632         * config/vax/vax.c: Likewise.
22633         * config/we32k/we32k.c: Likewise.
22634         * config/sparc/sparc.c: Include "function.h".
22635         (mem_min_alignment): Test current_function rather than
22636         regno_pointer_align.
22637         * config/pa/pa.c: Likewise.
22638         (compute_frame_size): Delete declaration of
22639         current_function_outgoing_args_size.
22640         * config/arc/arc.h (current_function_varargs): Delete declaration.
22641         * config/elxsi/elxsi.h (current_function_calls_alloca): Delete
22642         declaration.
22643         * config/i370/i370.h (current_function_outgoing_args_size): Delete
22644         declaration.
22645         * config/i386/i386.h (FINALIZE_PIC): Delete declaration of
22646         current_function_uses_pic_offset_table.
22647         * config/m68k/a-ux.h (FUNCTION_EXTRA_EPILOGUE): Delete declaration
22648         of current_function_returns_pointer.
22649         * config/m68k/altos3068.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22650         * config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22651         * config/m68k/m68kv4.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22652         * config/m68k/mot3300.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22653         * config/m68k/pbb.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22654         * config/m68k/tower-as.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22655         * config/m88k/m88k.c: Include "function.h"
22656         (call_used_regs, current_function_pretend_args_size,
22657         current_function_outgoing_args_size, frame_pointer_needed): Delete
22658         declarations.
22659         * config/m88k/m88k.h (current_function_pretend_args_size): Delete
22660         declaration.
22661         * config/mips/mips.h (current_function_calls_alloca): Delete
22662         declaration.
22663         * config/mn10200/mn10200.h (current_function_needs_context,
22664         rtx_equal_function_value_matters): Delete declarations.
22665         * config/ns32k/ns32k (current_function_uses_pic_offset_table,
22666         flag_pic): Delete declarations.
22667         * config/pa/pa.h (current_function_pretend_args_size,
22668         current_function_decl): Delete declarations.
22669         * config/pa/som.h (current_function_varargs): Delete declaration.
22670         * config/pdp11/pdp11.h (current_function_pretend_args_size): Delete
22671         declaration.
22672         * config/pyr/pyr.h (current_function_pretend_args_size,
22673         current_function_args_size, current_function_calls_alloca): Delete
22674         declarations.
22675         * config/sh/sh.h (current_function_varargs): Delete declaration.
22676         * config/sparc/sparc.h (current_function_outgoing_args_size,
22677         current_function_calls_alloca, current_function_decl): Delete
22678         declarations.
22679         * config/spur/spur.h (current_function_pretend_args_size,
22680         current_function_calls_alloca): Delete declarations.
22681         * config/v850/v850.c (current_function_outgoing_args_size): Delete
22682         declaration.
22683         * config/vax/vms.h (current_function_name): Delete declaration.
22684         * gcse.c: Include "function.h".
22685         (current_function_name, current_function_calls_setjmp): Delete
22686         declarations.
22687         * haifa-sched.c: Include "function.h".
22688         (forced_labels): Delete declaration.
22689         * jump.c: Likewise.
22690         * reg-stack.c: Likewise.
22691         * reload1.c: Likewise.
22692         * genemit.c (main): Make generated file include function.h.
22693         * genoutput.c (output_prologue): Likewise.
22694
22695         * builtins.c (saveregs_value, apply_args_value): Delete variables.
22696         * emit-rtl.c (reg_rtx_no, first_label_num, first_insn, last_insn,
22697         sequence_rtl_expr, cur_insn_uid, last_linenum, last_filename,
22698         regno_pointer_flag, regno_pointer_flag_length, regno_pointer_align,
22699         regno_reg_rtx, sequence_stack): Delete variables.  Add accessor
22700         macros for some of them.
22701         (emit_filename, emit_lineno): Delete declarations.
22702         (gen_reg_rtx): Use memset/memcpy instead of bzero/bcopy.  Access
22703         regno_pointer_* variables through current_function.
22704         (gen_inline_header_rtx): Delete function.
22705         (save_emit_status): Delete function.
22706         (set_new_last_label_num): New function.
22707         (clear_emit_caches): New function.
22708         (restore_emit_status): Just clear last_labelnum and call
22709         clear_emit_caches.
22710         (get_last_insn_anywhere): Variable sequence_stack is now accessed
22711         through macro seq_stack.
22712         (add_insn_after): Likewise.
22713         (add_insn_before): Likewise.
22714         (remove_insn): Likewise.
22715         (pop_topmost_sequence): Likewise.
22716         (in_sequence_p): Likewise.
22717         (start_sequence_for_rtl_expr): Likewise.
22718         (start_sequence): Likewise, and likewise for
22719         sequence_rtl_expr/seq_rtl_expr.
22720         (push_topmost_sequence): Likewise.
22721         (end_sequence): Likewise.
22722         (init_virtual_regs): Now takes a "struct emit_status *" argument.
22723         All callers changed.  Store into that pointer instead of globals.
22724         (init_emit): Allocate emit elt of current_function.
22725         Changes for sequence_rtl_expr/sequence_stack renaming.
22726         Call clear_emit_caches instead of doing it in-line.
22727         Access regno_pointer_* variables through current_function.
22728         (init_emit_once) Don't clear sequence_stack.
22729
22730         * expr.c (pending_stack_adjust, inhibit_defer_pop, pending_chain):
22731         Delete variables.
22732         (arg_pointer_save_area): Delete declaration.
22733         (finish_expr_for_function): Renamed from init_queue; no longer static.
22734         (init_expr): Don't call init_queue.
22735         (save_expr_status, restore_expr_status): Delete functions.
22736         (expand_expr): Changes to reflect new layout of struct function.
22737         Don't access current_function_check_memory_usage when current_function
22738         is 0.
22739         * expr.h (forced_labels, save_expr_regs, saveregs_value,
22740         apply_args_value, current_function_calls_alloca, inhibit_defer_pop,
22741         current_function_outgoing_args_size, current_function_arg_offset_rtx,
22742         current_function_uses_const_pool, function_call_count,
22743         current_function_uses_pic_offset_table, nonlocal_labels,
22744         current_function_internal_arg_pointer, nonlocal_goto_stack_level,
22745         current_function_check_memory_usage, nonlocal_goto_handler_slots,
22746         pending_stack_adjust, target_temp_slot_level, temp_slot_level): Delete
22747         declarations.
22748         (finish_expr_for_function): Declare.
22749         * flags.h (current_function_has_nonlocal_label,
22750         current_function_has_nonlocal_goto, current_function_is_thunk,
22751         current_function_has_computed_jump): Delete declarations.
22752         * flow.c (forced_labels): Delete declaration.
22753         * function.c (current_function_pops_args,
22754         current_function_returns_struct, current_function_returns_pcc_struct,
22755         current_function_needs_context, current_function_calls_setjmp,
22756         current_function_calls_longjmp, current_function_has_nonlocal_label,
22757         current_function_has_nonlocal_goto, current_function_is_thunk,
22758         current_function_has_computed_jump, current_function_calls_alloca,
22759         current_function_contains_functions, current_function_returns_pointer,
22760         current_function_epilogue_delay_list, current_function_args_size,
22761         current_function_pretend_args_size, current_function_arg_offset_rtx,
22762         current_function_outgoing_args_size, current_function_varargs,
22763         current_function_stdarg, current_function_args_info, cleanup_label,
22764         current_function_name, current_function_uses_const_pool,
22765         current_function_instrument_entry_exit, current_function_return_rtx,
22766         current_function_uses_pic_offset_table, nonlocal_labels,
22767         current_function_internal_arg_pointer, current_function_cannot_inline,
22768         current_function_check_memory_usage, function_call_count,
22769         nonlocal_goto_handler_slots, nonlocal_goto_handler_labels,
22770         nonlocal_goto_stack_level, return_label, save_expr_regs,
22771         stack_slot_list, rtl_expr_chain, tail_recursion_label, temp_slots,
22772         tail_recursion_reentry, arg_pointer_save_area, frame_offset,
22773         context_display, trampoline_list, parm_birth_insn, invalid_stack_slot,
22774         last_parm_insn, max_parm_reg, parm_reg_stack_loc, sequence_rtl_expr,
22775         temp_slot_level, var_temp_slot_level, target_temp_slot_level):
22776         Delete variables.
22777         (push_function_context_to): Don't save them.  Don't call
22778         save_storage_status, save_emit_status or save_expr_status.
22779         (pop_function_context_from): Don't restore them.  Don't call
22780         restore_storage_status or restore_expr_status.
22781         (get_func_frame_size): New function.
22782         (get_frame_size): Use it.
22783         (assign_outer_stack_local): Reflect some member name changes in struct
22784         function.
22785         (put_reg_into_stack): Likewise.
22786         (assign_stack_temp_for_type): sequence_rtl_expr was renamed to
22787         seq_rtl_expr.
22788         (fixup_var_refs): Likewise.
22789         (fix_lexical_addr): Likewise.
22790         (trampoline_address): Likewise.
22791         (prepare_function_start): Clear field inlinable of current_function.
22792         (init_function_for_compilation): New function.
22793         (expand_dummy_function_end): New function.
22794         (expand_function_end): Call finish_expr_for_function.
22795         * function.h (struct emit_status): New; fields moved here from struct
22796         function and from global variables.  Add accessor macros for some of
22797         the fields.
22798         (struct expr_status): Likewise.
22799         (REGNO_POINTER_ALIGN, REGNO_POINTER_FLAG): Moved here from regs.h.
22800         (struct function): Add fields expr and emit, inlinable, inl_emit,
22801         original_arg_vector, original_decl_initial, inl_last_parm_insn,
22802         inl_max_label_num.  Add many comments.
22803         Add accessor macros for all elts of struct function that no longer
22804         have a global variable.
22805         (cleanup_label, return_label, frame_offset, tail_recursion_label,
22806         tail_recursion_reentry, arg_pointer_save_area, rtl_expr_chain,
22807         stack_slot_list): Delete declarations.
22808         (get_func_frame_size): Declare.
22809         (save_expr_status, restore_expr_status, save_emit_status,
22810         save_storage_status, restore_storage_status): Delete declarations.
22811         (init_virtual_regs): Declare.
22812         * output.h (current_function_pops_args,
22813         current_function_returns_struct, current_function_returns_pcc_struct,
22814         current_function_needs_context, current_function_calls_setjmp,
22815         current_function_calls_longjmp, current_function_calls_alloca,
22816         current_function_has_nonlocal_label, current_function_varargs,
22817         current_function_has_computed_jump, current_function_returns_pointer,
22818         current_function_contains_functions, current_function_args_size,
22819         current_function_pretend_args_size, current_function_stdarg,
22820         current_function_outgoing_args_size, current_function_args_info,
22821         current_function_name, current_function_return_rtx,
22822         current_function_epilogue_delay_list,
22823         current_function_uses_const_pool, current_function_cannot_inline):
22824         Delete declarations.
22825         * regs.h (reg_rtx_no, regno_pointer_flag, regno_pointer_flag_length,
22826         regno_reg_rtx): Delete declaration.
22827         (REGNO_POINTER_FLAG): Delete macro.
22828         * stmt.c (expand_goto): Changes to reflect that some fields in struct
22829         function were renamed.
22830         * stor-layout.c (save_storage_status, restore_storage_status): Delete
22831         functions.
22832         * toplev.c: Include "function.h".
22833         (current_function_decl): Delete declaration.
22834         (compile_file): Call init_dummy_function_start and
22835         expand_dummy_function_end around some initializations that need to
22836         emit rtl.
22837         (rest_of_compilation): Use DECL_SAVED_INSNS properly.
22838         Call init_function_for_compilation.
22839         * unroll.c: Include "function.h"
22840         (unroll_loop): Access regno_pointer_* variables through
22841         current_function.
22842
22843         * tree.h (struct tree_decl): Add elt f to saved_insns member.
22844         (DECL_SAVED_INSNS): use it.
22845         (expand_dummy_function_end): Declare.
22846         (init_function_for_compilation): Declare.
22847         * calls.c (calls_function_1): Change use of DECL_SAVED_INSNS now
22848         that it's no longer an INLINE_HEADER.
22849         (expand_call): Likewise.
22850         * integrate.c (finish_inline): Delete function.
22851         (max_parm_reg, parm_reg_stack_loc): Delete declarations.
22852         (initialize_for_inline): Delete min_labelno, max_labelno and max_reg
22853         args.  Don't generate an INLINE_HEADER rtx, just return the arg
22854         vector.  All callers changed.
22855         (save_for_inline_copying):  Create a duplicate struct emit_status to
22856         hold the emit state for compiling the current function.  Use this and
22857         the other new fields in struct function that are for integration
22858         instead of an INLINE_HEADER.
22859         Use memcpy instead of bcopy.
22860         Store the current struct function in DECL_SAVED_INSNS of fndecl.
22861         (save_for_inline_nocopy): Similar changes, except no new emit_status
22862         is needed here.
22863         (expand_inline_function): Get information from function structure,
22864         not from an inline header rtx.
22865         (output_inline_function): Lose code to extract the necessary
22866         information from an inline header; simply put back the function
22867         structure into current_function.  Clear its inlinable elt.
22868         * rtl.def (INLINE_HEADER): Delete.
22869         * rtl.h: Delete all accessors for an INLINE_HEADER.
22870         (gen_inline_header_rtx): Delete declaration.
22871         (regno_reg_rtx, regno_pointer_align, nonlocal_goto_handler_labels):
22872         Delete declarations.
22873         (REGNO_POINTER_ALIGN): Delete.
22874         (clear_emit_caches): Declare.
22875         (set_new_last_label_num): Declare.
22876
22877 Mon Aug  9 01:52:24 1999  Jason Merrill  <jason@yorick.cygnus.com>
22878
22879         * print-tree.c (print_node): Print base for OFFSET_TYPEs.
22880
22881         * except.c (expand_eh_region_start_for_decl): Always start a new block.
22882         * stmt.c (is_eh_region): Make sure current_function is present, too.
22883
22884 Mon Aug  9 01:15:24 1999  Jeffrey A Law  (law@cygnus.com)
22885
22886         * pa.h (HARD_REGNO_MODE_OK): Correctly handle FPregs, even when
22887         for 64bit PA targets.
22888
22889         * pa.h (SELECT_SECTION): Define.
22890         * som.h (SELECT_SECTION): Delete.
22891
22892 Sun Aug  8 15:13:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22893
22894         * alias.c (init_alias_analysis): Wrap call to
22895         `prologue_epilogue_contains' within HAVE_prologue||HAVE_epilogue.
22896
22897 1999-08-07  Bruce Korb  <autogen@linuxbox.com>
22898
22899         * fixinc/inclhack.def(irix_asm_apostrophe):  IRIX 5.2's
22900         <sys/asm.h> contains an asm comment with an apostrophe
22901         * fixinc/inclhack.sh:  regen
22902         * fixinc/fixincl.x:  regen
22903
22904 Sat Aug  7 19:37:07 1999  Richard Henderson  <rth@cygnus.com>
22905
22906         * function.c (init_function_start): Clear prologue & epilogue.
22907         (prologue_epilogue_contains): New function.
22908         * alias.c (init_alias_analysis): Use it.
22909         * rtl.h (prologue_epilogue_contains): Declare it.
22910
22911 Sat Aug  7 19:32:16 1999  Richard Henderson  <rth@cygnus.com>
22912
22913         * jump.c (onlyjump_p): New function.
22914         * rtl.h: Declare it.
22915         * flow.c (delete_unreachable_blocks): Use onlyjump_p instead
22916         of condjump_p in calling tidy_fallthru_edge and merge_blocks.
22917
22918 Sat Aug  7 17:09:36 1999  Richard Henderson  <rth@cygnus.com>
22919
22920         * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_REG_SET
22921         to invert loops.  Simplify block scanning.
22922
22923 Sat Aug  7 02:11:13 1999  Bernd Schmidt <bernds@cygnus.co.uk>
22924
22925         * gcse.c (hash_scan_set): Treat SYMBOL_REFs like CONST_INTs.
22926         (cprop_insn): Treat SYMBOL_REFs like CONST_INTs.
22927
22928 1999-08-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
22929
22930         * config/sparc/liteelf.h: New file to support sparclite-elf target
22931         * config/sparc/t-sp86x: New file to support sparc86x targets
22932         * config/sparc/sp86x-aout.h: New file to support sparc86x-aout target
22933         * config/sparc/sp86x-elf.h: New file to support sparc86x-elf target
22934         * configure.in: Support above target triplets
22935         * configure: Regenerated
22936
22937 Sat Aug  7 01:39:27 1999  Philippe De Muyter  <phdm@macqel.be>
22938
22939         * fixinc/server.c (server_setup): Do not prefix function used as
22940         parameter with `&'.
22941
22942 Sat Aug  7 00:21:20 1999  Richard Henderson  <rth@cygnus.com>
22943
22944         * alpha.md (movhi and movqi patterns): Correct predicate for !BWX.
22945         Remove fp reg alternatives.
22946
22947 Sat Aug  7 00:06:54 1999  Jeffrey A Law  (law@cygnus.com)
22948
22949         * Makefiin (TAROUTOPTS): Kill.
22950         (install-headers-tar): Use "xpf" for tar headerfile extraction
22951         * i370/x-oe (TAROUTOPTS): Delete.
22952         * m68k/x-apollo68 (TAROUTOPTS): Delete.
22953         * m68k/x-hp320 (TAROUTOPTS): Delete.
22954         * m68k/x-hp320g (TAROUTOPTS): Delete.
22955         * gcc.texi: Update bug reporting text.
22956
22957 1999-08-6 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
22958
22959         * reg-stack.c (change_stack) Fixed problem with negative array index.
22960
22961 Fri Aug  6 23:08:44 1999  Jeffrey A Law  (law@cygnus.com)
22962
22963         * extend.texi, install.texi: Fix spelling mistakes.
22964
22965         * Makefile.in (PREMADE_ATTRTAB_MD, PREMADE_ATTRTAB): Delete.
22966         (s-attrtab); No longer try to use pre-made insn-attrtab file.
22967         * mips/t-bsd: Delete references to obsolete PREMADE_ATTRTAB and
22968         PREMADE_ATTRTAB_MD.
22969         * mips/t-ecoff: Likewise.
22970         * mips/t-elf: Likewise.
22971         * mips/t-mips: Likewise.
22972         * mips/t-osfrose: Likewise.
22973         * mips/t-r3900: Likewise.
22974         * mips/t-svr3: Likewise.
22975         * mips/t-svr4: Likewise.
22976         * mips/t-ultrix: Likewise.
22977
22978         * gcc.texi: Document recommend means to provide software floating
22979         point libraries in libgcc.a
22980
22981 1999-08-06  Jason Merrill  <jason@yorick.cygnus.com>
22982
22983         * c-lex.c (yylex): We can have a number with no digits.
22984
22985 Fri Aug  6 16:53:55 EDT 1999  John Wehle  (john@feith.com)
22986
22987         * jump.c (delete_prior_computation): New function, broken
22988         out of delete_computation.  Check for side effects with
22989         side_effects_p instead of FIND_REG_INC_NOTE.  Handle
22990         multi-word hard registers.
22991         (delete_computation): Use it.  Check for side effects with
22992         side_effects_p instead of FIND_REG_INC_NOTE.  Synthesize a
22993         missing REG_DEAD note for a register which is both set and
22994         used by an insn.
22995
22996 Fri Aug  6 11:05:29 1999  Jeffrey A Law  (law@cygnus.com)
22997
22998         * elf.h (TEXT_SPACE_P, FUNCTION_NAME_P): Delete.
22999         (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT): Likewise.
23000         (ASM_FILE_START): Import _mcount with the right type.
23001         (ASM_DECLARE_FUNCTION_NAME): Define.
23002         (ASM_OUTPUT_EXTERNAL, ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
23003         * pa.c (output_function_prologue): Always emit the function's label
23004         here.
23005         * pa.h (TEXT_SPACE_P): Define.
23006         (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
23007         (ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT, ASM_GLOBALIZE_LABEL): Likewise.
23008         * som.h (TEXT_SPACE_P): Delete.
23009         (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
23010         (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT): Likewise.
23011
23012 Thu Aug  5 19:29:39 1999  Jim Wilson  <wilson@cygnus.com>
23013
23014         * expr.c (emit_group_load): Allow src to be a CONCAT.
23015
23016 Thu Aug  5 22:27:15 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23017
23018         * config/sh/lib1funcs.asm (___movstrSI0): Change or r0,r0,r0 to nop.
23019         (___mulsi3): Use '!' comment character.
23020
23021 Thu Aug  5 13:34:14 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23022
23023         * reload1.c (maybe_fix_stack_asms): Also declare P as "const char *".
23024
23025 Thu Aug  5 02:40:42 1999  Jeffrey A Law  (law@cygnus.com)
23026
23027         * gcc.c: Update URLs and mail addresses.
23028         * gcc.texi: Likewise.
23029
23030 Thu Aug  5 01:14:13 1999  Daniel Jacobowitz <drow@false.org>
23031
23032         * rs6000.c (current_file_function_operand): Return zero for
23033         weak functions.
23034         (rs6000_encode_section_info): Do not set SYMBOL_REF_FLAG for
23035         weak symbols.
23036         * rs6000.h (ENCODE_SECTION_NIFO): Do not set SYMBOL_REF_FLAG
23037         for weak symbols.
23038
23039 Thu Aug  5 00:56:30 1999  Geoffrey Keating  <geoffk@cygnus.com>
23040
23041         * rs6000.c (rs6000_stack_info): For ABI_V4/ABI_SOLARIS -fpic, always
23042         allocate space in the stack frame for the PIC register.
23043
23044 Thu Aug  5 00:20:47 1999  Jeffrey A Law  (law@cygnus.com)
23045
23046         * m68k.md (xordi3, anddi3): These patterns are not available on
23047         the coldfire.
23048
23049 Wed Aug  4 23:39:20 1999  Mark Mitchell  <mark@codesourcery.com>
23050
23051         * real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules.
23052         (PUT_REAL): Likewise.
23053
23054 Wed Aug  4 20:45:04 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23055
23056         * final.c (shorten_branches): Don't add an alignment for loops
23057         that have no label inside.
23058
23059 Wed Aug  4 16:39:24 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23060
23061         * builtins.c (expand_builtin_memcmp, expand_builtin_strcmp): Wrap
23062         prototypes in macro HAVE_cmpstrsi.
23063
23064         * cpplib.c (cpp_get_token): Remove unused label `op3'.
23065
23066         * emit-rtl.c (operand_subword): Remove unused variable
23067         `bits_per_word'.
23068
23069         * rtl.c (shallow_copy_rtx): Remove unused variable `format_ptr'.
23070
23071         * tree.c (chainon): Wrap variable `t2' in macro ENABLE_CHECKING.
23072
23073 Wed Aug  4 13:29:23 1999  Zack Weinberg  <zack@bitmover.com>
23074
23075         * cpphash.c (macroexpand): Delete leading whitespace when arg
23076         is concatenated before.
23077         (unsafe_chars): Correct test for whether + and - can extend a
23078         token.
23079
23080         * cppinit.c (cpp_start_read): Do dependencies for
23081         -include/-imacros files also.
23082
23083         * cpplib.c (cpp_scan_buffer): In no-output mode, don't bother
23084         tokenizing non-directive lines.
23085         (cpp_expand_to_buffer): Temporarily disable no-output mode.
23086         * cppmain.c: In no-output mode, just call cpp_scan_buffer for
23087         the input file.
23088
23089 Wed Aug  4 12:53:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
23090
23091         * expr.c (expand_expr, case PLUS_EXPR): Fix parallel case, too.
23092
23093         * c-lex.c: Sync with C++ frontend.
23094         (linemode): New variable.
23095         (parse_float): imag, conversion_errno, and type are output only.
23096         (yylex): Adjust.  Move initial '.' case into main switch.
23097         Use linemode.
23098         (handle_generic_pragma): Just deal with tokens.
23099         (readescape): Use ISXDIGIT and ISGRAPH.
23100         * c-parse.in: Add END_OF_LINE token.
23101
23102         * c-lex.c (lang_init): Generalize.
23103         (nextchar): Remove.  Replace uses with UNGETC.
23104         (skip_white_space): Handle linemode here.  Optimize for cpplib.
23105         (skip_white_space_on_line): Remove.
23106         (extend_token_buffer_to): New fn.
23107         (extend_token_buffer): Use it.
23108         (read_line_number, check_newline): Just deal with tokens.
23109         (token_getch, token_put_back): New fns.
23110         (yylex): Use them.  More cpplib optimizations.  Simplify.
23111
23112 Wed Aug  4 12:53:44 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
23113                           Jason Merrill  <jason@yorick.cygnus.com>
23114
23115         * c-lex.c (init_parse): Set cpp_token to CPP_DIRECTIVE.
23116         (consume_string): Make this smart about USE_CPPLIB.
23117         (check_newline): Rewrite to be intelligent about USE_CPPLIB.
23118         (yylex): Rewrite to be intelligent about USE_CPPLIB.
23119         Also, clean up cases where we redundantly set token_buffer[0].
23120         (read_line_number): New fn.
23121         (ignore_escape_flag): New variable.
23122
23123 Wed Aug  4 13:12:17 1999  Jeffrey A Law  (law@cygnus.com)
23124
23125         * a29k/t-a29kbare: Fix some comments.
23126         (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
23127         (FPBIT, DPBIT): Define.
23128         * a29k/t-vx29k: Likewise.
23129         * arc/t-arc: Likewise.
23130         * arm/t-arm-elf: Likewise.
23131         * arm/t-bare: Likewise.
23132         * arm/t-pe: Likewise.
23133         * arm/t-pe-thumb: Likewise.
23134         * arm/t-semi: Likewise.
23135         * arm/t-thumb: Likewise.
23136         * arm/t-thumb-elf: Likewise.
23137         * arm/t-thumb-linux: Likewise.
23138         * h8300/t-h8300: Likewise.
23139         * i960/t-i960: Likewise.
23140         * i960/t-vxworks960: Likewise.
23141         * m32r/t-m32r: Likewise.
23142         * mips/t-ecoff: Likewise.
23143         * mips/t-elf: Likewise.
23144         * mips/t-r3900: Likewise.
23145         * pa/t-pro: Likewise.
23146         * rs6000/t-aix43: Likewise.
23147         * rs6000/t-beos: Likewise.
23148         * rs6000/t-newas: Likewise.
23149         * rs6000/t-ppccomm: Likewise.
23150         * rs6000/t-rs6000: Likewise.
23151         * rs6000/t-winnt: Likewise.
23152         * rs6000/t-xnewas: Likewise.
23153         * rs6000/t-xrs6000: Likewise.
23154         * sh/t-sh: Likewise.
23155         * sparc/t-elf: Likewise.
23156         * sparc/t-sparcbare: Likewise.
23157         * sparc/t-sparclite: Likewise.
23158         * sparc/t-splet: Likewise.
23159         * v850/t-v850: Likewise.
23160         * mn10200/t-mn10200: Fix comments.
23161         * mn10300/t-mn10300: Likewise.
23162
23163         * pa.md (divsi3, udivsi3, modsi3, umodsi3 expanders): Clobber a new
23164         dummy operand.  Allocate a new pseudo for the dummy operand.
23165         (divsi3, udivsi3, modis3, umodsi3 patterns): Corresponding changes.
23166
23167         * pa.md (movqi, movhi patterns): Do not expose FP regs to regclass.
23168
23169 Wed Aug  4 11:53:55 1999  Tom Tromey  <tromey@cygnus.com>
23170
23171         * configure: Rebuilt.
23172         * configure.in: Removed --enable-java-gc option and JAVAGC subst.
23173
23174 Wed Aug  4 09:06:14 1999  Richard Earnshaw (rearnsha@arm.com)
23175
23176         * recog.c (preproces_constraints): Zero recog_op_alt before
23177         processing the constraints.
23178
23179         * arm.c (typedef minipool_node): Renamed from pool_node.
23180         (minipool_vector, minipool_size, minipool_vector_label): Similarly.
23181         (add_minipool_constant): New function.
23182         (dump_minipool): New function.
23183         (find_barrier): Remove special case for getting the insn size of
23184         an insn that references the constant pool.
23185         (minipool_fixup): New structure.
23186         (push_minipool_barrier): New function.
23187         (push_minipool_fix): New function.
23188         (note_invalid_constants): New function.
23189         (add_pool_constant, dump_table, fixit, broken_move): Delete.
23190         (arm_reorg): Rewrite code to fix up the constant pool into a
23191         series of mini-pools embedded in the insn stream.
23192         (arm_output_epilogue): New function, made mainly from the body
23193         of output_func_epilogue.
23194         (output_func_epilogue): Move insn generation part of epilogue code
23195         to arm_output_epilogue.
23196         * arm.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Delete.
23197         * arm.md (pool_range): New attribute.
23198         (zero_extendqidi2): Add attribute pool_range.
23199         (zero_extend_hisi_insn, load_extendqisi, extendhisi_insn,
23200         extendqihi_insn, extendqisi_insn, movdi, movsi_insn, pic_load_addr,
23201         pic_load_addr_based_insn, movhi_insn_arch4, movhi_insn_littleend,
23202         movhi_insn_bigend, loadhi_si_bigend, movsf_hard_insn, movsf_soft_insn,
23203         movdf_hard_insn, movdf_soft_insn, movxf_hard_insn): Likewise.
23204         (epilogue): New expand.
23205         (epilogue_insn): New insn.  Call arm_output_epilogue.
23206
23207         * arm.c (arm_poke_function_name): Undo change of July 17.  Tidy up.
23208         * arm.h (TARGET_SWITCHES): Add missing doc string for TARGET_DEFAULT.
23209
23210 Mon Aug  2 19:18:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
23211
23212         * linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
23213
23214 1999-08-04 Mark Elbrecht <snowball3@bigfoot.com>
23215
23216         * config/i386/djgpp.h  (BSS_SECTION_ASM_OP): Define.
23217
23218 Wed Aug  4 02:15:32 1999  Richard Henderson <rth@cygnus.com>
23219
23220         * jump.c (delete_insn): Delete the addr_vec when deleting a tablejump.
23221
23222 Wed Aug  4 01:48:08 1999  Jim Kingdon  <http://developer.redhat.com>
23223
23224         * global.c: Fix comment.
23225
23226 Wed Aug  4 01:43:01 1999  Ian Lance Taylor  <ian@zembu.com>
23227
23228         * gcc.c (access_check): New static function.
23229         (find_a_file): Use it when searching a directory list.
23230         * collect2.c (find_a_file): Don't accept directories found when
23231         searching a directory list.
23232
23233 Wed Aug  4 01:40:43 1999  Philippe De Muyter  <phdm@macqel.be>
23234
23235         * tlink.c (symbol_hash_lookup): Do not prefix functions used as
23236         function parameters with `&'.
23237         (file_hash_lookup, demangled_hash_lookup, tlink_init): Ditto.
23238
23239 Wed Aug  4 01:08:44 1999  Jeffrey A Law  (law@cygnus.com)
23240
23241         * flow.c (delete_unreachable_blocks): Do not call merge_blocks
23242         or tidy_fallthru_edge if the last insn in the block is not
23243         an unconditional jump or a simple conditional jump.
23244
23245 Tue Aug  3 20:21:20 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23246
23247         * Makefile.in (c-decl.o): Depends on defaults.h.
23248
23249 Tue Aug  3 14:14:52 1999  Jeffrey A Law  (law@cygnus.com)
23250
23251         * pa.h (HARD_REGNO_NREGS): FP registers are always 4 bytes wide for
23252         PA1.1 and above.
23253         (CLASS_MAX_NREGS): Likewise.
23254
23255 Tue Aug  3 03:51:20 1999  Jeffrey A Law  (law@cygnus.com)
23256
23257         * cse.c (cse_insn): Fix dumb thinko in last change.
23258
23259 Tue Aug  3 10:36:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23260
23261         * reload1.c (maybe_fix_stack_asms): Declare CONSTRAINTS as
23262         "const char *".
23263
23264 Mon Aug  2 23:45:45 1999  Hans-Peter Nilsson  <hp@bitrange.com>
23265
23266         * dwarf2out.c (add_location_or_const_value_attribute): Correct
23267         test for sizes of passed and declared parameter types.
23268
23269 Tue Aug  3 00:03:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23270
23271         * fixincludes: Fix the return type of bsearch, char* -> void*.
23272
23273         * fixinc/inclhack.def: Likewise.
23274
23275 Mon Aug  2 18:29:32 1999  Mark Mitchell  <mark@codesourcery.com>
23276
23277         * invoke.texi (-fdump-translation-unit): New option.
23278
23279 Mon Aug  2 17:54:19 1999  Richard Henderson  <rth@cygnus.com>
23280
23281         * expr.h (PROMOTE_PROTOTYPES): Move ...
23282         * defaults.h: ... to here.
23283         * c-decl.c: Include defaults.h instead of expr.h.
23284         * c-typeck.c: Include defaults.h.
23285
23286 Mon Aug  2 17:10:24 1999  Mark Mitchell  <mark@codesourcery.com>
23287
23288         * toplev.h (errorcount): Declare.
23289         (warningcount): Likewise.
23290         (sorrycount): Likewise.
23291         * c-lex.c (errorcount): Don't declare.
23292         * dwarf2out.c (errorcount): Don't declare.
23293
23294 Mon Aug  2 17:02:08 1999  Jason Merrill  <jason@yorick.cygnus.com>
23295
23296         * config/libgloss.h: Add a note discouraging use with ELF.
23297         * configure.in: Don't use libgloss.h for ELF targets.
23298         Always use_collect2 on a.out targets.
23299
23300 Mon Aug  2 16:27:42 1999  Jim Wilson  <wilson@cygnus.com>
23301
23302         * combine.c (force_to_mode, case LSHIFTRT): Add goto shiftrt.
23303         (force_to_mode, case ASHIFTRT): Add shiftrt label.
23304
23305 Tue Aug  3 00:45:02 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23306
23307         * loop.c (strength_reduce): When doing biv->giv conversion, update
23308         reg note of NEXT->insn.
23309
23310 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23311
23312         * real.c (PUT_REAL): Clear unused bytes if long double is IEEE quad.
23313
23314 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23315
23316         * c-decl.c (get_parm_info, store_parm_decls): Change all uses of
23317         PROMOTE_PROTOTYPES, so that it tests it as a C expression.
23318         Ensure expr.h is included.
23319         * c-typecheck.c (convert_arguments): Ditto.
23320
23321         * expr.h: Supply default for PROMOTE_PROTOTYPES (0).
23322
23323         * config/arc/arc.h: Define PROMOTE_PROTOTYPES to 1.
23324         * config/convex/convex.h: Ditto.
23325         * config/dsp16xx/dsp16xx.h: Ditto.
23326         * config/fx80/fx80.h: Ditto.
23327         * config/gmicro/gmicro.h: Ditto.
23328         * config/i370/i370.h: Ditto.
23329         * config/i386/i386.h: Ditto.
23330         * config/m32r/m32r.h: Ditto.
23331         * config/m68k/m68k.h: Ditto.
23332         * config/m88k/m88k.h: Ditto.
23333         * config/mips/mips.h: Ditto.
23334         * config/pa/pa.h: Ditto.
23335         * config/pyr/pyr.h: Ditto.
23336         * config/tahoe/tahoe.h: Ditto.
23337         * config/we32k/we32k.h: Ditto.
23338
23339         * config/sparc/sparc.h: Define PROMOTE_PROTOTYPES
23340         based on arch size.
23341
23342         * config/i1750a/i1750a.h: Define PROMOTE_PROTOTYPES to 0.
23343
23344         * config/i860/paragon.h: Remove PROMOTE_PROTOTYPES
23345         from comment.
23346
23347         * tm.texi: Document new usage of PROMOTE_PROTOTYPES.
23348
23349 1999-08-02  Richard Henderson  <rth@cygnus.com>
23350
23351         * m32r.c (m32r_setup_incoming_varargs): Use get_varargs_alias_set
23352         for the register spill block.
23353         (m32r_va_arg): New.
23354         * m32r.h (EXPAND_BUILTIN_VA_ARG): New.
23355         (EXPAND_BUILTIN_SAVEREGS): Delete #if 0 code.
23356
23357         * m32r.h (INT8_P): Don't short-cut test with (unsigned).
23358         (INT16_P, CMP_INT16_P, UINT16_P): Likewise.
23359         (UPPER16_P, UINT24_P, INT32_P, UINT5_P): Likewise.
23360
23361 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23362
23363         * config/sparc/linux.h: Define WCHAR_TYPE as "int" and undef
23364         MAX_WCHAR_TYPE defined in sparc.h.
23365         * config/sparc/linuxaout.h: Likewise.
23366         * config/sparc/linux64.h: Likewise.
23367         Also default to -mvis if CPU is UltraSPARC.
23368
23369 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23370
23371         * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): New macro.
23372         (RTX_OK_FOR_OLO10): Likewise.
23373         (GO_IF_LEGITIMATE_ADDRESS): If assembler supports offsetable
23374         %lo(), allow it in addresses...
23375         (PRINT_OPERAND_ADDRESS): ... and print it appropriately.
23376         * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): sethi %lo()
23377         does not make sense.
23378         * config/sparc/sparc.c (sparc_hard_reg_printed): New array.
23379         (sparc_output_scratch_registers): New function.
23380         (output_function_prologue, sparc_flat_output_function_prologue): Use
23381         it.
23382         * varasm.c (make_decl_rtl): Use ASM_DECLARE_REGISTER_GLOBAL if
23383         defined.
23384         * tm.texi (ASM_DECLARE_REGISTER_GLOBAL): Document it.
23385         * configure.in: Add check for .register pseudo-op support in as and
23386         check for offsetable %lo().
23387         * acconfig.h: Add templates for the above checks.
23388         * configure: Regenerate.
23389
23390 1999-08-02  Richard Henderson  <rth@cygnus.com>
23391
23392         * sparc/linux64.h (TARGET_DEFAULT): Remove MASK_APP_REGS.
23393         * sparc/sol2-sld-64.h (TARGET_DEFAULT): Likewise.
23394         * sparc/sol2.h (TARGET_DEFAULT): Likewise.
23395
23396 Mon Aug  2 23:46:45 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23397
23398         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
23399         reg_biv_class.
23400
23401 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23402
23403         * config/float-sparc.h: New file.
23404         * configure.in: Use float_format=sparc for sparc-*-linux-gnulibc1,
23405         sparc-*-linux-gnu and sparc64-*-linux*.
23406
23407 1999-08-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23408
23409         * rs6000.c (rs6000_va_list): Type is an array.
23410         (rs6000_va_start): Don't doubly adjust for varargs.
23411         (rs6000_va_arg): Evaluate long long GPR adjustment.
23412
23413 Mon Aug  2 16:15:57 1999  David Edelsohn  <edelsohn@gnu.org>
23414
23415         * rs6000/aix43.h (SUBTARGET_SWITCHES): Use -m64 and -m32 instead of
23416         -maix64 and -maix32.
23417         (ASM_SPEC, ASM_CPU_SPEC, CPP_SPEC, CPP_CPU_SPEC, LIB_SPEC,
23418         LINK_SPEC): Change appropriately.
23419         * rs6000/rs6000.c (short_cint_operand): Use CONST_OK_FOR_LETTER_P.
23420         (u_short_cint_operand): Likewise.
23421         * rs6000/rs6000.md (movdi splitters): Add TARGET_POWERPC64 support
23422         for 64-bit hosts.
23423         * rs6000/t-aix43 (MULTILIB): Change to -m64.
23424
23425         * invoke.texi (RS/6000 Submodel): Document 64-bit processor options.
23426
23427 Mon Aug  2 16:15:57 1999  Geoff Keating  <geoffk@cygnus.com>
23428
23429         * rs6000/rs6000.c (num_insns_constant_wide): Correct
23430         for type promotion.
23431         (add_operand): Get test correct for 64-bit HOST_WIDE_INT.
23432         (non_add_cint_operand): Likewise.
23433         (logical_operand): Likewise.
23434         (non_logical_cint_operand): Likewise.
23435         (print_operand): Correct printf()s for 64-bit HOST_WIDE_INT.
23436         (print_operand_address): Correct printf() for 64-bit HOST_WIDE_INT.
23437         (rs6000_select_rtx_section): Suppress warning.
23438         (small_data_operand): Suppress warning.
23439         (rs6000_got_register): Suppress warning.
23440         * rs6000/rs6000.md (andsi3): HOST_WIDE_INT is a signed
23441         type, so `J' is generally the wrong constraint for a SImode value;
23442         use `L' instead.
23443         (andsi3_internal2): Likewise.
23444         (andsi3_internal3): Likewise.
23445         (iorsi3_internal1): Likewise.
23446         (xorsi3_internal1): Likewise.
23447         (movsi): Likewise.
23448         (movsf_softfloat): Likewise.
23449         (scc insns): Likewise.
23450         (movsi+2): Preserve sign bits of SImode constant.
23451         (floatsidf2_internal+1): Sign-extend SImode constant correctly.
23452         (movdf+1): Sign-extend properly.
23453         (movdi_32+1): Sign-extend properly.
23454         (scc insns): Sign-extend properly.
23455
23456         * md.texi (RS/6000 EXTRA_CONSTRAINTS): Update documentation for J,
23457         K, L, and T.
23458
23459 1999-08-02  Richard Henderson  <rth@cygnus.com>
23460
23461         * alpha.c (override_options): Move ev6 alpha_tp frobbing out of
23462         -mcpu parsing code.
23463         (print_operand): Notice alpha_fptm not alpha_tp for sw completion.
23464         * alpha.md (all fp insns): Likewise.
23465
23466 1999-08-02  Nick Clifton  <nickc@cygnus.com>
23467
23468         * config/v850/v850.h (STRICT_ALIGNMENT): Only define if not
23469         already defined.
23470
23471 Mon Aug  2 03:38:33 1999  Jeffrey A Law  (law@cygnus.com)
23472
23473         * pa.c (legitimize_pic_address): Clarify comments.  Do not call the
23474         pic_load_label generator directly.
23475         * pa.md (pic_load_label): Clarify comments.  Remove modes on operands.
23476         No longer a named pattern.
23477
23478 Mon Aug  2 09:38:10 1999  Nick Clifton  <nickc@cygnus.com>
23479
23480         * explow.c (force_reg): Call force_operand if X does not
23481         satisfy general_operand.
23482
23483 Mon Aug  2 01:34:22 1999  Jeffrey A Law  (law@cygnus.com)
23484
23485         * fix-header.c (main): When testing for CONTINUED, use string
23486         equality, not pointer equality.
23487
23488 Mon Aug  2 01:27:24 1999  Dan Nicolaescu  <dann@ics.uci.edu>
23489
23490         * sparc.c (sparc_block_profiler): Use the %g2 register, not %o0.
23491
23492 Sun Aug  1 22:46:42 1999  Jeffrey A Law  (law@cygnus.com)
23493
23494         * cse.c (cse_insn): Fix loop which deletes insns after a jump
23495         that has become an unconditional jump.
23496
23497         * m68k.c (output_function_prologue): Fix typo in CPU32 case.
23498         (output_function_epilogue): Similarly.
23499
23500 Sun Aug  1 20:14:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23501
23502         * tree.h (init_dummy_function_start): Declare.
23503
23504 Sun Aug  1 12:55:31 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23505
23506         * stmt.c (emit_filename, emit_lineno, expr_stmts_for_value,
23507         last_expr_type, last_expr_value, block_start_count, block_stack,
23508         stack_block_stack, cond_stack, loop_stack, case_stack, nesting_stack,
23509         nesting_depth, goto_fixup_chain): Delete global vars; now allocated
23510         dynamically in stmt elt of struct function for each function.
23511         (struct nesting): Rename function_call_count elt to n_function_calls,
23512         target_temp_slot_level to block_target_temp_slot_level.  All users
23513         changed.
23514         (struct stmt_status): New structure definition.
23515         Add many accessor macros for stmt_status elements which previously
23516         were global variables.
23517         (init_stmt_for_function): Allocate stmt elt for current_function.
23518         Reflect that block_start_count was renamed to
23519         current_block_start_count.
23520         (save_stmt_status, restore_stmt_status): Delete functions.
23521         (preserve_subexpressions_p): Don't access loop_stack when outside
23522         a function.
23523         (expand_start_bindings): Reflect that block_start_count was renamed to
23524         current_block_start_count.
23525         (expand_fixup): Likewise.
23526         (expand_decl): Don't access block_stack when outside a function.
23527         (expand_decl_cleanup): Likewise.
23528         (expand_dcc_cleanup): Likewise.
23529         (expand_dhc_cleanup): Likewise.
23530         (expand_anon_union_decl): Likewise.
23531         (set_file_and_line_for_stmt): New function.
23532         (in_control_zone_p): New function.
23533
23534         * function.h (struct function): Add new elt stmt.
23535         Delete elts block_stack, stack_block_stack, cond_stack, loop_stack,
23536         case_stack, nesting_stack, nesting_depth, block_start_count,
23537         last_expr_type, last_expr_value, expr_stmts_for_value, emit_filename,
23538         emit_lineno, goto_fixup_chain.
23539         (save_eh_status, restore_eh_status, save_stmt_status,
23540         restore_stmt_status): Delete declarations.
23541         * function.c (push_function_context_to): Don't call save_stmt_status.
23542         (pop_function_context_to): Don't call restore_stmt_status.
23543         * tree.h (in_control_zone_p): Declare.
23544         * rtl.h (set_file_and_line_for_stmt): Declare.
23545
23546         * emit-rtl.c (emit_line_note): Don't set emit_filename/emit_lineno;
23547         call set_file_and_line_for_stmt.
23548
23549 Thu Jul 31 12:34:45 1999  Joe Buck  <jbuck@synopsys.com>
23550
23551         * gcc.texi: Use terms "GNU Compiler Collection" and "GCC".
23552         Also update copyright.
23553
23554 Sat Jul 31 11:10:07 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23555
23556         * c-pragma.c: Don't include "except.h".
23557         * emit-rtl.c: Likewise.
23558         * stor-layout.c: Likewise.
23559         * tree.c: Likewise.
23560         * varasm.c: Likewise.
23561
23562         * flow.c: Include "function.h".
23563         * tree.h (init_dummy_function_start): Declare new function.
23564
23565         * except.h (struct eh_status): New structure.
23566         (struct label_node, struct eh_entry): Declare even if tree.h hasn't
23567         been included.
23568         (eh_return_stub_label, ehstack, catchstack, ehqueue,
23569         catch_clauses, false_label_stack, caught_return_label_stack,
23570         protect_list, current_function_ehc): Add accessor macros for the
23571         corresponding fields in current_function->eh; delete declarations
23572         for all items that used to be declared here.
23573         * except.c (eh_return_stub_label, ehstack, catchstack, ehqueue,
23574         catch_clauses, false_label_stack, caught_return_label_stack,
23575         protect_list, current_function_ehc): Delete variables.
23576         (init_eh_for_function): Allocate current_function->eh.
23577         (save_eh_status, restore_eh_status): Delete functions.
23578
23579         * function.h (struct function): Add fields next_global and eh.
23580         Delete all exception handling related fields.
23581         * function.c (current_function): New variable.
23582         (all_functions): New variable.
23583         (push_function_context_to): Don't allocate a struct function,
23584         use current_function instead.  Call init_dummy_function_start when
23585         outside a function.  Clear current_function before returning.
23586         (pop_function_context_from): Restore current_function.
23587         Don't free the restored struct function.
23588         (prepare_function_start): New function.
23589         (init_dummy_function_start): New function.
23590         (init_function_start): Break out some code into prepare_function_start
23591         and call it here.
23592
23593         * stmt.c (save_stmt_status): Don't call save_eh_status.
23594         (restore_stmt_status): Don't call restore_eh_status.
23595
23596         * Makefile.in: Update dependencies.
23597
23598 Sat Jul 31 04:10:01 1999  Jeffrey A Law  (law@cygnus.com)
23599
23600         * pa.c (compute_frame_size): Use STARTINg_FRAME_OFFSET instead
23601         of depending on a magic constant value.  Update comments.
23602         (hppa_expand_prologue): Similarly.
23603
23604         * pa.md (reload_indi, reload_outdi): Allow any register for the
23605         original reload register.
23606
23607 Fri Jul 30 19:41:35 1999  Jim Wilson  <wilson@cygnus.com>
23608
23609         * cccp.c (print_help): Change marcos to macros.
23610
23611 1999-07-30  Richard Henderson  <rth@cygnus.com>
23612
23613         * c-typeck.c (initializer_constant_valid_p): Move ...
23614         * c-common.c (initializer_constant_valid_p): ... here.  Use
23615         FOO_TYPE_P instead of tests against TREE_CODE.  Allow subtraction
23616         of label addresses.
23617         * c-common.h (initializer_constant_valid_p): Declare.
23618         * c-tree.h (initializer_constant_valid_p): Remove.
23619
23620 Fri Jul 30 16:33:42 1999  Mathias Froehlich  <frohlich@na.uni-tuebingen.de>
23621
23622         * config/i386/sol2-c1.asm: Align the stack.
23623         * config/i386/sol2-gc1.asm: Likewise.
23624
23625 1999-07-30  Vladimir Makarov  <vmakarov@loony.cygnus.com>
23626
23627         * config/sparc/sparc.h (ASM_CPU32_DEFAULT_SPEC): Change -Av8 onto
23628         -Asparclite for sparc86x.
23629         (CPP_CPU32_DEFAULT_SPEC, CPP_CPU_SPEC): Remove -D__sparc_v8__ for
23630         sparc86x.
23631         (ASM_CPU_SPEC): Use -Asparclite for sparc86x.
23632
23633 Fri Jul 30 14:53:56 1999  Jakub Jelinek  <jj@ultra.linux.cz>
23634
23635         * config/sparc/linux64.h (CC1_SPEC): Preserve CPU specified by
23636         the user if using the non-default arch size in BI_ARCH configuration.
23637         * config/sparc/sol2-sld-64.h (CC1_SPEC): Ditto.
23638
23639         * config/sparc/sparc.md (cmp_mul_set, cmp_udiv_cc_set):
23640         Fix patterns so that they actually match.
23641         (cmp_sdiv_cc_set): Ditto, also don't require g0 to be zero.
23642         (mulsidi3_sp64, const_mulsidi3_sp64): New patterns.
23643         (const_mulsidi3_sp32): Renamed from const_mulsidi3, only on
23644         TARGET_HARD_MUL32.
23645         (mulsidi3): Reflect this in the expand.
23646         (smulsi3_highpart): Only on TARGET_ARCH32.
23647         (umulsidi3_sp64, const_umulsidi3_sp64): New patterns.
23648         (const_umulsidi3_sp32): Renamed from const_umulsidi3.
23649         (umulsidi3): Reflect this in the expand.
23650         (umulsi3_highpart): Only on TARGET_ARCH32.
23651         (divsi3_sp32): Renamed from divsi3, only on TARGET_ARCH32,
23652         don't require g0 to be zero.
23653         (udivsi3_sp32): Renamed from udivsi3, only on TARGET_ARCH32.
23654         ({,u}divsi3): New expands.
23655         ({,u}divsi3_sp64): New patterns.
23656         (after lshrdi3_v8plus): Four new patterns to help combiner
23657         optimizing nested mixed mode shifts.
23658
23659         * config/sparc/sparc.c (sparc_override_options): Use deprecated
23660         v8 instructions if optimizing for UltraSPARC I, II, IIi, as it
23661         speed things up. Don't use them by default on plain v9 in 64bit
23662         mode, according to what SPAMv9 sais.
23663
23664         * config/sparc/sparc.h: Fix comments, e.g. Linux already preserves
23665         top 32 bits of %[og][0-7] in signal handlers.
23666         Also, TARGET_HARD_MUL32 now is only true for TARGET_ARCH32.
23667
23668 Fri Jul 30 03:00:41 1999  Jeffrey A Law  (law@cygnus.com)
23669
23670         * pa.md (zvdep_imm32): Renamed from zvdep_imm.
23671         (ashlsi3): Corresponding changes.
23672
23673         * pa.c (compute_zdepwi_operands): Renamed from compute_zdepi_operands.
23674
23675 Thu Jul 29 18:37:13 1999  Jeffrey A Law  (law@cygnus.com)
23676
23677         * pa.h (FIRST_PARM_CALLER_OFFSET): Delete.
23678
23679 Thu Jul 29 19:01:58 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23680
23681         * arm.h (Hint): Delete macro.
23682         Substitute HOST_WIDE_INT for Hint in some prototypes.
23683         * arm.c: Substitute HOST_WIDE_INT for Hint in one prototype.
23684
23685 Thu Jul 29 09:21:42 1999  Nick Clifton  <nickc@cygnus.com>
23686
23687         * builtins.c (expand_builtin_setjmp): Use force_operand to
23688         make sure that the buffer address is in a suitable form to be
23689         passed to force_reg.
23690
23691 Wed Jul 28 12:50:48 1999  Geoff Keating  <geoffk@cygnus.com>
23692
23693         * config/mips/mips.c: system.h handles MIN and MAX, don't undefine
23694         them here.
23695
23696 Wed Jul 28 13:18:35 1999  Jeffrey A Law  (law@cygnus.com)
23697
23698         * pa.md (indirect_jump): Remove mode from match_operand.  Verify
23699         proper mode in the condition string.
23700         (icacheflush, dcacheflush): Remove modes from match_operands.
23701
23702         * pa.c (emit_move_sequence): Always convert scratch_reg to the
23703         proper mode before using it.
23704
23705         * pa.md (adddi3, subdi3): Turn into a define_expand/define_insn
23706         pair.
23707
23708         * pa.c (store_reg): Do not call add_high_const generator directly.
23709         (load_reg, set_reg_plus_d): Likewise.
23710         * pa.md (add_high_const): No longer a named pattern.
23711
23712         * pa.c (legitimize_address): Consistently use Pmode rather than
23713         SImode.  Do not call gen_pic2_highpart directly anymore.
23714         * pa.md (pic2_highpart): No longer a named pattern.
23715         (pic2_lo_sum): Similarly.  Reformat to make more readable.
23716
23717         * pa.md (call, call_value): Use "word_mode" instead of "SImode" as
23718         needed.
23719
23720         * README: Update.
23721
23722 Wed Jul 28 11:28:04 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23723
23724         * builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.
23725
23726 Wed Jul 28 11:23:48 1999  Richard Henderson  <rth@cygnus.com>
23727
23728         * pa.c (hppa_builtin_saveregs):  Use get_varargs_alias_set
23729         and tag the spill mems.
23730         (hppa_va_start): New.
23731         (hppa_va_arg): New.
23732         * pa.h (EXPAND_BUILTIN_VA_START): New.
23733         (EXPAND_BUILTIN_VA_ARG): New.
23734
23735 Wed Jul 28 11:22:21 1999  Richard Henderson  <rth@cygnus.com>
23736
23737         * mn10300.c (mn10300_builtin_saveregs): Use get_varargs_alias_set
23738         and tag the spill mems.
23739         (mn10300_va_start): New.
23740         (mn10300_va_arg): New.
23741         * mn10300.h (EXPAND_BUILTIN_VA_START): New.
23742         (EXPAND_BUILTIN_VA_ARG): New.
23743
23744 Wed Jul 28 11:20:19 1999  Richard Henderson  <rth@cygnus.com>
23745
23746         * mn10200.c (mn10200_va_arg): New.
23747         * mn10200.h (EXPAND_BUILTIN_VA_ARG): New.
23748
23749 Wed Jul 28 11:19:06 1999  Richard Henderson  <rth@cygnus.com>
23750
23751         * builtins.c (std_expand_builtin_va_arg): Use int_size_in_bytes
23752         rather than play with TREE_INT_CST_LOW.
23753
23754 1999-07-27  Philip Blundell  <pb@nexus.co.uk>
23755
23756         * config/arm/telf.h: Include dbxelf.h.
23757         (CPP_PREDEFINES): Only define if not already defined.
23758         (ASM_IDENTIFY_GCC): Likewise.
23759         (SUBTARGET_EXTRA_SECTIONS): Likewise.
23760         (SUBTARGET_EXTRA_SECTION_FUNCTIONS): Likewise.
23761         * config/arm/thumb.h (LINK_SPEC): Only define if not already
23762         defined.
23763         (DBX_DEBUGGING_INFO): Don't define.
23764         * config/arm/linux-telf.h: New file.
23765         * config/arm/linux-tgas.h: New file.
23766         * config/arm/t-thumb-linux: New file.
23767         * config/arm/uclinux-elf.h: New file.
23768         * config/arm/uclinux-telf.h: New file.
23769         * configure.in (arm-*-uclinux, thumb-*-linux-gnu,
23770         thumb-*-uclinux): New targets.
23771         * configure: Regenerate.
23772
23773 Tue Jul 27 23:20:21 1999  Jeffrey A Law  (law@cygnus.com)
23774
23775         * pa.md (post_store, pre_load): New expanders.
23776         (post_stwm, pre_ldwm): Renamed to post_stw and pre_ldw respectively.
23777         (post_ldwm, pre_stwm): Make these unnamed patterns since we never
23778         need to directly generate RTL for them.
23779         * pa.c (hppa_expand_prologue, hppa_expand_epilogue): Corresponding
23780         changes.
23781
23782 Tue Jul 27 16:05:52 1999  David Edelsohn  <edelsohn@gnu.org>
23783
23784         * aix43.h (ASM_CPU_SPEC, CPP_CPU_SPEC): Add rs64a and PPC630.
23785         * rs6000.c (processor_target_table): Add powerpc64, rs64a, and PPC630.
23786         (rs6000_cpu): Choose between 32-bit and 64-bit default processors.
23787         (secndary_reload_class): Make TARGET_ELF conditional compile.
23788         (print_operand_address): Similar.
23789         (output_toc): Print all values as hex.
23790         (get_issue_rate): Rearrange and add RS64A and PPC630.
23791         * rs6000.h (processor_type): Add RS64A and PPC630.
23792         (PROCESSOR_POWERPC64): New.
23793         (PROMOTE_MODE): Use word_mode.
23794         (RTX_COSTS): Add RS64A and PPC630.
23795         * rs6000.md (scheduling information): Add lmul and ldiv
23796         representing 64-bit integer multiply and divide.  Add rs64a and
23797         PPC630 information.
23798         (ashldi3): Add support for "rldic" instruction.
23799         * sysv4.h (PROCESSOR_DEFAULT): Change to PROCESSOR_750.
23800
23801 Tue Jul 27 15:31:53 1999  Vladimir Makarov  <vmakarov@toad.to.cygnus.com>
23802
23803         * config/sparc/sparc.c (sparc_override_options): Enable SPARCLITE
23804         instead of V8 for sparclite86x in cpu_table.
23805
23806 Tue Jul 27 17:49:42 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23807
23808         * config/arm/coff.h (ASM_FILE_START): If generating SDB output, call
23809         output_file_directive.
23810
23811 Tue Jul 27 03:15:33 1999  Jason Merrill  <jason@yorick.cygnus.com>
23812
23813         * expr.c (expand_expr, case PLUS_EXPR): Get the mode from the
23814         tree for op1, not the rtl.
23815
23816 Tue Jul 27 00:18:34 1999  Richard Henderson  <rth@cygnus.com>
23817
23818         * m88k.c (m88k_builtin_saveregs): Break out the constructor code
23819         to m88k_va_start, leaving only the register spill.
23820         (m88k_build_va_list): New.
23821         (m88k_va_start): New.
23822         (m88k_va_arg): New.
23823         * m88k.h (BUILD_VA_LIST_TYPE): New.
23824         (EXPAND_BUILTIN_VA_START): New.
23825         (EXPAND_BUILTIN_VA_ARG): New.
23826
23827 Mon Jul 26 19:07:11 1999  Geoff Keating  <geoffk@cygnus.com>
23828
23829         * config/rs6000/rs6000.c (rs6000_expand_builtin_saveregs):
23830         Rename from expand_builtin_saveregs.
23831         * config/rs6000/rs6000.h (EXPAND_BUILTIN_SAVEREGS): Change caller.
23832
23833 Mon Jul 26 22:52:47 1999  Richard Henderson  <rth@cygnus.com>
23834
23835         * i960.c (i960_setup_incoming_varargs): Use get_varargs_alias_set
23836         for the register spill block.
23837         (i960_build_va_list): New.
23838         (i960_va_start): New.
23839         (i960_va_arg): New.
23840         * i960.h (BUILD_VA_LIST_TYPE): New.
23841         (EXPAND_BUILTIN_VA_START): New.
23842         (EXPAND_BUILTIN_VA_ARG): New.
23843         * i960.md (store_multiple): Use change_address on individul mems.
23844
23845 Mon Jul 26 22:43:12 1999  Richard Henderson  <rth@cygnus.com>
23846
23847         * builtins.c (stabilize_va_list): Don't INDIRECT_REF through
23848         an ARRAY_TYPE.
23849         (std_expand_builtin_va_start): Back out one word if !stdarg_p.
23850         (expand_builtin_va_end): Evaluate arg for side effects.
23851         * c-common.c (c_common_nodes_and_builtins): Construct a
23852         va_list_arg_type_node to handle array decomposition to pointer.
23853
23854 Mon Jul 26 18:51:34 1999  Richard Henderson  <rth@cygnus.com>
23855
23856         * except.c (st_dynamic_cleanup): Use force_operand on the
23857         buffer's address.
23858
23859 Mon Jul 26 16:43:26 1999  Richard Henderson  <rth@cygnus.com>
23860
23861         * c4x.h (EXPAND_BUILTIN_VA_ARG): New.
23862         * c4x.c (c4x_va_arg): New.
23863
23864 Mon Jul 26 12:30:09 1999  Jason Merrill  <jason@yorick.cygnus.com>
23865
23866         * cpplib.c (cpp_get_token): Don't return a CPP_POP if the buffer
23867         has manual_pop set.
23868
23869 1999-07-26  Nathan Sidwell  <nathan@acm.org>
23870
23871         * eh-common.h (__eh_matcher): Prototype correctly.
23872
23873 Mon Jul 26 17:24:51 1999  Philip Blundell  <pb@nexus.co.uk>
23874
23875         * config/arm/thumb.h (THUMB_FLAG_SINGLE_PIC_BASE): Define.
23876         (TARGET_SINGLE_PIC_BASE): Likewise.
23877         (GOT_PCREL, NEED_GOT_RELOC, NEED_PLT_RELOC): Provide default
23878         definitions.
23879         (TARGET_CALLEE_INTERWORKING): Fix typo in comment.
23880         (TARGET_SWITCHES): Add -m{no-}single-pic-base.
23881         (TARGET_OPTIONS): Add -mpic-register=N.
23882         (OUTPUT_INT_ADDR_CONST): New macro.
23883         (INDEX_REGISTER_RTX_P, PIC_OFFSET_TABLE_REGNUM, FINALIZE_PIC,
23884         LEGITIMATE_PIC_OPERAND_P): Likewise.
23885         (LEGITIMIZE_ADDRESS, GOT_IF_LEGITIMATE_ADDRESS): Support PIC.
23886         (ASM_OUTPUT_INT): Use OUTPUT_INT_ADDR_CONST rather than calling
23887         output_addr_const directly.
23888         (PRINT_OPERAND_PUNCT_VALID_P): Accept `|' for compatibility with
23889         ARM port.
23890         (thumb_pic_register, thumb_pic_register_string): Declare.
23891
23892         * config/arm/thumb.c (symbol_mentioned_p): New function: Imported
23893         from arm.c.
23894         (label_mentioned_p): New function: Imported from arm.c.
23895         (legitimize_pic_address): New function: Imported from arm.c.
23896         (is_pic):New function: Imported from arm.c.
23897         (thumb_finalize_pic):New function: Imported from arm.c.
23898         (add_constant): Cope with PIC constants.
23899         (fixit): Cope with PIC constants.
23900         (output_return): Do not treat the PIC register as live if
23901         TARGET_SINGLE_PIC_BASE is true.
23902         (thumb_function_prologue): Do not treat the PIC register as live if
23903         TARGET_SINGLE_PIC_BASE is true.
23904         (thumb_expand_prologue): Do not treat the PIC register as live if
23905         TARGET_SINGLE_PIC_BASE is true.
23906         (thumb_unexpand_epilogue): Do not treat the PIC register as live if
23907         TARGET_SINGLE_PIC_BASE is true.
23908         (thumb_print_operand): Accept '|'.
23909         (thumb_override_options): Process PIC options.
23910
23911         * config/arm/thumb.md (movsi): Support PIC.
23912         (call_insn): Change "i" constraint to "X".
23913         (call_value_insn): Likewise.
23914         (consttable_4, consttable_8, consttable_end): Set and clear
23915         "making_const_table" as appropriate.
23916         (pic_load_addr, pic_add_dot_plus_four): New insns.
23917
23918         * invoke.texi (Thumb Options): Fix spelling.  Document new
23919         options -msingle-pic-base and -mpic-register=.
23920
23921 1999-07-26  Andrew Haley  <aph@cygnus.com>
23922
23923         * config/m32r/initfini.c (__init): Use a full word immediate for
23924         __fini: this allows it to be placed in any memory region.
23925
23926         * config/m32r/t-m32r: Compile crtinit.o and crtfini.o for
23927         -mmodel=medium.  This is OK for all memory models.
23928
23929 Mon Jul 26 11:58:46 1999  Nick Clifton  <nickc@cygnus.com>
23930
23931         * config/arm/arm.c: Replace %R%s in asm_fprintf strings with %r.
23932         * config/arm/arm.h: Replace %R%s in asm_fprintf strings with %r.
23933
23934 Mon Jul 26 10:23:36 1999  Nick Clifton  <nickc@cygnus.com>
23935
23936         * final.c (asm_fprintf): Accept ASM_FPRINTF_EXTENSIONS, if
23937         defined.
23938
23939         * tm.texi: Document ASM_FPRINTF_EXTENSIONS.
23940
23941 Sun Jul 25 23:51:59 1999  Richard Henderson  <rth@cygnus.com>
23942
23943         * i860.h (EXPAND_BUILTIN_SAVEREGS): New.
23944         (BUILD_VA_LIST_TYPE): New.
23945         (EXPAND_BUILTIN_VA_START): New.
23946         (EXPAND_BUILTIN_VA_ARG): New.
23947         * i860.c (output_delayed_branch): Disable.
23948         (output_delay_insn): Likewise.
23949         (i860_saveregs): New.
23950         (i860_build_va_list): New.
23951         (i860_va_start): New.
23952         (i860_va_arg): New.
23953         * i860.md: Disable all peepholes using output_delayed_branch.
23954         * i860/sysv4.h (I860_SVR4_VA_LIST): New.
23955
23956 Sun Jul 25 23:44:13 1999  Richard Henderson  <rth@cygnus.com>
23957
23958         * clipper.h (EXPAND_BUILTIN_SAVEREGS): Remove argument.
23959         (BUILD_VA_LIST_TYPE): New.
23960         (EXPAND_BUILTIN_VA_START): New.
23961         (EXPAND_BUILTIN_VA_ARG): New.
23962         * clipper.c (clipper_builtin_saveregs): Only dump registers.
23963         Return the address of the save area.
23964         (clipper_build_va_list): New.
23965         (clipper_va_start): New.
23966         (clipper_va_arg): New.
23967
23968 Sun Jul 25 22:56:47 1999  Richard Henderson  <rth@cygnus.com>
23969
23970         * arc.h (EXPAND_BUILTIN_VA_START): New.
23971         (EXPAND_BUILTIN_VA_ARG): New.
23972         * arc.c (arc_setup_incoming_varargs): Set alias set of
23973         varargs save area.
23974         (arc_va_start): New.
23975         (arc_va_arg): New.
23976
23977 Sun Jul 25 22:45:55 1999  Richard Henderson  <rth@cygnus.com>
23978
23979         * alpha.h (EXPAND_BUILTIN_SAVEREGS): Delete.
23980         (BUILD_VA_LIST_TYPE): New.
23981         (EXPAND_BUILTIN_VA_START): New.
23982         (EXPAND_BUILTIN_VA_ARG): New.
23983         * alpha.c (alpha_builtin_saveregs): Delete.
23984         (alpha_build_va_list): New.
23985         (alpha_va_start): New.
23986         (alpha_va_arg): New.
23987
23988 Sun Jul 25 21:40:33 1999  Jeffrey A Law  (law@cygnus.com)
23989
23990         * config/svr4.h (CTORS_SECTION_ASM_OP): Do not emit directives in
23991         column zero.
23992         (DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP): Likewise.
23993         (FINI_SECTION_ASM_OP, ASM_OUTPUT_SECTION_NAME): Likewise.
23994
23995         * gcc.texi: More changes related to list conversion.
23996         * invoke.texi: Likewise.
23997
23998 Sun Jul 25 18:15:39 1999  Richard Henderson  <rth@cygnus.com>
23999
24000         * builtins.c (expand_builtin_saveregs): Remove static, remove exp
24001         and ignore arguments, bail if no EXPAND_BUILTIN_SAVEREGS.
24002         (expand_builtin_next_arg): Accept ARGLIST not EXP.
24003         (stabilize_va_list): New function.
24004         (std_expand_builtin_va_start): New function.
24005         (expand_builtin_va_start): New function.
24006         (get_varargs_alias_set): New function.
24007         (std_expand_builtin_va_arg): New function.
24008         (expand_builtin_va_arg): New function.
24009         (expand_builtin_va_end): New function.
24010         (expand_builtin_va_copy): New function.
24011         (expand_builtin): Call them.
24012         * c-common.c (c_common_nodes_and_builtins): Build __builtin_va_list,
24013         __builtin_{varargs_start,stdarg_start,end,copy}.
24014         (build_va_arg): New function.
24015         * c-common.h (CTI_PTR_TYPE, ptr_type_node): Delete.
24016         (build_va_arg): Declare.
24017         * c-decl.c (ptr_type_node, va_list_type_node): New.
24018         * c-parse.gperf (__builtin_va_arg): New.
24019         * c-parse.in (VA_ARG): New token.
24020         (unary_expr): Recognize it.
24021         * expr.c (expand_expr): Expand VA_ARG_EXPR.
24022         * expr.h (std_expand_builtin_va_start): Declare.
24023         (std_expand_builtin_va_arg): Declare.
24024         (expand_builtin_va_arg): Declare.
24025         (get_varargs_alias_set): Declare.
24026         * tree.def (VA_ARG_EXPR): New.
24027         * tree.h (BUILT_IN_VARARGS_START): New.
24028         (BUILT_IN_STDARG_START, BUILT_IN_VA_END): New.
24029         (ptr_type_node, va_list_type_node): Declare.
24030         * tm.texi (EXPAND_BUILTIN_SAVEREGS): Kill unused ARGLIST argument.
24031         * m32r.h (EXPAND_BUILTIN_SAVEREGS): Likewise.
24032         * m88k.h, m88k.c: Likewise.
24033         * mn10300.h, mn10300.c: Likewise.
24034         * pa.h, pa.c: Likewise.
24035         * rs6000.h, rs6000.c: Likewise.
24036         * sh.h, sh.c: Likewise.
24037         * sparc.h, sparc.c: Likewise.
24038
24039         * emit-rtl.c (operand_subword): Copy alias set.
24040         (change_address): Likewise.
24041
24042 Sun Jul 25 15:04:37 1999  Jeffrey A Law  (law@cygnus.com)
24043
24044         * pa.c (compute_frame_size): Scan all the used callee saved registers,
24045         not just the first one.
24046
24047 Fri Jul 23 14:09:58 1999  Philip Blundell  <pb@nexus.co.uk>
24048
24049         * config/arm/arm.h (TARGET_SWITCHES): Add
24050         -m{no-}single-pic-base.  Correct help string for -mshort-load-words.
24051         (TARGET_OPTIONS): Add -mpic-register=.
24052         (ARM_FLAG_SINGLE_PIC_BASE, TARGET_SINGLE_PIC_BASE): Define.
24053         (arm_pic_register_string): Declare.
24054         (NEED_PLT_GOT): Delete, replace with ...
24055         (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these.  New macros.
24056         (OUTPUT_INT_ADDR_CONST): Replace NEED_PLT_GOT with NEED_GOT_RELOC.
24057         (ASM_OUTPUT_MI_THUNK): Replace NEED_PLT_GOT with NEED_PLT_RELOC.
24058         * config/arm/arm.c (arm_override_options): Add new option
24059         -mpic-register=N.
24060         (arm_pic_register_string): New variable.
24061         (arm_finalize_pic): Respect TARGET_SINGLE_PIC_BASE.
24062         (output_func_prologue): If TARGET_SINGLE_PIC_BASE, treat the PIC
24063         register as never live.  Use NEED_PLT_RELOC not NEED_PLT_GOT.
24064         (output_return_instruction): Likewise.
24065         * config/arm/elf.h (NEED_PLT_GOT): Delete, replace with ...
24066         (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these.  Define to flag_pic.
24067         * config/arm/arm.md: Use NEED_PLT_RELOC in place of NEED_PLT_GOT.
24068
24069         * invoke.texi (ARM Options): Fix spelling.  Remove duplicate
24070         mention of -msched-prolog.  Document new options -msingle-pic-base
24071         and -mpic-register=.
24072
24073 Thu Jul 22 18:23:56 1999  Richard Henderson  <rth@cygnus.com>
24074
24075         * haifa-sched.c (reemit_notes): Tidy.
24076         * sched.c (reemit_notes): Duplicate 1998-08-31 patch to
24077         haifa's routine.
24078
24079 Thu Jul 22 18:21:04 1999  Richard Henderson  <rth@cygnus.com>
24080
24081         * explow.c (trunc_int_for_mode): New function.
24082         (plus_constant_wide): Use it.
24083         * combine.c (simplify_and_const_int): Likewise.
24084         (merge_outer_ops): Likewise.
24085         (simplify_shift_const): Likewise.
24086         * cse.c (simplify_unary_operation): Likewise.
24087         (simplify_binary_operation): Likewise.
24088         * emit-rtl.c (operand_subword): Likewise.
24089         * rtl.h: Declare it.
24090
24091 Thu Jul 22 14:34:59 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24092
24093         * config/arm/arm.c (arm_print_operand): Fix typo in 'M' case
24094         (use NUM_REGS instead of NUM_INTS).
24095
24096 Thu Jul 22 11:25:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24097
24098         * builtins.c: New file.
24099         * expr.c (saveregs_value, apply_args_value):  Delete definition,
24100         moved into builtins.c.
24101         (string_constant): No longer static.
24102         (get_pointer_alignment, c_strlen, get_memory_rtx, expand_builtin,
24103         apply_args_size, apply_result_size, result_vector,
24104         expand_builtin_apply_args, expand_builtin_apply,
24105         expand_builtin_return): Delete functions, moved into builtins.c.
24106         (INCOMING_REGNO, OUTGOING_REGNO): Delete unused macros.
24107         * expr.h (saveregs_value, apply_args_value): Declare variables.
24108         (expand_builtin, string_constant): Declare functions.
24109         * Makefile.in: Update to build builtin.o.
24110
24111 Wed Jul 21 00:46:58 1999  Mark P. Mitchell  <mark@codesourcery.com>
24112
24113         * defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): New macro.
24114         * tm.texi (DWARF2_GENERATE_TEXT_SECTION_LABEL): Define it.
24115         * dwarf2out.c (dwarf2out_init): Don't output a label to mark the
24116         start of the text section if DWARF2_GENERATE_TEXT_SECTION_LABEL is
24117         false.
24118         * config/mips/iris6.h (DWARF2_GENERATE_TEXT_SECTION_LABEL):
24119         Define to zero.
24120
24121 1999-07-21  Michael Meissner  <meissner@cygnus.com>
24122
24123         * print-rtl.c (print_rtx): Print the names of the virtual
24124         registers.
24125
24126 Wed Jul 21 16:00:32 1999  Nick Clifton  <nickc@cygnus.com>
24127
24128         * config/arm/arm.h (INITIAL_ELIMINATION_OFFSET): Fix typo
24129         introduced in previous delta.
24130
24131 Wed Jul 21 14:30:51 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24132
24133         * c-lang.c (finish_file): Rename void_list_node to void_list_node_1
24134         to avoid name clash.
24135
24136 Wed Jul 21 08:39:22 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24137
24138         * c-lex.c (yylex) : Correct the test for overflow when lexing
24139         integer literals.
24140
24141 Tue Jul 20 18:02:42 1999  Richard Henderson  <rth@cygnus.com>
24142
24143         * haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.
24144         (adjust_priority): Always call ADJUST_PRIORITY.
24145         (schedule_insn): Only put insns into the ready at cost 0.
24146         (schedule_block): Remove redundant initial sort.  Give clock_var
24147         and can_issue_more to MD_SCHED_REORDER.  Requeue if hazard cost
24148         is not 0.
24149         * tm.texi (MD_SCHED_REORDER): Update docs.
24150
24151         * sparc.h (MD_SCHED_REORDER): Update.  Set CAN_ISSUE_MORE.
24152         * sparc.c (ultra_reorder_called_this_block): Delete.
24153         (ultrasparc_sched_init): Don't set it.
24154         (ultrasparc_sched_reorder): Don't check it.
24155
24156 Tue Jul 20 17:07:54 1999  Richard Henderson  <rth@cygnus.com>
24157
24158         * rs6000.h (struct rs6000_args): Add sysv_gregno.
24159         * rs6000.c (init_cumulative_args): Init sysv_gregno.
24160         (function_arg_boundary): Align DFmode.
24161         (function_arg_advance): Restructure for ABI_V4; use sysv_gregno
24162         to get fp reg and stack overflow correct.
24163         (function_arg): Likewise.
24164         (function_arg_pass_by_reference): True for TFmode for ABI_V4.
24165         (setup_incoming_varargs): Restructure for ABI_V4; use
24166         function_arg_advance to skip final named argument.
24167         (expand_builtin_saveregs): Properly unskip the last integer arg
24168         when doing varargs.  Adjust overflow location calculation.
24169
24170         * ginclude/va-ppc.h (struct __va_list_tag): Make gpr and fpr
24171         explicitly unsigned.
24172         (__VA_FP_REGSAVE): Use new OFS argument instead of AP->fpr directly.
24173         (__VA_GP_REGSAVE): Similarly.
24174         (__va_longlong_p): Delete.
24175         (__va_arg_type_violation): New declaration.
24176         (va_arg): Restructure.  Flag promotion errors.  Align double.
24177         TFmode passed by reference.
24178
24179         * rs6000.md (movdi_32+1): Use GEN_INT after arithmetic
24180         in the HOST_BITS_PER_WIDE_INT > 32 case.
24181
24182 Tue Jul 20 12:37:30 1999  Hans-Peter Nilsson  <hp@bitrange.com>
24183
24184         * dwarf2out.c (output_abbrev_section): Terminate with a zero.
24185
24186 Tue Jul 20 12:12:27 1999  Jason Merrill  <jason@yorick.cygnus.com>
24187
24188         * gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
24189         * toplev.c (documented_lang_options): Add -fpreprocessed.
24190         * cpplib.h (struct cpp_buffer): Add preprocessed.
24191         * cppinit.c (cpp_handle_option): Handle -fpreprocessed.
24192         (cpp_start_read): Don't expand macros or emit an initial #line
24193         directive if -fpreprocessed.
24194
24195 Tue Jul 20 12:12:09 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
24196
24197         * cpplib.h (struct cpp_buffer): Added manual_pop for
24198         better C++ tokenization.
24199         * cpplib.c (cpp_get_token): Return CPP_EOF if manual_pop.
24200         Also, support C++ tokenization for ->*, .*, <?, and >? operators.
24201         * c-common.c (cpp_token): Make non-static.
24202
24203 Tue Jul 20 11:24:19 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24204
24205         * c-common.h: New file.
24206         * c-common.c (permanent_obstack): Delete unused declaration.
24207         (c_global_trees): New array.
24208         (c_common_nodes_and_builtins): New function; split off common code
24209         from init_decl_processing in both c-decl.c and cp/decl.c.
24210         * c-tree.h: Delete lots of declarations of tree nodes; replaced by
24211         c_global_trees and accessor macros defined in c-common.h.
24212         Include c-common.h.
24213         * c-decl.c: Delete definitions for tree nodes that were replaced by
24214         c_global_trees.
24215         (init_decl_processing): Build void_list_node.
24216         Call c_common_nodes_and_builtins; delete code to generate the common
24217         builtins here.
24218         * objc/objc-act.c (build_module_descriptor): Rename variable
24219         void_list_node to avoid clash with c-common.h.
24220
24221         * Makefile.in: Update dependencies.
24222         * objc/Make-lang.in: Likewise.
24223
24224 Mon Jul 19 14:22:18 1999  Mark P. Mitchell  <mark@codesourcery.com>
24225
24226         * config/mips/iris6gld.h (MAKE_DECL_ONE_ONLY): Define.
24227         (UNIQUE_SECTION_P): Likewise.
24228         (UNIQUE_SECTION): Likewise.
24229
24230 1999-07-19  Linas Vepstas  <linas@linas.org>
24231
24232         * config/i370/README: New file.
24233         * config/i370/linux.h: New file.
24234         * config/i370/mvs.h: New file.
24235         * config/i370/oe.h: New file.
24236         * config/i370/t-linux: New file.
24237         * config/i370/t-mvs: New file.
24238         * config/i370/t-oe: New file.
24239         * config/i370/x-oe: New file.
24240         * config/i370/xm-linux.h: New file.
24241         * config/i370/xm-mvs.h: New file.
24242         * config/i370/xm-oe.h: New file.
24243
24244         * i370.c (label_node_t): Add first_ref_page, label_addr,
24245         label_first_ref, label_last_ref members.
24246         (mvs_need_base_reload): Renamed from mvs_label_emitted.
24247         (MAX_MVS_LABEL_SIZE): Define.
24248         (MAX_LONG_LABEL_SIZE): Define.
24249         (alias_node_t, alias_anchor, alias_number): New.
24250         (mvs_function_table): Reorder for EBCDIC.
24251         (ascebc, ebcasc): Unconditionally define.
24252         (i370_branch_dest, i370_branch_length): New functions.
24253         (i370_short_branch, i370_label_scan): New functions.
24254         (mvs_get_label): Renamed from mvs_add_label.  Search for
24255         an existing label before creating a new one.
24256         (mvs_add_label): New function.
24257         (mvs_get_label_page): New function.
24258         (mvs_free_label_list): Renamed from mvs_free_label.  Iterate
24259         over the entire list.
24260         (mvs_check_page) [TARGET_HLASM]: Use BASR not BALR.
24261         (mvs_check_page) [TARGET_ELF_ABI]: New function.
24262         (mvs_add_alias, mvs_need_alias): New functions.
24263         (mvs_get_alias, mvs_check_alias): New functions.
24264         (handle_pragma): New function.
24265         (mvs_function_check): New function.
24266         (unsigned_jump_follows_p): Search harder.
24267         (i370_function_prolog) [TARGET_HLASM]: Handle LE370.  Scan labels.
24268         (i370_function_prolog) [TARGET_ELF_ABI]: New function.
24269         * i370.h (TARGET_VERSION): Delete.
24270         (CPP_SPEC, CPP_PREDEFINES): Delete.
24271         (mvs_label_emitted): Delete.
24272         (TARGET_EBCDIC): Delete.
24273         (MAP_CHARACTER): Define only if TARGET_EBCDIC.
24274         (HANDLE_PRAGMA): Define.
24275         (HARD_REGNO_NREGS): Handle complex modes.
24276         (HARD_REGNO_MODE_OK): Likewise.
24277         (CLASS_MAX_NREGS): Likewise.
24278         (RET_REG): Likewise.
24279         (EXTRA_CONSTRAINT): Define.
24280         (RETURN_IN_MEMORY): True for DImode.
24281         (TRAMPOLINE_TEMPLATE): Use gen_rtx instead of GEN_INT.
24282         (FUNCTION_PROFILER): Delete.
24283         (COUNT_REGS): Fail if REG_P but not REG_OK_FOR_BASE_P.
24284         (NOTICE_UPDATE_CC): Correct handling of MULT, DIV, logicals and shifts.
24285         (TARGET_ESC, TARGET_BELL): Conditionally define for TARGET_EBCDIC.
24286         (TARGET_BS, TARGET_TAB, TARGET_NEWLINE): Likewise.
24287         (TARGET_VT, TARGET_FF, TARGET_CR): Likewise.
24288         (ASM_FILE_START): Add "RMODE ANY".
24289         (ASM_OUTPUT_EXTERNAL): Check for aliases.
24290         (ASM_GLOBALIZE_LABEL): Likewise.
24291         (ASM_OUTPUT_LABELREF): Likewise.
24292         (ASM_OUTPUT_COMMON): Likewise.
24293         (PRINT_OPERAND): Handle 'K', 'W', default.
24294         (PRINT_OPERAND_ADDRESS): New.
24295         (Lots of defines): Add support for TARGET_ELF_ABI.
24296         * i370.md (attr length): New.  Define for all patterns.
24297         (*): Lots of tweeks to assembly output and constraints.
24298
24299 Mon Jul 19 15:09:29 1999  David Edelsohn  <edelsohn@gnu.org>
24300
24301         * rs6000.md (arithmetic, logical, and shift Rc combiner patterns):
24302         Disable patterns performing SImode comparisons with SImode values
24303         if TARGET_POWERPC64 and instruction does not sign-extend or does
24304         not mask to narrower than SImode, i.e. where bit 31 and bit 63 may
24305         differ for signed quantities.
24306         (indirect_jump): Add expander to choose RTL based on TARGET_64BIT.
24307         (tablejump): Patterns contingent on TARGET_64BIT not TARGET_POWERPC64.
24308         (decrement_and_branch_on_count): Add 64-bit variant.
24309
24310 Mon Jul 19 09:36:27 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24311
24312         * final.c (output_asm_insn): When searching for the matching string
24313         for a given dialect, don't run past the end of the list of
24314         alternatives if there are fewer alternatives in the template than
24315         dialects.
24316
24317 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
24318
24319         * gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.
24320         Removed paragraph about compression of files and size limitation,
24321         duplicated in the FAQ.  Use gcc-patches for posting patches.
24322         * gcc.c (main): Updated URL with bug reporting instructions to
24323         gcc.gnu.org.  Removed e-mail address.
24324         * system.h (abort): Likewise.
24325
24326 1999-07-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24327
24328         * Makefile.in (stmp-multilib-sub): Make the files extracted
24329         from $(LIBGCC1) writable.
24330
24331 Sat Jul 17 14:25:46 1999  Nick Clifton  <nickc@cygnus.com>
24332
24333         * config/arm/aout.h: Reformat for improved readability.
24334
24335         * config/arm/arm.h: Reformat for improved readability.
24336         Replace uses of fprintf with asm_fprintf where appropriate.
24337         (ARM_DECLARE_FUNCTION_NAME): New macro:  Perform any generic ARM
24338         function declaration assembler actions.
24339         (NUM_INTS): New macro: Convert from bytes to words.
24340         (NUM_REGS): New macro: Compute number of registers required to
24341         hold a quanitity of tyep MODE.
24342         (NUM_REGS2): New macro: Like NUM_REGS but also copes with BLKmode
24343         types.
24344         (NUM_ARG_REGS): New macro: The number of argument registers
24345         available.
24346         (ARG_REGISTER): New macro: Compute the register number of the Nth
24347         argument register.
24348         (LAST_ARG_REGNUM): New macro: The number of the last argument
24349         register.
24350         (SP_REGNUM): New macro: Register number of the stack pointer.
24351         (FP_REGNUM): New macro: Register number of the frame pointer.
24352         (FUNCTION_ARG, FUNCTION_ARG_PARTIAL_NREGS, INIT_CUMULATIVE_AGS,
24353         FUNCTION_ARG_ADVANCE, SETUP_INCOMING_VARARGS): Change
24354         CUMULATIVE_ARGS so that it counts registers not bytes.
24355
24356         * config/arm/arm.c: Rename TARGET_THUMB_INTERWORK to
24357         TARGET_INTERWORK.
24358         Replace uses of fprintf with asm_fprintf where appropriate.
24359         (output_ascii_pseudo_op): Replace with version from thumb.c
24360
24361         * config/arm/coff.h (ASM_FILE_START): Emit ASM_APP_OFF.
24362
24363         * config/arm/elf.h (CPP_PREDEFINES): Replace with
24364         SUBTARGET_CPP_SPEC.
24365         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
24366         (ASM_FILE_START): Emit ASM_APP_OFF.
24367
24368 Fri Jul 16 13:48:09 1999  Jeffrey A Law  (law@cygnus.com)
24369
24370         * pa.c (compute_frame_size): Round frame according to
24371         STACK_BOUNDARY rather than a hardwired value.
24372
24373         * pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
24374
24375         * configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead
24376         of "1".
24377         * configure: Rebuilt.
24378
24379         * configure.in (hppa*-*-linux*): New configuration.
24380         * configure: Rebuilt.
24381         * pa.h (MAX_OFILE_ALIGNMENT): Delete.
24382         * pa/som.h (MAX_OFILE_ALIGNMENT): Define.
24383         * pa/pa-linux.h: New file.
24384         * pa/t-linux: New file.
24385         * pa/xm-linux.h: New file.
24386
24387         * pa.c (hppa_legitimize_address): Change references from SImode to
24388         either Pmode or word_mode as appropriate.
24389         (emit_move_sequence, store_reg, load_reg): Likewise.
24390         (set_reg_plus_d, hppa_expand_prologue): Likewise.
24391         (output_mul_insn): Likewise.
24392         * pa.h (PROMOTE_MODE): Likewise.
24393         (INITIALZE_TRAMPOLINE): Likewise.
24394         (Pmode): Define to word_mode.
24395
24396         * pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired
24397         value of 4.  Allocate 8 bytes for each FP register save.
24398         (hppa_expand_epilogue): Use UNITS_PER_WORD instead of harwarewired
24399         value of 4.
24400         (hppa_expand_prologue): Likewise.
24401         * pa.h (PROMOTE_MODE): Likewise.
24402         (HARD_REGNO_MODE_OK, FUNCTION_ARG_SIZE): Likewise.
24403         (FUNCTION_ARG_BOUNDARY): Likewise.
24404
24405         * invoke.texi (HPPA Options): Remove -mspace/-mno-space.
24406
24407         * pa.c (out_of_line_prologue_epilogue): Delete.
24408         (override_options): Remove -mspace related code.
24409         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
24410         (compute_frame_size): Only allocate space for register that
24411         actually need to be saved.
24412         * pa.h (MASK_SPACE, TARGET_SPACE): Delete.
24413         (TARGET_SWITCHES): Remove -mspace, -mno-space
24414         * pa/t-pa (LIB2FUNCS_EXTRA): Remove ee.asm and ee_fp.asm
24415         * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.  Remove -mspace multilib.
24416         * pa/ee.asm, pa/ee_fp.asm: Delete.
24417
24418         * pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.
24419
24420         * config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
24421         directive in column zero.
24422
24423 Fri Jul 16 01:39:57 1999  Jeffrey A Law  (law@cygnus.com)
24424
24425         * m68k.c (output_function_prologue): Fix computation of save mask
24426         when generating PIC code.
24427
24428 Thu Jul 15 15:40:09 1999  Jim Wilson  <wilson@cygnus.com>
24429
24430         * tree.c (build_type_attribute_variant): Move current_obstack restore
24431         after build_qualified_type call.
24432
24433 1999-07-15  Mark Mitchell  <mark@codesourcery.com>
24434
24435         * configure.in: Use t-iris6, even with GNU LD.
24436         * config/mips/iris6gld.h: Fix typo in linker spec.
24437         * config/mips/t-iris6gld: Remove.
24438
24439 Thu Jul 15 15:15:43 1999  David Edelsohn  <edelsohn@gnu.org>
24440
24441         * rs6000.md (insv, extzv): Remove SImode dependence in named
24442         patterns.  Explicitly generate DImode RTL if PowerPC64 and
24443         operand is DImode.
24444         (insvdi): Reverse start and size in instruction template.
24445
24446 1999-07-12  Joseph S. Myers  <jsm28@cam.ac.uk>
24447
24448         * invoke.texi: Typo fixes.
24449
24450 Wed Jul 14 23:28:06 1999  Jeffrey A Law  (law@cygnus.com)
24451
24452         * emit-rtl.c (gen_realpart): Issue an error for cases GCC can not
24453         handle at this time instead of silently generating incorrect code.
24454         (gen_imagpart): Likewise.
24455
24456         * reload.c (find_reloads): Emit a USE for a pseudo register without
24457         a hard register if we could not create an optional reload for the
24458         pseudo.
24459
24460 Wed Jul 14 23:45:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24461
24462         * c-typeck.c (output_init_element, process_init_element):
24463         When advancing constructor_unfilled_fields for a RECORD_TYPE,
24464         check for nameless bit fields.
24465
24466 Wed Jul 14 01:57:39 1999  Richard Henderson  <rth@cygnus.com>
24467
24468         * regclass.c (scan_one_insn): Notice subregs that change the
24469         size of their operand.
24470         (record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE.
24471
24472 Wed Jul 14 01:41:42 1999  Jeffrey A Law  (law@cygnus.com)
24473
24474         * configure.in (alpha*-*-*): Include alpha/t-ieee.
24475         * configure: Rebuilt.
24476         * alpha/t-ieee: New file.
24477
24478 Tue Jul 13 10:45:58 1999  Jeffrey A Law  (law@cygnus.com)
24479
24480         * rs6000.c (find_addr_reg): Do not select r0 as an address
24481         register.
24482
24483 Tue Jul 13 00:46:18 1999  Philippe De Muyter  <phdm@macqel.be>
24484
24485         * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.
24486
24487 Mon Jul 12 14:29:15 1999  Jeffrey A Law  (law@cygnus.com)
24488
24489         * rs6000.md (movsf): Do not force easy FP constants into memory.
24490
24491         * expr.c (expand_expr, case PLUS_EXPR): Pass constants through
24492         immed_double_const to ensure they are properly truncated then
24493         sign extended.
24494
24495 Mon Jul 12 10:40:01 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
24496
24497         * config/arm/thumb.c (thumb_reorg): Call replace_symbols_in_block
24498         always unless NO_DEBUG is used.  Compile this code
24499         unconditionally.
24500         (replace_symbols_in_block): Compile it unconditionally.
24501
24502 Sun Jul 11 12:32:32 1999  Jeffrey A Law  (law@cygnus.com)
24503
24504         * configure.in (i?86-*-elf*): New target.
24505         * configure: Rebuilt.
24506         * i386/i386elf.h, i386/t-i386elf: New files.
24507
24508 Fri Jul  9 22:39:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
24509
24510         * toplev.c (main): Don't complain about saying -gdwarf.
24511         (rest_of_compilation): Remove redundant code.
24512
24513 Fri Jul  9 19:08:55 1999  Jim Wilson  <wilson@cygnus.com>
24514
24515         * unroll.c (unroll_loops): Don't delete named CODE_LABELs.
24516
24517 Fri Jul  9 18:54:18 1999  Felix Lee  <flee@cygnus.com>
24518
24519         * config/i960/i960.c (ret_label): Change asm label from "LR:" to
24520         "Li960R:", to avoid name clash.
24521
24522 Fri Jul  9 10:48:28 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24523
24524         * loop.c (check_dbra_loop): When reversing a loop, delete all
24525         REG_EQUAL notes referencing the reversed biv except those which are
24526         for a giv based on it.
24527
24528 Fri Jul  9 03:51:52 1999  Jeffrey A Law  (law@cygnus.com)
24529
24530         * version.c: Drop "gcc-" prefix from version #.
24531
24532 Thu Jul  8 18:06:30 1999  Jason Merrill  <jason@yorick.cygnus.com>
24533
24534         * dwarf2out.c (dwarf2out_line): Emit a line number comment after
24535         the label if we're being verbose.
24536
24537 Thu Jul  8 14:18:46 1999  Richard Henderson  <rth@cygnus.com>
24538
24539         * m68k.c (output_function_prologue): Add pic register to mask
24540         if live and flag_pic.
24541         (output_function_epilogue): Likewise.
24542
24543 Thu Jul  8 12:55:12 1999  Jeffrey A Law  (law@cygnus.com)
24544
24545         * dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Do not put assembler
24546         directives in column zero.
24547
24548         * pa/elf.h (ASM_FILE_START): Define.
24549         * pa/som.h (ASM_FILE_START): Include .level directives.
24550         * pa/hpux10.h (ASM_FILE_START): Delete.
24551         * pa/hpux11.h (ASM_FILE_START): Delete.
24552
24553         * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss.
24554
24555 Thu Jul  8 18:03:19 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24556
24557         * reload1.c (choose_reload_regs): Never call remove_adress_replacements
24558         when reload_out equals reload_in.
24559
24560 Thu Jul  8 16:50:14 1999  Nick Clifton  <nickc@cygnus.com>
24561
24562         * invoke.texi (Spec Files): New node: Describe the contents of
24563         spec files.
24564
24565 Thu Jul  8 10:28:25 1999  Craig Burley  <craig@jcb-sc.com>
24566
24567         * invoke.texi (DEC Alpha Options): Put @end table at
24568         beginning of line, to avoid confusing texi2html.
24569
24570 Thu Jul  8 09:22:06 1999  Nick Clifton  <nickc@cygnus.com>
24571
24572         * config/arm/elf.h (ASM_OUTPUT_INTERNAL_LABEL): Fixed typo
24573         introduced in previous delta.
24574
24575 Wed Jul  7 02:00:04 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
24576
24577         * reload1.c (gen_reload): When synthesizing a 3 operand add
24578         sequence, improve test for when to reload OP1 into the reload
24579         register instead of OP0.
24580
24581 Wed Jul  7 01:38:03 1999  Jim Wilson  <wilson@cygnus.com>
24582
24583         * unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.
24584
24585 1999-07-07  Manfred Hollstein  <mhollstein@cygnus.com>
24586
24587         * m88k/dguxbcs.h (CPP_SPEC): Add missing \ in multi-line
24588         string literal.
24589
24590 Wed Jul  7 01:16:43 1999  Richard Henderson  <rth@cygnus.com>
24591
24592         * ginclude/varargs.h (__builtin_va_alist_t): New typedef.
24593         (va_dcl): Use __builtin_va_alist_t.
24594
24595 Wed Jul  7 01:14:42 1999  Jason Merrill  <jason@yorick.cygnus.com>
24596
24597         * dwarf2out.c (gen_struct_or_union_type_die): Only remember types
24598         on the permanent_obstack.
24599         * dwarfout.c (output_type): Likewise.
24600
24601 Tue Jul  6 15:25:32 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24602
24603         * c-common.c (unsigned_type,signed_type,signed_or_unsigned_type) :
24604         Merged from c-typeck.c and cp/typeck.c.
24605         * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
24606         Merged into c-common.
24607
24608 Tue Jul  6 13:06:01 1999  Dave Brolley  <brolley@cygnus.com>
24609
24610         * c-lex.c (errorcount): Declare it.
24611         (finish_parse): Update errorcount when using CPPLIB.
24612
24613 1999-07-06  Bruce Korb  <ddsinc09@ix.netcom.com>
24614
24615         * fixinc/inclhack.def(end_else_label): Double the backslash so
24616         sed gets a chance to see it.
24617         * fixinc/inclhack.sh: regen
24618         * fixinc/fixincl.x: regen
24619
24620 Fri Jul  2 18:49:51 1999  Nick Clifton  <nickc@cygnus.com>
24621
24622         Add framework to support armv5 architecture when it becomes
24623         available:
24624
24625         * config/arm/arm.c (FL_ARCH5): New processor capability flag.
24626         (arm_arch5): New variable.
24627         (all_architectures): Add armv5 line.
24628         * config/arm/arm.h (CPP_CPU_ARCH_SPEC): Define __ARM_ARCH_5__ if
24629         -march=armv5 is specified on the command line.
24630         (arm_arch5): Export this variable.
24631         * invoke.texi: Document new string accepted by -march= switch for
24632         ARM ports.
24633
24634         * config/arm/arm.h: Replace use of constant 12 as a register
24635         number with IP_REGNUM.  Similarly 14 and LR_REGNUM.
24636         * config/arm/arm.c: Replace use of constant 12 as a register
24637         number with IP_REGNUM.  Similarly 14 and LR_REGNUM.
24638
24639         * config/arm/elf.h: Tidy up.
24640         * config/arm/coff.h: Tidy up.
24641
24642 Thu Jul  1 19:08:13 1999  Mark P. Mitchell  <mark@codesourcery.com>
24643
24644         * gcc/configure.in (mips-sgi-irix6*): Handle --with-gnu-ld.
24645         * gcc/config/mips/t-iris6gld: New file.
24646         * gcc/config/mips/iris6gld.h: Likewise.
24647
24648 Fri Jul  2 13:23:39 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24649
24650         * c-decl.c (widest_integer_literal_type_node,
24651         widest_unsigned_literal_type) : New.
24652         (init_decl_processing): Handle/use the two new types.
24653         * c-common.c (type_for_size,type_for_mode) : Same.
24654         * c-lex.c (yylex) : Same.
24655         * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
24656         Same.
24657         * c-tree.h (widest_integer_literal_type_node,
24658         widest_unsigned_literal_type) : New.
24659
24660 Fri Jul  2 03:05:44 1999  Jeffrey A Law  (law@cygnus.com)
24661
24662         * dwarfout.c (field_byte_offset): Correctly compute the object's
24663         byte offset for the first bit of a field which crosses an alignment
24664         boundary on a !BYTES_BIG_ENDIAN target.
24665
24666 Fri Jul  2 01:36:36 1999  Robert Lipe  <robertlipe@usa.net>
24667
24668         * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and
24669         ntohs.
24670
24671 Fri Jul  2 00:46:47 1999  Richard Henderson  <rth@cygnus.com>
24672                           Jeff Law <law@cygnus.com>
24673
24674         * ginclude/varargs.h (va_dcl): Use word_mode for type of
24675         __builtin_va_list.
24676
24677         * except.c: Include intl.h.
24678         (expand_eh_return): Set current_function_cannot_inline.
24679         (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label.
24680         * function.h (struct function): Add eh_return_stub_label.
24681         * flow.c (delete_unreachable_blocks): Don't merge across EH edges.
24682         * Makefile.in (except.o): Depend on intl.h.
24683
24684 Fri Jul  2 00:04:23 1999  David Edelsohn  <edelsohn@gnu.org>
24685
24686         * rs6000.md (movdf_hardfloat32): Handle PRE_INC and PRE_DEC the
24687         same as offsettable in cases 1 and 2.
24688
24689 Thu Jul  1 20:54:10 1999  Richard Henderson  <rth@cygnus.com>
24690
24691         * alpha.md (extqh): Define as 64-((R&7)*8) instead of 56-(((R-1)&7)*8).
24692         (extlh, extwh): Likewise.
24693
24694 Thu Jul  1 11:05:25 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24695
24696         * c-lex.c (yylex): Improve 'integer constant out of range' messages.
24697
24698 Wed Jun 30 16:51:41 1999  Nick Clifton  <nickc@cygnus.com>
24699
24700         * configure.in: Add arm-pe and thumb-pe targets.
24701         * configure: Regenerate.
24702
24703         * thumb.c (arm_naked_function_p): New function: Determines if
24704         a function is naked (has no gcc generated prologue/epilogue).
24705         (is_called_in_ARM_mode): Return true if the func has the
24706         interfacearm attribute.
24707         (output_return): Do not generate a return for naked functions.
24708         (thumb_function_prologue): Do not generate a prologue for
24709         naked functions.
24710         (thumb_expand_prologue): Do not generate a prologue for naked
24711         functions.
24712         (thumb_expand_epilogue): Do not generate an epilogue for naked
24713         functions.
24714         (arm_valid_machine_decl_attribute): New function, copied from
24715         arm.c:  Permit naked and interfacearm attributes.
24716
24717         * config/arm/pe.c: New file: Support code for arm-pe target.
24718         * config/arm/pe.h: New file: Header file for arm-pe target.
24719         * config/arm/tpe.h: New file: Header file for thumb-pe target.
24720         * config/arm/t-thumb-pe: New file: Makefile fragment for
24721         thumb-pe target.
24722
24723 1999-07-01  Mark Kettenis  <kettenis@gnu.org>
24724
24725         * config/i386/gnu.h (CPP_SPEC): Define __PIC__ and __pic__ if
24726         -fPIC or -fpic is specified.
24727
24728 Wed Jun 30 03:31:54 1999  Jeffrey A Law  (law@cygnus.com)
24729
24730         * expr.c (emit_block_move): Use copy_to_mode_reg for
24731         !TARGET_MEM_FUNCTIONS case too.
24732
24733         * configure.in (hppa*-*-*): Add som.h or elf.h to tm_file as
24734         appropriate.
24735         * configure: Rebuilt.
24736         (hppa1.1-*-pro*, hppa1.1-*-rtems*): Define target_cpu_default.
24737         * pa.h: Include dbxelf.h.  Delete various dbx/stabs related
24738         definitions made redundant by dbxelf.h inclusion.  Delete
24739         lots of definitions related to assembly output that are
24740         specific to the SOM object format.
24741         * pa.c (output_function_prologue): Do not emit the function's
24742         name for OBJ_ELF.
24743         * pa-pro-end.h (STARTFILE_SPEC): Undefine before redefining.
24744         * pa-pro.h: Deleted.
24745         * som.h: New file with SOM specific definitions.
24746         * elf.h: New file with ELF specific definitions.
24747
24748         * elfos.h (const_section): Output a tab before assembler directives.
24749         (ctors_section, dtors_section): Likewise.
24750         (ASM_OUTPUT_SECTION_NAME): Likewise.
24751
24752         * pa/pa1.h: Delete unused file.
24753
24754 Tue Jun 29 01:37:53 1999  Jeffrey A Law  (law@cygnus.com)
24755
24756         * configure.in (hppa*-hp-hpux11*): New configuration.
24757         * configure: Rebuilt.
24758         * pa/pa-hpux11.h: New file.
24759         * pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp
24760         command line.
24761
24762         * mips.md (leasi, leadi): New patterns.
24763
24764         * expr.c (emit_block_move): Properly handle case where one of the
24765         block move arguments has a queued increment or decrement.
24766         (clear_storage): Similarly.  Fix formatting goof.
24767
24768 1999-06-28  "David O'Brien"  <obrien@NUXI.com>
24769
24770         * fixinc/inclhack.def(stdio_va_list): This patch Removes a
24771         semicolon from the BSD VA_LIST replacement expression.
24772
24773         * fixinc/inclhack.sh: regen
24774         * fixinc/fixincl.x: regen
24775
24776         * fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines
24777         now use the fixincl program.
24778
24779 Mon Jun 28 05:28:12 1999  Jeffrey A Law  (law@cygnus.com)
24780
24781         * m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA
24782         case.  Also make the PIC register call_used.
24783
24784         * m68k.h (FINALIZE_PIC): Delete.
24785         * m68k.c (finalize_pic): Delete.
24786
24787 Mon Jun 28 05:16:35 1999  Richard Henderson  <rth@cygnus.com>
24788
24789         * m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles
24790         to memory.
24791
24792 Mon Jun 28 04:07:27 1999  David Edelsohn  <edelsohn@gnu.org>
24793
24794         * expmed.c (expand_divmod): Ensure unsigned value fits in reg_note.
24795
24796 Sun Jun 27 02:39:08 1999  Richard Henderson  <rth@cygnus.com>
24797
24798         * jump.c (jump_optimize_1): Validate the cmov copy to a temporary.
24799
24800 Sat Jun 26 17:18:18 1999  David Edelsohn  <edelsohn@gnu.org>
24801
24802         * rs6000.c (print_operand, case 'L'): Use plus_constant_for_output.
24803
24804 Fri Jun 25 11:33:24 1999  Richard Henderson  <rth@cygnus.com>
24805
24806         * alpha.c (override_options): Add -mcpu=ev45 as an alias for ev4.
24807
24808 Fri Jun 25 13:41:25 1999  David Edelsohn  <edelsohn@gnu.org>
24809
24810         * rs6000.c (output_toc): Always use hex values for floating-point
24811         constants.  Store single-precision values in upper-half of TOC
24812         entry in 64-bit mode.
24813         * rs6000.md (floatsidf2, floatunssidf2): Add !TARGET_POWERPC64
24814         to final constraints.
24815         (fix_truncdfsi2 splitter): Change pattern matching fctiwz.
24816         (fctiwz): Improve accuracy of RTL for pattern.
24817
24818 Fri Jun 25 11:26:38 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24819
24820         * expr.c (expand_expr): Allow RTL_EXPR's through the
24821         MAX_INTEGER_COMPUTATION_MODE checks.
24822
24823 Fri Jun 25 06:06:37 1999  Richard Henderson  <rth@cygnus.com>
24824
24825         * alpha.h (MASK_SUPPORT_ARCH, MASK_CPU_EV5, MASK_CPU_EV6): Define
24826         such that MASK_SUPPORT_ARCH is not negative.
24827
24828 Fri Jun 25 05:35:44 1999  Jeffrey A Law  (law@cygnus.com)
24829
24830         * loop.c (verify_dominator): Properly handle ADDR_VEC and
24831         ADDR_DIFF_VEC insns that appear inside loops.
24832
24833 Thu Jun 24 22:54:05 1999  David Edelsohn  <edelsohn@gnu.org>
24834                           Jeff Law <law@cygnus.com>
24835
24836         * rs6000.md (movdf_hardfloat32): Revert previous patch.
24837         Handle LO_SUM the same as offsettable in cases 1 and 2.
24838         * rs6000.c (find_addr_reg): Revert previous patch.
24839
24840 Thu Jun 24 22:43:12 1999  Philippe De Muyter  <phdm@macqel.be>
24841
24842         * system.h (strstr): New external function declaration.
24843         * acconfig.h (NEED_DECLARATION_STRSTR): New define slot.
24844         * configure.in (GCC_NEED_DECLARATIONS): Check for strstr.
24845         * config.in, configure: Rebuilt.
24846
24847 1999-06-24  Tom Tromey  <tromey@cygnus.com>
24848
24849         * gcc.c (main): Read user-specified specs files after computing
24850         additional startfile_prefixes.
24851
24852 Thu Jun 24 15:00:47 1999  Mark Mitchell  <mark@codesourcery.com>
24853
24854         Revert these two patches:
24855
24856         Thu Jun 17 21:34:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24857         * loop.c (strength_reduce): When doing biv->giv conversion, update
24858         reg note of NEXT->insn.
24859
24860         Thu Jun 17 17:22:07 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24861         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
24862         reg_biv_class.
24863         (recombine_givs): Set ix field after sorting.
24864
24865 Wed Jun 23 21:26:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24866
24867         * rtlanal.c (reg_referenced_p): Use reg_overlap_mentioned_p
24868         for the parts of an UNSPEC / UNSPEC_VOLATILE.
24869
24870 1999-06-23  Bruce Korb  <ddsinc09@ix.netcom.com>
24871
24872         *fixinc/inclhack.def:  Add fix development commentary
24873         (read_ret_type): reactivate and add selection clause
24874         (zzz_*): tweak output file name to match what is used in hackshell.tpl
24875         *fixinc/{fixincl.x|inclhack.sh}: regen
24876
24877 Wed Jun 23 00:48:21 1999  Jason Merrill  <jason@yorick.cygnus.com>
24878
24879         * expr.c (expand_expr): STRIP_NOPS before checking against
24880         MAX_INTEGER_COMPUTATION_MODE
24881         (check_max_integer_computation_mode): Likewise.
24882
24883 Tue Jun 22 20:23:43 1999  Jim Wilson  <wilson@cygnus.com>
24884
24885         * md.texi (smul@var{m}3_highpart): Add missing 's' prefix.
24886
24887 1999-06-22  Jim Wilson  <wilson@cygnus.com>
24888
24889         * expr.c (store_expr): When target is a promoted subreg, return a
24890         promoted subreg as a result.
24891
24892 Tue Jun 22 17:14:58 1999  Michael Meissner  <meissner@cygnus.com>
24893
24894         * dwarf2out.c (dwarf2out_frame_debug_expr): Reformat to match GNU
24895         coding standards.
24896         (dwarf2out_define): Mark unused parameters appropriately.
24897         (gen_unspecified_parameters_die): Ditto.
24898         (gen_subprogram_die): Fix signed/unsigned warnings.
24899         (gen_variable_die): Ditto.
24900
24901 1999-06-22  Bruce Korb <ddsinc09@ix.netcom.com>
24902
24903         * fixinc/inclhack.def(end_else_label): combined else_label
24904         and endif_label and fixed the sed expression.
24905         *fixinc/{fixincl.x|inclhack.sh}: regen
24906
24907 Tue Jun 22 01:58:18 1999  Jeffrey A Law  (law@cygnus.com)
24908
24909         * rs6000.md (movdf_hardfloat32): Use %X instead of always emitting
24910         'x' when handling non-offsettable addresses
24911
24912 Tue Jun 22 00:20:05 1999  Richard Earnshaw (rearnsha@arm.com)
24913
24914         * final.c (shorten_branches): Don't try to split an insn that has
24915         been deleted.
24916
24917 Mon Jun 21 12:47:39 1999  Mark Mitchell  <mark@codesourcery.com>
24918
24919         * config/mips/mips.c (symbolic_expression_p): New function.
24920         (mips_select_rtx_section): Put symbolic expressions in the
24921         data section, not the read-only data section.
24922
24923 Mon Jun 21 22:13:06 1999  Jeffrey A Law  (law@cygnus.com)
24924
24925         * rs6000.md (find_addr_reg): Handle LO_SUM addresses.
24926
24927 Mon Jun 21 20:10:42 1999  Richard Henderson  <rth@cygnus.com>
24928
24929         * collect2.c (main): Log frame table count.
24930         (GCC_OK_SYMBOL) [ECOFF]: Accept stGlobal.
24931         (scan_prog_file) [COFF]: Handle frame tables.
24932
24933         * alpha/alpha.h (UNALIGNED_SHORT_ASM_OP): Define.
24934         (UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Define.
24935         * alpha/elf.h: Undef them again.
24936         * alpha/vms.h: Remove their definitions.
24937
24938 Tue Jun 22 03:17:53 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24939
24940         * sh.c (machine_dependent_reorg): When fixing up fp pcloads,
24941         remove the clobber of r0 and change the REG_UNUSED note to
24942         REG_INC.
24943
24944 1999-06-21  Jakub Jelinek  <jj@ultra.linux.cz>
24945
24946         * real.c (ereal_from_double): Fix for 64-bit big endian hosts.
24947         * emit-rtl.c (gen_lowpart_common): Add case for hosts where double
24948         fits in HOST_WIDE_INT and one uses union to access a long constant
24949         as double.
24950
24951 Mon Jun 21 17:18:25 1999  Richard Henderson  <rth@cygnus.com>
24952
24953         * sparc.c (sparc_override_options): Don't allow profiling for
24954         code models other than medlow.
24955         (sparc_function_profiler): New function from old FUNCTION_PROFILER
24956         macro.  Use ASM_GENERATE_INTERNAL_LABEL and MCOUNT_FUNCTION.
24957         (sparc_function_block_profiler): Likewise.  Use user_label_prefix.
24958         (sparc_block_profiler): Likewise.
24959         (sparc_function_block_profiler_exit): Likewise.
24960         * sparc.h (FUNCTION_PROFILER): Call new sparc.c function.
24961         (FUNCTION_BLOCK_PROFILER): Likewise.
24962         (BLOCK_PROFILER): Likewise.
24963         (FUNCTION_BLOCK_PROFILER_EXIT): Likewise.
24964         (MCOUNT_FUNCTION): New.
24965         * sparc/pbd.h (FUNCTION_PROFILER): Delete.
24966         (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Delete.
24967         * sparc/sun4o3.h (FUNCTION_PROFILER): Delete.
24968         (MCOUNT_FUNCTION): New.
24969         * sparc/sysv4.h (FUNCTION_BLOCK_PROFILER): Delete.
24970         (BLOCK_PROFILER): Delete.
24971         (MCOUNT_FUNCTION): New.
24972
24973 Mon Jun 21 14:11:29 1999  David Edelsohn  <edelsohn@gnu.org>
24974
24975         * rs6000.md (movdf_hardfloat32): Fix typo in case 2.
24976
24977 Mon Jun 21 12:27:17 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
24978
24979         * config/mips/elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
24980         Add the macros.
24981
24982         * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
24983         Ditto.
24984
24985         * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
24986         Ditto.
24987
24988         * config/arm/telf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
24989         Ditto.
24990
24991 Mon Jun 21 14:58:42 1999  Nick Clifton  <nickc@cygnus.com>
24992
24993         * config/arm/arm.h: Add cpp support for ARM920 and ARM920T cpu
24994         types.
24995
24996 Mon Jun 21 06:22:21 1999  Mark Elbrecht <snowball3@bigfoot.com>
24997
24998         * i386/djgpp.h (LIB_SPEC): New.
24999         (STARTFILE_SPEC): New.
25000
25001         * i386/xm-djgpp.h (NO_SYS_SIGLIST): Deleted. Now obsolete.
25002
25003 Mon Jun 21 06:19:33 1999  Philippe De Muyter  <phdm@macqel.be>
25004
25005         * fixinc/Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in
25006         compiler flags.
25007
25008         * system.h (WSTOPSIG): New macro.
25009
25010 Mon Jun 21 05:33:15 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25011
25012         * c-pragma.c (push_alignment): Don't ignore alignments greater than
25013         4 bytes.
25014         (insert_pack_attributes): Take into account member natural
25015         alignment.
25016
25017         * i386/winnt.c (exports_head): New static variable.
25018         (i386_pe_record_exported_symbol): New function.
25019         (i386_pe_asm_file_end): Use.
25020         * i386/cygwin.h (ASM_OUTPUT_COMMON): Record the exported
25021         symbols to be emitted at end of assembly.
25022         (ASM_DECLARE_OBJECT_NAME): Likewise.
25023         (ASM_DECLARE_FUNCTION_NAME): Likewise.
25024
25025         * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
25026         -iwithprefix.
25027
25028 Mon Jun 21 04:44:31 1999  Jeffrey A Law  (law@cygnus.com)
25029
25030         * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced
25031         in last change.
25032
25033 Sun Jun 20 17:27:20 1999  Richard Henderson  <rth@cygnus.com>
25034
25035         * haifa-sched.c (sched_analyze_1): Use free_list instead of
25036         zapping reg_last_uses directly.
25037         (sched_analyze_2, sched_analyze_insn): Likewise.
25038         (sched_analyze): Likewise.  Don't clear reg_last_uses on calls.
25039
25040 Sun Jun 20 16:57:29 1999  David Edelsohn  <edelsohn@gnu.org>
25041
25042         * rs6000.md (movdf_hardfloat32): Use worst case insn length
25043         attributes for cases 1 and 2.
25044
25045 Sat Jun 19 22:52:55 1999  Richard Henderson  <rth@cygnus.com>
25046
25047         * haifa-sched.c (sched_analyze): Mark call-user regs as clobbered
25048         instead of set.
25049
25050 Sat Jun 19 05:40:07 1999  Philip Blundell <pb@nexus.co.uk>
25051
25052         * arm.c (arm_reload_in_hi): Invert sense of test on BYTES_BIG_ENDIAN.
25053
25054 Sat Jun 19 05:25:05 1999  Richard Earnshaw (rearnsha@arm.com)
25055
25056         * arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use
25057         PIC_OFFSET_TABLE_REGNUM for general alloaction.
25058         (INITIAL_ELIMINATION_OFFSET): Count the fact that the PIC register
25059         must be stacked if it is used for PIC accesses.
25060         * arm.c (use_return_insn): Handle PIC register specially.
25061         (output_return_instruction): Likewise.
25062         (output_func_{prologue,epilogue}): Likewise.
25063         (output_expand_prologue): Likewise.
25064
25065         * arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.
25066         (*strsi_predec): Renamed from *strqi_predec.
25067         (*loadsi_shiftpreinc): Renamed from *loadqi_shiftpreinc.
25068         (*loadsi_shiftpredec): Renamed from *loadqi_shiftpredec.
25069
25070         * arm.c (arm_override_options): Remove warning about PIC code
25071         not being supported.
25072
25073 Fri Jun 18 23:47:06 1999  David Edelsohn  <edelsohn@gnu.org>
25074
25075         * rs6000.c (find_addr_reg): New function.
25076         * rs6000.h (find_addr_reg): Declare.
25077         (offsettable_addr_operand): Delete.
25078         * rs6000.md (movdf_hardfloat32): Handle non-offsettable loads
25079         from and stores to GPRs.
25080
25081 Fri Jun 18 15:44:18 1999  Richard Henderson  <rth@cygnus.com>
25082
25083         * alpha.c (alpha_expand_block_move): Use get_insns rather than
25084         gen_sequence as argument to emit_no_conflict_block.
25085
25086 Fri Jun 18 07:02 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25087
25088         * fixinc/mkfixinc.sh: enable the fixincl program for DG/UX
25089         * fixinc/inclhack.def(dgux_int_varargs): script must end with \n
25090         *fixinc/fixincl.x: regen
25091         *fixinc/inclhack.sh: regen
25092
25093 Thu Jun 17 15:06:10 PDT 1999 Don Lindsay  <dlindsay@cygnus.com>
25094
25095         * added support for -mpcrel (PC relative addressing for m68k)
25096         based on code done by Michael Tiemann  <tiemann@axon.cygnus.com>.
25097         * invoke.texi (m68000 options): Add documentation for -mpcrel flag.
25098         * m68k.c (print_operand_address): Handle 32-bit PIC case.
25099         (comments for general_src_operand): Add some explanation
25100         about EXTRA_CONSTRAINTS.
25101         (OVERRIDE_OPTIONS): Enable -fPIC in combination with -mpcrel.
25102         * m68kelf.h (OVERRIDE_OPTIONS): Ditto.
25103         (LEGITIMATE_PIC_OPERAND_P): Fix typo.
25104         (LEGITIMATE_PIC_OPERAND_P): Re-derive from m68k.h case.
25105         * m68k.h (LEGITIMATE_PIC_OPERAND_P): Fix delete-o.
25106         (INDIRECTABLE_1_ADDRESS): Delete spurious '/' at end of macro.
25107         (OVERRIDE_OPTIONS): Change behavior so that -mpcrel implies -fpic
25108         if not already set.
25109         (OVERRIDE_OPTIONS): Merge in changes from m68k.h.
25110         * m68k.h (TARGET_PCREL): New target flag.
25111         (TARGET_SWITCHES): Add "pcrel" as a recognized switch.
25112         (OVERRIDE_OPTIONS): Add checks for -mpcrel.
25113         (LEGITIMATE_PIC_OPERAND_P): Don't normally accept anything that
25114         contains a SYMBOL_REF.  Relax this constraint during reload, since
25115         we want to use the predicates, not reload's built-in concept of a
25116         valid memory address, to control what insns need reloading.
25117         (EXTRA_CONSTRAINT): Define constraints to accept pc-relative
25118         operands (essentially 'g', 'm', and 's' under normal circumstances).
25119         * m68k.c (print_operand): Cause printing of pc-relative addresses
25120         to include pc register.
25121         (print_operand_address): Ditto.
25122         (general_src_operand): Accept operands that are not only
25123         general_operands, but are also valid when used as a pc-relative
25124         source.
25125         (nonimmediate_src_operand): Similar, for nonimmediate_operands.
25126         (memory_src_operand): Similar, for memory_operands.
25127         (pcrel_address): New predicate to accept the special case of a
25128         pc-relative address.
25129         * m68k.md (many patterns): Rewrite common SImode, HImode, and
25130         QImode insns to accept *_src_operand instead of *_operand where
25131         pc-relative operands can fit.  For example, a pc-relative operand
25132         can be used as a memory source operand for addsi3, but not as a
25133         memory destination.
25134         * hp320.h linux.h m68kv4.h (LEGITIMATE_PIC_OPERAND_P) as in m68k.h.
25135
25136 Fri Jun 18 09:11:07 1999  Nick Clifton  <nickc@cygnus.com>
25137
25138         * config/arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS): New Marco: USe
25139         .thumb_set pseudo op to mark aliases of thumb functions.
25140
25141 Wed Jun 16 18:19:13 1999  Nick Clifton  <nickc@cygnus.com>
25142
25143         * varasm.c (assemble_alias): Use ASM_OUTPUT_DEF_FROM_DECLS in
25144         preference to ASM_OUTPUT_DEF, if it is defined.
25145
25146         * tm.texi: Document new, optional target macro
25147         ASM_OUTPUT_DEF_FROM_DECLS.
25148
25149 Thu Jun 17 15:07 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25150
25151         * fixincludes: ISCNTL patch
25152         * fixinc/inclhack.def (ioctl_fix_ctrl): Fix the definition of [_]*ISCTRL().
25153         (dgux_int_varargs): new for DG/UX
25154         * fixinc/{fixincl.x,inclhack.sh}: Regenerated.
25155
25156 Thu Jun 17 21:34:24 1999  Jeff Law <law@cygnus.com>
25157
25158         * invoke.texi (ia32 options): Fix typo.
25159
25160 Thu Jun 17 21:34:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25161
25162         * loop.c (strength_reduce): When doing biv->giv conversion, update
25163         reg note of NEXT->insn.
25164
25165 Thu Jun 17 14:25:08 1999  Jeffrey A Law  (law@cygnus.com)
25166
25167         * loop.c (move_movables): Note issues with replacing REGs with
25168         SUBREGs.
25169         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Handle SUBREGs properly.
25170
25171 Thu Jun 17 13:28:30 1999  David O'Brien <obrien@FreeBSD.org>
25172
25173         * i386/freebsd-elf.h (LINK_SPEC): Fix typo.
25174
25175         * i386/freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and
25176         the reference to `mcount' was not correct for the ELF on FreeBSD.
25177
25178 Thu Jun 17 17:22:07 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25179
25180         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
25181         reg_biv_class.
25182
25183         (recombine_givs): Set ix field after sorting.
25184
25185 Thu Jun 17 02:54:30 1999  Jeffrey A Law  (law@cygnus.com)
25186
25187         * emit-rtl.c (operand_subword): Tighten checks for when it is safe
25188         to safe to extract a subword out of a REG.
25189
25190 Thu Jun 17 01:45:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25191
25192         * sh.md (mulsi3): Don't add a no-op move at the end.
25193
25194 Wed Jun 16 20:29:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25195
25196         * cse.c (cse_insn): Don't put hard register source into tables for
25197         the last insn of a libcall.
25198
25199 Wed Jun 16 19:44:33 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25200
25201         * loop.c (strength_reduce): Insert sets of derived givs at every
25202         biv increment, even if it's the only one.
25203
25204 Wed Jun 16 10:33:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
25205
25206         * dwarfout.c (add_incomplete_type): New fn.
25207         (output_type): Call it.
25208         (retry_incomplete_types): New fn.
25209         (dwarfout_finish): Call it.
25210
25211         From Eric Raskin <ehr@listworks.com>:
25212         (output_type): Output types for bases.
25213
25214 Tue Jun 15 12:51:23 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
25215
25216         * mips.c (mips_output_conditional_branch): Add `break'
25217         between `default' label and `close braces'.
25218
25219 Tue Jun 15 01:55:20 1999  David O'Brien <obrien@FreeBSD.org>
25220
25221         * i386/freebsd-elf.h (LINK_SPEC): clean up the linking library
25222         specifications and make it realistic.
25223         (LIB_SPEC): Likewise.
25224
25225 Mon Jun 14 15:38:43 1999  Jim Wilson  <wilson@cygnus.com>
25226
25227         * config/mips/mips.c (mips_secondary_reload_class): Check for
25228         (PLUS (SP) (REG)) and return appropriate register class.
25229         * config/mips/mips.md (reload_insi): Delete predicate for operand 1.
25230         Handle (PLUS (SP) (REG)).
25231         (tablejump): In mips16 code, use emit_insn instead of emit_jump_insn.
25232         (tablejump_mips161, tablejump_mips162): Use emit_jump_insn instead
25233         of emit_insn for tablejump.
25234
25235 Mon Jun 14 17:26:40 1999  David Edelsohn  <edelsohn@gnu.org>
25236
25237         * rs6000.c (output_prolog): RS6000_CALL_GLUE must be
25238         asm_fprintf format string by itself.
25239         (output_function_profiler): Likewise.
25240
25241 Mon Jun 14 12:57:38 1999  David Mosberger  <davidm@hpl.hp.com>
25242
25243         * combine.c (simplify_logical, case AND): Only call
25244         simplify_and_const_int if the mode is no wider than HOST_WIDE_INT
25245         or the constant is positive.
25246
25247 Mon Jun 14 11:43:41 1999  Nick Clifton  <nickc@cygnus.com>
25248
25249         * configure.in: Fix typo in rs6000-ibm-aix4 case.
25250         * configure: Regenerate.
25251
25252 Mon Jun 14 03:55:40 1999  Jeffrey A Law  (law@cygnus.com)
25253
25254         * configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not
25255         require a sub-version #.
25256         * configure: Rebuilt.
25257
25258 1999-06-14  Robert Lipe  (robertlipe@usa.net)
25259
25260         * svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.
25261
25262 Mon Jun 14 10:30:52 BST 1999  Nathan Sidwell  <nathan@acm.org>
25263
25264         * c-typeck.c (process_init_element): Detect excess elements in
25265         char array initializer.
25266
25267 1999-06-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
25268
25269         * gcc.texi: Mention gcc 2.96 instead of egcs 1.00.
25270
25271 Sat Jun 12 22:29:48 EDT 1999  Jerry Quinn <jquinn@nortelnetworks.com>
25272
25273         * invoke.texi (Option Summary): Add -fpermissive flag.
25274
25275 Sat Jun 12 03:40:42 1999  Jeffrey A Law  (law@cygnus.com)
25276
25277         * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands
25278         that require PIC code sequences.
25279
25280 Wed Jun  9 16:29:01 1999  Nick Clifton  <nickc@cygnus.com>
25281
25282         * configure.in: Add new target: thumb-elf.
25283         * configure: Regenerate.
25284         * config/arm/t-thumb-elf: New file: Makefile fragment for
25285         thumb-elf build.
25286         * config/arm/telf.h: New file: Header file for thumb-elf
25287         build.
25288
25289 Fri Jun 11 03:17:51 1999  Jeffrey A Law  (law@cygnus.com)
25290
25291         * Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.
25292         * libgcc2.c (__CTOR_LIST, __DTOR_LIST); Do not provide
25293         initializers is some circumstances.
25294
25295         * fixinc/inclhack.def (endif_label): Add additional selector for
25296         more bogus stuff after #endif statements.
25297         * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
25298
25299 Thu Jun 10 20:44:36 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25300
25301         * i386/cygwin.h (SET_ASM_OP): Define.
25302
25303 Thu Jun 10 20:37:57 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25304
25305         * reg-stack.c (stack_reg_life_analysis): Find all the RETURN insns.
25306
25307 Thu Jun 10 19:23:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25308
25309         * sh.h (TARGET_HARWARD, TARGET_HARVARD): Changed the former to the
25310         latter.
25311
25312         * sh.md (ic_invalidate_line_i): Remove second alternative.
25313
25314 Thu Jun 10 06:55 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25315
25316         *fixinc/inclhack.def(sun_auth_proto): We do not know how to
25317         test for the presence of valid prototypes.  Delete bypass expr.
25318         (ioctl_fix_ctrl): Correct the selection expression.
25319         (no_double_slash): Correct quoting rules
25320         *fixinc/fixincl.x: regen
25321         *fixinc/inclhack.sh: regen
25322
25323 Thu Jun 10 15:08:15 1999  Nick Clifton  <nickc@cygnus.com>
25324
25325         * config/arm/arm.c (struct all_cores): Add ARM920 and ARM920t.
25326
25327 Wed Jun  9 15:57:57 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
25328
25329         * rs6000.md (movsi_got_internal_mem): Delete.
25330         * rs6000.h (CONDITIONAL_REGISTER_USAGE): Mark PIC_OFFSET_TABLE_REGNUM.
25331         (GOT_TOC_REGNUM): Delete.
25332         (PIC_OFFSET_TABLE_REGNUM): Define.
25333         (FINALIZE_PIC): Disable.
25334         * rs6000.c (rs6000_got_register): New code for fixed pic register.
25335         (rs6000_replace_regno): Delete.
25336         (rs6000_finalize_pic): Likewise.
25337         (output_prolog): Handle PIC_OFFSET_TABLE_REGNUM.
25338
25339 Wed Jun  9 19:44:26 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25340
25341         * loop.c (loop_insn_first_p): Don't compare LUIDs when P
25342         is a note; use <= for the compare; advance P while it is
25343         a NOTE.
25344
25345 Wed Jun  9 13:12:24 1999  Jeffrey A Law  (law@cygnus.com)
25346
25347         * fixinc/inclhack.def (no_double_slash): Fix quoting for test.
25348         * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt.
25349
25350         * varasm.c (remove_from_pending_weak_list): Verify t->name
25351         is non-NULL before passing it to strcmp.
25352
25353 Wed Jun  9 06:50 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25354
25355         *fixinc/inclhack.def(sun_auth_proto): bypass the patch if
25356         the typed arguments are not part of a comment
25357         (ioctl_fix_ctrl): Added a purpose comment
25358         *fixinc/fixincl.x: regenerate
25359         *fixinc/inclhack.sh: regenerate
25360
25361 Wed Jun  9 22:57:02 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
25362
25363         * invoke.texi: Add C4x invocation docs.
25364
25365 Wed Jun  9 22:34:38 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
25366
25367         * config/c4x/c4x.h (TARGET_EXPOSE_LDP, LEGITIMIZE_RELOAD_ADDRESS):
25368         Define new macros.
25369         * config/c4x/c4x.c (c4x_emit_move_sequence, src_operand): Use
25370         TARGET_EXPOSE_LDP.
25371         (c4x_legitimize_reload_address): New function.
25372         * config/c4x/c4x.md: Update docs.
25373
25374 Wed Jun  9 04:14:48 1999  Jeffrey A Law  (law@cygnus.com)
25375
25376         * fixincludes: Avoid removing '.'.
25377         * fixinc/fixinc.svr4: Likewise.
25378         * fixinc/fixinc.winnt: Likewise.
25379         * fixinc/inclhack.tpl: Likewise.
25380         * fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt.
25381
25382 1999-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25383
25384         * fixinc/inclhack.def (sun_catmacro): Escape parens in the select
25385         pattern.
25386         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt.
25387
25388 Wed Jun  9 03:10:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25389
25390         * c-pragma.c (handle_pragma_token): Handle `#pragma pack()'
25391         correctly.
25392
25393 Tue Jun  8 13:06:15 1999  Jim Wilson  <wilson@cygnus.com>
25394
25395         * configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000.
25396         * configure: Regenerate.
25397
25398 Tue Jun  8 05:47:48 1999  Richard Earnshaw (rearnsha@arm.com)
25399
25400         * optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute
25401         values.
25402
25403 Mon Jun  7 22:30:37 1999  Jeffrey A Law  (law@cygnus.com)
25404
25405         * fixinc/inclhack.def (avoid_bool): Also catch
25406         "typedef [unsigned] int bool".
25407         * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
25408
25409         * m68k/x-hp3bsd44: Delete obsolete and incorrect file.
25410         * configure.in (m68k-hp-bsd4.4): No longer use x-hp3bsd44.
25411         * configure: Rebuilt.
25412
25413 Mon Jun  7 22:05:03 1999  Mark Kettenis  <kettenis@gnu.org>
25414
25415         * config/i386/gnu.h: Include <gnu.h> right after <i386/linux.h>,
25416         such that we can override its definitions if necessary.
25417         (CPP_SPEC): New define.  Support processor specific predefines via
25418         %(cpp_cpu).
25419         (CC1_SPEC): New define.  Support processor specific compiler
25420         options via %(cc1_cpu).
25421         (STARTFILE_SPEC): New define.  Use crt0.o instead of crt1.o for
25422         -static.
25423
25424 1999-06-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25425
25426         * fixinc/inclhack.def (math_gcc_ifndefs): Insert whitespace
25427         between sed's -e flag, and the open-quote following it.
25428         * fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
25429
25430 Mon Jun  7 20:34:20 1999  Robert Lipe <robertlipe@usa.net>
25431                           Jeffrey A Law  (law@cygnus.com)
25432
25433         * varasm.c (assemble_start_function): Remove the function
25434         from the pending weak decls list when we define a function.
25435         (assemble_variable): Similarly for variables.
25436         (weak_finish): Ignore items on the list with a NULL name.
25437         (remove_from_ending_weak_list); New function to "remove" an item
25438         from the pending weak declarations list.
25439
25440 Mon Jun  7 19:27:07 1999  Jerry Quinn <jquinn@nortelnetworks.com>
25441
25442         * pa.md (fmpyfadd, fmpynfadd, fnegabs): New patterns.
25443
25444 Mon Jun  7 14:07:39 1999  Dave Brolley  <brolley@cygnus.com>
25445
25446         * c-lex.c (GETC): Redefine to call getch.
25447         (UNGETC): Redefine to call put_back.
25448         (putback_buffer): New structure type.
25449         (putback): New static structure.
25450         (getch): New function.
25451         (put_back): New function.
25452         (yylex): Replace unused bytes from bad multibyte character.
25453
25454 Mon Jun  7 13:33:39 1999  Dave Brolley  <brolley@cygnus.com>
25455
25456         * cpplib.c (do_define): Cast `alloca' return value.
25457         (do_include, do_undef, do_pragma): Likewise.
25458         * cpphash.c (dump_definition): Cast `xstrdup' and `alloca' return
25459         values.
25460         * cppfiles.c (initialize_input_buffer): Cast `xmalloc' return values.
25461         * gcc/cppspec.c (lang_specific_driver): Cast xmalloc return value.
25462
25463 Sun Jun  6 11:58:34 1999  Jakub Jelinek  <jj@ultra.linux.cz>
25464
25465         * sparc.md (abstf2): This should be an expand.
25466         (split after abstf2_notv9): Fix mode.
25467         (abstf2_hq_v9): New pattern.
25468         (abstf2_v9): Only use when no hard quad.
25469         (absdf2_v9): Fix if target is not the same as source.
25470         (ashrsi3_extend, ashrsi3_extend2, lshrsi3_extend, lshrsi3_extend2):
25471         Add correct output constraints.
25472
25473 Sat Jun  5 17:04:16 1999  Craig Burley  <craig@jcb-sc.com>
25474
25475         From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
25476         * invoke.texi: Clarify text vis-a-vis Intel CPUs.
25477
25478 Sat Jun  5 12:11:24 1999  Mark Mitchell  <mark@codesourcery.com>
25479
25480         * mips.h (mips_output_conditional_branch): New function.
25481         (mips_adjust_insn_length): Likewise.
25482         (ASSEMBLER_SCRATCH_REGNUM): New macro.
25483         (ADJUST_INSN_LENGTH): Likewise.
25484         * mips.c (print_operand): Add `F' and `W' for floating-point
25485         comparison opcodes.
25486         (machine_dependent_reorg): Adjust MIPS16 code; instruction-lengths
25487         are now in bytes.
25488         (mips_adjust_insn_length): New function.
25489         (mips_output_conditional_branch): New function.
25490         * mips.md (length): Adjust attribute definition to handle
25491         conditional branches.  Change lengths to bytes, rather than
25492         instructions throughout.  Remove length attribute from
25493         instructions whose length is four bytes, and rely on the default
25494         instead.
25495         (dslot): Fix typo in comment.
25496         Reword conditional branch patterns to use
25497         mips_output_conditional_branch.
25498
25499 Fri Jun  4 13:30:27 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
25500
25501         * alpha/osf.h (CPP_SUBTARGET_SPEC): Handle -threads.
25502         (LIB_SPEC): Likewise.
25503         Link with -lprof1_r for -g/-pg.
25504
25505 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25506
25507         * loop.c (check_dbra_loop): Fix change of Jan 19.
25508
25509 Fri Jun  4 00:12:40 1999  Marc Espie <espie@cvs.openbsd.org>
25510
25511         * freebsd-elf.h (SWITCH_TAKES_ARG):  Redefine, not define.
25512         (STARTFILE_SPEC):  Define, override the svr4.h version.
25513         (ENDFILE_SPEC):  Likewise.
25514
25515 Thu Jun  3 23:58:55 1999  Jeffrey A Law  (law@cygnus.com)
25516
25517         * fixinc/inclhack.def (limits_ifndefs): Also apply to sys/limits.h
25518         * fixinc/fixincl.x: Regenerated.
25519         * fixinc/inclhack.sh: Regenerated.
25520
25521 Fri Jun  4 05:42:23 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25522
25523         * sh.c (barrier_align): Don't return early for normal branch/barrier
25524         when optimizing for SH2.
25525
25526 Thu Jun  3 22:27:50 1999  Robert Lipe  <robertlipe@usa.net>
25527
25528         * i386/udk.h (LINK_SPEC): Correct linker search path for
25529         system libraries.
25530
25531 Fri Jun  4 03:20:40 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25532
25533         * sh.c (fixup_addr_diff_vecs): Emit braf reference label.
25534         (braf_label_ref_operand): Delete.
25535         * sh.h (PREDICATE_CODES): Remove braf_label_ref_operand.
25536         * sh.md (casesi_jump_2): Operand1 is now the inside of a
25537         label_ref, and has no predicate.
25538         The patten has a predicate to guard against invalid substitutions.
25539         (dummy_jump): Delete.
25540         (casesi): Update use of casesi_jump_2.
25541
25542 Thu Jun 3 07:48 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25543
25544         *fixinc/inclhack.def(Io_Def_Quotes): corrected sed expression
25545         *fixinc/fixincl.x: regenerate
25546         *fixinc/inclhack.sh: regenerate
25547
25548 Thu Jun  3 02:15:07 1999  Jason Merrill  <jason@yorick.cygnus.com>
25549
25550         * dwarf2out.c (add_incomplete_type): New fn.
25551         (gen_struct_or_union_type_die): Call it.
25552         (retry_incomplete_types): New fn.
25553         (dwarf2out_finish): Call it.
25554
25555 Thu Jun  3 01:19:03 1999  Jeffrey A Law  (law@cygnus.com)
25556
25557         * gcse.c (insert_insn_end_bb): Correct placement of insns when the
25558         current block starts with a CODE_LABEL and ends with a CALL and
25559         we can not find all the argument setup instructions for the CALL.
25560
25561 Wed Jun  2 15:44:15 1999  Mark Mitchell <mark@codesourcery.com>
25562
25563         Revert this change:
25564         * fold-const.c (fold): STRIP_NOPS when deciding whether or not
25565         something is a candidate for optimize_bit_field_compare.
25566
25567 Wed Jun  2 21:53:05 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25568
25569         * sh.h (CONST_OK_FOR_I, CONST_OK_FOR_L): Cast VALUE to HOST_WIDE_INT.
25570
25571 Wed Jun  2 12:25:55 1999  Richard Henderson  <rth@cygnus.com>
25572
25573         * alpha.c (override_options): Thinko in last patch.
25574
25575         * alpha/osf.h (CPP_SUBTARGET_SPEC): Define.
25576         (LIB_SPEC): Recognize -pthread.
25577
25578 Wed Jun  2 08:42:55 1999  Nick Clifton  <nickc@cygnus.com>
25579
25580         * config/arm/tcoff.h (USER_LABEL_PREFIX): Synchronise with
25581         definition in config/arm/coff.h
25582         * config/arm/coff.h: Add comment about USER_LABEL_PREFIX.
25583
25584 Wed Jun  2 07:07 1999 Bruce Korb <ddsinc09@ix.netcom.com>
25585
25586         * fixinc/fixincl.c(global def): Add FD_SHELL_SCRIPT to mark
25587         fixes that need "file=xxx\n" prepended before invocation
25588         (start_fixer - new): starting the fixer process is complex enough
25589         to warrent its own routine.  It prepends the "file=xxx\n" stuff.
25590         (process): uses the new routine; omit usage of putenv()
25591         * fixinc/fixincl.tpl: mark shell scripts with FD_SHELL_SCRIPT
25592         * fixinc/fixincl.x: regenerate
25593
25594 Wed Jun  2 02:29:07 1999  Jeffrey A Law  (law@cygnus.com)
25595
25596         * README, configure.in, gcc.1, gcc.texi: Update name (egcs -> gcc)
25597         and version #s (1.1 -> 2.96) as needed.
25598         * README.g77: Kill way out of date file in the toplevel directory.
25599
25600 Wed Jun  2 00:52:34 1999  David O'Brien <obrien@FreeBSD.org>
25601
25602         * configure.in (i[34567]86-*-freebsdelf): Don't include linux.h,
25603         i386/freebsd-elf.h no longer requires it.  Instead include svr4.h.
25604         * configure: Rebuilt.
25605         * i386/freebsd-elf.h (DEFAULT_VTABLE_THUNKS): Define.
25606         (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, SET_ASM_OP): Likewise.
25607         (PREFERRED_DEBUGGING_TYPE, WCHAR_UNSIGNED): Likewise.
25608         (SWITCH_TAKES_ARG): Likewise.
25609         * i386/freebsd.h: Remove FREEBSD_NATIVE support.
25610         * config/t-freebsd: Moved from config/i386/ so it can used for all
25611         FreeBSD targets.
25612
25613 Mon May 31 02:22:55 1999  Philippe De Muyter  <phdm@macqel.be>
25614
25615         * m68k/x-mot3300 (XCFLAGS): Fixed to match stb.o, not f/stb.o.
25616
25617 Wed Jun  2 00:08:34 1999  Robert Lipe  <robertlipe@usa.net>
25618
25619         * configure.in (i[34567]86-*-udk*): Install headers with cpio.
25620         * configure: Rebuilt.
25621
25622 Tue Jun  1 19:06:22 1999  David Edelsohn  <edelsohn@gnu.org>
25623
25624         * rs6000/aix41.h (RS6000_CALL_GLUE): Define.
25625         * rs6000/aix43.h (RS6000_CALL_GLUE): Likewise.
25626         * rs6000/rs6000.c (rs6000_file_start): Use putc.
25627         (rs6000_output_load_toc_table): Same.
25628         (output_prolog, output_mi_thunk): Same.
25629         * rs6000/rs6000.h (SELECT_SECTION): Formatting.
25630         (ASM_GLOBALIZE_LABEL): Use putc.
25631
25632 Mon May 31 15:23:23 1999  Richard Henderson  <rth@cygnus.com>
25633
25634         * alpha.md (reload_*_help): New patterns and splitters.
25635         (reload_*): Use them.
25636         (mov[qh]i): Likewise.
25637
25638 Mon May 31 11:48:07 1999  Mark Mitchell  <mark@codesourcery.com>
25639
25640         * cccp.c (handle_directive): Handle backslash-newlines in quoted
25641         strings correctly.
25642
25643 Mon May 31 09:36:11 1999  Cort Dougan  <cort@cs.nmt.edu>
25644
25645         * rs6000/linux.h (LINK_SPEC): Use emulation elf32ppclinux.
25646
25647 Mon May 31 11:40:20 EDT 1999  John Wehle  (john@feith.com)
25648
25649         * flow.c (mark_regs_live_at_end, insn_dead_p,
25650         mark_set_1, mark_used_regs): Only give FRAME_POINTER_REGNUM
25651         and HARD_FRAME_POINTER_REGNUM special treatment if reload
25652         hasn't run or the frame pointer is needed.
25653         * haifa-sched.c (attach_deaths): Likewise.
25654         * sched.c (attach_deaths): Likewise.
25655
25656 Mon May 31 00:46:17 1999  Jeffrey A Law  (law@cygnus.com)
25657
25658         * jump.c (jump_optimize_1): Only set CAN_REACH_END if
25659         calculate_can_reach_end returns nonzero.
25660
25661         * configure.in (native gas tests): Search for an assembler in the
25662         same manner that the installed compiler will.
25663         * configure: Rebuilt.
25664         * tm.texi (MD_EXEC_PREFIX): Note need to update configure.in too.
25665
25666         * alias.c (find_base_term): Improve handling of addresses
25667         constructed from binary operations.
25668
25669 Sun May 30 14:29:17 1999  Eric Raskin (ehr@listworks.com)
25670
25671         * dgux.h (STARTFILE_SPEC): Fix incorrectly matched curly-braces.
25672
25673 Sun May 30 14:19:13 1999  Jeffrey A Law  (law@cygnus.com)
25674
25675         * function.h (cleanup_label, frame_offset): Declare.
25676         (tail_recursion_label, tail_recursion_reentry): Likewise.
25677         (arg_pointer_save_area, rtl_expr_chain): Likewise.
25678         * stmt.c (cleanup_label, frame_offset): Delete extern declarations.
25679         (tail_recursion_label, tail_recursion_reentry): Likewise.
25680         (arg_pointer_save_area, rtl_expr_chain): Likewise.
25681
25682 Sat May 29 19:08:10 1999  Philip Blundell  <philb@gnu.org>
25683
25684         * config/arm/aout.h (ASM_OUTPUT_ALIGN): Only define if not already
25685         defined.
25686         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Define.
25687         (MAX_OFILE_ALIGNMENT): Define.
25688
25689 Fri May 28 21:40 1999  Robert Lipe <robertlipe@usa.net>
25690
25691         * fixincl.c: Replace local include scheme with #includes of
25692         gansidecl.h and system.h.
25693         * procopen.c:  Likewise.
25694         * server.c:  Likewise.
25695
25696 Fri May 28 03:47:03 1999  Eric Raskin (ehr@listworks.com)
25697
25698         * i386/t-dgux (EXTRA_PARTS): Add crti.o
25699         (crti.o): Add build rule and dependencies.
25700         * fixinc/fixinc.dgux:  Use modified _int_varargs.h
25701
25702 Fri May 28 03:41:02 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
25703
25704         * rs6000/sysv4.h (CC1_SPEC): Add support for -profile
25705         (LIB_LINUX_SPEC): Likewise.
25706         (LIB_LINUX_SPEC): Add support for -pthread
25707         (CPP_OS_LINUX_SPEC): Likewise.
25708         (CPP_SYSV_SPEC): Avoid redefinitions if both -fpic and -fPIC are
25709         specified.
25710
25711 Thu May 27 13:04:52 1999  H.J. Lu  (hjl@gnu.org)
25712
25713         * i386.c (output_fp_cc0_set): Don't check the JUMP_INSN code for
25714         conditional move.
25715         (notice_update_cc, output_float_compare): Enable TARGET_CMOVE support.
25716         (output_float_compare, output_fp_cc0_set): Fix the FLOAT comparison
25717         for IEEE math and CC_FCOMI.
25718         (put_jump_code): No IEEE if CC_FCOMI is set.
25719
25720 1999-05-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25721
25722         * fold-const.c (fold_truthop): Make the field reference unsigned
25723         when converting a single bit compare.
25724
25725 Thu May 27 02:40:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25726
25727         * loop.c (strength_reduce): Don't do biv->giv conversion on constants.
25728
25729 Thu May 27 02:09:27 1999  Jeffrey A Law  (law@cygnus.com)
25730
25731         * varasm.c (STRIP_NAME_ENCODING): Remove default definition.
25732         * output.h (STRIP_NAME_ENCODING): Strip '*' like the old varasm
25733         version did.
25734
25735         * reload.c (push_reload): Do not call remove_address_replacements
25736         when presented with identical optional reloads.
25737
25738 Wed May 26 14:18:05 1999  Richard Henderson  <rth@cygnus.com>
25739
25740         * alpha.h (MASK_FIX, TARGET_FIX): New.
25741         (MASK_*): Reorganize constants.
25742         (CPP_AM_FIX_SPEC): New.
25743         (TARGET_SWITCHES): Add FIX.
25744         (EXTRA_SPECS): Likewise.
25745         (CPP_CPU_EV6_SPEC): Use FIX, not CIX.
25746         (SECONDARY_MEMORY_NEEDED): Likewise.
25747         (REGISTER_MOVE_COST): Likewise.
25748         * alpha.c (override_options): Add FIX support.  Always use
25749         ALPHA_TP_PROG for ev6.
25750         * alpha.md (sqrt and mov[sd]i patterns): Use FIX, not CIX.
25751         * alpha/elf.h (ASM_FILE_START): Look at FIX too.
25752         * configure.in (target_cpu_default2) [ev6]: Use FIX, not CIX.
25753
25754 Wed May 26 09:53:05 1999  Mark Mitchell  <mark@codesourcery.com>
25755
25756         * fold-const.c (fold): STRIP_NOPS when deciding whether or not
25757         something is a candidate for optimize_bit_field_compare.
25758
25759 Wed May 26 09:40:02 1999  Mark Mitchell  <mark@codesourcery.com>
25760
25761         * gcc.texi (Passes): Document branch-shortening.
25762         * invoke.texi (Debugging Options): Document the fact that `-dp'
25763         outputs length information for instructions.
25764
25765 Wed May 26 08:49:31 1999  Nick Clifton  <nickc@cygnus.com>
25766
25767         * flow.c: Revert previous delta.
25768
25769 Wed May 26 06:05:10 1999  Nick Clifton  <nickc@cygnus.com>
25770
25771         * flow.c (insn_dead_p): Check against frame_pointer_rtx not
25772         FRAME_POINTER_REGNUM.
25773         (mark_set_1): Ditto.
25774         (mark_used_regs): Ditto.
25775
25776 Wed May 26 02:19:31 1999  Philip Blundell  <pb@nexus.co.uk>
25777
25778         * arm.h (NEED_PLT_GOT): Fix mistake in last change.
25779         (GOT_PCREL): New macro.  Define to 1 if not already defined.
25780         * arm/elf.h (GOT_PCREL): Define to 0.
25781         * arm.c (arm_finalize_pic): Take into account the setting of
25782         GOT_PCREL.
25783
25784 Tue May 25 14:06:06 1999  Jeffrey A Law  (law@cygnus.com)
25785
25786         * output.h (STRIP_NAME_ENCODING): Provide default definition.
25787         * dwarf2out.c (ASM_NAME_TO_STRING): Use STRIP_NAME_ENCODING.
25788
25789         * flow.c (mark_set_1): Do not record BLKmode stores as dead
25790         store elimination candidates.
25791
25792 Tue May 25 08:55:57 1999  Gavin Romig-Koch  <gavin@cygnus.com>
25793
25794         * config/mips/mips.h (ASM_OUTPUT_DOUBLE_INT) : Use 'dword' if
25795         TARGET_GAS.
25796
25797 Mon May 24 20:30:08 1999  Jim Wilson  <wilson@cygnus.com>
25798
25799         * configure.in (rs6000-ibm-aix4.[12]*): Delete use of aix41-gld.h.
25800         Add use of x-aix41-gld.
25801
25802 Mon May 24 16:44:09 1999  Jakub Jelinek  <jj@ultra.linux.cz>
25803
25804         * sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Define.
25805         (ASM_OUTPUT_DESTRUCTOR): Define.
25806
25807 Mon May 24 14:35:24 1999  Jeffrey A Law  (law@cygnus.com)
25808
25809         * loop.c (strength_reduce): Do not clear NOT_EVERY_ITERATION at the
25810         last CODE_LABEL in a loop if we have previously passed a jump
25811         to the top of the loop.
25812
25813 Mon May 24 07:56:29 1999  Nick Clifton  <nickc@cygnus.com>
25814
25815         * config/arm/arm.h (OUTPUT_INT_ADDR_CONST): Fix blunder made when
25816         applying Philip's patch.
25817
25818 Mon May 24 01:02:12 1999  Mark Mitchell  <mark@codesourcery.com>
25819
25820         * stmt.c (expand_end_bindings): Ignore any elements of VARS that
25821         are not VAR_DECLs.
25822
25823 Sun May 23 20:31:16 1999  Jeffrey A Law  (law@cygnus.com)
25824
25825         * loop.c (strength_reduce): Grow reg_single_usage as needed.
25826
25827 Sun May 23 10:13:20 1999  David O'Brien <obrien@FreeBSD.org>
25828
25829         * i386/freebsd-elf.h (LINK_SPEC): Change -static to -Bstatic.
25830         Also remove a useless comment.
25831
25832 Sun May 23 10:05:23 1999  Jerry Quinn <jquinn@nortelnetworks.com>
25833
25834         * pa.md (negdf2,negsf2):  Use fneg instead of fsub on pa 2.0.
25835
25836 Sat May 22 21:02:06 1999  David Edelsohn  <edelsohn@gnu.org>
25837
25838         * collect2.c (main): Only generate import or export file and add
25839         to link arguments if non-empty.  Use xmalloc not alloca.
25840         (write_{export,import}_file): Delete.
25841         (write_aix_file): New function.
25842         (locatelib): Use xmalloc not malloc.
25843         (GCC_OK_SYMBOL): Do not check type if aix64.
25844
25845 Sat May 22 09:35:51 1999  Philip Blundell  <pb@nexus.co.uk>
25846
25847         Based on patch by Scott Bambrough and Pat Beirne:
25848         * config/arm/arm.c (making_const_table): New variable.
25849         * config/arm/arm.h (making_const_table): Declare.
25850         (OUTPUT_INT_ADDR_CONST): Mark symbols as position independent if
25851         appropriate.
25852         * config/arm/arm.md (consttable_4, consttable_8, consttable_end):
25853         Keep track of when we are building the constant table.
25854
25855 Sat May 22 09:34:22 1999  Philip Blundell  <pb@nexus.co.uk>
25856
25857         * config/arm/arm.c (arm_override_options): Fix erroneous warning
25858         message.
25859
25860 Sat May 22 09:06:33 1999  Nick Clifton  <nickc@cygnus.com>
25861
25862         * config/arm/arm.h (NEED_PLT_GOT): Only define if not already
25863         defined.
25864
25865 Sat May 22 07:17:05 1999  Nick Clifton  <nickc@cygnus.com>
25866
25867         * tm.texi (FUNCTION_ARG): Correct description of a stack element
25868         in a PARALLEL.
25869
25870 Sat May 22 01:27:49 1999  Mark Mitchell  <mark@codesourcery.com>
25871
25872         * expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.
25873
25874 Fri May 21 21:19:02 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
25875
25876         * rs6000.c (output_mi_thunk): Enable full support again.
25877
25878 Fri May 21 20:09:52 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25879
25880         * sh.h (BRANCH_COST): Define.
25881
25882 Thu May 20 10:00:42 1999  Stephen L Moshier  <moshier@world.std.com>
25883
25884         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
25885
25886 Thu May 20 09:58:57 1999  Jan Hubicka <hubicka@freesoft.cz>
25887
25888         * function.c (assign_stack_local): Align stack slot propertly.
25889         (assign_outer_stack_local): Likewise.
25890
25891 Thu May 20 10:38:43 1999  Mark Mitchell  <mark@codesourcery.com>
25892
25893         * expr.h (lang_expand_constant): Declare.
25894         * toplev.c (lang_expand_constant): Define it.
25895         * varasm.c (output_constant): Use it.
25896
25897 Thu May 20 11:28:53 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25898
25899         * optabs.c (expand_cmplxdiv_straight, expand_cmplxdiv_wide):
25900         Change function definitions to K&R style.
25901
25902 Thu May 20 08:16:39 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25903
25904         * fixinc/fixincl.c: We must not ignore SIGCLD now.
25905
25906 Thu May 20 07:06:39 1999  Alexandre Oliva  <aoliva@acm.org>
25907
25908         * fixinc/Makefile.in(gnu-regex.o): add $(INCLUDES) to compile options
25909         * fixinc/fixincl.c(wait_for_pid): K&R-ify arguments
25910         (several places): omit static initialization
25911         (process): use single fd, since only the read fd is used
25912         * fixinc/gnu-regex.c: define 'const' away, if not supported
25913         * fixinc/procopen.c(several places): omit static initialization
25914         * fixinc/server.c: define 'volitile' away, if not supported
25915
25916 1999-05-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25917
25918         * config/dbxcoff.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use
25919         asm_fprintf and %L to generate the label name.
25920         * config/dbxelf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise.
25921         (ASM_OUTPUT_SOURCE_LINE): Correct generation of internal labels.
25922
25923 Thu May 20 01:40:55 1999  Jeffrey A Law  (law@cygnus.com)
25924
25925         * jump.c (can_reverse_comparison_p): Do not abort if the comparison
25926         insn for a conditional jump can not be found.
25927
25928 Wed May 19 23:58:58 1999  Jeffrey A Law  (law@cygnus.com)
25929
25930         * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations
25931         on variables in specific sections other than .sbss and .sdata.
25932
25933 Wed May 19 03:56:56 1999  Mark Mitchell  <mark@codesourcery.com>
25934
25935         * stmt.c (expand_return): Call start_cleanup_deferral and
25936         end_cleanup_deferral around conditional code.
25937
25938 Wed May 19 08:40:08 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25939
25940         * fixinc/fixincl.tpl: Avoid depending on ANSI C features for
25941         filename lists.  Utilizes new "krstr" AutoGen function.
25942         * fixinc/fixincl.x: Rebuilt.
25943
25944 Wed May 19 02:47:11 1999  Jan Hubicka  (hubicka@freesoft.cz)
25945
25946         * i386.c (output_float_compare): Avoid GNU-C extensions.
25947
25948 Wed May 19 00:34:40 1999  Jeffrey A Law  (law@cygnus.com)
25949
25950         * version.c: Bump to distinguish mainline tree from the
25951         gcc-2.95 branch.
25952
25953 See ChangeLog.1 for earlier changes.
25954
25955