OSDN Git Service

* config/ia64/ia64-protos.h (ia64_expand_prediction): Remove.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2000-05-31  Richard Henderson  <rth@cygnus.com>
2
3         * config/ia64/ia64-protos.h (ia64_expand_prediction): Remove.
4         * config/ia64/ia64.c (ia64_expand_prediction): Move code ...
5         (ia64_print_operand) [+]: ... here.  Use current_output_insn.
6         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): New.
7         * config/ia64/ia64.md (all branch/call patterns): Use %+.
8
9 2000-05-31  Richard Henderson  <rth@cygnus.com>
10
11         * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers.
12
13 2000-05-31  Richard Henderson  <rth@cygnus.com>
14
15         * ifcvt.c (merge_if_block): Be prepared for JOIN to have no 
16         remaining edges.
17         (find_if_block): Allow THEN with no outgoing edges.
18         * flow.c (merge_blocks_nomove): Remove a barrier not following
19         a jump as well.
20
21 2000-05-31  Richard Henderson  <rth@cygnus.com>
22
23         * flow.c (propagate_block): Move initialization of mem_set_list ...
24         (init_propagate_block_info): ... here.  Also track blocks with 
25         no successors; don't scan insns if ! PROP_SCAN_DEAD_CODE.
26
27 2000-05-31  Richard Henderson  <rth@cygnus.com>
28
29         * jump.c (jump_optimize_1): Revert 05-18 change.
30
31 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
32
33         * invoke.texi: Remove documentation for -fguiding-decls.
34
35 2000-05-31  Richard Henderson  <rth@cygnus.com>
36
37         * configure.in: Fix typo last change.
38
39 2000-05-31  Philipp Thomas  <pthomas@suse.de>
40
41         * configure.in (enable-nls): Enable if build == host, i.e. when 
42         not building a canadian cross compiler.
43         (enable-maintainer-mode): Added for use with i18n.
44         * aclocal.m4 (AM_GNU_GETTEXT): Only build catalogs that are a
45         cross section of ALL_LINGUAS and LINGUAS.
46         * configure: Rebuild.
47
48 2000-05-31  Bruce Korb  <bkorb@gnu.org>
49
50         * fixinc/check.tpl: rework to use test result tree
51         * fixinc/Makefile.in: change invocation of check script
52         * fixinc/check.diff: No longer needed
53         * fixinc/fixincl.x: regenerate
54         * fixinc/inclhack.def:  add new tests
55         * fixinc/tests/base/arch/i960/archI960.h:  New test result
56         * fixinc/tests/base/curses.h: modified test result
57         * fixinc/tests/base/stdio.h: ditto
58         * fixinc/tests/base/time.h: ditto
59         * fixinc/tests/base/sys/asm.h: ditto
60         * fixinc/tests/base/sys/stat.h: ditto
61         * fixinc/tests/base/sys/wait.h: ditto
62
63 Wed May 31 13:17:20 2000  Philippe De Muyter  <phdm@macqel.be>
64
65         * except.c (clear_function_eh_region): Do not free NULL.
66
67 Wed May 31 08:07:52 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
68
69         * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
70         * alias.c (struct alias_entry): alias_set is HOST_WIDE_INT.
71         (REG_BASE_VALUE): Remove unneeded cast to unsigned.
72         (get_alias_set_entry): ALIAS_SET arg is HOST_WIDE_INT.
73         (find_base_decl): New function, from c_find_base_decl in c-common.c.
74         (new_alias_set): Moved from tree.c; return is HOST_WIDE_INT.
75         (get_alias_set): Likewise.
76         Major rework to do more things and allow language-specific code
77         to just handle special-cases.
78         (record_alias_subset): Args are HOST_WIDE_INT.
79         (record_component_alias): Local vars are HOST_WIDE_INT.
80         Don't handle COMPLEX_EXPR.
81         (get_varargs_alias_set): Moved from builtins.c.
82         (get_frame_alias_set): New function.
83         * builtins.c (expand_builtin_return_address): Use frame alias set.
84         (expand_builtin_setjmp, expand_builtin_longjmp): Use alias set
85         for setjmp buffer.
86         (get_memory_rtx): Rework to use set_mem_attributes.
87         (get_varargs_alias_set): Deleted from here.
88         * c-common.c (c_apply_type_quals_to_decl): Alias sets now HOST_WIDE_INT.
89         (c_find_base_decl): Deleted from here.
90         (c_get_alias_set): Remove many cases and rework to just handle
91         C-specific cases.
92         * c-common.h (c_get_alias_set): Returns HOST_WIDE_INT.
93         * c-decl.c (rtl.h, expr.h): Now included.
94         (init_decl_processing): Call record_component_aliases on array types.
95         (grokdeclarator): Likewise.
96         Set TREE_ADDRESSABLE for all fields that are not bitfields.
97         * c-typeck.c (common_type): Call record_component_aliases for array.
98         * caller-save.c (setup_save_areas): Rework register loop for unsigned.
99         Set all save areas to the frame alias set.
100         * calls.c (initialie_argument_information): Call set_mem_attributes.
101         (compute_argument_addresses, expand_call): Likewise.
102         * explow.c (set_mem_attributes): New function.
103         (stabilize): Use MEM_COPY_ATTRIBUTES and force_reg.
104         * expr.c (struct move_by_pieces): Remove {to,from}_{struct,readonly}.
105         LEN and OFFSET now HOST_WIDE_INT.
106         (clear_by_pieces): Similar changes.
107         (move_by_pieces): LEN now HOST_WIDE_INT; don't set deleted fields.
108         (move_by_pieces_ninsns): Now returns unsigned HOST_WIDE_INT.
109         (move_by_pieces_1): Don't use deleted fields, use MEM_COPY_ATTRIBUTES.
110         (clear_by_pieces_1): Likewise.
111         (emit_push_insn): Call set_mem_attributes.
112         (expand_expr, case INDIRECT_REF): Likewise.
113         (expand_expr, case VAR_DECL): Call change_address.
114         * expr.h (ADD_PARM_SIZE, SUB_PARM_SIZE): Use host_integerp and
115         tree_low_cst.
116         (get_varargs_alias_set, get_frame_alias_set): New decls.
117         (record_base_value, record_alias_subset, lang_get_alias_set): Likewise.
118         (new_alias_set, set_mem_attributes): Likewse.
119         * function.c (struct temp_slot): ALIAS_SET is HOST_WIDE_INT.
120         (assign_stack_temp_for_type): Likewise.
121         Can split slot even if alias set since can copy.
122         Set MEM_ALIAS_SET and MEM_SET_IN_STRUCT_P.
123         (assign_temp): Use host_integerp and tree_low_cst.
124         (put_var_into_stack): Properly handle SAVE_EXPR.
125         (put_addressof_into_stack): Likewise.
126         (assign_parms): Call set_mem_attributes.
127         Delete #if 0 code.
128         (fix_lexical_address): Put reference to chain into frame alias set.
129         (expand_function_start): Call set_mem_attributes.
130         * integrate.c (expand_inline_function): Likewise.
131         * recog.c (adj_offsettable_operand): Use MEM_COPY_ATTRIBUTES.
132         * regmove.c (try_apply_stack_adjustment): Likewise.
133         * reload.c (push_reload, make_memloc): Likewise.
134         * reload1.c (alter_reg): Make alias sets for spilled pseudos.
135         * rtl.def (MEM): Update comment.
136         * rtl.h (MEM_ALIAS_SET): Now uses XCWINT.
137         (move_by_pieces): Change length to HOST_WIDE_INT.
138         (record_base_value, record_alias_subset): Delete from here.
139         * stmt.c (expand_decl): Call set_mem_attributes.
140         * stor-layout.c (finish_record_layout): Call record_component_aliases.i
141         * toplev.c (compile_file): Call init_alias_once earlier.
142         * tree.c (lang_get_alias_set, get_alias_set, new_alias_set): Deleted
143         from here: now in alias.c.
144         * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
145         (struct tree_decl): Likewise.
146         (get_alias_set, new_alias_set, lang_get_alias_set): Deleted from here.
147         * varasm.c (make_function_rtl, make_decl_rtl): Call set_mem_attributes.
148         (output_constant_def, force_const_mem): Likewise.
149         
150         * flow.c (propagate_block): If block has no successors, stores to
151         frame are dead if not used.
152
153 2000-05-31  Nathan Sidwell  <nathan@codesourcery.com>
154
155         * stmt (expand_end_case): Reorder conversion sequence for jump
156         table to avoid extra truncations.
157
158 Wed May 31 01:31:42 2000  Jeffrey A Law  (law@cygnus.com)
159
160         * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn
161         in the block is more than just a simple conditional branch.
162         (noce_process_if_block): Similarly.
163
164 Tue May 30 22:25:57 2000  Alexandre Oliva  <aoliva@cygnus.com>
165
166         * optabs.c (prepare_float_lib_cmp): Protect *px and *py from
167         queue.
168
169 2000-05-30  Michael Meissner  <meissner@redhat.com>
170
171         * dwarf2out.c (dwarf2out_frame_debug_expr): Ignore HIGH
172         instructions.  Treat LO_SUM operations as loading the full integer
173         constant.
174
175 2000-05-30  Richard Henderson  <rth@cygnus.com>
176
177         * combine.c (get_pos_from_mask): Test exact_log2 result as signed.
178
179 2000-05-30  Richard Henderson  <rth@cygnus.com>
180
181         * bb-reorder.c (emit_jump_to_block_after): Protect use of HAVE_return.
182
183 2000-05-30  Bruce Korb  <bkorb@gnu.org>
184
185         * fixinc/tests/*:  Added expected result files for fixinc's make check
186         * fixinc/fixfixes(char_macro_*_fix): Restore original algorithm
187
188 2000-05-30  Richard Henderson  <rth@cygnus.com>
189
190         * config/alpha/alpha.md (*setne_internal): Use match_operator
191         instead of working down from insn.
192
193 2000-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
194
195         * invoke.texi (-Wtraditional): Update WRT function macros.
196
197 Tue May 30 09:57:32 2000  Philippe De Muyter  <phdm@macqel.be>
198
199         * except.c (free_exception_table): Do not free NULL.
200
201 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
202
203         * cpplib.c (do_if): Don't save and restore only_seen_white here.
204         * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white
205         and skipping here.
206
207 2000-05-29  Richard Earnshaw (rearnsha@arm.com)
208
209         * flow.c (mark_used_reg): If a register is unconditionally live, 
210         remove any conditional death information.
211
212 2000-05-29  Richard Henderson  <rth@cygnus.com>
213
214         * final.c (current_output_insn): New.
215         (final_scan_insn): Set it.
216         * output.h: Declare it.
217
218 2000-05-29  Richard Henderson  <rth@cygnus.com>
219
220         * stor-layout.c (finalize_record_size): Fix typo.
221
222         * jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END
223         if nlabel is null.
224
225 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
226
227         * cpplib.h (cpp_reader): Remove if_stack.  Change
228         potential_control_macro to a cpp_hashnode *.  Add skipping flag.
229         * cpphash.h (struct ihash): Change control_macro to a
230         cpp_hashnode * and shorten name to cmacro.
231         Add NEVER_REINCLUDE constant.
232
233         * cppfiles.c (redundant_include_p): Drop cpp_reader argument.
234         Examine the cmacro node directly, no need to call cpp_defined.
235         (_cpp_execute_include, read_include_file): Set cmacro to
236         NEVER_REINCLUDE, not U"".
237         * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
238         (cpp_get_token): If pfile->skipping is true, discard text and
239         keep scanning until we hit a directive; don't expand macros.
240
241         * cpplib.c (struct if_stack): Remove if_succeeded, add
242         was_skipping. Change control_macro to a cpp_hashnode * and
243         shorten name to cmacro.  Remove typedef IF_STACK.
244         (parse_ifdef), detect_if_not_defined): Return a cpp_hashnode *.
245         (conditional_skip, skip_if_group,
246         consider_directive_while_skipping): Delete.
247         (push_conditional): New.
248         (_cpp_handle_directive): Don't process directives other than
249         conditionals if we are skipping.
250
251         (do_ifdef, do_ifndef, do_if, do_else, do_elif, do_endif):
252         Update to new scheme.
253         (validate_else): Skip rest of line here, unconditionally.
254         (_cpp_unwind_if_stack): The stack is per-buffer.  Force
255         pfile->skipping off.
256
257         (all): Remove `scare quotes' from error messages.
258
259 2000-05-29  Richard Henderson  <rth@cygnus.com>
260
261         * function.c (emit_return_into_block): New line_note arg; emit it.
262         (thread_prologue_and_epilogue_insns): Attempt to locate a line note
263         for the close brace to accompany HAVE_return.  Move all line notes
264         following the epilogue to before the NOTE_INSN_EPILOGUE_BEG.
265
266 2000-05-29  Richard Henderson  <rth@cygnus.com>
267
268         * longlong.h [__alpha] (count_leading_zeros): New.
269         (count_trailing_zeros): New.
270         (COUNT_LEADING_ZEROS_0): New.
271
272         * config/alpha/alpha.c (alpha_zero_comparison_operator): New.
273         (alpha_split_conditional_move): New.
274         * config/alpha/alpha-protos.h: Prototype them.
275         * config/alpha/alpha.h (PREDICATE_CODES): Update.
276         (CPP_CPU_DEFAULT_SPEC): Fix typo for EV67.
277         * config/alpha/alpha.md: Update ffs cix commentary.
278         (*ze_and_ne): New.
279         (*nabssf2, *nabsdf2): New.
280         (*mov[qhsd]icc_internal): Use add_operand.
281         (if_then_else constant splitters): New.
282         (*cmp_sadd_di, *cmp_sadd_si, *cmp_sadd_sidi): New.
283         (*cmp_ssub_di, *cmp_ssub_si, *cmp_ssub_sidi): New.
284
285 2000-05-29  Richard Henderson  <rth@cygnus.com>
286
287         * combine.c (force_to_mode) [MINUS]: Convert subtraction from
288         a constant to NEG or NOT when conditions allow.
289
290         * combine.c (combine_simplify_rtx): Don't create an if_then_else
291         unless both args are general_operand.  Don't canonicalize plus
292         to ior unless it helps.
293
294         * toplev.c (rest_of_compilation): Set no_new_pseudos after flow1;
295         instead track register_life_up_to_date.  Toggle no_new_pseudos
296         around if_convert.  
297
298 2000-05-28  Geoff Keating  <geoffk@cygnus.com>
299
300         * config/rs6000/rs6000.c (output_cbranch): Escape '%' characters
301         so output_operand doesn't see them.
302
303 Sun May 28 18:37:07 2000  Clinton Popetz  <cpopetz@cygnus.com>
304
305         * lcm.c (make_preds_opaque): Fix comment.
306         (optimize_mode_switching): Use NORMAL_MODE instead of 
307         MODE_USES_IN_EXIT_BLOCK.  Change leftover instance of
308         FP_MODE_NONE to no_mode.  Rename MODE_AT_ENTRY to NORMAL_MODE.
309         Handle insertions before an existing NOTE_INSN_BASIC_BLOCK.
310         * tm.texi (OPTIMIZE_MODE_SWITCHING): Refer to NORMAL_MODE.
311         (MODE_USES_IN_EXIT_BLOCK): Delete.
312         (MODE_AT_ENTRY) Rename to NORMAL_MODE.
313         * sh.h (MODE_USES_IN_EXIT_BLOCK): Delete.
314         (MODE_AT_ENTRY): Rename to NORMAL_MODE.
315         (MODE_NEEDED): Don't look for USE.
316         (EPILOGUE_USES): Define.
317
318 Sun May 28 23:26:59 2000  Philippe De Muyter <phdm@macqel.be>
319
320         * mklibgcc.in (all): Variable initialised to `libgcc'.
321
322 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
323
324         * toplev.h (skip_leading_substring): New macro.
325         * toplev.c (decode_f_option): Use skip_leading_substring instead
326         of strncmp.
327         (decode_W_option): Likewise.
328
329 2000-05-28  Nick Clifton  <nickc@cygnus.com>
330
331         * tm.texi (CONDITIONAL_REGISTER_USAGE): Document that it can
332         modify reg_names.
333
334 2000-05-28  Richard Henderson  <rth@cygnus.com>
335
336         * regclass.c (record_operand_costs): Protect reg_changes_size
337         with CLASS_CANNOT_CHANGE_SIZE.
338
339         * loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
340
341 2000-05-28  Richard Henderson  <rth@cygnus.com>
342
343         * function.c (diddle_return_value): A pcc-style struct return
344         returns a pointer.
345
346 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
347
348         * cppfiles.c: Read files in, using mmap if possible, then
349         prescan them separately.
350         (read_file, read_with_read): New functions.
351         * cpplex.c: Don't define UCHAR_MAX.
352         (_cpp_read_and_prescan): Rename to _cpp_prescan.  Don't read
353         the file here.
354
355         * cppinit.c (handle_option): Automatically define __cplusplus,
356         __OBJC__, __ASEEMBLER__, _LANGUAGE_FORTRAN here when we see
357         the respective -lang switch.
358
359         * cpphash.h (enum node_type, struct hashnode, _cpp_lookup
360         prototype): Move to...
361         * cpplib.h: ... here.  Rename struct hashnode to struct
362         cpp_hashnode and give it a typedef.  Rename _cpp_lookup to
363         cpp_lookup.  Add 'fe_value' slot, a union tree_node *.
364
365 2000-05-27  Geoffrey Keating  <geoffk@cygnus.com>
366
367         * config/rs6000/rs6000.md (movsi): Constify 'name'.
368
369         * regclass.c [CLASS_CANNOT_CHANGE_SIZE]
370         (class_can_change_size): New variable.
371         (reg_changes_size): New variable.
372         (init_reg_sets_1): Initialise class_can_change_size.
373         (record_operand_costs): Remove subreg_changes_size.
374         Don't pass it around.  Instead update reg_changes_size.
375         (regclass): Initialise and free reg_changes_size.  If a register
376         changes size, don't preference it to a class that contains
377         registers that can't change size.
378         (record_reg_classes): Don't look at subreg_changes_size.
379
380 2000-05-27  Richard Henderson  <rth@cygnus.com>
381
382         * print-rtl.c (reg_names): Remove const.
383         * regclass.c (reg_names): Likewise.
384         * regs.h (reg_names): Likewise.
385         * hard-reg-set.h (reg_names): Likewise.
386
387 2000-05-27  Richard Henderson  <rth@cygnus.com>
388
389         * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
390
391 2000-05-27  Richard Henderson  <rth@cygnus.com>
392
393         * config/alpha/alpha.c (alpha_does_function_need_gp): Test
394         TARGET_PROFILING_NEEDS_GP in the if, instead of with an ifdef.
395         (alpha_expand_prologue): Emit prologue_mcount if needed.
396         * config/alpha/alpha.h (TARGET_PROFILING_NEEDS_GP): Default to 0.
397         * config/alpha/alpha.md (prologue_mcount): New.
398         * config/alpha/linux.h (FUNCTION_PROFILER): Remove.
399         (TARGET_PROFILING_NEEDS_GP): Undef before redefining.
400         * config/alpha/netbsd.h: Likewise.
401
402 2000-05-27  Richard Henderson  <rth@cygnus.com>
403
404         * config/alpha/elf.h (SELECT_SECTION): Mirror Kenner's May 19
405         change to config/elfos.h.
406
407 2000-05-27  Richard Henderson  <rth@cygnus.com>
408
409         * Makefile.in (resource.o): Depend on except.h.
410         * except.h (output_exception_table_data): Prototype.
411         * genconfig.c (gen_peephole2): Prototype.
412         * genemit.c (main): Include ggc.h.
413         * genoutput.c: Revert parts of last change: include errors.h
414         (main): Set progname.
415         * recog.c: Include hard-reg-set.h before recog.h.
416         * resource.c: Include except.h.
417
418         * config/alpha/alpha-protos.h (alpha_arg_info_reg_val): Protect
419         with RTX_CODE.
420         (alpha_write_linkage): Protect with BUFSIZ.
421         (alpha_need_linkage): Update prototype.
422         * config/alpha/alpha.c (function_arg): Move VMS code here.
423         (alpha_links_base): Remove.
424         (alpha_links): New.
425         (mark_alpha_links_node, mark_alpha_links): New.
426         (alpha_write_one_linkage): New.
427         (alpha_need_linkage): Use a splay tree.  Build the linkage symbol.
428         (alpha_write_linkage): Use splay_tree_foreach.
429         * config/alpha/alpha.md (call_vms): Use alpha_need_linkage
430         to get the linkage symbol.
431         (call_value_vms): Likewise.
432         * config/alpha/elf.h (output_file_directive): Remove decl.
433         (ctors_section, dtors_section): Prototype.
434         (sbss_section, sdata_section): Prototype.
435         * config/alpha/vms.h (FUNCTION_ARG): Remove.
436         (readonly_section, link_section, literals_section): Prototype.
437         (ctors_section, dtors_section): Prototype.
438         (vms_valid_decl_attribute_p): Remove decl.
439         (alpha_arg_type, alpha_arg_info_reg_val): Likewise.
440
441 2000-05-27  Geoff Keating  <geoffk@cygnus.com>
442
443         * reload.c (get_secondary_mem): Don't widen floating-point modes.
444
445         * combine.c (subst): Honour CLASS_CANNOT_CHANGE_SIZE when
446         substituting the REG in a (subreg:X (reg:Y ...)).
447
448 2000-05-28  Neil Booth  <NeilB@earthling.net>
449
450         * cpplex.c (_cpp_lex_line): Merge vertical space.  Flag
451         first token of a line BOL.  Update EOF code for this.
452         Remove illegal directive check - it appears in the (not
453         yet committed) caller.
454         * cpplib.h (BOL): New flag.
455
456 2000-05-28  Neil Booth  <NeilB@earthling.net>
457
458         * cpplex.c (_cpp_init_toklist): No comment space to initialise.
459         (_cpp_free_toklist): No comment space to free.
460         (expand_comment_space): Remove.
461         (save_comment_space): Place the comment in the current token and
462         not in a separate comment space.
463         (_cpp_lex_line): Save comments during plain code and #define
464         directives only.
465         * cpplib.h (struct _cpp_toklist): Remove comment space.
466
467 2000-05-28  Neil Booth  <NeilB@earthling.net>
468
469         * cppexp.c (parse_assertion): Supply extra argument to
470         _cpp_init_toklist.
471         * cpplib.c (do_assert, do_unassert): Similarly.
472         * cpphash.h (_cpp_init_toklist) Update.
473         (_cpp_expand_token_space): New.
474         (DUMMY_TOKEN, NO_DUMMY_TOKEN): New.
475         * cpplex.c (_cpp_init_toklist): New argument.
476         (parse_string2): New argument multiline_ok.
477         (spell_token): Take a const cpp_token *.
478         (INIT_NAME): Replace with INIT_TOKEN_NAME.  Update tokens_used.
479         (SPELL_ macros): Replace with enum.
480         (expand_token_space): Replace with _cpp_expand_token_space.
481         Take COUNT argument.
482         (IS_DIRECTIVE): Update.
483         (_cpp_lex_line): Update token structure before parsing number.
484         Don't assume start at beginning of token list.
485         (save_comment): Use INIT_TOKEN_NAME.
486
487 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
488
489         * configure.in (stage1_warn_cflags): Add -Wstrict-prototypes
490         -Wmissing-prototypes.
491         * configure: Regenerate.
492         * gcc.texi: Remove explanation of MD_CALL_PROTOTYPES.
493
494         * builtins.c, calls.c: Change all instances of gen_call_* or
495         gen_sibcall_* to GEN_CALL_* and GEN_SIBCALL_*.
496         * calls.c (struct_value_size_rtx): Separate definition from
497         initialization to avoid unused variable warning.
498
499         * genflags.c (gen_macro): New function.
500         (gen_proto): Call it for gen_call_* and gen_sibcall_*.
501         (gen_nonproto): Delete.
502         (gen_insn): Put all insns on the same obstack.
503         (main): Generate prototypes for everything unconditionally.
504
505         * configure.in: Add AC_CHECK_TYPE(ssize_t).  Remove commented 
506         out check for wchar_t.
507         * acconfig.h: Add template for ssize_t.  Remove @TOP@.
508         * system.h: Add infrastructure for defining missing   
509         TYPE_MAX/TYPE_MIN macros.  Use it to provide fallback  
510         definitions of UCHAR_MAX and SSIZE_MAX.
511         * configure: Regenerate.
512         * config.in: Regenerate.
513
514         * Makefile.in (libgcc2.ready): Rename to libgcc.ready.
515         Depend on $(LANGUAGES) as well as $(GCC_PATCHES) and fixed
516         headers.
517         (clean): No need to delete libgcc1.a, libgcc1-asm.a,
518         libgcc2.a, or libgcc1.null.
519
520 2000-05-27  Richard Henderson  <rth@cygnus.com>
521
522         * Makefile.in (recog.o): Don't depend on resource.h.
523         * recog.c: Don't include resource.h.
524         (recog_last_allowed_insn): Remove.
525         (recog_next_insn): Remove.
526         (struct peep2_insn_data): New.
527         (peep2_insn_data, peep2_current): New.
528         (peep2_next_insn): New.
529         (peep2_regno_dead_p, peep2_reg_dead_p): New.
530         (peep2_find_free_register): New.
531         (peephole2_optimize): Track life information by insn as we go.
532         * recog.h: Update declarations.
533         * resource.c (find_free_register, reg_dead_p): Remove.
534         * resource.h: Remove their declarations.
535         * toplev.c: Include hard-reg-set.h before recog.h.
536
537         * genconfig.c (max_insns_per_peep2): New.
538         (gen_peephole2): New.
539         (main): Call it.
540         * genemit.c (output_peephole2_scratches): Generate calls to
541         peep2_find_free_register; adjust surrounding code.
542         (main): Have insn-emit.c include hard-reg-set.h before recog.h.
543         * genrecog.c (change_state): Don't track last_insn.
544         (write_action): Write into *_pmatch_len before accepting.
545         (write_tree): Adjust peephole2_insns and subroutines to match.
546
547         * config/i386/i386.md (all peepholes): Use peep2_regno_dead_p.
548
549         * config/alpha/alpha.c (hard_fp_register_operand): Mind the mode.
550         (hard_int_register_operand): New.
551         * config/alpha/alpha-protos.h: Declare it.
552         * config/alpha/alpha.h (PREDICATE_CODES): Update.
553         * config/alpha/alpha.md (peep2 patterns): Use hard_int_register_operand
554         as needed; use peep2_reg_dead_p instead of dead_or_set_p.
555
556 2000-05-27  Richard Henderson  <rth@cygnus.com>
557
558         * function.c (thread_prologue_epilogue_insns): Don't move the
559         line note at the head of the chain.  Only force a lineno note
560         before the end of block 0.
561
562 2000-05-27  Richard Henderson  <rth@cygnus.com>
563
564         * gensupport.c (collect_insn_data): Record the maximum number
565         of alternatives, not the last seen.
566
567         * genoutput.c: Don't include errors.h.
568         (struct data): Add lineno member.
569         (have_error): New.
570         (scan_operands): Use message_with_line instead of error.
571         (validate_insn_alternatives): Likewise.
572         (gen_insn): Accept and store the pattern's line number.
573         (gen_peephole, gen_expand, gen_split): Likewise.
574         (main): Don't set progname.  Pass line_no to gen_foo.
575
576 2000-05-27  Richard Henderson  <rth@cygnus.com>
577
578         * config/d30v/d30v.c (d30v_print_operand): Handle ':'.
579         * config/d30v/d30v.h (PRINT_OPERAND_PUNCT_VALID_P): Accept ':'.
580         * config/d30v/d30v.md (attr predicable): New.
581         (all insn patterns): Mark non-predicable patterns; use %: on the rest.
582         (andsi3*): Unify into one pattern.
583         (iorsi3*, xorsi3*): Likewise.
584         (peephole2 patterns): Use peep2_reg_dead_p; verify not a
585         conditional return.
586         (old cond_exec patterns): Remove.
587         (define_cond_exec): New.
588
589 Sat May 27 11:01:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
590
591         * tree.h (TREE_CODE_LENGTH): New macro.
592         * c-common.c (c_find_base_decl): Use it.
593         * expr.c (safe_from_p): Likewise.
594         * print-tree.c (print_node): Likewise.
595         * tree.c (make_node, copy_node, get_identifier): Likewie.
596         (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
597         (build, build_nt, build_parse_node, simple_cst_equal): Likewise.
598         * fold-const.c (make_range): Likewise.
599         (fold): Likewise; also use first_rtl_op.
600         * c-iterate.c (collect_iterators): Use first_rtl_op.
601         * calls.c (calls_function_1): Likewise; also rename TYPE to CLASS.
602         Use IS_EXPR_CODE_CLASS.
603         (preexpand_calls): Likewise.
604         * ggc-common.c (ggc_mark_trees): Rework to use first_rtl_op
605         and TREE_CODE_LENGTH.
606         * stmt.c (warn_if_unused_value): If no operands, no unused value.
607
608 2000-05-26  Geoffrey Keating  <geoffk@cygnus.com>
609
610         * config/rs6000/rs6000.md (movsi_internal1): Use '%a1' rather
611         than '%1(%*)'.
612         (movdi_internal64): Likewise.
613
614         * config/rs6000/rs6000.md: Correct order of operands for DImode
615         boolean patterns.
616
617         * config/rs6000/rs6000.c (boolean_or_operator): New function.
618         * config/rs6000/rs6000-protos.h (boolean_or_operator): Prototype it.
619         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_or_operator.
620         * config/rs6000/rs6000.md: Use boolean_or_operator instead of
621         boolean_operator for the boolean patterns without NOTs.
622
623         * config/rs6000/rs6000.c (reg_or_logical_cint_operand): Rename
624         from reg_or_u_cint_operand.  Change comment and behaviour.
625         (logical_operand): Clean up, add assertion.
626         (non_logical_cint_operand): Also check for
627         reg_or_logical_cint_operand.
628         * config/rs6000/rs6000.h (PREDICATE_CODES): Update.
629         * config/rs6000/rs6000.md (iorsi3): Use reg_or_logical_cint_operand
630         in the expander.
631         (xorsi3): Likewise.
632         (iordi3): Likewise.
633         (xordi3): Likewise.
634
635 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
636
637         * tree.h (struct record_layout_info): Rename to (struct
638         record_layout_info_s).
639         * stor-layout.c (start_record_layout): Replace
640         `record_layout_info' with `record_layout_info_s'.
641
642 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
643
644         * flow.c (find_label_refs): New function.
645         (find_basic_blocks_1): Call it for each alternative of a call 
646         placeholder.
647
648 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
649
650         * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
651         of get_pc.
652
653 2000-05-25  Richard Henderson  <rth@cygnus.com>
654
655         * config/alpha/alpha.c (alpha_comparison_operator): Don't be
656         so strict about DImode.
657         (alpha_swapped_comparison_operator): Likewise.
658         * config/alpha/alpha.md (*setne_internal): Name it.  Allow
659         any integer output mode.
660         (*setcc_internal): Likewise.
661         (*setcc_swapped_internal): Likewise.
662         (*movdicc_internal, *movdicc_lbc, *movdicc_lbs): Name them.
663         (*mov[qhs]icc_internal): New.
664         (*mov[qhs]icc_lbc, *mov[qhs]icc_lbs): New.
665
666 2000-05-25  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
667
668         * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
669
670 2000-05-25  Richard Henderson  <rth@cygnus.com>
671
672         * bb-reorder.c (reorder_block_def): Reorder elements for size.
673         Remove add_jump; add next; replace flags with visited.
674         (rbd_init): Remove.
675         (REORDER_BLOCK_HEAD, REORDER_BLOCK_VISITED): Remove.
676         (REORDER_BLOCK_FLAGS, REORDER_BLOCK_INDEX): Remove.
677         (REORDER_BLOCK_ADD_JUMP, REORDER_BLOCK_EFF_HEAD): Remove.
678         (REORDER_BLOCK_EFF_END, REORDER_BLOCK_SCOPE): Remove.
679         (RBI): New.
680         (reorder_index, reorder_last_visited): Remove.
681         (skip_insns_after_block): Rewrite to use a switch.
682         (get_common_dest): Remove.
683         (chain_reorder_blocks): Remove.
684         (record_effective_endpoints): Split out from reorder_basic_blocks.
685         (make_reorder_chain): Likewise.  Loop until all blocks are placed.
686         (make_reorder_chain_1): Renamed from old make_reorder_chain.
687         Only construct the reorder chain, do not move insns.  Try harder
688         to tail recurse.
689         (label_for_bb, emit_jump_to_block_after): New.
690         (fixup_reorder_chain): Use them.  Do bulk block movement.  Examine
691         and adjust the jump insns appropriately.  Fixup basic_block_info.
692         (verify_insn_chain): Always define.
693         (relate_bbs_with_scopes): Call xmalloc, not xcalloc.  Fix thinko
694         in allocation size.
695         (make_new_scope): Don't write zeros to calloc'd space.
696         (build_scope_forest): Rely on xrealloc to DTRT.
697         (reorder_basic_blocks): Don't build loop nest.  Don't fail if
698         profile_arc_flag.  Streamline EH test.
699
700         * flow.c (redirect_edge_succ, redirect_edge_pred): New.
701         * basic-block.h: Declare them.
702
703 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
704
705         * emit-rtl.c (reset_used_decls): New function.
706         (unshare_all_rtl_again): Call it.
707
708 2000-05-25  Zack Weinberg  <zack@wolery.cumb.org>
709
710         * cpplex.c (maybe_macroexpand): Warn about function-like
711         macros used in non-function context, if -Wtraditional.
712
713 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
714
715         * recog.c (peephole2_optimize): Use INSN_P.
716
717 2000-05-25  Richard Henderson  <rth@cygnus.com>
718
719         * ifcvt.c (seq_contains_jump): New.
720         (noce_try_store_flag_constants): Use it to fail conversion.
721         (noce_try_store_flag_inc, noce_try_store_flag_mask): Likewise.
722
723 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
724
725         * except.h (can_throw): Declare it.
726         * except.c (can_throw): Give it external linkage.
727         * resource.c (find_dead_or_set_registers): Use can_throw.
728         
729 2000-05-25  Richard Henderson  <rth@cygnus.com>
730
731         * flow.c (mark_set_1): Don't record conditionally dead memory.
732
733 2000-05-25  Jan Hubicka  <jh@suse.cz>
734
735         * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p
736         and pc_set at the place of simplejump_p and condjump_p.
737         * cse.c (record_jump_equiv): Likewise.
738         * emit-rtl.c (emit): Likewise.
739         * explow.c (find_next_ref): Likewise.
740         * flow.c (tidy_fallthru_edge): Likewise.
741         (init_propagate_block_info): Likewise.
742         * gcse.c (delete_null_pointer_checks): Likewise.
743         * ifcvt.c (cond_exec_get_condition, noce_get_condition,
744         dead_or_predicable): Likewise.
745         * integrate.c (copy_insn_list): Likewise.
746         * loop.c (scan_loop, verify_dominator, find_and_verify_loops,
747         for_each_insn_in_loop, check_dbra_loop, get_condition,
748         insert_bct, load_mems): Likewise.
749         * resource.c (find_dead_or_set_registers): Likewise.
750         * sibcalls.c (simplejump_p): Likewise.
751         * unroll.c (copy_loop_body, reg_dead_after_loop): Likewise.
752
753 2000-05-25  David Edelsohn  <edelsohn@gnu.org>
754
755         * rs6000.c (expand_block_move): Add 64-bit PowerPC doubleword move
756         to STRING case.  Use doubleword STRING move for TARGET_POWERPC64
757         when unaligned.
758         * rs6000.h (CONST_OK_FOR_LETTER_P, 'J'): unsigned HOST_WIDE_INT.
759         (RETURN_ADDR_RTX): Use COUNT and FRAME, not count and frame.
760         (LEGITIMIZE_RELOAD_ADDRESS): unsigned HOST_WIDE_INT high.
761         * rs6000.md: Name various internal patterns.
762
763 2000-05-25  Jan Hubicka  <jh@suse.cz>
764
765         * jump.c (invert_exp_1): Remove first argument, use pc_set
766         to get the expression.
767         (redirect_exp): Make static; redirect only the pc_set expression,
768         remove first argument.
769         (invert_exp): Remove first argument, make static.
770         (jump_optimize): Use any_condjump_p, any_uncondjump_p and
771         any_onlyjump at most places where we originaly did condjump_p
772         and simplejump_p.
773         (jump_back_p, follow_jumps, thread_jumps): Likewise.
774         (delete_barrier_succesors): Use pc_set.
775         (invert_jump_1, invert_jump, redirect_jump_1, redirect_jump): Update
776         calls of invert_exp and redirect_exp.
777         * rtl.h (redirect_exp, invert_exp): Remove.
778         * unroll.c (copy_loop_body): Use invert_jump and redirect_jump.
779
780 2000-05-25  Richard Henderson  <rth@cygnus.com>
781
782         * stmt.c (expand_end_bindings): Fix thinko last change.
783
784 2000-05-25  Andrew MacLeod  <amacleod@cygnus.com>
785             Andrew Haley  <aph@cygnus.com>
786
787         * except.c  (func_eh_entry): Add emitted field.
788         (new_eh_region_entry): Set emitted field to 0;
789         (output_exception_table_entry): Only emit previously un-emitted data,
790         and send it to the eh_data section.
791         (output_exception_table): Break out common parts. Output
792         exception table for entire compilation unit to eh_data section.
793         (output_exception_table_data): Common parts of output_exception_table.
794         Send output to eh_data section.
795         (output_function_exception_table): Output exception table data for
796         a single function to eh_data section.
797         (free_exception_table): New external to free the table.
798         * except.h (free_exception_table): Add prototype.
799         (output_function_exception_table): Add prototype.
800         * final.c (final_end_function): Output function exception table
801         for IA64_UNWIND_INFO.
802         (final_scan_insn): Emit any unwind directives for an insn.
803
804         * frame-dwarf2.c: New file containing all DWARF 2 specific code
805         from frame.c.
806         * frame.c: Remove all DWARF 2 specific code.
807         * config/ia64/frame-ia64.c: New file.
808         (gthread_stuff): Make all gthread available with 
809         IA64_UNWIND_INFO.
810         (dwarf_fde): Define an IA64 struct for dwarf_fde.
811         (__register_frame_info, __register_frame): Move to common area of file.
812         (__register_frame_info_table, __register_frame_table): Move to common i
813         area.
814         (__deregister_frame_info, __deregister_frame): Move to common area.
815         (__frame_init, find_fde): New versions for IA64_UNWIND_INFO.
816         (read_uleb128): New version for ia64.
817         (get_unwind_record): Read the next IA-64 unwind record.
818         (read_R_record): Read a region header record.
819         (process_a_b_reg_code): X record helper.
820         (read_X_record): Read an X format record.
821         (read_B_record): Read a B format record.
822         (P3_record_types): List of record types matching the P3 format.
823         (P7_record_types): List of record types matching the P7 format.
824         (P8_record_types): List of record types matching the P8 format.
825         (read_P_record): Read a P format record.
826         (init_ia64_reg_loc): Set default fields for a register.
827         (init_ia64_unwind_frame): Set defaults for all register records.
828         (execute_one_ia64_descriptor): Execute one descriptor record.
829         (rse_address_add): Calculate the position of a local reg in memory.
830         (normalize_reg_loc): Turn a location descriptor into a memory address.
831         (maybe_normalize_reg_loc): Only normalize a descriptor if it falls 
832         within a specified PC offset range.
833         (get_real_reg_value): Given a register location, retrieve its value.
834         (set_real_reg_value): Change the value of a register location.
835         (copy_reg_value): Copy reg values, if needed.
836         (copy_saved_reg_state): Copy all registers that need to be copied.
837         (process_state_between): Normalize all frame register records that
838         fall within the specified PC range.
839         (frame_translate): Take a processed frame description, and turn 
840         everything into addresses.
841         (build_ia64_frame_state ): Find and create frame state record for a PC.
842         (get_personality): Get the personality routine for a given frame.
843         (get_except_table): Get the exception table for a given frame.
844         (record_name): Unwind record names for debugging.
845         (print_record): Print and unwind record.
846         (print_all_records): Print an entire unwind image.
847         (__ia64_backtrace): Print a backtrace.
848         (ia64_backtrace_helper): New function.
849         (__register_frame_info_aux): New function.
850         * config/ia64/crtend.asm (__do_frame_setup_aux): New function.
851
852         * frame.h (enum unw_record_type): New unwind record types.
853         (struct unw_p_record, unw_b_record, unw_x_record) : New unwind records.
854         (struct unw_r_record, unwind_record): New unwind record structs.
855         (struct unwind_info_ptr): Unwind information layout.
856         (IA64_UNW_LOC_TYPE_*): Macros for different types for location 
857         descriptors.
858         (struct ia64_reg_loc): Register location description.
859         (struct ia64_frame_state): Location of all registers in a frame.
860         (struct object): Add pc_base and fde_end for IA64_UNWIND_INFO.
861         * libgcc2.c (__ia64_personality_v1): Personality routine.
862         (__calc_caller_bsp): Calculate the bsp register for the caller's
863         frame.
864         (ia64_throw_helper): Figure out who to return to and set up the 
865         registers.
866         (__throw): Throw routine.
867
868         * output.h (assemble_eh_align, assemble_eh_label): New functions
869         to generate EH info where we want it.   
870         (assemble_eh_integer): New function.
871         * toplev.c (compile_file): Output module level exception table for
872         non-ia64 targets.
873         (main): Set exceptions_via_longjump and flag_new_exceptions based 
874         on IA64_UNWIND_INFO too.
875
876         * varasm.c (assemble_eh_label): Generate a label via
877         ASM_OUTPUT_EH_LABEL if it has been specified.
878         (assemble_eh_align): Generate an alignment directive via 
879         ASM_OUTPUT_EH_ALIGN if it has been specified.
880         (assemble_eh_label): Generate an integer value via
881         ASM_OUTPUT_EH_type if they have been specified.
882         * config/ia64/ia64.c (rtx_needs_barrier): Add flushrs.
883         (ia64_init_builtins): Add __builtin_ia64_bsp
884         and __builtin_ia64_flushrs.     
885         (ia64_expand_builtin): Add IA64_BUILTIN_BSP and
886         IA64_BUILTIN_FLUSHRS.
887         * config/ia64/ia64.h (ia64_builtins): Add IA64_BUILTIN_BSP and
888         IA64_BUILTIN_FLUSHRS.
889
890         * config/ia64/ia64.md (flushrs): New insn to flush the register
891         stack.  Add to unspec list.
892
893         * config/ia64/crtbegin.asm (frame_object): Change size.
894         (__do_frame_setup_aux): New function.
895         * config/ia64/crtend.asm: call __do_frame_setup_aux.
896         * config/ia64/t-ia64 (LIB2ADDEH): Add.
897         * Makefile.in (LIB2ADDEH): Add.
898         (LIB2ADD): Use LIB2ADDEH.
899         
900 2000-05-24  Richard Henderson  <rth@cygnus.com>
901
902         * recog.c (offsettable_address_p): If mode size is zero, assume
903         BIGGEST_ALIGNMENT.
904
905 2000-05-24  J. David Anglin  <dave@hiauly.hia.nrc.ca>
906
907         * configure.in: Check for -Wno-long-long option support and improve
908         handling of warning CFLAGS for stages 1 and 2.
909         * Makefile.in (WARN_CFLAGS): Move definition to configure.in.
910         * configure: Regenerate.
911
912 Wed May 24 19:37:53 2000  Jeffrey A Law  (law@cygnus.com)
913
914         * gcc.texi: Remove contributor list.  Instead include contrib.texi.
915         * contrib.texi: New file.
916
917 Thu May 25 02:27:22 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
918
919         * loop.c (basic_induction_var): Avoid double recording of an increment.
920
921 Thu May 25 02:19:27 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
922
923         * Back out this patch:
924         Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
925           * loop.h (struct induction): Add multi_insn_incr.
926           * loop.c (basic_induction_var): New multi_insn_incr argument.
927           Set it if we search back through previous insns for the biv.
928           (record_biv): New multi_insn_incr argument; fill in struct induction.
929           (strength_reduce): Discard an iv with multiple bivs, any of
930           which require multiple insns to increment.
931
932         * loop.c (check_insn_for_bivs): Remove bits copied from above patch.
933
934 Thu May 25 02:09:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
935
936         * rtl.h (loc_mentioned_in_p): Declare.
937         * reload.c (loc_mentioned_in_p): Moved from here...
938         * rtlanal.c (loc_mentioned_in_p): to here.  No longer static.
939         Fix loop increment for 'E' handling.
940         * loop.c (strength_reduce): When doing biv->giv conversion,
941         take multi-insn biv increments into account.
942
943 2000-05-24  Jason Merrill  <jason@casey.soma.redhat.com>
944
945         * stmt.c (expand_end_bindings): Look through NOTEs to find a
946         BARRIER.
947
948 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
949
950         * calls.c (expand_call): Handle cleanups in tail-recursion
951         arguments analagously to cleanups in sibling calls.
952
953 2000-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
954
955         * simplify-rtx.c: Rename macro SIGN_EXTEND to HWI_SIGN_EXTEND.
956         All callers changed.
957
958 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
959
960         * expr.c (expand_assignment, store_expr, expand_expr,
961         expand_expr_unaligned): Set in_check_memory_usage while emitting
962         chkr_check_addr libcall.
963
964 2000-05-24  Nick Clifton  <nickc@cygnus.com>
965
966         * fold-const.c (extract_muldiv): When constructing a
967         multiplier/divisor, do not expect const_binop to correctly
968         determine if overflow has occured, so check explicitly.
969
970 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
971
972         * c-decl.c (build_enumerator): Don't modify the value's type,
973         convert it.
974
975 2000-05-24  Andreas Jaeger  <aj@suse.de>
976
977         * mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
978
979 2000-05-24  Eric Christopher <echristo@cygnus.com>
980
981         * configure.in: Redefine inhibit_libc conditions.
982         * libgcc2.c: Remove inhibit_libc conditional define.
983         * configure: Regenerate.
984
985 2000-05-24  Phil Edwards  <pme@sourceware.cygnus.com>
986
987         * configure.in:  For --enable-languages=LIST, check for empty LIST.
988         * configure:  Regenerate.
989
990 2000-05-24  Lars Brinkhoff  <lars@nocrew.org>
991
992         * pdp11.h (STACK_BOUNDARY): Define.
993
994 2000-05-24  Jakub Jelinek  <jakub@redhat.com>
995
996         * ifcvt.c (if_convert): Update life info globally.
997
998 2000-05-24  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
999
1000         * emit-rtl.c (unshare_all_decls): New function.
1001         (unshare_all_rtl): Call it.
1002
1003 2000-05-23  Nick Clifton  <nickc@cygnus.com>
1004
1005         * configure.in: Treat 'strongarm' as if it were 'arm' when
1006         determining cpu type.
1007
1008         * configure: Regenerate.
1009
1010         * config/arm/arm.c: Change 'char *' to 'const char *' for cases
1011         where constant strings are involved.
1012
1013         * config/arm/arm.h (arm_condition_codes): Change type to 'const
1014         char *'.
1015
1016         * config/arm/arm-protos.h: Change 'char *' to 'const char *' for
1017         cases where constant strings are involved.
1018
1019 Tue May 23 15:08:31 2000  Clinton Popetz  <cpopetz@cygnus.com>
1020
1021         * config/sh/sh.c (gen_far_branch, split_branches): Update
1022         to reflect new prototypes for redirect_jump and invert_jump.
1023         (sh_insn_length_adjustment): Get rid of const warnings.
1024
1025 2000-05-23  Kazu Hirata  <kazu@hxi.com>
1026
1027         * invoke.texi (Options for Debugging Your Program or GCC): Update
1028         the names of dump files.
1029
1030 Tue May 23 13:58:52 2000  Philippe De Muyter  <phdm@macqel.be>
1031
1032         * configure.in (NO_MINUS_C_MINUS_O): Fix thinko in previous fix.
1033         * configure: Regenerated.
1034
1035 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
1036
1037         * simplify-rtx.c (SIGN_EXTEND): New macro.
1038         (simplify_unary_operation, simplify_binary_operation, 
1039         simplify_relational_operation): Use SIGN_EXTEND.  Make low
1040         halves of (low, high) pairs unsigned if they weren't already.       
1041         (simplify_ternary_operation): Cast INTVAL to unsigned before
1042         comparing to a MODE_BITSIZE.
1043
1044 2000-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1045
1046         * aclocal.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): New macros
1047         rewritten from the internals of gcc_AC_NEED_DECLARATION{S}.
1048         
1049         * configure.in (gcc_AC_CHECK_DECLS): Call this instead of
1050         gcc_AC_NEED_DECLARATIONS.
1051
1052         * dwarfout.c: Don't prototype time().
1053
1054         * gcc.c: Check HAVE_DECL_* instead of NEED_DECLARATION_*.
1055
1056         * system.h: Likewise.
1057
1058         * toplev.c: Likewise.
1059
1060 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
1061
1062         * c-decl.c (pushdecl): Invert sense of test for non-global types.
1063
1064 Tue May 23 18:11:42 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1065
1066         * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRUNCATION.
1067
1068 2000-05-23  Jonathan Larmour  <jlarmour@redhat.co.uk>
1069
1070         * config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
1071
1072 Tue May 23 06:50:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1073
1074         * config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler.
1075         (alpha_start_function): Never write ..ng label if VMS or NT.
1076         (alpha_align_insns): Remove GP_IN_USE arg.
1077         Alignment now unsigned.
1078         (alpha_reorg): Don't pass GP_IN_USE arg to alpha_align_insns.
1079         * config/alpha/alpha.md (prologue_ldgp): Split into one define_expand
1080         and two define_insn's.
1081
1082 2000-05-22  Richard Henderson  <rth@cygnus.com>
1083
1084         * combine.c (simplify_comparison): Use trunc_int_for_mode.
1085
1086 2000-05-22  Richard Henderson  <rth@cygnus.com>
1087
1088         * stor-layout.c (place_field): Change rli->size to rli->offset.
1089
1090 2000-05-22  Richard Henderson  <rth@cygnus.com>
1091
1092         * function.c (thread_prologue_and_epilogue_insns): Make sure 
1093         existing line number notes appear after the prologue.
1094
1095 Mon May 22 21:49:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1096
1097         * config/alpha/alpha.c (alpha_fnname): New static variable.
1098         (print_operand, case '~'): New case.
1099         (alpha_expand_prologue): Emit prologue_ldgp insn if needed.
1100         (alpha_start_function): Set alpha_fnname.
1101         Write "ng" label if no ldgp; don't write ldgp insn.
1102         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): New case '~'.
1103         * config/alpha/alpha.md (prologue_ldgp): New define_insn.
1104
1105 Mon May 22 11:30:48 2000  Clinton Popetz  <cpopetz@cygnus.com>
1106
1107         * jump.c (jump_optimize_1): Don't increment LABEL_NUSES
1108         on deleted labels.
1109
1110 2000-05-22  Zack Weinberg  <zack@wolery.cumb.org>
1111
1112         * varasm.c (eh_frame_section): Revert change to argument list.
1113
1114 Mon May 22 13:14:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1115
1116         * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.
1117         (gen_extend_insn, can_fix_p, can_float_p): Likewise.
1118         
1119         * final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
1120         dangling "else" that causes "break" to be conditional.
1121         Also remove unneeded code at start.
1122
1123 Mon May 22 17:31:35 2000  Philippe De Muyter  <phdm@macqel.be>
1124
1125         * m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
1126         * fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
1127         * gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
1128
1129 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
1130
1131         * config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
1132         just one argument.
1133
1134 Mon May 22 06:57:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1135
1136         * alias.c (record_component_aliases): New function.
1137         * tree.h: Clean up some declarations and comments.
1138         (record_component_aliases): New declaration.
1139         * tree.c (get_alias_set): If type and has alias set, use it.
1140
1141 2000-05-22  Richard Henderson  <rth@cygnus.com>
1142
1143         * simplify-rtx.c (simplify_ternary_operation): Try to simplify
1144         IF_THEN_ELSE to a setcc form.
1145         * jump.c (can_reverse_comparison_p): Be prepared for insn null.
1146
1147 2000-05-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1148
1149         * fixinc/inclhack.def (sun_malloc): Handle `calloc'.
1150         (sun_malloc, sysz_stdtypes_for_sun): Add test_text.
1151
1152 Sun May 21 16:42:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1153
1154         * combine.c (try_combine): Handle i3_subst_into_i2 case when I2 is
1155         not a PARALLEL.
1156
1157 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
1158
1159         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
1160         * config/mn10300/mn10300.c (print_operand): Likewise.
1161
1162         * final.c (split_double): Right shift of negative values is not
1163         portable.
1164
1165         * ifcvt.c (if_convert): Scan and kill dead code.
1166
1167         * emit-rtl.c (unshare_all_rtl): Store the copied rtx.
1168
1169 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
1170
1171         * diagnostic.c: Eliminate implicit int.
1172         * except.c, gcc.c: Add static prototypes.
1173         * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED.
1174         * gensupport.c (process_rtx): Use XVEC to initialize vector
1175         slot of 'split'.
1176
1177         * print-rtl.c: If DEBUG_REGISTER_NAMES, define static 
1178         debug_reg_names instead of static reg_names.  If not, define
1179         global reg_names.
1180         * regclass.c: Don't define global reg_names unless
1181         DEBUG_REGISTER_NAMES is defined.
1182
1183         * reload1.c (order_regs_for_reload): Remove unused variable.
1184         * varasm.c: Include output.h after defaults.h.  Define
1185         eh_frame_section as function of no args, not of unspecified args.
1186
1187         * gcc.c: Constify argbuf; arguments to store_arg,
1188         process_command, main; elements of struct command and struct
1189         switchstr; local variables in execute, process_command, main.
1190
1191 2000-05-20  Bruce Korb  <bkorb@gnu.org>
1192
1193         * fixinc/inclhack.def:  many applications of c_fix=format + tests
1194         * fixinc/check.diff:  regenerated
1195         * fixinc/fixincl.x:  regenerated
1196
1197 Sat May 20 09:30:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1198
1199         * alias.c: Clarify some comments.
1200         (record_base_value): REGNO is unsigned.
1201         * rtl.h (record_base_value): Likewise.
1202
1203         * alias.c (aliases_everything_p): Don't special-case QImode here.
1204         * c-common.c (c_get_alias_set): Do it here.
1205         Handle BIT_FIELD_REF by getting alias info for arg.
1206         Use POINTER_TYPE_P.
1207
1208 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
1209
1210         * mklibgcc.in: Restore rule to create ${dir}.
1211
1212 Sat May 20 08:45:41 2000  H.J. Lu  <hjl@gnu.org>
1213
1214         * Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
1215         GCC_FOR_TARGET used by MULTILIBS.
1216         * mklibgcc.in: Make sure each .o file depends on the
1217         directory it will be in.
1218         Make the multilib directory depends libgcc.
1219
1220 Sat May 20 08:29:28 2000  H.J. Lu  <hjl@gnu.org>
1221
1222         * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
1223
1224 Sat May 20 07:27:35 2000  Alexandre Oliva  <aoliva@cygnus.com>
1225
1226         * fold-const.c (make_range): Handle degenerated intervals.
1227         Fixes c-torture/execute/991221-1.c
1228
1229 Fri May 19 18:16:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1230
1231         * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
1232         * reload.c (find_equiv_reg): Likewise.
1233         * alias.c (init_alias_analysis): Likewise.
1234         Only call prologue_epilogue_contains on insns.
1235         * basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.
1236         * bb-reorder.c (hard-reg-set.h): Include earlier.
1237         * haifa-sched.c (hard-reg-set.h): Likewise.
1238         * ifcvt.c (hard-reg-set.h): Likewise.
1239         * local-alloc.c (hard-reg-set.h): Likewise.
1240         * loop.c (hard-reg-set.h): Likewise.
1241         * predict.c (hard-reg-set.h): Likewise.
1242         * regrename.c (hard-reg-set.h): Likewise.
1243         * flow.c (hard-reg-set.h): Likewise.
1244         (reg_set_to_hard_reg_set): New function.
1245         * bitmap.c (regs.h, basic-block.h): No longer include.
1246         (bitmap.h): Now include.
1247         * conflict.c (hard-reg-set.h): Include.
1248         * profile.c (hard-reg-set.h): Likewise.
1249         * print-rtl.c (hard-reg-set.h): Likewise.
1250         * sbitmap.c (hard-reg-set.h): Likewise.
1251         * toplev.c (hard-reg-set.h): Likewise.
1252         * unroll.c (hard-reg-set.h, basic-block.h): Likewise.
1253         * hard-reg-set.h (reg_names): Now constant.
1254         * regs.h (reg_names): Likewise.
1255         * regclass.c (reg_names): Likewise.
1256         * loop.h (basic-block.h): No longer include.
1257         (bitmap.h): Now include.
1258         * reload1.c (order_regs_for_reload): Avoid loop over reg sets.
1259         * Makefile.in (LOOP_H, sbitmap.o, profile.o): Reflect above changes.
1260         (toplev.o, print-rtl.o, conflict.o, unroll.o, bitmap.o): Likewise.
1261
1262 2000-05-19  Jan Hubicka  <jh@suse.cz>
1263             Richard Henderson  <rth@cygnus.com>
1264
1265         * basic-block.h (struct edge_def): New field "count".
1266         (struct basic_block_def): Likewise.
1267         * flow.c (entry_exit_blocks): Add count fileds.
1268         (split_edge): Keep count information up-to-date.
1269         (dump_edge_info, dump_flow_info): Dump count fields.
1270
1271         * final.c (count_instrumented_edges): Rename to edge from arc.
1272         (end_final): Update users.
1273         * profile.c: Include expr.h, basic-block.h.
1274         (struct adj_list, ARC_TARGET, ARC_SOURCE, ARC_COUNT): Kill.
1275         (struct bb_info, label_to_bb, label_to_bb_size, bb_graph): Kill.
1276         (ignore_next_note, return_label_execution_count): Kill.
1277         (bbg_file_name, da_file_name): Kill.
1278         (edge_info, bb_info): New structures.
1279         (EDGE_INFO, BB_INFO, GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): New macros.
1280         (count_instrumented_edges, total_num_edges): Rename to edge from arc.
1281         (total_num_edges_instrumented): Likewise.
1282         (init_arc, expand_spanning_tree): Kill.
1283         (fill_spanning_tree, tablejump_entry_p): Kill.
1284         (instrument_edges):  Rewrite from instrument_arcs to use
1285         commit_edge_insertions infrastructure.
1286         (compute_branch_probabilities): Remove arguments; rewrite for
1287         CFG infrastructure; use rtl_dump_file directly.
1288         (branch_prob, find_spanning_tree): Likewise.
1289         (union_groups, find_group): New.
1290         (init_branch_prob): Make bbg_file_name and da_file_name local.
1291         (end_branch_prob): Use rtl_dump_file directly.
1292         (init_edge_profiler): Rename to edge from arc.
1293         (output_arc_profiler): Kill.
1294         (gen_edge_profiler): New.
1295         (output_func_start_profiler): Turn off profiling.  Make the
1296         constructor static when we can.
1297         * rtl.h (branch_prob, end_branch_prob): Update prototypes.
1298
1299         * toplev.c (DFI_flow): Remove.
1300         (DFI_cfg, DFI_life): New.
1301         (dump_file): Update accordingly.
1302         (compile_file): Call end_branch_prob if profile_arc_flag too.
1303         (rest_of_compilation): Move flow1 cfg creation to DFI_cfg.  Do edge
1304         profiling after the CFG is built.  Move flow1 life analysis to
1305         DFI_life.  Always estimate remaining probabilities.
1306
1307 2000-05-19  Richard Henderson  <rth@cygnus.com>
1308
1309         * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.
1310
1311         * flow.c (make_edges): The sibling call edge to exit is abnormal.
1312
1313 2000-05-19  Richard Henderson  <rth@cygnus.com>
1314
1315         * jump.c (redirect_jump): Add delete_unused argument.  Don't
1316         remove labels and code following when LABEL_NUSES goes to zero.
1317         (invert_jump): Likewise.
1318         (jump_optimize_1): Fix redirect/invert arguments.
1319         (do_cross_jump, thread_jumps): Likewise.
1320         * flow.c (split_edge): Likewise.
1321         * reorg.c (optimize_skip): Likewise.
1322         (reorg_redirect_jump, relax_delay_slots, dbr_schedule): Likewise.
1323         * profile.c (instrument_arcs): Likewise.
1324         * loop.c (find_and_verify_loops): Likewise.  Fix indentation.
1325         * rtl.h: Update prototypes.
1326
1327 Fri May 19 12:05:13 2000  Clinton Popetz  <cpopetz@cygnus.com>
1328
1329         * ssa.c (convert_from_ssa): Tell life_analysis we need death 
1330         notes.
1331         (make_regs_equivalent_over_bad_edges): Only look at abnormal
1332         critical edges.
1333
1334 2000-05-19  Zack Weinberg  <zack@wolery.cumb.org>
1335
1336         * cpphash.c (funlike_macroexpand): Make sure not to walk p1
1337         past l1 when deleting whitespace and markers.              
1338
1339         * cpplex.c (_cpp_scan_until): Clear AUX field of tokens.
1340         * cpplib.c (do_unassert): Put the list to compare against on
1341         the stack.
1342
1343 2000-05-19  Bruce Korb  <bkorb@gnu.org>
1344
1345         * fixinc/README:  cleaned up old documentation
1346         * fixinc/check.diff: regenerated & verified on OSR5 on ix86
1347         * fixinc/check.tpl: compute the list of needed directories
1348         emit "#if defined(name)" because of conflict
1349         omit machine name differences from output differences
1350         * fixinc/inclhack.def( m88k_multi_incl ):  Use `wrap' function
1351         (machine_name): change test text to use `sed' markers
1352         * fixinc/fixincl.x: regen
1353
1354 Fri May 19 06:49:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1355
1356         * config/elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of
1357         a CONSTRUCTOR.
1358
1359 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
1360
1361         * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
1362         it to match the current practice.
1363
1364 2000-05-18  Mark Mitchell  <mark@codesourcery.com>
1365
1366         * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
1367
1368 2000-05-18  Richard Henderson  <rth@cygnus.com>
1369
1370         * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.
1371         * rtl.h (insn_dependant_p): Declare it.
1372         * loop.c (strength_reduce): Use it.
1373
1374 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
1375
1376         * config/mn10300/mn10300.c (expand_prologue, expand_epilogue):
1377         16-bit and 64-bit clean-up.
1378
1379 2000-05-18 Mark Elbrecht <snowball3@bigfoot.com>
1380
1381         * configure.in (*-pc-msdosdjgpp): Set float_format to none.
1382         * configure: Rebuilt.
1383
1384 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
1385
1386         * genopinit.c: Use $ for escape sequences in optab patterns.
1387         Remove backslashes from optab patterns.  Change $A, $B, $C to
1388         expand to (int) whatever instead of just whatever; remove
1389         explicit (int) from all optab patterns.
1390
1391         * gensupport.c (xmalloc, xrealloc, xstrdup): Provide.
1392         * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c,
1393         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
1394         genrecog.c: Remove private copies of xmalloc, xrealloc, and
1395         xstrdup.
1396
1397 2000-05-18  Richard Henderson  <rth@cygnus.com>
1398
1399         * jump.c (jump_optimize_1): Base minimum insn count during
1400         find_cross_jump on BRANCH_COST.
1401
1402 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
1403
1404         * print-rtl.c (print_rtx): Only print note line number as string
1405         if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
1406         * final.c (final_scan_insn): Do nothing for note line number 0.
1407
1408 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
1409
1410         * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE
1411         from NOTE_INSN_EXPECTED_VALUE notes and NOTE_SOURCE_FILE from
1412         NOTE_INSN_DELETED_LABEL.
1413
1414 2000-05-18  Nick Clifton  <nickc@cygnus.com>
1415
1416         * config/arm/unknown-elf.h (UNIQUE_SECTION): Place constant,
1417         uninitialised data in .rodata not .bss, and do not interpret an
1418         error in the initialisation value as meaning that the variable
1419         should be placed in the .bss section.
1420
1421 Thu May 18 12:10:18 2000  Philippe De Muyter  <phdm@macqel.be>
1422
1423         * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
1424         not `$ac_cv_prog_cc_cc_c_o'.
1425         * configure: Regenerated.
1426
1427 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
1428             Richard Henderson  <rth@cygnus.com>
1429
1430         * c-common.h (enum c_tree_index): Add g77 type entries.
1431         (g77_integer_type_node, g77_uinteger_type_node): New.
1432         (g77_longint_type_node, g77_ulongint_type_node): New.
1433         * c-decl.c (init_decl_processing): Initialize them.
1434
1435 2000-05-18  Richard Henderson  <rth@cygnus.com>
1436
1437         * config/h8300/h8300.md (subs patterns): Use %G to negate.
1438
1439         * config/h8300/h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.
1440         (small_power_of_two): Likewise; use exact_log2.
1441         (adds_subs_operand, one_insn_adds_subs_operand): Remove.
1442         (output_adds_subs): Remove.
1443         (two_insn_adds_subs_operand): New.
1444         (split_adds_subs): New.
1445         * config/h8300/h8300-protos.h: Update.
1446         * config/h8300/h8300.h (CONST_OK_FOR_J): Cast to uns HOST_WIDE_INT.
1447         (CONST_OK_FOR_L): Match strict adds operands.
1448         (CONST_OK_FOR_N): Match struct subs operands.
1449         * config/h8300/h8300.md (adds_subs insns): Remove.
1450         (addhi patterns): Output adds/subs directly.
1451         (addsi_h8300h): Likewise.
1452         (addhi/addsi splitters): New.  Decompose two_insn_adds_subs_operand.
1453
1454 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
1455
1456         * cppexp.c (parse_assertion): New.
1457         (lex): Call it for CPP_HASH.  Remove CPP_ASSERTION case.
1458         (_cpp_parse_expr): Remove case '#'.  Don't set
1459         parsing_if_directive.
1460         * cpphash.c (collect_objlike_expansion,
1461         collect_funlike_expansion, collect_params,
1462         _cpp_create_definition): The list no longer has a trailing
1463         VSPACE token.
1464         * cpphash.h (enum node_type): Add T_ASSERTION.
1465         (struct hashnode): Remove aschain, add pred.
1466         (struct predicate): New.
1467         Update prototypes.
1468
1469         * cpplex.c (expand_token_space): Handle both offset and
1470         nonoffset lists.
1471         (init_token_list, _cpp_free_token_list, _cpp_parse_assertion): Delete.
1472         (_cpp_init_toklist, _cpp_clear_toklist, _cpp_free_toklist,
1473         _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
1474         _cpp_equiv_toklists): New.
1475         (_cpp_scan_line): Rename to _cpp_scan_until; add ability to
1476         stop at any single-character token, not just newline.
1477         (_cpp_lex_token): Remove special cases for #define and #if.
1478         (cpp_get_token): Expect # as a separate token type.  Remove
1479         DIRECTIVE case.
1480         (_cpp_get_directive_token): Remove DIRECTIVE case.
1481         (_cpp_lex_line, _cpp_lex_file, _cpp_init_input_buffer): Update.
1482
1483         * cpplib.c (_cpp_check_directive): Set dirno and
1484         SYNTAX_INCLUDE bit of flags, not dir_handler and dir_flags.
1485         (_cpp_handle_directive): Run # <number> through the same logic
1486         as normal directives.
1487         (do_define): Don't set parsing_define_directive.  Use
1488         _cpp_scan_until.  The list does not have a VSPACE at the end.
1489         (do_if): Save, clear, and restore only_seen_white around 
1490         _cpp_parse_expr.
1491         (skip_if_group): s/CPP_DIRECTIVE/CPP_HASH/
1492         (do_assert, do_unassert): Rewrite.
1493
1494         * cpplib.h (TTYPE_TABLE): Remove CPP_ASSERTION.
1495         (LIST_OFFSET): New flag.
1496         (struct cpp_toklist): Replace dir_handler and dir_flags with
1497         dirno and flags.
1498         (struct cpp_reader): Remove parsing_if_directive and
1499         parsing_define_directive.
1500
1501 2000-05-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1502
1503         * fixinc/inclhack.def (broken_cabs): Update fix to handle comments
1504         following the cabs decl which terminate on the following line.
1505         Add the corresponding test_text case.
1506
1507 2000-05-18  Neil Booth  <NeilB@earthling.net>
1508
1509         * cppinit.c (cpp_reader_init): Initialise col_adjust and
1510         default tab stop size.
1511         (no_num, OPT_ftabstop): New.
1512         (handle_option): Handle "ftabstop=" command-line option.
1513         (print_help): Document it.
1514         * cpplex.c (COLUMN): Remove.
1515         (handle_newline): Reset col_adjust.
1516         (skip_whitespace): Update col_adjust as tabs encountered.
1517         (_cpp_lex_line): Update to use col_adjust.  Call
1518         skip_whitespace for all whitespace.
1519         * cpplib.h (struct cpp_options): New member tabstop.
1520         (struct cpp_reader): New member col_adjust.
1521         (CPP_BUF_COL): Update.
1522         (CPP_BUF_COLUMN): New.
1523         * cpp.texi: Document "-ftabstop=" command line option.
1524
1525 Wed May 17 18:19:41 2000  Philippe De Muyter  <phdm@macqel.be>
1526
1527         * configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
1528         files.
1529         * configure: Rebuilt.
1530
1531 Wed May 17 18:06:12 2000  John David Anglin <dave@hiauly1.hia.nrc.ca>
1532
1533         * mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
1534
1535         * tree.c (build_common_tree_nodes): Do not build TI nodes unless
1536         HOST_BITS_PER_WIDE_INT is >= 64.
1537
1538 2000-05-17  Richard Henderson  <rth@cygnus.com>
1539
1540         * jump.c (jump_optimize_1): Remove inactive but real insns
1541         in jump-to-next-insn optimization.
1542
1543 2000-05-17  Richard Henderson  <rth@cygnus.com>
1544
1545         * toplev.c (rest_of_compilation): Don't call optimize_mode_switching
1546         unless OPTIMIZE_MODE_SWITCHING.  Conditionally set no_new_pseudos.
1547         Don't call recompute_reg_usage if no_new_pseudos is true.
1548         * lcm.c (optimize_mode_switching): Move ifdefs outside function.
1549         Return true if we did work; update global life information.
1550         * basic-block.h (optimize_mode_switching): Update decl.
1551
1552 2000-05-17  Neil Booth  <neilb@earthling.net>
1553
1554         * cpplex.c (expand_name_space): Don't use ptrdiff_t.
1555
1556 2000-05-17  Zack Weinberg  <zack@wolery.cumb.org>
1557
1558         * cpplib.c: New feature, #pragma system_header.
1559         * cpp.texi: Document special treatment of system headers, and
1560         the various mechanisms to get a header that special treatment.
1561
1562 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1563
1564         * system.h (offsetof): Define at the very end, to ensure we prefer
1565         the platform's definition if available.
1566
1567 2000-05-16  Bruce Korb  <bkorb@gnu.org>
1568
1569         * fixinc/fixincl.c: improve the debug displays, ignore SIGPIPE
1570         * fixinc/server.c: likewise
1571         * fixinc/fixfixes.c( char_macro_def_fix ): fix regex
1572         + #ifdef debugging code + use #def constant for
1573         sub-pattern count
1574         * fixinc/inclhack.def( hpux11_fabsf ): Keep HP-UX 11 from stomping
1575         on C++ math namespace
1576
1577 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1578
1579         * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
1580         Don't check the return value of sprintf.  Use asprintf to avoid
1581         buffer overflows.
1582
1583 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1584
1585         * flags.h (warn_unused_function, warn_unused_label,
1586         warn_unused_parameter, warn_unused_variable, warn_unused_value):
1587         Replace ``warn_unused''.
1588         (set_Wunused): Add declaration.
1589         * toplev.c (set_Wunused): New function.
1590         (warn_unused_function, warn_unused_label, warn_unused_parameter,
1591         warn_unused_variable, warn_unused_value): New variables.
1592         (W_options): Add -Wunused-function, -Wunused-function,
1593         -Wunused-label, -Wunused-parameter, -Wunused-variable and
1594         -Wunused-value.  Delete -Wunused.  Handled in decode_W_option.
1595
1596         * toplev.c (decode_W_option): Update -Wunused flags by calling
1597         set_Wunused.
1598         * c-decl.c (c_decode_option): Ditto for -Wall.
1599
1600         * stmt.c (expand_expr_stmt, expand_expr_stmt,
1601         warn_about_unused_variables): Replace warn_unused with more
1602         explicit warn_unused_value et.al.
1603         * function.c (expand_function_end): Ditto.
1604         * c-typeck.c (internal_build_compound_expr,
1605         internal_build_compound_expr): Ditto.
1606         * c-decl.c (poplevel, pop_label_level): Ditto.
1607         * toplev.c (check_global_declarations): Replace warn_unused with
1608         check for either warn_unused_function or warn_unused_variable.
1609
1610         * gcc.1, invoke.texi (Warning Options): Document
1611         -Wunused-function, -Wunused-function, -Wunused-label,
1612         -Wunused-parameter, -Wunused-variable and -Wunused-value options.
1613
1614 Wed May 17 10:28:12 2000  Philippe De Muyter  <phdm@macqel.be>
1615
1616         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Find libgcc1.c in
1617         $(srcdir), not in the current directory.
1618
1619 2000-05-16  Richard Henderson  <rth@cygnus.com>
1620
1621         * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the
1622         assembler supports it.
1623         (.fini, .init): Use a gp-relative indirect call.
1624         (__do_global_dtors_aux): Preserve the gp; rebundle.
1625         (__do_frame_setup): Likewise.
1626         * config/ia64/crtend.asm (.IA_64.unwind): Don't terminate with -1.
1627         (.init): Use a gp-relative indirect call.
1628         (__do_global_ctors_aux): Preserve the gp.
1629
1630 2000-05-16  Richard Henderson  <rth@cygnus.com>
1631
1632         * flow.c (commit_one_edge_insertion): Be prepared for a return
1633         insn to be inserted on the edge with a normal jump.
1634         * jump.c (jump_optimize_1): Don't look to create return isns.
1635
1636         * flow.c (flow_delete_insn): Don't adjust reference count of notes.
1637         * jump.c (jump_optimize_1): Likewise.
1638         (returnjump_p): Verify the argument is a JUMP_INSN.
1639         * rtl.def (NOTE): Add 5th element for NOTE_INSN_DELETED_LABEL.
1640
1641 2000-05-16  Nick Clifton  <nickc@cygnus.com>
1642
1643         * config/m32r/m32r.c (small_insn_p): Use INSN_P() to replace
1644         GET_RTX_CLASS (GET_CODE ()) == 'i'.
1645         (large_insn_p): Ditto.
1646         (m32r_is_insn): New function: Return true if the insn contains
1647         an executable instruction.
1648         (m32r_adjust_insn): Use m32r_is_insn.
1649         (m32r_sched_reorder): Use m32r_is_insn.
1650         (m32r_sched_variable_issue): Use m32r_is_insn.
1651
1652 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1653
1654         * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like
1655         VAR_DECL.
1656
1657         * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable.
1658
1659         * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux
1660         according to given options.
1661
1662 Tue May 16 12:17:31 2000  Jeffrey A Law  (law@cygnus.com)
1663
1664         * mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS
1665         if X has VOIDmode either.
1666         (LIMIT_RELOAD_CLASS): Similarly.
1667
1668         * mn10200.md (indirect_jump, tablejump): Use "register_operand",
1669         not "general_operand" to match the processor's capabilities.
1670
1671 2000-05-16  Bruce Korb  <bkorb@gnu.org>
1672
1673         * fixinc/README:  corrected return address
1674         * fixinc/check.diff:  regenerate, now that test works
1675         * fixinc/fixfixes.c(format_fix,format_write): reformatted
1676         (char_macro_def_fix,char_macro_use_fix): corrected and
1677         rewrote to use regex to parse the text
1678         * fixinc/inclhack.def: more testing
1679         * fixinc/fixincl.x:  regenerated
1680
1681         * fixinc/inclhack.def: added several "test_text" attributes
1682         changed several fixes to use `c_fix = format'
1683         re-alphabetized the fixes
1684
1685         * fixinc/check.diff: regenerate
1686         * fixinc/fixincl.x: regenerate
1687         * fixinc/check.tpl: added `sparc' and `netinet' to the list
1688         of created dirs
1689
1690
1691 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
1692
1693         * config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.
1694
1695 2000-05-15  Richard Henderson  <rth@cygnus.com>
1696
1697         * toplev.c (rest_of_compilation): Run full jump pass before
1698         find_basic_blocks of flow2.
1699
1700 2000-05-15  Richard Henderson  <rth@cygnus.com>
1701
1702         * jump.c: Fix typos and clarify commentary from last change.
1703         (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE.
1704         (safe_to_remove_jump_p): Remove.
1705         (condjump_label): Use pc_set.
1706
1707 2000-05-15  Richard Henderson  <rth@cygnus.com>
1708
1709         * ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns
1710         that get in the way after reload.
1711         (cond_exec_process_if_block): Skip a label heading THEN block.
1712
1713 2000-05-15  Richard Henderson  <rth@cygnus.com>
1714
1715         * varasm.c (output_constant_pool): Abort instead of converting
1716         (improperly) deleted labels to zero.
1717
1718 2000-05-16  Neil Booth  <NeilB@earthling.net>
1719
1720         * cpplex.c (parse_string2): Update comment.
1721         (cpp_lex_line): No special assertion treatment for '('.
1722         * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT.
1723         * cpplib.h (SYNTAX_ASSERT): Remove.
1724
1725 Mon May 15 21:45:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1726
1727         * jump.c (condjump_p):  Mark as depreached.
1728         (any_condump_p): New.
1729         (any_uncondump_p): New.
1730         (pc_set): New.
1731         (safe_to_remove_jump_p): New.
1732         * rtl.h (any_condump_p, any_uncondjump_p, pc_set
1733         safe_to_remove_jump_p): Declare.
1734
1735 Mon May 15 21:07:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1736
1737         * calls.c: Re-install both patches reverted by last patch.
1738         (struct arg_data): New field tail_call_reg.
1739         (initialize_argument_information): Initialize tail_call_reg
1740         (load_register_parameters): New argument flags, use
1741         tail_call_reg when emiting tail call sequence.
1742         (expand_call): Update call of load_register_parameters;
1743         copy unadjusted_args_size to adjusted_args_size.
1744
1745 Mon May 15 19:01:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1746
1747         * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
1748         and bct_p parameters to flags.
1749         * loop.h (LOOP_UNROLL, LOOP_BCT): New constants.
1750         * rtl.h (loop_optimize): Update prototype.
1751         * toplev.c (rest_of_compilation): Update call of loop_optimize.
1752
1753 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
1754
1755         * calls.c (expand_call): Move expand_start_target_temps call after
1756         start_sequence().
1757
1758 2000-05-15  Neil Booth  <NeilB@earthling.net>
1759
1760         * cpphash.c (trad_stringify, warn_trad_stringify,
1761         collect_params): Make some pointers pointers to const.
1762         * cpplex.c (auto_expand_name_space) Guaranteed to always
1763         expand by at least one character.
1764         (SPELL_CHAR, SPELL_NONE): Temporarily reverse order.
1765         (struct token_spelling): Use const U_CHAR * rather than PTR.
1766         (expand_name_space): Fix up token pointers if name space
1767         is moved when expanding.
1768         (INIT_NAME, cpp_scan_line, parse_name, parse_number,
1769         parse_string2, save_comment, spell_token, cpp_output_list):
1770         Update so the routines handle tokens with a direct pointer to
1771         their text, rather than an offset into the token's list's namebuf.
1772         (_cpp_lex_line): Rearrange for clarity.
1773
1774         * cpplib.c (_cpp_check_directive): Similarly.
1775         (do_define): Make SYM a pointer to const.
1776         * cpplib.h (struct cpp_name): Replace offset with direct pointer.
1777         (CPP_INT, CPP_FLOAT): Spelling type should be SPELL_IDENT.
1778         (TOK_OFFSET): Delete.
1779         (TOK_NAME): Update.
1780
1781 2000-05-14  Geoffrey Keating  <geoffk@cygnus.com>
1782
1783         * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
1784         64-bit ABI.
1785
1786         * config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE 
1787         into account.
1788         (logical_u_operand): Delete.
1789         (non_logical_cint_operand): Rewrite to take MODE into account.
1790         (non_logical_u_cint_operand): Delete.
1791         (boolean_operator): New function.
1792         (print_operand): Add new %q operand.
1793         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,
1794         remove logical_u_operand and non_logical_u_cint_operand,
1795         update logical_operand and non_logical_cint_operand.
1796         * config/rs6000/rs6000.md: Rewrite the patterns for performing
1797         logical operations to use %q.
1798
1799         * config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
1800         (movdi): Make similar to movsi.
1801         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): There
1802         is no such thing as a DImode CONST_DOUBLE.
1803         * config/rs6000/rs6000.c (output_toc): Likewise.
1804         
1805         * config/rs6000/rs6000.c (output_cbranch): Don't output prediction
1806         codes when old mnemonics are in use.  Print register names
1807         for cc registers when requested.
1808
1809         * optabs.c (expand_float): Don't allow mode widening that causes
1810         double rounding.
1811
1812         * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
1813         flags to their current names -maix64 and -maix32.
1814
1815 2000-05-14  Bruce Korb  <bkorb@gnu.org>
1816
1817         * fixinc/fixfixes.c(wrap_fix): new fix - inserts text before
1818         and/or after current text of file
1819         * fixinc/fixlib.c(must_malloc):
1820         * fixinc/fixlib.h(must_malloc): + reformatting
1821         * fixinc/inclhack.def: replace the "1i" and "$a" sed commands
1822         with usages of ``c_fix = wrap;''
1823         Add several tests and use the ``c_fix = format'' fixer more.
1824         * fixinc/fixincl.x: regen
1825         * fixinc/check.diff: regen
1826         * fixinc/check.tpl: emit the associated header with the missing
1827         test message
1828
1829 Sun May 14 17:58:59 2000  Hans-Peter Nilsson  <hp@axis.com>
1830
1831         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
1832         variables $src and $dst.
1833         
1834 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
1835
1836         * diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
1837         (DIAGNOSTICS_SHOW_PREFIX_NEVER): Likewise.
1838         (DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE): Likewise.
1839         (struct output_buffer: emitted_prefix_p, prefixing_rule): New
1840         fields. 
1841         (set_message_prefixing_rule): Declare.
1842
1843         * diagnostic.c: (current_prefixing_rule): New variable.
1844         (set_message_prefixing_rule): Define.
1845         (output_set_prefix): Adjust buffer->emitted_prefix_p.
1846         (init_output_buffer): Adjust Initialization.
1847         (output_emit_prefix): Rewrite.  Take prefixing rules into account.
1848         
1849 Sat May 13 11:05:47 2000  Philippe De Muyter  <phdm@macqel.be>
1850
1851         * ifcvt.c (if_convert): Do not free NULL.
1852
1853 2000-05-12  Nick Clifton  <nickc@cygnus.com>
1854
1855         * config/fr30/fr30.c (fr30_move_double): New function:  Emit code
1856         to move a double word value.
1857         (di_operand): New function: Return true if the operand is suitbale
1858         for a double word move operation.
1859         (nonimmediate_di_operand): New function: Return true if the
1860         operand is a DImode register or MEM.
1861
1862         * config/fr30/fr30.h (PREDICATE_CODES): Add di_operand and
1863         nonimmediate_di_operand.
1864
1865         * config/fr30/fr30-protos.h Add fr30_move_double, di_operand, and
1866         nonimmediate_di_operand.
1867
1868         * config/fr30/fr30.md (movdi): New pattern.  Required because
1869         other patterns generate DImode results.
1870         (movdi_insn): New pattern.
1871
1872 2000-05-12  Richard Henderson  <rth@cygnus.com>
1873
1874         * config/alpha/alpha.c (struct shadow_summary): Define
1875         bitfields as type unsigned int.
1876
1877 Sat May 13 00:09:59 2000  Denis Chertykov  <denisc@overta.ru>
1878
1879         * config/avr/t-avr: Added definition of FLOAT while generates
1880         fp-bit.c
1881
1882         * config/avr/avr.md: `NEXT_INSN (insn)' substituted to `insn' in
1883         peepholes for tst+jump = sbrs/sbrc optimization.
1884
1885 Fry May 12 20:03:00 CEST 2000  Jan Hubicka  <jh@suse.cz>
1886
1887         * expr.c (emit_push_insn): Do not adjust stack pointer when
1888         preallocating.
1889
1890 Fri May 12 19:03:58 2000  Philippe De Muyter  <phdm@macqel.be>
1891
1892         * ggc-simple.c (offsetof): Macro fallback definition moved from here ..
1893         * system.h (offsetof): ... to here.
1894
1895 2000-05-12  Richard Henderson  <rth@cygnus.com>
1896
1897         * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
1898         * final.c (final_end_function): Use app_disable.  Rearrange note
1899         handling into a switch.  Emit deleted labels.
1900         (output_asm_label): Generate label strings for deleted labels.
1901         * flow.c (tail_recursion_label_list): New.
1902         (find_basic_blocks_1): Set label_value_list directly.  Collect list
1903         of tail recursion labels from call_placeholders.  Don't add deleted
1904         labels to the label value list.
1905         (cleanup_cfg): Use free_EXPR_LIST_list.
1906         (flow_delete_insn_chain): Turn non-removable labels into notes.
1907         (flow_delete_block): Don't disable deleting the block because of
1908         a non-removable label.
1909         (tail_recursion_label_p): New.
1910         (merge_blocks_move_predecessor_nojumps): Don't disable the merge
1911         because of a label.
1912         (merge_blocks_move_successor_nojumps): Likewise.  Also move a
1913         jump table.
1914         (merge_blocks): Disable a merge because of tail recursion labels.
1915         * ifcvt.c (merge_if_block): Don't disable a merge because of a label.
1916         Use a more accurate measure of not merging the join block.
1917         (find_if_block): Don't disable conversion because of a label.
1918         (find_if_case_1, find_if_case_2): Likewise.
1919         * jump.c (duplicate_loop_exit_test): Preserve the kind of list
1920         element when copying.
1921         (squeeze_notes): Also leave EH notes.
1922         (mark_jump_label): Ignore deleted labels.  Use an INSN_LIST for
1923         REG_LABEL notes.
1924         (delete_insn): Preserve LABEL_NAME in NOTE_SOURCE_FILE when
1925         deleting a label.
1926         * print-rtl.c (print_rtx): Print NOTE_SOURCE_FILE for
1927         NOTE_INSN_DELETED_LABEL.  Print `[# deleted]' for a label_ref
1928         referring to a deleted label.  Convert tail handling to a switch.
1929         * rtl.def (CODE_LABEL): Rearrange elements to be compatible with NOTE
1930         for NOTE_INSN_DELETED_LABEL.
1931         (NOTE): Fix commentary.
1932         * rtl.h (REG_LABEL): Update commentary wrt INSN_LIST.
1933         (REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
1934         (CODE_LABEL_NUMBER, LABEL_NAME): Update index.
1935         (LABEL_NUSES, LABEL_REFS): Likewise.
1936         * unroll.c (copy_loop_body): Don't copy NOTE_INSN_DELETED_LABEL.
1937
1938 2000-05-12  Bruce Korb  <bkorb@gnu.org>
1939
1940         * fixinc/fixfixes.c(format_write): buglet & relaxed rules
1941         * fixinc/check.diff: updated
1942         * fixinc/inclhack.def: corrected & added some test_text-s
1943         * fixinc/genfixes: removed unneeded options to autogen invocation
1944         * fixinc/fixincl.tpl: Specified the output file
1945         * fixinc/fixfixes.c: visual appearance
1946         * fixinc/fixincl.x: regenerate
1947
1948 2000-05-12  Zack Weinberg <zack@wolery.cumb.org>
1949
1950         * fixinc/fixfixes.c (IO_use_fix, IO_defn_fix, CTRL_use_fix,
1951         CTRL_defn_fix): Delete.
1952         (fix_char_macro_defines, fix_char_macro_uses): Rename to
1953         char_macro_def_fix and char_macro_use_fix, respectively.  Put
1954         them into the FIXUP_TABLE.  Get the string to search for from
1955         a c_fix_arg.
1956
1957         (format_write): New function.
1958         (format_fix): Use it.
1959
1960         (FIX_PROC_HEAD): Constify text parameter.
1961         (machine_name_fix): Constify all char *s.
1962         * fixtests.c (skip_quote): Remove double static.
1963
1964         * inclhack.def (io_def_quotes, io_use_quotes, ctrl_def_quotes,
1965         ctrl_use_quotes): Update for new scheme.
1966         * fixincl.x: Regenerate.
1967
1968 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
1969
1970         * config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
1971         DWARF2_DEBUG.
1972         (DWARF2_ASM_LINE_DEBUG_INFO): Define.
1973         (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
1974
1975 2000-05-11  Robert Lipe <robertlipe@usa.net>
1976
1977         * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
1978         * fixincl.x: Regenerate.
1979
1980 2000-05-11  Richard Henderson  <rth@cygnus.com>
1981
1982         * calls.c: Revert both 05-09 patches.
1983
1984 2000-05-11  Alexandre Oliva  <aoliva@cygnus.com>
1985
1986         * config/mn10300/mn10300.c (print_operand): Print FP constants in
1987         hexadecimal.
1988         * config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint
1989         for FP values.
1990
1991         * mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
1992         and replace any occurrences of `=' in multilib dirs with `$(EQ)'.
1993
1994 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
1995
1996         * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.
1997
1998 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
1999
2000         * fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
2001
2002 Thu May 11 22:28:05 2000  Denis Chertykov  <denisc@overta.ru>
2003
2004         * config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
2005         * config/avr/avr.c (jump_over_one_insn_p): New function.
2006         * config/avr/avr.md: New peepholes added. Output test and
2007         conditional jump to "sbrc" or "sbrs" command.
2008
2009 2000-05-11  Mark Elbrecht  <snowball3@bigfoot.com>
2010
2011         * cppmain.c (main): Use IS_DIR_SEPARATOR.
2012
2013 2000-05-11  Jakub Jelinek  <jakub@redhat.com>
2014
2015         * except.c (find_exception_handler_labels_1): New function.
2016         (find_exception_handler_labels): Split into two functions, dive
2017         into CALL_PLACEHOLDERs when looking for exception handler labels.
2018
2019 2000-05-11 Stan Cox <scox@cygnus.com>
2020
2021         * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
2022         * timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2.
2023         * toplev.c (rest_of_compilation): Call regrename_optimize before sched2.
2024
2025 2000-05-11  Bruce Korb  <bkorb@gnu.org>
2026
2027         * fixinc/fixfixes.c (double_slash_fix):  obsolete
2028         (else_endif_label_fix): obsolete
2029         (format_fix):  new, unused as yet
2030         (main): obsolete
2031         * fixinc/fixlib.h: added fix description struct for use by format_fix
2032         * fixinc/fixincl.c: removed the struct & test for SIGIOT befure using
2033         * fixinc/Makefile.in:  compile fixfixes.c and fixtests.c as separate
2034         modules.  Removed the vestiges of the script version.
2035         Added support for "make check".
2036         * fixinc/check.diff: base diff file (needs work!!)
2037         * fixinc/check.tpl: quiet the fixup output
2038         * fixinc/fixtests.c (main): obsolete
2039         * fixinc/fixincl.sh:  don't bother copying fixincl to ..
2040         * fixinc/fixincl.tpl:  provide for arguments to c_fix routines
2041
2042 Thu May 11 11:57:02 MET DST 2000  Jan Hubicka <jh@suse.cz>
2043
2044         * toplev.c (rest_of_compilation): Remove dead code after
2045         combine.
2046
2047 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
2048
2049         * cpphash.c (collect_funlike_expansion): Make "# is not
2050         followed by a macro argument name" a pedwarn, not an error.
2051         Preserve the # in the output.  Suppress the warning if lang_asm.
2052
2053 Thu May 11 01:19:31 2000  Jeffrey A Law  (law@cygnus.com)
2054
2055         * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
2056         * configure: Rebuilt.
2057
2058 2000-05-10 Laurynas Biveinis <lauras@softhome.net>
2059
2060         * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
2061
2062 2000-05-10  Kazu Hirata  <kazu@hxi.com>
2063
2064         * combine.c (try_combine): Fix a typo.
2065
2066 Wed May 10 21:31:44 2000  Jim Wilson  <wilson@cygnus.com>
2067
2068         * config/ia64/ia64.md (insv): Add comment.
2069
2070 2000-05-10  Richard Henderson  <rth@cygnus.com>
2071
2072         * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
2073         * mklibgcc.in: Rewrite to not use functions.  Don't shortcut
2074         dependancies on FPBIT and DPBIT.
2075
2076 2000-05-10  Nick Clifton  <nickc@redhat.com>
2077
2078         * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
2079         when optimising for size.
2080         (mark_used_regs:) Ditto.
2081         (try_pre_increment_1): Ditto.
2082
2083 2000-05-10  Zack Weinberg  <zack@wolery.cumb.org>
2084
2085         * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
2086         Make error message friendlier.
2087
2088         * cpphash.h (struct hashnode): Use struct hack for name
2089         member.
2090         * cpphash.c (struct hashdummy): New.
2091         (eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
2092         (make_HASHNODE): No need to set ->name pointer.  Correct
2093         setting of p.
2094         (cpp_lookup): Make 'dummy' a struct hashdummy.  Tidy up a bit.
2095
2096 2000-05-10  Richard Henderson  <rth@cygnus.com>
2097
2098         * flow.c (find_basic_blocks_1): Remove any spare bb_note
2099         after completion.
2100
2101 2000-05-10  Bruce Korb  <bkorb@gnu.org>
2102
2103         * fixinc/gnu-regex.c:  reg_syntax_t re_syntax_options must be static
2104
2105 2000-05-10  Eric Schweitz  <schweitz@nortelnetworks.com>
2106
2107         * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
2108         after we enter .debug.
2109
2110 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
2111
2112         * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
2113         abstract instance of a nested inline function.
2114
2115         * stor-layout.c (finish_record_layout): finalize_type_size
2116         before laying out the pending_statics.
2117
2118 Wed 10 May 09:36:47 2000  Neil Booth  <NeilB@earthling.net>
2119
2120         * cpplex.c (spell_token): New function.
2121         (spell_string, spell_comment, spell_name): fold into
2122         spell_token.    
2123         (I, S): Add macros.
2124         (E, H): Remove macros.
2125         (save_comment): Save comment opening characters too.
2126         (_cpp_lex_file): Update to use spell_token.  Tidy up comment
2127         handling.
2128         * cpplib.h (I, S): Add macros.
2129         (E, H): Remove macros.
2130         (TTYPE_TABLE): Update entries for new speller.
2131         (SYNTAX_ASSERT): Remove.
2132
2133 Wed 10 May 09:08:30 2000  Neil Booth  <NeilB@earthling.net>
2134
2135         * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
2136         when removing escaped newlines.  Reverse sense of test for
2137         escaped newline.
2138
2139 2000-05-09  Richard Henderson  <rth@cygnus.com>
2140
2141         * flow.c (find_basic_blocks_1): Do not delete the first
2142         bb_note we run across.
2143         (create_basic_block): Use reorder_insns to move an existing
2144         bb_note to the correct place.
2145
2146 2000-05-09  Richard Henderson  <rth@cygnus.com>
2147
2148         * calls.c (expand_call): Increment currently_expanding_call
2149         before calling optimize_tail_recursion.
2150
2151 Tue May  9 18:54:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2152
2153         * reload1.c (reload_combine): Fix errors in last change.
2154
2155 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
2156
2157         * gcc.c (used_arg): Skip over a semicolon at the end of the
2158         split-up loop; don't break out of it.
2159
2160         * Makefile.in (WARN_CFLAGS): Add -Wwrite-strings.
2161         (tree.o): Depend on output.h.
2162
2163         * c-decl.c (pending_invalid_xref_file,
2164         current_function_prototype_file): Constify.
2165         (pushdecl): Constify a local char *.
2166         (define_label): Constify filename parameter.
2167         * c-lex.c (init_parse): Constify parameter and return value.
2168         * c-typeck.c (c_expand_asm_operands): Constify filename parameter.
2169         * c-tree.h: Update prototypes.
2170         * c-parse.in: Constify filename member of %union, and if_stmt_file.
2171         * c-parse.y, c-parse.c, c-parse.h, objc/objc-parse.y,
2172         objc/objc-parse.c: Regenerate.
2173
2174         * dwarfout.c (dwarfout_init): Constify main_input_filename parameter.
2175         * dwarfout.h: Update prototypes.
2176         * expr.c (expand_expr): Constify a local char *.
2177         * flags.h: Constify main_input_filename.
2178         * function.c (expand_function_end): Constify filename parameter.
2179         * genrecog.c (make_insn_sequence): Use a character array for
2180         c_test_pos.
2181         (main): Remove unused variables.
2182         * input.h: Constify input_filename, main_input_filename, and
2183         file_stack.name.  Update prototypes.
2184         * output.h: Declare first_global_object_name and
2185         weak_global_object_name here, as const char *.
2186         * stmt.c (expand_asm_operands): Constify filename parameter.
2187         * toplev.c (compile_file, push_srcloc, debug_start_source_file):
2188         Constify filename parameter.
2189         (input_filename, main_input_filename): Constify.
2190         * toplev.h: Update prototypes.
2191         * tree.c: Include output.h.  Don't declare
2192         first_global_object_name or weak_global_object_name.  Clean up string
2193         bashing in get_file_function_name_long.
2194         * tree.h (struct tree_decl): Constify filename member.
2195         (input_filename): Constify.
2196         Update prototypes.
2197         * varasm.c (first_global_object_name, weak_global_object_name):
2198         Constify.
2199         (assemble_start_function, assemble_variable): Clean up string bashing.
2200
2201         * gcc.c: Constify all spec-related strings initialized,
2202         transitively, from string constants.  Constify all strings
2203         and string variables related to multilibs.
2204         (set_spec, read_specs): Cast argument to free to PTR.
2205         (used_arg): Do not modify multilib_matches.  Use strncmp plus
2206         length comparison to compare multilib switches.
2207         * genmultilib: Constify everything declared in multilib.h.
2208
2209 Tue May  9 22:28:03 2000  Denis Chertykov  <denisc@overta.ru>
2210
2211         * flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn
2212         as deleted.
2213
2214 Tue May  9 20:52:43 2000  Denis Chertykov  <denisc@overta.ru>
2215
2216         * config/avr/avr-protos.h (extra_constraint): change a type of
2217         second argument from char to int to avoid warnings.
2218         (asm_output_byte): Likewise.
2219         
2220         * config/avr/avr.c (MAX_LD_OFFSET) New macro.
2221         (initial_elimination_offset): Handle elimination from
2222         FRAME_POINTER_REGNUM to STACK_POINTER_REGNUM.
2223         (legitimate_address_p): Use MAX_LD_OFFSET.
2224         (legitimize_address): Likewise.
2225         (out_movqi_r_mr): Likewise.
2226         (out_movhi_r_mr): Likewise, use `fatal_insn' instead of `fatal'.
2227         (out_movsi_r_mr): Use MAX_LD_OFFSET.
2228         (out_movsi_mr_r): Likewise.
2229         (out_movqi_mr_r): Likewise.
2230         (out_movhi_mr_r): Likewise.
2231         (notice_update_cc): Correct CC for the ashrqi3 with the shift
2232         count as CONST_INT != 6.
2233         (ashlqi3_out): Coding style modifications. Run `fatal_insn' if
2234         shift count is a CONSTANT_P, but not a CONST_INT.
2235         (ashlhi3_out): Coding style modifications.
2236         (ashlsi3_out): Likewise.
2237         (ashrhi3_out): Likewise.
2238         (ashrsi3_out): Likewise.
2239         (lshrhi3_out): Likewise.
2240         (lshrsi3_out): Likewise.
2241         (ashrqi3_out): Generate shift for any known constant count without
2242         scratch register. Run `fatal_insn' if shift count is a CONSTANT_P,
2243         but not a CONST_INT.
2244         (lshrqi3_out): Coding style modifications. Run `fatal_insn' if
2245         shift count is a CONSTANT_P, but not a CONST_INT. 
2246         (extra_constraint): change a type of
2247         second argument from char to int to avoid warnings.
2248         (asm_output_byte): Likewise.
2249         (asm_file_end): Output size generated commands count as a hex
2250         number too.
2251
2252         * config/avr/avr.h (RETURN_ADDR_RTX): New macro.
2253
2254         * config/avr/avr.md (addhi3): Fragment commented by &&0 is
2255         removed.
2256         (ashlqi3): Values of "length" attribute changed. Shift count
2257         uses constraints 'n' instead of 'i'.
2258         (ashrqi3): Likewise. Values of "cc" attribute changed. Generate
2259         shifts without clobber register.
2260         (lshrqi3): Shift count uses constraints 'n' instead of 'i'.
2261         (call_insn): Correct test for which_alternative == 1 (was 0).
2262         (call_value_insn): Likewise.
2263         
2264         * config/avr/t-avr: Remove definition of FLOAT while generates
2265         fp-bit.c
2266
2267 2000-05-09  Bruce Korb  <bkorb@gnu.org>
2268
2269         * fixinc/check.tpl:  Template for checking fixes
2270         * fixinc/inclhack.def:  Added 'test_text' for many fixes
2271         disable hpux8_bogus_inlines on SCO
2272         * fixinc/fixinc.sco:  Oh, yes, we don't need this any more.
2273
2274 Tue May  9 16:30:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2275
2276         * calls.c (expand_call): Reorganize somewhat in order
2277         to avoid unnecesary recalculation inside loop and make
2278         tail call failure code cleaner.
2279         
2280 Tue May  9 06:30:20 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2281
2282         * alias.c (nonlocal_reference_p): Minor reformatting.
2283         * reload.c (find_equiv_reg): Simplify logic for
2284         CALL_INSN_FUNCTION_USAGE since can't have SUBREG or pseudos and
2285         some some reformatting.
2286         * reload1.c (reload_combine): Don't assume everything in
2287         CALL_INSN_FUNCTION_USAGE is a REG and clean up code a bit.
2288
2289 2000-05-08  Richard Henderson  <rth@cygnus.com>
2290
2291         * final.c (current_insn_predicate): New.
2292         (final_scan_insn): Set it.
2293         * output.h (current_insn_predicate): Declare.
2294
2295         * ifcvt.c (cond_exec_process_insns): New argument prob_val.
2296         Attach it to call insns.
2297         (cond_exec_process_if_block): Track probability for true and
2298         false branches.
2299         (dead_or_predicable): Likewise.
2300
2301         * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.
2302         (PROB_UNLIKELY, PROB_EVEN, PROB_LIKELY): New.
2303         (PROB_VERY_LIKELY, PROB_ALWAYS): New.
2304         (estimate_probability, expected_value_to_br_prob): Use them.
2305
2306         * config/ia64/ia64-protos.h (ia64_expand_prediction): Declare.
2307         * config/ia64/ia64.c (ia64_print_operand_address): Handle 'j'.
2308         (ia64_expand_prediction): New.
2309         (emit_insn_group_barriers): Don't look at notes.  Emit barriers
2310         as needed after calls.
2311         (ia64_epilogue_uses): Mark b0 used.
2312         * config/ia64/ia64.md (beq_true, beq_false): Remove.
2313         (bne_true, bne_false): Remove.
2314         (eq_return, eq_not_return, ne_return, ne_not_return): Remove.
2315         (br_true, br_false): New.  Use predicate_operator and
2316         ia64_expand_prediction.
2317         (return_true, return_false): Likewise.
2318         (call_internal): Use ia64_expand_prediction.  Don't emit stop bit.
2319         (call_internal1, call_value_internal): Likewise.
2320         (call_value_internal1, call_multiple_values_internal1): Likewise.
2321
2322         * config/ia64/ia64.c (ia64_direct_return): Require frame size zero.
2323
2324         * config/ia64/ia64.md (extendsfdf2): Split only after reload.
2325
2326 2000-05-08  Richard Henderson  <rth@cygnus.com>
2327
2328         * rtlanal.c (may_trap_p): Consider old-style and volatile
2329         asms to trap.
2330
2331 Mon May  8 17:16:48 2000  Jim Wilson  <wilson@cygnus.com>
2332
2333         * config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.
2334
2335 2000-05-08  Richard Henderson  <rth@cygnus.com>
2336
2337         * config/ia64/ia64.h (predicate_operator): Declare.
2338
2339         * config/ia64/ia64.md (extendsfdf2): Split the nop case out
2340         of existance.
2341
2342         * gensupport.c (process_rtx): Copy and post-process each member
2343         of the define_insn rtvec individually.
2344
2345 Mon  8 May 22:17:35 2000  Neil Booth  <NeilB@earthling.net>
2346
2347         * cpplex.c (spell_token): New function.
2348         (TOKEN_LEN): Add 1 for whitespace.
2349         (_cpp_lex_file): Update to use spell_token.
2350         * cpplib.h (E): Remove.
2351         (TTYPE_TABLE): Update CPP_VSPACE entry.
2352
2353 2000-05-08  Richard Henderson  <rth@cygnus.com>
2354
2355         * flow.c (init_propagate_block_info): Watch out for conditional
2356         branch to next instruction, and thus one outgoing edge.
2357
2358         * config/ia64/ia64.c (ia64_encode_section_info): Exit early
2359         for global register variables; don't special case __[CD]TOR_LIST__;
2360         mind ggc_p for string allocation.
2361
2362 2000-05-08  Nick Clifton  <nickc@cygnus.com>
2363
2364         * config/i386/i386.h (ELIMINABLE_REGS): Fix comment.
2365
2366 2000-05-08  Bruce Korb  <bkorb@gnu.org>
2367
2368         * fixinc/mkfixinc.sh:  fixinc.sco is no longer used
2369         i?86-*-msdosdjgpp* no longer uses fixincludes
2370         * fixinc/genfixes:  inclhack.sh and fixincl.sh are no longer generated
2371         * fixinc/inclhack.sh:  deleted
2372         * fixinc/hackshell.tpl:  deleted
2373         * fixinc/inclhack.tpl:  deleted
2374         * fixinc/Makefile.in:  Remove dependencies on above
2375         * fixinc/fixincl.sh:  "DO NOT EDIT" text modified
2376
2377 2000-05-08  Andreas Jaeger  <aj@suse.de>
2378
2379         * config/mips/linux.h: Remove undefines which disabled .ctor/.dtor
2380         support.
2381
2382 2000-05-07  Zack Weinberg  <zack@wolery.cumb.org>
2383
2384         * Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
2385         substitutions.
2386
2387 Sun  7 May 08:43:53 2000  Neil Booth  <NeilB@earthling.net>
2388
2389         * cpplex.c: Move new lexer definitions and prototypes
2390         to top.  Conditional include these and the code if
2391         NEW_LEXER is defined.  Rename functions whose names
2392         clash if this code included.
2393
2394 Sun May  7 00:54:57 EDT 2000  John Wehle  (john@feith.com)
2395
2396         * rtl.def (COND_EXEC): Clarify.
2397
2398         * i386.md (extendsidi2): Clobber (reg:CC 17) in the
2399         same fashion as zero_extendsidi2.
2400
2401 2000-05-06  Richard Henderson  <rth@cygnus.com>
2402
2403         * config/ia64/ia64.c (predicate_operator): New.
2404         (ia64_print_operand): Handle 'J'.
2405         (rtx_needs_barrier): Handle COND_EXEC.
2406         * config/ia64/ia64.h (BRANCH_COST): Define.
2407         (PREDICATE_CODES): Update.
2408         * config/ia64/ia64.md: Docuement used unspec values.
2409         (attr predicable): New.
2410         (movxf, movxf_internal): New.
2411         (extendsfdf2): Don't comment out nop.
2412         (floatdidf2): Remove.
2413         (truncxfsf2, truncxfdf2, floatdixf2): New.
2414         (abssi2, absdi2): Put the neg in the "true" slot.
2415         (conditional branch instructions): Mark not predicable.
2416         (cmov*_internal): Use predicate_operator.  Split to cond_exec.
2417         (abs*_internal): Likewise.
2418         (alloc, set_bsp): Mark not predicable.
2419         (barrier, insn_group_barrier, flush_cache): Likewise.
2420         (define_cond_exec): New.
2421
2422 2000-05-06  Richard Henderson  <rth@cygnus.com>
2423
2424         * c-decl.c: Include "tm_p.h".
2425
2426         * config/ia64/ia64-protos.h: Rearrange decls to reduce ifdef madness.
2427         (fetchadd_operand, ia64_expand_fetch_and_op): Declare.
2428         (ia64_expand_op_and_fetch): Declare.
2429         * config/ia64/ia64.c: Include "toplev.h".  Kill trailing whitespace.
2430         (setjmp_operand): Constify variables for XSTR.
2431         (ia64_encode_section_info): Likewise.
2432         (ia64_print_operand): Use %d for exact_log2; cast 32-bit printed
2433         values to int.
2434         (ia64_asm_output_external): Constify name.
2435         (process_set): Use HOST_WIDE_INT_PRINT_DEC for frame size.
2436         (process_for_unwind_directive): Provide switch default.
2437         (ia64_expand_compare_and_swap): Remove unused variables.
2438         (ia64_expand_builtin): Likewise.
2439         * config/ia64/ia64.h (ASM_OUTPUT_BYTE): Mask and cast value to int
2440         for printing.
2441
2442         * config/ia64/ia64.c (sdata_symbolic_operand): Mark unused args.
2443         (symbolic_operand, function_operand, setjmp_operand): Likewise.
2444         (shift_count_operand, shift_32bit_count_operand): Likewise.
2445         (shladd_operand, fetchadd_operand, ia64_function_prologue): Likewise.
2446         (ia64_function_epilogue, ia64_setup_incoming_varargs): Likewise.
2447         (ia64_function_arg_partial_nregs, ia64_function_value): Likewise.
2448         (ia64_print_operand_address, ia64_secondary_reload_class): Likewise.
2449         (ia64_expand_builtin): Likewise.
2450         (call_multiple_values_operation): Make dest_regno unsigned.
2451
2452 2000-05-06  Richard Henderson  <rth@cygnus.com>
2453
2454         * rtl.def (DEFINE_COND_EXEC): New.
2455         * md.texi: Document it.
2456
2457         * gensupport.c (input_file): Remove.
2458         (struct queue_elem): Add lineno.
2459         (rtx_ready_queue): Remove.
2460         (errors): New.
2461         (predicable_default): New.
2462         (predicable_true, predicable_false): New.
2463         (define_attr_queue, define_attr_tail): New.
2464         (define_insn_queue, define_insn_tail): New.
2465         (define_cond_exec_queue, define_cond_exec_tail): New.
2466         (other_queue, other_tail): New.
2467         (queue_pattern): New.
2468         (process_rtx): Add patterns to the appropriate queues.
2469         (is_predicable, identify_predicable_attribute): New.
2470         (n_alternatives, collect_insn_data): New.
2471         (alter_predicate_for_insn, alter_test_for_insn): New.
2472         (shift_output_template, alter_output_for_insn): New.
2473         (process_one_cond_exec, process_define_cond_exec): New.
2474         (init_md_reader): Read the entire file.  Process define_cond_exec.
2475         (read_md_rtx): Return elements from the queues.
2476
2477 2000-05-06  Richard Henderson  <rth@cygnus.com>
2478
2479         * flow.c (mark_set_1): Don't update conditional life info
2480         if the register is not_dead.
2481
2482 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
2483
2484         * Makefile.in (STAGESTUFF): Add genrtl.c and genrtl.h.
2485         (mostlyclean): Also delete fixincl, fixinc.sh, and
2486         specs.ready, and make clean in the fixinc subdir.
2487
2488 2000-05-06  Richard Henderson  <rth@cygnus.com>
2489
2490         * Makefile.in (gensupport.o): Compile for the host.
2491         (host-prefix gensuuprt.o): Remove.
2492         (genflags.o): Depend on gensupport.h and OBSTACK_H.
2493         (genattrtab.o): Likewise.
2494         (gencodes.o): Depend on gensupport.h.
2495         (genemit.o, genopinit.o, genrecog.o, genextract.o): Likewise.
2496         (genpeep.o, genattr.o, genoutput.o): Likewise.
2497
2498         * gensupport.c (obstack, rtl_obstack): New.
2499         (init_md_reader): Initialize rtl_obstack.
2500         * gensupport.h (rtl_obstack): Declare.
2501         (message_with_line): Declare.
2502
2503         * genattr.c: Remove all traces of obstack manipulation.
2504         * gencodes.c, genconfig.c, genemit.c, genextract.c: Likewise.
2505         * genopinit.c, genoutput.c, genpeep.c, genrecog.c: Likewise.
2506
2507         * genattrtab.c (obstack, rtl_obstack): Remove.
2508         (main): Don't init rtl_obstack.
2509         * genflags.c: Likewise.
2510
2511         * genrecog.c (message_with_line): Move ...
2512         * gensupport.c: ... here.
2513
2514 2000-05-06  Richard Henderson  <rth@cygnus.com>
2515
2516         * c-typeck.c (build_c_cast): Remove dead code.
2517
2518 2000-05-06  Richard Henderson  <rth@cygnus.com>
2519
2520         * flow.c (split_edge): Don't allocate global_live_at_start for
2521         the new block unless the old blocks had them as well.
2522
2523         * flow.c (mark_set_1): Respect not_dead when updating reg_live.
2524
2525         * ifcvt.c (noce_process_if_block): Don't use an insn_b from
2526         test_bb if a or b uses x.
2527
2528 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
2529
2530         * cpphash.h: Remove conditional #define of __extension__.
2531         * rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2,
2532         RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros
2533         (ENABLE_RTL_CHECKING only).
2534         * tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK,
2535         CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
2536         (ENABLE_TREE_CHECKING only).
2537         * varray.h: Add __extension__ to VARRAY_CHECK macro
2538         (ENABLE_CHECKING only).
2539
2540 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
2541
2542         Use new tail-calling mechanism on ARM.
2543         * arm.md (sibcall, sibcall_value): New expands.
2544         (sibcall_insn, sibcall_value_insn, sibcall_epilogue): New insns.
2545         (tailcalling peepholes): Delete.
2546         (push_multi): Simplify.
2547         * arm.c (lr_save_eliminated): Delete definition.
2548         (pattern_really_clobbers_lr, function_really_clobbers_lr): Delete.
2549         (output_return_instruction): Remove checks on lr_save_eliminated.
2550         (output_arm_prologue): Remove old tail-calling code.
2551         (arm_output_epilogue): New parameter, really_return.  All callers
2552         changed.  Handle tail-calling epilogues.
2553         * arm.h (lr_save_eliminated): Delete declaration.
2554         (frame_pointer_needed): Delete declaration.
2555         * arm-protos.h (arm_output_epilogue): Adjust prototype.
2556
2557         * arm.md (is_thumb): Examine symbol thumb_code, not expression
2558         TARGET_ARM.
2559         * arm.c (thumb_code): Define it.
2560         (arm_override_options): Set it.
2561         * arm.h (thumb_code): Declare it.
2562         
2563 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
2564
2565         * arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
2566
2567 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
2568
2569         * arm.c (arm_gen_load_multiple, arm_gen_store_mulitple): Don't add
2570         bogus clobber to insns.
2571         (load_multiple_operation, store_mulitple_operation): Don't check 
2572         for it.
2573         * arm.md (ldmsi_postinc, stmsi_postinc): Adjust accordingly.
2574
2575         * arm.md (and_scc, ior_scc): Add missing mode.
2576
2577         * arm.md (call_value_symbol): Remove predicate from op2.
2578
2579         * arm.h (SPECIAL_MODE_PREDICATES): Define.
2580         
2581 Sat May  6 06:25:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2582
2583         * expr.c (get_subtarget): New function.
2584         (force_operand, expand_expr, do_store_flag): Use it.
2585
2586         * toplev.c (compile_file): Don't take strlen of NAME if null.
2587
2588 2000-05-06  David Edelsohn  <edelsohn@gnu.org>
2589
2590         * xcoffout.c (xcoff_current_include_file,
2591         xcoff_current_function_file, xcoff_lastfile): Constify char *.
2592         (xcoffout_source_file, xcoffout_source_line): Make filename 'const
2593         char *'.
2594         (xcoffout_declare_function): Make name 'const char *'.
2595         (xcoffout_end_epilogue): Make fname 'const char *'
2596         * xcoffout.h (xcoff_current_include_file, xcoff_lastfile,
2597         xcoffout_declare_function, xcoffout_source_line): Match above.
2598
2599         * aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -mpowerpc64 without
2600         -maix64 is error.
2601         * rs6000.c (print_operand): Fix lossage typo.
2602         (output_cbranch): Remove "cr" decoration for now.
2603         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Make alias 'const char *'. 
2604
2605 Sat May  6 06:55:32 2000  Denis Chertykov  <denisc@overta.ru>
2606
2607         * config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by
2608         constant count.
2609
2610 2000-05-05  Bruce Korb  <bkorb@gnu.org>
2611
2612         * fixinc/genfixes: Improve the matching for make target names
2613
2614 2000-05-05  Catherine Moore  <clm@cygnus.com>
2615
2616         * c-common.c (decl_attributes):  For TYPE_DECLs attach the
2617         attribute to the decl.
2618         * c-decl.c (pushdecl): Propagate the USED attribute to the 
2619         type copy.
2620
2621 2000-05-05  Richard Henderson  <rth@cygnus.com>
2622
2623         * rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the
2624         same way emit_group_load does.
2625
2626 2000-05-05 Mark Elbrecht <snowball3@bigfoot.com>
2627
2628         * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
2629
2630         * toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.
2631         (main): Likewise.
2632
2633 2000-05-05 Rodney Brown <RodneyBrown@mynd.com>
2634
2635         * pa.h (FUNCTION_ARG_ADVANCE): Warning removal.
2636
2637 Fri May  5 10:29:21 2000  Marc Espie <espie@cvs.openbsd.org>
2638
2639         * config/openbsd.h (LINK_SPEC): pass correct flags to ld 
2640         to support -shared, on platforms with dynamic libraries.
2641
2642 Fri May  5 10:27:06 2000  Philippe De Muyter  <phdm@macqel.be>
2643
2644         * system.h (S_ISBLK): Provide fallback definition.
2645
2646 2000-05-05  Geoff Berry  <geoffb@bops.com>
2647
2648         * extend.texi (Extended Asm): Document inability to give asm
2649         statements access to condition codes.
2650
2651 2000-05-05  Marek Michalkiewicz  <marekm@linux.org.pl>
2652
2653         * varasm.c (asm_emit_uninitialised): Use 0, not NULL
2654         as arg 2 of UNIQUE_SECTION.
2655
2656 Fri May  5 10:11:41 2000  Jeffrey A Law  (law@cygnus.com)
2657
2658         * predict.c: Remove May 4 change.
2659         * bb-reorder.c (make_reorder_chain): Do not perform block movement
2660         if we have predicted the branch at 50-50 probability.
2661
2662 2000-05-05  Richard Henderson  <rth@cygnus.com>
2663
2664         * flow.c (init_propagate_block_info): Fix merge error
2665         in HAVE_conditional_execution code.
2666
2667 Fri May  5 07:43:50 2000  Denis Chertykov  <denisc@overta.ru>
2668
2669         * config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal
2670         shift cycle for unknown shift count. Also generates dec + brpl.
2671         (ashlqi3_out): Don't generate dec + brpl which now generates by
2672         `out_shift_with_cnt'.
2673         (ashlhi3_out): Likewise.
2674         (ashlsi3_out): Likewise.
2675         (ashrqi3_out): Likewise.
2676         (ashrhi3_out): Likewise.
2677         (ashrsi3_out): Likewise.
2678         (lshrqi3_out): Likewise.
2679         (lshrhi3_out): Likewise.
2680         (lshrsi3_out): Likewise.
2681
2682 2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>
2683
2684         * gcc.c (free_split_directories): Correct typo in explanation
2685         of make_relative_prefix.
2686
2687 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
2688
2689         * config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
2690         comparison codes to branch_comparison_operator.
2691
2692 2000-05-04  Richard Henderson  <rth@cygnus.com>
2693
2694         * ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
2695
2696 2000-05-04  Richard Henderson  <rth@cygnus.com>
2697
2698         * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
2699         (DPBIT_FUNCS): Remove _sf_to_usi.
2700         (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
2701
2702         * ifcvt.c (noce_process_if_block): Fail if A or B modified
2703         between condition and jump.
2704
2705         * libgcc2.c (near eh_context_specific): Comment #endif string.
2706         * longlong.h: Don't use strings with embedded newlines.
2707
2708 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
2709
2710         * config/rs6000/rs6000-protos.h: Add output_cbranch.
2711         * config/rs6000/rs6000.c (ccr_bit_negated_p): Delete.
2712         (print_operand): Delete %t and %T codes.
2713         (output_cbranch): New function.  Support branch prediction.
2714         * config/rs6000/rs6000.md: Use output_cbranch for
2715         conditional branches and returns.
2716
2717 2000-05-04  Jason Merrill  <jason@casey.cygnus.com>
2718
2719         * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
2720         * stor-layout.c (place_field): Likewise.
2721         * integrate.h (struct inline_remap): Make regno_pointer_align unsigned.
2722         * expr.c (store_expr): Make align unsigned.
2723         * explow.c (plus_constant_wide): Make low words unsigned.
2724         * expmed.c (choose_multiplier): Likewise.
2725         * fold-const.c (fold):  Likewise.
2726         * tree.h (build_int_2): Likewise.
2727         * tree.c (build_int_2_wide, tree_int_cst_msb): Likewise.
2728         * emit-rtl.c (gen_reg_rtx): Add cast to unsigned char*.
2729         (init_emit): Change cast to unsigned char*.
2730         * varasm.c (compare_constant_1): Add cast to char*.
2731         * gcse.c (delete_null_pointer_checks): Change cast to unsigned int*.
2732         * reload1.c (reload): Likewise.
2733
2734         * rtl.h (MEM_SET_IN_STRUCT_P): Use do { } while (0).
2735
2736 Thu May  4 14:37:23 2000  Jeffrey A Law  (law@cygnus.com)
2737
2738         * predict.c (estimate_probability): If no prediction was found, then
2739         predict the successor that is the next physical block (if such a
2740         successor exists).
2741
2742 2000-05-04  Richard Henderson  <rth@cygnus.com>
2743
2744         * config/alpha/t-alpha (LIB2FUNCS_EXTRA): Use qrrnd.asm in place.
2745
2746 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2747
2748         * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
2749
2750 2000-05-04  Mumit Khan  <khan@xraylith.wisc.edu>
2751
2752         * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move 
2753         attribute macros from here ...
2754         (CPP_SPEC): to here.
2755         * i386/mingw32.h (CPP_PREDEFINES): Likewise.
2756         (CPP_SPEC): Likewise.
2757         * i386/crtdll.h (CPP_PREDEFINES): Delete attribute macros. 
2758
2759         * Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
2760         (libgcc.a): Pass LIB1ASMSRC to libgcc.mk.
2761
2762 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2763
2764         * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.
2765         
2766         * diagnostic (vbuild_message_string, build_message_string,
2767         build_location_prefix, output_get_prefix, init_output_buffer,
2768         output_notice, vline_wrapper_message_with_location,
2769         v_message_with_decl, default_print_error_function): De-constify.
2770         (set_real_maximum_length): Prototype.
2771
2772         * diagnostic.h (struct output_buffer, init_output_buffer,
2773         output_get_prefix, output_set_prefix): De-constify.
2774
2775         * function.c (init_function_start): Constify.
2776
2777         * gensupport.c (remove_constraints, process_rtx): Prototype.
2778
2779         * gthr-posix.h: Indent uses of #pragma.
2780
2781         * objc/objc-act.c (ggc_mark_imp_list, ggc_mark_hash_table):
2782         Prototype.
2783
2784         * predict.c (find_expected_value): Delete prototype.
2785         (expected_value_to_br_prob): Initialize variable `ev_reg'.
2786
2787         * sbitmap.h (debug_sbitmap): Prototype.
2788
2789         * ssa.c (compute_coalesced_reg_partition): Prototype.
2790
2791         * stor-layout.c (debug_rli): Prototype.
2792
2793         * tree.h (round_down): Prototype.
2794         (init_function_start): Constify.
2795
2796 2000-05-04  Zack Weinberg  <zack@wolery.cumb.org>
2797
2798         * cpphash.h: #define __extension__ away if GCC_VERSION < 2095
2799         (overly conservative).  Change extern inline wrappers to
2800         static inline, define them always, use PARAMS properly.
2801         * cpplex.c (_cpp_get_directive_token): Don't issue pedantic
2802         whitespace warnings for \f and \v at the beginning of a line.
2803
2804 Thu May  4 10:03:50 2000  Jeffrey A Law  (law@cygnus.com)
2805
2806         * haifa-sched.c (schedule_insns): Free the flow edge list when it
2807         is no longer needed
2808
2809 2000-05-04  Bruce Korb  <bkorb@gnu.org>
2810
2811         * fixincl/inclhack.def: added broken_cabs -
2812         Remove `extern double cabs' declarations from math.h
2813         * fixincl/inclhack.sh: regen
2814         * fixincl/fixincl.x: regen
2815         * fixincl/fixincl.c: Remove BOGOSITY code
2816         * fixincl/mkfixinc.sh: Remove code for installing "shell" version
2817
2818 Thu May  4 09:45:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2819
2820         * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
2821         MEM_ALIAS_SET.
2822         * alias.c (canon_rtx): Don't copy RTX_UNCHANGING_P or MEM_ALIAS_SET
2823         when calling MEM_COPY_ATTRIBUTES.
2824         * emit-rtl.c (operand_subword, change_address): Likewise.
2825         * explow.c (stabilize): Likewise.
2826         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
2827         * integrate.c (copy_rtx_and_substitute): Likewise.
2828         * combine.c (combine_simplify_rtx): Don't copy RTX_UNCHANGING_P
2829         when calling MEM_COPY_ATTRIBUTES.
2830         (make_extraction, simplify_shift_const, gen_lowpart_for_combine):
2831         Likewise.
2832         * cse.c (gen_lowpart_if_possible): Likewise.
2833         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
2834         * optabs.c (gen_move_insn): Likewise.
2835         * recog.c (validate_replace_rtx_1): Likewise.
2836         * simplify-rtx.c (add_mem_for_addr): Likewise.
2837         * stmt.c (expand_anon_union_decl): Likewise.
2838         * config/arm/arm.md: Likewise.
2839         * config/h8300/h7300.c (fix_bit_operand): Likewise.
2840         * config/m88k/m88k.c (legitimize_address, block_move_loop): Likewise.
2841         (block_move_no_loop, block_move_sequence): Likewise.
2842         * config/rs6000/rs6000.c (expand_block_move_mem): Likewise.
2843         * config/alpha/alpha.c (get_aligned_mem): Likewise.
2844         Clear MEM_ALIAS_SET.
2845         * final.c (alter_subreg): Don't copy MEM_ALIAS_SET when calling
2846         MEM_COPY_ATTRIBUTES.
2847
2848 2000-05-03  Robert Lipe <robertlipe@usa.net>
2849         
2850         * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
2851         to suppress libgcc1.
2852         (i[34567]86-*-sco3.2v5*) Likewise.
2853         (i[34567]86-*-sco3.2v4*) Likewise.
2854         (i[34567]86-*-sco) Likewise.
2855         (i[34567]86-*-solaris2) Likewise.
2856         (i[34567]86-*-sysv5*) Likewise.
2857         (i[34567]86-*-sysv4*) Likewise.
2858         (i[34567]86-*-udk*) Likewise.
2859         (i[34567]86-*-sysv*) Likewise.
2860
2861 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
2862
2863         * cpphash.h (U): New define, to correct type of string constants.
2864         (ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper
2865         routines, to do casts when passing unsigned strings to libc.
2866         * cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them.
2867
2868         * cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *.
2869         * cpphash.c (_cpp_quote_string): Make string an U_CHAR *.
2870         * cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *.
2871         * cpplex.c (parse_ifdef, parse_include, validate_else): Make
2872         second argument an U_CHAR *.
2873
2874         * cppinit.c (builtin_array): Make name and value U_CHAR *, add
2875         length field, clean up initializer.
2876         (ISTABLE): Add __extension__ to designated-
2877         initializers version.
2878         * cpplex.c (CHARTAB): Likewise.
2879
2880         * mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS
2881         case so the file won't be empty.
2882
2883 Wed May  3 21:01:46 2000  Jason Eckhardt  <jle@cygnus.com>
2884
2885         * bb-reorder.c (struct reorder_block_def): Member succ removed.
2886         (REORDER_BLOCK_SUCC): Removed.
2887         (enum reorder_skip_type): Removed.
2888         (skip_insns_between_block): Renamed to skip_insns_after_block.
2889         Removed second argument. Removed dead code and cleaned up.
2890         (make_reorder_chain): Removed use of REORDER_BLOCK_SUCC.
2891         (reorder_basic_blocks): Remove use of REORDER_SKIP_AFTER. Removed
2892         second parameter to skip_insns_after_block.
2893
2894 Wed May  3 13:29:54 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2895
2896         * tree.c (staticp, case LABEL_DECL): New case.
2897
2898 2000-05-03  Richard Henderson  <rth@cygnus.com>
2899
2900         * Makefile.in (start.encap): Do not depend on LIBGCC1.
2901
2902         * mklibgcc1.in: Fix typo last change.
2903
2904 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
2905
2906         * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.
2907         (LOOSE_CFLAGS): New: CFLAGS without -pedantic and -Wtraditional.
2908         (GCC_CFLAGS): Use it.
2909         (LANG_FLAGS_TO_PASS): New: SUBDIR_FLAGS_TO_PASS with LOOSE_CFLAGS.
2910         * cp/Make-lang.in, java/Make-lang.in, f/Make-lang.in, ch/Make-lang.in,
2911         objc/Make-lang.in: Use it.
2912
2913 2000-05-03  Jason R Thorpe  <thorpej@zembu.com>
2914
2915         * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
2916
2917 2000-05-03  Richard Henderson  <rth@cygnus.com>
2918
2919         * mklibgcc.in: Restrict OLDCC=GCC test to native.  Equate
2920         LIBGCC1 empty with libgcc1.null.
2921
2922 Wed May  3 12:55:46 2000  Jim Wilson  <wilson@cygnus.com>
2923
2924         * fold-const.c (extract_muldiv, case MAX_EXPR): Don't allow signedness
2925         change.
2926
2927 2000-05-03  Greg McGary  <gkm@gnu.org>
2928
2929         * tree.h (tree_common): Add bounded_flag member.  Remove
2930         inaccurate comment about number of remaining bits.
2931         (BOUNDED_INDIRECT_TYPE_P, BOUNDED_POINTER_TYPE_P,
2932         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
2933         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
2934         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
2935         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED): New macros.
2936         (TYPE_QUAL_BOUNDED): New constant.
2937         (TYPE_QUALS): Handle bounded qualifier.
2938         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): New macros.
2939         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
2940         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
2941         TYPE_AMBIENT_BOUNDEDNESS): New macros.
2942         (MAX_POINTER_DEPTH, VA_LIST_POINTER_DEPTH): New constants.
2943         (tree_type): Add pointer_depth member.  Remove
2944         inaccurate comment about number of remaining bits.
2945         (DECL_POINTER_DEPTH): Add macro.
2946         (tree_decl): Add pointer_depth member.
2947
2948 Wed May  3 22:52:53 2000  Denis Chertykov  <denisc@overta.ru>
2949
2950         * config/avr/avr-protos.h (test_hard_reg_class): Declared.
2951         * config/avr/avr.c (ashrhi3_out): optimized shift by 15.
2952         (lshrhi3_out): Likewise.
2953         (ashrsi3_out): bugfix in shift by 8.
2954         (test_hard_reg_class): New function.
2955         * config/avr/avr.md: Bugfix inside conditions in peepholes.
2956         (ashlhi3): removed define_expand of this pattern.
2957         (*ashlhi3_insn): renamed to ashlhi3.
2958         (ashlsi3): removed define_expand of this pattern.
2959         (*ashlsi3_insn): renamed to ashlsi3.
2960         (ashrqi3): removed define_expand of this pattern.
2961         (*ashrqi3_insn): renamed to ashrqi3.
2962         (ashrhi3): removed define_expand of this pattern.
2963         (*ashrhi3_insn): renamed to ashrhi3.
2964         (ashrsi3): removed define_expand of this pattern.
2965         (*ashrsi3_insn): renamed to ashrsi3.
2966         (lshrhi3): removed define_expand of this pattern.
2967         (*lshrhi3_insn): renamed to lshrhi3.
2968         (lshrsi3): removed define_expand of this pattern.
2969         (*lshrsi3_insn): renamed to lshrsi3.
2970
2971 2000-05-03  Rodney Brown  <RodneyBrown@pmsc.com>
2972
2973         * config/mcore/mcore.c: Replacing inclusion of "stdio,h" with
2974         inclusion of "system.h".
2975
2976 Wed May  3 11:43:53 2000  Jim Wilson  <wilson@cygnus.com>
2977
2978         * config/ia64/ia64.c (ia64_encode_section_info): Add check for
2979         TREE_ASM_WRITTEN.
2980
2981 2000-05-03  David Mosberger  <davidm@hpl.hp.com>
2982
2983         * config/ia64/ia64.c (ia64_override_options): Force -mconstant-gp
2984         if -mauto-pic is on.
2985         (ia64_epilogue_uses): Mark "gp" (r1) as used by the epilogue if
2986         -mconstant-gp is in effect and function-descriptors are being used
2987         to make indirect calls.
2988         * config/ia64/ia64.h (MASK_CONST_GP): New macro.
2989         (MASK_AUTO_PIC): Ditto.
2990         (TARGET_CONST_GP): Ditto.
2991         (TARGET_AUTO_PIC): Ditto.
2992         (TARGET_SWITCHES): Add -mconstant-gp and -mauto-pic options.
2993         (ASM_OUTPUT_DOUBLE_INT): Don't generate @fptr() if -mauto-pic or
2994         -mno-pic is in effect.
2995         (ASM_OUTPUT_XDATA_DOUBLE_INT): Ditto.
2996         * config/ia64/ia64.md (movdi): Use gen_load_gprel64() if
2997         -mauto-pic is in effect.
2998         (gprel64_offset): New pattern.
2999         (load_gprel64): Ditto.
3000         (call): Handle -mauto-pic like -mno-pic (don't use fptr).  If
3001         -mconstant-gp is in effect, no need to preserve gp around direct
3002         calls.
3003         (call_value): Ditto.
3004         * config/ia64/linux.h (PROFILE_BEFORE_PROLOGUE): Define.
3005         (FUNCTION_PROFILER): Define.
3006         * config/ia64/sysv4.h (ASM_OUTPUT_CONSTRUCTOR): Don't generate
3007         @fptr() directive when -mno-pic or -mauto-pic is in effect.
3008         (ASM_OUTPUT_DESTRUCTOR): Ditto.
3009
3010 2000-05-03  Richard Henderson  <rth@cygnus.com>
3011
3012         * Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
3013         (libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets.
3014         (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets.
3015         (mklibgcc, libgcc.mk): New targets.
3016         (libgcc.a): Use libgcc.mk.
3017         (stmp-multilib): Likewise.
3018         (stmp-multilib-sub): Remove.
3019         (mostlyclean): Don't delete libgcc2 temp files.
3020         * configure.in (AC_PROG_CC_C_O): Add.
3021         (NO_MINUS_C_MINUS_O): Substitute it.
3022         (all_outputs): Add mklibgcc.
3023         * mklibgcc.in: New file.
3024
3025 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
3026
3027         * cppexp.c (op_t): Make an int.
3028
3029         * rtlanal.c (dead_or_set_regno_p): Remove unused variable.
3030
3031         * varasm.c (initializer_constant_valid_p): Fix parenthesis.
3032
3033         * gensupport.c (process_rtx): Fix macros used.
3034
3035 2000-05-03  Richard Henderson  <rth@cygnus.com>
3036
3037         * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
3038         call-clobbered registers of a call.
3039
3040 Wed May  3 12:40:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
3041
3042         * gensupport.c: New file.
3043         * gensupport.h: New file.
3044         * Makefile.in (HOST_RTL): Depend on gensupport.
3045         (gensupport.o) New rule.
3046         * genattr.c: Use gensupport for reading .md files.
3047         * genattrtab.c: Ditto. 
3048         * gencodes.c: Ditto. 
3049         * genconfig.c: Ditto. 
3050         * genemit.c: Ditto. 
3051         * genextract.c: Ditto. 
3052         * genflags.c: Ditto. 
3053         * genopinit.c: Ditto. 
3054         * genoutput.c: Ditto. 
3055         * genpeep.c: Ditto. 
3056         * genrecog.c: Ditto.
3057         * rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
3058         * md.texi (Insn Splitting): Document define_insn_and_split.
3059
3060 Tue May  2 00:20:30 2000  Jason Eckhardt  <jle@cygnus.com>
3061
3062         * flow.c (verify_flow_info): Added two more sanity checks. The
3063         first checks that the blocks are numbered consecutively. The second
3064         checks that n_basic_blocks is actually equal to the number of
3065         basic blocks in the insn chain.
3066
3067 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
3068
3069         * cpplib.h: Add accessor macros for token lists.
3070         * cpplib.c, cpphash.c, cpplex.c: Use them.
3071
3072 Wed May  3 09:29:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3073
3074         * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
3075         memory usage if not in a function.
3076         * varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
3077         return address if static.
3078
3079 Wed May  3 13:14:49 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3080
3081         * ifcvt.c (noce_try_cmove_arith):  Use may_trap_p to thest
3082         whether address may trap.
3083
3084 Tue May  2 23:38:37 2000  Jason Eckhardt  <jle@cygnus.com>
3085
3086         * bb-reorder (chain_reorder_blocks): Changed code to test for
3087         EDGE_FALLTHRU rather than making erroneous assumption that the
3088         first outgoing edge is the fall-through edge.
3089
3090 Tue May  2 18:20:31 2000  Donald Lindsay  <dlindsay@hound.cygnus.com>
3091
3092         * config/mips/mips.c (mips_build_va_list,mips_va_start,mips_va_arg): new 
3093         ABI for varargs, across all MIPS. This is incompatible because the
3094         va_list (__builtin_va_list) structure is different, so a compilation
3095         unit passing a va_list and a compilation unit being passed one, should
3096         both be compiled with the same ABI. (The old structure had two 
3097         pointers, now it has three.)
3098
3099 Tue May  2 19:18:43 2000  Jason Eckhardt  <jle@cygnus.com>
3100
3101         * bb-reorder.c (struct reorder_block_def): Remove members end,
3102         block_begin, and block_end.
3103         (REORDER_BLOCK_OLD_END): Delete.
3104         (REORDER_BLOCK_BEGIN): Delete.
3105         (REORDER_BLOCK_END): Delete.
3106         (chain_reorder_blocks): Remove dead code.
3107
3108 Tue May  2 17:06:53 2000  Jason Eckhardt  <jle@cygnus.com>
3109
3110         * bb-reorder.c (remove_scope_notes): Check for both types of scope
3111         notes as the end of a basic block before deleting.
3112
3113 2000-05-02  Mumit Khan  <khan@xraylith.wisc.edu>
3114
3115         * final.c (final_start_function): Fix spelling of "necessary".
3116
3117 2000-05-02  Jason Merrill  <jason@casey.cygnus.com>
3118
3119         * toplev.c (debug_ignore_block): Return int.
3120         * dwarf2out.c (dwarf2out_ignore_block): Likewise.
3121         * toplev.h, dwarf2out.h: Adjust.
3122         * emit-rtl.c (remove_unnecessary_notes): Test return value.
3123
3124         * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
3125         * toplev.c, final.c, rtl.h: Adjust.
3126
3127 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
3128
3129         * aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
3130         * configure.in: Look for makeinfo in the unified tree, then
3131         for a system makeinfo which is sufficiently new.
3132         * Makefile.in: If configure says makeinfo is too old, don't
3133         build or install Info documentation.
3134
3135 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
3136
3137         * cpphash.c (collect_params): Fix off-by-one error.
3138         (dump_hash_helper): Dump all four macro nodetypes.
3139
3140 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
3141
3142         * cpphash.c (trad_stringify): Adjust p after stringification as
3143         well.
3144
3145 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
3146
3147         * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
3148         (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
3149
3150         * cppfiles.c (file_cleanup): Delete.
3151         * cpphash.c (macro_cleanup): Delete.
3152         (collect_objlike_expansion, collect_funlike_expansion,
3153         macarg, scan_arguments): Remove CPP_POP case.
3154
3155         * cpplex.c (null_cleanup): Delete.
3156         (cpp_pop_buffer): Do the work that was done in the cleanups
3157         here.  Call _cpp_unwind_if_stack from here.
3158         (_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
3159         cpp_scan_buffer): Run until we see CPP_EOF and the top of
3160         stack is the buffer _below_ the one we stacked.
3161         (cpp_get_token): Always pop an exhausted buffer.  Return
3162         CPP_EOF unless it's a macro buffer.  Don't call _cpp_handle_eof.
3163         * cpplib.c (skip_if_group): Don't call cpp_get_token to
3164         increment the line number.
3165         (_cpp_handle_eof): Rename to _cpp_unwind_if_stack.
3166
3167         * fix-header.c (read_scan_file) [parsing getchar()]: Run until
3168         we see CPP_EOF and the top of stack is the buffer _below_ the
3169         one we stacked.
3170         * scan-decls.c: Likewise.
3171
3172 2000-05-02  Andrew Haley  <aph@cygnus.com>
3173
3174         * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
3175         where this function is called for the second time on a decl that
3176         has had its section info changed in such a way as to move it out
3177         of small data/bss.  
3178         * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.
3179
3180 2000-05-01  Richard Henderson  <rth@cygnus.com>
3181
3182         * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
3183         the sequence we're moving, not to merge_bb->head.
3184
3185 2000-05-01  Richard Henderson  <rth@cygnus.com>
3186
3187         * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
3188         reference to alpha/t-linux.
3189         (alpha*-*-linux-gnu*): Likewise.
3190         * configure: Rebuild.
3191
3192         * calls.c (expand_call): Don't emit reg notes for a sibcall.
3193
3194         * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
3195         if not in SSA form.
3196
3197         * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
3198
3199 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
3200
3201         * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
3202         TREE_THIS_VOLATILE.
3203
3204 2000-05-01  Richard Henderson  <rth@cygnus.com>
3205
3206         * ifcvt.c (noce_emit_cmove): Conditionally compile call to
3207         emit_conditional_move.
3208
3209 2000-05-01  Jakub Jelinek  <jakub@redhat.com>
3210
3211         * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
3212         as the dynamic linker.
3213
3214 2000-05-01  Zack Weinberg  <zack@wolery.cumb.org>
3215
3216         * cppfiles.c (open_include_file): Open file in blocking mode.
3217         (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
3218         Only exclude block devices and directories.
3219
3220         * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
3221         static.  Allocate the hashnode and its string in the same
3222         block of memory.
3223         (del_HASHNODE): Don't free h->name.
3224         (_cpp_lookup): If there is no entry for this string, create
3225         one, of type T_VOID.
3226         (_cpp_lookup_slot): Delete.
3227         * cpphash.h: Update prototypes.
3228
3229         * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
3230         not hp == NULL.
3231         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
3232         do_unassert, cpp_defined): Use _cpp_lookup.  Don't create a
3233         node here, just fill in the value field properly.  "Delete"
3234         entries by setting the value field to T_VOID.  Check for
3235         hp->type == T_VOID, not hp == NULL.
3236
3237         * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
3238         * cpperror.c, cppexp.c, cpplex.c, cpplib.c:  Don't include
3239         hashtab.h.
3240
3241 2000-05-01  Alexandre Oliva  <aoliva@cygnus.com>
3242
3243         * config/mn10300/mn10300.c (print_operand_address): Do not add
3244         zero to SP.
3245
3246         * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
3247         adjusted by less than 256 bytes, use ret regardless of having any
3248         callee-saved register to restore.
3249
3250 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
3251
3252         * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
3253
3254 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
3255
3256         * config/i386/djgpp.h (INT_ASM_OP): Define.
3257         (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
3258         (ASM_WEAKEN_LABEL): Define.
3259         (MASK_BNU210): Define.
3260         (SUBTARGET_SWITCHES): Define.
3261         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
3262         (MAKE_DECL_ONE_ONLY): Define.
3263         (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
3264
3265 2000-05-01  Mumit Khan  <khan@xraylith.wisc.edu>
3266
3267         * i386/cygwin.h (INT_ASM_OP): Define.
3268
3269 Mon May  1 18:20:06 2000  Denis Chertykov  <denisc@overta.ru>
3270
3271         * config/avr/avr.c (address_cost): renamed to avr_address_cost.
3272         * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
3273
3274 Mon May  1 17:50:44 2000  Denis Chertykov  <denisc@overta.ru>
3275
3276         * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
3277         __tmp_reg__ and __zero_reg__ initialization.
3278
3279 2000-04-30  Richard Henderson  <rth@cygnus.com>
3280
3281         * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
3282
3283         * ifcvt.c (noce_process_if_block): Fail the conversion if X is
3284         referenced bewteen the condition and the jump.  Don't delete
3285         anything but the jump.
3286
3287 Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>
3288
3289         * bb-reorder.c (scope_def): New struct.
3290         (scope_forest_info): New struct.
3291         (struct reorder_block_def): New member "scope".
3292         (REORDER_BLOCK_SCOPE): New macro.
3293         (relate_bbs_with_scopes): New function and prototype.
3294         (make_new_scope): Likewise.
3295         (build_scope_forest): Likewise.
3296         (remove_scope_notes): Likewise.
3297         (insert_intra_1): Likewise.
3298         (insert_intra_bb_scope_notes): Likewise.
3299         (insert_inter_bb_scope_notes): Likewise.
3300         (rebuild_scope_notes): Likewise.
3301         (free_scope_forest_1): Likewise.
3302         (free_scope_forest): Likewise.
3303         (dump_scope_forest): Likewise.
3304         (dump_scope_forest_1): Likewise.
3305         (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
3306         Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
3307         block.
3308         (reorder_basic_blocks): Added calls to build_scope_scope_forest
3309         and remove_scope_notes before reordering is done. Added calls to
3310         rebuild_scope_notes, free_scope_forest, and reorder_blocks after
3311         after reordering is done.
3312
3313 2000-40-30  Bruce Korb  <bkorb@gnu.org>
3314
3315         * fixinc/inclhack.def:  Added definitions needed by OSR5,
3316         removed two stale entries (defined away with OLD_CPP).
3317         * fixinc/inclhack.sh: regen
3318         * fixinc/fixincl.x: regen
3319
3320 2000-04-30  Richard Henderson  <rth@cygnus.com>
3321
3322         * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
3323         from the last insn in the sequence.
3324
3325 2000-04-30  Zack Weinberg  <zack@wolery.cumb.org>
3326
3327         * cpplex.c (cpp_idcmp): New function.
3328         * cpplib.h: Prototype it.
3329         * scan_decls.c (scan_decls): Use it to inspect token names.
3330         * fix-header.c (read_scan_file): Likewise.  Set system_header_p on
3331         the file being run through the preprocessor.
3332         (check_macro_names): Provide length of token to cpp_defined.
3333
3334         * Makefile.in: Remove stale warning message.
3335
3336         * cppfiles.c (redundant_include_p): Provide length of token to
3337         cpp_defined.
3338         * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
3339         values are unsigned int.
3340         (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
3341         (_cpp_lookup_slot): Do not calculate the hash, either.
3342         * cpphash.h: Update prototypes.
3343         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
3344         Hashes are unsigned int.  Calculate hash here, pass by value
3345         to _cpp_lookup_slot.
3346
3347 2000-04-30  Bernd Schmidt  <bernds@cygnus.co.uk>
3348
3349         * simplify-rtx.c (check_value_useless): Delete function.
3350         (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
3351         by hand.
3352         (cselib_invalidate_regno): Likewise.
3353         (cselib_invalidate_mem_1): Likewise.
3354         (references_value_p): Recognize useless values by the fact that they
3355         have no locations.
3356         (discard_useless_values): Likewise.
3357         (cselib_record_set): This may turn a useless value
3358         into a useful one.
3359
3360 2000-04-30  Richard Henderson  <rth@cygnus.com>
3361
3362         * config/d30v: New port.
3363
3364         * configure.in (d30v-*): Set fp format.
3365         * configure: Rebuild.
3366
3367 2000-04-30  Richard Henderson  <rth@cygnus.com>
3368
3369         * ifcvt.c: New file.
3370         * Makefile.in (OBJS): Add it.
3371         (ifcvt.o): New target.
3372         * jump.c (jump_optimize_1): Remove all code related to if-conversion,
3373         and conditional arithmetic.
3374         (find_insert_position): Remove.
3375         * timevar.def (TV_IFCVT, TV_IFCVT2): New.
3376         * toplev.c (DFI_ce, DFI_ce2): New.
3377         (dump_file): Add ce and ce2 dumps.
3378         (rest_of_compilation): Run if_convert a couple o times.  Set
3379         cse_not_expected after cse2.  Don't set no_new_pseudos until
3380         after sched1 or recompute_reg_usage.
3381
3382 2000-04-30  Richard Henderson  <rth@cygnus.com>
3383
3384         * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
3385         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
3386
3387 2000-04-30  Richard Henderson  <rth@cygnus.com>
3388
3389         * flow.c (struct reg_cond_life_info): New.
3390         (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
3391         (init_propagate_block_info): Initialize them.
3392         (free_propagate_block_info): Destruct them.
3393         (mark_set_1): Consider conditional life before killing a register.
3394         (mark_regno_cond_dead): New.
3395         (free_reg_cond_life_info): New.
3396         (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
3397         (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
3398         (mark_used_reg): Record conditional life.
3399
3400         * haifa-sched.c (schedule_insns): Disable death counting
3401         sanity check for HAVE_conditional_execution.
3402
3403 2000-04-30  Richard Henderson  <rth@cygnus.com>
3404
3405         * Makefile.in (TIMEVAR_H): New.
3406         (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
3407         (timevar.h): Remove rule.
3408
3409 2000-04-29  Richard Henderson  <rth@cygnus.com>
3410
3411         * config/alpha/crtend.asm: Use C comments instead of #.
3412         * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.
3413
3414         * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
3415
3416 2000-04-29  Zack Weinberg  <zack@wolery.cumb.org>
3417
3418         * cpphash.h (enum node_type: Take out T_MCONST.
3419         (union hashval): Move into struct hashnode.
3420         (struct hashnode): Pack tighter.  Remove file, line, col
3421         members.
3422         * cpphash.c: Constify most of the macro-definition structures.
3423         (struct definition): Replace by struct object_defn
3424         and struct funct_defn.  Put file, line, column information
3425         here.  All users updated to match.
3426         (_cpp_create_definition, _cpp_macroexpand): Remove special
3427         case for #define WORD OTHERWORD.
3428         * cpplib.c (do_undef): Remove T_MCONST case.
3429
3430         * cpphash.h: Move struct reflist, struct definition, and the
3431         DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
3432         union hashval.  _cpp_free_definition takes a HASHNODE pointer.
3433         * cpphash.c (_cpp_free_definition): Free data pointed to by
3434         MCONST, XCONST, MACRO, and FMACRO nodes properly.
3435         (_cpp_create_definition, del_HASHNODE): Just call
3436         _cpp_free_definition to clear out a hashnode.
3437         * cpplib.c (do_pragma_poison): Likewise.
3438
3439 Sat Apr 29 12:25:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
3440
3441         * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
3442         LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
3443         FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
3444         (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
3445         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
3446         REGNO_AM33_P): Redefine in terms of the new macros.
3447         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
3448         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
3449         STRUCT_VALUE): Likewise.
3450         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
3451         ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
3452
3453 Sat Apr 29 01:18:45 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3454
3455         * regmove.c (struct record_stack_memrefs_data): New.
3456         (record_stack_memrefs): New function.
3457         (combine_stack_adjustments_for_block): Use it.
3458
3459 Sat Apr 29 01:15:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3460
3461         * calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
3462         use special_function_p to detect alloca.
3463
3464 Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
3465
3466         * gcc.texi: Fixes for makeinfo 4.0 --html.
3467
3468 2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
3469
3470         * pcp.h: Delete file.
3471
3472 2000-04-28  Kazu Hirata  <kazu@hxi.com>
3473
3474         * h8300.c (function_epilogue): Clean up flags when the last insn
3475         in a function is a barrier.
3476
3477 2000-04-28  Chris Demetriou  <cgd@sibyte.com>
3478
3479         * configure.in (sparc-hal-solaris2*): protect [] glob from
3480         my expansion.
3481         (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
3482         rather than hard-coded constants in target_cpu_default2.
3483         * configure: Regenerate.
3484
3485 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
3486
3487         * tree.c (get_callee_fndecl): Extract the initial value from
3488         a readonly decl.
3489
3490 2000-04-28  Richard Henderson  <rth@cygnus.com>
3491
3492         * varasm.c (record_constant_1): Record the CODE_LABEL when
3493         taking the address of a LABEL_REF.
3494
3495 2000-04-28  Richard Henderson  <rth@cygnus.com>
3496             Jan Hubicka  <jh@suse.cz>
3497
3498         * calls.c (combine_pending_stack_adjustment_and_call): Return the
3499         adjustment; don't do the stack adjust.
3500         (expand_call): Call compute_argument_block_size right before
3501         allocating the block; update comment; don't do alignment sanity
3502         checking for sibling call; use args_size instead of
3503         unadjusted_args_size before args_size is adjusted.  Use
3504         combine_pending_stack_adjustment_and_call to compute stack adjust
3505         for must_preallocate case.
3506
3507         * expr.c (push_block): Remove shadow `temp' in inner scope.
3508
3509 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
3510
3511         * toplev.c (rest_of_compilation): Call
3512         note_deferral_of_defined_inline_function even if the function
3513         can't be inlined.
3514
3515 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
3516
3517         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
3518
3519 2000-04-28  Richard Henderson  <rth@cygnus.com>
3520
3521         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
3522
3523 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3524
3525         * timevar.c (init_timevar): DeANSIfy function definition.
3526
3527 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
3528
3529         * Makefile.in (timevar.o): Depend on flags.h.
3530         * timevar.c (unused_stack_instances): New variable.
3531         (timevar_push): Take a timevar_stack_def from
3532         unused_stack_instances if available.
3533         (timevar_pop): Push the popped timevar_stack_def onto
3534         unused_stack_instances.
3535         (TIMEVAR_ENABLE): New macro.
3536         (timevar_def): Make standalone a 1-bit field.  Add field used.
3537         (get_time): Rename parameter to now.  Return after clearing it if
3538         not TIMEVAR_ENABLE.
3539         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
3540         (timevar_pop): Likewise.
3541         (timevar_stop): Likewise.
3542         (timevar_push): Likewise.  Mark the timing variable as used.
3543         (timevar_start): Likewise.
3544         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
3545         timevars that were never used.
3546
3547 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
3548
3549         * c-common.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
3550         always TREE_READONLY.
3551
3552 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
3553
3554         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
3555         for call instruction with mode QImode.
3556
3557 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
3558
3559         * Makefile.in (OBJS): Add timevar.o.
3560         (toplev.o): Depend on timevar.h.
3561         (ggc-simple.o): Likewise.
3562         (ggc-page.o): Likewise.
3563         (timevar.o): New rule.
3564         (timevar.h): New rule.
3565
3566         * timevar.h: New file.
3567         * timevar.c: Likewise.
3568         * timevar.def: Likewise.
3569
3570         * toplev.h (gc_time, parse_time, varconst_time): Remove.
3571         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
3572         throughout.
3573         (TIMEVAR): Remove macro.
3574         (gc_time, parse_time, varconst_time, integration_time, jump_time,
3575         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
3576         flow_time, combine_time, regmove_time, sched_time,
3577         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
3578         sched2_time, dbr_sched_time, reorder_blocks_time,
3579         rename_registers_time, shorten_branch_time, stack_reg_time,
3580         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
3581         all_time): Remove.
3582         (compile_file): Don't initialize time variables.  Call
3583         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
3584         of many calls to print_time.
3585         (rest_of_compilation): Add timing for reload_cse_regs.
3586         (get_run_time): Removed to timevar.c.
3587         (print_time): Likewise.
3588         (get_run_time): Implement using TV_TOTAL time variable.
3589         (print_time): Get total run time from get_run_time.
3590         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
3591         computing elapsed time explicitly.
3592         * ggc-simple.c (ggc_collect): Likewise.
3593         (gc_time): Remove declaration.
3594
3595 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
3596
3597         * calls.c (combine_pending_stack_adjustment_and_call): New function.
3598         (expand_call): Use it.
3599
3600 2000-04-27  Jan Hubicka  <jh@suse.cz>
3601
3602         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
3603         fields.
3604
3605 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
3606
3607         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
3608         registers.
3609
3610 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3611
3612         * function.c (epilogue_done): Pass whole insn to record_insns.
3613
3614 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3615
3616         * cse.c (CSE_ADDRESS_COST): Remove.
3617         (find_best_addr): Add new parameter "MODE", use address_cost instead
3618         of CSE_ADDRESS_COST
3619         (address_cost): New.
3620         (fold_rtx): Update call of find_best_addr.
3621         * rtl.h (address_cost): Declare.
3622         * loop.c (general_induction_var): Add new parameter "MODE", use
3623         address_cost instead of ADDRESS_COST
3624         (init_loop): Use address_cost instead of ADDRESS_COST.
3625         (check_insn_for_givs): Update call of general_induction_var.
3626         (find_mem_givs): Likewise.
3627         (consec_sets_giv): Likewise.
3628         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
3629         * i386.c (ix86_address_cost): New.
3630         * i386-protos.h (ix86_address_cost): Declare.
3631
3632 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
3633
3634         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
3635         registers.
3636
3637 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3638
3639         * expr.c (store_expr): Use clear_storage instead of direct memset
3640         libcall.
3641
3642 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
3643
3644         * config/mn10300/mn10300.c (mn10300_address_cost): Test
3645         ASHIFT, AND and LABEL_REF.
3646
3647 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3648
3649         * invoke.texi (-foptimize-sibling-calls): Fix.
3650
3651 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3652
3653         * loop.c (load_mems)  Don't use hard registers for the hoisting.
3654
3655         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
3656         calculation; rename const_equiv array in the preconditioning code
3657         from loop_unroll to loop_unroll_precondition
3658
3659 2000-04-27  Richard Henderson  <rth@cygnus.com>
3660
3661         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
3662         add new_set.
3663         (propagate_one_insn): Clear it.  Don't update reg_live here.
3664         (init_propagate_block_info): Update for pbi member changes.
3665         (free_propagate_block_info): Likewise.
3666         (mark_set_1): Know that zero_extract, sign_extract, and
3667         strict_low_part don't kill their argument.  Alter hard subregs.
3668         Update new_set for non-CLOBBER sets.  Update reg_live.
3669         (find_auto_inc): Update reg_live, not new_dead.
3670         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
3671         to determine if the reg in question was set this insn.  Only update
3672         reg info with PROP_REG_INFO.
3673
3674 2000-04-26  Richard Henderson  <rth@cygnus.com>
3675
3676         * flow.c (allocate_reg_life_data): Set max_regno here ...
3677         (life_analysis): ... not here.
3678
3679         * flow.c (calculate_global_regs_live): Force stack pointer
3680         live at end.
3681
3682 2000-04-26  Richard Henderson  <rth@cygnus.com>
3683
3684         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
3685         commit change group changes.
3686         (invert_exp_1): Similarly.
3687         (redirect_exp, invert_exp): Use them.
3688         (redirect_jump_1): New.
3689         (invert_jump_1): New.
3690         (jump_optimize_1): Remove code subsumed by condexec.c.
3691         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
3692
3693 2000-04-26  Richard Henderson  <rth@cygnus.com>
3694
3695         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
3696
3697         * genconfig.c (main): Set all HAVE_foo to 1.
3698
3699         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
3700
3701 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
3702
3703         * invoke.texi: Document -fssa flag.
3704
3705 2000-04-26  Richard Henderson  <rth@cygnus.com>
3706
3707         * flow.c (count_reg_sets_1): Remove.
3708         (count_reg_sets, count_reg_references): Remove.
3709         (recompute_reg_usage): Implement with update_life_info.
3710         Reallocate life data.
3711
3712 2000-04-26  Richard Henderson  <rth@cygnus.com>
3713
3714         * flow.c (update_life_info): Consider blocks null to mean the
3715         universal set.
3716         (calculate_global_regs_live): Likewise.
3717         (life_analysis): Do that instead of collecting all_blocks.
3718
3719 2000-04-26  Richard Henderson  <rth@cygnus.com>
3720
3721         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
3722         a still-valid conditional jump.
3723
3724 2000-04-26  Richard Henderson  <rth@cygnus.com>
3725
3726         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
3727
3728         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
3729         * flow.c (calculate_loop_depth): Remove.
3730         * output.h (calculate_loop_depth): Don't declare.
3731         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
3732         inline; run estimate_probability at the same time.
3733
3734 2000-04-26  Neil Booth  <NeilB@earthling.net>
3735
3736         * cpplib.h: "~=" is not a single pp-token.
3737         * cpplex.c: Correct commentary.
3738
3739 2000-04-26  Richard Henderson  <rth@cygnus.com>
3740
3741         * flow.c (mark_set_1): New arguments code and flags; update all
3742         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
3743         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
3744         loop_depth when optimizing for size.  Do new_dead update after
3745         emitting REG_UNUSED notes.  Merge mark_set_reg code.
3746         (mark_set_reg): Remove.
3747         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
3748         arrange to not emit REG_UNUSED notes.
3749
3750 2000-04-26  Richard Henderson  <rth@cygnus.com>
3751
3752         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
3753         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
3754
3755 2000-04-26  Richard Henderson  <rth@cygnus.com>
3756
3757         * flow.c (propagate_one_insn): Break out from propagate_block.
3758         (init_propagate_block_info): Likewise.
3759         (free_propagate_block_info): Likewise.
3760         (propagate_block): Use them.  Export.
3761         * basic-block.h: Declare them all.
3762
3763 2000-04-26  Richard Henderson  <rth@cygnus.com>
3764
3765         * basic-block.h (life_analysis): Declare here ...
3766         * output.h: ... not here.
3767         * flow.c (life_analysis): Remove nregs parameter; replace
3768         remove_dead_code with flags.  Remove ssa dead code check.
3769         Only init alias analysis if we'll use it.
3770         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
3771         * ssa.c (convert_to_ssa): Likewise.
3772         (convert_from_ssa): Likewise.
3773         * toplev.c (rest_of_compilation): Likewise.
3774
3775 2000-04-26  Richard Henderson  <rth@cygnus.com>
3776
3777         * flow.c (flow_delete_block): Rename from delete_block.  Export.
3778         * basic-block.h (flow_delete_block): Declare.
3779
3780 2000-04-26  David S. Miller  <davem@redhat.com>
3781
3782         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
3783         taking a PATTERN of it.
3784
3785 2000-04-26  <NeilB@earthling.net>
3786
3787         * cpplex.c (spell_other, spell_char): Remove.
3788         (SPELL_CHAR): New.
3789         (token_spelling, trigraph_map): Use unsigned chars.
3790         (_cpp_lex_line): Tidy up the switch statement.
3791         * cpplib.h: Implement spell_char with spell_string.
3792         (C): New.
3793
3794 2000-04-26  <RodneyBrown@pmsc.com>
3795
3796         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
3797         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
3798
3799 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3800
3801         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
3802         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
3803         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
3804         dwarf2out_return_save, dwarf2out_return_reg,
3805         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
3806         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
3807         gen_compile_unit_die, dwarf2out_init): Constify a char*.
3808
3809         * dwarf2out.h (dwarf2out_init): Likewise.
3810
3811         * dwarfout.c (filename_entry, primary_filename, last_filename,
3812         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
3813
3814         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
3815         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
3816         dwarf2out_return_reg): Likewise.
3817
3818 2000-04-26  Andreas Jaeger  <aj@suse.de>
3819
3820         * extend.texi (Function Attributes): Fix description of pure
3821         attribute.
3822
3823 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
3824
3825         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
3826         before calling rest_of_compilation.
3827
3828 2000-04-26  Andreas Jaeger  <aj@suse.de>
3829
3830         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
3831         last patch.
3832
3833 2000-04-25  Richard Henderson  <rth@cygnus.com>
3834
3835         * cse.c (cse_insn): Emit barrier after unconditional jump.
3836
3837         * calls.c (expand_call): Disable tail call generation once
3838         rtx_equal_function_value_matters is false.
3839
3840         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
3841         like EDGE_EH edges.
3842
3843 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
3844
3845         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
3846
3847         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
3848
3849         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
3850         is the primary DIE for a member function.
3851         (gen_decl_die): Call set_decl_origin_self here.
3852         * dwarfout.c (output_decl): And here.
3853         * integrate.c (output_inline_function): Not here.
3854         Don't clear DECL_INLINE until after calling rest_of_compilation.
3855         (set_decl_origin_self): No longer static.
3856         * tree.h: Add prototype.
3857         * toplev.c (note_deferral_of_defined_inline_function): Only write
3858         out abstract instance for actual inlines.
3859
3860 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
3861
3862         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
3863         EXTENDED_REGS only if TARGET_AM33.
3864         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
3865         SP_REGS to register allocation and reloading unless absolutely
3866         necessary.
3867         (movsi3): Remove special-case of adding non-constants to SP.
3868
3869 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3870
3871         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
3872         INCLUDES to search and does not provide any of its own.  Also it
3873         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
3874         parameters.  Also it does not call AC_DEFINE.
3875         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
3876         AC_DEFINE and provides for automatic entries for autoheader.
3877         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
3878
3879         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
3880         so we can pass -I flags and include gansidecl.h/system.h in this
3881         test.
3882
3883         * acconfig.h: Delete all NEED_DECLARATION_* entries.
3884
3885 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3886
3887         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
3888         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
3889         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
3890
3891         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
3892         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
3893         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
3894         for these macros.  Clean up spacing and linewraps.
3895
3896 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
3897
3898         * calls.c (expand_call): Use get_callee_fndecl.
3899
3900         * print-tree.c (print_node): Print the chain of an _EXPR.
3901
3902 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
3903                           Jim Wilson  <wilson@cygnus.com>
3904                           Andrew Haley  <aph@cygnus.com>
3905
3906         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
3907         and gp save/restore problems.
3908         * config/ia64/crtend.asm: Add IA-64 unwind support.
3909         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
3910         in fr_pad_size calculation.
3911         (save_restore_insns): Move PR save area.  Correct uses of
3912         RTX_FRAME_RELATED_P.
3913         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
3914         (ia64_expand_epilogue): Add eh_epilogue support.
3915         (ia64_function_prologue): Emit .prologue directive.
3916         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
3917         (ia64_override_options): Set init_machine_status and
3918         mark_machine_status.
3919         (rtx_needs_barrier): Handle bsp reads and writes.
3920         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
3921         New static variables.
3922         (process_set, process_for_unwind_directive): New functions.
3923         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
3924         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
3925         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
3926         macros.
3927         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
3928         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
3929         (struct machine_function): Define.
3930         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
3931
3932 2000-04-25  Bruce Korb  <bkorb@gnu.org>
3933
3934         * fixinc/Makefile.in: make the removal of old programs more
3935         robust
3936         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
3937         install-bin and install-sh
3938
3939 2000-04-25  Nick Clifton  <nickc@cygnus.com>
3940
3941         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
3942         defined, define to return zero.
3943         (function_cannot_inline_p): If a function has any target
3944         specific attributes, then use the macro
3945         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
3946         whether it can be inlined.  If it cannot, issue a suitable
3947         explanation.
3948
3949         * tm.texi: Add a new node 'Inlining' to document the new macro
3950         FUNCTION_ATTRIBUTE_INLINABLE_P.
3951
3952 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
3953
3954         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
3955         commentary.
3956
3957 2000-04-25  Neil Booth  <NeilB@earthling.net>
3958
3959         Restore previous patch, plus the following fixes:
3960
3961         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
3962         flags, not CPP_OPEN_PAREN.
3963         * cpplex.c (expand_token_space, init_token_list,
3964         cpp_free_token_list): Put the dummy token at list->tokens[-1].
3965         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
3966
3967 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3968
3969         * config/i386/freebsd.h (INT_ASM_OP): Define.
3970
3971 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3972
3973         * loop.c (strength_reduce): Fix typo in the last checkin.
3974
3975 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3976
3977         * stor-layout.c (finalize_record_size): Simplify to use existing
3978         functions.
3979         (compute_record_mode): No longer static.
3980         * tree.h (compute_record_mode): New declaration.
3981
3982 2000-04-25  Neil Booth  <NeilB@earthling.net>
3983
3984         * Revert my patch below until cause of build failures
3985         determined.
3986
3987 2000-04-25  Richard Henderson  <rth@cygnus.com>
3988
3989         * combine.c (combine_instructions): Add missing argument
3990         to try_combine.
3991
3992         * toplev.c (rest_of_compilation): Delay sibcall optimization
3993         until after emit_eh_context.
3994
3995 2000-04-24  Nick Clifton  <nickc@redhat.com>
3996
3997         * combine.c (combine_instructions): Do not try to combine a
3998         sequence of insns when the second insn has been replaced by a
3999         note.
4000
4001 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
4002
4003         * gcc.c (load_specs): New static function.
4004         (read_specs): Use it.
4005
4006         * gcc.c (lookup_compiler): Make multiple passes for case
4007         insensitive filesystems.
4008
4009 2000-04-24  Neil Booth  <NeilB@earthling.net>
4010
4011         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
4012         * cpphash.h (_cpp_check_directive): new.
4013         * cpplex.c (handle_newline, cpp_free_token_list,
4014         init_trigraph_map, trigraph_ok, trigraph_replace,
4015         backslash_start, skip_block_comment, skip_line_comment,
4016         skip_whitespace, parse_name, parse_number, parse_string,
4017         copy_comment, _cpp_lex_line, spell_char, spell_string,
4018         spell_comment, spell_name, spell_other, _cpp_lex_file,
4019         _cpp_output_list): new.
4020         (expand_name_space): take length argument.
4021         (init_token_list): add comment list initialisation.
4022         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
4023         instead of HSPACE_BEFORE.
4024
4025         * cpplib.c (_cpp_check_directive): new
4026         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
4027         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
4028         (HSPACE_BEFORE): delete.
4029         (TTYPE_TABLE): rearrange.
4030         (struct cpp_toklist): update.
4031
4032 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4033
4034         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
4035         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
4036         argument form of AC_DEFINE.
4037
4038         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
4039         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
4040         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
4041         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
4042         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
4043
4044         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
4045
4046 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4047
4048         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
4049         deduced.h): Use -isystem, not -I, for including system headers.
4050
4051 2000-04-24  Nick Clifton  <nickc@cygnus.com>
4052
4053         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
4054         the source register is the frame pointer or arg pointer.
4055         (addsi3_small_int): Disallow if source register is the frame
4056         pointer or arg pointer.
4057
4058 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4059
4060         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
4061         call to AC_MSG_RESULT.
4062
4063 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4064
4065         * invoke.texi: Correct grammatical errors, document
4066         -fno-gnu-keywords as identical to -fno-asm for C++.
4067
4068 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4069
4070         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
4071         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
4072         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
4073         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
4074         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
4075
4076         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
4077         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
4078         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
4079         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
4080         new macros names.
4081
4082 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
4083
4084         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
4085         (pop_alignment): Likewise.
4086         (handle_pragma_token): Likewise.
4087
4088 2000-04-24  Robert Lipe <robertlipe@usa.net>
4089
4090         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
4091
4092 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
4093
4094         * combine.c (try_combine): Update reg_nonzero_bits of
4095         newi2pat before newpat.
4096
4097 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4098
4099         * loop.c (strength_reduce): Simplify test to INSN_P.
4100         (record_giv): Attempt to simplify the add value, use CONSTANT_P
4101         expressions instead of CONST_INT.
4102         (express_from_1): Likewise.
4103
4104 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
4105
4106         * regs.h (reg_n_max): Don't declare.
4107         * flow.c (reg_n_max): Don't define.
4108         * regclass.c (renumber): Don't initialize to zero.
4109         (regno_allocated): Likewise.
4110         (reg_n_max): Define.
4111         (allocate_reg_info): Don't initialize unnecessarily.
4112
4113 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
4114
4115         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
4116         and blockage_p in the newly allocated attribute.
4117
4118 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
4119
4120         * config/mn10300/mn10300.md (addsi): `inc4' on address
4121         registers does not modify cc, but `inc' on an extended
4122         register does.
4123
4124 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
4125
4126         * reload.c (find_equiv_reg): Checks all valueno regs
4127         as a reload_reg_p regs.
4128
4129 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
4130
4131         * cpphash.c (collect_objlike_expansion): Add sanity check.
4132         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
4133         the buffer is the empty string, return.  Mark __DATE__ and
4134         __TIME__ as XCONST nodes, not MCONST.
4135         (_cpp_macroexpand): Avoid pushing an empty buffer.
4136         (funlike_macroexpand): Don't pop token_buffer here.
4137
4138 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
4139
4140         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
4141         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
4142         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
4143         (REGNO_OK_FOR_BASE_P): Define in terms of them.
4144         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
4145         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
4146         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
4147
4148 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4149
4150         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
4151         constant MULT givs.
4152
4153 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
4154
4155         * cpphash.h (struct definition): Move file, line, col members...
4156         (struct hashnode): ... here.  Also add 'disabled' flag.
4157         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
4158         T_IDENTITY.  Remove T_DISABLED.
4159         Update prototypes.
4160
4161         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
4162         (collect_expansion): Split into collect_objlike_expansion and
4163         collect_funlike_expansion.
4164         (_cpp_macroexpand): Split out scan_arguments, stringify, and
4165         funlike_macroexpand.
4166         (_cpp_compare_defs): Rename compare_defs, make static.
4167         (_cpp_make_hashnode): Initialize hp->disabled.
4168         (macro_cleanup): Adjust for new token types.  Clear
4169         m->disabled.
4170         (_cpp_create_definition): Move code here to determine what
4171         sort of macro it is, and code to check for redefinitions, from
4172         do_define.  Implement a few simple cases without creating a
4173         full DEFINITION.
4174         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
4175         Handle the simple cases.
4176         (push_macro_expansion): Set buf->has_escapes and hp->disabled
4177         here.
4178
4179         * cppinit.c (builtin_array): Change MCONST to XCONST
4180         everywhere.
4181         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
4182         fix check for disabled and function-like macros.
4183         * cpplib.c (do_define): Move most logic to
4184         _cpp_create_definition.
4185         (do_undef): Handle new special token types.
4186
4187 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4188
4189         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
4190         of CONSTANT_P for mult_val; always use validate_change to update insn.
4191
4192 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
4193
4194         * cpphash.c (trad_stringify, add_pat): New functions.
4195         (collect_expansion): Restore support for -traditional syntax.
4196         Use trad_stringify and add_pat.
4197         (_cpp_macroexpand): Restore support for -traditional semantics.
4198         * cpplex.c (_cpp_scan_line): Don't change space_before if we
4199         get a COMMENT token.
4200         (_cpp_lex_token): Provide COMMENT tokens to caller if
4201         traditional and parsing_define_directive.
4202         (skip_comment): Warn about // comments if -Wtraditional.
4203         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
4204         proper node type.
4205         (do_undef): Don't warn about undefining EMPTY nodes.
4206
4207 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4208
4209         * loop.c (strength_reduce): Fix biv removal code.
4210
4211 2000-04-22  Richard Henderson  <rth@cygnus.com>
4212
4213         * predict.c (estimate_probability): Examine both sides of
4214         a branch for no exits.  Use 90% not 50% for predict taken.
4215         Reorg for one copy of note generation code.
4216
4217 2000-04-22  Richard Henderson  <rth@cygnus.com>
4218
4219         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
4220
4221 2000-04-22  Richard Henderson  <rth@cygnus.com>
4222
4223         * diagnostic.c (init_output_buffer): Don't initialize format_args.
4224         (output_clear): Likewise.
4225         (output_printf): Use va_copy.
4226         (vline_wrapper_message_with_location): Likewise.
4227         (v_message_with_decl): Likewise.
4228         (line_wrapper_printf): VA_START infor buffer.format_args directly.
4229         * system.h (va_copy): Provide default implementation.
4230
4231 2000-04-22  Richard Henderson  <rth@cygnus.com>
4232
4233         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
4234         the collected condition is not a constant.
4235
4236 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
4237
4238         * diagnostic.h: New file.
4239
4240         * Makefile.in (diagnostic.o): Depends on diagnostic.h
4241
4242         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
4243         various function prototypes.
4244         (diagnostic.h): #include.
4245         (struct output_buffer): Move into diagnostic.h.
4246         (get_output_prefix): Rename to output_get_prefix.  Export.
4247         (init_output_buffer): Export. Break out.  Ajust intialization.
4248         (output_space_left, output_append): Export.
4249         (output_newline): Rename to output_add_newline.  Export.
4250         (output_clear): Nullify additional output_buffer fields.
4251         (output_puts): Rename to output_add_string.  Export.
4252         (dump_output): Rename to output_flush_on.  Export.
4253         (build_location_prefix): Constify return-type.
4254         (emit_output_prefix): Rename to output_emit_prefix. Export.
4255         (set_real_maximum_length): New function.
4256         (output_set_maximum_length): Ditto
4257         (output_clear): Ditto.
4258         (output_add_character): Ditto.
4259         (output_add_integer): Ditto.
4260         (output_add_space): Ditto.
4261         (output_format): Ditto.
4262         (output_printf): Adjust buffer initialization.
4263         (vline_wrapper_message_with_location): Ditto.
4264         (v_message_with_decl): Ditto.  Adjust call to output_puts
4265         and get_output_prefix.
4266         (default_print_error_function): Adjust buffer intialization.
4267
4268 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4269
4270         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
4271         of VOID_TYPE.
4272
4273 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
4274
4275         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
4276         of explicit 0.
4277
4278 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
4279
4280         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
4281         accurate data about SP moves.
4282
4283 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
4284
4285         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
4286         aliases to AM33 registers.
4287
4288 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
4289
4290         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
4291         to all EXTENDED bitmaps.
4292
4293 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
4294
4295         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
4296         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
4297         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
4298
4299 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
4300
4301         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
4302         the operand is not constant.
4303
4304 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
4305
4306         * reload.c (find_equiv_reg): Checks all valueno and regno regs
4307         as a call-clobbered regs.
4308
4309 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4310
4311         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
4312         * rtl.h: Likewise.
4313         * rtl.def: Update comment.
4314         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
4315         * integrate.c (expand_inline_function): Likewise.
4316         * profile.c (branch_prob): Likewise.
4317         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
4318         * print-rtl.c (print_rtx): Likewise.
4319         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
4320         (reemit_notes): Likewise; also use enum insn_note.
4321
4322         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
4323         (place_field): Properly compute know and actual alignment.
4324
4325         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
4326         in proper format.
4327
4328         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
4329         note for REG1.
4330
4331 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
4332
4333         * cpphash.c (struct arg, struct arglist): Const-ify strings.
4334         (warn_trad_stringify, duplicate_arg_p): New helper functions.
4335         (collect_expansion): Rewrite to scan over a token list.
4336         Remove -traditional support.
4337         (collect_formal_parameters): Rename to collect_params; rewrite
4338         to scan over a token list.
4339         (_cpp_create_definition): Adjust to scan a token list.
4340         (_cpp_macroexpand): Remove -traditional support.
4341         (_cpp_compare_defs): Whitespace is now canonicalized.
4342         (comp_def_part): Delete function.
4343
4344         * cpphash.h: Update prototypes.
4345         * cpplex.c (init_token_list): Don't set lineno if there is no
4346         buffer.
4347         (pedantic_whitespace): New function.
4348         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
4349         consume a newline.  Use pedantic_whitespace.
4350         (_cpp_lex_token): Remove support for -traditional macros.
4351         (_cpp_get_define_token): Delete.
4352         (_cpp_get_directive_token): Do the real work here.  Use
4353         pedantic_whitespace.
4354         (_cpp_init_input_buffer): Initialize pfile->directbuf.
4355
4356         * cpplib.c (get_macro_name): Delete.
4357         (do_define): Read the entire line into pfile->directbuf, then
4358         feed the token list to _cpp_create_definition.
4359         * cpplib.h (HSPACE_BEFORE): new define.
4360         (struct cpp_reader): Add a toklist member, "directbuf".
4361
4362         * predict.c (estimate_probability): New heuristic: if a jump
4363         branches around a block with no successors, predict it taken.
4364         Disentangle control flow.
4365
4366 2000-04-20  Richard Henderson  <rth@cygnus.com>
4367
4368         * loop.c (emit_iv_add_mult): Revert last change.
4369
4370 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
4371
4372         * cpplib.h (enum cpp_ttype): Add token types for all
4373         punctuators.  Distinguish pp-numbers from valid C numbers.
4374         Give some tokens better names.  Initialize from macro.
4375         (struct cpp_name, cpp_token, cpp_toklist): New data
4376         structures.
4377         Update prototypes.
4378         * cpplex.c (bump_column, expand_name_space,
4379         expand_token_space, init_token_list, cpp_output_list,
4380         _cpp_scan_line):  New functions.
4381         (output_line_command): Add third argument, new line number.
4382         * cpphash.h: Update prototypes.
4383         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
4384         token names.
4385
4386 2000-04-20  Richard Henderson  <rth@cygnus.com>
4387
4388         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
4389
4390 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
4391
4392         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
4393         object pointed to.
4394
4395 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4396
4397         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
4398         REG_EQUAL note explaining the calculated value.
4399
4400         * calls.c (expand_call): Avoid unnecesary precalculation
4401         and outgoing parameters space guarding for sibling calls.
4402         (store_one_arg): Likewise.
4403
4404 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4405
4406         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
4407         (rest_of_compilation): Write sibling dump file and account
4408         for time as jump time.
4409         * invoke.texi: Update documentation on dump flags.
4410
4411 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
4412
4413         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
4414
4415 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
4416
4417         * cpphash.c (special_symbol): Represent an empty macro with
4418         "\r \r " not just "\r ".
4419         (_cpp_macroexpand): Correct condition for the foo ( ) special
4420         case.
4421         (unsafe_chars): Handle EOF as second argument.
4422         (push_macro_expansion): Simplify test for removing escape at
4423         end.  Do not trim both escapes if there is no text in between.
4424
4425 2000-04-19  Jim Blandy  <jimb@redhat.com>
4426
4427         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
4428         of PTR_SIZE, when appropriate.
4429
4430 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
4431
4432         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
4433         (USE_ENUM_BITFIELDS): Fix typo.
4434
4435 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4436
4437         * stor-layout.c (place_field): Set rli->offset_align properly.
4438
4439 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4440
4441         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
4442         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
4443         PARM_BOUNDARY): Remove unnecessary casts.
4444
4445 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4446
4447         * calls.c (precompute_arguments): Remove must_preallocate and
4448         args_size calls.
4449         (expand_call): Update call of precompute_arguments.
4450
4451         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
4452         check_insn_for_givs): Break out from ...
4453         (strength_reduce) ... here; use for_every_insn_in_loop to call
4454         check_insn_for_givs.
4455         * loop.h (for_every_insn_in_loop): Declare.
4456         (loop_insn_callback): New type.
4457
4458 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
4459
4460         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
4461         not nul-terminated.
4462
4463 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
4464
4465         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
4466         flag_pic and RELOC.
4467
4468 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
4469
4470         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
4471
4472         * configure.in: Delete --disable-cpplib option and all
4473         references to cpp_main.
4474         * configure: Regenerate.
4475         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
4476         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
4477         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
4478         cpp$(exeext).  Add --no-headers to makeinfo command line when
4479         generating INSTALL.  Install and uninstall cpp.1 manpage, not
4480         cccp.1.
4481         * install.texi: Delete all references to cexp.y/cexp.c.
4482         Delete ancient instructions for compiling GCC on 3b1.
4483         * INSTALL: Regenerate.
4484
4485         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
4486         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
4487         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
4488         cexp.c/cexp.y.
4489         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
4490         which is no longer tested anywhere.
4491
4492         * cppinit.c (handle_option): Don't run error message through
4493         gettext twice.
4494
4495 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4496
4497         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
4498         * cpperror.c (hashtab.h): Now include.
4499         * cppexp.c (hashtab.h): Likewise.
4500         * cpplex.c (hashtab.h): Likewise.
4501         * cppfiles.c (hashtab.h): Likewise.
4502         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
4503         to htab_find_slot_with_hash.
4504         * cpphash.c (hashtab.h): Now include.
4505         (_cpp_lookup_slot): INSERT is now enum insert_option.
4506         * cpphash.h (_cpp_lookup_slot): Likewise.
4507         * cppinit.c (hashtab.h): Include earlier.
4508         (initialize_builtins): Pass enum to htab_find_slot.
4509         * cpplib.c (hashtab.h): Now include.
4510         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
4511         (do_pragma_poison, do_assert): Likewise.
4512         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
4513         htab_find_slot_with_hash.
4514         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
4515         * tree.c (type_hash_add): Likewise.
4516         (build1): Minor cleanup.
4517
4518         * ggc-common.c: Add missing blanks.
4519         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
4520         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
4521
4522         * stmt.c (mark_case_node): New function.
4523         (mark_case_nesting): Call it.
4524
4525         * expmed.c (emit_store_flag): If comparing two-word integer
4526         with zero, can optimize NE, EQ, GE, and LT.
4527
4528         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
4529         * conflict.c: Minor cleanups.
4530         * optabs.c: Add blank line
4531         * simplify-rtx.c: Minor cleanups.
4532
4533 2000-04-18  Stan Cox  <scox@cygnus.com>
4534
4535         * gengenrtl.c (genlegend): Fix misspelling.
4536
4537 2000-04-18  Robert Lipe  <robertlipe@usa.net>
4538
4539         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
4540         bitfields of the host compiler are not signed quantities.
4541         * config.in: Regenerate.
4542         * configure: Regenerate.
4543         * system.h (USE_ENUM_BITFIELDS): Added.
4544         (ENUM_BITFIELDS): Added.
4545         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
4546         (SHORT_ENUM_BUG): Deleted.
4547         * tree.h (tree_common): Members `code', `mode', `built_in_class',
4548         now ENUM_BITFIELD.
4549         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
4550         (CODE_FIELD_BUG): Likewise.
4551         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
4552         (OLD_CC): Likewise.
4553         * config/m68k/x-ccur (X_CFLAGS): Likewise.
4554
4555 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
4556
4557         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
4558         mark is active.
4559
4560 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
4561
4562         * cppexp.c (lex): Don't assume tokens are NUL terminated.
4563         * cpplib.c (do_include, do_import, do_include_next,
4564         read_line_number, detect_if_not_defined): Likewise.
4565         * cpphash.c (collect_expansion): Likewise.
4566         (special_symbol, _cpp_macroexpand): Check return from
4567         cpp_file_buffer.
4568         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
4569         macros.  Delete all uses.
4570
4571         * gcc.dg/cpp-mi.c: Add two more test cases.
4572         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
4573
4574 2000-04-17  Richard Henderson  <rth@cygnus.com>
4575
4576         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
4577         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
4578
4579 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
4580
4581         * function.c (expand_function_start): Use hard_function_value to
4582         compute the RTL to use for DECL_RESULT.
4583
4584 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4585
4586         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
4587         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
4588          x86_memory_mismatch_stall): New global variables.
4589         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
4590         alloved; fix load penalties for Athlon.
4591         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
4592         x86_memory_mismatch_stall): Declare.
4593         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
4594          TARGET_MEMORY_MISMATCH_STALL): New.
4595         * i386.md (athlon scheduling parameters): Fix latencies according to
4596         Athlon Optimization Manual.
4597         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
4598         vector.
4599         (fsqrt instruction patterns): Set athlon_decode to direct.
4600         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
4601         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
4602         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
4603         and TARGET_PARTIAL_REGISTER_STALL machines.
4604         (pushdf_nointeger): New pattern.
4605         (pushdf_integer): Rename from pushdf.
4606         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
4607         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
4608
4609 2000-04-17  Richard Henderson  <rth@cygnus.com>
4610
4611         * loop.c (canonicalize_condition): Add WANT_REG argument.
4612         Stop the search if we match it.
4613         * expr.h (canonicalize_condition): Update decl.
4614         * predict.c (expected_value_to_br_prob): Use it.  Track last
4615         expected value note.
4616         (find_expected_value): Remove.
4617
4618         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
4619
4620 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
4621
4622         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
4623         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
4624         a plain file.
4625         * configure.in: Call AC_FUNC_MMAP_FILE.
4626         * configure: Regenerate.
4627         * config.in: Regenerate.
4628
4629         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
4630         * fixinc/fixincl.c: Likewise.
4631
4632 2000-04-17  Richard Henderson  <rth@cygnus.com>
4633
4634         * builtins.c (expand_builtin_expect): New.
4635         (expand_builtin): Call it.
4636         * builtins.def (BUILT_IN_EXPECT): New.
4637         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
4638         * extend.texi: Document it.
4639
4640         * predict.c (expected_value_to_br_prob): New.
4641         (find_expected_value): New.
4642         * basic-block.h (expected_value_to_br_prob): Declare.
4643         * toplev.c (rest_of_compilation): Invoke it.
4644
4645         * rtl.h (NOTE_EXPECTED_VALUE): New.
4646         (NOTE_INSN_EXPECTED_VALUE): New.
4647         * rtl.c (note_insn_name): Update.
4648         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
4649         cases; handle NOTE_INSN_EXPECTED_VALUE.
4650
4651 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
4652
4653         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
4654         leaf sibcall delay slot if flag_pic.
4655         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
4656
4657 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4658
4659         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
4660
4661         * fixproto: If fix-header fails, exit with an error.
4662
4663 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4664
4665         * cse.c (struct check_depdendence_data): New.
4666         (check_dependence): New function.
4667         (invalidate): Use check_depdenence.
4668
4669 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
4670
4671         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
4672         UNITS_PER_WORD is unsigned.
4673
4674         * tree.h (struct tree_common): Remove misleading comment.
4675
4676 2000-04-16  Dave Pitts  <dpitts@cozx.com>
4677
4678         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
4679         message in quotes. Otherwise, IBM's make program treats the '#' as the
4680         start of a comment and ignores the remainder of the line.
4681
4682         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
4683         upper case.
4684         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
4685         * cexp.y (initialize_random_junk): Likewise.
4686         * cppfiles.c (find_include_file): Cast alloca return value.
4687         * cppinit.c (initialize_standard_includes): Likewise.
4688         * cpplib.c (cpp_define, cpp_undef): Likewise.
4689         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
4690         * final.c (output_asm_insn): Allow for holes in EBCDIC.
4691         * fold-const.c (CHARMASK): New.
4692         (real_hex_to_f): Use it.
4693         * real.c (CHARMASK): New.
4694         (etoasc, asctoeg): Use it.
4695         (asctoeg): EBCDIC lower case characters preceed upper case.
4696
4697         * i370.c (mvs_add_label): Change spacing for coding conventions.
4698         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
4699         outputing case vectors.
4700         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
4701         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
4702         since vector in in the data CSECT.
4703         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
4704         * i370.md (Many patterns): Put the length in the XL directives.
4705         (movdi): Put back STM and MVC in definition.
4706         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
4707         pattern using the TCA.
4708         * oe.h (CPP_SPEC): Added to allow trigraphs.
4709         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
4710         not support the "long long" type.
4711
4712 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
4713
4714         * config/mips/mips-protos.h (mips_legitimate_address_p): New
4715         function.
4716         (mips_reg_mode_ok_for_base_p): Likewise.
4717         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
4718         (REG_OK_FOR_INDEX_P): Define unconditionally.
4719         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
4720         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
4721         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
4722         that GET_MODE_SIZE is unsigned.
4723         (mips_reg_mode_ok_for_base_p): Define.
4724         (mips_legitimate_address_p): Likewise.  Adjust now
4725         that GET_MODE_SIZE is unsigned.
4726         (block_move_loop): Make the number of bytes unsigned.
4727         (expand_block_move): Likewise.
4728         (function_arg): Make the loop counter unsigned to match the
4729         boundary condition.
4730
4731 2000-04-16  Richard Henderson  <rth@cygnus.com>
4732
4733         * rtl.h (enum insn_note): New enumeration.  Subsume
4734         NOTE_INSN_DELETED and friends.
4735         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
4736         * rtl.c (note_insn_name): Tweak string order.
4737
4738 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
4739
4740         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
4741         to offset * 2.
4742
4743         * cpplex.c (output_line_command): Remove debugging prints.
4744         (cpp_output_tokens): Don't write out a zero-length buffer or
4745         try to see if it has a newline in it.
4746         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
4747         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
4748         the end of the loop.  Use memmove.  Don't read past the end of
4749         the buffer.  Remove trailing newlines from error messages.
4750
4751 2004-04-16  Neil Booth  <NeilB@earthling.net>
4752
4753         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
4754         * cpplib.c: Add new syntax flags to directive table, and
4755         supporting macros.
4756
4757 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
4758
4759         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
4760         using ret $N.
4761
4762 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
4763
4764         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
4765         * haifa-sched.c: Update -fsched-verbose comments to use "=".
4766
4767 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4768
4769         * Makefile.in (ggc-page.o): Now includes toplev.h.
4770         * ggc-page.c (toplev.h): Now included.
4771         (gc_time): Remove declaration.
4772         (ggc_collect): TIME now long.
4773         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
4774         others static.
4775         * toplev.h (gc_time, parse_time, gc_time): New declarations.
4776
4777         * toplev.c: Make *_time variable long to reduce chance of overflow.
4778         (TIMEVAR): Likewise for `otime'.
4779         (print_time): Arg is now long; compute percentage in FP and round.
4780         * toplev.h (print_time): Arg is long.
4781
4782         * tree.c: Minor whitespace changes.
4783
4784         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
4785         * configure: Rebuilt.
4786         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
4787         (__fixunsxfDI): Renamed from __fixunsxfdi.
4788         (__fixunsdfDI): Renamed from __fixunsdfdi.
4789         (__fixunssfDI): Renamed from __fixunssfdi.
4790         (__floatdisf): Use proper type in REP_BIT macro.
4791         (__fixunsxfSI): Renamed from __fixunsxfsi.
4792         (__fixunsdfSI): Renamed from __fixunsdfsi.
4793         (__fixunssfSI): Renamed from __fixunssfsi.
4794         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
4795         Change location of macros and upper-case some names as above.
4796         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
4797         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
4798
4799         * varasm.c (assemble_variable): Add cast to remove warning.
4800         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
4801
4802         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
4803         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
4804         region number to -1.
4805
4806 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
4807
4808         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
4809         call unshare_all_rtl.
4810
4811         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
4812
4813 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
4814
4815         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
4816         Use .s1 not .s0 for all FP instructions.
4817
4818 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
4819
4820         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
4821         interfaces.
4822         (safe_fwrite, output_line_command): New static functions.
4823         (cpp_expand_to_buffer): Now private to cpplib.
4824         (cpp_scan_buffer): Take a printer.
4825
4826         * cpphash.h: Update prototypes.
4827         * cpplib.h: Update prototypes.
4828         (cpp_printer): New.
4829         (cpp_buffer): Remove last_nominal_fname.
4830         (cpp_reader): Remove lineno.
4831
4832         * cppmain.c: Use a cpp_printer.
4833         * fix-header.c: No need to inhibit line commands.  Call
4834         cpp_start_read with no printer.
4835
4836         * cpperror.c (cpp_notice_from_errno): Provide default name.
4837         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
4838         (find_include_file, cpp_read_file): Use make_IHASH.
4839         (file_cleanup): Set control_macro and clear
4840         input_stack_listing_current here.
4841         (_cpp_execute_include): Don't output entering-file marker.
4842         * cpphash.c (special_symbol): Look for the line number in the
4843         buffer, not the reader.
4844         (_cpp_macroexpand): No need to disable line commands.
4845         (_cpp_dump_definition): No need to generate line commands.
4846         (dump_hash_helper): Remove excess newline from output.
4847         * cppinit.c (dump_special_to_buffer): No need to generate line
4848         commands.
4849         (cpp_printer_init): New.
4850         (cpp_start_read): Take a printer, and start it up if it's not
4851         NULL.  No need to generate line commands.
4852         (cpp_finish): Expect no buffers stacked at all.  Take a
4853         printer argument, and flush the output buffer if it's not
4854         NULL.
4855         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
4856         Don't put two hashes at the beginning of an assertion.
4857         (cpp_get_token): Don't increment pfile->lineno or emit line
4858         commands here.  Return EOF if there's no buffer when we get
4859         EOF.
4860         * cpplib.c (do_define, skip_if_group):
4861         No need to disable line commands.
4862         (_cpp_output_line_command): Delete function.
4863         (do_line): Don't emit line commands here, but set things up so
4864         they will be emitted if necessary.  Use _cpp_fake_ihash to
4865         make unique nominal_fnames if necessary.
4866         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
4867         with 0 for column, not -1.
4868         (_cpp_handle_eof): Don't set the control macro here.  Don't
4869         clear input_stack_listing_current here.  Don't emit line
4870         commands.
4871
4872 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
4873
4874         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
4875         always, use the default SVR4 start address.
4876
4877         * config/rs6000/linux.h (LINK_SPEC): Don't define.
4878         (LINK_SHLIB_SPEC): Define.
4879         (LINK_START_DEFAULT_SPEC): Define.
4880         (LINK_OS_DEFAULT_SPEC): Define.
4881
4882         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
4883
4884         * config/rs6000/eabi.asm (__eabi): Call __init rather than
4885         __do_global_ctors to handle constructors.
4886         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
4887         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
4888         (STARTFILE_MVME_SPEC): Likewise.
4889         (STARTFILE_SIM_SPEC): Likewise.
4890         (ENDFILE_ADS_SPEC): Use crtend.
4891         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
4892         (ENDFILE_MVME_SPEC): Likewise.
4893         (ENDFILE_SIM_SPEC): Likewise.
4894         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
4895         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
4896         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
4897         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
4898         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
4899         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
4900         (CRTSTUFF_T_CFLAGS_S): Define.
4901         * config/rs6000/eabi-ctors.c: Delete.
4902
4903         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
4904         boundary.
4905         (__fini): Likewise.
4906         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
4907         boundary.
4908         (__fini): Likewise.
4909
4910 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
4911
4912         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
4913         plus mask size is smaller or equal to the mode size.
4914
4915 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4916
4917         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
4918         not yet set.
4919
4920         * expr.c (reload.h): Now included.
4921         (emit_block_move): Set volatile_ok when checking for movstr.
4922         (emit_move_1): Check for replacements in addresses in multi-word case.
4923         * Makefile.in (expr.o): Now includes reload.h.
4924
4925         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
4926         Never have a LIBCALL end a basic block.
4927         (find_basic_blocks_1): Likewise.
4928         Reorganize CALL_INSN cases.
4929
4930         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
4931
4932 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
4933
4934         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
4935         completers from mov.ret instruction.
4936
4937 2000-04-14  Richard Henderson  <rth@cygnus.com>
4938
4939         * fold-const.c (extract_muldiv): Don't distribute and widen
4940         multiply across plus for non-sizetype unsigned types.
4941
4942 2000-04-14  Richard Henderson  <rth@cygnus.com>
4943
4944         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
4945         If the original source is dead in the incr insn, it's dead now.
4946
4947 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4948
4949         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
4950         see if DECL_BIT_FIELD needs to still be set.
4951
4952         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
4953
4954         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
4955         print_int_cst_octal with something that's not an INTEGER_CST.
4956
4957         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
4958         and not a SUBREG to a FLOAT rtl.
4959
4960 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
4961
4962         * emit-rtl.c (try_split): Avoid infinite loop if the split
4963         results in a sequence that contains the original insn.
4964
4965 2000-04-13  Andreas Jaeger  <aj@suse.de>
4966
4967         * config/mips/mips.c (expand_block_move): Pass alignment
4968         argument to move_by_pieces in bits, not bytes.
4969
4970         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
4971         __pic__ for little endian.
4972
4973 2000-04-13  Andreas Jaeger  <aj@suse.de>
4974
4975         * config/i386/i386-protos.h: Add prototype for
4976         uno_comparison_operator.
4977
4978 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4979
4980         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
4981         * calls.c (ECF_PURE): New flag.
4982         (emit_call_1): Handle ECF_PURE calls.
4983         (initialize_argument_information): Unset ECF_PURE flag too.
4984         (precompute_arguments): Precompute for ECF_PURE too.
4985         (expand_call): Handle ECF_PURE calls too.
4986         (emit_library_call_value_1): Rename no_queue argument to fn_type,
4987         accept value of 2 as pure function.
4988         (emit_library_call_value, emit_library_call): Rename no_queue argument
4989         to fn_type.
4990         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
4991
4992         * tree.h (DECL_IS_PURE): New macro.
4993         (struct tree_decl): Add pure_flag.
4994         * c-common.c (enum attrs): Add attribute "pure".
4995         (init_attributes): Initialize attribute "pure"
4996         (decl_attributes): Handle attribute "pure".
4997         * extend.texi (Attribute "pure"): Document.
4998         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
4999         in pure function.
5000         (flags_from_decl_or_type): Support attribute "pure".
5001
5002 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
5003
5004         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
5005         the token except for numbers and identifiers.
5006
5007 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
5008
5009         * i386.c (ix86_expand_binary_operator,
5010         ix86_expand_unary_operator): Check no_new_pseudos
5011         instead of reload_in_progress and reload_completed.
5012         (ix86_split_ashldi, ix86_split_ashrdi,
5013         ix86_split_lshrdi): Check no_new_pseudos instead
5014         of reload_completed.
5015
5016 2000-04-12  Jeffrey A Law  (law@cygnus.com)
5017
5018         * function.c (purge_addressof): Unshare any shared rtl created by
5019         purge_addressof and its children.
5020
5021 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
5022
5023         * function.c (aggregate_value_p): VOID_TYPE nodes are never
5024         aggregates.
5025
5026 2000-04-05  Andreas Jaeger  <aj@suse.de>
5027
5028         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
5029         not compiling PIC code, add flags for mabi=64.
5030         (SUBTARGET_CPP_SIZE_SPEC): New.
5031         (SUBTARGET_CPP_SPEC): New.
5032         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
5033         for MIPS/Linux and lots of code needs these defines.
5034
5035 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
5036
5037         * reorg.c (fill_slots_from_thread): Check side_effects_p when
5038         trying the "opposite arithmetic" approach.
5039
5040 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5041
5042         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
5043         (struct sh_args): Add new field force_mem.
5044         (INIT_CUMULATIVE_ARGS): Initialize it.
5045         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
5046
5047 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5048
5049         * calls.c (expand_call): Do not reverse args in "equal from" field.
5050         (emit_library_call_value_1): Emit_libcall_block for const and pure
5051         function.
5052
5053 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5054
5055         * reload1.c (reload_combine): Don't enable optimization for fixed
5056         registers when encountering a BARRIER.
5057
5058 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5059
5060         * builtins.c (expand_builtin_memcmp): Do expansion even with
5061         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
5062
5063         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
5064         stack is propertly aligned; add sanity checking for aligned
5065         stack pointer.
5066         (expand_library_call_value_1): Add sanity checking for aligned
5067         stack pointer.
5068
5069 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
5070
5071         * calls.c (emit_library_call_value_1): Change 3rd arg to
5072         locate_and_pad_parm to disregard the setting of partial.
5073
5074 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5075
5076         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
5077
5078         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
5079         CALL_INSN from the normal case.
5080
5081 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5082
5083         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
5084         New global variables.
5085         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
5086         adjustment.
5087         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
5088         Declare,
5089         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
5090          TARGET_ADD_ESP_8): New macros.
5091         * i386.md: Add peep2s to convert esp adjustments to push and pop
5092         instructions.
5093         (pushsi_prologue, popsi_epilogue): New patterns.
5094
5095 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
5096
5097         * real.c (toe64): Remove stale #endif from the last change.
5098
5099 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
5100
5101         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
5102         * real.c (toe64): Revert previous change.
5103
5104 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
5105
5106         * objc/objc-act.c: Include ggc.h.
5107         (objc_tree_index, objc_global_trees): Convert most of the
5108         static tree variables into a static array with previous names
5109         as defines.
5110         (objc_ellipsis_node): New variable.
5111         (lang_init): Call objc_act_parse_init and c_parse_init.
5112         Create objc_ellipsis_node.
5113         (build_selector_translation_table): Use objc_ellipsis_node instead
5114         of (tree)1.
5115         (hack_method_prototype): Likewise.
5116         (get_arg_type_list): Likewise.
5117         (start_method_def): Likewise.
5118         (continue_method_def): Likewise.
5119         (gen_method_decl): Likewise.
5120         (ggc_mark_imp_list): New function.
5121         (ggc_mark_hash_table): New function.
5122         (objc_act_parse_init): New function.
5123         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
5124         * c-parse.in (c_parse_init): For objc add roots of objc specific
5125         local tree variables.
5126         * objc/objc-parse.y: Rebuilt.
5127         * objc/objc-parse.c: Rebuilt.
5128         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
5129
5130 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
5131
5132         * cse.c (delete_trivially_dead_insns): Also delete insns
5133         that copy a register to itself where the destination is
5134         a strict_low_part.
5135
5136 2000-04-11  Richard Henderson  <rth@cygnus.com>
5137
5138         * flow.c (struct propagate_block_info): Add new_dead, new_live.
5139         (propagate_block): Initialize them.  Use them in parallel instead
5140         of one tmp variable, ie revert much of the 0408 and 0407 functional
5141         changes, but keep the structural changes.
5142         (mark_set_regs): Take new_dead from propagate_block_info instead.
5143         (mark_set_1, mark_set_reg): Likewise.
5144         (mark_used_regs): Likewise with new_live.
5145         (mark_used_reg): Likewise.  Revert 0408 change.
5146
5147 2000-04-11  Nick Clifton  <nickc@cygnus.com>
5148
5149         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
5150         restriction.
5151         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
5152
5153 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5154
5155         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
5156         const section to output a CONSTRUCTOR based on the same conditions
5157         used for VAR_DECLs.
5158
5159 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
5160
5161         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
5162         * pa/pa-protos.h (output_call): Add additional argument indicating
5163         if the call is a sibling/tail call.
5164         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
5165         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
5166         (function_arg, function_arg_partial_nregs): Likewise
5167         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
5168         (emit_move_sequence): Zero extend certain constants as needed
5169         for TARGET_64BIT.
5170         (compute_zdepdi_operands, output_64bit_and): New functions.
5171         (output_64bit_ior, function_arg): Likewise.
5172         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
5173         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
5174         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
5175         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
5176         (output_bvb): Likewise.
5177         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
5178         (output_call): New argument 'sibcall'.  Generate sibcall sequences
5179         as needed.
5180         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
5181         (ouput_arg_descriptor): Do not emit argument descriptors for
5182         TARGET_64BIT.
5183         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
5184         defined.
5185         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
5186         (FUNCTION_OK_FOR_SIBALL): Define.
5187         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
5188         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
5189         (CPP_SPEC): Use new spec infrastructure.
5190         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
5191         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
5192         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
5193         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
5194         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
5195         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
5196         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
5197         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
5198         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
5199         (FUNCTION_ARG); Call out to C code.
5200         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
5201         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
5202         (MIN_UNITS_PER_WORD): Likewise.
5203         * pa/pa.md (cmpdi): New expander.
5204         (scc patterns, movstrsi): Not available for TARGET_64BIT.
5205         (64bit conditional arithmetic): New patterns.
5206         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
5207         (movsicc): Not available if modes on all the operands to not match.
5208         (movdicc): New expander and associated patterns.
5209         (64bit branches): New patterns.
5210         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
5211         (pre_ldd, post_std): New patterns.
5212         (64bit addil, load low part): New patterns.
5213         (special movsf constant): Not available for TARGET_64BIT.
5214         (movsf, movdf expanders): Force constants into memory.
5215         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
5216         (64bit movdf/movdi patterns): New patterns.
5217         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
5218         for TARGET_64BIT.
5219         (extendqidi2, extendhidi2, extendsidi2): Similarly.
5220         (adddi3 expander): Allow "arith_operand" for second input.
5221         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
5222         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
5223         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
5224         (muldi3): New expander for TARGET_64BIT.
5225         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
5226         for TARGET_64BIT.
5227         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
5228         patterns for TARGET_64BIT.
5229         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
5230         patterns for TARGET_64BIT.
5231         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
5232         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
5233         (sibcall_epilogue): New expander.
5234         (casesi): Tweak for TARGET_64BIT.
5235         (call expanders): Set & use the outgoing argument pointer.  Use the
5236         64bit call patterns as needed. Add additional arg to output_call.
5237         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
5238         (sibcall, sibcall_internal_symref): New expanders.
5239         (sibcall_value, sibcall_value_internal_symref
5240         (interspace_jump): Turn into an expander + matching patterns.
5241         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
5242         * pa/pa64-regs.h: Eliminate trigraph sequences.
5243         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
5244
5245 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
5246
5247         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
5248         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
5249         cpp_token with cpp_ttype everywhere.
5250         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
5251         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
5252         CPP_BUF_COL.  Line and column numbers are unsigned int, not
5253         long.
5254         * cpplex.c (cpp_buf_line_and_col): Delete.
5255         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
5256         'long lineno' to 'unsigned int lineno'.
5257         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
5258
5259 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5260
5261         * extend.texi: ISO C99 is not a draft anymore.
5262         * invoke.texi: ISO C++ is not a draft anymore.
5263         * cpp.texi: __cplusplus is required by the ISO standard.
5264
5265         * extend.texi (-fthis-is-variable): Undocument.
5266         * flags.h (warn_template_debugging): Remove declaration.
5267         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
5268         -Wenum-clash, -Wtemplate-debugging): Undocument.
5269
5270 2000-04-10  Nick Clifton  <nickc@cygnus.com>
5271
5272         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
5273         integer.
5274         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
5275         integer.
5276         (ARM_SIGN_EXTEND): Use HOST_UINT.
5277         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
5278         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
5279         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
5280         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
5281
5282         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
5283         (arm_gen_constant): Use HOST_UINT.
5284         (arm_canonicalize_constant): Use HOST_UINT.
5285         (arm_reload_in_hi): Use HOST_UINT.
5286         (arm_reload_out_hi): Use HOST_UINT.
5287         (output_multi_immediate): Use HOST_UINT.
5288         (int_log2): Use HOST_UINT.
5289         (arm_poke_function_name): Use HOST_UINT.
5290         (arm_output_epilogue): Use arm_volatile_func().
5291         (output_thumb_prologue): Use arm_strip_name_encoding().
5292
5293 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5294
5295         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
5296         of sequence point problems.
5297
5298 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
5299
5300         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
5301         Recomment.
5302         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
5303
5304 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5305
5306         * sbitmap.h: Whitespace changes and use upper-case macro args.
5307         (struct simple_bitmap_def): All sizes now unsigned.
5308         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
5309         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
5310         (sbitmap_vector_alloc): Parms and local vars now unsigned.
5311         (sbitmap_zero): Cast bzero arg to PTR.
5312         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
5313         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
5314         loop to make structure clearer.
5315         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
5316         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
5317         (sbitmap_a_and_b_or_c): Likewise.
5318         (sbitmap_intersection_of_succs): Minor cleanups.
5319         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
5320         (sbitmap_union_of_preds): Likewise.
5321         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
5322         (debug_sbitmap): New function.
5323
5324         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
5325         * c-typeck.c (convert_for_assignment): Likewise.
5326
5327         * expmed.c (init_expmed): Don't free objects we make.
5328         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
5329
5330         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
5331         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
5332
5333         * gcse.c (expr_hash_table_size): Now unsigned.
5334         (compute_ae_gen): Local variable `i' now unsigned.
5335         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
5336         (compute_transout, hoist_code): Likewise.
5337         (compute_local_properties): Likewise, also hash_table_size.
5338         (alloc_expr_hash_table): N_INSNS now unsigned.
5339         (delete_null_pointer_checks): Mark arg F as unused.
5340
5341         * regrename.c: Minor cleanups, including chang some variables
5342         to unsigned int.
5343
5344 2000-04-10  Neil Booth  <NeilB@earthling.net>
5345
5346         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
5347         than GETC ().
5348         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
5349
5350 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5351
5352         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
5353         __classof__, and __headof__ from the list of gnu keywords.
5354         (-ansi): Remove -foperator-names from list of implied options.
5355         Do not call it ANSI C++.
5356         (-foperator-names): Document as -fno-operator-names.
5357
5358 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
5359
5360         * cpphash.c (timestamp): Delete.
5361         (del_HASHNODE): If type is T_MCONST, free value.cpval.
5362         (special_symbol): Remove unnecessary braces.  Remove
5363         T_VERSION.  Treat T_STDC like T_CONST unless
5364         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
5365         when one is encountered, then convert them into T_MCONST
5366         nodes.
5367         * cppinit.c (builtin_array): version_string is T_MCONST.
5368         __STDC__ has a "1" in its cpval.  Don't have a terminator
5369         entry.  Clean up which entries are dumped.
5370         (initialize_builtins): Only __STDC__ gets the special
5371         -traditional treatment.  Count the length of builtin_array.
5372         Render version_string here.
5373         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
5374         * cpplib.h (struct cpp_reader): Remove timebuf.
5375
5376 2000-04-09  Richard Henderson  <rth@cygnus.com>
5377
5378         * genrecog.c (pred): Update comparison_operator for the unordered
5379         operators.
5380
5381         * config/i386/i386.c (no_comparison_operator): Disallow unordered
5382         operators.
5383         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
5384         (uno_comparison_operator): New.
5385         (put_condition_code): Handle UNORDERED/ORDERED.
5386         (unsigned_comparison): Likewise.
5387         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
5388         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
5389         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
5390         update all callers.  Handle all 8 unordered operators.
5391         (ix86_expand_setcc): Lose the unordered argument, update all callers.
5392         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
5393         * config/i386/i386.h (PREDICATE_CODES): Update.
5394         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
5395         (ix86_expand_branch, ix86_expand_setcc): Update.
5396         * config/i386/i386.md (sunordered, sordered): New.
5397         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
5398         (bunordered, bordered): New.
5399         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
5400         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
5401         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
5402
5403 2000-04-09  Philip Blundell  <philb@gnu.org>
5404
5405         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
5406
5407 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
5408
5409         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
5410         fix_truncxfhi2): New patterns.
5411         * i386.c (output_fix_trunc): Handle converting to HImode.
5412
5413 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
5414
5415         * ssa.c (convert_to_ssa): Eliminate dead code when calling
5416         life_analysis.
5417         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
5418         (for_each_successor_phi): Change parameter to basic_block.
5419         (coalesce_regs_in_successor_phi_nodes): Likewise.
5420         (coalesce_regs_in_copies): Likewise.
5421         (compute_coalesced_reg_partition): Use basic_block instead of index.
5422         * rtl.h (convert_to_ssa): Delete.
5423         (convert_from_ssa): Likewise.
5424         (successor_phi_fn): Likewise.
5425         (for_each_successor_phi): Likewise.
5426         (in_ssa_form): Likewise.
5427         * basic-block.h (convert_to_ssa): Moved from rtl.h.
5428         (convert_from_ssa): Likewise.
5429         (successor_phi_fn): Likewise.
5430         (in_ssa_form): Likewise.
5431         (for_each_successor_phi): Likewise.  Change parameter to basic_block.
5432         * flow.c (calculate_global_regs_live): Pass a basic_block to
5433         for_each_successor_phi.
5434
5435 2000-04-08  Richard Henderson  <rth@cygnus.com>
5436
5437         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
5438         was modified in the current insn.
5439
5440 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
5441
5442         * arm/thumb.md: Delete.
5443         * arm/thumb-protos.h: Delete.
5444
5445 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
5446
5447         Merge changes from merged-arm-thumb-backend-branch onto trunk.
5448
5449         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
5450
5451         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
5452         into branch.
5453
5454         * arm.md (nop): Use the standard RTL expression.  Don't code as a
5455         define_expand.
5456         (*arm_nop, *thumb_nop): Delete.
5457
5458         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
5459         constants.  Use casts instead.
5460         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
5461         output_multi_immediate, arm_poke_function_name): Likewise.
5462         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
5463         MASK_RETURN_ADDDR): Likewise.
5464
5465         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
5466
5467         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
5468         into branch.
5469
5470         * arm.md (eh_epilogue): New function.
5471         * arm.h (struct machine_function): Move to here ...
5472         * arm.c: ... from here.
5473         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
5474         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
5475         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
5476
5477         2000-03-30  Nick Clifton  <nickc@cygnus.com>
5478
5479         * config/arm/semi.h (ASM_SPEC): Restore definition.
5480         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
5481
5482         * config/arm/elf.h (ASM_SPEC): Restore definition.
5483         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
5484
5485         * config/arm/arm.h (ASM_SPEC): Remove definition.
5486         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
5487
5488         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
5489
5490         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
5491
5492         2000-03-24  Nick Clifton  <nickc@cygnus.com>
5493
5494         Various formating tidyups, elimination of compile time
5495         warnings and synchronisation with internal sources:
5496
5497         * config/arm/arm-protos.h (assemble_align): Add prototype.
5498         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
5499         (gen_comapre_reg): Rename to arm_gen_compare_reg.
5500         (arm_return_addr_rtx): Rename to arm_return_addr.
5501
5502         * config/arm/arm.c: Include except.h.
5503         Define shorter typenames for strict minipool_node and struct
5504         minipool_fix.
5505         (arm_return_in_memory): For WinCE return all structures <= 32 bits
5506         in memory.
5507         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
5508         (gen_comapre_reg): Rename to arm_gen_compare_reg.
5509
5510         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
5511         already defined.
5512         (ASM_SPEC): Define if not already defined.
5513         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
5514
5515         * config/arm/arm.md: Rename references to gen_rotated_half_load to
5516         arm_gen_rotated_half_load, and references to gen_comapre_reg to
5517         arm_gen_compare_reg.
5518         (indirect_jump):  Only accept register operands.
5519         (load_indirect_jump): Keep this pattern since combine can generate
5520         it.
5521
5522         * config/arm/coff.h: Include aout.h.
5523         (MULTILIB_DEFAULTS): Only define if not already defined.
5524
5525         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
5526         into arm.h (so that COFF ports can support thumb based aliases).
5527         (ASM_SPEC): Move definition into arm.h
5528
5529         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
5530         redundant apcs spec.
5531         (ASM_SPEC): Move definition to arm.h
5532
5533         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
5534
5535         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
5536         for entries in the .bss section
5537
5538         2000-03-23  Nick Clifton  <nickc@cygnus.com>
5539
5540         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
5541         to thumb_far_jump_used_p.
5542
5543         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
5544         single integer parameter.
5545
5546         * config/arm/arm.c (struct machine_function): Add two new
5547         fields, 'far_jump_used' and 'arg_pointer_live'.
5548         (thumb_far_jump_used_p): Once the decision has been made that
5549         far jumps might be used, always return true.
5550         If being called from the initial elimination offset macro then
5551         do not bother to perform the test if the arg pointer is not
5552         being used.
5553         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
5554         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
5555
5556         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
5557
5558         * arm.c (output_return_instruction): Handle more cases where we can
5559         return from a function with an ldr instruction.
5560         (arm_output_epilogue): Likewise.
5561
5562         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
5563         if we need to push a large stack frame and there are no callee-saved
5564         registers.
5565
5566         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
5567         in ARM code if the frame pointer has been eliminated.
5568
5569         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
5570         unspec_volatile arguments to avoid duplicates.
5571         (consttable_1, consttable_2): Fixes for big-endian mode.
5572
5573         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
5574         as appropriate.
5575
5576         Re-write constant pool code.
5577         * arm.c (minipool_node, minipool_fix): New types.
5578         (minifix): Delete type.
5579         (arm_add_minipool_constant): Delete.
5580         (arm_compute_minipool_offsets, arm_find_barrier,
5581         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
5582         (get_jump_table_size): Now returns HOST_WIDE_INT.
5583         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
5584         functions.
5585         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
5586         (assign_minipool_offsets, arm_print_value): Likewise.
5587         (dump_minipool): Rewrite.
5588         (arm_barrier_cost): New function.
5589         (create_fix_barrier): New function.
5590         (push_minipool_barrier): New function.
5591         (push_minipool_fix): Record additional information about the fixup
5592         required.
5593         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
5594         check the mode of what needs fixing.
5595         (arm_reorg): Rewrite.
5596
5597         2000-03-08  Nick Clifton  <nickc@cygnus.com>
5598
5599         * config/arm/arm.md (indirect_jump): Force constant addresses into
5600         a register.
5601
5602         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
5603
5604         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
5605
5606         2000-02-24  Nick Clifton  <nickc@cygnus.com>
5607
5608         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
5609         adjust is word aligned.
5610         (thumb_expand_epilogue): Make sure that stack adjust is word
5611         aligned.
5612
5613         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
5614
5615         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
5616
5617         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
5618         pointer relative addresses.
5619
5620         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
5621
5622         * arm.c (find_barrier): Find the last barrier within the allowed
5623         range.
5624
5625         2000-02-09  Nick Clifton  <nickc@cygnus.com>
5626
5627         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
5628
5629         2000-02-09  Nick Clifton  <nickc@cygnus.com>
5630
5631         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
5632         ARM_FUNCTION_PROFILER.
5633
5634         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
5635         ARM_FUNCTION_PROFILER.
5636
5637         * config/arm/linux-oldld.h: Imported from mainline sources.
5638
5639         2000-02-07  Nick Clifton  <nickc@cygnus.com>
5640
5641         * config/arm/lib1funcs.asm: Merge in thumb functions from
5642         lib1thumb.asm.
5643
5644         * config/arm/lib1thumb.asm: Delete.
5645
5646         2000-02-04  Nick Clifton  <nickc@cygnus.com>
5647
5648         * config/arm/arm.c: Sychronised with current Red hat local
5649         sources.
5650         * config/arm/arm.h: Ditto.
5651         * config/arm/arm-protos.h: Ditto.
5652
5653         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
5654
5655         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
5656
5657         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
5658         byte stores.
5659
5660         2000-02-02  Nick Clifton  <nickc@cygnus.com>
5661
5662         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
5663
5664         * config/arm/arm.md (epilogue): Fix rtl checking abort because
5665         (return) was emited using an emit_insn() call.
5666
5667         2000-01-31  Nick Clifton  <nickc@cygnus.com>
5668
5669         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
5670         thumb stack frame.
5671         (thumb_exit): Move frame pointer back into hard frame pointer
5672         register if backtracing is being used.
5673
5674         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
5675
5676         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
5677         into branch.
5678
5679         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
5680
5681         * config/arm/arm.md (neg_pool_offset): Provide default for new
5682         attribute.
5683         (arm_movsi_insn): Add neg_pool_offset attribute.
5684         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
5685         rtx for the insn that starts the scan and an unsigned long for its
5686         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
5687         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
5688         instructions in *PINSERTED.
5689         (struct minipool_fixup): Add MIN_ADDRESS elt.
5690         (sort_fixups): Compute it.
5691         (arm_reorg): Changes to support inserting pools before the insn to be
5692         fixed up.
5693
5694         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
5695
5696         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
5697         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
5698         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
5699
5700         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
5701
5702         * config/arm/semi.h (TARGET_VERSION): Do not define if already
5703         defined.
5704         (TARGET_DEFAULT): Do not define if already defined.
5705
5706         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
5707
5708         * config/arm/arm.md (anddi3): Allow disjoint source operands.
5709         (iordi3): Allow disjoint source operands.
5710         (xordi3): Allow disjoint source operands.
5711         (negdi2): Permit construction for ARM and Thumb.
5712         (arm_negdi2): Renamed version of old negdi2 pattern.
5713         (thumb_negdi2): New pattern: Only permit non-overlapping
5714         source and destination.
5715
5716         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
5717
5718         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
5719         scratch low register so that it will not be deleted.
5720
5721         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
5722
5723         * config/arm/pe.h (ARM_PE): Define.
5724
5725         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
5726         interfacearm attribute if this is a PE toolchain.
5727         (output_return_instruction): Do not emit anything if the function
5728         has the naked attribute set.
5729         (is_called_in_ARM_mode): If the function has the interfacearm
5730         attribute then return true.
5731         (thumb_expand_prologue): Do not generate a prologue for naked
5732         functions.
5733         (thumb_expand_epilogue): Do not generate an epilogie for a naked
5734         function.
5735         (output_thumb_prologue): Do not bother if the function is naked.
5736         Strip PE encoding from function name before emitting.
5737
5738         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
5739
5740         * arm.md (pic_load_addr): Fix constraints.
5741
5742         * arm.md (casesi_insn): Fix mis-applied patch.
5743
5744         * arm.md ("core" function unit): Add rules for single- and
5745         multi-cycle insns.
5746         (All TARGET_THUMB patterns): Add "type" attribute information
5747         where needed.
5748         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
5749         the following insn is a CALL.
5750
5751         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
5752         pointer.
5753         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
5754         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
5755         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
5756
5757         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
5758
5759         * config/arm/linux-gas.h: oops - this file was missed out when the
5760         branch was created...
5761
5762         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
5763
5764         * thumb.c: Deleted.  Move contents to ...
5765         * arm.c: ... here.
5766         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
5767         rule for thumb.o
5768         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
5769         * configure: Regen.
5770
5771         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
5772         declare a prototype for asm_output_align();
5773
5774         * arm.c (thumb_condition_code): Delete.
5775         (arm_print_operand): Always use arm_condition_code array.
5776
5777         * arm.c (thumb_return_addr_rtx): Delete.
5778         (arm_save_machine_status, arm_restore_machine_status): Delete.
5779         (arm_init_machine_status, arm_mark_machine_status): New functions.
5780         (arm_init_expanders): Update accordingly.
5781         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
5782         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
5783         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
5784
5785         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
5786
5787         * configure.in : Fix arm-*-aout target to use new t-arm-aout
5788         script.
5789         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
5790         targets.
5791
5792         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
5793
5794         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
5795         stack backtrace structure.
5796
5797         * config/arm/arm-protos.h: Add prototypes for functions defined in
5798         arm/pe.h.
5799
5800         * config/arm/arm.c (arm_override_options): Fix selection of
5801         attributes of default processor.
5802
5803         * config/arm/coff.h: Delete needless #include.
5804
5805         * config/arm/pe.c: Delete unused code.
5806
5807         * config/arm/pe.h (CPP_DEFINES): Delete
5808         (SUBTARGET_CPP_SPEC): Define.
5809         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
5810
5811         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
5812
5813         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
5814
5815         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
5816         updated.
5817         (CAN_DEBUG_WITHOUT_FP): Define.
5818         (FIXED_REGISTERS): Make r11 call-saved.
5819         (CALL_USED_REGISTERS): Likewise.
5820         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
5821         (FRAME_POINTER_REQUIRED): Correct logic for determining when a
5822         frame-pointer is required.
5823         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
5824         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
5825         if the target normally needs a stack frame in non-leaf functions.
5826         (use_return_insn): Correct logic for determining when a return
5827         instruction can be used.
5828         (output_return_instruction): Handle the frame-pointer register as
5829         a normal register when not TARGET_APCS_FRAME.
5830         (arm_output_prologue): Likewise.
5831         (arm_output_epilogue): Likewise.
5832         (output_func_epilogue): Likewise.
5833         (arm_expand_prologue): Likewise.
5834         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
5835
5836         * arm.c (use_return_insn): No need to check floating point regs if
5837         TARGET_SOFT_FLOAT.
5838         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
5839         the code of value stored in the minipool array.
5840         (arm_add_minipool_constant): Likewise.
5841
5842 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5843
5844         * basic-block.h (conflict_graph_enum_fn): K&R fix.
5845
5846 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5847
5848         * tree.c (tree_expr_nonnegative_p): New function.
5849
5850         * tree.h (tree_expr_nonnegative_p): Declare.
5851
5852         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
5853         elide some sign_compare warnings.
5854         (build_conditional_expr): Likewise.
5855
5856 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
5857
5858         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
5859
5860         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
5861         * i386.c (print_operand): Use the proper suffix for a 387 HImode
5862         operand.  Abort if a 387 operand has an unsupported size.
5863
5864 2000-04-08  Neil Booth  <NeilB@earthling.net>
5865
5866         * cppexp.c (parse_charconst): Null does not end character
5867         constants.
5868         * cppinit.c (ISTABLE): Null character handled as whitespace.
5869         * cpplex.c (null_warning):  new function.
5870         (skip_string): Emit warning if nulls encountered.
5871         (_cpp_skip_hspace): Emit warning if nulls encountered.
5872         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
5873         them.
5874         * cpp.texi: Update.
5875
5876 2000-04-07  Richard Henderson  <rth@cygnus.com>
5877
5878         * flow.c (loop_depth): Remove.
5879         (reg_next_use, cc0_live, mem_set_list): Replace with ...
5880         (struct propagate_block_info): New.
5881         (life_analysis): Don't allocate reg_next_use.
5882         (propagate_block_delete_insn): Break out of propagate_block.
5883         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
5884         (propagate_block_delete_libcall): Likewise.
5885         (propagate_block): Create a propagate_block_info struct to pass
5886         to subroutines.  Allocate one not two temporary regsets.  Don't
5887         clobber memory for const calls.  Look for clobbers in
5888         CALL_INSN_FUNCTION_USAGE.
5889         (mark_set_regs): Recognize COND_EXEC.
5890         (mark_set_reg): Break out of mark_set_1.
5891         (mark_used_reg): Break out of mark_used_regs.
5892         (mark_used_regs): Recognize COND_EXEC.
5893         (insn_dead_p): Use propagate_block_info struct.
5894         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
5895         (find_auto_inc, try_pre_increment_1): Likewise.
5896         (print_rtl_with_bb): Dump regs live at end too.
5897         (count_reg_sets_1): Pass in loop_depth.
5898         (count_reg_sets, count_reg_references): Likewise.
5899         (recompute_reg_usage): Provide it.
5900
5901 2000-04-07  Richard Henderson  <rth@cygnus.com>
5902
5903         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
5904         not the raw files.
5905
5906 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
5907
5908         * cpplib.c (do_elif): Skip the rest of the line if we're
5909         not going to bother evaluating it.
5910         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
5911         to avoid pointless calls to the lexer.
5912
5913 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
5914
5915         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
5916
5917 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
5918
5919         * calls.c (expand_call): emit_queue if we're trying a sibcall.
5920
5921 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
5922
5923         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
5924
5925 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
5926
5927         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
5928         crtend so they can be multilibbed.
5929         (STAGESTUFF): Remove s-crt and s-crtS.
5930
5931 2000-04-07  Richard Henderson  <rth@cygnus.com>
5932
5933         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
5934         if we discover we need a pseudo and no_new_pseudos is true.
5935         * config/alpha/alpha.md (ne:DI insn): New.
5936         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
5937
5938 2000-04-07  Richard Henderson  <rth@cygnus.com>
5939
5940         * rtl.def (COND_EXEC): New.
5941         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
5942         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
5943
5944         * genconfig.c (have_cond_arith_flag): Remove.
5945         (have_cond_exec_flag): New.
5946         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
5947         (main): Print HAVE_conditional_execution.
5948
5949         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
5950         (sched_analyze_insn, print_pattern): Likewise.
5951         * reload.c (find_equiv_reg): Likewise.
5952         * rtlanal.c (reg_referenced_p): Likewise.
5953         (note_stores, dead_or_set_regno_p): Likewise.
5954         (reg_overlap_mentioned_p): Rewrite to use a switch.
5955
5956         * ggc.h (struct rtx_def): Forward declare.
5957
5958         * print-rtl.c (debug_rtx_range): New.
5959         * rtl.h (debug_rtx_range): Declare.
5960
5961         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
5962
5963         * gcse.c (gcse_main): Don't rebuild the CFG here.
5964         (delete_null_pointer_checks): Likewise.
5965         * ssa.c (convert_to_ssa): Likewise.
5966         * toplev.c (rest_of_compilation): Do it here instead.  Combine
5967         sequential calls to TIMEVAR.  Consistently use `insns' instead of
5968         `get_insns()'.  Always split insns after reload when optimizing.
5969
5970         * basic-block.h (merge_blocks_nomove): Declare.
5971         (tidy_fallthru_edge): Declare.
5972         * flow.c (merge_blocks_nomove): Document as merging into previous
5973         blocks.  Remove cruft from between blocks; remove all edges out of A.
5974         (tidy_fallthru_edge): Export.
5975
5976 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
5977
5978         * ssa.c (compute_conservative_reg_partition): Declare with
5979         void arguments.
5980         * toplev.c (clean_dump_file): Remove previously-deleted function
5981         inadvertantly merged back in.
5982         * conflict.c (conflict_graph_add): Use a single call to
5983         htab_find_slot to look up and insert.
5984
5985 2000-04-06  Richard Henderson  <rth@cygnus.com>
5986
5987         * genrecog.c (*): Rename _last_insn to last_insn.
5988         (make_insn_sequence): Set the position of the peephole2 C test
5989         to be at the last insn.
5990
5991 2000-04-06  Richard Henderson  <rth@cygnus.com>
5992
5993         * flow.c (compute_flow_dominators): Free worklist.
5994
5995 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
5996
5997         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
5998
5999 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
6000
6001         * rtl.h (INSN_P): New macro.
6002         (successor_phi_fn): New typedef.
6003         (for_each_successor_phi): New prototype.
6004         (in_ssa_form): New variable.
6005         (PHI_NODE_P): Likewise.
6006         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
6007         phi nodes in successors.
6008         (mark_used_regs): Add PHI case.
6009         (set_phi_alternative_reg): New function.
6010         (life_analysis): Assert that dead code elimination is not selected
6011         when in SSA form.
6012         * toplev.c (to_ssa_time): New variable.
6013         (from_ssa_time): Likewise.
6014         (compile_file): Zero to_ssa_time and from_ssa_time.
6015         Print time to convert to and from SSA.
6016         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
6017         (print_time): Compute percent fraction as integer.
6018         * ssa.c (PHI_NODE_P): Moved to rtl.h.
6019         (convert_to_ssa): Check if we're already in SSA.
6020         Don't eliminate dead code in life_analysis.
6021         Rerun flow and life analysis at bottom.
6022         (eliminate_phi): Use canonical regnos when adding nodes.
6023         (mark_reg_in_phi): New function.
6024         (mark_phi_and_copy_regs): Likewise.
6025         (convert_from_ssa): Rerun life analysis at top.
6026         Use coalesced partition.
6027         Check for removing a phi node at the end of the block.
6028         (compute_coalesced_reg_partition): New function.
6029         (coalesce_regs_in_copies): Likewise.
6030         (coalesce_reg_in_phi): Likewise.
6031         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
6032         (for_each_successor_phi): Likewise.
6033         (rename_context): New struct.
6034         (rename_block): Use a rename_context with rename_insn_1.  When
6035         renaming sets of a subreg, emit a copy of the entire reg first.
6036         (rename_insn_1): Treat data as a rename_context *.  Save current
6037         insn in set_data.
6038         (rename_set_data): Add field set_insn.
6039         * Makefile.in (HASHTAB_H): Move up in file.
6040         (OBSTACK_H): New macro.
6041         (collect2.o): Use OBSTACK_H in dependencies.
6042         (sdbout.o): Likewise.
6043         (emit-rtl.o): Likewise.
6044         (simplify-rtx.o): Likewise.
6045         (fix-header.o): Likewise.
6046         (OBJS): Add conflict.o.
6047         (conflict.o): New rule.
6048         * basic-block.h: Include partition.h.
6049         (conflict_graph): New typedef.
6050         (conflict_graph_enum_fn): Likewise.
6051         (conflict_graph_new): New prototype.
6052         (conflict_graph_delete): Likewise.
6053         (conflict_graph_add): Likewise.
6054         (conflict_graph_conflict_p): Likewise.
6055         (conflict_graph_enum): Likewise.
6056         (conflict_graph_merge_regs): Likewise.
6057         (conflict_graph_print): Likewise.
6058         (conflict_graph_compute): Likewise.
6059         * conflict.c: New file.
6060
6061 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
6062
6063         * tlink.c (read_repo_files): Don't look for .rpo info for
6064         linker flags.
6065
6066 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6067
6068         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
6069
6070 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6071
6072         * config/sh/lib1funcs.asm (___udivsi3_i4):
6073         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
6074         only depends on FMOVD_WORKS.
6075
6076 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6077
6078         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
6079         make double constant 8-byte aligned.
6080
6081 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
6082
6083         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
6084         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
6085         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
6086         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
6087         Accept storing GENERAL_REGS into offsetable memory.
6088         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
6089         building a TFmode constant other than 0.0L into GENERAL_REGS.
6090
6091 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
6092
6093         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
6094
6095 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
6096
6097         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
6098         (macro_cleanup): No need to cast pbuf->macro.
6099         (collect_expansion): Use _cpp_get_define_token.  Goto done if
6100         it returns VSPACE.  Remove check for trailing space after
6101         CPP_COMMENT.
6102         (_cpp_create_definition): Don't diddle flags here.  Return
6103         directly on error.
6104         (unsafe_chars): Handle c1 being EOF.
6105         (push_macro_expansion): Use unsafe_chars for both accidental-paste
6106         checks.  Don't push the buffer till after we're done with
6107         them.
6108         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
6109         (PEEKN, FORWARD, GETC, PEEKC): Use them.
6110         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
6111         appropriately.
6112         (_cpp_parse_assertion): Don't NUL terminate.
6113         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
6114         hspace before calling _cpp_parse_assertion.  Remove all sets
6115         of only_seen_white. Treat '\f' as hspace.  Don't do anything
6116         special with '\n' here.
6117         (maybe_macroexpand): Handle T_EMPTY hash entries without
6118         pushing a buffer at all.
6119         (cpp_get_token): Handle clearing only_seen_white here.  Handle
6120         incrementing the line number here.  Clear
6121         potential_control_macro as well as only_seen_white, if
6122         appropriate.
6123         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
6124         (_cpp_get_define_token): New function, basically like
6125         _cpp_get_directive_token was but doesn't eat horizontal space.
6126         Don't do anything with only_seen_white here.
6127         (_cpp_get_directive_token): Just call _cpp_get_define_token
6128         repeatedly till it returns non-hspace.
6129
6130         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
6131         (conditional_skip, skip_if_group): Return int.
6132         (DIRECTIVE_TABLE): Change origin of all conditional directives
6133         to "COND".
6134         (TRAD_DIRECT_P): New macro.
6135         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
6136         an error for a bogus directive, unless -lang-asm.  Use
6137         TRAD_DIRECT_P. Loop calling handler functions till one returns
6138         zero.
6139         (get_macro_name): Don't diddle flags here.
6140         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
6141         Create T_EMPTY nodes for #define macro /* nothing */.
6142         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
6143         Use hp->name when calling pass_thru_directive.
6144         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
6145         Return the result of conditional_skip and/or skip_if_group.
6146         Don't call _cpp_output_line_command.
6147         (consider_directive_while_skipping): Use _cpp_get_directive_token.
6148         Issue -Wtraditional warnings as appropriate.  Don't complain
6149         about unrecognized directives.  If we are to stop skipping,
6150         return the number of the directive that ended the skip.
6151         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
6152         expansion and line commands while skipping.  Return the result
6153         of consider_directive_while_skipping, if nonzero.
6154         (do_endif): Just set potential_control_macro here.
6155         (validate_else): Use _cpp_get_directive_token.
6156         (do_assert, do_unassert): Don't save pointers into the
6157         token_buffer across calls to the lexer.  Use
6158         _cpp_get_directive_token.
6159
6160         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a
6161         pointer, not an offset.  Replace 'data', which was a generic
6162         pointer, with 'macro', which points to a struct hashnode.
6163         (cpp_reader): Add 'potential_control_macro' pointer.
6164         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
6165         (CPP_BUF_GET, CPP_FORWARD): Delete.
6166         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
6167         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
6168         ACTIVE_MARK_P): Update.
6169         (_cpp_get_define_token): New internal function.
6170         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
6171
6172 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
6173
6174         * configure.in: And here.
6175         * configure: Regenerate.
6176         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
6177         --enable-libstdcxx-v3 is passed at configure time.
6178         * config.h.in: Regenerate.
6179
6180 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
6181
6182         * final.c (final): Use xcalloc to allocate line_note_exists.
6183         * function.c (free_after_compilation): Free the temp_slots.
6184         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
6185         (combine_temp_slot): Free temp_slots when they get combined.
6186         (purge_addressof): Fix typo in comment.
6187         * stmt.c (mark_goto_fixup): Mark the fixup itself.
6188         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
6189
6190         * ggc.h: Include varray.h.
6191         (ggc_pending_trees): Declare.
6192         (ggc_mark_tree_children): Remove declaration.
6193         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
6194         * ggc-common.c (ggc_pending_trees): New variable.
6195         (ggc_mark_roots): Call ggc_mark_trees.
6196         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
6197         the ggc_pending_trees.
6198         * Makefile.in (GGC_H): New variable.  Use it throughout in place
6199         of ggc.h.
6200
6201 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6202
6203         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
6204         GET_MODE_SIZE.
6205
6206 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6207
6208         * sh.c (sh_insn_length_adjustment): New function.
6209         * sh-protos.h (sh_insn_length_adjustment): Declare.
6210         * sh.h (ADJUST_INSN_LENGTH): Use it.
6211
6212 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
6213
6214         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
6215         from the insn where REG_RETVAL is added.
6216         (emit_no_conflict_block): Ditto.
6217
6218         * md.texi (Standard Names): Clarify when movX is needed.
6219
6220         * combine.c (simplify_comparison) [MINUS]: Do not replace
6221         all (op (minus A B) 0) with (op A B).
6222
6223 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
6224                           J"orn Rennecke <amylaar@cygnus.co.uk>
6225
6226         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
6227         (block_lump_real): Likewise.
6228
6229 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
6230
6231         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
6232         remaining non-zero debugging masks.
6233
6234 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
6235
6236         * basic-block.h (verify_flow_info): Declare.
6237         (flow_loop_outside_edge_p): Declare.
6238         * flow.c (verify_flow_info): Remove declaration.
6239         (clear_log_links, flow_loop_outside_edge_p): Likewise.
6240
6241 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
6242
6243         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
6244         not C++ comments.
6245
6246 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
6247
6248         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
6249         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
6250         seqdi_zero_trunc+1): Allow splits only if registers are
6251         different.
6252
6253 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
6254
6255         * acconfig.h: Add HAVE_GAS_HIDDEN.
6256         * config.in: Regenerated.
6257         * configure.in: Add test for .hidden pseudo-op in gas.
6258         * configure: Regenerated.
6259         * crtstuff.c: Include auto-host.h.
6260         Emit additional .hidden pseudo-op for __dso_handle if the
6261         assembler knows about it.
6262
6263 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
6264
6265         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
6266         before freeing argnames.
6267         * cpplib.c (do_ifndef): Cast return value of xstrdup.
6268
6269 2000-04-05  Michael Meissner  <meissner@redhat.com>
6270
6271         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
6272         Walton <jonboy@gordian.com> to make memory references with update
6273         work wtih -mregnames.
6274
6275 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6276
6277         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
6278         (regrename_optimize): Rename variables `def_uses' and
6279         `ext_basic_blocks' to avoid conflicts with similarly named
6280         typedefs in traditional C.
6281
6282         * calls.c (initialize_argument_information): Fix typo in previous
6283         change.
6284
6285 2000-04-04  Richard Henderson  <rth@cygnus.com>
6286
6287         * regrename.c (consider_available): Test fixed_regs not
6288         PIC_OFFSET_TABLE_REGNUM.
6289
6290 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
6291
6292         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
6293         crtend.
6294         (CRTSTUFF_T_CFLAGS_S): Delete definition.
6295         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
6296         (ENDFILE_LINUX_SPEC): Always use crtend.
6297         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
6298         (powerpc-*-linux-gnu): Likewise.
6299         * configure: Regenerate.
6300
6301         * config/rs6000/eabi.h: Don't include sysv4.h.
6302         (MULTILIB_DEFAULTS): Don't define.
6303         * config/rs6000/eabiaix.h: Don't include eabi.h.
6304         * config/rs6000/eabile.h: Delete.
6305         * config/rs6000/eabilesim.h: Delete.
6306         * config/rs6000/eabisim.h: Don't include eabi.h.
6307         * config/rs6000/linux.h: Don't include sysv4.h.
6308         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
6309         (MULTILIB_DEFAULTS): Don't redefine.
6310         * config/rs6000/rtems.h: Don't include eabi.h.
6311         * config/rs6000/sol2.h: Don't include sysv4le.h.
6312         * config/rs6000/sysv4le.h: Don't include sysv4.h.
6313         * config/rs6000/t-ppc: Delete.
6314         * config/rs6000/t-ppcgas: Correct comment.
6315         * config/rs6000/t-ppcos: Correct comment.  Don't build
6316         multilibs for -fPIC, rather use -fPIC -mstrict-align
6317         as default.
6318         * config/rs6000/t-ppc: Delete.
6319         * config/rs6000/vxppc.h: Don't include sysv4.h.
6320         * config/rs6000/vxppcle.h: Delete.
6321         * configure.in: Use multiple header files for p2pc ELF targets
6322         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
6323         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
6324         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
6325         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
6326         always available for these platforms.
6327
6328 2000-04-04  Richard Henderson  <rth@cygnus.com>
6329
6330         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
6331
6332 2000-04-04  Stan Cox  <scox@cygnus.com>
6333
6334         * Makefile.in: Add rules for regrename.o
6335         * regrename.c: New file.
6336         * rtl.h (regrename_optimize): Add prototype.
6337         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
6338         (compile_file, decode_d_option): Add support for -frename-registers.
6339         (rest_of_compilation): Call regrename_optimize.
6340         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
6341         New macros.
6342
6343 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
6344
6345         * Makefile (gccbug): New target.
6346         (doc): Depend on it.
6347         * gcc.texi (Bugs): Link subnodes.
6348         (gccbug): New node.
6349         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
6350         Document severities, priorities, and classes in bug form.
6351
6352 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
6353
6354         * cpplex.c (trigraph_map, speccase): Combine into single
6355         table, chartab.
6356         (NORMAL, NONTRI): New macros.
6357         (_cpp_read_and_prescan): Change to use unified table.  Use
6358         is_hspace to test for whitespace.
6359
6360         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
6361         definition that doesn't provoke the "empty body in an
6362         if-statement" warning.
6363
6364 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
6365
6366         * builtins.c (expand_builtin_strlen): Force the source to
6367         be a memory address.
6368
6369 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6370
6371         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
6372
6373 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6374
6375         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
6376          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
6377         (ECF_IS_CONST): Rename to ECF_CONST.
6378         (special_function_p): Make static, change interface.
6379         (flags_from_decl_or_type, try_to_integrate): Break out from ...
6380         (expand_call) ... here; convert number of variables to flags.
6381         (emit_library_call_vlue_1): Likewise.
6382         (setjmp_call_p): New function.
6383         (initialize_argument_information): Accepts flags as argument;
6384         return flags.
6385         (precompute_arguments): Likewise.
6386         * tree.h (special_function_p): Remove.
6387         (setjmp_call_p): Add prototype.
6388
6389 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
6390
6391         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
6392         so that addresses are offsetable by up to 16 bytes.
6393         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
6394         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
6395         offsetable.
6396
6397         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
6398         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
6399         (movsf): Don't force any constant to memory if target is integer
6400         hard register.
6401         Move fp_zero_operand check below the const0_rtx check.
6402         (movtf): Likewise. Also allow fp_zero_operand for stores into
6403         memory.
6404         (movdf): Likewise. Also allow fp_zero_operand for stores into
6405         memory and into integer hard registers.
6406         (clear_df, clear_dfp, movdf_const_intreg_sp32,
6407         movdf_const_intreg_sp64): Remove.
6408         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
6409         conditions.
6410         (movdf_no_e_insn_v9_sp32): New pattern.
6411         (movdf_insn_v9only): Remove.
6412         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
6413         (movdf_insn_sp64): Remove.
6414         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
6415         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
6416         (following splits): Rewrite conditions. Add two new splits
6417         for storing 0.0 into memory and registers.
6418         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
6419         (movtf_insn_sp32): Redo constraints and conditions.
6420         (movtf_insn_vis_sp32): New pattern.
6421         (movtf_no_e_insn_sp32): Redo constraints and conditions.
6422         (movtf_insn_hq_sp64): Likewise.
6423         (movtf_insn_hq_vis_sp64): New pattern.
6424         (movtf_insn_sp64): Redo constraints and conditions.
6425         (movtf_insn_vis_sp64): New pattern.
6426         (movtf_no_e_insn_sp64): Redo constraints and conditions.
6427         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
6428         or memory.
6429         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
6430         -mvis or -m64 to take down the number of various reload patterns.
6431
6432 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
6433
6434         * pa/pa-64.h: New file.
6435         * pa/pa64-regs.h: New file.
6436         * pa/pa64-start.h: New file.
6437         * pa/t-pa64: New file.
6438         * pa/xm-pa64hpux.h: New file.
6439
6440 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6441
6442         * sparc.c (output_restore_regs): Prototype.
6443         (sparc_emit_float_lib_cmp): Constification.
6444
6445         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
6446
6447         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
6448         Prototype.
6449
6450         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
6451         (get_value_hash, hash_rtx): Likewise.
6452
6453         * ssa.c (compute_conservative_reg_partition): Prototype.
6454
6455         * tree.c (mark_hash_entry): Prototype.
6456
6457 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
6458
6459         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
6460         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
6461         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
6462
6463         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
6464         * objc/lang-specs.h: Likewise.
6465
6466 2000-04-03  Neil Booth  <NeilB@earthling.net>
6467
6468         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
6469         and SYNTAX_ERROR2. Replace `' in messages with ''.
6470         (op_to_str): Make re-entrant.
6471         (_cpp_parse_expr): Implement new error macros. Use | rather
6472         than || to logically or 2 boolean integers.  Simply expression
6473         checking we have a left operand iff needed.
6474
6475 2000-04-03  Nick Clifton  <nickc@cygnus.com>
6476
6477         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
6478
6479 2000-04-03  Philip Blundell  <philb@gnu.org>
6480
6481         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
6482
6483 2000-04-03  Felix Lee  <flee@cygnus.com>
6484
6485         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
6486         (run_shell): Use it.
6487
6488 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
6489
6490         * Makefile.in (stmp-int-hdrs): Make include subdir here...
6491         (stmp-fixproto): ...rather than here.
6492
6493 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
6494
6495         * pa.c (print_operand): Compute 'base' only inside the code paths
6496         that use it.
6497
6498 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
6499
6500         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
6501         CEIL_DIV_EXPR.
6502
6503 2000-04-03  Philipp Thomas  <pthomas@suse.de>
6504
6505         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
6506
6507 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
6508
6509         * Makefile.in (alias.o): Depend on $(TREE_H).
6510
6511 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
6512
6513         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
6514         processing C++.
6515         * cpplib.c (_cpp_handle_directive): Improve warnings for
6516         traditional C and indented directives.
6517
6518         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
6519         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
6520         fixinc/inclhack.def: Indent the # of #include_next one space.
6521         * cp/rtti.c: Un-indent #if and #endif.
6522
6523         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
6524         syntax error, but an error has already been printed.
6525         * cpplex.c (_cpp_parse_assertion): Give a more specific error
6526         message when called with nothing remaining on the line.
6527         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
6528         OTHER token, not an ASSERTION.
6529         * cpplib.c (do_assert): When we create a 'base' node, clear
6530         its aschain pointer.
6531
6532 2000-04-02  Neil Booth <NeilB@earthling.net>
6533
6534         * cppexp.c:  New typedef op_t.  struct operation and struct
6535         token updated to use it.
6536         (op_to_str): New function.
6537         (_cpp_parse_expr): Error messages modified to use op_to_str.
6538
6539 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6540
6541         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
6542         before checking MUST_PASS_IN_STACK.
6543
6544 2000-04-02  Neil Booth <NeilB@earthling.net>
6545
6546         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
6547         flags and initial priority into a single constant.  New
6548         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
6549         (_parse_cpp_expr): Implement new constants.  Take left operand
6550         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
6551         parse indicated by reducing FINISHED token.  Remove new lines
6552         from cpp_error messages.
6553
6554 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
6555
6556         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
6557         permanent obstack.
6558
6559 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
6560
6561         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
6562         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
6563         the strings and function names on the fly.  Take the #sccs
6564         entry out of the table if SCCS_DIRECTIVE is not defined.
6565         (_cpp_handle_directive): Decide if the # was at the beginning
6566         of the line here.  Issue -pedantic warnings for extended
6567         directives here.  Warn about K+R directives with the #
6568         indented, and C89/extended directives with the # not indented,
6569         here.
6570         (do_import, do_include_next, do_warning, do_ident, do_sccs,
6571         do_assert, do_unassert): Don't issue pedantic warning here.
6572
6573         * cpphash.h: Add CPP_WTRADITIONAL macro.
6574         * cpplib.h (struct cpp_options): Rename warn_stringify to
6575         warn_traditional; update comments.
6576         * cppinit.c (handle_option): Set warn_traditional not
6577         warn_stringify.
6578         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
6579         CPP_WTRADITIONAL (pfile).
6580         * cpplex.c (_cpp_lex_token): Don't decide if directives should
6581         be ignored in -traditional mode here.
6582
6583         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
6584         to initialize speccase[] and trigraph_map[].  Delete all
6585         references to pfile->input_speccase.  Always treat '?' as a
6586         special character.  Remove table-initialization code from
6587         _cpp_init_input_buffer.
6588
6589         * cpplib.h (struct cpp_reader): Remove input_speccase field.
6590         * cppinit.c (cpp_cleanup): Don't free input_speccase.
6591
6592 2000-04-01  Richard Henderson  <rth@cygnus.com>
6593
6594         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
6595         (mostlyclean): Likewise.
6596
6597         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
6598         (struct dump_file_info, enum dump_file_index, dump_file): New.
6599         (open_dump_file): Take a dump_file_index not a suffix, and a decl
6600         not a string.  Clean out file if we havn't yet done so.  Do nothing
6601         if the dump isn't enabled.
6602         (close_dump_file): Do nothing if the dump isn't open.  Dump
6603         graph data if requested.
6604         (dump_rtl, clean_dump_file): Remove.
6605         (compile_file): Don't clean the dump files.  Only finalize .bp dump
6606         if flag_test_coverage or flag_branch_probabilities.  Only finalize
6607         .combine dump if optimizing.  Iterate over dump_file to finalize the
6608         graph dumps.
6609         (rest_of_compilation): Update for open_dump_file/close_dump_file.
6610         Convert all uses of dump_rtl.
6611         (decode_d_option): Iterate over dump_file to implement 'a' and to
6612         locate pass-specific dumps.
6613
6614 2000-04-01  Neil Booth <NeilB@earthling.net>
6615
6616         * cppexp.c: Redefine priority constants.
6617         (_cpp_parse_expr): Replace left and right priority scheme with
6618         single priority logic.  Move LOGICAL to same place as COMPARE.
6619         Remove bogus check for multiple unary +/- operators.
6620
6621 2000-04-01  Neil Booth <NeilB@earthling.net>
6622
6623         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
6624         within the switch statement.  Binary operations break out of
6625         the switch naturally.  '(' tokens handled by forcing
6626         immediate shift.  ')' handled by forcing immediate reduce to
6627         the previous '('.  New error messages.
6628
6629 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
6630
6631         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
6632         part', it's already in use.  Use %K instead.  Add a return at the
6633         end of what is now %K.
6634         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
6635
6636 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6637
6638         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
6639         allocate_dynamic_stack_space.
6640         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
6641         update stack_pointer_delta; do not update arg_size_so_far.
6642         (compute_argument_block_size): Use stack_delta instead of
6643         stack_pointer_pending and arg_size_so_far.
6644         (expand_call): Add sanity checking for stack_pointer_delta;
6645         save and restore stack_pointer_delta for SIB, use
6646         stack_pointer_delta for alignment; do not update arg_space_so_far.
6647         (emit_library_call_value): Use stack_pointer_delta for alignment.
6648         (store_one_arg): Do not update arg_space_so_far.
6649         * explow.c (adjust_stack, anti_adjust_stack): Update
6650         stack_pointer_delta.
6651         (allocate_dynamic_stack_space): Add sanity checking for
6652         stack_pointer_delta.
6653         * expr.c (init_expr, clear_pending_stack_adjust): Clear
6654         stack_pointer_delta.
6655         (emit_push_insn): Update stack_pointer_delta.
6656         * function.h (struct expr_status): Add x_stack_pointer_delta;
6657         remove x_arg_space_so_far.
6658         (arg_space_so_far): Remove.
6659         (stack_pointer_delta): New macro.
6660
6661 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
6662
6663         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
6664         Reorder struct cpp_options and struct cpp_reader for better
6665         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
6666         takes two args.  Change all 'char' flags to 'unsigned char'.
6667         Move show_column flag into struct cpp_options.  Don't
6668         prototype cpp_options_init.
6669         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
6670         cppinit.c, cpplex.c, cpplib.c:
6671         Replace CPP_OPTIONS (pfile)->whatever with
6672         CPP_OPTION (pfile, whatever), and likewise for
6673         opts = CPP_OPTIONS (pfile); ... opts->whatever;
6674
6675         * cppinit.c (merge_include_chains): Take a cpp_reader *.
6676         Extract CPP_OPTION (pfile, pending) and work with that
6677         directly.
6678         (cpp_options_init): Delete.
6679         (cpp_reader_init): Turn on on-by-default options here.
6680         Allocate the pending structure here.
6681         (cl_options, enum opt_code): Define these from the same table,
6682         kept in a large macro.  Add -fshow-column and -fno-show-column
6683         options.
6684
6685         * cpperror.c (v_message): If show_column is off, don't print
6686         the column number.
6687
6688         * cppmain.c: Update for new interface.
6689         * fix-header.c: Likewise.
6690
6691 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
6692
6693         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
6694         definition.
6695         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
6696         are passed to any invocation of AR_FOR_TARGET.
6697         (AR_CREATE_FOR_TARGET): New macro.
6698         (AR_EXTRACT_FOR_TARGET): New macro.
6699         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
6700         AR_EXTRACT_FOR_TARGET.
6701         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
6702         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
6703         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
6704         AR_EXTRACT_FOR_TARGET to sub-makes.
6705
6706 2000-03-31  Neil Booth <NeilB@earthling.net>
6707
6708         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
6709         PAREN_INNER_PRIO.
6710         (_cpp_parse_expr): Check for multiple unary +/- operators.
6711         Correct priorities of ':' and '?'.  Treat ')' as having a
6712         value.  Ensure conditional expression is not void.
6713
6714 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
6715
6716         * alias.c (canon_rtx): Make it global.
6717         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
6718         equality.
6719         * cse.c (struct table_elt): Add canon_exp.
6720         (insert): Clear it.
6721         (invalidate): Canonicalize expressions only once.
6722         * rtl.h (canon_rtx): Declare.
6723
6724 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
6725
6726         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
6727         * alias.c (reg_known_value): Add comments.
6728         (init_alias_analysis): Likewise.
6729         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
6730         address.
6731         (cse_basic_block): Fix typo in comment.
6732         * emit-rtl.c: Include hashtab.h.
6733         (const_int_htab): New variable.
6734         (const_int_htab_hash): New function.
6735         (const_int_htab_eq): Likewise.
6736         (rtx_htab_mark_1): Likewise.
6737         (rtx_htab_mark): Likewise.
6738         (gen_rtx_CONST_INT): Cache all CONST_INTs.
6739         (unshare_all_rtx): Fix formatting.
6740         (init_emit_once): Initialize const_int_htab.
6741         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
6742         address.
6743         * rtl.texi: Document the fact that all CONST_INTs with the same
6744         value are shared.
6745
6746 2000-03-30  Richard Henderson  <rth@cygnus.com>
6747
6748         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
6749
6750 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
6751
6752         * configure.in: Comment out --enable-c-cpplib stanza.
6753         * configure: Regenerate.
6754
6755 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6756
6757         * expr.c (store_constructor): Properly compute displacement and
6758         alignment when offset is variable.
6759
6760         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
6761         cases of alignment in bytes.
6762
6763 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
6764
6765         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
6766         since it is used to generate c-parse.y.
6767         * objc-parse.c, objc-parse.y: Regenerated.
6768
6769         * function.c (expand_function_end): Pass alignment argument to
6770         emit_block_move in bits, not bytes.
6771
6772 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6773
6774         * expr.c (move_by_pieces_ninsns): Fix one more missing align
6775         correction.
6776
6777         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
6778
6779         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
6780         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
6781         * function.c (assign_parms): Likewise.
6782         * integrate.c (expand_inline_function): Likewise.
6783         * stmt.c (expand_decl): Likewise.
6784         (copy_rtx_and_substitute): Likewise.
6785         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
6786         (clear_by_pieces): Fix error in last change.
6787         * emit-rtl.c (init_emit): Set known registers alignment in bits.
6788         * function.h (regno_pointer_align): Now unsigned.
6789         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
6790         is in bits.
6791         * config/i386/i386.c (aligned_operand): Likewise.
6792         * config/sparc/sparc.c (mem_min_alignment): Likewise.
6793         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
6794         (unaligned_memory_operand): Likewise.
6795         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
6796         Also make alignments and sizes unsigned and some whitespace cleanup.
6797         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
6798
6799         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
6800         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
6801         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
6802         (expand_builtin_memset): Likewise, but to clear_storage.
6803         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
6804         (restore_fixed_argument_area): Likewise.
6805         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
6806         (load_register_parameters): Likewise, to emit_group_load.
6807         (expand_call): Likewise, to emit_group_store and emit_block_move.
6808         (emit_library_call_value_1): Likewise, to emit_block_move.
6809         (store_one_arg): Likewise, and to emit_push_insn.
6810         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
6811         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
6812         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
6813         (emit_block_move, emit_group_load, emit_group_store): Likewise.
6814         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
6815         (expand_assigment, store_expr, store_constructor_field): Likewise.
6816         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
6817         (store_constructor, store_field, get_inner_reference): Likewise.
6818         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
6819         (expand_expr, case COMPONENT_REF): Likewise.
6820         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
6821         and positions; reindent code.
6822         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
6823         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
6824         (assign_parms): Likewise to emit_group_store.
6825         * optabs.c (prepare_cmp_insn): Alignment is in bits.
6826         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
6827         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
6828         (expand_return): Likewise to {extract,store}_bit_field.
6829         * stor-layout.c (get_mode_alignment): Minor cleanup.
6830         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
6831         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
6832
6833 2000-03-29  Nick Clifton  <nickc@cygnus.com>
6834
6835         * config/arm/arm.h: Undo effects of previous delta:
6836         (ASM_SPEC): Do not define.
6837         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
6838
6839         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
6840         typo.
6841
6842 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
6843
6844         * cppinit.c (cpp_start_read): Call initialize_dependency_output
6845         only after reading in the primary source file.
6846
6847 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
6848
6849         * c-common.c (c_common_nodes_and_builtins): The first parameter to
6850         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
6851         or a reference to a va_list.
6852         * builtins.c (stabilize_va_list): Simplify now we don't have to
6853         work around C array address decay.
6854         * c-typeck.c (convert_for_assignment): Handle assignment to
6855         a reference parameter by taking the address of the RHS.
6856         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
6857         (va_copy): Likewise.
6858         (__va_copy): Likewise.
6859         * ginclude/varargs.h (va_start): Likewise.
6860         (__va_copy): Likewise.
6861
6862 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
6863
6864         * i386/djgpp.h: Remove extraneous "+".
6865
6866         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
6867
6868         * calls.c (expand_call): Fix typo in last change.
6869
6870 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
6871
6872         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
6873         been expanded.
6874
6875 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6876
6877         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
6878         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
6879         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
6880         * tree.c (bit_position, byte_position): Likewise.
6881         * tree.h: Declare new functions.
6882
6883 2000-03-29  Nick Clifton  <nickc@cygnus.com>
6884
6885         * config/arm/arm.c: Minor formatting changes/
6886         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
6887         already defined.
6888         (ASM_SPEC): Define if not already defined.
6889
6890 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
6891
6892         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
6893         _cpp_calc_hash.
6894
6895 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
6896
6897         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
6898         value, don't output it as unsigned.
6899
6900 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
6901
6902         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
6903
6904 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6905
6906         * c-common.c (c_common_nodes_and_builtins): Don't special case
6907         cplus_mode when declaring builtin bzero/bcmp, always avoid
6908         prototype arguments.
6909
6910 2000-03-29  Bruce Korb  <bkorb@gnu.org>
6911
6912         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
6913         to a non-file
6914
6915 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6916
6917         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
6918         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
6919         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
6920         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
6921         (save_fixed_argument_area, restore_fixed_argument_area):
6922         conditionize by #ifdef REG_PARM_STACK_SPACE only.
6923         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
6924         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
6925         (precompute_register_parameters): Avoid #ifdefs on
6926         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
6927         (stire_one_args): Likewise.
6928         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
6929         (emit_library_call_value_1): Likewise.
6930         (compute_argument_block_size): Align to STACK_BOUNDARY only for
6931         ACCUMULATE_OUTGOING_ARGS.
6932         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
6933         value.
6934         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
6935         (use_crosses_set_p): Likewise.
6936         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
6937         #define ACCUMULATE_OUTGOING_ARGS 1.
6938         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
6939         frames.
6940         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
6941         constants.
6942         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
6943         (TARGET_SWITCHES): Add push-args, no-push-args,
6944         accumulate-outgoing-args and no-accumulate-outgoing-args.
6945         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
6946         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
6947         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
6948         and PUSH_ROUNDING.
6949         (emit_push_insn): Likewise.
6950         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
6951         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
6952         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
6953         (STACK_DYNAMIC_OFFSET): Define correctly for both
6954         ACCUMULATE_OUTGOING_ARGS and normal mode.
6955         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
6956         * tm.texi (PUSH_ARGS): Document.
6957         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
6958
6959 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6960
6961         * flags.h (flag_optimize_sibling_calls): Declare.
6962         * calls.c (expand_call): Fail sibcall when
6963         !flag_optimize_sibling_calls
6964         * invoke.texi (flag_optimize_sibling_calls): Document.
6965         * toplev.c (flag_optimize_sibling_calls): New global variable.
6966         (f_options): Add flag_optimize_sibling_calls.
6967         (rest_of_compilation): Conditionize
6968         optimize_sibling_and_tail_recursive_calls by
6969         flag_optimize_sibling_calls.
6970         (main): Set flag_optimize_sibling_calls for -O2.
6971         * stmt.c (expand_return): Conditionize tail recursion by
6972         flag_optimize_sibling_calls.
6973
6974 2000-03-29  Richard Henderson  <rth@cygnus.com>
6975
6976         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
6977         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
6978
6979 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
6980
6981         * except.c (add_eh_table_entry): Mark type_info's as referenced.
6982
6983 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6984
6985         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
6986         is given.
6987         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
6988         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
6989         * config/rs6000/aix.h: then modified likewise.
6990
6991 2000-03-28  Richard Henderson  <rth@cygnus.com>
6992
6993         * rtl.h: Redistribute enum reg_note documentation.
6994         Kill trailing whitespace.
6995         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
6996         Kill trailing whitespace.
6997
6998 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
6999
7000         * cppfiles.c (hash_IHASH): Just return i->hash.
7001         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
7002         htab_find_with_hash.
7003         (cpp_read_file): Likewise.
7004         (find_include_file): Likewise.  Properly initialize
7005         ih->nshort.  Share ih->name and ih->nshort if possible.
7006         * cpphash.c (_cpp_calc_hash): New function.
7007         (hash_HASHNODE): Just return h->hash.
7008         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
7009         htab_find_with_hash.
7010         * cpphash.h: Prototype _cpp_calc_hash.
7011         * cppinit.c (initialize_builtins): Provide a valid hash
7012         to _cpp_make_hashnode, using _cpp_calc_hash.
7013
7014         * cpphash.c (collect_expansion): # is not a special character
7015         in object-like macros.  In -traditional mode, /**/ is not
7016         token paste at the beginning or end of the line.
7017         * cpplib.c (do_include, do_import, do_include_next): If
7018         parse_include fails, return immediately.
7019
7020 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
7021
7022         * config/arm/arm.md (return peepholes): Update to reflect the new
7023         call insn patterns.
7024         * config/arm/arm.c (arm_volatile_func): Also check
7025         current_function_nothrow.
7026         (output_return_instruction, output_func_prologue): Use it.
7027         (arm_output_epilogue, arm_expand_prologue): Likewise.
7028
7029 2000-03-27  Tom Tromey  <tromey@cygnus.com>
7030
7031         * gcc.c (handle_braces): In {x*...} case, break out of loop if
7032         switch is found.
7033
7034 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7035
7036         * expr.c (store_constructor): SIZE now signed.
7037         For EXPR_SIZE, don't evaluate size; just needed if constant.
7038         * fold-const.c (fold): Fix a number of cases when folded tree is
7039         wrong type.
7040         * function.c (flush_addressof): Reenable.
7041         * tree.h (flush_addressof): Likewise.
7042         * toplev.c (independent_decode_option): Look at strings_processed.
7043         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
7044
7045 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
7046
7047         * sibcall.c (indentify_call_return_value): Find last call in the chain;
7048         Allow stack adjustment after function call.
7049
7050         * regmove.c (struct csa_memlist): Make mem field rtx *.
7051         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
7052         (try_apply_stack_adjustment): Replace whole MEM rtx.
7053         (combine_stack_adjustments_for_block): Update calls
7054         to record_one_stack_ref.
7055
7056 2000-03-28  Neil Booth  <NeilB@earthling.net>
7057
7058         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
7059         '\\' rather than a null character, so nulls are not special.  Fix
7060         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
7061         speed trigraph conversion.
7062         (_cpp_init_input_buffer): Initialize trigraph map.
7063
7064 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
7065
7066         * config/i386/i386.c (output_387_binary_op): Correct intel
7067         mode assembly output, and add spaces after commas in AT&T
7068         output.  Correct Unixware assembler comment.  Document input
7069         constraints.  Comment fp operations.  Reduce profligate buffer
7070         size.  Remove extraneous abort.  Localize temp var.
7071         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
7072         (output_fix_trunc): Add spaces after commas in assembly output.
7073
7074 2000-03-27  Richard Henderson  <rth@cygnus.com>
7075
7076         * i386-protos.h (ix86_match_ccmode): Declare.
7077         * i386.c (ix86_match_ccmode): New.
7078         (ix86_expand_fp_compare): Update for pattern renames.
7079         (ix86_expand_strlensi_unroll_1): Likewise.
7080         * i386.h (EXTRA_CC_MODES): Add CCZ.
7081         (SELECT_CC_MODE): Use it for EQ/NE zero.
7082         * i386.md (cmpsi_ccz_1): New.
7083         (cmpqi_ccz_1): New.
7084         (*testsi_ccz_1): New.
7085         (testqi_ccz_1): New.
7086         (cmpsi_ccno_1): Rename from cmpsi_0.
7087         (testsi_ccno_1): Rename from testsi_1.
7088         (testqi_ccno_1): Rename from testqi_1.
7089         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
7090         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
7091         (*cmphi_0): Use ix86_match_ccmode.
7092         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
7093         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
7094         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
7095         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
7096         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
7097         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
7098         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
7099         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
7100         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
7101         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
7102         (appropriate peepholes): Likewise.
7103         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
7104         (*subsi_3, *subhi_3, *subqi_3): Remove.
7105         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
7106         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
7107         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
7108         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
7109         (x86_shift_adj_1): Use CCZ.
7110         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
7111
7112 2000-03-27  Stan Cox  <scox@cygnus.com>
7113
7114         * resource.h (mark_resource_type): New.
7115         * resource.c (find_dead_or_set_registers, mark_target_live_regs,
7116         find_free_register): Use mark_resource_type.
7117         (mark_set_resources): Change include_delayed_effects
7118         to mark_resource_type.
7119         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
7120         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
7121         Use mark_resource_type.
7122
7123 2000-03-27  Richard Henderson  <rth@cygnus.com>
7124
7125         * i386.md (call_pop_0, call_value_pop_0): New.
7126         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
7127         (call_value_pop_1): Likewise.
7128         (call_0, call_value_0): New.
7129         (call_1, call_value_1): Remove constraint from unused arg.
7130
7131 2000-03-27  Nick Clifton  <nickc@cygnus.com>
7132
7133         * invoke.texi (Spec Files): Document new spec % command created by
7134         Tom Tromey's recent patch.
7135
7136 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
7137
7138         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
7139         if not defined.
7140
7141 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7142
7143         * expr.c (expand_assignment): Fix typo in last change.
7144
7145         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
7146
7147 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7148
7149         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
7150         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
7151         and DECL_INLINE if FUNCTION_DECL.
7152         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
7153         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
7154         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
7155         (combine_parm_decls): Likewise.
7156         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
7157         * print-tree.c (print_node): Likewise.
7158         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
7159         DECL_TRANSPARENT_UNION on proper decl types.
7160         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
7161         * stor-layout.c (layout_decl): Only check DECL_PACKED and
7162         DECL_BIT_FIELD of FIELD_DECL.
7163         * tree.h (DECL_RESULT_FLD): New macro.
7164
7165         * expr.c (expand_assignment): Add code to handle variable-sized
7166         BLKmode case.
7167
7168 2000-03-26  Richard Henderson  <rth@cygnus.com>
7169
7170         * calls.c (expand_call): Pass parms not original exp to
7171         optimize_tail_recursion.  Mind return value instead of looking
7172         for a barrier.
7173         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
7174         call_expr.  Move checks for call_expr and current_function_decl ...
7175         (expand_return): ... here.
7176
7177 2000-03-26  Tom Tromey  <tromey@cygnus.com>
7178
7179         * gcc.c (handle_braces): Recognize `%{<S}' construct.
7180         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
7181         defines.
7182         (process_command): Use them.
7183         (check_live_switch): Likewise.
7184         (give_switch): Skip ignored switches.
7185
7186 2000-03-26  Jan Hubicka  <jh@suse.cz>
7187
7188         * jump.c (jump_optimize_1): Fix typo in elide optimizations
7189         for minimal jump pass test.
7190
7191 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
7192
7193         * integrate.c (function_cannot_inline_p): Do inline functions that
7194         return `void'.
7195
7196 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7197
7198         * stor-layout.c (layout_type, set_sizetype): early_type_list is
7199         now a list of TREE_LIST entries, not types.
7200         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
7201
7202         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
7203         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
7204         int_bit_position.
7205         * config/mips/mips.c (function_arg): Likewise; also remove cast
7206         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
7207         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
7208         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
7209         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
7210         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
7211         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
7212         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
7213         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
7214         num_adjusts now unsigned.
7215         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
7216         * config/sparc/sparc.c (struct function_arg_record_value_parms):
7217         NREGS now unsigned.
7218         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
7219         as is BITPOS variable; use host_integerp and int_bit_position.
7220         (function_arg_record_value_2): Likewise.
7221         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
7222         Variable REGNO now unsigned.
7223         (function_arg_record_value): NREGS now unsigned.
7224
7225 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
7226
7227         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
7228
7229 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7230
7231         * Rework fields used to describe positions of bitfields and
7232         modify sizes to be unsigned and use HOST_WIDE_INT.
7233         * alias.c (reg_known_value_size): Now unsigned.
7234         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
7235         (really_start_incremental_init): Use bitsize_zero_node.
7236         (push_init_level, pop_init_level, output_init_element): Likewise.
7237         Use bitsize_unit_node and bitsize_one_node.
7238         (output_pending_init_elements, process_init_element): Likewise.
7239         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
7240         (make_extraction): Position and length HOST_WIDE_INT and unsigned
7241         HOST_WIDE_INT, respectively.
7242         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
7243         (num_sign_bit_copies): Returns unsigned.
7244         BITWIDTH now unsigned; rework arithmetic.
7245         Remove recursive call from arg to MAX.
7246         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
7247         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
7248         REGNO now unsigned.
7249         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
7250         (find_split_point, expand_compound_operation, make_extraction): LEN
7251         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
7252         (make_field_assignment): Likewise.
7253         (combine_simplify_rtx): Add cast.
7254         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
7255         (force_to_mode): WIDTH now unsigned; add cast.
7256         (if_then_else_cond): SIZE now unsigned.
7257         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
7258         (extended_count): Now returns unsigned.
7259         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
7260         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
7261         (simplify_comparison): MODE_WIDTH now unsigned.
7262         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
7263         (mark_used_regs_combine): Likewise; rework arithmetic.
7264         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
7265         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
7266         (record_promoted_value): REGNO now unsigned.
7267         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
7268         (get_last_value): REGNO now unsigned.
7269         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
7270         (reg_dead_regno, reg_dead_endregno): Now unsigned.
7271         (remove_death): Arg REGNO now unsigned.
7272         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
7273         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
7274         now unsigned.
7275         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
7276         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
7277         (struct cse_reg_info): REGNO now unsigned.
7278         (cached_regno): Now unsigned.
7279         (REGNO_QTY_VALID_P): Add cast.
7280         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
7281         (remove_invalid_regs): Likewise.
7282         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
7283         as are variables END and I.
7284         (get_cse_reg_info, insert): Likewise.
7285         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
7286         (canon_hash): Likewise.
7287         (insert_regs, lookup_for_remove): REGNO now unsigned.
7288         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
7289         New variable RN.
7290         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
7291         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
7292         * emit-rtl.c (subreg_realpart_p): Add cast.
7293         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
7294         (operand_subword_force): Arg I is now unsigned.
7295         * except.c (eh_regs): Variable I is now unsigned.
7296         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
7297         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
7298         length is unsigned HOST_WIDE_INT; likewise for internal variables.
7299         (store_split_bit_field, extract_fixed_bit_field): Likewise.
7300         (extract_split_bit_field, store_bit_field, extract_bit_field):
7301         Likewise.
7302         * expr.c (store_constructor_fields, store_constructor, store_field):
7303         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
7304         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
7305         (do_jump): Likewise.
7306         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
7307         MAX_SIZE is now unsigned.
7308         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
7309         (emit_group_store): Likewise.
7310         (emit_move_insn): I now unsigned.
7311         (store_constructor): Use host_integerp, tree_low_cst, and
7312         bitsize_unit_node.
7313         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
7314         Rework all calculations to use trees and new fields.
7315         * expr.h (promoted_input_arg): Regno now unsigned.
7316         (store_bit_field, extract_bit_field): Adjust types of pos and size.
7317         (mark_seen_cases): Arg is HOST_WIDE_INT.
7318         * flow.c (verify_wide_reg_1): REGNO now unsigned.
7319         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
7320         precisions and alignments are unsigned.
7321         (optimize_bit_field_compare, fold_truthop): Likewise.
7322         (int_const_binop): Adjust threshold for size_int_type_wide call.
7323         (fold_convert): Likewise.
7324         (size_int_type_wide): Make table larger and fix thinko that only
7325         had half of table used.
7326         (all_ones_mask_p, fold): Precisions are unsigned.
7327         * function.c (put_reg_info_stack): REGNO is unsigned.
7328         (instantiate_decl): Size is HOST_WIDE_INT.
7329         (instantiate_virtual_regs): I is unsigned.
7330         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
7331         (promoted_input_arg): REGNO is unsigned.
7332         * function.h (struct function): x_max_parm_reg is now unsigned.
7333         * gcse.c (max_gcse_regno): Now unsigned.
7334         (struct null_pointer_info): min_reg and max_reg now unsigned.
7335         (lookup_set, next_set): REGNO arg now unsigned.
7336         (compute_hash_table): REGNO and I now unsigned.
7337         (handle_avail_expr): regnum_for_replacing now unsigned.
7338         (cprop_insn): REGNO now unsigned.
7339         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
7340         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
7341         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
7342         * hard-reg-set.h (reg_class_size): Now unsigned.
7343         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
7344         * jump.c (mark_modified_reg): I now unsigned; add cast.
7345         (rtx_equal_for_thread_p): Add cast.
7346         * loop.c (max_reg_before_loop): Now unsigned.
7347         (struct_movable): REGNO now unsigned.
7348         (try_copy_prop): REGNO arg unsigned.
7349         (regs_match_p): XN and YN now unsigned.
7350         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
7351         (strength_reduce): Likewise; NREGS also unsigned.
7352         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
7353         * loop.h (struct iv_class): REGNO now unsigned.
7354         (max_reg_before_loop, first_increment_giv, last_increment_giv):
7355         Now unsigned.
7356         * machmode.h (mode_size, mode_unit_size): Now unsigned.
7357         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
7358         * optabs.c (expand_binop): I and NWORDS now unsigned.
7359         (expand_unop): I now unsigned.
7360         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
7361         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
7362         * real.c (significand_size): Now returns unsigned.
7363         * real.h (significand_size): Likewise.
7364         * regclass.c (reg_class_size): Now unsigned.
7365         (choose_hard_reg_mode): Both operands now unsigned.
7366         (record_reg_classes): REGNO and NR now unsigned.
7367         (reg_scan): NREGS now unsigned.
7368         (reg_scan_update): old_max_regno now unsigned.
7369         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
7370         * reload.c (find_valid_class): BEST_SIZE now unsigned.
7371         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
7372         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
7373         Likewise for variable R.
7374         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
7375         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
7376         (find_equiv_reg): Add casts.
7377         (regno_clobbered_p): Arg REGNO now unsigned.
7378         * reload.h (struct reload): NREGS now unsigned.
7379         (refers_to_regno_for_reload_p): Regno args are unsigned.
7380         (regno_clobbered_p): Likewise.
7381         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
7382         (compute_use_by_pseudos): REGNO now unsigned.
7383         (find_reg): I and J now unsigned, new variable K, and change loop
7384         variables accordingly; THIS_NREGS now unsigned.
7385         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
7386         (spill_hard_reg): REGNO arg now unsigned; add casts.
7387         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
7388         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
7389         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
7390         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
7391         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
7392         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
7393         (emit_reload_insns): REGNO now unsigned.
7394         (reload_cse_move2add): Add cast.
7395         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
7396         and rework loop.
7397         * resource.c (mark_referenced_resources, mark_set_resources): New
7398         variable R; REGNO and LAST_REGNO now unsigned.
7399         (mark_target_live_regs): J and REGNO now unsigned.
7400         * rtl.c (mode_size, mode_unit_size): Now unsigned.
7401         * rtl.h (union rtunion_def): New field rtuint.
7402         (XCUINT): New macro.
7403         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
7404         (operand_subword, operand_subword_force): Word number is unsigned.
7405         (choose_hard_reg_mode): Operands are unsigned.
7406         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
7407         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
7408         (regno_use_in, combine_instructions, remove_death): Likewise.
7409         (reg_scan, reg_scan_update): Likewise.
7410         (extended_count): Return is unsigned.
7411         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
7412         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
7413         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
7414         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
7415         (reg_reg_last_1): FIRS and LAST now unsigned.
7416         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
7417         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
7418         now unsigned.
7419         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
7420         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
7421         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
7422         (replace_regs): Arg NREGS now unsigned.
7423         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
7424         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
7425         (simplify_binary_operation): Likewise.
7426         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
7427         THIS_LAST now unsigned.
7428         (cselib_record_set): Add cast.
7429         * ssa.c (ssa_max_reg_num): Now unsigned.
7430         (rename_block): REGNO now unsigned.
7431         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
7432         sizes now unsigned.
7433         (all_cases_count): Just return -1 not -2.
7434         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
7435         Rework tests to use trees whenever possible.
7436         Use host_integerp and tree_low_cst.
7437         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
7438         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
7439         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
7440         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
7441         (smallest_mode_for_size): Likewise.
7442         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
7443         KNOWN_ALIGN is now an alignment, so simplify code.
7444         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
7445         (start_record_layout): Renamed from new_record_layout_info.
7446         Update to new fields.
7447         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
7448         New functions.
7449         (place_union_field): Renamed from layout_union_field.
7450         Update to use new fields in rli.
7451         (place_field): Renamed from layout_field.
7452         Major rewrite to use new fields in rli; pass alignment to layout_decl.
7453         (finalize_record_size): Rework to use new fields in rli and handle
7454         union.
7455         (compute_record_mode): Rework to simplify and to use new DECL fields.
7456         (finalize_type_size): Make rounding more consistent.
7457         (finish_union_layout): Deleted.
7458         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
7459         (layout_type, case RECORD_TYPE): Call new function names.
7460         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
7461         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
7462         (get_best_mode): UNIT is now unsigned; remove casts.
7463         * tree.c (bit_position): Compute from new fields.
7464         (byte_position, int_byte_position): New functions.
7465         (print_type_hash_statistics): Cast to remove warning.
7466         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
7467         (build_index_type): Likewise; make subtype of sizetype.
7468         (build_index_2_type): Pass sizetype to build_range_type.
7469         (build_common_tree_nodes): Use size_int and bitsize_int to
7470         initialize nodes; add bitsize_{zero,one,unit}_node.
7471         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
7472         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
7473         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
7474         (DECL_FIELD_BITPOS): Deleted.
7475         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
7476         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
7477         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
7478         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
7479         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
7480         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
7481         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
7482         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
7483         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
7484         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
7485         (DECL_ALIGN): Adjust to new field in union.
7486         (DECL_OFFSET_ALIGN): New field.
7487         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
7488         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
7489         (union tree_decl): Add struct for both aligns.
7490         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
7491         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
7492         (struct record_layout_info): Rework fields to have offset
7493         alignment and byte and bit position.
7494         (start_record_layout, place_field): Renamed from old names.
7495         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
7496         (byte_position, int_byte_position): Likewise.
7497         (get_inner_reference): Change types of position and length.
7498         * unroll.c (unroll_loop): New variable R; use for some loops.
7499         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
7500         (calculate_giv_inc): Arg REGNO now unsigned.
7501         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
7502         * varasm.c (assemble_variable): Clean up handling of size using
7503         host_integerp and tree_low_cst.
7504         (decode_addr_const): Use byte, not bit, position.
7505         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
7506         use tree_low_cst and int_bit_position.
7507         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
7508
7509 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
7510
7511         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
7512         (reorder_block_def): New members eff_head and eff_end.
7513         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
7514         (verify_insn_chain): New function.
7515         (skip_insns_between_block): Add code to skip deleted insns.
7516         Check for note before using.
7517         (chain_reorder_blocks): Replace calls to skip_insns_between_block
7518         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
7519         Check for note before using.
7520         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
7521         (fixup_reorder_chain): Restructure, clean up, defect removal.
7522         (reorder_basic_blocks): Remove last_insn and references to it.
7523         Moved insn chain verification code into a new function (see above).
7524         Delete defective code that sets last insn.
7525         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
7526         all blocks.
7527
7528 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7529
7530         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
7531
7532 2000-03-24  Richard Henderson  <rth@cygnus.com>
7533
7534         * tree.c (lang_safe_for_unsave): Remove.
7535         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
7536         allowing for two levels of unsafeness.  Remove lang hook.
7537         * tree.h: Update declarations.
7538         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
7539         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
7540         Always fail sibcalls when there are pending cleanups.
7541
7542 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
7543
7544         * flow.c (propagate_block): When we delete an ADDR_VEC,
7545         also delete the BARRIER following it if there is one.
7546
7547 2000-03-24  Richard Henderson  <rth@cygnus.com>
7548
7549         * builtins.c (expand_builtin_bzero): Convert `length' argument
7550         to sizetype.
7551
7552 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
7553
7554         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
7555         comparison if regno's are equal.
7556         * calls.c (initialize_argument_informat): Add ecf_flags argument.
7557         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
7558         (expand_call): Update caller.
7559         Avoid making a sibling call if argument size of the callee is larger
7560         than argument size of the caller.
7561         Call hard_function_value with outgoing set if in sibcall pass.
7562         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
7563
7564         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
7565         Change LEAF_REGISTERS from an array initializer to actual array
7566         identifier. Move static global variable into the function.
7567         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
7568         sequences for leaf functions.
7569         * global.c (global_alloc): Likewise.
7570         * tm.texi (LEAF_REGISTERS): Update documentation.
7571
7572         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
7573         TARGET_FLAT leaf disabling hack.
7574         (LEAF_REGISTERS): Changed from an array initializer to actual array
7575         identifier to avoid duplication and remove the above hack.
7576         (FUNCTION_OK_FOR_SIBCALL): Define.
7577         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
7578         always like call attribute.
7579         (eligible_for_sibcall_delay): New attribute.
7580         (sibcall): New delay type.
7581         (sibcall, sibcall_value, sibcall_epilogue): New expands.
7582         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
7583         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
7584         * config/sparc/sparc.c (sparc_leaf_regs): New array.
7585         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
7586         New functions.
7587         (output_function_epilogue): Move part of the code into
7588         output_restore_regs.
7589         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
7590         TYPE_SIBCALL.
7591         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
7592         prototypes.
7593
7594         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
7595         until infrastructure is finished.
7596
7597 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
7598
7599         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
7600         (save_parm_insns): Not here.
7601
7602 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7603
7604         * builtins.c (expand_builtin_bzero): New function.
7605         (expand_builtin): Handle bzero.
7606
7607         * builtins.def: Add BUILT_IN_BZERO.
7608
7609         * c-common.c (c_common_nodes_and_builtins): Provide builtin
7610         prototype & function for bzero.
7611
7612 2000-03-23  Michael Meissner  <meissner@redhat.com>
7613
7614         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
7615         change adding TARGET_FP to the TF floating point insns, except for
7616         trunctfsf2, which generates direct calls to truncdfsf2.
7617
7618 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
7619
7620         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
7621         try to protect against middle-end changes that break binary
7622         compatibility.
7623         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
7624
7625 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7626
7627         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
7628
7629 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7630
7631         * calls.c (expand_call): If TARGET is passed by reference and
7632         is readonly, write a CLOBBER.
7633
7634 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7635
7636         * builtins.c (expand_builtin): Handle bcmp.
7637
7638         * builtins.def: Add BUILT_IN_BCMP.
7639
7640         * c-common.c (c_common_nodes_and_builtins): Provide builtin
7641         prototype & function for bcmp.
7642
7643 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
7644
7645         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
7646         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
7647         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
7648
7649 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
7650
7651         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
7652         alternative when using -fp64 -gp32.
7653
7654 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
7655
7656         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
7657         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
7658         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
7659
7660         * frame.h (frame_state): Revert last change.
7661         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
7662         * libgcc2.c (throw_helper): Revert last change.
7663
7664 2000-03-22  Richard Henderson  <rth@cygnus.com>
7665
7666         * stmt.c (expand_asm_operands): Don't promote the temporary.
7667
7668 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
7669
7670         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
7671         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
7672           c_get_alias_set): Likewise.
7673         * c-decl.c (duplicate_decls): Likewise.
7674         * c-typeck.c (default_conversion,build_unary_op): Likewise.
7675         * calls.c (initialize_argument_information): Likewise.
7676         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
7677         Likewise.
7678         * dwarfout.c (decl_class_context,output_type): Likewise.
7679         * expr.c (get_inner_reference): Likewise.
7680         * fold-const.c (simple_operand_p,fold): Likewise.
7681         * function.c (aggregate_value_p): Likewise.
7682         * stmt.c (expand_asm_operands): Likewise.
7683         * varasm.c (named_section): Likewise.
7684
7685 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
7686
7687         Implement dwarf2 exception handling for the ARM.
7688         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
7689         (DWARF_FRAME_RETURN_COLUMN): Define.
7690         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
7691         REG_FRAME_RELATED_EXPR note.
7692         (emit_sfm): Likewise.
7693         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
7694         * dwarf2out.c (reg_save): Handle saving a register to itself.
7695         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
7696         * except.c (eh_regs): Don't use the static chain reg if it's
7697         callee-saved.
7698         * frame.h (frame_state): Add cfa_saved field.
7699         * frame.c (execute_cfa_insn): Set it.
7700         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
7701         the epilogue.
7702         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
7703         Now takes a parm.
7704         (instantiate_virtual_regs): Adjust.
7705         * tm.texi: Adjust.
7706         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
7707         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
7708         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
7709
7710         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
7711         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
7712
7713 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7714
7715         * builtins.def: New file.
7716
7717         * Makefile.in (TREE_H): Depend on builtins.def.
7718
7719         * builtins.c (built_in_names): Use builtins.def.
7720
7721         * tree.h (built_in_function): Likewise.
7722
7723 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
7724
7725         * tree.c (size_in_bytes): Return size_zero_node, not
7726         integer_zero_node.
7727
7728 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
7729
7730         * config/fp-bit.c (pack_d): Correct the case when a denormal
7731         is rounded up and stops being denormal.
7732
7733 2000-03-21  Richard Henderson  <rth@cygnus.com>
7734
7735         * config/alpha/alpha.c (function_arg): Check for void_type_node
7736         before using MUST_PASS_IN_STACK.
7737
7738 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
7739
7740         * regmove.c (combine_stack_adjustments_for_block): Check that
7741         the stack pointer is a valid memory address.
7742
7743 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
7744
7745         * calls.c: re-install Mar 16 emit_library_call merge.
7746
7747 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
7748
7749         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
7750         we cannot be sure that if reload_completed base register will
7751         be properly aligned.
7752
7753 2000-03-21  Richard Henderson  <rth@cygnus.com>
7754
7755         * flow.c (delete_block): Fix typo last change.
7756
7757 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
7758
7759         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
7760         not COMPLETE_TYPE_P, to check the type of the expression.
7761
7762 2000-03-21  Michael Meissner  <meissner@redhat.com>
7763
7764         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
7765         all floating point insns that just tested the macro
7766         TARGET_HAS_XFLOATING_LIBS.
7767         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
7768         used to only use the gprs.
7769
7770 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
7771
7772         * tree.h (COMPLETE_TYPE_P): New macro.
7773         (COMPLETE_OR_VOID_TYPE_P): New macro.
7774         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
7775         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
7776         * c-aux-info.c (gen_type): Use them.
7777         * c-common.c (c_expand_expr_stmt): Likewise.
7778         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
7779         grokdeclarator, grokparms, finish_struct, start_function,
7780         store_parm_decls, combine_parm_decls): Likewise.
7781         * c-parse.y (cast_expr): Likewise.
7782         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
7783         c_size_in_bytes, c_alignof, build_component_ref,
7784         build_indirect_ref, build_array_ref, convert_arguments,
7785         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
7786         * calls.c (initialize_argument_information): Likewise.
7787         * convert.c (convert_to_integer): Likewise.
7788         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
7789         * dwarfout.c (location_or_const_value_attribute,
7790         output_enumeration_type_die, output_structure_type_die,
7791         output_union_type_die, output_type): Likewise.
7792         * expr.c (safe_from_p, expand_expr): Likewise.
7793         * function.c (assign_parms): Likewise.
7794         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
7795         * tree.c (build_array_type, build_function_type,
7796         build_method_type, build_offset_type, build_complex_type): Likewise.
7797         * c-parse.c, c-parse.h: Regenerated.
7798
7799 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7800
7801         * config/c4x/rtems.h: Include config/rtems.h.
7802
7803 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
7804
7805         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
7806         decl is a FUNCTION_DECL
7807
7808 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
7809
7810         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
7811         function uses output registers.  Don't save RP for leaf functions.
7812         Do save RP even if no epilogue.
7813         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
7814         (CALL_USED_REGISTERS): Unmark in registers.
7815         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
7816         to near the middle.
7817
7818 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
7819
7820         * config/rs6000/rs6000.md (bunordered): New expander.
7821         (bordered): New expander.
7822         (buneq): New expander.
7823         (bunge): New expander.
7824         (bungt): New expander.
7825         (bunle): New expander.
7826         (bunlt): New expander.
7827         (bltgt): New expander.
7828
7829         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
7830         (ccr_bit_negated_p): New function.
7831         (print_operand): For %C, generate appropriate cror for UNEQ,
7832         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
7833
7834 2000-03-20  Andreas Jaeger  <aj@suse.de>
7835
7836         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
7837         warning.
7838
7839         * tree.h (safe_for_unsave): Prototype.
7840
7841 2000-03-20  Richard Henderson  <rth@cygnus.com>
7842
7843         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
7844         (combine_stack_adjustments_for_block): Don't allow sp references
7845         in the side of a set we're not fixing up.
7846         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
7847         after life_analysis.
7848
7849 2000-03-20  Richard Henderson  <rth@cygnus.com>
7850
7851         * calls.c (expand_call): Don't bother generating tail call
7852         sequences if there are pending cleanups.  Use
7853         expand_start_target_temps/expand_end_target_temps to elide
7854         cleanups created during sibcall expansion.
7855
7856 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
7857
7858         * configure.in: Set $IFS to a value if it doesn't already have one
7859         in the --enable-checking handling.
7860         * configure: Regenerate.
7861
7862 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7863
7864         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
7865         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
7866         Regenerated.
7867
7868 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
7869
7870         * jump.c (delete_noop_moves): Remove code attempting to
7871         combine stack adjustments.
7872
7873 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7874
7875         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
7876         * except.c (emit_cleanup_handler): Use them.
7877         (expand_end_all_catch): Likewise.
7878         * function.c (fixup_var_refs): Likewise.
7879         (expand_function_end): Clear catch_clauses_last.
7880         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
7881         * except.h (struct eh_status): New field x_catch_clauses_last.
7882         (catch_clauses_last): New define.
7883
7884         * Makefile.in (tree.o): Depend on HASHTAB_H.
7885         * tree.c: Include hashtab.h.
7886         (struct type_hash): Remove next field.
7887         (TYPE_HASH_SIZE): Remove.
7888         (TYPE_HASH_INITIAL_SIZE): New define.
7889         (type_hash_table): Change type to htab_t.
7890         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
7891         mark_hash_entry): New functions.
7892         (init_obstacks): Allocate type hash.
7893         (type_hash_lookup): Use htab functions.
7894         (type_hash_add, mark_type_hash): Likewise.
7895         (dump_tree_statistics): Call print_type_hash_statistics.
7896
7897 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7898
7899         * rs6000/t-aix41: New file.
7900
7901         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
7902
7903 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
7904
7905         * tm.texi (Driver): Fix typos and tweak entry for
7906         INCLUDE_DEFAULTS.
7907         Move misplaced STRUCT_FORCE_BLK entry ...
7908         (Storage Layout): ... to here.
7909         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
7910
7911 2000-03-19  Richard Henderson  <rth@cygnus.com>
7912
7913         * flow.c (delete_block): Delete the addr_vec along with the block.
7914         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
7915         reference labels.
7916
7917         * fold-const.c (extract_muldiv): Apply type check for defined
7918         overflow to multiply as well as divide.
7919
7920         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
7921
7922 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
7923
7924         * emit-rtl.c (remove_unncessary_notes): Check that all
7925         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
7926         associated NOTE_BLOCK.
7927         * function.h (identify_blocks): Update comments.
7928         (reorder_blocks): Declare.
7929         * function.c (identify_blocks): Don't take paramters.
7930         (reorder_blocks): Don't take parameters.
7931         * loop.h (find_loop_tree_blocks): Remove.
7932         (unroll_block_trees): Likewise.
7933         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
7934         reorder_blocks instead of unroll_block_trees.h
7935         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
7936         * stmt.c (find_loop_tree_blocks): Remove.
7937         (unroll_block_trees): Likewise.
7938         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
7939         in whole-function mode.
7940         * tree.h (reorder_blocks): Remove declaration.
7941
7942         * expr.c: Include intl.h.
7943         * Makefile.in (expr.o): Depend on intl.h.
7944
7945 2000-03-18  Richard Henderson  <rth@cygnus.com>
7946
7947         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
7948
7949 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
7950
7951         * tree.h (tree_index): Remove enumerals for integer types.
7952         (integer_type_kind): New type.
7953         (integer_types): New variable.
7954         (char_type_node): Adjust.
7955         (signed_char_type_node): Likewise.
7956         (unsigned_char_type_node): Likewise.
7957         (short_integer_type_node): Likewise.
7958         (short_unsigned_type_node): Likewise.
7959         (integer_type_node): Likewise.
7960         (unsigned_type_node): Likewise.
7961         (long_integer_type_node): Likewise.
7962         (long_unsigned_type_node): Likewise.
7963         (long_long_integer_type_node): Likewise.
7964         (long_long_unsigned_type_node): Likewise.
7965         * tree.c (integer_types): New variable.
7966         (init_obstacks): Register it as a root.
7967
7968 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
7969
7970         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
7971         NEXT_INSN. Update last insn in chain.
7972
7973 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
7974
7975         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
7976         with TYPE_DECL_SUPPRESS_DEBUG set.
7977
7978 2000-03-18  Richard Henderson  <rth@cygnus.com>
7979
7980         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
7981
7982 2000-03-18  Richard Henderson  <rth@cygnus.com>
7983
7984         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
7985         care for HALF_PIC_P.
7986         (expander_call_insn_operand): Remove.
7987         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
7988         * i386.h (PREDICATE_CODES): Update.
7989         * i386.md (all call expanders): Remove predicates, remove special
7990         handling for half-pic.
7991         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
7992         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
7993         (sibcall_epilogue): New.
7994
7995 2000-03-17  Richard Henderson  <rth@cygnus.com>
7996
7997         * rtlanal.c (single_set): Reject if the parallel has anything
7998         except SET or USE or CLOBBER.
7999
8000 2000-03-17  Jeff Law  <law@cygnus.com>
8001             Richard Henderson  <rth@cygnus.com>
8002
8003         * Makefile.in (OBJS): Add sibcall.o.
8004         (sibcall.o): New.
8005         * sibcall.c: New file.
8006         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
8007         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
8008         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
8009         Emit sibcall patterns when requested.  Update all callers.
8010         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
8011         elimination seems feasable.
8012         * final.c (leaf_function_p): Sibling calls don't discount being
8013         a leaf function.
8014         * flow.c (HAVE_sibcall_epilogue): Provide default.
8015         (find_basic_blocks_1): Sibling calls don't throw.
8016         (make_edges): Make edge from sibling call to EXIT.
8017         (propagate_block): Don't remove sibcall_epilogue insns.
8018         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
8019         (sibcall_epilogue): New.
8020         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
8021         (identify_blocks_1): Likewise.  Break out from ...
8022         (identify_blocks): ... here.
8023         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
8024         (reorder_blocks): ... here.
8025         (init_function_for_compilation): Zap prologue/epilogue as varrays.
8026         (record_insns): Extend a varray instead of mallocing new memory.
8027         (contains): Read a varray not array of ints.
8028         (sibcall_epilogue_contains): New.
8029         (thread_prologue_and_epilogue_insns): Emit and record
8030         sibcall_epilogue patterns.
8031         (init_function_once): Allocate prologue/epilogue varrays.
8032         * genflags.c (gen_insn): Treat sibcall patterns as calls.
8033         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
8034         Broken out from ...
8035         (save_for_inline_nocopy): ... here.
8036         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
8037         Broken out from ...
8038         (expand_inline_function): ... here.
8039         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
8040         (subst_constants): Handle 'n' formats.
8041         * jump.c (jump_optimize_minimal): New.
8042         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
8043         optimizations if it's set.
8044         * rtl.c (copy_rtx): Do copy jump & call for insns.
8045         * rtl.h (struct rtx_def): Document use of jump and call for insns.
8046         (SIBLING_CALL_P): New.
8047         (sibcall_use_t): New.
8048         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
8049         Invoke optimize_sibling_and_tail_recursive_calls.
8050         * tree.c (lang_safe_for_unsave): New.
8051         (safe_for_unsave): New.
8052         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
8053
8054         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
8055         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
8056         (*sibcall_osf_1, *sibcall_value_osf_1): New.
8057
8058 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
8059
8060         * objc/objc-act.c (encode_method_prototype): Pass types, not
8061         PARM_DECLs, to int_size_in_bytes.
8062
8063 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
8064
8065         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
8066
8067         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
8068         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
8069
8070 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8071
8072         * Clean up usages of TREE_INT_CST_LOW.
8073         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
8074         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
8075         Regenerated.
8076         * c-tree.h (min_precision): Move declaration to here.
8077         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
8078         (build_unary_op, add_pending_init): Use bit_position.
8079         (pending_init_member, process_init_element): Likewise.
8080         (really_start_incremental_init, push_init_level, pop_init_level):
8081         Don't make copies of nodes or modify them in place, use consistent
8082         types when tracking positions, and use tree routines computations.
8083         (set_init_index, output_init_element): Likewise.
8084         (output_pending_init_elements, process_init_element): Likewise.
8085         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
8086         tree_low_cst and int_bit_position; also minor cleanup.
8087         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
8088         (print_cst_octal): Precision is unsigned.
8089         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
8090         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
8091         (simple_type_align_in_bits): Result is unsigned int.
8092         Use tree_int_low_cst and host_integerp.
8093         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
8094         (field_byte_offset): Result is HOST_WIDE_INT.
8095         Change types of internal variables so alignments are unsigned int,
8096         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
8097         Use host_integerp, tree_low_cst, and int_bit_position.
8098         (add_bit_offset_attribute): Likewise.
8099         (add_data_member_location_attribute): Use tree_cst_low.
8100         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
8101         (add_bit_size_attribute): Use tree_low_cst.
8102         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
8103         * dwarfout.c: Similar changes to dwarf2out.c.
8104         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
8105         * genoutput.c (n_occurences): Return -1 for null string.
8106         (strip_whitespace): Accept null string and make into function.
8107         (scan_operands): Reflect above changes.
8108         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
8109         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
8110         * ssa.c (rename_registers): Add missing cast of arg to bzero.
8111         * tree.c (int_size_in_bytes): Check for too big to represent.
8112         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
8113         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
8114         New declarations.
8115         (min_precision): Delete from here.
8116         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
8117         and int_bit_position.
8118         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
8119         (encode_method_def): Likewise.
8120         (build_ivar_list_initializer): Use int_bit_position.
8121         (generate_shared_structures): Convert size.
8122         (encode_type, encode_complete_bitfield): Use integer_zerop.
8123         (encode_bitfield): Use tree_low_cst and int_bit_position.
8124
8125 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8126
8127         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
8128
8129 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8130
8131         * call.c (special_function_p): It is only malloc if it returns
8132         Pmode.
8133
8134 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8135
8136         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
8137         (C33_FLAG, TARGET_C3X): Add macros.
8138         (TARGET_SWITCHES): Add -m33 option.
8139         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
8140
8141 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8142
8143         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
8144         (PARALLEL_PACK_FLAG): Delete.
8145         (TARGET_SWITCHES): Update.
8146         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
8147
8148 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8149
8150         * fold-const.c (fold): Fix a few cases when the returned result
8151         is not of the same type as the input.
8152
8153 2000-03-16  Nick Clifton  <nickc@cygnus.com>
8154
8155         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
8156         warning.
8157
8158 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8159
8160         * libgcc2.h: Move prototypes above macros with the same name.
8161         Wrap some function prototypes in the conditional which indicates
8162         whether they are supported, i.e. "BITS_PER_UNIT == 8".
8163
8164 2000-03-16  Richard Henderson  <rth@cygnus.com>
8165
8166         * calls.c: Revert last two changes.
8167
8168 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
8169
8170         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
8171         has exponent 0 is a zero.
8172
8173         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
8174         HASH may already be nonzero.  Add code/mode into hash value
8175         immediately after repeat label.
8176         (cselib_lookup): Don't leave the hash table in an inconsistent
8177         state before a hash lookup operation.
8178
8179 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
8180
8181         * i386.md (all HI and QI mode non-move patterns):  Conditionize
8182         by TARGET_[HQ]IMODE_MATH.
8183         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
8184         x86_promote_qi_regs): Declare.
8185         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
8186         TARGET_PROMOTE_QI_REGS): New macros.
8187         (PROMOTE_MODE): New macro.
8188         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
8189         x86_promote_qi_regs): New global variables.
8190
8191 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
8192
8193         * calls.c (emit_library_call_value_1): Break out from ...; handle
8194         VOIDmode function calls too.
8195         (emit_library_call_value): ... here.
8196         (emit_library_call): Implement by calling emit_library_call_value_1.
8197
8198 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
8199
8200         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
8201         Update arg_space_so_far on stack adjustments.
8202         (emit_library_call, emit_library_call_value): Likewise; take into
8203         account arg_space_so_far and pending_stack_adjust when calculcating
8204         the boundary.
8205
8206 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
8207
8208         * flow.c: Move all basic block reordering code into its own file.
8209         (create_basic_block): Externalize.
8210         * bb-reorder.c: New file. Copy all basic block reordering code from
8211         flow.c to this file.
8212         (reorder_basic_blocks): Fix fencepost error in for-loop.
8213         (reorder_basic_blocks): Remove braces from single statement for-loops.
8214         * basic-block.h: Add declaration for create_basic_block.
8215         * Makefile.in: Add rules for bb-reorder.o.
8216
8217 2000-03-16  Neil Booth  <NeilB@earthling.net>
8218
8219         * cppinit.c (handle_option):  Implement #unassert directive
8220         as -A- command line option.
8221         (print_help):  Update.
8222         * cpptexi.c:  Update.
8223
8224 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8225
8226         * md.texi (Standard Names): Document `jump'.
8227
8228 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
8229
8230         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
8231         gotos.
8232
8233 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
8234
8235         Merge changes from newppc-branch onto trunk.
8236
8237         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
8238
8239         * rs6000.c (toc_hash_table): Update for new hash table functions.
8240         (toc_hash_function): Likewise.
8241         (toc_hash_eq): Likewise.
8242         (toc_hash_mark_entry): Likewise.
8243         (toc_hash_mark_table): Likewise.
8244         (output_toc): Likewise.
8245         (rs6000_add_gc_roots): Likewise.
8246
8247         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8248
8249         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
8250         (AR_FLAGS_FOR_TARGET): here.  New macro.
8251
8252         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
8253
8254         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
8255         fpmem_operand) Delete.
8256         (xer_operand) New.
8257         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
8258         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
8259         (rs6000_save_machine_status, rs6000_restore_machine_status,
8260         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
8261         references to above variables.
8262         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
8263         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
8264         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
8265         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
8266         (XER_REGNO_P, XER_REGNO): New.
8267         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
8268         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
8269         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
8270         XER_REGNO_P.
8271         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
8272         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
8273         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
8274
8275         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8276
8277         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
8278         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
8279         * rs6000.h: from here.
8280
8281         * rs6000-protos.h (rs6000_select_section): Provide prototype.
8282         (rs6000_select_rtx_section): Likewise.
8283         (rs6000_encode_section_info): Likewise.
8284         (sdata_section): Likewise.
8285         (sdata2_section): Likewise.
8286         (sbss_section): Likewise.
8287         * sysv4.h (rs6000_select_section): Delete prototype.
8288         (rs6000_select_rtx_section): Likewise.
8289         (rs6000_encode_section_info): Likewise.
8290         (sdata_section): Likewise.
8291         (sdata2_section): Likewise.
8292         (sbss_section): Likewise.
8293         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
8294
8295         * sysv4.h: Delete various unnecessary #undef's and put a comment
8296         on the remaining ones.
8297         Change various comments according to coding standard.
8298
8299         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
8300
8301         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
8302         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
8303         (CR0_REGNO_P) Remove.
8304         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
8305         setup_incoming_varargs, mtcrf_operation, print_operand,
8306         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
8307         Use the above macros.
8308
8309         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
8310
8311         * config/rs6000/rs6000.md: Added a new alternative for each
8312         pattern that had a 'x' alternative but no 'y' alternative.
8313         Added a new split for each of the above patterns.
8314
8315         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
8316
8317         * aix41.h (ASM_CPU_SPEC): Delete.
8318         (CPP_CPU_SPEC): Delete.
8319
8320         * aix.h (RS6000_OUTPUT_BASENAME): Define.
8321         (ASM_OUTPUT_LABEL): Define.
8322         (ASM_GLOBALIZE_LABEL): Define.
8323         (STRIP_NAME_ENCODING): Define.
8324         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
8325         (STRIP_NAME_ENCODING): Don't define.
8326         (ASM_OUTPUT_LABEL): Don't define.
8327         (ASM_GLOBALIZE_LABEL): Don't define.
8328         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
8329         names, and ASM_OUTPUT_LABEL to output labels, rather than
8330         asm_fprintf.
8331         (ASM_OUTPUT_LABEL): Define.
8332         (ASM_OUTPUT_INT): Use assemble_name.
8333         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
8334         (STRIP_NAME_ENCODING): Don't undefine first.
8335         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
8336         ELF.
8337         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
8338         specified with 'asm' even with -fleading-underscore.
8339         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
8340         (output_epilog): Likewise.
8341         (output_toc): Likewise.
8342         * tramp.asm: Handle -fleading-underscore correctly.
8343
8344         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
8345         -mminimal-toc.
8346         (nonlocal_goto_receiver): Delete.
8347         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
8348
8349         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
8350         (SET_ASM_OP): Define.
8351         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
8352
8353         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
8354         (ASM_LONG): Define.
8355
8356         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
8357         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
8358
8359         * rs6000.h: Add 'u' to more constants.
8360
8361         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
8362
8363         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
8364
8365         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
8366
8367         * rs6000.c (reg_or_u_cint_operand): New function.
8368         (logical_operand): Handle 64-bit hosts.
8369         (logical_u_operand): New function.
8370         (non_logical_cint_operand): Handle 64-bit hosts.
8371         (non_logical_u_cint_operand): New function.
8372         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
8373         (PREDICATE_CODES): Define new functions.
8374         * rs6000-protos.h: Declare new functions.
8375         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
8376         (movdi_64): Bracket code intended for 64-bit hosts.  Create
8377         CONST_DOUBLE for 32-bit values.
8378         (scc insns): Generate DImode compares.
8379         (mfcr insns): Create DImode versions.
8380         (sge matchers): New patterns.
8381
8382         2000-02-15  Gabriel Paubert  <paubert@iram.es>
8383
8384         * rs6000.md: Correct instructions length attributes and
8385         constraints on unsigned compare instructions.
8386         (*ne0): Disable for PowerPC64.
8387
8388         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
8389
8390         * rs6000.c (output_function_profiler): Use .long for a 32-bit
8391         quantity, fix profile1.C test failure under -fPIC.
8392
8393         * rs6000.c: Add 'u' to many constants to suppress warnings.
8394         (constant_pool_expr_1): Make static.
8395         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
8396         * rs6000.h: Add 'u' to many constants to suppress warnings.
8397
8398         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
8399         for the start of the TOC, instead of LCTOC..0.
8400         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
8401         of the TOC.
8402         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
8403         (load_toc_aix_di): Use LCTOC..1.
8404
8405         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
8406         * rs6000.c (rs6000_legitimize_address): New function from
8407         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
8408         symbols in the constant pool that really are TOC references.
8409         (print_operand_address): For ELF, write TOC offsets under
8410         -fPIC as subtractions in the insn.
8411         (output_toc): For ELF, define symbols in TOC as normal labels,
8412         to match RTL.
8413         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
8414         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
8415         (create_TOC_reference): Prototype only when RTX_CODE is defined.
8416         * rs6000.md (movsi): Only use create_TOC_reference on
8417         symbols in the constant pool that really are TOC references.
8418
8419         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
8420         * rs6000.c (rs6000_reorg): Delete.
8421         * rs6000-protos.h (rs6000_reorg): Delete.
8422
8423         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
8424
8425         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
8426
8427         * aix.h (SETUP_FRAME_ADDRESSES): Define.
8428         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
8429         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
8430         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
8431         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
8432         rs6000_aix_emit_builtin_unwind_init.
8433         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
8434         rs6000_emit_eh_toc_restore on AIX.
8435         (return_eh_si): Use r2.
8436         (return_eh_di): Use r2.
8437
8438         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
8439         since we're breaking binary compatibility anyway.
8440
8441         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8442
8443         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
8444         constant_pool_expr_p): Declare them.
8445         (constant_pool_expr_p): Declare it.
8446         * config/rs6000/rs6000.c (toc_label_name): Define.
8447         (rs6000_override_options): Set toc_label_name.
8448         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
8449         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
8450         uses_TOC): New functions.
8451         (print_operand): Delete old '*' case.
8452         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
8453         and strip off rtl for TOC before calling output_addr_const.
8454         (rs6000_emit_load_toc_table): Use toc_label_name.
8455         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
8456         the default.
8457         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
8458         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
8459         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
8460         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
8461         into explicit TOC_REGISTER offsets.
8462         (TOC_REGISTER): New macro.
8463         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
8464         TARGET_TOC to reference TOC_REGISTER.
8465         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
8466         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
8467         uses_TOC before emitting label references.
8468
8469         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
8470
8471         * rs6000.md (stack_tie): Fix warning.
8472
8473         * eabi-ctors.c: Use 'asm' names for the start/end variables,
8474         to handle -fleading-underscore.
8475         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
8476         (USER_LABEL_PREFIX): New macro.
8477         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
8478         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
8479         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
8480         call-linux can use the same multilibs.
8481         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
8482         and call-linux multilibs.  Do multilib with -fleading-underscore.
8483         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
8484         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
8485         to call-aix.
8486
8487         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
8488         have MASK_SOFT_FLOAT set.
8489         (CPP_FLOAT_DEFAULT_SPEC): New macro.
8490         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
8491         CPP_FLOAT_DEFAULT_SPEC.
8492
8493         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
8494         * rs6000.md: Whitespace change.
8495         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
8496         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
8497
8498         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
8499
8500         * rs6000.md (eh_epilogue): New expander.
8501         (eh_reg_restore): New expand/split/insn combination.
8502         (return_eh_si): New insn.
8503         (return_eh_di): New insn.
8504
8505         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
8506         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
8507         * eabi-ctors.c (__do_global_ctors): Register this object's
8508         frame.  Clean up.  Call atexit() after the constructors.
8509         (__do_global_dtors): Deregister this object's frame.  Clean up.
8510         Allow for recursive calls to exit().
8511         * rs6000.c (fixuplabelno): New variable.
8512         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
8513         TARGET_RELOCATABLE, it slows down exec() under linux.
8514         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
8515
8516         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
8517         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
8518         (ASM_OUTPUT_DWARF_DELTA2): New macro.
8519         (ASM_OUTPUT_DWARF_DELTA4): New macro.
8520         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
8521         (ASM_OUTPUT_DWARF_ADDR): New macro.
8522         (ASM_OUTPUT_DWARF_DATA4): New macro.
8523         (ASM_OUTPUT_DWARF_DATA2): New macro.
8524         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
8525         (ASM_OUTPUT_DWARF_OFFSET): New macro.
8526         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
8527
8528         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
8529
8530         * rs6000.c (rs6000_sr_alias_set): New variable.
8531         (rs6000_override_options): Initialise rs6000_sr_alias_set.
8532         (rs6000_emit_stack_tie): New function.
8533         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
8534         in a way that dwarf2out can understand.
8535         (rs6000_frame_related): New function.
8536         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
8537         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
8538         Use rs6000_emit_stack_tie when needed.
8539         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
8540         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
8541         * rs6000.md (stack_tie): New insn.
8542         (return_internal_si): Allow return value to be in the count
8543         register.
8544         (return_internal_di): Likewise.
8545
8546         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
8547
8548         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
8549
8550         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
8551
8552         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
8553
8554         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
8555
8556         * rs6000.md (stmw): Use the right POWER opcode.
8557         (lmw): Likewise.
8558
8559         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8560
8561         * rs6000-protos.h: New file.
8562
8563         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
8564
8565         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
8566         warnings.
8567
8568         * sysv4.h: Likewise.
8569
8570         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
8571
8572         * ../../configure.in: Delete powerpcle-*-winnt*
8573         and powerpcle-*-pe|powerpcle-*-cygwin*.
8574         * ../../configure: Regenerated.
8575         * cygwin.h: Delete.
8576         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
8577         (TARGET_WINDOWS_NT): Delete.
8578         (ABI_NT): Delete.
8579         (CALL_NT_DLLIMPORT): Delete.
8580         Delete NT-specific code.
8581         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
8582         * win-nt.h: Delete.
8583         * t-winnt: Delete.
8584         * nt-ci.asm: Delete.
8585         * nt-cn.asm: Delete.
8586         * ntstack.asm: Delete.
8587
8588         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8589
8590         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
8591         (ASM_FILE_START): Likewise.
8592         (ASM_DECLARE_FUNCTION_NAME): Likewise.
8593         (ASM_OUTPUT_LABELREF): Likewise.
8594         (ASM_OUTPUT_SKIP): Likewise.
8595         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
8596         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
8597         (ASM_OUTPUT_CASE_LABEL): Likewise.
8598         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
8599         (ASM_OUTPUT_ASCII): Likewise.
8600
8601         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
8602
8603         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
8604         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
8605         increment rs6000_pic_labelno here.
8606         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
8607         and increment rs6000_pic_labelno here.
8608
8609         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
8610
8611         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
8612         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
8613         allocation knows (reg) is dead before the insn.
8614
8615         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
8616
8617         * rs6000.md (movsi_to_cr): Correct typo in output template.
8618
8619         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
8620
8621         * rs6000.c (rs6000_pic_labelno): Always define.
8622         (rs6000_pic_func_labelno): Delete.
8623         (lmw_operation): Check for a zero base register,
8624         which doesn't mean what we want.
8625         (stmw_operation): New function.
8626         (print_operand): Define new 'l' modifier.
8627         (rs6000_stack_info): We must save all 64 bits of the registers
8628         if TARGET_POWERPC64.
8629         (rs6000_output_load_toc_table): Delete.
8630         (rs6000_emit_load_toc_table): New function.
8631         (rs6000_allocate_stack_space): Delete.
8632         (rs6000_emit_allocate_stack): New function.
8633         (rs6000_emit_prologue): New function.
8634         (output_prolog): Use rs6000_emit_prologue.
8635         (rs6000_emit_epilogue): Change a few variable names to be
8636         more accurate.  Restore all 64 bits of the registers if
8637         TARGET_POWERPC64.  Only restore the FP registers which were used
8638         if they are being saved/restored one-at-a-time.
8639         (output_mi_thunk): Delete inefficient code generation.
8640         (output_function_profiler): Don't use rs6000_output_load_toc_table.
8641         * rs6000.h: Declare rs6000_emit_load_toc_table,
8642         rs6000_allocate_stack_space, stmw_operation.  Don't declare
8643         rs6000_output_load_toc_table.
8644         * rs6000.md (elf_high): Allow register 0, but discourage it
8645         heavily.
8646         (elf_low): Support loading into register 0.
8647         (load_toc_aix_si): New pattern.
8648         (load_toc_aix_di): New pattern.
8649         (load_toc_v4_pic_si): New pattern.
8650         (load_toc_v4_pic_di): New pattern.
8651         (load_toc_v4_PIC_1): New pattern.
8652         (load_toc_v4_PIC_1b): New pattern.
8653         (load_toc_v4_PIC_2): New pattern.
8654         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
8655         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
8656         (prologue): New expander.
8657         (movesi_from_cr): New pattern.
8658         (stmw): New pattern.
8659         (save_fpregs_si): New pattern.
8660         (save_fpregs_di): New pattern.
8661
8662         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8663
8664         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
8665         (movdi): Likewise.
8666         (movhi): Likewise.
8667         (movqi): Likewise.
8668
8669         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8670
8671         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
8672         at present.
8673         (movsi_got_internal): Likewise.
8674         (movsi_got_internal+1): Likewise.
8675         (set_sp): 'unspec 7' does a SImode clobber.
8676
8677         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8678
8679         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
8680         allocate a stack temporary.
8681         (floatsidf2_internal): Likewise.
8682         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
8683         with unspec.
8684         (floatunssidf2): Don't use the fpmem "register", just
8685         allocate a stack temporary.
8686         (floatunssidf2_internal): Likewise.
8687         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
8688         with unspec.
8689         (floatsidf2_loadaddr): Delete.
8690         (floatsidf2_store1): Delete.
8691         (floatsidf2_store2): Delete.
8692         (floatsidf2_load): Delete.
8693         (fix_truncdfsi2): Don't use the fpmem "register", just
8694         allocate a stack temporary.
8695         (fix_truncdfsi2_internal_si): Delete.
8696         (fix_truncdfsi2_internal_di): Delete.
8697         (fix_truncdfsi2_internal): New insn.
8698         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
8699         (fix_truncdfsi2_store): Delete.
8700         (fix_truncdfsi2_load): Delete.
8701         (fctiwz): Produce gen_fctiwz.
8702
8703         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
8704
8705         * eabi.h (INVOKE__main): Define.
8706         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
8707         specially.
8708         (rs6000_emit_prologue): Likewise.
8709         * rs6000.h (struct rs6000_stack): Don't keep track of whether
8710         this is the main program.
8711
8712         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8713
8714         * rs6000.c (rs6000_va_arg): Delete some unused variables.
8715
8716         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8717
8718         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
8719         goes after the argument.
8720
8721         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
8722
8723         * rs6000.md: Document 'unspec' values used.
8724         (epilogue): New expander.
8725         (movesi_to_cr_one): New expander.
8726         (movesi_to_cr and following): New pattern.
8727         (lmw): New pattern.
8728         (return_internal_si): New pattern.
8729         (return_internal_di): New pattern.
8730         (return_and_restore_fpregs_si): New pattern.
8731         (return_and_restore_fpregs_di): New pattern.
8732         * rs6000.h: Declare new functions.
8733         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
8734         rather than rs6000_calls_p.
8735         (rs6000_makes_calls): Delete.
8736         (lmw_operation): New function.
8737         (mtcrf_operation): New function.
8738         (rs6000_emit_epilogue): New function.
8739         (output_epilog): Call rs6000_emit_epilogue and final if
8740         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
8741
8742         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
8743
8744         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
8745         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
8746         * aix.h (SUBTARGET_SWITCHES): Document switches.
8747         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
8748         sched-prolog and sched-epilog the same.  Document all the
8749         switches.
8750         (TARGET_OPTIONS): No longer allow -mdebug-.
8751
8752         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
8753
8754         * rs6000.h (ASM_FILE_END): Move to aix.h.
8755         (EXTRA_SECTIONS): Move to aix.h.
8756         (READONLY_DATA_SECTION): Move to aix.h.
8757         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
8758         (SELECT_SECTION): Move to aix.h.
8759         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
8760         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
8761         (LINK_REGISTER_REGNUM): New definition.
8762         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
8763         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
8764         AIX and SVR4.
8765         * sysv4.h: Delete the code between the inclusion of rs6000.h
8766         and svr4.h.
8767         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
8768         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
8769         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
8770         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
8771         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
8772         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
8773         (fix_truncdfsi2_internal_di): New pattern.
8774         (fix_truncdfsi2_store): The second arg here is Pmode too.
8775         (fix_truncdfsi2_load): The second arg here is Pmode too.
8776         (tablejumpdi): Now that switch tables hold only SImode values,
8777         gcc needs to know how to add them to the pc which is DImode.
8778         * rs6000.c (rs6000_stack_info): Use symbolic name for
8779         LINK_REGISTER_REGNUM.
8780         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
8781         (output_toc): Delete unused variables s1 and s2.
8782         (output_ascii): Use fputs not fprintf on a variable string.
8783
8784         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
8785
8786         * rs6000.c (processor_target_table): Add power3 as alias for 630.
8787         * aix43.h: Revert Aug 2 change.
8788         (HAS_INIT_SECTION): Define, not visible yet.
8789         (LD_INIT_SWITCH): Define, not visible yet.
8790         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
8791
8792         2000-01-04  Joel Sherrill (joel@OARcorp.com>
8793
8794         * config/rs6000/rtems.h: Include config/rtems.h.
8795
8796         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
8797
8798         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
8799         (SLOW_UNALIGNED_ACCESS): Define.
8800         (CASE_VECTOR_MODE): Always use 32-bit offsets.
8801         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
8802         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
8803         (toc_section): Likewise and .toc pseudo-op.
8804         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
8805         64-bit mode.
8806         (TEXT_SECTION_ASM_OP): Likewise.
8807         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
8808         32-bit offsets.
8809
8810         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
8811
8812         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
8813         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
8814         compiling libgcc2.
8815
8816         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8817
8818         * rs6000.h: Move more stuff from here...
8819         * aix.h: to here.
8820         * sysv4.h: Cleanup accordingly.
8821         * netware.h: Likewise
8822
8823         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8824
8825         * rs6000.h: Continue cleanup.
8826         * aix.h: Likewise.
8827         * lynx.h: Likewise.
8828         * netware.h: Likewise.
8829         * sol2.h: Likewise.
8830         * sysv4.h: Likewise.
8831         * win-nt.h: Likewise.
8832
8833         * rs6000.h (TARGET_SWITCHES): Add descriptions.
8834         (TARGET_OPTIONS): Likewise.
8835
8836         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
8837         (SUBTARGET_OPTIONS): Likewise.
8838
8839         * rs6000.md: Fix compile time warnings.
8840
8841         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
8842
8843         vxworks patches from the Cygnus tree originally by
8844         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
8845         <vmakarov@cygnus.com>.
8846         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
8847         (ENDFILE_SPEC): Likewise.
8848         (LIB_VXWORKS_SPEC): New macro.
8849         (STARTFILE_VXWORKS_SPEC): New macro.
8850         (ENDFILE_VXWORKS_SPEC): New macro.
8851         (LINK_START_VXWORKS_SPEC): New macro.
8852         (LINK_OS_VXWORKS_SPEC): New macro.
8853         (CPP_OS_VXWORKS_SPEC): New macro.
8854         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
8855         * vxppc.h: Rewrite to use proper configuration method.
8856         * vxppcle.h: New file.
8857         * ../../configure.in: Add powerpcle-wrs-vxworks*.
8858         * ../../configure: Rebuilt.
8859
8860         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
8861
8862         Lots of changes to rs6000.h, sysv4.h, aix.h,
8863         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
8864         with the aim that rs6000.h is the first header
8865         included and the others override it.
8866         * aix.h: New file.
8867
8868         * x-aix41-gld: Remove.
8869         * x-aix43: Remove.
8870         * x-aix41: Remove target-specific switches, and don't specify
8871         -Wl,-bbigtoc as we don't need it any more.
8872         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
8873         Use t-aix43 for AIX 4.3 and above.
8874         * ../../configure: Regenerated.
8875
8876         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
8877         options, that don't do anything yet.
8878         (MASK_SCHED_PROLOG): New macro.
8879         (MASK_SCHED_EPILOG): New macro.
8880         (TARGET_SCHED_PROLOG): New macro.
8881         (TARGET_SCHED_EPILOG): New macro.
8882
8883         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
8884
8885         * rs6000.c: Correct comment, the `minimal' TOCs are actually
8886         one per translation unit, not one per function.
8887         (output_toc): Also do duplicate constant elimination
8888         for per-translation-unit TOCs.
8889
8890         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
8891         a comment explaining _exactly_ when this pattern gets used.
8892         (builtin_setjmp_receiver): New pattern for better clarity.
8893         (init_v4_pic): Move it into a section dealing with TOC registers.
8894
8895         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
8896
8897         * rs6000.c (toc_hash_table): New variable.
8898         (rs6000_hash_constant): New function.
8899         (toc_hash_function): New function.
8900         (toc_hash_eq): New function.
8901         (toc_hash_mark_entry): New function.
8902         (toc_hash_mark_table): New function.
8903         (output_toc): Don't output duplicate TOC entries in
8904         a single file.
8905         (rs6000_add_gc_roots): Add the hash table as a GC root.
8906         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
8907         where they clearly shouldn't be.  This may need to be fixed
8908         later when there is a GNU ar for AIX.
8909         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
8910         Don't define BOOT_LDFLAGS as it is now not necessary.
8911
8912         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
8913
8914         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
8915         for va_list on AIX.  Use unsigned_char_type_node rather than
8916         constructing our own version on svr4.
8917
8918         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
8919
8920         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
8921         since patently it's not.
8922
8923         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
8924
8925         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
8926         define_expand/define_insn pair, and handle restore of the
8927         SVR4 -fpic register.
8928
8929 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
8930
8931         * acconfig.h (HAVE_GAS_WEAK): New define.
8932         * configure.in (assembler weak support): Check for .weak support.
8933         * config.in, configure: Rebuilt.
8934         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
8935         HAVE_GAS_WEAK is defined.
8936
8937 2000-03-15  Nick Clifton  <nickc@cygnus.com>
8938
8939         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
8940         asm_fprintf().
8941
8942 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
8943
8944         * cppfiles.c (open_include_file): New function.
8945         (find_include_file, cpp_read_file): Use it.
8946
8947 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
8948
8949         * cpphash.c (dump_hash_helper): Take the slot, not the element.
8950
8951 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
8952
8953         * flow.c (verify_flow_info): Check for unconditional return.
8954
8955 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
8956
8957         * config/ia64/ia64.md (restore_stack_nonlocal): New.
8958         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
8959         (__ia64_restore_stack_nonlocal): New.
8960         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
8961
8962 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8963
8964         * cpphash.c (collect_formal_parameters): Do not complain about
8965         parameter names that just start with `__VA_ARGS__'.
8966
8967 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
8968
8969         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
8970         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
8971         * i386.c (pentiumpro_cost): Set mul cost to 4.
8972         (x86_use_movx): Set for PPro.
8973
8974 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
8975
8976         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
8977         STACK_BOUNDARY for empty frames now.
8978
8979 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
8980
8981         * stor-layout.c (layout_union): Remove.
8982         (layout_union_field): New function, split out from layout_union.
8983         (finish_union_layout): Likewise.
8984         (layout_field): Handle unions by calling layout_union_field.
8985         (finish_record_layout): Handle unions.
8986         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
8987         QUAL_UNION_TYPE handling.
8988
8989 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
8990
8991         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
8992         end of basic block is jump_insn, not barrier; use create_basic_block
8993         instead of creating basic block by hand.
8994
8995 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
8996
8997         * flow.c (reorder_basic_blocks): Account for barriers when writing
8998         over NEXT_INSN (last_bb->end).
8999         (verify_flow_info): Add check for missing barriers.
9000
9001 2000-03-14  Greg McGary  <gkm@gnu.org>
9002
9003         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
9004         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
9005         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
9006         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
9007         __unbounded, __unbounded__): New keywords.
9008         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
9009         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
9010         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
9011
9012 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
9013
9014         * cselib.h: New file.
9015         * alias.c: Include "cselib.h".
9016         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
9017         MEMs as two new arguments.
9018         (get_addr): New static function.
9019         (find_base_term): Handle VALUEs.
9020         (memrefs_conflict_p): Likewise.
9021         (true_dependence): Call get_addr on the addresses.
9022         Call fixed_scalar_and_varying_struct_p with addresses that have been
9023         passed through get_addr and canon_rtx.
9024         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
9025         with true_dependence.
9026         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
9027         * loop.c: Include "cselib.h".
9028         (load_mems): Process extended basic block that enters the loop with
9029         cselib.  Use that information to change initialization of the shadow
9030         register so that a constant equivalence is seen by later passes.
9031         * reload1.c: Include "cselib.h".
9032         (reload_cse_invalidate_regno): Delete function.
9033         (reload_cse_mem_conflict_p): Likewise.
9034         (reload_cse_invalidate_mem): Likewise.
9035         (reload_cse_invalidate_rtx): Likewise.
9036         (reload_cse_regno_equal_p): Likewise.
9037         (reload_cse_check_clobber): Likewise.
9038         (reload_cse_record_set): Likewise.
9039         (reg_values): Delete static variable.
9040         (invalidate_regno_rtx): Likewise.
9041         (reload_cse_delete_noop_set): New static function.
9042         (reload_cse_simplify): New static function, broken out of
9043         reload_cse_regs_1.
9044         (reload_cse_noop_set_p): Delete unused argument INSN.
9045         Just call rtx_equal_for_cselib_p on set source and destination.
9046         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
9047         reload_cse_delete_noop_set.  Delete code to keep track of values; use
9048         cselib functions instead.  Delete code to push/pop obstacks.
9049         (reload_cse_simplify_set): Use cselib to find equivalent values.
9050         Delete code to push/pop obstacks.
9051         (reload_cse_simplify_operands): Likewise.
9052         * rtl.def (VALUE): New rtx code.
9053         * rtl.h (union rtunion_def): New elt rt_cselib.
9054         (X0CSELIB, CSELIB_VAL_PTR): New macros.
9055         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
9056         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
9057         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
9058         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
9059         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
9060         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
9061         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
9062         cselib_record_set, cselib_record_sets): New static functions.
9063         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
9064         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
9065         references_value_p): New functions.
9066         (MAX_USELESS_VALUES, REG_VALUES): New macros.
9067         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
9068         n_useless_values, reg_values, callmem, cselib_obstack,
9069         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
9070         New static variables.
9071         * varray.h (union varray_data_tag): New elt te.
9072         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
9073         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
9074         dependencies.
9075
9076 2000-03-14  Nick Clifton  <nickc@cygnus.com>
9077
9078         * gcc.c (do_spec_1): Catch the case where %* is used in a
9079         substitution pattern, but it has not been initialised.
9080         Issue a meaningful error message if an unrecognised operator
9081         is encountered in a spec string.
9082
9083 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
9084
9085         * function.c (prepare_function_start): Correctly initialize
9086         cfun->stack_alignment_needed.
9087
9088 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
9089
9090         * cppfiles.c (find_include_file): Don't assume nshort is a
9091         substring of name.
9092
9093 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
9094
9095         * configure.in (hppa configurations): Add pa32-regs.h to the
9096         list of tm files as appropriate.
9097         * configure: Rebuilt.
9098         * pa.c (compute_frame_size): Remove explicit knowledge about FP
9099         register numbering.
9100         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
9101         (fmpyaddoperands, fmpysuboperands): Likewise.
9102         * pa.h: Remove various definitions which depend on knowing
9103         how registers are numbered.
9104         * pa32-regs.h: New file with PA32 register numbering specific
9105         definitions.
9106
9107 2000-03-14  Richard Henderson  <rth@cygnus.com>
9108
9109         * regmove.c (combine_stack_adjustments): New.
9110         (stack_memref_p, single_set_for_csa): New.
9111         (free_csa_memlist, record_one_stack_memref): New.
9112         (try_apply_stack_adjustment): New.
9113         (combine_stack_adjustments_for_block): New.
9114         * rtl.h (combine_stack_adjustments): Declare.
9115         * toplev.c (rest_of_compilation): Call it.
9116
9117         * i386.md: Revert 2000-01-16 change.
9118
9119 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9120
9121         * gccbug.in: Add web category, gcc specific classes.
9122
9123 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
9124
9125         * stor-layout.c (finalize_record_size): Fix typo.
9126
9127 2000-03-14  Stan Shebs  <shebs@apple.com>
9128
9129         * c-typeck.c (c_alignof): Error on incomplete types.
9130         * extend.texi (Alignment): Document this.
9131
9132 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
9133
9134         * cppfiles.c: Include mkdeps.h.
9135         (find_include_file, read_include_file): Remove _cpp_ prefix
9136         from name, make static.
9137         (_cpp_execute_include): New function, broken out of
9138         do_include.
9139
9140         * cpplib.c: Don't include mkdeps.h.
9141         (struct directive): Remove type field. Reorder entries.  The
9142         function takes only one argument.
9143         (struct if_stack): Make type field an int.
9144         (directive_table): Rename to dtable.  Generate it, the
9145         prototypes of the directive handlers, and the enum for the
9146         directive numbers, from a template macro.
9147         (do_ifndef, do_include_next, do_import): New functions.
9148         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
9149         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
9150         do_ident, do_assert, do_unassert, do_sccs): Take only one
9151         argument.
9152         (do_sccs): Define always, but alter behavior based on
9153         SCCS_DIRECTIVE.
9154         (_cpp_handle_directive, consider_directive_while_skipping):
9155         Restructure for new directive table layout.
9156
9157         (pass_thru_directive): Take a directive number, not a pointer
9158         to a struct directive.
9159         (parse_include): New function, broken out of do_include.
9160         (do_include, do_import, do_include_next): Use parse_include
9161         and _cpp_execute_include.
9162         (do_elif, do_else): Test for T_ELSE specifically when checking
9163         for #elif/#else after #else.
9164         (parse_ifdef): New function, broken out of do_ifdef.
9165         (validate_else): Expect a name arg without a leading #.
9166         (if_directive_name): Delete.
9167         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
9168         directive handlers with only one argument.
9169
9170         * cpphash.h: Update prototypes.
9171         (enum node_type): Remove entries for directives.
9172         * Makefile.in: Update dependencies.
9173
9174         * cpphash.c (dump_hash_helper): Only dump nodes of type
9175         T_MACRO.  Emit a newline after each definition.
9176
9177 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9178
9179         * gccbug.in: New file.
9180         * configure.in (all_outputs): Add gccbug.
9181         * Makefile.in (install-common): Install gccbug.
9182         (GCCBUG_INSTALL_NAME): New variable.
9183         * configure: Rebuilt.
9184
9185 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
9186
9187         * function.c (put_var_into_stack): Use type_for_mode to calculate
9188         part_type.  Use MEM_SET_IN_STRUCT_P.
9189         * expr.c (store_field): Handle CONCAT.
9190         (store_constructor): Use fields_length.
9191         * tree.c (fields_length): New fn.
9192         * tree.h: Declare it.
9193
9194 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
9195
9196         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
9197         (cpplex.o): New target.
9198         * po/POTFILES.in: Add cpplex.c.
9199
9200         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
9201         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
9202         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
9203         skip_block_comment, skip_line_comment, skip_comment,
9204         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
9205         _cpp_parse_name, skip_string, parse_string,
9206         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
9207         _cpp_get_directive_token, find_position,
9208         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
9209         (maybe_macroexpand, _cpp_lex_token): New functions.
9210
9211         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
9212         parse_goto_mark): Delete.
9213         (_cpp_handle_eof): New function.
9214         (_cpp_handle_directive): Rename from handle_directive.
9215         (_cpp_output_line_command): Rename from output_line_command.
9216         (do_if, do_elif): Call _cpp_parse_expr directly.
9217         * cppfiles.c (_cpp_read_include_file): Don't call
9218         init_input_buffer here.
9219         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
9220         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
9221         here; pop the token_buffer and skip the rest of the line here.
9222         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
9223         here.
9224
9225         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
9226         Define here.
9227         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
9228         CPP_GOTO_MARK): New macros.
9229         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
9230         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
9231         _cpp_read_and_prescan, _cpp_init_input_buffer,
9232         _cpp_grow_token_buffer, _cpp_get_directive_token,
9233         _cpp_handle_directive, _cpp_handle_eof,
9234         _cpp_output_line_command): Prototype them here.
9235         * cpplib.h (enum cpp_token): Add CPP_MACRO.
9236         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
9237         quote_string, output_line_command): Remove.
9238
9239 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
9240
9241         * stmt.c (expand_end_case): RANGE may be signed, and when checking
9242         whether it is too large we must also verify that it isn't negative.
9243
9244 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
9245
9246         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
9247         (movsi_zero_liveg0): Remove.
9248         (movsf_insn_novis_liveg0): Remove.
9249         (negsi2): Remove.
9250         (negsi2_not_liveg0): Rename to negsi2.
9251         (one_cmplsi2): Remove.
9252         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
9253         (one_cmplsi2_liveg0): Remove.
9254         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
9255         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
9256         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
9257         (PREDICATE_CODES): Remove zero_operand.
9258         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
9259         TARGET_BROKEN_SAVERESTORE.
9260         (zero_operand): Remove.
9261         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
9262         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
9263         options.
9264         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
9265         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
9266         TARGET_BROKEN_SAVERESTORE): Remove.
9267         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9268         Remove.
9269         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9270         Remove.
9271         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9272         Remove.
9273
9274         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
9275
9276 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
9277
9278         * cpplib.c (do_pragma_implementation): Fix off-by-one error
9279         truncating a string.  Don't assume tokens are nul terminated.
9280         Problem noted by Andreas Jaeger <aj@suse.de>
9281
9282 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
9283
9284         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
9285         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
9286         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
9287
9288 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
9289
9290         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
9291         STRUCTURE_SIZE_BOUNDARY.
9292
9293 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
9294
9295         * tree.h (record_layout_info_s): New structure.
9296         (record_layout_info): New type.
9297         (new_record_layout_info): New function.
9298         (layout_field): Likewise.
9299         (finish_record_layout): Likewise.
9300         * stor-layout.c (layout_record): Remove.
9301         (new_record_layout_info): New function.
9302         (layout_field): New function, broken out from layout_record.
9303         (finalize_record_size): Likewise.
9304         (compute_record_mode): Likewise.
9305         (finalize_type_size): New function, broken out from layout_type.
9306         (finish_record_layout): Likewise.
9307         (layout_type): Use them.
9308
9309 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
9310
9311         * cpphash.c: Don't include version.h.
9312         (special_symbol) [case T_VERSION]: Look for the string in
9313         hp->value.cpval; don't use version_string.
9314         * cppinit.c (initialize_builtins): Set hp->value.cpval for
9315         __VERSION__ to version_string.
9316         * Makefile.in (cpphash.o): Update deps.
9317
9318 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
9319
9320         Convert cpplib to use libiberty/hashtab.c.
9321
9322         * cpplib.h (struct cpp_reader): Make hashtab and
9323         all_include_files of type 'struct htab *'.  Delete HASHSIZE
9324         and ALL_INCLUDE_HASHSIZE macros.
9325
9326         * cpphash.h: Update prototypes.
9327         (struct hashnode): Remove next, prev, and bucket_hdr members.
9328         Make length a size_t.  Add hash member.
9329         (struct ihash): Remove next member.  Add hash member.  Make
9330         name a flexible array member.
9331
9332         * cppfiles.c: Include hashtab.h.
9333         (include_hash): Delete.
9334         (IHASHSIZE): New macro.
9335         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
9336         (cpp_included): Do the hash lookup here.
9337         (_cpp_find_include_file): Rewrite.
9338         (cpp_read_file): Put the "fake" hash entry into the hash
9339         table.  Honor the control_macro, if it turns out we've seen
9340         the file before.  Don't push the buffer here.
9341         (_cpp_read_include_file): Push the buffer here.
9342         (OMODES): New macro.  Use it whenever we call open(2).
9343
9344         * cpphash.c: Include hashtab.h.
9345         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
9346         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
9347         _cpp_lookup_slot): New functions.
9348         (HASHSIZE): new macro.
9349         (hashf, _cpp_install, _cpp_delete_macro): Delete.
9350         (_cpp_lookup): Use hashtab.h routines.
9351
9352         * cppinit.c: Include hashtab.h.
9353         (cpp_reader_init): Call _cpp_init_macro_hash and
9354         _cpp_init_include_hash.  Don't allocate hashtab directly.
9355         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
9356         pfile->all_include_files.
9357         (initialize_builtins): Use _cpp_make_hashnode and
9358         htab_find_slot to add hash entries.
9359         (cpp_finish): Just call _cpp_dump_macro_hash.
9360         * cpplib.c: Include hashtab.h.
9361         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
9362         create hash entries.
9363         (do_pragma_poison, do_assert): Likewise.
9364         (do_include): Don't push the buffer here.  Don't increment
9365         system_include_depth unless _cpp_read_include_file succeeds.
9366         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
9367         or htab_remove_elt.
9368         (do_pragma_implementation): Use alloca to create copy.
9369
9370         * Makefile.in: Update dependencies.
9371
9372 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9373
9374         * cppinit.c (cl_directive_handler): More K&R fixing.
9375
9376 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
9377
9378         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
9379         STACK_BOUNDARY.
9380         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
9381
9382 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9383
9384         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
9385         Change from char[] to macros.
9386
9387 2000-03-12  Neil Booth  <NeilB@earthling.net>
9388
9389         * cppinit.c (cpp_start_read): Update indirect function
9390         call to K&R C.
9391
9392 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
9393
9394         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
9395         entry.
9396
9397         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
9398         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
9399
9400 2000-03-11  Neil Booth  <NeilB@earthling.net>
9401
9402         * cppinit.c (struct pending option): Replace undef with a
9403         pointer to a directive handling routine.
9404         (struct cpp_pending): Replace separate assert_ and define_
9405         lists with one directive_ list.
9406         (new_pending_define): Rename new_pending_directive. Extra
9407         argument is the directive's handling routine.
9408         (handle_option): Update to use new_pending_directive.
9409
9410 2000-03-11  Neil Booth  <NeilB@earthling.net>
9411
9412         * cppfiles.c (file_cleanup, _cpp_find_include_file,
9413         remap_filename, _cpp_read_include_file, actual_directory,
9414         hack_vms_include_specification): Replace bcopy(), index() etc
9415         calls.  Add casts to some allocations.  Make some variables
9416         pointers to const [unsigned] char.
9417         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
9418         collect_formal_parameters): Similarly.
9419         * cppinit.c (struct pending_option, append_include_chain,
9420         cpp_options_init, cpp_reader_init, initialize_standard_includes,
9421         cpp_start_read, new_pending_define, handle_option): Similarly.
9422         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
9423         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
9424         do_pragma_implementation, detect_if_not_defined,
9425         do_ifdef, skip_if_group, cpp_get_token, parse_string,
9426         do_assert, do_unassert): Similarly.
9427         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
9428         function prototypes.
9429         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
9430
9431 2000-03-10  Richard Henderson  <rth@cygnus.com>
9432
9433         * builtins.c (expand_builtin_strlen): Revert last change.
9434         Use emit_insn_before if we're at the beginning of a sequence.
9435
9436 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
9437
9438         * builtins.c (expand_builtin_strlen): Make sure that we have something
9439         at the beginning of the sequence.
9440
9441         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
9442         deferred inlines.
9443
9444         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
9445
9446 2000-03-10  Richard Henderson  <rth@cygnus.com>
9447
9448         * except.c (can_throw): Use INTVAL on a CONST_INT.
9449         (reachable_handlers): Likewise.
9450         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
9451
9452 2000-03-10  Andreas Jaeger  <aj@suse.de>
9453
9454         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
9455         MD_STARTFILE_PREFIX since those are not needed on linux.
9456         (ASM_FILE_START): New, from mips/gnu.h.
9457
9458 2000-03-09  Richard Henderson  <rth@cygnus.com>
9459             Alex Samuel  <samuel@codesourcery.com> and others
9460
9461         * Makefile.in (ssa.o): New rule.
9462         (OBJS): Add ssa.o.
9463         (STAGESTUFF): Add *.ssa and *.ussa.
9464         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
9465         * rtl.def (PHI): New RTL expression.
9466         * rtl.h (clear_log_links): New declaration.
9467         (convert_to_ssa): Likewise.
9468         (convert_from_ssa): Likewise.
9469         * flow.c (split_edge): If the entry node falls through to the
9470         split edge's source block, split the entry edge.
9471         (clear_log_links): New function.
9472         * toplev.c (ssa_dump): New variable.
9473         (flag_ssa): Likewise.
9474         (f_options): Add "ssa".
9475         (compile_file): Create SSA dump files.
9476         (rest_of_compilation): Go to and from SSA if enabled.
9477         (decide_d_option): Handle -de for SSA dump files.
9478         * ssa.c: New file.
9479
9480 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
9481
9482         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
9483         same as VAR_DECL.
9484
9485 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
9486
9487         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
9488
9489 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
9490
9491         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
9492         (MD_STARTFILE_PREFIX_1): New macro.
9493
9494 2000-03-09  Robert Lipe  <robertl@sco.com>
9495
9496         * config/ia64/ia64.c: Include system.h.
9497
9498 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
9499
9500         * except.c (nothrow_function_p): If -fno-exceptions, just return.
9501         (init_eh_nesting_info): Likewise.
9502
9503         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
9504         (TREE_NOTHROW): Rename from TREE_RAISES.
9505         * toplev.c (rest_of_compilation): Set it.
9506         * print-tree.c (print_node): Adjust.
9507         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
9508         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
9509         * calls.c (emit_call_1): Add 'nothrow' parm.  Add
9510         REG_EH_REGION note as appropriate.
9511         (libfunc_nothrow): New fn.
9512         (emit_library_call, emit_library_call_value): Use it.
9513         (expand_call): Check TREE_NOTHROW.
9514
9515         * varasm.c (make_decl_rtl): Skip initial '*' when setting
9516         DECL_ASSEMBLER_NAME.
9517
9518 2000-03-09  Andreas Jaeger  <aj@suse.de>
9519
9520         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
9521         (TARGET_MEM_FUNCTIONS): Define.
9522
9523 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
9524
9525         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
9526
9527         * except.c (can_throw): See through a SEQUENCE.
9528         (nothrow_function_p): New fn.
9529         * except.h: Declare it.
9530         * function.c (current_function_nothrow): New var.
9531         (prepare_function_start): Initialize it.
9532         * output.h: Declare it.
9533         * toplev.c (rest_of_compilation): Set it.
9534         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
9535
9536 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
9537
9538         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
9539         match.  (cpp_compare_defs): Count the nul separator when
9540         advancing over argument names.
9541
9542 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
9543
9544         * recog.c (preprocess_constraints): Matching constraints affect
9545         same alternative/different operand, not same operand/different
9546         alternative.
9547
9548         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
9549         register and a constant specially.
9550
9551 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9552
9553         * libgcc2.h: New file.
9554         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
9555
9556 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
9557
9558         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
9559         * configure: Regenerate.
9560         * config/ia64: New.
9561
9562 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
9563
9564         * Makefile.in (LIBCPP_DEPS): New macro.
9565         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
9566         it to declare deps.
9567         * cpperror.c: Include cpphash.h.
9568         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
9569         dingleberry.
9570         (lex): Don't use CPP_WARN_UNDEF.
9571         (_cpp_parse_expr): Return an int, the truth value.
9572         * cppfiles.c: Include cpphash.h.
9573         (_cpp_merge_include_chains): Move to cppinit.c and make static.
9574         * cppinit.c (include_defaults_array): Disentangle.
9575         (cpp_cleanup): Don't free the if stack here.
9576         (cpp_finish): Pop off all buffers, not just one.
9577         * cpplib.c (eval_if_expr): Return int.
9578         (do_xifdef): Rename do_ifdef.
9579         (handle_directive): Don't use CPP_PREPROCESSED.
9580         (cpp_get_token): Don't use CPP_C89.
9581         * fix-header.c: Don't use CPP_OPTIONS.
9582
9583         * cpplib.h: Move U_CHAR, enum node_type, struct
9584         file_name_list, struct ihash, is_idchar, is_idstart,
9585         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
9586         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
9587         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
9588         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
9589         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
9590         of _cpp_simplify_pathname, _cpp_find_include_file,
9591         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
9592         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
9593         cppinit.c.
9594         Change all uses of U_CHAR to be unsigned char instead.
9595         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
9596
9597 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
9598
9599         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
9600         (dwarf2out_begin_prologue): Set it.
9601         (output_call_frame_info): Don't emit EH unwind info for leaves.
9602
9603         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
9604         can occur outside of an EH region.
9605         * except.c: Correct comments about rethrow behavior.
9606         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
9607
9608 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
9609
9610         * flow.c (make_edges): Always call make_eh_edge for calls.
9611
9612 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
9613
9614         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
9615         (struct cpp_buffer): Remove fname and underflow fields.
9616         (struct cpp_reader): Remove get_token field.
9617         (struct include_hash): Rename to struct ihash.  Add typedef to
9618         IHASH.
9619         (struct if_stack): Remove fname field.
9620         (IF_STACK_FRAME): Rename to IF_STACK.
9621
9622         * cpperror.c (print_containing_files): Trust that there are no
9623         macro buffers below the top file buffer.
9624         * cppfiles.c: Replace all references to 'struct include_hash'
9625         with 'IHASH'.  Rename initialize_input_buffer to
9626         init_input_buffer.  Don't set or reference cpp_buffer->fname,
9627         use buffer->ihash->name instead.
9628         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
9629         not CPP_NULL_BUFFER.
9630         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
9631         IF_STACK_FRAME, IHASH not struct include_hash.
9632         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
9633         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
9634         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
9635         references to cpp_buffer->fname (delete entirely, or use
9636         ->ihash->name instead) and IF_STACK->fname.
9637         (cpp_push_buffer): Don't set new->underflow.
9638         (do_include): Use cpp_file_buffer.
9639
9640         * cpphash.c (collect_formal_parameters): Remove duplicate
9641         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
9642         used as a macro argument name.  Don't append "..." to namebuf
9643         for varargs macros.  After we're done scanning, go through
9644         namebuf and make it NUL separated, not comma separated.
9645         (_cpp_compare_defs): Remove register tag from variables.
9646         Expect defn->argnames to be NUL separated.
9647         (_cpp_dump_definition): Expect defn->argnames to be NUL
9648         separated and in forward order.
9649         * cpphash.h: Update documentation of argnames field.
9650
9651 2000-03-08  Richard Henderson  <rth@cygnus.com>
9652
9653         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
9654         to fail.  Don't pre-expand the source operand.
9655
9656         * i386.md (strlensi): Initialize eoschar and align before use.
9657
9658 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
9659
9660         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
9661         CONSTRUCTOR element.
9662
9663 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
9664
9665         * mips.c (mips_expand_prologue): If the last
9666         named argument is the vararg marker "va_list", treat it as
9667         an unnamed argument.
9668
9669 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
9670
9671         * dbxout.c (dbxout_parms): When correcting for promoted
9672         big-endian parameters, use the mode of the DECL_RTL rather
9673         than UNITS_PER_WORD.
9674
9675 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
9676
9677         * c-common.h (make_fname_decl): Declare.
9678         * c-common.c (make_fname_decl): Define.
9679         (declare_hidden_char_array): Remove.
9680         (declare_function_name): Use make_fname_decl.
9681         * c-decl.c (c_make_fname_decl): New function.
9682         (init_decl_processing): Set make_fname_decl.
9683
9684 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
9685
9686         * cccp.c (handle_directive): Initialize backslash_newlines_p.
9687
9688 2000-03-07  Philipp Thomas  <pthomas@suse.de>
9689
9690         * po/POTFILES.in: Remove cppalloc.c from file list.
9691
9692 2000-03-07  Steve Chamberlain  <sac@pobox.com>
9693
9694         * pj.c (pj_expand_prologue): current_function->args_info is
9695         now current_function_args_info.
9696
9697         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
9698         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
9699         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
9700
9701 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9702
9703         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
9704         output as hexadecimal rather than the default octal.
9705
9706 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
9707
9708         * cpphash.c (special_symbol): Fix thinko in previous commit.
9709
9710 2000-03-07  Neil Booth  <NeilB@earthling.net>
9711
9712         * cppexp.c (struct operation, left_shift, right_shift,
9713         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
9714         "int"s to "unsigned int"s.
9715         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
9716         Similarly.
9717         * cpplib.h: Update for above.
9718         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
9719         returned from allocations.
9720
9721         * cppinit.c (opt_comp, parse_options): New functions.
9722         (handle_option): Use parse_option to parse a single command
9723         line option, that possibly takes an argument.
9724         (cpp_handle_options): Sort the array of command line options on
9725         first invocation (non-ASCII hosts only).
9726         (print_help): Update.
9727
9728 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
9729
9730         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
9731         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
9732
9733         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
9734         initialized.
9735         * cppinit.c (cpp_cleanup): Free imp->nshort also.
9736
9737         * cpperror.c (cpp_print_containing_files,
9738         cpp_print_file_and_line, v_cpp_message): Rename to
9739         print_containing_files, print_file_and_line, and v_message.
9740         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
9741         to _cpp_parse_expr, parse_escape, and lex.
9742         (parse_charconst): Remove broken multibyte support.
9743         * cppfiles.c (include_hash): Make static.
9744         (cpp_included): New function.
9745         (merge_include_chains, find_include_file, finclude,
9746         simplify_pathname): Rename to _cpp_merge_include_chains,
9747         _cpp_find_include_file, _cpp_read_include_file, and
9748         _cpp_simplify_pathname.
9749         * cpphash.c (cpp_lookup, free_definition, delete_macro,
9750         cpp_install, create_definition, macroexpand, compare_defs,
9751         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
9752         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
9753         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
9754         * cppinit.c (cpp_handle_option): Rename to handle_option, make
9755         static.
9756         * cpplib.c: Remove extern prototype of cpp_parse_expr.
9757
9758         * cpphash.h: Update prototypes.
9759         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
9760
9761 2000-03-07  Andrew Haley  <aph@cygnus.com>
9762
9763         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
9764         PTRDIFF_TYPE should be based solely on Pmode.
9765         (SIZE_TYPE): ditto.
9766
9767 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9768
9769         * rtl.h (rtunion_def): Constify member `rtstr'.
9770         (emit_line_note_after, emit_line_note, emit_line_note_force,
9771         emit_note, decode_asm_operands): Constify.
9772
9773         * cse.c (canon_hash): Likewise.
9774
9775         * dbxout.c (dbxout_block): Likewise.
9776
9777         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
9778         v_warning_for_asm): Likewise.
9779
9780         * dwarfout.c (function_start_label): Likewise.
9781
9782         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
9783         emit_line_note_force): Likewise.
9784
9785         * final.c (last_filename, asm_insn_count, final_scan_insn,
9786         output_source_line): Likewise.
9787
9788         * function.h (struct emit_status): Likewise.
9789
9790         * gcse.c (hash_expr_1): Likewise.
9791
9792         * genattr.c (gen_attr, main): Likewise.
9793
9794         * genattrtab.c (struct function_unit, current_alternative_string,
9795         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
9796         attr_numeral, check_attr_test, check_attr_value,
9797         convert_set_attr_alternative, convert_set_attr,
9798         compute_alternative_mask, simplify_by_exploding, gen_attr,
9799         gen_unit): Likewise.
9800
9801         * genflags.c (gen_insn): Likewise.
9802
9803         * gengenrtl.c (type_from_format): Likewise.
9804
9805         * genopinit.c (gen_insn): Likewise.
9806
9807         * genoutput.c (n_occurrences, process_template, process_template):
9808         Likewise.
9809
9810         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
9811         Likewise.
9812
9813         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
9814         Likewise.
9815
9816         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
9817         ggc_set_mark, ggc_get_size): Likewise.
9818
9819         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
9820
9821         * optabs.c (init_one_libfunc): Likewise.
9822
9823         * output.h (assemble_start_function): Likewise.
9824
9825         * recog.c (decode_asm_operands): Likewise.
9826
9827         * toplev.c (rest_of_compilation): Likewise.
9828
9829         * tree.h (emit_line_note_after, emit_line_note,
9830         emit_line_note_force): Likewise.
9831
9832         * varasm.c (asm_output_bss, asm_output_aligned_bss,
9833         asm_emit_uninitialised, assemble_start_function,
9834         assemble_variable, const_hash, compare_constant_1,
9835         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
9836
9837         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
9838
9839         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
9840
9841         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
9842
9843         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
9844
9845         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
9846         arm_dllimport_name_p): Likewise.
9847
9848         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
9849         Likewise.
9850
9851         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
9852
9853         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9854
9855         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
9856         arm_mark_dllexport, arm_mark_dllimport,
9857         arm_pe_encode_section_info): Likewise.
9858
9859         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
9860         ASM_FINISH_DECLARE_OBJECT): Likewise.
9861
9862         * arm/thumb.c (thumb_function_prologue): Likewise.
9863
9864         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
9865
9866         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9867
9868         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
9869
9870         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
9871
9872         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
9873
9874         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9875
9876         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
9877         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
9878
9879         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
9880
9881         * i386/i386.c (asm_output_function_prefix): Likewise.
9882
9883         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
9884
9885         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9886
9887         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
9888
9889         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
9890         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
9891         ASM_OUTPUT_SECTION_NAME): Likewise.
9892
9893         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
9894
9895         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
9896
9897         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
9898
9899         * m32r/m32r.c (m32r_encode_section_info): Likewise.
9900
9901         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9902
9903         * mcore/mcore.c (mcore_encode_section_info): Likewise.
9904
9905         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9906
9907         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9908
9909         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9910
9911         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
9912
9913         * mips/mips.md (movdi, movsi): Likewise.
9914
9915         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9916
9917         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9918
9919         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9920
9921         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
9922         ASM_OUTPUT_ASCII): Likewise.
9923
9924         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
9925         output_mi_thunk, output_toc): Likewise.
9926
9927         * rs6000/rs6000.md (movsi): Likewise.
9928
9929         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
9930
9931         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
9932
9933         * v850/v850.c (print_operand, print_operand_address,
9934         v850_encode_data_area): Likewise.
9935
9936 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
9937
9938         * config/mips/mips.md (zero_extendsidi2): Always force operand
9939         one to memory for mips16.
9940
9941 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9942
9943         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
9944         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
9945         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
9946         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
9947         (min_precision): Result is unsigned.
9948         (add_double, neg_double, mul_double): Low word is unsigned.
9949         (lshift_double, rshift_double, lrotate_double): Likewise.
9950         (rrotate_double, div_and_round_double): Likewise.
9951         (tree_floor_log2, compare_tree_int): New functions.
9952         (preserve_rtl_expr_temps): New declaration.
9953         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
9954         (decl_attributes): Use tree_log2 to find alignment.
9955         Check for TREE_INT_CST_HIGH for format args.
9956         (min_precision): Now unsigned.
9957         Use tree_floor_log2.
9958         (truthvalue_conversion): Delete long-disabled code.
9959         * c-decl.c (finish_struct): Clean up tests on field width.
9960         (finish_function): Use compare_tree_int.
9961         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
9962         * c-typeck.c (comptypes): Use tree_int_cst_equal.
9963         (default_conversion, digest_init): Use compare_tree_int.
9964         (build_binary_op): Use integer_all_onesp and compare_tree_int.
9965         Fix type errors in forming masks.
9966         * calls.c (initialize_argument_information): Use compare_tree_int.
9967         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
9968         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
9969         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
9970         (store_field): Use compare_tree_int.
9971         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
9972         (expand_expr, case ARRAY_REF): Use compare_tree_int.
9973         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
9974         (do_store_flag): Use compare_tree_int.
9975         * fold-const.c (encode, decode): Low part is always unsigned.
9976         (force_fit_type, add_double, neg_double, mul_double): Likewise.
9977         (lshift_double, rshift_double, lrotate_double): Likewise.
9978         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
9979         (fold_convert): Use compare_tree_int.
9980         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
9981         (invert_truthvalue, case INTEGER_CST): Likewise.
9982         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
9983         * mkdeps.c (deps_dummy_targets): Make I unsigned.
9984         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
9985         (lshift_double, rshift_double, lrotate_double, rrotate_double):
9986         Likewise.
9987         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
9988         (expand_end_case): Use compare_tree_int.
9989         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
9990         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
9991         (layout_decl): Likewise.
9992         (layout_record, layout_union): Make sizes unsigned.
9993         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
9994         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
9995         * tree.c (struct type_hash): hashcode is unsigned.
9996         (build_type_attribute_variant, type_hash_list): Likewise.
9997         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
9998         (attribute_hash_list, build_array_type, build_method_type): Likewise.
9999         (build_complex_type): Likewise.
10000         (real_value_from_int_cst): Remove unneeded casts.
10001         (integer_all_onesp): Add casts.
10002         (tree_floor_log2, compare_tree_int): New functions.
10003         (build_index_type): Use tree_int_cst_sgn.
10004         * varasm.c (assemble_variable): Use compare_tree_int.
10005
10006 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
10007
10008         * cpphash.c (collect_expansion): Also catch ## at start of macro.
10009
10010         * varasm.c (make_decl_rtl): Don't add a number to members of
10011         local classes.
10012         (make_function_rtl): Likewise.
10013
10014 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10015
10016         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
10017         patch from 2000-01-28.
10018
10019 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
10020
10021         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
10022         filled with an insn from the jump target.
10023
10024 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10025
10026         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
10027         (c4x_external_ref): Likewise.
10028         * config/c4x/c4x.c (struct name_list): Likewise.
10029
10030 1999-12-16  Ben Collins  <bcollins@debian.org>
10031
10032         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
10033         argument to genmultilib.
10034         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
10035         the contents into the multilib.h header.
10036         * gcc.c: Declare multilib_exclusions for the specs file.
10037         (set_multilib_dir): Use it.
10038         (print_multilib_info): Likewise.
10039         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
10040         to pass to genmultilib.
10041
10042 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10043
10044         * builtins.c (built_in_class_names, built_in_names): Constify a
10045         char*.
10046
10047         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
10048         int.
10049         (_mcleanup): Ensure value matches format specifier in sprintf.
10050
10051         * cpphash.c (special_symbol): Don't needlessly cast away
10052         const-ness.
10053
10054         * cppinit.c (base_name): Delete unused prototype.
10055
10056         * mkdeps.c (deps_init): Make definition K&R safe.
10057
10058         * tree.h (built_in_class_names, built_in_names): Constify a
10059         char*.
10060
10061 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
10062
10063         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
10064         floating point instructions for epilogue delay.
10065
10066         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
10067         to gas if it supports .register pseudo.
10068
10069         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
10070         LONG_DOUBLE_TYPE_SIZE if not defined.
10071         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
10072         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
10073         * real.c: Likewise.
10074         * gengenrtl.c: Likewise.
10075         * print-rtl.c: Likewise.
10076         * rtl.c: Likewise.
10077         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
10078         MASK_LONG_DOUBLE_128.
10079         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
10080         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
10081         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
10082         (SUBTARGET_SWITCHES): Define.
10083         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
10084         with -mlong-double-128.
10085         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
10086         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
10087         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
10088         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
10089         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
10090         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
10091         with -mlong-double-128.
10092         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
10093         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
10094         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
10095         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
10096         TARGET_LONG_DOUBLE_128): Define.
10097         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
10098         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
10099         long double on TARGET_ARCH64.
10100
10101 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
10102
10103         * function.c (free_temps_for_rtl_expr): Don't free slots
10104         that have been pushed into a higher level.
10105
10106         Revert this patch:
10107         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
10108
10109 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
10110
10111         * basic-block.h (ALLOCA_REG_SET): Remove.
10112         (INITIALIZE_REG_SET): New macro.
10113         * flow.c (update_life_info): Use it.
10114         (calculate_global_regs_live): Likewise.
10115         (propagate_block): Likewise.
10116         * global.c (build_insn_chain): Likewise.
10117         * haifa-sched.c (schedule_region): Likewise.
10118
10119 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
10120
10121         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
10122         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
10123         (DWARF_ARANGES_PAD_SIZE): New define.
10124         (output_aranges): Use it to pad the address range header.
10125         (DWARF_ROUND): Fix for non power of 2 rounding.
10126
10127 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
10128
10129         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
10130
10131 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
10132
10133         * tree.def (RTL_EXPR): Update documentation.
10134         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
10135         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
10136         * function.c (preserve_rtl_expr_temp): New function.
10137         (preserve_rtl_expr_temps): Likewise.
10138         (preserve_rtl_expr_result): Use it.
10139
10140         Revert this patch:
10141         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
10142
10143 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
10144
10145         * regmove.c (copy_src_to_dest)  Do not create src->dest move
10146         for unchanging destination.
10147
10148 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
10149
10150         * function.h (struct sequence_stack): Remove rtl_expr.
10151         (struct emit_staus): Likewise.
10152         (seq_rtl_expr): Remove.
10153         * tree.h (free_temps_for_rtl_expr): Don't declare.
10154         (start_sequence_for_rtl_expr): Likewise.
10155         * rtl.h (preserve_rtl_expr_result): Likewise.
10156         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
10157         (start_sequence_for_rtl_expr): Remove.
10158         (push_topmost_sequence): Don't save sequence_rtl_expr.
10159         (pop_topmost_sequence): Remove comment about not restoring it.
10160         (end_sequence): Don't set seq_rtl_expr.
10161         (init_emit): Don't initialize it.
10162         (mark_sequence_stack): Don't mark it.
10163         (mark_emit_status): Likewise.
10164         * except.c (protect_with_terminate): Use
10165         start_sequence_for_rtl_expr, not start_sequence.
10166         * expr.c (expand_expr, case RTL_EXPR): Don't call
10167         preserve_rtl_expr_result or free_temps_for_rtl_expr.
10168         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
10169         (preserve_rtl_expr_result): Remove.
10170         (free_temps_for_rtl_expr): Likewise.
10171         (pop_temp_slots): Likewise.
10172         (mark_temp_slot): Don't mark the rtl_expr.
10173         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
10174         start_sequence_for_rtl_expr.
10175
10176 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
10177
10178         * mkdeps.c, mkdeps.h: New files.
10179         * po/POTFILES.in: Add them.
10180         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
10181         (cpplib.o, cppinit.o): Depend on mkdeps.h.
10182         (mkdeps.o): New target.
10183
10184         * cppfiles.c: Delete deps_output.
10185         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
10186         OBJECT_SUFFIX, and base_name.
10187         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
10188         the include hash.
10189         (initialize_dependency_output): Use deps_init,
10190         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
10191         all the unnecessary string bashing.
10192         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
10193         level.
10194         * cpplib.c (do_include): Use deps_add_dep.
10195         * cpplib.h (struct cpp_reader): Replace deps_buffer,
10196         deps_allocated_size, deps_size, deps_column members with
10197         single pointer to a struct deps.  Delete prototype of
10198         deps_output.
10199
10200         * cppinit.c: Fix thinko in previous patch.
10201
10202 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10203
10204         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
10205         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
10206         (mode_for_size_tree): New function.
10207         (layout_decl, layout_type): Call it and clean up BLKmode checks.
10208         * tree.h (mode_for_size_tree): New declaration.
10209
10210         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
10211
10212 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
10213
10214         * stmt.c (is_body_block): Move...
10215         * dwarfout.c, dwarf2out.c: ...from here.
10216         * tree.h: Declare it.
10217         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
10218         * final.c (final_start_function): Do call remove_unnecessary_notes
10219         when scheduling.
10220
10221 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
10222
10223         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
10224
10225         * cpplib.h (_dollar_ok): New macro.
10226         (is_idchar, is_idstart): Use it.
10227         (IStable): Rename to _cpp_IStable.  Declare it const if
10228         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
10229         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
10230         is_space): Update for renamed IStable.
10231
10232         * cppinit.c: Delete all references to FAKE_CONST and CAT
10233         macros. Define init_IStable as empty macro if gcc >=2.7 or
10234         C99. Change TABLE() to ISTABLE and hardcode name of table.
10235         (cpp_start_read): Don't change the IStable based on
10236         dollars_in_ident.
10237
10238         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
10239         changed.  Handle '$' for char1 correctly.
10240         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
10241
10242         * cppexp.c (tokentab2): Make const.
10243         (cpp_lex): Make toktab const.
10244         * cppinit.c (include_defaults_array): Make const.
10245         (initialize_standard_includes): Make default_include const.
10246
10247 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
10248
10249         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
10250         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
10251         (gen_decl_die): Likewise.
10252         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
10253         (output_decl): Likewise.
10254
10255         * varasm.c (make_function_rtl): If we change the name used in the
10256         rtl, update DECL_ASSEMBLER_NAME accordingly.
10257         (make_decl_rtl): Likewise.
10258
10259         * toplev.c (rest_of_compilation): Tweak formatting.
10260
10261         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
10262         remove_unnecessary_notes.
10263         (debug_ignore_block): New fn.
10264         * toplev.h: Declare it.
10265         * emit-rtl.c (remove_unncessary_notes): Call it.
10266         * dwarf2out.c (dwarf2out_ignore_block): New fn.
10267         * dwarf2out.h: Declare it.
10268         * final.c (final_start_function): Don't call remove_unnecessary_notes
10269         if we did insn scheduling.
10270
10271 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
10272
10273         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
10274         * cpplib.h: Delete SET_CPP_PEDANTIC.
10275
10276 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10277
10278         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
10279         result is a RECORD_TYPE.
10280
10281 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
10282
10283         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
10284
10285 2000-03-03  Richard Henderson  <rth@cygnus.com>
10286
10287         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
10288         addition over compliments over shifts.
10289
10290 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10291
10292         * reload1.c (reload_combine_note_use): Handle return register USEs.
10293         REG case: Handle multi-hard-register hard regs.
10294
10295 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10296
10297         * md.texi: Document use of '*' in insn pattern name.
10298
10299 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
10300
10301         * calls.c (special_function_p): operator new may not be malloc-like.
10302
10303         * gcse.c (dump_hash_table): Really fix error in last change.
10304
10305 2000-03-02  Denis Chertykov  <denisc@overta.ru>
10306
10307         * avr.c (print_operand): Use print_operand_address instead of
10308         output_addr_const.
10309         * avr/libgcc.S: Cleanup code.
10310
10311 2000-03-02  Richard Henderson  <rth@cygnus.com>
10312
10313         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
10314
10315 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
10316
10317         * tree.h (TYPE_ALIGN_UNIT): New macro.
10318
10319 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
10320
10321         * i386.c: (constant_call_address_operand): Reject CONST_INT.
10322
10323 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
10324
10325         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
10326         for the buffer.
10327         (SET_CPP_PEDANTIC): New macro.
10328         * cpplib.c (do_include): Don't bother checking system_header_p.
10329         (do_warning, do_ident, do_assert, do_unassert): Likewise.
10330         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
10331
10332         * function.h (struct expr_status): Add x_arg_space_so_far.
10333         (arg_space_so_far): New macro.
10334         * expr.c (init_expr): Initialize it.
10335         * calls.c (emit_call_1): Reset it.
10336         (compute_argument_block_size, expand_call): Use it.
10337         (expand_call, store_one_arg): Increment it.
10338
10339 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10340
10341         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
10342         a UNION_TYPE.
10343
10344 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
10345
10346         * cppfiles.c (cpp_read_file): New function.
10347
10348         * cpphash.c (collect_expansion): Make sure to reset last_token
10349         to NORM when we hit a string.  Handle trailing whitespace
10350         properly when the expansion is empty.
10351         (create_definition): Disable line commands while parsing the
10352         directive line.
10353         (dump_definition): If pfile->lineno == 0, output a line
10354         command ahead of the dump, and add a trailing newline.
10355
10356         * cppinit.c (append_include_chain): Add fifth argument, which
10357         indicates whether or not system headers are C++ aware.
10358         (initialize_standard_includes): New function,
10359         broken out of read_and_prescan.  Pass 'cxx_aware' value from
10360         the include_defaults_array on to append_include_chain.
10361         (dump_special_to_buffer): Const-ify char array.
10362         (builtin_array): Don't dump __BASE_FILE__.
10363         (cpp_start_read): Use cpp_read_file.  Reorder code for
10364         clarity.  Don't output line commands here for -D/-A/-U
10365         switches.  Don't call deps_output for files included with
10366         -include or -imacros.
10367
10368         * cpplib.c (do_define): Don't pay any attention to the second
10369         argument.
10370         (cpp_expand_to_buffer): Disable line commands while scanning.
10371         (output_line_command): Work in the file buffer.
10372         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
10373         Fix formatting of comments.  Prototype cpp_read_file.
10374
10375 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10376
10377         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
10378         reference the language-equivalent of sizetype.
10379         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
10380         * fold-const.c (size_binop, size_diffop): Put back checks.
10381         * gcse.c (dump_hash_table): Fix minor error in last change.
10382         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
10383         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
10384         all sizetypes.
10385
10386 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
10387
10388         * calls.c (expand_call)  Do not attempt to combine stack adjustments
10389         with inhibit_defer_pop set.
10390
10391 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
10392
10393         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
10394         the DECL_SIZE for a FIELD_DECL.
10395
10396 2000-03-01  Bruce Korb  <bkorb@gnu.org>
10397
10398         * fixinc/inclhack.tpl: remove unused symlinks
10399         * fixinc/README: GCC Maintainer info
10400         * fixinc/inclhack.sh: regen
10401         * fixinc/fixincl.sh: regen
10402
10403 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
10404
10405         * cpphash.c (collect_expansion): Trim trailing white space
10406         from macro definitions, but don't go past the last insertion
10407         point.
10408
10409 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
10410
10411         * i386.md (mulqi3): New pattern.
10412
10413 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
10414
10415         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
10416         token types.
10417         (struct cpp_reader): Add parsing_if_directive and
10418         parsing_define_directive flags.
10419         (struct cpp_options): Remove output_conditionals flag.
10420         (check_macro_name): Delete prototype.
10421
10422         * cpphash.h (struct macrodef): Delete.
10423         (struct reflist): Separate from struct definition.
10424         (struct definition): Remove unused fields.  Add column number.
10425         (create_definition): Returns a DEFINITION *.  Takes a
10426         cpp_reader * and an int.
10427
10428         * cpphash.c (SKIP_WHITE_SPACE): Delete.
10429         (PEEKC): Copy defn from cpplib.c.
10430         (rest_extension, REST_EXTENSION_LENGTH): Delete.
10431         (struct arg): New.
10432         (struct arglist): Simplify.
10433         (collect_expansion): Rewrite.  Get tokens by calling
10434         cpp_get_token.  Add more error checking.
10435         (collect_formal_parameters): New function, broken out of
10436         create_definition and reworked to use get_directive_token.
10437         (create_definition): All real work is now in collect_expansion
10438         and collect_formal_parameters.  do_define handles finding the
10439         macro name.  Return a DEFINITION, not a MACRODEF.
10440         (macroexpand): Replace bcopy with memcpy throughout.  Replace
10441         character-at-a-time copy loop with memcpy and pointer increments.
10442         (compare-defs): d1->argnames / d2->argnames might be null.
10443
10444         * cpplib.c (copy_rest_of_line): Delete function.
10445         (skip_rest_of_line): Do all the work ourselves.
10446         (skip_string): New function.
10447         (parse_string): Use skip_string.
10448         (get_macro_name): New function.
10449         (check_macro_name): Delete.
10450         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
10451         (cpp_skip_hspace): Use CPP_BUMP_LINE.
10452         (handle_directive): ICE if we're called on a macro buffer.
10453         (do_define): Determine macro name and type (funlike/objlike)
10454         here.  Expunge all uses of MACRODEF.
10455         (cpp_push_buffer): Set line_base to NULL.
10456         (do_undef, read_line_number): Don't worry about getting a POP token.
10457         (eval_if_expression): Set/reset parsing_if_directive around
10458         cpp_parse_expr. Don't clear only_seen_white.
10459         (skip_if_group): Remove output_conditionals logic.  Use
10460         skip_rest_of_line.
10461         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
10462         tokens under appropriate conditions.
10463         (cpp_unassert): Call do_unassert not do_assert.  Oops.
10464
10465         * cppexp.c (parse_defined): New function, break out of
10466         cpp_lex.
10467         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
10468         ourselves, with cpp_defined.
10469         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
10470
10471         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
10472         * gcc.dg/strpaste-2.c: New.
10473
10474 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
10475
10476         * fold-const.c (size_binop): Don't asert inputs are the same and
10477         have TYPE_IS_SIZETYPE set.
10478         (size_diffop): Likewise.
10479
10480 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
10481
10482         * dwarfout.c (output_block): Output abstract blocks even if they
10483         don't have TREE_ASM_WRITTEN set.
10484
10485         * calls.c (emit_library_call): Check for null REG.
10486
10487 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
10488
10489         * c-decl.c (current_function_decl): Move to toplev.c.
10490         (init_decl_processing): Don't add current_function_decl as a ggc
10491         root here.
10492         * dbxout.c (dbxout_symbol): Change return type to int.
10493         (dbxout_symbol_location, dbxout_syms): Likewise.
10494         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
10495         any locals. Use current_function_func_begin_label if set.
10496         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
10497         * dwarf2out.c (dwarf2out_begin_prologue): Set
10498         current_function_func_begin_label.
10499         * final.c (final_start_function): Reset it.
10500         * toplev.c (current_function_decl): Define it here.
10501         (current_function_func_begin_label): New variable.
10502         (main): Add both as ggc roots.
10503         * tree.h (current_function_func_begin_label): Declare.
10504
10505 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10506
10507         * gcse.c: Cleanups throughout: mostly white-space, but also
10508         some minor rearrangement of code.
10509
10510 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
10511
10512         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
10513         returns a PARALLEL.  Use emit_group_load and use_group_regs
10514         as needed.
10515         (emit_library_call_value): Similarly.
10516
10517         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
10518         * pa/quadlib.asm: Remove.
10519         * pa/quadlib.c: New file.
10520
10521         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
10522         * configure: Rebuilt.
10523
10524 2000-02-29  Philip Blundell  <pb@futuretv.com>
10525
10526         * config/arm/conix-elf.h: New file.
10527         * configure.in (arm*-*-conix*): New configuration.
10528         * configure: Regenerate.
10529
10530 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
10531
10532         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
10533         don't have TREE_ASM_WRITTEN set.
10534
10535 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10536
10537         * Eliminate DECL_FIELD_SIZE.
10538         * builtins.c (built_in_class_names, built_in_names): New variables.
10539         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
10540         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
10541         DECL_SIZE, not DECL_FIELD_SIZE.
10542         * print-tree.c (print_node): Remove code that prints extra blank
10543         lines in some cases.
10544         Properly handle inline and builtin function cases.
10545         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
10546         * tree.h (built_in_class_named, built_in_names): New declarations.
10547         (union tree_decl): Rename internal unions to u1 and u2 and change
10548         some of their components.
10549         Add new field built_in_class.
10550         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
10551         Reflect above changes.
10552         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
10553         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
10554         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
10555         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
10556
10557 2000-02-28  Dmitri Makarov  <dim@windriver.com>
10558
10559         * extend.texi: Document ARM's support for long/short calls.
10560
10561         * invoke.texi: Document ARM's -mlong-calls command line switch.
10562
10563         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
10564         (arm_encode_call_attribute): Add prototype.
10565         (arm_set_default_type_attribute): Add prototype.
10566         (arm_strip_name_encoding): Add prototype.
10567
10568         * config/arm/arm.c (arm_init_cumulative_args): replace
10569         initialisation og 'long_calls' field with initialisation of
10570         'call_cookie' field.
10571         (enum arm_pragma_enum): New enum.
10572         (arm_pragma_long_calls): New static variable.
10573         (arm_process_pragma): Also process "#pragma long_calls_off".
10574         (arm_valid_type_attribute_p): Accept short_call attribute.
10575         (arm_comp_type_attributes): Check long/short call attributes.
10576         (arm_encode_call_attribute):  New function:  Encode long_call
10577         or short_call attribute in function name.
10578         (arm_set_default_type_attributes): New function: Assign
10579         default attributes to newly defined type.
10580         (current_file_function_operand): New function: Return true if
10581         the symbol is a function which has already been compiled.
10582         (arm_is_longcall_p): New function: Return true if the
10583         indicated function should be called via a long call.
10584         (arm_get_strip_length): New function.  Returns number of
10585         prefix characters to be stripped from a function's name.
10586         (arm_strip_name_encoding): New function.  Strip prefix characters
10587         from a function's name.
10588
10589         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
10590         with 'call_cookie'.
10591         (SHORT_CALL_FAG_CHAR): Define.
10592         (LONG_CALL_FAG_CHAR): Define.
10593         (ENCODED_SHORT_CALL_ATTR_P): Define.
10594         (ENCODED_LONG_CALL_ATTR_P): Define.
10595         (ARM_NAME_ENCODING_LENGTHS): Define.
10596         (STRIP_NAME_ENCODING): Define.
10597         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
10598         (ARM_ENCODE_CALL_TYPE): Define.
10599         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
10600         (ARM_DECLARE_FUNCTION_SIZE): Define.
10601         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
10602
10603         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
10604         if a long call is needed.
10605         (call_value): Ditto.
10606         (call_symbol): Ditto.
10607
10608         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
10609         ARM_DECLARE_FUNCTION_SIZE.
10610
10611         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
10612         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
10613         (ARM_STRIP_NAME_ENCODING): Undefine.
10614         (STRIP_NAME_ENCODING): Undefine.
10615         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
10616         (ASM_DECLARE_FUNCTION_NAME): Ditto.
10617         (ASM_OUTPUT_COMMON): Ditto.
10618         (ASM_DECLARE_OBJECT_NAME): Ditto.
10619
10620         * config/arm/pe.c (arm_dllexport_name_p): Check for
10621         ARM_PE_FLAG_CHAR.
10622         (arm_dllimport_name_p): Ditto.
10623         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
10624         (arm_mark_dllimport): Ditto.
10625
10626 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10627
10628         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
10629
10630 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
10631
10632         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
10633
10634 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
10635
10636         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
10637         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
10638         NO_BUILTIN_WCHAR_TYPE is not defined.
10639         (CPP_WCHAR_TYPE): Delete.
10640         * cccp.c (main): Don't change wchar_type if cplusplus.
10641         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
10642
10643 2000-02-28  Nick Clifton  <nickc@cygnus.com>
10644
10645         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
10646
10647 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
10648
10649         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
10650         (ASM_WEAKEN_LABEL): Define.
10651
10652 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
10653
10654         * expr.c (store_constructor): Do not emit USE.
10655         * rtl.h (stupid_life_analysis): Remove.
10656
10657 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10658
10659         * function.c (number_blocks): Reset next_block_index based on
10660         what debugging format is used, not what is defined.
10661
10662         * lcm.c: Minor reformatting throughout.
10663         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
10664
10665         * toplev.c (rest_of_compilation): Account for time in
10666         optimize_mode_switching.
10667
10668         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
10669         if only marking labels.
10670
10671 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
10672
10673         * calls.c (expand_call): Attempt to combine stack adjustments with
10674         pending stack adjustments.
10675
10676 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10677
10678         * loop.c (reg_in_basic_block_p): Don't abort when falling through
10679         to the end of the function.
10680
10681 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
10682
10683         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
10684         blocks.
10685         * final.c (next_block_index): Remove.
10686         (max_block_depth): Likewise.
10687         (pending_blocks): Likewise.
10688         (init_final): Don't initialize them.
10689         (final_start_function): Don't set next_block_index.  Set up
10690         BLOCK_NUMBER.
10691         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
10692         * function.h (number_blocks): New function.
10693         * function.c (get_block_vector): New function.
10694         (identify_blocks): Use it.
10695         (reorder_blocks): Set NOTE_BLOCK.
10696         (number_blocks): New function.
10697         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
10698         * tree.h (BLOCK_NUMBER): New macro.
10699         (tree_block): Add block_num field.
10700         * dbxout.c (next_block_number): Remove.
10701         (dbxout_init): Don't set it.
10702         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
10703         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
10704         block numbers.
10705         * toplev.c (rest_of_compilation): Always call
10706         find_loop_tree_blocks.  Fix indentation.
10707         * dwarf2out.c (next_block_number): Remove.
10708         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
10709         to determine block numbers.
10710         (gen_inlined_subroutine_die): Likewise.
10711         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
10712         (decls_for_scope): Don't increment next_block_number.
10713         * dwarfout.c (next_block_number): Remove.
10714         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
10715         to determine block numbers.
10716         (output_inlined_subroutine_die): Likewise.
10717         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
10718         (output_decls_for_scope): Don't increment next_block_number.
10719         * sdbout.c (next_block_number): Remove.
10720         (sdbout_block): Use BLOCK_NUMBER.
10721         (sdbout_begin_block): Simplify.
10722         * xcoffout.c (next_block_number): Remove.
10723         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
10724         (xcoffout_begin_block): Don't set next_block_number.
10725         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
10726         next_block_number.
10727
10728 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10729
10730         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
10731         (expand_builtin_strcpy): Pass correct type to size_binop.
10732         (expand_builtin_strcmp): Likewise.
10733         Clean up conditional structure.
10734         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
10735         (complete_array_type): Don't use size_binop for MAXINDEX.
10736         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
10737         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
10738         (c_alignof): Use size_one_node.
10739         (build_unary_op): Pass arg of proper type to size_binop.
10740         (really_start_incremental_init, push_init_level): Use sizetype for
10741         constructor{,_bit,_unfilled}_index.
10742         (pop_init_label, output_init_element): Likewise.
10743         (output_pending_init_elements, process_init_element): Likewise.
10744         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
10745         * expr.c (store_expr): Use size_int.
10746         (store_constructor): Use proper types for size_binop args.
10747         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
10748         (expand_expr_unaligned): Likewise.
10749         (string_contant): Return object of sizetype.
10750         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
10751         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
10752         (ARGS_SIZE_TREE): Pass proper types to size_binop.
10753         * fold-const.c (int_const_binop): Refine when size_int is called.
10754         (fold_convert): Likewise.
10755         (size_int_wide): Rework to take KIND as arg, only take low order
10756         bits, handle new sizetype_tab datatype, and chain entries in
10757         size_table.
10758         (size_int_type_wide): New function.
10759         (size_binop): Validate types of arguments.
10760         (ssize_binop): Deleted.
10761         (size_diffop): New function.
10762         (extract_muldiv): Only fold division into multiplication for sizetypes.
10763         * function.c (assign_parms): Use size_diffop and make sure
10764         VAR field is of ssizetype; also pass proper type to size_binop.
10765         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
10766         (round_down): Deleted from here.
10767         * store-layout.c (sizetype_tab): Now an array.
10768         (sizetype_set, early_root_list): New variables.
10769         (variable_size): Use size_one_node.
10770         (round_up): Pass proper type to size_binop.
10771         (round_down): Moved to here and corrected as above.
10772         (layout_record): Pass proper arg types to size_binop.
10773         (layout_type): Likewise.
10774         If sizetype_set is zero, record the type just laid out.
10775         (make_unsigned_type): Don't call set_sizetype;
10776         (make_signed_type): Likewise; also, call fixup_signed_type.
10777         (initialize_sizetypes): New function.
10778         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
10779         set name of bitsizetype to "bit_size_type".
10780         Fix up type of sizes of all types made before call.
10781         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
10782         * tree.c (fix_sizetype): Deleted.
10783         (build_common_tree_nodes): Call initialize_sizetypes.
10784         (build_common_tree_nodes_2): Don't call fix_sizetype.
10785         * tree.h (TYPE_IS_SIZETYPE): New macro.
10786         (initialize_sizetype): New declaration.
10787         (enum size_type_kind): New type.
10788         (struct sizetype_tab): Deleted.
10789         (sizetype_tab): Now array; adjust sizetype macros.
10790         (size_diffop, size_int_type_wide): New functions.
10791         (size_int_wide): Change number of args and type; access macros changed.
10792         (ssize_int, sbitsize_int): New macros.
10793         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
10794         (ROUND_TYPE_SIZE_UNIT): New macro.
10795
10796 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
10797
10798         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
10799
10800 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10801
10802         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
10803         Mark as possibly unused.
10804
10805         * cse.c (cse_insn): Delete dead code involving tablejump.
10806         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
10807
10808         * Makefile.in (libcpp.a): Start by deleting it.
10809
10810 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10811
10812         * cpplib.h (enum file_change_code): Added rename_file.
10813         * cpplib.c (do_line): If a filename is given, set file_change to
10814         rename_file.
10815         (output_line_command): If file_change is rename_file, always
10816         output a # directive with the file name.
10817
10818         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
10819
10820 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
10821
10822         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
10823         when copying a PARM_DECL or RESULT_DECL.
10824
10825 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10826
10827         * fix-header.c (recognized_function): Also fix prototypes for
10828         functions taking "void".
10829
10830 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
10831
10832         * reload1.c (do_output_reload): Check reg_reloaded_valid before
10833         looking at reg_reloaded_contents.
10834
10835 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
10836
10837         * Makefile.in (STMP_FIXINC): New toggle.
10838         (LIBGCC2_DEPS): Delete all references.
10839         (stmp-headers): Delete target.  All references either deleted
10840         or changed to stmp-int-headers.
10841         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
10842         (LIBCPP_OBJS): Take out cppalloc.o.
10843         (cppalloc.o): Delete target.
10844         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
10845         (gen-protos, fix-header): Link with libiberty.a.
10846         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
10847         to empty.
10848
10849         * configure.in: Remove refs to strerror.
10850         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
10851         * system.h: Take out strerror stanza.
10852
10853         * cpperror.c (my_strerror): Delete function.
10854         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
10855         * cppmain.c (main): Call xmalloc_set_program_name first thing.
10856         * cppalloc.c: Delete file.
10857         * gen-protos.c: Don't provide xrealloc.
10858
10859         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
10860         xstrerror throughout.
10861
10862 2000-02-26  Bruce Korb  <bkorb@gnu.org>
10863
10864         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
10865         match for DOS headers, too.
10866         * fixinc/inclhack.sh,fixincl.x: Regenerate.
10867
10868 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
10869
10870         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
10871         is right for most ELF targets.
10872         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
10873         Let the default file use %U properly.
10874         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
10875         default.
10876
10877         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
10878         numbers.
10879
10880 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10881
10882         * toplev.c (documented_lang_options): Correct spelling error.
10883         (decode_d_option, decode_f_option, main): Likewise.
10884
10885         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
10886
10887         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
10888         to tell assembler it is permitted to expand large constants.
10889
10890 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
10891
10892         * protoize.c: (AUX_INFO_SUFFIX): New macro.
10893         (aux_info_suffix): Use.
10894         (SAVE_SUFFIX): New macro.
10895         (save_suffix): Use.
10896         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
10897         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
10898         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
10899
10900         * invoke.texi (Running Protoize): Update documentation.
10901
10902 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
10903
10904         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
10905
10906 2000-02-25  John Wehle  (john@feith.com)
10907
10908         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
10909
10910 2000-02-25  Anthony Green  <green@cygnus.com>
10911
10912         * toplev.c (rest_of_compilation): Rebuild jump labels if
10913         combine_instructions has created a new direct jump.
10914         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
10915         when appropriate.
10916         (combine_instructions): Call try_combine with new argument.
10917         Return non-null value when new direct jump instruction is created.
10918         * rtl.h: combine_instructions returns an int.
10919
10920 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
10921
10922         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
10923         jump when changing a computed jump into a jump to a known
10924         target.
10925
10926 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
10927
10928         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
10929         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
10930
10931         * i386.md (define_expand "clrstrsi"): Fix typo.
10932
10933 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
10934
10935         * rtl.texi: Fix typo.
10936
10937 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10938
10939         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
10940         UNITS_PER_WORD.  Change caller initial_elimination_offset.
10941         (rounded_frame_size): Take into account that argument pushed has
10942         changed.  Fix TARGET_ALIGN_DOUBLE problem.
10943
10944 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
10945
10946         * haifa-sched.c (schedule_block): Explain the real reason
10947         we delete REG_SAVE_NOTEs on the first insn of a block.
10948         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
10949
10950 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
10951
10952         * input.h (push_srcloc): New function.
10953         (pop_srcloc): Likewise.
10954         * toplev.c (push_srcloc): Define it.
10955         (pop_srcloc): Likewise.
10956
10957 2000-02-24  Richard Henderson  <rth@cygnus.com>
10958
10959         * flow.c (life_analysis): When collecting reg info, clear
10960         regs_ever_live.
10961
10962 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10963
10964         Fix bug exposed by reload.c no longer rounding the frame
10965         size to BIGGEST_ALIGNMENT:
10966         * sh.c (rounded_frame_size): New function.
10967         (sh_expand_prologue, sh_expand_epilogue): Use it.
10968         (initial_elimination_offset): Likewise.
10969
10970 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10971
10972         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
10973         * sh-protos.h (sh_need_epilogue): Declare.
10974         * sh.c (sh_need_epilogue_known): New static variable.
10975         (sh_need_epilogue): New function.
10976         (function_epilogue): Clear need_epilogue_known.
10977         * sh.md (return): Split into expander / insn pattern.
10978         Make the expander conditional on ! sh_need_epilogue ().
10979
10980 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
10981
10982         * machmode.h (get_mode_alignment): Declare.
10983         (GET_MODE_ALIGNMENT): Call it.
10984         * stor-layout.c (get_mode_alignment): New function. Make
10985         sure alignment is always power of 2.
10986
10987 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
10988
10989         * i386.h: Remove useless definition of "I386" and misleading
10990         comment above it.
10991
10992 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
10993
10994         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
10995         under which TREE_PERMANENT will be set.
10996         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
10997         build1): Use TREE_SET_PERMANENT.
10998         * print-tree.c (print_node): Don't report value of
10999         TREE_PERMANENT if ggc_p is true.
11000
11001         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
11002         decide whether to give a type a new alias set.
11003         * objc/objc-act.c (build_objc_string_object): Never copy the string.
11004         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
11005         of value of 'obstack'.
11006
11007
11008 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11009
11010         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
11011
11012 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11013
11014         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
11015         * cpplib.c (cpp_get_token): Produce them.
11016         * cppexp.c (cpp_lex): Handle them.
11017
11018 2000-02-23  Nick Clifton  <nickc@cygnus.com>
11019
11020         * config/arm/arm.c (arm_comp_type_attributes): Simply and
11021         comment tests on type attributes.
11022
11023 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11024
11025         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
11026         conform to documentation.
11027         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
11028         to check for special cases.
11029         * sh-protos.h (sh_loop_align): Declare.
11030         * sh.c (sh_loop_align): Define.
11031
11032 2000-02-22  Andrew Haley  <aph@cygnus.com>
11033
11034         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
11035         (SIZE_TYPE): Is 32 bits when using -mgp32.
11036         (PTRDIFF_TYPE): Ditto.
11037
11038 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11039
11040         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
11041
11042 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
11043
11044         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
11045         BIGGEST_FIELD_ALIGNMENT a constant.
11046
11047 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
11048
11049         * dwarf2out.c (output_line_info): Put the marker for the end of
11050         the line number info at the actual end.
11051         (gen_struct_or_union_type_die): Use decl_function_context
11052         to check for local classes.
11053         * dwarfout.c (output_type): Likewise.
11054
11055 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
11056
11057         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
11058         for arguments with a mode, but no type.
11059         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
11060         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
11061         * pa/long_double.h: New file.
11062         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
11063         both have 128bit wide long doubles.
11064         * configure: Rebuilt.
11065
11066 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11067
11068         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
11069
11070         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
11071         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
11072         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
11073
11074         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
11075
11076         * integrate.c (compare_blocks, find_block): Likewise.
11077
11078         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
11079
11080         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
11081
11082         * stmt.c (stmt_status, set_file_and_line_for_stmt,
11083         expand_asm_operands): Likewise.
11084
11085 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
11086
11087         * predict.c (estimate_probability): Added the pointer heuristic to
11088         the collection of static branch predictors.
11089
11090 2000-02-21  Catherine Moore  <clm@cygnus.com>
11091
11092         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
11093         * invoke.texi (-mfix7000): Document.
11094
11095 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
11096
11097         * diagnostic.c (init_output_buffer): Make it possible to output at
11098         least 32 characters if we're given a too long prefix.
11099
11100 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
11101
11102         * varasm.c (initializer_constant_valid_p): Call
11103         lang_expand_constant to simplify the constant.
11104
11105 2000-02-20  Bruce Korb  <bkorb@gnu.org>
11106
11107         * fixinc/inclhack.def(stdio_va_list):
11108         typedef needs to be disabled.
11109         * fixinc/inclhack.sh: regen
11110         * fixinc/fixincl.x: regen
11111
11112 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
11113
11114         * print-rtl.c (print_rtx): Don't print addresses when
11115         flag_dump_unnumbered.
11116
11117 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11118
11119         * sparc.c (sparc_output_scratch_registers): Mark parameter with
11120         ATTRIBUTE_UNUSED.
11121         (sparc_va_arg, sparc_flat_output_function_prologue,
11122         sparc_flat_output_function_epilogue): Cast value to unsigned in
11123         comparison.
11124         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
11125
11126         * sparc.md: Add default case in switch.
11127
11128 2000-02-19  Richard Henderson  <rth@cygnus.com>
11129
11130         * c-typeck.c (add_pending_init): Don't abort for multiple
11131         fields at the same offset.
11132         (pending_init_member): Test the correct member.
11133
11134 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11135
11136         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
11137         instead of SImode.
11138         (start_catch_handler) : Same.
11139
11140 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
11141
11142         * Makefile.in: Have flow.o depend on $(EXPR_H)
11143
11144 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11145
11146         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
11147         * c-decl.c (duplicate_decls, finish_enum): Likewise.
11148         (finish_decl): Remove -Wlarger-than code from here.
11149         * flags.h (id_clash_len): Now int.
11150         (larger_than_size): Now HOST_WIDE_INT.
11151         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
11152         Clean up checking to see if in table.
11153         (make_bit_field_ref): Remove extra parm to bitsize_int.
11154         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
11155         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
11156         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
11157         and for computing size of decl.
11158         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
11159         Move -Wlarger-than code to here.
11160         (layout_record): Remove extra arg to bitsize_int.
11161         Set TYPE_BINFO_SIZE_UNIT.
11162         (layout_union): Remove extra arg to bitsize_int.
11163         Use proper type for size of QUAL_UNION.
11164         (layout_type): Remove extra arg to bitsize_int.
11165         * toplev.c (id_clash_len): Now int.
11166         (larger_than_size): Now HOST_WIDE_INT.
11167         (decode_W_option): Clean up id-clash and larger-than- cases.
11168         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
11169         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
11170         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
11171         (struct tree_decl): New field size_unit.
11172         (size_int_wide): No HIGH operand; NUMBER is now signed.
11173         (size_int_2): Deleted.
11174         (size_int, bitsize_int): Don't use it and rework args.
11175         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
11176
11177 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
11178
11179         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
11180
11181 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
11182
11183         * invoke.texi (Warning Options): Add an explanation of why
11184         you might want the -Wfloat-equal flag.
11185
11186 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11187
11188         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
11189         * cppinit.c (new_pending_define): Add cast to avoid warning.
11190         * expmed.c (extract_bit_field): Likewise.
11191         * flow.c (enum reorder_skip_type): New type.
11192         (skip_insns_between_blcok): New it.
11193         Rework to avoid warning about possibly undefined variable.
11194         * function.c (assign_parms): Make thisparm_boundary unsigned.
11195         * genrecog.c (write_switch): Cast XWINT result to int.
11196         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
11197         * mips-tfile.c (init_file): Make two versions of FDR intializer:
11198         one for MIPS and one for Alpha.
11199         (get_tag, copy_object): Add casts to avoid warnings.
11200         * optabs.c (init_one_libfunc): Cast NAME to (char *).
11201         * reload.c (find_reloads): Make TYPE enum reload_type.
11202         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
11203         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
11204         * varasm.c (compare_constant_1): Add cast to avoid warning.
11205         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
11206         to (char *).
11207         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
11208         Cast switch operand of size to int.
11209         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
11210         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
11211         in unhandled case.
11212
11213 2000-02-18  Nick Clifton  <nickc@cygnus.com>
11214
11215         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
11216         anything for an alignment of zero.
11217
11218         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
11219         anything for an alignment of zero.
11220
11221 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
11222
11223         * gcc.texi (Bug Reporting): Refer to bugs.html.
11224         (Bug Lists): Likewise.
11225         * system.h (GCCBUGURL): New preprocessor define.
11226         * rtl.c (fancy_abort): Use it.
11227         * gcc.c (main): Likewise.
11228
11229 2000-02-18  Richard Henderson  <rth@cygnus.com>
11230
11231         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
11232         (life_analysis_1): Subsume into ...
11233         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
11234         Use update_life_info for the relaxation.
11235         (update_life_info): Update REG_BASIC_BLOCK for registers live on
11236         entry and regs_live_at_setjmp.
11237         (set_noop_p): Simplify.
11238         (notice_stack_pointer_modification_1): Renamed from s/_1//.
11239         (record_volatile_insns): Split into ...
11240         (delete_noop_moves): ... here,
11241         (notice_stack_pointer_modification): ... here,
11242         (insn_dead_p): ... and here.
11243         (propagate_block): Don't query INSN_VOLATILE.
11244         (mark_used_regs): Mind !PROP_REG_INFO.
11245         * toplev.c (rest_of_compilation): Call mark_constant_function here,
11246         not in life_analysis.
11247
11248 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
11249
11250         * loop.c (canonicalize_condition): New function,
11251         broken out of get_condition.
11252         (get_condition): Use it.
11253         * expr.h (canonicalize_condition): Prototype it.
11254
11255         * tree.h (tree_int_cst_msb): Declare.
11256         * tree.c (tree_int_cst_msb): New function.
11257
11258 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
11259
11260         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
11261         isn't set.
11262
11263         * invoke.texi (-fmessage-length=n): Document.
11264
11265 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
11266
11267         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
11268
11269 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
11270
11271         * function.c (thread_prologue_and_epilogue_insns): Put a line note
11272         after the prologue.
11273
11274 2000-02-17  Nick Clifton  <nickc@cygnus.com>
11275
11276         * config/arm/thumb.c: Replace includes of system headers with
11277         #include "system.h".
11278
11279 2000-02-16  Richard Henderson  <rth@cygnus.com>
11280
11281         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
11282         Add crtbeginS.o and crtendS.o.
11283         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
11284         (ENDFILE_SPEC): Use crtendS.o.
11285         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
11286
11287         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
11288         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
11289         shared and present.
11290         (__dso_handle): New variable.
11291         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
11292         bias to __CTOR_END__.
11293
11294 2000-02-16  Richard Henderson  <rth@cygnus.com>
11295
11296         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
11297
11298 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11299
11300         * longlong.h (__clz_tab): Declare as static to match definition.
11301
11302 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
11303
11304         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
11305         (XREF_FILE_NAME): Define.
11306
11307         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
11308         (EH_FRAME_SECTION_ASM_OP): Define.
11309         (IDENT_ASM_OP): Define.
11310         (TEXT_SECTION_ASM_OP): Define.
11311         (CPP_SPEC): Define.
11312         (CTORS_SECTION_ASM_OP): Define.
11313         (CTOR_SECTION_FUNCTION): Use it.
11314         (DTORS_SECTION_ASM_OP): Define.
11315         (DTOR_SECTION_FUNCTION): Use it.
11316
11317 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
11318
11319         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
11320         NOTE_BASIC_BLOCK.
11321
11322         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
11323         debug_bb_n): New functions.
11324         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
11325         * basic-block.h: Prototype new functions.
11326
11327 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
11328
11329         * configure.in: Add support for avr target.
11330         * configure: Rebuilt.
11331
11332         * invoke.texi: Add AVR invocation docs.
11333         * install.texi: Add information about AVR.
11334         * md.texi: Add AVR constraint letters description.
11335         * extend.texi: Add description for AVR specific attributes.
11336
11337 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
11338
11339         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
11340
11341 2000-02-16  Nick Clifton  <nickc@cygnus.com>
11342
11343         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
11344         (make_insn_raw): Move RTL check here.
11345
11346 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11347
11348         * version.c: Include gansidecl.h and version.h.
11349
11350         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
11351
11352         * configure.in (gcc_version): When setting, narrow search to
11353         lines containing `version_string'.
11354
11355         * Makefile.in (mainversion): Likewise.
11356         (GCC_H): New variable.
11357         (gcc.h): Delete target.
11358         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
11359         (version.o): Depend on version.h.
11360         (dbxout.o): Don't depend on gcc.h.
11361
11362 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11363                           Michael Meissner  <meissner@cygnus.com>
11364
11365         * md.texi (Simple Constraints): Add item about whitespace.
11366         * genoutput.c (strip_whitespace): New.
11367         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
11368         strip_whitespace for constraints.
11369         Test pointer using NULL, not 0.
11370
11371 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11372
11373         * cpplib.c (do_line): Pedwarn for #line > 32767.
11374
11375         * c-lex.c (readescape): Warn about '\x', but do not reject it.
11376
11377 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
11378
11379         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
11380         to default cpp spec.
11381         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
11382         * cpp.texi: Document __GNUC_PATCHLEVEL__.
11383         * cpp.1: Likewise.
11384
11385         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
11386         default spec.
11387
11388 2000-02-15  Denis Chertykov  <denisc@overta.ru>
11389
11390         * configure.in: Add support for avr target.
11391
11392 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11393
11394         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
11395         (sh_addr_diff_vec_mode): Don't declare.
11396         * sh.c (sh_addr_diff_vec_mode): Delete.
11397
11398 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11399
11400         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
11401
11402 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11403
11404         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
11405         (smulsi3_highpart_i): Name.
11406         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
11407         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
11408         (smulsi3_highpart, umulsi3_highpart): Likewise.
11409
11410         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
11411         correctly independent of endianness.
11412         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
11413         confuse the optimizers.
11414         (mulsidi3+1, umulsidi3+1): New define_split.
11415
11416 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
11417
11418         * config/sh/sh.md: Guard insn splits against illegal registers.
11419         * config/sh/sh.h: Correct comment about macros.
11420
11421 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11422                           Andrew MacLeod  <amacleod@cygnus.com>
11423
11424         * Makefile.in (lcm.o): Depend on insn-attr.h.
11425         * basic-block.h (optimize_mode_switching): Declare.
11426         * lcm.c (tm_p.h, insn-attr.h): #include.
11427         (seginfo, bb_info): New structs.
11428         (antic, transp, comp, delete, insert) : New file-scope static variables.
11429         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
11430         (reg_becomes_live, optimize_mode_switching): Likewise.
11431         * tm.texi: Add description of mode switching macros.
11432         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
11433
11434         * sh-protos.h (remove_dead_before_cse): Remove prototype.
11435         (fldi_ok, fpscr_set_from_mem): New prototypes.
11436         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
11437         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
11438         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
11439         (sh_flag_remove_dead_before_cse): Remove declaration.
11440         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
11441         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
11442         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
11443         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
11444         (barrier_align): Allow for JUMP_INSNS containing a parallel.
11445         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
11446         (fldi_ok): New function.
11447         (get_fpscr_rtx): Add fpscr_rtx as GC root.
11448         (emit_sf_insn): Only generate fpu switches when optimize < 1.
11449         (emit_df_insn): Likewise.
11450         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
11451         (sh_flag_remove_dead_before_cse): Delete.
11452         (get_free_reg, fpscr_set_from_mem): New functions.
11453         * sh.md (movdf, movsf): Remove no_new_pseudos code.
11454         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
11455
11456 2000-02-15  Loren Rittle  <ljrittle@acm.org>
11457
11458         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
11459
11460 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11461
11462         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
11463         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
11464
11465         * cccp.c: Include version.h and/or don't declare `version_string'.
11466         * collect2.c: Likewise.
11467         * alpha.c: Likewise.
11468         * arm/aof.h: Likewise.
11469         * arm/coff.h: Likewise.
11470         * arm/elf.h: Likewise.
11471         * arm/pe.h: Likewise.
11472         * arm/tcoff.h: Likewise.
11473         * arm/telf.h: Likewise.
11474         * arm/tpe.h: Likewise.
11475         * arm/vxarm.h: Likewise.
11476         * convex/convex.c: Likewise.
11477         * i386/dgux.c: Likewise.
11478         * i386/sun386.h: Likewise.
11479         * m88k/m88k.c: Likewise.
11480         * mcore/mcore-pe.h: Likewise.
11481         * mips/mips.h: Likewise.
11482         * romp/romp.h: Likewise.
11483         * sh/sh.c: Likewise.
11484         * cpphash.c: Likewise.
11485         * cppinit.c: Likewise.
11486         * dwarf2out.c: Likewise.
11487         * dwarfout.c: Likewise.
11488         * gcc.c: Likewise.
11489         * gcc.h: Likewise.
11490         * mips-tfile.c: Likewise.
11491         * protoize.c: Likewise.
11492         * toplev.c: Likewise.
11493         * tree.h: Likewise.
11494
11495         * version.c (version_string): Constify a char*.
11496
11497         * version.h: New file.
11498
11499 2000-02-14  Nick Clifton  <nickc@cygnus.com>
11500
11501         * configure.in: Add mcore-elf and mcore-pe targets.
11502         * configure: Regenerate.
11503
11504         * NEWS: Add note that MCore port has been contributed.
11505
11506         * invoke.texi: Document command line switches for MCore port.
11507         * install.texi: Add MCore to list of supported targets.
11508
11509 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
11510
11511         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
11512         then we will need to import the frame handling functions.
11513         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
11514         to import the frames themselves.
11515
11516 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
11517                           Jason Eckhardt  <jle@cygnus.com>
11518
11519         * basic_block.h: Added prototype for reorder_basic_blocks.
11520         * toplev.c: Changes to add -freorder-blocks and graph dump after
11521         block reordering is done.
11522         * flow.c (reorder_block_def): New structure for use during block
11523         reordering.
11524         (REORDER_BLOCK_*): New macros to access members of above structure.
11525         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
11526         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
11527         functions for block reordering.
11528
11529 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11530
11531         * gcc.texi (Passes): Fix typo.
11532         * md.texi (Standard Names): Ditto.
11533         * tm.texi (Storage Layout): Ditto.
11534
11535 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
11536
11537         * cpplib.c (do_define): Only free the old definition if it
11538         actually had one.
11539
11540 2000-02-13   Neil Booth  <NeilB@earthling.net>
11541
11542         * cppfiles.c (read_and_prescan): When emitting deferred
11543         newlines, test speccase[] again instead of checking each
11544         possible whitespace character in turn.  When we encounter \r,
11545         look behind for \n first, then ahead.
11546
11547 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
11548
11549         * cse.c (cse_altered): New internal flag.
11550         (cse_insn): Set it if we changed an insn.
11551         (cse_main): Clear cse_altered before each basic block.
11552         Only garbage collect if cse_altered is true afterward.
11553
11554 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11555
11556         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
11557
11558 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
11559
11560         * combine.c (simplify_comparison): Fix typo.
11561
11562 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
11563
11564         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
11565         consistently.
11566
11567 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11568
11569         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
11570         previously inserted node instead of root node.  Caller changed.
11571
11572 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11573
11574         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
11575
11576 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11577
11578         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
11579         __dereg_frame_dtor): Add prototype argument.
11580
11581         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
11582
11583         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
11584
11585         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
11586
11587         * gthr-vxworks.h (__gthread_once): Likewise.
11588
11589         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
11590
11591 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
11592
11593         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
11594         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
11595         stack pointer in functions w/o saved registers, output LEAVE more often
11596         on TARGET_USE_LEAVE machines.
11597
11598 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
11599
11600         * config/arm/arm.c (arm_init_cumulative_args); New function:
11601         Initlaise the CUMULATIE_ARGS strcuture for a function
11602         defintion.
11603         (arm_function_arg): New function: Determine where to place a
11604         function's argument.  Also handles deciding the function's
11605         call cookie.
11606         (current_file_function_operand): New function: Return true if
11607         the symbol is a function which has already been compiled.
11608         (arm_is_long_call_p): New function: Return true if the
11609         indicated function should be called via a long call.
11610         (arm_valid_type_attribute_p): New function: Return true if the
11611         attribute is a valid, arm specific, attribute.
11612         (arm_comp_type_attribute): New function: Return true if the
11613         two types have compatable, arm specific, attributes.
11614
11615         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
11616         structure.
11617         (FUNCTION_ARG): Redefine to call arm_function_arg.
11618         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
11619         structure field.
11620         (INIT_CUMULATIVE_ARGS): Redefine to call
11621         arm_init_cumulative_args.
11622         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
11623         field.
11624         (SETUP_INCOMING_VARARGS): Redefine to use correct structure
11625         field.
11626         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
11627         functions.
11628         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
11629         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
11630         (COMP_TYPE_ATTRIBUTES): Define.
11631
11632         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
11633         if a long call is needed.
11634         (call_value): Call arm_is_long_call_p to decide if a long call
11635         is needed.
11636         (call_symbol): Call arm_is_long_call_p to decide if a long call
11637         is needed.
11638
11639         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
11640
11641 2000-02-11  Denis Chertykov  <denisc@overta.ru>
11642
11643         * README.AVR: New file with information about the avr ports.
11644         * config/avr: New directory with avr port files.
11645
11646 2000-02-11  Andreas Jaeger  <aj@suse.de>
11647
11648         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
11649
11650 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
11651
11652         * cpphash.c: Fix formatting, update commentary.
11653         (dump_definition): Take three separate arguments instead of a
11654         MACRODEF structure argument.
11655         * cpphash.h: Update prototype of dump_definition.
11656         * cppinit.c (cpp_finish): Update call of dump_definition.
11657
11658         * cpplib.c (do_define): Always create new hash entry with
11659         T_MACRO type.  Remove redundant check for redefinition of
11660         poisoned identifier.  Update call of dump_definition.
11661         (do_undef): Don't call check_macro_name.  Rename sym_length to
11662         len.
11663         (do_error, do_warning): Don't use copy_rest_of_line or
11664         SKIP_WHITE_SPACE.
11665         (do_warning): Don't use pedwarn for the actual warning,
11666         only the notice about its not being in the standard.  (Fixes
11667         bug with #warning in system headers.)
11668         (do_ident): Stricter argument checking - accept only a single
11669         string after #ident.  Also, macro-expand the line.
11670         (do_xifdef): Use cpp_defined.  De-obfuscate.
11671
11672         (do_pragma): Split out specific pragma handling to separate
11673         functions.  Use get_directive_token.  Update commentary.  Do
11674         not pass on #pragma once or #pragma poison to the front end.
11675         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
11676         do_pragma_default): New.
11677
11678 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
11679
11680         * jump.c (jump_optimize_1): The first operand in a relational
11681         can be a CONST_INT.
11682         * optabs.c (emit_conditional_move): Handle relationals which
11683         have a known true/false result.
11684
11685 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
11686
11687         * function.c (thread_prologue_and_epilogue_insns): Don't insert
11688         a RETURN insn into a block which already ends with a jump.
11689
11690 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
11691
11692         * haifa-sched.c (BUF_LEN): Increase a lot.
11693
11694 2000-02-11  Nick Clifton  <nickc@cygnus.com>
11695
11696         * configure.in: Add tm_p_file specification for thumb targets.
11697         * configure: Regenerate.
11698
11699         * config/arm/thumb-protos.h: New file: Prototypes for exported
11700         functions defined in thumb.c.
11701
11702 2000-02-11  Robert Lipe  <robertl@sco.com>
11703
11704         * Makefile.in (bootstrap-lean): Remove additional files.
11705         (bootstrap2-lean): Likewise.
11706         (VOL_FILES): List of files for above.
11707
11708 2000-02-11  Nathan Sidwell  <nathan@acm.org>
11709
11710         * cpphash.c (special_symbol): Remove spurious argument to
11711         cpp_lookup.
11712
11713 2000-02-11  Joel Sherrill (joel@OARcorp.com>
11714
11715         * configure.in: (i*86-*-rtems*): Swapped elf and coff
11716         stanzas.
11717         * configure: Rebuilt.
11718
11719 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
11720
11721         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
11722
11723 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
11724
11725         * pa.c, pa.h: Remove trigraph sequences within comments.
11726
11727 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
11728
11729         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
11730
11731 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
11732
11733         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
11734
11735 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11736
11737         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
11738
11739 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11740
11741         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
11742         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
11743         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
11744         (ASM_FILE_END): Use c4x_file_end.
11745         * config/c4x/c4x.c (c4x_global_label): New function.
11746         (c4x_external_ref, c4x_file_end): Likewise.
11747
11748         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
11749         (c4x_external_ref, c4x_end_file): Likewise.
11750
11751 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
11752
11753         * cppexp.c: Don't include cpphash.h.
11754         (parse_charconst, cpp_lex): Use cpp_defined.
11755         (cpp_lex): Use get_directive_token throughout.  Remove
11756         unnecessary cases from switch.  Move assertion-handling code
11757         down to OTHER case.
11758         (cpp_parse_expr): If we see '+' or '-', check the context to
11759         determine if they are unary or binary operators.  Streamline
11760         the jumps a bit.  Do not call skip_rest_of_line.
11761
11762         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
11763         static.  Export get_directive_token.  Update commentary.
11764         (cpp_defined): New function.
11765         (do_define): Remove reference to T_PCSTRING.  Call
11766         free_definition to release memory for old definition, when
11767         redefining a macro.
11768         (eval_if_expression): Set only_seen_white to 0 before calling
11769         cpp_parse_expr.  Call skip_rest_of_line after it returns.
11770         (cpp_read_check_assertion): Don't preserve a pointer into the
11771         token buffer across a call to cpp_get_token.
11772
11773         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
11774         * cppfiles.c (redundant_include_p): Use cpp_defined.
11775         * cpphash.c (free_definition): New function.
11776         (delete_macro): Use it.  Update commentary.
11777         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
11778         free_definition.
11779         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
11780         from enum node_type.  Prototype cpp_defined and get_directive_token.
11781         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
11782
11783         * fix-header.c (check_macro_names): Use cpp_defined.
11784         (read_scan_file): Set inhibit_warnings and inhibit_errors in
11785         the options structure.
11786
11787 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11788
11789         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
11790
11791 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
11792
11793         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
11794         rather than die->die_tag.
11795
11796 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11797
11798         * combine.c (make_extraction, force_to_mode): Avoid warning on
11799         mixed-signedness conditionals.
11800         (make_field_assignment, nonzero_bits): Likewise.
11801         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
11802         (store_split_bit_field, extract_split_bit_field): Likewise.
11803         (extract_fixed_bit_field, store_bit_field,
11804         * expr.c: Change alignment to be unsigned everywhere.
11805         (move_by_pieces, store_constructor_field, store_constructor):
11806         Alignment parm is unsigned.
11807         (emit_block_move, emit_group_load, emit_group_store): Likewise.
11808         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
11809         (do_compare_rtx_and_jump): Likewise.
11810         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
11811         Compare align with GET_MODE_ALIGNMENT.
11812         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
11813         (get_inner_reference): Likewise.
11814         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
11815         (expand_assignment): Local vars for alignment now unsigned.
11816         (store_constructor, store_field, expand_expr, do_jump): Likewise.
11817         (do_compare_and_jump): Likewise.
11818         (store_field): Call new function expr_align.
11819         * expr.h (emit_block_move, emit_group_load, emit_group_store):
11820         Alignment arg now unsigned.
11821         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
11822         (do_compare_rtx_and_jump, store_bit_field): Likewise.
11823         (extract_bit_field): Likewise.
11824         * fold-const.c (add_double): Add cast to eliminate signedness warning.
11825         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
11826         (get_best_mode): Alignment arg is unsigned.
11827         * rtl.h (move_by_pieces): Likewise.
11828         * store-layout.c (maximum_field_alignment, set_alignment):
11829         Now unsigned.
11830         (layout_decl): Alignment arg is now unsigned.
11831         Remove unneeded casts.
11832         (layout_record, layout_union, layout_type): Remove unneeded casts.
11833         Local alignment variables now unsigned.
11834         (get_best_mode): Alignment arg now unsigned.
11835         * tree.c (expr_align): New function.
11836         * tree.h (expr_align): Likewise.
11837         (maximum_field_alignment, set_alignment): Now unsigned.
11838         (get_inner_reference): Alignment argument is now pointer to unsigned.
11839         * varasm.c (assemble_variable): Add cast to eliminate warning.
11840
11841 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
11842
11843         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
11844         then store directly into op0.
11845
11846         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
11847         the CALL_INSN, and emit the note immediately after it.
11848
11849 2000-02-10  Nick Clifton  <nickc@cygnus.com>
11850
11851         * config/arm/thumb.md (epilogue): Include a (return) in the
11852         generated insn, and emit it using emit_jump_insn not
11853         emit_insn.
11854
11855 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
11856
11857         * function.c (assign_temp): Change zero-sized arrays to size 1.
11858         * integrate.c (expand_inline_function): Do not update
11859         stack_alignment_needed
11860         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
11861         add some sanity checking, remove optimization for function with
11862         zero frame size.
11863
11864 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11865
11866         * flow.c (mark_regs_live_at_end): Delete unused variables.
11867
11868         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
11869
11870         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
11871         in macro FRAME_GROWS_DOWNWARD.
11872
11873         * stmt.c (expand_end_bindings): Delete unused variable.
11874
11875         * unroll.c (iteration_info): Mark parameter `loop' with
11876         ATTRIBUTE_UNUSED.
11877
11878 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11879
11880         * fixinc/server.c (load_data): Return NULL if the marker line is
11881         not found.
11882         (run_shell): If load_data returns NULL, retry the command once, in
11883         a new shell.
11884
11885         * configure: Rebuilt.
11886
11887 2000-02-09  Bruce Korb  <bkorb@gnu.org>
11888
11889         * gcc/fixincludes:  ** DELETED **
11890         * gcc/fixcpp:  ** DELETED **
11891         * gcc/fixinc-nt.sed:  ** DELETED **
11892         * gcc/just-fixinc:  ** DELETED **
11893         * gcc/Makefile.in:  Removed out-dated commentary
11894         * gcc/configure.in: Removed fast-fixincludes disablement.
11895         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
11896
11897 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
11898         * function.c (thread_prologue_and_epilogue_insns): Uncomment
11899         last change.
11900
11901 2000-02-09  Richard Henderson  <rth@cygnus.com>
11902
11903         * jump.c (delete_insn): Don't delete user labels at -O0.
11904
11905 2000-02-09  Robert Lipe  <robertl@sco.com>
11906
11907         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
11908         Don't link with HOST_LIBS.
11909
11910 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
11911
11912         * configure.in: Correct --help text for --with-dwarf2.
11913         Put tm-dwarf2.h after other tm files, if it's requested.
11914         * configure: Regenerate.
11915         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
11916         defining it.
11917
11918 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
11919
11920         * cpplib.h: Provide HASHNODE typedef and forward decl of
11921         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
11922         DEFINITION, struct hashnode, struct macrodef, struct
11923         definition, scan_decls prototype, default defn of
11924         INCLUDE_LEN_FUDGE moved elsewhere.
11925
11926         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
11927         definition, and struct hashnode moved here. Remove the unused
11928         'predefined' field from struct definition.  Replace the 'args'
11929         union with its sole member.  All users updated (cpphash.c).
11930         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
11931         multiple include guard.
11932
11933         * cpphash.c (hashf): Make static; use better algorithm; drop
11934         HASHSIZE parameter; return an unsigned int.
11935         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
11936         used. Calculate HASHSIZE modulus here.
11937         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
11938         here.
11939         (create_definition): Drop PREDEFINITION parameter.
11940         * cpplib.c (do_define): Don't calculate a hash value here.
11941         Don't pass (keyword == NULL) to create_definition.
11942
11943         * scan.h: Prototype scan_decls here.
11944         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
11945         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
11946         callers of cpp_lookup and cpp_install updated.
11947
11948         * cpphash.c (macarg): Hoist all the flag diddling out of the
11949         function...
11950         (macroexpand): ... and out of the loop that calls macarg.
11951         Skip over the initial paren before macro arguments with
11952         cpp_get_non_space_token; point may be some distance before
11953         that paren.  Abort if it's not there.
11954
11955         * cpplib.c (parse_clear_mark): Delete function.
11956         (parse_set_mark, parse_goto_mark): Make static.
11957         (ACTIVE_MARK_P): New macro.
11958         (skip_block_comment, skip_line_comment): Do not bump the line
11959         if ACTIVE_MARK_P is true.
11960         (cpp_pop_buffer): The buffer to be popped may not have an
11961         active mark.
11962         (cpp_get_token): When looking for the initial paren before
11963         macro arguments, only set a mark in a file buffer, Always
11964         return to that mark before proceeding to call macroexpand or
11965         return a NAME token.
11966
11967         * cpplib.h: Remove prototypes of parse_set_mark,
11968         parse_clear_mark, parse_goto_mark.
11969         (struct cpp_options): Rename 'put_out_comments' to
11970         'discard_comments' and invert its sense.
11971         * cppinit.c, cpphash.c, cpplib.c: All users of
11972         put_out_comments changed to use discard_comments, with
11973         opposite sense.
11974
11975 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
11976
11977         * function.c (thread_prologue_and_epilogue_insns): Don't delete
11978         the edge from a block that both jumps and falls through to the
11979         fallthru block.
11980
11981 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
11982
11983         * config/arm/arm.md (movsi): In PIC mode, make sure that a
11984         constant source address is legitimate.
11985
11986 2000-02-09  Philip Blundell  <pb@futuretv.com>
11987
11988         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
11989         correctly.
11990
11991         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
11992         generating PIC.
11993         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
11994
11995 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
11996
11997         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
11998         ends with a newline and a NUL.  Don't be so clever manipulating
11999         strings.
12000
12001 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
12002
12003         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
12004         not to BIGGEST_ALIGNMENT.
12005
12006 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
12007
12008         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
12009         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
12010         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
12011         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
12012         * frame.c (execute_cfa_insn): Handle
12013         DW_CFA_GNU_negative_offset_extended.
12014
12015 2000-02-08  Richard Henderson  <rth@cygnus.com>
12016
12017         * flow.c (tidy_fallthru_edges): Split out from ...
12018         (delete_unreachable_blocks): ... here.
12019         (find_basic_blocks): Use it.
12020
12021 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12022
12023         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
12024
12025 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
12026
12027         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
12028         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
12029         (fix-header.o): Don't depend on cpphash.h.
12030
12031         * scan.c (hashstr): New function.
12032         * scan.h: Prototype it.
12033         * fix-header.c: Don't include cpphash.h.  Use hashstr.
12034         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
12035         hashstr.  Report hash table statistics.  Add private
12036         definition of xrealloc.
12037
12038 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12039
12040         * i386.h (TARGET_SWITCHES): Fix typo in option name.
12041
12042 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
12043
12044         * function.c (thread_prologue_and_epilogue_insns): Don't replace
12045         jumps with returns unless they are jumps to the fallthru block.
12046
12047 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
12048
12049         * i386.md (addqi3_cc): Fix contraints.
12050
12051 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12052
12053         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
12054
12055 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
12056
12057         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
12058         carriage return after a macro name.
12059
12060 2000-02-07  Fred Fish  <fnf@be.com>
12061
12062         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
12063         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
12064
12065 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
12066
12067         * cppfiles.c (deps_output): Count spacers in deps_column.
12068
12069 2000-02-07  Neil Booth  <NeilB@earthling.net>
12070
12071         * cppinit.c (initialize_dependency_output): If there is no
12072         suffix, don't try to look for known suffixes.  Use strrchr.
12073         (cpp_start_read): Remove duplicate initialization.
12074
12075 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
12076
12077         * calls.c (compute_argument_block_size): New argument
12078         preferred_stack_boundary.
12079         (expand_call): update cfun->preferred_stack_boundary, update call of
12080         compute_argument_block_size
12081         (emit_library_call): Increate cfun->preferred_stack_boundary
12082         to PREFERRED_STACK_BOUNDARY
12083         (emit_library_call_value): Likewise.
12084         * explow.c (allocate_dynamic_stack_spave): Likewise.
12085         * function.c (prepare_function_start): Set
12086         cfun->preferred_stack_boundary
12087         * function.h (struct function): Add preferred_stack_boundary field.
12088         * integrate.c (expand_inline_function): Update
12089         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
12090         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
12091         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
12092
12093 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
12094
12095         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
12096         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
12097         cpp_pedwarn, cpp_pedwarn_with_line,
12098         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
12099         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
12100         v_cpp_error_with_line, v_cpp_warning_with_line,
12101         cpp_message_from_errno, cpp_perror_with_name): Delete.
12102
12103         * cpperror.c (cpp_print_containing_files): Take starting
12104         buffer as argument.
12105         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
12106         (v_cpp_message): Now called directly by all entry points.
12107         Remove -1 case.
12108         (cpp_pfatal_with_name, cpp_message): Delete.
12109         (cpp_notice_from_errno, cpp_ice): New functions.
12110         (cpp_notice): Is now for reporting error conditions, just
12111         without an associated file.
12112         (cpp_error, cpp_error_with_line): Don't do anything if
12113         opts->inhibit_errors is on.
12114         (cpp_pedwarn_with_file_and_line): Take column argument also.
12115
12116         * cpplib.h: Update prototypes of exported functions.
12117         (struct cpp_options): Add inhibit_errors.
12118
12119         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
12120         non-error messages.  Include intl.h.
12121
12122         * cppinit.c, cppmain.c: Likewise.  Also, use
12123         cpp_notice_from_errno instead of cpp_perror_with_name or
12124         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
12125
12126         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
12127         report internal errors.
12128
12129         * cpplib.c (do_define): Switch bcopy to memcpy.
12130         Give cpp_pedwarn_with_file_and_line a dummy column argument.
12131
12132         * cpplib.c (copy_rest_of_line): Revert previous change: don't
12133         bail out early if we hit a line comment.
12134
12135 2000-02-06  Richard Henderson  <rth@cygnus.com>
12136
12137         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
12138         * basic-block.h: Declare them.
12139         * emit-rtl.h (active_insn_p): New.
12140         (next_active_insn, prev_active_insn): Use it.
12141         * rtl.h: Declare it.
12142         * function.c (emit_return_into_block): New.
12143         (thread_prologue_and_epilogue_insns): Insert return insns instead
12144         of epilogues when possible.
12145         * jump.c (jump_optimize_1): Remove code to insert a return insn
12146         on the fallthru to the exit block.
12147
12148         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
12149         and for non-empty stack frames.
12150         * i386.md (return): Expand to return-pop as needed.
12151
12152 2000-02-06  Richard Henderson  <rth@cygnus.com>
12153
12154         * simplify-rtx.c (simplify_relational_operation): Canonicalize
12155         constant to op1 for testing.
12156
12157 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12158
12159         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
12160         (fixuns_truncqfqi2): Use it.
12161
12162 2000-02-06  Richard Henderson  <rth@cygnus.com>
12163
12164         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
12165         as a TYPE_LEA insn.
12166
12167         * i386.md (widening and peepholes): Mask the constant instead of
12168         using gen_lowpart.
12169
12170 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
12171
12172         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
12173         input pointer before possibly branching off to the backslash
12174         code.
12175         * cpphash.c (macroexpand): Correctly delete \r escapes when
12176         stringifying parameters.
12177         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
12178         if we can; bail out early if we hit a line comment.
12179         (handle_directive): Treat '# 123' in an .S file just like
12180         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
12181         Return 1 for '# not_a_directive'.
12182         (get_directive_token): Pop macro buffers here, so that
12183         cpp_get_token can't sneakily move past a newline.
12184         Add sanity checks.
12185         (cpp_get_token): goto randomchar if handle_directive returns 0.
12186
12187         * cppalloc.c: Update copyright.
12188         * cpplib.c: Merge all the static function prototypes into one
12189         block.
12190         * cpplib.h: Remove #if 0 block.
12191
12192         * cpperror.c: Remove #ifdef EMACS block.
12193         * cppmain.c: Likewise.
12194         * cpphash.c: Remove #if 0 blocks.
12195         * cppinit.c: Remove #if 0 blocks, and the -lint option.
12196         * cpplib.c: Remove #if 0 blocks and code referencing
12197         pcp_inside_if or for_lint.  Remove duplicate error message.
12198         Fix error messages for #else after #else or #elif.  Reformat.
12199         Remove archaic TODO list.
12200         * cpplib.h: Remove pcp_inside_if and for_lint flags.
12201
12202 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
12203
12204         * i386/osf1elf.h: Add missing backslash to multiline string.
12205
12206 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12207
12208         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
12209
12210 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12211
12212         * Makefile.in (c-common.o): Depend on $(EXPR_H).
12213
12214         * c-common.c: Include expr.h.
12215
12216         * c-pragma.c (mark_align_stack): Add prototype.
12217
12218         * caller-save.c (add_stored_regs): Likewise.
12219
12220         * combine.c (record_promoted_value): Likewise.
12221
12222         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
12223         Likewise.
12224
12225         * cppinit.c (new_pending_define): Likewise.
12226
12227         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
12228
12229         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
12230         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
12231         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
12232         class_scope_p): Likewise.
12233
12234         * dwarf2out.h (dwarf2out_set_demangle_name_func,
12235         dwarf2out_add_library_unit_info): Likewise.
12236
12237         * ggc.h (ggc_page_print_statistics): Likewise.
12238
12239         * haifa-sched.c (propagate_deps): Likewise.
12240
12241         * reg-stack.c (next_flags_user, record_label_references): Likewise.
12242
12243         * rtl.h (set_stack_check_libfunc): Likewise.
12244
12245         * toplev.h (set_fatal_function): Likewise.
12246
12247         * toplev.c (set_fatal_function): Delete prototype.
12248
12249         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
12250
12251 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
12252
12253         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
12254         (FUNC_END): Likewise.
12255
12256 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12257
12258         * caller-save.c: Include tm_p.h.
12259
12260 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12261
12262         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
12263
12264 2000-02-04  Neil Booth  <NeilB@earthling.net>
12265
12266         * cccp.c (main): Check 'dir' for a NULL pointer before passing
12267         it to strcmp.
12268
12269 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
12270
12271         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
12272         * genflags.c: Use the max_operand_1 logic from genemit.c to
12273         calculate how many arguments gen_insn prototypes have.  Remove
12274         NO_MD_PROTOTYPES ifdefs from the generated file.
12275         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
12276         file.  Cast gen_insn initializers to insn_gen_fn.
12277         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
12278         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
12279
12280 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12281
12282         * fixinc/Makefile.in (HDR): Add machname.h.
12283         (clean): Likewise.
12284
12285 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12286
12287         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
12288         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
12289         (c4x_cpu_version): Ditto.
12290         * config/c4x/c4x-protos.h: ... here.
12291
12292 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
12293
12294         * dwarf2out.c (add_abstract_origin_attribute): Don't call
12295         gen_abstract_function on our context if we're a nested function.
12296
12297 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12298
12299         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
12300         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
12301
12302 2000-02-04  Bruce Korb  <bkorb@gnu.org>
12303
12304         * fixinc/genfixes(machname.h):
12305         Move the functionality from gen-machine.h into this file.
12306         UNdef MN_NAME_PAT if there are no names to change.
12307         Also, be a little kinder when AutoGen is not present.
12308
12309         * fixinc/Makefile.in(machname.h):
12310         Change the generation rule to use genfixes.
12311
12312         * fixinc/fixfixes.c(machine_name):
12313         machine_name_fix's functionality now dependent upon whether
12314         MN_NAME_PAT is defined.
12315
12316         * fixinc/fixtests.c(machine_name):
12317         ditto.
12318
12319         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
12320         of MN_NAME_PAT.
12321
12322         * fixinc/fixlib.h(mn_get_regexps):
12323         ditto
12324
12325         * fixinc/gen-machine.h: DELETED
12326
12327 2000-02-04  Jan Hubicka  <jh@suse.cz>
12328             Richard Henderson  <rth@cygnus.com>
12329
12330         * i386.c (SAVE_REGS_FIRST): Remove.
12331         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
12332         (ix86_compute_frame_size): Likewise.
12333         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
12334         (ix86_emit_restore_regs): Remove.
12335         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
12336         when a frame pointer is in use.
12337         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
12338         instead of pop to restore a register when profitable; emit leave
12339         when profitable.
12340         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
12341         as a TYPE_LEA insn.
12342         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
12343         * i386.md (prologue_allocate_stack): Remove.
12344         (epilogue_deallocate_stack): Remove.
12345         (pro_epilogue_adjust_stack): New.
12346
12347 2000-02-04  Richard Henderson  <rth@cygnus.com>
12348
12349         * function.c (diddle_return_value): Rework to use a callback function.
12350         Use current_function_return_rtx if it's been set up.
12351         (do_clobber_return_reg, clobber_return_register): New.
12352         (do_use_return_reg, use_return_register): New.
12353         (expand_function_end): Use them.
12354         * stmt.c (expand_null_return): Likewise.
12355         * function.h: Declare them.
12356         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
12357         (mark_reg): Change arguments as appropriate for callback.
12358         * integrate.c (expand_inline_function): Revert 19 Jan change.
12359
12360 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12361
12362         * tm.texi (Values in Registers): Fix typo: "fo" "for".
12363         (Misc): Say the scheduler, not the Haifa scheduler.
12364
12365 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
12366
12367         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
12368         when in_mem is set.  Update all callers.
12369
12370 2000-02-04  Richard Henderson  <rth@cygnus.com>
12371
12372         * i386/openbsd.h (INT_ASM_OP): Define.
12373
12374 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12375
12376         * tm.texi: Fix various typos.
12377
12378 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
12379
12380         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
12381         (MD_STARTFILE_PREFIX_1): New macro.
12382
12383 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
12384
12385         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
12386         destination when needed.
12387         (strmovsi, strsetsi): New expander.
12388         (strmovsi_1, strsetsi_1): New pattern.
12389         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
12390         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
12391         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
12392         * invoke.texi (align-stringops, inline-all-stringops): Document.
12393
12394 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
12395
12396         * i386/netbsd.h (INT_ASM_OP): Define.
12397
12398 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
12399
12400         * cpplib.h (cpp_reader): Add new flag, no_directives.
12401         * cpphash.c (macarg): Set it.
12402         * cpplib.c (handle_directive): If no_directives is on and we
12403         find a directive, issue an error and discard the line.
12404
12405 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
12406
12407         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
12408         FP constants.  Add ! TARGET_FPU check for FP constants.
12409
12410 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
12411
12412         * flow.c (find_basic_blocks): Don't kill label_value_list
12413         here.
12414         (cleanup_cfg): Kill it here.
12415
12416 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12417
12418         * expr.c (store_field): Ensure ALIGN is no stricter than the
12419         alignment of EXP.
12420
12421 2000-02-02  Richard Henderson  <rth@cygnus.com>
12422
12423         * jump.c (delete_insn): Partially revert 19 Jan change;
12424         don't convert unused code labels to notes at -O0.
12425
12426 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12427
12428         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
12429         split_all_insns to recreate REG_LABEL notes for flow2 pass.
12430
12431 2000-02-01  Richard Henderson  <rth@cygnus.com>
12432
12433         * i386.c (general_no_elim_operand): New.
12434         (nonmemory_no_elim_operand): New.
12435         (ix86_expand_move): Copy eliminable operands before a push.
12436         * i386-protos.h: Declare new functions.
12437         * i386.h (CAN_ELIMINATE): Simplify.
12438         (PREDICATE_CODES): Update.
12439         * i386.md (push insns): Don't allow eliminable register operands.
12440
12441 2000-02-01  Richard Henderson  <rth@cygnus.com>
12442
12443         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
12444         replace BLKmode with DECL_RTL's mode.
12445
12446 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
12447
12448         * frame.c (find_fde): Convert for loop to do-while so compiler
12449         sees it's always executed at least once.
12450         * libgcc2.c (BBINBUFSIZE): Kill.
12451         (__bb_init_prg): Use fgets.
12452         (__bb_exit_trace_func): Don't paste strings.
12453         * unroll.c (unroll_loop): Initialize unroll_type, not
12454         unroll_number, and tweak logic to match.
12455
12456         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
12457         all failure paths.
12458         (ix86_flags_dependant): Likewise.  Disentangle control flow.
12459         (ix86_sched_reorder): Break guts out to
12460         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
12461         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
12462         any possible use.
12463
12464         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
12465         use string concatenation.  Don't save and restore esi.
12466
12467         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
12468         (machname.h): Remove script to separate file.  Use two-step
12469         sequence so target is not created if script fails.
12470         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
12471         identifiers are defined.
12472         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
12473         an empty string, machine_name doesn't need to do anything at
12474         all.
12475         (is_cxx_header): Add more cases to regexp.
12476         * fixinc/fixlib.h: Update prototype.
12477         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
12478         mn_get_regexps.
12479         * fixinc/fixincl.c: Define NO_BOGOSITY.
12480
12481         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
12482         (hp_sysfile): Add missing comma.
12483         (math_exception): Put the wrapper ifdefs at the beginning and
12484         the end of the file.
12485         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
12486
12487 2000-02-01  Richard Henderson  <rth@cygnus.com>
12488
12489         * sparc.c (fp_zero_operand): Turn into a normal predicate.
12490         Use CONST0_RTX.  Update all callers.
12491         * sparc.h, sparc-protos.h: Update accordingly.
12492         * sparc.md (fp mov insns): Use fp_zero_operand directly
12493         where applicable.
12494
12495 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12496
12497         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
12498         example.
12499
12500 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12501
12502         * Makefile.in (specs.ready): New target.
12503         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
12504
12505 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12506
12507         * fixinc.irix: Use unique filenames for writing into /tmp,
12508         * fixinc.ptx: Likewise.
12509         * fixinc.sco: Likewise.
12510         * fixinc.svr4: Likewise.
12511         * fixinc.winnt: Likewise.
12512
12513 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12514
12515         * tsystem.h: New file.
12516
12517         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
12518         s-crtS): Depend on tsystem.h.
12519
12520         * crtstuff.c: Include tsystem.h.
12521         * frame.c: Likewise.
12522         * libgcc2.c: Likewise.
12523
12524 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
12525
12526         * builtins.c (expand_builtin_memset): Expand for variable sized
12527         lengths too.
12528
12529 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au>
12530
12531         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
12532         on ABI.
12533
12534 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12535
12536         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
12537
12538         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
12539
12540 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
12541
12542         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
12543         case 3->2 combining (combining with splitting) in which 2 is CC0
12544         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
12545         checked at the begining of the function with the aid of calling
12546         function 'can_combine_p'.
12547
12548 2000-01-31  Dave Brolley  <brolley@redhat.com>
12549
12550         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
12551
12552 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
12553
12554         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
12555         new label.
12556
12557 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12558
12559         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
12560
12561         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
12562         PROTO -> PARAMS.
12563
12564 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
12565
12566         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
12567         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
12568         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
12569         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
12570         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
12571         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
12572         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
12573         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
12574         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
12575         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
12576
12577         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
12578         Add %(cpp_cpu) to CPP_SPEC.
12579
12580         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
12581         Add %(cc1_cpu) to CC1_SPEC.
12582
12583 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
12584
12585         * c-decl.c (c_decode_option): Accept optional numeric argument to
12586         -Wformat and set warn_format.
12587         * c-common.c: Don't emit warning about non-constant printf format
12588         string unless warn_format > 1.
12589
12590 2000-01-30  Richard Henderson  <rth@cygnus.com>
12591
12592         * alpha.md (return_internal): Allow after reload only.
12593
12594 2000-01-30  Richard Henderson  <rth@cygnus.com>
12595
12596         * i386.c (ix86_compute_frame_size): Omit padding1 if the
12597         local frame size is zero.
12598
12599 2000-01-30  Richard Henderson  <rth@cygnus.com>
12600
12601         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
12602         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
12603         * alpha.md (return): Turn into an expander.
12604         (return_internal): Don't use $26.
12605         (epilogue): Emit the return insn.
12606
12607 2000-01-30  Richard Henderson  <rth@cygnus.com>
12608
12609         * alpha.md (negtf2, abstf2): Fix word order thinko.
12610         (extendsftf2): New.
12611         (trunctfsf2): Avoid intermediate rounding errors.
12612
12613 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
12614
12615         * cppfiles.c (find_position): Drop 'colp' argument, return the
12616         new line base.
12617         (read_and_prescan): Adjust to match.  Don't ever manipulate
12618         line or line_base except via find_position.
12619
12620 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
12621
12622         * c-parse.in: Apply Ulrich's changes from c-parse.y.
12623         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
12624         Regenerate.
12625
12626 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
12627
12628         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
12629         just print "<command line>".  If 'filename' is null or an
12630         empty string, print "<stdin>" for the filename.
12631         * cpplib.c (do_define): Don't print the 'location of the
12632         previous definition' message if we're still parsing the
12633         command line.
12634         (cpp_pedwarn_with_file_and_line): Always call
12635         cpp_file_line_for_message.
12636
12637 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
12638
12639         * flow.c (mark_regs_live_at_end): Fix typo.
12640
12641 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
12642
12643         * c-common.c: Adjust variable names, comments, help strings to c99.
12644         * c-lex.c: Likewise.
12645         * c-parse.y: Likewise.
12646         * c-tree.h: Likewise.
12647         * cccp.c: Likewise.
12648         * cpplib.h: Likewise.
12649         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
12650         * cppinit.c: Likewise.
12651
12652 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12653
12654         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
12655         * c4x.c: Define the optab rtx values.
12656         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
12657         (c4x_emit_libcall): Use new optab rtx values.
12658         (c4x_emit_libcall3): Likewise.
12659         (c4x_emit_libcall_mulhi): Likewise.
12660         * c4x-protos.h: Add prototypes for optab rtx values and change
12661         prototypes for above c4x_emit_libcall functions.
12662
12663 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12664
12665         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
12666         syntax is used.
12667         (c4x_function_prologue): Use regnames intead of float_reg_names when
12668         TI syntax is used.
12669         (c4x_function_epilogue): Likewise.
12670         (c4x_print_operand): Likewise.
12671         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
12672         * c4x.md (set_high): Disable for TARGET_TI.
12673
12674 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12675
12676         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
12677         of framepointer + constant to ADDR_REGS class.
12678         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
12679         * c4x.c (std_or_reg_operand): New function.
12680         * c4x-protos.h (std_or_reg_operand): Prototype it.
12681
12682 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12683
12684         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
12685                 object names as libgcc2.c.
12686         * libgcc.S: Use newly defined names.
12687
12688 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
12689         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
12690         function.
12691         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
12692         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
12693         (FLOW_LOOP_LAST_BLOCK): Likewise.
12694
12695 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12696
12697         * basic-block.h (struct loop): New fields 'first' and 'last'.
12698         * flow.c (flow_loops_find): Compute loop->first and loop->last.
12699         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
12700         and loop->last to check for NOTE_INSN_LOOP_END.
12701
12702 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
12703
12704         * predict.c (estimate_probability): Use the new FIRST and LAST fields
12705         of the loop descriptor rather than HEADER and LATCH. Also added
12706         missing break statements as well making some coding style modifications
12707         as suggested by Michael Hayes.
12708
12709 2000-01-28  Richard Henderson  <rth@cygnus.com>
12710
12711         * flow.c (find_basic_blocks): Remove do_cleanup argument.
12712         Break out that code ...
12713         (cleanup_cfg): ... here.
12714         (commit_one_edge_insertion): Detect a return instruction being
12715         emitted to an edge.  Emit a barrier following; clear fallthru.
12716         (commit_edge_insertions): Verify CFG consistency.
12717         * function.c (expand_function_start): Kill unused variable.
12718         (expand_function_end): Likewise.
12719         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
12720         to insert the epilogue.
12721
12722         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
12723         (delete_null_pointer_checks): Likewise.
12724         * output.h: Likewise.
12725         * reg-stack.c (reg_to_stack): Likewise.
12726         * toplev.c (rest_of_compilation): Likewise.  Run
12727         thread_prologue_and_epilogue_insns after rebuilding the CFG.
12728
12729 2000-01-28  Richard Henderson  <rth@cygnus.com>
12730
12731         * Makefile.in (flow.o): Revert 24 Jan change.
12732         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
12733         FUNCTION_VALUE result to DECL_RESULT's mode.
12734
12735         * haifa-sched.c (schedule_insns): Don't recompute reg info
12736         after reload.
12737
12738 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
12739
12740         * configure.in: Make --enable-cpplib the default.
12741         * configure: Regenerate.
12742         * gcc.dg/990119-1.c: No longer expected to fail.
12743
12744 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
12745
12746         * jump.c (jump_optimize_1): Delete an optimization that is also done
12747         by merge_blocks in flow.
12748
12749 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12750
12751         * diagnostic.c (build_message_string, output_printf,
12752         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
12753         (build_location_prefix): Fix non-literal format string.
12754
12755 2000-01-27  Richard Henderson  <rth@cygnus.com>
12756
12757         * alpha.md (trunctfsf2): New.
12758
12759 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
12760
12761         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
12762
12763 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
12764
12765         * cppinit.c (cpp_handle_option): Recognize C++ comments under
12766         -std=gnu89.
12767         * cpplib.c (skip_block_comment, skip_line_comment): Split code
12768         out of...
12769         (skip_comment) ... here.  Permit C++ comments in system
12770         headers always.  Warn about C++ comments in user code under
12771         -std=gnu89 -pedantic.
12772         (copy_comment): Use skip_comment.
12773         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
12774         return EOF.
12775         (consider_directive_while_skipping, do_else, do_endif): Call
12776         validate_else unconditionally.
12777         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
12778         text after the conditional in a system header.
12779         * cpplib.h (struct cpp_buffer): Add flag
12780         warned_cplusplus_comments.
12781
12782 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
12783
12784         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
12785         Use unshare_all_rtl_1.
12786         (unshare_all_rtl_again): New function.
12787         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
12788
12789         * function.c (purge_addressof_1): Use unshare_all_rtl_again
12790         rather than resetting the 'used' flags ourself.
12791
12792         * toplev.c (rest_of_compilation): Add current_function_decl
12793         to the unshare_all_rtl call.
12794         * tree.h: Prototype unshare_all_rtl.
12795         * rtl.h: Prototype unshare_all_rtl_again here.
12796
12797 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
12798
12799         * genoutput.c (output_prologue): Include ggc.h in generated
12800         files.
12801         * Makefile.in (insn-output.o): Depends on ggc.h.
12802
12803 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
12804             Hans-Peter Nilsson  <hp@bitrange.com>
12805
12806         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
12807         Remove redundant include of xm-ns32k.h.
12808         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
12809         Remove redundant include of xm-ns32k.h.
12810         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
12811         Remove redundant include of xm-ns32k.h.
12812         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
12813
12814         * ns32k/ns32k.h: Update comment on multiply-add instructions.
12815         (TARGET_SWITCHES): Add documentation strings.
12816         (DWARF_FRAME_REGNUM): Override default definition.
12817         (REG_CLASS_CONTENTS): Add comments.
12818         (SUBSET_P): Format to reduce line length.
12819         (SMALL_REGISTER_CLASSES): Make a run time option.
12820         (GO_IF_NONINDEXED_ADDRESS): Reformat.
12821         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
12822         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
12823         (regclass_map): fix typo in comment.
12824         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
12825         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
12826         (trace, reg_or_mem_operand): Delete, unused function.
12827         (calc_address_cost): Small offsets are cheaper than large ones.
12828         (expand_block_move): Generate more efficient code when bytes is a
12829         known at compile time.
12830         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
12831         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
12832         instead of reg_or_mem_operand.
12833
12834         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
12835         not general_operand.  Similarly use "=rm" or stricter, not "=g".
12836         For input operands, use stricter constraints than "g" if not
12837         general_operand.  Similarly use stricter predicate than
12838         "general_operand" when stricter constraints than "g" are present,
12839         except for matching constraints.
12840         (movstrsi): Use "memory_operand" for operands 0 and 1.
12841         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
12842         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
12843         not reg_or_mem_operand.
12844         (udivmoddisi4): Ditto.
12845         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
12846         Use nonimmediate_operand for operand 3, not register_operand.
12847         (udivmoddiqi4_internal): Use register_operand for operand 1, not
12848         reg_or_mem_operand.
12849
12850 2000-01-27  Fred Fish  <fnf@be.com>
12851
12852         * gthr-posix.h: Fix typo; compatibily -> compatibility.
12853         * gthr-single.h: Likewise.
12854         * gthr-solaris.h: Likewise.
12855         * gthr-vxworks.h: Likewise.
12856         * gthr-win32.h: Likewise.
12857         * gthr.h: Likewise.
12858
12859 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
12860
12861         * cppinit.c: Add " (cpplib)" to end of string printed by
12862         -v / --version.
12863
12864 2000-01-27  Richard Henderson  <rth@cygnus.com>
12865
12866         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
12867         testing for a signed comparison.
12868         (alpha_emit_floatuns): New.
12869         * alpha-protos.h: Declare it.
12870         * alpha.md (floatunsdisf2, floatunsdidf2): New.
12871         (extendsfdf2): Tidy.
12872
12873 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
12874
12875         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
12876         no -g option specifying debugging format, default to -gstabs+.
12877
12878 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
12879
12880         * calls.c (special_function_p): New argument fork_or_exec.
12881         (expand_call): When profile_arc_flag is set and the function
12882         is in the fork_or_exec group, call __bb_fork_func first.
12883         * libgcc2.c, _bb module (__bb_fork_func): New function.
12884         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
12885         output file.
12886         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
12887         * tree.h (special_function_p): Update prototype.
12888
12889 2000-01-26  Richard Henderson  <rth@cygnus.com>
12890
12891         * alpha.c (alpha_split_tfmode_pair): New.
12892         * alpha-protos.h: Declare it.
12893         * alpha.md (abstf2, negtf2): New.
12894         (movtf insn): Add input G constraint.
12895         (movtf splitter): Use alpha_split_tfmode_pair.
12896
12897 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12898
12899         * i386/cygwin.h: PROTO -> PARAMS.
12900
12901 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
12902
12903         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
12904         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
12905         using _Qp_cmp/_Q_cmp and testing the return value.
12906         (print_operand): Call reverse_condition_maybe_unordered if
12907         we are handling CCFPmode or CCFPEmode.
12908         Handle ORDERED, UN* and LTGT comparisons.
12909         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
12910         if not TARGET_HARD_QUAD.
12911         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
12912         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
12913         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
12914         Adjust gen_b* calls so that they reflect return comparison of
12915         sparc_emit_float_lib_cmp.
12916
12917 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12918
12919         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
12920         incoming operands array is large enough for one more operand.
12921         (alpha_emit_xfloating_arith): Likewise.
12922
12923 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
12924
12925         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
12926         file with one line and no trailing newline.
12927         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
12928         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
12929         checking if the match is on the line.
12930         * fixinc/gnu-regex.c: Provide regerror not __regerror.
12931
12932 2000-01-25  Richard Henderson  <rth@cygnus.com>
12933
12934         * sparc.c (output_cbranch): Fix accidental squashing of the
12935         fp branch pre-delay nop.
12936
12937 2000-01-25  Richard Henderson  <rth@cygnus.com>
12938
12939         * tree.def (UNNE_EXPR): Remove.
12940         * c-typeck.c (build_binary_op): Don't handle it.
12941         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
12942
12943         * rtl.def (UNNE): Remove.
12944         (LTGT): Add.
12945         * jump.c (reverse_condition): Update accordingly.
12946         (swap_condition): Likewise.
12947         (comparison_dominates_p): Handle unordered comparisons.
12948         (reverse_condition_maybe_unordered): New.
12949         * rtl.h (reverse_condition_maybe_unordered): Declare.
12950
12951         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
12952         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
12953         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
12954         * sparc.md (bltgt): New.
12955
12956 2000-01-25  Nick Clifton  <nickc@redhat.com>
12957
12958         * emit-rtl.c (emit_insn): Only check machine class insns for
12959         improper emission of a RETURN.
12960
12961 2000-01-25  Richard Henderson  <rth@cygnus.com>
12962
12963         * Makefile.in (flow.o): Depend on $(EXPR_H).
12964         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
12965         duplicate the structure of diddle_return_value for keeping regs live.
12966
12967 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12968
12969         * loop.c (current_loop_info): Delete.
12970         (consec_sets_invariant_p): Add loop argument, update callers.
12971         (get_condition_for_loop): Likewise.
12972         (count_nonfixed_reads, update_giv_derive): Likewise.
12973         (simplify_giv_expr, general_induction_var): Likewise.
12974         (consec_sets_giv, recombine_givs): Likewise.
12975         (move_movables): Delete loop_start and loop_end arguments,
12976         add loop argument, and update callers.
12977         (find_mem_givs, check_final_value): Likewise.
12978         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
12979         (loop_invariant_p): Rename from invariant_p, add loop argument, and
12980         update callers.
12981         (basic_induction_var): Add loop argument, delete loop_level argument,
12982         and update callers.
12983         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
12984         add loop argument, and update callers.
12985         (find_splittable_regs, find_splittable_givs): Likewise.
12986         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
12987         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
12988         (biv_total_increment): Delete loop_start and loop_end arguments;
12989         update callers.
12990         (precondition_loop_p): Delete loop_start and loop_info arguments;
12991         update callers.
12992         * loop.h (get_condition_for_loop): Add loop argument.
12993         (biv_total_increment): Delete loop_start and loop_end arguments.
12994         (precondition_loop_p): Delete loop_start and loop_info arguments;
12995         add loop argument.
12996         (final_biv_value): Delete loop_start and loop_end arguments;
12997         add loop argument.
12998         (final_giv_value, back_branch_in_range_p): Likewise.
12999
13000 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
13001
13002         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
13003
13004 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
13005
13006         * Makefile.in (c-gperf.h) : Change the "See" pointer to
13007         point to the new "generated_files" doc.
13008
13009 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
13010
13011         * config/fp-bit.c (_unord_f2): Fix typo.
13012
13013 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
13014
13015         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
13016         c-typeck.c, objc/objc-act.c: Remove all references to obstack
13017         functions obsoleted by GC, such as push_obstacks_nochange,
13018         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
13019         and code which existed only to decide whether or not to call
13020         them.  Remove now-unused NESTED argument from start_function;
13021         all callers changed.  Do not change behavior based on ggc_p.
13022         The use of the ixp_obstack in c-iterate.c and the util_obstack
13023         in objc/objc-act.c remain; these are not obsoleted by garbage
13024         collection.
13025         * c-tree.h: Update prototype for start_function.
13026
13027         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
13028
13029 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
13030
13031         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
13032         mips16.
13033
13034 2000-01-25  Richard Henderson  <rth@cygnus.com>
13035
13036         * sparc-protos.h (select_cc_mode): Declare.
13037         * sparc.c (select_cc_mode): New.  Handle unordered compares.
13038         (output_cbranch): Always reverse via code change.  Handle
13039         unordered compares.  Factor tests and string updates.
13040         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
13041         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
13042         * sparc.md (bunordered, bordered): New.
13043         (bungt, bunlt, buneq, bunge, bunle): New.
13044
13045 2000-01-25  Richard Henderson  <rth@cygnus.com>
13046
13047         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
13048         * ggc-common.c (ggc_add_rtx_varray_root): New.
13049         (ggc_mark_rtx_varray): New.
13050         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
13051         functions down below ggc_mark_foo.
13052         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
13053
13054 2000-01-25  Richard Henderson  <rth@cygnus.com>
13055
13056         * alpha.c (secondary_reload_class): Don't allocate a secondary
13057         for integral mode memories into FLOAT_REGS.  Rearrange the more
13058         complicated memory expression inward.
13059
13060 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
13061
13062         * inclhack.def: Fixes to play nicer with FreeBSD, and
13063         corrections to comments.
13064         (cxx_unready): Add select expression.
13065         (irix_sockaddr): Add bypass expression.
13066         (machine_ansi_h_va_list): New fix.
13067         (stdio_va_list): No need to edit _BSD_VA_LIST_.
13068         Split out addition of "#include <stdarg.h>" to...
13069         (stdio_stdarg_h): ... here.
13070         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
13071         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
13072         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
13073         size_t.
13074         (ultrix_ifdef): Tighten up select expression.
13075
13076         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
13077         re_ct and max_mach to avoid use of shell.  Make printed names
13078         match names in inclhack.def.  Use static copyright date.
13079         Don't count c_test and test expressions as requiring regex_t
13080         slots.  Add some commentary.
13081         * inclhack.tpl: Do not include the 'This script contains N
13082         fixup scripts' line if PROGRAM is defined.  Use static
13083         copyright date.
13084
13085 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
13086
13087         * dwarf2out.c: include "varray.h", not dyn-string.h.
13088         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
13089         (addr_const_to_string, addr_to_string): Lose.
13090         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
13091         (struct dw_val_struct): val_addr is now an rtx.
13092         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
13093         (used_rtx_varray): New varray.
13094         (dwarf2out_init): Initialize it.
13095         (save_rtx): New fn.
13096         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
13097         addr_to_string.
13098         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
13099         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
13100         * Makefile.in (dwarf2out.o): Update dependencies.
13101
13102 2000-01-24  Richard Henderson  <rth@cygnus.com>
13103
13104         * i386.c (i386_dwarf_output_addr_const): New.
13105         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
13106
13107         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
13108         if defined.
13109         * dwarfout.c (output_mem_loc_descriptor): Likewise.
13110         * i386.c (i386_simplify_dwarf_addr): New.
13111         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
13112
13113 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
13114
13115         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
13116         TYPE_STUB_DECL is NULL.
13117
13118 2000-01-24  Richard Henderson  <rth@cygnus.com>
13119
13120         * builtins.c (expand_tree_builtin): Move ...
13121         * c-common.c (expand_tree_builtin): ... here.
13122
13123 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13124
13125         * loop.h (LOOP_INFO): New accessor macro.
13126         * basic-block.h (struct loop): Rename field `info' to `aux'.
13127         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
13128         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
13129         * unroll.c (loop_iterations, unroll_loop): Likewise.
13130
13131 2000-01-24  Christopher Faylor <cgf@cygnus.com>
13132
13133         * config/i386/t-cygwin: Accomodate new winsup directory layout
13134         when searching for include files.
13135
13136 2000-01-24  Richard Henderson  <rth@cygnus.com>
13137
13138         * rtl.def: Add unordered fp comparisions.
13139         * tree.def: Likewise.
13140         * tree.h: Add ISO C 9x unordered fp comparision builtins.
13141
13142         * builtins.c (expand_tree_builtin): New function.
13143         * c-typeck.c (build_function_call): Use it.
13144         (build_binary_op): Support unordered compares.
13145         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
13146
13147         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
13148         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
13149         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
13150         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
13151         * jump.c (reverse_condition): Don't abort for UNLE etc, but
13152         return UNKNOWN.
13153         (swap_condition): Handle unordered compares.
13154         (thread_jumps): Check can_reverse before reversing.
13155         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
13156         reversed for FP.
13157
13158         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
13159         setcc is present before acking for cmp_optab.  Update all callers.
13160         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
13161         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
13162         * expr.c (expand_expr): Likewise.  Support unordered compares.
13163         (do_jump, do_store_flag): Likewise.
13164         * expr.h (enum libfunc_index): Add unordered compares.
13165
13166         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
13167         (DPBIT_FUNCS): Add _unord_df.
13168         * config/fp-bit.c (_unord_f2): New.
13169         * fp-test.c (main): Try unordered compare builtins.
13170
13171         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
13172         * alpha.c (alpha_comparison_operator): Check mode properly.
13173         (alpha_swapped_comparison_operator): Likewise.
13174         (signed_comparison_operator): Likewise.
13175         (alpha_fp_comparison_operator): New.
13176         (alpha_emit_conditional_branch): Handle unordered compares.
13177         * alpha.h (PREDICATE_CODES): Update.
13178         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
13179         (bunordered, bordered): New.
13180
13181 2000-01-24  Richard Henderson  <rth@cygnus.com>
13182
13183         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
13184         * alpha.md (movtf): New expander, insn, and splitter.
13185
13186 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
13187
13188         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
13189         dead registers.
13190
13191 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
13192
13193         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
13194         (FIXED_REGISTERS, CALL_USED_REGISTERS,
13195          REG_ALLOC_ORDER): Add frame pointer
13196         (FRAME_POINTER_REGNUM): Set to 20
13197         (HARD_FRAME_POINTER_REGNUM): New macro.
13198         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
13199         to HARD_FRAME_POINTER.
13200         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
13201         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
13202         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
13203         (HI_REGISTER_NAMES): Add "frame".
13204         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
13205         (debug_reg): Handle FRAME_POINTER_REGNUM.
13206         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
13207         GENERAL_REGS and INDEX_REGS.
13208         * i386.c (SAVED_REGS_FIRST): new macro.
13209         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
13210         (ix86_decompose_address, memory_address_length): Likewise.
13211         (regclass_map): Add frame pointer.
13212         (call_insn_operand): Handle frame_pointer_rtx.
13213         (reg_no_sp_operand): Likewise.
13214         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
13215         (print_operand, legitimize_pic_address): Fix formating.
13216         (ix86_compute_frame_size): Make static, update prototype, new
13217         parameters padding1, padding2, use ix86_nsaved_regs, use
13218         stack_alignment_needed.
13219         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
13220         to HARD_FRAME_POINTER_REGNUM conversions.
13221         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
13222         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
13223         (print_reg): Abort on FRAME_POINTER_REGNUM
13224
13225 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
13226
13227         * i386.h (PREDICATE_CODES): Add aligned_operand.
13228         * i386.c (aligned_operand): New function.
13229         (ix86_aligned_p): Kill.
13230         * i386.md (movhi_1): Emit mov for aligned operands.
13231         (promoting peep2s): Use aligned_operand.
13232
13233 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
13234
13235         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
13236         expression to allow underscores in macro names.
13237         (fix_char_macro_defines): Increment scanning pointer.
13238
13239 2000-01-23  Richard Henderson  <rth@cygnus.com>
13240
13241         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
13242         * alpha/osf5.h: New file.
13243         * configure.in (alpha-*-osf5): Add it to tm_file.
13244
13245         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
13246
13247         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
13248         (alpha_emit_xfloating_cvt, function_arg): Declare.
13249         * alpha.c (alpha_emit_conditional_branch): Call
13250         alpha_emit_xfloating_compare for TFmode compares.
13251         (alpha_lookup_xfloating_lib_func): New.
13252         (alpha_compute_xfloating_mode_arg): New.
13253         (alpha_emit_xfloating_libcall): New.
13254         (alpha_emit_xfloating_arith): New.
13255         (alpha_emit_xfloating_compare): New.
13256         (alpha_emit_xfloating_cvt): New.
13257         (print_operand): Add default abort case.
13258         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
13259         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
13260         (BIGGEST_ALIGNMENT): Increase to 128 bits.
13261         (RETURN_IN_MEMORY): True for TF/TCmode.
13262         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
13263         (FUNCTION_ARG): Move to function_arg.
13264         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
13265         (ASM_OUTPUT_LONG_DOUBLE): New.
13266         (ASM_OUTPUT_DOUBLE): Always output bits.
13267         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
13268         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
13269         (extenddftf2, trunctfdf2): New.
13270
13271 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13272
13273         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
13274         * config/sparc/sol2.h: ... here.
13275
13276 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13277
13278         * basic-block.h (struct loops): New field `levels'.
13279         * flow.c (flow_loops_level_compute): Traverse all outer loops.
13280         (flow_loop_level_compute): Initialise level to 1.
13281         (flow_loops_find): Set loops->levels.
13282         (flow_loops_dump): Print loops->levels.
13283
13284 2000-01-23  Richard Henderson  <rth@cygnus.com>
13285
13286         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
13287         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
13288
13289 2000-01-23  Richard Henderson  <rth@cygnus.com>
13290
13291         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
13292         * i386.h (DBX_REGISTER_NUMBER): Use them.
13293         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
13294         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
13295         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
13296         * i386/sequent.h: Kill incorrect comment.
13297
13298 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
13299
13300         * ggc-page.c (struct page_entry): Make `context_depth' an
13301         `unsigned short'.
13302         (struct globals): Likewise.
13303
13304 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
13305
13306         * loop.c (check_dbra_loop): When checking a loop for
13307         reversability, check the source of any stores to ensure
13308         they don't depend on an initial value.
13309
13310 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13311
13312         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
13313
13314 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
13315
13316         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
13317         'pz_scan' into scope of entire function.  Only affects
13318         compiles with -DDEBUG.
13319
13320 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
13321
13322         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
13323         section naming to that prior to 2000-01-07 patch.
13324         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
13325         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
13326         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
13327         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
13328         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
13329
13330 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
13331
13332         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
13333         constant.
13334
13335 2000-01-21  Jim Wilson  <wilson@cygnus.com>
13336
13337         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
13338         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
13339
13340 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
13341
13342         * cpphash.c (change_newlines): Delete function.
13343         (struct argdata): Delete 'newlines' and 'use_count' fields.
13344         (macroexpand): Remove code referencing those fields.
13345
13346 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13347
13348         * loop.c (loops_info): New variable.
13349         (loop_optimize): Allocate loops->array and free it on exit.
13350         Allocate memory for loops_info and assign to each loop,
13351         replacing alloca.
13352         (find_and_verify_loops): Do not allocate loops->array.
13353
13354 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
13355
13356         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
13357
13358 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
13359
13360         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
13361         pseudos if expanded after first flow.
13362         (movdi_pic_label_ref): Likewise.
13363
13364 2000-01-20  Richard Henderson  <rth@cygnus.com>
13365
13366         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
13367
13368 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
13369
13370         * Makefile.in (fixinc.sh): Depend on specs.
13371         * fixinc/Makefile.in: Add rule to create machname.h.
13372         (fixlib.o): Depend on machname.h.
13373         * fixinc/fixtests.c (machine_name): New test.
13374         * fixinc/fixfixes.c (machine_name): New fix.
13375         * fixinc/fixlib.c (mn_get_regexps): New helper function for
13376         the machine_name test and fix.
13377         * fixinc/fixlib.h: Prototype it.
13378         * fixinc/inclhack.def (machine_name): Use the C test and fix.
13379         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
13380
13381         * gcc.c (do_spec_1) [case P]: Take care not to create
13382         identifiers with three leading or trailing underscores.
13383
13384         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
13385         (fixincl): Don't specify libraries twice on link line.
13386         (gnu-regex.o): Remove special rule.
13387         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
13388         defined by config.h.  Do not define _REGEX_RE_COMP.
13389         (regcomp): Allocate and initialize a fastmap.
13390         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
13391
13392 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
13393
13394         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
13395
13396 2000-01-19  Richard Henderson  <rth@cygnus.com>
13397
13398         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
13399         arguments with BB.  Update all callers.  Tidy line wrapping.
13400
13401 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
13402
13403         * emit-rtl.c (try_split): Return last_insn if we split the
13404         last_insn.
13405
13406 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
13407
13408         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
13409         (ix86_initial_elimination_offset): Declare.
13410         * i386.c (ix86_nsaved_regs): Break out from ...
13411         (ix86_can_use_return_insn_p): ... here.
13412         (ix86_emit_save_regs): Break out from ...
13413         (ix86_expand_prologue): ... here.
13414         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
13415         out from ...
13416         (ix86_expand_epilogue): ... here.
13417         (ix86_compute_frame_size): Make static, add prototype.
13418         (ix86_initial_elimination_offset): Break out from ...
13419         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
13420
13421 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13422
13423         * recog.h (OUT_FCN): Delete.
13424
13425         * vax.md: Call `get_insn_template' instead of OUT_FCN.
13426
13427 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13428
13429         * cppalloc.c: PROTO -> PARAMS.
13430         * cpperror.c: Likewise.
13431         * cppfiles.c: Likewise.
13432         * cpplib.c: Likewise.
13433         * cpplib.h: Likewise.
13434
13435         * config/arm/arm-protos.h: PROTO -> PARAMS.
13436         * config/arm/arm.c: Likewise.
13437         * config/c4x/c4x.c: Likewise.
13438         * config/fr30/fr30-protos.h: Likewise.
13439         * config/nextstep.c: Likewise.
13440         * config/pa/pa.c: Likewise.
13441         * config/pj/pj.c: Likewise.
13442         * config/rs6000/rs6000.c: Likewise.
13443         * config/v850/v850-protos.h: Likewise.
13444         * config/v850/v850.c: Likewise.
13445
13446 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13447
13448         * i370-protos.h: New file.
13449
13450         * i370.c: Include tm_p.h.  Fix compile time warnings.
13451
13452         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
13453         warnings.
13454
13455         * i370.md: Likewise.
13456
13457 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13458
13459         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
13460         (target_isinf, target_isnan, eisnan): Mark parameter with
13461         ATTRIBUTE_UNUSED.
13462         (eiisinf): Wrap in INFINITY.
13463         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
13464         (ibmtoe): Remove unused variable `rndsav'.
13465
13466 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13467
13468         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
13469         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
13470
13471 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
13472
13473         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
13474         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
13475         (fix_char_macro_defines, fix_char_macro_uses): New functions.
13476
13477         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
13478         Recognize Emacs mode markers also.
13479         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
13480         C++ comments in C++ headers.  Call is_cxx_header only if
13481         necessary.
13482
13483         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
13484         bypass for ncurses.
13485         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
13486         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
13487         ... these, which use the new C fixes.
13488         (math_exception): Escape literal '+' in bypass expression.
13489
13490         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
13491         Regenerate.
13492
13493 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
13494
13495         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
13496         inside the MEM.
13497
13498 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13499
13500         * loop.c (loop_optimize): Allocate loop_info structure for each loop
13501         prior to calling scan_loop.
13502
13503 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13504
13505         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
13506         (split_branches, calc_live_regs): Likewise.
13507
13508 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13509
13510         * sh.md (fpu_single, fp_mode): New attributes.
13511
13512 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13513
13514         * loop.c (current_loop_info): Renamed from loop_info_data
13515         and changed to a pointer.
13516         (loop_optimize): Allocate loop_info structure for each loop
13517         and initialise to zero.
13518         (scan_loop): Set current_loop_info.
13519
13520         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
13521         on iteration_var.
13522
13523 2000-01-19  Richard Henderson  <rth@cygnus.com>
13524
13525         * stupid.c: Die die die.
13526         * Makefile.in (OBJS): Remove stupid.o.
13527         (stupid.o): Likewise.
13528
13529         * except.c (emit_eh_context): Don't emit USEs for stupid.
13530         * explow.c (probe_stack_range): Likewise.
13531         * flags.h (obey_regdecls): Remove.
13532         * flow.c (find_basic_blocks): Don't run try_merge_blocks
13533         when not optimizing.
13534         (life_analysis): Limit data collection when not optimizing.
13535         (mark_regs_live_at_end): Always mark the return value registers.
13536         (mark_used_regs): Remove dummy RETURN case.
13537         (print_rtl_with_bb): Don't consult obey_regdecls.
13538         * function.c (use_variable, use_variable_after): Remove.
13539         (assign_parms): Consult optimize not obey_regdecls.
13540         (expand_function_start): Don't emit USEs for stupid.
13541         (expand_function_end): Likewise.
13542         * global.c (build_insn_chain): Export.
13543         * integrate.c (expand_inline_function): Kill return-value USE
13544         handling code.
13545         * jump.c (jump_optimize_1): Do simple jump optimizations and
13546         dead code elimination.
13547         (calculate_can_reach_end): Remove check_deleted argument.
13548         (delete_insn): Patch out insns even when not optimizing.
13549         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
13550         * rtl.h (use_variable, use_variable_after): Remove declarations.
13551         (build_insn_chain): Declare.
13552         * stmt.c (expand_value_return): Don't emit USEs for stupid.
13553         (expand_end_bindings): Likewise.
13554         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
13555         * toplev.c (obey_regdecls): Remove.
13556         (rest_of_compilation): Don't set it.  Kill stupid in favour of
13557         flow1, local-alloc, and reload.
13558         (main): Don't set obey_regdecls.
13559
13560         * config/nextstep.c (handle_pragma): Likewise.
13561
13562         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
13563
13564         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
13565
13566 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13567
13568         * alpha-protos.h: PROTO -> PARAMS.
13569         * alpha.c: Likewise.
13570         * elf.h: Likewise.
13571         * h8300.c: Likewise.
13572         * i386-protos.h: Likewise.
13573         * i386.c: Likewise.
13574         * m32r-protos.h: Likewise.
13575         * m32r.c: Likewise.
13576         * mips.c: Likewise.
13577         * mips.md: Likewise.
13578         * gmon-sol2.c: Likewise.
13579         * sparc.c: Likewise.
13580
13581 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13582
13583         * ns32k-protos.h: New file.
13584
13585         * ns32k.c: Fix compile time warnings.
13586
13587         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
13588         warnings.
13589
13590         * ns32k.md: Likewise.
13591
13592 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13593
13594         * vax-protos.h: New file.
13595
13596         * vax.c: Fix compile time warnings.
13597
13598         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
13599         warnings.
13600
13601         * vax.md: Likewise.
13602
13603         * vaxv.md: Likewise.
13604
13605 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13606
13607         * romp-protos.h: New file.
13608
13609         * romp.c: Fix compile time warnings.
13610
13611         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
13612         warnings.
13613
13614         * romp.md: Likewise.
13615
13616 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13617
13618         * we32k-protos.h: New file.
13619
13620         * we32k.c: Fix compile time warnings.
13621
13622         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
13623         warnings.
13624
13625 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13626
13627         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
13628
13629         * except.c (eh_regs): Likewise.
13630
13631         * final.c (output_operand): Likewise.
13632
13633         * fold-const.c (target_isinf, target_isnan): Likewise.
13634
13635 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
13636
13637         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
13638         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
13639
13640         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
13641         when optimize_size.
13642         (clrstrsi): Rewrite.
13643         (strsethi, strsetqi): New expanders.
13644         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
13645         (cmpstrsi): Emit compare insn before cmpstrsi_1
13646         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
13647         (strlensi_1): Likewise.
13648         (cmpstrsi_1): Likewise; do not output compare.
13649         (strlen expander): Do not unroll when optimizing for size.
13650         (*subsi3_carry): Rename to subsi3_carry
13651         (addqi3_cc): New pattern.
13652         * i386.h (processor_costs): Add move_ratio field.
13653         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
13654         * i386.c (*_cost): Set move_ratio.
13655         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
13656         (x86_expand_strlensi_1): Rewrite the main loop.
13657
13658 2000-01-17  Richard Henderson  <rth@cygnus.com>
13659
13660         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
13661         * cse.c (find_comparison_args, fold_rtx): Likewise.
13662         * integrate.c (subst_constants): Likewise.
13663         * loop.c (get_condition): Likewise.
13664
13665         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
13666
13667         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
13668
13669 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13670
13671         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
13672         (RESTORE_WARN_FLAGS): Unpack it.
13673         Change semantic type of extension to ttype.
13674         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
13675         * c-parse.y, c-parse.c, objc/objc-parse.y,
13676         objc/objc-parse.c: Regenerate.
13677
13678 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
13679
13680         * fixinc/fixlib.c: Add copyright notice.
13681         (compile_re): New function.
13682         * fixinc/fixlib.h: Prototype compile_re.
13683
13684         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
13685         Use compile_re to compile regular expressions.
13686
13687         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
13688         where the pattern matched.
13689
13690         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
13691         use 'replace'.
13692         (ultrix_ansi_compat): Likewise.
13693         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
13694         add egrep test.
13695         (interactv_add2, interactv_add3): Delete.
13696         (x11_sprintf): Don't use filename glob.
13697         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
13698         Regenerate.
13699
13700 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13701
13702         * print-rtl.c: PROTO -> PARAMS.
13703         * real.c: Likewise.
13704         * reg-stack.c: Likewise.
13705         * resource.c: Likewise.
13706         * sdbout.h: Likewise.
13707         * simplify-rtx.c: Likewise.
13708         * stor-layout.c: Likewise.
13709         * stupid.c: Likewise.
13710         * xcoffout.c: Likewise.
13711         * xcoffout.h: Likewise.
13712
13713 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13714
13715         * toplev.c: PROTO -> PARAMS.
13716         * toplev.h: Likewise.
13717         * tree.c: Likewise.
13718         * tree.h: Likewise.
13719         * unroll.c: Likewise.
13720         * varasm.c: Likewise.
13721         * varray.c: Likewise.
13722         * varray.h: Likewise.
13723
13724 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13725
13726         * reload.c: PROTO -> PARAMS.
13727         * reload.h: Likewise.
13728         * reload1.c: Likewise.
13729         * reorg.c: Likewise.
13730         * resource.h: Likewise.
13731         * rtl.c: Likewise.
13732         * rtl.h: Likewise.
13733         * rtlanal.c: Likewise.
13734         * sbitmap.h: Likewise.
13735         * sdbout.c: Likewise.
13736         * stack.h: Likewise.
13737         * stmt.c: Likewise.
13738         * system.h: Likewise.
13739
13740 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13741
13742         * machmode.h: PROTO -> PARAMS.
13743         * mbchar.h: Likewise.
13744         * mips-tdump.c: Likewise.
13745         * mips-tfile.c: Likewise.
13746         * optabs.c: Likewise.
13747         * output.h: Likewise.
13748         * prefix.c: Likewise.
13749         * profile.c: Likewise.
13750         * protoize.c: Likewise.
13751         * real.h: Likewise.
13752         * recog.c: Likewise.
13753         * recog.h: Likewise.
13754         * regclass.c: Likewise.
13755         * regmove.c: Likewise.
13756         * regs.h: Likewise.
13757
13758 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13759
13760         * ggc-common.c: PROTO -> PARAMS.
13761         * ggc-page.c: Likewise.
13762         * ggc-simple.c: Likewise.
13763         * ggc.h: Likewise.
13764         * global.c: Likewise.
13765         * graph.c: Likewise.
13766         * gthr-win32.h: Likewise.
13767         * haifa-sched.c: Likewise.
13768         * halfpic.h: Likewise.
13769         * integrate.c: Likewise.
13770         * integrate.h: Likewise.
13771         * jump.c: Likewise.
13772         * lcm.c: Likewise.
13773         * local-alloc.c: Likewise.
13774         * loop.c: Likewise.
13775         * loop.h: Likewise.
13776
13777 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13778
13779         * genattr.c: PROTO -> PARAMS.
13780         * genattrtab.c: Likewise.
13781         * gencheck.c: Likewise.
13782         * gencodes.c: Likewise.
13783         * genconfig.c: Likewise.
13784         * genemit.c: Likewise.
13785         * genextract.c: Likewise.
13786         * genflags.c: Likewise.
13787         * gengenrtl.c: Likewise.
13788         * genopinit.c: Likewise.
13789         * genoutput.c: Likewise.
13790         * genpeep.c: Likewise.
13791         * genrecog.c: Likewise.
13792
13793 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
13794
13795         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
13796
13797 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13798
13799         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
13800         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
13801         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
13802         * configure, config.in: Rebuilt.
13803
13804 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
13805
13806         * config/i386/i386.md: Add peephole to merge successive stack
13807         adjusts.
13808
13809 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
13810
13811         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
13812         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
13813         when walking backwards to find all the parameter loads when
13814         the basic block ends in a call.
13815
13816 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13817
13818         * loop.c (this_loop_info): Delete.
13819         (uid_loop): Add in place of uid_loop_num.  All uses updated.
13820         (loop_number_exit_count): Delete and replace with entry in loop
13821         structure.  All uses updated.
13822         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
13823         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
13824         (loop_outer_loop): Likewise.
13825         (loop_invalid, loop_number_exit_labels): Likewise.
13826         (loop_used_count_register): Delete and replace with entry in
13827         loop_info structure.
13828         (find_and_verify_loops): Add loops argument.
13829         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
13830         loop_end, etc. arguments with loop structure pointer.  All callers
13831         changed.
13832         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
13833         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
13834         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
13835         (insert_bct): Likewise.
13836         (basic_induction_var): New argument level.
13837         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
13838         vtop, and cont.  Add used_count_register.
13839         (uid_loop): Delete declaration.
13840         (loop_number_exit_count): Likewise.
13841         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
13842         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
13843         (loop_outer_loop, loop_used_count_register): Likewise.
13844         (loop_invalid, loop_number_exit_labels): Likewise.
13845         (unroll_loop): Replace loop_start and loop_end arguments
13846         with loop structure pointer.
13847         (loop_precondition_p, loop_iterations): Likewise.
13848         Include basic-block.h.
13849         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
13850         with loop structure pointer.
13851         (loop_precondition_p, loop_iterations): Likewise.
13852         * basic-block.h (struct loop): New entries vtop, cont,
13853         cont_dominator, start, end, top, scan_start, exit_labels,
13854         exit_count.
13855         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
13856
13857 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13858
13859         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
13860
13861 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
13862
13863         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
13864
13865 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13866
13867         * pdp11-protos.h: New file.
13868
13869         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
13870         time warnings.
13871
13872         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
13873         warnings.
13874
13875         * pdp11.md: Likewise.
13876
13877         * 2bsd.h: Likewise.
13878
13879 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13880
13881         * mn10300-protos.h: New file.
13882
13883         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
13884         time warnings.
13885
13886         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
13887         warnings.
13888
13889         * mn10300.md: Likewise.
13890
13891 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13892
13893         * mn10200-protos.h: New file.
13894
13895         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
13896         time warnings.
13897
13898         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
13899         warnings.
13900
13901         * mn10200.md: Likewise.
13902
13903 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13904
13905         * h8300-protos.h: New file.
13906
13907         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
13908         time warnings.
13909
13910         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
13911         warnings.
13912
13913         * h8300.md: Likewise.
13914
13915 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13916
13917         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
13918         (asm_emit_uninitialised): Likewise.
13919
13920 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
13921
13922         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
13923         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
13924
13925 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
13926
13927         * config/mips/mips.c (override_options): Don't turn on extra
13928         alignment for mips16.
13929
13930 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
13931
13932         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
13933         eabi, and make sure queued POSTINCREMENT rtl is emitted at
13934         the right point.
13935
13936 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
13937
13938         * builtins.c (PAD_VARARGS_DOWN): Define.
13939         (std_expand_builtin_va_arg): Use the above macro.
13940         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
13941         * tm.texi (Register Arguments): Document the above macro.
13942
13943 2000-01-14  Nick Clifton  <nickc@cygnus.com>
13944
13945         * emit-rtl.c (emit_insn): If checking is enabled, make sure
13946         that this function has not been used to emit a jump
13947         instruction.
13948
13949         * jump.c (return_jump_1): Cope with being passed a null rtx.
13950
13951 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13952
13953         * eh-common.h: PROTO -> PARAMS.
13954         * emit-rtl.c: Likewise.
13955         * errors.c: Likewise.
13956         * errors.h: Likewise.
13957         * except.c: Likewise.
13958         * except.h: Likewise.
13959         * explow.c: Likewise.
13960         * expmed.c: Likewise.
13961         * expr.c: Likewise.
13962         * expr.h: Likewise.
13963         * final.c: Likewise.
13964         * fix-header.c: Likewise.
13965         * flow.c: Likewise.
13966         * fold-const.c: Likewise.
13967         * function.c: Likewise.
13968         * function.h: Likewise.
13969         * gcc.c: Likewise.
13970         * gcov-io.h: Likewise.
13971         * gcov.c: Likewise.
13972         * gcse.c: Likewise.
13973
13974 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13975
13976         * sh-protos.h: New file.
13977
13978         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
13979         Add static prototypes.  Fix compile time warnings.
13980
13981         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
13982         * sh.md: Likewise.
13983         * elf.h: Likewise.
13984
13985 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13986
13987         * arc-protos.h: New file.
13988
13989         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
13990         time warnings.
13991
13992         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
13993         warnings.
13994
13995         * arc.md: Likewise.
13996
13997 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13998
13999         * dsp16xx-protos.h: New file.
14000
14001         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
14002         time warnings.
14003
14004         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
14005         warnings.
14006
14007         * dsp16xx.md: Likewise.
14008
14009 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14010
14011         * convex-protos.h: New file.
14012
14013         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
14014         time warnings.
14015
14016         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
14017         warnings.
14018
14019 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14020
14021         * elxsi-protos.h: New file.
14022
14023         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
14024         time warnings.
14025
14026         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
14027         warnings.
14028
14029         * elxsi.md: Likewise.
14030
14031 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
14032
14033         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
14034         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
14035         match the comment for MIPS16.
14036
14037 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
14038
14039         * flow.c (split_edge): Do not call set_block_for_insn if we
14040         do not have a basic_block_for_insn structure.
14041
14042         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
14043         and destination functions are 32bit aligned within the trampoline.
14044         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
14045         (TRAMPOLINE_ALIGNMENT): Define.
14046
14047         * cse.c (cse_insn): When changing (set (pc) (reg)) to
14048         (set (pc) (label_ref)), verify the change creates a valid insn.
14049
14050         * fr30.c (call_operand): Tighten and rework to match rules for
14051         call RTL expressions.
14052         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
14053         * fr30.md (call patterns): Improve constraints.
14054
14055 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
14056
14057         * fr30.c (fr30_expand_epilogue): Revert last change.
14058         Use emit_jump_insn for the return insn.
14059
14060 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
14061                           Stan Cox  <scox@cygnus.com>
14062
14063         * predict.c: New file. Preliminary infrastructure work for static
14064         branch prediction and basic block reordering.
14065         * basic-block.h: Add prototype for estimate_probability.
14066         * Makefile.in: Add rules for predict.o.
14067
14068 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
14069
14070         * fixincludes (va_list): Use __not_va_list__ for the dummy.
14071         * fixinc/*: Likewise.
14072
14073 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14074
14075         * cccp.c: PROTO -> PARAMS.
14076         * cexp.y: Likewise.
14077         * collect2.c: Likewise.
14078         * combine.c: Likewise.
14079         * convert.h: Likewise.
14080         * cse.c: Likewise.
14081         * dbxout.c: Likewise.
14082         * dbxout.h: Likewise.
14083         * diagnostic.c: Likewise.
14084         * doprint.c: Likewise.
14085         * dwarf2out.c: Likewise.
14086         * dwarf2out.h: Likewise.
14087         * dwarfout.c: Likewise.
14088         * dwarfout.h: Likewise.
14089         * dyn-string.h: Likewise.
14090
14091 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14092
14093         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
14094         macro conditionals guarding use.
14095
14096         * dwarf2out.c: Include "tm_p.h".
14097
14098         * function.c (locate_and_pad_parm): Mark parameter with
14099         ATTRIBUTE_UNUSED.
14100         (expand_function_end): Likewise for variable `context'.
14101
14102         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
14103
14104 2000-01-13  Nick Clifton  <nickc@cygnus.com>
14105
14106         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
14107         register to prevent compile time warnings.
14108
14109 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
14110
14111         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
14112         to avoid -Wtraditional warning.
14113
14114 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14115
14116         * 1750a-protos.h: New file.
14117
14118         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
14119         time warnings.
14120
14121         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
14122         warnings.
14123
14124         * 1750a.md: Likewise.
14125
14126 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14127
14128         * a29k-protos.h: New file.
14129
14130         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
14131         time warnings.
14132
14133         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
14134         warnings.
14135
14136 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14137
14138         * clipper-protos.h: New file.
14139
14140         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
14141         time warnings.
14142
14143         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
14144         warnings.
14145
14146 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14147
14148         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
14149
14150 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
14151
14152         * configure.in (--enable-new-gxx-abi): New option.
14153         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
14154         * Makefile.in (GXX_ABI_FLAG): New variable.
14155         * configure: Regenerate.
14156
14157 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14158
14159         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
14160         * tm.texi (FORCE_STRUCT_BLK): Document.
14161         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
14162
14163 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
14164
14165         * config/ns32k/ns32k.md: Revert Jan 9 change.
14166
14167         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
14168         to a mode-test, if the predicate is address_operand.
14169
14170 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
14171
14172         * combine.c (if_then_else_cond): Be careful about what kinds
14173         of RTL expressions are passed to operand_subword.
14174
14175         * flow.c (split_edge): If we have to insert a new jump, make
14176         sure to associate it with a basic block.
14177
14178         * flow.c (commit_one_edge_insertion): A block with one successor
14179         can end in a JUMP_INSN that is not a simplejump.
14180
14181 2000-01-12  Robert Lipe  <robertl@sco.com>
14182
14183         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
14184         (BUILD_VA_LIST_TYPE): Define.
14185         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
14186         with crtstuff.c.
14187
14188 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
14189
14190         * cccp.c (do_pragma): Add cast to (char *).
14191
14192 2000-01-12  Richard Henderson  <rth@cygnus.com>
14193             Fred Fish  <fnf@be.com>
14194             Jason Merrill  <jason@cygnus.com>
14195
14196         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
14197         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
14198         * i386/beos-elf.h, i386/beos-pe.h: New files.
14199
14200         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
14201         * cross-make (SYSTEM_HEADER_DIR): Define using
14202         CROSS_SYSTEM_HEADER_DIR.
14203
14204         * gcc.c (LIBRARY_PATH_ENV): Provide default.
14205         (process_command): Use it.
14206         (main): Likewise.  Kill trailing = from env vars.
14207         (build_search_list): Put it back.
14208         * collect2.c (main): Use LIBRARY_PATH_ENV.
14209
14210         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
14211         * toplev.c: Use NEED_DECLARATION_ENVIRON.
14212
14213         * tm.texi (Frame Layout): Document SMALL_STACK.
14214         * c-common.c (c_common_nodes_and_builtins): Check it.
14215
14216         * system.h: Undef alloca after including glibc's <stdlib.h>,
14217         if USE_C_ALLOCA is defined.
14218
14219         * gcc.c (set_input): New fn.
14220         (main): After all input files are compiled, reset the input file
14221         info to the first.
14222
14223         * aclocal.m4 (rindex, index): If already defined, don't attempt
14224         to redefine.
14225
14226         * ginclude/varargs.h: (__va_list__): Define ifndef.
14227         * ginclude/stdarg.h: Likewise.
14228
14229         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
14230         instead of unsigned char.
14231
14232         * hash.h (true, false, boolean): Undef before enum.
14233
14234         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
14235         proper type of "HOST_WIDE_INT *", rather than their natural type of
14236         "unsigned HOST_WIDE_INT *".
14237
14238 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14239
14240         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
14241
14242         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
14243
14244         * regclass.c (choose_hard_reg_mode): Likewise.
14245
14246         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
14247
14248         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
14249
14250 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14251
14252         * c-common.c: PROTO -> PARAMS.
14253         * c-common.h: Likewise.
14254         * c-decl.c: Likewise.
14255         * c-iterate.c: Likewise.
14256         * c-lang.c: Likewise.
14257         * c-lex.c: Likewise.
14258         * c-lex.h: Likewise.
14259         * c-parse.in: Likewise.
14260         * c-pragma.c: Likewise.
14261         * c-pragma.h: Likewise.
14262         * c-tree.h: Likewise.
14263         * c-typeck.c: Likewise.
14264         * objc/objc-act.c: Likewise.
14265         * objc/objc-act.h: Likewise.
14266
14267 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14268
14269         * m88k-protos.h: New file.
14270
14271         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
14272         time warnings.
14273
14274         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
14275
14276         * m88k.md: Likewise.
14277
14278         * tekXD88.h: Likewise.
14279
14280 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14281
14282         * m68k-protos.h: New file.
14283
14284         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
14285         time warnings.
14286
14287         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
14288
14289         * mot3300.h: Likewise.
14290
14291 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
14292
14293         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
14294         extract_bitlst.
14295         (extract_bitlist): Declare bitlen.
14296
14297 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
14298
14299         * cccp.c: Accept and ignore -lang-fortran.
14300
14301         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
14302         qualifiers don't match at any level of pointerness.
14303
14304 2000-01-12  Robert Lipe  <robertl@sco.com>
14305
14306         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
14307
14308 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
14309
14310         * reload1.c (reload_reg_unavailable): New static variable.
14311         (reload_reg_free_p): Test it.
14312         (reload_reg_free_for_value_p): Test it instead of
14313         reload_reg_used.
14314         (choose_reload_regs_init): Compute it.
14315
14316 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
14317
14318         * reorg.c (fill_slots_from_thread): Check modified_in_p
14319         before replacing.
14320
14321 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
14322
14323         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
14324         these nodes even if INTERNALS is not set.
14325
14326 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
14327
14328         * gcse.c (delete_null_pointer_checks_1): Cope when
14329         get_condition cannot determine the condition.
14330
14331 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
14332
14333         * toplev.h (set_message_length): Declare.
14334
14335         * diagnostic.c (obstack_chunk_alloc): Define macro.
14336         (obstack_chunk_free): Likewise.
14337         (struct output_buffer): New data structure.
14338         (vmessage): Remove.
14339         (output_maximum_width): New variable.
14340         (doing_line_wrapping, set_message_length, init_output_buffer,
14341         get_output_prefix, output_space_left, emit_output_prefix,
14342         output_newline, output_append, output_puts, dump_output,
14343         vbuild_message_string, build_message_string, build_location_prefix,
14344         voutput_notice, output_printf, line_wrapper_printf,
14345         vline_wrapper_message_with_location):  New functions. Implement
14346         automatic line wrapping.
14347         (v_message_with_decl): Make it handle automatic line wrapping.
14348         (v_error_with_file_and_line): Likewise.
14349         (v_warning_with_file_and_line): Likewise.
14350         (announce_function): Likewise.
14351         (default_print_error_function): Likewise.
14352
14353 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
14354
14355         * cpplib.h (struct cpp_options): Change lang_asm to char.
14356         Add lang_fortran.
14357         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
14358         done in cpp_handle_option now.
14359         (initialize_builtins): Take out special case code used only by
14360         __STDC_VERSION__.
14361         (cpp_handle_option): Turn off trigraphs and trigraph warnings
14362         if -traditional.  Recognize -lang-fortran and set
14363         lang_fortran, also turn off cplusplus_comments.
14364         (print_help): Document -lang-fortran.
14365         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
14366         lang_asm. Ignore all directives other than `# 123 "file"' if
14367         CPP_PREPROCESSED.
14368         (cpp_get_token): If -traditional, don't recognize directives
14369         unless the # is in column 1.
14370         (parse_string): If lang_fortran or lang_asm, silently
14371         terminate strings ('' or "") at end of line.
14372         Remove unnecessary braces.
14373
14374 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14375             Richard Henderson  <rth@cygnus.com>
14376
14377         * resource.c (mark_referenced_resources): Mark a set strict_low_part
14378         as used.
14379         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
14380         strict_low_part when possible.
14381
14382 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14383
14384         * alias.c: PROTO -> PARAMS.
14385         * basic-block.h: Likewise.
14386         * bitmap.c: Likewise.
14387         * bitmap.h: Likewise.
14388         * builtins.c: Likewise.
14389         * c-aux-info.c: Likewise.
14390         * caller-save.c: Likewise.
14391         * calls.c: Likewise.
14392
14393 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14394
14395         * Makefile.in (toplev.o): Depend on regs.h.
14396
14397         * output.h (tdesc_section): Prototype.
14398
14399         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
14400
14401         * sdbout.c: Include "tm_p.h".
14402
14403         * toplev.c: Include "regs.h".
14404
14405 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
14406
14407         * unroll.c (unroll_loop): Add EH support.
14408
14409 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14410
14411         * pa-protos.h: New file.
14412
14413         * pa.c: Include recog.h and tm_p.h.
14414         (compute_zdepwi_operands, compute_movstrsi_length,
14415         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
14416         find_addr_reg, import_milli): Add static prototypes.
14417         (pa_cpu_string, pa_arch_string): Constify a char*.
14418         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
14419         (read_only_operand): Add argument `mode'.
14420         (singlemove_string, output_move_double, output_fp_move_double,
14421         output_block_move, output_and, output_ior, output_ascii,
14422         remove_useless_addtr_insns, milli_names, output_mul_insn,
14423         output_div_insn, output_mod_insn, output_arg_descriptor,
14424         output_cbranch, output_bb, output_bvb, output_dbra, ,
14425         output_millicode_call, output_call, hppa_encode_label,
14426         output_parallel_movb, output_parallel_addb): Constify a char*.
14427         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
14428         (output_parallel_addb): Remove extra arg to `constrain_operands'
14429
14430         * pa.h:  Move all prototypes to pa-protos.h.
14431         (pa_cpu_string, pa_arch_string): Constify a char*.
14432         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
14433
14434         * pa.md: Call `function_label_operand' with mode argument.
14435         Likewise for `read_only_operand'.
14436         Fix nesting of parens in call to `symbolic_operand'.
14437
14438 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14439
14440         * i860-protos.h: New file.
14441
14442         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
14443         time warnings.
14444
14445         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
14446
14447         * i860.md: Likewise.
14448
14449 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
14450
14451         * i386.md (movstrsi expander): Rewrite.
14452         (movstrsi_1 insn): Deleted.
14453         (strmovhi, strmovqi expander): New expanders.
14454         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
14455         * i386.c (x86_single_stringop): New global variable.
14456         * i386.h (x86_single_stringop): Declare.
14457         (TARGET_SINGLE_STRINGOP): New macro.
14458
14459 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
14460
14461         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
14462         integer vararg POSTINCREMENT before the destination of the jump
14463         for the hard fp case.
14464         (function_arg_pass_by_reference): Pass a copy of CUM to
14465         FUNCTION_ARG.
14466
14467         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
14468         for CONSTANT_ADDRESS_P above while loop for subreg.
14469
14470 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
14471
14472         * flow.c (propagate_block): When a prologue/epilogue insn
14473         is marked dead, unconditionally clear libcall_is_dead and
14474         insn_is_dead, and only dump rtl if warnings aren't being
14475         suppressed.
14476
14477 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
14478
14479         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
14480         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
14481         (FIXED_REGISTERS): Set dirflag as fixed.
14482         (CALL_USED_REGISTERS): Set dirflag as used.
14483         (REG_ALLOC_ORDER): Set dirflag as last one.
14484         (DIRFLAG_REG): New macro.
14485         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
14486         (HI_REGISTER_NAMES): Add dirflag.
14487         (DEBUF_PRINT_REG): Handle dirflag.
14488         * i386.md (type attribute): New cld and str types.
14489         (length_opcode attribute): Set cld and str to 1.
14490         (memory attribute): Set str to unknown - it is not clear from the
14491         patterns.
14492         (pent_np function unit): Prefixed string operations takes 12 cycles
14493         minimally; cld takes 2 cycles.
14494         (ppro_uops attribute): Str is "many" and cld is "few".
14495         (ppro_p0 unit): Handle cld here.
14496         (k6_alux unit): Handle cld and str types.
14497         (k6_load unit): It is ocupied by str opcodes.
14498         (k6_store unit): It is ocupied by str opcodes.
14499         (athlon_decode): Str is vector decoded.
14500         (athlon_ieu): Handle str and cld.
14501         (cld pattern): New.
14502         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
14503         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
14504         cmpstrsi_nz_1 insn): Do not output cld instruction
14505
14506 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
14507
14508         * gcc.texi (G++ and GCC): Add Java and Chill.
14509         (Bug Critera): Don't list languages.
14510
14511         * gcc.texi (Incompatibilities): No longer claim most C compilers
14512         are K&R.
14513
14514         * gcc.texi (G++ and GCC): Update other front-ends list.
14515
14516 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
14517
14518         * i386.c (ix86_expand_setcc): Fix typo.
14519         (ix86_expand_movcc): Similarly.
14520
14521         * Band-aid until haifa's bitset implementation is nuked.
14522         * haifa-sched.c (extract_bitlst): New parameter for size of the
14523         bitset in bits.  All callers changed.  Avoid looking at undefined
14524         bits in the bitset.
14525         (edgeset_bitsize): New variable.
14526         (schedule_region): Initialize edgeset_bitsize.
14527
14528 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14529
14530         * Makefile.in (optabs.o): Depend on real.h
14531         (resource.o): Depend on insn-attr.h
14532
14533         * builtins.c (result_vector): Wrap prototype in macro conditions
14534         governing definition and use.
14535
14536         * c-common.c: Include tm_p.h.
14537
14538         * c-lex.c: Likewise.
14539
14540         * elfos.h: Constify a char*.
14541
14542         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
14543         (get_attr_length, shorten_branches, profile_after_prologue): Mark
14544         parameter with ATTRIBUTE_UNUSED.
14545
14546         * fold-const.c (exact_real_inverse): Wrap variable `i' in
14547         CHECK_FLOAT_VALUE.
14548
14549         * haifa-sched.c (schedule_insns): Mark parameter with
14550         ATTRIBUTE_UNUSED.
14551
14552         * optabs.c: Include real.h.
14553
14554         * real.h (ereal_atof): Add prototype arguments.
14555
14556         * resource.c: Include insn-attr.h.
14557
14558         * sdbout.c (sdbout_queue_anonymous_type,
14559         sdbout_dequeue_anonymous_types): Wrap in macro
14560         SDB_ALLOW_FORWARD_REFERENCES.
14561         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
14562         ATTRIBUTE_UNUSED.
14563
14564         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
14565
14566         * stupid.c: Include tm_p.h.
14567
14568         * tree.c (real_value_from_int_cst): Mark parameter with
14569         ATTRIBUTE_UNUSED.
14570
14571 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14572
14573         * i960-protos.h: New file.
14574
14575         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
14576         time warnings.
14577
14578         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
14579
14580 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14581
14582         * combine.c (expand_field_assignment): Do not discard SUBREGs
14583         while computing nonzero_bits.
14584
14585 2000-01-09  Nick Clifton  <nickc@cygnus.com>
14586
14587         * config/arm/arm.c: Fix compile time warnings about signed vs
14588         unsigned constants.
14589         * config/arm/arm.h: Fix compile time warnings about signed vs
14590         unsigned constants.
14591
14592 2000-01-09  Philip Blundell  <philb@gnu.org>
14593
14594         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
14595         than `ldm' with only one register.
14596         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
14597         only one register.
14598
14599         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
14600         clobbered.
14601
14602 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
14603
14604         * config/ns32k/ns32k.md (load or push effective address): Operand 1
14605         must have SImode.
14606
14607 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14608
14609         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
14610         assignment used as truth value.
14611
14612         * function.c (assign_temp): Mark parameter `dont_promote' with
14613         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
14614         PROMOTE_FOR_CALL_ONLY.
14615
14616         * genrecog.c (write_subroutine): Mark variable `operands' with
14617         ATTRIBUTE_UNUSED.
14618
14619         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
14620         ATTRIBUTE_UNUSED.
14621
14622         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
14623         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
14624
14625         * toplev.c (note_deferral_of_defined_inline_function): Likewise
14626         for `decl'.
14627
14628 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14629
14630         * config/c4x.h: Tidy up comments.
14631         * config/c4x.c: Likewise.
14632
14633 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
14634
14635         * fold-const.c (lshift_double, rshift_double): Handle
14636         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
14637
14638 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14639
14640         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
14641         in prepare_function_start().
14642
14643 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
14644
14645         * config/v850/v850.c (expand_epilogue): Interrupt functions no
14646         longer allocate extra stack for function calls.
14647
14648 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14649
14650         * config/c4x/c4x.md (*subqf3_set): Fix typo.
14651
14652 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14653
14654         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
14655
14656 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
14657
14658         * rs6000.c (processor_target_table): Add power3 as alias for 630.
14659         * aix43.h: Revert Aug 2 change.
14660         (HAS_INIT_SECTION): Define, not visible yet.
14661         (LD_INIT_SWITCH): Define, not visible yet.
14662         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
14663
14664         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
14665
14666         * collect2.c (main): Expand ld2 size further.
14667         (export_object_lst): Cast assignment to avoid warning.
14668         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
14669         (scan_prog_file, COFF): Do not collect initialization or
14670         finalization functions generated for entire shared object if
14671         init/fini support present.
14672
14673 2000-01-07  Nick Clifton  <nickc@cygnus.com>
14674
14675         * config/elfos.h: Tidy up formatting of marcos.  Make sure
14676         that .section directives are always prefixed by a tab.
14677
14678         * config/svr4.h: Add #include "elfos.h" and remove duplicate
14679         definitions.
14680
14681 2000-01-07  Matt Austern  <austern@sgi.com>
14682
14683         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
14684         expon.
14685
14686 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
14687
14688         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
14689         crtstuff.c.
14690         (crtbegin.o, s-crtS): Likewise.
14691
14692 2000-01-06  Richard Henderson  <rth@cygnus.com>
14693
14694         * alpha.md (adddi_2+1): Limit offset such that it will be
14695         loadable with a single ldah+lda pair.
14696         (adddi_2+2): Explicitly fail split if we can't make it work.
14697
14698 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
14699
14700         * protoize.c: Conditionally include unistd.h.
14701         (IS_SAME_PATH_CHAR): New macro.
14702         (IS_SAME_PATH): New macro.
14703         (CPLUS_FILE_SUFFIX): New macro.
14704         (cplus_suffix): New static variable.
14705         (is_abspath): New static function.
14706         (in_system_include_dir): Handle DOS style pathnames.
14707         (file_could_be_converted): Likewise.
14708         (file_normally_convertible): Likewise.
14709         (directory_specified_p): Likewise.
14710         (file_excluded_p): Likewise.
14711         (abspath): Likewise.
14712         (shortpath): Likewise.
14713         (referenced_file_is_newer): Likewise.
14714         (save_def_or_dec): Likewise.
14715         (do_processing): Likewise.
14716         (main): Likewise.
14717         (edit_file): Likewise. Use rename instead of link.
14718         (rename_c_file): Likewise. Don't rename syscalls file.
14719         (munge_compile_params): Define null device for DOS based systems.
14720         (process_aux_info_file): Use binary mode if appliable.
14721         (edit_file): Likewise.
14722         * invoke.texi (Running Protoize): Document C++ suffixes used.
14723
14724         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
14725         IS_DIR_SEPARATOR macros.
14726         * collect2.c: Likewise.
14727         * cppinit.c: Likewise.
14728         * dwarf2out.c: Likewise.
14729         * gcc.c: Likewise.
14730         * gcov.c: Likewise.
14731         * prefix.c: Likewise.
14732         * rtl.c: Likewise.
14733         * toplev.c: Likewise.
14734         * system.h: And move to here.
14735
14736         * prefix.c (update_path): Fix typo in variable name.
14737
14738 2000-01-06  Richard Henderson  <rth@cygnus.com>
14739
14740         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
14741         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
14742         (count_reg_sets_1, count_reg_references): Likewise.
14743         (flow_loops_level_compute): Start counting actual loop depth at 1.
14744         (flow_loops_find): Likewise.
14745         * local-alloc.c (update_equiv_regs): Likewise.
14746         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
14747
14748 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
14749
14750         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
14751         FIRST_PSEUDO_REGISTER
14752         * dwarf2out.c: Don't include frame.h
14753         * dwarfout.c: Likewise
14754         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
14755         frame.h
14756
14757 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
14758
14759         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
14760         dead registers.
14761
14762         * i386.c (movsf splitter): Fix typo in my last checkin.
14763
14764 2000-01-05  Nick Clifton  <nickc@cygnus.com>
14765
14766         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
14767         own definition of this macro.
14768         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
14769         flag_data_sections or UNIQUE_SECTION_P are true.
14770
14771         * tm.texi (UNIQUE_SECTION): Document that it can be called for
14772         unitialised data decls.
14773
14774         * config/i386/winnt.c (i386_pe_unique_section): Cope with
14775         being called for uninitialised data.
14776
14777         * config/i386/interix.c (i386_pe_unique_section): Cope with
14778         being called for uninitialised data.
14779
14780         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
14781         for uninitialised data.
14782
14783         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
14784         for uninitialised data.
14785
14786         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
14787         for uninitialised data.
14788
14789         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
14790         (UNIQUE_SECTION_P): Always generate a unique section if
14791         flag_data_sections is true.
14792         (UNIQUE_SECTION): Also generate unique sections for
14793         uninitialised data.
14794         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
14795         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
14796         named_section().
14797
14798 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14799
14800         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
14801         SI, or DI.
14802
14803 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14804
14805         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
14806         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
14807         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
14808         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
14809         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
14810
14811         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
14812
14813 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
14814
14815         * c-decl.c (finish_enum): Simplify code to determine minimum and
14816         maximum values of the enum, and calculate the type.  Remove check
14817         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
14818         the DECL_INITIAL of each enumeration constant with a copy converted
14819         to the enumeration type.  When updating variant types, don't bother
14820         updating the type itself.
14821
14822         * c-typeck.c (build_binary_op): Simplify conditional expressions
14823         when weeding out spurious signed-unsigned warnings.  Add new
14824         spurious warning category: if the unsigned quantity is an enum
14825         and its maximum value fits in signed_type(result_type).  Update
14826         commentary.
14827         (build_conditional_expr): Warn here if one alternative is signed
14828         and the other is unsigned.
14829
14830 2000-01-05  Nick Clifton  <nickc@cygnus.com>
14831
14832         * config/fr30/fr30.h: Remove extraneous comments.
14833
14834 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
14835
14836         * reload1.c (choose_reload_regs): When disabling a reload, also
14837         set reload_spill_index to -1.
14838
14839 2000-01-04  Joel Sherrill (joel@OARcorp.com>
14840
14841         * configure.in (m68*-*-rtemscoff*): New target, formal name for
14842         old m68*-*-rtems*.
14843         (m68*-*-rtemself*): New target.
14844         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
14845         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
14846         (sparc*-*-rtemself*): New target.
14847         (sparc*-*-rtems*): Now elf not a.out.
14848         * config/i386/rtems.h: Include config/rtems.h.
14849         * config/i386/rtemself.h: Include config/rtems.h.
14850         * config/i960/rtems.h: Include config/rtems.h.
14851         * config/m68k/rtems.h: Include config/rtems.h.
14852         * config/m68k/rtemself.h: Include config/rtems.h.
14853         * config/mips/rtems64.h: Include config/rtems.h.
14854         * config/pa/rtems.h: Include config/rtems.h.
14855         * config/rs6000/rtems.h: Include config/rtems.h.
14856         * config/sh/rtems.h: Include config/rtems.h.
14857         * config/sh/rtemself.h: Include config/rtems.h.
14858         * config/sparc/rtems.h: Include config/rtems.h.
14859         * config/sparc/rtemself.h: Include config/rtems.h
14860
14861 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
14862
14863         * final.c (shorten_branches): Correctly compute length of
14864         asms without operands.
14865
14866 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
14867
14868         * configure.in: Add pj target.
14869         * configure: Regenerate.
14870         * config/pj: New directory.
14871         * config/pj/lib1funcs.S: New file.
14872         * config/pj/linux.h: New file.
14873         * config/pj/pj.c: New file.
14874         * config/pj/pj.md: New file.
14875         * config/pj/pjl.h: New file.
14876         * config/pj/t-pj: New file.
14877         * config/pj/xm-pj.h: New file
14878
14879 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
14880
14881         * toplev.c (rest_of_compilation): Run shorten-branches before
14882         reg-stack for now.
14883
14884 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14885
14886         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
14887         macros so that they're consistent with their names.
14888         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
14889         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
14890
14891 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14892
14893         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
14894         modified inadvertently.
14895
14896 2000-01-04  Joel Sherrill <joel@OARcorp.com>
14897
14898         * configure.in (v850*-*-rtems*): New target.
14899         * configure: Regenerate.
14900         * config/v850/rtems.h: New file.
14901
14902 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
14903
14904         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
14905         (__gthread_key_create): Likewise.
14906         (__gthread_key_dtor):  Likewise.
14907         (__gthread_once): Fix logic.
14908         (__gthread_key_delete): Cast away constness.
14909
14910         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
14911         * invoke.texi: Document.
14912         * i386/mingw32.h (CPP_SPEC): Use.
14913         (LIBGCC_SPEC): Likewise.
14914         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
14915
14916 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
14917
14918         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
14919         (HANDLE_PRAGMA_PACK): Undefine.
14920         (SLOW_UNALIGNED_ACCESS): Define.
14921
14922 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
14923
14924         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
14925         to default definition.
14926         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
14927         (store_fixed_bit_field): Call macro with word_mode and alignment.
14928         (extract_bit_field): Call macro with relevant mode and alignment.
14929         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
14930         to default definition.
14931         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
14932         and alignment.
14933         (move_by_pieces_ninsns): Likewise.
14934         (clear_by_pieces): Likewise.
14935         (emit_push_insn): Likewise.
14936         (store_field): Call macro with relevant mode and alignment.
14937         (expand_expr): Likewise.
14938         (expand_expr_unaligned): Likewise.
14939
14940         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
14941         (SLOW_UNALIGNED_ACCESS): Define.
14942         (CASE_VECTOR_MODE): Always use 32-bit offsets.
14943         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
14944         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
14945         (toc_section): Likewise and .toc pseudo-op.
14946         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
14947         64-bit mode.
14948         (TEXT_SECTION_ASM_OP): Likewise.
14949         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
14950         32-bit offsets.
14951
14952         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
14953         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
14954         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
14955         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
14956         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
14957
14958 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
14959
14960         * regclass.c: Revert my Jan 4 change to loop cost computation.
14961
14962 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
14963
14964         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
14965         compilation.
14966
14967 2000-01-04  Stan Cox  <scox@cygnus.com>
14968
14969         * haifa-sched.c (build_control_flow): Change unreachable simple
14970         loop test to check if current block has only one predecessor.
14971         (find_rgns): Initialize degree.  Use dest as degree index, not src.
14972
14973 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14974
14975         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
14976
14977         * calls.c (expand_call): Likewise for
14978         `old_stack_arg_under_construction'.
14979
14980         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
14981
14982         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
14983         `save_constant'.
14984
14985         * gcc.c (execute): Likewise for `ut' and `st'.
14986
14987         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
14988
14989         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
14990
14991         * jump.c (jump_optimize_1): Likewise for `temp2'.
14992
14993         * local-alloc.c (block_alloc): Likewise for `r1'.
14994
14995         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
14996
14997         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
14998         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
14999
15000         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
15001         and `set2'.
15002
15003         * reload.c (find_reloads): Likewise for `goal_alternative_number'
15004         and `goal_earlyclobber'.
15005
15006         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
15007
15008         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
15009
15010         * stupid.c (stupid_life_analysis): Likewise for `chain'.
15011
15012         * unroll.c (copy_loop_body): Likewise for `copy'.
15013
15014         * varasm.c (output_constructor): Likewise for `byte'.
15015
15016 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
15017
15018         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
15019         all FP constants for constant->reg moves.
15020         (ix86_split_to_parts): Try to convert memory address into immediate
15021         when available in the constant pool.
15022         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
15023         moves.
15024         (LEGITIMATE_CONSTANT_P): Return 1.
15025         * i386.md (pushsf): New splitter to convert constant pool memory
15026         reference to immediate.
15027         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
15028         reload.
15029
15030 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
15031
15032         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
15033         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
15034         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
15035         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
15036         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
15037
15038 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
15039
15040         * ginclude/stdbool.h:  Support compilation as C++.
15041
15042 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
15043
15044         * fold-const.c (make_range): Don't try to reverse an unbounded range.
15045
15046 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
15047
15048         * regclass.c (regclass): Properly compute loop_cost.  Adjust
15049         comments.
15050
15051         * regclass.c: Fix minor whitespace problems.
15052
15053 2000-01-03  Anthony Green  <green@cygnus.com>
15054
15055         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
15056         Restore the pic register if required.
15057
15058 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
15059
15060         * c-common.c (format_char_info): Update comment.
15061         (check_format_info): Recognize 'z' modifier in the same way 'Z'
15062         was recognized.  Emit warning for formats new in ISO C99 only
15063         if flag_isoc9x is not set.
15064
15065 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
15066
15067         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
15068
15069 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
15070
15071         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
15072         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
15073         (make_compound_operation): Choose cheaper alternative between
15074         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
15075
15076         * regclass.c (op_costs): Remove global variable.
15077         (record_reg_classes): New parameter "op_costs" and "reg_pref".
15078         (record_operand_costs): Break out from ...
15079         (scan_one_insn): ... here.
15080         (dump_regclass): Make dumps nicer.
15081         (regclass): Dump preferrences choosed and changes done during passes.
15082
15083 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
15084
15085         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
15086
15087 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
15088
15089         * config/sparc/sparc.c (gen_df_reg): New function.
15090         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
15091         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
15092         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
15093         movtf_cc_reg_sp64+1): Use it.
15094
15095 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
15096
15097         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
15098         copied LABEL_DECLs.
15099
15100 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15101
15102         * config/i386/i386.c (ix86_expand_unary_operator): Function
15103         definition made void.
15104         (ix86_expand_binary_operator): Update outdated preceding comment.
15105         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
15106         prototype.
15107
15108         * config/i386/i386.c (override_options): Fix option-name typo.
15109
15110 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
15111
15112         * system.h (CEIL): Define.
15113         * builtins.c (CEIL): Remove.
15114         * expmed.c (CEIL): Likewise.
15115         * expr.c (CEIL): Likewise.
15116         * stor-layout.c (CEIL): Likewise.
15117
15118 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15119
15120         * expr.c (store_constructor_field): Fix typo introduced with last
15121         gcc2 merge.
15122
15123 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
15124
15125         * tree.h (BINFO_N_BASETYPES): New macro.
15126
15127 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
15128
15129         * expmed.c (emit_store_flag): Prevent losing a pending stack
15130         adjust the same way we prevent losing queued increments.
15131
15132 See ChangeLog.2 for earlier changes.