OSDN Git Service

* basic-block.h (life_analysis): Declare here ...
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2000-04-26  Richard Henderson  <rth@cygnus.com>
2
3         * basic-block.h (life_analysis): Declare here ...
4         * output.h: ... not here.
5         * flow.c (life_analysis): Remove nregs parameter; replace
6         remove_dead_code with flags.  Remove ssa dead code check.
7         Only init alias analysis if we'll use it.
8         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
9         * ssa.c (convert_to_ssa): Likewise.
10         (convert_from_ssa): Likewise.
11         * toplev.c (rest_of_compilation): Likewise.
12
13 2000-04-26  Richard Henderson  <rth@cygnus.com>
14
15         * flow.c (flow_delete_block): Rename from delete_block.  Export.
16         * basic-block.h (flow_delete_block): Declare.
17
18 2000-04-26  David S. Miller  <davem@redhat.com>
19
20         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
21         taking a PATTERN of it.
22
23 2000-04-26  <NeilB@earthling.net>
24
25         * cpplex.c (spell_other, spell_char): Remove.
26         (SPELL_CHAR): New.
27         (token_spelling, trigraph_map): Use unsigned chars.
28         (_cpp_lex_line): Tidy up the switch statement.
29         * cpplib.h: Implement spell_char with spell_string.
30         (C): New.
31
32 2000-04-26  <RodneyBrown@pmsc.com>
33         
34         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
35         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
36
37 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
38
39         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
40         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
41         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
42         dwarf2out_return_save, dwarf2out_return_reg,
43         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
44         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
45         gen_compile_unit_die, dwarf2out_init): Constify a char*.
46
47         * dwarf2out.h (dwarf2out_init): Likewise.
48
49         * dwarfout.c (filename_entry, primary_filename, last_filename,
50         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
51
52         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
53         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
54         dwarf2out_return_reg): Likewise.
55
56 2000-04-26  Andreas Jaeger  <aj@suse.de>
57
58         * extend.texi (Function Attributes): Fix description of pure
59         attribute.
60
61 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
62
63         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
64         before calling rest_of_compilation.
65
66 2000-04-26  Andreas Jaeger  <aj@suse.de>
67
68         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
69         last patch.
70
71 2000-04-25  Richard Henderson  <rth@cygnus.com>
72
73         * cse.c (cse_insn): Emit barrier after unconditional jump.
74
75         * calls.c (expand_call): Disable tail call generation once
76         rtx_equal_function_value_matters is false.
77
78         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
79         like EDGE_EH edges.
80
81 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
82
83         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
84
85         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
86
87         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
88         is the primary DIE for a member function.
89         (gen_decl_die): Call set_decl_origin_self here.
90         * dwarfout.c (output_decl): And here.
91         * integrate.c (output_inline_function): Not here.
92         Don't clear DECL_INLINE until after calling rest_of_compilation.
93         (set_decl_origin_self): No longer static.
94         * tree.h: Add prototype.
95         * toplev.c (note_deferral_of_defined_inline_function): Only write
96         out abstract instance for actual inlines.
97
98 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
99
100         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
101         EXTENDED_REGS only if TARGET_AM33.
102         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
103         SP_REGS to register allocation and reloading unless absolutely
104         necessary.
105         (movsi3): Remove special-case of adding non-constants to SP.
106
107 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
108
109         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
110         INCLUDES to search and does not provide any of its own.  Also it
111         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
112         parameters.  Also it does not call AC_DEFINE.
113         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
114         AC_DEFINE and provides for automatic entries for autoheader.
115         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
116
117         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
118         so we can pass -I flags and include gansidecl.h/system.h in this
119         test.
120
121         * acconfig.h: Delete all NEED_DECLARATION_* entries.
122
123 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
124
125         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
126         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
127         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
128                 
129         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
130         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
131         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
132         for these macros.  Clean up spacing and linewraps.
133
134 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
135
136         * calls.c (expand_call): Use get_callee_fndecl.
137
138         * print-tree.c (print_node): Print the chain of an _EXPR.
139
140 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
141                           Jim Wilson  <wilson@cygnus.com>
142                           Andrew Haley  <aph@cygnus.com>
143         
144         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
145         and gp save/restore problems.
146         * config/ia64/crtend.asm: Add IA-64 unwind support.
147         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
148         in fr_pad_size calculation.
149         (save_restore_insns): Move PR save area.  Correct uses of
150         RTX_FRAME_RELATED_P.
151         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
152         (ia64_expand_epilogue): Add eh_epilogue support.
153         (ia64_function_prologue): Emit .prologue directive.
154         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
155         (ia64_override_options): Set init_machine_status and
156         mark_machine_status.
157         (rtx_needs_barrier): Handle bsp reads and writes.
158         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
159         New static variables.
160         (process_set, process_for_unwind_directive): New functions.
161         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
162         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
163         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
164         macros.
165         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
166         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
167         (struct machine_function): Define.
168         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
169         
170 2000-04-25  Bruce Korb  <bkorb@gnu.org>
171
172         * fixinc/Makefile.in: make the removal of old programs more
173         robust
174         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
175         install-bin and install-sh
176
177 2000-04-25  Nick Clifton  <nickc@cygnus.com>
178
179         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
180         defined, define to return zero.
181         (function_cannot_inline_p): If a function has any target
182         specific attributes, then use the macro
183         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
184         whether it can be inlined.  If it cannot, issue a suitable
185         explanation.
186
187         * tm.texi: Add a new node 'Inlining' to document the new macro
188         FUNCTION_ATTRIBUTE_INLINABLE_P. 
189
190 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
191
192         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
193         commentary. 
194
195 2000-04-25  Neil Booth  <NeilB@earthling.net>
196
197         Restore previous patch, plus the following fixes:
198
199         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
200         flags, not CPP_OPEN_PAREN.
201         * cpplex.c (expand_token_space, init_token_list,
202         cpp_free_token_list): Put the dummy token at list->tokens[-1].
203         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
204
205 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
206
207         * config/i386/freebsd.h (INT_ASM_OP): Define.
208
209 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
210
211         * loop.c (strength_reduce): Fix typo in the last checkin.
212
213 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
214
215         * stor-layout.c (finalize_record_size): Simplify to use existing
216         functions.
217         (compute_record_mode): No longer static.
218         * tree.h (compute_record_mode): New declaration.
219
220 2000-04-25  Neil Booth  <NeilB@earthling.net>
221
222         * Revert my patch below until cause of build failures
223         determined.
224
225 2000-04-25  Richard Henderson  <rth@cygnus.com>
226
227         * combine.c (combine_instructions): Add missing argument
228         to try_combine.
229
230         * toplev.c (rest_of_compilation): Delay sibcall optimization
231         until after emit_eh_context.
232
233 2000-04-24  Nick Clifton  <nickc@redhat.com>
234
235         * combine.c (combine_instructions): Do not try to combine a
236         sequence of insns when the second insn has been replaced by a
237         note.
238
239 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
240
241         * gcc.c (load_specs): New static function.
242         (read_specs): Use it.
243
244         * gcc.c (lookup_compiler): Make multiple passes for case
245         insensitive filesystems.
246
247 2000-04-24  Neil Booth  <NeilB@earthling.net>
248
249         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
250         * cpphash.h (_cpp_check_directive): new.
251         * cpplex.c (handle_newline, cpp_free_token_list,
252         init_trigraph_map, trigraph_ok, trigraph_replace,
253         backslash_start, skip_block_comment, skip_line_comment,
254         skip_whitespace, parse_name, parse_number, parse_string,
255         copy_comment, _cpp_lex_line, spell_char, spell_string,
256         spell_comment, spell_name, spell_other, _cpp_lex_file,
257         _cpp_output_list): new.
258         (expand_name_space): take length argument.
259         (init_token_list): add comment list initialisation.
260         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
261         instead of HSPACE_BEFORE.
262
263         * cpplib.c (_cpp_check_directive): new
264         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
265         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
266         (HSPACE_BEFORE): delete.
267         (TTYPE_TABLE): rearrange.
268         (struct cpp_toklist): update.   
269
270 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
271
272         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
273         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
274         argument form of AC_DEFINE.
275
276         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
277         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
278         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
279         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
280         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
281
282         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
283
284 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
285
286         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
287         deduced.h): Use -isystem, not -I, for including system headers.
288
289 2000-04-24  Nick Clifton  <nickc@cygnus.com>
290
291         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
292         the source register is the frame pointer or arg pointer.
293         (addsi3_small_int): Disallow if source register is the frame
294         pointer or arg pointer.
295
296 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
297
298         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
299         call to AC_MSG_RESULT.
300
301 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
302
303         * invoke.texi: Correct grammatical errors, document
304         -fno-gnu-keywords as identical to -fno-asm for C++.
305
306 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
307
308         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
309         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
310         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
311         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
312         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
313
314         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
315         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
316         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
317         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
318         new macros names.
319
320 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
321
322         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro. 
323         (pop_alignment): Likewise.
324         (handle_pragma_token): Likewise.
325
326 2000-04-24  Robert Lipe <robertlipe@usa.net>
327
328         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
329
330 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
331
332         * combine.c (try_combine): Update reg_nonzero_bits of
333         newi2pat before newpat.
334
335 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
336
337         * loop.c (strength_reduce): Simplify test to INSN_P.
338         (record_giv): Attempt to simplify the add value, use CONSTANT_P
339         expressions instead of CONST_INT.
340         (express_from_1): Likewise.
341
342 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
343
344         * regs.h (reg_n_max): Don't declare.
345         * flow.c (reg_n_max): Don't define.
346         * regclass.c (renumber): Don't initialize to zero.
347         (regno_allocated): Likewise.
348         (reg_n_max): Define.
349         (allocate_reg_info): Don't initialize unnecessarily.
350         
351 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
352
353         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
354         and blockage_p in the newly allocated attribute.
355
356 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
357
358         * config/mn10300/mn10300.md (addsi): `inc4' on address
359         registers does not modify cc, but `inc' on an extended
360         register does.
361
362 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
363
364         * reload.c (find_equiv_reg): Checks all valueno regs
365         as a reload_reg_p regs.
366
367 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
368
369         * cpphash.c (collect_objlike_expansion): Add sanity check.
370         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
371         the buffer is the empty string, return.  Mark __DATE__ and
372         __TIME__ as XCONST nodes, not MCONST.
373         (_cpp_macroexpand): Avoid pushing an empty buffer.
374         (funlike_macroexpand): Don't pop token_buffer here.
375
376 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
377
378         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
379         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
380         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
381         (REGNO_OK_FOR_BASE_P): Define in terms of them.
382         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
383         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
384         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
385
386 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
387
388         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
389         constant MULT givs.
390
391 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
392
393         * cpphash.h (struct definition): Move file, line, col members...
394         (struct hashnode): ... here.  Also add 'disabled' flag.
395         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
396         T_IDENTITY.  Remove T_DISABLED.               
397         Update prototypes.
398
399         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.     
400         (collect_expansion): Split into collect_objlike_expansion and
401         collect_funlike_expansion.                                 
402         (_cpp_macroexpand): Split out scan_arguments, stringify, and
403         funlike_macroexpand.
404         (_cpp_compare_defs): Rename compare_defs, make static.
405         (_cpp_make_hashnode): Initialize hp->disabled.  
406         (macro_cleanup): Adjust for new token types.  Clear
407         m->disabled.
408         (_cpp_create_definition): Move code here to determine what     
409         sort of macro it is, and code to check for redefinitions, from
410         do_define.  Implement a few simple cases without creating a   
411         full DEFINITION.
412         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
413         Handle the simple cases.                                 
414         (push_macro_expansion): Set buf->has_escapes and hp->disabled
415         here.
416
417         * cppinit.c (builtin_array): Change MCONST to XCONST
418         everywhere.
419         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
420         fix check for disabled and function-like macros.
421         * cpplib.c (do_define): Move most logic to
422         _cpp_create_definition.
423         (do_undef): Handle new special token types.
424
425 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
426
427         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
428         of CONSTANT_P for mult_val; always use validate_change to update insn.
429
430 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
431
432         * cpphash.c (trad_stringify, add_pat): New functions.
433         (collect_expansion): Restore support for -traditional syntax.
434         Use trad_stringify and add_pat.
435         (_cpp_macroexpand): Restore support for -traditional semantics.
436         * cpplex.c (_cpp_scan_line): Don't change space_before if we
437         get a COMMENT token.
438         (_cpp_lex_token): Provide COMMENT tokens to caller if
439         traditional and parsing_define_directive.
440         (skip_comment): Warn about // comments if -Wtraditional.
441         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
442         proper node type.
443         (do_undef): Don't warn about undefining EMPTY nodes.
444
445 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
446
447         * loop.c (strength_reduce): Fix biv removal code.
448
449 2000-04-22  Richard Henderson  <rth@cygnus.com>
450
451         * predict.c (estimate_probability): Examine both sides of
452         a branch for no exits.  Use 90% not 50% for predict taken.
453         Reorg for one copy of note generation code.
454
455 2000-04-22  Richard Henderson  <rth@cygnus.com>
456
457         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
458
459 2000-04-22  Richard Henderson  <rth@cygnus.com>
460
461         * diagnostic.c (init_output_buffer): Don't initialize format_args.
462         (output_clear): Likewise.
463         (output_printf): Use va_copy.
464         (vline_wrapper_message_with_location): Likewise.
465         (v_message_with_decl): Likewise.
466         (line_wrapper_printf): VA_START infor buffer.format_args directly.
467         * system.h (va_copy): Provide default implementation.
468
469 2000-04-22  Richard Henderson  <rth@cygnus.com>
470
471         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
472         the collected condition is not a constant.
473
474 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
475
476         * diagnostic.h: New file.
477
478         * Makefile.in (diagnostic.o): Depends on diagnostic.h
479
480         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
481         various function prototypes.
482         (diagnostic.h): #include.
483         (struct output_buffer): Move into diagnostic.h.
484         (get_output_prefix): Rename to output_get_prefix.  Export.
485         (init_output_buffer): Export. Break out.  Ajust intialization.
486         (output_space_left, output_append): Export.
487         (output_newline): Rename to output_add_newline.  Export.
488         (output_clear): Nullify additional output_buffer fields.
489         (output_puts): Rename to output_add_string.  Export.
490         (dump_output): Rename to output_flush_on.  Export.
491         (build_location_prefix): Constify return-type.
492         (emit_output_prefix): Rename to output_emit_prefix. Export.
493         (set_real_maximum_length): New function.
494         (output_set_maximum_length): Ditto
495         (output_clear): Ditto.
496         (output_add_character): Ditto.
497         (output_add_integer): Ditto.
498         (output_add_space): Ditto.
499         (output_format): Ditto.
500         (output_printf): Adjust buffer initialization.
501         (vline_wrapper_message_with_location): Ditto.
502         (v_message_with_decl): Ditto.  Adjust call to output_puts
503         and get_output_prefix.
504         (default_print_error_function): Adjust buffer intialization.
505
506 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
507
508         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
509         of VOID_TYPE.
510
511 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
512
513         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
514         of explicit 0.
515
516 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
517
518         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
519         accurate data about SP moves.
520
521 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
522
523         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
524         aliases to AM33 registers.
525
526 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
527
528         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
529         to all EXTENDED bitmaps.
530
531 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
532
533         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
534         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
535         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
536
537 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
538
539         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
540         the operand is not constant.
541
542 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
543
544         * reload.c (find_equiv_reg): Checks all valueno and regno regs
545         as a call-clobbered regs.
546
547 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
548
549         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
550         * rtl.h: Likewise.
551         * rtl.def: Update comment.
552         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
553         * integrate.c (expand_inline_function): Likewise.
554         * profile.c (branch_prob): Likewise.
555         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
556         * print-rtl.c (print_rtx): Likewise.
557         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
558         (reemit_notes): Likewise; also use enum insn_note.
559
560         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
561         (place_field): Properly compute know and actual alignment.
562
563         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
564         in proper format.
565
566         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
567         note for REG1.
568
569 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
570
571         * cpphash.c (struct arg, struct arglist): Const-ify strings.
572         (warn_trad_stringify, duplicate_arg_p): New helper functions.
573         (collect_expansion): Rewrite to scan over a token list.
574         Remove -traditional support.
575         (collect_formal_parameters): Rename to collect_params; rewrite
576         to scan over a token list.
577         (_cpp_create_definition): Adjust to scan a token list.
578         (_cpp_macroexpand): Remove -traditional support.
579         (_cpp_compare_defs): Whitespace is now canonicalized.
580         (comp_def_part): Delete function.
581
582         * cpphash.h: Update prototypes.
583         * cpplex.c (init_token_list): Don't set lineno if there is no
584         buffer.
585         (pedantic_whitespace): New function.
586         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
587         consume a newline.  Use pedantic_whitespace.
588         (_cpp_lex_token): Remove support for -traditional macros.
589         (_cpp_get_define_token): Delete.
590         (_cpp_get_directive_token): Do the real work here.  Use
591         pedantic_whitespace.
592         (_cpp_init_input_buffer): Initialize pfile->directbuf.
593
594         * cpplib.c (get_macro_name): Delete.
595         (do_define): Read the entire line into pfile->directbuf, then
596         feed the token list to _cpp_create_definition.
597         * cpplib.h (HSPACE_BEFORE): new define.
598         (struct cpp_reader): Add a toklist member, "directbuf".
599
600         * predict.c (estimate_probability): New heuristic: if a jump
601         branches around a block with no successors, predict it taken.
602         Disentangle control flow.
603
604 2000-04-20  Richard Henderson  <rth@cygnus.com>
605
606         * loop.c (emit_iv_add_mult): Revert last change.
607
608 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
609
610         * cpplib.h (enum cpp_ttype): Add token types for all
611         punctuators.  Distinguish pp-numbers from valid C numbers.
612         Give some tokens better names.  Initialize from macro.    
613         (struct cpp_name, cpp_token, cpp_toklist): New data   
614         structures.
615         Update prototypes.
616         * cpplex.c (bump_column, expand_name_space,
617         expand_token_space, init_token_list, cpp_output_list,
618         _cpp_scan_line):  New functions.
619         (output_line_command): Add third argument, new line number.
620         * cpphash.h: Update prototypes.
621         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
622         token names.
623
624 2000-04-20  Richard Henderson  <rth@cygnus.com>
625
626         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
627
628 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
629
630         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
631         object pointed to.
632
633 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
634
635         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
636         REG_EQUAL note explaining the calculated value.
637
638         * calls.c (expand_call): Avoid unnecesary precalculation
639         and outgoing parameters space guarding for sibling calls.
640         (store_one_arg): Likewise.
641
642 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
643
644         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
645         (rest_of_compilation): Write sibling dump file and account
646         for time as jump time.
647         * invoke.texi: Update documentation on dump flags.
648
649 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
650
651         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
652
653 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
654
655         * cpphash.c (special_symbol): Represent an empty macro with
656         "\r \r " not just "\r ".
657         (_cpp_macroexpand): Correct condition for the foo ( ) special
658         case.
659         (unsafe_chars): Handle EOF as second argument.
660         (push_macro_expansion): Simplify test for removing escape at
661         end.  Do not trim both escapes if there is no text in between.
662
663 2000-04-19  Jim Blandy  <jimb@redhat.com>
664
665         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
666         of PTR_SIZE, when appropriate.
667
668 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
669
670         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
671         (USE_ENUM_BITFIELDS): Fix typo.
672
673 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
674
675         * stor-layout.c (place_field): Set rli->offset_align properly.
676
677 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
678
679         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
680         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
681         PARM_BOUNDARY): Remove unnecessary casts.
682
683 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
684
685         * calls.c (precompute_arguments): Remove must_preallocate and
686         args_size calls.
687         (expand_call): Update call of precompute_arguments.
688
689         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
690         check_insn_for_givs): Break out from ...
691         (strength_reduce) ... here; use for_every_insn_in_loop to call
692         check_insn_for_givs.
693         * loop.h (for_every_insn_in_loop): Declare.
694         (loop_insn_callback): New type.
695
696 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
697
698         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
699         not nul-terminated.
700
701 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
702
703         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
704         flag_pic and RELOC.
705
706 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
707
708         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
709
710         * configure.in: Delete --disable-cpplib option and all
711         references to cpp_main.
712         * configure: Regenerate.
713         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
714         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
715         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
716         cpp$(exeext).  Add --no-headers to makeinfo command line when
717         generating INSTALL.  Install and uninstall cpp.1 manpage, not
718         cccp.1.
719         * install.texi: Delete all references to cexp.y/cexp.c.
720         Delete ancient instructions for compiling GCC on 3b1.
721         * INSTALL: Regenerate.
722
723         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
724         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
725         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
726         cexp.c/cexp.y.
727         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
728         which is no longer tested anywhere.
729         
730         * cppinit.c (handle_option): Don't run error message through
731         gettext twice.
732
733 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
734
735         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
736         * cpperror.c (hashtab.h): Now include.
737         * cppexp.c (hashtab.h): Likewise.
738         * cpplex.c (hashtab.h): Likewise.
739         * cppfiles.c (hashtab.h): Likewise.
740         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
741         to htab_find_slot_with_hash.
742         * cpphash.c (hashtab.h): Now include.
743         (_cpp_lookup_slot): INSERT is now enum insert_option.
744         * cpphash.h (_cpp_lookup_slot): Likewise.
745         * cppinit.c (hashtab.h): Include earlier.
746         (initialize_builtins): Pass enum to htab_find_slot.
747         * cpplib.c (hashtab.h): Now include.
748         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
749         (do_pragma_poison, do_assert): Likewise.
750         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
751         htab_find_slot_with_hash.
752         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
753         * tree.c (type_hash_add): Likewise.
754         (build1): Minor cleanup.
755
756         * ggc-common.c: Add missing blanks.
757         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
758         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
759
760         * stmt.c (mark_case_node): New function.
761         (mark_case_nesting): Call it.
762
763         * expmed.c (emit_store_flag): If comparing two-word integer
764         with zero, can optimize NE, EQ, GE, and LT.
765
766         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
767         * conflict.c: Minor cleanups.
768         * optabs.c: Add blank line
769         * simplify-rtx.c: Minor cleanups.
770
771 2000-04-18  Stan Cox  <scox@cygnus.com>
772
773         * gengenrtl.c (genlegend): Fix misspelling.
774
775 2000-04-18  Robert Lipe  <robertlipe@usa.net>
776
777         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
778         bitfields of the host compiler are not signed quantities.
779         * config.in: Regenerate.
780         * configure: Regenerate.
781         * system.h (USE_ENUM_BITFIELDS): Added.
782         (ENUM_BITFIELDS): Added.
783         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
784         (SHORT_ENUM_BUG): Deleted.
785         * tree.h (tree_common): Members `code', `mode', `built_in_class', 
786         now ENUM_BITFIELD.
787         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
788         (CODE_FIELD_BUG): Likewise.
789         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
790         (OLD_CC): Likewise.
791         * config/m68k/x-ccur (X_CFLAGS): Likewise.
792
793 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
794
795         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
796         mark is active.
797
798 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
799
800         * cppexp.c (lex): Don't assume tokens are NUL terminated.
801         * cpplib.c (do_include, do_import, do_include_next,
802         read_line_number, detect_if_not_defined): Likewise.
803         * cpphash.c (collect_expansion): Likewise.
804         (special_symbol, _cpp_macroexpand): Check return from
805         cpp_file_buffer.
806         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
807         macros.  Delete all uses.
808
809         * gcc.dg/cpp-mi.c: Add two more test cases.
810         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
811
812 2000-04-17  Richard Henderson  <rth@cygnus.com>
813
814         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
815         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
816
817 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
818
819         * function.c (expand_function_start): Use hard_function_value to
820         compute the RTL to use for DECL_RESULT.
821
822 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
823
824         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
825         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
826          x86_memory_mismatch_stall): New global variables.
827         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
828         alloved; fix load penalties for Athlon.
829         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
830         x86_memory_mismatch_stall): Declare.
831         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
832          TARGET_MEMORY_MISMATCH_STALL): New.
833         * i386.md (athlon scheduling parameters): Fix latencies according to
834         Athlon Optimization Manual.
835         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
836         vector.
837         (fsqrt instruction patterns): Set athlon_decode to direct.
838         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
839         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
840         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
841         and TARGET_PARTIAL_REGISTER_STALL machines.
842         (pushdf_nointeger): New pattern.
843         (pushdf_integer): Rename from pushdf.
844         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
845         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
846
847 2000-04-17  Richard Henderson  <rth@cygnus.com>
848
849         * loop.c (canonicalize_condition): Add WANT_REG argument.
850         Stop the search if we match it.
851         * expr.h (canonicalize_condition): Update decl.
852         * predict.c (expected_value_to_br_prob): Use it.  Track last
853         expected value note.
854         (find_expected_value): Remove.
855
856         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
857
858 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
859
860         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
861         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
862         a plain file.
863         * configure.in: Call AC_FUNC_MMAP_FILE.
864         * configure: Regenerate.
865         * config.in: Regenerate.
866
867         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
868         * fixinc/fixincl.c: Likewise.
869
870 2000-04-17  Richard Henderson  <rth@cygnus.com>
871
872         * builtins.c (expand_builtin_expect): New.
873         (expand_builtin): Call it.
874         * builtins.def (BUILT_IN_EXPECT): New.
875         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
876         * extend.texi: Document it.
877
878         * predict.c (expected_value_to_br_prob): New.
879         (find_expected_value): New.
880         * basic-block.h (expected_value_to_br_prob): Declare.
881         * toplev.c (rest_of_compilation): Invoke it.
882
883         * rtl.h (NOTE_EXPECTED_VALUE): New.
884         (NOTE_INSN_EXPECTED_VALUE): New.
885         * rtl.c (note_insn_name): Update.
886         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
887         cases; handle NOTE_INSN_EXPECTED_VALUE.
888
889 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
890
891         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
892         leaf sibcall delay slot if flag_pic.
893         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
894
895 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
896
897         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
898
899         * fixproto: If fix-header fails, exit with an error.
900
901 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
902
903         * cse.c (struct check_depdendence_data): New.
904         (check_dependence): New function.
905         (invalidate): Use check_depdenence.
906
907 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
908
909         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
910         UNITS_PER_WORD is unsigned.
911
912         * tree.h (struct tree_common): Remove misleading comment.
913
914 2000-04-16  Dave Pitts  <dpitts@cozx.com>
915
916         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
917         message in quotes. Otherwise, IBM's make program treats the '#' as the
918         start of a comment and ignores the remainder of the line.
919
920         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
921         upper case.
922         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
923         * cexp.y (initialize_random_junk): Likewise.
924         * cppfiles.c (find_include_file): Cast alloca return value.
925         * cppinit.c (initialize_standard_includes): Likewise.
926         * cpplib.c (cpp_define, cpp_undef): Likewise.
927         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
928         * final.c (output_asm_insn): Allow for holes in EBCDIC.
929         * fold-const.c (CHARMASK): New.
930         (real_hex_to_f): Use it.
931         * real.c (CHARMASK): New.
932         (etoasc, asctoeg): Use it.
933         (asctoeg): EBCDIC lower case characters preceed upper case.
934
935         * i370.c (mvs_add_label): Change spacing for coding conventions.
936         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
937         outputing case vectors.
938         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
939         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
940         since vector in in the data CSECT.
941         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
942         * i370.md (Many patterns): Put the length in the XL directives.
943         (movdi): Put back STM and MVC in definition.
944         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
945         pattern using the TCA.
946         * oe.h (CPP_SPEC): Added to allow trigraphs.
947         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
948         not support the "long long" type.
949
950 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
951
952         * config/mips/mips-protos.h (mips_legitimate_address_p): New
953         function.
954         (mips_reg_mode_ok_for_base_p): Likewise.
955         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
956         (REG_OK_FOR_INDEX_P): Define unconditionally.
957         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
958         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
959         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
960         that GET_MODE_SIZE is unsigned.
961         (mips_reg_mode_ok_for_base_p): Define.
962         (mips_legitimate_address_p): Likewise.  Adjust now
963         that GET_MODE_SIZE is unsigned.
964         (block_move_loop): Make the number of bytes unsigned.
965         (expand_block_move): Likewise.
966         (function_arg): Make the loop counter unsigned to match the
967         boundary condition.
968
969 2000-04-16  Richard Henderson  <rth@cygnus.com>
970
971         * rtl.h (enum insn_note): New enumeration.  Subsume
972         NOTE_INSN_DELETED and friends.
973         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
974         * rtl.c (note_insn_name): Tweak string order.
975
976 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
977
978         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
979         to offset * 2.
980
981         * cpplex.c (output_line_command): Remove debugging prints.
982         (cpp_output_tokens): Don't write out a zero-length buffer or
983         try to see if it has a newline in it.
984         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
985         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
986         the end of the loop.  Use memmove.  Don't read past the end of
987         the buffer.  Remove trailing newlines from error messages.
988
989 2004-04-16  Neil Booth  <NeilB@earthling.net>
990
991         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
992         * cpplib.c: Add new syntax flags to directive table, and
993         supporting macros.
994
995 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
996
997         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
998         using ret $N.
999
1000 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
1001
1002         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
1003         * haifa-sched.c: Update -fsched-verbose comments to use "=".
1004
1005 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1006
1007         * Makefile.in (ggc-page.o): Now includes toplev.h.
1008         * ggc-page.c (toplev.h): Now included.
1009         (gc_time): Remove declaration.
1010         (ggc_collect): TIME now long.
1011         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
1012         others static.
1013         * toplev.h (gc_time, parse_time, gc_time): New declarations.
1014
1015         * toplev.c: Make *_time variable long to reduce chance of overflow.
1016         (TIMEVAR): Likewise for `otime'.
1017         (print_time): Arg is now long; compute percentage in FP and round.
1018         * toplev.h (print_time): Arg is long.
1019
1020         * tree.c: Minor whitespace changes.
1021
1022         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
1023         * configure: Rebuilt.
1024         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
1025         (__fixunsxfDI): Renamed from __fixunsxfdi.
1026         (__fixunsdfDI): Renamed from __fixunsdfdi.
1027         (__fixunssfDI): Renamed from __fixunssfdi.
1028         (__floatdisf): Use proper type in REP_BIT macro.
1029         (__fixunsxfSI): Renamed from __fixunsxfsi.
1030         (__fixunsdfSI): Renamed from __fixunsdfsi.
1031         (__fixunssfSI): Renamed from __fixunssfsi.
1032         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
1033         Change location of macros and upper-case some names as above.
1034         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
1035         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
1036
1037         * varasm.c (assemble_variable): Add cast to remove warning.
1038         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
1039
1040         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
1041         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
1042         region number to -1.
1043
1044 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
1045
1046         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
1047         call unshare_all_rtl.
1048
1049         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
1050
1051 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
1052
1053         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
1054         Use .s1 not .s0 for all FP instructions.
1055
1056 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
1057
1058         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
1059         interfaces.
1060         (safe_fwrite, output_line_command): New static functions.
1061         (cpp_expand_to_buffer): Now private to cpplib.
1062         (cpp_scan_buffer): Take a printer.
1063
1064         * cpphash.h: Update prototypes.
1065         * cpplib.h: Update prototypes.
1066         (cpp_printer): New.
1067         (cpp_buffer): Remove last_nominal_fname.
1068         (cpp_reader): Remove lineno.
1069
1070         * cppmain.c: Use a cpp_printer.
1071         * fix-header.c: No need to inhibit line commands.  Call
1072         cpp_start_read with no printer.
1073
1074         * cpperror.c (cpp_notice_from_errno): Provide default name.
1075         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
1076         (find_include_file, cpp_read_file): Use make_IHASH.
1077         (file_cleanup): Set control_macro and clear
1078         input_stack_listing_current here.
1079         (_cpp_execute_include): Don't output entering-file marker.
1080         * cpphash.c (special_symbol): Look for the line number in the
1081         buffer, not the reader.
1082         (_cpp_macroexpand): No need to disable line commands.
1083         (_cpp_dump_definition): No need to generate line commands.
1084         (dump_hash_helper): Remove excess newline from output.
1085         * cppinit.c (dump_special_to_buffer): No need to generate line
1086         commands.
1087         (cpp_printer_init): New.
1088         (cpp_start_read): Take a printer, and start it up if it's not
1089         NULL.  No need to generate line commands.
1090         (cpp_finish): Expect no buffers stacked at all.  Take a
1091         printer argument, and flush the output buffer if it's not
1092         NULL.
1093         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
1094         Don't put two hashes at the beginning of an assertion.
1095         (cpp_get_token): Don't increment pfile->lineno or emit line
1096         commands here.  Return EOF if there's no buffer when we get
1097         EOF.
1098         * cpplib.c (do_define, skip_if_group): 
1099         No need to disable line commands.
1100         (_cpp_output_line_command): Delete function.
1101         (do_line): Don't emit line commands here, but set things up so
1102         they will be emitted if necessary.  Use _cpp_fake_ihash to
1103         make unique nominal_fnames if necessary.
1104         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
1105         with 0 for column, not -1.
1106         (_cpp_handle_eof): Don't set the control macro here.  Don't
1107         clear input_stack_listing_current here.  Don't emit line
1108         commands.
1109
1110 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
1111
1112         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
1113         always, use the default SVR4 start address.
1114
1115         * config/rs6000/linux.h (LINK_SPEC): Don't define.
1116         (LINK_SHLIB_SPEC): Define.
1117         (LINK_START_DEFAULT_SPEC): Define.
1118         (LINK_OS_DEFAULT_SPEC): Define.
1119
1120         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
1121
1122         * config/rs6000/eabi.asm (__eabi): Call __init rather than 
1123         __do_global_ctors to handle constructors.
1124         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
1125         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
1126         (STARTFILE_MVME_SPEC): Likewise.
1127         (STARTFILE_SIM_SPEC): Likewise.
1128         (ENDFILE_ADS_SPEC): Use crtend.
1129         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
1130         (ENDFILE_MVME_SPEC): Likewise.
1131         (ENDFILE_SIM_SPEC): Likewise.
1132         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
1133         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
1134         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
1135         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
1136         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
1137         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
1138         (CRTSTUFF_T_CFLAGS_S): Define.
1139         * config/rs6000/eabi-ctors.c: Delete.
1140         
1141         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
1142         boundary.
1143         (__fini): Likewise.
1144         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
1145         boundary.
1146         (__fini): Likewise.
1147
1148 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
1149
1150         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
1151         plus mask size is smaller or equal to the mode size.
1152
1153 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1154
1155         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
1156         not yet set.
1157
1158         * expr.c (reload.h): Now included.
1159         (emit_block_move): Set volatile_ok when checking for movstr.
1160         (emit_move_1): Check for replacements in addresses in multi-word case.
1161         * Makefile.in (expr.o): Now includes reload.h.
1162
1163         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
1164         Never have a LIBCALL end a basic block.
1165         (find_basic_blocks_1): Likewise.
1166         Reorganize CALL_INSN cases.
1167
1168         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
1169
1170 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
1171
1172         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
1173         completers from mov.ret instruction.
1174
1175 2000-04-14  Richard Henderson  <rth@cygnus.com>
1176
1177         * fold-const.c (extract_muldiv): Don't distribute and widen
1178         multiply across plus for non-sizetype unsigned types.
1179
1180 2000-04-14  Richard Henderson  <rth@cygnus.com>
1181
1182         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
1183         If the original source is dead in the incr insn, it's dead now.
1184
1185 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1186
1187         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
1188         see if DECL_BIT_FIELD needs to still be set.
1189
1190         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
1191
1192         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
1193         print_int_cst_octal with something that's not an INTEGER_CST.
1194
1195         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
1196         and not a SUBREG to a FLOAT rtl.
1197
1198 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
1199
1200         * emit-rtl.c (try_split): Avoid infinite loop if the split
1201         results in a sequence that contains the original insn.
1202
1203 2000-04-13  Andreas Jaeger  <aj@suse.de>
1204
1205         * config/mips/mips.c (expand_block_move): Pass alignment
1206         argument to move_by_pieces in bits, not bytes.
1207
1208         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
1209         __pic__ for little endian.
1210
1211 2000-04-13  Andreas Jaeger  <aj@suse.de>
1212
1213         * config/i386/i386-protos.h: Add prototype for
1214         uno_comparison_operator.
1215
1216 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1217
1218         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
1219         * calls.c (ECF_PURE): New flag.
1220         (emit_call_1): Handle ECF_PURE calls.
1221         (initialize_argument_information): Unset ECF_PURE flag too.
1222         (precompute_arguments): Precompute for ECF_PURE too.
1223         (expand_call): Handle ECF_PURE calls too.
1224         (emit_library_call_value_1): Rename no_queue argument to fn_type,
1225         accept value of 2 as pure function.
1226         (emit_library_call_value, emit_library_call): Rename no_queue argument
1227         to fn_type.
1228         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
1229
1230         * tree.h (DECL_IS_PURE): New macro.
1231         (struct tree_decl): Add pure_flag.
1232         * c-common.c (enum attrs): Add attribute "pure".
1233         (init_attributes): Initialize attribute "pure"
1234         (decl_attributes): Handle attribute "pure".
1235         * extend.texi (Attribute "pure"): Document.
1236         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
1237         in pure function.
1238         (flags_from_decl_or_type): Support attribute "pure".
1239
1240 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
1241
1242         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
1243         the token except for numbers and identifiers.
1244
1245 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
1246
1247         * i386.c (ix86_expand_binary_operator,
1248         ix86_expand_unary_operator): Check no_new_pseudos
1249         instead of reload_in_progress and reload_completed.
1250         (ix86_split_ashldi, ix86_split_ashrdi,
1251         ix86_split_lshrdi): Check no_new_pseudos instead
1252         of reload_completed.
1253
1254 2000-04-12  Jeffrey A Law  (law@cygnus.com)
1255
1256         * function.c (purge_addressof): Unshare any shared rtl created by
1257         purge_addressof and its children.
1258
1259 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
1260
1261         * function.c (aggregate_value_p): VOID_TYPE nodes are never
1262         aggregates.
1263
1264 2000-04-05  Andreas Jaeger  <aj@suse.de>
1265
1266         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
1267         not compiling PIC code, add flags for mabi=64.
1268         (SUBTARGET_CPP_SIZE_SPEC): New.
1269         (SUBTARGET_CPP_SPEC): New.
1270         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
1271         for MIPS/Linux and lots of code needs these defines.
1272
1273 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
1274
1275         * reorg.c (fill_slots_from_thread): Check side_effects_p when
1276         trying the "opposite arithmetic" approach.
1277
1278 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1279
1280         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
1281         (struct sh_args): Add new field force_mem.
1282         (INIT_CUMULATIVE_ARGS): Initialize it.
1283         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
1284
1285 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1286
1287         * calls.c (expand_call): Do not reverse args in "equal from" field.
1288         (emit_library_call_value_1): Emit_libcall_block for const and pure
1289         function.
1290
1291 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1292
1293         * reload1.c (reload_combine): Don't enable optimization for fixed
1294         registers when encountering a BARRIER.
1295
1296 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1297
1298         * builtins.c (expand_builtin_memcmp): Do expansion even with
1299         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
1300
1301         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
1302         stack is propertly aligned; add sanity checking for aligned
1303         stack pointer.
1304         (expand_library_call_value_1): Add sanity checking for aligned
1305         stack pointer.
1306
1307 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
1308  
1309         * calls.c (emit_library_call_value_1): Change 3rd arg to
1310         locate_and_pad_parm to disregard the setting of partial.
1311
1312 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1313
1314         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
1315
1316         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
1317         CALL_INSN from the normal case.
1318
1319 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1320
1321         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
1322         New global variables.
1323         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
1324         adjustment.
1325         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
1326         Declare,
1327         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
1328          TARGET_ADD_ESP_8): New macros.
1329         * i386.md: Add peep2s to convert esp adjustments to push and pop
1330         instructions.
1331         (pushsi_prologue, popsi_epilogue): New patterns.
1332
1333 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
1334
1335         * real.c (toe64): Remove stale #endif from the last change.
1336
1337 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
1338
1339         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
1340         * real.c (toe64): Revert previous change.
1341
1342 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
1343
1344         * objc/objc-act.c: Include ggc.h.
1345         (objc_tree_index, objc_global_trees): Convert most of the
1346         static tree variables into a static array with previous names
1347         as defines.
1348         (objc_ellipsis_node): New variable.
1349         (lang_init): Call objc_act_parse_init and c_parse_init.
1350         Create objc_ellipsis_node.
1351         (build_selector_translation_table): Use objc_ellipsis_node instead
1352         of (tree)1.
1353         (hack_method_prototype): Likewise.
1354         (get_arg_type_list): Likewise.
1355         (start_method_def): Likewise.
1356         (continue_method_def): Likewise.
1357         (gen_method_decl): Likewise.
1358         (ggc_mark_imp_list): New function.
1359         (ggc_mark_hash_table): New function.
1360         (objc_act_parse_init): New function.
1361         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
1362         * c-parse.in (c_parse_init): For objc add roots of objc specific
1363         local tree variables.
1364         * objc/objc-parse.y: Rebuilt.
1365         * objc/objc-parse.c: Rebuilt.
1366         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
1367
1368 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
1369
1370         * cse.c (delete_trivially_dead_insns): Also delete insns
1371         that copy a register to itself where the destination is
1372         a strict_low_part.
1373
1374 2000-04-11  Richard Henderson  <rth@cygnus.com>
1375
1376         * flow.c (struct propagate_block_info): Add new_dead, new_live.
1377         (propagate_block): Initialize them.  Use them in parallel instead
1378         of one tmp variable, ie revert much of the 0408 and 0407 functional
1379         changes, but keep the structural changes.
1380         (mark_set_regs): Take new_dead from propagate_block_info instead.
1381         (mark_set_1, mark_set_reg): Likewise.
1382         (mark_used_regs): Likewise with new_live.
1383         (mark_used_reg): Likewise.  Revert 0408 change.
1384
1385 2000-04-11  Nick Clifton  <nickc@cygnus.com>
1386
1387         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
1388         restriction.
1389         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
1390
1391 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1392
1393         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
1394         const section to output a CONSTRUCTOR based on the same conditions
1395         used for VAR_DECLs.
1396
1397 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
1398
1399         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
1400         * pa/pa-protos.h (output_call): Add additional argument indicating
1401         if the call is a sibling/tail call.
1402         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
1403         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
1404         (function_arg, function_arg_partial_nregs): Likewise
1405         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
1406         (emit_move_sequence): Zero extend certain constants as needed
1407         for TARGET_64BIT.
1408         (compute_zdepdi_operands, output_64bit_and): New functions.
1409         (output_64bit_ior, function_arg): Likewise.
1410         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
1411         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
1412         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
1413         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
1414         (output_bvb): Likewise.
1415         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
1416         (output_call): New argument 'sibcall'.  Generate sibcall sequences
1417         as needed.
1418         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
1419         (ouput_arg_descriptor): Do not emit argument descriptors for
1420         TARGET_64BIT.
1421         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
1422         defined.
1423         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
1424         (FUNCTION_OK_FOR_SIBALL): Define.
1425         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
1426         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
1427         (CPP_SPEC): Use new spec infrastructure.
1428         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
1429         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
1430         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
1431         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
1432         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
1433         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
1434         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
1435         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
1436         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
1437         (FUNCTION_ARG); Call out to C code.
1438         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
1439         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
1440         (MIN_UNITS_PER_WORD): Likewise.
1441         * pa/pa.md (cmpdi): New expander.
1442         (scc patterns, movstrsi): Not available for TARGET_64BIT.
1443         (64bit conditional arithmetic): New patterns.
1444         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
1445         (movsicc): Not available if modes on all the operands to not match.     
1446         (movdicc): New expander and associated patterns.
1447         (64bit branches): New patterns.
1448         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
1449         (pre_ldd, post_std): New patterns.
1450         (64bit addil, load low part): New patterns.
1451         (special movsf constant): Not available for TARGET_64BIT.
1452         (movsf, movdf expanders): Force constants into memory.
1453         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
1454         (64bit movdf/movdi patterns): New patterns.
1455         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
1456         for TARGET_64BIT.
1457         (extendqidi2, extendhidi2, extendsidi2): Similarly.
1458         (adddi3 expander): Allow "arith_operand" for second input.
1459         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
1460         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
1461         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
1462         (muldi3): New expander for TARGET_64BIT.
1463         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
1464         for TARGET_64BIT.
1465         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
1466         patterns for TARGET_64BIT.
1467         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
1468         patterns for TARGET_64BIT.
1469         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
1470         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
1471         (sibcall_epilogue): New expander.
1472         (casesi): Tweak for TARGET_64BIT.
1473         (call expanders): Set & use the outgoing argument pointer.  Use the
1474         64bit call patterns as needed. Add additional arg to output_call.
1475         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
1476         (sibcall, sibcall_internal_symref): New expanders.
1477         (sibcall_value, sibcall_value_internal_symref
1478         (interspace_jump): Turn into an expander + matching patterns.
1479         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
1480         * pa/pa64-regs.h: Eliminate trigraph sequences.
1481         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
1482
1483 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
1484
1485         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
1486         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
1487         cpp_token with cpp_ttype everywhere.
1488         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
1489         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
1490         CPP_BUF_COL.  Line and column numbers are unsigned int, not
1491         long.
1492         * cpplex.c (cpp_buf_line_and_col): Delete.
1493         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
1494         'long lineno' to 'unsigned int lineno'.
1495         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
1496
1497 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
1498
1499         * extend.texi: ISO C99 is not a draft anymore.
1500         * invoke.texi: ISO C++ is not a draft anymore.
1501         * cpp.texi: __cplusplus is required by the ISO standard.
1502
1503         * extend.texi (-fthis-is-variable): Undocument.
1504         * flags.h (warn_template_debugging): Remove declaration.
1505         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
1506         -Wenum-clash, -Wtemplate-debugging): Undocument.
1507
1508 2000-04-10  Nick Clifton  <nickc@cygnus.com>
1509
1510         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
1511         integer.
1512         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
1513         integer.
1514         (ARM_SIGN_EXTEND): Use HOST_UINT.
1515         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
1516         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
1517         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
1518         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
1519
1520         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
1521         (arm_gen_constant): Use HOST_UINT.
1522         (arm_canonicalize_constant): Use HOST_UINT.
1523         (arm_reload_in_hi): Use HOST_UINT.
1524         (arm_reload_out_hi): Use HOST_UINT.
1525         (output_multi_immediate): Use HOST_UINT.
1526         (int_log2): Use HOST_UINT.
1527         (arm_poke_function_name): Use HOST_UINT.
1528         (arm_output_epilogue): Use arm_volatile_func().
1529         (output_thumb_prologue): Use arm_strip_name_encoding().
1530         
1531 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1532
1533         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
1534         of sequence point problems.
1535
1536 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
1537
1538         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
1539         Recomment.
1540         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
1541
1542 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1543
1544         * sbitmap.h: Whitespace changes and use upper-case macro args.
1545         (struct simple_bitmap_def): All sizes now unsigned.
1546         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
1547         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
1548         (sbitmap_vector_alloc): Parms and local vars now unsigned.
1549         (sbitmap_zero): Cast bzero arg to PTR.
1550         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
1551         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
1552         loop to make structure clearer.
1553         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
1554         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
1555         (sbitmap_a_and_b_or_c): Likewise.
1556         (sbitmap_intersection_of_succs): Minor cleanups.
1557         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
1558         (sbitmap_union_of_preds): Likewise.
1559         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
1560         (debug_sbitmap): New function.
1561         
1562         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
1563         * c-typeck.c (convert_for_assignment): Likewise.
1564
1565         * expmed.c (init_expmed): Don't free objects we make.
1566         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
1567
1568         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
1569         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
1570
1571         * gcse.c (expr_hash_table_size): Now unsigned.
1572         (compute_ae_gen): Local variable `i' now unsigned.
1573         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
1574         (compute_transout, hoist_code): Likewise.
1575         (compute_local_properties): Likewise, also hash_table_size.
1576         (alloc_expr_hash_table): N_INSNS now unsigned.
1577         (delete_null_pointer_checks): Mark arg F as unused.
1578
1579         * regrename.c: Minor cleanups, including chang some variables
1580         to unsigned int.
1581
1582 2000-04-10  Neil Booth  <NeilB@earthling.net>
1583
1584         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
1585         than GETC ().
1586         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
1587
1588 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
1589
1590         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
1591         __classof__, and __headof__ from the list of gnu keywords.
1592         (-ansi): Remove -foperator-names from list of implied options. 
1593         Do not call it ANSI C++.
1594         (-foperator-names): Document as -fno-operator-names.
1595
1596 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
1597
1598         * cpphash.c (timestamp): Delete.
1599         (del_HASHNODE): If type is T_MCONST, free value.cpval.
1600         (special_symbol): Remove unnecessary braces.  Remove
1601         T_VERSION.  Treat T_STDC like T_CONST unless
1602         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
1603         when one is encountered, then convert them into T_MCONST
1604         nodes.
1605         * cppinit.c (builtin_array): version_string is T_MCONST.
1606         __STDC__ has a "1" in its cpval.  Don't have a terminator
1607         entry.  Clean up which entries are dumped.
1608         (initialize_builtins): Only __STDC__ gets the special
1609         -traditional treatment.  Count the length of builtin_array.
1610         Render version_string here.
1611         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
1612         * cpplib.h (struct cpp_reader): Remove timebuf. 
1613
1614 2000-04-09  Richard Henderson  <rth@cygnus.com>
1615
1616         * genrecog.c (pred): Update comparison_operator for the unordered
1617         operators.
1618
1619         * config/i386/i386.c (no_comparison_operator): Disallow unordered
1620         operators.
1621         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
1622         (uno_comparison_operator): New.
1623         (put_condition_code): Handle UNORDERED/ORDERED.
1624         (unsigned_comparison): Likewise.
1625         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
1626         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
1627         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
1628         update all callers.  Handle all 8 unordered operators.
1629         (ix86_expand_setcc): Lose the unordered argument, update all callers.
1630         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
1631         * config/i386/i386.h (PREDICATE_CODES): Update.
1632         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
1633         (ix86_expand_branch, ix86_expand_setcc): Update.
1634         * config/i386/i386.md (sunordered, sordered): New.
1635         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
1636         (bunordered, bordered): New.
1637         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
1638         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
1639         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
1640
1641 2000-04-09  Philip Blundell  <philb@gnu.org>
1642
1643         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
1644         
1645 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
1646
1647         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
1648         fix_truncxfhi2): New patterns.
1649         * i386.c (output_fix_trunc): Handle converting to HImode.
1650
1651 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
1652
1653         * ssa.c (convert_to_ssa): Eliminate dead code when calling
1654         life_analysis.  
1655         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
1656         (for_each_successor_phi): Change parameter to basic_block.
1657         (coalesce_regs_in_successor_phi_nodes): Likewise.
1658         (coalesce_regs_in_copies): Likewise.
1659         (compute_coalesced_reg_partition): Use basic_block instead of index.
1660         * rtl.h (convert_to_ssa): Delete.
1661         (convert_from_ssa): Likewise.
1662         (successor_phi_fn): Likewise.
1663         (for_each_successor_phi): Likewise.
1664         (in_ssa_form): Likewise.
1665         * basic-block.h (convert_to_ssa): Moved from rtl.h.
1666         (convert_from_ssa): Likewise.
1667         (successor_phi_fn): Likewise.
1668         (in_ssa_form): Likewise.
1669         (for_each_successor_phi): Likewise.  Change parameter to basic_block. 
1670         * flow.c (calculate_global_regs_live): Pass a basic_block to
1671         for_each_successor_phi.
1672
1673 2000-04-08  Richard Henderson  <rth@cygnus.com>
1674
1675         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
1676         was modified in the current insn.
1677
1678 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
1679
1680         * arm/thumb.md: Delete.
1681         * arm/thumb-protos.h: Delete.
1682
1683 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
1684
1685         Merge changes from merged-arm-thumb-backend-branch onto trunk.
1686
1687         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
1688
1689         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
1690         into branch.
1691
1692         * arm.md (nop): Use the standard RTL expression.  Don't code as a
1693         define_expand.
1694         (*arm_nop, *thumb_nop): Delete.
1695
1696         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
1697         constants.  Use casts instead.
1698         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
1699         output_multi_immediate, arm_poke_function_name): Likewise.
1700         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
1701         MASK_RETURN_ADDDR): Likewise.
1702
1703         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
1704
1705         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325 
1706         into branch.
1707         
1708         * arm.md (eh_epilogue): New function.
1709         * arm.h (struct machine_function): Move to here ...
1710         * arm.c: ... from here.
1711         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
1712         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
1713         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
1714
1715         2000-03-30  Nick Clifton  <nickc@cygnus.com>
1716
1717         * config/arm/semi.h (ASM_SPEC): Restore definition.
1718         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
1719
1720         * config/arm/elf.h (ASM_SPEC): Restore definition.
1721         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
1722
1723         * config/arm/arm.h (ASM_SPEC): Remove definition.
1724         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
1725
1726         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
1727
1728         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
1729
1730         2000-03-24  Nick Clifton  <nickc@cygnus.com>
1731
1732         Various formating tidyups, elimination of compile time
1733         warnings and synchronisation with internal sources:
1734         
1735         * config/arm/arm-protos.h (assemble_align): Add prototype.
1736         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
1737         (gen_comapre_reg): Rename to arm_gen_compare_reg.
1738         (arm_return_addr_rtx): Rename to arm_return_addr.
1739
1740         * config/arm/arm.c: Include except.h.
1741         Define shorter typenames for strict minipool_node and struct
1742         minipool_fix.
1743         (arm_return_in_memory): For WinCE return all structures <= 32 bits
1744         in memory.
1745         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
1746         (gen_comapre_reg): Rename to arm_gen_compare_reg.
1747
1748         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
1749         already defined.
1750         (ASM_SPEC): Define if not already defined.
1751         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
1752
1753         * config/arm/arm.md: Rename references to gen_rotated_half_load to
1754         arm_gen_rotated_half_load, and references to gen_comapre_reg to
1755         arm_gen_compare_reg.
1756         (indirect_jump):  Only accept register operands.
1757         (load_indirect_jump): Keep this pattern since combine can generate
1758         it.
1759
1760         * config/arm/coff.h: Include aout.h.
1761         (MULTILIB_DEFAULTS): Only define if not already defined.
1762
1763         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
1764         into arm.h (so that COFF ports can support thumb based aliases).
1765         (ASM_SPEC): Move definition into arm.h
1766         
1767         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
1768         redundant apcs spec.
1769         (ASM_SPEC): Move definition to arm.h
1770
1771         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
1772
1773         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
1774         for entries in the .bss section
1775
1776         2000-03-23  Nick Clifton  <nickc@cygnus.com>
1777
1778         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
1779         to thumb_far_jump_used_p.
1780
1781         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
1782         single integer parameter.
1783
1784         * config/arm/arm.c (struct machine_function): Add two new
1785         fields, 'far_jump_used' and 'arg_pointer_live'.
1786         (thumb_far_jump_used_p): Once the decision has been made that
1787         far jumps might be used, always return true.
1788         If being called from the initial elimination offset macro then
1789         do not bother to perform the test if the arg pointer is not
1790         being used.
1791         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
1792         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
1793
1794         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
1795
1796         * arm.c (output_return_instruction): Handle more cases where we can
1797         return from a function with an ldr instruction.
1798         (arm_output_epilogue): Likewise.
1799
1800         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
1801         if we need to push a large stack frame and there are no callee-saved
1802         registers.
1803
1804         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
1805         in ARM code if the frame pointer has been eliminated.
1806
1807         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
1808         unspec_volatile arguments to avoid duplicates.
1809         (consttable_1, consttable_2): Fixes for big-endian mode.
1810
1811         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
1812         as appropriate.
1813
1814         Re-write constant pool code.
1815         * arm.c (minipool_node, minipool_fix): New types.
1816         (minifix): Delete type.
1817         (arm_add_minipool_constant): Delete.
1818         (arm_compute_minipool_offsets, arm_find_barrier, 
1819         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
1820         (get_jump_table_size): Now returns HOST_WIDE_INT.
1821         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
1822         functions.
1823         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
1824         (assign_minipool_offsets, arm_print_value): Likewise.
1825         (dump_minipool): Rewrite.
1826         (arm_barrier_cost): New function.
1827         (create_fix_barrier): New function.
1828         (push_minipool_barrier): New function.
1829         (push_minipool_fix): Record additional information about the fixup 
1830         required.
1831         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
1832         check the mode of what needs fixing.
1833         (arm_reorg): Rewrite.
1834
1835         2000-03-08  Nick Clifton  <nickc@cygnus.com>
1836
1837         * config/arm/arm.md (indirect_jump): Force constant addresses into
1838         a register. 
1839
1840         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
1841
1842         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
1843
1844         2000-02-24  Nick Clifton  <nickc@cygnus.com>
1845
1846         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
1847         adjust is word aligned.
1848         (thumb_expand_epilogue): Make sure that stack adjust is word
1849         aligned.
1850
1851         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
1852         
1853         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
1854
1855         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
1856         pointer relative addresses.
1857
1858         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
1859
1860         * arm.c (find_barrier): Find the last barrier within the allowed 
1861         range.
1862
1863         2000-02-09  Nick Clifton  <nickc@cygnus.com>
1864
1865         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
1866
1867         2000-02-09  Nick Clifton  <nickc@cygnus.com>
1868
1869         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
1870         ARM_FUNCTION_PROFILER. 
1871
1872         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
1873         ARM_FUNCTION_PROFILER. 
1874
1875         * config/arm/linux-oldld.h: Imported from mainline sources.
1876
1877         2000-02-07  Nick Clifton  <nickc@cygnus.com>
1878
1879         * config/arm/lib1funcs.asm: Merge in thumb functions from
1880         lib1thumb.asm.
1881         
1882         * config/arm/lib1thumb.asm: Delete.
1883
1884         2000-02-04  Nick Clifton  <nickc@cygnus.com>
1885
1886         * config/arm/arm.c: Sychronised with current Red hat local
1887         sources. 
1888         * config/arm/arm.h: Ditto.
1889         * config/arm/arm-protos.h: Ditto.
1890
1891         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
1892
1893         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
1894
1895         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
1896         byte stores.
1897
1898         2000-02-02  Nick Clifton  <nickc@cygnus.com>
1899
1900         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
1901
1902         * config/arm/arm.md (epilogue): Fix rtl checking abort because
1903         (return) was emited using an emit_insn() call. 
1904         
1905         2000-01-31  Nick Clifton  <nickc@cygnus.com>
1906
1907         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
1908         thumb stack frame.
1909         (thumb_exit): Move frame pointer back into hard frame pointer
1910         register if backtracing is being used.
1911
1912         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
1913
1914         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113 
1915         into branch.
1916
1917         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
1918
1919         * config/arm/arm.md (neg_pool_offset): Provide default for new
1920         attribute.
1921         (arm_movsi_insn): Add neg_pool_offset attribute.
1922         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
1923         rtx for the insn that starts the scan and an unsigned long for its
1924         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
1925         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
1926         instructions in *PINSERTED.
1927         (struct minipool_fixup): Add MIN_ADDRESS elt.
1928         (sort_fixups): Compute it.
1929         (arm_reorg): Changes to support inserting pools before the insn to be
1930         fixed up.
1931
1932         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
1933
1934         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
1935         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
1936         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
1937
1938         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
1939
1940         * config/arm/semi.h (TARGET_VERSION): Do not define if already
1941         defined.
1942         (TARGET_DEFAULT): Do not define if already defined.
1943
1944         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
1945
1946         * config/arm/arm.md (anddi3): Allow disjoint source operands.
1947         (iordi3): Allow disjoint source operands.
1948         (xordi3): Allow disjoint source operands.
1949         (negdi2): Permit construction for ARM and Thumb.
1950         (arm_negdi2): Renamed version of old negdi2 pattern.
1951         (thumb_negdi2): New pattern: Only permit non-overlapping
1952         source and destination.
1953
1954         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
1955
1956         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
1957         scratch low register so that it will not be deleted.
1958
1959         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
1960
1961         * config/arm/pe.h (ARM_PE): Define.
1962         
1963         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
1964         interfacearm attribute if this is a PE toolchain.
1965         (output_return_instruction): Do not emit anything if the function
1966         has the naked attribute set.
1967         (is_called_in_ARM_mode): If the function has the interfacearm
1968         attribute then return true.
1969         (thumb_expand_prologue): Do not generate a prologue for naked
1970         functions.
1971         (thumb_expand_epilogue): Do not generate an epilogie for a naked
1972         function.
1973         (output_thumb_prologue): Do not bother if the function is naked.
1974         Strip PE encoding from function name before emitting.
1975
1976         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
1977
1978         * arm.md (pic_load_addr): Fix constraints.
1979
1980         * arm.md (casesi_insn): Fix mis-applied patch.
1981
1982         * arm.md ("core" function unit): Add rules for single- and
1983         multi-cycle insns.
1984         (All TARGET_THUMB patterns): Add "type" attribute information
1985         where needed.
1986         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
1987         the following insn is a CALL.
1988
1989         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
1990         pointer.
1991         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the 
1992         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
1993         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
1994         
1995         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
1996
1997         * config/arm/linux-gas.h: oops - this file was missed out when the
1998         branch was created...
1999
2000         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
2001
2002         * thumb.c: Deleted.  Move contents to ...
2003         * arm.c: ... here.
2004         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
2005         rule for thumb.o
2006         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
2007         * configure: Regen.
2008
2009         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
2010         declare a prototype for asm_output_align();
2011
2012         * arm.c (thumb_condition_code): Delete.
2013         (arm_print_operand): Always use arm_condition_code array.
2014
2015         * arm.c (thumb_return_addr_rtx): Delete.
2016         (arm_save_machine_status, arm_restore_machine_status): Delete.
2017         (arm_init_machine_status, arm_mark_machine_status): New functions.
2018         (arm_init_expanders): Update accordingly.
2019         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
2020         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
2021         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
2022         
2023         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
2024
2025         * configure.in : Fix arm-*-aout target to use new t-arm-aout
2026         script. 
2027         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
2028         targets.
2029
2030         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
2031
2032         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
2033         stack backtrace structure.
2034
2035         * config/arm/arm-protos.h: Add prototypes for functions defined in
2036         arm/pe.h.
2037         
2038         * config/arm/arm.c (arm_override_options): Fix selection of 
2039         attributes of default processor.
2040         
2041         * config/arm/coff.h: Delete needless #include.
2042         
2043         * config/arm/pe.c: Delete unused code.
2044         
2045         * config/arm/pe.h (CPP_DEFINES): Delete
2046         (SUBTARGET_CPP_SPEC): Define.
2047         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
2048         
2049         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
2050
2051         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
2052
2053         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
2054         updated.
2055         (CAN_DEBUG_WITHOUT_FP): Define.
2056         (FIXED_REGISTERS): Make r11 call-saved.
2057         (CALL_USED_REGISTERS): Likewise.
2058         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
2059         (FRAME_POINTER_REQUIRED): Correct logic for determining when a 
2060         frame-pointer is required.
2061         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
2062         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
2063         if the target normally needs a stack frame in non-leaf functions.
2064         (use_return_insn): Correct logic for determining when a return
2065         instruction can be used.
2066         (output_return_instruction): Handle the frame-pointer register as
2067         a normal register when not TARGET_APCS_FRAME.
2068         (arm_output_prologue): Likewise.
2069         (arm_output_epilogue): Likewise.
2070         (output_func_epilogue): Likewise.
2071         (arm_expand_prologue): Likewise.
2072         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
2073
2074         * arm.c (use_return_insn): No need to check floating point regs if
2075         TARGET_SOFT_FLOAT.
2076         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
2077         the code of value stored in the minipool array.
2078         (arm_add_minipool_constant): Likewise.
2079
2080 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2081
2082         * basic-block.h (conflict_graph_enum_fn): K&R fix.
2083
2084 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2085
2086         * tree.c (tree_expr_nonnegative_p): New function.
2087
2088         * tree.h (tree_expr_nonnegative_p): Declare.
2089
2090         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
2091         elide some sign_compare warnings.
2092         (build_conditional_expr): Likewise.
2093
2094 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
2095
2096         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
2097
2098         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
2099         * i386.c (print_operand): Use the proper suffix for a 387 HImode
2100         operand.  Abort if a 387 operand has an unsupported size.
2101
2102 2000-04-08  Neil Booth  <NeilB@earthling.net>
2103
2104         * cppexp.c (parse_charconst): Null does not end character
2105         constants.
2106         * cppinit.c (ISTABLE): Null character handled as whitespace.
2107         * cpplex.c (null_warning):  new function.
2108         (skip_string): Emit warning if nulls encountered.
2109         (_cpp_skip_hspace): Emit warning if nulls encountered.
2110         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
2111         them.
2112         * cpp.texi: Update.
2113
2114 2000-04-07  Richard Henderson  <rth@cygnus.com>
2115
2116         * flow.c (loop_depth): Remove.
2117         (reg_next_use, cc0_live, mem_set_list): Replace with ...
2118         (struct propagate_block_info): New.
2119         (life_analysis): Don't allocate reg_next_use.
2120         (propagate_block_delete_insn): Break out of propagate_block.
2121         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
2122         (propagate_block_delete_libcall): Likewise.
2123         (propagate_block): Create a propagate_block_info struct to pass
2124         to subroutines.  Allocate one not two temporary regsets.  Don't
2125         clobber memory for const calls.  Look for clobbers in
2126         CALL_INSN_FUNCTION_USAGE.
2127         (mark_set_regs): Recognize COND_EXEC.
2128         (mark_set_reg): Break out of mark_set_1.
2129         (mark_used_reg): Break out of mark_used_regs.
2130         (mark_used_regs): Recognize COND_EXEC.
2131         (insn_dead_p): Use propagate_block_info struct.
2132         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
2133         (find_auto_inc, try_pre_increment_1): Likewise.
2134         (print_rtl_with_bb): Dump regs live at end too.
2135         (count_reg_sets_1): Pass in loop_depth.
2136         (count_reg_sets, count_reg_references): Likewise.
2137         (recompute_reg_usage): Provide it.
2138
2139 2000-04-07  Richard Henderson  <rth@cygnus.com>
2140
2141         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
2142         not the raw files.
2143
2144 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
2145
2146         * cpplib.c (do_elif): Skip the rest of the line if we're
2147         not going to bother evaluating it.
2148         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
2149         to avoid pointless calls to the lexer.
2150
2151 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
2152
2153         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
2154
2155 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
2156
2157         * calls.c (expand_call): emit_queue if we're trying a sibcall.
2158
2159 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
2160
2161         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
2162
2163 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
2164
2165         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
2166         crtend so they can be multilibbed.
2167         (STAGESTUFF): Remove s-crt and s-crtS.
2168
2169 2000-04-07  Richard Henderson  <rth@cygnus.com>
2170
2171         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
2172         if we discover we need a pseudo and no_new_pseudos is true.
2173         * config/alpha/alpha.md (ne:DI insn): New.
2174         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
2175
2176 2000-04-07  Richard Henderson  <rth@cygnus.com>
2177
2178         * rtl.def (COND_EXEC): New.
2179         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
2180         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
2181
2182         * genconfig.c (have_cond_arith_flag): Remove.
2183         (have_cond_exec_flag): New.
2184         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
2185         (main): Print HAVE_conditional_execution.
2186
2187         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
2188         (sched_analyze_insn, print_pattern): Likewise.
2189         * reload.c (find_equiv_reg): Likewise.
2190         * rtlanal.c (reg_referenced_p): Likewise.
2191         (note_stores, dead_or_set_regno_p): Likewise.
2192         (reg_overlap_mentioned_p): Rewrite to use a switch.
2193
2194         * ggc.h (struct rtx_def): Forward declare.
2195
2196         * print-rtl.c (debug_rtx_range): New.
2197         * rtl.h (debug_rtx_range): Declare.
2198
2199         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
2200
2201         * gcse.c (gcse_main): Don't rebuild the CFG here.
2202         (delete_null_pointer_checks): Likewise.
2203         * ssa.c (convert_to_ssa): Likewise.
2204         * toplev.c (rest_of_compilation): Do it here instead.  Combine
2205         sequential calls to TIMEVAR.  Consistently use `insns' instead of
2206         `get_insns()'.  Always split insns after reload when optimizing.
2207
2208         * basic-block.h (merge_blocks_nomove): Declare.
2209         (tidy_fallthru_edge): Declare.
2210         * flow.c (merge_blocks_nomove): Document as merging into previous
2211         blocks.  Remove cruft from between blocks; remove all edges out of A.
2212         (tidy_fallthru_edge): Export.
2213
2214 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
2215
2216         * ssa.c (compute_conservative_reg_partition): Declare with
2217         void arguments.
2218         * toplev.c (clean_dump_file): Remove previously-deleted function
2219         inadvertantly merged back in.
2220         * conflict.c (conflict_graph_add): Use a single call to
2221         htab_find_slot to look up and insert.
2222
2223 2000-04-06  Richard Henderson  <rth@cygnus.com>
2224
2225         * genrecog.c (*): Rename _last_insn to last_insn.
2226         (make_insn_sequence): Set the position of the peephole2 C test
2227         to be at the last insn.
2228
2229 2000-04-06  Richard Henderson  <rth@cygnus.com>
2230
2231         * flow.c (compute_flow_dominators): Free worklist.
2232
2233 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
2234
2235         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
2236
2237 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
2238
2239         * rtl.h (INSN_P): New macro.
2240         (successor_phi_fn): New typedef.
2241         (for_each_successor_phi): New prototype.
2242         (in_ssa_form): New variable.
2243         (PHI_NODE_P): Likewise.
2244         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
2245         phi nodes in successors.
2246         (mark_used_regs): Add PHI case.
2247         (set_phi_alternative_reg): New function.
2248         (life_analysis): Assert that dead code elimination is not selected
2249         when in SSA form.
2250         * toplev.c (to_ssa_time): New variable.
2251         (from_ssa_time): Likewise.
2252         (compile_file): Zero to_ssa_time and from_ssa_time.
2253         Print time to convert to and from SSA.
2254         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
2255         (print_time): Compute percent fraction as integer.
2256         * ssa.c (PHI_NODE_P): Moved to rtl.h.
2257         (convert_to_ssa): Check if we're already in SSA.  
2258         Don't eliminate dead code in life_analysis.
2259         Rerun flow and life analysis at bottom.
2260         (eliminate_phi): Use canonical regnos when adding nodes.
2261         (mark_reg_in_phi): New function.
2262         (mark_phi_and_copy_regs): Likewise.
2263         (convert_from_ssa): Rerun life analysis at top.  
2264         Use coalesced partition.
2265         Check for removing a phi node at the end of the block.
2266         (compute_coalesced_reg_partition): New function.
2267         (coalesce_regs_in_copies): Likewise.
2268         (coalesce_reg_in_phi): Likewise.
2269         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
2270         (for_each_successor_phi): Likewise.
2271         (rename_context): New struct.
2272         (rename_block): Use a rename_context with rename_insn_1.  When
2273         renaming sets of a subreg, emit a copy of the entire reg first.
2274         (rename_insn_1): Treat data as a rename_context *.  Save current
2275         insn in set_data.
2276         (rename_set_data): Add field set_insn.
2277         * Makefile.in (HASHTAB_H): Move up in file.
2278         (OBSTACK_H): New macro.
2279         (collect2.o): Use OBSTACK_H in dependencies.
2280         (sdbout.o): Likewise.
2281         (emit-rtl.o): Likewise.
2282         (simplify-rtx.o): Likewise.
2283         (fix-header.o): Likewise.
2284         (OBJS): Add conflict.o.
2285         (conflict.o): New rule.
2286         * basic-block.h: Include partition.h.
2287         (conflict_graph): New typedef.
2288         (conflict_graph_enum_fn): Likewise.
2289         (conflict_graph_new): New prototype.
2290         (conflict_graph_delete): Likewise.
2291         (conflict_graph_add): Likewise.
2292         (conflict_graph_conflict_p): Likewise.
2293         (conflict_graph_enum): Likewise.
2294         (conflict_graph_merge_regs): Likewise.
2295         (conflict_graph_print): Likewise.
2296         (conflict_graph_compute): Likewise.
2297         * conflict.c: New file.
2298
2299 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
2300
2301         * tlink.c (read_repo_files): Don't look for .rpo info for
2302         linker flags.
2303
2304 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2305
2306         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
2307
2308 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2309
2310         * config/sh/lib1funcs.asm (___udivsi3_i4):
2311         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
2312         only depends on FMOVD_WORKS.
2313
2314 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2315
2316         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
2317         make double constant 8-byte aligned.
2318
2319 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
2320
2321         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
2322         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
2323         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
2324         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
2325         Accept storing GENERAL_REGS into offsetable memory.
2326         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
2327         building a TFmode constant other than 0.0L into GENERAL_REGS.
2328
2329 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
2330
2331         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
2332         
2333 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
2334
2335         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
2336         (macro_cleanup): No need to cast pbuf->macro.
2337         (collect_expansion): Use _cpp_get_define_token.  Goto done if
2338         it returns VSPACE.  Remove check for trailing space after
2339         CPP_COMMENT.
2340         (_cpp_create_definition): Don't diddle flags here.  Return
2341         directly on error.
2342         (unsafe_chars): Handle c1 being EOF.
2343         (push_macro_expansion): Use unsafe_chars for both accidental-paste
2344         checks.  Don't push the buffer till after we're done with
2345         them.
2346         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
2347         (PEEKN, FORWARD, GETC, PEEKC): Use them.
2348         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
2349         appropriately.
2350         (_cpp_parse_assertion): Don't NUL terminate.
2351         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
2352         hspace before calling _cpp_parse_assertion.  Remove all sets
2353         of only_seen_white. Treat '\f' as hspace.  Don't do anything
2354         special with '\n' here.
2355         (maybe_macroexpand): Handle T_EMPTY hash entries without
2356         pushing a buffer at all.
2357         (cpp_get_token): Handle clearing only_seen_white here.  Handle
2358         incrementing the line number here.  Clear
2359         potential_control_macro as well as only_seen_white, if
2360         appropriate.
2361         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
2362         (_cpp_get_define_token): New function, basically like
2363         _cpp_get_directive_token was but doesn't eat horizontal space.
2364         Don't do anything with only_seen_white here.
2365         (_cpp_get_directive_token): Just call _cpp_get_define_token
2366         repeatedly till it returns non-hspace.
2367
2368         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
2369         (conditional_skip, skip_if_group): Return int.
2370         (DIRECTIVE_TABLE): Change origin of all conditional directives
2371         to "COND".
2372         (TRAD_DIRECT_P): New macro.
2373         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
2374         an error for a bogus directive, unless -lang-asm.  Use
2375         TRAD_DIRECT_P. Loop calling handler functions till one returns
2376         zero.
2377         (get_macro_name): Don't diddle flags here.
2378         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
2379         Create T_EMPTY nodes for #define macro /* nothing */.
2380         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
2381         Use hp->name when calling pass_thru_directive.
2382         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
2383         Return the result of conditional_skip and/or skip_if_group.
2384         Don't call _cpp_output_line_command.
2385         (consider_directive_while_skipping): Use _cpp_get_directive_token.
2386         Issue -Wtraditional warnings as appropriate.  Don't complain
2387         about unrecognized directives.  If we are to stop skipping,
2388         return the number of the directive that ended the skip.
2389         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
2390         expansion and line commands while skipping.  Return the result
2391         of consider_directive_while_skipping, if nonzero.
2392         (do_endif): Just set potential_control_macro here.
2393         (validate_else): Use _cpp_get_directive_token.
2394         (do_assert, do_unassert): Don't save pointers into the
2395         token_buffer across calls to the lexer.  Use
2396         _cpp_get_directive_token.  
2397
2398         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a 
2399         pointer, not an offset.  Replace 'data', which was a generic
2400         pointer, with 'macro', which points to a struct hashnode.
2401         (cpp_reader): Add 'potential_control_macro' pointer.
2402         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
2403         (CPP_BUF_GET, CPP_FORWARD): Delete.
2404         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
2405         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
2406         ACTIVE_MARK_P): Update.
2407         (_cpp_get_define_token): New internal function.
2408         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
2409
2410 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
2411
2412         * configure.in: And here.
2413         * configure: Regenerate.
2414         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
2415         --enable-libstdcxx-v3 is passed at configure time.
2416         * config.h.in: Regenerate.
2417
2418 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
2419
2420         * final.c (final): Use xcalloc to allocate line_note_exists.
2421         * function.c (free_after_compilation): Free the temp_slots.
2422         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
2423         (combine_temp_slot): Free temp_slots when they get combined.
2424         (purge_addressof): Fix typo in comment.
2425         * stmt.c (mark_goto_fixup): Mark the fixup itself.
2426         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
2427
2428         * ggc.h: Include varray.h.
2429         (ggc_pending_trees): Declare.
2430         (ggc_mark_tree_children): Remove declaration.
2431         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
2432         * ggc-common.c (ggc_pending_trees): New variable.
2433         (ggc_mark_roots): Call ggc_mark_trees.
2434         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
2435         the ggc_pending_trees.
2436         * Makefile.in (GGC_H): New variable.  Use it throughout in place
2437         of ggc.h.
2438         
2439 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2440
2441         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
2442         GET_MODE_SIZE.
2443
2444 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2445
2446         * sh.c (sh_insn_length_adjustment): New function.
2447         * sh-protos.h (sh_insn_length_adjustment): Declare.
2448         * sh.h (ADJUST_INSN_LENGTH): Use it.
2449
2450 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
2451
2452         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
2453         from the insn where REG_RETVAL is added.
2454         (emit_no_conflict_block): Ditto.
2455
2456         * md.texi (Standard Names): Clarify when movX is needed.
2457
2458         * combine.c (simplify_comparison) [MINUS]: Do not replace
2459         all (op (minus A B) 0) with (op A B).
2460
2461 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
2462                           J"orn Rennecke <amylaar@cygnus.co.uk>
2463
2464         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
2465         (block_lump_real): Likewise.
2466
2467 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
2468
2469         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
2470         remaining non-zero debugging masks.
2471
2472 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
2473
2474         * basic-block.h (verify_flow_info): Declare.
2475         (flow_loop_outside_edge_p): Declare.
2476         * flow.c (verify_flow_info): Remove declaration.
2477         (clear_log_links, flow_loop_outside_edge_p): Likewise.
2478
2479 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
2480
2481         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
2482         not C++ comments.
2483
2484 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
2485
2486         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
2487         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
2488         seqdi_zero_trunc+1): Allow splits only if registers are
2489         different.
2490
2491 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
2492
2493         * acconfig.h: Add HAVE_GAS_HIDDEN.
2494         * config.in: Regenerated.
2495         * configure.in: Add test for .hidden pseudo-op in gas.
2496         * configure: Regenerated.
2497         * crtstuff.c: Include auto-host.h.
2498         Emit additional .hidden pseudo-op for __dso_handle if the
2499         assembler knows about it.
2500
2501 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
2502
2503         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
2504         before freeing argnames.
2505         * cpplib.c (do_ifndef): Cast return value of xstrdup.
2506
2507 2000-04-05  Michael Meissner  <meissner@redhat.com>
2508
2509         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
2510         Walton <jonboy@gordian.com> to make memory references with update
2511         work wtih -mregnames.
2512
2513 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2514
2515         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
2516         (regrename_optimize): Rename variables `def_uses' and
2517         `ext_basic_blocks' to avoid conflicts with similarly named
2518         typedefs in traditional C.
2519
2520         * calls.c (initialize_argument_information): Fix typo in previous
2521         change.
2522
2523 2000-04-04  Richard Henderson  <rth@cygnus.com>
2524
2525         * regrename.c (consider_available): Test fixed_regs not
2526         PIC_OFFSET_TABLE_REGNUM.
2527
2528 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
2529
2530         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
2531         crtend.
2532         (CRTSTUFF_T_CFLAGS_S): Delete definition.
2533         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
2534         (ENDFILE_LINUX_SPEC): Always use crtend.
2535         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
2536         (powerpc-*-linux-gnu): Likewise.
2537         * configure: Regenerate.
2538
2539         * config/rs6000/eabi.h: Don't include sysv4.h.
2540         (MULTILIB_DEFAULTS): Don't define.
2541         * config/rs6000/eabiaix.h: Don't include eabi.h.
2542         * config/rs6000/eabile.h: Delete.
2543         * config/rs6000/eabilesim.h: Delete.
2544         * config/rs6000/eabisim.h: Don't include eabi.h.
2545         * config/rs6000/linux.h: Don't include sysv4.h.
2546         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
2547         (MULTILIB_DEFAULTS): Don't redefine.
2548         * config/rs6000/rtems.h: Don't include eabi.h.
2549         * config/rs6000/sol2.h: Don't include sysv4le.h.
2550         * config/rs6000/sysv4le.h: Don't include sysv4.h.
2551         * config/rs6000/t-ppc: Delete.
2552         * config/rs6000/t-ppcgas: Correct comment.
2553         * config/rs6000/t-ppcos: Correct comment.  Don't build 
2554         multilibs for -fPIC, rather use -fPIC -mstrict-align 
2555         as default.
2556         * config/rs6000/t-ppc: Delete.
2557         * config/rs6000/vxppc.h: Don't include sysv4.h.
2558         * config/rs6000/vxppcle.h: Delete.
2559         * configure.in: Use multiple header files for p2pc ELF targets
2560         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
2561         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
2562         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
2563         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
2564         always available for these platforms.
2565
2566 2000-04-04  Richard Henderson  <rth@cygnus.com>
2567
2568         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
2569
2570 2000-04-04  Stan Cox  <scox@cygnus.com> 
2571
2572         * Makefile.in: Add rules for regrename.o
2573         * regrename.c: New file.
2574         * rtl.h (regrename_optimize): Add prototype.
2575         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
2576         (compile_file, decode_d_option): Add support for -frename-registers.
2577         (rest_of_compilation): Call regrename_optimize.
2578         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
2579         New macros.     
2580         
2581 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
2582
2583         * Makefile (gccbug): New target.
2584         (doc): Depend on it.
2585         * gcc.texi (Bugs): Link subnodes.
2586         (gccbug): New node.
2587         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
2588         Document severities, priorities, and classes in bug form.
2589
2590 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
2591
2592         * cpplex.c (trigraph_map, speccase): Combine into single
2593         table, chartab.
2594         (NORMAL, NONTRI): New macros.
2595         (_cpp_read_and_prescan): Change to use unified table.  Use
2596         is_hspace to test for whitespace.
2597
2598         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
2599         definition that doesn't provoke the "empty body in an
2600         if-statement" warning.
2601
2602 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
2603
2604         * builtins.c (expand_builtin_strlen): Force the source to
2605         be a memory address.
2606
2607 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2608
2609         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
2610
2611 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2612
2613         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
2614          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
2615         (ECF_IS_CONST): Rename to ECF_CONST.
2616         (special_function_p): Make static, change interface.
2617         (flags_from_decl_or_type, try_to_integrate): Break out from ...
2618         (expand_call) ... here; convert number of variables to flags.
2619         (emit_library_call_vlue_1): Likewise.
2620         (setjmp_call_p): New function.
2621         (initialize_argument_information): Accepts flags as argument;
2622         return flags.
2623         (precompute_arguments): Likewise.
2624         * tree.h (special_function_p): Remove.
2625         (setjmp_call_p): Add prototype.
2626
2627 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
2628
2629         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
2630         so that addresses are offsetable by up to 16 bytes.
2631         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
2632         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
2633         offsetable.
2634
2635         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
2636         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
2637         (movsf): Don't force any constant to memory if target is integer
2638         hard register.
2639         Move fp_zero_operand check below the const0_rtx check.
2640         (movtf): Likewise. Also allow fp_zero_operand for stores into
2641         memory.
2642         (movdf): Likewise. Also allow fp_zero_operand for stores into
2643         memory and into integer hard registers.
2644         (clear_df, clear_dfp, movdf_const_intreg_sp32,
2645         movdf_const_intreg_sp64): Remove.
2646         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
2647         conditions.
2648         (movdf_no_e_insn_v9_sp32): New pattern.
2649         (movdf_insn_v9only): Remove.
2650         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
2651         (movdf_insn_sp64): Remove.
2652         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
2653         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
2654         (following splits): Rewrite conditions. Add two new splits
2655         for storing 0.0 into memory and registers.
2656         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
2657         (movtf_insn_sp32): Redo constraints and conditions.
2658         (movtf_insn_vis_sp32): New pattern.
2659         (movtf_no_e_insn_sp32): Redo constraints and conditions.
2660         (movtf_insn_hq_sp64): Likewise.
2661         (movtf_insn_hq_vis_sp64): New pattern.
2662         (movtf_insn_sp64): Redo constraints and conditions.
2663         (movtf_insn_vis_sp64): New pattern.
2664         (movtf_no_e_insn_sp64): Redo constraints and conditions.
2665         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
2666         or memory.
2667         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
2668         -mvis or -m64 to take down the number of various reload patterns.
2669
2670 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
2671
2672         * pa/pa-64.h: New file.
2673         * pa/pa64-regs.h: New file.
2674         * pa/pa64-start.h: New file.
2675         * pa/t-pa64: New file.
2676         * pa/xm-pa64hpux.h: New file.
2677
2678 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2679
2680         * sparc.c (output_restore_regs): Prototype.
2681         (sparc_emit_float_lib_cmp): Constification.
2682
2683         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
2684
2685         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
2686         Prototype.
2687
2688         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
2689         (get_value_hash, hash_rtx): Likewise.
2690
2691         * ssa.c (compute_conservative_reg_partition): Prototype.
2692
2693         * tree.c (mark_hash_entry): Prototype.
2694
2695 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
2696
2697         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
2698         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
2699         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
2700
2701         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
2702         * objc/lang-specs.h: Likewise.
2703
2704 2000-04-03  Neil Booth  <NeilB@earthling.net>
2705
2706         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
2707         and SYNTAX_ERROR2. Replace `' in messages with ''.
2708         (op_to_str): Make re-entrant.
2709         (_cpp_parse_expr): Implement new error macros. Use | rather
2710         than || to logically or 2 boolean integers.  Simply expression
2711         checking we have a left operand iff needed.
2712
2713 2000-04-03  Nick Clifton  <nickc@cygnus.com>
2714
2715         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
2716
2717 2000-04-03  Philip Blundell  <philb@gnu.org>
2718
2719         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
2720
2721 2000-04-03  Felix Lee  <flee@cygnus.com>
2722
2723         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
2724         (run_shell): Use it. 
2725
2726 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
2727
2728         * Makefile.in (stmp-int-hdrs): Make include subdir here...
2729         (stmp-fixproto): ...rather than here.
2730
2731 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
2732
2733         * pa.c (print_operand): Compute 'base' only inside the code paths
2734         that use it.
2735
2736 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
2737
2738         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
2739         CEIL_DIV_EXPR.
2740
2741 2000-04-03  Philipp Thomas  <pthomas@suse.de>
2742
2743         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
2744
2745 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
2746
2747         * Makefile.in (alias.o): Depend on $(TREE_H).
2748
2749 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
2750
2751         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
2752         processing C++.
2753         * cpplib.c (_cpp_handle_directive): Improve warnings for
2754         traditional C and indented directives.
2755
2756         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
2757         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
2758         fixinc/inclhack.def: Indent the # of #include_next one space.
2759         * cp/rtti.c: Un-indent #if and #endif.
2760
2761         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
2762         syntax error, but an error has already been printed.
2763         * cpplex.c (_cpp_parse_assertion): Give a more specific error
2764         message when called with nothing remaining on the line.
2765         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
2766         OTHER token, not an ASSERTION.
2767         * cpplib.c (do_assert): When we create a 'base' node, clear
2768         its aschain pointer.
2769
2770 2000-04-02  Neil Booth <NeilB@earthling.net>
2771
2772         * cppexp.c:  New typedef op_t.  struct operation and struct 
2773         token updated to use it.
2774         (op_to_str): New function.
2775         (_cpp_parse_expr): Error messages modified to use op_to_str.
2776
2777 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
2778
2779         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
2780         before checking MUST_PASS_IN_STACK.
2781
2782 2000-04-02  Neil Booth <NeilB@earthling.net>
2783
2784         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
2785         flags and initial priority into a single constant.  New
2786         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
2787         (_parse_cpp_expr): Implement new constants.  Take left operand
2788         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
2789         parse indicated by reducing FINISHED token.  Remove new lines
2790         from cpp_error messages.
2791
2792 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
2793
2794         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
2795         permanent obstack.
2796
2797 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
2798
2799         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
2800         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
2801         the strings and function names on the fly.  Take the #sccs
2802         entry out of the table if SCCS_DIRECTIVE is not defined.
2803         (_cpp_handle_directive): Decide if the # was at the beginning
2804         of the line here.  Issue -pedantic warnings for extended
2805         directives here.  Warn about K+R directives with the #
2806         indented, and C89/extended directives with the # not indented,
2807         here.
2808         (do_import, do_include_next, do_warning, do_ident, do_sccs,
2809         do_assert, do_unassert): Don't issue pedantic warning here.
2810
2811         * cpphash.h: Add CPP_WTRADITIONAL macro.
2812         * cpplib.h (struct cpp_options): Rename warn_stringify to
2813         warn_traditional; update comments.
2814         * cppinit.c (handle_option): Set warn_traditional not
2815         warn_stringify.
2816         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
2817         CPP_WTRADITIONAL (pfile).
2818         * cpplex.c (_cpp_lex_token): Don't decide if directives should
2819         be ignored in -traditional mode here.
2820
2821         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
2822         to initialize speccase[] and trigraph_map[].  Delete all
2823         references to pfile->input_speccase.  Always treat '?' as a
2824         special character.  Remove table-initialization code from
2825         _cpp_init_input_buffer.
2826
2827         * cpplib.h (struct cpp_reader): Remove input_speccase field.
2828         * cppinit.c (cpp_cleanup): Don't free input_speccase.
2829
2830 2000-04-01  Richard Henderson  <rth@cygnus.com>
2831
2832         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
2833         (mostlyclean): Likewise.
2834
2835         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
2836         (struct dump_file_info, enum dump_file_index, dump_file): New.
2837         (open_dump_file): Take a dump_file_index not a suffix, and a decl
2838         not a string.  Clean out file if we havn't yet done so.  Do nothing
2839         if the dump isn't enabled.
2840         (close_dump_file): Do nothing if the dump isn't open.  Dump 
2841         graph data if requested.
2842         (dump_rtl, clean_dump_file): Remove.
2843         (compile_file): Don't clean the dump files.  Only finalize .bp dump
2844         if flag_test_coverage or flag_branch_probabilities.  Only finalize
2845         .combine dump if optimizing.  Iterate over dump_file to finalize the
2846         graph dumps.
2847         (rest_of_compilation): Update for open_dump_file/close_dump_file.
2848         Convert all uses of dump_rtl.
2849         (decode_d_option): Iterate over dump_file to implement 'a' and to
2850         locate pass-specific dumps.
2851
2852 2000-04-01  Neil Booth <NeilB@earthling.net>
2853
2854         * cppexp.c: Redefine priority constants.
2855         (_cpp_parse_expr): Replace left and right priority scheme with
2856         single priority logic.  Move LOGICAL to same place as COMPARE.
2857         Remove bogus check for multiple unary +/- operators.
2858
2859 2000-04-01  Neil Booth <NeilB@earthling.net>
2860
2861         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
2862         within the switch statement.  Binary operations break out of
2863         the switch naturally.  '(' tokens handled by forcing
2864         immediate shift.  ')' handled by forcing immediate reduce to
2865         the previous '('.  New error messages.
2866         
2867 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
2868
2869         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
2870         part', it's already in use.  Use %K instead.  Add a return at the
2871         end of what is now %K.
2872         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l. 
2873
2874 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2875
2876         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
2877         allocate_dynamic_stack_space.
2878         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
2879         update stack_pointer_delta; do not update arg_size_so_far.
2880         (compute_argument_block_size): Use stack_delta instead of
2881         stack_pointer_pending and arg_size_so_far.
2882         (expand_call): Add sanity checking for stack_pointer_delta;
2883         save and restore stack_pointer_delta for SIB, use
2884         stack_pointer_delta for alignment; do not update arg_space_so_far.
2885         (emit_library_call_value): Use stack_pointer_delta for alignment.
2886         (store_one_arg): Do not update arg_space_so_far.
2887         * explow.c (adjust_stack, anti_adjust_stack): Update
2888         stack_pointer_delta.
2889         (allocate_dynamic_stack_space): Add sanity checking for
2890         stack_pointer_delta.
2891         * expr.c (init_expr, clear_pending_stack_adjust): Clear
2892         stack_pointer_delta.
2893         (emit_push_insn): Update stack_pointer_delta.
2894         * function.h (struct expr_status): Add x_stack_pointer_delta;
2895         remove x_arg_space_so_far.
2896         (arg_space_so_far): Remove.
2897         (stack_pointer_delta): New macro.
2898
2899 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
2900
2901         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
2902         Reorder struct cpp_options and struct cpp_reader for better 
2903         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
2904         takes two args.  Change all 'char' flags to 'unsigned char'.
2905         Move show_column flag into struct cpp_options.  Don't
2906         prototype cpp_options_init.
2907         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
2908         cppinit.c, cpplex.c, cpplib.c:
2909         Replace CPP_OPTIONS (pfile)->whatever with
2910         CPP_OPTION (pfile, whatever), and likewise for
2911         opts = CPP_OPTIONS (pfile); ... opts->whatever;
2912
2913         * cppinit.c (merge_include_chains): Take a cpp_reader *.
2914         Extract CPP_OPTION (pfile, pending) and work with that
2915         directly.
2916         (cpp_options_init): Delete.
2917         (cpp_reader_init): Turn on on-by-default options here.
2918         Allocate the pending structure here.              
2919         (cl_options, enum opt_code): Define these from the same table,
2920         kept in a large macro.  Add -fshow-column and -fno-show-column
2921         options.
2922
2923         * cpperror.c (v_message): If show_column is off, don't print
2924         the column number.
2925
2926         * cppmain.c: Update for new interface.
2927         * fix-header.c: Likewise.
2928
2929 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
2930
2931         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
2932         definition.
2933         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
2934         are passed to any invocation of AR_FOR_TARGET.
2935         (AR_CREATE_FOR_TARGET): New macro.
2936         (AR_EXTRACT_FOR_TARGET): New macro.
2937         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
2938         AR_EXTRACT_FOR_TARGET.
2939         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
2940         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
2941         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
2942         AR_EXTRACT_FOR_TARGET to sub-makes.
2943
2944 2000-03-31  Neil Booth <NeilB@earthling.net>
2945
2946         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
2947         PAREN_INNER_PRIO.
2948         (_cpp_parse_expr): Check for multiple unary +/- operators.
2949         Correct priorities of ':' and '?'.  Treat ')' as having a
2950         value.  Ensure conditional expression is not void.
2951         
2952 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
2953
2954         * alias.c (canon_rtx): Make it global.
2955         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
2956         equality.
2957         * cse.c (struct table_elt): Add canon_exp.
2958         (insert): Clear it.
2959         (invalidate): Canonicalize expressions only once.
2960         * rtl.h (canon_rtx): Declare.
2961
2962 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
2963
2964         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
2965         * alias.c (reg_known_value): Add comments.
2966         (init_alias_analysis): Likewise.
2967         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
2968         address.
2969         (cse_basic_block): Fix typo in comment.
2970         * emit-rtl.c: Include hashtab.h.
2971         (const_int_htab): New variable.
2972         (const_int_htab_hash): New function.
2973         (const_int_htab_eq): Likewise.
2974         (rtx_htab_mark_1): Likewise.
2975         (rtx_htab_mark): Likewise.
2976         (gen_rtx_CONST_INT): Cache all CONST_INTs.
2977         (unshare_all_rtx): Fix formatting.
2978         (init_emit_once): Initialize const_int_htab.
2979         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
2980         address.
2981         * rtl.texi: Document the fact that all CONST_INTs with the same
2982         value are shared.
2983
2984 2000-03-30  Richard Henderson  <rth@cygnus.com>
2985
2986         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
2987
2988 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
2989
2990         * configure.in: Comment out --enable-c-cpplib stanza.
2991         * configure: Regenerate.
2992
2993 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2994
2995         * expr.c (store_constructor): Properly compute displacement and
2996         alignment when offset is variable.
2997
2998         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
2999         cases of alignment in bytes.
3000
3001 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
3002
3003         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
3004         since it is used to generate c-parse.y.
3005         * objc-parse.c, objc-parse.y: Regenerated.
3006
3007         * function.c (expand_function_end): Pass alignment argument to
3008         emit_block_move in bits, not bytes.
3009
3010 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3011
3012         * expr.c (move_by_pieces_ninsns): Fix one more missing align
3013         correction.
3014
3015         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
3016
3017         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
3018         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
3019         * function.c (assign_parms): Likewise.
3020         * integrate.c (expand_inline_function): Likewise.
3021         * stmt.c (expand_decl): Likewise.
3022         (copy_rtx_and_substitute): Likewise.
3023         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
3024         (clear_by_pieces): Fix error in last change.
3025         * emit-rtl.c (init_emit): Set known registers alignment in bits.
3026         * function.h (regno_pointer_align): Now unsigned.
3027         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
3028         is in bits.
3029         * config/i386/i386.c (aligned_operand): Likewise.
3030         * config/sparc/sparc.c (mem_min_alignment): Likewise.
3031         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
3032         (unaligned_memory_operand): Likewise.
3033         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
3034         Also make alignments and sizes unsigned and some whitespace cleanup.
3035         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
3036
3037         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
3038         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
3039         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
3040         (expand_builtin_memset): Likewise, but to clear_storage.
3041         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
3042         (restore_fixed_argument_area): Likewise.
3043         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
3044         (load_register_parameters): Likewise, to emit_group_load.
3045         (expand_call): Likewise, to emit_group_store and emit_block_move.
3046         (emit_library_call_value_1): Likewise, to emit_block_move.
3047         (store_one_arg): Likewise, and to emit_push_insn.
3048         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
3049         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
3050         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
3051         (emit_block_move, emit_group_load, emit_group_store): Likewise.
3052         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
3053         (expand_assigment, store_expr, store_constructor_field): Likewise.
3054         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
3055         (store_constructor, store_field, get_inner_reference): Likewise.
3056         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
3057         (expand_expr, case COMPONENT_REF): Likewise.
3058         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
3059         and positions; reindent code.
3060         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
3061         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
3062         (assign_parms): Likewise to emit_group_store.
3063         * optabs.c (prepare_cmp_insn): Alignment is in bits.
3064         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
3065         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
3066         (expand_return): Likewise to {extract,store}_bit_field.
3067         * stor-layout.c (get_mode_alignment): Minor cleanup.
3068         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
3069         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
3070         
3071 2000-03-29  Nick Clifton  <nickc@cygnus.com>
3072
3073         * config/arm/arm.h: Undo effects of previous delta:
3074         (ASM_SPEC): Do not define.
3075         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
3076
3077         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
3078         typo. 
3079
3080 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
3081
3082         * cppinit.c (cpp_start_read): Call initialize_dependency_output
3083         only after reading in the primary source file.
3084
3085 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
3086
3087         * c-common.c (c_common_nodes_and_builtins): The first parameter to
3088         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
3089         or a reference to a va_list.
3090         * builtins.c (stabilize_va_list): Simplify now we don't have to
3091         work around C array address decay.
3092         * c-typeck.c (convert_for_assignment): Handle assignment to
3093         a reference parameter by taking the address of the RHS.
3094         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
3095         (va_copy): Likewise.
3096         (__va_copy): Likewise.
3097         * ginclude/varargs.h (va_start): Likewise.
3098         (__va_copy): Likewise.
3099
3100 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
3101
3102         * i386/djgpp.h: Remove extraneous "+".
3103
3104         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
3105
3106         * calls.c (expand_call): Fix typo in last change.
3107
3108 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
3109
3110         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
3111         been expanded.
3112
3113 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3114
3115         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
3116         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
3117         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
3118         * tree.c (bit_position, byte_position): Likewise.
3119         * tree.h: Declare new functions.
3120
3121 2000-03-29  Nick Clifton  <nickc@cygnus.com>
3122
3123         * config/arm/arm.c: Minor formatting changes/
3124         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
3125         already defined.
3126         (ASM_SPEC): Define if not already defined.
3127
3128 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
3129
3130         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
3131         _cpp_calc_hash.
3132
3133 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
3134
3135         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
3136         value, don't output it as unsigned.
3137
3138 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
3139
3140         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
3141
3142 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3143
3144         * c-common.c (c_common_nodes_and_builtins): Don't special case
3145         cplus_mode when declaring builtin bzero/bcmp, always avoid
3146         prototype arguments.
3147
3148 2000-03-29  Bruce Korb  <bkorb@gnu.org>
3149
3150         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
3151         to a non-file
3152
3153 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3154
3155         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
3156         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
3157         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
3158         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
3159         (save_fixed_argument_area, restore_fixed_argument_area):
3160         conditionize by #ifdef REG_PARM_STACK_SPACE only.
3161         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
3162         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
3163         (precompute_register_parameters): Avoid #ifdefs on
3164         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
3165         (stire_one_args): Likewise.
3166         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
3167         (emit_library_call_value_1): Likewise.
3168         (compute_argument_block_size): Align to STACK_BOUNDARY only for
3169         ACCUMULATE_OUTGOING_ARGS.
3170         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
3171         value.
3172         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
3173         (use_crosses_set_p): Likewise.
3174         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
3175         #define ACCUMULATE_OUTGOING_ARGS 1.
3176         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
3177         frames.
3178         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
3179         constants.
3180         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
3181         (TARGET_SWITCHES): Add push-args, no-push-args,
3182         accumulate-outgoing-args and no-accumulate-outgoing-args.
3183         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
3184         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
3185         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
3186         and PUSH_ROUNDING.
3187         (emit_push_insn): Likewise.
3188         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
3189         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
3190         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
3191         (STACK_DYNAMIC_OFFSET): Define correctly for both
3192         ACCUMULATE_OUTGOING_ARGS and normal mode.
3193         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
3194         * tm.texi (PUSH_ARGS): Document.
3195         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
3196
3197 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3198
3199         * flags.h (flag_optimize_sibling_calls): Declare.
3200         * calls.c (expand_call): Fail sibcall when
3201         !flag_optimize_sibling_calls
3202         * invoke.texi (flag_optimize_sibling_calls): Document.
3203         * toplev.c (flag_optimize_sibling_calls): New global variable.
3204         (f_options): Add flag_optimize_sibling_calls.
3205         (rest_of_compilation): Conditionize
3206         optimize_sibling_and_tail_recursive_calls by
3207         flag_optimize_sibling_calls.
3208         (main): Set flag_optimize_sibling_calls for -O2.
3209         * stmt.c (expand_return): Conditionize tail recursion by
3210         flag_optimize_sibling_calls.
3211
3212 2000-03-29  Richard Henderson  <rth@cygnus.com>
3213
3214         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
3215         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
3216
3217 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
3218
3219         * except.c (add_eh_table_entry): Mark type_info's as referenced.        
3220
3221 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3222
3223         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
3224         is given.
3225         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
3226         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
3227         * config/rs6000/aix.h: then modified likewise.
3228
3229 2000-03-28  Richard Henderson  <rth@cygnus.com>
3230
3231         * rtl.h: Redistribute enum reg_note documentation. 
3232         Kill trailing whitespace.
3233         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
3234         Kill trailing whitespace.
3235
3236 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
3237
3238         * cppfiles.c (hash_IHASH): Just return i->hash.
3239         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
3240         htab_find_with_hash.
3241         (cpp_read_file): Likewise.
3242         (find_include_file): Likewise.  Properly initialize
3243         ih->nshort.  Share ih->name and ih->nshort if possible.
3244         * cpphash.c (_cpp_calc_hash): New function.
3245         (hash_HASHNODE): Just return h->hash.
3246         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
3247         htab_find_with_hash.
3248         * cpphash.h: Prototype _cpp_calc_hash.
3249         * cppinit.c (initialize_builtins): Provide a valid hash
3250         to _cpp_make_hashnode, using _cpp_calc_hash.
3251
3252         * cpphash.c (collect_expansion): # is not a special character
3253         in object-like macros.  In -traditional mode, /**/ is not
3254         token paste at the beginning or end of the line.
3255         * cpplib.c (do_include, do_import, do_include_next): If
3256         parse_include fails, return immediately.
3257
3258 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
3259
3260         * config/arm/arm.md (return peepholes): Update to reflect the new
3261         call insn patterns.
3262         * config/arm/arm.c (arm_volatile_func): Also check
3263         current_function_nothrow.
3264         (output_return_instruction, output_func_prologue): Use it.
3265         (arm_output_epilogue, arm_expand_prologue): Likewise.
3266
3267 2000-03-27  Tom Tromey  <tromey@cygnus.com>
3268
3269         * gcc.c (handle_braces): In {x*...} case, break out of loop if
3270         switch is found.
3271
3272 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3273
3274         * expr.c (store_constructor): SIZE now signed.
3275         For EXPR_SIZE, don't evaluate size; just needed if constant.
3276         * fold-const.c (fold): Fix a number of cases when folded tree is
3277         wrong type.
3278         * function.c (flush_addressof): Reenable.
3279         * tree.h (flush_addressof): Likewise.
3280         * toplev.c (independent_decode_option): Look at strings_processed.
3281         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
3282
3283 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
3284
3285         * sibcall.c (indentify_call_return_value): Find last call in the chain;
3286         Allow stack adjustment after function call.
3287
3288         * regmove.c (struct csa_memlist): Make mem field rtx *.
3289         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
3290         (try_apply_stack_adjustment): Replace whole MEM rtx.
3291         (combine_stack_adjustments_for_block): Update calls
3292         to record_one_stack_ref.
3293
3294 2000-03-28  Neil Booth  <NeilB@earthling.net>
3295
3296         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
3297         '\\' rather than a null character, so nulls are not special.  Fix
3298         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
3299         speed trigraph conversion.
3300         (_cpp_init_input_buffer): Initialize trigraph map.
3301
3302 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
3303
3304         * config/i386/i386.c (output_387_binary_op): Correct intel
3305         mode assembly output, and add spaces after commas in AT&T
3306         output.  Correct Unixware assembler comment.  Document input
3307         constraints.  Comment fp operations.  Reduce profligate buffer
3308         size.  Remove extraneous abort.  Localize temp var.
3309         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
3310         (output_fix_trunc): Add spaces after commas in assembly output.
3311
3312 2000-03-27  Richard Henderson  <rth@cygnus.com>
3313
3314         * i386-protos.h (ix86_match_ccmode): Declare.
3315         * i386.c (ix86_match_ccmode): New.
3316         (ix86_expand_fp_compare): Update for pattern renames.
3317         (ix86_expand_strlensi_unroll_1): Likewise.
3318         * i386.h (EXTRA_CC_MODES): Add CCZ.
3319         (SELECT_CC_MODE): Use it for EQ/NE zero.
3320         * i386.md (cmpsi_ccz_1): New.
3321         (cmpqi_ccz_1): New.
3322         (*testsi_ccz_1): New.
3323         (testqi_ccz_1): New.
3324         (cmpsi_ccno_1): Rename from cmpsi_0.
3325         (testsi_ccno_1): Rename from testsi_1.
3326         (testqi_ccno_1): Rename from testqi_1.
3327         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
3328         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
3329         (*cmphi_0): Use ix86_match_ccmode.
3330         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
3331         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
3332         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
3333         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
3334         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
3335         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
3336         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
3337         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
3338         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
3339         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
3340         (appropriate peepholes): Likewise.
3341         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
3342         (*subsi_3, *subhi_3, *subqi_3): Remove.
3343         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
3344         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
3345         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
3346         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
3347         (x86_shift_adj_1): Use CCZ.
3348         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
3349
3350 2000-03-27  Stan Cox  <scox@cygnus.com> 
3351
3352         * resource.h (mark_resource_type): New.
3353         * resource.c (find_dead_or_set_registers, mark_target_live_regs, 
3354         find_free_register): Use mark_resource_type.
3355         (mark_set_resources): Change include_delayed_effects
3356         to mark_resource_type.
3357         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns, 
3358         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread): 
3359         Use mark_resource_type.
3360         
3361 2000-03-27  Richard Henderson  <rth@cygnus.com>
3362
3363         * i386.md (call_pop_0, call_value_pop_0): New.
3364         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
3365         (call_value_pop_1): Likewise.
3366         (call_0, call_value_0): New.
3367         (call_1, call_value_1): Remove constraint from unused arg.
3368
3369 2000-03-27  Nick Clifton  <nickc@cygnus.com>
3370
3371         * invoke.texi (Spec Files): Document new spec % command created by
3372         Tom Tromey's recent patch.
3373
3374 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
3375
3376         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
3377         if not defined.
3378
3379 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3380
3381         * expr.c (expand_assignment): Fix typo in last change.
3382
3383         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
3384
3385 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3386
3387         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
3388         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
3389         and DECL_INLINE if FUNCTION_DECL.
3390         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
3391         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
3392         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
3393         (combine_parm_decls): Likewise.
3394         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
3395         * print-tree.c (print_node): Likewise.
3396         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
3397         DECL_TRANSPARENT_UNION on proper decl types.
3398         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
3399         * stor-layout.c (layout_decl): Only check DECL_PACKED and
3400         DECL_BIT_FIELD of FIELD_DECL.
3401         * tree.h (DECL_RESULT_FLD): New macro.
3402         
3403         * expr.c (expand_assignment): Add code to handle variable-sized
3404         BLKmode case.
3405
3406 2000-03-26  Richard Henderson  <rth@cygnus.com>
3407
3408         * calls.c (expand_call): Pass parms not original exp to
3409         optimize_tail_recursion.  Mind return value instead of looking
3410         for a barrier.
3411         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
3412         call_expr.  Move checks for call_expr and current_function_decl ...
3413         (expand_return): ... here.
3414
3415 2000-03-26  Tom Tromey  <tromey@cygnus.com>
3416
3417         * gcc.c (handle_braces): Recognize `%{<S}' construct.
3418         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
3419         defines.
3420         (process_command): Use them.
3421         (check_live_switch): Likewise.
3422         (give_switch): Skip ignored switches.
3423
3424 2000-03-26  Jan Hubicka  <jh@suse.cz>
3425
3426         * jump.c (jump_optimize_1): Fix typo in elide optimizations
3427         for minimal jump pass test.
3428
3429 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
3430
3431         * integrate.c (function_cannot_inline_p): Do inline functions that
3432         return `void'.
3433
3434 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3435
3436         * stor-layout.c (layout_type, set_sizetype): early_type_list is
3437         now a list of TREE_LIST entries, not types.
3438         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
3439
3440         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
3441         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
3442         int_bit_position.
3443         * config/mips/mips.c (function_arg): Likewise; also remove cast
3444         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
3445         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
3446         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
3447         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
3448         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
3449         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
3450         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
3451         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
3452         num_adjusts now unsigned.
3453         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
3454         * config/sparc/sparc.c (struct function_arg_record_value_parms):
3455         NREGS now unsigned.
3456         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
3457         as is BITPOS variable; use host_integerp and int_bit_position.
3458         (function_arg_record_value_2): Likewise.
3459         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
3460         Variable REGNO now unsigned.
3461         (function_arg_record_value): NREGS now unsigned.
3462
3463 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
3464
3465         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
3466
3467 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3468
3469         * Rework fields used to describe positions of bitfields and
3470         modify sizes to be unsigned and use HOST_WIDE_INT.
3471         * alias.c (reg_known_value_size): Now unsigned.
3472         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
3473         (really_start_incremental_init): Use bitsize_zero_node.
3474         (push_init_level, pop_init_level, output_init_element): Likewise.
3475         Use bitsize_unit_node and bitsize_one_node.
3476         (output_pending_init_elements, process_init_element): Likewise.
3477         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
3478         (make_extraction): Position and length HOST_WIDE_INT and unsigned
3479         HOST_WIDE_INT, respectively.
3480         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
3481         (num_sign_bit_copies): Returns unsigned.
3482         BITWIDTH now unsigned; rework arithmetic.
3483         Remove recursive call from arg to MAX.
3484         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
3485         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
3486         REGNO now unsigned.
3487         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
3488         (find_split_point, expand_compound_operation, make_extraction): LEN
3489         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
3490         (make_field_assignment): Likewise.
3491         (combine_simplify_rtx): Add cast.
3492         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
3493         (force_to_mode): WIDTH now unsigned; add cast.
3494         (if_then_else_cond): SIZE now unsigned.
3495         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
3496         (extended_count): Now returns unsigned.
3497         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
3498         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
3499         (simplify_comparison): MODE_WIDTH now unsigned.
3500         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
3501         (mark_used_regs_combine): Likewise; rework arithmetic.
3502         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
3503         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
3504         (record_promoted_value): REGNO now unsigned.
3505         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
3506         (get_last_value): REGNO now unsigned.
3507         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
3508         (reg_dead_regno, reg_dead_endregno): Now unsigned.
3509         (remove_death): Arg REGNO now unsigned.
3510         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
3511         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
3512         now unsigned.
3513         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
3514         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
3515         (struct cse_reg_info): REGNO now unsigned.
3516         (cached_regno): Now unsigned.
3517         (REGNO_QTY_VALID_P): Add cast.
3518         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
3519         (remove_invalid_regs): Likewise.
3520         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
3521         as are variables END and I.
3522         (get_cse_reg_info, insert): Likewise.
3523         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
3524         (canon_hash): Likewise.
3525         (insert_regs, lookup_for_remove): REGNO now unsigned.
3526         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
3527         New variable RN.
3528         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
3529         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
3530         * emit-rtl.c (subreg_realpart_p): Add cast.
3531         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
3532         (operand_subword_force): Arg I is now unsigned.
3533         * except.c (eh_regs): Variable I is now unsigned.
3534         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
3535         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
3536         length is unsigned HOST_WIDE_INT; likewise for internal variables.
3537         (store_split_bit_field, extract_fixed_bit_field): Likewise.
3538         (extract_split_bit_field, store_bit_field, extract_bit_field):
3539         Likewise.
3540         * expr.c (store_constructor_fields, store_constructor, store_field):
3541         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
3542         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
3543         (do_jump): Likewise.
3544         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
3545         MAX_SIZE is now unsigned.
3546         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
3547         (emit_group_store): Likewise.
3548         (emit_move_insn): I now unsigned.
3549         (store_constructor): Use host_integerp, tree_low_cst, and
3550         bitsize_unit_node.
3551         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
3552         Rework all calculations to use trees and new fields.
3553         * expr.h (promoted_input_arg): Regno now unsigned.
3554         (store_bit_field, extract_bit_field): Adjust types of pos and size.
3555         (mark_seen_cases): Arg is HOST_WIDE_INT.
3556         * flow.c (verify_wide_reg_1): REGNO now unsigned.
3557         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
3558         precisions and alignments are unsigned.
3559         (optimize_bit_field_compare, fold_truthop): Likewise.
3560         (int_const_binop): Adjust threshold for size_int_type_wide call.
3561         (fold_convert): Likewise.
3562         (size_int_type_wide): Make table larger and fix thinko that only
3563         had half of table used.
3564         (all_ones_mask_p, fold): Precisions are unsigned.
3565         * function.c (put_reg_info_stack): REGNO is unsigned.
3566         (instantiate_decl): Size is HOST_WIDE_INT.
3567         (instantiate_virtual_regs): I is unsigned.
3568         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
3569         (promoted_input_arg): REGNO is unsigned.
3570         * function.h (struct function): x_max_parm_reg is now unsigned.
3571         * gcse.c (max_gcse_regno): Now unsigned.
3572         (struct null_pointer_info): min_reg and max_reg now unsigned.
3573         (lookup_set, next_set): REGNO arg now unsigned.
3574         (compute_hash_table): REGNO and I now unsigned.
3575         (handle_avail_expr): regnum_for_replacing now unsigned.
3576         (cprop_insn): REGNO now unsigned.
3577         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
3578         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
3579         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
3580         * hard-reg-set.h (reg_class_size): Now unsigned.
3581         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
3582         * jump.c (mark_modified_reg): I now unsigned; add cast.
3583         (rtx_equal_for_thread_p): Add cast.
3584         * loop.c (max_reg_before_loop): Now unsigned.
3585         (struct_movable): REGNO now unsigned.
3586         (try_copy_prop): REGNO arg unsigned.
3587         (regs_match_p): XN and YN now unsigned.
3588         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
3589         (strength_reduce): Likewise; NREGS also unsigned.
3590         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
3591         * loop.h (struct iv_class): REGNO now unsigned.
3592         (max_reg_before_loop, first_increment_giv, last_increment_giv):
3593         Now unsigned.
3594         * machmode.h (mode_size, mode_unit_size): Now unsigned.
3595         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
3596         * optabs.c (expand_binop): I and NWORDS now unsigned.
3597         (expand_unop): I now unsigned.
3598         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
3599         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
3600         * real.c (significand_size): Now returns unsigned.
3601         * real.h (significand_size): Likewise.
3602         * regclass.c (reg_class_size): Now unsigned.
3603         (choose_hard_reg_mode): Both operands now unsigned.
3604         (record_reg_classes): REGNO and NR now unsigned.
3605         (reg_scan): NREGS now unsigned.
3606         (reg_scan_update): old_max_regno now unsigned.
3607         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
3608         * reload.c (find_valid_class): BEST_SIZE now unsigned.
3609         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
3610         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
3611         Likewise for variable R.
3612         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
3613         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
3614         (find_equiv_reg): Add casts.
3615         (regno_clobbered_p): Arg REGNO now unsigned.
3616         * reload.h (struct reload): NREGS now unsigned.
3617         (refers_to_regno_for_reload_p): Regno args are unsigned.
3618         (regno_clobbered_p): Likewise.
3619         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
3620         (compute_use_by_pseudos): REGNO now unsigned.
3621         (find_reg): I and J now unsigned, new variable K, and change loop
3622         variables accordingly; THIS_NREGS now unsigned.
3623         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
3624         (spill_hard_reg): REGNO arg now unsigned; add casts.
3625         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
3626         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
3627         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
3628         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
3629         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
3630         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
3631         (emit_reload_insns): REGNO now unsigned.
3632         (reload_cse_move2add): Add cast.
3633         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
3634         and rework loop.
3635         * resource.c (mark_referenced_resources, mark_set_resources): New
3636         variable R; REGNO and LAST_REGNO now unsigned.
3637         (mark_target_live_regs): J and REGNO now unsigned.
3638         * rtl.c (mode_size, mode_unit_size): Now unsigned.
3639         * rtl.h (union rtunion_def): New field rtuint.
3640         (XCUINT): New macro.
3641         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
3642         (operand_subword, operand_subword_force): Word number is unsigned.
3643         (choose_hard_reg_mode): Operands are unsigned.
3644         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
3645         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
3646         (regno_use_in, combine_instructions, remove_death): Likewise.
3647         (reg_scan, reg_scan_update): Likewise.
3648         (extended_count): Return is unsigned.
3649         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
3650         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
3651         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
3652         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
3653         (reg_reg_last_1): FIRS and LAST now unsigned.
3654         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
3655         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
3656         now unsigned.
3657         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
3658         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
3659         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
3660         (replace_regs): Arg NREGS now unsigned.
3661         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
3662         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
3663         (simplify_binary_operation): Likewise.
3664         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
3665         THIS_LAST now unsigned.
3666         (cselib_record_set): Add cast.
3667         * ssa.c (ssa_max_reg_num): Now unsigned.
3668         (rename_block): REGNO now unsigned.
3669         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
3670         sizes now unsigned.
3671         (all_cases_count): Just return -1 not -2.
3672         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
3673         Rework tests to use trees whenever possible.
3674         Use host_integerp and tree_low_cst.
3675         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
3676         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
3677         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
3678         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
3679         (smallest_mode_for_size): Likewise.
3680         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
3681         KNOWN_ALIGN is now an alignment, so simplify code.
3682         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
3683         (start_record_layout): Renamed from new_record_layout_info.
3684         Update to new fields.
3685         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
3686         New functions.
3687         (place_union_field): Renamed from layout_union_field.
3688         Update to use new fields in rli.
3689         (place_field): Renamed from layout_field.
3690         Major rewrite to use new fields in rli; pass alignment to layout_decl.
3691         (finalize_record_size): Rework to use new fields in rli and handle
3692         union.
3693         (compute_record_mode): Rework to simplify and to use new DECL fields.
3694         (finalize_type_size): Make rounding more consistent.
3695         (finish_union_layout): Deleted.
3696         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
3697         (layout_type, case RECORD_TYPE): Call new function names.
3698         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
3699         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
3700         (get_best_mode): UNIT is now unsigned; remove casts.
3701         * tree.c (bit_position): Compute from new fields.
3702         (byte_position, int_byte_position): New functions.
3703         (print_type_hash_statistics): Cast to remove warning.
3704         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
3705         (build_index_type): Likewise; make subtype of sizetype.
3706         (build_index_2_type): Pass sizetype to build_range_type.
3707         (build_common_tree_nodes): Use size_int and bitsize_int to
3708         initialize nodes; add bitsize_{zero,one,unit}_node.
3709         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
3710         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
3711         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
3712         (DECL_FIELD_BITPOS): Deleted.
3713         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
3714         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
3715         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
3716         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
3717         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
3718         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
3719         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
3720         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
3721         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
3722         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
3723         (DECL_ALIGN): Adjust to new field in union.
3724         (DECL_OFFSET_ALIGN): New field.
3725         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
3726         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
3727         (union tree_decl): Add struct for both aligns.
3728         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
3729         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
3730         (struct record_layout_info): Rework fields to have offset
3731         alignment and byte and bit position.
3732         (start_record_layout, place_field): Renamed from old names.
3733         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
3734         (byte_position, int_byte_position): Likewise.
3735         (get_inner_reference): Change types of position and length.
3736         * unroll.c (unroll_loop): New variable R; use for some loops.
3737         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
3738         (calculate_giv_inc): Arg REGNO now unsigned.
3739         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
3740         * varasm.c (assemble_variable): Clean up handling of size using
3741         host_integerp and tree_low_cst.
3742         (decode_addr_const): Use byte, not bit, position.
3743         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
3744         use tree_low_cst and int_bit_position.
3745         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
3746         
3747 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
3748
3749         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
3750         (reorder_block_def): New members eff_head and eff_end.
3751         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
3752         (verify_insn_chain): New function.
3753         (skip_insns_between_block): Add code to skip deleted insns.
3754         Check for note before using.
3755         (chain_reorder_blocks): Replace calls to skip_insns_between_block
3756         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
3757         Check for note before using.
3758         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
3759         (fixup_reorder_chain): Restructure, clean up, defect removal.
3760         (reorder_basic_blocks): Remove last_insn and references to it.
3761         Moved insn chain verification code into a new function (see above).
3762         Delete defective code that sets last insn.
3763         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
3764         all blocks.
3765
3766 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
3767
3768         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
3769
3770 2000-03-24  Richard Henderson  <rth@cygnus.com>
3771
3772         * tree.c (lang_safe_for_unsave): Remove.
3773         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
3774         allowing for two levels of unsafeness.  Remove lang hook.
3775         * tree.h: Update declarations.
3776         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
3777         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
3778         Always fail sibcalls when there are pending cleanups.
3779
3780 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
3781
3782         * flow.c (propagate_block): When we delete an ADDR_VEC,
3783         also delete the BARRIER following it if there is one.
3784
3785 2000-03-24  Richard Henderson  <rth@cygnus.com>
3786
3787         * builtins.c (expand_builtin_bzero): Convert `length' argument
3788         to sizetype.
3789
3790 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
3791
3792         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
3793         comparison if regno's are equal.
3794         * calls.c (initialize_argument_informat): Add ecf_flags argument.
3795         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
3796         (expand_call): Update caller.
3797         Avoid making a sibling call if argument size of the callee is larger
3798         than argument size of the caller.
3799         Call hard_function_value with outgoing set if in sibcall pass.
3800         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
3801
3802         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
3803         Change LEAF_REGISTERS from an array initializer to actual array
3804         identifier. Move static global variable into the function.
3805         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
3806         sequences for leaf functions.
3807         * global.c (global_alloc): Likewise.
3808         * tm.texi (LEAF_REGISTERS): Update documentation.
3809
3810         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
3811         TARGET_FLAT leaf disabling hack.
3812         (LEAF_REGISTERS): Changed from an array initializer to actual array
3813         identifier to avoid duplication and remove the above hack.
3814         (FUNCTION_OK_FOR_SIBCALL): Define.
3815         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
3816         always like call attribute.
3817         (eligible_for_sibcall_delay): New attribute.
3818         (sibcall): New delay type.
3819         (sibcall, sibcall_value, sibcall_epilogue): New expands.
3820         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
3821         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
3822         * config/sparc/sparc.c (sparc_leaf_regs): New array.
3823         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
3824         New functions.
3825         (output_function_epilogue): Move part of the code into
3826         output_restore_regs.
3827         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
3828         TYPE_SIBCALL.
3829         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
3830         prototypes.
3831
3832         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
3833         until infrastructure is finished.
3834
3835 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
3836
3837         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
3838         (save_parm_insns): Not here.
3839
3840 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3841
3842         * builtins.c (expand_builtin_bzero): New function.
3843         (expand_builtin): Handle bzero.
3844
3845         * builtins.def: Add BUILT_IN_BZERO.
3846
3847         * c-common.c (c_common_nodes_and_builtins): Provide builtin
3848         prototype & function for bzero.
3849
3850 2000-03-23  Michael Meissner  <meissner@redhat.com>
3851
3852         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
3853         change adding TARGET_FP to the TF floating point insns, except for
3854         trunctfsf2, which generates direct calls to truncdfsf2.
3855
3856 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
3857
3858         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
3859         try to protect against middle-end changes that break binary
3860         compatibility.
3861         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
3862
3863 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
3864
3865         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
3866
3867 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3868
3869         * calls.c (expand_call): If TARGET is passed by reference and
3870         is readonly, write a CLOBBER.
3871
3872 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3873
3874         * builtins.c (expand_builtin): Handle bcmp.
3875
3876         * builtins.def: Add BUILT_IN_BCMP.
3877
3878         * c-common.c (c_common_nodes_and_builtins): Provide builtin
3879         prototype & function for bcmp.
3880
3881 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
3882
3883         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
3884         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
3885         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
3886
3887 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
3888
3889         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
3890         alternative when using -fp64 -gp32.
3891
3892 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
3893
3894         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
3895         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
3896         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
3897
3898         * frame.h (frame_state): Revert last change.
3899         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
3900         * libgcc2.c (throw_helper): Revert last change.
3901         
3902 2000-03-22  Richard Henderson  <rth@cygnus.com>
3903
3904         * stmt.c (expand_asm_operands): Don't promote the temporary.
3905
3906 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
3907
3908         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
3909         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
3910           c_get_alias_set): Likewise.
3911         * c-decl.c (duplicate_decls): Likewise.
3912         * c-typeck.c (default_conversion,build_unary_op): Likewise.
3913         * calls.c (initialize_argument_information): Likewise.
3914         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
3915         Likewise.
3916         * dwarfout.c (decl_class_context,output_type): Likewise.
3917         * expr.c (get_inner_reference): Likewise.
3918         * fold-const.c (simple_operand_p,fold): Likewise.
3919         * function.c (aggregate_value_p): Likewise.
3920         * stmt.c (expand_asm_operands): Likewise.
3921         * varasm.c (named_section): Likewise.
3922
3923 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
3924
3925         Implement dwarf2 exception handling for the ARM.
3926         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
3927         (DWARF_FRAME_RETURN_COLUMN): Define.
3928         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
3929         REG_FRAME_RELATED_EXPR note.
3930         (emit_sfm): Likewise.
3931         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
3932         * dwarf2out.c (reg_save): Handle saving a register to itself.
3933         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
3934         * except.c (eh_regs): Don't use the static chain reg if it's
3935         callee-saved.
3936         * frame.h (frame_state): Add cfa_saved field.
3937         * frame.c (execute_cfa_insn): Set it.
3938         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in 
3939         the epilogue.
3940         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
3941         Now takes a parm.
3942         (instantiate_virtual_regs): Adjust.
3943         * tm.texi: Adjust.
3944         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
3945         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
3946         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
3947
3948         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
3949         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
3950
3951 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3952
3953         * builtins.def: New file.
3954
3955         * Makefile.in (TREE_H): Depend on builtins.def.
3956
3957         * builtins.c (built_in_names): Use builtins.def.
3958
3959         * tree.h (built_in_function): Likewise.
3960
3961 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
3962
3963         * tree.c (size_in_bytes): Return size_zero_node, not
3964         integer_zero_node.
3965
3966 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
3967
3968         * config/fp-bit.c (pack_d): Correct the case when a denormal
3969         is rounded up and stops being denormal.
3970
3971 2000-03-21  Richard Henderson  <rth@cygnus.com>
3972
3973         * config/alpha/alpha.c (function_arg): Check for void_type_node
3974         before using MUST_PASS_IN_STACK.
3975
3976 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
3977
3978         * regmove.c (combine_stack_adjustments_for_block): Check that
3979         the stack pointer is a valid memory address.
3980
3981 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
3982
3983         * calls.c: re-install Mar 16 emit_library_call merge.
3984
3985 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
3986
3987         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
3988         we cannot be sure that if reload_completed base register will
3989         be properly aligned.
3990
3991 2000-03-21  Richard Henderson  <rth@cygnus.com>
3992
3993         * flow.c (delete_block): Fix typo last change.
3994
3995 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
3996
3997         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
3998         not COMPLETE_TYPE_P, to check the type of the expression.
3999
4000 2000-03-21  Michael Meissner  <meissner@redhat.com>
4001
4002         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
4003         all floating point insns that just tested the macro
4004         TARGET_HAS_XFLOATING_LIBS.
4005         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
4006         used to only use the gprs.
4007
4008 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
4009
4010         * tree.h (COMPLETE_TYPE_P): New macro.
4011         (COMPLETE_OR_VOID_TYPE_P): New macro.
4012         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
4013         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
4014         * c-aux-info.c (gen_type): Use them.
4015         * c-common.c (c_expand_expr_stmt): Likewise.
4016         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
4017         grokdeclarator, grokparms, finish_struct, start_function,
4018         store_parm_decls, combine_parm_decls): Likewise.
4019         * c-parse.y (cast_expr): Likewise.
4020         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
4021         c_size_in_bytes, c_alignof, build_component_ref,
4022         build_indirect_ref, build_array_ref, convert_arguments,
4023         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
4024         * calls.c (initialize_argument_information): Likewise.
4025         * convert.c (convert_to_integer): Likewise.
4026         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
4027         * dwarfout.c (location_or_const_value_attribute,
4028         output_enumeration_type_die, output_structure_type_die,
4029         output_union_type_die, output_type): Likewise.
4030         * expr.c (safe_from_p, expand_expr): Likewise.
4031         * function.c (assign_parms): Likewise.
4032         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
4033         * tree.c (build_array_type, build_function_type,
4034         build_method_type, build_offset_type, build_complex_type): Likewise.
4035         * c-parse.c, c-parse.h: Regenerated.
4036
4037 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4038
4039         * config/c4x/rtems.h: Include config/rtems.h.
4040
4041 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
4042
4043         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
4044         decl is a FUNCTION_DECL
4045
4046 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
4047
4048         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
4049         function uses output registers.  Don't save RP for leaf functions.
4050         Do save RP even if no epilogue.
4051         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
4052         (CALL_USED_REGISTERS): Unmark in registers.
4053         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
4054         to near the middle.
4055
4056 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
4057
4058         * config/rs6000/rs6000.md (bunordered): New expander.
4059         (bordered): New expander.
4060         (buneq): New expander.
4061         (bunge): New expander.
4062         (bungt): New expander.
4063         (bunle): New expander.
4064         (bunlt): New expander.
4065         (bltgt): New expander.
4066  
4067         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
4068         (ccr_bit_negated_p): New function.
4069         (print_operand): For %C, generate appropriate cror for UNEQ,
4070         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
4071
4072 2000-03-20  Andreas Jaeger  <aj@suse.de>
4073
4074         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
4075         warning.
4076
4077         * tree.h (safe_for_unsave): Prototype.
4078
4079 2000-03-20  Richard Henderson  <rth@cygnus.com>
4080
4081         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
4082         (combine_stack_adjustments_for_block): Don't allow sp references
4083         in the side of a set we're not fixing up.
4084         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
4085         after life_analysis.
4086
4087 2000-03-20  Richard Henderson  <rth@cygnus.com>
4088
4089         * calls.c (expand_call): Don't bother generating tail call
4090         sequences if there are pending cleanups.  Use
4091         expand_start_target_temps/expand_end_target_temps to elide
4092         cleanups created during sibcall expansion.
4093
4094 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
4095
4096         * configure.in: Set $IFS to a value if it doesn't already have one
4097         in the --enable-checking handling.
4098         * configure: Regenerate.
4099
4100 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4101
4102         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
4103         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
4104         Regenerated.
4105
4106 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
4107
4108         * jump.c (delete_noop_moves): Remove code attempting to
4109         combine stack adjustments.
4110
4111 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4112
4113         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
4114         * except.c (emit_cleanup_handler): Use them.
4115         (expand_end_all_catch): Likewise.
4116         * function.c (fixup_var_refs): Likewise.
4117         (expand_function_end): Clear catch_clauses_last.
4118         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
4119         * except.h (struct eh_status): New field x_catch_clauses_last.
4120         (catch_clauses_last): New define.
4121
4122         * Makefile.in (tree.o): Depend on HASHTAB_H.
4123         * tree.c: Include hashtab.h.
4124         (struct type_hash): Remove next field.
4125         (TYPE_HASH_SIZE): Remove.
4126         (TYPE_HASH_INITIAL_SIZE): New define.
4127         (type_hash_table): Change type to htab_t.
4128         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
4129         mark_hash_entry): New functions.
4130         (init_obstacks): Allocate type hash.
4131         (type_hash_lookup): Use htab functions.
4132         (type_hash_add, mark_type_hash): Likewise.
4133         (dump_tree_statistics): Call print_type_hash_statistics.
4134
4135 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4136
4137         * rs6000/t-aix41: New file.
4138
4139         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
4140
4141 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
4142
4143         * tm.texi (Driver): Fix typos and tweak entry for
4144         INCLUDE_DEFAULTS.
4145         Move misplaced STRUCT_FORCE_BLK entry ...
4146         (Storage Layout): ... to here.
4147         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
4148
4149 2000-03-19  Richard Henderson  <rth@cygnus.com>
4150
4151         * flow.c (delete_block): Delete the addr_vec along with the block.
4152         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
4153         reference labels.
4154
4155         * fold-const.c (extract_muldiv): Apply type check for defined
4156         overflow to multiply as well as divide.
4157
4158         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
4159
4160 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
4161
4162         * emit-rtl.c (remove_unncessary_notes): Check that all
4163         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
4164         associated NOTE_BLOCK.
4165         * function.h (identify_blocks): Update comments.
4166         (reorder_blocks): Declare.
4167         * function.c (identify_blocks): Don't take paramters.
4168         (reorder_blocks): Don't take parameters.
4169         * loop.h (find_loop_tree_blocks): Remove.
4170         (unroll_block_trees): Likewise.
4171         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
4172         reorder_blocks instead of unroll_block_trees.h
4173         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
4174         * stmt.c (find_loop_tree_blocks): Remove.
4175         (unroll_block_trees): Likewise.
4176         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
4177         in whole-function mode.
4178         * tree.h (reorder_blocks): Remove declaration.
4179
4180         * expr.c: Include intl.h.
4181         * Makefile.in (expr.o): Depend on intl.h.
4182         
4183 2000-03-18  Richard Henderson  <rth@cygnus.com>
4184
4185         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
4186
4187 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
4188
4189         * tree.h (tree_index): Remove enumerals for integer types.
4190         (integer_type_kind): New type.
4191         (integer_types): New variable.
4192         (char_type_node): Adjust.
4193         (signed_char_type_node): Likewise.
4194         (unsigned_char_type_node): Likewise.
4195         (short_integer_type_node): Likewise.
4196         (short_unsigned_type_node): Likewise.
4197         (integer_type_node): Likewise.
4198         (unsigned_type_node): Likewise.
4199         (long_integer_type_node): Likewise.
4200         (long_unsigned_type_node): Likewise.
4201         (long_long_integer_type_node): Likewise.
4202         (long_long_unsigned_type_node): Likewise.
4203         * tree.c (integer_types): New variable.
4204         (init_obstacks): Register it as a root.
4205
4206 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
4207
4208         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
4209         NEXT_INSN. Update last insn in chain.
4210
4211 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
4212
4213         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
4214         with TYPE_DECL_SUPPRESS_DEBUG set.
4215
4216 2000-03-18  Richard Henderson  <rth@cygnus.com>
4217
4218         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
4219
4220 2000-03-18  Richard Henderson  <rth@cygnus.com>
4221
4222         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
4223         care for HALF_PIC_P.
4224         (expander_call_insn_operand): Remove.
4225         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
4226         * i386.h (PREDICATE_CODES): Update.
4227         * i386.md (all call expanders): Remove predicates, remove special
4228         handling for half-pic.
4229         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
4230         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
4231         (sibcall_epilogue): New.
4232
4233 2000-03-17  Richard Henderson  <rth@cygnus.com>
4234
4235         * rtlanal.c (single_set): Reject if the parallel has anything
4236         except SET or USE or CLOBBER.
4237
4238 2000-03-17  Jeff Law  <law@cygnus.com>
4239             Richard Henderson  <rth@cygnus.com>
4240
4241         * Makefile.in (OBJS): Add sibcall.o.
4242         (sibcall.o): New.
4243         * sibcall.c: New file.
4244         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
4245         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
4246         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
4247         Emit sibcall patterns when requested.  Update all callers.
4248         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
4249         elimination seems feasable.
4250         * final.c (leaf_function_p): Sibling calls don't discount being
4251         a leaf function.
4252         * flow.c (HAVE_sibcall_epilogue): Provide default.
4253         (find_basic_blocks_1): Sibling calls don't throw.
4254         (make_edges): Make edge from sibling call to EXIT.
4255         (propagate_block): Don't remove sibcall_epilogue insns.
4256         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
4257         (sibcall_epilogue): New.
4258         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
4259         (identify_blocks_1): Likewise.  Break out from ...
4260         (identify_blocks): ... here.
4261         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
4262         (reorder_blocks): ... here.
4263         (init_function_for_compilation): Zap prologue/epilogue as varrays.
4264         (record_insns): Extend a varray instead of mallocing new memory.
4265         (contains): Read a varray not array of ints.
4266         (sibcall_epilogue_contains): New.
4267         (thread_prologue_and_epilogue_insns): Emit and record
4268         sibcall_epilogue patterns.
4269         (init_function_once): Allocate prologue/epilogue varrays.
4270         * genflags.c (gen_insn): Treat sibcall patterns as calls.
4271         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
4272         Broken out from ...
4273         (save_for_inline_nocopy): ... here.
4274         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns. 
4275         Broken out from ...
4276         (expand_inline_function): ... here.
4277         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
4278         (subst_constants): Handle 'n' formats.
4279         * jump.c (jump_optimize_minimal): New.
4280         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
4281         optimizations if it's set.
4282         * rtl.c (copy_rtx): Do copy jump & call for insns.
4283         * rtl.h (struct rtx_def): Document use of jump and call for insns.
4284         (SIBLING_CALL_P): New.
4285         (sibcall_use_t): New.
4286         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
4287         Invoke optimize_sibling_and_tail_recursive_calls.
4288         * tree.c (lang_safe_for_unsave): New.
4289         (safe_for_unsave): New.
4290         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
4291
4292         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
4293         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
4294         (*sibcall_osf_1, *sibcall_value_osf_1): New.
4295
4296 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
4297
4298         * objc/objc-act.c (encode_method_prototype): Pass types, not
4299         PARM_DECLs, to int_size_in_bytes.
4300
4301 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
4302
4303         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
4304
4305         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
4306         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
4307
4308 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4309
4310         * Clean up usages of TREE_INT_CST_LOW.
4311         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
4312         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
4313         Regenerated.
4314         * c-tree.h (min_precision): Move declaration to here.
4315         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
4316         (build_unary_op, add_pending_init): Use bit_position.
4317         (pending_init_member, process_init_element): Likewise.
4318         (really_start_incremental_init, push_init_level, pop_init_level):
4319         Don't make copies of nodes or modify them in place, use consistent
4320         types when tracking positions, and use tree routines computations.
4321         (set_init_index, output_init_element): Likewise.
4322         (output_pending_init_elements, process_init_element): Likewise.
4323         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
4324         tree_low_cst and int_bit_position; also minor cleanup.
4325         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
4326         (print_cst_octal): Precision is unsigned.
4327         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
4328         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
4329         (simple_type_align_in_bits): Result is unsigned int.
4330         Use tree_int_low_cst and host_integerp.
4331         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
4332         (field_byte_offset): Result is HOST_WIDE_INT.
4333         Change types of internal variables so alignments are unsigned int,
4334         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
4335         Use host_integerp, tree_low_cst, and int_bit_position.
4336         (add_bit_offset_attribute): Likewise.
4337         (add_data_member_location_attribute): Use tree_cst_low.
4338         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
4339         (add_bit_size_attribute): Use tree_low_cst.
4340         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
4341         * dwarfout.c: Similar changes to dwarf2out.c.
4342         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
4343         * genoutput.c (n_occurences): Return -1 for null string.
4344         (strip_whitespace): Accept null string and make into function.
4345         (scan_operands): Reflect above changes.
4346         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
4347         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
4348         * ssa.c (rename_registers): Add missing cast of arg to bzero.
4349         * tree.c (int_size_in_bytes): Check for too big to represent.
4350         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
4351         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
4352         New declarations.
4353         (min_precision): Delete from here.
4354         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
4355         and int_bit_position.
4356         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
4357         (encode_method_def): Likewise.
4358         (build_ivar_list_initializer): Use int_bit_position.
4359         (generate_shared_structures): Convert size.
4360         (encode_type, encode_complete_bitfield): Use integer_zerop.
4361         (encode_bitfield): Use tree_low_cst and int_bit_position.
4362         
4363 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4364
4365         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
4366
4367 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4368
4369         * call.c (special_function_p): It is only malloc if it returns
4370         Pmode.
4371
4372 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4373
4374         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
4375         (C33_FLAG, TARGET_C3X): Add macros.
4376         (TARGET_SWITCHES): Add -m33 option.
4377         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
4378         
4379 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4380         
4381         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
4382         (PARALLEL_PACK_FLAG): Delete.
4383         (TARGET_SWITCHES): Update.
4384         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
4385
4386 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4387
4388         * fold-const.c (fold): Fix a few cases when the returned result
4389         is not of the same type as the input.
4390
4391 2000-03-16  Nick Clifton  <nickc@cygnus.com>
4392
4393         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
4394         warning.
4395
4396 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4397
4398         * libgcc2.h: Move prototypes above macros with the same name.
4399         Wrap some function prototypes in the conditional which indicates
4400         whether they are supported, i.e. "BITS_PER_UNIT == 8".
4401
4402 2000-03-16  Richard Henderson  <rth@cygnus.com>
4403
4404         * calls.c: Revert last two changes.
4405
4406 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
4407
4408         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
4409         has exponent 0 is a zero.
4410
4411         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
4412         HASH may already be nonzero.  Add code/mode into hash value
4413         immediately after repeat label.
4414         (cselib_lookup): Don't leave the hash table in an inconsistent
4415         state before a hash lookup operation.
4416
4417 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
4418
4419         * i386.md (all HI and QI mode non-move patterns):  Conditionize
4420         by TARGET_[HQ]IMODE_MATH.
4421         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
4422         x86_promote_qi_regs): Declare.
4423         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
4424         TARGET_PROMOTE_QI_REGS): New macros.
4425         (PROMOTE_MODE): New macro.
4426         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
4427         x86_promote_qi_regs): New global variables.
4428
4429 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
4430
4431         * calls.c (emit_library_call_value_1): Break out from ...; handle
4432         VOIDmode function calls too.
4433         (emit_library_call_value): ... here.
4434         (emit_library_call): Implement by calling emit_library_call_value_1.
4435
4436 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
4437
4438         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
4439         Update arg_space_so_far on stack adjustments.
4440         (emit_library_call, emit_library_call_value): Likewise; take into
4441         account arg_space_so_far and pending_stack_adjust when calculcating
4442         the boundary.
4443
4444 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
4445
4446         * flow.c: Move all basic block reordering code into its own file.
4447         (create_basic_block): Externalize.
4448         * bb-reorder.c: New file. Copy all basic block reordering code from
4449         flow.c to this file.
4450         (reorder_basic_blocks): Fix fencepost error in for-loop.
4451         (reorder_basic_blocks): Remove braces from single statement for-loops.
4452         * basic-block.h: Add declaration for create_basic_block.
4453         * Makefile.in: Add rules for bb-reorder.o.
4454
4455 2000-03-16  Neil Booth  <NeilB@earthling.net>
4456
4457         * cppinit.c (handle_option):  Implement #unassert directive
4458         as -A- command line option.
4459         (print_help):  Update.
4460         * cpptexi.c:  Update.
4461
4462 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
4463
4464         * md.texi (Standard Names): Document `jump'.
4465
4466 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
4467
4468         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
4469         gotos.
4470
4471 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
4472
4473         Merge changes from newppc-branch onto trunk.
4474
4475         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
4476
4477         * rs6000.c (toc_hash_table): Update for new hash table functions.
4478         (toc_hash_function): Likewise.
4479         (toc_hash_eq): Likewise.
4480         (toc_hash_mark_entry): Likewise.
4481         (toc_hash_mark_table): Likewise.
4482         (output_toc): Likewise.
4483         (rs6000_add_gc_roots): Likewise.
4484
4485         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4486
4487         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
4488         (AR_FLAGS_FOR_TARGET): here.  New macro.
4489
4490         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
4491
4492         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
4493         fpmem_operand) Delete.
4494         (xer_operand) New.
4495         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
4496         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
4497         (rs6000_save_machine_status, rs6000_restore_machine_status, 
4498         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove 
4499         references to above variables.
4500         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
4501         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
4502         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
4503         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
4504         (XER_REGNO_P, XER_REGNO): New.
4505         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
4506         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
4507         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to 
4508         XER_REGNO_P.
4509         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
4510         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
4511         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
4512         
4513         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4514
4515         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
4516         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
4517         * rs6000.h: from here.
4518
4519         * rs6000-protos.h (rs6000_select_section): Provide prototype.
4520         (rs6000_select_rtx_section): Likewise.
4521         (rs6000_encode_section_info): Likewise.
4522         (sdata_section): Likewise.
4523         (sdata2_section): Likewise.
4524         (sbss_section): Likewise.
4525         * sysv4.h (rs6000_select_section): Delete prototype.
4526         (rs6000_select_rtx_section): Likewise.
4527         (rs6000_encode_section_info): Likewise.
4528         (sdata_section): Likewise.
4529         (sdata2_section): Likewise.
4530         (sbss_section): Likewise.
4531         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
4532
4533         * sysv4.h: Delete various unnecessary #undef's and put a comment
4534         on the remaining ones.
4535         Change various comments according to coding standard.
4536
4537         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
4538
4539         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO, 
4540         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
4541         (CR0_REGNO_P) Remove.
4542         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand, 
4543         setup_incoming_varargs, mtcrf_operation, print_operand, 
4544         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue): 
4545         Use the above macros.
4546
4547         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
4548
4549         * config/rs6000/rs6000.md: Added a new alternative for each
4550         pattern that had a 'x' alternative but no 'y' alternative.
4551         Added a new split for each of the above patterns.
4552
4553         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
4554
4555         * aix41.h (ASM_CPU_SPEC): Delete.
4556         (CPP_CPU_SPEC): Delete.
4557
4558         * aix.h (RS6000_OUTPUT_BASENAME): Define.
4559         (ASM_OUTPUT_LABEL): Define.
4560         (ASM_GLOBALIZE_LABEL): Define.
4561         (STRIP_NAME_ENCODING): Define.
4562         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
4563         (STRIP_NAME_ENCODING): Don't define.
4564         (ASM_OUTPUT_LABEL): Don't define.
4565         (ASM_GLOBALIZE_LABEL): Don't define.
4566         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
4567         names, and ASM_OUTPUT_LABEL to output labels, rather than
4568         asm_fprintf.
4569         (ASM_OUTPUT_LABEL): Define.
4570         (ASM_OUTPUT_INT): Use assemble_name.
4571         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
4572         (STRIP_NAME_ENCODING): Don't undefine first.
4573         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
4574         ELF.
4575         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
4576         specified with 'asm' even with -fleading-underscore.
4577         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
4578         (output_epilog): Likewise.
4579         (output_toc): Likewise. 
4580         * tramp.asm: Handle -fleading-underscore correctly.
4581
4582         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
4583         -mminimal-toc.
4584         (nonlocal_goto_receiver): Delete.
4585         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
4586
4587         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
4588         (SET_ASM_OP): Define.
4589         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
4590
4591         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
4592         (ASM_LONG): Define.
4593
4594         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
4595         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
4596
4597         * rs6000.h: Add 'u' to more constants.
4598
4599         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
4600
4601         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
4602
4603         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
4604
4605         * rs6000.c (reg_or_u_cint_operand): New function.
4606         (logical_operand): Handle 64-bit hosts.
4607         (logical_u_operand): New function.
4608         (non_logical_cint_operand): Handle 64-bit hosts.
4609         (non_logical_u_cint_operand): New function.
4610         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
4611         (PREDICATE_CODES): Define new functions.
4612         * rs6000-protos.h: Declare new functions.
4613         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
4614         (movdi_64): Bracket code intended for 64-bit hosts.  Create
4615         CONST_DOUBLE for 32-bit values.
4616         (scc insns): Generate DImode compares.
4617         (mfcr insns): Create DImode versions.
4618         (sge matchers): New patterns.
4619         
4620         2000-02-15  Gabriel Paubert  <paubert@iram.es>
4621
4622         * rs6000.md: Correct instructions length attributes and
4623         constraints on unsigned compare instructions.
4624         (*ne0): Disable for PowerPC64.
4625
4626         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
4627
4628         * rs6000.c (output_function_profiler): Use .long for a 32-bit
4629         quantity, fix profile1.C test failure under -fPIC.
4630
4631         * rs6000.c: Add 'u' to many constants to suppress warnings.
4632         (constant_pool_expr_1): Make static.
4633         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
4634         * rs6000.h: Add 'u' to many constants to suppress warnings.
4635
4636         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
4637         for the start of the TOC, instead of LCTOC..0.
4638         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
4639         of the TOC.
4640         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
4641         (load_toc_aix_di): Use LCTOC..1.
4642
4643         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
4644         * rs6000.c (rs6000_legitimize_address): New function from
4645         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
4646         symbols in the constant pool that really are TOC references.
4647         (print_operand_address): For ELF, write TOC offsets under
4648         -fPIC as subtractions in the insn.
4649         (output_toc): For ELF, define symbols in TOC as normal labels,
4650         to match RTL.
4651         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
4652         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
4653         (create_TOC_reference): Prototype only when RTX_CODE is defined.
4654         * rs6000.md (movsi): Only use create_TOC_reference on
4655         symbols in the constant pool that really are TOC references.
4656
4657         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
4658         * rs6000.c (rs6000_reorg): Delete.
4659         * rs6000-protos.h (rs6000_reorg): Delete.
4660
4661         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
4662
4663         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
4664
4665         * aix.h (SETUP_FRAME_ADDRESSES): Define.
4666         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
4667         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
4668         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
4669         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
4670         rs6000_aix_emit_builtin_unwind_init.
4671         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call 
4672         rs6000_emit_eh_toc_restore on AIX.
4673         (return_eh_si): Use r2.
4674         (return_eh_di): Use r2.
4675
4676         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
4677         since we're breaking binary compatibility anyway.
4678
4679         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
4680
4681         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
4682         constant_pool_expr_p): Declare them.
4683         (constant_pool_expr_p): Declare it.
4684         * config/rs6000/rs6000.c (toc_label_name): Define.
4685         (rs6000_override_options): Set toc_label_name.
4686         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
4687         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
4688         uses_TOC): New functions.
4689         (print_operand): Delete old '*' case.
4690         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
4691         and strip off rtl for TOC before calling output_addr_const.
4692         (rs6000_emit_load_toc_table): Use toc_label_name.
4693         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
4694         the default.
4695         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
4696         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
4697         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
4698         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
4699         into explicit TOC_REGISTER offsets.
4700         (TOC_REGISTER): New macro.
4701         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under 
4702         TARGET_TOC to reference TOC_REGISTER.
4703         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
4704         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call  
4705         uses_TOC before emitting label references.
4706
4707         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
4708
4709         * rs6000.md (stack_tie): Fix warning.
4710
4711         * eabi-ctors.c: Use 'asm' names for the start/end variables,
4712         to handle -fleading-underscore.
4713         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
4714         (USER_LABEL_PREFIX): New macro.
4715         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
4716         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
4717         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
4718         call-linux can use the same multilibs.
4719         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
4720         and call-linux multilibs.  Do multilib with -fleading-underscore.
4721         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
4722         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
4723         to call-aix.
4724
4725         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
4726         have MASK_SOFT_FLOAT set.
4727         (CPP_FLOAT_DEFAULT_SPEC): New macro.
4728         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
4729         CPP_FLOAT_DEFAULT_SPEC.
4730
4731         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
4732         * rs6000.md: Whitespace change.
4733         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
4734         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
4735
4736         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
4737
4738         * rs6000.md (eh_epilogue): New expander.
4739         (eh_reg_restore): New expand/split/insn combination.
4740         (return_eh_si): New insn.
4741         (return_eh_di): New insn.
4742
4743         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
4744         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
4745         * eabi-ctors.c (__do_global_ctors): Register this object's
4746         frame.  Clean up.  Call atexit() after the constructors.
4747         (__do_global_dtors): Deregister this object's frame.  Clean up.
4748         Allow for recursive calls to exit().
4749         * rs6000.c (fixuplabelno): New variable.
4750         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
4751         TARGET_RELOCATABLE, it slows down exec() under linux.
4752         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
4753
4754         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
4755         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
4756         (ASM_OUTPUT_DWARF_DELTA2): New macro.
4757         (ASM_OUTPUT_DWARF_DELTA4): New macro.
4758         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
4759         (ASM_OUTPUT_DWARF_ADDR): New macro.
4760         (ASM_OUTPUT_DWARF_DATA4): New macro.
4761         (ASM_OUTPUT_DWARF_DATA2): New macro.
4762         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
4763         (ASM_OUTPUT_DWARF_OFFSET): New macro.
4764         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
4765
4766         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
4767
4768         * rs6000.c (rs6000_sr_alias_set): New variable.
4769         (rs6000_override_options): Initialise rs6000_sr_alias_set.
4770         (rs6000_emit_stack_tie): New function.
4771         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
4772         in a way that dwarf2out can understand.
4773         (rs6000_frame_related): New function.
4774         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
4775         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
4776         Use rs6000_emit_stack_tie when needed.
4777         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
4778         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
4779         * rs6000.md (stack_tie): New insn.
4780         (return_internal_si): Allow return value to be in the count
4781         register.
4782         (return_internal_di): Likewise.
4783
4784         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
4785
4786         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
4787
4788         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
4789
4790         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
4791
4792         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
4793
4794         * rs6000.md (stmw): Use the right POWER opcode.
4795         (lmw): Likewise.
4796
4797         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4798
4799         * rs6000-protos.h: New file.
4800
4801         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
4802         
4803         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
4804         warnings.
4805         
4806         * sysv4.h: Likewise.
4807
4808         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
4809
4810         * ../../configure.in: Delete powerpcle-*-winnt*
4811         and powerpcle-*-pe|powerpcle-*-cygwin*.
4812         * ../../configure: Regenerated.
4813         * cygwin.h: Delete.
4814         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
4815         (TARGET_WINDOWS_NT): Delete.
4816         (ABI_NT): Delete.
4817         (CALL_NT_DLLIMPORT): Delete.
4818         Delete NT-specific code.
4819         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
4820         * win-nt.h: Delete.
4821         * t-winnt: Delete.
4822         * nt-ci.asm: Delete.
4823         * nt-cn.asm: Delete.
4824         * ntstack.asm: Delete.
4825
4826         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4827
4828         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
4829         (ASM_FILE_START): Likewise.
4830         (ASM_DECLARE_FUNCTION_NAME): Likewise.
4831         (ASM_OUTPUT_LABELREF): Likewise.
4832         (ASM_OUTPUT_SKIP): Likewise.
4833         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
4834         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
4835         (ASM_OUTPUT_CASE_LABEL): Likewise.
4836         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
4837         (ASM_OUTPUT_ASCII): Likewise.
4838
4839         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
4840
4841         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
4842         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
4843         increment rs6000_pic_labelno here.
4844         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
4845         and increment rs6000_pic_labelno here.
4846
4847         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
4848
4849         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
4850         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
4851         allocation knows (reg) is dead before the insn.
4852
4853         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
4854
4855         * rs6000.md (movsi_to_cr): Correct typo in output template.
4856
4857         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
4858
4859         * rs6000.c (rs6000_pic_labelno): Always define.
4860         (rs6000_pic_func_labelno): Delete.
4861         (lmw_operation): Check for a zero base register,
4862         which doesn't mean what we want.
4863         (stmw_operation): New function.
4864         (print_operand): Define new 'l' modifier.
4865         (rs6000_stack_info): We must save all 64 bits of the registers
4866         if TARGET_POWERPC64.
4867         (rs6000_output_load_toc_table): Delete.
4868         (rs6000_emit_load_toc_table): New function.
4869         (rs6000_allocate_stack_space): Delete.
4870         (rs6000_emit_allocate_stack): New function.
4871         (rs6000_emit_prologue): New function.
4872         (output_prolog): Use rs6000_emit_prologue.
4873         (rs6000_emit_epilogue): Change a few variable names to be
4874         more accurate.  Restore all 64 bits of the registers if
4875         TARGET_POWERPC64.  Only restore the FP registers which were used
4876         if they are being saved/restored one-at-a-time.
4877         (output_mi_thunk): Delete inefficient code generation.
4878         (output_function_profiler): Don't use rs6000_output_load_toc_table.
4879         * rs6000.h: Declare rs6000_emit_load_toc_table,
4880         rs6000_allocate_stack_space, stmw_operation.  Don't declare
4881         rs6000_output_load_toc_table.
4882         * rs6000.md (elf_high): Allow register 0, but discourage it
4883         heavily.
4884         (elf_low): Support loading into register 0.
4885         (load_toc_aix_si): New pattern.
4886         (load_toc_aix_di): New pattern.
4887         (load_toc_v4_pic_si): New pattern.
4888         (load_toc_v4_pic_di): New pattern.
4889         (load_toc_v4_PIC_1): New pattern.
4890         (load_toc_v4_PIC_1b): New pattern.
4891         (load_toc_v4_PIC_2): New pattern.
4892         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
4893         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
4894         (prologue): New expander.
4895         (movesi_from_cr): New pattern.
4896         (stmw): New pattern.
4897         (save_fpregs_si): New pattern.
4898         (save_fpregs_di): New pattern.
4899
4900         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
4901
4902         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
4903         (movdi): Likewise.
4904         (movhi): Likewise.
4905         (movqi): Likewise.
4906
4907         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
4908
4909         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
4910         at present.
4911         (movsi_got_internal): Likewise.
4912         (movsi_got_internal+1): Likewise.
4913         (set_sp): 'unspec 7' does a SImode clobber.
4914
4915         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
4916
4917         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
4918         allocate a stack temporary.
4919         (floatsidf2_internal): Likewise.
4920         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
4921         with unspec.
4922         (floatunssidf2): Don't use the fpmem "register", just
4923         allocate a stack temporary.
4924         (floatunssidf2_internal): Likewise.
4925         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
4926         with unspec.
4927         (floatsidf2_loadaddr): Delete.
4928         (floatsidf2_store1): Delete.
4929         (floatsidf2_store2): Delete.
4930         (floatsidf2_load): Delete.
4931         (fix_truncdfsi2): Don't use the fpmem "register", just
4932         allocate a stack temporary.
4933         (fix_truncdfsi2_internal_si): Delete.
4934         (fix_truncdfsi2_internal_di): Delete.
4935         (fix_truncdfsi2_internal): New insn.
4936         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
4937         (fix_truncdfsi2_store): Delete.
4938         (fix_truncdfsi2_load): Delete.
4939         (fctiwz): Produce gen_fctiwz.
4940
4941         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
4942
4943         * eabi.h (INVOKE__main): Define.
4944         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
4945         specially.
4946         (rs6000_emit_prologue): Likewise.
4947         * rs6000.h (struct rs6000_stack): Don't keep track of whether
4948         this is the main program.
4949
4950         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
4951
4952         * rs6000.c (rs6000_va_arg): Delete some unused variables.
4953
4954         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
4955
4956         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
4957         goes after the argument.
4958
4959         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
4960
4961         * rs6000.md: Document 'unspec' values used.
4962         (epilogue): New expander.
4963         (movesi_to_cr_one): New expander.
4964         (movesi_to_cr and following): New pattern.
4965         (lmw): New pattern.
4966         (return_internal_si): New pattern.
4967         (return_internal_di): New pattern.
4968         (return_and_restore_fpregs_si): New pattern.
4969         (return_and_restore_fpregs_di): New pattern.
4970         * rs6000.h: Declare new functions.
4971         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
4972         rather than rs6000_calls_p.
4973         (rs6000_makes_calls): Delete.
4974         (lmw_operation): New function.
4975         (mtcrf_operation): New function.
4976         (rs6000_emit_epilogue): New function.
4977         (output_epilog): Call rs6000_emit_epilogue and final if
4978         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
4979
4980         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
4981
4982         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
4983         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
4984         * aix.h (SUBTARGET_SWITCHES): Document switches.
4985         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
4986         sched-prolog and sched-epilog the same.  Document all the
4987         switches.
4988         (TARGET_OPTIONS): No longer allow -mdebug-.
4989
4990         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
4991
4992         * rs6000.h (ASM_FILE_END): Move to aix.h.
4993         (EXTRA_SECTIONS): Move to aix.h.
4994         (READONLY_DATA_SECTION): Move to aix.h.
4995         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
4996         (SELECT_SECTION): Move to aix.h.
4997         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
4998         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
4999         (LINK_REGISTER_REGNUM): New definition.
5000         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
5001         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
5002         AIX and SVR4.
5003         * sysv4.h: Delete the code between the inclusion of rs6000.h
5004         and svr4.h.
5005         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
5006         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
5007         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
5008         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
5009         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
5010         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
5011         (fix_truncdfsi2_internal_di): New pattern.
5012         (fix_truncdfsi2_store): The second arg here is Pmode too.
5013         (fix_truncdfsi2_load): The second arg here is Pmode too.
5014         (tablejumpdi): Now that switch tables hold only SImode values,
5015         gcc needs to know how to add them to the pc which is DImode.
5016         * rs6000.c (rs6000_stack_info): Use symbolic name for 
5017         LINK_REGISTER_REGNUM.
5018         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
5019         (output_toc): Delete unused variables s1 and s2.
5020         (output_ascii): Use fputs not fprintf on a variable string.
5021
5022         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
5023
5024         * rs6000.c (processor_target_table): Add power3 as alias for 630.
5025         * aix43.h: Revert Aug 2 change.
5026         (HAS_INIT_SECTION): Define, not visible yet.
5027         (LD_INIT_SWITCH): Define, not visible yet.
5028         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
5029
5030         2000-01-04  Joel Sherrill (joel@OARcorp.com>
5031
5032         * config/rs6000/rtems.h: Include config/rtems.h.
5033
5034         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
5035
5036         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
5037         (SLOW_UNALIGNED_ACCESS): Define.
5038         (CASE_VECTOR_MODE): Always use 32-bit offsets.
5039         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
5040         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
5041         (toc_section): Likewise and .toc pseudo-op.
5042         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
5043         64-bit mode.
5044         (TEXT_SECTION_ASM_OP): Likewise.
5045         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
5046         32-bit offsets.
5047
5048         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
5049
5050         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
5051         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
5052         compiling libgcc2.
5053         
5054         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5055
5056         * rs6000.h: Move more stuff from here...
5057         * aix.h: to here.
5058         * sysv4.h: Cleanup accordingly.
5059         * netware.h: Likewise
5060
5061         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5062
5063         * rs6000.h: Continue cleanup.
5064         * aix.h: Likewise.
5065         * lynx.h: Likewise.
5066         * netware.h: Likewise.
5067         * sol2.h: Likewise.
5068         * sysv4.h: Likewise.
5069         * win-nt.h: Likewise.
5070
5071         * rs6000.h (TARGET_SWITCHES): Add descriptions.
5072         (TARGET_OPTIONS): Likewise.
5073
5074         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
5075         (SUBTARGET_OPTIONS): Likewise.
5076
5077         * rs6000.md: Fix compile time warnings.
5078
5079         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5080
5081         vxworks patches from the Cygnus tree originally by
5082         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
5083         <vmakarov@cygnus.com>.
5084         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
5085         (ENDFILE_SPEC): Likewise.
5086         (LIB_VXWORKS_SPEC): New macro.
5087         (STARTFILE_VXWORKS_SPEC): New macro.
5088         (ENDFILE_VXWORKS_SPEC): New macro.
5089         (LINK_START_VXWORKS_SPEC): New macro.
5090         (LINK_OS_VXWORKS_SPEC): New macro.
5091         (CPP_OS_VXWORKS_SPEC): New macro.
5092         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
5093         * vxppc.h: Rewrite to use proper configuration method.
5094         * vxppcle.h: New file.
5095         * ../../configure.in: Add powerpcle-wrs-vxworks*.
5096         * ../../configure: Rebuilt.
5097
5098         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5099
5100         Lots of changes to rs6000.h, sysv4.h, aix.h,
5101         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
5102         with the aim that rs6000.h is the first header
5103         included and the others override it.
5104         * aix.h: New file.
5105
5106         * x-aix41-gld: Remove.  
5107         * x-aix43: Remove.
5108         * x-aix41: Remove target-specific switches, and don't specify
5109         -Wl,-bbigtoc as we don't need it any more.
5110         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
5111         Use t-aix43 for AIX 4.3 and above.
5112         * ../../configure: Regenerated.
5113
5114         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
5115         options, that don't do anything yet.
5116         (MASK_SCHED_PROLOG): New macro.
5117         (MASK_SCHED_EPILOG): New macro.
5118         (TARGET_SCHED_PROLOG): New macro.
5119         (TARGET_SCHED_EPILOG): New macro.
5120
5121         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5122
5123         * rs6000.c: Correct comment, the `minimal' TOCs are actually
5124         one per translation unit, not one per function.
5125         (output_toc): Also do duplicate constant elimination
5126         for per-translation-unit TOCs.
5127
5128         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
5129         a comment explaining _exactly_ when this pattern gets used.
5130         (builtin_setjmp_receiver): New pattern for better clarity.
5131         (init_v4_pic): Move it into a section dealing with TOC registers.
5132
5133         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
5134
5135         * rs6000.c (toc_hash_table): New variable.
5136         (rs6000_hash_constant): New function.
5137         (toc_hash_function): New function.
5138         (toc_hash_eq): New function.
5139         (toc_hash_mark_entry): New function.
5140         (toc_hash_mark_table): New function.
5141         (output_toc): Don't output duplicate TOC entries in
5142         a single file.
5143         (rs6000_add_gc_roots): Add the hash table as a GC root.
5144         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
5145         where they clearly shouldn't be.  This may need to be fixed
5146         later when there is a GNU ar for AIX.
5147         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
5148         Don't define BOOT_LDFLAGS as it is now not necessary.
5149
5150         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
5151
5152         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
5153         for va_list on AIX.  Use unsigned_char_type_node rather than
5154         constructing our own version on svr4.
5155
5156         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
5157
5158         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
5159         since patently it's not.
5160
5161         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
5162
5163         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
5164         define_expand/define_insn pair, and handle restore of the
5165         SVR4 -fpic register.
5166
5167 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
5168
5169         * acconfig.h (HAVE_GAS_WEAK): New define.
5170         * configure.in (assembler weak support): Check for .weak support.
5171         * config.in, configure: Rebuilt.
5172         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
5173         HAVE_GAS_WEAK is defined.
5174
5175 2000-03-15  Nick Clifton  <nickc@cygnus.com>
5176
5177         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
5178         asm_fprintf().
5179
5180 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
5181
5182         * cppfiles.c (open_include_file): New function.
5183         (find_include_file, cpp_read_file): Use it.
5184
5185 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
5186
5187         * cpphash.c (dump_hash_helper): Take the slot, not the element.
5188
5189 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
5190
5191         * flow.c (verify_flow_info): Check for unconditional return.
5192
5193 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
5194
5195         * config/ia64/ia64.md (restore_stack_nonlocal): New.
5196         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
5197         (__ia64_restore_stack_nonlocal): New.
5198         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
5199
5200 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5201
5202         * cpphash.c (collect_formal_parameters): Do not complain about
5203         parameter names that just start with `__VA_ARGS__'.
5204
5205 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
5206
5207         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
5208         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
5209         * i386.c (pentiumpro_cost): Set mul cost to 4.
5210         (x86_use_movx): Set for PPro.
5211
5212 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
5213
5214         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
5215         STACK_BOUNDARY for empty frames now.
5216
5217 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
5218
5219         * stor-layout.c (layout_union): Remove.
5220         (layout_union_field): New function, split out from layout_union.
5221         (finish_union_layout): Likewise.
5222         (layout_field): Handle unions by calling layout_union_field.
5223         (finish_record_layout): Handle unions.
5224         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
5225         QUAL_UNION_TYPE handling.
5226
5227 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
5228
5229         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
5230         end of basic block is jump_insn, not barrier; use create_basic_block
5231         instead of creating basic block by hand.
5232
5233 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
5234
5235         * flow.c (reorder_basic_blocks): Account for barriers when writing
5236         over NEXT_INSN (last_bb->end).
5237         (verify_flow_info): Add check for missing barriers.
5238
5239 2000-03-14  Greg McGary  <gkm@gnu.org>
5240
5241         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
5242         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
5243         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
5244         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
5245         __unbounded, __unbounded__): New keywords.
5246         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
5247         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
5248         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
5249
5250 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
5251
5252         * cselib.h: New file.
5253         * alias.c: Include "cselib.h".
5254         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
5255         MEMs as two new arguments.
5256         (get_addr): New static function.
5257         (find_base_term): Handle VALUEs.
5258         (memrefs_conflict_p): Likewise.
5259         (true_dependence): Call get_addr on the addresses.
5260         Call fixed_scalar_and_varying_struct_p with addresses that have been
5261         passed through get_addr and canon_rtx.
5262         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
5263         with true_dependence.
5264         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
5265         * loop.c: Include "cselib.h".
5266         (load_mems): Process extended basic block that enters the loop with
5267         cselib.  Use that information to change initialization of the shadow
5268         register so that a constant equivalence is seen by later passes.
5269         * reload1.c: Include "cselib.h".
5270         (reload_cse_invalidate_regno): Delete function.
5271         (reload_cse_mem_conflict_p): Likewise.
5272         (reload_cse_invalidate_mem): Likewise.
5273         (reload_cse_invalidate_rtx): Likewise.
5274         (reload_cse_regno_equal_p): Likewise.
5275         (reload_cse_check_clobber): Likewise.
5276         (reload_cse_record_set): Likewise.
5277         (reg_values): Delete static variable.
5278         (invalidate_regno_rtx): Likewise.
5279         (reload_cse_delete_noop_set): New static function.
5280         (reload_cse_simplify): New static function, broken out of
5281         reload_cse_regs_1.
5282         (reload_cse_noop_set_p): Delete unused argument INSN.
5283         Just call rtx_equal_for_cselib_p on set source and destination.
5284         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
5285         reload_cse_delete_noop_set.  Delete code to keep track of values; use
5286         cselib functions instead.  Delete code to push/pop obstacks.
5287         (reload_cse_simplify_set): Use cselib to find equivalent values.
5288         Delete code to push/pop obstacks.
5289         (reload_cse_simplify_operands): Likewise.
5290         * rtl.def (VALUE): New rtx code.
5291         * rtl.h (union rtunion_def): New elt rt_cselib.
5292         (X0CSELIB, CSELIB_VAL_PTR): New macros.
5293         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
5294         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
5295         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
5296         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
5297         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
5298         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
5299         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
5300         cselib_record_set, cselib_record_sets): New static functions.
5301         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
5302         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
5303         references_value_p): New functions.
5304         (MAX_USELESS_VALUES, REG_VALUES): New macros.
5305         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
5306         n_useless_values, reg_values, callmem, cselib_obstack,
5307         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
5308         New static variables.
5309         * varray.h (union varray_data_tag): New elt te.
5310         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
5311         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
5312         dependencies.
5313
5314 2000-03-14  Nick Clifton  <nickc@cygnus.com>
5315
5316         * gcc.c (do_spec_1): Catch the case where %* is used in a
5317         substitution pattern, but it has not been initialised.
5318         Issue a meaningful error message if an unrecognised operator
5319         is encountered in a spec string.
5320
5321 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
5322
5323         * function.c (prepare_function_start): Correctly initialize
5324         cfun->stack_alignment_needed.
5325
5326 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
5327
5328         * cppfiles.c (find_include_file): Don't assume nshort is a
5329         substring of name.
5330
5331 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
5332
5333         * configure.in (hppa configurations): Add pa32-regs.h to the
5334         list of tm files as appropriate.
5335         * configure: Rebuilt.
5336         * pa.c (compute_frame_size): Remove explicit knowledge about FP
5337         register numbering.
5338         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
5339         (fmpyaddoperands, fmpysuboperands): Likewise.
5340         * pa.h: Remove various definitions which depend on knowing
5341         how registers are numbered.
5342         * pa32-regs.h: New file with PA32 register numbering specific
5343         definitions.
5344
5345 2000-03-14  Richard Henderson  <rth@cygnus.com>
5346
5347         * regmove.c (combine_stack_adjustments): New.
5348         (stack_memref_p, single_set_for_csa): New.
5349         (free_csa_memlist, record_one_stack_memref): New.
5350         (try_apply_stack_adjustment): New.
5351         (combine_stack_adjustments_for_block): New.
5352         * rtl.h (combine_stack_adjustments): Declare.
5353         * toplev.c (rest_of_compilation): Call it.
5354
5355         * i386.md: Revert 2000-01-16 change.
5356
5357 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5358
5359         * gccbug.in: Add web category, gcc specific classes.
5360
5361 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
5362
5363         * stor-layout.c (finalize_record_size): Fix typo.
5364
5365 2000-03-14  Stan Shebs  <shebs@apple.com>
5366
5367         * c-typeck.c (c_alignof): Error on incomplete types.
5368         * extend.texi (Alignment): Document this.
5369
5370 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
5371
5372         * cppfiles.c: Include mkdeps.h.
5373         (find_include_file, read_include_file): Remove _cpp_ prefix
5374         from name, make static.
5375         (_cpp_execute_include): New function, broken out of
5376         do_include.
5377
5378         * cpplib.c: Don't include mkdeps.h.
5379         (struct directive): Remove type field. Reorder entries.  The
5380         function takes only one argument.
5381         (struct if_stack): Make type field an int.
5382         (directive_table): Rename to dtable.  Generate it, the
5383         prototypes of the directive handlers, and the enum for the
5384         directive numbers, from a template macro.
5385         (do_ifndef, do_include_next, do_import): New functions.
5386         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
5387         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
5388         do_ident, do_assert, do_unassert, do_sccs): Take only one
5389         argument.
5390         (do_sccs): Define always, but alter behavior based on
5391         SCCS_DIRECTIVE.
5392         (_cpp_handle_directive, consider_directive_while_skipping):
5393         Restructure for new directive table layout.
5394
5395         (pass_thru_directive): Take a directive number, not a pointer
5396         to a struct directive.
5397         (parse_include): New function, broken out of do_include.
5398         (do_include, do_import, do_include_next): Use parse_include
5399         and _cpp_execute_include.
5400         (do_elif, do_else): Test for T_ELSE specifically when checking
5401         for #elif/#else after #else.
5402         (parse_ifdef): New function, broken out of do_ifdef.
5403         (validate_else): Expect a name arg without a leading #.
5404         (if_directive_name): Delete.
5405         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
5406         directive handlers with only one argument.
5407
5408         * cpphash.h: Update prototypes.
5409         (enum node_type): Remove entries for directives.
5410         * Makefile.in: Update dependencies.
5411
5412         * cpphash.c (dump_hash_helper): Only dump nodes of type
5413         T_MACRO.  Emit a newline after each definition.
5414
5415 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5416
5417         * gccbug.in: New file.
5418         * configure.in (all_outputs): Add gccbug.
5419         * Makefile.in (install-common): Install gccbug.
5420         (GCCBUG_INSTALL_NAME): New variable.
5421         * configure: Rebuilt.
5422         
5423 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
5424
5425         * function.c (put_var_into_stack): Use type_for_mode to calculate
5426         part_type.  Use MEM_SET_IN_STRUCT_P.
5427         * expr.c (store_field): Handle CONCAT.
5428         (store_constructor): Use fields_length.
5429         * tree.c (fields_length): New fn.
5430         * tree.h: Declare it.
5431
5432 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
5433
5434         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
5435         (cpplex.o): New target.
5436         * po/POTFILES.in: Add cpplex.c.
5437
5438         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
5439         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
5440         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
5441         skip_block_comment, skip_line_comment, skip_comment,
5442         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
5443         _cpp_parse_name, skip_string, parse_string,
5444         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
5445         _cpp_get_directive_token, find_position,
5446         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
5447         (maybe_macroexpand, _cpp_lex_token): New functions.
5448
5449         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
5450         parse_goto_mark): Delete.
5451         (_cpp_handle_eof): New function.
5452         (_cpp_handle_directive): Rename from handle_directive.
5453         (_cpp_output_line_command): Rename from output_line_command.
5454         (do_if, do_elif): Call _cpp_parse_expr directly.
5455         * cppfiles.c (_cpp_read_include_file): Don't call
5456         init_input_buffer here.
5457         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
5458         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
5459         here; pop the token_buffer and skip the rest of the line here.
5460         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
5461         here.
5462
5463         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
5464         Define here.
5465         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
5466         CPP_GOTO_MARK): New macros.
5467         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
5468         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
5469         _cpp_read_and_prescan, _cpp_init_input_buffer,
5470         _cpp_grow_token_buffer, _cpp_get_directive_token,
5471         _cpp_handle_directive, _cpp_handle_eof,
5472         _cpp_output_line_command): Prototype them here.
5473         * cpplib.h (enum cpp_token): Add CPP_MACRO.
5474         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
5475         quote_string, output_line_command): Remove.
5476
5477 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
5478
5479         * stmt.c (expand_end_case): RANGE may be signed, and when checking
5480         whether it is too large we must also verify that it isn't negative.
5481
5482 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
5483
5484         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
5485         (movsi_zero_liveg0): Remove.
5486         (movsf_insn_novis_liveg0): Remove.
5487         (negsi2): Remove.
5488         (negsi2_not_liveg0): Rename to negsi2.
5489         (one_cmplsi2): Remove.
5490         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
5491         (one_cmplsi2_liveg0): Remove.
5492         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
5493         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
5494         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
5495         (PREDICATE_CODES): Remove zero_operand.
5496         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
5497         TARGET_BROKEN_SAVERESTORE.
5498         (zero_operand): Remove.
5499         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
5500         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
5501         options.
5502         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
5503         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
5504         TARGET_BROKEN_SAVERESTORE): Remove.
5505         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5506         Remove.
5507         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5508         Remove.
5509         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5510         Remove.
5511
5512         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
5513
5514 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
5515
5516         * cpplib.c (do_pragma_implementation): Fix off-by-one error
5517         truncating a string.  Don't assume tokens are nul terminated.
5518         Problem noted by Andreas Jaeger <aj@suse.de>
5519
5520 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
5521
5522         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
5523         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
5524         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
5525
5526 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
5527
5528         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
5529         STRUCTURE_SIZE_BOUNDARY.
5530
5531 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
5532
5533         * tree.h (record_layout_info_s): New structure.
5534         (record_layout_info): New type.
5535         (new_record_layout_info): New function.
5536         (layout_field): Likewise.
5537         (finish_record_layout): Likewise.
5538         * stor-layout.c (layout_record): Remove.
5539         (new_record_layout_info): New function.
5540         (layout_field): New function, broken out from layout_record.
5541         (finalize_record_size): Likewise.
5542         (compute_record_mode): Likewise.
5543         (finalize_type_size): New function, broken out from layout_type.
5544         (finish_record_layout): Likewise.
5545         (layout_type): Use them.
5546         
5547 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
5548
5549         * cpphash.c: Don't include version.h.
5550         (special_symbol) [case T_VERSION]: Look for the string in
5551         hp->value.cpval; don't use version_string.
5552         * cppinit.c (initialize_builtins): Set hp->value.cpval for
5553         __VERSION__ to version_string.
5554         * Makefile.in (cpphash.o): Update deps.
5555
5556 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
5557
5558         Convert cpplib to use libiberty/hashtab.c.
5559
5560         * cpplib.h (struct cpp_reader): Make hashtab and
5561         all_include_files of type 'struct htab *'.  Delete HASHSIZE
5562         and ALL_INCLUDE_HASHSIZE macros.
5563
5564         * cpphash.h: Update prototypes.
5565         (struct hashnode): Remove next, prev, and bucket_hdr members.
5566         Make length a size_t.  Add hash member.
5567         (struct ihash): Remove next member.  Add hash member.  Make
5568         name a flexible array member.
5569
5570         * cppfiles.c: Include hashtab.h.
5571         (include_hash): Delete.
5572         (IHASHSIZE): New macro.
5573         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
5574         (cpp_included): Do the hash lookup here.
5575         (_cpp_find_include_file): Rewrite.
5576         (cpp_read_file): Put the "fake" hash entry into the hash
5577         table.  Honor the control_macro, if it turns out we've seen
5578         the file before.  Don't push the buffer here.
5579         (_cpp_read_include_file): Push the buffer here.
5580         (OMODES): New macro.  Use it whenever we call open(2).
5581
5582         * cpphash.c: Include hashtab.h.
5583         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
5584         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
5585         _cpp_lookup_slot): New functions.
5586         (HASHSIZE): new macro.
5587         (hashf, _cpp_install, _cpp_delete_macro): Delete.
5588         (_cpp_lookup): Use hashtab.h routines.
5589
5590         * cppinit.c: Include hashtab.h.
5591         (cpp_reader_init): Call _cpp_init_macro_hash and
5592         _cpp_init_include_hash.  Don't allocate hashtab directly.
5593         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
5594         pfile->all_include_files.
5595         (initialize_builtins): Use _cpp_make_hashnode and
5596         htab_find_slot to add hash entries.
5597         (cpp_finish): Just call _cpp_dump_macro_hash.
5598         * cpplib.c: Include hashtab.h.
5599         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
5600         create hash entries.
5601         (do_pragma_poison, do_assert): Likewise.
5602         (do_include): Don't push the buffer here.  Don't increment
5603         system_include_depth unless _cpp_read_include_file succeeds.
5604         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
5605         or htab_remove_elt.
5606         (do_pragma_implementation): Use alloca to create copy.
5607
5608         * Makefile.in: Update dependencies.
5609
5610 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5611
5612         * cppinit.c (cl_directive_handler): More K&R fixing.
5613
5614 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
5615
5616         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
5617         STACK_BOUNDARY.
5618         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
5619
5620 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5621
5622         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
5623         Change from char[] to macros.
5624
5625 2000-03-12  Neil Booth  <NeilB@earthling.net>
5626
5627         * cppinit.c (cpp_start_read): Update indirect function
5628         call to K&R C.
5629
5630 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
5631
5632         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
5633         entry.
5634
5635         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
5636         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
5637
5638 2000-03-11  Neil Booth  <NeilB@earthling.net>
5639
5640         * cppinit.c (struct pending option): Replace undef with a 
5641         pointer to a directive handling routine.
5642         (struct cpp_pending): Replace separate assert_ and define_ 
5643         lists with one directive_ list.
5644         (new_pending_define): Rename new_pending_directive. Extra
5645         argument is the directive's handling routine.
5646         (handle_option): Update to use new_pending_directive.
5647
5648 2000-03-11  Neil Booth  <NeilB@earthling.net>
5649
5650         * cppfiles.c (file_cleanup, _cpp_find_include_file,
5651         remap_filename, _cpp_read_include_file, actual_directory,
5652         hack_vms_include_specification): Replace bcopy(), index() etc
5653         calls.  Add casts to some allocations.  Make some variables
5654         pointers to const [unsigned] char.
5655         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
5656         collect_formal_parameters): Similarly.
5657         * cppinit.c (struct pending_option, append_include_chain,
5658         cpp_options_init, cpp_reader_init, initialize_standard_includes,
5659         cpp_start_read, new_pending_define, handle_option): Similarly.
5660         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
5661         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
5662         do_pragma_implementation, detect_if_not_defined,
5663         do_ifdef, skip_if_group, cpp_get_token, parse_string,
5664         do_assert, do_unassert): Similarly.
5665         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
5666         function prototypes.
5667         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.   
5668
5669 2000-03-10  Richard Henderson  <rth@cygnus.com>
5670
5671         * builtins.c (expand_builtin_strlen): Revert last change.
5672         Use emit_insn_before if we're at the beginning of a sequence.
5673
5674 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
5675
5676         * builtins.c (expand_builtin_strlen): Make sure that we have something
5677         at the beginning of the sequence.
5678
5679         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
5680         deferred inlines.
5681
5682         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
5683
5684 2000-03-10  Richard Henderson  <rth@cygnus.com>
5685
5686         * except.c (can_throw): Use INTVAL on a CONST_INT.
5687         (reachable_handlers): Likewise.
5688         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
5689
5690 2000-03-10  Andreas Jaeger  <aj@suse.de>
5691
5692         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
5693         MD_STARTFILE_PREFIX since those are not needed on linux.
5694         (ASM_FILE_START): New, from mips/gnu.h.
5695
5696 2000-03-09  Richard Henderson  <rth@cygnus.com>
5697             Alex Samuel  <samuel@codesourcery.com> and others
5698         
5699         * Makefile.in (ssa.o): New rule.
5700         (OBJS): Add ssa.o.
5701         (STAGESTUFF): Add *.ssa and *.ussa.
5702         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
5703         * rtl.def (PHI): New RTL expression.
5704         * rtl.h (clear_log_links): New declaration.
5705         (convert_to_ssa): Likewise.
5706         (convert_from_ssa): Likewise.
5707         * flow.c (split_edge): If the entry node falls through to the
5708         split edge's source block, split the entry edge.
5709         (clear_log_links): New function.
5710         * toplev.c (ssa_dump): New variable.
5711         (flag_ssa): Likewise.
5712         (f_options): Add "ssa".
5713         (compile_file): Create SSA dump files.
5714         (rest_of_compilation): Go to and from SSA if enabled.
5715         (decide_d_option): Handle -de for SSA dump files.
5716         * ssa.c: New file.
5717         
5718 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
5719
5720         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
5721         same as VAR_DECL.
5722
5723 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
5724
5725         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
5726
5727 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
5728
5729         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
5730         (MD_STARTFILE_PREFIX_1): New macro.
5731
5732 2000-03-09  Robert Lipe  <robertl@sco.com>
5733
5734         * config/ia64/ia64.c: Include system.h.
5735
5736 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
5737
5738         * except.c (nothrow_function_p): If -fno-exceptions, just return.
5739         (init_eh_nesting_info): Likewise.
5740
5741         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
5742         (TREE_NOTHROW): Rename from TREE_RAISES.
5743         * toplev.c (rest_of_compilation): Set it.
5744         * print-tree.c (print_node): Adjust.
5745         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
5746         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
5747         * calls.c (emit_call_1): Add 'nothrow' parm.  Add 
5748         REG_EH_REGION note as appropriate.
5749         (libfunc_nothrow): New fn.
5750         (emit_library_call, emit_library_call_value): Use it.
5751         (expand_call): Check TREE_NOTHROW.
5752
5753         * varasm.c (make_decl_rtl): Skip initial '*' when setting
5754         DECL_ASSEMBLER_NAME.
5755
5756 2000-03-09  Andreas Jaeger  <aj@suse.de>
5757
5758         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
5759         (TARGET_MEM_FUNCTIONS): Define.
5760
5761 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
5762
5763         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
5764
5765         * except.c (can_throw): See through a SEQUENCE.
5766         (nothrow_function_p): New fn.
5767         * except.h: Declare it.
5768         * function.c (current_function_nothrow): New var.
5769         (prepare_function_start): Initialize it.
5770         * output.h: Declare it.
5771         * toplev.c (rest_of_compilation): Set it.
5772         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
5773
5774 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
5775
5776         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
5777         match.  (cpp_compare_defs): Count the nul separator when
5778         advancing over argument names.
5779
5780 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
5781
5782         * recog.c (preprocess_constraints): Matching constraints affect
5783         same alternative/different operand, not same operand/different
5784         alternative.
5785         
5786         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
5787         register and a constant specially.
5788
5789 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5790
5791         * libgcc2.h: New file.
5792         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
5793
5794 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
5795
5796         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
5797         * configure: Regenerate.
5798         * config/ia64: New.
5799
5800 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
5801
5802         * Makefile.in (LIBCPP_DEPS): New macro.
5803         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
5804         it to declare deps.
5805         * cpperror.c: Include cpphash.h.
5806         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
5807         dingleberry.
5808         (lex): Don't use CPP_WARN_UNDEF.
5809         (_cpp_parse_expr): Return an int, the truth value.
5810         * cppfiles.c: Include cpphash.h.
5811         (_cpp_merge_include_chains): Move to cppinit.c and make static.
5812         * cppinit.c (include_defaults_array): Disentangle.
5813         (cpp_cleanup): Don't free the if stack here.
5814         (cpp_finish): Pop off all buffers, not just one.
5815         * cpplib.c (eval_if_expr): Return int.
5816         (do_xifdef): Rename do_ifdef.
5817         (handle_directive): Don't use CPP_PREPROCESSED. 
5818         (cpp_get_token): Don't use CPP_C89.
5819         * fix-header.c: Don't use CPP_OPTIONS.
5820
5821         * cpplib.h: Move U_CHAR, enum node_type, struct
5822         file_name_list, struct ihash, is_idchar, is_idstart,
5823         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
5824         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
5825         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
5826         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
5827         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
5828         of _cpp_simplify_pathname, _cpp_find_include_file,
5829         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
5830         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
5831         cppinit.c.
5832         Change all uses of U_CHAR to be unsigned char instead.
5833         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
5834
5835 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
5836
5837         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
5838         (dwarf2out_begin_prologue): Set it.
5839         (output_call_frame_info): Don't emit EH unwind info for leaves.
5840
5841         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
5842         can occur outside of an EH region.
5843         * except.c: Correct comments about rethrow behavior.
5844         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
5845
5846 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
5847
5848         * flow.c (make_edges): Always call make_eh_edge for calls.
5849
5850 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
5851
5852         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
5853         (struct cpp_buffer): Remove fname and underflow fields.
5854         (struct cpp_reader): Remove get_token field.
5855         (struct include_hash): Rename to struct ihash.  Add typedef to
5856         IHASH.
5857         (struct if_stack): Remove fname field.
5858         (IF_STACK_FRAME): Rename to IF_STACK.
5859
5860         * cpperror.c (print_containing_files): Trust that there are no
5861         macro buffers below the top file buffer.
5862         * cppfiles.c: Replace all references to 'struct include_hash'
5863         with 'IHASH'.  Rename initialize_input_buffer to
5864         init_input_buffer.  Don't set or reference cpp_buffer->fname,
5865         use buffer->ihash->name instead.
5866         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
5867         not CPP_NULL_BUFFER.
5868         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
5869         IF_STACK_FRAME, IHASH not struct include_hash.
5870         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
5871         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
5872         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
5873         references to cpp_buffer->fname (delete entirely, or use
5874         ->ihash->name instead) and IF_STACK->fname.
5875         (cpp_push_buffer): Don't set new->underflow.
5876         (do_include): Use cpp_file_buffer.
5877
5878         * cpphash.c (collect_formal_parameters): Remove duplicate
5879         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
5880         used as a macro argument name.  Don't append "..." to namebuf
5881         for varargs macros.  After we're done scanning, go through
5882         namebuf and make it NUL separated, not comma separated.
5883         (_cpp_compare_defs): Remove register tag from variables.
5884         Expect defn->argnames to be NUL separated.
5885         (_cpp_dump_definition): Expect defn->argnames to be NUL
5886         separated and in forward order.
5887         * cpphash.h: Update documentation of argnames field.
5888
5889 2000-03-08  Richard Henderson  <rth@cygnus.com>
5890
5891         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
5892         to fail.  Don't pre-expand the source operand.
5893
5894         * i386.md (strlensi): Initialize eoschar and align before use.
5895
5896 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
5897
5898         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
5899         CONSTRUCTOR element.
5900
5901 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
5902
5903         * mips.c (mips_expand_prologue): If the last 
5904         named argument is the vararg marker "va_list", treat it as
5905         an unnamed argument.
5906
5907 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
5908
5909         * dbxout.c (dbxout_parms): When correcting for promoted 
5910         big-endian parameters, use the mode of the DECL_RTL rather 
5911         than UNITS_PER_WORD.
5912
5913 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
5914
5915         * c-common.h (make_fname_decl): Declare.
5916         * c-common.c (make_fname_decl): Define.
5917         (declare_hidden_char_array): Remove.
5918         (declare_function_name): Use make_fname_decl.
5919         * c-decl.c (c_make_fname_decl): New function.
5920         (init_decl_processing): Set make_fname_decl.
5921
5922 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
5923
5924         * cccp.c (handle_directive): Initialize backslash_newlines_p.
5925
5926 2000-03-07  Philipp Thomas  <pthomas@suse.de>
5927
5928         * po/POTFILES.in: Remove cppalloc.c from file list.
5929
5930 2000-03-07  Steve Chamberlain  <sac@pobox.com>
5931
5932         * pj.c (pj_expand_prologue): current_function->args_info is
5933         now current_function_args_info.  
5934
5935         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
5936         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
5937         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
5938
5939 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5940
5941         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
5942         output as hexadecimal rather than the default octal.
5943
5944 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
5945
5946         * cpphash.c (special_symbol): Fix thinko in previous commit.
5947
5948 2000-03-07  Neil Booth  <NeilB@earthling.net>
5949
5950         * cppexp.c (struct operation, left_shift, right_shift,
5951         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
5952         "int"s to "unsigned int"s.
5953         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
5954         Similarly.
5955         * cpplib.h: Update for above.
5956         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
5957         returned from allocations.
5958
5959         * cppinit.c (opt_comp, parse_options): New functions.
5960         (handle_option): Use parse_option to parse a single command
5961         line option, that possibly takes an argument.
5962         (cpp_handle_options): Sort the array of command line options on
5963         first invocation (non-ASCII hosts only).
5964         (print_help): Update.
5965
5966 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
5967
5968         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
5969         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
5970         
5971         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
5972         initialized.
5973         * cppinit.c (cpp_cleanup): Free imp->nshort also.
5974
5975         * cpperror.c (cpp_print_containing_files,
5976         cpp_print_file_and_line, v_cpp_message): Rename to
5977         print_containing_files, print_file_and_line, and v_message.
5978         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
5979         to _cpp_parse_expr, parse_escape, and lex.
5980         (parse_charconst): Remove broken multibyte support.
5981         * cppfiles.c (include_hash): Make static.
5982         (cpp_included): New function.
5983         (merge_include_chains, find_include_file, finclude,
5984         simplify_pathname): Rename to _cpp_merge_include_chains,
5985         _cpp_find_include_file, _cpp_read_include_file, and
5986         _cpp_simplify_pathname.
5987         * cpphash.c (cpp_lookup, free_definition, delete_macro,
5988         cpp_install, create_definition, macroexpand, compare_defs,
5989         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
5990         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
5991         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
5992         * cppinit.c (cpp_handle_option): Rename to handle_option, make
5993         static.
5994         * cpplib.c: Remove extern prototype of cpp_parse_expr.
5995
5996         * cpphash.h: Update prototypes.
5997         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
5998
5999 2000-03-07  Andrew Haley  <aph@cygnus.com>
6000
6001         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
6002         PTRDIFF_TYPE should be based solely on Pmode.
6003         (SIZE_TYPE): ditto.
6004
6005 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6006
6007         * rtl.h (rtunion_def): Constify member `rtstr'.
6008         (emit_line_note_after, emit_line_note, emit_line_note_force,
6009         emit_note, decode_asm_operands): Constify.
6010         
6011         * cse.c (canon_hash): Likewise.
6012
6013         * dbxout.c (dbxout_block): Likewise.
6014
6015         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
6016         v_warning_for_asm): Likewise.
6017
6018         * dwarfout.c (function_start_label): Likewise.
6019
6020         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
6021         emit_line_note_force): Likewise.
6022
6023         * final.c (last_filename, asm_insn_count, final_scan_insn,
6024         output_source_line): Likewise.
6025
6026         * function.h (struct emit_status): Likewise.
6027
6028         * gcse.c (hash_expr_1): Likewise.
6029
6030         * genattr.c (gen_attr, main): Likewise.
6031
6032         * genattrtab.c (struct function_unit, current_alternative_string,
6033         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
6034         attr_numeral, check_attr_test, check_attr_value,
6035         convert_set_attr_alternative, convert_set_attr,
6036         compute_alternative_mask, simplify_by_exploding, gen_attr,
6037         gen_unit): Likewise.
6038
6039         * genflags.c (gen_insn): Likewise.
6040
6041         * gengenrtl.c (type_from_format): Likewise.
6042
6043         * genopinit.c (gen_insn): Likewise.
6044
6045         * genoutput.c (n_occurrences, process_template, process_template):
6046         Likewise.
6047
6048         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
6049         Likewise.
6050
6051         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
6052         Likewise.
6053
6054         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
6055         ggc_set_mark, ggc_get_size): Likewise.
6056
6057         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
6058
6059         * optabs.c (init_one_libfunc): Likewise.
6060
6061         * output.h (assemble_start_function): Likewise.
6062
6063         * recog.c (decode_asm_operands): Likewise.
6064
6065         * toplev.c (rest_of_compilation): Likewise.
6066
6067         * tree.h (emit_line_note_after, emit_line_note,
6068         emit_line_note_force): Likewise.
6069
6070         * varasm.c (asm_output_bss, asm_output_aligned_bss,
6071         asm_emit_uninitialised, assemble_start_function,
6072         assemble_variable, const_hash, compare_constant_1,
6073         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
6074
6075         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
6076
6077         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
6078
6079         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
6080
6081         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
6082
6083         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
6084         arm_dllimport_name_p): Likewise.
6085
6086         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
6087         Likewise.
6088
6089         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
6090
6091         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6092
6093         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
6094         arm_mark_dllexport, arm_mark_dllimport,
6095         arm_pe_encode_section_info): Likewise.
6096
6097         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
6098         ASM_FINISH_DECLARE_OBJECT): Likewise.
6099
6100         * arm/thumb.c (thumb_function_prologue): Likewise.
6101
6102         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
6103
6104         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6105
6106         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
6107
6108         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
6109
6110         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
6111
6112         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6113
6114         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
6115         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
6116
6117         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
6118
6119         * i386/i386.c (asm_output_function_prefix): Likewise.
6120
6121         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
6122
6123         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6124
6125         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
6126
6127         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
6128         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
6129         ASM_OUTPUT_SECTION_NAME): Likewise.
6130
6131         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
6132
6133         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
6134
6135         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
6136
6137         * m32r/m32r.c (m32r_encode_section_info): Likewise.
6138
6139         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6140
6141         * mcore/mcore.c (mcore_encode_section_info): Likewise.
6142
6143         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6144
6145         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6146
6147         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6148
6149         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
6150
6151         * mips/mips.md (movdi, movsi): Likewise.
6152
6153         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6154
6155         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6156
6157         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6158
6159         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
6160         ASM_OUTPUT_ASCII): Likewise.
6161
6162         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
6163         output_mi_thunk, output_toc): Likewise.
6164
6165         * rs6000/rs6000.md (movsi): Likewise.
6166
6167         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
6168
6169         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
6170
6171         * v850/v850.c (print_operand, print_operand_address,
6172         v850_encode_data_area): Likewise.
6173
6174 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
6175         
6176         * config/mips/mips.md (zero_extendsidi2): Always force operand
6177         one to memory for mips16.
6178
6179 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6180
6181         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
6182         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
6183         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
6184         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
6185         (min_precision): Result is unsigned.
6186         (add_double, neg_double, mul_double): Low word is unsigned.
6187         (lshift_double, rshift_double, lrotate_double): Likewise.
6188         (rrotate_double, div_and_round_double): Likewise.
6189         (tree_floor_log2, compare_tree_int): New functions.
6190         (preserve_rtl_expr_temps): New declaration.
6191         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
6192         (decl_attributes): Use tree_log2 to find alignment.
6193         Check for TREE_INT_CST_HIGH for format args.
6194         (min_precision): Now unsigned.
6195         Use tree_floor_log2.
6196         (truthvalue_conversion): Delete long-disabled code.
6197         * c-decl.c (finish_struct): Clean up tests on field width.
6198         (finish_function): Use compare_tree_int.
6199         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
6200         * c-typeck.c (comptypes): Use tree_int_cst_equal.
6201         (default_conversion, digest_init): Use compare_tree_int.
6202         (build_binary_op): Use integer_all_onesp and compare_tree_int.
6203         Fix type errors in forming masks.
6204         * calls.c (initialize_argument_information): Use compare_tree_int.
6205         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
6206         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
6207         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
6208         (store_field): Use compare_tree_int.
6209         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
6210         (expand_expr, case ARRAY_REF): Use compare_tree_int.
6211         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
6212         (do_store_flag): Use compare_tree_int.
6213         * fold-const.c (encode, decode): Low part is always unsigned.
6214         (force_fit_type, add_double, neg_double, mul_double): Likewise.
6215         (lshift_double, rshift_double, lrotate_double): Likewise.
6216         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
6217         (fold_convert): Use compare_tree_int.
6218         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
6219         (invert_truthvalue, case INTEGER_CST): Likewise.
6220         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
6221         * mkdeps.c (deps_dummy_targets): Make I unsigned.
6222         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
6223         (lshift_double, rshift_double, lrotate_double, rrotate_double):
6224         Likewise.
6225         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
6226         (expand_end_case): Use compare_tree_int.
6227         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
6228         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
6229         (layout_decl): Likewise.
6230         (layout_record, layout_union): Make sizes unsigned.
6231         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
6232         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
6233         * tree.c (struct type_hash): hashcode is unsigned.
6234         (build_type_attribute_variant, type_hash_list): Likewise.
6235         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
6236         (attribute_hash_list, build_array_type, build_method_type): Likewise.
6237         (build_complex_type): Likewise.
6238         (real_value_from_int_cst): Remove unneeded casts.
6239         (integer_all_onesp): Add casts.
6240         (tree_floor_log2, compare_tree_int): New functions.
6241         (build_index_type): Use tree_int_cst_sgn.
6242         * varasm.c (assemble_variable): Use compare_tree_int.
6243
6244 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
6245
6246         * cpphash.c (collect_expansion): Also catch ## at start of macro.
6247
6248         * varasm.c (make_decl_rtl): Don't add a number to members of
6249         local classes.
6250         (make_function_rtl): Likewise.
6251
6252 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6253
6254         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
6255         patch from 2000-01-28.
6256
6257 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
6258
6259         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
6260         filled with an insn from the jump target.
6261
6262 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6263
6264         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
6265         (c4x_external_ref): Likewise.
6266         * config/c4x/c4x.c (struct name_list): Likewise.
6267
6268 1999-12-16  Ben Collins  <bcollins@debian.org>
6269
6270         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
6271         argument to genmultilib.
6272         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
6273         the contents into the multilib.h header.
6274         * gcc.c: Declare multilib_exclusions for the specs file.
6275         (set_multilib_dir): Use it.
6276         (print_multilib_info): Likewise.
6277         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
6278         to pass to genmultilib.
6279
6280 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6281
6282         * builtins.c (built_in_class_names, built_in_names): Constify a
6283         char*.
6284
6285         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
6286         int.
6287         (_mcleanup): Ensure value matches format specifier in sprintf.
6288
6289         * cpphash.c (special_symbol): Don't needlessly cast away
6290         const-ness.
6291
6292         * cppinit.c (base_name): Delete unused prototype.
6293
6294         * mkdeps.c (deps_init): Make definition K&R safe.
6295
6296         * tree.h (built_in_class_names, built_in_names): Constify a
6297         char*.
6298
6299 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
6300
6301         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
6302         floating point instructions for epilogue delay.
6303
6304         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
6305         to gas if it supports .register pseudo.
6306
6307         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
6308         LONG_DOUBLE_TYPE_SIZE if not defined.
6309         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
6310         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
6311         * real.c: Likewise.
6312         * gengenrtl.c: Likewise.
6313         * print-rtl.c: Likewise.
6314         * rtl.c: Likewise.
6315         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
6316         MASK_LONG_DOUBLE_128.
6317         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
6318         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
6319         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
6320         (SUBTARGET_SWITCHES): Define.
6321         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
6322         with -mlong-double-128.
6323         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
6324         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
6325         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
6326         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
6327         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
6328         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
6329         with -mlong-double-128.
6330         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
6331         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
6332         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
6333         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
6334         TARGET_LONG_DOUBLE_128): Define.
6335         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
6336         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
6337         long double on TARGET_ARCH64.
6338
6339 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
6340
6341         * function.c (free_temps_for_rtl_expr): Don't free slots
6342         that have been pushed into a higher level.
6343         
6344         Revert this patch:
6345         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6346
6347 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6348
6349         * basic-block.h (ALLOCA_REG_SET): Remove.
6350         (INITIALIZE_REG_SET): New macro.
6351         * flow.c (update_life_info): Use it.
6352         (calculate_global_regs_live): Likewise.
6353         (propagate_block): Likewise.
6354         * global.c (build_insn_chain): Likewise.
6355         * haifa-sched.c (schedule_region): Likewise.
6356
6357 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
6358
6359         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
6360         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
6361         (DWARF_ARANGES_PAD_SIZE): New define.
6362         (output_aranges): Use it to pad the address range header.
6363         (DWARF_ROUND): Fix for non power of 2 rounding.
6364
6365 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
6366
6367         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
6368
6369 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6370
6371         * tree.def (RTL_EXPR): Update documentation.
6372         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
6373         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
6374         * function.c (preserve_rtl_expr_temp): New function.
6375         (preserve_rtl_expr_temps): Likewise.
6376         (preserve_rtl_expr_result): Use it.
6377
6378         Revert this patch:
6379         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
6380
6381 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
6382
6383         * regmove.c (copy_src_to_dest)  Do not create src->dest move
6384         for unchanging destination.
6385
6386 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
6387
6388         * function.h (struct sequence_stack): Remove rtl_expr.
6389         (struct emit_staus): Likewise.
6390         (seq_rtl_expr): Remove.
6391         * tree.h (free_temps_for_rtl_expr): Don't declare.
6392         (start_sequence_for_rtl_expr): Likewise.
6393         * rtl.h (preserve_rtl_expr_result): Likewise.
6394         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
6395         (start_sequence_for_rtl_expr): Remove.
6396         (push_topmost_sequence): Don't save sequence_rtl_expr.
6397         (pop_topmost_sequence): Remove comment about not restoring it.
6398         (end_sequence): Don't set seq_rtl_expr.
6399         (init_emit): Don't initialize it.
6400         (mark_sequence_stack): Don't mark it.
6401         (mark_emit_status): Likewise.
6402         * except.c (protect_with_terminate): Use
6403         start_sequence_for_rtl_expr, not start_sequence.
6404         * expr.c (expand_expr, case RTL_EXPR): Don't call
6405         preserve_rtl_expr_result or free_temps_for_rtl_expr.
6406         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
6407         (preserve_rtl_expr_result): Remove.
6408         (free_temps_for_rtl_expr): Likewise.
6409         (pop_temp_slots): Likewise.
6410         (mark_temp_slot): Don't mark the rtl_expr.
6411         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
6412         start_sequence_for_rtl_expr.
6413         
6414 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
6415
6416         * mkdeps.c, mkdeps.h: New files.
6417         * po/POTFILES.in: Add them.
6418         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
6419         (cpplib.o, cppinit.o): Depend on mkdeps.h.
6420         (mkdeps.o): New target.
6421
6422         * cppfiles.c: Delete deps_output.
6423         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
6424         OBJECT_SUFFIX, and base_name.
6425         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
6426         the include hash.
6427         (initialize_dependency_output): Use deps_init,
6428         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
6429         all the unnecessary string bashing.
6430         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
6431         level.
6432         * cpplib.c (do_include): Use deps_add_dep.
6433         * cpplib.h (struct cpp_reader): Replace deps_buffer,
6434         deps_allocated_size, deps_size, deps_column members with
6435         single pointer to a struct deps.  Delete prototype of
6436         deps_output.
6437
6438         * cppinit.c: Fix thinko in previous patch.
6439
6440 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6441
6442         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
6443         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
6444         (mode_for_size_tree): New function.
6445         (layout_decl, layout_type): Call it and clean up BLKmode checks.
6446         * tree.h (mode_for_size_tree): New declaration.
6447         
6448         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
6449
6450 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
6451
6452         * stmt.c (is_body_block): Move...
6453         * dwarfout.c, dwarf2out.c: ...from here.
6454         * tree.h: Declare it.
6455         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
6456         * final.c (final_start_function): Do call remove_unnecessary_notes
6457         when scheduling.
6458
6459 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
6460
6461         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
6462         
6463         * cpplib.h (_dollar_ok): New macro.
6464         (is_idchar, is_idstart): Use it.
6465         (IStable): Rename to _cpp_IStable.  Declare it const if
6466         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
6467         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
6468         is_space): Update for renamed IStable.
6469
6470         * cppinit.c: Delete all references to FAKE_CONST and CAT
6471         macros. Define init_IStable as empty macro if gcc >=2.7 or
6472         C99. Change TABLE() to ISTABLE and hardcode name of table.
6473         (cpp_start_read): Don't change the IStable based on
6474         dollars_in_ident.
6475
6476         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
6477         changed.  Handle '$' for char1 correctly.
6478         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
6479
6480         * cppexp.c (tokentab2): Make const.
6481         (cpp_lex): Make toktab const.
6482         * cppinit.c (include_defaults_array): Make const.
6483         (initialize_standard_includes): Make default_include const.
6484
6485 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
6486
6487         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
6488         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
6489         (gen_decl_die): Likewise.
6490         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
6491         (output_decl): Likewise.
6492
6493         * varasm.c (make_function_rtl): If we change the name used in the
6494         rtl, update DECL_ASSEMBLER_NAME accordingly.
6495         (make_decl_rtl): Likewise.
6496
6497         * toplev.c (rest_of_compilation): Tweak formatting.
6498
6499         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
6500         remove_unnecessary_notes.
6501         (debug_ignore_block): New fn.
6502         * toplev.h: Declare it.
6503         * emit-rtl.c (remove_unncessary_notes): Call it.
6504         * dwarf2out.c (dwarf2out_ignore_block): New fn.
6505         * dwarf2out.h: Declare it.
6506         * final.c (final_start_function): Don't call remove_unnecessary_notes
6507         if we did insn scheduling.
6508
6509 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
6510
6511         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
6512         * cpplib.h: Delete SET_CPP_PEDANTIC.
6513
6514 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6515
6516         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
6517         result is a RECORD_TYPE.
6518
6519 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
6520
6521         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
6522
6523 2000-03-03  Richard Henderson  <rth@cygnus.com>
6524
6525         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
6526         addition over compliments over shifts.
6527
6528 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6529
6530         * reload1.c (reload_combine_note_use): Handle return register USEs.
6531         REG case: Handle multi-hard-register hard regs.
6532
6533 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6534
6535         * md.texi: Document use of '*' in insn pattern name.
6536
6537 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
6538
6539         * calls.c (special_function_p): operator new may not be malloc-like.
6540
6541         * gcse.c (dump_hash_table): Really fix error in last change.
6542
6543 2000-03-02  Denis Chertykov  <denisc@overta.ru>
6544
6545         * avr.c (print_operand): Use print_operand_address instead of
6546         output_addr_const.
6547         * avr/libgcc.S: Cleanup code.
6548
6549 2000-03-02  Richard Henderson  <rth@cygnus.com>
6550
6551         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
6552
6553 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
6554
6555         * tree.h (TYPE_ALIGN_UNIT): New macro.
6556
6557 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
6558
6559         * i386.c: (constant_call_address_operand): Reject CONST_INT.
6560
6561 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
6562
6563         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
6564         for the buffer.
6565         (SET_CPP_PEDANTIC): New macro.
6566         * cpplib.c (do_include): Don't bother checking system_header_p.
6567         (do_warning, do_ident, do_assert, do_unassert): Likewise.
6568         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
6569
6570         * function.h (struct expr_status): Add x_arg_space_so_far.
6571         (arg_space_so_far): New macro.
6572         * expr.c (init_expr): Initialize it.
6573         * calls.c (emit_call_1): Reset it.
6574         (compute_argument_block_size, expand_call): Use it.
6575         (expand_call, store_one_arg): Increment it.
6576
6577 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6578
6579         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
6580         a UNION_TYPE.
6581
6582 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
6583
6584         * cppfiles.c (cpp_read_file): New function.
6585
6586         * cpphash.c (collect_expansion): Make sure to reset last_token
6587         to NORM when we hit a string.  Handle trailing whitespace
6588         properly when the expansion is empty.
6589         (create_definition): Disable line commands while parsing the
6590         directive line.
6591         (dump_definition): If pfile->lineno == 0, output a line
6592         command ahead of the dump, and add a trailing newline.
6593
6594         * cppinit.c (append_include_chain): Add fifth argument, which
6595         indicates whether or not system headers are C++ aware.
6596         (initialize_standard_includes): New function,
6597         broken out of read_and_prescan.  Pass 'cxx_aware' value from
6598         the include_defaults_array on to append_include_chain.
6599         (dump_special_to_buffer): Const-ify char array.
6600         (builtin_array): Don't dump __BASE_FILE__.
6601         (cpp_start_read): Use cpp_read_file.  Reorder code for
6602         clarity.  Don't output line commands here for -D/-A/-U
6603         switches.  Don't call deps_output for files included with
6604         -include or -imacros.
6605
6606         * cpplib.c (do_define): Don't pay any attention to the second
6607         argument.
6608         (cpp_expand_to_buffer): Disable line commands while scanning.
6609         (output_line_command): Work in the file buffer.
6610         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
6611         Fix formatting of comments.  Prototype cpp_read_file.
6612
6613 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6614
6615         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
6616         reference the language-equivalent of sizetype.
6617         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
6618         * fold-const.c (size_binop, size_diffop): Put back checks.
6619         * gcse.c (dump_hash_table): Fix minor error in last change.
6620         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
6621         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
6622         all sizetypes.
6623
6624 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
6625
6626         * calls.c (expand_call)  Do not attempt to combine stack adjustments
6627         with inhibit_defer_pop set.
6628
6629 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
6630
6631         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
6632         the DECL_SIZE for a FIELD_DECL.
6633
6634 2000-03-01  Bruce Korb  <bkorb@gnu.org>
6635
6636         * fixinc/inclhack.tpl: remove unused symlinks
6637         * fixinc/README: GCC Maintainer info
6638         * fixinc/inclhack.sh: regen
6639         * fixinc/fixincl.sh: regen
6640
6641 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
6642
6643         * cpphash.c (collect_expansion): Trim trailing white space
6644         from macro definitions, but don't go past the last insertion
6645         point.
6646
6647 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
6648
6649         * i386.md (mulqi3): New pattern.
6650
6651 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
6652
6653         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
6654         token types.
6655         (struct cpp_reader): Add parsing_if_directive and
6656         parsing_define_directive flags.               
6657         (struct cpp_options): Remove output_conditionals flag.
6658         (check_macro_name): Delete prototype.
6659
6660         * cpphash.h (struct macrodef): Delete.
6661         (struct reflist): Separate from struct definition.
6662         (struct definition): Remove unused fields.  Add column number.
6663         (create_definition): Returns a DEFINITION *.  Takes a
6664         cpp_reader * and an int.
6665
6666         * cpphash.c (SKIP_WHITE_SPACE): Delete.
6667         (PEEKC): Copy defn from cpplib.c.
6668         (rest_extension, REST_EXTENSION_LENGTH): Delete.
6669         (struct arg): New.
6670         (struct arglist): Simplify.
6671         (collect_expansion): Rewrite.  Get tokens by calling
6672         cpp_get_token.  Add more error checking.
6673         (collect_formal_parameters): New function, broken out of
6674         create_definition and reworked to use get_directive_token.
6675         (create_definition): All real work is now in collect_expansion
6676         and collect_formal_parameters.  do_define handles finding the
6677         macro name.  Return a DEFINITION, not a MACRODEF.
6678         (macroexpand): Replace bcopy with memcpy throughout.  Replace
6679         character-at-a-time copy loop with memcpy and pointer increments.
6680         (compare-defs): d1->argnames / d2->argnames might be null.
6681
6682         * cpplib.c (copy_rest_of_line): Delete function.
6683         (skip_rest_of_line): Do all the work ourselves.
6684         (skip_string): New function.
6685         (parse_string): Use skip_string.
6686         (get_macro_name): New function.
6687         (check_macro_name): Delete.
6688         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
6689         (cpp_skip_hspace): Use CPP_BUMP_LINE.
6690         (handle_directive): ICE if we're called on a macro buffer.
6691         (do_define): Determine macro name and type (funlike/objlike)
6692         here.  Expunge all uses of MACRODEF.
6693         (cpp_push_buffer): Set line_base to NULL.
6694         (do_undef, read_line_number): Don't worry about getting a POP token.
6695         (eval_if_expression): Set/reset parsing_if_directive around
6696         cpp_parse_expr. Don't clear only_seen_white.
6697         (skip_if_group): Remove output_conditionals logic.  Use
6698         skip_rest_of_line.
6699         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
6700         tokens under appropriate conditions.
6701         (cpp_unassert): Call do_unassert not do_assert.  Oops.
6702
6703         * cppexp.c (parse_defined): New function, break out of
6704         cpp_lex.
6705         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
6706         ourselves, with cpp_defined.
6707         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
6708
6709         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
6710         * gcc.dg/strpaste-2.c: New.
6711
6712 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
6713
6714         * fold-const.c (size_binop): Don't asert inputs are the same and
6715         have TYPE_IS_SIZETYPE set.
6716         (size_diffop): Likewise.
6717
6718 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
6719
6720         * dwarfout.c (output_block): Output abstract blocks even if they
6721         don't have TREE_ASM_WRITTEN set.
6722
6723         * calls.c (emit_library_call): Check for null REG.
6724
6725 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
6726
6727         * c-decl.c (current_function_decl): Move to toplev.c.
6728         (init_decl_processing): Don't add current_function_decl as a ggc
6729         root here.
6730         * dbxout.c (dbxout_symbol): Change return type to int.
6731         (dbxout_symbol_location, dbxout_syms): Likewise.
6732         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
6733         any locals. Use current_function_func_begin_label if set.
6734         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
6735         * dwarf2out.c (dwarf2out_begin_prologue): Set
6736         current_function_func_begin_label.
6737         * final.c (final_start_function): Reset it.
6738         * toplev.c (current_function_decl): Define it here.
6739         (current_function_func_begin_label): New variable.
6740         (main): Add both as ggc roots.
6741         * tree.h (current_function_func_begin_label): Declare.
6742
6743 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6744
6745         * gcse.c: Cleanups throughout: mostly white-space, but also
6746         some minor rearrangement of code.
6747
6748 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
6749
6750         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
6751         returns a PARALLEL.  Use emit_group_load and use_group_regs
6752         as needed.  
6753         (emit_library_call_value): Similarly.
6754
6755         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
6756         * pa/quadlib.asm: Remove.
6757         * pa/quadlib.c: New file.
6758
6759         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
6760         * configure: Rebuilt.
6761
6762 2000-02-29  Philip Blundell  <pb@futuretv.com>
6763
6764         * config/arm/conix-elf.h: New file.
6765         * configure.in (arm*-*-conix*): New configuration.
6766         * configure: Regenerate.
6767
6768 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
6769
6770         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
6771         don't have TREE_ASM_WRITTEN set.
6772
6773 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6774
6775         * Eliminate DECL_FIELD_SIZE.
6776         * builtins.c (built_in_class_names, built_in_names): New variables.
6777         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
6778         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
6779         DECL_SIZE, not DECL_FIELD_SIZE.
6780         * print-tree.c (print_node): Remove code that prints extra blank
6781         lines in some cases.
6782         Properly handle inline and builtin function cases.
6783         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
6784         * tree.h (built_in_class_named, built_in_names): New declarations.
6785         (union tree_decl): Rename internal unions to u1 and u2 and change
6786         some of their components.
6787         Add new field built_in_class.
6788         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
6789         Reflect above changes.
6790         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
6791         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
6792         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
6793         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
6794
6795 2000-02-28  Dmitri Makarov  <dim@windriver.com>
6796
6797         * extend.texi: Document ARM's support for long/short calls.
6798
6799         * invoke.texi: Document ARM's -mlong-calls command line switch.
6800         
6801         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
6802         (arm_encode_call_attribute): Add prototype.
6803         (arm_set_default_type_attribute): Add prototype.
6804         (arm_strip_name_encoding): Add prototype.
6805
6806         * config/arm/arm.c (arm_init_cumulative_args): replace
6807         initialisation og 'long_calls' field with initialisation of
6808         'call_cookie' field.
6809         (enum arm_pragma_enum): New enum.
6810         (arm_pragma_long_calls): New static variable.
6811         (arm_process_pragma): Also process "#pragma long_calls_off".
6812         (arm_valid_type_attribute_p): Accept short_call attribute.
6813         (arm_comp_type_attributes): Check long/short call attributes.
6814         (arm_encode_call_attribute):  New function:  Encode long_call
6815         or short_call attribute in function name.
6816         (arm_set_default_type_attributes): New function: Assign
6817         default attributes to newly defined type.
6818         (current_file_function_operand): New function: Return true if
6819         the symbol is a function which has already been compiled.
6820         (arm_is_longcall_p): New function: Return true if the
6821         indicated function should be called via a long call.
6822         (arm_get_strip_length): New function.  Returns number of
6823         prefix characters to be stripped from a function's name.
6824         (arm_strip_name_encoding): New function.  Strip prefix characters
6825         from a function's name.
6826
6827         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
6828         with 'call_cookie'.
6829         (SHORT_CALL_FAG_CHAR): Define.
6830         (LONG_CALL_FAG_CHAR): Define.
6831         (ENCODED_SHORT_CALL_ATTR_P): Define.
6832         (ENCODED_LONG_CALL_ATTR_P): Define.
6833         (ARM_NAME_ENCODING_LENGTHS): Define.
6834         (STRIP_NAME_ENCODING): Define.
6835         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
6836         (ARM_ENCODE_CALL_TYPE): Define.
6837         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
6838         (ARM_DECLARE_FUNCTION_SIZE): Define.
6839         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
6840
6841         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
6842         if a long call is needed.
6843         (call_value): Ditto.
6844         (call_symbol): Ditto.
6845
6846         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
6847         ARM_DECLARE_FUNCTION_SIZE.
6848
6849         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
6850         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
6851         (ARM_STRIP_NAME_ENCODING): Undefine.
6852         (STRIP_NAME_ENCODING): Undefine.
6853         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
6854         (ASM_DECLARE_FUNCTION_NAME): Ditto.
6855         (ASM_OUTPUT_COMMON): Ditto.
6856         (ASM_DECLARE_OBJECT_NAME): Ditto.
6857
6858         * config/arm/pe.c (arm_dllexport_name_p): Check for
6859         ARM_PE_FLAG_CHAR.
6860         (arm_dllimport_name_p): Ditto.
6861         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
6862         (arm_mark_dllimport): Ditto.
6863         
6864 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6865
6866         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
6867
6868 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
6869
6870         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
6871
6872 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
6873
6874         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
6875         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
6876         NO_BUILTIN_WCHAR_TYPE is not defined.
6877         (CPP_WCHAR_TYPE): Delete.
6878         * cccp.c (main): Don't change wchar_type if cplusplus.
6879         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
6880
6881 2000-02-28  Nick Clifton  <nickc@cygnus.com>
6882
6883         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
6884
6885 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
6886
6887         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
6888         (ASM_WEAKEN_LABEL): Define.
6889  
6890 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
6891
6892         * expr.c (store_constructor): Do not emit USE.
6893         * rtl.h (stupid_life_analysis): Remove.
6894
6895 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6896
6897         * function.c (number_blocks): Reset next_block_index based on
6898         what debugging format is used, not what is defined.
6899         
6900         * lcm.c: Minor reformatting throughout.
6901         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
6902         
6903         * toplev.c (rest_of_compilation): Account for time in
6904         optimize_mode_switching.
6905
6906         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
6907         if only marking labels.
6908
6909 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
6910
6911         * calls.c (expand_call): Attempt to combine stack adjustments with
6912         pending stack adjustments.
6913
6914 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6915
6916         * loop.c (reg_in_basic_block_p): Don't abort when falling through
6917         to the end of the function.
6918
6919 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
6920
6921         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
6922         blocks.
6923         * final.c (next_block_index): Remove.
6924         (max_block_depth): Likewise.
6925         (pending_blocks): Likewise.
6926         (init_final): Don't initialize them.
6927         (final_start_function): Don't set next_block_index.  Set up
6928         BLOCK_NUMBER.
6929         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
6930         * function.h (number_blocks): New function.
6931         * function.c (get_block_vector): New function.
6932         (identify_blocks): Use it.
6933         (reorder_blocks): Set NOTE_BLOCK.
6934         (number_blocks): New function.
6935         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
6936         * tree.h (BLOCK_NUMBER): New macro.
6937         (tree_block): Add block_num field.
6938         * dbxout.c (next_block_number): Remove.
6939         (dbxout_init): Don't set it.
6940         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
6941         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
6942         block numbers.
6943         * toplev.c (rest_of_compilation): Always call
6944         find_loop_tree_blocks.  Fix indentation.
6945         * dwarf2out.c (next_block_number): Remove.
6946         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
6947         to determine block numbers.
6948         (gen_inlined_subroutine_die): Likewise.
6949         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
6950         (decls_for_scope): Don't increment next_block_number.
6951         * dwarfout.c (next_block_number): Remove.
6952         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
6953         to determine block numbers. 
6954         (output_inlined_subroutine_die): Likewise.
6955         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
6956         (output_decls_for_scope): Don't increment next_block_number.
6957         * sdbout.c (next_block_number): Remove.
6958         (sdbout_block): Use BLOCK_NUMBER.
6959         (sdbout_begin_block): Simplify.
6960         * xcoffout.c (next_block_number): Remove.
6961         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
6962         (xcoffout_begin_block): Don't set next_block_number.
6963         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
6964         next_block_number.
6965         
6966 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6967
6968         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
6969         (expand_builtin_strcpy): Pass correct type to size_binop.
6970         (expand_builtin_strcmp): Likewise.
6971         Clean up conditional structure.
6972         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
6973         (complete_array_type): Don't use size_binop for MAXINDEX.
6974         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
6975         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
6976         (c_alignof): Use size_one_node.
6977         (build_unary_op): Pass arg of proper type to size_binop.
6978         (really_start_incremental_init, push_init_level): Use sizetype for
6979         constructor{,_bit,_unfilled}_index.
6980         (pop_init_label, output_init_element): Likewise.
6981         (output_pending_init_elements, process_init_element): Likewise.
6982         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
6983         * expr.c (store_expr): Use size_int.
6984         (store_constructor): Use proper types for size_binop args.
6985         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
6986         (expand_expr_unaligned): Likewise.
6987         (string_contant): Return object of sizetype.
6988         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
6989         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
6990         (ARGS_SIZE_TREE): Pass proper types to size_binop.
6991         * fold-const.c (int_const_binop): Refine when size_int is called.
6992         (fold_convert): Likewise.
6993         (size_int_wide): Rework to take KIND as arg, only take low order
6994         bits, handle new sizetype_tab datatype, and chain entries in
6995         size_table.
6996         (size_int_type_wide): New function.
6997         (size_binop): Validate types of arguments.
6998         (ssize_binop): Deleted.
6999         (size_diffop): New function.
7000         (extract_muldiv): Only fold division into multiplication for sizetypes.
7001         * function.c (assign_parms): Use size_diffop and make sure
7002         VAR field is of ssizetype; also pass proper type to size_binop.
7003         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
7004         (round_down): Deleted from here.
7005         * store-layout.c (sizetype_tab): Now an array.
7006         (sizetype_set, early_root_list): New variables.
7007         (variable_size): Use size_one_node.
7008         (round_up): Pass proper type to size_binop.
7009         (round_down): Moved to here and corrected as above.
7010         (layout_record): Pass proper arg types to size_binop.
7011         (layout_type): Likewise.
7012         If sizetype_set is zero, record the type just laid out.
7013         (make_unsigned_type): Don't call set_sizetype;
7014         (make_signed_type): Likewise; also, call fixup_signed_type.
7015         (initialize_sizetypes): New function.
7016         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
7017         set name of bitsizetype to "bit_size_type".
7018         Fix up type of sizes of all types made before call.
7019         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
7020         * tree.c (fix_sizetype): Deleted.
7021         (build_common_tree_nodes): Call initialize_sizetypes.
7022         (build_common_tree_nodes_2): Don't call fix_sizetype.
7023         * tree.h (TYPE_IS_SIZETYPE): New macro.
7024         (initialize_sizetype): New declaration.
7025         (enum size_type_kind): New type.
7026         (struct sizetype_tab): Deleted.
7027         (sizetype_tab): Now array; adjust sizetype macros.
7028         (size_diffop, size_int_type_wide): New functions.
7029         (size_int_wide): Change number of args and type; access macros changed.
7030         (ssize_int, sbitsize_int): New macros.
7031         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
7032         (ROUND_TYPE_SIZE_UNIT): New macro.
7033
7034 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
7035
7036         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
7037
7038 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7039
7040         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
7041         Mark as possibly unused.
7042
7043         * cse.c (cse_insn): Delete dead code involving tablejump.
7044         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
7045
7046         * Makefile.in (libcpp.a): Start by deleting it.
7047
7048 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7049
7050         * cpplib.h (enum file_change_code): Added rename_file.
7051         * cpplib.c (do_line): If a filename is given, set file_change to
7052         rename_file.
7053         (output_line_command): If file_change is rename_file, always
7054         output a # directive with the file name.
7055
7056         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
7057
7058 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
7059
7060         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
7061         when copying a PARM_DECL or RESULT_DECL.
7062
7063 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7064
7065         * fix-header.c (recognized_function): Also fix prototypes for
7066         functions taking "void".
7067
7068 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
7069
7070         * reload1.c (do_output_reload): Check reg_reloaded_valid before
7071         looking at reg_reloaded_contents.
7072
7073 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
7074
7075         * Makefile.in (STMP_FIXINC): New toggle.
7076         (LIBGCC2_DEPS): Delete all references.
7077         (stmp-headers): Delete target.  All references either deleted
7078         or changed to stmp-int-headers.
7079         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
7080         (LIBCPP_OBJS): Take out cppalloc.o.
7081         (cppalloc.o): Delete target.
7082         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
7083         (gen-protos, fix-header): Link with libiberty.a.
7084         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
7085         to empty.
7086
7087         * configure.in: Remove refs to strerror.
7088         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
7089         * system.h: Take out strerror stanza.
7090
7091         * cpperror.c (my_strerror): Delete function.
7092         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
7093         * cppmain.c (main): Call xmalloc_set_program_name first thing.
7094         * cppalloc.c: Delete file.
7095         * gen-protos.c: Don't provide xrealloc.
7096
7097         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
7098         xstrerror throughout.
7099
7100 2000-02-26  Bruce Korb  <bkorb@gnu.org>
7101
7102         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
7103         match for DOS headers, too.
7104         * fixinc/inclhack.sh,fixincl.x: Regenerate.
7105
7106 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
7107
7108         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
7109         is right for most ELF targets.
7110         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
7111         Let the default file use %U properly.
7112         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
7113         default.
7114
7115         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
7116         numbers.
7117
7118 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7119
7120         * toplev.c (documented_lang_options): Correct spelling error.
7121         (decode_d_option, decode_f_option, main): Likewise.
7122
7123         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
7124
7125         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
7126         to tell assembler it is permitted to expand large constants.
7127
7128 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
7129
7130         * protoize.c: (AUX_INFO_SUFFIX): New macro.
7131         (aux_info_suffix): Use.
7132         (SAVE_SUFFIX): New macro.
7133         (save_suffix): Use.
7134         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
7135         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
7136         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
7137
7138         * invoke.texi (Running Protoize): Update documentation.
7139
7140 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
7141
7142         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
7143
7144 2000-02-25  John Wehle  (john@feith.com)
7145
7146         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
7147
7148 2000-02-25  Anthony Green  <green@cygnus.com>
7149
7150         * toplev.c (rest_of_compilation): Rebuild jump labels if
7151         combine_instructions has created a new direct jump.
7152         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
7153         when appropriate.
7154         (combine_instructions): Call try_combine with new argument.
7155         Return non-null value when new direct jump instruction is created.
7156         * rtl.h: combine_instructions returns an int.
7157
7158 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
7159
7160         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
7161         jump when changing a computed jump into a jump to a known
7162         target.
7163
7164 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
7165
7166         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
7167         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
7168
7169         * i386.md (define_expand "clrstrsi"): Fix typo.
7170
7171 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
7172
7173         * rtl.texi: Fix typo.
7174
7175 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7176
7177         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
7178         UNITS_PER_WORD.  Change caller initial_elimination_offset.
7179         (rounded_frame_size): Take into account that argument pushed has
7180         changed.  Fix TARGET_ALIGN_DOUBLE problem.
7181
7182 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
7183
7184         * haifa-sched.c (schedule_block): Explain the real reason
7185         we delete REG_SAVE_NOTEs on the first insn of a block.
7186         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
7187
7188 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
7189
7190         * input.h (push_srcloc): New function.
7191         (pop_srcloc): Likewise.
7192         * toplev.c (push_srcloc): Define it.
7193         (pop_srcloc): Likewise.
7194
7195 2000-02-24  Richard Henderson  <rth@cygnus.com>
7196
7197         * flow.c (life_analysis): When collecting reg info, clear
7198         regs_ever_live.
7199
7200 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7201
7202         Fix bug exposed by reload.c no longer rounding the frame
7203         size to BIGGEST_ALIGNMENT:
7204         * sh.c (rounded_frame_size): New function.
7205         (sh_expand_prologue, sh_expand_epilogue): Use it.
7206         (initial_elimination_offset): Likewise.
7207
7208 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7209
7210         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
7211         * sh-protos.h (sh_need_epilogue): Declare.
7212         * sh.c (sh_need_epilogue_known): New static variable.
7213         (sh_need_epilogue): New function.
7214         (function_epilogue): Clear need_epilogue_known.
7215         * sh.md (return): Split into expander / insn pattern.
7216         Make the expander conditional on ! sh_need_epilogue ().
7217
7218 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
7219
7220         * machmode.h (get_mode_alignment): Declare.
7221         (GET_MODE_ALIGNMENT): Call it.
7222         * stor-layout.c (get_mode_alignment): New function. Make
7223         sure alignment is always power of 2.
7224
7225 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7226
7227         * i386.h: Remove useless definition of "I386" and misleading
7228         comment above it.
7229
7230 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7231
7232         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
7233         under which TREE_PERMANENT will be set.
7234         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
7235         build1): Use TREE_SET_PERMANENT.
7236         * print-tree.c (print_node): Don't report value of
7237         TREE_PERMANENT if ggc_p is true.
7238
7239         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
7240         decide whether to give a type a new alias set.
7241         * objc/objc-act.c (build_objc_string_object): Never copy the string.
7242         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
7243         of value of 'obstack'.
7244
7245
7246 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7247
7248         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
7249
7250 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7251
7252         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
7253         * cpplib.c (cpp_get_token): Produce them.
7254         * cppexp.c (cpp_lex): Handle them.
7255
7256 2000-02-23  Nick Clifton  <nickc@cygnus.com>
7257
7258         * config/arm/arm.c (arm_comp_type_attributes): Simply and
7259         comment tests on type attributes.
7260
7261 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7262
7263         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
7264         conform to documentation.
7265         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
7266         to check for special cases.
7267         * sh-protos.h (sh_loop_align): Declare.
7268         * sh.c (sh_loop_align): Define.
7269
7270 2000-02-22  Andrew Haley  <aph@cygnus.com>
7271
7272         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
7273         (SIZE_TYPE): Is 32 bits when using -mgp32.
7274         (PTRDIFF_TYPE): Ditto.
7275
7276 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7277
7278         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
7279
7280 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7281
7282         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
7283         BIGGEST_FIELD_ALIGNMENT a constant.
7284
7285 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
7286
7287         * dwarf2out.c (output_line_info): Put the marker for the end of
7288         the line number info at the actual end.
7289         (gen_struct_or_union_type_die): Use decl_function_context 
7290         to check for local classes.
7291         * dwarfout.c (output_type): Likewise.
7292
7293 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
7294
7295         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
7296         for arguments with a mode, but no type.
7297         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
7298         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
7299         * pa/long_double.h: New file.
7300         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
7301         both have 128bit wide long doubles.
7302         * configure: Rebuilt.
7303
7304 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7305
7306         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
7307
7308         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
7309         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
7310         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
7311
7312         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
7313
7314         * integrate.c (compare_blocks, find_block): Likewise.
7315
7316         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
7317
7318         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
7319
7320         * stmt.c (stmt_status, set_file_and_line_for_stmt,
7321         expand_asm_operands): Likewise.
7322
7323 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
7324
7325         * predict.c (estimate_probability): Added the pointer heuristic to
7326         the collection of static branch predictors.
7327
7328 2000-02-21  Catherine Moore  <clm@cygnus.com>
7329
7330         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
7331         * invoke.texi (-mfix7000): Document.
7332
7333 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
7334
7335         * diagnostic.c (init_output_buffer): Make it possible to output at
7336         least 32 characters if we're given a too long prefix.
7337
7338 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
7339
7340         * varasm.c (initializer_constant_valid_p): Call
7341         lang_expand_constant to simplify the constant.
7342
7343 2000-02-20  Bruce Korb  <bkorb@gnu.org>
7344
7345         * fixinc/inclhack.def(stdio_va_list):
7346         typedef needs to be disabled.
7347         * fixinc/inclhack.sh: regen
7348         * fixinc/fixincl.x: regen
7349
7350 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
7351
7352         * print-rtl.c (print_rtx): Don't print addresses when
7353         flag_dump_unnumbered.
7354
7355 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7356
7357         * sparc.c (sparc_output_scratch_registers): Mark parameter with
7358         ATTRIBUTE_UNUSED.
7359         (sparc_va_arg, sparc_flat_output_function_prologue,
7360         sparc_flat_output_function_epilogue): Cast value to unsigned in
7361         comparison.
7362         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
7363         
7364         * sparc.md: Add default case in switch.
7365
7366 2000-02-19  Richard Henderson  <rth@cygnus.com>
7367
7368         * c-typeck.c (add_pending_init): Don't abort for multiple
7369         fields at the same offset.
7370         (pending_init_member): Test the correct member.
7371
7372 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
7373
7374         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
7375         instead of SImode.
7376         (start_catch_handler) : Same.
7377
7378 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
7379
7380         * Makefile.in: Have flow.o depend on $(EXPR_H)
7381
7382 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7383
7384         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
7385         * c-decl.c (duplicate_decls, finish_enum): Likewise.
7386         (finish_decl): Remove -Wlarger-than code from here.
7387         * flags.h (id_clash_len): Now int.
7388         (larger_than_size): Now HOST_WIDE_INT.
7389         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
7390         Clean up checking to see if in table.
7391         (make_bit_field_ref): Remove extra parm to bitsize_int.
7392         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
7393         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
7394         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
7395         and for computing size of decl.
7396         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
7397         Move -Wlarger-than code to here.
7398         (layout_record): Remove extra arg to bitsize_int.
7399         Set TYPE_BINFO_SIZE_UNIT.
7400         (layout_union): Remove extra arg to bitsize_int.
7401         Use proper type for size of QUAL_UNION.
7402         (layout_type): Remove extra arg to bitsize_int.
7403         * toplev.c (id_clash_len): Now int.
7404         (larger_than_size): Now HOST_WIDE_INT.
7405         (decode_W_option): Clean up id-clash and larger-than- cases.
7406         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
7407         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
7408         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
7409         (struct tree_decl): New field size_unit.
7410         (size_int_wide): No HIGH operand; NUMBER is now signed.
7411         (size_int_2): Deleted.
7412         (size_int, bitsize_int): Don't use it and rework args.
7413         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
7414
7415 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
7416
7417         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
7418
7419 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
7420
7421         * invoke.texi (Warning Options): Add an explanation of why
7422         you might want the -Wfloat-equal flag.
7423
7424 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7425
7426         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
7427         * cppinit.c (new_pending_define): Add cast to avoid warning.
7428         * expmed.c (extract_bit_field): Likewise.
7429         * flow.c (enum reorder_skip_type): New type.
7430         (skip_insns_between_blcok): New it.
7431         Rework to avoid warning about possibly undefined variable.
7432         * function.c (assign_parms): Make thisparm_boundary unsigned.
7433         * genrecog.c (write_switch): Cast XWINT result to int.
7434         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
7435         * mips-tfile.c (init_file): Make two versions of FDR intializer:
7436         one for MIPS and one for Alpha.
7437         (get_tag, copy_object): Add casts to avoid warnings.
7438         * optabs.c (init_one_libfunc): Cast NAME to (char *).
7439         * reload.c (find_reloads): Make TYPE enum reload_type.
7440         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
7441         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
7442         * varasm.c (compare_constant_1): Add cast to avoid warning.
7443         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
7444         to (char *).
7445         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
7446         Cast switch operand of size to int.
7447         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
7448         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
7449         in unhandled case.
7450
7451 2000-02-18  Nick Clifton  <nickc@cygnus.com>
7452
7453         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
7454         anything for an alignment of zero.
7455
7456         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
7457         anything for an alignment of zero.
7458
7459 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
7460
7461         * gcc.texi (Bug Reporting): Refer to bugs.html.
7462         (Bug Lists): Likewise.
7463         * system.h (GCCBUGURL): New preprocessor define.
7464         * rtl.c (fancy_abort): Use it.
7465         * gcc.c (main): Likewise.
7466
7467 2000-02-18  Richard Henderson  <rth@cygnus.com>
7468
7469         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
7470         (life_analysis_1): Subsume into ...
7471         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
7472         Use update_life_info for the relaxation.
7473         (update_life_info): Update REG_BASIC_BLOCK for registers live on
7474         entry and regs_live_at_setjmp.
7475         (set_noop_p): Simplify.
7476         (notice_stack_pointer_modification_1): Renamed from s/_1//.
7477         (record_volatile_insns): Split into ...
7478         (delete_noop_moves): ... here,
7479         (notice_stack_pointer_modification): ... here,
7480         (insn_dead_p): ... and here.
7481         (propagate_block): Don't query INSN_VOLATILE.
7482         (mark_used_regs): Mind !PROP_REG_INFO.
7483         * toplev.c (rest_of_compilation): Call mark_constant_function here,
7484         not in life_analysis.
7485
7486 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
7487
7488         * loop.c (canonicalize_condition): New function,
7489         broken out of get_condition.
7490         (get_condition): Use it.
7491         * expr.h (canonicalize_condition): Prototype it.
7492
7493         * tree.h (tree_int_cst_msb): Declare.
7494         * tree.c (tree_int_cst_msb): New function.
7495
7496 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
7497
7498         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
7499         isn't set.
7500
7501         * invoke.texi (-fmessage-length=n): Document.
7502
7503 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
7504
7505         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
7506
7507 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
7508
7509         * function.c (thread_prologue_and_epilogue_insns): Put a line note
7510         after the prologue.
7511
7512 2000-02-17  Nick Clifton  <nickc@cygnus.com>
7513
7514         * config/arm/thumb.c: Replace includes of system headers with
7515         #include "system.h".
7516
7517 2000-02-16  Richard Henderson  <rth@cygnus.com>
7518
7519         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
7520         Add crtbeginS.o and crtendS.o.
7521         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
7522         (ENDFILE_SPEC): Use crtendS.o.
7523         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
7524
7525         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
7526         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
7527         shared and present.
7528         (__dso_handle): New variable.
7529         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
7530         bias to __CTOR_END__.
7531         
7532 2000-02-16  Richard Henderson  <rth@cygnus.com>
7533
7534         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
7535
7536 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
7537
7538         * longlong.h (__clz_tab): Declare as static to match definition.
7539
7540 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
7541         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
7542         (XREF_FILE_NAME): Define.
7543
7544         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
7545         (EH_FRAME_SECTION_ASM_OP): Define.
7546         (IDENT_ASM_OP): Define.
7547         (TEXT_SECTION_ASM_OP): Define.
7548         (CPP_SPEC): Define.
7549         (CTORS_SECTION_ASM_OP): Define.
7550         (CTOR_SECTION_FUNCTION): Use it.
7551         (DTORS_SECTION_ASM_OP): Define.
7552         (DTOR_SECTION_FUNCTION): Use it.
7553
7554 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
7555
7556         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
7557         NOTE_BASIC_BLOCK.
7558
7559         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
7560         debug_bb_n): New functions.
7561         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
7562         * basic-block.h: Prototype new functions.
7563
7564 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
7565
7566         * configure.in: Add support for avr target.
7567         * configure: Rebuilt.
7568
7569         * invoke.texi: Add AVR invocation docs.
7570         * install.texi: Add information about AVR.
7571         * md.texi: Add AVR constraint letters description.
7572         * extend.texi: Add description for AVR specific attributes.
7573
7574 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
7575
7576         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
7577
7578 2000-02-16  Nick Clifton  <nickc@cygnus.com>
7579
7580         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
7581         (make_insn_raw): Move RTL check here.
7582
7583 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7584
7585         * version.c: Include gansidecl.h and version.h.
7586
7587         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
7588         
7589         * configure.in (gcc_version): When setting, narrow search to
7590         lines containing `version_string'.
7591
7592         * Makefile.in (mainversion): Likewise. 
7593         (GCC_H): New variable.
7594         (gcc.h): Delete target.
7595         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
7596         (version.o): Depend on version.h.
7597         (dbxout.o): Don't depend on gcc.h.
7598
7599 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
7600                           Michael Meissner  <meissner@cygnus.com>
7601
7602         * md.texi (Simple Constraints): Add item about whitespace.
7603         * genoutput.c (strip_whitespace): New.
7604         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
7605         strip_whitespace for constraints.
7606         Test pointer using NULL, not 0.
7607
7608 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7609
7610         * cpplib.c (do_line): Pedwarn for #line > 32767.
7611
7612         * c-lex.c (readescape): Warn about '\x', but do not reject it.
7613
7614 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
7615
7616         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
7617         to default cpp spec.
7618         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
7619         * cpp.texi: Document __GNUC_PATCHLEVEL__.
7620         * cpp.1: Likewise.
7621
7622         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
7623         default spec.
7624
7625 2000-02-15  Denis Chertykov  <denisc@overta.ru>
7626
7627         * configure.in: Add support for avr target.
7628
7629 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7630
7631         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
7632         (sh_addr_diff_vec_mode): Don't declare.
7633         * sh.c (sh_addr_diff_vec_mode): Delete.
7634
7635 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7636
7637         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
7638
7639 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7640
7641         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
7642         (smulsi3_highpart_i): Name.
7643         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
7644         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
7645         (smulsi3_highpart, umulsi3_highpart): Likewise.
7646
7647         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
7648         correctly independent of endianness.
7649         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
7650         confuse the optimizers.
7651         (mulsidi3+1, umulsidi3+1): New define_split.
7652
7653 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
7654
7655         * config/sh/sh.md: Guard insn splits against illegal registers.
7656         * config/sh/sh.h: Correct comment about macros.
7657
7658 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7659                           Andrew MacLeod  <amacleod@cygnus.com>
7660
7661         * Makefile.in (lcm.o): Depend on insn-attr.h.
7662         * basic-block.h (optimize_mode_switching): Declare.
7663         * lcm.c (tm_p.h, insn-attr.h): #include.
7664         (seginfo, bb_info): New structs.
7665         (antic, transp, comp, delete, insert) : New file-scope static variables.
7666         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
7667         (reg_becomes_live, optimize_mode_switching): Likewise.
7668         * tm.texi: Add description of mode switching macros.
7669         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
7670
7671         * sh-protos.h (remove_dead_before_cse): Remove prototype.
7672         (fldi_ok, fpscr_set_from_mem): New prototypes.
7673         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
7674         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
7675         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
7676         (sh_flag_remove_dead_before_cse): Remove declaration.
7677         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
7678         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
7679         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
7680         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
7681         (barrier_align): Allow for JUMP_INSNS containing a parallel.
7682         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
7683         (fldi_ok): New function.
7684         (get_fpscr_rtx): Add fpscr_rtx as GC root.
7685         (emit_sf_insn): Only generate fpu switches when optimize < 1.
7686         (emit_df_insn): Likewise.
7687         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
7688         (sh_flag_remove_dead_before_cse): Delete.
7689         (get_free_reg, fpscr_set_from_mem): New functions.
7690         * sh.md (movdf, movsf): Remove no_new_pseudos code.
7691         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
7692
7693 2000-02-15  Loren Rittle  <ljrittle@acm.org>
7694
7695         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
7696
7697 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7698
7699         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
7700         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
7701
7702         * cccp.c: Include version.h and/or don't declare `version_string'.
7703         * collect2.c: Likewise.
7704         * alpha.c: Likewise.
7705         * arm/aof.h: Likewise.
7706         * arm/coff.h: Likewise.
7707         * arm/elf.h: Likewise.
7708         * arm/pe.h: Likewise.
7709         * arm/tcoff.h: Likewise.
7710         * arm/telf.h: Likewise.
7711         * arm/tpe.h: Likewise.
7712         * arm/vxarm.h: Likewise.
7713         * convex/convex.c: Likewise.
7714         * i386/dgux.c: Likewise.
7715         * i386/sun386.h: Likewise.
7716         * m88k/m88k.c: Likewise.
7717         * mcore/mcore-pe.h: Likewise.
7718         * mips/mips.h: Likewise.
7719         * romp/romp.h: Likewise.
7720         * sh/sh.c: Likewise.
7721         * cpphash.c: Likewise.
7722         * cppinit.c: Likewise.
7723         * dwarf2out.c: Likewise.
7724         * dwarfout.c: Likewise.
7725         * gcc.c: Likewise.
7726         * gcc.h: Likewise.
7727         * mips-tfile.c: Likewise.
7728         * protoize.c: Likewise.
7729         * toplev.c: Likewise.
7730         * tree.h: Likewise.
7731         
7732         * version.c (version_string): Constify a char*.
7733
7734         * version.h: New file.
7735
7736 2000-02-14  Nick Clifton  <nickc@cygnus.com>
7737
7738         * configure.in: Add mcore-elf and mcore-pe targets.
7739         * configure: Regenerate.
7740
7741         * NEWS: Add note that MCore port has been contributed.
7742
7743         * invoke.texi: Document command line switches for MCore port.
7744         * install.texi: Add MCore to list of supported targets.
7745
7746 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
7747
7748         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
7749         then we will need to import the frame handling functions.
7750         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
7751         to import the frames themselves.
7752
7753 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
7754                           Jason Eckhardt  <jle@cygnus.com>
7755
7756         * basic_block.h: Added prototype for reorder_basic_blocks.
7757         * toplev.c: Changes to add -freorder-blocks and graph dump after
7758         block reordering is done.
7759         * flow.c (reorder_block_def): New structure for use during block
7760         reordering.
7761         (REORDER_BLOCK_*): New macros to access members of above structure.
7762         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
7763         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
7764         functions for block reordering.
7765
7766 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
7767
7768         * gcc.texi (Passes): Fix typo.
7769         * md.texi (Standard Names): Ditto.
7770         * tm.texi (Storage Layout): Ditto.
7771
7772 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
7773
7774         * cpplib.c (do_define): Only free the old definition if it
7775         actually had one.
7776
7777 2000-02-13   Neil Booth  <NeilB@earthling.net>
7778
7779         * cppfiles.c (read_and_prescan): When emitting deferred
7780         newlines, test speccase[] again instead of checking each
7781         possible whitespace character in turn.  When we encounter \r,
7782         look behind for \n first, then ahead.
7783
7784 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
7785
7786         * cse.c (cse_altered): New internal flag.
7787         (cse_insn): Set it if we changed an insn.
7788         (cse_main): Clear cse_altered before each basic block.
7789         Only garbage collect if cse_altered is true afterward.
7790
7791 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7792
7793         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
7794
7795 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
7796
7797         * combine.c (simplify_comparison): Fix typo.
7798
7799 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
7800
7801         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
7802         consistently.
7803
7804 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7805
7806         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
7807         previously inserted node instead of root node.  Caller changed.
7808
7809 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7810
7811         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
7812
7813 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7814
7815         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
7816         __dereg_frame_dtor): Add prototype argument.
7817
7818         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
7819
7820         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
7821
7822         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
7823
7824         * gthr-vxworks.h (__gthread_once): Likewise.
7825
7826         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
7827
7828 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
7829
7830         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
7831         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
7832         stack pointer in functions w/o saved registers, output LEAVE more often
7833         on TARGET_USE_LEAVE machines.
7834
7835 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
7836
7837         * config/arm/arm.c (arm_init_cumulative_args); New function:
7838         Initlaise the CUMULATIE_ARGS strcuture for a function
7839         defintion. 
7840         (arm_function_arg): New function: Determine where to place a
7841         function's argument.  Also handles deciding the function's
7842         call cookie.
7843         (current_file_function_operand): New function: Return true if
7844         the symbol is a function which has already been compiled.
7845         (arm_is_long_call_p): New function: Return true if the
7846         indicated function should be called via a long call.
7847         (arm_valid_type_attribute_p): New function: Return true if the
7848         attribute is a valid, arm specific, attribute.
7849         (arm_comp_type_attribute): New function: Return true if the
7850         two types have compatable, arm specific, attributes.
7851
7852         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
7853         structure.
7854         (FUNCTION_ARG): Redefine to call arm_function_arg.
7855         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
7856         structure field.
7857         (INIT_CUMULATIVE_ARGS): Redefine to call
7858         arm_init_cumulative_args.
7859         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
7860         field. 
7861         (SETUP_INCOMING_VARARGS): Redefine to use correct structure 
7862         field. 
7863         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
7864         functions.
7865         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
7866         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
7867         (COMP_TYPE_ATTRIBUTES): Define.
7868
7869         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
7870         if a long call is needed.
7871         (call_value): Call arm_is_long_call_p to decide if a long call
7872         is needed.
7873         (call_symbol): Call arm_is_long_call_p to decide if a long call
7874         is needed.
7875
7876         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
7877
7878 2000-02-11  Denis Chertykov  <denisc@overta.ru>
7879
7880         * README.AVR: New file with information about the avr ports.
7881         * config/avr: New directory with avr port files.
7882
7883 2000-02-11  Andreas Jaeger  <aj@suse.de>
7884
7885         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
7886
7887 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
7888
7889         * cpphash.c: Fix formatting, update commentary.
7890         (dump_definition): Take three separate arguments instead of a
7891         MACRODEF structure argument.
7892         * cpphash.h: Update prototype of dump_definition.
7893         * cppinit.c (cpp_finish): Update call of dump_definition.
7894
7895         * cpplib.c (do_define): Always create new hash entry with
7896         T_MACRO type.  Remove redundant check for redefinition of
7897         poisoned identifier.  Update call of dump_definition.
7898         (do_undef): Don't call check_macro_name.  Rename sym_length to
7899         len.
7900         (do_error, do_warning): Don't use copy_rest_of_line or
7901         SKIP_WHITE_SPACE.
7902         (do_warning): Don't use pedwarn for the actual warning,
7903         only the notice about its not being in the standard.  (Fixes
7904         bug with #warning in system headers.)
7905         (do_ident): Stricter argument checking - accept only a single
7906         string after #ident.  Also, macro-expand the line.
7907         (do_xifdef): Use cpp_defined.  De-obfuscate.
7908
7909         (do_pragma): Split out specific pragma handling to separate
7910         functions.  Use get_directive_token.  Update commentary.  Do
7911         not pass on #pragma once or #pragma poison to the front end.
7912         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
7913         do_pragma_default): New.
7914
7915 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
7916
7917         * jump.c (jump_optimize_1): The first operand in a relational
7918         can be a CONST_INT.
7919         * optabs.c (emit_conditional_move): Handle relationals which
7920         have a known true/false result.
7921
7922 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
7923
7924         * function.c (thread_prologue_and_epilogue_insns): Don't insert
7925         a RETURN insn into a block which already ends with a jump.
7926
7927 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
7928
7929         * haifa-sched.c (BUF_LEN): Increase a lot.
7930
7931 2000-02-11  Nick Clifton  <nickc@cygnus.com>
7932
7933         * configure.in: Add tm_p_file specification for thumb targets.
7934         * configure: Regenerate.
7935
7936         * config/arm/thumb-protos.h: New file: Prototypes for exported
7937         functions defined in thumb.c.
7938
7939 2000-02-11  Robert Lipe  <robertl@sco.com>
7940
7941         * Makefile.in (bootstrap-lean): Remove additional files.
7942         (bootstrap2-lean): Likewise.
7943         (VOL_FILES): List of files for above.
7944
7945 2000-02-11  Nathan Sidwell  <nathan@acm.org>
7946
7947         * cpphash.c (special_symbol): Remove spurious argument to
7948         cpp_lookup.
7949
7950 2000-02-11  Joel Sherrill (joel@OARcorp.com>
7951
7952         * configure.in: (i*86-*-rtems*): Swapped elf and coff
7953         stanzas.
7954         * configure: Rebuilt.
7955
7956 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
7957         
7958         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
7959
7960 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
7961
7962         * pa.c, pa.h: Remove trigraph sequences within comments.
7963
7964 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
7965
7966         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
7967
7968 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
7969
7970         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
7971
7972 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7973         
7974         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
7975
7976 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7977
7978         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
7979         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
7980         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
7981         (ASM_FILE_END): Use c4x_file_end.
7982         * config/c4x/c4x.c (c4x_global_label): New function.
7983         (c4x_external_ref, c4x_file_end): Likewise.
7984
7985         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
7986         (c4x_external_ref, c4x_end_file): Likewise.
7987
7988 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
7989
7990         * cppexp.c: Don't include cpphash.h.
7991         (parse_charconst, cpp_lex): Use cpp_defined.
7992         (cpp_lex): Use get_directive_token throughout.  Remove
7993         unnecessary cases from switch.  Move assertion-handling code
7994         down to OTHER case.
7995         (cpp_parse_expr): If we see '+' or '-', check the context to
7996         determine if they are unary or binary operators.  Streamline
7997         the jumps a bit.  Do not call skip_rest_of_line.
7998
7999         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
8000         static.  Export get_directive_token.  Update commentary.
8001         (cpp_defined): New function.
8002         (do_define): Remove reference to T_PCSTRING.  Call
8003         free_definition to release memory for old definition, when
8004         redefining a macro.
8005         (eval_if_expression): Set only_seen_white to 0 before calling
8006         cpp_parse_expr.  Call skip_rest_of_line after it returns.
8007         (cpp_read_check_assertion): Don't preserve a pointer into the
8008         token buffer across a call to cpp_get_token.
8009
8010         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
8011         * cppfiles.c (redundant_include_p): Use cpp_defined.
8012         * cpphash.c (free_definition): New function.
8013         (delete_macro): Use it.  Update commentary.
8014         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
8015         free_definition.
8016         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
8017         from enum node_type.  Prototype cpp_defined and get_directive_token.
8018         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
8019
8020         * fix-header.c (check_macro_names): Use cpp_defined.
8021         (read_scan_file): Set inhibit_warnings and inhibit_errors in
8022         the options structure.
8023
8024 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8025
8026         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
8027
8028 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
8029
8030         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
8031         rather than die->die_tag.
8032
8033 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8034
8035         * combine.c (make_extraction, force_to_mode): Avoid warning on
8036         mixed-signedness conditionals.
8037         (make_field_assignment, nonzero_bits): Likewise.
8038         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
8039         (store_split_bit_field, extract_split_bit_field): Likewise.
8040         (extract_fixed_bit_field, store_bit_field, 
8041         * expr.c: Change alignment to be unsigned everywhere.
8042         (move_by_pieces, store_constructor_field, store_constructor): 
8043         Alignment parm is unsigned.
8044         (emit_block_move, emit_group_load, emit_group_store): Likewise.
8045         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
8046         (do_compare_rtx_and_jump): Likewise.
8047         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
8048         Compare align with GET_MODE_ALIGNMENT.
8049         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
8050         (get_inner_reference): Likewise.
8051         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
8052         (expand_assignment): Local vars for alignment now unsigned.
8053         (store_constructor, store_field, expand_expr, do_jump): Likewise.
8054         (do_compare_and_jump): Likewise.
8055         (store_field): Call new function expr_align.
8056         * expr.h (emit_block_move, emit_group_load, emit_group_store):
8057         Alignment arg now unsigned.
8058         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
8059         (do_compare_rtx_and_jump, store_bit_field): Likewise.
8060         (extract_bit_field): Likewise.
8061         * fold-const.c (add_double): Add cast to eliminate signedness warning.
8062         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
8063         (get_best_mode): Alignment arg is unsigned.
8064         * rtl.h (move_by_pieces): Likewise.
8065         * store-layout.c (maximum_field_alignment, set_alignment):
8066         Now unsigned.
8067         (layout_decl): Alignment arg is now unsigned.
8068         Remove unneeded casts.
8069         (layout_record, layout_union, layout_type): Remove unneeded casts.
8070         Local alignment variables now unsigned.
8071         (get_best_mode): Alignment arg now unsigned.
8072         * tree.c (expr_align): New function.
8073         * tree.h (expr_align): Likewise.
8074         (maximum_field_alignment, set_alignment): Now unsigned.
8075         (get_inner_reference): Alignment argument is now pointer to unsigned.
8076         * varasm.c (assemble_variable): Add cast to eliminate warning.
8077
8078 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
8079
8080         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
8081         then store directly into op0.
8082
8083         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
8084         the CALL_INSN, and emit the note immediately after it.
8085
8086 2000-02-10  Nick Clifton  <nickc@cygnus.com>
8087
8088         * config/arm/thumb.md (epilogue): Include a (return) in the
8089         generated insn, and emit it using emit_jump_insn not
8090         emit_insn. 
8091
8092 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
8093
8094         * function.c (assign_temp): Change zero-sized arrays to size 1.
8095         * integrate.c (expand_inline_function): Do not update
8096         stack_alignment_needed
8097         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
8098         add some sanity checking, remove optimization for function with
8099         zero frame size.
8100
8101 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8102
8103         * flow.c (mark_regs_live_at_end): Delete unused variables.
8104
8105         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
8106
8107         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
8108         in macro FRAME_GROWS_DOWNWARD.
8109
8110         * stmt.c (expand_end_bindings): Delete unused variable.
8111
8112         * unroll.c (iteration_info): Mark parameter `loop' with
8113         ATTRIBUTE_UNUSED.
8114
8115 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8116
8117         * fixinc/server.c (load_data): Return NULL if the marker line is
8118         not found.
8119         (run_shell): If load_data returns NULL, retry the command once, in
8120         a new shell.
8121
8122         * configure: Rebuilt.
8123
8124 2000-02-09  Bruce Korb  <bkorb@gnu.org>
8125
8126         * gcc/fixincludes:  ** DELETED **
8127         * gcc/fixcpp:  ** DELETED **
8128         * gcc/fixinc-nt.sed:  ** DELETED **
8129         * gcc/just-fixinc:  ** DELETED **
8130         * gcc/Makefile.in:  Removed out-dated commentary
8131         * gcc/configure.in: Removed fast-fixincludes disablement.
8132         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
8133
8134 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8135         * function.c (thread_prologue_and_epilogue_insns): Uncomment
8136         last change.
8137
8138 2000-02-09  Richard Henderson  <rth@cygnus.com>
8139
8140         * jump.c (delete_insn): Don't delete user labels at -O0.
8141
8142 2000-02-09  Robert Lipe  <robertl@sco.com>
8143
8144         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
8145         Don't link with HOST_LIBS. 
8146
8147 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8148
8149         * configure.in: Correct --help text for --with-dwarf2.
8150         Put tm-dwarf2.h after other tm files, if it's requested.
8151         * configure: Regenerate.
8152         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
8153         defining it.
8154
8155 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8156
8157         * cpplib.h: Provide HASHNODE typedef and forward decl of
8158         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
8159         DEFINITION, struct hashnode, struct macrodef, struct
8160         definition, scan_decls prototype, default defn of
8161         INCLUDE_LEN_FUDGE moved elsewhere.
8162
8163         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
8164         definition, and struct hashnode moved here. Remove the unused
8165         'predefined' field from struct definition.  Replace the 'args'
8166         union with its sole member.  All users updated (cpphash.c).
8167         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
8168         multiple include guard.
8169
8170         * cpphash.c (hashf): Make static; use better algorithm; drop
8171         HASHSIZE parameter; return an unsigned int.
8172         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
8173         used. Calculate HASHSIZE modulus here.
8174         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
8175         here.
8176         (create_definition): Drop PREDEFINITION parameter.
8177         * cpplib.c (do_define): Don't calculate a hash value here.
8178         Don't pass (keyword == NULL) to create_definition.
8179
8180         * scan.h: Prototype scan_decls here.
8181         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
8182         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
8183         callers of cpp_lookup and cpp_install updated.
8184         
8185         * cpphash.c (macarg): Hoist all the flag diddling out of the
8186         function...
8187         (macroexpand): ... and out of the loop that calls macarg.
8188         Skip over the initial paren before macro arguments with
8189         cpp_get_non_space_token; point may be some distance before
8190         that paren.  Abort if it's not there.
8191
8192         * cpplib.c (parse_clear_mark): Delete function.
8193         (parse_set_mark, parse_goto_mark): Make static.
8194         (ACTIVE_MARK_P): New macro.
8195         (skip_block_comment, skip_line_comment): Do not bump the line
8196         if ACTIVE_MARK_P is true.
8197         (cpp_pop_buffer): The buffer to be popped may not have an
8198         active mark.
8199         (cpp_get_token): When looking for the initial paren before
8200         macro arguments, only set a mark in a file buffer, Always
8201         return to that mark before proceeding to call macroexpand or
8202         return a NAME token.
8203
8204         * cpplib.h: Remove prototypes of parse_set_mark,
8205         parse_clear_mark, parse_goto_mark.
8206         (struct cpp_options): Rename 'put_out_comments' to
8207         'discard_comments' and invert its sense.
8208         * cppinit.c, cpphash.c, cpplib.c: All users of
8209         put_out_comments changed to use discard_comments, with
8210         opposite sense.
8211
8212 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8213
8214         * function.c (thread_prologue_and_epilogue_insns): Don't delete
8215         the edge from a block that both jumps and falls through to the
8216         fallthru block.
8217
8218 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
8219
8220         * config/arm/arm.md (movsi): In PIC mode, make sure that a
8221         constant source address is legitimate.
8222
8223 2000-02-09  Philip Blundell  <pb@futuretv.com>
8224
8225         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
8226         correctly.
8227
8228         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
8229         generating PIC.
8230         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
8231
8232 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8233
8234         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
8235         ends with a newline and a NUL.  Don't be so clever manipulating
8236         strings.
8237
8238 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
8239
8240         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
8241         not to BIGGEST_ALIGNMENT.
8242
8243 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
8244
8245         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
8246         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
8247         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
8248         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
8249         * frame.c (execute_cfa_insn): Handle 
8250         DW_CFA_GNU_negative_offset_extended.
8251
8252 2000-02-08  Richard Henderson  <rth@cygnus.com>
8253
8254         * flow.c (tidy_fallthru_edges): Split out from ...
8255         (delete_unreachable_blocks): ... here.
8256         (find_basic_blocks): Use it.
8257
8258 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8259
8260         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
8261
8262 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
8263
8264         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
8265         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
8266         (fix-header.o): Don't depend on cpphash.h.
8267
8268         * scan.c (hashstr): New function. 
8269         * scan.h: Prototype it.
8270         * fix-header.c: Don't include cpphash.h.  Use hashstr.  
8271         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
8272         hashstr.  Report hash table statistics.  Add private     
8273         definition of xrealloc.
8274
8275 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8276
8277         * i386.h (TARGET_SWITCHES): Fix typo in option name.
8278
8279 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
8280
8281         * function.c (thread_prologue_and_epilogue_insns): Don't replace
8282         jumps with returns unless they are jumps to the fallthru block.
8283
8284 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
8285
8286         * i386.md (addqi3_cc): Fix contraints.
8287
8288 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8289
8290         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
8291
8292 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
8293
8294         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
8295         carriage return after a macro name.
8296
8297 2000-02-07  Fred Fish  <fnf@be.com>
8298
8299         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
8300         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
8301
8302 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
8303
8304         * cppfiles.c (deps_output): Count spacers in deps_column.
8305
8306 2000-02-07  Neil Booth  <NeilB@earthling.net>
8307
8308         * cppinit.c (initialize_dependency_output): If there is no
8309         suffix, don't try to look for known suffixes.  Use strrchr.
8310         (cpp_start_read): Remove duplicate initialization.
8311
8312 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
8313
8314         * calls.c (compute_argument_block_size): New argument
8315         preferred_stack_boundary.
8316         (expand_call): update cfun->preferred_stack_boundary, update call of
8317         compute_argument_block_size
8318         (emit_library_call): Increate cfun->preferred_stack_boundary
8319         to PREFERRED_STACK_BOUNDARY
8320         (emit_library_call_value): Likewise.
8321         * explow.c (allocate_dynamic_stack_spave): Likewise.
8322         * function.c (prepare_function_start): Set
8323         cfun->preferred_stack_boundary
8324         * function.h (struct function): Add preferred_stack_boundary field.
8325         * integrate.c (expand_inline_function): Update
8326         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
8327         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
8328         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
8329
8330 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
8331
8332         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
8333         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
8334         cpp_pedwarn, cpp_pedwarn_with_line,
8335         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
8336         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
8337         v_cpp_error_with_line, v_cpp_warning_with_line,
8338         cpp_message_from_errno, cpp_perror_with_name): Delete.
8339
8340         * cpperror.c (cpp_print_containing_files): Take starting
8341         buffer as argument.
8342         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
8343         (v_cpp_message): Now called directly by all entry points.
8344         Remove -1 case.
8345         (cpp_pfatal_with_name, cpp_message): Delete.
8346         (cpp_notice_from_errno, cpp_ice): New functions.
8347         (cpp_notice): Is now for reporting error conditions, just
8348         without an associated file.
8349         (cpp_error, cpp_error_with_line): Don't do anything if
8350         opts->inhibit_errors is on.
8351         (cpp_pedwarn_with_file_and_line): Take column argument also.
8352
8353         * cpplib.h: Update prototypes of exported functions.
8354         (struct cpp_options): Add inhibit_errors.
8355
8356         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
8357         non-error messages.  Include intl.h.
8358
8359         * cppinit.c, cppmain.c: Likewise.  Also, use
8360         cpp_notice_from_errno instead of cpp_perror_with_name or
8361         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
8362
8363         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
8364         report internal errors.
8365
8366         * cpplib.c (do_define): Switch bcopy to memcpy.
8367         Give cpp_pedwarn_with_file_and_line a dummy column argument.
8368
8369         * cpplib.c (copy_rest_of_line): Revert previous change: don't
8370         bail out early if we hit a line comment.
8371
8372 2000-02-06  Richard Henderson  <rth@cygnus.com>
8373
8374         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
8375         * basic-block.h: Declare them.
8376         * emit-rtl.h (active_insn_p): New.
8377         (next_active_insn, prev_active_insn): Use it.
8378         * rtl.h: Declare it.
8379         * function.c (emit_return_into_block): New.
8380         (thread_prologue_and_epilogue_insns): Insert return insns instead
8381         of epilogues when possible.
8382         * jump.c (jump_optimize_1): Remove code to insert a return insn
8383         on the fallthru to the exit block.
8384
8385         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
8386         and for non-empty stack frames.
8387         * i386.md (return): Expand to return-pop as needed.
8388
8389 2000-02-06  Richard Henderson  <rth@cygnus.com>
8390
8391         * simplify-rtx.c (simplify_relational_operation): Canonicalize
8392         constant to op1 for testing.
8393
8394 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8395
8396         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
8397         (fixuns_truncqfqi2): Use it.
8398
8399 2000-02-06  Richard Henderson  <rth@cygnus.com>
8400
8401         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
8402         as a TYPE_LEA insn.
8403
8404         * i386.md (widening and peepholes): Mask the constant instead of
8405         using gen_lowpart.
8406
8407 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
8408
8409         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
8410         input pointer before possibly branching off to the backslash
8411         code.
8412         * cpphash.c (macroexpand): Correctly delete \r escapes when
8413         stringifying parameters.
8414         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
8415         if we can; bail out early if we hit a line comment.
8416         (handle_directive): Treat '# 123' in an .S file just like
8417         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
8418         Return 1 for '# not_a_directive'.
8419         (get_directive_token): Pop macro buffers here, so that
8420         cpp_get_token can't sneakily move past a newline.
8421         Add sanity checks. 
8422         (cpp_get_token): goto randomchar if handle_directive returns 0.
8423
8424         * cppalloc.c: Update copyright.
8425         * cpplib.c: Merge all the static function prototypes into one
8426         block.
8427         * cpplib.h: Remove #if 0 block.
8428
8429         * cpperror.c: Remove #ifdef EMACS block.
8430         * cppmain.c: Likewise.
8431         * cpphash.c: Remove #if 0 blocks.
8432         * cppinit.c: Remove #if 0 blocks, and the -lint option.
8433         * cpplib.c: Remove #if 0 blocks and code referencing
8434         pcp_inside_if or for_lint.  Remove duplicate error message.
8435         Fix error messages for #else after #else or #elif.  Reformat.
8436         Remove archaic TODO list.
8437         * cpplib.h: Remove pcp_inside_if and for_lint flags.
8438
8439 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
8440
8441         * i386/osf1elf.h: Add missing backslash to multiline string.
8442
8443 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8444
8445         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
8446
8447 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8448
8449         * Makefile.in (c-common.o): Depend on $(EXPR_H).
8450
8451         * c-common.c: Include expr.h.
8452
8453         * c-pragma.c (mark_align_stack): Add prototype.
8454
8455         * caller-save.c (add_stored_regs): Likewise.
8456
8457         * combine.c (record_promoted_value): Likewise.
8458
8459         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
8460         Likewise.
8461
8462         * cppinit.c (new_pending_define): Likewise.
8463
8464         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
8465
8466         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
8467         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
8468         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
8469         class_scope_p): Likewise.
8470
8471         * dwarf2out.h (dwarf2out_set_demangle_name_func,
8472         dwarf2out_add_library_unit_info): Likewise.
8473
8474         * ggc.h (ggc_page_print_statistics): Likewise.
8475
8476         * haifa-sched.c (propagate_deps): Likewise.
8477
8478         * reg-stack.c (next_flags_user, record_label_references): Likewise.
8479
8480         * rtl.h (set_stack_check_libfunc): Likewise.
8481
8482         * toplev.h (set_fatal_function): Likewise.
8483
8484         * toplev.c (set_fatal_function): Delete prototype.
8485         
8486         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
8487         
8488 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
8489
8490         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
8491         (FUNC_END): Likewise.
8492
8493 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8494
8495         * caller-save.c: Include tm_p.h.
8496
8497 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8498
8499         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
8500
8501 2000-02-04  Neil Booth  <NeilB@earthling.net>
8502
8503         * cccp.c (main): Check 'dir' for a NULL pointer before passing
8504         it to strcmp.
8505
8506 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
8507
8508         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
8509         * genflags.c: Use the max_operand_1 logic from genemit.c to
8510         calculate how many arguments gen_insn prototypes have.  Remove
8511         NO_MD_PROTOTYPES ifdefs from the generated file.
8512         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
8513         file.  Cast gen_insn initializers to insn_gen_fn.
8514         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
8515         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
8516
8517 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8518
8519         * fixinc/Makefile.in (HDR): Add machname.h.
8520         (clean): Likewise.
8521
8522 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8523
8524         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
8525         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
8526         (c4x_cpu_version): Ditto.
8527         * config/c4x/c4x-protos.h: ... here.
8528
8529 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
8530
8531         * dwarf2out.c (add_abstract_origin_attribute): Don't call
8532         gen_abstract_function on our context if we're a nested function.
8533
8534 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8535
8536         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
8537         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
8538
8539 2000-02-04  Bruce Korb  <bkorb@gnu.org>
8540
8541         * fixinc/genfixes(machname.h):
8542         Move the functionality from gen-machine.h into this file.
8543         UNdef MN_NAME_PAT if there are no names to change.
8544         Also, be a little kinder when AutoGen is not present.
8545
8546         * fixinc/Makefile.in(machname.h):
8547         Change the generation rule to use genfixes.
8548
8549         * fixinc/fixfixes.c(machine_name):
8550         machine_name_fix's functionality now dependent upon whether
8551         MN_NAME_PAT is defined.
8552
8553         * fixinc/fixtests.c(machine_name):
8554         ditto.
8555
8556         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
8557         of MN_NAME_PAT.
8558
8559         * fixinc/fixlib.h(mn_get_regexps):
8560         ditto
8561
8562         * fixinc/gen-machine.h: DELETED
8563
8564 2000-02-04  Jan Hubicka  <jh@suse.cz>
8565             Richard Henderson  <rth@cygnus.com>
8566
8567         * i386.c (SAVE_REGS_FIRST): Remove.
8568         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
8569         (ix86_compute_frame_size): Likewise.
8570         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
8571         (ix86_emit_restore_regs): Remove.
8572         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
8573         when a frame pointer is in use.
8574         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
8575         instead of pop to restore a register when profitable; emit leave
8576         when profitable.
8577         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
8578         as a TYPE_LEA insn.
8579         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
8580         * i386.md (prologue_allocate_stack): Remove.
8581         (epilogue_deallocate_stack): Remove.
8582         (pro_epilogue_adjust_stack): New.
8583
8584 2000-02-04  Richard Henderson  <rth@cygnus.com>
8585
8586         * function.c (diddle_return_value): Rework to use a callback function.
8587         Use current_function_return_rtx if it's been set up.
8588         (do_clobber_return_reg, clobber_return_register): New.
8589         (do_use_return_reg, use_return_register): New.
8590         (expand_function_end): Use them.
8591         * stmt.c (expand_null_return): Likewise.
8592         * function.h: Declare them.
8593         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
8594         (mark_reg): Change arguments as appropriate for callback.
8595         * integrate.c (expand_inline_function): Revert 19 Jan change.
8596
8597 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8598
8599         * tm.texi (Values in Registers): Fix typo: "fo" "for".
8600         (Misc): Say the scheduler, not the Haifa scheduler.
8601
8602 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
8603
8604         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
8605         when in_mem is set.  Update all callers.
8606
8607 2000-02-04  Richard Henderson  <rth@cygnus.com>
8608
8609         * i386/openbsd.h (INT_ASM_OP): Define.
8610
8611 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8612
8613         * tm.texi: Fix various typos.
8614
8615 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
8616
8617         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
8618         (MD_STARTFILE_PREFIX_1): New macro.
8619
8620 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
8621
8622         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
8623         destination when needed.
8624         (strmovsi, strsetsi): New expander.
8625         (strmovsi_1, strsetsi_1): New pattern.
8626         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
8627         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
8628         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
8629         * invoke.texi (align-stringops, inline-all-stringops): Document.
8630
8631 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
8632
8633         * i386/netbsd.h (INT_ASM_OP): Define.
8634
8635 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
8636
8637         * cpplib.h (cpp_reader): Add new flag, no_directives.
8638         * cpphash.c (macarg): Set it.
8639         * cpplib.c (handle_directive): If no_directives is on and we
8640         find a directive, issue an error and discard the line.
8641
8642 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
8643
8644         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
8645         FP constants.  Add ! TARGET_FPU check for FP constants.
8646
8647 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
8648         
8649         * flow.c (find_basic_blocks): Don't kill label_value_list
8650         here.
8651         (cleanup_cfg): Kill it here.
8652
8653 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8654
8655         * expr.c (store_field): Ensure ALIGN is no stricter than the
8656         alignment of EXP.
8657
8658 2000-02-02  Richard Henderson  <rth@cygnus.com>
8659
8660         * jump.c (delete_insn): Partially revert 19 Jan change; 
8661         don't convert unused code labels to notes at -O0.
8662
8663 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8664
8665         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
8666         split_all_insns to recreate REG_LABEL notes for flow2 pass.
8667
8668 2000-02-01  Richard Henderson  <rth@cygnus.com>
8669
8670         * i386.c (general_no_elim_operand): New.
8671         (nonmemory_no_elim_operand): New.
8672         (ix86_expand_move): Copy eliminable operands before a push.
8673         * i386-protos.h: Declare new functions.
8674         * i386.h (CAN_ELIMINATE): Simplify.
8675         (PREDICATE_CODES): Update.
8676         * i386.md (push insns): Don't allow eliminable register operands.
8677
8678 2000-02-01  Richard Henderson  <rth@cygnus.com>
8679
8680         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
8681         replace BLKmode with DECL_RTL's mode.
8682
8683 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
8684
8685         * frame.c (find_fde): Convert for loop to do-while so compiler
8686         sees it's always executed at least once.
8687         * libgcc2.c (BBINBUFSIZE): Kill.
8688         (__bb_init_prg): Use fgets.
8689         (__bb_exit_trace_func): Don't paste strings.
8690         * unroll.c (unroll_loop): Initialize unroll_type, not
8691         unroll_number, and tweak logic to match.
8692
8693         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
8694         all failure paths.
8695         (ix86_flags_dependant): Likewise.  Disentangle control flow.
8696         (ix86_sched_reorder): Break guts out to
8697         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
8698         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
8699         any possible use.
8700
8701         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
8702         use string concatenation.  Don't save and restore esi.
8703
8704         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
8705         (machname.h): Remove script to separate file.  Use two-step
8706         sequence so target is not created if script fails.
8707         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
8708         identifiers are defined.
8709         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
8710         an empty string, machine_name doesn't need to do anything at
8711         all.
8712         (is_cxx_header): Add more cases to regexp.
8713         * fixinc/fixlib.h: Update prototype.
8714         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
8715         mn_get_regexps.
8716         * fixinc/fixincl.c: Define NO_BOGOSITY.
8717
8718         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
8719         (hp_sysfile): Add missing comma.
8720         (math_exception): Put the wrapper ifdefs at the beginning and
8721         the end of the file.
8722         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
8723
8724 2000-02-01  Richard Henderson  <rth@cygnus.com>
8725
8726         * sparc.c (fp_zero_operand): Turn into a normal predicate.
8727         Use CONST0_RTX.  Update all callers.
8728         * sparc.h, sparc-protos.h: Update accordingly.
8729         * sparc.md (fp mov insns): Use fp_zero_operand directly
8730         where applicable.
8731
8732 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8733
8734         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
8735         example.
8736
8737 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8738
8739         * Makefile.in (specs.ready): New target.
8740         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
8741
8742 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8743
8744         * fixinc.irix: Use unique filenames for writing into /tmp,
8745         * fixinc.ptx: Likewise.
8746         * fixinc.sco: Likewise.
8747         * fixinc.svr4: Likewise.
8748         * fixinc.winnt: Likewise.
8749
8750 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8751
8752         * tsystem.h: New file.
8753
8754         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
8755         s-crtS): Depend on tsystem.h.
8756
8757         * crtstuff.c: Include tsystem.h.
8758         * frame.c: Likewise.
8759         * libgcc2.c: Likewise.
8760
8761 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
8762
8763         * builtins.c (expand_builtin_memset): Expand for variable sized
8764         lengths too.
8765
8766 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au> 
8767
8768         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
8769         on ABI.
8770
8771 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8772
8773         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
8774
8775         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
8776
8777 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
8778
8779         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
8780         case 3->2 combining (combining with splitting) in which 2 is CC0
8781         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are 
8782         checked at the begining of the function with the aid of calling 
8783         function 'can_combine_p'. 
8784
8785 2000-01-31  Dave Brolley  <brolley@redhat.com>
8786
8787         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
8788
8789 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
8790
8791         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
8792         new label.
8793
8794 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8795
8796         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
8797         
8798         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
8799         PROTO -> PARAMS.
8800
8801 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
8802
8803         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
8804         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
8805         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
8806         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
8807         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
8808         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
8809         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
8810         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
8811         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
8812         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
8813         
8814         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
8815         Add %(cpp_cpu) to CPP_SPEC.
8816
8817         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
8818         Add %(cc1_cpu) to CC1_SPEC.
8819
8820 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
8821
8822         * c-decl.c (c_decode_option): Accept optional numeric argument to
8823         -Wformat and set warn_format.
8824         * c-common.c: Don't emit warning about non-constant printf format
8825         string unless warn_format > 1.
8826
8827 2000-01-30  Richard Henderson  <rth@cygnus.com>
8828
8829         * alpha.md (return_internal): Allow after reload only.
8830
8831 2000-01-30  Richard Henderson  <rth@cygnus.com>
8832
8833         * i386.c (ix86_compute_frame_size): Omit padding1 if the
8834         local frame size is zero.
8835
8836 2000-01-30  Richard Henderson  <rth@cygnus.com>
8837
8838         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
8839         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
8840         * alpha.md (return): Turn into an expander.
8841         (return_internal): Don't use $26.
8842         (epilogue): Emit the return insn.
8843
8844 2000-01-30  Richard Henderson  <rth@cygnus.com>
8845
8846         * alpha.md (negtf2, abstf2): Fix word order thinko.
8847         (extendsftf2): New.
8848         (trunctfsf2): Avoid intermediate rounding errors.
8849
8850 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
8851
8852         * cppfiles.c (find_position): Drop 'colp' argument, return the
8853         new line base.
8854         (read_and_prescan): Adjust to match.  Don't ever manipulate
8855         line or line_base except via find_position.
8856
8857 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
8858
8859         * c-parse.in: Apply Ulrich's changes from c-parse.y.
8860         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
8861         Regenerate.
8862
8863 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
8864
8865         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
8866         just print "<command line>".  If 'filename' is null or an
8867         empty string, print "<stdin>" for the filename.
8868         * cpplib.c (do_define): Don't print the 'location of the
8869         previous definition' message if we're still parsing the
8870         command line.
8871         (cpp_pedwarn_with_file_and_line): Always call
8872         cpp_file_line_for_message.
8873
8874 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
8875
8876         * flow.c (mark_regs_live_at_end): Fix typo.
8877
8878 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
8879
8880         * c-common.c: Adjust variable names, comments, help strings to c99.
8881         * c-lex.c: Likewise.
8882         * c-parse.y: Likewise.
8883         * c-tree.h: Likewise.
8884         * cccp.c: Likewise.
8885         * cpplib.h: Likewise.
8886         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
8887         * cppinit.c: Likewise.
8888
8889 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8890
8891         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
8892         * c4x.c: Define the optab rtx values.
8893         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
8894         (c4x_emit_libcall): Use new optab rtx values.
8895         (c4x_emit_libcall3): Likewise.
8896         (c4x_emit_libcall_mulhi): Likewise.
8897         * c4x-protos.h: Add prototypes for optab rtx values and change
8898         prototypes for above c4x_emit_libcall functions.
8899
8900 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8901
8902         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
8903         syntax is used.
8904         (c4x_function_prologue): Use regnames intead of float_reg_names when
8905         TI syntax is used.
8906         (c4x_function_epilogue): Likewise.
8907         (c4x_print_operand): Likewise.
8908         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
8909         * c4x.md (set_high): Disable for TARGET_TI.
8910
8911 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8912
8913         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
8914         of framepointer + constant to ADDR_REGS class.
8915         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
8916         * c4x.c (std_or_reg_operand): New function.
8917         * c4x-protos.h (std_or_reg_operand): Prototype it.
8918
8919 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8920
8921         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
8922                 object names as libgcc2.c.
8923         * libgcc.S: Use newly defined names.
8924
8925 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
8926         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
8927         function.
8928         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
8929         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
8930         (FLOW_LOOP_LAST_BLOCK): Likewise.
8931
8932 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8933
8934         * basic-block.h (struct loop): New fields 'first' and 'last'.
8935         * flow.c (flow_loops_find): Compute loop->first and loop->last.
8936         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
8937         and loop->last to check for NOTE_INSN_LOOP_END.
8938
8939 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
8940
8941         * predict.c (estimate_probability): Use the new FIRST and LAST fields
8942         of the loop descriptor rather than HEADER and LATCH. Also added
8943         missing break statements as well making some coding style modifications
8944         as suggested by Michael Hayes.
8945
8946 2000-01-28  Richard Henderson  <rth@cygnus.com>
8947
8948         * flow.c (find_basic_blocks): Remove do_cleanup argument.
8949         Break out that code ...
8950         (cleanup_cfg): ... here.
8951         (commit_one_edge_insertion): Detect a return instruction being
8952         emitted to an edge.  Emit a barrier following; clear fallthru.
8953         (commit_edge_insertions): Verify CFG consistency.
8954         * function.c (expand_function_start): Kill unused variable.
8955         (expand_function_end): Likewise.
8956         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
8957         to insert the epilogue.
8958
8959         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
8960         (delete_null_pointer_checks): Likewise.
8961         * output.h: Likewise.
8962         * reg-stack.c (reg_to_stack): Likewise.
8963         * toplev.c (rest_of_compilation): Likewise.  Run
8964         thread_prologue_and_epilogue_insns after rebuilding the CFG.
8965
8966 2000-01-28  Richard Henderson  <rth@cygnus.com>
8967
8968         * Makefile.in (flow.o): Revert 24 Jan change.
8969         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
8970         FUNCTION_VALUE result to DECL_RESULT's mode.
8971
8972         * haifa-sched.c (schedule_insns): Don't recompute reg info
8973         after reload.
8974
8975 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
8976
8977         * configure.in: Make --enable-cpplib the default.
8978         * configure: Regenerate.
8979         * gcc.dg/990119-1.c: No longer expected to fail.
8980
8981 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
8982
8983         * jump.c (jump_optimize_1): Delete an optimization that is also done
8984         by merge_blocks in flow.
8985
8986 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8987
8988         * diagnostic.c (build_message_string, output_printf,
8989         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
8990         (build_location_prefix): Fix non-literal format string.
8991
8992 2000-01-27  Richard Henderson  <rth@cygnus.com>
8993
8994         * alpha.md (trunctfsf2): New.
8995
8996 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
8997
8998         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
8999
9000 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
9001
9002         * cppinit.c (cpp_handle_option): Recognize C++ comments under
9003         -std=gnu89.
9004         * cpplib.c (skip_block_comment, skip_line_comment): Split code
9005         out of...
9006         (skip_comment) ... here.  Permit C++ comments in system
9007         headers always.  Warn about C++ comments in user code under
9008         -std=gnu89 -pedantic.
9009         (copy_comment): Use skip_comment.
9010         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
9011         return EOF.
9012         (consider_directive_while_skipping, do_else, do_endif): Call
9013         validate_else unconditionally.
9014         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
9015         text after the conditional in a system header.
9016         * cpplib.h (struct cpp_buffer): Add flag
9017         warned_cplusplus_comments.
9018
9019 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
9020
9021         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
9022         Use unshare_all_rtl_1.
9023         (unshare_all_rtl_again): New function.
9024         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
9025
9026         * function.c (purge_addressof_1): Use unshare_all_rtl_again
9027         rather than resetting the 'used' flags ourself.
9028
9029         * toplev.c (rest_of_compilation): Add current_function_decl
9030         to the unshare_all_rtl call.
9031         * tree.h: Prototype unshare_all_rtl.
9032         * rtl.h: Prototype unshare_all_rtl_again here.
9033
9034 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
9035
9036         * genoutput.c (output_prologue): Include ggc.h in generated
9037         files.
9038         * Makefile.in (insn-output.o): Depends on ggc.h.
9039
9040 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
9041             Hans-Peter Nilsson  <hp@bitrange.com>
9042
9043         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
9044         Remove redundant include of xm-ns32k.h.
9045         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
9046         Remove redundant include of xm-ns32k.h.
9047         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
9048         Remove redundant include of xm-ns32k.h.
9049         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
9050
9051         * ns32k/ns32k.h: Update comment on multiply-add instructions.
9052         (TARGET_SWITCHES): Add documentation strings.
9053         (DWARF_FRAME_REGNUM): Override default definition.
9054         (REG_CLASS_CONTENTS): Add comments.
9055         (SUBSET_P): Format to reduce line length.
9056         (SMALL_REGISTER_CLASSES): Make a run time option.
9057         (GO_IF_NONINDEXED_ADDRESS): Reformat.
9058         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
9059         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
9060         (regclass_map): fix typo in comment.
9061         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
9062         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
9063         (trace, reg_or_mem_operand): Delete, unused function.
9064         (calc_address_cost): Small offsets are cheaper than large ones.
9065         (expand_block_move): Generate more efficient code when bytes is a
9066         known at compile time.
9067         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
9068         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
9069         instead of reg_or_mem_operand.
9070
9071         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
9072         not general_operand.  Similarly use "=rm" or stricter, not "=g".
9073         For input operands, use stricter constraints than "g" if not
9074         general_operand.  Similarly use stricter predicate than
9075         "general_operand" when stricter constraints than "g" are present,
9076         except for matching constraints.
9077         (movstrsi): Use "memory_operand" for operands 0 and 1.
9078         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
9079         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
9080         not reg_or_mem_operand.
9081         (udivmoddisi4): Ditto.
9082         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
9083         Use nonimmediate_operand for operand 3, not register_operand.
9084         (udivmoddiqi4_internal): Use register_operand for operand 1, not
9085         reg_or_mem_operand.
9086
9087 2000-01-27  Fred Fish  <fnf@be.com>
9088
9089         * gthr-posix.h: Fix typo; compatibily -> compatibility.
9090         * gthr-single.h: Likewise.
9091         * gthr-solaris.h: Likewise.
9092         * gthr-vxworks.h: Likewise.
9093         * gthr-win32.h: Likewise.
9094         * gthr.h: Likewise.
9095
9096 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
9097
9098         * cppinit.c: Add " (cpplib)" to end of string printed by
9099         -v / --version.
9100
9101 2000-01-27  Richard Henderson  <rth@cygnus.com>
9102
9103         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
9104         testing for a signed comparison.
9105         (alpha_emit_floatuns): New.
9106         * alpha-protos.h: Declare it.
9107         * alpha.md (floatunsdisf2, floatunsdidf2): New.
9108         (extendsfdf2): Tidy.
9109
9110 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
9111
9112         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
9113         no -g option specifying debugging format, default to -gstabs+.
9114
9115 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
9116
9117         * calls.c (special_function_p): New argument fork_or_exec.
9118         (expand_call): When profile_arc_flag is set and the function
9119         is in the fork_or_exec group, call __bb_fork_func first.
9120         * libgcc2.c, _bb module (__bb_fork_func): New function.
9121         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
9122         output file.
9123         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
9124         * tree.h (special_function_p): Update prototype.
9125
9126 2000-01-26  Richard Henderson  <rth@cygnus.com>
9127
9128         * alpha.c (alpha_split_tfmode_pair): New.
9129         * alpha-protos.h: Declare it.
9130         * alpha.md (abstf2, negtf2): New.
9131         (movtf insn): Add input G constraint.
9132         (movtf splitter): Use alpha_split_tfmode_pair.
9133
9134 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9135
9136         * i386/cygwin.h: PROTO -> PARAMS.
9137
9138 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
9139
9140         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
9141         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
9142         using _Qp_cmp/_Q_cmp and testing the return value.
9143         (print_operand): Call reverse_condition_maybe_unordered if
9144         we are handling CCFPmode or CCFPEmode.
9145         Handle ORDERED, UN* and LTGT comparisons.
9146         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
9147         if not TARGET_HARD_QUAD.
9148         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
9149         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
9150         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
9151         Adjust gen_b* calls so that they reflect return comparison of
9152         sparc_emit_float_lib_cmp.
9153
9154 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9155
9156         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
9157         incoming operands array is large enough for one more operand.
9158         (alpha_emit_xfloating_arith): Likewise.
9159
9160 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9161
9162         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
9163         file with one line and no trailing newline.
9164         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
9165         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
9166         checking if the match is on the line.
9167         * fixinc/gnu-regex.c: Provide regerror not __regerror.
9168
9169 2000-01-25  Richard Henderson  <rth@cygnus.com>
9170
9171         * sparc.c (output_cbranch): Fix accidental squashing of the
9172         fp branch pre-delay nop.
9173
9174 2000-01-25  Richard Henderson  <rth@cygnus.com>
9175
9176         * tree.def (UNNE_EXPR): Remove.
9177         * c-typeck.c (build_binary_op): Don't handle it.
9178         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
9179
9180         * rtl.def (UNNE): Remove.
9181         (LTGT): Add.
9182         * jump.c (reverse_condition): Update accordingly.
9183         (swap_condition): Likewise.
9184         (comparison_dominates_p): Handle unordered comparisons.
9185         (reverse_condition_maybe_unordered): New.
9186         * rtl.h (reverse_condition_maybe_unordered): Declare.
9187
9188         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
9189         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
9190         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
9191         * sparc.md (bltgt): New.
9192
9193 2000-01-25  Nick Clifton  <nickc@redhat.com>
9194
9195         * emit-rtl.c (emit_insn): Only check machine class insns for
9196         improper emission of a RETURN.
9197
9198 2000-01-25  Richard Henderson  <rth@cygnus.com>
9199
9200         * Makefile.in (flow.o): Depend on $(EXPR_H).
9201         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
9202         duplicate the structure of diddle_return_value for keeping regs live.
9203
9204 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9205
9206         * loop.c (current_loop_info): Delete.
9207         (consec_sets_invariant_p): Add loop argument, update callers.
9208         (get_condition_for_loop): Likewise.
9209         (count_nonfixed_reads, update_giv_derive): Likewise.
9210         (simplify_giv_expr, general_induction_var): Likewise.
9211         (consec_sets_giv, recombine_givs): Likewise.
9212         (move_movables): Delete loop_start and loop_end arguments,
9213         add loop argument, and update callers.
9214         (find_mem_givs, check_final_value): Likewise.
9215         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
9216         (loop_invariant_p): Rename from invariant_p, add loop argument, and
9217         update callers.
9218         (basic_induction_var): Add loop argument, delete loop_level argument,
9219         and update callers.
9220         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
9221         add loop argument, and update callers.
9222         (find_splittable_regs, find_splittable_givs): Likewise.
9223         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
9224         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
9225         (biv_total_increment): Delete loop_start and loop_end arguments;
9226         update callers.
9227         (precondition_loop_p): Delete loop_start and loop_info arguments;
9228         update callers.
9229         * loop.h (get_condition_for_loop): Add loop argument.
9230         (biv_total_increment): Delete loop_start and loop_end arguments.
9231         (precondition_loop_p): Delete loop_start and loop_info arguments;
9232         add loop argument.
9233         (final_biv_value): Delete loop_start and loop_end arguments;
9234         add loop argument.
9235         (final_giv_value, back_branch_in_range_p): Likewise.
9236
9237 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
9238
9239         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
9240
9241 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
9242
9243         * Makefile.in (c-gperf.h) : Change the "See" pointer to
9244         point to the new "generated_files" doc.
9245
9246 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
9247
9248         * config/fp-bit.c (_unord_f2): Fix typo.
9249
9250 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9251
9252         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
9253         c-typeck.c, objc/objc-act.c: Remove all references to obstack
9254         functions obsoleted by GC, such as push_obstacks_nochange,
9255         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
9256         and code which existed only to decide whether or not to call
9257         them.  Remove now-unused NESTED argument from start_function;
9258         all callers changed.  Do not change behavior based on ggc_p.
9259         The use of the ixp_obstack in c-iterate.c and the util_obstack
9260         in objc/objc-act.c remain; these are not obsoleted by garbage
9261         collection.
9262         * c-tree.h: Update prototype for start_function.
9263
9264         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
9265
9266 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
9267
9268         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
9269         mips16.
9270
9271 2000-01-25  Richard Henderson  <rth@cygnus.com>
9272
9273         * sparc-protos.h (select_cc_mode): Declare.
9274         * sparc.c (select_cc_mode): New.  Handle unordered compares.
9275         (output_cbranch): Always reverse via code change.  Handle
9276         unordered compares.  Factor tests and string updates.
9277         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
9278         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
9279         * sparc.md (bunordered, bordered): New.
9280         (bungt, bunlt, buneq, bunge, bunle): New.
9281
9282 2000-01-25  Richard Henderson  <rth@cygnus.com>
9283
9284         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
9285         * ggc-common.c (ggc_add_rtx_varray_root): New.
9286         (ggc_mark_rtx_varray): New.
9287         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
9288         functions down below ggc_mark_foo.
9289         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
9290
9291 2000-01-25  Richard Henderson  <rth@cygnus.com>
9292
9293         * alpha.c (secondary_reload_class): Don't allocate a secondary
9294         for integral mode memories into FLOAT_REGS.  Rearrange the more
9295         complicated memory expression inward.
9296
9297 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9298
9299         * inclhack.def: Fixes to play nicer with FreeBSD, and
9300         corrections to comments.
9301         (cxx_unready): Add select expression.
9302         (irix_sockaddr): Add bypass expression.
9303         (machine_ansi_h_va_list): New fix.
9304         (stdio_va_list): No need to edit _BSD_VA_LIST_.
9305         Split out addition of "#include <stdarg.h>" to...
9306         (stdio_stdarg_h): ... here.
9307         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
9308         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
9309         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
9310         size_t.
9311         (ultrix_ifdef): Tighten up select expression.
9312
9313         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
9314         re_ct and max_mach to avoid use of shell.  Make printed names
9315         match names in inclhack.def.  Use static copyright date.
9316         Don't count c_test and test expressions as requiring regex_t
9317         slots.  Add some commentary.
9318         * inclhack.tpl: Do not include the 'This script contains N
9319         fixup scripts' line if PROGRAM is defined.  Use static
9320         copyright date.
9321
9322 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
9323
9324         * dwarf2out.c: include "varray.h", not dyn-string.h.
9325         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
9326         (addr_const_to_string, addr_to_string): Lose.
9327         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
9328         (struct dw_val_struct): val_addr is now an rtx.
9329         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
9330         (used_rtx_varray): New varray.
9331         (dwarf2out_init): Initialize it.
9332         (save_rtx): New fn.
9333         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
9334         addr_to_string.
9335         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
9336         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
9337         * Makefile.in (dwarf2out.o): Update dependencies.
9338
9339 2000-01-24  Richard Henderson  <rth@cygnus.com>
9340
9341         * i386.c (i386_dwarf_output_addr_const): New.
9342         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
9343
9344         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
9345         if defined.
9346         * dwarfout.c (output_mem_loc_descriptor): Likewise.
9347         * i386.c (i386_simplify_dwarf_addr): New.
9348         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
9349
9350 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
9351
9352         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
9353         TYPE_STUB_DECL is NULL.
9354
9355 2000-01-24  Richard Henderson  <rth@cygnus.com>
9356
9357         * builtins.c (expand_tree_builtin): Move ...
9358         * c-common.c (expand_tree_builtin): ... here.
9359
9360 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9361
9362         * loop.h (LOOP_INFO): New accessor macro.
9363         * basic-block.h (struct loop): Rename field `info' to `aux'.
9364         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
9365         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
9366         * unroll.c (loop_iterations, unroll_loop): Likewise.
9367
9368 2000-01-24  Christopher Faylor <cgf@cygnus.com>
9369
9370         * config/i386/t-cygwin: Accomodate new winsup directory layout
9371         when searching for include files.
9372
9373 2000-01-24  Richard Henderson  <rth@cygnus.com>
9374
9375         * rtl.def: Add unordered fp comparisions.
9376         * tree.def: Likewise.
9377         * tree.h: Add ISO C 9x unordered fp comparision builtins.
9378
9379         * builtins.c (expand_tree_builtin): New function.
9380         * c-typeck.c (build_function_call): Use it.
9381         (build_binary_op): Support unordered compares.
9382         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
9383
9384         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
9385         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
9386         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
9387         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
9388         * jump.c (reverse_condition): Don't abort for UNLE etc, but
9389         return UNKNOWN.
9390         (swap_condition): Handle unordered compares.
9391         (thread_jumps): Check can_reverse before reversing.
9392         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
9393         reversed for FP.
9394
9395         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
9396         setcc is present before acking for cmp_optab.  Update all callers.
9397         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
9398         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
9399         * expr.c (expand_expr): Likewise.  Support unordered compares.
9400         (do_jump, do_store_flag): Likewise.
9401         * expr.h (enum libfunc_index): Add unordered compares.
9402
9403         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
9404         (DPBIT_FUNCS): Add _unord_df.
9405         * config/fp-bit.c (_unord_f2): New.
9406         * fp-test.c (main): Try unordered compare builtins.
9407
9408         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
9409         * alpha.c (alpha_comparison_operator): Check mode properly.
9410         (alpha_swapped_comparison_operator): Likewise.
9411         (signed_comparison_operator): Likewise.
9412         (alpha_fp_comparison_operator): New.
9413         (alpha_emit_conditional_branch): Handle unordered compares.
9414         * alpha.h (PREDICATE_CODES): Update.
9415         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
9416         (bunordered, bordered): New.
9417
9418 2000-01-24  Richard Henderson  <rth@cygnus.com>
9419
9420         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
9421         * alpha.md (movtf): New expander, insn, and splitter.
9422
9423 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
9424
9425         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
9426         dead registers.
9427
9428 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
9429
9430         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
9431         (FIXED_REGISTERS, CALL_USED_REGISTERS,
9432          REG_ALLOC_ORDER): Add frame pointer
9433         (FRAME_POINTER_REGNUM): Set to 20
9434         (HARD_FRAME_POINTER_REGNUM): New macro.
9435         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
9436         to HARD_FRAME_POINTER.
9437         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
9438         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
9439         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
9440         (HI_REGISTER_NAMES): Add "frame".
9441         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
9442         (debug_reg): Handle FRAME_POINTER_REGNUM.
9443         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
9444         GENERAL_REGS and INDEX_REGS.
9445         * i386.c (SAVED_REGS_FIRST): new macro.
9446         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
9447         (ix86_decompose_address, memory_address_length): Likewise.
9448         (regclass_map): Add frame pointer.
9449         (call_insn_operand): Handle frame_pointer_rtx.
9450         (reg_no_sp_operand): Likewise.
9451         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
9452         (print_operand, legitimize_pic_address): Fix formating.
9453         (ix86_compute_frame_size): Make static, update prototype, new
9454         parameters padding1, padding2, use ix86_nsaved_regs, use
9455         stack_alignment_needed.
9456         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
9457         to HARD_FRAME_POINTER_REGNUM conversions.
9458         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
9459         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
9460         (print_reg): Abort on FRAME_POINTER_REGNUM
9461
9462 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
9463
9464         * i386.h (PREDICATE_CODES): Add aligned_operand.
9465         * i386.c (aligned_operand): New function.
9466         (ix86_aligned_p): Kill.
9467         * i386.md (movhi_1): Emit mov for aligned operands.
9468         (promoting peep2s): Use aligned_operand.
9469
9470 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
9471
9472         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
9473         expression to allow underscores in macro names.
9474         (fix_char_macro_defines): Increment scanning pointer.
9475
9476 2000-01-23  Richard Henderson  <rth@cygnus.com>
9477
9478         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
9479         * alpha/osf5.h: New file.
9480         * configure.in (alpha-*-osf5): Add it to tm_file.
9481
9482         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
9483
9484         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
9485         (alpha_emit_xfloating_cvt, function_arg): Declare.
9486         * alpha.c (alpha_emit_conditional_branch): Call
9487         alpha_emit_xfloating_compare for TFmode compares.
9488         (alpha_lookup_xfloating_lib_func): New.
9489         (alpha_compute_xfloating_mode_arg): New.
9490         (alpha_emit_xfloating_libcall): New.
9491         (alpha_emit_xfloating_arith): New.
9492         (alpha_emit_xfloating_compare): New.
9493         (alpha_emit_xfloating_cvt): New.
9494         (print_operand): Add default abort case.
9495         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
9496         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
9497         (BIGGEST_ALIGNMENT): Increase to 128 bits.
9498         (RETURN_IN_MEMORY): True for TF/TCmode.
9499         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
9500         (FUNCTION_ARG): Move to function_arg.
9501         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
9502         (ASM_OUTPUT_LONG_DOUBLE): New.
9503         (ASM_OUTPUT_DOUBLE): Always output bits.
9504         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
9505         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
9506         (extenddftf2, trunctfdf2): New.
9507
9508 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9509
9510         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
9511         * config/sparc/sol2.h: ... here.
9512
9513 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9514
9515         * basic-block.h (struct loops): New field `levels'.
9516         * flow.c (flow_loops_level_compute): Traverse all outer loops.
9517         (flow_loop_level_compute): Initialise level to 1.
9518         (flow_loops_find): Set loops->levels.
9519         (flow_loops_dump): Print loops->levels.
9520
9521 2000-01-23  Richard Henderson  <rth@cygnus.com>
9522
9523         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
9524         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
9525
9526 2000-01-23  Richard Henderson  <rth@cygnus.com>
9527
9528         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
9529         * i386.h (DBX_REGISTER_NUMBER): Use them.
9530         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
9531         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
9532         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
9533         * i386/sequent.h: Kill incorrect comment.
9534
9535 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
9536
9537         * ggc-page.c (struct page_entry): Make `context_depth' an
9538         `unsigned short'.
9539         (struct globals): Likewise.
9540
9541 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
9542
9543         * loop.c (check_dbra_loop): When checking a loop for
9544         reversability, check the source of any stores to ensure
9545         they don't depend on an initial value.
9546
9547 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9548
9549         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
9550
9551 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
9552
9553         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
9554         'pz_scan' into scope of entire function.  Only affects
9555         compiles with -DDEBUG.
9556
9557 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
9558
9559         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
9560         section naming to that prior to 2000-01-07 patch.
9561         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
9562         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
9563         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
9564         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
9565         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
9566
9567 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
9568
9569         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
9570         constant.
9571
9572 2000-01-21  Jim Wilson  <wilson@cygnus.com>
9573
9574         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
9575         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
9576
9577 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
9578
9579         * cpphash.c (change_newlines): Delete function.
9580         (struct argdata): Delete 'newlines' and 'use_count' fields.
9581         (macroexpand): Remove code referencing those fields.
9582
9583 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9584
9585         * loop.c (loops_info): New variable.
9586         (loop_optimize): Allocate loops->array and free it on exit.
9587         Allocate memory for loops_info and assign to each loop,
9588         replacing alloca.
9589         (find_and_verify_loops): Do not allocate loops->array.
9590
9591 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
9592
9593         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
9594
9595 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
9596
9597         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
9598         pseudos if expanded after first flow.
9599         (movdi_pic_label_ref): Likewise.
9600
9601 2000-01-20  Richard Henderson  <rth@cygnus.com>
9602
9603         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
9604
9605 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
9606
9607         * Makefile.in (fixinc.sh): Depend on specs.
9608         * fixinc/Makefile.in: Add rule to create machname.h.
9609         (fixlib.o): Depend on machname.h.
9610         * fixinc/fixtests.c (machine_name): New test.
9611         * fixinc/fixfixes.c (machine_name): New fix.
9612         * fixinc/fixlib.c (mn_get_regexps): New helper function for
9613         the machine_name test and fix.
9614         * fixinc/fixlib.h: Prototype it.
9615         * fixinc/inclhack.def (machine_name): Use the C test and fix.
9616         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
9617
9618         * gcc.c (do_spec_1) [case P]: Take care not to create
9619         identifiers with three leading or trailing underscores.
9620
9621         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
9622         (fixincl): Don't specify libraries twice on link line.
9623         (gnu-regex.o): Remove special rule.
9624         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
9625         defined by config.h.  Do not define _REGEX_RE_COMP.
9626         (regcomp): Allocate and initialize a fastmap.
9627         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
9628
9629 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
9630
9631         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
9632
9633 2000-01-19  Richard Henderson  <rth@cygnus.com>
9634
9635         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
9636         arguments with BB.  Update all callers.  Tidy line wrapping.
9637
9638 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
9639
9640         * emit-rtl.c (try_split): Return last_insn if we split the
9641         last_insn.
9642
9643 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
9644
9645         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
9646         (ix86_initial_elimination_offset): Declare.
9647         * i386.c (ix86_nsaved_regs): Break out from ...
9648         (ix86_can_use_return_insn_p): ... here.
9649         (ix86_emit_save_regs): Break out from ...
9650         (ix86_expand_prologue): ... here.
9651         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
9652         out from ...
9653         (ix86_expand_epilogue): ... here.
9654         (ix86_compute_frame_size): Make static, add prototype.
9655         (ix86_initial_elimination_offset): Break out from ...
9656         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
9657
9658 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9659
9660         * recog.h (OUT_FCN): Delete.
9661
9662         * vax.md: Call `get_insn_template' instead of OUT_FCN.
9663
9664 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9665
9666         * cppalloc.c: PROTO -> PARAMS.
9667         * cpperror.c: Likewise.
9668         * cppfiles.c: Likewise.
9669         * cpplib.c: Likewise.
9670         * cpplib.h: Likewise.
9671
9672         * config/arm/arm-protos.h: PROTO -> PARAMS.
9673         * config/arm/arm.c: Likewise.
9674         * config/c4x/c4x.c: Likewise.
9675         * config/fr30/fr30-protos.h: Likewise.
9676         * config/nextstep.c: Likewise.
9677         * config/pa/pa.c: Likewise.
9678         * config/pj/pj.c: Likewise.
9679         * config/rs6000/rs6000.c: Likewise.
9680         * config/v850/v850-protos.h: Likewise.
9681         * config/v850/v850.c: Likewise.
9682
9683 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9684
9685         * i370-protos.h: New file.
9686
9687         * i370.c: Include tm_p.h.  Fix compile time warnings.
9688
9689         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
9690         warnings.
9691
9692         * i370.md: Likewise.
9693
9694 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9695
9696         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
9697         (target_isinf, target_isnan, eisnan): Mark parameter with
9698         ATTRIBUTE_UNUSED.
9699         (eiisinf): Wrap in INFINITY.
9700         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
9701         (ibmtoe): Remove unused variable `rndsav'.
9702
9703 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9704
9705         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
9706         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
9707
9708 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
9709
9710         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
9711         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
9712         (fix_char_macro_defines, fix_char_macro_uses): New functions.
9713
9714         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
9715         Recognize Emacs mode markers also.
9716         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
9717         C++ comments in C++ headers.  Call is_cxx_header only if
9718         necessary.
9719
9720         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
9721         bypass for ncurses.
9722         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
9723         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
9724         ... these, which use the new C fixes.
9725         (math_exception): Escape literal '+' in bypass expression.
9726
9727         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
9728         Regenerate.
9729
9730 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
9731
9732         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
9733         inside the MEM.
9734
9735 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9736
9737         * loop.c (loop_optimize): Allocate loop_info structure for each loop
9738         prior to calling scan_loop.
9739
9740 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9741
9742         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
9743         (split_branches, calc_live_regs): Likewise.
9744
9745 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9746
9747         * sh.md (fpu_single, fp_mode): New attributes.
9748
9749 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9750
9751         * loop.c (current_loop_info): Renamed from loop_info_data
9752         and changed to a pointer.
9753         (loop_optimize): Allocate loop_info structure for each loop
9754         and initialise to zero.
9755         (scan_loop): Set current_loop_info.
9756
9757         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
9758         on iteration_var.
9759
9760 2000-01-19  Richard Henderson  <rth@cygnus.com>
9761
9762         * stupid.c: Die die die.
9763         * Makefile.in (OBJS): Remove stupid.o.
9764         (stupid.o): Likewise.
9765
9766         * except.c (emit_eh_context): Don't emit USEs for stupid.
9767         * explow.c (probe_stack_range): Likewise.
9768         * flags.h (obey_regdecls): Remove.
9769         * flow.c (find_basic_blocks): Don't run try_merge_blocks
9770         when not optimizing.
9771         (life_analysis): Limit data collection when not optimizing.
9772         (mark_regs_live_at_end): Always mark the return value registers.
9773         (mark_used_regs): Remove dummy RETURN case.
9774         (print_rtl_with_bb): Don't consult obey_regdecls.
9775         * function.c (use_variable, use_variable_after): Remove.
9776         (assign_parms): Consult optimize not obey_regdecls.
9777         (expand_function_start): Don't emit USEs for stupid.
9778         (expand_function_end): Likewise.
9779         * global.c (build_insn_chain): Export.
9780         * integrate.c (expand_inline_function): Kill return-value USE
9781         handling code.
9782         * jump.c (jump_optimize_1): Do simple jump optimizations and
9783         dead code elimination.
9784         (calculate_can_reach_end): Remove check_deleted argument.
9785         (delete_insn): Patch out insns even when not optimizing.
9786         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
9787         * rtl.h (use_variable, use_variable_after): Remove declarations.
9788         (build_insn_chain): Declare.
9789         * stmt.c (expand_value_return): Don't emit USEs for stupid.
9790         (expand_end_bindings): Likewise.
9791         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
9792         * toplev.c (obey_regdecls): Remove.
9793         (rest_of_compilation): Don't set it.  Kill stupid in favour of
9794         flow1, local-alloc, and reload.
9795         (main): Don't set obey_regdecls.
9796
9797         * config/nextstep.c (handle_pragma): Likewise.
9798
9799         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
9800
9801         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
9802
9803 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9804
9805         * alpha-protos.h: PROTO -> PARAMS.
9806         * alpha.c: Likewise.
9807         * elf.h: Likewise.
9808         * h8300.c: Likewise.
9809         * i386-protos.h: Likewise.
9810         * i386.c: Likewise.
9811         * m32r-protos.h: Likewise.
9812         * m32r.c: Likewise.
9813         * mips.c: Likewise.
9814         * mips.md: Likewise.
9815         * gmon-sol2.c: Likewise.
9816         * sparc.c: Likewise.
9817
9818 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9819
9820         * ns32k-protos.h: New file.
9821
9822         * ns32k.c: Fix compile time warnings.
9823
9824         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
9825         warnings.
9826
9827         * ns32k.md: Likewise.
9828
9829 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9830
9831         * vax-protos.h: New file.
9832
9833         * vax.c: Fix compile time warnings.
9834
9835         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
9836         warnings.
9837
9838         * vax.md: Likewise.
9839
9840         * vaxv.md: Likewise.
9841
9842 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9843
9844         * romp-protos.h: New file.
9845
9846         * romp.c: Fix compile time warnings.
9847
9848         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
9849         warnings.
9850
9851         * romp.md: Likewise.
9852
9853 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9854
9855         * we32k-protos.h: New file.
9856
9857         * we32k.c: Fix compile time warnings.
9858
9859         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
9860         warnings.
9861
9862 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9863
9864         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
9865
9866         * except.c (eh_regs): Likewise.
9867
9868         * final.c (output_operand): Likewise.
9869
9870         * fold-const.c (target_isinf, target_isnan): Likewise.
9871
9872 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
9873
9874         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
9875         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
9876
9877         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
9878         when optimize_size.
9879         (clrstrsi): Rewrite.
9880         (strsethi, strsetqi): New expanders.
9881         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
9882         (cmpstrsi): Emit compare insn before cmpstrsi_1
9883         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
9884         (strlensi_1): Likewise.
9885         (cmpstrsi_1): Likewise; do not output compare.
9886         (strlen expander): Do not unroll when optimizing for size.
9887         (*subsi3_carry): Rename to subsi3_carry
9888         (addqi3_cc): New pattern.
9889         * i386.h (processor_costs): Add move_ratio field.
9890         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
9891         * i386.c (*_cost): Set move_ratio.
9892         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
9893         (x86_expand_strlensi_1): Rewrite the main loop.
9894
9895 2000-01-17  Richard Henderson  <rth@cygnus.com>
9896
9897         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
9898         * cse.c (find_comparison_args, fold_rtx): Likewise.
9899         * integrate.c (subst_constants): Likewise.
9900         * loop.c (get_condition): Likewise.
9901
9902         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
9903
9904         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
9905
9906 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9907
9908         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
9909         (RESTORE_WARN_FLAGS): Unpack it.
9910         Change semantic type of extension to ttype.
9911         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
9912         * c-parse.y, c-parse.c, objc/objc-parse.y,
9913         objc/objc-parse.c: Regenerate.
9914
9915 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
9916
9917         * fixinc/fixlib.c: Add copyright notice.
9918         (compile_re): New function.
9919         * fixinc/fixlib.h: Prototype compile_re.
9920
9921         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
9922         Use compile_re to compile regular expressions.
9923
9924         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
9925         where the pattern matched.
9926
9927         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
9928         use 'replace'.
9929         (ultrix_ansi_compat): Likewise.
9930         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
9931         add egrep test.
9932         (interactv_add2, interactv_add3): Delete.
9933         (x11_sprintf): Don't use filename glob.
9934         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
9935         Regenerate.
9936
9937 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9938
9939         * print-rtl.c: PROTO -> PARAMS.
9940         * real.c: Likewise.
9941         * reg-stack.c: Likewise.
9942         * resource.c: Likewise.
9943         * sdbout.h: Likewise.
9944         * simplify-rtx.c: Likewise.
9945         * stor-layout.c: Likewise.
9946         * stupid.c: Likewise.
9947         * xcoffout.c: Likewise.
9948         * xcoffout.h: Likewise.
9949
9950 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9951
9952         * toplev.c: PROTO -> PARAMS.
9953         * toplev.h: Likewise.
9954         * tree.c: Likewise.
9955         * tree.h: Likewise.
9956         * unroll.c: Likewise.
9957         * varasm.c: Likewise.
9958         * varray.c: Likewise.
9959         * varray.h: Likewise.
9960
9961 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9962
9963         * reload.c: PROTO -> PARAMS.
9964         * reload.h: Likewise.
9965         * reload1.c: Likewise.
9966         * reorg.c: Likewise.
9967         * resource.h: Likewise.
9968         * rtl.c: Likewise.
9969         * rtl.h: Likewise.
9970         * rtlanal.c: Likewise.
9971         * sbitmap.h: Likewise.
9972         * sdbout.c: Likewise.
9973         * stack.h: Likewise.
9974         * stmt.c: Likewise.
9975         * system.h: Likewise.
9976
9977 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9978
9979         * machmode.h: PROTO -> PARAMS.
9980         * mbchar.h: Likewise.
9981         * mips-tdump.c: Likewise.
9982         * mips-tfile.c: Likewise.
9983         * optabs.c: Likewise.
9984         * output.h: Likewise.
9985         * prefix.c: Likewise.
9986         * profile.c: Likewise.
9987         * protoize.c: Likewise.
9988         * real.h: Likewise.
9989         * recog.c: Likewise.
9990         * recog.h: Likewise.
9991         * regclass.c: Likewise.
9992         * regmove.c: Likewise.
9993         * regs.h: Likewise.
9994
9995 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9996
9997         * ggc-common.c: PROTO -> PARAMS.
9998         * ggc-page.c: Likewise.
9999         * ggc-simple.c: Likewise.
10000         * ggc.h: Likewise.
10001         * global.c: Likewise.
10002         * graph.c: Likewise.
10003         * gthr-win32.h: Likewise.
10004         * haifa-sched.c: Likewise.
10005         * halfpic.h: Likewise.
10006         * integrate.c: Likewise.
10007         * integrate.h: Likewise.
10008         * jump.c: Likewise.
10009         * lcm.c: Likewise.
10010         * local-alloc.c: Likewise.
10011         * loop.c: Likewise.
10012         * loop.h: Likewise.
10013
10014 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10015
10016         * genattr.c: PROTO -> PARAMS.
10017         * genattrtab.c: Likewise.
10018         * gencheck.c: Likewise.
10019         * gencodes.c: Likewise.
10020         * genconfig.c: Likewise.
10021         * genemit.c: Likewise.
10022         * genextract.c: Likewise.
10023         * genflags.c: Likewise.
10024         * gengenrtl.c: Likewise.
10025         * genopinit.c: Likewise.
10026         * genoutput.c: Likewise.
10027         * genpeep.c: Likewise.
10028         * genrecog.c: Likewise.
10029
10030 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
10031
10032         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
10033
10034 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10035
10036         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
10037         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
10038         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
10039         * configure, config.in: Rebuilt.
10040
10041 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
10042
10043         * config/i386/i386.md: Add peephole to merge successive stack
10044         adjusts.
10045
10046 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
10047
10048         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
10049         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
10050         when walking backwards to find all the parameter loads when
10051         the basic block ends in a call.
10052
10053 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10054
10055         * loop.c (this_loop_info): Delete.
10056         (uid_loop): Add in place of uid_loop_num.  All uses updated.
10057         (loop_number_exit_count): Delete and replace with entry in loop
10058         structure.  All uses updated.
10059         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
10060         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
10061         (loop_outer_loop): Likewise.
10062         (loop_invalid, loop_number_exit_labels): Likewise.
10063         (loop_used_count_register): Delete and replace with entry in
10064         loop_info structure.
10065         (find_and_verify_loops): Add loops argument.
10066         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
10067         loop_end, etc. arguments with loop structure pointer.  All callers
10068         changed.
10069         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
10070         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
10071         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
10072         (insert_bct): Likewise.
10073         (basic_induction_var): New argument level.
10074         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
10075         vtop, and cont.  Add used_count_register.
10076         (uid_loop): Delete declaration.
10077         (loop_number_exit_count): Likewise.
10078         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
10079         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
10080         (loop_outer_loop, loop_used_count_register): Likewise.
10081         (loop_invalid, loop_number_exit_labels): Likewise.
10082         (unroll_loop): Replace loop_start and loop_end arguments
10083         with loop structure pointer.
10084         (loop_precondition_p, loop_iterations): Likewise.
10085         Include basic-block.h.
10086         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
10087         with loop structure pointer.
10088         (loop_precondition_p, loop_iterations): Likewise.
10089         * basic-block.h (struct loop): New entries vtop, cont,
10090         cont_dominator, start, end, top, scan_start, exit_labels,
10091         exit_count.
10092         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
10093
10094 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10095
10096         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
10097
10098 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
10099
10100         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
10101
10102 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10103
10104         * pdp11-protos.h: New file.
10105
10106         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
10107         time warnings.
10108
10109         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
10110         warnings.
10111
10112         * pdp11.md: Likewise.
10113
10114         * 2bsd.h: Likewise.
10115
10116 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10117
10118         * mn10300-protos.h: New file.
10119
10120         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
10121         time warnings.
10122
10123         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
10124         warnings.
10125
10126         * mn10300.md: Likewise.
10127
10128 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10129
10130         * mn10200-protos.h: New file.
10131
10132         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
10133         time warnings.
10134
10135         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
10136         warnings.
10137
10138         * mn10200.md: Likewise.
10139
10140 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10141
10142         * h8300-protos.h: New file.
10143
10144         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
10145         time warnings.
10146
10147         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
10148         warnings.
10149
10150         * h8300.md: Likewise.
10151
10152 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10153
10154         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
10155         (asm_emit_uninitialised): Likewise.
10156
10157 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
10158
10159         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
10160         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
10161
10162 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10163
10164         * config/mips/mips.c (override_options): Don't turn on extra
10165         alignment for mips16.
10166
10167 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10168
10169         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
10170         eabi, and make sure queued POSTINCREMENT rtl is emitted at
10171         the right point.
10172
10173 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10174
10175         * builtins.c (PAD_VARARGS_DOWN): Define.
10176         (std_expand_builtin_va_arg): Use the above macro.
10177         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
10178         * tm.texi (Register Arguments): Document the above macro.
10179
10180 2000-01-14  Nick Clifton  <nickc@cygnus.com>
10181
10182         * emit-rtl.c (emit_insn): If checking is enabled, make sure
10183         that this function has not been used to emit a jump
10184         instruction.
10185
10186         * jump.c (return_jump_1): Cope with being passed a null rtx.
10187
10188 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10189
10190         * eh-common.h: PROTO -> PARAMS.
10191         * emit-rtl.c: Likewise.
10192         * errors.c: Likewise.
10193         * errors.h: Likewise.
10194         * except.c: Likewise.
10195         * except.h: Likewise.
10196         * explow.c: Likewise.
10197         * expmed.c: Likewise.
10198         * expr.c: Likewise.
10199         * expr.h: Likewise.
10200         * final.c: Likewise.
10201         * fix-header.c: Likewise.
10202         * flow.c: Likewise.
10203         * fold-const.c: Likewise.
10204         * function.c: Likewise.
10205         * function.h: Likewise.
10206         * gcc.c: Likewise.
10207         * gcov-io.h: Likewise.
10208         * gcov.c: Likewise.
10209         * gcse.c: Likewise.
10210
10211 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10212
10213         * sh-protos.h: New file.
10214
10215         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
10216         Add static prototypes.  Fix compile time warnings.
10217
10218         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
10219         * sh.md: Likewise.
10220         * elf.h: Likewise.
10221
10222 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10223
10224         * arc-protos.h: New file.
10225
10226         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
10227         time warnings.
10228
10229         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
10230         warnings.
10231
10232         * arc.md: Likewise.
10233
10234 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10235
10236         * dsp16xx-protos.h: New file.
10237
10238         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
10239         time warnings.
10240
10241         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
10242         warnings.
10243
10244         * dsp16xx.md: Likewise.
10245
10246 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10247
10248         * convex-protos.h: New file.
10249
10250         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
10251         time warnings.
10252
10253         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
10254         warnings.
10255
10256 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10257
10258         * elxsi-protos.h: New file.
10259
10260         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
10261         time warnings.
10262
10263         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
10264         warnings.
10265
10266         * elxsi.md: Likewise.
10267
10268 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10269
10270         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
10271         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
10272         match the comment for MIPS16.
10273
10274 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
10275
10276         * flow.c (split_edge): Do not call set_block_for_insn if we
10277         do not have a basic_block_for_insn structure.
10278
10279         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
10280         and destination functions are 32bit aligned within the trampoline.
10281         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
10282         (TRAMPOLINE_ALIGNMENT): Define.
10283
10284         * cse.c (cse_insn): When changing (set (pc) (reg)) to
10285         (set (pc) (label_ref)), verify the change creates a valid insn.
10286
10287         * fr30.c (call_operand): Tighten and rework to match rules for
10288         call RTL expressions.
10289         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
10290         * fr30.md (call patterns): Improve constraints.
10291
10292 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
10293
10294         * fr30.c (fr30_expand_epilogue): Revert last change.
10295         Use emit_jump_insn for the return insn.
10296
10297 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
10298                           Stan Cox  <scox@cygnus.com>
10299
10300         * predict.c: New file. Preliminary infrastructure work for static
10301         branch prediction and basic block reordering.
10302         * basic-block.h: Add prototype for estimate_probability.
10303         * Makefile.in: Add rules for predict.o.
10304
10305 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
10306
10307         * fixincludes (va_list): Use __not_va_list__ for the dummy.
10308         * fixinc/*: Likewise.
10309
10310 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10311
10312         * cccp.c: PROTO -> PARAMS.
10313         * cexp.y: Likewise.
10314         * collect2.c: Likewise.
10315         * combine.c: Likewise.
10316         * convert.h: Likewise.
10317         * cse.c: Likewise.
10318         * dbxout.c: Likewise.
10319         * dbxout.h: Likewise.
10320         * diagnostic.c: Likewise.
10321         * doprint.c: Likewise.
10322         * dwarf2out.c: Likewise.
10323         * dwarf2out.h: Likewise.
10324         * dwarfout.c: Likewise.
10325         * dwarfout.h: Likewise.
10326         * dyn-string.h: Likewise.
10327
10328 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10329
10330         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
10331         macro conditionals guarding use.
10332
10333         * dwarf2out.c: Include "tm_p.h".
10334
10335         * function.c (locate_and_pad_parm): Mark parameter with
10336         ATTRIBUTE_UNUSED.
10337         (expand_function_end): Likewise for variable `context'.
10338
10339         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
10340
10341 2000-01-13  Nick Clifton  <nickc@cygnus.com>
10342
10343         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
10344         register to prevent compile time warnings.
10345
10346 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
10347
10348         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
10349         to avoid -Wtraditional warning.
10350
10351 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10352
10353         * 1750a-protos.h: New file.
10354
10355         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
10356         time warnings.
10357
10358         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
10359         warnings.
10360
10361         * 1750a.md: Likewise.
10362
10363 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10364
10365         * a29k-protos.h: New file.
10366
10367         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
10368         time warnings.
10369
10370         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
10371         warnings.
10372
10373 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10374
10375         * clipper-protos.h: New file.
10376
10377         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
10378         time warnings.
10379
10380         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
10381         warnings.
10382
10383 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10384
10385         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
10386
10387 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
10388
10389         * configure.in (--enable-new-gxx-abi): New option.
10390         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
10391         * Makefile.in (GXX_ABI_FLAG): New variable.
10392         * configure: Regenerate.
10393
10394 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10395
10396         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
10397         * tm.texi (FORCE_STRUCT_BLK): Document.
10398         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
10399
10400 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
10401
10402         * config/ns32k/ns32k.md: Revert Jan 9 change.
10403
10404         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
10405         to a mode-test, if the predicate is address_operand.
10406
10407 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
10408
10409         * combine.c (if_then_else_cond): Be careful about what kinds
10410         of RTL expressions are passed to operand_subword.
10411
10412         * flow.c (split_edge): If we have to insert a new jump, make
10413         sure to associate it with a basic block.
10414
10415         * flow.c (commit_one_edge_insertion): A block with one successor
10416         can end in a JUMP_INSN that is not a simplejump.
10417
10418 2000-01-12  Robert Lipe  <robertl@sco.com>
10419
10420         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
10421         (BUILD_VA_LIST_TYPE): Define.
10422         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
10423         with crtstuff.c.
10424
10425 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
10426
10427         * cccp.c (do_pragma): Add cast to (char *).
10428
10429 2000-01-12  Richard Henderson  <rth@cygnus.com>
10430             Fred Fish  <fnf@be.com>
10431             Jason Merrill  <jason@cygnus.com>
10432
10433         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
10434         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
10435         * i386/beos-elf.h, i386/beos-pe.h: New files.
10436
10437         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
10438         * cross-make (SYSTEM_HEADER_DIR): Define using
10439         CROSS_SYSTEM_HEADER_DIR.
10440
10441         * gcc.c (LIBRARY_PATH_ENV): Provide default.
10442         (process_command): Use it.
10443         (main): Likewise.  Kill trailing = from env vars.
10444         (build_search_list): Put it back.
10445         * collect2.c (main): Use LIBRARY_PATH_ENV.
10446
10447         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
10448         * toplev.c: Use NEED_DECLARATION_ENVIRON.
10449
10450         * tm.texi (Frame Layout): Document SMALL_STACK.
10451         * c-common.c (c_common_nodes_and_builtins): Check it.
10452
10453         * system.h: Undef alloca after including glibc's <stdlib.h>,
10454         if USE_C_ALLOCA is defined.
10455
10456         * gcc.c (set_input): New fn.
10457         (main): After all input files are compiled, reset the input file
10458         info to the first.
10459
10460         * aclocal.m4 (rindex, index): If already defined, don't attempt
10461         to redefine.
10462
10463         * ginclude/varargs.h: (__va_list__): Define ifndef.
10464         * ginclude/stdarg.h: Likewise.
10465
10466         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
10467         instead of unsigned char.
10468
10469         * hash.h (true, false, boolean): Undef before enum.
10470
10471         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
10472         proper type of "HOST_WIDE_INT *", rather than their natural type of
10473         "unsigned HOST_WIDE_INT *".
10474
10475 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10476
10477         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
10478
10479         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
10480
10481         * regclass.c (choose_hard_reg_mode): Likewise.
10482
10483         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
10484
10485         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
10486
10487 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10488
10489         * c-common.c: PROTO -> PARAMS.
10490         * c-common.h: Likewise.
10491         * c-decl.c: Likewise.
10492         * c-iterate.c: Likewise.
10493         * c-lang.c: Likewise.
10494         * c-lex.c: Likewise.
10495         * c-lex.h: Likewise.
10496         * c-parse.in: Likewise.
10497         * c-pragma.c: Likewise.
10498         * c-pragma.h: Likewise.
10499         * c-tree.h: Likewise.
10500         * c-typeck.c: Likewise.
10501         * objc/objc-act.c: Likewise.
10502         * objc/objc-act.h: Likewise.
10503
10504 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10505
10506         * m88k-protos.h: New file.
10507
10508         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
10509         time warnings.
10510
10511         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
10512
10513         * m88k.md: Likewise.
10514
10515         * tekXD88.h: Likewise.
10516
10517 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10518
10519         * m68k-protos.h: New file.
10520
10521         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
10522         time warnings.
10523
10524         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
10525
10526         * mot3300.h: Likewise.
10527
10528 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
10529
10530         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
10531         extract_bitlst.
10532         (extract_bitlist): Declare bitlen.
10533
10534 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
10535
10536         * cccp.c: Accept and ignore -lang-fortran.
10537
10538         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
10539         qualifiers don't match at any level of pointerness.
10540
10541 2000-01-12  Robert Lipe  <robertl@sco.com>
10542
10543         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
10544
10545 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
10546
10547         * reload1.c (reload_reg_unavailable): New static variable.
10548         (reload_reg_free_p): Test it.
10549         (reload_reg_free_for_value_p): Test it instead of
10550         reload_reg_used.
10551         (choose_reload_regs_init): Compute it.
10552
10553 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
10554
10555         * reorg.c (fill_slots_from_thread): Check modified_in_p
10556         before replacing.
10557
10558 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
10559
10560         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
10561         these nodes even if INTERNALS is not set.
10562
10563 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
10564
10565         * gcse.c (delete_null_pointer_checks_1): Cope when
10566         get_condition cannot determine the condition.
10567
10568 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
10569
10570         * toplev.h (set_message_length): Declare.
10571
10572         * diagnostic.c (obstack_chunk_alloc): Define macro.
10573         (obstack_chunk_free): Likewise.
10574         (struct output_buffer): New data structure.
10575         (vmessage): Remove.
10576         (output_maximum_width): New variable.
10577         (doing_line_wrapping, set_message_length, init_output_buffer,
10578         get_output_prefix, output_space_left, emit_output_prefix,
10579         output_newline, output_append, output_puts, dump_output,
10580         vbuild_message_string, build_message_string, build_location_prefix,
10581         voutput_notice, output_printf, line_wrapper_printf,
10582         vline_wrapper_message_with_location):  New functions. Implement
10583         automatic line wrapping.
10584         (v_message_with_decl): Make it handle automatic line wrapping.
10585         (v_error_with_file_and_line): Likewise.
10586         (v_warning_with_file_and_line): Likewise.
10587         (announce_function): Likewise.
10588         (default_print_error_function): Likewise.
10589
10590 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
10591
10592         * cpplib.h (struct cpp_options): Change lang_asm to char.
10593         Add lang_fortran.
10594         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
10595         done in cpp_handle_option now.
10596         (initialize_builtins): Take out special case code used only by
10597         __STDC_VERSION__.
10598         (cpp_handle_option): Turn off trigraphs and trigraph warnings
10599         if -traditional.  Recognize -lang-fortran and set
10600         lang_fortran, also turn off cplusplus_comments.
10601         (print_help): Document -lang-fortran.
10602         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
10603         lang_asm. Ignore all directives other than `# 123 "file"' if
10604         CPP_PREPROCESSED.
10605         (cpp_get_token): If -traditional, don't recognize directives
10606         unless the # is in column 1.
10607         (parse_string): If lang_fortran or lang_asm, silently
10608         terminate strings ('' or "") at end of line.
10609         Remove unnecessary braces.
10610
10611 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10612             Richard Henderson  <rth@cygnus.com>
10613
10614         * resource.c (mark_referenced_resources): Mark a set strict_low_part
10615         as used.
10616         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
10617         strict_low_part when possible.
10618
10619 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10620
10621         * alias.c: PROTO -> PARAMS.
10622         * basic-block.h: Likewise.
10623         * bitmap.c: Likewise.
10624         * bitmap.h: Likewise.
10625         * builtins.c: Likewise.
10626         * c-aux-info.c: Likewise.
10627         * caller-save.c: Likewise.
10628         * calls.c: Likewise.
10629
10630 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10631
10632         * Makefile.in (toplev.o): Depend on regs.h.
10633
10634         * output.h (tdesc_section): Prototype.
10635
10636         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
10637
10638         * sdbout.c: Include "tm_p.h".
10639
10640         * toplev.c: Include "regs.h".
10641
10642 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
10643
10644         * unroll.c (unroll_loop): Add EH support.
10645
10646 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10647
10648         * pa-protos.h: New file.
10649
10650         * pa.c: Include recog.h and tm_p.h.
10651         (compute_zdepwi_operands, compute_movstrsi_length,
10652         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
10653         find_addr_reg, import_milli): Add static prototypes.
10654         (pa_cpu_string, pa_arch_string): Constify a char*.
10655         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
10656         (read_only_operand): Add argument `mode'.
10657         (singlemove_string, output_move_double, output_fp_move_double,
10658         output_block_move, output_and, output_ior, output_ascii,
10659         remove_useless_addtr_insns, milli_names, output_mul_insn,
10660         output_div_insn, output_mod_insn, output_arg_descriptor,
10661         output_cbranch, output_bb, output_bvb, output_dbra, ,
10662         output_millicode_call, output_call, hppa_encode_label,
10663         output_parallel_movb, output_parallel_addb): Constify a char*.
10664         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
10665         (output_parallel_addb): Remove extra arg to `constrain_operands'
10666
10667         * pa.h:  Move all prototypes to pa-protos.h.
10668         (pa_cpu_string, pa_arch_string): Constify a char*.
10669         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
10670
10671         * pa.md: Call `function_label_operand' with mode argument.
10672         Likewise for `read_only_operand'.
10673         Fix nesting of parens in call to `symbolic_operand'.
10674
10675 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10676
10677         * i860-protos.h: New file.
10678
10679         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
10680         time warnings.
10681
10682         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
10683
10684         * i860.md: Likewise.
10685
10686 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
10687
10688         * i386.md (movstrsi expander): Rewrite.
10689         (movstrsi_1 insn): Deleted.
10690         (strmovhi, strmovqi expander): New expanders.
10691         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
10692         * i386.c (x86_single_stringop): New global variable.
10693         * i386.h (x86_single_stringop): Declare.
10694         (TARGET_SINGLE_STRINGOP): New macro.
10695
10696 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
10697
10698         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
10699         integer vararg POSTINCREMENT before the destination of the jump
10700         for the hard fp case.
10701         (function_arg_pass_by_reference): Pass a copy of CUM to
10702         FUNCTION_ARG.
10703
10704         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
10705         for CONSTANT_ADDRESS_P above while loop for subreg.
10706
10707 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
10708
10709         * flow.c (propagate_block): When a prologue/epilogue insn
10710         is marked dead, unconditionally clear libcall_is_dead and
10711         insn_is_dead, and only dump rtl if warnings aren't being
10712         suppressed.
10713
10714 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
10715
10716         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
10717         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
10718         (FIXED_REGISTERS): Set dirflag as fixed.
10719         (CALL_USED_REGISTERS): Set dirflag as used.
10720         (REG_ALLOC_ORDER): Set dirflag as last one.
10721         (DIRFLAG_REG): New macro.
10722         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
10723         (HI_REGISTER_NAMES): Add dirflag.
10724         (DEBUF_PRINT_REG): Handle dirflag.
10725         * i386.md (type attribute): New cld and str types.
10726         (length_opcode attribute): Set cld and str to 1.
10727         (memory attribute): Set str to unknown - it is not clear from the
10728         patterns.
10729         (pent_np function unit): Prefixed string operations takes 12 cycles
10730         minimally; cld takes 2 cycles.
10731         (ppro_uops attribute): Str is "many" and cld is "few".
10732         (ppro_p0 unit): Handle cld here.
10733         (k6_alux unit): Handle cld and str types.
10734         (k6_load unit): It is ocupied by str opcodes.
10735         (k6_store unit): It is ocupied by str opcodes.
10736         (athlon_decode): Str is vector decoded.
10737         (athlon_ieu): Handle str and cld.
10738         (cld pattern): New.
10739         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
10740         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
10741         cmpstrsi_nz_1 insn): Do not output cld instruction
10742
10743 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
10744
10745         * gcc.texi (G++ and GCC): Add Java and Chill.
10746         (Bug Critera): Don't list languages.
10747
10748         * gcc.texi (Incompatibilities): No longer claim most C compilers
10749         are K&R.
10750
10751         * gcc.texi (G++ and GCC): Update other front-ends list.
10752
10753 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
10754
10755         * i386.c (ix86_expand_setcc): Fix typo.
10756         (ix86_expand_movcc): Similarly.
10757
10758         * Band-aid until haifa's bitset implementation is nuked.
10759         * haifa-sched.c (extract_bitlst): New parameter for size of the
10760         bitset in bits.  All callers changed.  Avoid looking at undefined
10761         bits in the bitset.
10762         (edgeset_bitsize): New variable.
10763         (schedule_region): Initialize edgeset_bitsize.
10764
10765 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10766
10767         * Makefile.in (optabs.o): Depend on real.h
10768         (resource.o): Depend on insn-attr.h
10769
10770         * builtins.c (result_vector): Wrap prototype in macro conditions
10771         governing definition and use.
10772
10773         * c-common.c: Include tm_p.h.
10774
10775         * c-lex.c: Likewise.
10776
10777         * elfos.h: Constify a char*.
10778
10779         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
10780         (get_attr_length, shorten_branches, profile_after_prologue): Mark
10781         parameter with ATTRIBUTE_UNUSED.
10782
10783         * fold-const.c (exact_real_inverse): Wrap variable `i' in
10784         CHECK_FLOAT_VALUE.
10785
10786         * haifa-sched.c (schedule_insns): Mark parameter with
10787         ATTRIBUTE_UNUSED.
10788
10789         * optabs.c: Include real.h.
10790
10791         * real.h (ereal_atof): Add prototype arguments.
10792
10793         * resource.c: Include insn-attr.h.
10794
10795         * sdbout.c (sdbout_queue_anonymous_type,
10796         sdbout_dequeue_anonymous_types): Wrap in macro
10797         SDB_ALLOW_FORWARD_REFERENCES.
10798         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
10799         ATTRIBUTE_UNUSED.
10800
10801         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
10802
10803         * stupid.c: Include tm_p.h.
10804
10805         * tree.c (real_value_from_int_cst): Mark parameter with
10806         ATTRIBUTE_UNUSED.
10807
10808 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10809
10810         * i960-protos.h: New file.
10811
10812         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
10813         time warnings.
10814
10815         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
10816
10817 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10818
10819         * combine.c (expand_field_assignment): Do not discard SUBREGs
10820         while computing nonzero_bits.
10821
10822 2000-01-09  Nick Clifton  <nickc@cygnus.com>
10823
10824         * config/arm/arm.c: Fix compile time warnings about signed vs
10825         unsigned constants.
10826         * config/arm/arm.h: Fix compile time warnings about signed vs
10827         unsigned constants.
10828
10829 2000-01-09  Philip Blundell  <philb@gnu.org>
10830
10831         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
10832         than `ldm' with only one register.
10833         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
10834         only one register.
10835
10836         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
10837         clobbered.
10838
10839 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
10840
10841         * config/ns32k/ns32k.md (load or push effective address): Operand 1
10842         must have SImode.
10843
10844 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10845
10846         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
10847         assignment used as truth value.
10848
10849         * function.c (assign_temp): Mark parameter `dont_promote' with
10850         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
10851         PROMOTE_FOR_CALL_ONLY.
10852
10853         * genrecog.c (write_subroutine): Mark variable `operands' with
10854         ATTRIBUTE_UNUSED.
10855
10856         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
10857         ATTRIBUTE_UNUSED.
10858
10859         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
10860         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
10861
10862         * toplev.c (note_deferral_of_defined_inline_function): Likewise
10863         for `decl'.
10864
10865 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10866
10867         * config/c4x.h: Tidy up comments.
10868         * config/c4x.c: Likewise.
10869
10870 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
10871
10872         * fold-const.c (lshift_double, rshift_double): Handle
10873         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
10874
10875 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10876
10877         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
10878         in prepare_function_start().
10879
10880 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
10881
10882         * config/v850/v850.c (expand_epilogue): Interrupt functions no
10883         longer allocate extra stack for function calls.
10884
10885 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10886
10887         * config/c4x/c4x.md (*subqf3_set): Fix typo.
10888
10889 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10890
10891         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
10892
10893 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
10894
10895         * rs6000.c (processor_target_table): Add power3 as alias for 630.
10896         * aix43.h: Revert Aug 2 change.
10897         (HAS_INIT_SECTION): Define, not visible yet.
10898         (LD_INIT_SWITCH): Define, not visible yet.
10899         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
10900
10901         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
10902
10903         * collect2.c (main): Expand ld2 size further.
10904         (export_object_lst): Cast assignment to avoid warning.
10905         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
10906         (scan_prog_file, COFF): Do not collect initialization or
10907         finalization functions generated for entire shared object if
10908         init/fini support present.
10909
10910 2000-01-07  Nick Clifton  <nickc@cygnus.com>
10911
10912         * config/elfos.h: Tidy up formatting of marcos.  Make sure
10913         that .section directives are always prefixed by a tab.
10914
10915         * config/svr4.h: Add #include "elfos.h" and remove duplicate
10916         definitions.
10917
10918 2000-01-07  Matt Austern  <austern@sgi.com>
10919
10920         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
10921         expon.
10922
10923 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
10924
10925         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
10926         crtstuff.c.
10927         (crtbegin.o, s-crtS): Likewise.
10928
10929 2000-01-06  Richard Henderson  <rth@cygnus.com>
10930
10931         * alpha.md (adddi_2+1): Limit offset such that it will be
10932         loadable with a single ldah+lda pair.
10933         (adddi_2+2): Explicitly fail split if we can't make it work.
10934
10935 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
10936
10937         * protoize.c: Conditionally include unistd.h.
10938         (IS_SAME_PATH_CHAR): New macro.
10939         (IS_SAME_PATH): New macro.
10940         (CPLUS_FILE_SUFFIX): New macro.
10941         (cplus_suffix): New static variable.
10942         (is_abspath): New static function.
10943         (in_system_include_dir): Handle DOS style pathnames.
10944         (file_could_be_converted): Likewise.
10945         (file_normally_convertible): Likewise.
10946         (directory_specified_p): Likewise.
10947         (file_excluded_p): Likewise.
10948         (abspath): Likewise.
10949         (shortpath): Likewise.
10950         (referenced_file_is_newer): Likewise.
10951         (save_def_or_dec): Likewise.
10952         (do_processing): Likewise.
10953         (main): Likewise.
10954         (edit_file): Likewise. Use rename instead of link.
10955         (rename_c_file): Likewise. Don't rename syscalls file.
10956         (munge_compile_params): Define null device for DOS based systems.
10957         (process_aux_info_file): Use binary mode if appliable.
10958         (edit_file): Likewise.
10959         * invoke.texi (Running Protoize): Document C++ suffixes used.
10960
10961         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
10962         IS_DIR_SEPARATOR macros.
10963         * collect2.c: Likewise.
10964         * cppinit.c: Likewise.
10965         * dwarf2out.c: Likewise.
10966         * gcc.c: Likewise.
10967         * gcov.c: Likewise.
10968         * prefix.c: Likewise.
10969         * rtl.c: Likewise.
10970         * toplev.c: Likewise.
10971         * system.h: And move to here.
10972
10973         * prefix.c (update_path): Fix typo in variable name.
10974
10975 2000-01-06  Richard Henderson  <rth@cygnus.com>
10976
10977         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
10978         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
10979         (count_reg_sets_1, count_reg_references): Likewise.
10980         (flow_loops_level_compute): Start counting actual loop depth at 1.
10981         (flow_loops_find): Likewise.
10982         * local-alloc.c (update_equiv_regs): Likewise.
10983         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
10984
10985 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
10986
10987         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
10988         FIRST_PSEUDO_REGISTER
10989         * dwarf2out.c: Don't include frame.h
10990         * dwarfout.c: Likewise
10991         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
10992         frame.h
10993
10994 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
10995
10996         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
10997         dead registers.
10998
10999         * i386.c (movsf splitter): Fix typo in my last checkin.
11000
11001 2000-01-05  Nick Clifton  <nickc@cygnus.com>
11002
11003         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
11004         own definition of this macro.
11005         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
11006         flag_data_sections or UNIQUE_SECTION_P are true.
11007
11008         * tm.texi (UNIQUE_SECTION): Document that it can be called for
11009         unitialised data decls.
11010
11011         * config/i386/winnt.c (i386_pe_unique_section): Cope with
11012         being called for uninitialised data.
11013
11014         * config/i386/interix.c (i386_pe_unique_section): Cope with
11015         being called for uninitialised data.
11016
11017         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
11018         for uninitialised data.
11019
11020         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
11021         for uninitialised data.
11022
11023         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
11024         for uninitialised data.
11025
11026         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
11027         (UNIQUE_SECTION_P): Always generate a unique section if
11028         flag_data_sections is true.
11029         (UNIQUE_SECTION): Also generate unique sections for
11030         uninitialised data.
11031         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
11032         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
11033         named_section().
11034
11035 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11036
11037         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
11038         SI, or DI.
11039
11040 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11041
11042         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
11043         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
11044         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
11045         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
11046         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
11047
11048         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
11049
11050 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
11051
11052         * c-decl.c (finish_enum): Simplify code to determine minimum and
11053         maximum values of the enum, and calculate the type.  Remove check
11054         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
11055         the DECL_INITIAL of each enumeration constant with a copy converted
11056         to the enumeration type.  When updating variant types, don't bother
11057         updating the type itself.
11058
11059         * c-typeck.c (build_binary_op): Simplify conditional expressions
11060         when weeding out spurious signed-unsigned warnings.  Add new
11061         spurious warning category: if the unsigned quantity is an enum
11062         and its maximum value fits in signed_type(result_type).  Update
11063         commentary.
11064         (build_conditional_expr): Warn here if one alternative is signed
11065         and the other is unsigned.
11066
11067 2000-01-05  Nick Clifton  <nickc@cygnus.com>
11068
11069         * config/fr30/fr30.h: Remove extraneous comments.
11070
11071 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
11072
11073         * reload1.c (choose_reload_regs): When disabling a reload, also
11074         set reload_spill_index to -1.
11075
11076 2000-01-04  Joel Sherrill (joel@OARcorp.com>
11077
11078         * configure.in (m68*-*-rtemscoff*): New target, formal name for
11079         old m68*-*-rtems*.
11080         (m68*-*-rtemself*): New target.
11081         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
11082         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
11083         (sparc*-*-rtemself*): New target.
11084         (sparc*-*-rtems*): Now elf not a.out.
11085         * config/i386/rtems.h: Include config/rtems.h.
11086         * config/i386/rtemself.h: Include config/rtems.h.
11087         * config/i960/rtems.h: Include config/rtems.h.
11088         * config/m68k/rtems.h: Include config/rtems.h.
11089         * config/m68k/rtemself.h: Include config/rtems.h.
11090         * config/mips/rtems64.h: Include config/rtems.h.
11091         * config/pa/rtems.h: Include config/rtems.h.
11092         * config/rs6000/rtems.h: Include config/rtems.h.
11093         * config/sh/rtems.h: Include config/rtems.h.
11094         * config/sh/rtemself.h: Include config/rtems.h.
11095         * config/sparc/rtems.h: Include config/rtems.h.
11096         * config/sparc/rtemself.h: Include config/rtems.h
11097
11098 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
11099
11100         * final.c (shorten_branches): Correctly compute length of
11101         asms without operands.
11102
11103 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
11104
11105         * configure.in: Add pj target.
11106         * configure: Regenerate.
11107         * config/pj: New directory.
11108         * config/pj/lib1funcs.S: New file.
11109         * config/pj/linux.h: New file.
11110         * config/pj/pj.c: New file.
11111         * config/pj/pj.md: New file.
11112         * config/pj/pjl.h: New file.
11113         * config/pj/t-pj: New file.
11114         * config/pj/xm-pj.h: New file
11115
11116 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
11117
11118         * toplev.c (rest_of_compilation): Run shorten-branches before
11119         reg-stack for now.
11120
11121 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11122
11123         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
11124         macros so that they're consistent with their names.
11125         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
11126         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
11127
11128 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11129
11130         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
11131         modified inadvertently.
11132
11133 2000-01-04  Joel Sherrill <joel@OARcorp.com>
11134
11135         * configure.in (v850*-*-rtems*): New target.
11136         * configure: Regenerate.
11137         * config/v850/rtems.h: New file.
11138
11139 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
11140
11141         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
11142         (__gthread_key_create): Likewise.
11143         (__gthread_key_dtor):  Likewise.
11144         (__gthread_once): Fix logic.
11145         (__gthread_key_delete): Cast away constness.
11146
11147         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
11148         * invoke.texi: Document.
11149         * i386/mingw32.h (CPP_SPEC): Use.
11150         (LIBGCC_SPEC): Likewise.
11151         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
11152
11153 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
11154
11155         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
11156         (HANDLE_PRAGMA_PACK): Undefine.
11157         (SLOW_UNALIGNED_ACCESS): Define.
11158
11159 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
11160
11161         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
11162         to default definition.
11163         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
11164         (store_fixed_bit_field): Call macro with word_mode and alignment.
11165         (extract_bit_field): Call macro with relevant mode and alignment.
11166         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
11167         to default definition.
11168         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
11169         and alignment.
11170         (move_by_pieces_ninsns): Likewise.
11171         (clear_by_pieces): Likewise.
11172         (emit_push_insn): Likewise.
11173         (store_field): Call macro with relevant mode and alignment.
11174         (expand_expr): Likewise.
11175         (expand_expr_unaligned): Likewise.
11176
11177         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
11178         (SLOW_UNALIGNED_ACCESS): Define.
11179         (CASE_VECTOR_MODE): Always use 32-bit offsets.
11180         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
11181         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
11182         (toc_section): Likewise and .toc pseudo-op.
11183         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
11184         64-bit mode.
11185         (TEXT_SECTION_ASM_OP): Likewise.
11186         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
11187         32-bit offsets.
11188
11189         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
11190         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
11191         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
11192         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
11193         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
11194
11195 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
11196
11197         * regclass.c: Revert my Jan 4 change to loop cost computation.
11198
11199 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11200
11201         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
11202         compilation.
11203
11204 2000-01-04  Stan Cox  <scox@cygnus.com>
11205
11206         * haifa-sched.c (build_control_flow): Change unreachable simple
11207         loop test to check if current block has only one predecessor.
11208         (find_rgns): Initialize degree.  Use dest as degree index, not src.
11209
11210 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11211
11212         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
11213
11214         * calls.c (expand_call): Likewise for
11215         `old_stack_arg_under_construction'.
11216
11217         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
11218
11219         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
11220         `save_constant'.
11221
11222         * gcc.c (execute): Likewise for `ut' and `st'.
11223
11224         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
11225
11226         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
11227
11228         * jump.c (jump_optimize_1): Likewise for `temp2'.
11229
11230         * local-alloc.c (block_alloc): Likewise for `r1'.
11231
11232         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
11233
11234         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
11235         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
11236
11237         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
11238         and `set2'.
11239
11240         * reload.c (find_reloads): Likewise for `goal_alternative_number'
11241         and `goal_earlyclobber'.
11242
11243         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
11244
11245         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
11246
11247         * stupid.c (stupid_life_analysis): Likewise for `chain'.
11248
11249         * unroll.c (copy_loop_body): Likewise for `copy'.
11250
11251         * varasm.c (output_constructor): Likewise for `byte'.
11252
11253 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11254
11255         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
11256         all FP constants for constant->reg moves.
11257         (ix86_split_to_parts): Try to convert memory address into immediate
11258         when available in the constant pool.
11259         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
11260         moves.
11261         (LEGITIMATE_CONSTANT_P): Return 1.
11262         * i386.md (pushsf): New splitter to convert constant pool memory
11263         reference to immediate.
11264         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
11265         reload.
11266
11267 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
11268
11269         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
11270         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
11271         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
11272         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
11273         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
11274
11275 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
11276
11277         * ginclude/stdbool.h:  Support compilation as C++.
11278
11279 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11280
11281         * fold-const.c (make_range): Don't try to reverse an unbounded range.
11282
11283 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
11284
11285         * regclass.c (regclass): Properly compute loop_cost.  Adjust
11286         comments.
11287
11288         * regclass.c: Fix minor whitespace problems.
11289
11290 2000-01-03  Anthony Green  <green@cygnus.com>
11291
11292         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
11293         Restore the pic register if required.
11294
11295 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
11296
11297         * c-common.c (format_char_info): Update comment.
11298         (check_format_info): Recognize 'z' modifier in the same way 'Z'
11299         was recognized.  Emit warning for formats new in ISO C99 only
11300         if flag_isoc9x is not set.
11301
11302 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
11303
11304         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
11305
11306 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11307
11308         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
11309         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
11310         (make_compound_operation): Choose cheaper alternative between
11311         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
11312
11313         * regclass.c (op_costs): Remove global variable.
11314         (record_reg_classes): New parameter "op_costs" and "reg_pref".
11315         (record_operand_costs): Break out from ...
11316         (scan_one_insn): ... here.
11317         (dump_regclass): Make dumps nicer.
11318         (regclass): Dump preferrences choosed and changes done during passes.
11319
11320 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
11321
11322         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
11323
11324 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
11325
11326         * config/sparc/sparc.c (gen_df_reg): New function.
11327         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
11328         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
11329         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
11330         movtf_cc_reg_sp64+1): Use it.
11331
11332 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
11333
11334         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
11335         copied LABEL_DECLs.
11336
11337 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11338
11339         * config/i386/i386.c (ix86_expand_unary_operator): Function
11340         definition made void.
11341         (ix86_expand_binary_operator): Update outdated preceding comment.
11342         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
11343         prototype.
11344
11345         * config/i386/i386.c (override_options): Fix option-name typo.
11346
11347 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
11348
11349         * system.h (CEIL): Define.
11350         * builtins.c (CEIL): Remove.
11351         * expmed.c (CEIL): Likewise.
11352         * expr.c (CEIL): Likewise.
11353         * stor-layout.c (CEIL): Likewise.
11354
11355 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11356
11357         * expr.c (store_constructor_field): Fix typo introduced with last
11358         gcc2 merge.
11359
11360 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
11361
11362         * tree.h (BINFO_N_BASETYPES): New macro.
11363
11364 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
11365
11366         * expmed.c (emit_store_flag): Prevent losing a pending stack
11367         adjust the same way we prevent losing queued increments.
11368
11369 Fri Dec 31 19:10:31 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11370
11371         * function.c (update_temp_slot_address): Handle case where sum of
11372         temporary address plus offset in register is a valid address.
11373
11374 1999-12-30  Herman A.J. ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
11375
11376         * genrecog.c (change_state) Corrected typo.
11377
11378 1999-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11379
11380         * system.h (bcopy, bcmp, bzero, index, rindex, atof, atol, free,
11381         getcwd, getenv, getwd, sbrk, strstr, malloc, calloc, realloc,
11382         strerror, getrlimit, setrlimit, abort): Add prototype arguments.
11383
11384 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
11385
11386         * i386.c (ix86_expand_fp_compare): In non-sahf non-TARGET_IEEE
11387         case, expand GT comparisons correctly.  Fix a comment before this
11388         part of the code.
11389
11390 1999-12-30  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
11391
11392         * dwarfout.c: Include "frame.h"
11393         * dwarf2out.c: Likewise.
11394         * Makefile.in (dwarfout.o): Depend on frame.h
11395         (dwarf2out.o): Likewise.
11396
11397 1999-12-29  "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
11398
11399         Restore i386 binary compatibility in Dwarf EH info.
11400         * config/i386/i386.h (DWARF_FRAME_REGISTERS): Define as 17, the old
11401         value of FIRST_PSEUDO_REGISTER.
11402         * frame.h (DWARF_FRAME_REGISTERS): Default to FIRST_PSEUDO_REGISTER.
11403         (struct frame_state): Use DWARF_FRAME_REGISTERS.
11404         * dwarfout.c (output_reg_number): Ditto.
11405         * dwarf2out.c (reg_number, expand_builtin_init_dwarf_reg_sizes): Ditto.
11406         (DWARF_FRAME_RETURN_COLUMN): Default to DWARF_FRAME_REGISTERS.
11407
11408 1999-12-29  Bruce Korb  <autogen@linuxbox.com>
11409
11410         * fixinc/fixincl.c(wait_for_pid): sometimes a WSTOPSIG of zero is OK
11411         * fixinc/fixincl.tpl(<hack>TEST_CT): Just do the existence test once
11412         (<hack>_RE_CT): not needed
11413         * fixinc/fixlib.c(is_cxx_header): moved from fixtests.c
11414         rewritten to scan the file text once only
11415         "template<..." test added
11416         * fixinc/fixlib.h(apply_fix_p_t): moved from fixtests.c
11417         (is_cxx_header): declaration added
11418         * fixinc/fixtests.c(is_cxx_header): removed
11419         (apply_fix_p_t): removed
11420         (double_slash_test): is_cxx_header is only called once now
11421         * fixinc/hackshell.tpl: indexing the fixes is now done under DEBUG
11422         * fixinc/inclhack.def(FIXINC_DEBUG): added for testing DEBUG state
11423         within the templates.
11424         The borken spelling of "broken" was fixed.
11425         * fixinc/inclhack.tpl: The $VERBOSE level is used on various messages
11426         The default level depends on FIXINC_DEBUG.
11427
11428 1999-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11429
11430         * crtstuff.c: If !inhibit_libc, include stdlib.h/unistd.h.
11431         Otherwise provide a declaration for atexit.
11432         (init_dummy): Make sure dummy call to atexit is nevertheless
11433         called with correct number of args.
11434
11435         * frame.c: Update comments referring to other files.
11436
11437         * libgcc2.c: Likewise.
11438
11439 1999-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11440
11441         * cse.c (free_element, get_element): Remove unused prototypes.
11442
11443         * fold-const.c (extract_muldiv): Initialize variables `op0' and
11444         `op1'.
11445
11446         * jump.c (invert_exp): Add explicit braces to avoid ambiguous
11447         `else' clauses.
11448
11449 Wed Dec 29 12:44:54 1999  Donald Lindsay  <dlindsay@cygnus.com>
11450
11451         * configure.in,configure: case arm for mn10200-*-* now sets
11452         float_format=i32 so that float.h will correctly claim "double"
11453         to be 32 bits. Ran autoconf to generate configure from .in file.
11454
11455 Wed Dec 29 10:53:21 1999  Jeffrey A Law  (law@cygnus.com)
11456
11457         * pa.md (conditional zero): If op1 is a register, force it into
11458         the same register as op0.
11459
11460 1999-12-28  Mark Mitchell  <mark@codesourcery.com>
11461
11462         * tree.h (BINFO_BASETYPES): Improve documentation.
11463
11464 1999-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11465
11466         * configure.in (--enable-checking): Use a more portable `for'
11467         loop syntax.
11468
11469 1999-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11470
11471         * configure.in (AC_DECL_SYS_SIGLIST, xm-siglist.h,
11472         arm/xm-netbsd.h, NO_SYS_SIGLIST): Don't use.
11473
11474         * xm-siglist.h, arm/xm-netbsd.h, mips/xm-news.h, mips/xm-sysv4.h:
11475         Delete files.
11476
11477         * gcc.texi (NO_SYS_SIGLIST, sys_siglist, SYS_SIGLIST_DECLARED):
11478         Delete descriptions.
11479
11480         * i386/osf1elf.h, i386/xm-cygwin.h, i386/xm-mingw32.h, m68k/3b1.h,
11481         m68k/a-ux.h, m68k/dpx2.h, m68k/plexus.h, m68k/xm-hp320.h,
11482         m88k/xm-m88k.h, mips/x-sni-svr4, pa/xm-pa.h, pa/xm-pahpux.h,
11483         pa/xm-papro.h, we32k/xm-we32k.h, winnt/xm-winnt.h, xm-interix.h,
11484         xm-svr4.h: Remove all instances of sys_siglist handling.
11485
11486 1999-12-27  Jakub Jelinek  <jakub@redhat.com>
11487
11488         * config/sparc/sparc.md (cmp_zero_qi,
11489         cmp_zero_extendqisi2_andcc_set, cmp_zero_qi_sp64,
11490         cmp_zero_extendqidi2_andcc_set): New patterns.
11491
11492 1999-12-28  Manfred Hollstein  <mhollstein@cygnus.com>
11493
11494         * m68k/t-mot3300-gald (CROSS_LIBGCC1): Define to libgcc1-asm.a.
11495         (LIB1ASMSRC, LIB1ASMFUNCS, LIB2FUNCS_EXTRA): Define.
11496         (fpgnulib.c, xfgnulib.c): Add rules.
11497         * m68k/t-mot3300-gas: Likewise.
11498
11499 1999-12-27  Ian Lance Taylor  <ian@zembu.com>
11500
11501         * configure.in: Avoid [[ by using test and changequote.  Add
11502         changequote required by 1999-12-14 change.
11503         * configure: Rebuild.
11504
11505 1999-12-27  Clinton Popetz  <cpopetz@cygnus.com>
11506
11507         * config/mips/mips.h: Fix typo from 12/17/99 libgcc2 fix.
11508
11509 1999-12-27  Christophe Jaillet  <jaillet.christophe@caramail.com>
11510
11511         * alias.c (nonlocal_reference_p): Add else for disjoint ifs.
11512         * flow.c (find_use_as_address): Likewise.
11513         * function.c (fixup_var_refs_1): Likewise.
11514         (walk_fixup_memory_subreg, fixup_stack_1): Likewise.
11515         * jump.c (invert_exp, redirect_exp): Likewise.
11516         * loop.c (replace_call_address): Likewise.
11517         (count_nonfixed_reads): Likewise.
11518         * rtlanal.c (modified_between_p): Likewise.
11519         (modified_in_p, volatile_insn_p, volatile_refs_p): Likewise.
11520         (side_effects_p, replace_regs, jmp_uses_reg_or_mem): Likewise.
11521         * unroll.c (remap_split_bivs): Likewise.
11522
11523 1999-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11524
11525         * diagnostic.c (v_message_with_decl): Use .* format specifier
11526         instead of building the format specifier width manually.
11527
11528         * system.h (strsignal): Don't check HAVE_STRSIGNAL when
11529         determining whether to provide a prototype.  Remove the
11530         sys_siglist clause in the conditional.
11531
11532 1999-12-23  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11533
11534         * fold-const.c (operand_equal_p): Use memcmp to compare string
11535         constants.
11536         Suggested by D. J. Bernstein
11537
11538 1999-12-17  Jakub Jelinek  <jakub@redhat.com>
11539
11540         * config/h8300/h8300.h (TARGET_H8300H, TARGET_H8300S): Make sure
11541         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
11542         compiling libgcc2.
11543         * config/mips/mips.h (TARGET_64BIT): Likewise.
11544         * config/rs6000/rs6000.h (TARGET_POWERPC64): Likewise.
11545         * libgcc2.c: Use {,U}{HW,W,DW}type and DWunion everywhere instead
11546         of {SI,DI}type and DIunion.  Define these types to QI/HI modes on
11547         dsps.  Give routines proper names if SI/DI modes are not used.
11548         * longlong.h: Use DWunion instead of DIunion.
11549
11550 1999-12-26  Zack Weinberg  <zack@wolery.cumb.org>
11551
11552         * acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING,
11553         GC_CHECKING, GC_ALWAYS_COLLECT.
11554         * configure.in: Allow --enable-checking with an argument
11555         listing check modes to enable.
11556         * config.in, configure: Rebuilt.
11557         * ggc-page.c, ggc-simple.c: Define GGC_POISON (and
11558         GGC_ALWAYS_VERIFY for ggc-simple.c) only if
11559         ENABLE_GC_CHECKING.  Define GGC_ALWAYS_COLLECT only if
11560         ENABLE_GC_ALWAYS_COLLECT.
11561         * rtl.h, rtl.c: Change ENABLE_CHECKING to ENABLE_RTL_CHECKING
11562         throughout.
11563         * tree.h, tree.c: Change ENABLE_CHECKING to
11564         ENABLE_TREE_CHECKING throughout.
11565
11566 Sun Dec 26 07:48:20 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11567
11568         * fold-const.c (fold_truthop): Properly check for FP RHS.
11569
11570 1999-12-24  Mark Mitchell  <mark@codesourcery.com>
11571
11572         * toplev.h (note_deferall_of_defined_inline_function): Declare.
11573         * toplev.c (note_deferral_of_defined_inline_function): New
11574         function, split out from ...
11575         (rest_of_compilation): ... here.  Use it.
11576
11577 Fri Dec 24 12:34:26 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11578
11579         * expr.c (store_constructor): Don't call clear_storage if size is
11580         variable.
11581
11582 1999-12-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11583
11584         * Makefile.in (toplev.o): Depend on loop.h.
11585
11586         * dwarfout.c: Include tm_p.h.
11587
11588         * emit-rtl.c (restore_emit_status): Mark parameter with
11589         ATTRIBUTE_UNUSED.
11590
11591         * final.c (final_scan_insn): Likewise.
11592
11593         * flow.c (flow_nodes_print, flow_exits_print, flow_loops_cfg_dump,
11594         flow_loop_nested_p, flow_loop_exits_find, flow_loop_nodes_find,
11595         flow_depth_first_order_compute, flow_loop_pre_header_find,
11596         flow_loop_tree_node_add, flow_loops_tree_build,
11597         flow_loop_level_compute, flow_loops_level_compute,
11598         flow_loop_outside_edge_p): Add prototypes.
11599         (recompute_reg_usage): Mark parameters with ATTRIBUTE_UNUSED.
11600
11601         * ggc-callbacks.c (lang_mark_tree, lang_mark_false_label_stack):
11602         Mark with ATTRIBUTE_NORETURN.
11603
11604         * hash.c (hash_newfunc): Mark parameter with ATTRIBUTE_UNUSED.
11605
11606         * local-alloc.c (no_conflict_p): Likewise.
11607
11608         * loop.c (insert_bct): Hide definitions of variables with hidden
11609         usage.
11610         (note_reg_stored): Mark parameter with ATTRIBUTE_UNUSED.
11611
11612         * regclass.c (memory_move_secondary_cost): Mark variable `mem'
11613         with ATTRIBUTE_UNUSED.
11614         (record_reg_classes): Mark parameter with ATTRIBUTE_UNUSED.
11615         (reg_scan): Likewise.
11616
11617         * reload.c (find_reloads): Remove unused variables `changed'.
11618
11619         * reload1.c (reload_reg_class_lower): Don't unnecessarily cast
11620         away const-ness.
11621         (allocate_reload_reg): Mark parameter with ATTRIBUTE_UNUSED.
11622         Remove unused variable `insn'.
11623
11624         * toplev.c: Include loop.h.
11625         (report_file_and_line): Remove unnecessary prototype.
11626
11627         * tree.c (build_block): Mark parameter with ATTRIBUTE_UNUSED.
11628
11629         * unroll.c (biv_total_increment): Likewise.
11630
11631 Thu Dec 23 23:15:22 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
11632
11633         * reload1.c (emit_input_reload_insns): Restore old behaviour
11634         wrt. 'special' reloads.
11635
11636 1999-12-23  Zack Weinberg  <zack@wolery.cumb.org>
11637
11638         * Makefile.in (ggc-simple.c, ggc-page.c): Don't depend on
11639         hash.h.  (cse.c): Don't depend on hashtab.h.
11640
11641         * cse.c: Don't include hashtab.h.
11642         (hash_cse_reg_info, cse_reg_info_equal_p): Delete prototypes
11643         of dead functions.
11644         * ggc-simple.c: Don't include hash.h.
11645
11646 1999-12-22  Jason Merrill  <jason@casey.cygnus.com>
11647
11648         * dwarf2out.c (add_abstract_origin_attribute): Call
11649         gen_abstract_function on our function context.
11650
11651 Thu Dec 23 03:57:10 1999  Hans-Peter Nilsson  <hp@bitrange.com>
11652
11653         * Makefile.in (INTEGRATE_H): Fix typo: INTEGRATE_H, not INTREGRATE_H.
11654
11655 1999-12-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11656
11657         * config/c4x/c4x.c (c4x_address_cost): Add statement to default
11658         case in switch.
11659
11660 1999-12-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11661
11662         * config/c4x/c4x.md (*addqi3_noclobber_reload): Change operand 0
11663         constraints to "a!r".
11664
11665 1999-12-21  Mark Mitchell  <mark@codesourcery.com>
11666
11667         * Makefile.in (calls.o): Depend on function.h.
11668         (alias.o): Likewise.
11669
11670 1999-12-21  Bernd Schmidt  <bernds@cygnus.co.uk>
11671
11672         * reload1.c (emit_reload_insns): Break out code and variables into...
11673         (input_reload_insns, other_input_address_reload_insns,
11674         other_input_reload_insns, input_address_reload_insns,
11675         inpaddr_address_reload_insns, output_reload_insns,
11676         output_address_reload_insns, outaddr_address_reload_insns,
11677         operand_reload_insns, other_operand_reload_insns,
11678         other_output_reload_insns): ... new static variables, and...
11679         (emit_input_reload_insns, emit_output_reload_insns, do_input_reload,
11680         do_output_reload): ... new functions.
11681
11682 Tue Dec 21 07:06:36 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11683
11684         * pa.h (FUNCTION_ARG_BOUNDARY): Never return 0.
11685
11686 1999-12-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11687
11688         * md.texi: Add c4x constraints documentation.
11689
11690 1999-12-21  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11691
11692         * config/i386/dgux.c (struct option): Rename to
11693         lang_independent_option.
11694         (struct m_options): Add description field.
11695         (output_options): Rename option type, add sep declaration, output
11696         ix86_cpu_string and ix86_arch_string only if set.
11697         (output_file_start): Rename option type.
11698
11699 Mon Dec 20 23:15:36 1999  Mike Stump  <mrs@wrs.com>
11700
11701         * Makefile.in (crtbegin.o, crtend.o, s-crtS): Depend on
11702         stmp-int-hdrs.
11703         (libgcc2.a): Similarly.
11704
11705 Mon Dec 20 23:06:47 1999  David Edelsohn  <edelsohn@gnu.org>
11706
11707         * longlong.h (_ARCH_PPC): Only protect add_ssaaaa and sub_ddmmss
11708         with W_TYPE_SIZE == 32.  Do not fall through to POWER architecture
11709         for umul_ppmm and smul_ppmm if !_ARCH_PPC and !_ARCH_POWER.
11710
11711 Mon Dec 20 23:02:03 1999  Jeffrey A Law  (law@cygnus.com)
11712
11713         * fold-const.c (real_hex_to_f): Remove unused "isldouble" variable.
11714         Remove redundant initialization of "frexpon" and "expon".
11715
11716 Mon Dec 20 15:00:04 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11717
11718         * tree.c (real_value_from_int_cst): Clear REAL_VALUE_TYPE object first.
11719
11720         * expr.c (store_constructor): New argument SIZE; pass to clear_storage.
11721         (store_constructor_field, expand_expr): Pass new arg.
11722
11723 1999-12-20  Mark Mitchell  <mark@codesourcery.com>
11724
11725         * Makefile.in (explow.o): Depend on function.h.
11726
11727         * stor-layout.c (set_sizetype): Fix typo.
11728
11729 1999-12-20  Bernd Schmidt  <bernds@cygnus.co.uk>
11730
11731         * function.c (cfun): Renamed from current_function.  All users
11732         changed.
11733         * function.h (cfun): Rename declaration as well.
11734
11735         * reload.h (struct insn_chain): Change live_throughout and dead_or_set
11736         to be of type regset_head, not regset.  All users changed by adding
11737         address operator.
11738         * reload1.c (new_insn_chain): Don't allocate regsets, just clear them.
11739
11740 1999-12-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11741
11742         * config/c4x/rtems.h: New file.
11743
11744 1999-12-19  Bernd Schmidt  <bernds@cygnus.co.uk>
11745
11746         * reload1.c (spill_failure): Take class of failed reload as argument
11747         and print it.  Caller changed.
11748
11749 Sun Dec 19 07:50:42 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11750
11751         * rs6000.h (SUBTARGET_DEFAULT): New macro.
11752         (TARGET_SWITCHES): Allow subtargets to default switches.
11753         * rs6000/vxppc.h (SUBTARGET_DEFAULT): New macro.
11754
11755 1999-12-18  Mark Mitchell  <mark@codesourcery.com>
11756
11757         * crtstuff.c (__do_global_ctors_aux): Do not call __cxa_finalize
11758         in a main program.
11759
11760 Sat Dec 18 20:42:43 1999  Richard Henderson  <rth@cygnus.com>
11761
11762         * cccp.c (main): Define __STDC_VERSION__ as necessary.
11763         * cppinit.c (cpp_handle_option): Likewise.
11764
11765         * ginclude/stdarg.h (va_copy): Use __STDC_VERSION__ to
11766         determine when to define.
11767
11768 Sat Dec 18 20:34:00 1999  Richard Henderson  <rth@cygnus.com>
11769
11770         * alpha.c (alpha_emit_conditional_move): If TARGET_FIX, handle
11771         cmove with mismatched test and data modes.
11772
11773 Sat Dec 18 20:30:15 1999  Richard Henderson  <rth@cygnus.com>
11774
11775         * c-typeck.c (c_expand_start_case): Don't warn for long switch
11776         in system headers.
11777
11778 Sat Dec 18 16:28:43 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11779
11780         * alias.c: Minor reformatting.
11781         * flow.c: Likewise.
11782         * regs.h: Likewise.
11783         * stor-layout.c: Likewise.
11784         * fold-const.c: Likewise.
11785         (OVERFLOW_SUM_SIGN): Renamed from overflow_sum_sign.
11786         (struct cb_args, const_binop_1, const_binop): Pass type of arg,
11787         not arg itself.
11788         (size_int_wide): Cache nodes even if garbage collecting.
11789         (twoval_comparison_p): Reenable SAVE_EXPR case if operand
11790         of SAVE_EXPR has no side effects.
11791         * cse.c: Move a comment.
11792         * tree.c: Minor reformatting.
11793         (int_size_in_bytes): Return -1 if constant overflows.
11794
11795 Sat Dec 18 18:30:20 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
11796
11797         * unroll.c (copy_loop_body): Don't treat a REG like a PLUS.
11798
11799 1999-12-18 10:42 -0800  Zack Weinberg  <zack@wolery.cumb.org>
11800
11801         * objc/objc-parse.c: Regenerate.  This file must be rebuilt
11802         after any change to c-parse.in, even if objc-parse.y didn't
11803         change.  Oops.
11804
11805 1999-12-18  David S. Miller  <davem@redhat.com>
11806
11807         * toplev.c (rest_of_compilation): Restore BLOCK tree
11808         reconstruction and branch shortening changes lost in
11809         December 18th change.
11810
11811 Sat Dec 18 05:29:29 1999  Scott Bambrough  <scottb@netwinder.org>
11812
11813         * config/arm/linux-elf.h: Change all instances of
11814         ARM_FLAG_SHORT_BYTES to ARM_FLAG_MMU_TRAPS.
11815         * config/arm/uclinux-elf.h: Likewise.
11816
11817 1999-12-18 Gabriel Dos Reis  <gdr@codesourcery.com>
11818
11819         * toplev.c (notice, vmessage, v_message_with_file_and_line,
11820         v_message_with_decl, file_and_line_for_asm,
11821         v_error_with_file_and_line, v_error_with_decl, v_error_for_asm,
11822         verror, vfatal, v_warning_with_file_and_line, v_warning_with_decl,
11823         v_warning_for_asm, vwarning, vpedwarn, v_pedwarn_with_decl,
11824         v_pedwarn_with_file_and_line, vsorry, vnotice, count_error,
11825         pfatal_with_name, fatal_io_error, need_error_newline,
11826         last_error_function, last_error_tick, announce_function,
11827         default_print_error_function, print_error_function,
11828         report_error_function, fnotice, error_with_file_and_line,
11829         error_with_decl, error_for_asm, error, set_fatal_function, fatal,
11830         _fatal_insn, _fatal_insn_not_found, warning_with_file_and_line,
11831         warning_with_decl, warning_for_asm, warning, pedwarn,
11832         pedwarn_with_decl, pedwarn_with_file_and_line, sorry): Move to
11833         diagnostic.c
11834         (compile_file): Use fnotice instead of notice.  Adjust call.
11835
11836         * diagnostic.c: New file.
11837
11838         * Makefile.in (OBJS): Include diagnostic.o
11839         (diagnostic.o): Define dependence.
11840
11841 1999-12-18  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11842
11843         * config/c4x/c4x.h (ASM_OUTPUT_XXX): Wrap in do-while(0).
11844         Tweak formatting.
11845
11846 1999-12-18  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11847
11848         * config/c4x/c4x.md (rpts_top, rptb_top): Add clobbers for rs and re.
11849
11850 1999-12-17 13:21 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
11851
11852         * fixtests.c (is_cxx_header): New fn, split out of
11853         double_slash_test.
11854         (else_endif_label): Allow "#endif // comment" in C++ headers,
11855         as determined by is_cxx_header.
11856         * fixfixes.c (else_endif_label_fix): Update comment.
11857         * fixincl.c: Don't output VERB_PROGRESS lines if stdout is not
11858         a tty.
11859         * genfixes: Correct double thinko in commandline parsing.
11860         * hackshell.tpl: Generate correct sh syntax for bypass
11861         entries.
11862
11863         * inclhack.def (all): Whenever an inserted preprocessor
11864         conditional is split over multiple lines, use double
11865         backslashes in this file so the fixed header will be readable.
11866
11867         (AAB_fd_zero_glibc_1_0): Rename to AAB_fd_zero_asm_posix_types_h
11868         and add bypass entry for correct version of this header.
11869         (AAB_fd_zero_glibc_1_x): Rename to AAB_fd_zero_gnu_types_h.
11870         (AAB_fd_zero_glibc_2_0): Rename to AAB_fd_zero_selectbits_h.
11871
11872         (hpux8_bogus_inlines): New fix, split from...
11873         (ultrix_atof_param) ... here.
11874         (math_expression): Add bypass entry keyed to glibc comment
11875         indicating the problem has been dealt with; disable
11876         unnecessary sed operations; update commentary.
11877         (math_gcc_ifndefs): Rename to math_huge_val_from_dbl_max,
11878         add select and bypass entries, simplify shell operation.
11879         (math_huge_val_ifndef): Split from math_gcc_ifndefs.
11880
11881         (ip_missing_semi, rs6000_param, tinfo_cplusplus,
11882          ultrix_atof_param): Add select entry.
11883         (stdio_va_list, sunos_mather_decl): Add bypass entry.
11884         (systypes_for_aix, sysv86_string, tinfo_cplusplus): Put the
11885         comments with the fixes they describe.
11886
11887         * c-parse.in (string action): Do not warn about ANSI string
11888         concatenation in system headers.  Affects C parser only.
11889         * c-parse.y, c-parse.c, c-parse.h: Rebuild.
11890
11891 1999-12-16  Jakub Jelinek  <jakub@redhat.com>
11892
11893         * config/sparc/sparc.h (TARGET_ARCH32): Exchange ifdefs so that if
11894         compiling libgcc2 the macro depends always on arch cpp defines.
11895
11896 Fri Dec 17 10:34:16 1999  Richard Earnshaw <rearnsha@arm.com>
11897
11898         * loop.c (insert_loop_mem): Don't record MEMs from inside
11899         EXPR_LISTs.
11900
11901 Fri Dec 17 12:08:11 MET 1999  Jan Hubicka  <hubicka@freesoftr.cz>
11902
11903         * regclass.c (regclass): Do not use flowgraph when not optimizing.
11904
11905         * gcse.c (try_replace_reg): Do replacements in REG_EQUAL/REG_EQUIV
11906         notes too, create one when replacement failed, attempt to simplify
11907         resulting notes.
11908         (cprop_insn): Propagate even to registers mentioned only in REG_EQUAL
11909         or REG_EQUIV notes.
11910
11911 1999-12-16  Mark Mitchell  <mark@codesourcery.com>
11912
11913         * crtstuff.c (__dso_handle): Declare.
11914         (__cxa_finalize): Likewise.
11915         (do_global_dtors_aux): Call __cxa_finalize if __dso_handle is
11916         non-NULL.
11917
11918         * invoke.texi: Document -fuse-cxa-atexit.
11919
11920         * tree.h (ptr_type_node): Document.
11921         (const_ptr_type_node): Likewise.
11922
11923 Fri Dec 17 01:32:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
11924
11925         * regmove.c (optimize_reg_copy_1): Ignore LOOP notes.
11926         (optimize_reg_copy_2): Likewise.
11927         (optimize_reg_copy_3): Likewise.
11928         (fixup_match_2): Likewise.
11929         (regmove_optimize): Likewise.
11930         (fixup_match_1): Liekwise.
11931
11932         * i386.md (HI to SImode promoting splitters): Rewrite.
11933         (pushsf mem peep2): New.
11934         (testhi to andhi peep2): Remove.
11935         * i386.h (x86_promote_QImode): New.
11936         (TARGET_PROMOTE_QImode): New.
11937         (PREDICATE_CODES): Add promotable_binary_operator.
11938         * i386.c (x86_promote_QImode0: New.
11939         (promotable_binary_operator): New.
11940         * i386-protos.h (promotable_binary_operator): New.
11941
11942         * i386.md (test?i_1): Use "nonmemory_operand" predicate, simplify
11943         condition.
11944         (one_cmpl?i*): Pass "NOT" to unary_operator_ok.
11945
11946 1999-12-16  Mark Mitchell  <mark@codesourcery.com>
11947
11948         * Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.
11949         * function.c (insert_block_after_note): Remove.
11950         (retrofit_block): Likewise.
11951         (identify_blocks): Fix indentation.
11952         (reorder_blocks): Don't NULL out NOTE_SOURCE_FILE for a
11953         NOTE_INSN_BLOCK_BEG or NOTE_INSN_BLOCK_END.
11954         * function.h (insert_block_after_note): Remove prototype.
11955         (retrofit_block): Likewise.
11956         * integrate.c (expand_inline_function): Don't call
11957         find_loop_tree_blocks.  Use expand_start_bindings_and_block, not
11958         just expand_start_bindings.  Use the block_map to remap old
11959         NOTE_BLOCKs to new ones.
11960         (integrate_decl_tree): Keep track of remapped blocks.
11961         * integrate.h (struct inline_remap): Add block_map.
11962         * stmt.c (expand_fixup): Don't try to retrofit_blocks.  Just set
11963         NOTE_BLOCK on the notes.
11964         (expand_start_bindings): Rename to ...
11965         (expand_start_bindings_and_block): Add parameter.  Set NOTE_BLOCK.
11966         (expand_end_bindings): Set NOTE_BLOCK.
11967         * toplev.c (rest_of_compilation): In function-at-a-time-mode,
11968         reconstruct the BLOCK tree.
11969         * tree.h (expand_start_bindings): Macroize.  Call ...
11970         (expand_start_bindings_and_block): New function.
11971
11972 1999-12-16  Jakub Jelinek  <jakub@redhat.com>
11973
11974         * config/sparc/sparc.c (print_operand): Cast fprintf arguments
11975         to match the format.
11976
11977 1999-12-16  David S. Miller  <davem@redhat.com>
11978
11979         * expr.c (emit_move_insn_1): Only emit clobbers if one of
11980         the outputs is a SUBREG.
11981         * rtlanal.c (reg_overlap_mentioned_p): Revert December 15th
11982         change.
11983
11984         * config/sparc/sparc.c (epilogue_renumber): Add default case
11985         to switch stmt.
11986
11987 Thu Dec 16 11:33:57 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
11988
11989         * toplev.c (rest_of_compilation): Run branch shortening after
11990         reg-stack.
11991
11992         * regclass.c (loop_depth): Remove
11993         (scan_one_insn): Do not handle LOOP_NOTE insns.
11994         (regclass): Go through basic blocks and set loop_cost
11995
11996 Thu Dec 16 02:56:25 1999  Zack Weinberg  <zack@bitmover.com>
11997
11998         * tree.h (DECL_FROM_INLINE): Check DECL_ABSTRACT_ORIGIN too.
11999
12000 Thu Dec 16 10:43:35 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12001
12002         * i386.md (movqi): Use "nonimmediate_operand" for output operand.
12003         (movstrictqi, movdi, movsf, movdf, movxf): Likewise.
12004         (adddi, addqi, addhi, subdi, subqi, subhi, ffs): Likewise.
12005
12006 Thu Dec 16 02:41:26 1999  Richard Henderson (rth@cygnus.com)
12007
12008         * loop.c (insert_loop_mem): Ignore memory clobbers.
12009
12010         * combine.c (simplify_comparison): Reduce (OP (MINUS A B) 0)
12011         to (OP A B).
12012
12013 Thu Dec 16 02:26:11 1999  Jeffrey A Law  (law@cygnus.com)
12014
12015         * profile.c: Remove redundant #include "output.h".
12016
12017         * h8300.md (HImode preinc peephole): Fix typo.
12018
12019 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12020
12021         * function.c (retrofit_block): Abort if we don't find a suitable insn.
12022         (insert_block_after_note): Abort if we don't have a previous block.
12023         Remove FN parameter.
12024         * function.h: Adjust.
12025
12026 1999-12-15  Mark Mitchell  <mark@codesourcery.com>
12027
12028         * builtins.c (expand_builtin_mathfn): Make sure not to expand the
12029         argument more than once.
12030
12031 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12032
12033         * stmt.c (expand_decl): Expand upper bound of a dynamic array.
12034
12035 1999-12-15  Jakub Jelinek  <jakub@redhat.com>
12036
12037         * expr.c (emit_group_load): Use dst mode if src is VOIDmode.
12038
12039 Wed Dec 15 16:11:55 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12040
12041         * function.c (PREFERRED_STACK_BOUDNARY): Provide default value.
12042         (assign_stack_local_1): Limit alignment to PREFERRED_STACK_BOUNDARY,
12043         update stack_alignment_needed.
12044         (prepare_function_start): Initialize stack_alignment_needed
12045         * function.h (struct function): Add field stack_alignment_needed.
12046
12047 Wed Dec 15 14:55:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12048
12049         * caller-save.c (insert_one_insn): Returns struct insn_chain *.
12050         Handle live_throughout / dead_or_set instead of live_before /
12051         live_after.
12052         (save_call_clobbered_regs): Get register livenessinformation from
12053         chain->live_throughout.
12054         (add_stored_regs): New function.
12055         (insert_restore, insert_save): Add restored / saved registers to
12056         dead_or_set.
12057         * global.c (reg_dies): New parameter chain.
12058         (reg_becomes_live): Third parameter is regs_set now.
12059         Changed all callers.
12060         (reg_dies): New parameter chain.  Changed all callers.
12061         (build_insn_chain): Set live_throughout instead of
12062         live_before / live_after.
12063         * reload.h (struct insn_chain): Replace members live_before /
12064         live_after with live_throughout / dead_or_set.
12065         * reload1.c (new_insn_chain): Handle live_throughout / dead_or_set
12066         instead of live_before / live_after.
12067         (maybe_fix_stack_asms, find_reload_regs, finish_spills): Likewise.
12068         (order_regs_for_reload, find_reg, finish_spills): Likewise.
12069         (choose_reload_regs_init): Likewise.
12070         * stupid.c (current_chain, find_clobbered_regs): Delete.
12071         (stupid_life_analysis): Set chain->live_throughout chain->dead_or_set
12072         instead of chain->live_before / chain->live_after.
12073         (mark_hard_ref): New function.
12074         (stupid_mark_refs): Call mark_hard_ref. Clear chain->live_throughout.
12075
12076 1999-12-15  David S. Miller  <davem@redhat.com>
12077
12078         * rtlanal.c (reg_overlap_mentioned_p): Handle CONCAT.
12079
12080 Wed Dec 15 15:05:30 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12081
12082         * flow.c (calculate_loop_depth): Make global, remove prototype,
12083         rewrite to use new loop infrastructure.
12084         (find_basic_block): Remove calculate_loop_depth call.
12085         * toplev.c (rest_of_compilation): Call find_basic_block.
12086         * output.h (calculate_loop_depth): Declare.
12087
12088         * flow.c (dump_flow_info): Dump loop_depth.
12089         (flow_loops_nodes_find): Increase loop_depth for basic block in the
12090         body.
12091         (flow_loops_find): Initialize the loop_depth for each basic block.
12092
12093 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12094
12095         * tree.c (decl_function_context): Handle virtual functions.
12096
12097         * tlink.c (scan_linker_output): Don't look in demangled name when
12098         looking for linker output keywords.
12099
12100         * dwarfout.c (output_type): We can defer namespace-scope classes.
12101
12102 Wed Dec 15 01:23:29 1999  Jeffrey A Law  (law@cygnus.com)
12103
12104         * regclass.c (record_reg_classes): Update comment for merging
12105         register class preferences in reg->reg copies.  Tighten conditions
12106         for merging register class preferences in reg->reg copies.
12107
12108 Wed Dec 15 02:19:32 1999  David Edelsohn  <edelsohn@gnu.org>
12109
12110         * rs6000.md (tablejumpdi): Generate DImode LABEL_REF.
12111
12112 1999-12-14  Geoff Keating  <geoffk@cygnus.com>
12113
12114         * config/m68k/m68020-elf.h (ENDFILE_SPEC): Delete.
12115         (INIT_SECTION_ASM_OP): Delete.
12116         (FINI_SECTION_ASM_OP): Delete.
12117         (STARTFILE_SPEC): Define to hold just crtbegin.o.
12118
12119 1999-12-14  Jason Merrill  <jason@casey.cygnus.com>
12120
12121         * dwarf2out.c (add_abstract_origin_attribute): Do call abort if
12122         the abstract origin wasn't emitted.
12123
12124         * dwarf2out.c (class_scope_p): New fn.
12125         (gen_subprogram_die): Use it.
12126         (gen_variable_die): Use it.  Tweak logic.
12127         (gen_struct_or_union_type_die): Check context_die to determine
12128         if we're function-local.
12129         (dwarf2out_decl): Check DECL_BUILT_IN, not DECL_FUNCTION_CODE.
12130
12131 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12132
12133         * loop.c (check_dbra_loop): Can't reverse a biv that has
12134         maybe_multiple set.
12135
12136 1999-12-14  Nick Clifton  <nickc@cygnus.com>
12137
12138         * config/arm/arm.c: Add support for -mcpu=arm720 command line
12139         switch.
12140
12141 Tue Dec 14 18:13:32 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12142
12143         * loop.c (strength_reduce): Fix sign of giv lifetime calculation
12144         for givs made from biv increments.
12145
12146 Tue Dec 14 08:11:27 1999  Richard Henderson  <rth@cygnus.com>
12147
12148         * configure.in (alpha-osf, alpha-linux): Handle ev6[78].
12149         * alpha.c (override_options): Recognize -mcpu=ev67.
12150         * alpha.h (CPP_CPU_EV67_SPEC): New.
12151         (CPP_CPU_DEFAULT_SPEC): Examine TARGET_CPU_DEFAULT to use it.
12152         (EXTRA_SPECS): Update.
12153
12154 Tue Dec 14 08:04:28 1999  Richard Henderson  <rth@cygnus.com>
12155
12156         * cppp.c (main): Set trigraphs and __STRICT_ANSI__ as
12157         appropriate for -lang-c89 and -std=*.
12158         * cppinit.c (cpp_handle_option): Likewise.
12159         (new_pending_define): New, split out from cpp_handle_option.
12160         * gcc.c (default_compilers): Don't define __STRICT_ANSI__
12161         or enable trigraphs for -ansi/-std=*.
12162
12163         * ginclude/stdarg.h (__va_copy): New.
12164         (va_copy): Don't define for C89.
12165
12166 Tue Dec 14 08:37:27 CST 1999 Clinton Popetz  <cpopetz@cygnus.com>
12167
12168         * config/arm/arm.md (mulsidi3adddi, umulsidi3adddi): New patterns
12169         for long long multiply-accumulate.
12170
12171 Tue Dec 14 13:51:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12172
12173         * regclass.c (scan_one_insn): Set loop_cost to 1 when
12174         optimizing for size.
12175
12176 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12177
12178         * reload1.c (reload): Can't avoid select_reload_regs/finish_spills
12179         if something changed.  Back out that part of yesterday's changes.
12180
12181         * loop.c (loop_max_reg): New static variable.
12182         (loop_optimize): Initialize it.  Eliminate one unnecessary call to
12183         max_reg_num.
12184         (scan_loop): Call reg_scan_update whenever we may have added new
12185         registers, and update loop_max_reg.
12186
12187 Tue Dec 14 12:07:29 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12188
12189         * regclass.c  (record_reg_classes): Do not do the copying preferrencing
12190         when source does not die.
12191
12192         * regclass.c (record_reg_classes): Handle INOUT operands propertly.
12193
12194 1999-12-14  Jakub Jelinek  <jakub@redhat.com>
12195
12196         * config/sparc/linux64.h (TARGET_LIVE_G0,
12197         TARGET_BROKEN_SAVERESTORE): Don't support weird SPARC
12198         variants on Linux.
12199         * config/sparc/linux.h (TARGET_LIVE_G0,
12200         TARGET_BROKEN_SAVERESTORE): Likewise.
12201         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
12202         TARGET_BROKEN_SAVERESTORE): Likewise.
12203
12204         * config/sparc/sparc.h (SPARC_DEFAULT_CMODEL): Default to CM_32.
12205         (CONDITIONAL_REGISTER_USAGE): For block profiling fix %g4 on sparc64,
12206         not %g2.
12207         (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Use %g4 instead of %g2
12208         as sparc64 block profiling register.
12209         * config/sparc/sparc.c (sparc_override_options): Allow block
12210         profiling with -m32.
12211         (sparc_block_profiler): Use %g4 instead of %g2 as sparc64 block
12212         profiling register.
12213         * config/sparc/linux64.h (MACHINE_STATE_*): Only provide these
12214         macros on TARGET_ARCH32. sparc.h has macros good enough for sparc64.
12215         * config/sparc/sol2.h (MACHINE_STATE_*): Likewise.
12216
12217         * config/sparc/xm-sp64.h: Avoid using __sparc_v9__ when testing
12218         for sparc64.
12219         * config/sparc/sparc.h: Likewise.
12220         * config/sparc/xm-sysv4-64.h: Likewise.
12221         * config/float-sparc.h: Likewise.
12222         * glimits.h: Likewise.
12223         * longlong.h: Likewise.
12224
12225         * config/sparc/linux64.h (DEFAULT_VTABLE_THUNKS): Define to 1.
12226         (ASM_IDENTIFY_GCC): Remove.
12227
12228 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12229
12230         * combine.c (combine_simplify_rtx): Don't make shared rtl.
12231         (simplify_logical): Likewise.
12232
12233 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12234
12235         * cccp.c (INO_T_EQ): Disable inode-based optimization for Cygwin.
12236         * cppfiles.c (INO_T_EQ): Likewise.
12237
12238 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12239
12240         * i386/crtdll.h (STARTFILE_SPEC): Add -pg profiling support.
12241         * i386/mingw32.h (LIB_SPEC): Likewise.
12242         (STARTFILE_SPEC): Likewise.
12243         * i386/uwin.h (LIB_SPEC): Likewise.
12244         (STARTFILE_SPEC): Likewise.
12245
12246         * i386/mingw32.h (SUBTARGET_PROLOGUE): Override Cygwin definition.
12247         * i386/uwin.h (SUBTARGET_PROLOGUE): Likewise.
12248
12249 Mon Dec 13 20:25:29 1999  Jeffrey A Law  (law@cygnus.com)
12250
12251         * combine.c (combine_simplify_rtx): Fix order of checks for
12252         (ashiftrt foo C) -> (lt foo (const_int 0)) simplification.
12253
12254 1999-12-13  Clinton Popetz  <cpopetz@cygnus.com>
12255
12256         * config/arm/arm.md  (*mulsidi3adddi, *umulsidi3adddi) Backed out
12257         12/10/99 change, reapplied to merged-arm-thumb-backend-branch.
12258
12259 1999-12-10  Bernd Schmidt  <bernds@cygnus.co.uk>
12260
12261         * hard-reg-set.h (inv_reg_alloc_order): Declare if REG_ALLOC_ORDER is
12262         defined.
12263         * regclass.c (inv_reg_alloc_order): New array.
12264         (regclass_init): If REG_ALLOC_ORDER is defined, initialize it.
12265
12266         * reload.h (struct insn_chain): Delete fields group_size, group_mode,
12267         counted_for_groups, counted_for_nongroups.  Add fields rld and
12268         n_reloads.
12269         * reload.c (push_secondary_reload): Don't set nongroup field of
12270         new reloads.
12271         (push_reload): Likewise.
12272         (find_reloads): Delete code to compute nongroup fields.
12273         * reload1.c (reload_insn_firstobj): New static variable.
12274         (pseudos_counted, spilled_pseudos): Now of type regset_head.  All
12275         users changed.
12276         (calculate_needs, find_tworeg_group, find_group, possible_group_p,
12277         count_possible_groups, modes_equiv_for_class_p, new_spill_reg,
12278         dump_needs, maybe_mark_pseudo_spilled, hard_reg_use_compare): Delete
12279         functions.
12280         (count_pseudo, select_reload_regs, copy_reloads, find_reg): New
12281         functions.
12282         (struct hard_reg_n_uses): Deleted.
12283         (potential_reload_regs): Deleted.
12284         (init_reload): Initialize spilled_pseudos and pseudos_counted.
12285         (reload): Don't try to allocate reload registers if we already know
12286         we have to make another pass.  Call select_reload_regs.  Free memory
12287         starting with reload_firstobj when starting another pass.
12288         Don't allocate spilled_pseudos.
12289         (calculate_needs_all_insns): Call copy_reloads for an insn that
12290         needs reloads; don't call calculate_needs.
12291         (spill_cost): New static array.
12292         (used_spill_regs_local): New static variable.
12293         (order_regs_for_reload): Rewrite to lose hard_reg_n_uses and the code
12294         to compute potential_reload_regs.
12295         (find_reload_regs): Completely rewritten to use find_reg.
12296         (allocate_reload_reg): Don't test counted_for_groups or
12297         counted_for_nongroups.  Lose NOERROR arg and code to give an error;
12298         all cllers changed.
12299         (choose_reload_regs): Add fallback code that uses the existing
12300         register allocation from find_reload_regs.
12301
12302 Mon Dec 13 00:54:14 1999  Philippe De Muyter  <phdm@macqel.be>
12303
12304         * flow.c (create_edge_list): Cast xmalloc return value.
12305
12306 Mon Dec 13 00:47:58 1999  Jeffrey A Law  (law@cygnus.com)
12307
12308         * doprnt.c: Remove incorrect comment closure.
12309
12310         * cse.c: Fix a few minor whitespace goofs.
12311
12312 1999-12-13  Don Bowman  <don@pixstream.com>
12313
12314         * mips/vxworks.h: Fix problem with comment termination.
12315         (EXTRA_SECTIONS): Add in_sbss.
12316         (EXTRA_SECTION_FUNCTIONS): Corresponding changes.
12317
12318 1999-12-12  David S. Miller  <davem@redhat.com>
12319
12320         * cse.c (struct cse_reg_info): Add hash_next member,
12321         reorder rest of struct for better packing on 64-bit
12322         hosts.
12323         (cse_reg_info_tree): Kill.
12324         (REGHASH_SHIFT, REGHASH_SIZE, REGHASH_MASK, reg_hash,
12325         REGHASH_FN): New custom pow2 hash mechanism.
12326         (NBUCKETS): Kill.
12327         (HASH_SHIFT, HASH_SIZE, HASH_MASK, HASH, table): Rework to
12328         use a pow2 hash table.
12329         (get_cse_reg_info): Rework to use new REGHASH.
12330         (new_basic_block): Likewise, use HASH_SIZE, and inline
12331         free_element call.
12332         (remove_from_table): Rework to use HASH_SIZE/HASH_MASK,
12333         and inline free_element call.
12334         (lookup_as_function, insert, flush_hash_table, invalidate,
12335         remove_invalid_refs, remove_invalid_subreg_refs, rehash_using_reg,
12336         invalidate_for_call, use_related_value, find_comparison_args,
12337         fold_rtx, equiv_constant, cse_insn, invalidate_memory): Likewise.
12338         (hash_cse_reg_info, cse_reg_info_equal_p, free_element,
12339         get_element): Kill.
12340
12341 Sun Dec 12 21:31:44 1999  Jeffrey A Law  (law@cygnus.com)
12342
12343         * cse.c (cse_basic_block): Free qty_table consistently.
12344
12345 1999-12-12  David S. Miller  <davem@redhat.com>
12346             Jakub Jelinek    <jakub@redhat.com>
12347
12348         * config/sparc/sparc.md (movtf reg/reg split): Don't generate
12349         SUBREGs by hand, gen the appropriate hard reg directly.
12350         (movtf reg/mem split): Likewise and alter_subreg on destination
12351         if necessary.
12352         (movtf mem/reg split): Similarly.
12353         (movdf_cc_sp64): Rename from hidden pattern.
12354         (movtf_cc_hq_sp64): Renamed from movtf_cc_sp64.
12355         (movtf_cc_sp64, following split): New pattern and splitter.
12356         (movdf_cc_reg_sp64): Rename from hidden pattern.
12357         (movtf_cc_reg_hq_sp64): Renamed from movtf_cc_reg_sp64, require
12358         TARGET_HARD_QUAD.
12359         (movtf_cc_reg_sp64, following split): New pattern and splitter.
12360
12361 1999-12-12  Stephen L Moshier <moshier@mediaone.net>
12362
12363         * loop.c (load_mems): Don't hoist written floating point mem
12364         if -ffloat-store.
12365
12366 1999-12-12  Mark Mitchell  <mark@codesourcery.com>
12367
12368         * except.h (struct eh_queue): Add `next' pointer.
12369         (struct eh_status): Make x_ehqueue a pointer.
12370         (push_ehqueue):  Declare.
12371         (pop_ehqueue): Likewise.
12372         * except.c (expand_eh_region_end): Adjust now that ehqueue is a
12373         pointer.
12374         (expand_fixup_region_end): Likewise.
12375         (expand_leftover_cleanups): Likewise.
12376         (push_ehqueue): Define.
12377         (pop_ehqueue): Likewise.
12378         (emit_cleanup_handler): Use push_ehqueue and pop_ehqueue rather
12379         than doing it inline.
12380         (expand_start_all_catch):  Adjust now that ehqueue is a
12381         pointer.
12382         (mark_eh_queue): Mark all level of the queue.
12383         (mark_eh_status):  Adjust now that ehqueue is a
12384         pointer.
12385         (init_eh_for_function): Allocate ehqueue.
12386         (free_eh_status): Free it.
12387         * stmt.c (expand_cleanups): Save the ehqueue around the cleanup
12388         expansion for a fixup.
12389
12390 1999-12-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12391
12392         * gthr-single.h (__gthread_active_p): Add prototype arguments.
12393
12394         * libgcc2.c (__udivmoddi4): Remove unnecessary decls.
12395         (__dummy, __builtin_saveregs, __bb_exit_trace_func, __bb_init_prg,
12396         __bb_trace_func, __bb_trace_func_ret, __bb_trace_ret,
12397         function_ptr, getpagesize, __enable_execute_stack,
12398         __enable_execute_stack, __clear_insn_cache,
12399         __enable_execute_stack, __do_global_dtors, __do_global_ctors,
12400         _cleanup, _exit, __default_terminate, __terminate_func,
12401         __terminate, __empty, __throw, new_eh_context,
12402         eh_context_initialize, eh_context_static, eh_context_specific,
12403         get_eh_context, __get_eh_context, __get_eh_info,
12404         init_reg_size_table, eh_threads_initialize,
12405         __get_dynamic_handler_chain, __sjthrow, __sjpopnthrow,
12406         __unwinding_cleanup, throw_helper, __throw, __rethrow,
12407         __pure_virtual): Add prototype arguments.
12408         (__bb_exit_func): Cast a sizeof to long when comparing against one.
12409         Cast a signed value to unsigned long when comparing against one.
12410         (new_eh_context): Wrap in _GTHREADS macro.
12411         (__sjthrow, __sjpopnthrow): Initialize variable `cleanup' at
12412         declaration.
12413         (in_reg_window): Mark parameters with __attribute__ ((__unused__)).
12414         (throw_helper): Initialize variables `handler_p' and `pc_p'.
12415
12416 1999-12-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12417
12418         * combine.c (record_promoted_value): Remove unused variable
12419         `links2'.
12420
12421         * emit-rtl.c (renumber_insns): Likewise for `old_max_uid'.
12422
12423         * global.c (record_conflicts): Likewise for `j'.
12424
12425         * genoutput.c (output_insn_data): Don't unnecessarily cast away
12426         const-ness.
12427
12428 1999-12-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12429
12430         * i386-protos.h (output_387_binary_op, output_fix_trunc,
12431         output_fp_compare): Constify a char*.
12432
12433         * i386.c (ix86_split_to_parts, ix86_safe_length_prefix): Add
12434         static prototypes.
12435         (override_options, ix86_comp_type_attributes, print_operand,
12436         output_387_binary_op, output_fix_trunc, output_fp_compare):
12437         Constify a char*.
12438         (ix86_sched_reorder): Mark parameter `clock_var' with
12439         ATTRIBUTE_UNUSED.
12440
12441         * i386.h (DEBUG_PRINT_REG): Constify a char*.
12442
12443 Fri Dec 10 16:12:13 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12444
12445         * tree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third
12446         operand, for use in the Java front-end.
12447
12448 1999-12-10  Ben Collins  <bcollins@debian.org>
12449
12450         * configure.in: Fix typo for "-64" in 64bit as check.
12451         * configure: Rebuilt.
12452
12453 1999-12-10  Jakub Jelinek  <jakub@redhat.com>
12454
12455         * longlong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT where
12456         appropriate.
12457
12458 1999-12-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12459
12460         * c-parse.in (string): With -Wtraditional, warn if ANSI string
12461         concatenation is utilized.
12462
12463         * invoke.texi (-Wtraditional): Document it.
12464
12465 1999-12-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12466
12467         * flow.c (flow_loops_dump): Avoid ANSI string concatenation.
12468         Cast a ptrdiff_t to long and pass it to printf with %ld.
12469
12470 1999-12-10  Geoff Keating  <geoffk@cygnus.com>
12471
12472         * config/m68k/m68k.h (CONDITIONAL_REGISTER_USAGE): If we have no
12473         68881, we have no 68881 registers at all.
12474         (HARD_REGNO_MODE_OK): It is always OK to put a MODE_FLOAT
12475         value in a 68881 register if it is available.
12476
12477 1999-12-10  Clinton Popetz  <cpopetz@cygnus.com>
12478
12479         * config/arm/arm.md (*mulsidi3adddi, *umulsidi3adddi): New patterns
12480         for long long multiply-accumulate.
12481
12482 1999-12-10  Bernd Schmidt  <bernds@cygnus.co.uk>
12483
12484         * loop.c (insert_loop_mem): Undo last change.
12485
12486 1999-12-10  David S. Miller  <davem@redhat.com>
12487
12488         * config/sparc/sparc.c (fp_sethi_p, fp_mov_p, fp_high_losum_p):
12489         New functions.
12490         * config/sparc/sparc-protos.h: Add them.
12491         * config/sparc/sparc.h: Add them to PREDICATE_CODES.
12492         (EXTRA_CONSTRAINT_BASE): New macro, handling Q, R, and S
12493         constraints which use those helpers.
12494         (EXTRA_CONSTRAINT): Use this new macro.
12495         * md.texi: Update sparc target constraints documentation.
12496         * config/sparc/sparc.md (clear_sf, clear_sfp, movsf_const_intreg,
12497         movsf_const_high, movsf_const_lo, movsf_insn): Delete.
12498         (movsf_insn_novis_liveg0, movsf_insn_novis_noliveg0,
12499         movsf_insn_vis, movsf_lo_sum, movsf_high): New patterns.
12500         (movsf high/lo_sum split): Rework for new patterns.
12501         (movsf expander): Allow storing fp_zero to memory if ! live_g0.
12502
12503 1999-12-09  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
12504
12505         * c-common.c (c_common_nodes_and_builtins):
12506         Create __builtin_ptrdiff_t and __builtin_size_t.
12507
12508 Thu Dec  9 18:05:48 1999  Jeffrey A Law  (law@cygnus.com)
12509
12510         * pa/elf.h (MAX_OFILE_ALIGNMENT): Define.
12511
12512 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12513
12514         * regclass.c (globalize_reg): Re-instate test that allows
12515         fixed registers to be declared as a variable even after functions
12516         are defined.
12517
12518 Fri Dec 10 00:52:13 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12519
12520         * i386.md (cpu attribute): Add "athlon".
12521         (athlon_decode): New attribute.
12522         (Athlon scheduling units definitions): New.
12523         (fcmp and shld patterns): Set athlon_decode to "vector".
12524         * i386.c (athlon_cost): New.
12525         (m_ATHLON): New.
12526         (x86_use_leave, x86_push_memory, x86_movx, x86_cmove, x86_deep_branch,
12527         x86_use_sahf): Set for Athlon.
12528         (x86_use_fiop): Unset for Athlon.
12529         (override_options): Define Athlon alignments and "athlon" name.
12530         (x86_adjust_cost): Penalize AGI and delayed latencies for Athlon.
12531         * i386.h (TARGET_ATHLON): New.
12532         (enum processor_type): Add PROCESSOR_ATHLON.
12533         (TARGET_CPU_DEFAULT_SPEC): Set to "-D__tune_athlon__"
12534         for CPU_DEFAULT==5
12535         (TARGET_CPP_CPU_SPECS): Set -D__tune_athlon__ for Athlon.
12536
12537 1999-12-09  Andreas Jaeger  <aj@suse.de>
12538
12539         * loop.c (record_biv): Declare parameter as int.
12540
12541         * config/i386/i386-protos.h: Declare long_memory_operand.
12542
12543 1999-12-09  Mark Mitchell  <mark@codesourcery.com>
12544
12545         * tree.c (copy_node): Do zero the TREE_CHAIN, even for an
12546         EXPR_WITH_FILE_LOCATION.
12547
12548 Thu Dec  9 11:36:24 MET 1999 Jan Hubicka  <hubicka@freesoft.cz>
12549
12550         * i386.md (neg??, abs?f, one_cmpl?i): Use nonimmediate_operand
12551         in expander.
12552
12553         * flow.c (recompute_reg_usage): Use basic block info to get loop_depth.
12554
12555         * combine.c (try_combine, distribute_notes): Remove REG_N_REFS
12556         updating code.
12557
12558 1999-12-09  Jakub Jelinek  <jakub@redhat.com>
12559
12560         * config/sparc/linux64.h (TARGET_DEFAULT): Make -mapp-regs
12561         default on linux64 again.
12562         * config/sparc/t-linux64: Add mno-app-regs and non-medlow code
12563         models for multilibing.
12564         * genmultilib: Accept | as alternative separator within a set in
12565         MULTILIB_OPTIONS.
12566
12567         * config/sparc/sparc.h (PROMOTE_FOR_CALL_ONLY): Define.
12568
12569         * calls.c (precompute_arguments): Make sure initial_value contains
12570         value pseudo which CSE expects.
12571         * cse.c (struct set): New entry orig_src.
12572         (cse_insn): Set it early on entry, use it for libcall EQUIV note
12573         replacement.
12574
12575 Wed Dec  8 22:24:15 1999  Richard Henderson  <rth@cygnus.com>
12576
12577         * flow.c (count_basic_blocks): Don't add (use (const_int 0)) insns.
12578
12579 1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
12580
12581         * loop.c (insert_loop_mem): Don't hoist volatile mems out of loops.
12582
12583 1999-12-08  Jakub Jelinek  <jakub@redhat.com>
12584
12585         * config/sparc/sparc.c (ultra_cmove_results_ready_p,
12586         ultra_fpmode_conflict_exists, ultra_flush_pipeline): Typo fix.
12587
12588         * config/sparc/sparc.h (SPARC_SETHI_P): Don't look at topmost 32 bits
12589         if TARGET_ARCH32.
12590
12591         * longlong.h: Merge in changes from glibc.
12592         Also don't clobber %g2 register in 32bit SPARC assembly, so that
12593         -mno-app-regs libgcc can be compiled.
12594         * libgcc2.c: Add defines so that the updated longlong.h
12595         can be used in libgcc2.a. Also, make sure on most architectures
12596         (at least on all which have optimized code in longlong.h defined
12597         for) {SI,W}_TYPE_SIZE is suitable for preprocessor tests.
12598
12599 1999-12-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12600
12601         * config/sparc/sol2-64.h: Same as sol2-sld-64.h, except that
12602         `-m EMULATION' is added to non-default LINK_ARCH_SPECs.
12603         * configure.in: Use sol2-64.h instead of sol2-sld-64.h if linker
12604         is GNU ld.
12605         * configure: Rebuilt.
12606
12607 Wed Dec  8 03:45:40 1999  Richard Henderson  <rth@cygnus.com>
12608
12609         * alpha.c (secondary_reload_class): For !BWX, sub-simode
12610         outputs require a register.
12611
12612 1999-12-08  Brendan Kehoe  <brendan@cygnus.com>
12613
12614         * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Add _sf_to_usi
12615         _df_to_usi.  Required by some targets, so US_SOFTWARE_GOFAST calls to
12616         functions like dptoul will be resolved.
12617         (libgcc2.a): Make sure that the object files from DPBIT are named
12618         differently (prefix `_dp') from those that would be coming from
12619         FPBIT.
12620
12621 1999-12-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>,  Jakub Jelinek  <jakub@redhat.com>
12622
12623         * configure.in: When target is sparc* and tm_file contains 64,
12624         test for 64bit support in assembler.  If not supported, remove
12625         sparc/t-sol2-64 from target-dependent Makefile fragments.
12626         (AS_SPARC64_FLAG): Define to the assembler flag for 64bit.
12627         (HAVE_AS_OFFSETABLE_LO10): Rework test to use these flags.
12628         (HAVE_AS_REGISTER_PSEUDO_OP): Use config.cache.
12629         * acconfig.h (AS_SPARC64_FLAG): Added.
12630         * configure, config.in: Rebuilt.
12631         * config/sparc/sol2-sld-64.h: Same as sol2.h, if without 64bit
12632         support.  Use AS_SPARC64_FLAG.
12633
12634 1999-12-07  Jakub Jelinek  <jakub@redhat.com>
12635
12636         * config/sparc/sparc.c (hard_32bit_mode_classes): Mark registers
12637         suitable for holding OFmode values so that gcc works with complex
12638         quad long doubles.
12639         (hard_64bit_mode_classes): Likewise.
12640
12641         * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): Fix pattern
12642         so that it is actually matched.
12643         (sethi_di_medlow): Likewise.
12644
12645         * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Consider TFmode 0.0L
12646         as legitimate constant if -mvis.
12647         * config/sparc/sparc.md (movtf): Likewise.
12648         (clear_sf): Use const_double_operand.
12649         (clear_sfp, clear_dfp, clear_tf, clear_tfp): New patterns.
12650
12651         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): New function.
12652         * config/sparc/sparc-protos.h (sparc_emit_float_lib_cmp): Prototype.
12653         * config/sparc/sparc.h (*_LIBCALL): Only use for _Q_*
12654         routines, _Qp_* cannot be handled like that now.
12655         (INIT_TARGET_OPTABS): Likewise.
12656         * config/sparc/sparc.md (cmptf): Accept soft float ARCH64.
12657         (seq, sne, sgt, sge, slt, sle, beq, bne, bgt, bge, blt, ble): Call
12658         sparc_emit_float_lib_cmp if ARCH64 and soft float.
12659         (extendsftf2, extenddftf2, trunctfsf2, trunctfdf2, floatsitf2,
12660         floatditf2, fix_trunctfsi2, fix_trunctfdi2, addtf3, subtf3, multf3,
12661         divtf3, sqrttf3): New expanders.
12662         (extendsftf2_hq, extenddftf2_hq, trunctfsf2_hq, trunctfdf2_hq,
12663         floatsitf2_hq, floatditf2_hq, fix_trunctfsi2_hq, fix_trunctfdi2_hq,
12664         addtf3_hq, subtf3_hq, multf3_hq, divtf3_hq, sqrttf3_hq): Rename from
12665         non-_hq patterns.
12666
12667         * configure.in (sparc64-*-linux*): Use posix threads if enabled.
12668         * configure: Rebuilt.
12669         * config/sparc/linux64.h: Default to -mcpu=ultrasparc if no
12670         -mcpu is given and we're doing 64bit compiles.
12671
12672 Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
12673
12674         * loop.h (struct induction): Add multi_insn_incr.
12675         * loop.c (basic_induction_var): New multi_insn_incr argument.
12676         Set it if we search back through previous insns for the biv.
12677         (record_biv): New multi_insn_incr argument; fill in struct induction.
12678         (strength_reduce): Discard an iv with multiple bivs, any of
12679         which require multiple insns to increment.
12680
12681 1999-12-07  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12682
12683         * invoke.texi (C Dialect Options): Remove -flang-c9x, add -std
12684         documentation.
12685
12686 1999-12-06  David S. Miller  <davem@redhat.com>
12687
12688         * combine.c (check_promoted_subreg): Do not conditionalize this upon
12689         PROMOTE_FUNCTION_RETURN.
12690
12691 Mon Dec  6 15:12:14 1999  Jim Wilson  <wilson@cygnus.com>
12692
12693         * regmove.c (optimize_reg_copy_1): If no REG_DEAD note, check for
12694         and handle REG_UNUSED note on insn.
12695
12696         * combine.c (force_to_mode, case LSHIFTRT): New local inner_mask.  Set
12697         inner_mask instead of mask.
12698
12699 1999-12-06  Brendan Kehoe  <brendan@cygnus.com>
12700
12701         * dwarf2out.c (field_byte_offset): As with dwarfout.c, size can be
12702         zero if there was an error.
12703
12704 1999-12-06  Jakub Jelinek  <jakub@redhat.com>
12705
12706         * config/sparc/sparc.md (return_losum_di): Fix typo in asm
12707         output string.
12708
12709         * longlong.h: Fix clobbers in SPARC asm statements.
12710
12711         * config/sparc/sparc.c (input_operand): Allow HImode and QImode
12712         valid sethi operations when TARGET_ARCH64.
12713
12714         * calls.c (save_fixed_argument_area): If save_mode is BLKmode,
12715         always use move_by_pieces to avoid infinite recursion.
12716         (restore_fixed_argument_area): Likewise.
12717
12718         * combine.c (check_promoted_subreg, record_promoted_value): New
12719         functions.
12720         (combine_instructions): Use them to retain nonzero and sign bit
12721         information after SUBREGs are eliminated by optimizations in
12722         this pass if PROMOTE_FUNCTION_RETURN.
12723
12724         * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): Document
12725         .register declaration. Don't use variables with __ prefixes.
12726
12727 Mon Dec  6 12:24:52 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12728
12729         * fold-const.c (optimize_bit_field_compare): Only use one mode
12730         for both RHS and LHS in non-constant case.
12731
12732 1999-12-06  Nathan Sidwell  <nathan@acm.org>
12733
12734         * frame.c (start_fde_sort): Only allocate erratic array, if
12735         linear one was allocated. Return allocated flag.
12736         (fde_insert): Only insert, if there's a valid array.
12737         (fde_end_sort): Split, sort and merge if linear and erratic
12738         arrays exist, else just sort linear one.
12739         (search_fdes): New function. Linear search through original fde
12740         structure.
12741         (frame_init): Permit multiple initializations. Cope with
12742         memory shortages.
12743         (find_fde): Fallback on linear search, if failed to sort array.
12744         (__deregister_frame_info): Only free sorted array, if we
12745         allocated it.
12746
12747 1999-12-06  Jakub Jelinek  <jakub@redhat.com>
12748
12749         * config/sparc/sparc.h (MUST_PASS_IN_STACK): New macro.
12750
12751 1999-12-05  Jakub Jelinek  <jakub@redhat.com>
12752
12753         * config/sparc/sparc.c (sparc64_initialize_trampoline): Use gen_flushdi.
12754
12755 1999-12-05  Mark Mitchell  <mark@codesourcery.com>
12756
12757         * tree.h (special_function_p): Declare.
12758         * calls.c (special_function_p): Make it global.  Don't take `name'
12759         as a parameter.  Fix typo in 1999-11-28 change.
12760         (expand_cal): Adjust.
12761
12762 1999-12-04  Mark Mitchell  <mark@codesourcery.com>
12763
12764         * tree.def (EXPR_WITH_FILE_LOCATION): Fix comment formatting.
12765         * tree.h (EXPR_WFL_FILENAME): Define in terms of
12766         EXPR_WFL_FILENAME_NODE.
12767         (EXPR_WFL_FILENAME_NODE): Use the second operand slot rather than
12768         the TREE_CHAIN.
12769         * print-tree.c (print_note): Print TREE_PRIVATE and
12770         TREE_PROTECTED.
12771
12772         * dwarf2out.c (add_abstract_origin_attribute): Don't abort when
12773         the original die cannot be found.
12774
12775         * varray.h (varray_head_tag): Add elements_used.
12776         (VARRAY_PUSH): New macro.
12777         (VARRAY_POP): Likewise.
12778         (VARRAY_TOP): Likewise.
12779         Add variants of VARRAY_PUSH and VARRAY_POP for all varray element
12780         types.
12781         * varray.c (varray_init): Initialize elements_used.
12782         * Makefile.in (BASIC_BLOCK_H): Add varray.h.
12783         (INTEGRATE_H): New variable.
12784         (integrate.o): Depend on INTEGRATE_H.
12785         (unroll.o): Likewise.
12786
12787         * function.h (insert_block_after_note): Declare.
12788         * function.c (insert_block_after_note): Split out from ...
12789         (retrofit_block): ... here.
12790
12791         * stmt.c (expand_fixup): Fix typo in comment.
12792
12793 Sat Dec  4 14:13:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12794
12795         * regmove.c (copy_src_to_dest): Remove loop_depth parameter.
12796         (optimize_reg_copy_1): Remove REG_N_REFS updating code.
12797         (optimize_reg_copy_2, copy_src_to_dest, fixup_match_2): Likewise.
12798         (regmove_optimize, fixup_match_1): Likewise.
12799
12800 1999-12-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12801
12802         * flow.c (flow_loops_dump): Add missing argument when calling
12803         flow_loop_nested_p.
12804
12805 1999-12-04  Geoffrey Keating  <geoffk@cygnus.com>
12806             Greg McGary  <gkm@gnu.org>
12807
12808         * c-common.c (enum attrs): Add A_NO_LIMIT_STACK.
12809         (init_attributes): Add A_NO_LIMIT_STACK.
12810         (decl_attributes): Handle A_NO_LIMIT_STACK.
12811         * c-decl.c (duplicate_decls): Handle DECL_NO_LIMIT_STACK.
12812         * explow.c (allocate_dynamic_stack_space) [!HAVE_allocate_stack]:
12813         Handle stack bounds checking.
12814         * flags.h (flag_stack_check): Use the word 'probe' rather than
12815         'check', because the flag doesn't actually cause any checking to
12816         be done.
12817         * function.c (expand_function_start): Set
12818         current_function_limit_stack.
12819         * function.h (struct function): Add limit_stack.
12820         (current_function_limit_stack): Define.
12821         * invoke.texi (Code Gen Options): Document new options.
12822         * rtl.h: Declare stack_limit_rtx.
12823         * toplev.c (stack_limit_rtx): New variable.
12824         (decode_f_option): Handle new options -fstack-limit-register=REG,
12825         -fstack-limit-symbol=IDENT, -fno-stack-limit.
12826         (main): Add stack_limit_rtx as GC root.
12827         * tree.h (DECL_NO_LIMIT_STACK): New macro.
12828         (struct tree_decl): New member no_limit_stack.
12829
12830         * config/rs6000/rs6000.c (rs6000_allocate_stack_space): Handle
12831         stack_limit_rtx.
12832         * config/rs6000/rs6000.md (allocate_stack): Handle stack_limit_rtx.
12833         (conditional_trap+1): Get new mnemonic correct.
12834         (conditional_trap+2): New pattern for DImode traps.
12835
12836         * config/m68k/m68k.c (output_function_prologue): Handle
12837         stack_limit_rtx.
12838         * config/m68k/m68k.md (trap): New insn.
12839         (conditional_trap): New insn.
12840         * md.texi (Standard Names): Document `trap' and
12841         `conditional_trap'.
12842         * optabs.c (gen_cond_trap): Use start_sequence()/end_sequence()
12843         so a cc0 setter doesn't get emitted at some random place in the
12844         function.
12845
12846         * config/i960/i960.md (trap): New insn.
12847         (conditional_trap): New expander.
12848         (conditional_trap+1, conditional_trap+2): New insns for signed
12849         and unsigned cases.
12850         * config/i960/i960.c (i960_function_prologue): Use
12851         STARTING_FRAME_OFFSET.  Handle stack_limit_rtx.
12852
12853 Thu Dec  2 21:22:45 1999  Greg McGary  <gkm@gnu.org>
12854                           Geoffrey Keating  <geoffk@cygnus.com>
12855
12856         * flags.h (warn_padded, warn_packed): Add global var decls.
12857         * toplev.c (warn_padded, warn_packed): Add global var defns.
12858         (W_options): Add warnings `-Wpacked' and `-Wpadded'.
12859         * stor-layout.c (layout_record): Add local variable `type'
12860         to hold often-used TREE_TYPE (field).  Add local variable
12861         `unpacked_align' to hold alignment that would be in force
12862         if no `packed' attribute were present.  Warn if `packed' attribute
12863         is unnecessary, or even harmful.  Warn when gcc inserts padding
12864         to satisfy alignment requirements of members.  Use NULL_TREE
12865         when checking whether var_size is set.
12866         * invoke.texi: Document new flags.
12867
12868 1999-12-03  Nathan Sidwell  <nathan@acm.org>
12869
12870         * frame.c (fde_split): Reimplement to avoid variable sized array.
12871
12872 Thu Dec  2 18:59:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12873
12874         * combine.c (try_combine): Before fixing up LOG_LINKS for the
12875         i3_subst_into_i2 case, check that GET_CODE (PATTERN (i2)) == PARALLEL.
12876
12877 1999-12-02  Gavin Romig-Koch  <gavin@cygnus.com>
12878
12879         * invoke.texi: Document the mips option -mno-crt0
12880
12881 1999-12-02  Mike Karr  <mkarr@mathworks.com>
12882
12883         * cccp.c (argdata): Added free_ptr member.
12884         (macroexpand): Initialize free_ptr of each argument. When an
12885         argument's buffers are freed, if the argument's free_ptr corresponds
12886         to a buffer on the input stack, then return the free_ptr to that stack
12887         frame, otherwise, free it.
12888         (macarg): If an argument begins and ends on the same input stack level,
12889         then transfer the free_ptr of that buffer to the argument in case
12890         the stack is popped during the processing of a subsequent argument.
12891
12892 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
12893
12894         * loop.c (note_reg_stored): New function.
12895         (struct note_reg_stored_arg): New structure.
12896         (try_copy_prop): Change to be more conservative; only replace within
12897         one extended basic block and stop replacing if a store to the
12898         replacement reg is seen.
12899
12900 1999-12-02  Nick Clifton  <nickc@cygnus.com>
12901
12902         * config/fp-bit.c: Initialise all fields of the NAN
12903         constants.
12904
12905         * c-lex.c (check_newline): Pass pragma_getc and pragma_ungetc
12906         to HANDLE_PRAGMA.
12907
12908 Wed Dec  1 18:16:38 1999  Jan Hubicka  <hubicka@freesoft.cz>
12909
12910         * i386.md (extend?f?f2): Force the input into a register, not
12911         the output.
12912
12913 1999-12-01  Jakub Jelinek  <jakub@redhat.com>
12914
12915         * config/sparc/sparc.md (movsf_const_intreg): Add constraints for
12916         regclass' sake.
12917         (movdf_const_intreg_sp32): Likewise. Prefer the memory load
12918         alternative because setting up 64bit constant is usually costly,
12919         especially when reload is in progress or completed.
12920         (movdf_const_intreg_sp64): Likewise.
12921         (movdf_const_intreg split): Fix building up constants when
12922         HOST_BITS_PER_WIDE_INT is 64 yet long is 32bit.
12923
12924 Wed Dec  1 16:51:22 1999  Jeffrey A Law  (law@cygnus.com)
12925
12926         * combine.c (if_then_else_cond): Use const_true_rtx instead of
12927         const1_rtx for return values in EQ/NE comparison against (const_int 0)
12928         case.
12929
12930         * mn10300.c (REG_SAVE_BYTES): Allocate space for AM33 registers.
12931         (asm_file_start): Emit .am33 into assembly file when compiling for
12932         the AM33.
12933         (print_operand_address): Handle POST_INC addresses.
12934         (can_use_return_insn, initial_offset): Check AM33 registers too.
12935         (expand_prologue): Check & save AM33 registers too.
12936         (expand_epilogue): Similarly.
12937         (secondary_reload_class): Handle AM33 specific secondary reloads.
12938         (output_tst): Emit efficient code for the AM33 too.
12939         * mn10300.h (CPP_SPEC, TARGET_AM33): Define.
12940         (TARGET_SWITCHES): Add -mam33 switch.
12941         (FIRST_PSEUDO_REGISTER): Handle new AM33 registers.
12942         (FIXED_REGISTERS, CALL_USED_REGISTERS): Likewise.
12943         (REG_ALLOC_ORDER, CONDITIONAL_REGISTER_USAGE): Likewise.
12944         (HARD_REGNO_MODE_OK, MODES_TIEABLE_P): Likewise.
12945         (enum reg_class, REG_CLASS_NAMES): Likewise.
12946         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Likewise.
12947         (INDEX_REG_CLASS, REG_CLASS_FROM_LETTER): Likewise.
12948         (REGNO_OK_FOR_INDEX_P, PREFERRED_RELOAD_CLASS): Likewise.
12949         (PREFERRED_OUTPUT_RELOAD_CLASS, LIMIT_RELOAD_CLASS): Likewise.
12950         (REGISTER_MOVE_COST, REGISTER_NAMES): Likewise.
12951         (HAVE_POST_INCREMENT): Define.
12952         (GO_IF_LEGITIMATE_ADDRESS): Allow POST_INC addresses for the AM33.
12953         (GO_IF_MODE_DEPENDENT_ADDRESS): POST_INC is a mode dependent address.
12954         * mn10300.md (movqi, movhi, addsi, subsi): Add AM33 variants.
12955         (mulsi, andsi, iorsi, xorsi, notsi): Likewise.
12956         (ashiftsi, lshiftrtsi, ashiftrtsi): Likewise.
12957         (zero_extend to SI from QI/HI): Likewise.
12958         (sign_extend to SI from QI/HI): Likewise.
12959         (mulsidi3, umulsidi3): New patterns for the AM33.
12960         (tstsi with zero extension from QI/HI): Add AM33 variants.
12961         (movsi, movsf, movdi, movdf): Generate efficient code for the AM33 too.
12962         (return_internal_regs, store_movm): Handle new AM33 registers.
12963         * t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Define.
12964         (LIBGCC, INSTALL_LIBGCC): Likewise.
12965         * invoke.texi: Document new flags.
12966
12967 Fri Nov 26 10:59:12 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12968
12969         * i386.md (addsi3_cc): Add "binary_operator_ok" to the condition.
12970         (addsi3_carry): Likewise.
12971         (sbbsi3_cc): Add "binary_operator_ok" to the condition.
12972         (sbbsi3_carry): Likewise.
12973         (mulsi3): Rewrite to expander, ensure that only one operand is memory.
12974         (mulhi3): Likewise.
12975         (test?i_1): Ensure that only one operand is memory.
12976         (conditional move patterns): likewise.
12977         (shift and rotate patterns): Rewrite to expander, add
12978         "binary_operator_ok" to the condition.
12979
12980         * i386.md (QImode patterns): Remove '*' before the 'r' constraints.
12981         * i386.h (procesor_costs): Add movzbl_load field.
12982         (HARD_REGNO_MODE_OK): Accept QImode on non PARTIAL_REGISTER_STALL in
12983         non-Q registers, accept DImode registers anywhere.
12984         (Q_CLASS_P): New.
12985         (MEMORY_MOVE_COST): Calculate QImode moves correctly.
12986         * i386.c (*_cost): Set value for movxbl_load field.
12987
12988         * (addsi): New add to lea splitter.
12989         (ashlsi): Likewise.
12990         (lea to add/shift peep2): New.
12991
12992 1999-12-01  Mark Salter <msalter@cygnus.com>
12993
12994         * config/mips/elf.h (STARTFILE_SPEC): Add no-crt0.
12995         * config/mips/elf64.h (STARTFILE_SPEC): Add no-crt0.
12996         * config/mips/mips.h (TARGET_SWITCHES): Add no-crt0.
12997
12998 Tue Nov 30 15:20:52 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12999
13000         * i386.c (ix86_expand_move): Never add clobbers to move patterns.
13001         * i386.md (movsi_xor): New.
13002         (movsi_or): New.
13003         (movsi_1, movhi_1, movqi_1): Remove.
13004         (movsi_2): Rename to movsi_1.
13005         (movhi_2): Rename to movhi_1.
13006         (movqi_2): Rename to movqi_1.
13007         (movdi_1): Remove; remove splitter.
13008         (movdi_2): Rename to movdi_1.
13009         (divmodsi4 splitter): Do not emit clobbers for move patterns.
13010         (long move peep2): Do not create QI or HI mode mov0s
13011         (mov -1,reg -> or peep2s): Enable again, rewrite to single peephole.
13012
13013         * i386.md (zero_extend?i?i2): Rewrite to expanders; new patterns,
13014         rewrite splitters.
13015
13016         * i386.md (neg?f2_if): Split "r" and "f" to separate alternatives.
13017         (abs?f2_if): Likewise.
13018
13019 1999-11-30  Alex Samuel  <samuel@codesourcery.com>
13020
13021         * ggc.h (ggc_test_and_set_mark): New macro.
13022         (ggc_mark_rtx): Use ggc_test_and_set_mark.
13023         (ggc_mark_tree): Likewise.
13024         (ggc_mark_rtvec): Likewise.
13025         * ggc-common.c (ggc_mark_rtx_children): Reduce recursion.
13026
13027 1999-11-30  Jason Merrill  <jason@casey.cygnus.com>
13028
13029         * dwarf2out.c (scope_die_for): Only handle types.  Only search for
13030         containing types.
13031         (decl_scope_table): Just an array of trees now.
13032         (push_decl_scope): Simplify.
13033         (dwarf2out_init): Adjust.
13034         (local_scope_p): New fn.
13035         (gen_inlined_enumeration_type_die): Don't call scope_die_for.
13036         (gen_inlined_union_type_die, gen_inlined_structure_type_die): Likewise.
13037         (gen_typedef_die): Likewise.
13038         (gen_lexical_block_die): Don't call push/pop_decl_scope.
13039         (gen_inlined_subroutine_die): Likewise.
13040         (gen_abstract_function): Set current_function_decl temporarily.
13041         (gen_subprogram_die): Don't check DECL_ABSTRACT to set declaration.
13042         Handle block extern declarations.  Don't call push/pop_decl_scope.
13043         (gen_decl_die): Fix logic for block externs.
13044
13045 1999-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13046
13047         * calls.c (special_function_p): Remove `realloc' and add `strdup'
13048         to the list of functions which have attribute malloc by default.
13049
13050 1999-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13051
13052         * c-lex.c (yylex): With -Wtraditional, when the ANSI type of an
13053         integer constant does not match the traditional type, limit the
13054         warnings to cases where the base of the type is ten.
13055
13056         * invoke.texi (-Wtraditional): Document it.
13057
13058 Tue Nov 30 15:18:35 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13059
13060         * combine.c (try_combine): Only pass SET or CLOBBER to SET_DEST
13061         * rs6000.md: Only access a CONST_INT with INTVAL
13062
13063 Tue Nov 30 14:21:00 1999  Richard Henderson  <rth@cygnus.com>
13064
13065         * lcm.c (compute_laterin): Cast bb->aux to size_t not int.
13066         (compute_nearerout): Likewise.
13067         * ggc-page.c (ggc_page_print_statistics): Explicitly cast
13068         size_t to unsigned long for formatting.
13069
13070 1999-11-30  Jakub Jelinek  <jakub@redhat.com>
13071
13072         * config/sparc/sparc.h (FIXED_REGISTERS, CONDITIONAL_REGISTER_USAGE):
13073         Allow the user to override call-used/fixed state of %g2-5
13074         registers from the command line (with the exception of %g4 for
13075         embedded model).
13076         (REG_LEAF_ALLOC_ORDER): Move %g1 and %g4-7 registers to front, so that
13077         there is a higher chance of having a leaf function.
13078         (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Provide separate macros
13079         for ARCH64 which has %ccr register.
13080         * config/sparc/sparc.md (return_losum_si, return_losum_di): New
13081         patterns.
13082         * config/sparc/sparc.c (eligible_for_epilogue_delay): For the return
13083         insn accept into delay slot any insn which does not use %[ol]
13084         registers.  Accept some LO_SUM and shift left by 1 for the normal
13085         restore case.
13086         (output_function_epilogue): Likewise.
13087         (epilogue_renumber): Added argument which inhibits any renumbering
13088         and just tests if the rtx does not use any %[ol] registers.
13089         (output_return): Reflect above change.
13090
13091 1999-11-30  Jakub Jelinek  <jakub@redhat.com>
13092
13093         * config/sparc/sparc.c (sparc_va_arg): Fix sparc64 va_arg
13094         aggregate passing for sizes <= 16 bytes.
13095
13096 1999-11-30  Bernd Schmidt  <bernds@cygnus.co.uk>
13097
13098         * cse.c (FIXED_REGNO_P): Delete tests for OVERLAPPING_REGNO_P.
13099         * global.c (global_alloc): Delete [OVERLAPPING_REGNO_P] code.
13100         * reload.c (find_dummy_reload): Likewise.
13101         (find_equiv_reg): Likewise; also for INSN_CLOBBERS_REGNO_P.
13102         * reload1.c (reload_as_needed): Likewise.
13103         * stupid.c (stupid_find_reg): Likewise.
13104         * tm.texi (Obsolete Register Macros): Delete section.
13105         * gmicro.h: Remove all traces of the two macros.
13106         * i386.h: Likewise.
13107         * m88k.h: Likewise.
13108         * mips.h: Likewise.
13109
13110 1999-11-30  Brendan Kehoe  <brendan@cygnus.com>
13111
13112         * sparc.h (MASK_FASTER_STRUCTS, TARGET_FASTER_STRUCTS): Define.
13113         (TARGET_SWITCHES): Add -mfaster-structs/-mno-faster-structs flags.
13114         (ROUND_TYPE_ALIGN): Use better value if -mfaster-structs.
13115         * sparc.md (sparclite86x_branch, sparclite86x_shift): New function
13116         units for the sparclite86x chip.
13117         (flush): Revert October 14th change; add SImode specifically.
13118         (flushdi): Copy of flush, but DImode, to avoid genrecog warnings.
13119         * invoke.texi: Document it.
13120
13121 Tue Nov 30 14:58:14 1999  Nick Clifton  <nickc@cygnus.com>
13122
13123         * config/mn10200/mn10200.h (PREDICATE_CODES): Add
13124         psimode_truncation_operand.
13125
13126         * config/mn10200/mn10200.c (psimode_truncation_operand): New
13127         function.  Return true if the operand is either a MEM valid
13128         for a PSImode address or not a MEM at all.
13129
13130         * config/mn10200/mn10200.md (truncsipsi2): Use
13131         psimode_truncation_operand.
13132
13133 1999-11-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13134
13135         * flow.c (flow_nodes_print, flow_loops_cfg_dump): New functions.
13136         (flow_loop_nested_p, flow_loops_dump, flow_loops_free): Likewise.
13137         (flow_loop_exits_find, flow_loop_nodes_find): Likewise.
13138         (flow_depth_first_order_compute, flow_loop_pre_header_find): Likewise.
13139         (flow_loop_tree_node_add, flow_loops_tree_build): Likewise.
13140         (flow_loop_level_compute, low_loops_level_compute): Likewise.
13141         (flow_loops_find, flow_loop_outside_edge_p): Likewise.
13142         * basic-block.h: Protect from multiple inclusion.
13143         (flow_loops_find, flow_loops_free, flow_loop_dump): Add protoypes.
13144         (struct loops, struct loop): Define structures.
13145         * sbitmap.c (sbitmap_a_subset_b_p): New function.
13146         * sbitmap.h: Protect from multiple inclusion.
13147         (sbitmap_a_subset_b_p): Add prototype.
13148         * Makefile.in (LOOP_H): New macro.
13149         (stmt.o, integrate.o, loop.o, unroll.o): Replace loop.h with LOOP_H.
13150
13151 Tue Nov 30 01:34:47 1999  Philippe De Muyter  <phdm@macqel.be>
13152
13153         * cppinit.c (CAT): The argument list of this macro may not contain
13154         spaces !
13155
13156 1999-11-29  David S. Miller  <davem@redhat.com>
13157
13158         Move quantity tables and register equivalence chains into
13159         per-qty and per-register structure arrays respectively.
13160         * cse.c (qty_first_reg, qty_last_reg, qty_mode, qty_const,
13161         qty_const_insn, qty_comparison_code, qty_comparison_const,
13162         qty_comparison_qty): Delete, replace with...
13163         (qty_table): this structure table.
13164         (reg_next_eqv, reg_prev_eqv): Delete, replace with...
13165         (reg_eqv_table): this structure table.
13166         (make_new_qty): Add argument MODE.  Caller updated.
13167         Update to use qty_table and reg_eqv_table.
13168         (make_regs_eqv, delete_reg_equiv, insert_regs,
13169         insert, exp_equiv_p, cse_rtx_varies_p, canon_reg,
13170         fold_rtx, equiv_constant, record_jump_cond, cse_insn,
13171         cse_process_notes, cse_main, cse_basic_block): Likewise.
13172
13173 Mon Nov 29 16:56:42 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13174
13175         * fold-const.c (extract_muldiv, case {MIN,MAX}_EXPR): Reverse
13176         operation if C is negative.
13177         (extract_muldiv, case SAVE_EXPR): Supresss if arg has side effects.
13178         (extract_muldiv, case {PLUS,MINUS}_EXPR): Don't apply distributive
13179         law for some divisions if constant is negative and change other
13180         divisions to the opposite rounding.
13181
13182         * expr.c (store_constructor_field): If bit position is not multiple
13183         of alignment of TARGET's mode, use BLKmode.
13184
13185         * expr.c (expand_expr_unaligned): Add more code from full case
13186         that is needed when OP0 is in a register.
13187
13188 Mon Nov 29 18:09:39 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13189
13190         * dwarfout.c (field_byte_offset): Size can be zero if there was
13191         an error.
13192
13193 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
13194
13195         * fold-const.c (split_tree): Delete unused vars ORIG_IN and TYPE.
13196         (associate_trees): Delete unused var TEM.
13197         (extract_muldiv): Delete unused var CANCEL_P.
13198
13199         * fold-const.c [TARGET_FLOAT_FORMAT != IEEE_FLOAT_FORMAT]
13200         (target_isinf, target_isnan, target_negative): Add return types to
13201         function definitions.
13202
13203 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
13204
13205         * fixinc/fixincl.c(process): don't skip GLIBC files any more.
13206         * fixinc/hackshell.tpl: ditto
13207         * fixinc/fixtests.c(double_slash_test): more C++ header testing
13208         * fixinc/inclhack.def(AAB_fd_zero_glibc*): corrected spelling of mach
13209
13210 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
13211
13212         * reload.c (push_reload): When looking for a register to put into
13213         reg_rtx, make sure all hard regs in a multi-reg register are in the
13214         right class and nonfixed.
13215
13216         * haifa-sched.c (reg_last_uses, reg_last_sets, reg_last_clobbers,
13217         pending_read_insns, pending_write_insns, pending_read_mems,
13218         pending_write_mems, pending_list_length, last_pending_memory_flush,
13219         last_function_call, sched_before_next_call): Move static variables
13220         into a structure.
13221         (bb_ prefixed versions): Replace with single array bb_deps.
13222         (struct deps): New structure.
13223         (add_insn_mem_dependence, flush_pending_lists, sched_analyze_1,
13224         sched_analyze_2, sched_analyze_insn, sched_analyze): Accept new
13225         argument of type "struct deps *"; use that instead of global
13226         variables.  All callers changed.
13227         (init_rgn_data_dependencies): Delete function.
13228         (init_rtx_vector): Delete function.
13229         (init_deps): New function.
13230
13231         (free_pending_lists): Simplify, we always use the bb_deps array even
13232         if only one basic block.
13233         (compute_block_backward_dependences): Likewise.
13234         (schedule_region): Likewise.
13235
13236         (propagate_deps): New function, broken out of
13237         compute_block_backward_dependences.
13238         (compute_block_backward_dependences): Use it.
13239
13240         * alpha.md: Delete useless patterns that tried to work around
13241         register elimination problems.
13242
13243         * unroll.c (loop_iterations): Don't abort if iteration variable
13244         was made by loop.
13245
13246         From Joern Rennecke:
13247         * reload1.c (reloads_conflict): Reverse test comparing operand
13248         numbers when testing for conflict between output/outaddr reloads.
13249
13250 1999-11-29  David S. Miller  <davem@redhat.com>
13251
13252         * config/sparc/sparc.c (init_cumulative_args): Fix type of third
13253         arg.
13254         * config/sparc/sparc-protos.h: Update proto, move into RTX_CODE.
13255
13256 1999-11-28  Robert Lipe  <robertl@cygnus.com>
13257
13258         * i386/sco5.h (FINI_SECTION_ASM_OP_COFF): Move destructor fn
13259         table from .fini into .dtor.
13260
13261 1999-11-28  Anthony Green  <green@cygnus.com>
13262
13263         * tree.h (struct tree_decl): Add malloc_flag.
13264         (DECL_IS_MALLOC): Define.
13265         * c-common.c (attrs): Add A_MALLOC attribute.
13266         (init_attributes): Add this attribute to the table.
13267         (decl_attributes): Handle malloc attribute.
13268         * calls.c (special_function_p): Check for the malloc attribute.
13269         * extend.texi (Function Attributes): Document malloc attribute.
13270
13271 Sun Nov 28 13:21:00 1999  Jeffrey A Law  (law@cygnus.com)
13272
13273         * pa.md (reload shift-add patterns): Remove.
13274
13275 1999-11-28 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13276
13277         * reorg.c (dbr_schedule) Print more statistics. Corrected
13278         problem when printing info when 3 delay slots are filled.
13279
13280 1999-11-28  Jakub Jelinek  <jakub@redhat.com>
13281
13282         * combine.c (setup_incoming_promotions): Pass an outgoing
13283         regno to FUNCTION_ARG_REGNO_P which it expects.
13284
13285 1999-11-28  Andreas Jaeger  <aj@suse.de>
13286
13287         * mips/linux.h (CPP_PREDEFINES): Undefine before redefining.
13288
13289 Sun Nov 28 00:48:15 1999  Philippe De Muyter  <phdm@macqel.be>
13290
13291         * cccp.c (do_include): Avoid initialization of automatic variable.
13292
13293         * integrate.c (mark_stores): Function definition made void, to match
13294         previous declaration.
13295         * regclass.c (dump_regclass): Ditto.
13296         * Makefile.in (WARN_CFLAGS): Macro augmented by `-Wtraditional'.
13297
13298 Sat Nov 27 08:38:26 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13299
13300         * expr.c (store_constructor): Use EXACT_DIV_EXPR when dividend is
13301         known to be multiple of divisor.
13302
13303         * expr.c (store_constructor): Don't clobber TARGET if CLEARED.
13304
13305         * combine.c (try_combine): Add code to try to merge a set of a
13306         two-word pseudo to a constant with a setting of one of those words
13307         to a constant.
13308
13309         * fold-const.c (negate_expr, associate_trees, extract_muldiv): New.
13310         (split_tree): Completely rework to make more general.
13311         (make_range, fold): Call negate_expr.
13312         (fold, case NEGATE_EXPR): Simplify -(a-b) is -ffast-math.
13313         (fold, associate): Call new split_tree and associate_trees.
13314         (fold, case MULT_EXPR, case *_{DIV,MOD}_EXPR): Call extract_muldiv.
13315
13316 1999-11-26  Bernd Schmidt  <bernds@cygnus.co.uk>
13317
13318         * loop.c (try_copy_prop): Avoid GNU C extension.
13319
13320 1999-11-25  Mark Mitchell  <mark@codesourcery.com>
13321
13322         * except.c (init_eh_for_function): Still zero eh_return_context,
13323         eh_return_stack_adjust, and eh_return_handler.
13324
13325         * except.h (eh_status): Adjust documentation for x_protect_list.
13326         (begin_protect_partials): New function.
13327         * except.c (enqueue_eh_entry): Fix formatting.
13328         (get_first_handler): Add consistency check.
13329         (add_partial_entry): Adjust usage of protect_list.
13330         (emit_cleanup_handler): Save and restore ehqueue.
13331         (expand_start_all_catch): Add comment.
13332         (begin_protect_partials): New function.
13333         (end_protect_partials): Adjust usage of protect_list.
13334         (init_eh_for_function): Use xcalloc.
13335
13336 1999-11-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13337
13338         * c-common.c (check_format_info): Don't call a variadic function
13339         with a non-literal format string.
13340
13341         * c-decl.c (grokdeclarator, start_struct, finish_struct): Likewise.
13342
13343         * c-typeck.c (build_component_ref, build_unary_op, lvalue_or_else,
13344         pedantic_lvalue_warning, error_init, pedwarn_init, warning_init):
13345         Likewise.
13346
13347         * cccp.c (check_macro_name, do_xifdef, vwarning_with_line):
13348         Likewise.
13349
13350         * collect2.c (collect_wait): Likewise.
13351
13352         * dbxout.c (dbxout_type): Likewise.
13353
13354         * gcc.c (do_spec_1): Likewise.
13355
13356         * genemit.c (gen_insn, gen_expand): Likewise.
13357
13358         * genrecog.c (write_switch, write_subroutine): Likewise.
13359
13360         * mips-tfile.c (catch_signal, botch): Likewise.
13361
13362         * print-rtl.c (print_rtx): Likewise.
13363
13364         * toplev.c (default_print_error_function, report_error_function,
13365         _fatal_insn): Likewise.
13366
13367 1999-11-25  Mark Mitchell  <mark@codesourcery.com>
13368
13369         * tree.c (unsave_expr_now): Handle NULL_TREE as input.
13370
13371 Wed Nov 24 17:08:09 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13372
13373         * reg-stack.c (subst_stack_regs_pat): Swap operands in commutative
13374         operations when needed.
13375         * i386.md (fop_?f_comm): New.
13376         (fop_?f_1): Do not accept commutative operands.
13377
13378 1999-11-25  Andreas Jaeger  <aj@suse.de>
13379
13380         * config/mips/mips.md (casesi_internal): Add missing brace.
13381
13382 1999-11-25  Jason Merrill  <jason@casey.cygnus.com>
13383
13384         * dwarf2out.c (pend_type, output_pending_types_for_scope): Lose.
13385         (splice_child_die): Handle moving a child DIE from the declaration
13386         DIE of a class to its specification.
13387         (gen_struct_or_union_type_die): Use 'complete' consistently.
13388         (gen_decl_die): Generate the virtual context DIE first.
13389         Use decl_ultimate_origin instead of DECL_ABSTRACT_ORIGIN.
13390
13391 1999-11-24  Gavin Romig-Koch  <gavin@cygnus.com>
13392
13393         * config/mips/mips.md (call_value_multiple_interanal1): New.
13394
13395 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
13396
13397         * dwarf2out.c (free_AT, free_die): New fns.
13398         (remove_children): Call them.
13399         (output_line_info): Disable removal of duplicate notes.
13400
13401         Generate minimal debug info for types with TYPE_DECL_SUPPRESS_INFO set.
13402         * dwarf2out.c (gen_struct_or_union_type_die): TYPE_DECL_SUPPRESS_INFO
13403         means pretend the type isn't defined.
13404         Don't defer emitting types.
13405         (gen_type_die_for_member): New fn.
13406         (gen_decl_die): Call it.
13407         (splice_child_die): New fn.
13408         (gen_member_die): Call it rather than generate duplicate dies.
13409
13410         Defer emitting information for the abstract instance of an inline
13411         until we either inline it or emit an out-of-line copy.
13412         * dwarf2out.c (decl_ultimate_origin): Ignore DECL_ABSTRACT_ORIGIN
13413         from output_inline_function if DECL_ABSTRACT is also set.
13414         (block_ultimate_origin): Likewise.
13415         (gen_abstract_function): New fn.
13416         (gen_decl_die, gen_inlined_subroutine_die): Call it.
13417         (gen_subprogram_die):  An abstract instance is not a declaration
13418         just because it doesn't match current_function_decl.  Don't abort
13419         because DECL_DEFER_OUTPUT isn't set.  Do abort if a declaration
13420         has an abstract origin.
13421         * toplev.c (rest_of_compilation): Don't emit dwarf2 info for the
13422         abstract instance here.
13423
13424 Wed Nov 24 18:39:18 1999  Andrew Haley  <aph@cygnus.com>
13425
13426         * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Add the case
13427         where we need to reload fpul from a system register.
13428
13429 1999-11-24  Andreas Jaeger  <aj@suse.de>
13430
13431         * config/mips/linux.h (CPP_PREDEFINES): Added.
13432         (LINK_SPEC): Remove -Y since this is only needed on sparc.
13433
13434 1999-11-24  Andreas Jaeger  <aj@suse.de>
13435
13436         * config/mips/linux.h (TARGET_VERSION): Added.
13437         (HANDLE_SYSV_PRAGMA): Added.
13438         (DEFAULT_VTABLE_THUNKS): Added.
13439
13440 Wed Nov 24 14:12:15 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13441
13442         * local-alloc.c (qty): New structure and static variable.
13443         (qty_phys_reg): Remove, all references changed to qty.
13444         (qty_n_refs): Likewise.
13445         (qty_min_class): Likewise.
13446         (qty_birth): Likewise.
13447         (qty_death): Likewise.
13448         (qty_size): Likewise.
13449         (qty_mode): Likewise.
13450         (qty_n_calls_crossed): Likewise.
13451         (qty_alternate_class): Likewise.
13452         (qty_changes_size): Likewise.
13453         (qty_first_reg): Likewise.
13454         (alloc_qty): Rename variable QTY to QTYNO.
13455         (finf_free_reg): Likewise.
13456         (local_alloc): Allocate qty, do not allocate the removed variables.
13457
13458 Wed Nov 24 17:26:05 1999  Geoffrey Keating  <geoffk@cygnus.com>
13459
13460         * config/mips/mips.h (ASM_SPEC): Don't pass -G to the assembler
13461         when -membedded-pic is passed.
13462
13463         * config/mips/mips.md (casesi): Handle 64-bit case too.
13464         (casesi_internal_di): New insn.
13465
13466         * config/mips/mips.c (embedded_pic_offset): Always make the
13467         embedded-pic subtractions relative to the name of the current
13468         function by use of the magic string "..CURRENT_FUNCTION".
13469         * config/mips/mips.h (ASM_OUTPUT_LABELREF): Make the magic happen.
13470
13471 1999-11-24  Geoffrey Keating  <geoffk@cygnus.com>
13472
13473         * config/mips/mips.md (div_trap_normal): Don't ask for the REGNO
13474         of (const_int 0), when what we really care about is
13475         whether it's a zero constant anyway.
13476         (div_trap_mips16): Likewise.
13477
13478 1999-11-23  Mark Mitchell  <mark@codesourcery.com>
13479
13480         * loop.c (loop_optimize): Always find_loop_tree_blocks and
13481         unroll_block_trees when generating debuggable code.
13482
13483         * tree.h (unsave_expr_1): New function.
13484         (lang_unsave): New variable.
13485         (get_callee_fndecl): New function.
13486         * tree.c (unsave_expr_now_r): New function.
13487         (lang_unsave): Define.
13488         (unsave_expr_1): Likewise.
13489         (unsave_expr_now_r): Split out from unsave_expr_now.
13490         (unsave_expr_now): Call lang_unsave if it is non-NULL.  Otherwise,
13491         call unsave_expr_now_r.
13492         (get_callee_fndecl): Define.
13493
13494         * Makefile.in (gencheck): Don't depend on lang_tree_files.
13495         (gencheck.o): Do depend on lang_tree_files.
13496
13497         * integrate.h (copy_decl_for_inlining): New declaration.
13498         * integrate.c (copy_and_set_decl_abstract_origin): Remove.
13499         (copy_decl_for_inlining): New function.
13500         (integrate_parm_decls): Use it.
13501         (integrate_decl_tree): Likewise.
13502
13503 1999-11-23  Gavin Romig-Koch  <gavin@cygnus.com>
13504
13505         * config/mips/mips.h (ISA_HAS_FP4,ISA_HAS_CONDMOVE,ISA_HAS_8CC): Split
13506         the second two from the first.
13507         (CONDITIONAL_REGISTER_USAGE): Use ISA_HAS_8CC rather than ISA_HAS_FP4.
13508         * config/mips/mips.md (movcc,reload_incc,reload_outcc,
13509         conditional move): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
13510         ISA_HAS_FP4.
13511         * config/mips/mips.c (mips_move_1word,gen_conditional_branch,
13512         override_options): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
13513         ISA_HAS_FP4.
13514
13515 Tue Nov 23 11:15:04 1999  Jeffrey A Law  (law@cygnus.com)
13516
13517         * pa.md (call_internal_symref, call_value_internal_symref): No mode
13518         needed on the address operand.
13519         * pa.c (call_operand_address): Check for the correct mode.
13520
13521 1999-11-23  Bernd Schmidt  <bernds@cygnus.co.uk>
13522
13523         * loop.c: Include "basic-block.h".
13524         (try_copy_prop, replace_loop_reg): New functions.
13525         (load_mems): Detect registers that just hold copies of the hoisted
13526         mem, and call try_copy_prop to eliminate them.
13527         * Makefile.in (loop.o): Update dependencies.
13528
13529 Tue Nov 23 01:03:29 1999  Hans-Peter Nilsson  <hp@axis.com>
13530
13531         * Makefile.in (gencheck.o): Depend on gencheck.h.
13532         (insn-emit.o): Depend on flags.h, hard-reg-set.h and resource.h.
13533         (insn-peep.o): Depend on except.h and function.h.
13534         (insn-attrtab.o): Depend on RECOG_H.
13535         (insn-output.o): Depend on toplev.h and flags.h.
13536         (gengenrtl.o): Depend on real.h.
13537         (gen-protos.o): Depend on cpplib.h and cpphash.h.
13538         Unify all dependencies to be on RECOG_H rather than recog.h.
13539
13540 Tue Nov 23 00:57:10 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13541
13542         From Casper H.S. Dik on comp.unix.solaris, 23 Oct 1998:
13543         * configure.in: Try building a bi-arch 32/64-bit compiler on
13544         sparc-*-solaris2.7 and higher.
13545         * configure: Rebuild.
13546
13547 Mon Nov 22 23:09:44 1999  David O'Brien  <obrien@FreeBSD.org>
13548
13549         * config/freebsd.h: New, FreeBSD architecture independent file.
13550         * config/i386/freebsd-elf.h: removed FreeBSD architecturally
13551         independent pieces.
13552         * config/i386/freebsd.h: include i386/perform.h via tm.h rather than
13553         directly by i386/freebsd.h.
13554         * configure.in (*-*-freebsdelf): Include new FreeBSD architecturally
13555         independent configuration file.
13556         (*-*-freebsdelf): Include i386/perform.h via tm.h rather than
13557         directly by i386/freebsd.h.
13558         * configure: Rebuilt.
13559
13560         * xm-i386.h: Define `__i386__' if not defined, rather than `i386'
13561         which is in the user's namespace.
13562         * libgcc2.c: Look for the ANSI-C approved `__i386__' symbol, vs.
13563         `i386' which is not in our namespace.
13564
13565 Mon Nov 22 22:58:01 1999  "R. Kelley Cook" <KelleyCook@attglobal.net>
13566
13567         * invoke.texi (ARM Options): Add in -mno-alignment-traps
13568
13569 1999-11-22  Jason Merrill  <jason@casey.cygnus.com>
13570
13571         * dwarf2out.c (die_struct): Remove die_attr_last and die_child_last.
13572         (add_dwarf_attr, add_child_die): Just push onto the front.
13573         (reverse_die_lists): New fn.
13574         (add_sibling_attributes): Use it.
13575         (push_decl_scope): Reorganize.
13576         (add_name_and_src_coords_attributes): Don't set file and line for
13577         an artificial decl.
13578         (gen_subprogram_die): An artificial function doesn't need to match
13579         file and line.
13580         (gen_compile_unit_die): Return the generated die.  Only add
13581         AT_comp_dir if the filename is relative.
13582         (remove_AT): Simplify loop.  Also free string values.
13583         (output_die): A DIE ref can't be null.
13584         (output_value_format, value_format): Take a dw_attr_ref.
13585         (dwarf_last_decl, is_extern_subr_die, sibling_offset): Remove.
13586         (AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
13587         AT_addr, AT_lbl): New fns.
13588         (various): Use them.
13589         (various): Constify.
13590
13591 Mon Nov 22 23:53:50 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13592
13593         * combine.c (combine_simplify_rtx): When handling a SUBREG,
13594         take SUBREG_WORD into account.
13595         (if_then_else_cond): Likewise.
13596
13597 1999-11-22  Jason Merrill  <jason@casey.cygnus.com>
13598
13599         * gmon.c, i386/gmon-sol2.c, sparc/gmon-sol2.c: Remove advertising
13600         clause from BSD license, pursuant with
13601
13602           ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
13603
13604 1999-11-22  Bernd Schmidt  <bernds@cygnus.co.uk>
13605
13606         * loop.c (load_mems): Reformat slightly.
13607         * basic-block.h (regset_head): New typedef.
13608         (INIT_REG_SET): New macro.
13609
13610 1999-11-22  Bruce Korb  <autogen@linuxbox.com
13611
13612         * fixinc/mkfisinc.sh(i?86-*-linux): disable script, run fixincl exe
13613         (mips-dec-bsd*): non-functional code
13614         (alpha*-*-linux-gnu*): redundant, duplicated by "*-*-linux-gnu*"
13615
13616         * fixinc/inclhack.def(AAB_fd_zero_glibc_*):
13617         added three replacement fixes
13618         (no_double_slash): removed comments that are not (any longer) pertinent
13619         (bad_lval): this fix currently runs against many files.
13620         The comment seems to indicate that we should select for files
13621         containing 'pragma extern_prefix'.
13622
13623         * fixinc/fixinc.x86-linux-gnu: deleted
13624         * fixinc/inclhack.sh:  regen
13625         * fixinc/fixincl.x:  regen
13626         * fixinc/fixincl.sh:  regen
13627
13628 Fri Nov 12 14:08:40 1999  Andrew Haley  <aph@cygnus.com>
13629
13630         * emit-rtl.c (gen_sequence): Only return the pattern of an insn if
13631         its code is INSN and it has no notes.
13632
13633 1999-11-22  Andrew Haley  <aph@cygnus.com>
13634
13635         * varasm.c (function_defined): Remove.
13636         (make_function_rtl): Don't set function_defined.
13637         (make_decl_rtl): Remove global register warning.
13638         * regclass.c (no_global_reg_vars): New variable.
13639         (globalize_reg): Warn if function has already been defined.
13640         (regclass_init): Set no_global_reg_vars.
13641
13642 Mon Nov 22 14:42:22 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13643
13644         * regclass.c (reg_pref): New structure and static variable
13645         (prefclass): Delete.
13646         (altclass): Delete.
13647         (all uses of prefclass and altclass): Use reg_pref instead.
13648
13649 1999-11-21  Nick Clifton  <nickc@cygnus.com>
13650
13651         * invoke.texi (ARM Options): Replace -mshort-load-bytes with
13652         -malignment-traps.
13653         (arm.h): Replace -mshort-load-bytes with -malignment-traps.
13654         (arm.c): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
13655         (arm.md): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
13656
13657 Sun Nov 21 17:11:13 1999  Geoffrey Keating  <geoffk@cygnus.com>
13658
13659         * varasm.c (output_constructor): Solve problem with long long
13660         bitfields, even on BYTES_BIG_ENDIAN machines (testcase 991118-1).
13661
13662 Fri Nov 19 05:48:45 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13663
13664         * global.c (allocno): New structure and static variable.
13665         (allocno_reg): Remove, all references replaced by allocno.
13666         (allocno_size): Likewise.
13667         (hard_reg_conflicts): Likewise.
13668         (hard_reg_preferences): Likewise.
13669         (hard_reg_copy_preferences): Likewise.
13670         (hard_reg_full_preferences): Likewise.
13671         (regs_someone_prefers): Likewise.
13672         (allocno_calls_crossed): Likewise.
13673         (allocno_n_refs): Likewise.
13674         (allocno_live_length): Likewise.
13675         (find_reg): Rename ALLOCNO to NUM.
13676
13677         * regclass.c (may_move_in_cost): Rename from may_move_cost, all
13678         references updated.
13679         (may_move_out_cost): New variable.
13680         (init_reg_sets_1): Initialize may_move_out_cost.
13681         (record_reg_classes): Use may_move_out_cost.
13682
13683         * regclass.c (dump_regclass): New function.
13684         (regclass): New parameter DUMP, call DUMP_REGCLASS.
13685         * toplev.c (rest_of_compilation): Open lreg dump file before regclass,
13686         pass rtl_dump_file to regclass.
13687         * rtl.h (regclass): Update prototype.
13688
13689 Fri Nov 19 06:32:19 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13690
13691         * i386.md (neg, not and abs patterns): Revmap to use
13692         ix86_expand_unary_operator and ix86_unary_operator_ok.
13693         (add?f and sub?f expanders): Force operand 1 to register.
13694         * i386.c (ix86_expand_unary_operator): Rewrite.
13695         (ix86_unary_operator_ok): Ensure that memory operands
13696         match real opcode.
13697         (ix86_binary_operator_ok): Do not allow operand 1 to
13698         come into memory and operand 0 not.
13699         (ix86_expand_binary_operator): Ensure that
13700         src1 is not non-matching memory.
13701
13702         * i386.md (negs?2): Rewrite to expanders, new patterns and splitters
13703         to support integer registers and memory.
13704         (abss?2_integer): Likewise.
13705
13706         * i386.h (enum reg_class): Add FLOAT_INT_REGS.
13707         (REG_CLASS_NAMES): Likewise.
13708         (REG_CLASS_CONTENTS): Define FLOAT_INT_REGS as union of FLOAT_REGS
13709         and GENERAL_REGS.
13710         * i386.md (pushsf): Do not preferre FLOAT_REGS over GENERAL_REGS.
13711         (movsf): Likewise; unify 4th and 5th alternative.
13712         (pushdf): Likewise.
13713         (movdf_1): Likewise; rename to movdf_integer.
13714         (pushxf): Likewise; rename to pushxf_integer; fix output template;
13715         remove redundant splitter.
13716         (movxf_1): Likewise; rename to movxf_integer; fix splitter's condition.
13717         (movdf_nointeger): New.
13718         (movxf_nointeger): New.
13719         (pushxf_nointeger): New.
13720
13721         * i386.md (extend?f?f): Split to expander and pattern, refuse two
13722         memory operands in patterns.
13723         (fop*): Refuse two memory operands.
13724
13725         * i386.md (ashrsi3_31): Allow cltd when optimizing for size even
13726         on !TARGET_USE_CLTD CPUs.
13727
13728 Fri Nov 19 10:41:15 GMT 1999  Nathan Sidwell  <nathan@acm.org>
13729
13730         * extend.texi: Document C++ restricted pointers and references.
13731
13732 1999-11-19  Bernd Schmidt  <bernds@cygnus.co.uk>
13733
13734         * cse.c (addr_affects_sp): No longer conditional on AUTO_INC_DEC.
13735         (invalidate_skipped_set): Call it unconditionally.
13736         (cse_set_around_loop): Likewise.
13737
13738 Thu Nov 18 17:29:34 MST 1999    Diego Novillo <dnovillo@cygnus.com>
13739
13740         * rtl.texi (mem): Add documentation for alias-set argument
13741         to RTX `mem'.
13742
13743 Fri Nov 18 13:39:22 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13744
13745         * i386.h (struct_processor_costs): New fields int_load, int_store,
13746         fp_move, fp_load and fp_store
13747         (REGISTER_MOVE_COST): Fix comment, calculate exactly the cost of
13748         fp->int moves
13749         (MEMORY_MOVE_COST): New macro.
13750         * i386.c (386_cost): Define new fields.
13751         (i486_cost): Likewise.
13752         (pentium_cost): Likewise.
13753         (pentiumpro_cost): Likewise.
13754         (k6_cost): Likewise.
13755
13756 Fri Nov 19 11:11:55 1999  Greg McGary  <gkm@gnu.org>
13757                           Geoffrey Keating  <geoffk@cygnus.com>
13758
13759         * config/m68k/m68kelf.h: Suppress '/* within comment' warning.
13760
13761         * config/m68k/m68k.h (MASK_PCREL): Don't use same value as
13762         MASK_ALIGN_INT.
13763
13764         * config/m68k/m68k.h (MASK_NO_STRICT_ALIGNMENT): New macro.
13765         (TARGET_STRICT_ALIGNMENT): New macro.
13766         (TARGET_SWITCHES): Add "strict-align" and "no-strict-align".
13767         (STRICT_ALIGNMENT): Depend on TARGET_STRICT_ALIGNMENT.
13768         * invoke.texi (M680x0 Options): Document -mstrict-align.
13769
13770 Thu Nov 18 11:10:03 1999  Jan Hubicka  <hubicka@freesoft.cz>
13771                           Richard Henderson  <rth@cygnus.com>
13772
13773         * i386-protos.h (split_xf, ix86_split_movdi): Remove.
13774         (ix86_split_long_move): Declare.
13775         * i386.c (split_xf, ix86_split_movdi): Remove.
13776         (ix86_split_to_parts, ix86_split_long_move): New.
13777         * i386.md (dimode move splitters): Use ix86_split_long_move.
13778         (dfmode move splitters): Likewise.
13779         (xfmode move splitters): Likewise.
13780         (movsf_1): Allow F->r.
13781         (movdf_1, movxf_1): Allow F->ro.
13782
13783 1999-11-17  Mark Mitchell  <mark@codesourcery.com>
13784
13785         * except.h (struct eh_entry): Add goto_entry_p.
13786         (eh_region_from_symbol): Remove prototype.
13787         * except.c (find_func_region_from_symbol): New function.
13788         (emit_cleanup_handler): Likewise.
13789         (eh_region_from_symbol): Make it static.
13790         (add_new_handler): Verify the argument.
13791         (find_func_region): Update comment.
13792         (expand_eh_region_end): Expand handlers here, rater than waiting
13793         until expand_leftover_cleanups or start_all_catch.
13794         (expand_leftover_cleanups): Don't expand here.
13795         (expand_start_all_catch): Or here.
13796         (expand_rethrow): Check the return value from find_func_region.
13797         * function.c (expand_function_end): Emit the catch_clauses.
13798
13799 1999-11-18  Gavin Romig-Koch  <gavin@cygnus.com>
13800
13801         * integrate.c (expand_inline_function): Add necessary check for NULL.
13802
13803 1999-11-18  Nick Clifton  <nickc@cygnus.com>
13804
13805         * toplev.c (main): Correctly detect an unrecognised option.
13806
13807         * cppinit.c (cpp_handle_option): Do not claim to have consumed
13808         a -f option if it has not been recognised.
13809
13810 Thu Nov 18 00:59:11 1999  Michael Gschwind  <mikeg@alagoas.watson.ibm.com>
13811
13812         * basic-block.h (update_life_extent): Remove trailing comma on
13813         enumeration type list.
13814
13815 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13816
13817         * varasm.c (output_constructor) Solved problem with long long
13818         bitfields. Corrected calculating this_time and shift. Also
13819         corrected calculating mask when BITS_PER_UNIT == 32 (c4x).
13820
13821 Wed Nov 17 23:46:14 1999  Jeffrey A Law  (law@cygnus.com)
13822
13823         * flow.c (split_edge): Take looping structure into account when
13824         determining where to put the new block note.
13825
13826 Wed Nov 17 20:42:43 1999  Jeff Holcomb  <jeffh@cygnus.com>
13827
13828         * Makefile.in (ggc-none.o): Provide host specific version if
13829         needed.
13830
13831 Wed Nov 17 16:51:23 1999  Richard Henderson  <rth@cygnus.com>
13832
13833         * cse.c (delete_trivially_dead_insns): Identify no-op insns
13834         containing subregs too.
13835
13836 Wed Nov 17 17:39:48 MST 1999    Diego Novillo <dnovillo@cygnus.com>
13837
13838         * invoke.texi: Add documentation for -muninit-const-in-rodata.
13839         * config/mips/mips.h (MASK_UNINIT_CONST_IN_RODATA): Define.
13840         (TARGET_UNINIT_CONST_IN_RODATA): Define.
13841         (text_section): Add switches -munint-const-in-rodata and
13842         -mno-uninit-const-in-rodata.
13843         (ASM_OUTPUT_COMMON): Remove.
13844         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define. Check if uninitialized
13845         const objects should be placed in read-only data. Otherwise declare
13846         them in common.
13847
13848 Wed Nov 17 16:38:32 1999  Richard Henderson  <rth@cygnus.com>
13849
13850         * jump.c (jump_optimize_1): Revert last change.
13851
13852 Wed Nov 17 15:18:30 1999  Richard Henderson  <rth@cygnus.com>
13853
13854         * jump.c (jump_optimize_1): Don't try to duplicate the loop exit
13855         test if optimizing for size.
13856
13857 1999-11-17  Mark Mitchell  <mark@codesourcery.com>
13858
13859         * Makefile.in (toplev.o): Depend on except.h.
13860         (dwarf2out.o,loop.o,flow.o,haifa-sched.o): Likewise.
13861
13862 Mon Nov 15 22:45:39 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13863
13864         * i386.md (divmodsi4): Rewrite to expander.
13865         (*divmodsi4_nocltd): New.
13866         (*divmodsi4_cltd): New.
13867         (divmodsi4 splitter): Handle the case when input comes in edx.
13868         (udivmodhi4): Do not use constraints in exander.
13869         (ashrsi3_31): Conditionize by TARGET_USE_CLTD.
13870
13871 1999-11-17  Jason Merrill  <jason@yorick.cygnus.com>
13872
13873         * dwarf2out.c (push_decl_scope): Still use decl_scope_depth - 1
13874         for the common case.
13875
13876 1999-11-16  Jakub Jelinek  <jakub@redhat.com>
13877
13878         * explow.c (hard_function_value): Add outgoing argument.
13879         * expr.h (hard_function_value): Declare it.
13880         * calls.c (expand_call, emit_library_call_value): Update callers.
13881         * function.c (aggregate_value_p): Ditto.
13882         (diddle_return_value): Must look at the outgoing registers
13883         on archs with register windows.
13884
13885 Mon Nov 15 20:46:45 1999  Richard Henderson  <rth@cygnus.com>
13886
13887         * alpha.c (alpha_build_va_list): Use make_lang_type and
13888         initialize TYPE_NAME for the va_list record.
13889
13890         * flow.c (calculate_global_regs_live): Zero bb->aux to begin.
13891
13892         * ggc-common.c (ggc_print_statistics): Cast size_t to unsigned long
13893         for printing.
13894         * ggc.h (struct ggc_statistics): Rearrange elements for better
13895         packing on 64-bit hosts.
13896         * lcm.c (compute_laterin): Store a size_t not an int in bb->aux.
13897         (compute_nearerout): Likewise.
13898
13899 Tue Nov 16 14:37:52 1999  Geoffrey Keating  <geoffk@cygnus.com>
13900
13901         * config/rs6000/rs6000.c (first_reg_to_save): Save
13902         PIC_OFFSET_TABLE_REGNUM when -fpic even though it is fixed.
13903
13904 1999-11-15  Jason Merrill  <jason@casey.cygnus.com>
13905
13906         * dwarf2out.c (scope_die_for): Don't rely on the decl_scope_table
13907         notion of nesting to find the DIE for a type or function.
13908         DIEs can go in limbo even if we got a context_die.
13909         (push_decl_scope): Our context doesn't need to be in decl_scope_table.
13910         (gen_struct_or_union_type_die): Don't use TREE_PERMANENT to test
13911         for local type.
13912         (gen_decl_die): Ignore NAMESPACE_DECLs for now.
13913         (gen_type_die): Writing out the context doesn't cause member class
13914         template instantiations to be written out as well.
13915
13916 Mon Nov 15 15:33:18 1999  Richard Henderson  <rth@cygnus.com>
13917
13918         * rs6000.h (ASM_OUTPUT_DEF): New.
13919         Based on proposed addition from David Edelsohn.
13920
13921 1999-11-15  Robert Lipe  <RobertLipe@usa.net>
13922             Bruce Korb  <autogen@linuxbox.com>
13923
13924         * fixinc/inclhack.def
13925         (AAB_svr4_replace_byteorder): added.  Takes advantage of GCC features
13926         (unixware7_byteorder_fix): added.  Removes conflicts for new defs
13927                 in net/inet.h.
13928         (svr5_mach_defines): added.  Like svr4_mach_defines, with new syntax
13929         (svr4_endian): enabled with SVR5
13930         (svr4_mkdev): simplified syntax and enabled with SVR5
13931
13932 Sun Nov 14 18:49:37 1999  David O'Brien  <obrien@FreeBSD.org>
13933
13934         * configure.in: Handle libgcc2 threads support on FreeBSD platforms.
13935         * configure: Rebuilt.
13936         * config/t-freebsd-thread: New file.
13937
13938 Sun Nov 14 23:11:05 1999  Jeffrey A Law  (law@cygnus.com)
13939
13940         * i386.c (ix86_decompose_address): Verify the base is a REG
13941         before trying to examine its register number.
13942
13943         * basic-block.h: Remove all #defines and prototypes related to
13944         integer lists.
13945         (free_bb_mem, compute_preds_succs): Remove prototype.
13946         * rtl.h (free_bb_mem): Remove prototype.
13947         * flow.c (alloc_int_list_node); Remove function.
13948         (add_inst_list_node, free_int_list, add_pred_succ): Likewise.
13949         (compute_preds_succs, free_bb_mem): Likewise.
13950         * gcse.c (gcse_main): Do not call free_bb_mem anymore.
13951         * toplev.c (rest_of_compilation): Likewise.
13952         * haifa-sched.c (build_control_flow): Use flow generated edge
13953         list to build the haifa specific edge list.
13954         (find_rgns): Use new CFG data structures instead of pred/succ lists.
13955         (schedule_insns): Do not build pred/succ lists anymore.  Instead
13956         build the edge table.
13957
13958         * basic-block.h (dump_bb_data): Remove declaration.
13959         * flow.c (dump_bb_data): Remove function.
13960         * sbitmap.c (sbitmap_intersect_of_predsucc): Delete function.
13961         (sbitmap_union_of_predsucc): Likewise.
13962
13963         * gcse.c (delete_null_pointer_checks_1): Kill unused s_preds
13964         argument.  All callers changed.
13965         (delete_null_pointer_checks_1): No longer need to compute the
13966         pred/succ lists.
13967
13968         * gcse.c (pre_expr_reaches_here_p): Kill CHECK_PRE_COM argument.
13969         All callers changed.
13970         (pre_expr_reaches_here_p_work): Likewise.
13971         (pre_edge_insert): No longer call pre_expr_reaches_here_p.
13972         * lcm.c (compute_laterin): Fix initialization of LATER.
13973         (compute_nearerout): Similarly for NEARER.
13974
13975 Sun Nov 14 12:41:57 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
13976
13977         * cse.c (set_nonvarying_address_components): Delete unused function.
13978         (refers_to_p): Likewise.
13979
13980 Fri Nov 12 20:53:22 1999  Jeffrey A Law  (law@cygnus.com)
13981
13982         * function.c (diddle_return_value): Set REG_FUNCTION_VALUE_P as
13983         needed.
13984
13985 Sat Nov 13 16:20:09 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13986
13987         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Wrap macro
13988         definition in do while (0).
13989
13990 Fri Nov 12 16:26:25 1999  Jim Wilson  <wilson@cygnus.com>
13991
13992         * stmt.c (pushcase, pushcase_range): Partially revert Oct 28 change.
13993
13994 Fri Nov 12 12:43:49 1999  Richard Henderson  <rth@cygnus.com>
13995
13996         * unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.
13997
13998 Fri Nov 12 15:14:19 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
13999
14000         * i960.h (CAN_DEBUG_WITHOUT_FP): Don't define it.
14001         (FRAME_POINTER_REQUIRED): Don't worry about nonlocal goto.
14002         (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
14003         (INITIAL_FRAME_POINTER_OFFSET): Remove it.
14004
14005         * i960.c (i960_function_prologue): Don't allocate space for g8-g11
14006         saved on the stack.  Output more accurate stack frame statistics
14007         into assembler file.
14008
14009 1999-11-12 11:47 -0800  Zack Weinberg  <zack@bitmover.com>
14010
14011         * genextract.c (record_insn_name): New function.
14012         (get_insn_name): No longer a stub.
14013         (main): Call record_insn_name for each insn.  After each label
14014         written, print the insn name in a comment.
14015
14016 Fri Nov 12 13:45:02 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14017
14018         * output.h (const_section, init_section, fini_section): Add
14019         prototypes.
14020
14021         * alpha/elf.h (const_section): Delete declaration.
14022
14023         * svr4.h (const_section): Likewise.
14024
14025 Fri Nov 12 08:54:22 1999  Mark Mitchell  <mark@codesourcery.com>
14026
14027         * tree.h (SAVE_EXPR_PERSISTENT_P): New macro.
14028         * tree.c (array_type_nelts): Don't handle SAVE_EXPRs specially.
14029         (unsave_expr_now): Don't unsave SAVE_EXPR_PERSISTENT_P
14030         expressions.
14031         * stor-layout.c (variable_size): Set SAVE_EXPR_PERSISTENT_P on
14032         variable-sized array bounds.
14033
14034 Fri Nov 12 08:04:45 1999  Catherine Moore  <clm@cygnus.com>
14035
14036         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME):  Use
14037         ASM_OUTPUT_LABEL.
14038
14039 Fri Nov 12 13:31:54 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14040
14041         * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Treat QImode
14042         addresses the same way GO_IF_LEGITIMATE_INDEX does.
14043
14044 Fri Nov 12 12:36:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14045
14046         * cse.c (hash_arg_in_struct): Delete.
14047         (struct table_elt): Delete elt in_struct.
14048         (struct set): Delete elt src_in_struct.
14049         (merge_equiv_classes): Don't set either hash_arg_in_struct or
14050         the corresponding in_struct elts.
14051         (canon_hash): Likewise.
14052         (safe_hash): Likewise.
14053         (find_best_addr): Likewise.
14054         (record_jump_cond): Likewise.
14055         (cse_insn): Likewise.
14056
14057 Thu Nov 11 19:45:24 1999  Jim Wilson  <wilson@cygnus.com>
14058
14059         * loop.c (invariant_p, case MEM): Put MEM_VOLATILE_P check back.
14060
14061         * dbxout.c (dbxout_type, case INTEGER_TYPE): Handle too large
14062         unsigned types.
14063
14064 Thu Nov 11 18:54:24 1999  Jeffrey A Law  (law@cygnus.com)
14065
14066         * function.c (diddle_return_value): Put back check that the DECL_RTL
14067         for the function is a register.
14068
14069         * function.c (diddle_return_value): Use hard_function_value to
14070         get an rtx suitable for use in the USE/CLOBBER insn.
14071
14072         * global.c (global_conflicts): Update comments.
14073         (record_conflicts): No need to record conflicts between pseudos here.
14074
14075 1999-11-11  Bruce Korb  <autogen@linuxbox.com>
14076
14077         * fixinc/fixincl.c: Added verbose levels for status messages
14078
14079 Thu Nov 11 13:23:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14080
14081         * jump.c (jump_optimize_1): Avoid passing an rtx that is not an
14082         operand as argument to expand_and or expand_binop.
14083
14084 Thu Nov 11 02:21:16 1999  Rodney Brown <RodneyBrown@pmsc.com>
14085
14086         * xcoffout.c (xcoffout_source_file): Change ggc_add_root to
14087         gcc_add_string_root.
14088
14089 Wed Nov 10 21:24:19 1999  Jason Eckhardt  <jle@cygnus.com>
14090
14091         * config/pa/pa.h (MASK_RETURN_ADDR): Change 0xfffffffc to -4.
14092
14093 Wed Nov 10 15:56:16 1999  Jeffrey A Law  (law@cygnus.com)
14094
14095         * flow.c (compute_flow_dominators): Initially put all blocks on
14096         the worklist.
14097         * lcm.c (compute_antinout_edge, compute_available): Similarly.
14098         * gcse.c (compute_cprop_avinout): Remove.
14099         (compute_cprop_data): Use compute_available.
14100         (delete_null_pointer_checks_1): Use compute_available.
14101
14102         * basic-block.h (compute_available): Returns a void now.
14103         * gcse.c (one_classic_gcse_pass): Do not expect compute_available
14104         to return a value anymore.
14105         * lcm.c (compute_available, compute_antinout_edge): Revamp to use
14106         worklists.  Fix boundary cases. Compute maximal solutions.
14107         (compute_laterin, compute_nearerout): Similarly.
14108
14109         * dwarf2out.c (add_AT_location_description): Allow
14110         (mem (plus (pseudo) (...)) too.
14111
14112 Wed Nov 10 10:52:42 1999  Tom Tromey  <tromey@cygnus.com>
14113
14114         * gcc.c (do_spec_1): Support text between `%u' and `%O'.
14115
14116 Wed Nov 10 12:43:21 1999  Philippe De Muyter  <phdm@macqel.be>
14117                           Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14118
14119         * cppinit.c: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
14120
14121         * gansidecl.h: Likewise.
14122
14123         * rtl.c: Likewise.
14124
14125         * rtl.h: Likewise.
14126
14127         * toplev.h: Likewise.
14128
14129         * tree.c: Likewise.
14130
14131         * tree.h: Likewise.
14132
14133         * varray.c: Likewise.
14134
14135         * varray.h: Likewise.
14136
14137 Wed Nov 10 10:57:22 1999  Clinton Popetz  <cpopetz@cygnus.com>
14138
14139         * gcov.c (struct arcdata): Add hits and total, remove prob.
14140         (output_branch_counts): New.
14141         (process_args): Set output_branch_counts if -c.
14142         (calculate_branch_probs): Store hits and total instead of
14143         percentage.
14144         (output_data): Emit counts if output_branch_counts is true.
14145         * gcov.texi (Invoking Gcov): Document -c switch..
14146
14147 Wed Nov 10 01:10:41 1999  Philippe De Muyter  <phdm@macqel.be>
14148
14149         * genoutput.c (output_insn_data): Cast `INSN_OUTPUT_FORMAT_MULTI' and
14150         `INSN_OUTPUT_FORMAT_FUNCTION' to `PTR'-type.
14151
14152 Wed Nov 10 00:51:41 1999  Hans-Peter Nilsson  <hp@axis.se>
14153
14154         * invoke.texi (C Dialect Options): Add missing builtins from
14155         c-common.c to list.
14156         * extend.texi (Other Builtins): Copy to this list.
14157
14158 Wed Nov 10 04:58:09 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14159
14160         * Makefile.in (recog.o): Use BASIC_BLOCK_H macro.
14161         (print-rtl.o, $(HOST_PREFIX_1)print-rtl.o): Likewise.  Remove
14162         redundant bitmap.h.
14163
14164 Wed Nov 10 00:02:53 1999  Jeffrey A Law  (law@cygnus.com)
14165
14166         * flow.c (compute_flow_dominators): No longer treat basic block 0
14167         or (n_basic_blocks - 1) specially.  Clear the AUX field before
14168         starting computation of doms/pdoms.  Fix initial state for pdoms.
14169
14170 Wed Nov 10 03:58:08 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14171
14172         * Makefile.in ($(HOST_PREFIX_1)rtl.o): Update dependencies to
14173         match rtl.o's: added ggc.h and toplev.h
14174         ($(HOST_PREFIX_1)print-rtl.o): Likewise: added system.h.
14175         ($(HOST_PREFIX_1)rtlanal.o): Likewise: added system.h.
14176         ($(HOST_PREFIX_1)obstack.o): Likewise: added $(CONFIG_H).
14177
14178 Tue Nov  9 10:30:08 1999  Tom Tromey  <tromey@cygnus.com>
14179
14180         * config/i386/xm-djgpp.h (HAVE_DOS_BASED_FILE_SYSTEM): Renamed
14181         from HAVE_DOS_BASED_FILESYSTEM.
14182         * gcc.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM, not
14183         HAVE_DOS_BASED_FILESYSTEM.
14184         (main): Likewise.
14185         (split_directories): Only special-case DOS file names if
14186         HAVE_DOS_BASED_FILE_SYSTEM is defined.  Use IS_DIR_SEPARATOR
14187         instead of explicit tests.  Conditionalize on !VMS.
14188         (make_relative_prefix): Use IS_DIR_SEPARATOR instead of explicit
14189         tests.  Conditionalize on !VMS.
14190         (process_command): Only use make_relative_prefix if !VMS.
14191         (free_split_directories): Conditionalize on !VMS.
14192         (DIR_UP): Conditionalize on !VMS.
14193
14194 Wed Jun  9 16:57:11 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14195
14196         * gcc.c (STANDARD_BINDIR_PREFIX): Provide default.
14197
14198 Fri Feb  5 14:22:01 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14199
14200         * gcc.c (make_relative_prefix): Handle the HAVE_EXECUTABLE_SUFFIX
14201         case.
14202
14203 Mon Nov  8 14:16:57 1999  Michael Meissner  <meissner@cygnus.com>
14204
14205         * invoke.texi (Environment Variables): Document relative path
14206         lookup.
14207         * gcc.c (DIR_UP): If not defined, define as "..".
14208         (standard_bindir_prefix): New static, holds target location to
14209         install binaries.
14210         (split_directories): New function to split a filename into
14211         component directories.
14212         (free_split_directories): New function, release memory allocated
14213         by split_directories.
14214         (make_relative_prefix): New function, make a relative pathname if
14215         the compiler is not in the expected location.
14216         (process_command): If GCC_EXEC_PREFIX was not specified, see if we
14217         can figure out an appropriate prefix from argv[0].
14218         * Makefile.in (DRIVER_DEFINES): Use unlibsubdir in definition of
14219         STANDARD_STARTFILE_PREFIX and TOOLDIR_BASE_PREFIX.  Define
14220         STANDARD_BINDIR_PREFIX.
14221
14222 Wed Nov 10 11:47:54 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14223
14224         * config/c4x/c4x-protos.h: New file.  Prototypes for functions defined
14225         in c4x.c.
14226         * config/c4x/c4x.h: Moved prototypes to c4x.h.
14227         * config/c4x/c4x.c (c4x_preferred_reload_class, c4x_limit_reload_class,
14228         c4x_secondary_memory_needed) Delete.
14229         (fp_zero_operand): Add mode argument.
14230
14231 Thu Nov  4 15:52:35 1999  Andrew Haley  <aph@cygnus.com>
14232
14233         * reload1.c (reload_reg_free_for_value_p): Don't use a register
14234         that is in reload_reg_used.
14235
14236 Tue Nov  9 16:43:00 1999  Nick Clifton  <nickc@cygnus.com>
14237
14238         * config/arm/arm-protos.h: New file: Prototypes for functions
14239         defined in arm.c and pe.c.
14240         * config/arm/arm.h: Fix compile time warnings.
14241         * config/arm/arm.c: Fix compile time warnings.
14242         * config/arm/pe.h: Fix compile time warnings.
14243         * config/arm/aout.h: Fix compile time warnings.
14244
14245 Tue Nov  9 14:55:44 1999  Nick Clifton  <nickc@cygnus.com>
14246
14247         * config/m32r/m32r-protos.h: New file: Prototypes for functions
14248         defined in m32r.c
14249
14250         * config/m32r/m32r.h: Move prototypes to m32r-protos.h
14251         Add support for subtargets.
14252         Add prototypes for new predicates.
14253         Add scheduling macros.
14254
14255         * config/m32r/m32r.c: Fix compile time warnings.
14256         (int8_operand): New predicate function.
14257         (reg_or_cmp_int16_operand): New predicate function.
14258         (extend_operand): New predicate function.
14259         (m32r_adjust_code): New scheduling function.
14260         (m32r_adjust_priorty): New scheduling function.
14261         (m32r_sched_init): New scheduling function.
14262         (m32r_sched_reorder): New scheduling function.
14263         (m32r_sched_variable_issue): New scheduling function.
14264         (direct_return): New codegen function.
14265         (m32r_not_same_reg): New rtl testsing function.
14266
14267         * config/m32r/m32r.md: Fix compile time warnings.
14268         Add support for pre decrement and post increment memory
14269         references.
14270         Add S<cc> patterns.
14271         Add fabs patterns.
14272
14273 Mon Nov  8 22:20:13 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14274
14275         * global.c (EXECUTE_IF_CONFLICT): Don't define.
14276         (prune_preferences): Use EXECUTE_IF_SET_IN_ALLOCNO_SET instead.
14277         (find_reg): Likewise.
14278
14279 Mon Nov  8 13:16:46 1999  Jason Eckhardt  <jle@cygnus.com>
14280
14281         * config/pa/pa.md (fmpynfadd,{sgl,dbl} insns): Use %fr0 rather than 0
14282         to avoid assembler errors.
14283
14284 Mon Nov  8 15:38:41 1999  Nick Clifton  <nickc@cygnus.com>
14285
14286         * config/v850/v850-protos.h: New file: Prototypes for functions
14287         defined in v850.c
14288         * config/v850/v850.h: Move prototypes to v850-protos.h
14289         * config/v850/v850.c: Move prototypes to v850-protos.h
14290         * config/v850/v850.md: Fix compile time warnings.
14291
14292         * config/fr30/fr30-protos.h: New file: Prototypes for functions
14293         defined in fr30.c
14294         * config/fr30/fr30.h: Move prototypes to fr30-protos.h
14295         * config/fr30/fr30.c: Fix compile time warnings.
14296         * config/fr30/fr30.md: Fix compile time warnings.
14297
14298 Mon Nov  8 07:25:37 1999  Mark Mitchell  <mark@codesourcery.com>
14299
14300         * tree.h (get_containing_scope): Declare it.
14301         * tree.c (get_containing_scope): New fucntion.
14302         (decl_function_context): Use it.
14303         * toplev.c (rest_of_compilation): Use get_containing_scope.
14304
14305 aMon Nov  8 03:03:07 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14306
14307         * Makefile.in (rtl.o): Depend on toplev.h.
14308
14309 Sun Nov  7 20:55:14 1999  Mark Mitchell  <mark@codesourcery.com>
14310
14311         * cse.c (delete_trivially_dead_insns): Replace alloca with
14312         xmalloc/xcalloc.
14313         * except.c (update_rethrow_references): Likewise.
14314         (init_eh_nesting_info): Likewise.
14315         * function.c (identify_blocks): Likewise.
14316         * gcse.c (dump_hash_table): Likewise.
14317         * graph.c (print_rtl_graph_with_bb): Likewise.
14318         * loop.c (combine_movables): Likewise.
14319         (move_movables): Likewise.
14320         (count_loop_regs_set): Likewise.
14321         (strength_reduce): Likewise.
14322         * profile.c (compute_branch_probabilities): New function, split
14323         out from ...
14324         (branch_prob): Here.  Replace alloca with xmalloc/xcalloc.
14325         * regclass.c (regclass): Likewise.
14326         * regmove.c (regmove_optimize): Likewise.
14327         * toplev.c (compile_file): Likewise.
14328         (main): Don't mess with the stack rlimit.
14329
14330 Sun Nov  7 19:41:17 1999  Catherine Moore  <clm@cygnus.com>
14331
14332         * config/elfos.h (ASM_DECLARE_FUNCTION_NAME): Conditionally define.
14333         (ASM_DECLARE_FUNCTION_SIZE): Conditionally define.
14334
14335 Sun Nov  7 10:23:28 1999  Mark P. Mitchell  <mark@codesourcery.com>
14336
14337         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns.
14338
14339 Sun Nov  7 02:58:48 1999  Jeffrey A Law  (law@cygnus.com)
14340
14341         * global.c (EXECUTE_IF_CONFLICT): Undo Robert's change.
14342         (EXECUTE_IF_SET_IN_ALLOCNO_SET): Put curleys around CODE in
14343         macro expansion.
14344
14345 Sat Nov  6 23:48:30 1999  Robert Lipe  (robertlipe@usa.net)
14346
14347         * global.c (EXECUTE_IF_CONFLICT): Correct quoting typo.
14348
14349 Sat Nov  6 17:34:39 1999  Jeffrey A Law  (law@cygnus.com)
14350
14351         * gcse.c (post_dominators): Kill.
14352         (alloc_code_hoist_mem, free_code_hoist_mem); Kill post_dominators.
14353         (compute_code_hoist_data): Use compute_flow_dominators.  Do not
14354         pass in a pdom array since we do not need pdoms.
14355         * haifa-sched.c (schedule_insns): Similarly.
14356         * flow.c (compute_dominators): Remove dead function.
14357         (compute_flow_dominators): Do not compute doms or pdoms if the
14358         caller does not request them.  Split up loop to build doms and
14359         pdoms.  Use a worklist to compute doms and pdoms.
14360         * basic-block.h (compute_dominators): Remove prototype.
14361
14362 Sat Nov  6 11:38:39 1999  Richard Henderson  <rth@cygnus.com>
14363
14364         * haifa-sched.c (struct haifa_insn_data, h_i_d): New.
14365         (insn_luid, insn_priority, insn_costs, insn_units): Remove.
14366         (insn_reg_weight, insn_depend, insn_dep_count): Remove.
14367         (insn_blockage, insn_ref_count, line_note, insn_tick): Remove.
14368         (cant_move, fed_by_spec_load, is_load_insn): Remove.
14369         (schedule_region): Remove unused variable.
14370         (schedule_insns): Allocate h_i_d, and not all the separate arrays.
14371
14372 Sat Nov  6 10:00:34 1999  Mark Mitchell  <mark@codesourcery.com>
14373
14374         * local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.
14375         (update_equiv_regs): Likewise.
14376         (block_alloc): Likewise.
14377         * reg-stack.c (reg_to_stack): Likewise.
14378         (convert_regs_2): Likewise.
14379         * reload1.c (reload_as_needed): Likewise.
14380
14381 Sat Nov  6 09:57:59 1999  Mark Mitchell  <mark@codesourcery.com>
14382
14383         * Makefile.in (dbxout.o): Depend on ggc.h.
14384         (dwarf2out.o): Likewise.
14385         (xcoffout.o): Likewise.
14386         * dbxout.c: Include ggc.h.
14387         (dbxout_init): Register lastfile as a root.
14388         * dwarf2out.c: Include ggc.h.
14389         (dwarf2out_line): Register lastfile as a root.
14390         * xcoffout.c: Include ggc.h.
14391         (xcoffout_source_line): Register xcoff_lastfile as a root.
14392
14393 Sat Nov  6 09:52:09 1999  Richard Henderson  <rth@cygnus.com>
14394
14395         * i386.md (movdf_1, movxf_1): Earlyclobber general regs destination.
14396
14397 Sat Nov  6 07:48:59 1999  Catherine Moore  <clm@cygnus.com>
14398
14399         * config/svr4.h (ASM_DECLARE_FUNCTION): Check if already
14400         defined.
14401         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
14402
14403 Fri Nov  5 18:33:39 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14404
14405         * global.c (EXECUTE_IF_SET_IN_ALLOCNO_SET): New macro.
14406         (EXECUTE_IF_CONFLICT): Likewise.
14407         (ALLOCNO_LIVE_P): Avoid signed division.
14408         (SET_ALLOCNO_LIVE, CLEAR_ALLOCNO_LIVE): Likewise.
14409         (prune_preferences, find_reg): Use EXECUTE_IF_CONFLICT.
14410         (record_one_conflict): Use EXECUTE_IF_SET_IN_ALLOCNO_SET.
14411
14412 Fri Nov  5 12:04:02 1999  Richard Henderson  <rth@cygnus.com>
14413
14414         * haifa-sched.c (schedule_block): Don't crash if there's no
14415         next insn for an interblock movement.
14416         (add_branch_dependences): Don't allow clobber insns to move either.
14417
14418 Fri Nov  5 10:18:11 1999  Richard Henderson  <rth@cygnus.com>
14419
14420         * i386.c (split_xf): New.
14421         * i386-protos.h: Declare it.
14422         * i386.md (movxf_1): Add general regs alternatives.
14423         (movxf_1+1): New splitter for same.
14424
14425 Fri Nov  5 12:05:52 1999  Nick Clifton  <nickc@cygnus.com>
14426
14427         * function.c (purge_addressof_1): Add missing return values.
14428
14429 Fri Nov  5 10:07:25 1999  Nick Clifton  <nickc@cygnus.com>
14430
14431         * function.c (is_addressof): New function.  Returns true if
14432         the given piece of RTL is an ADDRESSOF.
14433         (purge_addressof_1): Make boolean.  Return false if the
14434         ADDRESSOFs could not be purged.
14435         (purge_addressof): If ADDRESSOFs could not be purged from the
14436         notes attached to an insn, remove the offending note(s),
14437         unless they are attached to a libcall.
14438
14439 1999-11-05  Andreas Jaeger  <aj@suse.de>
14440
14441         * genoutput.c (null_operand =): Initialize all fields.
14442
14443         * errors.h: Add extern to prototypes.
14444
14445 Fri Nov  5 01:44:09 1999  Jeffrey A Law  (law@cygnus.com)
14446
14447         * configure.in (m68k-next-nextstep4): Handle Openstep 4.2.
14448         * configure: Rebuilt.
14449
14450 Fri Nov  5 01:24:37 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14451
14452         * global.c (CONFLICTP, SET_CONFLICT): Avoid signed division.
14453         (mirror_conflicts): New function.
14454         (global_alloc): Call it.
14455         (expand_preferences): Remove redundant CONFLICTP test.
14456         (find_reg, dump_conflicts): Likewise.
14457         (prune_preferences): Process conflicts one word at a time.
14458
14459 Fri Nov  5 01:05:21 1999  Richard Henderson <rth@cygnus.com>
14460
14461         * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_BITMAP
14462         instead of an explicit loop.
14463
14464 Thu Nov  4 23:07:14 1999  Jim Wilson  <wilson@cygnus.com>
14465
14466         * cse.c (cse_insn): Revert Oct 31 change.  When computing src_elt,
14467         if REG_RETVAL check succeeds, then put classp in src_elt.
14468
14469 Thu Nov  4 23:48:14 1999  Jeffrey A Law  (law@cygnus.com)
14470
14471         * function.c (pad_to_arg_alignment): Only update argument_pad
14472         if the argument's alignment is greater than STACK_BOUNDARY.
14473
14474 Thu Nov  4 16:44:53 1999  Richard Henderson  <rth@cygnus.com>
14475
14476         * bitmap.h (BITMAP_XFREE): New.
14477         * flow.c (life_analysis): Use it.
14478         (life_analysis_1): Free blocks.
14479
14480         * combine.c (undo_commit): New.
14481         (try_combine): Use it.  Don't zap undobuf.undos.
14482         (combine_instructions): Don't zap undobuf.undos; free the
14483         undobuf.frees list.
14484
14485         * local-alloc.c (local_alloc): Free qty_phys_num_sugg.
14486
14487         * stmt.c (cost_table_): New.
14488         (estimate_case_costs): Use it instead of xmalloc.
14489
14490         * toplev.c (compile_file): Reuse dumpname memory instead
14491         of strdup'ing it.
14492
14493 Thu Nov  4 16:36:44 1999  Richard Henderson  <rth@cygnus.com>
14494
14495         * reg-stack.c (convert_regs_1): Initialize target_stack->top
14496         after verifying an EH edge.
14497
14498         * haifa-sched.c (init_rgn_data_dependences): Correctly
14499         size bb_pending_lists_length when zeroing.
14500
14501 Thu Nov  4 16:36:36 1999  Richard Henderson  <rth@cygnus.com>
14502
14503         * function.c (diddle_return_value): New.
14504         (expand_function_end): Use it.
14505         * stmt.c (expand_null_return): Likewise.
14506         (expand_value_return): Likewise.
14507
14508         * reg-stack.c (subst_stack_regs_pat): Handle clobbers at top-level.
14509
14510         * reload1.c (reload): Don't remove return value clobbers.
14511
14512 Thu Nov  4 13:33:46 1999  Richard Henderson  <rth@cygnus.com>
14513
14514         * rtl.c (read_rtx): Use fatal_with_file_and_line not fatal.
14515
14516 Thu Nov  4 12:49:52 1999  Richard Henderson  <rth@cygnus.com>
14517
14518         * cse.c (cse_main): Use xmalloc, not alloca.
14519         (cse_basic_block): Likewise.
14520         * local-alloc.c (local_alloc): Likewise.
14521
14522 Thu Nov  4 14:22:12 1999  David Billinghurst  <David.Billinghurst@riotinto.com.au>
14523                           Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14524
14525         * rtl.c: Include toplev.h.
14526         (fatal): Remove declaration.
14527
14528 Thu Nov  4 06:39:47 1999  Jeffrey A Law  (law@cygnus.com)
14529
14530         * haifa-sched.c (schedule_block): Fix thinko.
14531
14532 1999-11-03  James McKelvey <mckelvey@fafnir.com>
14533
14534         * fixinc/fixincl.c(create_file):  Allow for systems that do not have
14535         S_IR* defined values
14536
14537 1999-11-03  Philippe De Muyter  <phdm@macqel.be>
14538
14539         * fixlib.c (load_file_data): Do not call `realloc' with a NULL pointer;
14540         call `malloc' instead.
14541
14542 Wed Nov  3 23:05:14 1999  Mark Mitchell  <mark@codesourcery.com>
14543
14544         * flags.h (flag_renumber_insns): Declare.
14545         * emit-rtl.c (renumber_insns): Check flag_renumber_insns.  Print
14546         renumbering table.
14547         * rtl.h (renumber_insns): Change prototype.
14548         * toplev.c (flag_renumber_insns): Define.
14549         (rest_of_compilation): Pass rtl_dump_file to flag_renumber_insns.
14550
14551 Wed Nov  3 15:11:27 1999  David S. Miller  <davem@redhat.com>
14552
14553         * config/sparc/sparc.md: Remove insn type fpsqrt, add fpsqrts
14554         and fpsqrtd.  Use them and create fdiv function unit to more
14555         accurately represent fpu sqrt pipeline semantics on UltraSparc.
14556         * config/sparc/sparc.c: Account for fpsqrt{s,d} changes.
14557
14558 Wed Nov  3 15:11:27 1999  Matteo Frigo <athena@fftw.org>
14559
14560         * config/sparc/sparc.md: Adjust FADD/FMUL result latencies to
14561         3 on UltraSparc.
14562         * config/sparc/sparc.c (ultra_schedule_insn): Insert launched
14563         insn into ready list, do not use just a raw swap.
14564
14565 Wed Nov  3 14:51:59 1999  Mark P. Mitchell  <mark@codesourcery.com>
14566
14567         * rtl.h (renumber_insns): New function.
14568         (remove_unnecessary_notes): Likewise.
14569         * emit-rtl.c (renumber_insns): Define.
14570         (remove_unncessary_notes): Likewise.
14571         * toplev.c (rest_of_compilation): Remove dead code.
14572         Use renumber_insns and remove_unncessary_notes.
14573
14574         * gcse.c (struct null_pointer_info): New type.
14575         (get_bitmap_width): New function.
14576         (current_block): Remove.
14577         (nonnull_local): Likewise.
14578         (nonnull_killed): Likewise.
14579         (invalidate_nonnull_info): Take a null_pointer_info as input.
14580         (delete_null_pointer_checks_1): New function.
14581         (delete_null_pointer_checks): Use it.
14582
14583         * haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.
14584         (split_edges): Likewise.
14585         (schedule_block): Likewise.
14586         (compute_block_backward_dependencies): Likewise.
14587         (schedule_region): Likewise.
14588         (schedule_insns): Likewise.
14589
14590 Wed Nov  3 15:40:23 1999  Catherine Moore  <clm@cygnus.com>
14591
14592         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.
14593         * emit-rtl.c (gen_label_rtx): Support LABEL_ALTERNATE_NAME.
14594         * final.c (final_scan_insn): Emit LABEL_ALTERNATE_NAME.
14595         * ggc-common.c (ggc_mark_rtx_children): Mark LABEL_ALTERNATE_NAME.
14596         * jump.c (delete_unreferenced_labels): Don't delete if
14597         LABEL_ALTERNATE_NAME is set.
14598         * print-rtl.c (print_rtx): Dump alternate name.
14599         * rtl.def (CODE_LABEL): Change format to "iuuis00s".
14600         * rtl.h (LABEL_ALTERNATE_NAME): Define.
14601         * rtl.texi (LABEL_ALTERNATE_NAME): Document.
14602         * tm.texi (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Document.
14603
14604 Wed Nov  3 15:39:19 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14605
14606         * fix-header.c (recognized_extern, recognized_function): Constify
14607         a char*.
14608
14609         * lcm.c (compute_laterin): Remove unused variable `temp_bitmap'.
14610         (pre_edge_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
14611         (compute_available): Remove unused variable `last'.
14612         (compute_nearerout): Remove unused variable `temp_bitmap'.
14613         (pre_edge_rev_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
14614         Remove unused variable `x'.
14615
14616         * scan.h (recognized_function, recognized_extern): Constify a
14617         char*.
14618
14619         * simplify-rtx.c (simplify_rtx): Remove unused variable `new'.
14620
14621 Wed Nov  3 10:40:53 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14622
14623         * varasm.c (decode_rtx_const): Use XSTR to access the string
14624         of a SYMBOL_REF.
14625
14626 Wed Nov  3 10:10:58 1999  Richard Henderson  <rth@cygnus.com>
14627
14628         * c-decl.c (duplicate_decls): Copy DECL_MODE too.
14629
14630 Wed Nov  3 12:12:59 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14631
14632         * reload1.c (eliminate_regs_in_insn): If copying insn, also copy notes.
14633
14634 Wed Nov  3 03:26:28 1999  Jeffrey A Law  (law@cygnus.com)
14635
14636         * pa.c (ireg_operand): New function.
14637         * pa.h (PREDICATE_CODES): Handle ireg_operand.
14638         * pa.md (parallel_addb, parallel_movb): Use ireg_operand.
14639         Fix out of date comment.
14640
14641         * pa.md (negdi2): Turn into expander + anonymous pattern.
14642
14643         * reload.c (find_reloads): Fix typos in recent change.
14644
14645         * dwarf2out.c: Do not include ctype.h.
14646
14647 Tue Nov  2 21:53:44 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14648
14649         * regclass.c (record_reg_classes): Always use may_move_cost when
14650         seeing how operand fits with various register classes.
14651
14652 Tue Nov  2 15:38:17 1999  Richard Henderson  <rth@cygnus.com>
14653
14654         * resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes.
14655         * toplev.c: Revert Nov 1 13:22 change.
14656
14657 Tue Nov  2 14:21:37 1999  Jason Eckhardt  <jle@cygnus.com>
14658
14659         * config/pa/pa.md (height reduction patterns): Add checks for
14660         overlapping operands to avoid semantic-destroying splits for
14661         height reduction patterns.
14662
14663 Tue Nov  2 15:27:31 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14664
14665         * configure.in (m68k-hp-hpux*, xm_alloca.h): The underscore should
14666         have been an hyphen, fixed.
14667         * configure: Rebuilt.
14668
14669 Tue Nov  2 17:04:36 1999  Nick Clifton  <nickc@cygnus.com>
14670
14671         * config/arm/tpe.h: Add prototypes for exported functions.
14672         * config/arm/pe.c: Fix compile time warnings.
14673         * config/arm/semi.h: Fix compile time warnings.
14674         * config/arm/arm.c: Fix compile time warnings.
14675         * config/arm/arm.h: Fix compile time warnings.
14676         * config/arm/arm.md: Fix compile time warnings.
14677         * config/arm/thumb.c: Fix compile time warnings.
14678         * config/arm/thumb.h: Fix compile time warnings.
14679         * config/arm/thumb.md: Fix compile time warnings.
14680
14681 Tue Nov  2 04:10:24 1999  Jan Hubicka  <hubicka@freesoft.cz>
14682
14683         * jump.c (jump_optimize_1): Swap the incscc and the conditional mode
14684         detection code
14685
14686         * unroll.c (unroll_loop): Remove LOOP notes when loop is
14687         completely unrolled.
14688
14689 Tue Nov  2 16:57:22 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14690
14691         * cse.c (simplify_plus_minus, check_fold_const): Delete declarations.
14692
14693 Tue Nov  2 09:43:00 1999  Catherine Moore  <clm@cygnus.com>
14694
14695         * Makefile.in (genattrtab): Don't use (HOST_RTLANAL).
14696         * rtl.h (rtx_equal_p): Move prototype.
14697         * rtl.c (rtx_equal_function_value_matters): Move from
14698         rtlanal.c
14699         (rtx_equal_p): Likewise.
14700         * rtlanal.c (rtx_equal_function_value_matters): Delete.
14701         (rtx_equal_p): Likewise.
14702
14703 Mon Nov  1 23:21:17 1999  Jason Merrill  <jason@yorick.cygnus.com>
14704
14705         * libgcc2.c (__do_global_dtors): Only do EH frame stuff if
14706         ! HAS_INIT_SECTION.
14707
14708 Mon Nov  1 23:37:38 1999  Jeffrey A Law  (law@cygnus.com)
14709
14710         * gcc.1 (PA options): Remove obsolete -mshared-libs options.
14711
14712         * pa.h (ADDR_VEC_ALIGN): Define.
14713
14714         * jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT
14715         notes when presented with "if (foo) break; end_of_loop" and
14716         the break sequence gets moved out of the loop.
14717
14718         * unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.
14719         Remove explicit zero initializations of entries within MAP.
14720
14721 Mon Nov  1 18:09:14 1999  Richard Henderson  <rth@cygnus.com>
14722
14723         * reg-stack.c (convert_regs_1): Handle EH edges specially.
14724
14725 Mon Nov  1 15:41:01 1999  Mark P. Mitchell  <mark@codesourcery.com>
14726
14727         * bitmap.h (BITMAP_XMALLOC): New macro.
14728         * flow.c (CLEAN_ALLOCA): Remove.
14729         (delete_unreachable_blocks): Use xmalloc/xcalloc instead of alloca.
14730         (life_analysis): Likewise.
14731         (update_life_info): Don't use CLEAN_ALLOCA.
14732         (life_analysis_1): Use xmalloc/xcalloc instead of alloca.
14733         (calculate_global_regs_live): Likewise.
14734         (print_rtl_with_bb): Likewise.
14735         (verify_flow_info): Likewise.
14736         * global.c (global_alloc): Likewise.
14737         (global_conflicts): Likewise.
14738         * integrate.c (save_for_inline_nocopy): Likewise.
14739         (expand_inline_function): Likewise.
14740         * jump.c (jump_optimize_1): Likewise.
14741         (duplicate_loop_exit_test): Likewise.
14742         (thread_jumps): Likewise.
14743         * loop.c (loop_optimize): Likewise.
14744         (combine_givs): Likewise.
14745         (recombine_givs): Likewise.
14746         * reorg.c (dbr_schedule): Likewise.
14747         * unroll.c (unroll_loop): Likewise.
14748
14749         * combine.c (combine_instructions): Use xmalloc instead of alloca.
14750
14751 Mon Nov  1 13:22:30 1999  Richard Henderson  <rth@cygnus.com>
14752
14753         * toplev.c (rest_of_compilation): Don't optimize the CFG
14754         when rebuilding, just before dbr.
14755
14756 Mon Nov  1 14:35:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14757
14758         * output.h (assemble_end_function, assemble_destructor,
14759         assemble_constructor, assemble_gc_entry, assemble_global,
14760         assemble_label, output_constant_pool) Constify a char*.
14761
14762         * varasm.c (assemble_destructor, assemble_constructor,
14763         assemble_gc_entry, assemble_end_function, assemble_global,
14764         assemble_label, output_constant_pool): Likewise.
14765
14766 Mon Nov  1 14:22:51 1999  Nick Clifton  <nickc@cygnus.com>
14767
14768         * config/arm/thumb.c (thumb_expand_prologue): Add comments
14769         explaining what is goin on in this function.
14770
14771 Mon Nov  1 08:03:15 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14772
14773         * regclass.c (record_reg_classes): In matching case, recompute
14774         costs since the direction of movement is different.
14775
14776 Sun Oct 31 21:59:34 MST 1999  Diego Novillo <dnovillo@cygnus.com>
14777
14778         * resource.c (mark_target_live_regs): For unconditional branches,
14779         the resources found at the branch target should be added to the
14780         resources found so far, not intersected.
14781
14782 Sun Oct 31 15:48:49 1999  Philippe De Muyter  <phdm@macqel.be>
14783
14784         * fixinc/fixtests.c, fixinc/fixfixes.c : Keep `#' in first column for
14785         old cpp's.
14786         * fixinc/fixincl.c (fcntl.h) : Do not include this file twice.
14787         (sys/mman.h): Include this file only if #HAVE_MMAP.
14788         (run_compiles): Initialize `esac_fmt' with one old KR string, not
14789         with automatically concatenated ANSI strings.
14790
14791 Sun Oct 31 23:57:07 1999  Mark Mitchell  <mark@codesourcery.com>
14792
14793         * ggc-page.c (struct page_entry): Remove save_num_free_objects.
14794         (DIV_ROUND_UP): Robustify.
14795         (ggc_recalculate_in_use_p): New function.
14796         (release_pages): Don't inline it.
14797         (ggc_alloc_obj): Don't refuse to allocate objects on pages for
14798         outer contexts.
14799         (ggc_pop_context): Use ggc_recalculate_in_use_p.
14800         (clear_marks): Always save in_use_p.
14801         (sweep_pages): Use ggc_recalculate_in_use_p.
14802         (ggc_page_print_statistics): Avoid signed/unsigned comparisons.
14803         Release pages before counting statistics.
14804
14805 Sun Oct 31 23:42:37 1999  Mark Mitchell  <mark@codesourcery.com>
14806
14807         * toplev.c (rest_of_compilation): Fix thinko in this change:
14808
14809         Fri Oct 29 15:25:07 1999  Arnaud Charlet  <charlet@ACT-Europe.FR>
14810
14811         (rest_of_compilation): If inside an inlined external function,
14812         pretend we are just being declared.
14813
14814 Sun Oct 31 23:03:25 1999  Jeffrey A Law  (law@cygnus.com)
14815
14816         * flow.c (calculate_global_regs_live): Fix thinko.
14817
14818         * integrate.c (expand_inline_function): Fix bugs in previous
14819         change from Oct 28, 1999.
14820
14821 Sun Oct 31 20:27:45 1999  Mark Mitchell  <mark@codesourcery.com>
14822
14823         * stmt.c (expand_value_return): Fix typo in this change:
14824
14825         Thu Oct 28 18:06:50 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14826         (expand_value_return): Correctly convert VAL when promoting function
14827         return; support RETURN_REG being a PARALLEL.
14828
14829 Sun Oct 31 20:25:42 1999  Mark P. Mitchell  <mark@codesourcery.com>
14830
14831         * expr.c (readonly_fields_p): Ignore everything except FIELD_DECLs.
14832
14833 Sun Oct 31 20:42:17 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14834
14835         * hard-reg-set.h (reg_names): Constify a char*.
14836
14837         * regclass.c  (reg_names): Likewise.
14838
14839         * regs.h (reg_names): Likewise
14840
14841         * a29k/a29k.c (reg_names): Delete declaration.
14842
14843         * a29k/a29k.h (CONDITIONAL_REGISTER_USAGE): Constify a char*.
14844
14845         * arc/arc.c (arc_save_restore, arc_output_function_prologue,
14846         arc_output_function_epilogue): Likewise.
14847
14848         * elxsi/elxsi.c (reg_names): Likewise.
14849
14850         * gmicro/gmicro.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Likewise.
14851
14852         * m32r/m32r.c (m32r_output_function_epilogue, emit_cond_move):
14853         Likewise.
14854
14855         * m88k/m88k.c (output_function_profiler): Likewise.
14856
14857         * sparc/sparc.c (sparc_flat_output_function_prologue,
14858         sparc_flat_output_function_epilogue): Likewise.
14859
14860 Sun Oct 31 13:32:15 CET 1999  Marc Lehmann <pcg@goof.com>
14861
14862         * toplev.c (rest_of_compilation): Seperate the setjmp/vfork clobber
14863         warning from -Wuninitialized and put it under -W.
14864         * function.c (uninitialized_vars_warning): Warn only when the
14865         corresponding flag is set.
14866
14867 Sun Oct 31 01:53:30 1999  Jeffrey A Law  (law@cygnus.com)
14868
14869         * cse.c (cse_insn): If an insn has only a single set, SRC_EQV
14870         is nonzero and the single set does not have an elt, then assign
14871         it an elt.
14872
14873         * simplify-rtx.c: New file.
14874         * Makefile.in (OBJS): Add simplify-rtx.o
14875         (simplify-rtx.o): Add dependencies.
14876         * rtl.h (simplify_gen_binary, simplify_rtx): Add prototypes.
14877         * cse.c: Use simplify_gen_binary intead of cse_gen_binary.
14878         (cse_gen_binary, simplify_unary_operation): Delete.
14879         (simplify_binary_operation, simplify_plus_minus): Likewise.
14880         (check_fold_consts, simplify_relation_operation): Likewise.
14881         (simplify_ternary_operation): Likewise.
14882         (delete_trivially_dead_insns): Simplify the contents of the
14883         REG_EQUAL note before trying to substitute it into the source
14884         of the reg-reg copy at the end of a libcall sequence.
14885
14886         * combine.c (combine_simplify_rtx): Renamed from simplify_rtx.  All
14887         references/callers changed.
14888
14889         * mn10200.c (mn10200_va_arg): Force the return value into a
14890         register.
14891
14892         * fr30.h (EXTRA_CC_NAMES): Remove obsolete macro.
14893
14894         * cccp.c (macroexpand): Avoid out of range accesses for omitted
14895         arguments.
14896
14897 Sat Oct 30 22:42:50 1999  Stephen L Moshier <moshier@mediaone.net>
14898
14899         * c-lex.c (yylex): Accept 'f' in mantissa of hex float constant.
14900
14901 Sat Oct 30 22:19:26 1999  Jeffrey A Law  (law@cygnus.com)
14902
14903         * fold-const.c (fold): Fix thinko when optimizing comparisons
14904         against -0.0.
14905
14906 Sat Oct 30 21:32:17 1999  David Starner  <dstarner98@aasaa.ofe.org>
14907
14908         * gcc.texi (Passes): Update front-end files to their current
14909         location.
14910
14911 Sat Oct 30 14:41:40 1999  Richard Henderson  <rth@cygnus.com>
14912
14913         * alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Call secondary_reload_class.
14914         (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
14915         (PREDICATE_CODES): Add addition_operation.
14916         * alpha-protos.h (addition_operation): Declare.
14917         (secondary_reload_class): Likewise.
14918         * alpha.c (addition_operation): New.
14919         (secondary_reload_class): New, from old SECONDARY_INPUT_RELOAD_CLASS.
14920         * alpha.md (adddi3): Turn into expander.
14921         (*lda, *adddi_2): New.
14922         (movsf, movdf patterns): Don't preference integer regs.
14923         (movsi, movdi patterns): Don't preference fp regs.
14924
14925 Sat Oct 30 14:38:22 1999  Richard Henderson  <rth@cygnus.com>
14926
14927         * genrecog.c (write_switch): Check for duplicate CODE cases.
14928
14929 Sat Oct 30 14:31:48 1999  Richard Henderson  <rth@cygnus.com>
14930
14931         * ggc-common.c: Update pre-function commentary.
14932         * ggc-page.c: Likewise.
14933         (poison): Remove.
14934         (poison_pages): Use memset directly.
14935         (ggc_alloc_obj): Likewise.  Use a different pattern than poison_pages.
14936         (ggc_collect): Poison before sweeping.
14937         * ggc-simple.c: Update pre-function commentary.
14938         (ggc_alloc_obj): Poison non-zeroed memory.
14939
14940 Sat Oct 30 14:28:52 1999  Mark Mitchell  <mark@codesourcery.com>
14941
14942         * ggc-common.c (ggc_print_statistics): Make arguments to fprintf
14943         match format string, even on 64-bit hosts.
14944         * gcc-page.c (ggc_page_print_statistics): Likewise.
14945
14946 Sat Oct 30 14:38:04 1999  Catherine Moore  <clm@cygnus.com>
14947
14948         * config/i386/i386.c (ix86_cpu): Revert last patch.
14949         * config/i386/i386.h (ix86_cpu): Ditto.
14950
14951 Fri Oct 29 17:00:42 1999  Jim Wilson  <wilson@cygnus.com>
14952
14953         * stor-layout.c (layout_type): When compute TYPE_SIZE_UNIT from
14954         TYPE_SIZE, convert type of result to sizetype.
14955
14956 Fri Oct 29 14:34:17 1999  Richard Henderson  <rth@cygnus.com>
14957
14958         * flow.c (count_or_remove_death_notes): Equate NULL with the
14959         universal set.
14960
14961         * jump.c, reg-stack.c, toplev.c: Revert Oct 27 change.
14962         * toplev.c (rest_of_compilation): Rebuild CFG immediately before
14963         dbr_schedule.
14964
14965         * i386.c (pic_label_no): Delete.
14966         (ix86_attr_length_default): Don't use single_set to peek
14967         inside a parallel.
14968
14969         * recog.c (peephole2_optimize): Allow recog_next_insn to index
14970         the first insn after bb->end.
14971         * i386.md (push mem peeps): Scratch is live after evaluation
14972         of the memory.
14973         (cmp mem peep): Similarly.
14974
14975 Fri Oct 29 11:50:11 1999  Catherine Moore  <clm@cygnus.com>
14976
14977         * calls.c (emit_library_call_value): Fix declaration of alignment_pad.
14978         * function.c (pad_to_arg_alignment): Add missing braces.
14979
14980 Fri Oct 29 13:53:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14981
14982         * alpha/alpha-protos.h (literal_section): Add prototype.
14983         (alpha_need_linkage, alpha_start_function,alpha_end_function):
14984         Constify a char*.
14985
14986         * alpha/alpha.c (alpha_ra_ever_killed, set_frame_related_p): Add
14987         prototype.
14988         (alpha_start_function, alpha_end_function, float_strings,
14989         alpha_need_linkage): Constify a char*
14990
14991         * alpha/alpha.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_MI_THUNK): Likewise.
14992
14993         * alpha/alpha32.h (ASM_OUTPUT_MI_THUNK): Likewise.
14994
14995         * alpha/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
14996
14997         * alpha/vms.h (ASM_OUTPUT_SECTION_NAME): Likewise.
14998
14999 Fri Oct 29 13:49:39 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15000
15001         * flow.c (debug_flow_info): Add prototype.
15002
15003         * gcc.c (main): Likewise.
15004
15005         * gcse.c (expr_reaches_here_p_work, pre_expr_reaches_here_p_work):
15006         Likewise.
15007
15008         * reload1.c (failed_reload, set_reload_reg): Likewise.
15009
15010         * mips-tfile.c (main): Likewise.
15011         (pfatal_with_name, fancy_abort, botch, fatal, catch_signal): Mark
15012         with ATTRIBUTE_NORETURN.
15013
15014 Fri Oct 29 18:16:03 1999  Andrew Haley  <aph@cygnus.com>
15015
15016         * config/i386/i386.h (ENCODE_SECTION_INFO): Don't do anything if
15017         DECL is not a memory ref.
15018
15019 Fri Oct 29 09:05:34 1999  Catherine Moore  <clm@cygnus.com>
15020
15021         * config/i386/i386.h (ix86_cpu): Remove extern attribute.
15022         * config/i386/i386.c (ix86_cpu): Add extern attribute.
15023
15024 Fri Oct 29 16:30:04 1999  Andrew Haley  <aph@cygnus.com>
15025
15026         * config/mips/elf.h: remove NAME__MAIN and SYMBOL__MAIN.
15027         * config/mips/elf64.h: ditto.
15028
15029 Fri Oct 29 08:03:57 1999  Catherine Moore  <clm@cygnus.com>
15030
15031         * expr.c (emit_push_insn): New argument alignment_pad.
15032         Update all callers.  Adjust stack pointer based on alignment pad.
15033         * function.c (pad_to_arg_alignment):  New argument alignment_pad.
15034         Update all callers.  Track alignment_pad if boundary > PARM_BOUNDARY.
15035         (locate_and_pad_parm): New argument alignment_pad.  Update all
15036         callers.
15037         * expr.h (emit_push_insn): Update prototype.
15038         (locate_and_pad_parm): Update prototype.
15039         * calls.c (arg_data):  Add new field alignment_pad.
15040         (initialize_argument_information): Initialize alignment_pad.
15041
15042 Fri Oct 29 02:51:35 1999  Mark Mitchell  <mark@codesourcery.com>
15043
15044         * except.c (free_eh_nesting_info): Free the info itself.
15045         * function.c (free_after_compilation): Don't free NULL.
15046         * gcse.c (alloc_pre_mem): Free the temp_bitmap, too.
15047         (pre_edge_insert): Free inserted.
15048         * stmt.c (free_stmt_status): Don't free NULL.
15049
15050 Fri Oct 29 15:25:07 1999  Arnaud Charlet  <charlet@ACT-Europe.FR>
15051
15052         * gcov.c (DIR_SEPARATOR): Provide default.
15053         (output_data): Add test for MS-DOS format absolute filename.
15054         (fancy_abort): Correct program name.
15055         (open_files): Open all files in binary mode.
15056         * libgcc2.c (__bb_exit_func): Likewise.
15057
15058         * profile.c (init_branch_prob): Specify binary when opening files.
15059
15060         * flags.h (flag_unwind_tables): New decl.
15061         * toplev.c (flag_unwind_table): New definition.
15062         (f_options): Add -funwind-tables.
15063         (decode_g_option): Clarify warning when unknown -g option is given.
15064         (rest_of_compilation): If inside an inlined external function,
15065         pretend we are just being declared.
15066
15067         * dwarf2out.c (dwarf2out_do_frame): Check -funwind_tables.
15068         (dwarf2out_frame_finish): Likewise.
15069
15070 Fri Oct 29 07:44:26 1999  Vasco Pedro  <vp@di.fct.unl.pt>
15071
15072         * fold-const.c (merge_ranges): If not in0, but in1, handle
15073         upper bounds equal like subset case.
15074
15075 Thu Oct 28 19:22:24 1999  Douglas Rupp <rupp@gnat.com>
15076
15077         * dbxout.c (dbxout_parms): Generate a second stabs line for parameters
15078         passed in a register but moved to the stack.
15079
15080 Thu Oct 28 19:12:57 1999  Sam Tardieu  <tardieu@act-europe.fr>
15081
15082         * gcc.c (pass_exit_codes, greatest_status): New variables.
15083         (struct option_map): Add entry for "--pass-exit-codes".
15084         (execute): Update greatest_status if error.
15085         (display_help): Add documentation for -pass-exit-codes.
15086         (process_command): Handle -pass-exit-codes.
15087         (main): Look at pass_exit_codes and greatest_status on call to exit.
15088
15089 Thu Oct 28 18:06:50 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15090
15091         * reload.c (find_reloads): Refine test for no input reload
15092         case to not includes reloads emitted after insn.
15093
15094         * function.c (find_temp_slots_from_address): Handle sum involving
15095         a register that points to a temp slot.
15096         (update_temp_slot_address): Make recursive call if both old and
15097         new are PLUS with a common operand.
15098         * calls.c (expand_call): Mark temp slot for result as having
15099         address taken.
15100
15101         * rtlanal.c (reg_referenced_p, case IF_THEN_ELSE): New case.
15102
15103         * gcc.c (process_command): Add standard_exec_prefix with "GCC"
15104         component as well as "BINUTILS".
15105
15106         * integrate.h (copy_rtx_and_substitute): New arg, FOR_LHS.
15107         * integrate.c (copy_rtx_and_substitute): Likewise.
15108         (expand_inline_function, integrate_parm_decls, integrate_decl_tree):
15109         All callers changed.
15110         * unroll.c (inital_reg_note_copy, copy_loop_body): Likewise.
15111
15112         * dbxout.c (dbxout_type, case INTEGER_TYPE_NODE): If can use
15113         gdb extensions, write size of type; also be more consistent
15114         in using references when this is a subtype.
15115
15116         * pa.md (extv, extzv, insv): Use define_expand to reject constant
15117         that is out of range.
15118
15119         * loop.c (unknown_constant_address_altered): New variable.
15120         (prescan_loop): Initialize it.
15121         (note_addr_stored): Set it for RTX_UNCHANGING_P MEM.
15122         (invariant_p, case MEM): Remove handling for volatile and readonly;
15123         check new variable if readonly.
15124         (check_dbra_loop): Chdeck unknown_constant_address_altered.
15125
15126         * cse.c (canon_hash, case MEM): Do not record if BLKmode.
15127         (addr_affects_sp_p): Removed from note_mem_written and only
15128         define #ifdef AUTO_INC_DEC.
15129
15130         * alpha.c (input_operand, case ADDRESSOF): Treat as REG.
15131
15132         * regclass.c (record_reg_classes): Properly handle register move
15133         directions.
15134
15135         * varasm.c (initializer_constant_valid_p, case MINUS_EXPR):
15136         Don't think valid if both operands are invalid.
15137         (struct constant_descriptor): New field RTL.
15138         (mark_const_hash_entry): Mark it.
15139         (record_constant{,_rtx}): Initialize it.
15140         (output_constant_def): Allocate RTL in permanent obstack and
15141         save in table.
15142         ({record,compare}_constant_1): Modes must match for
15143         CONSTRUCTOR of ARRAY_TYPE.
15144
15145         * c-common.h (initializer_constant_valid_p): Delete decl from here.
15146         * output.h (initializer_constant_valid_p): Move decl to here.
15147         * c-common.c (initializer_constant_valid_p): Delete function from here.
15148         * varasm.c (initializer_constant_valid_p): Move function to here.
15149
15150         * tree.h (STRIP_SIGN_NOPS): New macro.
15151         * fold-const.c (optimize_minmax_comparison): New function.
15152         (invert_truthvalue, case WITH_RECORD_EXPR): New case.
15153         (fold): Use STRIP_SIGN_NOPS instead of STRIP_TYPE_NOPS.
15154         (fold, case EQ_EXPR): Call optimize_minmax_comparison and add
15155         cases with ABS_EXPR, NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR, and
15156         widening conversions.
15157         (fold, case LE_EXPR): Rework changing unsigned to signed comparisons
15158         to look at size of mode, not precision of type; also add missing cases.
15159         (optimize_bit_field_compare, decode_field_reference): Don't try to
15160         optimize COMPONENT_REF of a PLACEHOLDER_EXPR.
15161
15162         * dwarf2out.c (ctype.h): Include.
15163         (dwarf2out_set_demangle_name_func): New function.
15164         (size_of_line_info): Deleted.
15165         (output_line_info): Compute size of line info table from difference
15166         of labels.
15167         (base_type_die, add_name_attribute): Call demangle function, if any.
15168         (field_byte_offset): Use bits per word for variable length fields.
15169         (gen_array_type_die): Add array name.
15170         (gen_subprogram_die): Ignore DECL_INLINE if -fno-inline.
15171         (dwarf2out_add_library_unit_info): New function.
15172
15173         * explow.c (set_stack_check_libfunc): New function.
15174         (stack_check_libfunc): New static variable.
15175         (probe_stack_range): Allow front-end to set up a libfunc to call.
15176
15177         * combine.c (simplify_comparison): When making comparison in wider
15178         mode, check for having commuted an AND and a SUBREG.
15179         (contains_muldiv): New function.
15180         (try_combine): Call it when dividing a PARALLEL.
15181         (simplify_rtx, case TRUNCATE): Don't remove for umulsi3_highpart.
15182         (simplify_comparison, case ASHIFTRT): Recognize sign-extension of
15183         a PLUS.
15184         (record_value_for_reg): If TEM is a binary operation with two CLOBBERs,
15185         use one of the CLOBBERs instead.
15186         (if_then_else_cond): If comparing against zero, just return thing
15187         being compared.
15188
15189         * optabs.c (expand_abs): If machine has MAX, ABS (x) is MAX (x, -x).
15190         Don't generate shifts and subtract if have conditional arithmetic.
15191
15192         * rtl.h (delete_barrier): New declaration.
15193         * jump.c (jump_optimize): Set up to handle conditional call.
15194         In conditional arithmetic case, handle CALL_INSN followed by a BARRIER.
15195         (delete_barrier): New function.
15196
15197         * rtl.c (read_rtx): Call fatal if bad RTL code; check for bad mode.
15198
15199         * recog.c (nonmemory_operand): Accept ADDRESSOF.
15200
15201         * tree.c (build_type_attribute_variant): Push to obstack of
15202         ttype around type_hash_canon call.
15203
15204         * expr.c (placeholder_list): Move decl to file scope.
15205         (expand_expr): Don't force access to volatile just because its
15206         address is taken.
15207         If ignoring reference operations, just expand the operands.
15208         (expand_expr, case COMPONENT_REF): Propagate
15209         EXPAND_CONST_ADDRESS to recursive call when expanding inner.
15210         Refine test for using bitfield operations vs pointer punning.
15211         (expand_expr, case CONVERT_EXPR): If converting to
15212         BLKmode UNION_TYPE from BLKmode, just return inner object.
15213         Use proper mode in store_field call.
15214         Properly set sizes of object to store and total size in store_field
15215         call for convert to union.
15216         (expand_expr, case ARRAY_REF): If OP0 is in a register, put it in
15217         memory (like for ADDR_EXPR).  Also, don't put constant in register if
15218         we'll want it in memory.
15219         (readonly_fields_p): New function.
15220         (expand_expr, case INDIRECT_REF): Call it if LHS.
15221         (expand_assignment): Handle a RESULT_DECL where
15222         DECL_RTL is a PARALLEL.
15223         (do_jump, case WITH_RECORD_EXPR): New case.
15224         (get_inner_reference): Always go inside a CONVERT_EXPR
15225         and NOP_EXPR if both modes are the same.
15226         (store_field): Use bitfield operations if size of bitsize is not same
15227         as size of RHS's type.
15228         Check for bitpos not a multiple of alignment in BLKmode case.
15229         Do block move in largest possible alignment.
15230         (store_constructor): Set BITSIZE to -1 for variable size and properly
15231         in case of array of BLKmode.
15232         (expand_expr_unaligned): New function.
15233         (do_compare_and_jump): Call it.
15234
15235         * mips/iris5.h (SWITCHES_NEED_SPACES): New macro.
15236         * collect2.c (main): Only allow -ofoo if SWITCHES_NEED_SPACES
15237         does not include 'o'.
15238
15239         * function.c (instantiate_virtual_regs_1, case SET): Handle case where
15240         both SET_DEST and SET_SRC reference a virtual register.
15241         (gen_mem_addressof): Copy RTX_UNCHANGING_P from new REG to old REG.
15242
15243         * integrate.c (expand_inline_function): Handle case of setting
15244         virtual stack vars register (from built in setjmp); when parameter
15245         lives in memory, expand virtual_{stack_vars,incoming_args}_rtx early.
15246         (subst_constant): Add new parm, MEMONLY.
15247         (expand_inline_function, integrate_parm_decls): Pass new parm.
15248         (integrate_decl_tree): Likewise.
15249         (copy_rtx_and_substitute, case MEM): Do copy RTX_UNCHANGING_P.
15250         (try_constants): Call subst_constants twice, with MEMONLY 0 and 1.
15251         (copy_rtx_and_substitute, case SET): Add explicit calls to
15252         copy_rtx_and_substitute for both sides.
15253
15254         * stmt.c (expand_asm_operands): Don't use TREE_STRING_LENGTH for
15255         constraints.
15256         (pushcase{,_range}): Convert to NOMINAL_TYPE after checking for
15257         within INDEX_TYPE, instead of before.
15258         (fixup_gotos): Use f->target_rtl, not the next insn,
15259         since latter may be from a later fixup.
15260         (expand_value_return): Correctly convert VAL when promoting function
15261         return; support RETURN_REG being a PARALLEL.
15262         (expand_return): When checking for result in regs and having
15263         cleanup, consider PARALLEL in DECL_RTL as being in regs.
15264
15265 1999-10-28 21:27 -0700  Zack Weinberg  <zack@bitmover.com>
15266
15267         * cpplib.h (struct cpp_buffer: fname, nominal_fname,
15268         last_nominal_fname): Mark const.
15269         (struct include_hash: name, nshort, control_macro): Mark
15270         const.
15271         (struct macrodef: symnam): Mark const.
15272         (struct if_stack: fname): Mark const.
15273         (is_idchar, is_idstart, is_hor_space, trigraph_table): Delete.
15274         (IStable): New character-syntax array which encompasses all
15275         the old is_foo arrays.
15276         (is_idchar, is_numchar, is_idstart, is_numstart, is_hspace,
15277         is_space): New macros for interrogating IStable.
15278         (check_macro_name): Kill last argument.  All callers changed.
15279
15280         * cppinit.c (initialize_char_syntax): Delete.
15281         (is_idchar, is_idstart, is_hor_space, is_space,
15282         trigraph_table): Delete.
15283         (IStable): New.  Initialize with clever macros to avoid
15284         information duplication.
15285         (builtin_array): Table of builtins to get rid of explicit list
15286         in initialize_builtins.
15287         (initialize_builtins): Use builtins_array.
15288         (cpp_start_read): Call init_IStable, and set IStable['$'] if
15289         opts->dollars_in_ident.
15290
15291         * cppexp.c: Change all refs to is_xyz[] arrays to use new
15292         is_xyz() macros.
15293         (cpp_parse_expr): Avoid 'format string is not constant'
15294         warning. Use ISGRAPH to identify printable chars.
15295         * cppfiles.c: Change all refs to is_xyz[] arrays to use new
15296         is_xyz() macros.
15297         (read_and_prescan): Map trigraphs to chars with open-coded
15298         if-else-if-... sequence, not a lookup table.
15299         * cpphash.c: Change all refs to is_xyz[] arrays to use new
15300         is_xyz() macros.
15301         * cpplib.c: Change all refs to is_xyz[] arrays to use new
15302         is_xyz() macros.  Kill SKIP_ALL_WHITE_SPACE (unused).
15303         (check_macro_name): Remove ability to report an invalid
15304         assertion name, which is never used.
15305         (do_line): Constify a couple of char *'s.
15306         * cppmain.c (main): Call cpp_cleanup before returning.
15307
15308 Thu Oct 28 21:16:35 1999  Mark Mitchell  <mark@codesourcery.com>
15309
15310         * ggc.h (struct ggc_statistics): New type.
15311         (ggc_get_size): New function.
15312         (ggc_print_statistics): Likewise.
15313         * ggc-common.c (ggc_stats): New variable.
15314         (ggc_mark_rtx_children): Keep statistics.
15315         (ggc_mark_tree_children): Likewise.
15316         (ggc_print_statistics): New function.
15317         * ggc-page.c (struct globals): Add bytes_mapped field.
15318         (alloc_anon): Update it.
15319         (release_pages): Likewise.
15320         (ggc_get_size): New function.
15321         (ggc_page_print_statistics): New function.
15322         * ggc-simple.c (ggc_get_size): New function.
15323
15324 Fri Oct 29 06:32:44 1999  Geoffrey Keating  <geoffk@cygnus.com>
15325
15326         * flow.c (propagate_block): When the last reference to a label
15327         before an ADDR_VEC is deleted because the reference is a dead
15328         store, delete the ADDR_VEC.
15329
15330 Thu Oct 28 12:28:50 1999  Richard Henderson  <rth@cygnus.com>
15331
15332         * resource.c (find_free_register): Don't use the frame pointer
15333         if frame_pointer_needed.
15334
15335 Thu Oct 28 10:02:00 1999  Jim Wilson  <wilson@cygnus.com>
15336
15337         * config/mips/mips.c (mips_va_arg): Delete gen_jump as emit_jump arg.
15338         (function_arg_pass_by_reference): Check for a NULL pointer in cum.
15339
15340         * config/i960/i960.c (i960_va_start): New locals base, num.
15341         Use INDIRECT_REF instead of ARRAY_REF on valist.
15342         (i960_va_arg): Use INDIRECT_REF instead of ARRAY_REF on valist.
15343
15344 Thu Oct 28 09:45:48 1999  Mark Mitchell  <mark@codesourcery.com>
15345
15346         * gcse.c (delete_null_pointer_checks): Fix typo in previous change.
15347
15348 Thu Oct 28 03:37:50 1999  Peter Gerwinski <peter@gerwinski.de>
15349
15350         * tree.def (PLACEHOLDER_EXPR): Update comments.
15351
15352 Thu Oct 28 06:47:32 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15353
15354         * c-common.c (check_format_info): Avoid non-literal format string
15355         warnings when `first_arg_num' is zero.
15356
15357 Thu Oct 28 12:28:48 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15358
15359         * rtl.texi: Delete explicit Prev, Up and Next entries in "@node"s.
15360
15361 Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
15362
15363         * arm.md (casesi_insn): Add a clobber of the condition code
15364         register.
15365
15366 Mon Oct 18 21:16:06 1999  Fred Fish  <fnf@be.com>
15367
15368         * tm.texi (CC1PLUS_SPEC): Make it clear in the docs that CC1_SPEC is
15369         used by both cc1 and cc1plus.
15370
15371 Thu Oct 28 10:00:48 1999  Nick Clifton  <nickc@cygnus.com>
15372
15373         * config/arm/arm.c: Initialise arm_structure_size_boundary to
15374         DEFAULT_STRUCTURE_SIZE_BOUNDARY.
15375         * config/arm/arm.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY): Define
15376         to the value 32 if it has not already been defined.
15377         * config/arm/netbsd.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY):
15378         Override definition in arm.h with a value of 8.
15379
15380 Thu Oct 28 03:12:02 1999  David Starner  <dstarner98@aasaa.ofe.org>
15381
15382         * c-pragma.c (push_alignment): Don't check the return value
15383         of xmalloc.
15384
15385 Thu Oct 28 03:08:38 1999  Matteo Frigo <athena@fftw.org>
15386
15387         * sparc.h (ADJUST_COST): Fix thinko.
15388
15389 Thu Oct 28 02:44:03 1999  Glen Nakamura  <glen.nakamura@usa.net>
15390
15391         * cccp.c (rescan): Fixed obp pointer handling around call to
15392         check_expand subroutine.
15393
15394 Thu Oct 28 02:15:22 1999  Jeffrey A Law  (law@cygnus.com)
15395
15396         * gcse.c (delete_null_pointer_checks): Only record non-null info
15397         for pseudos when examining stores.
15398
15399         * arm.md (adddi3, adddi_sesidi_di, adddi_sesidi_di): Add
15400         splitters for these patterns.  Use "#" for output templates.
15401         (addsi3_carryin_shift): New pattern.
15402
15403 Thu Oct 28 10:20:02 1999  Geoffrey Keating  <geoffk@cygnus.com>
15404
15405         * config/rs6000/rs6000.md (movsf): Don't convert a SUBREG
15406         of the function return register into a plain REG until
15407         after function inlining is done.
15408
15409 Wed Oct 27 15:21:46 1999  Richard Henderson  <rth@cygnus.com>
15410
15411         * jump.c (jump_optimize_1): If we did cross-jumping, and
15412         the data will matter, rebuild the CFG.
15413         * reg-stack.c (reg_to_stack): Only (re)build the CFG if
15414         not optimizing.  Don't run shorten_branches.
15415         * toplev.c (rest_of_compilation): Run shorten_branches after
15416         reg_to_stack.
15417
15418 Wed Oct 27 12:33:40 1999  Mark Mitchell  <mark@codesourcery.com>
15419
15420         * rtl.h (note_stores): Add additional paramter.
15421         * rtlanal.c (reg_set_p_1): Take additional paramter.
15422         (reg_set_last_1): Likewise.
15423         (reg_set_p): Adjust call to note_stores.
15424         (reg_set_last): Likewise.
15425         (note_stores): Pass data parameter to worker function.
15426         * alias.c (record_set): Take additional parameter.
15427         (init_alias_analysis): Pass it.
15428         * caller-save.c (mark_set_regs): Take additional parameter.
15429         (save_call_clobbered_regs): Pass NULL to note_stores.
15430         * combine.c (set_nonzero_bits_and_sign_copies): Take additional
15431         parameter.
15432         (record_dead_and_set_regs_1): Likewise.
15433         (reg_dead_at_p_1): Likewise.
15434         (combine_instructions): Adjust calls to note_stores.
15435         (try_combine): Likewise.
15436         (record_dead_insn): Remove.
15437         (record_dead_and_set_regs): Adjust calls to note_stores.
15438         (reg_dead_at_p): Likewise.
15439         * cse.c (invalidate_skipped_set): Take additional parameter.
15440         (cse_check_loop_start): Likewise.
15441         (cse_check_loop_start_value): Remove.
15442         (cse_set_around_loop): Adjust calls to note_stores.
15443         * flow.c (notice_stack_pointer_modification): Take additional
15444         parameter.  Remove duplicate declaration.
15445         (record_volatile_insns): Adjust calls to note_stores.
15446         * gcse.c (record_set_info): Take additional parameter.
15447         (record_last_set_info): Likewise.
15448         (invalidate_nonnull_info): Likewise.
15449         (record_set_insn): Remove.
15450         (compute_sets): Adjust calls to note_stores.
15451         (last_set_insn): Remove.
15452         (compute_hash_table): Adjust calls to note_stores.
15453         (insert_insn_end_bb): Likewise.
15454         (delete_null_pointer_checks): Likewise.
15455         * global.c (mark_reg_store): Take additional parameter.
15456         (mark_reg_clobber): Likewise.
15457         (reg_becomes_live): Likewise.
15458         (global_conflicts): Adjust calls to note_stores.
15459         (build_insn_chain): Likewise.
15460         * integrate.c (note_modified_parmregs): Take additional parameter.
15461         (mark_stores): Likewise.  Make it static.
15462         (save_for_inline_nocopy): Adjust calls to note_stores.
15463         (try_constants): Likewise.
15464         * integrate.h (mark_stores): Remove declaration.
15465         * jump.c (mark_modified_reg): Take additional parameter.
15466         (thread_jumps): Adjust calls to note_stores.
15467         * local-alloc.c (validate_equiv_mem_from_store): Take additional
15468         parameter.
15469         (no_equiv): Likewise.
15470         (reg_is_set): Likewise.
15471         (validate_equiv_mem): Adjust calls to note_stores.
15472         (update_equiv_regs): Likewise.
15473         (block_alloc): Likewise.
15474         * loop.c (note_set_pseudo_multiple_uses_retval): Remove.
15475         (note_addr_stored): Take additional parameter.
15476         (note_set_pseudo_multiple_uses): Likewise.
15477         (record_initial): Likewise.
15478         (prescan_loop): Adjust calls to note_stores.
15479         (strength_reduce): Likewise.
15480         (check_dbra_loop): Likewise.
15481         * regmove.c (flags_set_1): Take additional paramter.
15482         (mark_flags_life_zones): Adjust calls to note_stores.
15483         * reload1.c (mark_not_eliminable): Take additional parameter.
15484         (forget_old_reloads_1): Likewise.
15485         (reload_cse_invalidate_rtx): Likewise.
15486         (reload_cse_check_clobber): Likewise.
15487         (reload_combine_note_store): Likewise.
15488         (move2add_note_store): Likewise.
15489         (reload): Adjust calls to note_stores.
15490         (reload_as_needed): Likewise.
15491         (emit_reload_insns): Likewise.
15492         (reload_cse_regs_1): Likewise.
15493         (reload_cse_record_set): Adjust calls to reload_cse_invalidate_rtx.
15494         (reload_combine): Adjust calls to note_stores.
15495         * resource.c (update_live_status): Take additional paramter.
15496         (mark_target_live_regs): Adjust calls to note_stores.
15497         * stupid.c (find_clobbered_regs): Take additional parameter.
15498         (stupid_life_analysis): Adjust calls to note_stores.
15499
15500 Wed Oct 27 19:26:12 1999  Nick Clifton  <nickc@cygnus.com>
15501
15502         * config/arm/coff.h (STRUCTURE_SIZE_BOUNDARY): Delete
15503         definition.
15504
15505         * config/arm/elf.h (STRUCTURE_SIZE_BOUNDARY): Delete
15506         definition.
15507
15508         * config/arm/arm.h (STRUCTURE_SIZE_BOUNDARY): Define in terms
15509         of the variable arm_structure_size_boundary.
15510
15511 Wed Oct 27 02:05:58 1999  Mark P. Mitchell  <mark@codesourcery.com>
15512
15513         * alias.c (init_alias_analysis): Allocate reg_known_value and
15514         reg_known_equiv_p on the heap.  Likewise for new_reg_base_value
15515         and reg_seen.
15516         (end_alias_analysis): Free reg_known_value and reg_known_equiv_p.
15517         * cse.c (cse_main): Call end_alias_analysis.
15518         * haifa-sched.c (schedule_insns): Likewise.
15519         * local-alloc. (update_equiv_regs): Likewise.
15520         * reload1.c (reload_cse_regs): Likewise.
15521
15522 Wed Oct 27 01:49:17 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15523
15524         * sparc/sparc.c (sparc_override_options): Clear MASK_FPU_SET.
15525         * sparc/sparc.h (TARGET_SWITCHES): Add "fpu" entry for reverse
15526         mapping from MASK_FPU.
15527
15528 Wed Oct 27 01:42:26 1999  Scott Christley  <scottc@net-community.com>
15529
15530         * sparc.md (call): Don't bound structure return size to 0xfff.
15531
15532 Wed Oct 27 00:56:59 1999  Richard Henderson  <rth@cygnus.com>
15533
15534         * resource.c (mark_target_live_regs): Check that the target
15535         insn wasn't created after compute_bb_for_insn.
15536
15537 Tue Oct 26 23:15:03 1999  Mark Mitchell  <mark@codesourcery.com>
15538
15539         * ggc-page.c (poison_pages): Don't be overzealous.
15540
15541 Tue Oct 26 23:29:18 1999  Jeffrey A Law  (law@cygnus.com)
15542
15543         * alias.c: Update comments for ADDRESS.
15544         (nonlocal_reference_p): Look inside the ADDRESS to determine if
15545         it is a local memory reference.
15546
15547         * c-typeck.c (build_function_call): Check that the built-in
15548         function is of class BUILT_IN_NORMAL before trying to recongize
15549         it as BUILT_IN_ABS.
15550         * calls.c (calls_function_1): Similarly for BUILT_IN_ALLOCA.
15551         * stmt.c (expand_end_cae): Similarly for BUILT_IN_CLASSIFY_TYPE.
15552
15553 Wed Oct 27 00:14:13 1999  Robert Lipe  <robertlipe@usa.net>
15554
15555         * gcse.c (expr_reaches_here_p): Use xcalloc and explit free instead
15556         of alloca.
15557         (pre_gcse): Likewise.
15558         (hoist_expr_reaches_here_p): Likewise.
15559         (hoist_code): Likewise.
15560         (pre_expr_reaches_here_p): Replace alloca with xcalloc.  Move core
15561         code to ...
15562         (pre_expr_reaches_here_p_work): ... here.
15563         (expr_reaches_here_p): Replace alloca with xcalloc.  Move core
15564         code to ...
15565         (expr_reaches_here_p_work): ... here.
15566
15567 Tue Oct 26 20:42:45 1999  Richard Henderson  <rth@cygnus.com>
15568
15569         * resource.c (find_basic_block): Delete.
15570         (mark_target_live_regs, incr_ticks_for_insn): Use BLOCK_NUM instead.
15571         (init_resource_info): Call compute_bb_for_insn.
15572
15573 Tue Oct 26 20:21:02 1999  Richard Henderson  <rth@cygnus.com>
15574
15575         * flow.c (merge_blocks_move_predecessor_nojumps): Cope
15576         with already adjacent blocks, but no fallthru.
15577         (merge_blocks_move_successor_nojumps): Simplify.
15578         (debug_flow_info): New.
15579
15580         * toplev.c (rest_of_compilation): Open jump1 dump file before
15581         jump and close after, as opposed to just using dump_rtl.
15582
15583 Wed Oct 27 03:09:23 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
15584
15585         * reload.h (earlyclobber_operand_p): Declare.
15586         * reload.c (earlyclobber_operand_p): Don't declare.  No longer static.
15587         * reload1.c (reload_reg_free_for_value_p):  RELOAD_OTHER reloads with
15588         an earlyclobbered output conflict with RELOAD_INPUT reloads - handle
15589         case where the RELOAD_OTHER reload is new.  Use earlyclobber_operand_p.
15590
15591 Tue Oct 26 18:23:38 1999  Jan Hubicka  <hubicka@freesoft.cz>
15592                           Richard Henderson  <rth@cygnus.com>
15593
15594         * emit-rtl.c (emit_block_insn_before): New.
15595         (emit_block_insn_after): New.
15596         * basic-block.h: Declare them.
15597
15598         * bitmap.h: Protect from multiple inclusion.
15599
15600         * recog.c (scratch_operand): Handle VOIDmode correctly.
15601
15602         * rtl.h (JUMP_CROSS_JUMP_DEATH_MATTERS): New.
15603
15604         * builtins.c (expand_builtin_apply_args_1): Remove STACK_REGS hack.
15605         * function.c (assign_parms): Likewise.
15606         * global.c (global_conflicts): Clarify STACK_REGS commentary.
15607
15608         * reg-stack.c (max_uid): Remove.
15609         (blocks, block_begin, block_end, block_drops_in): Remove.
15610         (block_stack_in, block_out_reg_set, block_number): Remove.
15611         (struct block_info_def, BLOCK_INFO): New.
15612         (enum emit_where): New.
15613         (current_block): New.
15614         (BLOCK_NUM): Remove.
15615         (mark_regs_pat, record_label_references): Remove.
15616         (record_reg_life_pat, record_reg_life, find_blocks): Remove.
15617         (nan): New.
15618         (goto_block_pat, print_blocks, dump_stack_info): Remove.
15619         (reg_to_stack): Simplified test for existance of fp code.  Use
15620         flow.c code.  Call shorten_branches after cross-jump opt.
15621         (check_asm_stack_operands): Renamed from record_asm_reg_life.
15622         Return false if the asm doesn't use stack regs.  Don't do life
15623         analysis on the asm.
15624         (emit_pop_insn): Replace function pointer arg `when' with
15625         enum `where'.  Update all callers.
15626         (change_stack): Likewise.  Update basic block end.
15627         (emit_swap_insn): Use current_block->head to limit reverse search
15628         for start of block.  Use emit_block_insn_after.
15629         (subst_stack_regs_pat): Handle USE and CLOBBER patterns.
15630         (subst_asm_stack_regs): Use check_asm_stack_operands.  Use direct
15631         structure assignment instead of bcopy.
15632         (print_stack): New.
15633         (convert_regs_entry, convert_regs_exit): New.
15634         (convert_regs_1, convert_regs_2): Split out from convert_regs.
15635         Work on basic blocks and the CFG.
15636         (convert_regs): Use them.
15637
15638         * i386.c (output_fix_trunc): Remove code for DImode input operand
15639         not at top-of-stack.
15640         * i386.c (fix_truncdfdi2, fix_truncsfdi2): Use scratch with
15641         appropriate mode.
15642         (fix_truncdi_1): Allow any mode scratch.
15643
15644 Tue Oct 26 13:30:35 1999  Richard Henderson  <rth@cygnus.com>
15645
15646         * alpha.h (TARGET_MEM_FUNCTIONS): Define here.
15647         * linux.h, netbsd.h, vms.h: Not here.
15648
15649 1999-10-26  Gavin Romig-Koch  <gavin@cygnus.com>
15650
15651         * config/mips/mips.h (ISA_HAS_64BIT_REGS,ISA_HAS_BRANCHLIKELY,
15652         ISA_HAS_FP4,ISA_HAS_CONDMOVE): New.
15653         (GENERATE_BRANCHLIKELY,HAVE_SQRT_P,
15654         CONDITIONAL_REGISTER_USEAGE): Use them.
15655         * config/mips/mips.c (mips_move_1word,mips_move_2words,
15656         gen_conditional_branch,override_options) : Use them.
15657         * config/mips/mips.md : Use them.
15658
15659 Tue Oct 26 13:09:23 1999  Richard Henderson  <rth@cygnus.com>
15660
15661         * i386.md (zero_extendqihi2): Use SImode register name with andl.
15662
15663 Tue Oct 26 12:35:38 1999  Richard Henderson  <rth@cygnus.com>
15664
15665         * integrate.c (function_cannot_inline_p): Don't allow inlining
15666         if setjmp is used.
15667
15668 Tue Oct 26 14:10:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15669
15670         * c-parse.in (cast_expr): Constify.
15671
15672         * cccp.c (special_symbol): Likewise.
15673
15674         * cse.c (hash_cse_reg_info, cse_reg_info_equal_p): Likewise.
15675
15676         * dwarf2out.c (base_type_die): Likewise.
15677
15678         * global.c (allocno_compare): Likewise.
15679
15680         * local-alloc.c (qty_compare_1, qty_sugg_compare_1): Likewise.
15681
15682         * regclass.c (fix_register): Likewise.
15683
15684         * rtl.h (fix_register): Likewise.
15685
15686         * stupid.c (stupid_reg_compare): Likewise.
15687
15688         * toplev.c (decode_f_option): Likewise.
15689
15690         * tree.c (build_complex_type): Likewise.
15691
15692 Tue Oct 26 18:35:25 1999  Richard Earnshaw  <rearnsha@arm.com>
15693
15694         * output.h: Don't unnecessarily conditionalize prototypes on TREE_CODE.
15695
15696 Tue Oct 26 15:42:56 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15697
15698         * reload.c (find_reloads): Compute mode and nregs fields of all
15699         reloads.
15700         * reload1.c (calculate_needs_all_insns): Simplify a bit.
15701         (calculate_needs): Use precomputed mode/nregs values.
15702         (allocate_reload_reg): Likewise.
15703         Break out two...
15704         (failed_reload, set_reload_reg): ... new functions.
15705         (choose_reload_regs_init): New function, mostly broken out from...
15706         (choose_reload_regs): ... here.  Lose all the save_xxx nonsense.
15707         Also lose one #if 0 block.
15708
15709 Tue Oct 26 02:48:32 1999  Marc Espie <espie@cvs.openbsd.org>
15710
15711         * Makefile.in (AR_FOR_TARGET, RANLIB_FOR_TARGET):  Fix target name
15712         substitution.
15713
15714 Tue Oct 26 01:27:32 1999  Mark Mitchell  <mark@codesourcery.com>
15715
15716         * tree.h (BLOCK_TYPE_TAGS): Remove.
15717         (BLOCK_END_NOTE): Likewise.
15718         (BLOCK_LIVE_RANGE_FLAG): Likewise.
15719         (BLOCK_LIVE_RANGE_START): Likewise.
15720         (BLOCK_LIVE_RANGE_END): Likewise.
15721         (tree_block): Remove live_range_flag, live_range_var_flag, and
15722         type_tags.  Remove end_note, live_range_start, and live_range_end.
15723         (remember_end_note): Remove prototype.
15724         * tree.c (build_block): Don't set BLOCK_TYPE_TAGS.
15725         * c-decl.c (poplevel): Don't set BLOCK_TYPE_TAGS or call
15726         remember_end_note.
15727         * ggc-common.c (ggc_mark_tree_children): Don't mark
15728         BLOCK_TYPE_TAGS or BLOCK_END_NOTE.
15729         * integrate.c (adjust_copied_decl_tree): Remove.
15730         * print-tree.c (print_node): Don't print BLOCK_TYPE_TAGS.
15731         * stmt.c (last_block_end_note): Remove.
15732         (init_stmt): Don't add a GC root for it.
15733         (expand_fixup): Don't set it.
15734         (remember_end_note): Remove.
15735         (expand_end_bindings): Don't set last_block_end_note.
15736
15737 Tue Oct 26 00:41:54 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15738
15739         * reload1.c (reload_reg_free_for_value_p): Show
15740         RELOAD_FOR_OTHER_ADDRESS reloads can conflict with RELOAD_OTHER
15741         reloads.
15742
15743 Mon Oct 25 23:54:45 1999  Geoff Keating  <geoffk@cygnus.com>
15744
15745         * expmed.c (extract_bit_field): Allow for the case of non-integer
15746         objects that are smaller than a word (like SFmode on a 64-bit
15747         machine).
15748
15749         * loop.c (basic_induction_var): A non-integer variable which is
15750         being set by a paradoxical subreg is probably not a biv.
15751
15752 1999-10-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15753
15754         * prefix.c (translate_name) Check for empty prefix string.
15755
15756 Mon Oct 25 23:10:45 1999  Andreas Schwab  <schwab@suse.de>
15757
15758         * Makefile.in (CPP_CROSS_NAME): New variable.
15759         (install-cpp): Use it instead of CPP_INSTALL_NAME for the cross
15760         xcpp.
15761         (uninstall-cpp): Use CPP_INSTALL_NAME and CPP_CROSS_NAME for the
15762         names of the files to be uninstalled.
15763
15764 Mon Oct 25 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
15765
15766         * collect2.c (IS_DIR_SEPARATOR): Define.
15767         (prefix_from_string): Use IS_DIR_SEPARATOR and DIR_SEPARATOR.
15768
15769         * som.h (ASM_DECLARE_FUNCTION_NAME): Set PRIV_LEV for static
15770         functions too.
15771
15772         * haifa-sched.c (add_dependence): Update the true dependency
15773         cache the first time we add a true dependence to the LOG_LINKS chain.
15774
15775 Mon Oct 25 22:27:40 1999  Jim Kingdon  <http://developer.redhat.com/>
15776
15777         * fold-const.c (fold): Fix comment.
15778
15779 Mon Oct 25 22:49:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15780
15781         * dbxout.c (lastfile, cwd, dbxout_type_method_1,
15782         dbxout_symbol_location, dbxout_symbol_name, dbxout_init,
15783         dbxout_start_new_source_file, dbxout_source_file,
15784         dbxout_source_line, dbxout_finish, dbxout_type_fields,
15785         dbxout_type_methods, dbxout_symbol, dbxout_prepare_symbol):
15786         Constify a char*.
15787         (dbxout_types, dbxout_args, dbxout_symbol): Delete prototypes.
15788         (dbxout_symbol): Mark parameter `local' with ATTRIBUTE_UNUSED.
15789         (dbxout_block): Initialize variable `blocknum'.
15790
15791         * dbxout.h (dbxout_init, dbxout_finish,
15792         dbxout_start_new_source_file, dbxout_source_file, dbxout_types,
15793         dbxout_args, dbxout_source_line): Constify a char*.
15794
15795         * dwarfout.c (dwarf_tag_name, dwarf_attr_name,
15796         dwarf_stack_op_name, dwarf_typemod_name, dwarf_fmt_byte_name,
15797         dwarf_fund_type_name, name_attribute, stmt_list_attribute,
15798         low_pc_attribute, high_pc_attribute, body_begin_attribute,
15799         body_end_attribute, comp_dir_attribute, sf_names_attribute,
15800         src_info_attribute, mac_info_attribute, producer_attribute,
15801         lookup_filename, generate_macinfo_entry, fundamental_type_code,
15802         dwarfout_line, dwarfout_start_new_source_file, dwarfout_define,
15803         dwarfout_undef): Constify a char*.
15804         (add_incomplete_type, retry_incomplete_types): Add prototypes.
15805
15806         * dwarfout.h (dwarfout_define, dwarfout_undef,
15807         dwarfout_start_new_source_file, dwarfout_line): Constify a char*.
15808
15809 1999-10-25  Gavin Romig-Koch  <gavin@cygnus.com>
15810
15811         * config/mips/mips.h (MIPS_ISA_DEFAULT): Insure it's defined.
15812         (MULTILIB_ISA_DEFAULT): New.
15813         (MULTILIB_DEFAULTS): Use it.
15814         * config/mips/mips.c (): Remove the now unnecessary definition
15815         of MIPS_ISA_DEFAULT.
15816         * config/mips/elf64.h (MULTILIB_DEFAULTS): Remove the now
15817         unnecessary definition.
15818
15819 Mon Oct 25 22:08:35 1999  Richard Earnshaw (rearnsha@arm.com)
15820
15821         * arm.md (pic_load_addr): Add constraints to operand 1.
15822
15823 1999-10-25  Bruce Korb  <autogen@linuxbox.com>
15824
15825         * fixinc/genfixes:  Provide a means for specifying -D options to
15826         AutoGen
15827
15828 Mon Oct 25 00:42:35 1999  Jeffrey A Law  (law@cygnus.com)
15829
15830         * arm.c (arm_override_options): Correct initialization of
15831         arm_fast_multiply, arm_arch4, arm_arch5, arm_ld_sched,
15832         arm_is_strong, and arm_is_6_or_7.
15833
15834         * loop.c (note_set_pseudo_multiple_uses_retval): New variable.
15835         (note_set_pseudo_multiple_uses): New function.
15836         (check_dbra_loop): Use not_set_pseudo_multiple_uses to determine
15837         if a pseudo set in the loop exit is used elsewhere.
15838
15839 Sun Oct 24 20:52:40 1999  Mark Mitchell  <mark@codesourcery.com>
15840
15841         * i386.md (mulsi3): Tweak to work with SCO OSR5 COFF assembler.
15842
15843 Sun Oct 24 21:02:46 1999  Richard Henderson  <rth@cygnus.com>
15844
15845         * i386.md (*lea_0): Collapse addsi_0, addsi_lea_[123] into
15846         a single load-address pattern.
15847
15848 Sun Oct 24 19:33:24 1999  Mark P. Mitchell  <mark@codesourcery.com>
15849
15850         * haifa-sched.c (schedule_insns): Don't assign LUIDs differently
15851         depending on whether or not line-number notes are present.
15852
15853 Sun Oct 24 20:29:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15854
15855         * cccp.c (progname, file_buf, default_include, include_file,
15856         macrodef, definition, hashval, wchar_type, user_label_prefix,
15857         directive, out_fname, if_stack, safe_write, index0, get_lintcmd,
15858         expand_to_temp_buffer, is_system_include, base_name,
15859         absolute_filename, read_name_map, open_include_file,
15860         record_control_macro, check_precompiled, check_preconditions,
15861         pcfinclude, pass_thru_directive, create_definition,
15862         check_macro_name, comp_def_part, collect_expansion,
15863         check_assertion, read_token_list, assertion_install,
15864         assertion_lookup, eval_if_expression, conditional_skip,
15865         validate_else, skip_quoted_string, quote_string, macarg1,
15866         error_from_errno, install, lookup, hashf, dump_defn_1,
15867         perror_with_name, pfatal_with_name, main, trigraph_pcp,
15868         check_white_space, rescan, handle_directive, monthnames,
15869         special_symbol, do_include, remap_include_file, write_output,
15870         arglist, do_assert, do_unassert, do_line, do_error, do_once,
15871         do_ident, do_sccs, do_xifdef, skip_if_group,
15872         output_line_directive, macroexpand, macarg, change_newlines,
15873         initialize_builtins, make_definition): Constify a char*.
15874
15875         * pcp.h (stringdef): Likewise.
15876
15877 Sun Oct 24 13:29:28 1999  Richard Henderson  <rth@cygnus.com>
15878
15879         * unroll.c (copy_loop_body): Examine SET_DEST of single_set
15880         not of pattern.
15881
15882 Sun Oct 24 13:14:20 1999  Graham  <grahams@rcp.co.uk>
15883                           Richard Henderson  <rth@cygnus.com>
15884
15885         * alias.c: Include ggc.h.
15886         (reg_base_value, new_reg_base_value, reg_base_value_size): Make static.
15887         (record_set): Verify enough room in reg_base_value.
15888         (init_alias_analysis): Allocate reg_base_value with xcalloc.
15889         Register it as a GC root.
15890         (end_alias_analysis): Free reg_base_value.  Remove it as a GC root.
15891         * Makefile.in (alias.o): Depend on ggc.h.
15892
15893         * unroll.c (unroll_loop): Verify the insn before a barrier
15894         is a JUMP_INSN before checking JUMP_LABEL.
15895
15896 Sun Oct 24 15:46:44 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15897
15898         * mips/bsd-5.h (ASM_OUTPUT_ASCII): Constify a char*.
15899         * mips/iris4.h (ASM_OUTPUT_ASCII): Likewise.
15900         * mips/mips-5.h (ASM_OUTPUT_ASCII): Likewise.
15901         * mips/mips.h (ASM_OUTPUT_ASCII): Likewise.
15902         * mips/svr3-5.h (ASM_OUTPUT_ASCII): Likewise.
15903         * mips/svr4-5.h (ASM_OUTPUT_ASCII): Likewise.
15904
15905 Sun Oct 24 15:35:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15906
15907         * output.h (ctors_section, dtors_section, bss_section): Prototype.
15908
15909         * alpha/alpha-interix.h (text_section): Delete prototype.
15910         * alpha/elf.h (text_section): Likewise.
15911         * arm/linux-elf.h (text_section): Likewise.
15912         * arm/linux-telf.h (text_section): Likewise.
15913         * c4x/c4x.h (text_section): Likewise.
15914         * dsp16xx/dsp16xx.h (bss_section): Likewise.
15915         * elfos.h (text_section): Likewise.
15916         * i386/aix386ng.h (text_section): Likewise.
15917         * i386/i386-interix.h (text_section): Likewise.
15918         * i386/sco5.h (text_section): Likewise.
15919         * i386/svr3gas.h (text_section): Likewise.
15920         * nextstep.h (text_section): Likewise.
15921         * psos.h (text_section): Likewise.
15922         * ptx4.h (text_section): Likewise.
15923         * svr3.h (text_section): Likewise.
15924         * svr4.h (text_section, ctors_section, dtors_section): Likewise.
15925
15926 Sun Oct 24 15:20:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15927
15928         * final.c (peephole): Delete prototype.
15929
15930         * gcse.c (process_insert_insn, pre_edge_insert): Add prototypes.
15931         (pre_insert_copies): Remove unused variable `bb'.
15932
15933         * genrecog.c (debug_decision_0, debug_decision_list, main): Add
15934         prototypes.
15935
15936         * output.h (peephole): Add prototype.
15937
15938 Sun Oct 24 11:35:30 1999  Mark P. Mitchell  <mark@codesourcery.com>
15939
15940         * config/mips/iris6.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Define to
15941         -O0.
15942
15943 Sat Oct 23 21:13:00 1999  Mark Mitchell  <mark@codesourcery.com>
15944
15945         * integrate.c (integrate_decl_tree): Tweak setting of DECL_CONTEXT
15946         for inlined declarations.
15947
15948 Fri Oct 22 18:05:43 1999  Jeffrey A Law  (law@cygnus.com)
15949
15950         * arm.c (logical_binary_operator): New fucntion.
15951         * arm.h (logical_binary_operator): Declare it.
15952         (PREDICATE_CODES): Handle logical_binary_operator.
15953         * arm.md (anddi3, anddi_zesidi_di, anddi_sesdi_di): Use "#" for
15954         output constraints.  Add appropriate splitters.
15955         (anddi_notdi_di, anddi_notzesidi_di, anddi_notsesidi_di): Likewise.
15956         (iordi3, iordi_zesidi_di, iordi_sesidi_di): Likewise.
15957         (xordi3, xordi_zesidi_di, xordi_sesidi_di): Likewise.
15958
15959 Fri Oct 22 23:46:50 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15960
15961         * genoutput.c (struct operand_data): New elt eliminable.
15962         (output_operand_data): Write it.
15963         (scan_operands): Set it for MATCH_OPERAND, clear for other matchers.
15964         (compare_operands): Take it into account.
15965         * recog.h (struct insn_operand_data): New elt eliminable.
15966         * reload1.c (check_eliminable_occurrences, elimination_effects): New
15967         functions.
15968         (old_asm_operands_vec, new_asm_operands_vec): Delete.
15969         (eliminate_regs): Move code that detects changes to elimination
15970         target regs into new function elimination_effects.
15971         Delete one #if 0 block.
15972         Abort for USE, CLOBBER, ASM_OPERANDS and SET.
15973         (eliminate_regs_in_insn): Return immediately for USEs, CLOBBERs,
15974         ADDR_VECs, ADDR_DIFF_VECs and ASM_INPUTs.
15975         Only call eliminate_regs for real operands of the insn, not for parts
15976         of its structure or parts matched by things like match_operator.
15977         Use elimination_effects and check_eliminable_occurrences.  Use
15978         copy_insn to duplicate the pattern when not in the final pass.
15979
15980 Fri Oct 22 09:03:44 1999  Mark Mitchell  <mark@codesourcery.com>
15981
15982         * i386.md: Add missing `y' modifiers to uses of fst, fstp, fld,
15983         and fld.
15984
15985 1999-10-22  Bruce Korb  <autogen@linuxbox.com>
15986
15987         * fixinc/README: document the "mach" machine matching test
15988         * fixinc/fixfixes.c: Implement the #else/#endif label fix
15989         * fixinc/fixtests.c: Implement the #else/#endif label test
15990         * fixinc/inclhack.def: utilize these tests and fixes
15991         * fixinc/inclhack.sh:  regen
15992         * fixinc/fixincl.x:  regen
15993         * fixinc/fixincl.sh:  regen
15994
15995 Thu Oct 21 20:37:19 1999  Jeffrey A Law  (law@cygnus.com)
15996
15997         * Makefile.in (cse.o): Depend on hashtab.h, not splay-tree.h.  Also
15998         depend on ggc.h.
15999
16000 Thu Oct 21 20:30:19 1999  Matthias Klose  <doko@debian.org>
16001
16002         * gcc.1: Document exit codes.
16003
16004 Thu Oct 21 12:49:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16005
16006         * calls.c: Include tm_p.h later, so everything we need is defined.
16007         * expr.c: Likewise.
16008         * function.c: Likewise.
16009
16010         * except.c: Include tm_p.h.
16011
16012         * sparc.c: Likewise.
16013         (dwarf2out_cfi_label): Don't prototype.
16014         (check_return_regs, epilogue_renumber,
16015         ultra_cmove_results_ready_p, ultra_fpmode_conflict_exists,
16016         ultra_find_type, ultra_build_types_avail, ultra_flush_pipeline,
16017         ultra_rescan_pipeline_state, set_extends, ultra_code_from_mask,
16018         ultra_schedule_insn): Add static prototype.
16019         (data_segment_operand, text_segment_operand): Call itself with the
16020         proper number of arguments.
16021         (sparc_flat_save_restore, sparc_v8plus_shift): Constify a char*.
16022
16023         * sparc.h: Move all declarations to sparc-protos.h.
16024         (SELECT_RTX_SECTION):  Pass a missing MODE argument to
16025         symbolic_operand.
16026
16027         * sparc/sysv4.h (SELECT_RTX_SECTION): Likewise.
16028
16029         * config/svr4.h (text_section, ctors_section, dtors_section): Add
16030         Prototypes.
16031         (ASM_OUTPUT_SECTION_NAME, UNIQUE_SECTION,
16032         ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
16033         ASM_OUTPUT_ASCII): Constify a char*.
16034
16035         * sparc-protos.h: New file for sparc prototypes.
16036
16037 Thu Oct 21 12:23:40 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16038
16039         * function.c (record_insns, contains): Always declare and define.
16040         (record_insns): Mark with ATTRIBUTE_UNUSED.
16041
16042 Thu Oct 21 13:03:49 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
16043
16044         * config/arm/telf.h (ASM_OUTPUT_SECTION_NAME): Add %nobits option
16045         to .section when outputting a .bss section to deal with multiple
16046         .bss input sections (as happens with -fdata-sections)
16047         Also output %progbits, not @progbits so the assembler doesn't treat as
16048         a comment.
16049         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Likewise
16050
16051         * config/arm/lib1funcs.asm (_call_via_rX): Allow compilation of
16052         thumb parts even when building with non-thumb CPUs, by forcing
16053         thumb mode.
16054
16055 Wed Oct 20 22:57:58 1999  Jeffrey A Law  (law@cygnus.com)
16056
16057         * sparc.md (movsf_const_intreg): If splitting, length must be > 1.
16058         (movdf_const_intreg_sp64): Similarly.
16059
16060         * local-alloc.c (update_equiv_regs): Check the correct insn
16061         for pre-existing REG_EQUIV notes.
16062
16063 Wed Oct 20 20:41:46 1999  Mark Mitchell  <mark@codesourcery.com>
16064
16065         * cse.c (cse_end_of_basic_block): Don't return the end of a basic
16066         block reached by a branch if we're not going to actually process
16067         this block.
16068
16069 Wed Oct 20 15:18:42 1999  Jim Wilson  <wilson@cygnus.com>
16070
16071         * integrate.c (integrate_decl_tree): Set DECL_CONTEXT to 0 if this is
16072         a local extern function declaration.
16073
16074 Wed Oct 20 13:56:01 1999  Richard Henderson  <rth@cygnus.com>
16075
16076         * i386.c (ix86_expand_prologue): Properly wrap USE around
16077         reg for CALL_INSN_FUNCTION_USAGE.
16078
16079 Thu Oct 14 18:51:37 1999  Andrew Haley  <aph@cygnus.com>
16080
16081         * config/mips/mips.md (movdf_internal1a): Allow floating-point
16082         move between GP_REGs.
16083
16084 Wed Oct 20 15:36:11 1999  Andrew Haley  <aph@cygnus.com>
16085
16086         * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Take account of
16087         the mode size when finding out if an offset is legal.
16088
16089 Wed Oct 20 06:26:58 1999  Richard Henderson  <rth@cygnus.com>
16090
16091         * basic-block.h (PROP_*): Move constants from ...
16092         * flow.c: ... here.
16093         (compute_bb_for_insn): Free the array before reallocating.
16094         (update_life_info): New arg PROP_FLAGS; pass on to propagate_block.
16095         (allocate_reg_life_data): Reset all reg variables collected by
16096         propagate_block.
16097         (get_block_head_tail): Don't convert from bb to block.
16098         (get_bb_head_tail): New.  Update all callers of get_block_head_tail.
16099         (find_insn_reg_weight): Take block not bb.
16100         (schedule_block): Don't set block num for moved insns.
16101         (schedule_region): Don't update_life_info or find_insn_reg_weight.
16102         (schedule_insns): Do it here instead.
16103         * combine.c (combine_instructions): Invoke compute_bb_for_insn
16104         before update_life_info.
16105         * recog.c (split_all_insns, peephole2_optimize): Update for
16106         new arg to update_life_info.
16107         * rtlanal.c (remove_note): Cope with NULL note.
16108         * toplev.c (rest_of_compilation): Don't invoke recompute_reg_usage
16109         if we did sched1.
16110
16111 Wed Oct 20 10:46:41 1999  Richard Earnshaw (rearnsha@arm.com)
16112
16113         * jump.c (jump_optimize_1): More accurately detect casesi insns.
16114
16115         * flow.c (merge_blocks_move_predecessor_nojumps): Re-order the basic
16116         block records so that merge_blocks_nomove will clean up correctly.
16117         (split_edge): Handle casesi insns.
16118
16119         * gcc-page.c: Try MAP_ANON if we don't have MAP_ANONYMOUS.
16120
16121 Tue Oct 19 23:43:50 1999  Jeffrey A Law  (law@cygnus.com)
16122
16123         * pa.md (call, call_value): Do not emit a blockage after restoring
16124         the PIC register.
16125
16126 Tue Oct 19 17:22:39 1999  Mark Mitchell  <mark@codesourcery.com>
16127
16128         * c-typeck.c (c_expand_asm_operands): Fix typo.
16129
16130 Tue Oct 19 18:42:58 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16131
16132         * arm.c (fpu_rhs_operand): Verify modes.
16133         (fpu_add_operand): Likewise.
16134         (di_operand): Likewise.
16135         (soft_df_operand): Likewise.
16136
16137 Tue Oct 19 15:26:11 1999  Richard Earnshaw  (rearnsha@arm.com)
16138
16139         * arm.c (arm_return_in_memory): APCS rules state that the elements
16140         of a structure returned in a register must be 'integer-like'.
16141
16142 1999-10-19  Bruce Korb  <autogen@linuxbox.com>
16143
16144         * fixinc/Makefile.in: Change the generation rules to run `genfixes'
16145         in the source tree when the generated targets are out of date
16146         * fixinc/genfixes: Alter it to run individual fixes for make.
16147         * fixinc/README: rewrite
16148         * fixinc/inclhack.def: moved initial comments to README
16149
16150 Tue Oct 19 14:01:34 1999  Nick Clifton  <nickc@cygnus.com>
16151
16152         * toplev.c (main): Do not generate an error message if an
16153         unrecognised command line switch is recognisable by another
16154         language.  If extra_warnings are enabled, then generate a
16155         warning message instead.
16156
16157 Tue Oct 19 11:41:12 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16158
16159         * c-pragma.h (PRAGMA_INSERT_ATTRIBUTES): Delete macro.
16160         (insert_pack_attributes): Delete prototype.
16161
16162         * c-pragma.c (default_alignment): New static variable.
16163         (push_alignment): Initialize to current effective alignment.
16164         (pop_alignment): Use to set new alignment.
16165         (insert_pack_attributes): Delete function.
16166         (handle_pragma_token): Set default_alignment as well each time
16167         a #pragma pack(<n>) is encountered.
16168
16169 Tue Oct 19 02:03:00 1999  Jeffrey A Law  (law@cygnus.com)
16170
16171         * reg-stack.c (stack_result): Aggregates are not returned in
16172         stack registers.
16173
16174 Tue Oct 19 01:26:48 1999  Alasdair Baird <alasdair@wildcat.demon.co.uk>
16175
16176         * fold-const.c (fold): Fix thinko in x+(-0) -> x transformation.
16177
16178 Mon Oct 18 15:19:41 1999  Richard Henderson  <rth@cygnus.com>
16179
16180         * basic-block.h (set_block_num): Declare.
16181         * flow.c (update_life_info): Don't call compute_bb_for_insn
16182         or free_basic_block_vars.
16183         * haifa-sched.c (remove_dependence): Conditionalize on HAVE_cc0.
16184         (insn_orig_block): Remove.
16185         (INSN_BLOCK): Remove.  Update all callers to use BLOCK_NUM.
16186         (schedule_block): Keep BLOCK_NUM up-to-date.
16187         (schedule_insns): Use compute_bb_for_insn.
16188         * recog.c (split_all_insns): Likewise.
16189         (peephole2_optimize): Likewise.
16190
16191 Mon Oct 18 18:50:51 1999  Andreas Schwab  <schwab@suse.de>
16192
16193         * config/m68k/m68k.h (INITIAL_FRAME_POINTER_OFFSET): Add one word
16194         if the pic register is used.
16195
16196 Mon Oct 18 02:38:46 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16197
16198         * c-decl.c (pushdecl): Use TYPE_CONTEXT rather than TREE_PERMANENT.
16199         (finish_decl): Duplicate test for TREE_ASM_WRITTEN in else branch of
16200         if that tests TREE_PERMANENT.
16201
16202 Mon Oct 18 01:41:35 1999  Jeffrey A Law  (law@cygnus.com)
16203
16204         * cse.c (invalidate_for_call): Do not remove memory references from
16205         the table here.  It's handled elsewhere.
16206
16207         * haifa-sched.c (add_dependence): Protect references to the
16208         true dependency cache with #ifdef INSN_SCHEDULING.
16209         (remove_dependence): Similarly.
16210
16211         * mn10200.md (outline_epilogue_jump): Embed a (return) to indicate
16212         to the cfg code that this is a return instruction.
16213         * mn10300.md (return_internal): Similarly.
16214
16215         * combine.c (get_last_value): If the last set of a register
16216         is after subst_low_cuid, then we can not use it to determine
16217         the register's last value.
16218
16219 Sun Oct 17 11:02:52 1999  Mark Mitchell  <mark@codesourcery.com>
16220
16221         * Makefile.in: Back out previous change.
16222
16223 Sun Oct 17 15:22:50 1999  Jeffrey A Law  (law@cygnus.com)
16224
16225         * pa.c (move_operand): Reject (lo_sum (reg) (unspec ...)).
16226
16227         * haifa-sched.c (add_dependence): Only check/update the cache
16228         if it exists.
16229         (remove_dependence): Likewise.
16230         (schedule_insns): Only create the true_dependency_cache if the
16231         average number of instructions in a basic block is very large.
16232
16233 Sun Oct 17 11:02:52 1999  Mark Mitchell  <mark@codesourcery.com>
16234
16235         * Makefile.in (ggc-common.o): Depend on genrtl.h.
16236         (ggc-simple.o): Likewise.
16237         (ggc-page.o): Likewise.
16238
16239 Sun Oct 17 02:09:50 1999  Andrew MacLeod  <amacleod@cygnus.com>
16240
16241         * basic-block.h (pre_edge_lcm, pre_edge_rev_lcm, compute_available):
16242         Prototype for exported functions.
16243         (pre_lcm, pre_rev_lcm): Remove prototypes.
16244         * gcse.c (compute_ae_kill): Add ae_gen and ae_kill as parameters.
16245         (compute_available): Move to lcm.c, and change parameter order.
16246         (one_classic_gcse_pass): Call compute_ae_kill with parameters.
16247         (pre_insert, s_preds, s_succs, num_preds, num_succs): Delete.
16248         (gcse_main): No longer call compute_preds_succs.  Rebuild the
16249         set table after reach pre pass.
16250         (pre_insert_map, pre_delete_map, edge_list): New.
16251         (alloc_pre_mem): Allocate edge vectors.
16252         (free_pre_mem): Delete edge vectors.
16253         (compute_pre_data): Call new edge based lcm routines.
16254         (process_insert_insn): New function.
16255         (insert_insn_end_bb): Use it.
16256         (pre_edge_insert): New function.
16257         (pre_insert_copy_insn): Formatting fixes.  Update BLOCK_END as
16258         needed.
16259         (pre_insert_copies): Revamp using new edge based lcm outputs.
16260         (pre_delete): Likewise.
16261         (one_pre_gcse_pass): Insert & remove fake edges to the exit
16262         block.
16263         (compute_code_hoist_vbeinout): New new edge based routines.
16264         * lcm.c: Remove all the old LCM functions.  Replace with new ones
16265         that work with the new cfg datastructures and work with edges
16266         instead of blocks.
16267
16268 Sun Oct 17 00:44:17 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16269
16270         * reload.h (struct reload): Add new fields "mode" and "nregs".
16271         * reload1.c: Change all occurrences of reload_mode and reload_nregs
16272         to reference the "mode" and "nregs" field within struct reload.
16273
16274 Sat Oct 16 21:50:28 1999  Jeffrey A Law  (law@cygnus.com)
16275
16276         * haifa-sched.c (true_dependency_cache): New.
16277         (add_dependence): Use the true dependency cache to avoid expensive
16278         walks down the LOG_LINKS dependency list.  Add entries to the
16279         cache as necessary.
16280         (remove_dependence): Remove entries from the true dependency cache
16281         as needed.
16282         (schedule_insns): Allocate and initialize and free the true
16283         dependency cache.
16284
16285         * haifa-sched.c (schedule_insns): Do not remove inter-block
16286         dependencies anymore.
16287
16288 Sat Oct 16 11:19:52 1999  Richard Henderson  <rth@cygnus.com>
16289
16290         * i386/t-cygwin (winnt.o): Depend on RTL_H and TREE_H.
16291         * i386/t-winnt: Likewise.
16292
16293 Sat Oct 16 11:11:54 1999  Richard Henderson  <rth@cygnus.com>
16294
16295         * ggc-page.c (init_ggc): Work around SunOS unaligned mmap bug.
16296
16297 1999-10-16  Manfred Hollstein  <mhollstein@cygnus.com>
16298
16299         * Makefile.in (LANGUAGES): Omit "proto".
16300         (clean): Remove stale comment about removing unprotoize.c.
16301
16302 Sat Oct 16 11:29:14 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16303
16304         * protoize.c (safe_read, safe_write): Avoid the gcc extension of
16305         using arithmetic on void pointers.
16306
16307 Sat Oct 16 02:48:22 1999  Jeffrey A Law  (law@cygnus.com)
16308
16309         * haifa-sched.c (compute_block_forward_dependencies): Only check
16310         for notes, deleted insns and duplicates if ENABLE_CHECKING is defined.
16311
16312 Sat Oct 16 00:07:01 1999  Richard Henderson  <rth@cygnus.com>
16313
16314         * gcse.c (hash_expr_1): Add in MEM_ALIAS_SET.
16315         (expr_equiv_p): Reject memories with different alias sets.
16316
16317 Fri Oct 15 15:17:29 1999  Greg McGary  <gkm@gnu.org>
16318
16319         * flags.h (flag_bounds_check, flag_bounded_pointers): New extern decls.
16320         * toplev.c (flag_bounds_check, flag_bounded_pointers): New flags.
16321         (f_options): Add "bounded-pointers" and "bounds-check" entries.
16322         * c-lang.c (lang_init_options): Set flag_bounds_check as "unspecified".
16323         (lang_init): Set default for flag_bounds_check if still "unspecified".
16324
16325 Sat Oct 16 13:42:29 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16326
16327         * config/c4x/c4x.md (HF mode patterns):  Add missing modes.
16328
16329 Sat Oct 16 13:37:46 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16330
16331         * config/c4x/c4x.md (movstrqi_small): Utilise parallel move
16332         instructions.
16333
16334 Sat Oct 16 13:26:47 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16335
16336         * config/c4x/c4x.md (*db_noclobber,
16337         *decrement_and_branch_until_zero_noclobber): New patterns and
16338         associated splitters.
16339
16340 Sat Oct 16 13:13:15 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16341
16342         * config/c4x/c4x.md (parallel instruction patterns): Rework
16343         constraints to keep reload happy.
16344
16345 Sat Oct 16 13:03:16 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16346
16347         * config/c4x/c4x.md (*absqi2_noclobber, *negqi2_noclobber,
16348         *one_cmplqi2_noclobber, *subqi3_noclobber, *andqi3_255_noclobber,
16349         *andqi3_65535_noclobber, *andnqi3_noclobber, *xorqi3_noclobber):
16350         Add new patterns and associated post-reload splitters.
16351
16352 Sat Oct 16 12:42:12 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16353
16354         * config/c4x/c4x.c (c4x_emit_libcall): Use ggc_alloc_string.
16355
16356 Sat Oct 16 12:34:44 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16357
16358         * config/c4x/c4x.c (c4x_rptb_insert): Emit rpts_top pattern
16359         if appropriate.
16360         * config/c4x/c4x.md (rpts_top): New pattern and splitter.
16361
16362 Sat Oct 16 12:26:30 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16363
16364         * config/c4x/c4x.c (src_operand):  Check SYMBOL_REF and LABEL_REF
16365         memory mode.
16366
16367 Fri Oct 15 17:02:09 1999  Jeffrey A Law  (law@cygnus.com)
16368
16369         * pa.c (move_operand): Rely on memory_address_p to determine the
16370         validity of non-indexed memory addresses.
16371         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Allow LO_SUM with a symbolic
16372         operand in DFmode and SFmode when generating PA2.0 code.
16373
16374 Fri Oct 15 14:25:19 1999  Richard Henderson  <rth@cygnus.com>
16375
16376         * print-rtl.c (print_rtx): Limit last 'u' change to LABEL_REF.
16377
16378 Fri Oct 15 13:48:45 1999  Richard Henderson  <rth@cygnus.com>
16379
16380         * mips.c (function_prologue): Fix argument types.
16381         * mips.md (casesi): Use emit_jump_insn for casesi_internal.
16382         (casesi_internal): Write to the scratch register.
16383
16384 1999-10-15 11:16 -0700  Zack Weinberg  <zack@bitmover.com>
16385
16386         * cppexp.c (cpp_parse_escape): Make static.  Change second arg
16387         to U_CHAR **.
16388         (parse_charconst): Delete unnecessary cast when calling
16389         cpp_parse_escape.
16390         (cpplib.h): Kill prototype of cpp_parse_escape.
16391
16392 Fri Oct 15 11:02:46 1999  Richard Henderson  <rth@cygnus.com>
16393
16394         Based on patch from Michael Gschwind <mikeg@watson.ibm.com>:
16395         * unroll.c (unroll_loop): Cast return value of alloca.
16396         * i370/i370.c: Include function.h and toplev.h.
16397         (i370_label_scan): Remove c++ commented abort.
16398         * i370/i370.h (HANDLE_PRAGMA): Takes three arguments.
16399         (ASM_OUTPUT_LABELREF): Fix TOUPPER/else broken 16 Sept.
16400         * i370/xm-i370.h (HOST_BITS_PER_LONGLONG): Define.
16401         * i370/xm-mvs.h, i370/xm-oe.h: Likewise.
16402
16403 Fri Oct 15 03:01:01 1999  Loren Rittle  <ljrittle@acm.org>
16404
16405         * config/t-freebsd: Do not override USER_H.
16406         * ginclude/stddef.h: Generalize check for _MACHINE_ANSI_H_.
16407
16408 Fri Oct 15 02:37:28 1999  Alastair J. Houghton <ajh8@doc.ic.ac.uk>
16409                           Mumit Khan  <khan@xraylith.wisc.edu>
16410
16411         * c-parse.in (component_decl): Support anonymous struct/union.
16412         (%expect): Update.
16413         * c-parse.y: Regenerate.
16414         * c-parse.c: Likewise.
16415         * objc/objc-parse.y: Likewise.
16416         * objc/objc-parse.c: Likewise.
16417         * c-decl.c (finish_struct): Don't sort the fields.
16418         (field_decl_cmp): Delete unused function.
16419
16420 Fri Oct 15 01:20:52 1999  Richard Henderson  <rth@cygnus.com>
16421
16422         * sparc.md (movsf_const_intreg): Revert last constraint change.
16423         (movdf_const_intreg_sp32): Likewise.
16424
16425 Fri Oct 15 01:47:51 1999  Vladimir Makarov  <vmakarov@loony.cygnus.com>
16426
16427         * cse.c: Include hashtab.h instead of splay-tree.h
16428         (struct cse_reg_info): No longer use variant union.  Add new
16429         field "regno".  All references changed to avoid union.
16430         (cse_reg_info_used_list, cse_reg_info_used_list_end): New variables.
16431         (free_cse_reg_info): Remove.
16432         (hash_cse_reg_info, cse_reg_info_equal_p): New functions.
16433         (get_cse_reg_info): Revamp to use expandable hash tables instead
16434         of splay trees.  Initialize new fields in cse_reg_info structure.
16435         (new_basic_block): Similarly.
16436
16437 Thu Oct 14 23:51:56 1999  Richard Henderson  <rth@cygnus.com>
16438
16439         * genrecog.c (message_with_line): Prototype.
16440         (validate_pattern): Pass along the set for the dest, not a flag.
16441         Fix non-lvalue message.  Don't warn for VOIDmode SET_DEST of CALL.
16442         Check for PC/CC0 as sources.
16443         (nodes_identical): Check for children position match before
16444         allowing the combination.
16445
16446         * rtl.c (read_rtx): Track line number across \\\n.
16447
16448 Thu Oct 14 23:50:25 1999  Richard Henderson  <rth@cygnus.com>
16449
16450         * mips.h (SPECIAL_MODE_PREDICATES): New.
16451         * mips.md (*) Use nonimmediate_operand not general_operand for outputs.
16452         (movdi+1, movsi+1): Add output reload constraint.
16453         (casesi_internal): Likewise.  Fix commentary.
16454         (return_internal): Use pmode_register_operand.
16455
16456 Thu Oct 14 23:19:34 1999  Richard Henderson  <rth@cygnus.com>
16457
16458         * 1750a.md (movstrqi): Add missing output reload constraint.
16459         (call_value): Likewise.
16460         * a29k.md (cpxxx patterns): Add missing match_operator mode.
16461         (jmpfdec): Add missing inout reload constraint.
16462         * elxsi.md (addsi patterns): Add missing output reload constraint.
16463         (move from sp): Use @ alternates.
16464         (call_value): No constraint on output.
16465         * fr30.md (movsi_pop): Add missing output reload constraint.
16466         (movsf_constant_store): Likewise.
16467         (splits): Remove constraints.
16468         (subsi3): Add missing mode.
16469         * i370.md (cmpstrsi+1): Add missing output reload constraint.
16470         (call_value): Likewise.
16471         * i960.md (cmpinc/cmpdec patterns): Add inout reload constraints.
16472         * m32r.h (PREDICATE_CODES): Add seth_add3_operand.
16473         * m32r.md (movsicc_internal): Add output reload constraint.
16474         (movstrsi_internal): Add inout reload constraints.
16475         * m88k.h (reg_names): Don't declare.
16476         (SPECIAL_MODE_PREDICATES): New.
16477         * m88k.md (*): Use register_operand not reg_or_0_operand
16478         on destinations.
16479         * mn10200.h (PREDICATE_CODES): New.
16480         * ns32k.md (ffs pattern): Add output reload constraint.
16481         * pdp11.md (sob pattern): Add inout reload constraint.
16482         * sh.md (splits): Remove constraints.
16483         (indirect_jump_scratch, fpu_switch): Add output reload constraint.
16484         * v850.md (pattern_is_ok_for_epilogue): Likewise.
16485         * vax.md (jgequ pattern): Add inout reload constraint.
16486
16487 Fri Oct 15 00:05:00 1999  Jeffrey A Law  (law@cygnus.com)
16488
16489         * configure.in (djgpp): Revert previous patch.
16490         * configure: Rebuit.
16491         * config/i386/djgpp.h: Revert previous patch.
16492
16493 Fri Oct 15 00:00:24 1999  Loren J. Rittle <ljrittle@acm.org>
16494
16495         * fixinc/inclhack.def: Restore patch lost during last merge of
16496         "no_bogosity" branch.
16497         * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
16498
16499 Thu Oct 14 23:57:56 1999  Gavin Romig-Koch  <gavin@cygnus.com>
16500
16501         * fixincludes: Add a HPUX 11 fix for inttypes.h.
16502         * fixinc/inclhack.def: Same.
16503         * fixinc/inclhack.sh, fixinc/fixincl.sh, fixinc/fixincl.x: Regenerate.
16504
16505 Thu Oct 14 22:51:55 1999  Richard Henderson  <rth@cygnus.com>
16506
16507         * alpha.h (GO_IF_LEGITIMATE_SIMPLE_ADDRESS): Accept ADDRESSOF
16508         as the base of a PLUS.
16509
16510 Fri Oct 15 18:36:07 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16511
16512         * config/c4x/c4x.md:  Define mode for remaining unspec operators.
16513         * config/c4x/c4x.c (dst_operand):  Use nonimmediate_operand.
16514
16515 Thu Oct 14 22:14:23 1999  Richard Henderson  <rth@cygnus.com>
16516
16517         * pa.md (post_stw+1): Use pmode_register_operand.
16518         (dcacheflush, icacheflush): Likewise.
16519
16520         * i386.md (movstricthi_1): Allow r/r.
16521
16522 Thu Oct 14 19:44:08 1999  Jan Hubicka  <hubicka@freesoft.cz>
16523
16524         * fold-const.c (fold): Convert (or (not arg0) (not arg1))
16525         to (not (and (arg0) (arg1))). Similary for and.
16526
16527         * fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case,
16528         fallthrough to associate code.
16529         Convert XOR to OR in code like (a&c1)^(a&c2) where c1 and c2 don't have
16530         bits in common.
16531
16532         * combine.c (simplify_logical): Convert XOR to IOR if operands have
16533         no bits in common; remove XOR to ROTATE conversion.
16534
16535 Fri Oct 15 17:40:11 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16536
16537         * config/c4x/c4x.h (c4x_va_start, c4x_va_arg): Declare.
16538
16539 Fri Oct 15 17:27:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16540
16541         * config/c4x/c4x.c (dst_operand): New.
16542         (PREDICATE_CODES): Update.
16543         * config/c4x/c4x.h (dst_operand): Declare it.
16544         * config/c4x/c4x.md:  Define mode for each unspec usage.
16545         (move patterns):  Use dst_operand predicate instead of src_operand.
16546         (movqi_update, movqf_update): Delete.
16547
16548 Thu Oct 14 18:48:54 1999  Richard Henderson  <rth@cygnus.com>
16549
16550         * recog.c (pmode_register_operand): New.
16551         * recog.h: Declare it.
16552         * genrecog.c (pred_codes): Likewise.
16553         (special_mode_pred_table): Likewise.
16554         (validate_pattern): Don't warn no mode for address_operand.
16555
16556         * print-rtl.c (print_rtx) [LABEL_REF]: Only do full subexpression
16557         if the operand is not insn-like.
16558
16559 Thu Oct 14 19:38:42 1999  Jeffrey A Law  (law@cygnus.com)
16560                           Sylvian Pion <Sylvain.Pion@sophia.inria.fr>
16561
16562         * fold-const.c (fold): Handle more simplifications allowed by IEEE.
16563
16564 Thu Oct 14 17:30:14 1999  Richard Henderson  <rth@cygnus.com>
16565
16566         * sparc.md (*): Use {nonimmediate,register}_operand as appropriate
16567         instead of general_operand in a SET_DEST.  Use const_double_operand
16568         instead of an explicit test against CONST_DOUBLE.
16569         (movsf_const_lo): Add missing register mode.
16570         (goto_handler_and_restore): Add auxiliary test for Pmode.
16571         (flush): Adjust to use address_operand.
16572         (return_sf_no_fpu): Add missing output constraint.
16573
16574 Thu Oct 14 17:21:26 1999  Richard Henderson  <rth@cygnus.com>
16575
16576         * rs6000.md (call_value_indirect_aix32): Use wildcard match_operand
16577         for call return value.
16578         (call_value_indirect_aix64, call_value_indirect_nt): Likewise.
16579
16580 Thu Oct 14 13:54:25 1999  Jason Merrill  <jason@yorick.cygnus.com>
16581
16582         * toplev.c (main): Only warn about options for other languages.
16583         * collect2.c (main): Pass -w to sub-gcc.
16584
16585 Thu Oct 14 16:27:50 1999  Richard Henderson  <rth@cygnus.com>
16586
16587         * flow.c (propagate_block): Add call-clobbered registers to
16588         significant too.
16589
16590         * flow.c (propagate_block): Use free_EXPR_LIST_list instead of
16591         zapping mem_set_list.
16592         (invalidate_mems_from_autoinc): Use free_EXPR_LIST_node.
16593         (mark_set_1, mark_used_regs): Likewise.
16594
16595 Thu Oct 14 10:51:49 1999  Richard Henderson  <rth@cygnus.com>
16596
16597         * m68k.md (zero_extendsidi2): Add missing output reload constraint.
16598
16599 Wed Oct 13 00:09:18 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16600
16601         * invoke.texi: Label -Wbad-function-cast, -Wmissing-prototypes,
16602         -Wnested-externs, -Wstrict-prototypes, and -Wtraditional as C only
16603         options. Also add a new item "C-only Warning Options" to the
16604         option summary.
16605
16606 1999-10-14  Gavin Romig-Koch  <gavin@cygnus.com>
16607
16608         * libgcc2.c (__do_global_dtors): Protect __deregister_frame_info
16609         from multiple calls.
16610
16611 Thu Oct 14 04:54:54 1999  Richard Henderson  <rth@cygnus.com>
16612
16613         * i386.md (call value patterns): Move to the end of the file.
16614         (prologue_set_got, prologue_get_pc): Use register_operand for op 0.
16615
16616 1999-10-14 Mark Elbrecht <snowball3@bigfoot.com>
16617
16618         * configure.in (djgpp configuration): Define extra_objects..
16619         * configure: Rebuilt.
16620         * config/i386/djgpp.h (CTORS_SECTION_ASM_OP): Define.
16621         (DTORS_SECTION_ASM_OP): Define.
16622         (INIT_SECTION_ASM_OP): Define.
16623         (FINI_SECTION_ASM_OP): Define.
16624         (DATA_SECTION_ASM_OP): Define.
16625         (TEXT_SECTION_ASM_OP): Define.
16626         (EH_FRAME_SECTION_ASM_OP): Define.
16627         (LINK_COMMAND_SPEC): Remove -Tdjgpp.djl.
16628         (STARTFILE_SPEC): Add crtbegin.o.
16629         (ENDFILE_SPEC): Define and add crtend.o. Move argument -Tdjgpp.djl
16630         to here from LINK_COMMAND_SPEC.
16631         (DO_GLOBAL_CTORS_BODY): Define.
16632         (CRTSTUFF_USE_FINI_SECTION): Define
16633         (HAS_INIT_SECTION): Delete.
16634
16635 Thu Oct 14 05:08:14 1999  Andreas Schwab  <schwab@suse.de>
16636
16637         * Makefile.in (all.cross): Depend on xcpp$(exeext).
16638
16639 Thu Oct 14 04:00:40 1999  Richard Henderson  <rth@cygnus.com>
16640
16641         * pa.h (PREDICATE_CODES): New.
16642
16643         * genrecog.c (validate_pattern): Condense the destination
16644         non-lvalue message.
16645
16646 Thu Oct 14 03:23:08 1999  Richard Henderson  <rth@cygnus.com>
16647
16648         * alpha.md (call-1): Supply missing mode for operator.
16649         (*): Add missing output reload constraints.  Remove constraints
16650         from define_splits.
16651
16652         * i386.h (SPECIAL_MODE_PREDICATES): New.
16653         * i386.md (movstricthi_1): Use nonimmediate_operand for op 0.
16654         (movqi_1, movdi_1, movdi_2, some splits): Likewise.
16655         (addsi_lea_3): Add missing mode for op 3.
16656         (prologue_set_got, prologue_get_pc): Add missing modes.
16657         (*) Add missing output reload constraints.
16658
16659 Thu Oct 14 03:59:57 1999  Stephane Carrez  <stcarrez@worldnet.fr>
16660
16661         * stor-layout.c (layout_union): Use HOST_WIDE_INT for const_size;
16662         check for member bit-size overflow and use var_size if it occurs.
16663         (layout_record): Use bitsize_int() to define the type size in bits.
16664         Likewise for computation and assignment to DECL_FIELD_BITPOS.
16665         (layout_decl): Likewise when assigning to DECL_SIZE.
16666
16667 Thu Oct 14 02:57:05 1999  Richard Henderson  <rth@cygnus.com>
16668
16669         * genrecog.c (validate_pattern): Typo last change.  Verify
16670         that output operands have output reloads.
16671
16672 Thu Oct 14 01:49:54 1999  Richard Henderson  <rth@cygnus.com>
16673
16674         * genrecog.c (special_mode_pred_table): New.
16675         (NUM_SPECIAL_MODE_PREDS): New.
16676         (find_operand): New.
16677         (validate_pattern): New argument `insn'.  Warn for assignment to
16678         any predicate accepting non-lvalues.  Conditionaly warn for
16679         match_operand without a mode.  Try much harder to match source
16680         and destination modes on a set.
16681         * tm.texi (SPECIAL_MODE_PREDICATES): Document.
16682
16683 Thu Oct 14 02:54:13 1999  Jeffrey A Law  (law@cygnus.com)
16684
16685         * fold-const.c (fold): Detect rotates built from BIT_XOR_EXPRs.
16686
16687 Thu Oct 14 02:18:19 1999  Marc Espie <espie@cvs.openbsd.org>
16688
16689         * combine.c (simplify_logical): Recognize xor pattern that encodes
16690         rotation.
16691
16692 Wed Oct 13 23:23:45 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16693
16694         * rs6000.c (expand_block_move): Use INTVAL, not XINT to access
16695         alignment.
16696
16697 Wed Oct 13 21:47:18 1999  Richard Henderson  <rth@cygnus.com>
16698
16699         * ggc-page.c (MAP_FAILED): Provide default.
16700
16701 Wed Oct 13 21:41:59 1999  Richard Henderson  <rth@cygnus.com>
16702
16703         * sparc.c (symbolic_operand): Verify mode; don't accept CONST_DOUBLE.
16704         * sparc.h (PREDICATE_CODES): Update.
16705
16706 Wed Oct 13 21:18:17 1999  Richard Henderson  <rth@cygnus.com>
16707
16708         * alpha.c (some_ni_operand): New.
16709         * alpha-protos.h: Declare it.
16710         * alpha.h (PREDICATE_CODES): Update.
16711         * alpha.md (sXaddq reload insns): Use some_ni_operand
16712         for SET_DEST instead of some_operand.
16713
16714 Wed Oct 13 21:04:45 1999  Richard Henderson  <rth@cygnus.com>
16715                           Jim Wilson  <wilson@cygnus.com>
16716
16717         * genrecog.c (maybe_both_true_2): Don't compare modes of
16718         two DT_pred tests.
16719         (process_tree): Elide peephole2_insns.  Invoke simplify_tests
16720         after find_afterward.
16721         (debug_decision_1): Dump next and afterward codes.
16722
16723 Wed Oct 13 20:35:16 1999  Richard Henderson  <rth@cygnus.com>
16724
16725         * rtl.c (dump_and_abort): Remove.
16726         (fatal_with_file_and_line): New.
16727         (fatal_expected_char): New.
16728         (read_rtx_lineno, read_rtx_filename): New.
16729         (read_skip_spaces): Track line number.
16730         (read_name): Use fatal_with_file_and_line.
16731         (read_rtx): Use fatal_expected_char.  Track line number.
16732         * rtl.h (read_rtx_filename, read_rtx_lineno): Declare.
16733
16734         * print-rtl.c (print_rtx): Don't special case LABEL_REF argument
16735         if it isn't a CODE_LABEL.
16736
16737         * genattr.c (main): Set read_rtx_filename.
16738         * genattrtab.c (main): Likewise.
16739         * gencodes.c (main): Likewise.
16740         * genconfig.c (main): Likewise.
16741         * genemit.c (main): Likewise.
16742         * genextract.c (main): Likewise.
16743         * genflags.c (main): Likewise.
16744         * genopinit.c (main): Likewise.
16745         * genoutput.c (main): Likewise.
16746         * genpeep.c (main): Likewise.
16747
16748         * genrecog.c (decision_test.u.insn): Add `lineno'.
16749         (pattern_lineno, error_count): New variables.
16750         (message_with_line): New.
16751         (add_to_sequence): Break out checking code to ...
16752         (validate_pattern): ... here.  Detect SET_DEST matching CONST_INT.
16753         (merge_insn): Use message_with_line.
16754         (make_insn_sequence): Use validate_pattern.  Record insn lineno.
16755         (main): Set read_rtx_filename, pattern_lineno.  Exit early on error.
16756
16757 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
16758
16759         * expr.c (store_constructor): Clear union if constructor is empty.
16760
16761 Wed Oct 13 15:19:04 1999  Jim Wilson  <wilson@cygnus.com>
16762
16763         * config/rs6000/sysv4.h (CC1_SPEC): Fix errors from Jan 19 change.
16764         Add !endian checks.  Change %{...} to %(...).
16765
16766 Wed Oct 13 13:30:34 1999  Richard Henderson  <rth@cygnus.com>
16767
16768         * i386.md (*addsi3_cc): Renamed from addcsi3.
16769         (*addsi3_carry): Renamed from addxsi3.
16770         (*subsi3_cc): Renamed from subcsi3.
16771         (*subsi3_carry): Renamed from subxsi3.
16772         (*xorqi_cc_1): Renamed from xorcqi_1.
16773         (xorqi_cc_ext_1): Renamed from xorcqi_ext_1.
16774         * i386.c (ix86_expand_fp_compare): Update for xorqi_cc_ext_1.
16775
16776 Wed Oct 13 13:10:46 1999  Richard Henderson  <rth@cygnus.com>
16777
16778         * Makefile.in (ggc-common.o): Depend on RTL_H not RTL_BASE_H.
16779         (ggc-simple.o, ggc-page.o, ggc-none.o, ggc-callbacks.o): Likewise.
16780
16781 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
16782
16783         * regmove.c (optimize_reg_copy_3): Make sure P is non-nil as we
16784         climb up the chain of insns.
16785
16786 Wed Oct 13 10:20:58 1999  Richard Henderson  <rth@cygnus.com>
16787
16788         * genrecog.c (write_subroutine): Careful for null trees.
16789         (process_tree): Don't elide empty functions.
16790
16791 Wed Oct 13 10:07:54 1999  Richard Henderson  <rth@cygnus.com>
16792
16793         * Makefile.in (genrtl.o): Depend on ggc.h.
16794         * configure.in (valloc): Probe for it.
16795         (with-gc): Use ggc-page if valloc present.
16796         * ggc-common.c (ggc_mark_rtx_children): Use ggc_mark_if_gcable.
16797         (ggc_mark_rtvec_children): New from corpse of ggc_mark_rtvec.
16798         (ggc_alloc_string): Moved from ggc-page.c.
16799         * ggc-none.c (ggc_alloc_obj): New.
16800         (ggc_alloc_rtx, ggc_alloc_rtvec): Remove.
16801         * ggc-page.c (sys/mman.h): Only include if HAVE_MMAP.
16802         (struct globals): Likewise for dev_zero_fd.
16803         (init_ggc): Likewise for it's initialization.
16804         (ggc_allocated_p): Move careful dereference from ...
16805         (ggc_lookup_page_table): ... here.  Delete.
16806         (lookup_page_table_entry): Don't use ggc_lookup_page_table.
16807         (alloc_anon): Use valloc if no mmap.
16808         (release_pages): Use free if using valloc.
16809         (ggc_alloc_obj): Renamed from alloc_obj.
16810         (ggc_set_mark): Renamed from mark_obj.
16811         (ggc_mark_if_gcable): Renamed from ggc_mark_string_if_gcable.
16812         (ggc_alloc_rtx, ggc_alloc_rtvec): Delete.
16813         (ggc_alloc_tree, ggc_alloc_string, ggc_alloc): Delete.
16814         (ggc_set_mark_rtx, ggc_set_mark_rtvec): Delete.
16815         (ggc_set_mark_tree, ggc_mark_string, ggc_mark): Delete.
16816         (ggc_collect): Use fp printing instead of our own rounding.
16817         * ggc-simple.c (IS_MARKED, IGNORE_MARK): Delete.
16818         (GGC_STRING_MAGIC, GGC_STRING_MAGIC_MARK): Delete.
16819         (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): Delete.
16820         (struct ggc_rtx, struct ggc_rtvec, struct ggc_tree): Delete.
16821         (struct ggc_string, struct ggc_any): Delete.
16822         (offsetof): Provide default definition.
16823         (GGC_BALANCE, GGC_ALWAYS_COLLECT, GGC_ALWAYS_VERIFY): New.
16824         (PTR_KEY): New.
16825         (struct ggc_mem): New, from corpse of ggc_any.
16826         (struct ggc_status): Delete.
16827         (ggc_chain, ggc_allocated_strings, ggc_strings_used): Delete.
16828         (n_rtxs_collected, n_vecs_collected, n_trees_collected): Delete.
16829         (n_strings_collected, n_anys_collected): Delete.
16830         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Delete.
16831         (ggc_alloc_string, ggc_alloc): Delete.
16832         (ggc_free_rtx, ggc_free_rtvec, ggc_free_tree): Delete.
16833         (ggc_free_string, ggc_free_any): Delete.
16834         (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Delete.
16835         (ggc_compare_addresses, ggc_mark_string): Delete.
16836         (ggc_mark_string_if_gcable, ggc_mark): Delete.
16837         (search_data): Delete.
16838         (struct globals): New.
16839         (GGC_MIN_EXPAND_FOR_GC, GGC_MIN_LAST_ALLOCATED): New.
16840         (tree_insert, tree_lookup): New.
16841         (ggc_alloc_obj, ggc_set_mark, ggc_mark_if_gcable): New.
16842         (clear_marks, sweep_objs): New.
16843         (ggc_collect): Gut.  Use clear_marks, sweep_objs.
16844         (init_ggc): Set allocated_last_gc.
16845         (ggc_push_context): Gut.  Use G.context.
16846         (ggc_pop_context): Likewise.
16847         (ggc_pop_context_1): New.
16848         (debug_ggc_tree): New.
16849         (debug_ggc_balance, tally_leaves): New.
16850         * ggc.h (ggc_mark_rtvec, ggc_mark_string, ggc_mark): Remove decl.
16851         (ggc_mark_string_if_gcable): Remove decl.
16852         (ggc_mark_rtx, ggc_mark_tree): Use ggc_set_mark.
16853         (ggc_mark_rtvec_children): New.
16854         (ggc_mark_rtvec, ggc_mark_string, ggc_mark): New.
16855         (ggc_mark_if_gcable): New decl.
16856         (ggc_alloc_rtx, ggc_alloc_rtvec): Remove decl.
16857         (ggc_alloc_tree, ggc_alloc): Likewise.
16858         (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Likewise.
16859         (ggc_alloc_obj): New decl.
16860         (ggc_alloc_rtx, ggc_alloc_rtvec): New macros.
16861         (ggc_alloc_tree, ggc_alloc): Likewise.
16862         (ggc_set_mark): New decl.
16863         * rtl.h (struct rtx_def): Remove gc_mark.
16864         (struct rtvec_def): Likewise.
16865         * tree.h (struct tree_common): Likewise.
16866
16867 Wed Oct 13 01:44:29 1999  Carol LePage  <carolo@hal.com>
16868
16869         * configure.in (sparc-hal-solaris2*): Fix xm_file, xm_defines,
16870         float_format and thread_file definitions.
16871         * configure: Rebuilt.
16872
16873 Wed Oct 13 09:25:03 1999  Niels Möller <nisse@lysator.liu.se>
16874
16875         * extend.texi (Function Names): Document types of function names.
16876
16877 Wed Oct 13 00:45:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16878
16879         * reload1.c (reload_reg_free_for_value_p):  RELOAD_OTHER reloads with
16880         an earlyclobbered output conflict with RELOAD_INPUT reloads.
16881
16882 Tue Oct 12 23:28:28 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
16883
16884         * sh.h (BOOL_TYPE_SIZE): Don't use INT_TYPE_SIZE / CHAR_TYPE_SIZE.
16885
16886 Tue Oct 12 23:19:32 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
16887
16888         * sh.h (REGISTER_MOVE_COST): Change PR_REG to PR_REGS.
16889
16890 Tue Oct 12 17:09:38 1999  David Edelsohn  <edelsohn@gnu.org>
16891
16892         * collect2.c (main): Do prelimnary link on AIX if rflag.
16893
16894 Tue Oct 12 09:45:19 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
16895
16896         * config/rs6000/eabi-ctors.c (__do_global_ctors): Run through
16897         __CTOR_LIST__ in opposite order, which is the correct order for sorted
16898         constructors.
16899         (__do_global_dtors): similarly for __DTOR_LIST__.
16900
16901 Fri Oct  8 19:46:03 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
16902                                 Diego Novillo <dnovillo@cygnus.com>
16903
16904         * config/sh/sh.h (REGISTER_MOVE_COST): Handle moves from T_REGS to
16905         FPUL_REGS.
16906
16907 Tue Oct 12 07:38:41 1999  Bruce Korb  <autogen@linuxbox.com>
16908
16909         * fixincl/*: Merged "no_bogosity" branch
16910         * fixincl/fixlib.h: protect against doubly defining t_bool
16911         * fixincl/server.h: protect against doubly defining t_bool
16912
16913 Mon Oct 11 20:18:41 1999  Jim Wilson  <wilson@cygnus.com>
16914
16915         * genoutput.c: Include toplev.h.
16916
16917 Mon Oct 11 18:56:14 1999  Jim Wilson  <wilson@cygnus.com>
16918
16919         * config/sparc/liteelf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
16920         Undef.
16921         * configure.in (sparclite-*-elf, sparc86x-*-elf): Don't use libgloss.h.
16922         * configure: Regenerate.
16923
16924 Mon Oct 11 16:07:49 1999  Richard Henderson  <rth@cygnus.com>
16925
16926         * gcse.c (delete_null_pointer_checks): Returns void.
16927
16928 Mon Oct 11 20:31:51 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16929
16930         * rtl.c (copy_rtx): Don't use accessor macros to copy fields.
16931         * emit-rtl.c (copy_insn_1): Likewise.
16932
16933 Mon Oct 11 13:29:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
16934
16935         * config/mips/mips.c (mips_build_va_list): Correct
16936         TREE_CHAIN setting when hard-float.
16937         (mips_va_start): Use corrected setting.
16938         (mips_va_arg): Likewise.  Also pass a tree to build of
16939         POSTINCREMENT_EXPR rather than a naked 'int'.
16940
16941 Sun Oct 10 18:27:27 1999  Mark Mitchell  <mark@codesourcery.com>
16942
16943         * ggc.h (ggc_push_context): Fix comment.
16944         (ggc_pop_context): Likewise.
16945         (mark_string_if_gcable): Likewise.
16946         * ggc-common.c (ggc_mark_rtx_children): Use
16947         ggc_mark_string_if_gcable.
16948         * ggc-page.c (ggc_lookup_page_table): New function.
16949         (ggc_allocated_p): Likewise.
16950         (mark_obj): Fix formatting.
16951         (ggc_mark_string_if_gcable): New function.
16952         * ggc-simple.c (ggc_allocated_strings): New variable.
16953         (ggc_strings_used): Likewise.
16954         (ggc_compare_addresses): New function.
16955         (ggc_pop_context): Pop the `any' memory too.
16956         (ggc_mark_string_if_gcable): New function.
16957         (ggc_collect): Initialize and tear down ggc_allocated_strings.
16958
16959 Sun Oct 10 20:05:21 1999  David Edelsohn  <edelsohn@gnu.org>
16960
16961         * rs6000.md (movstrsi_?reg): Use preferred rD/rS = r5 form.
16962         (scc patterns): Disable most SImode variants if TARGET_POWERPC64.
16963         * rs6000.c (expand_block_move): Match movstrsi_?reg register
16964         changes.
16965
16966 Sun Oct 10 16:37:01 1999  Richard Henderson  <rth@cygnus.com>
16967
16968         * haifa-sched.c (sched_reg_n_calls_crossed): Delete.
16969         (sched_reg_live_length, sched_reg_basic_block): Delete.
16970         (current_block_num, bb_live_regs, old_live_regs): Delete.
16971         (dead_notes, struct sometimes): Delete.
16972         (sched_note_set, birthing_insn_p): Delete.
16973         (adjust_priority): Gut useless reg lifetime code.
16974         (create_reg_dead_note, attach_deaths): Delete.
16975         (attach_deaths_insn, new_sometimes_live): Delete.
16976         (finish_sometimes_live): Delete.
16977         (find_pre_sched_live, find_post_sched_live): Delete.
16978         (update_reg_usage): Delete.
16979         (find_insn_reg_weight): New, from corpse of find_pre_sched_live.
16980         (schedule_insns): Delete reg lifetime code.
16981         (sched_analyze): Use REG_SAVE_NOTE to stuff NOTE_INSN notes away.
16982         (unlink_other_notes): Adjust REG_NOTE commentary.
16983         (reemit_notes): Use REG_SAVE_NOTE.
16984         (schedule_block): Likewise.
16985         (schedule_region): Allocate bitmap of blocks in region.  Use
16986         count_or_remove_death_notes.  Use update_life_info.
16987
16988         * rtl.h (REG_SAVE_NOTE): New.
16989         * rtl.c (reg_note_name): Update.
16990
16991 Sun Oct 10 16:14:16 1999  Richard Henderson  <rth@cygnus.com>
16992
16993         * combine.c (refresh_blocks, need_refresh): New.
16994         (combine_instructions): Allocate refresh_blocks.  Invoke
16995         update_life_info if needed.
16996         (distribute_notes): Mark refresh_blocks instead of installing
16997         USE insns.
16998         * flow.c (update_life_info): Remove notes if GLOBAL_RM_NOTES.
16999         * basic_block.h (enum update_life_extent): Add GLOBAL_RM_NOTES.
17000
17001         * Makefile.in (recog.o): Depend on basic-block.h.
17002
17003 Sun Oct 10 12:03:21 1999  Richard Henderson  <rth@cygnus.com>
17004
17005         * genrecog.c (add_to_sequence): Thinko last change: delete
17006         shadowing allow_const_int variable.
17007
17008 Sun Oct 10 08:40:00 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17009
17010         * cppinit.c: Use HAVE_GCC_VERSION instead of explicitly testing
17011         __GNUC__ and __GNUC_MINOR__.
17012
17013         * gansidecl.h: Likewise.
17014
17015         * rtl.c: Likewise.
17016
17017         * rtl.h: Likewise.
17018
17019         * toplev.h: Likewise.
17020
17021         * tree.c: Likewise.
17022
17023         * tree.h: Likewise.
17024
17025         * varray.c: Likewise.
17026
17027         * varray.h: Likewise.
17028
17029 Sun Oct 10 13:28:48 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17030
17031         * loop.c (find_and_verify_loops): When looking for a BARRIER, don't
17032         use one before a jump table.
17033
17034         * rtl.def (ADDRESS): Change documentation to match reality.
17035         * md.texi: Don't document it.
17036         * gmicro.md (load address pattern): Use 'p' constraint, delete use
17037         of ADDRESS rtx.
17038
17039         * emit-rtl.c (copy_insn_1): Make format_ptr a const char *.
17040
17041 Sun Oct 10 02:41:41 1999  Richard Henderson  <rth@cygnus.com>
17042
17043         * genrecog.c (add_to_sequence): Move allow_const_int test outside
17044         known predicate block; default allow_const_int true.
17045         (debug_decision_list): New.
17046
17047 Sun Oct 10 00:43:08 1999  Richard Henderson  <rth@cygnus.com>
17048
17049         * i386.h (CC1_SPEC): Typo -- use cc1_cpu.
17050
17051 Sat Oct  9 23:26:55 1999  Jeffrey A Law  (law@cygnus.com)
17052
17053         * gcse.c (gcse_main): Avoid global optimizations if we have a
17054         large number of basic blocks and the ratio of edges to blocks
17055         is high.
17056         (delete_null_pointer_checks): Likewise.
17057
17058 Sat Oct  9 23:16:01 1999  Ken Raeburn  <raeburn@mit.edu>
17059
17060         * c-common.c (check_format_info): Warn if format string isn't a
17061         string literal.
17062
17063 Sat Oct  9 23:04:02 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17064
17065         * configure.in (arm*-*-*): Don't let autoconf remove brackets
17066         * configure: regenerate
17067
17068 Sat Oct  9 13:15:53 1999  Richard Henderson  <rth@cygnus.com>
17069
17070         * alpha.md (extendsidi2): Turn into a splitter.  Allow f/f.
17071         If TARGET_FIX, allow r/f.  Remove cvtlq unspec pattern.
17072         (peepholes): Re-enable.
17073
17074 Sat Oct  9 12:18:16 1999  Richard Henderson  <rth@cygnus.com>
17075
17076         * Makefile.in (flow.o): Depend on TREE_H.
17077         * basic-block.h (REG_SET_EQUAL_P): New.
17078         (XOR_REG_SET): New.
17079         (n_edges): Declare.
17080         (free_regset_vector): Remove declaration.
17081         (flow_delete_insn_chain): Declare.
17082         (enum update_life_extent): New.
17083         (update_life_info, count_or_remove_death_notes): Declare.
17084         * combine.c (distribute_notes) [REG_DEAD]: Stop search at bb->head.
17085         Verify register live at bb->global_live_at_start before adding USE.
17086         * flow.c (HAVE_epilogue, HAVE_prologue): Provide default.
17087         (CLEAN_ALLOCA): New.
17088         (n_edges): New.
17089         (PROP_*): New flags.
17090         (find_basic_blocks_1): Use alloc_EXPR_LIST.
17091         (clear_edges): Zero n_edges.
17092         (make_edge): Increment n_edges.
17093         (split_edge): Don't allocate bb->local_set.  Increment n_edges.
17094         (flow_delete_insn_chain): Export.
17095         (delete_block): Decrement n_edges.
17096         (merge_blocks_nomove): Likewise.
17097         (life_analysis): Give life_analysis_1 PROP flags.
17098         (verify_wide_reg_1, verify_wide_reg): New.
17099         (verify_local_live_at_start): New.
17100         (update_life_info): Rewrite to call into propogate_block.
17101         (mark_reg): New.
17102         (mark_regs_live_at_end): After reload, if epilogue as rtl,
17103         always mark stack pointer.  Conditionally mark PIC register.
17104         After reload, mark call-saved registers, return regsiters.
17105         (life_analysis_1): Accept PROP flags not remove_dead_code.
17106         Call mark_regs_live_at_end before zeroing regs_ever_live.
17107         Use calculate_global_regs_live.  Copy global_live_at_end before
17108         calling final propagate_block.  Zero reg_next_use on exit.
17109         (calculate_global_regs_live): New.
17110         (allocate_bb_life_data): Don't allocate bb->local_set.
17111         (init_regset_vector, free_regset_vector): Remove.
17112         (propagate_block): Accept FLAGS not FINAL or REMOVE_DEAD_CODE.
17113         Test flags before every operation.  Warn if prologue/epilogue insn
17114         would have been deleted.
17115         (mark_set_regs, mark_set_1): Accept and use FLAGS.
17116         Use alloc_EXPR_LIST.
17117         (mark_used_regs): Accept and use FLAGS, not FINAL.
17118         Remove special handling for RETURN.
17119         (try_pre_increment): Use alloc_EXPR_LIST.
17120         (dump_flow_info): Dump n_edges.
17121         (unlink_insn_chain, split_hard_reg_notes): Remove.
17122         (maybe_add_dead_note, maybe_add_dead_note_use): Remove.
17123         (find_insn_with_note, new_insn_dead_notes): Remove.
17124         (update_n_sets, sets_reg_or_subreg_1, sets_reg_or_subreg): Remove.
17125         (maybe_remove_dead_notes, prepend_reg_notes): Remove.
17126         (replace_insns): Remove.
17127         (count_or_remove_death_notes): New.
17128         (verify_flow_info): Abort on error after all checks.
17129         (remove_edge): Decrement n_edges.
17130         (remove_fake_edges): Tweak format.
17131         * haifa-sched.c (schedule_insns): Use split_all_insns.
17132         * output.h (update_life_info): Remove declaration.
17133         * recog.c (split_all_insns): From the corpse of split_block_insns,
17134         do the whole function block by block.  Use update_life_info.
17135         (recog_last_allowed_insn): New.
17136         (recog_next_insn): Mind it.
17137         (peephole2_optimize): Set it.  Walk backwards through blocks.
17138         Use update_life_info.
17139         * rtl.h (update_flow_info, replace_insns): Remove declarations.
17140         (split_all_insns): Declare.
17141         * toplev.c (rest_of_compilation): Thread prologue before flow2.
17142         Use split_all_insns.
17143
17144         * i386.md (or -1 peep2s): Disable.
17145
17146 Fri Oct  8 17:49:08 1999  Richard Henderson  <rth@cygnus.com>
17147
17148         * config/mips/mips.md (movstrsi+[123]) : Combine these into
17149         a single pattern.  Scrap the 'd' versions as unnecessary.
17150
17151         * config/mips/mips.md (tablejump_internal3,tablejump_mips161,
17152         tablejump_mips162,tablejump_internal4): The operands to a
17153         label_ref must be VOIDmode.
17154
17155 Fri Oct  8 16:12:42 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17156
17157         * configure.in (c-mbchar): Append, don't overwrite, `extra_c_flags'.
17158
17159 Fri Oct  8 11:58:34 1999  Richard Henderson  <rth@cygnus.com>
17160
17161         * mips.c (mips_va_arg) [EABI]: Return addr_rtx.
17162
17163 Fri Oct  8 11:58:34 1999  Richard Henderson  <rth@cygnus.com>
17164
17165         * lists.c (init_EXPR_INSN_LIST_cache): Don't need to zap the
17166         cache every function if ggc_p.
17167
17168 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17169
17170         * jump.c (duplicate_loop_exit_test): Use copy_insn/copy_insn_1
17171         instead of copy_rtx.  Accept sequences that contain asm statements.
17172         * emit-rtl.c (copy_insn_1, copy_insn): New functions.
17173         (copy_insn_scratch_in, copy_insn_scratch_out, copy_insn_n_scratches,
17174         orig_asm_operands_vector, copy_asm_operands_vector,
17175         orig_asm_constraints_vecotr, copy_asm_constraints_vector): New static
17176         variables.
17177         * rtl.h (copy_insn, copy_insn_1): Declare.
17178
17179 Fri Oct  8 13:08:12 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17180
17181         * Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h.
17182
17183         * alpha.h (ASM_OUTPUT_MI_THUNK): Pass the correct number of
17184         arguments to `current_file_function_operand'.
17185
17186         * genrecog.c: Include hard-reg-set.h and resource.h in the
17187         generated output file.
17188
17189         * real.c: Include tm_p.h.
17190
17191 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17192
17193         * i386.md (prologue_allocate_stack): Add '=' constraint letter on
17194         output operand.
17195
17196 Thu Oct  7 23:06:50 1999  Richard Henderson  <rth@cygnus.com>
17197
17198         * rs6000.md (fix_truncdfsi2_internal+1): Emit a clobber
17199         before the fctiwz insn.
17200
17201 Thu Oct  7 22:53:00 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17202                           Mark Mitchell  <mark@codesourcery.com>
17203
17204         * tree.c (make_lang_type_fn): New funtion pointer.
17205         (make_lang_type): Call it.
17206         * tree.h (make_lang_type): Declare.
17207         (make_lang_type_fn): Likewise.
17208         * rs6000.c (rs6000_build_va_list): Use make_lang_type.
17209
17210 Thu Oct  7 00:36:17 1999  Diego Novillo  <dnovillo@cygnus.com>
17211
17212         * config/rs6000/rs6000.c (secondary_reload_class): For TARGET_ELF
17213         make sure that HIGH instructions are copied into BASE_REGS.
17214
17215 Thu Oct  7 17:02:34 1999  Jason Merrill  <jason@yorick.cygnus.com>
17216
17217         * expr.c (expand_expr, TARGET_EXPR): Set TREE_USED sooner.
17218
17219 Thu Oct  7 17:01:58 1999  Greg McGary  <gkm@gnu.org>
17220
17221         * c-decl.c (finish_struct): Use simpler method of
17222         removing elements of a singly-linked list.
17223
17224 Thu Oct  7 15:23:28 1999  Michael Meissner  <meissner@cygnus.com>
17225
17226         * alpha.md (peephole2's): Comment out peephole2's that generate
17227         buggy code.
17228
17229 Thu Oct  7 12:00:53 1999  Richard Henderson  <rth@cygnus.com>
17230
17231         * genrecog.c (add_to_sequence): Disable mode check for
17232         wildcard matches.
17233
17234 Thu Oct  7 20:14:16 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17235
17236         * ggc-simple.c (init_ggc): Set empty_string.
17237
17238 Thu Oct  7 01:13:15 1999  Richard Henderson  <rth@cygnus.com>
17239
17240         * configure.in: Detect mmap.  Add --with-gc=foo to select
17241         garbage collector; default to page if mmap available.
17242         * Makefile.in (GGC): Substitute.
17243
17244 Wed Oct  6 23:56:30 1999  Richard Henderson  <rth@cygnus.com>
17245
17246         * c-decl.c (ggc_p): Enable.
17247
17248 Wed Oct  6 17:17:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17249
17250         * flow.c (verify_flow_info): Make it extern & unconditionally define.
17251
17252 1999-10-06  Brendan Kehoe  <brendan@cygnus.com>
17253
17254         * sparc/sp86x-elf.h (SUBTARGET_SWITCHES): Add missing doc
17255         string for little-endian-data.
17256
17257 Wed Oct  6 16:10:35 1999  Michael Meissner  <meissner@cygnus.com>
17258
17259         * varray.h (VARRAY_CHECK): Fix up appropriate revision check, in
17260         case somebody tries to compile --enable-checking code with gcc
17261         1.34 or such.
17262
17263 Wed Oct  6 12:22:50 1999  Richard Henderson  <rth@cygnus.com>
17264
17265         * genrecog.c (add_to_sequence): Verify operand to label_ref is
17266         VOIDmode.
17267
17268 Wed Oct  6 10:21:15 1999  Richard Henderson  <rth@cygnus.com>
17269
17270         * genconfig.c (main): Disable HAVE_conditional_arithmetic.
17271         * jump.c (jump_optimize_1): Document why.
17272
17273 Wed Oct  6 10:41:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17274
17275         * collect2.c (scan_prog_file, scan_libraries): Prototype function
17276         pointers and casts for `int_handler' and `quit_handler'.
17277
17278         * flow.c (verify_flow_info, split_hard_reg_notes,
17279         find_insn_with_note, sets_reg_or_subreg_1, prepend_reg_notes,
17280         remove_edge, remove_fake_successors): Add static prototypes.
17281         (verify_flow_info): Wrap with macro ENABLE_CHECKING.
17282         (mark_set_1): Initialize variable `regno'.
17283         (unlink_insn_chain): Likewise for variable `curr'.
17284         (remove_fake_edges): Remove unused variables `e', `tmp' and `last'.
17285
17286         * loop.c (strength_reduce): Initialize variable
17287         `unrolled_insn_copies'.
17288         (cmp_combine_givs_stats, cmp_recombine_givs_stats): Add static
17289         prototypes.  Change these functions to take const PTR parameters
17290         to avoid prototype conflict when used as the comparson argument
17291         for qsort.
17292         (check_dbra_loop): Initialize variable `comparison_val'.
17293
17294         * reload.c (debug_reload_to_stream, debug_reload): Add prototypes.
17295         (get_secondary_mem): Mark parameter `x' with ATTRIBUTE_UNUSED.
17296         (find_valid_class): Initialize variable `best_class'.
17297         (find_reloads): Call memcpy, not bcopy.
17298
17299         * reload1.c (gen_mode_int, dump_needs): Add prototypes.
17300         (hard_reg_use_compare): Don't needlessly cast away const.
17301         (reload_reg_class_lower): Likewise.
17302         (choose_reload_regs): Initialize variable `regno'.
17303
17304 Tue Oct  5 16:34:12 1999  Paul Burchard <burchard@pobox.com>
17305
17306         * ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.
17307
17308 Tue Oct  5 16:14:40 1999  Michael Meissner  <meissner@cygnus.com>
17309
17310         * libgcc1-test.c (toplevel): Include stddef.h to get size_t.
17311         ({,d}discard): Add forward declarations.  Declare parameter as
17312         unused.
17313         (main_without_main): Explicitly declare return type to be int.
17314         (memcpy): Properly declare.
17315
17316         * libgcc2.c (toplevel): If inhibit_libc is defined and not
17317         building the trampoline support, declare malloc, free, and
17318         atexit.
17319         (__clear_cache): Mark arguments as potentially unused.
17320
17321         * frame.c (toplevel): If inhibit_libc is defined, declare
17322         malloc and free.
17323
17324 Tue Oct  5 12:00:32 1999  Richard Henderson  <rth@cygnus.com>
17325
17326         * flow.c (make_edge): Accept an optional 2D bitmap in which
17327         to cache edge existence.  Update all callers.
17328         (make_label_edge, make_eh_edge): Pass through the edge cache.
17329         (make_edges): Provide the cache.
17330
17331 Tue Oct  5 12:16:49 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17332
17333         * mbchar.c (literal_codeset, local_mbtowc, local_mblen): Constify
17334         a char*.
17335         (local_mbtowc): Change the type of variable `i' from int to size_t.
17336
17337         * mbchar.h (ISSJIS1, ISSJIS2): Use parens around && within ||.
17338         (local_mbtowc, local_mblen, literal_codeset): Constify a char*.
17339
17340 Tue Oct  5 11:34:52 1999  Michael Meissner  <meissner@cygnus.com>
17341
17342         * ggc-common.c (toplevel): Reorder includes, so that ggc.h comes
17343         after other includes that define the appropriate types.  Include
17344         tm_p.h for getting user prototypes.
17345         * ggc-callbacks.c (toplevel): Ditto.
17346         * ggc-none.c (toplevel): Ditto.
17347         * gcc-page.c (toplevel): Ditto.
17348         * ggc-simple.c (toplevel): Ditto.
17349
17350 Mon Oct  4 16:48:16 1999  Diego Novillo <dnovillo@cygnus.com>
17351                           Jonathan Larmour  <jlarmour@cygnus.co.uk>
17352
17353         * config/mips/mips.c (mips_move_2words): Split doubles if
17354         ISA >= 3, !TARGET_64BIT, and destination is not an FP register.
17355
17356 Mon Oct  4 21:47:31 1999  Richard Henderson  <rth@cygnus.com>
17357
17358         * genrecog.c (struct decision_test): New.
17359         (struct decision): Remove test-related members, sort the rest by size.
17360         (IS_SPLIT): Simplify.
17361         (new_decision, new_decision_test): New.
17362         (add_to_sequence): Use them.  No special handling for args of
17363         non-MATCH codes.
17364         (maybe_both_true): Renamed from not_both_true; return sense changed.
17365         (maybe_both_true_1, maybe_both_true_2): New.  Broken out
17366         of maybe_both_true and adjusted for decision_test.
17367         (position_merit): Remove.
17368         (nodes_identical, nodes_identical_1): New, broken out of merge_trees.
17369         (merge_accept_insn): New, broken out of merge_trees.
17370         (merge_trees): Use them.  No special case for c_test; no node
17371         splitting; use test type instead of position_merit.
17372         (factor_tests): New.
17373         (simplify_tests): New.
17374         (break_out_subroutines): Don't write code now.
17375         (find_afterward): New.
17376         (write_afterward, write_switch, write_cond): New.
17377         (write_action, is_unconditional): New.
17378         (write_node): New.  Use them.
17379         (write_tree_1): Rewrite.  Use the new functions above.
17380         (write_tree): Remove afterward processing.
17381         (write_subroutine): Simplify function variant emission.
17382         (write_subroutines): New.
17383         (same_codes, clear_codes): Remove.
17384         (same_modes, clear_modes): Remove.
17385         (write_header): New, broken out of main.
17386         (make_insn_sequence): Use new_decision and new_decision_test.
17387         (process_tree): New, broken out of main.
17388         (main): Adjust for merge_trees interface change.
17389         Don't #define operands in the output file.
17390         (record_insn_name): New, broken out of make_insn_sequence.
17391         (debug_decision_2, debug_decision_1, debug_decision_0): New.
17392         (debug_decision): New.
17393
17394 1999-10-04 21:58 -0700  Zack Weinberg  <zack@bitmover.com>
17395
17396         * resource.c (find_free_register): Mark class_str argument const.
17397         * resource.h: Update prototype to match.
17398
17399         * i386.h (PREDICATE_CODES): Add entry for long_memory_operand.
17400         * i386.md: Give all anonymous insns names.
17401
17402 Mon Oct  4 21:12:02 1999  Jeffrey A Law  (law@cygnus.com)
17403
17404         * flow.c (merge_blocks): Avoid assing BASIC_BLOCK for non-existent
17405         blocks.
17406
17407 Mon Oct  4 21:01:39 1999  Richard Henderson  <rth@cygnus.com>
17408
17409         * toplev.c (dbr_sched_time): Unconditional.
17410         (peephole2_time): New.
17411         (compile_file): Add pass numbers to all of the dump file suffixes.
17412         Dump peephole2_time.  Don't dump times for non-applicable passes.
17413         (rest_of_compilation): Add pass numbers to dump file suffixes.
17414         Conditionalize calls to the scheduler.
17415         * invoke.texi: Update.
17416
17417 Mon Oct  4 20:25:13 1999  Anthony Green  <green@cygnus.com>
17418
17419         * flow.c (make_edges): Fix insn iteration.
17420         (find_basic_blocks): Assign NULL_RTX, not 0, to rtx.
17421         (find_basic_blocks_1): Fix spelling mistake.
17422
17423 Mon Oct  4 16:56:11 1999  Richard Henderson  <rth@cygnus.com>
17424
17425         * tree.c (build1): Set TREE_SIDE_EFFECTS for expressions that
17426         always have side-effects.  Use memset not bzero.
17427         (make_node): Likewise.
17428
17429 Mon Oct  4 16:22:20 1999  Mark Mitchell  <mark@codesourcery.com>
17430
17431         * stmt.c (expand_anon_union_decl): When any of the elements of the
17432         union is addressable, so is the entire union.
17433
17434 Mon Oct  4 11:38:33 1999  Richard Henderson  <rth@cygnus.com>
17435
17436         * sbitmap.c (sbitmap_ones): Don't set too many bits.
17437
17438         * bitmap.h (enum bitmap_bits): Add BITMAP_XOR.
17439         * bitmap.c (bitmap_operation): Return true iff TO changed.
17440         (bitmap_equal_p): New.
17441         (bitmap_bit_p): Tidy arithmetic.
17442         (debug_bitmap_file): Likewise.
17443
17444 Mon Oct  4 11:28:37 1999  Richard Henderson  <rth@cygnus.com>
17445
17446         * toplev.c (rest_of_compilation): Turn on cse_not_expected
17447         before cse2 instead of after.
17448
17449 Mon Oct 4 09:55:17 1999  Stan Cox  <scox@cygnus.com>
17450
17451         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Let leasi/liadi handle large
17452         register offsets.
17453
17454 Mon Oct  4 08:54:12 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17455
17456         * cppinit.c (is_idchar initializer): Loosen tests to accept
17457         gcc 2.>6 and >2.
17458
17459 Mon Oct  4 02:31:20 1999  Mark Mitchell  <mark@codesourcery.com>
17460
17461         * mips.md: Define conditional move patterns for floating point
17462         operands and DI mode conditions.
17463
17464 Mon Oct  4 02:12:41 1999  Mark Mitchell  <mark@codesourcery.com>
17465
17466         * tree.c (make_node): Set TREE_SIDE_EFFECTS for expressions that
17467         always have side-effects.
17468
17469 Sun Oct  3 14:14:16 1999  Jeffrey A Law  (law@cygnus.com)
17470
17471         * mn10200.c (asm_file_start): Fix typo.
17472
17473         * cppinit.c (is_idchar initializer): Tighten tests for when
17474         to put the table into initialized memory.
17475
17476         * ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx,
17477         not an array of rtunion.
17478         * gcc-page.c (ggc_alloc_rtvec): Similarly.
17479         * gcc-simple (ggc_free_rtvec): Similarly.
17480
17481         * genattrtab.c (simplify_cond): Make TESTS an array of rtxs, instead
17482         of rtunions.
17483
17484         * mbchar.h: Add missing #endif.
17485
17486         * t-fr30 (LIB2FUNCS_EXTRA): Remove definition.
17487         (FPBIT, DPBIT): Define.
17488
17489 Sun Oct  3 12:44:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17490
17491         * print-tree.c (print_node, indent_to): Remove redundant prototypes.
17492
17493         * profile.c (instrument_arcs, output_gcov_string,
17494         tablejump_entry_p): Add static prototypes.
17495         (output_gcov_string): Constify a char*.
17496
17497         * regmove.c (replacement_quality, fixup_match_2): Add static
17498         prototypes.
17499
17500         * resource.h (reg_dead_p): Add extern prototype.
17501
17502         * rtl.c (trim_filename): Add static prototype.
17503
17504         * scan-decls.c (skip_to_closing_brace): Likewise.
17505
17506         * stmt.c (expand_decl_cleanup_no_eh): Hide definition.
17507         (expand_end_case): Initialize variable `range'.
17508         (emit_case_nodes): Remove unused prototype `rtx_fn'.
17509
17510         * varasm.c (asm_emit_uninitialised): Add static prototype.
17511         (asm_emit_uninitialised, assemble_variable): Mark parameter with
17512         ATTRIBUTE_UNUSED.
17513
17514 Sun Oct  3 12:24:52 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17515
17516         * cpplib.c (if_directive_nameo): Add static prototype.
17517
17518         * cse.c (cse_insn): Remove unused variable `p'.
17519
17520         * except.c (create_rethrow_ref, push_entry,
17521         receive_exception_label, new_eh_region_entry, find_func_region,
17522         clear_function_eh_region, process_nestinfo): Add static prototypes.
17523         (get_reg_for_handler): Hide definition.
17524         (process_nestinfo): Initialize variable `extra_handlers'.
17525
17526         * expr.h (expand_builtin_longjmp): Add extern prototype.
17527
17528         * final.c (final_addr_vec_align, align_fuzz): Add static prototypes.
17529
17530         * function.c (prepare_function_start): Likewise.
17531         (pop_function_context_from): Mark parameter `context' with
17532         ATTRIBUTE_UNUSED.
17533         (push_temp_slots_for_block, flush_addressof): Hide definition.
17534
17535         * gcov.c (init_arc, reverse_arcs, create_program_flow_graph,
17536         solve_program_flow_graph, calculate_branch_probs,
17537         function_summary, main, fancy_abort): Add prototypes.
17538
17539         * gen-protos.c (add_hash, parse_fn_proto, main): Likewise.
17540         (add_hash): Constify a char*.
17541
17542         * ggc-common.c (ggc_mark_rtx_ptr, ggc_mark_tree_ptr,
17543         ggc_mark_tree_varray_ptr, ggc_mark_tree_hash_table_ptr,
17544         ggc_mark_string_ptr, ggc_mark_tree_hash_table_entry): Add prototypes.
17545
17546         * integrate.c (expand_inline_function_eh_labelmap): Likewise.
17547
17548         * lists.c (free_list, zap_lists): Likewise.
17549
17550 Sun Oct  3 12:05:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17551
17552         * alias.c (nonlocal_reference_p): Add static prototype.
17553
17554         * bitmap.c (bitmap_element_allocate): Prototype args in function
17555         pointer cast.
17556
17557         * builtins.c (stabilize_va_list): Add static prototype.
17558         (expand_builtin_va_arg): Constify a char*.
17559
17560         * c-lex.c (getch, put_back, extend_token_buffer_to,
17561         read_line_number, token_getch, token_put_back): Add static
17562         prototypes.
17563
17564         * c-parse.gperf (hash, is_reserved_word): Likewise.
17565
17566         * cccp.c (is_dir_separator): Likewise.
17567
17568 Sat Oct  2 16:07:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17569
17570         * graph.h: New file to prototype functions exported by graph.c.
17571
17572         * Makefile.in (graph.o, toplev.o): Depend on graph.h.
17573
17574         * graph.c: Include graph.h.
17575
17576         * toplev.c: Likewise.  Remove redundant prototypes.
17577
17578 Sat Oct  2 11:28:33 1999  Krister Walfridsson <cato@df.lth.se>
17579
17580         * invoke.texi: Removed duplicated description for -Q.
17581
17582 Sat Oct  2 11:16:00 1999  Jim Kingdon  <http://developer.redhat.com>
17583
17584         * extend.texi: Grammar fix in __extension__ text.
17585
17586 Sat Oct  2 11:06:31 1999  Richard Henderson  <rth@cygnus.com>
17587
17588         * md.texi (define_peephole2): New section.
17589
17590 Sat Oct  2 10:57:56 1999  Jan Hubicka  <hubicka@freesoft.cz>
17591
17592         * i386.md (mov?i patterns): Fix handling of TARGET_USE_MOV0
17593         (mov $-1 to or peepholer): Enable for pentium when optimizing for
17594         speed.
17595
17596 Sat Oct  2 10:55:25 1999  Jan Hubicka  <hubicka@freesoft.cz>
17597
17598         * builtins.c (expand_builtin_strlen): Fix best mode searching loop.
17599
17600 Sat Oct  2 10:53:22 1999  Jan Hubicka  <hubicka@freesoft.cz>
17601
17602         * i386.md (ffs expander): Emit Pentium friendly code for
17603         TARGET_PENTIUM.
17604
17605 Sat Oct  2 02:48:21 1999  Mark P. Mitchell  <mark@codesourcery.com>
17606
17607         * tree.c (build): Don't look at TREE_SIDE_EFFECTS or TREE_RAISES
17608         for non-trees.
17609         (build1): Likewise.
17610
17611 Fri Oct  1 18:01:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17612
17613         * i386elf.h (TARGET_DEFAULT): Use symbolic constants.
17614
17615 Fri Oct  1 12:42:53 1999  Andreas Schwab  <schwab@suse.de>
17616
17617         * config/m68k/m68k.c (use_return_insn): Return false if the pic
17618         register is in use.
17619
17620 Fri Oct  1 10:56:06 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17621
17622         * md.texi (No Constraints): Delete section.
17623         * Makefile.in (genattrtab.o): Don't depend on "insn-config.h".
17624         * final.c (final_scan_insn): We always have register constraints.
17625         * genattrtab.c: Don't include "insn-config.h".
17626         (write_attr_case): We always have register constraints.
17627         * genconfig.c (register_constraint_flag): Delete.
17628         (walk_insn_part): Don't check whether we have register constraints.
17629         (main): Don't write out "#define REGISTER_CONSTRAINTS".
17630         * genoutput.c (have_constraints): Delete.
17631         (main): Don't set it.
17632         (output_operand_data): We always have constraints.
17633         (scan_operands): Likewise.
17634         (compare_operands): Likewise.
17635         * local-alloc.c (block_alloc): We always have constraints.
17636         (requires_inout): Always compile this function.
17637         * recog.c (extract_insn): We always have constraints.
17638         (constrain_operands, reg_fits_class_p): Always compile these
17639         functions.
17640         * recog.h (struct recog_data): Delete non-REGISTER_CONSTRAINTS
17641         fields.
17642         (struct insn_operand_data): Likewise.
17643         * regclass.c (regclass): We always have constraints.
17644         (record_reg_classes, copy_cost, record_address_regs,
17645         auto_inc_dec_reg_p): Always compile these functions.
17646         * regmove.c (regmove_optimize): We always have constraints.
17647         * reload.c (find_reloads): Likewise.
17648         * reload1.c (reload): Likewise.
17649         (reload_cse_simplify_operands): Likewise.
17650         * i860.c (output_delay_insn): Likewise.
17651
17652 Thu Sep 30 23:04:41 1999  Mark P. Mitchell  <mark@codesourcery.com>
17653
17654         * iris6.h (BUILD_VA_LIST_TYPE): Define.
17655
17656 Thu Sep 30 18:44:50 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17657
17658         * rs6000.c (rs6000_build_va_list): Create a TYPE_DECL node
17659         for the va_list record.
17660
17661 Thu Sep 30 18:34:54 1999  Jan Hubicka  <hubicka@freesoft.cz>
17662
17663         * i386.c (ix86_adjust_cost): Ignore false ebp dependencies in
17664         prologues.
17665
17666 Thu Sep 30 18:31:36 1999  Jan Hubicka  <hubicka@freesoft.cz>
17667
17668         * alias.c: Include insn-flags.h.
17669         * Makefile.in (alias.o): Update.
17670
17671 Thu Sep 30 18:21:30 1999  Jan Hubicka  <hubicka@freesoft.cz>
17672
17673         * i386.c (ix86_expand_int_movcc): Convert LEU and GTU comparisons
17674         to LTU and GEU.  Handle more cases using sbb.
17675
17676 Thu Sep 30 18:18:39 1999  Jan Hubicka  <hubicka@freesoft.cz>
17677
17678         * i386.md (truncatexfdf splitters): Do not use subreg.
17679         (fop XFmode patterns): Fix mode in operand testing.
17680
17681 Thu Sep 30 18:04:13 1999  Richard Henderson  <rth@cygnus.com>
17682
17683         * jump.c (jump_optimize_1): Amend last change to test only the
17684         form of the operand, not the insn.
17685
17686         * jump.c (jump_optimize_1) [conditional_move]: Use general_operand
17687         not register_operand to determine when B may need preloading.
17688
17689 Thu Sep 30 17:39:16 1999  Richard Henderson  <rth@cygnus.com>
17690
17691         * alpha.md (*): Use nonimmediate not general_operand for SET_DEST.
17692         (ffsdi2, extxl, insxh, mskxh): Add missing DImode to SET_SRC.
17693         (call-value patterns): Move to end of file.
17694         (*): Remove mode from label_ref in (pc) context.
17695         (movstrqi): Use memory not general_operand for BLKmode operands.
17696         (prologue_stack_probe_loop, builtin_longjmp): Add missing mode
17697         to register_operand operands.
17698         (peep2 patterns): Convert from commented-out peephole patterns.
17699
17700 Thu Sep 30 14:39:17 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17701
17702         * tree.h (enum built_in_function): Rename BUILT_IN_DWARF_REG_SIZE
17703         to BUILT_IN_INIT_DWARF_REG_SIZES.
17704         * builtins.c (expand_builtins, case BUILT_IN_INIT_DWARF_REG_SIZES):
17705         Renamed from BUILT_IN_DWARF_REG_SIZE; call
17706         expand_builtin_init_dwarf_reg_sizes.
17707         * c-decl.c (init_decl_processing): Replace __builtin_dwarf_reg_size
17708         with __builtin_init_dwarf_reg_size_table.
17709         * dwarf2out.c (struct reg_size_range): Delete.
17710         (expand_builtin_init_dwarf_reg_sizes): New function.
17711         (expand_builtin_dwarf_reg_size): Delete.
17712         * except.h (expand_builtin_init_dwarf_reg_sizes): Declare.
17713         (expand_builtin_dwarf_reg_size): Don't declare.
17714         * libgcc2.c (dwarf_reg_size_table_initialized): New.
17715         (dwarf_reg_size_table): New.
17716         (init_reg_size_table): New function.
17717         (copy_reg): Use dwarf_reg_size_table.
17718         (eh_context_initialize): Make sure dwarf_reg_size_table is initialized
17719         before use.
17720
17721 Thu Sep 30 05:40:34 1999  Richard Earnshaw <rearnsha@arm.com>
17722
17723         * c-lang.c (finish_file case ndef ASM_OUTPUT_{CON,DE}STRUCTOR):
17724         Correctly build argument list to constructor and destructor functions.
17725
17726 Thu Sep 30 00:13:27 1999  Dirk Zoller  <duz@rtsffm.com>
17727
17728         * c-tree.h (warn_float_equal): Declare.
17729         * c-decl.c (warn_float_equal): Define.
17730         (c_decode_option): Recognize -W[no-]float-equal.
17731         * c-typeck.c (build_binary_op): Conditionally warn
17732         about equality tests of floating point types.
17733         * toplev.c (documented_lan_options): Add -W[no-]float-equal.
17734         * invoke.texi: Add docs for -Wfloat-equal warning.
17735
17736 Wed Sep 29 23:43:39 1999  Jeffrey A Law  (law@cygnus.com)
17737
17738         * h8300.h (INIT_TARGET_OPTABS): Use init_one_optab instead of
17739         generating RTL directly.
17740         * mips.h (INIT_TARGET_OPTABS): Likewise.
17741         * mn10200.h (INIT_TARGET_OPTABS): Likewise.
17742
17743         * expr.h (init_mov_optab): Delete declaration
17744
17745         * h8300.c (WORD_REG_USED): Update to avoid useless register
17746         saves in interrupt functions and functions which never return.
17747
17748         * cse.c (struct set): Delete inner_dest_loc field.
17749         (cse_insn): Remove assignments to inner_dest_loc field.
17750
17751 Wed Sep 29 16:06:20 1999  Richard Henderson  <rth@cygnus.com>
17752
17753         * ggc-page.c: Don't include <unistd.h> etc taken care of
17754         by "system.h".  Include <sys/mman.h> afterward.
17755
17756 Wed Sep 29 16:05:18 1999  Richard Henderson  <rth@cygnus.com>
17757
17758         * rs6000.c (rs6000_encode_section_info): If ggc_p, use
17759         ggc_alloc_string.
17760
17761 Tue Sep 28 16:45:40 1999  David Edelsohn  <edelsohn@gnu.org>
17762
17763         * xcoffout.c (xcoffout_declare_function): Add documentation.
17764         * rs6000.c (num_insns_constant_wide): Use TARGET_POWERPC64 not
17765         TARGET_64BIT.  Compare constant to -1, not bit pattern.
17766         (easy_fp_constant): Use TARGET_POWERPC64 not TARGET_64BIT.
17767         (expand_block_move): Allow 8 DImode loads for PowerPC64.  Fix
17768         gen_movsi typos.
17769
17770 Tue Sep 28 16:43:14 1999  Nick Clifton  <nickc@cygnus.com>
17771
17772         * dwarf2out.c (add_abstract_origin_attribute): Abort if
17773         origin_die is NULL.
17774         (gen_inlined_enumeration_type_die): Do not abort if the type has
17775         not been writeen out.
17776         (gen_inlined_structure_type_die): Do not abort if the type has
17777         not been writeen out.
17778         (gen_inlined_union_type_die): Do not abort if the type has
17779         not been writeen out.
17780         (gen_tagged_type_instantiation_die): Do not abort if the type
17781         has not been written out.
17782
17783 Tue Sep 28 14:33:47 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17784
17785         * c-decl.c (init_decl_processing): If MD_INIT_BUILTINS is defined,
17786         call it.
17787         * reg-stack.c (straighten_stack): Copy hard reg set with
17788         COPY_HARD_REG_SET.
17789
17790 Tue Sep 28 01:11:05 1999  Richard Henderson  <rth@cygnus.com>
17791
17792         * builtins.c (stabilize_va_list): Stabilize array type va_list
17793         to a pointer type, not the base record type.
17794         (expand_builtin_va_copy): Dereference the pointers explicitly;
17795         use the correct size for the copy.
17796
17797         * rs6000.c (rs6000_va_start): Dereference valist to get to the record.
17798         (rs6000_va_arg): Likewise.
17799
17800 Mon Sep 27 23:27:21 1999  Richard Henderson  <rth@cygnus.com>
17801
17802         * rtl.h (struct rtx_def): Move gc_mark to align mode field.
17803
17804 Mon Sep 27 23:20:29 1999  Mark Mitchell  <mark@codesourcery.com>
17805
17806         * tree.h (struct tree_decl): Use `bclass', not `class', in name of
17807         field.
17808         (DECL_BUILT_IN_CLASS): Adjust accordingly.
17809
17810 Mon Sep 27 23:03:16 1999  Richard Henderson  <rth@cygnus.com>
17811
17812         * ggc-page.c (GGC_MIN_LAST_ALLOCATED): New.
17813         (init_ggc): Use it instead of a constant.
17814         (ggc_collect): Bound allocated_last_gc by it.
17815
17816 Mon Sep 27 19:06:04 1999  Jeffrey A Law  (law@cygnus.com)
17817
17818         * fixinc/fixinc.irix (stdio.h): Hack stdio.h to avoid problems
17819         with va_list.
17820
17821 Mon Sep 27 19:40:17 CEST 1999   Marc Espie <espie@cvs.openbsd.org>
17822
17823         * configure.in (mips*el-*-openbsd*):  Don't duplicate default settings.
17824         (mips*-*-openbsd*):  Let big endian configuration be a fragment.
17825         * configure:  Regen.
17826         * config/mips/openbsd.h:  New, OpenBSD little endian target.
17827         * config/mips/openbsd-be.h:  New, OpenBSD big endian target fragment.
17828         * config/mips/xm-openbsd.h:  New, OpenBSD host.
17829
17830 Mon Sep 27 10:28:48 1999  Andreas Schwab  <schwab@suse.de>
17831
17832         * config/m68k/m68k.c (output_function_prologue,
17833         output_function_epilogue): Use
17834         current_function_uses_pic_offset_table instead of regs_ever_live
17835         to decide whether to save/restore pic register.
17836         (legitimize_pic_address): Don't modify regs_ever_live any more.
17837
17838 Sun Sep 26 10:55:36 1999  Mark Mitchell  <mark@codesourcery.com>
17839
17840         * function.h (struct function): Add x_dont_save_pending_sizes_p.
17841         * stor-layout.c (variable_size): Don't add sizes to the pending
17842         sizes list if x_dont_save_pending_sizes_p is set.
17843
17844 Sun Sep 26 16:36:52 1999  Robert Lipe  (robertlipe@usa.net)
17845
17846         * config/i386/dgux.h (SELECT_RTX_SECTION): Provide dummy argument
17847         for symbolic_operand().
17848         * config/i386/sco5.h (SELECT_RTX_SECTION): Likewise.
17849
17850 Sun Sep 26 07:37:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17851
17852         * combine.c (gen_rtx_combine): Add missing call to va_end().
17853
17854         * final.c (asm_fprintf): Likewise.
17855
17856         * genattrtab.c (attr_rtx): Likewise.
17857
17858 Sat Sep 25 13:11:07 1999  Jeffrey A Law  (law@cygnus.com)
17859
17860         * cse.c: Update comments.
17861         (cse_insn): When converting a conditional/computed jump into
17862         an unconditional jump, always make sure a BARRIER immediately
17863         follows the converted jump.  Do not delete unreachable code.
17864         (cse_basic_block): Do not delete unreachable code.
17865         * toplev.c (rest_of_compilation): Move call to
17866         delete_trivially_dead_insns after the conditional call to
17867         jump_optimize.
17868
17869 Sat Sep 25 09:03:17 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17870
17871         * collect2.c (make_temp_file): Don't prototype.
17872
17873         * gcc.c (make_temp_file): Likewise.
17874
17875         * mips.c (mips_make_temp_file): Renamed from `make_temp_file'.
17876
17877 Sat Sep 25 13:42:15 1999  Nick Clifton  <nickc@cygnus.com>
17878
17879         * varasm.c (asm_emit_uninitialised): New function: Generate
17880         the assembler statements necessary to declare an uninitialised
17881         variable.
17882         (ASM_EMIT_LOCAL): New macro: Emit a local, uninitialised
17883         variable.
17884         (ASM_EMIT_BSS): New macro: Emit an entry in the bss section.
17885         (ASM_EMIT_COMMON): New macro: Emit an entry in the common
17886         section.
17887         (assemble_variable): Use asm_emit_uninitialised to emit an
17888         uninitialised variable.
17889
17890 Fri Sep 24 17:10:56 1999  Nick Clifton  <nickc@cygnus.com>
17891
17892         * combine.c (simplify_comparison): Cope with downshifting a 32 bit
17893         constant on a 64 bit host.  Patch supplied by Geoffrey Keating
17894         <geoffk@cygnus.com>.
17895
17896 Fri Sep 24 10:48:10 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17897
17898         * builtins.c (expand_builtin): Use MD_EXPAND_BUILTIN if defined.
17899         * c-common.h (builtin_function): Don't declare.
17900
17901         * c-decl.c (duplicate_decls): Use DECL_BUILT_IN_CLASS rather than
17902         DECL_BUILT_IN.
17903         (pushdecl): Likewise.
17904         (finish_decl): Likewise.
17905         (builtin_function): New arg CLASS.  Arg FUNCTION_CODE now of type
17906         int.  All callers changed.
17907         Set the builtin's DECL_BUILT_IN_CLASS.
17908         * tree.h (enum built_in_class): New.
17909         (enum built_in_function): Delete NOT_BUILT_IN.
17910         (DECL_FUNCTION_CODE): The corresponding field in tree_decl is now
17911         in a union.
17912         (DECL_SET_FUNCTION_CODE): Likewise.
17913         (DECL_BUILT_IN_CLASS): New macro.
17914         (DECL_BUILT_IN): Use DECL_BUILT_IN_CLASS.
17915         (struct tree_decl): Split builtin function code field into a
17916         struct.
17917         (builtin_function): Declare.
17918
17919 Fri Sep 24 01:45:05 1999  Mark Mitchell  <mark@codesourcery.com>
17920
17921         * optabs.c (init_traps): Fix typo in last change.
17922
17923 Fri Sep 24 01:10:11 1999  Mark Mitchell  <mark@codesourcery.com>
17924
17925         * toplev.c (rest_of_decl_compilation): Update comment.
17926
17927 Fri Sep 24 11:57:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
17928
17929         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Put the symbol
17930         in .sbss if appropriate.
17931         (EXTRA_SECTION_FUNCTIONS): Add sbss.
17932         (SBSS_SECTION_ASM_OP): New macro.
17933         * config/mips/linux.h (EXTRA_SECTION_FUNCTIONS): Add sbss.
17934         (EXTRA_SECTIONS): Add in_sbss.
17935         * config/mips/mips.h: Prototype sbss_section.
17936
17937 Thu Sep 23 18:18:55 1999  Mark Mitchell  <mark@codesourcery.com>
17938
17939         * stmt.c (expand_start_bindings): Don't allow cleanup instructions
17940         to disappear.
17941
17942 Thu Sep 23 18:07:01 1999  Mark Mitchell  <mark@codesourcery.com>
17943
17944         * optabs.c (init_traps): Register trap_rtx as a GC root.
17945
17946 Thu Sep 23 17:41:47 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17947
17948         * config/mips/mips.c (function_arg_pass_by_reference): Define
17949         unconditionally, since it's called unconditionally.
17950
17951 Thu Sep 23 13:40:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
17952
17953         * toplev.c (documented_lang_options): Add -fshort-wchar.
17954         * c-decl.c (c_decode_option): Likewise.
17955         (init_decl_processing): If -fshort-wchar, use 'short unsigned int'
17956         for wchar_t.
17957         * c-common.c, c-lex.c: Get WCHAR_TYPE_SIZE from wchar_type_node.
17958         * gcc.c (default_compilers): If -fshort-wchar,
17959         override __WCHAR_TYPE__.
17960         * tm.texi (C Dialect Options): Add -fshort-wchar.
17961
17962         * dwarf2out.c (output_aranges): Use DW_AT_location to find the
17963         symbol for a variable.
17964
17965         * cpplib.h (CPP_PREPROCESSED): New macro.
17966         * cpplib.c (handle_directive): Don't complain about `# NUMBER' if
17967         we're seeing this input for a second time.
17968
17969 Thu Sep 23 12:54:49 1999  Alex Samuel  <samuel@codesourcery.com>
17970
17971         * emit-rtl.c (init_emit_once): Initialize modes first.
17972
17973 Sun Sep 19 01:23:23 1999  Alex Samuel  <samuel@codesourcery.com>
17974
17975         * config/i386/i386.c (pic_label_name): Change to char pointer.
17976         (global_offset_table): New variable.
17977         (load_pic_register): Fill global_offset_table if it hasn't
17978         already been done.  Allocate pic_label_name dynamically.
17979         * ggc.h (empty_string): New variable.
17980         * ggc-simple.c (empty_string): Likewise.
17981         (init_ggc): Allocate empty_string and add as root.
17982         * stmt.c (digit_strings): New variable.
17983         (init_stmt): Add last_block_end_note as root.  Allocate and
17984         initialize digit_strings.
17985         (expand_asm_operands): Use empty_string instead of string
17986         constant.  Use digit_strings instead of string constants.
17987         * profile.c (init_arc_profiler): Allocate string with
17988         ggc_alloc_string instead of xmalloc.
17989         (output_func_start_profiler): Likewise.
17990         * c-typeck.c (digest_init): Check if init is error_mark_node.
17991
17992 Thu Sep 23 12:59:14 1999  Alex Samuel  <samuel@codesourcery.com>
17993                           Richard Henderson  <rth@cygnus.com>
17994
17995         * ggc-page.c: New file.
17996         * Makefile.in (ggc-page.o): New.
17997
17998 Thu Sep 23 13:55:21 1999  Jeffrey A Law  (law@cygnus.com)
17999
18000         * invoke.texi: Document -fdelete-null-pointer-checks
18001         * toplev.c (flag_delete_null_pointer_checks): New.
18002         (f_options): Add entry for -fdelete-null-pointer-checks.
18003         (rest_of_compilation): Conditionalize null pointer check
18004         elimination on flag_delete_null_pointer_checks.
18005         (main): If -O2 or greater, enable -fdelete-null-pointer-checks
18006
18007 1999-09-23 10:56 -0700  Zack Weinberg  <zack@bitmover.com>
18008
18009         * iso646.h, stdarg.h, stdbool.h, stddef.h, varargs.h: Add
18010         copyright notice and special exception to GPL.
18011
18012 Thu Sep 23 13:40:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18013
18014         * abi64.h (mips_function_value): Add prototype arguments.
18015
18016         * mips-protos.h: New file with mips prototypes.
18017
18018         * mips.c: Include "tm_p.h".
18019         (mktemp, lookup_name): Add prototype arguments.
18020         (extern_list, string_constant, mips_fill_delay_slot,
18021         mips_output_external, mips_output_external_libcall,
18022         mips_output_filename, mips_declare_object, function_prologue,
18023         mips_expand_prologue, function_epilogue, mips16_constant,
18024         build_mips16_function_stub, mips_output_conditional_branch):
18025         Constify a char*.
18026         (mips_va_start): Remove unused variable `u'.
18027         (mips_va_arg): Cast value to unsigned when comparing against one.
18028         (trace): Delete.
18029         (save_restore_insns, mips_expand_prologue): Add missing arg in
18030         call to `large_int'.
18031
18032         * mips.h: Move prototypes to mips-protos.h.
18033         (data_section, memory_address_p, rdata_section,
18034         readonly_data_section, simple_epilogue_p, text_section): Delete
18035         prototypes delcared elsewhere.
18036         (mips_epilogue_delay_slots, print_options): Delete unused decls.
18037         (trace): Delete.
18038         (GO_PRINTF, GO_PRINTF2): Call fprintf, not trace.
18039
18040         * mips.md: Delete extra args in call to `mips_move_2words'.
18041
18042         * xm-iris6.h (alloca): Add prototype argument.
18043
18044         * genpeep.c: Include "tm_p.h" in generated output file.
18045
18046 Thu Sep 23 10:36:55 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18047
18048         * basic-block.h (find_edge_index): Change parameters.
18049         * flow.c (verify_edge_list): Pass basic_block parameters to
18050         find_edge_index instead of integers.
18051
18052 Thu Sep 23 15:54:12 1999  Nick Clifton  <nickc@cygnus.com>
18053
18054         * combine.c (simplify_comparison): Use an unsigned shift to adjust
18055         the constant.
18056
18057 Thu Sep 23 08:46:21 1999  Guy Harris  <guy@netapp.com>
18058
18059         * gcc.1: Fix a formatting error.
18060
18061 Wed Sep 22 16:10:21 1999  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
18062
18063         * install.texi (Configurations): Remove pyramid. Add fr30, i686,
18064         i786, mn10200, mn10300, pdp11, v850.
18065
18066 Thu Sep 23 07:37:13 1999  Dan Nicolaescu  <dann@ics.uci.edu>
18067
18068         * libgcc2.c (num_digits): Add prototype with
18069         __attribute__((const)).
18070         (__terminate): Add prototype.
18071
18072 Thu Sep 23 05:32:06 1999  Richard Henderson  <rth@cygnus.com>
18073
18074         * builtins.c, dbxout.c, varasm.c: Include tm_p.h.
18075
18076         * alpha/alpha.c (print_operand): Fix type of `code'.
18077         (alpha_output_filename): Constify.
18078         * alpha/alpha.h: Move all function declarations ...
18079         * alpha/alpha-protos.h: ... here.  New file.
18080         * alpha/elf.h (CONST_SECTION_FUNCTION): Prototype the function.
18081         (SECTION_FUNCTION_TEMPLATE): Likewise.
18082
18083 Thu Sep 23 11:15:36 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18084
18085         * expmed.c (do_cmp_and_jump): Pass ccp_jump to can_compare_p.
18086         * expr.c (expand_expr): Likewise.
18087         (do_jump): Likewise.
18088         (do_store_flag): Pass ccp_store_flag to can_compare_p.
18089         * expr.h (enum optab_index): Add cbranch, cmov, cstore optabs and
18090         accessor macros.
18091         (enum can_compare_purpose): New.
18092         (can_compare_p): Adjust prototype.
18093         (prepare_cmp_insn, prepare_operand): Declare.
18094         * genopinit.c (optabs): Add cbranch_optab, cmov_optab, cstore_optab.
18095         * optabs.c (cmp_available_p): Deleted.
18096         (expand_abs): Pass ccp_jump to can_compare_p.
18097         (can_compare_p): New arg PURPOSE.  Check for combined optabs.
18098         (prepare_cmp_insn): No longer static.  Add arg PURPOSE.
18099         Call can_compare_p rather than cmp_available_p.
18100         (prepare_operand): No longer static.
18101         (emit_cmp_and_jump_insn): Check for and use cbranch patterns.
18102         (emit_cmp_and_jump_insns): Pass ccp_jump to prepare_cmp_insn.
18103         (expand_float): Fix a slightly broken emit_cmp_insn/emit_jump_insn
18104         sequence to use emit_cmp_and_jump_insns.
18105         (init_optabs): Initialize cbranch_optab, cmov_optab, cstore_optab.
18106
18107 Wed Sep 22 17:58:01 1999  Stan Cox  <scox@cygnus.com>
18108
18109         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Don't accept large
18110         register offsets; let LEGITIMIZE_ADDRESS load it into a register.
18111         (LEGITIMIZE_ADDRESS): Use plus_constant to avoid
18112         (plus (reg) (const_int 0))
18113         * mips.md (call_internal3c): New pattern for -mips16 -mlong-calls.
18114
18115 Wed Sep 22 17:55:31 1999  David Edelsohn  <edelsohn@gnu.org>
18116
18117         * rs6000.c (expand_block_move): DImode loads and stores require
18118         word-aligned displacements.  Increment address registers with
18119         adddi3 on 64-bit platform.  Use TARGET_POWERPC64 not TARGET_64BIT.
18120
18121 Wed Sep 22 17:35:55 1999  Michael Meissner  <meissner@cygnus.com>
18122
18123         * dwarf2out.c (base_type_die): Use the name __unknown__ if there
18124         is no name for the base type, rather than segfault.  If we are
18125         writing out a complex integer type, use DW_ATE_lo_user.
18126
18127         * expr.c (emit_move_insn_1): If we are copying a complex that fits
18128         in one word or less (complex char, complex short, or on 64 bit
18129         systems complex float) to/from a hard register, copy it through
18130         memory instead of dying in gen_{real,imag}part.  If we have a
18131         short complex type, prevent inlining since it allocates stack
18132         memory.
18133
18134         * tree.c (build_complex_type): If we are writing dwarf2 output,
18135         generate a name for complex integer types.
18136
18137 Wed Sep 22 11:34:08 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18138
18139         * basic-block.h (add_noreturn_fake_exit_edges): Use correct name.
18140         * flow.c (remove_edge): Remove extra whitespace.
18141         (remove_fake_edges): Fix comment.
18142         (add_noreturn_fake_exit_edges): Use the correct name.
18143
18144 Wed Sep 22 16:12:40 BST 1999  Nathan Sidwell  <nathan@acm.org>
18145
18146         * Makefile.in (INTL_MOSTLYCLEAN, INTL_CLEAN): New variables.
18147         (mostlyclean): Depend on INTL_MOSTLYCLEAN.
18148         (clean): Depend on INTL_CLEAN.
18149         (maintainer-clean): Adjust.
18150
18151 Wed Sep 22 10:18:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18152
18153         * configure.in (AC_PREREQ): Bump to 2.13.
18154         (AC_C_STRINGIZE): Call this instead of using a custom macro.
18155
18156         * gansidecl.h (HAVE_STRINGIZE): Define, if stage2 gcc && __STDC__.
18157
18158         * system.h (HAVE_STRINGIZE): Test this instead of HAVE_CPP_STRINGIFY.
18159
18160         * acconfig.h (HAVE_CPP_STRINGIFY): Delete.
18161
18162         * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Delete.
18163         (HAVE_STRINGIZE): Define.
18164
18165 Wed Sep 22 06:25:15 1999  Jim Kingdon  <http://developer.redhat.com>
18166
18167         * c-parse.in: save and restore warn_pointer_arith on __extension__
18168         along with pedantic.
18169         (SAVE_WARN_FLAGS, RESTORE_WARN_FLAGS): Added.
18170         Set the type of extension to itype rather than $<itype>1 kludge.
18171         * extend.texi (Alternate Keywords): Adjust documentation.
18172         * c-parse.c, c-parse.y, objc-parse.c, objc-parse.y: Rebuilt.
18173
18174 Wed Sep 22 06:06:57 1999  Jeffrey A Law  (law@cygnus.com)
18175
18176         * pa.c, pa.h, pa.md: Support multiple assembler dialects in
18177         most assembler templates.
18178
18179         * pa.c (hppa_legitimize_address): Handle full offsets for PA2.0
18180         FP loads and stores.
18181         (following_call): Always return zero for the PA8000.
18182         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Handle full offsets for PA2.0
18183         FP loads and stores.
18184         (LEGITIMIZE_RELOAD_ADDRESS): Similarly.
18185
18186         * pa.h (BRANCH_COST): Define.
18187
18188         * pa.md (return, return_internal): Use bve for PA2.0.
18189
18190         * pa.md (fused multiply): Add variants which reduce height for the
18191         fused multiply, but which still generate 2 insns.
18192         (fnegabs): Similarly.
18193
18194         * pa.md (subsi3): Turn into an expander.  Create two anonymous
18195         patterns.  One for PA2.0 one for PA1.x.  Use mtsarcm for PA2.0.
18196         * pa.h (EXTRA_CONSTRAINT): Handle 'S'.
18197
18198         * pa.md (floatunssisf2, floatunssidf2): Generate different RTL
18199         for TARGET_PA_20.
18200         (floatunssidf2_pa20, floatunssisf2_pa20): New patterns for PA2.0
18201         code generation.
18202         (floatunsdisf2, floatunsdidf2, fixuns_truncsfsi2): Likewise.
18203         (fixuns_truncdfsi2, fixuns_truncsfdi2, fixuns_truncdfsi2): Likewise.
18204
18205         * regclass.c (init_regs): Add "top_of_stack" as a garbage
18206         collection root.
18207
18208         * flow.c (record_active_eh_regions): Terminate loop after finding
18209         the last insn in the last basic block.
18210
18211 Wed Sep 22 20:25:00 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18212
18213         * config/c4x/c4x.md: Delete parallel instruction peepholes.
18214
18215 Wed Sep 22 19:59:19 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18216
18217         * config/c4x/c4x.c (c4x_add_gc_roots): Add tree roots.
18218
18219 Wed Sep 22 19:56:25 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18220
18221         * config/c4x/c4x.c (c4x_process_after_reload): Rework machdep insn
18222         splitting to not use output template.
18223
18224 Wed Sep 22 19:50:12 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18225
18226         * config/c4x/c4x.h (EXPAND_BUILTIN_VA_START): Call c4x_va_start.
18227         * config/c4x/c4x.c (c4x_va_start): New function.
18228
18229 Tue Sep 21 18:40:01 1999  Jan Hubicka  <hubicka@freesoft.cz>
18230
18231         * genrecog.c (not_both_true): Handle correctly cases when called for
18232         tests with different positions in the insn.
18233
18234 Tue Sep 21 18:29:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18235
18236         * machmode.h (HOST_PTR_PRINTF): Move from here ...
18237
18238         * system.h (HOST_PTR_PRINTF): ... to here.
18239
18240         * mips-tfile.c: Don't include machmode.h.
18241
18242         * Makefile.in (MACHMODE_H): New variable.  Update to use it.
18243         (mips-tfile.o): Don't depend on machmode.h.
18244
18245 Tue Sep 21 18:27:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18246
18247         * haifa-sched.c (sched_analyze): Rename local variable `region' to
18248         avoid conflicts with typedef struct `region' at the top level scope.
18249
18250 Tue Sep 21 14:14:50 1999  Richard Henderson  <rth@cygnus.com>
18251
18252         * basic-block.h (basic_block): Add eh_beg, eh_end.
18253         * flow.c (entry_exit_blocks): Update.
18254         (find_basic_blocks): Don't allocate bb_eh_end, or pass it around.
18255         Call new functions.
18256         (find_basic_blocks_1): Don't record eh_list at each bb.  Use
18257         lists.c functions to allocate insn lists.
18258         (make_edges): Use eh_beg+eh_end, not the lists.  Split out EH
18259         edge creation ...
18260         (make_eh_edge): ... here.  New.
18261         (move_stray_eh_region_notes): New.
18262         (record_active_eh_regions): New.
18263         (delete_unreachable_blocks): Split out block merging ...
18264         (try_merge_blocks): ... here.  New.
18265         (merge_blocks_move_predecessor_nojumps): Remove edge arg.
18266         Dump debugging data.
18267         (merge_blocks_move_successor_nojumps): Likewise.
18268         (merge_blocks): Use eh_beg+eh_end to validate block movement.
18269
18270 Tue Sep 21 11:15:03 1999  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
18271
18272         * extend.texi (Bound member functions): Document unbound pmf
18273         conversion.
18274
18275 Tue Sep 21 14:55:11 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18276
18277         * flow.c (split_edge): Handle insertion on a fallthrough edge which
18278         has the EXIT_BLOCK as a dest.
18279
18280 Tue Sep 21 14:51:23 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18281
18282         * flow.c (remove_edge): New function to remove an edge from the
18283         flow graph.
18284         (remove_fake_successors): New function to remove fake successor edges.
18285         (remove_fake_edges): New function to remove all fake edges from the
18286         flow graph.
18287         (add_fake_exit_edges): New function to add fake edges from all blocks
18288         with no successors to the exit block.
18289         * basic-block.h (remove_fake_edges, add_fake_exit_edges): Add
18290         prototypes for new functions.
18291
18292 Tue Sep 21 14:49:53 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18293
18294         * config/mips/elf64.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR):
18295         Use Pmode to determine whether to output .dword or .word.
18296
18297 Tue Sep 21 11:04:34 1999  Alex Samuel  <samuel@codesourcery.com>
18298
18299         * tree.c (built_in_filename): New variable.
18300         (BUILT_IN_FILENAME): New macro.
18301         (init_tree_codes): Allocate built_in_filename.
18302         (make_node): Use built_in_filename instead of string constant.
18303
18304 Tue Sep 21 14:13:27 1999  Nick Clifton  <nickc@cygnus.com>
18305
18306         * configure.in: Add fr30 target.
18307         * configure: Regenerate.
18308         * config/fr30: New directory.
18309         * config/fr30/crti.asm: New file.
18310         * config/fr30/fr30.c: New file.
18311         * config/fr30/crtn.asm: New file.
18312         * config/fr30/fr30.h: New file.
18313         * config/fr30/fr30.md: New file.
18314         * config/fr30/lib1funcs.asm: New file.
18315         * config/fr30/t-fr30: New file.
18316         * config/fr30/xm-fr30.h: New file.
18317
18318 Tue Sep 21 06:45:31 1999  Jeffrey A Law  (law@cygnus.com)
18319
18320         * flow.c (merge_blocks_move_successor_nojumps): Delete the
18321         BARRIER at the end of the successor, not the BARRIER before
18322         the successor.
18323
18324         * pa.c (pa_add_gc_roots): Fix thinko in last change.
18325
18326 Tue Sep 21 05:29:17 1999  Richard Earnshaw (rearnsha@arm.com)
18327
18328         * stmt.c (any_pending_cleanups): Don't crash when
18329         current_function->stmt is unset.
18330
18331 Tue Sep 21 00:59:49 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18332
18333         * emit-rtl.c (init_emit_once): Initialize const_int_rtx before
18334         other initializations that may use it for relative offsets.
18335
18336 Mon Sep 20 21:43:25 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18337
18338         * config/i386/sol2.h (PREFERRED_DEBUGGING_TYPE): Use stabs.
18339         (ASM_SPEC): Moved from sol2dbg.h.  Added work-around for gas.
18340         * config/i386/sol2dbg.h: Removed.
18341         * config/i386/sol2gas.h: New file, to enable gas work-around.
18342         * configure.in: Use i386/sol2gas.h on Solaris/x86 --with-gas.
18343         Don't use sol2dbg.h.
18344         * configure: Rebuilt.
18345
18346 Mon Sep 20 13:29:41 1999  Mark Mitchell  <mark@codesourcery.com>
18347
18348         * invoke.texi (-fthis-is-variable): Remove documentation.
18349
18350 Mon Sep 20 12:59:16 1999  Richard Henderson  <rth@cygnus.com>
18351
18352         * basic-block.h (compute_bb_for_insn): Declare.
18353         * flow.c (compute_bb_for_insn): Export.  Don't accept the varray
18354         to use; set size of basic_block_for_insn directly.
18355         (find_basic_blocks): Update.
18356
18357 Mon Sep 20 15:11:54 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18358
18359         * flow.c (verify_flow_info): Fix typo, "abort;" -> "abort ();".
18360
18361 Mon Sep 20 14:56:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18362
18363         * crtstuff.c (ON_EXIT): Delete empty macro definition.
18364         (__do_global_ctors_aux): Call atexit(), not ON_EXIT().
18365
18366 Mon Sep 20 15:25:35 1999  Nick Clifton  <nickc@cygnus.com>
18367
18368         * c-decl.c (c_decode_option): Extend comment.
18369
18370 Mon Sep 20 14:43:37 1999  Nick Clifton  <nickc@cygnus.com>
18371
18372         * toplev.c (progname): Make 'const char *'
18373         (flag_print_mem): Move out of main.
18374         (version_flag): Move out of main.
18375         (filename): Move out of main.
18376         (debug_args): Remove g prefix from options.
18377         (documented_lang_options): Remove cpplib specific options.
18378         (display_help): Add g prefix to debug options.
18379         (check_lang_option): Delete this function.
18380         (decode_d_option): New function: Decode -d... option.
18381         (decode_f_option): New function: Decode -f... option.
18382         (decode_W_option): New function: Decode -W... option.
18383         (decode_g_option): New function: Decode -g... option.
18384         (independent_decode_option): New function: Decode a language
18385         independent command line option.
18386         (main): Invoke lang_decode_option and then
18387         independent_decode_option on each command line option in
18388         turn.
18389
18390 Mon Sep 20 05:41:36 1999  Jeffrey A Law  (law@cygnus.com)
18391
18392         Revert this change.  Gavin's patch to operand_equal_p is a better fix.
18393          * fold-const.c (fold_range_test): Do not try to fold the range
18394          test if the rhs or lhs has side effects.
18395
18396         * basic-block.h (compute_flow_dominators): Declare.
18397
18398         * gcse.c (alloc_code_hoist_mem): New function.
18399         (free_code_hoist_mem, compute_code_hoist_vbeinout): Likewise.
18400         (compute_code_hoist_data, hoist_expr_reaches_here_p): Likewise.
18401         (hoist_code, one_code_hoisting_pass): Likewise.
18402         (gcse_main): If optimizing for size, then hoist expressions
18403         computed in multiple dominated basic blocks.
18404
18405         * gcse.c (invalid_nonnull_info): New function.
18406         (delete_null_pointer_checks): Likewise.
18407         * rtl.h (delete_null_pointer_checks): Declare.
18408         * toplev.c (rest_of_compilation): Call delete_null_pointer_checks.
18409
18410         * flow.c (merge_blocks_move_predecessor_nojumps): New function.
18411         (merge-blocks_move_successor_nojumps): Likewise.
18412         (merge_blocks): Allow merging of some blocks, even if it requires
18413         physical movement of the blocks, but not if it requires new jumps.
18414
18415         * bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.
18416         Callers and prototype changed.
18417         * bitmap.h: Fix debug_bitmap and debug_bitmap_file prototypes.
18418
18419 Mon Sep 20 06:56:32 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18420
18421         * config/sparc/sol2.h (LINK_SPEC): Avoid the duplication of
18422         -YP when both -p and -pg are present.  From i386/sol2.h.
18423
18424 Mon Sep 20 10:49:05 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18425
18426         * Makefile.in (distclean): Delete tm_p.h.
18427         * configure.in: Create a new file, "tm_p.h", from a list in
18428         "tm_p_file". For ix86 systems, set up "tm_p_file" to include
18429         "i386/i386-protos.h".
18430
18431         * alias.c: Include "tm_p.h".
18432         * c-typeck.c: Likewise.
18433         * calls.c: Likewise.
18434         * cse.c: Likewise.
18435         * emit-rtl.c: Likewise.
18436         * explow.c: Likewise.
18437         * expmed.c: Likewise.
18438         * expr.c: Likewise.
18439         * final.c: Likewise.
18440         * flow.c: Likewise.
18441         * fold-const.c: Likewise.
18442         * function.c: Likewise.
18443         * gcse.c: Likewise.
18444         * global.c: Likewise.
18445         * haifa-sched.c: Likewise.
18446         * integrate.c: Likewise.
18447         * jump.c: Likewise.
18448         * local-alloc.c: Likewise.
18449         * loop.c: Likewise.
18450         * optabs.c: Likewise.
18451         * recog.c: Likewise.
18452         * reg-stack.c: Likewise.
18453         * regclass.c: Likewise.
18454         * regmove.c: Likewise.
18455         * reload.c: Likewise.
18456         * reload1.c: Likewise.
18457         * reorg.c: Likewise.
18458         * resource.c: Likewise.
18459         * stmt.c: Likewise.
18460         * stor-layout.c: Likewise.
18461         * toplev.c: Likewise.
18462         * tree.c: Likewise.
18463         * unroll.c: Likewise.
18464         * genattrtab.c (main): Make generated file include "tm_p.h".
18465         * genemit.c (main): Likewise.
18466         * genoutput.c (main): Likewise.
18467         * genrecog.c (main): Likewise.
18468
18469         * i386.h: Delete all prototypes.
18470         * i386.c: Include "tm_p.h".
18471         (ix86_attr_length_default): Call constant_call_address_operand
18472         with correct number of arguments.
18473         * i386-protos.h: New file.
18474         * i386.md (unnamed patterns): Call constant_call_address_operand
18475         with correct number of arguments.
18476         (exception_receiver): Call load_pic_register with correct number
18477         of arguments.
18478
18479 Sun Sep 19 14:18:39 1999  Richard Henderson  <rth@cygnus.com>
18480
18481         * c-pragma.c (mark_align_stack): Dereference the void* properly.
18482
18483 Sun Sep 19 09:03:40 1999  Mark Mitchell  <mark@codesourcery.com>
18484
18485         * rtl.h (insns_safe_to_move_p): New function.
18486         * loop.c (find_and_verify_loops): Use it.
18487         * rtlanal.c (insns_safe_to_move_p): Define it.
18488
18489 Sun Sep 19 02:54:33 1999  Richard Henderson  <rth@cygnus.com>
18490
18491         * c-pragma.c: Include ggc.h.
18492         * Makefile.in (c-pragma.o): Update.
18493
18494 Sat Sep 18 16:01:18 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18495
18496         * config/i386/sol2.h (CPP_SPEC): Support -[p]threads
18497         (LIB_SPEC): Likewise.
18498         (LINK_SPEC): Do not assert -z text with -shared -mimpure-text.
18499         Reindent -YP/-p/-pg.
18500         Copied from config/sparc/sol2.h.
18501
18502 Sat Sep 18 11:52:43 1999  Richard Henderson  <rth@cygnus.com>
18503
18504         * c-pragma.c (mark_align_stack): New.
18505         (init_pragma): New.
18506         * c-pragma.h (init_pragma): Declare it.
18507         * c-lex.c (init_parse): Call it.
18508
18509 Sat Sep 18 15:20:38 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18510
18511         * configure.in: Pick up thread library on Solaris/x86 just
18512         like on Solaris/sparc.
18513         * configure: Rebuilt.
18514
18515 Sat Sep 18 11:15:58 1999  Alex Samuel  <samuel@codesourcery.com>
18516
18517         * rtl.h (global_rtx_index): New enum.
18518         (global_rtl): Change to array of rtx.
18519         (pc_rtx, cc0_rtx): Redefine accordingly.
18520         (cc0_rtx, stack_pointer_rtx, frame_pointer_rtx): Likewise.
18521         (hard_frame_pointer_rtx, arg_pointer_rtx): Likewise.
18522         (virtual_incoming_args_rtx, virtual_stack_vars_rtx): Likewise.
18523         (virtual_outgoing_args_rtx, virtual_cfa): Likewise.
18524         (const_int_rtx): Change to array of rtx.
18525         (const0_rtx, const1_rtx, const2_rtx, constm1_rtx): Redefine
18526         accordingly.
18527         * emit-rtl.c (global_rtl): Change to array of rtx.
18528         (const_int_rtx): Change to aray of rtx.
18529         (gen_rtx_CONST_INT): Redefine accordingly.
18530         (init_emit_once): Allocate and initialize global_rtl.  Likewise
18531         for const_int_rtx.  Add both as GC roots.
18532         * genattrtab.c (global_rtl): Update declaration.
18533
18534 1999-09-17  Ulrich Drepper  <drepper@cygnus.com>
18535
18536         * Makefile (USER_H): Add iso646.h back.
18537
18538 Sat Sep 18 01:07:21 1999  Jeffrey A Law  (law@cygnus.com)
18539
18540         * haifa-sched.c (sched_analyze): Use free_INSN_LIST_list instead of
18541         zapping the LOG_LINKS of sched_before_next_call.
18542
18543         * pa.h (INSN_SETS_ARE_DELAYED): Delete.
18544         * pa.c (insn_refs_are_delayed): Renamed from
18545         insn_sets_and_refs_are_delayed.
18546
18547 Fri Sep 17 15:19:01 1999  Mark Mitchell  <mark@codesourcery.com>
18548
18549         * functiion.h (struct function): Add x_whole_function_mode_p.
18550         (retrofit_block): Declare.
18551         * function.c (retrofit_block): New function.
18552         (identify_blocks): Add assertions.  Allow an incomplete set of
18553         block notes if we're still generating code for the function.
18554         * integrate.c: Include loop.h.
18555         (expand_inline_function): Call find_loop_tree_blocks to map block
18556         notes to blocks when in whole-function mode.  Use retrofit_block
18557         to insert new BLOCKs for the inlined function, rather than
18558         insert_block.
18559         * stmt.c (expand_fixup): Likewise.  Don't use pushlevel/polevel.
18560         * Makefile.in (integrate.o): Depend on loop.h.
18561
18562 Fri Sep 17 15:11:20 1999  Mark Mitchell  <mark@codesourcery.com>
18563
18564         * tree.h (warn_about_unused_variables): Declare.
18565         * stmt.c (warn_about_unused_variables): New function, split out
18566         from ...
18567         (expand_end_bindings): Here.
18568
18569 Fri Sep 17 15:07:37 1999  Mark Mitchell  <mark@codesourcery.com>
18570
18571         * stmt.c (preserve_subexpressions_p): Don't crash when
18572         current_function->stmt is unset.
18573
18574 Fri Sep 17 15:03:16 1999  Mark Mitchell  <mark@codesourcery.com>
18575
18576         * stmt.c (expand_start_bindings): Allow callers to pass a flag
18577         indicating that no NOTE_INSN_BLOCK_BEG note is required.
18578         (expand_start_target_temps): Use it.
18579         * except.c (expand_eh_region_start_for_decl): Likewise.
18580         * expr.c (expand_expr): Likewise.
18581
18582 Fri Sep 17 15:05:27 1999  Gavin Romig-Koch  <gavin@cygnus.com>
18583
18584         * fold-const.c (operand_equal_p): Pay attention to side effects.
18585
18586 Fri Sep 17 11:14:17 1999  Jason Merrill  <jason@yorick.cygnus.com>
18587
18588         * libgcc2.c (L_exit): Check for ON_EXIT, not HAVE_ON_EXIT.
18589         * sparc/sunos4.h (HAVE_ON_EXIT): Remove.
18590
18591         * tlink.c (scan_linker_output): Look for keywords before accepting
18592         a mangled name in quotes.
18593
18594 Thu Sep 16 16:47:08 1999  Richard Henderson  <rth@cygnus.com>
18595
18596         * alpha/alpha-interix.h (DWARF2_UNWIND_INFO): Define to zero.
18597         * alpha/osf2or3.h (DWARF2_UNWIND_INFO): Likewise.
18598
18599 Thu Sep 16 16:35:41 1999  Richard Henderson  <rth@cygnus.com>
18600
18601         * alpha.md: Revert Thu Nov 26 change that came in through the
18602         last gcc2 merge: reinstate (plus (plus ...)) reload patterns.
18603         Avoid earlyclobber when possible.
18604
18605 Thu Sep 16 18:44:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18606
18607         * libgcc2.c (__do_global_ctors): Call atexit with one arg.
18608
18609         * sparc/sunos4.h (on_exit): Wrap prototype parameters in PARAMS().
18610         Define HAVE_ON_EXIT.
18611
18612 Thu Sep 16 18:06:35 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18613
18614         * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros.  Use
18615         CTYPE_CONV in all ctype macros.
18616
18617         * cccp.c (initialize_char_syntax): Use uppercase ctype macro
18618         from system.h.
18619
18620         * cexp.y (initialize_random_junk): Likewise.
18621
18622         * c4x.c (c4x_interrupt_function_p, c4x_handle_pragma): Likewise.
18623
18624         * i370.c (handle_pragma): Likewise.
18625
18626         * i370.h (ASM_OUTPUT_LABELREF, ASM_OUTPUT_ASCII): Likewise.
18627
18628         * v850.c (override_options): Likewise.
18629
18630         * doprint.c (_doprnt): Likewise.
18631
18632         * fixinc/fixincl.c (main, quoted_file_exists, extract_quoted_files):
18633         Likewise.
18634
18635         * fixinc/server.c (load_data): Likewise.
18636
18637         * fold-const.c (real_hex_to_f): Likewise.
18638
18639         * genattr.c (write_upcase, gen_attr): Likewise.
18640
18641         * genattrtab.c (convert_const_symbol_ref, evaluate_eq_attr,
18642         write_upcase): Likewise.
18643
18644         * genemit.c (print_code): Likewise.
18645
18646         * genopinit.c (gen_insn): Likewise.
18647
18648         * genpeep.c (print_code): Likewise.
18649
18650         * genrecog.c (print_code): Likewise.
18651
18652         * optabs.c (init_libfuncs): Likewise.
18653
18654 Thu Sep 16 14:03:32 1999  Mark Mitchell  <mark@codesourcery.com>
18655
18656         * haifa-sched.c (sched_analyze): Keep the list of notes organized
18657         in pairs.
18658         (reemit_notes): Likewise.
18659
18660 Thu Sep 16 11:50:52 1999  Alex Samuel  <samuel@codesourcery.com>
18661
18662         * ggc.h (ggc_root): Move to ggc-common.c.
18663         (roots): Remove.
18664         (ggc_mark_rtx, ggc_mark_tree): Change to macro.
18665         (ggc_mark_rtvec, ggc_mark_tree_varray): Declare extern.
18666         (ggc_mark_tree_hash_table, ggc_mark_string, ggc_mark): Likewise.
18667         (ggc_mark_roots, ggc_mark_rtx_children, ggc_mark_tree_children): New.
18668         * ggc-common.c (ggc_root): Move from ggc.h.
18669         (roots): Declare, static.
18670         (ggc_mark_rtx, ggc_mark_tree): Renamed to...
18671         (ggc_mark_rtx_children, ggc_mark_tree_children): Don't check for
18672         null or check/set mark bit.
18673         (ggc_mark_roots): New.
18674         * ggc-simple.c (ggc_collect): Call ggc_mark_roots.
18675
18676 Thu Sep 16 11:37:32 1999  Richard Henderson  <rth@cygnus.com>
18677
18678         * m32r.c: Include toplev.h.
18679         (*): Add ATTRIBUTE_UNUSED as needed to arguments.
18680         (gen_compare): Rename swap_p to must_swap to match uses.
18681         Add default abort case.
18682         (m32r_output_function_epilogue): Remove unused variables.
18683         (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
18684         * m32r.h (PROTO, STDIO_PROTO): Rename XPROTO; unconditionally
18685         define to empty parameter list.  Update all uses.
18686         (predicate decls): Use enum machine_mode not int.
18687         * m32r.md (movsi): Call abort, not fatal_insn.
18688         (zero_branch_insn, rev_zero_branch_insn): Add default abort case.
18689
18690 1999-09-14  Andrew Haley  <aph@cygnus.com>
18691
18692         * config/mips/mips.md (movsi_usw): if operand 1 is const_int 0,
18693         use $0 instead of 0.
18694
18695 Thu Sep 16 10:53:36 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18696
18697         * reload1.c (order_regs_for_reload): Move hard_reg_n_uses
18698         computation out of loop over hard regs.
18699
18700 Wed Sep 15 21:37:06 1999  Mark Mitchell  <mark@codesourcery.com>
18701
18702         * function.c (identify_blocks): Don't shadow a variable in an
18703         outer scope.
18704         * integrate.c (integrate_decl_tree): Don't use pushlevel,
18705         pushdecl, or poplevel to build up the new BLOCK tree.
18706         (expand_inline_function): Likewise.
18707         (integrate_parm_decls): Likewise.
18708
18709 Wed Sep 15 21:20:38 1999  Mark Mitchell  <mark@codesourcery.com>
18710
18711         * c-typeck.c (qualify_type): Merge qualifiers from both types.
18712
18713 1999-09-15  Brad Lucier  <lucier@math.purdue.edu>
18714
18715         * toplev.c: Allow -f[no-]math-errno to set (clear) flag_errno_math
18716         * invoke.texi: Document this change.
18717
18718 Wed Sep 15 17:56:00 1999  Richard Henderson  <rth@cygnus.com>
18719
18720         * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.
18721         Free the struct.
18722         (mark_emit_status): Renamed from mark_emit_state.
18723         * except.c (mark_eh_status): Renamed from mark_eh_state.
18724         Check not null before marking.
18725         (free_eh_status): New.
18726         * expr.c (mark_expr_status, free_expr_status): New.
18727         * function.c (free_machine_status): New.
18728         (free_after_parsing): New.
18729         (free_after_compilation): Move bits to free_after_parsing; call
18730         free_eh_status, free_expr_status; zero the marked members of the
18731         function state.
18732         (prepare_function_start): No can_garbage_collect.
18733         Call init_eh_for_function.
18734         (expand_dummy_function_end): Free up current_function state.
18735         (mark_function_status): Renamed from mark_function_state.
18736         (mark_function_chain): No can_garbage_collect.  Call mark_expr_status.
18737         * function.h (struct function): No can_garbage_collect.
18738         (free_machine_status, free_after_parsing): Declare.
18739         (free_eh_status, free_expr_status): Declare.
18740         * ggc.h (mark_expr_status): Declare.
18741         * stmt.c (free_stmt_status): Free the struct.
18742         (mark_stmt_status): Renamed from mark_stmt_state.
18743         (init_stmt): Don't call init_eh.
18744         (init_stmt_for_function): Don't call init_eh_for_function.
18745         * toplev.c (compile_file): Call init_eh.
18746         (rest_of_compilation): Free basic block info before ggc_collect.
18747         Call free_after_parsing; conditionally call free_after_compilation.
18748         * varasm.c (mark_varasm_status): Renamed from mark_varasm_state.
18749         Check not null before marking.
18750         (free_varasm_status): Don't check DECL_DEFER_OUTPUT.  Free the struct.
18751
18752 Wed Sep 15 17:53:16 1999  Richard Henderson  <rth@cygnus.com>
18753
18754         * c-lex.c (yylex): Initialize warn.
18755
18756 Wed Sep 15 18:35:38 1999  Jeffrey A Law  (law@cygnus.com)
18757
18758         * pa.c (emit_move_sequence): Properly set the mode of the scratch
18759         register when performing secondary reloads for the SAR register.
18760
18761 Wed Sep 15 15:51:52 1999  Mark Mitchell  <mark@codesourcery.com>
18762
18763         * rtl.h (NOTE_BLOCK_NUMBER): Replace with ...
18764         (NOTE_BLOCK): New macro.
18765         (NOTE_BLOCK_LIVE_RANGE_BLOCK): Remove.
18766         * function.h (identify_blocks): Change prototype.
18767         * function.c (identify_blocks): Simplify.
18768         (reorder_blocks): Likewise.
18769         * ggc-common.c (ggc_mark_rtx): Mark the BLOCK associated with a
18770         NOTE_INSN_BLOCK_{BEG,END}.
18771         * haifa-sched.c (sched_analyze): Don't put NOTE_BLOCK_NUMBER on
18772         the list of saved notes if the note isn't a
18773         NOTE_INSN_BLOCK_{BEG,END}.
18774         (move_insn1): Use NOTE_EH_HANDLER in comment, rather than
18775         NOTE_BLOCK_NUMBER.
18776         (reemit_notes): Adjust recreation of notes to reflect new saved
18777         note structure.
18778         * print-rtl.c (print_rtx): Print the address of the BLOCK when
18779         printing a block note.
18780         * stmt.c (block_vector): Remove.
18781         (find_loop_tree_blocks): Simplify.
18782         (unroll_block_trees): Likewise.
18783         * tree.h (reorder_block): Change prototype.
18784
18785 Wed Sep 15 14:39:35 1999  Jason Merrill  <jason@yorick.cygnus.com>
18786
18787         * gbl-ctors.h: Lose HAVE_ATEXIT.  Don't define ON_EXIT.
18788         * libgcc2.c: Lose obsolete defn of WEAK_ALIAS.
18789         (__bb_init_func, __bb_init_prg): Use atexit instead of ON_EXIT.
18790         (__do_global_dtors): Likewise.  Don't mess with _exit_dummy_decl.
18791         (atexit, exit): Simplify.
18792         * tm.texi: Document NEED_ATEXIT and ON_EXIT.  Remove HAVE_ATEXIT.
18793         * config/lots: Remove defns of HAVE_ATEXIT.
18794
18795 Wed Sep 15 10:25:12 1999  Mark Mitchell  <mark@codesourcery.com>
18796
18797         * calls.c (precompute_arguments): Fix typo in comment.
18798         * expr.c (preexpand_calls): Don't preexpand the cleanup in a
18799         TARGET_EXPR.
18800
18801 Wed Sep 15 09:59:59 1999  Mark Mitchell  <mark@codesourcery.com>
18802
18803         * dsp16xx.c (override_options): Fix typos in GC root registration.
18804
18805 Wed Sep 15 15:23:28 1999  Philip Blundell  <pb@nexus.co.uk>
18806
18807         * config/arm/linux-elf.h (MAKE_DECL_ONE_ONLY): Copy definition
18808         from config/svr4.h.
18809         (UNIQUE_SECTION_P, UNIQUE_SECTION): Likewise.
18810         (FUNCTION_PROFILER): Redefine appropriately for Linux.
18811         (CC1_SPEC): Likewise.
18812
18813 Wed Sep 15 10:09:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18814
18815         * genattr.c (main): Add extern prototype.  Call return, not exit.
18816         * genattrtab.c (main): Likewise.
18817         * gencheck.c (main): Likewise.
18818         * gencodes.c (main): Likewise.
18819         * genconfig.c (main): Likewise.
18820         * genemit.c (main): Likewise.
18821         * genextract.c (main): Likewise.
18822         * genflags.c (main): Likewise.
18823         * gengenrtl.c (main): Likewise.
18824         * genopinit.c (main): Likewise.
18825         * genoutput.c (main): Likewise.
18826         * genpeep.c (main): Likewise.
18827         * genrecog.c (main): Likewise.
18828
18829         * genattr.c (get_insn_name): Mark parameter with ATTRIBUTE_UNUSED.
18830         * genattrtab.c (get_insn_name): Likewise.
18831         * gencodes.c (get_insn_name): Likewise.
18832         * genconfig.c (get_insn_name): Likewise.
18833         * genemit.c (get_insn_name): Likewise.
18834         * genextract.c (get_insn_name): Likewise.
18835         * genflags.c (get_insn_name): Likewise.
18836         * genopinit.c (get_insn_name): Likewise.
18837         * genpeep.c (get_insn_name): Likewise.
18838
18839         * gencheck.c (usage): Add static prototype.
18840         * genextract.c (print_path): Constify a char*.
18841         * genopinit.c (optabs): Likewise.
18842         * genoutput.c (operand_data, data, output_predicate_decls,
18843         compare_operands): Likewise.
18844         * genrecog.c (write_tree): Add default case in switch.
18845
18846 Wed Sep 15 09:59:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18847
18848         * rtl.h (get_insn_name, print_rtl_with_bb): Add prototypes.
18849
18850         * print-rtl.c (get_insn_name): Remove prototype.
18851
18852         * toplev.h (progname): Declare const.
18853
18854         * toplev.c (init_decl_processing, init_obstacks, init_tree_codes,
18855         init_regs, init_optabs, init_stmt, init_reg_sets, dump_flow_info,
18856         dump_sched_info, dump_local_alloc, regset_release_memory,
18857         print_rtl, print_rtl_with_bb, rest_of_decl_compilation,
18858         error_with_file_and_line, error_with_decl, error_for_asm, error,
18859         fatal, warning_with_file_and_line, warning_with_decl, warning,
18860         pedwarn, pedwarn_with_decl, pedwarn_with_file_and_line, sorry):
18861         Remove redundant prototypes.
18862
18863         (notice, check_lang_option, report_file_and_line, vnotice,
18864         mark_file_stack): Add static prototype.
18865         (set_fatal_function): Add prototype.
18866         (vnotice, report_file_and_line, set_fatal_function,
18867         check_lang_option): Constify a char*.
18868         (main): Prototype.  Call return, not exit.
18869
18870 Wed Sep 15 09:50:18 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18871
18872         * aclocal.m4 (AC_GCC_C_LONG_DOUBLE): New macro.
18873
18874         * configure.in (AC_GCC_C_LONG_DOUBLE): Call it.
18875
18876         * gansidecl.h (HAVE_LONG_DOUBLE): Define if gcc for stage2.
18877
18878         * ggc-simple.c (HAVE_LONG_DOUBLE): Test before using long double.
18879
18880 Wed Sep 15 11:04:43 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18881
18882         * function.c (assign_parms): Delete arg SECOND_TIME.  Don't test it,
18883         behave as if it's zero in all cases.
18884         (expand_function_start): Adjust call to assign_parms.
18885         * tree.h (assign_parms): Adjust prototype.
18886         * objc/objc-act.c (hack_method_prototype): Adjust call to
18887         assign_parms.
18888
18889 Tue Sep 14 21:47:06 1999  Jeffrey A Law  (law@cygnus.com)
18890
18891         * cse.c (FIXED_BASE_PLUS_P): Do not consider referneces to
18892         arg_pointer_rtx fixed if the argument pointer register is
18893         not fixed.
18894         (NONZERO_BASE_PLUS_P): Likewise.
18895
18896 Tue Sep 14 20:26:02 1999  Richard Henderson  <rth@cygnus.com>
18897
18898         * rtl.def (match_insn, match_insn2): Remove match_insn; rename
18899         match_insn2 to match_insn.
18900         * genrecog.c (add_to_sequence): Rename MATCH_INSN2.
18901
18902 Tue Sep 14 20:10:29 1999  Richard Henderson  <rth@cygnus.com>
18903
18904         * Makefile.in (USER_H): Remove va-foo.h.
18905
18906         * ginclude/{va-alpha.h,va-arc.h,va-c4x.h,va-clipper.h,va-h8300.h,
18907         va-i860.h,va-i960.h,va-m32r.h,va-m88k.h,va-mips.h,va-mn10200.h,
18908         va-mn10300.h,va-pa.h,va-ppc.h,va-pyr.h,va-sh.h,va-sparc.h,
18909         va-spur.h,va-v850.h}: Remove.
18910
18911 Tue Sep 14 19:43:16 1999  Richard Henderson  <rth@cygnus.com>
18912
18913         * sparc/sparc.md (eligible_for_return_delay): New attribute.
18914         (in_return_delay): Use it instead of match_insn.
18915
18916 Tue Sep 14 23:05:37 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18917
18918         * config/alpha/va_list.h (va-alpha.h): Do not include.
18919         (__gnuc_va_list): Typedef as in varargs.h.
18920
18921 Tue Sep 14 18:14:03 1999  Richard Henderson  <rth@cygnus.com>
18922
18923         * ggc-common.c (ggc_mark_tree): Mark DECL_SOURCE_FILE and
18924         DECL_LIVE_RANGE_RTL.
18925
18926 Tue Sep 14 16:47:08 1999  Mark Mitchell  <mark@codesourcery.com>
18927
18928         * except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER,
18929         not NOTE_BLOCK_NUMBER.
18930         (expand_eh_region_end): Likewise.
18931         (find_exception_handler_labels): Likewise.
18932         (scan_region): Likewise.
18933         (exception_optimize): Likewise.
18934         (update_rethrow_references): Likewise.
18935         (set_insn_eh_region): Likewise.
18936         * final.c (final_scan_insn): Likewise.
18937         * flow.c (make_edges): Likewise.
18938         * integrate.c (expand_inline_function): Likewise.
18939         * print-rtl.c (print_rtx): Likewise.
18940
18941 Tue Sep 14 16:30:16 1999  Richard Henderson  <rth@cygnus.com>
18942
18943         * ginclude/stdarg.h, ginclude/varargs.h: Implement in
18944         terms of builtin functions and types.
18945
18946         * mips.c (mips_build_va_list): New.
18947         (mips_va_start, mips_va_arg): New.
18948         * mips.h (BUILD_VA_LIST_TYPE): New.
18949         (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
18950
18951         * sh.c (sh_builtin_saveregs): Use get_varargs_alias_set.
18952         (sh_build_va_list, sh_va_start, sh_va_arg): New.
18953         * sh.h (BUILD_VA_LIST_TYPE): New.
18954         (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
18955
18956 Tue Sep 14 16:20:24 1999  Richard Henderson  <rth@cygnus.com>
18957
18958         * recog.h (struct recog_data): Make dup_num, operand_address_p,
18959         n_operands, n_dups, n_alternatives `char' instead of `unsigned char'.
18960         (struct insn_data): Likewise with n_operands, n_dups,
18961         n_alternatives, output_format.
18962         * regclass.c (scan_one_insn): Cast n_operands to int before
18963         arithmetic inside comparison.
18964
18965 Tue Sep 14 15:13:36 1999  Richard Henderson  <rth@cygnus.com>
18966
18967         * toplev.c (compile_function): Unconditionally emit nop.
18968
18969 Tue Sep 14 14:41:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18970
18971         * haifa-sched.c (actual_hazard): Move declaration of variable
18972         `this_cost' into the scope where it is used.
18973
18974 Tue Sep 14 14:14:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18975
18976         * c-pragma.c (handle_pragma_token): Wrap variables `name' and
18977         `value' in HANDLE_PRAGMA_WEAK.  Wrap variable `align' in
18978         HANDLE_PRAGMA_PACK||HANDLE_PRAGMA_PACK_PUSH_POP.
18979
18980         * genrecog.c (make_insn_sequence): Call memset, not bzero.
18981
18982         * jump.c (find_insert_position): Don't declare or define unless
18983         !HAVE_conditional_arithmetic.
18984         (returnjump_p_1, delete_prior_computation): Add static prototypes.
18985
18986         * mips-tdump.c (fatal, fancy_abort, main): Add extern prototypes.
18987
18988         * recog.c (offsettable_address_p): Prototype function pointer.
18989         (preprocess_constraints): Call memset, not bzero.
18990
18991         * tree.c (tree_node_kind_names): Constify a char*.  Make static.
18992         (gcc_obstack_init): Don't declare.
18993         (fix_sizetype): Add static prototype.
18994         (gcc_obstack_init): Use prototype casts in call to _obstack_begin.
18995         (tree_cons): Call memset, not bzero.
18996
18997         * varasm.c (remove_from_pending_weak_list): Wrap declaration and
18998         definition in macro ASM_WEAKEN_LABEL.
18999         (mark_const_hash_entry): Add static prototype.
19000
19001 Tue Sep 14 12:22:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19002
19003         * c-lex.c (handle_generic_pragma): Remove unused variable `c'.
19004
19005         * unroll.c (find_common_reg_term, subtract_reg_term,
19006         loop_find_equiv_value): Add static prototypes.
19007         (unroll_loop): Wrap variable `prev' in macro HAVE_cc0.
19008         (copy_loop_body): Remove unreachable break statement.
19009
19010         * sparc.c (sparc_va_arg): Remove unused variable `tmp'.
19011
19012         * sparc.h (sparc_va_start, sparc_va_arg): Add extern prototypes.
19013
19014 Tue Sep 14 15:28:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19015
19016         Undo some changes from the gcc2 merge:
19017         * rtl.def (CONSTANT_P_RTX): Fix the comment for this rtx code.
19018         * emit-rtl.c (gen_rtx_REG): Don't test special reg rtx's for null
19019         pointers.
19020
19021         Undo this change:
19022         Sat Oct  3 07:20:28 1998  Stephen L Moshier  <moshier@world.std.com>
19023         * emit-rtl.c (gen_lowpart_common): Disable optimization of
19024         initialized float-int union if the value is a NaN.
19025
19026 Tue Sep 14 04:03:44 1999  Mumit Khan  <khan@xraylith.wisc.edu>
19027
19028         * gthr-win32.h: New file.
19029
19030         * i386/winnt.c (i386_pe_valid_decl_attribute_p): Recognize
19031         shared as a valid attribute.
19032         * i386/cygwin.h (ASM_OUTPUT_SECTION): Handle shared attribute.
19033         * extend.texi: Document `shared' variable attribute.
19034
19035 Tue Sep 14 04:01:46 1999  Loren Rittle  <ljrittle@acm.org>
19036
19037         * configure.in: Handle --enable-threads on FreeBSD.
19038         * configure: Rebuit.
19039
19040 Tue Sep 14 03:58:44 1999  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
19041
19042         * configure.in: Add crtbeginS.o, crtendS.o for mips-linux; add
19043         thread support.
19044         * configure: Rebuilt.
19045
19046 Tue Sep 14 03:47:23 1999  Joel Sherrill <joel@OARcorp.com>
19047                           Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
19048                           Rosimildo DaSilva <rdasilva@connecttel.com>
19049
19050         * configure.in (m68k-*-rtemscoff*): Added.
19051         * configure.in (mips64orion-*-rtems*): Converted to ELF.
19052         * configure.in (sparc-*-rtemsaout*): Added as alias for old
19053         sparc-rtems configuration.
19054         * configure.in (sparc-*-rtemself*): Added.
19055         * configure.in (sparc-*-rtems*): Now ELF not a.out.
19056         * config/i386/rtems.h: Added comment.
19057         * config/sparc/rtemself.h: New file.
19058
19059         * configure.in (m68k-rtemself): Added.
19060         * config/elfos.h: Added ifndef wrapper for DWARF2_DEBUGGING_INFO
19061         and DWARF_DEBUGGING_INFO.
19062         * config/m68k/crti.s: New file.
19063         * config/m68k/crtn.s: New file.
19064         * config/m68k/t-crtstuff: New file.
19065         * config/m68k/rtemself.h: New file.
19066
19067         * configure.in (i[[34567]]86-*-rtemself*): Now uses crtstuff for
19068         global ctor/dtor and C++ exception handling.
19069         * config/i386/rtemself.h: Now uses crtstuff (crti.o + crtbegin.o)
19070         for STARTFILE_SPEC and crtstuff (crtend.o + crtn.o) for
19071         ENDFILE_SPEC.
19072         * config/i386/t-rtems-i386: New File.
19073
19074 Tue Sep 14 09:47:41 1999  Andreas Schwab  <schwab@suse.de>
19075
19076         * stmt.c (expand_end_case): Return right away if the case stack is
19077         empty.
19078
19079 Tue Sep 14 01:47:19 1999  Jeffrey A Law  (law@cygnus.com)
19080
19081         * Makefile.in (version.c): Remove rule incorrectly brought in from
19082         the gcc2 merge.
19083
19084 Tue Sep 14 01:42:27 1999  Marc Espie <espie@cvs.openbsd.org>
19085
19086         * Makefile.in:  Prepend $(SHELL) to move-if-change calls.
19087         * msdos/top.sed:  Take into account a prepended $(SHELL) to
19088         move-if-change.
19089         * winnt/config-nt.sed:  Likewise.  Kill bogus substitution.
19090
19091         * objc/Make-lang.in: Prepend $(SHELL) to move-if-change calls.
19092
19093 Tue Sep 14 01:38:52 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
19094
19095         * regmove.c (fixup_match_1): Don't change an unchanging register.
19096         (stable_but_for_p): Renamed to:
19097         (stable_and_no_regs_but_for_p).  Reject unchanging registers too.
19098         Changed all callers.
19099
19100 Tue Sep 14 01:33:15 1999  Andreas Schwab  <schwab@suse.de>
19101
19102         * loop.c (strength_reduce): Don't call reg_used_between_p if the
19103         insn from BL2 is after the insn from BL.
19104
19105 Mon Sep 13 21:06:01 1999  Richard Henderson  <rth@cygnus.com>
19106
19107         * recog.h (INSN_OUTPUT_FORMAT_*): New.
19108         (struct insn_data): Merge `template' and `outfun' into `output'.
19109         Add `output_format'.
19110         * genoutput.c (INSN_OUTPUT_FORMAT_*): New.
19111         (struct data): Remove `outfun'; add `output_format'.
19112         (name_for_index): Remove declaration.
19113         (output_insn_data): Handle output formats.
19114         (process_template): Emit the bare array for @.
19115         (gen_expand, gen_split): Set output_format to NONE.
19116         * output.h (get_insn_template): Declare.
19117         * final.c (get_insn_template): New.
19118         (final_scan_insn): Use it.
19119         * toplev.c (compile_file): Likewise.
19120
19121         * c4x/c4x.c (c4x_process_after_reload): Likewise.
19122         * i860/i860.c (output_delayed_branch): Likewise.
19123         (output_delay_insn): Likewise.
19124
19125 1999-09-13  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
19126
19127         * rtl.c (obstack_alloc_rtx): Removed.
19128
19129 1999-09-13 17:03 -0700  Zack Weinberg  <zack@bitmover.com>
19130
19131         * config/gmicro/gmicro.md: Disable move DF->DI anonymous pattern.
19132
19133 Mon Sep 13 15:21:46 1999  Richard Henderson  <rth@cygnus.com>
19134
19135         * i386.c (call_insn_operand): Reject const_int.
19136         (expander_call_insn_operand): Use call_insn_operand.
19137
19138 Mon Sep 13 17:44:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19139
19140         * gcc.c (getrusage): Wrap prototype arguments in PROTO().
19141
19142 1999-09-13 12:18 -0700  Zack Weinberg  <zack@bitmover.com>
19143
19144         * config/i370/i370.md (mulsi, divsi, modsi anonymous insns):
19145         Use DImode operation.
19146
19147 1999-09-13 12:13 -0700  Zack Weinberg  <zack@bitmover.com>
19148
19149         * gcc.c: Include sys/resource.h.
19150         (report_times): New flag.
19151         (execute):  If report_times is set, calculate and report the
19152         CPU time consumed by each subprocess.
19153
19154         (rus, prus): New globals.
19155         (option_map): Add --time.
19156         (display_help): Document -time.
19157         (process_command): Set report_times if -time is given.
19158         Turn off -pipe if -time is given.
19159
19160         * invoke.texi: Document new option -time.
19161
19162         * configure.in: Check for getrusage.  Check if we have to
19163         prototype getrusage.
19164         * acconfig.h: Add NEED_DECLARATION_GETRUSAGE.
19165         * configure: Regenerate.
19166         * config.in: Regenerate.
19167
19168 Mon Sep 13 12:57:06 1999  Dave Brolley  <brolley@cygnus.com>
19169
19170         * cppinit.c (append_include_chain): Initialize 'next' and 'alloc'
19171         fields.
19172
19173 Mon Sep 13 10:01:33 1999  Nick Clifton  <nickc@cygnus.com>
19174
19175         * config/fp-bit.c: Define L_thenan_sf or L_thenan_df (as
19176         appropriate) if FINE_GRAINED_LIBRARIES is not defined.
19177         (nan): Return _thenan_sf or _thenan_df as appropriate.
19178         (L_thenan_sf): Define _thenan_sf.
19179         (L_thenan_df): Define _thenan_df.
19180
19181         * Makefile.in (FPBIT_FUNCS): Add _thenan_sf.
19182         (DPBIT_FUNCS): Add _thenan_df.
19183
19184 Mon Sep 13 09:38:53 1999  Andreas Schwab  <schwab@suse.de>
19185
19186         * tree.c (fix_sizetype):  Exchange the types for TYPE_SIZE and
19187         TYPE_SIZE_UNIT.
19188
19189 Sun Sep 12 23:28:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19190
19191         * Makefile.in (gcc.o, gccspec.o, cppspec.o): Depend on gcc.h.
19192
19193         * gcc.h: New file.
19194         (lang_specific_driver): Don't take a function pointer parameter.
19195         All callers changed.
19196
19197         * gcc.c: Include gcc.h.
19198         (do_spec, fancy_abort,lang_specific_driver,lang_specific_pre_link,
19199         lang_specific_extra_outfiles, fatal): Don't declare.
19200         (multilib_defaults_raw): Constify.
19201         (read_specs): Call memset, rather than bzero.
19202         (main): Call return, not exit.
19203         (lookup_compiler): Call memcpy, not bcopy.
19204         (fatal): Make extern.
19205
19206         * cppspec.c: Include gcc.h.
19207         (lang_specific_driver): Initialize variable `quote'.  Constify a
19208         char*.  All calls to the function pointer parameter now
19209         explicitly call `fatal'.
19210
19211         * gccspec.c (lang_specific_driver): Include gcc.h.
19212
19213 Sun Sep 12 19:52:10 1999  Richard Earnshaw <rearnsha@arm.com>
19214
19215         * arm.c (note_invalid_constants): Use recog_data.operand_type
19216         for recog_op_type.
19217
19218 Sun Sep 12 15:53:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19219
19220         * tree.h (build_common_tree_nodes, build_common_tree_nodes_2):
19221         Declare.
19222
19223         * reload.h (reload_in, reload_out, reload_in_reg, reload_out_reg,
19224         reload_reg_class, reload_inmode, reload_outmode, reload_optional,
19225         reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
19226         reload_secondary_in_reload, reload_secondary_out_reload,
19227         reload_secondary_in_icode, reload_secondary_out_icode,
19228         reload_reg_rtx, reload_when_needed): Delete declarations.
19229         (struct reload): New structure.
19230         (rld): Declare new array.
19231         * reload.c (reload_in, reload_out, reload_in_reg, reload_out_reg,
19232         reload_reg_class, reload_inmode, reload_outmode, reload_optional,
19233         reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
19234         reload_secondary_in_reload, reload_secondary_out_reload,
19235         reload_secondary_in_icode, reload_secondary_out_icode,
19236         reload_reg_rtx, reload_when_needed): Delete definitions.
19237         (rld): New array.
19238         (whole file): Replace uses of the deleted arrays with uses of rld.
19239         * reload1.c (whole file): Replace uses of the deleted arrays with
19240         uses of rld.
19241         (choose_reload_regs): Copy in/out of save_reload_reg_rtx with
19242         explicit loops, not with bcopy.
19243
19244 Sun Sep 12 05:00:24 1999  Richard Henderson  <rth@cygnus.com>
19245
19246         * recog.h (insn_template, insn_outfun, insn_n_operands, insn_n_dups,
19247         insn_n_alternatives, insn_operand_constraint, insn_operand_address_p,
19248         insn_operand_mode, insn_operand_strict_low, insn_operand_predicate,
19249         insn_name): Delete and consolidate into new structures.
19250         (insn_operand_predicate_fn): New.
19251         (insn_output_fn): New.
19252         (insn_gen_fn): New.
19253         (struct insn_operand_data): New.
19254         (struct insn_data): New.
19255         (insn_data): New.
19256         (OUT_FCN): Update for insn_data change.
19257         * builtins.c (expand_builtin_strlen): Likewise.
19258         (expand_builtin_memcmp): Likewise.
19259         * combine.c (make_extraction, simplify_comparison): Likewise.
19260         * cse.c (canon_reg, cse_insn): Likewise.
19261         * explow.c (allocate_dynamic_stack_space, probe_stack_range): Likewise.
19262         * expmed.c (store_bit_field, extract_bit_field): Likewise.
19263         (emit_store_flag): Likewise.
19264         * expr.c (convert_move, emit_block_move): Likewise.
19265         (clear_storage, emit_push_insn, expand_increment): Likewise.
19266         (do_store_flag): Likewise.
19267         * expr.h (GEN_FCN): Likewise.
19268         (insn_gen_function): Die.
19269         * final.c (final_scan_insn): Update for insn_data change.
19270         (output_asm_name): Likewise.
19271         * function.c (fixup_var_refs_1): Likewise.
19272         * loop.c (check_dbra_loop): Likewise.
19273         * optabs.c (expand_binop, expand_twoval_binop): Likewise.
19274         (expand_unop, expand_complex_abs, emit_unop_insn): Likewise.
19275         (prepare_cmp_insn, prepare_operand, emit_indirect_jump): Likewise.
19276         (emit_conditional_move, gen_add2_insn, gen_sub2_insn): Likewise.
19277         * recog.c (validate_replace_rtx_1, extract_insn): Likewise.
19278         * regmove.c (gen_add3_insn): Likewise.
19279         * reload.c (push_secondary_reload, combine_reloads): Likewise.
19280         (find_reloads, find_reloads_address_1): Likewise.
19281         (debug_reload_to_stream): Likewise.
19282         * reload1.c (emit_reload_insns, gen_reload): Likewise.
19283         * stmt.c (expand_end_case): Likewise.
19284         * toplev.c (compile_file): Likewise.
19285
19286         * c4x/c4x.c (c4x_process_after_reload): Likewise.
19287         * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
19288
19289         * print-rtl.c (insn_name_ptr): Remove declaration.
19290         (get_insn_name): Declare.
19291         (print_rtx): Use it.
19292         * genoutput.c (insn_name_ptr): Remove.
19293         (next_operand_number): New.
19294         (struct operand_data): New.
19295         (null_operand, odata, odata_end): New.
19296         (struct data): Use struct operand_data.
19297         (idata, idata_end): Renamed from insn_data and end_of_insn_data.
19298         (get_insn_name): Renamed from name_for_index.
19299         (output_prologue): Define NO_MD_PROTOTYPES.
19300         (output_predicate_decls): Break out from output_epilogue.
19301         Iterate over the operands list.
19302         (output_operand_data): Break out from output_epilogue.  Emit
19303         just the operands list.
19304         (output_insn_data): Break out from output_epilogue.  Emit just
19305         the insn data.
19306         (output_epilogue): Remove.
19307         (output_get_insn_name): New.
19308         (constraints, op_n_alternatives, predicates, address_p): Die.
19309         (modes, strict_low, seen): Die.
19310         (scan_operands): Take new param `d' instead of writing to
19311         seven global variables.
19312         (compare_operands): New.
19313         (place_operands): New.
19314         (validate_insn_alternatives): Update for struct data change.
19315         (gen_insn): Don't zero or copy 7 global arrays.  Update for
19316         scan_operands; call place_operands.
19317         (gen_peephole, gen_expand, gen_split): Likewise.
19318         (main): Update for new output routines.
19319
19320         * genattr.c (insn_name_ptr): Remove.
19321         (get_insn_name): New function.
19322         * genattrtab.c, gencodes.c, genconfig.c, genemit.c: Likewise.
19323         * genextract.c, genflags.c, genopinit.c, genpeep.c: Likewise.
19324         * genrecog.c: Likewise.
19325
19326         * alpha.md (adddi3): Make `pattern' array static.
19327
19328 Sun Sep 12 22:05:21 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
19329
19330         * config/c4x/c4x.h (c4x_rpts_cycles_string,
19331         c4x_cpu_version_string): Constify char *.
19332         * config/c4x/c4x.c (c4x_rpts_cycles_string,
19333         c4x_cpu_version_string): Likewise.
19334
19335 Sat Sep 11 23:28:33 1999  Richard Henderson  <rth@cygnus.com>
19336
19337         * tree.c (save_tree_status): Revert 10 Sep change.
19338         (restore_tree_status): Likewise.  Call obstack_free with NULL
19339         before freeing the obstack proper.
19340
19341 Sat Sep 11 23:23:46 1999  Richard Henderson  <rth@cygnus.com>
19342
19343         * cse.c (cse_main): If gc'ing, collect around cse_basic_block.
19344
19345         * ggc-simple.c (ggc_pop_context): Fold outstanding bytes into
19346         surrounding context.
19347
19348 Sat Sep 11 19:52:43 1999  Mark Mitchell  <mark@codesourcery.com>
19349
19350         * tree.c (type_hash_canon): Put all types in the hash-table, when
19351         GC'ing.
19352
19353 Sat Sep 11 18:37:04 1999  Richard Henderson  <rth@cygnus.com>
19354
19355         * recog.h (struct recog_data, recog_data): New.
19356         (recog_foo variables): Kill.
19357         * recog.c (recog_operand, recog_operand_loc): Kill.
19358         (recog_dup_loc, recog_dup_num, recog_n_operands): Kill.
19359         (recog_n_dups, recog_n_alternatives, recog_operand_mode): Kill.
19360         (recog_constraints, recog_op_type, recog_operand_address_p): Kill.
19361         (recog_data): Define.
19362         (extract_insn): Update all recog_foo references to use recog_data.
19363         (preprocess_constraints, constrain_operands): Likewise.
19364         * final.c (final_scan_insn, cleanup_subreg_operands): Likewise.
19365         * genattrtab.c (main): Likewise.
19366         * genextract.c (main): Likewise.
19367         * genoutput.c: Likewise.
19368         * genrecog.c (write_subroutine, main): Likewise.
19369         * local-alloc.c (block_alloc): Likewise.
19370         * reg-stack.c (record_asm_reg_life, subst_asm_stack_regs): Likewise.
19371         * regclass.c (scan_one_insn, record_reg_classes): Likewise.
19372         * regmove.c (regmove_optimize, find_matches, fixup_match_1): Likewise.
19373         * reload.c (find_reloads, find_reloads_toplev): Likewise.
19374         * reload1.c (maybe_fix_stack_asms, eliminate_regs_in_insn): Likewise.
19375         (reload_cse_simplify_operands): Likewise.
19376
19377         * arc/arc.c (arc_final_prescan_insn): Likewise.
19378         * arm/arm.c (note_invalid_constants, arm_final_prescan_insn): Likewise.
19379         * h8300/h8300.c (notice_update_cc): Likewise.
19380         * i386/i386.c (ix86_attr_length_default, ix86_agi_dependant): Likewise.
19381         * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
19382         * mn10200/mn10200.c (notice_update_cc): Likewise.
19383         * mn10300/mn10300.c (notice_update_cc): Likewise.
19384         * romp/romp.c (update_cc): Likewise.
19385         * sparc/sparc.c (check_pic): Likewise.
19386         * v850/v850.c (notice_update_cc): Likewise.
19387
19388         * genemit.c (main): Don't declare recog_operand.
19389
19390 Sat Sep 11 12:41:55 1999  Alex Samuel  <samuel@codesourcery.com>
19391
19392         * ggc.h (rtvec_def): Forward declare.
19393         (tree_node): Likewise.
19394         (ggc_root): Define.
19395         (roots): Declare.
19396         (ggc_set_mark_rtx): Add prototype.
19397         (ggc_set_mark_rtvec): Likewise.
19398         (ggc_set_mark_tree): Likewise.
19399         * ggc-simple.c (ggc_root): Don't define.
19400         (roots): Don't declare.
19401         (ggc_mark_rtx): Remove.
19402         (ggc_mark_rtvec): Likewise.
19403         (ggc_mark_tree): Likewise.
19404         (ggc_mark_varray): Likewise.
19405         (ggc_mark_tree_hash_table_entry): Likewise.
19406         (ggc_mark_tree_hash_table): Likewise.
19407         (ggc_set_mart_rtx): New function.
19408         (ggc_set_mark_rtvec): Likewise.
19409         (ggc_set_mark_tree): Likewise.
19410         (ggc_add_root): Remove.
19411         (ggc_add_rtx_root): Likewise.
19412         (ggc_remove_tree_root): Likewise.
19413         (ggc_add_string_root): Likewise.
19414         (ggc_add_tree_varray_root): Likewise.
19415         (ggc_add_tree_hash_table_root): Likewise.
19416         (ggc_del_root): Likewise.
19417         (ggc_mark_rtx_ptr): Likewise.
19418         (ggc_mark_tree_ptr): Likewise.
19419         (ggc_mark_string_ptr): Likewise.
19420         (ggc_mark_tree_varray_ptr): Likewise.
19421         (ggc_mark_tree_hash_table_ptr): Likewise.
19422         * ggc-common.c: New file.
19423         * Makefile.in (OBJS): Add ggc-common.o.
19424         (ggc-common.o): List dependencies.
19425
19426 1999-09-10 22:37 -0700  Zack Weinberg  <zack@bitmover.com>
19427
19428         * cppalloc.c (xstrdup): Use memcpy.
19429         * cpperror.c (cpp_print_containing_files): Don't use
19430         cpp_notice.
19431         * cpplib.c (conditional_skip): Set temp->lineno.
19432         (do_endif): Make error message less obscure.
19433         (if_directive_name): New function.
19434         (cpp_get_token [case EOF]): Unwind the if stack and generate
19435         error messages for each unterminated conditional in this file.
19436         (parse_string):  Do not behave differently if -traditional.
19437
19438 Fri Sep 10 14:04:07 1999  Richard Henderson  <rth@cygnus.com>
19439
19440         * builtins.c (expand_builtin_va_arg): Cope with an array-type
19441         va_list decomposing to pointer-type.
19442         * rs6000.c (rs6000_va_start) Unwrap the ARRAY_TYPE to get at fields.
19443         (rs6000_va_arg): Likewise.
19444
19445 Fri Sep 10 13:21:21 1999  Jim Wilson  <wilson@cygnus.com>
19446
19447         * except.c (start_dynamic_handler): Compute size using
19448         STACK_SAVEAREA_MODE.
19449
19450 Fri Sep 10 16:01:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19451
19452         * protoize.c: Remove various __STDC__ and POSIX hacks.  Don't
19453         include directory headers.  Don't define strrchr.  Don't provide
19454         my_* replacement functions.  Prefer PTR over `pointer_type'.
19455         Don't prototype system functions.  Don't redefine getopt.
19456
19457         (shortpath, fancy_abort, notice, savestring, dupnstr, substr,
19458         safe_read, safe_write, save_pointers, restore_pointers,
19459         is_id_char, in_system_include_dir, directory_specified_p,
19460         file_excluded_p, unexpand_if_needed, abspath, check_aux_info,
19461         find_corresponding_lparen, referenced_file_is_newer,
19462         save_def_or_dec, munge_compile_params, gen_aux_info_file,
19463         process_aux_info_file, identify_lineno, check_source,
19464         seek_to_line, forward_to_next_token_char, output_bytes,
19465         output_string, output_up_to, other_variable_style_function,
19466         find_rightmost_formals_list, do_cleaning, careful_find_l_paren,
19467         do_processing, is_syscalls_file, rename_c_file, find_extern_def,
19468         find_static_definition, connect_defs_and_decs, add_local_decl,
19469         add_global_decls, needs_to_be_converted, visit_each_hash_node,
19470         add_symbol, lookup, free_def_dec, find_file, reverse_def_dec_list,
19471         edit_fn_declaration, edit_formals_lists, edit_fn_definition,
19472         scan_for_missed_items, edit_file, string_list_cons): Add static
19473         prototypes.
19474         (standard_exec_prefix, target_machine, target_version,
19475         default_syscalls_dir, string_list, string_list_cons, find_file,
19476         do_cleaning): Constify a char*.
19477         (safe_read, safe_write): Use PTR, not a char*.
19478         (is_id_char): Take an int, not a char.
19479         (main): Add prototype.  Call return, not exit.
19480
19481 Fri Sep 10 16:48:26 1999  Andrew Haley  <aph@cygnus.com>
19482
19483         * tree.c (type_hash_lookup): Check for equal TYPE_ALIGN fields
19484         when comparing types.
19485
19486 Fri Sep 10 08:43:32 1999  Richard Henderson  <rth@cygnus.com>
19487
19488         * loop.c (basic_induction_var): Typo NULL_RTX -> NULL.
19489         (strength_reduce): Release the varrays from the no-bivs early exit.
19490
19491         * reload1.c (order_regs_for_reload): Init hard_reg_n_uses before
19492         the loop over the registers.
19493
19494         * tree.c (save_tree_status): Set maybepermanent_firstobj NULL
19495         for a new obstack.
19496         (restore_tree_status): Check that instead when freeing the obstack.
19497
19498 Wed Sep  8 16:12:04 1999  Andrew Haley  <aph@cygnus.com>
19499
19500         * alias.c (rtx_equal_for_memref_p): Allow CONST_DOUBLEs to be used
19501         as pointers.
19502
19503 Fri Sep 10 11:58:55 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19504
19505         * i386.md (ashlqi3): For NON_QI_REG_P regs, use sall.  Fix some
19506         operand size modifiers.
19507
19508 Fri Sep 10 10:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19509
19510         * c-common.c (c_common_nodes_and_builtins): Don't build
19511         va_list_type_node.
19512         * c-common.h (enum c_tree_index and related accesor macros): Remove
19513         everything now declared in tree.h.
19514         * c-decl.c (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
19515         LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, WCHAR_UNSIGNED, FLOAT_TYPE_SIZE,
19516         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Don't provide defaults.
19517         (error_mark_node, void_type_node, char_type_node, integer_type_node,
19518         unsigned_type_node, ptr_type_node, va_list_type_node,
19519         integer_zero_node, null_pointer_node, integer_one_node): Delete.
19520         (init_decl_processing): Call build_common_tree_nodes and
19521         build_common_tree_nodes_2 instead of building their nodes here.
19522         Don't add roots for these nodes.
19523         * stor-layout.c (size_zero_node, size_one_node): Delete.
19524         (set_sizetype): Make a new node for bitsizetype each time.
19525         * tree.c (global_trees): New variable.
19526         (init_obstacks): Add a gc root for it.
19527         (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
19528         LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, FLOAT_TYPE_SIZE,
19529         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Provide defaults.
19530         (build_common_tree_nodes): New function.
19531         (fix_sizetype): New function.
19532         (build_common_tree_nodes_2): New function.
19533         * tree.h (enum tree_index): New.
19534         (global_trees): Declare.
19535         Add accessor macros for all nodes now moved to global_trees.
19536         Delete their declarations.
19537
19538 Thu Sep  9 20:15:46 1999  Richard Henderson  <rth@cygnus.com>
19539
19540         * c-decl.c (finish_function): When processing a nested function,
19541         push and pop GC context around rest_of_compilation.
19542
19543 Thu Sep  9 16:42:06 1999  Richard Henderson  <rth@cygnus.com>
19544
19545         * i386.c (override_options): Remove ppro, pentium2, and p2 as aliases.
19546         Default ix86_arch to PROCESSOR_I386.
19547         * i386.h (CC1_CPU_SPEC): Don't add -march=foo.  Remove -mno-foo.
19548         (CPP_486_SPEC, CPP_586_SPEC, CPP_686_SPEC): Delete.
19549         (CPP_CPU_DEFAULT_SPEC): Define to __tune_foo__.
19550         (CC1_CPU_SPEC): Make -march=foo define __foo__, and provide
19551         __tune_foo__ if no -mcpu.  Make -mcpu=bar define __tune_bar__.
19552         (EXTRA_SPECS): Remove deleted specs.
19553
19554 Thu Sep  9 16:03:06 1999  Richard Henderson  <rth@cygnus.com>
19555
19556         * function.c (assign_stack_local_1): Allocate from
19557         function->x_frame_offset, not frame_offset.
19558
19559 Thu Sep  9 14:36:31 1999  Mark Mitchell  <mark@codesourcery.com>
19560
19561         * ggc.h (lang_cleanup_tree): Remove.
19562         * gcc-simple.c (ggc_free_tree): Don't call lang_cleanup_tree.
19563         * ggc-callbacks.c (lang_cleanup_tree): Remove.
19564
19565         * c-decl.c (finish_struct): Use ggc_alloc to allocate
19566         TYPE_LANG_SPECIFIC when garbage collecting.
19567         (lang_mark_tree): Mark TYPE_LANG_SPECIFIC.
19568         (lang_cleanup_tree): Remove.
19569
19570 Thu Sep  9 14:23:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
19571
19572         * defaults.h (EH_FRAME_SECTION, EH_FRAME_SECTION_ASM_OP): Define here.
19573         * crtstuff.c: Not here.
19574         * dwarf2out.c: Or here.
19575         * libgcc2.c (__do_global_ctors, __do_global_dtors): Handle EH frame
19576         info.
19577
19578 Thu Sep  9 09:40:58 1999  Mark Mitchell  <mark@codesourcery.com>
19579
19580         * function.h (free_after_compilation): Remove decl parameter.
19581         (free_varasm_status0: Likewise.
19582         (free_emit_status): Likewise.
19583         (free_stmt_status): Likewise.
19584         (free_after_compilation): Likewise.
19585         (init_lang_status): New variable.
19586         (free_lang_status): Likewise.
19587         * emit-rtl.c (free_emit_status): Make decl parameter implicit.
19588         * function.c (init_lang_status): New variable.
19589         (free_lang_status): Likewise.
19590         (push_function_context_to): Don't set function::decl here.
19591         (free_after_copmilation): Make decl parameter implicit.  Call
19592         free_lang_status if defined.
19593         (prepare_function_start): Call init_lang_status if defined.
19594         (init_function_start): Set function::decl here.
19595         * profile.c (output_func_start_profiler): Don't call pushdecl
19596         until we've actually started the function.
19597         * stmt.c (free_stmt_status): Make decl parameter implicit.
19598         * toplev.c (rest_of_compilation): Don't pass decl to
19599         free_after_compilation.
19600         * varasm.c (free_varasm_status): Likewise.
19601
19602 Thu Sep  9 17:23:19 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19603
19604         * except.c (call_get_eh_context): Add root when allocating static
19605         tree variable.
19606
19607 Thu Sep  9 15:24:59 BST 1999  Richard Earnshaw <rearnsha@arm.com>
19608
19609         * arm.c: Include "ggc.h".
19610         (arm_add_gc_roots): New function.
19611         (arm_override_options): Call it.
19612         (aof_pic_entry): Add a GC root for aof_pic_label when it's allocated.
19613
19614         * arm.md (define_asm_attributes): Add a pool_range attribute.
19615
19616 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
19617
19618         * extend.texi (Volatiles): New node.
19619
19620 Thu Sep  9 03:37:31 1999  Richard Henderson  <rth@cygnus.com>
19621
19622         * ggc-simple.c (IS_MARKED, IGNORE_MARK): New.
19623         (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): New.
19624         (struct ggc_any): Replace `mark' with `magic_mark'.
19625         (ggc_alloc_string): Use memcpy, not bcopy.
19626         (ggc_alloc_any): Set magic_mark.  Update bytes_alloced_since_gc.
19627         (ggc_free_{rtx,rtvec,tree,string}): Mark inline.
19628         (ggc_free_any): New.
19629         (ggc_mark_string): Use IGNORE_MARK.  Calc back to struct gcc_string.
19630         (ggc_mark): Use IGNORE_MARK.  Abort if magic doesn't match.
19631         (ggc_collect): Re-enable collection avoidance.  Use GGC_ANY_MARK.
19632         Use IS_MARKED. Use ggc_free_any.
19633
19634 1999-09-09  Scott Bambrough <scottb@netwinder.org>
19635
19636         * config/arm/linux-elf.h: define NO_IMPLICIT_EXTERN_C
19637
19638 Thu Sep  9 01:55:21 1999  Richard Henderson  <rth@cygnus.com>
19639
19640         * toplev.c (main): Always init_ggc.
19641
19642 Wed Sep  8 23:53:22 1999  Richard Henderson  <rth@cygnus.com>
19643
19644         * except.c (find_all_handler_type_matches): Free the list if
19645         we found no matches.
19646
19647         * combine.c (SUBST): Break out to a real function do_SUBST.
19648         (SUBST_INT): Likewise.
19649         * gcse.c (free_pre_mem): Free `temp_bitmap'.
19650         (pre_insert): Free `inserted'.
19651         * loop.c (basic_induction_var): Always set `location'.
19652
19653         * function.c (expand_function_end): Add initial_trampoline as a root.
19654         * rtl.h (init_varasm_once): Declare.
19655         * toplev.c (compile_file): Call it.
19656         * ggc-simple.c (ggc_mark_string_ptr): New.
19657         (ggc_add_string_root): New.
19658         (ggc_collect): Disable collection avoidance temporarily.
19659         * ggc.h (ggc_add_string_root): Declare.
19660         * except.c (create_rethrow_ref): Use ggc_alloc_string.
19661         * optabs.c (init_libfuncs): Likewise.
19662         * varasm.c (named_section): Use ggc_alloc_string.
19663         (make_function_rtl): Likewise.
19664         (make_decl_rtl): Likewise.
19665         (assemble_static_space): Likewise.
19666         (assemble_trampoline_template): Likewise.
19667         (output_constant_def): Likewise.
19668         (force_const_mem): Likewise.
19669         (mark_const_hash_entry): New.
19670         (mark_pool_sym_hash_table): New.
19671         (mark_varasm_state): Use it.
19672         (init_varasm_once): New.
19673
19674         * expr.h (init_one_libfunc): Declare.
19675         * optabs.c (init_one_libfunc): New.
19676         (init_optabs): Use it.
19677         * config/gofast.h: Likewise.
19678         * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Likewise.
19679         * config/sparc/sparc.h (INIT_TARGET_OPTABS): Likewise.
19680
19681 Thu Sep  9 13:46:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
19682
19683         * Makefile.in (cppexp.o): Depend on cpphash.h.
19684         * cppexp.c (cpp_lex): Handle `defined (xxx)' for poisoned xxx.
19685         Include cpphash.h.
19686         * cpphash.c (special_symbol): Handle plain `xxx' for poisoned xxx.
19687         * cpplib.c (do_define): Generalise to handle poisoned definitions,
19688         redefining poisoned identifiers, etc.
19689         (do_undef): Don't allow poisoned identifiers to be undefined.
19690         (do_pragma): Add #pragma poison.
19691         (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
19692
19693         * cccp.c: Add T_POISON node type.
19694         (special_symbol): Handle `defined(xxx)' and plain `xxx' for
19695         poisoned xxx.
19696         (do_define): Generalise to handle poisoned definitions,
19697         redefining poisoned identifiers, etc.
19698         (do_undef): Don't allow poisoned identifiers to be undefined.
19699         (do_pragma): Add #pragma poison.
19700         (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
19701
19702         * c-pragma.c (handle_pragma_token): Ignore #pragma poison.
19703         * c-pragma.h: Add ps_poison state.  We now always have generic
19704         pragmas.
19705
19706 Wed Sep  8 20:30:42 1999  Mark Mitchell  <mark@codesourcery.com>
19707
19708         * ggc.h (ggc_alloc): New function.
19709         (ggc_mark): Likewise.
19710         * ggc-simple.c (ggc_any): New structure.
19711         (ggc_status): Add anys.
19712         (n_anys_collected): New variable.
19713         (ggc_alloc): Define.
19714         (ggc_mark): Likewise.
19715         (ggc_collect): Collect the anys.
19716
19717 Wed Sep  8 20:15:14 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19718
19719         * c-decl.c (mark_binding_level): Make static to match prototype.
19720
19721 Wed Sep  8 16:41:27 1999  Richard Henderson  <rth@cygnus.com>
19722
19723         * flow.c (new_insn_dead_notes): Don't early out for preexisting regs.
19724
19725 Wed Sep  8 16:07:52 1999  Richard Henderson  <rth@cygnus.com>
19726
19727         * gengenrtl.c (CONST_DOUBLE_FORMAT): Take the size REAL_ARITHMETIC
19728         will use into account.  Expand the max width to 5.
19729         * rtl.c: Likewise.
19730
19731 Wed Sep  8 16:01:14 1999  Richard Henderson  <rth@cygnus.com>
19732
19733         * ggc-simple.c (ggc_free_rtx): Poison the correct amount
19734         for the rtx length.
19735
19736 Wed Sep  8 15:23:54 1999  Richard Henderson  <rth@cygnus.com>
19737
19738         * alpha.md (call value patterns): Remove the result predicates.
19739
19740 Wed Sep  8 13:35:38 1999  Richard Henderson  <rth@cygnus.com>
19741
19742         * Makefile.in (stmp-fixinc): Remove extraneous exit 1 from
19743         last change.
19744
19745 Wed Sep  8 15:32:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19746
19747         * system.h (sbrk, malloc, calloc, realloc): Backup prototypes
19748         changed from extern char *, to extern PTR.  Also fix typo in
19749         NEED_DECLARATION_REALLOC test.
19750
19751         * mips-tdump.c (malloc, calloc, realloc): Don't prototype.
19752
19753 Wed Sep  8 11:40:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19754
19755         * gansidecl.h (__attribute__, ATTRIBUTE_UNUSED_LABEL,
19756         ATTRIBUTE_UNUSED, ATTRIBUTE_NORETURN, ATTRIBUTE_PRINTF,
19757         ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2, ATTRIBUTE_PRINTF_3,
19758         ATTRIBUTE_PRINTF_4, ATTRIBUTE_PRINTF_5, GENERIC_PTR): Delete.
19759
19760         * c-decl.c (field_decl_cmp): Use PTR instead of GENERIC_PTR.
19761
19762         * cccp.c (pcfinclude): Likewise.
19763
19764         * global.c (allocno_compare): Likewise.
19765
19766         * haifa-sched.c (rank_for_schedule): Likewise.
19767
19768         * local-alloc.c (qty_sugg_compare_1, qty_compare_1): Likewise.
19769
19770         * reload1.c (hard_reg_use_compare, reload_reg_class_lower): Likewise.
19771
19772         * stupid.c (stupid_reg_compare): Likewise.
19773
19774         * tree.c (_obstack_allocated_p): Likewise.
19775
19776         * varray.h (varray_data_tag, VARRAY_GENERIC_PTR_INIT): Likewise.
19777
19778 1999-09-08  Bruce Korb  autogen@linuxbox.com
19779
19780         * Makefile.in: Give the hapless gperf user a hint about
19781         why "gperf -F" fails.
19782
19783 Wed Sep  8 04:43:22 1999  Richard Henderson  <rth@cygnus.com>
19784
19785         * lists.c: Include ggc.h.
19786         (zap_lists): New.
19787         (init_EXPR_INSN_LIST_cache): Install it.
19788
19789         * ggc-simple.c (init_ggc): Absorb the old init.
19790         (ggc_push_context): Use xcalloc.
19791         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Likewise.
19792         (ggc_collect): Add [rvts] tags to the collection stats.
19793
19794 Wed Sep  8 11:14:25 1999  Andreas Schwab  <schwab@suse.de>
19795
19796         * cccp.c (main): Fix handling of -include and -imacros options.
19797
19798 Wed Sep  8 02:23:08 1999  Jeffrey A Law  (law@cygnus.com)
19799
19800         * cpplib.c (cpp_push_buffer): Fix order of arguments.
19801
19802 Wed Sep  8 04:44:09 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
19803
19804         * rtl.h (obstack_alloc_rtx): Removed, it's now static in
19805         genrtl.c.
19806
19807 Wed Sep  8 00:33:43 1999  Alasdair Baird  <alasdair@wildcat.demon.co.uk>
19808
19809         * flow.c (insn_dead_p): Use XEXP rather than SUBREG_REG.
19810         * haifa-sched.c (sched_analyze_1): Use XEXP rather than SUBREG_REG
19811         and SET_DEST. Update comment.
19812
19813 Wed Sep  8 18:55:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
19814
19815         * config/c4x/c4x.c: Include ggc.h.
19816         (c4x_add_gc_roots): New function.
19817         (c4x_override_options): Call c4x_add_gc_roots.
19818
19819 Wed Sep  8 00:00:16 1999  Richard Henderson  <rth@cygnus.com>
19820
19821         * defaults.h (TARGET_ESC): Move ...
19822         * system.h: ... here, where Linas had it in the first place.  Silly me.
19823
19824 Tue Sep  7 23:46:35 1999  Linas Vepstas  <linas@linas.org>
19825
19826         * c-common.c: Use ISGRAPH, ISLOWER, toupper.
19827         * c-lex.c, cccp.c, cexp.c, cexp.y, cppexp.c, dwarf2out.c, genattr.c,
19828         genattrtab.c, genemit.c, genextract.c, genpeep.c, tree.c: Likewise.
19829         * system.h (IN_CTYPE_DOMAIN): Define to 1 if HOST_EBCDIC.
19830         * defaults.h (TARGET_ESC): Add default.
19831
19832 Tue Sep  7 23:36:59 1999  Linas Vepstas  <linas@linas.org>
19833
19834         * configure.in: add i370-*-openedition, i370-*-mvs and
19835         i370-*-linux targets
19836
19837 Tue Sep  7 23:31:53 1999  Mark Mitchell  <mark@codesourcery.com>
19838
19839         * dsp16xxx.c: Include ggc.h
19840         (override_options): Mark GC roots.
19841         * mn10200.c: Include ggc.h.
19842         (asm_file_start): Mark GC roots.
19843         * tahoe.c: Include ggc.h.
19844         (extensible_operand): Mark GC roots.
19845
19846 Tue Sep  7 23:23:15 1999  Linas Vepstas  <linas@linas.org>
19847
19848         * README: Add section discussing status of ELF ABI.
19849         * i370.c: Fix misc spelling mistakes.
19850         (i370_label_scan): Updated notes, exception handling.
19851         (i370_function_prolog): Simplify ELF stack handling.
19852         * i370.h: (FIXED_REGISTERS): Free up r12 for ELF.
19853         (STACK_GROWS_DOWNWARD): ELF stack grows down.
19854         (ASM_DECLARE_FUNCTION_NAME): Fix crazy malloc size.
19855         * i370.md: (movdi): Add notes.
19856         (floatsidf2): Use stack not rtca for scratch float area.
19857         (iorsi3): Correct operand constraints.
19858         * x-oe: Restore TAROUTOPTS which are used by pax.
19859
19860 Tue Sep  7 22:39:18 1999  Mark Mitchell  <mark@codesourcery.com>
19861
19862         * rs6000.c: Include ggc.h.
19863         (rs6000_add_gc_roots): New function.
19864         (override_options): Call it.
19865
19866 Tue Sep  7 22:09:03 1999  Richard Henderson  <rth@cygnus.com>
19867
19868         * alpha.h (alpha_compare): New.
19869         (alpha_compare_op0, alpha_compare_op1, alpha_compare_fp_p): Remove.
19870         * alpha.c: Likewise for the definitions.
19871         (alpha_emit_conditional_branch): Update for alpha_compare.
19872         (alpha_emit_conditional_move): Likewise.
19873         * alpha.md (cmpdf, cmpdi): Likewise.
19874         (setcc patterns): Likewise.  Zero alpha_compare after use.
19875         (sne): Optimize (x != 0) into (0U < x).
19876
19877 Tue Sep  7 21:55:02 1999  Richard Henderson  <rth@cygnus.com>
19878
19879         * alpha.h (alpha_eh_epilogue_sp_ofs): Remove.
19880         (struct machine_function): Declare; add eh_epilogue_sp_ofs.
19881         (INIT_EXPANDERS): Remove.
19882         * alpha.c: Include ggc.h.
19883         (alpha_eh_epilogue_sp_ofs, alpha_return_addr_rtx): Remove.
19884         (alpha_init_machine_status, alpha_mark_machine_status): New.
19885         (override_options): Install them.
19886         (struct machine_function): Moved to alpha.h.
19887         (alpha_save_machine_status, alpha_restore_machine_status): Remove.
19888         (alpha_init_expanders): Remove.
19889         (alpha_return_addr): Adjust to use current_function->machine.
19890         (alpha_ra_ever_killed): Likewise.
19891         (alpha_expand_epilogue): Likewise.
19892         * alpha.md (eh_epilogue): Likewise.
19893
19894 Wed Sep  8 14:34:42 1999  Ian Piumarta  <piumarta@prof.inria.fr>
19895                           Melissa O'Neill  <oneill@cs.sfu.ca>
19896                           Geoffrey Keating  <geoffk@cygnus.com>
19897
19898         * config/rs6000/rs6000.c (first_reg_to_save): Don't save fixed or
19899         call-used registers (call-saved registers must still be contiguous
19900         and end with r31, of course).
19901
19902 Tue Sep  7 21:41:38 1999  Richard Henderson  <rth@cygnus.com>
19903
19904         * c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.
19905         (self_promoting_type_p): Delete.
19906         (self_promoting_args_p): Move ...
19907         * c-common.c: ... here.
19908         (c_common_nodes_and_builtins): Initialize lang_type_promotes_to.
19909         (simple_type_promotes_to): New.
19910         * builtins.c (lang_type_promotes_to): New.
19911         (expand_builtin_va_arg): Use it to give diagnostic for illegal types.
19912         * c-tree.h (C_PROMOTING_INTEGER_TYPE_P): Move ...
19913         * c-common.h: ... here.
19914         (self_promoting_args_p, simple_type_promotes_to): Declare.
19915         * c-decl.c (duplicate_decls): Use simple_type_promotes_to.
19916         (grokdeclarator): Likewise.
19917         * tree.h (lang_type_promotes_to): Declare.
19918
19919 Tue Sep  7 17:15:21 1999  Mark Mitchell  <mark@codesourcery.com>
19920
19921         Add some machine-dependent GC roots.
19922         * sparc.c: Include ggc.h.
19923         (sparc_add_gc_roots): New function.
19924         (mark_ultrasparc_pipeline_state): Likewise.
19925         (override_options): Call sparc_add_gc_roots.
19926         * pa.c: Include ggc.h.
19927         (pa_add_gc_roots): New function.
19928         (mark_deferred_plabels): Likewise.
19929         (override_options): Call pa_add_gc_roots.
19930         * mips.c: Include ggc.h.
19931         (mips_add_gc_roots): New function.
19932         (override_options): Use it.
19933
19934 Tue Sep  7 11:39:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19935
19936         * cpperror.c (cpp_file_line_for_message): Constify a char*.
19937
19938         * cppexp.c (parse_number, parse_charconst, cpp_lex,
19939         cpp_parse_expr): Add static prototypes.
19940         (parse_charconst): Don't cast away const-ness.
19941         (token): Constify a char*.
19942
19943         * cppfiles.c (file_name_list, include_hash, find_include_file,
19944         finclude, initialize_input_buffer): Constify a char*.
19945         (file_cleanup, find_position): Add static prototypes.
19946
19947         * cpphash.c (macro_cleanup, macarg, timestamp, special_symbol,
19948         collect_expansion): Add static prototypes.
19949         (cpp_install, create_definition, monthnames): Constify a char*.
19950
19951         * cpphash.h (cpp_install): Likewise.
19952
19953         * cppinit.c (known_suffixes, default_include,
19954         dump_special_to_buffer, NAME, cpp_start_read, cpp_finish): Likewise.
19955         (base_name, dump_special_to_buffer, initialize_dependency_output):
19956         Add static prototypes.
19957
19958         * cpplib.c (my_strerror): Constify a char*.
19959         (null_underflow, null_cleanup, skip_comment, copy_comment,
19960         copy_rest_of_line, handle_directive, pass_thru_directive,
19961         get_directive_token, read_line_number, cpp_print_file_and_line,
19962         v_cpp_error, v_cpp_warning, v_cpp_error_with_line,
19963         v_cpp_warning_with_line, detect_if_not_defined,
19964         consider_directive_while_skipping): Add static prototypes.
19965         (pass_thru_directive, check_macro_name, cpp_expand_to_buffer,
19966         cpp_pedwarn_with_file_and_line): Constify a char*.
19967
19968         * cpplib.h (cpp_options, include_hash, progname, definition,
19969         cpp_pedwarn_with_file_and_line, cpp_expand_to_buffer,
19970         check_macro_name, cpp_pfatal_with_name, cpp_file_line_for_message,
19971         find_include_file, deps_output, include_hash): Constify a char*.
19972
19973         * cppmain.c (progname): Constify.
19974         (main): Add prototype.  Use return, not exit.
19975
19976         * fix-header.c (fatal, add_symbols, lookup_std_proto, write_lbrac,
19977         recognized_macro, check_macro_names, read_scan_file, write_rbrac,
19978         inf_skip_spaces, inf_read_upto, inf_scan_ident, inf_scan_ident,
19979         check_protection): Add static prototype.
19980         (xfree): Remove.
19981         (progname, recognized_macrom, recognized_extern): Constify a char*.
19982         (main): Add prototype.
19983
19984         * gen-protos.c (progname): Constify a char*.
19985
19986 Tue Sep  7 00:47:52 1999  Mark Mitchell  <mark@codesourcery.com>
19987
19988         * emit-rtl.c (free_emit_status): Take decl as a parameter.
19989         (init_emit_once): Add more GC roots.
19990         * except.c (mark_func_eh_entry): New function.
19991         (mark_eh_node): Mark false_label and rethrow_label.
19992         (init_eh): Add more GC roots.
19993         * function.c (free_after_compilation): Take decl as a paramter.
19994         Call free_stmt_status.
19995         (mark_function_state): Don't assume x_parm_reg_stack_loc is
19996         non-NULL.
19997         * function.h (free_after_compilation): Change prototype.
19998         (free_varasm_status): Likewise.
19999         (free_emit_status): Likewise.
20000         (free_stmt_status): New function.
20001         * ggc-simple.c (rtx, vecs, trees, strings, bytes_alloced_since_gc):
20002         Remove, replacing with ...
20003         (ggc_status): New structure.
20004         (ggc_chain): New variable.
20005         (init_gcc): Define.
20006         (ggc_push_context): New function.
20007         (ggc_pop_context): Likewise.
20008         (ggc_alloc_rtx): Adjust for use of ggc_chain.
20009         (ggc_alloc_rtvec): Likewise.
20010         (ggc_alloc_tree): Likewise.
20011         (ggc_alloc_string): Likewise.
20012         (ggc_mark_rtx): Mark NOTE_SOURCE_FILE and NOTE_RANGE_INFO.
20013         (ggc_mark_tree): Give language-dependent code a chance to mark
20014         `x' nodes.
20015         (ggc_mark_tree_varray): Handle empty arrays.
20016         (ggc_collect): Adjust for use of ggc_chain.  Clear
20017         bytes_alloced_since_last_gc.
20018         * ggc.h (ggc_pop_context): New function.
20019         (ggc_push_context): Likewise.
20020         * print-tree.c (print_node): Don't print obstacks when GC'ing.
20021         * stmt.c (free_stmt_status): New function.
20022         (init_stmt_for_function): Clear last_expr_value.
20023         * toplev.c (rest_of_compilation): Always call free_after_compilation.
20024         Conditionalize call to ggc_collect.
20025         (main): Call init_ggc.
20026         * tree.c (push_obstacks): Do the push, even when GC'ing.
20027         (push_obstacks_nochange): Likewise.
20028         (pop_obstacks): Liekwise.
20029         * varasm.c (free_varasm_status): Take decl as a parameter.
20030
20031 Tue Sep  7 08:15:49 1999  Gavin Romig-Koch  <gavin@cygnus.com>
20032
20033         * config/mips/mips.h (MULTILIB_ENDIAN_DEFAULT) : New macro.
20034         (MULTILIB_ENDIAN_DEFAULT) : Use the new macro.
20035         * config/mips/elf64.h (MULTILIB_DEFAULTS) : Use the new macro.
20036         * config/mips/r3900.h (MULTILIB_DEFAULTS) : Use the new macro.
20037
20038 Tue Sep  7 03:42:45 1999  Mark Klein (mklein@dis.com)
20039
20040         * pa/x-pa-mpeix: New file for the MPE port.
20041
20042         * pa/quadlib.asm: New file for long double support.
20043
20044         * configure.in: Add hppa1.0-*-mpeix for MPE port.
20045         * configure: Rebuilt.
20046
20047 Tue Sep  7 10:08:40 1999  Andreas Schwab  <schwab@suse.de>
20048
20049         * final.c (shorten_branches): Fix last change.
20050
20051 Tue Sep  7 00:30:32 1999  Jeffrey A Law  (law@cygnus.com)
20052
20053         * pa.h (ASM_OUTPUT_DOUBLE_INT): Delete.
20054
20055 Mon Sep  6 22:44:47 1999  Jeffrey A Law  (law@cygnus.com)
20056
20057         * Merge from gcc2 snapshot Jan 9, 1999.  See FSFChangeLog for
20058         details.
20059
20060 Mon Sep  6 22:31:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20061
20062         * c-aux-info.c (concat): Don't define.
20063
20064         * cccp.c (my_strerror): Likewise.  All callers changed to use
20065         xstrerror instead.
20066         (do_include): Call xstrdup, not xmalloc/strcpy.
20067         (grow_outbuf): Don't check if xrealloc returns NULL, it can't.
20068         (xmalloc, xrealloc, xcalloc, xstrdup): Don't define.
20069
20070         * collect2.c (my_strsignal): Likewise.  All callers changed to use
20071         strsignal instead.
20072         (locatelib): Call xstrdup, not xmalloc/strcpy.
20073
20074         * 1750a.h (ASM_OUTPUT_INTERNAL_LABEL): Call xmalloc, not malloc.
20075
20076         * dsp16xx.c (override_options): Call xstrdup, not xmalloc/strcpy.
20077
20078         * i370.h (ASM_DECLARE_FUNCTION_NAME): Call xmalloc, not malloc.
20079
20080         * mips.c (build_mips16_call_stub): Call xstrdup, not xmalloc/strcpy.
20081
20082         * cppinit.c (cpp_options_init): Call xcalloc, not xmalloc/bzero.
20083
20084         * dwarfout.c (dwarfout_init): Call concat, not xmalloc/strcpy/...
20085
20086         * except.c (new_eh_region_entry): Call xmalloc/xrealloc, not
20087         malloc/realloc.
20088         (find_all_handler_type_matches): Likewise.  Don't check return
20089         value.
20090         (get_new_handler, init_insn_eh_region, process_nestinfo): Call
20091         xmalloc, not malloc.
20092         (init_eh_nesting_info): Likewise.  Call xcalloc, not xmalloc/bzero.
20093
20094         * gcc.c (xstrerror, xmalloc, xrealloc): Don't define.
20095         (init_spec): Call xcalloc, not xmalloc/bzero.
20096         (set_spec): Call xstrdup, not save_string.
20097         (record_temp_file): Call xstrdup, not xmalloc/strcpy.
20098         (find_a_file): Call xstrdup, not xmalloc/strcpy.
20099         (process_command): Call xstrdup, not save_string.
20100         (main): Call xcalloc, not xmalloc/bzero.
20101
20102         * gcov.c (xmalloc): Don't define.
20103         (create_program_flow_graph): Call xcalloc, not xmalloc/bzero.
20104         (scan_for_source_files): Call xstrdup, not xmalloc/strcpy.
20105         (output_data): Call xcalloc, not xmalloc/bzero.
20106
20107         * haifa-sched.c (schedule_insns): Call xcalloc, not xmalloc/bzero.
20108
20109         * mips-tdump.c (xmalloc): Don't define.
20110         (print_symbol): Call xmalloc, not malloc.
20111         (read_tfile): Call xcalloc, not calloc.
20112
20113         * mips-tfile.c (xfree, my_strsignal, xmalloc, xcalloc, xrealloc):
20114         Don't define.  All callers of xfree/my_strsignal changed to use
20115         free/strsignal instead.
20116         (allocate_cluster): Call xcalloc, not calloc.
20117
20118         * objc/objc-act.c (lang_init): Call concat, not xmalloc/strcpy/...
20119         Fix memory leak, free allocated memory.
20120
20121         * prefix.c (translate_name): Call xstrdup, not save_string.
20122         (update_path): Likewise.
20123
20124         * profile.c (branch_prob): Call xstrdup, not xmalloc/strcpy.
20125
20126         * protoize.c (xstrerror, xmalloc, xrealloc, xfree, savestring2):
20127         Don't define.  Callers of xfree/savestring2 changed to use
20128         free/concat instead.
20129
20130         * reload1.c (reload): Call xcalloc, not xmalloc/bzero.
20131         (init_elim_table): Likewise.
20132
20133         * resource.c (init_resource_info): Likewise.
20134
20135         * stupid.c (stupid_life_analysis): Likewise.
20136
20137         * toplev.c (xmalloc, xcalloc, xrealloc, xstrdup): Don't define.
20138         (open_dump_file): Call concat, not xmalloc/strcpy/...
20139         (clean_dump_file): Likewise.
20140         (compile_file): Call xstrdup, not xmalloc/strcpy.
20141
20142 Mon Sep  6 15:04:55 1999  Richard Henderson  <rth@cygnus.com>
20143
20144         * v850.h (EXPAND_BUILTIN_VA_ARG): New.
20145         * v850.c (v850_va_arg): New.
20146
20147 Tue Sep  7 09:36:01 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20148
20149         * haifa-sched.c: Tidy comments.
20150
20151 Mon Sep  6 14:30:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20152
20153         * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
20154         (c-parse.o, c-decl.o, c-lang.o, c-lex.o, c-common.o,
20155         $(out_object_file)): Depend on ggc.h.
20156         * c-common.c: Include "ggc.h".
20157         (combine_strings): If doing GC, use ggc_alloc_string.
20158         * c-decl.c: Include "ggc.h".
20159         (ggc_p): Define with value 0.
20160         (mark_binding_level): New function.
20161         (init_decl_processing): Add GC roots.
20162         (mark_c_function_context): New function.
20163         (lang_mark_false_label_stack): New function.
20164         (lang_mark_tree): New function.
20165         (lang_cleanup_tree): New function.
20166         * c-lang.c: Include "ggc.h".
20167         (lang_init): Call c_parse_init.
20168         * c-lex.c: Include "ggc.h".
20169         (check_linenum): If doing GC, don't copy filenames to permanent
20170         obstack.
20171         * c-parse.in: Include "ggc.h".
20172         (c_parse_init): New function.
20173         * c-tree.h (c_parse_init, mark_c_function_context): Declare.
20174         * objc/Make-lang.in (objc-parse.o): Depend on ggc.h.
20175
20176         * except.c (mark_eh_state): Mark more state.
20177         * function.c (mark_function_state): Likewise.
20178         * ggc-simple.c (ggc_alloc_rtvec): Bring in sync with non-gc version.
20179         (ggc_alloc_string) [GGC_DUMP]: Fix typo.
20180         * toplev.c (mark_file_stack): New function.
20181         (compile_file): If doing GC, use ggc_alloc_string on input filename.
20182         (main): Add root for input_file_stack.
20183
20184         * i386.c: Include "ggc.h".
20185         (ix86_mark_machine_status): New function.
20186         (override_options): Set mark_machine_status.
20187
20188 Mon Sep  6 15:26:23 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20189
20190         * tree.c (copy_node): Copy node contents also if doing GC.
20191
20192 Mon Sep  6 08:42:06 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
20193
20194         * collect2.c (scan_libraries): Fix double-thinko :-).
20195
20196 Mon Sep  6 02:42:36 1999  Jeffrey A Law  (law@cygnus.com)
20197
20198         * collect2.c (scan_libraries): Fix thinko.
20199
20200         * cse.c (delete_trivially_dead_insns): Do not skip the last
20201         insn if it is a real insn.
20202
20203 Sun Sep  5 18:57:42 1999  Mark Mitchell  <mark@codesourcery.com>
20204
20205         * Makefile.in (ggc-simple.o): Depend on hash.h.
20206         * ggc.h (ggc_add_tree_hash_table_root): Declare.
20207         (ggc_mark_tree_varray): Likewise.
20208         (ggc_mark_tree_hash_table): Likewise.
20209         * ggc-simple.c: Include hash.h.
20210         (ggc_mark_tree_hash_table_ptr): New function.
20211         (ggc_mark_tree_hash_table_entry): Likewise.
20212         (ggc_mark_tree_hash_table): Likewise.
20213         (ggc_add_tree_hash_table_root): Likewise.
20214         * varray.h (const_equiv_data): Use struct rtx_def *, rather than
20215         rtx, when defining fields.
20216
20217 Sun Sep  5 18:57:42 1999  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
20218
20219         * profile.c (output_func_start_profiler): Remove apparently
20220         nonsensical call to start_sequence.
20221
20222 Sun Sep  5 17:34:33 1999  Richard Henderson  <rth@cygnus.com>
20223
20224         * clipper/clipper.c (clipper_va_start): Fix typos.
20225
20226         * pyr/pyr.c (pyr_build_va_list, pyr_va_start, pyr_va_arg): New stubs.
20227         * spur/spur.c (spur_build_va_list, spur_va_start): New stubs.
20228         (spur_va_arg): New stub.
20229
20230         * configure.in: Comment out pyramid.
20231
20232 Sun Sep  5 19:11:01 1999  Michael Meissner  <meissner@cygnus.com>
20233
20234         * i386.h (MASK_{DEBUG_{ADDR,ARG},INTEL_SYNTAX}): Move so these
20235         don't conflict with the bits that win32, cygwin, and dgux
20236         defines.
20237
20238 Sun Sep  5 09:31:56 1999  Richard Henderson  <rth@cygnus.com>
20239                           Bernd Schmidt <bernds@cygnus.co.uk>
20240
20241         * integrate.c (function_cannot_inline_p): Do not inline
20242         functions with forced labels.
20243
20244 Sun Sep  5 00:35:17 1999  Richard Henderson  <rth@cygnus.com>
20245                           Bernd Schmidt <bernds@cygnus.co.uk>
20246                           Mark Mitchell  <mark@codesourcery.com>
20247
20248         * Makefile.in (ggc-simple.o): Depend on varray.h.
20249         (rtl.o): Depend on ggc.h.
20250         (genattrtab.o): Depend on ggc.h.
20251         (print-tree.o): Likewise.
20252         (fold-const.o): Likewise.
20253         * emit-rtl.c (sequence_element_free_list): Remove, and all references.
20254         (make_insn_raw): Don't cache insns when GC'ing.
20255         (emit_insn_before): Likewise.
20256         (emit_insn_after): Likewise.
20257         (emit_insn): Likewise.
20258         (start_sequence): Use xmalloc to allocate the sequence_stack.
20259         (end_sequence): Add free to free it.
20260         (gen_sequence): Don't cache insns when GC'ing.
20261         (clear_emit_caches): Don't use sequence_element_free_list.
20262         (init_emit): Use xcalloc, not xmalloc+bzero.
20263         * fold-const.c (size_int_wide): Kill the cache, when GC'ing.
20264         * function.c (pop_function_context_from): Use free to free the
20265         fixup_var_refs_queue.
20266         (put_reg_into_stack): Allocate it with xmalloc.
20267         * genattrtab.c: Include ggc.h.
20268         (operate_exp): Don't use obstack_free when GC'ing.
20269         (simplify_cond): Likewise.
20270         (simplify_text_exp): Likewise.
20271         (optimize_attrs): Likewise.
20272         * gengenrtl.c (gendef): Use ggc_alloc_rtx to allocate RTL, when
20273         GC'ing.
20274         (gencode): Generate a #include for ggc.h.
20275         * ggc-callbacks.c (ggc_p): Define it to zero.
20276         * ggc-none.c (ggc_p): Likewise.
20277         * ggc-simple.c: Include varray.h.
20278         (ggc_mark_tree_varray): New function.
20279         (ggc_add_tree_varray_root): Likewise.
20280         (ggc_mark_tree_varray_ptr): Likewise.
20281         * ggc.h (ggc_p): Declare.
20282         (varray_head_tag): Likewise.
20283         (ggc_add_tree_varray_root): Declare.
20284         * print-tree.c (print_node): Don't check for TREE_PERMANENT
20285         inconsistencies when GC'ing.
20286         * rtl.c: Include ggc.h.
20287         (rtvec_alloc): Use ggc_alloc_rtvec when GC'ing.
20288         (rtx_alloc): Use ggc_alloc_rtx when GC'ing.
20289         (rtx_free): Don't call obstack_free when GC'ing.
20290         * toplev.c (rest_of_compilation): Call ggc_collect after every
20291         pass, if GC'ing.
20292         * tree.c (push_obstacks): Do nothing, if GC'ing.
20293         (pop_obstacks_nochange): Likewise.
20294         (pop_obstacks): Likewise.
20295         (make_node): Use ggc_alloc_tree when GC'ing.
20296         (copy_node): Likewise.
20297         (get_identifier): Use ggc_alloc_string when GC'ing.
20298         (build_string): Likewise.
20299         (make_tree_vec): Use ggc_alloc_tree when GC'ing.
20300         (tree_cons): Likewise.
20301         (build1): Likewise.
20302         (type_hash_canon): Don't call obstack_free when GC'ing.
20303
20304 Sat Sep  4 21:52:32 1999  Richard Henderson  <rth@cygnus.com>
20305
20306         * haifa-sched.c (schedule_block): Use next_nonnote_insn instead
20307         of NEXT_INSN when examining speculative insns for SCHED_GROUP_P.
20308
20309 Sat Sep  4 20:40:19 1999  Richard Henderson  <rth@cygnus.com>
20310                           Bernd Schmidt <bernds@cygnus.co.uk>
20311                           Mark Mitchell  <mark@codesourcery.com>
20312
20313         * Makefile.in (stor-layout.o): Depend on ggc.h.
20314         (expr.o): Depend on ggc.h.
20315         (profile.o): Depend on ggc.h.
20316         (stor-layout.o): Depend on ggc.h.
20317         * emit-rtl.c (init_emit_once): Add gc roots.
20318         * expr.c: Include ggc.h.
20319         (emit_block_move): Add gc roots.
20320         (clear_storage): Likewise.
20321         * expr.h (init_stor_layout_once): New function.
20322         * profile.c: Include ggc.h.
20323         (init_arc_profiler): profiler_label is a root.
20324         * scan.c (make_sstring_space): Trust xrealloc to function
20325         correctly with first parameter NULL.
20326         * stor-layout.c: Include ggc.h.
20327         (set_sizetype): Add gc root.
20328         (init_stor_layout_once): New function.
20329         * toplev.c (compile_file): Call it.
20330
20331 Sat Sep  4 19:26:25 1999  Richard Henderson  <rth@cygnus.com>
20332                           Bernd Schmidt <bernds@cygnus.co.uk>
20333                           Mark Mitchell  <mark@codesourcery.com>
20334
20335         * Makefile.in (tree.o): Depend on ggc.h.
20336         (varasm.o): Likewise.
20337         (function.o): Likewise.
20338         (stmt.o): Likewise.
20339         (except.o): Likewise.
20340         (optabs.o): Likewise.
20341         (emit-rtl.o): Likewise.
20342         * emit-rtl.c: Include ggc.h.
20343         (sequence_element_free_list): Remove, and all references.
20344         (mark_sequence): New functions.
20345         (mark_emit_state): New function.
20346         * except.c: Include ggc.h.
20347         (mark_eh_node, mark_eh_stack, mark_eh_queue): New functions.
20348         (mark_tree_label_node): New functions.
20349         (mark_eh_state): New function.
20350         * function.c: Include ggc.h.
20351         (mark_temp_slot, mark_function_chain): New functions.
20352         (mark_function_state): New function.
20353         (init_function_once): New function.
20354         * function.h (init_function_once): New function.
20355         * ggc-callbacks.c (lang_mark_false_label_stack): New function.
20356         * ggc.h (label_node): Declare.
20357         (eh_status, emit_status, stmt_status, varasm_status): Likewise.
20358         (lang_mark_false_label_stack): New function.
20359         (mark_temp_slot): Remove declaration.
20360         (mark_function_chain): Likewise.
20361         (mark_eh_state): Adjust prototype.
20362         (mark_stmt_state, mark_emit_state, mark_varasm_state, mark_optab):
20363         Likewise.
20364         * optabs.c: Include ggc.h.
20365         (mark_optab): New function.
20366         (init_optabs): Add gc roots.
20367         * stmt.c: Include ggc.h.
20368         (mark_cond_nesting, mark_loop_nesting): New functions.
20369         (mark_block_nesting, mark_case_nesting, mark_goto_fixup): Likewise.
20370         (mark_stmt_state): New function.
20371         * toplev.c (compile_file): Call init_function_once.
20372         * tree.c: Include ggc.h.
20373         (type_hash): Move declaration earlier in file.
20374         (TYPE_HASH_SIZE, type_hash_table): Likewise.
20375         (init_obstacks): Add gc roots.
20376         (mark_type_hash): New function.
20377         * varasm.c: Include ggc.h.
20378         (mark_pool_constant): New function.
20379         (mark_varasm_state): New function.
20380
20381 Sat Sep  4 22:28:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20382
20383         * ggc-simple.c (ggc_root, ggc_collect): Wrap prototype with PROTO.
20384
20385 Sat Sep  4 18:01:45 1999  Bernd Schmidt <bernds@cygnus.co.uk>
20386
20387         * c-decl.c (struct language_function): Renamed from struct c_function.
20388         Delete elt NEXT.
20389         (c_function_chain): Delete.
20390         (push_c_function_context): New arg F.  Don't warn about nested
20391         functions here.  Fill LANGUAGE elt of F.  Delete code to update
20392         c_function_chain.  Don't call push_function_context.
20393         (pop_c_function_context): New arg F.  Restore from there instead of
20394         from c_function_chain.  Don't call pop_function_context.  Clear out
20395         LANGUAGE field of F when done.
20396         * c-lang.c: Include "function.h"
20397         (lang_init): Initialize save_lang_status and restore_lang_status.
20398         * c-parse.in (nested_function, nested_function_notype): Warn about
20399         nested functions.  Call push_function_context/pop_function_context
20400         instead of the _c_ variants.
20401         * c-tree.h (push_c_function_context, pop_c_function_context): Update
20402         prototype.
20403         * Makefile.in (c-lang.o): Update dependencies.
20404
20405         * emit-rtl.c (init_emit): Use xmalloc to allocate regno_reg_rtx,
20406         regno_pointer_flag, regno_pointer_align.
20407         (gen_reg_rtx): Use xrealloc to enlarge them.
20408         (free_emit_status): New function.
20409         * function.c (mark_machine_status, mark_lang_status): New variables.
20410         (assign_stack_local_1): Renamed from assign_outer_stack_local.  Merge
20411         in some bits from assign_stack_local.  All callers changed to use new
20412         name.
20413         (assign_stack_local): Just call assign_stack_local_1.
20414         (free_after_compilation): New function.
20415         (put_reg_into_stack): Simplify to always call assign_stack_local_1.
20416         (trampoline_address): Likewise.
20417         (assign_parms): Use xcalloc/xrealloc to allocate parm_reg_stack_loc.
20418         (prepare_function_start): Explicitly clear some more variables.
20419         * function.h (struct function): New elt can_garbage_collect.
20420         (mark_machine_status, mark_lang_status): Declare variables.
20421         (free_after_compilation, free_emit_status, free_varasm_status,
20422         init_varasm_status): Declare functions.
20423         * toplev.c (rest_of_compilation): Call free_after_compilation when
20424         done with the current function.
20425         * varasm.c (free_varasm_status): New function.
20426
20427 Sat Sep  4 17:15:13 1999  Richard Henderson  <rth@cygnus.com>
20428
20429         * sparc.h (EXPAND_BUILTIN_VA_START): Define.
20430         (EXPAND_BUILTIN_VA_ARG): Define.
20431         * sparc.c (sparc_va_start): New.
20432         (sparc_va_arg): New.
20433
20434 Sun Sep  5 11:11:59 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20435
20436         * config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs.
20437
20438 Sun Sep  5 10:13:19 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20439
20440         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Disable.
20441
20442 Sat Sep  4 13:44:01 1999  Mark Mitchell  <mark@codesourcery.com>
20443
20444         * Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.
20445         (OBJS): Add $(GGC).
20446         (ggc-callbacks.o): New target.
20447         * ggc-callbacks.c: New file.
20448
20449 Sat Sep  4 22:53:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20450
20451         * expr.h: Collapse individual optab and libfunc vars to arrays.
20452         (optab_index, libfunc_index): New enumerations.
20453         (optab_table, libfunc_table): New arrays.
20454         Add accessor macros for both.
20455
20456         * optabs.c (optab_table, libfunc_table): New.
20457         Delete declarations for individual optab and libfunc vars.
20458
20459 Sat Sep  4 12:57:17 1999  Richard Henderson  <rth@cygnus.com>
20460
20461         * i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args.
20462
20463 Sat Sep  4 11:19:52 1999  Richard Henderson  <rth@cygnus.com>
20464
20465         * Makefile.in (GGC, GGC_LIB): New.
20466         (HOST_RTL): Include ggc-none.o.
20467         (ggc-simple.o): New target.
20468         (ggc-none.o): Likewise.
20469         * tree.h (tree_common): Add gc_mark.
20470         * rtl.h (struct rtx_def): Steal a bit from code to make gc_mark.
20471         (struct rtvec_def): Add gc_mark.
20472         * emit-rtl.c (global_rtl): Update static initializers to contain
20473         enough initializers.
20474         * ggc.h, ggc-none.c, ggc-simple.c: New files.
20475         * toplev.c (gc_time): New variable.
20476         (all_time): New variable.
20477         (compile_file): Print gc time.
20478         (print_time): Calculate percentage of the whole.
20479
20480 Sat Sep  4 13:11:01 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20481
20482         Change obstack memory management and varasm constant pool handling so
20483         that nested functions are treated like any other functions.
20484         * function.c (init_machine_status): New variable.
20485         (push_function_context_to): Set contains_functions for the outer
20486         function.  Don't call save_varasm_status.
20487         (pop_function_context_from): Don't call restore_varasm_status.  Don't
20488         set current_function_contains_functions.
20489         (prepare_function_start): Call init_varasm_status rather than
20490         init_const_rtx_hash_table.  Call (*init_machine_status) if the pointer
20491         is non-null.
20492         * function.h (struct function) Add field varasm.  Delete fields
20493         inline_obstacks, inl_emit, const_rtx_hash_table, first_pool,
20494         last_pool, const_rtx_sym_hash_table, pool_offset, const_double_chain.
20495         (init_machine_status): Declare.
20496         (save_varasm_status, restore_varasm_status): Delete declarations.
20497         (save_tree_status, restore_tree_status): Delete last argument.
20498         * integrate.c (initialize_for_inline): Lose arg COPY.  Delete copying
20499         code.  All callers changed.
20500         (copy_decl_list, copy_decl_tree, copy_decl_rtls, copy_for_inline,
20501         save_constants_in_decl_trees, restore_constants, save_constants,
20502         save_for_inline_eh_labelmap, save_for_inline_copying): Delete
20503         functions.
20504         (inlining): New variable.
20505         (reg_map, label_map, insn_map, orig_asm_operands_vector,
20506         copy_asm_operands_vector, copy_asm_constraints_vector): Delete
20507         variables.
20508         (save_for_inline_nocopy): Don't save constants.
20509         Don't set inl_emit field in current_function.
20510         (expand_inline_function): Use emit field, not inl_emit, of the inlined
20511         function.  Set new variable inlining before
20512         calling copy_rtx_and_substitute.
20513         (copy_rtx_and_substitute): In MEM and SYMBOL_REF cases, handle
20514         constant pool references if inlining is nonzero.
20515         Delete ADDRESS and (most of the) CONST cases.
20516         (output_inline_function): Save and restore current_function/
20517         current_function_decl.  Delete restore_constants code.  Don't call
20518         init_const_rtx_hash_table.
20519         * output.h (init_const_rtx_hash_table): Don't declare.
20520         * rtl.h (struct function): Declare.
20521         (get_pool_constant_for_function, get_pool_mode_for_function): Declare.
20522         * toplev.c (rest_of_compilation): Don't treat nested functions or
20523         functions containing them specially.  Delete all code to deal with
20524         save_for_inline_copying.
20525         * tree.c (toplev_inline_obstacks, extra_inline_obstacks,
20526         inline_obstacks): Delete variables.
20527         (save_tree_status): Lose arg CONTEXT.  All callers changed.
20528         Simply allocate a new function_maybepermanent_obstack for the new
20529         function, delete all the special cases.
20530         Don't save inline_obstacks.
20531         (restore_tree_status): Lose arg CONTEXT.  All callers changed.
20532         Delete special handling for function_maybepermanent_obstack; simply
20533         free it if empty.
20534         Don't restore inline_obstacks.
20535         (permanent_allocation):  Delete code that frees inline_obstacks.
20536         (print_inline_obstack_statistics): Delete function.
20537         (dump_tree_statistics): Don't call it.
20538         * varasm.c (struct varasm_status): New.
20539         (const_rtx_hash_table, const_rtx_sym_hash_table, first_pool,
20540         last_pool, pool_offset, const_double_chain): Delete global
20541         variables, replace with accessor macros.
20542         (immed_double_const): Don't walk const_double_chain outside a
20543         function, but don't treat nested functions specially anymore.
20544         (immed_real_const_1): Likewise.
20545         (clear_const_double_mem): Don't treat nested functions specially.
20546         (init_const_rtx_hash_table): Deleted, code moved to init_varasm_status.
20547         (save_varasm_status, restore_varasm_status): Delete functions.
20548         (init_varasm_status): New function.
20549         (force_const_mem): Don't treat nested functions specially.
20550         (find_pool_constant): Accept new arg F, search for constants in
20551         that function's pool rather than the current one.  All callers
20552         changed.
20553         (get_pool_constant_for_function, get_pool_mode_for_function): New
20554         functions.
20555
20556         * i386.c (init_386_machine_status): New function, mostly from
20557         clear_386_stack_locals.
20558         (struct machine_functions): Rename element names to avoid name
20559         clashes.
20560         (pic_label_rtx, pic_label_name, i386_stack_locals): New accessor
20561         macros, replacing global variables.
20562         (clear_386_stack_locals, save_386_machine_status,
20563         restore_386_machine_status): Delete functions.
20564         (override_options): Initialize init_machine_status.
20565         * i386.h (INIT_EXPANDERS): Delete macro.
20566         (save_386_machine_status, restore_386_machine_status,
20567         clear_386_stack_locals): Delete declarations.
20568
20569 Sat Sep  4 16:56:28 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20570
20571         * config/c4x/c4x.md (rptb_init): Renamed from *rptb_init.
20572         (doloop_begin):  Simplify pattern and use emit_jump_insn.
20573         (doloop_end): Simplify pattern, switch operand order,
20574         and use emit_jump_insn.
20575
20576 Fri Sep  3 19:02:38 1999  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
20577
20578         * function.h (struct function): Add new element LANGUAGE.
20579         (save_lang_status): Declare new variable.
20580         (restore_lang_status): Likewise.
20581         * function.c (save_lang_status): Define.
20582         (restore_lang_status): Likewise.
20583         (push_function_context_to): Call language-specific save function.
20584         (pop_function_context_from): Call language-specific restore function.
20585
20586 Fri Sep  3 01:16:18 1999  Alasdair Baird  <alasdair@wildcat.demon.co.uk>
20587
20588         * i386.md (movsf_1): Check REG_P before use of REGNO.
20589         (movdf_1): Likewise.
20590         (movxf_1): Likewise.
20591         (extendsfdf2): Likewise.
20592         (extendsfxf2): Likewise.
20593         (extenddfxf2): Likewise.
20594
20595 Sat Sep  4 11:37:15 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20596
20597         * config/c4x/c4x.c (c4x_emit_move_sequence): Do not force large
20598         constants into memory.
20599         (c4x_shiftable_constant): New function.
20600         * config/c4x/c4x.c (LEGITIMATE_CONSTANT_P): Allow any CONST_INT.
20601         (c4x_shiftable_constant): Declare.
20602         * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant,
20603         ashlqi3_noclobber): Add new patterns and associated splitters.
20604
20605 Fri Sep  3 16:22:17 1999  Richard Henderson  <rth@cygnus.com>
20606
20607         * dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.
20608         * dwarf2out.c (dwarf2out_frame_init): Likewise.
20609         * final.c (shorten_branches): Likewise.
20610         * global.c (global_alloc): Likewise.
20611         * haifa-sched.c (build_control_flow): Likewise.
20612         * stmt.c (check_for_full_enumeration_handling): Likewise.
20613         (estimate_case_costs): Likewise.
20614
20615 Fri Sep  3 15:49:56 1999  Mark Mitchell  <mark@codesourcery.com>
20616
20617         * rtl.h (RTL_CHECKC2): Fix typo in last change.
20618
20619 Fri Sep  3 15:13:34 1999  Richard Henderson  <rth@cygnus.com>
20620
20621         * flow.c (propagate_block): Use XEXP not SET_DEST for a USE.
20622         (recompute_reg_usage): Likewise.
20623         * rtlanal.c (find_regno_fusage): Likewise.
20624
20625         * rtl.c (rtl_check_failed_code1): New function.
20626         (rtl_check_failed_code2): New.
20627         * rtl.h (RTL_CHECK1, RTL_CHECK2, RTVEC_ELT): Parenthesize args.
20628         (RTL_CHECKC1, RTL_CHECKC2): New.
20629         (XC*): New accessor macros.
20630         (NOTE_*, LABEL_NAME, LABEL_NUSES, ADDRESSOF_REGNO): Use them.
20631         (ADDRESSOF_DECL, JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF): Likewise.
20632         (CONTAINING_INSN, REGNO, INTVAL, SUBREG_REG, SUBREG_WORD): Likewise.
20633         (ASM_OPERANDS_*, MEM_ALIAS_SET, SET_SRC, SET_DEST): Likewise.
20634         (TRAP_*, RANGE_INFO_*): Likewise.
20635
20636 Fri Sep  3 15:10:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20637
20638         * Makefile.in (tlink.o): Don't depend on toplev.h.
20639
20640         * collect2.c (c_file, o_file, export_file, import_file, ldout,
20641         output_file, nm_file_name, ldd_file_name, strip_file_name,
20642         c_file_name, prefix_list, libexts, is_ctor_dtor, find_a_file,
20643         add_prefix, prefix_from_env, prefix_from_string, do_wait,
20644         fork_execute, maybe_unlink, add_to_list,
20645         extract_init_priority, write_list, dump_list,
20646         dump_prefix_list, write_list_with_asm, write_c_file,
20647         write_c_file_stat, write_c_file_glob, scan_prog_file,
20648         scan_libraries, is_in_list, resolve_lib_name, use_import_list,
20649         ignore_library, extract_string, notice, dump_file, target_machine,
20650         collect_wait, collect_execute, libname, locatelib, aix_std_libs,
20651         read_file, print_load_command): Constify a char*.
20652         (fdopen, error, fatal, fatal_perror): Don't prototype.
20653         (my_strerror): Remove.  All callers use xstrerror instead.
20654         (xcalloc, xmalloc, xrealloc, xstrdup, putenv): Remove definitions.
20655         (main): Add prototype.  Constify lots of char* ptrs.  Change calls
20656         to xcalloc/strcpy/strcat/...  to one call to concat.
20657         (main, scan_prog_file, scan_libraries): Use an intermediate
20658         `const char **' to build an argv array.
20659         (mapfile, libselect, libcompare, locatelib): Add prototypes.
20660
20661         * collect2.h (collect_execute, collect_wait, dump_file,
20662         file_exists): Constify a char*.
20663         (ldout, c_file_name, temporary_obstack, permanent_obstack,
20664         temporary_firstobj, vflag, debug): Add extern declarations.
20665         (fancy_abort, error, notice, fatal, fatal_perror): Add prototypes.
20666
20667         * tlink.c: Don't include toplev.h.
20668         (vflag, debug, ldout, c_file_name, temporary_obstack,
20669         permanent_obstack, temporary_firstobj): Don't declare.
20670         (tlink_execute, frob_extension, symbol_hash_lookup,
20671         file_hash_lookup, demangled_hash_lookup, tlink_init, freadsym,
20672         recompile_files, read_repo_files, demangle_new_symbols,
20673         scan_linker_output): Constify a char*.
20674         (symbol_hash_newfunc, file_hash_newfunc, demangled_hash_newfunc,
20675         do_tlink): Mark parameters with ATTRIBUTE_UNUSED.
20676
20677 Fri Sep  3 18:09:24 1999  Andrew Haley  <aph@cygnus.com>
20678
20679         * config/m68k/m68kelf.h: Set USE_GAS; this makes gcc generate jbsr
20680         (relative) rather than jsr (absolute) subroutine call insns.
20681         * config/m68k/m68k-coff.h: Ditto.
20682
20683 Fri Sep  3 17:24:31 1999  Richard Earnshaw <rearnsha@arm.com>
20684
20685         * arm.c (note_invalid_constants): No need to ignore ASMs, we can
20686         now rework these too.
20687         (arm_reorg): If an insn can't reach the end of the current pool,
20688         ensure that we emit that pool before the insn.
20689
20690 Fri Sep  3 09:14:32 1999  Marc Espie <espie@tetto.liafa.jussieu.fr>
20691
20692         * tlink.c (scan_linker_output): Skip the initial underscore in
20693         a mangled name if appropriate.
20694
20695 Fri Sep  3 01:28:33 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20696
20697         * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
20698         objc_tree_code_name, synth_id_with_class_suffix, warn_with_method,
20699         error_with_ivar, gen_declarator, create_builtin_decl,
20700         my_build_string, generate_descriptor_table, generate_ivars_list,
20701         generate_dispatch_table, check_protocols, TAG_GETCLASS,
20702         TAG_GETMETACLASS, TAG_MSGSEND, TAG_MSGSENDSUPER, TAG_EXECCLASS,
20703         dump_base_name, lang_decode_option, build_encode_expr,
20704         start_class, finish_class, encode_pointer, really_start_method,
20705         gen_declaration, dump_interface, handle_class_ref, handle_impent):
20706         Constify.
20707         (objc_demangle, objc_printable_name, generate_struct_by_value_array):
20708         Add static prototypes.
20709         (build_objc_string_decl, build_selector_reference_decl,
20710         encode_bitfield, build_class_reference_decl): Remove unused
20711         parameter, all callers changed.
20712         (maybe_objc_method_name): Mark with ATTRIBUTE_UNUSED.
20713         (objc_printable_name): Likewise.  Change second parameter to type int.
20714         (init_objc): Use memcpy, not bcopy, to avoid casts.
20715
20716 Thu Sep  2 21:49:52 1999  Richard Henderson  <rth@cygnus.com>
20717
20718         * reload1.c (eliminate_regs_in_insn): Avoid eliminating the
20719         reg notes on a deleted insn.
20720         * gcse.c (hash_expr_1): Use XWINT on a CONST_DOUBLE.
20721
20722 Thu Sep  2 20:18:12 1999  Jeffrey A Law  (law@cygnus.com)
20723
20724         * i386.c (ix86_attr_length_default): Handle TYPE_FXCH.
20725
20726 Thu Sep  2 22:00:08 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
20727
20728         * stmt.c (expand_asm_operands): Fix index into inout_mode when
20729         reading it.
20730
20731 Thu Sep  2 13:00:48 1999  Richard Henderson  <rth@cygnus.com>
20732
20733         * stmt.c (expand_asm_operands): Invoke MD_ASM_CLOBBERS if present.
20734         * tm.texi (MD_ASM_CLOBBERS): Document it.
20735
20736 Thu Sep  2 10:22:40 1999  Richard Henderson  <rth@cygnus.com>
20737
20738         * dwarf2out.c (dwarf2out_line): Constify `lastfile'.
20739         * except.c (expand_rethrow): Remove unused variable.
20740         * expr.c (do_jump_by_parts_greater_rtx): Likewise.
20741         * flow.c (replace_insns): Likewise.
20742         (create_edge_list, verify_edge_list): Likewise.
20743         * gcse.c (cprop_cc0_jump): Protect declaration with HAVE_cc0.
20744
20745         * genemit.c (gen_expand): Only emit `operands[N]' decl if there
20746         is special code to run.
20747         (main): Don't define operands to emit_operand.
20748         * genrecog.c (main): Don't emit an empty peephole2_insn function.
20749
20750         * rtl.h (NOTE_BASIC_BLOCK): Use X0BBDEF.
20751
20752         * alpha/alpha.h (normal_memory_operand): Declare.
20753         (reg_no_subreg_operand): Declare.
20754         * alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.
20755
20756 Thu Sep  2 10:19:20 1999  Richard Henderson  <rth@cygnus.com>
20757
20758         * c-parse.in (compstmt_primary_start): New, broken out of first
20759         part of compstmt handling in primary.
20760         (primary): Use it.  Add an error clause.
20761         (compstmt_nostart): Renamed from compstmt; remove all
20762         initial invocations of compstmt_start.
20763         (compstmt): New.
20764
20765 Thu Sep  2 01:35:50 1999  Marc Espie <espie@cvs.openbsd.org>
20766
20767         * protoize.c (gen_aux_info_file):  Let pexecute call choose_temp_base if
20768         needed.
20769
20770 Thu Sep  2 00:43:59 1999  Finn Hakansson  <finn@axis.com>
20771
20772         * combine.c (simplify_shift_const): Remove extra semicolon.
20773         * dwarf2out.c (remove_AT): Likewise.
20774         * expmed.c (expand_mult): Likewise.
20775         * gcov.c (create_program_flow_graph): Likewise.
20776         * reorg.c (mostly_true_jump): Likewise.
20777
20778 Thu Sep  2 00:06:43 1999  Jeffrey A Law  (law@cygnus.com)
20779
20780         * fold-const.c (fold_range_test): Do not try to fold the range
20781         test if the rhs or lhs has side effects.
20782
20783         * combine.c (simplify_rtx): Recognize another case of a synthesized
20784         sign extension.
20785
20786         * varasm.c (mark_constant_pool): When marking indirect references,
20787         only look at SYMBOL_REFs.
20788
20789         * except.c (expand_fixup_region_end): Do not peek at
20790         INSN_UID (node->entry->outer_context) for flag_new_exceptions.
20791
20792 Thu Sep  2 13:52:53 1999  Geoffrey Keating  <geoffk@cygnus.com>
20793
20794         * flags.h: New variables align_loops, align_loops_log,
20795         align_jumps, align_jumps_log, align_labels, align_labels_log,
20796         align_functions, align_functions_log.
20797         * toplev.c: Define them.
20798         (f_options): Handle -falign-* when they have no argument.
20799         (main): Add logic to set variables for -falign-functions,
20800         -falign-jumps, -falign-labels, -falign-loops.
20801         Make it -fsched-verbose=<n> and -finline-limit=<n>.
20802         (display_help): Change help to match options.
20803         * final.c (LABEL_ALIGN): Default to align_labels_log.
20804         (LABEL_ALIGN_MAX_SKIP): Default to align_labels-1.
20805         (LOOP_ALIGN): Default to align_loops_log.
20806         (LOOP_ALIGN_MAX_SKIP): Default to align_loops-1.
20807         (LABEL_ALIGN_AFTER_BARRIER): Default to align_jumps_log.
20808         (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Default to align_jumps-1.
20809         * varasm.c (assemble_start_function): Handle align_functions.
20810
20811         * config/sparc/sparc.h: Don't declare sparc_align_*.
20812         Don't provide LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN.
20813         (DEFAULT_SPARC_ALIGN_FUNCS): Delete; take functionality into
20814         sparc.c.
20815         (FUNCTION_BOUNDARY): Fix incorrect use---it's not just a request,
20816         it's a promise.
20817         * config/sparc/sparc.c: Delete sparc_align_loops,
20818         sparc_align_jumps, sparc_align_funcs and the corresponding string
20819         variables.
20820         (sparc_override_options): Default align_functions on ultrasparc.
20821         Delete -malign-* handling.
20822
20823         * config/mips/mips.c (override_options):  On 64-bit targets,
20824         try to align code to 64-bit boundaries.
20825         (print_operand): New substitution, %~,
20826         which aligns labels to align_labels_log.
20827         * config/mips/mips.md (div_trap_normal): Use %~.
20828         (div_trap_mips16): Likewise.
20829         (abssi): Likewise.
20830         (absdi2): Likewise.
20831         (ffssi2): Likewise.
20832         (ffsdi2): Likewise.
20833         (ashldi3_internal): Likewise.
20834         (ashrdi3_internal): Likewise.
20835         (lshrdi3_internal): Likewise.
20836         (casesi_internal): Likewise.
20837
20838 Wed Sep  1 21:13:48 1999  Richard Henderson  <rth@cygnus.com>
20839
20840         Merge new ia32 backend from the branch!
20841
20842         * i386.h, i386.c, i386.md, reg-stack.c, i386/unix.h: Many changes.
20843         See ChangeLog.P2 on new_ia32_branch for details.
20844
20845         * rtl.h (stack_regs_mentioned_p): Delete prototype.
20846         * i386/cygwin.h (SUBTARGET_PROLOGUE): No more do_rtl.
20847         * i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
20848         * i386/gas.h (ASM_FILE_START): Define.
20849         * i386/winnt.c (i386_pe_valid_decl_attribute_p): Update
20850         for name change of ix86_valid_decl_attribute_p.
20851         (i386_pe_valid_type_attribute_p): Similarly.
20852
20853 Wed Sep  1 18:21:23 1999  Richard Henderson  <rth@cygnus.com>
20854
20855         * emit-rtl.c (init_emit_once): Don't use GET_MODE_WIDER_MODE
20856         to step through CC modes.
20857
20858 Wed Sep  1 20:18:06 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
20859
20860         * regmove.c (fixup_match_1): Don't move INSN in front of P if
20861         it would end up in the shadow of a live flags regsiter.
20862
20863 Wed Sep  1 11:32:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20864
20865         * reload1.c: Fix many indentation problems.
20866         * reload.c: Likewise.
20867
20868 Tue Aug 31 22:08:03 1999  Marc Espie <espie@cvs.openbsd.org>
20869
20870         * alias.c (non_local_reference_p): Constify fmt.
20871
20872 Tue Aug 31 23:19:35 1999  Michael Meissner  <meissner@cygnus.com>
20873
20874         * config/i386/xm-cygwin.h (HAVE_DOS_BASED_FILE_SYSTEM): Define.
20875
20876 Tue Aug 31 16:44:52 1999  Jeffrey A Law  (law@cygnus.com)
20877
20878         * cse.c (delete_trivially_dead_insns): Do not delete stores to
20879         the internal_arg_pointer.
20880
20881 Tue Aug 31 13:35:42 1999  Richard Henderson  <rth@cygnus.com>
20882
20883         Merge peephole2 from new_ia32_branch:
20884         * Makefile.in (STAGESTUFF): Add *.peephole2.
20885         (mostlyclean): Likewise.
20886         (recog.o): Depend on resource.h.
20887
20888         * final.c (peephole): Conditionalize decl on HAVE_peephole.
20889         (final_scan_insn): Likewise for the invocation of peephole.
20890         * genconfig.c (main): Look for peephole and peephole2 patterns.
20891         Emit HAVE_peephole* accordingly.
20892         * genpeep.c (main): Conditionalize entire output on HAVE_peephole.
20893         * flags.h (flag_peephole2): Declare.
20894         * toplev.c: New pass peephole2.  New flag -fpeephole2.
20895
20896         * genattrtab.c (main): Count DEFINE_PEEPHOLE2.
20897         * gencodes.c (main): Likewise.
20898         * genextract.c (main): Likewise.
20899         * genoutput.c (main): Likewise.
20900         * genemit.c (max_operand_1): Look for the max scratch operand.
20901         (gen_rtx_scratch): New.
20902         (gen_exp): Use it, and pass on new arg subroutine_type.
20903         (gen_expand): Take max scratch into account.
20904         (gen_split): Emit peephole2 functions.
20905         (output_peephole2_scratch): New.
20906         (main): Include hard-reg-set.h and resource.h.  Handle peephole2.
20907         * genrecog.c (routine_type): Add PEEPHOLE2.
20908         (IS_SPLIT): New.
20909         (make_insn_sequence): Match outer parallel for peep2.  Discard
20910         top level scratches and dups.
20911         (add_to_sequence): New args insn_type and top.  Update all callers.
20912         Handle toplevel peep2 matching insns.
20913         (write_subroutine): Handle peep2.
20914         (write_tree_1): Likewise.
20915         (write_tree): Likewise.
20916         (main): Likewise.
20917         (change_state): New arg afterward.  Update all callers.
20918         Handle matching separate insns.
20919         * recog.c (recog_next_insn): New.
20920         (peephole2_optimize): New.
20921         * rtl.def (DEFINE_PEEPHOLE2): New.
20922         * resource.c (find_free_register): New argument last_insn.  Use it
20923         to find a register available through the entire span.
20924         * resource.h (find_free_register): Update prototype.
20925
20926 Tue Aug 31 11:51:06 1999  Jim Kingdon  <http://developer.redhat.com>
20927
20928         * i386.c (output_strlen_unroll): Don't write xops[7]
20929         label if it wasn't set.
20930
20931 1999-08-31 12:44 -0700  Zack Weinberg  <zack@bitmover.com>
20932
20933         * cpplib.c (struct directive): Const-ify name pointer and
20934         function pointer prototype.
20935         (validate_else, do_define, do_line, do_include, do_undef,
20936         do_error, do_pragma, do_ident, do_if, do_xifdef, do_else,
20937         do_elif, do_endif, do_sccs, do_assert, do_unassert,
20938         do_warning): Const-ify second arg.
20939         (directive_table): Mark const.  Reorder entries by frequency
20940         of usage, record statistics.
20941
20942 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>
20943
20944         * rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and
20945         bounds- check RTL accesses if --enable-checking.
20946         (RTVEC_ELT): Bounds check if --enable-checking.
20947         (XWINT, XINT, XSTR, XEXP, XVEC, XMODE, XBITMAP, XTREE,
20948         XBBDEF): Use RTL_CHECK1/RTL_CHECK2 as appropriate.
20949         (XVECEXP, XVECLEN): Define in terms of XVEC, RTVEC_ELT, and
20950         GET_NUM_ELEM.
20951         (X0WINT, X0INT, X0STR, X0EXP, X0VEC, X0MODE, X0BITMAP, X0TREE,
20952         X0BBDEF, X0ADVFLAGS):  New macros for accessing '0' slots of RTXes.
20953
20954         (ADDR_DIFF_VEC_FLAGS): Use X0ADVFLAGS.
20955         (NOTE_SOURCE_FILE): Use X0STR.
20956         (NOTE_BLOCK_NUMBER, NOTE_EH_HANDLER, LABEL_NUSES,
20957         MEM_ALIAS_SET): Use X0INT.
20958         (NOTE_RANGE_INFO, NOTE_LIVE_INFO, NOTE_BASIC_BLOCK,
20959         JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF, CONTAINING_INSN):
20960         Use X0EXP.
20961         * real.h (CONST_DOUBLE_CHAIN): Use X0EXP.
20962         * rtl.c (copy_rtx, copy_most_rtx): Copy '0' slots with X0WINT.
20963         (rtl_check_failed_bounds, rtl_check_failed_type1,
20964         rtl_check_failed_type2, rtvec_check_failed_bounds): New
20965         functions.
20966         (fancy_abort): Fix comment.
20967
20968         * cse.c (canon_hash): Read CONST_DOUBLE data slots with XWINT.
20969         (cse_insn): Decrement LABEL_NUSES for jump target before
20970         deleting jump insn.
20971         * emit-rtl.c (gen_rtx_CONST_DOUBLE): Use X0EXP for slot 1.
20972         * final.c (alter_subreg): Compute regno before changing x to
20973         REG; set REGNO(x) after changing it.
20974         * flow.c (count_basic_blocks): Use XWINT to inspect EH_REGION
20975         notes containing CONST_INTs.
20976         (delete_eh_regions): Use NOTE_EH_HANDLER.
20977         * function.c (put_reg_into_stack): Make reg a MEM before
20978         initializing it.
20979         (fixup_var_refs_insns):  Save REG_NOTES (insn) in case we
20980         delete insn.
20981         (gen_mem_addressof): Make reg a MEM before initializing it.
20982         * integrate.c (copy_rtx_and_substitute): Copy '0' slots with
20983         X0WINT.
20984         * local-alloc.c (update_equiv_regs): Zap REG_NOTES before
20985         deleting an insn, not after.
20986         (block_alloc): Only look at PATTERN(insn) if we have to, and
20987         only if it's format class 'i'.
20988         * loop.c (check_dbra_loop): Check bl->biv->add_val is a
20989         CONST_INT before using its INTVAL.
20990         * print-rtl.c (print_rtx): Use X0STR.
20991         * regmove.c (fixup_match_1): Don't look at PATTERN of
20992         non-class-'i' insn chain elements.
20993         * reload.c (loc_mentioned_in_p): Take address of
20994         in->fld[1].rtx directly.
20995         * reload1.c (reload): Change reg to a MEM before initializing
20996         it.
20997         * varasm.c (mark_constant_pool): Skip CONST_DOUBLES, which
20998         have no names.
20999         * config/i386/i386.md (decrement_and_branch_if_zero): Fix typo.
21000
21001 Fri Aug 20 13:43:41 1999  Andrew Haley  <aph@cygnus.com>
21002
21003         * config/mips/mips.c (machine_dependent_reorg): Force a
21004         barrier to output the local constant pool if a barrier hasn't
21005         been found at a natural point in the instruction stream.
21006
21007 Mon Aug 30 22:04:36 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21008
21009         * c-parse.in (language_string): Constify.
21010
21011         * dwarf2out.c (language_string): Remove declaration.
21012
21013         * dwarfout.c (language_string): Likewise.
21014
21015         * toplev.c (language_string, init_parse, finish_parse): Likewise.
21016
21017         * tree.h (language_string, init_parse, finish_parse): Declare.
21018
21019         * i386/sun386.h (language_string): Remove declaration.
21020
21021         * mips.h (language_string): Likewise.
21022
21023         * nextstep.h (language_string): Likewise.
21024
21025         * nextstep21.h (language_string): Likewise.
21026
21027         * rs6000.c (language_string): Likewise.
21028
21029 Mon Aug 30 20:56:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21030
21031         * Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.
21032         (getpwd.o): Remove target.
21033
21034         * getpwd.c: Delete file.  Its in libiberty now.
21035
21036         * dbxout.c (getpwd): Don't prototype.
21037         * dwarf2out.c (getpwd): Likewise
21038         * dwarfout.c (getpwd): Likewise
21039         * final.c (getpwd): Likewise.
21040         * protoize.c (getpwd): Likewise.
21041
21042 Mon Aug 30 20:21:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21043
21044         * cse.c: (fold_rtx): Cast to HOST_WIDE_INT in left shift.
21045
21046 Mon Aug 30 16:07:49 1999  Richard Henderson  <rth@cygnus.com>
21047
21048         * flow.c (new_insn_dead_notes): Use sets_reg_or_subreg not
21049         mark_set_resources.
21050
21051 Mon Aug 30 12:23:53 1999  Jim Wilson  <wilson@cygnus.com>
21052
21053         * fixinc/Makefile.in (subdir): New.
21054         (fixincl.x, inclhack.sh, fixincl.sh): Use cp instead of $(CP).
21055         (Makefile): New.
21056
21057 Mon Aug 30 01:02:09 1999  Jeffrey A Law  (law@cygnus.com)
21058
21059         * emit-rtl.c (copy_rtx_if_shared): A MEM which references
21060         virtual_stack_vars_rtx or virtual_incoming_args_rtx can not
21061         be shared.
21062
21063         * invoke.texi: Fix typo.
21064
21065         * dwarf2out.c (mem_loc_descriptor): New argument MODE.  All callers
21066         changed.  Handle autoincrement addressing modes.
21067
21068         * integrate.c (copy_rtx_and_substitute): Handle internal_arg_pointer
21069         just like we would the virtual incoming args register when
21070         integrating.
21071
21072 Sun Aug 29 23:17:54 1999  David Edelsohn  <edelsohn@gnu.org>
21073
21074         * rs6000.h (ASM_FILE_START): Specify complete filename, including
21075         path, in .file directive.
21076
21077 Sun Aug 29 05:06:43 1999  Russ Allbery  <rra@stanford.edu>
21078
21079         * gcc.texi (External Bugs): Remove obsolete note about Perl on
21080         SunOS.
21081
21082 1999-08-29 08:38 -0700  Zack Weinberg  <zack@bitmover.com>
21083
21084         * stdbool.h: Make the typedef name _Bool, with bool a #defined
21085         alias.
21086
21087 Sun Aug 29 09:36:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21088
21089         * tree.c (tree_code_name): Constify a char*.
21090
21091         * tree.h (tree_code_name, decl_printable_name): Likewise.
21092
21093         * function.h (struct function): Likewise.
21094
21095         * toplev.c (decl_name, decl_printable_name): Likewise.
21096
21097         * vax/vms.h (MAYBE_VMS_FUNCTION_PROLOGUE): Likewise.
21098
21099         * objc/objc-act.c (decl_printable_name): Remove redundant prototype.
21100         (init_objc): Remove function pointer cast.
21101
21102 Sun Aug 29 05:01:17 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
21103
21104         * pa.md (interspace_jump): New pattern.
21105         (builtin_longjmp): New expander.
21106
21107 1999-08-29  Bernd Schmidt  <bernds@cygnus.co.uk>
21108
21109         * fp-bit.c (add, sub, multiply, divide, compare, _eq_f2, _ne_f2,
21110         _gt_f2, _ge_f2, _lt_f2, _le_f2, float_to_si, float_to_usi, negate,
21111         sf_to_df, df_to_sf): Fix potential problem with alias analysis.
21112
21113 Sun Aug 29 04:30:52 1999  John Wehle  (john@feith.com)
21114
21115         * jump.c (delete_prior_computation): Also check calls
21116         to constant functions.  Don't bother checking for a
21117         REG_UNUSED note before adding it.
21118         (delete_computation): Handle multi-word hard registers
21119         when synthesizing missing REG_DEAD notes for a register
21120         which is both set and used by an insn.
21121
21122 1999-08-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
21123
21124         * loop.c (this_loop_info): New variable.
21125         (loop_has_call, loop_has_volatile, loop_has_tablejump,
21126         loop_continue, loops_enclosed): Replace with fields in this_loop_info.
21127         All uses updated.
21128         (prescan_loop, strength_reduce): New argument loop_info.  All callers
21129         updated.
21130         (scan_loop): New variable loop_info, initialise to address of
21131         this_loop_info.
21132         (prescan_loop): Set loop_info->vtop if find NOTE_INSN_LOOP_VTOP.
21133         Delete variable loop_has_multiple_exit targets and replace with
21134         field in this_loop_info.
21135         (find_and_verify_loops): Rename this_loop to this_loop_num.
21136         (strength_reduce): Delete loop_iteration_info.  Replace variable
21137         loop_info with function argument of same name.
21138         (insert_bct): Rework test for loop being completely unrolled.
21139
21140         * loop.h (struct loop_info): New fields num, loops_enclosed,
21141         has_call, has_volatile, has_tablejump, has_multiple_exit_targets,
21142         has_indirect_jump, and cont.  Redefine use of unroll_number.
21143         (loop_unroll_number): Delete.
21144
21145         * unroll.c (unroll_loop): Store loop unroll count in unroll_number
21146         field of loop_info.
21147         (loop_iterations): Delete variable vtop and instead use
21148         loop_info->vtop computed in prescan_loop.
21149
21150 Sun Aug 29 03:27:23 1999  Scott Weikart <scott@igc.apc.org>
21151
21152         * fix-header.c (main): Do not pass a null pointer to strcmp.
21153
21154 Sun Aug 29 03:18:48 1999  William Bader  (william@nscs.fast.net)
21155
21156         * configure.in (i[34567]86-*-sco3.2v4*): Target does not truncate
21157         filenames.
21158         * configure: Rebuilt.
21159
21160 Sat Aug 28 19:36:05 1999  Jeffrey A Law  (law@cygnus.com)
21161
21162         * jump.c (jump_optimize_1): Do not delete assignments to
21163         internal_arg_pointer.
21164         * cse.c (delete_trivially_dead_insns): Always consider a set of
21165         the internal_arg_pointer live.
21166
21167 Sat Aug 28 16:24:31 1999  Richard Henderson  <rth@cygnus.com>
21168
21169         * flow.c (flow_delete_insn_chain): Rename from delete_insn_chain.
21170         (update_life_info) [REG_WAS_0]: Search the original insns rather
21171         than the new insns for the note.  Fix typos finding note_dest.
21172         If no dest found, discard the note rather than abort.
21173         [REG_NOALIAS]: Handle as REG_NO_CONFLICT.
21174         (replace_insns): Remove the old insn list after update_life_info
21175         not before.
21176
21177 Sat Aug 28 16:20:12 1999  Richard Henderson  <rth@cygnus.com>
21178
21179         * haifa-sched.c (sched_analyze): Clear LOG_LINKS before calling
21180         sched_analyze_insn.
21181         (sched_analyze_1): Let add_dependence care for not adding dups.
21182         (sched_analyze_2): Likewise.
21183         (add_branch_dependences): Likewise.
21184
21185 Sat Aug 28 15:58:16 1999  Mumit Khan  <khan@xraylith.wisc.edu>
21186
21187         * i386/winnt.c (export_list): New type.
21188         (exports_head): Rename to
21189         (export_head):  this.
21190         (i386_pe_record_exported_symbol): Add is_data flag.
21191         (i386_pe_asm_file_end): Emit directive for exported variables.
21192         * i386/cygwin.h (i386_pe_record_exported_symbol): Update
21193         prototype.
21194         * i386/cygwin.h (ASM_OUTPUT_COMMON): Specify symbol type.
21195         (ASM_DECLARE_OBJECT_NAME): Likewise.
21196         (ASM_DECLARE_FUNCTION_NAME): Likewise.
21197         * i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
21198
21199 Fri Aug 27 15:35:24 1999  Jeffrey A Law  (law@cygnus.com)
21200
21201         * cse.c (fold_rtx): Work around bug in Sun V5.0 compilers.
21202
21203         * pa.c (emit_move_sequence): Do not stop on SUBREG_WORD of an
21204         operand.
21205
21206 Fri Aug 27 14:01:19 1999  Marc Espie <espie@cvs.openbsd.org>
21207
21208         * config/openbsd.h: Define SET_ASM_OP.
21209         * tm.texi: cross-reference SET_ASM_OP in the index.
21210
21211 1999-08-27 13:27 -0700  Zack Weinberg  <zack@bitmover.com>
21212
21213         * rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format
21214         for a CONST_DOUBLE, at compile time.  Initialize rtx_length
21215         and class_narrowest_mode at compile time.  Kill init_rtl.
21216         Mark rtx_length, mode_class, mode_size, mode_unit_size,
21217         mode_wider_mode, mode_mask_array, class_narrowest_mode, and
21218         rtx_format as const.  Kill all references to EXTRA_CC_MODES or
21219         EXTRA_CC_NAMES.
21220         * rtl.def (CONST_DOUBLE): Use CONST_DOUBLE_FORMAT macro for
21221         format.
21222         * rtl.h: Declare rtx_length and rtx_format as const.
21223         * machmode.def: Define CC().  Use CC() to define CCmode.  If
21224         EXTRA_CC_MODES is defined, expand it here.
21225         * machmode.h: Declare mode_class, mode_size, mode_unit_size,
21226         mode_wider_mode, mode_mask_array, and class_narrowest_mode as
21227         const.  Kill all references to EXTRA_CC_MODES.
21228
21229         * toplev.c: Don't prototype or call init_rtl.
21230         * optabs.c: Don't call init_mov_optab.
21231         * genemit.c: Don't generate init_mov_optab.  Don't call
21232         init_rtl.
21233         * gengenrtl.c: Duplicate calculation of CONST_DOUBLE_FORMAT
21234         here.
21235         * genattr.c, genattrtab.c, gencodes.c, genconfig.c,
21236         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
21237         genrecog.c: Don't call init_rtl.
21238
21239         * arc.h, arm.h, c4x.h, i386.h, i960.h, m88k.h, pa.h, pdp11.h,
21240         rs6000.h, sparc.h: Don't define EXTRA_CC_NAMES.  Use CC() in
21241         definition of EXTRA_CC_MODES.
21242
21243         * md.texi: Kill ref to EXTRA_CC_NAMES.
21244         * tm.texi: Document new way to define EXTRA_CC_MODES.
21245
21246         * genrecog.c: Do not look up the name of a define_split.
21247         (Unrelated bugfix.)
21248
21249 Fri Aug 27 17:03:42 1999  Nick Clifton  <nickc@cygnus.com>
21250
21251         * config/v850/v850.md: Fix typo introduced by previous delta.
21252
21253 Fri Aug 27 09:48:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21254
21255         * gcc.c (fatal): Make definition static to match prototype.
21256
21257 Fri Aug 27 10:33:35 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21258
21259         * combine.c (get_last_value): Don't look for earlier sets if the last
21260         known set is somewhere in between the insns being combined.
21261
21262 Fri Aug 27 10:03:12 BST 1999  Nathan Sidwell  <nathan@acm.org>
21263
21264         * configure.in: Don't use shell ! to negate exit codes
21265         * configure: Regenerate
21266
21267 Fri Aug 27 09:36:17 1999  Andreas Schwab  <schwab@suse.de>
21268
21269         * function.c (assign_stack_temp_for_type): Fix change of Mar 5 for
21270         the fact that ALIGN is measured in bits, not bytes.
21271
21272 1999-08-27 00:27 -0700  Zack Weinberg  <zack@bitmover.com>
21273
21274         * errors.c: New file; defines functions error, warning, and
21275         fatal, variables have_error and progname.
21276         * errors.h: New file; prototypes and decls for stuff in errors.c.
21277
21278         * Makefile: Add rules to build errors.o and
21279         $(HOST_PREFIX)errors.o.  Link genconfig, gencodes, genemit,
21280         genopinit, genrecog, genextract, genpeep, genattr, and
21281         genoutput with errors.o.  Add errors.h to deps of genconfig.o,
21282         gencodes.o, genemit.o, genopinit.o, genrecog.o, genextract.o,
21283         genpeep.o, genattr.o, and genoutput.o.
21284
21285         * genconfig.c, gencodes.c, genemit.c, genopinit.c, genrecog.c,
21286         genextract.c, genpeep.c, genattr.c:  Include errors.h.  Don't
21287         define or prototype fatal.  Set progname at beginning of main.
21288         * genoutput.c:  Likewise, and don't define or prototype error
21289         either.
21290
21291         * c-typeck.c (c_expand_start_case): Return immediately if exp
21292         is an ERROR_MARK.
21293         * fold-const.c (operand_equal_p): Return immediately if arg1
21294         or arg0 are ERROR_MARKs.
21295         * stor-layout.c (layout_type [case RECORD_TYPE]): Ignore
21296         fields of type ERROR_MARK when calculating if the record can
21297         go in a register.
21298
21299 Fri Aug 27 01:03:48 1999  Jim Kingdon  <http://developer.redhat.com>
21300         with much help from Jeffrey A Law and Richard Henderson
21301
21302         * i386.md: In the 6 insns which call output_fix_trunc,
21303         earlyclobber operands[0].
21304
21305 Fri Aug 27 01:01:51 1999  Philip Blundell  <pb@nexus.co.uk>
21306
21307         * jump.c (duplicate_loop_exit_test): Call reg_scan_update after
21308         creating new registers.
21309
21310 1999-08-26 23:09 -0700  Zack Weinberg  <zack@bitmover.com>
21311
21312         * i386.h: Declare ix86_cpu_string, ix86_arch_string,
21313         i386_reg_alloc_order, i386_regparm_string,
21314         i386_align_loops_string, i386_align_jumps_string,
21315         i386_align_funcs_string, i386_preferred_stack_boundary_string,
21316         and i386_branch_cost_string as type "const char *".
21317         * i386.c: Define all above strings as type "const char *".
21318
21319 Thu Aug 26 20:36:30 1999  Jim Wilson  <wilson@cygnus.com>
21320
21321         * dwarf2out.c (output_aranges): Check DWARF_OFFSET_SIZE not PTR_SIZE
21322         when emitting alignment padding.  Emit padding byte of 0 instead of 4.
21323
21324 Thu Aug 26 18:11:20 1999  Mark Mitchell  <mark@codesourcery.com>
21325
21326         * tree.c (array_type_nelts): Don't create RTL_EXPRs from
21327         SAVE_EXPRs unless the SAVE_EXPRs have already been expanded.
21328
21329 Thu Aug 26 19:33:23 1999  Jim Wilson  <wilson@cygnus.com>
21330
21331         * dwarf2out.c (DWARF2_ASM_LINE_DEBUG_INFO): Add default definition.
21332         (debug_dwarf): Add DWARF2_ASM_LINE_DEBUG_INFO support.
21333         (dwarf2out_line, dwarf2out_finish): Likewise.
21334         * tm.texi (DWARF2_ASM_LINE_DEBUG_INFO): Add documetation.
21335
21336 Thu Aug 26 16:10:56 1999  Gavin Romig-Koch  <gavin@cygnus.com>
21337
21338         * tree.c (lang_unsave_expr_now) : Correct return type.
21339         * tree.h (lang_unsave_expr_now) : Same.
21340
21341 Thu Aug 26 13:12:29 1999  Jeffrey A Law  (law@cygnus.com)
21342
21343         * pa.c (cint_ok_for_move): Use CONST_INT_OK_FOR_LETTER_P macros
21344         instead of duplicating code.
21345
21346 Thu Aug 26 18:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21347
21348         * gcse.c (hash_scan_insn): Don't scan obvious no-ops.
21349
21350 1999-08-26 09:42 -0700  Zack Weinberg  <zack@bitmover.com>
21351
21352         * tree.h: fancy_abort always takes three args.
21353         * resource.c: Move include of system.h before toplev.h.
21354
21355 Thu Aug 26 09:46:16 1999  Nick Clifton  <nickc@cygnus.com>
21356
21357         * dwarf2out.c (mem_loc_descriptor): Accept LABEL_REFs as well
21358         as SYMBOL_REFs.
21359
21360 1999-08-25 22:10 -0700  Zack Weinberg  <zack@bitmover.com>
21361
21362         * system.h: Don't redefine abort or trim_filename.
21363         * rtl.h: Define abort to fancy_abort (__FILE__, __LINE__, 0)
21364         or fancy_abort (__FILE__, __LINE__, __FUNCTION__) depending on
21365         whether or not __FUNCTION__ is available.
21366         * tree.h: Duplicate rtl.h's definition of abort, for files
21367         that don't include rtl.h.  Delete all code to perform type
21368         checking with a compiler other than GCC.
21369         * varray.h: Delete all code to perform type checking with a
21370         compiler other than GCC.  Make VARRAY_CHECK() always evaluate
21371         its arguments exactly once, using a statement expression.
21372         Adjust the VARRAY_<type> accessor macros to match.
21373         * toplev.h (fatal_insn, fatal_insn_not_found): Kill.
21374         (_fatal_insn, _fatal_insn_not_found): New fns, take info on
21375         caller's location.  Define fatal_insn and fatal_insn_not_found
21376         as macros that use _fatal_insn and _fatal_insn_not_found.
21377         (fancy_abort, trim_filename): Kill prototypes.
21378
21379         * rtl.c (trim_filename): Move here from toplev.c.
21380         (fancy_abort): New function.
21381         (DIR_SEPARATOR): Provide default definition.
21382         * tree.c (tree_check_failed, tree_class_check_failed): Go
21383         through fancy_abort.
21384         (tree_check, tree_class_check, cst_or_constructor_check,
21385         expr_check): Delete.
21386         * varray.c (varray_check_failed): New function.
21387         * toplev.c (fatal_insn, fatal_insn_not_found): Replace with
21388         _fatal_insn and _fatal_insn_not_found.  Go through
21389         fancy_abort.
21390         (trim_filename, fancy_abort): Delete.
21391
21392         * builtins.c (expand_builtin_args_info): Report ICE with abort.
21393         * except.c (start_catch_handler): Report ICE with error/abort
21394         combo.
21395         * final.c (output_operand_lossage): Likewise.
21396         * flow.c (verify_flow_info): Likewise.
21397
21398         * gcc.c: Prototype fatal.
21399         * gengenrtl.c: Undef abort after including rtl.h not system.h.
21400         * genattr.c, genattrtab.c, genemit.c, genextract.c,
21401         genflags.c, genopinit.c, genoutput.c, genpeep.c, genrecog.c:
21402         Don't define fancy_abort.
21403
21404 Wed Aug 25 17:56:59 1999  Richard Henderson  <rth@cygnus.com>
21405
21406         * optabs.c (emit_cmp_and_jump_insns): Be more thorough in
21407         canonization.
21408
21409 Wed Aug 25 15:35:55 1999  Richard Henderson  <rth@cygnus.com>
21410
21411         * m88k.h (VERSION_INFO2): Kill.
21412         (VERSION_STRING): Kill.
21413         (TM_RCS_ID): Kill.
21414         (VERSION_INFO1): Tidy.
21415         (TARGET_VERSION): Update.
21416         * m88k/dgux.h (VERSION_INFO2): Kill.
21417         (ASM_FIRST_LINE): Adjust for death of VERSION_STRING.
21418         * m88k/luna.h (VERSION_INFO1): Tidy.
21419         * m88k/sysv4.h (VERSION_INFO1): Likewise.
21420         * m88k.c (out_rcs_id, tm_rcs_id): Kill.
21421         (output_file_start): Adjust for death of VERSION_STRING.
21422
21423 1999-08-25 13:51 -0700  Jim Meyering  <meyering@ascend.com>
21424
21425         * cpplib.c (detect_if_not_defined): New function.
21426         (do_if): Use it to detect potential once-only headers.
21427
21428 Wed Aug 25 14:00:18 1999  Jason Merrill  <jason@yorick.cygnus.com>
21429
21430         * c-common.c (combine_strings): Always set TREE_CONSTANT.
21431
21432 Wed Aug 25 15:27:22 1999  Gavin Romig-Koch  <gavin@cygnus.com>
21433
21434         * combine.c (nonzero_bits) : Allow single-ly set registers to be
21435         anywere in the function only if they are pseudos and set before
21436         being used (not live at the start of the function).
21437         (num_sign_bit_copies) : Same.
21438         (get_last_value_validate) : Same.
21439         (get_last_value) : Same.
21440
21441 Wed Aug 25 11:13:29 1999  Richard Henderson  <rth@cygnus.com>
21442
21443         * loop.c (express_from): Try harder to unify (* c N) and (* c M)
21444         where N and M are constant and N is an integer multiple of M.
21445
21446 Wed Aug 25 13:55:47 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
21447
21448         * sbitmap.h (sbitmap_intersection_of_succs): Add prototype.
21449         (sbitmap_intersection_of_preds, sbitmap_union_of_succs,
21450         sbitmap_union_of_preds): Add prototypes.
21451         * sbitmap.c (sbitmap_intersection_of_succs): New function to compute
21452         the intersection of successors with the new flow graph structures.
21453         (sbitmap_intersection_of_preds): New function to compute the
21454         intersection of predecessors with the new flow graph structures.
21455         (sbitmap_union_of_succs): New function to compute the union of
21456         successors with the new flow graph structures.
21457         (sbitmap_union_of_preds): New function to compute the union of
21458         predecessors with the new flow graph structures.
21459         * gcse.c (compute_rdm, compute_available): Use new sbitmap routines.
21460         (expr_reaches_here_p): Use edge and basic_block structures instead
21461         of s_preds and s_succs.
21462         (compute_cprop_avinout): Use new sbitmap routines.
21463         (pre_expr_reaches_here_p): Use edge and basic_block structures instead
21464         of s_preds and s_succs.
21465         * flow.c (compute_flow_dominators): Compute dominators using
21466         edges and basic blocks instead of s_preds and s_succs.
21467
21468 Wed Aug 25 13:41:47 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
21469
21470         * lists.c (unused_insn_list, unused_expr_list): New file for
21471         maintaining various types of lists. New statics for maintaining a
21472         cache of available INSN_LIST and EXPR_LIST nodes.
21473         (free_list): Static function for freeing a list of INSN/EXPR nodes.
21474         (alloc_INSN_LIST): Function to get a free INSN_LIST node.
21475         (alloc_EXPR_LIST): Function to get a free EXPR_LIST node.
21476         (init_EXPR_INSN_LIST_cache): Initialize the cache lists.
21477         (free_EXPR_LIST_list): Free an entire list of EXPR_LIST nodes.
21478         (free_INSN_LIST_list): Free an entire list of INSN_LIST nodes.
21479         (free_EXPR_LIST_node): Free an individual EXPR_LIST node.
21480         (free_INSN_LIST_node): Free an individual INSN_LIST node.
21481         * haifa-sched.c (unused_insn_list, unused_expr_list): Moved to flow.c
21482         (free_list, alloc_INSN_LIST, alloc_EXPR_LIST): Moved to flow.c
21483         (remove_dependence, free_pending_lists): Use new global routines.
21484         (flush_pending_lists, sched_analyze_insn): Use new global routines.
21485         (sched_analyze, compute_block_backward_dependences): Use new routines.
21486         (sched_analyze_1, sched_analyze_2): Use new routines.
21487         (schedule_insns): Use new global routines.
21488         * rtl.h (init_EXPR_INSN_LIST_cache, free_EXPR_LIST_list): Add function
21489         prototypes.
21490         (free_INSN_LIST_list, free_EXPR_LIST_node): Add prototypes.
21491         (free_INSN_LIST_node, alloc_INSN_LIST, alloc_EXPR_LIST): Add function
21492         prototypes.
21493         * toplev.c (rest_of_compilation): Initialize node cache.
21494         * Makefile.in (OBJS): Add lists.o to list of object files.
21495         (lists.o): Add dependancies.
21496
21497 Wed Aug 25 17:31:56 1999  Nick Clifton  <nickc@cygnus.com>
21498
21499         * config/v850/v850.md: Fix compile time warning messages.
21500         * config/v850/v850.c: Fix compile time warning messages.
21501         * config/v850/v850.h: Fix compile time warning messages.
21502
21503 Wed Aug 25 09:44:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21504
21505         * genattr.c (gen_attr): Add prototype arguments for get_attr_*().
21506         Remove unused prototype for `init_lengths'.
21507
21508 Wed Aug 25 09:32:31 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21509
21510         * calls.c (emit_call_1): Mark parameter `stack_size' with
21511         ATTRIBUTE_UNUSED.
21512         (expand_call): Initialize variable `insn'.
21513         (emit_library_call): Likewise for variable `high_to_save'.
21514         (emit_library_call_value): Likewise.
21515         (store_one_arg): Likewise for variables `lower_bound' and
21516         `upper_bound'.
21517
21518         * combine.c (try_combine): Likewise for variables `i2_code_number'
21519         and `other_code_number'.
21520         (find_split_point): Likewise for variables `pos', `unsignedp' and
21521         `inner'.
21522         (simplify_if_then_else): Likewise for variables `op' and `c1'.
21523         (simplify_and_const_int): Remove unused variable `width'.
21524         (merge_outer_ops): Likewise.
21525
21526         * cse.c (simplify_binary_operation): Cast an INTVAL() to `unsigned
21527         HOST_WIDE_INT' when comparing against one.
21528         (simplify_relational_operation): Likewise.
21529         (cse_insn): Initialize variables `src_eqv_volatile',
21530         `src_eqv_in_memory', `src_eqv_in_struct', `src_eqv_hash' and `sets'.
21531
21532         * final.c (init_final): Constify parameter `filename'.
21533         (final_start_function): Mark parameter `optimize' with
21534         ATTRIBUTE_UNUSED.
21535         (profile_function): Likewise for parameters `first' and `optimize'.
21536         (output_source_line): Likewise for parameter `file'.
21537
21538         * integrate.c (subst_constants): Cast a value to `size_t' when
21539         comparing against one.
21540         (mark_stores): Initialize variable `mode'.  Cast a value to
21541         `size_t' when comparing against one.
21542
21543         * integrate.h (MAYBE_EXTEND_CONST_EQUIV_VARRAY): Likewise.
21544
21545         * loop.c (move_movables): Initialize variable `first'.
21546         (strength_reduce): Likewise for variable `increment'.
21547         (check_dbra_loop): Likewise for variable `comparison_val'.  Cast a
21548         value to `size_t' when comparing against one.
21549         (load_mems): Initialize variable `end_label'.
21550
21551         * output.h (init_final): Constify parameter.
21552
21553         * reload.c (decompose): Initialize variable `base'.
21554
21555         * reload1.c (reload): Likewise for variable `is_scalar'.
21556         (spill_hard_reg): Mark parameter `dumpfile' with ATTRIBUTE_UNUSED.
21557         (choose_reload_regs): Initialize variable `mode'.
21558         (emit_reload_insns): Likewise for variable `store_insn'.
21559         (reload_cse_noop_set_p): Mark parameter `insn' with
21560         ATTRIBUTE_UNUSED.
21561         (reload_combine): Initialize variable `set'.
21562
21563         * unroll.c (unroll_loop): Likewise for variable `local_label'.
21564         (copy_loop_body): Cast a value to `size_t' when comparing against
21565         one.
21566
21567         * varasm.c (assemble_variable): Initialize variable `size_tree'.
21568         (const_hash): Add an `else abort()' in an if-else-if-else sequence.
21569         (remove_from_pending_weak_list): Mark parameter `name' with
21570         ATTRIBUTE_UNUSED.
21571
21572 Wed Aug 25 11:18:39 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21573
21574         * toplev.c (rest_of_compilation): Use decl_printable_name when opening
21575         gcse dump file.
21576
21577 Wed Aug 25 10:57:12 1999  Nick Clifton  <nickc@cygnus.com>
21578
21579         * config/arm/telf.h (ASM_WEAKEN_LABEL): Define.
21580         (ASM_DECLARE_FUNCTION_NAME): Define.
21581         (TYPE_ASM_OP, SIZE_ASM_OP, TYPE_OPERAND_FORMAT,
21582         ASM_DECLARE_RESULT, ASM_DECLARE_OBJECT_NAME,
21583         ASM_FINISH_DECLARE_OBJECT, ASM_DECLARE_FUNCTION_SIZE): Define if
21584         not already defined.
21585
21586 Wed Aug 25 01:36:11 1999  John David Anglin  <dave@hiauly1.hia.nrc.ca>
21587
21588         * calls.c (emit_call_1): Use call_pop/call_value_pop for all values
21589         of n_popped when call/call_value are not defined.
21590
21591 Wed Aug 25 01:25:14 1999  Jeffrey A Law  (law@cygnus.com)
21592
21593         * tm.texi: GNU CC -> GCC conversion.
21594         (CC1_SPEC): Indicate it is used for all language front ends.
21595
21596 Tue Aug 24 23:43:03 1999  Mark Mitchell  <mark@codesourcery.com>
21597
21598         * flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and
21599         NOTE_INSN_EH_REGION_END correctly.
21600
21601 Tue Aug 24 23:26:44 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
21602                           Jeff Law <law@cygnus.com>
21603
21604         * loop.c (strength_reduce): Automatically unroll loops if the
21605         unrolled loop size is smaller than the rolled loop size.
21606
21607         * loop.c (insert_bct): Replace use of sdiv_optab with asr_optab
21608         and delete comment that code should be rewritten.
21609
21610 Tue Aug 24 22:56:35 1999  Jeffrey A Law  (law@cygnus.com)
21611
21612         * haifa-sched.c (find_rgns): Mark a block found during the DFS search
21613         as reachable.
21614
21615         * haifa-sched.c (get_visual_tbl_length): Fix off-by-one error.
21616
21617 Tue Aug 24 22:41:06 1999  Mumit Khan  <khan@xraylith.wisc.edu>
21618
21619         * fixinc/mkfixinc.sh: Don't fix uwin headers.
21620         * i386/uwin.h (MD_STARTFILE_PREFIX): Define.
21621         (LINK_SPEC): Add -u _main when building executables.
21622         (ASM_DECLARE_FUNCTION): Update from Cygwin.
21623         (ASM_FILE_END): Use the default for ix86-pe.
21624         * i386/xm-uwin.h (HAVE_BCOPY): Undefine.
21625
21626 Tue Aug 24 20:49:47 1999  Art Haas  <ahaas@neosoft.com>
21627
21628         * final.c (output_addr_const): Handle case where ASM_OPEN_PAREN
21629         and ASM_CLOSE_PAREN are empty strings.
21630
21631 Wed Aug 25 12:46:22 1999  Fred Fish  <fnf@cygnus.com>
21632                           Geoffrey Keating <geoffk@cygnus.com>
21633
21634         * Makefile.in (PREPROCESSOR_DEFINES): New macro.
21635         (protoize.o):  Use PREPROCESSOR_DEFINES and DRIVER_DEFINES.
21636         (unprotoize.o): Ditto.
21637         (test-protoize-simple): Don't define STD_PROTO_DIR.
21638         * protoize.c: Use PARAMS rather than PROTO.  Minor whitespace
21639         changes to make 'test-protoize-simple' pass.
21640         (STD_PROTO_DIR): Remove define.
21641         (STANDARD_EXEC_PREFIX): Supply default define.
21642         (standard_exec_prefix): New variable, init to STANDARD_EXEC_PREFIX.
21643         (target_machine): New variable, init to DEFAULT_TARGET_MACHINE.
21644         (target_version): New variable, init to DEFAULT_TARGET_VERSION.
21645         (GET_ENV_PATH_LIST): New macro.
21646         (default_syscalls_dir): No longer initialized to STD_PROTO_DIR.
21647         (do_processing): Initialize default_syscalls_dir using new
21648         macros.  Use it to initialize syscalls_absolute_filename.
21649
21650 Tue Aug 24 16:58:15 1999  Richard Henderson  <rth@cygnus.com>
21651
21652         * jump.c (jump_optimize_1): Do cmov opt on any single-set; force
21653         B into a register before emit_conditional_move.
21654
21655 Tue Aug 24 15:37:03 1999  Richard Henderson  <rth@cygnus.com>
21656
21657         * fold-const.c (fold): Reassociate (+ (+ (* a b) c) (* d e))
21658         as (+ (+ (* a b) (* d e)) c).  Factor a common power-of-two
21659         multiplicand out of (+ (* a b) (* c d)).
21660
21661 Tue Aug 24 11:46:10 1999  Bob Manson <manson@cygnus.com>
21662                           Richard Henderson  <rth@cygnus.com>
21663
21664         * haifa-sched.c (split_hard_reg_notes): Move to flow.c
21665         (new_insn_dead_notes): Likewise.
21666         (update_n_sets): Likewise.
21667         (update_flow_info): Move to flow.c, renamed to update_life_info;
21668         extend to handle multiple source insns.
21669         * flow.c: Include resource.h
21670         (unlink_insn_chain): New.
21671         (split_hard_reg_notes): New.
21672         (maybe_add_dead_note): New.
21673         (maybe_add_dead_note_use): New.
21674         (find_insn_with_note): New.
21675         (new_insn_dead_notes): New.
21676         (update_n_sets): New.
21677         (sets_reg_or_subreg_1, sets_reg_or_subreg): New.
21678         (maybe_remove_dead_notes): New.
21679         (update_life_info): New.
21680         (prepend_reg_notes): New.
21681         (replace_insns): New.
21682         * output.h (update_life_info): Declare.
21683         * recog.c (split_block_insns): Use update_life_info.
21684         * resource.c (find_free_register): Use reg_alloc_order, don't use
21685         fixed regs, make sure the mode is supported, don't use new regs.
21686         (reg_dead_p): New.
21687         * rtl.h (replace_insns): Declare.
21688
21689 Tue Aug 24 13:48:39 1999  Nathan Sidwell  <nathan@acm.org>
21690
21691         * expr.c (expand_expr): Cope with COND_EXPRs with one
21692         non-returning branch.
21693
21694 Mon Aug 23 22:28:16 1999  Mark Mitchell  <mark@codesourcery.com>
21695
21696         * expr.c (store_expr): Always pass down the target, even when not
21697         doing CSE.
21698
21699 1999-08-24  Nick Clifton  <nickc@cygnus.com>
21700
21701         * configure.in: Define target_cpu_default for v850 targets.
21702         * configure: Regenerate
21703
21704         * config/v850/v850.h (TARGET_CPU_generic): Define.
21705         (GO_IF_LEGITIMATE_ADDRESS): Insist that SImode and larger constant
21706         addresses are 4 byte aligned.
21707
21708         * config/v850/v850.c (print_operand): Cope with 'R' format DFmode
21709         addresses.
21710
21711 Tue Aug 24 09:32:07 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21712
21713         * genattr.c (function_unit_desc): Constify a char*.  Add prototype.
21714         (main): Add prototypes.
21715
21716         * genattrtab.c (substitute_address, write_const_num_delay_slots,
21717         attr_eq, attr_numeral, attr_equal_p, attr_copy_rtx): Prototype.
21718         (write_attr_get): Emit prototypes along with function definition.
21719         (write_eligible_delay): Mark a parameter with ATTRIBUTE_UNUSED.
21720         (write_complex_function): Emit static prototype along with
21721         function definition.
21722
21723         * genemit.c (gen_split): Emit prototypes along with function
21724         definition.
21725
21726         * genoutput.c (output_epilogue): Add prototype to `insn_outfun'.
21727         Likewise for predicates and `insn_operand_predicate'.
21728         (process_template): Emit static prototype along with function
21729         definition.
21730
21731         * genrecog.c (make_insn_sequence): Constify a char*.  Add
21732         prototypes for get_split_*().
21733         (write_subroutine): Emit prototypes along with function
21734         definition.
21735
21736 Tue Aug 24 12:35:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21737
21738         * gcse.c (find_avail_set): Follow chains of register-register copies.
21739         Use oprs_not_set_p to guarantee that the returned value can be
21740         substituted.
21741         (cprop_insn): Don't verify the return value of find_avail_set with
21742         oprs_not_set_p.
21743
21744         * gcse.c (cprop_jump): New function, broken out of cprop_insn.
21745         (cprop_cc0_jump): New function.
21746         (cprop_insn): Break out new function cprop_jump and use it.
21747         Also use cprop_cc0_jump for machines with CC0.
21748         (cprop): Don't crash if cprop_insn turned the insn into a NOTE.
21749
21750         * tree.h (current_function_calls_setjmp,
21751         current_function_calls_longjmp): Delete declarations.
21752         * dsp16xx.c: Include "function.h".
21753         * elxsi.c: Likewise.
21754         * gmicro.c: Likewise.
21755         * h8300.c: Likewise.
21756         * i370.c: Likewise.
21757         * m32r.c: Likewise.
21758         * mn10200.c: Likewise.
21759         * mn10300.c: Likewise.
21760         * ns32k.c: Likewise.
21761         * spur.c: Likewise.
21762         * v850.c: Likewise.
21763
21764         * rtl.h (rtx_equal_function_value_matters): Declare.
21765         * toplev.c (rtx_equal_function_value_matters): Don't declare.
21766         * cse.c: Likewise.
21767         * function.c: Likewise.
21768         * emit-rtl.c: Likewise.
21769
21770 Tue Aug 24 02:47:44 1999  Jeffrey A Law  (law@cygnus.com)
21771
21772         * expr.c (convert_move): Fix arguments to TRULY_NOOP_TRUNCATION
21773         call.
21774
21775 1999-08-24 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
21776
21777         * jump.c (delete_barrier_successors) Match (set (pc) (pc)) insn
21778         exactly.
21779
21780 Mon Aug 23 23:35:52 1999  Matthias Klose  <doko@cs.tu-berlin.de>
21781
21782         * cpp.texi: Add a node documenting macro varargs (copied
21783         from extend.texi).
21784
21785 1999-08-23 22:23 -0700  Zack Weinberg  <zack@bitmover.com>
21786
21787         * cppspec.c: Put a null pointer at the end of the new argv.
21788
21789 Mon Aug 23 21:23:24 1999  Jeffrey A Law  (law@cygnus.com)
21790
21791         * configure.in: Remove code to select/de-select the haifa
21792         scheduler.  Every scheduled port gets haifa now.
21793         * configure: Rebuilt.
21794         * flags.h, genattrtab.c, rtl.h, toplev.c: Remove HAIFA ifdefs.
21795         * sched.c Deleted.
21796         * Makefile.in: Corresponding changes.
21797
21798 Mon Aug 23 16:04:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21799
21800         * optabs.c (prepare_cmp_insn): Turn COMPARISON arg into a pointer.
21801         All callers changed.
21802         (prepare_float_lib_cmp): Likewise.
21803         Use FLOAT_LIB_COMPARE_RETURNS_BOOL.
21804         * expr.h (emit_float_lib_cmp): Delete declaration.
21805         * tm.texi (FLOAT_LIB_COMPARE_RETURNS_BOOL): Document.
21806         * sparc.h (FLOAT_LIB_COMPARE_RETURNS_BOOL): Define.
21807         * sparc.md (bcc and scc patterns): Don't handle TFmode comparisons
21808         specially.
21809         (cmptf): Now conditional on TARGET_HARD_QUAD.
21810
21811 Fri Aug 20 17:52:27 1999  Jim Wilson  <wilson@cygnus.com>
21812
21813         * resource.c (mark_target_live_regs): Use
21814         PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.
21815
21816 Fri Aug 20 19:07:55 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21817
21818         * rtl.c (rtx_class, note_insn_name, reg_note_name): Constify.
21819
21820         * rtl.h (rtx_class, reg_note_name, note_insn_name): Likewise.
21821
21822         * genopinit.c (gen_insn): Use accessor macro, not `rtx_class'.
21823
21824 Fri Aug 20 18:53:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21825
21826         * rtl.h (rtx_format): Constify a char*.
21827
21828         * rtl.c (rtx_format): Likewise.
21829         (copy_rtx, copy_most_rtx, read_rtx): Likewise.
21830         (init_rtl): Use accessor macro, not `rtx_format'.
21831
21832         * alias.c (rtx_equal_for_memref_p, find_symbolic_term): Constify a
21833         char*.
21834
21835         * caller-save.c (mark_referenced_regs): Likewise.
21836
21837         * combine.c (subst, make_compound_operation, known_cond,
21838         gen_rtx_combine, update_table_tick, get_last_value_validate,
21839         use_crosses_set_p, mark_used_regs_combine, move_deaths): Likewise.
21840
21841         * cse.c (rtx_cost, mention_regs, canon_hash, exp_equiv_p,
21842         refers_to_p, canon_reg, fold_rtx, cse_process_notes,
21843         count_reg_usage): Likewise.
21844
21845         * emit-rtl.c (gen_rtx, copy_rtx_if_shared, reset_used_flags):
21846         Likewise.
21847
21848         * final.c (leaf_renumber_regs_insn): Likewise.
21849
21850         * flow.c (mark_used_regs, find_use_as_address, dump_flow_info,
21851         dump_edge_info, count_reg_references): Likewise.
21852
21853         * function.c (fixup_var_refs_1, walk_fixup_memory_subreg,
21854         fixup_stack_1, purge_addressof_1, instantiate_virtual_regs_1):
21855         Likewise.
21856
21857         * gcse.c (oprs_unchanged_p, hash_expr_1, expr_equiv_p,
21858         oprs_not_set_p, expr_killed_p, compute_transp, find_used_regs,
21859         add_label_notes): Likewise.
21860
21861         * genattrtab.c (attr_rtx, attr_copy_rtx, encode_units_mask,
21862         clear_struct_flag, count_sub_rtxs, count_alternatives,
21863         compares_alternatives_p, contained_in_p, walk_attr_value,
21864         write_expr_attr_cache): Likewise.
21865
21866         * genconfig.c (walk_insn_part): Likewise.
21867
21868         * genemit.c (max_operand_1, gen_exp): Likewise.
21869
21870         * genextract.c (walk_rtx): Likewise.
21871
21872         * genflags.c (num_operands): Likewise.
21873
21874         * genoutput.c (scan_operands): Likewise.
21875
21876         * genpeep.c (match_rtx): Likewise.
21877
21878         * genrecog.c (add_to_sequence): Likewise.
21879
21880         * haifa-sched.c (may_trap_exp, sched_analyze_2, attach_deaths):
21881         Likewise.
21882
21883         * integrate.c (save_constants, copy_for_inline,
21884         copy_rtx_and_substitute, subst_constants, restore_constants):
21885         Likewise.
21886
21887         * jump.c  (mark_jump_label, invert_exp, redirect_exp,
21888         rtx_renumbered_equal_p, rtx_equal_for_thread_p): Likewise.
21889
21890         * local-alloc.c (contains_replace_regs, memref_referenced_p):
21891         Likewise.
21892
21893         * loop.c (record_excess_regs, rtx_equal_for_loop_p,
21894         add_label_notes, replace_call_address, count_nonfixed_reads,
21895         invariant_p, find_single_use_in_loop, find_mem_givs,
21896         find_life_end, maybe_eliminate_biv_1, update_reg_last_use):
21897         Likewise.
21898
21899         * print-rtl.c (reg_names, print_rtx): Likewise.
21900
21901         * recog.c (validate_replace_rtx_1, find_single_use_1): Likewise.
21902
21903         * reg-stack.c (stack_regs_mentioned_p, record_label_references,
21904         record_reg_life_pat, swap_rtx_condition, goto_block_pat,
21905         print_blocks): Likewise.
21906
21907         * regclass.c (fix_register, record_address_regs,
21908         reg_scan_mark_refs): Likewise.
21909
21910         * regmove.c (stable_but_for_p): Likewise.
21911
21912         * reload.c (loc_mentioned_in_p, operands_match_p,
21913         find_reloads_toplevsubst_reg_equivs, find_reloads_address_1,
21914         copy_replacements, refers_to_regno_for_reload_p,
21915         refers_to_mem_for_reload_p, find_inc_amount, regno_clobbered_p,
21916         reload_when_needed_name, reg_class_names, debug_reload_to_stream):
21917         Likewise.
21918
21919         * reload1.c (eliminate_regs, scan_paradoxical_subregs,
21920         delete_address_reloads_1, count_occurrences,
21921         reload_cse_mem_conflict_p, reload_combine_note_use,
21922         add_auto_inc_notes): Likewise.
21923
21924         * resource.c (mark_referenced_resources, mark_set_resources):
21925         Likewise.
21926
21927         * rtlanal.c (rtx_unstable_p, rtx_varies_p, rtx_addr_varies_p,
21928         reg_mentioned_p, regs_set_between_p, modified_between_p,
21929         modified_in_p, refers_to_regno_p, reg_overlap_mentioned_p,
21930         rtx_equal_p, volatile_insn_p, volatile_refs_p, side_effects_p,
21931         may_trap_p, inequality_comparisons_p, replace_rtx, replace_regs,
21932         jmp_uses_reg_or_mem, for_each_rtx, regno_use_in): Likewise.
21933
21934         * sched.c (sched_analyze_2, attach_deaths): Likewise.
21935
21936         * stupid.c (stupid_mark_refs): Likewise.
21937
21938         * unroll.c (remap_split_bivs): Likewise.
21939
21940         * varasm.c (mark_constants): Likewise.
21941
21942         * a29k/a29k.c (uses_local_reg_p): Likewise.
21943
21944         * alpha/alpha.c (summarize_insn): Likewise.
21945
21946         * arm/arm.c (symbol_mentioned_p, label_mentioned_p,
21947         eliminate_lr2ip): Likewise.
21948
21949         * arm/thumb.c (symbol_mentioned_p, label_mentioned_p): Likewise.
21950
21951         * i386/i386.c (symbolic_reference_mentioned_p, copy_all_rtx,
21952         reg_mentioned_in_mem): Likewise.
21953
21954         * ns32k/ns32k.c (global_symbolic_reference_mentioned_p,
21955         symbolic_reference_mentioned_p): Likewise.
21956
21957         * romp/romp.c (unsigned_comparisons_p, hash_rtx): Likewise.
21958
21959         * sh/sh.c (regs_used, mark_use): Likewise.
21960
21961         * vax/vax.c (vax_rtx_cost): Likewise.
21962
21963 Fri Aug 20 18:38:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21964
21965         * machmode.h (mode_name): Constify a char*.
21966
21967         * rtl.c (mode_name): Likewise.
21968
21969         * genopinit.c (gen_insn): Use accessor macro, not `mode_name'.
21970
21971         * optabs.c (init_libfuncs): Constify a char*.
21972
21973         * print-tree.c (mode_name): Remove redundant declaration.
21974         (print_node): Use accessor macro, not `mode_name'.
21975
21976         * reload1.c (dump_needs): Constify a char*.  Use accessor macro,
21977         not `mode_name'.
21978         (new_spill_reg): Constify a char*.
21979
21980         * tree.c (mode_name): Remove redundant declaration.
21981
21982 Fri Aug 20 18:31:26 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21983
21984         * rtl.c (rtx_name): Constify a char*.
21985
21986         * rtl.h (rtx_name, fix_sched_param): Likewise.
21987
21988         * gmicro/gmicro.c (rtx_name): Remove redundant declaration.
21989         (mypr): Use accessor macro, not `rtx_name'.
21990
21991         * genemit.c (print_code): Constify a char*.
21992
21993         * genopinit.c (gen_insn): Use accessor macro, not `rtx_name'.
21994
21995         * genpeep.c (print_code): Constify a char*.
21996
21997         * genrecog.c (print_code): Likewise.
21998
21999         * graph.c (start_fct, start_bb, node_data, draw_edge, end_fct,
22000         end_bb): Add static prototype.
22001         (draw_edge): Constify a char*.
22002         (end_bb): Remove unused parameter.
22003
22004         * haifa-sched.c (fix_sched_param, safe_concat, print_exp
22005         print_block_visualization): Constify a char*.
22006
22007 Fri Aug 20 15:02:10 1999  Mark Mitchell  <mark@codesourcery.com>
22008
22009         * c-common.c (c_get_alias_set): Update comment.
22010
22011 1999-08-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
22012
22013         * linux.h (LIB_SPEC): Added.
22014
22015 Fri Aug 20 22:32:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
22016
22017         * config/c4x/c4x.h (STARTFILE_SPEC): Don't def.
22018
22019 1999-08-19 18:43 -0700  Zack Weinberg  <zack@bitmover.com>
22020
22021         * tree.c (expr_check): Fix typo in last change.
22022
22023 1999-08-19 14:44 -0700  Zack Weinberg  <zack@bitmover.com>
22024
22025         * rtl.def (NOTE): Change format to "iuu0n".
22026         (ADDR_DIFF_VEC): Change format to "eEee0".
22027         (ADDRESSOF): Change format to "eit".
22028
22029         * rtl.h (rtvec): Make "elem" an array of rtx, not rtunion.
22030         (RTVEC_ELT): Change to match.
22031         (XVECEXP): Use XVEC and RTVEC_ELT.
22032         (INSN_UID, INSN_CODE, CODE_LABEL_NUMBER, NOTE_LINE_NUMBER,
22033         ADDRESSOF_REGNO, REGNO, SUBREG_WORD): Use XINT.
22034         (PREV_INSN, NEXT_INSN, PATTERN, REG_NOTES,
22035         CALL_INSN_FUNCTION_USAGE, SUBREG_REG, SET_SRC, SET_DEST,
22036         TRAP_CONDITION, TRAP_CODE): Use XEXP.
22037         (INTVAL): Use XWINT.
22038         (ADDRESSOF_DECL): Use XTREE.
22039         (SET_ADDRESSOF_DECL): Delete.
22040         (NOTE_DECL_NAME, NOTE_DECL_CODE, NOTE_DECL_RTL,
22041         NOTE_DECL_IDENTIFIER, NOTE_DECL_TYPE): Kill.  These have been
22042         ifdefed out since 2.6 at least.
22043         (gen_rtvec_vv): Delete prototype.
22044
22045         * rtl.h (rtvec_alloc): rt->elem is now an array of rtx,
22046         not rtunion.
22047         (copy_most_rtx): Handle 't' format letter.
22048         * emit-rtl.c (gen_rtvec_v): rt_val->elem is an array of rtx.
22049         (gen_rtvec_vv): Delete function.  All callers changed to use
22050         gen_rtvec_v instead.
22051         * print-rtl.c (print_rtx): Move special casing of NOTEs to
22052         the '0' format letter.
22053
22054         * function.c (gen_mem_addressof): Don't use
22055         SET_ADDRESSOF_DECL; provide `decl' to gen_rtx_ADDRESSOF
22056         instead.
22057         * integrate.c (copy_rtx_and_substitute): Likewise.
22058         Copy 't' slots with XTREE.
22059         (subst_constants): Treat 't' slots like '[swi]' slots.
22060         * cse.c (canon_hash, exp_equiv_p): Treat 't' slots like '0' slots.
22061         * jump.c (rtx_equal_for_thread_p): Likewise.
22062         * rtlanal.c (rtx_equal_p): Likewise.
22063         * stmt.c (expand_end_case): gen_rtx_ADDR_DIFF_VEC now takes
22064         only four arguments.
22065         * gengenrtl.c (type_from_format): Provide correct types for
22066         'b' and 't' slots.
22067
22068
22069         * tree.h [ENABLE_CHECKING] (TREE_CHECK, TREE_CLASS_CHECK):
22070         If a recent gcc is in use (always in stage2 and beyond), use
22071         statement expressions, so we don't make a function call unless
22072         the check fails.  Evaluate arguments exactly once.
22073         (CHAIN_CHECK, DO_CHECK, DO_CHECK1, TREE_CHECK1,
22074         TREE_CLASS_CHECK1, TYPE_CHECK1, DECL_CHECK1, CST_CHECK1):
22075         Delete.
22076         (CST_OR_CONSTRUCTOR_CHECK, EXPR_CHECK): Redefine such that
22077         they evaluate their arguments exactly once, irrespective of
22078         the compiler in use.
22079
22080         * tree.c [ENABLE_CHECKING]: Define whichever set of functions
22081         is used by the currently-enabled check macros.  This is:
22082         (tree_check_failed, tree_class_check_failed): For gcc.
22083         (tree_check, tree_class_check, cst_or_constructor_check,
22084         expr_check): For other compilers.
22085
22086         * gencheck.c: Do not define any *_CHECK1 macros.
22087
22088 Thu Aug 19 14:42:38 1999  Mike Stump <mrs@wrs.com>
22089                           Mark Mitchell <mark@codesourcery.com>
22090
22091         * c-common.c (c_get_alias_set): Fix support for poitners and
22092         references.
22093
22094 Thu Aug 19 11:51:22 EDT 1999  John Wehle  (john@feith.com)
22095
22096         * alias.c: Include tree.h.
22097         (nonlocal_reference_p, mark_constant_function): New functions.
22098         * flow.c (life_analysis): Call mark_constant_function.
22099         * rtl.h (mark_constant_function): Declare it.
22100
22101 Thu Aug 19 15:02:01 1999  Nick Clifton  <nickc@cygnus.com>
22102
22103         * config/rs6000/rs6000.c (rs6000_override_options): Fix test for
22104         unrecognisable switches.
22105
22106 Wed Aug 18 23:31:57 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
22107
22108         * loop.c (recombine_givs): Set ix field after sorting.
22109         (recombine_givs): Remove bogus index / giv lockstep looping.
22110
22111 Wed Aug 18 18:20:40 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22112
22113         * expmed.c (emit_store_flag): If UNSIGNEDP, call unsigned_condition
22114         on CODE.
22115         (emit_store_flag_force): Use do_compare_rtx_and_jump.
22116         (do_cmp_and_jump): Formatting fixes.
22117         * expr.c (do_compare_and_jump): Renamed from compare; changed to call
22118         do_compare_rtx_and_jump instead of compare_from_rtx.
22119         (do_compare_rtx_and_jump): New function; mostly copied from
22120         compare_from_rtx.
22121         (do_jump_for_compare): Delete.
22122         (expand_expr): Use do_compare_rtx_and_jump when handling MAX_EXPR and
22123         MIN_EXPR.
22124         (do_jump): Use do_compare_and_jump or do_compare_rtx_and_jump instead
22125         of compare/do_jump_for_compare pairs.
22126         (do_jump_by_parts_greater): Use do_jump_by_parts_greater_rtx.
22127         (do_jump_by_parts_greater_rtx): Use do_compare_rtx_and_jump instead of
22128         compare_from_rtx/do_jump_for_compare pairs.
22129         (do_jump_by_parts_equality): Likewise.
22130         (do_jump_by_parts_equality_rtx): Likewise.
22131         * expr.h (do_compare_rtx_and_jump): Declare.
22132         * optabs.c (prepare_cmp_insn): New function, contains most of the code
22133         that used to be in emit_cmp_insn.
22134         (cmp_available_p): New function.
22135         (prepare_operand): New function.
22136         (emit_cmp_and_jump_insn_1): New function, contains some code that used
22137         to be in emit_cmp_insn.
22138         (prepare_float_lib_cmp): Renamed from emit_float_lib_cmp; change some
22139         parameters to be pointers; don't emit final compare but modify some of
22140         the values pointed to by the args so the caller can perform the
22141         correct comparison.
22142         (expand_binop): Call emit_store_flag_force with signed forms of
22143         comparison code.
22144         (expand_abs): Use do_compare_rtx_and_jump instead of compare_from_rtx/
22145         emit_jump_insn pair.
22146         (emit_cmp_and_jump_insn): Use prepare_cmp_insn and
22147         emit_cmp_and_jump_insn_1.  Call emit_queue.
22148         (emit_cmp_insn): Just call emit_cmp_and_jump_insns with zero for LABEL
22149         arg.
22150         * flow.c (tidy_fallthru_edge): If HAVE_cc0, verify insn before a
22151         jump sets cc0 before deleting it.
22152         * integrate.c (expand_inline_function): Likewise.
22153         * unroll.c (unroll_loop): Similar changes in several places.
22154         (copy_loop_body): If HAVE_cc0, verify insn before a jump sets cc0
22155         before deleting it.
22156
22157 Wed Aug 18 06:37:44 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22158
22159         * Makefile.in (insn-recog.o): Update dependencies.
22160         * genrecog.c (main): Make generated file include "function.h".
22161
22162 Sat Aug 14 00:54:57 1999  Geoffrey Keating  <geoffk@cygnus.com>
22163
22164         * cse.c (cse_insn): Call never_reached_warning when a jump is
22165         changed to be unconditional.
22166         * flags.h: Declare warn_notreached.
22167         * flow.c (delete_block): Call never_reached_warning when
22168         a block is deleted.
22169         * jump.c (delete_barrier_successors): Call never_reached_warning
22170         when we delete everything after a BARRIER.
22171         (never_reached_warning): New function.
22172         * rtl.h: Declare never_reached_warning.
22173         * toplev.c (warn_notreached): New variable.
22174         (lang_independent_options): Set warn_notreached
22175         when -Wunreachable-code.
22176         (compile_file): We need line numbers for -Wunreachable-code.
22177
22178 Tue Aug 17 22:06:11 1999  Jan Hubicka  <hubicka@freesoft.cz>
22179
22180         * haifa-sched.c (insn_unit): Fix typo on out of range test.
22181         * sched.c (insn_unit): Likewise.
22182
22183 Tue Aug 17 21:57:23 1999  Andreas Schwab  <schwab@suse.de>
22184
22185         * combine.c (distribute_notes): Handle REG_EH_RETHROW.
22186
22187 Tue Aug 17 17:39:43 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22188
22189         * flow.c (create_edge_list): Use xmalloc, not malloc.
22190
22191 Tue Aug 17 01:40:54 1999  Loren Rittle  <ljrittle@acm.org>
22192
22193         * fixinc/inclhack.def (no_double_slash): Do not trash single-line
22194         C-style comments.  Do not lose the character before double slash.
22195
22196 Mon Aug 16 18:08:22 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22197
22198         * basic-block.h (struct edge_list): Stucture to maintain a vector
22199         of edges.
22200         (EDGE_INDEX_NO_EDGE, EDGE_INDEX, INDEX_EDGE_PRED_BB, INDEX_EDGE_SUCC_BB,
22201          INDEX_EDGE, NUM_EDGES): New Macros for accessing edge list.
22202         (create_edge_list, free_edge-List, print_edge_list, verify_edge_list):
22203         New function prototypes.
22204         * flow.c (create_edge_list): Function to create an edge list.
22205         (free_edge_list): Discards memory used by an edge list.
22206         (print_edge_list): Debug output showing an edge list.
22207         (verify_edge_list): Internal consistency check for an edge list.
22208         (find_edge_index): Function to find an edge index for a pred and succ.
22209
22210 Mon Aug 16 11:56:36 1999  Mark Mitchell  <mark@codesourcery.com>
22211
22212         * tree.c (type_hash_add): Use permalloc to allocate nodes in the
22213         hashtable.
22214
22215 Mon Aug 16 17:04:15 1999  Jorn Rennecke <amylaar@cygnus.co.uk>
22216
22217         * mips.h (CLASS_CANNOT_CHANGE_SIZE): Define.
22218
22219 Fri Aug 13 15:20:43 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
22220
22221         * config/i386/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
22222
22223 Fri Aug 13 10:21:28 1999  Nick Clifton  <nickc@cygnus.com>
22224
22225         * toplev.c (rest_of_compilation): Allow machine dependent
22226         reorganisation pass to place information into the RTL dump
22227         file if it so wishes.
22228
22229 Sun Aug 15 12:41:21 1999  Jim Wilson  <wilson@cygnus.com>
22230
22231         * explow.c (hard_function_value): Use VOIDmode instead of
22232         MAX_MACHINE_MODE.
22233         * stmt.c (expand_return): Likewise.
22234         * stor-layout.c (get_best_mode): Likewise.
22235
22236         * genemit.c (gen_expand): If next is MATCH_PAR_DUP, then output
22237         emit call instead of emit_insn call.
22238
22239 Sat Aug 14 15:04:06 1999  Mumit Khan  <khan@xraylith.wisc.edu>
22240
22241         * configure.in: Handle --disable/enable-win32-registry.
22242         * install.texi: Document --disable/enable-win32-registry.
22243         * acconfig.h (ENABLE_WIN32_REGISTRY): New macro.
22244         (WIN32_REGISTRY_KEY): New macro.
22245         * prefix.c: Use to enable/disable win32-specific code.
22246         (lookup_key): Use versioned key.
22247         * configure: Regenerate.
22248         * config.in: Likewise.
22249
22250 Fri Aug 13 17:41:55 1999  Jason Merrill  <jason@yorick.cygnus.com>
22251
22252         * cpplib.c (read_line_number): New fn, split out of...
22253         (do_line): Here.
22254
22255 Fri Aug 13 14:18:27 1999  Gavin Romig-Koch  <gavin@cygnus.com>
22256
22257         tree.c (lang_unsave_expr_now) : New.
22258         (unsave_expr_now): Call lang_unsave_expr_now.
22259         tree.h (lang_unsave_expr_now) : New.
22260
22261 Fri Aug 13 00:49:46 1999  Jason Merrill  <jason@yorick.cygnus.com>
22262
22263         * toplev.c (flag_new_exceptions): On by default.
22264
22265 1999-08-13  Michael Meissner  <meissner@cygnus.com>
22266
22267         * Makefile.in (GCC_FOR_TARGET): Move -B./ after the tooldir -B.
22268
22269 Fri Aug 13 01:29:57 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
22270
22271         * dwarfout.c (fundamental_type_code): Return FT_boolean for
22272         INTEGER_TYPE with precision==1, it's __java_boolean.
22273
22274 Thu Aug 12 23:51:04 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
22275
22276         * global.c (prune_preferences): Move some invariants out of the
22277         inner loop.
22278
22279 Thu Aug 12 15:30:29 1999  Jesse Perry  (jap@unx.dec.com)
22280
22281         * configure.in (alpha*-dec-osf*): Add osf5.
22282
22283 Sun Aug  1 22:24:03 1999  Philip Blundell  <philb@gnu.org>
22284
22285         * configure.in: Rework handling of ARM GNU/Linux slightly.
22286         (arm*-*-linux-gnuoldld): New target.
22287         * configure: Regenerate.
22288         * install.texi (Configurations): Add arm-*-linux-gnu{oldld} and
22289         arm-*-elf.  Mention that arm-*-linux-gnuaout is obsolete.
22290         * config/arm/linux-oldld.h: New file.
22291         * config/arm/linux-elf26.h: Don't include linux-elf.h.
22292         (TARGET_DEFAULT, SUBTARGET_LINK_SPEC, SUBTARGET_EXTRA_ASM_SPEC):
22293         Don't define.
22294         * config/arm/linux-elf.h (ASM_SPEC): Define.
22295         (TARGET_DEFAULT, SUBTARGET_EXTRA_LINK_SPEC,
22296         SUBTARGET_EXTRA_ASM_SPEC, CPP_APCS_PC_DEFAULT): Add definitions
22297         for 26-bit APCS and old linker.
22298         (CPP_PREDEFINES): Define `__arm__'; don't define `arm' or
22299         `arm_elf'.
22300         (FP_DEFAULT): Define to FP_SOFT3 for all machines.
22301         * config/arm/linux-aout.h (CPP_PREDEFINES): Define `__arm__';
22302         don't define `arm' or `arm_elf'.
22303         * config/arm/t-linux (EXTRA_MULTILIB_PARTS, MULTILIB_OPTIONS,
22304         MULTILIB_DIRNAMES): Define.  Fix typo in comment.
22305
22306 Thu Aug 12 10:14:47 1999  Andreas Schwab  <schwab@suse.de>
22307
22308         * rtl.texi: Fix typo.
22309
22310 Wed Aug 11 23:50:57 1999  Jason Merrill  <jason@yorick.cygnus.com>
22311
22312         * invoke.texi (C++ Dialect Options): Add -fms-extensions.
22313
22314 Wed Aug 11 12:59:37 1999  Mark Mitchell  <mark@codesourcery.com>
22315
22316         * extend.texi (C++ Signatures): Remove node.
22317         * invoke.texi: Remove discussion of -fhandle-signatures,
22318         signature, sigof, __signature__, and __sigof__.
22319
22320 Wed Aug 11 03:38:25 1999  Jeffrey A Law  (law@cygnus.com)
22321
22322         * Makefile.in (JAVAGC): Removed.
22323
22324 Wed Aug 11 02:13:26 1999  Mumit Khan  <khan@xraylith.wisc.edu>
22325
22326         * i386/cygwin.h (ASM_OUTPUT_ALIGNED_BSS): Define.
22327
22328 1999-08-11 Mark Elbrecht <snowball3@bigfoot.com>
22329
22330         * i386/djgpp.h (ASM_OUTPUT_ALIGNED_BSS): Define.
22331
22332 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
22333
22334         * emit-rtl.c (mark_reg_pointer): Don't increase the alignment of
22335         a register that is already known to be a pointer.
22336
22337 1999-08-11  Bruce Korb  <ddsinc09@ix.netcom.com>
22338
22339         * fixinc/inclhack.tpl: Only install assert.h conditionally.
22340         * fixinc/inclhack.sh: Regenerated.
22341         * fixinc/fixincl.sh: Regenerated.
22342
22343 Wed Aug 11 00:34:22 1999  Joe Buck  <jbuck@synopsys.com>
22344
22345         * invoke.texi: s/GNU CC/GCC/ for consistency with gcc.texi.
22346         Fix documentation of -ansi flag to describe its C++ behavior.
22347         Remove bogus reference to GCC 2.9.
22348
22349 Tue Aug 10 17:19:02 1999  Jim Wilson  <wilson@cygnus.com>
22350
22351         * config/sh/sh.c (machine_dependent_reorg): Only call PUT_MODE on
22352         note if it is non-NULL.
22353
22354 Tue Aug 10 10:47:42 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22355
22356         * except.h (eh_nesting_info): Add new structure defintion.
22357         (init_eh_nesting_info, free_eh_nesting_info): Add function prototypes.
22358         (reachable_handlers, update_rethrow_references): Add function
22359         prototypes.
22360         * rtl.h (struct rtvec_def): Update comments.  REG_EH_RETHROW takes
22361         a rethrow symbol instead of an integer exception region number.
22362         * flow.c (Make_edges): Use new exception nesting routines to determine
22363         which handlers are reachable from a CALL or asynchronous insn.
22364         Dont add an edge for calls with a REG_EH_REGION of -1 to non-local
22365         goto receivers.
22366         (delete_eh_regions): Update rethrow labels, and don't delete
22367         regions which are the target of a rethrow.
22368         * except.c (struct func_eh_entry): Add rethrow_ref field, now we can
22369         avoid overloading the SYMBOL_REF_USED flag.
22370         (rethrow_symbol_map): Use new rethrow_ref field.
22371         (rethrow_used): Use new rethrow_ref field.
22372         (expand_rethrow): REG_EH_RETHROW now has a SYMBOL_REF instead
22373         of an integer.  Fix formatting.
22374         (output_exception_table_entry): Use new rethrow_ref field.
22375         (can_throw): Check for EH_REGION_NOTE before deciding
22376         whether a CALL can throw or not.
22377         (scan_region): Call rethrow_used() instead of accessing data structure.
22378         (update_rethrow_references): New function to make sure only regions
22379         which are still targets of a rethrow are flagged as such.
22380         (process_nestinfo): New static function to initialize a handler
22381         list for a specific region.
22382         (init_eh_nesting_info): New function to allocate and initialize
22383         the list of all EH handlers reachable from all regions.
22384         (reachable_handlers): New function to retrieve the list of handlers
22385         reachable from a specific region and insn.
22386         (free_eh_nesting_info): New function to dispose of a list of
22387         reachable handlers.
22388
22389 Tue Aug 10 10:39:31 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22390
22391         * flow.c (split_edge): Set JUMP_LABEL field.
22392         (commit_one_edge_insertion): Set head correctly for insert_before.
22393         When inserting insns, update insn block numbers if allocated.
22394
22395 Tue Aug 10 09:26:07 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22396
22397         * dwarf2out.c (dwarf2out_frame_debug_expr, add_incomplete_type,
22398         retry_incomplete_types): Add static prototype.
22399         (stripattributes, dwarf_cfi_name, ASM_OUTPUT_DWARF_STRING,
22400         dwarf_tag_name, dwarf_attr_name, dwarf_form_name,
22401         dwarf_stack_op_name, dwarf_type_encoding_name, add_AT_string,
22402         dwarf2_name, add_name_attribute, lookup_filename, dwarf2out_line,
22403         dwarf2out_start_source_file, dwarf2out_define, dwarf2out_undef):
22404         Constify a char*.
22405
22406         * dwarf2out.h (dwarf2out_define, dwarf2out_undef,
22407         dwarf2out_start_source_file, dwarf2out_line): Likewise.
22408
22409 Tue Aug 10 09:21:46 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22410
22411         * output.h (assemble_name): Constify a char*.
22412
22413         * varasm.c (UNIQUE_SECTION, assemble_start_function,
22414         assemble_variable, assemble_name): Likewise.
22415
22416         * dwarf2out.c (ASM_NAME_TO_STRING): Likewise.
22417
22418         * arm/pe.c (arm_pe_unique_section): Likewise.
22419
22420         * i386/cygwin.h (STRIP_NAME_ENCODING): Likewise.
22421
22422         * i386/i386-interix.h (STRIP_NAME_ENCODING): Likewise.
22423
22424         * i386/interix.c (i386_pe_unique_section): Likewise.
22425
22426         * i386/win32.h (STRIP_NAME_ENCODING): Likewise.
22427
22428         * i386/winnt.c (i386_pe_unique_section): Likewise.
22429
22430         * m32r/m32r.h (ASM_OUTPUT_LABELREF): Likewise.
22431
22432         * mn10200/mn10200.h (ASM_OUTPUT_LABELREF): Likewise.
22433
22434         * mn10300/mn10300.h (ASM_OUTPUT_LABELREF): Likewise.
22435
22436         * pa/pa.c (output_call): Likewise.
22437
22438         * pa/pa.h (ASM_OUTPUT_MI_THUNK): Likewise.
22439
22440         * pa/som.h (ASM_OUTPUT_FUNCTION_PREFIX): Likewise.
22441
22442         * rs6000/rs6000.c (rs6000_output_load_toc_table, output_toc):
22443         Likewise.
22444
22445         * rs6000/rs6000.h (RS6000_OUTPUT_BASENAME, STRIP_NAME_ENCODING):
22446         Likewise.
22447
22448         * rs6000/sol2.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
22449
22450         * rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_INT,
22451         STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Likewise.
22452
22453         * v850/v850.h (ASM_OUTPUT_LABELREF): Likewise.
22454
22455 Mon Aug  9 19:54:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22456
22457         * real.c (GET_REAL, PUT_REAL): Use memcpy instead of bcopy.
22458
22459 Mon Aug  9 19:36:00 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22460
22461         * tree.h (lang_identify): Constify a char*.
22462         (print_error_function): Add extern prototype.  Constify a char*.
22463
22464         * c-lang.c (lang_identify): Constify a char*.
22465
22466         * objc/objc-act.c (lang_identify): Constify a char*.
22467
22468 Mon Aug  9 16:21:53 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22469
22470         * genpeep.c (main): Make generated file include "function.h".
22471         * arm.c (function_really_clobbers_lr): Delete INLINE_HEADER case.
22472
22473 Mon Aug  9 10:08:50 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22474
22475         * Makefile.in: Update dependencies.
22476         * alias.c: Include "function.h"
22477         * c-decl.c: Likewise.
22478         * caller-save.c: Likewise.
22479         * calls.c: Likewise.
22480         * combine.c: Likewise.
22481         * cse.c: Likewise.
22482         * explow.c: Likewise.
22483         * final.c: Likewise.
22484         * global.c: Likewise.
22485         * graph.c: Likewise.
22486         * local-alloc.c: Likewise.
22487         * loop.c: Likewise.
22488         * optabs.c: Likewise.
22489         * profile.c: Likewise.
22490         * recog.c: Likewise.
22491         * regclass.c: Likewise.
22492         * regmove.c: Likewise.
22493         * reload.c: Likewise.
22494         * reorg.c: Likewise.
22495         * resource.c: Likewise.
22496         * sched.c: Likewise.
22497         * stupid.c: Likewise.
22498         * config/1750a/1750a.c: Likewise.
22499         * config/a29k/a29k.c: Likewise.
22500         * config/arc/arc.c: Likewise.
22501         * config/arm/arm.c: Likewise.
22502         * config/arm/thumb.c: Likewise.
22503         * config/c4x/c4x.c: Likewise.
22504         * config/clipper/clipper.c: Likewise.
22505         * config/convex/convex.c: Likewise.
22506         * config/fx80/fx80.c: Likewise.
22507         * config/i860/i860.c: Likewise.
22508         * config/m68k/m68k.c: Likewise.
22509         * config/m88k/m88k.c: Likewise.
22510         * config/mips/mips.c: Likewise.
22511         * config/pdp11/pdp11.c: Likewise.
22512         * config/pyr/pyr.c: Likewise.
22513         * config/romp/romp.c: Likewise.
22514         * config/sh/sh.c: Likewise.
22515         * config/tahoe/tahoe.c: Likewise.
22516         * config/vax/vax.c: Likewise.
22517         * config/we32k/we32k.c: Likewise.
22518         * config/sparc/sparc.c: Include "function.h".
22519         (mem_min_alignment): Test current_function rather than
22520         regno_pointer_align.
22521         * config/pa/pa.c: Likewise.
22522         (compute_frame_size): Delete declaration of
22523         current_function_outgoing_args_size.
22524         * config/arc/arc.h (current_function_varargs): Delete declaration.
22525         * config/elxsi/elxsi.h (current_function_calls_alloca): Delete
22526         declaration.
22527         * config/i370/i370.h (current_function_outgoing_args_size): Delete
22528         declaration.
22529         * config/i386/i386.h (FINALIZE_PIC): Delete declaration of
22530         current_function_uses_pic_offset_table.
22531         * config/m68k/a-ux.h (FUNCTION_EXTRA_EPILOGUE): Delete declaration
22532         of current_function_returns_pointer.
22533         * config/m68k/altos3068.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22534         * config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22535         * config/m68k/m68kv4.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22536         * config/m68k/mot3300.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22537         * config/m68k/pbb.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22538         * config/m68k/tower-as.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22539         * config/m88k/m88k.c: Include "function.h"
22540         (call_used_regs, current_function_pretend_args_size,
22541         current_function_outgoing_args_size, frame_pointer_needed): Delete
22542         declarations.
22543         * config/m88k/m88k.h (current_function_pretend_args_size): Delete
22544         declaration.
22545         * config/mips/mips.h (current_function_calls_alloca): Delete
22546         declaration.
22547         * config/mn10200/mn10200.h (current_function_needs_context,
22548         rtx_equal_function_value_matters): Delete declarations.
22549         * config/ns32k/ns32k (current_function_uses_pic_offset_table,
22550         flag_pic): Delete declarations.
22551         * config/pa/pa.h (current_function_pretend_args_size,
22552         current_function_decl): Delete declarations.
22553         * config/pa/som.h (current_function_varargs): Delete declaration.
22554         * config/pdp11/pdp11.h (current_function_pretend_args_size): Delete
22555         declaration.
22556         * config/pyr/pyr.h (current_function_pretend_args_size,
22557         current_function_args_size, current_function_calls_alloca): Delete
22558         declarations.
22559         * config/sh/sh.h (current_function_varargs): Delete declaration.
22560         * config/sparc/sparc.h (current_function_outgoing_args_size,
22561         current_function_calls_alloca, current_function_decl): Delete
22562         declarations.
22563         * config/spur/spur.h (current_function_pretend_args_size,
22564         current_function_calls_alloca): Delete declarations.
22565         * config/v850/v850.c (current_function_outgoing_args_size): Delete
22566         declaration.
22567         * config/vax/vms.h (current_function_name): Delete declaration.
22568         * gcse.c: Include "function.h".
22569         (current_function_name, current_function_calls_setjmp): Delete
22570         declarations.
22571         * haifa-sched.c: Include "function.h".
22572         (forced_labels): Delete declaration.
22573         * jump.c: Likewise.
22574         * reg-stack.c: Likewise.
22575         * reload1.c: Likewise.
22576         * genemit.c (main): Make generated file include function.h.
22577         * genoutput.c (output_prologue): Likewise.
22578
22579         * builtins.c (saveregs_value, apply_args_value): Delete variables.
22580         * emit-rtl.c (reg_rtx_no, first_label_num, first_insn, last_insn,
22581         sequence_rtl_expr, cur_insn_uid, last_linenum, last_filename,
22582         regno_pointer_flag, regno_pointer_flag_length, regno_pointer_align,
22583         regno_reg_rtx, sequence_stack): Delete variables.  Add accessor
22584         macros for some of them.
22585         (emit_filename, emit_lineno): Delete declarations.
22586         (gen_reg_rtx): Use memset/memcpy instead of bzero/bcopy.  Access
22587         regno_pointer_* variables through current_function.
22588         (gen_inline_header_rtx): Delete function.
22589         (save_emit_status): Delete function.
22590         (set_new_last_label_num): New function.
22591         (clear_emit_caches): New function.
22592         (restore_emit_status): Just clear last_labelnum and call
22593         clear_emit_caches.
22594         (get_last_insn_anywhere): Variable sequence_stack is now accessed
22595         through macro seq_stack.
22596         (add_insn_after): Likewise.
22597         (add_insn_before): Likewise.
22598         (remove_insn): Likewise.
22599         (pop_topmost_sequence): Likewise.
22600         (in_sequence_p): Likewise.
22601         (start_sequence_for_rtl_expr): Likewise.
22602         (start_sequence): Likewise, and likewise for
22603         sequence_rtl_expr/seq_rtl_expr.
22604         (push_topmost_sequence): Likewise.
22605         (end_sequence): Likewise.
22606         (init_virtual_regs): Now takes a "struct emit_status *" argument.
22607         All callers changed.  Store into that pointer instead of globals.
22608         (init_emit): Allocate emit elt of current_function.
22609         Changes for sequence_rtl_expr/sequence_stack renaming.
22610         Call clear_emit_caches instead of doing it in-line.
22611         Access regno_pointer_* variables through current_function.
22612         (init_emit_once) Don't clear sequence_stack.
22613
22614         * expr.c (pending_stack_adjust, inhibit_defer_pop, pending_chain):
22615         Delete variables.
22616         (arg_pointer_save_area): Delete declaration.
22617         (finish_expr_for_function): Renamed from init_queue; no longer static.
22618         (init_expr): Don't call init_queue.
22619         (save_expr_status, restore_expr_status): Delete functions.
22620         (expand_expr): Changes to reflect new layout of struct function.
22621         Don't access current_function_check_memory_usage when current_function
22622         is 0.
22623         * expr.h (forced_labels, save_expr_regs, saveregs_value,
22624         apply_args_value, current_function_calls_alloca, inhibit_defer_pop,
22625         current_function_outgoing_args_size, current_function_arg_offset_rtx,
22626         current_function_uses_const_pool, function_call_count,
22627         current_function_uses_pic_offset_table, nonlocal_labels,
22628         current_function_internal_arg_pointer, nonlocal_goto_stack_level,
22629         current_function_check_memory_usage, nonlocal_goto_handler_slots,
22630         pending_stack_adjust, target_temp_slot_level, temp_slot_level): Delete
22631         declarations.
22632         (finish_expr_for_function): Declare.
22633         * flags.h (current_function_has_nonlocal_label,
22634         current_function_has_nonlocal_goto, current_function_is_thunk,
22635         current_function_has_computed_jump): Delete declarations.
22636         * flow.c (forced_labels): Delete declaration.
22637         * function.c (current_function_pops_args,
22638         current_function_returns_struct, current_function_returns_pcc_struct,
22639         current_function_needs_context, current_function_calls_setjmp,
22640         current_function_calls_longjmp, current_function_has_nonlocal_label,
22641         current_function_has_nonlocal_goto, current_function_is_thunk,
22642         current_function_has_computed_jump, current_function_calls_alloca,
22643         current_function_contains_functions, current_function_returns_pointer,
22644         current_function_epilogue_delay_list, current_function_args_size,
22645         current_function_pretend_args_size, current_function_arg_offset_rtx,
22646         current_function_outgoing_args_size, current_function_varargs,
22647         current_function_stdarg, current_function_args_info, cleanup_label,
22648         current_function_name, current_function_uses_const_pool,
22649         current_function_instrument_entry_exit, current_function_return_rtx,
22650         current_function_uses_pic_offset_table, nonlocal_labels,
22651         current_function_internal_arg_pointer, current_function_cannot_inline,
22652         current_function_check_memory_usage, function_call_count,
22653         nonlocal_goto_handler_slots, nonlocal_goto_handler_labels,
22654         nonlocal_goto_stack_level, return_label, save_expr_regs,
22655         stack_slot_list, rtl_expr_chain, tail_recursion_label, temp_slots,
22656         tail_recursion_reentry, arg_pointer_save_area, frame_offset,
22657         context_display, trampoline_list, parm_birth_insn, invalid_stack_slot,
22658         last_parm_insn, max_parm_reg, parm_reg_stack_loc, sequence_rtl_expr,
22659         temp_slot_level, var_temp_slot_level, target_temp_slot_level):
22660         Delete variables.
22661         (push_function_context_to): Don't save them.  Don't call
22662         save_storage_status, save_emit_status or save_expr_status.
22663         (pop_function_context_from): Don't restore them.  Don't call
22664         restore_storage_status or restore_expr_status.
22665         (get_func_frame_size): New function.
22666         (get_frame_size): Use it.
22667         (assign_outer_stack_local): Reflect some member name changes in struct
22668         function.
22669         (put_reg_into_stack): Likewise.
22670         (assign_stack_temp_for_type): sequence_rtl_expr was renamed to
22671         seq_rtl_expr.
22672         (fixup_var_refs): Likewise.
22673         (fix_lexical_addr): Likewise.
22674         (trampoline_address): Likewise.
22675         (prepare_function_start): Clear field inlinable of current_function.
22676         (init_function_for_compilation): New function.
22677         (expand_dummy_function_end): New function.
22678         (expand_function_end): Call finish_expr_for_function.
22679         * function.h (struct emit_status): New; fields moved here from struct
22680         function and from global variables.  Add accessor macros for some of
22681         the fields.
22682         (struct expr_status): Likewise.
22683         (REGNO_POINTER_ALIGN, REGNO_POINTER_FLAG): Moved here from regs.h.
22684         (struct function): Add fields expr and emit, inlinable, inl_emit,
22685         original_arg_vector, original_decl_initial, inl_last_parm_insn,
22686         inl_max_label_num.  Add many comments.
22687         Add accessor macros for all elts of struct function that no longer
22688         have a global variable.
22689         (cleanup_label, return_label, frame_offset, tail_recursion_label,
22690         tail_recursion_reentry, arg_pointer_save_area, rtl_expr_chain,
22691         stack_slot_list): Delete declarations.
22692         (get_func_frame_size): Declare.
22693         (save_expr_status, restore_expr_status, save_emit_status,
22694         save_storage_status, restore_storage_status): Delete declarations.
22695         (init_virtual_regs): Declare.
22696         * output.h (current_function_pops_args,
22697         current_function_returns_struct, current_function_returns_pcc_struct,
22698         current_function_needs_context, current_function_calls_setjmp,
22699         current_function_calls_longjmp, current_function_calls_alloca,
22700         current_function_has_nonlocal_label, current_function_varargs,
22701         current_function_has_computed_jump, current_function_returns_pointer,
22702         current_function_contains_functions, current_function_args_size,
22703         current_function_pretend_args_size, current_function_stdarg,
22704         current_function_outgoing_args_size, current_function_args_info,
22705         current_function_name, current_function_return_rtx,
22706         current_function_epilogue_delay_list,
22707         current_function_uses_const_pool, current_function_cannot_inline):
22708         Delete declarations.
22709         * regs.h (reg_rtx_no, regno_pointer_flag, regno_pointer_flag_length,
22710         regno_reg_rtx): Delete declaration.
22711         (REGNO_POINTER_FLAG): Delete macro.
22712         * stmt.c (expand_goto): Changes to reflect that some fields in struct
22713         function were renamed.
22714         * stor-layout.c (save_storage_status, restore_storage_status): Delete
22715         functions.
22716         * toplev.c: Include "function.h".
22717         (current_function_decl): Delete declaration.
22718         (compile_file): Call init_dummy_function_start and
22719         expand_dummy_function_end around some initializations that need to
22720         emit rtl.
22721         (rest_of_compilation): Use DECL_SAVED_INSNS properly.
22722         Call init_function_for_compilation.
22723         * unroll.c: Include "function.h"
22724         (unroll_loop): Access regno_pointer_* variables through
22725         current_function.
22726
22727         * tree.h (struct tree_decl): Add elt f to saved_insns member.
22728         (DECL_SAVED_INSNS): use it.
22729         (expand_dummy_function_end): Declare.
22730         (init_function_for_compilation): Declare.
22731         * calls.c (calls_function_1): Change use of DECL_SAVED_INSNS now
22732         that it's no longer an INLINE_HEADER.
22733         (expand_call): Likewise.
22734         * integrate.c (finish_inline): Delete function.
22735         (max_parm_reg, parm_reg_stack_loc): Delete declarations.
22736         (initialize_for_inline): Delete min_labelno, max_labelno and max_reg
22737         args.  Don't generate an INLINE_HEADER rtx, just return the arg
22738         vector.  All callers changed.
22739         (save_for_inline_copying):  Create a duplicate struct emit_status to
22740         hold the emit state for compiling the current function.  Use this and
22741         the other new fields in struct function that are for integration
22742         instead of an INLINE_HEADER.
22743         Use memcpy instead of bcopy.
22744         Store the current struct function in DECL_SAVED_INSNS of fndecl.
22745         (save_for_inline_nocopy): Similar changes, except no new emit_status
22746         is needed here.
22747         (expand_inline_function): Get information from function structure,
22748         not from an inline header rtx.
22749         (output_inline_function): Lose code to extract the necessary
22750         information from an inline header; simply put back the function
22751         structure into current_function.  Clear its inlinable elt.
22752         * rtl.def (INLINE_HEADER): Delete.
22753         * rtl.h: Delete all accessors for an INLINE_HEADER.
22754         (gen_inline_header_rtx): Delete declaration.
22755         (regno_reg_rtx, regno_pointer_align, nonlocal_goto_handler_labels):
22756         Delete declarations.
22757         (REGNO_POINTER_ALIGN): Delete.
22758         (clear_emit_caches): Declare.
22759         (set_new_last_label_num): Declare.
22760
22761 Mon Aug  9 01:52:24 1999  Jason Merrill  <jason@yorick.cygnus.com>
22762
22763         * print-tree.c (print_node): Print base for OFFSET_TYPEs.
22764
22765         * except.c (expand_eh_region_start_for_decl): Always start a new block.
22766         * stmt.c (is_eh_region): Make sure current_function is present, too.
22767
22768 Mon Aug  9 01:15:24 1999  Jeffrey A Law  (law@cygnus.com)
22769
22770         * pa.h (HARD_REGNO_MODE_OK): Correctly handle FPregs, even when
22771         for 64bit PA targets.
22772
22773         * pa.h (SELECT_SECTION): Define.
22774         * som.h (SELECT_SECTION): Delete.
22775
22776 Sun Aug  8 15:13:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22777
22778         * alias.c (init_alias_analysis): Wrap call to
22779         `prologue_epilogue_contains' within HAVE_prologue||HAVE_epilogue.
22780
22781 1999-08-07  Bruce Korb  <autogen@linuxbox.com>
22782
22783         * fixinc/inclhack.def(irix_asm_apostrophe):  IRIX 5.2's
22784         <sys/asm.h> contains an asm comment with an apostrophe
22785         * fixinc/inclhack.sh:  regen
22786         * fixinc/fixincl.x:  regen
22787
22788 Sat Aug  7 19:37:07 1999  Richard Henderson  <rth@cygnus.com>
22789
22790         * function.c (init_function_start): Clear prologue & epilogue.
22791         (prologue_epilogue_contains): New function.
22792         * alias.c (init_alias_analysis): Use it.
22793         * rtl.h (prologue_epilogue_contains): Declare it.
22794
22795 Sat Aug  7 19:32:16 1999  Richard Henderson  <rth@cygnus.com>
22796
22797         * jump.c (onlyjump_p): New function.
22798         * rtl.h: Declare it.
22799         * flow.c (delete_unreachable_blocks): Use onlyjump_p instead
22800         of condjump_p in calling tidy_fallthru_edge and merge_blocks.
22801
22802 Sat Aug  7 17:09:36 1999  Richard Henderson  <rth@cygnus.com>
22803
22804         * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_REG_SET
22805         to invert loops.  Simplify block scanning.
22806
22807 Sat Aug  7 02:11:13 1999  Bernd Schmidt <bernds@cygnus.co.uk>
22808
22809         * gcse.c (hash_scan_set): Treat SYMBOL_REFs like CONST_INTs.
22810         (cprop_insn): Treat SYMBOL_REFs like CONST_INTs.
22811
22812 1999-08-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
22813
22814         * config/sparc/liteelf.h: New file to support sparclite-elf target
22815         * config/sparc/t-sp86x: New file to support sparc86x targets
22816         * config/sparc/sp86x-aout.h: New file to support sparc86x-aout target
22817         * config/sparc/sp86x-elf.h: New file to support sparc86x-elf target
22818         * configure.in: Support above target triplets
22819         * configure: Regenerated
22820
22821 Sat Aug  7 01:39:27 1999  Philippe De Muyter  <phdm@macqel.be>
22822
22823         * fixinc/server.c (server_setup): Do not prefix function used as
22824         parameter with `&'.
22825
22826 Sat Aug  7 00:21:20 1999  Richard Henderson  <rth@cygnus.com>
22827
22828         * alpha.md (movhi and movqi patterns): Correct predicate for !BWX.
22829         Remove fp reg alternatives.
22830
22831 Sat Aug  7 00:06:54 1999  Jeffrey A Law  (law@cygnus.com)
22832
22833         * Makefiin (TAROUTOPTS): Kill.
22834         (install-headers-tar): Use "xpf" for tar headerfile extraction
22835         * i370/x-oe (TAROUTOPTS): Delete.
22836         * m68k/x-apollo68 (TAROUTOPTS): Delete.
22837         * m68k/x-hp320 (TAROUTOPTS): Delete.
22838         * m68k/x-hp320g (TAROUTOPTS): Delete.
22839         * gcc.texi: Update bug reporting text.
22840
22841 1999-08-6 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
22842
22843         * reg-stack.c (change_stack) Fixed problem with negative array index.
22844
22845 Fri Aug  6 23:08:44 1999  Jeffrey A Law  (law@cygnus.com)
22846
22847         * extend.texi, install.texi: Fix spelling mistakes.
22848
22849         * Makefile.in (PREMADE_ATTRTAB_MD, PREMADE_ATTRTAB): Delete.
22850         (s-attrtab); No longer try to use pre-made insn-attrtab file.
22851         * mips/t-bsd: Delete references to obsolete PREMADE_ATTRTAB and
22852         PREMADE_ATTRTAB_MD.
22853         * mips/t-ecoff: Likewise.
22854         * mips/t-elf: Likewise.
22855         * mips/t-mips: Likewise.
22856         * mips/t-osfrose: Likewise.
22857         * mips/t-r3900: Likewise.
22858         * mips/t-svr3: Likewise.
22859         * mips/t-svr4: Likewise.
22860         * mips/t-ultrix: Likewise.
22861
22862         * gcc.texi: Document recommend means to provide software floating
22863         point libraries in libgcc.a
22864
22865 1999-08-06  Jason Merrill  <jason@yorick.cygnus.com>
22866
22867         * c-lex.c (yylex): We can have a number with no digits.
22868
22869 Fri Aug  6 16:53:55 EDT 1999  John Wehle  (john@feith.com)
22870
22871         * jump.c (delete_prior_computation): New function, broken
22872         out of delete_computation.  Check for side effects with
22873         side_effects_p instead of FIND_REG_INC_NOTE.  Handle
22874         multi-word hard registers.
22875         (delete_computation): Use it.  Check for side effects with
22876         side_effects_p instead of FIND_REG_INC_NOTE.  Synthesize a
22877         missing REG_DEAD note for a register which is both set and
22878         used by an insn.
22879
22880 Fri Aug  6 11:05:29 1999  Jeffrey A Law  (law@cygnus.com)
22881
22882         * elf.h (TEXT_SPACE_P, FUNCTION_NAME_P): Delete.
22883         (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT): Likewise.
22884         (ASM_FILE_START): Import _mcount with the right type.
22885         (ASM_DECLARE_FUNCTION_NAME): Define.
22886         (ASM_OUTPUT_EXTERNAL, ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
22887         * pa.c (output_function_prologue): Always emit the function's label
22888         here.
22889         * pa.h (TEXT_SPACE_P): Define.
22890         (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
22891         (ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT, ASM_GLOBALIZE_LABEL): Likewise.
22892         * som.h (TEXT_SPACE_P): Delete.
22893         (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
22894         (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT): Likewise.
22895
22896 Thu Aug  5 19:29:39 1999  Jim Wilson  <wilson@cygnus.com>
22897
22898         * expr.c (emit_group_load): Allow src to be a CONCAT.
22899
22900 Thu Aug  5 22:27:15 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
22901
22902         * config/sh/lib1funcs.asm (___movstrSI0): Change or r0,r0,r0 to nop.
22903         (___mulsi3): Use '!' comment character.
22904
22905 Thu Aug  5 13:34:14 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22906
22907         * reload1.c (maybe_fix_stack_asms): Also declare P as "const char *".
22908
22909 Thu Aug  5 02:40:42 1999  Jeffrey A Law  (law@cygnus.com)
22910
22911         * gcc.c: Update URLs and mail addresses.
22912         * gcc.texi: Likewise.
22913
22914 Thu Aug  5 01:14:13 1999  Daniel Jacobowitz <drow@false.org>
22915
22916         * rs6000.c (current_file_function_operand): Return zero for
22917         weak functions.
22918         (rs6000_encode_section_info): Do not set SYMBOL_REF_FLAG for
22919         weak symbols.
22920         * rs6000.h (ENCODE_SECTION_NIFO): Do not set SYMBOL_REF_FLAG
22921         for weak symbols.
22922
22923 Thu Aug  5 00:56:30 1999  Geoffrey Keating  <geoffk@cygnus.com>
22924
22925         * rs6000.c (rs6000_stack_info): For ABI_V4/ABI_SOLARIS -fpic, always
22926         allocate space in the stack frame for the PIC register.
22927
22928 Thu Aug  5 00:20:47 1999  Jeffrey A Law  (law@cygnus.com)
22929
22930         * m68k.md (xordi3, anddi3): These patterns are not available on
22931         the coldfire.
22932
22933 Wed Aug  4 23:39:20 1999  Mark Mitchell  <mark@codesourcery.com>
22934
22935         * real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules.
22936         (PUT_REAL): Likewise.
22937
22938 Wed Aug  4 20:45:04 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
22939
22940         * final.c (shorten_branches): Don't add an alignment for loops
22941         that have no label inside.
22942
22943 Wed Aug  4 16:39:24 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22944
22945         * builtins.c (expand_builtin_memcmp, expand_builtin_strcmp): Wrap
22946         prototypes in macro HAVE_cmpstrsi.
22947
22948         * cpplib.c (cpp_get_token): Remove unused label `op3'.
22949
22950         * emit-rtl.c (operand_subword): Remove unused variable
22951         `bits_per_word'.
22952
22953         * rtl.c (shallow_copy_rtx): Remove unused variable `format_ptr'.
22954
22955         * tree.c (chainon): Wrap variable `t2' in macro ENABLE_CHECKING.
22956
22957 Wed Aug  4 13:29:23 1999  Zack Weinberg  <zack@bitmover.com>
22958
22959         * cpphash.c (macroexpand): Delete leading whitespace when arg
22960         is concatenated before.
22961         (unsafe_chars): Correct test for whether + and - can extend a
22962         token.
22963
22964         * cppinit.c (cpp_start_read): Do dependencies for
22965         -include/-imacros files also.
22966
22967         * cpplib.c (cpp_scan_buffer): In no-output mode, don't bother
22968         tokenizing non-directive lines.
22969         (cpp_expand_to_buffer): Temporarily disable no-output mode.
22970         * cppmain.c: In no-output mode, just call cpp_scan_buffer for
22971         the input file.
22972
22973 Wed Aug  4 12:53:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
22974
22975         * expr.c (expand_expr, case PLUS_EXPR): Fix parallel case, too.
22976
22977         * c-lex.c: Sync with C++ frontend.
22978         (linemode): New variable.
22979         (parse_float): imag, conversion_errno, and type are output only.
22980         (yylex): Adjust.  Move initial '.' case into main switch.
22981         Use linemode.
22982         (handle_generic_pragma): Just deal with tokens.
22983         (readescape): Use ISXDIGIT and ISGRAPH.
22984         * c-parse.in: Add END_OF_LINE token.
22985
22986         * c-lex.c (lang_init): Generalize.
22987         (nextchar): Remove.  Replace uses with UNGETC.
22988         (skip_white_space): Handle linemode here.  Optimize for cpplib.
22989         (skip_white_space_on_line): Remove.
22990         (extend_token_buffer_to): New fn.
22991         (extend_token_buffer): Use it.
22992         (read_line_number, check_newline): Just deal with tokens.
22993         (token_getch, token_put_back): New fns.
22994         (yylex): Use them.  More cpplib optimizations.  Simplify.
22995
22996 Wed Aug  4 12:53:44 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
22997                           Jason Merrill  <jason@yorick.cygnus.com>
22998
22999         * c-lex.c (init_parse): Set cpp_token to CPP_DIRECTIVE.
23000         (consume_string): Make this smart about USE_CPPLIB.
23001         (check_newline): Rewrite to be intelligent about USE_CPPLIB.
23002         (yylex): Rewrite to be intelligent about USE_CPPLIB.
23003         Also, clean up cases where we redundantly set token_buffer[0].
23004         (read_line_number): New fn.
23005         (ignore_escape_flag): New variable.
23006
23007 Wed Aug  4 13:12:17 1999  Jeffrey A Law  (law@cygnus.com)
23008
23009         * a29k/t-a29kbare: Fix some comments.
23010         (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
23011         (FPBIT, DPBIT): Define.
23012         * a29k/t-vx29k: Likewise.
23013         * arc/t-arc: Likewise.
23014         * arm/t-arm-elf: Likewise.
23015         * arm/t-bare: Likewise.
23016         * arm/t-pe: Likewise.
23017         * arm/t-pe-thumb: Likewise.
23018         * arm/t-semi: Likewise.
23019         * arm/t-thumb: Likewise.
23020         * arm/t-thumb-elf: Likewise.
23021         * arm/t-thumb-linux: Likewise.
23022         * h8300/t-h8300: Likewise.
23023         * i960/t-i960: Likewise.
23024         * i960/t-vxworks960: Likewise.
23025         * m32r/t-m32r: Likewise.
23026         * mips/t-ecoff: Likewise.
23027         * mips/t-elf: Likewise.
23028         * mips/t-r3900: Likewise.
23029         * pa/t-pro: Likewise.
23030         * rs6000/t-aix43: Likewise.
23031         * rs6000/t-beos: Likewise.
23032         * rs6000/t-newas: Likewise.
23033         * rs6000/t-ppccomm: Likewise.
23034         * rs6000/t-rs6000: Likewise.
23035         * rs6000/t-winnt: Likewise.
23036         * rs6000/t-xnewas: Likewise.
23037         * rs6000/t-xrs6000: Likewise.
23038         * sh/t-sh: Likewise.
23039         * sparc/t-elf: Likewise.
23040         * sparc/t-sparcbare: Likewise.
23041         * sparc/t-sparclite: Likewise.
23042         * sparc/t-splet: Likewise.
23043         * v850/t-v850: Likewise.
23044         * mn10200/t-mn10200: Fix comments.
23045         * mn10300/t-mn10300: Likewise.
23046
23047         * pa.md (divsi3, udivsi3, modsi3, umodsi3 expanders): Clobber a new
23048         dummy operand.  Allocate a new pseudo for the dummy operand.
23049         (divsi3, udivsi3, modis3, umodsi3 patterns): Corresponding changes.
23050
23051         * pa.md (movqi, movhi patterns): Do not expose FP regs to regclass.
23052
23053 Wed Aug  4 11:53:55 1999  Tom Tromey  <tromey@cygnus.com>
23054
23055         * configure: Rebuilt.
23056         * configure.in: Removed --enable-java-gc option and JAVAGC subst.
23057
23058 Wed Aug  4 09:06:14 1999  Richard Earnshaw (rearnsha@arm.com)
23059
23060         * recog.c (preproces_constraints): Zero recog_op_alt before
23061         processing the constraints.
23062
23063         * arm.c (typedef minipool_node): Renamed from pool_node.
23064         (minipool_vector, minipool_size, minipool_vector_label): Similarly.
23065         (add_minipool_constant): New function.
23066         (dump_minipool): New function.
23067         (find_barrier): Remove special case for getting the insn size of
23068         an insn that references the constant pool.
23069         (minipool_fixup): New structure.
23070         (push_minipool_barrier): New function.
23071         (push_minipool_fix): New function.
23072         (note_invalid_constants): New function.
23073         (add_pool_constant, dump_table, fixit, broken_move): Delete.
23074         (arm_reorg): Rewrite code to fix up the constant pool into a
23075         series of mini-pools embedded in the insn stream.
23076         (arm_output_epilogue): New function, made mainly from the body
23077         of output_func_epilogue.
23078         (output_func_epilogue): Move insn generation part of epilogue code
23079         to arm_output_epilogue.
23080         * arm.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Delete.
23081         * arm.md (pool_range): New attribute.
23082         (zero_extendqidi2): Add attribute pool_range.
23083         (zero_extend_hisi_insn, load_extendqisi, extendhisi_insn,
23084         extendqihi_insn, extendqisi_insn, movdi, movsi_insn, pic_load_addr,
23085         pic_load_addr_based_insn, movhi_insn_arch4, movhi_insn_littleend,
23086         movhi_insn_bigend, loadhi_si_bigend, movsf_hard_insn, movsf_soft_insn,
23087         movdf_hard_insn, movdf_soft_insn, movxf_hard_insn): Likewise.
23088         (epilogue): New expand.
23089         (epilogue_insn): New insn.  Call arm_output_epilogue.
23090
23091         * arm.c (arm_poke_function_name): Undo change of July 17.  Tidy up.
23092         * arm.h (TARGET_SWITCHES): Add missing doc string for TARGET_DEFAULT.
23093
23094 Mon Aug  2 19:18:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
23095
23096         * linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
23097
23098 1999-08-04 Mark Elbrecht <snowball3@bigfoot.com>
23099
23100         * config/i386/djgpp.h  (BSS_SECTION_ASM_OP): Define.
23101
23102 Wed Aug  4 02:15:32 1999  Richard Henderson <rth@cygnus.com>
23103
23104         * jump.c (delete_insn): Delete the addr_vec when deleting a tablejump.
23105
23106 Wed Aug  4 01:48:08 1999  Jim Kingdon  <http://developer.redhat.com>
23107
23108         * global.c: Fix comment.
23109
23110 Wed Aug  4 01:43:01 1999  Ian Lance Taylor  <ian@zembu.com>
23111
23112         * gcc.c (access_check): New static function.
23113         (find_a_file): Use it when searching a directory list.
23114         * collect2.c (find_a_file): Don't accept directories found when
23115         searching a directory list.
23116
23117 Wed Aug  4 01:40:43 1999  Philippe De Muyter  <phdm@macqel.be>
23118
23119         * tlink.c (symbol_hash_lookup): Do not prefix functions used as
23120         function parameters with `&'.
23121         (file_hash_lookup, demangled_hash_lookup, tlink_init): Ditto.
23122
23123 Wed Aug  4 01:08:44 1999  Jeffrey A Law  (law@cygnus.com)
23124
23125         * flow.c (delete_unreachable_blocks): Do not call merge_blocks
23126         or tidy_fallthru_edge if the last insn in the block is not
23127         an unconditional jump or a simple conditional jump.
23128
23129 Tue Aug  3 20:21:20 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23130
23131         * Makefile.in (c-decl.o): Depends on defaults.h.
23132
23133 Tue Aug  3 14:14:52 1999  Jeffrey A Law  (law@cygnus.com)
23134
23135         * pa.h (HARD_REGNO_NREGS): FP registers are always 4 bytes wide for
23136         PA1.1 and above.
23137         (CLASS_MAX_NREGS): Likewise.
23138
23139 Tue Aug  3 03:51:20 1999  Jeffrey A Law  (law@cygnus.com)
23140
23141         * cse.c (cse_insn): Fix dumb thinko in last change.
23142
23143 Tue Aug  3 10:36:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23144
23145         * reload1.c (maybe_fix_stack_asms): Declare CONSTRAINTS as
23146         "const char *".
23147
23148 Mon Aug  2 23:45:45 1999  Hans-Peter Nilsson  <hp@bitrange.com>
23149
23150         * dwarf2out.c (add_location_or_const_value_attribute): Correct
23151         test for sizes of passed and declared parameter types.
23152
23153 Tue Aug  3 00:03:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23154
23155         * fixincludes: Fix the return type of bsearch, char* -> void*.
23156
23157         * fixinc/inclhack.def: Likewise.
23158
23159 Mon Aug  2 18:29:32 1999  Mark Mitchell  <mark@codesourcery.com>
23160
23161         * invoke.texi (-fdump-translation-unit): New option.
23162
23163 Mon Aug  2 17:54:19 1999  Richard Henderson  <rth@cygnus.com>
23164
23165         * expr.h (PROMOTE_PROTOTYPES): Move ...
23166         * defaults.h: ... to here.
23167         * c-decl.c: Include defaults.h instead of expr.h.
23168         * c-typeck.c: Include defaults.h.
23169
23170 Mon Aug  2 17:10:24 1999  Mark Mitchell  <mark@codesourcery.com>
23171
23172         * toplev.h (errorcount): Declare.
23173         (warningcount): Likewise.
23174         (sorrycount): Likewise.
23175         * c-lex.c (errorcount): Don't declare.
23176         * dwarf2out.c (errorcount): Don't declare.
23177
23178 Mon Aug  2 17:02:08 1999  Jason Merrill  <jason@yorick.cygnus.com>
23179
23180         * config/libgloss.h: Add a note discouraging use with ELF.
23181         * configure.in: Don't use libgloss.h for ELF targets.
23182         Always use_collect2 on a.out targets.
23183
23184 Mon Aug  2 16:27:42 1999  Jim Wilson  <wilson@cygnus.com>
23185
23186         * combine.c (force_to_mode, case LSHIFTRT): Add goto shiftrt.
23187         (force_to_mode, case ASHIFTRT): Add shiftrt label.
23188
23189 Tue Aug  3 00:45:02 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23190
23191         * loop.c (strength_reduce): When doing biv->giv conversion, update
23192         reg note of NEXT->insn.
23193
23194 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23195
23196         * real.c (PUT_REAL): Clear unused bytes if long double is IEEE quad.
23197
23198 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23199
23200         * c-decl.c (get_parm_info, store_parm_decls): Change all uses of
23201         PROMOTE_PROTOTYPES, so that it tests it as a C expression.
23202         Ensure expr.h is included.
23203         * c-typecheck.c (convert_arguments): Ditto.
23204
23205         * expr.h: Supply default for PROMOTE_PROTOTYPES (0).
23206
23207         * config/arc/arc.h: Define PROMOTE_PROTOTYPES to 1.
23208         * config/convex/convex.h: Ditto.
23209         * config/dsp16xx/dsp16xx.h: Ditto.
23210         * config/fx80/fx80.h: Ditto.
23211         * config/gmicro/gmicro.h: Ditto.
23212         * config/i370/i370.h: Ditto.
23213         * config/i386/i386.h: Ditto.
23214         * config/m32r/m32r.h: Ditto.
23215         * config/m68k/m68k.h: Ditto.
23216         * config/m88k/m88k.h: Ditto.
23217         * config/mips/mips.h: Ditto.
23218         * config/pa/pa.h: Ditto.
23219         * config/pyr/pyr.h: Ditto.
23220         * config/tahoe/tahoe.h: Ditto.
23221         * config/we32k/we32k.h: Ditto.
23222
23223         * config/sparc/sparc.h: Define PROMOTE_PROTOTYPES
23224         based on arch size.
23225
23226         * config/i1750a/i1750a.h: Define PROMOTE_PROTOTYPES to 0.
23227
23228         * config/i860/paragon.h: Remove PROMOTE_PROTOTYPES
23229         from comment.
23230
23231         * tm.texi: Document new usage of PROMOTE_PROTOTYPES.
23232
23233 1999-08-02  Richard Henderson  <rth@cygnus.com>
23234
23235         * m32r.c (m32r_setup_incoming_varargs): Use get_varargs_alias_set
23236         for the register spill block.
23237         (m32r_va_arg): New.
23238         * m32r.h (EXPAND_BUILTIN_VA_ARG): New.
23239         (EXPAND_BUILTIN_SAVEREGS): Delete #if 0 code.
23240
23241         * m32r.h (INT8_P): Don't short-cut test with (unsigned).
23242         (INT16_P, CMP_INT16_P, UINT16_P): Likewise.
23243         (UPPER16_P, UINT24_P, INT32_P, UINT5_P): Likewise.
23244
23245 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23246
23247         * config/sparc/linux.h: Define WCHAR_TYPE as "int" and undef
23248         MAX_WCHAR_TYPE defined in sparc.h.
23249         * config/sparc/linuxaout.h: Likewise.
23250         * config/sparc/linux64.h: Likewise.
23251         Also default to -mvis if CPU is UltraSPARC.
23252
23253 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23254
23255         * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): New macro.
23256         (RTX_OK_FOR_OLO10): Likewise.
23257         (GO_IF_LEGITIMATE_ADDRESS): If assembler supports offsetable
23258         %lo(), allow it in addresses...
23259         (PRINT_OPERAND_ADDRESS): ... and print it appropriately.
23260         * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): sethi %lo()
23261         does not make sense.
23262         * config/sparc/sparc.c (sparc_hard_reg_printed): New array.
23263         (sparc_output_scratch_registers): New function.
23264         (output_function_prologue, sparc_flat_output_function_prologue): Use
23265         it.
23266         * varasm.c (make_decl_rtl): Use ASM_DECLARE_REGISTER_GLOBAL if
23267         defined.
23268         * tm.texi (ASM_DECLARE_REGISTER_GLOBAL): Document it.
23269         * configure.in: Add check for .register pseudo-op support in as and
23270         check for offsetable %lo().
23271         * acconfig.h: Add templates for the above checks.
23272         * configure: Regenerate.
23273
23274 1999-08-02  Richard Henderson  <rth@cygnus.com>
23275
23276         * sparc/linux64.h (TARGET_DEFAULT): Remove MASK_APP_REGS.
23277         * sparc/sol2-sld-64.h (TARGET_DEFAULT): Likewise.
23278         * sparc/sol2.h (TARGET_DEFAULT): Likewise.
23279
23280 Mon Aug  2 23:46:45 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23281
23282         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
23283         reg_biv_class.
23284
23285 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23286
23287         * config/float-sparc.h: New file.
23288         * configure.in: Use float_format=sparc for sparc-*-linux-gnulibc1,
23289         sparc-*-linux-gnu and sparc64-*-linux*.
23290
23291 1999-08-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23292
23293         * rs6000.c (rs6000_va_list): Type is an array.
23294         (rs6000_va_start): Don't doubly adjust for varargs.
23295         (rs6000_va_arg): Evaluate long long GPR adjustment.
23296
23297 Mon Aug  2 16:15:57 1999  David Edelsohn  <edelsohn@gnu.org>
23298
23299         * rs6000/aix43.h (SUBTARGET_SWITCHES): Use -m64 and -m32 instead of
23300         -maix64 and -maix32.
23301         (ASM_SPEC, ASM_CPU_SPEC, CPP_SPEC, CPP_CPU_SPEC, LIB_SPEC,
23302         LINK_SPEC): Change appropriately.
23303         * rs6000/rs6000.c (short_cint_operand): Use CONST_OK_FOR_LETTER_P.
23304         (u_short_cint_operand): Likewise.
23305         * rs6000/rs6000.md (movdi splitters): Add TARGET_POWERPC64 support
23306         for 64-bit hosts.
23307         * rs6000/t-aix43 (MULTILIB): Change to -m64.
23308
23309         * invoke.texi (RS/6000 Submodel): Document 64-bit processor options.
23310
23311 Mon Aug  2 16:15:57 1999  Geoff Keating  <geoffk@cygnus.com>
23312
23313         * rs6000/rs6000.c (num_insns_constant_wide): Correct
23314         for type promotion.
23315         (add_operand): Get test correct for 64-bit HOST_WIDE_INT.
23316         (non_add_cint_operand): Likewise.
23317         (logical_operand): Likewise.
23318         (non_logical_cint_operand): Likewise.
23319         (print_operand): Correct printf()s for 64-bit HOST_WIDE_INT.
23320         (print_operand_address): Correct printf() for 64-bit HOST_WIDE_INT.
23321         (rs6000_select_rtx_section): Suppress warning.
23322         (small_data_operand): Suppress warning.
23323         (rs6000_got_register): Suppress warning.
23324         * rs6000/rs6000.md (andsi3): HOST_WIDE_INT is a signed
23325         type, so `J' is generally the wrong constraint for a SImode value;
23326         use `L' instead.
23327         (andsi3_internal2): Likewise.
23328         (andsi3_internal3): Likewise.
23329         (iorsi3_internal1): Likewise.
23330         (xorsi3_internal1): Likewise.
23331         (movsi): Likewise.
23332         (movsf_softfloat): Likewise.
23333         (scc insns): Likewise.
23334         (movsi+2): Preserve sign bits of SImode constant.
23335         (floatsidf2_internal+1): Sign-extend SImode constant correctly.
23336         (movdf+1): Sign-extend properly.
23337         (movdi_32+1): Sign-extend properly.
23338         (scc insns): Sign-extend properly.
23339
23340         * md.texi (RS/6000 EXTRA_CONSTRAINTS): Update documentation for J,
23341         K, L, and T.
23342
23343 1999-08-02  Richard Henderson  <rth@cygnus.com>
23344
23345         * alpha.c (override_options): Move ev6 alpha_tp frobbing out of
23346         -mcpu parsing code.
23347         (print_operand): Notice alpha_fptm not alpha_tp for sw completion.
23348         * alpha.md (all fp insns): Likewise.
23349
23350 1999-08-02  Nick Clifton  <nickc@cygnus.com>
23351
23352         * config/v850/v850.h (STRICT_ALIGNMENT): Only define if not
23353         already defined.
23354
23355 Mon Aug  2 03:38:33 1999  Jeffrey A Law  (law@cygnus.com)
23356
23357         * pa.c (legitimize_pic_address): Clarify comments.  Do not call the
23358         pic_load_label generator directly.
23359         * pa.md (pic_load_label): Clarify comments.  Remove modes on operands.
23360         No longer a named pattern.
23361
23362 Mon Aug  2 09:38:10 1999  Nick Clifton  <nickc@cygnus.com>
23363
23364         * explow.c (force_reg): Call force_operand if X does not
23365         satisfy general_operand.
23366
23367 Mon Aug  2 01:34:22 1999  Jeffrey A Law  (law@cygnus.com)
23368
23369         * fix-header.c (main): When testing for CONTINUED, use string
23370         equality, not pointer equality.
23371
23372 Mon Aug  2 01:27:24 1999  Dan Nicolaescu  <dann@ics.uci.edu>
23373
23374         * sparc.c (sparc_block_profiler): Use the %g2 register, not %o0.
23375
23376 Sun Aug  1 22:46:42 1999  Jeffrey A Law  (law@cygnus.com)
23377
23378         * cse.c (cse_insn): Fix loop which deletes insns after a jump
23379         that has become an unconditional jump.
23380
23381         * m68k.c (output_function_prologue): Fix typo in CPU32 case.
23382         (output_function_epilogue): Similarly.
23383
23384 Sun Aug  1 20:14:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23385
23386         * tree.h (init_dummy_function_start): Declare.
23387
23388 Sun Aug  1 12:55:31 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23389
23390         * stmt.c (emit_filename, emit_lineno, expr_stmts_for_value,
23391         last_expr_type, last_expr_value, block_start_count, block_stack,
23392         stack_block_stack, cond_stack, loop_stack, case_stack, nesting_stack,
23393         nesting_depth, goto_fixup_chain): Delete global vars; now allocated
23394         dynamically in stmt elt of struct function for each function.
23395         (struct nesting): Rename function_call_count elt to n_function_calls,
23396         target_temp_slot_level to block_target_temp_slot_level.  All users
23397         changed.
23398         (struct stmt_status): New structure definition.
23399         Add many accessor macros for stmt_status elements which previously
23400         were global variables.
23401         (init_stmt_for_function): Allocate stmt elt for current_function.
23402         Reflect that block_start_count was renamed to
23403         current_block_start_count.
23404         (save_stmt_status, restore_stmt_status): Delete functions.
23405         (preserve_subexpressions_p): Don't access loop_stack when outside
23406         a function.
23407         (expand_start_bindings): Reflect that block_start_count was renamed to
23408         current_block_start_count.
23409         (expand_fixup): Likewise.
23410         (expand_decl): Don't access block_stack when outside a function.
23411         (expand_decl_cleanup): Likewise.
23412         (expand_dcc_cleanup): Likewise.
23413         (expand_dhc_cleanup): Likewise.
23414         (expand_anon_union_decl): Likewise.
23415         (set_file_and_line_for_stmt): New function.
23416         (in_control_zone_p): New function.
23417
23418         * function.h (struct function): Add new elt stmt.
23419         Delete elts block_stack, stack_block_stack, cond_stack, loop_stack,
23420         case_stack, nesting_stack, nesting_depth, block_start_count,
23421         last_expr_type, last_expr_value, expr_stmts_for_value, emit_filename,
23422         emit_lineno, goto_fixup_chain.
23423         (save_eh_status, restore_eh_status, save_stmt_status,
23424         restore_stmt_status): Delete declarations.
23425         * function.c (push_function_context_to): Don't call save_stmt_status.
23426         (pop_function_context_to): Don't call restore_stmt_status.
23427         * tree.h (in_control_zone_p): Declare.
23428         * rtl.h (set_file_and_line_for_stmt): Declare.
23429
23430         * emit-rtl.c (emit_line_note): Don't set emit_filename/emit_lineno;
23431         call set_file_and_line_for_stmt.
23432
23433 Thu Jul 31 12:34:45 1999  Joe Buck  <jbuck@synopsys.com>
23434
23435         * gcc.texi: Use terms "GNU Compiler Collection" and "GCC".
23436         Also update copyright.
23437
23438 Sat Jul 31 11:10:07 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23439
23440         * c-pragma.c: Don't include "except.h".
23441         * emit-rtl.c: Likewise.
23442         * stor-layout.c: Likewise.
23443         * tree.c: Likewise.
23444         * varasm.c: Likewise.
23445
23446         * flow.c: Include "function.h".
23447         * tree.h (init_dummy_function_start): Declare new function.
23448
23449         * except.h (struct eh_status): New structure.
23450         (struct label_node, struct eh_entry): Declare even if tree.h hasn't
23451         been included.
23452         (eh_return_stub_label, ehstack, catchstack, ehqueue,
23453         catch_clauses, false_label_stack, caught_return_label_stack,
23454         protect_list, current_function_ehc): Add accessor macros for the
23455         corresponding fields in current_function->eh; delete declarations
23456         for all items that used to be declared here.
23457         * except.c (eh_return_stub_label, ehstack, catchstack, ehqueue,
23458         catch_clauses, false_label_stack, caught_return_label_stack,
23459         protect_list, current_function_ehc): Delete variables.
23460         (init_eh_for_function): Allocate current_function->eh.
23461         (save_eh_status, restore_eh_status): Delete functions.
23462
23463         * function.h (struct function): Add fields next_global and eh.
23464         Delete all exception handling related fields.
23465         * function.c (current_function): New variable.
23466         (all_functions): New variable.
23467         (push_function_context_to): Don't allocate a struct function,
23468         use current_function instead.  Call init_dummy_function_start when
23469         outside a function.  Clear current_function before returning.
23470         (pop_function_context_from): Restore current_function.
23471         Don't free the restored struct function.
23472         (prepare_function_start): New function.
23473         (init_dummy_function_start): New function.
23474         (init_function_start): Break out some code into prepare_function_start
23475         and call it here.
23476
23477         * stmt.c (save_stmt_status): Don't call save_eh_status.
23478         (restore_stmt_status): Don't call restore_eh_status.
23479
23480         * Makefile.in: Update dependencies.
23481
23482 Sat Jul 31 04:10:01 1999  Jeffrey A Law  (law@cygnus.com)
23483
23484         * pa.c (compute_frame_size): Use STARTINg_FRAME_OFFSET instead
23485         of depending on a magic constant value.  Update comments.
23486         (hppa_expand_prologue): Similarly.
23487
23488         * pa.md (reload_indi, reload_outdi): Allow any register for the
23489         original reload register.
23490
23491 Fri Jul 30 19:41:35 1999  Jim Wilson  <wilson@cygnus.com>
23492
23493         * cccp.c (print_help): Change marcos to macros.
23494
23495 1999-07-30  Richard Henderson  <rth@cygnus.com>
23496
23497         * c-typeck.c (initializer_constant_valid_p): Move ...
23498         * c-common.c (initializer_constant_valid_p): ... here.  Use
23499         FOO_TYPE_P instead of tests against TREE_CODE.  Allow subtraction
23500         of label addresses.
23501         * c-common.h (initializer_constant_valid_p): Declare.
23502         * c-tree.h (initializer_constant_valid_p): Remove.
23503
23504 Fri Jul 30 16:33:42 1999  Mathias Froehlich  <frohlich@na.uni-tuebingen.de>
23505
23506         * config/i386/sol2-c1.asm: Align the stack.
23507         * config/i386/sol2-gc1.asm: Likewise.
23508
23509 1999-07-30  Vladimir Makarov  <vmakarov@loony.cygnus.com>
23510
23511         * config/sparc/sparc.h (ASM_CPU32_DEFAULT_SPEC): Change -Av8 onto
23512         -Asparclite for sparc86x.
23513         (CPP_CPU32_DEFAULT_SPEC, CPP_CPU_SPEC): Remove -D__sparc_v8__ for
23514         sparc86x.
23515         (ASM_CPU_SPEC): Use -Asparclite for sparc86x.
23516
23517 Fri Jul 30 14:53:56 1999  Jakub Jelinek  <jj@ultra.linux.cz>
23518
23519         * config/sparc/linux64.h (CC1_SPEC): Preserve CPU specified by
23520         the user if using the non-default arch size in BI_ARCH configuration.
23521         * config/sparc/sol2-sld-64.h (CC1_SPEC): Ditto.
23522
23523         * config/sparc/sparc.md (cmp_mul_set, cmp_udiv_cc_set):
23524         Fix patterns so that they actually match.
23525         (cmp_sdiv_cc_set): Ditto, also don't require g0 to be zero.
23526         (mulsidi3_sp64, const_mulsidi3_sp64): New patterns.
23527         (const_mulsidi3_sp32): Renamed from const_mulsidi3, only on
23528         TARGET_HARD_MUL32.
23529         (mulsidi3): Reflect this in the expand.
23530         (smulsi3_highpart): Only on TARGET_ARCH32.
23531         (umulsidi3_sp64, const_umulsidi3_sp64): New patterns.
23532         (const_umulsidi3_sp32): Renamed from const_umulsidi3.
23533         (umulsidi3): Reflect this in the expand.
23534         (umulsi3_highpart): Only on TARGET_ARCH32.
23535         (divsi3_sp32): Renamed from divsi3, only on TARGET_ARCH32,
23536         don't require g0 to be zero.
23537         (udivsi3_sp32): Renamed from udivsi3, only on TARGET_ARCH32.
23538         ({,u}divsi3): New expands.
23539         ({,u}divsi3_sp64): New patterns.
23540         (after lshrdi3_v8plus): Four new patterns to help combiner
23541         optimizing nested mixed mode shifts.
23542
23543         * config/sparc/sparc.c (sparc_override_options): Use deprecated
23544         v8 instructions if optimizing for UltraSPARC I, II, IIi, as it
23545         speed things up. Don't use them by default on plain v9 in 64bit
23546         mode, according to what SPAMv9 sais.
23547
23548         * config/sparc/sparc.h: Fix comments, e.g. Linux already preserves
23549         top 32 bits of %[og][0-7] in signal handlers.
23550         Also, TARGET_HARD_MUL32 now is only true for TARGET_ARCH32.
23551
23552 Fri Jul 30 03:00:41 1999  Jeffrey A Law  (law@cygnus.com)
23553
23554         * pa.md (zvdep_imm32): Renamed from zvdep_imm.
23555         (ashlsi3): Corresponding changes.
23556
23557         * pa.c (compute_zdepwi_operands): Renamed from compute_zdepi_operands.
23558
23559 Thu Jul 29 18:37:13 1999  Jeffrey A Law  (law@cygnus.com)
23560
23561         * pa.h (FIRST_PARM_CALLER_OFFSET): Delete.
23562
23563 Thu Jul 29 19:01:58 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23564
23565         * arm.h (Hint): Delete macro.
23566         Substitute HOST_WIDE_INT for Hint in some prototypes.
23567         * arm.c: Substitute HOST_WIDE_INT for Hint in one prototype.
23568
23569 Thu Jul 29 09:21:42 1999  Nick Clifton  <nickc@cygnus.com>
23570
23571         * builtins.c (expand_builtin_setjmp): Use force_operand to
23572         make sure that the buffer address is in a suitable form to be
23573         passed to force_reg.
23574
23575 Wed Jul 28 12:50:48 1999  Geoff Keating  <geoffk@cygnus.com>
23576
23577         * config/mips/mips.c: system.h handles MIN and MAX, don't undefine
23578         them here.
23579
23580 Wed Jul 28 13:18:35 1999  Jeffrey A Law  (law@cygnus.com)
23581
23582         * pa.md (indirect_jump): Remove mode from match_operand.  Verify
23583         proper mode in the condition string.
23584         (icacheflush, dcacheflush): Remove modes from match_operands.
23585
23586         * pa.c (emit_move_sequence): Always convert scratch_reg to the
23587         proper mode before using it.
23588
23589         * pa.md (adddi3, subdi3): Turn into a define_expand/define_insn
23590         pair.
23591
23592         * pa.c (store_reg): Do not call add_high_const generator directly.
23593         (load_reg, set_reg_plus_d): Likewise.
23594         * pa.md (add_high_const): No longer a named pattern.
23595
23596         * pa.c (legitimize_address): Consistently use Pmode rather than
23597         SImode.  Do not call gen_pic2_highpart directly anymore.
23598         * pa.md (pic2_highpart): No longer a named pattern.
23599         (pic2_lo_sum): Similarly.  Reformat to make more readable.
23600
23601         * pa.md (call, call_value): Use "word_mode" instead of "SImode" as
23602         needed.
23603
23604         * README: Update.
23605
23606 Wed Jul 28 11:28:04 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23607
23608         * builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.
23609
23610 Wed Jul 28 11:23:48 1999  Richard Henderson  <rth@cygnus.com>
23611
23612         * pa.c (hppa_builtin_saveregs):  Use get_varargs_alias_set
23613         and tag the spill mems.
23614         (hppa_va_start): New.
23615         (hppa_va_arg): New.
23616         * pa.h (EXPAND_BUILTIN_VA_START): New.
23617         (EXPAND_BUILTIN_VA_ARG): New.
23618
23619 Wed Jul 28 11:22:21 1999  Richard Henderson  <rth@cygnus.com>
23620
23621         * mn10300.c (mn10300_builtin_saveregs): Use get_varargs_alias_set
23622         and tag the spill mems.
23623         (mn10300_va_start): New.
23624         (mn10300_va_arg): New.
23625         * mn10300.h (EXPAND_BUILTIN_VA_START): New.
23626         (EXPAND_BUILTIN_VA_ARG): New.
23627
23628 Wed Jul 28 11:20:19 1999  Richard Henderson  <rth@cygnus.com>
23629
23630         * mn10200.c (mn10200_va_arg): New.
23631         * mn10200.h (EXPAND_BUILTIN_VA_ARG): New.
23632
23633 Wed Jul 28 11:19:06 1999  Richard Henderson  <rth@cygnus.com>
23634
23635         * builtins.c (std_expand_builtin_va_arg): Use int_size_in_bytes
23636         rather than play with TREE_INT_CST_LOW.
23637
23638 1999-07-27  Philip Blundell  <pb@nexus.co.uk>
23639
23640         * config/arm/telf.h: Include dbxelf.h.
23641         (CPP_PREDEFINES): Only define if not already defined.
23642         (ASM_IDENTIFY_GCC): Likewise.
23643         (SUBTARGET_EXTRA_SECTIONS): Likewise.
23644         (SUBTARGET_EXTRA_SECTION_FUNCTIONS): Likewise.
23645         * config/arm/thumb.h (LINK_SPEC): Only define if not already
23646         defined.
23647         (DBX_DEBUGGING_INFO): Don't define.
23648         * config/arm/linux-telf.h: New file.
23649         * config/arm/linux-tgas.h: New file.
23650         * config/arm/t-thumb-linux: New file.
23651         * config/arm/uclinux-elf.h: New file.
23652         * config/arm/uclinux-telf.h: New file.
23653         * configure.in (arm-*-uclinux, thumb-*-linux-gnu,
23654         thumb-*-uclinux): New targets.
23655         * configure: Regenerate.
23656
23657 Tue Jul 27 23:20:21 1999  Jeffrey A Law  (law@cygnus.com)
23658
23659         * pa.md (post_store, pre_load): New expanders.
23660         (post_stwm, pre_ldwm): Renamed to post_stw and pre_ldw respectively.
23661         (post_ldwm, pre_stwm): Make these unnamed patterns since we never
23662         need to directly generate RTL for them.
23663         * pa.c (hppa_expand_prologue, hppa_expand_epilogue): Corresponding
23664         changes.
23665
23666 Tue Jul 27 16:05:52 1999  David Edelsohn  <edelsohn@gnu.org>
23667
23668         * aix43.h (ASM_CPU_SPEC, CPP_CPU_SPEC): Add rs64a and PPC630.
23669         * rs6000.c (processor_target_table): Add powerpc64, rs64a, and PPC630.
23670         (rs6000_cpu): Choose between 32-bit and 64-bit default processors.
23671         (secndary_reload_class): Make TARGET_ELF conditional compile.
23672         (print_operand_address): Similar.
23673         (output_toc): Print all values as hex.
23674         (get_issue_rate): Rearrange and add RS64A and PPC630.
23675         * rs6000.h (processor_type): Add RS64A and PPC630.
23676         (PROCESSOR_POWERPC64): New.
23677         (PROMOTE_MODE): Use word_mode.
23678         (RTX_COSTS): Add RS64A and PPC630.
23679         * rs6000.md (scheduling information): Add lmul and ldiv
23680         representing 64-bit integer multiply and divide.  Add rs64a and
23681         PPC630 information.
23682         (ashldi3): Add support for "rldic" instruction.
23683         * sysv4.h (PROCESSOR_DEFAULT): Change to PROCESSOR_750.
23684
23685 Tue Jul 27 15:31:53 1999  Vladimir Makarov  <vmakarov@toad.to.cygnus.com>
23686
23687         * config/sparc/sparc.c (sparc_override_options): Enable SPARCLITE
23688         instead of V8 for sparclite86x in cpu_table.
23689
23690 Tue Jul 27 17:49:42 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23691
23692         * config/arm/coff.h (ASM_FILE_START): If generating SDB output, call
23693         output_file_directive.
23694
23695 Tue Jul 27 03:15:33 1999  Jason Merrill  <jason@yorick.cygnus.com>
23696
23697         * expr.c (expand_expr, case PLUS_EXPR): Get the mode from the
23698         tree for op1, not the rtl.
23699
23700 Tue Jul 27 00:18:34 1999  Richard Henderson  <rth@cygnus.com>
23701
23702         * m88k.c (m88k_builtin_saveregs): Break out the constructor code
23703         to m88k_va_start, leaving only the register spill.
23704         (m88k_build_va_list): New.
23705         (m88k_va_start): New.
23706         (m88k_va_arg): New.
23707         * m88k.h (BUILD_VA_LIST_TYPE): New.
23708         (EXPAND_BUILTIN_VA_START): New.
23709         (EXPAND_BUILTIN_VA_ARG): New.
23710
23711 Mon Jul 26 19:07:11 1999  Geoff Keating  <geoffk@cygnus.com>
23712
23713         * config/rs6000/rs6000.c (rs6000_expand_builtin_saveregs):
23714         Rename from expand_builtin_saveregs.
23715         * config/rs6000/rs6000.h (EXPAND_BUILTIN_SAVEREGS): Change caller.
23716
23717 Mon Jul 26 22:52:47 1999  Richard Henderson  <rth@cygnus.com>
23718
23719         * i960.c (i960_setup_incoming_varargs): Use get_varargs_alias_set
23720         for the register spill block.
23721         (i960_build_va_list): New.
23722         (i960_va_start): New.
23723         (i960_va_arg): New.
23724         * i960.h (BUILD_VA_LIST_TYPE): New.
23725         (EXPAND_BUILTIN_VA_START): New.
23726         (EXPAND_BUILTIN_VA_ARG): New.
23727         * i960.md (store_multiple): Use change_address on individul mems.
23728
23729 Mon Jul 26 22:43:12 1999  Richard Henderson  <rth@cygnus.com>
23730
23731         * builtins.c (stabilize_va_list): Don't INDIRECT_REF through
23732         an ARRAY_TYPE.
23733         (std_expand_builtin_va_start): Back out one word if !stdarg_p.
23734         (expand_builtin_va_end): Evaluate arg for side effects.
23735         * c-common.c (c_common_nodes_and_builtins): Construct a
23736         va_list_arg_type_node to handle array decomposition to pointer.
23737
23738 Mon Jul 26 18:51:34 1999  Richard Henderson  <rth@cygnus.com>
23739
23740         * except.c (st_dynamic_cleanup): Use force_operand on the
23741         buffer's address.
23742
23743 Mon Jul 26 16:43:26 1999  Richard Henderson  <rth@cygnus.com>
23744
23745         * c4x.h (EXPAND_BUILTIN_VA_ARG): New.
23746         * c4x.c (c4x_va_arg): New.
23747
23748 Mon Jul 26 12:30:09 1999  Jason Merrill  <jason@yorick.cygnus.com>
23749
23750         * cpplib.c (cpp_get_token): Don't return a CPP_POP if the buffer
23751         has manual_pop set.
23752
23753 1999-07-26  Nathan Sidwell  <nathan@acm.org>
23754
23755         * eh-common.h (__eh_matcher): Prototype correctly.
23756
23757 Mon Jul 26 17:24:51 1999  Philip Blundell  <pb@nexus.co.uk>
23758
23759         * config/arm/thumb.h (THUMB_FLAG_SINGLE_PIC_BASE): Define.
23760         (TARGET_SINGLE_PIC_BASE): Likewise.
23761         (GOT_PCREL, NEED_GOT_RELOC, NEED_PLT_RELOC): Provide default
23762         definitions.
23763         (TARGET_CALLEE_INTERWORKING): Fix typo in comment.
23764         (TARGET_SWITCHES): Add -m{no-}single-pic-base.
23765         (TARGET_OPTIONS): Add -mpic-register=N.
23766         (OUTPUT_INT_ADDR_CONST): New macro.
23767         (INDEX_REGISTER_RTX_P, PIC_OFFSET_TABLE_REGNUM, FINALIZE_PIC,
23768         LEGITIMATE_PIC_OPERAND_P): Likewise.
23769         (LEGITIMIZE_ADDRESS, GOT_IF_LEGITIMATE_ADDRESS): Support PIC.
23770         (ASM_OUTPUT_INT): Use OUTPUT_INT_ADDR_CONST rather than calling
23771         output_addr_const directly.
23772         (PRINT_OPERAND_PUNCT_VALID_P): Accept `|' for compatibility with
23773         ARM port.
23774         (thumb_pic_register, thumb_pic_register_string): Declare.
23775
23776         * config/arm/thumb.c (symbol_mentioned_p): New function: Imported
23777         from arm.c.
23778         (label_mentioned_p): New function: Imported from arm.c.
23779         (legitimize_pic_address): New function: Imported from arm.c.
23780         (is_pic):New function: Imported from arm.c.
23781         (thumb_finalize_pic):New function: Imported from arm.c.
23782         (add_constant): Cope with PIC constants.
23783         (fixit): Cope with PIC constants.
23784         (output_return): Do not treat the PIC register as live if
23785         TARGET_SINGLE_PIC_BASE is true.
23786         (thumb_function_prologue): Do not treat the PIC register as live if
23787         TARGET_SINGLE_PIC_BASE is true.
23788         (thumb_expand_prologue): Do not treat the PIC register as live if
23789         TARGET_SINGLE_PIC_BASE is true.
23790         (thumb_unexpand_epilogue): Do not treat the PIC register as live if
23791         TARGET_SINGLE_PIC_BASE is true.
23792         (thumb_print_operand): Accept '|'.
23793         (thumb_override_options): Process PIC options.
23794
23795         * config/arm/thumb.md (movsi): Support PIC.
23796         (call_insn): Change "i" constraint to "X".
23797         (call_value_insn): Likewise.
23798         (consttable_4, consttable_8, consttable_end): Set and clear
23799         "making_const_table" as appropriate.
23800         (pic_load_addr, pic_add_dot_plus_four): New insns.
23801
23802         * invoke.texi (Thumb Options): Fix spelling.  Document new
23803         options -msingle-pic-base and -mpic-register=.
23804
23805 1999-07-26  Andrew Haley  <aph@cygnus.com>
23806
23807         * config/m32r/initfini.c (__init): Use a full word immediate for
23808         __fini: this allows it to be placed in any memory region.
23809
23810         * config/m32r/t-m32r: Compile crtinit.o and crtfini.o for
23811         -mmodel=medium.  This is OK for all memory models.
23812
23813 Mon Jul 26 11:58:46 1999  Nick Clifton  <nickc@cygnus.com>
23814
23815         * config/arm/arm.c: Replace %R%s in asm_fprintf strings with %r.
23816         * config/arm/arm.h: Replace %R%s in asm_fprintf strings with %r.
23817
23818 Mon Jul 26 10:23:36 1999  Nick Clifton  <nickc@cygnus.com>
23819
23820         * final.c (asm_fprintf): Accept ASM_FPRINTF_EXTENSIONS, if
23821         defined.
23822
23823         * tm.texi: Document ASM_FPRINTF_EXTENSIONS.
23824
23825 Sun Jul 25 23:51:59 1999  Richard Henderson  <rth@cygnus.com>
23826
23827         * i860.h (EXPAND_BUILTIN_SAVEREGS): New.
23828         (BUILD_VA_LIST_TYPE): New.
23829         (EXPAND_BUILTIN_VA_START): New.
23830         (EXPAND_BUILTIN_VA_ARG): New.
23831         * i860.c (output_delayed_branch): Disable.
23832         (output_delay_insn): Likewise.
23833         (i860_saveregs): New.
23834         (i860_build_va_list): New.
23835         (i860_va_start): New.
23836         (i860_va_arg): New.
23837         * i860.md: Disable all peepholes using output_delayed_branch.
23838         * i860/sysv4.h (I860_SVR4_VA_LIST): New.
23839
23840 Sun Jul 25 23:44:13 1999  Richard Henderson  <rth@cygnus.com>
23841
23842         * clipper.h (EXPAND_BUILTIN_SAVEREGS): Remove argument.
23843         (BUILD_VA_LIST_TYPE): New.
23844         (EXPAND_BUILTIN_VA_START): New.
23845         (EXPAND_BUILTIN_VA_ARG): New.
23846         * clipper.c (clipper_builtin_saveregs): Only dump registers.
23847         Return the address of the save area.
23848         (clipper_build_va_list): New.
23849         (clipper_va_start): New.
23850         (clipper_va_arg): New.
23851
23852 Sun Jul 25 22:56:47 1999  Richard Henderson  <rth@cygnus.com>
23853
23854         * arc.h (EXPAND_BUILTIN_VA_START): New.
23855         (EXPAND_BUILTIN_VA_ARG): New.
23856         * arc.c (arc_setup_incoming_varargs): Set alias set of
23857         varargs save area.
23858         (arc_va_start): New.
23859         (arc_va_arg): New.
23860
23861 Sun Jul 25 22:45:55 1999  Richard Henderson  <rth@cygnus.com>
23862
23863         * alpha.h (EXPAND_BUILTIN_SAVEREGS): Delete.
23864         (BUILD_VA_LIST_TYPE): New.
23865         (EXPAND_BUILTIN_VA_START): New.
23866         (EXPAND_BUILTIN_VA_ARG): New.
23867         * alpha.c (alpha_builtin_saveregs): Delete.
23868         (alpha_build_va_list): New.
23869         (alpha_va_start): New.
23870         (alpha_va_arg): New.
23871
23872 Sun Jul 25 21:40:33 1999  Jeffrey A Law  (law@cygnus.com)
23873
23874         * config/svr4.h (CTORS_SECTION_ASM_OP): Do not emit directives in
23875         column zero.
23876         (DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP): Likewise.
23877         (FINI_SECTION_ASM_OP, ASM_OUTPUT_SECTION_NAME): Likewise.
23878
23879         * gcc.texi: More changes related to list conversion.
23880         * invoke.texi: Likewise.
23881
23882 Sun Jul 25 18:15:39 1999  Richard Henderson  <rth@cygnus.com>
23883
23884         * builtins.c (expand_builtin_saveregs): Remove static, remove exp
23885         and ignore arguments, bail if no EXPAND_BUILTIN_SAVEREGS.
23886         (expand_builtin_next_arg): Accept ARGLIST not EXP.
23887         (stabilize_va_list): New function.
23888         (std_expand_builtin_va_start): New function.
23889         (expand_builtin_va_start): New function.
23890         (get_varargs_alias_set): New function.
23891         (std_expand_builtin_va_arg): New function.
23892         (expand_builtin_va_arg): New function.
23893         (expand_builtin_va_end): New function.
23894         (expand_builtin_va_copy): New function.
23895         (expand_builtin): Call them.
23896         * c-common.c (c_common_nodes_and_builtins): Build __builtin_va_list,
23897         __builtin_{varargs_start,stdarg_start,end,copy}.
23898         (build_va_arg): New function.
23899         * c-common.h (CTI_PTR_TYPE, ptr_type_node): Delete.
23900         (build_va_arg): Declare.
23901         * c-decl.c (ptr_type_node, va_list_type_node): New.
23902         * c-parse.gperf (__builtin_va_arg): New.
23903         * c-parse.in (VA_ARG): New token.
23904         (unary_expr): Recognize it.
23905         * expr.c (expand_expr): Expand VA_ARG_EXPR.
23906         * expr.h (std_expand_builtin_va_start): Declare.
23907         (std_expand_builtin_va_arg): Declare.
23908         (expand_builtin_va_arg): Declare.
23909         (get_varargs_alias_set): Declare.
23910         * tree.def (VA_ARG_EXPR): New.
23911         * tree.h (BUILT_IN_VARARGS_START): New.
23912         (BUILT_IN_STDARG_START, BUILT_IN_VA_END): New.
23913         (ptr_type_node, va_list_type_node): Declare.
23914         * tm.texi (EXPAND_BUILTIN_SAVEREGS): Kill unused ARGLIST argument.
23915         * m32r.h (EXPAND_BUILTIN_SAVEREGS): Likewise.
23916         * m88k.h, m88k.c: Likewise.
23917         * mn10300.h, mn10300.c: Likewise.
23918         * pa.h, pa.c: Likewise.
23919         * rs6000.h, rs6000.c: Likewise.
23920         * sh.h, sh.c: Likewise.
23921         * sparc.h, sparc.c: Likewise.
23922
23923         * emit-rtl.c (operand_subword): Copy alias set.
23924         (change_address): Likewise.
23925
23926 Sun Jul 25 15:04:37 1999  Jeffrey A Law  (law@cygnus.com)
23927
23928         * pa.c (compute_frame_size): Scan all the used callee saved registers,
23929         not just the first one.
23930
23931 Fri Jul 23 14:09:58 1999  Philip Blundell  <pb@nexus.co.uk>
23932
23933         * config/arm/arm.h (TARGET_SWITCHES): Add
23934         -m{no-}single-pic-base.  Correct help string for -mshort-load-words.
23935         (TARGET_OPTIONS): Add -mpic-register=.
23936         (ARM_FLAG_SINGLE_PIC_BASE, TARGET_SINGLE_PIC_BASE): Define.
23937         (arm_pic_register_string): Declare.
23938         (NEED_PLT_GOT): Delete, replace with ...
23939         (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these.  New macros.
23940         (OUTPUT_INT_ADDR_CONST): Replace NEED_PLT_GOT with NEED_GOT_RELOC.
23941         (ASM_OUTPUT_MI_THUNK): Replace NEED_PLT_GOT with NEED_PLT_RELOC.
23942         * config/arm/arm.c (arm_override_options): Add new option
23943         -mpic-register=N.
23944         (arm_pic_register_string): New variable.
23945         (arm_finalize_pic): Respect TARGET_SINGLE_PIC_BASE.
23946         (output_func_prologue): If TARGET_SINGLE_PIC_BASE, treat the PIC
23947         register as never live.  Use NEED_PLT_RELOC not NEED_PLT_GOT.
23948         (output_return_instruction): Likewise.
23949         * config/arm/elf.h (NEED_PLT_GOT): Delete, replace with ...
23950         (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these.  Define to flag_pic.
23951         * config/arm/arm.md: Use NEED_PLT_RELOC in place of NEED_PLT_GOT.
23952
23953         * invoke.texi (ARM Options): Fix spelling.  Remove duplicate
23954         mention of -msched-prolog.  Document new options -msingle-pic-base
23955         and -mpic-register=.
23956
23957 Thu Jul 22 18:23:56 1999  Richard Henderson  <rth@cygnus.com>
23958
23959         * haifa-sched.c (reemit_notes): Tidy.
23960         * sched.c (reemit_notes): Duplicate 1998-08-31 patch to
23961         haifa's routine.
23962
23963 Thu Jul 22 18:21:04 1999  Richard Henderson  <rth@cygnus.com>
23964
23965         * explow.c (trunc_int_for_mode): New function.
23966         (plus_constant_wide): Use it.
23967         * combine.c (simplify_and_const_int): Likewise.
23968         (merge_outer_ops): Likewise.
23969         (simplify_shift_const): Likewise.
23970         * cse.c (simplify_unary_operation): Likewise.
23971         (simplify_binary_operation): Likewise.
23972         * emit-rtl.c (operand_subword): Likewise.
23973         * rtl.h: Declare it.
23974
23975 Thu Jul 22 14:34:59 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23976
23977         * config/arm/arm.c (arm_print_operand): Fix typo in 'M' case
23978         (use NUM_REGS instead of NUM_INTS).
23979
23980 Thu Jul 22 11:25:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23981
23982         * builtins.c: New file.
23983         * expr.c (saveregs_value, apply_args_value):  Delete definition,
23984         moved into builtins.c.
23985         (string_constant): No longer static.
23986         (get_pointer_alignment, c_strlen, get_memory_rtx, expand_builtin,
23987         apply_args_size, apply_result_size, result_vector,
23988         expand_builtin_apply_args, expand_builtin_apply,
23989         expand_builtin_return): Delete functions, moved into builtins.c.
23990         (INCOMING_REGNO, OUTGOING_REGNO): Delete unused macros.
23991         * expr.h (saveregs_value, apply_args_value): Declare variables.
23992         (expand_builtin, string_constant): Declare functions.
23993         * Makefile.in: Update to build builtin.o.
23994
23995 Wed Jul 21 00:46:58 1999  Mark P. Mitchell  <mark@codesourcery.com>
23996
23997         * defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): New macro.
23998         * tm.texi (DWARF2_GENERATE_TEXT_SECTION_LABEL): Define it.
23999         * dwarf2out.c (dwarf2out_init): Don't output a label to mark the
24000         start of the text section if DWARF2_GENERATE_TEXT_SECTION_LABEL is
24001         false.
24002         * config/mips/iris6.h (DWARF2_GENERATE_TEXT_SECTION_LABEL):
24003         Define to zero.
24004
24005 1999-07-21  Michael Meissner  <meissner@cygnus.com>
24006
24007         * print-rtl.c (print_rtx): Print the names of the virtual
24008         registers.
24009
24010 Wed Jul 21 16:00:32 1999  Nick Clifton  <nickc@cygnus.com>
24011
24012         * config/arm/arm.h (INITIAL_ELIMINATION_OFFSET): Fix typo
24013         introduced in previous delta.
24014
24015 Wed Jul 21 14:30:51 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24016
24017         * c-lang.c (finish_file): Rename void_list_node to void_list_node_1
24018         to avoid name clash.
24019
24020 Wed Jul 21 08:39:22 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24021
24022         * c-lex.c (yylex) : Correct the test for overflow when lexing
24023         integer literals.
24024
24025 Tue Jul 20 18:02:42 1999  Richard Henderson  <rth@cygnus.com>
24026
24027         * haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.
24028         (adjust_priority): Always call ADJUST_PRIORITY.
24029         (schedule_insn): Only put insns into the ready at cost 0.
24030         (schedule_block): Remove redundant initial sort.  Give clock_var
24031         and can_issue_more to MD_SCHED_REORDER.  Requeue if hazard cost
24032         is not 0.
24033         * tm.texi (MD_SCHED_REORDER): Update docs.
24034
24035         * sparc.h (MD_SCHED_REORDER): Update.  Set CAN_ISSUE_MORE.
24036         * sparc.c (ultra_reorder_called_this_block): Delete.
24037         (ultrasparc_sched_init): Don't set it.
24038         (ultrasparc_sched_reorder): Don't check it.
24039
24040 Tue Jul 20 17:07:54 1999  Richard Henderson  <rth@cygnus.com>
24041
24042         * rs6000.h (struct rs6000_args): Add sysv_gregno.
24043         * rs6000.c (init_cumulative_args): Init sysv_gregno.
24044         (function_arg_boundary): Align DFmode.
24045         (function_arg_advance): Restructure for ABI_V4; use sysv_gregno
24046         to get fp reg and stack overflow correct.
24047         (function_arg): Likewise.
24048         (function_arg_pass_by_reference): True for TFmode for ABI_V4.
24049         (setup_incoming_varargs): Restructure for ABI_V4; use
24050         function_arg_advance to skip final named argument.
24051         (expand_builtin_saveregs): Properly unskip the last integer arg
24052         when doing varargs.  Adjust overflow location calculation.
24053
24054         * ginclude/va-ppc.h (struct __va_list_tag): Make gpr and fpr
24055         explicitly unsigned.
24056         (__VA_FP_REGSAVE): Use new OFS argument instead of AP->fpr directly.
24057         (__VA_GP_REGSAVE): Similarly.
24058         (__va_longlong_p): Delete.
24059         (__va_arg_type_violation): New declaration.
24060         (va_arg): Restructure.  Flag promotion errors.  Align double.
24061         TFmode passed by reference.
24062
24063         * rs6000.md (movdi_32+1): Use GEN_INT after arithmetic
24064         in the HOST_BITS_PER_WIDE_INT > 32 case.
24065
24066 Tue Jul 20 12:37:30 1999  Hans-Peter Nilsson  <hp@bitrange.com>
24067
24068         * dwarf2out.c (output_abbrev_section): Terminate with a zero.
24069
24070 Tue Jul 20 12:12:27 1999  Jason Merrill  <jason@yorick.cygnus.com>
24071
24072         * gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
24073         * toplev.c (documented_lang_options): Add -fpreprocessed.
24074         * cpplib.h (struct cpp_buffer): Add preprocessed.
24075         * cppinit.c (cpp_handle_option): Handle -fpreprocessed.
24076         (cpp_start_read): Don't expand macros or emit an initial #line
24077         directive if -fpreprocessed.
24078
24079 Tue Jul 20 12:12:09 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
24080
24081         * cpplib.h (struct cpp_buffer): Added manual_pop for
24082         better C++ tokenization.
24083         * cpplib.c (cpp_get_token): Return CPP_EOF if manual_pop.
24084         Also, support C++ tokenization for ->*, .*, <?, and >? operators.
24085         * c-common.c (cpp_token): Make non-static.
24086
24087 Tue Jul 20 11:24:19 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24088
24089         * c-common.h: New file.
24090         * c-common.c (permanent_obstack): Delete unused declaration.
24091         (c_global_trees): New array.
24092         (c_common_nodes_and_builtins): New function; split off common code
24093         from init_decl_processing in both c-decl.c and cp/decl.c.
24094         * c-tree.h: Delete lots of declarations of tree nodes; replaced by
24095         c_global_trees and accessor macros defined in c-common.h.
24096         Include c-common.h.
24097         * c-decl.c: Delete definitions for tree nodes that were replaced by
24098         c_global_trees.
24099         (init_decl_processing): Build void_list_node.
24100         Call c_common_nodes_and_builtins; delete code to generate the common
24101         builtins here.
24102         * objc/objc-act.c (build_module_descriptor): Rename variable
24103         void_list_node to avoid clash with c-common.h.
24104
24105         * Makefile.in: Update dependencies.
24106         * objc/Make-lang.in: Likewise.
24107
24108 Mon Jul 19 14:22:18 1999  Mark P. Mitchell  <mark@codesourcery.com>
24109
24110         * config/mips/iris6gld.h (MAKE_DECL_ONE_ONLY): Define.
24111         (UNIQUE_SECTION_P): Likewise.
24112         (UNIQUE_SECTION): Likewise.
24113
24114 1999-07-19  Linas Vepstas  <linas@linas.org>
24115
24116         * config/i370/README: New file.
24117         * config/i370/linux.h: New file.
24118         * config/i370/mvs.h: New file.
24119         * config/i370/oe.h: New file.
24120         * config/i370/t-linux: New file.
24121         * config/i370/t-mvs: New file.
24122         * config/i370/t-oe: New file.
24123         * config/i370/x-oe: New file.
24124         * config/i370/xm-linux.h: New file.
24125         * config/i370/xm-mvs.h: New file.
24126         * config/i370/xm-oe.h: New file.
24127
24128         * i370.c (label_node_t): Add first_ref_page, label_addr,
24129         label_first_ref, label_last_ref members.
24130         (mvs_need_base_reload): Renamed from mvs_label_emitted.
24131         (MAX_MVS_LABEL_SIZE): Define.
24132         (MAX_LONG_LABEL_SIZE): Define.
24133         (alias_node_t, alias_anchor, alias_number): New.
24134         (mvs_function_table): Reorder for EBCDIC.
24135         (ascebc, ebcasc): Unconditionally define.
24136         (i370_branch_dest, i370_branch_length): New functions.
24137         (i370_short_branch, i370_label_scan): New functions.
24138         (mvs_get_label): Renamed from mvs_add_label.  Search for
24139         an existing label before creating a new one.
24140         (mvs_add_label): New function.
24141         (mvs_get_label_page): New function.
24142         (mvs_free_label_list): Renamed from mvs_free_label.  Iterate
24143         over the entire list.
24144         (mvs_check_page) [TARGET_HLASM]: Use BASR not BALR.
24145         (mvs_check_page) [TARGET_ELF_ABI]: New function.
24146         (mvs_add_alias, mvs_need_alias): New functions.
24147         (mvs_get_alias, mvs_check_alias): New functions.
24148         (handle_pragma): New function.
24149         (mvs_function_check): New function.
24150         (unsigned_jump_follows_p): Search harder.
24151         (i370_function_prolog) [TARGET_HLASM]: Handle LE370.  Scan labels.
24152         (i370_function_prolog) [TARGET_ELF_ABI]: New function.
24153         * i370.h (TARGET_VERSION): Delete.
24154         (CPP_SPEC, CPP_PREDEFINES): Delete.
24155         (mvs_label_emitted): Delete.
24156         (TARGET_EBCDIC): Delete.
24157         (MAP_CHARACTER): Define only if TARGET_EBCDIC.
24158         (HANDLE_PRAGMA): Define.
24159         (HARD_REGNO_NREGS): Handle complex modes.
24160         (HARD_REGNO_MODE_OK): Likewise.
24161         (CLASS_MAX_NREGS): Likewise.
24162         (RET_REG): Likewise.
24163         (EXTRA_CONSTRAINT): Define.
24164         (RETURN_IN_MEMORY): True for DImode.
24165         (TRAMPOLINE_TEMPLATE): Use gen_rtx instead of GEN_INT.
24166         (FUNCTION_PROFILER): Delete.
24167         (COUNT_REGS): Fail if REG_P but not REG_OK_FOR_BASE_P.
24168         (NOTICE_UPDATE_CC): Correct handling of MULT, DIV, logicals and shifts.
24169         (TARGET_ESC, TARGET_BELL): Conditionally define for TARGET_EBCDIC.
24170         (TARGET_BS, TARGET_TAB, TARGET_NEWLINE): Likewise.
24171         (TARGET_VT, TARGET_FF, TARGET_CR): Likewise.
24172         (ASM_FILE_START): Add "RMODE ANY".
24173         (ASM_OUTPUT_EXTERNAL): Check for aliases.
24174         (ASM_GLOBALIZE_LABEL): Likewise.
24175         (ASM_OUTPUT_LABELREF): Likewise.
24176         (ASM_OUTPUT_COMMON): Likewise.
24177         (PRINT_OPERAND): Handle 'K', 'W', default.
24178         (PRINT_OPERAND_ADDRESS): New.
24179         (Lots of defines): Add support for TARGET_ELF_ABI.
24180         * i370.md (attr length): New.  Define for all patterns.
24181         (*): Lots of tweeks to assembly output and constraints.
24182
24183 Mon Jul 19 15:09:29 1999  David Edelsohn  <edelsohn@gnu.org>
24184
24185         * rs6000.md (arithmetic, logical, and shift Rc combiner patterns):
24186         Disable patterns performing SImode comparisons with SImode values
24187         if TARGET_POWERPC64 and instruction does not sign-extend or does
24188         not mask to narrower than SImode, i.e. where bit 31 and bit 63 may
24189         differ for signed quantities.
24190         (indirect_jump): Add expander to choose RTL based on TARGET_64BIT.
24191         (tablejump): Patterns contingent on TARGET_64BIT not TARGET_POWERPC64.
24192         (decrement_and_branch_on_count): Add 64-bit variant.
24193
24194 Mon Jul 19 09:36:27 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24195
24196         * final.c (output_asm_insn): When searching for the matching string
24197         for a given dialect, don't run past the end of the list of
24198         alternatives if there are fewer alternatives in the template than
24199         dialects.
24200
24201 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
24202
24203         * gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.
24204         Removed paragraph about compression of files and size limitation,
24205         duplicated in the FAQ.  Use gcc-patches for posting patches.
24206         * gcc.c (main): Updated URL with bug reporting instructions to
24207         gcc.gnu.org.  Removed e-mail address.
24208         * system.h (abort): Likewise.
24209
24210 1999-07-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24211
24212         * Makefile.in (stmp-multilib-sub): Make the files extracted
24213         from $(LIBGCC1) writable.
24214
24215 Sat Jul 17 14:25:46 1999  Nick Clifton  <nickc@cygnus.com>
24216
24217         * config/arm/aout.h: Reformat for improved readability.
24218
24219         * config/arm/arm.h: Reformat for improved readability.
24220         Replace uses of fprintf with asm_fprintf where appropriate.
24221         (ARM_DECLARE_FUNCTION_NAME): New macro:  Perform any generic ARM
24222         function declaration assembler actions.
24223         (NUM_INTS): New macro: Convert from bytes to words.
24224         (NUM_REGS): New macro: Compute number of registers required to
24225         hold a quanitity of tyep MODE.
24226         (NUM_REGS2): New macro: Like NUM_REGS but also copes with BLKmode
24227         types.
24228         (NUM_ARG_REGS): New macro: The number of argument registers
24229         available.
24230         (ARG_REGISTER): New macro: Compute the register number of the Nth
24231         argument register.
24232         (LAST_ARG_REGNUM): New macro: The number of the last argument
24233         register.
24234         (SP_REGNUM): New macro: Register number of the stack pointer.
24235         (FP_REGNUM): New macro: Register number of the frame pointer.
24236         (FUNCTION_ARG, FUNCTION_ARG_PARTIAL_NREGS, INIT_CUMULATIVE_AGS,
24237         FUNCTION_ARG_ADVANCE, SETUP_INCOMING_VARARGS): Change
24238         CUMULATIVE_ARGS so that it counts registers not bytes.
24239
24240         * config/arm/arm.c: Rename TARGET_THUMB_INTERWORK to
24241         TARGET_INTERWORK.
24242         Replace uses of fprintf with asm_fprintf where appropriate.
24243         (output_ascii_pseudo_op): Replace with version from thumb.c
24244
24245         * config/arm/coff.h (ASM_FILE_START): Emit ASM_APP_OFF.
24246
24247         * config/arm/elf.h (CPP_PREDEFINES): Replace with
24248         SUBTARGET_CPP_SPEC.
24249         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
24250         (ASM_FILE_START): Emit ASM_APP_OFF.
24251
24252 Fri Jul 16 13:48:09 1999  Jeffrey A Law  (law@cygnus.com)
24253
24254         * pa.c (compute_frame_size): Round frame according to
24255         STACK_BOUNDARY rather than a hardwired value.
24256
24257         * pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
24258
24259         * configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead
24260         of "1".
24261         * configure: Rebuilt.
24262
24263         * configure.in (hppa*-*-linux*): New configuration.
24264         * configure: Rebuilt.
24265         * pa.h (MAX_OFILE_ALIGNMENT): Delete.
24266         * pa/som.h (MAX_OFILE_ALIGNMENT): Define.
24267         * pa/pa-linux.h: New file.
24268         * pa/t-linux: New file.
24269         * pa/xm-linux.h: New file.
24270
24271         * pa.c (hppa_legitimize_address): Change references from SImode to
24272         either Pmode or word_mode as appropriate.
24273         (emit_move_sequence, store_reg, load_reg): Likewise.
24274         (set_reg_plus_d, hppa_expand_prologue): Likewise.
24275         (output_mul_insn): Likewise.
24276         * pa.h (PROMOTE_MODE): Likewise.
24277         (INITIALZE_TRAMPOLINE): Likewise.
24278         (Pmode): Define to word_mode.
24279
24280         * pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired
24281         value of 4.  Allocate 8 bytes for each FP register save.
24282         (hppa_expand_epilogue): Use UNITS_PER_WORD instead of harwarewired
24283         value of 4.
24284         (hppa_expand_prologue): Likewise.
24285         * pa.h (PROMOTE_MODE): Likewise.
24286         (HARD_REGNO_MODE_OK, FUNCTION_ARG_SIZE): Likewise.
24287         (FUNCTION_ARG_BOUNDARY): Likewise.
24288
24289         * invoke.texi (HPPA Options): Remove -mspace/-mno-space.
24290
24291         * pa.c (out_of_line_prologue_epilogue): Delete.
24292         (override_options): Remove -mspace related code.
24293         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
24294         (compute_frame_size): Only allocate space for register that
24295         actually need to be saved.
24296         * pa.h (MASK_SPACE, TARGET_SPACE): Delete.
24297         (TARGET_SWITCHES): Remove -mspace, -mno-space
24298         * pa/t-pa (LIB2FUNCS_EXTRA): Remove ee.asm and ee_fp.asm
24299         * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.  Remove -mspace multilib.
24300         * pa/ee.asm, pa/ee_fp.asm: Delete.
24301
24302         * pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.
24303
24304         * config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
24305         directive in column zero.
24306
24307 Fri Jul 16 01:39:57 1999  Jeffrey A Law  (law@cygnus.com)
24308
24309         * m68k.c (output_function_prologue): Fix computation of save mask
24310         when generating PIC code.
24311
24312 Thu Jul 15 15:40:09 1999  Jim Wilson  <wilson@cygnus.com>
24313
24314         * tree.c (build_type_attribute_variant): Move current_obstack restore
24315         after build_qualified_type call.
24316
24317 1999-07-15  Mark Mitchell  <mark@codesourcery.com>
24318
24319         * configure.in: Use t-iris6, even with GNU LD.
24320         * config/mips/iris6gld.h: Fix typo in linker spec.
24321         * config/mips/t-iris6gld: Remove.
24322
24323 Thu Jul 15 15:15:43 1999  David Edelsohn  <edelsohn@gnu.org>
24324
24325         * rs6000.md (insv, extzv): Remove SImode dependence in named
24326         patterns.  Explicitly generate DImode RTL if PowerPC64 and
24327         operand is DImode.
24328         (insvdi): Reverse start and size in instruction template.
24329
24330 1999-07-12  Joseph S. Myers  <jsm28@cam.ac.uk>
24331
24332         * invoke.texi: Typo fixes.
24333
24334 Wed Jul 14 23:28:06 1999  Jeffrey A Law  (law@cygnus.com)
24335
24336         * emit-rtl.c (gen_realpart): Issue an error for cases GCC can not
24337         handle at this time instead of silently generating incorrect code.
24338         (gen_imagpart): Likewise.
24339
24340         * reload.c (find_reloads): Emit a USE for a pseudo register without
24341         a hard register if we could not create an optional reload for the
24342         pseudo.
24343
24344 Wed Jul 14 23:45:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24345
24346         * c-typeck.c (output_init_element, process_init_element):
24347         When advancing constructor_unfilled_fields for a RECORD_TYPE,
24348         check for nameless bit fields.
24349
24350 Wed Jul 14 01:57:39 1999  Richard Henderson  <rth@cygnus.com>
24351
24352         * regclass.c (scan_one_insn): Notice subregs that change the
24353         size of their operand.
24354         (record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE.
24355
24356 Wed Jul 14 01:41:42 1999  Jeffrey A Law  (law@cygnus.com)
24357
24358         * configure.in (alpha*-*-*): Include alpha/t-ieee.
24359         * configure: Rebuilt.
24360         * alpha/t-ieee: New file.
24361
24362 Tue Jul 13 10:45:58 1999  Jeffrey A Law  (law@cygnus.com)
24363
24364         * rs6000.c (find_addr_reg): Do not select r0 as an address
24365         register.
24366
24367 Tue Jul 13 00:46:18 1999  Philippe De Muyter  <phdm@macqel.be>
24368
24369         * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.
24370
24371 Mon Jul 12 14:29:15 1999  Jeffrey A Law  (law@cygnus.com)
24372
24373         * rs6000.md (movsf): Do not force easy FP constants into memory.
24374
24375         * expr.c (expand_expr, case PLUS_EXPR): Pass constants through
24376         immed_double_const to ensure they are properly truncated then
24377         sign extended.
24378
24379 Mon Jul 12 10:40:01 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
24380
24381         * config/arm/thumb.c (thumb_reorg): Call replace_symbols_in_block
24382         always unless NO_DEBUG is used.  Compile this code
24383         unconditionally.
24384         (replace_symbols_in_block): Compile it unconditionally.
24385
24386 Sun Jul 11 12:32:32 1999  Jeffrey A Law  (law@cygnus.com)
24387
24388         * configure.in (i?86-*-elf*): New target.
24389         * configure: Rebuilt.
24390         * i386/i386elf.h, i386/t-i386elf: New files.
24391
24392 Fri Jul  9 22:39:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
24393
24394         * toplev.c (main): Don't complain about saying -gdwarf.
24395         (rest_of_compilation): Remove redundant code.
24396
24397 Fri Jul  9 19:08:55 1999  Jim Wilson  <wilson@cygnus.com>
24398
24399         * unroll.c (unroll_loops): Don't delete named CODE_LABELs.
24400
24401 Fri Jul  9 18:54:18 1999  Felix Lee  <flee@cygnus.com>
24402
24403         * config/i960/i960.c (ret_label): Change asm label from "LR:" to
24404         "Li960R:", to avoid name clash.
24405
24406 Fri Jul  9 10:48:28 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24407
24408         * loop.c (check_dbra_loop): When reversing a loop, delete all
24409         REG_EQUAL notes referencing the reversed biv except those which are
24410         for a giv based on it.
24411
24412 Fri Jul  9 03:51:52 1999  Jeffrey A Law  (law@cygnus.com)
24413
24414         * version.c: Drop "gcc-" prefix from version #.
24415
24416 Thu Jul  8 18:06:30 1999  Jason Merrill  <jason@yorick.cygnus.com>
24417
24418         * dwarf2out.c (dwarf2out_line): Emit a line number comment after
24419         the label if we're being verbose.
24420
24421 Thu Jul  8 14:18:46 1999  Richard Henderson  <rth@cygnus.com>
24422
24423         * m68k.c (output_function_prologue): Add pic register to mask
24424         if live and flag_pic.
24425         (output_function_epilogue): Likewise.
24426
24427 Thu Jul  8 12:55:12 1999  Jeffrey A Law  (law@cygnus.com)
24428
24429         * dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Do not put assembler
24430         directives in column zero.
24431
24432         * pa/elf.h (ASM_FILE_START): Define.
24433         * pa/som.h (ASM_FILE_START): Include .level directives.
24434         * pa/hpux10.h (ASM_FILE_START): Delete.
24435         * pa/hpux11.h (ASM_FILE_START): Delete.
24436
24437         * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss.
24438
24439 Thu Jul  8 18:03:19 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24440
24441         * reload1.c (choose_reload_regs): Never call remove_adress_replacements
24442         when reload_out equals reload_in.
24443
24444 Thu Jul  8 16:50:14 1999  Nick Clifton  <nickc@cygnus.com>
24445
24446         * invoke.texi (Spec Files): New node: Describe the contents of
24447         spec files.
24448
24449 Thu Jul  8 10:28:25 1999  Craig Burley  <craig@jcb-sc.com>
24450
24451         * invoke.texi (DEC Alpha Options): Put @end table at
24452         beginning of line, to avoid confusing texi2html.
24453
24454 Thu Jul  8 09:22:06 1999  Nick Clifton  <nickc@cygnus.com>
24455
24456         * config/arm/elf.h (ASM_OUTPUT_INTERNAL_LABEL): Fixed typo
24457         introduced in previous delta.
24458
24459 Wed Jul  7 02:00:04 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
24460
24461         * reload1.c (gen_reload): When synthesizing a 3 operand add
24462         sequence, improve test for when to reload OP1 into the reload
24463         register instead of OP0.
24464
24465 Wed Jul  7 01:38:03 1999  Jim Wilson  <wilson@cygnus.com>
24466
24467         * unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.
24468
24469 1999-07-07  Manfred Hollstein  <mhollstein@cygnus.com>
24470
24471         * m88k/dguxbcs.h (CPP_SPEC): Add missing \ in multi-line
24472         string literal.
24473
24474 Wed Jul  7 01:16:43 1999  Richard Henderson  <rth@cygnus.com>
24475
24476         * ginclude/varargs.h (__builtin_va_alist_t): New typedef.
24477         (va_dcl): Use __builtin_va_alist_t.
24478
24479 Wed Jul  7 01:14:42 1999  Jason Merrill  <jason@yorick.cygnus.com>
24480
24481         * dwarf2out.c (gen_struct_or_union_type_die): Only remember types
24482         on the permanent_obstack.
24483         * dwarfout.c (output_type): Likewise.
24484
24485 Tue Jul  6 15:25:32 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24486
24487         * c-common.c (unsigned_type,signed_type,signed_or_unsigned_type) :
24488         Merged from c-typeck.c and cp/typeck.c.
24489         * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
24490         Merged into c-common.
24491
24492 Tue Jul  6 13:06:01 1999  Dave Brolley  <brolley@cygnus.com>
24493
24494         * c-lex.c (errorcount): Declare it.
24495         (finish_parse): Update errorcount when using CPPLIB.
24496
24497 1999-07-06  Bruce Korb  <ddsinc09@ix.netcom.com>
24498
24499         * fixinc/inclhack.def(end_else_label): Double the backslash so
24500         sed gets a chance to see it.
24501         * fixinc/inclhack.sh: regen
24502         * fixinc/fixincl.x: regen
24503
24504 Fri Jul  2 18:49:51 1999  Nick Clifton  <nickc@cygnus.com>
24505
24506         Add framework to support armv5 architecture when it becomes
24507         available:
24508
24509         * config/arm/arm.c (FL_ARCH5): New processor capability flag.
24510         (arm_arch5): New variable.
24511         (all_architectures): Add armv5 line.
24512         * config/arm/arm.h (CPP_CPU_ARCH_SPEC): Define __ARM_ARCH_5__ if
24513         -march=armv5 is specified on the command line.
24514         (arm_arch5): Export this variable.
24515         * invoke.texi: Document new string accepted by -march= switch for
24516         ARM ports.
24517
24518         * config/arm/arm.h: Replace use of constant 12 as a register
24519         number with IP_REGNUM.  Similarly 14 and LR_REGNUM.
24520         * config/arm/arm.c: Replace use of constant 12 as a register
24521         number with IP_REGNUM.  Similarly 14 and LR_REGNUM.
24522
24523         * config/arm/elf.h: Tidy up.
24524         * config/arm/coff.h: Tidy up.
24525
24526 Thu Jul  1 19:08:13 1999  Mark P. Mitchell  <mark@codesourcery.com>
24527
24528         * gcc/configure.in (mips-sgi-irix6*): Handle --with-gnu-ld.
24529         * gcc/config/mips/t-iris6gld: New file.
24530         * gcc/config/mips/iris6gld.h: Likewise.
24531
24532 Fri Jul  2 13:23:39 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24533
24534         * c-decl.c (widest_integer_literal_type_node,
24535         widest_unsigned_literal_type) : New.
24536         (init_decl_processing): Handle/use the two new types.
24537         * c-common.c (type_for_size,type_for_mode) : Same.
24538         * c-lex.c (yylex) : Same.
24539         * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
24540         Same.
24541         * c-tree.h (widest_integer_literal_type_node,
24542         widest_unsigned_literal_type) : New.
24543
24544 Fri Jul  2 03:05:44 1999  Jeffrey A Law  (law@cygnus.com)
24545
24546         * dwarfout.c (field_byte_offset): Correctly compute the object's
24547         byte offset for the first bit of a field which crosses an alignment
24548         boundary on a !BYTES_BIG_ENDIAN target.
24549
24550 Fri Jul  2 01:36:36 1999  Robert Lipe  <robertlipe@usa.net>
24551
24552         * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and
24553         ntohs.
24554
24555 Fri Jul  2 00:46:47 1999  Richard Henderson  <rth@cygnus.com>
24556                           Jeff Law <law@cygnus.com>
24557
24558         * ginclude/varargs.h (va_dcl): Use word_mode for type of
24559         __builtin_va_list.
24560
24561         * except.c: Include intl.h.
24562         (expand_eh_return): Set current_function_cannot_inline.
24563         (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label.
24564         * function.h (struct function): Add eh_return_stub_label.
24565         * flow.c (delete_unreachable_blocks): Don't merge across EH edges.
24566         * Makefile.in (except.o): Depend on intl.h.
24567
24568 Fri Jul  2 00:04:23 1999  David Edelsohn  <edelsohn@gnu.org>
24569
24570         * rs6000.md (movdf_hardfloat32): Handle PRE_INC and PRE_DEC the
24571         same as offsettable in cases 1 and 2.
24572
24573 Thu Jul  1 20:54:10 1999  Richard Henderson  <rth@cygnus.com>
24574
24575         * alpha.md (extqh): Define as 64-((R&7)*8) instead of 56-(((R-1)&7)*8).
24576         (extlh, extwh): Likewise.
24577
24578 Thu Jul  1 11:05:25 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24579
24580         * c-lex.c (yylex): Improve 'integer constant out of range' messages.
24581
24582 Wed Jun 30 16:51:41 1999  Nick Clifton  <nickc@cygnus.com>
24583
24584         * configure.in: Add arm-pe and thumb-pe targets.
24585         * configure: Regenerate.
24586
24587         * thumb.c (arm_naked_function_p): New function: Determines if
24588         a function is naked (has no gcc generated prologue/epilogue).
24589         (is_called_in_ARM_mode): Return true if the func has the
24590         interfacearm attribute.
24591         (output_return): Do not generate a return for naked functions.
24592         (thumb_function_prologue): Do not generate a prologue for
24593         naked functions.
24594         (thumb_expand_prologue): Do not generate a prologue for naked
24595         functions.
24596         (thumb_expand_epilogue): Do not generate an epilogue for naked
24597         functions.
24598         (arm_valid_machine_decl_attribute): New function, copied from
24599         arm.c:  Permit naked and interfacearm attributes.
24600
24601         * config/arm/pe.c: New file: Support code for arm-pe target.
24602         * config/arm/pe.h: New file: Header file for arm-pe target.
24603         * config/arm/tpe.h: New file: Header file for thumb-pe target.
24604         * config/arm/t-thumb-pe: New file: Makefile fragment for
24605         thumb-pe target.
24606
24607 1999-07-01  Mark Kettenis  <kettenis@gnu.org>
24608
24609         * config/i386/gnu.h (CPP_SPEC): Define __PIC__ and __pic__ if
24610         -fPIC or -fpic is specified.
24611
24612 Wed Jun 30 03:31:54 1999  Jeffrey A Law  (law@cygnus.com)
24613
24614         * expr.c (emit_block_move): Use copy_to_mode_reg for
24615         !TARGET_MEM_FUNCTIONS case too.
24616
24617         * configure.in (hppa*-*-*): Add som.h or elf.h to tm_file as
24618         appropriate.
24619         * configure: Rebuilt.
24620         (hppa1.1-*-pro*, hppa1.1-*-rtems*): Define target_cpu_default.
24621         * pa.h: Include dbxelf.h.  Delete various dbx/stabs related
24622         definitions made redundant by dbxelf.h inclusion.  Delete
24623         lots of definitions related to assembly output that are
24624         specific to the SOM object format.
24625         * pa.c (output_function_prologue): Do not emit the function's
24626         name for OBJ_ELF.
24627         * pa-pro-end.h (STARTFILE_SPEC): Undefine before redefining.
24628         * pa-pro.h: Deleted.
24629         * som.h: New file with SOM specific definitions.
24630         * elf.h: New file with ELF specific definitions.
24631
24632         * elfos.h (const_section): Output a tab before assembler directives.
24633         (ctors_section, dtors_section): Likewise.
24634         (ASM_OUTPUT_SECTION_NAME): Likewise.
24635
24636         * pa/pa1.h: Delete unused file.
24637
24638 Tue Jun 29 01:37:53 1999  Jeffrey A Law  (law@cygnus.com)
24639
24640         * configure.in (hppa*-hp-hpux11*): New configuration.
24641         * configure: Rebuilt.
24642         * pa/pa-hpux11.h: New file.
24643         * pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp
24644         command line.
24645
24646         * mips.md (leasi, leadi): New patterns.
24647
24648         * expr.c (emit_block_move): Properly handle case where one of the
24649         block move arguments has a queued increment or decrement.
24650         (clear_storage): Similarly.  Fix formatting goof.
24651
24652 1999-06-28  "David O'Brien"  <obrien@NUXI.com>
24653
24654         * fixinc/inclhack.def(stdio_va_list): This patch Removes a
24655         semicolon from the BSD VA_LIST replacement expression.
24656
24657         * fixinc/inclhack.sh: regen
24658         * fixinc/fixincl.x: regen
24659
24660         * fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines
24661         now use the fixincl program.
24662
24663 Mon Jun 28 05:28:12 1999  Jeffrey A Law  (law@cygnus.com)
24664
24665         * m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA
24666         case.  Also make the PIC register call_used.
24667
24668         * m68k.h (FINALIZE_PIC): Delete.
24669         * m68k.c (finalize_pic): Delete.
24670
24671 Mon Jun 28 05:16:35 1999  Richard Henderson  <rth@cygnus.com>
24672
24673         * m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles
24674         to memory.
24675
24676 Mon Jun 28 04:07:27 1999  David Edelsohn  <edelsohn@gnu.org>
24677
24678         * expmed.c (expand_divmod): Ensure unsigned value fits in reg_note.
24679
24680 Sun Jun 27 02:39:08 1999  Richard Henderson  <rth@cygnus.com>
24681
24682         * jump.c (jump_optimize_1): Validate the cmov copy to a temporary.
24683
24684 Sat Jun 26 17:18:18 1999  David Edelsohn  <edelsohn@gnu.org>
24685
24686         * rs6000.c (print_operand, case 'L'): Use plus_constant_for_output.
24687
24688 Fri Jun 25 11:33:24 1999  Richard Henderson  <rth@cygnus.com>
24689
24690         * alpha.c (override_options): Add -mcpu=ev45 as an alias for ev4.
24691
24692 Fri Jun 25 13:41:25 1999  David Edelsohn  <edelsohn@gnu.org>
24693
24694         * rs6000.c (output_toc): Always use hex values for floating-point
24695         constants.  Store single-precision values in upper-half of TOC
24696         entry in 64-bit mode.
24697         * rs6000.md (floatsidf2, floatunssidf2): Add !TARGET_POWERPC64
24698         to final constraints.
24699         (fix_truncdfsi2 splitter): Change pattern matching fctiwz.
24700         (fctiwz): Improve accuracy of RTL for pattern.
24701
24702 Fri Jun 25 11:26:38 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24703
24704         * expr.c (expand_expr): Allow RTL_EXPR's through the
24705         MAX_INTEGER_COMPUTATION_MODE checks.
24706
24707 Fri Jun 25 06:06:37 1999  Richard Henderson  <rth@cygnus.com>
24708
24709         * alpha.h (MASK_SUPPORT_ARCH, MASK_CPU_EV5, MASK_CPU_EV6): Define
24710         such that MASK_SUPPORT_ARCH is not negative.
24711
24712 Fri Jun 25 05:35:44 1999  Jeffrey A Law  (law@cygnus.com)
24713
24714         * loop.c (verify_dominator): Properly handle ADDR_VEC and
24715         ADDR_DIFF_VEC insns that appear inside loops.
24716
24717 Thu Jun 24 22:54:05 1999  David Edelsohn  <edelsohn@gnu.org>
24718                           Jeff Law <law@cygnus.com>
24719
24720         * rs6000.md (movdf_hardfloat32): Revert previous patch.
24721         Handle LO_SUM the same as offsettable in cases 1 and 2.
24722         * rs6000.c (find_addr_reg): Revert previous patch.
24723
24724 Thu Jun 24 22:43:12 1999  Philippe De Muyter  <phdm@macqel.be>
24725
24726         * system.h (strstr): New external function declaration.
24727         * acconfig.h (NEED_DECLARATION_STRSTR): New define slot.
24728         * configure.in (GCC_NEED_DECLARATIONS): Check for strstr.
24729         * config.in, configure: Rebuilt.
24730
24731 1999-06-24  Tom Tromey  <tromey@cygnus.com>
24732
24733         * gcc.c (main): Read user-specified specs files after computing
24734         additional startfile_prefixes.
24735
24736 Thu Jun 24 15:00:47 1999  Mark Mitchell  <mark@codesourcery.com>
24737
24738         Revert these two patches:
24739
24740         Thu Jun 17 21:34:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24741         * loop.c (strength_reduce): When doing biv->giv conversion, update
24742         reg note of NEXT->insn.
24743
24744         Thu Jun 17 17:22:07 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24745         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
24746         reg_biv_class.
24747         (recombine_givs): Set ix field after sorting.
24748
24749 Wed Jun 23 21:26:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24750
24751         * rtlanal.c (reg_referenced_p): Use reg_overlap_mentioned_p
24752         for the parts of an UNSPEC / UNSPEC_VOLATILE.
24753
24754 1999-06-23  Bruce Korb  <ddsinc09@ix.netcom.com>
24755
24756         *fixinc/inclhack.def:  Add fix development commentary
24757         (read_ret_type): reactivate and add selection clause
24758         (zzz_*): tweak output file name to match what is used in hackshell.tpl
24759         *fixinc/{fixincl.x|inclhack.sh}: regen
24760
24761 Wed Jun 23 00:48:21 1999  Jason Merrill  <jason@yorick.cygnus.com>
24762
24763         * expr.c (expand_expr): STRIP_NOPS before checking against
24764         MAX_INTEGER_COMPUTATION_MODE
24765         (check_max_integer_computation_mode): Likewise.
24766
24767 Tue Jun 22 20:23:43 1999  Jim Wilson  <wilson@cygnus.com>
24768
24769         * md.texi (smul@var{m}3_highpart): Add missing 's' prefix.
24770
24771 1999-06-22  Jim Wilson  <wilson@cygnus.com>
24772
24773         * expr.c (store_expr): When target is a promoted subreg, return a
24774         promoted subreg as a result.
24775
24776 Tue Jun 22 17:14:58 1999  Michael Meissner  <meissner@cygnus.com>
24777
24778         * dwarf2out.c (dwarf2out_frame_debug_expr): Reformat to match GNU
24779         coding standards.
24780         (dwarf2out_define): Mark unused parameters appropriately.
24781         (gen_unspecified_parameters_die): Ditto.
24782         (gen_subprogram_die): Fix signed/unsigned warnings.
24783         (gen_variable_die): Ditto.
24784
24785 1999-06-22  Bruce Korb <ddsinc09@ix.netcom.com>
24786
24787         * fixinc/inclhack.def(end_else_label): combined else_label
24788         and endif_label and fixed the sed expression.
24789         *fixinc/{fixincl.x|inclhack.sh}: regen
24790
24791 Tue Jun 22 01:58:18 1999  Jeffrey A Law  (law@cygnus.com)
24792
24793         * rs6000.md (movdf_hardfloat32): Use %X instead of always emitting
24794         'x' when handling non-offsettable addresses
24795
24796 Tue Jun 22 00:20:05 1999  Richard Earnshaw (rearnsha@arm.com)
24797
24798         * final.c (shorten_branches): Don't try to split an insn that has
24799         been deleted.
24800
24801 Mon Jun 21 12:47:39 1999  Mark Mitchell  <mark@codesourcery.com>
24802
24803         * config/mips/mips.c (symbolic_expression_p): New function.
24804         (mips_select_rtx_section): Put symbolic expressions in the
24805         data section, not the read-only data section.
24806
24807 Mon Jun 21 22:13:06 1999  Jeffrey A Law  (law@cygnus.com)
24808
24809         * rs6000.md (find_addr_reg): Handle LO_SUM addresses.
24810
24811 Mon Jun 21 20:10:42 1999  Richard Henderson  <rth@cygnus.com>
24812
24813         * collect2.c (main): Log frame table count.
24814         (GCC_OK_SYMBOL) [ECOFF]: Accept stGlobal.
24815         (scan_prog_file) [COFF]: Handle frame tables.
24816
24817         * alpha/alpha.h (UNALIGNED_SHORT_ASM_OP): Define.
24818         (UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Define.
24819         * alpha/elf.h: Undef them again.
24820         * alpha/vms.h: Remove their definitions.
24821
24822 Tue Jun 22 03:17:53 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24823
24824         * sh.c (machine_dependent_reorg): When fixing up fp pcloads,
24825         remove the clobber of r0 and change the REG_UNUSED note to
24826         REG_INC.
24827
24828 1999-06-21  Jakub Jelinek  <jj@ultra.linux.cz>
24829
24830         * real.c (ereal_from_double): Fix for 64-bit big endian hosts.
24831         * emit-rtl.c (gen_lowpart_common): Add case for hosts where double
24832         fits in HOST_WIDE_INT and one uses union to access a long constant
24833         as double.
24834
24835 Mon Jun 21 17:18:25 1999  Richard Henderson  <rth@cygnus.com>
24836
24837         * sparc.c (sparc_override_options): Don't allow profiling for
24838         code models other than medlow.
24839         (sparc_function_profiler): New function from old FUNCTION_PROFILER
24840         macro.  Use ASM_GENERATE_INTERNAL_LABEL and MCOUNT_FUNCTION.
24841         (sparc_function_block_profiler): Likewise.  Use user_label_prefix.
24842         (sparc_block_profiler): Likewise.
24843         (sparc_function_block_profiler_exit): Likewise.
24844         * sparc.h (FUNCTION_PROFILER): Call new sparc.c function.
24845         (FUNCTION_BLOCK_PROFILER): Likewise.
24846         (BLOCK_PROFILER): Likewise.
24847         (FUNCTION_BLOCK_PROFILER_EXIT): Likewise.
24848         (MCOUNT_FUNCTION): New.
24849         * sparc/pbd.h (FUNCTION_PROFILER): Delete.
24850         (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Delete.
24851         * sparc/sun4o3.h (FUNCTION_PROFILER): Delete.
24852         (MCOUNT_FUNCTION): New.
24853         * sparc/sysv4.h (FUNCTION_BLOCK_PROFILER): Delete.
24854         (BLOCK_PROFILER): Delete.
24855         (MCOUNT_FUNCTION): New.
24856
24857 Mon Jun 21 14:11:29 1999  David Edelsohn  <edelsohn@gnu.org>
24858
24859         * rs6000.md (movdf_hardfloat32): Fix typo in case 2.
24860
24861 Mon Jun 21 12:27:17 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
24862
24863         * config/mips/elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
24864         Add the macros.
24865
24866         * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
24867         Ditto.
24868
24869         * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
24870         Ditto.
24871
24872         * config/arm/telf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
24873         Ditto.
24874
24875 Mon Jun 21 14:58:42 1999  Nick Clifton  <nickc@cygnus.com>
24876
24877         * config/arm/arm.h: Add cpp support for ARM920 and ARM920T cpu
24878         types.
24879
24880 Mon Jun 21 06:22:21 1999  Mark Elbrecht <snowball3@bigfoot.com>
24881
24882         * i386/djgpp.h (LIB_SPEC): New.
24883         (STARTFILE_SPEC): New.
24884
24885         * i386/xm-djgpp.h (NO_SYS_SIGLIST): Deleted. Now obsolete.
24886
24887 Mon Jun 21 06:19:33 1999  Philippe De Muyter  <phdm@macqel.be>
24888
24889         * fixinc/Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in
24890         compiler flags.
24891
24892         * system.h (WSTOPSIG): New macro.
24893
24894 Mon Jun 21 05:33:15 1999  Mumit Khan  <khan@xraylith.wisc.edu>
24895
24896         * c-pragma.c (push_alignment): Don't ignore alignments greater than
24897         4 bytes.
24898         (insert_pack_attributes): Take into account member natural
24899         alignment.
24900
24901         * i386/winnt.c (exports_head): New static variable.
24902         (i386_pe_record_exported_symbol): New function.
24903         (i386_pe_asm_file_end): Use.
24904         * i386/cygwin.h (ASM_OUTPUT_COMMON): Record the exported
24905         symbols to be emitted at end of assembly.
24906         (ASM_DECLARE_OBJECT_NAME): Likewise.
24907         (ASM_DECLARE_FUNCTION_NAME): Likewise.
24908
24909         * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
24910         -iwithprefix.
24911
24912 Mon Jun 21 04:44:31 1999  Jeffrey A Law  (law@cygnus.com)
24913
24914         * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced
24915         in last change.
24916
24917 Sun Jun 20 17:27:20 1999  Richard Henderson  <rth@cygnus.com>
24918
24919         * haifa-sched.c (sched_analyze_1): Use free_list instead of
24920         zapping reg_last_uses directly.
24921         (sched_analyze_2, sched_analyze_insn): Likewise.
24922         (sched_analyze): Likewise.  Don't clear reg_last_uses on calls.
24923
24924 Sun Jun 20 16:57:29 1999  David Edelsohn  <edelsohn@gnu.org>
24925
24926         * rs6000.md (movdf_hardfloat32): Use worst case insn length
24927         attributes for cases 1 and 2.
24928
24929 Sat Jun 19 22:52:55 1999  Richard Henderson  <rth@cygnus.com>
24930
24931         * haifa-sched.c (sched_analyze): Mark call-user regs as clobbered
24932         instead of set.
24933
24934 Sat Jun 19 05:40:07 1999  Philip Blundell <pb@nexus.co.uk>
24935
24936         * arm.c (arm_reload_in_hi): Invert sense of test on BYTES_BIG_ENDIAN.
24937
24938 Sat Jun 19 05:25:05 1999  Richard Earnshaw (rearnsha@arm.com)
24939
24940         * arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use
24941         PIC_OFFSET_TABLE_REGNUM for general alloaction.
24942         (INITIAL_ELIMINATION_OFFSET): Count the fact that the PIC register
24943         must be stacked if it is used for PIC accesses.
24944         * arm.c (use_return_insn): Handle PIC register specially.
24945         (output_return_instruction): Likewise.
24946         (output_func_{prologue,epilogue}): Likewise.
24947         (output_expand_prologue): Likewise.
24948
24949         * arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.
24950         (*strsi_predec): Renamed from *strqi_predec.
24951         (*loadsi_shiftpreinc): Renamed from *loadqi_shiftpreinc.
24952         (*loadsi_shiftpredec): Renamed from *loadqi_shiftpredec.
24953
24954         * arm.c (arm_override_options): Remove warning about PIC code
24955         not being supported.
24956
24957 Fri Jun 18 23:47:06 1999  David Edelsohn  <edelsohn@gnu.org>
24958
24959         * rs6000.c (find_addr_reg): New function.
24960         * rs6000.h (find_addr_reg): Declare.
24961         (offsettable_addr_operand): Delete.
24962         * rs6000.md (movdf_hardfloat32): Handle non-offsettable loads
24963         from and stores to GPRs.
24964
24965 Fri Jun 18 15:44:18 1999  Richard Henderson  <rth@cygnus.com>
24966
24967         * alpha.c (alpha_expand_block_move): Use get_insns rather than
24968         gen_sequence as argument to emit_no_conflict_block.
24969
24970 Fri Jun 18 07:02 1999  Bruce Korb <ddsinc09@ix.netcom.com>
24971
24972         * fixinc/mkfixinc.sh: enable the fixincl program for DG/UX
24973         * fixinc/inclhack.def(dgux_int_varargs): script must end with \n
24974         *fixinc/fixincl.x: regen
24975         *fixinc/inclhack.sh: regen
24976
24977 Thu Jun 17 15:06:10 PDT 1999 Don Lindsay  <dlindsay@cygnus.com>
24978
24979         * added support for -mpcrel (PC relative addressing for m68k)
24980         based on code done by Michael Tiemann  <tiemann@axon.cygnus.com>.
24981         * invoke.texi (m68000 options): Add documentation for -mpcrel flag.
24982         * m68k.c (print_operand_address): Handle 32-bit PIC case.
24983         (comments for general_src_operand): Add some explanation
24984         about EXTRA_CONSTRAINTS.
24985         (OVERRIDE_OPTIONS): Enable -fPIC in combination with -mpcrel.
24986         * m68kelf.h (OVERRIDE_OPTIONS): Ditto.
24987         (LEGITIMATE_PIC_OPERAND_P): Fix typo.
24988         (LEGITIMATE_PIC_OPERAND_P): Re-derive from m68k.h case.
24989         * m68k.h (LEGITIMATE_PIC_OPERAND_P): Fix delete-o.
24990         (INDIRECTABLE_1_ADDRESS): Delete spurious '/' at end of macro.
24991         (OVERRIDE_OPTIONS): Change behavior so that -mpcrel implies -fpic
24992         if not already set.
24993         (OVERRIDE_OPTIONS): Merge in changes from m68k.h.
24994         * m68k.h (TARGET_PCREL): New target flag.
24995         (TARGET_SWITCHES): Add "pcrel" as a recognized switch.
24996         (OVERRIDE_OPTIONS): Add checks for -mpcrel.
24997         (LEGITIMATE_PIC_OPERAND_P): Don't normally accept anything that
24998         contains a SYMBOL_REF.  Relax this constraint during reload, since
24999         we want to use the predicates, not reload's built-in concept of a
25000         valid memory address, to control what insns need reloading.
25001         (EXTRA_CONSTRAINT): Define constraints to accept pc-relative
25002         operands (essentially 'g', 'm', and 's' under normal circumstances).
25003         * m68k.c (print_operand): Cause printing of pc-relative addresses
25004         to include pc register.
25005         (print_operand_address): Ditto.
25006         (general_src_operand): Accept operands that are not only
25007         general_operands, but are also valid when used as a pc-relative
25008         source.
25009         (nonimmediate_src_operand): Similar, for nonimmediate_operands.
25010         (memory_src_operand): Similar, for memory_operands.
25011         (pcrel_address): New predicate to accept the special case of a
25012         pc-relative address.
25013         * m68k.md (many patterns): Rewrite common SImode, HImode, and
25014         QImode insns to accept *_src_operand instead of *_operand where
25015         pc-relative operands can fit.  For example, a pc-relative operand
25016         can be used as a memory source operand for addsi3, but not as a
25017         memory destination.
25018         * hp320.h linux.h m68kv4.h (LEGITIMATE_PIC_OPERAND_P) as in m68k.h.
25019
25020 Fri Jun 18 09:11:07 1999  Nick Clifton  <nickc@cygnus.com>
25021
25022         * config/arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS): New Marco: USe
25023         .thumb_set pseudo op to mark aliases of thumb functions.
25024
25025 Wed Jun 16 18:19:13 1999  Nick Clifton  <nickc@cygnus.com>
25026
25027         * varasm.c (assemble_alias): Use ASM_OUTPUT_DEF_FROM_DECLS in
25028         preference to ASM_OUTPUT_DEF, if it is defined.
25029
25030         * tm.texi: Document new, optional target macro
25031         ASM_OUTPUT_DEF_FROM_DECLS.
25032
25033 Thu Jun 17 15:07 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25034
25035         * fixincludes: ISCNTL patch
25036         * fixinc/inclhack.def (ioctl_fix_ctrl): Fix the definition of [_]*ISCTRL().
25037         (dgux_int_varargs): new for DG/UX
25038         * fixinc/{fixincl.x,inclhack.sh}: Regenerated.
25039
25040 Thu Jun 17 21:34:24 1999  Jeff Law <law@cygnus.com>
25041
25042         * invoke.texi (ia32 options): Fix typo.
25043
25044 Thu Jun 17 21:34:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25045
25046         * loop.c (strength_reduce): When doing biv->giv conversion, update
25047         reg note of NEXT->insn.
25048
25049 Thu Jun 17 14:25:08 1999  Jeffrey A Law  (law@cygnus.com)
25050
25051         * loop.c (move_movables): Note issues with replacing REGs with
25052         SUBREGs.
25053         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Handle SUBREGs properly.
25054
25055 Thu Jun 17 13:28:30 1999  David O'Brien <obrien@FreeBSD.org>
25056
25057         * i386/freebsd-elf.h (LINK_SPEC): Fix typo.
25058
25059         * i386/freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and
25060         the reference to `mcount' was not correct for the ELF on FreeBSD.
25061
25062 Thu Jun 17 17:22:07 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25063
25064         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
25065         reg_biv_class.
25066
25067         (recombine_givs): Set ix field after sorting.
25068
25069 Thu Jun 17 02:54:30 1999  Jeffrey A Law  (law@cygnus.com)
25070
25071         * emit-rtl.c (operand_subword): Tighten checks for when it is safe
25072         to safe to extract a subword out of a REG.
25073
25074 Thu Jun 17 01:45:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25075
25076         * sh.md (mulsi3): Don't add a no-op move at the end.
25077
25078 Wed Jun 16 20:29:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25079
25080         * cse.c (cse_insn): Don't put hard register source into tables for
25081         the last insn of a libcall.
25082
25083 Wed Jun 16 19:44:33 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25084
25085         * loop.c (strength_reduce): Insert sets of derived givs at every
25086         biv increment, even if it's the only one.
25087
25088 Wed Jun 16 10:33:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
25089
25090         * dwarfout.c (add_incomplete_type): New fn.
25091         (output_type): Call it.
25092         (retry_incomplete_types): New fn.
25093         (dwarfout_finish): Call it.
25094
25095         From Eric Raskin <ehr@listworks.com>:
25096         (output_type): Output types for bases.
25097
25098 Tue Jun 15 12:51:23 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
25099
25100         * mips.c (mips_output_conditional_branch): Add `break'
25101         between `default' label and `close braces'.
25102
25103 Tue Jun 15 01:55:20 1999  David O'Brien <obrien@FreeBSD.org>
25104
25105         * i386/freebsd-elf.h (LINK_SPEC): clean up the linking library
25106         specifications and make it realistic.
25107         (LIB_SPEC): Likewise.
25108
25109 Mon Jun 14 15:38:43 1999  Jim Wilson  <wilson@cygnus.com>
25110
25111         * config/mips/mips.c (mips_secondary_reload_class): Check for
25112         (PLUS (SP) (REG)) and return appropriate register class.
25113         * config/mips/mips.md (reload_insi): Delete predicate for operand 1.
25114         Handle (PLUS (SP) (REG)).
25115         (tablejump): In mips16 code, use emit_insn instead of emit_jump_insn.
25116         (tablejump_mips161, tablejump_mips162): Use emit_jump_insn instead
25117         of emit_insn for tablejump.
25118
25119 Mon Jun 14 17:26:40 1999  David Edelsohn  <edelsohn@gnu.org>
25120
25121         * rs6000.c (output_prolog): RS6000_CALL_GLUE must be
25122         asm_fprintf format string by itself.
25123         (output_function_profiler): Likewise.
25124
25125 Mon Jun 14 12:57:38 1999  David Mosberger  <davidm@hpl.hp.com>
25126
25127         * combine.c (simplify_logical, case AND): Only call
25128         simplify_and_const_int if the mode is no wider than HOST_WIDE_INT
25129         or the constant is positive.
25130
25131 Mon Jun 14 11:43:41 1999  Nick Clifton  <nickc@cygnus.com>
25132
25133         * configure.in: Fix typo in rs6000-ibm-aix4 case.
25134         * configure: Regenerate.
25135
25136 Mon Jun 14 03:55:40 1999  Jeffrey A Law  (law@cygnus.com)
25137
25138         * configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not
25139         require a sub-version #.
25140         * configure: Rebuilt.
25141
25142 1999-06-14  Robert Lipe  (robertlipe@usa.net)
25143
25144         * svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.
25145
25146 Mon Jun 14 10:30:52 BST 1999  Nathan Sidwell  <nathan@acm.org>
25147
25148         * c-typeck.c (process_init_element): Detect excess elements in
25149         char array initializer.
25150
25151 1999-06-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
25152
25153         * gcc.texi: Mention gcc 2.96 instead of egcs 1.00.
25154
25155 Sat Jun 12 22:29:48 EDT 1999  Jerry Quinn <jquinn@nortelnetworks.com>
25156
25157         * invoke.texi (Option Summary): Add -fpermissive flag.
25158
25159 Sat Jun 12 03:40:42 1999  Jeffrey A Law  (law@cygnus.com)
25160
25161         * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands
25162         that require PIC code sequences.
25163
25164 Wed Jun  9 16:29:01 1999  Nick Clifton  <nickc@cygnus.com>
25165
25166         * configure.in: Add new target: thumb-elf.
25167         * configure: Regenerate.
25168         * config/arm/t-thumb-elf: New file: Makefile fragment for
25169         thumb-elf build.
25170         * config/arm/telf.h: New file: Header file for thumb-elf
25171         build.
25172
25173 Fri Jun 11 03:17:51 1999  Jeffrey A Law  (law@cygnus.com)
25174
25175         * Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.
25176         * libgcc2.c (__CTOR_LIST, __DTOR_LIST); Do not provide
25177         initializers is some circumstances.
25178
25179         * fixinc/inclhack.def (endif_label): Add additional selector for
25180         more bogus stuff after #endif statements.
25181         * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
25182
25183 Thu Jun 10 20:44:36 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25184
25185         * i386/cygwin.h (SET_ASM_OP): Define.
25186
25187 Thu Jun 10 20:37:57 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25188
25189         * reg-stack.c (stack_reg_life_analysis): Find all the RETURN insns.
25190
25191 Thu Jun 10 19:23:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25192
25193         * sh.h (TARGET_HARWARD, TARGET_HARVARD): Changed the former to the
25194         latter.
25195
25196         * sh.md (ic_invalidate_line_i): Remove second alternative.
25197
25198 Thu Jun 10 06:55 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25199
25200         *fixinc/inclhack.def(sun_auth_proto): We do not know how to
25201         test for the presence of valid prototypes.  Delete bypass expr.
25202         (ioctl_fix_ctrl): Correct the selection expression.
25203         (no_double_slash): Correct quoting rules
25204         *fixinc/fixincl.x: regen
25205         *fixinc/inclhack.sh: regen
25206
25207 Thu Jun 10 15:08:15 1999  Nick Clifton  <nickc@cygnus.com>
25208
25209         * config/arm/arm.c (struct all_cores): Add ARM920 and ARM920t.
25210
25211 Wed Jun  9 15:57:57 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
25212
25213         * rs6000.md (movsi_got_internal_mem): Delete.
25214         * rs6000.h (CONDITIONAL_REGISTER_USAGE): Mark PIC_OFFSET_TABLE_REGNUM.
25215         (GOT_TOC_REGNUM): Delete.
25216         (PIC_OFFSET_TABLE_REGNUM): Define.
25217         (FINALIZE_PIC): Disable.
25218         * rs6000.c (rs6000_got_register): New code for fixed pic register.
25219         (rs6000_replace_regno): Delete.
25220         (rs6000_finalize_pic): Likewise.
25221         (output_prolog): Handle PIC_OFFSET_TABLE_REGNUM.
25222
25223 Wed Jun  9 19:44:26 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25224
25225         * loop.c (loop_insn_first_p): Don't compare LUIDs when P
25226         is a note; use <= for the compare; advance P while it is
25227         a NOTE.
25228
25229 Wed Jun  9 13:12:24 1999  Jeffrey A Law  (law@cygnus.com)
25230
25231         * fixinc/inclhack.def (no_double_slash): Fix quoting for test.
25232         * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt.
25233
25234         * varasm.c (remove_from_pending_weak_list): Verify t->name
25235         is non-NULL before passing it to strcmp.
25236
25237 Wed Jun  9 06:50 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25238
25239         *fixinc/inclhack.def(sun_auth_proto): bypass the patch if
25240         the typed arguments are not part of a comment
25241         (ioctl_fix_ctrl): Added a purpose comment
25242         *fixinc/fixincl.x: regenerate
25243         *fixinc/inclhack.sh: regenerate
25244
25245 Wed Jun  9 22:57:02 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
25246
25247         * invoke.texi: Add C4x invocation docs.
25248
25249 Wed Jun  9 22:34:38 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
25250
25251         * config/c4x/c4x.h (TARGET_EXPOSE_LDP, LEGITIMIZE_RELOAD_ADDRESS):
25252         Define new macros.
25253         * config/c4x/c4x.c (c4x_emit_move_sequence, src_operand): Use
25254         TARGET_EXPOSE_LDP.
25255         (c4x_legitimize_reload_address): New function.
25256         * config/c4x/c4x.md: Update docs.
25257
25258 Wed Jun  9 04:14:48 1999  Jeffrey A Law  (law@cygnus.com)
25259
25260         * fixincludes: Avoid removing '.'.
25261         * fixinc/fixinc.svr4: Likewise.
25262         * fixinc/fixinc.winnt: Likewise.
25263         * fixinc/inclhack.tpl: Likewise.
25264         * fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt.
25265
25266 1999-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25267
25268         * fixinc/inclhack.def (sun_catmacro): Escape parens in the select
25269         pattern.
25270         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt.
25271
25272 Wed Jun  9 03:10:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25273
25274         * c-pragma.c (handle_pragma_token): Handle `#pragma pack()'
25275         correctly.
25276
25277 Tue Jun  8 13:06:15 1999  Jim Wilson  <wilson@cygnus.com>
25278
25279         * configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000.
25280         * configure: Regenerate.
25281
25282 Tue Jun  8 05:47:48 1999  Richard Earnshaw (rearnsha@arm.com)
25283
25284         * optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute
25285         values.
25286
25287 Mon Jun  7 22:30:37 1999  Jeffrey A Law  (law@cygnus.com)
25288
25289         * fixinc/inclhack.def (avoid_bool): Also catch
25290         "typedef [unsigned] int bool".
25291         * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
25292
25293         * m68k/x-hp3bsd44: Delete obsolete and incorrect file.
25294         * configure.in (m68k-hp-bsd4.4): No longer use x-hp3bsd44.
25295         * configure: Rebuilt.
25296
25297 Mon Jun  7 22:05:03 1999  Mark Kettenis  <kettenis@gnu.org>
25298
25299         * config/i386/gnu.h: Include <gnu.h> right after <i386/linux.h>,
25300         such that we can override its definitions if necessary.
25301         (CPP_SPEC): New define.  Support processor specific predefines via
25302         %(cpp_cpu).
25303         (CC1_SPEC): New define.  Support processor specific compiler
25304         options via %(cc1_cpu).
25305         (STARTFILE_SPEC): New define.  Use crt0.o instead of crt1.o for
25306         -static.
25307
25308 1999-06-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25309
25310         * fixinc/inclhack.def (math_gcc_ifndefs): Insert whitespace
25311         between sed's -e flag, and the open-quote following it.
25312         * fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
25313
25314 Mon Jun  7 20:34:20 1999  Robert Lipe <robertlipe@usa.net>
25315                           Jeffrey A Law  (law@cygnus.com)
25316
25317         * varasm.c (assemble_start_function): Remove the function
25318         from the pending weak decls list when we define a function.
25319         (assemble_variable): Similarly for variables.
25320         (weak_finish): Ignore items on the list with a NULL name.
25321         (remove_from_ending_weak_list); New function to "remove" an item
25322         from the pending weak declarations list.
25323
25324 Mon Jun  7 19:27:07 1999  Jerry Quinn <jquinn@nortelnetworks.com>
25325
25326         * pa.md (fmpyfadd, fmpynfadd, fnegabs): New patterns.
25327
25328 Mon Jun  7 14:07:39 1999  Dave Brolley  <brolley@cygnus.com>
25329
25330         * c-lex.c (GETC): Redefine to call getch.
25331         (UNGETC): Redefine to call put_back.
25332         (putback_buffer): New structure type.
25333         (putback): New static structure.
25334         (getch): New function.
25335         (put_back): New function.
25336         (yylex): Replace unused bytes from bad multibyte character.
25337
25338 Mon Jun  7 13:33:39 1999  Dave Brolley  <brolley@cygnus.com>
25339
25340         * cpplib.c (do_define): Cast `alloca' return value.
25341         (do_include, do_undef, do_pragma): Likewise.
25342         * cpphash.c (dump_definition): Cast `xstrdup' and `alloca' return
25343         values.
25344         * cppfiles.c (initialize_input_buffer): Cast `xmalloc' return values.
25345         * gcc/cppspec.c (lang_specific_driver): Cast xmalloc return value.
25346
25347 Sun Jun  6 11:58:34 1999  Jakub Jelinek  <jj@ultra.linux.cz>
25348
25349         * sparc.md (abstf2): This should be an expand.
25350         (split after abstf2_notv9): Fix mode.
25351         (abstf2_hq_v9): New pattern.
25352         (abstf2_v9): Only use when no hard quad.
25353         (absdf2_v9): Fix if target is not the same as source.
25354         (ashrsi3_extend, ashrsi3_extend2, lshrsi3_extend, lshrsi3_extend2):
25355         Add correct output constraints.
25356
25357 Sat Jun  5 17:04:16 1999  Craig Burley  <craig@jcb-sc.com>
25358
25359         From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
25360         * invoke.texi: Clarify text vis-a-vis Intel CPUs.
25361
25362 Sat Jun  5 12:11:24 1999  Mark Mitchell  <mark@codesourcery.com>
25363
25364         * mips.h (mips_output_conditional_branch): New function.
25365         (mips_adjust_insn_length): Likewise.
25366         (ASSEMBLER_SCRATCH_REGNUM): New macro.
25367         (ADJUST_INSN_LENGTH): Likewise.
25368         * mips.c (print_operand): Add `F' and `W' for floating-point
25369         comparison opcodes.
25370         (machine_dependent_reorg): Adjust MIPS16 code; instruction-lengths
25371         are now in bytes.
25372         (mips_adjust_insn_length): New function.
25373         (mips_output_conditional_branch): New function.
25374         * mips.md (length): Adjust attribute definition to handle
25375         conditional branches.  Change lengths to bytes, rather than
25376         instructions throughout.  Remove length attribute from
25377         instructions whose length is four bytes, and rely on the default
25378         instead.
25379         (dslot): Fix typo in comment.
25380         Reword conditional branch patterns to use
25381         mips_output_conditional_branch.
25382
25383 Fri Jun  4 13:30:27 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
25384
25385         * alpha/osf.h (CPP_SUBTARGET_SPEC): Handle -threads.
25386         (LIB_SPEC): Likewise.
25387         Link with -lprof1_r for -g/-pg.
25388
25389 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25390
25391         * loop.c (check_dbra_loop): Fix change of Jan 19.
25392
25393 Fri Jun  4 00:12:40 1999  Marc Espie <espie@cvs.openbsd.org>
25394
25395         * freebsd-elf.h (SWITCH_TAKES_ARG):  Redefine, not define.
25396         (STARTFILE_SPEC):  Define, override the svr4.h version.
25397         (ENDFILE_SPEC):  Likewise.
25398
25399 Thu Jun  3 23:58:55 1999  Jeffrey A Law  (law@cygnus.com)
25400
25401         * fixinc/inclhack.def (limits_ifndefs): Also apply to sys/limits.h
25402         * fixinc/fixincl.x: Regenerated.
25403         * fixinc/inclhack.sh: Regenerated.
25404
25405 Fri Jun  4 05:42:23 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25406
25407         * sh.c (barrier_align): Don't return early for normal branch/barrier
25408         when optimizing for SH2.
25409
25410 Thu Jun  3 22:27:50 1999  Robert Lipe  <robertlipe@usa.net>
25411
25412         * i386/udk.h (LINK_SPEC): Correct linker search path for
25413         system libraries.
25414
25415 Fri Jun  4 03:20:40 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25416
25417         * sh.c (fixup_addr_diff_vecs): Emit braf reference label.
25418         (braf_label_ref_operand): Delete.
25419         * sh.h (PREDICATE_CODES): Remove braf_label_ref_operand.
25420         * sh.md (casesi_jump_2): Operand1 is now the inside of a
25421         label_ref, and has no predicate.
25422         The patten has a predicate to guard against invalid substitutions.
25423         (dummy_jump): Delete.
25424         (casesi): Update use of casesi_jump_2.
25425
25426 Thu Jun 3 07:48 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25427
25428         *fixinc/inclhack.def(Io_Def_Quotes): corrected sed expression
25429         *fixinc/fixincl.x: regenerate
25430         *fixinc/inclhack.sh: regenerate
25431
25432 Thu Jun  3 02:15:07 1999  Jason Merrill  <jason@yorick.cygnus.com>
25433
25434         * dwarf2out.c (add_incomplete_type): New fn.
25435         (gen_struct_or_union_type_die): Call it.
25436         (retry_incomplete_types): New fn.
25437         (dwarf2out_finish): Call it.
25438
25439 Thu Jun  3 01:19:03 1999  Jeffrey A Law  (law@cygnus.com)
25440
25441         * gcse.c (insert_insn_end_bb): Correct placement of insns when the
25442         current block starts with a CODE_LABEL and ends with a CALL and
25443         we can not find all the argument setup instructions for the CALL.
25444
25445 Wed Jun  2 15:44:15 1999  Mark Mitchell <mark@codesourcery.com>
25446
25447         Revert this change:
25448         * fold-const.c (fold): STRIP_NOPS when deciding whether or not
25449         something is a candidate for optimize_bit_field_compare.
25450
25451 Wed Jun  2 21:53:05 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25452
25453         * sh.h (CONST_OK_FOR_I, CONST_OK_FOR_L): Cast VALUE to HOST_WIDE_INT.
25454
25455 Wed Jun  2 12:25:55 1999  Richard Henderson  <rth@cygnus.com>
25456
25457         * alpha.c (override_options): Thinko in last patch.
25458
25459         * alpha/osf.h (CPP_SUBTARGET_SPEC): Define.
25460         (LIB_SPEC): Recognize -pthread.
25461
25462 Wed Jun  2 08:42:55 1999  Nick Clifton  <nickc@cygnus.com>
25463
25464         * config/arm/tcoff.h (USER_LABEL_PREFIX): Synchronise with
25465         definition in config/arm/coff.h
25466         * config/arm/coff.h: Add comment about USER_LABEL_PREFIX.
25467
25468 Wed Jun  2 07:07 1999 Bruce Korb <ddsinc09@ix.netcom.com>
25469
25470         * fixinc/fixincl.c(global def): Add FD_SHELL_SCRIPT to mark
25471         fixes that need "file=xxx\n" prepended before invocation
25472         (start_fixer - new): starting the fixer process is complex enough
25473         to warrent its own routine.  It prepends the "file=xxx\n" stuff.
25474         (process): uses the new routine; omit usage of putenv()
25475         * fixinc/fixincl.tpl: mark shell scripts with FD_SHELL_SCRIPT
25476         * fixinc/fixincl.x: regenerate
25477
25478 Wed Jun  2 02:29:07 1999  Jeffrey A Law  (law@cygnus.com)
25479
25480         * README, configure.in, gcc.1, gcc.texi: Update name (egcs -> gcc)
25481         and version #s (1.1 -> 2.96) as needed.
25482         * README.g77: Kill way out of date file in the toplevel directory.
25483
25484 Wed Jun  2 00:52:34 1999  David O'Brien <obrien@FreeBSD.org>
25485
25486         * configure.in (i[34567]86-*-freebsdelf): Don't include linux.h,
25487         i386/freebsd-elf.h no longer requires it.  Instead include svr4.h.
25488         * configure: Rebuilt.
25489         * i386/freebsd-elf.h (DEFAULT_VTABLE_THUNKS): Define.
25490         (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, SET_ASM_OP): Likewise.
25491         (PREFERRED_DEBUGGING_TYPE, WCHAR_UNSIGNED): Likewise.
25492         (SWITCH_TAKES_ARG): Likewise.
25493         * i386/freebsd.h: Remove FREEBSD_NATIVE support.
25494         * config/t-freebsd: Moved from config/i386/ so it can used for all
25495         FreeBSD targets.
25496
25497 Mon May 31 02:22:55 1999  Philippe De Muyter  <phdm@macqel.be>
25498
25499         * m68k/x-mot3300 (XCFLAGS): Fixed to match stb.o, not f/stb.o.
25500
25501 Wed Jun  2 00:08:34 1999  Robert Lipe  <robertlipe@usa.net>
25502
25503         * configure.in (i[34567]86-*-udk*): Install headers with cpio.
25504         * configure: Rebuilt.
25505
25506 Tue Jun  1 19:06:22 1999  David Edelsohn  <edelsohn@gnu.org>
25507
25508         * rs6000/aix41.h (RS6000_CALL_GLUE): Define.
25509         * rs6000/aix43.h (RS6000_CALL_GLUE): Likewise.
25510         * rs6000/rs6000.c (rs6000_file_start): Use putc.
25511         (rs6000_output_load_toc_table): Same.
25512         (output_prolog, output_mi_thunk): Same.
25513         * rs6000/rs6000.h (SELECT_SECTION): Formatting.
25514         (ASM_GLOBALIZE_LABEL): Use putc.
25515
25516 Mon May 31 15:23:23 1999  Richard Henderson  <rth@cygnus.com>
25517
25518         * alpha.md (reload_*_help): New patterns and splitters.
25519         (reload_*): Use them.
25520         (mov[qh]i): Likewise.
25521
25522 Mon May 31 11:48:07 1999  Mark Mitchell  <mark@codesourcery.com>
25523
25524         * cccp.c (handle_directive): Handle backslash-newlines in quoted
25525         strings correctly.
25526
25527 Mon May 31 09:36:11 1999  Cort Dougan  <cort@cs.nmt.edu>
25528
25529         * rs6000/linux.h (LINK_SPEC): Use emulation elf32ppclinux.
25530
25531 Mon May 31 11:40:20 EDT 1999  John Wehle  (john@feith.com)
25532
25533         * flow.c (mark_regs_live_at_end, insn_dead_p,
25534         mark_set_1, mark_used_regs): Only give FRAME_POINTER_REGNUM
25535         and HARD_FRAME_POINTER_REGNUM special treatment if reload
25536         hasn't run or the frame pointer is needed.
25537         * haifa-sched.c (attach_deaths): Likewise.
25538         * sched.c (attach_deaths): Likewise.
25539
25540 Mon May 31 00:46:17 1999  Jeffrey A Law  (law@cygnus.com)
25541
25542         * jump.c (jump_optimize_1): Only set CAN_REACH_END if
25543         calculate_can_reach_end returns nonzero.
25544
25545         * configure.in (native gas tests): Search for an assembler in the
25546         same manner that the installed compiler will.
25547         * configure: Rebuilt.
25548         * tm.texi (MD_EXEC_PREFIX): Note need to update configure.in too.
25549
25550         * alias.c (find_base_term): Improve handling of addresses
25551         constructed from binary operations.
25552
25553 Sun May 30 14:29:17 1999  Eric Raskin (ehr@listworks.com)
25554
25555         * dgux.h (STARTFILE_SPEC): Fix incorrectly matched curly-braces.
25556
25557 Sun May 30 14:19:13 1999  Jeffrey A Law  (law@cygnus.com)
25558
25559         * function.h (cleanup_label, frame_offset): Declare.
25560         (tail_recursion_label, tail_recursion_reentry): Likewise.
25561         (arg_pointer_save_area, rtl_expr_chain): Likewise.
25562         * stmt.c (cleanup_label, frame_offset): Delete extern declarations.
25563         (tail_recursion_label, tail_recursion_reentry): Likewise.
25564         (arg_pointer_save_area, rtl_expr_chain): Likewise.
25565
25566 Sat May 29 19:08:10 1999  Philip Blundell  <philb@gnu.org>
25567
25568         * config/arm/aout.h (ASM_OUTPUT_ALIGN): Only define if not already
25569         defined.
25570         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Define.
25571         (MAX_OFILE_ALIGNMENT): Define.
25572
25573 Fri May 28 21:40 1999  Robert Lipe <robertlipe@usa.net>
25574
25575         * fixincl.c: Replace local include scheme with #includes of
25576         gansidecl.h and system.h.
25577         * procopen.c:  Likewise.
25578         * server.c:  Likewise.
25579
25580 Fri May 28 03:47:03 1999  Eric Raskin (ehr@listworks.com)
25581
25582         * i386/t-dgux (EXTRA_PARTS): Add crti.o
25583         (crti.o): Add build rule and dependencies.
25584         * fixinc/fixinc.dgux:  Use modified _int_varargs.h
25585
25586 Fri May 28 03:41:02 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
25587
25588         * rs6000/sysv4.h (CC1_SPEC): Add support for -profile
25589         (LIB_LINUX_SPEC): Likewise.
25590         (LIB_LINUX_SPEC): Add support for -pthread
25591         (CPP_OS_LINUX_SPEC): Likewise.
25592         (CPP_SYSV_SPEC): Avoid redefinitions if both -fpic and -fPIC are
25593         specified.
25594
25595 Thu May 27 13:04:52 1999  H.J. Lu  (hjl@gnu.org)
25596
25597         * i386.c (output_fp_cc0_set): Don't check the JUMP_INSN code for
25598         conditional move.
25599         (notice_update_cc, output_float_compare): Enable TARGET_CMOVE support.
25600         (output_float_compare, output_fp_cc0_set): Fix the FLOAT comparison
25601         for IEEE math and CC_FCOMI.
25602         (put_jump_code): No IEEE if CC_FCOMI is set.
25603
25604 1999-05-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25605
25606         * fold-const.c (fold_truthop): Make the field reference unsigned
25607         when converting a single bit compare.
25608
25609 Thu May 27 02:40:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25610
25611         * loop.c (strength_reduce): Don't do biv->giv conversion on constants.
25612
25613 Thu May 27 02:09:27 1999  Jeffrey A Law  (law@cygnus.com)
25614
25615         * varasm.c (STRIP_NAME_ENCODING): Remove default definition.
25616         * output.h (STRIP_NAME_ENCODING): Strip '*' like the old varasm
25617         version did.
25618
25619         * reload.c (push_reload): Do not call remove_address_replacements
25620         when presented with identical optional reloads.
25621
25622 Wed May 26 14:18:05 1999  Richard Henderson  <rth@cygnus.com>
25623
25624         * alpha.h (MASK_FIX, TARGET_FIX): New.
25625         (MASK_*): Reorganize constants.
25626         (CPP_AM_FIX_SPEC): New.
25627         (TARGET_SWITCHES): Add FIX.
25628         (EXTRA_SPECS): Likewise.
25629         (CPP_CPU_EV6_SPEC): Use FIX, not CIX.
25630         (SECONDARY_MEMORY_NEEDED): Likewise.
25631         (REGISTER_MOVE_COST): Likewise.
25632         * alpha.c (override_options): Add FIX support.  Always use
25633         ALPHA_TP_PROG for ev6.
25634         * alpha.md (sqrt and mov[sd]i patterns): Use FIX, not CIX.
25635         * alpha/elf.h (ASM_FILE_START): Look at FIX too.
25636         * configure.in (target_cpu_default2) [ev6]: Use FIX, not CIX.
25637
25638 Wed May 26 09:53:05 1999  Mark Mitchell  <mark@codesourcery.com>
25639
25640         * fold-const.c (fold): STRIP_NOPS when deciding whether or not
25641         something is a candidate for optimize_bit_field_compare.
25642
25643 Wed May 26 09:40:02 1999  Mark Mitchell  <mark@codesourcery.com>
25644
25645         * gcc.texi (Passes): Document branch-shortening.
25646         * invoke.texi (Debugging Options): Document the fact that `-dp'
25647         outputs length information for instructions.
25648
25649 Wed May 26 08:49:31 1999  Nick Clifton  <nickc@cygnus.com>
25650
25651         * flow.c: Revert previous delta.
25652
25653 Wed May 26 06:05:10 1999  Nick Clifton  <nickc@cygnus.com>
25654
25655         * flow.c (insn_dead_p): Check against frame_pointer_rtx not
25656         FRAME_POINTER_REGNUM.
25657         (mark_set_1): Ditto.
25658         (mark_used_regs): Ditto.
25659
25660 Wed May 26 02:19:31 1999  Philip Blundell  <pb@nexus.co.uk>
25661
25662         * arm.h (NEED_PLT_GOT): Fix mistake in last change.
25663         (GOT_PCREL): New macro.  Define to 1 if not already defined.
25664         * arm/elf.h (GOT_PCREL): Define to 0.
25665         * arm.c (arm_finalize_pic): Take into account the setting of
25666         GOT_PCREL.
25667
25668 Tue May 25 14:06:06 1999  Jeffrey A Law  (law@cygnus.com)
25669
25670         * output.h (STRIP_NAME_ENCODING): Provide default definition.
25671         * dwarf2out.c (ASM_NAME_TO_STRING): Use STRIP_NAME_ENCODING.
25672
25673         * flow.c (mark_set_1): Do not record BLKmode stores as dead
25674         store elimination candidates.
25675
25676 Tue May 25 08:55:57 1999  Gavin Romig-Koch  <gavin@cygnus.com>
25677
25678         * config/mips/mips.h (ASM_OUTPUT_DOUBLE_INT) : Use 'dword' if
25679         TARGET_GAS.
25680
25681 Mon May 24 20:30:08 1999  Jim Wilson  <wilson@cygnus.com>
25682
25683         * configure.in (rs6000-ibm-aix4.[12]*): Delete use of aix41-gld.h.
25684         Add use of x-aix41-gld.
25685
25686 Mon May 24 16:44:09 1999  Jakub Jelinek  <jj@ultra.linux.cz>
25687
25688         * sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Define.
25689         (ASM_OUTPUT_DESTRUCTOR): Define.
25690
25691 Mon May 24 14:35:24 1999  Jeffrey A Law  (law@cygnus.com)
25692
25693         * loop.c (strength_reduce): Do not clear NOT_EVERY_ITERATION at the
25694         last CODE_LABEL in a loop if we have previously passed a jump
25695         to the top of the loop.
25696
25697 Mon May 24 07:56:29 1999  Nick Clifton  <nickc@cygnus.com>
25698
25699         * config/arm/arm.h (OUTPUT_INT_ADDR_CONST): Fix blunder made when
25700         applying Philip's patch.
25701
25702 Mon May 24 01:02:12 1999  Mark Mitchell  <mark@codesourcery.com>
25703
25704         * stmt.c (expand_end_bindings): Ignore any elements of VARS that
25705         are not VAR_DECLs.
25706
25707 Sun May 23 20:31:16 1999  Jeffrey A Law  (law@cygnus.com)
25708
25709         * loop.c (strength_reduce): Grow reg_single_usage as needed.
25710
25711 Sun May 23 10:13:20 1999  David O'Brien <obrien@FreeBSD.org>
25712
25713         * i386/freebsd-elf.h (LINK_SPEC): Change -static to -Bstatic.
25714         Also remove a useless comment.
25715
25716 Sun May 23 10:05:23 1999  Jerry Quinn <jquinn@nortelnetworks.com>
25717
25718         * pa.md (negdf2,negsf2):  Use fneg instead of fsub on pa 2.0.
25719
25720 Sat May 22 21:02:06 1999  David Edelsohn  <edelsohn@gnu.org>
25721
25722         * collect2.c (main): Only generate import or export file and add
25723         to link arguments if non-empty.  Use xmalloc not alloca.
25724         (write_{export,import}_file): Delete.
25725         (write_aix_file): New function.
25726         (locatelib): Use xmalloc not malloc.
25727         (GCC_OK_SYMBOL): Do not check type if aix64.
25728
25729 Sat May 22 09:35:51 1999  Philip Blundell  <pb@nexus.co.uk>
25730
25731         Based on patch by Scott Bambrough and Pat Beirne:
25732         * config/arm/arm.c (making_const_table): New variable.
25733         * config/arm/arm.h (making_const_table): Declare.
25734         (OUTPUT_INT_ADDR_CONST): Mark symbols as position independent if
25735         appropriate.
25736         * config/arm/arm.md (consttable_4, consttable_8, consttable_end):
25737         Keep track of when we are building the constant table.
25738
25739 Sat May 22 09:34:22 1999  Philip Blundell  <pb@nexus.co.uk>
25740
25741         * config/arm/arm.c (arm_override_options): Fix erroneous warning
25742         message.
25743
25744 Sat May 22 09:06:33 1999  Nick Clifton  <nickc@cygnus.com>
25745
25746         * config/arm/arm.h (NEED_PLT_GOT): Only define if not already
25747         defined.
25748
25749 Sat May 22 07:17:05 1999  Nick Clifton  <nickc@cygnus.com>
25750
25751         * tm.texi (FUNCTION_ARG): Correct description of a stack element
25752         in a PARALLEL.
25753
25754 Sat May 22 01:27:49 1999  Mark Mitchell  <mark@codesourcery.com>
25755
25756         * expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.
25757
25758 Fri May 21 21:19:02 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
25759
25760         * rs6000.c (output_mi_thunk): Enable full support again.
25761
25762 Fri May 21 20:09:52 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25763
25764         * sh.h (BRANCH_COST): Define.
25765
25766 Thu May 20 10:00:42 1999  Stephen L Moshier  <moshier@world.std.com>
25767
25768         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
25769
25770 Thu May 20 09:58:57 1999  Jan Hubicka <hubicka@freesoft.cz>
25771
25772         * function.c (assign_stack_local): Align stack slot propertly.
25773         (assign_outer_stack_local): Likewise.
25774
25775 Thu May 20 10:38:43 1999  Mark Mitchell  <mark@codesourcery.com>
25776
25777         * expr.h (lang_expand_constant): Declare.
25778         * toplev.c (lang_expand_constant): Define it.
25779         * varasm.c (output_constant): Use it.
25780
25781 Thu May 20 11:28:53 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25782
25783         * optabs.c (expand_cmplxdiv_straight, expand_cmplxdiv_wide):
25784         Change function definitions to K&R style.
25785
25786 Thu May 20 08:16:39 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25787
25788         * fixinc/fixincl.c: We must not ignore SIGCLD now.
25789
25790 Thu May 20 07:06:39 1999  Alexandre Oliva  <aoliva@acm.org>
25791
25792         * fixinc/Makefile.in(gnu-regex.o): add $(INCLUDES) to compile options
25793         * fixinc/fixincl.c(wait_for_pid): K&R-ify arguments
25794         (several places): omit static initialization
25795         (process): use single fd, since only the read fd is used
25796         * fixinc/gnu-regex.c: define 'const' away, if not supported
25797         * fixinc/procopen.c(several places): omit static initialization
25798         * fixinc/server.c: define 'volitile' away, if not supported
25799
25800 1999-05-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25801
25802         * config/dbxcoff.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use
25803         asm_fprintf and %L to generate the label name.
25804         * config/dbxelf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise.
25805         (ASM_OUTPUT_SOURCE_LINE): Correct generation of internal labels.
25806
25807 Thu May 20 01:40:55 1999  Jeffrey A Law  (law@cygnus.com)
25808
25809         * jump.c (can_reverse_comparison_p): Do not abort if the comparison
25810         insn for a conditional jump can not be found.
25811
25812 Wed May 19 23:58:58 1999  Jeffrey A Law  (law@cygnus.com)
25813
25814         * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations
25815         on variables in specific sections other than .sbss and .sdata.
25816
25817 Wed May 19 03:56:56 1999  Mark Mitchell  <mark@codesourcery.com>
25818
25819         * stmt.c (expand_return): Call start_cleanup_deferral and
25820         end_cleanup_deferral around conditional code.
25821
25822 Wed May 19 08:40:08 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25823
25824         * fixinc/fixincl.tpl: Avoid depending on ANSI C features for
25825         filename lists.  Utilizes new "krstr" AutoGen function.
25826         * fixinc/fixincl.x: Rebuilt.
25827
25828 Wed May 19 02:47:11 1999  Jan Hubicka  (hubicka@freesoft.cz)
25829
25830         * i386.c (output_float_compare): Avoid GNU-C extensions.
25831
25832 Wed May 19 00:34:40 1999  Jeffrey A Law  (law@cygnus.com)
25833
25834         * version.c: Bump to distinguish mainline tree from the
25835         gcc-2.95 branch.
25836
25837 See ChangeLog.1 for earlier changes.
25838
25839