OSDN Git Service

2000-06-01 Pekka Nikander <pnr@teldanex.tcm.hut.fi>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2000-06-02  Pekka Nikander  <pnr@teldanex.tcm.hut.fi>
2
3         * Makefile.in: Use $(MAKE) not "make"
4
5 Fri Jun  2 19:31:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6
7         * alias.c (struct alias_set_entry): New field has_zero_child.
8         (mem_in_disjoint_alias_sets_p): Return 0 if set in either ase.
9         (get_alias_set): If language-dependent routine set TYPE_ALIAS_SET,
10         do nothing.
11         Call record_component_aliases for aggregate types.
12         (record_alias_subset): Set has_zero_child.
13         (record_component_aliases, case ARRAY_TYPE): Do nothing if
14         TYPE_NONALIASES_COMPONENT.
15         (record_component_aliases, case RECORD_TYPE): Test
16         DECL_NONADDRESSABLE_P.
17         * c-decl.c (grokdeclarator): Set DECL_NONADDRESSABLE_P instead
18         of TREE_ADDRESSABLE.
19         * calls.c (initialize_argument_information): Only test
20         TYPE_TRANSPARENT_UNION for UNION_TYPE.
21         * function.c (assign_parms): Likewise.
22         * integrate.c (function_cannot_inline_p): Likewise.
23         * stor-layout.c (finish_record_layout): Don't call
24         record_component_aliases.
25         * tree.h (struct tree_int_cst): Use struct tree_common.
26         (struct tree_real_cst, struct tree_string): Likewise.
27         (struct tree_complex, struct tree_identifier): Likewise.
28         (struct tree_list, struct tree_vec, struct tree_exp): Likewise.
29         (struct tree_block, struct tree_type, struct tree_decl): Likewise.
30         (TYPE_TRANSPARENT_UNION): Use UNION_TYPE_CHECK.
31         (TYPE_NONALIASES_COMPONENT): New macro.
32         (TYPE_AMBIENT_BOUNDEDNESS): Use FUNCTION_TYPE_CHECK.
33         (DECL_NONADDRESSABLE_P): New macro.
34         (struct tree_decl): Reorder bits for clarity of how many left;
35         add non_adressable.
36
37 2000-06-02  Jason Merrill  <jason@casey.soma.redhat.com>
38
39         * Makefile.in (libgcc.a): Also depend on $(LIB2ADD).
40         * mklibgcc.in (force): New target.
41         Make LIB2ADD stuff depend on it.
42
43 2000-06-02  Richard Henderson  <rth@cygnus.com>
44
45         * alias.c (lang_get_alias_set): Remove.
46         (get_alias_set): Call it directly, not indirectly.
47         * c-common.c (lang_get_alias_set): Rename from c_get_alias_set.
48         * c-common.h (c_get_alias_set): Don't declare.
49         * c-decl.c (init_decl_processing): Don't set lang_get_alias_set.
50         * expr.h (lang_get_alias_set): Declare as function, not pointer.
51         
52 2000-06-02  Bruce Korb  <bkorb@gnu.org>
53
54         * fixinc/server.c(sig_handler):  resume closing server on SIGPIPE
55         (server_setup):  define the server's master pid
56         (close_server):  actually do the deed IFF we are the server's master
57
58 2000-06-02  Jakub Jelinek  <jakub@redhat.com>
59
60         * c-common.c (c_get_alias_set): Check whether signed_type did not
61         return its argument before calling get_alias_set on the result.
62
63 2000-06-02  Andrew MacLeod  <amacleod@cygnus.com>
64
65         * expr.c (emit_group_load): Fix typo, GET_MODE not GET_CODE.
66
67 Fri Jun  2 00:22:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
68
69         * sh.h (CPP_SPEC): Add -D__NOMACSAVE__ for -mnomacsave.
70         (CONDITIONAL_REGISTER_USAGE): Mac registers are call used
71         for TARGET_NOMACSAVE.
72         (NOMACSAVE_BIT): Define.
73         (TARGET_NOMACSAVE): Define.
74         (TARGET_SWITCHES): Add "nomacsave".
75
76 2000-06-02  Toshiyasu Morita  <toshi.morita@sega.com>
77
78         * sh.md (untyped_call): Remove excess parameters
79
80 2000-06-01  Loren J. Rittle  <ljrittle@acm.org>
81
82         * fixinc/inclhack.def (osf_namespace_a): Relax expression to
83         match that used before the conversion to c_fix style.
84         * fixinc/fixincl.x: regenerate
85
86 2000-06-01  Stan Cox  <scox@cygnus.com>
87
88         * varray.h (VARRAY_PUSH_GENERIC_PTR, VARRAY_PUSH_CHAR_PTR): Fix
89         macro argument typo.
90
91 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
92
93         * cpplex.c (maybe_macroexpand): Use CPP_WTRADITIONAL.  Improve
94         error message.
95         * cpplib.c (parse_include): Remove support for VAX-C 
96         "#include starlet" misfeature.
97
98 2000-05-31 Laurynas Biveinis <lauras@softhome.net>
99
100         * cppfiles.c: conditionally define O_BINARY.
101         (open_include_file): pass O_BINARY to open().
102
103 2000-06-01  Richard Henderson  <rth@cygnus.com>
104
105         * i960.c (i960_br_predict_opcode): Remove.
106         (i960_print_operand) [+]: Emit branch prediction hints.
107         (i960_function_arg): Return early for VOIDmode.
108         (i960_round_align): Return early for incomplete types.
109         * i960.h (PRINT_OPERAND_PUNCT_VALID_P): New.
110         * i960.md (all conditional branches): Add "%+".
111
112 Thu Jun  1 12:24:21 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
113
114         * alias.c (get_alias_set): Don't call language-specific routine more
115         than is needed and clean up code a bit.
116         * c-common.c (c_get_alias_set): All references whose type
117         is char get alias set 0, but character types need not.
118         * varasm.c (make_function_rtl): Don't call set_mem_attributes.
119         (make_decl_rtl): Don't call it for FUNCTION_DECL.
120
121 2000-06-01  Bruce Korb  <bkorb@gnu.org>
122
123         * fixinc/tests/base/...: new base result files
124
125 Thu Jun  1 09:37:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
126
127         * config/i386/i386.c (ix86_use_fcomi_compare): Make global.
128         * config/i386/i386-protos.h (ix86_use_fcomi_compare): Declare.
129         * config/i386/i386.md (*fp_jcc_3, *fp_jcc_4): Disable if we
130         will use FCOMI.
131         
132 2000-06-01  Richard Henderson  <rth@cygnus.com>
133
134         * Makefile.in (c-decl.o): Depend on $(EXPR_H), not expr.h.
135
136         * c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.
137
138 2000-05-31  Richard Henderson  <rth@cygnus.com>
139
140         * config/ia64/ia64.c (sdata_symbolic_operand): Consider small
141         CONSTANT_POOL_ADDRESS_P addresses for .sdata.
142         * config/ia64/sysv4.h (SELECT_RTX_SECTION): New.
143
144 2000-05-31  Richard Henderson  <rth@cygnus.com>
145
146         * config/ia64/ia64-protos.h (ia64_expand_prediction): Remove.
147         * config/ia64/ia64.c (ia64_expand_prediction): Move code ...
148         (ia64_print_operand) [+]: ... here.  Use current_output_insn.
149         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): New.
150         * config/ia64/ia64.md (all branch/call patterns): Use %+.
151
152 2000-05-31  Richard Henderson  <rth@cygnus.com>
153
154         * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers.
155
156 2000-05-31  Richard Henderson  <rth@cygnus.com>
157
158         * ifcvt.c (merge_if_block): Be prepared for JOIN to have no 
159         remaining edges.
160         (find_if_block): Allow THEN with no outgoing edges.
161         * flow.c (merge_blocks_nomove): Remove a barrier not following
162         a jump as well.
163
164 2000-05-31  Richard Henderson  <rth@cygnus.com>
165
166         * flow.c (propagate_block): Move initialization of mem_set_list ...
167         (init_propagate_block_info): ... here.  Also track blocks with 
168         no successors; don't scan insns if ! PROP_SCAN_DEAD_CODE.
169
170 2000-05-31  Richard Henderson  <rth@cygnus.com>
171
172         * jump.c (jump_optimize_1): Revert 05-18 change.
173
174 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
175
176         * invoke.texi: Remove documentation for -fguiding-decls.
177
178 2000-05-31  Richard Henderson  <rth@cygnus.com>
179
180         * configure.in: Fix typo last change.
181
182 2000-05-31  Philipp Thomas  <pthomas@suse.de>
183
184         * configure.in (enable-nls): Enable if build == host, i.e. when 
185         not building a canadian cross compiler.
186         (enable-maintainer-mode): Added for use with i18n.
187         * aclocal.m4 (AM_GNU_GETTEXT): Only build catalogs that are a
188         cross section of ALL_LINGUAS and LINGUAS.
189         * configure: Rebuild.
190
191 2000-05-31  Bruce Korb  <bkorb@gnu.org>
192
193         * fixinc/check.tpl: rework to use test result tree
194         * fixinc/Makefile.in: change invocation of check script
195         * fixinc/check.diff: No longer needed
196         * fixinc/fixincl.x: regenerate
197         * fixinc/inclhack.def:  add new tests
198         * fixinc/tests/base/arch/i960/archI960.h:  New test result
199         * fixinc/tests/base/curses.h: modified test result
200         * fixinc/tests/base/stdio.h: ditto
201         * fixinc/tests/base/time.h: ditto
202         * fixinc/tests/base/sys/asm.h: ditto
203         * fixinc/tests/base/sys/stat.h: ditto
204         * fixinc/tests/base/sys/wait.h: ditto
205
206 Wed May 31 13:17:20 2000  Philippe De Muyter  <phdm@macqel.be>
207
208         * except.c (clear_function_eh_region): Do not free NULL.
209
210 Wed May 31 08:07:52 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
211
212         * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
213         * alias.c (struct alias_entry): alias_set is HOST_WIDE_INT.
214         (REG_BASE_VALUE): Remove unneeded cast to unsigned.
215         (get_alias_set_entry): ALIAS_SET arg is HOST_WIDE_INT.
216         (find_base_decl): New function, from c_find_base_decl in c-common.c.
217         (new_alias_set): Moved from tree.c; return is HOST_WIDE_INT.
218         (get_alias_set): Likewise.
219         Major rework to do more things and allow language-specific code
220         to just handle special-cases.
221         (record_alias_subset): Args are HOST_WIDE_INT.
222         (record_component_alias): Local vars are HOST_WIDE_INT.
223         Don't handle COMPLEX_EXPR.
224         (get_varargs_alias_set): Moved from builtins.c.
225         (get_frame_alias_set): New function.
226         * builtins.c (expand_builtin_return_address): Use frame alias set.
227         (expand_builtin_setjmp, expand_builtin_longjmp): Use alias set
228         for setjmp buffer.
229         (get_memory_rtx): Rework to use set_mem_attributes.
230         (get_varargs_alias_set): Deleted from here.
231         * c-common.c (c_apply_type_quals_to_decl): Alias sets now HOST_WIDE_INT.
232         (c_find_base_decl): Deleted from here.
233         (c_get_alias_set): Remove many cases and rework to just handle
234         C-specific cases.
235         * c-common.h (c_get_alias_set): Returns HOST_WIDE_INT.
236         * c-decl.c (rtl.h, expr.h): Now included.
237         (init_decl_processing): Call record_component_aliases on array types.
238         (grokdeclarator): Likewise.
239         Set TREE_ADDRESSABLE for all fields that are not bitfields.
240         * c-typeck.c (common_type): Call record_component_aliases for array.
241         * caller-save.c (setup_save_areas): Rework register loop for unsigned.
242         Set all save areas to the frame alias set.
243         * calls.c (initialie_argument_information): Call set_mem_attributes.
244         (compute_argument_addresses, expand_call): Likewise.
245         * explow.c (set_mem_attributes): New function.
246         (stabilize): Use MEM_COPY_ATTRIBUTES and force_reg.
247         * expr.c (struct move_by_pieces): Remove {to,from}_{struct,readonly}.
248         LEN and OFFSET now HOST_WIDE_INT.
249         (clear_by_pieces): Similar changes.
250         (move_by_pieces): LEN now HOST_WIDE_INT; don't set deleted fields.
251         (move_by_pieces_ninsns): Now returns unsigned HOST_WIDE_INT.
252         (move_by_pieces_1): Don't use deleted fields, use MEM_COPY_ATTRIBUTES.
253         (clear_by_pieces_1): Likewise.
254         (emit_push_insn): Call set_mem_attributes.
255         (expand_expr, case INDIRECT_REF): Likewise.
256         (expand_expr, case VAR_DECL): Call change_address.
257         * expr.h (ADD_PARM_SIZE, SUB_PARM_SIZE): Use host_integerp and
258         tree_low_cst.
259         (get_varargs_alias_set, get_frame_alias_set): New decls.
260         (record_base_value, record_alias_subset, lang_get_alias_set): Likewise.
261         (new_alias_set, set_mem_attributes): Likewse.
262         * function.c (struct temp_slot): ALIAS_SET is HOST_WIDE_INT.
263         (assign_stack_temp_for_type): Likewise.
264         Can split slot even if alias set since can copy.
265         Set MEM_ALIAS_SET and MEM_SET_IN_STRUCT_P.
266         (assign_temp): Use host_integerp and tree_low_cst.
267         (put_var_into_stack): Properly handle SAVE_EXPR.
268         (put_addressof_into_stack): Likewise.
269         (assign_parms): Call set_mem_attributes.
270         Delete #if 0 code.
271         (fix_lexical_address): Put reference to chain into frame alias set.
272         (expand_function_start): Call set_mem_attributes.
273         * integrate.c (expand_inline_function): Likewise.
274         * recog.c (adj_offsettable_operand): Use MEM_COPY_ATTRIBUTES.
275         * regmove.c (try_apply_stack_adjustment): Likewise.
276         * reload.c (push_reload, make_memloc): Likewise.
277         * reload1.c (alter_reg): Make alias sets for spilled pseudos.
278         * rtl.def (MEM): Update comment.
279         * rtl.h (MEM_ALIAS_SET): Now uses XCWINT.
280         (move_by_pieces): Change length to HOST_WIDE_INT.
281         (record_base_value, record_alias_subset): Delete from here.
282         * stmt.c (expand_decl): Call set_mem_attributes.
283         * stor-layout.c (finish_record_layout): Call record_component_aliases.i
284         * toplev.c (compile_file): Call init_alias_once earlier.
285         * tree.c (lang_get_alias_set, get_alias_set, new_alias_set): Deleted
286         from here: now in alias.c.
287         * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
288         (struct tree_decl): Likewise.
289         (get_alias_set, new_alias_set, lang_get_alias_set): Deleted from here.
290         * varasm.c (make_function_rtl, make_decl_rtl): Call set_mem_attributes.
291         (output_constant_def, force_const_mem): Likewise.
292         
293         * flow.c (propagate_block): If block has no successors, stores to
294         frame are dead if not used.
295
296 2000-05-31  Nathan Sidwell  <nathan@codesourcery.com>
297
298         * stmt (expand_end_case): Reorder conversion sequence for jump
299         table to avoid extra truncations.
300
301 Wed May 31 01:31:42 2000  Jeffrey A Law  (law@cygnus.com)
302
303         * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn
304         in the block is more than just a simple conditional branch.
305         (noce_process_if_block): Similarly.
306
307 Tue May 30 22:25:57 2000  Alexandre Oliva  <aoliva@cygnus.com>
308
309         * optabs.c (prepare_float_lib_cmp): Protect *px and *py from
310         queue.
311
312 2000-05-30  Michael Meissner  <meissner@redhat.com>
313
314         * dwarf2out.c (dwarf2out_frame_debug_expr): Ignore HIGH
315         instructions.  Treat LO_SUM operations as loading the full integer
316         constant.
317
318 2000-05-30  Richard Henderson  <rth@cygnus.com>
319
320         * combine.c (get_pos_from_mask): Test exact_log2 result as signed.
321
322 2000-05-30  Richard Henderson  <rth@cygnus.com>
323
324         * bb-reorder.c (emit_jump_to_block_after): Protect use of HAVE_return.
325
326 2000-05-30  Bruce Korb  <bkorb@gnu.org>
327
328         * fixinc/tests/*:  Added expected result files for fixinc's make check
329         * fixinc/fixfixes(char_macro_*_fix): Restore original algorithm
330
331 2000-05-30  Richard Henderson  <rth@cygnus.com>
332
333         * config/alpha/alpha.md (*setne_internal): Use match_operator
334         instead of working down from insn.
335
336 2000-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
337
338         * invoke.texi (-Wtraditional): Update WRT function macros.
339
340 Tue May 30 09:57:32 2000  Philippe De Muyter  <phdm@macqel.be>
341
342         * except.c (free_exception_table): Do not free NULL.
343
344 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
345
346         * cpplib.c (do_if): Don't save and restore only_seen_white here.
347         * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white
348         and skipping here.
349
350 2000-05-29  Richard Earnshaw (rearnsha@arm.com)
351
352         * flow.c (mark_used_reg): If a register is unconditionally live, 
353         remove any conditional death information.
354
355 2000-05-29  Richard Henderson  <rth@cygnus.com>
356
357         * final.c (current_output_insn): New.
358         (final_scan_insn): Set it.
359         * output.h: Declare it.
360
361 2000-05-29  Richard Henderson  <rth@cygnus.com>
362
363         * stor-layout.c (finalize_record_size): Fix typo.
364
365         * jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END
366         if nlabel is null.
367
368 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
369
370         * cpplib.h (cpp_reader): Remove if_stack.  Change
371         potential_control_macro to a cpp_hashnode *.  Add skipping flag.
372         * cpphash.h (struct ihash): Change control_macro to a
373         cpp_hashnode * and shorten name to cmacro.
374         Add NEVER_REINCLUDE constant.
375
376         * cppfiles.c (redundant_include_p): Drop cpp_reader argument.
377         Examine the cmacro node directly, no need to call cpp_defined.
378         (_cpp_execute_include, read_include_file): Set cmacro to
379         NEVER_REINCLUDE, not U"".
380         * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
381         (cpp_get_token): If pfile->skipping is true, discard text and
382         keep scanning until we hit a directive; don't expand macros.
383
384         * cpplib.c (struct if_stack): Remove if_succeeded, add
385         was_skipping. Change control_macro to a cpp_hashnode * and
386         shorten name to cmacro.  Remove typedef IF_STACK.
387         (parse_ifdef), detect_if_not_defined): Return a cpp_hashnode *.
388         (conditional_skip, skip_if_group,
389         consider_directive_while_skipping): Delete.
390         (push_conditional): New.
391         (_cpp_handle_directive): Don't process directives other than
392         conditionals if we are skipping.
393
394         (do_ifdef, do_ifndef, do_if, do_else, do_elif, do_endif):
395         Update to new scheme.
396         (validate_else): Skip rest of line here, unconditionally.
397         (_cpp_unwind_if_stack): The stack is per-buffer.  Force
398         pfile->skipping off.
399
400         (all): Remove `scare quotes' from error messages.
401
402 2000-05-29  Richard Henderson  <rth@cygnus.com>
403
404         * function.c (emit_return_into_block): New line_note arg; emit it.
405         (thread_prologue_and_epilogue_insns): Attempt to locate a line note
406         for the close brace to accompany HAVE_return.  Move all line notes
407         following the epilogue to before the NOTE_INSN_EPILOGUE_BEG.
408
409 2000-05-29  Richard Henderson  <rth@cygnus.com>
410
411         * longlong.h [__alpha] (count_leading_zeros): New.
412         (count_trailing_zeros): New.
413         (COUNT_LEADING_ZEROS_0): New.
414
415         * config/alpha/alpha.c (alpha_zero_comparison_operator): New.
416         (alpha_split_conditional_move): New.
417         * config/alpha/alpha-protos.h: Prototype them.
418         * config/alpha/alpha.h (PREDICATE_CODES): Update.
419         (CPP_CPU_DEFAULT_SPEC): Fix typo for EV67.
420         * config/alpha/alpha.md: Update ffs cix commentary.
421         (*ze_and_ne): New.
422         (*nabssf2, *nabsdf2): New.
423         (*mov[qhsd]icc_internal): Use add_operand.
424         (if_then_else constant splitters): New.
425         (*cmp_sadd_di, *cmp_sadd_si, *cmp_sadd_sidi): New.
426         (*cmp_ssub_di, *cmp_ssub_si, *cmp_ssub_sidi): New.
427
428 2000-05-29  Richard Henderson  <rth@cygnus.com>
429
430         * combine.c (force_to_mode) [MINUS]: Convert subtraction from
431         a constant to NEG or NOT when conditions allow.
432
433         * combine.c (combine_simplify_rtx): Don't create an if_then_else
434         unless both args are general_operand.  Don't canonicalize plus
435         to ior unless it helps.
436
437         * toplev.c (rest_of_compilation): Set no_new_pseudos after flow1;
438         instead track register_life_up_to_date.  Toggle no_new_pseudos
439         around if_convert.  
440
441 2000-05-28  Geoff Keating  <geoffk@cygnus.com>
442
443         * config/rs6000/rs6000.c (output_cbranch): Escape '%' characters
444         so output_operand doesn't see them.
445
446 Sun May 28 18:37:07 2000  Clinton Popetz  <cpopetz@cygnus.com>
447
448         * lcm.c (make_preds_opaque): Fix comment.
449         (optimize_mode_switching): Use NORMAL_MODE instead of 
450         MODE_USES_IN_EXIT_BLOCK.  Change leftover instance of
451         FP_MODE_NONE to no_mode.  Rename MODE_AT_ENTRY to NORMAL_MODE.
452         Handle insertions before an existing NOTE_INSN_BASIC_BLOCK.
453         * tm.texi (OPTIMIZE_MODE_SWITCHING): Refer to NORMAL_MODE.
454         (MODE_USES_IN_EXIT_BLOCK): Delete.
455         (MODE_AT_ENTRY) Rename to NORMAL_MODE.
456         * sh.h (MODE_USES_IN_EXIT_BLOCK): Delete.
457         (MODE_AT_ENTRY): Rename to NORMAL_MODE.
458         (MODE_NEEDED): Don't look for USE.
459         (EPILOGUE_USES): Define.
460
461 Sun May 28 23:26:59 2000  Philippe De Muyter <phdm@macqel.be>
462
463         * mklibgcc.in (all): Variable initialised to `libgcc'.
464
465 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
466
467         * toplev.h (skip_leading_substring): New macro.
468         * toplev.c (decode_f_option): Use skip_leading_substring instead
469         of strncmp.
470         (decode_W_option): Likewise.
471
472 2000-05-28  Nick Clifton  <nickc@cygnus.com>
473
474         * tm.texi (CONDITIONAL_REGISTER_USAGE): Document that it can
475         modify reg_names.
476
477 2000-05-28  Richard Henderson  <rth@cygnus.com>
478
479         * regclass.c (record_operand_costs): Protect reg_changes_size
480         with CLASS_CANNOT_CHANGE_SIZE.
481
482         * loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
483
484 2000-05-28  Richard Henderson  <rth@cygnus.com>
485
486         * function.c (diddle_return_value): A pcc-style struct return
487         returns a pointer.
488
489 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
490
491         * cppfiles.c: Read files in, using mmap if possible, then
492         prescan them separately.
493         (read_file, read_with_read): New functions.
494         * cpplex.c: Don't define UCHAR_MAX.
495         (_cpp_read_and_prescan): Rename to _cpp_prescan.  Don't read
496         the file here.
497
498         * cppinit.c (handle_option): Automatically define __cplusplus,
499         __OBJC__, __ASEEMBLER__, _LANGUAGE_FORTRAN here when we see
500         the respective -lang switch.
501
502         * cpphash.h (enum node_type, struct hashnode, _cpp_lookup
503         prototype): Move to...
504         * cpplib.h: ... here.  Rename struct hashnode to struct
505         cpp_hashnode and give it a typedef.  Rename _cpp_lookup to
506         cpp_lookup.  Add 'fe_value' slot, a union tree_node *.
507
508 2000-05-27  Geoffrey Keating  <geoffk@cygnus.com>
509
510         * config/rs6000/rs6000.md (movsi): Constify 'name'.
511
512         * regclass.c [CLASS_CANNOT_CHANGE_SIZE]
513         (class_can_change_size): New variable.
514         (reg_changes_size): New variable.
515         (init_reg_sets_1): Initialise class_can_change_size.
516         (record_operand_costs): Remove subreg_changes_size.
517         Don't pass it around.  Instead update reg_changes_size.
518         (regclass): Initialise and free reg_changes_size.  If a register
519         changes size, don't preference it to a class that contains
520         registers that can't change size.
521         (record_reg_classes): Don't look at subreg_changes_size.
522
523 2000-05-27  Richard Henderson  <rth@cygnus.com>
524
525         * print-rtl.c (reg_names): Remove const.
526         * regclass.c (reg_names): Likewise.
527         * regs.h (reg_names): Likewise.
528         * hard-reg-set.h (reg_names): Likewise.
529
530 2000-05-27  Richard Henderson  <rth@cygnus.com>
531
532         * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
533
534 2000-05-27  Richard Henderson  <rth@cygnus.com>
535
536         * config/alpha/alpha.c (alpha_does_function_need_gp): Test
537         TARGET_PROFILING_NEEDS_GP in the if, instead of with an ifdef.
538         (alpha_expand_prologue): Emit prologue_mcount if needed.
539         * config/alpha/alpha.h (TARGET_PROFILING_NEEDS_GP): Default to 0.
540         * config/alpha/alpha.md (prologue_mcount): New.
541         * config/alpha/linux.h (FUNCTION_PROFILER): Remove.
542         (TARGET_PROFILING_NEEDS_GP): Undef before redefining.
543         * config/alpha/netbsd.h: Likewise.
544
545 2000-05-27  Richard Henderson  <rth@cygnus.com>
546
547         * config/alpha/elf.h (SELECT_SECTION): Mirror Kenner's May 19
548         change to config/elfos.h.
549
550 2000-05-27  Richard Henderson  <rth@cygnus.com>
551
552         * Makefile.in (resource.o): Depend on except.h.
553         * except.h (output_exception_table_data): Prototype.
554         * genconfig.c (gen_peephole2): Prototype.
555         * genemit.c (main): Include ggc.h.
556         * genoutput.c: Revert parts of last change: include errors.h
557         (main): Set progname.
558         * recog.c: Include hard-reg-set.h before recog.h.
559         * resource.c: Include except.h.
560
561         * config/alpha/alpha-protos.h (alpha_arg_info_reg_val): Protect
562         with RTX_CODE.
563         (alpha_write_linkage): Protect with BUFSIZ.
564         (alpha_need_linkage): Update prototype.
565         * config/alpha/alpha.c (function_arg): Move VMS code here.
566         (alpha_links_base): Remove.
567         (alpha_links): New.
568         (mark_alpha_links_node, mark_alpha_links): New.
569         (alpha_write_one_linkage): New.
570         (alpha_need_linkage): Use a splay tree.  Build the linkage symbol.
571         (alpha_write_linkage): Use splay_tree_foreach.
572         * config/alpha/alpha.md (call_vms): Use alpha_need_linkage
573         to get the linkage symbol.
574         (call_value_vms): Likewise.
575         * config/alpha/elf.h (output_file_directive): Remove decl.
576         (ctors_section, dtors_section): Prototype.
577         (sbss_section, sdata_section): Prototype.
578         * config/alpha/vms.h (FUNCTION_ARG): Remove.
579         (readonly_section, link_section, literals_section): Prototype.
580         (ctors_section, dtors_section): Prototype.
581         (vms_valid_decl_attribute_p): Remove decl.
582         (alpha_arg_type, alpha_arg_info_reg_val): Likewise.
583
584 2000-05-27  Geoff Keating  <geoffk@cygnus.com>
585
586         * reload.c (get_secondary_mem): Don't widen floating-point modes.
587
588         * combine.c (subst): Honour CLASS_CANNOT_CHANGE_SIZE when
589         substituting the REG in a (subreg:X (reg:Y ...)).
590
591 2000-05-28  Neil Booth  <NeilB@earthling.net>
592
593         * cpplex.c (_cpp_lex_line): Merge vertical space.  Flag
594         first token of a line BOL.  Update EOF code for this.
595         Remove illegal directive check - it appears in the (not
596         yet committed) caller.
597         * cpplib.h (BOL): New flag.
598
599 2000-05-28  Neil Booth  <NeilB@earthling.net>
600
601         * cpplex.c (_cpp_init_toklist): No comment space to initialise.
602         (_cpp_free_toklist): No comment space to free.
603         (expand_comment_space): Remove.
604         (save_comment_space): Place the comment in the current token and
605         not in a separate comment space.
606         (_cpp_lex_line): Save comments during plain code and #define
607         directives only.
608         * cpplib.h (struct _cpp_toklist): Remove comment space.
609
610 2000-05-28  Neil Booth  <NeilB@earthling.net>
611
612         * cppexp.c (parse_assertion): Supply extra argument to
613         _cpp_init_toklist.
614         * cpplib.c (do_assert, do_unassert): Similarly.
615         * cpphash.h (_cpp_init_toklist) Update.
616         (_cpp_expand_token_space): New.
617         (DUMMY_TOKEN, NO_DUMMY_TOKEN): New.
618         * cpplex.c (_cpp_init_toklist): New argument.
619         (parse_string2): New argument multiline_ok.
620         (spell_token): Take a const cpp_token *.
621         (INIT_NAME): Replace with INIT_TOKEN_NAME.  Update tokens_used.
622         (SPELL_ macros): Replace with enum.
623         (expand_token_space): Replace with _cpp_expand_token_space.
624         Take COUNT argument.
625         (IS_DIRECTIVE): Update.
626         (_cpp_lex_line): Update token structure before parsing number.
627         Don't assume start at beginning of token list.
628         (save_comment): Use INIT_TOKEN_NAME.
629
630 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
631
632         * configure.in (stage1_warn_cflags): Add -Wstrict-prototypes
633         -Wmissing-prototypes.
634         * configure: Regenerate.
635         * gcc.texi: Remove explanation of MD_CALL_PROTOTYPES.
636
637         * builtins.c, calls.c: Change all instances of gen_call_* or
638         gen_sibcall_* to GEN_CALL_* and GEN_SIBCALL_*.
639         * calls.c (struct_value_size_rtx): Separate definition from
640         initialization to avoid unused variable warning.
641
642         * genflags.c (gen_macro): New function.
643         (gen_proto): Call it for gen_call_* and gen_sibcall_*.
644         (gen_nonproto): Delete.
645         (gen_insn): Put all insns on the same obstack.
646         (main): Generate prototypes for everything unconditionally.
647
648         * configure.in: Add AC_CHECK_TYPE(ssize_t).  Remove commented 
649         out check for wchar_t.
650         * acconfig.h: Add template for ssize_t.  Remove @TOP@.
651         * system.h: Add infrastructure for defining missing   
652         TYPE_MAX/TYPE_MIN macros.  Use it to provide fallback  
653         definitions of UCHAR_MAX and SSIZE_MAX.
654         * configure: Regenerate.
655         * config.in: Regenerate.
656
657         * Makefile.in (libgcc2.ready): Rename to libgcc.ready.
658         Depend on $(LANGUAGES) as well as $(GCC_PATCHES) and fixed
659         headers.
660         (clean): No need to delete libgcc1.a, libgcc1-asm.a,
661         libgcc2.a, or libgcc1.null.
662
663 2000-05-27  Richard Henderson  <rth@cygnus.com>
664
665         * Makefile.in (recog.o): Don't depend on resource.h.
666         * recog.c: Don't include resource.h.
667         (recog_last_allowed_insn): Remove.
668         (recog_next_insn): Remove.
669         (struct peep2_insn_data): New.
670         (peep2_insn_data, peep2_current): New.
671         (peep2_next_insn): New.
672         (peep2_regno_dead_p, peep2_reg_dead_p): New.
673         (peep2_find_free_register): New.
674         (peephole2_optimize): Track life information by insn as we go.
675         * recog.h: Update declarations.
676         * resource.c (find_free_register, reg_dead_p): Remove.
677         * resource.h: Remove their declarations.
678         * toplev.c: Include hard-reg-set.h before recog.h.
679
680         * genconfig.c (max_insns_per_peep2): New.
681         (gen_peephole2): New.
682         (main): Call it.
683         * genemit.c (output_peephole2_scratches): Generate calls to
684         peep2_find_free_register; adjust surrounding code.
685         (main): Have insn-emit.c include hard-reg-set.h before recog.h.
686         * genrecog.c (change_state): Don't track last_insn.
687         (write_action): Write into *_pmatch_len before accepting.
688         (write_tree): Adjust peephole2_insns and subroutines to match.
689
690         * config/i386/i386.md (all peepholes): Use peep2_regno_dead_p.
691
692         * config/alpha/alpha.c (hard_fp_register_operand): Mind the mode.
693         (hard_int_register_operand): New.
694         * config/alpha/alpha-protos.h: Declare it.
695         * config/alpha/alpha.h (PREDICATE_CODES): Update.
696         * config/alpha/alpha.md (peep2 patterns): Use hard_int_register_operand
697         as needed; use peep2_reg_dead_p instead of dead_or_set_p.
698
699 2000-05-27  Richard Henderson  <rth@cygnus.com>
700
701         * function.c (thread_prologue_epilogue_insns): Don't move the
702         line note at the head of the chain.  Only force a lineno note
703         before the end of block 0.
704
705 2000-05-27  Richard Henderson  <rth@cygnus.com>
706
707         * gensupport.c (collect_insn_data): Record the maximum number
708         of alternatives, not the last seen.
709
710         * genoutput.c: Don't include errors.h.
711         (struct data): Add lineno member.
712         (have_error): New.
713         (scan_operands): Use message_with_line instead of error.
714         (validate_insn_alternatives): Likewise.
715         (gen_insn): Accept and store the pattern's line number.
716         (gen_peephole, gen_expand, gen_split): Likewise.
717         (main): Don't set progname.  Pass line_no to gen_foo.
718
719 2000-05-27  Richard Henderson  <rth@cygnus.com>
720
721         * config/d30v/d30v.c (d30v_print_operand): Handle ':'.
722         * config/d30v/d30v.h (PRINT_OPERAND_PUNCT_VALID_P): Accept ':'.
723         * config/d30v/d30v.md (attr predicable): New.
724         (all insn patterns): Mark non-predicable patterns; use %: on the rest.
725         (andsi3*): Unify into one pattern.
726         (iorsi3*, xorsi3*): Likewise.
727         (peephole2 patterns): Use peep2_reg_dead_p; verify not a
728         conditional return.
729         (old cond_exec patterns): Remove.
730         (define_cond_exec): New.
731
732 Sat May 27 11:01:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
733
734         * tree.h (TREE_CODE_LENGTH): New macro.
735         * c-common.c (c_find_base_decl): Use it.
736         * expr.c (safe_from_p): Likewise.
737         * print-tree.c (print_node): Likewise.
738         * tree.c (make_node, copy_node, get_identifier): Likewie.
739         (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
740         (build, build_nt, build_parse_node, simple_cst_equal): Likewise.
741         * fold-const.c (make_range): Likewise.
742         (fold): Likewise; also use first_rtl_op.
743         * c-iterate.c (collect_iterators): Use first_rtl_op.
744         * calls.c (calls_function_1): Likewise; also rename TYPE to CLASS.
745         Use IS_EXPR_CODE_CLASS.
746         (preexpand_calls): Likewise.
747         * ggc-common.c (ggc_mark_trees): Rework to use first_rtl_op
748         and TREE_CODE_LENGTH.
749         * stmt.c (warn_if_unused_value): If no operands, no unused value.
750
751 2000-05-26  Geoffrey Keating  <geoffk@cygnus.com>
752
753         * config/rs6000/rs6000.md (movsi_internal1): Use '%a1' rather
754         than '%1(%*)'.
755         (movdi_internal64): Likewise.
756
757         * config/rs6000/rs6000.md: Correct order of operands for DImode
758         boolean patterns.
759
760         * config/rs6000/rs6000.c (boolean_or_operator): New function.
761         * config/rs6000/rs6000-protos.h (boolean_or_operator): Prototype it.
762         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_or_operator.
763         * config/rs6000/rs6000.md: Use boolean_or_operator instead of
764         boolean_operator for the boolean patterns without NOTs.
765
766         * config/rs6000/rs6000.c (reg_or_logical_cint_operand): Rename
767         from reg_or_u_cint_operand.  Change comment and behaviour.
768         (logical_operand): Clean up, add assertion.
769         (non_logical_cint_operand): Also check for
770         reg_or_logical_cint_operand.
771         * config/rs6000/rs6000.h (PREDICATE_CODES): Update.
772         * config/rs6000/rs6000.md (iorsi3): Use reg_or_logical_cint_operand
773         in the expander.
774         (xorsi3): Likewise.
775         (iordi3): Likewise.
776         (xordi3): Likewise.
777
778 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
779
780         * tree.h (struct record_layout_info): Rename to (struct
781         record_layout_info_s).
782         * stor-layout.c (start_record_layout): Replace
783         `record_layout_info' with `record_layout_info_s'.
784
785 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
786
787         * flow.c (find_label_refs): New function.
788         (find_basic_blocks_1): Call it for each alternative of a call 
789         placeholder.
790
791 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
792
793         * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
794         of get_pc.
795
796 2000-05-25  Richard Henderson  <rth@cygnus.com>
797
798         * config/alpha/alpha.c (alpha_comparison_operator): Don't be
799         so strict about DImode.
800         (alpha_swapped_comparison_operator): Likewise.
801         * config/alpha/alpha.md (*setne_internal): Name it.  Allow
802         any integer output mode.
803         (*setcc_internal): Likewise.
804         (*setcc_swapped_internal): Likewise.
805         (*movdicc_internal, *movdicc_lbc, *movdicc_lbs): Name them.
806         (*mov[qhs]icc_internal): New.
807         (*mov[qhs]icc_lbc, *mov[qhs]icc_lbs): New.
808
809 2000-05-25  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
810
811         * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
812
813 2000-05-25  Richard Henderson  <rth@cygnus.com>
814
815         * bb-reorder.c (reorder_block_def): Reorder elements for size.
816         Remove add_jump; add next; replace flags with visited.
817         (rbd_init): Remove.
818         (REORDER_BLOCK_HEAD, REORDER_BLOCK_VISITED): Remove.
819         (REORDER_BLOCK_FLAGS, REORDER_BLOCK_INDEX): Remove.
820         (REORDER_BLOCK_ADD_JUMP, REORDER_BLOCK_EFF_HEAD): Remove.
821         (REORDER_BLOCK_EFF_END, REORDER_BLOCK_SCOPE): Remove.
822         (RBI): New.
823         (reorder_index, reorder_last_visited): Remove.
824         (skip_insns_after_block): Rewrite to use a switch.
825         (get_common_dest): Remove.
826         (chain_reorder_blocks): Remove.
827         (record_effective_endpoints): Split out from reorder_basic_blocks.
828         (make_reorder_chain): Likewise.  Loop until all blocks are placed.
829         (make_reorder_chain_1): Renamed from old make_reorder_chain.
830         Only construct the reorder chain, do not move insns.  Try harder
831         to tail recurse.
832         (label_for_bb, emit_jump_to_block_after): New.
833         (fixup_reorder_chain): Use them.  Do bulk block movement.  Examine
834         and adjust the jump insns appropriately.  Fixup basic_block_info.
835         (verify_insn_chain): Always define.
836         (relate_bbs_with_scopes): Call xmalloc, not xcalloc.  Fix thinko
837         in allocation size.
838         (make_new_scope): Don't write zeros to calloc'd space.
839         (build_scope_forest): Rely on xrealloc to DTRT.
840         (reorder_basic_blocks): Don't build loop nest.  Don't fail if
841         profile_arc_flag.  Streamline EH test.
842
843         * flow.c (redirect_edge_succ, redirect_edge_pred): New.
844         * basic-block.h: Declare them.
845
846 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
847
848         * emit-rtl.c (reset_used_decls): New function.
849         (unshare_all_rtl_again): Call it.
850
851 2000-05-25  Zack Weinberg  <zack@wolery.cumb.org>
852
853         * cpplex.c (maybe_macroexpand): Warn about function-like
854         macros used in non-function context, if -Wtraditional.
855
856 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
857
858         * recog.c (peephole2_optimize): Use INSN_P.
859
860 2000-05-25  Richard Henderson  <rth@cygnus.com>
861
862         * ifcvt.c (seq_contains_jump): New.
863         (noce_try_store_flag_constants): Use it to fail conversion.
864         (noce_try_store_flag_inc, noce_try_store_flag_mask): Likewise.
865
866 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
867
868         * except.h (can_throw): Declare it.
869         * except.c (can_throw): Give it external linkage.
870         * resource.c (find_dead_or_set_registers): Use can_throw.
871         
872 2000-05-25  Richard Henderson  <rth@cygnus.com>
873
874         * flow.c (mark_set_1): Don't record conditionally dead memory.
875
876 2000-05-25  Jan Hubicka  <jh@suse.cz>
877
878         * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p
879         and pc_set at the place of simplejump_p and condjump_p.
880         * cse.c (record_jump_equiv): Likewise.
881         * emit-rtl.c (emit): Likewise.
882         * explow.c (find_next_ref): Likewise.
883         * flow.c (tidy_fallthru_edge): Likewise.
884         (init_propagate_block_info): Likewise.
885         * gcse.c (delete_null_pointer_checks): Likewise.
886         * ifcvt.c (cond_exec_get_condition, noce_get_condition,
887         dead_or_predicable): Likewise.
888         * integrate.c (copy_insn_list): Likewise.
889         * loop.c (scan_loop, verify_dominator, find_and_verify_loops,
890         for_each_insn_in_loop, check_dbra_loop, get_condition,
891         insert_bct, load_mems): Likewise.
892         * resource.c (find_dead_or_set_registers): Likewise.
893         * sibcalls.c (simplejump_p): Likewise.
894         * unroll.c (copy_loop_body, reg_dead_after_loop): Likewise.
895
896 2000-05-25  David Edelsohn  <edelsohn@gnu.org>
897
898         * rs6000.c (expand_block_move): Add 64-bit PowerPC doubleword move
899         to STRING case.  Use doubleword STRING move for TARGET_POWERPC64
900         when unaligned.
901         * rs6000.h (CONST_OK_FOR_LETTER_P, 'J'): unsigned HOST_WIDE_INT.
902         (RETURN_ADDR_RTX): Use COUNT and FRAME, not count and frame.
903         (LEGITIMIZE_RELOAD_ADDRESS): unsigned HOST_WIDE_INT high.
904         * rs6000.md: Name various internal patterns.
905
906 2000-05-25  Jan Hubicka  <jh@suse.cz>
907
908         * jump.c (invert_exp_1): Remove first argument, use pc_set
909         to get the expression.
910         (redirect_exp): Make static; redirect only the pc_set expression,
911         remove first argument.
912         (invert_exp): Remove first argument, make static.
913         (jump_optimize): Use any_condjump_p, any_uncondjump_p and
914         any_onlyjump at most places where we originaly did condjump_p
915         and simplejump_p.
916         (jump_back_p, follow_jumps, thread_jumps): Likewise.
917         (delete_barrier_succesors): Use pc_set.
918         (invert_jump_1, invert_jump, redirect_jump_1, redirect_jump): Update
919         calls of invert_exp and redirect_exp.
920         * rtl.h (redirect_exp, invert_exp): Remove.
921         * unroll.c (copy_loop_body): Use invert_jump and redirect_jump.
922
923 2000-05-25  Richard Henderson  <rth@cygnus.com>
924
925         * stmt.c (expand_end_bindings): Fix thinko last change.
926
927 2000-05-25  Andrew MacLeod  <amacleod@cygnus.com>
928             Andrew Haley  <aph@cygnus.com>
929
930         * except.c  (func_eh_entry): Add emitted field.
931         (new_eh_region_entry): Set emitted field to 0;
932         (output_exception_table_entry): Only emit previously un-emitted data,
933         and send it to the eh_data section.
934         (output_exception_table): Break out common parts. Output
935         exception table for entire compilation unit to eh_data section.
936         (output_exception_table_data): Common parts of output_exception_table.
937         Send output to eh_data section.
938         (output_function_exception_table): Output exception table data for
939         a single function to eh_data section.
940         (free_exception_table): New external to free the table.
941         * except.h (free_exception_table): Add prototype.
942         (output_function_exception_table): Add prototype.
943         * final.c (final_end_function): Output function exception table
944         for IA64_UNWIND_INFO.
945         (final_scan_insn): Emit any unwind directives for an insn.
946
947         * frame-dwarf2.c: New file containing all DWARF 2 specific code
948         from frame.c.
949         * frame.c: Remove all DWARF 2 specific code.
950         * config/ia64/frame-ia64.c: New file.
951         (gthread_stuff): Make all gthread available with 
952         IA64_UNWIND_INFO.
953         (dwarf_fde): Define an IA64 struct for dwarf_fde.
954         (__register_frame_info, __register_frame): Move to common area of file.
955         (__register_frame_info_table, __register_frame_table): Move to common i
956         area.
957         (__deregister_frame_info, __deregister_frame): Move to common area.
958         (__frame_init, find_fde): New versions for IA64_UNWIND_INFO.
959         (read_uleb128): New version for ia64.
960         (get_unwind_record): Read the next IA-64 unwind record.
961         (read_R_record): Read a region header record.
962         (process_a_b_reg_code): X record helper.
963         (read_X_record): Read an X format record.
964         (read_B_record): Read a B format record.
965         (P3_record_types): List of record types matching the P3 format.
966         (P7_record_types): List of record types matching the P7 format.
967         (P8_record_types): List of record types matching the P8 format.
968         (read_P_record): Read a P format record.
969         (init_ia64_reg_loc): Set default fields for a register.
970         (init_ia64_unwind_frame): Set defaults for all register records.
971         (execute_one_ia64_descriptor): Execute one descriptor record.
972         (rse_address_add): Calculate the position of a local reg in memory.
973         (normalize_reg_loc): Turn a location descriptor into a memory address.
974         (maybe_normalize_reg_loc): Only normalize a descriptor if it falls 
975         within a specified PC offset range.
976         (get_real_reg_value): Given a register location, retrieve its value.
977         (set_real_reg_value): Change the value of a register location.
978         (copy_reg_value): Copy reg values, if needed.
979         (copy_saved_reg_state): Copy all registers that need to be copied.
980         (process_state_between): Normalize all frame register records that
981         fall within the specified PC range.
982         (frame_translate): Take a processed frame description, and turn 
983         everything into addresses.
984         (build_ia64_frame_state ): Find and create frame state record for a PC.
985         (get_personality): Get the personality routine for a given frame.
986         (get_except_table): Get the exception table for a given frame.
987         (record_name): Unwind record names for debugging.
988         (print_record): Print and unwind record.
989         (print_all_records): Print an entire unwind image.
990         (__ia64_backtrace): Print a backtrace.
991         (ia64_backtrace_helper): New function.
992         (__register_frame_info_aux): New function.
993         * config/ia64/crtend.asm (__do_frame_setup_aux): New function.
994
995         * frame.h (enum unw_record_type): New unwind record types.
996         (struct unw_p_record, unw_b_record, unw_x_record) : New unwind records.
997         (struct unw_r_record, unwind_record): New unwind record structs.
998         (struct unwind_info_ptr): Unwind information layout.
999         (IA64_UNW_LOC_TYPE_*): Macros for different types for location 
1000         descriptors.
1001         (struct ia64_reg_loc): Register location description.
1002         (struct ia64_frame_state): Location of all registers in a frame.
1003         (struct object): Add pc_base and fde_end for IA64_UNWIND_INFO.
1004         * libgcc2.c (__ia64_personality_v1): Personality routine.
1005         (__calc_caller_bsp): Calculate the bsp register for the caller's
1006         frame.
1007         (ia64_throw_helper): Figure out who to return to and set up the 
1008         registers.
1009         (__throw): Throw routine.
1010
1011         * output.h (assemble_eh_align, assemble_eh_label): New functions
1012         to generate EH info where we want it.   
1013         (assemble_eh_integer): New function.
1014         * toplev.c (compile_file): Output module level exception table for
1015         non-ia64 targets.
1016         (main): Set exceptions_via_longjump and flag_new_exceptions based 
1017         on IA64_UNWIND_INFO too.
1018
1019         * varasm.c (assemble_eh_label): Generate a label via
1020         ASM_OUTPUT_EH_LABEL if it has been specified.
1021         (assemble_eh_align): Generate an alignment directive via 
1022         ASM_OUTPUT_EH_ALIGN if it has been specified.
1023         (assemble_eh_label): Generate an integer value via
1024         ASM_OUTPUT_EH_type if they have been specified.
1025         * config/ia64/ia64.c (rtx_needs_barrier): Add flushrs.
1026         (ia64_init_builtins): Add __builtin_ia64_bsp
1027         and __builtin_ia64_flushrs.     
1028         (ia64_expand_builtin): Add IA64_BUILTIN_BSP and
1029         IA64_BUILTIN_FLUSHRS.
1030         * config/ia64/ia64.h (ia64_builtins): Add IA64_BUILTIN_BSP and
1031         IA64_BUILTIN_FLUSHRS.
1032
1033         * config/ia64/ia64.md (flushrs): New insn to flush the register
1034         stack.  Add to unspec list.
1035
1036         * config/ia64/crtbegin.asm (frame_object): Change size.
1037         (__do_frame_setup_aux): New function.
1038         * config/ia64/crtend.asm: call __do_frame_setup_aux.
1039         * config/ia64/t-ia64 (LIB2ADDEH): Add.
1040         * Makefile.in (LIB2ADDEH): Add.
1041         (LIB2ADD): Use LIB2ADDEH.
1042         
1043 2000-05-24  Richard Henderson  <rth@cygnus.com>
1044
1045         * recog.c (offsettable_address_p): If mode size is zero, assume
1046         BIGGEST_ALIGNMENT.
1047
1048 2000-05-24  J. David Anglin  <dave@hiauly.hia.nrc.ca>
1049
1050         * configure.in: Check for -Wno-long-long option support and improve
1051         handling of warning CFLAGS for stages 1 and 2.
1052         * Makefile.in (WARN_CFLAGS): Move definition to configure.in.
1053         * configure: Regenerate.
1054
1055 Wed May 24 19:37:53 2000  Jeffrey A Law  (law@cygnus.com)
1056
1057         * gcc.texi: Remove contributor list.  Instead include contrib.texi.
1058         * contrib.texi: New file.
1059
1060 Thu May 25 02:27:22 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1061
1062         * loop.c (basic_induction_var): Avoid double recording of an increment.
1063
1064 Thu May 25 02:19:27 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1065
1066         * Back out this patch:
1067         Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
1068           * loop.h (struct induction): Add multi_insn_incr.
1069           * loop.c (basic_induction_var): New multi_insn_incr argument.
1070           Set it if we search back through previous insns for the biv.
1071           (record_biv): New multi_insn_incr argument; fill in struct induction.
1072           (strength_reduce): Discard an iv with multiple bivs, any of
1073           which require multiple insns to increment.
1074
1075         * loop.c (check_insn_for_bivs): Remove bits copied from above patch.
1076
1077 Thu May 25 02:09:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1078
1079         * rtl.h (loc_mentioned_in_p): Declare.
1080         * reload.c (loc_mentioned_in_p): Moved from here...
1081         * rtlanal.c (loc_mentioned_in_p): to here.  No longer static.
1082         Fix loop increment for 'E' handling.
1083         * loop.c (strength_reduce): When doing biv->giv conversion,
1084         take multi-insn biv increments into account.
1085
1086 2000-05-24  Jason Merrill  <jason@casey.soma.redhat.com>
1087
1088         * stmt.c (expand_end_bindings): Look through NOTEs to find a
1089         BARRIER.
1090
1091 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
1092
1093         * calls.c (expand_call): Handle cleanups in tail-recursion
1094         arguments analagously to cleanups in sibling calls.
1095
1096 2000-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1097
1098         * simplify-rtx.c: Rename macro SIGN_EXTEND to HWI_SIGN_EXTEND.
1099         All callers changed.
1100
1101 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
1102
1103         * expr.c (expand_assignment, store_expr, expand_expr,
1104         expand_expr_unaligned): Set in_check_memory_usage while emitting
1105         chkr_check_addr libcall.
1106
1107 2000-05-24  Nick Clifton  <nickc@cygnus.com>
1108
1109         * fold-const.c (extract_muldiv): When constructing a
1110         multiplier/divisor, do not expect const_binop to correctly
1111         determine if overflow has occured, so check explicitly.
1112
1113 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
1114
1115         * c-decl.c (build_enumerator): Don't modify the value's type,
1116         convert it.
1117
1118 2000-05-24  Andreas Jaeger  <aj@suse.de>
1119
1120         * mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
1121
1122 2000-05-24  Eric Christopher <echristo@cygnus.com>
1123
1124         * configure.in: Redefine inhibit_libc conditions.
1125         * libgcc2.c: Remove inhibit_libc conditional define.
1126         * configure: Regenerate.
1127
1128 2000-05-24  Phil Edwards  <pme@sourceware.cygnus.com>
1129
1130         * configure.in:  For --enable-languages=LIST, check for empty LIST.
1131         * configure:  Regenerate.
1132
1133 2000-05-24  Lars Brinkhoff  <lars@nocrew.org>
1134
1135         * pdp11.h (STACK_BOUNDARY): Define.
1136
1137 2000-05-24  Jakub Jelinek  <jakub@redhat.com>
1138
1139         * ifcvt.c (if_convert): Update life info globally.
1140
1141 2000-05-24  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1142
1143         * emit-rtl.c (unshare_all_decls): New function.
1144         (unshare_all_rtl): Call it.
1145
1146 2000-05-23  Nick Clifton  <nickc@cygnus.com>
1147
1148         * configure.in: Treat 'strongarm' as if it were 'arm' when
1149         determining cpu type.
1150
1151         * configure: Regenerate.
1152
1153         * config/arm/arm.c: Change 'char *' to 'const char *' for cases
1154         where constant strings are involved.
1155
1156         * config/arm/arm.h (arm_condition_codes): Change type to 'const
1157         char *'.
1158
1159         * config/arm/arm-protos.h: Change 'char *' to 'const char *' for
1160         cases where constant strings are involved.
1161
1162 Tue May 23 15:08:31 2000  Clinton Popetz  <cpopetz@cygnus.com>
1163
1164         * config/sh/sh.c (gen_far_branch, split_branches): Update
1165         to reflect new prototypes for redirect_jump and invert_jump.
1166         (sh_insn_length_adjustment): Get rid of const warnings.
1167
1168 2000-05-23  Kazu Hirata  <kazu@hxi.com>
1169
1170         * invoke.texi (Options for Debugging Your Program or GCC): Update
1171         the names of dump files.
1172
1173 Tue May 23 13:58:52 2000  Philippe De Muyter  <phdm@macqel.be>
1174
1175         * configure.in (NO_MINUS_C_MINUS_O): Fix thinko in previous fix.
1176         * configure: Regenerated.
1177
1178 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
1179
1180         * simplify-rtx.c (SIGN_EXTEND): New macro.
1181         (simplify_unary_operation, simplify_binary_operation, 
1182         simplify_relational_operation): Use SIGN_EXTEND.  Make low
1183         halves of (low, high) pairs unsigned if they weren't already.       
1184         (simplify_ternary_operation): Cast INTVAL to unsigned before
1185         comparing to a MODE_BITSIZE.
1186
1187 2000-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1188
1189         * aclocal.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): New macros
1190         rewritten from the internals of gcc_AC_NEED_DECLARATION{S}.
1191         
1192         * configure.in (gcc_AC_CHECK_DECLS): Call this instead of
1193         gcc_AC_NEED_DECLARATIONS.
1194
1195         * dwarfout.c: Don't prototype time().
1196
1197         * gcc.c: Check HAVE_DECL_* instead of NEED_DECLARATION_*.
1198
1199         * system.h: Likewise.
1200
1201         * toplev.c: Likewise.
1202
1203 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
1204
1205         * c-decl.c (pushdecl): Invert sense of test for non-global types.
1206
1207 Tue May 23 18:11:42 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1208
1209         * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRUNCATION.
1210
1211 2000-05-23  Jonathan Larmour  <jlarmour@redhat.co.uk>
1212
1213         * config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
1214
1215 Tue May 23 06:50:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1216
1217         * config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler.
1218         (alpha_start_function): Never write ..ng label if VMS or NT.
1219         (alpha_align_insns): Remove GP_IN_USE arg.
1220         Alignment now unsigned.
1221         (alpha_reorg): Don't pass GP_IN_USE arg to alpha_align_insns.
1222         * config/alpha/alpha.md (prologue_ldgp): Split into one define_expand
1223         and two define_insn's.
1224
1225 2000-05-22  Richard Henderson  <rth@cygnus.com>
1226
1227         * combine.c (simplify_comparison): Use trunc_int_for_mode.
1228
1229 2000-05-22  Richard Henderson  <rth@cygnus.com>
1230
1231         * stor-layout.c (place_field): Change rli->size to rli->offset.
1232
1233 2000-05-22  Richard Henderson  <rth@cygnus.com>
1234
1235         * function.c (thread_prologue_and_epilogue_insns): Make sure 
1236         existing line number notes appear after the prologue.
1237
1238 Mon May 22 21:49:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1239
1240         * config/alpha/alpha.c (alpha_fnname): New static variable.
1241         (print_operand, case '~'): New case.
1242         (alpha_expand_prologue): Emit prologue_ldgp insn if needed.
1243         (alpha_start_function): Set alpha_fnname.
1244         Write "ng" label if no ldgp; don't write ldgp insn.
1245         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): New case '~'.
1246         * config/alpha/alpha.md (prologue_ldgp): New define_insn.
1247
1248 Mon May 22 11:30:48 2000  Clinton Popetz  <cpopetz@cygnus.com>
1249
1250         * jump.c (jump_optimize_1): Don't increment LABEL_NUSES
1251         on deleted labels.
1252
1253 2000-05-22  Zack Weinberg  <zack@wolery.cumb.org>
1254
1255         * varasm.c (eh_frame_section): Revert change to argument list.
1256
1257 Mon May 22 13:14:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1258
1259         * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.
1260         (gen_extend_insn, can_fix_p, can_float_p): Likewise.
1261         
1262         * final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
1263         dangling "else" that causes "break" to be conditional.
1264         Also remove unneeded code at start.
1265
1266 Mon May 22 17:31:35 2000  Philippe De Muyter  <phdm@macqel.be>
1267
1268         * m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
1269         * fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
1270         * gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
1271
1272 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
1273
1274         * config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
1275         just one argument.
1276
1277 Mon May 22 06:57:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1278
1279         * alias.c (record_component_aliases): New function.
1280         * tree.h: Clean up some declarations and comments.
1281         (record_component_aliases): New declaration.
1282         * tree.c (get_alias_set): If type and has alias set, use it.
1283
1284 2000-05-22  Richard Henderson  <rth@cygnus.com>
1285
1286         * simplify-rtx.c (simplify_ternary_operation): Try to simplify
1287         IF_THEN_ELSE to a setcc form.
1288         * jump.c (can_reverse_comparison_p): Be prepared for insn null.
1289
1290 2000-05-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1291
1292         * fixinc/inclhack.def (sun_malloc): Handle `calloc'.
1293         (sun_malloc, sysz_stdtypes_for_sun): Add test_text.
1294
1295 Sun May 21 16:42:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1296
1297         * combine.c (try_combine): Handle i3_subst_into_i2 case when I2 is
1298         not a PARALLEL.
1299
1300 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
1301
1302         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
1303         * config/mn10300/mn10300.c (print_operand): Likewise.
1304
1305         * final.c (split_double): Right shift of negative values is not
1306         portable.
1307
1308         * ifcvt.c (if_convert): Scan and kill dead code.
1309
1310         * emit-rtl.c (unshare_all_rtl): Store the copied rtx.
1311
1312 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
1313
1314         * diagnostic.c: Eliminate implicit int.
1315         * except.c, gcc.c: Add static prototypes.
1316         * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED.
1317         * gensupport.c (process_rtx): Use XVEC to initialize vector
1318         slot of 'split'.
1319
1320         * print-rtl.c: If DEBUG_REGISTER_NAMES, define static 
1321         debug_reg_names instead of static reg_names.  If not, define
1322         global reg_names.
1323         * regclass.c: Don't define global reg_names unless
1324         DEBUG_REGISTER_NAMES is defined.
1325
1326         * reload1.c (order_regs_for_reload): Remove unused variable.
1327         * varasm.c: Include output.h after defaults.h.  Define
1328         eh_frame_section as function of no args, not of unspecified args.
1329
1330         * gcc.c: Constify argbuf; arguments to store_arg,
1331         process_command, main; elements of struct command and struct
1332         switchstr; local variables in execute, process_command, main.
1333
1334 2000-05-20  Bruce Korb  <bkorb@gnu.org>
1335
1336         * fixinc/inclhack.def:  many applications of c_fix=format + tests
1337         * fixinc/check.diff:  regenerated
1338         * fixinc/fixincl.x:  regenerated
1339
1340 Sat May 20 09:30:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1341
1342         * alias.c: Clarify some comments.
1343         (record_base_value): REGNO is unsigned.
1344         * rtl.h (record_base_value): Likewise.
1345
1346         * alias.c (aliases_everything_p): Don't special-case QImode here.
1347         * c-common.c (c_get_alias_set): Do it here.
1348         Handle BIT_FIELD_REF by getting alias info for arg.
1349         Use POINTER_TYPE_P.
1350
1351 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
1352
1353         * mklibgcc.in: Restore rule to create ${dir}.
1354
1355 Sat May 20 08:45:41 2000  H.J. Lu  <hjl@gnu.org>
1356
1357         * Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
1358         GCC_FOR_TARGET used by MULTILIBS.
1359         * mklibgcc.in: Make sure each .o file depends on the
1360         directory it will be in.
1361         Make the multilib directory depends libgcc.
1362
1363 Sat May 20 08:29:28 2000  H.J. Lu  <hjl@gnu.org>
1364
1365         * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
1366
1367 Sat May 20 07:27:35 2000  Alexandre Oliva  <aoliva@cygnus.com>
1368
1369         * fold-const.c (make_range): Handle degenerated intervals.
1370         Fixes c-torture/execute/991221-1.c
1371
1372 Fri May 19 18:16:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1373
1374         * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
1375         * reload.c (find_equiv_reg): Likewise.
1376         * alias.c (init_alias_analysis): Likewise.
1377         Only call prologue_epilogue_contains on insns.
1378         * basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.
1379         * bb-reorder.c (hard-reg-set.h): Include earlier.
1380         * haifa-sched.c (hard-reg-set.h): Likewise.
1381         * ifcvt.c (hard-reg-set.h): Likewise.
1382         * local-alloc.c (hard-reg-set.h): Likewise.
1383         * loop.c (hard-reg-set.h): Likewise.
1384         * predict.c (hard-reg-set.h): Likewise.
1385         * regrename.c (hard-reg-set.h): Likewise.
1386         * flow.c (hard-reg-set.h): Likewise.
1387         (reg_set_to_hard_reg_set): New function.
1388         * bitmap.c (regs.h, basic-block.h): No longer include.
1389         (bitmap.h): Now include.
1390         * conflict.c (hard-reg-set.h): Include.
1391         * profile.c (hard-reg-set.h): Likewise.
1392         * print-rtl.c (hard-reg-set.h): Likewise.
1393         * sbitmap.c (hard-reg-set.h): Likewise.
1394         * toplev.c (hard-reg-set.h): Likewise.
1395         * unroll.c (hard-reg-set.h, basic-block.h): Likewise.
1396         * hard-reg-set.h (reg_names): Now constant.
1397         * regs.h (reg_names): Likewise.
1398         * regclass.c (reg_names): Likewise.
1399         * loop.h (basic-block.h): No longer include.
1400         (bitmap.h): Now include.
1401         * reload1.c (order_regs_for_reload): Avoid loop over reg sets.
1402         * Makefile.in (LOOP_H, sbitmap.o, profile.o): Reflect above changes.
1403         (toplev.o, print-rtl.o, conflict.o, unroll.o, bitmap.o): Likewise.
1404
1405 2000-05-19  Jan Hubicka  <jh@suse.cz>
1406             Richard Henderson  <rth@cygnus.com>
1407
1408         * basic-block.h (struct edge_def): New field "count".
1409         (struct basic_block_def): Likewise.
1410         * flow.c (entry_exit_blocks): Add count fileds.
1411         (split_edge): Keep count information up-to-date.
1412         (dump_edge_info, dump_flow_info): Dump count fields.
1413
1414         * final.c (count_instrumented_edges): Rename to edge from arc.
1415         (end_final): Update users.
1416         * profile.c: Include expr.h, basic-block.h.
1417         (struct adj_list, ARC_TARGET, ARC_SOURCE, ARC_COUNT): Kill.
1418         (struct bb_info, label_to_bb, label_to_bb_size, bb_graph): Kill.
1419         (ignore_next_note, return_label_execution_count): Kill.
1420         (bbg_file_name, da_file_name): Kill.
1421         (edge_info, bb_info): New structures.
1422         (EDGE_INFO, BB_INFO, GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): New macros.
1423         (count_instrumented_edges, total_num_edges): Rename to edge from arc.
1424         (total_num_edges_instrumented): Likewise.
1425         (init_arc, expand_spanning_tree): Kill.
1426         (fill_spanning_tree, tablejump_entry_p): Kill.
1427         (instrument_edges):  Rewrite from instrument_arcs to use
1428         commit_edge_insertions infrastructure.
1429         (compute_branch_probabilities): Remove arguments; rewrite for
1430         CFG infrastructure; use rtl_dump_file directly.
1431         (branch_prob, find_spanning_tree): Likewise.
1432         (union_groups, find_group): New.
1433         (init_branch_prob): Make bbg_file_name and da_file_name local.
1434         (end_branch_prob): Use rtl_dump_file directly.
1435         (init_edge_profiler): Rename to edge from arc.
1436         (output_arc_profiler): Kill.
1437         (gen_edge_profiler): New.
1438         (output_func_start_profiler): Turn off profiling.  Make the
1439         constructor static when we can.
1440         * rtl.h (branch_prob, end_branch_prob): Update prototypes.
1441
1442         * toplev.c (DFI_flow): Remove.
1443         (DFI_cfg, DFI_life): New.
1444         (dump_file): Update accordingly.
1445         (compile_file): Call end_branch_prob if profile_arc_flag too.
1446         (rest_of_compilation): Move flow1 cfg creation to DFI_cfg.  Do edge
1447         profiling after the CFG is built.  Move flow1 life analysis to
1448         DFI_life.  Always estimate remaining probabilities.
1449
1450 2000-05-19  Richard Henderson  <rth@cygnus.com>
1451
1452         * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.
1453
1454         * flow.c (make_edges): The sibling call edge to exit is abnormal.
1455
1456 2000-05-19  Richard Henderson  <rth@cygnus.com>
1457
1458         * jump.c (redirect_jump): Add delete_unused argument.  Don't
1459         remove labels and code following when LABEL_NUSES goes to zero.
1460         (invert_jump): Likewise.
1461         (jump_optimize_1): Fix redirect/invert arguments.
1462         (do_cross_jump, thread_jumps): Likewise.
1463         * flow.c (split_edge): Likewise.
1464         * reorg.c (optimize_skip): Likewise.
1465         (reorg_redirect_jump, relax_delay_slots, dbr_schedule): Likewise.
1466         * profile.c (instrument_arcs): Likewise.
1467         * loop.c (find_and_verify_loops): Likewise.  Fix indentation.
1468         * rtl.h: Update prototypes.
1469
1470 Fri May 19 12:05:13 2000  Clinton Popetz  <cpopetz@cygnus.com>
1471
1472         * ssa.c (convert_from_ssa): Tell life_analysis we need death 
1473         notes.
1474         (make_regs_equivalent_over_bad_edges): Only look at abnormal
1475         critical edges.
1476
1477 2000-05-19  Zack Weinberg  <zack@wolery.cumb.org>
1478
1479         * cpphash.c (funlike_macroexpand): Make sure not to walk p1
1480         past l1 when deleting whitespace and markers.              
1481
1482         * cpplex.c (_cpp_scan_until): Clear AUX field of tokens.
1483         * cpplib.c (do_unassert): Put the list to compare against on
1484         the stack.
1485
1486 2000-05-19  Bruce Korb  <bkorb@gnu.org>
1487
1488         * fixinc/README:  cleaned up old documentation
1489         * fixinc/check.diff: regenerated & verified on OSR5 on ix86
1490         * fixinc/check.tpl: compute the list of needed directories
1491         emit "#if defined(name)" because of conflict
1492         omit machine name differences from output differences
1493         * fixinc/inclhack.def( m88k_multi_incl ):  Use `wrap' function
1494         (machine_name): change test text to use `sed' markers
1495         * fixinc/fixincl.x: regen
1496
1497 Fri May 19 06:49:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1498
1499         * config/elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of
1500         a CONSTRUCTOR.
1501
1502 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
1503
1504         * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
1505         it to match the current practice.
1506
1507 2000-05-18  Mark Mitchell  <mark@codesourcery.com>
1508
1509         * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
1510
1511 2000-05-18  Richard Henderson  <rth@cygnus.com>
1512
1513         * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.
1514         * rtl.h (insn_dependant_p): Declare it.
1515         * loop.c (strength_reduce): Use it.
1516
1517 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
1518
1519         * config/mn10300/mn10300.c (expand_prologue, expand_epilogue):
1520         16-bit and 64-bit clean-up.
1521
1522 2000-05-18 Mark Elbrecht <snowball3@bigfoot.com>
1523
1524         * configure.in (*-pc-msdosdjgpp): Set float_format to none.
1525         * configure: Rebuilt.
1526
1527 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
1528
1529         * genopinit.c: Use $ for escape sequences in optab patterns.
1530         Remove backslashes from optab patterns.  Change $A, $B, $C to
1531         expand to (int) whatever instead of just whatever; remove
1532         explicit (int) from all optab patterns.
1533
1534         * gensupport.c (xmalloc, xrealloc, xstrdup): Provide.
1535         * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c,
1536         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
1537         genrecog.c: Remove private copies of xmalloc, xrealloc, and
1538         xstrdup.
1539
1540 2000-05-18  Richard Henderson  <rth@cygnus.com>
1541
1542         * jump.c (jump_optimize_1): Base minimum insn count during
1543         find_cross_jump on BRANCH_COST.
1544
1545 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
1546
1547         * print-rtl.c (print_rtx): Only print note line number as string
1548         if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
1549         * final.c (final_scan_insn): Do nothing for note line number 0.
1550
1551 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
1552
1553         * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE
1554         from NOTE_INSN_EXPECTED_VALUE notes and NOTE_SOURCE_FILE from
1555         NOTE_INSN_DELETED_LABEL.
1556
1557 2000-05-18  Nick Clifton  <nickc@cygnus.com>
1558
1559         * config/arm/unknown-elf.h (UNIQUE_SECTION): Place constant,
1560         uninitialised data in .rodata not .bss, and do not interpret an
1561         error in the initialisation value as meaning that the variable
1562         should be placed in the .bss section.
1563
1564 Thu May 18 12:10:18 2000  Philippe De Muyter  <phdm@macqel.be>
1565
1566         * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
1567         not `$ac_cv_prog_cc_cc_c_o'.
1568         * configure: Regenerated.
1569
1570 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
1571             Richard Henderson  <rth@cygnus.com>
1572
1573         * c-common.h (enum c_tree_index): Add g77 type entries.
1574         (g77_integer_type_node, g77_uinteger_type_node): New.
1575         (g77_longint_type_node, g77_ulongint_type_node): New.
1576         * c-decl.c (init_decl_processing): Initialize them.
1577
1578 2000-05-18  Richard Henderson  <rth@cygnus.com>
1579
1580         * config/h8300/h8300.md (subs patterns): Use %G to negate.
1581
1582         * config/h8300/h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.
1583         (small_power_of_two): Likewise; use exact_log2.
1584         (adds_subs_operand, one_insn_adds_subs_operand): Remove.
1585         (output_adds_subs): Remove.
1586         (two_insn_adds_subs_operand): New.
1587         (split_adds_subs): New.
1588         * config/h8300/h8300-protos.h: Update.
1589         * config/h8300/h8300.h (CONST_OK_FOR_J): Cast to uns HOST_WIDE_INT.
1590         (CONST_OK_FOR_L): Match strict adds operands.
1591         (CONST_OK_FOR_N): Match struct subs operands.
1592         * config/h8300/h8300.md (adds_subs insns): Remove.
1593         (addhi patterns): Output adds/subs directly.
1594         (addsi_h8300h): Likewise.
1595         (addhi/addsi splitters): New.  Decompose two_insn_adds_subs_operand.
1596
1597 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
1598
1599         * cppexp.c (parse_assertion): New.
1600         (lex): Call it for CPP_HASH.  Remove CPP_ASSERTION case.
1601         (_cpp_parse_expr): Remove case '#'.  Don't set
1602         parsing_if_directive.
1603         * cpphash.c (collect_objlike_expansion,
1604         collect_funlike_expansion, collect_params,
1605         _cpp_create_definition): The list no longer has a trailing
1606         VSPACE token.
1607         * cpphash.h (enum node_type): Add T_ASSERTION.
1608         (struct hashnode): Remove aschain, add pred.
1609         (struct predicate): New.
1610         Update prototypes.
1611
1612         * cpplex.c (expand_token_space): Handle both offset and
1613         nonoffset lists.
1614         (init_token_list, _cpp_free_token_list, _cpp_parse_assertion): Delete.
1615         (_cpp_init_toklist, _cpp_clear_toklist, _cpp_free_toklist,
1616         _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
1617         _cpp_equiv_toklists): New.
1618         (_cpp_scan_line): Rename to _cpp_scan_until; add ability to
1619         stop at any single-character token, not just newline.
1620         (_cpp_lex_token): Remove special cases for #define and #if.
1621         (cpp_get_token): Expect # as a separate token type.  Remove
1622         DIRECTIVE case.
1623         (_cpp_get_directive_token): Remove DIRECTIVE case.
1624         (_cpp_lex_line, _cpp_lex_file, _cpp_init_input_buffer): Update.
1625
1626         * cpplib.c (_cpp_check_directive): Set dirno and
1627         SYNTAX_INCLUDE bit of flags, not dir_handler and dir_flags.
1628         (_cpp_handle_directive): Run # <number> through the same logic
1629         as normal directives.
1630         (do_define): Don't set parsing_define_directive.  Use
1631         _cpp_scan_until.  The list does not have a VSPACE at the end.
1632         (do_if): Save, clear, and restore only_seen_white around 
1633         _cpp_parse_expr.
1634         (skip_if_group): s/CPP_DIRECTIVE/CPP_HASH/
1635         (do_assert, do_unassert): Rewrite.
1636
1637         * cpplib.h (TTYPE_TABLE): Remove CPP_ASSERTION.
1638         (LIST_OFFSET): New flag.
1639         (struct cpp_toklist): Replace dir_handler and dir_flags with
1640         dirno and flags.
1641         (struct cpp_reader): Remove parsing_if_directive and
1642         parsing_define_directive.
1643
1644 2000-05-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1645
1646         * fixinc/inclhack.def (broken_cabs): Update fix to handle comments
1647         following the cabs decl which terminate on the following line.
1648         Add the corresponding test_text case.
1649
1650 2000-05-18  Neil Booth  <NeilB@earthling.net>
1651
1652         * cppinit.c (cpp_reader_init): Initialise col_adjust and
1653         default tab stop size.
1654         (no_num, OPT_ftabstop): New.
1655         (handle_option): Handle "ftabstop=" command-line option.
1656         (print_help): Document it.
1657         * cpplex.c (COLUMN): Remove.
1658         (handle_newline): Reset col_adjust.
1659         (skip_whitespace): Update col_adjust as tabs encountered.
1660         (_cpp_lex_line): Update to use col_adjust.  Call
1661         skip_whitespace for all whitespace.
1662         * cpplib.h (struct cpp_options): New member tabstop.
1663         (struct cpp_reader): New member col_adjust.
1664         (CPP_BUF_COL): Update.
1665         (CPP_BUF_COLUMN): New.
1666         * cpp.texi: Document "-ftabstop=" command line option.
1667
1668 Wed May 17 18:19:41 2000  Philippe De Muyter  <phdm@macqel.be>
1669
1670         * configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
1671         files.
1672         * configure: Rebuilt.
1673
1674 Wed May 17 18:06:12 2000  John David Anglin <dave@hiauly1.hia.nrc.ca>
1675
1676         * mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
1677
1678         * tree.c (build_common_tree_nodes): Do not build TI nodes unless
1679         HOST_BITS_PER_WIDE_INT is >= 64.
1680
1681 2000-05-17  Richard Henderson  <rth@cygnus.com>
1682
1683         * jump.c (jump_optimize_1): Remove inactive but real insns
1684         in jump-to-next-insn optimization.
1685
1686 2000-05-17  Richard Henderson  <rth@cygnus.com>
1687
1688         * toplev.c (rest_of_compilation): Don't call optimize_mode_switching
1689         unless OPTIMIZE_MODE_SWITCHING.  Conditionally set no_new_pseudos.
1690         Don't call recompute_reg_usage if no_new_pseudos is true.
1691         * lcm.c (optimize_mode_switching): Move ifdefs outside function.
1692         Return true if we did work; update global life information.
1693         * basic-block.h (optimize_mode_switching): Update decl.
1694
1695 2000-05-17  Neil Booth  <neilb@earthling.net>
1696
1697         * cpplex.c (expand_name_space): Don't use ptrdiff_t.
1698
1699 2000-05-17  Zack Weinberg  <zack@wolery.cumb.org>
1700
1701         * cpplib.c: New feature, #pragma system_header.
1702         * cpp.texi: Document special treatment of system headers, and
1703         the various mechanisms to get a header that special treatment.
1704
1705 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1706
1707         * system.h (offsetof): Define at the very end, to ensure we prefer
1708         the platform's definition if available.
1709
1710 2000-05-16  Bruce Korb  <bkorb@gnu.org>
1711
1712         * fixinc/fixincl.c: improve the debug displays, ignore SIGPIPE
1713         * fixinc/server.c: likewise
1714         * fixinc/fixfixes.c( char_macro_def_fix ): fix regex
1715         + #ifdef debugging code + use #def constant for
1716         sub-pattern count
1717         * fixinc/inclhack.def( hpux11_fabsf ): Keep HP-UX 11 from stomping
1718         on C++ math namespace
1719
1720 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1721
1722         * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
1723         Don't check the return value of sprintf.  Use asprintf to avoid
1724         buffer overflows.
1725
1726 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1727
1728         * flags.h (warn_unused_function, warn_unused_label,
1729         warn_unused_parameter, warn_unused_variable, warn_unused_value):
1730         Replace ``warn_unused''.
1731         (set_Wunused): Add declaration.
1732         * toplev.c (set_Wunused): New function.
1733         (warn_unused_function, warn_unused_label, warn_unused_parameter,
1734         warn_unused_variable, warn_unused_value): New variables.
1735         (W_options): Add -Wunused-function, -Wunused-function,
1736         -Wunused-label, -Wunused-parameter, -Wunused-variable and
1737         -Wunused-value.  Delete -Wunused.  Handled in decode_W_option.
1738
1739         * toplev.c (decode_W_option): Update -Wunused flags by calling
1740         set_Wunused.
1741         * c-decl.c (c_decode_option): Ditto for -Wall.
1742
1743         * stmt.c (expand_expr_stmt, expand_expr_stmt,
1744         warn_about_unused_variables): Replace warn_unused with more
1745         explicit warn_unused_value et.al.
1746         * function.c (expand_function_end): Ditto.
1747         * c-typeck.c (internal_build_compound_expr,
1748         internal_build_compound_expr): Ditto.
1749         * c-decl.c (poplevel, pop_label_level): Ditto.
1750         * toplev.c (check_global_declarations): Replace warn_unused with
1751         check for either warn_unused_function or warn_unused_variable.
1752
1753         * gcc.1, invoke.texi (Warning Options): Document
1754         -Wunused-function, -Wunused-function, -Wunused-label,
1755         -Wunused-parameter, -Wunused-variable and -Wunused-value options.
1756
1757 Wed May 17 10:28:12 2000  Philippe De Muyter  <phdm@macqel.be>
1758
1759         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Find libgcc1.c in
1760         $(srcdir), not in the current directory.
1761
1762 2000-05-16  Richard Henderson  <rth@cygnus.com>
1763
1764         * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the
1765         assembler supports it.
1766         (.fini, .init): Use a gp-relative indirect call.
1767         (__do_global_dtors_aux): Preserve the gp; rebundle.
1768         (__do_frame_setup): Likewise.
1769         * config/ia64/crtend.asm (.IA_64.unwind): Don't terminate with -1.
1770         (.init): Use a gp-relative indirect call.
1771         (__do_global_ctors_aux): Preserve the gp.
1772
1773 2000-05-16  Richard Henderson  <rth@cygnus.com>
1774
1775         * flow.c (commit_one_edge_insertion): Be prepared for a return
1776         insn to be inserted on the edge with a normal jump.
1777         * jump.c (jump_optimize_1): Don't look to create return isns.
1778
1779         * flow.c (flow_delete_insn): Don't adjust reference count of notes.
1780         * jump.c (jump_optimize_1): Likewise.
1781         (returnjump_p): Verify the argument is a JUMP_INSN.
1782         * rtl.def (NOTE): Add 5th element for NOTE_INSN_DELETED_LABEL.
1783
1784 2000-05-16  Nick Clifton  <nickc@cygnus.com>
1785
1786         * config/m32r/m32r.c (small_insn_p): Use INSN_P() to replace
1787         GET_RTX_CLASS (GET_CODE ()) == 'i'.
1788         (large_insn_p): Ditto.
1789         (m32r_is_insn): New function: Return true if the insn contains
1790         an executable instruction.
1791         (m32r_adjust_insn): Use m32r_is_insn.
1792         (m32r_sched_reorder): Use m32r_is_insn.
1793         (m32r_sched_variable_issue): Use m32r_is_insn.
1794
1795 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1796
1797         * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like
1798         VAR_DECL.
1799
1800         * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable.
1801
1802         * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux
1803         according to given options.
1804
1805 Tue May 16 12:17:31 2000  Jeffrey A Law  (law@cygnus.com)
1806
1807         * mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS
1808         if X has VOIDmode either.
1809         (LIMIT_RELOAD_CLASS): Similarly.
1810
1811         * mn10200.md (indirect_jump, tablejump): Use "register_operand",
1812         not "general_operand" to match the processor's capabilities.
1813
1814 2000-05-16  Bruce Korb  <bkorb@gnu.org>
1815
1816         * fixinc/README:  corrected return address
1817         * fixinc/check.diff:  regenerate, now that test works
1818         * fixinc/fixfixes.c(format_fix,format_write): reformatted
1819         (char_macro_def_fix,char_macro_use_fix): corrected and
1820         rewrote to use regex to parse the text
1821         * fixinc/inclhack.def: more testing
1822         * fixinc/fixincl.x:  regenerated
1823
1824         * fixinc/inclhack.def: added several "test_text" attributes
1825         changed several fixes to use `c_fix = format'
1826         re-alphabetized the fixes
1827
1828         * fixinc/check.diff: regenerate
1829         * fixinc/fixincl.x: regenerate
1830         * fixinc/check.tpl: added `sparc' and `netinet' to the list
1831         of created dirs
1832
1833
1834 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
1835
1836         * config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.
1837
1838 2000-05-15  Richard Henderson  <rth@cygnus.com>
1839
1840         * toplev.c (rest_of_compilation): Run full jump pass before
1841         find_basic_blocks of flow2.
1842
1843 2000-05-15  Richard Henderson  <rth@cygnus.com>
1844
1845         * jump.c: Fix typos and clarify commentary from last change.
1846         (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE.
1847         (safe_to_remove_jump_p): Remove.
1848         (condjump_label): Use pc_set.
1849
1850 2000-05-15  Richard Henderson  <rth@cygnus.com>
1851
1852         * ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns
1853         that get in the way after reload.
1854         (cond_exec_process_if_block): Skip a label heading THEN block.
1855
1856 2000-05-15  Richard Henderson  <rth@cygnus.com>
1857
1858         * varasm.c (output_constant_pool): Abort instead of converting
1859         (improperly) deleted labels to zero.
1860
1861 2000-05-16  Neil Booth  <NeilB@earthling.net>
1862
1863         * cpplex.c (parse_string2): Update comment.
1864         (cpp_lex_line): No special assertion treatment for '('.
1865         * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT.
1866         * cpplib.h (SYNTAX_ASSERT): Remove.
1867
1868 Mon May 15 21:45:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1869
1870         * jump.c (condjump_p):  Mark as depreached.
1871         (any_condump_p): New.
1872         (any_uncondump_p): New.
1873         (pc_set): New.
1874         (safe_to_remove_jump_p): New.
1875         * rtl.h (any_condump_p, any_uncondjump_p, pc_set
1876         safe_to_remove_jump_p): Declare.
1877
1878 Mon May 15 21:07:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1879
1880         * calls.c: Re-install both patches reverted by last patch.
1881         (struct arg_data): New field tail_call_reg.
1882         (initialize_argument_information): Initialize tail_call_reg
1883         (load_register_parameters): New argument flags, use
1884         tail_call_reg when emiting tail call sequence.
1885         (expand_call): Update call of load_register_parameters;
1886         copy unadjusted_args_size to adjusted_args_size.
1887
1888 Mon May 15 19:01:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1889
1890         * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
1891         and bct_p parameters to flags.
1892         * loop.h (LOOP_UNROLL, LOOP_BCT): New constants.
1893         * rtl.h (loop_optimize): Update prototype.
1894         * toplev.c (rest_of_compilation): Update call of loop_optimize.
1895
1896 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
1897
1898         * calls.c (expand_call): Move expand_start_target_temps call after
1899         start_sequence().
1900
1901 2000-05-15  Neil Booth  <NeilB@earthling.net>
1902
1903         * cpphash.c (trad_stringify, warn_trad_stringify,
1904         collect_params): Make some pointers pointers to const.
1905         * cpplex.c (auto_expand_name_space) Guaranteed to always
1906         expand by at least one character.
1907         (SPELL_CHAR, SPELL_NONE): Temporarily reverse order.
1908         (struct token_spelling): Use const U_CHAR * rather than PTR.
1909         (expand_name_space): Fix up token pointers if name space
1910         is moved when expanding.
1911         (INIT_NAME, cpp_scan_line, parse_name, parse_number,
1912         parse_string2, save_comment, spell_token, cpp_output_list):
1913         Update so the routines handle tokens with a direct pointer to
1914         their text, rather than an offset into the token's list's namebuf.
1915         (_cpp_lex_line): Rearrange for clarity.
1916
1917         * cpplib.c (_cpp_check_directive): Similarly.
1918         (do_define): Make SYM a pointer to const.
1919         * cpplib.h (struct cpp_name): Replace offset with direct pointer.
1920         (CPP_INT, CPP_FLOAT): Spelling type should be SPELL_IDENT.
1921         (TOK_OFFSET): Delete.
1922         (TOK_NAME): Update.
1923
1924 2000-05-14  Geoffrey Keating  <geoffk@cygnus.com>
1925
1926         * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
1927         64-bit ABI.
1928
1929         * config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE 
1930         into account.
1931         (logical_u_operand): Delete.
1932         (non_logical_cint_operand): Rewrite to take MODE into account.
1933         (non_logical_u_cint_operand): Delete.
1934         (boolean_operator): New function.
1935         (print_operand): Add new %q operand.
1936         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,
1937         remove logical_u_operand and non_logical_u_cint_operand,
1938         update logical_operand and non_logical_cint_operand.
1939         * config/rs6000/rs6000.md: Rewrite the patterns for performing
1940         logical operations to use %q.
1941
1942         * config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
1943         (movdi): Make similar to movsi.
1944         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): There
1945         is no such thing as a DImode CONST_DOUBLE.
1946         * config/rs6000/rs6000.c (output_toc): Likewise.
1947         
1948         * config/rs6000/rs6000.c (output_cbranch): Don't output prediction
1949         codes when old mnemonics are in use.  Print register names
1950         for cc registers when requested.
1951
1952         * optabs.c (expand_float): Don't allow mode widening that causes
1953         double rounding.
1954
1955         * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
1956         flags to their current names -maix64 and -maix32.
1957
1958 2000-05-14  Bruce Korb  <bkorb@gnu.org>
1959
1960         * fixinc/fixfixes.c(wrap_fix): new fix - inserts text before
1961         and/or after current text of file
1962         * fixinc/fixlib.c(must_malloc):
1963         * fixinc/fixlib.h(must_malloc): + reformatting
1964         * fixinc/inclhack.def: replace the "1i" and "$a" sed commands
1965         with usages of ``c_fix = wrap;''
1966         Add several tests and use the ``c_fix = format'' fixer more.
1967         * fixinc/fixincl.x: regen
1968         * fixinc/check.diff: regen
1969         * fixinc/check.tpl: emit the associated header with the missing
1970         test message
1971
1972 Sun May 14 17:58:59 2000  Hans-Peter Nilsson  <hp@axis.com>
1973
1974         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
1975         variables $src and $dst.
1976         
1977 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
1978
1979         * diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
1980         (DIAGNOSTICS_SHOW_PREFIX_NEVER): Likewise.
1981         (DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE): Likewise.
1982         (struct output_buffer: emitted_prefix_p, prefixing_rule): New
1983         fields. 
1984         (set_message_prefixing_rule): Declare.
1985
1986         * diagnostic.c: (current_prefixing_rule): New variable.
1987         (set_message_prefixing_rule): Define.
1988         (output_set_prefix): Adjust buffer->emitted_prefix_p.
1989         (init_output_buffer): Adjust Initialization.
1990         (output_emit_prefix): Rewrite.  Take prefixing rules into account.
1991         
1992 Sat May 13 11:05:47 2000  Philippe De Muyter  <phdm@macqel.be>
1993
1994         * ifcvt.c (if_convert): Do not free NULL.
1995
1996 2000-05-12  Nick Clifton  <nickc@cygnus.com>
1997
1998         * config/fr30/fr30.c (fr30_move_double): New function:  Emit code
1999         to move a double word value.
2000         (di_operand): New function: Return true if the operand is suitbale
2001         for a double word move operation.
2002         (nonimmediate_di_operand): New function: Return true if the
2003         operand is a DImode register or MEM.
2004
2005         * config/fr30/fr30.h (PREDICATE_CODES): Add di_operand and
2006         nonimmediate_di_operand.
2007
2008         * config/fr30/fr30-protos.h Add fr30_move_double, di_operand, and
2009         nonimmediate_di_operand.
2010
2011         * config/fr30/fr30.md (movdi): New pattern.  Required because
2012         other patterns generate DImode results.
2013         (movdi_insn): New pattern.
2014
2015 2000-05-12  Richard Henderson  <rth@cygnus.com>
2016
2017         * config/alpha/alpha.c (struct shadow_summary): Define
2018         bitfields as type unsigned int.
2019
2020 Sat May 13 00:09:59 2000  Denis Chertykov  <denisc@overta.ru>
2021
2022         * config/avr/t-avr: Added definition of FLOAT while generates
2023         fp-bit.c
2024
2025         * config/avr/avr.md: `NEXT_INSN (insn)' substituted to `insn' in
2026         peepholes for tst+jump = sbrs/sbrc optimization.
2027
2028 Fry May 12 20:03:00 CEST 2000  Jan Hubicka  <jh@suse.cz>
2029
2030         * expr.c (emit_push_insn): Do not adjust stack pointer when
2031         preallocating.
2032
2033 Fri May 12 19:03:58 2000  Philippe De Muyter  <phdm@macqel.be>
2034
2035         * ggc-simple.c (offsetof): Macro fallback definition moved from here ..
2036         * system.h (offsetof): ... to here.
2037
2038 2000-05-12  Richard Henderson  <rth@cygnus.com>
2039
2040         * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
2041         * final.c (final_end_function): Use app_disable.  Rearrange note
2042         handling into a switch.  Emit deleted labels.
2043         (output_asm_label): Generate label strings for deleted labels.
2044         * flow.c (tail_recursion_label_list): New.
2045         (find_basic_blocks_1): Set label_value_list directly.  Collect list
2046         of tail recursion labels from call_placeholders.  Don't add deleted
2047         labels to the label value list.
2048         (cleanup_cfg): Use free_EXPR_LIST_list.
2049         (flow_delete_insn_chain): Turn non-removable labels into notes.
2050         (flow_delete_block): Don't disable deleting the block because of
2051         a non-removable label.
2052         (tail_recursion_label_p): New.
2053         (merge_blocks_move_predecessor_nojumps): Don't disable the merge
2054         because of a label.
2055         (merge_blocks_move_successor_nojumps): Likewise.  Also move a
2056         jump table.
2057         (merge_blocks): Disable a merge because of tail recursion labels.
2058         * ifcvt.c (merge_if_block): Don't disable a merge because of a label.
2059         Use a more accurate measure of not merging the join block.
2060         (find_if_block): Don't disable conversion because of a label.
2061         (find_if_case_1, find_if_case_2): Likewise.
2062         * jump.c (duplicate_loop_exit_test): Preserve the kind of list
2063         element when copying.
2064         (squeeze_notes): Also leave EH notes.
2065         (mark_jump_label): Ignore deleted labels.  Use an INSN_LIST for
2066         REG_LABEL notes.
2067         (delete_insn): Preserve LABEL_NAME in NOTE_SOURCE_FILE when
2068         deleting a label.
2069         * print-rtl.c (print_rtx): Print NOTE_SOURCE_FILE for
2070         NOTE_INSN_DELETED_LABEL.  Print `[# deleted]' for a label_ref
2071         referring to a deleted label.  Convert tail handling to a switch.
2072         * rtl.def (CODE_LABEL): Rearrange elements to be compatible with NOTE
2073         for NOTE_INSN_DELETED_LABEL.
2074         (NOTE): Fix commentary.
2075         * rtl.h (REG_LABEL): Update commentary wrt INSN_LIST.
2076         (REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
2077         (CODE_LABEL_NUMBER, LABEL_NAME): Update index.
2078         (LABEL_NUSES, LABEL_REFS): Likewise.
2079         * unroll.c (copy_loop_body): Don't copy NOTE_INSN_DELETED_LABEL.
2080
2081 2000-05-12  Bruce Korb  <bkorb@gnu.org>
2082
2083         * fixinc/fixfixes.c(format_write): buglet & relaxed rules
2084         * fixinc/check.diff: updated
2085         * fixinc/inclhack.def: corrected & added some test_text-s
2086         * fixinc/genfixes: removed unneeded options to autogen invocation
2087         * fixinc/fixincl.tpl: Specified the output file
2088         * fixinc/fixfixes.c: visual appearance
2089         * fixinc/fixincl.x: regenerate
2090
2091 2000-05-12  Zack Weinberg <zack@wolery.cumb.org>
2092
2093         * fixinc/fixfixes.c (IO_use_fix, IO_defn_fix, CTRL_use_fix,
2094         CTRL_defn_fix): Delete.
2095         (fix_char_macro_defines, fix_char_macro_uses): Rename to
2096         char_macro_def_fix and char_macro_use_fix, respectively.  Put
2097         them into the FIXUP_TABLE.  Get the string to search for from
2098         a c_fix_arg.
2099
2100         (format_write): New function.
2101         (format_fix): Use it.
2102
2103         (FIX_PROC_HEAD): Constify text parameter.
2104         (machine_name_fix): Constify all char *s.
2105         * fixtests.c (skip_quote): Remove double static.
2106
2107         * inclhack.def (io_def_quotes, io_use_quotes, ctrl_def_quotes,
2108         ctrl_use_quotes): Update for new scheme.
2109         * fixincl.x: Regenerate.
2110
2111 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
2112
2113         * config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
2114         DWARF2_DEBUG.
2115         (DWARF2_ASM_LINE_DEBUG_INFO): Define.
2116         (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
2117
2118 2000-05-11  Robert Lipe <robertlipe@usa.net>
2119
2120         * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
2121         * fixincl.x: Regenerate.
2122
2123 2000-05-11  Richard Henderson  <rth@cygnus.com>
2124
2125         * calls.c: Revert both 05-09 patches.
2126
2127 2000-05-11  Alexandre Oliva  <aoliva@cygnus.com>
2128
2129         * config/mn10300/mn10300.c (print_operand): Print FP constants in
2130         hexadecimal.
2131         * config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint
2132         for FP values.
2133
2134         * mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
2135         and replace any occurrences of `=' in multilib dirs with `$(EQ)'.
2136
2137 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
2138
2139         * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.
2140
2141 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
2142
2143         * fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
2144
2145 Thu May 11 22:28:05 2000  Denis Chertykov  <denisc@overta.ru>
2146
2147         * config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
2148         * config/avr/avr.c (jump_over_one_insn_p): New function.
2149         * config/avr/avr.md: New peepholes added. Output test and
2150         conditional jump to "sbrc" or "sbrs" command.
2151
2152 2000-05-11  Mark Elbrecht  <snowball3@bigfoot.com>
2153
2154         * cppmain.c (main): Use IS_DIR_SEPARATOR.
2155
2156 2000-05-11  Jakub Jelinek  <jakub@redhat.com>
2157
2158         * except.c (find_exception_handler_labels_1): New function.
2159         (find_exception_handler_labels): Split into two functions, dive
2160         into CALL_PLACEHOLDERs when looking for exception handler labels.
2161
2162 2000-05-11 Stan Cox <scox@cygnus.com>
2163
2164         * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
2165         * timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2.
2166         * toplev.c (rest_of_compilation): Call regrename_optimize before sched2.
2167
2168 2000-05-11  Bruce Korb  <bkorb@gnu.org>
2169
2170         * fixinc/fixfixes.c (double_slash_fix):  obsolete
2171         (else_endif_label_fix): obsolete
2172         (format_fix):  new, unused as yet
2173         (main): obsolete
2174         * fixinc/fixlib.h: added fix description struct for use by format_fix
2175         * fixinc/fixincl.c: removed the struct & test for SIGIOT befure using
2176         * fixinc/Makefile.in:  compile fixfixes.c and fixtests.c as separate
2177         modules.  Removed the vestiges of the script version.
2178         Added support for "make check".
2179         * fixinc/check.diff: base diff file (needs work!!)
2180         * fixinc/check.tpl: quiet the fixup output
2181         * fixinc/fixtests.c (main): obsolete
2182         * fixinc/fixincl.sh:  don't bother copying fixincl to ..
2183         * fixinc/fixincl.tpl:  provide for arguments to c_fix routines
2184
2185 Thu May 11 11:57:02 MET DST 2000  Jan Hubicka <jh@suse.cz>
2186
2187         * toplev.c (rest_of_compilation): Remove dead code after
2188         combine.
2189
2190 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
2191
2192         * cpphash.c (collect_funlike_expansion): Make "# is not
2193         followed by a macro argument name" a pedwarn, not an error.
2194         Preserve the # in the output.  Suppress the warning if lang_asm.
2195
2196 Thu May 11 01:19:31 2000  Jeffrey A Law  (law@cygnus.com)
2197
2198         * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
2199         * configure: Rebuilt.
2200
2201 2000-05-10 Laurynas Biveinis <lauras@softhome.net>
2202
2203         * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
2204
2205 2000-05-10  Kazu Hirata  <kazu@hxi.com>
2206
2207         * combine.c (try_combine): Fix a typo.
2208
2209 Wed May 10 21:31:44 2000  Jim Wilson  <wilson@cygnus.com>
2210
2211         * config/ia64/ia64.md (insv): Add comment.
2212
2213 2000-05-10  Richard Henderson  <rth@cygnus.com>
2214
2215         * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
2216         * mklibgcc.in: Rewrite to not use functions.  Don't shortcut
2217         dependancies on FPBIT and DPBIT.
2218
2219 2000-05-10  Nick Clifton  <nickc@redhat.com>
2220
2221         * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
2222         when optimising for size.
2223         (mark_used_regs:) Ditto.
2224         (try_pre_increment_1): Ditto.
2225
2226 2000-05-10  Zack Weinberg  <zack@wolery.cumb.org>
2227
2228         * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
2229         Make error message friendlier.
2230
2231         * cpphash.h (struct hashnode): Use struct hack for name
2232         member.
2233         * cpphash.c (struct hashdummy): New.
2234         (eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
2235         (make_HASHNODE): No need to set ->name pointer.  Correct
2236         setting of p.
2237         (cpp_lookup): Make 'dummy' a struct hashdummy.  Tidy up a bit.
2238
2239 2000-05-10  Richard Henderson  <rth@cygnus.com>
2240
2241         * flow.c (find_basic_blocks_1): Remove any spare bb_note
2242         after completion.
2243
2244 2000-05-10  Bruce Korb  <bkorb@gnu.org>
2245
2246         * fixinc/gnu-regex.c:  reg_syntax_t re_syntax_options must be static
2247
2248 2000-05-10  Eric Schweitz  <schweitz@nortelnetworks.com>
2249
2250         * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
2251         after we enter .debug.
2252
2253 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
2254
2255         * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
2256         abstract instance of a nested inline function.
2257
2258         * stor-layout.c (finish_record_layout): finalize_type_size
2259         before laying out the pending_statics.
2260
2261 Wed 10 May 09:36:47 2000  Neil Booth  <NeilB@earthling.net>
2262
2263         * cpplex.c (spell_token): New function.
2264         (spell_string, spell_comment, spell_name): fold into
2265         spell_token.    
2266         (I, S): Add macros.
2267         (E, H): Remove macros.
2268         (save_comment): Save comment opening characters too.
2269         (_cpp_lex_file): Update to use spell_token.  Tidy up comment
2270         handling.
2271         * cpplib.h (I, S): Add macros.
2272         (E, H): Remove macros.
2273         (TTYPE_TABLE): Update entries for new speller.
2274         (SYNTAX_ASSERT): Remove.
2275
2276 Wed 10 May 09:08:30 2000  Neil Booth  <NeilB@earthling.net>
2277
2278         * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
2279         when removing escaped newlines.  Reverse sense of test for
2280         escaped newline.
2281
2282 2000-05-09  Richard Henderson  <rth@cygnus.com>
2283
2284         * flow.c (find_basic_blocks_1): Do not delete the first
2285         bb_note we run across.
2286         (create_basic_block): Use reorder_insns to move an existing
2287         bb_note to the correct place.
2288
2289 2000-05-09  Richard Henderson  <rth@cygnus.com>
2290
2291         * calls.c (expand_call): Increment currently_expanding_call
2292         before calling optimize_tail_recursion.
2293
2294 Tue May  9 18:54:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2295
2296         * reload1.c (reload_combine): Fix errors in last change.
2297
2298 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
2299
2300         * gcc.c (used_arg): Skip over a semicolon at the end of the
2301         split-up loop; don't break out of it.
2302
2303         * Makefile.in (WARN_CFLAGS): Add -Wwrite-strings.
2304         (tree.o): Depend on output.h.
2305
2306         * c-decl.c (pending_invalid_xref_file,
2307         current_function_prototype_file): Constify.
2308         (pushdecl): Constify a local char *.
2309         (define_label): Constify filename parameter.
2310         * c-lex.c (init_parse): Constify parameter and return value.
2311         * c-typeck.c (c_expand_asm_operands): Constify filename parameter.
2312         * c-tree.h: Update prototypes.
2313         * c-parse.in: Constify filename member of %union, and if_stmt_file.
2314         * c-parse.y, c-parse.c, c-parse.h, objc/objc-parse.y,
2315         objc/objc-parse.c: Regenerate.
2316
2317         * dwarfout.c (dwarfout_init): Constify main_input_filename parameter.
2318         * dwarfout.h: Update prototypes.
2319         * expr.c (expand_expr): Constify a local char *.
2320         * flags.h: Constify main_input_filename.
2321         * function.c (expand_function_end): Constify filename parameter.
2322         * genrecog.c (make_insn_sequence): Use a character array for
2323         c_test_pos.
2324         (main): Remove unused variables.
2325         * input.h: Constify input_filename, main_input_filename, and
2326         file_stack.name.  Update prototypes.
2327         * output.h: Declare first_global_object_name and
2328         weak_global_object_name here, as const char *.
2329         * stmt.c (expand_asm_operands): Constify filename parameter.
2330         * toplev.c (compile_file, push_srcloc, debug_start_source_file):
2331         Constify filename parameter.
2332         (input_filename, main_input_filename): Constify.
2333         * toplev.h: Update prototypes.
2334         * tree.c: Include output.h.  Don't declare
2335         first_global_object_name or weak_global_object_name.  Clean up string
2336         bashing in get_file_function_name_long.
2337         * tree.h (struct tree_decl): Constify filename member.
2338         (input_filename): Constify.
2339         Update prototypes.
2340         * varasm.c (first_global_object_name, weak_global_object_name):
2341         Constify.
2342         (assemble_start_function, assemble_variable): Clean up string bashing.
2343
2344         * gcc.c: Constify all spec-related strings initialized,
2345         transitively, from string constants.  Constify all strings
2346         and string variables related to multilibs.
2347         (set_spec, read_specs): Cast argument to free to PTR.
2348         (used_arg): Do not modify multilib_matches.  Use strncmp plus
2349         length comparison to compare multilib switches.
2350         * genmultilib: Constify everything declared in multilib.h.
2351
2352 Tue May  9 22:28:03 2000  Denis Chertykov  <denisc@overta.ru>
2353
2354         * flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn
2355         as deleted.
2356
2357 Tue May  9 20:52:43 2000  Denis Chertykov  <denisc@overta.ru>
2358
2359         * config/avr/avr-protos.h (extra_constraint): change a type of
2360         second argument from char to int to avoid warnings.
2361         (asm_output_byte): Likewise.
2362         
2363         * config/avr/avr.c (MAX_LD_OFFSET) New macro.
2364         (initial_elimination_offset): Handle elimination from
2365         FRAME_POINTER_REGNUM to STACK_POINTER_REGNUM.
2366         (legitimate_address_p): Use MAX_LD_OFFSET.
2367         (legitimize_address): Likewise.
2368         (out_movqi_r_mr): Likewise.
2369         (out_movhi_r_mr): Likewise, use `fatal_insn' instead of `fatal'.
2370         (out_movsi_r_mr): Use MAX_LD_OFFSET.
2371         (out_movsi_mr_r): Likewise.
2372         (out_movqi_mr_r): Likewise.
2373         (out_movhi_mr_r): Likewise.
2374         (notice_update_cc): Correct CC for the ashrqi3 with the shift
2375         count as CONST_INT != 6.
2376         (ashlqi3_out): Coding style modifications. Run `fatal_insn' if
2377         shift count is a CONSTANT_P, but not a CONST_INT.
2378         (ashlhi3_out): Coding style modifications.
2379         (ashlsi3_out): Likewise.
2380         (ashrhi3_out): Likewise.
2381         (ashrsi3_out): Likewise.
2382         (lshrhi3_out): Likewise.
2383         (lshrsi3_out): Likewise.
2384         (ashrqi3_out): Generate shift for any known constant count without
2385         scratch register. Run `fatal_insn' if shift count is a CONSTANT_P,
2386         but not a CONST_INT.
2387         (lshrqi3_out): Coding style modifications. Run `fatal_insn' if
2388         shift count is a CONSTANT_P, but not a CONST_INT. 
2389         (extra_constraint): change a type of
2390         second argument from char to int to avoid warnings.
2391         (asm_output_byte): Likewise.
2392         (asm_file_end): Output size generated commands count as a hex
2393         number too.
2394
2395         * config/avr/avr.h (RETURN_ADDR_RTX): New macro.
2396
2397         * config/avr/avr.md (addhi3): Fragment commented by &&0 is
2398         removed.
2399         (ashlqi3): Values of "length" attribute changed. Shift count
2400         uses constraints 'n' instead of 'i'.
2401         (ashrqi3): Likewise. Values of "cc" attribute changed. Generate
2402         shifts without clobber register.
2403         (lshrqi3): Shift count uses constraints 'n' instead of 'i'.
2404         (call_insn): Correct test for which_alternative == 1 (was 0).
2405         (call_value_insn): Likewise.
2406         
2407         * config/avr/t-avr: Remove definition of FLOAT while generates
2408         fp-bit.c
2409
2410 2000-05-09  Bruce Korb  <bkorb@gnu.org>
2411
2412         * fixinc/check.tpl:  Template for checking fixes
2413         * fixinc/inclhack.def:  Added 'test_text' for many fixes
2414         disable hpux8_bogus_inlines on SCO
2415         * fixinc/fixinc.sco:  Oh, yes, we don't need this any more.
2416
2417 Tue May  9 16:30:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2418
2419         * calls.c (expand_call): Reorganize somewhat in order
2420         to avoid unnecesary recalculation inside loop and make
2421         tail call failure code cleaner.
2422         
2423 Tue May  9 06:30:20 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2424
2425         * alias.c (nonlocal_reference_p): Minor reformatting.
2426         * reload.c (find_equiv_reg): Simplify logic for
2427         CALL_INSN_FUNCTION_USAGE since can't have SUBREG or pseudos and
2428         some some reformatting.
2429         * reload1.c (reload_combine): Don't assume everything in
2430         CALL_INSN_FUNCTION_USAGE is a REG and clean up code a bit.
2431
2432 2000-05-08  Richard Henderson  <rth@cygnus.com>
2433
2434         * final.c (current_insn_predicate): New.
2435         (final_scan_insn): Set it.
2436         * output.h (current_insn_predicate): Declare.
2437
2438         * ifcvt.c (cond_exec_process_insns): New argument prob_val.
2439         Attach it to call insns.
2440         (cond_exec_process_if_block): Track probability for true and
2441         false branches.
2442         (dead_or_predicable): Likewise.
2443
2444         * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.
2445         (PROB_UNLIKELY, PROB_EVEN, PROB_LIKELY): New.
2446         (PROB_VERY_LIKELY, PROB_ALWAYS): New.
2447         (estimate_probability, expected_value_to_br_prob): Use them.
2448
2449         * config/ia64/ia64-protos.h (ia64_expand_prediction): Declare.
2450         * config/ia64/ia64.c (ia64_print_operand_address): Handle 'j'.
2451         (ia64_expand_prediction): New.
2452         (emit_insn_group_barriers): Don't look at notes.  Emit barriers
2453         as needed after calls.
2454         (ia64_epilogue_uses): Mark b0 used.
2455         * config/ia64/ia64.md (beq_true, beq_false): Remove.
2456         (bne_true, bne_false): Remove.
2457         (eq_return, eq_not_return, ne_return, ne_not_return): Remove.
2458         (br_true, br_false): New.  Use predicate_operator and
2459         ia64_expand_prediction.
2460         (return_true, return_false): Likewise.
2461         (call_internal): Use ia64_expand_prediction.  Don't emit stop bit.
2462         (call_internal1, call_value_internal): Likewise.
2463         (call_value_internal1, call_multiple_values_internal1): Likewise.
2464
2465         * config/ia64/ia64.c (ia64_direct_return): Require frame size zero.
2466
2467         * config/ia64/ia64.md (extendsfdf2): Split only after reload.
2468
2469 2000-05-08  Richard Henderson  <rth@cygnus.com>
2470
2471         * rtlanal.c (may_trap_p): Consider old-style and volatile
2472         asms to trap.
2473
2474 Mon May  8 17:16:48 2000  Jim Wilson  <wilson@cygnus.com>
2475
2476         * config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.
2477
2478 2000-05-08  Richard Henderson  <rth@cygnus.com>
2479
2480         * config/ia64/ia64.h (predicate_operator): Declare.
2481
2482         * config/ia64/ia64.md (extendsfdf2): Split the nop case out
2483         of existance.
2484
2485         * gensupport.c (process_rtx): Copy and post-process each member
2486         of the define_insn rtvec individually.
2487
2488 Mon  8 May 22:17:35 2000  Neil Booth  <NeilB@earthling.net>
2489
2490         * cpplex.c (spell_token): New function.
2491         (TOKEN_LEN): Add 1 for whitespace.
2492         (_cpp_lex_file): Update to use spell_token.
2493         * cpplib.h (E): Remove.
2494         (TTYPE_TABLE): Update CPP_VSPACE entry.
2495
2496 2000-05-08  Richard Henderson  <rth@cygnus.com>
2497
2498         * flow.c (init_propagate_block_info): Watch out for conditional
2499         branch to next instruction, and thus one outgoing edge.
2500
2501         * config/ia64/ia64.c (ia64_encode_section_info): Exit early
2502         for global register variables; don't special case __[CD]TOR_LIST__;
2503         mind ggc_p for string allocation.
2504
2505 2000-05-08  Nick Clifton  <nickc@cygnus.com>
2506
2507         * config/i386/i386.h (ELIMINABLE_REGS): Fix comment.
2508
2509 2000-05-08  Bruce Korb  <bkorb@gnu.org>
2510
2511         * fixinc/mkfixinc.sh:  fixinc.sco is no longer used
2512         i?86-*-msdosdjgpp* no longer uses fixincludes
2513         * fixinc/genfixes:  inclhack.sh and fixincl.sh are no longer generated
2514         * fixinc/inclhack.sh:  deleted
2515         * fixinc/hackshell.tpl:  deleted
2516         * fixinc/inclhack.tpl:  deleted
2517         * fixinc/Makefile.in:  Remove dependencies on above
2518         * fixinc/fixincl.sh:  "DO NOT EDIT" text modified
2519
2520 2000-05-08  Andreas Jaeger  <aj@suse.de>
2521
2522         * config/mips/linux.h: Remove undefines which disabled .ctor/.dtor
2523         support.
2524
2525 2000-05-07  Zack Weinberg  <zack@wolery.cumb.org>
2526
2527         * Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
2528         substitutions.
2529
2530 Sun  7 May 08:43:53 2000  Neil Booth  <NeilB@earthling.net>
2531
2532         * cpplex.c: Move new lexer definitions and prototypes
2533         to top.  Conditional include these and the code if
2534         NEW_LEXER is defined.  Rename functions whose names
2535         clash if this code included.
2536
2537 Sun May  7 00:54:57 EDT 2000  John Wehle  (john@feith.com)
2538
2539         * rtl.def (COND_EXEC): Clarify.
2540
2541         * i386.md (extendsidi2): Clobber (reg:CC 17) in the
2542         same fashion as zero_extendsidi2.
2543
2544 2000-05-06  Richard Henderson  <rth@cygnus.com>
2545
2546         * config/ia64/ia64.c (predicate_operator): New.
2547         (ia64_print_operand): Handle 'J'.
2548         (rtx_needs_barrier): Handle COND_EXEC.
2549         * config/ia64/ia64.h (BRANCH_COST): Define.
2550         (PREDICATE_CODES): Update.
2551         * config/ia64/ia64.md: Docuement used unspec values.
2552         (attr predicable): New.
2553         (movxf, movxf_internal): New.
2554         (extendsfdf2): Don't comment out nop.
2555         (floatdidf2): Remove.
2556         (truncxfsf2, truncxfdf2, floatdixf2): New.
2557         (abssi2, absdi2): Put the neg in the "true" slot.
2558         (conditional branch instructions): Mark not predicable.
2559         (cmov*_internal): Use predicate_operator.  Split to cond_exec.
2560         (abs*_internal): Likewise.
2561         (alloc, set_bsp): Mark not predicable.
2562         (barrier, insn_group_barrier, flush_cache): Likewise.
2563         (define_cond_exec): New.
2564
2565 2000-05-06  Richard Henderson  <rth@cygnus.com>
2566
2567         * c-decl.c: Include "tm_p.h".
2568
2569         * config/ia64/ia64-protos.h: Rearrange decls to reduce ifdef madness.
2570         (fetchadd_operand, ia64_expand_fetch_and_op): Declare.
2571         (ia64_expand_op_and_fetch): Declare.
2572         * config/ia64/ia64.c: Include "toplev.h".  Kill trailing whitespace.
2573         (setjmp_operand): Constify variables for XSTR.
2574         (ia64_encode_section_info): Likewise.
2575         (ia64_print_operand): Use %d for exact_log2; cast 32-bit printed
2576         values to int.
2577         (ia64_asm_output_external): Constify name.
2578         (process_set): Use HOST_WIDE_INT_PRINT_DEC for frame size.
2579         (process_for_unwind_directive): Provide switch default.
2580         (ia64_expand_compare_and_swap): Remove unused variables.
2581         (ia64_expand_builtin): Likewise.
2582         * config/ia64/ia64.h (ASM_OUTPUT_BYTE): Mask and cast value to int
2583         for printing.
2584
2585         * config/ia64/ia64.c (sdata_symbolic_operand): Mark unused args.
2586         (symbolic_operand, function_operand, setjmp_operand): Likewise.
2587         (shift_count_operand, shift_32bit_count_operand): Likewise.
2588         (shladd_operand, fetchadd_operand, ia64_function_prologue): Likewise.
2589         (ia64_function_epilogue, ia64_setup_incoming_varargs): Likewise.
2590         (ia64_function_arg_partial_nregs, ia64_function_value): Likewise.
2591         (ia64_print_operand_address, ia64_secondary_reload_class): Likewise.
2592         (ia64_expand_builtin): Likewise.
2593         (call_multiple_values_operation): Make dest_regno unsigned.
2594
2595 2000-05-06  Richard Henderson  <rth@cygnus.com>
2596
2597         * rtl.def (DEFINE_COND_EXEC): New.
2598         * md.texi: Document it.
2599
2600         * gensupport.c (input_file): Remove.
2601         (struct queue_elem): Add lineno.
2602         (rtx_ready_queue): Remove.
2603         (errors): New.
2604         (predicable_default): New.
2605         (predicable_true, predicable_false): New.
2606         (define_attr_queue, define_attr_tail): New.
2607         (define_insn_queue, define_insn_tail): New.
2608         (define_cond_exec_queue, define_cond_exec_tail): New.
2609         (other_queue, other_tail): New.
2610         (queue_pattern): New.
2611         (process_rtx): Add patterns to the appropriate queues.
2612         (is_predicable, identify_predicable_attribute): New.
2613         (n_alternatives, collect_insn_data): New.
2614         (alter_predicate_for_insn, alter_test_for_insn): New.
2615         (shift_output_template, alter_output_for_insn): New.
2616         (process_one_cond_exec, process_define_cond_exec): New.
2617         (init_md_reader): Read the entire file.  Process define_cond_exec.
2618         (read_md_rtx): Return elements from the queues.
2619
2620 2000-05-06  Richard Henderson  <rth@cygnus.com>
2621
2622         * flow.c (mark_set_1): Don't update conditional life info
2623         if the register is not_dead.
2624
2625 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
2626
2627         * Makefile.in (STAGESTUFF): Add genrtl.c and genrtl.h.
2628         (mostlyclean): Also delete fixincl, fixinc.sh, and
2629         specs.ready, and make clean in the fixinc subdir.
2630
2631 2000-05-06  Richard Henderson  <rth@cygnus.com>
2632
2633         * Makefile.in (gensupport.o): Compile for the host.
2634         (host-prefix gensuuprt.o): Remove.
2635         (genflags.o): Depend on gensupport.h and OBSTACK_H.
2636         (genattrtab.o): Likewise.
2637         (gencodes.o): Depend on gensupport.h.
2638         (genemit.o, genopinit.o, genrecog.o, genextract.o): Likewise.
2639         (genpeep.o, genattr.o, genoutput.o): Likewise.
2640
2641         * gensupport.c (obstack, rtl_obstack): New.
2642         (init_md_reader): Initialize rtl_obstack.
2643         * gensupport.h (rtl_obstack): Declare.
2644         (message_with_line): Declare.
2645
2646         * genattr.c: Remove all traces of obstack manipulation.
2647         * gencodes.c, genconfig.c, genemit.c, genextract.c: Likewise.
2648         * genopinit.c, genoutput.c, genpeep.c, genrecog.c: Likewise.
2649
2650         * genattrtab.c (obstack, rtl_obstack): Remove.
2651         (main): Don't init rtl_obstack.
2652         * genflags.c: Likewise.
2653
2654         * genrecog.c (message_with_line): Move ...
2655         * gensupport.c: ... here.
2656
2657 2000-05-06  Richard Henderson  <rth@cygnus.com>
2658
2659         * c-typeck.c (build_c_cast): Remove dead code.
2660
2661 2000-05-06  Richard Henderson  <rth@cygnus.com>
2662
2663         * flow.c (split_edge): Don't allocate global_live_at_start for
2664         the new block unless the old blocks had them as well.
2665
2666         * flow.c (mark_set_1): Respect not_dead when updating reg_live.
2667
2668         * ifcvt.c (noce_process_if_block): Don't use an insn_b from
2669         test_bb if a or b uses x.
2670
2671 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
2672
2673         * cpphash.h: Remove conditional #define of __extension__.
2674         * rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2,
2675         RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros
2676         (ENABLE_RTL_CHECKING only).
2677         * tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK,
2678         CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
2679         (ENABLE_TREE_CHECKING only).
2680         * varray.h: Add __extension__ to VARRAY_CHECK macro
2681         (ENABLE_CHECKING only).
2682
2683 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
2684
2685         Use new tail-calling mechanism on ARM.
2686         * arm.md (sibcall, sibcall_value): New expands.
2687         (sibcall_insn, sibcall_value_insn, sibcall_epilogue): New insns.
2688         (tailcalling peepholes): Delete.
2689         (push_multi): Simplify.
2690         * arm.c (lr_save_eliminated): Delete definition.
2691         (pattern_really_clobbers_lr, function_really_clobbers_lr): Delete.
2692         (output_return_instruction): Remove checks on lr_save_eliminated.
2693         (output_arm_prologue): Remove old tail-calling code.
2694         (arm_output_epilogue): New parameter, really_return.  All callers
2695         changed.  Handle tail-calling epilogues.
2696         * arm.h (lr_save_eliminated): Delete declaration.
2697         (frame_pointer_needed): Delete declaration.
2698         * arm-protos.h (arm_output_epilogue): Adjust prototype.
2699
2700         * arm.md (is_thumb): Examine symbol thumb_code, not expression
2701         TARGET_ARM.
2702         * arm.c (thumb_code): Define it.
2703         (arm_override_options): Set it.
2704         * arm.h (thumb_code): Declare it.
2705         
2706 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
2707
2708         * arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
2709
2710 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
2711
2712         * arm.c (arm_gen_load_multiple, arm_gen_store_mulitple): Don't add
2713         bogus clobber to insns.
2714         (load_multiple_operation, store_mulitple_operation): Don't check 
2715         for it.
2716         * arm.md (ldmsi_postinc, stmsi_postinc): Adjust accordingly.
2717
2718         * arm.md (and_scc, ior_scc): Add missing mode.
2719
2720         * arm.md (call_value_symbol): Remove predicate from op2.
2721
2722         * arm.h (SPECIAL_MODE_PREDICATES): Define.
2723         
2724 Sat May  6 06:25:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2725
2726         * expr.c (get_subtarget): New function.
2727         (force_operand, expand_expr, do_store_flag): Use it.
2728
2729         * toplev.c (compile_file): Don't take strlen of NAME if null.
2730
2731 2000-05-06  David Edelsohn  <edelsohn@gnu.org>
2732
2733         * xcoffout.c (xcoff_current_include_file,
2734         xcoff_current_function_file, xcoff_lastfile): Constify char *.
2735         (xcoffout_source_file, xcoffout_source_line): Make filename 'const
2736         char *'.
2737         (xcoffout_declare_function): Make name 'const char *'.
2738         (xcoffout_end_epilogue): Make fname 'const char *'
2739         * xcoffout.h (xcoff_current_include_file, xcoff_lastfile,
2740         xcoffout_declare_function, xcoffout_source_line): Match above.
2741
2742         * aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -mpowerpc64 without
2743         -maix64 is error.
2744         * rs6000.c (print_operand): Fix lossage typo.
2745         (output_cbranch): Remove "cr" decoration for now.
2746         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Make alias 'const char *'. 
2747
2748 Sat May  6 06:55:32 2000  Denis Chertykov  <denisc@overta.ru>
2749
2750         * config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by
2751         constant count.
2752
2753 2000-05-05  Bruce Korb  <bkorb@gnu.org>
2754
2755         * fixinc/genfixes: Improve the matching for make target names
2756
2757 2000-05-05  Catherine Moore  <clm@cygnus.com>
2758
2759         * c-common.c (decl_attributes):  For TYPE_DECLs attach the
2760         attribute to the decl.
2761         * c-decl.c (pushdecl): Propagate the USED attribute to the 
2762         type copy.
2763
2764 2000-05-05  Richard Henderson  <rth@cygnus.com>
2765
2766         * rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the
2767         same way emit_group_load does.
2768
2769 2000-05-05 Mark Elbrecht <snowball3@bigfoot.com>
2770
2771         * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
2772
2773         * toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.
2774         (main): Likewise.
2775
2776 2000-05-05 Rodney Brown <RodneyBrown@mynd.com>
2777
2778         * pa.h (FUNCTION_ARG_ADVANCE): Warning removal.
2779
2780 Fri May  5 10:29:21 2000  Marc Espie <espie@cvs.openbsd.org>
2781
2782         * config/openbsd.h (LINK_SPEC): pass correct flags to ld 
2783         to support -shared, on platforms with dynamic libraries.
2784
2785 Fri May  5 10:27:06 2000  Philippe De Muyter  <phdm@macqel.be>
2786
2787         * system.h (S_ISBLK): Provide fallback definition.
2788
2789 2000-05-05  Geoff Berry  <geoffb@bops.com>
2790
2791         * extend.texi (Extended Asm): Document inability to give asm
2792         statements access to condition codes.
2793
2794 2000-05-05  Marek Michalkiewicz  <marekm@linux.org.pl>
2795
2796         * varasm.c (asm_emit_uninitialised): Use 0, not NULL
2797         as arg 2 of UNIQUE_SECTION.
2798
2799 Fri May  5 10:11:41 2000  Jeffrey A Law  (law@cygnus.com)
2800
2801         * predict.c: Remove May 4 change.
2802         * bb-reorder.c (make_reorder_chain): Do not perform block movement
2803         if we have predicted the branch at 50-50 probability.
2804
2805 2000-05-05  Richard Henderson  <rth@cygnus.com>
2806
2807         * flow.c (init_propagate_block_info): Fix merge error
2808         in HAVE_conditional_execution code.
2809
2810 Fri May  5 07:43:50 2000  Denis Chertykov  <denisc@overta.ru>
2811
2812         * config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal
2813         shift cycle for unknown shift count. Also generates dec + brpl.
2814         (ashlqi3_out): Don't generate dec + brpl which now generates by
2815         `out_shift_with_cnt'.
2816         (ashlhi3_out): Likewise.
2817         (ashlsi3_out): Likewise.
2818         (ashrqi3_out): Likewise.
2819         (ashrhi3_out): Likewise.
2820         (ashrsi3_out): Likewise.
2821         (lshrqi3_out): Likewise.
2822         (lshrhi3_out): Likewise.
2823         (lshrsi3_out): Likewise.
2824
2825 2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>
2826
2827         * gcc.c (free_split_directories): Correct typo in explanation
2828         of make_relative_prefix.
2829
2830 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
2831
2832         * config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
2833         comparison codes to branch_comparison_operator.
2834
2835 2000-05-04  Richard Henderson  <rth@cygnus.com>
2836
2837         * ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
2838
2839 2000-05-04  Richard Henderson  <rth@cygnus.com>
2840
2841         * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
2842         (DPBIT_FUNCS): Remove _sf_to_usi.
2843         (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
2844
2845         * ifcvt.c (noce_process_if_block): Fail if A or B modified
2846         between condition and jump.
2847
2848         * libgcc2.c (near eh_context_specific): Comment #endif string.
2849         * longlong.h: Don't use strings with embedded newlines.
2850
2851 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
2852
2853         * config/rs6000/rs6000-protos.h: Add output_cbranch.
2854         * config/rs6000/rs6000.c (ccr_bit_negated_p): Delete.
2855         (print_operand): Delete %t and %T codes.
2856         (output_cbranch): New function.  Support branch prediction.
2857         * config/rs6000/rs6000.md: Use output_cbranch for
2858         conditional branches and returns.
2859
2860 2000-05-04  Jason Merrill  <jason@casey.cygnus.com>
2861
2862         * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
2863         * stor-layout.c (place_field): Likewise.
2864         * integrate.h (struct inline_remap): Make regno_pointer_align unsigned.
2865         * expr.c (store_expr): Make align unsigned.
2866         * explow.c (plus_constant_wide): Make low words unsigned.
2867         * expmed.c (choose_multiplier): Likewise.
2868         * fold-const.c (fold):  Likewise.
2869         * tree.h (build_int_2): Likewise.
2870         * tree.c (build_int_2_wide, tree_int_cst_msb): Likewise.
2871         * emit-rtl.c (gen_reg_rtx): Add cast to unsigned char*.
2872         (init_emit): Change cast to unsigned char*.
2873         * varasm.c (compare_constant_1): Add cast to char*.
2874         * gcse.c (delete_null_pointer_checks): Change cast to unsigned int*.
2875         * reload1.c (reload): Likewise.
2876
2877         * rtl.h (MEM_SET_IN_STRUCT_P): Use do { } while (0).
2878
2879 Thu May  4 14:37:23 2000  Jeffrey A Law  (law@cygnus.com)
2880
2881         * predict.c (estimate_probability): If no prediction was found, then
2882         predict the successor that is the next physical block (if such a
2883         successor exists).
2884
2885 2000-05-04  Richard Henderson  <rth@cygnus.com>
2886
2887         * config/alpha/t-alpha (LIB2FUNCS_EXTRA): Use qrrnd.asm in place.
2888
2889 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2890
2891         * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
2892
2893 2000-05-04  Mumit Khan  <khan@xraylith.wisc.edu>
2894
2895         * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move 
2896         attribute macros from here ...
2897         (CPP_SPEC): to here.
2898         * i386/mingw32.h (CPP_PREDEFINES): Likewise.
2899         (CPP_SPEC): Likewise.
2900         * i386/crtdll.h (CPP_PREDEFINES): Delete attribute macros. 
2901
2902         * Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
2903         (libgcc.a): Pass LIB1ASMSRC to libgcc.mk.
2904
2905 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2906
2907         * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.
2908         
2909         * diagnostic (vbuild_message_string, build_message_string,
2910         build_location_prefix, output_get_prefix, init_output_buffer,
2911         output_notice, vline_wrapper_message_with_location,
2912         v_message_with_decl, default_print_error_function): De-constify.
2913         (set_real_maximum_length): Prototype.
2914
2915         * diagnostic.h (struct output_buffer, init_output_buffer,
2916         output_get_prefix, output_set_prefix): De-constify.
2917
2918         * function.c (init_function_start): Constify.
2919
2920         * gensupport.c (remove_constraints, process_rtx): Prototype.
2921
2922         * gthr-posix.h: Indent uses of #pragma.
2923
2924         * objc/objc-act.c (ggc_mark_imp_list, ggc_mark_hash_table):
2925         Prototype.
2926
2927         * predict.c (find_expected_value): Delete prototype.
2928         (expected_value_to_br_prob): Initialize variable `ev_reg'.
2929
2930         * sbitmap.h (debug_sbitmap): Prototype.
2931
2932         * ssa.c (compute_coalesced_reg_partition): Prototype.
2933
2934         * stor-layout.c (debug_rli): Prototype.
2935
2936         * tree.h (round_down): Prototype.
2937         (init_function_start): Constify.
2938
2939 2000-05-04  Zack Weinberg  <zack@wolery.cumb.org>
2940
2941         * cpphash.h: #define __extension__ away if GCC_VERSION < 2095
2942         (overly conservative).  Change extern inline wrappers to
2943         static inline, define them always, use PARAMS properly.
2944         * cpplex.c (_cpp_get_directive_token): Don't issue pedantic
2945         whitespace warnings for \f and \v at the beginning of a line.
2946
2947 Thu May  4 10:03:50 2000  Jeffrey A Law  (law@cygnus.com)
2948
2949         * haifa-sched.c (schedule_insns): Free the flow edge list when it
2950         is no longer needed
2951
2952 2000-05-04  Bruce Korb  <bkorb@gnu.org>
2953
2954         * fixincl/inclhack.def: added broken_cabs -
2955         Remove `extern double cabs' declarations from math.h
2956         * fixincl/inclhack.sh: regen
2957         * fixincl/fixincl.x: regen
2958         * fixincl/fixincl.c: Remove BOGOSITY code
2959         * fixincl/mkfixinc.sh: Remove code for installing "shell" version
2960
2961 Thu May  4 09:45:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2962
2963         * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
2964         MEM_ALIAS_SET.
2965         * alias.c (canon_rtx): Don't copy RTX_UNCHANGING_P or MEM_ALIAS_SET
2966         when calling MEM_COPY_ATTRIBUTES.
2967         * emit-rtl.c (operand_subword, change_address): Likewise.
2968         * explow.c (stabilize): Likewise.
2969         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
2970         * integrate.c (copy_rtx_and_substitute): Likewise.
2971         * combine.c (combine_simplify_rtx): Don't copy RTX_UNCHANGING_P
2972         when calling MEM_COPY_ATTRIBUTES.
2973         (make_extraction, simplify_shift_const, gen_lowpart_for_combine):
2974         Likewise.
2975         * cse.c (gen_lowpart_if_possible): Likewise.
2976         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
2977         * optabs.c (gen_move_insn): Likewise.
2978         * recog.c (validate_replace_rtx_1): Likewise.
2979         * simplify-rtx.c (add_mem_for_addr): Likewise.
2980         * stmt.c (expand_anon_union_decl): Likewise.
2981         * config/arm/arm.md: Likewise.
2982         * config/h8300/h7300.c (fix_bit_operand): Likewise.
2983         * config/m88k/m88k.c (legitimize_address, block_move_loop): Likewise.
2984         (block_move_no_loop, block_move_sequence): Likewise.
2985         * config/rs6000/rs6000.c (expand_block_move_mem): Likewise.
2986         * config/alpha/alpha.c (get_aligned_mem): Likewise.
2987         Clear MEM_ALIAS_SET.
2988         * final.c (alter_subreg): Don't copy MEM_ALIAS_SET when calling
2989         MEM_COPY_ATTRIBUTES.
2990
2991 2000-05-03  Robert Lipe <robertlipe@usa.net>
2992         
2993         * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
2994         to suppress libgcc1.
2995         (i[34567]86-*-sco3.2v5*) Likewise.
2996         (i[34567]86-*-sco3.2v4*) Likewise.
2997         (i[34567]86-*-sco) Likewise.
2998         (i[34567]86-*-solaris2) Likewise.
2999         (i[34567]86-*-sysv5*) Likewise.
3000         (i[34567]86-*-sysv4*) Likewise.
3001         (i[34567]86-*-udk*) Likewise.
3002         (i[34567]86-*-sysv*) Likewise.
3003
3004 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
3005
3006         * cpphash.h (U): New define, to correct type of string constants.
3007         (ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper
3008         routines, to do casts when passing unsigned strings to libc.
3009         * cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them.
3010
3011         * cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *.
3012         * cpphash.c (_cpp_quote_string): Make string an U_CHAR *.
3013         * cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *.
3014         * cpplex.c (parse_ifdef, parse_include, validate_else): Make
3015         second argument an U_CHAR *.
3016
3017         * cppinit.c (builtin_array): Make name and value U_CHAR *, add
3018         length field, clean up initializer.
3019         (ISTABLE): Add __extension__ to designated-
3020         initializers version.
3021         * cpplex.c (CHARTAB): Likewise.
3022
3023         * mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS
3024         case so the file won't be empty.
3025
3026 Wed May  3 21:01:46 2000  Jason Eckhardt  <jle@cygnus.com>
3027
3028         * bb-reorder.c (struct reorder_block_def): Member succ removed.
3029         (REORDER_BLOCK_SUCC): Removed.
3030         (enum reorder_skip_type): Removed.
3031         (skip_insns_between_block): Renamed to skip_insns_after_block.
3032         Removed second argument. Removed dead code and cleaned up.
3033         (make_reorder_chain): Removed use of REORDER_BLOCK_SUCC.
3034         (reorder_basic_blocks): Remove use of REORDER_SKIP_AFTER. Removed
3035         second parameter to skip_insns_after_block.
3036
3037 Wed May  3 13:29:54 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3038
3039         * tree.c (staticp, case LABEL_DECL): New case.
3040
3041 2000-05-03  Richard Henderson  <rth@cygnus.com>
3042
3043         * Makefile.in (start.encap): Do not depend on LIBGCC1.
3044
3045         * mklibgcc1.in: Fix typo last change.
3046
3047 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
3048
3049         * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.
3050         (LOOSE_CFLAGS): New: CFLAGS without -pedantic and -Wtraditional.
3051         (GCC_CFLAGS): Use it.
3052         (LANG_FLAGS_TO_PASS): New: SUBDIR_FLAGS_TO_PASS with LOOSE_CFLAGS.
3053         * cp/Make-lang.in, java/Make-lang.in, f/Make-lang.in, ch/Make-lang.in,
3054         objc/Make-lang.in: Use it.
3055
3056 2000-05-03  Jason R Thorpe  <thorpej@zembu.com>
3057
3058         * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
3059
3060 2000-05-03  Richard Henderson  <rth@cygnus.com>
3061
3062         * mklibgcc.in: Restrict OLDCC=GCC test to native.  Equate
3063         LIBGCC1 empty with libgcc1.null.
3064
3065 Wed May  3 12:55:46 2000  Jim Wilson  <wilson@cygnus.com>
3066
3067         * fold-const.c (extract_muldiv, case MAX_EXPR): Don't allow signedness
3068         change.
3069
3070 2000-05-03  Greg McGary  <gkm@gnu.org>
3071
3072         * tree.h (tree_common): Add bounded_flag member.  Remove
3073         inaccurate comment about number of remaining bits.
3074         (BOUNDED_INDIRECT_TYPE_P, BOUNDED_POINTER_TYPE_P,
3075         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
3076         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
3077         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
3078         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED): New macros.
3079         (TYPE_QUAL_BOUNDED): New constant.
3080         (TYPE_QUALS): Handle bounded qualifier.
3081         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): New macros.
3082         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
3083         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
3084         TYPE_AMBIENT_BOUNDEDNESS): New macros.
3085         (MAX_POINTER_DEPTH, VA_LIST_POINTER_DEPTH): New constants.
3086         (tree_type): Add pointer_depth member.  Remove
3087         inaccurate comment about number of remaining bits.
3088         (DECL_POINTER_DEPTH): Add macro.
3089         (tree_decl): Add pointer_depth member.
3090
3091 Wed May  3 22:52:53 2000  Denis Chertykov  <denisc@overta.ru>
3092
3093         * config/avr/avr-protos.h (test_hard_reg_class): Declared.
3094         * config/avr/avr.c (ashrhi3_out): optimized shift by 15.
3095         (lshrhi3_out): Likewise.
3096         (ashrsi3_out): bugfix in shift by 8.
3097         (test_hard_reg_class): New function.
3098         * config/avr/avr.md: Bugfix inside conditions in peepholes.
3099         (ashlhi3): removed define_expand of this pattern.
3100         (*ashlhi3_insn): renamed to ashlhi3.
3101         (ashlsi3): removed define_expand of this pattern.
3102         (*ashlsi3_insn): renamed to ashlsi3.
3103         (ashrqi3): removed define_expand of this pattern.
3104         (*ashrqi3_insn): renamed to ashrqi3.
3105         (ashrhi3): removed define_expand of this pattern.
3106         (*ashrhi3_insn): renamed to ashrhi3.
3107         (ashrsi3): removed define_expand of this pattern.
3108         (*ashrsi3_insn): renamed to ashrsi3.
3109         (lshrhi3): removed define_expand of this pattern.
3110         (*lshrhi3_insn): renamed to lshrhi3.
3111         (lshrsi3): removed define_expand of this pattern.
3112         (*lshrsi3_insn): renamed to lshrsi3.
3113
3114 2000-05-03  Rodney Brown  <RodneyBrown@pmsc.com>
3115
3116         * config/mcore/mcore.c: Replacing inclusion of "stdio,h" with
3117         inclusion of "system.h".
3118
3119 Wed May  3 11:43:53 2000  Jim Wilson  <wilson@cygnus.com>
3120
3121         * config/ia64/ia64.c (ia64_encode_section_info): Add check for
3122         TREE_ASM_WRITTEN.
3123
3124 2000-05-03  David Mosberger  <davidm@hpl.hp.com>
3125
3126         * config/ia64/ia64.c (ia64_override_options): Force -mconstant-gp
3127         if -mauto-pic is on.
3128         (ia64_epilogue_uses): Mark "gp" (r1) as used by the epilogue if
3129         -mconstant-gp is in effect and function-descriptors are being used
3130         to make indirect calls.
3131         * config/ia64/ia64.h (MASK_CONST_GP): New macro.
3132         (MASK_AUTO_PIC): Ditto.
3133         (TARGET_CONST_GP): Ditto.
3134         (TARGET_AUTO_PIC): Ditto.
3135         (TARGET_SWITCHES): Add -mconstant-gp and -mauto-pic options.
3136         (ASM_OUTPUT_DOUBLE_INT): Don't generate @fptr() if -mauto-pic or
3137         -mno-pic is in effect.
3138         (ASM_OUTPUT_XDATA_DOUBLE_INT): Ditto.
3139         * config/ia64/ia64.md (movdi): Use gen_load_gprel64() if
3140         -mauto-pic is in effect.
3141         (gprel64_offset): New pattern.
3142         (load_gprel64): Ditto.
3143         (call): Handle -mauto-pic like -mno-pic (don't use fptr).  If
3144         -mconstant-gp is in effect, no need to preserve gp around direct
3145         calls.
3146         (call_value): Ditto.
3147         * config/ia64/linux.h (PROFILE_BEFORE_PROLOGUE): Define.
3148         (FUNCTION_PROFILER): Define.
3149         * config/ia64/sysv4.h (ASM_OUTPUT_CONSTRUCTOR): Don't generate
3150         @fptr() directive when -mno-pic or -mauto-pic is in effect.
3151         (ASM_OUTPUT_DESTRUCTOR): Ditto.
3152
3153 2000-05-03  Richard Henderson  <rth@cygnus.com>
3154
3155         * Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
3156         (libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets.
3157         (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets.
3158         (mklibgcc, libgcc.mk): New targets.
3159         (libgcc.a): Use libgcc.mk.
3160         (stmp-multilib): Likewise.
3161         (stmp-multilib-sub): Remove.
3162         (mostlyclean): Don't delete libgcc2 temp files.
3163         * configure.in (AC_PROG_CC_C_O): Add.
3164         (NO_MINUS_C_MINUS_O): Substitute it.
3165         (all_outputs): Add mklibgcc.
3166         * mklibgcc.in: New file.
3167
3168 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
3169
3170         * cppexp.c (op_t): Make an int.
3171
3172         * rtlanal.c (dead_or_set_regno_p): Remove unused variable.
3173
3174         * varasm.c (initializer_constant_valid_p): Fix parenthesis.
3175
3176         * gensupport.c (process_rtx): Fix macros used.
3177
3178 2000-05-03  Richard Henderson  <rth@cygnus.com>
3179
3180         * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
3181         call-clobbered registers of a call.
3182
3183 Wed May  3 12:40:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
3184
3185         * gensupport.c: New file.
3186         * gensupport.h: New file.
3187         * Makefile.in (HOST_RTL): Depend on gensupport.
3188         (gensupport.o) New rule.
3189         * genattr.c: Use gensupport for reading .md files.
3190         * genattrtab.c: Ditto. 
3191         * gencodes.c: Ditto. 
3192         * genconfig.c: Ditto. 
3193         * genemit.c: Ditto. 
3194         * genextract.c: Ditto. 
3195         * genflags.c: Ditto. 
3196         * genopinit.c: Ditto. 
3197         * genoutput.c: Ditto. 
3198         * genpeep.c: Ditto. 
3199         * genrecog.c: Ditto.
3200         * rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
3201         * md.texi (Insn Splitting): Document define_insn_and_split.
3202
3203 Tue May  2 00:20:30 2000  Jason Eckhardt  <jle@cygnus.com>
3204
3205         * flow.c (verify_flow_info): Added two more sanity checks. The
3206         first checks that the blocks are numbered consecutively. The second
3207         checks that n_basic_blocks is actually equal to the number of
3208         basic blocks in the insn chain.
3209
3210 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
3211
3212         * cpplib.h: Add accessor macros for token lists.
3213         * cpplib.c, cpphash.c, cpplex.c: Use them.
3214
3215 Wed May  3 09:29:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3216
3217         * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
3218         memory usage if not in a function.
3219         * varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
3220         return address if static.
3221
3222 Wed May  3 13:14:49 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3223
3224         * ifcvt.c (noce_try_cmove_arith):  Use may_trap_p to thest
3225         whether address may trap.
3226
3227 Tue May  2 23:38:37 2000  Jason Eckhardt  <jle@cygnus.com>
3228
3229         * bb-reorder (chain_reorder_blocks): Changed code to test for
3230         EDGE_FALLTHRU rather than making erroneous assumption that the
3231         first outgoing edge is the fall-through edge.
3232
3233 Tue May  2 18:20:31 2000  Donald Lindsay  <dlindsay@hound.cygnus.com>
3234
3235         * config/mips/mips.c (mips_build_va_list,mips_va_start,mips_va_arg): new 
3236         ABI for varargs, across all MIPS. This is incompatible because the
3237         va_list (__builtin_va_list) structure is different, so a compilation
3238         unit passing a va_list and a compilation unit being passed one, should
3239         both be compiled with the same ABI. (The old structure had two 
3240         pointers, now it has three.)
3241
3242 Tue May  2 19:18:43 2000  Jason Eckhardt  <jle@cygnus.com>
3243
3244         * bb-reorder.c (struct reorder_block_def): Remove members end,
3245         block_begin, and block_end.
3246         (REORDER_BLOCK_OLD_END): Delete.
3247         (REORDER_BLOCK_BEGIN): Delete.
3248         (REORDER_BLOCK_END): Delete.
3249         (chain_reorder_blocks): Remove dead code.
3250
3251 Tue May  2 17:06:53 2000  Jason Eckhardt  <jle@cygnus.com>
3252
3253         * bb-reorder.c (remove_scope_notes): Check for both types of scope
3254         notes as the end of a basic block before deleting.
3255
3256 2000-05-02  Mumit Khan  <khan@xraylith.wisc.edu>
3257
3258         * final.c (final_start_function): Fix spelling of "necessary".
3259
3260 2000-05-02  Jason Merrill  <jason@casey.cygnus.com>
3261
3262         * toplev.c (debug_ignore_block): Return int.
3263         * dwarf2out.c (dwarf2out_ignore_block): Likewise.
3264         * toplev.h, dwarf2out.h: Adjust.
3265         * emit-rtl.c (remove_unnecessary_notes): Test return value.
3266
3267         * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
3268         * toplev.c, final.c, rtl.h: Adjust.
3269
3270 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
3271
3272         * aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
3273         * configure.in: Look for makeinfo in the unified tree, then
3274         for a system makeinfo which is sufficiently new.
3275         * Makefile.in: If configure says makeinfo is too old, don't
3276         build or install Info documentation.
3277
3278 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
3279
3280         * cpphash.c (collect_params): Fix off-by-one error.
3281         (dump_hash_helper): Dump all four macro nodetypes.
3282
3283 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
3284
3285         * cpphash.c (trad_stringify): Adjust p after stringification as
3286         well.
3287
3288 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
3289
3290         * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
3291         (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
3292
3293         * cppfiles.c (file_cleanup): Delete.
3294         * cpphash.c (macro_cleanup): Delete.
3295         (collect_objlike_expansion, collect_funlike_expansion,
3296         macarg, scan_arguments): Remove CPP_POP case.
3297
3298         * cpplex.c (null_cleanup): Delete.
3299         (cpp_pop_buffer): Do the work that was done in the cleanups
3300         here.  Call _cpp_unwind_if_stack from here.
3301         (_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
3302         cpp_scan_buffer): Run until we see CPP_EOF and the top of
3303         stack is the buffer _below_ the one we stacked.
3304         (cpp_get_token): Always pop an exhausted buffer.  Return
3305         CPP_EOF unless it's a macro buffer.  Don't call _cpp_handle_eof.
3306         * cpplib.c (skip_if_group): Don't call cpp_get_token to
3307         increment the line number.
3308         (_cpp_handle_eof): Rename to _cpp_unwind_if_stack.
3309
3310         * fix-header.c (read_scan_file) [parsing getchar()]: Run until
3311         we see CPP_EOF and the top of stack is the buffer _below_ the
3312         one we stacked.
3313         * scan-decls.c: Likewise.
3314
3315 2000-05-02  Andrew Haley  <aph@cygnus.com>
3316
3317         * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
3318         where this function is called for the second time on a decl that
3319         has had its section info changed in such a way as to move it out
3320         of small data/bss.  
3321         * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.
3322
3323 2000-05-01  Richard Henderson  <rth@cygnus.com>
3324
3325         * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
3326         the sequence we're moving, not to merge_bb->head.
3327
3328 2000-05-01  Richard Henderson  <rth@cygnus.com>
3329
3330         * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
3331         reference to alpha/t-linux.
3332         (alpha*-*-linux-gnu*): Likewise.
3333         * configure: Rebuild.
3334
3335         * calls.c (expand_call): Don't emit reg notes for a sibcall.
3336
3337         * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
3338         if not in SSA form.
3339
3340         * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
3341
3342 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
3343
3344         * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
3345         TREE_THIS_VOLATILE.
3346
3347 2000-05-01  Richard Henderson  <rth@cygnus.com>
3348
3349         * ifcvt.c (noce_emit_cmove): Conditionally compile call to
3350         emit_conditional_move.
3351
3352 2000-05-01  Jakub Jelinek  <jakub@redhat.com>
3353
3354         * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
3355         as the dynamic linker.
3356
3357 2000-05-01  Zack Weinberg  <zack@wolery.cumb.org>
3358
3359         * cppfiles.c (open_include_file): Open file in blocking mode.
3360         (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
3361         Only exclude block devices and directories.
3362
3363         * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
3364         static.  Allocate the hashnode and its string in the same
3365         block of memory.
3366         (del_HASHNODE): Don't free h->name.
3367         (_cpp_lookup): If there is no entry for this string, create
3368         one, of type T_VOID.
3369         (_cpp_lookup_slot): Delete.
3370         * cpphash.h: Update prototypes.
3371
3372         * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
3373         not hp == NULL.
3374         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
3375         do_unassert, cpp_defined): Use _cpp_lookup.  Don't create a
3376         node here, just fill in the value field properly.  "Delete"
3377         entries by setting the value field to T_VOID.  Check for
3378         hp->type == T_VOID, not hp == NULL.
3379
3380         * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
3381         * cpperror.c, cppexp.c, cpplex.c, cpplib.c:  Don't include
3382         hashtab.h.
3383
3384 2000-05-01  Alexandre Oliva  <aoliva@cygnus.com>
3385
3386         * config/mn10300/mn10300.c (print_operand_address): Do not add
3387         zero to SP.
3388
3389         * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
3390         adjusted by less than 256 bytes, use ret regardless of having any
3391         callee-saved register to restore.
3392
3393 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
3394
3395         * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
3396
3397 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
3398
3399         * config/i386/djgpp.h (INT_ASM_OP): Define.
3400         (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
3401         (ASM_WEAKEN_LABEL): Define.
3402         (MASK_BNU210): Define.
3403         (SUBTARGET_SWITCHES): Define.
3404         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
3405         (MAKE_DECL_ONE_ONLY): Define.
3406         (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
3407
3408 2000-05-01  Mumit Khan  <khan@xraylith.wisc.edu>
3409
3410         * i386/cygwin.h (INT_ASM_OP): Define.
3411
3412 Mon May  1 18:20:06 2000  Denis Chertykov  <denisc@overta.ru>
3413
3414         * config/avr/avr.c (address_cost): renamed to avr_address_cost.
3415         * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
3416
3417 Mon May  1 17:50:44 2000  Denis Chertykov  <denisc@overta.ru>
3418
3419         * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
3420         __tmp_reg__ and __zero_reg__ initialization.
3421
3422 2000-04-30  Richard Henderson  <rth@cygnus.com>
3423
3424         * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
3425
3426         * ifcvt.c (noce_process_if_block): Fail the conversion if X is
3427         referenced bewteen the condition and the jump.  Don't delete
3428         anything but the jump.
3429
3430 Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>
3431
3432         * bb-reorder.c (scope_def): New struct.
3433         (scope_forest_info): New struct.
3434         (struct reorder_block_def): New member "scope".
3435         (REORDER_BLOCK_SCOPE): New macro.
3436         (relate_bbs_with_scopes): New function and prototype.
3437         (make_new_scope): Likewise.
3438         (build_scope_forest): Likewise.
3439         (remove_scope_notes): Likewise.
3440         (insert_intra_1): Likewise.
3441         (insert_intra_bb_scope_notes): Likewise.
3442         (insert_inter_bb_scope_notes): Likewise.
3443         (rebuild_scope_notes): Likewise.
3444         (free_scope_forest_1): Likewise.
3445         (free_scope_forest): Likewise.
3446         (dump_scope_forest): Likewise.
3447         (dump_scope_forest_1): Likewise.
3448         (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
3449         Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
3450         block.
3451         (reorder_basic_blocks): Added calls to build_scope_scope_forest
3452         and remove_scope_notes before reordering is done. Added calls to
3453         rebuild_scope_notes, free_scope_forest, and reorder_blocks after
3454         after reordering is done.
3455
3456 2000-40-30  Bruce Korb  <bkorb@gnu.org>
3457
3458         * fixinc/inclhack.def:  Added definitions needed by OSR5,
3459         removed two stale entries (defined away with OLD_CPP).
3460         * fixinc/inclhack.sh: regen
3461         * fixinc/fixincl.x: regen
3462
3463 2000-04-30  Richard Henderson  <rth@cygnus.com>
3464
3465         * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
3466         from the last insn in the sequence.
3467
3468 2000-04-30  Zack Weinberg  <zack@wolery.cumb.org>
3469
3470         * cpplex.c (cpp_idcmp): New function.
3471         * cpplib.h: Prototype it.
3472         * scan_decls.c (scan_decls): Use it to inspect token names.
3473         * fix-header.c (read_scan_file): Likewise.  Set system_header_p on
3474         the file being run through the preprocessor.
3475         (check_macro_names): Provide length of token to cpp_defined.
3476
3477         * Makefile.in: Remove stale warning message.
3478
3479         * cppfiles.c (redundant_include_p): Provide length of token to
3480         cpp_defined.
3481         * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
3482         values are unsigned int.
3483         (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
3484         (_cpp_lookup_slot): Do not calculate the hash, either.
3485         * cpphash.h: Update prototypes.
3486         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
3487         Hashes are unsigned int.  Calculate hash here, pass by value
3488         to _cpp_lookup_slot.
3489
3490 2000-04-30  Bernd Schmidt  <bernds@cygnus.co.uk>
3491
3492         * simplify-rtx.c (check_value_useless): Delete function.
3493         (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
3494         by hand.
3495         (cselib_invalidate_regno): Likewise.
3496         (cselib_invalidate_mem_1): Likewise.
3497         (references_value_p): Recognize useless values by the fact that they
3498         have no locations.
3499         (discard_useless_values): Likewise.
3500         (cselib_record_set): This may turn a useless value
3501         into a useful one.
3502
3503 2000-04-30  Richard Henderson  <rth@cygnus.com>
3504
3505         * config/d30v: New port.
3506
3507         * configure.in (d30v-*): Set fp format.
3508         * configure: Rebuild.
3509
3510 2000-04-30  Richard Henderson  <rth@cygnus.com>
3511
3512         * ifcvt.c: New file.
3513         * Makefile.in (OBJS): Add it.
3514         (ifcvt.o): New target.
3515         * jump.c (jump_optimize_1): Remove all code related to if-conversion,
3516         and conditional arithmetic.
3517         (find_insert_position): Remove.
3518         * timevar.def (TV_IFCVT, TV_IFCVT2): New.
3519         * toplev.c (DFI_ce, DFI_ce2): New.
3520         (dump_file): Add ce and ce2 dumps.
3521         (rest_of_compilation): Run if_convert a couple o times.  Set
3522         cse_not_expected after cse2.  Don't set no_new_pseudos until
3523         after sched1 or recompute_reg_usage.
3524
3525 2000-04-30  Richard Henderson  <rth@cygnus.com>
3526
3527         * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
3528         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
3529
3530 2000-04-30  Richard Henderson  <rth@cygnus.com>
3531
3532         * flow.c (struct reg_cond_life_info): New.
3533         (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
3534         (init_propagate_block_info): Initialize them.
3535         (free_propagate_block_info): Destruct them.
3536         (mark_set_1): Consider conditional life before killing a register.
3537         (mark_regno_cond_dead): New.
3538         (free_reg_cond_life_info): New.
3539         (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
3540         (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
3541         (mark_used_reg): Record conditional life.
3542
3543         * haifa-sched.c (schedule_insns): Disable death counting
3544         sanity check for HAVE_conditional_execution.
3545
3546 2000-04-30  Richard Henderson  <rth@cygnus.com>
3547
3548         * Makefile.in (TIMEVAR_H): New.
3549         (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
3550         (timevar.h): Remove rule.
3551
3552 2000-04-29  Richard Henderson  <rth@cygnus.com>
3553
3554         * config/alpha/crtend.asm: Use C comments instead of #.
3555         * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.
3556
3557         * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
3558
3559 2000-04-29  Zack Weinberg  <zack@wolery.cumb.org>
3560
3561         * cpphash.h (enum node_type: Take out T_MCONST.
3562         (union hashval): Move into struct hashnode.
3563         (struct hashnode): Pack tighter.  Remove file, line, col
3564         members.
3565         * cpphash.c: Constify most of the macro-definition structures.
3566         (struct definition): Replace by struct object_defn
3567         and struct funct_defn.  Put file, line, column information
3568         here.  All users updated to match.
3569         (_cpp_create_definition, _cpp_macroexpand): Remove special
3570         case for #define WORD OTHERWORD.
3571         * cpplib.c (do_undef): Remove T_MCONST case.
3572
3573         * cpphash.h: Move struct reflist, struct definition, and the
3574         DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
3575         union hashval.  _cpp_free_definition takes a HASHNODE pointer.
3576         * cpphash.c (_cpp_free_definition): Free data pointed to by
3577         MCONST, XCONST, MACRO, and FMACRO nodes properly.
3578         (_cpp_create_definition, del_HASHNODE): Just call
3579         _cpp_free_definition to clear out a hashnode.
3580         * cpplib.c (do_pragma_poison): Likewise.
3581
3582 Sat Apr 29 12:25:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
3583
3584         * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
3585         LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
3586         FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
3587         (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
3588         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
3589         REGNO_AM33_P): Redefine in terms of the new macros.
3590         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
3591         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
3592         STRUCT_VALUE): Likewise.
3593         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
3594         ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
3595
3596 Sat Apr 29 01:18:45 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3597
3598         * regmove.c (struct record_stack_memrefs_data): New.
3599         (record_stack_memrefs): New function.
3600         (combine_stack_adjustments_for_block): Use it.
3601
3602 Sat Apr 29 01:15:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3603
3604         * calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
3605         use special_function_p to detect alloca.
3606
3607 Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
3608
3609         * gcc.texi: Fixes for makeinfo 4.0 --html.
3610
3611 2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
3612
3613         * pcp.h: Delete file.
3614
3615 2000-04-28  Kazu Hirata  <kazu@hxi.com>
3616
3617         * h8300.c (function_epilogue): Clean up flags when the last insn
3618         in a function is a barrier.
3619
3620 2000-04-28  Chris Demetriou  <cgd@sibyte.com>
3621
3622         * configure.in (sparc-hal-solaris2*): protect [] glob from
3623         my expansion.
3624         (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
3625         rather than hard-coded constants in target_cpu_default2.
3626         * configure: Regenerate.
3627
3628 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
3629
3630         * tree.c (get_callee_fndecl): Extract the initial value from
3631         a readonly decl.
3632
3633 2000-04-28  Richard Henderson  <rth@cygnus.com>
3634
3635         * varasm.c (record_constant_1): Record the CODE_LABEL when
3636         taking the address of a LABEL_REF.
3637
3638 2000-04-28  Richard Henderson  <rth@cygnus.com>
3639             Jan Hubicka  <jh@suse.cz>
3640
3641         * calls.c (combine_pending_stack_adjustment_and_call): Return the
3642         adjustment; don't do the stack adjust.
3643         (expand_call): Call compute_argument_block_size right before
3644         allocating the block; update comment; don't do alignment sanity
3645         checking for sibling call; use args_size instead of
3646         unadjusted_args_size before args_size is adjusted.  Use
3647         combine_pending_stack_adjustment_and_call to compute stack adjust
3648         for must_preallocate case.
3649
3650         * expr.c (push_block): Remove shadow `temp' in inner scope.
3651
3652 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
3653
3654         * toplev.c (rest_of_compilation): Call
3655         note_deferral_of_defined_inline_function even if the function
3656         can't be inlined.
3657
3658 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
3659
3660         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
3661
3662 2000-04-28  Richard Henderson  <rth@cygnus.com>
3663
3664         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
3665
3666 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3667
3668         * timevar.c (init_timevar): DeANSIfy function definition.
3669
3670 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
3671
3672         * Makefile.in (timevar.o): Depend on flags.h.
3673         * timevar.c (unused_stack_instances): New variable.
3674         (timevar_push): Take a timevar_stack_def from
3675         unused_stack_instances if available.
3676         (timevar_pop): Push the popped timevar_stack_def onto
3677         unused_stack_instances.
3678         (TIMEVAR_ENABLE): New macro.
3679         (timevar_def): Make standalone a 1-bit field.  Add field used.
3680         (get_time): Rename parameter to now.  Return after clearing it if
3681         not TIMEVAR_ENABLE.
3682         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
3683         (timevar_pop): Likewise.
3684         (timevar_stop): Likewise.
3685         (timevar_push): Likewise.  Mark the timing variable as used.
3686         (timevar_start): Likewise.
3687         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
3688         timevars that were never used.
3689
3690 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
3691
3692         * c-common.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
3693         always TREE_READONLY.
3694
3695 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
3696
3697         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
3698         for call instruction with mode QImode.
3699
3700 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
3701
3702         * Makefile.in (OBJS): Add timevar.o.
3703         (toplev.o): Depend on timevar.h.
3704         (ggc-simple.o): Likewise.
3705         (ggc-page.o): Likewise.
3706         (timevar.o): New rule.
3707         (timevar.h): New rule.
3708
3709         * timevar.h: New file.
3710         * timevar.c: Likewise.
3711         * timevar.def: Likewise.
3712
3713         * toplev.h (gc_time, parse_time, varconst_time): Remove.
3714         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
3715         throughout.
3716         (TIMEVAR): Remove macro.
3717         (gc_time, parse_time, varconst_time, integration_time, jump_time,
3718         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
3719         flow_time, combine_time, regmove_time, sched_time,
3720         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
3721         sched2_time, dbr_sched_time, reorder_blocks_time,
3722         rename_registers_time, shorten_branch_time, stack_reg_time,
3723         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
3724         all_time): Remove.
3725         (compile_file): Don't initialize time variables.  Call
3726         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
3727         of many calls to print_time.
3728         (rest_of_compilation): Add timing for reload_cse_regs.
3729         (get_run_time): Removed to timevar.c.
3730         (print_time): Likewise.
3731         (get_run_time): Implement using TV_TOTAL time variable.
3732         (print_time): Get total run time from get_run_time.
3733         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
3734         computing elapsed time explicitly.
3735         * ggc-simple.c (ggc_collect): Likewise.
3736         (gc_time): Remove declaration.
3737
3738 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
3739
3740         * calls.c (combine_pending_stack_adjustment_and_call): New function.
3741         (expand_call): Use it.
3742
3743 2000-04-27  Jan Hubicka  <jh@suse.cz>
3744
3745         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
3746         fields.
3747
3748 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
3749
3750         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
3751         registers.
3752
3753 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3754
3755         * function.c (epilogue_done): Pass whole insn to record_insns.
3756
3757 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3758
3759         * cse.c (CSE_ADDRESS_COST): Remove.
3760         (find_best_addr): Add new parameter "MODE", use address_cost instead
3761         of CSE_ADDRESS_COST
3762         (address_cost): New.
3763         (fold_rtx): Update call of find_best_addr.
3764         * rtl.h (address_cost): Declare.
3765         * loop.c (general_induction_var): Add new parameter "MODE", use
3766         address_cost instead of ADDRESS_COST
3767         (init_loop): Use address_cost instead of ADDRESS_COST.
3768         (check_insn_for_givs): Update call of general_induction_var.
3769         (find_mem_givs): Likewise.
3770         (consec_sets_giv): Likewise.
3771         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
3772         * i386.c (ix86_address_cost): New.
3773         * i386-protos.h (ix86_address_cost): Declare.
3774
3775 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
3776
3777         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
3778         registers.
3779
3780 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3781
3782         * expr.c (store_expr): Use clear_storage instead of direct memset
3783         libcall.
3784
3785 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
3786
3787         * config/mn10300/mn10300.c (mn10300_address_cost): Test
3788         ASHIFT, AND and LABEL_REF.
3789
3790 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3791
3792         * invoke.texi (-foptimize-sibling-calls): Fix.
3793
3794 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3795
3796         * loop.c (load_mems)  Don't use hard registers for the hoisting.
3797
3798         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
3799         calculation; rename const_equiv array in the preconditioning code
3800         from loop_unroll to loop_unroll_precondition
3801
3802 2000-04-27  Richard Henderson  <rth@cygnus.com>
3803
3804         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
3805         add new_set.
3806         (propagate_one_insn): Clear it.  Don't update reg_live here.
3807         (init_propagate_block_info): Update for pbi member changes.
3808         (free_propagate_block_info): Likewise.
3809         (mark_set_1): Know that zero_extract, sign_extract, and
3810         strict_low_part don't kill their argument.  Alter hard subregs.
3811         Update new_set for non-CLOBBER sets.  Update reg_live.
3812         (find_auto_inc): Update reg_live, not new_dead.
3813         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
3814         to determine if the reg in question was set this insn.  Only update
3815         reg info with PROP_REG_INFO.
3816
3817 2000-04-26  Richard Henderson  <rth@cygnus.com>
3818
3819         * flow.c (allocate_reg_life_data): Set max_regno here ...
3820         (life_analysis): ... not here.
3821
3822         * flow.c (calculate_global_regs_live): Force stack pointer
3823         live at end.
3824
3825 2000-04-26  Richard Henderson  <rth@cygnus.com>
3826
3827         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
3828         commit change group changes.
3829         (invert_exp_1): Similarly.
3830         (redirect_exp, invert_exp): Use them.
3831         (redirect_jump_1): New.
3832         (invert_jump_1): New.
3833         (jump_optimize_1): Remove code subsumed by condexec.c.
3834         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
3835
3836 2000-04-26  Richard Henderson  <rth@cygnus.com>
3837
3838         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
3839
3840         * genconfig.c (main): Set all HAVE_foo to 1.
3841
3842         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
3843
3844 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
3845
3846         * invoke.texi: Document -fssa flag.
3847
3848 2000-04-26  Richard Henderson  <rth@cygnus.com>
3849
3850         * flow.c (count_reg_sets_1): Remove.
3851         (count_reg_sets, count_reg_references): Remove.
3852         (recompute_reg_usage): Implement with update_life_info.
3853         Reallocate life data.
3854
3855 2000-04-26  Richard Henderson  <rth@cygnus.com>
3856
3857         * flow.c (update_life_info): Consider blocks null to mean the
3858         universal set.
3859         (calculate_global_regs_live): Likewise.
3860         (life_analysis): Do that instead of collecting all_blocks.
3861
3862 2000-04-26  Richard Henderson  <rth@cygnus.com>
3863
3864         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
3865         a still-valid conditional jump.
3866
3867 2000-04-26  Richard Henderson  <rth@cygnus.com>
3868
3869         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
3870
3871         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
3872         * flow.c (calculate_loop_depth): Remove.
3873         * output.h (calculate_loop_depth): Don't declare.
3874         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
3875         inline; run estimate_probability at the same time.
3876
3877 2000-04-26  Neil Booth  <NeilB@earthling.net>
3878
3879         * cpplib.h: "~=" is not a single pp-token.
3880         * cpplex.c: Correct commentary.
3881
3882 2000-04-26  Richard Henderson  <rth@cygnus.com>
3883
3884         * flow.c (mark_set_1): New arguments code and flags; update all
3885         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
3886         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
3887         loop_depth when optimizing for size.  Do new_dead update after
3888         emitting REG_UNUSED notes.  Merge mark_set_reg code.
3889         (mark_set_reg): Remove.
3890         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
3891         arrange to not emit REG_UNUSED notes.
3892
3893 2000-04-26  Richard Henderson  <rth@cygnus.com>
3894
3895         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
3896         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
3897
3898 2000-04-26  Richard Henderson  <rth@cygnus.com>
3899
3900         * flow.c (propagate_one_insn): Break out from propagate_block.
3901         (init_propagate_block_info): Likewise.
3902         (free_propagate_block_info): Likewise.
3903         (propagate_block): Use them.  Export.
3904         * basic-block.h: Declare them all.
3905
3906 2000-04-26  Richard Henderson  <rth@cygnus.com>
3907
3908         * basic-block.h (life_analysis): Declare here ...
3909         * output.h: ... not here.
3910         * flow.c (life_analysis): Remove nregs parameter; replace
3911         remove_dead_code with flags.  Remove ssa dead code check.
3912         Only init alias analysis if we'll use it.
3913         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
3914         * ssa.c (convert_to_ssa): Likewise.
3915         (convert_from_ssa): Likewise.
3916         * toplev.c (rest_of_compilation): Likewise.
3917
3918 2000-04-26  Richard Henderson  <rth@cygnus.com>
3919
3920         * flow.c (flow_delete_block): Rename from delete_block.  Export.
3921         * basic-block.h (flow_delete_block): Declare.
3922
3923 2000-04-26  David S. Miller  <davem@redhat.com>
3924
3925         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
3926         taking a PATTERN of it.
3927
3928 2000-04-26  <NeilB@earthling.net>
3929
3930         * cpplex.c (spell_other, spell_char): Remove.
3931         (SPELL_CHAR): New.
3932         (token_spelling, trigraph_map): Use unsigned chars.
3933         (_cpp_lex_line): Tidy up the switch statement.
3934         * cpplib.h: Implement spell_char with spell_string.
3935         (C): New.
3936
3937 2000-04-26  <RodneyBrown@pmsc.com>
3938
3939         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
3940         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
3941
3942 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3943
3944         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
3945         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
3946         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
3947         dwarf2out_return_save, dwarf2out_return_reg,
3948         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
3949         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
3950         gen_compile_unit_die, dwarf2out_init): Constify a char*.
3951
3952         * dwarf2out.h (dwarf2out_init): Likewise.
3953
3954         * dwarfout.c (filename_entry, primary_filename, last_filename,
3955         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
3956
3957         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
3958         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
3959         dwarf2out_return_reg): Likewise.
3960
3961 2000-04-26  Andreas Jaeger  <aj@suse.de>
3962
3963         * extend.texi (Function Attributes): Fix description of pure
3964         attribute.
3965
3966 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
3967
3968         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
3969         before calling rest_of_compilation.
3970
3971 2000-04-26  Andreas Jaeger  <aj@suse.de>
3972
3973         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
3974         last patch.
3975
3976 2000-04-25  Richard Henderson  <rth@cygnus.com>
3977
3978         * cse.c (cse_insn): Emit barrier after unconditional jump.
3979
3980         * calls.c (expand_call): Disable tail call generation once
3981         rtx_equal_function_value_matters is false.
3982
3983         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
3984         like EDGE_EH edges.
3985
3986 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
3987
3988         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
3989
3990         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
3991
3992         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
3993         is the primary DIE for a member function.
3994         (gen_decl_die): Call set_decl_origin_self here.
3995         * dwarfout.c (output_decl): And here.
3996         * integrate.c (output_inline_function): Not here.
3997         Don't clear DECL_INLINE until after calling rest_of_compilation.
3998         (set_decl_origin_self): No longer static.
3999         * tree.h: Add prototype.
4000         * toplev.c (note_deferral_of_defined_inline_function): Only write
4001         out abstract instance for actual inlines.
4002
4003 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
4004
4005         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
4006         EXTENDED_REGS only if TARGET_AM33.
4007         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
4008         SP_REGS to register allocation and reloading unless absolutely
4009         necessary.
4010         (movsi3): Remove special-case of adding non-constants to SP.
4011
4012 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4013
4014         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
4015         INCLUDES to search and does not provide any of its own.  Also it
4016         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
4017         parameters.  Also it does not call AC_DEFINE.
4018         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
4019         AC_DEFINE and provides for automatic entries for autoheader.
4020         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
4021
4022         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
4023         so we can pass -I flags and include gansidecl.h/system.h in this
4024         test.
4025
4026         * acconfig.h: Delete all NEED_DECLARATION_* entries.
4027
4028 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4029
4030         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
4031         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
4032         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
4033
4034         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
4035         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
4036         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
4037         for these macros.  Clean up spacing and linewraps.
4038
4039 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
4040
4041         * calls.c (expand_call): Use get_callee_fndecl.
4042
4043         * print-tree.c (print_node): Print the chain of an _EXPR.
4044
4045 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
4046                           Jim Wilson  <wilson@cygnus.com>
4047                           Andrew Haley  <aph@cygnus.com>
4048
4049         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
4050         and gp save/restore problems.
4051         * config/ia64/crtend.asm: Add IA-64 unwind support.
4052         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
4053         in fr_pad_size calculation.
4054         (save_restore_insns): Move PR save area.  Correct uses of
4055         RTX_FRAME_RELATED_P.
4056         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
4057         (ia64_expand_epilogue): Add eh_epilogue support.
4058         (ia64_function_prologue): Emit .prologue directive.
4059         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
4060         (ia64_override_options): Set init_machine_status and
4061         mark_machine_status.
4062         (rtx_needs_barrier): Handle bsp reads and writes.
4063         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
4064         New static variables.
4065         (process_set, process_for_unwind_directive): New functions.
4066         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
4067         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
4068         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
4069         macros.
4070         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
4071         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
4072         (struct machine_function): Define.
4073         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
4074
4075 2000-04-25  Bruce Korb  <bkorb@gnu.org>
4076
4077         * fixinc/Makefile.in: make the removal of old programs more
4078         robust
4079         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
4080         install-bin and install-sh
4081
4082 2000-04-25  Nick Clifton  <nickc@cygnus.com>
4083
4084         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
4085         defined, define to return zero.
4086         (function_cannot_inline_p): If a function has any target
4087         specific attributes, then use the macro
4088         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
4089         whether it can be inlined.  If it cannot, issue a suitable
4090         explanation.
4091
4092         * tm.texi: Add a new node 'Inlining' to document the new macro
4093         FUNCTION_ATTRIBUTE_INLINABLE_P.
4094
4095 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
4096
4097         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
4098         commentary.
4099
4100 2000-04-25  Neil Booth  <NeilB@earthling.net>
4101
4102         Restore previous patch, plus the following fixes:
4103
4104         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
4105         flags, not CPP_OPEN_PAREN.
4106         * cpplex.c (expand_token_space, init_token_list,
4107         cpp_free_token_list): Put the dummy token at list->tokens[-1].
4108         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
4109
4110 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4111
4112         * config/i386/freebsd.h (INT_ASM_OP): Define.
4113
4114 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4115
4116         * loop.c (strength_reduce): Fix typo in the last checkin.
4117
4118 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4119
4120         * stor-layout.c (finalize_record_size): Simplify to use existing
4121         functions.
4122         (compute_record_mode): No longer static.
4123         * tree.h (compute_record_mode): New declaration.
4124
4125 2000-04-25  Neil Booth  <NeilB@earthling.net>
4126
4127         * Revert my patch below until cause of build failures
4128         determined.
4129
4130 2000-04-25  Richard Henderson  <rth@cygnus.com>
4131
4132         * combine.c (combine_instructions): Add missing argument
4133         to try_combine.
4134
4135         * toplev.c (rest_of_compilation): Delay sibcall optimization
4136         until after emit_eh_context.
4137
4138 2000-04-24  Nick Clifton  <nickc@redhat.com>
4139
4140         * combine.c (combine_instructions): Do not try to combine a
4141         sequence of insns when the second insn has been replaced by a
4142         note.
4143
4144 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
4145
4146         * gcc.c (load_specs): New static function.
4147         (read_specs): Use it.
4148
4149         * gcc.c (lookup_compiler): Make multiple passes for case
4150         insensitive filesystems.
4151
4152 2000-04-24  Neil Booth  <NeilB@earthling.net>
4153
4154         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
4155         * cpphash.h (_cpp_check_directive): new.
4156         * cpplex.c (handle_newline, cpp_free_token_list,
4157         init_trigraph_map, trigraph_ok, trigraph_replace,
4158         backslash_start, skip_block_comment, skip_line_comment,
4159         skip_whitespace, parse_name, parse_number, parse_string,
4160         copy_comment, _cpp_lex_line, spell_char, spell_string,
4161         spell_comment, spell_name, spell_other, _cpp_lex_file,
4162         _cpp_output_list): new.
4163         (expand_name_space): take length argument.
4164         (init_token_list): add comment list initialisation.
4165         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
4166         instead of HSPACE_BEFORE.
4167
4168         * cpplib.c (_cpp_check_directive): new
4169         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
4170         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
4171         (HSPACE_BEFORE): delete.
4172         (TTYPE_TABLE): rearrange.
4173         (struct cpp_toklist): update.
4174
4175 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4176
4177         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
4178         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
4179         argument form of AC_DEFINE.
4180
4181         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
4182         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
4183         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
4184         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
4185         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
4186
4187         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
4188
4189 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4190
4191         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
4192         deduced.h): Use -isystem, not -I, for including system headers.
4193
4194 2000-04-24  Nick Clifton  <nickc@cygnus.com>
4195
4196         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
4197         the source register is the frame pointer or arg pointer.
4198         (addsi3_small_int): Disallow if source register is the frame
4199         pointer or arg pointer.
4200
4201 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4202
4203         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
4204         call to AC_MSG_RESULT.
4205
4206 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4207
4208         * invoke.texi: Correct grammatical errors, document
4209         -fno-gnu-keywords as identical to -fno-asm for C++.
4210
4211 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4212
4213         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
4214         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
4215         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
4216         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
4217         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
4218
4219         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
4220         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
4221         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
4222         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
4223         new macros names.
4224
4225 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
4226
4227         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
4228         (pop_alignment): Likewise.
4229         (handle_pragma_token): Likewise.
4230
4231 2000-04-24  Robert Lipe <robertlipe@usa.net>
4232
4233         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
4234
4235 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
4236
4237         * combine.c (try_combine): Update reg_nonzero_bits of
4238         newi2pat before newpat.
4239
4240 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4241
4242         * loop.c (strength_reduce): Simplify test to INSN_P.
4243         (record_giv): Attempt to simplify the add value, use CONSTANT_P
4244         expressions instead of CONST_INT.
4245         (express_from_1): Likewise.
4246
4247 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
4248
4249         * regs.h (reg_n_max): Don't declare.
4250         * flow.c (reg_n_max): Don't define.
4251         * regclass.c (renumber): Don't initialize to zero.
4252         (regno_allocated): Likewise.
4253         (reg_n_max): Define.
4254         (allocate_reg_info): Don't initialize unnecessarily.
4255
4256 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
4257
4258         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
4259         and blockage_p in the newly allocated attribute.
4260
4261 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
4262
4263         * config/mn10300/mn10300.md (addsi): `inc4' on address
4264         registers does not modify cc, but `inc' on an extended
4265         register does.
4266
4267 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
4268
4269         * reload.c (find_equiv_reg): Checks all valueno regs
4270         as a reload_reg_p regs.
4271
4272 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
4273
4274         * cpphash.c (collect_objlike_expansion): Add sanity check.
4275         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
4276         the buffer is the empty string, return.  Mark __DATE__ and
4277         __TIME__ as XCONST nodes, not MCONST.
4278         (_cpp_macroexpand): Avoid pushing an empty buffer.
4279         (funlike_macroexpand): Don't pop token_buffer here.
4280
4281 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
4282
4283         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
4284         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
4285         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
4286         (REGNO_OK_FOR_BASE_P): Define in terms of them.
4287         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
4288         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
4289         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
4290
4291 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4292
4293         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
4294         constant MULT givs.
4295
4296 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
4297
4298         * cpphash.h (struct definition): Move file, line, col members...
4299         (struct hashnode): ... here.  Also add 'disabled' flag.
4300         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
4301         T_IDENTITY.  Remove T_DISABLED.
4302         Update prototypes.
4303
4304         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
4305         (collect_expansion): Split into collect_objlike_expansion and
4306         collect_funlike_expansion.
4307         (_cpp_macroexpand): Split out scan_arguments, stringify, and
4308         funlike_macroexpand.
4309         (_cpp_compare_defs): Rename compare_defs, make static.
4310         (_cpp_make_hashnode): Initialize hp->disabled.
4311         (macro_cleanup): Adjust for new token types.  Clear
4312         m->disabled.
4313         (_cpp_create_definition): Move code here to determine what
4314         sort of macro it is, and code to check for redefinitions, from
4315         do_define.  Implement a few simple cases without creating a
4316         full DEFINITION.
4317         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
4318         Handle the simple cases.
4319         (push_macro_expansion): Set buf->has_escapes and hp->disabled
4320         here.
4321
4322         * cppinit.c (builtin_array): Change MCONST to XCONST
4323         everywhere.
4324         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
4325         fix check for disabled and function-like macros.
4326         * cpplib.c (do_define): Move most logic to
4327         _cpp_create_definition.
4328         (do_undef): Handle new special token types.
4329
4330 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4331
4332         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
4333         of CONSTANT_P for mult_val; always use validate_change to update insn.
4334
4335 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
4336
4337         * cpphash.c (trad_stringify, add_pat): New functions.
4338         (collect_expansion): Restore support for -traditional syntax.
4339         Use trad_stringify and add_pat.
4340         (_cpp_macroexpand): Restore support for -traditional semantics.
4341         * cpplex.c (_cpp_scan_line): Don't change space_before if we
4342         get a COMMENT token.
4343         (_cpp_lex_token): Provide COMMENT tokens to caller if
4344         traditional and parsing_define_directive.
4345         (skip_comment): Warn about // comments if -Wtraditional.
4346         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
4347         proper node type.
4348         (do_undef): Don't warn about undefining EMPTY nodes.
4349
4350 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4351
4352         * loop.c (strength_reduce): Fix biv removal code.
4353
4354 2000-04-22  Richard Henderson  <rth@cygnus.com>
4355
4356         * predict.c (estimate_probability): Examine both sides of
4357         a branch for no exits.  Use 90% not 50% for predict taken.
4358         Reorg for one copy of note generation code.
4359
4360 2000-04-22  Richard Henderson  <rth@cygnus.com>
4361
4362         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
4363
4364 2000-04-22  Richard Henderson  <rth@cygnus.com>
4365
4366         * diagnostic.c (init_output_buffer): Don't initialize format_args.
4367         (output_clear): Likewise.
4368         (output_printf): Use va_copy.
4369         (vline_wrapper_message_with_location): Likewise.
4370         (v_message_with_decl): Likewise.
4371         (line_wrapper_printf): VA_START infor buffer.format_args directly.
4372         * system.h (va_copy): Provide default implementation.
4373
4374 2000-04-22  Richard Henderson  <rth@cygnus.com>
4375
4376         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
4377         the collected condition is not a constant.
4378
4379 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
4380
4381         * diagnostic.h: New file.
4382
4383         * Makefile.in (diagnostic.o): Depends on diagnostic.h
4384
4385         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
4386         various function prototypes.
4387         (diagnostic.h): #include.
4388         (struct output_buffer): Move into diagnostic.h.
4389         (get_output_prefix): Rename to output_get_prefix.  Export.
4390         (init_output_buffer): Export. Break out.  Ajust intialization.
4391         (output_space_left, output_append): Export.
4392         (output_newline): Rename to output_add_newline.  Export.
4393         (output_clear): Nullify additional output_buffer fields.
4394         (output_puts): Rename to output_add_string.  Export.
4395         (dump_output): Rename to output_flush_on.  Export.
4396         (build_location_prefix): Constify return-type.
4397         (emit_output_prefix): Rename to output_emit_prefix. Export.
4398         (set_real_maximum_length): New function.
4399         (output_set_maximum_length): Ditto
4400         (output_clear): Ditto.
4401         (output_add_character): Ditto.
4402         (output_add_integer): Ditto.
4403         (output_add_space): Ditto.
4404         (output_format): Ditto.
4405         (output_printf): Adjust buffer initialization.
4406         (vline_wrapper_message_with_location): Ditto.
4407         (v_message_with_decl): Ditto.  Adjust call to output_puts
4408         and get_output_prefix.
4409         (default_print_error_function): Adjust buffer intialization.
4410
4411 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4412
4413         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
4414         of VOID_TYPE.
4415
4416 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
4417
4418         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
4419         of explicit 0.
4420
4421 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
4422
4423         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
4424         accurate data about SP moves.
4425
4426 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
4427
4428         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
4429         aliases to AM33 registers.
4430
4431 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
4432
4433         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
4434         to all EXTENDED bitmaps.
4435
4436 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
4437
4438         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
4439         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
4440         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
4441
4442 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
4443
4444         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
4445         the operand is not constant.
4446
4447 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
4448
4449         * reload.c (find_equiv_reg): Checks all valueno and regno regs
4450         as a call-clobbered regs.
4451
4452 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4453
4454         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
4455         * rtl.h: Likewise.
4456         * rtl.def: Update comment.
4457         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
4458         * integrate.c (expand_inline_function): Likewise.
4459         * profile.c (branch_prob): Likewise.
4460         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
4461         * print-rtl.c (print_rtx): Likewise.
4462         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
4463         (reemit_notes): Likewise; also use enum insn_note.
4464
4465         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
4466         (place_field): Properly compute know and actual alignment.
4467
4468         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
4469         in proper format.
4470
4471         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
4472         note for REG1.
4473
4474 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
4475
4476         * cpphash.c (struct arg, struct arglist): Const-ify strings.
4477         (warn_trad_stringify, duplicate_arg_p): New helper functions.
4478         (collect_expansion): Rewrite to scan over a token list.
4479         Remove -traditional support.
4480         (collect_formal_parameters): Rename to collect_params; rewrite
4481         to scan over a token list.
4482         (_cpp_create_definition): Adjust to scan a token list.
4483         (_cpp_macroexpand): Remove -traditional support.
4484         (_cpp_compare_defs): Whitespace is now canonicalized.
4485         (comp_def_part): Delete function.
4486
4487         * cpphash.h: Update prototypes.
4488         * cpplex.c (init_token_list): Don't set lineno if there is no
4489         buffer.
4490         (pedantic_whitespace): New function.
4491         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
4492         consume a newline.  Use pedantic_whitespace.
4493         (_cpp_lex_token): Remove support for -traditional macros.
4494         (_cpp_get_define_token): Delete.
4495         (_cpp_get_directive_token): Do the real work here.  Use
4496         pedantic_whitespace.
4497         (_cpp_init_input_buffer): Initialize pfile->directbuf.
4498
4499         * cpplib.c (get_macro_name): Delete.
4500         (do_define): Read the entire line into pfile->directbuf, then
4501         feed the token list to _cpp_create_definition.
4502         * cpplib.h (HSPACE_BEFORE): new define.
4503         (struct cpp_reader): Add a toklist member, "directbuf".
4504
4505         * predict.c (estimate_probability): New heuristic: if a jump
4506         branches around a block with no successors, predict it taken.
4507         Disentangle control flow.
4508
4509 2000-04-20  Richard Henderson  <rth@cygnus.com>
4510
4511         * loop.c (emit_iv_add_mult): Revert last change.
4512
4513 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
4514
4515         * cpplib.h (enum cpp_ttype): Add token types for all
4516         punctuators.  Distinguish pp-numbers from valid C numbers.
4517         Give some tokens better names.  Initialize from macro.
4518         (struct cpp_name, cpp_token, cpp_toklist): New data
4519         structures.
4520         Update prototypes.
4521         * cpplex.c (bump_column, expand_name_space,
4522         expand_token_space, init_token_list, cpp_output_list,
4523         _cpp_scan_line):  New functions.
4524         (output_line_command): Add third argument, new line number.
4525         * cpphash.h: Update prototypes.
4526         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
4527         token names.
4528
4529 2000-04-20  Richard Henderson  <rth@cygnus.com>
4530
4531         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
4532
4533 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
4534
4535         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
4536         object pointed to.
4537
4538 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4539
4540         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
4541         REG_EQUAL note explaining the calculated value.
4542
4543         * calls.c (expand_call): Avoid unnecesary precalculation
4544         and outgoing parameters space guarding for sibling calls.
4545         (store_one_arg): Likewise.
4546
4547 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4548
4549         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
4550         (rest_of_compilation): Write sibling dump file and account
4551         for time as jump time.
4552         * invoke.texi: Update documentation on dump flags.
4553
4554 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
4555
4556         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
4557
4558 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
4559
4560         * cpphash.c (special_symbol): Represent an empty macro with
4561         "\r \r " not just "\r ".
4562         (_cpp_macroexpand): Correct condition for the foo ( ) special
4563         case.
4564         (unsafe_chars): Handle EOF as second argument.
4565         (push_macro_expansion): Simplify test for removing escape at
4566         end.  Do not trim both escapes if there is no text in between.
4567
4568 2000-04-19  Jim Blandy  <jimb@redhat.com>
4569
4570         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
4571         of PTR_SIZE, when appropriate.
4572
4573 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
4574
4575         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
4576         (USE_ENUM_BITFIELDS): Fix typo.
4577
4578 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4579
4580         * stor-layout.c (place_field): Set rli->offset_align properly.
4581
4582 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4583
4584         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
4585         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
4586         PARM_BOUNDARY): Remove unnecessary casts.
4587
4588 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4589
4590         * calls.c (precompute_arguments): Remove must_preallocate and
4591         args_size calls.
4592         (expand_call): Update call of precompute_arguments.
4593
4594         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
4595         check_insn_for_givs): Break out from ...
4596         (strength_reduce) ... here; use for_every_insn_in_loop to call
4597         check_insn_for_givs.
4598         * loop.h (for_every_insn_in_loop): Declare.
4599         (loop_insn_callback): New type.
4600
4601 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
4602
4603         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
4604         not nul-terminated.
4605
4606 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
4607
4608         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
4609         flag_pic and RELOC.
4610
4611 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
4612
4613         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
4614
4615         * configure.in: Delete --disable-cpplib option and all
4616         references to cpp_main.
4617         * configure: Regenerate.
4618         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
4619         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
4620         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
4621         cpp$(exeext).  Add --no-headers to makeinfo command line when
4622         generating INSTALL.  Install and uninstall cpp.1 manpage, not
4623         cccp.1.
4624         * install.texi: Delete all references to cexp.y/cexp.c.
4625         Delete ancient instructions for compiling GCC on 3b1.
4626         * INSTALL: Regenerate.
4627
4628         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
4629         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
4630         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
4631         cexp.c/cexp.y.
4632         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
4633         which is no longer tested anywhere.
4634
4635         * cppinit.c (handle_option): Don't run error message through
4636         gettext twice.
4637
4638 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4639
4640         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
4641         * cpperror.c (hashtab.h): Now include.
4642         * cppexp.c (hashtab.h): Likewise.
4643         * cpplex.c (hashtab.h): Likewise.
4644         * cppfiles.c (hashtab.h): Likewise.
4645         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
4646         to htab_find_slot_with_hash.
4647         * cpphash.c (hashtab.h): Now include.
4648         (_cpp_lookup_slot): INSERT is now enum insert_option.
4649         * cpphash.h (_cpp_lookup_slot): Likewise.
4650         * cppinit.c (hashtab.h): Include earlier.
4651         (initialize_builtins): Pass enum to htab_find_slot.
4652         * cpplib.c (hashtab.h): Now include.
4653         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
4654         (do_pragma_poison, do_assert): Likewise.
4655         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
4656         htab_find_slot_with_hash.
4657         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
4658         * tree.c (type_hash_add): Likewise.
4659         (build1): Minor cleanup.
4660
4661         * ggc-common.c: Add missing blanks.
4662         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
4663         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
4664
4665         * stmt.c (mark_case_node): New function.
4666         (mark_case_nesting): Call it.
4667
4668         * expmed.c (emit_store_flag): If comparing two-word integer
4669         with zero, can optimize NE, EQ, GE, and LT.
4670
4671         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
4672         * conflict.c: Minor cleanups.
4673         * optabs.c: Add blank line
4674         * simplify-rtx.c: Minor cleanups.
4675
4676 2000-04-18  Stan Cox  <scox@cygnus.com>
4677
4678         * gengenrtl.c (genlegend): Fix misspelling.
4679
4680 2000-04-18  Robert Lipe  <robertlipe@usa.net>
4681
4682         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
4683         bitfields of the host compiler are not signed quantities.
4684         * config.in: Regenerate.
4685         * configure: Regenerate.
4686         * system.h (USE_ENUM_BITFIELDS): Added.
4687         (ENUM_BITFIELDS): Added.
4688         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
4689         (SHORT_ENUM_BUG): Deleted.
4690         * tree.h (tree_common): Members `code', `mode', `built_in_class',
4691         now ENUM_BITFIELD.
4692         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
4693         (CODE_FIELD_BUG): Likewise.
4694         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
4695         (OLD_CC): Likewise.
4696         * config/m68k/x-ccur (X_CFLAGS): Likewise.
4697
4698 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
4699
4700         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
4701         mark is active.
4702
4703 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
4704
4705         * cppexp.c (lex): Don't assume tokens are NUL terminated.
4706         * cpplib.c (do_include, do_import, do_include_next,
4707         read_line_number, detect_if_not_defined): Likewise.
4708         * cpphash.c (collect_expansion): Likewise.
4709         (special_symbol, _cpp_macroexpand): Check return from
4710         cpp_file_buffer.
4711         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
4712         macros.  Delete all uses.
4713
4714         * gcc.dg/cpp-mi.c: Add two more test cases.
4715         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
4716
4717 2000-04-17  Richard Henderson  <rth@cygnus.com>
4718
4719         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
4720         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
4721
4722 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
4723
4724         * function.c (expand_function_start): Use hard_function_value to
4725         compute the RTL to use for DECL_RESULT.
4726
4727 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4728
4729         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
4730         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
4731          x86_memory_mismatch_stall): New global variables.
4732         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
4733         alloved; fix load penalties for Athlon.
4734         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
4735         x86_memory_mismatch_stall): Declare.
4736         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
4737          TARGET_MEMORY_MISMATCH_STALL): New.
4738         * i386.md (athlon scheduling parameters): Fix latencies according to
4739         Athlon Optimization Manual.
4740         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
4741         vector.
4742         (fsqrt instruction patterns): Set athlon_decode to direct.
4743         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
4744         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
4745         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
4746         and TARGET_PARTIAL_REGISTER_STALL machines.
4747         (pushdf_nointeger): New pattern.
4748         (pushdf_integer): Rename from pushdf.
4749         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
4750         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
4751
4752 2000-04-17  Richard Henderson  <rth@cygnus.com>
4753
4754         * loop.c (canonicalize_condition): Add WANT_REG argument.
4755         Stop the search if we match it.
4756         * expr.h (canonicalize_condition): Update decl.
4757         * predict.c (expected_value_to_br_prob): Use it.  Track last
4758         expected value note.
4759         (find_expected_value): Remove.
4760
4761         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
4762
4763 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
4764
4765         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
4766         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
4767         a plain file.
4768         * configure.in: Call AC_FUNC_MMAP_FILE.
4769         * configure: Regenerate.
4770         * config.in: Regenerate.
4771
4772         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
4773         * fixinc/fixincl.c: Likewise.
4774
4775 2000-04-17  Richard Henderson  <rth@cygnus.com>
4776
4777         * builtins.c (expand_builtin_expect): New.
4778         (expand_builtin): Call it.
4779         * builtins.def (BUILT_IN_EXPECT): New.
4780         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
4781         * extend.texi: Document it.
4782
4783         * predict.c (expected_value_to_br_prob): New.
4784         (find_expected_value): New.
4785         * basic-block.h (expected_value_to_br_prob): Declare.
4786         * toplev.c (rest_of_compilation): Invoke it.
4787
4788         * rtl.h (NOTE_EXPECTED_VALUE): New.
4789         (NOTE_INSN_EXPECTED_VALUE): New.
4790         * rtl.c (note_insn_name): Update.
4791         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
4792         cases; handle NOTE_INSN_EXPECTED_VALUE.
4793
4794 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
4795
4796         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
4797         leaf sibcall delay slot if flag_pic.
4798         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
4799
4800 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4801
4802         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
4803
4804         * fixproto: If fix-header fails, exit with an error.
4805
4806 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4807
4808         * cse.c (struct check_depdendence_data): New.
4809         (check_dependence): New function.
4810         (invalidate): Use check_depdenence.
4811
4812 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
4813
4814         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
4815         UNITS_PER_WORD is unsigned.
4816
4817         * tree.h (struct tree_common): Remove misleading comment.
4818
4819 2000-04-16  Dave Pitts  <dpitts@cozx.com>
4820
4821         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
4822         message in quotes. Otherwise, IBM's make program treats the '#' as the
4823         start of a comment and ignores the remainder of the line.
4824
4825         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
4826         upper case.
4827         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
4828         * cexp.y (initialize_random_junk): Likewise.
4829         * cppfiles.c (find_include_file): Cast alloca return value.
4830         * cppinit.c (initialize_standard_includes): Likewise.
4831         * cpplib.c (cpp_define, cpp_undef): Likewise.
4832         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
4833         * final.c (output_asm_insn): Allow for holes in EBCDIC.
4834         * fold-const.c (CHARMASK): New.
4835         (real_hex_to_f): Use it.
4836         * real.c (CHARMASK): New.
4837         (etoasc, asctoeg): Use it.
4838         (asctoeg): EBCDIC lower case characters preceed upper case.
4839
4840         * i370.c (mvs_add_label): Change spacing for coding conventions.
4841         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
4842         outputing case vectors.
4843         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
4844         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
4845         since vector in in the data CSECT.
4846         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
4847         * i370.md (Many patterns): Put the length in the XL directives.
4848         (movdi): Put back STM and MVC in definition.
4849         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
4850         pattern using the TCA.
4851         * oe.h (CPP_SPEC): Added to allow trigraphs.
4852         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
4853         not support the "long long" type.
4854
4855 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
4856
4857         * config/mips/mips-protos.h (mips_legitimate_address_p): New
4858         function.
4859         (mips_reg_mode_ok_for_base_p): Likewise.
4860         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
4861         (REG_OK_FOR_INDEX_P): Define unconditionally.
4862         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
4863         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
4864         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
4865         that GET_MODE_SIZE is unsigned.
4866         (mips_reg_mode_ok_for_base_p): Define.
4867         (mips_legitimate_address_p): Likewise.  Adjust now
4868         that GET_MODE_SIZE is unsigned.
4869         (block_move_loop): Make the number of bytes unsigned.
4870         (expand_block_move): Likewise.
4871         (function_arg): Make the loop counter unsigned to match the
4872         boundary condition.
4873
4874 2000-04-16  Richard Henderson  <rth@cygnus.com>
4875
4876         * rtl.h (enum insn_note): New enumeration.  Subsume
4877         NOTE_INSN_DELETED and friends.
4878         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
4879         * rtl.c (note_insn_name): Tweak string order.
4880
4881 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
4882
4883         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
4884         to offset * 2.
4885
4886         * cpplex.c (output_line_command): Remove debugging prints.
4887         (cpp_output_tokens): Don't write out a zero-length buffer or
4888         try to see if it has a newline in it.
4889         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
4890         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
4891         the end of the loop.  Use memmove.  Don't read past the end of
4892         the buffer.  Remove trailing newlines from error messages.
4893
4894 2004-04-16  Neil Booth  <NeilB@earthling.net>
4895
4896         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
4897         * cpplib.c: Add new syntax flags to directive table, and
4898         supporting macros.
4899
4900 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
4901
4902         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
4903         using ret $N.
4904
4905 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
4906
4907         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
4908         * haifa-sched.c: Update -fsched-verbose comments to use "=".
4909
4910 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4911
4912         * Makefile.in (ggc-page.o): Now includes toplev.h.
4913         * ggc-page.c (toplev.h): Now included.
4914         (gc_time): Remove declaration.
4915         (ggc_collect): TIME now long.
4916         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
4917         others static.
4918         * toplev.h (gc_time, parse_time, gc_time): New declarations.
4919
4920         * toplev.c: Make *_time variable long to reduce chance of overflow.
4921         (TIMEVAR): Likewise for `otime'.
4922         (print_time): Arg is now long; compute percentage in FP and round.
4923         * toplev.h (print_time): Arg is long.
4924
4925         * tree.c: Minor whitespace changes.
4926
4927         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
4928         * configure: Rebuilt.
4929         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
4930         (__fixunsxfDI): Renamed from __fixunsxfdi.
4931         (__fixunsdfDI): Renamed from __fixunsdfdi.
4932         (__fixunssfDI): Renamed from __fixunssfdi.
4933         (__floatdisf): Use proper type in REP_BIT macro.
4934         (__fixunsxfSI): Renamed from __fixunsxfsi.
4935         (__fixunsdfSI): Renamed from __fixunsdfsi.
4936         (__fixunssfSI): Renamed from __fixunssfsi.
4937         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
4938         Change location of macros and upper-case some names as above.
4939         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
4940         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
4941
4942         * varasm.c (assemble_variable): Add cast to remove warning.
4943         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
4944
4945         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
4946         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
4947         region number to -1.
4948
4949 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
4950
4951         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
4952         call unshare_all_rtl.
4953
4954         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
4955
4956 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
4957
4958         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
4959         Use .s1 not .s0 for all FP instructions.
4960
4961 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
4962
4963         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
4964         interfaces.
4965         (safe_fwrite, output_line_command): New static functions.
4966         (cpp_expand_to_buffer): Now private to cpplib.
4967         (cpp_scan_buffer): Take a printer.
4968
4969         * cpphash.h: Update prototypes.
4970         * cpplib.h: Update prototypes.
4971         (cpp_printer): New.
4972         (cpp_buffer): Remove last_nominal_fname.
4973         (cpp_reader): Remove lineno.
4974
4975         * cppmain.c: Use a cpp_printer.
4976         * fix-header.c: No need to inhibit line commands.  Call
4977         cpp_start_read with no printer.
4978
4979         * cpperror.c (cpp_notice_from_errno): Provide default name.
4980         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
4981         (find_include_file, cpp_read_file): Use make_IHASH.
4982         (file_cleanup): Set control_macro and clear
4983         input_stack_listing_current here.
4984         (_cpp_execute_include): Don't output entering-file marker.
4985         * cpphash.c (special_symbol): Look for the line number in the
4986         buffer, not the reader.
4987         (_cpp_macroexpand): No need to disable line commands.
4988         (_cpp_dump_definition): No need to generate line commands.
4989         (dump_hash_helper): Remove excess newline from output.
4990         * cppinit.c (dump_special_to_buffer): No need to generate line
4991         commands.
4992         (cpp_printer_init): New.
4993         (cpp_start_read): Take a printer, and start it up if it's not
4994         NULL.  No need to generate line commands.
4995         (cpp_finish): Expect no buffers stacked at all.  Take a
4996         printer argument, and flush the output buffer if it's not
4997         NULL.
4998         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
4999         Don't put two hashes at the beginning of an assertion.
5000         (cpp_get_token): Don't increment pfile->lineno or emit line
5001         commands here.  Return EOF if there's no buffer when we get
5002         EOF.
5003         * cpplib.c (do_define, skip_if_group):
5004         No need to disable line commands.
5005         (_cpp_output_line_command): Delete function.
5006         (do_line): Don't emit line commands here, but set things up so
5007         they will be emitted if necessary.  Use _cpp_fake_ihash to
5008         make unique nominal_fnames if necessary.
5009         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
5010         with 0 for column, not -1.
5011         (_cpp_handle_eof): Don't set the control macro here.  Don't
5012         clear input_stack_listing_current here.  Don't emit line
5013         commands.
5014
5015 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
5016
5017         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
5018         always, use the default SVR4 start address.
5019
5020         * config/rs6000/linux.h (LINK_SPEC): Don't define.
5021         (LINK_SHLIB_SPEC): Define.
5022         (LINK_START_DEFAULT_SPEC): Define.
5023         (LINK_OS_DEFAULT_SPEC): Define.
5024
5025         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
5026
5027         * config/rs6000/eabi.asm (__eabi): Call __init rather than
5028         __do_global_ctors to handle constructors.
5029         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
5030         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
5031         (STARTFILE_MVME_SPEC): Likewise.
5032         (STARTFILE_SIM_SPEC): Likewise.
5033         (ENDFILE_ADS_SPEC): Use crtend.
5034         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
5035         (ENDFILE_MVME_SPEC): Likewise.
5036         (ENDFILE_SIM_SPEC): Likewise.
5037         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
5038         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
5039         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
5040         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
5041         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
5042         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
5043         (CRTSTUFF_T_CFLAGS_S): Define.
5044         * config/rs6000/eabi-ctors.c: Delete.
5045
5046         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
5047         boundary.
5048         (__fini): Likewise.
5049         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
5050         boundary.
5051         (__fini): Likewise.
5052
5053 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
5054
5055         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
5056         plus mask size is smaller or equal to the mode size.
5057
5058 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5059
5060         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
5061         not yet set.
5062
5063         * expr.c (reload.h): Now included.
5064         (emit_block_move): Set volatile_ok when checking for movstr.
5065         (emit_move_1): Check for replacements in addresses in multi-word case.
5066         * Makefile.in (expr.o): Now includes reload.h.
5067
5068         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
5069         Never have a LIBCALL end a basic block.
5070         (find_basic_blocks_1): Likewise.
5071         Reorganize CALL_INSN cases.
5072
5073         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
5074
5075 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
5076
5077         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
5078         completers from mov.ret instruction.
5079
5080 2000-04-14  Richard Henderson  <rth@cygnus.com>
5081
5082         * fold-const.c (extract_muldiv): Don't distribute and widen
5083         multiply across plus for non-sizetype unsigned types.
5084
5085 2000-04-14  Richard Henderson  <rth@cygnus.com>
5086
5087         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
5088         If the original source is dead in the incr insn, it's dead now.
5089
5090 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5091
5092         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
5093         see if DECL_BIT_FIELD needs to still be set.
5094
5095         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
5096
5097         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
5098         print_int_cst_octal with something that's not an INTEGER_CST.
5099
5100         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
5101         and not a SUBREG to a FLOAT rtl.
5102
5103 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
5104
5105         * emit-rtl.c (try_split): Avoid infinite loop if the split
5106         results in a sequence that contains the original insn.
5107
5108 2000-04-13  Andreas Jaeger  <aj@suse.de>
5109
5110         * config/mips/mips.c (expand_block_move): Pass alignment
5111         argument to move_by_pieces in bits, not bytes.
5112
5113         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
5114         __pic__ for little endian.
5115
5116 2000-04-13  Andreas Jaeger  <aj@suse.de>
5117
5118         * config/i386/i386-protos.h: Add prototype for
5119         uno_comparison_operator.
5120
5121 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5122
5123         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
5124         * calls.c (ECF_PURE): New flag.
5125         (emit_call_1): Handle ECF_PURE calls.
5126         (initialize_argument_information): Unset ECF_PURE flag too.
5127         (precompute_arguments): Precompute for ECF_PURE too.
5128         (expand_call): Handle ECF_PURE calls too.
5129         (emit_library_call_value_1): Rename no_queue argument to fn_type,
5130         accept value of 2 as pure function.
5131         (emit_library_call_value, emit_library_call): Rename no_queue argument
5132         to fn_type.
5133         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
5134
5135         * tree.h (DECL_IS_PURE): New macro.
5136         (struct tree_decl): Add pure_flag.
5137         * c-common.c (enum attrs): Add attribute "pure".
5138         (init_attributes): Initialize attribute "pure"
5139         (decl_attributes): Handle attribute "pure".
5140         * extend.texi (Attribute "pure"): Document.
5141         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
5142         in pure function.
5143         (flags_from_decl_or_type): Support attribute "pure".
5144
5145 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
5146
5147         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
5148         the token except for numbers and identifiers.
5149
5150 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
5151
5152         * i386.c (ix86_expand_binary_operator,
5153         ix86_expand_unary_operator): Check no_new_pseudos
5154         instead of reload_in_progress and reload_completed.
5155         (ix86_split_ashldi, ix86_split_ashrdi,
5156         ix86_split_lshrdi): Check no_new_pseudos instead
5157         of reload_completed.
5158
5159 2000-04-12  Jeffrey A Law  (law@cygnus.com)
5160
5161         * function.c (purge_addressof): Unshare any shared rtl created by
5162         purge_addressof and its children.
5163
5164 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
5165
5166         * function.c (aggregate_value_p): VOID_TYPE nodes are never
5167         aggregates.
5168
5169 2000-04-05  Andreas Jaeger  <aj@suse.de>
5170
5171         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
5172         not compiling PIC code, add flags for mabi=64.
5173         (SUBTARGET_CPP_SIZE_SPEC): New.
5174         (SUBTARGET_CPP_SPEC): New.
5175         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
5176         for MIPS/Linux and lots of code needs these defines.
5177
5178 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
5179
5180         * reorg.c (fill_slots_from_thread): Check side_effects_p when
5181         trying the "opposite arithmetic" approach.
5182
5183 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5184
5185         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
5186         (struct sh_args): Add new field force_mem.
5187         (INIT_CUMULATIVE_ARGS): Initialize it.
5188         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
5189
5190 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5191
5192         * calls.c (expand_call): Do not reverse args in "equal from" field.
5193         (emit_library_call_value_1): Emit_libcall_block for const and pure
5194         function.
5195
5196 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5197
5198         * reload1.c (reload_combine): Don't enable optimization for fixed
5199         registers when encountering a BARRIER.
5200
5201 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5202
5203         * builtins.c (expand_builtin_memcmp): Do expansion even with
5204         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
5205
5206         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
5207         stack is propertly aligned; add sanity checking for aligned
5208         stack pointer.
5209         (expand_library_call_value_1): Add sanity checking for aligned
5210         stack pointer.
5211
5212 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
5213
5214         * calls.c (emit_library_call_value_1): Change 3rd arg to
5215         locate_and_pad_parm to disregard the setting of partial.
5216
5217 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5218
5219         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
5220
5221         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
5222         CALL_INSN from the normal case.
5223
5224 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5225
5226         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
5227         New global variables.
5228         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
5229         adjustment.
5230         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
5231         Declare,
5232         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
5233          TARGET_ADD_ESP_8): New macros.
5234         * i386.md: Add peep2s to convert esp adjustments to push and pop
5235         instructions.
5236         (pushsi_prologue, popsi_epilogue): New patterns.
5237
5238 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
5239
5240         * real.c (toe64): Remove stale #endif from the last change.
5241
5242 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
5243
5244         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
5245         * real.c (toe64): Revert previous change.
5246
5247 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
5248
5249         * objc/objc-act.c: Include ggc.h.
5250         (objc_tree_index, objc_global_trees): Convert most of the
5251         static tree variables into a static array with previous names
5252         as defines.
5253         (objc_ellipsis_node): New variable.
5254         (lang_init): Call objc_act_parse_init and c_parse_init.
5255         Create objc_ellipsis_node.
5256         (build_selector_translation_table): Use objc_ellipsis_node instead
5257         of (tree)1.
5258         (hack_method_prototype): Likewise.
5259         (get_arg_type_list): Likewise.
5260         (start_method_def): Likewise.
5261         (continue_method_def): Likewise.
5262         (gen_method_decl): Likewise.
5263         (ggc_mark_imp_list): New function.
5264         (ggc_mark_hash_table): New function.
5265         (objc_act_parse_init): New function.
5266         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
5267         * c-parse.in (c_parse_init): For objc add roots of objc specific
5268         local tree variables.
5269         * objc/objc-parse.y: Rebuilt.
5270         * objc/objc-parse.c: Rebuilt.
5271         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
5272
5273 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
5274
5275         * cse.c (delete_trivially_dead_insns): Also delete insns
5276         that copy a register to itself where the destination is
5277         a strict_low_part.
5278
5279 2000-04-11  Richard Henderson  <rth@cygnus.com>
5280
5281         * flow.c (struct propagate_block_info): Add new_dead, new_live.
5282         (propagate_block): Initialize them.  Use them in parallel instead
5283         of one tmp variable, ie revert much of the 0408 and 0407 functional
5284         changes, but keep the structural changes.
5285         (mark_set_regs): Take new_dead from propagate_block_info instead.
5286         (mark_set_1, mark_set_reg): Likewise.
5287         (mark_used_regs): Likewise with new_live.
5288         (mark_used_reg): Likewise.  Revert 0408 change.
5289
5290 2000-04-11  Nick Clifton  <nickc@cygnus.com>
5291
5292         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
5293         restriction.
5294         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
5295
5296 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5297
5298         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
5299         const section to output a CONSTRUCTOR based on the same conditions
5300         used for VAR_DECLs.
5301
5302 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
5303
5304         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
5305         * pa/pa-protos.h (output_call): Add additional argument indicating
5306         if the call is a sibling/tail call.
5307         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
5308         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
5309         (function_arg, function_arg_partial_nregs): Likewise
5310         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
5311         (emit_move_sequence): Zero extend certain constants as needed
5312         for TARGET_64BIT.
5313         (compute_zdepdi_operands, output_64bit_and): New functions.
5314         (output_64bit_ior, function_arg): Likewise.
5315         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
5316         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
5317         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
5318         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
5319         (output_bvb): Likewise.
5320         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
5321         (output_call): New argument 'sibcall'.  Generate sibcall sequences
5322         as needed.
5323         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
5324         (ouput_arg_descriptor): Do not emit argument descriptors for
5325         TARGET_64BIT.
5326         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
5327         defined.
5328         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
5329         (FUNCTION_OK_FOR_SIBALL): Define.
5330         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
5331         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
5332         (CPP_SPEC): Use new spec infrastructure.
5333         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
5334         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
5335         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
5336         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
5337         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
5338         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
5339         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
5340         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
5341         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
5342         (FUNCTION_ARG); Call out to C code.
5343         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
5344         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
5345         (MIN_UNITS_PER_WORD): Likewise.
5346         * pa/pa.md (cmpdi): New expander.
5347         (scc patterns, movstrsi): Not available for TARGET_64BIT.
5348         (64bit conditional arithmetic): New patterns.
5349         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
5350         (movsicc): Not available if modes on all the operands to not match.
5351         (movdicc): New expander and associated patterns.
5352         (64bit branches): New patterns.
5353         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
5354         (pre_ldd, post_std): New patterns.
5355         (64bit addil, load low part): New patterns.
5356         (special movsf constant): Not available for TARGET_64BIT.
5357         (movsf, movdf expanders): Force constants into memory.
5358         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
5359         (64bit movdf/movdi patterns): New patterns.
5360         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
5361         for TARGET_64BIT.
5362         (extendqidi2, extendhidi2, extendsidi2): Similarly.
5363         (adddi3 expander): Allow "arith_operand" for second input.
5364         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
5365         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
5366         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
5367         (muldi3): New expander for TARGET_64BIT.
5368         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
5369         for TARGET_64BIT.
5370         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
5371         patterns for TARGET_64BIT.
5372         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
5373         patterns for TARGET_64BIT.
5374         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
5375         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
5376         (sibcall_epilogue): New expander.
5377         (casesi): Tweak for TARGET_64BIT.
5378         (call expanders): Set & use the outgoing argument pointer.  Use the
5379         64bit call patterns as needed. Add additional arg to output_call.
5380         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
5381         (sibcall, sibcall_internal_symref): New expanders.
5382         (sibcall_value, sibcall_value_internal_symref
5383         (interspace_jump): Turn into an expander + matching patterns.
5384         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
5385         * pa/pa64-regs.h: Eliminate trigraph sequences.
5386         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
5387
5388 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
5389
5390         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
5391         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
5392         cpp_token with cpp_ttype everywhere.
5393         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
5394         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
5395         CPP_BUF_COL.  Line and column numbers are unsigned int, not
5396         long.
5397         * cpplex.c (cpp_buf_line_and_col): Delete.
5398         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
5399         'long lineno' to 'unsigned int lineno'.
5400         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
5401
5402 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5403
5404         * extend.texi: ISO C99 is not a draft anymore.
5405         * invoke.texi: ISO C++ is not a draft anymore.
5406         * cpp.texi: __cplusplus is required by the ISO standard.
5407
5408         * extend.texi (-fthis-is-variable): Undocument.
5409         * flags.h (warn_template_debugging): Remove declaration.
5410         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
5411         -Wenum-clash, -Wtemplate-debugging): Undocument.
5412
5413 2000-04-10  Nick Clifton  <nickc@cygnus.com>
5414
5415         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
5416         integer.
5417         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
5418         integer.
5419         (ARM_SIGN_EXTEND): Use HOST_UINT.
5420         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
5421         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
5422         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
5423         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
5424
5425         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
5426         (arm_gen_constant): Use HOST_UINT.
5427         (arm_canonicalize_constant): Use HOST_UINT.
5428         (arm_reload_in_hi): Use HOST_UINT.
5429         (arm_reload_out_hi): Use HOST_UINT.
5430         (output_multi_immediate): Use HOST_UINT.
5431         (int_log2): Use HOST_UINT.
5432         (arm_poke_function_name): Use HOST_UINT.
5433         (arm_output_epilogue): Use arm_volatile_func().
5434         (output_thumb_prologue): Use arm_strip_name_encoding().
5435
5436 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5437
5438         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
5439         of sequence point problems.
5440
5441 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
5442
5443         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
5444         Recomment.
5445         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
5446
5447 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5448
5449         * sbitmap.h: Whitespace changes and use upper-case macro args.
5450         (struct simple_bitmap_def): All sizes now unsigned.
5451         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
5452         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
5453         (sbitmap_vector_alloc): Parms and local vars now unsigned.
5454         (sbitmap_zero): Cast bzero arg to PTR.
5455         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
5456         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
5457         loop to make structure clearer.
5458         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
5459         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
5460         (sbitmap_a_and_b_or_c): Likewise.
5461         (sbitmap_intersection_of_succs): Minor cleanups.
5462         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
5463         (sbitmap_union_of_preds): Likewise.
5464         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
5465         (debug_sbitmap): New function.
5466
5467         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
5468         * c-typeck.c (convert_for_assignment): Likewise.
5469
5470         * expmed.c (init_expmed): Don't free objects we make.
5471         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
5472
5473         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
5474         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
5475
5476         * gcse.c (expr_hash_table_size): Now unsigned.
5477         (compute_ae_gen): Local variable `i' now unsigned.
5478         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
5479         (compute_transout, hoist_code): Likewise.
5480         (compute_local_properties): Likewise, also hash_table_size.
5481         (alloc_expr_hash_table): N_INSNS now unsigned.
5482         (delete_null_pointer_checks): Mark arg F as unused.
5483
5484         * regrename.c: Minor cleanups, including chang some variables
5485         to unsigned int.
5486
5487 2000-04-10  Neil Booth  <NeilB@earthling.net>
5488
5489         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
5490         than GETC ().
5491         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
5492
5493 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5494
5495         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
5496         __classof__, and __headof__ from the list of gnu keywords.
5497         (-ansi): Remove -foperator-names from list of implied options.
5498         Do not call it ANSI C++.
5499         (-foperator-names): Document as -fno-operator-names.
5500
5501 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
5502
5503         * cpphash.c (timestamp): Delete.
5504         (del_HASHNODE): If type is T_MCONST, free value.cpval.
5505         (special_symbol): Remove unnecessary braces.  Remove
5506         T_VERSION.  Treat T_STDC like T_CONST unless
5507         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
5508         when one is encountered, then convert them into T_MCONST
5509         nodes.
5510         * cppinit.c (builtin_array): version_string is T_MCONST.
5511         __STDC__ has a "1" in its cpval.  Don't have a terminator
5512         entry.  Clean up which entries are dumped.
5513         (initialize_builtins): Only __STDC__ gets the special
5514         -traditional treatment.  Count the length of builtin_array.
5515         Render version_string here.
5516         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
5517         * cpplib.h (struct cpp_reader): Remove timebuf.
5518
5519 2000-04-09  Richard Henderson  <rth@cygnus.com>
5520
5521         * genrecog.c (pred): Update comparison_operator for the unordered
5522         operators.
5523
5524         * config/i386/i386.c (no_comparison_operator): Disallow unordered
5525         operators.
5526         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
5527         (uno_comparison_operator): New.
5528         (put_condition_code): Handle UNORDERED/ORDERED.
5529         (unsigned_comparison): Likewise.
5530         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
5531         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
5532         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
5533         update all callers.  Handle all 8 unordered operators.
5534         (ix86_expand_setcc): Lose the unordered argument, update all callers.
5535         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
5536         * config/i386/i386.h (PREDICATE_CODES): Update.
5537         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
5538         (ix86_expand_branch, ix86_expand_setcc): Update.
5539         * config/i386/i386.md (sunordered, sordered): New.
5540         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
5541         (bunordered, bordered): New.
5542         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
5543         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
5544         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
5545
5546 2000-04-09  Philip Blundell  <philb@gnu.org>
5547
5548         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
5549
5550 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
5551
5552         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
5553         fix_truncxfhi2): New patterns.
5554         * i386.c (output_fix_trunc): Handle converting to HImode.
5555
5556 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
5557
5558         * ssa.c (convert_to_ssa): Eliminate dead code when calling
5559         life_analysis.
5560         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
5561         (for_each_successor_phi): Change parameter to basic_block.
5562         (coalesce_regs_in_successor_phi_nodes): Likewise.
5563         (coalesce_regs_in_copies): Likewise.
5564         (compute_coalesced_reg_partition): Use basic_block instead of index.
5565         * rtl.h (convert_to_ssa): Delete.
5566         (convert_from_ssa): Likewise.
5567         (successor_phi_fn): Likewise.
5568         (for_each_successor_phi): Likewise.
5569         (in_ssa_form): Likewise.
5570         * basic-block.h (convert_to_ssa): Moved from rtl.h.
5571         (convert_from_ssa): Likewise.
5572         (successor_phi_fn): Likewise.
5573         (in_ssa_form): Likewise.
5574         (for_each_successor_phi): Likewise.  Change parameter to basic_block.
5575         * flow.c (calculate_global_regs_live): Pass a basic_block to
5576         for_each_successor_phi.
5577
5578 2000-04-08  Richard Henderson  <rth@cygnus.com>
5579
5580         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
5581         was modified in the current insn.
5582
5583 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
5584
5585         * arm/thumb.md: Delete.
5586         * arm/thumb-protos.h: Delete.
5587
5588 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
5589
5590         Merge changes from merged-arm-thumb-backend-branch onto trunk.
5591
5592         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
5593
5594         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
5595         into branch.
5596
5597         * arm.md (nop): Use the standard RTL expression.  Don't code as a
5598         define_expand.
5599         (*arm_nop, *thumb_nop): Delete.
5600
5601         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
5602         constants.  Use casts instead.
5603         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
5604         output_multi_immediate, arm_poke_function_name): Likewise.
5605         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
5606         MASK_RETURN_ADDDR): Likewise.
5607
5608         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
5609
5610         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
5611         into branch.
5612
5613         * arm.md (eh_epilogue): New function.
5614         * arm.h (struct machine_function): Move to here ...
5615         * arm.c: ... from here.
5616         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
5617         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
5618         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
5619
5620         2000-03-30  Nick Clifton  <nickc@cygnus.com>
5621
5622         * config/arm/semi.h (ASM_SPEC): Restore definition.
5623         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
5624
5625         * config/arm/elf.h (ASM_SPEC): Restore definition.
5626         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
5627
5628         * config/arm/arm.h (ASM_SPEC): Remove definition.
5629         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
5630
5631         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
5632
5633         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
5634
5635         2000-03-24  Nick Clifton  <nickc@cygnus.com>
5636
5637         Various formating tidyups, elimination of compile time
5638         warnings and synchronisation with internal sources:
5639
5640         * config/arm/arm-protos.h (assemble_align): Add prototype.
5641         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
5642         (gen_comapre_reg): Rename to arm_gen_compare_reg.
5643         (arm_return_addr_rtx): Rename to arm_return_addr.
5644
5645         * config/arm/arm.c: Include except.h.
5646         Define shorter typenames for strict minipool_node and struct
5647         minipool_fix.
5648         (arm_return_in_memory): For WinCE return all structures <= 32 bits
5649         in memory.
5650         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
5651         (gen_comapre_reg): Rename to arm_gen_compare_reg.
5652
5653         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
5654         already defined.
5655         (ASM_SPEC): Define if not already defined.
5656         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
5657
5658         * config/arm/arm.md: Rename references to gen_rotated_half_load to
5659         arm_gen_rotated_half_load, and references to gen_comapre_reg to
5660         arm_gen_compare_reg.
5661         (indirect_jump):  Only accept register operands.
5662         (load_indirect_jump): Keep this pattern since combine can generate
5663         it.
5664
5665         * config/arm/coff.h: Include aout.h.
5666         (MULTILIB_DEFAULTS): Only define if not already defined.
5667
5668         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
5669         into arm.h (so that COFF ports can support thumb based aliases).
5670         (ASM_SPEC): Move definition into arm.h
5671
5672         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
5673         redundant apcs spec.
5674         (ASM_SPEC): Move definition to arm.h
5675
5676         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
5677
5678         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
5679         for entries in the .bss section
5680
5681         2000-03-23  Nick Clifton  <nickc@cygnus.com>
5682
5683         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
5684         to thumb_far_jump_used_p.
5685
5686         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
5687         single integer parameter.
5688
5689         * config/arm/arm.c (struct machine_function): Add two new
5690         fields, 'far_jump_used' and 'arg_pointer_live'.
5691         (thumb_far_jump_used_p): Once the decision has been made that
5692         far jumps might be used, always return true.
5693         If being called from the initial elimination offset macro then
5694         do not bother to perform the test if the arg pointer is not
5695         being used.
5696         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
5697         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
5698
5699         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
5700
5701         * arm.c (output_return_instruction): Handle more cases where we can
5702         return from a function with an ldr instruction.
5703         (arm_output_epilogue): Likewise.
5704
5705         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
5706         if we need to push a large stack frame and there are no callee-saved
5707         registers.
5708
5709         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
5710         in ARM code if the frame pointer has been eliminated.
5711
5712         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
5713         unspec_volatile arguments to avoid duplicates.
5714         (consttable_1, consttable_2): Fixes for big-endian mode.
5715
5716         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
5717         as appropriate.
5718
5719         Re-write constant pool code.
5720         * arm.c (minipool_node, minipool_fix): New types.
5721         (minifix): Delete type.
5722         (arm_add_minipool_constant): Delete.
5723         (arm_compute_minipool_offsets, arm_find_barrier,
5724         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
5725         (get_jump_table_size): Now returns HOST_WIDE_INT.
5726         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
5727         functions.
5728         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
5729         (assign_minipool_offsets, arm_print_value): Likewise.
5730         (dump_minipool): Rewrite.
5731         (arm_barrier_cost): New function.
5732         (create_fix_barrier): New function.
5733         (push_minipool_barrier): New function.
5734         (push_minipool_fix): Record additional information about the fixup
5735         required.
5736         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
5737         check the mode of what needs fixing.
5738         (arm_reorg): Rewrite.
5739
5740         2000-03-08  Nick Clifton  <nickc@cygnus.com>
5741
5742         * config/arm/arm.md (indirect_jump): Force constant addresses into
5743         a register.
5744
5745         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
5746
5747         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
5748
5749         2000-02-24  Nick Clifton  <nickc@cygnus.com>
5750
5751         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
5752         adjust is word aligned.
5753         (thumb_expand_epilogue): Make sure that stack adjust is word
5754         aligned.
5755
5756         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
5757
5758         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
5759
5760         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
5761         pointer relative addresses.
5762
5763         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
5764
5765         * arm.c (find_barrier): Find the last barrier within the allowed
5766         range.
5767
5768         2000-02-09  Nick Clifton  <nickc@cygnus.com>
5769
5770         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
5771
5772         2000-02-09  Nick Clifton  <nickc@cygnus.com>
5773
5774         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
5775         ARM_FUNCTION_PROFILER.
5776
5777         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
5778         ARM_FUNCTION_PROFILER.
5779
5780         * config/arm/linux-oldld.h: Imported from mainline sources.
5781
5782         2000-02-07  Nick Clifton  <nickc@cygnus.com>
5783
5784         * config/arm/lib1funcs.asm: Merge in thumb functions from
5785         lib1thumb.asm.
5786
5787         * config/arm/lib1thumb.asm: Delete.
5788
5789         2000-02-04  Nick Clifton  <nickc@cygnus.com>
5790
5791         * config/arm/arm.c: Sychronised with current Red hat local
5792         sources.
5793         * config/arm/arm.h: Ditto.
5794         * config/arm/arm-protos.h: Ditto.
5795
5796         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
5797
5798         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
5799
5800         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
5801         byte stores.
5802
5803         2000-02-02  Nick Clifton  <nickc@cygnus.com>
5804
5805         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
5806
5807         * config/arm/arm.md (epilogue): Fix rtl checking abort because
5808         (return) was emited using an emit_insn() call.
5809
5810         2000-01-31  Nick Clifton  <nickc@cygnus.com>
5811
5812         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
5813         thumb stack frame.
5814         (thumb_exit): Move frame pointer back into hard frame pointer
5815         register if backtracing is being used.
5816
5817         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
5818
5819         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
5820         into branch.
5821
5822         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
5823
5824         * config/arm/arm.md (neg_pool_offset): Provide default for new
5825         attribute.
5826         (arm_movsi_insn): Add neg_pool_offset attribute.
5827         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
5828         rtx for the insn that starts the scan and an unsigned long for its
5829         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
5830         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
5831         instructions in *PINSERTED.
5832         (struct minipool_fixup): Add MIN_ADDRESS elt.
5833         (sort_fixups): Compute it.
5834         (arm_reorg): Changes to support inserting pools before the insn to be
5835         fixed up.
5836
5837         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
5838
5839         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
5840         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
5841         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
5842
5843         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
5844
5845         * config/arm/semi.h (TARGET_VERSION): Do not define if already
5846         defined.
5847         (TARGET_DEFAULT): Do not define if already defined.
5848
5849         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
5850
5851         * config/arm/arm.md (anddi3): Allow disjoint source operands.
5852         (iordi3): Allow disjoint source operands.
5853         (xordi3): Allow disjoint source operands.
5854         (negdi2): Permit construction for ARM and Thumb.
5855         (arm_negdi2): Renamed version of old negdi2 pattern.
5856         (thumb_negdi2): New pattern: Only permit non-overlapping
5857         source and destination.
5858
5859         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
5860
5861         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
5862         scratch low register so that it will not be deleted.
5863
5864         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
5865
5866         * config/arm/pe.h (ARM_PE): Define.
5867
5868         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
5869         interfacearm attribute if this is a PE toolchain.
5870         (output_return_instruction): Do not emit anything if the function
5871         has the naked attribute set.
5872         (is_called_in_ARM_mode): If the function has the interfacearm
5873         attribute then return true.
5874         (thumb_expand_prologue): Do not generate a prologue for naked
5875         functions.
5876         (thumb_expand_epilogue): Do not generate an epilogie for a naked
5877         function.
5878         (output_thumb_prologue): Do not bother if the function is naked.
5879         Strip PE encoding from function name before emitting.
5880
5881         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
5882
5883         * arm.md (pic_load_addr): Fix constraints.
5884
5885         * arm.md (casesi_insn): Fix mis-applied patch.
5886
5887         * arm.md ("core" function unit): Add rules for single- and
5888         multi-cycle insns.
5889         (All TARGET_THUMB patterns): Add "type" attribute information
5890         where needed.
5891         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
5892         the following insn is a CALL.
5893
5894         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
5895         pointer.
5896         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
5897         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
5898         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
5899
5900         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
5901
5902         * config/arm/linux-gas.h: oops - this file was missed out when the
5903         branch was created...
5904
5905         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
5906
5907         * thumb.c: Deleted.  Move contents to ...
5908         * arm.c: ... here.
5909         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
5910         rule for thumb.o
5911         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
5912         * configure: Regen.
5913
5914         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
5915         declare a prototype for asm_output_align();
5916
5917         * arm.c (thumb_condition_code): Delete.
5918         (arm_print_operand): Always use arm_condition_code array.
5919
5920         * arm.c (thumb_return_addr_rtx): Delete.
5921         (arm_save_machine_status, arm_restore_machine_status): Delete.
5922         (arm_init_machine_status, arm_mark_machine_status): New functions.
5923         (arm_init_expanders): Update accordingly.
5924         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
5925         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
5926         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
5927
5928         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
5929
5930         * configure.in : Fix arm-*-aout target to use new t-arm-aout
5931         script.
5932         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
5933         targets.
5934
5935         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
5936
5937         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
5938         stack backtrace structure.
5939
5940         * config/arm/arm-protos.h: Add prototypes for functions defined in
5941         arm/pe.h.
5942
5943         * config/arm/arm.c (arm_override_options): Fix selection of
5944         attributes of default processor.
5945
5946         * config/arm/coff.h: Delete needless #include.
5947
5948         * config/arm/pe.c: Delete unused code.
5949
5950         * config/arm/pe.h (CPP_DEFINES): Delete
5951         (SUBTARGET_CPP_SPEC): Define.
5952         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
5953
5954         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
5955
5956         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
5957
5958         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
5959         updated.
5960         (CAN_DEBUG_WITHOUT_FP): Define.
5961         (FIXED_REGISTERS): Make r11 call-saved.
5962         (CALL_USED_REGISTERS): Likewise.
5963         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
5964         (FRAME_POINTER_REQUIRED): Correct logic for determining when a
5965         frame-pointer is required.
5966         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
5967         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
5968         if the target normally needs a stack frame in non-leaf functions.
5969         (use_return_insn): Correct logic for determining when a return
5970         instruction can be used.
5971         (output_return_instruction): Handle the frame-pointer register as
5972         a normal register when not TARGET_APCS_FRAME.
5973         (arm_output_prologue): Likewise.
5974         (arm_output_epilogue): Likewise.
5975         (output_func_epilogue): Likewise.
5976         (arm_expand_prologue): Likewise.
5977         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
5978
5979         * arm.c (use_return_insn): No need to check floating point regs if
5980         TARGET_SOFT_FLOAT.
5981         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
5982         the code of value stored in the minipool array.
5983         (arm_add_minipool_constant): Likewise.
5984
5985 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5986
5987         * basic-block.h (conflict_graph_enum_fn): K&R fix.
5988
5989 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5990
5991         * tree.c (tree_expr_nonnegative_p): New function.
5992
5993         * tree.h (tree_expr_nonnegative_p): Declare.
5994
5995         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
5996         elide some sign_compare warnings.
5997         (build_conditional_expr): Likewise.
5998
5999 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
6000
6001         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
6002
6003         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
6004         * i386.c (print_operand): Use the proper suffix for a 387 HImode
6005         operand.  Abort if a 387 operand has an unsupported size.
6006
6007 2000-04-08  Neil Booth  <NeilB@earthling.net>
6008
6009         * cppexp.c (parse_charconst): Null does not end character
6010         constants.
6011         * cppinit.c (ISTABLE): Null character handled as whitespace.
6012         * cpplex.c (null_warning):  new function.
6013         (skip_string): Emit warning if nulls encountered.
6014         (_cpp_skip_hspace): Emit warning if nulls encountered.
6015         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
6016         them.
6017         * cpp.texi: Update.
6018
6019 2000-04-07  Richard Henderson  <rth@cygnus.com>
6020
6021         * flow.c (loop_depth): Remove.
6022         (reg_next_use, cc0_live, mem_set_list): Replace with ...
6023         (struct propagate_block_info): New.
6024         (life_analysis): Don't allocate reg_next_use.
6025         (propagate_block_delete_insn): Break out of propagate_block.
6026         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
6027         (propagate_block_delete_libcall): Likewise.
6028         (propagate_block): Create a propagate_block_info struct to pass
6029         to subroutines.  Allocate one not two temporary regsets.  Don't
6030         clobber memory for const calls.  Look for clobbers in
6031         CALL_INSN_FUNCTION_USAGE.
6032         (mark_set_regs): Recognize COND_EXEC.
6033         (mark_set_reg): Break out of mark_set_1.
6034         (mark_used_reg): Break out of mark_used_regs.
6035         (mark_used_regs): Recognize COND_EXEC.
6036         (insn_dead_p): Use propagate_block_info struct.
6037         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
6038         (find_auto_inc, try_pre_increment_1): Likewise.
6039         (print_rtl_with_bb): Dump regs live at end too.
6040         (count_reg_sets_1): Pass in loop_depth.
6041         (count_reg_sets, count_reg_references): Likewise.
6042         (recompute_reg_usage): Provide it.
6043
6044 2000-04-07  Richard Henderson  <rth@cygnus.com>
6045
6046         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
6047         not the raw files.
6048
6049 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
6050
6051         * cpplib.c (do_elif): Skip the rest of the line if we're
6052         not going to bother evaluating it.
6053         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
6054         to avoid pointless calls to the lexer.
6055
6056 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
6057
6058         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
6059
6060 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
6061
6062         * calls.c (expand_call): emit_queue if we're trying a sibcall.
6063
6064 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
6065
6066         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
6067
6068 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
6069
6070         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
6071         crtend so they can be multilibbed.
6072         (STAGESTUFF): Remove s-crt and s-crtS.
6073
6074 2000-04-07  Richard Henderson  <rth@cygnus.com>
6075
6076         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
6077         if we discover we need a pseudo and no_new_pseudos is true.
6078         * config/alpha/alpha.md (ne:DI insn): New.
6079         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
6080
6081 2000-04-07  Richard Henderson  <rth@cygnus.com>
6082
6083         * rtl.def (COND_EXEC): New.
6084         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
6085         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
6086
6087         * genconfig.c (have_cond_arith_flag): Remove.
6088         (have_cond_exec_flag): New.
6089         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
6090         (main): Print HAVE_conditional_execution.
6091
6092         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
6093         (sched_analyze_insn, print_pattern): Likewise.
6094         * reload.c (find_equiv_reg): Likewise.
6095         * rtlanal.c (reg_referenced_p): Likewise.
6096         (note_stores, dead_or_set_regno_p): Likewise.
6097         (reg_overlap_mentioned_p): Rewrite to use a switch.
6098
6099         * ggc.h (struct rtx_def): Forward declare.
6100
6101         * print-rtl.c (debug_rtx_range): New.
6102         * rtl.h (debug_rtx_range): Declare.
6103
6104         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
6105
6106         * gcse.c (gcse_main): Don't rebuild the CFG here.
6107         (delete_null_pointer_checks): Likewise.
6108         * ssa.c (convert_to_ssa): Likewise.
6109         * toplev.c (rest_of_compilation): Do it here instead.  Combine
6110         sequential calls to TIMEVAR.  Consistently use `insns' instead of
6111         `get_insns()'.  Always split insns after reload when optimizing.
6112
6113         * basic-block.h (merge_blocks_nomove): Declare.
6114         (tidy_fallthru_edge): Declare.
6115         * flow.c (merge_blocks_nomove): Document as merging into previous
6116         blocks.  Remove cruft from between blocks; remove all edges out of A.
6117         (tidy_fallthru_edge): Export.
6118
6119 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
6120
6121         * ssa.c (compute_conservative_reg_partition): Declare with
6122         void arguments.
6123         * toplev.c (clean_dump_file): Remove previously-deleted function
6124         inadvertantly merged back in.
6125         * conflict.c (conflict_graph_add): Use a single call to
6126         htab_find_slot to look up and insert.
6127
6128 2000-04-06  Richard Henderson  <rth@cygnus.com>
6129
6130         * genrecog.c (*): Rename _last_insn to last_insn.
6131         (make_insn_sequence): Set the position of the peephole2 C test
6132         to be at the last insn.
6133
6134 2000-04-06  Richard Henderson  <rth@cygnus.com>
6135
6136         * flow.c (compute_flow_dominators): Free worklist.
6137
6138 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
6139
6140         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
6141
6142 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
6143
6144         * rtl.h (INSN_P): New macro.
6145         (successor_phi_fn): New typedef.
6146         (for_each_successor_phi): New prototype.
6147         (in_ssa_form): New variable.
6148         (PHI_NODE_P): Likewise.
6149         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
6150         phi nodes in successors.
6151         (mark_used_regs): Add PHI case.
6152         (set_phi_alternative_reg): New function.
6153         (life_analysis): Assert that dead code elimination is not selected
6154         when in SSA form.
6155         * toplev.c (to_ssa_time): New variable.
6156         (from_ssa_time): Likewise.
6157         (compile_file): Zero to_ssa_time and from_ssa_time.
6158         Print time to convert to and from SSA.
6159         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
6160         (print_time): Compute percent fraction as integer.
6161         * ssa.c (PHI_NODE_P): Moved to rtl.h.
6162         (convert_to_ssa): Check if we're already in SSA.
6163         Don't eliminate dead code in life_analysis.
6164         Rerun flow and life analysis at bottom.
6165         (eliminate_phi): Use canonical regnos when adding nodes.
6166         (mark_reg_in_phi): New function.
6167         (mark_phi_and_copy_regs): Likewise.
6168         (convert_from_ssa): Rerun life analysis at top.
6169         Use coalesced partition.
6170         Check for removing a phi node at the end of the block.
6171         (compute_coalesced_reg_partition): New function.
6172         (coalesce_regs_in_copies): Likewise.
6173         (coalesce_reg_in_phi): Likewise.
6174         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
6175         (for_each_successor_phi): Likewise.
6176         (rename_context): New struct.
6177         (rename_block): Use a rename_context with rename_insn_1.  When
6178         renaming sets of a subreg, emit a copy of the entire reg first.
6179         (rename_insn_1): Treat data as a rename_context *.  Save current
6180         insn in set_data.
6181         (rename_set_data): Add field set_insn.
6182         * Makefile.in (HASHTAB_H): Move up in file.
6183         (OBSTACK_H): New macro.
6184         (collect2.o): Use OBSTACK_H in dependencies.
6185         (sdbout.o): Likewise.
6186         (emit-rtl.o): Likewise.
6187         (simplify-rtx.o): Likewise.
6188         (fix-header.o): Likewise.
6189         (OBJS): Add conflict.o.
6190         (conflict.o): New rule.
6191         * basic-block.h: Include partition.h.
6192         (conflict_graph): New typedef.
6193         (conflict_graph_enum_fn): Likewise.
6194         (conflict_graph_new): New prototype.
6195         (conflict_graph_delete): Likewise.
6196         (conflict_graph_add): Likewise.
6197         (conflict_graph_conflict_p): Likewise.
6198         (conflict_graph_enum): Likewise.
6199         (conflict_graph_merge_regs): Likewise.
6200         (conflict_graph_print): Likewise.
6201         (conflict_graph_compute): Likewise.
6202         * conflict.c: New file.
6203
6204 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
6205
6206         * tlink.c (read_repo_files): Don't look for .rpo info for
6207         linker flags.
6208
6209 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6210
6211         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
6212
6213 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6214
6215         * config/sh/lib1funcs.asm (___udivsi3_i4):
6216         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
6217         only depends on FMOVD_WORKS.
6218
6219 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6220
6221         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
6222         make double constant 8-byte aligned.
6223
6224 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
6225
6226         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
6227         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
6228         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
6229         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
6230         Accept storing GENERAL_REGS into offsetable memory.
6231         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
6232         building a TFmode constant other than 0.0L into GENERAL_REGS.
6233
6234 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
6235
6236         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
6237
6238 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
6239
6240         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
6241         (macro_cleanup): No need to cast pbuf->macro.
6242         (collect_expansion): Use _cpp_get_define_token.  Goto done if
6243         it returns VSPACE.  Remove check for trailing space after
6244         CPP_COMMENT.
6245         (_cpp_create_definition): Don't diddle flags here.  Return
6246         directly on error.
6247         (unsafe_chars): Handle c1 being EOF.
6248         (push_macro_expansion): Use unsafe_chars for both accidental-paste
6249         checks.  Don't push the buffer till after we're done with
6250         them.
6251         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
6252         (PEEKN, FORWARD, GETC, PEEKC): Use them.
6253         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
6254         appropriately.
6255         (_cpp_parse_assertion): Don't NUL terminate.
6256         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
6257         hspace before calling _cpp_parse_assertion.  Remove all sets
6258         of only_seen_white. Treat '\f' as hspace.  Don't do anything
6259         special with '\n' here.
6260         (maybe_macroexpand): Handle T_EMPTY hash entries without
6261         pushing a buffer at all.
6262         (cpp_get_token): Handle clearing only_seen_white here.  Handle
6263         incrementing the line number here.  Clear
6264         potential_control_macro as well as only_seen_white, if
6265         appropriate.
6266         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
6267         (_cpp_get_define_token): New function, basically like
6268         _cpp_get_directive_token was but doesn't eat horizontal space.
6269         Don't do anything with only_seen_white here.
6270         (_cpp_get_directive_token): Just call _cpp_get_define_token
6271         repeatedly till it returns non-hspace.
6272
6273         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
6274         (conditional_skip, skip_if_group): Return int.
6275         (DIRECTIVE_TABLE): Change origin of all conditional directives
6276         to "COND".
6277         (TRAD_DIRECT_P): New macro.
6278         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
6279         an error for a bogus directive, unless -lang-asm.  Use
6280         TRAD_DIRECT_P. Loop calling handler functions till one returns
6281         zero.
6282         (get_macro_name): Don't diddle flags here.
6283         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
6284         Create T_EMPTY nodes for #define macro /* nothing */.
6285         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
6286         Use hp->name when calling pass_thru_directive.
6287         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
6288         Return the result of conditional_skip and/or skip_if_group.
6289         Don't call _cpp_output_line_command.
6290         (consider_directive_while_skipping): Use _cpp_get_directive_token.
6291         Issue -Wtraditional warnings as appropriate.  Don't complain
6292         about unrecognized directives.  If we are to stop skipping,
6293         return the number of the directive that ended the skip.
6294         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
6295         expansion and line commands while skipping.  Return the result
6296         of consider_directive_while_skipping, if nonzero.
6297         (do_endif): Just set potential_control_macro here.
6298         (validate_else): Use _cpp_get_directive_token.
6299         (do_assert, do_unassert): Don't save pointers into the
6300         token_buffer across calls to the lexer.  Use
6301         _cpp_get_directive_token.
6302
6303         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a
6304         pointer, not an offset.  Replace 'data', which was a generic
6305         pointer, with 'macro', which points to a struct hashnode.
6306         (cpp_reader): Add 'potential_control_macro' pointer.
6307         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
6308         (CPP_BUF_GET, CPP_FORWARD): Delete.
6309         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
6310         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
6311         ACTIVE_MARK_P): Update.
6312         (_cpp_get_define_token): New internal function.
6313         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
6314
6315 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
6316
6317         * configure.in: And here.
6318         * configure: Regenerate.
6319         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
6320         --enable-libstdcxx-v3 is passed at configure time.
6321         * config.h.in: Regenerate.
6322
6323 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
6324
6325         * final.c (final): Use xcalloc to allocate line_note_exists.
6326         * function.c (free_after_compilation): Free the temp_slots.
6327         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
6328         (combine_temp_slot): Free temp_slots when they get combined.
6329         (purge_addressof): Fix typo in comment.
6330         * stmt.c (mark_goto_fixup): Mark the fixup itself.
6331         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
6332
6333         * ggc.h: Include varray.h.
6334         (ggc_pending_trees): Declare.
6335         (ggc_mark_tree_children): Remove declaration.
6336         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
6337         * ggc-common.c (ggc_pending_trees): New variable.
6338         (ggc_mark_roots): Call ggc_mark_trees.
6339         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
6340         the ggc_pending_trees.
6341         * Makefile.in (GGC_H): New variable.  Use it throughout in place
6342         of ggc.h.
6343
6344 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6345
6346         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
6347         GET_MODE_SIZE.
6348
6349 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6350
6351         * sh.c (sh_insn_length_adjustment): New function.
6352         * sh-protos.h (sh_insn_length_adjustment): Declare.
6353         * sh.h (ADJUST_INSN_LENGTH): Use it.
6354
6355 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
6356
6357         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
6358         from the insn where REG_RETVAL is added.
6359         (emit_no_conflict_block): Ditto.
6360
6361         * md.texi (Standard Names): Clarify when movX is needed.
6362
6363         * combine.c (simplify_comparison) [MINUS]: Do not replace
6364         all (op (minus A B) 0) with (op A B).
6365
6366 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
6367                           J"orn Rennecke <amylaar@cygnus.co.uk>
6368
6369         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
6370         (block_lump_real): Likewise.
6371
6372 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
6373
6374         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
6375         remaining non-zero debugging masks.
6376
6377 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
6378
6379         * basic-block.h (verify_flow_info): Declare.
6380         (flow_loop_outside_edge_p): Declare.
6381         * flow.c (verify_flow_info): Remove declaration.
6382         (clear_log_links, flow_loop_outside_edge_p): Likewise.
6383
6384 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
6385
6386         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
6387         not C++ comments.
6388
6389 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
6390
6391         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
6392         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
6393         seqdi_zero_trunc+1): Allow splits only if registers are
6394         different.
6395
6396 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
6397
6398         * acconfig.h: Add HAVE_GAS_HIDDEN.
6399         * config.in: Regenerated.
6400         * configure.in: Add test for .hidden pseudo-op in gas.
6401         * configure: Regenerated.
6402         * crtstuff.c: Include auto-host.h.
6403         Emit additional .hidden pseudo-op for __dso_handle if the
6404         assembler knows about it.
6405
6406 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
6407
6408         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
6409         before freeing argnames.
6410         * cpplib.c (do_ifndef): Cast return value of xstrdup.
6411
6412 2000-04-05  Michael Meissner  <meissner@redhat.com>
6413
6414         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
6415         Walton <jonboy@gordian.com> to make memory references with update
6416         work wtih -mregnames.
6417
6418 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6419
6420         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
6421         (regrename_optimize): Rename variables `def_uses' and
6422         `ext_basic_blocks' to avoid conflicts with similarly named
6423         typedefs in traditional C.
6424
6425         * calls.c (initialize_argument_information): Fix typo in previous
6426         change.
6427
6428 2000-04-04  Richard Henderson  <rth@cygnus.com>
6429
6430         * regrename.c (consider_available): Test fixed_regs not
6431         PIC_OFFSET_TABLE_REGNUM.
6432
6433 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
6434
6435         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
6436         crtend.
6437         (CRTSTUFF_T_CFLAGS_S): Delete definition.
6438         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
6439         (ENDFILE_LINUX_SPEC): Always use crtend.
6440         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
6441         (powerpc-*-linux-gnu): Likewise.
6442         * configure: Regenerate.
6443
6444         * config/rs6000/eabi.h: Don't include sysv4.h.
6445         (MULTILIB_DEFAULTS): Don't define.
6446         * config/rs6000/eabiaix.h: Don't include eabi.h.
6447         * config/rs6000/eabile.h: Delete.
6448         * config/rs6000/eabilesim.h: Delete.
6449         * config/rs6000/eabisim.h: Don't include eabi.h.
6450         * config/rs6000/linux.h: Don't include sysv4.h.
6451         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
6452         (MULTILIB_DEFAULTS): Don't redefine.
6453         * config/rs6000/rtems.h: Don't include eabi.h.
6454         * config/rs6000/sol2.h: Don't include sysv4le.h.
6455         * config/rs6000/sysv4le.h: Don't include sysv4.h.
6456         * config/rs6000/t-ppc: Delete.
6457         * config/rs6000/t-ppcgas: Correct comment.
6458         * config/rs6000/t-ppcos: Correct comment.  Don't build
6459         multilibs for -fPIC, rather use -fPIC -mstrict-align
6460         as default.
6461         * config/rs6000/t-ppc: Delete.
6462         * config/rs6000/vxppc.h: Don't include sysv4.h.
6463         * config/rs6000/vxppcle.h: Delete.
6464         * configure.in: Use multiple header files for p2pc ELF targets
6465         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
6466         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
6467         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
6468         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
6469         always available for these platforms.
6470
6471 2000-04-04  Richard Henderson  <rth@cygnus.com>
6472
6473         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
6474
6475 2000-04-04  Stan Cox  <scox@cygnus.com>
6476
6477         * Makefile.in: Add rules for regrename.o
6478         * regrename.c: New file.
6479         * rtl.h (regrename_optimize): Add prototype.
6480         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
6481         (compile_file, decode_d_option): Add support for -frename-registers.
6482         (rest_of_compilation): Call regrename_optimize.
6483         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
6484         New macros.
6485
6486 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
6487
6488         * Makefile (gccbug): New target.
6489         (doc): Depend on it.
6490         * gcc.texi (Bugs): Link subnodes.
6491         (gccbug): New node.
6492         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
6493         Document severities, priorities, and classes in bug form.
6494
6495 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
6496
6497         * cpplex.c (trigraph_map, speccase): Combine into single
6498         table, chartab.
6499         (NORMAL, NONTRI): New macros.
6500         (_cpp_read_and_prescan): Change to use unified table.  Use
6501         is_hspace to test for whitespace.
6502
6503         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
6504         definition that doesn't provoke the "empty body in an
6505         if-statement" warning.
6506
6507 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
6508
6509         * builtins.c (expand_builtin_strlen): Force the source to
6510         be a memory address.
6511
6512 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6513
6514         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
6515
6516 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6517
6518         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
6519          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
6520         (ECF_IS_CONST): Rename to ECF_CONST.
6521         (special_function_p): Make static, change interface.
6522         (flags_from_decl_or_type, try_to_integrate): Break out from ...
6523         (expand_call) ... here; convert number of variables to flags.
6524         (emit_library_call_vlue_1): Likewise.
6525         (setjmp_call_p): New function.
6526         (initialize_argument_information): Accepts flags as argument;
6527         return flags.
6528         (precompute_arguments): Likewise.
6529         * tree.h (special_function_p): Remove.
6530         (setjmp_call_p): Add prototype.
6531
6532 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
6533
6534         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
6535         so that addresses are offsetable by up to 16 bytes.
6536         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
6537         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
6538         offsetable.
6539
6540         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
6541         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
6542         (movsf): Don't force any constant to memory if target is integer
6543         hard register.
6544         Move fp_zero_operand check below the const0_rtx check.
6545         (movtf): Likewise. Also allow fp_zero_operand for stores into
6546         memory.
6547         (movdf): Likewise. Also allow fp_zero_operand for stores into
6548         memory and into integer hard registers.
6549         (clear_df, clear_dfp, movdf_const_intreg_sp32,
6550         movdf_const_intreg_sp64): Remove.
6551         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
6552         conditions.
6553         (movdf_no_e_insn_v9_sp32): New pattern.
6554         (movdf_insn_v9only): Remove.
6555         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
6556         (movdf_insn_sp64): Remove.
6557         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
6558         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
6559         (following splits): Rewrite conditions. Add two new splits
6560         for storing 0.0 into memory and registers.
6561         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
6562         (movtf_insn_sp32): Redo constraints and conditions.
6563         (movtf_insn_vis_sp32): New pattern.
6564         (movtf_no_e_insn_sp32): Redo constraints and conditions.
6565         (movtf_insn_hq_sp64): Likewise.
6566         (movtf_insn_hq_vis_sp64): New pattern.
6567         (movtf_insn_sp64): Redo constraints and conditions.
6568         (movtf_insn_vis_sp64): New pattern.
6569         (movtf_no_e_insn_sp64): Redo constraints and conditions.
6570         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
6571         or memory.
6572         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
6573         -mvis or -m64 to take down the number of various reload patterns.
6574
6575 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
6576
6577         * pa/pa-64.h: New file.
6578         * pa/pa64-regs.h: New file.
6579         * pa/pa64-start.h: New file.
6580         * pa/t-pa64: New file.
6581         * pa/xm-pa64hpux.h: New file.
6582
6583 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6584
6585         * sparc.c (output_restore_regs): Prototype.
6586         (sparc_emit_float_lib_cmp): Constification.
6587
6588         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
6589
6590         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
6591         Prototype.
6592
6593         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
6594         (get_value_hash, hash_rtx): Likewise.
6595
6596         * ssa.c (compute_conservative_reg_partition): Prototype.
6597
6598         * tree.c (mark_hash_entry): Prototype.
6599
6600 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
6601
6602         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
6603         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
6604         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
6605
6606         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
6607         * objc/lang-specs.h: Likewise.
6608
6609 2000-04-03  Neil Booth  <NeilB@earthling.net>
6610
6611         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
6612         and SYNTAX_ERROR2. Replace `' in messages with ''.
6613         (op_to_str): Make re-entrant.
6614         (_cpp_parse_expr): Implement new error macros. Use | rather
6615         than || to logically or 2 boolean integers.  Simply expression
6616         checking we have a left operand iff needed.
6617
6618 2000-04-03  Nick Clifton  <nickc@cygnus.com>
6619
6620         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
6621
6622 2000-04-03  Philip Blundell  <philb@gnu.org>
6623
6624         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
6625
6626 2000-04-03  Felix Lee  <flee@cygnus.com>
6627
6628         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
6629         (run_shell): Use it.
6630
6631 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
6632
6633         * Makefile.in (stmp-int-hdrs): Make include subdir here...
6634         (stmp-fixproto): ...rather than here.
6635
6636 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
6637
6638         * pa.c (print_operand): Compute 'base' only inside the code paths
6639         that use it.
6640
6641 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
6642
6643         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
6644         CEIL_DIV_EXPR.
6645
6646 2000-04-03  Philipp Thomas  <pthomas@suse.de>
6647
6648         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
6649
6650 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
6651
6652         * Makefile.in (alias.o): Depend on $(TREE_H).
6653
6654 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
6655
6656         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
6657         processing C++.
6658         * cpplib.c (_cpp_handle_directive): Improve warnings for
6659         traditional C and indented directives.
6660
6661         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
6662         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
6663         fixinc/inclhack.def: Indent the # of #include_next one space.
6664         * cp/rtti.c: Un-indent #if and #endif.
6665
6666         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
6667         syntax error, but an error has already been printed.
6668         * cpplex.c (_cpp_parse_assertion): Give a more specific error
6669         message when called with nothing remaining on the line.
6670         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
6671         OTHER token, not an ASSERTION.
6672         * cpplib.c (do_assert): When we create a 'base' node, clear
6673         its aschain pointer.
6674
6675 2000-04-02  Neil Booth <NeilB@earthling.net>
6676
6677         * cppexp.c:  New typedef op_t.  struct operation and struct
6678         token updated to use it.
6679         (op_to_str): New function.
6680         (_cpp_parse_expr): Error messages modified to use op_to_str.
6681
6682 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6683
6684         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
6685         before checking MUST_PASS_IN_STACK.
6686
6687 2000-04-02  Neil Booth <NeilB@earthling.net>
6688
6689         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
6690         flags and initial priority into a single constant.  New
6691         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
6692         (_parse_cpp_expr): Implement new constants.  Take left operand
6693         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
6694         parse indicated by reducing FINISHED token.  Remove new lines
6695         from cpp_error messages.
6696
6697 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
6698
6699         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
6700         permanent obstack.
6701
6702 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
6703
6704         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
6705         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
6706         the strings and function names on the fly.  Take the #sccs
6707         entry out of the table if SCCS_DIRECTIVE is not defined.
6708         (_cpp_handle_directive): Decide if the # was at the beginning
6709         of the line here.  Issue -pedantic warnings for extended
6710         directives here.  Warn about K+R directives with the #
6711         indented, and C89/extended directives with the # not indented,
6712         here.
6713         (do_import, do_include_next, do_warning, do_ident, do_sccs,
6714         do_assert, do_unassert): Don't issue pedantic warning here.
6715
6716         * cpphash.h: Add CPP_WTRADITIONAL macro.
6717         * cpplib.h (struct cpp_options): Rename warn_stringify to
6718         warn_traditional; update comments.
6719         * cppinit.c (handle_option): Set warn_traditional not
6720         warn_stringify.
6721         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
6722         CPP_WTRADITIONAL (pfile).
6723         * cpplex.c (_cpp_lex_token): Don't decide if directives should
6724         be ignored in -traditional mode here.
6725
6726         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
6727         to initialize speccase[] and trigraph_map[].  Delete all
6728         references to pfile->input_speccase.  Always treat '?' as a
6729         special character.  Remove table-initialization code from
6730         _cpp_init_input_buffer.
6731
6732         * cpplib.h (struct cpp_reader): Remove input_speccase field.
6733         * cppinit.c (cpp_cleanup): Don't free input_speccase.
6734
6735 2000-04-01  Richard Henderson  <rth@cygnus.com>
6736
6737         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
6738         (mostlyclean): Likewise.
6739
6740         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
6741         (struct dump_file_info, enum dump_file_index, dump_file): New.
6742         (open_dump_file): Take a dump_file_index not a suffix, and a decl
6743         not a string.  Clean out file if we havn't yet done so.  Do nothing
6744         if the dump isn't enabled.
6745         (close_dump_file): Do nothing if the dump isn't open.  Dump
6746         graph data if requested.
6747         (dump_rtl, clean_dump_file): Remove.
6748         (compile_file): Don't clean the dump files.  Only finalize .bp dump
6749         if flag_test_coverage or flag_branch_probabilities.  Only finalize
6750         .combine dump if optimizing.  Iterate over dump_file to finalize the
6751         graph dumps.
6752         (rest_of_compilation): Update for open_dump_file/close_dump_file.
6753         Convert all uses of dump_rtl.
6754         (decode_d_option): Iterate over dump_file to implement 'a' and to
6755         locate pass-specific dumps.
6756
6757 2000-04-01  Neil Booth <NeilB@earthling.net>
6758
6759         * cppexp.c: Redefine priority constants.
6760         (_cpp_parse_expr): Replace left and right priority scheme with
6761         single priority logic.  Move LOGICAL to same place as COMPARE.
6762         Remove bogus check for multiple unary +/- operators.
6763
6764 2000-04-01  Neil Booth <NeilB@earthling.net>
6765
6766         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
6767         within the switch statement.  Binary operations break out of
6768         the switch naturally.  '(' tokens handled by forcing
6769         immediate shift.  ')' handled by forcing immediate reduce to
6770         the previous '('.  New error messages.
6771
6772 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
6773
6774         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
6775         part', it's already in use.  Use %K instead.  Add a return at the
6776         end of what is now %K.
6777         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
6778
6779 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6780
6781         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
6782         allocate_dynamic_stack_space.
6783         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
6784         update stack_pointer_delta; do not update arg_size_so_far.
6785         (compute_argument_block_size): Use stack_delta instead of
6786         stack_pointer_pending and arg_size_so_far.
6787         (expand_call): Add sanity checking for stack_pointer_delta;
6788         save and restore stack_pointer_delta for SIB, use
6789         stack_pointer_delta for alignment; do not update arg_space_so_far.
6790         (emit_library_call_value): Use stack_pointer_delta for alignment.
6791         (store_one_arg): Do not update arg_space_so_far.
6792         * explow.c (adjust_stack, anti_adjust_stack): Update
6793         stack_pointer_delta.
6794         (allocate_dynamic_stack_space): Add sanity checking for
6795         stack_pointer_delta.
6796         * expr.c (init_expr, clear_pending_stack_adjust): Clear
6797         stack_pointer_delta.
6798         (emit_push_insn): Update stack_pointer_delta.
6799         * function.h (struct expr_status): Add x_stack_pointer_delta;
6800         remove x_arg_space_so_far.
6801         (arg_space_so_far): Remove.
6802         (stack_pointer_delta): New macro.
6803
6804 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
6805
6806         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
6807         Reorder struct cpp_options and struct cpp_reader for better
6808         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
6809         takes two args.  Change all 'char' flags to 'unsigned char'.
6810         Move show_column flag into struct cpp_options.  Don't
6811         prototype cpp_options_init.
6812         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
6813         cppinit.c, cpplex.c, cpplib.c:
6814         Replace CPP_OPTIONS (pfile)->whatever with
6815         CPP_OPTION (pfile, whatever), and likewise for
6816         opts = CPP_OPTIONS (pfile); ... opts->whatever;
6817
6818         * cppinit.c (merge_include_chains): Take a cpp_reader *.
6819         Extract CPP_OPTION (pfile, pending) and work with that
6820         directly.
6821         (cpp_options_init): Delete.
6822         (cpp_reader_init): Turn on on-by-default options here.
6823         Allocate the pending structure here.
6824         (cl_options, enum opt_code): Define these from the same table,
6825         kept in a large macro.  Add -fshow-column and -fno-show-column
6826         options.
6827
6828         * cpperror.c (v_message): If show_column is off, don't print
6829         the column number.
6830
6831         * cppmain.c: Update for new interface.
6832         * fix-header.c: Likewise.
6833
6834 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
6835
6836         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
6837         definition.
6838         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
6839         are passed to any invocation of AR_FOR_TARGET.
6840         (AR_CREATE_FOR_TARGET): New macro.
6841         (AR_EXTRACT_FOR_TARGET): New macro.
6842         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
6843         AR_EXTRACT_FOR_TARGET.
6844         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
6845         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
6846         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
6847         AR_EXTRACT_FOR_TARGET to sub-makes.
6848
6849 2000-03-31  Neil Booth <NeilB@earthling.net>
6850
6851         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
6852         PAREN_INNER_PRIO.
6853         (_cpp_parse_expr): Check for multiple unary +/- operators.
6854         Correct priorities of ':' and '?'.  Treat ')' as having a
6855         value.  Ensure conditional expression is not void.
6856
6857 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
6858
6859         * alias.c (canon_rtx): Make it global.
6860         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
6861         equality.
6862         * cse.c (struct table_elt): Add canon_exp.
6863         (insert): Clear it.
6864         (invalidate): Canonicalize expressions only once.
6865         * rtl.h (canon_rtx): Declare.
6866
6867 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
6868
6869         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
6870         * alias.c (reg_known_value): Add comments.
6871         (init_alias_analysis): Likewise.
6872         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
6873         address.
6874         (cse_basic_block): Fix typo in comment.
6875         * emit-rtl.c: Include hashtab.h.
6876         (const_int_htab): New variable.
6877         (const_int_htab_hash): New function.
6878         (const_int_htab_eq): Likewise.
6879         (rtx_htab_mark_1): Likewise.
6880         (rtx_htab_mark): Likewise.
6881         (gen_rtx_CONST_INT): Cache all CONST_INTs.
6882         (unshare_all_rtx): Fix formatting.
6883         (init_emit_once): Initialize const_int_htab.
6884         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
6885         address.
6886         * rtl.texi: Document the fact that all CONST_INTs with the same
6887         value are shared.
6888
6889 2000-03-30  Richard Henderson  <rth@cygnus.com>
6890
6891         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
6892
6893 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
6894
6895         * configure.in: Comment out --enable-c-cpplib stanza.
6896         * configure: Regenerate.
6897
6898 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6899
6900         * expr.c (store_constructor): Properly compute displacement and
6901         alignment when offset is variable.
6902
6903         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
6904         cases of alignment in bytes.
6905
6906 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
6907
6908         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
6909         since it is used to generate c-parse.y.
6910         * objc-parse.c, objc-parse.y: Regenerated.
6911
6912         * function.c (expand_function_end): Pass alignment argument to
6913         emit_block_move in bits, not bytes.
6914
6915 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6916
6917         * expr.c (move_by_pieces_ninsns): Fix one more missing align
6918         correction.
6919
6920         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
6921
6922         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
6923         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
6924         * function.c (assign_parms): Likewise.
6925         * integrate.c (expand_inline_function): Likewise.
6926         * stmt.c (expand_decl): Likewise.
6927         (copy_rtx_and_substitute): Likewise.
6928         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
6929         (clear_by_pieces): Fix error in last change.
6930         * emit-rtl.c (init_emit): Set known registers alignment in bits.
6931         * function.h (regno_pointer_align): Now unsigned.
6932         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
6933         is in bits.
6934         * config/i386/i386.c (aligned_operand): Likewise.
6935         * config/sparc/sparc.c (mem_min_alignment): Likewise.
6936         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
6937         (unaligned_memory_operand): Likewise.
6938         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
6939         Also make alignments and sizes unsigned and some whitespace cleanup.
6940         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
6941
6942         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
6943         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
6944         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
6945         (expand_builtin_memset): Likewise, but to clear_storage.
6946         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
6947         (restore_fixed_argument_area): Likewise.
6948         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
6949         (load_register_parameters): Likewise, to emit_group_load.
6950         (expand_call): Likewise, to emit_group_store and emit_block_move.
6951         (emit_library_call_value_1): Likewise, to emit_block_move.
6952         (store_one_arg): Likewise, and to emit_push_insn.
6953         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
6954         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
6955         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
6956         (emit_block_move, emit_group_load, emit_group_store): Likewise.
6957         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
6958         (expand_assigment, store_expr, store_constructor_field): Likewise.
6959         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
6960         (store_constructor, store_field, get_inner_reference): Likewise.
6961         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
6962         (expand_expr, case COMPONENT_REF): Likewise.
6963         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
6964         and positions; reindent code.
6965         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
6966         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
6967         (assign_parms): Likewise to emit_group_store.
6968         * optabs.c (prepare_cmp_insn): Alignment is in bits.
6969         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
6970         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
6971         (expand_return): Likewise to {extract,store}_bit_field.
6972         * stor-layout.c (get_mode_alignment): Minor cleanup.
6973         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
6974         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
6975
6976 2000-03-29  Nick Clifton  <nickc@cygnus.com>
6977
6978         * config/arm/arm.h: Undo effects of previous delta:
6979         (ASM_SPEC): Do not define.
6980         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
6981
6982         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
6983         typo.
6984
6985 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
6986
6987         * cppinit.c (cpp_start_read): Call initialize_dependency_output
6988         only after reading in the primary source file.
6989
6990 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
6991
6992         * c-common.c (c_common_nodes_and_builtins): The first parameter to
6993         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
6994         or a reference to a va_list.
6995         * builtins.c (stabilize_va_list): Simplify now we don't have to
6996         work around C array address decay.
6997         * c-typeck.c (convert_for_assignment): Handle assignment to
6998         a reference parameter by taking the address of the RHS.
6999         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
7000         (va_copy): Likewise.
7001         (__va_copy): Likewise.
7002         * ginclude/varargs.h (va_start): Likewise.
7003         (__va_copy): Likewise.
7004
7005 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
7006
7007         * i386/djgpp.h: Remove extraneous "+".
7008
7009         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
7010
7011         * calls.c (expand_call): Fix typo in last change.
7012
7013 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
7014
7015         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
7016         been expanded.
7017
7018 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7019
7020         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
7021         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
7022         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
7023         * tree.c (bit_position, byte_position): Likewise.
7024         * tree.h: Declare new functions.
7025
7026 2000-03-29  Nick Clifton  <nickc@cygnus.com>
7027
7028         * config/arm/arm.c: Minor formatting changes/
7029         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
7030         already defined.
7031         (ASM_SPEC): Define if not already defined.
7032
7033 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
7034
7035         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
7036         _cpp_calc_hash.
7037
7038 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
7039
7040         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
7041         value, don't output it as unsigned.
7042
7043 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
7044
7045         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
7046
7047 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7048
7049         * c-common.c (c_common_nodes_and_builtins): Don't special case
7050         cplus_mode when declaring builtin bzero/bcmp, always avoid
7051         prototype arguments.
7052
7053 2000-03-29  Bruce Korb  <bkorb@gnu.org>
7054
7055         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
7056         to a non-file
7057
7058 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7059
7060         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
7061         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
7062         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
7063         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
7064         (save_fixed_argument_area, restore_fixed_argument_area):
7065         conditionize by #ifdef REG_PARM_STACK_SPACE only.
7066         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
7067         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
7068         (precompute_register_parameters): Avoid #ifdefs on
7069         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
7070         (stire_one_args): Likewise.
7071         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
7072         (emit_library_call_value_1): Likewise.
7073         (compute_argument_block_size): Align to STACK_BOUNDARY only for
7074         ACCUMULATE_OUTGOING_ARGS.
7075         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
7076         value.
7077         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
7078         (use_crosses_set_p): Likewise.
7079         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
7080         #define ACCUMULATE_OUTGOING_ARGS 1.
7081         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
7082         frames.
7083         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
7084         constants.
7085         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
7086         (TARGET_SWITCHES): Add push-args, no-push-args,
7087         accumulate-outgoing-args and no-accumulate-outgoing-args.
7088         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
7089         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
7090         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
7091         and PUSH_ROUNDING.
7092         (emit_push_insn): Likewise.
7093         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
7094         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
7095         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
7096         (STACK_DYNAMIC_OFFSET): Define correctly for both
7097         ACCUMULATE_OUTGOING_ARGS and normal mode.
7098         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
7099         * tm.texi (PUSH_ARGS): Document.
7100         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
7101
7102 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7103
7104         * flags.h (flag_optimize_sibling_calls): Declare.
7105         * calls.c (expand_call): Fail sibcall when
7106         !flag_optimize_sibling_calls
7107         * invoke.texi (flag_optimize_sibling_calls): Document.
7108         * toplev.c (flag_optimize_sibling_calls): New global variable.
7109         (f_options): Add flag_optimize_sibling_calls.
7110         (rest_of_compilation): Conditionize
7111         optimize_sibling_and_tail_recursive_calls by
7112         flag_optimize_sibling_calls.
7113         (main): Set flag_optimize_sibling_calls for -O2.
7114         * stmt.c (expand_return): Conditionize tail recursion by
7115         flag_optimize_sibling_calls.
7116
7117 2000-03-29  Richard Henderson  <rth@cygnus.com>
7118
7119         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
7120         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
7121
7122 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
7123
7124         * except.c (add_eh_table_entry): Mark type_info's as referenced.
7125
7126 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7127
7128         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
7129         is given.
7130         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
7131         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
7132         * config/rs6000/aix.h: then modified likewise.
7133
7134 2000-03-28  Richard Henderson  <rth@cygnus.com>
7135
7136         * rtl.h: Redistribute enum reg_note documentation.
7137         Kill trailing whitespace.
7138         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
7139         Kill trailing whitespace.
7140
7141 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
7142
7143         * cppfiles.c (hash_IHASH): Just return i->hash.
7144         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
7145         htab_find_with_hash.
7146         (cpp_read_file): Likewise.
7147         (find_include_file): Likewise.  Properly initialize
7148         ih->nshort.  Share ih->name and ih->nshort if possible.
7149         * cpphash.c (_cpp_calc_hash): New function.
7150         (hash_HASHNODE): Just return h->hash.
7151         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
7152         htab_find_with_hash.
7153         * cpphash.h: Prototype _cpp_calc_hash.
7154         * cppinit.c (initialize_builtins): Provide a valid hash
7155         to _cpp_make_hashnode, using _cpp_calc_hash.
7156
7157         * cpphash.c (collect_expansion): # is not a special character
7158         in object-like macros.  In -traditional mode, /**/ is not
7159         token paste at the beginning or end of the line.
7160         * cpplib.c (do_include, do_import, do_include_next): If
7161         parse_include fails, return immediately.
7162
7163 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
7164
7165         * config/arm/arm.md (return peepholes): Update to reflect the new
7166         call insn patterns.
7167         * config/arm/arm.c (arm_volatile_func): Also check
7168         current_function_nothrow.
7169         (output_return_instruction, output_func_prologue): Use it.
7170         (arm_output_epilogue, arm_expand_prologue): Likewise.
7171
7172 2000-03-27  Tom Tromey  <tromey@cygnus.com>
7173
7174         * gcc.c (handle_braces): In {x*...} case, break out of loop if
7175         switch is found.
7176
7177 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7178
7179         * expr.c (store_constructor): SIZE now signed.
7180         For EXPR_SIZE, don't evaluate size; just needed if constant.
7181         * fold-const.c (fold): Fix a number of cases when folded tree is
7182         wrong type.
7183         * function.c (flush_addressof): Reenable.
7184         * tree.h (flush_addressof): Likewise.
7185         * toplev.c (independent_decode_option): Look at strings_processed.
7186         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
7187
7188 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
7189
7190         * sibcall.c (indentify_call_return_value): Find last call in the chain;
7191         Allow stack adjustment after function call.
7192
7193         * regmove.c (struct csa_memlist): Make mem field rtx *.
7194         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
7195         (try_apply_stack_adjustment): Replace whole MEM rtx.
7196         (combine_stack_adjustments_for_block): Update calls
7197         to record_one_stack_ref.
7198
7199 2000-03-28  Neil Booth  <NeilB@earthling.net>
7200
7201         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
7202         '\\' rather than a null character, so nulls are not special.  Fix
7203         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
7204         speed trigraph conversion.
7205         (_cpp_init_input_buffer): Initialize trigraph map.
7206
7207 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
7208
7209         * config/i386/i386.c (output_387_binary_op): Correct intel
7210         mode assembly output, and add spaces after commas in AT&T
7211         output.  Correct Unixware assembler comment.  Document input
7212         constraints.  Comment fp operations.  Reduce profligate buffer
7213         size.  Remove extraneous abort.  Localize temp var.
7214         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
7215         (output_fix_trunc): Add spaces after commas in assembly output.
7216
7217 2000-03-27  Richard Henderson  <rth@cygnus.com>
7218
7219         * i386-protos.h (ix86_match_ccmode): Declare.
7220         * i386.c (ix86_match_ccmode): New.
7221         (ix86_expand_fp_compare): Update for pattern renames.
7222         (ix86_expand_strlensi_unroll_1): Likewise.
7223         * i386.h (EXTRA_CC_MODES): Add CCZ.
7224         (SELECT_CC_MODE): Use it for EQ/NE zero.
7225         * i386.md (cmpsi_ccz_1): New.
7226         (cmpqi_ccz_1): New.
7227         (*testsi_ccz_1): New.
7228         (testqi_ccz_1): New.
7229         (cmpsi_ccno_1): Rename from cmpsi_0.
7230         (testsi_ccno_1): Rename from testsi_1.
7231         (testqi_ccno_1): Rename from testqi_1.
7232         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
7233         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
7234         (*cmphi_0): Use ix86_match_ccmode.
7235         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
7236         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
7237         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
7238         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
7239         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
7240         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
7241         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
7242         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
7243         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
7244         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
7245         (appropriate peepholes): Likewise.
7246         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
7247         (*subsi_3, *subhi_3, *subqi_3): Remove.
7248         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
7249         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
7250         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
7251         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
7252         (x86_shift_adj_1): Use CCZ.
7253         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
7254
7255 2000-03-27  Stan Cox  <scox@cygnus.com>
7256
7257         * resource.h (mark_resource_type): New.
7258         * resource.c (find_dead_or_set_registers, mark_target_live_regs,
7259         find_free_register): Use mark_resource_type.
7260         (mark_set_resources): Change include_delayed_effects
7261         to mark_resource_type.
7262         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
7263         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
7264         Use mark_resource_type.
7265
7266 2000-03-27  Richard Henderson  <rth@cygnus.com>
7267
7268         * i386.md (call_pop_0, call_value_pop_0): New.
7269         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
7270         (call_value_pop_1): Likewise.
7271         (call_0, call_value_0): New.
7272         (call_1, call_value_1): Remove constraint from unused arg.
7273
7274 2000-03-27  Nick Clifton  <nickc@cygnus.com>
7275
7276         * invoke.texi (Spec Files): Document new spec % command created by
7277         Tom Tromey's recent patch.
7278
7279 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
7280
7281         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
7282         if not defined.
7283
7284 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7285
7286         * expr.c (expand_assignment): Fix typo in last change.
7287
7288         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
7289
7290 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7291
7292         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
7293         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
7294         and DECL_INLINE if FUNCTION_DECL.
7295         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
7296         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
7297         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
7298         (combine_parm_decls): Likewise.
7299         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
7300         * print-tree.c (print_node): Likewise.
7301         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
7302         DECL_TRANSPARENT_UNION on proper decl types.
7303         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
7304         * stor-layout.c (layout_decl): Only check DECL_PACKED and
7305         DECL_BIT_FIELD of FIELD_DECL.
7306         * tree.h (DECL_RESULT_FLD): New macro.
7307
7308         * expr.c (expand_assignment): Add code to handle variable-sized
7309         BLKmode case.
7310
7311 2000-03-26  Richard Henderson  <rth@cygnus.com>
7312
7313         * calls.c (expand_call): Pass parms not original exp to
7314         optimize_tail_recursion.  Mind return value instead of looking
7315         for a barrier.
7316         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
7317         call_expr.  Move checks for call_expr and current_function_decl ...
7318         (expand_return): ... here.
7319
7320 2000-03-26  Tom Tromey  <tromey@cygnus.com>
7321
7322         * gcc.c (handle_braces): Recognize `%{<S}' construct.
7323         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
7324         defines.
7325         (process_command): Use them.
7326         (check_live_switch): Likewise.
7327         (give_switch): Skip ignored switches.
7328
7329 2000-03-26  Jan Hubicka  <jh@suse.cz>
7330
7331         * jump.c (jump_optimize_1): Fix typo in elide optimizations
7332         for minimal jump pass test.
7333
7334 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
7335
7336         * integrate.c (function_cannot_inline_p): Do inline functions that
7337         return `void'.
7338
7339 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7340
7341         * stor-layout.c (layout_type, set_sizetype): early_type_list is
7342         now a list of TREE_LIST entries, not types.
7343         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
7344
7345         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
7346         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
7347         int_bit_position.
7348         * config/mips/mips.c (function_arg): Likewise; also remove cast
7349         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
7350         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
7351         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
7352         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
7353         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
7354         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
7355         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
7356         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
7357         num_adjusts now unsigned.
7358         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
7359         * config/sparc/sparc.c (struct function_arg_record_value_parms):
7360         NREGS now unsigned.
7361         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
7362         as is BITPOS variable; use host_integerp and int_bit_position.
7363         (function_arg_record_value_2): Likewise.
7364         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
7365         Variable REGNO now unsigned.
7366         (function_arg_record_value): NREGS now unsigned.
7367
7368 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
7369
7370         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
7371
7372 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7373
7374         * Rework fields used to describe positions of bitfields and
7375         modify sizes to be unsigned and use HOST_WIDE_INT.
7376         * alias.c (reg_known_value_size): Now unsigned.
7377         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
7378         (really_start_incremental_init): Use bitsize_zero_node.
7379         (push_init_level, pop_init_level, output_init_element): Likewise.
7380         Use bitsize_unit_node and bitsize_one_node.
7381         (output_pending_init_elements, process_init_element): Likewise.
7382         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
7383         (make_extraction): Position and length HOST_WIDE_INT and unsigned
7384         HOST_WIDE_INT, respectively.
7385         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
7386         (num_sign_bit_copies): Returns unsigned.
7387         BITWIDTH now unsigned; rework arithmetic.
7388         Remove recursive call from arg to MAX.
7389         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
7390         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
7391         REGNO now unsigned.
7392         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
7393         (find_split_point, expand_compound_operation, make_extraction): LEN
7394         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
7395         (make_field_assignment): Likewise.
7396         (combine_simplify_rtx): Add cast.
7397         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
7398         (force_to_mode): WIDTH now unsigned; add cast.
7399         (if_then_else_cond): SIZE now unsigned.
7400         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
7401         (extended_count): Now returns unsigned.
7402         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
7403         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
7404         (simplify_comparison): MODE_WIDTH now unsigned.
7405         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
7406         (mark_used_regs_combine): Likewise; rework arithmetic.
7407         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
7408         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
7409         (record_promoted_value): REGNO now unsigned.
7410         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
7411         (get_last_value): REGNO now unsigned.
7412         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
7413         (reg_dead_regno, reg_dead_endregno): Now unsigned.
7414         (remove_death): Arg REGNO now unsigned.
7415         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
7416         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
7417         now unsigned.
7418         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
7419         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
7420         (struct cse_reg_info): REGNO now unsigned.
7421         (cached_regno): Now unsigned.
7422         (REGNO_QTY_VALID_P): Add cast.
7423         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
7424         (remove_invalid_regs): Likewise.
7425         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
7426         as are variables END and I.
7427         (get_cse_reg_info, insert): Likewise.
7428         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
7429         (canon_hash): Likewise.
7430         (insert_regs, lookup_for_remove): REGNO now unsigned.
7431         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
7432         New variable RN.
7433         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
7434         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
7435         * emit-rtl.c (subreg_realpart_p): Add cast.
7436         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
7437         (operand_subword_force): Arg I is now unsigned.
7438         * except.c (eh_regs): Variable I is now unsigned.
7439         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
7440         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
7441         length is unsigned HOST_WIDE_INT; likewise for internal variables.
7442         (store_split_bit_field, extract_fixed_bit_field): Likewise.
7443         (extract_split_bit_field, store_bit_field, extract_bit_field):
7444         Likewise.
7445         * expr.c (store_constructor_fields, store_constructor, store_field):
7446         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
7447         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
7448         (do_jump): Likewise.
7449         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
7450         MAX_SIZE is now unsigned.
7451         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
7452         (emit_group_store): Likewise.
7453         (emit_move_insn): I now unsigned.
7454         (store_constructor): Use host_integerp, tree_low_cst, and
7455         bitsize_unit_node.
7456         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
7457         Rework all calculations to use trees and new fields.
7458         * expr.h (promoted_input_arg): Regno now unsigned.
7459         (store_bit_field, extract_bit_field): Adjust types of pos and size.
7460         (mark_seen_cases): Arg is HOST_WIDE_INT.
7461         * flow.c (verify_wide_reg_1): REGNO now unsigned.
7462         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
7463         precisions and alignments are unsigned.
7464         (optimize_bit_field_compare, fold_truthop): Likewise.
7465         (int_const_binop): Adjust threshold for size_int_type_wide call.
7466         (fold_convert): Likewise.
7467         (size_int_type_wide): Make table larger and fix thinko that only
7468         had half of table used.
7469         (all_ones_mask_p, fold): Precisions are unsigned.
7470         * function.c (put_reg_info_stack): REGNO is unsigned.
7471         (instantiate_decl): Size is HOST_WIDE_INT.
7472         (instantiate_virtual_regs): I is unsigned.
7473         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
7474         (promoted_input_arg): REGNO is unsigned.
7475         * function.h (struct function): x_max_parm_reg is now unsigned.
7476         * gcse.c (max_gcse_regno): Now unsigned.
7477         (struct null_pointer_info): min_reg and max_reg now unsigned.
7478         (lookup_set, next_set): REGNO arg now unsigned.
7479         (compute_hash_table): REGNO and I now unsigned.
7480         (handle_avail_expr): regnum_for_replacing now unsigned.
7481         (cprop_insn): REGNO now unsigned.
7482         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
7483         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
7484         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
7485         * hard-reg-set.h (reg_class_size): Now unsigned.
7486         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
7487         * jump.c (mark_modified_reg): I now unsigned; add cast.
7488         (rtx_equal_for_thread_p): Add cast.
7489         * loop.c (max_reg_before_loop): Now unsigned.
7490         (struct_movable): REGNO now unsigned.
7491         (try_copy_prop): REGNO arg unsigned.
7492         (regs_match_p): XN and YN now unsigned.
7493         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
7494         (strength_reduce): Likewise; NREGS also unsigned.
7495         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
7496         * loop.h (struct iv_class): REGNO now unsigned.
7497         (max_reg_before_loop, first_increment_giv, last_increment_giv):
7498         Now unsigned.
7499         * machmode.h (mode_size, mode_unit_size): Now unsigned.
7500         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
7501         * optabs.c (expand_binop): I and NWORDS now unsigned.
7502         (expand_unop): I now unsigned.
7503         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
7504         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
7505         * real.c (significand_size): Now returns unsigned.
7506         * real.h (significand_size): Likewise.
7507         * regclass.c (reg_class_size): Now unsigned.
7508         (choose_hard_reg_mode): Both operands now unsigned.
7509         (record_reg_classes): REGNO and NR now unsigned.
7510         (reg_scan): NREGS now unsigned.
7511         (reg_scan_update): old_max_regno now unsigned.
7512         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
7513         * reload.c (find_valid_class): BEST_SIZE now unsigned.
7514         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
7515         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
7516         Likewise for variable R.
7517         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
7518         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
7519         (find_equiv_reg): Add casts.
7520         (regno_clobbered_p): Arg REGNO now unsigned.
7521         * reload.h (struct reload): NREGS now unsigned.
7522         (refers_to_regno_for_reload_p): Regno args are unsigned.
7523         (regno_clobbered_p): Likewise.
7524         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
7525         (compute_use_by_pseudos): REGNO now unsigned.
7526         (find_reg): I and J now unsigned, new variable K, and change loop
7527         variables accordingly; THIS_NREGS now unsigned.
7528         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
7529         (spill_hard_reg): REGNO arg now unsigned; add casts.
7530         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
7531         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
7532         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
7533         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
7534         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
7535         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
7536         (emit_reload_insns): REGNO now unsigned.
7537         (reload_cse_move2add): Add cast.
7538         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
7539         and rework loop.
7540         * resource.c (mark_referenced_resources, mark_set_resources): New
7541         variable R; REGNO and LAST_REGNO now unsigned.
7542         (mark_target_live_regs): J and REGNO now unsigned.
7543         * rtl.c (mode_size, mode_unit_size): Now unsigned.
7544         * rtl.h (union rtunion_def): New field rtuint.
7545         (XCUINT): New macro.
7546         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
7547         (operand_subword, operand_subword_force): Word number is unsigned.
7548         (choose_hard_reg_mode): Operands are unsigned.
7549         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
7550         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
7551         (regno_use_in, combine_instructions, remove_death): Likewise.
7552         (reg_scan, reg_scan_update): Likewise.
7553         (extended_count): Return is unsigned.
7554         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
7555         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
7556         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
7557         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
7558         (reg_reg_last_1): FIRS and LAST now unsigned.
7559         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
7560         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
7561         now unsigned.
7562         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
7563         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
7564         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
7565         (replace_regs): Arg NREGS now unsigned.
7566         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
7567         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
7568         (simplify_binary_operation): Likewise.
7569         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
7570         THIS_LAST now unsigned.
7571         (cselib_record_set): Add cast.
7572         * ssa.c (ssa_max_reg_num): Now unsigned.
7573         (rename_block): REGNO now unsigned.
7574         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
7575         sizes now unsigned.
7576         (all_cases_count): Just return -1 not -2.
7577         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
7578         Rework tests to use trees whenever possible.
7579         Use host_integerp and tree_low_cst.
7580         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
7581         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
7582         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
7583         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
7584         (smallest_mode_for_size): Likewise.
7585         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
7586         KNOWN_ALIGN is now an alignment, so simplify code.
7587         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
7588         (start_record_layout): Renamed from new_record_layout_info.
7589         Update to new fields.
7590         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
7591         New functions.
7592         (place_union_field): Renamed from layout_union_field.
7593         Update to use new fields in rli.
7594         (place_field): Renamed from layout_field.
7595         Major rewrite to use new fields in rli; pass alignment to layout_decl.
7596         (finalize_record_size): Rework to use new fields in rli and handle
7597         union.
7598         (compute_record_mode): Rework to simplify and to use new DECL fields.
7599         (finalize_type_size): Make rounding more consistent.
7600         (finish_union_layout): Deleted.
7601         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
7602         (layout_type, case RECORD_TYPE): Call new function names.
7603         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
7604         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
7605         (get_best_mode): UNIT is now unsigned; remove casts.
7606         * tree.c (bit_position): Compute from new fields.
7607         (byte_position, int_byte_position): New functions.
7608         (print_type_hash_statistics): Cast to remove warning.
7609         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
7610         (build_index_type): Likewise; make subtype of sizetype.
7611         (build_index_2_type): Pass sizetype to build_range_type.
7612         (build_common_tree_nodes): Use size_int and bitsize_int to
7613         initialize nodes; add bitsize_{zero,one,unit}_node.
7614         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
7615         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
7616         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
7617         (DECL_FIELD_BITPOS): Deleted.
7618         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
7619         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
7620         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
7621         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
7622         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
7623         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
7624         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
7625         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
7626         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
7627         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
7628         (DECL_ALIGN): Adjust to new field in union.
7629         (DECL_OFFSET_ALIGN): New field.
7630         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
7631         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
7632         (union tree_decl): Add struct for both aligns.
7633         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
7634         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
7635         (struct record_layout_info): Rework fields to have offset
7636         alignment and byte and bit position.
7637         (start_record_layout, place_field): Renamed from old names.
7638         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
7639         (byte_position, int_byte_position): Likewise.
7640         (get_inner_reference): Change types of position and length.
7641         * unroll.c (unroll_loop): New variable R; use for some loops.
7642         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
7643         (calculate_giv_inc): Arg REGNO now unsigned.
7644         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
7645         * varasm.c (assemble_variable): Clean up handling of size using
7646         host_integerp and tree_low_cst.
7647         (decode_addr_const): Use byte, not bit, position.
7648         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
7649         use tree_low_cst and int_bit_position.
7650         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
7651
7652 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
7653
7654         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
7655         (reorder_block_def): New members eff_head and eff_end.
7656         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
7657         (verify_insn_chain): New function.
7658         (skip_insns_between_block): Add code to skip deleted insns.
7659         Check for note before using.
7660         (chain_reorder_blocks): Replace calls to skip_insns_between_block
7661         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
7662         Check for note before using.
7663         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
7664         (fixup_reorder_chain): Restructure, clean up, defect removal.
7665         (reorder_basic_blocks): Remove last_insn and references to it.
7666         Moved insn chain verification code into a new function (see above).
7667         Delete defective code that sets last insn.
7668         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
7669         all blocks.
7670
7671 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7672
7673         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
7674
7675 2000-03-24  Richard Henderson  <rth@cygnus.com>
7676
7677         * tree.c (lang_safe_for_unsave): Remove.
7678         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
7679         allowing for two levels of unsafeness.  Remove lang hook.
7680         * tree.h: Update declarations.
7681         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
7682         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
7683         Always fail sibcalls when there are pending cleanups.
7684
7685 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
7686
7687         * flow.c (propagate_block): When we delete an ADDR_VEC,
7688         also delete the BARRIER following it if there is one.
7689
7690 2000-03-24  Richard Henderson  <rth@cygnus.com>
7691
7692         * builtins.c (expand_builtin_bzero): Convert `length' argument
7693         to sizetype.
7694
7695 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
7696
7697         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
7698         comparison if regno's are equal.
7699         * calls.c (initialize_argument_informat): Add ecf_flags argument.
7700         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
7701         (expand_call): Update caller.
7702         Avoid making a sibling call if argument size of the callee is larger
7703         than argument size of the caller.
7704         Call hard_function_value with outgoing set if in sibcall pass.
7705         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
7706
7707         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
7708         Change LEAF_REGISTERS from an array initializer to actual array
7709         identifier. Move static global variable into the function.
7710         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
7711         sequences for leaf functions.
7712         * global.c (global_alloc): Likewise.
7713         * tm.texi (LEAF_REGISTERS): Update documentation.
7714
7715         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
7716         TARGET_FLAT leaf disabling hack.
7717         (LEAF_REGISTERS): Changed from an array initializer to actual array
7718         identifier to avoid duplication and remove the above hack.
7719         (FUNCTION_OK_FOR_SIBCALL): Define.
7720         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
7721         always like call attribute.
7722         (eligible_for_sibcall_delay): New attribute.
7723         (sibcall): New delay type.
7724         (sibcall, sibcall_value, sibcall_epilogue): New expands.
7725         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
7726         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
7727         * config/sparc/sparc.c (sparc_leaf_regs): New array.
7728         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
7729         New functions.
7730         (output_function_epilogue): Move part of the code into
7731         output_restore_regs.
7732         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
7733         TYPE_SIBCALL.
7734         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
7735         prototypes.
7736
7737         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
7738         until infrastructure is finished.
7739
7740 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
7741
7742         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
7743         (save_parm_insns): Not here.
7744
7745 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7746
7747         * builtins.c (expand_builtin_bzero): New function.
7748         (expand_builtin): Handle bzero.
7749
7750         * builtins.def: Add BUILT_IN_BZERO.
7751
7752         * c-common.c (c_common_nodes_and_builtins): Provide builtin
7753         prototype & function for bzero.
7754
7755 2000-03-23  Michael Meissner  <meissner@redhat.com>
7756
7757         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
7758         change adding TARGET_FP to the TF floating point insns, except for
7759         trunctfsf2, which generates direct calls to truncdfsf2.
7760
7761 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
7762
7763         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
7764         try to protect against middle-end changes that break binary
7765         compatibility.
7766         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
7767
7768 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7769
7770         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
7771
7772 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7773
7774         * calls.c (expand_call): If TARGET is passed by reference and
7775         is readonly, write a CLOBBER.
7776
7777 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7778
7779         * builtins.c (expand_builtin): Handle bcmp.
7780
7781         * builtins.def: Add BUILT_IN_BCMP.
7782
7783         * c-common.c (c_common_nodes_and_builtins): Provide builtin
7784         prototype & function for bcmp.
7785
7786 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
7787
7788         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
7789         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
7790         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
7791
7792 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
7793
7794         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
7795         alternative when using -fp64 -gp32.
7796
7797 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
7798
7799         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
7800         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
7801         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
7802
7803         * frame.h (frame_state): Revert last change.
7804         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
7805         * libgcc2.c (throw_helper): Revert last change.
7806
7807 2000-03-22  Richard Henderson  <rth@cygnus.com>
7808
7809         * stmt.c (expand_asm_operands): Don't promote the temporary.
7810
7811 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
7812
7813         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
7814         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
7815           c_get_alias_set): Likewise.
7816         * c-decl.c (duplicate_decls): Likewise.
7817         * c-typeck.c (default_conversion,build_unary_op): Likewise.
7818         * calls.c (initialize_argument_information): Likewise.
7819         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
7820         Likewise.
7821         * dwarfout.c (decl_class_context,output_type): Likewise.
7822         * expr.c (get_inner_reference): Likewise.
7823         * fold-const.c (simple_operand_p,fold): Likewise.
7824         * function.c (aggregate_value_p): Likewise.
7825         * stmt.c (expand_asm_operands): Likewise.
7826         * varasm.c (named_section): Likewise.
7827
7828 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
7829
7830         Implement dwarf2 exception handling for the ARM.
7831         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
7832         (DWARF_FRAME_RETURN_COLUMN): Define.
7833         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
7834         REG_FRAME_RELATED_EXPR note.
7835         (emit_sfm): Likewise.
7836         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
7837         * dwarf2out.c (reg_save): Handle saving a register to itself.
7838         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
7839         * except.c (eh_regs): Don't use the static chain reg if it's
7840         callee-saved.
7841         * frame.h (frame_state): Add cfa_saved field.
7842         * frame.c (execute_cfa_insn): Set it.
7843         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
7844         the epilogue.
7845         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
7846         Now takes a parm.
7847         (instantiate_virtual_regs): Adjust.
7848         * tm.texi: Adjust.
7849         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
7850         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
7851         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
7852
7853         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
7854         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
7855
7856 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7857
7858         * builtins.def: New file.
7859
7860         * Makefile.in (TREE_H): Depend on builtins.def.
7861
7862         * builtins.c (built_in_names): Use builtins.def.
7863
7864         * tree.h (built_in_function): Likewise.
7865
7866 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
7867
7868         * tree.c (size_in_bytes): Return size_zero_node, not
7869         integer_zero_node.
7870
7871 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
7872
7873         * config/fp-bit.c (pack_d): Correct the case when a denormal
7874         is rounded up and stops being denormal.
7875
7876 2000-03-21  Richard Henderson  <rth@cygnus.com>
7877
7878         * config/alpha/alpha.c (function_arg): Check for void_type_node
7879         before using MUST_PASS_IN_STACK.
7880
7881 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
7882
7883         * regmove.c (combine_stack_adjustments_for_block): Check that
7884         the stack pointer is a valid memory address.
7885
7886 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
7887
7888         * calls.c: re-install Mar 16 emit_library_call merge.
7889
7890 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
7891
7892         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
7893         we cannot be sure that if reload_completed base register will
7894         be properly aligned.
7895
7896 2000-03-21  Richard Henderson  <rth@cygnus.com>
7897
7898         * flow.c (delete_block): Fix typo last change.
7899
7900 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
7901
7902         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
7903         not COMPLETE_TYPE_P, to check the type of the expression.
7904
7905 2000-03-21  Michael Meissner  <meissner@redhat.com>
7906
7907         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
7908         all floating point insns that just tested the macro
7909         TARGET_HAS_XFLOATING_LIBS.
7910         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
7911         used to only use the gprs.
7912
7913 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
7914
7915         * tree.h (COMPLETE_TYPE_P): New macro.
7916         (COMPLETE_OR_VOID_TYPE_P): New macro.
7917         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
7918         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
7919         * c-aux-info.c (gen_type): Use them.
7920         * c-common.c (c_expand_expr_stmt): Likewise.
7921         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
7922         grokdeclarator, grokparms, finish_struct, start_function,
7923         store_parm_decls, combine_parm_decls): Likewise.
7924         * c-parse.y (cast_expr): Likewise.
7925         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
7926         c_size_in_bytes, c_alignof, build_component_ref,
7927         build_indirect_ref, build_array_ref, convert_arguments,
7928         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
7929         * calls.c (initialize_argument_information): Likewise.
7930         * convert.c (convert_to_integer): Likewise.
7931         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
7932         * dwarfout.c (location_or_const_value_attribute,
7933         output_enumeration_type_die, output_structure_type_die,
7934         output_union_type_die, output_type): Likewise.
7935         * expr.c (safe_from_p, expand_expr): Likewise.
7936         * function.c (assign_parms): Likewise.
7937         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
7938         * tree.c (build_array_type, build_function_type,
7939         build_method_type, build_offset_type, build_complex_type): Likewise.
7940         * c-parse.c, c-parse.h: Regenerated.
7941
7942 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7943
7944         * config/c4x/rtems.h: Include config/rtems.h.
7945
7946 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
7947
7948         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
7949         decl is a FUNCTION_DECL
7950
7951 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
7952
7953         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
7954         function uses output registers.  Don't save RP for leaf functions.
7955         Do save RP even if no epilogue.
7956         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
7957         (CALL_USED_REGISTERS): Unmark in registers.
7958         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
7959         to near the middle.
7960
7961 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
7962
7963         * config/rs6000/rs6000.md (bunordered): New expander.
7964         (bordered): New expander.
7965         (buneq): New expander.
7966         (bunge): New expander.
7967         (bungt): New expander.
7968         (bunle): New expander.
7969         (bunlt): New expander.
7970         (bltgt): New expander.
7971
7972         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
7973         (ccr_bit_negated_p): New function.
7974         (print_operand): For %C, generate appropriate cror for UNEQ,
7975         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
7976
7977 2000-03-20  Andreas Jaeger  <aj@suse.de>
7978
7979         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
7980         warning.
7981
7982         * tree.h (safe_for_unsave): Prototype.
7983
7984 2000-03-20  Richard Henderson  <rth@cygnus.com>
7985
7986         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
7987         (combine_stack_adjustments_for_block): Don't allow sp references
7988         in the side of a set we're not fixing up.
7989         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
7990         after life_analysis.
7991
7992 2000-03-20  Richard Henderson  <rth@cygnus.com>
7993
7994         * calls.c (expand_call): Don't bother generating tail call
7995         sequences if there are pending cleanups.  Use
7996         expand_start_target_temps/expand_end_target_temps to elide
7997         cleanups created during sibcall expansion.
7998
7999 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
8000
8001         * configure.in: Set $IFS to a value if it doesn't already have one
8002         in the --enable-checking handling.
8003         * configure: Regenerate.
8004
8005 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8006
8007         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
8008         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
8009         Regenerated.
8010
8011 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
8012
8013         * jump.c (delete_noop_moves): Remove code attempting to
8014         combine stack adjustments.
8015
8016 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8017
8018         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
8019         * except.c (emit_cleanup_handler): Use them.
8020         (expand_end_all_catch): Likewise.
8021         * function.c (fixup_var_refs): Likewise.
8022         (expand_function_end): Clear catch_clauses_last.
8023         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
8024         * except.h (struct eh_status): New field x_catch_clauses_last.
8025         (catch_clauses_last): New define.
8026
8027         * Makefile.in (tree.o): Depend on HASHTAB_H.
8028         * tree.c: Include hashtab.h.
8029         (struct type_hash): Remove next field.
8030         (TYPE_HASH_SIZE): Remove.
8031         (TYPE_HASH_INITIAL_SIZE): New define.
8032         (type_hash_table): Change type to htab_t.
8033         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
8034         mark_hash_entry): New functions.
8035         (init_obstacks): Allocate type hash.
8036         (type_hash_lookup): Use htab functions.
8037         (type_hash_add, mark_type_hash): Likewise.
8038         (dump_tree_statistics): Call print_type_hash_statistics.
8039
8040 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8041
8042         * rs6000/t-aix41: New file.
8043
8044         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
8045
8046 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
8047
8048         * tm.texi (Driver): Fix typos and tweak entry for
8049         INCLUDE_DEFAULTS.
8050         Move misplaced STRUCT_FORCE_BLK entry ...
8051         (Storage Layout): ... to here.
8052         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
8053
8054 2000-03-19  Richard Henderson  <rth@cygnus.com>
8055
8056         * flow.c (delete_block): Delete the addr_vec along with the block.
8057         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
8058         reference labels.
8059
8060         * fold-const.c (extract_muldiv): Apply type check for defined
8061         overflow to multiply as well as divide.
8062
8063         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
8064
8065 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
8066
8067         * emit-rtl.c (remove_unncessary_notes): Check that all
8068         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
8069         associated NOTE_BLOCK.
8070         * function.h (identify_blocks): Update comments.
8071         (reorder_blocks): Declare.
8072         * function.c (identify_blocks): Don't take paramters.
8073         (reorder_blocks): Don't take parameters.
8074         * loop.h (find_loop_tree_blocks): Remove.
8075         (unroll_block_trees): Likewise.
8076         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
8077         reorder_blocks instead of unroll_block_trees.h
8078         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
8079         * stmt.c (find_loop_tree_blocks): Remove.
8080         (unroll_block_trees): Likewise.
8081         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
8082         in whole-function mode.
8083         * tree.h (reorder_blocks): Remove declaration.
8084
8085         * expr.c: Include intl.h.
8086         * Makefile.in (expr.o): Depend on intl.h.
8087
8088 2000-03-18  Richard Henderson  <rth@cygnus.com>
8089
8090         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
8091
8092 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
8093
8094         * tree.h (tree_index): Remove enumerals for integer types.
8095         (integer_type_kind): New type.
8096         (integer_types): New variable.
8097         (char_type_node): Adjust.
8098         (signed_char_type_node): Likewise.
8099         (unsigned_char_type_node): Likewise.
8100         (short_integer_type_node): Likewise.
8101         (short_unsigned_type_node): Likewise.
8102         (integer_type_node): Likewise.
8103         (unsigned_type_node): Likewise.
8104         (long_integer_type_node): Likewise.
8105         (long_unsigned_type_node): Likewise.
8106         (long_long_integer_type_node): Likewise.
8107         (long_long_unsigned_type_node): Likewise.
8108         * tree.c (integer_types): New variable.
8109         (init_obstacks): Register it as a root.
8110
8111 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
8112
8113         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
8114         NEXT_INSN. Update last insn in chain.
8115
8116 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
8117
8118         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
8119         with TYPE_DECL_SUPPRESS_DEBUG set.
8120
8121 2000-03-18  Richard Henderson  <rth@cygnus.com>
8122
8123         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
8124
8125 2000-03-18  Richard Henderson  <rth@cygnus.com>
8126
8127         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
8128         care for HALF_PIC_P.
8129         (expander_call_insn_operand): Remove.
8130         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
8131         * i386.h (PREDICATE_CODES): Update.
8132         * i386.md (all call expanders): Remove predicates, remove special
8133         handling for half-pic.
8134         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
8135         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
8136         (sibcall_epilogue): New.
8137
8138 2000-03-17  Richard Henderson  <rth@cygnus.com>
8139
8140         * rtlanal.c (single_set): Reject if the parallel has anything
8141         except SET or USE or CLOBBER.
8142
8143 2000-03-17  Jeff Law  <law@cygnus.com>
8144             Richard Henderson  <rth@cygnus.com>
8145
8146         * Makefile.in (OBJS): Add sibcall.o.
8147         (sibcall.o): New.
8148         * sibcall.c: New file.
8149         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
8150         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
8151         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
8152         Emit sibcall patterns when requested.  Update all callers.
8153         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
8154         elimination seems feasable.
8155         * final.c (leaf_function_p): Sibling calls don't discount being
8156         a leaf function.
8157         * flow.c (HAVE_sibcall_epilogue): Provide default.
8158         (find_basic_blocks_1): Sibling calls don't throw.
8159         (make_edges): Make edge from sibling call to EXIT.
8160         (propagate_block): Don't remove sibcall_epilogue insns.
8161         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
8162         (sibcall_epilogue): New.
8163         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
8164         (identify_blocks_1): Likewise.  Break out from ...
8165         (identify_blocks): ... here.
8166         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
8167         (reorder_blocks): ... here.
8168         (init_function_for_compilation): Zap prologue/epilogue as varrays.
8169         (record_insns): Extend a varray instead of mallocing new memory.
8170         (contains): Read a varray not array of ints.
8171         (sibcall_epilogue_contains): New.
8172         (thread_prologue_and_epilogue_insns): Emit and record
8173         sibcall_epilogue patterns.
8174         (init_function_once): Allocate prologue/epilogue varrays.
8175         * genflags.c (gen_insn): Treat sibcall patterns as calls.
8176         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
8177         Broken out from ...
8178         (save_for_inline_nocopy): ... here.
8179         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
8180         Broken out from ...
8181         (expand_inline_function): ... here.
8182         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
8183         (subst_constants): Handle 'n' formats.
8184         * jump.c (jump_optimize_minimal): New.
8185         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
8186         optimizations if it's set.
8187         * rtl.c (copy_rtx): Do copy jump & call for insns.
8188         * rtl.h (struct rtx_def): Document use of jump and call for insns.
8189         (SIBLING_CALL_P): New.
8190         (sibcall_use_t): New.
8191         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
8192         Invoke optimize_sibling_and_tail_recursive_calls.
8193         * tree.c (lang_safe_for_unsave): New.
8194         (safe_for_unsave): New.
8195         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
8196
8197         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
8198         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
8199         (*sibcall_osf_1, *sibcall_value_osf_1): New.
8200
8201 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
8202
8203         * objc/objc-act.c (encode_method_prototype): Pass types, not
8204         PARM_DECLs, to int_size_in_bytes.
8205
8206 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
8207
8208         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
8209
8210         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
8211         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
8212
8213 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8214
8215         * Clean up usages of TREE_INT_CST_LOW.
8216         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
8217         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
8218         Regenerated.
8219         * c-tree.h (min_precision): Move declaration to here.
8220         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
8221         (build_unary_op, add_pending_init): Use bit_position.
8222         (pending_init_member, process_init_element): Likewise.
8223         (really_start_incremental_init, push_init_level, pop_init_level):
8224         Don't make copies of nodes or modify them in place, use consistent
8225         types when tracking positions, and use tree routines computations.
8226         (set_init_index, output_init_element): Likewise.
8227         (output_pending_init_elements, process_init_element): Likewise.
8228         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
8229         tree_low_cst and int_bit_position; also minor cleanup.
8230         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
8231         (print_cst_octal): Precision is unsigned.
8232         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
8233         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
8234         (simple_type_align_in_bits): Result is unsigned int.
8235         Use tree_int_low_cst and host_integerp.
8236         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
8237         (field_byte_offset): Result is HOST_WIDE_INT.
8238         Change types of internal variables so alignments are unsigned int,
8239         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
8240         Use host_integerp, tree_low_cst, and int_bit_position.
8241         (add_bit_offset_attribute): Likewise.
8242         (add_data_member_location_attribute): Use tree_cst_low.
8243         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
8244         (add_bit_size_attribute): Use tree_low_cst.
8245         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
8246         * dwarfout.c: Similar changes to dwarf2out.c.
8247         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
8248         * genoutput.c (n_occurences): Return -1 for null string.
8249         (strip_whitespace): Accept null string and make into function.
8250         (scan_operands): Reflect above changes.
8251         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
8252         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
8253         * ssa.c (rename_registers): Add missing cast of arg to bzero.
8254         * tree.c (int_size_in_bytes): Check for too big to represent.
8255         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
8256         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
8257         New declarations.
8258         (min_precision): Delete from here.
8259         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
8260         and int_bit_position.
8261         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
8262         (encode_method_def): Likewise.
8263         (build_ivar_list_initializer): Use int_bit_position.
8264         (generate_shared_structures): Convert size.
8265         (encode_type, encode_complete_bitfield): Use integer_zerop.
8266         (encode_bitfield): Use tree_low_cst and int_bit_position.
8267
8268 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8269
8270         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
8271
8272 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8273
8274         * call.c (special_function_p): It is only malloc if it returns
8275         Pmode.
8276
8277 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8278
8279         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
8280         (C33_FLAG, TARGET_C3X): Add macros.
8281         (TARGET_SWITCHES): Add -m33 option.
8282         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
8283
8284 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8285
8286         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
8287         (PARALLEL_PACK_FLAG): Delete.
8288         (TARGET_SWITCHES): Update.
8289         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
8290
8291 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8292
8293         * fold-const.c (fold): Fix a few cases when the returned result
8294         is not of the same type as the input.
8295
8296 2000-03-16  Nick Clifton  <nickc@cygnus.com>
8297
8298         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
8299         warning.
8300
8301 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8302
8303         * libgcc2.h: Move prototypes above macros with the same name.
8304         Wrap some function prototypes in the conditional which indicates
8305         whether they are supported, i.e. "BITS_PER_UNIT == 8".
8306
8307 2000-03-16  Richard Henderson  <rth@cygnus.com>
8308
8309         * calls.c: Revert last two changes.
8310
8311 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
8312
8313         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
8314         has exponent 0 is a zero.
8315
8316         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
8317         HASH may already be nonzero.  Add code/mode into hash value
8318         immediately after repeat label.
8319         (cselib_lookup): Don't leave the hash table in an inconsistent
8320         state before a hash lookup operation.
8321
8322 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
8323
8324         * i386.md (all HI and QI mode non-move patterns):  Conditionize
8325         by TARGET_[HQ]IMODE_MATH.
8326         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
8327         x86_promote_qi_regs): Declare.
8328         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
8329         TARGET_PROMOTE_QI_REGS): New macros.
8330         (PROMOTE_MODE): New macro.
8331         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
8332         x86_promote_qi_regs): New global variables.
8333
8334 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
8335
8336         * calls.c (emit_library_call_value_1): Break out from ...; handle
8337         VOIDmode function calls too.
8338         (emit_library_call_value): ... here.
8339         (emit_library_call): Implement by calling emit_library_call_value_1.
8340
8341 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
8342
8343         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
8344         Update arg_space_so_far on stack adjustments.
8345         (emit_library_call, emit_library_call_value): Likewise; take into
8346         account arg_space_so_far and pending_stack_adjust when calculcating
8347         the boundary.
8348
8349 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
8350
8351         * flow.c: Move all basic block reordering code into its own file.
8352         (create_basic_block): Externalize.
8353         * bb-reorder.c: New file. Copy all basic block reordering code from
8354         flow.c to this file.
8355         (reorder_basic_blocks): Fix fencepost error in for-loop.
8356         (reorder_basic_blocks): Remove braces from single statement for-loops.
8357         * basic-block.h: Add declaration for create_basic_block.
8358         * Makefile.in: Add rules for bb-reorder.o.
8359
8360 2000-03-16  Neil Booth  <NeilB@earthling.net>
8361
8362         * cppinit.c (handle_option):  Implement #unassert directive
8363         as -A- command line option.
8364         (print_help):  Update.
8365         * cpptexi.c:  Update.
8366
8367 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8368
8369         * md.texi (Standard Names): Document `jump'.
8370
8371 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
8372
8373         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
8374         gotos.
8375
8376 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
8377
8378         Merge changes from newppc-branch onto trunk.
8379
8380         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
8381
8382         * rs6000.c (toc_hash_table): Update for new hash table functions.
8383         (toc_hash_function): Likewise.
8384         (toc_hash_eq): Likewise.
8385         (toc_hash_mark_entry): Likewise.
8386         (toc_hash_mark_table): Likewise.
8387         (output_toc): Likewise.
8388         (rs6000_add_gc_roots): Likewise.
8389
8390         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8391
8392         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
8393         (AR_FLAGS_FOR_TARGET): here.  New macro.
8394
8395         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
8396
8397         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
8398         fpmem_operand) Delete.
8399         (xer_operand) New.
8400         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
8401         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
8402         (rs6000_save_machine_status, rs6000_restore_machine_status,
8403         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
8404         references to above variables.
8405         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
8406         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
8407         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
8408         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
8409         (XER_REGNO_P, XER_REGNO): New.
8410         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
8411         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
8412         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
8413         XER_REGNO_P.
8414         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
8415         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
8416         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
8417
8418         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8419
8420         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
8421         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
8422         * rs6000.h: from here.
8423
8424         * rs6000-protos.h (rs6000_select_section): Provide prototype.
8425         (rs6000_select_rtx_section): Likewise.
8426         (rs6000_encode_section_info): Likewise.
8427         (sdata_section): Likewise.
8428         (sdata2_section): Likewise.
8429         (sbss_section): Likewise.
8430         * sysv4.h (rs6000_select_section): Delete prototype.
8431         (rs6000_select_rtx_section): Likewise.
8432         (rs6000_encode_section_info): Likewise.
8433         (sdata_section): Likewise.
8434         (sdata2_section): Likewise.
8435         (sbss_section): Likewise.
8436         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
8437
8438         * sysv4.h: Delete various unnecessary #undef's and put a comment
8439         on the remaining ones.
8440         Change various comments according to coding standard.
8441
8442         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
8443
8444         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
8445         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
8446         (CR0_REGNO_P) Remove.
8447         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
8448         setup_incoming_varargs, mtcrf_operation, print_operand,
8449         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
8450         Use the above macros.
8451
8452         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
8453
8454         * config/rs6000/rs6000.md: Added a new alternative for each
8455         pattern that had a 'x' alternative but no 'y' alternative.
8456         Added a new split for each of the above patterns.
8457
8458         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
8459
8460         * aix41.h (ASM_CPU_SPEC): Delete.
8461         (CPP_CPU_SPEC): Delete.
8462
8463         * aix.h (RS6000_OUTPUT_BASENAME): Define.
8464         (ASM_OUTPUT_LABEL): Define.
8465         (ASM_GLOBALIZE_LABEL): Define.
8466         (STRIP_NAME_ENCODING): Define.
8467         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
8468         (STRIP_NAME_ENCODING): Don't define.
8469         (ASM_OUTPUT_LABEL): Don't define.
8470         (ASM_GLOBALIZE_LABEL): Don't define.
8471         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
8472         names, and ASM_OUTPUT_LABEL to output labels, rather than
8473         asm_fprintf.
8474         (ASM_OUTPUT_LABEL): Define.
8475         (ASM_OUTPUT_INT): Use assemble_name.
8476         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
8477         (STRIP_NAME_ENCODING): Don't undefine first.
8478         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
8479         ELF.
8480         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
8481         specified with 'asm' even with -fleading-underscore.
8482         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
8483         (output_epilog): Likewise.
8484         (output_toc): Likewise.
8485         * tramp.asm: Handle -fleading-underscore correctly.
8486
8487         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
8488         -mminimal-toc.
8489         (nonlocal_goto_receiver): Delete.
8490         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
8491
8492         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
8493         (SET_ASM_OP): Define.
8494         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
8495
8496         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
8497         (ASM_LONG): Define.
8498
8499         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
8500         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
8501
8502         * rs6000.h: Add 'u' to more constants.
8503
8504         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
8505
8506         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
8507
8508         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
8509
8510         * rs6000.c (reg_or_u_cint_operand): New function.
8511         (logical_operand): Handle 64-bit hosts.
8512         (logical_u_operand): New function.
8513         (non_logical_cint_operand): Handle 64-bit hosts.
8514         (non_logical_u_cint_operand): New function.
8515         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
8516         (PREDICATE_CODES): Define new functions.
8517         * rs6000-protos.h: Declare new functions.
8518         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
8519         (movdi_64): Bracket code intended for 64-bit hosts.  Create
8520         CONST_DOUBLE for 32-bit values.
8521         (scc insns): Generate DImode compares.
8522         (mfcr insns): Create DImode versions.
8523         (sge matchers): New patterns.
8524
8525         2000-02-15  Gabriel Paubert  <paubert@iram.es>
8526
8527         * rs6000.md: Correct instructions length attributes and
8528         constraints on unsigned compare instructions.
8529         (*ne0): Disable for PowerPC64.
8530
8531         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
8532
8533         * rs6000.c (output_function_profiler): Use .long for a 32-bit
8534         quantity, fix profile1.C test failure under -fPIC.
8535
8536         * rs6000.c: Add 'u' to many constants to suppress warnings.
8537         (constant_pool_expr_1): Make static.
8538         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
8539         * rs6000.h: Add 'u' to many constants to suppress warnings.
8540
8541         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
8542         for the start of the TOC, instead of LCTOC..0.
8543         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
8544         of the TOC.
8545         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
8546         (load_toc_aix_di): Use LCTOC..1.
8547
8548         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
8549         * rs6000.c (rs6000_legitimize_address): New function from
8550         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
8551         symbols in the constant pool that really are TOC references.
8552         (print_operand_address): For ELF, write TOC offsets under
8553         -fPIC as subtractions in the insn.
8554         (output_toc): For ELF, define symbols in TOC as normal labels,
8555         to match RTL.
8556         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
8557         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
8558         (create_TOC_reference): Prototype only when RTX_CODE is defined.
8559         * rs6000.md (movsi): Only use create_TOC_reference on
8560         symbols in the constant pool that really are TOC references.
8561
8562         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
8563         * rs6000.c (rs6000_reorg): Delete.
8564         * rs6000-protos.h (rs6000_reorg): Delete.
8565
8566         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
8567
8568         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
8569
8570         * aix.h (SETUP_FRAME_ADDRESSES): Define.
8571         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
8572         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
8573         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
8574         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
8575         rs6000_aix_emit_builtin_unwind_init.
8576         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
8577         rs6000_emit_eh_toc_restore on AIX.
8578         (return_eh_si): Use r2.
8579         (return_eh_di): Use r2.
8580
8581         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
8582         since we're breaking binary compatibility anyway.
8583
8584         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8585
8586         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
8587         constant_pool_expr_p): Declare them.
8588         (constant_pool_expr_p): Declare it.
8589         * config/rs6000/rs6000.c (toc_label_name): Define.
8590         (rs6000_override_options): Set toc_label_name.
8591         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
8592         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
8593         uses_TOC): New functions.
8594         (print_operand): Delete old '*' case.
8595         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
8596         and strip off rtl for TOC before calling output_addr_const.
8597         (rs6000_emit_load_toc_table): Use toc_label_name.
8598         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
8599         the default.
8600         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
8601         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
8602         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
8603         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
8604         into explicit TOC_REGISTER offsets.
8605         (TOC_REGISTER): New macro.
8606         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
8607         TARGET_TOC to reference TOC_REGISTER.
8608         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
8609         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
8610         uses_TOC before emitting label references.
8611
8612         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
8613
8614         * rs6000.md (stack_tie): Fix warning.
8615
8616         * eabi-ctors.c: Use 'asm' names for the start/end variables,
8617         to handle -fleading-underscore.
8618         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
8619         (USER_LABEL_PREFIX): New macro.
8620         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
8621         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
8622         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
8623         call-linux can use the same multilibs.
8624         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
8625         and call-linux multilibs.  Do multilib with -fleading-underscore.
8626         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
8627         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
8628         to call-aix.
8629
8630         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
8631         have MASK_SOFT_FLOAT set.
8632         (CPP_FLOAT_DEFAULT_SPEC): New macro.
8633         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
8634         CPP_FLOAT_DEFAULT_SPEC.
8635
8636         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
8637         * rs6000.md: Whitespace change.
8638         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
8639         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
8640
8641         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
8642
8643         * rs6000.md (eh_epilogue): New expander.
8644         (eh_reg_restore): New expand/split/insn combination.
8645         (return_eh_si): New insn.
8646         (return_eh_di): New insn.
8647
8648         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
8649         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
8650         * eabi-ctors.c (__do_global_ctors): Register this object's
8651         frame.  Clean up.  Call atexit() after the constructors.
8652         (__do_global_dtors): Deregister this object's frame.  Clean up.
8653         Allow for recursive calls to exit().
8654         * rs6000.c (fixuplabelno): New variable.
8655         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
8656         TARGET_RELOCATABLE, it slows down exec() under linux.
8657         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
8658
8659         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
8660         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
8661         (ASM_OUTPUT_DWARF_DELTA2): New macro.
8662         (ASM_OUTPUT_DWARF_DELTA4): New macro.
8663         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
8664         (ASM_OUTPUT_DWARF_ADDR): New macro.
8665         (ASM_OUTPUT_DWARF_DATA4): New macro.
8666         (ASM_OUTPUT_DWARF_DATA2): New macro.
8667         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
8668         (ASM_OUTPUT_DWARF_OFFSET): New macro.
8669         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
8670
8671         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
8672
8673         * rs6000.c (rs6000_sr_alias_set): New variable.
8674         (rs6000_override_options): Initialise rs6000_sr_alias_set.
8675         (rs6000_emit_stack_tie): New function.
8676         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
8677         in a way that dwarf2out can understand.
8678         (rs6000_frame_related): New function.
8679         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
8680         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
8681         Use rs6000_emit_stack_tie when needed.
8682         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
8683         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
8684         * rs6000.md (stack_tie): New insn.
8685         (return_internal_si): Allow return value to be in the count
8686         register.
8687         (return_internal_di): Likewise.
8688
8689         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
8690
8691         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
8692
8693         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
8694
8695         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
8696
8697         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
8698
8699         * rs6000.md (stmw): Use the right POWER opcode.
8700         (lmw): Likewise.
8701
8702         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8703
8704         * rs6000-protos.h: New file.
8705
8706         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
8707
8708         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
8709         warnings.
8710
8711         * sysv4.h: Likewise.
8712
8713         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
8714
8715         * ../../configure.in: Delete powerpcle-*-winnt*
8716         and powerpcle-*-pe|powerpcle-*-cygwin*.
8717         * ../../configure: Regenerated.
8718         * cygwin.h: Delete.
8719         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
8720         (TARGET_WINDOWS_NT): Delete.
8721         (ABI_NT): Delete.
8722         (CALL_NT_DLLIMPORT): Delete.
8723         Delete NT-specific code.
8724         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
8725         * win-nt.h: Delete.
8726         * t-winnt: Delete.
8727         * nt-ci.asm: Delete.
8728         * nt-cn.asm: Delete.
8729         * ntstack.asm: Delete.
8730
8731         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8732
8733         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
8734         (ASM_FILE_START): Likewise.
8735         (ASM_DECLARE_FUNCTION_NAME): Likewise.
8736         (ASM_OUTPUT_LABELREF): Likewise.
8737         (ASM_OUTPUT_SKIP): Likewise.
8738         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
8739         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
8740         (ASM_OUTPUT_CASE_LABEL): Likewise.
8741         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
8742         (ASM_OUTPUT_ASCII): Likewise.
8743
8744         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
8745
8746         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
8747         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
8748         increment rs6000_pic_labelno here.
8749         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
8750         and increment rs6000_pic_labelno here.
8751
8752         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
8753
8754         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
8755         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
8756         allocation knows (reg) is dead before the insn.
8757
8758         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
8759
8760         * rs6000.md (movsi_to_cr): Correct typo in output template.
8761
8762         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
8763
8764         * rs6000.c (rs6000_pic_labelno): Always define.
8765         (rs6000_pic_func_labelno): Delete.
8766         (lmw_operation): Check for a zero base register,
8767         which doesn't mean what we want.
8768         (stmw_operation): New function.
8769         (print_operand): Define new 'l' modifier.
8770         (rs6000_stack_info): We must save all 64 bits of the registers
8771         if TARGET_POWERPC64.
8772         (rs6000_output_load_toc_table): Delete.
8773         (rs6000_emit_load_toc_table): New function.
8774         (rs6000_allocate_stack_space): Delete.
8775         (rs6000_emit_allocate_stack): New function.
8776         (rs6000_emit_prologue): New function.
8777         (output_prolog): Use rs6000_emit_prologue.
8778         (rs6000_emit_epilogue): Change a few variable names to be
8779         more accurate.  Restore all 64 bits of the registers if
8780         TARGET_POWERPC64.  Only restore the FP registers which were used
8781         if they are being saved/restored one-at-a-time.
8782         (output_mi_thunk): Delete inefficient code generation.
8783         (output_function_profiler): Don't use rs6000_output_load_toc_table.
8784         * rs6000.h: Declare rs6000_emit_load_toc_table,
8785         rs6000_allocate_stack_space, stmw_operation.  Don't declare
8786         rs6000_output_load_toc_table.
8787         * rs6000.md (elf_high): Allow register 0, but discourage it
8788         heavily.
8789         (elf_low): Support loading into register 0.
8790         (load_toc_aix_si): New pattern.
8791         (load_toc_aix_di): New pattern.
8792         (load_toc_v4_pic_si): New pattern.
8793         (load_toc_v4_pic_di): New pattern.
8794         (load_toc_v4_PIC_1): New pattern.
8795         (load_toc_v4_PIC_1b): New pattern.
8796         (load_toc_v4_PIC_2): New pattern.
8797         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
8798         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
8799         (prologue): New expander.
8800         (movesi_from_cr): New pattern.
8801         (stmw): New pattern.
8802         (save_fpregs_si): New pattern.
8803         (save_fpregs_di): New pattern.
8804
8805         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8806
8807         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
8808         (movdi): Likewise.
8809         (movhi): Likewise.
8810         (movqi): Likewise.
8811
8812         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8813
8814         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
8815         at present.
8816         (movsi_got_internal): Likewise.
8817         (movsi_got_internal+1): Likewise.
8818         (set_sp): 'unspec 7' does a SImode clobber.
8819
8820         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8821
8822         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
8823         allocate a stack temporary.
8824         (floatsidf2_internal): Likewise.
8825         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
8826         with unspec.
8827         (floatunssidf2): Don't use the fpmem "register", just
8828         allocate a stack temporary.
8829         (floatunssidf2_internal): Likewise.
8830         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
8831         with unspec.
8832         (floatsidf2_loadaddr): Delete.
8833         (floatsidf2_store1): Delete.
8834         (floatsidf2_store2): Delete.
8835         (floatsidf2_load): Delete.
8836         (fix_truncdfsi2): Don't use the fpmem "register", just
8837         allocate a stack temporary.
8838         (fix_truncdfsi2_internal_si): Delete.
8839         (fix_truncdfsi2_internal_di): Delete.
8840         (fix_truncdfsi2_internal): New insn.
8841         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
8842         (fix_truncdfsi2_store): Delete.
8843         (fix_truncdfsi2_load): Delete.
8844         (fctiwz): Produce gen_fctiwz.
8845
8846         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
8847
8848         * eabi.h (INVOKE__main): Define.
8849         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
8850         specially.
8851         (rs6000_emit_prologue): Likewise.
8852         * rs6000.h (struct rs6000_stack): Don't keep track of whether
8853         this is the main program.
8854
8855         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8856
8857         * rs6000.c (rs6000_va_arg): Delete some unused variables.
8858
8859         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8860
8861         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
8862         goes after the argument.
8863
8864         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
8865
8866         * rs6000.md: Document 'unspec' values used.
8867         (epilogue): New expander.
8868         (movesi_to_cr_one): New expander.
8869         (movesi_to_cr and following): New pattern.
8870         (lmw): New pattern.
8871         (return_internal_si): New pattern.
8872         (return_internal_di): New pattern.
8873         (return_and_restore_fpregs_si): New pattern.
8874         (return_and_restore_fpregs_di): New pattern.
8875         * rs6000.h: Declare new functions.
8876         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
8877         rather than rs6000_calls_p.
8878         (rs6000_makes_calls): Delete.
8879         (lmw_operation): New function.
8880         (mtcrf_operation): New function.
8881         (rs6000_emit_epilogue): New function.
8882         (output_epilog): Call rs6000_emit_epilogue and final if
8883         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
8884
8885         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
8886
8887         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
8888         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
8889         * aix.h (SUBTARGET_SWITCHES): Document switches.
8890         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
8891         sched-prolog and sched-epilog the same.  Document all the
8892         switches.
8893         (TARGET_OPTIONS): No longer allow -mdebug-.
8894
8895         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
8896
8897         * rs6000.h (ASM_FILE_END): Move to aix.h.
8898         (EXTRA_SECTIONS): Move to aix.h.
8899         (READONLY_DATA_SECTION): Move to aix.h.
8900         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
8901         (SELECT_SECTION): Move to aix.h.
8902         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
8903         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
8904         (LINK_REGISTER_REGNUM): New definition.
8905         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
8906         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
8907         AIX and SVR4.
8908         * sysv4.h: Delete the code between the inclusion of rs6000.h
8909         and svr4.h.
8910         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
8911         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
8912         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
8913         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
8914         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
8915         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
8916         (fix_truncdfsi2_internal_di): New pattern.
8917         (fix_truncdfsi2_store): The second arg here is Pmode too.
8918         (fix_truncdfsi2_load): The second arg here is Pmode too.
8919         (tablejumpdi): Now that switch tables hold only SImode values,
8920         gcc needs to know how to add them to the pc which is DImode.
8921         * rs6000.c (rs6000_stack_info): Use symbolic name for
8922         LINK_REGISTER_REGNUM.
8923         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
8924         (output_toc): Delete unused variables s1 and s2.
8925         (output_ascii): Use fputs not fprintf on a variable string.
8926
8927         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
8928
8929         * rs6000.c (processor_target_table): Add power3 as alias for 630.
8930         * aix43.h: Revert Aug 2 change.
8931         (HAS_INIT_SECTION): Define, not visible yet.
8932         (LD_INIT_SWITCH): Define, not visible yet.
8933         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
8934
8935         2000-01-04  Joel Sherrill (joel@OARcorp.com>
8936
8937         * config/rs6000/rtems.h: Include config/rtems.h.
8938
8939         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
8940
8941         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
8942         (SLOW_UNALIGNED_ACCESS): Define.
8943         (CASE_VECTOR_MODE): Always use 32-bit offsets.
8944         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
8945         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
8946         (toc_section): Likewise and .toc pseudo-op.
8947         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
8948         64-bit mode.
8949         (TEXT_SECTION_ASM_OP): Likewise.
8950         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
8951         32-bit offsets.
8952
8953         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
8954
8955         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
8956         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
8957         compiling libgcc2.
8958
8959         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8960
8961         * rs6000.h: Move more stuff from here...
8962         * aix.h: to here.
8963         * sysv4.h: Cleanup accordingly.
8964         * netware.h: Likewise
8965
8966         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8967
8968         * rs6000.h: Continue cleanup.
8969         * aix.h: Likewise.
8970         * lynx.h: Likewise.
8971         * netware.h: Likewise.
8972         * sol2.h: Likewise.
8973         * sysv4.h: Likewise.
8974         * win-nt.h: Likewise.
8975
8976         * rs6000.h (TARGET_SWITCHES): Add descriptions.
8977         (TARGET_OPTIONS): Likewise.
8978
8979         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
8980         (SUBTARGET_OPTIONS): Likewise.
8981
8982         * rs6000.md: Fix compile time warnings.
8983
8984         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
8985
8986         vxworks patches from the Cygnus tree originally by
8987         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
8988         <vmakarov@cygnus.com>.
8989         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
8990         (ENDFILE_SPEC): Likewise.
8991         (LIB_VXWORKS_SPEC): New macro.
8992         (STARTFILE_VXWORKS_SPEC): New macro.
8993         (ENDFILE_VXWORKS_SPEC): New macro.
8994         (LINK_START_VXWORKS_SPEC): New macro.
8995         (LINK_OS_VXWORKS_SPEC): New macro.
8996         (CPP_OS_VXWORKS_SPEC): New macro.
8997         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
8998         * vxppc.h: Rewrite to use proper configuration method.
8999         * vxppcle.h: New file.
9000         * ../../configure.in: Add powerpcle-wrs-vxworks*.
9001         * ../../configure: Rebuilt.
9002
9003         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
9004
9005         Lots of changes to rs6000.h, sysv4.h, aix.h,
9006         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
9007         with the aim that rs6000.h is the first header
9008         included and the others override it.
9009         * aix.h: New file.
9010
9011         * x-aix41-gld: Remove.
9012         * x-aix43: Remove.
9013         * x-aix41: Remove target-specific switches, and don't specify
9014         -Wl,-bbigtoc as we don't need it any more.
9015         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
9016         Use t-aix43 for AIX 4.3 and above.
9017         * ../../configure: Regenerated.
9018
9019         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
9020         options, that don't do anything yet.
9021         (MASK_SCHED_PROLOG): New macro.
9022         (MASK_SCHED_EPILOG): New macro.
9023         (TARGET_SCHED_PROLOG): New macro.
9024         (TARGET_SCHED_EPILOG): New macro.
9025
9026         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
9027
9028         * rs6000.c: Correct comment, the `minimal' TOCs are actually
9029         one per translation unit, not one per function.
9030         (output_toc): Also do duplicate constant elimination
9031         for per-translation-unit TOCs.
9032
9033         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
9034         a comment explaining _exactly_ when this pattern gets used.
9035         (builtin_setjmp_receiver): New pattern for better clarity.
9036         (init_v4_pic): Move it into a section dealing with TOC registers.
9037
9038         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
9039
9040         * rs6000.c (toc_hash_table): New variable.
9041         (rs6000_hash_constant): New function.
9042         (toc_hash_function): New function.
9043         (toc_hash_eq): New function.
9044         (toc_hash_mark_entry): New function.
9045         (toc_hash_mark_table): New function.
9046         (output_toc): Don't output duplicate TOC entries in
9047         a single file.
9048         (rs6000_add_gc_roots): Add the hash table as a GC root.
9049         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
9050         where they clearly shouldn't be.  This may need to be fixed
9051         later when there is a GNU ar for AIX.
9052         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
9053         Don't define BOOT_LDFLAGS as it is now not necessary.
9054
9055         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
9056
9057         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
9058         for va_list on AIX.  Use unsigned_char_type_node rather than
9059         constructing our own version on svr4.
9060
9061         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
9062
9063         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
9064         since patently it's not.
9065
9066         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
9067
9068         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
9069         define_expand/define_insn pair, and handle restore of the
9070         SVR4 -fpic register.
9071
9072 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
9073
9074         * acconfig.h (HAVE_GAS_WEAK): New define.
9075         * configure.in (assembler weak support): Check for .weak support.
9076         * config.in, configure: Rebuilt.
9077         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
9078         HAVE_GAS_WEAK is defined.
9079
9080 2000-03-15  Nick Clifton  <nickc@cygnus.com>
9081
9082         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
9083         asm_fprintf().
9084
9085 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
9086
9087         * cppfiles.c (open_include_file): New function.
9088         (find_include_file, cpp_read_file): Use it.
9089
9090 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
9091
9092         * cpphash.c (dump_hash_helper): Take the slot, not the element.
9093
9094 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
9095
9096         * flow.c (verify_flow_info): Check for unconditional return.
9097
9098 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
9099
9100         * config/ia64/ia64.md (restore_stack_nonlocal): New.
9101         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
9102         (__ia64_restore_stack_nonlocal): New.
9103         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
9104
9105 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9106
9107         * cpphash.c (collect_formal_parameters): Do not complain about
9108         parameter names that just start with `__VA_ARGS__'.
9109
9110 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
9111
9112         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
9113         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
9114         * i386.c (pentiumpro_cost): Set mul cost to 4.
9115         (x86_use_movx): Set for PPro.
9116
9117 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
9118
9119         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
9120         STACK_BOUNDARY for empty frames now.
9121
9122 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
9123
9124         * stor-layout.c (layout_union): Remove.
9125         (layout_union_field): New function, split out from layout_union.
9126         (finish_union_layout): Likewise.
9127         (layout_field): Handle unions by calling layout_union_field.
9128         (finish_record_layout): Handle unions.
9129         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
9130         QUAL_UNION_TYPE handling.
9131
9132 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
9133
9134         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
9135         end of basic block is jump_insn, not barrier; use create_basic_block
9136         instead of creating basic block by hand.
9137
9138 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
9139
9140         * flow.c (reorder_basic_blocks): Account for barriers when writing
9141         over NEXT_INSN (last_bb->end).
9142         (verify_flow_info): Add check for missing barriers.
9143
9144 2000-03-14  Greg McGary  <gkm@gnu.org>
9145
9146         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
9147         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
9148         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
9149         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
9150         __unbounded, __unbounded__): New keywords.
9151         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
9152         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
9153         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
9154
9155 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
9156
9157         * cselib.h: New file.
9158         * alias.c: Include "cselib.h".
9159         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
9160         MEMs as two new arguments.
9161         (get_addr): New static function.
9162         (find_base_term): Handle VALUEs.
9163         (memrefs_conflict_p): Likewise.
9164         (true_dependence): Call get_addr on the addresses.
9165         Call fixed_scalar_and_varying_struct_p with addresses that have been
9166         passed through get_addr and canon_rtx.
9167         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
9168         with true_dependence.
9169         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
9170         * loop.c: Include "cselib.h".
9171         (load_mems): Process extended basic block that enters the loop with
9172         cselib.  Use that information to change initialization of the shadow
9173         register so that a constant equivalence is seen by later passes.
9174         * reload1.c: Include "cselib.h".
9175         (reload_cse_invalidate_regno): Delete function.
9176         (reload_cse_mem_conflict_p): Likewise.
9177         (reload_cse_invalidate_mem): Likewise.
9178         (reload_cse_invalidate_rtx): Likewise.
9179         (reload_cse_regno_equal_p): Likewise.
9180         (reload_cse_check_clobber): Likewise.
9181         (reload_cse_record_set): Likewise.
9182         (reg_values): Delete static variable.
9183         (invalidate_regno_rtx): Likewise.
9184         (reload_cse_delete_noop_set): New static function.
9185         (reload_cse_simplify): New static function, broken out of
9186         reload_cse_regs_1.
9187         (reload_cse_noop_set_p): Delete unused argument INSN.
9188         Just call rtx_equal_for_cselib_p on set source and destination.
9189         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
9190         reload_cse_delete_noop_set.  Delete code to keep track of values; use
9191         cselib functions instead.  Delete code to push/pop obstacks.
9192         (reload_cse_simplify_set): Use cselib to find equivalent values.
9193         Delete code to push/pop obstacks.
9194         (reload_cse_simplify_operands): Likewise.
9195         * rtl.def (VALUE): New rtx code.
9196         * rtl.h (union rtunion_def): New elt rt_cselib.
9197         (X0CSELIB, CSELIB_VAL_PTR): New macros.
9198         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
9199         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
9200         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
9201         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
9202         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
9203         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
9204         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
9205         cselib_record_set, cselib_record_sets): New static functions.
9206         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
9207         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
9208         references_value_p): New functions.
9209         (MAX_USELESS_VALUES, REG_VALUES): New macros.
9210         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
9211         n_useless_values, reg_values, callmem, cselib_obstack,
9212         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
9213         New static variables.
9214         * varray.h (union varray_data_tag): New elt te.
9215         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
9216         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
9217         dependencies.
9218
9219 2000-03-14  Nick Clifton  <nickc@cygnus.com>
9220
9221         * gcc.c (do_spec_1): Catch the case where %* is used in a
9222         substitution pattern, but it has not been initialised.
9223         Issue a meaningful error message if an unrecognised operator
9224         is encountered in a spec string.
9225
9226 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
9227
9228         * function.c (prepare_function_start): Correctly initialize
9229         cfun->stack_alignment_needed.
9230
9231 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
9232
9233         * cppfiles.c (find_include_file): Don't assume nshort is a
9234         substring of name.
9235
9236 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
9237
9238         * configure.in (hppa configurations): Add pa32-regs.h to the
9239         list of tm files as appropriate.
9240         * configure: Rebuilt.
9241         * pa.c (compute_frame_size): Remove explicit knowledge about FP
9242         register numbering.
9243         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
9244         (fmpyaddoperands, fmpysuboperands): Likewise.
9245         * pa.h: Remove various definitions which depend on knowing
9246         how registers are numbered.
9247         * pa32-regs.h: New file with PA32 register numbering specific
9248         definitions.
9249
9250 2000-03-14  Richard Henderson  <rth@cygnus.com>
9251
9252         * regmove.c (combine_stack_adjustments): New.
9253         (stack_memref_p, single_set_for_csa): New.
9254         (free_csa_memlist, record_one_stack_memref): New.
9255         (try_apply_stack_adjustment): New.
9256         (combine_stack_adjustments_for_block): New.
9257         * rtl.h (combine_stack_adjustments): Declare.
9258         * toplev.c (rest_of_compilation): Call it.
9259
9260         * i386.md: Revert 2000-01-16 change.
9261
9262 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9263
9264         * gccbug.in: Add web category, gcc specific classes.
9265
9266 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
9267
9268         * stor-layout.c (finalize_record_size): Fix typo.
9269
9270 2000-03-14  Stan Shebs  <shebs@apple.com>
9271
9272         * c-typeck.c (c_alignof): Error on incomplete types.
9273         * extend.texi (Alignment): Document this.
9274
9275 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
9276
9277         * cppfiles.c: Include mkdeps.h.
9278         (find_include_file, read_include_file): Remove _cpp_ prefix
9279         from name, make static.
9280         (_cpp_execute_include): New function, broken out of
9281         do_include.
9282
9283         * cpplib.c: Don't include mkdeps.h.
9284         (struct directive): Remove type field. Reorder entries.  The
9285         function takes only one argument.
9286         (struct if_stack): Make type field an int.
9287         (directive_table): Rename to dtable.  Generate it, the
9288         prototypes of the directive handlers, and the enum for the
9289         directive numbers, from a template macro.
9290         (do_ifndef, do_include_next, do_import): New functions.
9291         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
9292         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
9293         do_ident, do_assert, do_unassert, do_sccs): Take only one
9294         argument.
9295         (do_sccs): Define always, but alter behavior based on
9296         SCCS_DIRECTIVE.
9297         (_cpp_handle_directive, consider_directive_while_skipping):
9298         Restructure for new directive table layout.
9299
9300         (pass_thru_directive): Take a directive number, not a pointer
9301         to a struct directive.
9302         (parse_include): New function, broken out of do_include.
9303         (do_include, do_import, do_include_next): Use parse_include
9304         and _cpp_execute_include.
9305         (do_elif, do_else): Test for T_ELSE specifically when checking
9306         for #elif/#else after #else.
9307         (parse_ifdef): New function, broken out of do_ifdef.
9308         (validate_else): Expect a name arg without a leading #.
9309         (if_directive_name): Delete.
9310         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
9311         directive handlers with only one argument.
9312
9313         * cpphash.h: Update prototypes.
9314         (enum node_type): Remove entries for directives.
9315         * Makefile.in: Update dependencies.
9316
9317         * cpphash.c (dump_hash_helper): Only dump nodes of type
9318         T_MACRO.  Emit a newline after each definition.
9319
9320 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9321
9322         * gccbug.in: New file.
9323         * configure.in (all_outputs): Add gccbug.
9324         * Makefile.in (install-common): Install gccbug.
9325         (GCCBUG_INSTALL_NAME): New variable.
9326         * configure: Rebuilt.
9327
9328 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
9329
9330         * function.c (put_var_into_stack): Use type_for_mode to calculate
9331         part_type.  Use MEM_SET_IN_STRUCT_P.
9332         * expr.c (store_field): Handle CONCAT.
9333         (store_constructor): Use fields_length.
9334         * tree.c (fields_length): New fn.
9335         * tree.h: Declare it.
9336
9337 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
9338
9339         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
9340         (cpplex.o): New target.
9341         * po/POTFILES.in: Add cpplex.c.
9342
9343         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
9344         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
9345         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
9346         skip_block_comment, skip_line_comment, skip_comment,
9347         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
9348         _cpp_parse_name, skip_string, parse_string,
9349         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
9350         _cpp_get_directive_token, find_position,
9351         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
9352         (maybe_macroexpand, _cpp_lex_token): New functions.
9353
9354         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
9355         parse_goto_mark): Delete.
9356         (_cpp_handle_eof): New function.
9357         (_cpp_handle_directive): Rename from handle_directive.
9358         (_cpp_output_line_command): Rename from output_line_command.
9359         (do_if, do_elif): Call _cpp_parse_expr directly.
9360         * cppfiles.c (_cpp_read_include_file): Don't call
9361         init_input_buffer here.
9362         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
9363         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
9364         here; pop the token_buffer and skip the rest of the line here.
9365         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
9366         here.
9367
9368         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
9369         Define here.
9370         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
9371         CPP_GOTO_MARK): New macros.
9372         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
9373         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
9374         _cpp_read_and_prescan, _cpp_init_input_buffer,
9375         _cpp_grow_token_buffer, _cpp_get_directive_token,
9376         _cpp_handle_directive, _cpp_handle_eof,
9377         _cpp_output_line_command): Prototype them here.
9378         * cpplib.h (enum cpp_token): Add CPP_MACRO.
9379         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
9380         quote_string, output_line_command): Remove.
9381
9382 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
9383
9384         * stmt.c (expand_end_case): RANGE may be signed, and when checking
9385         whether it is too large we must also verify that it isn't negative.
9386
9387 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
9388
9389         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
9390         (movsi_zero_liveg0): Remove.
9391         (movsf_insn_novis_liveg0): Remove.
9392         (negsi2): Remove.
9393         (negsi2_not_liveg0): Rename to negsi2.
9394         (one_cmplsi2): Remove.
9395         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
9396         (one_cmplsi2_liveg0): Remove.
9397         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
9398         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
9399         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
9400         (PREDICATE_CODES): Remove zero_operand.
9401         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
9402         TARGET_BROKEN_SAVERESTORE.
9403         (zero_operand): Remove.
9404         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
9405         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
9406         options.
9407         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
9408         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
9409         TARGET_BROKEN_SAVERESTORE): Remove.
9410         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9411         Remove.
9412         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9413         Remove.
9414         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9415         Remove.
9416
9417         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
9418
9419 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
9420
9421         * cpplib.c (do_pragma_implementation): Fix off-by-one error
9422         truncating a string.  Don't assume tokens are nul terminated.
9423         Problem noted by Andreas Jaeger <aj@suse.de>
9424
9425 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
9426
9427         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
9428         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
9429         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
9430
9431 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
9432
9433         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
9434         STRUCTURE_SIZE_BOUNDARY.
9435
9436 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
9437
9438         * tree.h (record_layout_info_s): New structure.
9439         (record_layout_info): New type.
9440         (new_record_layout_info): New function.
9441         (layout_field): Likewise.
9442         (finish_record_layout): Likewise.
9443         * stor-layout.c (layout_record): Remove.
9444         (new_record_layout_info): New function.
9445         (layout_field): New function, broken out from layout_record.
9446         (finalize_record_size): Likewise.
9447         (compute_record_mode): Likewise.
9448         (finalize_type_size): New function, broken out from layout_type.
9449         (finish_record_layout): Likewise.
9450         (layout_type): Use them.
9451
9452 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
9453
9454         * cpphash.c: Don't include version.h.
9455         (special_symbol) [case T_VERSION]: Look for the string in
9456         hp->value.cpval; don't use version_string.
9457         * cppinit.c (initialize_builtins): Set hp->value.cpval for
9458         __VERSION__ to version_string.
9459         * Makefile.in (cpphash.o): Update deps.
9460
9461 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
9462
9463         Convert cpplib to use libiberty/hashtab.c.
9464
9465         * cpplib.h (struct cpp_reader): Make hashtab and
9466         all_include_files of type 'struct htab *'.  Delete HASHSIZE
9467         and ALL_INCLUDE_HASHSIZE macros.
9468
9469         * cpphash.h: Update prototypes.
9470         (struct hashnode): Remove next, prev, and bucket_hdr members.
9471         Make length a size_t.  Add hash member.
9472         (struct ihash): Remove next member.  Add hash member.  Make
9473         name a flexible array member.
9474
9475         * cppfiles.c: Include hashtab.h.
9476         (include_hash): Delete.
9477         (IHASHSIZE): New macro.
9478         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
9479         (cpp_included): Do the hash lookup here.
9480         (_cpp_find_include_file): Rewrite.
9481         (cpp_read_file): Put the "fake" hash entry into the hash
9482         table.  Honor the control_macro, if it turns out we've seen
9483         the file before.  Don't push the buffer here.
9484         (_cpp_read_include_file): Push the buffer here.
9485         (OMODES): New macro.  Use it whenever we call open(2).
9486
9487         * cpphash.c: Include hashtab.h.
9488         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
9489         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
9490         _cpp_lookup_slot): New functions.
9491         (HASHSIZE): new macro.
9492         (hashf, _cpp_install, _cpp_delete_macro): Delete.
9493         (_cpp_lookup): Use hashtab.h routines.
9494
9495         * cppinit.c: Include hashtab.h.
9496         (cpp_reader_init): Call _cpp_init_macro_hash and
9497         _cpp_init_include_hash.  Don't allocate hashtab directly.
9498         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
9499         pfile->all_include_files.
9500         (initialize_builtins): Use _cpp_make_hashnode and
9501         htab_find_slot to add hash entries.
9502         (cpp_finish): Just call _cpp_dump_macro_hash.
9503         * cpplib.c: Include hashtab.h.
9504         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
9505         create hash entries.
9506         (do_pragma_poison, do_assert): Likewise.
9507         (do_include): Don't push the buffer here.  Don't increment
9508         system_include_depth unless _cpp_read_include_file succeeds.
9509         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
9510         or htab_remove_elt.
9511         (do_pragma_implementation): Use alloca to create copy.
9512
9513         * Makefile.in: Update dependencies.
9514
9515 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9516
9517         * cppinit.c (cl_directive_handler): More K&R fixing.
9518
9519 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
9520
9521         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
9522         STACK_BOUNDARY.
9523         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
9524
9525 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9526
9527         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
9528         Change from char[] to macros.
9529
9530 2000-03-12  Neil Booth  <NeilB@earthling.net>
9531
9532         * cppinit.c (cpp_start_read): Update indirect function
9533         call to K&R C.
9534
9535 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
9536
9537         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
9538         entry.
9539
9540         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
9541         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
9542
9543 2000-03-11  Neil Booth  <NeilB@earthling.net>
9544
9545         * cppinit.c (struct pending option): Replace undef with a
9546         pointer to a directive handling routine.
9547         (struct cpp_pending): Replace separate assert_ and define_
9548         lists with one directive_ list.
9549         (new_pending_define): Rename new_pending_directive. Extra
9550         argument is the directive's handling routine.
9551         (handle_option): Update to use new_pending_directive.
9552
9553 2000-03-11  Neil Booth  <NeilB@earthling.net>
9554
9555         * cppfiles.c (file_cleanup, _cpp_find_include_file,
9556         remap_filename, _cpp_read_include_file, actual_directory,
9557         hack_vms_include_specification): Replace bcopy(), index() etc
9558         calls.  Add casts to some allocations.  Make some variables
9559         pointers to const [unsigned] char.
9560         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
9561         collect_formal_parameters): Similarly.
9562         * cppinit.c (struct pending_option, append_include_chain,
9563         cpp_options_init, cpp_reader_init, initialize_standard_includes,
9564         cpp_start_read, new_pending_define, handle_option): Similarly.
9565         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
9566         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
9567         do_pragma_implementation, detect_if_not_defined,
9568         do_ifdef, skip_if_group, cpp_get_token, parse_string,
9569         do_assert, do_unassert): Similarly.
9570         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
9571         function prototypes.
9572         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
9573
9574 2000-03-10  Richard Henderson  <rth@cygnus.com>
9575
9576         * builtins.c (expand_builtin_strlen): Revert last change.
9577         Use emit_insn_before if we're at the beginning of a sequence.
9578
9579 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
9580
9581         * builtins.c (expand_builtin_strlen): Make sure that we have something
9582         at the beginning of the sequence.
9583
9584         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
9585         deferred inlines.
9586
9587         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
9588
9589 2000-03-10  Richard Henderson  <rth@cygnus.com>
9590
9591         * except.c (can_throw): Use INTVAL on a CONST_INT.
9592         (reachable_handlers): Likewise.
9593         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
9594
9595 2000-03-10  Andreas Jaeger  <aj@suse.de>
9596
9597         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
9598         MD_STARTFILE_PREFIX since those are not needed on linux.
9599         (ASM_FILE_START): New, from mips/gnu.h.
9600
9601 2000-03-09  Richard Henderson  <rth@cygnus.com>
9602             Alex Samuel  <samuel@codesourcery.com> and others
9603
9604         * Makefile.in (ssa.o): New rule.
9605         (OBJS): Add ssa.o.
9606         (STAGESTUFF): Add *.ssa and *.ussa.
9607         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
9608         * rtl.def (PHI): New RTL expression.
9609         * rtl.h (clear_log_links): New declaration.
9610         (convert_to_ssa): Likewise.
9611         (convert_from_ssa): Likewise.
9612         * flow.c (split_edge): If the entry node falls through to the
9613         split edge's source block, split the entry edge.
9614         (clear_log_links): New function.
9615         * toplev.c (ssa_dump): New variable.
9616         (flag_ssa): Likewise.
9617         (f_options): Add "ssa".
9618         (compile_file): Create SSA dump files.
9619         (rest_of_compilation): Go to and from SSA if enabled.
9620         (decide_d_option): Handle -de for SSA dump files.
9621         * ssa.c: New file.
9622
9623 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
9624
9625         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
9626         same as VAR_DECL.
9627
9628 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
9629
9630         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
9631
9632 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
9633
9634         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
9635         (MD_STARTFILE_PREFIX_1): New macro.
9636
9637 2000-03-09  Robert Lipe  <robertl@sco.com>
9638
9639         * config/ia64/ia64.c: Include system.h.
9640
9641 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
9642
9643         * except.c (nothrow_function_p): If -fno-exceptions, just return.
9644         (init_eh_nesting_info): Likewise.
9645
9646         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
9647         (TREE_NOTHROW): Rename from TREE_RAISES.
9648         * toplev.c (rest_of_compilation): Set it.
9649         * print-tree.c (print_node): Adjust.
9650         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
9651         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
9652         * calls.c (emit_call_1): Add 'nothrow' parm.  Add
9653         REG_EH_REGION note as appropriate.
9654         (libfunc_nothrow): New fn.
9655         (emit_library_call, emit_library_call_value): Use it.
9656         (expand_call): Check TREE_NOTHROW.
9657
9658         * varasm.c (make_decl_rtl): Skip initial '*' when setting
9659         DECL_ASSEMBLER_NAME.
9660
9661 2000-03-09  Andreas Jaeger  <aj@suse.de>
9662
9663         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
9664         (TARGET_MEM_FUNCTIONS): Define.
9665
9666 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
9667
9668         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
9669
9670         * except.c (can_throw): See through a SEQUENCE.
9671         (nothrow_function_p): New fn.
9672         * except.h: Declare it.
9673         * function.c (current_function_nothrow): New var.
9674         (prepare_function_start): Initialize it.
9675         * output.h: Declare it.
9676         * toplev.c (rest_of_compilation): Set it.
9677         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
9678
9679 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
9680
9681         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
9682         match.  (cpp_compare_defs): Count the nul separator when
9683         advancing over argument names.
9684
9685 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
9686
9687         * recog.c (preprocess_constraints): Matching constraints affect
9688         same alternative/different operand, not same operand/different
9689         alternative.
9690
9691         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
9692         register and a constant specially.
9693
9694 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9695
9696         * libgcc2.h: New file.
9697         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
9698
9699 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
9700
9701         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
9702         * configure: Regenerate.
9703         * config/ia64: New.
9704
9705 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
9706
9707         * Makefile.in (LIBCPP_DEPS): New macro.
9708         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
9709         it to declare deps.
9710         * cpperror.c: Include cpphash.h.
9711         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
9712         dingleberry.
9713         (lex): Don't use CPP_WARN_UNDEF.
9714         (_cpp_parse_expr): Return an int, the truth value.
9715         * cppfiles.c: Include cpphash.h.
9716         (_cpp_merge_include_chains): Move to cppinit.c and make static.
9717         * cppinit.c (include_defaults_array): Disentangle.
9718         (cpp_cleanup): Don't free the if stack here.
9719         (cpp_finish): Pop off all buffers, not just one.
9720         * cpplib.c (eval_if_expr): Return int.
9721         (do_xifdef): Rename do_ifdef.
9722         (handle_directive): Don't use CPP_PREPROCESSED.
9723         (cpp_get_token): Don't use CPP_C89.
9724         * fix-header.c: Don't use CPP_OPTIONS.
9725
9726         * cpplib.h: Move U_CHAR, enum node_type, struct
9727         file_name_list, struct ihash, is_idchar, is_idstart,
9728         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
9729         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
9730         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
9731         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
9732         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
9733         of _cpp_simplify_pathname, _cpp_find_include_file,
9734         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
9735         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
9736         cppinit.c.
9737         Change all uses of U_CHAR to be unsigned char instead.
9738         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
9739
9740 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
9741
9742         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
9743         (dwarf2out_begin_prologue): Set it.
9744         (output_call_frame_info): Don't emit EH unwind info for leaves.
9745
9746         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
9747         can occur outside of an EH region.
9748         * except.c: Correct comments about rethrow behavior.
9749         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
9750
9751 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
9752
9753         * flow.c (make_edges): Always call make_eh_edge for calls.
9754
9755 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
9756
9757         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
9758         (struct cpp_buffer): Remove fname and underflow fields.
9759         (struct cpp_reader): Remove get_token field.
9760         (struct include_hash): Rename to struct ihash.  Add typedef to
9761         IHASH.
9762         (struct if_stack): Remove fname field.
9763         (IF_STACK_FRAME): Rename to IF_STACK.
9764
9765         * cpperror.c (print_containing_files): Trust that there are no
9766         macro buffers below the top file buffer.
9767         * cppfiles.c: Replace all references to 'struct include_hash'
9768         with 'IHASH'.  Rename initialize_input_buffer to
9769         init_input_buffer.  Don't set or reference cpp_buffer->fname,
9770         use buffer->ihash->name instead.
9771         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
9772         not CPP_NULL_BUFFER.
9773         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
9774         IF_STACK_FRAME, IHASH not struct include_hash.
9775         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
9776         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
9777         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
9778         references to cpp_buffer->fname (delete entirely, or use
9779         ->ihash->name instead) and IF_STACK->fname.
9780         (cpp_push_buffer): Don't set new->underflow.
9781         (do_include): Use cpp_file_buffer.
9782
9783         * cpphash.c (collect_formal_parameters): Remove duplicate
9784         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
9785         used as a macro argument name.  Don't append "..." to namebuf
9786         for varargs macros.  After we're done scanning, go through
9787         namebuf and make it NUL separated, not comma separated.
9788         (_cpp_compare_defs): Remove register tag from variables.
9789         Expect defn->argnames to be NUL separated.
9790         (_cpp_dump_definition): Expect defn->argnames to be NUL
9791         separated and in forward order.
9792         * cpphash.h: Update documentation of argnames field.
9793
9794 2000-03-08  Richard Henderson  <rth@cygnus.com>
9795
9796         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
9797         to fail.  Don't pre-expand the source operand.
9798
9799         * i386.md (strlensi): Initialize eoschar and align before use.
9800
9801 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
9802
9803         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
9804         CONSTRUCTOR element.
9805
9806 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
9807
9808         * mips.c (mips_expand_prologue): If the last
9809         named argument is the vararg marker "va_list", treat it as
9810         an unnamed argument.
9811
9812 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
9813
9814         * dbxout.c (dbxout_parms): When correcting for promoted
9815         big-endian parameters, use the mode of the DECL_RTL rather
9816         than UNITS_PER_WORD.
9817
9818 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
9819
9820         * c-common.h (make_fname_decl): Declare.
9821         * c-common.c (make_fname_decl): Define.
9822         (declare_hidden_char_array): Remove.
9823         (declare_function_name): Use make_fname_decl.
9824         * c-decl.c (c_make_fname_decl): New function.
9825         (init_decl_processing): Set make_fname_decl.
9826
9827 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
9828
9829         * cccp.c (handle_directive): Initialize backslash_newlines_p.
9830
9831 2000-03-07  Philipp Thomas  <pthomas@suse.de>
9832
9833         * po/POTFILES.in: Remove cppalloc.c from file list.
9834
9835 2000-03-07  Steve Chamberlain  <sac@pobox.com>
9836
9837         * pj.c (pj_expand_prologue): current_function->args_info is
9838         now current_function_args_info.
9839
9840         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
9841         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
9842         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
9843
9844 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9845
9846         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
9847         output as hexadecimal rather than the default octal.
9848
9849 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
9850
9851         * cpphash.c (special_symbol): Fix thinko in previous commit.
9852
9853 2000-03-07  Neil Booth  <NeilB@earthling.net>
9854
9855         * cppexp.c (struct operation, left_shift, right_shift,
9856         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
9857         "int"s to "unsigned int"s.
9858         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
9859         Similarly.
9860         * cpplib.h: Update for above.
9861         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
9862         returned from allocations.
9863
9864         * cppinit.c (opt_comp, parse_options): New functions.
9865         (handle_option): Use parse_option to parse a single command
9866         line option, that possibly takes an argument.
9867         (cpp_handle_options): Sort the array of command line options on
9868         first invocation (non-ASCII hosts only).
9869         (print_help): Update.
9870
9871 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
9872
9873         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
9874         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
9875
9876         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
9877         initialized.
9878         * cppinit.c (cpp_cleanup): Free imp->nshort also.
9879
9880         * cpperror.c (cpp_print_containing_files,
9881         cpp_print_file_and_line, v_cpp_message): Rename to
9882         print_containing_files, print_file_and_line, and v_message.
9883         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
9884         to _cpp_parse_expr, parse_escape, and lex.
9885         (parse_charconst): Remove broken multibyte support.
9886         * cppfiles.c (include_hash): Make static.
9887         (cpp_included): New function.
9888         (merge_include_chains, find_include_file, finclude,
9889         simplify_pathname): Rename to _cpp_merge_include_chains,
9890         _cpp_find_include_file, _cpp_read_include_file, and
9891         _cpp_simplify_pathname.
9892         * cpphash.c (cpp_lookup, free_definition, delete_macro,
9893         cpp_install, create_definition, macroexpand, compare_defs,
9894         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
9895         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
9896         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
9897         * cppinit.c (cpp_handle_option): Rename to handle_option, make
9898         static.
9899         * cpplib.c: Remove extern prototype of cpp_parse_expr.
9900
9901         * cpphash.h: Update prototypes.
9902         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
9903
9904 2000-03-07  Andrew Haley  <aph@cygnus.com>
9905
9906         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
9907         PTRDIFF_TYPE should be based solely on Pmode.
9908         (SIZE_TYPE): ditto.
9909
9910 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9911
9912         * rtl.h (rtunion_def): Constify member `rtstr'.
9913         (emit_line_note_after, emit_line_note, emit_line_note_force,
9914         emit_note, decode_asm_operands): Constify.
9915
9916         * cse.c (canon_hash): Likewise.
9917
9918         * dbxout.c (dbxout_block): Likewise.
9919
9920         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
9921         v_warning_for_asm): Likewise.
9922
9923         * dwarfout.c (function_start_label): Likewise.
9924
9925         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
9926         emit_line_note_force): Likewise.
9927
9928         * final.c (last_filename, asm_insn_count, final_scan_insn,
9929         output_source_line): Likewise.
9930
9931         * function.h (struct emit_status): Likewise.
9932
9933         * gcse.c (hash_expr_1): Likewise.
9934
9935         * genattr.c (gen_attr, main): Likewise.
9936
9937         * genattrtab.c (struct function_unit, current_alternative_string,
9938         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
9939         attr_numeral, check_attr_test, check_attr_value,
9940         convert_set_attr_alternative, convert_set_attr,
9941         compute_alternative_mask, simplify_by_exploding, gen_attr,
9942         gen_unit): Likewise.
9943
9944         * genflags.c (gen_insn): Likewise.
9945
9946         * gengenrtl.c (type_from_format): Likewise.
9947
9948         * genopinit.c (gen_insn): Likewise.
9949
9950         * genoutput.c (n_occurrences, process_template, process_template):
9951         Likewise.
9952
9953         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
9954         Likewise.
9955
9956         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
9957         Likewise.
9958
9959         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
9960         ggc_set_mark, ggc_get_size): Likewise.
9961
9962         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
9963
9964         * optabs.c (init_one_libfunc): Likewise.
9965
9966         * output.h (assemble_start_function): Likewise.
9967
9968         * recog.c (decode_asm_operands): Likewise.
9969
9970         * toplev.c (rest_of_compilation): Likewise.
9971
9972         * tree.h (emit_line_note_after, emit_line_note,
9973         emit_line_note_force): Likewise.
9974
9975         * varasm.c (asm_output_bss, asm_output_aligned_bss,
9976         asm_emit_uninitialised, assemble_start_function,
9977         assemble_variable, const_hash, compare_constant_1,
9978         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
9979
9980         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
9981
9982         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
9983
9984         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
9985
9986         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
9987
9988         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
9989         arm_dllimport_name_p): Likewise.
9990
9991         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
9992         Likewise.
9993
9994         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
9995
9996         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9997
9998         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
9999         arm_mark_dllexport, arm_mark_dllimport,
10000         arm_pe_encode_section_info): Likewise.
10001
10002         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
10003         ASM_FINISH_DECLARE_OBJECT): Likewise.
10004
10005         * arm/thumb.c (thumb_function_prologue): Likewise.
10006
10007         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
10008
10009         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10010
10011         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
10012
10013         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
10014
10015         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
10016
10017         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10018
10019         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
10020         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
10021
10022         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
10023
10024         * i386/i386.c (asm_output_function_prefix): Likewise.
10025
10026         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
10027
10028         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10029
10030         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
10031
10032         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
10033         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
10034         ASM_OUTPUT_SECTION_NAME): Likewise.
10035
10036         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
10037
10038         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
10039
10040         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
10041
10042         * m32r/m32r.c (m32r_encode_section_info): Likewise.
10043
10044         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10045
10046         * mcore/mcore.c (mcore_encode_section_info): Likewise.
10047
10048         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10049
10050         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10051
10052         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10053
10054         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
10055
10056         * mips/mips.md (movdi, movsi): Likewise.
10057
10058         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10059
10060         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10061
10062         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10063
10064         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
10065         ASM_OUTPUT_ASCII): Likewise.
10066
10067         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
10068         output_mi_thunk, output_toc): Likewise.
10069
10070         * rs6000/rs6000.md (movsi): Likewise.
10071
10072         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
10073
10074         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
10075
10076         * v850/v850.c (print_operand, print_operand_address,
10077         v850_encode_data_area): Likewise.
10078
10079 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
10080
10081         * config/mips/mips.md (zero_extendsidi2): Always force operand
10082         one to memory for mips16.
10083
10084 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10085
10086         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
10087         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
10088         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
10089         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
10090         (min_precision): Result is unsigned.
10091         (add_double, neg_double, mul_double): Low word is unsigned.
10092         (lshift_double, rshift_double, lrotate_double): Likewise.
10093         (rrotate_double, div_and_round_double): Likewise.
10094         (tree_floor_log2, compare_tree_int): New functions.
10095         (preserve_rtl_expr_temps): New declaration.
10096         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
10097         (decl_attributes): Use tree_log2 to find alignment.
10098         Check for TREE_INT_CST_HIGH for format args.
10099         (min_precision): Now unsigned.
10100         Use tree_floor_log2.
10101         (truthvalue_conversion): Delete long-disabled code.
10102         * c-decl.c (finish_struct): Clean up tests on field width.
10103         (finish_function): Use compare_tree_int.
10104         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
10105         * c-typeck.c (comptypes): Use tree_int_cst_equal.
10106         (default_conversion, digest_init): Use compare_tree_int.
10107         (build_binary_op): Use integer_all_onesp and compare_tree_int.
10108         Fix type errors in forming masks.
10109         * calls.c (initialize_argument_information): Use compare_tree_int.
10110         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
10111         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
10112         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
10113         (store_field): Use compare_tree_int.
10114         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
10115         (expand_expr, case ARRAY_REF): Use compare_tree_int.
10116         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
10117         (do_store_flag): Use compare_tree_int.
10118         * fold-const.c (encode, decode): Low part is always unsigned.
10119         (force_fit_type, add_double, neg_double, mul_double): Likewise.
10120         (lshift_double, rshift_double, lrotate_double): Likewise.
10121         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
10122         (fold_convert): Use compare_tree_int.
10123         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
10124         (invert_truthvalue, case INTEGER_CST): Likewise.
10125         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
10126         * mkdeps.c (deps_dummy_targets): Make I unsigned.
10127         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
10128         (lshift_double, rshift_double, lrotate_double, rrotate_double):
10129         Likewise.
10130         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
10131         (expand_end_case): Use compare_tree_int.
10132         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
10133         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
10134         (layout_decl): Likewise.
10135         (layout_record, layout_union): Make sizes unsigned.
10136         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
10137         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
10138         * tree.c (struct type_hash): hashcode is unsigned.
10139         (build_type_attribute_variant, type_hash_list): Likewise.
10140         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
10141         (attribute_hash_list, build_array_type, build_method_type): Likewise.
10142         (build_complex_type): Likewise.
10143         (real_value_from_int_cst): Remove unneeded casts.
10144         (integer_all_onesp): Add casts.
10145         (tree_floor_log2, compare_tree_int): New functions.
10146         (build_index_type): Use tree_int_cst_sgn.
10147         * varasm.c (assemble_variable): Use compare_tree_int.
10148
10149 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
10150
10151         * cpphash.c (collect_expansion): Also catch ## at start of macro.
10152
10153         * varasm.c (make_decl_rtl): Don't add a number to members of
10154         local classes.
10155         (make_function_rtl): Likewise.
10156
10157 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10158
10159         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
10160         patch from 2000-01-28.
10161
10162 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
10163
10164         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
10165         filled with an insn from the jump target.
10166
10167 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10168
10169         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
10170         (c4x_external_ref): Likewise.
10171         * config/c4x/c4x.c (struct name_list): Likewise.
10172
10173 1999-12-16  Ben Collins  <bcollins@debian.org>
10174
10175         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
10176         argument to genmultilib.
10177         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
10178         the contents into the multilib.h header.
10179         * gcc.c: Declare multilib_exclusions for the specs file.
10180         (set_multilib_dir): Use it.
10181         (print_multilib_info): Likewise.
10182         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
10183         to pass to genmultilib.
10184
10185 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10186
10187         * builtins.c (built_in_class_names, built_in_names): Constify a
10188         char*.
10189
10190         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
10191         int.
10192         (_mcleanup): Ensure value matches format specifier in sprintf.
10193
10194         * cpphash.c (special_symbol): Don't needlessly cast away
10195         const-ness.
10196
10197         * cppinit.c (base_name): Delete unused prototype.
10198
10199         * mkdeps.c (deps_init): Make definition K&R safe.
10200
10201         * tree.h (built_in_class_names, built_in_names): Constify a
10202         char*.
10203
10204 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
10205
10206         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
10207         floating point instructions for epilogue delay.
10208
10209         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
10210         to gas if it supports .register pseudo.
10211
10212         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
10213         LONG_DOUBLE_TYPE_SIZE if not defined.
10214         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
10215         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
10216         * real.c: Likewise.
10217         * gengenrtl.c: Likewise.
10218         * print-rtl.c: Likewise.
10219         * rtl.c: Likewise.
10220         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
10221         MASK_LONG_DOUBLE_128.
10222         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
10223         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
10224         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
10225         (SUBTARGET_SWITCHES): Define.
10226         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
10227         with -mlong-double-128.
10228         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
10229         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
10230         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
10231         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
10232         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
10233         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
10234         with -mlong-double-128.
10235         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
10236         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
10237         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
10238         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
10239         TARGET_LONG_DOUBLE_128): Define.
10240         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
10241         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
10242         long double on TARGET_ARCH64.
10243
10244 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
10245
10246         * function.c (free_temps_for_rtl_expr): Don't free slots
10247         that have been pushed into a higher level.
10248
10249         Revert this patch:
10250         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
10251
10252 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
10253
10254         * basic-block.h (ALLOCA_REG_SET): Remove.
10255         (INITIALIZE_REG_SET): New macro.
10256         * flow.c (update_life_info): Use it.
10257         (calculate_global_regs_live): Likewise.
10258         (propagate_block): Likewise.
10259         * global.c (build_insn_chain): Likewise.
10260         * haifa-sched.c (schedule_region): Likewise.
10261
10262 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
10263
10264         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
10265         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
10266         (DWARF_ARANGES_PAD_SIZE): New define.
10267         (output_aranges): Use it to pad the address range header.
10268         (DWARF_ROUND): Fix for non power of 2 rounding.
10269
10270 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
10271
10272         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
10273
10274 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
10275
10276         * tree.def (RTL_EXPR): Update documentation.
10277         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
10278         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
10279         * function.c (preserve_rtl_expr_temp): New function.
10280         (preserve_rtl_expr_temps): Likewise.
10281         (preserve_rtl_expr_result): Use it.
10282
10283         Revert this patch:
10284         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
10285
10286 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
10287
10288         * regmove.c (copy_src_to_dest)  Do not create src->dest move
10289         for unchanging destination.
10290
10291 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
10292
10293         * function.h (struct sequence_stack): Remove rtl_expr.
10294         (struct emit_staus): Likewise.
10295         (seq_rtl_expr): Remove.
10296         * tree.h (free_temps_for_rtl_expr): Don't declare.
10297         (start_sequence_for_rtl_expr): Likewise.
10298         * rtl.h (preserve_rtl_expr_result): Likewise.
10299         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
10300         (start_sequence_for_rtl_expr): Remove.
10301         (push_topmost_sequence): Don't save sequence_rtl_expr.
10302         (pop_topmost_sequence): Remove comment about not restoring it.
10303         (end_sequence): Don't set seq_rtl_expr.
10304         (init_emit): Don't initialize it.
10305         (mark_sequence_stack): Don't mark it.
10306         (mark_emit_status): Likewise.
10307         * except.c (protect_with_terminate): Use
10308         start_sequence_for_rtl_expr, not start_sequence.
10309         * expr.c (expand_expr, case RTL_EXPR): Don't call
10310         preserve_rtl_expr_result or free_temps_for_rtl_expr.
10311         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
10312         (preserve_rtl_expr_result): Remove.
10313         (free_temps_for_rtl_expr): Likewise.
10314         (pop_temp_slots): Likewise.
10315         (mark_temp_slot): Don't mark the rtl_expr.
10316         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
10317         start_sequence_for_rtl_expr.
10318
10319 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
10320
10321         * mkdeps.c, mkdeps.h: New files.
10322         * po/POTFILES.in: Add them.
10323         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
10324         (cpplib.o, cppinit.o): Depend on mkdeps.h.
10325         (mkdeps.o): New target.
10326
10327         * cppfiles.c: Delete deps_output.
10328         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
10329         OBJECT_SUFFIX, and base_name.
10330         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
10331         the include hash.
10332         (initialize_dependency_output): Use deps_init,
10333         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
10334         all the unnecessary string bashing.
10335         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
10336         level.
10337         * cpplib.c (do_include): Use deps_add_dep.
10338         * cpplib.h (struct cpp_reader): Replace deps_buffer,
10339         deps_allocated_size, deps_size, deps_column members with
10340         single pointer to a struct deps.  Delete prototype of
10341         deps_output.
10342
10343         * cppinit.c: Fix thinko in previous patch.
10344
10345 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10346
10347         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
10348         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
10349         (mode_for_size_tree): New function.
10350         (layout_decl, layout_type): Call it and clean up BLKmode checks.
10351         * tree.h (mode_for_size_tree): New declaration.
10352
10353         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
10354
10355 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
10356
10357         * stmt.c (is_body_block): Move...
10358         * dwarfout.c, dwarf2out.c: ...from here.
10359         * tree.h: Declare it.
10360         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
10361         * final.c (final_start_function): Do call remove_unnecessary_notes
10362         when scheduling.
10363
10364 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
10365
10366         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
10367
10368         * cpplib.h (_dollar_ok): New macro.
10369         (is_idchar, is_idstart): Use it.
10370         (IStable): Rename to _cpp_IStable.  Declare it const if
10371         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
10372         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
10373         is_space): Update for renamed IStable.
10374
10375         * cppinit.c: Delete all references to FAKE_CONST and CAT
10376         macros. Define init_IStable as empty macro if gcc >=2.7 or
10377         C99. Change TABLE() to ISTABLE and hardcode name of table.
10378         (cpp_start_read): Don't change the IStable based on
10379         dollars_in_ident.
10380
10381         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
10382         changed.  Handle '$' for char1 correctly.
10383         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
10384
10385         * cppexp.c (tokentab2): Make const.
10386         (cpp_lex): Make toktab const.
10387         * cppinit.c (include_defaults_array): Make const.
10388         (initialize_standard_includes): Make default_include const.
10389
10390 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
10391
10392         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
10393         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
10394         (gen_decl_die): Likewise.
10395         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
10396         (output_decl): Likewise.
10397
10398         * varasm.c (make_function_rtl): If we change the name used in the
10399         rtl, update DECL_ASSEMBLER_NAME accordingly.
10400         (make_decl_rtl): Likewise.
10401
10402         * toplev.c (rest_of_compilation): Tweak formatting.
10403
10404         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
10405         remove_unnecessary_notes.
10406         (debug_ignore_block): New fn.
10407         * toplev.h: Declare it.
10408         * emit-rtl.c (remove_unncessary_notes): Call it.
10409         * dwarf2out.c (dwarf2out_ignore_block): New fn.
10410         * dwarf2out.h: Declare it.
10411         * final.c (final_start_function): Don't call remove_unnecessary_notes
10412         if we did insn scheduling.
10413
10414 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
10415
10416         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
10417         * cpplib.h: Delete SET_CPP_PEDANTIC.
10418
10419 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10420
10421         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
10422         result is a RECORD_TYPE.
10423
10424 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
10425
10426         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
10427
10428 2000-03-03  Richard Henderson  <rth@cygnus.com>
10429
10430         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
10431         addition over compliments over shifts.
10432
10433 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10434
10435         * reload1.c (reload_combine_note_use): Handle return register USEs.
10436         REG case: Handle multi-hard-register hard regs.
10437
10438 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10439
10440         * md.texi: Document use of '*' in insn pattern name.
10441
10442 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
10443
10444         * calls.c (special_function_p): operator new may not be malloc-like.
10445
10446         * gcse.c (dump_hash_table): Really fix error in last change.
10447
10448 2000-03-02  Denis Chertykov  <denisc@overta.ru>
10449
10450         * avr.c (print_operand): Use print_operand_address instead of
10451         output_addr_const.
10452         * avr/libgcc.S: Cleanup code.
10453
10454 2000-03-02  Richard Henderson  <rth@cygnus.com>
10455
10456         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
10457
10458 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
10459
10460         * tree.h (TYPE_ALIGN_UNIT): New macro.
10461
10462 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
10463
10464         * i386.c: (constant_call_address_operand): Reject CONST_INT.
10465
10466 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
10467
10468         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
10469         for the buffer.
10470         (SET_CPP_PEDANTIC): New macro.
10471         * cpplib.c (do_include): Don't bother checking system_header_p.
10472         (do_warning, do_ident, do_assert, do_unassert): Likewise.
10473         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
10474
10475         * function.h (struct expr_status): Add x_arg_space_so_far.
10476         (arg_space_so_far): New macro.
10477         * expr.c (init_expr): Initialize it.
10478         * calls.c (emit_call_1): Reset it.
10479         (compute_argument_block_size, expand_call): Use it.
10480         (expand_call, store_one_arg): Increment it.
10481
10482 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10483
10484         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
10485         a UNION_TYPE.
10486
10487 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
10488
10489         * cppfiles.c (cpp_read_file): New function.
10490
10491         * cpphash.c (collect_expansion): Make sure to reset last_token
10492         to NORM when we hit a string.  Handle trailing whitespace
10493         properly when the expansion is empty.
10494         (create_definition): Disable line commands while parsing the
10495         directive line.
10496         (dump_definition): If pfile->lineno == 0, output a line
10497         command ahead of the dump, and add a trailing newline.
10498
10499         * cppinit.c (append_include_chain): Add fifth argument, which
10500         indicates whether or not system headers are C++ aware.
10501         (initialize_standard_includes): New function,
10502         broken out of read_and_prescan.  Pass 'cxx_aware' value from
10503         the include_defaults_array on to append_include_chain.
10504         (dump_special_to_buffer): Const-ify char array.
10505         (builtin_array): Don't dump __BASE_FILE__.
10506         (cpp_start_read): Use cpp_read_file.  Reorder code for
10507         clarity.  Don't output line commands here for -D/-A/-U
10508         switches.  Don't call deps_output for files included with
10509         -include or -imacros.
10510
10511         * cpplib.c (do_define): Don't pay any attention to the second
10512         argument.
10513         (cpp_expand_to_buffer): Disable line commands while scanning.
10514         (output_line_command): Work in the file buffer.
10515         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
10516         Fix formatting of comments.  Prototype cpp_read_file.
10517
10518 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10519
10520         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
10521         reference the language-equivalent of sizetype.
10522         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
10523         * fold-const.c (size_binop, size_diffop): Put back checks.
10524         * gcse.c (dump_hash_table): Fix minor error in last change.
10525         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
10526         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
10527         all sizetypes.
10528
10529 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
10530
10531         * calls.c (expand_call)  Do not attempt to combine stack adjustments
10532         with inhibit_defer_pop set.
10533
10534 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
10535
10536         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
10537         the DECL_SIZE for a FIELD_DECL.
10538
10539 2000-03-01  Bruce Korb  <bkorb@gnu.org>
10540
10541         * fixinc/inclhack.tpl: remove unused symlinks
10542         * fixinc/README: GCC Maintainer info
10543         * fixinc/inclhack.sh: regen
10544         * fixinc/fixincl.sh: regen
10545
10546 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
10547
10548         * cpphash.c (collect_expansion): Trim trailing white space
10549         from macro definitions, but don't go past the last insertion
10550         point.
10551
10552 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
10553
10554         * i386.md (mulqi3): New pattern.
10555
10556 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
10557
10558         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
10559         token types.
10560         (struct cpp_reader): Add parsing_if_directive and
10561         parsing_define_directive flags.
10562         (struct cpp_options): Remove output_conditionals flag.
10563         (check_macro_name): Delete prototype.
10564
10565         * cpphash.h (struct macrodef): Delete.
10566         (struct reflist): Separate from struct definition.
10567         (struct definition): Remove unused fields.  Add column number.
10568         (create_definition): Returns a DEFINITION *.  Takes a
10569         cpp_reader * and an int.
10570
10571         * cpphash.c (SKIP_WHITE_SPACE): Delete.
10572         (PEEKC): Copy defn from cpplib.c.
10573         (rest_extension, REST_EXTENSION_LENGTH): Delete.
10574         (struct arg): New.
10575         (struct arglist): Simplify.
10576         (collect_expansion): Rewrite.  Get tokens by calling
10577         cpp_get_token.  Add more error checking.
10578         (collect_formal_parameters): New function, broken out of
10579         create_definition and reworked to use get_directive_token.
10580         (create_definition): All real work is now in collect_expansion
10581         and collect_formal_parameters.  do_define handles finding the
10582         macro name.  Return a DEFINITION, not a MACRODEF.
10583         (macroexpand): Replace bcopy with memcpy throughout.  Replace
10584         character-at-a-time copy loop with memcpy and pointer increments.
10585         (compare-defs): d1->argnames / d2->argnames might be null.
10586
10587         * cpplib.c (copy_rest_of_line): Delete function.
10588         (skip_rest_of_line): Do all the work ourselves.
10589         (skip_string): New function.
10590         (parse_string): Use skip_string.
10591         (get_macro_name): New function.
10592         (check_macro_name): Delete.
10593         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
10594         (cpp_skip_hspace): Use CPP_BUMP_LINE.
10595         (handle_directive): ICE if we're called on a macro buffer.
10596         (do_define): Determine macro name and type (funlike/objlike)
10597         here.  Expunge all uses of MACRODEF.
10598         (cpp_push_buffer): Set line_base to NULL.
10599         (do_undef, read_line_number): Don't worry about getting a POP token.
10600         (eval_if_expression): Set/reset parsing_if_directive around
10601         cpp_parse_expr. Don't clear only_seen_white.
10602         (skip_if_group): Remove output_conditionals logic.  Use
10603         skip_rest_of_line.
10604         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
10605         tokens under appropriate conditions.
10606         (cpp_unassert): Call do_unassert not do_assert.  Oops.
10607
10608         * cppexp.c (parse_defined): New function, break out of
10609         cpp_lex.
10610         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
10611         ourselves, with cpp_defined.
10612         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
10613
10614         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
10615         * gcc.dg/strpaste-2.c: New.
10616
10617 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
10618
10619         * fold-const.c (size_binop): Don't asert inputs are the same and
10620         have TYPE_IS_SIZETYPE set.
10621         (size_diffop): Likewise.
10622
10623 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
10624
10625         * dwarfout.c (output_block): Output abstract blocks even if they
10626         don't have TREE_ASM_WRITTEN set.
10627
10628         * calls.c (emit_library_call): Check for null REG.
10629
10630 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
10631
10632         * c-decl.c (current_function_decl): Move to toplev.c.
10633         (init_decl_processing): Don't add current_function_decl as a ggc
10634         root here.
10635         * dbxout.c (dbxout_symbol): Change return type to int.
10636         (dbxout_symbol_location, dbxout_syms): Likewise.
10637         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
10638         any locals. Use current_function_func_begin_label if set.
10639         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
10640         * dwarf2out.c (dwarf2out_begin_prologue): Set
10641         current_function_func_begin_label.
10642         * final.c (final_start_function): Reset it.
10643         * toplev.c (current_function_decl): Define it here.
10644         (current_function_func_begin_label): New variable.
10645         (main): Add both as ggc roots.
10646         * tree.h (current_function_func_begin_label): Declare.
10647
10648 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10649
10650         * gcse.c: Cleanups throughout: mostly white-space, but also
10651         some minor rearrangement of code.
10652
10653 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
10654
10655         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
10656         returns a PARALLEL.  Use emit_group_load and use_group_regs
10657         as needed.
10658         (emit_library_call_value): Similarly.
10659
10660         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
10661         * pa/quadlib.asm: Remove.
10662         * pa/quadlib.c: New file.
10663
10664         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
10665         * configure: Rebuilt.
10666
10667 2000-02-29  Philip Blundell  <pb@futuretv.com>
10668
10669         * config/arm/conix-elf.h: New file.
10670         * configure.in (arm*-*-conix*): New configuration.
10671         * configure: Regenerate.
10672
10673 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
10674
10675         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
10676         don't have TREE_ASM_WRITTEN set.
10677
10678 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10679
10680         * Eliminate DECL_FIELD_SIZE.
10681         * builtins.c (built_in_class_names, built_in_names): New variables.
10682         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
10683         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
10684         DECL_SIZE, not DECL_FIELD_SIZE.
10685         * print-tree.c (print_node): Remove code that prints extra blank
10686         lines in some cases.
10687         Properly handle inline and builtin function cases.
10688         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
10689         * tree.h (built_in_class_named, built_in_names): New declarations.
10690         (union tree_decl): Rename internal unions to u1 and u2 and change
10691         some of their components.
10692         Add new field built_in_class.
10693         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
10694         Reflect above changes.
10695         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
10696         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
10697         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
10698         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
10699
10700 2000-02-28  Dmitri Makarov  <dim@windriver.com>
10701
10702         * extend.texi: Document ARM's support for long/short calls.
10703
10704         * invoke.texi: Document ARM's -mlong-calls command line switch.
10705
10706         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
10707         (arm_encode_call_attribute): Add prototype.
10708         (arm_set_default_type_attribute): Add prototype.
10709         (arm_strip_name_encoding): Add prototype.
10710
10711         * config/arm/arm.c (arm_init_cumulative_args): replace
10712         initialisation og 'long_calls' field with initialisation of
10713         'call_cookie' field.
10714         (enum arm_pragma_enum): New enum.
10715         (arm_pragma_long_calls): New static variable.
10716         (arm_process_pragma): Also process "#pragma long_calls_off".
10717         (arm_valid_type_attribute_p): Accept short_call attribute.
10718         (arm_comp_type_attributes): Check long/short call attributes.
10719         (arm_encode_call_attribute):  New function:  Encode long_call
10720         or short_call attribute in function name.
10721         (arm_set_default_type_attributes): New function: Assign
10722         default attributes to newly defined type.
10723         (current_file_function_operand): New function: Return true if
10724         the symbol is a function which has already been compiled.
10725         (arm_is_longcall_p): New function: Return true if the
10726         indicated function should be called via a long call.
10727         (arm_get_strip_length): New function.  Returns number of
10728         prefix characters to be stripped from a function's name.
10729         (arm_strip_name_encoding): New function.  Strip prefix characters
10730         from a function's name.
10731
10732         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
10733         with 'call_cookie'.
10734         (SHORT_CALL_FAG_CHAR): Define.
10735         (LONG_CALL_FAG_CHAR): Define.
10736         (ENCODED_SHORT_CALL_ATTR_P): Define.
10737         (ENCODED_LONG_CALL_ATTR_P): Define.
10738         (ARM_NAME_ENCODING_LENGTHS): Define.
10739         (STRIP_NAME_ENCODING): Define.
10740         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
10741         (ARM_ENCODE_CALL_TYPE): Define.
10742         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
10743         (ARM_DECLARE_FUNCTION_SIZE): Define.
10744         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
10745
10746         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
10747         if a long call is needed.
10748         (call_value): Ditto.
10749         (call_symbol): Ditto.
10750
10751         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
10752         ARM_DECLARE_FUNCTION_SIZE.
10753
10754         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
10755         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
10756         (ARM_STRIP_NAME_ENCODING): Undefine.
10757         (STRIP_NAME_ENCODING): Undefine.
10758         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
10759         (ASM_DECLARE_FUNCTION_NAME): Ditto.
10760         (ASM_OUTPUT_COMMON): Ditto.
10761         (ASM_DECLARE_OBJECT_NAME): Ditto.
10762
10763         * config/arm/pe.c (arm_dllexport_name_p): Check for
10764         ARM_PE_FLAG_CHAR.
10765         (arm_dllimport_name_p): Ditto.
10766         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
10767         (arm_mark_dllimport): Ditto.
10768
10769 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10770
10771         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
10772
10773 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
10774
10775         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
10776
10777 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
10778
10779         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
10780         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
10781         NO_BUILTIN_WCHAR_TYPE is not defined.
10782         (CPP_WCHAR_TYPE): Delete.
10783         * cccp.c (main): Don't change wchar_type if cplusplus.
10784         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
10785
10786 2000-02-28  Nick Clifton  <nickc@cygnus.com>
10787
10788         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
10789
10790 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
10791
10792         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
10793         (ASM_WEAKEN_LABEL): Define.
10794
10795 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
10796
10797         * expr.c (store_constructor): Do not emit USE.
10798         * rtl.h (stupid_life_analysis): Remove.
10799
10800 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10801
10802         * function.c (number_blocks): Reset next_block_index based on
10803         what debugging format is used, not what is defined.
10804
10805         * lcm.c: Minor reformatting throughout.
10806         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
10807
10808         * toplev.c (rest_of_compilation): Account for time in
10809         optimize_mode_switching.
10810
10811         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
10812         if only marking labels.
10813
10814 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
10815
10816         * calls.c (expand_call): Attempt to combine stack adjustments with
10817         pending stack adjustments.
10818
10819 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10820
10821         * loop.c (reg_in_basic_block_p): Don't abort when falling through
10822         to the end of the function.
10823
10824 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
10825
10826         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
10827         blocks.
10828         * final.c (next_block_index): Remove.
10829         (max_block_depth): Likewise.
10830         (pending_blocks): Likewise.
10831         (init_final): Don't initialize them.
10832         (final_start_function): Don't set next_block_index.  Set up
10833         BLOCK_NUMBER.
10834         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
10835         * function.h (number_blocks): New function.
10836         * function.c (get_block_vector): New function.
10837         (identify_blocks): Use it.
10838         (reorder_blocks): Set NOTE_BLOCK.
10839         (number_blocks): New function.
10840         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
10841         * tree.h (BLOCK_NUMBER): New macro.
10842         (tree_block): Add block_num field.
10843         * dbxout.c (next_block_number): Remove.
10844         (dbxout_init): Don't set it.
10845         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
10846         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
10847         block numbers.
10848         * toplev.c (rest_of_compilation): Always call
10849         find_loop_tree_blocks.  Fix indentation.
10850         * dwarf2out.c (next_block_number): Remove.
10851         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
10852         to determine block numbers.
10853         (gen_inlined_subroutine_die): Likewise.
10854         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
10855         (decls_for_scope): Don't increment next_block_number.
10856         * dwarfout.c (next_block_number): Remove.
10857         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
10858         to determine block numbers.
10859         (output_inlined_subroutine_die): Likewise.
10860         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
10861         (output_decls_for_scope): Don't increment next_block_number.
10862         * sdbout.c (next_block_number): Remove.
10863         (sdbout_block): Use BLOCK_NUMBER.
10864         (sdbout_begin_block): Simplify.
10865         * xcoffout.c (next_block_number): Remove.
10866         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
10867         (xcoffout_begin_block): Don't set next_block_number.
10868         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
10869         next_block_number.
10870
10871 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10872
10873         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
10874         (expand_builtin_strcpy): Pass correct type to size_binop.
10875         (expand_builtin_strcmp): Likewise.
10876         Clean up conditional structure.
10877         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
10878         (complete_array_type): Don't use size_binop for MAXINDEX.
10879         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
10880         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
10881         (c_alignof): Use size_one_node.
10882         (build_unary_op): Pass arg of proper type to size_binop.
10883         (really_start_incremental_init, push_init_level): Use sizetype for
10884         constructor{,_bit,_unfilled}_index.
10885         (pop_init_label, output_init_element): Likewise.
10886         (output_pending_init_elements, process_init_element): Likewise.
10887         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
10888         * expr.c (store_expr): Use size_int.
10889         (store_constructor): Use proper types for size_binop args.
10890         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
10891         (expand_expr_unaligned): Likewise.
10892         (string_contant): Return object of sizetype.
10893         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
10894         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
10895         (ARGS_SIZE_TREE): Pass proper types to size_binop.
10896         * fold-const.c (int_const_binop): Refine when size_int is called.
10897         (fold_convert): Likewise.
10898         (size_int_wide): Rework to take KIND as arg, only take low order
10899         bits, handle new sizetype_tab datatype, and chain entries in
10900         size_table.
10901         (size_int_type_wide): New function.
10902         (size_binop): Validate types of arguments.
10903         (ssize_binop): Deleted.
10904         (size_diffop): New function.
10905         (extract_muldiv): Only fold division into multiplication for sizetypes.
10906         * function.c (assign_parms): Use size_diffop and make sure
10907         VAR field is of ssizetype; also pass proper type to size_binop.
10908         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
10909         (round_down): Deleted from here.
10910         * store-layout.c (sizetype_tab): Now an array.
10911         (sizetype_set, early_root_list): New variables.
10912         (variable_size): Use size_one_node.
10913         (round_up): Pass proper type to size_binop.
10914         (round_down): Moved to here and corrected as above.
10915         (layout_record): Pass proper arg types to size_binop.
10916         (layout_type): Likewise.
10917         If sizetype_set is zero, record the type just laid out.
10918         (make_unsigned_type): Don't call set_sizetype;
10919         (make_signed_type): Likewise; also, call fixup_signed_type.
10920         (initialize_sizetypes): New function.
10921         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
10922         set name of bitsizetype to "bit_size_type".
10923         Fix up type of sizes of all types made before call.
10924         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
10925         * tree.c (fix_sizetype): Deleted.
10926         (build_common_tree_nodes): Call initialize_sizetypes.
10927         (build_common_tree_nodes_2): Don't call fix_sizetype.
10928         * tree.h (TYPE_IS_SIZETYPE): New macro.
10929         (initialize_sizetype): New declaration.
10930         (enum size_type_kind): New type.
10931         (struct sizetype_tab): Deleted.
10932         (sizetype_tab): Now array; adjust sizetype macros.
10933         (size_diffop, size_int_type_wide): New functions.
10934         (size_int_wide): Change number of args and type; access macros changed.
10935         (ssize_int, sbitsize_int): New macros.
10936         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
10937         (ROUND_TYPE_SIZE_UNIT): New macro.
10938
10939 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
10940
10941         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
10942
10943 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10944
10945         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
10946         Mark as possibly unused.
10947
10948         * cse.c (cse_insn): Delete dead code involving tablejump.
10949         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
10950
10951         * Makefile.in (libcpp.a): Start by deleting it.
10952
10953 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10954
10955         * cpplib.h (enum file_change_code): Added rename_file.
10956         * cpplib.c (do_line): If a filename is given, set file_change to
10957         rename_file.
10958         (output_line_command): If file_change is rename_file, always
10959         output a # directive with the file name.
10960
10961         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
10962
10963 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
10964
10965         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
10966         when copying a PARM_DECL or RESULT_DECL.
10967
10968 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10969
10970         * fix-header.c (recognized_function): Also fix prototypes for
10971         functions taking "void".
10972
10973 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
10974
10975         * reload1.c (do_output_reload): Check reg_reloaded_valid before
10976         looking at reg_reloaded_contents.
10977
10978 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
10979
10980         * Makefile.in (STMP_FIXINC): New toggle.
10981         (LIBGCC2_DEPS): Delete all references.
10982         (stmp-headers): Delete target.  All references either deleted
10983         or changed to stmp-int-headers.
10984         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
10985         (LIBCPP_OBJS): Take out cppalloc.o.
10986         (cppalloc.o): Delete target.
10987         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
10988         (gen-protos, fix-header): Link with libiberty.a.
10989         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
10990         to empty.
10991
10992         * configure.in: Remove refs to strerror.
10993         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
10994         * system.h: Take out strerror stanza.
10995
10996         * cpperror.c (my_strerror): Delete function.
10997         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
10998         * cppmain.c (main): Call xmalloc_set_program_name first thing.
10999         * cppalloc.c: Delete file.
11000         * gen-protos.c: Don't provide xrealloc.
11001
11002         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
11003         xstrerror throughout.
11004
11005 2000-02-26  Bruce Korb  <bkorb@gnu.org>
11006
11007         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
11008         match for DOS headers, too.
11009         * fixinc/inclhack.sh,fixincl.x: Regenerate.
11010
11011 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
11012
11013         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
11014         is right for most ELF targets.
11015         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
11016         Let the default file use %U properly.
11017         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
11018         default.
11019
11020         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
11021         numbers.
11022
11023 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11024
11025         * toplev.c (documented_lang_options): Correct spelling error.
11026         (decode_d_option, decode_f_option, main): Likewise.
11027
11028         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
11029
11030         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
11031         to tell assembler it is permitted to expand large constants.
11032
11033 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
11034
11035         * protoize.c: (AUX_INFO_SUFFIX): New macro.
11036         (aux_info_suffix): Use.
11037         (SAVE_SUFFIX): New macro.
11038         (save_suffix): Use.
11039         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
11040         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
11041         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
11042
11043         * invoke.texi (Running Protoize): Update documentation.
11044
11045 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
11046
11047         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
11048
11049 2000-02-25  John Wehle  (john@feith.com)
11050
11051         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
11052
11053 2000-02-25  Anthony Green  <green@cygnus.com>
11054
11055         * toplev.c (rest_of_compilation): Rebuild jump labels if
11056         combine_instructions has created a new direct jump.
11057         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
11058         when appropriate.
11059         (combine_instructions): Call try_combine with new argument.
11060         Return non-null value when new direct jump instruction is created.
11061         * rtl.h: combine_instructions returns an int.
11062
11063 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
11064
11065         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
11066         jump when changing a computed jump into a jump to a known
11067         target.
11068
11069 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
11070
11071         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
11072         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
11073
11074         * i386.md (define_expand "clrstrsi"): Fix typo.
11075
11076 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
11077
11078         * rtl.texi: Fix typo.
11079
11080 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11081
11082         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
11083         UNITS_PER_WORD.  Change caller initial_elimination_offset.
11084         (rounded_frame_size): Take into account that argument pushed has
11085         changed.  Fix TARGET_ALIGN_DOUBLE problem.
11086
11087 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
11088
11089         * haifa-sched.c (schedule_block): Explain the real reason
11090         we delete REG_SAVE_NOTEs on the first insn of a block.
11091         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
11092
11093 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
11094
11095         * input.h (push_srcloc): New function.
11096         (pop_srcloc): Likewise.
11097         * toplev.c (push_srcloc): Define it.
11098         (pop_srcloc): Likewise.
11099
11100 2000-02-24  Richard Henderson  <rth@cygnus.com>
11101
11102         * flow.c (life_analysis): When collecting reg info, clear
11103         regs_ever_live.
11104
11105 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11106
11107         Fix bug exposed by reload.c no longer rounding the frame
11108         size to BIGGEST_ALIGNMENT:
11109         * sh.c (rounded_frame_size): New function.
11110         (sh_expand_prologue, sh_expand_epilogue): Use it.
11111         (initial_elimination_offset): Likewise.
11112
11113 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11114
11115         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
11116         * sh-protos.h (sh_need_epilogue): Declare.
11117         * sh.c (sh_need_epilogue_known): New static variable.
11118         (sh_need_epilogue): New function.
11119         (function_epilogue): Clear need_epilogue_known.
11120         * sh.md (return): Split into expander / insn pattern.
11121         Make the expander conditional on ! sh_need_epilogue ().
11122
11123 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
11124
11125         * machmode.h (get_mode_alignment): Declare.
11126         (GET_MODE_ALIGNMENT): Call it.
11127         * stor-layout.c (get_mode_alignment): New function. Make
11128         sure alignment is always power of 2.
11129
11130 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
11131
11132         * i386.h: Remove useless definition of "I386" and misleading
11133         comment above it.
11134
11135 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
11136
11137         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
11138         under which TREE_PERMANENT will be set.
11139         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
11140         build1): Use TREE_SET_PERMANENT.
11141         * print-tree.c (print_node): Don't report value of
11142         TREE_PERMANENT if ggc_p is true.
11143
11144         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
11145         decide whether to give a type a new alias set.
11146         * objc/objc-act.c (build_objc_string_object): Never copy the string.
11147         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
11148         of value of 'obstack'.
11149
11150
11151 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11152
11153         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
11154
11155 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11156
11157         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
11158         * cpplib.c (cpp_get_token): Produce them.
11159         * cppexp.c (cpp_lex): Handle them.
11160
11161 2000-02-23  Nick Clifton  <nickc@cygnus.com>
11162
11163         * config/arm/arm.c (arm_comp_type_attributes): Simply and
11164         comment tests on type attributes.
11165
11166 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11167
11168         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
11169         conform to documentation.
11170         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
11171         to check for special cases.
11172         * sh-protos.h (sh_loop_align): Declare.
11173         * sh.c (sh_loop_align): Define.
11174
11175 2000-02-22  Andrew Haley  <aph@cygnus.com>
11176
11177         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
11178         (SIZE_TYPE): Is 32 bits when using -mgp32.
11179         (PTRDIFF_TYPE): Ditto.
11180
11181 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11182
11183         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
11184
11185 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
11186
11187         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
11188         BIGGEST_FIELD_ALIGNMENT a constant.
11189
11190 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
11191
11192         * dwarf2out.c (output_line_info): Put the marker for the end of
11193         the line number info at the actual end.
11194         (gen_struct_or_union_type_die): Use decl_function_context
11195         to check for local classes.
11196         * dwarfout.c (output_type): Likewise.
11197
11198 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
11199
11200         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
11201         for arguments with a mode, but no type.
11202         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
11203         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
11204         * pa/long_double.h: New file.
11205         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
11206         both have 128bit wide long doubles.
11207         * configure: Rebuilt.
11208
11209 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11210
11211         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
11212
11213         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
11214         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
11215         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
11216
11217         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
11218
11219         * integrate.c (compare_blocks, find_block): Likewise.
11220
11221         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
11222
11223         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
11224
11225         * stmt.c (stmt_status, set_file_and_line_for_stmt,
11226         expand_asm_operands): Likewise.
11227
11228 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
11229
11230         * predict.c (estimate_probability): Added the pointer heuristic to
11231         the collection of static branch predictors.
11232
11233 2000-02-21  Catherine Moore  <clm@cygnus.com>
11234
11235         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
11236         * invoke.texi (-mfix7000): Document.
11237
11238 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
11239
11240         * diagnostic.c (init_output_buffer): Make it possible to output at
11241         least 32 characters if we're given a too long prefix.
11242
11243 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
11244
11245         * varasm.c (initializer_constant_valid_p): Call
11246         lang_expand_constant to simplify the constant.
11247
11248 2000-02-20  Bruce Korb  <bkorb@gnu.org>
11249
11250         * fixinc/inclhack.def(stdio_va_list):
11251         typedef needs to be disabled.
11252         * fixinc/inclhack.sh: regen
11253         * fixinc/fixincl.x: regen
11254
11255 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
11256
11257         * print-rtl.c (print_rtx): Don't print addresses when
11258         flag_dump_unnumbered.
11259
11260 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11261
11262         * sparc.c (sparc_output_scratch_registers): Mark parameter with
11263         ATTRIBUTE_UNUSED.
11264         (sparc_va_arg, sparc_flat_output_function_prologue,
11265         sparc_flat_output_function_epilogue): Cast value to unsigned in
11266         comparison.
11267         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
11268
11269         * sparc.md: Add default case in switch.
11270
11271 2000-02-19  Richard Henderson  <rth@cygnus.com>
11272
11273         * c-typeck.c (add_pending_init): Don't abort for multiple
11274         fields at the same offset.
11275         (pending_init_member): Test the correct member.
11276
11277 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11278
11279         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
11280         instead of SImode.
11281         (start_catch_handler) : Same.
11282
11283 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
11284
11285         * Makefile.in: Have flow.o depend on $(EXPR_H)
11286
11287 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11288
11289         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
11290         * c-decl.c (duplicate_decls, finish_enum): Likewise.
11291         (finish_decl): Remove -Wlarger-than code from here.
11292         * flags.h (id_clash_len): Now int.
11293         (larger_than_size): Now HOST_WIDE_INT.
11294         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
11295         Clean up checking to see if in table.
11296         (make_bit_field_ref): Remove extra parm to bitsize_int.
11297         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
11298         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
11299         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
11300         and for computing size of decl.
11301         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
11302         Move -Wlarger-than code to here.
11303         (layout_record): Remove extra arg to bitsize_int.
11304         Set TYPE_BINFO_SIZE_UNIT.
11305         (layout_union): Remove extra arg to bitsize_int.
11306         Use proper type for size of QUAL_UNION.
11307         (layout_type): Remove extra arg to bitsize_int.
11308         * toplev.c (id_clash_len): Now int.
11309         (larger_than_size): Now HOST_WIDE_INT.
11310         (decode_W_option): Clean up id-clash and larger-than- cases.
11311         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
11312         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
11313         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
11314         (struct tree_decl): New field size_unit.
11315         (size_int_wide): No HIGH operand; NUMBER is now signed.
11316         (size_int_2): Deleted.
11317         (size_int, bitsize_int): Don't use it and rework args.
11318         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
11319
11320 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
11321
11322         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
11323
11324 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
11325
11326         * invoke.texi (Warning Options): Add an explanation of why
11327         you might want the -Wfloat-equal flag.
11328
11329 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11330
11331         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
11332         * cppinit.c (new_pending_define): Add cast to avoid warning.
11333         * expmed.c (extract_bit_field): Likewise.
11334         * flow.c (enum reorder_skip_type): New type.
11335         (skip_insns_between_blcok): New it.
11336         Rework to avoid warning about possibly undefined variable.
11337         * function.c (assign_parms): Make thisparm_boundary unsigned.
11338         * genrecog.c (write_switch): Cast XWINT result to int.
11339         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
11340         * mips-tfile.c (init_file): Make two versions of FDR intializer:
11341         one for MIPS and one for Alpha.
11342         (get_tag, copy_object): Add casts to avoid warnings.
11343         * optabs.c (init_one_libfunc): Cast NAME to (char *).
11344         * reload.c (find_reloads): Make TYPE enum reload_type.
11345         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
11346         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
11347         * varasm.c (compare_constant_1): Add cast to avoid warning.
11348         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
11349         to (char *).
11350         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
11351         Cast switch operand of size to int.
11352         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
11353         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
11354         in unhandled case.
11355
11356 2000-02-18  Nick Clifton  <nickc@cygnus.com>
11357
11358         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
11359         anything for an alignment of zero.
11360
11361         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
11362         anything for an alignment of zero.
11363
11364 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
11365
11366         * gcc.texi (Bug Reporting): Refer to bugs.html.
11367         (Bug Lists): Likewise.
11368         * system.h (GCCBUGURL): New preprocessor define.
11369         * rtl.c (fancy_abort): Use it.
11370         * gcc.c (main): Likewise.
11371
11372 2000-02-18  Richard Henderson  <rth@cygnus.com>
11373
11374         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
11375         (life_analysis_1): Subsume into ...
11376         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
11377         Use update_life_info for the relaxation.
11378         (update_life_info): Update REG_BASIC_BLOCK for registers live on
11379         entry and regs_live_at_setjmp.
11380         (set_noop_p): Simplify.
11381         (notice_stack_pointer_modification_1): Renamed from s/_1//.
11382         (record_volatile_insns): Split into ...
11383         (delete_noop_moves): ... here,
11384         (notice_stack_pointer_modification): ... here,
11385         (insn_dead_p): ... and here.
11386         (propagate_block): Don't query INSN_VOLATILE.
11387         (mark_used_regs): Mind !PROP_REG_INFO.
11388         * toplev.c (rest_of_compilation): Call mark_constant_function here,
11389         not in life_analysis.
11390
11391 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
11392
11393         * loop.c (canonicalize_condition): New function,
11394         broken out of get_condition.
11395         (get_condition): Use it.
11396         * expr.h (canonicalize_condition): Prototype it.
11397
11398         * tree.h (tree_int_cst_msb): Declare.
11399         * tree.c (tree_int_cst_msb): New function.
11400
11401 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
11402
11403         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
11404         isn't set.
11405
11406         * invoke.texi (-fmessage-length=n): Document.
11407
11408 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
11409
11410         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
11411
11412 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
11413
11414         * function.c (thread_prologue_and_epilogue_insns): Put a line note
11415         after the prologue.
11416
11417 2000-02-17  Nick Clifton  <nickc@cygnus.com>
11418
11419         * config/arm/thumb.c: Replace includes of system headers with
11420         #include "system.h".
11421
11422 2000-02-16  Richard Henderson  <rth@cygnus.com>
11423
11424         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
11425         Add crtbeginS.o and crtendS.o.
11426         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
11427         (ENDFILE_SPEC): Use crtendS.o.
11428         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
11429
11430         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
11431         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
11432         shared and present.
11433         (__dso_handle): New variable.
11434         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
11435         bias to __CTOR_END__.
11436
11437 2000-02-16  Richard Henderson  <rth@cygnus.com>
11438
11439         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
11440
11441 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11442
11443         * longlong.h (__clz_tab): Declare as static to match definition.
11444
11445 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
11446
11447         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
11448         (XREF_FILE_NAME): Define.
11449
11450         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
11451         (EH_FRAME_SECTION_ASM_OP): Define.
11452         (IDENT_ASM_OP): Define.
11453         (TEXT_SECTION_ASM_OP): Define.
11454         (CPP_SPEC): Define.
11455         (CTORS_SECTION_ASM_OP): Define.
11456         (CTOR_SECTION_FUNCTION): Use it.
11457         (DTORS_SECTION_ASM_OP): Define.
11458         (DTOR_SECTION_FUNCTION): Use it.
11459
11460 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
11461
11462         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
11463         NOTE_BASIC_BLOCK.
11464
11465         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
11466         debug_bb_n): New functions.
11467         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
11468         * basic-block.h: Prototype new functions.
11469
11470 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
11471
11472         * configure.in: Add support for avr target.
11473         * configure: Rebuilt.
11474
11475         * invoke.texi: Add AVR invocation docs.
11476         * install.texi: Add information about AVR.
11477         * md.texi: Add AVR constraint letters description.
11478         * extend.texi: Add description for AVR specific attributes.
11479
11480 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
11481
11482         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
11483
11484 2000-02-16  Nick Clifton  <nickc@cygnus.com>
11485
11486         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
11487         (make_insn_raw): Move RTL check here.
11488
11489 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11490
11491         * version.c: Include gansidecl.h and version.h.
11492
11493         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
11494
11495         * configure.in (gcc_version): When setting, narrow search to
11496         lines containing `version_string'.
11497
11498         * Makefile.in (mainversion): Likewise.
11499         (GCC_H): New variable.
11500         (gcc.h): Delete target.
11501         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
11502         (version.o): Depend on version.h.
11503         (dbxout.o): Don't depend on gcc.h.
11504
11505 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11506                           Michael Meissner  <meissner@cygnus.com>
11507
11508         * md.texi (Simple Constraints): Add item about whitespace.
11509         * genoutput.c (strip_whitespace): New.
11510         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
11511         strip_whitespace for constraints.
11512         Test pointer using NULL, not 0.
11513
11514 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11515
11516         * cpplib.c (do_line): Pedwarn for #line > 32767.
11517
11518         * c-lex.c (readescape): Warn about '\x', but do not reject it.
11519
11520 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
11521
11522         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
11523         to default cpp spec.
11524         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
11525         * cpp.texi: Document __GNUC_PATCHLEVEL__.
11526         * cpp.1: Likewise.
11527
11528         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
11529         default spec.
11530
11531 2000-02-15  Denis Chertykov  <denisc@overta.ru>
11532
11533         * configure.in: Add support for avr target.
11534
11535 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11536
11537         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
11538         (sh_addr_diff_vec_mode): Don't declare.
11539         * sh.c (sh_addr_diff_vec_mode): Delete.
11540
11541 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11542
11543         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
11544
11545 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11546
11547         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
11548         (smulsi3_highpart_i): Name.
11549         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
11550         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
11551         (smulsi3_highpart, umulsi3_highpart): Likewise.
11552
11553         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
11554         correctly independent of endianness.
11555         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
11556         confuse the optimizers.
11557         (mulsidi3+1, umulsidi3+1): New define_split.
11558
11559 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
11560
11561         * config/sh/sh.md: Guard insn splits against illegal registers.
11562         * config/sh/sh.h: Correct comment about macros.
11563
11564 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11565                           Andrew MacLeod  <amacleod@cygnus.com>
11566
11567         * Makefile.in (lcm.o): Depend on insn-attr.h.
11568         * basic-block.h (optimize_mode_switching): Declare.
11569         * lcm.c (tm_p.h, insn-attr.h): #include.
11570         (seginfo, bb_info): New structs.
11571         (antic, transp, comp, delete, insert) : New file-scope static variables.
11572         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
11573         (reg_becomes_live, optimize_mode_switching): Likewise.
11574         * tm.texi: Add description of mode switching macros.
11575         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
11576
11577         * sh-protos.h (remove_dead_before_cse): Remove prototype.
11578         (fldi_ok, fpscr_set_from_mem): New prototypes.
11579         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
11580         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
11581         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
11582         (sh_flag_remove_dead_before_cse): Remove declaration.
11583         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
11584         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
11585         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
11586         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
11587         (barrier_align): Allow for JUMP_INSNS containing a parallel.
11588         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
11589         (fldi_ok): New function.
11590         (get_fpscr_rtx): Add fpscr_rtx as GC root.
11591         (emit_sf_insn): Only generate fpu switches when optimize < 1.
11592         (emit_df_insn): Likewise.
11593         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
11594         (sh_flag_remove_dead_before_cse): Delete.
11595         (get_free_reg, fpscr_set_from_mem): New functions.
11596         * sh.md (movdf, movsf): Remove no_new_pseudos code.
11597         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
11598
11599 2000-02-15  Loren Rittle  <ljrittle@acm.org>
11600
11601         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
11602
11603 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11604
11605         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
11606         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
11607
11608         * cccp.c: Include version.h and/or don't declare `version_string'.
11609         * collect2.c: Likewise.
11610         * alpha.c: Likewise.
11611         * arm/aof.h: Likewise.
11612         * arm/coff.h: Likewise.
11613         * arm/elf.h: Likewise.
11614         * arm/pe.h: Likewise.
11615         * arm/tcoff.h: Likewise.
11616         * arm/telf.h: Likewise.
11617         * arm/tpe.h: Likewise.
11618         * arm/vxarm.h: Likewise.
11619         * convex/convex.c: Likewise.
11620         * i386/dgux.c: Likewise.
11621         * i386/sun386.h: Likewise.
11622         * m88k/m88k.c: Likewise.
11623         * mcore/mcore-pe.h: Likewise.
11624         * mips/mips.h: Likewise.
11625         * romp/romp.h: Likewise.
11626         * sh/sh.c: Likewise.
11627         * cpphash.c: Likewise.
11628         * cppinit.c: Likewise.
11629         * dwarf2out.c: Likewise.
11630         * dwarfout.c: Likewise.
11631         * gcc.c: Likewise.
11632         * gcc.h: Likewise.
11633         * mips-tfile.c: Likewise.
11634         * protoize.c: Likewise.
11635         * toplev.c: Likewise.
11636         * tree.h: Likewise.
11637
11638         * version.c (version_string): Constify a char*.
11639
11640         * version.h: New file.
11641
11642 2000-02-14  Nick Clifton  <nickc@cygnus.com>
11643
11644         * configure.in: Add mcore-elf and mcore-pe targets.
11645         * configure: Regenerate.
11646
11647         * NEWS: Add note that MCore port has been contributed.
11648
11649         * invoke.texi: Document command line switches for MCore port.
11650         * install.texi: Add MCore to list of supported targets.
11651
11652 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
11653
11654         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
11655         then we will need to import the frame handling functions.
11656         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
11657         to import the frames themselves.
11658
11659 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
11660                           Jason Eckhardt  <jle@cygnus.com>
11661
11662         * basic_block.h: Added prototype for reorder_basic_blocks.
11663         * toplev.c: Changes to add -freorder-blocks and graph dump after
11664         block reordering is done.
11665         * flow.c (reorder_block_def): New structure for use during block
11666         reordering.
11667         (REORDER_BLOCK_*): New macros to access members of above structure.
11668         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
11669         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
11670         functions for block reordering.
11671
11672 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11673
11674         * gcc.texi (Passes): Fix typo.
11675         * md.texi (Standard Names): Ditto.
11676         * tm.texi (Storage Layout): Ditto.
11677
11678 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
11679
11680         * cpplib.c (do_define): Only free the old definition if it
11681         actually had one.
11682
11683 2000-02-13   Neil Booth  <NeilB@earthling.net>
11684
11685         * cppfiles.c (read_and_prescan): When emitting deferred
11686         newlines, test speccase[] again instead of checking each
11687         possible whitespace character in turn.  When we encounter \r,
11688         look behind for \n first, then ahead.
11689
11690 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
11691
11692         * cse.c (cse_altered): New internal flag.
11693         (cse_insn): Set it if we changed an insn.
11694         (cse_main): Clear cse_altered before each basic block.
11695         Only garbage collect if cse_altered is true afterward.
11696
11697 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11698
11699         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
11700
11701 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
11702
11703         * combine.c (simplify_comparison): Fix typo.
11704
11705 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
11706
11707         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
11708         consistently.
11709
11710 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11711
11712         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
11713         previously inserted node instead of root node.  Caller changed.
11714
11715 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11716
11717         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
11718
11719 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11720
11721         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
11722         __dereg_frame_dtor): Add prototype argument.
11723
11724         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
11725
11726         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
11727
11728         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
11729
11730         * gthr-vxworks.h (__gthread_once): Likewise.
11731
11732         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
11733
11734 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
11735
11736         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
11737         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
11738         stack pointer in functions w/o saved registers, output LEAVE more often
11739         on TARGET_USE_LEAVE machines.
11740
11741 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
11742
11743         * config/arm/arm.c (arm_init_cumulative_args); New function:
11744         Initlaise the CUMULATIE_ARGS strcuture for a function
11745         defintion.
11746         (arm_function_arg): New function: Determine where to place a
11747         function's argument.  Also handles deciding the function's
11748         call cookie.
11749         (current_file_function_operand): New function: Return true if
11750         the symbol is a function which has already been compiled.
11751         (arm_is_long_call_p): New function: Return true if the
11752         indicated function should be called via a long call.
11753         (arm_valid_type_attribute_p): New function: Return true if the
11754         attribute is a valid, arm specific, attribute.
11755         (arm_comp_type_attribute): New function: Return true if the
11756         two types have compatable, arm specific, attributes.
11757
11758         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
11759         structure.
11760         (FUNCTION_ARG): Redefine to call arm_function_arg.
11761         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
11762         structure field.
11763         (INIT_CUMULATIVE_ARGS): Redefine to call
11764         arm_init_cumulative_args.
11765         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
11766         field.
11767         (SETUP_INCOMING_VARARGS): Redefine to use correct structure
11768         field.
11769         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
11770         functions.
11771         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
11772         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
11773         (COMP_TYPE_ATTRIBUTES): Define.
11774
11775         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
11776         if a long call is needed.
11777         (call_value): Call arm_is_long_call_p to decide if a long call
11778         is needed.
11779         (call_symbol): Call arm_is_long_call_p to decide if a long call
11780         is needed.
11781
11782         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
11783
11784 2000-02-11  Denis Chertykov  <denisc@overta.ru>
11785
11786         * README.AVR: New file with information about the avr ports.
11787         * config/avr: New directory with avr port files.
11788
11789 2000-02-11  Andreas Jaeger  <aj@suse.de>
11790
11791         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
11792
11793 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
11794
11795         * cpphash.c: Fix formatting, update commentary.
11796         (dump_definition): Take three separate arguments instead of a
11797         MACRODEF structure argument.
11798         * cpphash.h: Update prototype of dump_definition.
11799         * cppinit.c (cpp_finish): Update call of dump_definition.
11800
11801         * cpplib.c (do_define): Always create new hash entry with
11802         T_MACRO type.  Remove redundant check for redefinition of
11803         poisoned identifier.  Update call of dump_definition.
11804         (do_undef): Don't call check_macro_name.  Rename sym_length to
11805         len.
11806         (do_error, do_warning): Don't use copy_rest_of_line or
11807         SKIP_WHITE_SPACE.
11808         (do_warning): Don't use pedwarn for the actual warning,
11809         only the notice about its not being in the standard.  (Fixes
11810         bug with #warning in system headers.)
11811         (do_ident): Stricter argument checking - accept only a single
11812         string after #ident.  Also, macro-expand the line.
11813         (do_xifdef): Use cpp_defined.  De-obfuscate.
11814
11815         (do_pragma): Split out specific pragma handling to separate
11816         functions.  Use get_directive_token.  Update commentary.  Do
11817         not pass on #pragma once or #pragma poison to the front end.
11818         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
11819         do_pragma_default): New.
11820
11821 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
11822
11823         * jump.c (jump_optimize_1): The first operand in a relational
11824         can be a CONST_INT.
11825         * optabs.c (emit_conditional_move): Handle relationals which
11826         have a known true/false result.
11827
11828 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
11829
11830         * function.c (thread_prologue_and_epilogue_insns): Don't insert
11831         a RETURN insn into a block which already ends with a jump.
11832
11833 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
11834
11835         * haifa-sched.c (BUF_LEN): Increase a lot.
11836
11837 2000-02-11  Nick Clifton  <nickc@cygnus.com>
11838
11839         * configure.in: Add tm_p_file specification for thumb targets.
11840         * configure: Regenerate.
11841
11842         * config/arm/thumb-protos.h: New file: Prototypes for exported
11843         functions defined in thumb.c.
11844
11845 2000-02-11  Robert Lipe  <robertl@sco.com>
11846
11847         * Makefile.in (bootstrap-lean): Remove additional files.
11848         (bootstrap2-lean): Likewise.
11849         (VOL_FILES): List of files for above.
11850
11851 2000-02-11  Nathan Sidwell  <nathan@acm.org>
11852
11853         * cpphash.c (special_symbol): Remove spurious argument to
11854         cpp_lookup.
11855
11856 2000-02-11  Joel Sherrill (joel@OARcorp.com>
11857
11858         * configure.in: (i*86-*-rtems*): Swapped elf and coff
11859         stanzas.
11860         * configure: Rebuilt.
11861
11862 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
11863
11864         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
11865
11866 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
11867
11868         * pa.c, pa.h: Remove trigraph sequences within comments.
11869
11870 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
11871
11872         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
11873
11874 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
11875
11876         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
11877
11878 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11879
11880         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
11881
11882 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11883
11884         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
11885         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
11886         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
11887         (ASM_FILE_END): Use c4x_file_end.
11888         * config/c4x/c4x.c (c4x_global_label): New function.
11889         (c4x_external_ref, c4x_file_end): Likewise.
11890
11891         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
11892         (c4x_external_ref, c4x_end_file): Likewise.
11893
11894 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
11895
11896         * cppexp.c: Don't include cpphash.h.
11897         (parse_charconst, cpp_lex): Use cpp_defined.
11898         (cpp_lex): Use get_directive_token throughout.  Remove
11899         unnecessary cases from switch.  Move assertion-handling code
11900         down to OTHER case.
11901         (cpp_parse_expr): If we see '+' or '-', check the context to
11902         determine if they are unary or binary operators.  Streamline
11903         the jumps a bit.  Do not call skip_rest_of_line.
11904
11905         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
11906         static.  Export get_directive_token.  Update commentary.
11907         (cpp_defined): New function.
11908         (do_define): Remove reference to T_PCSTRING.  Call
11909         free_definition to release memory for old definition, when
11910         redefining a macro.
11911         (eval_if_expression): Set only_seen_white to 0 before calling
11912         cpp_parse_expr.  Call skip_rest_of_line after it returns.
11913         (cpp_read_check_assertion): Don't preserve a pointer into the
11914         token buffer across a call to cpp_get_token.
11915
11916         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
11917         * cppfiles.c (redundant_include_p): Use cpp_defined.
11918         * cpphash.c (free_definition): New function.
11919         (delete_macro): Use it.  Update commentary.
11920         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
11921         free_definition.
11922         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
11923         from enum node_type.  Prototype cpp_defined and get_directive_token.
11924         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
11925
11926         * fix-header.c (check_macro_names): Use cpp_defined.
11927         (read_scan_file): Set inhibit_warnings and inhibit_errors in
11928         the options structure.
11929
11930 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11931
11932         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
11933
11934 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
11935
11936         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
11937         rather than die->die_tag.
11938
11939 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11940
11941         * combine.c (make_extraction, force_to_mode): Avoid warning on
11942         mixed-signedness conditionals.
11943         (make_field_assignment, nonzero_bits): Likewise.
11944         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
11945         (store_split_bit_field, extract_split_bit_field): Likewise.
11946         (extract_fixed_bit_field, store_bit_field,
11947         * expr.c: Change alignment to be unsigned everywhere.
11948         (move_by_pieces, store_constructor_field, store_constructor):
11949         Alignment parm is unsigned.
11950         (emit_block_move, emit_group_load, emit_group_store): Likewise.
11951         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
11952         (do_compare_rtx_and_jump): Likewise.
11953         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
11954         Compare align with GET_MODE_ALIGNMENT.
11955         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
11956         (get_inner_reference): Likewise.
11957         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
11958         (expand_assignment): Local vars for alignment now unsigned.
11959         (store_constructor, store_field, expand_expr, do_jump): Likewise.
11960         (do_compare_and_jump): Likewise.
11961         (store_field): Call new function expr_align.
11962         * expr.h (emit_block_move, emit_group_load, emit_group_store):
11963         Alignment arg now unsigned.
11964         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
11965         (do_compare_rtx_and_jump, store_bit_field): Likewise.
11966         (extract_bit_field): Likewise.
11967         * fold-const.c (add_double): Add cast to eliminate signedness warning.
11968         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
11969         (get_best_mode): Alignment arg is unsigned.
11970         * rtl.h (move_by_pieces): Likewise.
11971         * store-layout.c (maximum_field_alignment, set_alignment):
11972         Now unsigned.
11973         (layout_decl): Alignment arg is now unsigned.
11974         Remove unneeded casts.
11975         (layout_record, layout_union, layout_type): Remove unneeded casts.
11976         Local alignment variables now unsigned.
11977         (get_best_mode): Alignment arg now unsigned.
11978         * tree.c (expr_align): New function.
11979         * tree.h (expr_align): Likewise.
11980         (maximum_field_alignment, set_alignment): Now unsigned.
11981         (get_inner_reference): Alignment argument is now pointer to unsigned.
11982         * varasm.c (assemble_variable): Add cast to eliminate warning.
11983
11984 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
11985
11986         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
11987         then store directly into op0.
11988
11989         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
11990         the CALL_INSN, and emit the note immediately after it.
11991
11992 2000-02-10  Nick Clifton  <nickc@cygnus.com>
11993
11994         * config/arm/thumb.md (epilogue): Include a (return) in the
11995         generated insn, and emit it using emit_jump_insn not
11996         emit_insn.
11997
11998 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
11999
12000         * function.c (assign_temp): Change zero-sized arrays to size 1.
12001         * integrate.c (expand_inline_function): Do not update
12002         stack_alignment_needed
12003         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
12004         add some sanity checking, remove optimization for function with
12005         zero frame size.
12006
12007 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12008
12009         * flow.c (mark_regs_live_at_end): Delete unused variables.
12010
12011         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
12012
12013         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
12014         in macro FRAME_GROWS_DOWNWARD.
12015
12016         * stmt.c (expand_end_bindings): Delete unused variable.
12017
12018         * unroll.c (iteration_info): Mark parameter `loop' with
12019         ATTRIBUTE_UNUSED.
12020
12021 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12022
12023         * fixinc/server.c (load_data): Return NULL if the marker line is
12024         not found.
12025         (run_shell): If load_data returns NULL, retry the command once, in
12026         a new shell.
12027
12028         * configure: Rebuilt.
12029
12030 2000-02-09  Bruce Korb  <bkorb@gnu.org>
12031
12032         * gcc/fixincludes:  ** DELETED **
12033         * gcc/fixcpp:  ** DELETED **
12034         * gcc/fixinc-nt.sed:  ** DELETED **
12035         * gcc/just-fixinc:  ** DELETED **
12036         * gcc/Makefile.in:  Removed out-dated commentary
12037         * gcc/configure.in: Removed fast-fixincludes disablement.
12038         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
12039
12040 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
12041         * function.c (thread_prologue_and_epilogue_insns): Uncomment
12042         last change.
12043
12044 2000-02-09  Richard Henderson  <rth@cygnus.com>
12045
12046         * jump.c (delete_insn): Don't delete user labels at -O0.
12047
12048 2000-02-09  Robert Lipe  <robertl@sco.com>
12049
12050         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
12051         Don't link with HOST_LIBS.
12052
12053 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
12054
12055         * configure.in: Correct --help text for --with-dwarf2.
12056         Put tm-dwarf2.h after other tm files, if it's requested.
12057         * configure: Regenerate.
12058         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
12059         defining it.
12060
12061 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
12062
12063         * cpplib.h: Provide HASHNODE typedef and forward decl of
12064         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
12065         DEFINITION, struct hashnode, struct macrodef, struct
12066         definition, scan_decls prototype, default defn of
12067         INCLUDE_LEN_FUDGE moved elsewhere.
12068
12069         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
12070         definition, and struct hashnode moved here. Remove the unused
12071         'predefined' field from struct definition.  Replace the 'args'
12072         union with its sole member.  All users updated (cpphash.c).
12073         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
12074         multiple include guard.
12075
12076         * cpphash.c (hashf): Make static; use better algorithm; drop
12077         HASHSIZE parameter; return an unsigned int.
12078         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
12079         used. Calculate HASHSIZE modulus here.
12080         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
12081         here.
12082         (create_definition): Drop PREDEFINITION parameter.
12083         * cpplib.c (do_define): Don't calculate a hash value here.
12084         Don't pass (keyword == NULL) to create_definition.
12085
12086         * scan.h: Prototype scan_decls here.
12087         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
12088         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
12089         callers of cpp_lookup and cpp_install updated.
12090
12091         * cpphash.c (macarg): Hoist all the flag diddling out of the
12092         function...
12093         (macroexpand): ... and out of the loop that calls macarg.
12094         Skip over the initial paren before macro arguments with
12095         cpp_get_non_space_token; point may be some distance before
12096         that paren.  Abort if it's not there.
12097
12098         * cpplib.c (parse_clear_mark): Delete function.
12099         (parse_set_mark, parse_goto_mark): Make static.
12100         (ACTIVE_MARK_P): New macro.
12101         (skip_block_comment, skip_line_comment): Do not bump the line
12102         if ACTIVE_MARK_P is true.
12103         (cpp_pop_buffer): The buffer to be popped may not have an
12104         active mark.
12105         (cpp_get_token): When looking for the initial paren before
12106         macro arguments, only set a mark in a file buffer, Always
12107         return to that mark before proceeding to call macroexpand or
12108         return a NAME token.
12109
12110         * cpplib.h: Remove prototypes of parse_set_mark,
12111         parse_clear_mark, parse_goto_mark.
12112         (struct cpp_options): Rename 'put_out_comments' to
12113         'discard_comments' and invert its sense.
12114         * cppinit.c, cpphash.c, cpplib.c: All users of
12115         put_out_comments changed to use discard_comments, with
12116         opposite sense.
12117
12118 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
12119
12120         * function.c (thread_prologue_and_epilogue_insns): Don't delete
12121         the edge from a block that both jumps and falls through to the
12122         fallthru block.
12123
12124 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
12125
12126         * config/arm/arm.md (movsi): In PIC mode, make sure that a
12127         constant source address is legitimate.
12128
12129 2000-02-09  Philip Blundell  <pb@futuretv.com>
12130
12131         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
12132         correctly.
12133
12134         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
12135         generating PIC.
12136         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
12137
12138 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
12139
12140         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
12141         ends with a newline and a NUL.  Don't be so clever manipulating
12142         strings.
12143
12144 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
12145
12146         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
12147         not to BIGGEST_ALIGNMENT.
12148
12149 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
12150
12151         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
12152         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
12153         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
12154         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
12155         * frame.c (execute_cfa_insn): Handle
12156         DW_CFA_GNU_negative_offset_extended.
12157
12158 2000-02-08  Richard Henderson  <rth@cygnus.com>
12159
12160         * flow.c (tidy_fallthru_edges): Split out from ...
12161         (delete_unreachable_blocks): ... here.
12162         (find_basic_blocks): Use it.
12163
12164 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12165
12166         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
12167
12168 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
12169
12170         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
12171         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
12172         (fix-header.o): Don't depend on cpphash.h.
12173
12174         * scan.c (hashstr): New function.
12175         * scan.h: Prototype it.
12176         * fix-header.c: Don't include cpphash.h.  Use hashstr.
12177         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
12178         hashstr.  Report hash table statistics.  Add private
12179         definition of xrealloc.
12180
12181 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12182
12183         * i386.h (TARGET_SWITCHES): Fix typo in option name.
12184
12185 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
12186
12187         * function.c (thread_prologue_and_epilogue_insns): Don't replace
12188         jumps with returns unless they are jumps to the fallthru block.
12189
12190 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
12191
12192         * i386.md (addqi3_cc): Fix contraints.
12193
12194 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12195
12196         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
12197
12198 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
12199
12200         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
12201         carriage return after a macro name.
12202
12203 2000-02-07  Fred Fish  <fnf@be.com>
12204
12205         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
12206         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
12207
12208 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
12209
12210         * cppfiles.c (deps_output): Count spacers in deps_column.
12211
12212 2000-02-07  Neil Booth  <NeilB@earthling.net>
12213
12214         * cppinit.c (initialize_dependency_output): If there is no
12215         suffix, don't try to look for known suffixes.  Use strrchr.
12216         (cpp_start_read): Remove duplicate initialization.
12217
12218 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
12219
12220         * calls.c (compute_argument_block_size): New argument
12221         preferred_stack_boundary.
12222         (expand_call): update cfun->preferred_stack_boundary, update call of
12223         compute_argument_block_size
12224         (emit_library_call): Increate cfun->preferred_stack_boundary
12225         to PREFERRED_STACK_BOUNDARY
12226         (emit_library_call_value): Likewise.
12227         * explow.c (allocate_dynamic_stack_spave): Likewise.
12228         * function.c (prepare_function_start): Set
12229         cfun->preferred_stack_boundary
12230         * function.h (struct function): Add preferred_stack_boundary field.
12231         * integrate.c (expand_inline_function): Update
12232         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
12233         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
12234         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
12235
12236 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
12237
12238         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
12239         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
12240         cpp_pedwarn, cpp_pedwarn_with_line,
12241         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
12242         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
12243         v_cpp_error_with_line, v_cpp_warning_with_line,
12244         cpp_message_from_errno, cpp_perror_with_name): Delete.
12245
12246         * cpperror.c (cpp_print_containing_files): Take starting
12247         buffer as argument.
12248         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
12249         (v_cpp_message): Now called directly by all entry points.
12250         Remove -1 case.
12251         (cpp_pfatal_with_name, cpp_message): Delete.
12252         (cpp_notice_from_errno, cpp_ice): New functions.
12253         (cpp_notice): Is now for reporting error conditions, just
12254         without an associated file.
12255         (cpp_error, cpp_error_with_line): Don't do anything if
12256         opts->inhibit_errors is on.
12257         (cpp_pedwarn_with_file_and_line): Take column argument also.
12258
12259         * cpplib.h: Update prototypes of exported functions.
12260         (struct cpp_options): Add inhibit_errors.
12261
12262         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
12263         non-error messages.  Include intl.h.
12264
12265         * cppinit.c, cppmain.c: Likewise.  Also, use
12266         cpp_notice_from_errno instead of cpp_perror_with_name or
12267         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
12268
12269         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
12270         report internal errors.
12271
12272         * cpplib.c (do_define): Switch bcopy to memcpy.
12273         Give cpp_pedwarn_with_file_and_line a dummy column argument.
12274
12275         * cpplib.c (copy_rest_of_line): Revert previous change: don't
12276         bail out early if we hit a line comment.
12277
12278 2000-02-06  Richard Henderson  <rth@cygnus.com>
12279
12280         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
12281         * basic-block.h: Declare them.
12282         * emit-rtl.h (active_insn_p): New.
12283         (next_active_insn, prev_active_insn): Use it.
12284         * rtl.h: Declare it.
12285         * function.c (emit_return_into_block): New.
12286         (thread_prologue_and_epilogue_insns): Insert return insns instead
12287         of epilogues when possible.
12288         * jump.c (jump_optimize_1): Remove code to insert a return insn
12289         on the fallthru to the exit block.
12290
12291         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
12292         and for non-empty stack frames.
12293         * i386.md (return): Expand to return-pop as needed.
12294
12295 2000-02-06  Richard Henderson  <rth@cygnus.com>
12296
12297         * simplify-rtx.c (simplify_relational_operation): Canonicalize
12298         constant to op1 for testing.
12299
12300 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12301
12302         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
12303         (fixuns_truncqfqi2): Use it.
12304
12305 2000-02-06  Richard Henderson  <rth@cygnus.com>
12306
12307         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
12308         as a TYPE_LEA insn.
12309
12310         * i386.md (widening and peepholes): Mask the constant instead of
12311         using gen_lowpart.
12312
12313 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
12314
12315         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
12316         input pointer before possibly branching off to the backslash
12317         code.
12318         * cpphash.c (macroexpand): Correctly delete \r escapes when
12319         stringifying parameters.
12320         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
12321         if we can; bail out early if we hit a line comment.
12322         (handle_directive): Treat '# 123' in an .S file just like
12323         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
12324         Return 1 for '# not_a_directive'.
12325         (get_directive_token): Pop macro buffers here, so that
12326         cpp_get_token can't sneakily move past a newline.
12327         Add sanity checks.
12328         (cpp_get_token): goto randomchar if handle_directive returns 0.
12329
12330         * cppalloc.c: Update copyright.
12331         * cpplib.c: Merge all the static function prototypes into one
12332         block.
12333         * cpplib.h: Remove #if 0 block.
12334
12335         * cpperror.c: Remove #ifdef EMACS block.
12336         * cppmain.c: Likewise.
12337         * cpphash.c: Remove #if 0 blocks.
12338         * cppinit.c: Remove #if 0 blocks, and the -lint option.
12339         * cpplib.c: Remove #if 0 blocks and code referencing
12340         pcp_inside_if or for_lint.  Remove duplicate error message.
12341         Fix error messages for #else after #else or #elif.  Reformat.
12342         Remove archaic TODO list.
12343         * cpplib.h: Remove pcp_inside_if and for_lint flags.
12344
12345 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
12346
12347         * i386/osf1elf.h: Add missing backslash to multiline string.
12348
12349 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12350
12351         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
12352
12353 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12354
12355         * Makefile.in (c-common.o): Depend on $(EXPR_H).
12356
12357         * c-common.c: Include expr.h.
12358
12359         * c-pragma.c (mark_align_stack): Add prototype.
12360
12361         * caller-save.c (add_stored_regs): Likewise.
12362
12363         * combine.c (record_promoted_value): Likewise.
12364
12365         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
12366         Likewise.
12367
12368         * cppinit.c (new_pending_define): Likewise.
12369
12370         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
12371
12372         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
12373         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
12374         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
12375         class_scope_p): Likewise.
12376
12377         * dwarf2out.h (dwarf2out_set_demangle_name_func,
12378         dwarf2out_add_library_unit_info): Likewise.
12379
12380         * ggc.h (ggc_page_print_statistics): Likewise.
12381
12382         * haifa-sched.c (propagate_deps): Likewise.
12383
12384         * reg-stack.c (next_flags_user, record_label_references): Likewise.
12385
12386         * rtl.h (set_stack_check_libfunc): Likewise.
12387
12388         * toplev.h (set_fatal_function): Likewise.
12389
12390         * toplev.c (set_fatal_function): Delete prototype.
12391
12392         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
12393
12394 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
12395
12396         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
12397         (FUNC_END): Likewise.
12398
12399 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12400
12401         * caller-save.c: Include tm_p.h.
12402
12403 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12404
12405         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
12406
12407 2000-02-04  Neil Booth  <NeilB@earthling.net>
12408
12409         * cccp.c (main): Check 'dir' for a NULL pointer before passing
12410         it to strcmp.
12411
12412 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
12413
12414         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
12415         * genflags.c: Use the max_operand_1 logic from genemit.c to
12416         calculate how many arguments gen_insn prototypes have.  Remove
12417         NO_MD_PROTOTYPES ifdefs from the generated file.
12418         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
12419         file.  Cast gen_insn initializers to insn_gen_fn.
12420         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
12421         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
12422
12423 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12424
12425         * fixinc/Makefile.in (HDR): Add machname.h.
12426         (clean): Likewise.
12427
12428 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12429
12430         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
12431         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
12432         (c4x_cpu_version): Ditto.
12433         * config/c4x/c4x-protos.h: ... here.
12434
12435 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
12436
12437         * dwarf2out.c (add_abstract_origin_attribute): Don't call
12438         gen_abstract_function on our context if we're a nested function.
12439
12440 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12441
12442         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
12443         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
12444
12445 2000-02-04  Bruce Korb  <bkorb@gnu.org>
12446
12447         * fixinc/genfixes(machname.h):
12448         Move the functionality from gen-machine.h into this file.
12449         UNdef MN_NAME_PAT if there are no names to change.
12450         Also, be a little kinder when AutoGen is not present.
12451
12452         * fixinc/Makefile.in(machname.h):
12453         Change the generation rule to use genfixes.
12454
12455         * fixinc/fixfixes.c(machine_name):
12456         machine_name_fix's functionality now dependent upon whether
12457         MN_NAME_PAT is defined.
12458
12459         * fixinc/fixtests.c(machine_name):
12460         ditto.
12461
12462         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
12463         of MN_NAME_PAT.
12464
12465         * fixinc/fixlib.h(mn_get_regexps):
12466         ditto
12467
12468         * fixinc/gen-machine.h: DELETED
12469
12470 2000-02-04  Jan Hubicka  <jh@suse.cz>
12471             Richard Henderson  <rth@cygnus.com>
12472
12473         * i386.c (SAVE_REGS_FIRST): Remove.
12474         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
12475         (ix86_compute_frame_size): Likewise.
12476         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
12477         (ix86_emit_restore_regs): Remove.
12478         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
12479         when a frame pointer is in use.
12480         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
12481         instead of pop to restore a register when profitable; emit leave
12482         when profitable.
12483         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
12484         as a TYPE_LEA insn.
12485         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
12486         * i386.md (prologue_allocate_stack): Remove.
12487         (epilogue_deallocate_stack): Remove.
12488         (pro_epilogue_adjust_stack): New.
12489
12490 2000-02-04  Richard Henderson  <rth@cygnus.com>
12491
12492         * function.c (diddle_return_value): Rework to use a callback function.
12493         Use current_function_return_rtx if it's been set up.
12494         (do_clobber_return_reg, clobber_return_register): New.
12495         (do_use_return_reg, use_return_register): New.
12496         (expand_function_end): Use them.
12497         * stmt.c (expand_null_return): Likewise.
12498         * function.h: Declare them.
12499         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
12500         (mark_reg): Change arguments as appropriate for callback.
12501         * integrate.c (expand_inline_function): Revert 19 Jan change.
12502
12503 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12504
12505         * tm.texi (Values in Registers): Fix typo: "fo" "for".
12506         (Misc): Say the scheduler, not the Haifa scheduler.
12507
12508 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
12509
12510         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
12511         when in_mem is set.  Update all callers.
12512
12513 2000-02-04  Richard Henderson  <rth@cygnus.com>
12514
12515         * i386/openbsd.h (INT_ASM_OP): Define.
12516
12517 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12518
12519         * tm.texi: Fix various typos.
12520
12521 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
12522
12523         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
12524         (MD_STARTFILE_PREFIX_1): New macro.
12525
12526 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
12527
12528         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
12529         destination when needed.
12530         (strmovsi, strsetsi): New expander.
12531         (strmovsi_1, strsetsi_1): New pattern.
12532         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
12533         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
12534         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
12535         * invoke.texi (align-stringops, inline-all-stringops): Document.
12536
12537 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
12538
12539         * i386/netbsd.h (INT_ASM_OP): Define.
12540
12541 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
12542
12543         * cpplib.h (cpp_reader): Add new flag, no_directives.
12544         * cpphash.c (macarg): Set it.
12545         * cpplib.c (handle_directive): If no_directives is on and we
12546         find a directive, issue an error and discard the line.
12547
12548 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
12549
12550         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
12551         FP constants.  Add ! TARGET_FPU check for FP constants.
12552
12553 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
12554
12555         * flow.c (find_basic_blocks): Don't kill label_value_list
12556         here.
12557         (cleanup_cfg): Kill it here.
12558
12559 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12560
12561         * expr.c (store_field): Ensure ALIGN is no stricter than the
12562         alignment of EXP.
12563
12564 2000-02-02  Richard Henderson  <rth@cygnus.com>
12565
12566         * jump.c (delete_insn): Partially revert 19 Jan change;
12567         don't convert unused code labels to notes at -O0.
12568
12569 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12570
12571         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
12572         split_all_insns to recreate REG_LABEL notes for flow2 pass.
12573
12574 2000-02-01  Richard Henderson  <rth@cygnus.com>
12575
12576         * i386.c (general_no_elim_operand): New.
12577         (nonmemory_no_elim_operand): New.
12578         (ix86_expand_move): Copy eliminable operands before a push.
12579         * i386-protos.h: Declare new functions.
12580         * i386.h (CAN_ELIMINATE): Simplify.
12581         (PREDICATE_CODES): Update.
12582         * i386.md (push insns): Don't allow eliminable register operands.
12583
12584 2000-02-01  Richard Henderson  <rth@cygnus.com>
12585
12586         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
12587         replace BLKmode with DECL_RTL's mode.
12588
12589 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
12590
12591         * frame.c (find_fde): Convert for loop to do-while so compiler
12592         sees it's always executed at least once.
12593         * libgcc2.c (BBINBUFSIZE): Kill.
12594         (__bb_init_prg): Use fgets.
12595         (__bb_exit_trace_func): Don't paste strings.
12596         * unroll.c (unroll_loop): Initialize unroll_type, not
12597         unroll_number, and tweak logic to match.
12598
12599         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
12600         all failure paths.
12601         (ix86_flags_dependant): Likewise.  Disentangle control flow.
12602         (ix86_sched_reorder): Break guts out to
12603         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
12604         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
12605         any possible use.
12606
12607         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
12608         use string concatenation.  Don't save and restore esi.
12609
12610         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
12611         (machname.h): Remove script to separate file.  Use two-step
12612         sequence so target is not created if script fails.
12613         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
12614         identifiers are defined.
12615         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
12616         an empty string, machine_name doesn't need to do anything at
12617         all.
12618         (is_cxx_header): Add more cases to regexp.
12619         * fixinc/fixlib.h: Update prototype.
12620         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
12621         mn_get_regexps.
12622         * fixinc/fixincl.c: Define NO_BOGOSITY.
12623
12624         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
12625         (hp_sysfile): Add missing comma.
12626         (math_exception): Put the wrapper ifdefs at the beginning and
12627         the end of the file.
12628         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
12629
12630 2000-02-01  Richard Henderson  <rth@cygnus.com>
12631
12632         * sparc.c (fp_zero_operand): Turn into a normal predicate.
12633         Use CONST0_RTX.  Update all callers.
12634         * sparc.h, sparc-protos.h: Update accordingly.
12635         * sparc.md (fp mov insns): Use fp_zero_operand directly
12636         where applicable.
12637
12638 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12639
12640         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
12641         example.
12642
12643 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12644
12645         * Makefile.in (specs.ready): New target.
12646         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
12647
12648 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12649
12650         * fixinc.irix: Use unique filenames for writing into /tmp,
12651         * fixinc.ptx: Likewise.
12652         * fixinc.sco: Likewise.
12653         * fixinc.svr4: Likewise.
12654         * fixinc.winnt: Likewise.
12655
12656 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12657
12658         * tsystem.h: New file.
12659
12660         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
12661         s-crtS): Depend on tsystem.h.
12662
12663         * crtstuff.c: Include tsystem.h.
12664         * frame.c: Likewise.
12665         * libgcc2.c: Likewise.
12666
12667 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
12668
12669         * builtins.c (expand_builtin_memset): Expand for variable sized
12670         lengths too.
12671
12672 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au>
12673
12674         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
12675         on ABI.
12676
12677 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12678
12679         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
12680
12681         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
12682
12683 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
12684
12685         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
12686         case 3->2 combining (combining with splitting) in which 2 is CC0
12687         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
12688         checked at the begining of the function with the aid of calling
12689         function 'can_combine_p'.
12690
12691 2000-01-31  Dave Brolley  <brolley@redhat.com>
12692
12693         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
12694
12695 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
12696
12697         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
12698         new label.
12699
12700 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12701
12702         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
12703
12704         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
12705         PROTO -> PARAMS.
12706
12707 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
12708
12709         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
12710         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
12711         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
12712         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
12713         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
12714         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
12715         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
12716         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
12717         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
12718         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
12719
12720         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
12721         Add %(cpp_cpu) to CPP_SPEC.
12722
12723         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
12724         Add %(cc1_cpu) to CC1_SPEC.
12725
12726 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
12727
12728         * c-decl.c (c_decode_option): Accept optional numeric argument to
12729         -Wformat and set warn_format.
12730         * c-common.c: Don't emit warning about non-constant printf format
12731         string unless warn_format > 1.
12732
12733 2000-01-30  Richard Henderson  <rth@cygnus.com>
12734
12735         * alpha.md (return_internal): Allow after reload only.
12736
12737 2000-01-30  Richard Henderson  <rth@cygnus.com>
12738
12739         * i386.c (ix86_compute_frame_size): Omit padding1 if the
12740         local frame size is zero.
12741
12742 2000-01-30  Richard Henderson  <rth@cygnus.com>
12743
12744         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
12745         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
12746         * alpha.md (return): Turn into an expander.
12747         (return_internal): Don't use $26.
12748         (epilogue): Emit the return insn.
12749
12750 2000-01-30  Richard Henderson  <rth@cygnus.com>
12751
12752         * alpha.md (negtf2, abstf2): Fix word order thinko.
12753         (extendsftf2): New.
12754         (trunctfsf2): Avoid intermediate rounding errors.
12755
12756 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
12757
12758         * cppfiles.c (find_position): Drop 'colp' argument, return the
12759         new line base.
12760         (read_and_prescan): Adjust to match.  Don't ever manipulate
12761         line or line_base except via find_position.
12762
12763 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
12764
12765         * c-parse.in: Apply Ulrich's changes from c-parse.y.
12766         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
12767         Regenerate.
12768
12769 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
12770
12771         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
12772         just print "<command line>".  If 'filename' is null or an
12773         empty string, print "<stdin>" for the filename.
12774         * cpplib.c (do_define): Don't print the 'location of the
12775         previous definition' message if we're still parsing the
12776         command line.
12777         (cpp_pedwarn_with_file_and_line): Always call
12778         cpp_file_line_for_message.
12779
12780 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
12781
12782         * flow.c (mark_regs_live_at_end): Fix typo.
12783
12784 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
12785
12786         * c-common.c: Adjust variable names, comments, help strings to c99.
12787         * c-lex.c: Likewise.
12788         * c-parse.y: Likewise.
12789         * c-tree.h: Likewise.
12790         * cccp.c: Likewise.
12791         * cpplib.h: Likewise.
12792         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
12793         * cppinit.c: Likewise.
12794
12795 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12796
12797         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
12798         * c4x.c: Define the optab rtx values.
12799         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
12800         (c4x_emit_libcall): Use new optab rtx values.
12801         (c4x_emit_libcall3): Likewise.
12802         (c4x_emit_libcall_mulhi): Likewise.
12803         * c4x-protos.h: Add prototypes for optab rtx values and change
12804         prototypes for above c4x_emit_libcall functions.
12805
12806 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12807
12808         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
12809         syntax is used.
12810         (c4x_function_prologue): Use regnames intead of float_reg_names when
12811         TI syntax is used.
12812         (c4x_function_epilogue): Likewise.
12813         (c4x_print_operand): Likewise.
12814         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
12815         * c4x.md (set_high): Disable for TARGET_TI.
12816
12817 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12818
12819         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
12820         of framepointer + constant to ADDR_REGS class.
12821         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
12822         * c4x.c (std_or_reg_operand): New function.
12823         * c4x-protos.h (std_or_reg_operand): Prototype it.
12824
12825 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12826
12827         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
12828                 object names as libgcc2.c.
12829         * libgcc.S: Use newly defined names.
12830
12831 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
12832         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
12833         function.
12834         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
12835         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
12836         (FLOW_LOOP_LAST_BLOCK): Likewise.
12837
12838 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12839
12840         * basic-block.h (struct loop): New fields 'first' and 'last'.
12841         * flow.c (flow_loops_find): Compute loop->first and loop->last.
12842         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
12843         and loop->last to check for NOTE_INSN_LOOP_END.
12844
12845 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
12846
12847         * predict.c (estimate_probability): Use the new FIRST and LAST fields
12848         of the loop descriptor rather than HEADER and LATCH. Also added
12849         missing break statements as well making some coding style modifications
12850         as suggested by Michael Hayes.
12851
12852 2000-01-28  Richard Henderson  <rth@cygnus.com>
12853
12854         * flow.c (find_basic_blocks): Remove do_cleanup argument.
12855         Break out that code ...
12856         (cleanup_cfg): ... here.
12857         (commit_one_edge_insertion): Detect a return instruction being
12858         emitted to an edge.  Emit a barrier following; clear fallthru.
12859         (commit_edge_insertions): Verify CFG consistency.
12860         * function.c (expand_function_start): Kill unused variable.
12861         (expand_function_end): Likewise.
12862         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
12863         to insert the epilogue.
12864
12865         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
12866         (delete_null_pointer_checks): Likewise.
12867         * output.h: Likewise.
12868         * reg-stack.c (reg_to_stack): Likewise.
12869         * toplev.c (rest_of_compilation): Likewise.  Run
12870         thread_prologue_and_epilogue_insns after rebuilding the CFG.
12871
12872 2000-01-28  Richard Henderson  <rth@cygnus.com>
12873
12874         * Makefile.in (flow.o): Revert 24 Jan change.
12875         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
12876         FUNCTION_VALUE result to DECL_RESULT's mode.
12877
12878         * haifa-sched.c (schedule_insns): Don't recompute reg info
12879         after reload.
12880
12881 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
12882
12883         * configure.in: Make --enable-cpplib the default.
12884         * configure: Regenerate.
12885         * gcc.dg/990119-1.c: No longer expected to fail.
12886
12887 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
12888
12889         * jump.c (jump_optimize_1): Delete an optimization that is also done
12890         by merge_blocks in flow.
12891
12892 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12893
12894         * diagnostic.c (build_message_string, output_printf,
12895         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
12896         (build_location_prefix): Fix non-literal format string.
12897
12898 2000-01-27  Richard Henderson  <rth@cygnus.com>
12899
12900         * alpha.md (trunctfsf2): New.
12901
12902 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
12903
12904         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
12905
12906 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
12907
12908         * cppinit.c (cpp_handle_option): Recognize C++ comments under
12909         -std=gnu89.
12910         * cpplib.c (skip_block_comment, skip_line_comment): Split code
12911         out of...
12912         (skip_comment) ... here.  Permit C++ comments in system
12913         headers always.  Warn about C++ comments in user code under
12914         -std=gnu89 -pedantic.
12915         (copy_comment): Use skip_comment.
12916         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
12917         return EOF.
12918         (consider_directive_while_skipping, do_else, do_endif): Call
12919         validate_else unconditionally.
12920         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
12921         text after the conditional in a system header.
12922         * cpplib.h (struct cpp_buffer): Add flag
12923         warned_cplusplus_comments.
12924
12925 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
12926
12927         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
12928         Use unshare_all_rtl_1.
12929         (unshare_all_rtl_again): New function.
12930         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
12931
12932         * function.c (purge_addressof_1): Use unshare_all_rtl_again
12933         rather than resetting the 'used' flags ourself.
12934
12935         * toplev.c (rest_of_compilation): Add current_function_decl
12936         to the unshare_all_rtl call.
12937         * tree.h: Prototype unshare_all_rtl.
12938         * rtl.h: Prototype unshare_all_rtl_again here.
12939
12940 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
12941
12942         * genoutput.c (output_prologue): Include ggc.h in generated
12943         files.
12944         * Makefile.in (insn-output.o): Depends on ggc.h.
12945
12946 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
12947             Hans-Peter Nilsson  <hp@bitrange.com>
12948
12949         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
12950         Remove redundant include of xm-ns32k.h.
12951         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
12952         Remove redundant include of xm-ns32k.h.
12953         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
12954         Remove redundant include of xm-ns32k.h.
12955         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
12956
12957         * ns32k/ns32k.h: Update comment on multiply-add instructions.
12958         (TARGET_SWITCHES): Add documentation strings.
12959         (DWARF_FRAME_REGNUM): Override default definition.
12960         (REG_CLASS_CONTENTS): Add comments.
12961         (SUBSET_P): Format to reduce line length.
12962         (SMALL_REGISTER_CLASSES): Make a run time option.
12963         (GO_IF_NONINDEXED_ADDRESS): Reformat.
12964         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
12965         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
12966         (regclass_map): fix typo in comment.
12967         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
12968         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
12969         (trace, reg_or_mem_operand): Delete, unused function.
12970         (calc_address_cost): Small offsets are cheaper than large ones.
12971         (expand_block_move): Generate more efficient code when bytes is a
12972         known at compile time.
12973         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
12974         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
12975         instead of reg_or_mem_operand.
12976
12977         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
12978         not general_operand.  Similarly use "=rm" or stricter, not "=g".
12979         For input operands, use stricter constraints than "g" if not
12980         general_operand.  Similarly use stricter predicate than
12981         "general_operand" when stricter constraints than "g" are present,
12982         except for matching constraints.
12983         (movstrsi): Use "memory_operand" for operands 0 and 1.
12984         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
12985         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
12986         not reg_or_mem_operand.
12987         (udivmoddisi4): Ditto.
12988         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
12989         Use nonimmediate_operand for operand 3, not register_operand.
12990         (udivmoddiqi4_internal): Use register_operand for operand 1, not
12991         reg_or_mem_operand.
12992
12993 2000-01-27  Fred Fish  <fnf@be.com>
12994
12995         * gthr-posix.h: Fix typo; compatibily -> compatibility.
12996         * gthr-single.h: Likewise.
12997         * gthr-solaris.h: Likewise.
12998         * gthr-vxworks.h: Likewise.
12999         * gthr-win32.h: Likewise.
13000         * gthr.h: Likewise.
13001
13002 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
13003
13004         * cppinit.c: Add " (cpplib)" to end of string printed by
13005         -v / --version.
13006
13007 2000-01-27  Richard Henderson  <rth@cygnus.com>
13008
13009         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
13010         testing for a signed comparison.
13011         (alpha_emit_floatuns): New.
13012         * alpha-protos.h: Declare it.
13013         * alpha.md (floatunsdisf2, floatunsdidf2): New.
13014         (extendsfdf2): Tidy.
13015
13016 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
13017
13018         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
13019         no -g option specifying debugging format, default to -gstabs+.
13020
13021 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
13022
13023         * calls.c (special_function_p): New argument fork_or_exec.
13024         (expand_call): When profile_arc_flag is set and the function
13025         is in the fork_or_exec group, call __bb_fork_func first.
13026         * libgcc2.c, _bb module (__bb_fork_func): New function.
13027         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
13028         output file.
13029         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
13030         * tree.h (special_function_p): Update prototype.
13031
13032 2000-01-26  Richard Henderson  <rth@cygnus.com>
13033
13034         * alpha.c (alpha_split_tfmode_pair): New.
13035         * alpha-protos.h: Declare it.
13036         * alpha.md (abstf2, negtf2): New.
13037         (movtf insn): Add input G constraint.
13038         (movtf splitter): Use alpha_split_tfmode_pair.
13039
13040 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13041
13042         * i386/cygwin.h: PROTO -> PARAMS.
13043
13044 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
13045
13046         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
13047         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
13048         using _Qp_cmp/_Q_cmp and testing the return value.
13049         (print_operand): Call reverse_condition_maybe_unordered if
13050         we are handling CCFPmode or CCFPEmode.
13051         Handle ORDERED, UN* and LTGT comparisons.
13052         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
13053         if not TARGET_HARD_QUAD.
13054         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
13055         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
13056         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
13057         Adjust gen_b* calls so that they reflect return comparison of
13058         sparc_emit_float_lib_cmp.
13059
13060 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13061
13062         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
13063         incoming operands array is large enough for one more operand.
13064         (alpha_emit_xfloating_arith): Likewise.
13065
13066 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
13067
13068         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
13069         file with one line and no trailing newline.
13070         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
13071         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
13072         checking if the match is on the line.
13073         * fixinc/gnu-regex.c: Provide regerror not __regerror.
13074
13075 2000-01-25  Richard Henderson  <rth@cygnus.com>
13076
13077         * sparc.c (output_cbranch): Fix accidental squashing of the
13078         fp branch pre-delay nop.
13079
13080 2000-01-25  Richard Henderson  <rth@cygnus.com>
13081
13082         * tree.def (UNNE_EXPR): Remove.
13083         * c-typeck.c (build_binary_op): Don't handle it.
13084         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
13085
13086         * rtl.def (UNNE): Remove.
13087         (LTGT): Add.
13088         * jump.c (reverse_condition): Update accordingly.
13089         (swap_condition): Likewise.
13090         (comparison_dominates_p): Handle unordered comparisons.
13091         (reverse_condition_maybe_unordered): New.
13092         * rtl.h (reverse_condition_maybe_unordered): Declare.
13093
13094         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
13095         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
13096         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
13097         * sparc.md (bltgt): New.
13098
13099 2000-01-25  Nick Clifton  <nickc@redhat.com>
13100
13101         * emit-rtl.c (emit_insn): Only check machine class insns for
13102         improper emission of a RETURN.
13103
13104 2000-01-25  Richard Henderson  <rth@cygnus.com>
13105
13106         * Makefile.in (flow.o): Depend on $(EXPR_H).
13107         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
13108         duplicate the structure of diddle_return_value for keeping regs live.
13109
13110 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13111
13112         * loop.c (current_loop_info): Delete.
13113         (consec_sets_invariant_p): Add loop argument, update callers.
13114         (get_condition_for_loop): Likewise.
13115         (count_nonfixed_reads, update_giv_derive): Likewise.
13116         (simplify_giv_expr, general_induction_var): Likewise.
13117         (consec_sets_giv, recombine_givs): Likewise.
13118         (move_movables): Delete loop_start and loop_end arguments,
13119         add loop argument, and update callers.
13120         (find_mem_givs, check_final_value): Likewise.
13121         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
13122         (loop_invariant_p): Rename from invariant_p, add loop argument, and
13123         update callers.
13124         (basic_induction_var): Add loop argument, delete loop_level argument,
13125         and update callers.
13126         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
13127         add loop argument, and update callers.
13128         (find_splittable_regs, find_splittable_givs): Likewise.
13129         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
13130         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
13131         (biv_total_increment): Delete loop_start and loop_end arguments;
13132         update callers.
13133         (precondition_loop_p): Delete loop_start and loop_info arguments;
13134         update callers.
13135         * loop.h (get_condition_for_loop): Add loop argument.
13136         (biv_total_increment): Delete loop_start and loop_end arguments.
13137         (precondition_loop_p): Delete loop_start and loop_info arguments;
13138         add loop argument.
13139         (final_biv_value): Delete loop_start and loop_end arguments;
13140         add loop argument.
13141         (final_giv_value, back_branch_in_range_p): Likewise.
13142
13143 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
13144
13145         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
13146
13147 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
13148
13149         * Makefile.in (c-gperf.h) : Change the "See" pointer to
13150         point to the new "generated_files" doc.
13151
13152 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
13153
13154         * config/fp-bit.c (_unord_f2): Fix typo.
13155
13156 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
13157
13158         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
13159         c-typeck.c, objc/objc-act.c: Remove all references to obstack
13160         functions obsoleted by GC, such as push_obstacks_nochange,
13161         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
13162         and code which existed only to decide whether or not to call
13163         them.  Remove now-unused NESTED argument from start_function;
13164         all callers changed.  Do not change behavior based on ggc_p.
13165         The use of the ixp_obstack in c-iterate.c and the util_obstack
13166         in objc/objc-act.c remain; these are not obsoleted by garbage
13167         collection.
13168         * c-tree.h: Update prototype for start_function.
13169
13170         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
13171
13172 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
13173
13174         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
13175         mips16.
13176
13177 2000-01-25  Richard Henderson  <rth@cygnus.com>
13178
13179         * sparc-protos.h (select_cc_mode): Declare.
13180         * sparc.c (select_cc_mode): New.  Handle unordered compares.
13181         (output_cbranch): Always reverse via code change.  Handle
13182         unordered compares.  Factor tests and string updates.
13183         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
13184         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
13185         * sparc.md (bunordered, bordered): New.
13186         (bungt, bunlt, buneq, bunge, bunle): New.
13187
13188 2000-01-25  Richard Henderson  <rth@cygnus.com>
13189
13190         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
13191         * ggc-common.c (ggc_add_rtx_varray_root): New.
13192         (ggc_mark_rtx_varray): New.
13193         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
13194         functions down below ggc_mark_foo.
13195         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
13196
13197 2000-01-25  Richard Henderson  <rth@cygnus.com>
13198
13199         * alpha.c (secondary_reload_class): Don't allocate a secondary
13200         for integral mode memories into FLOAT_REGS.  Rearrange the more
13201         complicated memory expression inward.
13202
13203 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
13204
13205         * inclhack.def: Fixes to play nicer with FreeBSD, and
13206         corrections to comments.
13207         (cxx_unready): Add select expression.
13208         (irix_sockaddr): Add bypass expression.
13209         (machine_ansi_h_va_list): New fix.
13210         (stdio_va_list): No need to edit _BSD_VA_LIST_.
13211         Split out addition of "#include <stdarg.h>" to...
13212         (stdio_stdarg_h): ... here.
13213         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
13214         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
13215         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
13216         size_t.
13217         (ultrix_ifdef): Tighten up select expression.
13218
13219         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
13220         re_ct and max_mach to avoid use of shell.  Make printed names
13221         match names in inclhack.def.  Use static copyright date.
13222         Don't count c_test and test expressions as requiring regex_t
13223         slots.  Add some commentary.
13224         * inclhack.tpl: Do not include the 'This script contains N
13225         fixup scripts' line if PROGRAM is defined.  Use static
13226         copyright date.
13227
13228 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
13229
13230         * dwarf2out.c: include "varray.h", not dyn-string.h.
13231         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
13232         (addr_const_to_string, addr_to_string): Lose.
13233         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
13234         (struct dw_val_struct): val_addr is now an rtx.
13235         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
13236         (used_rtx_varray): New varray.
13237         (dwarf2out_init): Initialize it.
13238         (save_rtx): New fn.
13239         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
13240         addr_to_string.
13241         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
13242         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
13243         * Makefile.in (dwarf2out.o): Update dependencies.
13244
13245 2000-01-24  Richard Henderson  <rth@cygnus.com>
13246
13247         * i386.c (i386_dwarf_output_addr_const): New.
13248         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
13249
13250         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
13251         if defined.
13252         * dwarfout.c (output_mem_loc_descriptor): Likewise.
13253         * i386.c (i386_simplify_dwarf_addr): New.
13254         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
13255
13256 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
13257
13258         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
13259         TYPE_STUB_DECL is NULL.
13260
13261 2000-01-24  Richard Henderson  <rth@cygnus.com>
13262
13263         * builtins.c (expand_tree_builtin): Move ...
13264         * c-common.c (expand_tree_builtin): ... here.
13265
13266 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13267
13268         * loop.h (LOOP_INFO): New accessor macro.
13269         * basic-block.h (struct loop): Rename field `info' to `aux'.
13270         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
13271         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
13272         * unroll.c (loop_iterations, unroll_loop): Likewise.
13273
13274 2000-01-24  Christopher Faylor <cgf@cygnus.com>
13275
13276         * config/i386/t-cygwin: Accomodate new winsup directory layout
13277         when searching for include files.
13278
13279 2000-01-24  Richard Henderson  <rth@cygnus.com>
13280
13281         * rtl.def: Add unordered fp comparisions.
13282         * tree.def: Likewise.
13283         * tree.h: Add ISO C 9x unordered fp comparision builtins.
13284
13285         * builtins.c (expand_tree_builtin): New function.
13286         * c-typeck.c (build_function_call): Use it.
13287         (build_binary_op): Support unordered compares.
13288         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
13289
13290         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
13291         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
13292         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
13293         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
13294         * jump.c (reverse_condition): Don't abort for UNLE etc, but
13295         return UNKNOWN.
13296         (swap_condition): Handle unordered compares.
13297         (thread_jumps): Check can_reverse before reversing.
13298         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
13299         reversed for FP.
13300
13301         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
13302         setcc is present before acking for cmp_optab.  Update all callers.
13303         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
13304         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
13305         * expr.c (expand_expr): Likewise.  Support unordered compares.
13306         (do_jump, do_store_flag): Likewise.
13307         * expr.h (enum libfunc_index): Add unordered compares.
13308
13309         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
13310         (DPBIT_FUNCS): Add _unord_df.
13311         * config/fp-bit.c (_unord_f2): New.
13312         * fp-test.c (main): Try unordered compare builtins.
13313
13314         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
13315         * alpha.c (alpha_comparison_operator): Check mode properly.
13316         (alpha_swapped_comparison_operator): Likewise.
13317         (signed_comparison_operator): Likewise.
13318         (alpha_fp_comparison_operator): New.
13319         (alpha_emit_conditional_branch): Handle unordered compares.
13320         * alpha.h (PREDICATE_CODES): Update.
13321         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
13322         (bunordered, bordered): New.
13323
13324 2000-01-24  Richard Henderson  <rth@cygnus.com>
13325
13326         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
13327         * alpha.md (movtf): New expander, insn, and splitter.
13328
13329 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
13330
13331         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
13332         dead registers.
13333
13334 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
13335
13336         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
13337         (FIXED_REGISTERS, CALL_USED_REGISTERS,
13338          REG_ALLOC_ORDER): Add frame pointer
13339         (FRAME_POINTER_REGNUM): Set to 20
13340         (HARD_FRAME_POINTER_REGNUM): New macro.
13341         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
13342         to HARD_FRAME_POINTER.
13343         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
13344         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
13345         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
13346         (HI_REGISTER_NAMES): Add "frame".
13347         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
13348         (debug_reg): Handle FRAME_POINTER_REGNUM.
13349         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
13350         GENERAL_REGS and INDEX_REGS.
13351         * i386.c (SAVED_REGS_FIRST): new macro.
13352         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
13353         (ix86_decompose_address, memory_address_length): Likewise.
13354         (regclass_map): Add frame pointer.
13355         (call_insn_operand): Handle frame_pointer_rtx.
13356         (reg_no_sp_operand): Likewise.
13357         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
13358         (print_operand, legitimize_pic_address): Fix formating.
13359         (ix86_compute_frame_size): Make static, update prototype, new
13360         parameters padding1, padding2, use ix86_nsaved_regs, use
13361         stack_alignment_needed.
13362         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
13363         to HARD_FRAME_POINTER_REGNUM conversions.
13364         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
13365         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
13366         (print_reg): Abort on FRAME_POINTER_REGNUM
13367
13368 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
13369
13370         * i386.h (PREDICATE_CODES): Add aligned_operand.
13371         * i386.c (aligned_operand): New function.
13372         (ix86_aligned_p): Kill.
13373         * i386.md (movhi_1): Emit mov for aligned operands.
13374         (promoting peep2s): Use aligned_operand.
13375
13376 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
13377
13378         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
13379         expression to allow underscores in macro names.
13380         (fix_char_macro_defines): Increment scanning pointer.
13381
13382 2000-01-23  Richard Henderson  <rth@cygnus.com>
13383
13384         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
13385         * alpha/osf5.h: New file.
13386         * configure.in (alpha-*-osf5): Add it to tm_file.
13387
13388         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
13389
13390         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
13391         (alpha_emit_xfloating_cvt, function_arg): Declare.
13392         * alpha.c (alpha_emit_conditional_branch): Call
13393         alpha_emit_xfloating_compare for TFmode compares.
13394         (alpha_lookup_xfloating_lib_func): New.
13395         (alpha_compute_xfloating_mode_arg): New.
13396         (alpha_emit_xfloating_libcall): New.
13397         (alpha_emit_xfloating_arith): New.
13398         (alpha_emit_xfloating_compare): New.
13399         (alpha_emit_xfloating_cvt): New.
13400         (print_operand): Add default abort case.
13401         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
13402         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
13403         (BIGGEST_ALIGNMENT): Increase to 128 bits.
13404         (RETURN_IN_MEMORY): True for TF/TCmode.
13405         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
13406         (FUNCTION_ARG): Move to function_arg.
13407         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
13408         (ASM_OUTPUT_LONG_DOUBLE): New.
13409         (ASM_OUTPUT_DOUBLE): Always output bits.
13410         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
13411         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
13412         (extenddftf2, trunctfdf2): New.
13413
13414 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13415
13416         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
13417         * config/sparc/sol2.h: ... here.
13418
13419 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13420
13421         * basic-block.h (struct loops): New field `levels'.
13422         * flow.c (flow_loops_level_compute): Traverse all outer loops.
13423         (flow_loop_level_compute): Initialise level to 1.
13424         (flow_loops_find): Set loops->levels.
13425         (flow_loops_dump): Print loops->levels.
13426
13427 2000-01-23  Richard Henderson  <rth@cygnus.com>
13428
13429         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
13430         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
13431
13432 2000-01-23  Richard Henderson  <rth@cygnus.com>
13433
13434         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
13435         * i386.h (DBX_REGISTER_NUMBER): Use them.
13436         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
13437         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
13438         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
13439         * i386/sequent.h: Kill incorrect comment.
13440
13441 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
13442
13443         * ggc-page.c (struct page_entry): Make `context_depth' an
13444         `unsigned short'.
13445         (struct globals): Likewise.
13446
13447 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
13448
13449         * loop.c (check_dbra_loop): When checking a loop for
13450         reversability, check the source of any stores to ensure
13451         they don't depend on an initial value.
13452
13453 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13454
13455         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
13456
13457 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
13458
13459         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
13460         'pz_scan' into scope of entire function.  Only affects
13461         compiles with -DDEBUG.
13462
13463 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
13464
13465         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
13466         section naming to that prior to 2000-01-07 patch.
13467         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
13468         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
13469         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
13470         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
13471         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
13472
13473 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
13474
13475         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
13476         constant.
13477
13478 2000-01-21  Jim Wilson  <wilson@cygnus.com>
13479
13480         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
13481         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
13482
13483 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
13484
13485         * cpphash.c (change_newlines): Delete function.
13486         (struct argdata): Delete 'newlines' and 'use_count' fields.
13487         (macroexpand): Remove code referencing those fields.
13488
13489 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13490
13491         * loop.c (loops_info): New variable.
13492         (loop_optimize): Allocate loops->array and free it on exit.
13493         Allocate memory for loops_info and assign to each loop,
13494         replacing alloca.
13495         (find_and_verify_loops): Do not allocate loops->array.
13496
13497 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
13498
13499         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
13500
13501 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
13502
13503         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
13504         pseudos if expanded after first flow.
13505         (movdi_pic_label_ref): Likewise.
13506
13507 2000-01-20  Richard Henderson  <rth@cygnus.com>
13508
13509         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
13510
13511 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
13512
13513         * Makefile.in (fixinc.sh): Depend on specs.
13514         * fixinc/Makefile.in: Add rule to create machname.h.
13515         (fixlib.o): Depend on machname.h.
13516         * fixinc/fixtests.c (machine_name): New test.
13517         * fixinc/fixfixes.c (machine_name): New fix.
13518         * fixinc/fixlib.c (mn_get_regexps): New helper function for
13519         the machine_name test and fix.
13520         * fixinc/fixlib.h: Prototype it.
13521         * fixinc/inclhack.def (machine_name): Use the C test and fix.
13522         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
13523
13524         * gcc.c (do_spec_1) [case P]: Take care not to create
13525         identifiers with three leading or trailing underscores.
13526
13527         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
13528         (fixincl): Don't specify libraries twice on link line.
13529         (gnu-regex.o): Remove special rule.
13530         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
13531         defined by config.h.  Do not define _REGEX_RE_COMP.
13532         (regcomp): Allocate and initialize a fastmap.
13533         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
13534
13535 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
13536
13537         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
13538
13539 2000-01-19  Richard Henderson  <rth@cygnus.com>
13540
13541         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
13542         arguments with BB.  Update all callers.  Tidy line wrapping.
13543
13544 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
13545
13546         * emit-rtl.c (try_split): Return last_insn if we split the
13547         last_insn.
13548
13549 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
13550
13551         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
13552         (ix86_initial_elimination_offset): Declare.
13553         * i386.c (ix86_nsaved_regs): Break out from ...
13554         (ix86_can_use_return_insn_p): ... here.
13555         (ix86_emit_save_regs): Break out from ...
13556         (ix86_expand_prologue): ... here.
13557         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
13558         out from ...
13559         (ix86_expand_epilogue): ... here.
13560         (ix86_compute_frame_size): Make static, add prototype.
13561         (ix86_initial_elimination_offset): Break out from ...
13562         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
13563
13564 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13565
13566         * recog.h (OUT_FCN): Delete.
13567
13568         * vax.md: Call `get_insn_template' instead of OUT_FCN.
13569
13570 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13571
13572         * cppalloc.c: PROTO -> PARAMS.
13573         * cpperror.c: Likewise.
13574         * cppfiles.c: Likewise.
13575         * cpplib.c: Likewise.
13576         * cpplib.h: Likewise.
13577
13578         * config/arm/arm-protos.h: PROTO -> PARAMS.
13579         * config/arm/arm.c: Likewise.
13580         * config/c4x/c4x.c: Likewise.
13581         * config/fr30/fr30-protos.h: Likewise.
13582         * config/nextstep.c: Likewise.
13583         * config/pa/pa.c: Likewise.
13584         * config/pj/pj.c: Likewise.
13585         * config/rs6000/rs6000.c: Likewise.
13586         * config/v850/v850-protos.h: Likewise.
13587         * config/v850/v850.c: Likewise.
13588
13589 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13590
13591         * i370-protos.h: New file.
13592
13593         * i370.c: Include tm_p.h.  Fix compile time warnings.
13594
13595         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
13596         warnings.
13597
13598         * i370.md: Likewise.
13599
13600 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13601
13602         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
13603         (target_isinf, target_isnan, eisnan): Mark parameter with
13604         ATTRIBUTE_UNUSED.
13605         (eiisinf): Wrap in INFINITY.
13606         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
13607         (ibmtoe): Remove unused variable `rndsav'.
13608
13609 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13610
13611         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
13612         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
13613
13614 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
13615
13616         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
13617         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
13618         (fix_char_macro_defines, fix_char_macro_uses): New functions.
13619
13620         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
13621         Recognize Emacs mode markers also.
13622         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
13623         C++ comments in C++ headers.  Call is_cxx_header only if
13624         necessary.
13625
13626         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
13627         bypass for ncurses.
13628         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
13629         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
13630         ... these, which use the new C fixes.
13631         (math_exception): Escape literal '+' in bypass expression.
13632
13633         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
13634         Regenerate.
13635
13636 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
13637
13638         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
13639         inside the MEM.
13640
13641 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13642
13643         * loop.c (loop_optimize): Allocate loop_info structure for each loop
13644         prior to calling scan_loop.
13645
13646 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13647
13648         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
13649         (split_branches, calc_live_regs): Likewise.
13650
13651 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13652
13653         * sh.md (fpu_single, fp_mode): New attributes.
13654
13655 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13656
13657         * loop.c (current_loop_info): Renamed from loop_info_data
13658         and changed to a pointer.
13659         (loop_optimize): Allocate loop_info structure for each loop
13660         and initialise to zero.
13661         (scan_loop): Set current_loop_info.
13662
13663         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
13664         on iteration_var.
13665
13666 2000-01-19  Richard Henderson  <rth@cygnus.com>
13667
13668         * stupid.c: Die die die.
13669         * Makefile.in (OBJS): Remove stupid.o.
13670         (stupid.o): Likewise.
13671
13672         * except.c (emit_eh_context): Don't emit USEs for stupid.
13673         * explow.c (probe_stack_range): Likewise.
13674         * flags.h (obey_regdecls): Remove.
13675         * flow.c (find_basic_blocks): Don't run try_merge_blocks
13676         when not optimizing.
13677         (life_analysis): Limit data collection when not optimizing.
13678         (mark_regs_live_at_end): Always mark the return value registers.
13679         (mark_used_regs): Remove dummy RETURN case.
13680         (print_rtl_with_bb): Don't consult obey_regdecls.
13681         * function.c (use_variable, use_variable_after): Remove.
13682         (assign_parms): Consult optimize not obey_regdecls.
13683         (expand_function_start): Don't emit USEs for stupid.
13684         (expand_function_end): Likewise.
13685         * global.c (build_insn_chain): Export.
13686         * integrate.c (expand_inline_function): Kill return-value USE
13687         handling code.
13688         * jump.c (jump_optimize_1): Do simple jump optimizations and
13689         dead code elimination.
13690         (calculate_can_reach_end): Remove check_deleted argument.
13691         (delete_insn): Patch out insns even when not optimizing.
13692         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
13693         * rtl.h (use_variable, use_variable_after): Remove declarations.
13694         (build_insn_chain): Declare.
13695         * stmt.c (expand_value_return): Don't emit USEs for stupid.
13696         (expand_end_bindings): Likewise.
13697         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
13698         * toplev.c (obey_regdecls): Remove.
13699         (rest_of_compilation): Don't set it.  Kill stupid in favour of
13700         flow1, local-alloc, and reload.
13701         (main): Don't set obey_regdecls.
13702
13703         * config/nextstep.c (handle_pragma): Likewise.
13704
13705         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
13706
13707         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
13708
13709 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13710
13711         * alpha-protos.h: PROTO -> PARAMS.
13712         * alpha.c: Likewise.
13713         * elf.h: Likewise.
13714         * h8300.c: Likewise.
13715         * i386-protos.h: Likewise.
13716         * i386.c: Likewise.
13717         * m32r-protos.h: Likewise.
13718         * m32r.c: Likewise.
13719         * mips.c: Likewise.
13720         * mips.md: Likewise.
13721         * gmon-sol2.c: Likewise.
13722         * sparc.c: Likewise.
13723
13724 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13725
13726         * ns32k-protos.h: New file.
13727
13728         * ns32k.c: Fix compile time warnings.
13729
13730         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
13731         warnings.
13732
13733         * ns32k.md: Likewise.
13734
13735 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13736
13737         * vax-protos.h: New file.
13738
13739         * vax.c: Fix compile time warnings.
13740
13741         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
13742         warnings.
13743
13744         * vax.md: Likewise.
13745
13746         * vaxv.md: Likewise.
13747
13748 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13749
13750         * romp-protos.h: New file.
13751
13752         * romp.c: Fix compile time warnings.
13753
13754         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
13755         warnings.
13756
13757         * romp.md: Likewise.
13758
13759 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13760
13761         * we32k-protos.h: New file.
13762
13763         * we32k.c: Fix compile time warnings.
13764
13765         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
13766         warnings.
13767
13768 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13769
13770         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
13771
13772         * except.c (eh_regs): Likewise.
13773
13774         * final.c (output_operand): Likewise.
13775
13776         * fold-const.c (target_isinf, target_isnan): Likewise.
13777
13778 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
13779
13780         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
13781         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
13782
13783         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
13784         when optimize_size.
13785         (clrstrsi): Rewrite.
13786         (strsethi, strsetqi): New expanders.
13787         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
13788         (cmpstrsi): Emit compare insn before cmpstrsi_1
13789         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
13790         (strlensi_1): Likewise.
13791         (cmpstrsi_1): Likewise; do not output compare.
13792         (strlen expander): Do not unroll when optimizing for size.
13793         (*subsi3_carry): Rename to subsi3_carry
13794         (addqi3_cc): New pattern.
13795         * i386.h (processor_costs): Add move_ratio field.
13796         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
13797         * i386.c (*_cost): Set move_ratio.
13798         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
13799         (x86_expand_strlensi_1): Rewrite the main loop.
13800
13801 2000-01-17  Richard Henderson  <rth@cygnus.com>
13802
13803         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
13804         * cse.c (find_comparison_args, fold_rtx): Likewise.
13805         * integrate.c (subst_constants): Likewise.
13806         * loop.c (get_condition): Likewise.
13807
13808         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
13809
13810         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
13811
13812 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13813
13814         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
13815         (RESTORE_WARN_FLAGS): Unpack it.
13816         Change semantic type of extension to ttype.
13817         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
13818         * c-parse.y, c-parse.c, objc/objc-parse.y,
13819         objc/objc-parse.c: Regenerate.
13820
13821 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
13822
13823         * fixinc/fixlib.c: Add copyright notice.
13824         (compile_re): New function.
13825         * fixinc/fixlib.h: Prototype compile_re.
13826
13827         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
13828         Use compile_re to compile regular expressions.
13829
13830         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
13831         where the pattern matched.
13832
13833         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
13834         use 'replace'.
13835         (ultrix_ansi_compat): Likewise.
13836         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
13837         add egrep test.
13838         (interactv_add2, interactv_add3): Delete.
13839         (x11_sprintf): Don't use filename glob.
13840         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
13841         Regenerate.
13842
13843 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13844
13845         * print-rtl.c: PROTO -> PARAMS.
13846         * real.c: Likewise.
13847         * reg-stack.c: Likewise.
13848         * resource.c: Likewise.
13849         * sdbout.h: Likewise.
13850         * simplify-rtx.c: Likewise.
13851         * stor-layout.c: Likewise.
13852         * stupid.c: Likewise.
13853         * xcoffout.c: Likewise.
13854         * xcoffout.h: Likewise.
13855
13856 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13857
13858         * toplev.c: PROTO -> PARAMS.
13859         * toplev.h: Likewise.
13860         * tree.c: Likewise.
13861         * tree.h: Likewise.
13862         * unroll.c: Likewise.
13863         * varasm.c: Likewise.
13864         * varray.c: Likewise.
13865         * varray.h: Likewise.
13866
13867 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13868
13869         * reload.c: PROTO -> PARAMS.
13870         * reload.h: Likewise.
13871         * reload1.c: Likewise.
13872         * reorg.c: Likewise.
13873         * resource.h: Likewise.
13874         * rtl.c: Likewise.
13875         * rtl.h: Likewise.
13876         * rtlanal.c: Likewise.
13877         * sbitmap.h: Likewise.
13878         * sdbout.c: Likewise.
13879         * stack.h: Likewise.
13880         * stmt.c: Likewise.
13881         * system.h: Likewise.
13882
13883 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13884
13885         * machmode.h: PROTO -> PARAMS.
13886         * mbchar.h: Likewise.
13887         * mips-tdump.c: Likewise.
13888         * mips-tfile.c: Likewise.
13889         * optabs.c: Likewise.
13890         * output.h: Likewise.
13891         * prefix.c: Likewise.
13892         * profile.c: Likewise.
13893         * protoize.c: Likewise.
13894         * real.h: Likewise.
13895         * recog.c: Likewise.
13896         * recog.h: Likewise.
13897         * regclass.c: Likewise.
13898         * regmove.c: Likewise.
13899         * regs.h: Likewise.
13900
13901 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13902
13903         * ggc-common.c: PROTO -> PARAMS.
13904         * ggc-page.c: Likewise.
13905         * ggc-simple.c: Likewise.
13906         * ggc.h: Likewise.
13907         * global.c: Likewise.
13908         * graph.c: Likewise.
13909         * gthr-win32.h: Likewise.
13910         * haifa-sched.c: Likewise.
13911         * halfpic.h: Likewise.
13912         * integrate.c: Likewise.
13913         * integrate.h: Likewise.
13914         * jump.c: Likewise.
13915         * lcm.c: Likewise.
13916         * local-alloc.c: Likewise.
13917         * loop.c: Likewise.
13918         * loop.h: Likewise.
13919
13920 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13921
13922         * genattr.c: PROTO -> PARAMS.
13923         * genattrtab.c: Likewise.
13924         * gencheck.c: Likewise.
13925         * gencodes.c: Likewise.
13926         * genconfig.c: Likewise.
13927         * genemit.c: Likewise.
13928         * genextract.c: Likewise.
13929         * genflags.c: Likewise.
13930         * gengenrtl.c: Likewise.
13931         * genopinit.c: Likewise.
13932         * genoutput.c: Likewise.
13933         * genpeep.c: Likewise.
13934         * genrecog.c: Likewise.
13935
13936 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
13937
13938         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
13939
13940 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13941
13942         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
13943         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
13944         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
13945         * configure, config.in: Rebuilt.
13946
13947 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
13948
13949         * config/i386/i386.md: Add peephole to merge successive stack
13950         adjusts.
13951
13952 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
13953
13954         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
13955         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
13956         when walking backwards to find all the parameter loads when
13957         the basic block ends in a call.
13958
13959 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13960
13961         * loop.c (this_loop_info): Delete.
13962         (uid_loop): Add in place of uid_loop_num.  All uses updated.
13963         (loop_number_exit_count): Delete and replace with entry in loop
13964         structure.  All uses updated.
13965         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
13966         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
13967         (loop_outer_loop): Likewise.
13968         (loop_invalid, loop_number_exit_labels): Likewise.
13969         (loop_used_count_register): Delete and replace with entry in
13970         loop_info structure.
13971         (find_and_verify_loops): Add loops argument.
13972         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
13973         loop_end, etc. arguments with loop structure pointer.  All callers
13974         changed.
13975         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
13976         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
13977         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
13978         (insert_bct): Likewise.
13979         (basic_induction_var): New argument level.
13980         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
13981         vtop, and cont.  Add used_count_register.
13982         (uid_loop): Delete declaration.
13983         (loop_number_exit_count): Likewise.
13984         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
13985         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
13986         (loop_outer_loop, loop_used_count_register): Likewise.
13987         (loop_invalid, loop_number_exit_labels): Likewise.
13988         (unroll_loop): Replace loop_start and loop_end arguments
13989         with loop structure pointer.
13990         (loop_precondition_p, loop_iterations): Likewise.
13991         Include basic-block.h.
13992         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
13993         with loop structure pointer.
13994         (loop_precondition_p, loop_iterations): Likewise.
13995         * basic-block.h (struct loop): New entries vtop, cont,
13996         cont_dominator, start, end, top, scan_start, exit_labels,
13997         exit_count.
13998         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
13999
14000 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14001
14002         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
14003
14004 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
14005
14006         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
14007
14008 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14009
14010         * pdp11-protos.h: New file.
14011
14012         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
14013         time warnings.
14014
14015         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
14016         warnings.
14017
14018         * pdp11.md: Likewise.
14019
14020         * 2bsd.h: Likewise.
14021
14022 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14023
14024         * mn10300-protos.h: New file.
14025
14026         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
14027         time warnings.
14028
14029         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
14030         warnings.
14031
14032         * mn10300.md: Likewise.
14033
14034 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14035
14036         * mn10200-protos.h: New file.
14037
14038         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
14039         time warnings.
14040
14041         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
14042         warnings.
14043
14044         * mn10200.md: Likewise.
14045
14046 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14047
14048         * h8300-protos.h: New file.
14049
14050         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
14051         time warnings.
14052
14053         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
14054         warnings.
14055
14056         * h8300.md: Likewise.
14057
14058 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14059
14060         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
14061         (asm_emit_uninitialised): Likewise.
14062
14063 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
14064
14065         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
14066         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
14067
14068 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
14069
14070         * config/mips/mips.c (override_options): Don't turn on extra
14071         alignment for mips16.
14072
14073 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
14074
14075         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
14076         eabi, and make sure queued POSTINCREMENT rtl is emitted at
14077         the right point.
14078
14079 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
14080
14081         * builtins.c (PAD_VARARGS_DOWN): Define.
14082         (std_expand_builtin_va_arg): Use the above macro.
14083         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
14084         * tm.texi (Register Arguments): Document the above macro.
14085
14086 2000-01-14  Nick Clifton  <nickc@cygnus.com>
14087
14088         * emit-rtl.c (emit_insn): If checking is enabled, make sure
14089         that this function has not been used to emit a jump
14090         instruction.
14091
14092         * jump.c (return_jump_1): Cope with being passed a null rtx.
14093
14094 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14095
14096         * eh-common.h: PROTO -> PARAMS.
14097         * emit-rtl.c: Likewise.
14098         * errors.c: Likewise.
14099         * errors.h: Likewise.
14100         * except.c: Likewise.
14101         * except.h: Likewise.
14102         * explow.c: Likewise.
14103         * expmed.c: Likewise.
14104         * expr.c: Likewise.
14105         * expr.h: Likewise.
14106         * final.c: Likewise.
14107         * fix-header.c: Likewise.
14108         * flow.c: Likewise.
14109         * fold-const.c: Likewise.
14110         * function.c: Likewise.
14111         * function.h: Likewise.
14112         * gcc.c: Likewise.
14113         * gcov-io.h: Likewise.
14114         * gcov.c: Likewise.
14115         * gcse.c: Likewise.
14116
14117 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14118
14119         * sh-protos.h: New file.
14120
14121         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
14122         Add static prototypes.  Fix compile time warnings.
14123
14124         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
14125         * sh.md: Likewise.
14126         * elf.h: Likewise.
14127
14128 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14129
14130         * arc-protos.h: New file.
14131
14132         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
14133         time warnings.
14134
14135         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
14136         warnings.
14137
14138         * arc.md: Likewise.
14139
14140 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14141
14142         * dsp16xx-protos.h: New file.
14143
14144         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
14145         time warnings.
14146
14147         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
14148         warnings.
14149
14150         * dsp16xx.md: Likewise.
14151
14152 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14153
14154         * convex-protos.h: New file.
14155
14156         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
14157         time warnings.
14158
14159         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
14160         warnings.
14161
14162 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14163
14164         * elxsi-protos.h: New file.
14165
14166         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
14167         time warnings.
14168
14169         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
14170         warnings.
14171
14172         * elxsi.md: Likewise.
14173
14174 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
14175
14176         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
14177         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
14178         match the comment for MIPS16.
14179
14180 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
14181
14182         * flow.c (split_edge): Do not call set_block_for_insn if we
14183         do not have a basic_block_for_insn structure.
14184
14185         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
14186         and destination functions are 32bit aligned within the trampoline.
14187         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
14188         (TRAMPOLINE_ALIGNMENT): Define.
14189
14190         * cse.c (cse_insn): When changing (set (pc) (reg)) to
14191         (set (pc) (label_ref)), verify the change creates a valid insn.
14192
14193         * fr30.c (call_operand): Tighten and rework to match rules for
14194         call RTL expressions.
14195         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
14196         * fr30.md (call patterns): Improve constraints.
14197
14198 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
14199
14200         * fr30.c (fr30_expand_epilogue): Revert last change.
14201         Use emit_jump_insn for the return insn.
14202
14203 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
14204                           Stan Cox  <scox@cygnus.com>
14205
14206         * predict.c: New file. Preliminary infrastructure work for static
14207         branch prediction and basic block reordering.
14208         * basic-block.h: Add prototype for estimate_probability.
14209         * Makefile.in: Add rules for predict.o.
14210
14211 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
14212
14213         * fixincludes (va_list): Use __not_va_list__ for the dummy.
14214         * fixinc/*: Likewise.
14215
14216 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14217
14218         * cccp.c: PROTO -> PARAMS.
14219         * cexp.y: Likewise.
14220         * collect2.c: Likewise.
14221         * combine.c: Likewise.
14222         * convert.h: Likewise.
14223         * cse.c: Likewise.
14224         * dbxout.c: Likewise.
14225         * dbxout.h: Likewise.
14226         * diagnostic.c: Likewise.
14227         * doprint.c: Likewise.
14228         * dwarf2out.c: Likewise.
14229         * dwarf2out.h: Likewise.
14230         * dwarfout.c: Likewise.
14231         * dwarfout.h: Likewise.
14232         * dyn-string.h: Likewise.
14233
14234 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14235
14236         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
14237         macro conditionals guarding use.
14238
14239         * dwarf2out.c: Include "tm_p.h".
14240
14241         * function.c (locate_and_pad_parm): Mark parameter with
14242         ATTRIBUTE_UNUSED.
14243         (expand_function_end): Likewise for variable `context'.
14244
14245         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
14246
14247 2000-01-13  Nick Clifton  <nickc@cygnus.com>
14248
14249         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
14250         register to prevent compile time warnings.
14251
14252 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
14253
14254         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
14255         to avoid -Wtraditional warning.
14256
14257 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14258
14259         * 1750a-protos.h: New file.
14260
14261         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
14262         time warnings.
14263
14264         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
14265         warnings.
14266
14267         * 1750a.md: Likewise.
14268
14269 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14270
14271         * a29k-protos.h: New file.
14272
14273         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
14274         time warnings.
14275
14276         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
14277         warnings.
14278
14279 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14280
14281         * clipper-protos.h: New file.
14282
14283         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
14284         time warnings.
14285
14286         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
14287         warnings.
14288
14289 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14290
14291         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
14292
14293 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
14294
14295         * configure.in (--enable-new-gxx-abi): New option.
14296         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
14297         * Makefile.in (GXX_ABI_FLAG): New variable.
14298         * configure: Regenerate.
14299
14300 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14301
14302         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
14303         * tm.texi (FORCE_STRUCT_BLK): Document.
14304         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
14305
14306 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
14307
14308         * config/ns32k/ns32k.md: Revert Jan 9 change.
14309
14310         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
14311         to a mode-test, if the predicate is address_operand.
14312
14313 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
14314
14315         * combine.c (if_then_else_cond): Be careful about what kinds
14316         of RTL expressions are passed to operand_subword.
14317
14318         * flow.c (split_edge): If we have to insert a new jump, make
14319         sure to associate it with a basic block.
14320
14321         * flow.c (commit_one_edge_insertion): A block with one successor
14322         can end in a JUMP_INSN that is not a simplejump.
14323
14324 2000-01-12  Robert Lipe  <robertl@sco.com>
14325
14326         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
14327         (BUILD_VA_LIST_TYPE): Define.
14328         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
14329         with crtstuff.c.
14330
14331 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
14332
14333         * cccp.c (do_pragma): Add cast to (char *).
14334
14335 2000-01-12  Richard Henderson  <rth@cygnus.com>
14336             Fred Fish  <fnf@be.com>
14337             Jason Merrill  <jason@cygnus.com>
14338
14339         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
14340         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
14341         * i386/beos-elf.h, i386/beos-pe.h: New files.
14342
14343         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
14344         * cross-make (SYSTEM_HEADER_DIR): Define using
14345         CROSS_SYSTEM_HEADER_DIR.
14346
14347         * gcc.c (LIBRARY_PATH_ENV): Provide default.
14348         (process_command): Use it.
14349         (main): Likewise.  Kill trailing = from env vars.
14350         (build_search_list): Put it back.
14351         * collect2.c (main): Use LIBRARY_PATH_ENV.
14352
14353         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
14354         * toplev.c: Use NEED_DECLARATION_ENVIRON.
14355
14356         * tm.texi (Frame Layout): Document SMALL_STACK.
14357         * c-common.c (c_common_nodes_and_builtins): Check it.
14358
14359         * system.h: Undef alloca after including glibc's <stdlib.h>,
14360         if USE_C_ALLOCA is defined.
14361
14362         * gcc.c (set_input): New fn.
14363         (main): After all input files are compiled, reset the input file
14364         info to the first.
14365
14366         * aclocal.m4 (rindex, index): If already defined, don't attempt
14367         to redefine.
14368
14369         * ginclude/varargs.h: (__va_list__): Define ifndef.
14370         * ginclude/stdarg.h: Likewise.
14371
14372         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
14373         instead of unsigned char.
14374
14375         * hash.h (true, false, boolean): Undef before enum.
14376
14377         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
14378         proper type of "HOST_WIDE_INT *", rather than their natural type of
14379         "unsigned HOST_WIDE_INT *".
14380
14381 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14382
14383         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
14384
14385         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
14386
14387         * regclass.c (choose_hard_reg_mode): Likewise.
14388
14389         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
14390
14391         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
14392
14393 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14394
14395         * c-common.c: PROTO -> PARAMS.
14396         * c-common.h: Likewise.
14397         * c-decl.c: Likewise.
14398         * c-iterate.c: Likewise.
14399         * c-lang.c: Likewise.
14400         * c-lex.c: Likewise.
14401         * c-lex.h: Likewise.
14402         * c-parse.in: Likewise.
14403         * c-pragma.c: Likewise.
14404         * c-pragma.h: Likewise.
14405         * c-tree.h: Likewise.
14406         * c-typeck.c: Likewise.
14407         * objc/objc-act.c: Likewise.
14408         * objc/objc-act.h: Likewise.
14409
14410 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14411
14412         * m88k-protos.h: New file.
14413
14414         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
14415         time warnings.
14416
14417         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
14418
14419         * m88k.md: Likewise.
14420
14421         * tekXD88.h: Likewise.
14422
14423 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14424
14425         * m68k-protos.h: New file.
14426
14427         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
14428         time warnings.
14429
14430         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
14431
14432         * mot3300.h: Likewise.
14433
14434 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
14435
14436         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
14437         extract_bitlst.
14438         (extract_bitlist): Declare bitlen.
14439
14440 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
14441
14442         * cccp.c: Accept and ignore -lang-fortran.
14443
14444         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
14445         qualifiers don't match at any level of pointerness.
14446
14447 2000-01-12  Robert Lipe  <robertl@sco.com>
14448
14449         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
14450
14451 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
14452
14453         * reload1.c (reload_reg_unavailable): New static variable.
14454         (reload_reg_free_p): Test it.
14455         (reload_reg_free_for_value_p): Test it instead of
14456         reload_reg_used.
14457         (choose_reload_regs_init): Compute it.
14458
14459 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
14460
14461         * reorg.c (fill_slots_from_thread): Check modified_in_p
14462         before replacing.
14463
14464 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
14465
14466         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
14467         these nodes even if INTERNALS is not set.
14468
14469 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
14470
14471         * gcse.c (delete_null_pointer_checks_1): Cope when
14472         get_condition cannot determine the condition.
14473
14474 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
14475
14476         * toplev.h (set_message_length): Declare.
14477
14478         * diagnostic.c (obstack_chunk_alloc): Define macro.
14479         (obstack_chunk_free): Likewise.
14480         (struct output_buffer): New data structure.
14481         (vmessage): Remove.
14482         (output_maximum_width): New variable.
14483         (doing_line_wrapping, set_message_length, init_output_buffer,
14484         get_output_prefix, output_space_left, emit_output_prefix,
14485         output_newline, output_append, output_puts, dump_output,
14486         vbuild_message_string, build_message_string, build_location_prefix,
14487         voutput_notice, output_printf, line_wrapper_printf,
14488         vline_wrapper_message_with_location):  New functions. Implement
14489         automatic line wrapping.
14490         (v_message_with_decl): Make it handle automatic line wrapping.
14491         (v_error_with_file_and_line): Likewise.
14492         (v_warning_with_file_and_line): Likewise.
14493         (announce_function): Likewise.
14494         (default_print_error_function): Likewise.
14495
14496 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
14497
14498         * cpplib.h (struct cpp_options): Change lang_asm to char.
14499         Add lang_fortran.
14500         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
14501         done in cpp_handle_option now.
14502         (initialize_builtins): Take out special case code used only by
14503         __STDC_VERSION__.
14504         (cpp_handle_option): Turn off trigraphs and trigraph warnings
14505         if -traditional.  Recognize -lang-fortran and set
14506         lang_fortran, also turn off cplusplus_comments.
14507         (print_help): Document -lang-fortran.
14508         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
14509         lang_asm. Ignore all directives other than `# 123 "file"' if
14510         CPP_PREPROCESSED.
14511         (cpp_get_token): If -traditional, don't recognize directives
14512         unless the # is in column 1.
14513         (parse_string): If lang_fortran or lang_asm, silently
14514         terminate strings ('' or "") at end of line.
14515         Remove unnecessary braces.
14516
14517 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14518             Richard Henderson  <rth@cygnus.com>
14519
14520         * resource.c (mark_referenced_resources): Mark a set strict_low_part
14521         as used.
14522         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
14523         strict_low_part when possible.
14524
14525 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14526
14527         * alias.c: PROTO -> PARAMS.
14528         * basic-block.h: Likewise.
14529         * bitmap.c: Likewise.
14530         * bitmap.h: Likewise.
14531         * builtins.c: Likewise.
14532         * c-aux-info.c: Likewise.
14533         * caller-save.c: Likewise.
14534         * calls.c: Likewise.
14535
14536 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14537
14538         * Makefile.in (toplev.o): Depend on regs.h.
14539
14540         * output.h (tdesc_section): Prototype.
14541
14542         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
14543
14544         * sdbout.c: Include "tm_p.h".
14545
14546         * toplev.c: Include "regs.h".
14547
14548 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
14549
14550         * unroll.c (unroll_loop): Add EH support.
14551
14552 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14553
14554         * pa-protos.h: New file.
14555
14556         * pa.c: Include recog.h and tm_p.h.
14557         (compute_zdepwi_operands, compute_movstrsi_length,
14558         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
14559         find_addr_reg, import_milli): Add static prototypes.
14560         (pa_cpu_string, pa_arch_string): Constify a char*.
14561         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
14562         (read_only_operand): Add argument `mode'.
14563         (singlemove_string, output_move_double, output_fp_move_double,
14564         output_block_move, output_and, output_ior, output_ascii,
14565         remove_useless_addtr_insns, milli_names, output_mul_insn,
14566         output_div_insn, output_mod_insn, output_arg_descriptor,
14567         output_cbranch, output_bb, output_bvb, output_dbra, ,
14568         output_millicode_call, output_call, hppa_encode_label,
14569         output_parallel_movb, output_parallel_addb): Constify a char*.
14570         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
14571         (output_parallel_addb): Remove extra arg to `constrain_operands'
14572
14573         * pa.h:  Move all prototypes to pa-protos.h.
14574         (pa_cpu_string, pa_arch_string): Constify a char*.
14575         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
14576
14577         * pa.md: Call `function_label_operand' with mode argument.
14578         Likewise for `read_only_operand'.
14579         Fix nesting of parens in call to `symbolic_operand'.
14580
14581 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14582
14583         * i860-protos.h: New file.
14584
14585         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
14586         time warnings.
14587
14588         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
14589
14590         * i860.md: Likewise.
14591
14592 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
14593
14594         * i386.md (movstrsi expander): Rewrite.
14595         (movstrsi_1 insn): Deleted.
14596         (strmovhi, strmovqi expander): New expanders.
14597         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
14598         * i386.c (x86_single_stringop): New global variable.
14599         * i386.h (x86_single_stringop): Declare.
14600         (TARGET_SINGLE_STRINGOP): New macro.
14601
14602 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
14603
14604         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
14605         integer vararg POSTINCREMENT before the destination of the jump
14606         for the hard fp case.
14607         (function_arg_pass_by_reference): Pass a copy of CUM to
14608         FUNCTION_ARG.
14609
14610         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
14611         for CONSTANT_ADDRESS_P above while loop for subreg.
14612
14613 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
14614
14615         * flow.c (propagate_block): When a prologue/epilogue insn
14616         is marked dead, unconditionally clear libcall_is_dead and
14617         insn_is_dead, and only dump rtl if warnings aren't being
14618         suppressed.
14619
14620 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
14621
14622         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
14623         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
14624         (FIXED_REGISTERS): Set dirflag as fixed.
14625         (CALL_USED_REGISTERS): Set dirflag as used.
14626         (REG_ALLOC_ORDER): Set dirflag as last one.
14627         (DIRFLAG_REG): New macro.
14628         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
14629         (HI_REGISTER_NAMES): Add dirflag.
14630         (DEBUF_PRINT_REG): Handle dirflag.
14631         * i386.md (type attribute): New cld and str types.
14632         (length_opcode attribute): Set cld and str to 1.
14633         (memory attribute): Set str to unknown - it is not clear from the
14634         patterns.
14635         (pent_np function unit): Prefixed string operations takes 12 cycles
14636         minimally; cld takes 2 cycles.
14637         (ppro_uops attribute): Str is "many" and cld is "few".
14638         (ppro_p0 unit): Handle cld here.
14639         (k6_alux unit): Handle cld and str types.
14640         (k6_load unit): It is ocupied by str opcodes.
14641         (k6_store unit): It is ocupied by str opcodes.
14642         (athlon_decode): Str is vector decoded.
14643         (athlon_ieu): Handle str and cld.
14644         (cld pattern): New.
14645         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
14646         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
14647         cmpstrsi_nz_1 insn): Do not output cld instruction
14648
14649 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
14650
14651         * gcc.texi (G++ and GCC): Add Java and Chill.
14652         (Bug Critera): Don't list languages.
14653
14654         * gcc.texi (Incompatibilities): No longer claim most C compilers
14655         are K&R.
14656
14657         * gcc.texi (G++ and GCC): Update other front-ends list.
14658
14659 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
14660
14661         * i386.c (ix86_expand_setcc): Fix typo.
14662         (ix86_expand_movcc): Similarly.
14663
14664         * Band-aid until haifa's bitset implementation is nuked.
14665         * haifa-sched.c (extract_bitlst): New parameter for size of the
14666         bitset in bits.  All callers changed.  Avoid looking at undefined
14667         bits in the bitset.
14668         (edgeset_bitsize): New variable.
14669         (schedule_region): Initialize edgeset_bitsize.
14670
14671 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14672
14673         * Makefile.in (optabs.o): Depend on real.h
14674         (resource.o): Depend on insn-attr.h
14675
14676         * builtins.c (result_vector): Wrap prototype in macro conditions
14677         governing definition and use.
14678
14679         * c-common.c: Include tm_p.h.
14680
14681         * c-lex.c: Likewise.
14682
14683         * elfos.h: Constify a char*.
14684
14685         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
14686         (get_attr_length, shorten_branches, profile_after_prologue): Mark
14687         parameter with ATTRIBUTE_UNUSED.
14688
14689         * fold-const.c (exact_real_inverse): Wrap variable `i' in
14690         CHECK_FLOAT_VALUE.
14691
14692         * haifa-sched.c (schedule_insns): Mark parameter with
14693         ATTRIBUTE_UNUSED.
14694
14695         * optabs.c: Include real.h.
14696
14697         * real.h (ereal_atof): Add prototype arguments.
14698
14699         * resource.c: Include insn-attr.h.
14700
14701         * sdbout.c (sdbout_queue_anonymous_type,
14702         sdbout_dequeue_anonymous_types): Wrap in macro
14703         SDB_ALLOW_FORWARD_REFERENCES.
14704         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
14705         ATTRIBUTE_UNUSED.
14706
14707         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
14708
14709         * stupid.c: Include tm_p.h.
14710
14711         * tree.c (real_value_from_int_cst): Mark parameter with
14712         ATTRIBUTE_UNUSED.
14713
14714 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14715
14716         * i960-protos.h: New file.
14717
14718         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
14719         time warnings.
14720
14721         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
14722
14723 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14724
14725         * combine.c (expand_field_assignment): Do not discard SUBREGs
14726         while computing nonzero_bits.
14727
14728 2000-01-09  Nick Clifton  <nickc@cygnus.com>
14729
14730         * config/arm/arm.c: Fix compile time warnings about signed vs
14731         unsigned constants.
14732         * config/arm/arm.h: Fix compile time warnings about signed vs
14733         unsigned constants.
14734
14735 2000-01-09  Philip Blundell  <philb@gnu.org>
14736
14737         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
14738         than `ldm' with only one register.
14739         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
14740         only one register.
14741
14742         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
14743         clobbered.
14744
14745 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
14746
14747         * config/ns32k/ns32k.md (load or push effective address): Operand 1
14748         must have SImode.
14749
14750 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14751
14752         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
14753         assignment used as truth value.
14754
14755         * function.c (assign_temp): Mark parameter `dont_promote' with
14756         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
14757         PROMOTE_FOR_CALL_ONLY.
14758
14759         * genrecog.c (write_subroutine): Mark variable `operands' with
14760         ATTRIBUTE_UNUSED.
14761
14762         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
14763         ATTRIBUTE_UNUSED.
14764
14765         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
14766         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
14767
14768         * toplev.c (note_deferral_of_defined_inline_function): Likewise
14769         for `decl'.
14770
14771 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14772
14773         * config/c4x.h: Tidy up comments.
14774         * config/c4x.c: Likewise.
14775
14776 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
14777
14778         * fold-const.c (lshift_double, rshift_double): Handle
14779         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
14780
14781 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14782
14783         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
14784         in prepare_function_start().
14785
14786 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
14787
14788         * config/v850/v850.c (expand_epilogue): Interrupt functions no
14789         longer allocate extra stack for function calls.
14790
14791 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14792
14793         * config/c4x/c4x.md (*subqf3_set): Fix typo.
14794
14795 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14796
14797         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
14798
14799 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
14800
14801         * rs6000.c (processor_target_table): Add power3 as alias for 630.
14802         * aix43.h: Revert Aug 2 change.
14803         (HAS_INIT_SECTION): Define, not visible yet.
14804         (LD_INIT_SWITCH): Define, not visible yet.
14805         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
14806
14807         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
14808
14809         * collect2.c (main): Expand ld2 size further.
14810         (export_object_lst): Cast assignment to avoid warning.
14811         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
14812         (scan_prog_file, COFF): Do not collect initialization or
14813         finalization functions generated for entire shared object if
14814         init/fini support present.
14815
14816 2000-01-07  Nick Clifton  <nickc@cygnus.com>
14817
14818         * config/elfos.h: Tidy up formatting of marcos.  Make sure
14819         that .section directives are always prefixed by a tab.
14820
14821         * config/svr4.h: Add #include "elfos.h" and remove duplicate
14822         definitions.
14823
14824 2000-01-07  Matt Austern  <austern@sgi.com>
14825
14826         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
14827         expon.
14828
14829 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
14830
14831         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
14832         crtstuff.c.
14833         (crtbegin.o, s-crtS): Likewise.
14834
14835 2000-01-06  Richard Henderson  <rth@cygnus.com>
14836
14837         * alpha.md (adddi_2+1): Limit offset such that it will be
14838         loadable with a single ldah+lda pair.
14839         (adddi_2+2): Explicitly fail split if we can't make it work.
14840
14841 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
14842
14843         * protoize.c: Conditionally include unistd.h.
14844         (IS_SAME_PATH_CHAR): New macro.
14845         (IS_SAME_PATH): New macro.
14846         (CPLUS_FILE_SUFFIX): New macro.
14847         (cplus_suffix): New static variable.
14848         (is_abspath): New static function.
14849         (in_system_include_dir): Handle DOS style pathnames.
14850         (file_could_be_converted): Likewise.
14851         (file_normally_convertible): Likewise.
14852         (directory_specified_p): Likewise.
14853         (file_excluded_p): Likewise.
14854         (abspath): Likewise.
14855         (shortpath): Likewise.
14856         (referenced_file_is_newer): Likewise.
14857         (save_def_or_dec): Likewise.
14858         (do_processing): Likewise.
14859         (main): Likewise.
14860         (edit_file): Likewise. Use rename instead of link.
14861         (rename_c_file): Likewise. Don't rename syscalls file.
14862         (munge_compile_params): Define null device for DOS based systems.
14863         (process_aux_info_file): Use binary mode if appliable.
14864         (edit_file): Likewise.
14865         * invoke.texi (Running Protoize): Document C++ suffixes used.
14866
14867         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
14868         IS_DIR_SEPARATOR macros.
14869         * collect2.c: Likewise.
14870         * cppinit.c: Likewise.
14871         * dwarf2out.c: Likewise.
14872         * gcc.c: Likewise.
14873         * gcov.c: Likewise.
14874         * prefix.c: Likewise.
14875         * rtl.c: Likewise.
14876         * toplev.c: Likewise.
14877         * system.h: And move to here.
14878
14879         * prefix.c (update_path): Fix typo in variable name.
14880
14881 2000-01-06  Richard Henderson  <rth@cygnus.com>
14882
14883         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
14884         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
14885         (count_reg_sets_1, count_reg_references): Likewise.
14886         (flow_loops_level_compute): Start counting actual loop depth at 1.
14887         (flow_loops_find): Likewise.
14888         * local-alloc.c (update_equiv_regs): Likewise.
14889         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
14890
14891 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
14892
14893         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
14894         FIRST_PSEUDO_REGISTER
14895         * dwarf2out.c: Don't include frame.h
14896         * dwarfout.c: Likewise
14897         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
14898         frame.h
14899
14900 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
14901
14902         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
14903         dead registers.
14904
14905         * i386.c (movsf splitter): Fix typo in my last checkin.
14906
14907 2000-01-05  Nick Clifton  <nickc@cygnus.com>
14908
14909         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
14910         own definition of this macro.
14911         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
14912         flag_data_sections or UNIQUE_SECTION_P are true.
14913
14914         * tm.texi (UNIQUE_SECTION): Document that it can be called for
14915         unitialised data decls.
14916
14917         * config/i386/winnt.c (i386_pe_unique_section): Cope with
14918         being called for uninitialised data.
14919
14920         * config/i386/interix.c (i386_pe_unique_section): Cope with
14921         being called for uninitialised data.
14922
14923         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
14924         for uninitialised data.
14925
14926         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
14927         for uninitialised data.
14928
14929         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
14930         for uninitialised data.
14931
14932         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
14933         (UNIQUE_SECTION_P): Always generate a unique section if
14934         flag_data_sections is true.
14935         (UNIQUE_SECTION): Also generate unique sections for
14936         uninitialised data.
14937         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
14938         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
14939         named_section().
14940
14941 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14942
14943         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
14944         SI, or DI.
14945
14946 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14947
14948         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
14949         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
14950         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
14951         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
14952         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
14953
14954         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
14955
14956 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
14957
14958         * c-decl.c (finish_enum): Simplify code to determine minimum and
14959         maximum values of the enum, and calculate the type.  Remove check
14960         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
14961         the DECL_INITIAL of each enumeration constant with a copy converted
14962         to the enumeration type.  When updating variant types, don't bother
14963         updating the type itself.
14964
14965         * c-typeck.c (build_binary_op): Simplify conditional expressions
14966         when weeding out spurious signed-unsigned warnings.  Add new
14967         spurious warning category: if the unsigned quantity is an enum
14968         and its maximum value fits in signed_type(result_type).  Update
14969         commentary.
14970         (build_conditional_expr): Warn here if one alternative is signed
14971         and the other is unsigned.
14972
14973 2000-01-05  Nick Clifton  <nickc@cygnus.com>
14974
14975         * config/fr30/fr30.h: Remove extraneous comments.
14976
14977 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
14978
14979         * reload1.c (choose_reload_regs): When disabling a reload, also
14980         set reload_spill_index to -1.
14981
14982 2000-01-04  Joel Sherrill (joel@OARcorp.com>
14983
14984         * configure.in (m68*-*-rtemscoff*): New target, formal name for
14985         old m68*-*-rtems*.
14986         (m68*-*-rtemself*): New target.
14987         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
14988         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
14989         (sparc*-*-rtemself*): New target.
14990         (sparc*-*-rtems*): Now elf not a.out.
14991         * config/i386/rtems.h: Include config/rtems.h.
14992         * config/i386/rtemself.h: Include config/rtems.h.
14993         * config/i960/rtems.h: Include config/rtems.h.
14994         * config/m68k/rtems.h: Include config/rtems.h.
14995         * config/m68k/rtemself.h: Include config/rtems.h.
14996         * config/mips/rtems64.h: Include config/rtems.h.
14997         * config/pa/rtems.h: Include config/rtems.h.
14998         * config/rs6000/rtems.h: Include config/rtems.h.
14999         * config/sh/rtems.h: Include config/rtems.h.
15000         * config/sh/rtemself.h: Include config/rtems.h.
15001         * config/sparc/rtems.h: Include config/rtems.h.
15002         * config/sparc/rtemself.h: Include config/rtems.h
15003
15004 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
15005
15006         * final.c (shorten_branches): Correctly compute length of
15007         asms without operands.
15008
15009 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
15010
15011         * configure.in: Add pj target.
15012         * configure: Regenerate.
15013         * config/pj: New directory.
15014         * config/pj/lib1funcs.S: New file.
15015         * config/pj/linux.h: New file.
15016         * config/pj/pj.c: New file.
15017         * config/pj/pj.md: New file.
15018         * config/pj/pjl.h: New file.
15019         * config/pj/t-pj: New file.
15020         * config/pj/xm-pj.h: New file
15021
15022 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
15023
15024         * toplev.c (rest_of_compilation): Run shorten-branches before
15025         reg-stack for now.
15026
15027 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15028
15029         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
15030         macros so that they're consistent with their names.
15031         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
15032         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
15033
15034 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15035
15036         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
15037         modified inadvertently.
15038
15039 2000-01-04  Joel Sherrill <joel@OARcorp.com>
15040
15041         * configure.in (v850*-*-rtems*): New target.
15042         * configure: Regenerate.
15043         * config/v850/rtems.h: New file.
15044
15045 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
15046
15047         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
15048         (__gthread_key_create): Likewise.
15049         (__gthread_key_dtor):  Likewise.
15050         (__gthread_once): Fix logic.
15051         (__gthread_key_delete): Cast away constness.
15052
15053         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
15054         * invoke.texi: Document.
15055         * i386/mingw32.h (CPP_SPEC): Use.
15056         (LIBGCC_SPEC): Likewise.
15057         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
15058
15059 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
15060
15061         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
15062         (HANDLE_PRAGMA_PACK): Undefine.
15063         (SLOW_UNALIGNED_ACCESS): Define.
15064
15065 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
15066
15067         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
15068         to default definition.
15069         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
15070         (store_fixed_bit_field): Call macro with word_mode and alignment.
15071         (extract_bit_field): Call macro with relevant mode and alignment.
15072         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
15073         to default definition.
15074         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
15075         and alignment.
15076         (move_by_pieces_ninsns): Likewise.
15077         (clear_by_pieces): Likewise.
15078         (emit_push_insn): Likewise.
15079         (store_field): Call macro with relevant mode and alignment.
15080         (expand_expr): Likewise.
15081         (expand_expr_unaligned): Likewise.
15082
15083         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
15084         (SLOW_UNALIGNED_ACCESS): Define.
15085         (CASE_VECTOR_MODE): Always use 32-bit offsets.
15086         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
15087         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
15088         (toc_section): Likewise and .toc pseudo-op.
15089         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
15090         64-bit mode.
15091         (TEXT_SECTION_ASM_OP): Likewise.
15092         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
15093         32-bit offsets.
15094
15095         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
15096         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
15097         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
15098         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
15099         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
15100
15101 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
15102
15103         * regclass.c: Revert my Jan 4 change to loop cost computation.
15104
15105 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
15106
15107         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
15108         compilation.
15109
15110 2000-01-04  Stan Cox  <scox@cygnus.com>
15111
15112         * haifa-sched.c (build_control_flow): Change unreachable simple
15113         loop test to check if current block has only one predecessor.
15114         (find_rgns): Initialize degree.  Use dest as degree index, not src.
15115
15116 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15117
15118         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
15119
15120         * calls.c (expand_call): Likewise for
15121         `old_stack_arg_under_construction'.
15122
15123         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
15124
15125         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
15126         `save_constant'.
15127
15128         * gcc.c (execute): Likewise for `ut' and `st'.
15129
15130         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
15131
15132         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
15133
15134         * jump.c (jump_optimize_1): Likewise for `temp2'.
15135
15136         * local-alloc.c (block_alloc): Likewise for `r1'.
15137
15138         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
15139
15140         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
15141         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
15142
15143         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
15144         and `set2'.
15145
15146         * reload.c (find_reloads): Likewise for `goal_alternative_number'
15147         and `goal_earlyclobber'.
15148
15149         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
15150
15151         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
15152
15153         * stupid.c (stupid_life_analysis): Likewise for `chain'.
15154
15155         * unroll.c (copy_loop_body): Likewise for `copy'.
15156
15157         * varasm.c (output_constructor): Likewise for `byte'.
15158
15159 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
15160
15161         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
15162         all FP constants for constant->reg moves.
15163         (ix86_split_to_parts): Try to convert memory address into immediate
15164         when available in the constant pool.
15165         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
15166         moves.
15167         (LEGITIMATE_CONSTANT_P): Return 1.
15168         * i386.md (pushsf): New splitter to convert constant pool memory
15169         reference to immediate.
15170         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
15171         reload.
15172
15173 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
15174
15175         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
15176         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
15177         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
15178         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
15179         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
15180
15181 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
15182
15183         * ginclude/stdbool.h:  Support compilation as C++.
15184
15185 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
15186
15187         * fold-const.c (make_range): Don't try to reverse an unbounded range.
15188
15189 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
15190
15191         * regclass.c (regclass): Properly compute loop_cost.  Adjust
15192         comments.
15193
15194         * regclass.c: Fix minor whitespace problems.
15195
15196 2000-01-03  Anthony Green  <green@cygnus.com>
15197
15198         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
15199         Restore the pic register if required.
15200
15201 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
15202
15203         * c-common.c (format_char_info): Update comment.
15204         (check_format_info): Recognize 'z' modifier in the same way 'Z'
15205         was recognized.  Emit warning for formats new in ISO C99 only
15206         if flag_isoc9x is not set.
15207
15208 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
15209
15210         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
15211
15212 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
15213
15214         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
15215         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
15216         (make_compound_operation): Choose cheaper alternative between
15217         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
15218
15219         * regclass.c (op_costs): Remove global variable.
15220         (record_reg_classes): New parameter "op_costs" and "reg_pref".
15221         (record_operand_costs): Break out from ...
15222         (scan_one_insn): ... here.
15223         (dump_regclass): Make dumps nicer.
15224         (regclass): Dump preferrences choosed and changes done during passes.
15225
15226 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
15227
15228         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
15229
15230 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
15231
15232         * config/sparc/sparc.c (gen_df_reg): New function.
15233         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
15234         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
15235         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
15236         movtf_cc_reg_sp64+1): Use it.
15237
15238 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
15239
15240         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
15241         copied LABEL_DECLs.
15242
15243 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15244
15245         * config/i386/i386.c (ix86_expand_unary_operator): Function
15246         definition made void.
15247         (ix86_expand_binary_operator): Update outdated preceding comment.
15248         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
15249         prototype.
15250
15251         * config/i386/i386.c (override_options): Fix option-name typo.
15252
15253 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
15254
15255         * system.h (CEIL): Define.
15256         * builtins.c (CEIL): Remove.
15257         * expmed.c (CEIL): Likewise.
15258         * expr.c (CEIL): Likewise.
15259         * stor-layout.c (CEIL): Likewise.
15260
15261 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15262
15263         * expr.c (store_constructor_field): Fix typo introduced with last
15264         gcc2 merge.
15265
15266 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
15267
15268         * tree.h (BINFO_N_BASETYPES): New macro.
15269
15270 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
15271
15272         * expmed.c (emit_store_flag): Prevent losing a pending stack
15273         adjust the same way we prevent losing queued increments.
15274
15275 See ChangeLog.2 for earlier changes.