OSDN Git Service

* dbxout.c (dbxout_type_fields): Don't segfault on fields with
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2000-06-08  Jakub Jelinek  <jakub@redhat.com>
2
3         * dbxout.c (dbxout_type_fields): Don't segfault on fields with
4         incomplete types.
5
6 2000-06-08  Nathan Sidwell  <nathan@codesourcery.com>
7
8         * frame.c (end_fde_sort): Remove extraneous erratic array test.
9
10 2000-06-08  Denis Perchine <dyp@perchine.com>
11
12         * frame.c (start_fde_sort): Don't malloc (0).
13
14 2000-06-07  Zack Weinberg  <zack@wolery.cumb.org>
15
16         * c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on
17         error_mark_node. 
18         * print-tree.c (print_node): The transparent_union_flag means
19         different things for unions and arrays.  Do not inspect it
20         with TYPE_TRANSPARENT_UNION.
21
22 2000-06-06  Jakub Jelinek  <jakub@redhat.com>
23
24         * cpplib.c (do_ifdef, do_ifndef): Don't segfault if parse_ifdef
25         returned NULL.
26
27 Wed Jun  7 20:34:33 2000  Denis Chertykov  <denisc@overta.ru>
28
29         * config/avr/avr.c (asm_output_section_name): output section
30         attributes.
31         * config/avr/libgcc.S (.text.libgcc): declare section attributes.
32
33 2000-06-06  James E. Wilson  <wilson@cygnus.com>
34
35         * frame.h (struct unwind_info_ptr): Collapse version, flags, and length
36         fields into header field.
37         (IA64_UNW_HDR_LENGTH, IA64_UNW_HDR_FLAGS, IA64_UNW_HDR_VERSION): New
38         macros to access length, flags, and version info from header field.
39         * config/ia64/crtbegin.asm (__do_frame_setup_aux): Delete here.
40         * config/ia64/crtend.asm (__do_frame_setup_aux): Add here.
41         (__do_global_ctors_aux): Fix caller.
42         * config/ia64/frame-ia64.c (get_unwind_record): Change parameter
43         prologue_flag to header.  Pass to read_P_record.
44         (read_P_record): New argument header.  Implement P4 format.
45         Multiply P7_T_SIZE by 16.
46         (execute_one_ia64_descriptor): New static local region_header.  Pass to
47         get_unwind_record.  Copy r to region_header if r is a header record.
48         (print_all_records): Likewise.
49         (__build_ia64_frame_state): Use IA64_UNW_HDR_LENGTH.
50         (__get_personality, __get_except_table): Likewise.
51         * config/ia64/ia64.c (process_set): Do not divide offsets by 4.
52
53 2000-06-06  Philipp Thomas  <pthomas@suse.de>
54
55         * configure.in (AC_C_INLINE): Added.
56         * aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default.
57         * configure: Regenerate.
58
59 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
60
61         * c-common.h (c_language_kind): New type.
62         (c_language): New variab.e
63         * c-common.c (lang_get_alias_set): Don't put structures in
64         non-zero alias sets in C++.
65         * c-decl.c (c_language): Define it.
66         * c-lex.c (doing_objc_thang): Remove.
67         * c-tree.h (doing_objc_thang): Make it a macro.
68         * objc/objc-act.c (lang_decode_option): Set c_language, not
69         doing_objc_thang. 
70         
71 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
72
73         * diagnostic.c (output_maximum_width): Remove.
74         (doing_line_wrapping): Tweak.
75         (diagnostic_buffer): New object.
76         (global_output_buffer): New object.
77         (output_destroy_prefix): New function.
78         (default_initialize_buffer): Likewise.
79         (reshape_diagnostic_buffer): Likewise.
80         (initialize_diagnostics): Likewise.
81         (output_clear): Tweak.
82         (line_wrapper_printf): Adjust call to init_output_buffer.
83         (vline_wrapper_message_with_location): Likewise.  Use
84         output_destroy_prefix. 
85         (v_message_with_decl): Likewise.
86
87         * diagnostic.h (struct output_buffer): Constify prefix.
88         (init_output_buffer, output_get_prefix): Constify.
89         (diagnostic_message_length_per_line): Likewise.
90         (reshape_diagnostic_buffer): Declare.
91         (default_initialize_buffer): Declare.
92         (initialize_diagnostics): Declare.
93         (diagnostic_buffer): Declare new obbject.
94
95         * toplev.c: #include diagnostic.h
96         (display_help): Document diagnostic formatting options.
97         (decode_f_option): Handle diagnostic formatting options.
98         (main): Setup initialization for diagnostic messages outputter.
99
100         * toplev.h (set_message_length): Remove.
101
102         * Makefile.in (toplev.o): Depends upon diagnostic.h
103
104         * invoke.texi : Document diagnostics formatting options.
105
106 Tue Jun  6 19:25:32 2000  Philippe De Muyter  <phdm@macqel.be>
107
108         * configure.in (Make the links): Typo fix : the file that must be
109         included without #ifdef IN_GCC is `auto-host.h', not `auto-config.h'.
110         * configure: File rebuilt.
111
112 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
113
114         * eh-common.h (EH_ALLOC_SIZE, EH_ALLOC_ALIGN): New #defines.
115         (eh_context): Add alloc_mask and alloc_buffer emergency fallback
116         space.
117         * libgcc2.c (__eh_alloc): Moved from cp/exception.cc. Fallback on
118         emergency eh_context buffer, if malloc fails.
119         (__eh_free): Moved from cp/exception.cc. Release to emergency
120         eh_context buffer, if appropriate.
121
122 2000-06-06  Jason Merrill  <jason@casey.soma.redhat.com>
123
124         * expr.c (store_expr): Fix typo.
125
126 2000-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
127
128         * m68k.c (legitimize_pic_address): Move prototype ...
129         
130         * m68k-protos.h (legitimize_pic_address): ... here.
131
132         * m68k.md (legitimize_pic_address): Delete prototypes.
133         (untyped_call): Invoke GEN_CALL(), not gen_call().
134
135         * nextstep.c: Include system.h and toplev.h.
136         (get_directive_line): Don't prototype.
137         (handle_pragma): Mark parameters with ATTRIBUTE_UNUSED and constify.
138
139         * nextstep.h (handle_pragma): Prototype.
140         (SECTION_FUNCTION): Prototype FUNCTION().  Move prototype of
141         objc_section_init ...
142         (EXTRA_SECTION_FUNCTIONS): ... here.
143
144 Tue Jun  6 08:17:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
145
146         * sdbout.c (struct sdb_file): NAME now const.
147         (sdbout_init): input_file_name now const.
148         (sdbout_start_new_source_file): FILENAME now const.
149         * sdbout.c (sdbout_init, sdbout_start_new_source_file): Reflect above.
150
151 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
152
153         * c-typeck.c (build_conditional_expr): Handle complex data types.
154
155 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
156
157         * explow.c (maybe_set_unchanging): New function, broken out from...
158         (set_mem_attributes): Here.
159         * expr.h: Declare it.
160         * stmt.c (expand_decl): Call it.
161
162 2000-06-05  Richard Henderson  <rth@cygnus.com>
163
164         * reload1.c (choose_reload_regs): Mind CLASS_CANNOT_CHANGE_SIZE
165         while looking for a register to inherit from.
166
167 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
168
169         * Makefile.in (libgcc.ready): Lose.
170         (libgcc.mk): Just use mv, not move-if-change.
171         (LIBGCC_DEPS): New macro.
172         (libgcc.a): Use it.
173         (stmp-multilib): Likewise.
174         * mklibgcc.in (stmp-dirs): New target.  Make everything depend on
175         it rather than the directories themselves.
176         (LIB2ADD): Depend on the list file rather than 'force'.
177
178         * fold-const.c (fold, case COND_EXPR): Elide conversion between
179         cv-qualified versions of types.
180
181 Mon Jun  5 14:06:18 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
182
183         * config/sparc/sparc.c (short_branch): Correct error in range
184         computation.
185
186 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
187
188         * fixinc/inclhack.def: New include hacks for ultrix.
189         * (nested_ultrix): Replaced by ultrix_nested_svc.
190         * (ultrix_atof_param): test_text string added.
191         * (ultrix_ifdef): Modified select string.
192
193 2000-06-05  Zack Weinberg  <zack@wolery.cumb.org>
194
195         * objc/objc-act.c (generate_method_descriptors): Register
196         objc_method_prototype_template as a GC root.
197         (comp_method_with_proto): Register function_type as a GC root.
198         (comp_proto_with_proto): Replace function_type1 and
199         function_type2 with a two-element array; register it as a GC root.
200
201         (generate_protocols, build_protocol_initializer,
202         generate_protocol_list, build_category_initializer,
203         build_shared_structure_initializer): Do not cache cast_type
204         and/or cast_type2.
205
206 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
207
208         * function.c (assign_parms): Add missing argument to set_mem_attributes
209         call.
210
211 2000-06-05  Nathan Sidwell  <nathan@codesourcery.com>
212
213         * tree.h (VOID_TYPE_P): New macro.
214         (COMPLETE_OR_VOID_TYPE_P): Use VOID_TYPE_P.
215         * c-decl.c (grokdeclarator): Use VOID_TYPE_P.
216         (get_parm_info): Likewise.
217         (store_parm_decls): Likewise.
218         (combine_parm_decls): Likewise.
219         (finish_function): Likewise.
220         * c-typeck.c (build_function_call): Likewise.
221         (build_binary_op): Likewise.
222         (build_conditional_expr): Likewise.
223         (internal_build_compound_expr): Likewise.
224         (convert_for_assignment): Likewise.
225         * stmt.c (expend_expr_stmt): Likewise.
226         (warn_if_unused_value): Likewise.
227         (expand_return): Likewise.
228         * c-parse.in (primary): Likewise.
229         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
230         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
231
232 Mon Jun  5 06:46:28 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
233
234         * alias.c (get_alias_set): If compnent is addressable, use alias
235         set of component.
236         * c-decl.c (init_decl_processing): Don't call record_component_aliases.
237         (grokdeclarator): Likewise.
238         * c-typeck.c (common_type): Likewise.
239
240 2000-06-04  Alex Samuel  <samuel@codesourcery.com>
241
242         * Makefile.in (OBJS): Remove dyn_string.o
243         (dyn-string.o): Delete rule.
244         * dyn-string.c: Delete file
245         * dyn-string.h: Likewise.
246         
247 2000-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
248
249         * Makefile.in (intl.*): Honor non-zero exit codes in the intl
250         subdir.
251
252 S2000-06-03  Geoff Keating  <geoffk@cygnus.com>
253
254         * alias.c (record_component_aliases): Don't inspect
255         DECL_NONADDRESSABLE_P of non-FIELD_DECL components of structures.
256
257 at Jun  3 19:05:30 2000  Michael Meissner  <meissner@redhat.com>
258
259         * ifcvt.c (process_insns): If IFCVT_MODIFY_INSN is defined, call
260         it with the pattern to do machine dependent work.
261         (cond_exec_process_if_block): If IFCVT_MODIFY_TESTS is defined,
262         use it to modify the true/false tests used in conditional
263         execution.  If IFCVT_MODIFY_FINAL and IFCVT_MODIFY_CANCEL are
264         defined, invoke them if the conversion to conditional execution
265         was successful or not.
266
267         * tm.texi (IFCVT_MODIFY_TESTS): Document.
268         (IFCVT_MODIFY_INSN): Ditto.
269         (IFCVT_MODIFY_FINAL): Ditto.
270         (IFCVT_MODIFY_CANCEL): Ditto.
271
272 Sat Jun  3 15:26:13 2000  Matt Kraai <kraai@alumni.carnegiemellon.edu>
273
274         * toplev.c (main): Fix misspellings of possibility and language.
275
276 2000-06-03  Richard Henderson  <rth@cygnus.com>
277
278         * alias.c (record_alias_subset): Initialize has_zero_child in the
279         superset.
280
281 2000-06-03  Richard Earnshaw (rearnsha@arm.com)
282
283         * arm.md (untyped_call): Use GEN_CALL macro.
284
285 2000-06-02  Pekka Nikander  <pnr@teldanex.tcm.hut.fi>
286
287         * Makefile.in: Use $(MAKE) not "make"
288
289 Fri Jun  2 19:31:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
290
291         * alias.c (struct alias_set_entry): New field has_zero_child.
292         (mem_in_disjoint_alias_sets_p): Return 0 if set in either ase.
293         (get_alias_set): If language-dependent routine set TYPE_ALIAS_SET,
294         do nothing.
295         Call record_component_aliases for aggregate types.
296         (record_alias_subset): Set has_zero_child.
297         (record_component_aliases, case ARRAY_TYPE): Do nothing if
298         TYPE_NONALIASES_COMPONENT.
299         (record_component_aliases, case RECORD_TYPE): Test
300         DECL_NONADDRESSABLE_P.
301         * c-decl.c (grokdeclarator): Set DECL_NONADDRESSABLE_P instead
302         of TREE_ADDRESSABLE.
303         * calls.c (initialize_argument_information): Only test
304         TYPE_TRANSPARENT_UNION for UNION_TYPE.
305         * function.c (assign_parms): Likewise.
306         * integrate.c (function_cannot_inline_p): Likewise.
307         * stor-layout.c (finish_record_layout): Don't call
308         record_component_aliases.
309         * tree.h (struct tree_int_cst): Use struct tree_common.
310         (struct tree_real_cst, struct tree_string): Likewise.
311         (struct tree_complex, struct tree_identifier): Likewise.
312         (struct tree_list, struct tree_vec, struct tree_exp): Likewise.
313         (struct tree_block, struct tree_type, struct tree_decl): Likewise.
314         (TYPE_TRANSPARENT_UNION): Use UNION_TYPE_CHECK.
315         (TYPE_NONALIASES_COMPONENT): New macro.
316         (TYPE_AMBIENT_BOUNDEDNESS): Use FUNCTION_TYPE_CHECK.
317         (DECL_NONADDRESSABLE_P): New macro.
318         (struct tree_decl): Reorder bits for clarity of how many left;
319         add non_adressable.
320
321 2000-06-02  Jason Merrill  <jason@casey.soma.redhat.com>
322
323         * Makefile.in (libgcc.a): Also depend on $(LIB2ADD).
324         * mklibgcc.in (force): New target.
325         Make LIB2ADD stuff depend on it.
326
327 2000-06-02  Richard Henderson  <rth@cygnus.com>
328
329         * alias.c (lang_get_alias_set): Remove.
330         (get_alias_set): Call it directly, not indirectly.
331         * c-common.c (lang_get_alias_set): Rename from c_get_alias_set.
332         * c-common.h (c_get_alias_set): Don't declare.
333         * c-decl.c (init_decl_processing): Don't set lang_get_alias_set.
334         * expr.h (lang_get_alias_set): Declare as function, not pointer.
335         
336 2000-06-02  Bruce Korb  <bkorb@gnu.org>
337
338         * fixinc/server.c(sig_handler):  resume closing server on SIGPIPE
339         (server_setup):  define the server's master pid
340         (close_server):  actually do the deed IFF we are the server's master
341
342 2000-06-02  Jakub Jelinek  <jakub@redhat.com>
343
344         * c-common.c (c_get_alias_set): Check whether signed_type did not
345         return its argument before calling get_alias_set on the result.
346
347 2000-06-02  Andrew MacLeod  <amacleod@cygnus.com>
348
349         * expr.c (emit_group_load): Fix typo, GET_MODE not GET_CODE.
350
351 Fri Jun  2 00:22:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
352
353         * sh.h (CPP_SPEC): Add -D__NOMACSAVE__ for -mnomacsave.
354         (CONDITIONAL_REGISTER_USAGE): Mac registers are call used
355         for TARGET_NOMACSAVE.
356         (NOMACSAVE_BIT): Define.
357         (TARGET_NOMACSAVE): Define.
358         (TARGET_SWITCHES): Add "nomacsave".
359
360 2000-06-02  Toshiyasu Morita  <toshi.morita@sega.com>
361
362         * sh.md (untyped_call): Remove excess parameters
363
364 2000-06-01  Loren J. Rittle  <ljrittle@acm.org>
365
366         * fixinc/inclhack.def (osf_namespace_a): Relax expression to
367         match that used before the conversion to c_fix style.
368         * fixinc/fixincl.x: regenerate
369
370 2000-06-01  Stan Cox  <scox@cygnus.com>
371
372         * varray.h (VARRAY_PUSH_GENERIC_PTR, VARRAY_PUSH_CHAR_PTR): Fix
373         macro argument typo.
374
375 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
376
377         * cpplex.c (maybe_macroexpand): Use CPP_WTRADITIONAL.  Improve
378         error message.
379         * cpplib.c (parse_include): Remove support for VAX-C 
380         "#include starlet" misfeature.
381
382 2000-05-31 Laurynas Biveinis <lauras@softhome.net>
383
384         * cppfiles.c: conditionally define O_BINARY.
385         (open_include_file): pass O_BINARY to open().
386
387 2000-06-01  Richard Henderson  <rth@cygnus.com>
388
389         * i960.c (i960_br_predict_opcode): Remove.
390         (i960_print_operand) [+]: Emit branch prediction hints.
391         (i960_function_arg): Return early for VOIDmode.
392         (i960_round_align): Return early for incomplete types.
393         * i960.h (PRINT_OPERAND_PUNCT_VALID_P): New.
394         * i960.md (all conditional branches): Add "%+".
395
396 Thu Jun  1 12:24:21 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
397
398         * alias.c (get_alias_set): Don't call language-specific routine more
399         than is needed and clean up code a bit.
400         * c-common.c (c_get_alias_set): All references whose type
401         is char get alias set 0, but character types need not.
402         * varasm.c (make_function_rtl): Don't call set_mem_attributes.
403         (make_decl_rtl): Don't call it for FUNCTION_DECL.
404
405 2000-06-01  Bruce Korb  <bkorb@gnu.org>
406
407         * fixinc/tests/base/...: new base result files
408
409 Thu Jun  1 09:37:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
410
411         * config/i386/i386.c (ix86_use_fcomi_compare): Make global.
412         * config/i386/i386-protos.h (ix86_use_fcomi_compare): Declare.
413         * config/i386/i386.md (*fp_jcc_3, *fp_jcc_4): Disable if we
414         will use FCOMI.
415         
416 2000-06-01  Richard Henderson  <rth@cygnus.com>
417
418         * Makefile.in (c-decl.o): Depend on $(EXPR_H), not expr.h.
419
420         * c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.
421
422 2000-05-31  Richard Henderson  <rth@cygnus.com>
423
424         * config/ia64/ia64.c (sdata_symbolic_operand): Consider small
425         CONSTANT_POOL_ADDRESS_P addresses for .sdata.
426         * config/ia64/sysv4.h (SELECT_RTX_SECTION): New.
427
428 2000-05-31  Richard Henderson  <rth@cygnus.com>
429
430         * config/ia64/ia64-protos.h (ia64_expand_prediction): Remove.
431         * config/ia64/ia64.c (ia64_expand_prediction): Move code ...
432         (ia64_print_operand) [+]: ... here.  Use current_output_insn.
433         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): New.
434         * config/ia64/ia64.md (all branch/call patterns): Use %+.
435
436 2000-05-31  Richard Henderson  <rth@cygnus.com>
437
438         * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers.
439
440 2000-05-31  Richard Henderson  <rth@cygnus.com>
441
442         * ifcvt.c (merge_if_block): Be prepared for JOIN to have no 
443         remaining edges.
444         (find_if_block): Allow THEN with no outgoing edges.
445         * flow.c (merge_blocks_nomove): Remove a barrier not following
446         a jump as well.
447
448 2000-05-31  Richard Henderson  <rth@cygnus.com>
449
450         * flow.c (propagate_block): Move initialization of mem_set_list ...
451         (init_propagate_block_info): ... here.  Also track blocks with 
452         no successors; don't scan insns if ! PROP_SCAN_DEAD_CODE.
453
454 2000-05-31  Richard Henderson  <rth@cygnus.com>
455
456         * jump.c (jump_optimize_1): Revert 05-18 change.
457
458 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
459
460         * invoke.texi: Remove documentation for -fguiding-decls.
461
462 2000-05-31  Richard Henderson  <rth@cygnus.com>
463
464         * configure.in: Fix typo last change.
465
466 2000-05-31  Philipp Thomas  <pthomas@suse.de>
467
468         * configure.in (enable-nls): Enable if build == host, i.e. when 
469         not building a canadian cross compiler.
470         (enable-maintainer-mode): Added for use with i18n.
471         * aclocal.m4 (AM_GNU_GETTEXT): Only build catalogs that are a
472         cross section of ALL_LINGUAS and LINGUAS.
473         * configure: Rebuild.
474
475 2000-05-31  Bruce Korb  <bkorb@gnu.org>
476
477         * fixinc/check.tpl: rework to use test result tree
478         * fixinc/Makefile.in: change invocation of check script
479         * fixinc/check.diff: No longer needed
480         * fixinc/fixincl.x: regenerate
481         * fixinc/inclhack.def:  add new tests
482         * fixinc/tests/base/arch/i960/archI960.h:  New test result
483         * fixinc/tests/base/curses.h: modified test result
484         * fixinc/tests/base/stdio.h: ditto
485         * fixinc/tests/base/time.h: ditto
486         * fixinc/tests/base/sys/asm.h: ditto
487         * fixinc/tests/base/sys/stat.h: ditto
488         * fixinc/tests/base/sys/wait.h: ditto
489
490 Wed May 31 13:17:20 2000  Philippe De Muyter  <phdm@macqel.be>
491
492         * except.c (clear_function_eh_region): Do not free NULL.
493
494 Wed May 31 08:07:52 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
495
496         * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
497         * alias.c (struct alias_entry): alias_set is HOST_WIDE_INT.
498         (REG_BASE_VALUE): Remove unneeded cast to unsigned.
499         (get_alias_set_entry): ALIAS_SET arg is HOST_WIDE_INT.
500         (find_base_decl): New function, from c_find_base_decl in c-common.c.
501         (new_alias_set): Moved from tree.c; return is HOST_WIDE_INT.
502         (get_alias_set): Likewise.
503         Major rework to do more things and allow language-specific code
504         to just handle special-cases.
505         (record_alias_subset): Args are HOST_WIDE_INT.
506         (record_component_alias): Local vars are HOST_WIDE_INT.
507         Don't handle COMPLEX_EXPR.
508         (get_varargs_alias_set): Moved from builtins.c.
509         (get_frame_alias_set): New function.
510         * builtins.c (expand_builtin_return_address): Use frame alias set.
511         (expand_builtin_setjmp, expand_builtin_longjmp): Use alias set
512         for setjmp buffer.
513         (get_memory_rtx): Rework to use set_mem_attributes.
514         (get_varargs_alias_set): Deleted from here.
515         * c-common.c (c_apply_type_quals_to_decl): Alias sets now HOST_WIDE_INT.
516         (c_find_base_decl): Deleted from here.
517         (c_get_alias_set): Remove many cases and rework to just handle
518         C-specific cases.
519         * c-common.h (c_get_alias_set): Returns HOST_WIDE_INT.
520         * c-decl.c (rtl.h, expr.h): Now included.
521         (init_decl_processing): Call record_component_aliases on array types.
522         (grokdeclarator): Likewise.
523         Set TREE_ADDRESSABLE for all fields that are not bitfields.
524         * c-typeck.c (common_type): Call record_component_aliases for array.
525         * caller-save.c (setup_save_areas): Rework register loop for unsigned.
526         Set all save areas to the frame alias set.
527         * calls.c (initialie_argument_information): Call set_mem_attributes.
528         (compute_argument_addresses, expand_call): Likewise.
529         * explow.c (set_mem_attributes): New function.
530         (stabilize): Use MEM_COPY_ATTRIBUTES and force_reg.
531         * expr.c (struct move_by_pieces): Remove {to,from}_{struct,readonly}.
532         LEN and OFFSET now HOST_WIDE_INT.
533         (clear_by_pieces): Similar changes.
534         (move_by_pieces): LEN now HOST_WIDE_INT; don't set deleted fields.
535         (move_by_pieces_ninsns): Now returns unsigned HOST_WIDE_INT.
536         (move_by_pieces_1): Don't use deleted fields, use MEM_COPY_ATTRIBUTES.
537         (clear_by_pieces_1): Likewise.
538         (emit_push_insn): Call set_mem_attributes.
539         (expand_expr, case INDIRECT_REF): Likewise.
540         (expand_expr, case VAR_DECL): Call change_address.
541         * expr.h (ADD_PARM_SIZE, SUB_PARM_SIZE): Use host_integerp and
542         tree_low_cst.
543         (get_varargs_alias_set, get_frame_alias_set): New decls.
544         (record_base_value, record_alias_subset, lang_get_alias_set): Likewise.
545         (new_alias_set, set_mem_attributes): Likewse.
546         * function.c (struct temp_slot): ALIAS_SET is HOST_WIDE_INT.
547         (assign_stack_temp_for_type): Likewise.
548         Can split slot even if alias set since can copy.
549         Set MEM_ALIAS_SET and MEM_SET_IN_STRUCT_P.
550         (assign_temp): Use host_integerp and tree_low_cst.
551         (put_var_into_stack): Properly handle SAVE_EXPR.
552         (put_addressof_into_stack): Likewise.
553         (assign_parms): Call set_mem_attributes.
554         Delete #if 0 code.
555         (fix_lexical_address): Put reference to chain into frame alias set.
556         (expand_function_start): Call set_mem_attributes.
557         * integrate.c (expand_inline_function): Likewise.
558         * recog.c (adj_offsettable_operand): Use MEM_COPY_ATTRIBUTES.
559         * regmove.c (try_apply_stack_adjustment): Likewise.
560         * reload.c (push_reload, make_memloc): Likewise.
561         * reload1.c (alter_reg): Make alias sets for spilled pseudos.
562         * rtl.def (MEM): Update comment.
563         * rtl.h (MEM_ALIAS_SET): Now uses XCWINT.
564         (move_by_pieces): Change length to HOST_WIDE_INT.
565         (record_base_value, record_alias_subset): Delete from here.
566         * stmt.c (expand_decl): Call set_mem_attributes.
567         * stor-layout.c (finish_record_layout): Call record_component_aliases.i
568         * toplev.c (compile_file): Call init_alias_once earlier.
569         * tree.c (lang_get_alias_set, get_alias_set, new_alias_set): Deleted
570         from here: now in alias.c.
571         * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
572         (struct tree_decl): Likewise.
573         (get_alias_set, new_alias_set, lang_get_alias_set): Deleted from here.
574         * varasm.c (make_function_rtl, make_decl_rtl): Call set_mem_attributes.
575         (output_constant_def, force_const_mem): Likewise.
576         
577         * flow.c (propagate_block): If block has no successors, stores to
578         frame are dead if not used.
579
580 2000-05-31  Nathan Sidwell  <nathan@codesourcery.com>
581
582         * stmt (expand_end_case): Reorder conversion sequence for jump
583         table to avoid extra truncations.
584
585 Wed May 31 01:31:42 2000  Jeffrey A Law  (law@cygnus.com)
586
587         * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn
588         in the block is more than just a simple conditional branch.
589         (noce_process_if_block): Similarly.
590
591 Tue May 30 22:25:57 2000  Alexandre Oliva  <aoliva@cygnus.com>
592
593         * optabs.c (prepare_float_lib_cmp): Protect *px and *py from
594         queue.
595
596 2000-05-30  Michael Meissner  <meissner@redhat.com>
597
598         * dwarf2out.c (dwarf2out_frame_debug_expr): Ignore HIGH
599         instructions.  Treat LO_SUM operations as loading the full integer
600         constant.
601
602 2000-05-30  Richard Henderson  <rth@cygnus.com>
603
604         * combine.c (get_pos_from_mask): Test exact_log2 result as signed.
605
606 2000-05-30  Richard Henderson  <rth@cygnus.com>
607
608         * bb-reorder.c (emit_jump_to_block_after): Protect use of HAVE_return.
609
610 2000-05-30  Bruce Korb  <bkorb@gnu.org>
611
612         * fixinc/tests/*:  Added expected result files for fixinc's make check
613         * fixinc/fixfixes(char_macro_*_fix): Restore original algorithm
614
615 2000-05-30  Richard Henderson  <rth@cygnus.com>
616
617         * config/alpha/alpha.md (*setne_internal): Use match_operator
618         instead of working down from insn.
619
620 2000-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
621
622         * invoke.texi (-Wtraditional): Update WRT function macros.
623
624 Tue May 30 09:57:32 2000  Philippe De Muyter  <phdm@macqel.be>
625
626         * except.c (free_exception_table): Do not free NULL.
627
628 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
629
630         * cpplib.c (do_if): Don't save and restore only_seen_white here.
631         * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white
632         and skipping here.
633
634 2000-05-29  Richard Earnshaw (rearnsha@arm.com)
635
636         * flow.c (mark_used_reg): If a register is unconditionally live, 
637         remove any conditional death information.
638
639 2000-05-29  Richard Henderson  <rth@cygnus.com>
640
641         * final.c (current_output_insn): New.
642         (final_scan_insn): Set it.
643         * output.h: Declare it.
644
645 2000-05-29  Richard Henderson  <rth@cygnus.com>
646
647         * stor-layout.c (finalize_record_size): Fix typo.
648
649         * jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END
650         if nlabel is null.
651
652 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
653
654         * cpplib.h (cpp_reader): Remove if_stack.  Change
655         potential_control_macro to a cpp_hashnode *.  Add skipping flag.
656         * cpphash.h (struct ihash): Change control_macro to a
657         cpp_hashnode * and shorten name to cmacro.
658         Add NEVER_REINCLUDE constant.
659
660         * cppfiles.c (redundant_include_p): Drop cpp_reader argument.
661         Examine the cmacro node directly, no need to call cpp_defined.
662         (_cpp_execute_include, read_include_file): Set cmacro to
663         NEVER_REINCLUDE, not U"".
664         * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
665         (cpp_get_token): If pfile->skipping is true, discard text and
666         keep scanning until we hit a directive; don't expand macros.
667
668         * cpplib.c (struct if_stack): Remove if_succeeded, add
669         was_skipping. Change control_macro to a cpp_hashnode * and
670         shorten name to cmacro.  Remove typedef IF_STACK.
671         (parse_ifdef), detect_if_not_defined): Return a cpp_hashnode *.
672         (conditional_skip, skip_if_group,
673         consider_directive_while_skipping): Delete.
674         (push_conditional): New.
675         (_cpp_handle_directive): Don't process directives other than
676         conditionals if we are skipping.
677
678         (do_ifdef, do_ifndef, do_if, do_else, do_elif, do_endif):
679         Update to new scheme.
680         (validate_else): Skip rest of line here, unconditionally.
681         (_cpp_unwind_if_stack): The stack is per-buffer.  Force
682         pfile->skipping off.
683
684         (all): Remove `scare quotes' from error messages.
685
686 2000-05-29  Richard Henderson  <rth@cygnus.com>
687
688         * function.c (emit_return_into_block): New line_note arg; emit it.
689         (thread_prologue_and_epilogue_insns): Attempt to locate a line note
690         for the close brace to accompany HAVE_return.  Move all line notes
691         following the epilogue to before the NOTE_INSN_EPILOGUE_BEG.
692
693 2000-05-29  Richard Henderson  <rth@cygnus.com>
694
695         * longlong.h [__alpha] (count_leading_zeros): New.
696         (count_trailing_zeros): New.
697         (COUNT_LEADING_ZEROS_0): New.
698
699         * config/alpha/alpha.c (alpha_zero_comparison_operator): New.
700         (alpha_split_conditional_move): New.
701         * config/alpha/alpha-protos.h: Prototype them.
702         * config/alpha/alpha.h (PREDICATE_CODES): Update.
703         (CPP_CPU_DEFAULT_SPEC): Fix typo for EV67.
704         * config/alpha/alpha.md: Update ffs cix commentary.
705         (*ze_and_ne): New.
706         (*nabssf2, *nabsdf2): New.
707         (*mov[qhsd]icc_internal): Use add_operand.
708         (if_then_else constant splitters): New.
709         (*cmp_sadd_di, *cmp_sadd_si, *cmp_sadd_sidi): New.
710         (*cmp_ssub_di, *cmp_ssub_si, *cmp_ssub_sidi): New.
711
712 2000-05-29  Richard Henderson  <rth@cygnus.com>
713
714         * combine.c (force_to_mode) [MINUS]: Convert subtraction from
715         a constant to NEG or NOT when conditions allow.
716
717         * combine.c (combine_simplify_rtx): Don't create an if_then_else
718         unless both args are general_operand.  Don't canonicalize plus
719         to ior unless it helps.
720
721         * toplev.c (rest_of_compilation): Set no_new_pseudos after flow1;
722         instead track register_life_up_to_date.  Toggle no_new_pseudos
723         around if_convert.  
724
725 2000-05-28  Geoff Keating  <geoffk@cygnus.com>
726
727         * config/rs6000/rs6000.c (output_cbranch): Escape '%' characters
728         so output_operand doesn't see them.
729
730 Sun May 28 18:37:07 2000  Clinton Popetz  <cpopetz@cygnus.com>
731
732         * lcm.c (make_preds_opaque): Fix comment.
733         (optimize_mode_switching): Use NORMAL_MODE instead of 
734         MODE_USES_IN_EXIT_BLOCK.  Change leftover instance of
735         FP_MODE_NONE to no_mode.  Rename MODE_AT_ENTRY to NORMAL_MODE.
736         Handle insertions before an existing NOTE_INSN_BASIC_BLOCK.
737         * tm.texi (OPTIMIZE_MODE_SWITCHING): Refer to NORMAL_MODE.
738         (MODE_USES_IN_EXIT_BLOCK): Delete.
739         (MODE_AT_ENTRY) Rename to NORMAL_MODE.
740         * sh.h (MODE_USES_IN_EXIT_BLOCK): Delete.
741         (MODE_AT_ENTRY): Rename to NORMAL_MODE.
742         (MODE_NEEDED): Don't look for USE.
743         (EPILOGUE_USES): Define.
744
745 Sun May 28 23:26:59 2000  Philippe De Muyter <phdm@macqel.be>
746
747         * mklibgcc.in (all): Variable initialised to `libgcc'.
748
749 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
750
751         * toplev.h (skip_leading_substring): New macro.
752         * toplev.c (decode_f_option): Use skip_leading_substring instead
753         of strncmp.
754         (decode_W_option): Likewise.
755
756 2000-05-28  Nick Clifton  <nickc@cygnus.com>
757
758         * tm.texi (CONDITIONAL_REGISTER_USAGE): Document that it can
759         modify reg_names.
760
761 2000-05-28  Richard Henderson  <rth@cygnus.com>
762
763         * regclass.c (record_operand_costs): Protect reg_changes_size
764         with CLASS_CANNOT_CHANGE_SIZE.
765
766         * loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
767
768 2000-05-28  Richard Henderson  <rth@cygnus.com>
769
770         * function.c (diddle_return_value): A pcc-style struct return
771         returns a pointer.
772
773 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
774
775         * cppfiles.c: Read files in, using mmap if possible, then
776         prescan them separately.
777         (read_file, read_with_read): New functions.
778         * cpplex.c: Don't define UCHAR_MAX.
779         (_cpp_read_and_prescan): Rename to _cpp_prescan.  Don't read
780         the file here.
781
782         * cppinit.c (handle_option): Automatically define __cplusplus,
783         __OBJC__, __ASEEMBLER__, _LANGUAGE_FORTRAN here when we see
784         the respective -lang switch.
785
786         * cpphash.h (enum node_type, struct hashnode, _cpp_lookup
787         prototype): Move to...
788         * cpplib.h: ... here.  Rename struct hashnode to struct
789         cpp_hashnode and give it a typedef.  Rename _cpp_lookup to
790         cpp_lookup.  Add 'fe_value' slot, a union tree_node *.
791
792 2000-05-27  Geoffrey Keating  <geoffk@cygnus.com>
793
794         * config/rs6000/rs6000.md (movsi): Constify 'name'.
795
796         * regclass.c [CLASS_CANNOT_CHANGE_SIZE]
797         (class_can_change_size): New variable.
798         (reg_changes_size): New variable.
799         (init_reg_sets_1): Initialise class_can_change_size.
800         (record_operand_costs): Remove subreg_changes_size.
801         Don't pass it around.  Instead update reg_changes_size.
802         (regclass): Initialise and free reg_changes_size.  If a register
803         changes size, don't preference it to a class that contains
804         registers that can't change size.
805         (record_reg_classes): Don't look at subreg_changes_size.
806
807 2000-05-27  Richard Henderson  <rth@cygnus.com>
808
809         * print-rtl.c (reg_names): Remove const.
810         * regclass.c (reg_names): Likewise.
811         * regs.h (reg_names): Likewise.
812         * hard-reg-set.h (reg_names): Likewise.
813
814 2000-05-27  Richard Henderson  <rth@cygnus.com>
815
816         * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
817
818 2000-05-27  Richard Henderson  <rth@cygnus.com>
819
820         * config/alpha/alpha.c (alpha_does_function_need_gp): Test
821         TARGET_PROFILING_NEEDS_GP in the if, instead of with an ifdef.
822         (alpha_expand_prologue): Emit prologue_mcount if needed.
823         * config/alpha/alpha.h (TARGET_PROFILING_NEEDS_GP): Default to 0.
824         * config/alpha/alpha.md (prologue_mcount): New.
825         * config/alpha/linux.h (FUNCTION_PROFILER): Remove.
826         (TARGET_PROFILING_NEEDS_GP): Undef before redefining.
827         * config/alpha/netbsd.h: Likewise.
828
829 2000-05-27  Richard Henderson  <rth@cygnus.com>
830
831         * config/alpha/elf.h (SELECT_SECTION): Mirror Kenner's May 19
832         change to config/elfos.h.
833
834 2000-05-27  Richard Henderson  <rth@cygnus.com>
835
836         * Makefile.in (resource.o): Depend on except.h.
837         * except.h (output_exception_table_data): Prototype.
838         * genconfig.c (gen_peephole2): Prototype.
839         * genemit.c (main): Include ggc.h.
840         * genoutput.c: Revert parts of last change: include errors.h
841         (main): Set progname.
842         * recog.c: Include hard-reg-set.h before recog.h.
843         * resource.c: Include except.h.
844
845         * config/alpha/alpha-protos.h (alpha_arg_info_reg_val): Protect
846         with RTX_CODE.
847         (alpha_write_linkage): Protect with BUFSIZ.
848         (alpha_need_linkage): Update prototype.
849         * config/alpha/alpha.c (function_arg): Move VMS code here.
850         (alpha_links_base): Remove.
851         (alpha_links): New.
852         (mark_alpha_links_node, mark_alpha_links): New.
853         (alpha_write_one_linkage): New.
854         (alpha_need_linkage): Use a splay tree.  Build the linkage symbol.
855         (alpha_write_linkage): Use splay_tree_foreach.
856         * config/alpha/alpha.md (call_vms): Use alpha_need_linkage
857         to get the linkage symbol.
858         (call_value_vms): Likewise.
859         * config/alpha/elf.h (output_file_directive): Remove decl.
860         (ctors_section, dtors_section): Prototype.
861         (sbss_section, sdata_section): Prototype.
862         * config/alpha/vms.h (FUNCTION_ARG): Remove.
863         (readonly_section, link_section, literals_section): Prototype.
864         (ctors_section, dtors_section): Prototype.
865         (vms_valid_decl_attribute_p): Remove decl.
866         (alpha_arg_type, alpha_arg_info_reg_val): Likewise.
867
868 2000-05-27  Geoff Keating  <geoffk@cygnus.com>
869
870         * reload.c (get_secondary_mem): Don't widen floating-point modes.
871
872         * combine.c (subst): Honour CLASS_CANNOT_CHANGE_SIZE when
873         substituting the REG in a (subreg:X (reg:Y ...)).
874
875 2000-05-28  Neil Booth  <NeilB@earthling.net>
876
877         * cpplex.c (_cpp_lex_line): Merge vertical space.  Flag
878         first token of a line BOL.  Update EOF code for this.
879         Remove illegal directive check - it appears in the (not
880         yet committed) caller.
881         * cpplib.h (BOL): New flag.
882
883 2000-05-28  Neil Booth  <NeilB@earthling.net>
884
885         * cpplex.c (_cpp_init_toklist): No comment space to initialise.
886         (_cpp_free_toklist): No comment space to free.
887         (expand_comment_space): Remove.
888         (save_comment_space): Place the comment in the current token and
889         not in a separate comment space.
890         (_cpp_lex_line): Save comments during plain code and #define
891         directives only.
892         * cpplib.h (struct _cpp_toklist): Remove comment space.
893
894 2000-05-28  Neil Booth  <NeilB@earthling.net>
895
896         * cppexp.c (parse_assertion): Supply extra argument to
897         _cpp_init_toklist.
898         * cpplib.c (do_assert, do_unassert): Similarly.
899         * cpphash.h (_cpp_init_toklist) Update.
900         (_cpp_expand_token_space): New.
901         (DUMMY_TOKEN, NO_DUMMY_TOKEN): New.
902         * cpplex.c (_cpp_init_toklist): New argument.
903         (parse_string2): New argument multiline_ok.
904         (spell_token): Take a const cpp_token *.
905         (INIT_NAME): Replace with INIT_TOKEN_NAME.  Update tokens_used.
906         (SPELL_ macros): Replace with enum.
907         (expand_token_space): Replace with _cpp_expand_token_space.
908         Take COUNT argument.
909         (IS_DIRECTIVE): Update.
910         (_cpp_lex_line): Update token structure before parsing number.
911         Don't assume start at beginning of token list.
912         (save_comment): Use INIT_TOKEN_NAME.
913
914 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
915
916         * configure.in (stage1_warn_cflags): Add -Wstrict-prototypes
917         -Wmissing-prototypes.
918         * configure: Regenerate.
919         * gcc.texi: Remove explanation of MD_CALL_PROTOTYPES.
920
921         * builtins.c, calls.c: Change all instances of gen_call_* or
922         gen_sibcall_* to GEN_CALL_* and GEN_SIBCALL_*.
923         * calls.c (struct_value_size_rtx): Separate definition from
924         initialization to avoid unused variable warning.
925
926         * genflags.c (gen_macro): New function.
927         (gen_proto): Call it for gen_call_* and gen_sibcall_*.
928         (gen_nonproto): Delete.
929         (gen_insn): Put all insns on the same obstack.
930         (main): Generate prototypes for everything unconditionally.
931
932         * configure.in: Add AC_CHECK_TYPE(ssize_t).  Remove commented 
933         out check for wchar_t.
934         * acconfig.h: Add template for ssize_t.  Remove @TOP@.
935         * system.h: Add infrastructure for defining missing   
936         TYPE_MAX/TYPE_MIN macros.  Use it to provide fallback  
937         definitions of UCHAR_MAX and SSIZE_MAX.
938         * configure: Regenerate.
939         * config.in: Regenerate.
940
941         * Makefile.in (libgcc2.ready): Rename to libgcc.ready.
942         Depend on $(LANGUAGES) as well as $(GCC_PATCHES) and fixed
943         headers.
944         (clean): No need to delete libgcc1.a, libgcc1-asm.a,
945         libgcc2.a, or libgcc1.null.
946
947 2000-05-27  Richard Henderson  <rth@cygnus.com>
948
949         * Makefile.in (recog.o): Don't depend on resource.h.
950         * recog.c: Don't include resource.h.
951         (recog_last_allowed_insn): Remove.
952         (recog_next_insn): Remove.
953         (struct peep2_insn_data): New.
954         (peep2_insn_data, peep2_current): New.
955         (peep2_next_insn): New.
956         (peep2_regno_dead_p, peep2_reg_dead_p): New.
957         (peep2_find_free_register): New.
958         (peephole2_optimize): Track life information by insn as we go.
959         * recog.h: Update declarations.
960         * resource.c (find_free_register, reg_dead_p): Remove.
961         * resource.h: Remove their declarations.
962         * toplev.c: Include hard-reg-set.h before recog.h.
963
964         * genconfig.c (max_insns_per_peep2): New.
965         (gen_peephole2): New.
966         (main): Call it.
967         * genemit.c (output_peephole2_scratches): Generate calls to
968         peep2_find_free_register; adjust surrounding code.
969         (main): Have insn-emit.c include hard-reg-set.h before recog.h.
970         * genrecog.c (change_state): Don't track last_insn.
971         (write_action): Write into *_pmatch_len before accepting.
972         (write_tree): Adjust peephole2_insns and subroutines to match.
973
974         * config/i386/i386.md (all peepholes): Use peep2_regno_dead_p.
975
976         * config/alpha/alpha.c (hard_fp_register_operand): Mind the mode.
977         (hard_int_register_operand): New.
978         * config/alpha/alpha-protos.h: Declare it.
979         * config/alpha/alpha.h (PREDICATE_CODES): Update.
980         * config/alpha/alpha.md (peep2 patterns): Use hard_int_register_operand
981         as needed; use peep2_reg_dead_p instead of dead_or_set_p.
982
983 2000-05-27  Richard Henderson  <rth@cygnus.com>
984
985         * function.c (thread_prologue_epilogue_insns): Don't move the
986         line note at the head of the chain.  Only force a lineno note
987         before the end of block 0.
988
989 2000-05-27  Richard Henderson  <rth@cygnus.com>
990
991         * gensupport.c (collect_insn_data): Record the maximum number
992         of alternatives, not the last seen.
993
994         * genoutput.c: Don't include errors.h.
995         (struct data): Add lineno member.
996         (have_error): New.
997         (scan_operands): Use message_with_line instead of error.
998         (validate_insn_alternatives): Likewise.
999         (gen_insn): Accept and store the pattern's line number.
1000         (gen_peephole, gen_expand, gen_split): Likewise.
1001         (main): Don't set progname.  Pass line_no to gen_foo.
1002
1003 2000-05-27  Richard Henderson  <rth@cygnus.com>
1004
1005         * config/d30v/d30v.c (d30v_print_operand): Handle ':'.
1006         * config/d30v/d30v.h (PRINT_OPERAND_PUNCT_VALID_P): Accept ':'.
1007         * config/d30v/d30v.md (attr predicable): New.
1008         (all insn patterns): Mark non-predicable patterns; use %: on the rest.
1009         (andsi3*): Unify into one pattern.
1010         (iorsi3*, xorsi3*): Likewise.
1011         (peephole2 patterns): Use peep2_reg_dead_p; verify not a
1012         conditional return.
1013         (old cond_exec patterns): Remove.
1014         (define_cond_exec): New.
1015
1016 Sat May 27 11:01:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1017
1018         * tree.h (TREE_CODE_LENGTH): New macro.
1019         * c-common.c (c_find_base_decl): Use it.
1020         * expr.c (safe_from_p): Likewise.
1021         * print-tree.c (print_node): Likewise.
1022         * tree.c (make_node, copy_node, get_identifier): Likewie.
1023         (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
1024         (build, build_nt, build_parse_node, simple_cst_equal): Likewise.
1025         * fold-const.c (make_range): Likewise.
1026         (fold): Likewise; also use first_rtl_op.
1027         * c-iterate.c (collect_iterators): Use first_rtl_op.
1028         * calls.c (calls_function_1): Likewise; also rename TYPE to CLASS.
1029         Use IS_EXPR_CODE_CLASS.
1030         (preexpand_calls): Likewise.
1031         * ggc-common.c (ggc_mark_trees): Rework to use first_rtl_op
1032         and TREE_CODE_LENGTH.
1033         * stmt.c (warn_if_unused_value): If no operands, no unused value.
1034
1035 2000-05-26  Geoffrey Keating  <geoffk@cygnus.com>
1036
1037         * config/rs6000/rs6000.md (movsi_internal1): Use '%a1' rather
1038         than '%1(%*)'.
1039         (movdi_internal64): Likewise.
1040
1041         * config/rs6000/rs6000.md: Correct order of operands for DImode
1042         boolean patterns.
1043
1044         * config/rs6000/rs6000.c (boolean_or_operator): New function.
1045         * config/rs6000/rs6000-protos.h (boolean_or_operator): Prototype it.
1046         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_or_operator.
1047         * config/rs6000/rs6000.md: Use boolean_or_operator instead of
1048         boolean_operator for the boolean patterns without NOTs.
1049
1050         * config/rs6000/rs6000.c (reg_or_logical_cint_operand): Rename
1051         from reg_or_u_cint_operand.  Change comment and behaviour.
1052         (logical_operand): Clean up, add assertion.
1053         (non_logical_cint_operand): Also check for
1054         reg_or_logical_cint_operand.
1055         * config/rs6000/rs6000.h (PREDICATE_CODES): Update.
1056         * config/rs6000/rs6000.md (iorsi3): Use reg_or_logical_cint_operand
1057         in the expander.
1058         (xorsi3): Likewise.
1059         (iordi3): Likewise.
1060         (xordi3): Likewise.
1061
1062 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
1063
1064         * tree.h (struct record_layout_info): Rename to (struct
1065         record_layout_info_s).
1066         * stor-layout.c (start_record_layout): Replace
1067         `record_layout_info' with `record_layout_info_s'.
1068
1069 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
1070
1071         * flow.c (find_label_refs): New function.
1072         (find_basic_blocks_1): Call it for each alternative of a call 
1073         placeholder.
1074
1075 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
1076
1077         * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
1078         of get_pc.
1079
1080 2000-05-25  Richard Henderson  <rth@cygnus.com>
1081
1082         * config/alpha/alpha.c (alpha_comparison_operator): Don't be
1083         so strict about DImode.
1084         (alpha_swapped_comparison_operator): Likewise.
1085         * config/alpha/alpha.md (*setne_internal): Name it.  Allow
1086         any integer output mode.
1087         (*setcc_internal): Likewise.
1088         (*setcc_swapped_internal): Likewise.
1089         (*movdicc_internal, *movdicc_lbc, *movdicc_lbs): Name them.
1090         (*mov[qhs]icc_internal): New.
1091         (*mov[qhs]icc_lbc, *mov[qhs]icc_lbs): New.
1092
1093 2000-05-25  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1094
1095         * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
1096
1097 2000-05-25  Richard Henderson  <rth@cygnus.com>
1098
1099         * bb-reorder.c (reorder_block_def): Reorder elements for size.
1100         Remove add_jump; add next; replace flags with visited.
1101         (rbd_init): Remove.
1102         (REORDER_BLOCK_HEAD, REORDER_BLOCK_VISITED): Remove.
1103         (REORDER_BLOCK_FLAGS, REORDER_BLOCK_INDEX): Remove.
1104         (REORDER_BLOCK_ADD_JUMP, REORDER_BLOCK_EFF_HEAD): Remove.
1105         (REORDER_BLOCK_EFF_END, REORDER_BLOCK_SCOPE): Remove.
1106         (RBI): New.
1107         (reorder_index, reorder_last_visited): Remove.
1108         (skip_insns_after_block): Rewrite to use a switch.
1109         (get_common_dest): Remove.
1110         (chain_reorder_blocks): Remove.
1111         (record_effective_endpoints): Split out from reorder_basic_blocks.
1112         (make_reorder_chain): Likewise.  Loop until all blocks are placed.
1113         (make_reorder_chain_1): Renamed from old make_reorder_chain.
1114         Only construct the reorder chain, do not move insns.  Try harder
1115         to tail recurse.
1116         (label_for_bb, emit_jump_to_block_after): New.
1117         (fixup_reorder_chain): Use them.  Do bulk block movement.  Examine
1118         and adjust the jump insns appropriately.  Fixup basic_block_info.
1119         (verify_insn_chain): Always define.
1120         (relate_bbs_with_scopes): Call xmalloc, not xcalloc.  Fix thinko
1121         in allocation size.
1122         (make_new_scope): Don't write zeros to calloc'd space.
1123         (build_scope_forest): Rely on xrealloc to DTRT.
1124         (reorder_basic_blocks): Don't build loop nest.  Don't fail if
1125         profile_arc_flag.  Streamline EH test.
1126
1127         * flow.c (redirect_edge_succ, redirect_edge_pred): New.
1128         * basic-block.h: Declare them.
1129
1130 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
1131
1132         * emit-rtl.c (reset_used_decls): New function.
1133         (unshare_all_rtl_again): Call it.
1134
1135 2000-05-25  Zack Weinberg  <zack@wolery.cumb.org>
1136
1137         * cpplex.c (maybe_macroexpand): Warn about function-like
1138         macros used in non-function context, if -Wtraditional.
1139
1140 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
1141
1142         * recog.c (peephole2_optimize): Use INSN_P.
1143
1144 2000-05-25  Richard Henderson  <rth@cygnus.com>
1145
1146         * ifcvt.c (seq_contains_jump): New.
1147         (noce_try_store_flag_constants): Use it to fail conversion.
1148         (noce_try_store_flag_inc, noce_try_store_flag_mask): Likewise.
1149
1150 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
1151
1152         * except.h (can_throw): Declare it.
1153         * except.c (can_throw): Give it external linkage.
1154         * resource.c (find_dead_or_set_registers): Use can_throw.
1155         
1156 2000-05-25  Richard Henderson  <rth@cygnus.com>
1157
1158         * flow.c (mark_set_1): Don't record conditionally dead memory.
1159
1160 2000-05-25  Jan Hubicka  <jh@suse.cz>
1161
1162         * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p
1163         and pc_set at the place of simplejump_p and condjump_p.
1164         * cse.c (record_jump_equiv): Likewise.
1165         * emit-rtl.c (emit): Likewise.
1166         * explow.c (find_next_ref): Likewise.
1167         * flow.c (tidy_fallthru_edge): Likewise.
1168         (init_propagate_block_info): Likewise.
1169         * gcse.c (delete_null_pointer_checks): Likewise.
1170         * ifcvt.c (cond_exec_get_condition, noce_get_condition,
1171         dead_or_predicable): Likewise.
1172         * integrate.c (copy_insn_list): Likewise.
1173         * loop.c (scan_loop, verify_dominator, find_and_verify_loops,
1174         for_each_insn_in_loop, check_dbra_loop, get_condition,
1175         insert_bct, load_mems): Likewise.
1176         * resource.c (find_dead_or_set_registers): Likewise.
1177         * sibcalls.c (simplejump_p): Likewise.
1178         * unroll.c (copy_loop_body, reg_dead_after_loop): Likewise.
1179
1180 2000-05-25  David Edelsohn  <edelsohn@gnu.org>
1181
1182         * rs6000.c (expand_block_move): Add 64-bit PowerPC doubleword move
1183         to STRING case.  Use doubleword STRING move for TARGET_POWERPC64
1184         when unaligned.
1185         * rs6000.h (CONST_OK_FOR_LETTER_P, 'J'): unsigned HOST_WIDE_INT.
1186         (RETURN_ADDR_RTX): Use COUNT and FRAME, not count and frame.
1187         (LEGITIMIZE_RELOAD_ADDRESS): unsigned HOST_WIDE_INT high.
1188         * rs6000.md: Name various internal patterns.
1189
1190 2000-05-25  Jan Hubicka  <jh@suse.cz>
1191
1192         * jump.c (invert_exp_1): Remove first argument, use pc_set
1193         to get the expression.
1194         (redirect_exp): Make static; redirect only the pc_set expression,
1195         remove first argument.
1196         (invert_exp): Remove first argument, make static.
1197         (jump_optimize): Use any_condjump_p, any_uncondjump_p and
1198         any_onlyjump at most places where we originaly did condjump_p
1199         and simplejump_p.
1200         (jump_back_p, follow_jumps, thread_jumps): Likewise.
1201         (delete_barrier_succesors): Use pc_set.
1202         (invert_jump_1, invert_jump, redirect_jump_1, redirect_jump): Update
1203         calls of invert_exp and redirect_exp.
1204         * rtl.h (redirect_exp, invert_exp): Remove.
1205         * unroll.c (copy_loop_body): Use invert_jump and redirect_jump.
1206
1207 2000-05-25  Richard Henderson  <rth@cygnus.com>
1208
1209         * stmt.c (expand_end_bindings): Fix thinko last change.
1210
1211 2000-05-25  Andrew MacLeod  <amacleod@cygnus.com>
1212             Andrew Haley  <aph@cygnus.com>
1213
1214         * except.c  (func_eh_entry): Add emitted field.
1215         (new_eh_region_entry): Set emitted field to 0;
1216         (output_exception_table_entry): Only emit previously un-emitted data,
1217         and send it to the eh_data section.
1218         (output_exception_table): Break out common parts. Output
1219         exception table for entire compilation unit to eh_data section.
1220         (output_exception_table_data): Common parts of output_exception_table.
1221         Send output to eh_data section.
1222         (output_function_exception_table): Output exception table data for
1223         a single function to eh_data section.
1224         (free_exception_table): New external to free the table.
1225         * except.h (free_exception_table): Add prototype.
1226         (output_function_exception_table): Add prototype.
1227         * final.c (final_end_function): Output function exception table
1228         for IA64_UNWIND_INFO.
1229         (final_scan_insn): Emit any unwind directives for an insn.
1230
1231         * frame-dwarf2.c: New file containing all DWARF 2 specific code
1232         from frame.c.
1233         * frame.c: Remove all DWARF 2 specific code.
1234         * config/ia64/frame-ia64.c: New file.
1235         (gthread_stuff): Make all gthread available with 
1236         IA64_UNWIND_INFO.
1237         (dwarf_fde): Define an IA64 struct for dwarf_fde.
1238         (__register_frame_info, __register_frame): Move to common area of file.
1239         (__register_frame_info_table, __register_frame_table): Move to common i
1240         area.
1241         (__deregister_frame_info, __deregister_frame): Move to common area.
1242         (__frame_init, find_fde): New versions for IA64_UNWIND_INFO.
1243         (read_uleb128): New version for ia64.
1244         (get_unwind_record): Read the next IA-64 unwind record.
1245         (read_R_record): Read a region header record.
1246         (process_a_b_reg_code): X record helper.
1247         (read_X_record): Read an X format record.
1248         (read_B_record): Read a B format record.
1249         (P3_record_types): List of record types matching the P3 format.
1250         (P7_record_types): List of record types matching the P7 format.
1251         (P8_record_types): List of record types matching the P8 format.
1252         (read_P_record): Read a P format record.
1253         (init_ia64_reg_loc): Set default fields for a register.
1254         (init_ia64_unwind_frame): Set defaults for all register records.
1255         (execute_one_ia64_descriptor): Execute one descriptor record.
1256         (rse_address_add): Calculate the position of a local reg in memory.
1257         (normalize_reg_loc): Turn a location descriptor into a memory address.
1258         (maybe_normalize_reg_loc): Only normalize a descriptor if it falls 
1259         within a specified PC offset range.
1260         (get_real_reg_value): Given a register location, retrieve its value.
1261         (set_real_reg_value): Change the value of a register location.
1262         (copy_reg_value): Copy reg values, if needed.
1263         (copy_saved_reg_state): Copy all registers that need to be copied.
1264         (process_state_between): Normalize all frame register records that
1265         fall within the specified PC range.
1266         (frame_translate): Take a processed frame description, and turn 
1267         everything into addresses.
1268         (build_ia64_frame_state ): Find and create frame state record for a PC.
1269         (get_personality): Get the personality routine for a given frame.
1270         (get_except_table): Get the exception table for a given frame.
1271         (record_name): Unwind record names for debugging.
1272         (print_record): Print and unwind record.
1273         (print_all_records): Print an entire unwind image.
1274         (__ia64_backtrace): Print a backtrace.
1275         (ia64_backtrace_helper): New function.
1276         (__register_frame_info_aux): New function.
1277         * config/ia64/crtend.asm (__do_frame_setup_aux): New function.
1278
1279         * frame.h (enum unw_record_type): New unwind record types.
1280         (struct unw_p_record, unw_b_record, unw_x_record) : New unwind records.
1281         (struct unw_r_record, unwind_record): New unwind record structs.
1282         (struct unwind_info_ptr): Unwind information layout.
1283         (IA64_UNW_LOC_TYPE_*): Macros for different types for location 
1284         descriptors.
1285         (struct ia64_reg_loc): Register location description.
1286         (struct ia64_frame_state): Location of all registers in a frame.
1287         (struct object): Add pc_base and fde_end for IA64_UNWIND_INFO.
1288         * libgcc2.c (__ia64_personality_v1): Personality routine.
1289         (__calc_caller_bsp): Calculate the bsp register for the caller's
1290         frame.
1291         (ia64_throw_helper): Figure out who to return to and set up the 
1292         registers.
1293         (__throw): Throw routine.
1294
1295         * output.h (assemble_eh_align, assemble_eh_label): New functions
1296         to generate EH info where we want it.   
1297         (assemble_eh_integer): New function.
1298         * toplev.c (compile_file): Output module level exception table for
1299         non-ia64 targets.
1300         (main): Set exceptions_via_longjump and flag_new_exceptions based 
1301         on IA64_UNWIND_INFO too.
1302
1303         * varasm.c (assemble_eh_label): Generate a label via
1304         ASM_OUTPUT_EH_LABEL if it has been specified.
1305         (assemble_eh_align): Generate an alignment directive via 
1306         ASM_OUTPUT_EH_ALIGN if it has been specified.
1307         (assemble_eh_label): Generate an integer value via
1308         ASM_OUTPUT_EH_type if they have been specified.
1309         * config/ia64/ia64.c (rtx_needs_barrier): Add flushrs.
1310         (ia64_init_builtins): Add __builtin_ia64_bsp
1311         and __builtin_ia64_flushrs.     
1312         (ia64_expand_builtin): Add IA64_BUILTIN_BSP and
1313         IA64_BUILTIN_FLUSHRS.
1314         * config/ia64/ia64.h (ia64_builtins): Add IA64_BUILTIN_BSP and
1315         IA64_BUILTIN_FLUSHRS.
1316
1317         * config/ia64/ia64.md (flushrs): New insn to flush the register
1318         stack.  Add to unspec list.
1319
1320         * config/ia64/crtbegin.asm (frame_object): Change size.
1321         (__do_frame_setup_aux): New function.
1322         * config/ia64/crtend.asm: call __do_frame_setup_aux.
1323         * config/ia64/t-ia64 (LIB2ADDEH): Add.
1324         * Makefile.in (LIB2ADDEH): Add.
1325         (LIB2ADD): Use LIB2ADDEH.
1326         
1327 2000-05-24  Richard Henderson  <rth@cygnus.com>
1328
1329         * recog.c (offsettable_address_p): If mode size is zero, assume
1330         BIGGEST_ALIGNMENT.
1331
1332 2000-05-24  J. David Anglin  <dave@hiauly.hia.nrc.ca>
1333
1334         * configure.in: Check for -Wno-long-long option support and improve
1335         handling of warning CFLAGS for stages 1 and 2.
1336         * Makefile.in (WARN_CFLAGS): Move definition to configure.in.
1337         * configure: Regenerate.
1338
1339 Wed May 24 19:37:53 2000  Jeffrey A Law  (law@cygnus.com)
1340
1341         * gcc.texi: Remove contributor list.  Instead include contrib.texi.
1342         * contrib.texi: New file.
1343
1344 Thu May 25 02:27:22 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1345
1346         * loop.c (basic_induction_var): Avoid double recording of an increment.
1347
1348 Thu May 25 02:19:27 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1349
1350         * Back out this patch:
1351         Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
1352           * loop.h (struct induction): Add multi_insn_incr.
1353           * loop.c (basic_induction_var): New multi_insn_incr argument.
1354           Set it if we search back through previous insns for the biv.
1355           (record_biv): New multi_insn_incr argument; fill in struct induction.
1356           (strength_reduce): Discard an iv with multiple bivs, any of
1357           which require multiple insns to increment.
1358
1359         * loop.c (check_insn_for_bivs): Remove bits copied from above patch.
1360
1361 Thu May 25 02:09:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1362
1363         * rtl.h (loc_mentioned_in_p): Declare.
1364         * reload.c (loc_mentioned_in_p): Moved from here...
1365         * rtlanal.c (loc_mentioned_in_p): to here.  No longer static.
1366         Fix loop increment for 'E' handling.
1367         * loop.c (strength_reduce): When doing biv->giv conversion,
1368         take multi-insn biv increments into account.
1369
1370 2000-05-24  Jason Merrill  <jason@casey.soma.redhat.com>
1371
1372         * stmt.c (expand_end_bindings): Look through NOTEs to find a
1373         BARRIER.
1374
1375 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
1376
1377         * calls.c (expand_call): Handle cleanups in tail-recursion
1378         arguments analagously to cleanups in sibling calls.
1379
1380 2000-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1381
1382         * simplify-rtx.c: Rename macro SIGN_EXTEND to HWI_SIGN_EXTEND.
1383         All callers changed.
1384
1385 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
1386
1387         * expr.c (expand_assignment, store_expr, expand_expr,
1388         expand_expr_unaligned): Set in_check_memory_usage while emitting
1389         chkr_check_addr libcall.
1390
1391 2000-05-24  Nick Clifton  <nickc@cygnus.com>
1392
1393         * fold-const.c (extract_muldiv): When constructing a
1394         multiplier/divisor, do not expect const_binop to correctly
1395         determine if overflow has occured, so check explicitly.
1396
1397 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
1398
1399         * c-decl.c (build_enumerator): Don't modify the value's type,
1400         convert it.
1401
1402 2000-05-24  Andreas Jaeger  <aj@suse.de>
1403
1404         * mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
1405
1406 2000-05-24  Eric Christopher <echristo@cygnus.com>
1407
1408         * configure.in: Redefine inhibit_libc conditions.
1409         * libgcc2.c: Remove inhibit_libc conditional define.
1410         * configure: Regenerate.
1411
1412 2000-05-24  Phil Edwards  <pme@sourceware.cygnus.com>
1413
1414         * configure.in:  For --enable-languages=LIST, check for empty LIST.
1415         * configure:  Regenerate.
1416
1417 2000-05-24  Lars Brinkhoff  <lars@nocrew.org>
1418
1419         * pdp11.h (STACK_BOUNDARY): Define.
1420
1421 2000-05-24  Jakub Jelinek  <jakub@redhat.com>
1422
1423         * ifcvt.c (if_convert): Update life info globally.
1424
1425 2000-05-24  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1426
1427         * emit-rtl.c (unshare_all_decls): New function.
1428         (unshare_all_rtl): Call it.
1429
1430 2000-05-23  Nick Clifton  <nickc@cygnus.com>
1431
1432         * configure.in: Treat 'strongarm' as if it were 'arm' when
1433         determining cpu type.
1434
1435         * configure: Regenerate.
1436
1437         * config/arm/arm.c: Change 'char *' to 'const char *' for cases
1438         where constant strings are involved.
1439
1440         * config/arm/arm.h (arm_condition_codes): Change type to 'const
1441         char *'.
1442
1443         * config/arm/arm-protos.h: Change 'char *' to 'const char *' for
1444         cases where constant strings are involved.
1445
1446 Tue May 23 15:08:31 2000  Clinton Popetz  <cpopetz@cygnus.com>
1447
1448         * config/sh/sh.c (gen_far_branch, split_branches): Update
1449         to reflect new prototypes for redirect_jump and invert_jump.
1450         (sh_insn_length_adjustment): Get rid of const warnings.
1451
1452 2000-05-23  Kazu Hirata  <kazu@hxi.com>
1453
1454         * invoke.texi (Options for Debugging Your Program or GCC): Update
1455         the names of dump files.
1456
1457 Tue May 23 13:58:52 2000  Philippe De Muyter  <phdm@macqel.be>
1458
1459         * configure.in (NO_MINUS_C_MINUS_O): Fix thinko in previous fix.
1460         * configure: Regenerated.
1461
1462 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
1463
1464         * simplify-rtx.c (SIGN_EXTEND): New macro.
1465         (simplify_unary_operation, simplify_binary_operation, 
1466         simplify_relational_operation): Use SIGN_EXTEND.  Make low
1467         halves of (low, high) pairs unsigned if they weren't already.       
1468         (simplify_ternary_operation): Cast INTVAL to unsigned before
1469         comparing to a MODE_BITSIZE.
1470
1471 2000-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1472
1473         * aclocal.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): New macros
1474         rewritten from the internals of gcc_AC_NEED_DECLARATION{S}.
1475         
1476         * configure.in (gcc_AC_CHECK_DECLS): Call this instead of
1477         gcc_AC_NEED_DECLARATIONS.
1478
1479         * dwarfout.c: Don't prototype time().
1480
1481         * gcc.c: Check HAVE_DECL_* instead of NEED_DECLARATION_*.
1482
1483         * system.h: Likewise.
1484
1485         * toplev.c: Likewise.
1486
1487 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
1488
1489         * c-decl.c (pushdecl): Invert sense of test for non-global types.
1490
1491 Tue May 23 18:11:42 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1492
1493         * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRUNCATION.
1494
1495 2000-05-23  Jonathan Larmour  <jlarmour@redhat.co.uk>
1496
1497         * config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
1498
1499 Tue May 23 06:50:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1500
1501         * config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler.
1502         (alpha_start_function): Never write ..ng label if VMS or NT.
1503         (alpha_align_insns): Remove GP_IN_USE arg.
1504         Alignment now unsigned.
1505         (alpha_reorg): Don't pass GP_IN_USE arg to alpha_align_insns.
1506         * config/alpha/alpha.md (prologue_ldgp): Split into one define_expand
1507         and two define_insn's.
1508
1509 2000-05-22  Richard Henderson  <rth@cygnus.com>
1510
1511         * combine.c (simplify_comparison): Use trunc_int_for_mode.
1512
1513 2000-05-22  Richard Henderson  <rth@cygnus.com>
1514
1515         * stor-layout.c (place_field): Change rli->size to rli->offset.
1516
1517 2000-05-22  Richard Henderson  <rth@cygnus.com>
1518
1519         * function.c (thread_prologue_and_epilogue_insns): Make sure 
1520         existing line number notes appear after the prologue.
1521
1522 Mon May 22 21:49:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1523
1524         * config/alpha/alpha.c (alpha_fnname): New static variable.
1525         (print_operand, case '~'): New case.
1526         (alpha_expand_prologue): Emit prologue_ldgp insn if needed.
1527         (alpha_start_function): Set alpha_fnname.
1528         Write "ng" label if no ldgp; don't write ldgp insn.
1529         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): New case '~'.
1530         * config/alpha/alpha.md (prologue_ldgp): New define_insn.
1531
1532 Mon May 22 11:30:48 2000  Clinton Popetz  <cpopetz@cygnus.com>
1533
1534         * jump.c (jump_optimize_1): Don't increment LABEL_NUSES
1535         on deleted labels.
1536
1537 2000-05-22  Zack Weinberg  <zack@wolery.cumb.org>
1538
1539         * varasm.c (eh_frame_section): Revert change to argument list.
1540
1541 Mon May 22 13:14:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1542
1543         * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.
1544         (gen_extend_insn, can_fix_p, can_float_p): Likewise.
1545         
1546         * final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
1547         dangling "else" that causes "break" to be conditional.
1548         Also remove unneeded code at start.
1549
1550 Mon May 22 17:31:35 2000  Philippe De Muyter  <phdm@macqel.be>
1551
1552         * m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
1553         * fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
1554         * gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
1555
1556 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
1557
1558         * config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
1559         just one argument.
1560
1561 Mon May 22 06:57:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1562
1563         * alias.c (record_component_aliases): New function.
1564         * tree.h: Clean up some declarations and comments.
1565         (record_component_aliases): New declaration.
1566         * tree.c (get_alias_set): If type and has alias set, use it.
1567
1568 2000-05-22  Richard Henderson  <rth@cygnus.com>
1569
1570         * simplify-rtx.c (simplify_ternary_operation): Try to simplify
1571         IF_THEN_ELSE to a setcc form.
1572         * jump.c (can_reverse_comparison_p): Be prepared for insn null.
1573
1574 2000-05-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1575
1576         * fixinc/inclhack.def (sun_malloc): Handle `calloc'.
1577         (sun_malloc, sysz_stdtypes_for_sun): Add test_text.
1578
1579 Sun May 21 16:42:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1580
1581         * combine.c (try_combine): Handle i3_subst_into_i2 case when I2 is
1582         not a PARALLEL.
1583
1584 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
1585
1586         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
1587         * config/mn10300/mn10300.c (print_operand): Likewise.
1588
1589         * final.c (split_double): Right shift of negative values is not
1590         portable.
1591
1592         * ifcvt.c (if_convert): Scan and kill dead code.
1593
1594         * emit-rtl.c (unshare_all_rtl): Store the copied rtx.
1595
1596 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
1597
1598         * diagnostic.c: Eliminate implicit int.
1599         * except.c, gcc.c: Add static prototypes.
1600         * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED.
1601         * gensupport.c (process_rtx): Use XVEC to initialize vector
1602         slot of 'split'.
1603
1604         * print-rtl.c: If DEBUG_REGISTER_NAMES, define static 
1605         debug_reg_names instead of static reg_names.  If not, define
1606         global reg_names.
1607         * regclass.c: Don't define global reg_names unless
1608         DEBUG_REGISTER_NAMES is defined.
1609
1610         * reload1.c (order_regs_for_reload): Remove unused variable.
1611         * varasm.c: Include output.h after defaults.h.  Define
1612         eh_frame_section as function of no args, not of unspecified args.
1613
1614         * gcc.c: Constify argbuf; arguments to store_arg,
1615         process_command, main; elements of struct command and struct
1616         switchstr; local variables in execute, process_command, main.
1617
1618 2000-05-20  Bruce Korb  <bkorb@gnu.org>
1619
1620         * fixinc/inclhack.def:  many applications of c_fix=format + tests
1621         * fixinc/check.diff:  regenerated
1622         * fixinc/fixincl.x:  regenerated
1623
1624 Sat May 20 09:30:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1625
1626         * alias.c: Clarify some comments.
1627         (record_base_value): REGNO is unsigned.
1628         * rtl.h (record_base_value): Likewise.
1629
1630         * alias.c (aliases_everything_p): Don't special-case QImode here.
1631         * c-common.c (c_get_alias_set): Do it here.
1632         Handle BIT_FIELD_REF by getting alias info for arg.
1633         Use POINTER_TYPE_P.
1634
1635 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
1636
1637         * mklibgcc.in: Restore rule to create ${dir}.
1638
1639 Sat May 20 08:45:41 2000  H.J. Lu  <hjl@gnu.org>
1640
1641         * Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
1642         GCC_FOR_TARGET used by MULTILIBS.
1643         * mklibgcc.in: Make sure each .o file depends on the
1644         directory it will be in.
1645         Make the multilib directory depends libgcc.
1646
1647 Sat May 20 08:29:28 2000  H.J. Lu  <hjl@gnu.org>
1648
1649         * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
1650
1651 Sat May 20 07:27:35 2000  Alexandre Oliva  <aoliva@cygnus.com>
1652
1653         * fold-const.c (make_range): Handle degenerated intervals.
1654         Fixes c-torture/execute/991221-1.c
1655
1656 Fri May 19 18:16:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1657
1658         * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
1659         * reload.c (find_equiv_reg): Likewise.
1660         * alias.c (init_alias_analysis): Likewise.
1661         Only call prologue_epilogue_contains on insns.
1662         * basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.
1663         * bb-reorder.c (hard-reg-set.h): Include earlier.
1664         * haifa-sched.c (hard-reg-set.h): Likewise.
1665         * ifcvt.c (hard-reg-set.h): Likewise.
1666         * local-alloc.c (hard-reg-set.h): Likewise.
1667         * loop.c (hard-reg-set.h): Likewise.
1668         * predict.c (hard-reg-set.h): Likewise.
1669         * regrename.c (hard-reg-set.h): Likewise.
1670         * flow.c (hard-reg-set.h): Likewise.
1671         (reg_set_to_hard_reg_set): New function.
1672         * bitmap.c (regs.h, basic-block.h): No longer include.
1673         (bitmap.h): Now include.
1674         * conflict.c (hard-reg-set.h): Include.
1675         * profile.c (hard-reg-set.h): Likewise.
1676         * print-rtl.c (hard-reg-set.h): Likewise.
1677         * sbitmap.c (hard-reg-set.h): Likewise.
1678         * toplev.c (hard-reg-set.h): Likewise.
1679         * unroll.c (hard-reg-set.h, basic-block.h): Likewise.
1680         * hard-reg-set.h (reg_names): Now constant.
1681         * regs.h (reg_names): Likewise.
1682         * regclass.c (reg_names): Likewise.
1683         * loop.h (basic-block.h): No longer include.
1684         (bitmap.h): Now include.
1685         * reload1.c (order_regs_for_reload): Avoid loop over reg sets.
1686         * Makefile.in (LOOP_H, sbitmap.o, profile.o): Reflect above changes.
1687         (toplev.o, print-rtl.o, conflict.o, unroll.o, bitmap.o): Likewise.
1688
1689 2000-05-19  Jan Hubicka  <jh@suse.cz>
1690             Richard Henderson  <rth@cygnus.com>
1691
1692         * basic-block.h (struct edge_def): New field "count".
1693         (struct basic_block_def): Likewise.
1694         * flow.c (entry_exit_blocks): Add count fileds.
1695         (split_edge): Keep count information up-to-date.
1696         (dump_edge_info, dump_flow_info): Dump count fields.
1697
1698         * final.c (count_instrumented_edges): Rename to edge from arc.
1699         (end_final): Update users.
1700         * profile.c: Include expr.h, basic-block.h.
1701         (struct adj_list, ARC_TARGET, ARC_SOURCE, ARC_COUNT): Kill.
1702         (struct bb_info, label_to_bb, label_to_bb_size, bb_graph): Kill.
1703         (ignore_next_note, return_label_execution_count): Kill.
1704         (bbg_file_name, da_file_name): Kill.
1705         (edge_info, bb_info): New structures.
1706         (EDGE_INFO, BB_INFO, GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): New macros.
1707         (count_instrumented_edges, total_num_edges): Rename to edge from arc.
1708         (total_num_edges_instrumented): Likewise.
1709         (init_arc, expand_spanning_tree): Kill.
1710         (fill_spanning_tree, tablejump_entry_p): Kill.
1711         (instrument_edges):  Rewrite from instrument_arcs to use
1712         commit_edge_insertions infrastructure.
1713         (compute_branch_probabilities): Remove arguments; rewrite for
1714         CFG infrastructure; use rtl_dump_file directly.
1715         (branch_prob, find_spanning_tree): Likewise.
1716         (union_groups, find_group): New.
1717         (init_branch_prob): Make bbg_file_name and da_file_name local.
1718         (end_branch_prob): Use rtl_dump_file directly.
1719         (init_edge_profiler): Rename to edge from arc.
1720         (output_arc_profiler): Kill.
1721         (gen_edge_profiler): New.
1722         (output_func_start_profiler): Turn off profiling.  Make the
1723         constructor static when we can.
1724         * rtl.h (branch_prob, end_branch_prob): Update prototypes.
1725
1726         * toplev.c (DFI_flow): Remove.
1727         (DFI_cfg, DFI_life): New.
1728         (dump_file): Update accordingly.
1729         (compile_file): Call end_branch_prob if profile_arc_flag too.
1730         (rest_of_compilation): Move flow1 cfg creation to DFI_cfg.  Do edge
1731         profiling after the CFG is built.  Move flow1 life analysis to
1732         DFI_life.  Always estimate remaining probabilities.
1733
1734 2000-05-19  Richard Henderson  <rth@cygnus.com>
1735
1736         * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.
1737
1738         * flow.c (make_edges): The sibling call edge to exit is abnormal.
1739
1740 2000-05-19  Richard Henderson  <rth@cygnus.com>
1741
1742         * jump.c (redirect_jump): Add delete_unused argument.  Don't
1743         remove labels and code following when LABEL_NUSES goes to zero.
1744         (invert_jump): Likewise.
1745         (jump_optimize_1): Fix redirect/invert arguments.
1746         (do_cross_jump, thread_jumps): Likewise.
1747         * flow.c (split_edge): Likewise.
1748         * reorg.c (optimize_skip): Likewise.
1749         (reorg_redirect_jump, relax_delay_slots, dbr_schedule): Likewise.
1750         * profile.c (instrument_arcs): Likewise.
1751         * loop.c (find_and_verify_loops): Likewise.  Fix indentation.
1752         * rtl.h: Update prototypes.
1753
1754 Fri May 19 12:05:13 2000  Clinton Popetz  <cpopetz@cygnus.com>
1755
1756         * ssa.c (convert_from_ssa): Tell life_analysis we need death 
1757         notes.
1758         (make_regs_equivalent_over_bad_edges): Only look at abnormal
1759         critical edges.
1760
1761 2000-05-19  Zack Weinberg  <zack@wolery.cumb.org>
1762
1763         * cpphash.c (funlike_macroexpand): Make sure not to walk p1
1764         past l1 when deleting whitespace and markers.              
1765
1766         * cpplex.c (_cpp_scan_until): Clear AUX field of tokens.
1767         * cpplib.c (do_unassert): Put the list to compare against on
1768         the stack.
1769
1770 2000-05-19  Bruce Korb  <bkorb@gnu.org>
1771
1772         * fixinc/README:  cleaned up old documentation
1773         * fixinc/check.diff: regenerated & verified on OSR5 on ix86
1774         * fixinc/check.tpl: compute the list of needed directories
1775         emit "#if defined(name)" because of conflict
1776         omit machine name differences from output differences
1777         * fixinc/inclhack.def( m88k_multi_incl ):  Use `wrap' function
1778         (machine_name): change test text to use `sed' markers
1779         * fixinc/fixincl.x: regen
1780
1781 Fri May 19 06:49:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1782
1783         * config/elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of
1784         a CONSTRUCTOR.
1785
1786 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
1787
1788         * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
1789         it to match the current practice.
1790
1791 2000-05-18  Mark Mitchell  <mark@codesourcery.com>
1792
1793         * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
1794
1795 2000-05-18  Richard Henderson  <rth@cygnus.com>
1796
1797         * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.
1798         * rtl.h (insn_dependant_p): Declare it.
1799         * loop.c (strength_reduce): Use it.
1800
1801 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
1802
1803         * config/mn10300/mn10300.c (expand_prologue, expand_epilogue):
1804         16-bit and 64-bit clean-up.
1805
1806 2000-05-18 Mark Elbrecht <snowball3@bigfoot.com>
1807
1808         * configure.in (*-pc-msdosdjgpp): Set float_format to none.
1809         * configure: Rebuilt.
1810
1811 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
1812
1813         * genopinit.c: Use $ for escape sequences in optab patterns.
1814         Remove backslashes from optab patterns.  Change $A, $B, $C to
1815         expand to (int) whatever instead of just whatever; remove
1816         explicit (int) from all optab patterns.
1817
1818         * gensupport.c (xmalloc, xrealloc, xstrdup): Provide.
1819         * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c,
1820         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
1821         genrecog.c: Remove private copies of xmalloc, xrealloc, and
1822         xstrdup.
1823
1824 2000-05-18  Richard Henderson  <rth@cygnus.com>
1825
1826         * jump.c (jump_optimize_1): Base minimum insn count during
1827         find_cross_jump on BRANCH_COST.
1828
1829 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
1830
1831         * print-rtl.c (print_rtx): Only print note line number as string
1832         if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
1833         * final.c (final_scan_insn): Do nothing for note line number 0.
1834
1835 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
1836
1837         * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE
1838         from NOTE_INSN_EXPECTED_VALUE notes and NOTE_SOURCE_FILE from
1839         NOTE_INSN_DELETED_LABEL.
1840
1841 2000-05-18  Nick Clifton  <nickc@cygnus.com>
1842
1843         * config/arm/unknown-elf.h (UNIQUE_SECTION): Place constant,
1844         uninitialised data in .rodata not .bss, and do not interpret an
1845         error in the initialisation value as meaning that the variable
1846         should be placed in the .bss section.
1847
1848 Thu May 18 12:10:18 2000  Philippe De Muyter  <phdm@macqel.be>
1849
1850         * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
1851         not `$ac_cv_prog_cc_cc_c_o'.
1852         * configure: Regenerated.
1853
1854 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
1855             Richard Henderson  <rth@cygnus.com>
1856
1857         * c-common.h (enum c_tree_index): Add g77 type entries.
1858         (g77_integer_type_node, g77_uinteger_type_node): New.
1859         (g77_longint_type_node, g77_ulongint_type_node): New.
1860         * c-decl.c (init_decl_processing): Initialize them.
1861
1862 2000-05-18  Richard Henderson  <rth@cygnus.com>
1863
1864         * config/h8300/h8300.md (subs patterns): Use %G to negate.
1865
1866         * config/h8300/h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.
1867         (small_power_of_two): Likewise; use exact_log2.
1868         (adds_subs_operand, one_insn_adds_subs_operand): Remove.
1869         (output_adds_subs): Remove.
1870         (two_insn_adds_subs_operand): New.
1871         (split_adds_subs): New.
1872         * config/h8300/h8300-protos.h: Update.
1873         * config/h8300/h8300.h (CONST_OK_FOR_J): Cast to uns HOST_WIDE_INT.
1874         (CONST_OK_FOR_L): Match strict adds operands.
1875         (CONST_OK_FOR_N): Match struct subs operands.
1876         * config/h8300/h8300.md (adds_subs insns): Remove.
1877         (addhi patterns): Output adds/subs directly.
1878         (addsi_h8300h): Likewise.
1879         (addhi/addsi splitters): New.  Decompose two_insn_adds_subs_operand.
1880
1881 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
1882
1883         * cppexp.c (parse_assertion): New.
1884         (lex): Call it for CPP_HASH.  Remove CPP_ASSERTION case.
1885         (_cpp_parse_expr): Remove case '#'.  Don't set
1886         parsing_if_directive.
1887         * cpphash.c (collect_objlike_expansion,
1888         collect_funlike_expansion, collect_params,
1889         _cpp_create_definition): The list no longer has a trailing
1890         VSPACE token.
1891         * cpphash.h (enum node_type): Add T_ASSERTION.
1892         (struct hashnode): Remove aschain, add pred.
1893         (struct predicate): New.
1894         Update prototypes.
1895
1896         * cpplex.c (expand_token_space): Handle both offset and
1897         nonoffset lists.
1898         (init_token_list, _cpp_free_token_list, _cpp_parse_assertion): Delete.
1899         (_cpp_init_toklist, _cpp_clear_toklist, _cpp_free_toklist,
1900         _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
1901         _cpp_equiv_toklists): New.
1902         (_cpp_scan_line): Rename to _cpp_scan_until; add ability to
1903         stop at any single-character token, not just newline.
1904         (_cpp_lex_token): Remove special cases for #define and #if.
1905         (cpp_get_token): Expect # as a separate token type.  Remove
1906         DIRECTIVE case.
1907         (_cpp_get_directive_token): Remove DIRECTIVE case.
1908         (_cpp_lex_line, _cpp_lex_file, _cpp_init_input_buffer): Update.
1909
1910         * cpplib.c (_cpp_check_directive): Set dirno and
1911         SYNTAX_INCLUDE bit of flags, not dir_handler and dir_flags.
1912         (_cpp_handle_directive): Run # <number> through the same logic
1913         as normal directives.
1914         (do_define): Don't set parsing_define_directive.  Use
1915         _cpp_scan_until.  The list does not have a VSPACE at the end.
1916         (do_if): Save, clear, and restore only_seen_white around 
1917         _cpp_parse_expr.
1918         (skip_if_group): s/CPP_DIRECTIVE/CPP_HASH/
1919         (do_assert, do_unassert): Rewrite.
1920
1921         * cpplib.h (TTYPE_TABLE): Remove CPP_ASSERTION.
1922         (LIST_OFFSET): New flag.
1923         (struct cpp_toklist): Replace dir_handler and dir_flags with
1924         dirno and flags.
1925         (struct cpp_reader): Remove parsing_if_directive and
1926         parsing_define_directive.
1927
1928 2000-05-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1929
1930         * fixinc/inclhack.def (broken_cabs): Update fix to handle comments
1931         following the cabs decl which terminate on the following line.
1932         Add the corresponding test_text case.
1933
1934 2000-05-18  Neil Booth  <NeilB@earthling.net>
1935
1936         * cppinit.c (cpp_reader_init): Initialise col_adjust and
1937         default tab stop size.
1938         (no_num, OPT_ftabstop): New.
1939         (handle_option): Handle "ftabstop=" command-line option.
1940         (print_help): Document it.
1941         * cpplex.c (COLUMN): Remove.
1942         (handle_newline): Reset col_adjust.
1943         (skip_whitespace): Update col_adjust as tabs encountered.
1944         (_cpp_lex_line): Update to use col_adjust.  Call
1945         skip_whitespace for all whitespace.
1946         * cpplib.h (struct cpp_options): New member tabstop.
1947         (struct cpp_reader): New member col_adjust.
1948         (CPP_BUF_COL): Update.
1949         (CPP_BUF_COLUMN): New.
1950         * cpp.texi: Document "-ftabstop=" command line option.
1951
1952 Wed May 17 18:19:41 2000  Philippe De Muyter  <phdm@macqel.be>
1953
1954         * configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
1955         files.
1956         * configure: Rebuilt.
1957
1958 Wed May 17 18:06:12 2000  John David Anglin <dave@hiauly1.hia.nrc.ca>
1959
1960         * mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
1961
1962         * tree.c (build_common_tree_nodes): Do not build TI nodes unless
1963         HOST_BITS_PER_WIDE_INT is >= 64.
1964
1965 2000-05-17  Richard Henderson  <rth@cygnus.com>
1966
1967         * jump.c (jump_optimize_1): Remove inactive but real insns
1968         in jump-to-next-insn optimization.
1969
1970 2000-05-17  Richard Henderson  <rth@cygnus.com>
1971
1972         * toplev.c (rest_of_compilation): Don't call optimize_mode_switching
1973         unless OPTIMIZE_MODE_SWITCHING.  Conditionally set no_new_pseudos.
1974         Don't call recompute_reg_usage if no_new_pseudos is true.
1975         * lcm.c (optimize_mode_switching): Move ifdefs outside function.
1976         Return true if we did work; update global life information.
1977         * basic-block.h (optimize_mode_switching): Update decl.
1978
1979 2000-05-17  Neil Booth  <neilb@earthling.net>
1980
1981         * cpplex.c (expand_name_space): Don't use ptrdiff_t.
1982
1983 2000-05-17  Zack Weinberg  <zack@wolery.cumb.org>
1984
1985         * cpplib.c: New feature, #pragma system_header.
1986         * cpp.texi: Document special treatment of system headers, and
1987         the various mechanisms to get a header that special treatment.
1988
1989 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1990
1991         * system.h (offsetof): Define at the very end, to ensure we prefer
1992         the platform's definition if available.
1993
1994 2000-05-16  Bruce Korb  <bkorb@gnu.org>
1995
1996         * fixinc/fixincl.c: improve the debug displays, ignore SIGPIPE
1997         * fixinc/server.c: likewise
1998         * fixinc/fixfixes.c( char_macro_def_fix ): fix regex
1999         + #ifdef debugging code + use #def constant for
2000         sub-pattern count
2001         * fixinc/inclhack.def( hpux11_fabsf ): Keep HP-UX 11 from stomping
2002         on C++ math namespace
2003
2004 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2005
2006         * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
2007         Don't check the return value of sprintf.  Use asprintf to avoid
2008         buffer overflows.
2009
2010 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
2011
2012         * flags.h (warn_unused_function, warn_unused_label,
2013         warn_unused_parameter, warn_unused_variable, warn_unused_value):
2014         Replace ``warn_unused''.
2015         (set_Wunused): Add declaration.
2016         * toplev.c (set_Wunused): New function.
2017         (warn_unused_function, warn_unused_label, warn_unused_parameter,
2018         warn_unused_variable, warn_unused_value): New variables.
2019         (W_options): Add -Wunused-function, -Wunused-function,
2020         -Wunused-label, -Wunused-parameter, -Wunused-variable and
2021         -Wunused-value.  Delete -Wunused.  Handled in decode_W_option.
2022
2023         * toplev.c (decode_W_option): Update -Wunused flags by calling
2024         set_Wunused.
2025         * c-decl.c (c_decode_option): Ditto for -Wall.
2026
2027         * stmt.c (expand_expr_stmt, expand_expr_stmt,
2028         warn_about_unused_variables): Replace warn_unused with more
2029         explicit warn_unused_value et.al.
2030         * function.c (expand_function_end): Ditto.
2031         * c-typeck.c (internal_build_compound_expr,
2032         internal_build_compound_expr): Ditto.
2033         * c-decl.c (poplevel, pop_label_level): Ditto.
2034         * toplev.c (check_global_declarations): Replace warn_unused with
2035         check for either warn_unused_function or warn_unused_variable.
2036
2037         * gcc.1, invoke.texi (Warning Options): Document
2038         -Wunused-function, -Wunused-function, -Wunused-label,
2039         -Wunused-parameter, -Wunused-variable and -Wunused-value options.
2040
2041 Wed May 17 10:28:12 2000  Philippe De Muyter  <phdm@macqel.be>
2042
2043         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Find libgcc1.c in
2044         $(srcdir), not in the current directory.
2045
2046 2000-05-16  Richard Henderson  <rth@cygnus.com>
2047
2048         * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the
2049         assembler supports it.
2050         (.fini, .init): Use a gp-relative indirect call.
2051         (__do_global_dtors_aux): Preserve the gp; rebundle.
2052         (__do_frame_setup): Likewise.
2053         * config/ia64/crtend.asm (.IA_64.unwind): Don't terminate with -1.
2054         (.init): Use a gp-relative indirect call.
2055         (__do_global_ctors_aux): Preserve the gp.
2056
2057 2000-05-16  Richard Henderson  <rth@cygnus.com>
2058
2059         * flow.c (commit_one_edge_insertion): Be prepared for a return
2060         insn to be inserted on the edge with a normal jump.
2061         * jump.c (jump_optimize_1): Don't look to create return isns.
2062
2063         * flow.c (flow_delete_insn): Don't adjust reference count of notes.
2064         * jump.c (jump_optimize_1): Likewise.
2065         (returnjump_p): Verify the argument is a JUMP_INSN.
2066         * rtl.def (NOTE): Add 5th element for NOTE_INSN_DELETED_LABEL.
2067
2068 2000-05-16  Nick Clifton  <nickc@cygnus.com>
2069
2070         * config/m32r/m32r.c (small_insn_p): Use INSN_P() to replace
2071         GET_RTX_CLASS (GET_CODE ()) == 'i'.
2072         (large_insn_p): Ditto.
2073         (m32r_is_insn): New function: Return true if the insn contains
2074         an executable instruction.
2075         (m32r_adjust_insn): Use m32r_is_insn.
2076         (m32r_sched_reorder): Use m32r_is_insn.
2077         (m32r_sched_variable_issue): Use m32r_is_insn.
2078
2079 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2080
2081         * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like
2082         VAR_DECL.
2083
2084         * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable.
2085
2086         * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux
2087         according to given options.
2088
2089 Tue May 16 12:17:31 2000  Jeffrey A Law  (law@cygnus.com)
2090
2091         * mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS
2092         if X has VOIDmode either.
2093         (LIMIT_RELOAD_CLASS): Similarly.
2094
2095         * mn10200.md (indirect_jump, tablejump): Use "register_operand",
2096         not "general_operand" to match the processor's capabilities.
2097
2098 2000-05-16  Bruce Korb  <bkorb@gnu.org>
2099
2100         * fixinc/README:  corrected return address
2101         * fixinc/check.diff:  regenerate, now that test works
2102         * fixinc/fixfixes.c(format_fix,format_write): reformatted
2103         (char_macro_def_fix,char_macro_use_fix): corrected and
2104         rewrote to use regex to parse the text
2105         * fixinc/inclhack.def: more testing
2106         * fixinc/fixincl.x:  regenerated
2107
2108         * fixinc/inclhack.def: added several "test_text" attributes
2109         changed several fixes to use `c_fix = format'
2110         re-alphabetized the fixes
2111
2112         * fixinc/check.diff: regenerate
2113         * fixinc/fixincl.x: regenerate
2114         * fixinc/check.tpl: added `sparc' and `netinet' to the list
2115         of created dirs
2116
2117
2118 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
2119
2120         * config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.
2121
2122 2000-05-15  Richard Henderson  <rth@cygnus.com>
2123
2124         * toplev.c (rest_of_compilation): Run full jump pass before
2125         find_basic_blocks of flow2.
2126
2127 2000-05-15  Richard Henderson  <rth@cygnus.com>
2128
2129         * jump.c: Fix typos and clarify commentary from last change.
2130         (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE.
2131         (safe_to_remove_jump_p): Remove.
2132         (condjump_label): Use pc_set.
2133
2134 2000-05-15  Richard Henderson  <rth@cygnus.com>
2135
2136         * ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns
2137         that get in the way after reload.
2138         (cond_exec_process_if_block): Skip a label heading THEN block.
2139
2140 2000-05-15  Richard Henderson  <rth@cygnus.com>
2141
2142         * varasm.c (output_constant_pool): Abort instead of converting
2143         (improperly) deleted labels to zero.
2144
2145 2000-05-16  Neil Booth  <NeilB@earthling.net>
2146
2147         * cpplex.c (parse_string2): Update comment.
2148         (cpp_lex_line): No special assertion treatment for '('.
2149         * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT.
2150         * cpplib.h (SYNTAX_ASSERT): Remove.
2151
2152 Mon May 15 21:45:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2153
2154         * jump.c (condjump_p):  Mark as depreached.
2155         (any_condump_p): New.
2156         (any_uncondump_p): New.
2157         (pc_set): New.
2158         (safe_to_remove_jump_p): New.
2159         * rtl.h (any_condump_p, any_uncondjump_p, pc_set
2160         safe_to_remove_jump_p): Declare.
2161
2162 Mon May 15 21:07:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2163
2164         * calls.c: Re-install both patches reverted by last patch.
2165         (struct arg_data): New field tail_call_reg.
2166         (initialize_argument_information): Initialize tail_call_reg
2167         (load_register_parameters): New argument flags, use
2168         tail_call_reg when emiting tail call sequence.
2169         (expand_call): Update call of load_register_parameters;
2170         copy unadjusted_args_size to adjusted_args_size.
2171
2172 Mon May 15 19:01:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2173
2174         * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
2175         and bct_p parameters to flags.
2176         * loop.h (LOOP_UNROLL, LOOP_BCT): New constants.
2177         * rtl.h (loop_optimize): Update prototype.
2178         * toplev.c (rest_of_compilation): Update call of loop_optimize.
2179
2180 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
2181
2182         * calls.c (expand_call): Move expand_start_target_temps call after
2183         start_sequence().
2184
2185 2000-05-15  Neil Booth  <NeilB@earthling.net>
2186
2187         * cpphash.c (trad_stringify, warn_trad_stringify,
2188         collect_params): Make some pointers pointers to const.
2189         * cpplex.c (auto_expand_name_space) Guaranteed to always
2190         expand by at least one character.
2191         (SPELL_CHAR, SPELL_NONE): Temporarily reverse order.
2192         (struct token_spelling): Use const U_CHAR * rather than PTR.
2193         (expand_name_space): Fix up token pointers if name space
2194         is moved when expanding.
2195         (INIT_NAME, cpp_scan_line, parse_name, parse_number,
2196         parse_string2, save_comment, spell_token, cpp_output_list):
2197         Update so the routines handle tokens with a direct pointer to
2198         their text, rather than an offset into the token's list's namebuf.
2199         (_cpp_lex_line): Rearrange for clarity.
2200
2201         * cpplib.c (_cpp_check_directive): Similarly.
2202         (do_define): Make SYM a pointer to const.
2203         * cpplib.h (struct cpp_name): Replace offset with direct pointer.
2204         (CPP_INT, CPP_FLOAT): Spelling type should be SPELL_IDENT.
2205         (TOK_OFFSET): Delete.
2206         (TOK_NAME): Update.
2207
2208 2000-05-14  Geoffrey Keating  <geoffk@cygnus.com>
2209
2210         * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
2211         64-bit ABI.
2212
2213         * config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE 
2214         into account.
2215         (logical_u_operand): Delete.
2216         (non_logical_cint_operand): Rewrite to take MODE into account.
2217         (non_logical_u_cint_operand): Delete.
2218         (boolean_operator): New function.
2219         (print_operand): Add new %q operand.
2220         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,
2221         remove logical_u_operand and non_logical_u_cint_operand,
2222         update logical_operand and non_logical_cint_operand.
2223         * config/rs6000/rs6000.md: Rewrite the patterns for performing
2224         logical operations to use %q.
2225
2226         * config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
2227         (movdi): Make similar to movsi.
2228         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): There
2229         is no such thing as a DImode CONST_DOUBLE.
2230         * config/rs6000/rs6000.c (output_toc): Likewise.
2231         
2232         * config/rs6000/rs6000.c (output_cbranch): Don't output prediction
2233         codes when old mnemonics are in use.  Print register names
2234         for cc registers when requested.
2235
2236         * optabs.c (expand_float): Don't allow mode widening that causes
2237         double rounding.
2238
2239         * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
2240         flags to their current names -maix64 and -maix32.
2241
2242 2000-05-14  Bruce Korb  <bkorb@gnu.org>
2243
2244         * fixinc/fixfixes.c(wrap_fix): new fix - inserts text before
2245         and/or after current text of file
2246         * fixinc/fixlib.c(must_malloc):
2247         * fixinc/fixlib.h(must_malloc): + reformatting
2248         * fixinc/inclhack.def: replace the "1i" and "$a" sed commands
2249         with usages of ``c_fix = wrap;''
2250         Add several tests and use the ``c_fix = format'' fixer more.
2251         * fixinc/fixincl.x: regen
2252         * fixinc/check.diff: regen
2253         * fixinc/check.tpl: emit the associated header with the missing
2254         test message
2255
2256 Sun May 14 17:58:59 2000  Hans-Peter Nilsson  <hp@axis.com>
2257
2258         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
2259         variables $src and $dst.
2260         
2261 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
2262
2263         * diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
2264         (DIAGNOSTICS_SHOW_PREFIX_NEVER): Likewise.
2265         (DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE): Likewise.
2266         (struct output_buffer: emitted_prefix_p, prefixing_rule): New
2267         fields. 
2268         (set_message_prefixing_rule): Declare.
2269
2270         * diagnostic.c: (current_prefixing_rule): New variable.
2271         (set_message_prefixing_rule): Define.
2272         (output_set_prefix): Adjust buffer->emitted_prefix_p.
2273         (init_output_buffer): Adjust Initialization.
2274         (output_emit_prefix): Rewrite.  Take prefixing rules into account.
2275         
2276 Sat May 13 11:05:47 2000  Philippe De Muyter  <phdm@macqel.be>
2277
2278         * ifcvt.c (if_convert): Do not free NULL.
2279
2280 2000-05-12  Nick Clifton  <nickc@cygnus.com>
2281
2282         * config/fr30/fr30.c (fr30_move_double): New function:  Emit code
2283         to move a double word value.
2284         (di_operand): New function: Return true if the operand is suitbale
2285         for a double word move operation.
2286         (nonimmediate_di_operand): New function: Return true if the
2287         operand is a DImode register or MEM.
2288
2289         * config/fr30/fr30.h (PREDICATE_CODES): Add di_operand and
2290         nonimmediate_di_operand.
2291
2292         * config/fr30/fr30-protos.h Add fr30_move_double, di_operand, and
2293         nonimmediate_di_operand.
2294
2295         * config/fr30/fr30.md (movdi): New pattern.  Required because
2296         other patterns generate DImode results.
2297         (movdi_insn): New pattern.
2298
2299 2000-05-12  Richard Henderson  <rth@cygnus.com>
2300
2301         * config/alpha/alpha.c (struct shadow_summary): Define
2302         bitfields as type unsigned int.
2303
2304 Sat May 13 00:09:59 2000  Denis Chertykov  <denisc@overta.ru>
2305
2306         * config/avr/t-avr: Added definition of FLOAT while generates
2307         fp-bit.c
2308
2309         * config/avr/avr.md: `NEXT_INSN (insn)' substituted to `insn' in
2310         peepholes for tst+jump = sbrs/sbrc optimization.
2311
2312 Fry May 12 20:03:00 CEST 2000  Jan Hubicka  <jh@suse.cz>
2313
2314         * expr.c (emit_push_insn): Do not adjust stack pointer when
2315         preallocating.
2316
2317 Fri May 12 19:03:58 2000  Philippe De Muyter  <phdm@macqel.be>
2318
2319         * ggc-simple.c (offsetof): Macro fallback definition moved from here ..
2320         * system.h (offsetof): ... to here.
2321
2322 2000-05-12  Richard Henderson  <rth@cygnus.com>
2323
2324         * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
2325         * final.c (final_end_function): Use app_disable.  Rearrange note
2326         handling into a switch.  Emit deleted labels.
2327         (output_asm_label): Generate label strings for deleted labels.
2328         * flow.c (tail_recursion_label_list): New.
2329         (find_basic_blocks_1): Set label_value_list directly.  Collect list
2330         of tail recursion labels from call_placeholders.  Don't add deleted
2331         labels to the label value list.
2332         (cleanup_cfg): Use free_EXPR_LIST_list.
2333         (flow_delete_insn_chain): Turn non-removable labels into notes.
2334         (flow_delete_block): Don't disable deleting the block because of
2335         a non-removable label.
2336         (tail_recursion_label_p): New.
2337         (merge_blocks_move_predecessor_nojumps): Don't disable the merge
2338         because of a label.
2339         (merge_blocks_move_successor_nojumps): Likewise.  Also move a
2340         jump table.
2341         (merge_blocks): Disable a merge because of tail recursion labels.
2342         * ifcvt.c (merge_if_block): Don't disable a merge because of a label.
2343         Use a more accurate measure of not merging the join block.
2344         (find_if_block): Don't disable conversion because of a label.
2345         (find_if_case_1, find_if_case_2): Likewise.
2346         * jump.c (duplicate_loop_exit_test): Preserve the kind of list
2347         element when copying.
2348         (squeeze_notes): Also leave EH notes.
2349         (mark_jump_label): Ignore deleted labels.  Use an INSN_LIST for
2350         REG_LABEL notes.
2351         (delete_insn): Preserve LABEL_NAME in NOTE_SOURCE_FILE when
2352         deleting a label.
2353         * print-rtl.c (print_rtx): Print NOTE_SOURCE_FILE for
2354         NOTE_INSN_DELETED_LABEL.  Print `[# deleted]' for a label_ref
2355         referring to a deleted label.  Convert tail handling to a switch.
2356         * rtl.def (CODE_LABEL): Rearrange elements to be compatible with NOTE
2357         for NOTE_INSN_DELETED_LABEL.
2358         (NOTE): Fix commentary.
2359         * rtl.h (REG_LABEL): Update commentary wrt INSN_LIST.
2360         (REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
2361         (CODE_LABEL_NUMBER, LABEL_NAME): Update index.
2362         (LABEL_NUSES, LABEL_REFS): Likewise.
2363         * unroll.c (copy_loop_body): Don't copy NOTE_INSN_DELETED_LABEL.
2364
2365 2000-05-12  Bruce Korb  <bkorb@gnu.org>
2366
2367         * fixinc/fixfixes.c(format_write): buglet & relaxed rules
2368         * fixinc/check.diff: updated
2369         * fixinc/inclhack.def: corrected & added some test_text-s
2370         * fixinc/genfixes: removed unneeded options to autogen invocation
2371         * fixinc/fixincl.tpl: Specified the output file
2372         * fixinc/fixfixes.c: visual appearance
2373         * fixinc/fixincl.x: regenerate
2374
2375 2000-05-12  Zack Weinberg <zack@wolery.cumb.org>
2376
2377         * fixinc/fixfixes.c (IO_use_fix, IO_defn_fix, CTRL_use_fix,
2378         CTRL_defn_fix): Delete.
2379         (fix_char_macro_defines, fix_char_macro_uses): Rename to
2380         char_macro_def_fix and char_macro_use_fix, respectively.  Put
2381         them into the FIXUP_TABLE.  Get the string to search for from
2382         a c_fix_arg.
2383
2384         (format_write): New function.
2385         (format_fix): Use it.
2386
2387         (FIX_PROC_HEAD): Constify text parameter.
2388         (machine_name_fix): Constify all char *s.
2389         * fixtests.c (skip_quote): Remove double static.
2390
2391         * inclhack.def (io_def_quotes, io_use_quotes, ctrl_def_quotes,
2392         ctrl_use_quotes): Update for new scheme.
2393         * fixincl.x: Regenerate.
2394
2395 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
2396
2397         * config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
2398         DWARF2_DEBUG.
2399         (DWARF2_ASM_LINE_DEBUG_INFO): Define.
2400         (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
2401
2402 2000-05-11  Robert Lipe <robertlipe@usa.net>
2403
2404         * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
2405         * fixincl.x: Regenerate.
2406
2407 2000-05-11  Richard Henderson  <rth@cygnus.com>
2408
2409         * calls.c: Revert both 05-09 patches.
2410
2411 2000-05-11  Alexandre Oliva  <aoliva@cygnus.com>
2412
2413         * config/mn10300/mn10300.c (print_operand): Print FP constants in
2414         hexadecimal.
2415         * config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint
2416         for FP values.
2417
2418         * mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
2419         and replace any occurrences of `=' in multilib dirs with `$(EQ)'.
2420
2421 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
2422
2423         * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.
2424
2425 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
2426
2427         * fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
2428
2429 Thu May 11 22:28:05 2000  Denis Chertykov  <denisc@overta.ru>
2430
2431         * config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
2432         * config/avr/avr.c (jump_over_one_insn_p): New function.
2433         * config/avr/avr.md: New peepholes added. Output test and
2434         conditional jump to "sbrc" or "sbrs" command.
2435
2436 2000-05-11  Mark Elbrecht  <snowball3@bigfoot.com>
2437
2438         * cppmain.c (main): Use IS_DIR_SEPARATOR.
2439
2440 2000-05-11  Jakub Jelinek  <jakub@redhat.com>
2441
2442         * except.c (find_exception_handler_labels_1): New function.
2443         (find_exception_handler_labels): Split into two functions, dive
2444         into CALL_PLACEHOLDERs when looking for exception handler labels.
2445
2446 2000-05-11 Stan Cox <scox@cygnus.com>
2447
2448         * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
2449         * timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2.
2450         * toplev.c (rest_of_compilation): Call regrename_optimize before sched2.
2451
2452 2000-05-11  Bruce Korb  <bkorb@gnu.org>
2453
2454         * fixinc/fixfixes.c (double_slash_fix):  obsolete
2455         (else_endif_label_fix): obsolete
2456         (format_fix):  new, unused as yet
2457         (main): obsolete
2458         * fixinc/fixlib.h: added fix description struct for use by format_fix
2459         * fixinc/fixincl.c: removed the struct & test for SIGIOT befure using
2460         * fixinc/Makefile.in:  compile fixfixes.c and fixtests.c as separate
2461         modules.  Removed the vestiges of the script version.
2462         Added support for "make check".
2463         * fixinc/check.diff: base diff file (needs work!!)
2464         * fixinc/check.tpl: quiet the fixup output
2465         * fixinc/fixtests.c (main): obsolete
2466         * fixinc/fixincl.sh:  don't bother copying fixincl to ..
2467         * fixinc/fixincl.tpl:  provide for arguments to c_fix routines
2468
2469 Thu May 11 11:57:02 MET DST 2000  Jan Hubicka <jh@suse.cz>
2470
2471         * toplev.c (rest_of_compilation): Remove dead code after
2472         combine.
2473
2474 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
2475
2476         * cpphash.c (collect_funlike_expansion): Make "# is not
2477         followed by a macro argument name" a pedwarn, not an error.
2478         Preserve the # in the output.  Suppress the warning if lang_asm.
2479
2480 Thu May 11 01:19:31 2000  Jeffrey A Law  (law@cygnus.com)
2481
2482         * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
2483         * configure: Rebuilt.
2484
2485 2000-05-10 Laurynas Biveinis <lauras@softhome.net>
2486
2487         * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
2488
2489 2000-05-10  Kazu Hirata  <kazu@hxi.com>
2490
2491         * combine.c (try_combine): Fix a typo.
2492
2493 Wed May 10 21:31:44 2000  Jim Wilson  <wilson@cygnus.com>
2494
2495         * config/ia64/ia64.md (insv): Add comment.
2496
2497 2000-05-10  Richard Henderson  <rth@cygnus.com>
2498
2499         * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
2500         * mklibgcc.in: Rewrite to not use functions.  Don't shortcut
2501         dependancies on FPBIT and DPBIT.
2502
2503 2000-05-10  Nick Clifton  <nickc@redhat.com>
2504
2505         * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
2506         when optimising for size.
2507         (mark_used_regs:) Ditto.
2508         (try_pre_increment_1): Ditto.
2509
2510 2000-05-10  Zack Weinberg  <zack@wolery.cumb.org>
2511
2512         * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
2513         Make error message friendlier.
2514
2515         * cpphash.h (struct hashnode): Use struct hack for name
2516         member.
2517         * cpphash.c (struct hashdummy): New.
2518         (eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
2519         (make_HASHNODE): No need to set ->name pointer.  Correct
2520         setting of p.
2521         (cpp_lookup): Make 'dummy' a struct hashdummy.  Tidy up a bit.
2522
2523 2000-05-10  Richard Henderson  <rth@cygnus.com>
2524
2525         * flow.c (find_basic_blocks_1): Remove any spare bb_note
2526         after completion.
2527
2528 2000-05-10  Bruce Korb  <bkorb@gnu.org>
2529
2530         * fixinc/gnu-regex.c:  reg_syntax_t re_syntax_options must be static
2531
2532 2000-05-10  Eric Schweitz  <schweitz@nortelnetworks.com>
2533
2534         * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
2535         after we enter .debug.
2536
2537 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
2538
2539         * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
2540         abstract instance of a nested inline function.
2541
2542         * stor-layout.c (finish_record_layout): finalize_type_size
2543         before laying out the pending_statics.
2544
2545 Wed 10 May 09:36:47 2000  Neil Booth  <NeilB@earthling.net>
2546
2547         * cpplex.c (spell_token): New function.
2548         (spell_string, spell_comment, spell_name): fold into
2549         spell_token.    
2550         (I, S): Add macros.
2551         (E, H): Remove macros.
2552         (save_comment): Save comment opening characters too.
2553         (_cpp_lex_file): Update to use spell_token.  Tidy up comment
2554         handling.
2555         * cpplib.h (I, S): Add macros.
2556         (E, H): Remove macros.
2557         (TTYPE_TABLE): Update entries for new speller.
2558         (SYNTAX_ASSERT): Remove.
2559
2560 Wed 10 May 09:08:30 2000  Neil Booth  <NeilB@earthling.net>
2561
2562         * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
2563         when removing escaped newlines.  Reverse sense of test for
2564         escaped newline.
2565
2566 2000-05-09  Richard Henderson  <rth@cygnus.com>
2567
2568         * flow.c (find_basic_blocks_1): Do not delete the first
2569         bb_note we run across.
2570         (create_basic_block): Use reorder_insns to move an existing
2571         bb_note to the correct place.
2572
2573 2000-05-09  Richard Henderson  <rth@cygnus.com>
2574
2575         * calls.c (expand_call): Increment currently_expanding_call
2576         before calling optimize_tail_recursion.
2577
2578 Tue May  9 18:54:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2579
2580         * reload1.c (reload_combine): Fix errors in last change.
2581
2582 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
2583
2584         * gcc.c (used_arg): Skip over a semicolon at the end of the
2585         split-up loop; don't break out of it.
2586
2587         * Makefile.in (WARN_CFLAGS): Add -Wwrite-strings.
2588         (tree.o): Depend on output.h.
2589
2590         * c-decl.c (pending_invalid_xref_file,
2591         current_function_prototype_file): Constify.
2592         (pushdecl): Constify a local char *.
2593         (define_label): Constify filename parameter.
2594         * c-lex.c (init_parse): Constify parameter and return value.
2595         * c-typeck.c (c_expand_asm_operands): Constify filename parameter.
2596         * c-tree.h: Update prototypes.
2597         * c-parse.in: Constify filename member of %union, and if_stmt_file.
2598         * c-parse.y, c-parse.c, c-parse.h, objc/objc-parse.y,
2599         objc/objc-parse.c: Regenerate.
2600
2601         * dwarfout.c (dwarfout_init): Constify main_input_filename parameter.
2602         * dwarfout.h: Update prototypes.
2603         * expr.c (expand_expr): Constify a local char *.
2604         * flags.h: Constify main_input_filename.
2605         * function.c (expand_function_end): Constify filename parameter.
2606         * genrecog.c (make_insn_sequence): Use a character array for
2607         c_test_pos.
2608         (main): Remove unused variables.
2609         * input.h: Constify input_filename, main_input_filename, and
2610         file_stack.name.  Update prototypes.
2611         * output.h: Declare first_global_object_name and
2612         weak_global_object_name here, as const char *.
2613         * stmt.c (expand_asm_operands): Constify filename parameter.
2614         * toplev.c (compile_file, push_srcloc, debug_start_source_file):
2615         Constify filename parameter.
2616         (input_filename, main_input_filename): Constify.
2617         * toplev.h: Update prototypes.
2618         * tree.c: Include output.h.  Don't declare
2619         first_global_object_name or weak_global_object_name.  Clean up string
2620         bashing in get_file_function_name_long.
2621         * tree.h (struct tree_decl): Constify filename member.
2622         (input_filename): Constify.
2623         Update prototypes.
2624         * varasm.c (first_global_object_name, weak_global_object_name):
2625         Constify.
2626         (assemble_start_function, assemble_variable): Clean up string bashing.
2627
2628         * gcc.c: Constify all spec-related strings initialized,
2629         transitively, from string constants.  Constify all strings
2630         and string variables related to multilibs.
2631         (set_spec, read_specs): Cast argument to free to PTR.
2632         (used_arg): Do not modify multilib_matches.  Use strncmp plus
2633         length comparison to compare multilib switches.
2634         * genmultilib: Constify everything declared in multilib.h.
2635
2636 Tue May  9 22:28:03 2000  Denis Chertykov  <denisc@overta.ru>
2637
2638         * flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn
2639         as deleted.
2640
2641 Tue May  9 20:52:43 2000  Denis Chertykov  <denisc@overta.ru>
2642
2643         * config/avr/avr-protos.h (extra_constraint): change a type of
2644         second argument from char to int to avoid warnings.
2645         (asm_output_byte): Likewise.
2646         
2647         * config/avr/avr.c (MAX_LD_OFFSET) New macro.
2648         (initial_elimination_offset): Handle elimination from
2649         FRAME_POINTER_REGNUM to STACK_POINTER_REGNUM.
2650         (legitimate_address_p): Use MAX_LD_OFFSET.
2651         (legitimize_address): Likewise.
2652         (out_movqi_r_mr): Likewise.
2653         (out_movhi_r_mr): Likewise, use `fatal_insn' instead of `fatal'.
2654         (out_movsi_r_mr): Use MAX_LD_OFFSET.
2655         (out_movsi_mr_r): Likewise.
2656         (out_movqi_mr_r): Likewise.
2657         (out_movhi_mr_r): Likewise.
2658         (notice_update_cc): Correct CC for the ashrqi3 with the shift
2659         count as CONST_INT != 6.
2660         (ashlqi3_out): Coding style modifications. Run `fatal_insn' if
2661         shift count is a CONSTANT_P, but not a CONST_INT.
2662         (ashlhi3_out): Coding style modifications.
2663         (ashlsi3_out): Likewise.
2664         (ashrhi3_out): Likewise.
2665         (ashrsi3_out): Likewise.
2666         (lshrhi3_out): Likewise.
2667         (lshrsi3_out): Likewise.
2668         (ashrqi3_out): Generate shift for any known constant count without
2669         scratch register. Run `fatal_insn' if shift count is a CONSTANT_P,
2670         but not a CONST_INT.
2671         (lshrqi3_out): Coding style modifications. Run `fatal_insn' if
2672         shift count is a CONSTANT_P, but not a CONST_INT. 
2673         (extra_constraint): change a type of
2674         second argument from char to int to avoid warnings.
2675         (asm_output_byte): Likewise.
2676         (asm_file_end): Output size generated commands count as a hex
2677         number too.
2678
2679         * config/avr/avr.h (RETURN_ADDR_RTX): New macro.
2680
2681         * config/avr/avr.md (addhi3): Fragment commented by &&0 is
2682         removed.
2683         (ashlqi3): Values of "length" attribute changed. Shift count
2684         uses constraints 'n' instead of 'i'.
2685         (ashrqi3): Likewise. Values of "cc" attribute changed. Generate
2686         shifts without clobber register.
2687         (lshrqi3): Shift count uses constraints 'n' instead of 'i'.
2688         (call_insn): Correct test for which_alternative == 1 (was 0).
2689         (call_value_insn): Likewise.
2690         
2691         * config/avr/t-avr: Remove definition of FLOAT while generates
2692         fp-bit.c
2693
2694 2000-05-09  Bruce Korb  <bkorb@gnu.org>
2695
2696         * fixinc/check.tpl:  Template for checking fixes
2697         * fixinc/inclhack.def:  Added 'test_text' for many fixes
2698         disable hpux8_bogus_inlines on SCO
2699         * fixinc/fixinc.sco:  Oh, yes, we don't need this any more.
2700
2701 Tue May  9 16:30:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2702
2703         * calls.c (expand_call): Reorganize somewhat in order
2704         to avoid unnecesary recalculation inside loop and make
2705         tail call failure code cleaner.
2706         
2707 Tue May  9 06:30:20 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2708
2709         * alias.c (nonlocal_reference_p): Minor reformatting.
2710         * reload.c (find_equiv_reg): Simplify logic for
2711         CALL_INSN_FUNCTION_USAGE since can't have SUBREG or pseudos and
2712         some some reformatting.
2713         * reload1.c (reload_combine): Don't assume everything in
2714         CALL_INSN_FUNCTION_USAGE is a REG and clean up code a bit.
2715
2716 2000-05-08  Richard Henderson  <rth@cygnus.com>
2717
2718         * final.c (current_insn_predicate): New.
2719         (final_scan_insn): Set it.
2720         * output.h (current_insn_predicate): Declare.
2721
2722         * ifcvt.c (cond_exec_process_insns): New argument prob_val.
2723         Attach it to call insns.
2724         (cond_exec_process_if_block): Track probability for true and
2725         false branches.
2726         (dead_or_predicable): Likewise.
2727
2728         * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.
2729         (PROB_UNLIKELY, PROB_EVEN, PROB_LIKELY): New.
2730         (PROB_VERY_LIKELY, PROB_ALWAYS): New.
2731         (estimate_probability, expected_value_to_br_prob): Use them.
2732
2733         * config/ia64/ia64-protos.h (ia64_expand_prediction): Declare.
2734         * config/ia64/ia64.c (ia64_print_operand_address): Handle 'j'.
2735         (ia64_expand_prediction): New.
2736         (emit_insn_group_barriers): Don't look at notes.  Emit barriers
2737         as needed after calls.
2738         (ia64_epilogue_uses): Mark b0 used.
2739         * config/ia64/ia64.md (beq_true, beq_false): Remove.
2740         (bne_true, bne_false): Remove.
2741         (eq_return, eq_not_return, ne_return, ne_not_return): Remove.
2742         (br_true, br_false): New.  Use predicate_operator and
2743         ia64_expand_prediction.
2744         (return_true, return_false): Likewise.
2745         (call_internal): Use ia64_expand_prediction.  Don't emit stop bit.
2746         (call_internal1, call_value_internal): Likewise.
2747         (call_value_internal1, call_multiple_values_internal1): Likewise.
2748
2749         * config/ia64/ia64.c (ia64_direct_return): Require frame size zero.
2750
2751         * config/ia64/ia64.md (extendsfdf2): Split only after reload.
2752
2753 2000-05-08  Richard Henderson  <rth@cygnus.com>
2754
2755         * rtlanal.c (may_trap_p): Consider old-style and volatile
2756         asms to trap.
2757
2758 Mon May  8 17:16:48 2000  Jim Wilson  <wilson@cygnus.com>
2759
2760         * config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.
2761
2762 2000-05-08  Richard Henderson  <rth@cygnus.com>
2763
2764         * config/ia64/ia64.h (predicate_operator): Declare.
2765
2766         * config/ia64/ia64.md (extendsfdf2): Split the nop case out
2767         of existance.
2768
2769         * gensupport.c (process_rtx): Copy and post-process each member
2770         of the define_insn rtvec individually.
2771
2772 Mon  8 May 22:17:35 2000  Neil Booth  <NeilB@earthling.net>
2773
2774         * cpplex.c (spell_token): New function.
2775         (TOKEN_LEN): Add 1 for whitespace.
2776         (_cpp_lex_file): Update to use spell_token.
2777         * cpplib.h (E): Remove.
2778         (TTYPE_TABLE): Update CPP_VSPACE entry.
2779
2780 2000-05-08  Richard Henderson  <rth@cygnus.com>
2781
2782         * flow.c (init_propagate_block_info): Watch out for conditional
2783         branch to next instruction, and thus one outgoing edge.
2784
2785         * config/ia64/ia64.c (ia64_encode_section_info): Exit early
2786         for global register variables; don't special case __[CD]TOR_LIST__;
2787         mind ggc_p for string allocation.
2788
2789 2000-05-08  Nick Clifton  <nickc@cygnus.com>
2790
2791         * config/i386/i386.h (ELIMINABLE_REGS): Fix comment.
2792
2793 2000-05-08  Bruce Korb  <bkorb@gnu.org>
2794
2795         * fixinc/mkfixinc.sh:  fixinc.sco is no longer used
2796         i?86-*-msdosdjgpp* no longer uses fixincludes
2797         * fixinc/genfixes:  inclhack.sh and fixincl.sh are no longer generated
2798         * fixinc/inclhack.sh:  deleted
2799         * fixinc/hackshell.tpl:  deleted
2800         * fixinc/inclhack.tpl:  deleted
2801         * fixinc/Makefile.in:  Remove dependencies on above
2802         * fixinc/fixincl.sh:  "DO NOT EDIT" text modified
2803
2804 2000-05-08  Andreas Jaeger  <aj@suse.de>
2805
2806         * config/mips/linux.h: Remove undefines which disabled .ctor/.dtor
2807         support.
2808
2809 2000-05-07  Zack Weinberg  <zack@wolery.cumb.org>
2810
2811         * Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
2812         substitutions.
2813
2814 Sun  7 May 08:43:53 2000  Neil Booth  <NeilB@earthling.net>
2815
2816         * cpplex.c: Move new lexer definitions and prototypes
2817         to top.  Conditional include these and the code if
2818         NEW_LEXER is defined.  Rename functions whose names
2819         clash if this code included.
2820
2821 Sun May  7 00:54:57 EDT 2000  John Wehle  (john@feith.com)
2822
2823         * rtl.def (COND_EXEC): Clarify.
2824
2825         * i386.md (extendsidi2): Clobber (reg:CC 17) in the
2826         same fashion as zero_extendsidi2.
2827
2828 2000-05-06  Richard Henderson  <rth@cygnus.com>
2829
2830         * config/ia64/ia64.c (predicate_operator): New.
2831         (ia64_print_operand): Handle 'J'.
2832         (rtx_needs_barrier): Handle COND_EXEC.
2833         * config/ia64/ia64.h (BRANCH_COST): Define.
2834         (PREDICATE_CODES): Update.
2835         * config/ia64/ia64.md: Docuement used unspec values.
2836         (attr predicable): New.
2837         (movxf, movxf_internal): New.
2838         (extendsfdf2): Don't comment out nop.
2839         (floatdidf2): Remove.
2840         (truncxfsf2, truncxfdf2, floatdixf2): New.
2841         (abssi2, absdi2): Put the neg in the "true" slot.
2842         (conditional branch instructions): Mark not predicable.
2843         (cmov*_internal): Use predicate_operator.  Split to cond_exec.
2844         (abs*_internal): Likewise.
2845         (alloc, set_bsp): Mark not predicable.
2846         (barrier, insn_group_barrier, flush_cache): Likewise.
2847         (define_cond_exec): New.
2848
2849 2000-05-06  Richard Henderson  <rth@cygnus.com>
2850
2851         * c-decl.c: Include "tm_p.h".
2852
2853         * config/ia64/ia64-protos.h: Rearrange decls to reduce ifdef madness.
2854         (fetchadd_operand, ia64_expand_fetch_and_op): Declare.
2855         (ia64_expand_op_and_fetch): Declare.
2856         * config/ia64/ia64.c: Include "toplev.h".  Kill trailing whitespace.
2857         (setjmp_operand): Constify variables for XSTR.
2858         (ia64_encode_section_info): Likewise.
2859         (ia64_print_operand): Use %d for exact_log2; cast 32-bit printed
2860         values to int.
2861         (ia64_asm_output_external): Constify name.
2862         (process_set): Use HOST_WIDE_INT_PRINT_DEC for frame size.
2863         (process_for_unwind_directive): Provide switch default.
2864         (ia64_expand_compare_and_swap): Remove unused variables.
2865         (ia64_expand_builtin): Likewise.
2866         * config/ia64/ia64.h (ASM_OUTPUT_BYTE): Mask and cast value to int
2867         for printing.
2868
2869         * config/ia64/ia64.c (sdata_symbolic_operand): Mark unused args.
2870         (symbolic_operand, function_operand, setjmp_operand): Likewise.
2871         (shift_count_operand, shift_32bit_count_operand): Likewise.
2872         (shladd_operand, fetchadd_operand, ia64_function_prologue): Likewise.
2873         (ia64_function_epilogue, ia64_setup_incoming_varargs): Likewise.
2874         (ia64_function_arg_partial_nregs, ia64_function_value): Likewise.
2875         (ia64_print_operand_address, ia64_secondary_reload_class): Likewise.
2876         (ia64_expand_builtin): Likewise.
2877         (call_multiple_values_operation): Make dest_regno unsigned.
2878
2879 2000-05-06  Richard Henderson  <rth@cygnus.com>
2880
2881         * rtl.def (DEFINE_COND_EXEC): New.
2882         * md.texi: Document it.
2883
2884         * gensupport.c (input_file): Remove.
2885         (struct queue_elem): Add lineno.
2886         (rtx_ready_queue): Remove.
2887         (errors): New.
2888         (predicable_default): New.
2889         (predicable_true, predicable_false): New.
2890         (define_attr_queue, define_attr_tail): New.
2891         (define_insn_queue, define_insn_tail): New.
2892         (define_cond_exec_queue, define_cond_exec_tail): New.
2893         (other_queue, other_tail): New.
2894         (queue_pattern): New.
2895         (process_rtx): Add patterns to the appropriate queues.
2896         (is_predicable, identify_predicable_attribute): New.
2897         (n_alternatives, collect_insn_data): New.
2898         (alter_predicate_for_insn, alter_test_for_insn): New.
2899         (shift_output_template, alter_output_for_insn): New.
2900         (process_one_cond_exec, process_define_cond_exec): New.
2901         (init_md_reader): Read the entire file.  Process define_cond_exec.
2902         (read_md_rtx): Return elements from the queues.
2903
2904 2000-05-06  Richard Henderson  <rth@cygnus.com>
2905
2906         * flow.c (mark_set_1): Don't update conditional life info
2907         if the register is not_dead.
2908
2909 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
2910
2911         * Makefile.in (STAGESTUFF): Add genrtl.c and genrtl.h.
2912         (mostlyclean): Also delete fixincl, fixinc.sh, and
2913         specs.ready, and make clean in the fixinc subdir.
2914
2915 2000-05-06  Richard Henderson  <rth@cygnus.com>
2916
2917         * Makefile.in (gensupport.o): Compile for the host.
2918         (host-prefix gensuuprt.o): Remove.
2919         (genflags.o): Depend on gensupport.h and OBSTACK_H.
2920         (genattrtab.o): Likewise.
2921         (gencodes.o): Depend on gensupport.h.
2922         (genemit.o, genopinit.o, genrecog.o, genextract.o): Likewise.
2923         (genpeep.o, genattr.o, genoutput.o): Likewise.
2924
2925         * gensupport.c (obstack, rtl_obstack): New.
2926         (init_md_reader): Initialize rtl_obstack.
2927         * gensupport.h (rtl_obstack): Declare.
2928         (message_with_line): Declare.
2929
2930         * genattr.c: Remove all traces of obstack manipulation.
2931         * gencodes.c, genconfig.c, genemit.c, genextract.c: Likewise.
2932         * genopinit.c, genoutput.c, genpeep.c, genrecog.c: Likewise.
2933
2934         * genattrtab.c (obstack, rtl_obstack): Remove.
2935         (main): Don't init rtl_obstack.
2936         * genflags.c: Likewise.
2937
2938         * genrecog.c (message_with_line): Move ...
2939         * gensupport.c: ... here.
2940
2941 2000-05-06  Richard Henderson  <rth@cygnus.com>
2942
2943         * c-typeck.c (build_c_cast): Remove dead code.
2944
2945 2000-05-06  Richard Henderson  <rth@cygnus.com>
2946
2947         * flow.c (split_edge): Don't allocate global_live_at_start for
2948         the new block unless the old blocks had them as well.
2949
2950         * flow.c (mark_set_1): Respect not_dead when updating reg_live.
2951
2952         * ifcvt.c (noce_process_if_block): Don't use an insn_b from
2953         test_bb if a or b uses x.
2954
2955 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
2956
2957         * cpphash.h: Remove conditional #define of __extension__.
2958         * rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2,
2959         RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros
2960         (ENABLE_RTL_CHECKING only).
2961         * tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK,
2962         CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
2963         (ENABLE_TREE_CHECKING only).
2964         * varray.h: Add __extension__ to VARRAY_CHECK macro
2965         (ENABLE_CHECKING only).
2966
2967 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
2968
2969         Use new tail-calling mechanism on ARM.
2970         * arm.md (sibcall, sibcall_value): New expands.
2971         (sibcall_insn, sibcall_value_insn, sibcall_epilogue): New insns.
2972         (tailcalling peepholes): Delete.
2973         (push_multi): Simplify.
2974         * arm.c (lr_save_eliminated): Delete definition.
2975         (pattern_really_clobbers_lr, function_really_clobbers_lr): Delete.
2976         (output_return_instruction): Remove checks on lr_save_eliminated.
2977         (output_arm_prologue): Remove old tail-calling code.
2978         (arm_output_epilogue): New parameter, really_return.  All callers
2979         changed.  Handle tail-calling epilogues.
2980         * arm.h (lr_save_eliminated): Delete declaration.
2981         (frame_pointer_needed): Delete declaration.
2982         * arm-protos.h (arm_output_epilogue): Adjust prototype.
2983
2984         * arm.md (is_thumb): Examine symbol thumb_code, not expression
2985         TARGET_ARM.
2986         * arm.c (thumb_code): Define it.
2987         (arm_override_options): Set it.
2988         * arm.h (thumb_code): Declare it.
2989         
2990 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
2991
2992         * arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
2993
2994 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
2995
2996         * arm.c (arm_gen_load_multiple, arm_gen_store_mulitple): Don't add
2997         bogus clobber to insns.
2998         (load_multiple_operation, store_mulitple_operation): Don't check 
2999         for it.
3000         * arm.md (ldmsi_postinc, stmsi_postinc): Adjust accordingly.
3001
3002         * arm.md (and_scc, ior_scc): Add missing mode.
3003
3004         * arm.md (call_value_symbol): Remove predicate from op2.
3005
3006         * arm.h (SPECIAL_MODE_PREDICATES): Define.
3007         
3008 Sat May  6 06:25:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3009
3010         * expr.c (get_subtarget): New function.
3011         (force_operand, expand_expr, do_store_flag): Use it.
3012
3013         * toplev.c (compile_file): Don't take strlen of NAME if null.
3014
3015 2000-05-06  David Edelsohn  <edelsohn@gnu.org>
3016
3017         * xcoffout.c (xcoff_current_include_file,
3018         xcoff_current_function_file, xcoff_lastfile): Constify char *.
3019         (xcoffout_source_file, xcoffout_source_line): Make filename 'const
3020         char *'.
3021         (xcoffout_declare_function): Make name 'const char *'.
3022         (xcoffout_end_epilogue): Make fname 'const char *'
3023         * xcoffout.h (xcoff_current_include_file, xcoff_lastfile,
3024         xcoffout_declare_function, xcoffout_source_line): Match above.
3025
3026         * aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -mpowerpc64 without
3027         -maix64 is error.
3028         * rs6000.c (print_operand): Fix lossage typo.
3029         (output_cbranch): Remove "cr" decoration for now.
3030         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Make alias 'const char *'. 
3031
3032 Sat May  6 06:55:32 2000  Denis Chertykov  <denisc@overta.ru>
3033
3034         * config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by
3035         constant count.
3036
3037 2000-05-05  Bruce Korb  <bkorb@gnu.org>
3038
3039         * fixinc/genfixes: Improve the matching for make target names
3040
3041 2000-05-05  Catherine Moore  <clm@cygnus.com>
3042
3043         * c-common.c (decl_attributes):  For TYPE_DECLs attach the
3044         attribute to the decl.
3045         * c-decl.c (pushdecl): Propagate the USED attribute to the 
3046         type copy.
3047
3048 2000-05-05  Richard Henderson  <rth@cygnus.com>
3049
3050         * rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the
3051         same way emit_group_load does.
3052
3053 2000-05-05 Mark Elbrecht <snowball3@bigfoot.com>
3054
3055         * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
3056
3057         * toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.
3058         (main): Likewise.
3059
3060 2000-05-05 Rodney Brown <RodneyBrown@mynd.com>
3061
3062         * pa.h (FUNCTION_ARG_ADVANCE): Warning removal.
3063
3064 Fri May  5 10:29:21 2000  Marc Espie <espie@cvs.openbsd.org>
3065
3066         * config/openbsd.h (LINK_SPEC): pass correct flags to ld 
3067         to support -shared, on platforms with dynamic libraries.
3068
3069 Fri May  5 10:27:06 2000  Philippe De Muyter  <phdm@macqel.be>
3070
3071         * system.h (S_ISBLK): Provide fallback definition.
3072
3073 2000-05-05  Geoff Berry  <geoffb@bops.com>
3074
3075         * extend.texi (Extended Asm): Document inability to give asm
3076         statements access to condition codes.
3077
3078 2000-05-05  Marek Michalkiewicz  <marekm@linux.org.pl>
3079
3080         * varasm.c (asm_emit_uninitialised): Use 0, not NULL
3081         as arg 2 of UNIQUE_SECTION.
3082
3083 Fri May  5 10:11:41 2000  Jeffrey A Law  (law@cygnus.com)
3084
3085         * predict.c: Remove May 4 change.
3086         * bb-reorder.c (make_reorder_chain): Do not perform block movement
3087         if we have predicted the branch at 50-50 probability.
3088
3089 2000-05-05  Richard Henderson  <rth@cygnus.com>
3090
3091         * flow.c (init_propagate_block_info): Fix merge error
3092         in HAVE_conditional_execution code.
3093
3094 Fri May  5 07:43:50 2000  Denis Chertykov  <denisc@overta.ru>
3095
3096         * config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal
3097         shift cycle for unknown shift count. Also generates dec + brpl.
3098         (ashlqi3_out): Don't generate dec + brpl which now generates by
3099         `out_shift_with_cnt'.
3100         (ashlhi3_out): Likewise.
3101         (ashlsi3_out): Likewise.
3102         (ashrqi3_out): Likewise.
3103         (ashrhi3_out): Likewise.
3104         (ashrsi3_out): Likewise.
3105         (lshrqi3_out): Likewise.
3106         (lshrhi3_out): Likewise.
3107         (lshrsi3_out): Likewise.
3108
3109 2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>
3110
3111         * gcc.c (free_split_directories): Correct typo in explanation
3112         of make_relative_prefix.
3113
3114 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
3115
3116         * config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
3117         comparison codes to branch_comparison_operator.
3118
3119 2000-05-04  Richard Henderson  <rth@cygnus.com>
3120
3121         * ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
3122
3123 2000-05-04  Richard Henderson  <rth@cygnus.com>
3124
3125         * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
3126         (DPBIT_FUNCS): Remove _sf_to_usi.
3127         (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
3128
3129         * ifcvt.c (noce_process_if_block): Fail if A or B modified
3130         between condition and jump.
3131
3132         * libgcc2.c (near eh_context_specific): Comment #endif string.
3133         * longlong.h: Don't use strings with embedded newlines.
3134
3135 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
3136
3137         * config/rs6000/rs6000-protos.h: Add output_cbranch.
3138         * config/rs6000/rs6000.c (ccr_bit_negated_p): Delete.
3139         (print_operand): Delete %t and %T codes.
3140         (output_cbranch): New function.  Support branch prediction.
3141         * config/rs6000/rs6000.md: Use output_cbranch for
3142         conditional branches and returns.
3143
3144 2000-05-04  Jason Merrill  <jason@casey.cygnus.com>
3145
3146         * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
3147         * stor-layout.c (place_field): Likewise.
3148         * integrate.h (struct inline_remap): Make regno_pointer_align unsigned.
3149         * expr.c (store_expr): Make align unsigned.
3150         * explow.c (plus_constant_wide): Make low words unsigned.
3151         * expmed.c (choose_multiplier): Likewise.
3152         * fold-const.c (fold):  Likewise.
3153         * tree.h (build_int_2): Likewise.
3154         * tree.c (build_int_2_wide, tree_int_cst_msb): Likewise.
3155         * emit-rtl.c (gen_reg_rtx): Add cast to unsigned char*.
3156         (init_emit): Change cast to unsigned char*.
3157         * varasm.c (compare_constant_1): Add cast to char*.
3158         * gcse.c (delete_null_pointer_checks): Change cast to unsigned int*.
3159         * reload1.c (reload): Likewise.
3160
3161         * rtl.h (MEM_SET_IN_STRUCT_P): Use do { } while (0).
3162
3163 Thu May  4 14:37:23 2000  Jeffrey A Law  (law@cygnus.com)
3164
3165         * predict.c (estimate_probability): If no prediction was found, then
3166         predict the successor that is the next physical block (if such a
3167         successor exists).
3168
3169 2000-05-04  Richard Henderson  <rth@cygnus.com>
3170
3171         * config/alpha/t-alpha (LIB2FUNCS_EXTRA): Use qrrnd.asm in place.
3172
3173 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3174
3175         * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
3176
3177 2000-05-04  Mumit Khan  <khan@xraylith.wisc.edu>
3178
3179         * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move 
3180         attribute macros from here ...
3181         (CPP_SPEC): to here.
3182         * i386/mingw32.h (CPP_PREDEFINES): Likewise.
3183         (CPP_SPEC): Likewise.
3184         * i386/crtdll.h (CPP_PREDEFINES): Delete attribute macros. 
3185
3186         * Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
3187         (libgcc.a): Pass LIB1ASMSRC to libgcc.mk.
3188
3189 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3190
3191         * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.
3192         
3193         * diagnostic (vbuild_message_string, build_message_string,
3194         build_location_prefix, output_get_prefix, init_output_buffer,
3195         output_notice, vline_wrapper_message_with_location,
3196         v_message_with_decl, default_print_error_function): De-constify.
3197         (set_real_maximum_length): Prototype.
3198
3199         * diagnostic.h (struct output_buffer, init_output_buffer,
3200         output_get_prefix, output_set_prefix): De-constify.
3201
3202         * function.c (init_function_start): Constify.
3203
3204         * gensupport.c (remove_constraints, process_rtx): Prototype.
3205
3206         * gthr-posix.h: Indent uses of #pragma.
3207
3208         * objc/objc-act.c (ggc_mark_imp_list, ggc_mark_hash_table):
3209         Prototype.
3210
3211         * predict.c (find_expected_value): Delete prototype.
3212         (expected_value_to_br_prob): Initialize variable `ev_reg'.
3213
3214         * sbitmap.h (debug_sbitmap): Prototype.
3215
3216         * ssa.c (compute_coalesced_reg_partition): Prototype.
3217
3218         * stor-layout.c (debug_rli): Prototype.
3219
3220         * tree.h (round_down): Prototype.
3221         (init_function_start): Constify.
3222
3223 2000-05-04  Zack Weinberg  <zack@wolery.cumb.org>
3224
3225         * cpphash.h: #define __extension__ away if GCC_VERSION < 2095
3226         (overly conservative).  Change extern inline wrappers to
3227         static inline, define them always, use PARAMS properly.
3228         * cpplex.c (_cpp_get_directive_token): Don't issue pedantic
3229         whitespace warnings for \f and \v at the beginning of a line.
3230
3231 Thu May  4 10:03:50 2000  Jeffrey A Law  (law@cygnus.com)
3232
3233         * haifa-sched.c (schedule_insns): Free the flow edge list when it
3234         is no longer needed
3235
3236 2000-05-04  Bruce Korb  <bkorb@gnu.org>
3237
3238         * fixincl/inclhack.def: added broken_cabs -
3239         Remove `extern double cabs' declarations from math.h
3240         * fixincl/inclhack.sh: regen
3241         * fixincl/fixincl.x: regen
3242         * fixincl/fixincl.c: Remove BOGOSITY code
3243         * fixincl/mkfixinc.sh: Remove code for installing "shell" version
3244
3245 Thu May  4 09:45:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3246
3247         * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
3248         MEM_ALIAS_SET.
3249         * alias.c (canon_rtx): Don't copy RTX_UNCHANGING_P or MEM_ALIAS_SET
3250         when calling MEM_COPY_ATTRIBUTES.
3251         * emit-rtl.c (operand_subword, change_address): Likewise.
3252         * explow.c (stabilize): Likewise.
3253         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
3254         * integrate.c (copy_rtx_and_substitute): Likewise.
3255         * combine.c (combine_simplify_rtx): Don't copy RTX_UNCHANGING_P
3256         when calling MEM_COPY_ATTRIBUTES.
3257         (make_extraction, simplify_shift_const, gen_lowpart_for_combine):
3258         Likewise.
3259         * cse.c (gen_lowpart_if_possible): Likewise.
3260         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
3261         * optabs.c (gen_move_insn): Likewise.
3262         * recog.c (validate_replace_rtx_1): Likewise.
3263         * simplify-rtx.c (add_mem_for_addr): Likewise.
3264         * stmt.c (expand_anon_union_decl): Likewise.
3265         * config/arm/arm.md: Likewise.
3266         * config/h8300/h7300.c (fix_bit_operand): Likewise.
3267         * config/m88k/m88k.c (legitimize_address, block_move_loop): Likewise.
3268         (block_move_no_loop, block_move_sequence): Likewise.
3269         * config/rs6000/rs6000.c (expand_block_move_mem): Likewise.
3270         * config/alpha/alpha.c (get_aligned_mem): Likewise.
3271         Clear MEM_ALIAS_SET.
3272         * final.c (alter_subreg): Don't copy MEM_ALIAS_SET when calling
3273         MEM_COPY_ATTRIBUTES.
3274
3275 2000-05-03  Robert Lipe <robertlipe@usa.net>
3276         
3277         * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
3278         to suppress libgcc1.
3279         (i[34567]86-*-sco3.2v5*) Likewise.
3280         (i[34567]86-*-sco3.2v4*) Likewise.
3281         (i[34567]86-*-sco) Likewise.
3282         (i[34567]86-*-solaris2) Likewise.
3283         (i[34567]86-*-sysv5*) Likewise.
3284         (i[34567]86-*-sysv4*) Likewise.
3285         (i[34567]86-*-udk*) Likewise.
3286         (i[34567]86-*-sysv*) Likewise.
3287
3288 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
3289
3290         * cpphash.h (U): New define, to correct type of string constants.
3291         (ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper
3292         routines, to do casts when passing unsigned strings to libc.
3293         * cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them.
3294
3295         * cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *.
3296         * cpphash.c (_cpp_quote_string): Make string an U_CHAR *.
3297         * cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *.
3298         * cpplex.c (parse_ifdef, parse_include, validate_else): Make
3299         second argument an U_CHAR *.
3300
3301         * cppinit.c (builtin_array): Make name and value U_CHAR *, add
3302         length field, clean up initializer.
3303         (ISTABLE): Add __extension__ to designated-
3304         initializers version.
3305         * cpplex.c (CHARTAB): Likewise.
3306
3307         * mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS
3308         case so the file won't be empty.
3309
3310 Wed May  3 21:01:46 2000  Jason Eckhardt  <jle@cygnus.com>
3311
3312         * bb-reorder.c (struct reorder_block_def): Member succ removed.
3313         (REORDER_BLOCK_SUCC): Removed.
3314         (enum reorder_skip_type): Removed.
3315         (skip_insns_between_block): Renamed to skip_insns_after_block.
3316         Removed second argument. Removed dead code and cleaned up.
3317         (make_reorder_chain): Removed use of REORDER_BLOCK_SUCC.
3318         (reorder_basic_blocks): Remove use of REORDER_SKIP_AFTER. Removed
3319         second parameter to skip_insns_after_block.
3320
3321 Wed May  3 13:29:54 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3322
3323         * tree.c (staticp, case LABEL_DECL): New case.
3324
3325 2000-05-03  Richard Henderson  <rth@cygnus.com>
3326
3327         * Makefile.in (start.encap): Do not depend on LIBGCC1.
3328
3329         * mklibgcc1.in: Fix typo last change.
3330
3331 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
3332
3333         * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.
3334         (LOOSE_CFLAGS): New: CFLAGS without -pedantic and -Wtraditional.
3335         (GCC_CFLAGS): Use it.
3336         (LANG_FLAGS_TO_PASS): New: SUBDIR_FLAGS_TO_PASS with LOOSE_CFLAGS.
3337         * cp/Make-lang.in, java/Make-lang.in, f/Make-lang.in, ch/Make-lang.in,
3338         objc/Make-lang.in: Use it.
3339
3340 2000-05-03  Jason R Thorpe  <thorpej@zembu.com>
3341
3342         * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
3343
3344 2000-05-03  Richard Henderson  <rth@cygnus.com>
3345
3346         * mklibgcc.in: Restrict OLDCC=GCC test to native.  Equate
3347         LIBGCC1 empty with libgcc1.null.
3348
3349 Wed May  3 12:55:46 2000  Jim Wilson  <wilson@cygnus.com>
3350
3351         * fold-const.c (extract_muldiv, case MAX_EXPR): Don't allow signedness
3352         change.
3353
3354 2000-05-03  Greg McGary  <gkm@gnu.org>
3355
3356         * tree.h (tree_common): Add bounded_flag member.  Remove
3357         inaccurate comment about number of remaining bits.
3358         (BOUNDED_INDIRECT_TYPE_P, BOUNDED_POINTER_TYPE_P,
3359         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
3360         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
3361         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
3362         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED): New macros.
3363         (TYPE_QUAL_BOUNDED): New constant.
3364         (TYPE_QUALS): Handle bounded qualifier.
3365         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): New macros.
3366         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
3367         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
3368         TYPE_AMBIENT_BOUNDEDNESS): New macros.
3369         (MAX_POINTER_DEPTH, VA_LIST_POINTER_DEPTH): New constants.
3370         (tree_type): Add pointer_depth member.  Remove
3371         inaccurate comment about number of remaining bits.
3372         (DECL_POINTER_DEPTH): Add macro.
3373         (tree_decl): Add pointer_depth member.
3374
3375 Wed May  3 22:52:53 2000  Denis Chertykov  <denisc@overta.ru>
3376
3377         * config/avr/avr-protos.h (test_hard_reg_class): Declared.
3378         * config/avr/avr.c (ashrhi3_out): optimized shift by 15.
3379         (lshrhi3_out): Likewise.
3380         (ashrsi3_out): bugfix in shift by 8.
3381         (test_hard_reg_class): New function.
3382         * config/avr/avr.md: Bugfix inside conditions in peepholes.
3383         (ashlhi3): removed define_expand of this pattern.
3384         (*ashlhi3_insn): renamed to ashlhi3.
3385         (ashlsi3): removed define_expand of this pattern.
3386         (*ashlsi3_insn): renamed to ashlsi3.
3387         (ashrqi3): removed define_expand of this pattern.
3388         (*ashrqi3_insn): renamed to ashrqi3.
3389         (ashrhi3): removed define_expand of this pattern.
3390         (*ashrhi3_insn): renamed to ashrhi3.
3391         (ashrsi3): removed define_expand of this pattern.
3392         (*ashrsi3_insn): renamed to ashrsi3.
3393         (lshrhi3): removed define_expand of this pattern.
3394         (*lshrhi3_insn): renamed to lshrhi3.
3395         (lshrsi3): removed define_expand of this pattern.
3396         (*lshrsi3_insn): renamed to lshrsi3.
3397
3398 2000-05-03  Rodney Brown  <RodneyBrown@pmsc.com>
3399
3400         * config/mcore/mcore.c: Replacing inclusion of "stdio,h" with
3401         inclusion of "system.h".
3402
3403 Wed May  3 11:43:53 2000  Jim Wilson  <wilson@cygnus.com>
3404
3405         * config/ia64/ia64.c (ia64_encode_section_info): Add check for
3406         TREE_ASM_WRITTEN.
3407
3408 2000-05-03  David Mosberger  <davidm@hpl.hp.com>
3409
3410         * config/ia64/ia64.c (ia64_override_options): Force -mconstant-gp
3411         if -mauto-pic is on.
3412         (ia64_epilogue_uses): Mark "gp" (r1) as used by the epilogue if
3413         -mconstant-gp is in effect and function-descriptors are being used
3414         to make indirect calls.
3415         * config/ia64/ia64.h (MASK_CONST_GP): New macro.
3416         (MASK_AUTO_PIC): Ditto.
3417         (TARGET_CONST_GP): Ditto.
3418         (TARGET_AUTO_PIC): Ditto.
3419         (TARGET_SWITCHES): Add -mconstant-gp and -mauto-pic options.
3420         (ASM_OUTPUT_DOUBLE_INT): Don't generate @fptr() if -mauto-pic or
3421         -mno-pic is in effect.
3422         (ASM_OUTPUT_XDATA_DOUBLE_INT): Ditto.
3423         * config/ia64/ia64.md (movdi): Use gen_load_gprel64() if
3424         -mauto-pic is in effect.
3425         (gprel64_offset): New pattern.
3426         (load_gprel64): Ditto.
3427         (call): Handle -mauto-pic like -mno-pic (don't use fptr).  If
3428         -mconstant-gp is in effect, no need to preserve gp around direct
3429         calls.
3430         (call_value): Ditto.
3431         * config/ia64/linux.h (PROFILE_BEFORE_PROLOGUE): Define.
3432         (FUNCTION_PROFILER): Define.
3433         * config/ia64/sysv4.h (ASM_OUTPUT_CONSTRUCTOR): Don't generate
3434         @fptr() directive when -mno-pic or -mauto-pic is in effect.
3435         (ASM_OUTPUT_DESTRUCTOR): Ditto.
3436
3437 2000-05-03  Richard Henderson  <rth@cygnus.com>
3438
3439         * Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
3440         (libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets.
3441         (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets.
3442         (mklibgcc, libgcc.mk): New targets.
3443         (libgcc.a): Use libgcc.mk.
3444         (stmp-multilib): Likewise.
3445         (stmp-multilib-sub): Remove.
3446         (mostlyclean): Don't delete libgcc2 temp files.
3447         * configure.in (AC_PROG_CC_C_O): Add.
3448         (NO_MINUS_C_MINUS_O): Substitute it.
3449         (all_outputs): Add mklibgcc.
3450         * mklibgcc.in: New file.
3451
3452 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
3453
3454         * cppexp.c (op_t): Make an int.
3455
3456         * rtlanal.c (dead_or_set_regno_p): Remove unused variable.
3457
3458         * varasm.c (initializer_constant_valid_p): Fix parenthesis.
3459
3460         * gensupport.c (process_rtx): Fix macros used.
3461
3462 2000-05-03  Richard Henderson  <rth@cygnus.com>
3463
3464         * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
3465         call-clobbered registers of a call.
3466
3467 Wed May  3 12:40:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
3468
3469         * gensupport.c: New file.
3470         * gensupport.h: New file.
3471         * Makefile.in (HOST_RTL): Depend on gensupport.
3472         (gensupport.o) New rule.
3473         * genattr.c: Use gensupport for reading .md files.
3474         * genattrtab.c: Ditto. 
3475         * gencodes.c: Ditto. 
3476         * genconfig.c: Ditto. 
3477         * genemit.c: Ditto. 
3478         * genextract.c: Ditto. 
3479         * genflags.c: Ditto. 
3480         * genopinit.c: Ditto. 
3481         * genoutput.c: Ditto. 
3482         * genpeep.c: Ditto. 
3483         * genrecog.c: Ditto.
3484         * rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
3485         * md.texi (Insn Splitting): Document define_insn_and_split.
3486
3487 Tue May  2 00:20:30 2000  Jason Eckhardt  <jle@cygnus.com>
3488
3489         * flow.c (verify_flow_info): Added two more sanity checks. The
3490         first checks that the blocks are numbered consecutively. The second
3491         checks that n_basic_blocks is actually equal to the number of
3492         basic blocks in the insn chain.
3493
3494 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
3495
3496         * cpplib.h: Add accessor macros for token lists.
3497         * cpplib.c, cpphash.c, cpplex.c: Use them.
3498
3499 Wed May  3 09:29:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3500
3501         * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
3502         memory usage if not in a function.
3503         * varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
3504         return address if static.
3505
3506 Wed May  3 13:14:49 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3507
3508         * ifcvt.c (noce_try_cmove_arith):  Use may_trap_p to thest
3509         whether address may trap.
3510
3511 Tue May  2 23:38:37 2000  Jason Eckhardt  <jle@cygnus.com>
3512
3513         * bb-reorder (chain_reorder_blocks): Changed code to test for
3514         EDGE_FALLTHRU rather than making erroneous assumption that the
3515         first outgoing edge is the fall-through edge.
3516
3517 Tue May  2 18:20:31 2000  Donald Lindsay  <dlindsay@hound.cygnus.com>
3518
3519         * config/mips/mips.c (mips_build_va_list,mips_va_start,mips_va_arg): new 
3520         ABI for varargs, across all MIPS. This is incompatible because the
3521         va_list (__builtin_va_list) structure is different, so a compilation
3522         unit passing a va_list and a compilation unit being passed one, should
3523         both be compiled with the same ABI. (The old structure had two 
3524         pointers, now it has three.)
3525
3526 Tue May  2 19:18:43 2000  Jason Eckhardt  <jle@cygnus.com>
3527
3528         * bb-reorder.c (struct reorder_block_def): Remove members end,
3529         block_begin, and block_end.
3530         (REORDER_BLOCK_OLD_END): Delete.
3531         (REORDER_BLOCK_BEGIN): Delete.
3532         (REORDER_BLOCK_END): Delete.
3533         (chain_reorder_blocks): Remove dead code.
3534
3535 Tue May  2 17:06:53 2000  Jason Eckhardt  <jle@cygnus.com>
3536
3537         * bb-reorder.c (remove_scope_notes): Check for both types of scope
3538         notes as the end of a basic block before deleting.
3539
3540 2000-05-02  Mumit Khan  <khan@xraylith.wisc.edu>
3541
3542         * final.c (final_start_function): Fix spelling of "necessary".
3543
3544 2000-05-02  Jason Merrill  <jason@casey.cygnus.com>
3545
3546         * toplev.c (debug_ignore_block): Return int.
3547         * dwarf2out.c (dwarf2out_ignore_block): Likewise.
3548         * toplev.h, dwarf2out.h: Adjust.
3549         * emit-rtl.c (remove_unnecessary_notes): Test return value.
3550
3551         * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
3552         * toplev.c, final.c, rtl.h: Adjust.
3553
3554 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
3555
3556         * aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
3557         * configure.in: Look for makeinfo in the unified tree, then
3558         for a system makeinfo which is sufficiently new.
3559         * Makefile.in: If configure says makeinfo is too old, don't
3560         build or install Info documentation.
3561
3562 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
3563
3564         * cpphash.c (collect_params): Fix off-by-one error.
3565         (dump_hash_helper): Dump all four macro nodetypes.
3566
3567 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
3568
3569         * cpphash.c (trad_stringify): Adjust p after stringification as
3570         well.
3571
3572 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
3573
3574         * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
3575         (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
3576
3577         * cppfiles.c (file_cleanup): Delete.
3578         * cpphash.c (macro_cleanup): Delete.
3579         (collect_objlike_expansion, collect_funlike_expansion,
3580         macarg, scan_arguments): Remove CPP_POP case.
3581
3582         * cpplex.c (null_cleanup): Delete.
3583         (cpp_pop_buffer): Do the work that was done in the cleanups
3584         here.  Call _cpp_unwind_if_stack from here.
3585         (_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
3586         cpp_scan_buffer): Run until we see CPP_EOF and the top of
3587         stack is the buffer _below_ the one we stacked.
3588         (cpp_get_token): Always pop an exhausted buffer.  Return
3589         CPP_EOF unless it's a macro buffer.  Don't call _cpp_handle_eof.
3590         * cpplib.c (skip_if_group): Don't call cpp_get_token to
3591         increment the line number.
3592         (_cpp_handle_eof): Rename to _cpp_unwind_if_stack.
3593
3594         * fix-header.c (read_scan_file) [parsing getchar()]: Run until
3595         we see CPP_EOF and the top of stack is the buffer _below_ the
3596         one we stacked.
3597         * scan-decls.c: Likewise.
3598
3599 2000-05-02  Andrew Haley  <aph@cygnus.com>
3600
3601         * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
3602         where this function is called for the second time on a decl that
3603         has had its section info changed in such a way as to move it out
3604         of small data/bss.  
3605         * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.
3606
3607 2000-05-01  Richard Henderson  <rth@cygnus.com>
3608
3609         * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
3610         the sequence we're moving, not to merge_bb->head.
3611
3612 2000-05-01  Richard Henderson  <rth@cygnus.com>
3613
3614         * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
3615         reference to alpha/t-linux.
3616         (alpha*-*-linux-gnu*): Likewise.
3617         * configure: Rebuild.
3618
3619         * calls.c (expand_call): Don't emit reg notes for a sibcall.
3620
3621         * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
3622         if not in SSA form.
3623
3624         * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
3625
3626 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
3627
3628         * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
3629         TREE_THIS_VOLATILE.
3630
3631 2000-05-01  Richard Henderson  <rth@cygnus.com>
3632
3633         * ifcvt.c (noce_emit_cmove): Conditionally compile call to
3634         emit_conditional_move.
3635
3636 2000-05-01  Jakub Jelinek  <jakub@redhat.com>
3637
3638         * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
3639         as the dynamic linker.
3640
3641 2000-05-01  Zack Weinberg  <zack@wolery.cumb.org>
3642
3643         * cppfiles.c (open_include_file): Open file in blocking mode.
3644         (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
3645         Only exclude block devices and directories.
3646
3647         * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
3648         static.  Allocate the hashnode and its string in the same
3649         block of memory.
3650         (del_HASHNODE): Don't free h->name.
3651         (_cpp_lookup): If there is no entry for this string, create
3652         one, of type T_VOID.
3653         (_cpp_lookup_slot): Delete.
3654         * cpphash.h: Update prototypes.
3655
3656         * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
3657         not hp == NULL.
3658         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
3659         do_unassert, cpp_defined): Use _cpp_lookup.  Don't create a
3660         node here, just fill in the value field properly.  "Delete"
3661         entries by setting the value field to T_VOID.  Check for
3662         hp->type == T_VOID, not hp == NULL.
3663
3664         * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
3665         * cpperror.c, cppexp.c, cpplex.c, cpplib.c:  Don't include
3666         hashtab.h.
3667
3668 2000-05-01  Alexandre Oliva  <aoliva@cygnus.com>
3669
3670         * config/mn10300/mn10300.c (print_operand_address): Do not add
3671         zero to SP.
3672
3673         * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
3674         adjusted by less than 256 bytes, use ret regardless of having any
3675         callee-saved register to restore.
3676
3677 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
3678
3679         * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
3680
3681 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
3682
3683         * config/i386/djgpp.h (INT_ASM_OP): Define.
3684         (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
3685         (ASM_WEAKEN_LABEL): Define.
3686         (MASK_BNU210): Define.
3687         (SUBTARGET_SWITCHES): Define.
3688         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
3689         (MAKE_DECL_ONE_ONLY): Define.
3690         (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
3691
3692 2000-05-01  Mumit Khan  <khan@xraylith.wisc.edu>
3693
3694         * i386/cygwin.h (INT_ASM_OP): Define.
3695
3696 Mon May  1 18:20:06 2000  Denis Chertykov  <denisc@overta.ru>
3697
3698         * config/avr/avr.c (address_cost): renamed to avr_address_cost.
3699         * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
3700
3701 Mon May  1 17:50:44 2000  Denis Chertykov  <denisc@overta.ru>
3702
3703         * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
3704         __tmp_reg__ and __zero_reg__ initialization.
3705
3706 2000-04-30  Richard Henderson  <rth@cygnus.com>
3707
3708         * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
3709
3710         * ifcvt.c (noce_process_if_block): Fail the conversion if X is
3711         referenced bewteen the condition and the jump.  Don't delete
3712         anything but the jump.
3713
3714 Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>
3715
3716         * bb-reorder.c (scope_def): New struct.
3717         (scope_forest_info): New struct.
3718         (struct reorder_block_def): New member "scope".
3719         (REORDER_BLOCK_SCOPE): New macro.
3720         (relate_bbs_with_scopes): New function and prototype.
3721         (make_new_scope): Likewise.
3722         (build_scope_forest): Likewise.
3723         (remove_scope_notes): Likewise.
3724         (insert_intra_1): Likewise.
3725         (insert_intra_bb_scope_notes): Likewise.
3726         (insert_inter_bb_scope_notes): Likewise.
3727         (rebuild_scope_notes): Likewise.
3728         (free_scope_forest_1): Likewise.
3729         (free_scope_forest): Likewise.
3730         (dump_scope_forest): Likewise.
3731         (dump_scope_forest_1): Likewise.
3732         (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
3733         Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
3734         block.
3735         (reorder_basic_blocks): Added calls to build_scope_scope_forest
3736         and remove_scope_notes before reordering is done. Added calls to
3737         rebuild_scope_notes, free_scope_forest, and reorder_blocks after
3738         after reordering is done.
3739
3740 2000-40-30  Bruce Korb  <bkorb@gnu.org>
3741
3742         * fixinc/inclhack.def:  Added definitions needed by OSR5,
3743         removed two stale entries (defined away with OLD_CPP).
3744         * fixinc/inclhack.sh: regen
3745         * fixinc/fixincl.x: regen
3746
3747 2000-04-30  Richard Henderson  <rth@cygnus.com>
3748
3749         * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
3750         from the last insn in the sequence.
3751
3752 2000-04-30  Zack Weinberg  <zack@wolery.cumb.org>
3753
3754         * cpplex.c (cpp_idcmp): New function.
3755         * cpplib.h: Prototype it.
3756         * scan_decls.c (scan_decls): Use it to inspect token names.
3757         * fix-header.c (read_scan_file): Likewise.  Set system_header_p on
3758         the file being run through the preprocessor.
3759         (check_macro_names): Provide length of token to cpp_defined.
3760
3761         * Makefile.in: Remove stale warning message.
3762
3763         * cppfiles.c (redundant_include_p): Provide length of token to
3764         cpp_defined.
3765         * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
3766         values are unsigned int.
3767         (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
3768         (_cpp_lookup_slot): Do not calculate the hash, either.
3769         * cpphash.h: Update prototypes.
3770         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
3771         Hashes are unsigned int.  Calculate hash here, pass by value
3772         to _cpp_lookup_slot.
3773
3774 2000-04-30  Bernd Schmidt  <bernds@cygnus.co.uk>
3775
3776         * simplify-rtx.c (check_value_useless): Delete function.
3777         (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
3778         by hand.
3779         (cselib_invalidate_regno): Likewise.
3780         (cselib_invalidate_mem_1): Likewise.
3781         (references_value_p): Recognize useless values by the fact that they
3782         have no locations.
3783         (discard_useless_values): Likewise.
3784         (cselib_record_set): This may turn a useless value
3785         into a useful one.
3786
3787 2000-04-30  Richard Henderson  <rth@cygnus.com>
3788
3789         * config/d30v: New port.
3790
3791         * configure.in (d30v-*): Set fp format.
3792         * configure: Rebuild.
3793
3794 2000-04-30  Richard Henderson  <rth@cygnus.com>
3795
3796         * ifcvt.c: New file.
3797         * Makefile.in (OBJS): Add it.
3798         (ifcvt.o): New target.
3799         * jump.c (jump_optimize_1): Remove all code related to if-conversion,
3800         and conditional arithmetic.
3801         (find_insert_position): Remove.
3802         * timevar.def (TV_IFCVT, TV_IFCVT2): New.
3803         * toplev.c (DFI_ce, DFI_ce2): New.
3804         (dump_file): Add ce and ce2 dumps.
3805         (rest_of_compilation): Run if_convert a couple o times.  Set
3806         cse_not_expected after cse2.  Don't set no_new_pseudos until
3807         after sched1 or recompute_reg_usage.
3808
3809 2000-04-30  Richard Henderson  <rth@cygnus.com>
3810
3811         * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
3812         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
3813
3814 2000-04-30  Richard Henderson  <rth@cygnus.com>
3815
3816         * flow.c (struct reg_cond_life_info): New.
3817         (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
3818         (init_propagate_block_info): Initialize them.
3819         (free_propagate_block_info): Destruct them.
3820         (mark_set_1): Consider conditional life before killing a register.
3821         (mark_regno_cond_dead): New.
3822         (free_reg_cond_life_info): New.
3823         (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
3824         (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
3825         (mark_used_reg): Record conditional life.
3826
3827         * haifa-sched.c (schedule_insns): Disable death counting
3828         sanity check for HAVE_conditional_execution.
3829
3830 2000-04-30  Richard Henderson  <rth@cygnus.com>
3831
3832         * Makefile.in (TIMEVAR_H): New.
3833         (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
3834         (timevar.h): Remove rule.
3835
3836 2000-04-29  Richard Henderson  <rth@cygnus.com>
3837
3838         * config/alpha/crtend.asm: Use C comments instead of #.
3839         * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.
3840
3841         * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
3842
3843 2000-04-29  Zack Weinberg  <zack@wolery.cumb.org>
3844
3845         * cpphash.h (enum node_type: Take out T_MCONST.
3846         (union hashval): Move into struct hashnode.
3847         (struct hashnode): Pack tighter.  Remove file, line, col
3848         members.
3849         * cpphash.c: Constify most of the macro-definition structures.
3850         (struct definition): Replace by struct object_defn
3851         and struct funct_defn.  Put file, line, column information
3852         here.  All users updated to match.
3853         (_cpp_create_definition, _cpp_macroexpand): Remove special
3854         case for #define WORD OTHERWORD.
3855         * cpplib.c (do_undef): Remove T_MCONST case.
3856
3857         * cpphash.h: Move struct reflist, struct definition, and the
3858         DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
3859         union hashval.  _cpp_free_definition takes a HASHNODE pointer.
3860         * cpphash.c (_cpp_free_definition): Free data pointed to by
3861         MCONST, XCONST, MACRO, and FMACRO nodes properly.
3862         (_cpp_create_definition, del_HASHNODE): Just call
3863         _cpp_free_definition to clear out a hashnode.
3864         * cpplib.c (do_pragma_poison): Likewise.
3865
3866 Sat Apr 29 12:25:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
3867
3868         * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
3869         LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
3870         FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
3871         (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
3872         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
3873         REGNO_AM33_P): Redefine in terms of the new macros.
3874         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
3875         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
3876         STRUCT_VALUE): Likewise.
3877         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
3878         ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
3879
3880 Sat Apr 29 01:18:45 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3881
3882         * regmove.c (struct record_stack_memrefs_data): New.
3883         (record_stack_memrefs): New function.
3884         (combine_stack_adjustments_for_block): Use it.
3885
3886 Sat Apr 29 01:15:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3887
3888         * calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
3889         use special_function_p to detect alloca.
3890
3891 Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
3892
3893         * gcc.texi: Fixes for makeinfo 4.0 --html.
3894
3895 2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
3896
3897         * pcp.h: Delete file.
3898
3899 2000-04-28  Kazu Hirata  <kazu@hxi.com>
3900
3901         * h8300.c (function_epilogue): Clean up flags when the last insn
3902         in a function is a barrier.
3903
3904 2000-04-28  Chris Demetriou  <cgd@sibyte.com>
3905
3906         * configure.in (sparc-hal-solaris2*): protect [] glob from
3907         my expansion.
3908         (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
3909         rather than hard-coded constants in target_cpu_default2.
3910         * configure: Regenerate.
3911
3912 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
3913
3914         * tree.c (get_callee_fndecl): Extract the initial value from
3915         a readonly decl.
3916
3917 2000-04-28  Richard Henderson  <rth@cygnus.com>
3918
3919         * varasm.c (record_constant_1): Record the CODE_LABEL when
3920         taking the address of a LABEL_REF.
3921
3922 2000-04-28  Richard Henderson  <rth@cygnus.com>
3923             Jan Hubicka  <jh@suse.cz>
3924
3925         * calls.c (combine_pending_stack_adjustment_and_call): Return the
3926         adjustment; don't do the stack adjust.
3927         (expand_call): Call compute_argument_block_size right before
3928         allocating the block; update comment; don't do alignment sanity
3929         checking for sibling call; use args_size instead of
3930         unadjusted_args_size before args_size is adjusted.  Use
3931         combine_pending_stack_adjustment_and_call to compute stack adjust
3932         for must_preallocate case.
3933
3934         * expr.c (push_block): Remove shadow `temp' in inner scope.
3935
3936 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
3937
3938         * toplev.c (rest_of_compilation): Call
3939         note_deferral_of_defined_inline_function even if the function
3940         can't be inlined.
3941
3942 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
3943
3944         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
3945
3946 2000-04-28  Richard Henderson  <rth@cygnus.com>
3947
3948         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
3949
3950 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3951
3952         * timevar.c (init_timevar): DeANSIfy function definition.
3953
3954 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
3955
3956         * Makefile.in (timevar.o): Depend on flags.h.
3957         * timevar.c (unused_stack_instances): New variable.
3958         (timevar_push): Take a timevar_stack_def from
3959         unused_stack_instances if available.
3960         (timevar_pop): Push the popped timevar_stack_def onto
3961         unused_stack_instances.
3962         (TIMEVAR_ENABLE): New macro.
3963         (timevar_def): Make standalone a 1-bit field.  Add field used.
3964         (get_time): Rename parameter to now.  Return after clearing it if
3965         not TIMEVAR_ENABLE.
3966         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
3967         (timevar_pop): Likewise.
3968         (timevar_stop): Likewise.
3969         (timevar_push): Likewise.  Mark the timing variable as used.
3970         (timevar_start): Likewise.
3971         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
3972         timevars that were never used.
3973
3974 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
3975
3976         * c-common.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
3977         always TREE_READONLY.
3978
3979 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
3980
3981         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
3982         for call instruction with mode QImode.
3983
3984 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
3985
3986         * Makefile.in (OBJS): Add timevar.o.
3987         (toplev.o): Depend on timevar.h.
3988         (ggc-simple.o): Likewise.
3989         (ggc-page.o): Likewise.
3990         (timevar.o): New rule.
3991         (timevar.h): New rule.
3992
3993         * timevar.h: New file.
3994         * timevar.c: Likewise.
3995         * timevar.def: Likewise.
3996
3997         * toplev.h (gc_time, parse_time, varconst_time): Remove.
3998         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
3999         throughout.
4000         (TIMEVAR): Remove macro.
4001         (gc_time, parse_time, varconst_time, integration_time, jump_time,
4002         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
4003         flow_time, combine_time, regmove_time, sched_time,
4004         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
4005         sched2_time, dbr_sched_time, reorder_blocks_time,
4006         rename_registers_time, shorten_branch_time, stack_reg_time,
4007         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
4008         all_time): Remove.
4009         (compile_file): Don't initialize time variables.  Call
4010         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
4011         of many calls to print_time.
4012         (rest_of_compilation): Add timing for reload_cse_regs.
4013         (get_run_time): Removed to timevar.c.
4014         (print_time): Likewise.
4015         (get_run_time): Implement using TV_TOTAL time variable.
4016         (print_time): Get total run time from get_run_time.
4017         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
4018         computing elapsed time explicitly.
4019         * ggc-simple.c (ggc_collect): Likewise.
4020         (gc_time): Remove declaration.
4021
4022 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
4023
4024         * calls.c (combine_pending_stack_adjustment_and_call): New function.
4025         (expand_call): Use it.
4026
4027 2000-04-27  Jan Hubicka  <jh@suse.cz>
4028
4029         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
4030         fields.
4031
4032 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
4033
4034         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
4035         registers.
4036
4037 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4038
4039         * function.c (epilogue_done): Pass whole insn to record_insns.
4040
4041 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4042
4043         * cse.c (CSE_ADDRESS_COST): Remove.
4044         (find_best_addr): Add new parameter "MODE", use address_cost instead
4045         of CSE_ADDRESS_COST
4046         (address_cost): New.
4047         (fold_rtx): Update call of find_best_addr.
4048         * rtl.h (address_cost): Declare.
4049         * loop.c (general_induction_var): Add new parameter "MODE", use
4050         address_cost instead of ADDRESS_COST
4051         (init_loop): Use address_cost instead of ADDRESS_COST.
4052         (check_insn_for_givs): Update call of general_induction_var.
4053         (find_mem_givs): Likewise.
4054         (consec_sets_giv): Likewise.
4055         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
4056         * i386.c (ix86_address_cost): New.
4057         * i386-protos.h (ix86_address_cost): Declare.
4058
4059 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
4060
4061         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
4062         registers.
4063
4064 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4065
4066         * expr.c (store_expr): Use clear_storage instead of direct memset
4067         libcall.
4068
4069 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
4070
4071         * config/mn10300/mn10300.c (mn10300_address_cost): Test
4072         ASHIFT, AND and LABEL_REF.
4073
4074 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4075
4076         * invoke.texi (-foptimize-sibling-calls): Fix.
4077
4078 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4079
4080         * loop.c (load_mems)  Don't use hard registers for the hoisting.
4081
4082         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
4083         calculation; rename const_equiv array in the preconditioning code
4084         from loop_unroll to loop_unroll_precondition
4085
4086 2000-04-27  Richard Henderson  <rth@cygnus.com>
4087
4088         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
4089         add new_set.
4090         (propagate_one_insn): Clear it.  Don't update reg_live here.
4091         (init_propagate_block_info): Update for pbi member changes.
4092         (free_propagate_block_info): Likewise.
4093         (mark_set_1): Know that zero_extract, sign_extract, and
4094         strict_low_part don't kill their argument.  Alter hard subregs.
4095         Update new_set for non-CLOBBER sets.  Update reg_live.
4096         (find_auto_inc): Update reg_live, not new_dead.
4097         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
4098         to determine if the reg in question was set this insn.  Only update
4099         reg info with PROP_REG_INFO.
4100
4101 2000-04-26  Richard Henderson  <rth@cygnus.com>
4102
4103         * flow.c (allocate_reg_life_data): Set max_regno here ...
4104         (life_analysis): ... not here.
4105
4106         * flow.c (calculate_global_regs_live): Force stack pointer
4107         live at end.
4108
4109 2000-04-26  Richard Henderson  <rth@cygnus.com>
4110
4111         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
4112         commit change group changes.
4113         (invert_exp_1): Similarly.
4114         (redirect_exp, invert_exp): Use them.
4115         (redirect_jump_1): New.
4116         (invert_jump_1): New.
4117         (jump_optimize_1): Remove code subsumed by condexec.c.
4118         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
4119
4120 2000-04-26  Richard Henderson  <rth@cygnus.com>
4121
4122         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
4123
4124         * genconfig.c (main): Set all HAVE_foo to 1.
4125
4126         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
4127
4128 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
4129
4130         * invoke.texi: Document -fssa flag.
4131
4132 2000-04-26  Richard Henderson  <rth@cygnus.com>
4133
4134         * flow.c (count_reg_sets_1): Remove.
4135         (count_reg_sets, count_reg_references): Remove.
4136         (recompute_reg_usage): Implement with update_life_info.
4137         Reallocate life data.
4138
4139 2000-04-26  Richard Henderson  <rth@cygnus.com>
4140
4141         * flow.c (update_life_info): Consider blocks null to mean the
4142         universal set.
4143         (calculate_global_regs_live): Likewise.
4144         (life_analysis): Do that instead of collecting all_blocks.
4145
4146 2000-04-26  Richard Henderson  <rth@cygnus.com>
4147
4148         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
4149         a still-valid conditional jump.
4150
4151 2000-04-26  Richard Henderson  <rth@cygnus.com>
4152
4153         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
4154
4155         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
4156         * flow.c (calculate_loop_depth): Remove.
4157         * output.h (calculate_loop_depth): Don't declare.
4158         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
4159         inline; run estimate_probability at the same time.
4160
4161 2000-04-26  Neil Booth  <NeilB@earthling.net>
4162
4163         * cpplib.h: "~=" is not a single pp-token.
4164         * cpplex.c: Correct commentary.
4165
4166 2000-04-26  Richard Henderson  <rth@cygnus.com>
4167
4168         * flow.c (mark_set_1): New arguments code and flags; update all
4169         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
4170         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
4171         loop_depth when optimizing for size.  Do new_dead update after
4172         emitting REG_UNUSED notes.  Merge mark_set_reg code.
4173         (mark_set_reg): Remove.
4174         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
4175         arrange to not emit REG_UNUSED notes.
4176
4177 2000-04-26  Richard Henderson  <rth@cygnus.com>
4178
4179         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
4180         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
4181
4182 2000-04-26  Richard Henderson  <rth@cygnus.com>
4183
4184         * flow.c (propagate_one_insn): Break out from propagate_block.
4185         (init_propagate_block_info): Likewise.
4186         (free_propagate_block_info): Likewise.
4187         (propagate_block): Use them.  Export.
4188         * basic-block.h: Declare them all.
4189
4190 2000-04-26  Richard Henderson  <rth@cygnus.com>
4191
4192         * basic-block.h (life_analysis): Declare here ...
4193         * output.h: ... not here.
4194         * flow.c (life_analysis): Remove nregs parameter; replace
4195         remove_dead_code with flags.  Remove ssa dead code check.
4196         Only init alias analysis if we'll use it.
4197         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
4198         * ssa.c (convert_to_ssa): Likewise.
4199         (convert_from_ssa): Likewise.
4200         * toplev.c (rest_of_compilation): Likewise.
4201
4202 2000-04-26  Richard Henderson  <rth@cygnus.com>
4203
4204         * flow.c (flow_delete_block): Rename from delete_block.  Export.
4205         * basic-block.h (flow_delete_block): Declare.
4206
4207 2000-04-26  David S. Miller  <davem@redhat.com>
4208
4209         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
4210         taking a PATTERN of it.
4211
4212 2000-04-26  <NeilB@earthling.net>
4213
4214         * cpplex.c (spell_other, spell_char): Remove.
4215         (SPELL_CHAR): New.
4216         (token_spelling, trigraph_map): Use unsigned chars.
4217         (_cpp_lex_line): Tidy up the switch statement.
4218         * cpplib.h: Implement spell_char with spell_string.
4219         (C): New.
4220
4221 2000-04-26  <RodneyBrown@pmsc.com>
4222
4223         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
4224         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
4225
4226 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4227
4228         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
4229         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
4230         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
4231         dwarf2out_return_save, dwarf2out_return_reg,
4232         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
4233         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
4234         gen_compile_unit_die, dwarf2out_init): Constify a char*.
4235
4236         * dwarf2out.h (dwarf2out_init): Likewise.
4237
4238         * dwarfout.c (filename_entry, primary_filename, last_filename,
4239         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
4240
4241         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
4242         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
4243         dwarf2out_return_reg): Likewise.
4244
4245 2000-04-26  Andreas Jaeger  <aj@suse.de>
4246
4247         * extend.texi (Function Attributes): Fix description of pure
4248         attribute.
4249
4250 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
4251
4252         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
4253         before calling rest_of_compilation.
4254
4255 2000-04-26  Andreas Jaeger  <aj@suse.de>
4256
4257         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
4258         last patch.
4259
4260 2000-04-25  Richard Henderson  <rth@cygnus.com>
4261
4262         * cse.c (cse_insn): Emit barrier after unconditional jump.
4263
4264         * calls.c (expand_call): Disable tail call generation once
4265         rtx_equal_function_value_matters is false.
4266
4267         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
4268         like EDGE_EH edges.
4269
4270 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
4271
4272         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
4273
4274         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
4275
4276         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
4277         is the primary DIE for a member function.
4278         (gen_decl_die): Call set_decl_origin_self here.
4279         * dwarfout.c (output_decl): And here.
4280         * integrate.c (output_inline_function): Not here.
4281         Don't clear DECL_INLINE until after calling rest_of_compilation.
4282         (set_decl_origin_self): No longer static.
4283         * tree.h: Add prototype.
4284         * toplev.c (note_deferral_of_defined_inline_function): Only write
4285         out abstract instance for actual inlines.
4286
4287 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
4288
4289         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
4290         EXTENDED_REGS only if TARGET_AM33.
4291         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
4292         SP_REGS to register allocation and reloading unless absolutely
4293         necessary.
4294         (movsi3): Remove special-case of adding non-constants to SP.
4295
4296 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4297
4298         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
4299         INCLUDES to search and does not provide any of its own.  Also it
4300         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
4301         parameters.  Also it does not call AC_DEFINE.
4302         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
4303         AC_DEFINE and provides for automatic entries for autoheader.
4304         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
4305
4306         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
4307         so we can pass -I flags and include gansidecl.h/system.h in this
4308         test.
4309
4310         * acconfig.h: Delete all NEED_DECLARATION_* entries.
4311
4312 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4313
4314         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
4315         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
4316         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
4317
4318         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
4319         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
4320         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
4321         for these macros.  Clean up spacing and linewraps.
4322
4323 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
4324
4325         * calls.c (expand_call): Use get_callee_fndecl.
4326
4327         * print-tree.c (print_node): Print the chain of an _EXPR.
4328
4329 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
4330                           Jim Wilson  <wilson@cygnus.com>
4331                           Andrew Haley  <aph@cygnus.com>
4332
4333         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
4334         and gp save/restore problems.
4335         * config/ia64/crtend.asm: Add IA-64 unwind support.
4336         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
4337         in fr_pad_size calculation.
4338         (save_restore_insns): Move PR save area.  Correct uses of
4339         RTX_FRAME_RELATED_P.
4340         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
4341         (ia64_expand_epilogue): Add eh_epilogue support.
4342         (ia64_function_prologue): Emit .prologue directive.
4343         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
4344         (ia64_override_options): Set init_machine_status and
4345         mark_machine_status.
4346         (rtx_needs_barrier): Handle bsp reads and writes.
4347         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
4348         New static variables.
4349         (process_set, process_for_unwind_directive): New functions.
4350         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
4351         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
4352         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
4353         macros.
4354         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
4355         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
4356         (struct machine_function): Define.
4357         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
4358
4359 2000-04-25  Bruce Korb  <bkorb@gnu.org>
4360
4361         * fixinc/Makefile.in: make the removal of old programs more
4362         robust
4363         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
4364         install-bin and install-sh
4365
4366 2000-04-25  Nick Clifton  <nickc@cygnus.com>
4367
4368         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
4369         defined, define to return zero.
4370         (function_cannot_inline_p): If a function has any target
4371         specific attributes, then use the macro
4372         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
4373         whether it can be inlined.  If it cannot, issue a suitable
4374         explanation.
4375
4376         * tm.texi: Add a new node 'Inlining' to document the new macro
4377         FUNCTION_ATTRIBUTE_INLINABLE_P.
4378
4379 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
4380
4381         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
4382         commentary.
4383
4384 2000-04-25  Neil Booth  <NeilB@earthling.net>
4385
4386         Restore previous patch, plus the following fixes:
4387
4388         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
4389         flags, not CPP_OPEN_PAREN.
4390         * cpplex.c (expand_token_space, init_token_list,
4391         cpp_free_token_list): Put the dummy token at list->tokens[-1].
4392         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
4393
4394 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4395
4396         * config/i386/freebsd.h (INT_ASM_OP): Define.
4397
4398 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4399
4400         * loop.c (strength_reduce): Fix typo in the last checkin.
4401
4402 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4403
4404         * stor-layout.c (finalize_record_size): Simplify to use existing
4405         functions.
4406         (compute_record_mode): No longer static.
4407         * tree.h (compute_record_mode): New declaration.
4408
4409 2000-04-25  Neil Booth  <NeilB@earthling.net>
4410
4411         * Revert my patch below until cause of build failures
4412         determined.
4413
4414 2000-04-25  Richard Henderson  <rth@cygnus.com>
4415
4416         * combine.c (combine_instructions): Add missing argument
4417         to try_combine.
4418
4419         * toplev.c (rest_of_compilation): Delay sibcall optimization
4420         until after emit_eh_context.
4421
4422 2000-04-24  Nick Clifton  <nickc@redhat.com>
4423
4424         * combine.c (combine_instructions): Do not try to combine a
4425         sequence of insns when the second insn has been replaced by a
4426         note.
4427
4428 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
4429
4430         * gcc.c (load_specs): New static function.
4431         (read_specs): Use it.
4432
4433         * gcc.c (lookup_compiler): Make multiple passes for case
4434         insensitive filesystems.
4435
4436 2000-04-24  Neil Booth  <NeilB@earthling.net>
4437
4438         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
4439         * cpphash.h (_cpp_check_directive): new.
4440         * cpplex.c (handle_newline, cpp_free_token_list,
4441         init_trigraph_map, trigraph_ok, trigraph_replace,
4442         backslash_start, skip_block_comment, skip_line_comment,
4443         skip_whitespace, parse_name, parse_number, parse_string,
4444         copy_comment, _cpp_lex_line, spell_char, spell_string,
4445         spell_comment, spell_name, spell_other, _cpp_lex_file,
4446         _cpp_output_list): new.
4447         (expand_name_space): take length argument.
4448         (init_token_list): add comment list initialisation.
4449         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
4450         instead of HSPACE_BEFORE.
4451
4452         * cpplib.c (_cpp_check_directive): new
4453         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
4454         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
4455         (HSPACE_BEFORE): delete.
4456         (TTYPE_TABLE): rearrange.
4457         (struct cpp_toklist): update.
4458
4459 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4460
4461         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
4462         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
4463         argument form of AC_DEFINE.
4464
4465         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
4466         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
4467         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
4468         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
4469         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
4470
4471         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
4472
4473 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4474
4475         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
4476         deduced.h): Use -isystem, not -I, for including system headers.
4477
4478 2000-04-24  Nick Clifton  <nickc@cygnus.com>
4479
4480         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
4481         the source register is the frame pointer or arg pointer.
4482         (addsi3_small_int): Disallow if source register is the frame
4483         pointer or arg pointer.
4484
4485 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4486
4487         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
4488         call to AC_MSG_RESULT.
4489
4490 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4491
4492         * invoke.texi: Correct grammatical errors, document
4493         -fno-gnu-keywords as identical to -fno-asm for C++.
4494
4495 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4496
4497         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
4498         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
4499         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
4500         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
4501         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
4502
4503         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
4504         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
4505         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
4506         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
4507         new macros names.
4508
4509 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
4510
4511         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
4512         (pop_alignment): Likewise.
4513         (handle_pragma_token): Likewise.
4514
4515 2000-04-24  Robert Lipe <robertlipe@usa.net>
4516
4517         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
4518
4519 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
4520
4521         * combine.c (try_combine): Update reg_nonzero_bits of
4522         newi2pat before newpat.
4523
4524 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4525
4526         * loop.c (strength_reduce): Simplify test to INSN_P.
4527         (record_giv): Attempt to simplify the add value, use CONSTANT_P
4528         expressions instead of CONST_INT.
4529         (express_from_1): Likewise.
4530
4531 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
4532
4533         * regs.h (reg_n_max): Don't declare.
4534         * flow.c (reg_n_max): Don't define.
4535         * regclass.c (renumber): Don't initialize to zero.
4536         (regno_allocated): Likewise.
4537         (reg_n_max): Define.
4538         (allocate_reg_info): Don't initialize unnecessarily.
4539
4540 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
4541
4542         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
4543         and blockage_p in the newly allocated attribute.
4544
4545 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
4546
4547         * config/mn10300/mn10300.md (addsi): `inc4' on address
4548         registers does not modify cc, but `inc' on an extended
4549         register does.
4550
4551 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
4552
4553         * reload.c (find_equiv_reg): Checks all valueno regs
4554         as a reload_reg_p regs.
4555
4556 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
4557
4558         * cpphash.c (collect_objlike_expansion): Add sanity check.
4559         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
4560         the buffer is the empty string, return.  Mark __DATE__ and
4561         __TIME__ as XCONST nodes, not MCONST.
4562         (_cpp_macroexpand): Avoid pushing an empty buffer.
4563         (funlike_macroexpand): Don't pop token_buffer here.
4564
4565 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
4566
4567         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
4568         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
4569         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
4570         (REGNO_OK_FOR_BASE_P): Define in terms of them.
4571         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
4572         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
4573         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
4574
4575 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4576
4577         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
4578         constant MULT givs.
4579
4580 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
4581
4582         * cpphash.h (struct definition): Move file, line, col members...
4583         (struct hashnode): ... here.  Also add 'disabled' flag.
4584         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
4585         T_IDENTITY.  Remove T_DISABLED.
4586         Update prototypes.
4587
4588         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
4589         (collect_expansion): Split into collect_objlike_expansion and
4590         collect_funlike_expansion.
4591         (_cpp_macroexpand): Split out scan_arguments, stringify, and
4592         funlike_macroexpand.
4593         (_cpp_compare_defs): Rename compare_defs, make static.
4594         (_cpp_make_hashnode): Initialize hp->disabled.
4595         (macro_cleanup): Adjust for new token types.  Clear
4596         m->disabled.
4597         (_cpp_create_definition): Move code here to determine what
4598         sort of macro it is, and code to check for redefinitions, from
4599         do_define.  Implement a few simple cases without creating a
4600         full DEFINITION.
4601         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
4602         Handle the simple cases.
4603         (push_macro_expansion): Set buf->has_escapes and hp->disabled
4604         here.
4605
4606         * cppinit.c (builtin_array): Change MCONST to XCONST
4607         everywhere.
4608         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
4609         fix check for disabled and function-like macros.
4610         * cpplib.c (do_define): Move most logic to
4611         _cpp_create_definition.
4612         (do_undef): Handle new special token types.
4613
4614 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4615
4616         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
4617         of CONSTANT_P for mult_val; always use validate_change to update insn.
4618
4619 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
4620
4621         * cpphash.c (trad_stringify, add_pat): New functions.
4622         (collect_expansion): Restore support for -traditional syntax.
4623         Use trad_stringify and add_pat.
4624         (_cpp_macroexpand): Restore support for -traditional semantics.
4625         * cpplex.c (_cpp_scan_line): Don't change space_before if we
4626         get a COMMENT token.
4627         (_cpp_lex_token): Provide COMMENT tokens to caller if
4628         traditional and parsing_define_directive.
4629         (skip_comment): Warn about // comments if -Wtraditional.
4630         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
4631         proper node type.
4632         (do_undef): Don't warn about undefining EMPTY nodes.
4633
4634 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4635
4636         * loop.c (strength_reduce): Fix biv removal code.
4637
4638 2000-04-22  Richard Henderson  <rth@cygnus.com>
4639
4640         * predict.c (estimate_probability): Examine both sides of
4641         a branch for no exits.  Use 90% not 50% for predict taken.
4642         Reorg for one copy of note generation code.
4643
4644 2000-04-22  Richard Henderson  <rth@cygnus.com>
4645
4646         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
4647
4648 2000-04-22  Richard Henderson  <rth@cygnus.com>
4649
4650         * diagnostic.c (init_output_buffer): Don't initialize format_args.
4651         (output_clear): Likewise.
4652         (output_printf): Use va_copy.
4653         (vline_wrapper_message_with_location): Likewise.
4654         (v_message_with_decl): Likewise.
4655         (line_wrapper_printf): VA_START infor buffer.format_args directly.
4656         * system.h (va_copy): Provide default implementation.
4657
4658 2000-04-22  Richard Henderson  <rth@cygnus.com>
4659
4660         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
4661         the collected condition is not a constant.
4662
4663 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
4664
4665         * diagnostic.h: New file.
4666
4667         * Makefile.in (diagnostic.o): Depends on diagnostic.h
4668
4669         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
4670         various function prototypes.
4671         (diagnostic.h): #include.
4672         (struct output_buffer): Move into diagnostic.h.
4673         (get_output_prefix): Rename to output_get_prefix.  Export.
4674         (init_output_buffer): Export. Break out.  Ajust intialization.
4675         (output_space_left, output_append): Export.
4676         (output_newline): Rename to output_add_newline.  Export.
4677         (output_clear): Nullify additional output_buffer fields.
4678         (output_puts): Rename to output_add_string.  Export.
4679         (dump_output): Rename to output_flush_on.  Export.
4680         (build_location_prefix): Constify return-type.
4681         (emit_output_prefix): Rename to output_emit_prefix. Export.
4682         (set_real_maximum_length): New function.
4683         (output_set_maximum_length): Ditto
4684         (output_clear): Ditto.
4685         (output_add_character): Ditto.
4686         (output_add_integer): Ditto.
4687         (output_add_space): Ditto.
4688         (output_format): Ditto.
4689         (output_printf): Adjust buffer initialization.
4690         (vline_wrapper_message_with_location): Ditto.
4691         (v_message_with_decl): Ditto.  Adjust call to output_puts
4692         and get_output_prefix.
4693         (default_print_error_function): Adjust buffer intialization.
4694
4695 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4696
4697         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
4698         of VOID_TYPE.
4699
4700 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
4701
4702         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
4703         of explicit 0.
4704
4705 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
4706
4707         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
4708         accurate data about SP moves.
4709
4710 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
4711
4712         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
4713         aliases to AM33 registers.
4714
4715 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
4716
4717         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
4718         to all EXTENDED bitmaps.
4719
4720 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
4721
4722         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
4723         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
4724         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
4725
4726 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
4727
4728         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
4729         the operand is not constant.
4730
4731 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
4732
4733         * reload.c (find_equiv_reg): Checks all valueno and regno regs
4734         as a call-clobbered regs.
4735
4736 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4737
4738         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
4739         * rtl.h: Likewise.
4740         * rtl.def: Update comment.
4741         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
4742         * integrate.c (expand_inline_function): Likewise.
4743         * profile.c (branch_prob): Likewise.
4744         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
4745         * print-rtl.c (print_rtx): Likewise.
4746         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
4747         (reemit_notes): Likewise; also use enum insn_note.
4748
4749         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
4750         (place_field): Properly compute know and actual alignment.
4751
4752         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
4753         in proper format.
4754
4755         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
4756         note for REG1.
4757
4758 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
4759
4760         * cpphash.c (struct arg, struct arglist): Const-ify strings.
4761         (warn_trad_stringify, duplicate_arg_p): New helper functions.
4762         (collect_expansion): Rewrite to scan over a token list.
4763         Remove -traditional support.
4764         (collect_formal_parameters): Rename to collect_params; rewrite
4765         to scan over a token list.
4766         (_cpp_create_definition): Adjust to scan a token list.
4767         (_cpp_macroexpand): Remove -traditional support.
4768         (_cpp_compare_defs): Whitespace is now canonicalized.
4769         (comp_def_part): Delete function.
4770
4771         * cpphash.h: Update prototypes.
4772         * cpplex.c (init_token_list): Don't set lineno if there is no
4773         buffer.
4774         (pedantic_whitespace): New function.
4775         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
4776         consume a newline.  Use pedantic_whitespace.
4777         (_cpp_lex_token): Remove support for -traditional macros.
4778         (_cpp_get_define_token): Delete.
4779         (_cpp_get_directive_token): Do the real work here.  Use
4780         pedantic_whitespace.
4781         (_cpp_init_input_buffer): Initialize pfile->directbuf.
4782
4783         * cpplib.c (get_macro_name): Delete.
4784         (do_define): Read the entire line into pfile->directbuf, then
4785         feed the token list to _cpp_create_definition.
4786         * cpplib.h (HSPACE_BEFORE): new define.
4787         (struct cpp_reader): Add a toklist member, "directbuf".
4788
4789         * predict.c (estimate_probability): New heuristic: if a jump
4790         branches around a block with no successors, predict it taken.
4791         Disentangle control flow.
4792
4793 2000-04-20  Richard Henderson  <rth@cygnus.com>
4794
4795         * loop.c (emit_iv_add_mult): Revert last change.
4796
4797 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
4798
4799         * cpplib.h (enum cpp_ttype): Add token types for all
4800         punctuators.  Distinguish pp-numbers from valid C numbers.
4801         Give some tokens better names.  Initialize from macro.
4802         (struct cpp_name, cpp_token, cpp_toklist): New data
4803         structures.
4804         Update prototypes.
4805         * cpplex.c (bump_column, expand_name_space,
4806         expand_token_space, init_token_list, cpp_output_list,
4807         _cpp_scan_line):  New functions.
4808         (output_line_command): Add third argument, new line number.
4809         * cpphash.h: Update prototypes.
4810         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
4811         token names.
4812
4813 2000-04-20  Richard Henderson  <rth@cygnus.com>
4814
4815         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
4816
4817 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
4818
4819         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
4820         object pointed to.
4821
4822 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4823
4824         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
4825         REG_EQUAL note explaining the calculated value.
4826
4827         * calls.c (expand_call): Avoid unnecesary precalculation
4828         and outgoing parameters space guarding for sibling calls.
4829         (store_one_arg): Likewise.
4830
4831 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4832
4833         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
4834         (rest_of_compilation): Write sibling dump file and account
4835         for time as jump time.
4836         * invoke.texi: Update documentation on dump flags.
4837
4838 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
4839
4840         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
4841
4842 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
4843
4844         * cpphash.c (special_symbol): Represent an empty macro with
4845         "\r \r " not just "\r ".
4846         (_cpp_macroexpand): Correct condition for the foo ( ) special
4847         case.
4848         (unsafe_chars): Handle EOF as second argument.
4849         (push_macro_expansion): Simplify test for removing escape at
4850         end.  Do not trim both escapes if there is no text in between.
4851
4852 2000-04-19  Jim Blandy  <jimb@redhat.com>
4853
4854         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
4855         of PTR_SIZE, when appropriate.
4856
4857 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
4858
4859         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
4860         (USE_ENUM_BITFIELDS): Fix typo.
4861
4862 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4863
4864         * stor-layout.c (place_field): Set rli->offset_align properly.
4865
4866 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4867
4868         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
4869         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
4870         PARM_BOUNDARY): Remove unnecessary casts.
4871
4872 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4873
4874         * calls.c (precompute_arguments): Remove must_preallocate and
4875         args_size calls.
4876         (expand_call): Update call of precompute_arguments.
4877
4878         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
4879         check_insn_for_givs): Break out from ...
4880         (strength_reduce) ... here; use for_every_insn_in_loop to call
4881         check_insn_for_givs.
4882         * loop.h (for_every_insn_in_loop): Declare.
4883         (loop_insn_callback): New type.
4884
4885 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
4886
4887         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
4888         not nul-terminated.
4889
4890 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
4891
4892         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
4893         flag_pic and RELOC.
4894
4895 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
4896
4897         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
4898
4899         * configure.in: Delete --disable-cpplib option and all
4900         references to cpp_main.
4901         * configure: Regenerate.
4902         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
4903         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
4904         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
4905         cpp$(exeext).  Add --no-headers to makeinfo command line when
4906         generating INSTALL.  Install and uninstall cpp.1 manpage, not
4907         cccp.1.
4908         * install.texi: Delete all references to cexp.y/cexp.c.
4909         Delete ancient instructions for compiling GCC on 3b1.
4910         * INSTALL: Regenerate.
4911
4912         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
4913         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
4914         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
4915         cexp.c/cexp.y.
4916         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
4917         which is no longer tested anywhere.
4918
4919         * cppinit.c (handle_option): Don't run error message through
4920         gettext twice.
4921
4922 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4923
4924         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
4925         * cpperror.c (hashtab.h): Now include.
4926         * cppexp.c (hashtab.h): Likewise.
4927         * cpplex.c (hashtab.h): Likewise.
4928         * cppfiles.c (hashtab.h): Likewise.
4929         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
4930         to htab_find_slot_with_hash.
4931         * cpphash.c (hashtab.h): Now include.
4932         (_cpp_lookup_slot): INSERT is now enum insert_option.
4933         * cpphash.h (_cpp_lookup_slot): Likewise.
4934         * cppinit.c (hashtab.h): Include earlier.
4935         (initialize_builtins): Pass enum to htab_find_slot.
4936         * cpplib.c (hashtab.h): Now include.
4937         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
4938         (do_pragma_poison, do_assert): Likewise.
4939         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
4940         htab_find_slot_with_hash.
4941         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
4942         * tree.c (type_hash_add): Likewise.
4943         (build1): Minor cleanup.
4944
4945         * ggc-common.c: Add missing blanks.
4946         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
4947         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
4948
4949         * stmt.c (mark_case_node): New function.
4950         (mark_case_nesting): Call it.
4951
4952         * expmed.c (emit_store_flag): If comparing two-word integer
4953         with zero, can optimize NE, EQ, GE, and LT.
4954
4955         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
4956         * conflict.c: Minor cleanups.
4957         * optabs.c: Add blank line
4958         * simplify-rtx.c: Minor cleanups.
4959
4960 2000-04-18  Stan Cox  <scox@cygnus.com>
4961
4962         * gengenrtl.c (genlegend): Fix misspelling.
4963
4964 2000-04-18  Robert Lipe  <robertlipe@usa.net>
4965
4966         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
4967         bitfields of the host compiler are not signed quantities.
4968         * config.in: Regenerate.
4969         * configure: Regenerate.
4970         * system.h (USE_ENUM_BITFIELDS): Added.
4971         (ENUM_BITFIELDS): Added.
4972         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
4973         (SHORT_ENUM_BUG): Deleted.
4974         * tree.h (tree_common): Members `code', `mode', `built_in_class',
4975         now ENUM_BITFIELD.
4976         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
4977         (CODE_FIELD_BUG): Likewise.
4978         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
4979         (OLD_CC): Likewise.
4980         * config/m68k/x-ccur (X_CFLAGS): Likewise.
4981
4982 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
4983
4984         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
4985         mark is active.
4986
4987 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
4988
4989         * cppexp.c (lex): Don't assume tokens are NUL terminated.
4990         * cpplib.c (do_include, do_import, do_include_next,
4991         read_line_number, detect_if_not_defined): Likewise.
4992         * cpphash.c (collect_expansion): Likewise.
4993         (special_symbol, _cpp_macroexpand): Check return from
4994         cpp_file_buffer.
4995         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
4996         macros.  Delete all uses.
4997
4998         * gcc.dg/cpp-mi.c: Add two more test cases.
4999         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
5000
5001 2000-04-17  Richard Henderson  <rth@cygnus.com>
5002
5003         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
5004         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
5005
5006 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
5007
5008         * function.c (expand_function_start): Use hard_function_value to
5009         compute the RTL to use for DECL_RESULT.
5010
5011 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5012
5013         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
5014         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
5015          x86_memory_mismatch_stall): New global variables.
5016         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
5017         alloved; fix load penalties for Athlon.
5018         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
5019         x86_memory_mismatch_stall): Declare.
5020         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
5021          TARGET_MEMORY_MISMATCH_STALL): New.
5022         * i386.md (athlon scheduling parameters): Fix latencies according to
5023         Athlon Optimization Manual.
5024         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
5025         vector.
5026         (fsqrt instruction patterns): Set athlon_decode to direct.
5027         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
5028         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
5029         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
5030         and TARGET_PARTIAL_REGISTER_STALL machines.
5031         (pushdf_nointeger): New pattern.
5032         (pushdf_integer): Rename from pushdf.
5033         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
5034         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
5035
5036 2000-04-17  Richard Henderson  <rth@cygnus.com>
5037
5038         * loop.c (canonicalize_condition): Add WANT_REG argument.
5039         Stop the search if we match it.
5040         * expr.h (canonicalize_condition): Update decl.
5041         * predict.c (expected_value_to_br_prob): Use it.  Track last
5042         expected value note.
5043         (find_expected_value): Remove.
5044
5045         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
5046
5047 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
5048
5049         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
5050         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
5051         a plain file.
5052         * configure.in: Call AC_FUNC_MMAP_FILE.
5053         * configure: Regenerate.
5054         * config.in: Regenerate.
5055
5056         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
5057         * fixinc/fixincl.c: Likewise.
5058
5059 2000-04-17  Richard Henderson  <rth@cygnus.com>
5060
5061         * builtins.c (expand_builtin_expect): New.
5062         (expand_builtin): Call it.
5063         * builtins.def (BUILT_IN_EXPECT): New.
5064         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
5065         * extend.texi: Document it.
5066
5067         * predict.c (expected_value_to_br_prob): New.
5068         (find_expected_value): New.
5069         * basic-block.h (expected_value_to_br_prob): Declare.
5070         * toplev.c (rest_of_compilation): Invoke it.
5071
5072         * rtl.h (NOTE_EXPECTED_VALUE): New.
5073         (NOTE_INSN_EXPECTED_VALUE): New.
5074         * rtl.c (note_insn_name): Update.
5075         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
5076         cases; handle NOTE_INSN_EXPECTED_VALUE.
5077
5078 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
5079
5080         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
5081         leaf sibcall delay slot if flag_pic.
5082         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
5083
5084 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5085
5086         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
5087
5088         * fixproto: If fix-header fails, exit with an error.
5089
5090 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5091
5092         * cse.c (struct check_depdendence_data): New.
5093         (check_dependence): New function.
5094         (invalidate): Use check_depdenence.
5095
5096 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
5097
5098         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
5099         UNITS_PER_WORD is unsigned.
5100
5101         * tree.h (struct tree_common): Remove misleading comment.
5102
5103 2000-04-16  Dave Pitts  <dpitts@cozx.com>
5104
5105         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
5106         message in quotes. Otherwise, IBM's make program treats the '#' as the
5107         start of a comment and ignores the remainder of the line.
5108
5109         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
5110         upper case.
5111         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
5112         * cexp.y (initialize_random_junk): Likewise.
5113         * cppfiles.c (find_include_file): Cast alloca return value.
5114         * cppinit.c (initialize_standard_includes): Likewise.
5115         * cpplib.c (cpp_define, cpp_undef): Likewise.
5116         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
5117         * final.c (output_asm_insn): Allow for holes in EBCDIC.
5118         * fold-const.c (CHARMASK): New.
5119         (real_hex_to_f): Use it.
5120         * real.c (CHARMASK): New.
5121         (etoasc, asctoeg): Use it.
5122         (asctoeg): EBCDIC lower case characters preceed upper case.
5123
5124         * i370.c (mvs_add_label): Change spacing for coding conventions.
5125         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
5126         outputing case vectors.
5127         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
5128         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
5129         since vector in in the data CSECT.
5130         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
5131         * i370.md (Many patterns): Put the length in the XL directives.
5132         (movdi): Put back STM and MVC in definition.
5133         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
5134         pattern using the TCA.
5135         * oe.h (CPP_SPEC): Added to allow trigraphs.
5136         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
5137         not support the "long long" type.
5138
5139 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
5140
5141         * config/mips/mips-protos.h (mips_legitimate_address_p): New
5142         function.
5143         (mips_reg_mode_ok_for_base_p): Likewise.
5144         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
5145         (REG_OK_FOR_INDEX_P): Define unconditionally.
5146         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
5147         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
5148         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
5149         that GET_MODE_SIZE is unsigned.
5150         (mips_reg_mode_ok_for_base_p): Define.
5151         (mips_legitimate_address_p): Likewise.  Adjust now
5152         that GET_MODE_SIZE is unsigned.
5153         (block_move_loop): Make the number of bytes unsigned.
5154         (expand_block_move): Likewise.
5155         (function_arg): Make the loop counter unsigned to match the
5156         boundary condition.
5157
5158 2000-04-16  Richard Henderson  <rth@cygnus.com>
5159
5160         * rtl.h (enum insn_note): New enumeration.  Subsume
5161         NOTE_INSN_DELETED and friends.
5162         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
5163         * rtl.c (note_insn_name): Tweak string order.
5164
5165 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
5166
5167         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
5168         to offset * 2.
5169
5170         * cpplex.c (output_line_command): Remove debugging prints.
5171         (cpp_output_tokens): Don't write out a zero-length buffer or
5172         try to see if it has a newline in it.
5173         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
5174         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
5175         the end of the loop.  Use memmove.  Don't read past the end of
5176         the buffer.  Remove trailing newlines from error messages.
5177
5178 2004-04-16  Neil Booth  <NeilB@earthling.net>
5179
5180         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
5181         * cpplib.c: Add new syntax flags to directive table, and
5182         supporting macros.
5183
5184 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
5185
5186         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
5187         using ret $N.
5188
5189 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
5190
5191         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
5192         * haifa-sched.c: Update -fsched-verbose comments to use "=".
5193
5194 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5195
5196         * Makefile.in (ggc-page.o): Now includes toplev.h.
5197         * ggc-page.c (toplev.h): Now included.
5198         (gc_time): Remove declaration.
5199         (ggc_collect): TIME now long.
5200         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
5201         others static.
5202         * toplev.h (gc_time, parse_time, gc_time): New declarations.
5203
5204         * toplev.c: Make *_time variable long to reduce chance of overflow.
5205         (TIMEVAR): Likewise for `otime'.
5206         (print_time): Arg is now long; compute percentage in FP and round.
5207         * toplev.h (print_time): Arg is long.
5208
5209         * tree.c: Minor whitespace changes.
5210
5211         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
5212         * configure: Rebuilt.
5213         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
5214         (__fixunsxfDI): Renamed from __fixunsxfdi.
5215         (__fixunsdfDI): Renamed from __fixunsdfdi.
5216         (__fixunssfDI): Renamed from __fixunssfdi.
5217         (__floatdisf): Use proper type in REP_BIT macro.
5218         (__fixunsxfSI): Renamed from __fixunsxfsi.
5219         (__fixunsdfSI): Renamed from __fixunsdfsi.
5220         (__fixunssfSI): Renamed from __fixunssfsi.
5221         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
5222         Change location of macros and upper-case some names as above.
5223         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
5224         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
5225
5226         * varasm.c (assemble_variable): Add cast to remove warning.
5227         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
5228
5229         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
5230         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
5231         region number to -1.
5232
5233 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
5234
5235         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
5236         call unshare_all_rtl.
5237
5238         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
5239
5240 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
5241
5242         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
5243         Use .s1 not .s0 for all FP instructions.
5244
5245 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
5246
5247         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
5248         interfaces.
5249         (safe_fwrite, output_line_command): New static functions.
5250         (cpp_expand_to_buffer): Now private to cpplib.
5251         (cpp_scan_buffer): Take a printer.
5252
5253         * cpphash.h: Update prototypes.
5254         * cpplib.h: Update prototypes.
5255         (cpp_printer): New.
5256         (cpp_buffer): Remove last_nominal_fname.
5257         (cpp_reader): Remove lineno.
5258
5259         * cppmain.c: Use a cpp_printer.
5260         * fix-header.c: No need to inhibit line commands.  Call
5261         cpp_start_read with no printer.
5262
5263         * cpperror.c (cpp_notice_from_errno): Provide default name.
5264         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
5265         (find_include_file, cpp_read_file): Use make_IHASH.
5266         (file_cleanup): Set control_macro and clear
5267         input_stack_listing_current here.
5268         (_cpp_execute_include): Don't output entering-file marker.
5269         * cpphash.c (special_symbol): Look for the line number in the
5270         buffer, not the reader.
5271         (_cpp_macroexpand): No need to disable line commands.
5272         (_cpp_dump_definition): No need to generate line commands.
5273         (dump_hash_helper): Remove excess newline from output.
5274         * cppinit.c (dump_special_to_buffer): No need to generate line
5275         commands.
5276         (cpp_printer_init): New.
5277         (cpp_start_read): Take a printer, and start it up if it's not
5278         NULL.  No need to generate line commands.
5279         (cpp_finish): Expect no buffers stacked at all.  Take a
5280         printer argument, and flush the output buffer if it's not
5281         NULL.
5282         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
5283         Don't put two hashes at the beginning of an assertion.
5284         (cpp_get_token): Don't increment pfile->lineno or emit line
5285         commands here.  Return EOF if there's no buffer when we get
5286         EOF.
5287         * cpplib.c (do_define, skip_if_group):
5288         No need to disable line commands.
5289         (_cpp_output_line_command): Delete function.
5290         (do_line): Don't emit line commands here, but set things up so
5291         they will be emitted if necessary.  Use _cpp_fake_ihash to
5292         make unique nominal_fnames if necessary.
5293         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
5294         with 0 for column, not -1.
5295         (_cpp_handle_eof): Don't set the control macro here.  Don't
5296         clear input_stack_listing_current here.  Don't emit line
5297         commands.
5298
5299 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
5300
5301         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
5302         always, use the default SVR4 start address.
5303
5304         * config/rs6000/linux.h (LINK_SPEC): Don't define.
5305         (LINK_SHLIB_SPEC): Define.
5306         (LINK_START_DEFAULT_SPEC): Define.
5307         (LINK_OS_DEFAULT_SPEC): Define.
5308
5309         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
5310
5311         * config/rs6000/eabi.asm (__eabi): Call __init rather than
5312         __do_global_ctors to handle constructors.
5313         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
5314         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
5315         (STARTFILE_MVME_SPEC): Likewise.
5316         (STARTFILE_SIM_SPEC): Likewise.
5317         (ENDFILE_ADS_SPEC): Use crtend.
5318         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
5319         (ENDFILE_MVME_SPEC): Likewise.
5320         (ENDFILE_SIM_SPEC): Likewise.
5321         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
5322         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
5323         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
5324         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
5325         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
5326         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
5327         (CRTSTUFF_T_CFLAGS_S): Define.
5328         * config/rs6000/eabi-ctors.c: Delete.
5329
5330         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
5331         boundary.
5332         (__fini): Likewise.
5333         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
5334         boundary.
5335         (__fini): Likewise.
5336
5337 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
5338
5339         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
5340         plus mask size is smaller or equal to the mode size.
5341
5342 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5343
5344         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
5345         not yet set.
5346
5347         * expr.c (reload.h): Now included.
5348         (emit_block_move): Set volatile_ok when checking for movstr.
5349         (emit_move_1): Check for replacements in addresses in multi-word case.
5350         * Makefile.in (expr.o): Now includes reload.h.
5351
5352         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
5353         Never have a LIBCALL end a basic block.
5354         (find_basic_blocks_1): Likewise.
5355         Reorganize CALL_INSN cases.
5356
5357         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
5358
5359 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
5360
5361         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
5362         completers from mov.ret instruction.
5363
5364 2000-04-14  Richard Henderson  <rth@cygnus.com>
5365
5366         * fold-const.c (extract_muldiv): Don't distribute and widen
5367         multiply across plus for non-sizetype unsigned types.
5368
5369 2000-04-14  Richard Henderson  <rth@cygnus.com>
5370
5371         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
5372         If the original source is dead in the incr insn, it's dead now.
5373
5374 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5375
5376         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
5377         see if DECL_BIT_FIELD needs to still be set.
5378
5379         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
5380
5381         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
5382         print_int_cst_octal with something that's not an INTEGER_CST.
5383
5384         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
5385         and not a SUBREG to a FLOAT rtl.
5386
5387 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
5388
5389         * emit-rtl.c (try_split): Avoid infinite loop if the split
5390         results in a sequence that contains the original insn.
5391
5392 2000-04-13  Andreas Jaeger  <aj@suse.de>
5393
5394         * config/mips/mips.c (expand_block_move): Pass alignment
5395         argument to move_by_pieces in bits, not bytes.
5396
5397         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
5398         __pic__ for little endian.
5399
5400 2000-04-13  Andreas Jaeger  <aj@suse.de>
5401
5402         * config/i386/i386-protos.h: Add prototype for
5403         uno_comparison_operator.
5404
5405 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5406
5407         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
5408         * calls.c (ECF_PURE): New flag.
5409         (emit_call_1): Handle ECF_PURE calls.
5410         (initialize_argument_information): Unset ECF_PURE flag too.
5411         (precompute_arguments): Precompute for ECF_PURE too.
5412         (expand_call): Handle ECF_PURE calls too.
5413         (emit_library_call_value_1): Rename no_queue argument to fn_type,
5414         accept value of 2 as pure function.
5415         (emit_library_call_value, emit_library_call): Rename no_queue argument
5416         to fn_type.
5417         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
5418
5419         * tree.h (DECL_IS_PURE): New macro.
5420         (struct tree_decl): Add pure_flag.
5421         * c-common.c (enum attrs): Add attribute "pure".
5422         (init_attributes): Initialize attribute "pure"
5423         (decl_attributes): Handle attribute "pure".
5424         * extend.texi (Attribute "pure"): Document.
5425         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
5426         in pure function.
5427         (flags_from_decl_or_type): Support attribute "pure".
5428
5429 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
5430
5431         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
5432         the token except for numbers and identifiers.
5433
5434 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
5435
5436         * i386.c (ix86_expand_binary_operator,
5437         ix86_expand_unary_operator): Check no_new_pseudos
5438         instead of reload_in_progress and reload_completed.
5439         (ix86_split_ashldi, ix86_split_ashrdi,
5440         ix86_split_lshrdi): Check no_new_pseudos instead
5441         of reload_completed.
5442
5443 2000-04-12  Jeffrey A Law  (law@cygnus.com)
5444
5445         * function.c (purge_addressof): Unshare any shared rtl created by
5446         purge_addressof and its children.
5447
5448 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
5449
5450         * function.c (aggregate_value_p): VOID_TYPE nodes are never
5451         aggregates.
5452
5453 2000-04-05  Andreas Jaeger  <aj@suse.de>
5454
5455         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
5456         not compiling PIC code, add flags for mabi=64.
5457         (SUBTARGET_CPP_SIZE_SPEC): New.
5458         (SUBTARGET_CPP_SPEC): New.
5459         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
5460         for MIPS/Linux and lots of code needs these defines.
5461
5462 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
5463
5464         * reorg.c (fill_slots_from_thread): Check side_effects_p when
5465         trying the "opposite arithmetic" approach.
5466
5467 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5468
5469         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
5470         (struct sh_args): Add new field force_mem.
5471         (INIT_CUMULATIVE_ARGS): Initialize it.
5472         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
5473
5474 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5475
5476         * calls.c (expand_call): Do not reverse args in "equal from" field.
5477         (emit_library_call_value_1): Emit_libcall_block for const and pure
5478         function.
5479
5480 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5481
5482         * reload1.c (reload_combine): Don't enable optimization for fixed
5483         registers when encountering a BARRIER.
5484
5485 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5486
5487         * builtins.c (expand_builtin_memcmp): Do expansion even with
5488         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
5489
5490         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
5491         stack is propertly aligned; add sanity checking for aligned
5492         stack pointer.
5493         (expand_library_call_value_1): Add sanity checking for aligned
5494         stack pointer.
5495
5496 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
5497
5498         * calls.c (emit_library_call_value_1): Change 3rd arg to
5499         locate_and_pad_parm to disregard the setting of partial.
5500
5501 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5502
5503         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
5504
5505         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
5506         CALL_INSN from the normal case.
5507
5508 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5509
5510         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
5511         New global variables.
5512         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
5513         adjustment.
5514         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
5515         Declare,
5516         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
5517          TARGET_ADD_ESP_8): New macros.
5518         * i386.md: Add peep2s to convert esp adjustments to push and pop
5519         instructions.
5520         (pushsi_prologue, popsi_epilogue): New patterns.
5521
5522 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
5523
5524         * real.c (toe64): Remove stale #endif from the last change.
5525
5526 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
5527
5528         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
5529         * real.c (toe64): Revert previous change.
5530
5531 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
5532
5533         * objc/objc-act.c: Include ggc.h.
5534         (objc_tree_index, objc_global_trees): Convert most of the
5535         static tree variables into a static array with previous names
5536         as defines.
5537         (objc_ellipsis_node): New variable.
5538         (lang_init): Call objc_act_parse_init and c_parse_init.
5539         Create objc_ellipsis_node.
5540         (build_selector_translation_table): Use objc_ellipsis_node instead
5541         of (tree)1.
5542         (hack_method_prototype): Likewise.
5543         (get_arg_type_list): Likewise.
5544         (start_method_def): Likewise.
5545         (continue_method_def): Likewise.
5546         (gen_method_decl): Likewise.
5547         (ggc_mark_imp_list): New function.
5548         (ggc_mark_hash_table): New function.
5549         (objc_act_parse_init): New function.
5550         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
5551         * c-parse.in (c_parse_init): For objc add roots of objc specific
5552         local tree variables.
5553         * objc/objc-parse.y: Rebuilt.
5554         * objc/objc-parse.c: Rebuilt.
5555         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
5556
5557 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
5558
5559         * cse.c (delete_trivially_dead_insns): Also delete insns
5560         that copy a register to itself where the destination is
5561         a strict_low_part.
5562
5563 2000-04-11  Richard Henderson  <rth@cygnus.com>
5564
5565         * flow.c (struct propagate_block_info): Add new_dead, new_live.
5566         (propagate_block): Initialize them.  Use them in parallel instead
5567         of one tmp variable, ie revert much of the 0408 and 0407 functional
5568         changes, but keep the structural changes.
5569         (mark_set_regs): Take new_dead from propagate_block_info instead.
5570         (mark_set_1, mark_set_reg): Likewise.
5571         (mark_used_regs): Likewise with new_live.
5572         (mark_used_reg): Likewise.  Revert 0408 change.
5573
5574 2000-04-11  Nick Clifton  <nickc@cygnus.com>
5575
5576         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
5577         restriction.
5578         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
5579
5580 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5581
5582         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
5583         const section to output a CONSTRUCTOR based on the same conditions
5584         used for VAR_DECLs.
5585
5586 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
5587
5588         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
5589         * pa/pa-protos.h (output_call): Add additional argument indicating
5590         if the call is a sibling/tail call.
5591         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
5592         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
5593         (function_arg, function_arg_partial_nregs): Likewise
5594         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
5595         (emit_move_sequence): Zero extend certain constants as needed
5596         for TARGET_64BIT.
5597         (compute_zdepdi_operands, output_64bit_and): New functions.
5598         (output_64bit_ior, function_arg): Likewise.
5599         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
5600         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
5601         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
5602         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
5603         (output_bvb): Likewise.
5604         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
5605         (output_call): New argument 'sibcall'.  Generate sibcall sequences
5606         as needed.
5607         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
5608         (ouput_arg_descriptor): Do not emit argument descriptors for
5609         TARGET_64BIT.
5610         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
5611         defined.
5612         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
5613         (FUNCTION_OK_FOR_SIBALL): Define.
5614         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
5615         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
5616         (CPP_SPEC): Use new spec infrastructure.
5617         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
5618         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
5619         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
5620         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
5621         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
5622         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
5623         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
5624         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
5625         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
5626         (FUNCTION_ARG); Call out to C code.
5627         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
5628         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
5629         (MIN_UNITS_PER_WORD): Likewise.
5630         * pa/pa.md (cmpdi): New expander.
5631         (scc patterns, movstrsi): Not available for TARGET_64BIT.
5632         (64bit conditional arithmetic): New patterns.
5633         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
5634         (movsicc): Not available if modes on all the operands to not match.
5635         (movdicc): New expander and associated patterns.
5636         (64bit branches): New patterns.
5637         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
5638         (pre_ldd, post_std): New patterns.
5639         (64bit addil, load low part): New patterns.
5640         (special movsf constant): Not available for TARGET_64BIT.
5641         (movsf, movdf expanders): Force constants into memory.
5642         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
5643         (64bit movdf/movdi patterns): New patterns.
5644         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
5645         for TARGET_64BIT.
5646         (extendqidi2, extendhidi2, extendsidi2): Similarly.
5647         (adddi3 expander): Allow "arith_operand" for second input.
5648         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
5649         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
5650         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
5651         (muldi3): New expander for TARGET_64BIT.
5652         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
5653         for TARGET_64BIT.
5654         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
5655         patterns for TARGET_64BIT.
5656         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
5657         patterns for TARGET_64BIT.
5658         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
5659         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
5660         (sibcall_epilogue): New expander.
5661         (casesi): Tweak for TARGET_64BIT.
5662         (call expanders): Set & use the outgoing argument pointer.  Use the
5663         64bit call patterns as needed. Add additional arg to output_call.
5664         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
5665         (sibcall, sibcall_internal_symref): New expanders.
5666         (sibcall_value, sibcall_value_internal_symref
5667         (interspace_jump): Turn into an expander + matching patterns.
5668         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
5669         * pa/pa64-regs.h: Eliminate trigraph sequences.
5670         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
5671
5672 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
5673
5674         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
5675         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
5676         cpp_token with cpp_ttype everywhere.
5677         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
5678         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
5679         CPP_BUF_COL.  Line and column numbers are unsigned int, not
5680         long.
5681         * cpplex.c (cpp_buf_line_and_col): Delete.
5682         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
5683         'long lineno' to 'unsigned int lineno'.
5684         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
5685
5686 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5687
5688         * extend.texi: ISO C99 is not a draft anymore.
5689         * invoke.texi: ISO C++ is not a draft anymore.
5690         * cpp.texi: __cplusplus is required by the ISO standard.
5691
5692         * extend.texi (-fthis-is-variable): Undocument.
5693         * flags.h (warn_template_debugging): Remove declaration.
5694         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
5695         -Wenum-clash, -Wtemplate-debugging): Undocument.
5696
5697 2000-04-10  Nick Clifton  <nickc@cygnus.com>
5698
5699         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
5700         integer.
5701         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
5702         integer.
5703         (ARM_SIGN_EXTEND): Use HOST_UINT.
5704         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
5705         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
5706         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
5707         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
5708
5709         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
5710         (arm_gen_constant): Use HOST_UINT.
5711         (arm_canonicalize_constant): Use HOST_UINT.
5712         (arm_reload_in_hi): Use HOST_UINT.
5713         (arm_reload_out_hi): Use HOST_UINT.
5714         (output_multi_immediate): Use HOST_UINT.
5715         (int_log2): Use HOST_UINT.
5716         (arm_poke_function_name): Use HOST_UINT.
5717         (arm_output_epilogue): Use arm_volatile_func().
5718         (output_thumb_prologue): Use arm_strip_name_encoding().
5719
5720 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5721
5722         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
5723         of sequence point problems.
5724
5725 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
5726
5727         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
5728         Recomment.
5729         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
5730
5731 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5732
5733         * sbitmap.h: Whitespace changes and use upper-case macro args.
5734         (struct simple_bitmap_def): All sizes now unsigned.
5735         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
5736         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
5737         (sbitmap_vector_alloc): Parms and local vars now unsigned.
5738         (sbitmap_zero): Cast bzero arg to PTR.
5739         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
5740         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
5741         loop to make structure clearer.
5742         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
5743         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
5744         (sbitmap_a_and_b_or_c): Likewise.
5745         (sbitmap_intersection_of_succs): Minor cleanups.
5746         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
5747         (sbitmap_union_of_preds): Likewise.
5748         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
5749         (debug_sbitmap): New function.
5750
5751         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
5752         * c-typeck.c (convert_for_assignment): Likewise.
5753
5754         * expmed.c (init_expmed): Don't free objects we make.
5755         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
5756
5757         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
5758         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
5759
5760         * gcse.c (expr_hash_table_size): Now unsigned.
5761         (compute_ae_gen): Local variable `i' now unsigned.
5762         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
5763         (compute_transout, hoist_code): Likewise.
5764         (compute_local_properties): Likewise, also hash_table_size.
5765         (alloc_expr_hash_table): N_INSNS now unsigned.
5766         (delete_null_pointer_checks): Mark arg F as unused.
5767
5768         * regrename.c: Minor cleanups, including chang some variables
5769         to unsigned int.
5770
5771 2000-04-10  Neil Booth  <NeilB@earthling.net>
5772
5773         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
5774         than GETC ().
5775         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
5776
5777 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5778
5779         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
5780         __classof__, and __headof__ from the list of gnu keywords.
5781         (-ansi): Remove -foperator-names from list of implied options.
5782         Do not call it ANSI C++.
5783         (-foperator-names): Document as -fno-operator-names.
5784
5785 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
5786
5787         * cpphash.c (timestamp): Delete.
5788         (del_HASHNODE): If type is T_MCONST, free value.cpval.
5789         (special_symbol): Remove unnecessary braces.  Remove
5790         T_VERSION.  Treat T_STDC like T_CONST unless
5791         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
5792         when one is encountered, then convert them into T_MCONST
5793         nodes.
5794         * cppinit.c (builtin_array): version_string is T_MCONST.
5795         __STDC__ has a "1" in its cpval.  Don't have a terminator
5796         entry.  Clean up which entries are dumped.
5797         (initialize_builtins): Only __STDC__ gets the special
5798         -traditional treatment.  Count the length of builtin_array.
5799         Render version_string here.
5800         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
5801         * cpplib.h (struct cpp_reader): Remove timebuf.
5802
5803 2000-04-09  Richard Henderson  <rth@cygnus.com>
5804
5805         * genrecog.c (pred): Update comparison_operator for the unordered
5806         operators.
5807
5808         * config/i386/i386.c (no_comparison_operator): Disallow unordered
5809         operators.
5810         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
5811         (uno_comparison_operator): New.
5812         (put_condition_code): Handle UNORDERED/ORDERED.
5813         (unsigned_comparison): Likewise.
5814         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
5815         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
5816         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
5817         update all callers.  Handle all 8 unordered operators.
5818         (ix86_expand_setcc): Lose the unordered argument, update all callers.
5819         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
5820         * config/i386/i386.h (PREDICATE_CODES): Update.
5821         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
5822         (ix86_expand_branch, ix86_expand_setcc): Update.
5823         * config/i386/i386.md (sunordered, sordered): New.
5824         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
5825         (bunordered, bordered): New.
5826         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
5827         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
5828         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
5829
5830 2000-04-09  Philip Blundell  <philb@gnu.org>
5831
5832         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
5833
5834 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
5835
5836         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
5837         fix_truncxfhi2): New patterns.
5838         * i386.c (output_fix_trunc): Handle converting to HImode.
5839
5840 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
5841
5842         * ssa.c (convert_to_ssa): Eliminate dead code when calling
5843         life_analysis.
5844         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
5845         (for_each_successor_phi): Change parameter to basic_block.
5846         (coalesce_regs_in_successor_phi_nodes): Likewise.
5847         (coalesce_regs_in_copies): Likewise.
5848         (compute_coalesced_reg_partition): Use basic_block instead of index.
5849         * rtl.h (convert_to_ssa): Delete.
5850         (convert_from_ssa): Likewise.
5851         (successor_phi_fn): Likewise.
5852         (for_each_successor_phi): Likewise.
5853         (in_ssa_form): Likewise.
5854         * basic-block.h (convert_to_ssa): Moved from rtl.h.
5855         (convert_from_ssa): Likewise.
5856         (successor_phi_fn): Likewise.
5857         (in_ssa_form): Likewise.
5858         (for_each_successor_phi): Likewise.  Change parameter to basic_block.
5859         * flow.c (calculate_global_regs_live): Pass a basic_block to
5860         for_each_successor_phi.
5861
5862 2000-04-08  Richard Henderson  <rth@cygnus.com>
5863
5864         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
5865         was modified in the current insn.
5866
5867 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
5868
5869         * arm/thumb.md: Delete.
5870         * arm/thumb-protos.h: Delete.
5871
5872 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
5873
5874         Merge changes from merged-arm-thumb-backend-branch onto trunk.
5875
5876         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
5877
5878         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
5879         into branch.
5880
5881         * arm.md (nop): Use the standard RTL expression.  Don't code as a
5882         define_expand.
5883         (*arm_nop, *thumb_nop): Delete.
5884
5885         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
5886         constants.  Use casts instead.
5887         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
5888         output_multi_immediate, arm_poke_function_name): Likewise.
5889         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
5890         MASK_RETURN_ADDDR): Likewise.
5891
5892         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
5893
5894         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
5895         into branch.
5896
5897         * arm.md (eh_epilogue): New function.
5898         * arm.h (struct machine_function): Move to here ...
5899         * arm.c: ... from here.
5900         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
5901         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
5902         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
5903
5904         2000-03-30  Nick Clifton  <nickc@cygnus.com>
5905
5906         * config/arm/semi.h (ASM_SPEC): Restore definition.
5907         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
5908
5909         * config/arm/elf.h (ASM_SPEC): Restore definition.
5910         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
5911
5912         * config/arm/arm.h (ASM_SPEC): Remove definition.
5913         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
5914
5915         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
5916
5917         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
5918
5919         2000-03-24  Nick Clifton  <nickc@cygnus.com>
5920
5921         Various formating tidyups, elimination of compile time
5922         warnings and synchronisation with internal sources:
5923
5924         * config/arm/arm-protos.h (assemble_align): Add prototype.
5925         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
5926         (gen_comapre_reg): Rename to arm_gen_compare_reg.
5927         (arm_return_addr_rtx): Rename to arm_return_addr.
5928
5929         * config/arm/arm.c: Include except.h.
5930         Define shorter typenames for strict minipool_node and struct
5931         minipool_fix.
5932         (arm_return_in_memory): For WinCE return all structures <= 32 bits
5933         in memory.
5934         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
5935         (gen_comapre_reg): Rename to arm_gen_compare_reg.
5936
5937         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
5938         already defined.
5939         (ASM_SPEC): Define if not already defined.
5940         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
5941
5942         * config/arm/arm.md: Rename references to gen_rotated_half_load to
5943         arm_gen_rotated_half_load, and references to gen_comapre_reg to
5944         arm_gen_compare_reg.
5945         (indirect_jump):  Only accept register operands.
5946         (load_indirect_jump): Keep this pattern since combine can generate
5947         it.
5948
5949         * config/arm/coff.h: Include aout.h.
5950         (MULTILIB_DEFAULTS): Only define if not already defined.
5951
5952         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
5953         into arm.h (so that COFF ports can support thumb based aliases).
5954         (ASM_SPEC): Move definition into arm.h
5955
5956         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
5957         redundant apcs spec.
5958         (ASM_SPEC): Move definition to arm.h
5959
5960         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
5961
5962         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
5963         for entries in the .bss section
5964
5965         2000-03-23  Nick Clifton  <nickc@cygnus.com>
5966
5967         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
5968         to thumb_far_jump_used_p.
5969
5970         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
5971         single integer parameter.
5972
5973         * config/arm/arm.c (struct machine_function): Add two new
5974         fields, 'far_jump_used' and 'arg_pointer_live'.
5975         (thumb_far_jump_used_p): Once the decision has been made that
5976         far jumps might be used, always return true.
5977         If being called from the initial elimination offset macro then
5978         do not bother to perform the test if the arg pointer is not
5979         being used.
5980         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
5981         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
5982
5983         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
5984
5985         * arm.c (output_return_instruction): Handle more cases where we can
5986         return from a function with an ldr instruction.
5987         (arm_output_epilogue): Likewise.
5988
5989         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
5990         if we need to push a large stack frame and there are no callee-saved
5991         registers.
5992
5993         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
5994         in ARM code if the frame pointer has been eliminated.
5995
5996         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
5997         unspec_volatile arguments to avoid duplicates.
5998         (consttable_1, consttable_2): Fixes for big-endian mode.
5999
6000         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
6001         as appropriate.
6002
6003         Re-write constant pool code.
6004         * arm.c (minipool_node, minipool_fix): New types.
6005         (minifix): Delete type.
6006         (arm_add_minipool_constant): Delete.
6007         (arm_compute_minipool_offsets, arm_find_barrier,
6008         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
6009         (get_jump_table_size): Now returns HOST_WIDE_INT.
6010         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
6011         functions.
6012         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
6013         (assign_minipool_offsets, arm_print_value): Likewise.
6014         (dump_minipool): Rewrite.
6015         (arm_barrier_cost): New function.
6016         (create_fix_barrier): New function.
6017         (push_minipool_barrier): New function.
6018         (push_minipool_fix): Record additional information about the fixup
6019         required.
6020         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
6021         check the mode of what needs fixing.
6022         (arm_reorg): Rewrite.
6023
6024         2000-03-08  Nick Clifton  <nickc@cygnus.com>
6025
6026         * config/arm/arm.md (indirect_jump): Force constant addresses into
6027         a register.
6028
6029         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
6030
6031         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
6032
6033         2000-02-24  Nick Clifton  <nickc@cygnus.com>
6034
6035         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
6036         adjust is word aligned.
6037         (thumb_expand_epilogue): Make sure that stack adjust is word
6038         aligned.
6039
6040         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
6041
6042         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
6043
6044         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
6045         pointer relative addresses.
6046
6047         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
6048
6049         * arm.c (find_barrier): Find the last barrier within the allowed
6050         range.
6051
6052         2000-02-09  Nick Clifton  <nickc@cygnus.com>
6053
6054         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
6055
6056         2000-02-09  Nick Clifton  <nickc@cygnus.com>
6057
6058         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
6059         ARM_FUNCTION_PROFILER.
6060
6061         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
6062         ARM_FUNCTION_PROFILER.
6063
6064         * config/arm/linux-oldld.h: Imported from mainline sources.
6065
6066         2000-02-07  Nick Clifton  <nickc@cygnus.com>
6067
6068         * config/arm/lib1funcs.asm: Merge in thumb functions from
6069         lib1thumb.asm.
6070
6071         * config/arm/lib1thumb.asm: Delete.
6072
6073         2000-02-04  Nick Clifton  <nickc@cygnus.com>
6074
6075         * config/arm/arm.c: Sychronised with current Red hat local
6076         sources.
6077         * config/arm/arm.h: Ditto.
6078         * config/arm/arm-protos.h: Ditto.
6079
6080         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
6081
6082         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
6083
6084         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
6085         byte stores.
6086
6087         2000-02-02  Nick Clifton  <nickc@cygnus.com>
6088
6089         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
6090
6091         * config/arm/arm.md (epilogue): Fix rtl checking abort because
6092         (return) was emited using an emit_insn() call.
6093
6094         2000-01-31  Nick Clifton  <nickc@cygnus.com>
6095
6096         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
6097         thumb stack frame.
6098         (thumb_exit): Move frame pointer back into hard frame pointer
6099         register if backtracing is being used.
6100
6101         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
6102
6103         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
6104         into branch.
6105
6106         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
6107
6108         * config/arm/arm.md (neg_pool_offset): Provide default for new
6109         attribute.
6110         (arm_movsi_insn): Add neg_pool_offset attribute.
6111         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
6112         rtx for the insn that starts the scan and an unsigned long for its
6113         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
6114         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
6115         instructions in *PINSERTED.
6116         (struct minipool_fixup): Add MIN_ADDRESS elt.
6117         (sort_fixups): Compute it.
6118         (arm_reorg): Changes to support inserting pools before the insn to be
6119         fixed up.
6120
6121         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
6122
6123         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
6124         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
6125         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
6126
6127         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
6128
6129         * config/arm/semi.h (TARGET_VERSION): Do not define if already
6130         defined.
6131         (TARGET_DEFAULT): Do not define if already defined.
6132
6133         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
6134
6135         * config/arm/arm.md (anddi3): Allow disjoint source operands.
6136         (iordi3): Allow disjoint source operands.
6137         (xordi3): Allow disjoint source operands.
6138         (negdi2): Permit construction for ARM and Thumb.
6139         (arm_negdi2): Renamed version of old negdi2 pattern.
6140         (thumb_negdi2): New pattern: Only permit non-overlapping
6141         source and destination.
6142
6143         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
6144
6145         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
6146         scratch low register so that it will not be deleted.
6147
6148         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
6149
6150         * config/arm/pe.h (ARM_PE): Define.
6151
6152         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
6153         interfacearm attribute if this is a PE toolchain.
6154         (output_return_instruction): Do not emit anything if the function
6155         has the naked attribute set.
6156         (is_called_in_ARM_mode): If the function has the interfacearm
6157         attribute then return true.
6158         (thumb_expand_prologue): Do not generate a prologue for naked
6159         functions.
6160         (thumb_expand_epilogue): Do not generate an epilogie for a naked
6161         function.
6162         (output_thumb_prologue): Do not bother if the function is naked.
6163         Strip PE encoding from function name before emitting.
6164
6165         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
6166
6167         * arm.md (pic_load_addr): Fix constraints.
6168
6169         * arm.md (casesi_insn): Fix mis-applied patch.
6170
6171         * arm.md ("core" function unit): Add rules for single- and
6172         multi-cycle insns.
6173         (All TARGET_THUMB patterns): Add "type" attribute information
6174         where needed.
6175         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
6176         the following insn is a CALL.
6177
6178         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
6179         pointer.
6180         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
6181         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
6182         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
6183
6184         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
6185
6186         * config/arm/linux-gas.h: oops - this file was missed out when the
6187         branch was created...
6188
6189         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
6190
6191         * thumb.c: Deleted.  Move contents to ...
6192         * arm.c: ... here.
6193         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
6194         rule for thumb.o
6195         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
6196         * configure: Regen.
6197
6198         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
6199         declare a prototype for asm_output_align();
6200
6201         * arm.c (thumb_condition_code): Delete.
6202         (arm_print_operand): Always use arm_condition_code array.
6203
6204         * arm.c (thumb_return_addr_rtx): Delete.
6205         (arm_save_machine_status, arm_restore_machine_status): Delete.
6206         (arm_init_machine_status, arm_mark_machine_status): New functions.
6207         (arm_init_expanders): Update accordingly.
6208         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
6209         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
6210         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
6211
6212         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
6213
6214         * configure.in : Fix arm-*-aout target to use new t-arm-aout
6215         script.
6216         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
6217         targets.
6218
6219         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
6220
6221         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
6222         stack backtrace structure.
6223
6224         * config/arm/arm-protos.h: Add prototypes for functions defined in
6225         arm/pe.h.
6226
6227         * config/arm/arm.c (arm_override_options): Fix selection of
6228         attributes of default processor.
6229
6230         * config/arm/coff.h: Delete needless #include.
6231
6232         * config/arm/pe.c: Delete unused code.
6233
6234         * config/arm/pe.h (CPP_DEFINES): Delete
6235         (SUBTARGET_CPP_SPEC): Define.
6236         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
6237
6238         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
6239
6240         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
6241
6242         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
6243         updated.
6244         (CAN_DEBUG_WITHOUT_FP): Define.
6245         (FIXED_REGISTERS): Make r11 call-saved.
6246         (CALL_USED_REGISTERS): Likewise.
6247         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
6248         (FRAME_POINTER_REQUIRED): Correct logic for determining when a
6249         frame-pointer is required.
6250         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
6251         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
6252         if the target normally needs a stack frame in non-leaf functions.
6253         (use_return_insn): Correct logic for determining when a return
6254         instruction can be used.
6255         (output_return_instruction): Handle the frame-pointer register as
6256         a normal register when not TARGET_APCS_FRAME.
6257         (arm_output_prologue): Likewise.
6258         (arm_output_epilogue): Likewise.
6259         (output_func_epilogue): Likewise.
6260         (arm_expand_prologue): Likewise.
6261         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
6262
6263         * arm.c (use_return_insn): No need to check floating point regs if
6264         TARGET_SOFT_FLOAT.
6265         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
6266         the code of value stored in the minipool array.
6267         (arm_add_minipool_constant): Likewise.
6268
6269 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6270
6271         * basic-block.h (conflict_graph_enum_fn): K&R fix.
6272
6273 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6274
6275         * tree.c (tree_expr_nonnegative_p): New function.
6276
6277         * tree.h (tree_expr_nonnegative_p): Declare.
6278
6279         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
6280         elide some sign_compare warnings.
6281         (build_conditional_expr): Likewise.
6282
6283 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
6284
6285         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
6286
6287         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
6288         * i386.c (print_operand): Use the proper suffix for a 387 HImode
6289         operand.  Abort if a 387 operand has an unsupported size.
6290
6291 2000-04-08  Neil Booth  <NeilB@earthling.net>
6292
6293         * cppexp.c (parse_charconst): Null does not end character
6294         constants.
6295         * cppinit.c (ISTABLE): Null character handled as whitespace.
6296         * cpplex.c (null_warning):  new function.
6297         (skip_string): Emit warning if nulls encountered.
6298         (_cpp_skip_hspace): Emit warning if nulls encountered.
6299         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
6300         them.
6301         * cpp.texi: Update.
6302
6303 2000-04-07  Richard Henderson  <rth@cygnus.com>
6304
6305         * flow.c (loop_depth): Remove.
6306         (reg_next_use, cc0_live, mem_set_list): Replace with ...
6307         (struct propagate_block_info): New.
6308         (life_analysis): Don't allocate reg_next_use.
6309         (propagate_block_delete_insn): Break out of propagate_block.
6310         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
6311         (propagate_block_delete_libcall): Likewise.
6312         (propagate_block): Create a propagate_block_info struct to pass
6313         to subroutines.  Allocate one not two temporary regsets.  Don't
6314         clobber memory for const calls.  Look for clobbers in
6315         CALL_INSN_FUNCTION_USAGE.
6316         (mark_set_regs): Recognize COND_EXEC.
6317         (mark_set_reg): Break out of mark_set_1.
6318         (mark_used_reg): Break out of mark_used_regs.
6319         (mark_used_regs): Recognize COND_EXEC.
6320         (insn_dead_p): Use propagate_block_info struct.
6321         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
6322         (find_auto_inc, try_pre_increment_1): Likewise.
6323         (print_rtl_with_bb): Dump regs live at end too.
6324         (count_reg_sets_1): Pass in loop_depth.
6325         (count_reg_sets, count_reg_references): Likewise.
6326         (recompute_reg_usage): Provide it.
6327
6328 2000-04-07  Richard Henderson  <rth@cygnus.com>
6329
6330         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
6331         not the raw files.
6332
6333 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
6334
6335         * cpplib.c (do_elif): Skip the rest of the line if we're
6336         not going to bother evaluating it.
6337         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
6338         to avoid pointless calls to the lexer.
6339
6340 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
6341
6342         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
6343
6344 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
6345
6346         * calls.c (expand_call): emit_queue if we're trying a sibcall.
6347
6348 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
6349
6350         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
6351
6352 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
6353
6354         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
6355         crtend so they can be multilibbed.
6356         (STAGESTUFF): Remove s-crt and s-crtS.
6357
6358 2000-04-07  Richard Henderson  <rth@cygnus.com>
6359
6360         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
6361         if we discover we need a pseudo and no_new_pseudos is true.
6362         * config/alpha/alpha.md (ne:DI insn): New.
6363         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
6364
6365 2000-04-07  Richard Henderson  <rth@cygnus.com>
6366
6367         * rtl.def (COND_EXEC): New.
6368         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
6369         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
6370
6371         * genconfig.c (have_cond_arith_flag): Remove.
6372         (have_cond_exec_flag): New.
6373         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
6374         (main): Print HAVE_conditional_execution.
6375
6376         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
6377         (sched_analyze_insn, print_pattern): Likewise.
6378         * reload.c (find_equiv_reg): Likewise.
6379         * rtlanal.c (reg_referenced_p): Likewise.
6380         (note_stores, dead_or_set_regno_p): Likewise.
6381         (reg_overlap_mentioned_p): Rewrite to use a switch.
6382
6383         * ggc.h (struct rtx_def): Forward declare.
6384
6385         * print-rtl.c (debug_rtx_range): New.
6386         * rtl.h (debug_rtx_range): Declare.
6387
6388         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
6389
6390         * gcse.c (gcse_main): Don't rebuild the CFG here.
6391         (delete_null_pointer_checks): Likewise.
6392         * ssa.c (convert_to_ssa): Likewise.
6393         * toplev.c (rest_of_compilation): Do it here instead.  Combine
6394         sequential calls to TIMEVAR.  Consistently use `insns' instead of
6395         `get_insns()'.  Always split insns after reload when optimizing.
6396
6397         * basic-block.h (merge_blocks_nomove): Declare.
6398         (tidy_fallthru_edge): Declare.
6399         * flow.c (merge_blocks_nomove): Document as merging into previous
6400         blocks.  Remove cruft from between blocks; remove all edges out of A.
6401         (tidy_fallthru_edge): Export.
6402
6403 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
6404
6405         * ssa.c (compute_conservative_reg_partition): Declare with
6406         void arguments.
6407         * toplev.c (clean_dump_file): Remove previously-deleted function
6408         inadvertantly merged back in.
6409         * conflict.c (conflict_graph_add): Use a single call to
6410         htab_find_slot to look up and insert.
6411
6412 2000-04-06  Richard Henderson  <rth@cygnus.com>
6413
6414         * genrecog.c (*): Rename _last_insn to last_insn.
6415         (make_insn_sequence): Set the position of the peephole2 C test
6416         to be at the last insn.
6417
6418 2000-04-06  Richard Henderson  <rth@cygnus.com>
6419
6420         * flow.c (compute_flow_dominators): Free worklist.
6421
6422 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
6423
6424         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
6425
6426 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
6427
6428         * rtl.h (INSN_P): New macro.
6429         (successor_phi_fn): New typedef.
6430         (for_each_successor_phi): New prototype.
6431         (in_ssa_form): New variable.
6432         (PHI_NODE_P): Likewise.
6433         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
6434         phi nodes in successors.
6435         (mark_used_regs): Add PHI case.
6436         (set_phi_alternative_reg): New function.
6437         (life_analysis): Assert that dead code elimination is not selected
6438         when in SSA form.
6439         * toplev.c (to_ssa_time): New variable.
6440         (from_ssa_time): Likewise.
6441         (compile_file): Zero to_ssa_time and from_ssa_time.
6442         Print time to convert to and from SSA.
6443         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
6444         (print_time): Compute percent fraction as integer.
6445         * ssa.c (PHI_NODE_P): Moved to rtl.h.
6446         (convert_to_ssa): Check if we're already in SSA.
6447         Don't eliminate dead code in life_analysis.
6448         Rerun flow and life analysis at bottom.
6449         (eliminate_phi): Use canonical regnos when adding nodes.
6450         (mark_reg_in_phi): New function.
6451         (mark_phi_and_copy_regs): Likewise.
6452         (convert_from_ssa): Rerun life analysis at top.
6453         Use coalesced partition.
6454         Check for removing a phi node at the end of the block.
6455         (compute_coalesced_reg_partition): New function.
6456         (coalesce_regs_in_copies): Likewise.
6457         (coalesce_reg_in_phi): Likewise.
6458         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
6459         (for_each_successor_phi): Likewise.
6460         (rename_context): New struct.
6461         (rename_block): Use a rename_context with rename_insn_1.  When
6462         renaming sets of a subreg, emit a copy of the entire reg first.
6463         (rename_insn_1): Treat data as a rename_context *.  Save current
6464         insn in set_data.
6465         (rename_set_data): Add field set_insn.
6466         * Makefile.in (HASHTAB_H): Move up in file.
6467         (OBSTACK_H): New macro.
6468         (collect2.o): Use OBSTACK_H in dependencies.
6469         (sdbout.o): Likewise.
6470         (emit-rtl.o): Likewise.
6471         (simplify-rtx.o): Likewise.
6472         (fix-header.o): Likewise.
6473         (OBJS): Add conflict.o.
6474         (conflict.o): New rule.
6475         * basic-block.h: Include partition.h.
6476         (conflict_graph): New typedef.
6477         (conflict_graph_enum_fn): Likewise.
6478         (conflict_graph_new): New prototype.
6479         (conflict_graph_delete): Likewise.
6480         (conflict_graph_add): Likewise.
6481         (conflict_graph_conflict_p): Likewise.
6482         (conflict_graph_enum): Likewise.
6483         (conflict_graph_merge_regs): Likewise.
6484         (conflict_graph_print): Likewise.
6485         (conflict_graph_compute): Likewise.
6486         * conflict.c: New file.
6487
6488 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
6489
6490         * tlink.c (read_repo_files): Don't look for .rpo info for
6491         linker flags.
6492
6493 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6494
6495         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
6496
6497 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6498
6499         * config/sh/lib1funcs.asm (___udivsi3_i4):
6500         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
6501         only depends on FMOVD_WORKS.
6502
6503 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6504
6505         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
6506         make double constant 8-byte aligned.
6507
6508 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
6509
6510         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
6511         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
6512         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
6513         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
6514         Accept storing GENERAL_REGS into offsetable memory.
6515         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
6516         building a TFmode constant other than 0.0L into GENERAL_REGS.
6517
6518 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
6519
6520         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
6521
6522 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
6523
6524         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
6525         (macro_cleanup): No need to cast pbuf->macro.
6526         (collect_expansion): Use _cpp_get_define_token.  Goto done if
6527         it returns VSPACE.  Remove check for trailing space after
6528         CPP_COMMENT.
6529         (_cpp_create_definition): Don't diddle flags here.  Return
6530         directly on error.
6531         (unsafe_chars): Handle c1 being EOF.
6532         (push_macro_expansion): Use unsafe_chars for both accidental-paste
6533         checks.  Don't push the buffer till after we're done with
6534         them.
6535         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
6536         (PEEKN, FORWARD, GETC, PEEKC): Use them.
6537         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
6538         appropriately.
6539         (_cpp_parse_assertion): Don't NUL terminate.
6540         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
6541         hspace before calling _cpp_parse_assertion.  Remove all sets
6542         of only_seen_white. Treat '\f' as hspace.  Don't do anything
6543         special with '\n' here.
6544         (maybe_macroexpand): Handle T_EMPTY hash entries without
6545         pushing a buffer at all.
6546         (cpp_get_token): Handle clearing only_seen_white here.  Handle
6547         incrementing the line number here.  Clear
6548         potential_control_macro as well as only_seen_white, if
6549         appropriate.
6550         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
6551         (_cpp_get_define_token): New function, basically like
6552         _cpp_get_directive_token was but doesn't eat horizontal space.
6553         Don't do anything with only_seen_white here.
6554         (_cpp_get_directive_token): Just call _cpp_get_define_token
6555         repeatedly till it returns non-hspace.
6556
6557         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
6558         (conditional_skip, skip_if_group): Return int.
6559         (DIRECTIVE_TABLE): Change origin of all conditional directives
6560         to "COND".
6561         (TRAD_DIRECT_P): New macro.
6562         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
6563         an error for a bogus directive, unless -lang-asm.  Use
6564         TRAD_DIRECT_P. Loop calling handler functions till one returns
6565         zero.
6566         (get_macro_name): Don't diddle flags here.
6567         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
6568         Create T_EMPTY nodes for #define macro /* nothing */.
6569         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
6570         Use hp->name when calling pass_thru_directive.
6571         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
6572         Return the result of conditional_skip and/or skip_if_group.
6573         Don't call _cpp_output_line_command.
6574         (consider_directive_while_skipping): Use _cpp_get_directive_token.
6575         Issue -Wtraditional warnings as appropriate.  Don't complain
6576         about unrecognized directives.  If we are to stop skipping,
6577         return the number of the directive that ended the skip.
6578         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
6579         expansion and line commands while skipping.  Return the result
6580         of consider_directive_while_skipping, if nonzero.
6581         (do_endif): Just set potential_control_macro here.
6582         (validate_else): Use _cpp_get_directive_token.
6583         (do_assert, do_unassert): Don't save pointers into the
6584         token_buffer across calls to the lexer.  Use
6585         _cpp_get_directive_token.
6586
6587         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a
6588         pointer, not an offset.  Replace 'data', which was a generic
6589         pointer, with 'macro', which points to a struct hashnode.
6590         (cpp_reader): Add 'potential_control_macro' pointer.
6591         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
6592         (CPP_BUF_GET, CPP_FORWARD): Delete.
6593         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
6594         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
6595         ACTIVE_MARK_P): Update.
6596         (_cpp_get_define_token): New internal function.
6597         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
6598
6599 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
6600
6601         * configure.in: And here.
6602         * configure: Regenerate.
6603         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
6604         --enable-libstdcxx-v3 is passed at configure time.
6605         * config.h.in: Regenerate.
6606
6607 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
6608
6609         * final.c (final): Use xcalloc to allocate line_note_exists.
6610         * function.c (free_after_compilation): Free the temp_slots.
6611         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
6612         (combine_temp_slot): Free temp_slots when they get combined.
6613         (purge_addressof): Fix typo in comment.
6614         * stmt.c (mark_goto_fixup): Mark the fixup itself.
6615         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
6616
6617         * ggc.h: Include varray.h.
6618         (ggc_pending_trees): Declare.
6619         (ggc_mark_tree_children): Remove declaration.
6620         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
6621         * ggc-common.c (ggc_pending_trees): New variable.
6622         (ggc_mark_roots): Call ggc_mark_trees.
6623         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
6624         the ggc_pending_trees.
6625         * Makefile.in (GGC_H): New variable.  Use it throughout in place
6626         of ggc.h.
6627
6628 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6629
6630         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
6631         GET_MODE_SIZE.
6632
6633 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6634
6635         * sh.c (sh_insn_length_adjustment): New function.
6636         * sh-protos.h (sh_insn_length_adjustment): Declare.
6637         * sh.h (ADJUST_INSN_LENGTH): Use it.
6638
6639 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
6640
6641         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
6642         from the insn where REG_RETVAL is added.
6643         (emit_no_conflict_block): Ditto.
6644
6645         * md.texi (Standard Names): Clarify when movX is needed.
6646
6647         * combine.c (simplify_comparison) [MINUS]: Do not replace
6648         all (op (minus A B) 0) with (op A B).
6649
6650 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
6651                           J"orn Rennecke <amylaar@cygnus.co.uk>
6652
6653         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
6654         (block_lump_real): Likewise.
6655
6656 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
6657
6658         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
6659         remaining non-zero debugging masks.
6660
6661 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
6662
6663         * basic-block.h (verify_flow_info): Declare.
6664         (flow_loop_outside_edge_p): Declare.
6665         * flow.c (verify_flow_info): Remove declaration.
6666         (clear_log_links, flow_loop_outside_edge_p): Likewise.
6667
6668 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
6669
6670         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
6671         not C++ comments.
6672
6673 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
6674
6675         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
6676         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
6677         seqdi_zero_trunc+1): Allow splits only if registers are
6678         different.
6679
6680 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
6681
6682         * acconfig.h: Add HAVE_GAS_HIDDEN.
6683         * config.in: Regenerated.
6684         * configure.in: Add test for .hidden pseudo-op in gas.
6685         * configure: Regenerated.
6686         * crtstuff.c: Include auto-host.h.
6687         Emit additional .hidden pseudo-op for __dso_handle if the
6688         assembler knows about it.
6689
6690 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
6691
6692         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
6693         before freeing argnames.
6694         * cpplib.c (do_ifndef): Cast return value of xstrdup.
6695
6696 2000-04-05  Michael Meissner  <meissner@redhat.com>
6697
6698         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
6699         Walton <jonboy@gordian.com> to make memory references with update
6700         work wtih -mregnames.
6701
6702 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6703
6704         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
6705         (regrename_optimize): Rename variables `def_uses' and
6706         `ext_basic_blocks' to avoid conflicts with similarly named
6707         typedefs in traditional C.
6708
6709         * calls.c (initialize_argument_information): Fix typo in previous
6710         change.
6711
6712 2000-04-04  Richard Henderson  <rth@cygnus.com>
6713
6714         * regrename.c (consider_available): Test fixed_regs not
6715         PIC_OFFSET_TABLE_REGNUM.
6716
6717 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
6718
6719         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
6720         crtend.
6721         (CRTSTUFF_T_CFLAGS_S): Delete definition.
6722         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
6723         (ENDFILE_LINUX_SPEC): Always use crtend.
6724         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
6725         (powerpc-*-linux-gnu): Likewise.
6726         * configure: Regenerate.
6727
6728         * config/rs6000/eabi.h: Don't include sysv4.h.
6729         (MULTILIB_DEFAULTS): Don't define.
6730         * config/rs6000/eabiaix.h: Don't include eabi.h.
6731         * config/rs6000/eabile.h: Delete.
6732         * config/rs6000/eabilesim.h: Delete.
6733         * config/rs6000/eabisim.h: Don't include eabi.h.
6734         * config/rs6000/linux.h: Don't include sysv4.h.
6735         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
6736         (MULTILIB_DEFAULTS): Don't redefine.
6737         * config/rs6000/rtems.h: Don't include eabi.h.
6738         * config/rs6000/sol2.h: Don't include sysv4le.h.
6739         * config/rs6000/sysv4le.h: Don't include sysv4.h.
6740         * config/rs6000/t-ppc: Delete.
6741         * config/rs6000/t-ppcgas: Correct comment.
6742         * config/rs6000/t-ppcos: Correct comment.  Don't build
6743         multilibs for -fPIC, rather use -fPIC -mstrict-align
6744         as default.
6745         * config/rs6000/t-ppc: Delete.
6746         * config/rs6000/vxppc.h: Don't include sysv4.h.
6747         * config/rs6000/vxppcle.h: Delete.
6748         * configure.in: Use multiple header files for p2pc ELF targets
6749         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
6750         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
6751         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
6752         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
6753         always available for these platforms.
6754
6755 2000-04-04  Richard Henderson  <rth@cygnus.com>
6756
6757         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
6758
6759 2000-04-04  Stan Cox  <scox@cygnus.com>
6760
6761         * Makefile.in: Add rules for regrename.o
6762         * regrename.c: New file.
6763         * rtl.h (regrename_optimize): Add prototype.
6764         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
6765         (compile_file, decode_d_option): Add support for -frename-registers.
6766         (rest_of_compilation): Call regrename_optimize.
6767         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
6768         New macros.
6769
6770 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
6771
6772         * Makefile (gccbug): New target.
6773         (doc): Depend on it.
6774         * gcc.texi (Bugs): Link subnodes.
6775         (gccbug): New node.
6776         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
6777         Document severities, priorities, and classes in bug form.
6778
6779 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
6780
6781         * cpplex.c (trigraph_map, speccase): Combine into single
6782         table, chartab.
6783         (NORMAL, NONTRI): New macros.
6784         (_cpp_read_and_prescan): Change to use unified table.  Use
6785         is_hspace to test for whitespace.
6786
6787         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
6788         definition that doesn't provoke the "empty body in an
6789         if-statement" warning.
6790
6791 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
6792
6793         * builtins.c (expand_builtin_strlen): Force the source to
6794         be a memory address.
6795
6796 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6797
6798         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
6799
6800 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6801
6802         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
6803          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
6804         (ECF_IS_CONST): Rename to ECF_CONST.
6805         (special_function_p): Make static, change interface.
6806         (flags_from_decl_or_type, try_to_integrate): Break out from ...
6807         (expand_call) ... here; convert number of variables to flags.
6808         (emit_library_call_vlue_1): Likewise.
6809         (setjmp_call_p): New function.
6810         (initialize_argument_information): Accepts flags as argument;
6811         return flags.
6812         (precompute_arguments): Likewise.
6813         * tree.h (special_function_p): Remove.
6814         (setjmp_call_p): Add prototype.
6815
6816 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
6817
6818         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
6819         so that addresses are offsetable by up to 16 bytes.
6820         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
6821         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
6822         offsetable.
6823
6824         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
6825         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
6826         (movsf): Don't force any constant to memory if target is integer
6827         hard register.
6828         Move fp_zero_operand check below the const0_rtx check.
6829         (movtf): Likewise. Also allow fp_zero_operand for stores into
6830         memory.
6831         (movdf): Likewise. Also allow fp_zero_operand for stores into
6832         memory and into integer hard registers.
6833         (clear_df, clear_dfp, movdf_const_intreg_sp32,
6834         movdf_const_intreg_sp64): Remove.
6835         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
6836         conditions.
6837         (movdf_no_e_insn_v9_sp32): New pattern.
6838         (movdf_insn_v9only): Remove.
6839         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
6840         (movdf_insn_sp64): Remove.
6841         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
6842         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
6843         (following splits): Rewrite conditions. Add two new splits
6844         for storing 0.0 into memory and registers.
6845         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
6846         (movtf_insn_sp32): Redo constraints and conditions.
6847         (movtf_insn_vis_sp32): New pattern.
6848         (movtf_no_e_insn_sp32): Redo constraints and conditions.
6849         (movtf_insn_hq_sp64): Likewise.
6850         (movtf_insn_hq_vis_sp64): New pattern.
6851         (movtf_insn_sp64): Redo constraints and conditions.
6852         (movtf_insn_vis_sp64): New pattern.
6853         (movtf_no_e_insn_sp64): Redo constraints and conditions.
6854         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
6855         or memory.
6856         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
6857         -mvis or -m64 to take down the number of various reload patterns.
6858
6859 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
6860
6861         * pa/pa-64.h: New file.
6862         * pa/pa64-regs.h: New file.
6863         * pa/pa64-start.h: New file.
6864         * pa/t-pa64: New file.
6865         * pa/xm-pa64hpux.h: New file.
6866
6867 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6868
6869         * sparc.c (output_restore_regs): Prototype.
6870         (sparc_emit_float_lib_cmp): Constification.
6871
6872         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
6873
6874         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
6875         Prototype.
6876
6877         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
6878         (get_value_hash, hash_rtx): Likewise.
6879
6880         * ssa.c (compute_conservative_reg_partition): Prototype.
6881
6882         * tree.c (mark_hash_entry): Prototype.
6883
6884 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
6885
6886         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
6887         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
6888         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
6889
6890         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
6891         * objc/lang-specs.h: Likewise.
6892
6893 2000-04-03  Neil Booth  <NeilB@earthling.net>
6894
6895         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
6896         and SYNTAX_ERROR2. Replace `' in messages with ''.
6897         (op_to_str): Make re-entrant.
6898         (_cpp_parse_expr): Implement new error macros. Use | rather
6899         than || to logically or 2 boolean integers.  Simply expression
6900         checking we have a left operand iff needed.
6901
6902 2000-04-03  Nick Clifton  <nickc@cygnus.com>
6903
6904         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
6905
6906 2000-04-03  Philip Blundell  <philb@gnu.org>
6907
6908         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
6909
6910 2000-04-03  Felix Lee  <flee@cygnus.com>
6911
6912         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
6913         (run_shell): Use it.
6914
6915 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
6916
6917         * Makefile.in (stmp-int-hdrs): Make include subdir here...
6918         (stmp-fixproto): ...rather than here.
6919
6920 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
6921
6922         * pa.c (print_operand): Compute 'base' only inside the code paths
6923         that use it.
6924
6925 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
6926
6927         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
6928         CEIL_DIV_EXPR.
6929
6930 2000-04-03  Philipp Thomas  <pthomas@suse.de>
6931
6932         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
6933
6934 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
6935
6936         * Makefile.in (alias.o): Depend on $(TREE_H).
6937
6938 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
6939
6940         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
6941         processing C++.
6942         * cpplib.c (_cpp_handle_directive): Improve warnings for
6943         traditional C and indented directives.
6944
6945         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
6946         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
6947         fixinc/inclhack.def: Indent the # of #include_next one space.
6948         * cp/rtti.c: Un-indent #if and #endif.
6949
6950         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
6951         syntax error, but an error has already been printed.
6952         * cpplex.c (_cpp_parse_assertion): Give a more specific error
6953         message when called with nothing remaining on the line.
6954         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
6955         OTHER token, not an ASSERTION.
6956         * cpplib.c (do_assert): When we create a 'base' node, clear
6957         its aschain pointer.
6958
6959 2000-04-02  Neil Booth <NeilB@earthling.net>
6960
6961         * cppexp.c:  New typedef op_t.  struct operation and struct
6962         token updated to use it.
6963         (op_to_str): New function.
6964         (_cpp_parse_expr): Error messages modified to use op_to_str.
6965
6966 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6967
6968         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
6969         before checking MUST_PASS_IN_STACK.
6970
6971 2000-04-02  Neil Booth <NeilB@earthling.net>
6972
6973         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
6974         flags and initial priority into a single constant.  New
6975         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
6976         (_parse_cpp_expr): Implement new constants.  Take left operand
6977         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
6978         parse indicated by reducing FINISHED token.  Remove new lines
6979         from cpp_error messages.
6980
6981 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
6982
6983         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
6984         permanent obstack.
6985
6986 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
6987
6988         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
6989         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
6990         the strings and function names on the fly.  Take the #sccs
6991         entry out of the table if SCCS_DIRECTIVE is not defined.
6992         (_cpp_handle_directive): Decide if the # was at the beginning
6993         of the line here.  Issue -pedantic warnings for extended
6994         directives here.  Warn about K+R directives with the #
6995         indented, and C89/extended directives with the # not indented,
6996         here.
6997         (do_import, do_include_next, do_warning, do_ident, do_sccs,
6998         do_assert, do_unassert): Don't issue pedantic warning here.
6999
7000         * cpphash.h: Add CPP_WTRADITIONAL macro.
7001         * cpplib.h (struct cpp_options): Rename warn_stringify to
7002         warn_traditional; update comments.
7003         * cppinit.c (handle_option): Set warn_traditional not
7004         warn_stringify.
7005         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
7006         CPP_WTRADITIONAL (pfile).
7007         * cpplex.c (_cpp_lex_token): Don't decide if directives should
7008         be ignored in -traditional mode here.
7009
7010         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
7011         to initialize speccase[] and trigraph_map[].  Delete all
7012         references to pfile->input_speccase.  Always treat '?' as a
7013         special character.  Remove table-initialization code from
7014         _cpp_init_input_buffer.
7015
7016         * cpplib.h (struct cpp_reader): Remove input_speccase field.
7017         * cppinit.c (cpp_cleanup): Don't free input_speccase.
7018
7019 2000-04-01  Richard Henderson  <rth@cygnus.com>
7020
7021         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
7022         (mostlyclean): Likewise.
7023
7024         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
7025         (struct dump_file_info, enum dump_file_index, dump_file): New.
7026         (open_dump_file): Take a dump_file_index not a suffix, and a decl
7027         not a string.  Clean out file if we havn't yet done so.  Do nothing
7028         if the dump isn't enabled.
7029         (close_dump_file): Do nothing if the dump isn't open.  Dump
7030         graph data if requested.
7031         (dump_rtl, clean_dump_file): Remove.
7032         (compile_file): Don't clean the dump files.  Only finalize .bp dump
7033         if flag_test_coverage or flag_branch_probabilities.  Only finalize
7034         .combine dump if optimizing.  Iterate over dump_file to finalize the
7035         graph dumps.
7036         (rest_of_compilation): Update for open_dump_file/close_dump_file.
7037         Convert all uses of dump_rtl.
7038         (decode_d_option): Iterate over dump_file to implement 'a' and to
7039         locate pass-specific dumps.
7040
7041 2000-04-01  Neil Booth <NeilB@earthling.net>
7042
7043         * cppexp.c: Redefine priority constants.
7044         (_cpp_parse_expr): Replace left and right priority scheme with
7045         single priority logic.  Move LOGICAL to same place as COMPARE.
7046         Remove bogus check for multiple unary +/- operators.
7047
7048 2000-04-01  Neil Booth <NeilB@earthling.net>
7049
7050         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
7051         within the switch statement.  Binary operations break out of
7052         the switch naturally.  '(' tokens handled by forcing
7053         immediate shift.  ')' handled by forcing immediate reduce to
7054         the previous '('.  New error messages.
7055
7056 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
7057
7058         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
7059         part', it's already in use.  Use %K instead.  Add a return at the
7060         end of what is now %K.
7061         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
7062
7063 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7064
7065         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
7066         allocate_dynamic_stack_space.
7067         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
7068         update stack_pointer_delta; do not update arg_size_so_far.
7069         (compute_argument_block_size): Use stack_delta instead of
7070         stack_pointer_pending and arg_size_so_far.
7071         (expand_call): Add sanity checking for stack_pointer_delta;
7072         save and restore stack_pointer_delta for SIB, use
7073         stack_pointer_delta for alignment; do not update arg_space_so_far.
7074         (emit_library_call_value): Use stack_pointer_delta for alignment.
7075         (store_one_arg): Do not update arg_space_so_far.
7076         * explow.c (adjust_stack, anti_adjust_stack): Update
7077         stack_pointer_delta.
7078         (allocate_dynamic_stack_space): Add sanity checking for
7079         stack_pointer_delta.
7080         * expr.c (init_expr, clear_pending_stack_adjust): Clear
7081         stack_pointer_delta.
7082         (emit_push_insn): Update stack_pointer_delta.
7083         * function.h (struct expr_status): Add x_stack_pointer_delta;
7084         remove x_arg_space_so_far.
7085         (arg_space_so_far): Remove.
7086         (stack_pointer_delta): New macro.
7087
7088 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
7089
7090         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
7091         Reorder struct cpp_options and struct cpp_reader for better
7092         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
7093         takes two args.  Change all 'char' flags to 'unsigned char'.
7094         Move show_column flag into struct cpp_options.  Don't
7095         prototype cpp_options_init.
7096         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
7097         cppinit.c, cpplex.c, cpplib.c:
7098         Replace CPP_OPTIONS (pfile)->whatever with
7099         CPP_OPTION (pfile, whatever), and likewise for
7100         opts = CPP_OPTIONS (pfile); ... opts->whatever;
7101
7102         * cppinit.c (merge_include_chains): Take a cpp_reader *.
7103         Extract CPP_OPTION (pfile, pending) and work with that
7104         directly.
7105         (cpp_options_init): Delete.
7106         (cpp_reader_init): Turn on on-by-default options here.
7107         Allocate the pending structure here.
7108         (cl_options, enum opt_code): Define these from the same table,
7109         kept in a large macro.  Add -fshow-column and -fno-show-column
7110         options.
7111
7112         * cpperror.c (v_message): If show_column is off, don't print
7113         the column number.
7114
7115         * cppmain.c: Update for new interface.
7116         * fix-header.c: Likewise.
7117
7118 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
7119
7120         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
7121         definition.
7122         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
7123         are passed to any invocation of AR_FOR_TARGET.
7124         (AR_CREATE_FOR_TARGET): New macro.
7125         (AR_EXTRACT_FOR_TARGET): New macro.
7126         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
7127         AR_EXTRACT_FOR_TARGET.
7128         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
7129         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
7130         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
7131         AR_EXTRACT_FOR_TARGET to sub-makes.
7132
7133 2000-03-31  Neil Booth <NeilB@earthling.net>
7134
7135         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
7136         PAREN_INNER_PRIO.
7137         (_cpp_parse_expr): Check for multiple unary +/- operators.
7138         Correct priorities of ':' and '?'.  Treat ')' as having a
7139         value.  Ensure conditional expression is not void.
7140
7141 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
7142
7143         * alias.c (canon_rtx): Make it global.
7144         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
7145         equality.
7146         * cse.c (struct table_elt): Add canon_exp.
7147         (insert): Clear it.
7148         (invalidate): Canonicalize expressions only once.
7149         * rtl.h (canon_rtx): Declare.
7150
7151 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
7152
7153         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
7154         * alias.c (reg_known_value): Add comments.
7155         (init_alias_analysis): Likewise.
7156         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
7157         address.
7158         (cse_basic_block): Fix typo in comment.
7159         * emit-rtl.c: Include hashtab.h.
7160         (const_int_htab): New variable.
7161         (const_int_htab_hash): New function.
7162         (const_int_htab_eq): Likewise.
7163         (rtx_htab_mark_1): Likewise.
7164         (rtx_htab_mark): Likewise.
7165         (gen_rtx_CONST_INT): Cache all CONST_INTs.
7166         (unshare_all_rtx): Fix formatting.
7167         (init_emit_once): Initialize const_int_htab.
7168         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
7169         address.
7170         * rtl.texi: Document the fact that all CONST_INTs with the same
7171         value are shared.
7172
7173 2000-03-30  Richard Henderson  <rth@cygnus.com>
7174
7175         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
7176
7177 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
7178
7179         * configure.in: Comment out --enable-c-cpplib stanza.
7180         * configure: Regenerate.
7181
7182 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7183
7184         * expr.c (store_constructor): Properly compute displacement and
7185         alignment when offset is variable.
7186
7187         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
7188         cases of alignment in bytes.
7189
7190 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
7191
7192         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
7193         since it is used to generate c-parse.y.
7194         * objc-parse.c, objc-parse.y: Regenerated.
7195
7196         * function.c (expand_function_end): Pass alignment argument to
7197         emit_block_move in bits, not bytes.
7198
7199 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7200
7201         * expr.c (move_by_pieces_ninsns): Fix one more missing align
7202         correction.
7203
7204         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
7205
7206         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
7207         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
7208         * function.c (assign_parms): Likewise.
7209         * integrate.c (expand_inline_function): Likewise.
7210         * stmt.c (expand_decl): Likewise.
7211         (copy_rtx_and_substitute): Likewise.
7212         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
7213         (clear_by_pieces): Fix error in last change.
7214         * emit-rtl.c (init_emit): Set known registers alignment in bits.
7215         * function.h (regno_pointer_align): Now unsigned.
7216         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
7217         is in bits.
7218         * config/i386/i386.c (aligned_operand): Likewise.
7219         * config/sparc/sparc.c (mem_min_alignment): Likewise.
7220         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
7221         (unaligned_memory_operand): Likewise.
7222         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
7223         Also make alignments and sizes unsigned and some whitespace cleanup.
7224         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
7225
7226         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
7227         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
7228         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
7229         (expand_builtin_memset): Likewise, but to clear_storage.
7230         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
7231         (restore_fixed_argument_area): Likewise.
7232         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
7233         (load_register_parameters): Likewise, to emit_group_load.
7234         (expand_call): Likewise, to emit_group_store and emit_block_move.
7235         (emit_library_call_value_1): Likewise, to emit_block_move.
7236         (store_one_arg): Likewise, and to emit_push_insn.
7237         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
7238         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
7239         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
7240         (emit_block_move, emit_group_load, emit_group_store): Likewise.
7241         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
7242         (expand_assigment, store_expr, store_constructor_field): Likewise.
7243         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
7244         (store_constructor, store_field, get_inner_reference): Likewise.
7245         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
7246         (expand_expr, case COMPONENT_REF): Likewise.
7247         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
7248         and positions; reindent code.
7249         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
7250         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
7251         (assign_parms): Likewise to emit_group_store.
7252         * optabs.c (prepare_cmp_insn): Alignment is in bits.
7253         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
7254         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
7255         (expand_return): Likewise to {extract,store}_bit_field.
7256         * stor-layout.c (get_mode_alignment): Minor cleanup.
7257         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
7258         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
7259
7260 2000-03-29  Nick Clifton  <nickc@cygnus.com>
7261
7262         * config/arm/arm.h: Undo effects of previous delta:
7263         (ASM_SPEC): Do not define.
7264         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
7265
7266         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
7267         typo.
7268
7269 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
7270
7271         * cppinit.c (cpp_start_read): Call initialize_dependency_output
7272         only after reading in the primary source file.
7273
7274 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
7275
7276         * c-common.c (c_common_nodes_and_builtins): The first parameter to
7277         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
7278         or a reference to a va_list.
7279         * builtins.c (stabilize_va_list): Simplify now we don't have to
7280         work around C array address decay.
7281         * c-typeck.c (convert_for_assignment): Handle assignment to
7282         a reference parameter by taking the address of the RHS.
7283         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
7284         (va_copy): Likewise.
7285         (__va_copy): Likewise.
7286         * ginclude/varargs.h (va_start): Likewise.
7287         (__va_copy): Likewise.
7288
7289 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
7290
7291         * i386/djgpp.h: Remove extraneous "+".
7292
7293         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
7294
7295         * calls.c (expand_call): Fix typo in last change.
7296
7297 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
7298
7299         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
7300         been expanded.
7301
7302 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7303
7304         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
7305         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
7306         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
7307         * tree.c (bit_position, byte_position): Likewise.
7308         * tree.h: Declare new functions.
7309
7310 2000-03-29  Nick Clifton  <nickc@cygnus.com>
7311
7312         * config/arm/arm.c: Minor formatting changes/
7313         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
7314         already defined.
7315         (ASM_SPEC): Define if not already defined.
7316
7317 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
7318
7319         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
7320         _cpp_calc_hash.
7321
7322 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
7323
7324         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
7325         value, don't output it as unsigned.
7326
7327 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
7328
7329         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
7330
7331 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7332
7333         * c-common.c (c_common_nodes_and_builtins): Don't special case
7334         cplus_mode when declaring builtin bzero/bcmp, always avoid
7335         prototype arguments.
7336
7337 2000-03-29  Bruce Korb  <bkorb@gnu.org>
7338
7339         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
7340         to a non-file
7341
7342 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7343
7344         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
7345         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
7346         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
7347         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
7348         (save_fixed_argument_area, restore_fixed_argument_area):
7349         conditionize by #ifdef REG_PARM_STACK_SPACE only.
7350         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
7351         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
7352         (precompute_register_parameters): Avoid #ifdefs on
7353         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
7354         (stire_one_args): Likewise.
7355         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
7356         (emit_library_call_value_1): Likewise.
7357         (compute_argument_block_size): Align to STACK_BOUNDARY only for
7358         ACCUMULATE_OUTGOING_ARGS.
7359         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
7360         value.
7361         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
7362         (use_crosses_set_p): Likewise.
7363         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
7364         #define ACCUMULATE_OUTGOING_ARGS 1.
7365         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
7366         frames.
7367         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
7368         constants.
7369         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
7370         (TARGET_SWITCHES): Add push-args, no-push-args,
7371         accumulate-outgoing-args and no-accumulate-outgoing-args.
7372         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
7373         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
7374         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
7375         and PUSH_ROUNDING.
7376         (emit_push_insn): Likewise.
7377         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
7378         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
7379         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
7380         (STACK_DYNAMIC_OFFSET): Define correctly for both
7381         ACCUMULATE_OUTGOING_ARGS and normal mode.
7382         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
7383         * tm.texi (PUSH_ARGS): Document.
7384         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
7385
7386 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7387
7388         * flags.h (flag_optimize_sibling_calls): Declare.
7389         * calls.c (expand_call): Fail sibcall when
7390         !flag_optimize_sibling_calls
7391         * invoke.texi (flag_optimize_sibling_calls): Document.
7392         * toplev.c (flag_optimize_sibling_calls): New global variable.
7393         (f_options): Add flag_optimize_sibling_calls.
7394         (rest_of_compilation): Conditionize
7395         optimize_sibling_and_tail_recursive_calls by
7396         flag_optimize_sibling_calls.
7397         (main): Set flag_optimize_sibling_calls for -O2.
7398         * stmt.c (expand_return): Conditionize tail recursion by
7399         flag_optimize_sibling_calls.
7400
7401 2000-03-29  Richard Henderson  <rth@cygnus.com>
7402
7403         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
7404         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
7405
7406 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
7407
7408         * except.c (add_eh_table_entry): Mark type_info's as referenced.
7409
7410 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7411
7412         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
7413         is given.
7414         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
7415         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
7416         * config/rs6000/aix.h: then modified likewise.
7417
7418 2000-03-28  Richard Henderson  <rth@cygnus.com>
7419
7420         * rtl.h: Redistribute enum reg_note documentation.
7421         Kill trailing whitespace.
7422         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
7423         Kill trailing whitespace.
7424
7425 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
7426
7427         * cppfiles.c (hash_IHASH): Just return i->hash.
7428         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
7429         htab_find_with_hash.
7430         (cpp_read_file): Likewise.
7431         (find_include_file): Likewise.  Properly initialize
7432         ih->nshort.  Share ih->name and ih->nshort if possible.
7433         * cpphash.c (_cpp_calc_hash): New function.
7434         (hash_HASHNODE): Just return h->hash.
7435         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
7436         htab_find_with_hash.
7437         * cpphash.h: Prototype _cpp_calc_hash.
7438         * cppinit.c (initialize_builtins): Provide a valid hash
7439         to _cpp_make_hashnode, using _cpp_calc_hash.
7440
7441         * cpphash.c (collect_expansion): # is not a special character
7442         in object-like macros.  In -traditional mode, /**/ is not
7443         token paste at the beginning or end of the line.
7444         * cpplib.c (do_include, do_import, do_include_next): If
7445         parse_include fails, return immediately.
7446
7447 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
7448
7449         * config/arm/arm.md (return peepholes): Update to reflect the new
7450         call insn patterns.
7451         * config/arm/arm.c (arm_volatile_func): Also check
7452         current_function_nothrow.
7453         (output_return_instruction, output_func_prologue): Use it.
7454         (arm_output_epilogue, arm_expand_prologue): Likewise.
7455
7456 2000-03-27  Tom Tromey  <tromey@cygnus.com>
7457
7458         * gcc.c (handle_braces): In {x*...} case, break out of loop if
7459         switch is found.
7460
7461 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7462
7463         * expr.c (store_constructor): SIZE now signed.
7464         For EXPR_SIZE, don't evaluate size; just needed if constant.
7465         * fold-const.c (fold): Fix a number of cases when folded tree is
7466         wrong type.
7467         * function.c (flush_addressof): Reenable.
7468         * tree.h (flush_addressof): Likewise.
7469         * toplev.c (independent_decode_option): Look at strings_processed.
7470         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
7471
7472 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
7473
7474         * sibcall.c (indentify_call_return_value): Find last call in the chain;
7475         Allow stack adjustment after function call.
7476
7477         * regmove.c (struct csa_memlist): Make mem field rtx *.
7478         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
7479         (try_apply_stack_adjustment): Replace whole MEM rtx.
7480         (combine_stack_adjustments_for_block): Update calls
7481         to record_one_stack_ref.
7482
7483 2000-03-28  Neil Booth  <NeilB@earthling.net>
7484
7485         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
7486         '\\' rather than a null character, so nulls are not special.  Fix
7487         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
7488         speed trigraph conversion.
7489         (_cpp_init_input_buffer): Initialize trigraph map.
7490
7491 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
7492
7493         * config/i386/i386.c (output_387_binary_op): Correct intel
7494         mode assembly output, and add spaces after commas in AT&T
7495         output.  Correct Unixware assembler comment.  Document input
7496         constraints.  Comment fp operations.  Reduce profligate buffer
7497         size.  Remove extraneous abort.  Localize temp var.
7498         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
7499         (output_fix_trunc): Add spaces after commas in assembly output.
7500
7501 2000-03-27  Richard Henderson  <rth@cygnus.com>
7502
7503         * i386-protos.h (ix86_match_ccmode): Declare.
7504         * i386.c (ix86_match_ccmode): New.
7505         (ix86_expand_fp_compare): Update for pattern renames.
7506         (ix86_expand_strlensi_unroll_1): Likewise.
7507         * i386.h (EXTRA_CC_MODES): Add CCZ.
7508         (SELECT_CC_MODE): Use it for EQ/NE zero.
7509         * i386.md (cmpsi_ccz_1): New.
7510         (cmpqi_ccz_1): New.
7511         (*testsi_ccz_1): New.
7512         (testqi_ccz_1): New.
7513         (cmpsi_ccno_1): Rename from cmpsi_0.
7514         (testsi_ccno_1): Rename from testsi_1.
7515         (testqi_ccno_1): Rename from testqi_1.
7516         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
7517         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
7518         (*cmphi_0): Use ix86_match_ccmode.
7519         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
7520         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
7521         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
7522         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
7523         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
7524         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
7525         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
7526         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
7527         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
7528         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
7529         (appropriate peepholes): Likewise.
7530         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
7531         (*subsi_3, *subhi_3, *subqi_3): Remove.
7532         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
7533         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
7534         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
7535         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
7536         (x86_shift_adj_1): Use CCZ.
7537         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
7538
7539 2000-03-27  Stan Cox  <scox@cygnus.com>
7540
7541         * resource.h (mark_resource_type): New.
7542         * resource.c (find_dead_or_set_registers, mark_target_live_regs,
7543         find_free_register): Use mark_resource_type.
7544         (mark_set_resources): Change include_delayed_effects
7545         to mark_resource_type.
7546         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
7547         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
7548         Use mark_resource_type.
7549
7550 2000-03-27  Richard Henderson  <rth@cygnus.com>
7551
7552         * i386.md (call_pop_0, call_value_pop_0): New.
7553         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
7554         (call_value_pop_1): Likewise.
7555         (call_0, call_value_0): New.
7556         (call_1, call_value_1): Remove constraint from unused arg.
7557
7558 2000-03-27  Nick Clifton  <nickc@cygnus.com>
7559
7560         * invoke.texi (Spec Files): Document new spec % command created by
7561         Tom Tromey's recent patch.
7562
7563 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
7564
7565         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
7566         if not defined.
7567
7568 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7569
7570         * expr.c (expand_assignment): Fix typo in last change.
7571
7572         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
7573
7574 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7575
7576         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
7577         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
7578         and DECL_INLINE if FUNCTION_DECL.
7579         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
7580         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
7581         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
7582         (combine_parm_decls): Likewise.
7583         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
7584         * print-tree.c (print_node): Likewise.
7585         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
7586         DECL_TRANSPARENT_UNION on proper decl types.
7587         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
7588         * stor-layout.c (layout_decl): Only check DECL_PACKED and
7589         DECL_BIT_FIELD of FIELD_DECL.
7590         * tree.h (DECL_RESULT_FLD): New macro.
7591
7592         * expr.c (expand_assignment): Add code to handle variable-sized
7593         BLKmode case.
7594
7595 2000-03-26  Richard Henderson  <rth@cygnus.com>
7596
7597         * calls.c (expand_call): Pass parms not original exp to
7598         optimize_tail_recursion.  Mind return value instead of looking
7599         for a barrier.
7600         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
7601         call_expr.  Move checks for call_expr and current_function_decl ...
7602         (expand_return): ... here.
7603
7604 2000-03-26  Tom Tromey  <tromey@cygnus.com>
7605
7606         * gcc.c (handle_braces): Recognize `%{<S}' construct.
7607         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
7608         defines.
7609         (process_command): Use them.
7610         (check_live_switch): Likewise.
7611         (give_switch): Skip ignored switches.
7612
7613 2000-03-26  Jan Hubicka  <jh@suse.cz>
7614
7615         * jump.c (jump_optimize_1): Fix typo in elide optimizations
7616         for minimal jump pass test.
7617
7618 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
7619
7620         * integrate.c (function_cannot_inline_p): Do inline functions that
7621         return `void'.
7622
7623 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7624
7625         * stor-layout.c (layout_type, set_sizetype): early_type_list is
7626         now a list of TREE_LIST entries, not types.
7627         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
7628
7629         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
7630         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
7631         int_bit_position.
7632         * config/mips/mips.c (function_arg): Likewise; also remove cast
7633         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
7634         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
7635         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
7636         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
7637         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
7638         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
7639         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
7640         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
7641         num_adjusts now unsigned.
7642         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
7643         * config/sparc/sparc.c (struct function_arg_record_value_parms):
7644         NREGS now unsigned.
7645         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
7646         as is BITPOS variable; use host_integerp and int_bit_position.
7647         (function_arg_record_value_2): Likewise.
7648         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
7649         Variable REGNO now unsigned.
7650         (function_arg_record_value): NREGS now unsigned.
7651
7652 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
7653
7654         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
7655
7656 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7657
7658         * Rework fields used to describe positions of bitfields and
7659         modify sizes to be unsigned and use HOST_WIDE_INT.
7660         * alias.c (reg_known_value_size): Now unsigned.
7661         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
7662         (really_start_incremental_init): Use bitsize_zero_node.
7663         (push_init_level, pop_init_level, output_init_element): Likewise.
7664         Use bitsize_unit_node and bitsize_one_node.
7665         (output_pending_init_elements, process_init_element): Likewise.
7666         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
7667         (make_extraction): Position and length HOST_WIDE_INT and unsigned
7668         HOST_WIDE_INT, respectively.
7669         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
7670         (num_sign_bit_copies): Returns unsigned.
7671         BITWIDTH now unsigned; rework arithmetic.
7672         Remove recursive call from arg to MAX.
7673         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
7674         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
7675         REGNO now unsigned.
7676         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
7677         (find_split_point, expand_compound_operation, make_extraction): LEN
7678         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
7679         (make_field_assignment): Likewise.
7680         (combine_simplify_rtx): Add cast.
7681         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
7682         (force_to_mode): WIDTH now unsigned; add cast.
7683         (if_then_else_cond): SIZE now unsigned.
7684         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
7685         (extended_count): Now returns unsigned.
7686         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
7687         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
7688         (simplify_comparison): MODE_WIDTH now unsigned.
7689         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
7690         (mark_used_regs_combine): Likewise; rework arithmetic.
7691         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
7692         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
7693         (record_promoted_value): REGNO now unsigned.
7694         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
7695         (get_last_value): REGNO now unsigned.
7696         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
7697         (reg_dead_regno, reg_dead_endregno): Now unsigned.
7698         (remove_death): Arg REGNO now unsigned.
7699         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
7700         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
7701         now unsigned.
7702         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
7703         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
7704         (struct cse_reg_info): REGNO now unsigned.
7705         (cached_regno): Now unsigned.
7706         (REGNO_QTY_VALID_P): Add cast.
7707         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
7708         (remove_invalid_regs): Likewise.
7709         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
7710         as are variables END and I.
7711         (get_cse_reg_info, insert): Likewise.
7712         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
7713         (canon_hash): Likewise.
7714         (insert_regs, lookup_for_remove): REGNO now unsigned.
7715         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
7716         New variable RN.
7717         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
7718         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
7719         * emit-rtl.c (subreg_realpart_p): Add cast.
7720         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
7721         (operand_subword_force): Arg I is now unsigned.
7722         * except.c (eh_regs): Variable I is now unsigned.
7723         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
7724         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
7725         length is unsigned HOST_WIDE_INT; likewise for internal variables.
7726         (store_split_bit_field, extract_fixed_bit_field): Likewise.
7727         (extract_split_bit_field, store_bit_field, extract_bit_field):
7728         Likewise.
7729         * expr.c (store_constructor_fields, store_constructor, store_field):
7730         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
7731         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
7732         (do_jump): Likewise.
7733         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
7734         MAX_SIZE is now unsigned.
7735         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
7736         (emit_group_store): Likewise.
7737         (emit_move_insn): I now unsigned.
7738         (store_constructor): Use host_integerp, tree_low_cst, and
7739         bitsize_unit_node.
7740         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
7741         Rework all calculations to use trees and new fields.
7742         * expr.h (promoted_input_arg): Regno now unsigned.
7743         (store_bit_field, extract_bit_field): Adjust types of pos and size.
7744         (mark_seen_cases): Arg is HOST_WIDE_INT.
7745         * flow.c (verify_wide_reg_1): REGNO now unsigned.
7746         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
7747         precisions and alignments are unsigned.
7748         (optimize_bit_field_compare, fold_truthop): Likewise.
7749         (int_const_binop): Adjust threshold for size_int_type_wide call.
7750         (fold_convert): Likewise.
7751         (size_int_type_wide): Make table larger and fix thinko that only
7752         had half of table used.
7753         (all_ones_mask_p, fold): Precisions are unsigned.
7754         * function.c (put_reg_info_stack): REGNO is unsigned.
7755         (instantiate_decl): Size is HOST_WIDE_INT.
7756         (instantiate_virtual_regs): I is unsigned.
7757         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
7758         (promoted_input_arg): REGNO is unsigned.
7759         * function.h (struct function): x_max_parm_reg is now unsigned.
7760         * gcse.c (max_gcse_regno): Now unsigned.
7761         (struct null_pointer_info): min_reg and max_reg now unsigned.
7762         (lookup_set, next_set): REGNO arg now unsigned.
7763         (compute_hash_table): REGNO and I now unsigned.
7764         (handle_avail_expr): regnum_for_replacing now unsigned.
7765         (cprop_insn): REGNO now unsigned.
7766         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
7767         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
7768         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
7769         * hard-reg-set.h (reg_class_size): Now unsigned.
7770         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
7771         * jump.c (mark_modified_reg): I now unsigned; add cast.
7772         (rtx_equal_for_thread_p): Add cast.
7773         * loop.c (max_reg_before_loop): Now unsigned.
7774         (struct_movable): REGNO now unsigned.
7775         (try_copy_prop): REGNO arg unsigned.
7776         (regs_match_p): XN and YN now unsigned.
7777         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
7778         (strength_reduce): Likewise; NREGS also unsigned.
7779         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
7780         * loop.h (struct iv_class): REGNO now unsigned.
7781         (max_reg_before_loop, first_increment_giv, last_increment_giv):
7782         Now unsigned.
7783         * machmode.h (mode_size, mode_unit_size): Now unsigned.
7784         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
7785         * optabs.c (expand_binop): I and NWORDS now unsigned.
7786         (expand_unop): I now unsigned.
7787         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
7788         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
7789         * real.c (significand_size): Now returns unsigned.
7790         * real.h (significand_size): Likewise.
7791         * regclass.c (reg_class_size): Now unsigned.
7792         (choose_hard_reg_mode): Both operands now unsigned.
7793         (record_reg_classes): REGNO and NR now unsigned.
7794         (reg_scan): NREGS now unsigned.
7795         (reg_scan_update): old_max_regno now unsigned.
7796         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
7797         * reload.c (find_valid_class): BEST_SIZE now unsigned.
7798         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
7799         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
7800         Likewise for variable R.
7801         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
7802         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
7803         (find_equiv_reg): Add casts.
7804         (regno_clobbered_p): Arg REGNO now unsigned.
7805         * reload.h (struct reload): NREGS now unsigned.
7806         (refers_to_regno_for_reload_p): Regno args are unsigned.
7807         (regno_clobbered_p): Likewise.
7808         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
7809         (compute_use_by_pseudos): REGNO now unsigned.
7810         (find_reg): I and J now unsigned, new variable K, and change loop
7811         variables accordingly; THIS_NREGS now unsigned.
7812         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
7813         (spill_hard_reg): REGNO arg now unsigned; add casts.
7814         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
7815         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
7816         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
7817         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
7818         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
7819         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
7820         (emit_reload_insns): REGNO now unsigned.
7821         (reload_cse_move2add): Add cast.
7822         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
7823         and rework loop.
7824         * resource.c (mark_referenced_resources, mark_set_resources): New
7825         variable R; REGNO and LAST_REGNO now unsigned.
7826         (mark_target_live_regs): J and REGNO now unsigned.
7827         * rtl.c (mode_size, mode_unit_size): Now unsigned.
7828         * rtl.h (union rtunion_def): New field rtuint.
7829         (XCUINT): New macro.
7830         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
7831         (operand_subword, operand_subword_force): Word number is unsigned.
7832         (choose_hard_reg_mode): Operands are unsigned.
7833         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
7834         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
7835         (regno_use_in, combine_instructions, remove_death): Likewise.
7836         (reg_scan, reg_scan_update): Likewise.
7837         (extended_count): Return is unsigned.
7838         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
7839         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
7840         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
7841         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
7842         (reg_reg_last_1): FIRS and LAST now unsigned.
7843         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
7844         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
7845         now unsigned.
7846         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
7847         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
7848         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
7849         (replace_regs): Arg NREGS now unsigned.
7850         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
7851         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
7852         (simplify_binary_operation): Likewise.
7853         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
7854         THIS_LAST now unsigned.
7855         (cselib_record_set): Add cast.
7856         * ssa.c (ssa_max_reg_num): Now unsigned.
7857         (rename_block): REGNO now unsigned.
7858         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
7859         sizes now unsigned.
7860         (all_cases_count): Just return -1 not -2.
7861         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
7862         Rework tests to use trees whenever possible.
7863         Use host_integerp and tree_low_cst.
7864         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
7865         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
7866         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
7867         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
7868         (smallest_mode_for_size): Likewise.
7869         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
7870         KNOWN_ALIGN is now an alignment, so simplify code.
7871         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
7872         (start_record_layout): Renamed from new_record_layout_info.
7873         Update to new fields.
7874         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
7875         New functions.
7876         (place_union_field): Renamed from layout_union_field.
7877         Update to use new fields in rli.
7878         (place_field): Renamed from layout_field.
7879         Major rewrite to use new fields in rli; pass alignment to layout_decl.
7880         (finalize_record_size): Rework to use new fields in rli and handle
7881         union.
7882         (compute_record_mode): Rework to simplify and to use new DECL fields.
7883         (finalize_type_size): Make rounding more consistent.
7884         (finish_union_layout): Deleted.
7885         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
7886         (layout_type, case RECORD_TYPE): Call new function names.
7887         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
7888         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
7889         (get_best_mode): UNIT is now unsigned; remove casts.
7890         * tree.c (bit_position): Compute from new fields.
7891         (byte_position, int_byte_position): New functions.
7892         (print_type_hash_statistics): Cast to remove warning.
7893         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
7894         (build_index_type): Likewise; make subtype of sizetype.
7895         (build_index_2_type): Pass sizetype to build_range_type.
7896         (build_common_tree_nodes): Use size_int and bitsize_int to
7897         initialize nodes; add bitsize_{zero,one,unit}_node.
7898         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
7899         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
7900         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
7901         (DECL_FIELD_BITPOS): Deleted.
7902         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
7903         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
7904         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
7905         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
7906         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
7907         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
7908         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
7909         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
7910         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
7911         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
7912         (DECL_ALIGN): Adjust to new field in union.
7913         (DECL_OFFSET_ALIGN): New field.
7914         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
7915         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
7916         (union tree_decl): Add struct for both aligns.
7917         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
7918         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
7919         (struct record_layout_info): Rework fields to have offset
7920         alignment and byte and bit position.
7921         (start_record_layout, place_field): Renamed from old names.
7922         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
7923         (byte_position, int_byte_position): Likewise.
7924         (get_inner_reference): Change types of position and length.
7925         * unroll.c (unroll_loop): New variable R; use for some loops.
7926         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
7927         (calculate_giv_inc): Arg REGNO now unsigned.
7928         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
7929         * varasm.c (assemble_variable): Clean up handling of size using
7930         host_integerp and tree_low_cst.
7931         (decode_addr_const): Use byte, not bit, position.
7932         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
7933         use tree_low_cst and int_bit_position.
7934         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
7935
7936 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
7937
7938         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
7939         (reorder_block_def): New members eff_head and eff_end.
7940         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
7941         (verify_insn_chain): New function.
7942         (skip_insns_between_block): Add code to skip deleted insns.
7943         Check for note before using.
7944         (chain_reorder_blocks): Replace calls to skip_insns_between_block
7945         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
7946         Check for note before using.
7947         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
7948         (fixup_reorder_chain): Restructure, clean up, defect removal.
7949         (reorder_basic_blocks): Remove last_insn and references to it.
7950         Moved insn chain verification code into a new function (see above).
7951         Delete defective code that sets last insn.
7952         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
7953         all blocks.
7954
7955 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7956
7957         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
7958
7959 2000-03-24  Richard Henderson  <rth@cygnus.com>
7960
7961         * tree.c (lang_safe_for_unsave): Remove.
7962         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
7963         allowing for two levels of unsafeness.  Remove lang hook.
7964         * tree.h: Update declarations.
7965         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
7966         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
7967         Always fail sibcalls when there are pending cleanups.
7968
7969 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
7970
7971         * flow.c (propagate_block): When we delete an ADDR_VEC,
7972         also delete the BARRIER following it if there is one.
7973
7974 2000-03-24  Richard Henderson  <rth@cygnus.com>
7975
7976         * builtins.c (expand_builtin_bzero): Convert `length' argument
7977         to sizetype.
7978
7979 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
7980
7981         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
7982         comparison if regno's are equal.
7983         * calls.c (initialize_argument_informat): Add ecf_flags argument.
7984         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
7985         (expand_call): Update caller.
7986         Avoid making a sibling call if argument size of the callee is larger
7987         than argument size of the caller.
7988         Call hard_function_value with outgoing set if in sibcall pass.
7989         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
7990
7991         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
7992         Change LEAF_REGISTERS from an array initializer to actual array
7993         identifier. Move static global variable into the function.
7994         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
7995         sequences for leaf functions.
7996         * global.c (global_alloc): Likewise.
7997         * tm.texi (LEAF_REGISTERS): Update documentation.
7998
7999         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
8000         TARGET_FLAT leaf disabling hack.
8001         (LEAF_REGISTERS): Changed from an array initializer to actual array
8002         identifier to avoid duplication and remove the above hack.
8003         (FUNCTION_OK_FOR_SIBCALL): Define.
8004         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
8005         always like call attribute.
8006         (eligible_for_sibcall_delay): New attribute.
8007         (sibcall): New delay type.
8008         (sibcall, sibcall_value, sibcall_epilogue): New expands.
8009         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
8010         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
8011         * config/sparc/sparc.c (sparc_leaf_regs): New array.
8012         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
8013         New functions.
8014         (output_function_epilogue): Move part of the code into
8015         output_restore_regs.
8016         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
8017         TYPE_SIBCALL.
8018         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
8019         prototypes.
8020
8021         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
8022         until infrastructure is finished.
8023
8024 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
8025
8026         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
8027         (save_parm_insns): Not here.
8028
8029 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8030
8031         * builtins.c (expand_builtin_bzero): New function.
8032         (expand_builtin): Handle bzero.
8033
8034         * builtins.def: Add BUILT_IN_BZERO.
8035
8036         * c-common.c (c_common_nodes_and_builtins): Provide builtin
8037         prototype & function for bzero.
8038
8039 2000-03-23  Michael Meissner  <meissner@redhat.com>
8040
8041         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
8042         change adding TARGET_FP to the TF floating point insns, except for
8043         trunctfsf2, which generates direct calls to truncdfsf2.
8044
8045 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
8046
8047         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
8048         try to protect against middle-end changes that break binary
8049         compatibility.
8050         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
8051
8052 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8053
8054         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
8055
8056 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8057
8058         * calls.c (expand_call): If TARGET is passed by reference and
8059         is readonly, write a CLOBBER.
8060
8061 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8062
8063         * builtins.c (expand_builtin): Handle bcmp.
8064
8065         * builtins.def: Add BUILT_IN_BCMP.
8066
8067         * c-common.c (c_common_nodes_and_builtins): Provide builtin
8068         prototype & function for bcmp.
8069
8070 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
8071
8072         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
8073         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
8074         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
8075
8076 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
8077
8078         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
8079         alternative when using -fp64 -gp32.
8080
8081 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
8082
8083         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
8084         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
8085         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
8086
8087         * frame.h (frame_state): Revert last change.
8088         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
8089         * libgcc2.c (throw_helper): Revert last change.
8090
8091 2000-03-22  Richard Henderson  <rth@cygnus.com>
8092
8093         * stmt.c (expand_asm_operands): Don't promote the temporary.
8094
8095 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
8096
8097         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
8098         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
8099           c_get_alias_set): Likewise.
8100         * c-decl.c (duplicate_decls): Likewise.
8101         * c-typeck.c (default_conversion,build_unary_op): Likewise.
8102         * calls.c (initialize_argument_information): Likewise.
8103         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
8104         Likewise.
8105         * dwarfout.c (decl_class_context,output_type): Likewise.
8106         * expr.c (get_inner_reference): Likewise.
8107         * fold-const.c (simple_operand_p,fold): Likewise.
8108         * function.c (aggregate_value_p): Likewise.
8109         * stmt.c (expand_asm_operands): Likewise.
8110         * varasm.c (named_section): Likewise.
8111
8112 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
8113
8114         Implement dwarf2 exception handling for the ARM.
8115         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
8116         (DWARF_FRAME_RETURN_COLUMN): Define.
8117         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
8118         REG_FRAME_RELATED_EXPR note.
8119         (emit_sfm): Likewise.
8120         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
8121         * dwarf2out.c (reg_save): Handle saving a register to itself.
8122         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
8123         * except.c (eh_regs): Don't use the static chain reg if it's
8124         callee-saved.
8125         * frame.h (frame_state): Add cfa_saved field.
8126         * frame.c (execute_cfa_insn): Set it.
8127         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
8128         the epilogue.
8129         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
8130         Now takes a parm.
8131         (instantiate_virtual_regs): Adjust.
8132         * tm.texi: Adjust.
8133         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
8134         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
8135         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
8136
8137         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
8138         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
8139
8140 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8141
8142         * builtins.def: New file.
8143
8144         * Makefile.in (TREE_H): Depend on builtins.def.
8145
8146         * builtins.c (built_in_names): Use builtins.def.
8147
8148         * tree.h (built_in_function): Likewise.
8149
8150 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
8151
8152         * tree.c (size_in_bytes): Return size_zero_node, not
8153         integer_zero_node.
8154
8155 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
8156
8157         * config/fp-bit.c (pack_d): Correct the case when a denormal
8158         is rounded up and stops being denormal.
8159
8160 2000-03-21  Richard Henderson  <rth@cygnus.com>
8161
8162         * config/alpha/alpha.c (function_arg): Check for void_type_node
8163         before using MUST_PASS_IN_STACK.
8164
8165 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
8166
8167         * regmove.c (combine_stack_adjustments_for_block): Check that
8168         the stack pointer is a valid memory address.
8169
8170 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
8171
8172         * calls.c: re-install Mar 16 emit_library_call merge.
8173
8174 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
8175
8176         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
8177         we cannot be sure that if reload_completed base register will
8178         be properly aligned.
8179
8180 2000-03-21  Richard Henderson  <rth@cygnus.com>
8181
8182         * flow.c (delete_block): Fix typo last change.
8183
8184 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
8185
8186         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
8187         not COMPLETE_TYPE_P, to check the type of the expression.
8188
8189 2000-03-21  Michael Meissner  <meissner@redhat.com>
8190
8191         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
8192         all floating point insns that just tested the macro
8193         TARGET_HAS_XFLOATING_LIBS.
8194         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
8195         used to only use the gprs.
8196
8197 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
8198
8199         * tree.h (COMPLETE_TYPE_P): New macro.
8200         (COMPLETE_OR_VOID_TYPE_P): New macro.
8201         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
8202         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
8203         * c-aux-info.c (gen_type): Use them.
8204         * c-common.c (c_expand_expr_stmt): Likewise.
8205         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
8206         grokdeclarator, grokparms, finish_struct, start_function,
8207         store_parm_decls, combine_parm_decls): Likewise.
8208         * c-parse.y (cast_expr): Likewise.
8209         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
8210         c_size_in_bytes, c_alignof, build_component_ref,
8211         build_indirect_ref, build_array_ref, convert_arguments,
8212         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
8213         * calls.c (initialize_argument_information): Likewise.
8214         * convert.c (convert_to_integer): Likewise.
8215         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
8216         * dwarfout.c (location_or_const_value_attribute,
8217         output_enumeration_type_die, output_structure_type_die,
8218         output_union_type_die, output_type): Likewise.
8219         * expr.c (safe_from_p, expand_expr): Likewise.
8220         * function.c (assign_parms): Likewise.
8221         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
8222         * tree.c (build_array_type, build_function_type,
8223         build_method_type, build_offset_type, build_complex_type): Likewise.
8224         * c-parse.c, c-parse.h: Regenerated.
8225
8226 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8227
8228         * config/c4x/rtems.h: Include config/rtems.h.
8229
8230 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
8231
8232         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
8233         decl is a FUNCTION_DECL
8234
8235 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
8236
8237         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
8238         function uses output registers.  Don't save RP for leaf functions.
8239         Do save RP even if no epilogue.
8240         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
8241         (CALL_USED_REGISTERS): Unmark in registers.
8242         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
8243         to near the middle.
8244
8245 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
8246
8247         * config/rs6000/rs6000.md (bunordered): New expander.
8248         (bordered): New expander.
8249         (buneq): New expander.
8250         (bunge): New expander.
8251         (bungt): New expander.
8252         (bunle): New expander.
8253         (bunlt): New expander.
8254         (bltgt): New expander.
8255
8256         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
8257         (ccr_bit_negated_p): New function.
8258         (print_operand): For %C, generate appropriate cror for UNEQ,
8259         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
8260
8261 2000-03-20  Andreas Jaeger  <aj@suse.de>
8262
8263         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
8264         warning.
8265
8266         * tree.h (safe_for_unsave): Prototype.
8267
8268 2000-03-20  Richard Henderson  <rth@cygnus.com>
8269
8270         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
8271         (combine_stack_adjustments_for_block): Don't allow sp references
8272         in the side of a set we're not fixing up.
8273         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
8274         after life_analysis.
8275
8276 2000-03-20  Richard Henderson  <rth@cygnus.com>
8277
8278         * calls.c (expand_call): Don't bother generating tail call
8279         sequences if there are pending cleanups.  Use
8280         expand_start_target_temps/expand_end_target_temps to elide
8281         cleanups created during sibcall expansion.
8282
8283 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
8284
8285         * configure.in: Set $IFS to a value if it doesn't already have one
8286         in the --enable-checking handling.
8287         * configure: Regenerate.
8288
8289 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8290
8291         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
8292         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
8293         Regenerated.
8294
8295 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
8296
8297         * jump.c (delete_noop_moves): Remove code attempting to
8298         combine stack adjustments.
8299
8300 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8301
8302         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
8303         * except.c (emit_cleanup_handler): Use them.
8304         (expand_end_all_catch): Likewise.
8305         * function.c (fixup_var_refs): Likewise.
8306         (expand_function_end): Clear catch_clauses_last.
8307         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
8308         * except.h (struct eh_status): New field x_catch_clauses_last.
8309         (catch_clauses_last): New define.
8310
8311         * Makefile.in (tree.o): Depend on HASHTAB_H.
8312         * tree.c: Include hashtab.h.
8313         (struct type_hash): Remove next field.
8314         (TYPE_HASH_SIZE): Remove.
8315         (TYPE_HASH_INITIAL_SIZE): New define.
8316         (type_hash_table): Change type to htab_t.
8317         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
8318         mark_hash_entry): New functions.
8319         (init_obstacks): Allocate type hash.
8320         (type_hash_lookup): Use htab functions.
8321         (type_hash_add, mark_type_hash): Likewise.
8322         (dump_tree_statistics): Call print_type_hash_statistics.
8323
8324 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8325
8326         * rs6000/t-aix41: New file.
8327
8328         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
8329
8330 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
8331
8332         * tm.texi (Driver): Fix typos and tweak entry for
8333         INCLUDE_DEFAULTS.
8334         Move misplaced STRUCT_FORCE_BLK entry ...
8335         (Storage Layout): ... to here.
8336         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
8337
8338 2000-03-19  Richard Henderson  <rth@cygnus.com>
8339
8340         * flow.c (delete_block): Delete the addr_vec along with the block.
8341         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
8342         reference labels.
8343
8344         * fold-const.c (extract_muldiv): Apply type check for defined
8345         overflow to multiply as well as divide.
8346
8347         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
8348
8349 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
8350
8351         * emit-rtl.c (remove_unncessary_notes): Check that all
8352         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
8353         associated NOTE_BLOCK.
8354         * function.h (identify_blocks): Update comments.
8355         (reorder_blocks): Declare.
8356         * function.c (identify_blocks): Don't take paramters.
8357         (reorder_blocks): Don't take parameters.
8358         * loop.h (find_loop_tree_blocks): Remove.
8359         (unroll_block_trees): Likewise.
8360         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
8361         reorder_blocks instead of unroll_block_trees.h
8362         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
8363         * stmt.c (find_loop_tree_blocks): Remove.
8364         (unroll_block_trees): Likewise.
8365         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
8366         in whole-function mode.
8367         * tree.h (reorder_blocks): Remove declaration.
8368
8369         * expr.c: Include intl.h.
8370         * Makefile.in (expr.o): Depend on intl.h.
8371
8372 2000-03-18  Richard Henderson  <rth@cygnus.com>
8373
8374         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
8375
8376 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
8377
8378         * tree.h (tree_index): Remove enumerals for integer types.
8379         (integer_type_kind): New type.
8380         (integer_types): New variable.
8381         (char_type_node): Adjust.
8382         (signed_char_type_node): Likewise.
8383         (unsigned_char_type_node): Likewise.
8384         (short_integer_type_node): Likewise.
8385         (short_unsigned_type_node): Likewise.
8386         (integer_type_node): Likewise.
8387         (unsigned_type_node): Likewise.
8388         (long_integer_type_node): Likewise.
8389         (long_unsigned_type_node): Likewise.
8390         (long_long_integer_type_node): Likewise.
8391         (long_long_unsigned_type_node): Likewise.
8392         * tree.c (integer_types): New variable.
8393         (init_obstacks): Register it as a root.
8394
8395 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
8396
8397         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
8398         NEXT_INSN. Update last insn in chain.
8399
8400 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
8401
8402         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
8403         with TYPE_DECL_SUPPRESS_DEBUG set.
8404
8405 2000-03-18  Richard Henderson  <rth@cygnus.com>
8406
8407         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
8408
8409 2000-03-18  Richard Henderson  <rth@cygnus.com>
8410
8411         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
8412         care for HALF_PIC_P.
8413         (expander_call_insn_operand): Remove.
8414         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
8415         * i386.h (PREDICATE_CODES): Update.
8416         * i386.md (all call expanders): Remove predicates, remove special
8417         handling for half-pic.
8418         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
8419         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
8420         (sibcall_epilogue): New.
8421
8422 2000-03-17  Richard Henderson  <rth@cygnus.com>
8423
8424         * rtlanal.c (single_set): Reject if the parallel has anything
8425         except SET or USE or CLOBBER.
8426
8427 2000-03-17  Jeff Law  <law@cygnus.com>
8428             Richard Henderson  <rth@cygnus.com>
8429
8430         * Makefile.in (OBJS): Add sibcall.o.
8431         (sibcall.o): New.
8432         * sibcall.c: New file.
8433         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
8434         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
8435         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
8436         Emit sibcall patterns when requested.  Update all callers.
8437         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
8438         elimination seems feasable.
8439         * final.c (leaf_function_p): Sibling calls don't discount being
8440         a leaf function.
8441         * flow.c (HAVE_sibcall_epilogue): Provide default.
8442         (find_basic_blocks_1): Sibling calls don't throw.
8443         (make_edges): Make edge from sibling call to EXIT.
8444         (propagate_block): Don't remove sibcall_epilogue insns.
8445         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
8446         (sibcall_epilogue): New.
8447         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
8448         (identify_blocks_1): Likewise.  Break out from ...
8449         (identify_blocks): ... here.
8450         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
8451         (reorder_blocks): ... here.
8452         (init_function_for_compilation): Zap prologue/epilogue as varrays.
8453         (record_insns): Extend a varray instead of mallocing new memory.
8454         (contains): Read a varray not array of ints.
8455         (sibcall_epilogue_contains): New.
8456         (thread_prologue_and_epilogue_insns): Emit and record
8457         sibcall_epilogue patterns.
8458         (init_function_once): Allocate prologue/epilogue varrays.
8459         * genflags.c (gen_insn): Treat sibcall patterns as calls.
8460         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
8461         Broken out from ...
8462         (save_for_inline_nocopy): ... here.
8463         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
8464         Broken out from ...
8465         (expand_inline_function): ... here.
8466         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
8467         (subst_constants): Handle 'n' formats.
8468         * jump.c (jump_optimize_minimal): New.
8469         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
8470         optimizations if it's set.
8471         * rtl.c (copy_rtx): Do copy jump & call for insns.
8472         * rtl.h (struct rtx_def): Document use of jump and call for insns.
8473         (SIBLING_CALL_P): New.
8474         (sibcall_use_t): New.
8475         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
8476         Invoke optimize_sibling_and_tail_recursive_calls.
8477         * tree.c (lang_safe_for_unsave): New.
8478         (safe_for_unsave): New.
8479         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
8480
8481         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
8482         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
8483         (*sibcall_osf_1, *sibcall_value_osf_1): New.
8484
8485 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
8486
8487         * objc/objc-act.c (encode_method_prototype): Pass types, not
8488         PARM_DECLs, to int_size_in_bytes.
8489
8490 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
8491
8492         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
8493
8494         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
8495         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
8496
8497 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8498
8499         * Clean up usages of TREE_INT_CST_LOW.
8500         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
8501         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
8502         Regenerated.
8503         * c-tree.h (min_precision): Move declaration to here.
8504         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
8505         (build_unary_op, add_pending_init): Use bit_position.
8506         (pending_init_member, process_init_element): Likewise.
8507         (really_start_incremental_init, push_init_level, pop_init_level):
8508         Don't make copies of nodes or modify them in place, use consistent
8509         types when tracking positions, and use tree routines computations.
8510         (set_init_index, output_init_element): Likewise.
8511         (output_pending_init_elements, process_init_element): Likewise.
8512         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
8513         tree_low_cst and int_bit_position; also minor cleanup.
8514         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
8515         (print_cst_octal): Precision is unsigned.
8516         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
8517         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
8518         (simple_type_align_in_bits): Result is unsigned int.
8519         Use tree_int_low_cst and host_integerp.
8520         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
8521         (field_byte_offset): Result is HOST_WIDE_INT.
8522         Change types of internal variables so alignments are unsigned int,
8523         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
8524         Use host_integerp, tree_low_cst, and int_bit_position.
8525         (add_bit_offset_attribute): Likewise.
8526         (add_data_member_location_attribute): Use tree_cst_low.
8527         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
8528         (add_bit_size_attribute): Use tree_low_cst.
8529         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
8530         * dwarfout.c: Similar changes to dwarf2out.c.
8531         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
8532         * genoutput.c (n_occurences): Return -1 for null string.
8533         (strip_whitespace): Accept null string and make into function.
8534         (scan_operands): Reflect above changes.
8535         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
8536         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
8537         * ssa.c (rename_registers): Add missing cast of arg to bzero.
8538         * tree.c (int_size_in_bytes): Check for too big to represent.
8539         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
8540         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
8541         New declarations.
8542         (min_precision): Delete from here.
8543         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
8544         and int_bit_position.
8545         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
8546         (encode_method_def): Likewise.
8547         (build_ivar_list_initializer): Use int_bit_position.
8548         (generate_shared_structures): Convert size.
8549         (encode_type, encode_complete_bitfield): Use integer_zerop.
8550         (encode_bitfield): Use tree_low_cst and int_bit_position.
8551
8552 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8553
8554         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
8555
8556 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8557
8558         * call.c (special_function_p): It is only malloc if it returns
8559         Pmode.
8560
8561 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8562
8563         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
8564         (C33_FLAG, TARGET_C3X): Add macros.
8565         (TARGET_SWITCHES): Add -m33 option.
8566         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
8567
8568 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8569
8570         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
8571         (PARALLEL_PACK_FLAG): Delete.
8572         (TARGET_SWITCHES): Update.
8573         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
8574
8575 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8576
8577         * fold-const.c (fold): Fix a few cases when the returned result
8578         is not of the same type as the input.
8579
8580 2000-03-16  Nick Clifton  <nickc@cygnus.com>
8581
8582         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
8583         warning.
8584
8585 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8586
8587         * libgcc2.h: Move prototypes above macros with the same name.
8588         Wrap some function prototypes in the conditional which indicates
8589         whether they are supported, i.e. "BITS_PER_UNIT == 8".
8590
8591 2000-03-16  Richard Henderson  <rth@cygnus.com>
8592
8593         * calls.c: Revert last two changes.
8594
8595 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
8596
8597         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
8598         has exponent 0 is a zero.
8599
8600         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
8601         HASH may already be nonzero.  Add code/mode into hash value
8602         immediately after repeat label.
8603         (cselib_lookup): Don't leave the hash table in an inconsistent
8604         state before a hash lookup operation.
8605
8606 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
8607
8608         * i386.md (all HI and QI mode non-move patterns):  Conditionize
8609         by TARGET_[HQ]IMODE_MATH.
8610         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
8611         x86_promote_qi_regs): Declare.
8612         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
8613         TARGET_PROMOTE_QI_REGS): New macros.
8614         (PROMOTE_MODE): New macro.
8615         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
8616         x86_promote_qi_regs): New global variables.
8617
8618 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
8619
8620         * calls.c (emit_library_call_value_1): Break out from ...; handle
8621         VOIDmode function calls too.
8622         (emit_library_call_value): ... here.
8623         (emit_library_call): Implement by calling emit_library_call_value_1.
8624
8625 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
8626
8627         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
8628         Update arg_space_so_far on stack adjustments.
8629         (emit_library_call, emit_library_call_value): Likewise; take into
8630         account arg_space_so_far and pending_stack_adjust when calculcating
8631         the boundary.
8632
8633 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
8634
8635         * flow.c: Move all basic block reordering code into its own file.
8636         (create_basic_block): Externalize.
8637         * bb-reorder.c: New file. Copy all basic block reordering code from
8638         flow.c to this file.
8639         (reorder_basic_blocks): Fix fencepost error in for-loop.
8640         (reorder_basic_blocks): Remove braces from single statement for-loops.
8641         * basic-block.h: Add declaration for create_basic_block.
8642         * Makefile.in: Add rules for bb-reorder.o.
8643
8644 2000-03-16  Neil Booth  <NeilB@earthling.net>
8645
8646         * cppinit.c (handle_option):  Implement #unassert directive
8647         as -A- command line option.
8648         (print_help):  Update.
8649         * cpptexi.c:  Update.
8650
8651 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8652
8653         * md.texi (Standard Names): Document `jump'.
8654
8655 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
8656
8657         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
8658         gotos.
8659
8660 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
8661
8662         Merge changes from newppc-branch onto trunk.
8663
8664         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
8665
8666         * rs6000.c (toc_hash_table): Update for new hash table functions.
8667         (toc_hash_function): Likewise.
8668         (toc_hash_eq): Likewise.
8669         (toc_hash_mark_entry): Likewise.
8670         (toc_hash_mark_table): Likewise.
8671         (output_toc): Likewise.
8672         (rs6000_add_gc_roots): Likewise.
8673
8674         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8675
8676         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
8677         (AR_FLAGS_FOR_TARGET): here.  New macro.
8678
8679         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
8680
8681         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
8682         fpmem_operand) Delete.
8683         (xer_operand) New.
8684         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
8685         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
8686         (rs6000_save_machine_status, rs6000_restore_machine_status,
8687         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
8688         references to above variables.
8689         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
8690         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
8691         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
8692         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
8693         (XER_REGNO_P, XER_REGNO): New.
8694         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
8695         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
8696         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
8697         XER_REGNO_P.
8698         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
8699         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
8700         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
8701
8702         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8703
8704         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
8705         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
8706         * rs6000.h: from here.
8707
8708         * rs6000-protos.h (rs6000_select_section): Provide prototype.
8709         (rs6000_select_rtx_section): Likewise.
8710         (rs6000_encode_section_info): Likewise.
8711         (sdata_section): Likewise.
8712         (sdata2_section): Likewise.
8713         (sbss_section): Likewise.
8714         * sysv4.h (rs6000_select_section): Delete prototype.
8715         (rs6000_select_rtx_section): Likewise.
8716         (rs6000_encode_section_info): Likewise.
8717         (sdata_section): Likewise.
8718         (sdata2_section): Likewise.
8719         (sbss_section): Likewise.
8720         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
8721
8722         * sysv4.h: Delete various unnecessary #undef's and put a comment
8723         on the remaining ones.
8724         Change various comments according to coding standard.
8725
8726         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
8727
8728         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
8729         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
8730         (CR0_REGNO_P) Remove.
8731         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
8732         setup_incoming_varargs, mtcrf_operation, print_operand,
8733         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
8734         Use the above macros.
8735
8736         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
8737
8738         * config/rs6000/rs6000.md: Added a new alternative for each
8739         pattern that had a 'x' alternative but no 'y' alternative.
8740         Added a new split for each of the above patterns.
8741
8742         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
8743
8744         * aix41.h (ASM_CPU_SPEC): Delete.
8745         (CPP_CPU_SPEC): Delete.
8746
8747         * aix.h (RS6000_OUTPUT_BASENAME): Define.
8748         (ASM_OUTPUT_LABEL): Define.
8749         (ASM_GLOBALIZE_LABEL): Define.
8750         (STRIP_NAME_ENCODING): Define.
8751         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
8752         (STRIP_NAME_ENCODING): Don't define.
8753         (ASM_OUTPUT_LABEL): Don't define.
8754         (ASM_GLOBALIZE_LABEL): Don't define.
8755         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
8756         names, and ASM_OUTPUT_LABEL to output labels, rather than
8757         asm_fprintf.
8758         (ASM_OUTPUT_LABEL): Define.
8759         (ASM_OUTPUT_INT): Use assemble_name.
8760         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
8761         (STRIP_NAME_ENCODING): Don't undefine first.
8762         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
8763         ELF.
8764         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
8765         specified with 'asm' even with -fleading-underscore.
8766         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
8767         (output_epilog): Likewise.
8768         (output_toc): Likewise.
8769         * tramp.asm: Handle -fleading-underscore correctly.
8770
8771         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
8772         -mminimal-toc.
8773         (nonlocal_goto_receiver): Delete.
8774         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
8775
8776         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
8777         (SET_ASM_OP): Define.
8778         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
8779
8780         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
8781         (ASM_LONG): Define.
8782
8783         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
8784         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
8785
8786         * rs6000.h: Add 'u' to more constants.
8787
8788         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
8789
8790         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
8791
8792         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
8793
8794         * rs6000.c (reg_or_u_cint_operand): New function.
8795         (logical_operand): Handle 64-bit hosts.
8796         (logical_u_operand): New function.
8797         (non_logical_cint_operand): Handle 64-bit hosts.
8798         (non_logical_u_cint_operand): New function.
8799         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
8800         (PREDICATE_CODES): Define new functions.
8801         * rs6000-protos.h: Declare new functions.
8802         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
8803         (movdi_64): Bracket code intended for 64-bit hosts.  Create
8804         CONST_DOUBLE for 32-bit values.
8805         (scc insns): Generate DImode compares.
8806         (mfcr insns): Create DImode versions.
8807         (sge matchers): New patterns.
8808
8809         2000-02-15  Gabriel Paubert  <paubert@iram.es>
8810
8811         * rs6000.md: Correct instructions length attributes and
8812         constraints on unsigned compare instructions.
8813         (*ne0): Disable for PowerPC64.
8814
8815         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
8816
8817         * rs6000.c (output_function_profiler): Use .long for a 32-bit
8818         quantity, fix profile1.C test failure under -fPIC.
8819
8820         * rs6000.c: Add 'u' to many constants to suppress warnings.
8821         (constant_pool_expr_1): Make static.
8822         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
8823         * rs6000.h: Add 'u' to many constants to suppress warnings.
8824
8825         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
8826         for the start of the TOC, instead of LCTOC..0.
8827         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
8828         of the TOC.
8829         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
8830         (load_toc_aix_di): Use LCTOC..1.
8831
8832         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
8833         * rs6000.c (rs6000_legitimize_address): New function from
8834         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
8835         symbols in the constant pool that really are TOC references.
8836         (print_operand_address): For ELF, write TOC offsets under
8837         -fPIC as subtractions in the insn.
8838         (output_toc): For ELF, define symbols in TOC as normal labels,
8839         to match RTL.
8840         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
8841         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
8842         (create_TOC_reference): Prototype only when RTX_CODE is defined.
8843         * rs6000.md (movsi): Only use create_TOC_reference on
8844         symbols in the constant pool that really are TOC references.
8845
8846         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
8847         * rs6000.c (rs6000_reorg): Delete.
8848         * rs6000-protos.h (rs6000_reorg): Delete.
8849
8850         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
8851
8852         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
8853
8854         * aix.h (SETUP_FRAME_ADDRESSES): Define.
8855         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
8856         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
8857         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
8858         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
8859         rs6000_aix_emit_builtin_unwind_init.
8860         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
8861         rs6000_emit_eh_toc_restore on AIX.
8862         (return_eh_si): Use r2.
8863         (return_eh_di): Use r2.
8864
8865         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
8866         since we're breaking binary compatibility anyway.
8867
8868         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8869
8870         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
8871         constant_pool_expr_p): Declare them.
8872         (constant_pool_expr_p): Declare it.
8873         * config/rs6000/rs6000.c (toc_label_name): Define.
8874         (rs6000_override_options): Set toc_label_name.
8875         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
8876         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
8877         uses_TOC): New functions.
8878         (print_operand): Delete old '*' case.
8879         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
8880         and strip off rtl for TOC before calling output_addr_const.
8881         (rs6000_emit_load_toc_table): Use toc_label_name.
8882         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
8883         the default.
8884         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
8885         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
8886         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
8887         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
8888         into explicit TOC_REGISTER offsets.
8889         (TOC_REGISTER): New macro.
8890         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
8891         TARGET_TOC to reference TOC_REGISTER.
8892         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
8893         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
8894         uses_TOC before emitting label references.
8895
8896         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
8897
8898         * rs6000.md (stack_tie): Fix warning.
8899
8900         * eabi-ctors.c: Use 'asm' names for the start/end variables,
8901         to handle -fleading-underscore.
8902         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
8903         (USER_LABEL_PREFIX): New macro.
8904         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
8905         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
8906         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
8907         call-linux can use the same multilibs.
8908         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
8909         and call-linux multilibs.  Do multilib with -fleading-underscore.
8910         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
8911         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
8912         to call-aix.
8913
8914         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
8915         have MASK_SOFT_FLOAT set.
8916         (CPP_FLOAT_DEFAULT_SPEC): New macro.
8917         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
8918         CPP_FLOAT_DEFAULT_SPEC.
8919
8920         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
8921         * rs6000.md: Whitespace change.
8922         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
8923         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
8924
8925         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
8926
8927         * rs6000.md (eh_epilogue): New expander.
8928         (eh_reg_restore): New expand/split/insn combination.
8929         (return_eh_si): New insn.
8930         (return_eh_di): New insn.
8931
8932         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
8933         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
8934         * eabi-ctors.c (__do_global_ctors): Register this object's
8935         frame.  Clean up.  Call atexit() after the constructors.
8936         (__do_global_dtors): Deregister this object's frame.  Clean up.
8937         Allow for recursive calls to exit().
8938         * rs6000.c (fixuplabelno): New variable.
8939         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
8940         TARGET_RELOCATABLE, it slows down exec() under linux.
8941         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
8942
8943         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
8944         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
8945         (ASM_OUTPUT_DWARF_DELTA2): New macro.
8946         (ASM_OUTPUT_DWARF_DELTA4): New macro.
8947         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
8948         (ASM_OUTPUT_DWARF_ADDR): New macro.
8949         (ASM_OUTPUT_DWARF_DATA4): New macro.
8950         (ASM_OUTPUT_DWARF_DATA2): New macro.
8951         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
8952         (ASM_OUTPUT_DWARF_OFFSET): New macro.
8953         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
8954
8955         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
8956
8957         * rs6000.c (rs6000_sr_alias_set): New variable.
8958         (rs6000_override_options): Initialise rs6000_sr_alias_set.
8959         (rs6000_emit_stack_tie): New function.
8960         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
8961         in a way that dwarf2out can understand.
8962         (rs6000_frame_related): New function.
8963         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
8964         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
8965         Use rs6000_emit_stack_tie when needed.
8966         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
8967         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
8968         * rs6000.md (stack_tie): New insn.
8969         (return_internal_si): Allow return value to be in the count
8970         register.
8971         (return_internal_di): Likewise.
8972
8973         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
8974
8975         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
8976
8977         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
8978
8979         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
8980
8981         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
8982
8983         * rs6000.md (stmw): Use the right POWER opcode.
8984         (lmw): Likewise.
8985
8986         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8987
8988         * rs6000-protos.h: New file.
8989
8990         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
8991
8992         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
8993         warnings.
8994
8995         * sysv4.h: Likewise.
8996
8997         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
8998
8999         * ../../configure.in: Delete powerpcle-*-winnt*
9000         and powerpcle-*-pe|powerpcle-*-cygwin*.
9001         * ../../configure: Regenerated.
9002         * cygwin.h: Delete.
9003         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
9004         (TARGET_WINDOWS_NT): Delete.
9005         (ABI_NT): Delete.
9006         (CALL_NT_DLLIMPORT): Delete.
9007         Delete NT-specific code.
9008         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
9009         * win-nt.h: Delete.
9010         * t-winnt: Delete.
9011         * nt-ci.asm: Delete.
9012         * nt-cn.asm: Delete.
9013         * ntstack.asm: Delete.
9014
9015         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9016
9017         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
9018         (ASM_FILE_START): Likewise.
9019         (ASM_DECLARE_FUNCTION_NAME): Likewise.
9020         (ASM_OUTPUT_LABELREF): Likewise.
9021         (ASM_OUTPUT_SKIP): Likewise.
9022         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
9023         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
9024         (ASM_OUTPUT_CASE_LABEL): Likewise.
9025         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
9026         (ASM_OUTPUT_ASCII): Likewise.
9027
9028         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
9029
9030         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
9031         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
9032         increment rs6000_pic_labelno here.
9033         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
9034         and increment rs6000_pic_labelno here.
9035
9036         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
9037
9038         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
9039         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
9040         allocation knows (reg) is dead before the insn.
9041
9042         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
9043
9044         * rs6000.md (movsi_to_cr): Correct typo in output template.
9045
9046         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
9047
9048         * rs6000.c (rs6000_pic_labelno): Always define.
9049         (rs6000_pic_func_labelno): Delete.
9050         (lmw_operation): Check for a zero base register,
9051         which doesn't mean what we want.
9052         (stmw_operation): New function.
9053         (print_operand): Define new 'l' modifier.
9054         (rs6000_stack_info): We must save all 64 bits of the registers
9055         if TARGET_POWERPC64.
9056         (rs6000_output_load_toc_table): Delete.
9057         (rs6000_emit_load_toc_table): New function.
9058         (rs6000_allocate_stack_space): Delete.
9059         (rs6000_emit_allocate_stack): New function.
9060         (rs6000_emit_prologue): New function.
9061         (output_prolog): Use rs6000_emit_prologue.
9062         (rs6000_emit_epilogue): Change a few variable names to be
9063         more accurate.  Restore all 64 bits of the registers if
9064         TARGET_POWERPC64.  Only restore the FP registers which were used
9065         if they are being saved/restored one-at-a-time.
9066         (output_mi_thunk): Delete inefficient code generation.
9067         (output_function_profiler): Don't use rs6000_output_load_toc_table.
9068         * rs6000.h: Declare rs6000_emit_load_toc_table,
9069         rs6000_allocate_stack_space, stmw_operation.  Don't declare
9070         rs6000_output_load_toc_table.
9071         * rs6000.md (elf_high): Allow register 0, but discourage it
9072         heavily.
9073         (elf_low): Support loading into register 0.
9074         (load_toc_aix_si): New pattern.
9075         (load_toc_aix_di): New pattern.
9076         (load_toc_v4_pic_si): New pattern.
9077         (load_toc_v4_pic_di): New pattern.
9078         (load_toc_v4_PIC_1): New pattern.
9079         (load_toc_v4_PIC_1b): New pattern.
9080         (load_toc_v4_PIC_2): New pattern.
9081         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
9082         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
9083         (prologue): New expander.
9084         (movesi_from_cr): New pattern.
9085         (stmw): New pattern.
9086         (save_fpregs_si): New pattern.
9087         (save_fpregs_di): New pattern.
9088
9089         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
9090
9091         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
9092         (movdi): Likewise.
9093         (movhi): Likewise.
9094         (movqi): Likewise.
9095
9096         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
9097
9098         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
9099         at present.
9100         (movsi_got_internal): Likewise.
9101         (movsi_got_internal+1): Likewise.
9102         (set_sp): 'unspec 7' does a SImode clobber.
9103
9104         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
9105
9106         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
9107         allocate a stack temporary.
9108         (floatsidf2_internal): Likewise.
9109         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
9110         with unspec.
9111         (floatunssidf2): Don't use the fpmem "register", just
9112         allocate a stack temporary.
9113         (floatunssidf2_internal): Likewise.
9114         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
9115         with unspec.
9116         (floatsidf2_loadaddr): Delete.
9117         (floatsidf2_store1): Delete.
9118         (floatsidf2_store2): Delete.
9119         (floatsidf2_load): Delete.
9120         (fix_truncdfsi2): Don't use the fpmem "register", just
9121         allocate a stack temporary.
9122         (fix_truncdfsi2_internal_si): Delete.
9123         (fix_truncdfsi2_internal_di): Delete.
9124         (fix_truncdfsi2_internal): New insn.
9125         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
9126         (fix_truncdfsi2_store): Delete.
9127         (fix_truncdfsi2_load): Delete.
9128         (fctiwz): Produce gen_fctiwz.
9129
9130         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
9131
9132         * eabi.h (INVOKE__main): Define.
9133         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
9134         specially.
9135         (rs6000_emit_prologue): Likewise.
9136         * rs6000.h (struct rs6000_stack): Don't keep track of whether
9137         this is the main program.
9138
9139         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
9140
9141         * rs6000.c (rs6000_va_arg): Delete some unused variables.
9142
9143         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
9144
9145         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
9146         goes after the argument.
9147
9148         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
9149
9150         * rs6000.md: Document 'unspec' values used.
9151         (epilogue): New expander.
9152         (movesi_to_cr_one): New expander.
9153         (movesi_to_cr and following): New pattern.
9154         (lmw): New pattern.
9155         (return_internal_si): New pattern.
9156         (return_internal_di): New pattern.
9157         (return_and_restore_fpregs_si): New pattern.
9158         (return_and_restore_fpregs_di): New pattern.
9159         * rs6000.h: Declare new functions.
9160         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
9161         rather than rs6000_calls_p.
9162         (rs6000_makes_calls): Delete.
9163         (lmw_operation): New function.
9164         (mtcrf_operation): New function.
9165         (rs6000_emit_epilogue): New function.
9166         (output_epilog): Call rs6000_emit_epilogue and final if
9167         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
9168
9169         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
9170
9171         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
9172         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
9173         * aix.h (SUBTARGET_SWITCHES): Document switches.
9174         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
9175         sched-prolog and sched-epilog the same.  Document all the
9176         switches.
9177         (TARGET_OPTIONS): No longer allow -mdebug-.
9178
9179         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
9180
9181         * rs6000.h (ASM_FILE_END): Move to aix.h.
9182         (EXTRA_SECTIONS): Move to aix.h.
9183         (READONLY_DATA_SECTION): Move to aix.h.
9184         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
9185         (SELECT_SECTION): Move to aix.h.
9186         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
9187         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
9188         (LINK_REGISTER_REGNUM): New definition.
9189         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
9190         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
9191         AIX and SVR4.
9192         * sysv4.h: Delete the code between the inclusion of rs6000.h
9193         and svr4.h.
9194         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
9195         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
9196         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
9197         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
9198         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
9199         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
9200         (fix_truncdfsi2_internal_di): New pattern.
9201         (fix_truncdfsi2_store): The second arg here is Pmode too.
9202         (fix_truncdfsi2_load): The second arg here is Pmode too.
9203         (tablejumpdi): Now that switch tables hold only SImode values,
9204         gcc needs to know how to add them to the pc which is DImode.
9205         * rs6000.c (rs6000_stack_info): Use symbolic name for
9206         LINK_REGISTER_REGNUM.
9207         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
9208         (output_toc): Delete unused variables s1 and s2.
9209         (output_ascii): Use fputs not fprintf on a variable string.
9210
9211         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
9212
9213         * rs6000.c (processor_target_table): Add power3 as alias for 630.
9214         * aix43.h: Revert Aug 2 change.
9215         (HAS_INIT_SECTION): Define, not visible yet.
9216         (LD_INIT_SWITCH): Define, not visible yet.
9217         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
9218
9219         2000-01-04  Joel Sherrill (joel@OARcorp.com>
9220
9221         * config/rs6000/rtems.h: Include config/rtems.h.
9222
9223         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
9224
9225         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
9226         (SLOW_UNALIGNED_ACCESS): Define.
9227         (CASE_VECTOR_MODE): Always use 32-bit offsets.
9228         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
9229         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
9230         (toc_section): Likewise and .toc pseudo-op.
9231         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
9232         64-bit mode.
9233         (TEXT_SECTION_ASM_OP): Likewise.
9234         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
9235         32-bit offsets.
9236
9237         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
9238
9239         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
9240         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
9241         compiling libgcc2.
9242
9243         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9244
9245         * rs6000.h: Move more stuff from here...
9246         * aix.h: to here.
9247         * sysv4.h: Cleanup accordingly.
9248         * netware.h: Likewise
9249
9250         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9251
9252         * rs6000.h: Continue cleanup.
9253         * aix.h: Likewise.
9254         * lynx.h: Likewise.
9255         * netware.h: Likewise.
9256         * sol2.h: Likewise.
9257         * sysv4.h: Likewise.
9258         * win-nt.h: Likewise.
9259
9260         * rs6000.h (TARGET_SWITCHES): Add descriptions.
9261         (TARGET_OPTIONS): Likewise.
9262
9263         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
9264         (SUBTARGET_OPTIONS): Likewise.
9265
9266         * rs6000.md: Fix compile time warnings.
9267
9268         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
9269
9270         vxworks patches from the Cygnus tree originally by
9271         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
9272         <vmakarov@cygnus.com>.
9273         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
9274         (ENDFILE_SPEC): Likewise.
9275         (LIB_VXWORKS_SPEC): New macro.
9276         (STARTFILE_VXWORKS_SPEC): New macro.
9277         (ENDFILE_VXWORKS_SPEC): New macro.
9278         (LINK_START_VXWORKS_SPEC): New macro.
9279         (LINK_OS_VXWORKS_SPEC): New macro.
9280         (CPP_OS_VXWORKS_SPEC): New macro.
9281         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
9282         * vxppc.h: Rewrite to use proper configuration method.
9283         * vxppcle.h: New file.
9284         * ../../configure.in: Add powerpcle-wrs-vxworks*.
9285         * ../../configure: Rebuilt.
9286
9287         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
9288
9289         Lots of changes to rs6000.h, sysv4.h, aix.h,
9290         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
9291         with the aim that rs6000.h is the first header
9292         included and the others override it.
9293         * aix.h: New file.
9294
9295         * x-aix41-gld: Remove.
9296         * x-aix43: Remove.
9297         * x-aix41: Remove target-specific switches, and don't specify
9298         -Wl,-bbigtoc as we don't need it any more.
9299         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
9300         Use t-aix43 for AIX 4.3 and above.
9301         * ../../configure: Regenerated.
9302
9303         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
9304         options, that don't do anything yet.
9305         (MASK_SCHED_PROLOG): New macro.
9306         (MASK_SCHED_EPILOG): New macro.
9307         (TARGET_SCHED_PROLOG): New macro.
9308         (TARGET_SCHED_EPILOG): New macro.
9309
9310         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
9311
9312         * rs6000.c: Correct comment, the `minimal' TOCs are actually
9313         one per translation unit, not one per function.
9314         (output_toc): Also do duplicate constant elimination
9315         for per-translation-unit TOCs.
9316
9317         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
9318         a comment explaining _exactly_ when this pattern gets used.
9319         (builtin_setjmp_receiver): New pattern for better clarity.
9320         (init_v4_pic): Move it into a section dealing with TOC registers.
9321
9322         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
9323
9324         * rs6000.c (toc_hash_table): New variable.
9325         (rs6000_hash_constant): New function.
9326         (toc_hash_function): New function.
9327         (toc_hash_eq): New function.
9328         (toc_hash_mark_entry): New function.
9329         (toc_hash_mark_table): New function.
9330         (output_toc): Don't output duplicate TOC entries in
9331         a single file.
9332         (rs6000_add_gc_roots): Add the hash table as a GC root.
9333         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
9334         where they clearly shouldn't be.  This may need to be fixed
9335         later when there is a GNU ar for AIX.
9336         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
9337         Don't define BOOT_LDFLAGS as it is now not necessary.
9338
9339         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
9340
9341         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
9342         for va_list on AIX.  Use unsigned_char_type_node rather than
9343         constructing our own version on svr4.
9344
9345         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
9346
9347         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
9348         since patently it's not.
9349
9350         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
9351
9352         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
9353         define_expand/define_insn pair, and handle restore of the
9354         SVR4 -fpic register.
9355
9356 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
9357
9358         * acconfig.h (HAVE_GAS_WEAK): New define.
9359         * configure.in (assembler weak support): Check for .weak support.
9360         * config.in, configure: Rebuilt.
9361         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
9362         HAVE_GAS_WEAK is defined.
9363
9364 2000-03-15  Nick Clifton  <nickc@cygnus.com>
9365
9366         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
9367         asm_fprintf().
9368
9369 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
9370
9371         * cppfiles.c (open_include_file): New function.
9372         (find_include_file, cpp_read_file): Use it.
9373
9374 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
9375
9376         * cpphash.c (dump_hash_helper): Take the slot, not the element.
9377
9378 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
9379
9380         * flow.c (verify_flow_info): Check for unconditional return.
9381
9382 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
9383
9384         * config/ia64/ia64.md (restore_stack_nonlocal): New.
9385         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
9386         (__ia64_restore_stack_nonlocal): New.
9387         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
9388
9389 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9390
9391         * cpphash.c (collect_formal_parameters): Do not complain about
9392         parameter names that just start with `__VA_ARGS__'.
9393
9394 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
9395
9396         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
9397         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
9398         * i386.c (pentiumpro_cost): Set mul cost to 4.
9399         (x86_use_movx): Set for PPro.
9400
9401 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
9402
9403         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
9404         STACK_BOUNDARY for empty frames now.
9405
9406 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
9407
9408         * stor-layout.c (layout_union): Remove.
9409         (layout_union_field): New function, split out from layout_union.
9410         (finish_union_layout): Likewise.
9411         (layout_field): Handle unions by calling layout_union_field.
9412         (finish_record_layout): Handle unions.
9413         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
9414         QUAL_UNION_TYPE handling.
9415
9416 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
9417
9418         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
9419         end of basic block is jump_insn, not barrier; use create_basic_block
9420         instead of creating basic block by hand.
9421
9422 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
9423
9424         * flow.c (reorder_basic_blocks): Account for barriers when writing
9425         over NEXT_INSN (last_bb->end).
9426         (verify_flow_info): Add check for missing barriers.
9427
9428 2000-03-14  Greg McGary  <gkm@gnu.org>
9429
9430         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
9431         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
9432         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
9433         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
9434         __unbounded, __unbounded__): New keywords.
9435         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
9436         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
9437         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
9438
9439 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
9440
9441         * cselib.h: New file.
9442         * alias.c: Include "cselib.h".
9443         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
9444         MEMs as two new arguments.
9445         (get_addr): New static function.
9446         (find_base_term): Handle VALUEs.
9447         (memrefs_conflict_p): Likewise.
9448         (true_dependence): Call get_addr on the addresses.
9449         Call fixed_scalar_and_varying_struct_p with addresses that have been
9450         passed through get_addr and canon_rtx.
9451         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
9452         with true_dependence.
9453         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
9454         * loop.c: Include "cselib.h".
9455         (load_mems): Process extended basic block that enters the loop with
9456         cselib.  Use that information to change initialization of the shadow
9457         register so that a constant equivalence is seen by later passes.
9458         * reload1.c: Include "cselib.h".
9459         (reload_cse_invalidate_regno): Delete function.
9460         (reload_cse_mem_conflict_p): Likewise.
9461         (reload_cse_invalidate_mem): Likewise.
9462         (reload_cse_invalidate_rtx): Likewise.
9463         (reload_cse_regno_equal_p): Likewise.
9464         (reload_cse_check_clobber): Likewise.
9465         (reload_cse_record_set): Likewise.
9466         (reg_values): Delete static variable.
9467         (invalidate_regno_rtx): Likewise.
9468         (reload_cse_delete_noop_set): New static function.
9469         (reload_cse_simplify): New static function, broken out of
9470         reload_cse_regs_1.
9471         (reload_cse_noop_set_p): Delete unused argument INSN.
9472         Just call rtx_equal_for_cselib_p on set source and destination.
9473         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
9474         reload_cse_delete_noop_set.  Delete code to keep track of values; use
9475         cselib functions instead.  Delete code to push/pop obstacks.
9476         (reload_cse_simplify_set): Use cselib to find equivalent values.
9477         Delete code to push/pop obstacks.
9478         (reload_cse_simplify_operands): Likewise.
9479         * rtl.def (VALUE): New rtx code.
9480         * rtl.h (union rtunion_def): New elt rt_cselib.
9481         (X0CSELIB, CSELIB_VAL_PTR): New macros.
9482         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
9483         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
9484         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
9485         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
9486         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
9487         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
9488         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
9489         cselib_record_set, cselib_record_sets): New static functions.
9490         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
9491         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
9492         references_value_p): New functions.
9493         (MAX_USELESS_VALUES, REG_VALUES): New macros.
9494         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
9495         n_useless_values, reg_values, callmem, cselib_obstack,
9496         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
9497         New static variables.
9498         * varray.h (union varray_data_tag): New elt te.
9499         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
9500         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
9501         dependencies.
9502
9503 2000-03-14  Nick Clifton  <nickc@cygnus.com>
9504
9505         * gcc.c (do_spec_1): Catch the case where %* is used in a
9506         substitution pattern, but it has not been initialised.
9507         Issue a meaningful error message if an unrecognised operator
9508         is encountered in a spec string.
9509
9510 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
9511
9512         * function.c (prepare_function_start): Correctly initialize
9513         cfun->stack_alignment_needed.
9514
9515 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
9516
9517         * cppfiles.c (find_include_file): Don't assume nshort is a
9518         substring of name.
9519
9520 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
9521
9522         * configure.in (hppa configurations): Add pa32-regs.h to the
9523         list of tm files as appropriate.
9524         * configure: Rebuilt.
9525         * pa.c (compute_frame_size): Remove explicit knowledge about FP
9526         register numbering.
9527         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
9528         (fmpyaddoperands, fmpysuboperands): Likewise.
9529         * pa.h: Remove various definitions which depend on knowing
9530         how registers are numbered.
9531         * pa32-regs.h: New file with PA32 register numbering specific
9532         definitions.
9533
9534 2000-03-14  Richard Henderson  <rth@cygnus.com>
9535
9536         * regmove.c (combine_stack_adjustments): New.
9537         (stack_memref_p, single_set_for_csa): New.
9538         (free_csa_memlist, record_one_stack_memref): New.
9539         (try_apply_stack_adjustment): New.
9540         (combine_stack_adjustments_for_block): New.
9541         * rtl.h (combine_stack_adjustments): Declare.
9542         * toplev.c (rest_of_compilation): Call it.
9543
9544         * i386.md: Revert 2000-01-16 change.
9545
9546 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9547
9548         * gccbug.in: Add web category, gcc specific classes.
9549
9550 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
9551
9552         * stor-layout.c (finalize_record_size): Fix typo.
9553
9554 2000-03-14  Stan Shebs  <shebs@apple.com>
9555
9556         * c-typeck.c (c_alignof): Error on incomplete types.
9557         * extend.texi (Alignment): Document this.
9558
9559 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
9560
9561         * cppfiles.c: Include mkdeps.h.
9562         (find_include_file, read_include_file): Remove _cpp_ prefix
9563         from name, make static.
9564         (_cpp_execute_include): New function, broken out of
9565         do_include.
9566
9567         * cpplib.c: Don't include mkdeps.h.
9568         (struct directive): Remove type field. Reorder entries.  The
9569         function takes only one argument.
9570         (struct if_stack): Make type field an int.
9571         (directive_table): Rename to dtable.  Generate it, the
9572         prototypes of the directive handlers, and the enum for the
9573         directive numbers, from a template macro.
9574         (do_ifndef, do_include_next, do_import): New functions.
9575         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
9576         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
9577         do_ident, do_assert, do_unassert, do_sccs): Take only one
9578         argument.
9579         (do_sccs): Define always, but alter behavior based on
9580         SCCS_DIRECTIVE.
9581         (_cpp_handle_directive, consider_directive_while_skipping):
9582         Restructure for new directive table layout.
9583
9584         (pass_thru_directive): Take a directive number, not a pointer
9585         to a struct directive.
9586         (parse_include): New function, broken out of do_include.
9587         (do_include, do_import, do_include_next): Use parse_include
9588         and _cpp_execute_include.
9589         (do_elif, do_else): Test for T_ELSE specifically when checking
9590         for #elif/#else after #else.
9591         (parse_ifdef): New function, broken out of do_ifdef.
9592         (validate_else): Expect a name arg without a leading #.
9593         (if_directive_name): Delete.
9594         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
9595         directive handlers with only one argument.
9596
9597         * cpphash.h: Update prototypes.
9598         (enum node_type): Remove entries for directives.
9599         * Makefile.in: Update dependencies.
9600
9601         * cpphash.c (dump_hash_helper): Only dump nodes of type
9602         T_MACRO.  Emit a newline after each definition.
9603
9604 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9605
9606         * gccbug.in: New file.
9607         * configure.in (all_outputs): Add gccbug.
9608         * Makefile.in (install-common): Install gccbug.
9609         (GCCBUG_INSTALL_NAME): New variable.
9610         * configure: Rebuilt.
9611
9612 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
9613
9614         * function.c (put_var_into_stack): Use type_for_mode to calculate
9615         part_type.  Use MEM_SET_IN_STRUCT_P.
9616         * expr.c (store_field): Handle CONCAT.
9617         (store_constructor): Use fields_length.
9618         * tree.c (fields_length): New fn.
9619         * tree.h: Declare it.
9620
9621 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
9622
9623         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
9624         (cpplex.o): New target.
9625         * po/POTFILES.in: Add cpplex.c.
9626
9627         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
9628         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
9629         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
9630         skip_block_comment, skip_line_comment, skip_comment,
9631         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
9632         _cpp_parse_name, skip_string, parse_string,
9633         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
9634         _cpp_get_directive_token, find_position,
9635         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
9636         (maybe_macroexpand, _cpp_lex_token): New functions.
9637
9638         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
9639         parse_goto_mark): Delete.
9640         (_cpp_handle_eof): New function.
9641         (_cpp_handle_directive): Rename from handle_directive.
9642         (_cpp_output_line_command): Rename from output_line_command.
9643         (do_if, do_elif): Call _cpp_parse_expr directly.
9644         * cppfiles.c (_cpp_read_include_file): Don't call
9645         init_input_buffer here.
9646         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
9647         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
9648         here; pop the token_buffer and skip the rest of the line here.
9649         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
9650         here.
9651
9652         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
9653         Define here.
9654         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
9655         CPP_GOTO_MARK): New macros.
9656         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
9657         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
9658         _cpp_read_and_prescan, _cpp_init_input_buffer,
9659         _cpp_grow_token_buffer, _cpp_get_directive_token,
9660         _cpp_handle_directive, _cpp_handle_eof,
9661         _cpp_output_line_command): Prototype them here.
9662         * cpplib.h (enum cpp_token): Add CPP_MACRO.
9663         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
9664         quote_string, output_line_command): Remove.
9665
9666 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
9667
9668         * stmt.c (expand_end_case): RANGE may be signed, and when checking
9669         whether it is too large we must also verify that it isn't negative.
9670
9671 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
9672
9673         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
9674         (movsi_zero_liveg0): Remove.
9675         (movsf_insn_novis_liveg0): Remove.
9676         (negsi2): Remove.
9677         (negsi2_not_liveg0): Rename to negsi2.
9678         (one_cmplsi2): Remove.
9679         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
9680         (one_cmplsi2_liveg0): Remove.
9681         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
9682         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
9683         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
9684         (PREDICATE_CODES): Remove zero_operand.
9685         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
9686         TARGET_BROKEN_SAVERESTORE.
9687         (zero_operand): Remove.
9688         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
9689         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
9690         options.
9691         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
9692         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
9693         TARGET_BROKEN_SAVERESTORE): Remove.
9694         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9695         Remove.
9696         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9697         Remove.
9698         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9699         Remove.
9700
9701         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
9702
9703 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
9704
9705         * cpplib.c (do_pragma_implementation): Fix off-by-one error
9706         truncating a string.  Don't assume tokens are nul terminated.
9707         Problem noted by Andreas Jaeger <aj@suse.de>
9708
9709 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
9710
9711         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
9712         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
9713         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
9714
9715 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
9716
9717         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
9718         STRUCTURE_SIZE_BOUNDARY.
9719
9720 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
9721
9722         * tree.h (record_layout_info_s): New structure.
9723         (record_layout_info): New type.
9724         (new_record_layout_info): New function.
9725         (layout_field): Likewise.
9726         (finish_record_layout): Likewise.
9727         * stor-layout.c (layout_record): Remove.
9728         (new_record_layout_info): New function.
9729         (layout_field): New function, broken out from layout_record.
9730         (finalize_record_size): Likewise.
9731         (compute_record_mode): Likewise.
9732         (finalize_type_size): New function, broken out from layout_type.
9733         (finish_record_layout): Likewise.
9734         (layout_type): Use them.
9735
9736 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
9737
9738         * cpphash.c: Don't include version.h.
9739         (special_symbol) [case T_VERSION]: Look for the string in
9740         hp->value.cpval; don't use version_string.
9741         * cppinit.c (initialize_builtins): Set hp->value.cpval for
9742         __VERSION__ to version_string.
9743         * Makefile.in (cpphash.o): Update deps.
9744
9745 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
9746
9747         Convert cpplib to use libiberty/hashtab.c.
9748
9749         * cpplib.h (struct cpp_reader): Make hashtab and
9750         all_include_files of type 'struct htab *'.  Delete HASHSIZE
9751         and ALL_INCLUDE_HASHSIZE macros.
9752
9753         * cpphash.h: Update prototypes.
9754         (struct hashnode): Remove next, prev, and bucket_hdr members.
9755         Make length a size_t.  Add hash member.
9756         (struct ihash): Remove next member.  Add hash member.  Make
9757         name a flexible array member.
9758
9759         * cppfiles.c: Include hashtab.h.
9760         (include_hash): Delete.
9761         (IHASHSIZE): New macro.
9762         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
9763         (cpp_included): Do the hash lookup here.
9764         (_cpp_find_include_file): Rewrite.
9765         (cpp_read_file): Put the "fake" hash entry into the hash
9766         table.  Honor the control_macro, if it turns out we've seen
9767         the file before.  Don't push the buffer here.
9768         (_cpp_read_include_file): Push the buffer here.
9769         (OMODES): New macro.  Use it whenever we call open(2).
9770
9771         * cpphash.c: Include hashtab.h.
9772         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
9773         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
9774         _cpp_lookup_slot): New functions.
9775         (HASHSIZE): new macro.
9776         (hashf, _cpp_install, _cpp_delete_macro): Delete.
9777         (_cpp_lookup): Use hashtab.h routines.
9778
9779         * cppinit.c: Include hashtab.h.
9780         (cpp_reader_init): Call _cpp_init_macro_hash and
9781         _cpp_init_include_hash.  Don't allocate hashtab directly.
9782         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
9783         pfile->all_include_files.
9784         (initialize_builtins): Use _cpp_make_hashnode and
9785         htab_find_slot to add hash entries.
9786         (cpp_finish): Just call _cpp_dump_macro_hash.
9787         * cpplib.c: Include hashtab.h.
9788         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
9789         create hash entries.
9790         (do_pragma_poison, do_assert): Likewise.
9791         (do_include): Don't push the buffer here.  Don't increment
9792         system_include_depth unless _cpp_read_include_file succeeds.
9793         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
9794         or htab_remove_elt.
9795         (do_pragma_implementation): Use alloca to create copy.
9796
9797         * Makefile.in: Update dependencies.
9798
9799 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9800
9801         * cppinit.c (cl_directive_handler): More K&R fixing.
9802
9803 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
9804
9805         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
9806         STACK_BOUNDARY.
9807         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
9808
9809 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9810
9811         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
9812         Change from char[] to macros.
9813
9814 2000-03-12  Neil Booth  <NeilB@earthling.net>
9815
9816         * cppinit.c (cpp_start_read): Update indirect function
9817         call to K&R C.
9818
9819 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
9820
9821         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
9822         entry.
9823
9824         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
9825         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
9826
9827 2000-03-11  Neil Booth  <NeilB@earthling.net>
9828
9829         * cppinit.c (struct pending option): Replace undef with a
9830         pointer to a directive handling routine.
9831         (struct cpp_pending): Replace separate assert_ and define_
9832         lists with one directive_ list.
9833         (new_pending_define): Rename new_pending_directive. Extra
9834         argument is the directive's handling routine.
9835         (handle_option): Update to use new_pending_directive.
9836
9837 2000-03-11  Neil Booth  <NeilB@earthling.net>
9838
9839         * cppfiles.c (file_cleanup, _cpp_find_include_file,
9840         remap_filename, _cpp_read_include_file, actual_directory,
9841         hack_vms_include_specification): Replace bcopy(), index() etc
9842         calls.  Add casts to some allocations.  Make some variables
9843         pointers to const [unsigned] char.
9844         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
9845         collect_formal_parameters): Similarly.
9846         * cppinit.c (struct pending_option, append_include_chain,
9847         cpp_options_init, cpp_reader_init, initialize_standard_includes,
9848         cpp_start_read, new_pending_define, handle_option): Similarly.
9849         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
9850         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
9851         do_pragma_implementation, detect_if_not_defined,
9852         do_ifdef, skip_if_group, cpp_get_token, parse_string,
9853         do_assert, do_unassert): Similarly.
9854         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
9855         function prototypes.
9856         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
9857
9858 2000-03-10  Richard Henderson  <rth@cygnus.com>
9859
9860         * builtins.c (expand_builtin_strlen): Revert last change.
9861         Use emit_insn_before if we're at the beginning of a sequence.
9862
9863 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
9864
9865         * builtins.c (expand_builtin_strlen): Make sure that we have something
9866         at the beginning of the sequence.
9867
9868         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
9869         deferred inlines.
9870
9871         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
9872
9873 2000-03-10  Richard Henderson  <rth@cygnus.com>
9874
9875         * except.c (can_throw): Use INTVAL on a CONST_INT.
9876         (reachable_handlers): Likewise.
9877         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
9878
9879 2000-03-10  Andreas Jaeger  <aj@suse.de>
9880
9881         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
9882         MD_STARTFILE_PREFIX since those are not needed on linux.
9883         (ASM_FILE_START): New, from mips/gnu.h.
9884
9885 2000-03-09  Richard Henderson  <rth@cygnus.com>
9886             Alex Samuel  <samuel@codesourcery.com> and others
9887
9888         * Makefile.in (ssa.o): New rule.
9889         (OBJS): Add ssa.o.
9890         (STAGESTUFF): Add *.ssa and *.ussa.
9891         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
9892         * rtl.def (PHI): New RTL expression.
9893         * rtl.h (clear_log_links): New declaration.
9894         (convert_to_ssa): Likewise.
9895         (convert_from_ssa): Likewise.
9896         * flow.c (split_edge): If the entry node falls through to the
9897         split edge's source block, split the entry edge.
9898         (clear_log_links): New function.
9899         * toplev.c (ssa_dump): New variable.
9900         (flag_ssa): Likewise.
9901         (f_options): Add "ssa".
9902         (compile_file): Create SSA dump files.
9903         (rest_of_compilation): Go to and from SSA if enabled.
9904         (decide_d_option): Handle -de for SSA dump files.
9905         * ssa.c: New file.
9906
9907 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
9908
9909         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
9910         same as VAR_DECL.
9911
9912 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
9913
9914         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
9915
9916 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
9917
9918         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
9919         (MD_STARTFILE_PREFIX_1): New macro.
9920
9921 2000-03-09  Robert Lipe  <robertl@sco.com>
9922
9923         * config/ia64/ia64.c: Include system.h.
9924
9925 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
9926
9927         * except.c (nothrow_function_p): If -fno-exceptions, just return.
9928         (init_eh_nesting_info): Likewise.
9929
9930         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
9931         (TREE_NOTHROW): Rename from TREE_RAISES.
9932         * toplev.c (rest_of_compilation): Set it.
9933         * print-tree.c (print_node): Adjust.
9934         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
9935         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
9936         * calls.c (emit_call_1): Add 'nothrow' parm.  Add
9937         REG_EH_REGION note as appropriate.
9938         (libfunc_nothrow): New fn.
9939         (emit_library_call, emit_library_call_value): Use it.
9940         (expand_call): Check TREE_NOTHROW.
9941
9942         * varasm.c (make_decl_rtl): Skip initial '*' when setting
9943         DECL_ASSEMBLER_NAME.
9944
9945 2000-03-09  Andreas Jaeger  <aj@suse.de>
9946
9947         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
9948         (TARGET_MEM_FUNCTIONS): Define.
9949
9950 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
9951
9952         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
9953
9954         * except.c (can_throw): See through a SEQUENCE.
9955         (nothrow_function_p): New fn.
9956         * except.h: Declare it.
9957         * function.c (current_function_nothrow): New var.
9958         (prepare_function_start): Initialize it.
9959         * output.h: Declare it.
9960         * toplev.c (rest_of_compilation): Set it.
9961         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
9962
9963 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
9964
9965         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
9966         match.  (cpp_compare_defs): Count the nul separator when
9967         advancing over argument names.
9968
9969 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
9970
9971         * recog.c (preprocess_constraints): Matching constraints affect
9972         same alternative/different operand, not same operand/different
9973         alternative.
9974
9975         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
9976         register and a constant specially.
9977
9978 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9979
9980         * libgcc2.h: New file.
9981         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
9982
9983 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
9984
9985         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
9986         * configure: Regenerate.
9987         * config/ia64: New.
9988
9989 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
9990
9991         * Makefile.in (LIBCPP_DEPS): New macro.
9992         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
9993         it to declare deps.
9994         * cpperror.c: Include cpphash.h.
9995         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
9996         dingleberry.
9997         (lex): Don't use CPP_WARN_UNDEF.
9998         (_cpp_parse_expr): Return an int, the truth value.
9999         * cppfiles.c: Include cpphash.h.
10000         (_cpp_merge_include_chains): Move to cppinit.c and make static.
10001         * cppinit.c (include_defaults_array): Disentangle.
10002         (cpp_cleanup): Don't free the if stack here.
10003         (cpp_finish): Pop off all buffers, not just one.
10004         * cpplib.c (eval_if_expr): Return int.
10005         (do_xifdef): Rename do_ifdef.
10006         (handle_directive): Don't use CPP_PREPROCESSED.
10007         (cpp_get_token): Don't use CPP_C89.
10008         * fix-header.c: Don't use CPP_OPTIONS.
10009
10010         * cpplib.h: Move U_CHAR, enum node_type, struct
10011         file_name_list, struct ihash, is_idchar, is_idstart,
10012         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
10013         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
10014         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
10015         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
10016         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
10017         of _cpp_simplify_pathname, _cpp_find_include_file,
10018         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
10019         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
10020         cppinit.c.
10021         Change all uses of U_CHAR to be unsigned char instead.
10022         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
10023
10024 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
10025
10026         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
10027         (dwarf2out_begin_prologue): Set it.
10028         (output_call_frame_info): Don't emit EH unwind info for leaves.
10029
10030         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
10031         can occur outside of an EH region.
10032         * except.c: Correct comments about rethrow behavior.
10033         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
10034
10035 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
10036
10037         * flow.c (make_edges): Always call make_eh_edge for calls.
10038
10039 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
10040
10041         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
10042         (struct cpp_buffer): Remove fname and underflow fields.
10043         (struct cpp_reader): Remove get_token field.
10044         (struct include_hash): Rename to struct ihash.  Add typedef to
10045         IHASH.
10046         (struct if_stack): Remove fname field.
10047         (IF_STACK_FRAME): Rename to IF_STACK.
10048
10049         * cpperror.c (print_containing_files): Trust that there are no
10050         macro buffers below the top file buffer.
10051         * cppfiles.c: Replace all references to 'struct include_hash'
10052         with 'IHASH'.  Rename initialize_input_buffer to
10053         init_input_buffer.  Don't set or reference cpp_buffer->fname,
10054         use buffer->ihash->name instead.
10055         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
10056         not CPP_NULL_BUFFER.
10057         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
10058         IF_STACK_FRAME, IHASH not struct include_hash.
10059         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
10060         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
10061         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
10062         references to cpp_buffer->fname (delete entirely, or use
10063         ->ihash->name instead) and IF_STACK->fname.
10064         (cpp_push_buffer): Don't set new->underflow.
10065         (do_include): Use cpp_file_buffer.
10066
10067         * cpphash.c (collect_formal_parameters): Remove duplicate
10068         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
10069         used as a macro argument name.  Don't append "..." to namebuf
10070         for varargs macros.  After we're done scanning, go through
10071         namebuf and make it NUL separated, not comma separated.
10072         (_cpp_compare_defs): Remove register tag from variables.
10073         Expect defn->argnames to be NUL separated.
10074         (_cpp_dump_definition): Expect defn->argnames to be NUL
10075         separated and in forward order.
10076         * cpphash.h: Update documentation of argnames field.
10077
10078 2000-03-08  Richard Henderson  <rth@cygnus.com>
10079
10080         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
10081         to fail.  Don't pre-expand the source operand.
10082
10083         * i386.md (strlensi): Initialize eoschar and align before use.
10084
10085 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
10086
10087         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
10088         CONSTRUCTOR element.
10089
10090 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
10091
10092         * mips.c (mips_expand_prologue): If the last
10093         named argument is the vararg marker "va_list", treat it as
10094         an unnamed argument.
10095
10096 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
10097
10098         * dbxout.c (dbxout_parms): When correcting for promoted
10099         big-endian parameters, use the mode of the DECL_RTL rather
10100         than UNITS_PER_WORD.
10101
10102 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
10103
10104         * c-common.h (make_fname_decl): Declare.
10105         * c-common.c (make_fname_decl): Define.
10106         (declare_hidden_char_array): Remove.
10107         (declare_function_name): Use make_fname_decl.
10108         * c-decl.c (c_make_fname_decl): New function.
10109         (init_decl_processing): Set make_fname_decl.
10110
10111 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
10112
10113         * cccp.c (handle_directive): Initialize backslash_newlines_p.
10114
10115 2000-03-07  Philipp Thomas  <pthomas@suse.de>
10116
10117         * po/POTFILES.in: Remove cppalloc.c from file list.
10118
10119 2000-03-07  Steve Chamberlain  <sac@pobox.com>
10120
10121         * pj.c (pj_expand_prologue): current_function->args_info is
10122         now current_function_args_info.
10123
10124         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
10125         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
10126         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
10127
10128 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10129
10130         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
10131         output as hexadecimal rather than the default octal.
10132
10133 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
10134
10135         * cpphash.c (special_symbol): Fix thinko in previous commit.
10136
10137 2000-03-07  Neil Booth  <NeilB@earthling.net>
10138
10139         * cppexp.c (struct operation, left_shift, right_shift,
10140         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
10141         "int"s to "unsigned int"s.
10142         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
10143         Similarly.
10144         * cpplib.h: Update for above.
10145         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
10146         returned from allocations.
10147
10148         * cppinit.c (opt_comp, parse_options): New functions.
10149         (handle_option): Use parse_option to parse a single command
10150         line option, that possibly takes an argument.
10151         (cpp_handle_options): Sort the array of command line options on
10152         first invocation (non-ASCII hosts only).
10153         (print_help): Update.
10154
10155 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
10156
10157         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
10158         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
10159
10160         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
10161         initialized.
10162         * cppinit.c (cpp_cleanup): Free imp->nshort also.
10163
10164         * cpperror.c (cpp_print_containing_files,
10165         cpp_print_file_and_line, v_cpp_message): Rename to
10166         print_containing_files, print_file_and_line, and v_message.
10167         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
10168         to _cpp_parse_expr, parse_escape, and lex.
10169         (parse_charconst): Remove broken multibyte support.
10170         * cppfiles.c (include_hash): Make static.
10171         (cpp_included): New function.
10172         (merge_include_chains, find_include_file, finclude,
10173         simplify_pathname): Rename to _cpp_merge_include_chains,
10174         _cpp_find_include_file, _cpp_read_include_file, and
10175         _cpp_simplify_pathname.
10176         * cpphash.c (cpp_lookup, free_definition, delete_macro,
10177         cpp_install, create_definition, macroexpand, compare_defs,
10178         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
10179         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
10180         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
10181         * cppinit.c (cpp_handle_option): Rename to handle_option, make
10182         static.
10183         * cpplib.c: Remove extern prototype of cpp_parse_expr.
10184
10185         * cpphash.h: Update prototypes.
10186         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
10187
10188 2000-03-07  Andrew Haley  <aph@cygnus.com>
10189
10190         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
10191         PTRDIFF_TYPE should be based solely on Pmode.
10192         (SIZE_TYPE): ditto.
10193
10194 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10195
10196         * rtl.h (rtunion_def): Constify member `rtstr'.
10197         (emit_line_note_after, emit_line_note, emit_line_note_force,
10198         emit_note, decode_asm_operands): Constify.
10199
10200         * cse.c (canon_hash): Likewise.
10201
10202         * dbxout.c (dbxout_block): Likewise.
10203
10204         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
10205         v_warning_for_asm): Likewise.
10206
10207         * dwarfout.c (function_start_label): Likewise.
10208
10209         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
10210         emit_line_note_force): Likewise.
10211
10212         * final.c (last_filename, asm_insn_count, final_scan_insn,
10213         output_source_line): Likewise.
10214
10215         * function.h (struct emit_status): Likewise.
10216
10217         * gcse.c (hash_expr_1): Likewise.
10218
10219         * genattr.c (gen_attr, main): Likewise.
10220
10221         * genattrtab.c (struct function_unit, current_alternative_string,
10222         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
10223         attr_numeral, check_attr_test, check_attr_value,
10224         convert_set_attr_alternative, convert_set_attr,
10225         compute_alternative_mask, simplify_by_exploding, gen_attr,
10226         gen_unit): Likewise.
10227
10228         * genflags.c (gen_insn): Likewise.
10229
10230         * gengenrtl.c (type_from_format): Likewise.
10231
10232         * genopinit.c (gen_insn): Likewise.
10233
10234         * genoutput.c (n_occurrences, process_template, process_template):
10235         Likewise.
10236
10237         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
10238         Likewise.
10239
10240         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
10241         Likewise.
10242
10243         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
10244         ggc_set_mark, ggc_get_size): Likewise.
10245
10246         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
10247
10248         * optabs.c (init_one_libfunc): Likewise.
10249
10250         * output.h (assemble_start_function): Likewise.
10251
10252         * recog.c (decode_asm_operands): Likewise.
10253
10254         * toplev.c (rest_of_compilation): Likewise.
10255
10256         * tree.h (emit_line_note_after, emit_line_note,
10257         emit_line_note_force): Likewise.
10258
10259         * varasm.c (asm_output_bss, asm_output_aligned_bss,
10260         asm_emit_uninitialised, assemble_start_function,
10261         assemble_variable, const_hash, compare_constant_1,
10262         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
10263
10264         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
10265
10266         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
10267
10268         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
10269
10270         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
10271
10272         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
10273         arm_dllimport_name_p): Likewise.
10274
10275         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
10276         Likewise.
10277
10278         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
10279
10280         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10281
10282         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
10283         arm_mark_dllexport, arm_mark_dllimport,
10284         arm_pe_encode_section_info): Likewise.
10285
10286         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
10287         ASM_FINISH_DECLARE_OBJECT): Likewise.
10288
10289         * arm/thumb.c (thumb_function_prologue): Likewise.
10290
10291         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
10292
10293         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10294
10295         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
10296
10297         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
10298
10299         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
10300
10301         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10302
10303         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
10304         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
10305
10306         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
10307
10308         * i386/i386.c (asm_output_function_prefix): Likewise.
10309
10310         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
10311
10312         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10313
10314         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
10315
10316         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
10317         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
10318         ASM_OUTPUT_SECTION_NAME): Likewise.
10319
10320         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
10321
10322         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
10323
10324         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
10325
10326         * m32r/m32r.c (m32r_encode_section_info): Likewise.
10327
10328         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10329
10330         * mcore/mcore.c (mcore_encode_section_info): Likewise.
10331
10332         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10333
10334         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10335
10336         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10337
10338         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
10339
10340         * mips/mips.md (movdi, movsi): Likewise.
10341
10342         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10343
10344         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10345
10346         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10347
10348         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
10349         ASM_OUTPUT_ASCII): Likewise.
10350
10351         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
10352         output_mi_thunk, output_toc): Likewise.
10353
10354         * rs6000/rs6000.md (movsi): Likewise.
10355
10356         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
10357
10358         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
10359
10360         * v850/v850.c (print_operand, print_operand_address,
10361         v850_encode_data_area): Likewise.
10362
10363 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
10364
10365         * config/mips/mips.md (zero_extendsidi2): Always force operand
10366         one to memory for mips16.
10367
10368 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10369
10370         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
10371         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
10372         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
10373         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
10374         (min_precision): Result is unsigned.
10375         (add_double, neg_double, mul_double): Low word is unsigned.
10376         (lshift_double, rshift_double, lrotate_double): Likewise.
10377         (rrotate_double, div_and_round_double): Likewise.
10378         (tree_floor_log2, compare_tree_int): New functions.
10379         (preserve_rtl_expr_temps): New declaration.
10380         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
10381         (decl_attributes): Use tree_log2 to find alignment.
10382         Check for TREE_INT_CST_HIGH for format args.
10383         (min_precision): Now unsigned.
10384         Use tree_floor_log2.
10385         (truthvalue_conversion): Delete long-disabled code.
10386         * c-decl.c (finish_struct): Clean up tests on field width.
10387         (finish_function): Use compare_tree_int.
10388         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
10389         * c-typeck.c (comptypes): Use tree_int_cst_equal.
10390         (default_conversion, digest_init): Use compare_tree_int.
10391         (build_binary_op): Use integer_all_onesp and compare_tree_int.
10392         Fix type errors in forming masks.
10393         * calls.c (initialize_argument_information): Use compare_tree_int.
10394         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
10395         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
10396         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
10397         (store_field): Use compare_tree_int.
10398         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
10399         (expand_expr, case ARRAY_REF): Use compare_tree_int.
10400         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
10401         (do_store_flag): Use compare_tree_int.
10402         * fold-const.c (encode, decode): Low part is always unsigned.
10403         (force_fit_type, add_double, neg_double, mul_double): Likewise.
10404         (lshift_double, rshift_double, lrotate_double): Likewise.
10405         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
10406         (fold_convert): Use compare_tree_int.
10407         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
10408         (invert_truthvalue, case INTEGER_CST): Likewise.
10409         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
10410         * mkdeps.c (deps_dummy_targets): Make I unsigned.
10411         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
10412         (lshift_double, rshift_double, lrotate_double, rrotate_double):
10413         Likewise.
10414         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
10415         (expand_end_case): Use compare_tree_int.
10416         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
10417         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
10418         (layout_decl): Likewise.
10419         (layout_record, layout_union): Make sizes unsigned.
10420         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
10421         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
10422         * tree.c (struct type_hash): hashcode is unsigned.
10423         (build_type_attribute_variant, type_hash_list): Likewise.
10424         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
10425         (attribute_hash_list, build_array_type, build_method_type): Likewise.
10426         (build_complex_type): Likewise.
10427         (real_value_from_int_cst): Remove unneeded casts.
10428         (integer_all_onesp): Add casts.
10429         (tree_floor_log2, compare_tree_int): New functions.
10430         (build_index_type): Use tree_int_cst_sgn.
10431         * varasm.c (assemble_variable): Use compare_tree_int.
10432
10433 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
10434
10435         * cpphash.c (collect_expansion): Also catch ## at start of macro.
10436
10437         * varasm.c (make_decl_rtl): Don't add a number to members of
10438         local classes.
10439         (make_function_rtl): Likewise.
10440
10441 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10442
10443         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
10444         patch from 2000-01-28.
10445
10446 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
10447
10448         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
10449         filled with an insn from the jump target.
10450
10451 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10452
10453         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
10454         (c4x_external_ref): Likewise.
10455         * config/c4x/c4x.c (struct name_list): Likewise.
10456
10457 1999-12-16  Ben Collins  <bcollins@debian.org>
10458
10459         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
10460         argument to genmultilib.
10461         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
10462         the contents into the multilib.h header.
10463         * gcc.c: Declare multilib_exclusions for the specs file.
10464         (set_multilib_dir): Use it.
10465         (print_multilib_info): Likewise.
10466         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
10467         to pass to genmultilib.
10468
10469 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10470
10471         * builtins.c (built_in_class_names, built_in_names): Constify a
10472         char*.
10473
10474         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
10475         int.
10476         (_mcleanup): Ensure value matches format specifier in sprintf.
10477
10478         * cpphash.c (special_symbol): Don't needlessly cast away
10479         const-ness.
10480
10481         * cppinit.c (base_name): Delete unused prototype.
10482
10483         * mkdeps.c (deps_init): Make definition K&R safe.
10484
10485         * tree.h (built_in_class_names, built_in_names): Constify a
10486         char*.
10487
10488 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
10489
10490         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
10491         floating point instructions for epilogue delay.
10492
10493         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
10494         to gas if it supports .register pseudo.
10495
10496         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
10497         LONG_DOUBLE_TYPE_SIZE if not defined.
10498         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
10499         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
10500         * real.c: Likewise.
10501         * gengenrtl.c: Likewise.
10502         * print-rtl.c: Likewise.
10503         * rtl.c: Likewise.
10504         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
10505         MASK_LONG_DOUBLE_128.
10506         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
10507         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
10508         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
10509         (SUBTARGET_SWITCHES): Define.
10510         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
10511         with -mlong-double-128.
10512         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
10513         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
10514         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
10515         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
10516         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
10517         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
10518         with -mlong-double-128.
10519         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
10520         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
10521         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
10522         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
10523         TARGET_LONG_DOUBLE_128): Define.
10524         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
10525         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
10526         long double on TARGET_ARCH64.
10527
10528 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
10529
10530         * function.c (free_temps_for_rtl_expr): Don't free slots
10531         that have been pushed into a higher level.
10532
10533         Revert this patch:
10534         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
10535
10536 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
10537
10538         * basic-block.h (ALLOCA_REG_SET): Remove.
10539         (INITIALIZE_REG_SET): New macro.
10540         * flow.c (update_life_info): Use it.
10541         (calculate_global_regs_live): Likewise.
10542         (propagate_block): Likewise.
10543         * global.c (build_insn_chain): Likewise.
10544         * haifa-sched.c (schedule_region): Likewise.
10545
10546 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
10547
10548         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
10549         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
10550         (DWARF_ARANGES_PAD_SIZE): New define.
10551         (output_aranges): Use it to pad the address range header.
10552         (DWARF_ROUND): Fix for non power of 2 rounding.
10553
10554 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
10555
10556         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
10557
10558 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
10559
10560         * tree.def (RTL_EXPR): Update documentation.
10561         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
10562         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
10563         * function.c (preserve_rtl_expr_temp): New function.
10564         (preserve_rtl_expr_temps): Likewise.
10565         (preserve_rtl_expr_result): Use it.
10566
10567         Revert this patch:
10568         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
10569
10570 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
10571
10572         * regmove.c (copy_src_to_dest)  Do not create src->dest move
10573         for unchanging destination.
10574
10575 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
10576
10577         * function.h (struct sequence_stack): Remove rtl_expr.
10578         (struct emit_staus): Likewise.
10579         (seq_rtl_expr): Remove.
10580         * tree.h (free_temps_for_rtl_expr): Don't declare.
10581         (start_sequence_for_rtl_expr): Likewise.
10582         * rtl.h (preserve_rtl_expr_result): Likewise.
10583         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
10584         (start_sequence_for_rtl_expr): Remove.
10585         (push_topmost_sequence): Don't save sequence_rtl_expr.
10586         (pop_topmost_sequence): Remove comment about not restoring it.
10587         (end_sequence): Don't set seq_rtl_expr.
10588         (init_emit): Don't initialize it.
10589         (mark_sequence_stack): Don't mark it.
10590         (mark_emit_status): Likewise.
10591         * except.c (protect_with_terminate): Use
10592         start_sequence_for_rtl_expr, not start_sequence.
10593         * expr.c (expand_expr, case RTL_EXPR): Don't call
10594         preserve_rtl_expr_result or free_temps_for_rtl_expr.
10595         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
10596         (preserve_rtl_expr_result): Remove.
10597         (free_temps_for_rtl_expr): Likewise.
10598         (pop_temp_slots): Likewise.
10599         (mark_temp_slot): Don't mark the rtl_expr.
10600         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
10601         start_sequence_for_rtl_expr.
10602
10603 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
10604
10605         * mkdeps.c, mkdeps.h: New files.
10606         * po/POTFILES.in: Add them.
10607         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
10608         (cpplib.o, cppinit.o): Depend on mkdeps.h.
10609         (mkdeps.o): New target.
10610
10611         * cppfiles.c: Delete deps_output.
10612         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
10613         OBJECT_SUFFIX, and base_name.
10614         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
10615         the include hash.
10616         (initialize_dependency_output): Use deps_init,
10617         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
10618         all the unnecessary string bashing.
10619         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
10620         level.
10621         * cpplib.c (do_include): Use deps_add_dep.
10622         * cpplib.h (struct cpp_reader): Replace deps_buffer,
10623         deps_allocated_size, deps_size, deps_column members with
10624         single pointer to a struct deps.  Delete prototype of
10625         deps_output.
10626
10627         * cppinit.c: Fix thinko in previous patch.
10628
10629 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10630
10631         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
10632         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
10633         (mode_for_size_tree): New function.
10634         (layout_decl, layout_type): Call it and clean up BLKmode checks.
10635         * tree.h (mode_for_size_tree): New declaration.
10636
10637         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
10638
10639 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
10640
10641         * stmt.c (is_body_block): Move...
10642         * dwarfout.c, dwarf2out.c: ...from here.
10643         * tree.h: Declare it.
10644         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
10645         * final.c (final_start_function): Do call remove_unnecessary_notes
10646         when scheduling.
10647
10648 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
10649
10650         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
10651
10652         * cpplib.h (_dollar_ok): New macro.
10653         (is_idchar, is_idstart): Use it.
10654         (IStable): Rename to _cpp_IStable.  Declare it const if
10655         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
10656         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
10657         is_space): Update for renamed IStable.
10658
10659         * cppinit.c: Delete all references to FAKE_CONST and CAT
10660         macros. Define init_IStable as empty macro if gcc >=2.7 or
10661         C99. Change TABLE() to ISTABLE and hardcode name of table.
10662         (cpp_start_read): Don't change the IStable based on
10663         dollars_in_ident.
10664
10665         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
10666         changed.  Handle '$' for char1 correctly.
10667         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
10668
10669         * cppexp.c (tokentab2): Make const.
10670         (cpp_lex): Make toktab const.
10671         * cppinit.c (include_defaults_array): Make const.
10672         (initialize_standard_includes): Make default_include const.
10673
10674 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
10675
10676         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
10677         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
10678         (gen_decl_die): Likewise.
10679         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
10680         (output_decl): Likewise.
10681
10682         * varasm.c (make_function_rtl): If we change the name used in the
10683         rtl, update DECL_ASSEMBLER_NAME accordingly.
10684         (make_decl_rtl): Likewise.
10685
10686         * toplev.c (rest_of_compilation): Tweak formatting.
10687
10688         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
10689         remove_unnecessary_notes.
10690         (debug_ignore_block): New fn.
10691         * toplev.h: Declare it.
10692         * emit-rtl.c (remove_unncessary_notes): Call it.
10693         * dwarf2out.c (dwarf2out_ignore_block): New fn.
10694         * dwarf2out.h: Declare it.
10695         * final.c (final_start_function): Don't call remove_unnecessary_notes
10696         if we did insn scheduling.
10697
10698 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
10699
10700         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
10701         * cpplib.h: Delete SET_CPP_PEDANTIC.
10702
10703 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10704
10705         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
10706         result is a RECORD_TYPE.
10707
10708 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
10709
10710         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
10711
10712 2000-03-03  Richard Henderson  <rth@cygnus.com>
10713
10714         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
10715         addition over compliments over shifts.
10716
10717 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10718
10719         * reload1.c (reload_combine_note_use): Handle return register USEs.
10720         REG case: Handle multi-hard-register hard regs.
10721
10722 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10723
10724         * md.texi: Document use of '*' in insn pattern name.
10725
10726 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
10727
10728         * calls.c (special_function_p): operator new may not be malloc-like.
10729
10730         * gcse.c (dump_hash_table): Really fix error in last change.
10731
10732 2000-03-02  Denis Chertykov  <denisc@overta.ru>
10733
10734         * avr.c (print_operand): Use print_operand_address instead of
10735         output_addr_const.
10736         * avr/libgcc.S: Cleanup code.
10737
10738 2000-03-02  Richard Henderson  <rth@cygnus.com>
10739
10740         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
10741
10742 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
10743
10744         * tree.h (TYPE_ALIGN_UNIT): New macro.
10745
10746 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
10747
10748         * i386.c: (constant_call_address_operand): Reject CONST_INT.
10749
10750 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
10751
10752         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
10753         for the buffer.
10754         (SET_CPP_PEDANTIC): New macro.
10755         * cpplib.c (do_include): Don't bother checking system_header_p.
10756         (do_warning, do_ident, do_assert, do_unassert): Likewise.
10757         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
10758
10759         * function.h (struct expr_status): Add x_arg_space_so_far.
10760         (arg_space_so_far): New macro.
10761         * expr.c (init_expr): Initialize it.
10762         * calls.c (emit_call_1): Reset it.
10763         (compute_argument_block_size, expand_call): Use it.
10764         (expand_call, store_one_arg): Increment it.
10765
10766 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10767
10768         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
10769         a UNION_TYPE.
10770
10771 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
10772
10773         * cppfiles.c (cpp_read_file): New function.
10774
10775         * cpphash.c (collect_expansion): Make sure to reset last_token
10776         to NORM when we hit a string.  Handle trailing whitespace
10777         properly when the expansion is empty.
10778         (create_definition): Disable line commands while parsing the
10779         directive line.
10780         (dump_definition): If pfile->lineno == 0, output a line
10781         command ahead of the dump, and add a trailing newline.
10782
10783         * cppinit.c (append_include_chain): Add fifth argument, which
10784         indicates whether or not system headers are C++ aware.
10785         (initialize_standard_includes): New function,
10786         broken out of read_and_prescan.  Pass 'cxx_aware' value from
10787         the include_defaults_array on to append_include_chain.
10788         (dump_special_to_buffer): Const-ify char array.
10789         (builtin_array): Don't dump __BASE_FILE__.
10790         (cpp_start_read): Use cpp_read_file.  Reorder code for
10791         clarity.  Don't output line commands here for -D/-A/-U
10792         switches.  Don't call deps_output for files included with
10793         -include or -imacros.
10794
10795         * cpplib.c (do_define): Don't pay any attention to the second
10796         argument.
10797         (cpp_expand_to_buffer): Disable line commands while scanning.
10798         (output_line_command): Work in the file buffer.
10799         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
10800         Fix formatting of comments.  Prototype cpp_read_file.
10801
10802 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10803
10804         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
10805         reference the language-equivalent of sizetype.
10806         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
10807         * fold-const.c (size_binop, size_diffop): Put back checks.
10808         * gcse.c (dump_hash_table): Fix minor error in last change.
10809         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
10810         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
10811         all sizetypes.
10812
10813 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
10814
10815         * calls.c (expand_call)  Do not attempt to combine stack adjustments
10816         with inhibit_defer_pop set.
10817
10818 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
10819
10820         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
10821         the DECL_SIZE for a FIELD_DECL.
10822
10823 2000-03-01  Bruce Korb  <bkorb@gnu.org>
10824
10825         * fixinc/inclhack.tpl: remove unused symlinks
10826         * fixinc/README: GCC Maintainer info
10827         * fixinc/inclhack.sh: regen
10828         * fixinc/fixincl.sh: regen
10829
10830 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
10831
10832         * cpphash.c (collect_expansion): Trim trailing white space
10833         from macro definitions, but don't go past the last insertion
10834         point.
10835
10836 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
10837
10838         * i386.md (mulqi3): New pattern.
10839
10840 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
10841
10842         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
10843         token types.
10844         (struct cpp_reader): Add parsing_if_directive and
10845         parsing_define_directive flags.
10846         (struct cpp_options): Remove output_conditionals flag.
10847         (check_macro_name): Delete prototype.
10848
10849         * cpphash.h (struct macrodef): Delete.
10850         (struct reflist): Separate from struct definition.
10851         (struct definition): Remove unused fields.  Add column number.
10852         (create_definition): Returns a DEFINITION *.  Takes a
10853         cpp_reader * and an int.
10854
10855         * cpphash.c (SKIP_WHITE_SPACE): Delete.
10856         (PEEKC): Copy defn from cpplib.c.
10857         (rest_extension, REST_EXTENSION_LENGTH): Delete.
10858         (struct arg): New.
10859         (struct arglist): Simplify.
10860         (collect_expansion): Rewrite.  Get tokens by calling
10861         cpp_get_token.  Add more error checking.
10862         (collect_formal_parameters): New function, broken out of
10863         create_definition and reworked to use get_directive_token.
10864         (create_definition): All real work is now in collect_expansion
10865         and collect_formal_parameters.  do_define handles finding the
10866         macro name.  Return a DEFINITION, not a MACRODEF.
10867         (macroexpand): Replace bcopy with memcpy throughout.  Replace
10868         character-at-a-time copy loop with memcpy and pointer increments.
10869         (compare-defs): d1->argnames / d2->argnames might be null.
10870
10871         * cpplib.c (copy_rest_of_line): Delete function.
10872         (skip_rest_of_line): Do all the work ourselves.
10873         (skip_string): New function.
10874         (parse_string): Use skip_string.
10875         (get_macro_name): New function.
10876         (check_macro_name): Delete.
10877         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
10878         (cpp_skip_hspace): Use CPP_BUMP_LINE.
10879         (handle_directive): ICE if we're called on a macro buffer.
10880         (do_define): Determine macro name and type (funlike/objlike)
10881         here.  Expunge all uses of MACRODEF.
10882         (cpp_push_buffer): Set line_base to NULL.
10883         (do_undef, read_line_number): Don't worry about getting a POP token.
10884         (eval_if_expression): Set/reset parsing_if_directive around
10885         cpp_parse_expr. Don't clear only_seen_white.
10886         (skip_if_group): Remove output_conditionals logic.  Use
10887         skip_rest_of_line.
10888         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
10889         tokens under appropriate conditions.
10890         (cpp_unassert): Call do_unassert not do_assert.  Oops.
10891
10892         * cppexp.c (parse_defined): New function, break out of
10893         cpp_lex.
10894         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
10895         ourselves, with cpp_defined.
10896         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
10897
10898         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
10899         * gcc.dg/strpaste-2.c: New.
10900
10901 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
10902
10903         * fold-const.c (size_binop): Don't asert inputs are the same and
10904         have TYPE_IS_SIZETYPE set.
10905         (size_diffop): Likewise.
10906
10907 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
10908
10909         * dwarfout.c (output_block): Output abstract blocks even if they
10910         don't have TREE_ASM_WRITTEN set.
10911
10912         * calls.c (emit_library_call): Check for null REG.
10913
10914 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
10915
10916         * c-decl.c (current_function_decl): Move to toplev.c.
10917         (init_decl_processing): Don't add current_function_decl as a ggc
10918         root here.
10919         * dbxout.c (dbxout_symbol): Change return type to int.
10920         (dbxout_symbol_location, dbxout_syms): Likewise.
10921         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
10922         any locals. Use current_function_func_begin_label if set.
10923         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
10924         * dwarf2out.c (dwarf2out_begin_prologue): Set
10925         current_function_func_begin_label.
10926         * final.c (final_start_function): Reset it.
10927         * toplev.c (current_function_decl): Define it here.
10928         (current_function_func_begin_label): New variable.
10929         (main): Add both as ggc roots.
10930         * tree.h (current_function_func_begin_label): Declare.
10931
10932 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10933
10934         * gcse.c: Cleanups throughout: mostly white-space, but also
10935         some minor rearrangement of code.
10936
10937 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
10938
10939         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
10940         returns a PARALLEL.  Use emit_group_load and use_group_regs
10941         as needed.
10942         (emit_library_call_value): Similarly.
10943
10944         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
10945         * pa/quadlib.asm: Remove.
10946         * pa/quadlib.c: New file.
10947
10948         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
10949         * configure: Rebuilt.
10950
10951 2000-02-29  Philip Blundell  <pb@futuretv.com>
10952
10953         * config/arm/conix-elf.h: New file.
10954         * configure.in (arm*-*-conix*): New configuration.
10955         * configure: Regenerate.
10956
10957 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
10958
10959         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
10960         don't have TREE_ASM_WRITTEN set.
10961
10962 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10963
10964         * Eliminate DECL_FIELD_SIZE.
10965         * builtins.c (built_in_class_names, built_in_names): New variables.
10966         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
10967         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
10968         DECL_SIZE, not DECL_FIELD_SIZE.
10969         * print-tree.c (print_node): Remove code that prints extra blank
10970         lines in some cases.
10971         Properly handle inline and builtin function cases.
10972         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
10973         * tree.h (built_in_class_named, built_in_names): New declarations.
10974         (union tree_decl): Rename internal unions to u1 and u2 and change
10975         some of their components.
10976         Add new field built_in_class.
10977         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
10978         Reflect above changes.
10979         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
10980         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
10981         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
10982         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
10983
10984 2000-02-28  Dmitri Makarov  <dim@windriver.com>
10985
10986         * extend.texi: Document ARM's support for long/short calls.
10987
10988         * invoke.texi: Document ARM's -mlong-calls command line switch.
10989
10990         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
10991         (arm_encode_call_attribute): Add prototype.
10992         (arm_set_default_type_attribute): Add prototype.
10993         (arm_strip_name_encoding): Add prototype.
10994
10995         * config/arm/arm.c (arm_init_cumulative_args): replace
10996         initialisation og 'long_calls' field with initialisation of
10997         'call_cookie' field.
10998         (enum arm_pragma_enum): New enum.
10999         (arm_pragma_long_calls): New static variable.
11000         (arm_process_pragma): Also process "#pragma long_calls_off".
11001         (arm_valid_type_attribute_p): Accept short_call attribute.
11002         (arm_comp_type_attributes): Check long/short call attributes.
11003         (arm_encode_call_attribute):  New function:  Encode long_call
11004         or short_call attribute in function name.
11005         (arm_set_default_type_attributes): New function: Assign
11006         default attributes to newly defined type.
11007         (current_file_function_operand): New function: Return true if
11008         the symbol is a function which has already been compiled.
11009         (arm_is_longcall_p): New function: Return true if the
11010         indicated function should be called via a long call.
11011         (arm_get_strip_length): New function.  Returns number of
11012         prefix characters to be stripped from a function's name.
11013         (arm_strip_name_encoding): New function.  Strip prefix characters
11014         from a function's name.
11015
11016         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
11017         with 'call_cookie'.
11018         (SHORT_CALL_FAG_CHAR): Define.
11019         (LONG_CALL_FAG_CHAR): Define.
11020         (ENCODED_SHORT_CALL_ATTR_P): Define.
11021         (ENCODED_LONG_CALL_ATTR_P): Define.
11022         (ARM_NAME_ENCODING_LENGTHS): Define.
11023         (STRIP_NAME_ENCODING): Define.
11024         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
11025         (ARM_ENCODE_CALL_TYPE): Define.
11026         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
11027         (ARM_DECLARE_FUNCTION_SIZE): Define.
11028         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
11029
11030         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
11031         if a long call is needed.
11032         (call_value): Ditto.
11033         (call_symbol): Ditto.
11034
11035         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
11036         ARM_DECLARE_FUNCTION_SIZE.
11037
11038         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
11039         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
11040         (ARM_STRIP_NAME_ENCODING): Undefine.
11041         (STRIP_NAME_ENCODING): Undefine.
11042         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
11043         (ASM_DECLARE_FUNCTION_NAME): Ditto.
11044         (ASM_OUTPUT_COMMON): Ditto.
11045         (ASM_DECLARE_OBJECT_NAME): Ditto.
11046
11047         * config/arm/pe.c (arm_dllexport_name_p): Check for
11048         ARM_PE_FLAG_CHAR.
11049         (arm_dllimport_name_p): Ditto.
11050         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
11051         (arm_mark_dllimport): Ditto.
11052
11053 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11054
11055         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
11056
11057 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
11058
11059         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
11060
11061 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
11062
11063         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
11064         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
11065         NO_BUILTIN_WCHAR_TYPE is not defined.
11066         (CPP_WCHAR_TYPE): Delete.
11067         * cccp.c (main): Don't change wchar_type if cplusplus.
11068         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
11069
11070 2000-02-28  Nick Clifton  <nickc@cygnus.com>
11071
11072         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
11073
11074 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
11075
11076         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
11077         (ASM_WEAKEN_LABEL): Define.
11078
11079 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
11080
11081         * expr.c (store_constructor): Do not emit USE.
11082         * rtl.h (stupid_life_analysis): Remove.
11083
11084 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11085
11086         * function.c (number_blocks): Reset next_block_index based on
11087         what debugging format is used, not what is defined.
11088
11089         * lcm.c: Minor reformatting throughout.
11090         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
11091
11092         * toplev.c (rest_of_compilation): Account for time in
11093         optimize_mode_switching.
11094
11095         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
11096         if only marking labels.
11097
11098 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
11099
11100         * calls.c (expand_call): Attempt to combine stack adjustments with
11101         pending stack adjustments.
11102
11103 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11104
11105         * loop.c (reg_in_basic_block_p): Don't abort when falling through
11106         to the end of the function.
11107
11108 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
11109
11110         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
11111         blocks.
11112         * final.c (next_block_index): Remove.
11113         (max_block_depth): Likewise.
11114         (pending_blocks): Likewise.
11115         (init_final): Don't initialize them.
11116         (final_start_function): Don't set next_block_index.  Set up
11117         BLOCK_NUMBER.
11118         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
11119         * function.h (number_blocks): New function.
11120         * function.c (get_block_vector): New function.
11121         (identify_blocks): Use it.
11122         (reorder_blocks): Set NOTE_BLOCK.
11123         (number_blocks): New function.
11124         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
11125         * tree.h (BLOCK_NUMBER): New macro.
11126         (tree_block): Add block_num field.
11127         * dbxout.c (next_block_number): Remove.
11128         (dbxout_init): Don't set it.
11129         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
11130         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
11131         block numbers.
11132         * toplev.c (rest_of_compilation): Always call
11133         find_loop_tree_blocks.  Fix indentation.
11134         * dwarf2out.c (next_block_number): Remove.
11135         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
11136         to determine block numbers.
11137         (gen_inlined_subroutine_die): Likewise.
11138         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
11139         (decls_for_scope): Don't increment next_block_number.
11140         * dwarfout.c (next_block_number): Remove.
11141         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
11142         to determine block numbers.
11143         (output_inlined_subroutine_die): Likewise.
11144         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
11145         (output_decls_for_scope): Don't increment next_block_number.
11146         * sdbout.c (next_block_number): Remove.
11147         (sdbout_block): Use BLOCK_NUMBER.
11148         (sdbout_begin_block): Simplify.
11149         * xcoffout.c (next_block_number): Remove.
11150         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
11151         (xcoffout_begin_block): Don't set next_block_number.
11152         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
11153         next_block_number.
11154
11155 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11156
11157         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
11158         (expand_builtin_strcpy): Pass correct type to size_binop.
11159         (expand_builtin_strcmp): Likewise.
11160         Clean up conditional structure.
11161         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
11162         (complete_array_type): Don't use size_binop for MAXINDEX.
11163         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
11164         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
11165         (c_alignof): Use size_one_node.
11166         (build_unary_op): Pass arg of proper type to size_binop.
11167         (really_start_incremental_init, push_init_level): Use sizetype for
11168         constructor{,_bit,_unfilled}_index.
11169         (pop_init_label, output_init_element): Likewise.
11170         (output_pending_init_elements, process_init_element): Likewise.
11171         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
11172         * expr.c (store_expr): Use size_int.
11173         (store_constructor): Use proper types for size_binop args.
11174         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
11175         (expand_expr_unaligned): Likewise.
11176         (string_contant): Return object of sizetype.
11177         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
11178         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
11179         (ARGS_SIZE_TREE): Pass proper types to size_binop.
11180         * fold-const.c (int_const_binop): Refine when size_int is called.
11181         (fold_convert): Likewise.
11182         (size_int_wide): Rework to take KIND as arg, only take low order
11183         bits, handle new sizetype_tab datatype, and chain entries in
11184         size_table.
11185         (size_int_type_wide): New function.
11186         (size_binop): Validate types of arguments.
11187         (ssize_binop): Deleted.
11188         (size_diffop): New function.
11189         (extract_muldiv): Only fold division into multiplication for sizetypes.
11190         * function.c (assign_parms): Use size_diffop and make sure
11191         VAR field is of ssizetype; also pass proper type to size_binop.
11192         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
11193         (round_down): Deleted from here.
11194         * store-layout.c (sizetype_tab): Now an array.
11195         (sizetype_set, early_root_list): New variables.
11196         (variable_size): Use size_one_node.
11197         (round_up): Pass proper type to size_binop.
11198         (round_down): Moved to here and corrected as above.
11199         (layout_record): Pass proper arg types to size_binop.
11200         (layout_type): Likewise.
11201         If sizetype_set is zero, record the type just laid out.
11202         (make_unsigned_type): Don't call set_sizetype;
11203         (make_signed_type): Likewise; also, call fixup_signed_type.
11204         (initialize_sizetypes): New function.
11205         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
11206         set name of bitsizetype to "bit_size_type".
11207         Fix up type of sizes of all types made before call.
11208         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
11209         * tree.c (fix_sizetype): Deleted.
11210         (build_common_tree_nodes): Call initialize_sizetypes.
11211         (build_common_tree_nodes_2): Don't call fix_sizetype.
11212         * tree.h (TYPE_IS_SIZETYPE): New macro.
11213         (initialize_sizetype): New declaration.
11214         (enum size_type_kind): New type.
11215         (struct sizetype_tab): Deleted.
11216         (sizetype_tab): Now array; adjust sizetype macros.
11217         (size_diffop, size_int_type_wide): New functions.
11218         (size_int_wide): Change number of args and type; access macros changed.
11219         (ssize_int, sbitsize_int): New macros.
11220         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
11221         (ROUND_TYPE_SIZE_UNIT): New macro.
11222
11223 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
11224
11225         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
11226
11227 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11228
11229         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
11230         Mark as possibly unused.
11231
11232         * cse.c (cse_insn): Delete dead code involving tablejump.
11233         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
11234
11235         * Makefile.in (libcpp.a): Start by deleting it.
11236
11237 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11238
11239         * cpplib.h (enum file_change_code): Added rename_file.
11240         * cpplib.c (do_line): If a filename is given, set file_change to
11241         rename_file.
11242         (output_line_command): If file_change is rename_file, always
11243         output a # directive with the file name.
11244
11245         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
11246
11247 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
11248
11249         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
11250         when copying a PARM_DECL or RESULT_DECL.
11251
11252 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11253
11254         * fix-header.c (recognized_function): Also fix prototypes for
11255         functions taking "void".
11256
11257 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
11258
11259         * reload1.c (do_output_reload): Check reg_reloaded_valid before
11260         looking at reg_reloaded_contents.
11261
11262 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
11263
11264         * Makefile.in (STMP_FIXINC): New toggle.
11265         (LIBGCC2_DEPS): Delete all references.
11266         (stmp-headers): Delete target.  All references either deleted
11267         or changed to stmp-int-headers.
11268         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
11269         (LIBCPP_OBJS): Take out cppalloc.o.
11270         (cppalloc.o): Delete target.
11271         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
11272         (gen-protos, fix-header): Link with libiberty.a.
11273         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
11274         to empty.
11275
11276         * configure.in: Remove refs to strerror.
11277         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
11278         * system.h: Take out strerror stanza.
11279
11280         * cpperror.c (my_strerror): Delete function.
11281         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
11282         * cppmain.c (main): Call xmalloc_set_program_name first thing.
11283         * cppalloc.c: Delete file.
11284         * gen-protos.c: Don't provide xrealloc.
11285
11286         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
11287         xstrerror throughout.
11288
11289 2000-02-26  Bruce Korb  <bkorb@gnu.org>
11290
11291         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
11292         match for DOS headers, too.
11293         * fixinc/inclhack.sh,fixincl.x: Regenerate.
11294
11295 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
11296
11297         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
11298         is right for most ELF targets.
11299         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
11300         Let the default file use %U properly.
11301         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
11302         default.
11303
11304         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
11305         numbers.
11306
11307 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11308
11309         * toplev.c (documented_lang_options): Correct spelling error.
11310         (decode_d_option, decode_f_option, main): Likewise.
11311
11312         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
11313
11314         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
11315         to tell assembler it is permitted to expand large constants.
11316
11317 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
11318
11319         * protoize.c: (AUX_INFO_SUFFIX): New macro.
11320         (aux_info_suffix): Use.
11321         (SAVE_SUFFIX): New macro.
11322         (save_suffix): Use.
11323         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
11324         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
11325         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
11326
11327         * invoke.texi (Running Protoize): Update documentation.
11328
11329 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
11330
11331         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
11332
11333 2000-02-25  John Wehle  (john@feith.com)
11334
11335         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
11336
11337 2000-02-25  Anthony Green  <green@cygnus.com>
11338
11339         * toplev.c (rest_of_compilation): Rebuild jump labels if
11340         combine_instructions has created a new direct jump.
11341         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
11342         when appropriate.
11343         (combine_instructions): Call try_combine with new argument.
11344         Return non-null value when new direct jump instruction is created.
11345         * rtl.h: combine_instructions returns an int.
11346
11347 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
11348
11349         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
11350         jump when changing a computed jump into a jump to a known
11351         target.
11352
11353 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
11354
11355         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
11356         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
11357
11358         * i386.md (define_expand "clrstrsi"): Fix typo.
11359
11360 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
11361
11362         * rtl.texi: Fix typo.
11363
11364 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11365
11366         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
11367         UNITS_PER_WORD.  Change caller initial_elimination_offset.
11368         (rounded_frame_size): Take into account that argument pushed has
11369         changed.  Fix TARGET_ALIGN_DOUBLE problem.
11370
11371 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
11372
11373         * haifa-sched.c (schedule_block): Explain the real reason
11374         we delete REG_SAVE_NOTEs on the first insn of a block.
11375         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
11376
11377 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
11378
11379         * input.h (push_srcloc): New function.
11380         (pop_srcloc): Likewise.
11381         * toplev.c (push_srcloc): Define it.
11382         (pop_srcloc): Likewise.
11383
11384 2000-02-24  Richard Henderson  <rth@cygnus.com>
11385
11386         * flow.c (life_analysis): When collecting reg info, clear
11387         regs_ever_live.
11388
11389 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11390
11391         Fix bug exposed by reload.c no longer rounding the frame
11392         size to BIGGEST_ALIGNMENT:
11393         * sh.c (rounded_frame_size): New function.
11394         (sh_expand_prologue, sh_expand_epilogue): Use it.
11395         (initial_elimination_offset): Likewise.
11396
11397 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11398
11399         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
11400         * sh-protos.h (sh_need_epilogue): Declare.
11401         * sh.c (sh_need_epilogue_known): New static variable.
11402         (sh_need_epilogue): New function.
11403         (function_epilogue): Clear need_epilogue_known.
11404         * sh.md (return): Split into expander / insn pattern.
11405         Make the expander conditional on ! sh_need_epilogue ().
11406
11407 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
11408
11409         * machmode.h (get_mode_alignment): Declare.
11410         (GET_MODE_ALIGNMENT): Call it.
11411         * stor-layout.c (get_mode_alignment): New function. Make
11412         sure alignment is always power of 2.
11413
11414 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
11415
11416         * i386.h: Remove useless definition of "I386" and misleading
11417         comment above it.
11418
11419 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
11420
11421         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
11422         under which TREE_PERMANENT will be set.
11423         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
11424         build1): Use TREE_SET_PERMANENT.
11425         * print-tree.c (print_node): Don't report value of
11426         TREE_PERMANENT if ggc_p is true.
11427
11428         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
11429         decide whether to give a type a new alias set.
11430         * objc/objc-act.c (build_objc_string_object): Never copy the string.
11431         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
11432         of value of 'obstack'.
11433
11434
11435 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11436
11437         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
11438
11439 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11440
11441         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
11442         * cpplib.c (cpp_get_token): Produce them.
11443         * cppexp.c (cpp_lex): Handle them.
11444
11445 2000-02-23  Nick Clifton  <nickc@cygnus.com>
11446
11447         * config/arm/arm.c (arm_comp_type_attributes): Simply and
11448         comment tests on type attributes.
11449
11450 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11451
11452         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
11453         conform to documentation.
11454         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
11455         to check for special cases.
11456         * sh-protos.h (sh_loop_align): Declare.
11457         * sh.c (sh_loop_align): Define.
11458
11459 2000-02-22  Andrew Haley  <aph@cygnus.com>
11460
11461         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
11462         (SIZE_TYPE): Is 32 bits when using -mgp32.
11463         (PTRDIFF_TYPE): Ditto.
11464
11465 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11466
11467         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
11468
11469 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
11470
11471         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
11472         BIGGEST_FIELD_ALIGNMENT a constant.
11473
11474 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
11475
11476         * dwarf2out.c (output_line_info): Put the marker for the end of
11477         the line number info at the actual end.
11478         (gen_struct_or_union_type_die): Use decl_function_context
11479         to check for local classes.
11480         * dwarfout.c (output_type): Likewise.
11481
11482 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
11483
11484         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
11485         for arguments with a mode, but no type.
11486         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
11487         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
11488         * pa/long_double.h: New file.
11489         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
11490         both have 128bit wide long doubles.
11491         * configure: Rebuilt.
11492
11493 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11494
11495         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
11496
11497         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
11498         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
11499         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
11500
11501         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
11502
11503         * integrate.c (compare_blocks, find_block): Likewise.
11504
11505         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
11506
11507         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
11508
11509         * stmt.c (stmt_status, set_file_and_line_for_stmt,
11510         expand_asm_operands): Likewise.
11511
11512 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
11513
11514         * predict.c (estimate_probability): Added the pointer heuristic to
11515         the collection of static branch predictors.
11516
11517 2000-02-21  Catherine Moore  <clm@cygnus.com>
11518
11519         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
11520         * invoke.texi (-mfix7000): Document.
11521
11522 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
11523
11524         * diagnostic.c (init_output_buffer): Make it possible to output at
11525         least 32 characters if we're given a too long prefix.
11526
11527 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
11528
11529         * varasm.c (initializer_constant_valid_p): Call
11530         lang_expand_constant to simplify the constant.
11531
11532 2000-02-20  Bruce Korb  <bkorb@gnu.org>
11533
11534         * fixinc/inclhack.def(stdio_va_list):
11535         typedef needs to be disabled.
11536         * fixinc/inclhack.sh: regen
11537         * fixinc/fixincl.x: regen
11538
11539 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
11540
11541         * print-rtl.c (print_rtx): Don't print addresses when
11542         flag_dump_unnumbered.
11543
11544 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11545
11546         * sparc.c (sparc_output_scratch_registers): Mark parameter with
11547         ATTRIBUTE_UNUSED.
11548         (sparc_va_arg, sparc_flat_output_function_prologue,
11549         sparc_flat_output_function_epilogue): Cast value to unsigned in
11550         comparison.
11551         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
11552
11553         * sparc.md: Add default case in switch.
11554
11555 2000-02-19  Richard Henderson  <rth@cygnus.com>
11556
11557         * c-typeck.c (add_pending_init): Don't abort for multiple
11558         fields at the same offset.
11559         (pending_init_member): Test the correct member.
11560
11561 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11562
11563         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
11564         instead of SImode.
11565         (start_catch_handler) : Same.
11566
11567 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
11568
11569         * Makefile.in: Have flow.o depend on $(EXPR_H)
11570
11571 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11572
11573         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
11574         * c-decl.c (duplicate_decls, finish_enum): Likewise.
11575         (finish_decl): Remove -Wlarger-than code from here.
11576         * flags.h (id_clash_len): Now int.
11577         (larger_than_size): Now HOST_WIDE_INT.
11578         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
11579         Clean up checking to see if in table.
11580         (make_bit_field_ref): Remove extra parm to bitsize_int.
11581         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
11582         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
11583         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
11584         and for computing size of decl.
11585         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
11586         Move -Wlarger-than code to here.
11587         (layout_record): Remove extra arg to bitsize_int.
11588         Set TYPE_BINFO_SIZE_UNIT.
11589         (layout_union): Remove extra arg to bitsize_int.
11590         Use proper type for size of QUAL_UNION.
11591         (layout_type): Remove extra arg to bitsize_int.
11592         * toplev.c (id_clash_len): Now int.
11593         (larger_than_size): Now HOST_WIDE_INT.
11594         (decode_W_option): Clean up id-clash and larger-than- cases.
11595         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
11596         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
11597         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
11598         (struct tree_decl): New field size_unit.
11599         (size_int_wide): No HIGH operand; NUMBER is now signed.
11600         (size_int_2): Deleted.
11601         (size_int, bitsize_int): Don't use it and rework args.
11602         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
11603
11604 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
11605
11606         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
11607
11608 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
11609
11610         * invoke.texi (Warning Options): Add an explanation of why
11611         you might want the -Wfloat-equal flag.
11612
11613 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11614
11615         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
11616         * cppinit.c (new_pending_define): Add cast to avoid warning.
11617         * expmed.c (extract_bit_field): Likewise.
11618         * flow.c (enum reorder_skip_type): New type.
11619         (skip_insns_between_blcok): New it.
11620         Rework to avoid warning about possibly undefined variable.
11621         * function.c (assign_parms): Make thisparm_boundary unsigned.
11622         * genrecog.c (write_switch): Cast XWINT result to int.
11623         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
11624         * mips-tfile.c (init_file): Make two versions of FDR intializer:
11625         one for MIPS and one for Alpha.
11626         (get_tag, copy_object): Add casts to avoid warnings.
11627         * optabs.c (init_one_libfunc): Cast NAME to (char *).
11628         * reload.c (find_reloads): Make TYPE enum reload_type.
11629         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
11630         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
11631         * varasm.c (compare_constant_1): Add cast to avoid warning.
11632         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
11633         to (char *).
11634         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
11635         Cast switch operand of size to int.
11636         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
11637         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
11638         in unhandled case.
11639
11640 2000-02-18  Nick Clifton  <nickc@cygnus.com>
11641
11642         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
11643         anything for an alignment of zero.
11644
11645         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
11646         anything for an alignment of zero.
11647
11648 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
11649
11650         * gcc.texi (Bug Reporting): Refer to bugs.html.
11651         (Bug Lists): Likewise.
11652         * system.h (GCCBUGURL): New preprocessor define.
11653         * rtl.c (fancy_abort): Use it.
11654         * gcc.c (main): Likewise.
11655
11656 2000-02-18  Richard Henderson  <rth@cygnus.com>
11657
11658         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
11659         (life_analysis_1): Subsume into ...
11660         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
11661         Use update_life_info for the relaxation.
11662         (update_life_info): Update REG_BASIC_BLOCK for registers live on
11663         entry and regs_live_at_setjmp.
11664         (set_noop_p): Simplify.
11665         (notice_stack_pointer_modification_1): Renamed from s/_1//.
11666         (record_volatile_insns): Split into ...
11667         (delete_noop_moves): ... here,
11668         (notice_stack_pointer_modification): ... here,
11669         (insn_dead_p): ... and here.
11670         (propagate_block): Don't query INSN_VOLATILE.
11671         (mark_used_regs): Mind !PROP_REG_INFO.
11672         * toplev.c (rest_of_compilation): Call mark_constant_function here,
11673         not in life_analysis.
11674
11675 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
11676
11677         * loop.c (canonicalize_condition): New function,
11678         broken out of get_condition.
11679         (get_condition): Use it.
11680         * expr.h (canonicalize_condition): Prototype it.
11681
11682         * tree.h (tree_int_cst_msb): Declare.
11683         * tree.c (tree_int_cst_msb): New function.
11684
11685 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
11686
11687         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
11688         isn't set.
11689
11690         * invoke.texi (-fmessage-length=n): Document.
11691
11692 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
11693
11694         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
11695
11696 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
11697
11698         * function.c (thread_prologue_and_epilogue_insns): Put a line note
11699         after the prologue.
11700
11701 2000-02-17  Nick Clifton  <nickc@cygnus.com>
11702
11703         * config/arm/thumb.c: Replace includes of system headers with
11704         #include "system.h".
11705
11706 2000-02-16  Richard Henderson  <rth@cygnus.com>
11707
11708         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
11709         Add crtbeginS.o and crtendS.o.
11710         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
11711         (ENDFILE_SPEC): Use crtendS.o.
11712         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
11713
11714         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
11715         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
11716         shared and present.
11717         (__dso_handle): New variable.
11718         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
11719         bias to __CTOR_END__.
11720
11721 2000-02-16  Richard Henderson  <rth@cygnus.com>
11722
11723         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
11724
11725 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11726
11727         * longlong.h (__clz_tab): Declare as static to match definition.
11728
11729 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
11730
11731         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
11732         (XREF_FILE_NAME): Define.
11733
11734         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
11735         (EH_FRAME_SECTION_ASM_OP): Define.
11736         (IDENT_ASM_OP): Define.
11737         (TEXT_SECTION_ASM_OP): Define.
11738         (CPP_SPEC): Define.
11739         (CTORS_SECTION_ASM_OP): Define.
11740         (CTOR_SECTION_FUNCTION): Use it.
11741         (DTORS_SECTION_ASM_OP): Define.
11742         (DTOR_SECTION_FUNCTION): Use it.
11743
11744 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
11745
11746         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
11747         NOTE_BASIC_BLOCK.
11748
11749         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
11750         debug_bb_n): New functions.
11751         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
11752         * basic-block.h: Prototype new functions.
11753
11754 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
11755
11756         * configure.in: Add support for avr target.
11757         * configure: Rebuilt.
11758
11759         * invoke.texi: Add AVR invocation docs.
11760         * install.texi: Add information about AVR.
11761         * md.texi: Add AVR constraint letters description.
11762         * extend.texi: Add description for AVR specific attributes.
11763
11764 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
11765
11766         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
11767
11768 2000-02-16  Nick Clifton  <nickc@cygnus.com>
11769
11770         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
11771         (make_insn_raw): Move RTL check here.
11772
11773 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11774
11775         * version.c: Include gansidecl.h and version.h.
11776
11777         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
11778
11779         * configure.in (gcc_version): When setting, narrow search to
11780         lines containing `version_string'.
11781
11782         * Makefile.in (mainversion): Likewise.
11783         (GCC_H): New variable.
11784         (gcc.h): Delete target.
11785         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
11786         (version.o): Depend on version.h.
11787         (dbxout.o): Don't depend on gcc.h.
11788
11789 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11790                           Michael Meissner  <meissner@cygnus.com>
11791
11792         * md.texi (Simple Constraints): Add item about whitespace.
11793         * genoutput.c (strip_whitespace): New.
11794         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
11795         strip_whitespace for constraints.
11796         Test pointer using NULL, not 0.
11797
11798 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11799
11800         * cpplib.c (do_line): Pedwarn for #line > 32767.
11801
11802         * c-lex.c (readescape): Warn about '\x', but do not reject it.
11803
11804 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
11805
11806         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
11807         to default cpp spec.
11808         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
11809         * cpp.texi: Document __GNUC_PATCHLEVEL__.
11810         * cpp.1: Likewise.
11811
11812         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
11813         default spec.
11814
11815 2000-02-15  Denis Chertykov  <denisc@overta.ru>
11816
11817         * configure.in: Add support for avr target.
11818
11819 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11820
11821         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
11822         (sh_addr_diff_vec_mode): Don't declare.
11823         * sh.c (sh_addr_diff_vec_mode): Delete.
11824
11825 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11826
11827         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
11828
11829 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11830
11831         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
11832         (smulsi3_highpart_i): Name.
11833         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
11834         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
11835         (smulsi3_highpart, umulsi3_highpart): Likewise.
11836
11837         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
11838         correctly independent of endianness.
11839         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
11840         confuse the optimizers.
11841         (mulsidi3+1, umulsidi3+1): New define_split.
11842
11843 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
11844
11845         * config/sh/sh.md: Guard insn splits against illegal registers.
11846         * config/sh/sh.h: Correct comment about macros.
11847
11848 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11849                           Andrew MacLeod  <amacleod@cygnus.com>
11850
11851         * Makefile.in (lcm.o): Depend on insn-attr.h.
11852         * basic-block.h (optimize_mode_switching): Declare.
11853         * lcm.c (tm_p.h, insn-attr.h): #include.
11854         (seginfo, bb_info): New structs.
11855         (antic, transp, comp, delete, insert) : New file-scope static variables.
11856         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
11857         (reg_becomes_live, optimize_mode_switching): Likewise.
11858         * tm.texi: Add description of mode switching macros.
11859         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
11860
11861         * sh-protos.h (remove_dead_before_cse): Remove prototype.
11862         (fldi_ok, fpscr_set_from_mem): New prototypes.
11863         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
11864         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
11865         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
11866         (sh_flag_remove_dead_before_cse): Remove declaration.
11867         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
11868         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
11869         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
11870         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
11871         (barrier_align): Allow for JUMP_INSNS containing a parallel.
11872         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
11873         (fldi_ok): New function.
11874         (get_fpscr_rtx): Add fpscr_rtx as GC root.
11875         (emit_sf_insn): Only generate fpu switches when optimize < 1.
11876         (emit_df_insn): Likewise.
11877         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
11878         (sh_flag_remove_dead_before_cse): Delete.
11879         (get_free_reg, fpscr_set_from_mem): New functions.
11880         * sh.md (movdf, movsf): Remove no_new_pseudos code.
11881         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
11882
11883 2000-02-15  Loren Rittle  <ljrittle@acm.org>
11884
11885         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
11886
11887 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11888
11889         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
11890         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
11891
11892         * cccp.c: Include version.h and/or don't declare `version_string'.
11893         * collect2.c: Likewise.
11894         * alpha.c: Likewise.
11895         * arm/aof.h: Likewise.
11896         * arm/coff.h: Likewise.
11897         * arm/elf.h: Likewise.
11898         * arm/pe.h: Likewise.
11899         * arm/tcoff.h: Likewise.
11900         * arm/telf.h: Likewise.
11901         * arm/tpe.h: Likewise.
11902         * arm/vxarm.h: Likewise.
11903         * convex/convex.c: Likewise.
11904         * i386/dgux.c: Likewise.
11905         * i386/sun386.h: Likewise.
11906         * m88k/m88k.c: Likewise.
11907         * mcore/mcore-pe.h: Likewise.
11908         * mips/mips.h: Likewise.
11909         * romp/romp.h: Likewise.
11910         * sh/sh.c: Likewise.
11911         * cpphash.c: Likewise.
11912         * cppinit.c: Likewise.
11913         * dwarf2out.c: Likewise.
11914         * dwarfout.c: Likewise.
11915         * gcc.c: Likewise.
11916         * gcc.h: Likewise.
11917         * mips-tfile.c: Likewise.
11918         * protoize.c: Likewise.
11919         * toplev.c: Likewise.
11920         * tree.h: Likewise.
11921
11922         * version.c (version_string): Constify a char*.
11923
11924         * version.h: New file.
11925
11926 2000-02-14  Nick Clifton  <nickc@cygnus.com>
11927
11928         * configure.in: Add mcore-elf and mcore-pe targets.
11929         * configure: Regenerate.
11930
11931         * NEWS: Add note that MCore port has been contributed.
11932
11933         * invoke.texi: Document command line switches for MCore port.
11934         * install.texi: Add MCore to list of supported targets.
11935
11936 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
11937
11938         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
11939         then we will need to import the frame handling functions.
11940         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
11941         to import the frames themselves.
11942
11943 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
11944                           Jason Eckhardt  <jle@cygnus.com>
11945
11946         * basic_block.h: Added prototype for reorder_basic_blocks.
11947         * toplev.c: Changes to add -freorder-blocks and graph dump after
11948         block reordering is done.
11949         * flow.c (reorder_block_def): New structure for use during block
11950         reordering.
11951         (REORDER_BLOCK_*): New macros to access members of above structure.
11952         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
11953         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
11954         functions for block reordering.
11955
11956 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11957
11958         * gcc.texi (Passes): Fix typo.
11959         * md.texi (Standard Names): Ditto.
11960         * tm.texi (Storage Layout): Ditto.
11961
11962 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
11963
11964         * cpplib.c (do_define): Only free the old definition if it
11965         actually had one.
11966
11967 2000-02-13   Neil Booth  <NeilB@earthling.net>
11968
11969         * cppfiles.c (read_and_prescan): When emitting deferred
11970         newlines, test speccase[] again instead of checking each
11971         possible whitespace character in turn.  When we encounter \r,
11972         look behind for \n first, then ahead.
11973
11974 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
11975
11976         * cse.c (cse_altered): New internal flag.
11977         (cse_insn): Set it if we changed an insn.
11978         (cse_main): Clear cse_altered before each basic block.
11979         Only garbage collect if cse_altered is true afterward.
11980
11981 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11982
11983         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
11984
11985 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
11986
11987         * combine.c (simplify_comparison): Fix typo.
11988
11989 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
11990
11991         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
11992         consistently.
11993
11994 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11995
11996         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
11997         previously inserted node instead of root node.  Caller changed.
11998
11999 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12000
12001         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
12002
12003 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12004
12005         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
12006         __dereg_frame_dtor): Add prototype argument.
12007
12008         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
12009
12010         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
12011
12012         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
12013
12014         * gthr-vxworks.h (__gthread_once): Likewise.
12015
12016         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
12017
12018 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
12019
12020         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
12021         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
12022         stack pointer in functions w/o saved registers, output LEAVE more often
12023         on TARGET_USE_LEAVE machines.
12024
12025 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
12026
12027         * config/arm/arm.c (arm_init_cumulative_args); New function:
12028         Initlaise the CUMULATIE_ARGS strcuture for a function
12029         defintion.
12030         (arm_function_arg): New function: Determine where to place a
12031         function's argument.  Also handles deciding the function's
12032         call cookie.
12033         (current_file_function_operand): New function: Return true if
12034         the symbol is a function which has already been compiled.
12035         (arm_is_long_call_p): New function: Return true if the
12036         indicated function should be called via a long call.
12037         (arm_valid_type_attribute_p): New function: Return true if the
12038         attribute is a valid, arm specific, attribute.
12039         (arm_comp_type_attribute): New function: Return true if the
12040         two types have compatable, arm specific, attributes.
12041
12042         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
12043         structure.
12044         (FUNCTION_ARG): Redefine to call arm_function_arg.
12045         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
12046         structure field.
12047         (INIT_CUMULATIVE_ARGS): Redefine to call
12048         arm_init_cumulative_args.
12049         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
12050         field.
12051         (SETUP_INCOMING_VARARGS): Redefine to use correct structure
12052         field.
12053         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
12054         functions.
12055         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
12056         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
12057         (COMP_TYPE_ATTRIBUTES): Define.
12058
12059         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
12060         if a long call is needed.
12061         (call_value): Call arm_is_long_call_p to decide if a long call
12062         is needed.
12063         (call_symbol): Call arm_is_long_call_p to decide if a long call
12064         is needed.
12065
12066         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
12067
12068 2000-02-11  Denis Chertykov  <denisc@overta.ru>
12069
12070         * README.AVR: New file with information about the avr ports.
12071         * config/avr: New directory with avr port files.
12072
12073 2000-02-11  Andreas Jaeger  <aj@suse.de>
12074
12075         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
12076
12077 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
12078
12079         * cpphash.c: Fix formatting, update commentary.
12080         (dump_definition): Take three separate arguments instead of a
12081         MACRODEF structure argument.
12082         * cpphash.h: Update prototype of dump_definition.
12083         * cppinit.c (cpp_finish): Update call of dump_definition.
12084
12085         * cpplib.c (do_define): Always create new hash entry with
12086         T_MACRO type.  Remove redundant check for redefinition of
12087         poisoned identifier.  Update call of dump_definition.
12088         (do_undef): Don't call check_macro_name.  Rename sym_length to
12089         len.
12090         (do_error, do_warning): Don't use copy_rest_of_line or
12091         SKIP_WHITE_SPACE.
12092         (do_warning): Don't use pedwarn for the actual warning,
12093         only the notice about its not being in the standard.  (Fixes
12094         bug with #warning in system headers.)
12095         (do_ident): Stricter argument checking - accept only a single
12096         string after #ident.  Also, macro-expand the line.
12097         (do_xifdef): Use cpp_defined.  De-obfuscate.
12098
12099         (do_pragma): Split out specific pragma handling to separate
12100         functions.  Use get_directive_token.  Update commentary.  Do
12101         not pass on #pragma once or #pragma poison to the front end.
12102         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
12103         do_pragma_default): New.
12104
12105 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
12106
12107         * jump.c (jump_optimize_1): The first operand in a relational
12108         can be a CONST_INT.
12109         * optabs.c (emit_conditional_move): Handle relationals which
12110         have a known true/false result.
12111
12112 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
12113
12114         * function.c (thread_prologue_and_epilogue_insns): Don't insert
12115         a RETURN insn into a block which already ends with a jump.
12116
12117 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
12118
12119         * haifa-sched.c (BUF_LEN): Increase a lot.
12120
12121 2000-02-11  Nick Clifton  <nickc@cygnus.com>
12122
12123         * configure.in: Add tm_p_file specification for thumb targets.
12124         * configure: Regenerate.
12125
12126         * config/arm/thumb-protos.h: New file: Prototypes for exported
12127         functions defined in thumb.c.
12128
12129 2000-02-11  Robert Lipe  <robertl@sco.com>
12130
12131         * Makefile.in (bootstrap-lean): Remove additional files.
12132         (bootstrap2-lean): Likewise.
12133         (VOL_FILES): List of files for above.
12134
12135 2000-02-11  Nathan Sidwell  <nathan@acm.org>
12136
12137         * cpphash.c (special_symbol): Remove spurious argument to
12138         cpp_lookup.
12139
12140 2000-02-11  Joel Sherrill (joel@OARcorp.com>
12141
12142         * configure.in: (i*86-*-rtems*): Swapped elf and coff
12143         stanzas.
12144         * configure: Rebuilt.
12145
12146 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
12147
12148         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
12149
12150 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
12151
12152         * pa.c, pa.h: Remove trigraph sequences within comments.
12153
12154 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
12155
12156         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
12157
12158 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
12159
12160         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
12161
12162 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12163
12164         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
12165
12166 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12167
12168         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
12169         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
12170         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
12171         (ASM_FILE_END): Use c4x_file_end.
12172         * config/c4x/c4x.c (c4x_global_label): New function.
12173         (c4x_external_ref, c4x_file_end): Likewise.
12174
12175         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
12176         (c4x_external_ref, c4x_end_file): Likewise.
12177
12178 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
12179
12180         * cppexp.c: Don't include cpphash.h.
12181         (parse_charconst, cpp_lex): Use cpp_defined.
12182         (cpp_lex): Use get_directive_token throughout.  Remove
12183         unnecessary cases from switch.  Move assertion-handling code
12184         down to OTHER case.
12185         (cpp_parse_expr): If we see '+' or '-', check the context to
12186         determine if they are unary or binary operators.  Streamline
12187         the jumps a bit.  Do not call skip_rest_of_line.
12188
12189         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
12190         static.  Export get_directive_token.  Update commentary.
12191         (cpp_defined): New function.
12192         (do_define): Remove reference to T_PCSTRING.  Call
12193         free_definition to release memory for old definition, when
12194         redefining a macro.
12195         (eval_if_expression): Set only_seen_white to 0 before calling
12196         cpp_parse_expr.  Call skip_rest_of_line after it returns.
12197         (cpp_read_check_assertion): Don't preserve a pointer into the
12198         token buffer across a call to cpp_get_token.
12199
12200         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
12201         * cppfiles.c (redundant_include_p): Use cpp_defined.
12202         * cpphash.c (free_definition): New function.
12203         (delete_macro): Use it.  Update commentary.
12204         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
12205         free_definition.
12206         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
12207         from enum node_type.  Prototype cpp_defined and get_directive_token.
12208         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
12209
12210         * fix-header.c (check_macro_names): Use cpp_defined.
12211         (read_scan_file): Set inhibit_warnings and inhibit_errors in
12212         the options structure.
12213
12214 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12215
12216         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
12217
12218 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
12219
12220         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
12221         rather than die->die_tag.
12222
12223 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12224
12225         * combine.c (make_extraction, force_to_mode): Avoid warning on
12226         mixed-signedness conditionals.
12227         (make_field_assignment, nonzero_bits): Likewise.
12228         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
12229         (store_split_bit_field, extract_split_bit_field): Likewise.
12230         (extract_fixed_bit_field, store_bit_field,
12231         * expr.c: Change alignment to be unsigned everywhere.
12232         (move_by_pieces, store_constructor_field, store_constructor):
12233         Alignment parm is unsigned.
12234         (emit_block_move, emit_group_load, emit_group_store): Likewise.
12235         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
12236         (do_compare_rtx_and_jump): Likewise.
12237         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
12238         Compare align with GET_MODE_ALIGNMENT.
12239         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
12240         (get_inner_reference): Likewise.
12241         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
12242         (expand_assignment): Local vars for alignment now unsigned.
12243         (store_constructor, store_field, expand_expr, do_jump): Likewise.
12244         (do_compare_and_jump): Likewise.
12245         (store_field): Call new function expr_align.
12246         * expr.h (emit_block_move, emit_group_load, emit_group_store):
12247         Alignment arg now unsigned.
12248         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
12249         (do_compare_rtx_and_jump, store_bit_field): Likewise.
12250         (extract_bit_field): Likewise.
12251         * fold-const.c (add_double): Add cast to eliminate signedness warning.
12252         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
12253         (get_best_mode): Alignment arg is unsigned.
12254         * rtl.h (move_by_pieces): Likewise.
12255         * store-layout.c (maximum_field_alignment, set_alignment):
12256         Now unsigned.
12257         (layout_decl): Alignment arg is now unsigned.
12258         Remove unneeded casts.
12259         (layout_record, layout_union, layout_type): Remove unneeded casts.
12260         Local alignment variables now unsigned.
12261         (get_best_mode): Alignment arg now unsigned.
12262         * tree.c (expr_align): New function.
12263         * tree.h (expr_align): Likewise.
12264         (maximum_field_alignment, set_alignment): Now unsigned.
12265         (get_inner_reference): Alignment argument is now pointer to unsigned.
12266         * varasm.c (assemble_variable): Add cast to eliminate warning.
12267
12268 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
12269
12270         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
12271         then store directly into op0.
12272
12273         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
12274         the CALL_INSN, and emit the note immediately after it.
12275
12276 2000-02-10  Nick Clifton  <nickc@cygnus.com>
12277
12278         * config/arm/thumb.md (epilogue): Include a (return) in the
12279         generated insn, and emit it using emit_jump_insn not
12280         emit_insn.
12281
12282 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
12283
12284         * function.c (assign_temp): Change zero-sized arrays to size 1.
12285         * integrate.c (expand_inline_function): Do not update
12286         stack_alignment_needed
12287         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
12288         add some sanity checking, remove optimization for function with
12289         zero frame size.
12290
12291 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12292
12293         * flow.c (mark_regs_live_at_end): Delete unused variables.
12294
12295         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
12296
12297         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
12298         in macro FRAME_GROWS_DOWNWARD.
12299
12300         * stmt.c (expand_end_bindings): Delete unused variable.
12301
12302         * unroll.c (iteration_info): Mark parameter `loop' with
12303         ATTRIBUTE_UNUSED.
12304
12305 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12306
12307         * fixinc/server.c (load_data): Return NULL if the marker line is
12308         not found.
12309         (run_shell): If load_data returns NULL, retry the command once, in
12310         a new shell.
12311
12312         * configure: Rebuilt.
12313
12314 2000-02-09  Bruce Korb  <bkorb@gnu.org>
12315
12316         * gcc/fixincludes:  ** DELETED **
12317         * gcc/fixcpp:  ** DELETED **
12318         * gcc/fixinc-nt.sed:  ** DELETED **
12319         * gcc/just-fixinc:  ** DELETED **
12320         * gcc/Makefile.in:  Removed out-dated commentary
12321         * gcc/configure.in: Removed fast-fixincludes disablement.
12322         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
12323
12324 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
12325         * function.c (thread_prologue_and_epilogue_insns): Uncomment
12326         last change.
12327
12328 2000-02-09  Richard Henderson  <rth@cygnus.com>
12329
12330         * jump.c (delete_insn): Don't delete user labels at -O0.
12331
12332 2000-02-09  Robert Lipe  <robertl@sco.com>
12333
12334         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
12335         Don't link with HOST_LIBS.
12336
12337 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
12338
12339         * configure.in: Correct --help text for --with-dwarf2.
12340         Put tm-dwarf2.h after other tm files, if it's requested.
12341         * configure: Regenerate.
12342         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
12343         defining it.
12344
12345 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
12346
12347         * cpplib.h: Provide HASHNODE typedef and forward decl of
12348         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
12349         DEFINITION, struct hashnode, struct macrodef, struct
12350         definition, scan_decls prototype, default defn of
12351         INCLUDE_LEN_FUDGE moved elsewhere.
12352
12353         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
12354         definition, and struct hashnode moved here. Remove the unused
12355         'predefined' field from struct definition.  Replace the 'args'
12356         union with its sole member.  All users updated (cpphash.c).
12357         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
12358         multiple include guard.
12359
12360         * cpphash.c (hashf): Make static; use better algorithm; drop
12361         HASHSIZE parameter; return an unsigned int.
12362         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
12363         used. Calculate HASHSIZE modulus here.
12364         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
12365         here.
12366         (create_definition): Drop PREDEFINITION parameter.
12367         * cpplib.c (do_define): Don't calculate a hash value here.
12368         Don't pass (keyword == NULL) to create_definition.
12369
12370         * scan.h: Prototype scan_decls here.
12371         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
12372         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
12373         callers of cpp_lookup and cpp_install updated.
12374
12375         * cpphash.c (macarg): Hoist all the flag diddling out of the
12376         function...
12377         (macroexpand): ... and out of the loop that calls macarg.
12378         Skip over the initial paren before macro arguments with
12379         cpp_get_non_space_token; point may be some distance before
12380         that paren.  Abort if it's not there.
12381
12382         * cpplib.c (parse_clear_mark): Delete function.
12383         (parse_set_mark, parse_goto_mark): Make static.
12384         (ACTIVE_MARK_P): New macro.
12385         (skip_block_comment, skip_line_comment): Do not bump the line
12386         if ACTIVE_MARK_P is true.
12387         (cpp_pop_buffer): The buffer to be popped may not have an
12388         active mark.
12389         (cpp_get_token): When looking for the initial paren before
12390         macro arguments, only set a mark in a file buffer, Always
12391         return to that mark before proceeding to call macroexpand or
12392         return a NAME token.
12393
12394         * cpplib.h: Remove prototypes of parse_set_mark,
12395         parse_clear_mark, parse_goto_mark.
12396         (struct cpp_options): Rename 'put_out_comments' to
12397         'discard_comments' and invert its sense.
12398         * cppinit.c, cpphash.c, cpplib.c: All users of
12399         put_out_comments changed to use discard_comments, with
12400         opposite sense.
12401
12402 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
12403
12404         * function.c (thread_prologue_and_epilogue_insns): Don't delete
12405         the edge from a block that both jumps and falls through to the
12406         fallthru block.
12407
12408 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
12409
12410         * config/arm/arm.md (movsi): In PIC mode, make sure that a
12411         constant source address is legitimate.
12412
12413 2000-02-09  Philip Blundell  <pb@futuretv.com>
12414
12415         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
12416         correctly.
12417
12418         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
12419         generating PIC.
12420         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
12421
12422 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
12423
12424         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
12425         ends with a newline and a NUL.  Don't be so clever manipulating
12426         strings.
12427
12428 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
12429
12430         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
12431         not to BIGGEST_ALIGNMENT.
12432
12433 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
12434
12435         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
12436         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
12437         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
12438         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
12439         * frame.c (execute_cfa_insn): Handle
12440         DW_CFA_GNU_negative_offset_extended.
12441
12442 2000-02-08  Richard Henderson  <rth@cygnus.com>
12443
12444         * flow.c (tidy_fallthru_edges): Split out from ...
12445         (delete_unreachable_blocks): ... here.
12446         (find_basic_blocks): Use it.
12447
12448 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12449
12450         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
12451
12452 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
12453
12454         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
12455         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
12456         (fix-header.o): Don't depend on cpphash.h.
12457
12458         * scan.c (hashstr): New function.
12459         * scan.h: Prototype it.
12460         * fix-header.c: Don't include cpphash.h.  Use hashstr.
12461         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
12462         hashstr.  Report hash table statistics.  Add private
12463         definition of xrealloc.
12464
12465 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12466
12467         * i386.h (TARGET_SWITCHES): Fix typo in option name.
12468
12469 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
12470
12471         * function.c (thread_prologue_and_epilogue_insns): Don't replace
12472         jumps with returns unless they are jumps to the fallthru block.
12473
12474 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
12475
12476         * i386.md (addqi3_cc): Fix contraints.
12477
12478 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12479
12480         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
12481
12482 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
12483
12484         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
12485         carriage return after a macro name.
12486
12487 2000-02-07  Fred Fish  <fnf@be.com>
12488
12489         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
12490         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
12491
12492 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
12493
12494         * cppfiles.c (deps_output): Count spacers in deps_column.
12495
12496 2000-02-07  Neil Booth  <NeilB@earthling.net>
12497
12498         * cppinit.c (initialize_dependency_output): If there is no
12499         suffix, don't try to look for known suffixes.  Use strrchr.
12500         (cpp_start_read): Remove duplicate initialization.
12501
12502 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
12503
12504         * calls.c (compute_argument_block_size): New argument
12505         preferred_stack_boundary.
12506         (expand_call): update cfun->preferred_stack_boundary, update call of
12507         compute_argument_block_size
12508         (emit_library_call): Increate cfun->preferred_stack_boundary
12509         to PREFERRED_STACK_BOUNDARY
12510         (emit_library_call_value): Likewise.
12511         * explow.c (allocate_dynamic_stack_spave): Likewise.
12512         * function.c (prepare_function_start): Set
12513         cfun->preferred_stack_boundary
12514         * function.h (struct function): Add preferred_stack_boundary field.
12515         * integrate.c (expand_inline_function): Update
12516         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
12517         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
12518         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
12519
12520 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
12521
12522         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
12523         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
12524         cpp_pedwarn, cpp_pedwarn_with_line,
12525         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
12526         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
12527         v_cpp_error_with_line, v_cpp_warning_with_line,
12528         cpp_message_from_errno, cpp_perror_with_name): Delete.
12529
12530         * cpperror.c (cpp_print_containing_files): Take starting
12531         buffer as argument.
12532         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
12533         (v_cpp_message): Now called directly by all entry points.
12534         Remove -1 case.
12535         (cpp_pfatal_with_name, cpp_message): Delete.
12536         (cpp_notice_from_errno, cpp_ice): New functions.
12537         (cpp_notice): Is now for reporting error conditions, just
12538         without an associated file.
12539         (cpp_error, cpp_error_with_line): Don't do anything if
12540         opts->inhibit_errors is on.
12541         (cpp_pedwarn_with_file_and_line): Take column argument also.
12542
12543         * cpplib.h: Update prototypes of exported functions.
12544         (struct cpp_options): Add inhibit_errors.
12545
12546         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
12547         non-error messages.  Include intl.h.
12548
12549         * cppinit.c, cppmain.c: Likewise.  Also, use
12550         cpp_notice_from_errno instead of cpp_perror_with_name or
12551         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
12552
12553         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
12554         report internal errors.
12555
12556         * cpplib.c (do_define): Switch bcopy to memcpy.
12557         Give cpp_pedwarn_with_file_and_line a dummy column argument.
12558
12559         * cpplib.c (copy_rest_of_line): Revert previous change: don't
12560         bail out early if we hit a line comment.
12561
12562 2000-02-06  Richard Henderson  <rth@cygnus.com>
12563
12564         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
12565         * basic-block.h: Declare them.
12566         * emit-rtl.h (active_insn_p): New.
12567         (next_active_insn, prev_active_insn): Use it.
12568         * rtl.h: Declare it.
12569         * function.c (emit_return_into_block): New.
12570         (thread_prologue_and_epilogue_insns): Insert return insns instead
12571         of epilogues when possible.
12572         * jump.c (jump_optimize_1): Remove code to insert a return insn
12573         on the fallthru to the exit block.
12574
12575         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
12576         and for non-empty stack frames.
12577         * i386.md (return): Expand to return-pop as needed.
12578
12579 2000-02-06  Richard Henderson  <rth@cygnus.com>
12580
12581         * simplify-rtx.c (simplify_relational_operation): Canonicalize
12582         constant to op1 for testing.
12583
12584 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12585
12586         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
12587         (fixuns_truncqfqi2): Use it.
12588
12589 2000-02-06  Richard Henderson  <rth@cygnus.com>
12590
12591         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
12592         as a TYPE_LEA insn.
12593
12594         * i386.md (widening and peepholes): Mask the constant instead of
12595         using gen_lowpart.
12596
12597 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
12598
12599         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
12600         input pointer before possibly branching off to the backslash
12601         code.
12602         * cpphash.c (macroexpand): Correctly delete \r escapes when
12603         stringifying parameters.
12604         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
12605         if we can; bail out early if we hit a line comment.
12606         (handle_directive): Treat '# 123' in an .S file just like
12607         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
12608         Return 1 for '# not_a_directive'.
12609         (get_directive_token): Pop macro buffers here, so that
12610         cpp_get_token can't sneakily move past a newline.
12611         Add sanity checks.
12612         (cpp_get_token): goto randomchar if handle_directive returns 0.
12613
12614         * cppalloc.c: Update copyright.
12615         * cpplib.c: Merge all the static function prototypes into one
12616         block.
12617         * cpplib.h: Remove #if 0 block.
12618
12619         * cpperror.c: Remove #ifdef EMACS block.
12620         * cppmain.c: Likewise.
12621         * cpphash.c: Remove #if 0 blocks.
12622         * cppinit.c: Remove #if 0 blocks, and the -lint option.
12623         * cpplib.c: Remove #if 0 blocks and code referencing
12624         pcp_inside_if or for_lint.  Remove duplicate error message.
12625         Fix error messages for #else after #else or #elif.  Reformat.
12626         Remove archaic TODO list.
12627         * cpplib.h: Remove pcp_inside_if and for_lint flags.
12628
12629 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
12630
12631         * i386/osf1elf.h: Add missing backslash to multiline string.
12632
12633 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12634
12635         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
12636
12637 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12638
12639         * Makefile.in (c-common.o): Depend on $(EXPR_H).
12640
12641         * c-common.c: Include expr.h.
12642
12643         * c-pragma.c (mark_align_stack): Add prototype.
12644
12645         * caller-save.c (add_stored_regs): Likewise.
12646
12647         * combine.c (record_promoted_value): Likewise.
12648
12649         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
12650         Likewise.
12651
12652         * cppinit.c (new_pending_define): Likewise.
12653
12654         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
12655
12656         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
12657         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
12658         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
12659         class_scope_p): Likewise.
12660
12661         * dwarf2out.h (dwarf2out_set_demangle_name_func,
12662         dwarf2out_add_library_unit_info): Likewise.
12663
12664         * ggc.h (ggc_page_print_statistics): Likewise.
12665
12666         * haifa-sched.c (propagate_deps): Likewise.
12667
12668         * reg-stack.c (next_flags_user, record_label_references): Likewise.
12669
12670         * rtl.h (set_stack_check_libfunc): Likewise.
12671
12672         * toplev.h (set_fatal_function): Likewise.
12673
12674         * toplev.c (set_fatal_function): Delete prototype.
12675
12676         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
12677
12678 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
12679
12680         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
12681         (FUNC_END): Likewise.
12682
12683 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12684
12685         * caller-save.c: Include tm_p.h.
12686
12687 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12688
12689         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
12690
12691 2000-02-04  Neil Booth  <NeilB@earthling.net>
12692
12693         * cccp.c (main): Check 'dir' for a NULL pointer before passing
12694         it to strcmp.
12695
12696 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
12697
12698         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
12699         * genflags.c: Use the max_operand_1 logic from genemit.c to
12700         calculate how many arguments gen_insn prototypes have.  Remove
12701         NO_MD_PROTOTYPES ifdefs from the generated file.
12702         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
12703         file.  Cast gen_insn initializers to insn_gen_fn.
12704         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
12705         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
12706
12707 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12708
12709         * fixinc/Makefile.in (HDR): Add machname.h.
12710         (clean): Likewise.
12711
12712 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12713
12714         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
12715         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
12716         (c4x_cpu_version): Ditto.
12717         * config/c4x/c4x-protos.h: ... here.
12718
12719 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
12720
12721         * dwarf2out.c (add_abstract_origin_attribute): Don't call
12722         gen_abstract_function on our context if we're a nested function.
12723
12724 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12725
12726         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
12727         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
12728
12729 2000-02-04  Bruce Korb  <bkorb@gnu.org>
12730
12731         * fixinc/genfixes(machname.h):
12732         Move the functionality from gen-machine.h into this file.
12733         UNdef MN_NAME_PAT if there are no names to change.
12734         Also, be a little kinder when AutoGen is not present.
12735
12736         * fixinc/Makefile.in(machname.h):
12737         Change the generation rule to use genfixes.
12738
12739         * fixinc/fixfixes.c(machine_name):
12740         machine_name_fix's functionality now dependent upon whether
12741         MN_NAME_PAT is defined.
12742
12743         * fixinc/fixtests.c(machine_name):
12744         ditto.
12745
12746         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
12747         of MN_NAME_PAT.
12748
12749         * fixinc/fixlib.h(mn_get_regexps):
12750         ditto
12751
12752         * fixinc/gen-machine.h: DELETED
12753
12754 2000-02-04  Jan Hubicka  <jh@suse.cz>
12755             Richard Henderson  <rth@cygnus.com>
12756
12757         * i386.c (SAVE_REGS_FIRST): Remove.
12758         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
12759         (ix86_compute_frame_size): Likewise.
12760         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
12761         (ix86_emit_restore_regs): Remove.
12762         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
12763         when a frame pointer is in use.
12764         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
12765         instead of pop to restore a register when profitable; emit leave
12766         when profitable.
12767         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
12768         as a TYPE_LEA insn.
12769         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
12770         * i386.md (prologue_allocate_stack): Remove.
12771         (epilogue_deallocate_stack): Remove.
12772         (pro_epilogue_adjust_stack): New.
12773
12774 2000-02-04  Richard Henderson  <rth@cygnus.com>
12775
12776         * function.c (diddle_return_value): Rework to use a callback function.
12777         Use current_function_return_rtx if it's been set up.
12778         (do_clobber_return_reg, clobber_return_register): New.
12779         (do_use_return_reg, use_return_register): New.
12780         (expand_function_end): Use them.
12781         * stmt.c (expand_null_return): Likewise.
12782         * function.h: Declare them.
12783         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
12784         (mark_reg): Change arguments as appropriate for callback.
12785         * integrate.c (expand_inline_function): Revert 19 Jan change.
12786
12787 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12788
12789         * tm.texi (Values in Registers): Fix typo: "fo" "for".
12790         (Misc): Say the scheduler, not the Haifa scheduler.
12791
12792 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
12793
12794         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
12795         when in_mem is set.  Update all callers.
12796
12797 2000-02-04  Richard Henderson  <rth@cygnus.com>
12798
12799         * i386/openbsd.h (INT_ASM_OP): Define.
12800
12801 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12802
12803         * tm.texi: Fix various typos.
12804
12805 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
12806
12807         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
12808         (MD_STARTFILE_PREFIX_1): New macro.
12809
12810 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
12811
12812         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
12813         destination when needed.
12814         (strmovsi, strsetsi): New expander.
12815         (strmovsi_1, strsetsi_1): New pattern.
12816         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
12817         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
12818         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
12819         * invoke.texi (align-stringops, inline-all-stringops): Document.
12820
12821 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
12822
12823         * i386/netbsd.h (INT_ASM_OP): Define.
12824
12825 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
12826
12827         * cpplib.h (cpp_reader): Add new flag, no_directives.
12828         * cpphash.c (macarg): Set it.
12829         * cpplib.c (handle_directive): If no_directives is on and we
12830         find a directive, issue an error and discard the line.
12831
12832 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
12833
12834         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
12835         FP constants.  Add ! TARGET_FPU check for FP constants.
12836
12837 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
12838
12839         * flow.c (find_basic_blocks): Don't kill label_value_list
12840         here.
12841         (cleanup_cfg): Kill it here.
12842
12843 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12844
12845         * expr.c (store_field): Ensure ALIGN is no stricter than the
12846         alignment of EXP.
12847
12848 2000-02-02  Richard Henderson  <rth@cygnus.com>
12849
12850         * jump.c (delete_insn): Partially revert 19 Jan change;
12851         don't convert unused code labels to notes at -O0.
12852
12853 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12854
12855         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
12856         split_all_insns to recreate REG_LABEL notes for flow2 pass.
12857
12858 2000-02-01  Richard Henderson  <rth@cygnus.com>
12859
12860         * i386.c (general_no_elim_operand): New.
12861         (nonmemory_no_elim_operand): New.
12862         (ix86_expand_move): Copy eliminable operands before a push.
12863         * i386-protos.h: Declare new functions.
12864         * i386.h (CAN_ELIMINATE): Simplify.
12865         (PREDICATE_CODES): Update.
12866         * i386.md (push insns): Don't allow eliminable register operands.
12867
12868 2000-02-01  Richard Henderson  <rth@cygnus.com>
12869
12870         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
12871         replace BLKmode with DECL_RTL's mode.
12872
12873 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
12874
12875         * frame.c (find_fde): Convert for loop to do-while so compiler
12876         sees it's always executed at least once.
12877         * libgcc2.c (BBINBUFSIZE): Kill.
12878         (__bb_init_prg): Use fgets.
12879         (__bb_exit_trace_func): Don't paste strings.
12880         * unroll.c (unroll_loop): Initialize unroll_type, not
12881         unroll_number, and tweak logic to match.
12882
12883         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
12884         all failure paths.
12885         (ix86_flags_dependant): Likewise.  Disentangle control flow.
12886         (ix86_sched_reorder): Break guts out to
12887         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
12888         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
12889         any possible use.
12890
12891         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
12892         use string concatenation.  Don't save and restore esi.
12893
12894         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
12895         (machname.h): Remove script to separate file.  Use two-step
12896         sequence so target is not created if script fails.
12897         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
12898         identifiers are defined.
12899         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
12900         an empty string, machine_name doesn't need to do anything at
12901         all.
12902         (is_cxx_header): Add more cases to regexp.
12903         * fixinc/fixlib.h: Update prototype.
12904         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
12905         mn_get_regexps.
12906         * fixinc/fixincl.c: Define NO_BOGOSITY.
12907
12908         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
12909         (hp_sysfile): Add missing comma.
12910         (math_exception): Put the wrapper ifdefs at the beginning and
12911         the end of the file.
12912         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
12913
12914 2000-02-01  Richard Henderson  <rth@cygnus.com>
12915
12916         * sparc.c (fp_zero_operand): Turn into a normal predicate.
12917         Use CONST0_RTX.  Update all callers.
12918         * sparc.h, sparc-protos.h: Update accordingly.
12919         * sparc.md (fp mov insns): Use fp_zero_operand directly
12920         where applicable.
12921
12922 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12923
12924         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
12925         example.
12926
12927 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12928
12929         * Makefile.in (specs.ready): New target.
12930         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
12931
12932 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12933
12934         * fixinc.irix: Use unique filenames for writing into /tmp,
12935         * fixinc.ptx: Likewise.
12936         * fixinc.sco: Likewise.
12937         * fixinc.svr4: Likewise.
12938         * fixinc.winnt: Likewise.
12939
12940 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12941
12942         * tsystem.h: New file.
12943
12944         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
12945         s-crtS): Depend on tsystem.h.
12946
12947         * crtstuff.c: Include tsystem.h.
12948         * frame.c: Likewise.
12949         * libgcc2.c: Likewise.
12950
12951 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
12952
12953         * builtins.c (expand_builtin_memset): Expand for variable sized
12954         lengths too.
12955
12956 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au>
12957
12958         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
12959         on ABI.
12960
12961 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12962
12963         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
12964
12965         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
12966
12967 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
12968
12969         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
12970         case 3->2 combining (combining with splitting) in which 2 is CC0
12971         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
12972         checked at the begining of the function with the aid of calling
12973         function 'can_combine_p'.
12974
12975 2000-01-31  Dave Brolley  <brolley@redhat.com>
12976
12977         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
12978
12979 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
12980
12981         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
12982         new label.
12983
12984 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12985
12986         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
12987
12988         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
12989         PROTO -> PARAMS.
12990
12991 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
12992
12993         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
12994         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
12995         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
12996         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
12997         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
12998         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
12999         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
13000         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
13001         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
13002         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
13003
13004         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
13005         Add %(cpp_cpu) to CPP_SPEC.
13006
13007         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
13008         Add %(cc1_cpu) to CC1_SPEC.
13009
13010 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
13011
13012         * c-decl.c (c_decode_option): Accept optional numeric argument to
13013         -Wformat and set warn_format.
13014         * c-common.c: Don't emit warning about non-constant printf format
13015         string unless warn_format > 1.
13016
13017 2000-01-30  Richard Henderson  <rth@cygnus.com>
13018
13019         * alpha.md (return_internal): Allow after reload only.
13020
13021 2000-01-30  Richard Henderson  <rth@cygnus.com>
13022
13023         * i386.c (ix86_compute_frame_size): Omit padding1 if the
13024         local frame size is zero.
13025
13026 2000-01-30  Richard Henderson  <rth@cygnus.com>
13027
13028         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
13029         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
13030         * alpha.md (return): Turn into an expander.
13031         (return_internal): Don't use $26.
13032         (epilogue): Emit the return insn.
13033
13034 2000-01-30  Richard Henderson  <rth@cygnus.com>
13035
13036         * alpha.md (negtf2, abstf2): Fix word order thinko.
13037         (extendsftf2): New.
13038         (trunctfsf2): Avoid intermediate rounding errors.
13039
13040 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
13041
13042         * cppfiles.c (find_position): Drop 'colp' argument, return the
13043         new line base.
13044         (read_and_prescan): Adjust to match.  Don't ever manipulate
13045         line or line_base except via find_position.
13046
13047 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
13048
13049         * c-parse.in: Apply Ulrich's changes from c-parse.y.
13050         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
13051         Regenerate.
13052
13053 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
13054
13055         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
13056         just print "<command line>".  If 'filename' is null or an
13057         empty string, print "<stdin>" for the filename.
13058         * cpplib.c (do_define): Don't print the 'location of the
13059         previous definition' message if we're still parsing the
13060         command line.
13061         (cpp_pedwarn_with_file_and_line): Always call
13062         cpp_file_line_for_message.
13063
13064 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
13065
13066         * flow.c (mark_regs_live_at_end): Fix typo.
13067
13068 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
13069
13070         * c-common.c: Adjust variable names, comments, help strings to c99.
13071         * c-lex.c: Likewise.
13072         * c-parse.y: Likewise.
13073         * c-tree.h: Likewise.
13074         * cccp.c: Likewise.
13075         * cpplib.h: Likewise.
13076         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
13077         * cppinit.c: Likewise.
13078
13079 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13080
13081         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
13082         * c4x.c: Define the optab rtx values.
13083         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
13084         (c4x_emit_libcall): Use new optab rtx values.
13085         (c4x_emit_libcall3): Likewise.
13086         (c4x_emit_libcall_mulhi): Likewise.
13087         * c4x-protos.h: Add prototypes for optab rtx values and change
13088         prototypes for above c4x_emit_libcall functions.
13089
13090 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13091
13092         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
13093         syntax is used.
13094         (c4x_function_prologue): Use regnames intead of float_reg_names when
13095         TI syntax is used.
13096         (c4x_function_epilogue): Likewise.
13097         (c4x_print_operand): Likewise.
13098         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
13099         * c4x.md (set_high): Disable for TARGET_TI.
13100
13101 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13102
13103         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
13104         of framepointer + constant to ADDR_REGS class.
13105         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
13106         * c4x.c (std_or_reg_operand): New function.
13107         * c4x-protos.h (std_or_reg_operand): Prototype it.
13108
13109 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13110
13111         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
13112                 object names as libgcc2.c.
13113         * libgcc.S: Use newly defined names.
13114
13115 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
13116         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
13117         function.
13118         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
13119         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
13120         (FLOW_LOOP_LAST_BLOCK): Likewise.
13121
13122 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13123
13124         * basic-block.h (struct loop): New fields 'first' and 'last'.
13125         * flow.c (flow_loops_find): Compute loop->first and loop->last.
13126         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
13127         and loop->last to check for NOTE_INSN_LOOP_END.
13128
13129 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
13130
13131         * predict.c (estimate_probability): Use the new FIRST and LAST fields
13132         of the loop descriptor rather than HEADER and LATCH. Also added
13133         missing break statements as well making some coding style modifications
13134         as suggested by Michael Hayes.
13135
13136 2000-01-28  Richard Henderson  <rth@cygnus.com>
13137
13138         * flow.c (find_basic_blocks): Remove do_cleanup argument.
13139         Break out that code ...
13140         (cleanup_cfg): ... here.
13141         (commit_one_edge_insertion): Detect a return instruction being
13142         emitted to an edge.  Emit a barrier following; clear fallthru.
13143         (commit_edge_insertions): Verify CFG consistency.
13144         * function.c (expand_function_start): Kill unused variable.
13145         (expand_function_end): Likewise.
13146         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
13147         to insert the epilogue.
13148
13149         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
13150         (delete_null_pointer_checks): Likewise.
13151         * output.h: Likewise.
13152         * reg-stack.c (reg_to_stack): Likewise.
13153         * toplev.c (rest_of_compilation): Likewise.  Run
13154         thread_prologue_and_epilogue_insns after rebuilding the CFG.
13155
13156 2000-01-28  Richard Henderson  <rth@cygnus.com>
13157
13158         * Makefile.in (flow.o): Revert 24 Jan change.
13159         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
13160         FUNCTION_VALUE result to DECL_RESULT's mode.
13161
13162         * haifa-sched.c (schedule_insns): Don't recompute reg info
13163         after reload.
13164
13165 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
13166
13167         * configure.in: Make --enable-cpplib the default.
13168         * configure: Regenerate.
13169         * gcc.dg/990119-1.c: No longer expected to fail.
13170
13171 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
13172
13173         * jump.c (jump_optimize_1): Delete an optimization that is also done
13174         by merge_blocks in flow.
13175
13176 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13177
13178         * diagnostic.c (build_message_string, output_printf,
13179         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
13180         (build_location_prefix): Fix non-literal format string.
13181
13182 2000-01-27  Richard Henderson  <rth@cygnus.com>
13183
13184         * alpha.md (trunctfsf2): New.
13185
13186 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
13187
13188         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
13189
13190 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
13191
13192         * cppinit.c (cpp_handle_option): Recognize C++ comments under
13193         -std=gnu89.
13194         * cpplib.c (skip_block_comment, skip_line_comment): Split code
13195         out of...
13196         (skip_comment) ... here.  Permit C++ comments in system
13197         headers always.  Warn about C++ comments in user code under
13198         -std=gnu89 -pedantic.
13199         (copy_comment): Use skip_comment.
13200         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
13201         return EOF.
13202         (consider_directive_while_skipping, do_else, do_endif): Call
13203         validate_else unconditionally.
13204         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
13205         text after the conditional in a system header.
13206         * cpplib.h (struct cpp_buffer): Add flag
13207         warned_cplusplus_comments.
13208
13209 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
13210
13211         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
13212         Use unshare_all_rtl_1.
13213         (unshare_all_rtl_again): New function.
13214         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
13215
13216         * function.c (purge_addressof_1): Use unshare_all_rtl_again
13217         rather than resetting the 'used' flags ourself.
13218
13219         * toplev.c (rest_of_compilation): Add current_function_decl
13220         to the unshare_all_rtl call.
13221         * tree.h: Prototype unshare_all_rtl.
13222         * rtl.h: Prototype unshare_all_rtl_again here.
13223
13224 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
13225
13226         * genoutput.c (output_prologue): Include ggc.h in generated
13227         files.
13228         * Makefile.in (insn-output.o): Depends on ggc.h.
13229
13230 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
13231             Hans-Peter Nilsson  <hp@bitrange.com>
13232
13233         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
13234         Remove redundant include of xm-ns32k.h.
13235         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
13236         Remove redundant include of xm-ns32k.h.
13237         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
13238         Remove redundant include of xm-ns32k.h.
13239         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
13240
13241         * ns32k/ns32k.h: Update comment on multiply-add instructions.
13242         (TARGET_SWITCHES): Add documentation strings.
13243         (DWARF_FRAME_REGNUM): Override default definition.
13244         (REG_CLASS_CONTENTS): Add comments.
13245         (SUBSET_P): Format to reduce line length.
13246         (SMALL_REGISTER_CLASSES): Make a run time option.
13247         (GO_IF_NONINDEXED_ADDRESS): Reformat.
13248         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
13249         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
13250         (regclass_map): fix typo in comment.
13251         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
13252         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
13253         (trace, reg_or_mem_operand): Delete, unused function.
13254         (calc_address_cost): Small offsets are cheaper than large ones.
13255         (expand_block_move): Generate more efficient code when bytes is a
13256         known at compile time.
13257         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
13258         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
13259         instead of reg_or_mem_operand.
13260
13261         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
13262         not general_operand.  Similarly use "=rm" or stricter, not "=g".
13263         For input operands, use stricter constraints than "g" if not
13264         general_operand.  Similarly use stricter predicate than
13265         "general_operand" when stricter constraints than "g" are present,
13266         except for matching constraints.
13267         (movstrsi): Use "memory_operand" for operands 0 and 1.
13268         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
13269         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
13270         not reg_or_mem_operand.
13271         (udivmoddisi4): Ditto.
13272         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
13273         Use nonimmediate_operand for operand 3, not register_operand.
13274         (udivmoddiqi4_internal): Use register_operand for operand 1, not
13275         reg_or_mem_operand.
13276
13277 2000-01-27  Fred Fish  <fnf@be.com>
13278
13279         * gthr-posix.h: Fix typo; compatibily -> compatibility.
13280         * gthr-single.h: Likewise.
13281         * gthr-solaris.h: Likewise.
13282         * gthr-vxworks.h: Likewise.
13283         * gthr-win32.h: Likewise.
13284         * gthr.h: Likewise.
13285
13286 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
13287
13288         * cppinit.c: Add " (cpplib)" to end of string printed by
13289         -v / --version.
13290
13291 2000-01-27  Richard Henderson  <rth@cygnus.com>
13292
13293         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
13294         testing for a signed comparison.
13295         (alpha_emit_floatuns): New.
13296         * alpha-protos.h: Declare it.
13297         * alpha.md (floatunsdisf2, floatunsdidf2): New.
13298         (extendsfdf2): Tidy.
13299
13300 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
13301
13302         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
13303         no -g option specifying debugging format, default to -gstabs+.
13304
13305 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
13306
13307         * calls.c (special_function_p): New argument fork_or_exec.
13308         (expand_call): When profile_arc_flag is set and the function
13309         is in the fork_or_exec group, call __bb_fork_func first.
13310         * libgcc2.c, _bb module (__bb_fork_func): New function.
13311         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
13312         output file.
13313         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
13314         * tree.h (special_function_p): Update prototype.
13315
13316 2000-01-26  Richard Henderson  <rth@cygnus.com>
13317
13318         * alpha.c (alpha_split_tfmode_pair): New.
13319         * alpha-protos.h: Declare it.
13320         * alpha.md (abstf2, negtf2): New.
13321         (movtf insn): Add input G constraint.
13322         (movtf splitter): Use alpha_split_tfmode_pair.
13323
13324 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13325
13326         * i386/cygwin.h: PROTO -> PARAMS.
13327
13328 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
13329
13330         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
13331         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
13332         using _Qp_cmp/_Q_cmp and testing the return value.
13333         (print_operand): Call reverse_condition_maybe_unordered if
13334         we are handling CCFPmode or CCFPEmode.
13335         Handle ORDERED, UN* and LTGT comparisons.
13336         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
13337         if not TARGET_HARD_QUAD.
13338         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
13339         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
13340         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
13341         Adjust gen_b* calls so that they reflect return comparison of
13342         sparc_emit_float_lib_cmp.
13343
13344 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13345
13346         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
13347         incoming operands array is large enough for one more operand.
13348         (alpha_emit_xfloating_arith): Likewise.
13349
13350 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
13351
13352         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
13353         file with one line and no trailing newline.
13354         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
13355         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
13356         checking if the match is on the line.
13357         * fixinc/gnu-regex.c: Provide regerror not __regerror.
13358
13359 2000-01-25  Richard Henderson  <rth@cygnus.com>
13360
13361         * sparc.c (output_cbranch): Fix accidental squashing of the
13362         fp branch pre-delay nop.
13363
13364 2000-01-25  Richard Henderson  <rth@cygnus.com>
13365
13366         * tree.def (UNNE_EXPR): Remove.
13367         * c-typeck.c (build_binary_op): Don't handle it.
13368         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
13369
13370         * rtl.def (UNNE): Remove.
13371         (LTGT): Add.
13372         * jump.c (reverse_condition): Update accordingly.
13373         (swap_condition): Likewise.
13374         (comparison_dominates_p): Handle unordered comparisons.
13375         (reverse_condition_maybe_unordered): New.
13376         * rtl.h (reverse_condition_maybe_unordered): Declare.
13377
13378         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
13379         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
13380         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
13381         * sparc.md (bltgt): New.
13382
13383 2000-01-25  Nick Clifton  <nickc@redhat.com>
13384
13385         * emit-rtl.c (emit_insn): Only check machine class insns for
13386         improper emission of a RETURN.
13387
13388 2000-01-25  Richard Henderson  <rth@cygnus.com>
13389
13390         * Makefile.in (flow.o): Depend on $(EXPR_H).
13391         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
13392         duplicate the structure of diddle_return_value for keeping regs live.
13393
13394 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13395
13396         * loop.c (current_loop_info): Delete.
13397         (consec_sets_invariant_p): Add loop argument, update callers.
13398         (get_condition_for_loop): Likewise.
13399         (count_nonfixed_reads, update_giv_derive): Likewise.
13400         (simplify_giv_expr, general_induction_var): Likewise.
13401         (consec_sets_giv, recombine_givs): Likewise.
13402         (move_movables): Delete loop_start and loop_end arguments,
13403         add loop argument, and update callers.
13404         (find_mem_givs, check_final_value): Likewise.
13405         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
13406         (loop_invariant_p): Rename from invariant_p, add loop argument, and
13407         update callers.
13408         (basic_induction_var): Add loop argument, delete loop_level argument,
13409         and update callers.
13410         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
13411         add loop argument, and update callers.
13412         (find_splittable_regs, find_splittable_givs): Likewise.
13413         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
13414         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
13415         (biv_total_increment): Delete loop_start and loop_end arguments;
13416         update callers.
13417         (precondition_loop_p): Delete loop_start and loop_info arguments;
13418         update callers.
13419         * loop.h (get_condition_for_loop): Add loop argument.
13420         (biv_total_increment): Delete loop_start and loop_end arguments.
13421         (precondition_loop_p): Delete loop_start and loop_info arguments;
13422         add loop argument.
13423         (final_biv_value): Delete loop_start and loop_end arguments;
13424         add loop argument.
13425         (final_giv_value, back_branch_in_range_p): Likewise.
13426
13427 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
13428
13429         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
13430
13431 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
13432
13433         * Makefile.in (c-gperf.h) : Change the "See" pointer to
13434         point to the new "generated_files" doc.
13435
13436 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
13437
13438         * config/fp-bit.c (_unord_f2): Fix typo.
13439
13440 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
13441
13442         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
13443         c-typeck.c, objc/objc-act.c: Remove all references to obstack
13444         functions obsoleted by GC, such as push_obstacks_nochange,
13445         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
13446         and code which existed only to decide whether or not to call
13447         them.  Remove now-unused NESTED argument from start_function;
13448         all callers changed.  Do not change behavior based on ggc_p.
13449         The use of the ixp_obstack in c-iterate.c and the util_obstack
13450         in objc/objc-act.c remain; these are not obsoleted by garbage
13451         collection.
13452         * c-tree.h: Update prototype for start_function.
13453
13454         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
13455
13456 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
13457
13458         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
13459         mips16.
13460
13461 2000-01-25  Richard Henderson  <rth@cygnus.com>
13462
13463         * sparc-protos.h (select_cc_mode): Declare.
13464         * sparc.c (select_cc_mode): New.  Handle unordered compares.
13465         (output_cbranch): Always reverse via code change.  Handle
13466         unordered compares.  Factor tests and string updates.
13467         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
13468         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
13469         * sparc.md (bunordered, bordered): New.
13470         (bungt, bunlt, buneq, bunge, bunle): New.
13471
13472 2000-01-25  Richard Henderson  <rth@cygnus.com>
13473
13474         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
13475         * ggc-common.c (ggc_add_rtx_varray_root): New.
13476         (ggc_mark_rtx_varray): New.
13477         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
13478         functions down below ggc_mark_foo.
13479         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
13480
13481 2000-01-25  Richard Henderson  <rth@cygnus.com>
13482
13483         * alpha.c (secondary_reload_class): Don't allocate a secondary
13484         for integral mode memories into FLOAT_REGS.  Rearrange the more
13485         complicated memory expression inward.
13486
13487 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
13488
13489         * inclhack.def: Fixes to play nicer with FreeBSD, and
13490         corrections to comments.
13491         (cxx_unready): Add select expression.
13492         (irix_sockaddr): Add bypass expression.
13493         (machine_ansi_h_va_list): New fix.
13494         (stdio_va_list): No need to edit _BSD_VA_LIST_.
13495         Split out addition of "#include <stdarg.h>" to...
13496         (stdio_stdarg_h): ... here.
13497         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
13498         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
13499         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
13500         size_t.
13501         (ultrix_ifdef): Tighten up select expression.
13502
13503         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
13504         re_ct and max_mach to avoid use of shell.  Make printed names
13505         match names in inclhack.def.  Use static copyright date.
13506         Don't count c_test and test expressions as requiring regex_t
13507         slots.  Add some commentary.
13508         * inclhack.tpl: Do not include the 'This script contains N
13509         fixup scripts' line if PROGRAM is defined.  Use static
13510         copyright date.
13511
13512 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
13513
13514         * dwarf2out.c: include "varray.h", not dyn-string.h.
13515         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
13516         (addr_const_to_string, addr_to_string): Lose.
13517         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
13518         (struct dw_val_struct): val_addr is now an rtx.
13519         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
13520         (used_rtx_varray): New varray.
13521         (dwarf2out_init): Initialize it.
13522         (save_rtx): New fn.
13523         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
13524         addr_to_string.
13525         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
13526         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
13527         * Makefile.in (dwarf2out.o): Update dependencies.
13528
13529 2000-01-24  Richard Henderson  <rth@cygnus.com>
13530
13531         * i386.c (i386_dwarf_output_addr_const): New.
13532         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
13533
13534         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
13535         if defined.
13536         * dwarfout.c (output_mem_loc_descriptor): Likewise.
13537         * i386.c (i386_simplify_dwarf_addr): New.
13538         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
13539
13540 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
13541
13542         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
13543         TYPE_STUB_DECL is NULL.
13544
13545 2000-01-24  Richard Henderson  <rth@cygnus.com>
13546
13547         * builtins.c (expand_tree_builtin): Move ...
13548         * c-common.c (expand_tree_builtin): ... here.
13549
13550 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13551
13552         * loop.h (LOOP_INFO): New accessor macro.
13553         * basic-block.h (struct loop): Rename field `info' to `aux'.
13554         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
13555         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
13556         * unroll.c (loop_iterations, unroll_loop): Likewise.
13557
13558 2000-01-24  Christopher Faylor <cgf@cygnus.com>
13559
13560         * config/i386/t-cygwin: Accomodate new winsup directory layout
13561         when searching for include files.
13562
13563 2000-01-24  Richard Henderson  <rth@cygnus.com>
13564
13565         * rtl.def: Add unordered fp comparisions.
13566         * tree.def: Likewise.
13567         * tree.h: Add ISO C 9x unordered fp comparision builtins.
13568
13569         * builtins.c (expand_tree_builtin): New function.
13570         * c-typeck.c (build_function_call): Use it.
13571         (build_binary_op): Support unordered compares.
13572         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
13573
13574         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
13575         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
13576         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
13577         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
13578         * jump.c (reverse_condition): Don't abort for UNLE etc, but
13579         return UNKNOWN.
13580         (swap_condition): Handle unordered compares.
13581         (thread_jumps): Check can_reverse before reversing.
13582         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
13583         reversed for FP.
13584
13585         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
13586         setcc is present before acking for cmp_optab.  Update all callers.
13587         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
13588         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
13589         * expr.c (expand_expr): Likewise.  Support unordered compares.
13590         (do_jump, do_store_flag): Likewise.
13591         * expr.h (enum libfunc_index): Add unordered compares.
13592
13593         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
13594         (DPBIT_FUNCS): Add _unord_df.
13595         * config/fp-bit.c (_unord_f2): New.
13596         * fp-test.c (main): Try unordered compare builtins.
13597
13598         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
13599         * alpha.c (alpha_comparison_operator): Check mode properly.
13600         (alpha_swapped_comparison_operator): Likewise.
13601         (signed_comparison_operator): Likewise.
13602         (alpha_fp_comparison_operator): New.
13603         (alpha_emit_conditional_branch): Handle unordered compares.
13604         * alpha.h (PREDICATE_CODES): Update.
13605         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
13606         (bunordered, bordered): New.
13607
13608 2000-01-24  Richard Henderson  <rth@cygnus.com>
13609
13610         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
13611         * alpha.md (movtf): New expander, insn, and splitter.
13612
13613 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
13614
13615         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
13616         dead registers.
13617
13618 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
13619
13620         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
13621         (FIXED_REGISTERS, CALL_USED_REGISTERS,
13622          REG_ALLOC_ORDER): Add frame pointer
13623         (FRAME_POINTER_REGNUM): Set to 20
13624         (HARD_FRAME_POINTER_REGNUM): New macro.
13625         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
13626         to HARD_FRAME_POINTER.
13627         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
13628         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
13629         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
13630         (HI_REGISTER_NAMES): Add "frame".
13631         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
13632         (debug_reg): Handle FRAME_POINTER_REGNUM.
13633         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
13634         GENERAL_REGS and INDEX_REGS.
13635         * i386.c (SAVED_REGS_FIRST): new macro.
13636         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
13637         (ix86_decompose_address, memory_address_length): Likewise.
13638         (regclass_map): Add frame pointer.
13639         (call_insn_operand): Handle frame_pointer_rtx.
13640         (reg_no_sp_operand): Likewise.
13641         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
13642         (print_operand, legitimize_pic_address): Fix formating.
13643         (ix86_compute_frame_size): Make static, update prototype, new
13644         parameters padding1, padding2, use ix86_nsaved_regs, use
13645         stack_alignment_needed.
13646         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
13647         to HARD_FRAME_POINTER_REGNUM conversions.
13648         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
13649         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
13650         (print_reg): Abort on FRAME_POINTER_REGNUM
13651
13652 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
13653
13654         * i386.h (PREDICATE_CODES): Add aligned_operand.
13655         * i386.c (aligned_operand): New function.
13656         (ix86_aligned_p): Kill.
13657         * i386.md (movhi_1): Emit mov for aligned operands.
13658         (promoting peep2s): Use aligned_operand.
13659
13660 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
13661
13662         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
13663         expression to allow underscores in macro names.
13664         (fix_char_macro_defines): Increment scanning pointer.
13665
13666 2000-01-23  Richard Henderson  <rth@cygnus.com>
13667
13668         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
13669         * alpha/osf5.h: New file.
13670         * configure.in (alpha-*-osf5): Add it to tm_file.
13671
13672         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
13673
13674         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
13675         (alpha_emit_xfloating_cvt, function_arg): Declare.
13676         * alpha.c (alpha_emit_conditional_branch): Call
13677         alpha_emit_xfloating_compare for TFmode compares.
13678         (alpha_lookup_xfloating_lib_func): New.
13679         (alpha_compute_xfloating_mode_arg): New.
13680         (alpha_emit_xfloating_libcall): New.
13681         (alpha_emit_xfloating_arith): New.
13682         (alpha_emit_xfloating_compare): New.
13683         (alpha_emit_xfloating_cvt): New.
13684         (print_operand): Add default abort case.
13685         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
13686         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
13687         (BIGGEST_ALIGNMENT): Increase to 128 bits.
13688         (RETURN_IN_MEMORY): True for TF/TCmode.
13689         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
13690         (FUNCTION_ARG): Move to function_arg.
13691         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
13692         (ASM_OUTPUT_LONG_DOUBLE): New.
13693         (ASM_OUTPUT_DOUBLE): Always output bits.
13694         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
13695         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
13696         (extenddftf2, trunctfdf2): New.
13697
13698 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13699
13700         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
13701         * config/sparc/sol2.h: ... here.
13702
13703 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13704
13705         * basic-block.h (struct loops): New field `levels'.
13706         * flow.c (flow_loops_level_compute): Traverse all outer loops.
13707         (flow_loop_level_compute): Initialise level to 1.
13708         (flow_loops_find): Set loops->levels.
13709         (flow_loops_dump): Print loops->levels.
13710
13711 2000-01-23  Richard Henderson  <rth@cygnus.com>
13712
13713         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
13714         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
13715
13716 2000-01-23  Richard Henderson  <rth@cygnus.com>
13717
13718         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
13719         * i386.h (DBX_REGISTER_NUMBER): Use them.
13720         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
13721         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
13722         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
13723         * i386/sequent.h: Kill incorrect comment.
13724
13725 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
13726
13727         * ggc-page.c (struct page_entry): Make `context_depth' an
13728         `unsigned short'.
13729         (struct globals): Likewise.
13730
13731 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
13732
13733         * loop.c (check_dbra_loop): When checking a loop for
13734         reversability, check the source of any stores to ensure
13735         they don't depend on an initial value.
13736
13737 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13738
13739         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
13740
13741 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
13742
13743         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
13744         'pz_scan' into scope of entire function.  Only affects
13745         compiles with -DDEBUG.
13746
13747 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
13748
13749         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
13750         section naming to that prior to 2000-01-07 patch.
13751         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
13752         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
13753         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
13754         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
13755         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
13756
13757 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
13758
13759         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
13760         constant.
13761
13762 2000-01-21  Jim Wilson  <wilson@cygnus.com>
13763
13764         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
13765         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
13766
13767 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
13768
13769         * cpphash.c (change_newlines): Delete function.
13770         (struct argdata): Delete 'newlines' and 'use_count' fields.
13771         (macroexpand): Remove code referencing those fields.
13772
13773 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13774
13775         * loop.c (loops_info): New variable.
13776         (loop_optimize): Allocate loops->array and free it on exit.
13777         Allocate memory for loops_info and assign to each loop,
13778         replacing alloca.
13779         (find_and_verify_loops): Do not allocate loops->array.
13780
13781 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
13782
13783         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
13784
13785 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
13786
13787         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
13788         pseudos if expanded after first flow.
13789         (movdi_pic_label_ref): Likewise.
13790
13791 2000-01-20  Richard Henderson  <rth@cygnus.com>
13792
13793         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
13794
13795 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
13796
13797         * Makefile.in (fixinc.sh): Depend on specs.
13798         * fixinc/Makefile.in: Add rule to create machname.h.
13799         (fixlib.o): Depend on machname.h.
13800         * fixinc/fixtests.c (machine_name): New test.
13801         * fixinc/fixfixes.c (machine_name): New fix.
13802         * fixinc/fixlib.c (mn_get_regexps): New helper function for
13803         the machine_name test and fix.
13804         * fixinc/fixlib.h: Prototype it.
13805         * fixinc/inclhack.def (machine_name): Use the C test and fix.
13806         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
13807
13808         * gcc.c (do_spec_1) [case P]: Take care not to create
13809         identifiers with three leading or trailing underscores.
13810
13811         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
13812         (fixincl): Don't specify libraries twice on link line.
13813         (gnu-regex.o): Remove special rule.
13814         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
13815         defined by config.h.  Do not define _REGEX_RE_COMP.
13816         (regcomp): Allocate and initialize a fastmap.
13817         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
13818
13819 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
13820
13821         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
13822
13823 2000-01-19  Richard Henderson  <rth@cygnus.com>
13824
13825         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
13826         arguments with BB.  Update all callers.  Tidy line wrapping.
13827
13828 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
13829
13830         * emit-rtl.c (try_split): Return last_insn if we split the
13831         last_insn.
13832
13833 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
13834
13835         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
13836         (ix86_initial_elimination_offset): Declare.
13837         * i386.c (ix86_nsaved_regs): Break out from ...
13838         (ix86_can_use_return_insn_p): ... here.
13839         (ix86_emit_save_regs): Break out from ...
13840         (ix86_expand_prologue): ... here.
13841         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
13842         out from ...
13843         (ix86_expand_epilogue): ... here.
13844         (ix86_compute_frame_size): Make static, add prototype.
13845         (ix86_initial_elimination_offset): Break out from ...
13846         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
13847
13848 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13849
13850         * recog.h (OUT_FCN): Delete.
13851
13852         * vax.md: Call `get_insn_template' instead of OUT_FCN.
13853
13854 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13855
13856         * cppalloc.c: PROTO -> PARAMS.
13857         * cpperror.c: Likewise.
13858         * cppfiles.c: Likewise.
13859         * cpplib.c: Likewise.
13860         * cpplib.h: Likewise.
13861
13862         * config/arm/arm-protos.h: PROTO -> PARAMS.
13863         * config/arm/arm.c: Likewise.
13864         * config/c4x/c4x.c: Likewise.
13865         * config/fr30/fr30-protos.h: Likewise.
13866         * config/nextstep.c: Likewise.
13867         * config/pa/pa.c: Likewise.
13868         * config/pj/pj.c: Likewise.
13869         * config/rs6000/rs6000.c: Likewise.
13870         * config/v850/v850-protos.h: Likewise.
13871         * config/v850/v850.c: Likewise.
13872
13873 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13874
13875         * i370-protos.h: New file.
13876
13877         * i370.c: Include tm_p.h.  Fix compile time warnings.
13878
13879         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
13880         warnings.
13881
13882         * i370.md: Likewise.
13883
13884 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13885
13886         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
13887         (target_isinf, target_isnan, eisnan): Mark parameter with
13888         ATTRIBUTE_UNUSED.
13889         (eiisinf): Wrap in INFINITY.
13890         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
13891         (ibmtoe): Remove unused variable `rndsav'.
13892
13893 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13894
13895         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
13896         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
13897
13898 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
13899
13900         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
13901         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
13902         (fix_char_macro_defines, fix_char_macro_uses): New functions.
13903
13904         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
13905         Recognize Emacs mode markers also.
13906         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
13907         C++ comments in C++ headers.  Call is_cxx_header only if
13908         necessary.
13909
13910         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
13911         bypass for ncurses.
13912         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
13913         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
13914         ... these, which use the new C fixes.
13915         (math_exception): Escape literal '+' in bypass expression.
13916
13917         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
13918         Regenerate.
13919
13920 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
13921
13922         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
13923         inside the MEM.
13924
13925 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13926
13927         * loop.c (loop_optimize): Allocate loop_info structure for each loop
13928         prior to calling scan_loop.
13929
13930 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13931
13932         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
13933         (split_branches, calc_live_regs): Likewise.
13934
13935 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13936
13937         * sh.md (fpu_single, fp_mode): New attributes.
13938
13939 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13940
13941         * loop.c (current_loop_info): Renamed from loop_info_data
13942         and changed to a pointer.
13943         (loop_optimize): Allocate loop_info structure for each loop
13944         and initialise to zero.
13945         (scan_loop): Set current_loop_info.
13946
13947         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
13948         on iteration_var.
13949
13950 2000-01-19  Richard Henderson  <rth@cygnus.com>
13951
13952         * stupid.c: Die die die.
13953         * Makefile.in (OBJS): Remove stupid.o.
13954         (stupid.o): Likewise.
13955
13956         * except.c (emit_eh_context): Don't emit USEs for stupid.
13957         * explow.c (probe_stack_range): Likewise.
13958         * flags.h (obey_regdecls): Remove.
13959         * flow.c (find_basic_blocks): Don't run try_merge_blocks
13960         when not optimizing.
13961         (life_analysis): Limit data collection when not optimizing.
13962         (mark_regs_live_at_end): Always mark the return value registers.
13963         (mark_used_regs): Remove dummy RETURN case.
13964         (print_rtl_with_bb): Don't consult obey_regdecls.
13965         * function.c (use_variable, use_variable_after): Remove.
13966         (assign_parms): Consult optimize not obey_regdecls.
13967         (expand_function_start): Don't emit USEs for stupid.
13968         (expand_function_end): Likewise.
13969         * global.c (build_insn_chain): Export.
13970         * integrate.c (expand_inline_function): Kill return-value USE
13971         handling code.
13972         * jump.c (jump_optimize_1): Do simple jump optimizations and
13973         dead code elimination.
13974         (calculate_can_reach_end): Remove check_deleted argument.
13975         (delete_insn): Patch out insns even when not optimizing.
13976         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
13977         * rtl.h (use_variable, use_variable_after): Remove declarations.
13978         (build_insn_chain): Declare.
13979         * stmt.c (expand_value_return): Don't emit USEs for stupid.
13980         (expand_end_bindings): Likewise.
13981         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
13982         * toplev.c (obey_regdecls): Remove.
13983         (rest_of_compilation): Don't set it.  Kill stupid in favour of
13984         flow1, local-alloc, and reload.
13985         (main): Don't set obey_regdecls.
13986
13987         * config/nextstep.c (handle_pragma): Likewise.
13988
13989         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
13990
13991         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
13992
13993 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13994
13995         * alpha-protos.h: PROTO -> PARAMS.
13996         * alpha.c: Likewise.
13997         * elf.h: Likewise.
13998         * h8300.c: Likewise.
13999         * i386-protos.h: Likewise.
14000         * i386.c: Likewise.
14001         * m32r-protos.h: Likewise.
14002         * m32r.c: Likewise.
14003         * mips.c: Likewise.
14004         * mips.md: Likewise.
14005         * gmon-sol2.c: Likewise.
14006         * sparc.c: Likewise.
14007
14008 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14009
14010         * ns32k-protos.h: New file.
14011
14012         * ns32k.c: Fix compile time warnings.
14013
14014         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
14015         warnings.
14016
14017         * ns32k.md: Likewise.
14018
14019 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14020
14021         * vax-protos.h: New file.
14022
14023         * vax.c: Fix compile time warnings.
14024
14025         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
14026         warnings.
14027
14028         * vax.md: Likewise.
14029
14030         * vaxv.md: Likewise.
14031
14032 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14033
14034         * romp-protos.h: New file.
14035
14036         * romp.c: Fix compile time warnings.
14037
14038         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
14039         warnings.
14040
14041         * romp.md: Likewise.
14042
14043 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14044
14045         * we32k-protos.h: New file.
14046
14047         * we32k.c: Fix compile time warnings.
14048
14049         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
14050         warnings.
14051
14052 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14053
14054         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
14055
14056         * except.c (eh_regs): Likewise.
14057
14058         * final.c (output_operand): Likewise.
14059
14060         * fold-const.c (target_isinf, target_isnan): Likewise.
14061
14062 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
14063
14064         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
14065         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
14066
14067         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
14068         when optimize_size.
14069         (clrstrsi): Rewrite.
14070         (strsethi, strsetqi): New expanders.
14071         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
14072         (cmpstrsi): Emit compare insn before cmpstrsi_1
14073         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
14074         (strlensi_1): Likewise.
14075         (cmpstrsi_1): Likewise; do not output compare.
14076         (strlen expander): Do not unroll when optimizing for size.
14077         (*subsi3_carry): Rename to subsi3_carry
14078         (addqi3_cc): New pattern.
14079         * i386.h (processor_costs): Add move_ratio field.
14080         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
14081         * i386.c (*_cost): Set move_ratio.
14082         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
14083         (x86_expand_strlensi_1): Rewrite the main loop.
14084
14085 2000-01-17  Richard Henderson  <rth@cygnus.com>
14086
14087         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
14088         * cse.c (find_comparison_args, fold_rtx): Likewise.
14089         * integrate.c (subst_constants): Likewise.
14090         * loop.c (get_condition): Likewise.
14091
14092         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
14093
14094         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
14095
14096 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
14097
14098         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
14099         (RESTORE_WARN_FLAGS): Unpack it.
14100         Change semantic type of extension to ttype.
14101         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
14102         * c-parse.y, c-parse.c, objc/objc-parse.y,
14103         objc/objc-parse.c: Regenerate.
14104
14105 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
14106
14107         * fixinc/fixlib.c: Add copyright notice.
14108         (compile_re): New function.
14109         * fixinc/fixlib.h: Prototype compile_re.
14110
14111         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
14112         Use compile_re to compile regular expressions.
14113
14114         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
14115         where the pattern matched.
14116
14117         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
14118         use 'replace'.
14119         (ultrix_ansi_compat): Likewise.
14120         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
14121         add egrep test.
14122         (interactv_add2, interactv_add3): Delete.
14123         (x11_sprintf): Don't use filename glob.
14124         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
14125         Regenerate.
14126
14127 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14128
14129         * print-rtl.c: PROTO -> PARAMS.
14130         * real.c: Likewise.
14131         * reg-stack.c: Likewise.
14132         * resource.c: Likewise.
14133         * sdbout.h: Likewise.
14134         * simplify-rtx.c: Likewise.
14135         * stor-layout.c: Likewise.
14136         * stupid.c: Likewise.
14137         * xcoffout.c: Likewise.
14138         * xcoffout.h: Likewise.
14139
14140 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14141
14142         * toplev.c: PROTO -> PARAMS.
14143         * toplev.h: Likewise.
14144         * tree.c: Likewise.
14145         * tree.h: Likewise.
14146         * unroll.c: Likewise.
14147         * varasm.c: Likewise.
14148         * varray.c: Likewise.
14149         * varray.h: Likewise.
14150
14151 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14152
14153         * reload.c: PROTO -> PARAMS.
14154         * reload.h: Likewise.
14155         * reload1.c: Likewise.
14156         * reorg.c: Likewise.
14157         * resource.h: Likewise.
14158         * rtl.c: Likewise.
14159         * rtl.h: Likewise.
14160         * rtlanal.c: Likewise.
14161         * sbitmap.h: Likewise.
14162         * sdbout.c: Likewise.
14163         * stack.h: Likewise.
14164         * stmt.c: Likewise.
14165         * system.h: Likewise.
14166
14167 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14168
14169         * machmode.h: PROTO -> PARAMS.
14170         * mbchar.h: Likewise.
14171         * mips-tdump.c: Likewise.
14172         * mips-tfile.c: Likewise.
14173         * optabs.c: Likewise.
14174         * output.h: Likewise.
14175         * prefix.c: Likewise.
14176         * profile.c: Likewise.
14177         * protoize.c: Likewise.
14178         * real.h: Likewise.
14179         * recog.c: Likewise.
14180         * recog.h: Likewise.
14181         * regclass.c: Likewise.
14182         * regmove.c: Likewise.
14183         * regs.h: Likewise.
14184
14185 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14186
14187         * ggc-common.c: PROTO -> PARAMS.
14188         * ggc-page.c: Likewise.
14189         * ggc-simple.c: Likewise.
14190         * ggc.h: Likewise.
14191         * global.c: Likewise.
14192         * graph.c: Likewise.
14193         * gthr-win32.h: Likewise.
14194         * haifa-sched.c: Likewise.
14195         * halfpic.h: Likewise.
14196         * integrate.c: Likewise.
14197         * integrate.h: Likewise.
14198         * jump.c: Likewise.
14199         * lcm.c: Likewise.
14200         * local-alloc.c: Likewise.
14201         * loop.c: Likewise.
14202         * loop.h: Likewise.
14203
14204 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14205
14206         * genattr.c: PROTO -> PARAMS.
14207         * genattrtab.c: Likewise.
14208         * gencheck.c: Likewise.
14209         * gencodes.c: Likewise.
14210         * genconfig.c: Likewise.
14211         * genemit.c: Likewise.
14212         * genextract.c: Likewise.
14213         * genflags.c: Likewise.
14214         * gengenrtl.c: Likewise.
14215         * genopinit.c: Likewise.
14216         * genoutput.c: Likewise.
14217         * genpeep.c: Likewise.
14218         * genrecog.c: Likewise.
14219
14220 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
14221
14222         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
14223
14224 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14225
14226         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
14227         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
14228         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
14229         * configure, config.in: Rebuilt.
14230
14231 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
14232
14233         * config/i386/i386.md: Add peephole to merge successive stack
14234         adjusts.
14235
14236 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
14237
14238         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
14239         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
14240         when walking backwards to find all the parameter loads when
14241         the basic block ends in a call.
14242
14243 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14244
14245         * loop.c (this_loop_info): Delete.
14246         (uid_loop): Add in place of uid_loop_num.  All uses updated.
14247         (loop_number_exit_count): Delete and replace with entry in loop
14248         structure.  All uses updated.
14249         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
14250         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
14251         (loop_outer_loop): Likewise.
14252         (loop_invalid, loop_number_exit_labels): Likewise.
14253         (loop_used_count_register): Delete and replace with entry in
14254         loop_info structure.
14255         (find_and_verify_loops): Add loops argument.
14256         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
14257         loop_end, etc. arguments with loop structure pointer.  All callers
14258         changed.
14259         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
14260         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
14261         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
14262         (insert_bct): Likewise.
14263         (basic_induction_var): New argument level.
14264         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
14265         vtop, and cont.  Add used_count_register.
14266         (uid_loop): Delete declaration.
14267         (loop_number_exit_count): Likewise.
14268         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
14269         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
14270         (loop_outer_loop, loop_used_count_register): Likewise.
14271         (loop_invalid, loop_number_exit_labels): Likewise.
14272         (unroll_loop): Replace loop_start and loop_end arguments
14273         with loop structure pointer.
14274         (loop_precondition_p, loop_iterations): Likewise.
14275         Include basic-block.h.
14276         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
14277         with loop structure pointer.
14278         (loop_precondition_p, loop_iterations): Likewise.
14279         * basic-block.h (struct loop): New entries vtop, cont,
14280         cont_dominator, start, end, top, scan_start, exit_labels,
14281         exit_count.
14282         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
14283
14284 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14285
14286         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
14287
14288 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
14289
14290         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
14291
14292 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14293
14294         * pdp11-protos.h: New file.
14295
14296         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
14297         time warnings.
14298
14299         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
14300         warnings.
14301
14302         * pdp11.md: Likewise.
14303
14304         * 2bsd.h: Likewise.
14305
14306 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14307
14308         * mn10300-protos.h: New file.
14309
14310         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
14311         time warnings.
14312
14313         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
14314         warnings.
14315
14316         * mn10300.md: Likewise.
14317
14318 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14319
14320         * mn10200-protos.h: New file.
14321
14322         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
14323         time warnings.
14324
14325         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
14326         warnings.
14327
14328         * mn10200.md: Likewise.
14329
14330 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14331
14332         * h8300-protos.h: New file.
14333
14334         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
14335         time warnings.
14336
14337         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
14338         warnings.
14339
14340         * h8300.md: Likewise.
14341
14342 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14343
14344         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
14345         (asm_emit_uninitialised): Likewise.
14346
14347 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
14348
14349         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
14350         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
14351
14352 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
14353
14354         * config/mips/mips.c (override_options): Don't turn on extra
14355         alignment for mips16.
14356
14357 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
14358
14359         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
14360         eabi, and make sure queued POSTINCREMENT rtl is emitted at
14361         the right point.
14362
14363 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
14364
14365         * builtins.c (PAD_VARARGS_DOWN): Define.
14366         (std_expand_builtin_va_arg): Use the above macro.
14367         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
14368         * tm.texi (Register Arguments): Document the above macro.
14369
14370 2000-01-14  Nick Clifton  <nickc@cygnus.com>
14371
14372         * emit-rtl.c (emit_insn): If checking is enabled, make sure
14373         that this function has not been used to emit a jump
14374         instruction.
14375
14376         * jump.c (return_jump_1): Cope with being passed a null rtx.
14377
14378 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14379
14380         * eh-common.h: PROTO -> PARAMS.
14381         * emit-rtl.c: Likewise.
14382         * errors.c: Likewise.
14383         * errors.h: Likewise.
14384         * except.c: Likewise.
14385         * except.h: Likewise.
14386         * explow.c: Likewise.
14387         * expmed.c: Likewise.
14388         * expr.c: Likewise.
14389         * expr.h: Likewise.
14390         * final.c: Likewise.
14391         * fix-header.c: Likewise.
14392         * flow.c: Likewise.
14393         * fold-const.c: Likewise.
14394         * function.c: Likewise.
14395         * function.h: Likewise.
14396         * gcc.c: Likewise.
14397         * gcov-io.h: Likewise.
14398         * gcov.c: Likewise.
14399         * gcse.c: Likewise.
14400
14401 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14402
14403         * sh-protos.h: New file.
14404
14405         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
14406         Add static prototypes.  Fix compile time warnings.
14407
14408         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
14409         * sh.md: Likewise.
14410         * elf.h: Likewise.
14411
14412 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14413
14414         * arc-protos.h: New file.
14415
14416         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
14417         time warnings.
14418
14419         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
14420         warnings.
14421
14422         * arc.md: Likewise.
14423
14424 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14425
14426         * dsp16xx-protos.h: New file.
14427
14428         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
14429         time warnings.
14430
14431         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
14432         warnings.
14433
14434         * dsp16xx.md: Likewise.
14435
14436 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14437
14438         * convex-protos.h: New file.
14439
14440         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
14441         time warnings.
14442
14443         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
14444         warnings.
14445
14446 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14447
14448         * elxsi-protos.h: New file.
14449
14450         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
14451         time warnings.
14452
14453         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
14454         warnings.
14455
14456         * elxsi.md: Likewise.
14457
14458 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
14459
14460         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
14461         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
14462         match the comment for MIPS16.
14463
14464 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
14465
14466         * flow.c (split_edge): Do not call set_block_for_insn if we
14467         do not have a basic_block_for_insn structure.
14468
14469         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
14470         and destination functions are 32bit aligned within the trampoline.
14471         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
14472         (TRAMPOLINE_ALIGNMENT): Define.
14473
14474         * cse.c (cse_insn): When changing (set (pc) (reg)) to
14475         (set (pc) (label_ref)), verify the change creates a valid insn.
14476
14477         * fr30.c (call_operand): Tighten and rework to match rules for
14478         call RTL expressions.
14479         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
14480         * fr30.md (call patterns): Improve constraints.
14481
14482 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
14483
14484         * fr30.c (fr30_expand_epilogue): Revert last change.
14485         Use emit_jump_insn for the return insn.
14486
14487 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
14488                           Stan Cox  <scox@cygnus.com>
14489
14490         * predict.c: New file. Preliminary infrastructure work for static
14491         branch prediction and basic block reordering.
14492         * basic-block.h: Add prototype for estimate_probability.
14493         * Makefile.in: Add rules for predict.o.
14494
14495 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
14496
14497         * fixincludes (va_list): Use __not_va_list__ for the dummy.
14498         * fixinc/*: Likewise.
14499
14500 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14501
14502         * cccp.c: PROTO -> PARAMS.
14503         * cexp.y: Likewise.
14504         * collect2.c: Likewise.
14505         * combine.c: Likewise.
14506         * convert.h: Likewise.
14507         * cse.c: Likewise.
14508         * dbxout.c: Likewise.
14509         * dbxout.h: Likewise.
14510         * diagnostic.c: Likewise.
14511         * doprint.c: Likewise.
14512         * dwarf2out.c: Likewise.
14513         * dwarf2out.h: Likewise.
14514         * dwarfout.c: Likewise.
14515         * dwarfout.h: Likewise.
14516         * dyn-string.h: Likewise.
14517
14518 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14519
14520         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
14521         macro conditionals guarding use.
14522
14523         * dwarf2out.c: Include "tm_p.h".
14524
14525         * function.c (locate_and_pad_parm): Mark parameter with
14526         ATTRIBUTE_UNUSED.
14527         (expand_function_end): Likewise for variable `context'.
14528
14529         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
14530
14531 2000-01-13  Nick Clifton  <nickc@cygnus.com>
14532
14533         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
14534         register to prevent compile time warnings.
14535
14536 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
14537
14538         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
14539         to avoid -Wtraditional warning.
14540
14541 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14542
14543         * 1750a-protos.h: New file.
14544
14545         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
14546         time warnings.
14547
14548         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
14549         warnings.
14550
14551         * 1750a.md: Likewise.
14552
14553 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14554
14555         * a29k-protos.h: New file.
14556
14557         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
14558         time warnings.
14559
14560         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
14561         warnings.
14562
14563 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14564
14565         * clipper-protos.h: New file.
14566
14567         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
14568         time warnings.
14569
14570         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
14571         warnings.
14572
14573 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14574
14575         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
14576
14577 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
14578
14579         * configure.in (--enable-new-gxx-abi): New option.
14580         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
14581         * Makefile.in (GXX_ABI_FLAG): New variable.
14582         * configure: Regenerate.
14583
14584 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14585
14586         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
14587         * tm.texi (FORCE_STRUCT_BLK): Document.
14588         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
14589
14590 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
14591
14592         * config/ns32k/ns32k.md: Revert Jan 9 change.
14593
14594         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
14595         to a mode-test, if the predicate is address_operand.
14596
14597 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
14598
14599         * combine.c (if_then_else_cond): Be careful about what kinds
14600         of RTL expressions are passed to operand_subword.
14601
14602         * flow.c (split_edge): If we have to insert a new jump, make
14603         sure to associate it with a basic block.
14604
14605         * flow.c (commit_one_edge_insertion): A block with one successor
14606         can end in a JUMP_INSN that is not a simplejump.
14607
14608 2000-01-12  Robert Lipe  <robertl@sco.com>
14609
14610         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
14611         (BUILD_VA_LIST_TYPE): Define.
14612         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
14613         with crtstuff.c.
14614
14615 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
14616
14617         * cccp.c (do_pragma): Add cast to (char *).
14618
14619 2000-01-12  Richard Henderson  <rth@cygnus.com>
14620             Fred Fish  <fnf@be.com>
14621             Jason Merrill  <jason@cygnus.com>
14622
14623         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
14624         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
14625         * i386/beos-elf.h, i386/beos-pe.h: New files.
14626
14627         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
14628         * cross-make (SYSTEM_HEADER_DIR): Define using
14629         CROSS_SYSTEM_HEADER_DIR.
14630
14631         * gcc.c (LIBRARY_PATH_ENV): Provide default.
14632         (process_command): Use it.
14633         (main): Likewise.  Kill trailing = from env vars.
14634         (build_search_list): Put it back.
14635         * collect2.c (main): Use LIBRARY_PATH_ENV.
14636
14637         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
14638         * toplev.c: Use NEED_DECLARATION_ENVIRON.
14639
14640         * tm.texi (Frame Layout): Document SMALL_STACK.
14641         * c-common.c (c_common_nodes_and_builtins): Check it.
14642
14643         * system.h: Undef alloca after including glibc's <stdlib.h>,
14644         if USE_C_ALLOCA is defined.
14645
14646         * gcc.c (set_input): New fn.
14647         (main): After all input files are compiled, reset the input file
14648         info to the first.
14649
14650         * aclocal.m4 (rindex, index): If already defined, don't attempt
14651         to redefine.
14652
14653         * ginclude/varargs.h: (__va_list__): Define ifndef.
14654         * ginclude/stdarg.h: Likewise.
14655
14656         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
14657         instead of unsigned char.
14658
14659         * hash.h (true, false, boolean): Undef before enum.
14660
14661         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
14662         proper type of "HOST_WIDE_INT *", rather than their natural type of
14663         "unsigned HOST_WIDE_INT *".
14664
14665 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14666
14667         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
14668
14669         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
14670
14671         * regclass.c (choose_hard_reg_mode): Likewise.
14672
14673         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
14674
14675         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
14676
14677 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14678
14679         * c-common.c: PROTO -> PARAMS.
14680         * c-common.h: Likewise.
14681         * c-decl.c: Likewise.
14682         * c-iterate.c: Likewise.
14683         * c-lang.c: Likewise.
14684         * c-lex.c: Likewise.
14685         * c-lex.h: Likewise.
14686         * c-parse.in: Likewise.
14687         * c-pragma.c: Likewise.
14688         * c-pragma.h: Likewise.
14689         * c-tree.h: Likewise.
14690         * c-typeck.c: Likewise.
14691         * objc/objc-act.c: Likewise.
14692         * objc/objc-act.h: Likewise.
14693
14694 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14695
14696         * m88k-protos.h: New file.
14697
14698         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
14699         time warnings.
14700
14701         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
14702
14703         * m88k.md: Likewise.
14704
14705         * tekXD88.h: Likewise.
14706
14707 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14708
14709         * m68k-protos.h: New file.
14710
14711         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
14712         time warnings.
14713
14714         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
14715
14716         * mot3300.h: Likewise.
14717
14718 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
14719
14720         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
14721         extract_bitlst.
14722         (extract_bitlist): Declare bitlen.
14723
14724 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
14725
14726         * cccp.c: Accept and ignore -lang-fortran.
14727
14728         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
14729         qualifiers don't match at any level of pointerness.
14730
14731 2000-01-12  Robert Lipe  <robertl@sco.com>
14732
14733         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
14734
14735 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
14736
14737         * reload1.c (reload_reg_unavailable): New static variable.
14738         (reload_reg_free_p): Test it.
14739         (reload_reg_free_for_value_p): Test it instead of
14740         reload_reg_used.
14741         (choose_reload_regs_init): Compute it.
14742
14743 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
14744
14745         * reorg.c (fill_slots_from_thread): Check modified_in_p
14746         before replacing.
14747
14748 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
14749
14750         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
14751         these nodes even if INTERNALS is not set.
14752
14753 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
14754
14755         * gcse.c (delete_null_pointer_checks_1): Cope when
14756         get_condition cannot determine the condition.
14757
14758 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
14759
14760         * toplev.h (set_message_length): Declare.
14761
14762         * diagnostic.c (obstack_chunk_alloc): Define macro.
14763         (obstack_chunk_free): Likewise.
14764         (struct output_buffer): New data structure.
14765         (vmessage): Remove.
14766         (output_maximum_width): New variable.
14767         (doing_line_wrapping, set_message_length, init_output_buffer,
14768         get_output_prefix, output_space_left, emit_output_prefix,
14769         output_newline, output_append, output_puts, dump_output,
14770         vbuild_message_string, build_message_string, build_location_prefix,
14771         voutput_notice, output_printf, line_wrapper_printf,
14772         vline_wrapper_message_with_location):  New functions. Implement
14773         automatic line wrapping.
14774         (v_message_with_decl): Make it handle automatic line wrapping.
14775         (v_error_with_file_and_line): Likewise.
14776         (v_warning_with_file_and_line): Likewise.
14777         (announce_function): Likewise.
14778         (default_print_error_function): Likewise.
14779
14780 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
14781
14782         * cpplib.h (struct cpp_options): Change lang_asm to char.
14783         Add lang_fortran.
14784         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
14785         done in cpp_handle_option now.
14786         (initialize_builtins): Take out special case code used only by
14787         __STDC_VERSION__.
14788         (cpp_handle_option): Turn off trigraphs and trigraph warnings
14789         if -traditional.  Recognize -lang-fortran and set
14790         lang_fortran, also turn off cplusplus_comments.
14791         (print_help): Document -lang-fortran.
14792         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
14793         lang_asm. Ignore all directives other than `# 123 "file"' if
14794         CPP_PREPROCESSED.
14795         (cpp_get_token): If -traditional, don't recognize directives
14796         unless the # is in column 1.
14797         (parse_string): If lang_fortran or lang_asm, silently
14798         terminate strings ('' or "") at end of line.
14799         Remove unnecessary braces.
14800
14801 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14802             Richard Henderson  <rth@cygnus.com>
14803
14804         * resource.c (mark_referenced_resources): Mark a set strict_low_part
14805         as used.
14806         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
14807         strict_low_part when possible.
14808
14809 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14810
14811         * alias.c: PROTO -> PARAMS.
14812         * basic-block.h: Likewise.
14813         * bitmap.c: Likewise.
14814         * bitmap.h: Likewise.
14815         * builtins.c: Likewise.
14816         * c-aux-info.c: Likewise.
14817         * caller-save.c: Likewise.
14818         * calls.c: Likewise.
14819
14820 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14821
14822         * Makefile.in (toplev.o): Depend on regs.h.
14823
14824         * output.h (tdesc_section): Prototype.
14825
14826         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
14827
14828         * sdbout.c: Include "tm_p.h".
14829
14830         * toplev.c: Include "regs.h".
14831
14832 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
14833
14834         * unroll.c (unroll_loop): Add EH support.
14835
14836 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14837
14838         * pa-protos.h: New file.
14839
14840         * pa.c: Include recog.h and tm_p.h.
14841         (compute_zdepwi_operands, compute_movstrsi_length,
14842         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
14843         find_addr_reg, import_milli): Add static prototypes.
14844         (pa_cpu_string, pa_arch_string): Constify a char*.
14845         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
14846         (read_only_operand): Add argument `mode'.
14847         (singlemove_string, output_move_double, output_fp_move_double,
14848         output_block_move, output_and, output_ior, output_ascii,
14849         remove_useless_addtr_insns, milli_names, output_mul_insn,
14850         output_div_insn, output_mod_insn, output_arg_descriptor,
14851         output_cbranch, output_bb, output_bvb, output_dbra, ,
14852         output_millicode_call, output_call, hppa_encode_label,
14853         output_parallel_movb, output_parallel_addb): Constify a char*.
14854         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
14855         (output_parallel_addb): Remove extra arg to `constrain_operands'
14856
14857         * pa.h:  Move all prototypes to pa-protos.h.
14858         (pa_cpu_string, pa_arch_string): Constify a char*.
14859         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
14860
14861         * pa.md: Call `function_label_operand' with mode argument.
14862         Likewise for `read_only_operand'.
14863         Fix nesting of parens in call to `symbolic_operand'.
14864
14865 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14866
14867         * i860-protos.h: New file.
14868
14869         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
14870         time warnings.
14871
14872         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
14873
14874         * i860.md: Likewise.
14875
14876 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
14877
14878         * i386.md (movstrsi expander): Rewrite.
14879         (movstrsi_1 insn): Deleted.
14880         (strmovhi, strmovqi expander): New expanders.
14881         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
14882         * i386.c (x86_single_stringop): New global variable.
14883         * i386.h (x86_single_stringop): Declare.
14884         (TARGET_SINGLE_STRINGOP): New macro.
14885
14886 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
14887
14888         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
14889         integer vararg POSTINCREMENT before the destination of the jump
14890         for the hard fp case.
14891         (function_arg_pass_by_reference): Pass a copy of CUM to
14892         FUNCTION_ARG.
14893
14894         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
14895         for CONSTANT_ADDRESS_P above while loop for subreg.
14896
14897 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
14898
14899         * flow.c (propagate_block): When a prologue/epilogue insn
14900         is marked dead, unconditionally clear libcall_is_dead and
14901         insn_is_dead, and only dump rtl if warnings aren't being
14902         suppressed.
14903
14904 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
14905
14906         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
14907         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
14908         (FIXED_REGISTERS): Set dirflag as fixed.
14909         (CALL_USED_REGISTERS): Set dirflag as used.
14910         (REG_ALLOC_ORDER): Set dirflag as last one.
14911         (DIRFLAG_REG): New macro.
14912         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
14913         (HI_REGISTER_NAMES): Add dirflag.
14914         (DEBUF_PRINT_REG): Handle dirflag.
14915         * i386.md (type attribute): New cld and str types.
14916         (length_opcode attribute): Set cld and str to 1.
14917         (memory attribute): Set str to unknown - it is not clear from the
14918         patterns.
14919         (pent_np function unit): Prefixed string operations takes 12 cycles
14920         minimally; cld takes 2 cycles.
14921         (ppro_uops attribute): Str is "many" and cld is "few".
14922         (ppro_p0 unit): Handle cld here.
14923         (k6_alux unit): Handle cld and str types.
14924         (k6_load unit): It is ocupied by str opcodes.
14925         (k6_store unit): It is ocupied by str opcodes.
14926         (athlon_decode): Str is vector decoded.
14927         (athlon_ieu): Handle str and cld.
14928         (cld pattern): New.
14929         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
14930         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
14931         cmpstrsi_nz_1 insn): Do not output cld instruction
14932
14933 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
14934
14935         * gcc.texi (G++ and GCC): Add Java and Chill.
14936         (Bug Critera): Don't list languages.
14937
14938         * gcc.texi (Incompatibilities): No longer claim most C compilers
14939         are K&R.
14940
14941         * gcc.texi (G++ and GCC): Update other front-ends list.
14942
14943 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
14944
14945         * i386.c (ix86_expand_setcc): Fix typo.
14946         (ix86_expand_movcc): Similarly.
14947
14948         * Band-aid until haifa's bitset implementation is nuked.
14949         * haifa-sched.c (extract_bitlst): New parameter for size of the
14950         bitset in bits.  All callers changed.  Avoid looking at undefined
14951         bits in the bitset.
14952         (edgeset_bitsize): New variable.
14953         (schedule_region): Initialize edgeset_bitsize.
14954
14955 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14956
14957         * Makefile.in (optabs.o): Depend on real.h
14958         (resource.o): Depend on insn-attr.h
14959
14960         * builtins.c (result_vector): Wrap prototype in macro conditions
14961         governing definition and use.
14962
14963         * c-common.c: Include tm_p.h.
14964
14965         * c-lex.c: Likewise.
14966
14967         * elfos.h: Constify a char*.
14968
14969         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
14970         (get_attr_length, shorten_branches, profile_after_prologue): Mark
14971         parameter with ATTRIBUTE_UNUSED.
14972
14973         * fold-const.c (exact_real_inverse): Wrap variable `i' in
14974         CHECK_FLOAT_VALUE.
14975
14976         * haifa-sched.c (schedule_insns): Mark parameter with
14977         ATTRIBUTE_UNUSED.
14978
14979         * optabs.c: Include real.h.
14980
14981         * real.h (ereal_atof): Add prototype arguments.
14982
14983         * resource.c: Include insn-attr.h.
14984
14985         * sdbout.c (sdbout_queue_anonymous_type,
14986         sdbout_dequeue_anonymous_types): Wrap in macro
14987         SDB_ALLOW_FORWARD_REFERENCES.
14988         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
14989         ATTRIBUTE_UNUSED.
14990
14991         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
14992
14993         * stupid.c: Include tm_p.h.
14994
14995         * tree.c (real_value_from_int_cst): Mark parameter with
14996         ATTRIBUTE_UNUSED.
14997
14998 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14999
15000         * i960-protos.h: New file.
15001
15002         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
15003         time warnings.
15004
15005         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
15006
15007 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15008
15009         * combine.c (expand_field_assignment): Do not discard SUBREGs
15010         while computing nonzero_bits.
15011
15012 2000-01-09  Nick Clifton  <nickc@cygnus.com>
15013
15014         * config/arm/arm.c: Fix compile time warnings about signed vs
15015         unsigned constants.
15016         * config/arm/arm.h: Fix compile time warnings about signed vs
15017         unsigned constants.
15018
15019 2000-01-09  Philip Blundell  <philb@gnu.org>
15020
15021         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
15022         than `ldm' with only one register.
15023         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
15024         only one register.
15025
15026         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
15027         clobbered.
15028
15029 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
15030
15031         * config/ns32k/ns32k.md (load or push effective address): Operand 1
15032         must have SImode.
15033
15034 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15035
15036         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
15037         assignment used as truth value.
15038
15039         * function.c (assign_temp): Mark parameter `dont_promote' with
15040         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
15041         PROMOTE_FOR_CALL_ONLY.
15042
15043         * genrecog.c (write_subroutine): Mark variable `operands' with
15044         ATTRIBUTE_UNUSED.
15045
15046         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
15047         ATTRIBUTE_UNUSED.
15048
15049         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
15050         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
15051
15052         * toplev.c (note_deferral_of_defined_inline_function): Likewise
15053         for `decl'.
15054
15055 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15056
15057         * config/c4x.h: Tidy up comments.
15058         * config/c4x.c: Likewise.
15059
15060 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
15061
15062         * fold-const.c (lshift_double, rshift_double): Handle
15063         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
15064
15065 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15066
15067         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
15068         in prepare_function_start().
15069
15070 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
15071
15072         * config/v850/v850.c (expand_epilogue): Interrupt functions no
15073         longer allocate extra stack for function calls.
15074
15075 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15076
15077         * config/c4x/c4x.md (*subqf3_set): Fix typo.
15078
15079 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15080
15081         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
15082
15083 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
15084
15085         * rs6000.c (processor_target_table): Add power3 as alias for 630.
15086         * aix43.h: Revert Aug 2 change.
15087         (HAS_INIT_SECTION): Define, not visible yet.
15088         (LD_INIT_SWITCH): Define, not visible yet.
15089         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
15090
15091         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
15092
15093         * collect2.c (main): Expand ld2 size further.
15094         (export_object_lst): Cast assignment to avoid warning.
15095         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
15096         (scan_prog_file, COFF): Do not collect initialization or
15097         finalization functions generated for entire shared object if
15098         init/fini support present.
15099
15100 2000-01-07  Nick Clifton  <nickc@cygnus.com>
15101
15102         * config/elfos.h: Tidy up formatting of marcos.  Make sure
15103         that .section directives are always prefixed by a tab.
15104
15105         * config/svr4.h: Add #include "elfos.h" and remove duplicate
15106         definitions.
15107
15108 2000-01-07  Matt Austern  <austern@sgi.com>
15109
15110         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
15111         expon.
15112
15113 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
15114
15115         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
15116         crtstuff.c.
15117         (crtbegin.o, s-crtS): Likewise.
15118
15119 2000-01-06  Richard Henderson  <rth@cygnus.com>
15120
15121         * alpha.md (adddi_2+1): Limit offset such that it will be
15122         loadable with a single ldah+lda pair.
15123         (adddi_2+2): Explicitly fail split if we can't make it work.
15124
15125 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
15126
15127         * protoize.c: Conditionally include unistd.h.
15128         (IS_SAME_PATH_CHAR): New macro.
15129         (IS_SAME_PATH): New macro.
15130         (CPLUS_FILE_SUFFIX): New macro.
15131         (cplus_suffix): New static variable.
15132         (is_abspath): New static function.
15133         (in_system_include_dir): Handle DOS style pathnames.
15134         (file_could_be_converted): Likewise.
15135         (file_normally_convertible): Likewise.
15136         (directory_specified_p): Likewise.
15137         (file_excluded_p): Likewise.
15138         (abspath): Likewise.
15139         (shortpath): Likewise.
15140         (referenced_file_is_newer): Likewise.
15141         (save_def_or_dec): Likewise.
15142         (do_processing): Likewise.
15143         (main): Likewise.
15144         (edit_file): Likewise. Use rename instead of link.
15145         (rename_c_file): Likewise. Don't rename syscalls file.
15146         (munge_compile_params): Define null device for DOS based systems.
15147         (process_aux_info_file): Use binary mode if appliable.
15148         (edit_file): Likewise.
15149         * invoke.texi (Running Protoize): Document C++ suffixes used.
15150
15151         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
15152         IS_DIR_SEPARATOR macros.
15153         * collect2.c: Likewise.
15154         * cppinit.c: Likewise.
15155         * dwarf2out.c: Likewise.
15156         * gcc.c: Likewise.
15157         * gcov.c: Likewise.
15158         * prefix.c: Likewise.
15159         * rtl.c: Likewise.
15160         * toplev.c: Likewise.
15161         * system.h: And move to here.
15162
15163         * prefix.c (update_path): Fix typo in variable name.
15164
15165 2000-01-06  Richard Henderson  <rth@cygnus.com>
15166
15167         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
15168         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
15169         (count_reg_sets_1, count_reg_references): Likewise.
15170         (flow_loops_level_compute): Start counting actual loop depth at 1.
15171         (flow_loops_find): Likewise.
15172         * local-alloc.c (update_equiv_regs): Likewise.
15173         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
15174
15175 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
15176
15177         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
15178         FIRST_PSEUDO_REGISTER
15179         * dwarf2out.c: Don't include frame.h
15180         * dwarfout.c: Likewise
15181         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
15182         frame.h
15183
15184 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
15185
15186         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
15187         dead registers.
15188
15189         * i386.c (movsf splitter): Fix typo in my last checkin.
15190
15191 2000-01-05  Nick Clifton  <nickc@cygnus.com>
15192
15193         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
15194         own definition of this macro.
15195         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
15196         flag_data_sections or UNIQUE_SECTION_P are true.
15197
15198         * tm.texi (UNIQUE_SECTION): Document that it can be called for
15199         unitialised data decls.
15200
15201         * config/i386/winnt.c (i386_pe_unique_section): Cope with
15202         being called for uninitialised data.
15203
15204         * config/i386/interix.c (i386_pe_unique_section): Cope with
15205         being called for uninitialised data.
15206
15207         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
15208         for uninitialised data.
15209
15210         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
15211         for uninitialised data.
15212
15213         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
15214         for uninitialised data.
15215
15216         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
15217         (UNIQUE_SECTION_P): Always generate a unique section if
15218         flag_data_sections is true.
15219         (UNIQUE_SECTION): Also generate unique sections for
15220         uninitialised data.
15221         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
15222         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
15223         named_section().
15224
15225 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15226
15227         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
15228         SI, or DI.
15229
15230 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15231
15232         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
15233         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
15234         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
15235         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
15236         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
15237
15238         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
15239
15240 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
15241
15242         * c-decl.c (finish_enum): Simplify code to determine minimum and
15243         maximum values of the enum, and calculate the type.  Remove check
15244         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
15245         the DECL_INITIAL of each enumeration constant with a copy converted
15246         to the enumeration type.  When updating variant types, don't bother
15247         updating the type itself.
15248
15249         * c-typeck.c (build_binary_op): Simplify conditional expressions
15250         when weeding out spurious signed-unsigned warnings.  Add new
15251         spurious warning category: if the unsigned quantity is an enum
15252         and its maximum value fits in signed_type(result_type).  Update
15253         commentary.
15254         (build_conditional_expr): Warn here if one alternative is signed
15255         and the other is unsigned.
15256
15257 2000-01-05  Nick Clifton  <nickc@cygnus.com>
15258
15259         * config/fr30/fr30.h: Remove extraneous comments.
15260
15261 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
15262
15263         * reload1.c (choose_reload_regs): When disabling a reload, also
15264         set reload_spill_index to -1.
15265
15266 2000-01-04  Joel Sherrill (joel@OARcorp.com>
15267
15268         * configure.in (m68*-*-rtemscoff*): New target, formal name for
15269         old m68*-*-rtems*.
15270         (m68*-*-rtemself*): New target.
15271         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
15272         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
15273         (sparc*-*-rtemself*): New target.
15274         (sparc*-*-rtems*): Now elf not a.out.
15275         * config/i386/rtems.h: Include config/rtems.h.
15276         * config/i386/rtemself.h: Include config/rtems.h.
15277         * config/i960/rtems.h: Include config/rtems.h.
15278         * config/m68k/rtems.h: Include config/rtems.h.
15279         * config/m68k/rtemself.h: Include config/rtems.h.
15280         * config/mips/rtems64.h: Include config/rtems.h.
15281         * config/pa/rtems.h: Include config/rtems.h.
15282         * config/rs6000/rtems.h: Include config/rtems.h.
15283         * config/sh/rtems.h: Include config/rtems.h.
15284         * config/sh/rtemself.h: Include config/rtems.h.
15285         * config/sparc/rtems.h: Include config/rtems.h.
15286         * config/sparc/rtemself.h: Include config/rtems.h
15287
15288 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
15289
15290         * final.c (shorten_branches): Correctly compute length of
15291         asms without operands.
15292
15293 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
15294
15295         * configure.in: Add pj target.
15296         * configure: Regenerate.
15297         * config/pj: New directory.
15298         * config/pj/lib1funcs.S: New file.
15299         * config/pj/linux.h: New file.
15300         * config/pj/pj.c: New file.
15301         * config/pj/pj.md: New file.
15302         * config/pj/pjl.h: New file.
15303         * config/pj/t-pj: New file.
15304         * config/pj/xm-pj.h: New file
15305
15306 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
15307
15308         * toplev.c (rest_of_compilation): Run shorten-branches before
15309         reg-stack for now.
15310
15311 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15312
15313         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
15314         macros so that they're consistent with their names.
15315         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
15316         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
15317
15318 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15319
15320         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
15321         modified inadvertently.
15322
15323 2000-01-04  Joel Sherrill <joel@OARcorp.com>
15324
15325         * configure.in (v850*-*-rtems*): New target.
15326         * configure: Regenerate.
15327         * config/v850/rtems.h: New file.
15328
15329 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
15330
15331         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
15332         (__gthread_key_create): Likewise.
15333         (__gthread_key_dtor):  Likewise.
15334         (__gthread_once): Fix logic.
15335         (__gthread_key_delete): Cast away constness.
15336
15337         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
15338         * invoke.texi: Document.
15339         * i386/mingw32.h (CPP_SPEC): Use.
15340         (LIBGCC_SPEC): Likewise.
15341         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
15342
15343 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
15344
15345         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
15346         (HANDLE_PRAGMA_PACK): Undefine.
15347         (SLOW_UNALIGNED_ACCESS): Define.
15348
15349 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
15350
15351         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
15352         to default definition.
15353         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
15354         (store_fixed_bit_field): Call macro with word_mode and alignment.
15355         (extract_bit_field): Call macro with relevant mode and alignment.
15356         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
15357         to default definition.
15358         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
15359         and alignment.
15360         (move_by_pieces_ninsns): Likewise.
15361         (clear_by_pieces): Likewise.
15362         (emit_push_insn): Likewise.
15363         (store_field): Call macro with relevant mode and alignment.
15364         (expand_expr): Likewise.
15365         (expand_expr_unaligned): Likewise.
15366
15367         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
15368         (SLOW_UNALIGNED_ACCESS): Define.
15369         (CASE_VECTOR_MODE): Always use 32-bit offsets.
15370         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
15371         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
15372         (toc_section): Likewise and .toc pseudo-op.
15373         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
15374         64-bit mode.
15375         (TEXT_SECTION_ASM_OP): Likewise.
15376         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
15377         32-bit offsets.
15378
15379         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
15380         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
15381         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
15382         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
15383         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
15384
15385 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
15386
15387         * regclass.c: Revert my Jan 4 change to loop cost computation.
15388
15389 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
15390
15391         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
15392         compilation.
15393
15394 2000-01-04  Stan Cox  <scox@cygnus.com>
15395
15396         * haifa-sched.c (build_control_flow): Change unreachable simple
15397         loop test to check if current block has only one predecessor.
15398         (find_rgns): Initialize degree.  Use dest as degree index, not src.
15399
15400 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15401
15402         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
15403
15404         * calls.c (expand_call): Likewise for
15405         `old_stack_arg_under_construction'.
15406
15407         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
15408
15409         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
15410         `save_constant'.
15411
15412         * gcc.c (execute): Likewise for `ut' and `st'.
15413
15414         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
15415
15416         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
15417
15418         * jump.c (jump_optimize_1): Likewise for `temp2'.
15419
15420         * local-alloc.c (block_alloc): Likewise for `r1'.
15421
15422         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
15423
15424         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
15425         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
15426
15427         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
15428         and `set2'.
15429
15430         * reload.c (find_reloads): Likewise for `goal_alternative_number'
15431         and `goal_earlyclobber'.
15432
15433         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
15434
15435         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
15436
15437         * stupid.c (stupid_life_analysis): Likewise for `chain'.
15438
15439         * unroll.c (copy_loop_body): Likewise for `copy'.
15440
15441         * varasm.c (output_constructor): Likewise for `byte'.
15442
15443 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
15444
15445         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
15446         all FP constants for constant->reg moves.
15447         (ix86_split_to_parts): Try to convert memory address into immediate
15448         when available in the constant pool.
15449         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
15450         moves.
15451         (LEGITIMATE_CONSTANT_P): Return 1.
15452         * i386.md (pushsf): New splitter to convert constant pool memory
15453         reference to immediate.
15454         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
15455         reload.
15456
15457 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
15458
15459         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
15460         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
15461         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
15462         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
15463         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
15464
15465 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
15466
15467         * ginclude/stdbool.h:  Support compilation as C++.
15468
15469 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
15470
15471         * fold-const.c (make_range): Don't try to reverse an unbounded range.
15472
15473 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
15474
15475         * regclass.c (regclass): Properly compute loop_cost.  Adjust
15476         comments.
15477
15478         * regclass.c: Fix minor whitespace problems.
15479
15480 2000-01-03  Anthony Green  <green@cygnus.com>
15481
15482         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
15483         Restore the pic register if required.
15484
15485 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
15486
15487         * c-common.c (format_char_info): Update comment.
15488         (check_format_info): Recognize 'z' modifier in the same way 'Z'
15489         was recognized.  Emit warning for formats new in ISO C99 only
15490         if flag_isoc9x is not set.
15491
15492 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
15493
15494         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
15495
15496 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
15497
15498         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
15499         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
15500         (make_compound_operation): Choose cheaper alternative between
15501         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
15502
15503         * regclass.c (op_costs): Remove global variable.
15504         (record_reg_classes): New parameter "op_costs" and "reg_pref".
15505         (record_operand_costs): Break out from ...
15506         (scan_one_insn): ... here.
15507         (dump_regclass): Make dumps nicer.
15508         (regclass): Dump preferrences choosed and changes done during passes.
15509
15510 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
15511
15512         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
15513
15514 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
15515
15516         * config/sparc/sparc.c (gen_df_reg): New function.
15517         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
15518         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
15519         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
15520         movtf_cc_reg_sp64+1): Use it.
15521
15522 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
15523
15524         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
15525         copied LABEL_DECLs.
15526
15527 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15528
15529         * config/i386/i386.c (ix86_expand_unary_operator): Function
15530         definition made void.
15531         (ix86_expand_binary_operator): Update outdated preceding comment.
15532         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
15533         prototype.
15534
15535         * config/i386/i386.c (override_options): Fix option-name typo.
15536
15537 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
15538
15539         * system.h (CEIL): Define.
15540         * builtins.c (CEIL): Remove.
15541         * expmed.c (CEIL): Likewise.
15542         * expr.c (CEIL): Likewise.
15543         * stor-layout.c (CEIL): Likewise.
15544
15545 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15546
15547         * expr.c (store_constructor_field): Fix typo introduced with last
15548         gcc2 merge.
15549
15550 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
15551
15552         * tree.h (BINFO_N_BASETYPES): New macro.
15553
15554 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
15555
15556         * expmed.c (emit_store_flag): Prevent losing a pending stack
15557         adjust the same way we prevent losing queued increments.
15558
15559 See ChangeLog.2 for earlier changes.