OSDN Git Service

only shut down the server process if the master process is exiting
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2000-06-02  Bruce Korb  <bkorb@gnu.org>
2
3         * fixinc/server.c(sig_handler):  resume closing server on SIGPIPE
4         (server_setup):  define the server's master pid
5         (close_server):  actually do the deed IFF we are the server's master
6
7 2000-06-02  Jakub Jelinek  <jakub@redhat.com>
8
9         * c-common.c (c_get_alias_set): Check whether signed_type did not
10         return its argument before calling get_alias_set on the result.
11
12 2000-06-02  Andrew MacLeod  <amacleod@cygnus.com>
13
14         * expr.c (emit_group_load): Fix typo, GET_MODE not GET_CODE.
15
16 Fri Jun  2 00:22:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
17
18         * sh.h (CPP_SPEC): Add -D__NOMACSAVE__ for -mnomacsave.
19         (CONDITIONAL_REGISTER_USAGE): Mac registers are call used
20         for TARGET_NOMACSAVE.
21         (NOMACSAVE_BIT): Define.
22         (TARGET_NOMACSAVE): Define.
23         (TARGET_SWITCHES): Add "nomacsave".
24
25 2000-06-02  Toshiyasu Morita  <toshi.morita@sega.com>
26
27         * sh.md (untyped_call): Remove excess parameters
28
29 2000-06-01  Loren J. Rittle  <ljrittle@acm.org>
30
31         * fixinc/inclhack.def (osf_namespace_a): Relax expression to
32         match that used before the conversion to c_fix style.
33         * fixinc/fixincl.x: regenerate
34
35 2000-06-01  Stan Cox  <scox@cygnus.com>
36
37         * varray.h (VARRAY_PUSH_GENERIC_PTR, VARRAY_PUSH_CHAR_PTR): Fix
38         macro argument typo.
39
40 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
41
42         * cpplex.c (maybe_macroexpand): Use CPP_WTRADITIONAL.  Improve
43         error message.
44         * cpplib.c (parse_include): Remove support for VAX-C 
45         "#include starlet" misfeature.
46
47 2000-05-31 Laurynas Biveinis <lauras@softhome.net>
48
49         * cppfiles.c: conditionally define O_BINARY.
50         (open_include_file): pass O_BINARY to open().
51
52 2000-06-01  Richard Henderson  <rth@cygnus.com>
53
54         * i960.c (i960_br_predict_opcode): Remove.
55         (i960_print_operand) [+]: Emit branch prediction hints.
56         (i960_function_arg): Return early for VOIDmode.
57         (i960_round_align): Return early for incomplete types.
58         * i960.h (PRINT_OPERAND_PUNCT_VALID_P): New.
59         * i960.md (all conditional branches): Add "%+".
60
61 Thu Jun  1 12:24:21 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
62
63         * alias.c (get_alias_set): Don't call language-specific routine more
64         than is needed and clean up code a bit.
65         * c-common.c (c_get_alias_set): All references whose type
66         is char get alias set 0, but character types need not.
67         * varasm.c (make_function_rtl): Don't call set_mem_attributes.
68         (make_decl_rtl): Don't call it for FUNCTION_DECL.
69
70 2000-06-01  Bruce Korb  <bkorb@gnu.org>
71
72         * fixinc/tests/base/...: new base result files
73
74 Thu Jun  1 09:37:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
75
76         * config/i386/i386.c (ix86_use_fcomi_compare): Make global.
77         * config/i386/i386-protos.h (ix86_use_fcomi_compare): Declare.
78         * config/i386/i386.md (*fp_jcc_3, *fp_jcc_4): Disable if we
79         will use FCOMI.
80         
81 2000-06-01  Richard Henderson  <rth@cygnus.com>
82
83         * Makefile.in (c-decl.o): Depend on $(EXPR_H), not expr.h.
84
85         * c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.
86
87 2000-05-31  Richard Henderson  <rth@cygnus.com>
88
89         * config/ia64/ia64.c (sdata_symbolic_operand): Consider small
90         CONSTANT_POOL_ADDRESS_P addresses for .sdata.
91         * config/ia64/sysv4.h (SELECT_RTX_SECTION): New.
92
93 2000-05-31  Richard Henderson  <rth@cygnus.com>
94
95         * config/ia64/ia64-protos.h (ia64_expand_prediction): Remove.
96         * config/ia64/ia64.c (ia64_expand_prediction): Move code ...
97         (ia64_print_operand) [+]: ... here.  Use current_output_insn.
98         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): New.
99         * config/ia64/ia64.md (all branch/call patterns): Use %+.
100
101 2000-05-31  Richard Henderson  <rth@cygnus.com>
102
103         * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers.
104
105 2000-05-31  Richard Henderson  <rth@cygnus.com>
106
107         * ifcvt.c (merge_if_block): Be prepared for JOIN to have no 
108         remaining edges.
109         (find_if_block): Allow THEN with no outgoing edges.
110         * flow.c (merge_blocks_nomove): Remove a barrier not following
111         a jump as well.
112
113 2000-05-31  Richard Henderson  <rth@cygnus.com>
114
115         * flow.c (propagate_block): Move initialization of mem_set_list ...
116         (init_propagate_block_info): ... here.  Also track blocks with 
117         no successors; don't scan insns if ! PROP_SCAN_DEAD_CODE.
118
119 2000-05-31  Richard Henderson  <rth@cygnus.com>
120
121         * jump.c (jump_optimize_1): Revert 05-18 change.
122
123 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
124
125         * invoke.texi: Remove documentation for -fguiding-decls.
126
127 2000-05-31  Richard Henderson  <rth@cygnus.com>
128
129         * configure.in: Fix typo last change.
130
131 2000-05-31  Philipp Thomas  <pthomas@suse.de>
132
133         * configure.in (enable-nls): Enable if build == host, i.e. when 
134         not building a canadian cross compiler.
135         (enable-maintainer-mode): Added for use with i18n.
136         * aclocal.m4 (AM_GNU_GETTEXT): Only build catalogs that are a
137         cross section of ALL_LINGUAS and LINGUAS.
138         * configure: Rebuild.
139
140 2000-05-31  Bruce Korb  <bkorb@gnu.org>
141
142         * fixinc/check.tpl: rework to use test result tree
143         * fixinc/Makefile.in: change invocation of check script
144         * fixinc/check.diff: No longer needed
145         * fixinc/fixincl.x: regenerate
146         * fixinc/inclhack.def:  add new tests
147         * fixinc/tests/base/arch/i960/archI960.h:  New test result
148         * fixinc/tests/base/curses.h: modified test result
149         * fixinc/tests/base/stdio.h: ditto
150         * fixinc/tests/base/time.h: ditto
151         * fixinc/tests/base/sys/asm.h: ditto
152         * fixinc/tests/base/sys/stat.h: ditto
153         * fixinc/tests/base/sys/wait.h: ditto
154
155 Wed May 31 13:17:20 2000  Philippe De Muyter  <phdm@macqel.be>
156
157         * except.c (clear_function_eh_region): Do not free NULL.
158
159 Wed May 31 08:07:52 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
160
161         * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
162         * alias.c (struct alias_entry): alias_set is HOST_WIDE_INT.
163         (REG_BASE_VALUE): Remove unneeded cast to unsigned.
164         (get_alias_set_entry): ALIAS_SET arg is HOST_WIDE_INT.
165         (find_base_decl): New function, from c_find_base_decl in c-common.c.
166         (new_alias_set): Moved from tree.c; return is HOST_WIDE_INT.
167         (get_alias_set): Likewise.
168         Major rework to do more things and allow language-specific code
169         to just handle special-cases.
170         (record_alias_subset): Args are HOST_WIDE_INT.
171         (record_component_alias): Local vars are HOST_WIDE_INT.
172         Don't handle COMPLEX_EXPR.
173         (get_varargs_alias_set): Moved from builtins.c.
174         (get_frame_alias_set): New function.
175         * builtins.c (expand_builtin_return_address): Use frame alias set.
176         (expand_builtin_setjmp, expand_builtin_longjmp): Use alias set
177         for setjmp buffer.
178         (get_memory_rtx): Rework to use set_mem_attributes.
179         (get_varargs_alias_set): Deleted from here.
180         * c-common.c (c_apply_type_quals_to_decl): Alias sets now HOST_WIDE_INT.
181         (c_find_base_decl): Deleted from here.
182         (c_get_alias_set): Remove many cases and rework to just handle
183         C-specific cases.
184         * c-common.h (c_get_alias_set): Returns HOST_WIDE_INT.
185         * c-decl.c (rtl.h, expr.h): Now included.
186         (init_decl_processing): Call record_component_aliases on array types.
187         (grokdeclarator): Likewise.
188         Set TREE_ADDRESSABLE for all fields that are not bitfields.
189         * c-typeck.c (common_type): Call record_component_aliases for array.
190         * caller-save.c (setup_save_areas): Rework register loop for unsigned.
191         Set all save areas to the frame alias set.
192         * calls.c (initialie_argument_information): Call set_mem_attributes.
193         (compute_argument_addresses, expand_call): Likewise.
194         * explow.c (set_mem_attributes): New function.
195         (stabilize): Use MEM_COPY_ATTRIBUTES and force_reg.
196         * expr.c (struct move_by_pieces): Remove {to,from}_{struct,readonly}.
197         LEN and OFFSET now HOST_WIDE_INT.
198         (clear_by_pieces): Similar changes.
199         (move_by_pieces): LEN now HOST_WIDE_INT; don't set deleted fields.
200         (move_by_pieces_ninsns): Now returns unsigned HOST_WIDE_INT.
201         (move_by_pieces_1): Don't use deleted fields, use MEM_COPY_ATTRIBUTES.
202         (clear_by_pieces_1): Likewise.
203         (emit_push_insn): Call set_mem_attributes.
204         (expand_expr, case INDIRECT_REF): Likewise.
205         (expand_expr, case VAR_DECL): Call change_address.
206         * expr.h (ADD_PARM_SIZE, SUB_PARM_SIZE): Use host_integerp and
207         tree_low_cst.
208         (get_varargs_alias_set, get_frame_alias_set): New decls.
209         (record_base_value, record_alias_subset, lang_get_alias_set): Likewise.
210         (new_alias_set, set_mem_attributes): Likewse.
211         * function.c (struct temp_slot): ALIAS_SET is HOST_WIDE_INT.
212         (assign_stack_temp_for_type): Likewise.
213         Can split slot even if alias set since can copy.
214         Set MEM_ALIAS_SET and MEM_SET_IN_STRUCT_P.
215         (assign_temp): Use host_integerp and tree_low_cst.
216         (put_var_into_stack): Properly handle SAVE_EXPR.
217         (put_addressof_into_stack): Likewise.
218         (assign_parms): Call set_mem_attributes.
219         Delete #if 0 code.
220         (fix_lexical_address): Put reference to chain into frame alias set.
221         (expand_function_start): Call set_mem_attributes.
222         * integrate.c (expand_inline_function): Likewise.
223         * recog.c (adj_offsettable_operand): Use MEM_COPY_ATTRIBUTES.
224         * regmove.c (try_apply_stack_adjustment): Likewise.
225         * reload.c (push_reload, make_memloc): Likewise.
226         * reload1.c (alter_reg): Make alias sets for spilled pseudos.
227         * rtl.def (MEM): Update comment.
228         * rtl.h (MEM_ALIAS_SET): Now uses XCWINT.
229         (move_by_pieces): Change length to HOST_WIDE_INT.
230         (record_base_value, record_alias_subset): Delete from here.
231         * stmt.c (expand_decl): Call set_mem_attributes.
232         * stor-layout.c (finish_record_layout): Call record_component_aliases.i
233         * toplev.c (compile_file): Call init_alias_once earlier.
234         * tree.c (lang_get_alias_set, get_alias_set, new_alias_set): Deleted
235         from here: now in alias.c.
236         * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
237         (struct tree_decl): Likewise.
238         (get_alias_set, new_alias_set, lang_get_alias_set): Deleted from here.
239         * varasm.c (make_function_rtl, make_decl_rtl): Call set_mem_attributes.
240         (output_constant_def, force_const_mem): Likewise.
241         
242         * flow.c (propagate_block): If block has no successors, stores to
243         frame are dead if not used.
244
245 2000-05-31  Nathan Sidwell  <nathan@codesourcery.com>
246
247         * stmt (expand_end_case): Reorder conversion sequence for jump
248         table to avoid extra truncations.
249
250 Wed May 31 01:31:42 2000  Jeffrey A Law  (law@cygnus.com)
251
252         * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn
253         in the block is more than just a simple conditional branch.
254         (noce_process_if_block): Similarly.
255
256 Tue May 30 22:25:57 2000  Alexandre Oliva  <aoliva@cygnus.com>
257
258         * optabs.c (prepare_float_lib_cmp): Protect *px and *py from
259         queue.
260
261 2000-05-30  Michael Meissner  <meissner@redhat.com>
262
263         * dwarf2out.c (dwarf2out_frame_debug_expr): Ignore HIGH
264         instructions.  Treat LO_SUM operations as loading the full integer
265         constant.
266
267 2000-05-30  Richard Henderson  <rth@cygnus.com>
268
269         * combine.c (get_pos_from_mask): Test exact_log2 result as signed.
270
271 2000-05-30  Richard Henderson  <rth@cygnus.com>
272
273         * bb-reorder.c (emit_jump_to_block_after): Protect use of HAVE_return.
274
275 2000-05-30  Bruce Korb  <bkorb@gnu.org>
276
277         * fixinc/tests/*:  Added expected result files for fixinc's make check
278         * fixinc/fixfixes(char_macro_*_fix): Restore original algorithm
279
280 2000-05-30  Richard Henderson  <rth@cygnus.com>
281
282         * config/alpha/alpha.md (*setne_internal): Use match_operator
283         instead of working down from insn.
284
285 2000-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
286
287         * invoke.texi (-Wtraditional): Update WRT function macros.
288
289 Tue May 30 09:57:32 2000  Philippe De Muyter  <phdm@macqel.be>
290
291         * except.c (free_exception_table): Do not free NULL.
292
293 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
294
295         * cpplib.c (do_if): Don't save and restore only_seen_white here.
296         * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white
297         and skipping here.
298
299 2000-05-29  Richard Earnshaw (rearnsha@arm.com)
300
301         * flow.c (mark_used_reg): If a register is unconditionally live, 
302         remove any conditional death information.
303
304 2000-05-29  Richard Henderson  <rth@cygnus.com>
305
306         * final.c (current_output_insn): New.
307         (final_scan_insn): Set it.
308         * output.h: Declare it.
309
310 2000-05-29  Richard Henderson  <rth@cygnus.com>
311
312         * stor-layout.c (finalize_record_size): Fix typo.
313
314         * jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END
315         if nlabel is null.
316
317 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
318
319         * cpplib.h (cpp_reader): Remove if_stack.  Change
320         potential_control_macro to a cpp_hashnode *.  Add skipping flag.
321         * cpphash.h (struct ihash): Change control_macro to a
322         cpp_hashnode * and shorten name to cmacro.
323         Add NEVER_REINCLUDE constant.
324
325         * cppfiles.c (redundant_include_p): Drop cpp_reader argument.
326         Examine the cmacro node directly, no need to call cpp_defined.
327         (_cpp_execute_include, read_include_file): Set cmacro to
328         NEVER_REINCLUDE, not U"".
329         * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
330         (cpp_get_token): If pfile->skipping is true, discard text and
331         keep scanning until we hit a directive; don't expand macros.
332
333         * cpplib.c (struct if_stack): Remove if_succeeded, add
334         was_skipping. Change control_macro to a cpp_hashnode * and
335         shorten name to cmacro.  Remove typedef IF_STACK.
336         (parse_ifdef), detect_if_not_defined): Return a cpp_hashnode *.
337         (conditional_skip, skip_if_group,
338         consider_directive_while_skipping): Delete.
339         (push_conditional): New.
340         (_cpp_handle_directive): Don't process directives other than
341         conditionals if we are skipping.
342
343         (do_ifdef, do_ifndef, do_if, do_else, do_elif, do_endif):
344         Update to new scheme.
345         (validate_else): Skip rest of line here, unconditionally.
346         (_cpp_unwind_if_stack): The stack is per-buffer.  Force
347         pfile->skipping off.
348
349         (all): Remove `scare quotes' from error messages.
350
351 2000-05-29  Richard Henderson  <rth@cygnus.com>
352
353         * function.c (emit_return_into_block): New line_note arg; emit it.
354         (thread_prologue_and_epilogue_insns): Attempt to locate a line note
355         for the close brace to accompany HAVE_return.  Move all line notes
356         following the epilogue to before the NOTE_INSN_EPILOGUE_BEG.
357
358 2000-05-29  Richard Henderson  <rth@cygnus.com>
359
360         * longlong.h [__alpha] (count_leading_zeros): New.
361         (count_trailing_zeros): New.
362         (COUNT_LEADING_ZEROS_0): New.
363
364         * config/alpha/alpha.c (alpha_zero_comparison_operator): New.
365         (alpha_split_conditional_move): New.
366         * config/alpha/alpha-protos.h: Prototype them.
367         * config/alpha/alpha.h (PREDICATE_CODES): Update.
368         (CPP_CPU_DEFAULT_SPEC): Fix typo for EV67.
369         * config/alpha/alpha.md: Update ffs cix commentary.
370         (*ze_and_ne): New.
371         (*nabssf2, *nabsdf2): New.
372         (*mov[qhsd]icc_internal): Use add_operand.
373         (if_then_else constant splitters): New.
374         (*cmp_sadd_di, *cmp_sadd_si, *cmp_sadd_sidi): New.
375         (*cmp_ssub_di, *cmp_ssub_si, *cmp_ssub_sidi): New.
376
377 2000-05-29  Richard Henderson  <rth@cygnus.com>
378
379         * combine.c (force_to_mode) [MINUS]: Convert subtraction from
380         a constant to NEG or NOT when conditions allow.
381
382         * combine.c (combine_simplify_rtx): Don't create an if_then_else
383         unless both args are general_operand.  Don't canonicalize plus
384         to ior unless it helps.
385
386         * toplev.c (rest_of_compilation): Set no_new_pseudos after flow1;
387         instead track register_life_up_to_date.  Toggle no_new_pseudos
388         around if_convert.  
389
390 2000-05-28  Geoff Keating  <geoffk@cygnus.com>
391
392         * config/rs6000/rs6000.c (output_cbranch): Escape '%' characters
393         so output_operand doesn't see them.
394
395 Sun May 28 18:37:07 2000  Clinton Popetz  <cpopetz@cygnus.com>
396
397         * lcm.c (make_preds_opaque): Fix comment.
398         (optimize_mode_switching): Use NORMAL_MODE instead of 
399         MODE_USES_IN_EXIT_BLOCK.  Change leftover instance of
400         FP_MODE_NONE to no_mode.  Rename MODE_AT_ENTRY to NORMAL_MODE.
401         Handle insertions before an existing NOTE_INSN_BASIC_BLOCK.
402         * tm.texi (OPTIMIZE_MODE_SWITCHING): Refer to NORMAL_MODE.
403         (MODE_USES_IN_EXIT_BLOCK): Delete.
404         (MODE_AT_ENTRY) Rename to NORMAL_MODE.
405         * sh.h (MODE_USES_IN_EXIT_BLOCK): Delete.
406         (MODE_AT_ENTRY): Rename to NORMAL_MODE.
407         (MODE_NEEDED): Don't look for USE.
408         (EPILOGUE_USES): Define.
409
410 Sun May 28 23:26:59 2000  Philippe De Muyter <phdm@macqel.be>
411
412         * mklibgcc.in (all): Variable initialised to `libgcc'.
413
414 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
415
416         * toplev.h (skip_leading_substring): New macro.
417         * toplev.c (decode_f_option): Use skip_leading_substring instead
418         of strncmp.
419         (decode_W_option): Likewise.
420
421 2000-05-28  Nick Clifton  <nickc@cygnus.com>
422
423         * tm.texi (CONDITIONAL_REGISTER_USAGE): Document that it can
424         modify reg_names.
425
426 2000-05-28  Richard Henderson  <rth@cygnus.com>
427
428         * regclass.c (record_operand_costs): Protect reg_changes_size
429         with CLASS_CANNOT_CHANGE_SIZE.
430
431         * loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
432
433 2000-05-28  Richard Henderson  <rth@cygnus.com>
434
435         * function.c (diddle_return_value): A pcc-style struct return
436         returns a pointer.
437
438 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
439
440         * cppfiles.c: Read files in, using mmap if possible, then
441         prescan them separately.
442         (read_file, read_with_read): New functions.
443         * cpplex.c: Don't define UCHAR_MAX.
444         (_cpp_read_and_prescan): Rename to _cpp_prescan.  Don't read
445         the file here.
446
447         * cppinit.c (handle_option): Automatically define __cplusplus,
448         __OBJC__, __ASEEMBLER__, _LANGUAGE_FORTRAN here when we see
449         the respective -lang switch.
450
451         * cpphash.h (enum node_type, struct hashnode, _cpp_lookup
452         prototype): Move to...
453         * cpplib.h: ... here.  Rename struct hashnode to struct
454         cpp_hashnode and give it a typedef.  Rename _cpp_lookup to
455         cpp_lookup.  Add 'fe_value' slot, a union tree_node *.
456
457 2000-05-27  Geoffrey Keating  <geoffk@cygnus.com>
458
459         * config/rs6000/rs6000.md (movsi): Constify 'name'.
460
461         * regclass.c [CLASS_CANNOT_CHANGE_SIZE]
462         (class_can_change_size): New variable.
463         (reg_changes_size): New variable.
464         (init_reg_sets_1): Initialise class_can_change_size.
465         (record_operand_costs): Remove subreg_changes_size.
466         Don't pass it around.  Instead update reg_changes_size.
467         (regclass): Initialise and free reg_changes_size.  If a register
468         changes size, don't preference it to a class that contains
469         registers that can't change size.
470         (record_reg_classes): Don't look at subreg_changes_size.
471
472 2000-05-27  Richard Henderson  <rth@cygnus.com>
473
474         * print-rtl.c (reg_names): Remove const.
475         * regclass.c (reg_names): Likewise.
476         * regs.h (reg_names): Likewise.
477         * hard-reg-set.h (reg_names): Likewise.
478
479 2000-05-27  Richard Henderson  <rth@cygnus.com>
480
481         * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
482
483 2000-05-27  Richard Henderson  <rth@cygnus.com>
484
485         * config/alpha/alpha.c (alpha_does_function_need_gp): Test
486         TARGET_PROFILING_NEEDS_GP in the if, instead of with an ifdef.
487         (alpha_expand_prologue): Emit prologue_mcount if needed.
488         * config/alpha/alpha.h (TARGET_PROFILING_NEEDS_GP): Default to 0.
489         * config/alpha/alpha.md (prologue_mcount): New.
490         * config/alpha/linux.h (FUNCTION_PROFILER): Remove.
491         (TARGET_PROFILING_NEEDS_GP): Undef before redefining.
492         * config/alpha/netbsd.h: Likewise.
493
494 2000-05-27  Richard Henderson  <rth@cygnus.com>
495
496         * config/alpha/elf.h (SELECT_SECTION): Mirror Kenner's May 19
497         change to config/elfos.h.
498
499 2000-05-27  Richard Henderson  <rth@cygnus.com>
500
501         * Makefile.in (resource.o): Depend on except.h.
502         * except.h (output_exception_table_data): Prototype.
503         * genconfig.c (gen_peephole2): Prototype.
504         * genemit.c (main): Include ggc.h.
505         * genoutput.c: Revert parts of last change: include errors.h
506         (main): Set progname.
507         * recog.c: Include hard-reg-set.h before recog.h.
508         * resource.c: Include except.h.
509
510         * config/alpha/alpha-protos.h (alpha_arg_info_reg_val): Protect
511         with RTX_CODE.
512         (alpha_write_linkage): Protect with BUFSIZ.
513         (alpha_need_linkage): Update prototype.
514         * config/alpha/alpha.c (function_arg): Move VMS code here.
515         (alpha_links_base): Remove.
516         (alpha_links): New.
517         (mark_alpha_links_node, mark_alpha_links): New.
518         (alpha_write_one_linkage): New.
519         (alpha_need_linkage): Use a splay tree.  Build the linkage symbol.
520         (alpha_write_linkage): Use splay_tree_foreach.
521         * config/alpha/alpha.md (call_vms): Use alpha_need_linkage
522         to get the linkage symbol.
523         (call_value_vms): Likewise.
524         * config/alpha/elf.h (output_file_directive): Remove decl.
525         (ctors_section, dtors_section): Prototype.
526         (sbss_section, sdata_section): Prototype.
527         * config/alpha/vms.h (FUNCTION_ARG): Remove.
528         (readonly_section, link_section, literals_section): Prototype.
529         (ctors_section, dtors_section): Prototype.
530         (vms_valid_decl_attribute_p): Remove decl.
531         (alpha_arg_type, alpha_arg_info_reg_val): Likewise.
532
533 2000-05-27  Geoff Keating  <geoffk@cygnus.com>
534
535         * reload.c (get_secondary_mem): Don't widen floating-point modes.
536
537         * combine.c (subst): Honour CLASS_CANNOT_CHANGE_SIZE when
538         substituting the REG in a (subreg:X (reg:Y ...)).
539
540 2000-05-28  Neil Booth  <NeilB@earthling.net>
541
542         * cpplex.c (_cpp_lex_line): Merge vertical space.  Flag
543         first token of a line BOL.  Update EOF code for this.
544         Remove illegal directive check - it appears in the (not
545         yet committed) caller.
546         * cpplib.h (BOL): New flag.
547
548 2000-05-28  Neil Booth  <NeilB@earthling.net>
549
550         * cpplex.c (_cpp_init_toklist): No comment space to initialise.
551         (_cpp_free_toklist): No comment space to free.
552         (expand_comment_space): Remove.
553         (save_comment_space): Place the comment in the current token and
554         not in a separate comment space.
555         (_cpp_lex_line): Save comments during plain code and #define
556         directives only.
557         * cpplib.h (struct _cpp_toklist): Remove comment space.
558
559 2000-05-28  Neil Booth  <NeilB@earthling.net>
560
561         * cppexp.c (parse_assertion): Supply extra argument to
562         _cpp_init_toklist.
563         * cpplib.c (do_assert, do_unassert): Similarly.
564         * cpphash.h (_cpp_init_toklist) Update.
565         (_cpp_expand_token_space): New.
566         (DUMMY_TOKEN, NO_DUMMY_TOKEN): New.
567         * cpplex.c (_cpp_init_toklist): New argument.
568         (parse_string2): New argument multiline_ok.
569         (spell_token): Take a const cpp_token *.
570         (INIT_NAME): Replace with INIT_TOKEN_NAME.  Update tokens_used.
571         (SPELL_ macros): Replace with enum.
572         (expand_token_space): Replace with _cpp_expand_token_space.
573         Take COUNT argument.
574         (IS_DIRECTIVE): Update.
575         (_cpp_lex_line): Update token structure before parsing number.
576         Don't assume start at beginning of token list.
577         (save_comment): Use INIT_TOKEN_NAME.
578
579 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
580
581         * configure.in (stage1_warn_cflags): Add -Wstrict-prototypes
582         -Wmissing-prototypes.
583         * configure: Regenerate.
584         * gcc.texi: Remove explanation of MD_CALL_PROTOTYPES.
585
586         * builtins.c, calls.c: Change all instances of gen_call_* or
587         gen_sibcall_* to GEN_CALL_* and GEN_SIBCALL_*.
588         * calls.c (struct_value_size_rtx): Separate definition from
589         initialization to avoid unused variable warning.
590
591         * genflags.c (gen_macro): New function.
592         (gen_proto): Call it for gen_call_* and gen_sibcall_*.
593         (gen_nonproto): Delete.
594         (gen_insn): Put all insns on the same obstack.
595         (main): Generate prototypes for everything unconditionally.
596
597         * configure.in: Add AC_CHECK_TYPE(ssize_t).  Remove commented 
598         out check for wchar_t.
599         * acconfig.h: Add template for ssize_t.  Remove @TOP@.
600         * system.h: Add infrastructure for defining missing   
601         TYPE_MAX/TYPE_MIN macros.  Use it to provide fallback  
602         definitions of UCHAR_MAX and SSIZE_MAX.
603         * configure: Regenerate.
604         * config.in: Regenerate.
605
606         * Makefile.in (libgcc2.ready): Rename to libgcc.ready.
607         Depend on $(LANGUAGES) as well as $(GCC_PATCHES) and fixed
608         headers.
609         (clean): No need to delete libgcc1.a, libgcc1-asm.a,
610         libgcc2.a, or libgcc1.null.
611
612 2000-05-27  Richard Henderson  <rth@cygnus.com>
613
614         * Makefile.in (recog.o): Don't depend on resource.h.
615         * recog.c: Don't include resource.h.
616         (recog_last_allowed_insn): Remove.
617         (recog_next_insn): Remove.
618         (struct peep2_insn_data): New.
619         (peep2_insn_data, peep2_current): New.
620         (peep2_next_insn): New.
621         (peep2_regno_dead_p, peep2_reg_dead_p): New.
622         (peep2_find_free_register): New.
623         (peephole2_optimize): Track life information by insn as we go.
624         * recog.h: Update declarations.
625         * resource.c (find_free_register, reg_dead_p): Remove.
626         * resource.h: Remove their declarations.
627         * toplev.c: Include hard-reg-set.h before recog.h.
628
629         * genconfig.c (max_insns_per_peep2): New.
630         (gen_peephole2): New.
631         (main): Call it.
632         * genemit.c (output_peephole2_scratches): Generate calls to
633         peep2_find_free_register; adjust surrounding code.
634         (main): Have insn-emit.c include hard-reg-set.h before recog.h.
635         * genrecog.c (change_state): Don't track last_insn.
636         (write_action): Write into *_pmatch_len before accepting.
637         (write_tree): Adjust peephole2_insns and subroutines to match.
638
639         * config/i386/i386.md (all peepholes): Use peep2_regno_dead_p.
640
641         * config/alpha/alpha.c (hard_fp_register_operand): Mind the mode.
642         (hard_int_register_operand): New.
643         * config/alpha/alpha-protos.h: Declare it.
644         * config/alpha/alpha.h (PREDICATE_CODES): Update.
645         * config/alpha/alpha.md (peep2 patterns): Use hard_int_register_operand
646         as needed; use peep2_reg_dead_p instead of dead_or_set_p.
647
648 2000-05-27  Richard Henderson  <rth@cygnus.com>
649
650         * function.c (thread_prologue_epilogue_insns): Don't move the
651         line note at the head of the chain.  Only force a lineno note
652         before the end of block 0.
653
654 2000-05-27  Richard Henderson  <rth@cygnus.com>
655
656         * gensupport.c (collect_insn_data): Record the maximum number
657         of alternatives, not the last seen.
658
659         * genoutput.c: Don't include errors.h.
660         (struct data): Add lineno member.
661         (have_error): New.
662         (scan_operands): Use message_with_line instead of error.
663         (validate_insn_alternatives): Likewise.
664         (gen_insn): Accept and store the pattern's line number.
665         (gen_peephole, gen_expand, gen_split): Likewise.
666         (main): Don't set progname.  Pass line_no to gen_foo.
667
668 2000-05-27  Richard Henderson  <rth@cygnus.com>
669
670         * config/d30v/d30v.c (d30v_print_operand): Handle ':'.
671         * config/d30v/d30v.h (PRINT_OPERAND_PUNCT_VALID_P): Accept ':'.
672         * config/d30v/d30v.md (attr predicable): New.
673         (all insn patterns): Mark non-predicable patterns; use %: on the rest.
674         (andsi3*): Unify into one pattern.
675         (iorsi3*, xorsi3*): Likewise.
676         (peephole2 patterns): Use peep2_reg_dead_p; verify not a
677         conditional return.
678         (old cond_exec patterns): Remove.
679         (define_cond_exec): New.
680
681 Sat May 27 11:01:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
682
683         * tree.h (TREE_CODE_LENGTH): New macro.
684         * c-common.c (c_find_base_decl): Use it.
685         * expr.c (safe_from_p): Likewise.
686         * print-tree.c (print_node): Likewise.
687         * tree.c (make_node, copy_node, get_identifier): Likewie.
688         (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
689         (build, build_nt, build_parse_node, simple_cst_equal): Likewise.
690         * fold-const.c (make_range): Likewise.
691         (fold): Likewise; also use first_rtl_op.
692         * c-iterate.c (collect_iterators): Use first_rtl_op.
693         * calls.c (calls_function_1): Likewise; also rename TYPE to CLASS.
694         Use IS_EXPR_CODE_CLASS.
695         (preexpand_calls): Likewise.
696         * ggc-common.c (ggc_mark_trees): Rework to use first_rtl_op
697         and TREE_CODE_LENGTH.
698         * stmt.c (warn_if_unused_value): If no operands, no unused value.
699
700 2000-05-26  Geoffrey Keating  <geoffk@cygnus.com>
701
702         * config/rs6000/rs6000.md (movsi_internal1): Use '%a1' rather
703         than '%1(%*)'.
704         (movdi_internal64): Likewise.
705
706         * config/rs6000/rs6000.md: Correct order of operands for DImode
707         boolean patterns.
708
709         * config/rs6000/rs6000.c (boolean_or_operator): New function.
710         * config/rs6000/rs6000-protos.h (boolean_or_operator): Prototype it.
711         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_or_operator.
712         * config/rs6000/rs6000.md: Use boolean_or_operator instead of
713         boolean_operator for the boolean patterns without NOTs.
714
715         * config/rs6000/rs6000.c (reg_or_logical_cint_operand): Rename
716         from reg_or_u_cint_operand.  Change comment and behaviour.
717         (logical_operand): Clean up, add assertion.
718         (non_logical_cint_operand): Also check for
719         reg_or_logical_cint_operand.
720         * config/rs6000/rs6000.h (PREDICATE_CODES): Update.
721         * config/rs6000/rs6000.md (iorsi3): Use reg_or_logical_cint_operand
722         in the expander.
723         (xorsi3): Likewise.
724         (iordi3): Likewise.
725         (xordi3): Likewise.
726
727 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
728
729         * tree.h (struct record_layout_info): Rename to (struct
730         record_layout_info_s).
731         * stor-layout.c (start_record_layout): Replace
732         `record_layout_info' with `record_layout_info_s'.
733
734 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
735
736         * flow.c (find_label_refs): New function.
737         (find_basic_blocks_1): Call it for each alternative of a call 
738         placeholder.
739
740 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
741
742         * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
743         of get_pc.
744
745 2000-05-25  Richard Henderson  <rth@cygnus.com>
746
747         * config/alpha/alpha.c (alpha_comparison_operator): Don't be
748         so strict about DImode.
749         (alpha_swapped_comparison_operator): Likewise.
750         * config/alpha/alpha.md (*setne_internal): Name it.  Allow
751         any integer output mode.
752         (*setcc_internal): Likewise.
753         (*setcc_swapped_internal): Likewise.
754         (*movdicc_internal, *movdicc_lbc, *movdicc_lbs): Name them.
755         (*mov[qhs]icc_internal): New.
756         (*mov[qhs]icc_lbc, *mov[qhs]icc_lbs): New.
757
758 2000-05-25  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
759
760         * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
761
762 2000-05-25  Richard Henderson  <rth@cygnus.com>
763
764         * bb-reorder.c (reorder_block_def): Reorder elements for size.
765         Remove add_jump; add next; replace flags with visited.
766         (rbd_init): Remove.
767         (REORDER_BLOCK_HEAD, REORDER_BLOCK_VISITED): Remove.
768         (REORDER_BLOCK_FLAGS, REORDER_BLOCK_INDEX): Remove.
769         (REORDER_BLOCK_ADD_JUMP, REORDER_BLOCK_EFF_HEAD): Remove.
770         (REORDER_BLOCK_EFF_END, REORDER_BLOCK_SCOPE): Remove.
771         (RBI): New.
772         (reorder_index, reorder_last_visited): Remove.
773         (skip_insns_after_block): Rewrite to use a switch.
774         (get_common_dest): Remove.
775         (chain_reorder_blocks): Remove.
776         (record_effective_endpoints): Split out from reorder_basic_blocks.
777         (make_reorder_chain): Likewise.  Loop until all blocks are placed.
778         (make_reorder_chain_1): Renamed from old make_reorder_chain.
779         Only construct the reorder chain, do not move insns.  Try harder
780         to tail recurse.
781         (label_for_bb, emit_jump_to_block_after): New.
782         (fixup_reorder_chain): Use them.  Do bulk block movement.  Examine
783         and adjust the jump insns appropriately.  Fixup basic_block_info.
784         (verify_insn_chain): Always define.
785         (relate_bbs_with_scopes): Call xmalloc, not xcalloc.  Fix thinko
786         in allocation size.
787         (make_new_scope): Don't write zeros to calloc'd space.
788         (build_scope_forest): Rely on xrealloc to DTRT.
789         (reorder_basic_blocks): Don't build loop nest.  Don't fail if
790         profile_arc_flag.  Streamline EH test.
791
792         * flow.c (redirect_edge_succ, redirect_edge_pred): New.
793         * basic-block.h: Declare them.
794
795 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
796
797         * emit-rtl.c (reset_used_decls): New function.
798         (unshare_all_rtl_again): Call it.
799
800 2000-05-25  Zack Weinberg  <zack@wolery.cumb.org>
801
802         * cpplex.c (maybe_macroexpand): Warn about function-like
803         macros used in non-function context, if -Wtraditional.
804
805 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
806
807         * recog.c (peephole2_optimize): Use INSN_P.
808
809 2000-05-25  Richard Henderson  <rth@cygnus.com>
810
811         * ifcvt.c (seq_contains_jump): New.
812         (noce_try_store_flag_constants): Use it to fail conversion.
813         (noce_try_store_flag_inc, noce_try_store_flag_mask): Likewise.
814
815 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
816
817         * except.h (can_throw): Declare it.
818         * except.c (can_throw): Give it external linkage.
819         * resource.c (find_dead_or_set_registers): Use can_throw.
820         
821 2000-05-25  Richard Henderson  <rth@cygnus.com>
822
823         * flow.c (mark_set_1): Don't record conditionally dead memory.
824
825 2000-05-25  Jan Hubicka  <jh@suse.cz>
826
827         * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p
828         and pc_set at the place of simplejump_p and condjump_p.
829         * cse.c (record_jump_equiv): Likewise.
830         * emit-rtl.c (emit): Likewise.
831         * explow.c (find_next_ref): Likewise.
832         * flow.c (tidy_fallthru_edge): Likewise.
833         (init_propagate_block_info): Likewise.
834         * gcse.c (delete_null_pointer_checks): Likewise.
835         * ifcvt.c (cond_exec_get_condition, noce_get_condition,
836         dead_or_predicable): Likewise.
837         * integrate.c (copy_insn_list): Likewise.
838         * loop.c (scan_loop, verify_dominator, find_and_verify_loops,
839         for_each_insn_in_loop, check_dbra_loop, get_condition,
840         insert_bct, load_mems): Likewise.
841         * resource.c (find_dead_or_set_registers): Likewise.
842         * sibcalls.c (simplejump_p): Likewise.
843         * unroll.c (copy_loop_body, reg_dead_after_loop): Likewise.
844
845 2000-05-25  David Edelsohn  <edelsohn@gnu.org>
846
847         * rs6000.c (expand_block_move): Add 64-bit PowerPC doubleword move
848         to STRING case.  Use doubleword STRING move for TARGET_POWERPC64
849         when unaligned.
850         * rs6000.h (CONST_OK_FOR_LETTER_P, 'J'): unsigned HOST_WIDE_INT.
851         (RETURN_ADDR_RTX): Use COUNT and FRAME, not count and frame.
852         (LEGITIMIZE_RELOAD_ADDRESS): unsigned HOST_WIDE_INT high.
853         * rs6000.md: Name various internal patterns.
854
855 2000-05-25  Jan Hubicka  <jh@suse.cz>
856
857         * jump.c (invert_exp_1): Remove first argument, use pc_set
858         to get the expression.
859         (redirect_exp): Make static; redirect only the pc_set expression,
860         remove first argument.
861         (invert_exp): Remove first argument, make static.
862         (jump_optimize): Use any_condjump_p, any_uncondjump_p and
863         any_onlyjump at most places where we originaly did condjump_p
864         and simplejump_p.
865         (jump_back_p, follow_jumps, thread_jumps): Likewise.
866         (delete_barrier_succesors): Use pc_set.
867         (invert_jump_1, invert_jump, redirect_jump_1, redirect_jump): Update
868         calls of invert_exp and redirect_exp.
869         * rtl.h (redirect_exp, invert_exp): Remove.
870         * unroll.c (copy_loop_body): Use invert_jump and redirect_jump.
871
872 2000-05-25  Richard Henderson  <rth@cygnus.com>
873
874         * stmt.c (expand_end_bindings): Fix thinko last change.
875
876 2000-05-25  Andrew MacLeod  <amacleod@cygnus.com>
877             Andrew Haley  <aph@cygnus.com>
878
879         * except.c  (func_eh_entry): Add emitted field.
880         (new_eh_region_entry): Set emitted field to 0;
881         (output_exception_table_entry): Only emit previously un-emitted data,
882         and send it to the eh_data section.
883         (output_exception_table): Break out common parts. Output
884         exception table for entire compilation unit to eh_data section.
885         (output_exception_table_data): Common parts of output_exception_table.
886         Send output to eh_data section.
887         (output_function_exception_table): Output exception table data for
888         a single function to eh_data section.
889         (free_exception_table): New external to free the table.
890         * except.h (free_exception_table): Add prototype.
891         (output_function_exception_table): Add prototype.
892         * final.c (final_end_function): Output function exception table
893         for IA64_UNWIND_INFO.
894         (final_scan_insn): Emit any unwind directives for an insn.
895
896         * frame-dwarf2.c: New file containing all DWARF 2 specific code
897         from frame.c.
898         * frame.c: Remove all DWARF 2 specific code.
899         * config/ia64/frame-ia64.c: New file.
900         (gthread_stuff): Make all gthread available with 
901         IA64_UNWIND_INFO.
902         (dwarf_fde): Define an IA64 struct for dwarf_fde.
903         (__register_frame_info, __register_frame): Move to common area of file.
904         (__register_frame_info_table, __register_frame_table): Move to common i
905         area.
906         (__deregister_frame_info, __deregister_frame): Move to common area.
907         (__frame_init, find_fde): New versions for IA64_UNWIND_INFO.
908         (read_uleb128): New version for ia64.
909         (get_unwind_record): Read the next IA-64 unwind record.
910         (read_R_record): Read a region header record.
911         (process_a_b_reg_code): X record helper.
912         (read_X_record): Read an X format record.
913         (read_B_record): Read a B format record.
914         (P3_record_types): List of record types matching the P3 format.
915         (P7_record_types): List of record types matching the P7 format.
916         (P8_record_types): List of record types matching the P8 format.
917         (read_P_record): Read a P format record.
918         (init_ia64_reg_loc): Set default fields for a register.
919         (init_ia64_unwind_frame): Set defaults for all register records.
920         (execute_one_ia64_descriptor): Execute one descriptor record.
921         (rse_address_add): Calculate the position of a local reg in memory.
922         (normalize_reg_loc): Turn a location descriptor into a memory address.
923         (maybe_normalize_reg_loc): Only normalize a descriptor if it falls 
924         within a specified PC offset range.
925         (get_real_reg_value): Given a register location, retrieve its value.
926         (set_real_reg_value): Change the value of a register location.
927         (copy_reg_value): Copy reg values, if needed.
928         (copy_saved_reg_state): Copy all registers that need to be copied.
929         (process_state_between): Normalize all frame register records that
930         fall within the specified PC range.
931         (frame_translate): Take a processed frame description, and turn 
932         everything into addresses.
933         (build_ia64_frame_state ): Find and create frame state record for a PC.
934         (get_personality): Get the personality routine for a given frame.
935         (get_except_table): Get the exception table for a given frame.
936         (record_name): Unwind record names for debugging.
937         (print_record): Print and unwind record.
938         (print_all_records): Print an entire unwind image.
939         (__ia64_backtrace): Print a backtrace.
940         (ia64_backtrace_helper): New function.
941         (__register_frame_info_aux): New function.
942         * config/ia64/crtend.asm (__do_frame_setup_aux): New function.
943
944         * frame.h (enum unw_record_type): New unwind record types.
945         (struct unw_p_record, unw_b_record, unw_x_record) : New unwind records.
946         (struct unw_r_record, unwind_record): New unwind record structs.
947         (struct unwind_info_ptr): Unwind information layout.
948         (IA64_UNW_LOC_TYPE_*): Macros for different types for location 
949         descriptors.
950         (struct ia64_reg_loc): Register location description.
951         (struct ia64_frame_state): Location of all registers in a frame.
952         (struct object): Add pc_base and fde_end for IA64_UNWIND_INFO.
953         * libgcc2.c (__ia64_personality_v1): Personality routine.
954         (__calc_caller_bsp): Calculate the bsp register for the caller's
955         frame.
956         (ia64_throw_helper): Figure out who to return to and set up the 
957         registers.
958         (__throw): Throw routine.
959
960         * output.h (assemble_eh_align, assemble_eh_label): New functions
961         to generate EH info where we want it.   
962         (assemble_eh_integer): New function.
963         * toplev.c (compile_file): Output module level exception table for
964         non-ia64 targets.
965         (main): Set exceptions_via_longjump and flag_new_exceptions based 
966         on IA64_UNWIND_INFO too.
967
968         * varasm.c (assemble_eh_label): Generate a label via
969         ASM_OUTPUT_EH_LABEL if it has been specified.
970         (assemble_eh_align): Generate an alignment directive via 
971         ASM_OUTPUT_EH_ALIGN if it has been specified.
972         (assemble_eh_label): Generate an integer value via
973         ASM_OUTPUT_EH_type if they have been specified.
974         * config/ia64/ia64.c (rtx_needs_barrier): Add flushrs.
975         (ia64_init_builtins): Add __builtin_ia64_bsp
976         and __builtin_ia64_flushrs.     
977         (ia64_expand_builtin): Add IA64_BUILTIN_BSP and
978         IA64_BUILTIN_FLUSHRS.
979         * config/ia64/ia64.h (ia64_builtins): Add IA64_BUILTIN_BSP and
980         IA64_BUILTIN_FLUSHRS.
981
982         * config/ia64/ia64.md (flushrs): New insn to flush the register
983         stack.  Add to unspec list.
984
985         * config/ia64/crtbegin.asm (frame_object): Change size.
986         (__do_frame_setup_aux): New function.
987         * config/ia64/crtend.asm: call __do_frame_setup_aux.
988         * config/ia64/t-ia64 (LIB2ADDEH): Add.
989         * Makefile.in (LIB2ADDEH): Add.
990         (LIB2ADD): Use LIB2ADDEH.
991         
992 2000-05-24  Richard Henderson  <rth@cygnus.com>
993
994         * recog.c (offsettable_address_p): If mode size is zero, assume
995         BIGGEST_ALIGNMENT.
996
997 2000-05-24  J. David Anglin  <dave@hiauly.hia.nrc.ca>
998
999         * configure.in: Check for -Wno-long-long option support and improve
1000         handling of warning CFLAGS for stages 1 and 2.
1001         * Makefile.in (WARN_CFLAGS): Move definition to configure.in.
1002         * configure: Regenerate.
1003
1004 Wed May 24 19:37:53 2000  Jeffrey A Law  (law@cygnus.com)
1005
1006         * gcc.texi: Remove contributor list.  Instead include contrib.texi.
1007         * contrib.texi: New file.
1008
1009 Thu May 25 02:27:22 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1010
1011         * loop.c (basic_induction_var): Avoid double recording of an increment.
1012
1013 Thu May 25 02:19:27 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1014
1015         * Back out this patch:
1016         Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
1017           * loop.h (struct induction): Add multi_insn_incr.
1018           * loop.c (basic_induction_var): New multi_insn_incr argument.
1019           Set it if we search back through previous insns for the biv.
1020           (record_biv): New multi_insn_incr argument; fill in struct induction.
1021           (strength_reduce): Discard an iv with multiple bivs, any of
1022           which require multiple insns to increment.
1023
1024         * loop.c (check_insn_for_bivs): Remove bits copied from above patch.
1025
1026 Thu May 25 02:09:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1027
1028         * rtl.h (loc_mentioned_in_p): Declare.
1029         * reload.c (loc_mentioned_in_p): Moved from here...
1030         * rtlanal.c (loc_mentioned_in_p): to here.  No longer static.
1031         Fix loop increment for 'E' handling.
1032         * loop.c (strength_reduce): When doing biv->giv conversion,
1033         take multi-insn biv increments into account.
1034
1035 2000-05-24  Jason Merrill  <jason@casey.soma.redhat.com>
1036
1037         * stmt.c (expand_end_bindings): Look through NOTEs to find a
1038         BARRIER.
1039
1040 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
1041
1042         * calls.c (expand_call): Handle cleanups in tail-recursion
1043         arguments analagously to cleanups in sibling calls.
1044
1045 2000-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1046
1047         * simplify-rtx.c: Rename macro SIGN_EXTEND to HWI_SIGN_EXTEND.
1048         All callers changed.
1049
1050 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
1051
1052         * expr.c (expand_assignment, store_expr, expand_expr,
1053         expand_expr_unaligned): Set in_check_memory_usage while emitting
1054         chkr_check_addr libcall.
1055
1056 2000-05-24  Nick Clifton  <nickc@cygnus.com>
1057
1058         * fold-const.c (extract_muldiv): When constructing a
1059         multiplier/divisor, do not expect const_binop to correctly
1060         determine if overflow has occured, so check explicitly.
1061
1062 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
1063
1064         * c-decl.c (build_enumerator): Don't modify the value's type,
1065         convert it.
1066
1067 2000-05-24  Andreas Jaeger  <aj@suse.de>
1068
1069         * mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
1070
1071 2000-05-24  Eric Christopher <echristo@cygnus.com>
1072
1073         * configure.in: Redefine inhibit_libc conditions.
1074         * libgcc2.c: Remove inhibit_libc conditional define.
1075         * configure: Regenerate.
1076
1077 2000-05-24  Phil Edwards  <pme@sourceware.cygnus.com>
1078
1079         * configure.in:  For --enable-languages=LIST, check for empty LIST.
1080         * configure:  Regenerate.
1081
1082 2000-05-24  Lars Brinkhoff  <lars@nocrew.org>
1083
1084         * pdp11.h (STACK_BOUNDARY): Define.
1085
1086 2000-05-24  Jakub Jelinek  <jakub@redhat.com>
1087
1088         * ifcvt.c (if_convert): Update life info globally.
1089
1090 2000-05-24  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1091
1092         * emit-rtl.c (unshare_all_decls): New function.
1093         (unshare_all_rtl): Call it.
1094
1095 2000-05-23  Nick Clifton  <nickc@cygnus.com>
1096
1097         * configure.in: Treat 'strongarm' as if it were 'arm' when
1098         determining cpu type.
1099
1100         * configure: Regenerate.
1101
1102         * config/arm/arm.c: Change 'char *' to 'const char *' for cases
1103         where constant strings are involved.
1104
1105         * config/arm/arm.h (arm_condition_codes): Change type to 'const
1106         char *'.
1107
1108         * config/arm/arm-protos.h: Change 'char *' to 'const char *' for
1109         cases where constant strings are involved.
1110
1111 Tue May 23 15:08:31 2000  Clinton Popetz  <cpopetz@cygnus.com>
1112
1113         * config/sh/sh.c (gen_far_branch, split_branches): Update
1114         to reflect new prototypes for redirect_jump and invert_jump.
1115         (sh_insn_length_adjustment): Get rid of const warnings.
1116
1117 2000-05-23  Kazu Hirata  <kazu@hxi.com>
1118
1119         * invoke.texi (Options for Debugging Your Program or GCC): Update
1120         the names of dump files.
1121
1122 Tue May 23 13:58:52 2000  Philippe De Muyter  <phdm@macqel.be>
1123
1124         * configure.in (NO_MINUS_C_MINUS_O): Fix thinko in previous fix.
1125         * configure: Regenerated.
1126
1127 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
1128
1129         * simplify-rtx.c (SIGN_EXTEND): New macro.
1130         (simplify_unary_operation, simplify_binary_operation, 
1131         simplify_relational_operation): Use SIGN_EXTEND.  Make low
1132         halves of (low, high) pairs unsigned if they weren't already.       
1133         (simplify_ternary_operation): Cast INTVAL to unsigned before
1134         comparing to a MODE_BITSIZE.
1135
1136 2000-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1137
1138         * aclocal.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): New macros
1139         rewritten from the internals of gcc_AC_NEED_DECLARATION{S}.
1140         
1141         * configure.in (gcc_AC_CHECK_DECLS): Call this instead of
1142         gcc_AC_NEED_DECLARATIONS.
1143
1144         * dwarfout.c: Don't prototype time().
1145
1146         * gcc.c: Check HAVE_DECL_* instead of NEED_DECLARATION_*.
1147
1148         * system.h: Likewise.
1149
1150         * toplev.c: Likewise.
1151
1152 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
1153
1154         * c-decl.c (pushdecl): Invert sense of test for non-global types.
1155
1156 Tue May 23 18:11:42 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1157
1158         * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRUNCATION.
1159
1160 2000-05-23  Jonathan Larmour  <jlarmour@redhat.co.uk>
1161
1162         * config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
1163
1164 Tue May 23 06:50:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1165
1166         * config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler.
1167         (alpha_start_function): Never write ..ng label if VMS or NT.
1168         (alpha_align_insns): Remove GP_IN_USE arg.
1169         Alignment now unsigned.
1170         (alpha_reorg): Don't pass GP_IN_USE arg to alpha_align_insns.
1171         * config/alpha/alpha.md (prologue_ldgp): Split into one define_expand
1172         and two define_insn's.
1173
1174 2000-05-22  Richard Henderson  <rth@cygnus.com>
1175
1176         * combine.c (simplify_comparison): Use trunc_int_for_mode.
1177
1178 2000-05-22  Richard Henderson  <rth@cygnus.com>
1179
1180         * stor-layout.c (place_field): Change rli->size to rli->offset.
1181
1182 2000-05-22  Richard Henderson  <rth@cygnus.com>
1183
1184         * function.c (thread_prologue_and_epilogue_insns): Make sure 
1185         existing line number notes appear after the prologue.
1186
1187 Mon May 22 21:49:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1188
1189         * config/alpha/alpha.c (alpha_fnname): New static variable.
1190         (print_operand, case '~'): New case.
1191         (alpha_expand_prologue): Emit prologue_ldgp insn if needed.
1192         (alpha_start_function): Set alpha_fnname.
1193         Write "ng" label if no ldgp; don't write ldgp insn.
1194         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): New case '~'.
1195         * config/alpha/alpha.md (prologue_ldgp): New define_insn.
1196
1197 Mon May 22 11:30:48 2000  Clinton Popetz  <cpopetz@cygnus.com>
1198
1199         * jump.c (jump_optimize_1): Don't increment LABEL_NUSES
1200         on deleted labels.
1201
1202 2000-05-22  Zack Weinberg  <zack@wolery.cumb.org>
1203
1204         * varasm.c (eh_frame_section): Revert change to argument list.
1205
1206 Mon May 22 13:14:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1207
1208         * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.
1209         (gen_extend_insn, can_fix_p, can_float_p): Likewise.
1210         
1211         * final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
1212         dangling "else" that causes "break" to be conditional.
1213         Also remove unneeded code at start.
1214
1215 Mon May 22 17:31:35 2000  Philippe De Muyter  <phdm@macqel.be>
1216
1217         * m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
1218         * fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
1219         * gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
1220
1221 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
1222
1223         * config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
1224         just one argument.
1225
1226 Mon May 22 06:57:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1227
1228         * alias.c (record_component_aliases): New function.
1229         * tree.h: Clean up some declarations and comments.
1230         (record_component_aliases): New declaration.
1231         * tree.c (get_alias_set): If type and has alias set, use it.
1232
1233 2000-05-22  Richard Henderson  <rth@cygnus.com>
1234
1235         * simplify-rtx.c (simplify_ternary_operation): Try to simplify
1236         IF_THEN_ELSE to a setcc form.
1237         * jump.c (can_reverse_comparison_p): Be prepared for insn null.
1238
1239 2000-05-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1240
1241         * fixinc/inclhack.def (sun_malloc): Handle `calloc'.
1242         (sun_malloc, sysz_stdtypes_for_sun): Add test_text.
1243
1244 Sun May 21 16:42:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1245
1246         * combine.c (try_combine): Handle i3_subst_into_i2 case when I2 is
1247         not a PARALLEL.
1248
1249 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
1250
1251         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
1252         * config/mn10300/mn10300.c (print_operand): Likewise.
1253
1254         * final.c (split_double): Right shift of negative values is not
1255         portable.
1256
1257         * ifcvt.c (if_convert): Scan and kill dead code.
1258
1259         * emit-rtl.c (unshare_all_rtl): Store the copied rtx.
1260
1261 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
1262
1263         * diagnostic.c: Eliminate implicit int.
1264         * except.c, gcc.c: Add static prototypes.
1265         * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED.
1266         * gensupport.c (process_rtx): Use XVEC to initialize vector
1267         slot of 'split'.
1268
1269         * print-rtl.c: If DEBUG_REGISTER_NAMES, define static 
1270         debug_reg_names instead of static reg_names.  If not, define
1271         global reg_names.
1272         * regclass.c: Don't define global reg_names unless
1273         DEBUG_REGISTER_NAMES is defined.
1274
1275         * reload1.c (order_regs_for_reload): Remove unused variable.
1276         * varasm.c: Include output.h after defaults.h.  Define
1277         eh_frame_section as function of no args, not of unspecified args.
1278
1279         * gcc.c: Constify argbuf; arguments to store_arg,
1280         process_command, main; elements of struct command and struct
1281         switchstr; local variables in execute, process_command, main.
1282
1283 2000-05-20  Bruce Korb  <bkorb@gnu.org>
1284
1285         * fixinc/inclhack.def:  many applications of c_fix=format + tests
1286         * fixinc/check.diff:  regenerated
1287         * fixinc/fixincl.x:  regenerated
1288
1289 Sat May 20 09:30:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1290
1291         * alias.c: Clarify some comments.
1292         (record_base_value): REGNO is unsigned.
1293         * rtl.h (record_base_value): Likewise.
1294
1295         * alias.c (aliases_everything_p): Don't special-case QImode here.
1296         * c-common.c (c_get_alias_set): Do it here.
1297         Handle BIT_FIELD_REF by getting alias info for arg.
1298         Use POINTER_TYPE_P.
1299
1300 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
1301
1302         * mklibgcc.in: Restore rule to create ${dir}.
1303
1304 Sat May 20 08:45:41 2000  H.J. Lu  <hjl@gnu.org>
1305
1306         * Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
1307         GCC_FOR_TARGET used by MULTILIBS.
1308         * mklibgcc.in: Make sure each .o file depends on the
1309         directory it will be in.
1310         Make the multilib directory depends libgcc.
1311
1312 Sat May 20 08:29:28 2000  H.J. Lu  <hjl@gnu.org>
1313
1314         * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
1315
1316 Sat May 20 07:27:35 2000  Alexandre Oliva  <aoliva@cygnus.com>
1317
1318         * fold-const.c (make_range): Handle degenerated intervals.
1319         Fixes c-torture/execute/991221-1.c
1320
1321 Fri May 19 18:16:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1322
1323         * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
1324         * reload.c (find_equiv_reg): Likewise.
1325         * alias.c (init_alias_analysis): Likewise.
1326         Only call prologue_epilogue_contains on insns.
1327         * basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.
1328         * bb-reorder.c (hard-reg-set.h): Include earlier.
1329         * haifa-sched.c (hard-reg-set.h): Likewise.
1330         * ifcvt.c (hard-reg-set.h): Likewise.
1331         * local-alloc.c (hard-reg-set.h): Likewise.
1332         * loop.c (hard-reg-set.h): Likewise.
1333         * predict.c (hard-reg-set.h): Likewise.
1334         * regrename.c (hard-reg-set.h): Likewise.
1335         * flow.c (hard-reg-set.h): Likewise.
1336         (reg_set_to_hard_reg_set): New function.
1337         * bitmap.c (regs.h, basic-block.h): No longer include.
1338         (bitmap.h): Now include.
1339         * conflict.c (hard-reg-set.h): Include.
1340         * profile.c (hard-reg-set.h): Likewise.
1341         * print-rtl.c (hard-reg-set.h): Likewise.
1342         * sbitmap.c (hard-reg-set.h): Likewise.
1343         * toplev.c (hard-reg-set.h): Likewise.
1344         * unroll.c (hard-reg-set.h, basic-block.h): Likewise.
1345         * hard-reg-set.h (reg_names): Now constant.
1346         * regs.h (reg_names): Likewise.
1347         * regclass.c (reg_names): Likewise.
1348         * loop.h (basic-block.h): No longer include.
1349         (bitmap.h): Now include.
1350         * reload1.c (order_regs_for_reload): Avoid loop over reg sets.
1351         * Makefile.in (LOOP_H, sbitmap.o, profile.o): Reflect above changes.
1352         (toplev.o, print-rtl.o, conflict.o, unroll.o, bitmap.o): Likewise.
1353
1354 2000-05-19  Jan Hubicka  <jh@suse.cz>
1355             Richard Henderson  <rth@cygnus.com>
1356
1357         * basic-block.h (struct edge_def): New field "count".
1358         (struct basic_block_def): Likewise.
1359         * flow.c (entry_exit_blocks): Add count fileds.
1360         (split_edge): Keep count information up-to-date.
1361         (dump_edge_info, dump_flow_info): Dump count fields.
1362
1363         * final.c (count_instrumented_edges): Rename to edge from arc.
1364         (end_final): Update users.
1365         * profile.c: Include expr.h, basic-block.h.
1366         (struct adj_list, ARC_TARGET, ARC_SOURCE, ARC_COUNT): Kill.
1367         (struct bb_info, label_to_bb, label_to_bb_size, bb_graph): Kill.
1368         (ignore_next_note, return_label_execution_count): Kill.
1369         (bbg_file_name, da_file_name): Kill.
1370         (edge_info, bb_info): New structures.
1371         (EDGE_INFO, BB_INFO, GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): New macros.
1372         (count_instrumented_edges, total_num_edges): Rename to edge from arc.
1373         (total_num_edges_instrumented): Likewise.
1374         (init_arc, expand_spanning_tree): Kill.
1375         (fill_spanning_tree, tablejump_entry_p): Kill.
1376         (instrument_edges):  Rewrite from instrument_arcs to use
1377         commit_edge_insertions infrastructure.
1378         (compute_branch_probabilities): Remove arguments; rewrite for
1379         CFG infrastructure; use rtl_dump_file directly.
1380         (branch_prob, find_spanning_tree): Likewise.
1381         (union_groups, find_group): New.
1382         (init_branch_prob): Make bbg_file_name and da_file_name local.
1383         (end_branch_prob): Use rtl_dump_file directly.
1384         (init_edge_profiler): Rename to edge from arc.
1385         (output_arc_profiler): Kill.
1386         (gen_edge_profiler): New.
1387         (output_func_start_profiler): Turn off profiling.  Make the
1388         constructor static when we can.
1389         * rtl.h (branch_prob, end_branch_prob): Update prototypes.
1390
1391         * toplev.c (DFI_flow): Remove.
1392         (DFI_cfg, DFI_life): New.
1393         (dump_file): Update accordingly.
1394         (compile_file): Call end_branch_prob if profile_arc_flag too.
1395         (rest_of_compilation): Move flow1 cfg creation to DFI_cfg.  Do edge
1396         profiling after the CFG is built.  Move flow1 life analysis to
1397         DFI_life.  Always estimate remaining probabilities.
1398
1399 2000-05-19  Richard Henderson  <rth@cygnus.com>
1400
1401         * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.
1402
1403         * flow.c (make_edges): The sibling call edge to exit is abnormal.
1404
1405 2000-05-19  Richard Henderson  <rth@cygnus.com>
1406
1407         * jump.c (redirect_jump): Add delete_unused argument.  Don't
1408         remove labels and code following when LABEL_NUSES goes to zero.
1409         (invert_jump): Likewise.
1410         (jump_optimize_1): Fix redirect/invert arguments.
1411         (do_cross_jump, thread_jumps): Likewise.
1412         * flow.c (split_edge): Likewise.
1413         * reorg.c (optimize_skip): Likewise.
1414         (reorg_redirect_jump, relax_delay_slots, dbr_schedule): Likewise.
1415         * profile.c (instrument_arcs): Likewise.
1416         * loop.c (find_and_verify_loops): Likewise.  Fix indentation.
1417         * rtl.h: Update prototypes.
1418
1419 Fri May 19 12:05:13 2000  Clinton Popetz  <cpopetz@cygnus.com>
1420
1421         * ssa.c (convert_from_ssa): Tell life_analysis we need death 
1422         notes.
1423         (make_regs_equivalent_over_bad_edges): Only look at abnormal
1424         critical edges.
1425
1426 2000-05-19  Zack Weinberg  <zack@wolery.cumb.org>
1427
1428         * cpphash.c (funlike_macroexpand): Make sure not to walk p1
1429         past l1 when deleting whitespace and markers.              
1430
1431         * cpplex.c (_cpp_scan_until): Clear AUX field of tokens.
1432         * cpplib.c (do_unassert): Put the list to compare against on
1433         the stack.
1434
1435 2000-05-19  Bruce Korb  <bkorb@gnu.org>
1436
1437         * fixinc/README:  cleaned up old documentation
1438         * fixinc/check.diff: regenerated & verified on OSR5 on ix86
1439         * fixinc/check.tpl: compute the list of needed directories
1440         emit "#if defined(name)" because of conflict
1441         omit machine name differences from output differences
1442         * fixinc/inclhack.def( m88k_multi_incl ):  Use `wrap' function
1443         (machine_name): change test text to use `sed' markers
1444         * fixinc/fixincl.x: regen
1445
1446 Fri May 19 06:49:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1447
1448         * config/elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of
1449         a CONSTRUCTOR.
1450
1451 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
1452
1453         * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
1454         it to match the current practice.
1455
1456 2000-05-18  Mark Mitchell  <mark@codesourcery.com>
1457
1458         * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
1459
1460 2000-05-18  Richard Henderson  <rth@cygnus.com>
1461
1462         * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.
1463         * rtl.h (insn_dependant_p): Declare it.
1464         * loop.c (strength_reduce): Use it.
1465
1466 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
1467
1468         * config/mn10300/mn10300.c (expand_prologue, expand_epilogue):
1469         16-bit and 64-bit clean-up.
1470
1471 2000-05-18 Mark Elbrecht <snowball3@bigfoot.com>
1472
1473         * configure.in (*-pc-msdosdjgpp): Set float_format to none.
1474         * configure: Rebuilt.
1475
1476 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
1477
1478         * genopinit.c: Use $ for escape sequences in optab patterns.
1479         Remove backslashes from optab patterns.  Change $A, $B, $C to
1480         expand to (int) whatever instead of just whatever; remove
1481         explicit (int) from all optab patterns.
1482
1483         * gensupport.c (xmalloc, xrealloc, xstrdup): Provide.
1484         * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c,
1485         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
1486         genrecog.c: Remove private copies of xmalloc, xrealloc, and
1487         xstrdup.
1488
1489 2000-05-18  Richard Henderson  <rth@cygnus.com>
1490
1491         * jump.c (jump_optimize_1): Base minimum insn count during
1492         find_cross_jump on BRANCH_COST.
1493
1494 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
1495
1496         * print-rtl.c (print_rtx): Only print note line number as string
1497         if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
1498         * final.c (final_scan_insn): Do nothing for note line number 0.
1499
1500 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
1501
1502         * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE
1503         from NOTE_INSN_EXPECTED_VALUE notes and NOTE_SOURCE_FILE from
1504         NOTE_INSN_DELETED_LABEL.
1505
1506 2000-05-18  Nick Clifton  <nickc@cygnus.com>
1507
1508         * config/arm/unknown-elf.h (UNIQUE_SECTION): Place constant,
1509         uninitialised data in .rodata not .bss, and do not interpret an
1510         error in the initialisation value as meaning that the variable
1511         should be placed in the .bss section.
1512
1513 Thu May 18 12:10:18 2000  Philippe De Muyter  <phdm@macqel.be>
1514
1515         * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
1516         not `$ac_cv_prog_cc_cc_c_o'.
1517         * configure: Regenerated.
1518
1519 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
1520             Richard Henderson  <rth@cygnus.com>
1521
1522         * c-common.h (enum c_tree_index): Add g77 type entries.
1523         (g77_integer_type_node, g77_uinteger_type_node): New.
1524         (g77_longint_type_node, g77_ulongint_type_node): New.
1525         * c-decl.c (init_decl_processing): Initialize them.
1526
1527 2000-05-18  Richard Henderson  <rth@cygnus.com>
1528
1529         * config/h8300/h8300.md (subs patterns): Use %G to negate.
1530
1531         * config/h8300/h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.
1532         (small_power_of_two): Likewise; use exact_log2.
1533         (adds_subs_operand, one_insn_adds_subs_operand): Remove.
1534         (output_adds_subs): Remove.
1535         (two_insn_adds_subs_operand): New.
1536         (split_adds_subs): New.
1537         * config/h8300/h8300-protos.h: Update.
1538         * config/h8300/h8300.h (CONST_OK_FOR_J): Cast to uns HOST_WIDE_INT.
1539         (CONST_OK_FOR_L): Match strict adds operands.
1540         (CONST_OK_FOR_N): Match struct subs operands.
1541         * config/h8300/h8300.md (adds_subs insns): Remove.
1542         (addhi patterns): Output adds/subs directly.
1543         (addsi_h8300h): Likewise.
1544         (addhi/addsi splitters): New.  Decompose two_insn_adds_subs_operand.
1545
1546 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
1547
1548         * cppexp.c (parse_assertion): New.
1549         (lex): Call it for CPP_HASH.  Remove CPP_ASSERTION case.
1550         (_cpp_parse_expr): Remove case '#'.  Don't set
1551         parsing_if_directive.
1552         * cpphash.c (collect_objlike_expansion,
1553         collect_funlike_expansion, collect_params,
1554         _cpp_create_definition): The list no longer has a trailing
1555         VSPACE token.
1556         * cpphash.h (enum node_type): Add T_ASSERTION.
1557         (struct hashnode): Remove aschain, add pred.
1558         (struct predicate): New.
1559         Update prototypes.
1560
1561         * cpplex.c (expand_token_space): Handle both offset and
1562         nonoffset lists.
1563         (init_token_list, _cpp_free_token_list, _cpp_parse_assertion): Delete.
1564         (_cpp_init_toklist, _cpp_clear_toklist, _cpp_free_toklist,
1565         _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
1566         _cpp_equiv_toklists): New.
1567         (_cpp_scan_line): Rename to _cpp_scan_until; add ability to
1568         stop at any single-character token, not just newline.
1569         (_cpp_lex_token): Remove special cases for #define and #if.
1570         (cpp_get_token): Expect # as a separate token type.  Remove
1571         DIRECTIVE case.
1572         (_cpp_get_directive_token): Remove DIRECTIVE case.
1573         (_cpp_lex_line, _cpp_lex_file, _cpp_init_input_buffer): Update.
1574
1575         * cpplib.c (_cpp_check_directive): Set dirno and
1576         SYNTAX_INCLUDE bit of flags, not dir_handler and dir_flags.
1577         (_cpp_handle_directive): Run # <number> through the same logic
1578         as normal directives.
1579         (do_define): Don't set parsing_define_directive.  Use
1580         _cpp_scan_until.  The list does not have a VSPACE at the end.
1581         (do_if): Save, clear, and restore only_seen_white around 
1582         _cpp_parse_expr.
1583         (skip_if_group): s/CPP_DIRECTIVE/CPP_HASH/
1584         (do_assert, do_unassert): Rewrite.
1585
1586         * cpplib.h (TTYPE_TABLE): Remove CPP_ASSERTION.
1587         (LIST_OFFSET): New flag.
1588         (struct cpp_toklist): Replace dir_handler and dir_flags with
1589         dirno and flags.
1590         (struct cpp_reader): Remove parsing_if_directive and
1591         parsing_define_directive.
1592
1593 2000-05-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1594
1595         * fixinc/inclhack.def (broken_cabs): Update fix to handle comments
1596         following the cabs decl which terminate on the following line.
1597         Add the corresponding test_text case.
1598
1599 2000-05-18  Neil Booth  <NeilB@earthling.net>
1600
1601         * cppinit.c (cpp_reader_init): Initialise col_adjust and
1602         default tab stop size.
1603         (no_num, OPT_ftabstop): New.
1604         (handle_option): Handle "ftabstop=" command-line option.
1605         (print_help): Document it.
1606         * cpplex.c (COLUMN): Remove.
1607         (handle_newline): Reset col_adjust.
1608         (skip_whitespace): Update col_adjust as tabs encountered.
1609         (_cpp_lex_line): Update to use col_adjust.  Call
1610         skip_whitespace for all whitespace.
1611         * cpplib.h (struct cpp_options): New member tabstop.
1612         (struct cpp_reader): New member col_adjust.
1613         (CPP_BUF_COL): Update.
1614         (CPP_BUF_COLUMN): New.
1615         * cpp.texi: Document "-ftabstop=" command line option.
1616
1617 Wed May 17 18:19:41 2000  Philippe De Muyter  <phdm@macqel.be>
1618
1619         * configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
1620         files.
1621         * configure: Rebuilt.
1622
1623 Wed May 17 18:06:12 2000  John David Anglin <dave@hiauly1.hia.nrc.ca>
1624
1625         * mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
1626
1627         * tree.c (build_common_tree_nodes): Do not build TI nodes unless
1628         HOST_BITS_PER_WIDE_INT is >= 64.
1629
1630 2000-05-17  Richard Henderson  <rth@cygnus.com>
1631
1632         * jump.c (jump_optimize_1): Remove inactive but real insns
1633         in jump-to-next-insn optimization.
1634
1635 2000-05-17  Richard Henderson  <rth@cygnus.com>
1636
1637         * toplev.c (rest_of_compilation): Don't call optimize_mode_switching
1638         unless OPTIMIZE_MODE_SWITCHING.  Conditionally set no_new_pseudos.
1639         Don't call recompute_reg_usage if no_new_pseudos is true.
1640         * lcm.c (optimize_mode_switching): Move ifdefs outside function.
1641         Return true if we did work; update global life information.
1642         * basic-block.h (optimize_mode_switching): Update decl.
1643
1644 2000-05-17  Neil Booth  <neilb@earthling.net>
1645
1646         * cpplex.c (expand_name_space): Don't use ptrdiff_t.
1647
1648 2000-05-17  Zack Weinberg  <zack@wolery.cumb.org>
1649
1650         * cpplib.c: New feature, #pragma system_header.
1651         * cpp.texi: Document special treatment of system headers, and
1652         the various mechanisms to get a header that special treatment.
1653
1654 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1655
1656         * system.h (offsetof): Define at the very end, to ensure we prefer
1657         the platform's definition if available.
1658
1659 2000-05-16  Bruce Korb  <bkorb@gnu.org>
1660
1661         * fixinc/fixincl.c: improve the debug displays, ignore SIGPIPE
1662         * fixinc/server.c: likewise
1663         * fixinc/fixfixes.c( char_macro_def_fix ): fix regex
1664         + #ifdef debugging code + use #def constant for
1665         sub-pattern count
1666         * fixinc/inclhack.def( hpux11_fabsf ): Keep HP-UX 11 from stomping
1667         on C++ math namespace
1668
1669 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1670
1671         * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
1672         Don't check the return value of sprintf.  Use asprintf to avoid
1673         buffer overflows.
1674
1675 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1676
1677         * flags.h (warn_unused_function, warn_unused_label,
1678         warn_unused_parameter, warn_unused_variable, warn_unused_value):
1679         Replace ``warn_unused''.
1680         (set_Wunused): Add declaration.
1681         * toplev.c (set_Wunused): New function.
1682         (warn_unused_function, warn_unused_label, warn_unused_parameter,
1683         warn_unused_variable, warn_unused_value): New variables.
1684         (W_options): Add -Wunused-function, -Wunused-function,
1685         -Wunused-label, -Wunused-parameter, -Wunused-variable and
1686         -Wunused-value.  Delete -Wunused.  Handled in decode_W_option.
1687
1688         * toplev.c (decode_W_option): Update -Wunused flags by calling
1689         set_Wunused.
1690         * c-decl.c (c_decode_option): Ditto for -Wall.
1691
1692         * stmt.c (expand_expr_stmt, expand_expr_stmt,
1693         warn_about_unused_variables): Replace warn_unused with more
1694         explicit warn_unused_value et.al.
1695         * function.c (expand_function_end): Ditto.
1696         * c-typeck.c (internal_build_compound_expr,
1697         internal_build_compound_expr): Ditto.
1698         * c-decl.c (poplevel, pop_label_level): Ditto.
1699         * toplev.c (check_global_declarations): Replace warn_unused with
1700         check for either warn_unused_function or warn_unused_variable.
1701
1702         * gcc.1, invoke.texi (Warning Options): Document
1703         -Wunused-function, -Wunused-function, -Wunused-label,
1704         -Wunused-parameter, -Wunused-variable and -Wunused-value options.
1705
1706 Wed May 17 10:28:12 2000  Philippe De Muyter  <phdm@macqel.be>
1707
1708         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Find libgcc1.c in
1709         $(srcdir), not in the current directory.
1710
1711 2000-05-16  Richard Henderson  <rth@cygnus.com>
1712
1713         * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the
1714         assembler supports it.
1715         (.fini, .init): Use a gp-relative indirect call.
1716         (__do_global_dtors_aux): Preserve the gp; rebundle.
1717         (__do_frame_setup): Likewise.
1718         * config/ia64/crtend.asm (.IA_64.unwind): Don't terminate with -1.
1719         (.init): Use a gp-relative indirect call.
1720         (__do_global_ctors_aux): Preserve the gp.
1721
1722 2000-05-16  Richard Henderson  <rth@cygnus.com>
1723
1724         * flow.c (commit_one_edge_insertion): Be prepared for a return
1725         insn to be inserted on the edge with a normal jump.
1726         * jump.c (jump_optimize_1): Don't look to create return isns.
1727
1728         * flow.c (flow_delete_insn): Don't adjust reference count of notes.
1729         * jump.c (jump_optimize_1): Likewise.
1730         (returnjump_p): Verify the argument is a JUMP_INSN.
1731         * rtl.def (NOTE): Add 5th element for NOTE_INSN_DELETED_LABEL.
1732
1733 2000-05-16  Nick Clifton  <nickc@cygnus.com>
1734
1735         * config/m32r/m32r.c (small_insn_p): Use INSN_P() to replace
1736         GET_RTX_CLASS (GET_CODE ()) == 'i'.
1737         (large_insn_p): Ditto.
1738         (m32r_is_insn): New function: Return true if the insn contains
1739         an executable instruction.
1740         (m32r_adjust_insn): Use m32r_is_insn.
1741         (m32r_sched_reorder): Use m32r_is_insn.
1742         (m32r_sched_variable_issue): Use m32r_is_insn.
1743
1744 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1745
1746         * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like
1747         VAR_DECL.
1748
1749         * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable.
1750
1751         * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux
1752         according to given options.
1753
1754 Tue May 16 12:17:31 2000  Jeffrey A Law  (law@cygnus.com)
1755
1756         * mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS
1757         if X has VOIDmode either.
1758         (LIMIT_RELOAD_CLASS): Similarly.
1759
1760         * mn10200.md (indirect_jump, tablejump): Use "register_operand",
1761         not "general_operand" to match the processor's capabilities.
1762
1763 2000-05-16  Bruce Korb  <bkorb@gnu.org>
1764
1765         * fixinc/README:  corrected return address
1766         * fixinc/check.diff:  regenerate, now that test works
1767         * fixinc/fixfixes.c(format_fix,format_write): reformatted
1768         (char_macro_def_fix,char_macro_use_fix): corrected and
1769         rewrote to use regex to parse the text
1770         * fixinc/inclhack.def: more testing
1771         * fixinc/fixincl.x:  regenerated
1772
1773         * fixinc/inclhack.def: added several "test_text" attributes
1774         changed several fixes to use `c_fix = format'
1775         re-alphabetized the fixes
1776
1777         * fixinc/check.diff: regenerate
1778         * fixinc/fixincl.x: regenerate
1779         * fixinc/check.tpl: added `sparc' and `netinet' to the list
1780         of created dirs
1781
1782
1783 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
1784
1785         * config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.
1786
1787 2000-05-15  Richard Henderson  <rth@cygnus.com>
1788
1789         * toplev.c (rest_of_compilation): Run full jump pass before
1790         find_basic_blocks of flow2.
1791
1792 2000-05-15  Richard Henderson  <rth@cygnus.com>
1793
1794         * jump.c: Fix typos and clarify commentary from last change.
1795         (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE.
1796         (safe_to_remove_jump_p): Remove.
1797         (condjump_label): Use pc_set.
1798
1799 2000-05-15  Richard Henderson  <rth@cygnus.com>
1800
1801         * ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns
1802         that get in the way after reload.
1803         (cond_exec_process_if_block): Skip a label heading THEN block.
1804
1805 2000-05-15  Richard Henderson  <rth@cygnus.com>
1806
1807         * varasm.c (output_constant_pool): Abort instead of converting
1808         (improperly) deleted labels to zero.
1809
1810 2000-05-16  Neil Booth  <NeilB@earthling.net>
1811
1812         * cpplex.c (parse_string2): Update comment.
1813         (cpp_lex_line): No special assertion treatment for '('.
1814         * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT.
1815         * cpplib.h (SYNTAX_ASSERT): Remove.
1816
1817 Mon May 15 21:45:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1818
1819         * jump.c (condjump_p):  Mark as depreached.
1820         (any_condump_p): New.
1821         (any_uncondump_p): New.
1822         (pc_set): New.
1823         (safe_to_remove_jump_p): New.
1824         * rtl.h (any_condump_p, any_uncondjump_p, pc_set
1825         safe_to_remove_jump_p): Declare.
1826
1827 Mon May 15 21:07:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1828
1829         * calls.c: Re-install both patches reverted by last patch.
1830         (struct arg_data): New field tail_call_reg.
1831         (initialize_argument_information): Initialize tail_call_reg
1832         (load_register_parameters): New argument flags, use
1833         tail_call_reg when emiting tail call sequence.
1834         (expand_call): Update call of load_register_parameters;
1835         copy unadjusted_args_size to adjusted_args_size.
1836
1837 Mon May 15 19:01:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1838
1839         * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
1840         and bct_p parameters to flags.
1841         * loop.h (LOOP_UNROLL, LOOP_BCT): New constants.
1842         * rtl.h (loop_optimize): Update prototype.
1843         * toplev.c (rest_of_compilation): Update call of loop_optimize.
1844
1845 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
1846
1847         * calls.c (expand_call): Move expand_start_target_temps call after
1848         start_sequence().
1849
1850 2000-05-15  Neil Booth  <NeilB@earthling.net>
1851
1852         * cpphash.c (trad_stringify, warn_trad_stringify,
1853         collect_params): Make some pointers pointers to const.
1854         * cpplex.c (auto_expand_name_space) Guaranteed to always
1855         expand by at least one character.
1856         (SPELL_CHAR, SPELL_NONE): Temporarily reverse order.
1857         (struct token_spelling): Use const U_CHAR * rather than PTR.
1858         (expand_name_space): Fix up token pointers if name space
1859         is moved when expanding.
1860         (INIT_NAME, cpp_scan_line, parse_name, parse_number,
1861         parse_string2, save_comment, spell_token, cpp_output_list):
1862         Update so the routines handle tokens with a direct pointer to
1863         their text, rather than an offset into the token's list's namebuf.
1864         (_cpp_lex_line): Rearrange for clarity.
1865
1866         * cpplib.c (_cpp_check_directive): Similarly.
1867         (do_define): Make SYM a pointer to const.
1868         * cpplib.h (struct cpp_name): Replace offset with direct pointer.
1869         (CPP_INT, CPP_FLOAT): Spelling type should be SPELL_IDENT.
1870         (TOK_OFFSET): Delete.
1871         (TOK_NAME): Update.
1872
1873 2000-05-14  Geoffrey Keating  <geoffk@cygnus.com>
1874
1875         * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
1876         64-bit ABI.
1877
1878         * config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE 
1879         into account.
1880         (logical_u_operand): Delete.
1881         (non_logical_cint_operand): Rewrite to take MODE into account.
1882         (non_logical_u_cint_operand): Delete.
1883         (boolean_operator): New function.
1884         (print_operand): Add new %q operand.
1885         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,
1886         remove logical_u_operand and non_logical_u_cint_operand,
1887         update logical_operand and non_logical_cint_operand.
1888         * config/rs6000/rs6000.md: Rewrite the patterns for performing
1889         logical operations to use %q.
1890
1891         * config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
1892         (movdi): Make similar to movsi.
1893         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): There
1894         is no such thing as a DImode CONST_DOUBLE.
1895         * config/rs6000/rs6000.c (output_toc): Likewise.
1896         
1897         * config/rs6000/rs6000.c (output_cbranch): Don't output prediction
1898         codes when old mnemonics are in use.  Print register names
1899         for cc registers when requested.
1900
1901         * optabs.c (expand_float): Don't allow mode widening that causes
1902         double rounding.
1903
1904         * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
1905         flags to their current names -maix64 and -maix32.
1906
1907 2000-05-14  Bruce Korb  <bkorb@gnu.org>
1908
1909         * fixinc/fixfixes.c(wrap_fix): new fix - inserts text before
1910         and/or after current text of file
1911         * fixinc/fixlib.c(must_malloc):
1912         * fixinc/fixlib.h(must_malloc): + reformatting
1913         * fixinc/inclhack.def: replace the "1i" and "$a" sed commands
1914         with usages of ``c_fix = wrap;''
1915         Add several tests and use the ``c_fix = format'' fixer more.
1916         * fixinc/fixincl.x: regen
1917         * fixinc/check.diff: regen
1918         * fixinc/check.tpl: emit the associated header with the missing
1919         test message
1920
1921 Sun May 14 17:58:59 2000  Hans-Peter Nilsson  <hp@axis.com>
1922
1923         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
1924         variables $src and $dst.
1925         
1926 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
1927
1928         * diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
1929         (DIAGNOSTICS_SHOW_PREFIX_NEVER): Likewise.
1930         (DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE): Likewise.
1931         (struct output_buffer: emitted_prefix_p, prefixing_rule): New
1932         fields. 
1933         (set_message_prefixing_rule): Declare.
1934
1935         * diagnostic.c: (current_prefixing_rule): New variable.
1936         (set_message_prefixing_rule): Define.
1937         (output_set_prefix): Adjust buffer->emitted_prefix_p.
1938         (init_output_buffer): Adjust Initialization.
1939         (output_emit_prefix): Rewrite.  Take prefixing rules into account.
1940         
1941 Sat May 13 11:05:47 2000  Philippe De Muyter  <phdm@macqel.be>
1942
1943         * ifcvt.c (if_convert): Do not free NULL.
1944
1945 2000-05-12  Nick Clifton  <nickc@cygnus.com>
1946
1947         * config/fr30/fr30.c (fr30_move_double): New function:  Emit code
1948         to move a double word value.
1949         (di_operand): New function: Return true if the operand is suitbale
1950         for a double word move operation.
1951         (nonimmediate_di_operand): New function: Return true if the
1952         operand is a DImode register or MEM.
1953
1954         * config/fr30/fr30.h (PREDICATE_CODES): Add di_operand and
1955         nonimmediate_di_operand.
1956
1957         * config/fr30/fr30-protos.h Add fr30_move_double, di_operand, and
1958         nonimmediate_di_operand.
1959
1960         * config/fr30/fr30.md (movdi): New pattern.  Required because
1961         other patterns generate DImode results.
1962         (movdi_insn): New pattern.
1963
1964 2000-05-12  Richard Henderson  <rth@cygnus.com>
1965
1966         * config/alpha/alpha.c (struct shadow_summary): Define
1967         bitfields as type unsigned int.
1968
1969 Sat May 13 00:09:59 2000  Denis Chertykov  <denisc@overta.ru>
1970
1971         * config/avr/t-avr: Added definition of FLOAT while generates
1972         fp-bit.c
1973
1974         * config/avr/avr.md: `NEXT_INSN (insn)' substituted to `insn' in
1975         peepholes for tst+jump = sbrs/sbrc optimization.
1976
1977 Fry May 12 20:03:00 CEST 2000  Jan Hubicka  <jh@suse.cz>
1978
1979         * expr.c (emit_push_insn): Do not adjust stack pointer when
1980         preallocating.
1981
1982 Fri May 12 19:03:58 2000  Philippe De Muyter  <phdm@macqel.be>
1983
1984         * ggc-simple.c (offsetof): Macro fallback definition moved from here ..
1985         * system.h (offsetof): ... to here.
1986
1987 2000-05-12  Richard Henderson  <rth@cygnus.com>
1988
1989         * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
1990         * final.c (final_end_function): Use app_disable.  Rearrange note
1991         handling into a switch.  Emit deleted labels.
1992         (output_asm_label): Generate label strings for deleted labels.
1993         * flow.c (tail_recursion_label_list): New.
1994         (find_basic_blocks_1): Set label_value_list directly.  Collect list
1995         of tail recursion labels from call_placeholders.  Don't add deleted
1996         labels to the label value list.
1997         (cleanup_cfg): Use free_EXPR_LIST_list.
1998         (flow_delete_insn_chain): Turn non-removable labels into notes.
1999         (flow_delete_block): Don't disable deleting the block because of
2000         a non-removable label.
2001         (tail_recursion_label_p): New.
2002         (merge_blocks_move_predecessor_nojumps): Don't disable the merge
2003         because of a label.
2004         (merge_blocks_move_successor_nojumps): Likewise.  Also move a
2005         jump table.
2006         (merge_blocks): Disable a merge because of tail recursion labels.
2007         * ifcvt.c (merge_if_block): Don't disable a merge because of a label.
2008         Use a more accurate measure of not merging the join block.
2009         (find_if_block): Don't disable conversion because of a label.
2010         (find_if_case_1, find_if_case_2): Likewise.
2011         * jump.c (duplicate_loop_exit_test): Preserve the kind of list
2012         element when copying.
2013         (squeeze_notes): Also leave EH notes.
2014         (mark_jump_label): Ignore deleted labels.  Use an INSN_LIST for
2015         REG_LABEL notes.
2016         (delete_insn): Preserve LABEL_NAME in NOTE_SOURCE_FILE when
2017         deleting a label.
2018         * print-rtl.c (print_rtx): Print NOTE_SOURCE_FILE for
2019         NOTE_INSN_DELETED_LABEL.  Print `[# deleted]' for a label_ref
2020         referring to a deleted label.  Convert tail handling to a switch.
2021         * rtl.def (CODE_LABEL): Rearrange elements to be compatible with NOTE
2022         for NOTE_INSN_DELETED_LABEL.
2023         (NOTE): Fix commentary.
2024         * rtl.h (REG_LABEL): Update commentary wrt INSN_LIST.
2025         (REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
2026         (CODE_LABEL_NUMBER, LABEL_NAME): Update index.
2027         (LABEL_NUSES, LABEL_REFS): Likewise.
2028         * unroll.c (copy_loop_body): Don't copy NOTE_INSN_DELETED_LABEL.
2029
2030 2000-05-12  Bruce Korb  <bkorb@gnu.org>
2031
2032         * fixinc/fixfixes.c(format_write): buglet & relaxed rules
2033         * fixinc/check.diff: updated
2034         * fixinc/inclhack.def: corrected & added some test_text-s
2035         * fixinc/genfixes: removed unneeded options to autogen invocation
2036         * fixinc/fixincl.tpl: Specified the output file
2037         * fixinc/fixfixes.c: visual appearance
2038         * fixinc/fixincl.x: regenerate
2039
2040 2000-05-12  Zack Weinberg <zack@wolery.cumb.org>
2041
2042         * fixinc/fixfixes.c (IO_use_fix, IO_defn_fix, CTRL_use_fix,
2043         CTRL_defn_fix): Delete.
2044         (fix_char_macro_defines, fix_char_macro_uses): Rename to
2045         char_macro_def_fix and char_macro_use_fix, respectively.  Put
2046         them into the FIXUP_TABLE.  Get the string to search for from
2047         a c_fix_arg.
2048
2049         (format_write): New function.
2050         (format_fix): Use it.
2051
2052         (FIX_PROC_HEAD): Constify text parameter.
2053         (machine_name_fix): Constify all char *s.
2054         * fixtests.c (skip_quote): Remove double static.
2055
2056         * inclhack.def (io_def_quotes, io_use_quotes, ctrl_def_quotes,
2057         ctrl_use_quotes): Update for new scheme.
2058         * fixincl.x: Regenerate.
2059
2060 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
2061
2062         * config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
2063         DWARF2_DEBUG.
2064         (DWARF2_ASM_LINE_DEBUG_INFO): Define.
2065         (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
2066
2067 2000-05-11  Robert Lipe <robertlipe@usa.net>
2068
2069         * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
2070         * fixincl.x: Regenerate.
2071
2072 2000-05-11  Richard Henderson  <rth@cygnus.com>
2073
2074         * calls.c: Revert both 05-09 patches.
2075
2076 2000-05-11  Alexandre Oliva  <aoliva@cygnus.com>
2077
2078         * config/mn10300/mn10300.c (print_operand): Print FP constants in
2079         hexadecimal.
2080         * config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint
2081         for FP values.
2082
2083         * mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
2084         and replace any occurrences of `=' in multilib dirs with `$(EQ)'.
2085
2086 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
2087
2088         * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.
2089
2090 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
2091
2092         * fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
2093
2094 Thu May 11 22:28:05 2000  Denis Chertykov  <denisc@overta.ru>
2095
2096         * config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
2097         * config/avr/avr.c (jump_over_one_insn_p): New function.
2098         * config/avr/avr.md: New peepholes added. Output test and
2099         conditional jump to "sbrc" or "sbrs" command.
2100
2101 2000-05-11  Mark Elbrecht  <snowball3@bigfoot.com>
2102
2103         * cppmain.c (main): Use IS_DIR_SEPARATOR.
2104
2105 2000-05-11  Jakub Jelinek  <jakub@redhat.com>
2106
2107         * except.c (find_exception_handler_labels_1): New function.
2108         (find_exception_handler_labels): Split into two functions, dive
2109         into CALL_PLACEHOLDERs when looking for exception handler labels.
2110
2111 2000-05-11 Stan Cox <scox@cygnus.com>
2112
2113         * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
2114         * timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2.
2115         * toplev.c (rest_of_compilation): Call regrename_optimize before sched2.
2116
2117 2000-05-11  Bruce Korb  <bkorb@gnu.org>
2118
2119         * fixinc/fixfixes.c (double_slash_fix):  obsolete
2120         (else_endif_label_fix): obsolete
2121         (format_fix):  new, unused as yet
2122         (main): obsolete
2123         * fixinc/fixlib.h: added fix description struct for use by format_fix
2124         * fixinc/fixincl.c: removed the struct & test for SIGIOT befure using
2125         * fixinc/Makefile.in:  compile fixfixes.c and fixtests.c as separate
2126         modules.  Removed the vestiges of the script version.
2127         Added support for "make check".
2128         * fixinc/check.diff: base diff file (needs work!!)
2129         * fixinc/check.tpl: quiet the fixup output
2130         * fixinc/fixtests.c (main): obsolete
2131         * fixinc/fixincl.sh:  don't bother copying fixincl to ..
2132         * fixinc/fixincl.tpl:  provide for arguments to c_fix routines
2133
2134 Thu May 11 11:57:02 MET DST 2000  Jan Hubicka <jh@suse.cz>
2135
2136         * toplev.c (rest_of_compilation): Remove dead code after
2137         combine.
2138
2139 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
2140
2141         * cpphash.c (collect_funlike_expansion): Make "# is not
2142         followed by a macro argument name" a pedwarn, not an error.
2143         Preserve the # in the output.  Suppress the warning if lang_asm.
2144
2145 Thu May 11 01:19:31 2000  Jeffrey A Law  (law@cygnus.com)
2146
2147         * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
2148         * configure: Rebuilt.
2149
2150 2000-05-10 Laurynas Biveinis <lauras@softhome.net>
2151
2152         * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
2153
2154 2000-05-10  Kazu Hirata  <kazu@hxi.com>
2155
2156         * combine.c (try_combine): Fix a typo.
2157
2158 Wed May 10 21:31:44 2000  Jim Wilson  <wilson@cygnus.com>
2159
2160         * config/ia64/ia64.md (insv): Add comment.
2161
2162 2000-05-10  Richard Henderson  <rth@cygnus.com>
2163
2164         * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
2165         * mklibgcc.in: Rewrite to not use functions.  Don't shortcut
2166         dependancies on FPBIT and DPBIT.
2167
2168 2000-05-10  Nick Clifton  <nickc@redhat.com>
2169
2170         * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
2171         when optimising for size.
2172         (mark_used_regs:) Ditto.
2173         (try_pre_increment_1): Ditto.
2174
2175 2000-05-10  Zack Weinberg  <zack@wolery.cumb.org>
2176
2177         * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
2178         Make error message friendlier.
2179
2180         * cpphash.h (struct hashnode): Use struct hack for name
2181         member.
2182         * cpphash.c (struct hashdummy): New.
2183         (eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
2184         (make_HASHNODE): No need to set ->name pointer.  Correct
2185         setting of p.
2186         (cpp_lookup): Make 'dummy' a struct hashdummy.  Tidy up a bit.
2187
2188 2000-05-10  Richard Henderson  <rth@cygnus.com>
2189
2190         * flow.c (find_basic_blocks_1): Remove any spare bb_note
2191         after completion.
2192
2193 2000-05-10  Bruce Korb  <bkorb@gnu.org>
2194
2195         * fixinc/gnu-regex.c:  reg_syntax_t re_syntax_options must be static
2196
2197 2000-05-10  Eric Schweitz  <schweitz@nortelnetworks.com>
2198
2199         * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
2200         after we enter .debug.
2201
2202 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
2203
2204         * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
2205         abstract instance of a nested inline function.
2206
2207         * stor-layout.c (finish_record_layout): finalize_type_size
2208         before laying out the pending_statics.
2209
2210 Wed 10 May 09:36:47 2000  Neil Booth  <NeilB@earthling.net>
2211
2212         * cpplex.c (spell_token): New function.
2213         (spell_string, spell_comment, spell_name): fold into
2214         spell_token.    
2215         (I, S): Add macros.
2216         (E, H): Remove macros.
2217         (save_comment): Save comment opening characters too.
2218         (_cpp_lex_file): Update to use spell_token.  Tidy up comment
2219         handling.
2220         * cpplib.h (I, S): Add macros.
2221         (E, H): Remove macros.
2222         (TTYPE_TABLE): Update entries for new speller.
2223         (SYNTAX_ASSERT): Remove.
2224
2225 Wed 10 May 09:08:30 2000  Neil Booth  <NeilB@earthling.net>
2226
2227         * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
2228         when removing escaped newlines.  Reverse sense of test for
2229         escaped newline.
2230
2231 2000-05-09  Richard Henderson  <rth@cygnus.com>
2232
2233         * flow.c (find_basic_blocks_1): Do not delete the first
2234         bb_note we run across.
2235         (create_basic_block): Use reorder_insns to move an existing
2236         bb_note to the correct place.
2237
2238 2000-05-09  Richard Henderson  <rth@cygnus.com>
2239
2240         * calls.c (expand_call): Increment currently_expanding_call
2241         before calling optimize_tail_recursion.
2242
2243 Tue May  9 18:54:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2244
2245         * reload1.c (reload_combine): Fix errors in last change.
2246
2247 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
2248
2249         * gcc.c (used_arg): Skip over a semicolon at the end of the
2250         split-up loop; don't break out of it.
2251
2252         * Makefile.in (WARN_CFLAGS): Add -Wwrite-strings.
2253         (tree.o): Depend on output.h.
2254
2255         * c-decl.c (pending_invalid_xref_file,
2256         current_function_prototype_file): Constify.
2257         (pushdecl): Constify a local char *.
2258         (define_label): Constify filename parameter.
2259         * c-lex.c (init_parse): Constify parameter and return value.
2260         * c-typeck.c (c_expand_asm_operands): Constify filename parameter.
2261         * c-tree.h: Update prototypes.
2262         * c-parse.in: Constify filename member of %union, and if_stmt_file.
2263         * c-parse.y, c-parse.c, c-parse.h, objc/objc-parse.y,
2264         objc/objc-parse.c: Regenerate.
2265
2266         * dwarfout.c (dwarfout_init): Constify main_input_filename parameter.
2267         * dwarfout.h: Update prototypes.
2268         * expr.c (expand_expr): Constify a local char *.
2269         * flags.h: Constify main_input_filename.
2270         * function.c (expand_function_end): Constify filename parameter.
2271         * genrecog.c (make_insn_sequence): Use a character array for
2272         c_test_pos.
2273         (main): Remove unused variables.
2274         * input.h: Constify input_filename, main_input_filename, and
2275         file_stack.name.  Update prototypes.
2276         * output.h: Declare first_global_object_name and
2277         weak_global_object_name here, as const char *.
2278         * stmt.c (expand_asm_operands): Constify filename parameter.
2279         * toplev.c (compile_file, push_srcloc, debug_start_source_file):
2280         Constify filename parameter.
2281         (input_filename, main_input_filename): Constify.
2282         * toplev.h: Update prototypes.
2283         * tree.c: Include output.h.  Don't declare
2284         first_global_object_name or weak_global_object_name.  Clean up string
2285         bashing in get_file_function_name_long.
2286         * tree.h (struct tree_decl): Constify filename member.
2287         (input_filename): Constify.
2288         Update prototypes.
2289         * varasm.c (first_global_object_name, weak_global_object_name):
2290         Constify.
2291         (assemble_start_function, assemble_variable): Clean up string bashing.
2292
2293         * gcc.c: Constify all spec-related strings initialized,
2294         transitively, from string constants.  Constify all strings
2295         and string variables related to multilibs.
2296         (set_spec, read_specs): Cast argument to free to PTR.
2297         (used_arg): Do not modify multilib_matches.  Use strncmp plus
2298         length comparison to compare multilib switches.
2299         * genmultilib: Constify everything declared in multilib.h.
2300
2301 Tue May  9 22:28:03 2000  Denis Chertykov  <denisc@overta.ru>
2302
2303         * flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn
2304         as deleted.
2305
2306 Tue May  9 20:52:43 2000  Denis Chertykov  <denisc@overta.ru>
2307
2308         * config/avr/avr-protos.h (extra_constraint): change a type of
2309         second argument from char to int to avoid warnings.
2310         (asm_output_byte): Likewise.
2311         
2312         * config/avr/avr.c (MAX_LD_OFFSET) New macro.
2313         (initial_elimination_offset): Handle elimination from
2314         FRAME_POINTER_REGNUM to STACK_POINTER_REGNUM.
2315         (legitimate_address_p): Use MAX_LD_OFFSET.
2316         (legitimize_address): Likewise.
2317         (out_movqi_r_mr): Likewise.
2318         (out_movhi_r_mr): Likewise, use `fatal_insn' instead of `fatal'.
2319         (out_movsi_r_mr): Use MAX_LD_OFFSET.
2320         (out_movsi_mr_r): Likewise.
2321         (out_movqi_mr_r): Likewise.
2322         (out_movhi_mr_r): Likewise.
2323         (notice_update_cc): Correct CC for the ashrqi3 with the shift
2324         count as CONST_INT != 6.
2325         (ashlqi3_out): Coding style modifications. Run `fatal_insn' if
2326         shift count is a CONSTANT_P, but not a CONST_INT.
2327         (ashlhi3_out): Coding style modifications.
2328         (ashlsi3_out): Likewise.
2329         (ashrhi3_out): Likewise.
2330         (ashrsi3_out): Likewise.
2331         (lshrhi3_out): Likewise.
2332         (lshrsi3_out): Likewise.
2333         (ashrqi3_out): Generate shift for any known constant count without
2334         scratch register. Run `fatal_insn' if shift count is a CONSTANT_P,
2335         but not a CONST_INT.
2336         (lshrqi3_out): Coding style modifications. Run `fatal_insn' if
2337         shift count is a CONSTANT_P, but not a CONST_INT. 
2338         (extra_constraint): change a type of
2339         second argument from char to int to avoid warnings.
2340         (asm_output_byte): Likewise.
2341         (asm_file_end): Output size generated commands count as a hex
2342         number too.
2343
2344         * config/avr/avr.h (RETURN_ADDR_RTX): New macro.
2345
2346         * config/avr/avr.md (addhi3): Fragment commented by &&0 is
2347         removed.
2348         (ashlqi3): Values of "length" attribute changed. Shift count
2349         uses constraints 'n' instead of 'i'.
2350         (ashrqi3): Likewise. Values of "cc" attribute changed. Generate
2351         shifts without clobber register.
2352         (lshrqi3): Shift count uses constraints 'n' instead of 'i'.
2353         (call_insn): Correct test for which_alternative == 1 (was 0).
2354         (call_value_insn): Likewise.
2355         
2356         * config/avr/t-avr: Remove definition of FLOAT while generates
2357         fp-bit.c
2358
2359 2000-05-09  Bruce Korb  <bkorb@gnu.org>
2360
2361         * fixinc/check.tpl:  Template for checking fixes
2362         * fixinc/inclhack.def:  Added 'test_text' for many fixes
2363         disable hpux8_bogus_inlines on SCO
2364         * fixinc/fixinc.sco:  Oh, yes, we don't need this any more.
2365
2366 Tue May  9 16:30:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2367
2368         * calls.c (expand_call): Reorganize somewhat in order
2369         to avoid unnecesary recalculation inside loop and make
2370         tail call failure code cleaner.
2371         
2372 Tue May  9 06:30:20 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2373
2374         * alias.c (nonlocal_reference_p): Minor reformatting.
2375         * reload.c (find_equiv_reg): Simplify logic for
2376         CALL_INSN_FUNCTION_USAGE since can't have SUBREG or pseudos and
2377         some some reformatting.
2378         * reload1.c (reload_combine): Don't assume everything in
2379         CALL_INSN_FUNCTION_USAGE is a REG and clean up code a bit.
2380
2381 2000-05-08  Richard Henderson  <rth@cygnus.com>
2382
2383         * final.c (current_insn_predicate): New.
2384         (final_scan_insn): Set it.
2385         * output.h (current_insn_predicate): Declare.
2386
2387         * ifcvt.c (cond_exec_process_insns): New argument prob_val.
2388         Attach it to call insns.
2389         (cond_exec_process_if_block): Track probability for true and
2390         false branches.
2391         (dead_or_predicable): Likewise.
2392
2393         * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.
2394         (PROB_UNLIKELY, PROB_EVEN, PROB_LIKELY): New.
2395         (PROB_VERY_LIKELY, PROB_ALWAYS): New.
2396         (estimate_probability, expected_value_to_br_prob): Use them.
2397
2398         * config/ia64/ia64-protos.h (ia64_expand_prediction): Declare.
2399         * config/ia64/ia64.c (ia64_print_operand_address): Handle 'j'.
2400         (ia64_expand_prediction): New.
2401         (emit_insn_group_barriers): Don't look at notes.  Emit barriers
2402         as needed after calls.
2403         (ia64_epilogue_uses): Mark b0 used.
2404         * config/ia64/ia64.md (beq_true, beq_false): Remove.
2405         (bne_true, bne_false): Remove.
2406         (eq_return, eq_not_return, ne_return, ne_not_return): Remove.
2407         (br_true, br_false): New.  Use predicate_operator and
2408         ia64_expand_prediction.
2409         (return_true, return_false): Likewise.
2410         (call_internal): Use ia64_expand_prediction.  Don't emit stop bit.
2411         (call_internal1, call_value_internal): Likewise.
2412         (call_value_internal1, call_multiple_values_internal1): Likewise.
2413
2414         * config/ia64/ia64.c (ia64_direct_return): Require frame size zero.
2415
2416         * config/ia64/ia64.md (extendsfdf2): Split only after reload.
2417
2418 2000-05-08  Richard Henderson  <rth@cygnus.com>
2419
2420         * rtlanal.c (may_trap_p): Consider old-style and volatile
2421         asms to trap.
2422
2423 Mon May  8 17:16:48 2000  Jim Wilson  <wilson@cygnus.com>
2424
2425         * config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.
2426
2427 2000-05-08  Richard Henderson  <rth@cygnus.com>
2428
2429         * config/ia64/ia64.h (predicate_operator): Declare.
2430
2431         * config/ia64/ia64.md (extendsfdf2): Split the nop case out
2432         of existance.
2433
2434         * gensupport.c (process_rtx): Copy and post-process each member
2435         of the define_insn rtvec individually.
2436
2437 Mon  8 May 22:17:35 2000  Neil Booth  <NeilB@earthling.net>
2438
2439         * cpplex.c (spell_token): New function.
2440         (TOKEN_LEN): Add 1 for whitespace.
2441         (_cpp_lex_file): Update to use spell_token.
2442         * cpplib.h (E): Remove.
2443         (TTYPE_TABLE): Update CPP_VSPACE entry.
2444
2445 2000-05-08  Richard Henderson  <rth@cygnus.com>
2446
2447         * flow.c (init_propagate_block_info): Watch out for conditional
2448         branch to next instruction, and thus one outgoing edge.
2449
2450         * config/ia64/ia64.c (ia64_encode_section_info): Exit early
2451         for global register variables; don't special case __[CD]TOR_LIST__;
2452         mind ggc_p for string allocation.
2453
2454 2000-05-08  Nick Clifton  <nickc@cygnus.com>
2455
2456         * config/i386/i386.h (ELIMINABLE_REGS): Fix comment.
2457
2458 2000-05-08  Bruce Korb  <bkorb@gnu.org>
2459
2460         * fixinc/mkfixinc.sh:  fixinc.sco is no longer used
2461         i?86-*-msdosdjgpp* no longer uses fixincludes
2462         * fixinc/genfixes:  inclhack.sh and fixincl.sh are no longer generated
2463         * fixinc/inclhack.sh:  deleted
2464         * fixinc/hackshell.tpl:  deleted
2465         * fixinc/inclhack.tpl:  deleted
2466         * fixinc/Makefile.in:  Remove dependencies on above
2467         * fixinc/fixincl.sh:  "DO NOT EDIT" text modified
2468
2469 2000-05-08  Andreas Jaeger  <aj@suse.de>
2470
2471         * config/mips/linux.h: Remove undefines which disabled .ctor/.dtor
2472         support.
2473
2474 2000-05-07  Zack Weinberg  <zack@wolery.cumb.org>
2475
2476         * Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
2477         substitutions.
2478
2479 Sun  7 May 08:43:53 2000  Neil Booth  <NeilB@earthling.net>
2480
2481         * cpplex.c: Move new lexer definitions and prototypes
2482         to top.  Conditional include these and the code if
2483         NEW_LEXER is defined.  Rename functions whose names
2484         clash if this code included.
2485
2486 Sun May  7 00:54:57 EDT 2000  John Wehle  (john@feith.com)
2487
2488         * rtl.def (COND_EXEC): Clarify.
2489
2490         * i386.md (extendsidi2): Clobber (reg:CC 17) in the
2491         same fashion as zero_extendsidi2.
2492
2493 2000-05-06  Richard Henderson  <rth@cygnus.com>
2494
2495         * config/ia64/ia64.c (predicate_operator): New.
2496         (ia64_print_operand): Handle 'J'.
2497         (rtx_needs_barrier): Handle COND_EXEC.
2498         * config/ia64/ia64.h (BRANCH_COST): Define.
2499         (PREDICATE_CODES): Update.
2500         * config/ia64/ia64.md: Docuement used unspec values.
2501         (attr predicable): New.
2502         (movxf, movxf_internal): New.
2503         (extendsfdf2): Don't comment out nop.
2504         (floatdidf2): Remove.
2505         (truncxfsf2, truncxfdf2, floatdixf2): New.
2506         (abssi2, absdi2): Put the neg in the "true" slot.
2507         (conditional branch instructions): Mark not predicable.
2508         (cmov*_internal): Use predicate_operator.  Split to cond_exec.
2509         (abs*_internal): Likewise.
2510         (alloc, set_bsp): Mark not predicable.
2511         (barrier, insn_group_barrier, flush_cache): Likewise.
2512         (define_cond_exec): New.
2513
2514 2000-05-06  Richard Henderson  <rth@cygnus.com>
2515
2516         * c-decl.c: Include "tm_p.h".
2517
2518         * config/ia64/ia64-protos.h: Rearrange decls to reduce ifdef madness.
2519         (fetchadd_operand, ia64_expand_fetch_and_op): Declare.
2520         (ia64_expand_op_and_fetch): Declare.
2521         * config/ia64/ia64.c: Include "toplev.h".  Kill trailing whitespace.
2522         (setjmp_operand): Constify variables for XSTR.
2523         (ia64_encode_section_info): Likewise.
2524         (ia64_print_operand): Use %d for exact_log2; cast 32-bit printed
2525         values to int.
2526         (ia64_asm_output_external): Constify name.
2527         (process_set): Use HOST_WIDE_INT_PRINT_DEC for frame size.
2528         (process_for_unwind_directive): Provide switch default.
2529         (ia64_expand_compare_and_swap): Remove unused variables.
2530         (ia64_expand_builtin): Likewise.
2531         * config/ia64/ia64.h (ASM_OUTPUT_BYTE): Mask and cast value to int
2532         for printing.
2533
2534         * config/ia64/ia64.c (sdata_symbolic_operand): Mark unused args.
2535         (symbolic_operand, function_operand, setjmp_operand): Likewise.
2536         (shift_count_operand, shift_32bit_count_operand): Likewise.
2537         (shladd_operand, fetchadd_operand, ia64_function_prologue): Likewise.
2538         (ia64_function_epilogue, ia64_setup_incoming_varargs): Likewise.
2539         (ia64_function_arg_partial_nregs, ia64_function_value): Likewise.
2540         (ia64_print_operand_address, ia64_secondary_reload_class): Likewise.
2541         (ia64_expand_builtin): Likewise.
2542         (call_multiple_values_operation): Make dest_regno unsigned.
2543
2544 2000-05-06  Richard Henderson  <rth@cygnus.com>
2545
2546         * rtl.def (DEFINE_COND_EXEC): New.
2547         * md.texi: Document it.
2548
2549         * gensupport.c (input_file): Remove.
2550         (struct queue_elem): Add lineno.
2551         (rtx_ready_queue): Remove.
2552         (errors): New.
2553         (predicable_default): New.
2554         (predicable_true, predicable_false): New.
2555         (define_attr_queue, define_attr_tail): New.
2556         (define_insn_queue, define_insn_tail): New.
2557         (define_cond_exec_queue, define_cond_exec_tail): New.
2558         (other_queue, other_tail): New.
2559         (queue_pattern): New.
2560         (process_rtx): Add patterns to the appropriate queues.
2561         (is_predicable, identify_predicable_attribute): New.
2562         (n_alternatives, collect_insn_data): New.
2563         (alter_predicate_for_insn, alter_test_for_insn): New.
2564         (shift_output_template, alter_output_for_insn): New.
2565         (process_one_cond_exec, process_define_cond_exec): New.
2566         (init_md_reader): Read the entire file.  Process define_cond_exec.
2567         (read_md_rtx): Return elements from the queues.
2568
2569 2000-05-06  Richard Henderson  <rth@cygnus.com>
2570
2571         * flow.c (mark_set_1): Don't update conditional life info
2572         if the register is not_dead.
2573
2574 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
2575
2576         * Makefile.in (STAGESTUFF): Add genrtl.c and genrtl.h.
2577         (mostlyclean): Also delete fixincl, fixinc.sh, and
2578         specs.ready, and make clean in the fixinc subdir.
2579
2580 2000-05-06  Richard Henderson  <rth@cygnus.com>
2581
2582         * Makefile.in (gensupport.o): Compile for the host.
2583         (host-prefix gensuuprt.o): Remove.
2584         (genflags.o): Depend on gensupport.h and OBSTACK_H.
2585         (genattrtab.o): Likewise.
2586         (gencodes.o): Depend on gensupport.h.
2587         (genemit.o, genopinit.o, genrecog.o, genextract.o): Likewise.
2588         (genpeep.o, genattr.o, genoutput.o): Likewise.
2589
2590         * gensupport.c (obstack, rtl_obstack): New.
2591         (init_md_reader): Initialize rtl_obstack.
2592         * gensupport.h (rtl_obstack): Declare.
2593         (message_with_line): Declare.
2594
2595         * genattr.c: Remove all traces of obstack manipulation.
2596         * gencodes.c, genconfig.c, genemit.c, genextract.c: Likewise.
2597         * genopinit.c, genoutput.c, genpeep.c, genrecog.c: Likewise.
2598
2599         * genattrtab.c (obstack, rtl_obstack): Remove.
2600         (main): Don't init rtl_obstack.
2601         * genflags.c: Likewise.
2602
2603         * genrecog.c (message_with_line): Move ...
2604         * gensupport.c: ... here.
2605
2606 2000-05-06  Richard Henderson  <rth@cygnus.com>
2607
2608         * c-typeck.c (build_c_cast): Remove dead code.
2609
2610 2000-05-06  Richard Henderson  <rth@cygnus.com>
2611
2612         * flow.c (split_edge): Don't allocate global_live_at_start for
2613         the new block unless the old blocks had them as well.
2614
2615         * flow.c (mark_set_1): Respect not_dead when updating reg_live.
2616
2617         * ifcvt.c (noce_process_if_block): Don't use an insn_b from
2618         test_bb if a or b uses x.
2619
2620 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
2621
2622         * cpphash.h: Remove conditional #define of __extension__.
2623         * rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2,
2624         RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros
2625         (ENABLE_RTL_CHECKING only).
2626         * tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK,
2627         CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
2628         (ENABLE_TREE_CHECKING only).
2629         * varray.h: Add __extension__ to VARRAY_CHECK macro
2630         (ENABLE_CHECKING only).
2631
2632 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
2633
2634         Use new tail-calling mechanism on ARM.
2635         * arm.md (sibcall, sibcall_value): New expands.
2636         (sibcall_insn, sibcall_value_insn, sibcall_epilogue): New insns.
2637         (tailcalling peepholes): Delete.
2638         (push_multi): Simplify.
2639         * arm.c (lr_save_eliminated): Delete definition.
2640         (pattern_really_clobbers_lr, function_really_clobbers_lr): Delete.
2641         (output_return_instruction): Remove checks on lr_save_eliminated.
2642         (output_arm_prologue): Remove old tail-calling code.
2643         (arm_output_epilogue): New parameter, really_return.  All callers
2644         changed.  Handle tail-calling epilogues.
2645         * arm.h (lr_save_eliminated): Delete declaration.
2646         (frame_pointer_needed): Delete declaration.
2647         * arm-protos.h (arm_output_epilogue): Adjust prototype.
2648
2649         * arm.md (is_thumb): Examine symbol thumb_code, not expression
2650         TARGET_ARM.
2651         * arm.c (thumb_code): Define it.
2652         (arm_override_options): Set it.
2653         * arm.h (thumb_code): Declare it.
2654         
2655 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
2656
2657         * arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
2658
2659 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
2660
2661         * arm.c (arm_gen_load_multiple, arm_gen_store_mulitple): Don't add
2662         bogus clobber to insns.
2663         (load_multiple_operation, store_mulitple_operation): Don't check 
2664         for it.
2665         * arm.md (ldmsi_postinc, stmsi_postinc): Adjust accordingly.
2666
2667         * arm.md (and_scc, ior_scc): Add missing mode.
2668
2669         * arm.md (call_value_symbol): Remove predicate from op2.
2670
2671         * arm.h (SPECIAL_MODE_PREDICATES): Define.
2672         
2673 Sat May  6 06:25:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2674
2675         * expr.c (get_subtarget): New function.
2676         (force_operand, expand_expr, do_store_flag): Use it.
2677
2678         * toplev.c (compile_file): Don't take strlen of NAME if null.
2679
2680 2000-05-06  David Edelsohn  <edelsohn@gnu.org>
2681
2682         * xcoffout.c (xcoff_current_include_file,
2683         xcoff_current_function_file, xcoff_lastfile): Constify char *.
2684         (xcoffout_source_file, xcoffout_source_line): Make filename 'const
2685         char *'.
2686         (xcoffout_declare_function): Make name 'const char *'.
2687         (xcoffout_end_epilogue): Make fname 'const char *'
2688         * xcoffout.h (xcoff_current_include_file, xcoff_lastfile,
2689         xcoffout_declare_function, xcoffout_source_line): Match above.
2690
2691         * aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -mpowerpc64 without
2692         -maix64 is error.
2693         * rs6000.c (print_operand): Fix lossage typo.
2694         (output_cbranch): Remove "cr" decoration for now.
2695         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Make alias 'const char *'. 
2696
2697 Sat May  6 06:55:32 2000  Denis Chertykov  <denisc@overta.ru>
2698
2699         * config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by
2700         constant count.
2701
2702 2000-05-05  Bruce Korb  <bkorb@gnu.org>
2703
2704         * fixinc/genfixes: Improve the matching for make target names
2705
2706 2000-05-05  Catherine Moore  <clm@cygnus.com>
2707
2708         * c-common.c (decl_attributes):  For TYPE_DECLs attach the
2709         attribute to the decl.
2710         * c-decl.c (pushdecl): Propagate the USED attribute to the 
2711         type copy.
2712
2713 2000-05-05  Richard Henderson  <rth@cygnus.com>
2714
2715         * rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the
2716         same way emit_group_load does.
2717
2718 2000-05-05 Mark Elbrecht <snowball3@bigfoot.com>
2719
2720         * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
2721
2722         * toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.
2723         (main): Likewise.
2724
2725 2000-05-05 Rodney Brown <RodneyBrown@mynd.com>
2726
2727         * pa.h (FUNCTION_ARG_ADVANCE): Warning removal.
2728
2729 Fri May  5 10:29:21 2000  Marc Espie <espie@cvs.openbsd.org>
2730
2731         * config/openbsd.h (LINK_SPEC): pass correct flags to ld 
2732         to support -shared, on platforms with dynamic libraries.
2733
2734 Fri May  5 10:27:06 2000  Philippe De Muyter  <phdm@macqel.be>
2735
2736         * system.h (S_ISBLK): Provide fallback definition.
2737
2738 2000-05-05  Geoff Berry  <geoffb@bops.com>
2739
2740         * extend.texi (Extended Asm): Document inability to give asm
2741         statements access to condition codes.
2742
2743 2000-05-05  Marek Michalkiewicz  <marekm@linux.org.pl>
2744
2745         * varasm.c (asm_emit_uninitialised): Use 0, not NULL
2746         as arg 2 of UNIQUE_SECTION.
2747
2748 Fri May  5 10:11:41 2000  Jeffrey A Law  (law@cygnus.com)
2749
2750         * predict.c: Remove May 4 change.
2751         * bb-reorder.c (make_reorder_chain): Do not perform block movement
2752         if we have predicted the branch at 50-50 probability.
2753
2754 2000-05-05  Richard Henderson  <rth@cygnus.com>
2755
2756         * flow.c (init_propagate_block_info): Fix merge error
2757         in HAVE_conditional_execution code.
2758
2759 Fri May  5 07:43:50 2000  Denis Chertykov  <denisc@overta.ru>
2760
2761         * config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal
2762         shift cycle for unknown shift count. Also generates dec + brpl.
2763         (ashlqi3_out): Don't generate dec + brpl which now generates by
2764         `out_shift_with_cnt'.
2765         (ashlhi3_out): Likewise.
2766         (ashlsi3_out): Likewise.
2767         (ashrqi3_out): Likewise.
2768         (ashrhi3_out): Likewise.
2769         (ashrsi3_out): Likewise.
2770         (lshrqi3_out): Likewise.
2771         (lshrhi3_out): Likewise.
2772         (lshrsi3_out): Likewise.
2773
2774 2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>
2775
2776         * gcc.c (free_split_directories): Correct typo in explanation
2777         of make_relative_prefix.
2778
2779 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
2780
2781         * config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
2782         comparison codes to branch_comparison_operator.
2783
2784 2000-05-04  Richard Henderson  <rth@cygnus.com>
2785
2786         * ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
2787
2788 2000-05-04  Richard Henderson  <rth@cygnus.com>
2789
2790         * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
2791         (DPBIT_FUNCS): Remove _sf_to_usi.
2792         (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
2793
2794         * ifcvt.c (noce_process_if_block): Fail if A or B modified
2795         between condition and jump.
2796
2797         * libgcc2.c (near eh_context_specific): Comment #endif string.
2798         * longlong.h: Don't use strings with embedded newlines.
2799
2800 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
2801
2802         * config/rs6000/rs6000-protos.h: Add output_cbranch.
2803         * config/rs6000/rs6000.c (ccr_bit_negated_p): Delete.
2804         (print_operand): Delete %t and %T codes.
2805         (output_cbranch): New function.  Support branch prediction.
2806         * config/rs6000/rs6000.md: Use output_cbranch for
2807         conditional branches and returns.
2808
2809 2000-05-04  Jason Merrill  <jason@casey.cygnus.com>
2810
2811         * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
2812         * stor-layout.c (place_field): Likewise.
2813         * integrate.h (struct inline_remap): Make regno_pointer_align unsigned.
2814         * expr.c (store_expr): Make align unsigned.
2815         * explow.c (plus_constant_wide): Make low words unsigned.
2816         * expmed.c (choose_multiplier): Likewise.
2817         * fold-const.c (fold):  Likewise.
2818         * tree.h (build_int_2): Likewise.
2819         * tree.c (build_int_2_wide, tree_int_cst_msb): Likewise.
2820         * emit-rtl.c (gen_reg_rtx): Add cast to unsigned char*.
2821         (init_emit): Change cast to unsigned char*.
2822         * varasm.c (compare_constant_1): Add cast to char*.
2823         * gcse.c (delete_null_pointer_checks): Change cast to unsigned int*.
2824         * reload1.c (reload): Likewise.
2825
2826         * rtl.h (MEM_SET_IN_STRUCT_P): Use do { } while (0).
2827
2828 Thu May  4 14:37:23 2000  Jeffrey A Law  (law@cygnus.com)
2829
2830         * predict.c (estimate_probability): If no prediction was found, then
2831         predict the successor that is the next physical block (if such a
2832         successor exists).
2833
2834 2000-05-04  Richard Henderson  <rth@cygnus.com>
2835
2836         * config/alpha/t-alpha (LIB2FUNCS_EXTRA): Use qrrnd.asm in place.
2837
2838 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2839
2840         * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
2841
2842 2000-05-04  Mumit Khan  <khan@xraylith.wisc.edu>
2843
2844         * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move 
2845         attribute macros from here ...
2846         (CPP_SPEC): to here.
2847         * i386/mingw32.h (CPP_PREDEFINES): Likewise.
2848         (CPP_SPEC): Likewise.
2849         * i386/crtdll.h (CPP_PREDEFINES): Delete attribute macros. 
2850
2851         * Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
2852         (libgcc.a): Pass LIB1ASMSRC to libgcc.mk.
2853
2854 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2855
2856         * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.
2857         
2858         * diagnostic (vbuild_message_string, build_message_string,
2859         build_location_prefix, output_get_prefix, init_output_buffer,
2860         output_notice, vline_wrapper_message_with_location,
2861         v_message_with_decl, default_print_error_function): De-constify.
2862         (set_real_maximum_length): Prototype.
2863
2864         * diagnostic.h (struct output_buffer, init_output_buffer,
2865         output_get_prefix, output_set_prefix): De-constify.
2866
2867         * function.c (init_function_start): Constify.
2868
2869         * gensupport.c (remove_constraints, process_rtx): Prototype.
2870
2871         * gthr-posix.h: Indent uses of #pragma.
2872
2873         * objc/objc-act.c (ggc_mark_imp_list, ggc_mark_hash_table):
2874         Prototype.
2875
2876         * predict.c (find_expected_value): Delete prototype.
2877         (expected_value_to_br_prob): Initialize variable `ev_reg'.
2878
2879         * sbitmap.h (debug_sbitmap): Prototype.
2880
2881         * ssa.c (compute_coalesced_reg_partition): Prototype.
2882
2883         * stor-layout.c (debug_rli): Prototype.
2884
2885         * tree.h (round_down): Prototype.
2886         (init_function_start): Constify.
2887
2888 2000-05-04  Zack Weinberg  <zack@wolery.cumb.org>
2889
2890         * cpphash.h: #define __extension__ away if GCC_VERSION < 2095
2891         (overly conservative).  Change extern inline wrappers to
2892         static inline, define them always, use PARAMS properly.
2893         * cpplex.c (_cpp_get_directive_token): Don't issue pedantic
2894         whitespace warnings for \f and \v at the beginning of a line.
2895
2896 Thu May  4 10:03:50 2000  Jeffrey A Law  (law@cygnus.com)
2897
2898         * haifa-sched.c (schedule_insns): Free the flow edge list when it
2899         is no longer needed
2900
2901 2000-05-04  Bruce Korb  <bkorb@gnu.org>
2902
2903         * fixincl/inclhack.def: added broken_cabs -
2904         Remove `extern double cabs' declarations from math.h
2905         * fixincl/inclhack.sh: regen
2906         * fixincl/fixincl.x: regen
2907         * fixincl/fixincl.c: Remove BOGOSITY code
2908         * fixincl/mkfixinc.sh: Remove code for installing "shell" version
2909
2910 Thu May  4 09:45:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2911
2912         * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
2913         MEM_ALIAS_SET.
2914         * alias.c (canon_rtx): Don't copy RTX_UNCHANGING_P or MEM_ALIAS_SET
2915         when calling MEM_COPY_ATTRIBUTES.
2916         * emit-rtl.c (operand_subword, change_address): Likewise.
2917         * explow.c (stabilize): Likewise.
2918         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
2919         * integrate.c (copy_rtx_and_substitute): Likewise.
2920         * combine.c (combine_simplify_rtx): Don't copy RTX_UNCHANGING_P
2921         when calling MEM_COPY_ATTRIBUTES.
2922         (make_extraction, simplify_shift_const, gen_lowpart_for_combine):
2923         Likewise.
2924         * cse.c (gen_lowpart_if_possible): Likewise.
2925         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
2926         * optabs.c (gen_move_insn): Likewise.
2927         * recog.c (validate_replace_rtx_1): Likewise.
2928         * simplify-rtx.c (add_mem_for_addr): Likewise.
2929         * stmt.c (expand_anon_union_decl): Likewise.
2930         * config/arm/arm.md: Likewise.
2931         * config/h8300/h7300.c (fix_bit_operand): Likewise.
2932         * config/m88k/m88k.c (legitimize_address, block_move_loop): Likewise.
2933         (block_move_no_loop, block_move_sequence): Likewise.
2934         * config/rs6000/rs6000.c (expand_block_move_mem): Likewise.
2935         * config/alpha/alpha.c (get_aligned_mem): Likewise.
2936         Clear MEM_ALIAS_SET.
2937         * final.c (alter_subreg): Don't copy MEM_ALIAS_SET when calling
2938         MEM_COPY_ATTRIBUTES.
2939
2940 2000-05-03  Robert Lipe <robertlipe@usa.net>
2941         
2942         * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
2943         to suppress libgcc1.
2944         (i[34567]86-*-sco3.2v5*) Likewise.
2945         (i[34567]86-*-sco3.2v4*) Likewise.
2946         (i[34567]86-*-sco) Likewise.
2947         (i[34567]86-*-solaris2) Likewise.
2948         (i[34567]86-*-sysv5*) Likewise.
2949         (i[34567]86-*-sysv4*) Likewise.
2950         (i[34567]86-*-udk*) Likewise.
2951         (i[34567]86-*-sysv*) Likewise.
2952
2953 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
2954
2955         * cpphash.h (U): New define, to correct type of string constants.
2956         (ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper
2957         routines, to do casts when passing unsigned strings to libc.
2958         * cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them.
2959
2960         * cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *.
2961         * cpphash.c (_cpp_quote_string): Make string an U_CHAR *.
2962         * cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *.
2963         * cpplex.c (parse_ifdef, parse_include, validate_else): Make
2964         second argument an U_CHAR *.
2965
2966         * cppinit.c (builtin_array): Make name and value U_CHAR *, add
2967         length field, clean up initializer.
2968         (ISTABLE): Add __extension__ to designated-
2969         initializers version.
2970         * cpplex.c (CHARTAB): Likewise.
2971
2972         * mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS
2973         case so the file won't be empty.
2974
2975 Wed May  3 21:01:46 2000  Jason Eckhardt  <jle@cygnus.com>
2976
2977         * bb-reorder.c (struct reorder_block_def): Member succ removed.
2978         (REORDER_BLOCK_SUCC): Removed.
2979         (enum reorder_skip_type): Removed.
2980         (skip_insns_between_block): Renamed to skip_insns_after_block.
2981         Removed second argument. Removed dead code and cleaned up.
2982         (make_reorder_chain): Removed use of REORDER_BLOCK_SUCC.
2983         (reorder_basic_blocks): Remove use of REORDER_SKIP_AFTER. Removed
2984         second parameter to skip_insns_after_block.
2985
2986 Wed May  3 13:29:54 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2987
2988         * tree.c (staticp, case LABEL_DECL): New case.
2989
2990 2000-05-03  Richard Henderson  <rth@cygnus.com>
2991
2992         * Makefile.in (start.encap): Do not depend on LIBGCC1.
2993
2994         * mklibgcc1.in: Fix typo last change.
2995
2996 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
2997
2998         * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.
2999         (LOOSE_CFLAGS): New: CFLAGS without -pedantic and -Wtraditional.
3000         (GCC_CFLAGS): Use it.
3001         (LANG_FLAGS_TO_PASS): New: SUBDIR_FLAGS_TO_PASS with LOOSE_CFLAGS.
3002         * cp/Make-lang.in, java/Make-lang.in, f/Make-lang.in, ch/Make-lang.in,
3003         objc/Make-lang.in: Use it.
3004
3005 2000-05-03  Jason R Thorpe  <thorpej@zembu.com>
3006
3007         * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
3008
3009 2000-05-03  Richard Henderson  <rth@cygnus.com>
3010
3011         * mklibgcc.in: Restrict OLDCC=GCC test to native.  Equate
3012         LIBGCC1 empty with libgcc1.null.
3013
3014 Wed May  3 12:55:46 2000  Jim Wilson  <wilson@cygnus.com>
3015
3016         * fold-const.c (extract_muldiv, case MAX_EXPR): Don't allow signedness
3017         change.
3018
3019 2000-05-03  Greg McGary  <gkm@gnu.org>
3020
3021         * tree.h (tree_common): Add bounded_flag member.  Remove
3022         inaccurate comment about number of remaining bits.
3023         (BOUNDED_INDIRECT_TYPE_P, BOUNDED_POINTER_TYPE_P,
3024         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
3025         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
3026         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
3027         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED): New macros.
3028         (TYPE_QUAL_BOUNDED): New constant.
3029         (TYPE_QUALS): Handle bounded qualifier.
3030         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): New macros.
3031         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
3032         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
3033         TYPE_AMBIENT_BOUNDEDNESS): New macros.
3034         (MAX_POINTER_DEPTH, VA_LIST_POINTER_DEPTH): New constants.
3035         (tree_type): Add pointer_depth member.  Remove
3036         inaccurate comment about number of remaining bits.
3037         (DECL_POINTER_DEPTH): Add macro.
3038         (tree_decl): Add pointer_depth member.
3039
3040 Wed May  3 22:52:53 2000  Denis Chertykov  <denisc@overta.ru>
3041
3042         * config/avr/avr-protos.h (test_hard_reg_class): Declared.
3043         * config/avr/avr.c (ashrhi3_out): optimized shift by 15.
3044         (lshrhi3_out): Likewise.
3045         (ashrsi3_out): bugfix in shift by 8.
3046         (test_hard_reg_class): New function.
3047         * config/avr/avr.md: Bugfix inside conditions in peepholes.
3048         (ashlhi3): removed define_expand of this pattern.
3049         (*ashlhi3_insn): renamed to ashlhi3.
3050         (ashlsi3): removed define_expand of this pattern.
3051         (*ashlsi3_insn): renamed to ashlsi3.
3052         (ashrqi3): removed define_expand of this pattern.
3053         (*ashrqi3_insn): renamed to ashrqi3.
3054         (ashrhi3): removed define_expand of this pattern.
3055         (*ashrhi3_insn): renamed to ashrhi3.
3056         (ashrsi3): removed define_expand of this pattern.
3057         (*ashrsi3_insn): renamed to ashrsi3.
3058         (lshrhi3): removed define_expand of this pattern.
3059         (*lshrhi3_insn): renamed to lshrhi3.
3060         (lshrsi3): removed define_expand of this pattern.
3061         (*lshrsi3_insn): renamed to lshrsi3.
3062
3063 2000-05-03  Rodney Brown  <RodneyBrown@pmsc.com>
3064
3065         * config/mcore/mcore.c: Replacing inclusion of "stdio,h" with
3066         inclusion of "system.h".
3067
3068 Wed May  3 11:43:53 2000  Jim Wilson  <wilson@cygnus.com>
3069
3070         * config/ia64/ia64.c (ia64_encode_section_info): Add check for
3071         TREE_ASM_WRITTEN.
3072
3073 2000-05-03  David Mosberger  <davidm@hpl.hp.com>
3074
3075         * config/ia64/ia64.c (ia64_override_options): Force -mconstant-gp
3076         if -mauto-pic is on.
3077         (ia64_epilogue_uses): Mark "gp" (r1) as used by the epilogue if
3078         -mconstant-gp is in effect and function-descriptors are being used
3079         to make indirect calls.
3080         * config/ia64/ia64.h (MASK_CONST_GP): New macro.
3081         (MASK_AUTO_PIC): Ditto.
3082         (TARGET_CONST_GP): Ditto.
3083         (TARGET_AUTO_PIC): Ditto.
3084         (TARGET_SWITCHES): Add -mconstant-gp and -mauto-pic options.
3085         (ASM_OUTPUT_DOUBLE_INT): Don't generate @fptr() if -mauto-pic or
3086         -mno-pic is in effect.
3087         (ASM_OUTPUT_XDATA_DOUBLE_INT): Ditto.
3088         * config/ia64/ia64.md (movdi): Use gen_load_gprel64() if
3089         -mauto-pic is in effect.
3090         (gprel64_offset): New pattern.
3091         (load_gprel64): Ditto.
3092         (call): Handle -mauto-pic like -mno-pic (don't use fptr).  If
3093         -mconstant-gp is in effect, no need to preserve gp around direct
3094         calls.
3095         (call_value): Ditto.
3096         * config/ia64/linux.h (PROFILE_BEFORE_PROLOGUE): Define.
3097         (FUNCTION_PROFILER): Define.
3098         * config/ia64/sysv4.h (ASM_OUTPUT_CONSTRUCTOR): Don't generate
3099         @fptr() directive when -mno-pic or -mauto-pic is in effect.
3100         (ASM_OUTPUT_DESTRUCTOR): Ditto.
3101
3102 2000-05-03  Richard Henderson  <rth@cygnus.com>
3103
3104         * Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
3105         (libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets.
3106         (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets.
3107         (mklibgcc, libgcc.mk): New targets.
3108         (libgcc.a): Use libgcc.mk.
3109         (stmp-multilib): Likewise.
3110         (stmp-multilib-sub): Remove.
3111         (mostlyclean): Don't delete libgcc2 temp files.
3112         * configure.in (AC_PROG_CC_C_O): Add.
3113         (NO_MINUS_C_MINUS_O): Substitute it.
3114         (all_outputs): Add mklibgcc.
3115         * mklibgcc.in: New file.
3116
3117 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
3118
3119         * cppexp.c (op_t): Make an int.
3120
3121         * rtlanal.c (dead_or_set_regno_p): Remove unused variable.
3122
3123         * varasm.c (initializer_constant_valid_p): Fix parenthesis.
3124
3125         * gensupport.c (process_rtx): Fix macros used.
3126
3127 2000-05-03  Richard Henderson  <rth@cygnus.com>
3128
3129         * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
3130         call-clobbered registers of a call.
3131
3132 Wed May  3 12:40:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
3133
3134         * gensupport.c: New file.
3135         * gensupport.h: New file.
3136         * Makefile.in (HOST_RTL): Depend on gensupport.
3137         (gensupport.o) New rule.
3138         * genattr.c: Use gensupport for reading .md files.
3139         * genattrtab.c: Ditto. 
3140         * gencodes.c: Ditto. 
3141         * genconfig.c: Ditto. 
3142         * genemit.c: Ditto. 
3143         * genextract.c: Ditto. 
3144         * genflags.c: Ditto. 
3145         * genopinit.c: Ditto. 
3146         * genoutput.c: Ditto. 
3147         * genpeep.c: Ditto. 
3148         * genrecog.c: Ditto.
3149         * rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
3150         * md.texi (Insn Splitting): Document define_insn_and_split.
3151
3152 Tue May  2 00:20:30 2000  Jason Eckhardt  <jle@cygnus.com>
3153
3154         * flow.c (verify_flow_info): Added two more sanity checks. The
3155         first checks that the blocks are numbered consecutively. The second
3156         checks that n_basic_blocks is actually equal to the number of
3157         basic blocks in the insn chain.
3158
3159 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
3160
3161         * cpplib.h: Add accessor macros for token lists.
3162         * cpplib.c, cpphash.c, cpplex.c: Use them.
3163
3164 Wed May  3 09:29:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3165
3166         * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
3167         memory usage if not in a function.
3168         * varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
3169         return address if static.
3170
3171 Wed May  3 13:14:49 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3172
3173         * ifcvt.c (noce_try_cmove_arith):  Use may_trap_p to thest
3174         whether address may trap.
3175
3176 Tue May  2 23:38:37 2000  Jason Eckhardt  <jle@cygnus.com>
3177
3178         * bb-reorder (chain_reorder_blocks): Changed code to test for
3179         EDGE_FALLTHRU rather than making erroneous assumption that the
3180         first outgoing edge is the fall-through edge.
3181
3182 Tue May  2 18:20:31 2000  Donald Lindsay  <dlindsay@hound.cygnus.com>
3183
3184         * config/mips/mips.c (mips_build_va_list,mips_va_start,mips_va_arg): new 
3185         ABI for varargs, across all MIPS. This is incompatible because the
3186         va_list (__builtin_va_list) structure is different, so a compilation
3187         unit passing a va_list and a compilation unit being passed one, should
3188         both be compiled with the same ABI. (The old structure had two 
3189         pointers, now it has three.)
3190
3191 Tue May  2 19:18:43 2000  Jason Eckhardt  <jle@cygnus.com>
3192
3193         * bb-reorder.c (struct reorder_block_def): Remove members end,
3194         block_begin, and block_end.
3195         (REORDER_BLOCK_OLD_END): Delete.
3196         (REORDER_BLOCK_BEGIN): Delete.
3197         (REORDER_BLOCK_END): Delete.
3198         (chain_reorder_blocks): Remove dead code.
3199
3200 Tue May  2 17:06:53 2000  Jason Eckhardt  <jle@cygnus.com>
3201
3202         * bb-reorder.c (remove_scope_notes): Check for both types of scope
3203         notes as the end of a basic block before deleting.
3204
3205 2000-05-02  Mumit Khan  <khan@xraylith.wisc.edu>
3206
3207         * final.c (final_start_function): Fix spelling of "necessary".
3208
3209 2000-05-02  Jason Merrill  <jason@casey.cygnus.com>
3210
3211         * toplev.c (debug_ignore_block): Return int.
3212         * dwarf2out.c (dwarf2out_ignore_block): Likewise.
3213         * toplev.h, dwarf2out.h: Adjust.
3214         * emit-rtl.c (remove_unnecessary_notes): Test return value.
3215
3216         * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
3217         * toplev.c, final.c, rtl.h: Adjust.
3218
3219 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
3220
3221         * aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
3222         * configure.in: Look for makeinfo in the unified tree, then
3223         for a system makeinfo which is sufficiently new.
3224         * Makefile.in: If configure says makeinfo is too old, don't
3225         build or install Info documentation.
3226
3227 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
3228
3229         * cpphash.c (collect_params): Fix off-by-one error.
3230         (dump_hash_helper): Dump all four macro nodetypes.
3231
3232 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
3233
3234         * cpphash.c (trad_stringify): Adjust p after stringification as
3235         well.
3236
3237 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
3238
3239         * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
3240         (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
3241
3242         * cppfiles.c (file_cleanup): Delete.
3243         * cpphash.c (macro_cleanup): Delete.
3244         (collect_objlike_expansion, collect_funlike_expansion,
3245         macarg, scan_arguments): Remove CPP_POP case.
3246
3247         * cpplex.c (null_cleanup): Delete.
3248         (cpp_pop_buffer): Do the work that was done in the cleanups
3249         here.  Call _cpp_unwind_if_stack from here.
3250         (_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
3251         cpp_scan_buffer): Run until we see CPP_EOF and the top of
3252         stack is the buffer _below_ the one we stacked.
3253         (cpp_get_token): Always pop an exhausted buffer.  Return
3254         CPP_EOF unless it's a macro buffer.  Don't call _cpp_handle_eof.
3255         * cpplib.c (skip_if_group): Don't call cpp_get_token to
3256         increment the line number.
3257         (_cpp_handle_eof): Rename to _cpp_unwind_if_stack.
3258
3259         * fix-header.c (read_scan_file) [parsing getchar()]: Run until
3260         we see CPP_EOF and the top of stack is the buffer _below_ the
3261         one we stacked.
3262         * scan-decls.c: Likewise.
3263
3264 2000-05-02  Andrew Haley  <aph@cygnus.com>
3265
3266         * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
3267         where this function is called for the second time on a decl that
3268         has had its section info changed in such a way as to move it out
3269         of small data/bss.  
3270         * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.
3271
3272 2000-05-01  Richard Henderson  <rth@cygnus.com>
3273
3274         * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
3275         the sequence we're moving, not to merge_bb->head.
3276
3277 2000-05-01  Richard Henderson  <rth@cygnus.com>
3278
3279         * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
3280         reference to alpha/t-linux.
3281         (alpha*-*-linux-gnu*): Likewise.
3282         * configure: Rebuild.
3283
3284         * calls.c (expand_call): Don't emit reg notes for a sibcall.
3285
3286         * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
3287         if not in SSA form.
3288
3289         * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
3290
3291 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
3292
3293         * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
3294         TREE_THIS_VOLATILE.
3295
3296 2000-05-01  Richard Henderson  <rth@cygnus.com>
3297
3298         * ifcvt.c (noce_emit_cmove): Conditionally compile call to
3299         emit_conditional_move.
3300
3301 2000-05-01  Jakub Jelinek  <jakub@redhat.com>
3302
3303         * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
3304         as the dynamic linker.
3305
3306 2000-05-01  Zack Weinberg  <zack@wolery.cumb.org>
3307
3308         * cppfiles.c (open_include_file): Open file in blocking mode.
3309         (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
3310         Only exclude block devices and directories.
3311
3312         * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
3313         static.  Allocate the hashnode and its string in the same
3314         block of memory.
3315         (del_HASHNODE): Don't free h->name.
3316         (_cpp_lookup): If there is no entry for this string, create
3317         one, of type T_VOID.
3318         (_cpp_lookup_slot): Delete.
3319         * cpphash.h: Update prototypes.
3320
3321         * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
3322         not hp == NULL.
3323         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
3324         do_unassert, cpp_defined): Use _cpp_lookup.  Don't create a
3325         node here, just fill in the value field properly.  "Delete"
3326         entries by setting the value field to T_VOID.  Check for
3327         hp->type == T_VOID, not hp == NULL.
3328
3329         * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
3330         * cpperror.c, cppexp.c, cpplex.c, cpplib.c:  Don't include
3331         hashtab.h.
3332
3333 2000-05-01  Alexandre Oliva  <aoliva@cygnus.com>
3334
3335         * config/mn10300/mn10300.c (print_operand_address): Do not add
3336         zero to SP.
3337
3338         * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
3339         adjusted by less than 256 bytes, use ret regardless of having any
3340         callee-saved register to restore.
3341
3342 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
3343
3344         * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
3345
3346 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
3347
3348         * config/i386/djgpp.h (INT_ASM_OP): Define.
3349         (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
3350         (ASM_WEAKEN_LABEL): Define.
3351         (MASK_BNU210): Define.
3352         (SUBTARGET_SWITCHES): Define.
3353         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
3354         (MAKE_DECL_ONE_ONLY): Define.
3355         (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
3356
3357 2000-05-01  Mumit Khan  <khan@xraylith.wisc.edu>
3358
3359         * i386/cygwin.h (INT_ASM_OP): Define.
3360
3361 Mon May  1 18:20:06 2000  Denis Chertykov  <denisc@overta.ru>
3362
3363         * config/avr/avr.c (address_cost): renamed to avr_address_cost.
3364         * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
3365
3366 Mon May  1 17:50:44 2000  Denis Chertykov  <denisc@overta.ru>
3367
3368         * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
3369         __tmp_reg__ and __zero_reg__ initialization.
3370
3371 2000-04-30  Richard Henderson  <rth@cygnus.com>
3372
3373         * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
3374
3375         * ifcvt.c (noce_process_if_block): Fail the conversion if X is
3376         referenced bewteen the condition and the jump.  Don't delete
3377         anything but the jump.
3378
3379 Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>
3380
3381         * bb-reorder.c (scope_def): New struct.
3382         (scope_forest_info): New struct.
3383         (struct reorder_block_def): New member "scope".
3384         (REORDER_BLOCK_SCOPE): New macro.
3385         (relate_bbs_with_scopes): New function and prototype.
3386         (make_new_scope): Likewise.
3387         (build_scope_forest): Likewise.
3388         (remove_scope_notes): Likewise.
3389         (insert_intra_1): Likewise.
3390         (insert_intra_bb_scope_notes): Likewise.
3391         (insert_inter_bb_scope_notes): Likewise.
3392         (rebuild_scope_notes): Likewise.
3393         (free_scope_forest_1): Likewise.
3394         (free_scope_forest): Likewise.
3395         (dump_scope_forest): Likewise.
3396         (dump_scope_forest_1): Likewise.
3397         (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
3398         Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
3399         block.
3400         (reorder_basic_blocks): Added calls to build_scope_scope_forest
3401         and remove_scope_notes before reordering is done. Added calls to
3402         rebuild_scope_notes, free_scope_forest, and reorder_blocks after
3403         after reordering is done.
3404
3405 2000-40-30  Bruce Korb  <bkorb@gnu.org>
3406
3407         * fixinc/inclhack.def:  Added definitions needed by OSR5,
3408         removed two stale entries (defined away with OLD_CPP).
3409         * fixinc/inclhack.sh: regen
3410         * fixinc/fixincl.x: regen
3411
3412 2000-04-30  Richard Henderson  <rth@cygnus.com>
3413
3414         * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
3415         from the last insn in the sequence.
3416
3417 2000-04-30  Zack Weinberg  <zack@wolery.cumb.org>
3418
3419         * cpplex.c (cpp_idcmp): New function.
3420         * cpplib.h: Prototype it.
3421         * scan_decls.c (scan_decls): Use it to inspect token names.
3422         * fix-header.c (read_scan_file): Likewise.  Set system_header_p on
3423         the file being run through the preprocessor.
3424         (check_macro_names): Provide length of token to cpp_defined.
3425
3426         * Makefile.in: Remove stale warning message.
3427
3428         * cppfiles.c (redundant_include_p): Provide length of token to
3429         cpp_defined.
3430         * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
3431         values are unsigned int.
3432         (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
3433         (_cpp_lookup_slot): Do not calculate the hash, either.
3434         * cpphash.h: Update prototypes.
3435         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
3436         Hashes are unsigned int.  Calculate hash here, pass by value
3437         to _cpp_lookup_slot.
3438
3439 2000-04-30  Bernd Schmidt  <bernds@cygnus.co.uk>
3440
3441         * simplify-rtx.c (check_value_useless): Delete function.
3442         (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
3443         by hand.
3444         (cselib_invalidate_regno): Likewise.
3445         (cselib_invalidate_mem_1): Likewise.
3446         (references_value_p): Recognize useless values by the fact that they
3447         have no locations.
3448         (discard_useless_values): Likewise.
3449         (cselib_record_set): This may turn a useless value
3450         into a useful one.
3451
3452 2000-04-30  Richard Henderson  <rth@cygnus.com>
3453
3454         * config/d30v: New port.
3455
3456         * configure.in (d30v-*): Set fp format.
3457         * configure: Rebuild.
3458
3459 2000-04-30  Richard Henderson  <rth@cygnus.com>
3460
3461         * ifcvt.c: New file.
3462         * Makefile.in (OBJS): Add it.
3463         (ifcvt.o): New target.
3464         * jump.c (jump_optimize_1): Remove all code related to if-conversion,
3465         and conditional arithmetic.
3466         (find_insert_position): Remove.
3467         * timevar.def (TV_IFCVT, TV_IFCVT2): New.
3468         * toplev.c (DFI_ce, DFI_ce2): New.
3469         (dump_file): Add ce and ce2 dumps.
3470         (rest_of_compilation): Run if_convert a couple o times.  Set
3471         cse_not_expected after cse2.  Don't set no_new_pseudos until
3472         after sched1 or recompute_reg_usage.
3473
3474 2000-04-30  Richard Henderson  <rth@cygnus.com>
3475
3476         * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
3477         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
3478
3479 2000-04-30  Richard Henderson  <rth@cygnus.com>
3480
3481         * flow.c (struct reg_cond_life_info): New.
3482         (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
3483         (init_propagate_block_info): Initialize them.
3484         (free_propagate_block_info): Destruct them.
3485         (mark_set_1): Consider conditional life before killing a register.
3486         (mark_regno_cond_dead): New.
3487         (free_reg_cond_life_info): New.
3488         (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
3489         (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
3490         (mark_used_reg): Record conditional life.
3491
3492         * haifa-sched.c (schedule_insns): Disable death counting
3493         sanity check for HAVE_conditional_execution.
3494
3495 2000-04-30  Richard Henderson  <rth@cygnus.com>
3496
3497         * Makefile.in (TIMEVAR_H): New.
3498         (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
3499         (timevar.h): Remove rule.
3500
3501 2000-04-29  Richard Henderson  <rth@cygnus.com>
3502
3503         * config/alpha/crtend.asm: Use C comments instead of #.
3504         * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.
3505
3506         * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
3507
3508 2000-04-29  Zack Weinberg  <zack@wolery.cumb.org>
3509
3510         * cpphash.h (enum node_type: Take out T_MCONST.
3511         (union hashval): Move into struct hashnode.
3512         (struct hashnode): Pack tighter.  Remove file, line, col
3513         members.
3514         * cpphash.c: Constify most of the macro-definition structures.
3515         (struct definition): Replace by struct object_defn
3516         and struct funct_defn.  Put file, line, column information
3517         here.  All users updated to match.
3518         (_cpp_create_definition, _cpp_macroexpand): Remove special
3519         case for #define WORD OTHERWORD.
3520         * cpplib.c (do_undef): Remove T_MCONST case.
3521
3522         * cpphash.h: Move struct reflist, struct definition, and the
3523         DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
3524         union hashval.  _cpp_free_definition takes a HASHNODE pointer.
3525         * cpphash.c (_cpp_free_definition): Free data pointed to by
3526         MCONST, XCONST, MACRO, and FMACRO nodes properly.
3527         (_cpp_create_definition, del_HASHNODE): Just call
3528         _cpp_free_definition to clear out a hashnode.
3529         * cpplib.c (do_pragma_poison): Likewise.
3530
3531 Sat Apr 29 12:25:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
3532
3533         * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
3534         LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
3535         FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
3536         (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
3537         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
3538         REGNO_AM33_P): Redefine in terms of the new macros.
3539         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
3540         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
3541         STRUCT_VALUE): Likewise.
3542         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
3543         ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
3544
3545 Sat Apr 29 01:18:45 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3546
3547         * regmove.c (struct record_stack_memrefs_data): New.
3548         (record_stack_memrefs): New function.
3549         (combine_stack_adjustments_for_block): Use it.
3550
3551 Sat Apr 29 01:15:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3552
3553         * calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
3554         use special_function_p to detect alloca.
3555
3556 Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
3557
3558         * gcc.texi: Fixes for makeinfo 4.0 --html.
3559
3560 2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
3561
3562         * pcp.h: Delete file.
3563
3564 2000-04-28  Kazu Hirata  <kazu@hxi.com>
3565
3566         * h8300.c (function_epilogue): Clean up flags when the last insn
3567         in a function is a barrier.
3568
3569 2000-04-28  Chris Demetriou  <cgd@sibyte.com>
3570
3571         * configure.in (sparc-hal-solaris2*): protect [] glob from
3572         my expansion.
3573         (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
3574         rather than hard-coded constants in target_cpu_default2.
3575         * configure: Regenerate.
3576
3577 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
3578
3579         * tree.c (get_callee_fndecl): Extract the initial value from
3580         a readonly decl.
3581
3582 2000-04-28  Richard Henderson  <rth@cygnus.com>
3583
3584         * varasm.c (record_constant_1): Record the CODE_LABEL when
3585         taking the address of a LABEL_REF.
3586
3587 2000-04-28  Richard Henderson  <rth@cygnus.com>
3588             Jan Hubicka  <jh@suse.cz>
3589
3590         * calls.c (combine_pending_stack_adjustment_and_call): Return the
3591         adjustment; don't do the stack adjust.
3592         (expand_call): Call compute_argument_block_size right before
3593         allocating the block; update comment; don't do alignment sanity
3594         checking for sibling call; use args_size instead of
3595         unadjusted_args_size before args_size is adjusted.  Use
3596         combine_pending_stack_adjustment_and_call to compute stack adjust
3597         for must_preallocate case.
3598
3599         * expr.c (push_block): Remove shadow `temp' in inner scope.
3600
3601 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
3602
3603         * toplev.c (rest_of_compilation): Call
3604         note_deferral_of_defined_inline_function even if the function
3605         can't be inlined.
3606
3607 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
3608
3609         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
3610
3611 2000-04-28  Richard Henderson  <rth@cygnus.com>
3612
3613         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
3614
3615 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3616
3617         * timevar.c (init_timevar): DeANSIfy function definition.
3618
3619 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
3620
3621         * Makefile.in (timevar.o): Depend on flags.h.
3622         * timevar.c (unused_stack_instances): New variable.
3623         (timevar_push): Take a timevar_stack_def from
3624         unused_stack_instances if available.
3625         (timevar_pop): Push the popped timevar_stack_def onto
3626         unused_stack_instances.
3627         (TIMEVAR_ENABLE): New macro.
3628         (timevar_def): Make standalone a 1-bit field.  Add field used.
3629         (get_time): Rename parameter to now.  Return after clearing it if
3630         not TIMEVAR_ENABLE.
3631         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
3632         (timevar_pop): Likewise.
3633         (timevar_stop): Likewise.
3634         (timevar_push): Likewise.  Mark the timing variable as used.
3635         (timevar_start): Likewise.
3636         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
3637         timevars that were never used.
3638
3639 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
3640
3641         * c-common.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
3642         always TREE_READONLY.
3643
3644 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
3645
3646         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
3647         for call instruction with mode QImode.
3648
3649 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
3650
3651         * Makefile.in (OBJS): Add timevar.o.
3652         (toplev.o): Depend on timevar.h.
3653         (ggc-simple.o): Likewise.
3654         (ggc-page.o): Likewise.
3655         (timevar.o): New rule.
3656         (timevar.h): New rule.
3657
3658         * timevar.h: New file.
3659         * timevar.c: Likewise.
3660         * timevar.def: Likewise.
3661
3662         * toplev.h (gc_time, parse_time, varconst_time): Remove.
3663         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
3664         throughout.
3665         (TIMEVAR): Remove macro.
3666         (gc_time, parse_time, varconst_time, integration_time, jump_time,
3667         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
3668         flow_time, combine_time, regmove_time, sched_time,
3669         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
3670         sched2_time, dbr_sched_time, reorder_blocks_time,
3671         rename_registers_time, shorten_branch_time, stack_reg_time,
3672         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
3673         all_time): Remove.
3674         (compile_file): Don't initialize time variables.  Call
3675         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
3676         of many calls to print_time.
3677         (rest_of_compilation): Add timing for reload_cse_regs.
3678         (get_run_time): Removed to timevar.c.
3679         (print_time): Likewise.
3680         (get_run_time): Implement using TV_TOTAL time variable.
3681         (print_time): Get total run time from get_run_time.
3682         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
3683         computing elapsed time explicitly.
3684         * ggc-simple.c (ggc_collect): Likewise.
3685         (gc_time): Remove declaration.
3686
3687 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
3688
3689         * calls.c (combine_pending_stack_adjustment_and_call): New function.
3690         (expand_call): Use it.
3691
3692 2000-04-27  Jan Hubicka  <jh@suse.cz>
3693
3694         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
3695         fields.
3696
3697 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
3698
3699         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
3700         registers.
3701
3702 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3703
3704         * function.c (epilogue_done): Pass whole insn to record_insns.
3705
3706 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3707
3708         * cse.c (CSE_ADDRESS_COST): Remove.
3709         (find_best_addr): Add new parameter "MODE", use address_cost instead
3710         of CSE_ADDRESS_COST
3711         (address_cost): New.
3712         (fold_rtx): Update call of find_best_addr.
3713         * rtl.h (address_cost): Declare.
3714         * loop.c (general_induction_var): Add new parameter "MODE", use
3715         address_cost instead of ADDRESS_COST
3716         (init_loop): Use address_cost instead of ADDRESS_COST.
3717         (check_insn_for_givs): Update call of general_induction_var.
3718         (find_mem_givs): Likewise.
3719         (consec_sets_giv): Likewise.
3720         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
3721         * i386.c (ix86_address_cost): New.
3722         * i386-protos.h (ix86_address_cost): Declare.
3723
3724 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
3725
3726         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
3727         registers.
3728
3729 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3730
3731         * expr.c (store_expr): Use clear_storage instead of direct memset
3732         libcall.
3733
3734 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
3735
3736         * config/mn10300/mn10300.c (mn10300_address_cost): Test
3737         ASHIFT, AND and LABEL_REF.
3738
3739 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3740
3741         * invoke.texi (-foptimize-sibling-calls): Fix.
3742
3743 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3744
3745         * loop.c (load_mems)  Don't use hard registers for the hoisting.
3746
3747         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
3748         calculation; rename const_equiv array in the preconditioning code
3749         from loop_unroll to loop_unroll_precondition
3750
3751 2000-04-27  Richard Henderson  <rth@cygnus.com>
3752
3753         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
3754         add new_set.
3755         (propagate_one_insn): Clear it.  Don't update reg_live here.
3756         (init_propagate_block_info): Update for pbi member changes.
3757         (free_propagate_block_info): Likewise.
3758         (mark_set_1): Know that zero_extract, sign_extract, and
3759         strict_low_part don't kill their argument.  Alter hard subregs.
3760         Update new_set for non-CLOBBER sets.  Update reg_live.
3761         (find_auto_inc): Update reg_live, not new_dead.
3762         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
3763         to determine if the reg in question was set this insn.  Only update
3764         reg info with PROP_REG_INFO.
3765
3766 2000-04-26  Richard Henderson  <rth@cygnus.com>
3767
3768         * flow.c (allocate_reg_life_data): Set max_regno here ...
3769         (life_analysis): ... not here.
3770
3771         * flow.c (calculate_global_regs_live): Force stack pointer
3772         live at end.
3773
3774 2000-04-26  Richard Henderson  <rth@cygnus.com>
3775
3776         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
3777         commit change group changes.
3778         (invert_exp_1): Similarly.
3779         (redirect_exp, invert_exp): Use them.
3780         (redirect_jump_1): New.
3781         (invert_jump_1): New.
3782         (jump_optimize_1): Remove code subsumed by condexec.c.
3783         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
3784
3785 2000-04-26  Richard Henderson  <rth@cygnus.com>
3786
3787         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
3788
3789         * genconfig.c (main): Set all HAVE_foo to 1.
3790
3791         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
3792
3793 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
3794
3795         * invoke.texi: Document -fssa flag.
3796
3797 2000-04-26  Richard Henderson  <rth@cygnus.com>
3798
3799         * flow.c (count_reg_sets_1): Remove.
3800         (count_reg_sets, count_reg_references): Remove.
3801         (recompute_reg_usage): Implement with update_life_info.
3802         Reallocate life data.
3803
3804 2000-04-26  Richard Henderson  <rth@cygnus.com>
3805
3806         * flow.c (update_life_info): Consider blocks null to mean the
3807         universal set.
3808         (calculate_global_regs_live): Likewise.
3809         (life_analysis): Do that instead of collecting all_blocks.
3810
3811 2000-04-26  Richard Henderson  <rth@cygnus.com>
3812
3813         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
3814         a still-valid conditional jump.
3815
3816 2000-04-26  Richard Henderson  <rth@cygnus.com>
3817
3818         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
3819
3820         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
3821         * flow.c (calculate_loop_depth): Remove.
3822         * output.h (calculate_loop_depth): Don't declare.
3823         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
3824         inline; run estimate_probability at the same time.
3825
3826 2000-04-26  Neil Booth  <NeilB@earthling.net>
3827
3828         * cpplib.h: "~=" is not a single pp-token.
3829         * cpplex.c: Correct commentary.
3830
3831 2000-04-26  Richard Henderson  <rth@cygnus.com>
3832
3833         * flow.c (mark_set_1): New arguments code and flags; update all
3834         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
3835         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
3836         loop_depth when optimizing for size.  Do new_dead update after
3837         emitting REG_UNUSED notes.  Merge mark_set_reg code.
3838         (mark_set_reg): Remove.
3839         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
3840         arrange to not emit REG_UNUSED notes.
3841
3842 2000-04-26  Richard Henderson  <rth@cygnus.com>
3843
3844         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
3845         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
3846
3847 2000-04-26  Richard Henderson  <rth@cygnus.com>
3848
3849         * flow.c (propagate_one_insn): Break out from propagate_block.
3850         (init_propagate_block_info): Likewise.
3851         (free_propagate_block_info): Likewise.
3852         (propagate_block): Use them.  Export.
3853         * basic-block.h: Declare them all.
3854
3855 2000-04-26  Richard Henderson  <rth@cygnus.com>
3856
3857         * basic-block.h (life_analysis): Declare here ...
3858         * output.h: ... not here.
3859         * flow.c (life_analysis): Remove nregs parameter; replace
3860         remove_dead_code with flags.  Remove ssa dead code check.
3861         Only init alias analysis if we'll use it.
3862         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
3863         * ssa.c (convert_to_ssa): Likewise.
3864         (convert_from_ssa): Likewise.
3865         * toplev.c (rest_of_compilation): Likewise.
3866
3867 2000-04-26  Richard Henderson  <rth@cygnus.com>
3868
3869         * flow.c (flow_delete_block): Rename from delete_block.  Export.
3870         * basic-block.h (flow_delete_block): Declare.
3871
3872 2000-04-26  David S. Miller  <davem@redhat.com>
3873
3874         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
3875         taking a PATTERN of it.
3876
3877 2000-04-26  <NeilB@earthling.net>
3878
3879         * cpplex.c (spell_other, spell_char): Remove.
3880         (SPELL_CHAR): New.
3881         (token_spelling, trigraph_map): Use unsigned chars.
3882         (_cpp_lex_line): Tidy up the switch statement.
3883         * cpplib.h: Implement spell_char with spell_string.
3884         (C): New.
3885
3886 2000-04-26  <RodneyBrown@pmsc.com>
3887
3888         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
3889         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
3890
3891 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3892
3893         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
3894         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
3895         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
3896         dwarf2out_return_save, dwarf2out_return_reg,
3897         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
3898         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
3899         gen_compile_unit_die, dwarf2out_init): Constify a char*.
3900
3901         * dwarf2out.h (dwarf2out_init): Likewise.
3902
3903         * dwarfout.c (filename_entry, primary_filename, last_filename,
3904         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
3905
3906         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
3907         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
3908         dwarf2out_return_reg): Likewise.
3909
3910 2000-04-26  Andreas Jaeger  <aj@suse.de>
3911
3912         * extend.texi (Function Attributes): Fix description of pure
3913         attribute.
3914
3915 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
3916
3917         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
3918         before calling rest_of_compilation.
3919
3920 2000-04-26  Andreas Jaeger  <aj@suse.de>
3921
3922         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
3923         last patch.
3924
3925 2000-04-25  Richard Henderson  <rth@cygnus.com>
3926
3927         * cse.c (cse_insn): Emit barrier after unconditional jump.
3928
3929         * calls.c (expand_call): Disable tail call generation once
3930         rtx_equal_function_value_matters is false.
3931
3932         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
3933         like EDGE_EH edges.
3934
3935 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
3936
3937         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
3938
3939         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
3940
3941         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
3942         is the primary DIE for a member function.
3943         (gen_decl_die): Call set_decl_origin_self here.
3944         * dwarfout.c (output_decl): And here.
3945         * integrate.c (output_inline_function): Not here.
3946         Don't clear DECL_INLINE until after calling rest_of_compilation.
3947         (set_decl_origin_self): No longer static.
3948         * tree.h: Add prototype.
3949         * toplev.c (note_deferral_of_defined_inline_function): Only write
3950         out abstract instance for actual inlines.
3951
3952 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
3953
3954         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
3955         EXTENDED_REGS only if TARGET_AM33.
3956         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
3957         SP_REGS to register allocation and reloading unless absolutely
3958         necessary.
3959         (movsi3): Remove special-case of adding non-constants to SP.
3960
3961 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3962
3963         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
3964         INCLUDES to search and does not provide any of its own.  Also it
3965         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
3966         parameters.  Also it does not call AC_DEFINE.
3967         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
3968         AC_DEFINE and provides for automatic entries for autoheader.
3969         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
3970
3971         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
3972         so we can pass -I flags and include gansidecl.h/system.h in this
3973         test.
3974
3975         * acconfig.h: Delete all NEED_DECLARATION_* entries.
3976
3977 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3978
3979         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
3980         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
3981         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
3982
3983         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
3984         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
3985         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
3986         for these macros.  Clean up spacing and linewraps.
3987
3988 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
3989
3990         * calls.c (expand_call): Use get_callee_fndecl.
3991
3992         * print-tree.c (print_node): Print the chain of an _EXPR.
3993
3994 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
3995                           Jim Wilson  <wilson@cygnus.com>
3996                           Andrew Haley  <aph@cygnus.com>
3997
3998         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
3999         and gp save/restore problems.
4000         * config/ia64/crtend.asm: Add IA-64 unwind support.
4001         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
4002         in fr_pad_size calculation.
4003         (save_restore_insns): Move PR save area.  Correct uses of
4004         RTX_FRAME_RELATED_P.
4005         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
4006         (ia64_expand_epilogue): Add eh_epilogue support.
4007         (ia64_function_prologue): Emit .prologue directive.
4008         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
4009         (ia64_override_options): Set init_machine_status and
4010         mark_machine_status.
4011         (rtx_needs_barrier): Handle bsp reads and writes.
4012         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
4013         New static variables.
4014         (process_set, process_for_unwind_directive): New functions.
4015         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
4016         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
4017         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
4018         macros.
4019         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
4020         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
4021         (struct machine_function): Define.
4022         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
4023
4024 2000-04-25  Bruce Korb  <bkorb@gnu.org>
4025
4026         * fixinc/Makefile.in: make the removal of old programs more
4027         robust
4028         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
4029         install-bin and install-sh
4030
4031 2000-04-25  Nick Clifton  <nickc@cygnus.com>
4032
4033         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
4034         defined, define to return zero.
4035         (function_cannot_inline_p): If a function has any target
4036         specific attributes, then use the macro
4037         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
4038         whether it can be inlined.  If it cannot, issue a suitable
4039         explanation.
4040
4041         * tm.texi: Add a new node 'Inlining' to document the new macro
4042         FUNCTION_ATTRIBUTE_INLINABLE_P.
4043
4044 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
4045
4046         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
4047         commentary.
4048
4049 2000-04-25  Neil Booth  <NeilB@earthling.net>
4050
4051         Restore previous patch, plus the following fixes:
4052
4053         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
4054         flags, not CPP_OPEN_PAREN.
4055         * cpplex.c (expand_token_space, init_token_list,
4056         cpp_free_token_list): Put the dummy token at list->tokens[-1].
4057         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
4058
4059 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4060
4061         * config/i386/freebsd.h (INT_ASM_OP): Define.
4062
4063 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4064
4065         * loop.c (strength_reduce): Fix typo in the last checkin.
4066
4067 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4068
4069         * stor-layout.c (finalize_record_size): Simplify to use existing
4070         functions.
4071         (compute_record_mode): No longer static.
4072         * tree.h (compute_record_mode): New declaration.
4073
4074 2000-04-25  Neil Booth  <NeilB@earthling.net>
4075
4076         * Revert my patch below until cause of build failures
4077         determined.
4078
4079 2000-04-25  Richard Henderson  <rth@cygnus.com>
4080
4081         * combine.c (combine_instructions): Add missing argument
4082         to try_combine.
4083
4084         * toplev.c (rest_of_compilation): Delay sibcall optimization
4085         until after emit_eh_context.
4086
4087 2000-04-24  Nick Clifton  <nickc@redhat.com>
4088
4089         * combine.c (combine_instructions): Do not try to combine a
4090         sequence of insns when the second insn has been replaced by a
4091         note.
4092
4093 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
4094
4095         * gcc.c (load_specs): New static function.
4096         (read_specs): Use it.
4097
4098         * gcc.c (lookup_compiler): Make multiple passes for case
4099         insensitive filesystems.
4100
4101 2000-04-24  Neil Booth  <NeilB@earthling.net>
4102
4103         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
4104         * cpphash.h (_cpp_check_directive): new.
4105         * cpplex.c (handle_newline, cpp_free_token_list,
4106         init_trigraph_map, trigraph_ok, trigraph_replace,
4107         backslash_start, skip_block_comment, skip_line_comment,
4108         skip_whitespace, parse_name, parse_number, parse_string,
4109         copy_comment, _cpp_lex_line, spell_char, spell_string,
4110         spell_comment, spell_name, spell_other, _cpp_lex_file,
4111         _cpp_output_list): new.
4112         (expand_name_space): take length argument.
4113         (init_token_list): add comment list initialisation.
4114         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
4115         instead of HSPACE_BEFORE.
4116
4117         * cpplib.c (_cpp_check_directive): new
4118         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
4119         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
4120         (HSPACE_BEFORE): delete.
4121         (TTYPE_TABLE): rearrange.
4122         (struct cpp_toklist): update.
4123
4124 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4125
4126         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
4127         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
4128         argument form of AC_DEFINE.
4129
4130         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
4131         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
4132         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
4133         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
4134         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
4135
4136         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
4137
4138 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4139
4140         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
4141         deduced.h): Use -isystem, not -I, for including system headers.
4142
4143 2000-04-24  Nick Clifton  <nickc@cygnus.com>
4144
4145         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
4146         the source register is the frame pointer or arg pointer.
4147         (addsi3_small_int): Disallow if source register is the frame
4148         pointer or arg pointer.
4149
4150 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4151
4152         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
4153         call to AC_MSG_RESULT.
4154
4155 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4156
4157         * invoke.texi: Correct grammatical errors, document
4158         -fno-gnu-keywords as identical to -fno-asm for C++.
4159
4160 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4161
4162         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
4163         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
4164         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
4165         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
4166         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
4167
4168         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
4169         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
4170         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
4171         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
4172         new macros names.
4173
4174 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
4175
4176         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
4177         (pop_alignment): Likewise.
4178         (handle_pragma_token): Likewise.
4179
4180 2000-04-24  Robert Lipe <robertlipe@usa.net>
4181
4182         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
4183
4184 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
4185
4186         * combine.c (try_combine): Update reg_nonzero_bits of
4187         newi2pat before newpat.
4188
4189 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4190
4191         * loop.c (strength_reduce): Simplify test to INSN_P.
4192         (record_giv): Attempt to simplify the add value, use CONSTANT_P
4193         expressions instead of CONST_INT.
4194         (express_from_1): Likewise.
4195
4196 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
4197
4198         * regs.h (reg_n_max): Don't declare.
4199         * flow.c (reg_n_max): Don't define.
4200         * regclass.c (renumber): Don't initialize to zero.
4201         (regno_allocated): Likewise.
4202         (reg_n_max): Define.
4203         (allocate_reg_info): Don't initialize unnecessarily.
4204
4205 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
4206
4207         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
4208         and blockage_p in the newly allocated attribute.
4209
4210 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
4211
4212         * config/mn10300/mn10300.md (addsi): `inc4' on address
4213         registers does not modify cc, but `inc' on an extended
4214         register does.
4215
4216 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
4217
4218         * reload.c (find_equiv_reg): Checks all valueno regs
4219         as a reload_reg_p regs.
4220
4221 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
4222
4223         * cpphash.c (collect_objlike_expansion): Add sanity check.
4224         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
4225         the buffer is the empty string, return.  Mark __DATE__ and
4226         __TIME__ as XCONST nodes, not MCONST.
4227         (_cpp_macroexpand): Avoid pushing an empty buffer.
4228         (funlike_macroexpand): Don't pop token_buffer here.
4229
4230 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
4231
4232         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
4233         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
4234         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
4235         (REGNO_OK_FOR_BASE_P): Define in terms of them.
4236         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
4237         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
4238         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
4239
4240 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4241
4242         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
4243         constant MULT givs.
4244
4245 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
4246
4247         * cpphash.h (struct definition): Move file, line, col members...
4248         (struct hashnode): ... here.  Also add 'disabled' flag.
4249         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
4250         T_IDENTITY.  Remove T_DISABLED.
4251         Update prototypes.
4252
4253         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
4254         (collect_expansion): Split into collect_objlike_expansion and
4255         collect_funlike_expansion.
4256         (_cpp_macroexpand): Split out scan_arguments, stringify, and
4257         funlike_macroexpand.
4258         (_cpp_compare_defs): Rename compare_defs, make static.
4259         (_cpp_make_hashnode): Initialize hp->disabled.
4260         (macro_cleanup): Adjust for new token types.  Clear
4261         m->disabled.
4262         (_cpp_create_definition): Move code here to determine what
4263         sort of macro it is, and code to check for redefinitions, from
4264         do_define.  Implement a few simple cases without creating a
4265         full DEFINITION.
4266         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
4267         Handle the simple cases.
4268         (push_macro_expansion): Set buf->has_escapes and hp->disabled
4269         here.
4270
4271         * cppinit.c (builtin_array): Change MCONST to XCONST
4272         everywhere.
4273         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
4274         fix check for disabled and function-like macros.
4275         * cpplib.c (do_define): Move most logic to
4276         _cpp_create_definition.
4277         (do_undef): Handle new special token types.
4278
4279 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4280
4281         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
4282         of CONSTANT_P for mult_val; always use validate_change to update insn.
4283
4284 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
4285
4286         * cpphash.c (trad_stringify, add_pat): New functions.
4287         (collect_expansion): Restore support for -traditional syntax.
4288         Use trad_stringify and add_pat.
4289         (_cpp_macroexpand): Restore support for -traditional semantics.
4290         * cpplex.c (_cpp_scan_line): Don't change space_before if we
4291         get a COMMENT token.
4292         (_cpp_lex_token): Provide COMMENT tokens to caller if
4293         traditional and parsing_define_directive.
4294         (skip_comment): Warn about // comments if -Wtraditional.
4295         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
4296         proper node type.
4297         (do_undef): Don't warn about undefining EMPTY nodes.
4298
4299 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4300
4301         * loop.c (strength_reduce): Fix biv removal code.
4302
4303 2000-04-22  Richard Henderson  <rth@cygnus.com>
4304
4305         * predict.c (estimate_probability): Examine both sides of
4306         a branch for no exits.  Use 90% not 50% for predict taken.
4307         Reorg for one copy of note generation code.
4308
4309 2000-04-22  Richard Henderson  <rth@cygnus.com>
4310
4311         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
4312
4313 2000-04-22  Richard Henderson  <rth@cygnus.com>
4314
4315         * diagnostic.c (init_output_buffer): Don't initialize format_args.
4316         (output_clear): Likewise.
4317         (output_printf): Use va_copy.
4318         (vline_wrapper_message_with_location): Likewise.
4319         (v_message_with_decl): Likewise.
4320         (line_wrapper_printf): VA_START infor buffer.format_args directly.
4321         * system.h (va_copy): Provide default implementation.
4322
4323 2000-04-22  Richard Henderson  <rth@cygnus.com>
4324
4325         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
4326         the collected condition is not a constant.
4327
4328 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
4329
4330         * diagnostic.h: New file.
4331
4332         * Makefile.in (diagnostic.o): Depends on diagnostic.h
4333
4334         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
4335         various function prototypes.
4336         (diagnostic.h): #include.
4337         (struct output_buffer): Move into diagnostic.h.
4338         (get_output_prefix): Rename to output_get_prefix.  Export.
4339         (init_output_buffer): Export. Break out.  Ajust intialization.
4340         (output_space_left, output_append): Export.
4341         (output_newline): Rename to output_add_newline.  Export.
4342         (output_clear): Nullify additional output_buffer fields.
4343         (output_puts): Rename to output_add_string.  Export.
4344         (dump_output): Rename to output_flush_on.  Export.
4345         (build_location_prefix): Constify return-type.
4346         (emit_output_prefix): Rename to output_emit_prefix. Export.
4347         (set_real_maximum_length): New function.
4348         (output_set_maximum_length): Ditto
4349         (output_clear): Ditto.
4350         (output_add_character): Ditto.
4351         (output_add_integer): Ditto.
4352         (output_add_space): Ditto.
4353         (output_format): Ditto.
4354         (output_printf): Adjust buffer initialization.
4355         (vline_wrapper_message_with_location): Ditto.
4356         (v_message_with_decl): Ditto.  Adjust call to output_puts
4357         and get_output_prefix.
4358         (default_print_error_function): Adjust buffer intialization.
4359
4360 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4361
4362         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
4363         of VOID_TYPE.
4364
4365 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
4366
4367         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
4368         of explicit 0.
4369
4370 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
4371
4372         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
4373         accurate data about SP moves.
4374
4375 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
4376
4377         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
4378         aliases to AM33 registers.
4379
4380 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
4381
4382         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
4383         to all EXTENDED bitmaps.
4384
4385 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
4386
4387         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
4388         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
4389         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
4390
4391 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
4392
4393         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
4394         the operand is not constant.
4395
4396 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
4397
4398         * reload.c (find_equiv_reg): Checks all valueno and regno regs
4399         as a call-clobbered regs.
4400
4401 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4402
4403         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
4404         * rtl.h: Likewise.
4405         * rtl.def: Update comment.
4406         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
4407         * integrate.c (expand_inline_function): Likewise.
4408         * profile.c (branch_prob): Likewise.
4409         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
4410         * print-rtl.c (print_rtx): Likewise.
4411         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
4412         (reemit_notes): Likewise; also use enum insn_note.
4413
4414         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
4415         (place_field): Properly compute know and actual alignment.
4416
4417         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
4418         in proper format.
4419
4420         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
4421         note for REG1.
4422
4423 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
4424
4425         * cpphash.c (struct arg, struct arglist): Const-ify strings.
4426         (warn_trad_stringify, duplicate_arg_p): New helper functions.
4427         (collect_expansion): Rewrite to scan over a token list.
4428         Remove -traditional support.
4429         (collect_formal_parameters): Rename to collect_params; rewrite
4430         to scan over a token list.
4431         (_cpp_create_definition): Adjust to scan a token list.
4432         (_cpp_macroexpand): Remove -traditional support.
4433         (_cpp_compare_defs): Whitespace is now canonicalized.
4434         (comp_def_part): Delete function.
4435
4436         * cpphash.h: Update prototypes.
4437         * cpplex.c (init_token_list): Don't set lineno if there is no
4438         buffer.
4439         (pedantic_whitespace): New function.
4440         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
4441         consume a newline.  Use pedantic_whitespace.
4442         (_cpp_lex_token): Remove support for -traditional macros.
4443         (_cpp_get_define_token): Delete.
4444         (_cpp_get_directive_token): Do the real work here.  Use
4445         pedantic_whitespace.
4446         (_cpp_init_input_buffer): Initialize pfile->directbuf.
4447
4448         * cpplib.c (get_macro_name): Delete.
4449         (do_define): Read the entire line into pfile->directbuf, then
4450         feed the token list to _cpp_create_definition.
4451         * cpplib.h (HSPACE_BEFORE): new define.
4452         (struct cpp_reader): Add a toklist member, "directbuf".
4453
4454         * predict.c (estimate_probability): New heuristic: if a jump
4455         branches around a block with no successors, predict it taken.
4456         Disentangle control flow.
4457
4458 2000-04-20  Richard Henderson  <rth@cygnus.com>
4459
4460         * loop.c (emit_iv_add_mult): Revert last change.
4461
4462 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
4463
4464         * cpplib.h (enum cpp_ttype): Add token types for all
4465         punctuators.  Distinguish pp-numbers from valid C numbers.
4466         Give some tokens better names.  Initialize from macro.
4467         (struct cpp_name, cpp_token, cpp_toklist): New data
4468         structures.
4469         Update prototypes.
4470         * cpplex.c (bump_column, expand_name_space,
4471         expand_token_space, init_token_list, cpp_output_list,
4472         _cpp_scan_line):  New functions.
4473         (output_line_command): Add third argument, new line number.
4474         * cpphash.h: Update prototypes.
4475         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
4476         token names.
4477
4478 2000-04-20  Richard Henderson  <rth@cygnus.com>
4479
4480         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
4481
4482 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
4483
4484         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
4485         object pointed to.
4486
4487 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4488
4489         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
4490         REG_EQUAL note explaining the calculated value.
4491
4492         * calls.c (expand_call): Avoid unnecesary precalculation
4493         and outgoing parameters space guarding for sibling calls.
4494         (store_one_arg): Likewise.
4495
4496 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4497
4498         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
4499         (rest_of_compilation): Write sibling dump file and account
4500         for time as jump time.
4501         * invoke.texi: Update documentation on dump flags.
4502
4503 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
4504
4505         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
4506
4507 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
4508
4509         * cpphash.c (special_symbol): Represent an empty macro with
4510         "\r \r " not just "\r ".
4511         (_cpp_macroexpand): Correct condition for the foo ( ) special
4512         case.
4513         (unsafe_chars): Handle EOF as second argument.
4514         (push_macro_expansion): Simplify test for removing escape at
4515         end.  Do not trim both escapes if there is no text in between.
4516
4517 2000-04-19  Jim Blandy  <jimb@redhat.com>
4518
4519         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
4520         of PTR_SIZE, when appropriate.
4521
4522 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
4523
4524         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
4525         (USE_ENUM_BITFIELDS): Fix typo.
4526
4527 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4528
4529         * stor-layout.c (place_field): Set rli->offset_align properly.
4530
4531 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4532
4533         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
4534         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
4535         PARM_BOUNDARY): Remove unnecessary casts.
4536
4537 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4538
4539         * calls.c (precompute_arguments): Remove must_preallocate and
4540         args_size calls.
4541         (expand_call): Update call of precompute_arguments.
4542
4543         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
4544         check_insn_for_givs): Break out from ...
4545         (strength_reduce) ... here; use for_every_insn_in_loop to call
4546         check_insn_for_givs.
4547         * loop.h (for_every_insn_in_loop): Declare.
4548         (loop_insn_callback): New type.
4549
4550 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
4551
4552         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
4553         not nul-terminated.
4554
4555 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
4556
4557         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
4558         flag_pic and RELOC.
4559
4560 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
4561
4562         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
4563
4564         * configure.in: Delete --disable-cpplib option and all
4565         references to cpp_main.
4566         * configure: Regenerate.
4567         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
4568         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
4569         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
4570         cpp$(exeext).  Add --no-headers to makeinfo command line when
4571         generating INSTALL.  Install and uninstall cpp.1 manpage, not
4572         cccp.1.
4573         * install.texi: Delete all references to cexp.y/cexp.c.
4574         Delete ancient instructions for compiling GCC on 3b1.
4575         * INSTALL: Regenerate.
4576
4577         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
4578         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
4579         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
4580         cexp.c/cexp.y.
4581         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
4582         which is no longer tested anywhere.
4583
4584         * cppinit.c (handle_option): Don't run error message through
4585         gettext twice.
4586
4587 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4588
4589         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
4590         * cpperror.c (hashtab.h): Now include.
4591         * cppexp.c (hashtab.h): Likewise.
4592         * cpplex.c (hashtab.h): Likewise.
4593         * cppfiles.c (hashtab.h): Likewise.
4594         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
4595         to htab_find_slot_with_hash.
4596         * cpphash.c (hashtab.h): Now include.
4597         (_cpp_lookup_slot): INSERT is now enum insert_option.
4598         * cpphash.h (_cpp_lookup_slot): Likewise.
4599         * cppinit.c (hashtab.h): Include earlier.
4600         (initialize_builtins): Pass enum to htab_find_slot.
4601         * cpplib.c (hashtab.h): Now include.
4602         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
4603         (do_pragma_poison, do_assert): Likewise.
4604         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
4605         htab_find_slot_with_hash.
4606         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
4607         * tree.c (type_hash_add): Likewise.
4608         (build1): Minor cleanup.
4609
4610         * ggc-common.c: Add missing blanks.
4611         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
4612         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
4613
4614         * stmt.c (mark_case_node): New function.
4615         (mark_case_nesting): Call it.
4616
4617         * expmed.c (emit_store_flag): If comparing two-word integer
4618         with zero, can optimize NE, EQ, GE, and LT.
4619
4620         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
4621         * conflict.c: Minor cleanups.
4622         * optabs.c: Add blank line
4623         * simplify-rtx.c: Minor cleanups.
4624
4625 2000-04-18  Stan Cox  <scox@cygnus.com>
4626
4627         * gengenrtl.c (genlegend): Fix misspelling.
4628
4629 2000-04-18  Robert Lipe  <robertlipe@usa.net>
4630
4631         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
4632         bitfields of the host compiler are not signed quantities.
4633         * config.in: Regenerate.
4634         * configure: Regenerate.
4635         * system.h (USE_ENUM_BITFIELDS): Added.
4636         (ENUM_BITFIELDS): Added.
4637         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
4638         (SHORT_ENUM_BUG): Deleted.
4639         * tree.h (tree_common): Members `code', `mode', `built_in_class',
4640         now ENUM_BITFIELD.
4641         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
4642         (CODE_FIELD_BUG): Likewise.
4643         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
4644         (OLD_CC): Likewise.
4645         * config/m68k/x-ccur (X_CFLAGS): Likewise.
4646
4647 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
4648
4649         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
4650         mark is active.
4651
4652 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
4653
4654         * cppexp.c (lex): Don't assume tokens are NUL terminated.
4655         * cpplib.c (do_include, do_import, do_include_next,
4656         read_line_number, detect_if_not_defined): Likewise.
4657         * cpphash.c (collect_expansion): Likewise.
4658         (special_symbol, _cpp_macroexpand): Check return from
4659         cpp_file_buffer.
4660         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
4661         macros.  Delete all uses.
4662
4663         * gcc.dg/cpp-mi.c: Add two more test cases.
4664         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
4665
4666 2000-04-17  Richard Henderson  <rth@cygnus.com>
4667
4668         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
4669         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
4670
4671 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
4672
4673         * function.c (expand_function_start): Use hard_function_value to
4674         compute the RTL to use for DECL_RESULT.
4675
4676 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4677
4678         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
4679         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
4680          x86_memory_mismatch_stall): New global variables.
4681         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
4682         alloved; fix load penalties for Athlon.
4683         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
4684         x86_memory_mismatch_stall): Declare.
4685         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
4686          TARGET_MEMORY_MISMATCH_STALL): New.
4687         * i386.md (athlon scheduling parameters): Fix latencies according to
4688         Athlon Optimization Manual.
4689         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
4690         vector.
4691         (fsqrt instruction patterns): Set athlon_decode to direct.
4692         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
4693         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
4694         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
4695         and TARGET_PARTIAL_REGISTER_STALL machines.
4696         (pushdf_nointeger): New pattern.
4697         (pushdf_integer): Rename from pushdf.
4698         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
4699         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
4700
4701 2000-04-17  Richard Henderson  <rth@cygnus.com>
4702
4703         * loop.c (canonicalize_condition): Add WANT_REG argument.
4704         Stop the search if we match it.
4705         * expr.h (canonicalize_condition): Update decl.
4706         * predict.c (expected_value_to_br_prob): Use it.  Track last
4707         expected value note.
4708         (find_expected_value): Remove.
4709
4710         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
4711
4712 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
4713
4714         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
4715         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
4716         a plain file.
4717         * configure.in: Call AC_FUNC_MMAP_FILE.
4718         * configure: Regenerate.
4719         * config.in: Regenerate.
4720
4721         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
4722         * fixinc/fixincl.c: Likewise.
4723
4724 2000-04-17  Richard Henderson  <rth@cygnus.com>
4725
4726         * builtins.c (expand_builtin_expect): New.
4727         (expand_builtin): Call it.
4728         * builtins.def (BUILT_IN_EXPECT): New.
4729         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
4730         * extend.texi: Document it.
4731
4732         * predict.c (expected_value_to_br_prob): New.
4733         (find_expected_value): New.
4734         * basic-block.h (expected_value_to_br_prob): Declare.
4735         * toplev.c (rest_of_compilation): Invoke it.
4736
4737         * rtl.h (NOTE_EXPECTED_VALUE): New.
4738         (NOTE_INSN_EXPECTED_VALUE): New.
4739         * rtl.c (note_insn_name): Update.
4740         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
4741         cases; handle NOTE_INSN_EXPECTED_VALUE.
4742
4743 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
4744
4745         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
4746         leaf sibcall delay slot if flag_pic.
4747         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
4748
4749 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4750
4751         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
4752
4753         * fixproto: If fix-header fails, exit with an error.
4754
4755 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4756
4757         * cse.c (struct check_depdendence_data): New.
4758         (check_dependence): New function.
4759         (invalidate): Use check_depdenence.
4760
4761 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
4762
4763         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
4764         UNITS_PER_WORD is unsigned.
4765
4766         * tree.h (struct tree_common): Remove misleading comment.
4767
4768 2000-04-16  Dave Pitts  <dpitts@cozx.com>
4769
4770         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
4771         message in quotes. Otherwise, IBM's make program treats the '#' as the
4772         start of a comment and ignores the remainder of the line.
4773
4774         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
4775         upper case.
4776         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
4777         * cexp.y (initialize_random_junk): Likewise.
4778         * cppfiles.c (find_include_file): Cast alloca return value.
4779         * cppinit.c (initialize_standard_includes): Likewise.
4780         * cpplib.c (cpp_define, cpp_undef): Likewise.
4781         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
4782         * final.c (output_asm_insn): Allow for holes in EBCDIC.
4783         * fold-const.c (CHARMASK): New.
4784         (real_hex_to_f): Use it.
4785         * real.c (CHARMASK): New.
4786         (etoasc, asctoeg): Use it.
4787         (asctoeg): EBCDIC lower case characters preceed upper case.
4788
4789         * i370.c (mvs_add_label): Change spacing for coding conventions.
4790         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
4791         outputing case vectors.
4792         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
4793         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
4794         since vector in in the data CSECT.
4795         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
4796         * i370.md (Many patterns): Put the length in the XL directives.
4797         (movdi): Put back STM and MVC in definition.
4798         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
4799         pattern using the TCA.
4800         * oe.h (CPP_SPEC): Added to allow trigraphs.
4801         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
4802         not support the "long long" type.
4803
4804 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
4805
4806         * config/mips/mips-protos.h (mips_legitimate_address_p): New
4807         function.
4808         (mips_reg_mode_ok_for_base_p): Likewise.
4809         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
4810         (REG_OK_FOR_INDEX_P): Define unconditionally.
4811         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
4812         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
4813         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
4814         that GET_MODE_SIZE is unsigned.
4815         (mips_reg_mode_ok_for_base_p): Define.
4816         (mips_legitimate_address_p): Likewise.  Adjust now
4817         that GET_MODE_SIZE is unsigned.
4818         (block_move_loop): Make the number of bytes unsigned.
4819         (expand_block_move): Likewise.
4820         (function_arg): Make the loop counter unsigned to match the
4821         boundary condition.
4822
4823 2000-04-16  Richard Henderson  <rth@cygnus.com>
4824
4825         * rtl.h (enum insn_note): New enumeration.  Subsume
4826         NOTE_INSN_DELETED and friends.
4827         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
4828         * rtl.c (note_insn_name): Tweak string order.
4829
4830 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
4831
4832         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
4833         to offset * 2.
4834
4835         * cpplex.c (output_line_command): Remove debugging prints.
4836         (cpp_output_tokens): Don't write out a zero-length buffer or
4837         try to see if it has a newline in it.
4838         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
4839         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
4840         the end of the loop.  Use memmove.  Don't read past the end of
4841         the buffer.  Remove trailing newlines from error messages.
4842
4843 2004-04-16  Neil Booth  <NeilB@earthling.net>
4844
4845         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
4846         * cpplib.c: Add new syntax flags to directive table, and
4847         supporting macros.
4848
4849 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
4850
4851         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
4852         using ret $N.
4853
4854 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
4855
4856         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
4857         * haifa-sched.c: Update -fsched-verbose comments to use "=".
4858
4859 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4860
4861         * Makefile.in (ggc-page.o): Now includes toplev.h.
4862         * ggc-page.c (toplev.h): Now included.
4863         (gc_time): Remove declaration.
4864         (ggc_collect): TIME now long.
4865         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
4866         others static.
4867         * toplev.h (gc_time, parse_time, gc_time): New declarations.
4868
4869         * toplev.c: Make *_time variable long to reduce chance of overflow.
4870         (TIMEVAR): Likewise for `otime'.
4871         (print_time): Arg is now long; compute percentage in FP and round.
4872         * toplev.h (print_time): Arg is long.
4873
4874         * tree.c: Minor whitespace changes.
4875
4876         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
4877         * configure: Rebuilt.
4878         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
4879         (__fixunsxfDI): Renamed from __fixunsxfdi.
4880         (__fixunsdfDI): Renamed from __fixunsdfdi.
4881         (__fixunssfDI): Renamed from __fixunssfdi.
4882         (__floatdisf): Use proper type in REP_BIT macro.
4883         (__fixunsxfSI): Renamed from __fixunsxfsi.
4884         (__fixunsdfSI): Renamed from __fixunsdfsi.
4885         (__fixunssfSI): Renamed from __fixunssfsi.
4886         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
4887         Change location of macros and upper-case some names as above.
4888         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
4889         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
4890
4891         * varasm.c (assemble_variable): Add cast to remove warning.
4892         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
4893
4894         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
4895         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
4896         region number to -1.
4897
4898 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
4899
4900         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
4901         call unshare_all_rtl.
4902
4903         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
4904
4905 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
4906
4907         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
4908         Use .s1 not .s0 for all FP instructions.
4909
4910 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
4911
4912         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
4913         interfaces.
4914         (safe_fwrite, output_line_command): New static functions.
4915         (cpp_expand_to_buffer): Now private to cpplib.
4916         (cpp_scan_buffer): Take a printer.
4917
4918         * cpphash.h: Update prototypes.
4919         * cpplib.h: Update prototypes.
4920         (cpp_printer): New.
4921         (cpp_buffer): Remove last_nominal_fname.
4922         (cpp_reader): Remove lineno.
4923
4924         * cppmain.c: Use a cpp_printer.
4925         * fix-header.c: No need to inhibit line commands.  Call
4926         cpp_start_read with no printer.
4927
4928         * cpperror.c (cpp_notice_from_errno): Provide default name.
4929         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
4930         (find_include_file, cpp_read_file): Use make_IHASH.
4931         (file_cleanup): Set control_macro and clear
4932         input_stack_listing_current here.
4933         (_cpp_execute_include): Don't output entering-file marker.
4934         * cpphash.c (special_symbol): Look for the line number in the
4935         buffer, not the reader.
4936         (_cpp_macroexpand): No need to disable line commands.
4937         (_cpp_dump_definition): No need to generate line commands.
4938         (dump_hash_helper): Remove excess newline from output.
4939         * cppinit.c (dump_special_to_buffer): No need to generate line
4940         commands.
4941         (cpp_printer_init): New.
4942         (cpp_start_read): Take a printer, and start it up if it's not
4943         NULL.  No need to generate line commands.
4944         (cpp_finish): Expect no buffers stacked at all.  Take a
4945         printer argument, and flush the output buffer if it's not
4946         NULL.
4947         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
4948         Don't put two hashes at the beginning of an assertion.
4949         (cpp_get_token): Don't increment pfile->lineno or emit line
4950         commands here.  Return EOF if there's no buffer when we get
4951         EOF.
4952         * cpplib.c (do_define, skip_if_group):
4953         No need to disable line commands.
4954         (_cpp_output_line_command): Delete function.
4955         (do_line): Don't emit line commands here, but set things up so
4956         they will be emitted if necessary.  Use _cpp_fake_ihash to
4957         make unique nominal_fnames if necessary.
4958         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
4959         with 0 for column, not -1.
4960         (_cpp_handle_eof): Don't set the control macro here.  Don't
4961         clear input_stack_listing_current here.  Don't emit line
4962         commands.
4963
4964 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
4965
4966         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
4967         always, use the default SVR4 start address.
4968
4969         * config/rs6000/linux.h (LINK_SPEC): Don't define.
4970         (LINK_SHLIB_SPEC): Define.
4971         (LINK_START_DEFAULT_SPEC): Define.
4972         (LINK_OS_DEFAULT_SPEC): Define.
4973
4974         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
4975
4976         * config/rs6000/eabi.asm (__eabi): Call __init rather than
4977         __do_global_ctors to handle constructors.
4978         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
4979         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
4980         (STARTFILE_MVME_SPEC): Likewise.
4981         (STARTFILE_SIM_SPEC): Likewise.
4982         (ENDFILE_ADS_SPEC): Use crtend.
4983         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
4984         (ENDFILE_MVME_SPEC): Likewise.
4985         (ENDFILE_SIM_SPEC): Likewise.
4986         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
4987         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
4988         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
4989         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
4990         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
4991         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
4992         (CRTSTUFF_T_CFLAGS_S): Define.
4993         * config/rs6000/eabi-ctors.c: Delete.
4994
4995         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
4996         boundary.
4997         (__fini): Likewise.
4998         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
4999         boundary.
5000         (__fini): Likewise.
5001
5002 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
5003
5004         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
5005         plus mask size is smaller or equal to the mode size.
5006
5007 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5008
5009         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
5010         not yet set.
5011
5012         * expr.c (reload.h): Now included.
5013         (emit_block_move): Set volatile_ok when checking for movstr.
5014         (emit_move_1): Check for replacements in addresses in multi-word case.
5015         * Makefile.in (expr.o): Now includes reload.h.
5016
5017         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
5018         Never have a LIBCALL end a basic block.
5019         (find_basic_blocks_1): Likewise.
5020         Reorganize CALL_INSN cases.
5021
5022         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
5023
5024 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
5025
5026         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
5027         completers from mov.ret instruction.
5028
5029 2000-04-14  Richard Henderson  <rth@cygnus.com>
5030
5031         * fold-const.c (extract_muldiv): Don't distribute and widen
5032         multiply across plus for non-sizetype unsigned types.
5033
5034 2000-04-14  Richard Henderson  <rth@cygnus.com>
5035
5036         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
5037         If the original source is dead in the incr insn, it's dead now.
5038
5039 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5040
5041         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
5042         see if DECL_BIT_FIELD needs to still be set.
5043
5044         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
5045
5046         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
5047         print_int_cst_octal with something that's not an INTEGER_CST.
5048
5049         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
5050         and not a SUBREG to a FLOAT rtl.
5051
5052 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
5053
5054         * emit-rtl.c (try_split): Avoid infinite loop if the split
5055         results in a sequence that contains the original insn.
5056
5057 2000-04-13  Andreas Jaeger  <aj@suse.de>
5058
5059         * config/mips/mips.c (expand_block_move): Pass alignment
5060         argument to move_by_pieces in bits, not bytes.
5061
5062         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
5063         __pic__ for little endian.
5064
5065 2000-04-13  Andreas Jaeger  <aj@suse.de>
5066
5067         * config/i386/i386-protos.h: Add prototype for
5068         uno_comparison_operator.
5069
5070 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5071
5072         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
5073         * calls.c (ECF_PURE): New flag.
5074         (emit_call_1): Handle ECF_PURE calls.
5075         (initialize_argument_information): Unset ECF_PURE flag too.
5076         (precompute_arguments): Precompute for ECF_PURE too.
5077         (expand_call): Handle ECF_PURE calls too.
5078         (emit_library_call_value_1): Rename no_queue argument to fn_type,
5079         accept value of 2 as pure function.
5080         (emit_library_call_value, emit_library_call): Rename no_queue argument
5081         to fn_type.
5082         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
5083
5084         * tree.h (DECL_IS_PURE): New macro.
5085         (struct tree_decl): Add pure_flag.
5086         * c-common.c (enum attrs): Add attribute "pure".
5087         (init_attributes): Initialize attribute "pure"
5088         (decl_attributes): Handle attribute "pure".
5089         * extend.texi (Attribute "pure"): Document.
5090         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
5091         in pure function.
5092         (flags_from_decl_or_type): Support attribute "pure".
5093
5094 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
5095
5096         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
5097         the token except for numbers and identifiers.
5098
5099 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
5100
5101         * i386.c (ix86_expand_binary_operator,
5102         ix86_expand_unary_operator): Check no_new_pseudos
5103         instead of reload_in_progress and reload_completed.
5104         (ix86_split_ashldi, ix86_split_ashrdi,
5105         ix86_split_lshrdi): Check no_new_pseudos instead
5106         of reload_completed.
5107
5108 2000-04-12  Jeffrey A Law  (law@cygnus.com)
5109
5110         * function.c (purge_addressof): Unshare any shared rtl created by
5111         purge_addressof and its children.
5112
5113 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
5114
5115         * function.c (aggregate_value_p): VOID_TYPE nodes are never
5116         aggregates.
5117
5118 2000-04-05  Andreas Jaeger  <aj@suse.de>
5119
5120         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
5121         not compiling PIC code, add flags for mabi=64.
5122         (SUBTARGET_CPP_SIZE_SPEC): New.
5123         (SUBTARGET_CPP_SPEC): New.
5124         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
5125         for MIPS/Linux and lots of code needs these defines.
5126
5127 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
5128
5129         * reorg.c (fill_slots_from_thread): Check side_effects_p when
5130         trying the "opposite arithmetic" approach.
5131
5132 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5133
5134         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
5135         (struct sh_args): Add new field force_mem.
5136         (INIT_CUMULATIVE_ARGS): Initialize it.
5137         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
5138
5139 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5140
5141         * calls.c (expand_call): Do not reverse args in "equal from" field.
5142         (emit_library_call_value_1): Emit_libcall_block for const and pure
5143         function.
5144
5145 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5146
5147         * reload1.c (reload_combine): Don't enable optimization for fixed
5148         registers when encountering a BARRIER.
5149
5150 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5151
5152         * builtins.c (expand_builtin_memcmp): Do expansion even with
5153         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
5154
5155         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
5156         stack is propertly aligned; add sanity checking for aligned
5157         stack pointer.
5158         (expand_library_call_value_1): Add sanity checking for aligned
5159         stack pointer.
5160
5161 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
5162
5163         * calls.c (emit_library_call_value_1): Change 3rd arg to
5164         locate_and_pad_parm to disregard the setting of partial.
5165
5166 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5167
5168         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
5169
5170         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
5171         CALL_INSN from the normal case.
5172
5173 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5174
5175         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
5176         New global variables.
5177         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
5178         adjustment.
5179         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
5180         Declare,
5181         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
5182          TARGET_ADD_ESP_8): New macros.
5183         * i386.md: Add peep2s to convert esp adjustments to push and pop
5184         instructions.
5185         (pushsi_prologue, popsi_epilogue): New patterns.
5186
5187 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
5188
5189         * real.c (toe64): Remove stale #endif from the last change.
5190
5191 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
5192
5193         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
5194         * real.c (toe64): Revert previous change.
5195
5196 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
5197
5198         * objc/objc-act.c: Include ggc.h.
5199         (objc_tree_index, objc_global_trees): Convert most of the
5200         static tree variables into a static array with previous names
5201         as defines.
5202         (objc_ellipsis_node): New variable.
5203         (lang_init): Call objc_act_parse_init and c_parse_init.
5204         Create objc_ellipsis_node.
5205         (build_selector_translation_table): Use objc_ellipsis_node instead
5206         of (tree)1.
5207         (hack_method_prototype): Likewise.
5208         (get_arg_type_list): Likewise.
5209         (start_method_def): Likewise.
5210         (continue_method_def): Likewise.
5211         (gen_method_decl): Likewise.
5212         (ggc_mark_imp_list): New function.
5213         (ggc_mark_hash_table): New function.
5214         (objc_act_parse_init): New function.
5215         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
5216         * c-parse.in (c_parse_init): For objc add roots of objc specific
5217         local tree variables.
5218         * objc/objc-parse.y: Rebuilt.
5219         * objc/objc-parse.c: Rebuilt.
5220         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
5221
5222 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
5223
5224         * cse.c (delete_trivially_dead_insns): Also delete insns
5225         that copy a register to itself where the destination is
5226         a strict_low_part.
5227
5228 2000-04-11  Richard Henderson  <rth@cygnus.com>
5229
5230         * flow.c (struct propagate_block_info): Add new_dead, new_live.
5231         (propagate_block): Initialize them.  Use them in parallel instead
5232         of one tmp variable, ie revert much of the 0408 and 0407 functional
5233         changes, but keep the structural changes.
5234         (mark_set_regs): Take new_dead from propagate_block_info instead.
5235         (mark_set_1, mark_set_reg): Likewise.
5236         (mark_used_regs): Likewise with new_live.
5237         (mark_used_reg): Likewise.  Revert 0408 change.
5238
5239 2000-04-11  Nick Clifton  <nickc@cygnus.com>
5240
5241         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
5242         restriction.
5243         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
5244
5245 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5246
5247         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
5248         const section to output a CONSTRUCTOR based on the same conditions
5249         used for VAR_DECLs.
5250
5251 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
5252
5253         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
5254         * pa/pa-protos.h (output_call): Add additional argument indicating
5255         if the call is a sibling/tail call.
5256         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
5257         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
5258         (function_arg, function_arg_partial_nregs): Likewise
5259         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
5260         (emit_move_sequence): Zero extend certain constants as needed
5261         for TARGET_64BIT.
5262         (compute_zdepdi_operands, output_64bit_and): New functions.
5263         (output_64bit_ior, function_arg): Likewise.
5264         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
5265         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
5266         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
5267         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
5268         (output_bvb): Likewise.
5269         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
5270         (output_call): New argument 'sibcall'.  Generate sibcall sequences
5271         as needed.
5272         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
5273         (ouput_arg_descriptor): Do not emit argument descriptors for
5274         TARGET_64BIT.
5275         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
5276         defined.
5277         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
5278         (FUNCTION_OK_FOR_SIBALL): Define.
5279         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
5280         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
5281         (CPP_SPEC): Use new spec infrastructure.
5282         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
5283         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
5284         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
5285         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
5286         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
5287         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
5288         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
5289         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
5290         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
5291         (FUNCTION_ARG); Call out to C code.
5292         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
5293         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
5294         (MIN_UNITS_PER_WORD): Likewise.
5295         * pa/pa.md (cmpdi): New expander.
5296         (scc patterns, movstrsi): Not available for TARGET_64BIT.
5297         (64bit conditional arithmetic): New patterns.
5298         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
5299         (movsicc): Not available if modes on all the operands to not match.
5300         (movdicc): New expander and associated patterns.
5301         (64bit branches): New patterns.
5302         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
5303         (pre_ldd, post_std): New patterns.
5304         (64bit addil, load low part): New patterns.
5305         (special movsf constant): Not available for TARGET_64BIT.
5306         (movsf, movdf expanders): Force constants into memory.
5307         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
5308         (64bit movdf/movdi patterns): New patterns.
5309         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
5310         for TARGET_64BIT.
5311         (extendqidi2, extendhidi2, extendsidi2): Similarly.
5312         (adddi3 expander): Allow "arith_operand" for second input.
5313         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
5314         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
5315         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
5316         (muldi3): New expander for TARGET_64BIT.
5317         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
5318         for TARGET_64BIT.
5319         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
5320         patterns for TARGET_64BIT.
5321         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
5322         patterns for TARGET_64BIT.
5323         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
5324         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
5325         (sibcall_epilogue): New expander.
5326         (casesi): Tweak for TARGET_64BIT.
5327         (call expanders): Set & use the outgoing argument pointer.  Use the
5328         64bit call patterns as needed. Add additional arg to output_call.
5329         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
5330         (sibcall, sibcall_internal_symref): New expanders.
5331         (sibcall_value, sibcall_value_internal_symref
5332         (interspace_jump): Turn into an expander + matching patterns.
5333         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
5334         * pa/pa64-regs.h: Eliminate trigraph sequences.
5335         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
5336
5337 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
5338
5339         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
5340         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
5341         cpp_token with cpp_ttype everywhere.
5342         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
5343         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
5344         CPP_BUF_COL.  Line and column numbers are unsigned int, not
5345         long.
5346         * cpplex.c (cpp_buf_line_and_col): Delete.
5347         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
5348         'long lineno' to 'unsigned int lineno'.
5349         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
5350
5351 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5352
5353         * extend.texi: ISO C99 is not a draft anymore.
5354         * invoke.texi: ISO C++ is not a draft anymore.
5355         * cpp.texi: __cplusplus is required by the ISO standard.
5356
5357         * extend.texi (-fthis-is-variable): Undocument.
5358         * flags.h (warn_template_debugging): Remove declaration.
5359         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
5360         -Wenum-clash, -Wtemplate-debugging): Undocument.
5361
5362 2000-04-10  Nick Clifton  <nickc@cygnus.com>
5363
5364         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
5365         integer.
5366         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
5367         integer.
5368         (ARM_SIGN_EXTEND): Use HOST_UINT.
5369         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
5370         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
5371         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
5372         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
5373
5374         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
5375         (arm_gen_constant): Use HOST_UINT.
5376         (arm_canonicalize_constant): Use HOST_UINT.
5377         (arm_reload_in_hi): Use HOST_UINT.
5378         (arm_reload_out_hi): Use HOST_UINT.
5379         (output_multi_immediate): Use HOST_UINT.
5380         (int_log2): Use HOST_UINT.
5381         (arm_poke_function_name): Use HOST_UINT.
5382         (arm_output_epilogue): Use arm_volatile_func().
5383         (output_thumb_prologue): Use arm_strip_name_encoding().
5384
5385 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5386
5387         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
5388         of sequence point problems.
5389
5390 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
5391
5392         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
5393         Recomment.
5394         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
5395
5396 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5397
5398         * sbitmap.h: Whitespace changes and use upper-case macro args.
5399         (struct simple_bitmap_def): All sizes now unsigned.
5400         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
5401         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
5402         (sbitmap_vector_alloc): Parms and local vars now unsigned.
5403         (sbitmap_zero): Cast bzero arg to PTR.
5404         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
5405         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
5406         loop to make structure clearer.
5407         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
5408         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
5409         (sbitmap_a_and_b_or_c): Likewise.
5410         (sbitmap_intersection_of_succs): Minor cleanups.
5411         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
5412         (sbitmap_union_of_preds): Likewise.
5413         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
5414         (debug_sbitmap): New function.
5415
5416         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
5417         * c-typeck.c (convert_for_assignment): Likewise.
5418
5419         * expmed.c (init_expmed): Don't free objects we make.
5420         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
5421
5422         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
5423         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
5424
5425         * gcse.c (expr_hash_table_size): Now unsigned.
5426         (compute_ae_gen): Local variable `i' now unsigned.
5427         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
5428         (compute_transout, hoist_code): Likewise.
5429         (compute_local_properties): Likewise, also hash_table_size.
5430         (alloc_expr_hash_table): N_INSNS now unsigned.
5431         (delete_null_pointer_checks): Mark arg F as unused.
5432
5433         * regrename.c: Minor cleanups, including chang some variables
5434         to unsigned int.
5435
5436 2000-04-10  Neil Booth  <NeilB@earthling.net>
5437
5438         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
5439         than GETC ().
5440         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
5441
5442 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5443
5444         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
5445         __classof__, and __headof__ from the list of gnu keywords.
5446         (-ansi): Remove -foperator-names from list of implied options.
5447         Do not call it ANSI C++.
5448         (-foperator-names): Document as -fno-operator-names.
5449
5450 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
5451
5452         * cpphash.c (timestamp): Delete.
5453         (del_HASHNODE): If type is T_MCONST, free value.cpval.
5454         (special_symbol): Remove unnecessary braces.  Remove
5455         T_VERSION.  Treat T_STDC like T_CONST unless
5456         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
5457         when one is encountered, then convert them into T_MCONST
5458         nodes.
5459         * cppinit.c (builtin_array): version_string is T_MCONST.
5460         __STDC__ has a "1" in its cpval.  Don't have a terminator
5461         entry.  Clean up which entries are dumped.
5462         (initialize_builtins): Only __STDC__ gets the special
5463         -traditional treatment.  Count the length of builtin_array.
5464         Render version_string here.
5465         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
5466         * cpplib.h (struct cpp_reader): Remove timebuf.
5467
5468 2000-04-09  Richard Henderson  <rth@cygnus.com>
5469
5470         * genrecog.c (pred): Update comparison_operator for the unordered
5471         operators.
5472
5473         * config/i386/i386.c (no_comparison_operator): Disallow unordered
5474         operators.
5475         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
5476         (uno_comparison_operator): New.
5477         (put_condition_code): Handle UNORDERED/ORDERED.
5478         (unsigned_comparison): Likewise.
5479         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
5480         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
5481         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
5482         update all callers.  Handle all 8 unordered operators.
5483         (ix86_expand_setcc): Lose the unordered argument, update all callers.
5484         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
5485         * config/i386/i386.h (PREDICATE_CODES): Update.
5486         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
5487         (ix86_expand_branch, ix86_expand_setcc): Update.
5488         * config/i386/i386.md (sunordered, sordered): New.
5489         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
5490         (bunordered, bordered): New.
5491         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
5492         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
5493         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
5494
5495 2000-04-09  Philip Blundell  <philb@gnu.org>
5496
5497         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
5498
5499 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
5500
5501         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
5502         fix_truncxfhi2): New patterns.
5503         * i386.c (output_fix_trunc): Handle converting to HImode.
5504
5505 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
5506
5507         * ssa.c (convert_to_ssa): Eliminate dead code when calling
5508         life_analysis.
5509         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
5510         (for_each_successor_phi): Change parameter to basic_block.
5511         (coalesce_regs_in_successor_phi_nodes): Likewise.
5512         (coalesce_regs_in_copies): Likewise.
5513         (compute_coalesced_reg_partition): Use basic_block instead of index.
5514         * rtl.h (convert_to_ssa): Delete.
5515         (convert_from_ssa): Likewise.
5516         (successor_phi_fn): Likewise.
5517         (for_each_successor_phi): Likewise.
5518         (in_ssa_form): Likewise.
5519         * basic-block.h (convert_to_ssa): Moved from rtl.h.
5520         (convert_from_ssa): Likewise.
5521         (successor_phi_fn): Likewise.
5522         (in_ssa_form): Likewise.
5523         (for_each_successor_phi): Likewise.  Change parameter to basic_block.
5524         * flow.c (calculate_global_regs_live): Pass a basic_block to
5525         for_each_successor_phi.
5526
5527 2000-04-08  Richard Henderson  <rth@cygnus.com>
5528
5529         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
5530         was modified in the current insn.
5531
5532 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
5533
5534         * arm/thumb.md: Delete.
5535         * arm/thumb-protos.h: Delete.
5536
5537 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
5538
5539         Merge changes from merged-arm-thumb-backend-branch onto trunk.
5540
5541         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
5542
5543         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
5544         into branch.
5545
5546         * arm.md (nop): Use the standard RTL expression.  Don't code as a
5547         define_expand.
5548         (*arm_nop, *thumb_nop): Delete.
5549
5550         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
5551         constants.  Use casts instead.
5552         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
5553         output_multi_immediate, arm_poke_function_name): Likewise.
5554         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
5555         MASK_RETURN_ADDDR): Likewise.
5556
5557         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
5558
5559         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
5560         into branch.
5561
5562         * arm.md (eh_epilogue): New function.
5563         * arm.h (struct machine_function): Move to here ...
5564         * arm.c: ... from here.
5565         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
5566         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
5567         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
5568
5569         2000-03-30  Nick Clifton  <nickc@cygnus.com>
5570
5571         * config/arm/semi.h (ASM_SPEC): Restore definition.
5572         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
5573
5574         * config/arm/elf.h (ASM_SPEC): Restore definition.
5575         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
5576
5577         * config/arm/arm.h (ASM_SPEC): Remove definition.
5578         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
5579
5580         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
5581
5582         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
5583
5584         2000-03-24  Nick Clifton  <nickc@cygnus.com>
5585
5586         Various formating tidyups, elimination of compile time
5587         warnings and synchronisation with internal sources:
5588
5589         * config/arm/arm-protos.h (assemble_align): Add prototype.
5590         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
5591         (gen_comapre_reg): Rename to arm_gen_compare_reg.
5592         (arm_return_addr_rtx): Rename to arm_return_addr.
5593
5594         * config/arm/arm.c: Include except.h.
5595         Define shorter typenames for strict minipool_node and struct
5596         minipool_fix.
5597         (arm_return_in_memory): For WinCE return all structures <= 32 bits
5598         in memory.
5599         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
5600         (gen_comapre_reg): Rename to arm_gen_compare_reg.
5601
5602         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
5603         already defined.
5604         (ASM_SPEC): Define if not already defined.
5605         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
5606
5607         * config/arm/arm.md: Rename references to gen_rotated_half_load to
5608         arm_gen_rotated_half_load, and references to gen_comapre_reg to
5609         arm_gen_compare_reg.
5610         (indirect_jump):  Only accept register operands.
5611         (load_indirect_jump): Keep this pattern since combine can generate
5612         it.
5613
5614         * config/arm/coff.h: Include aout.h.
5615         (MULTILIB_DEFAULTS): Only define if not already defined.
5616
5617         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
5618         into arm.h (so that COFF ports can support thumb based aliases).
5619         (ASM_SPEC): Move definition into arm.h
5620
5621         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
5622         redundant apcs spec.
5623         (ASM_SPEC): Move definition to arm.h
5624
5625         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
5626
5627         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
5628         for entries in the .bss section
5629
5630         2000-03-23  Nick Clifton  <nickc@cygnus.com>
5631
5632         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
5633         to thumb_far_jump_used_p.
5634
5635         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
5636         single integer parameter.
5637
5638         * config/arm/arm.c (struct machine_function): Add two new
5639         fields, 'far_jump_used' and 'arg_pointer_live'.
5640         (thumb_far_jump_used_p): Once the decision has been made that
5641         far jumps might be used, always return true.
5642         If being called from the initial elimination offset macro then
5643         do not bother to perform the test if the arg pointer is not
5644         being used.
5645         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
5646         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
5647
5648         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
5649
5650         * arm.c (output_return_instruction): Handle more cases where we can
5651         return from a function with an ldr instruction.
5652         (arm_output_epilogue): Likewise.
5653
5654         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
5655         if we need to push a large stack frame and there are no callee-saved
5656         registers.
5657
5658         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
5659         in ARM code if the frame pointer has been eliminated.
5660
5661         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
5662         unspec_volatile arguments to avoid duplicates.
5663         (consttable_1, consttable_2): Fixes for big-endian mode.
5664
5665         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
5666         as appropriate.
5667
5668         Re-write constant pool code.
5669         * arm.c (minipool_node, minipool_fix): New types.
5670         (minifix): Delete type.
5671         (arm_add_minipool_constant): Delete.
5672         (arm_compute_minipool_offsets, arm_find_barrier,
5673         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
5674         (get_jump_table_size): Now returns HOST_WIDE_INT.
5675         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
5676         functions.
5677         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
5678         (assign_minipool_offsets, arm_print_value): Likewise.
5679         (dump_minipool): Rewrite.
5680         (arm_barrier_cost): New function.
5681         (create_fix_barrier): New function.
5682         (push_minipool_barrier): New function.
5683         (push_minipool_fix): Record additional information about the fixup
5684         required.
5685         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
5686         check the mode of what needs fixing.
5687         (arm_reorg): Rewrite.
5688
5689         2000-03-08  Nick Clifton  <nickc@cygnus.com>
5690
5691         * config/arm/arm.md (indirect_jump): Force constant addresses into
5692         a register.
5693
5694         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
5695
5696         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
5697
5698         2000-02-24  Nick Clifton  <nickc@cygnus.com>
5699
5700         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
5701         adjust is word aligned.
5702         (thumb_expand_epilogue): Make sure that stack adjust is word
5703         aligned.
5704
5705         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
5706
5707         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
5708
5709         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
5710         pointer relative addresses.
5711
5712         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
5713
5714         * arm.c (find_barrier): Find the last barrier within the allowed
5715         range.
5716
5717         2000-02-09  Nick Clifton  <nickc@cygnus.com>
5718
5719         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
5720
5721         2000-02-09  Nick Clifton  <nickc@cygnus.com>
5722
5723         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
5724         ARM_FUNCTION_PROFILER.
5725
5726         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
5727         ARM_FUNCTION_PROFILER.
5728
5729         * config/arm/linux-oldld.h: Imported from mainline sources.
5730
5731         2000-02-07  Nick Clifton  <nickc@cygnus.com>
5732
5733         * config/arm/lib1funcs.asm: Merge in thumb functions from
5734         lib1thumb.asm.
5735
5736         * config/arm/lib1thumb.asm: Delete.
5737
5738         2000-02-04  Nick Clifton  <nickc@cygnus.com>
5739
5740         * config/arm/arm.c: Sychronised with current Red hat local
5741         sources.
5742         * config/arm/arm.h: Ditto.
5743         * config/arm/arm-protos.h: Ditto.
5744
5745         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
5746
5747         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
5748
5749         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
5750         byte stores.
5751
5752         2000-02-02  Nick Clifton  <nickc@cygnus.com>
5753
5754         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
5755
5756         * config/arm/arm.md (epilogue): Fix rtl checking abort because
5757         (return) was emited using an emit_insn() call.
5758
5759         2000-01-31  Nick Clifton  <nickc@cygnus.com>
5760
5761         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
5762         thumb stack frame.
5763         (thumb_exit): Move frame pointer back into hard frame pointer
5764         register if backtracing is being used.
5765
5766         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
5767
5768         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
5769         into branch.
5770
5771         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
5772
5773         * config/arm/arm.md (neg_pool_offset): Provide default for new
5774         attribute.
5775         (arm_movsi_insn): Add neg_pool_offset attribute.
5776         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
5777         rtx for the insn that starts the scan and an unsigned long for its
5778         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
5779         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
5780         instructions in *PINSERTED.
5781         (struct minipool_fixup): Add MIN_ADDRESS elt.
5782         (sort_fixups): Compute it.
5783         (arm_reorg): Changes to support inserting pools before the insn to be
5784         fixed up.
5785
5786         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
5787
5788         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
5789         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
5790         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
5791
5792         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
5793
5794         * config/arm/semi.h (TARGET_VERSION): Do not define if already
5795         defined.
5796         (TARGET_DEFAULT): Do not define if already defined.
5797
5798         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
5799
5800         * config/arm/arm.md (anddi3): Allow disjoint source operands.
5801         (iordi3): Allow disjoint source operands.
5802         (xordi3): Allow disjoint source operands.
5803         (negdi2): Permit construction for ARM and Thumb.
5804         (arm_negdi2): Renamed version of old negdi2 pattern.
5805         (thumb_negdi2): New pattern: Only permit non-overlapping
5806         source and destination.
5807
5808         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
5809
5810         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
5811         scratch low register so that it will not be deleted.
5812
5813         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
5814
5815         * config/arm/pe.h (ARM_PE): Define.
5816
5817         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
5818         interfacearm attribute if this is a PE toolchain.
5819         (output_return_instruction): Do not emit anything if the function
5820         has the naked attribute set.
5821         (is_called_in_ARM_mode): If the function has the interfacearm
5822         attribute then return true.
5823         (thumb_expand_prologue): Do not generate a prologue for naked
5824         functions.
5825         (thumb_expand_epilogue): Do not generate an epilogie for a naked
5826         function.
5827         (output_thumb_prologue): Do not bother if the function is naked.
5828         Strip PE encoding from function name before emitting.
5829
5830         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
5831
5832         * arm.md (pic_load_addr): Fix constraints.
5833
5834         * arm.md (casesi_insn): Fix mis-applied patch.
5835
5836         * arm.md ("core" function unit): Add rules for single- and
5837         multi-cycle insns.
5838         (All TARGET_THUMB patterns): Add "type" attribute information
5839         where needed.
5840         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
5841         the following insn is a CALL.
5842
5843         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
5844         pointer.
5845         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
5846         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
5847         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
5848
5849         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
5850
5851         * config/arm/linux-gas.h: oops - this file was missed out when the
5852         branch was created...
5853
5854         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
5855
5856         * thumb.c: Deleted.  Move contents to ...
5857         * arm.c: ... here.
5858         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
5859         rule for thumb.o
5860         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
5861         * configure: Regen.
5862
5863         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
5864         declare a prototype for asm_output_align();
5865
5866         * arm.c (thumb_condition_code): Delete.
5867         (arm_print_operand): Always use arm_condition_code array.
5868
5869         * arm.c (thumb_return_addr_rtx): Delete.
5870         (arm_save_machine_status, arm_restore_machine_status): Delete.
5871         (arm_init_machine_status, arm_mark_machine_status): New functions.
5872         (arm_init_expanders): Update accordingly.
5873         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
5874         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
5875         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
5876
5877         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
5878
5879         * configure.in : Fix arm-*-aout target to use new t-arm-aout
5880         script.
5881         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
5882         targets.
5883
5884         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
5885
5886         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
5887         stack backtrace structure.
5888
5889         * config/arm/arm-protos.h: Add prototypes for functions defined in
5890         arm/pe.h.
5891
5892         * config/arm/arm.c (arm_override_options): Fix selection of
5893         attributes of default processor.
5894
5895         * config/arm/coff.h: Delete needless #include.
5896
5897         * config/arm/pe.c: Delete unused code.
5898
5899         * config/arm/pe.h (CPP_DEFINES): Delete
5900         (SUBTARGET_CPP_SPEC): Define.
5901         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
5902
5903         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
5904
5905         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
5906
5907         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
5908         updated.
5909         (CAN_DEBUG_WITHOUT_FP): Define.
5910         (FIXED_REGISTERS): Make r11 call-saved.
5911         (CALL_USED_REGISTERS): Likewise.
5912         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
5913         (FRAME_POINTER_REQUIRED): Correct logic for determining when a
5914         frame-pointer is required.
5915         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
5916         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
5917         if the target normally needs a stack frame in non-leaf functions.
5918         (use_return_insn): Correct logic for determining when a return
5919         instruction can be used.
5920         (output_return_instruction): Handle the frame-pointer register as
5921         a normal register when not TARGET_APCS_FRAME.
5922         (arm_output_prologue): Likewise.
5923         (arm_output_epilogue): Likewise.
5924         (output_func_epilogue): Likewise.
5925         (arm_expand_prologue): Likewise.
5926         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
5927
5928         * arm.c (use_return_insn): No need to check floating point regs if
5929         TARGET_SOFT_FLOAT.
5930         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
5931         the code of value stored in the minipool array.
5932         (arm_add_minipool_constant): Likewise.
5933
5934 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5935
5936         * basic-block.h (conflict_graph_enum_fn): K&R fix.
5937
5938 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5939
5940         * tree.c (tree_expr_nonnegative_p): New function.
5941
5942         * tree.h (tree_expr_nonnegative_p): Declare.
5943
5944         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
5945         elide some sign_compare warnings.
5946         (build_conditional_expr): Likewise.
5947
5948 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
5949
5950         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
5951
5952         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
5953         * i386.c (print_operand): Use the proper suffix for a 387 HImode
5954         operand.  Abort if a 387 operand has an unsupported size.
5955
5956 2000-04-08  Neil Booth  <NeilB@earthling.net>
5957
5958         * cppexp.c (parse_charconst): Null does not end character
5959         constants.
5960         * cppinit.c (ISTABLE): Null character handled as whitespace.
5961         * cpplex.c (null_warning):  new function.
5962         (skip_string): Emit warning if nulls encountered.
5963         (_cpp_skip_hspace): Emit warning if nulls encountered.
5964         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
5965         them.
5966         * cpp.texi: Update.
5967
5968 2000-04-07  Richard Henderson  <rth@cygnus.com>
5969
5970         * flow.c (loop_depth): Remove.
5971         (reg_next_use, cc0_live, mem_set_list): Replace with ...
5972         (struct propagate_block_info): New.
5973         (life_analysis): Don't allocate reg_next_use.
5974         (propagate_block_delete_insn): Break out of propagate_block.
5975         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
5976         (propagate_block_delete_libcall): Likewise.
5977         (propagate_block): Create a propagate_block_info struct to pass
5978         to subroutines.  Allocate one not two temporary regsets.  Don't
5979         clobber memory for const calls.  Look for clobbers in
5980         CALL_INSN_FUNCTION_USAGE.
5981         (mark_set_regs): Recognize COND_EXEC.
5982         (mark_set_reg): Break out of mark_set_1.
5983         (mark_used_reg): Break out of mark_used_regs.
5984         (mark_used_regs): Recognize COND_EXEC.
5985         (insn_dead_p): Use propagate_block_info struct.
5986         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
5987         (find_auto_inc, try_pre_increment_1): Likewise.
5988         (print_rtl_with_bb): Dump regs live at end too.
5989         (count_reg_sets_1): Pass in loop_depth.
5990         (count_reg_sets, count_reg_references): Likewise.
5991         (recompute_reg_usage): Provide it.
5992
5993 2000-04-07  Richard Henderson  <rth@cygnus.com>
5994
5995         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
5996         not the raw files.
5997
5998 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
5999
6000         * cpplib.c (do_elif): Skip the rest of the line if we're
6001         not going to bother evaluating it.
6002         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
6003         to avoid pointless calls to the lexer.
6004
6005 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
6006
6007         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
6008
6009 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
6010
6011         * calls.c (expand_call): emit_queue if we're trying a sibcall.
6012
6013 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
6014
6015         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
6016
6017 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
6018
6019         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
6020         crtend so they can be multilibbed.
6021         (STAGESTUFF): Remove s-crt and s-crtS.
6022
6023 2000-04-07  Richard Henderson  <rth@cygnus.com>
6024
6025         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
6026         if we discover we need a pseudo and no_new_pseudos is true.
6027         * config/alpha/alpha.md (ne:DI insn): New.
6028         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
6029
6030 2000-04-07  Richard Henderson  <rth@cygnus.com>
6031
6032         * rtl.def (COND_EXEC): New.
6033         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
6034         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
6035
6036         * genconfig.c (have_cond_arith_flag): Remove.
6037         (have_cond_exec_flag): New.
6038         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
6039         (main): Print HAVE_conditional_execution.
6040
6041         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
6042         (sched_analyze_insn, print_pattern): Likewise.
6043         * reload.c (find_equiv_reg): Likewise.
6044         * rtlanal.c (reg_referenced_p): Likewise.
6045         (note_stores, dead_or_set_regno_p): Likewise.
6046         (reg_overlap_mentioned_p): Rewrite to use a switch.
6047
6048         * ggc.h (struct rtx_def): Forward declare.
6049
6050         * print-rtl.c (debug_rtx_range): New.
6051         * rtl.h (debug_rtx_range): Declare.
6052
6053         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
6054
6055         * gcse.c (gcse_main): Don't rebuild the CFG here.
6056         (delete_null_pointer_checks): Likewise.
6057         * ssa.c (convert_to_ssa): Likewise.
6058         * toplev.c (rest_of_compilation): Do it here instead.  Combine
6059         sequential calls to TIMEVAR.  Consistently use `insns' instead of
6060         `get_insns()'.  Always split insns after reload when optimizing.
6061
6062         * basic-block.h (merge_blocks_nomove): Declare.
6063         (tidy_fallthru_edge): Declare.
6064         * flow.c (merge_blocks_nomove): Document as merging into previous
6065         blocks.  Remove cruft from between blocks; remove all edges out of A.
6066         (tidy_fallthru_edge): Export.
6067
6068 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
6069
6070         * ssa.c (compute_conservative_reg_partition): Declare with
6071         void arguments.
6072         * toplev.c (clean_dump_file): Remove previously-deleted function
6073         inadvertantly merged back in.
6074         * conflict.c (conflict_graph_add): Use a single call to
6075         htab_find_slot to look up and insert.
6076
6077 2000-04-06  Richard Henderson  <rth@cygnus.com>
6078
6079         * genrecog.c (*): Rename _last_insn to last_insn.
6080         (make_insn_sequence): Set the position of the peephole2 C test
6081         to be at the last insn.
6082
6083 2000-04-06  Richard Henderson  <rth@cygnus.com>
6084
6085         * flow.c (compute_flow_dominators): Free worklist.
6086
6087 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
6088
6089         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
6090
6091 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
6092
6093         * rtl.h (INSN_P): New macro.
6094         (successor_phi_fn): New typedef.
6095         (for_each_successor_phi): New prototype.
6096         (in_ssa_form): New variable.
6097         (PHI_NODE_P): Likewise.
6098         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
6099         phi nodes in successors.
6100         (mark_used_regs): Add PHI case.
6101         (set_phi_alternative_reg): New function.
6102         (life_analysis): Assert that dead code elimination is not selected
6103         when in SSA form.
6104         * toplev.c (to_ssa_time): New variable.
6105         (from_ssa_time): Likewise.
6106         (compile_file): Zero to_ssa_time and from_ssa_time.
6107         Print time to convert to and from SSA.
6108         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
6109         (print_time): Compute percent fraction as integer.
6110         * ssa.c (PHI_NODE_P): Moved to rtl.h.
6111         (convert_to_ssa): Check if we're already in SSA.
6112         Don't eliminate dead code in life_analysis.
6113         Rerun flow and life analysis at bottom.
6114         (eliminate_phi): Use canonical regnos when adding nodes.
6115         (mark_reg_in_phi): New function.
6116         (mark_phi_and_copy_regs): Likewise.
6117         (convert_from_ssa): Rerun life analysis at top.
6118         Use coalesced partition.
6119         Check for removing a phi node at the end of the block.
6120         (compute_coalesced_reg_partition): New function.
6121         (coalesce_regs_in_copies): Likewise.
6122         (coalesce_reg_in_phi): Likewise.
6123         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
6124         (for_each_successor_phi): Likewise.
6125         (rename_context): New struct.
6126         (rename_block): Use a rename_context with rename_insn_1.  When
6127         renaming sets of a subreg, emit a copy of the entire reg first.
6128         (rename_insn_1): Treat data as a rename_context *.  Save current
6129         insn in set_data.
6130         (rename_set_data): Add field set_insn.
6131         * Makefile.in (HASHTAB_H): Move up in file.
6132         (OBSTACK_H): New macro.
6133         (collect2.o): Use OBSTACK_H in dependencies.
6134         (sdbout.o): Likewise.
6135         (emit-rtl.o): Likewise.
6136         (simplify-rtx.o): Likewise.
6137         (fix-header.o): Likewise.
6138         (OBJS): Add conflict.o.
6139         (conflict.o): New rule.
6140         * basic-block.h: Include partition.h.
6141         (conflict_graph): New typedef.
6142         (conflict_graph_enum_fn): Likewise.
6143         (conflict_graph_new): New prototype.
6144         (conflict_graph_delete): Likewise.
6145         (conflict_graph_add): Likewise.
6146         (conflict_graph_conflict_p): Likewise.
6147         (conflict_graph_enum): Likewise.
6148         (conflict_graph_merge_regs): Likewise.
6149         (conflict_graph_print): Likewise.
6150         (conflict_graph_compute): Likewise.
6151         * conflict.c: New file.
6152
6153 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
6154
6155         * tlink.c (read_repo_files): Don't look for .rpo info for
6156         linker flags.
6157
6158 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6159
6160         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
6161
6162 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6163
6164         * config/sh/lib1funcs.asm (___udivsi3_i4):
6165         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
6166         only depends on FMOVD_WORKS.
6167
6168 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6169
6170         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
6171         make double constant 8-byte aligned.
6172
6173 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
6174
6175         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
6176         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
6177         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
6178         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
6179         Accept storing GENERAL_REGS into offsetable memory.
6180         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
6181         building a TFmode constant other than 0.0L into GENERAL_REGS.
6182
6183 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
6184
6185         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
6186
6187 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
6188
6189         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
6190         (macro_cleanup): No need to cast pbuf->macro.
6191         (collect_expansion): Use _cpp_get_define_token.  Goto done if
6192         it returns VSPACE.  Remove check for trailing space after
6193         CPP_COMMENT.
6194         (_cpp_create_definition): Don't diddle flags here.  Return
6195         directly on error.
6196         (unsafe_chars): Handle c1 being EOF.
6197         (push_macro_expansion): Use unsafe_chars for both accidental-paste
6198         checks.  Don't push the buffer till after we're done with
6199         them.
6200         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
6201         (PEEKN, FORWARD, GETC, PEEKC): Use them.
6202         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
6203         appropriately.
6204         (_cpp_parse_assertion): Don't NUL terminate.
6205         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
6206         hspace before calling _cpp_parse_assertion.  Remove all sets
6207         of only_seen_white. Treat '\f' as hspace.  Don't do anything
6208         special with '\n' here.
6209         (maybe_macroexpand): Handle T_EMPTY hash entries without
6210         pushing a buffer at all.
6211         (cpp_get_token): Handle clearing only_seen_white here.  Handle
6212         incrementing the line number here.  Clear
6213         potential_control_macro as well as only_seen_white, if
6214         appropriate.
6215         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
6216         (_cpp_get_define_token): New function, basically like
6217         _cpp_get_directive_token was but doesn't eat horizontal space.
6218         Don't do anything with only_seen_white here.
6219         (_cpp_get_directive_token): Just call _cpp_get_define_token
6220         repeatedly till it returns non-hspace.
6221
6222         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
6223         (conditional_skip, skip_if_group): Return int.
6224         (DIRECTIVE_TABLE): Change origin of all conditional directives
6225         to "COND".
6226         (TRAD_DIRECT_P): New macro.
6227         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
6228         an error for a bogus directive, unless -lang-asm.  Use
6229         TRAD_DIRECT_P. Loop calling handler functions till one returns
6230         zero.
6231         (get_macro_name): Don't diddle flags here.
6232         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
6233         Create T_EMPTY nodes for #define macro /* nothing */.
6234         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
6235         Use hp->name when calling pass_thru_directive.
6236         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
6237         Return the result of conditional_skip and/or skip_if_group.
6238         Don't call _cpp_output_line_command.
6239         (consider_directive_while_skipping): Use _cpp_get_directive_token.
6240         Issue -Wtraditional warnings as appropriate.  Don't complain
6241         about unrecognized directives.  If we are to stop skipping,
6242         return the number of the directive that ended the skip.
6243         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
6244         expansion and line commands while skipping.  Return the result
6245         of consider_directive_while_skipping, if nonzero.
6246         (do_endif): Just set potential_control_macro here.
6247         (validate_else): Use _cpp_get_directive_token.
6248         (do_assert, do_unassert): Don't save pointers into the
6249         token_buffer across calls to the lexer.  Use
6250         _cpp_get_directive_token.
6251
6252         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a
6253         pointer, not an offset.  Replace 'data', which was a generic
6254         pointer, with 'macro', which points to a struct hashnode.
6255         (cpp_reader): Add 'potential_control_macro' pointer.
6256         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
6257         (CPP_BUF_GET, CPP_FORWARD): Delete.
6258         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
6259         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
6260         ACTIVE_MARK_P): Update.
6261         (_cpp_get_define_token): New internal function.
6262         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
6263
6264 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
6265
6266         * configure.in: And here.
6267         * configure: Regenerate.
6268         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
6269         --enable-libstdcxx-v3 is passed at configure time.
6270         * config.h.in: Regenerate.
6271
6272 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
6273
6274         * final.c (final): Use xcalloc to allocate line_note_exists.
6275         * function.c (free_after_compilation): Free the temp_slots.
6276         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
6277         (combine_temp_slot): Free temp_slots when they get combined.
6278         (purge_addressof): Fix typo in comment.
6279         * stmt.c (mark_goto_fixup): Mark the fixup itself.
6280         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
6281
6282         * ggc.h: Include varray.h.
6283         (ggc_pending_trees): Declare.
6284         (ggc_mark_tree_children): Remove declaration.
6285         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
6286         * ggc-common.c (ggc_pending_trees): New variable.
6287         (ggc_mark_roots): Call ggc_mark_trees.
6288         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
6289         the ggc_pending_trees.
6290         * Makefile.in (GGC_H): New variable.  Use it throughout in place
6291         of ggc.h.
6292
6293 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6294
6295         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
6296         GET_MODE_SIZE.
6297
6298 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6299
6300         * sh.c (sh_insn_length_adjustment): New function.
6301         * sh-protos.h (sh_insn_length_adjustment): Declare.
6302         * sh.h (ADJUST_INSN_LENGTH): Use it.
6303
6304 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
6305
6306         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
6307         from the insn where REG_RETVAL is added.
6308         (emit_no_conflict_block): Ditto.
6309
6310         * md.texi (Standard Names): Clarify when movX is needed.
6311
6312         * combine.c (simplify_comparison) [MINUS]: Do not replace
6313         all (op (minus A B) 0) with (op A B).
6314
6315 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
6316                           J"orn Rennecke <amylaar@cygnus.co.uk>
6317
6318         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
6319         (block_lump_real): Likewise.
6320
6321 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
6322
6323         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
6324         remaining non-zero debugging masks.
6325
6326 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
6327
6328         * basic-block.h (verify_flow_info): Declare.
6329         (flow_loop_outside_edge_p): Declare.
6330         * flow.c (verify_flow_info): Remove declaration.
6331         (clear_log_links, flow_loop_outside_edge_p): Likewise.
6332
6333 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
6334
6335         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
6336         not C++ comments.
6337
6338 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
6339
6340         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
6341         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
6342         seqdi_zero_trunc+1): Allow splits only if registers are
6343         different.
6344
6345 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
6346
6347         * acconfig.h: Add HAVE_GAS_HIDDEN.
6348         * config.in: Regenerated.
6349         * configure.in: Add test for .hidden pseudo-op in gas.
6350         * configure: Regenerated.
6351         * crtstuff.c: Include auto-host.h.
6352         Emit additional .hidden pseudo-op for __dso_handle if the
6353         assembler knows about it.
6354
6355 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
6356
6357         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
6358         before freeing argnames.
6359         * cpplib.c (do_ifndef): Cast return value of xstrdup.
6360
6361 2000-04-05  Michael Meissner  <meissner@redhat.com>
6362
6363         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
6364         Walton <jonboy@gordian.com> to make memory references with update
6365         work wtih -mregnames.
6366
6367 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6368
6369         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
6370         (regrename_optimize): Rename variables `def_uses' and
6371         `ext_basic_blocks' to avoid conflicts with similarly named
6372         typedefs in traditional C.
6373
6374         * calls.c (initialize_argument_information): Fix typo in previous
6375         change.
6376
6377 2000-04-04  Richard Henderson  <rth@cygnus.com>
6378
6379         * regrename.c (consider_available): Test fixed_regs not
6380         PIC_OFFSET_TABLE_REGNUM.
6381
6382 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
6383
6384         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
6385         crtend.
6386         (CRTSTUFF_T_CFLAGS_S): Delete definition.
6387         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
6388         (ENDFILE_LINUX_SPEC): Always use crtend.
6389         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
6390         (powerpc-*-linux-gnu): Likewise.
6391         * configure: Regenerate.
6392
6393         * config/rs6000/eabi.h: Don't include sysv4.h.
6394         (MULTILIB_DEFAULTS): Don't define.
6395         * config/rs6000/eabiaix.h: Don't include eabi.h.
6396         * config/rs6000/eabile.h: Delete.
6397         * config/rs6000/eabilesim.h: Delete.
6398         * config/rs6000/eabisim.h: Don't include eabi.h.
6399         * config/rs6000/linux.h: Don't include sysv4.h.
6400         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
6401         (MULTILIB_DEFAULTS): Don't redefine.
6402         * config/rs6000/rtems.h: Don't include eabi.h.
6403         * config/rs6000/sol2.h: Don't include sysv4le.h.
6404         * config/rs6000/sysv4le.h: Don't include sysv4.h.
6405         * config/rs6000/t-ppc: Delete.
6406         * config/rs6000/t-ppcgas: Correct comment.
6407         * config/rs6000/t-ppcos: Correct comment.  Don't build
6408         multilibs for -fPIC, rather use -fPIC -mstrict-align
6409         as default.
6410         * config/rs6000/t-ppc: Delete.
6411         * config/rs6000/vxppc.h: Don't include sysv4.h.
6412         * config/rs6000/vxppcle.h: Delete.
6413         * configure.in: Use multiple header files for p2pc ELF targets
6414         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
6415         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
6416         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
6417         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
6418         always available for these platforms.
6419
6420 2000-04-04  Richard Henderson  <rth@cygnus.com>
6421
6422         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
6423
6424 2000-04-04  Stan Cox  <scox@cygnus.com>
6425
6426         * Makefile.in: Add rules for regrename.o
6427         * regrename.c: New file.
6428         * rtl.h (regrename_optimize): Add prototype.
6429         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
6430         (compile_file, decode_d_option): Add support for -frename-registers.
6431         (rest_of_compilation): Call regrename_optimize.
6432         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
6433         New macros.
6434
6435 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
6436
6437         * Makefile (gccbug): New target.
6438         (doc): Depend on it.
6439         * gcc.texi (Bugs): Link subnodes.
6440         (gccbug): New node.
6441         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
6442         Document severities, priorities, and classes in bug form.
6443
6444 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
6445
6446         * cpplex.c (trigraph_map, speccase): Combine into single
6447         table, chartab.
6448         (NORMAL, NONTRI): New macros.
6449         (_cpp_read_and_prescan): Change to use unified table.  Use
6450         is_hspace to test for whitespace.
6451
6452         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
6453         definition that doesn't provoke the "empty body in an
6454         if-statement" warning.
6455
6456 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
6457
6458         * builtins.c (expand_builtin_strlen): Force the source to
6459         be a memory address.
6460
6461 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6462
6463         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
6464
6465 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6466
6467         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
6468          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
6469         (ECF_IS_CONST): Rename to ECF_CONST.
6470         (special_function_p): Make static, change interface.
6471         (flags_from_decl_or_type, try_to_integrate): Break out from ...
6472         (expand_call) ... here; convert number of variables to flags.
6473         (emit_library_call_vlue_1): Likewise.
6474         (setjmp_call_p): New function.
6475         (initialize_argument_information): Accepts flags as argument;
6476         return flags.
6477         (precompute_arguments): Likewise.
6478         * tree.h (special_function_p): Remove.
6479         (setjmp_call_p): Add prototype.
6480
6481 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
6482
6483         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
6484         so that addresses are offsetable by up to 16 bytes.
6485         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
6486         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
6487         offsetable.
6488
6489         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
6490         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
6491         (movsf): Don't force any constant to memory if target is integer
6492         hard register.
6493         Move fp_zero_operand check below the const0_rtx check.
6494         (movtf): Likewise. Also allow fp_zero_operand for stores into
6495         memory.
6496         (movdf): Likewise. Also allow fp_zero_operand for stores into
6497         memory and into integer hard registers.
6498         (clear_df, clear_dfp, movdf_const_intreg_sp32,
6499         movdf_const_intreg_sp64): Remove.
6500         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
6501         conditions.
6502         (movdf_no_e_insn_v9_sp32): New pattern.
6503         (movdf_insn_v9only): Remove.
6504         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
6505         (movdf_insn_sp64): Remove.
6506         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
6507         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
6508         (following splits): Rewrite conditions. Add two new splits
6509         for storing 0.0 into memory and registers.
6510         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
6511         (movtf_insn_sp32): Redo constraints and conditions.
6512         (movtf_insn_vis_sp32): New pattern.
6513         (movtf_no_e_insn_sp32): Redo constraints and conditions.
6514         (movtf_insn_hq_sp64): Likewise.
6515         (movtf_insn_hq_vis_sp64): New pattern.
6516         (movtf_insn_sp64): Redo constraints and conditions.
6517         (movtf_insn_vis_sp64): New pattern.
6518         (movtf_no_e_insn_sp64): Redo constraints and conditions.
6519         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
6520         or memory.
6521         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
6522         -mvis or -m64 to take down the number of various reload patterns.
6523
6524 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
6525
6526         * pa/pa-64.h: New file.
6527         * pa/pa64-regs.h: New file.
6528         * pa/pa64-start.h: New file.
6529         * pa/t-pa64: New file.
6530         * pa/xm-pa64hpux.h: New file.
6531
6532 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6533
6534         * sparc.c (output_restore_regs): Prototype.
6535         (sparc_emit_float_lib_cmp): Constification.
6536
6537         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
6538
6539         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
6540         Prototype.
6541
6542         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
6543         (get_value_hash, hash_rtx): Likewise.
6544
6545         * ssa.c (compute_conservative_reg_partition): Prototype.
6546
6547         * tree.c (mark_hash_entry): Prototype.
6548
6549 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
6550
6551         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
6552         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
6553         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
6554
6555         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
6556         * objc/lang-specs.h: Likewise.
6557
6558 2000-04-03  Neil Booth  <NeilB@earthling.net>
6559
6560         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
6561         and SYNTAX_ERROR2. Replace `' in messages with ''.
6562         (op_to_str): Make re-entrant.
6563         (_cpp_parse_expr): Implement new error macros. Use | rather
6564         than || to logically or 2 boolean integers.  Simply expression
6565         checking we have a left operand iff needed.
6566
6567 2000-04-03  Nick Clifton  <nickc@cygnus.com>
6568
6569         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
6570
6571 2000-04-03  Philip Blundell  <philb@gnu.org>
6572
6573         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
6574
6575 2000-04-03  Felix Lee  <flee@cygnus.com>
6576
6577         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
6578         (run_shell): Use it.
6579
6580 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
6581
6582         * Makefile.in (stmp-int-hdrs): Make include subdir here...
6583         (stmp-fixproto): ...rather than here.
6584
6585 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
6586
6587         * pa.c (print_operand): Compute 'base' only inside the code paths
6588         that use it.
6589
6590 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
6591
6592         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
6593         CEIL_DIV_EXPR.
6594
6595 2000-04-03  Philipp Thomas  <pthomas@suse.de>
6596
6597         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
6598
6599 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
6600
6601         * Makefile.in (alias.o): Depend on $(TREE_H).
6602
6603 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
6604
6605         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
6606         processing C++.
6607         * cpplib.c (_cpp_handle_directive): Improve warnings for
6608         traditional C and indented directives.
6609
6610         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
6611         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
6612         fixinc/inclhack.def: Indent the # of #include_next one space.
6613         * cp/rtti.c: Un-indent #if and #endif.
6614
6615         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
6616         syntax error, but an error has already been printed.
6617         * cpplex.c (_cpp_parse_assertion): Give a more specific error
6618         message when called with nothing remaining on the line.
6619         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
6620         OTHER token, not an ASSERTION.
6621         * cpplib.c (do_assert): When we create a 'base' node, clear
6622         its aschain pointer.
6623
6624 2000-04-02  Neil Booth <NeilB@earthling.net>
6625
6626         * cppexp.c:  New typedef op_t.  struct operation and struct
6627         token updated to use it.
6628         (op_to_str): New function.
6629         (_cpp_parse_expr): Error messages modified to use op_to_str.
6630
6631 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6632
6633         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
6634         before checking MUST_PASS_IN_STACK.
6635
6636 2000-04-02  Neil Booth <NeilB@earthling.net>
6637
6638         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
6639         flags and initial priority into a single constant.  New
6640         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
6641         (_parse_cpp_expr): Implement new constants.  Take left operand
6642         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
6643         parse indicated by reducing FINISHED token.  Remove new lines
6644         from cpp_error messages.
6645
6646 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
6647
6648         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
6649         permanent obstack.
6650
6651 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
6652
6653         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
6654         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
6655         the strings and function names on the fly.  Take the #sccs
6656         entry out of the table if SCCS_DIRECTIVE is not defined.
6657         (_cpp_handle_directive): Decide if the # was at the beginning
6658         of the line here.  Issue -pedantic warnings for extended
6659         directives here.  Warn about K+R directives with the #
6660         indented, and C89/extended directives with the # not indented,
6661         here.
6662         (do_import, do_include_next, do_warning, do_ident, do_sccs,
6663         do_assert, do_unassert): Don't issue pedantic warning here.
6664
6665         * cpphash.h: Add CPP_WTRADITIONAL macro.
6666         * cpplib.h (struct cpp_options): Rename warn_stringify to
6667         warn_traditional; update comments.
6668         * cppinit.c (handle_option): Set warn_traditional not
6669         warn_stringify.
6670         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
6671         CPP_WTRADITIONAL (pfile).
6672         * cpplex.c (_cpp_lex_token): Don't decide if directives should
6673         be ignored in -traditional mode here.
6674
6675         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
6676         to initialize speccase[] and trigraph_map[].  Delete all
6677         references to pfile->input_speccase.  Always treat '?' as a
6678         special character.  Remove table-initialization code from
6679         _cpp_init_input_buffer.
6680
6681         * cpplib.h (struct cpp_reader): Remove input_speccase field.
6682         * cppinit.c (cpp_cleanup): Don't free input_speccase.
6683
6684 2000-04-01  Richard Henderson  <rth@cygnus.com>
6685
6686         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
6687         (mostlyclean): Likewise.
6688
6689         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
6690         (struct dump_file_info, enum dump_file_index, dump_file): New.
6691         (open_dump_file): Take a dump_file_index not a suffix, and a decl
6692         not a string.  Clean out file if we havn't yet done so.  Do nothing
6693         if the dump isn't enabled.
6694         (close_dump_file): Do nothing if the dump isn't open.  Dump
6695         graph data if requested.
6696         (dump_rtl, clean_dump_file): Remove.
6697         (compile_file): Don't clean the dump files.  Only finalize .bp dump
6698         if flag_test_coverage or flag_branch_probabilities.  Only finalize
6699         .combine dump if optimizing.  Iterate over dump_file to finalize the
6700         graph dumps.
6701         (rest_of_compilation): Update for open_dump_file/close_dump_file.
6702         Convert all uses of dump_rtl.
6703         (decode_d_option): Iterate over dump_file to implement 'a' and to
6704         locate pass-specific dumps.
6705
6706 2000-04-01  Neil Booth <NeilB@earthling.net>
6707
6708         * cppexp.c: Redefine priority constants.
6709         (_cpp_parse_expr): Replace left and right priority scheme with
6710         single priority logic.  Move LOGICAL to same place as COMPARE.
6711         Remove bogus check for multiple unary +/- operators.
6712
6713 2000-04-01  Neil Booth <NeilB@earthling.net>
6714
6715         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
6716         within the switch statement.  Binary operations break out of
6717         the switch naturally.  '(' tokens handled by forcing
6718         immediate shift.  ')' handled by forcing immediate reduce to
6719         the previous '('.  New error messages.
6720
6721 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
6722
6723         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
6724         part', it's already in use.  Use %K instead.  Add a return at the
6725         end of what is now %K.
6726         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
6727
6728 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6729
6730         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
6731         allocate_dynamic_stack_space.
6732         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
6733         update stack_pointer_delta; do not update arg_size_so_far.
6734         (compute_argument_block_size): Use stack_delta instead of
6735         stack_pointer_pending and arg_size_so_far.
6736         (expand_call): Add sanity checking for stack_pointer_delta;
6737         save and restore stack_pointer_delta for SIB, use
6738         stack_pointer_delta for alignment; do not update arg_space_so_far.
6739         (emit_library_call_value): Use stack_pointer_delta for alignment.
6740         (store_one_arg): Do not update arg_space_so_far.
6741         * explow.c (adjust_stack, anti_adjust_stack): Update
6742         stack_pointer_delta.
6743         (allocate_dynamic_stack_space): Add sanity checking for
6744         stack_pointer_delta.
6745         * expr.c (init_expr, clear_pending_stack_adjust): Clear
6746         stack_pointer_delta.
6747         (emit_push_insn): Update stack_pointer_delta.
6748         * function.h (struct expr_status): Add x_stack_pointer_delta;
6749         remove x_arg_space_so_far.
6750         (arg_space_so_far): Remove.
6751         (stack_pointer_delta): New macro.
6752
6753 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
6754
6755         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
6756         Reorder struct cpp_options and struct cpp_reader for better
6757         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
6758         takes two args.  Change all 'char' flags to 'unsigned char'.
6759         Move show_column flag into struct cpp_options.  Don't
6760         prototype cpp_options_init.
6761         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
6762         cppinit.c, cpplex.c, cpplib.c:
6763         Replace CPP_OPTIONS (pfile)->whatever with
6764         CPP_OPTION (pfile, whatever), and likewise for
6765         opts = CPP_OPTIONS (pfile); ... opts->whatever;
6766
6767         * cppinit.c (merge_include_chains): Take a cpp_reader *.
6768         Extract CPP_OPTION (pfile, pending) and work with that
6769         directly.
6770         (cpp_options_init): Delete.
6771         (cpp_reader_init): Turn on on-by-default options here.
6772         Allocate the pending structure here.
6773         (cl_options, enum opt_code): Define these from the same table,
6774         kept in a large macro.  Add -fshow-column and -fno-show-column
6775         options.
6776
6777         * cpperror.c (v_message): If show_column is off, don't print
6778         the column number.
6779
6780         * cppmain.c: Update for new interface.
6781         * fix-header.c: Likewise.
6782
6783 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
6784
6785         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
6786         definition.
6787         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
6788         are passed to any invocation of AR_FOR_TARGET.
6789         (AR_CREATE_FOR_TARGET): New macro.
6790         (AR_EXTRACT_FOR_TARGET): New macro.
6791         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
6792         AR_EXTRACT_FOR_TARGET.
6793         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
6794         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
6795         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
6796         AR_EXTRACT_FOR_TARGET to sub-makes.
6797
6798 2000-03-31  Neil Booth <NeilB@earthling.net>
6799
6800         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
6801         PAREN_INNER_PRIO.
6802         (_cpp_parse_expr): Check for multiple unary +/- operators.
6803         Correct priorities of ':' and '?'.  Treat ')' as having a
6804         value.  Ensure conditional expression is not void.
6805
6806 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
6807
6808         * alias.c (canon_rtx): Make it global.
6809         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
6810         equality.
6811         * cse.c (struct table_elt): Add canon_exp.
6812         (insert): Clear it.
6813         (invalidate): Canonicalize expressions only once.
6814         * rtl.h (canon_rtx): Declare.
6815
6816 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
6817
6818         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
6819         * alias.c (reg_known_value): Add comments.
6820         (init_alias_analysis): Likewise.
6821         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
6822         address.
6823         (cse_basic_block): Fix typo in comment.
6824         * emit-rtl.c: Include hashtab.h.
6825         (const_int_htab): New variable.
6826         (const_int_htab_hash): New function.
6827         (const_int_htab_eq): Likewise.
6828         (rtx_htab_mark_1): Likewise.
6829         (rtx_htab_mark): Likewise.
6830         (gen_rtx_CONST_INT): Cache all CONST_INTs.
6831         (unshare_all_rtx): Fix formatting.
6832         (init_emit_once): Initialize const_int_htab.
6833         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
6834         address.
6835         * rtl.texi: Document the fact that all CONST_INTs with the same
6836         value are shared.
6837
6838 2000-03-30  Richard Henderson  <rth@cygnus.com>
6839
6840         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
6841
6842 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
6843
6844         * configure.in: Comment out --enable-c-cpplib stanza.
6845         * configure: Regenerate.
6846
6847 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6848
6849         * expr.c (store_constructor): Properly compute displacement and
6850         alignment when offset is variable.
6851
6852         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
6853         cases of alignment in bytes.
6854
6855 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
6856
6857         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
6858         since it is used to generate c-parse.y.
6859         * objc-parse.c, objc-parse.y: Regenerated.
6860
6861         * function.c (expand_function_end): Pass alignment argument to
6862         emit_block_move in bits, not bytes.
6863
6864 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6865
6866         * expr.c (move_by_pieces_ninsns): Fix one more missing align
6867         correction.
6868
6869         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
6870
6871         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
6872         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
6873         * function.c (assign_parms): Likewise.
6874         * integrate.c (expand_inline_function): Likewise.
6875         * stmt.c (expand_decl): Likewise.
6876         (copy_rtx_and_substitute): Likewise.
6877         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
6878         (clear_by_pieces): Fix error in last change.
6879         * emit-rtl.c (init_emit): Set known registers alignment in bits.
6880         * function.h (regno_pointer_align): Now unsigned.
6881         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
6882         is in bits.
6883         * config/i386/i386.c (aligned_operand): Likewise.
6884         * config/sparc/sparc.c (mem_min_alignment): Likewise.
6885         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
6886         (unaligned_memory_operand): Likewise.
6887         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
6888         Also make alignments and sizes unsigned and some whitespace cleanup.
6889         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
6890
6891         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
6892         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
6893         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
6894         (expand_builtin_memset): Likewise, but to clear_storage.
6895         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
6896         (restore_fixed_argument_area): Likewise.
6897         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
6898         (load_register_parameters): Likewise, to emit_group_load.
6899         (expand_call): Likewise, to emit_group_store and emit_block_move.
6900         (emit_library_call_value_1): Likewise, to emit_block_move.
6901         (store_one_arg): Likewise, and to emit_push_insn.
6902         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
6903         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
6904         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
6905         (emit_block_move, emit_group_load, emit_group_store): Likewise.
6906         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
6907         (expand_assigment, store_expr, store_constructor_field): Likewise.
6908         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
6909         (store_constructor, store_field, get_inner_reference): Likewise.
6910         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
6911         (expand_expr, case COMPONENT_REF): Likewise.
6912         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
6913         and positions; reindent code.
6914         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
6915         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
6916         (assign_parms): Likewise to emit_group_store.
6917         * optabs.c (prepare_cmp_insn): Alignment is in bits.
6918         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
6919         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
6920         (expand_return): Likewise to {extract,store}_bit_field.
6921         * stor-layout.c (get_mode_alignment): Minor cleanup.
6922         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
6923         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
6924
6925 2000-03-29  Nick Clifton  <nickc@cygnus.com>
6926
6927         * config/arm/arm.h: Undo effects of previous delta:
6928         (ASM_SPEC): Do not define.
6929         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
6930
6931         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
6932         typo.
6933
6934 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
6935
6936         * cppinit.c (cpp_start_read): Call initialize_dependency_output
6937         only after reading in the primary source file.
6938
6939 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
6940
6941         * c-common.c (c_common_nodes_and_builtins): The first parameter to
6942         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
6943         or a reference to a va_list.
6944         * builtins.c (stabilize_va_list): Simplify now we don't have to
6945         work around C array address decay.
6946         * c-typeck.c (convert_for_assignment): Handle assignment to
6947         a reference parameter by taking the address of the RHS.
6948         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
6949         (va_copy): Likewise.
6950         (__va_copy): Likewise.
6951         * ginclude/varargs.h (va_start): Likewise.
6952         (__va_copy): Likewise.
6953
6954 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
6955
6956         * i386/djgpp.h: Remove extraneous "+".
6957
6958         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
6959
6960         * calls.c (expand_call): Fix typo in last change.
6961
6962 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
6963
6964         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
6965         been expanded.
6966
6967 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6968
6969         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
6970         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
6971         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
6972         * tree.c (bit_position, byte_position): Likewise.
6973         * tree.h: Declare new functions.
6974
6975 2000-03-29  Nick Clifton  <nickc@cygnus.com>
6976
6977         * config/arm/arm.c: Minor formatting changes/
6978         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
6979         already defined.
6980         (ASM_SPEC): Define if not already defined.
6981
6982 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
6983
6984         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
6985         _cpp_calc_hash.
6986
6987 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
6988
6989         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
6990         value, don't output it as unsigned.
6991
6992 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
6993
6994         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
6995
6996 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6997
6998         * c-common.c (c_common_nodes_and_builtins): Don't special case
6999         cplus_mode when declaring builtin bzero/bcmp, always avoid
7000         prototype arguments.
7001
7002 2000-03-29  Bruce Korb  <bkorb@gnu.org>
7003
7004         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
7005         to a non-file
7006
7007 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7008
7009         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
7010         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
7011         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
7012         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
7013         (save_fixed_argument_area, restore_fixed_argument_area):
7014         conditionize by #ifdef REG_PARM_STACK_SPACE only.
7015         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
7016         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
7017         (precompute_register_parameters): Avoid #ifdefs on
7018         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
7019         (stire_one_args): Likewise.
7020         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
7021         (emit_library_call_value_1): Likewise.
7022         (compute_argument_block_size): Align to STACK_BOUNDARY only for
7023         ACCUMULATE_OUTGOING_ARGS.
7024         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
7025         value.
7026         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
7027         (use_crosses_set_p): Likewise.
7028         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
7029         #define ACCUMULATE_OUTGOING_ARGS 1.
7030         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
7031         frames.
7032         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
7033         constants.
7034         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
7035         (TARGET_SWITCHES): Add push-args, no-push-args,
7036         accumulate-outgoing-args and no-accumulate-outgoing-args.
7037         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
7038         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
7039         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
7040         and PUSH_ROUNDING.
7041         (emit_push_insn): Likewise.
7042         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
7043         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
7044         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
7045         (STACK_DYNAMIC_OFFSET): Define correctly for both
7046         ACCUMULATE_OUTGOING_ARGS and normal mode.
7047         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
7048         * tm.texi (PUSH_ARGS): Document.
7049         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
7050
7051 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7052
7053         * flags.h (flag_optimize_sibling_calls): Declare.
7054         * calls.c (expand_call): Fail sibcall when
7055         !flag_optimize_sibling_calls
7056         * invoke.texi (flag_optimize_sibling_calls): Document.
7057         * toplev.c (flag_optimize_sibling_calls): New global variable.
7058         (f_options): Add flag_optimize_sibling_calls.
7059         (rest_of_compilation): Conditionize
7060         optimize_sibling_and_tail_recursive_calls by
7061         flag_optimize_sibling_calls.
7062         (main): Set flag_optimize_sibling_calls for -O2.
7063         * stmt.c (expand_return): Conditionize tail recursion by
7064         flag_optimize_sibling_calls.
7065
7066 2000-03-29  Richard Henderson  <rth@cygnus.com>
7067
7068         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
7069         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
7070
7071 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
7072
7073         * except.c (add_eh_table_entry): Mark type_info's as referenced.
7074
7075 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7076
7077         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
7078         is given.
7079         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
7080         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
7081         * config/rs6000/aix.h: then modified likewise.
7082
7083 2000-03-28  Richard Henderson  <rth@cygnus.com>
7084
7085         * rtl.h: Redistribute enum reg_note documentation.
7086         Kill trailing whitespace.
7087         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
7088         Kill trailing whitespace.
7089
7090 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
7091
7092         * cppfiles.c (hash_IHASH): Just return i->hash.
7093         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
7094         htab_find_with_hash.
7095         (cpp_read_file): Likewise.
7096         (find_include_file): Likewise.  Properly initialize
7097         ih->nshort.  Share ih->name and ih->nshort if possible.
7098         * cpphash.c (_cpp_calc_hash): New function.
7099         (hash_HASHNODE): Just return h->hash.
7100         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
7101         htab_find_with_hash.
7102         * cpphash.h: Prototype _cpp_calc_hash.
7103         * cppinit.c (initialize_builtins): Provide a valid hash
7104         to _cpp_make_hashnode, using _cpp_calc_hash.
7105
7106         * cpphash.c (collect_expansion): # is not a special character
7107         in object-like macros.  In -traditional mode, /**/ is not
7108         token paste at the beginning or end of the line.
7109         * cpplib.c (do_include, do_import, do_include_next): If
7110         parse_include fails, return immediately.
7111
7112 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
7113
7114         * config/arm/arm.md (return peepholes): Update to reflect the new
7115         call insn patterns.
7116         * config/arm/arm.c (arm_volatile_func): Also check
7117         current_function_nothrow.
7118         (output_return_instruction, output_func_prologue): Use it.
7119         (arm_output_epilogue, arm_expand_prologue): Likewise.
7120
7121 2000-03-27  Tom Tromey  <tromey@cygnus.com>
7122
7123         * gcc.c (handle_braces): In {x*...} case, break out of loop if
7124         switch is found.
7125
7126 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7127
7128         * expr.c (store_constructor): SIZE now signed.
7129         For EXPR_SIZE, don't evaluate size; just needed if constant.
7130         * fold-const.c (fold): Fix a number of cases when folded tree is
7131         wrong type.
7132         * function.c (flush_addressof): Reenable.
7133         * tree.h (flush_addressof): Likewise.
7134         * toplev.c (independent_decode_option): Look at strings_processed.
7135         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
7136
7137 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
7138
7139         * sibcall.c (indentify_call_return_value): Find last call in the chain;
7140         Allow stack adjustment after function call.
7141
7142         * regmove.c (struct csa_memlist): Make mem field rtx *.
7143         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
7144         (try_apply_stack_adjustment): Replace whole MEM rtx.
7145         (combine_stack_adjustments_for_block): Update calls
7146         to record_one_stack_ref.
7147
7148 2000-03-28  Neil Booth  <NeilB@earthling.net>
7149
7150         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
7151         '\\' rather than a null character, so nulls are not special.  Fix
7152         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
7153         speed trigraph conversion.
7154         (_cpp_init_input_buffer): Initialize trigraph map.
7155
7156 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
7157
7158         * config/i386/i386.c (output_387_binary_op): Correct intel
7159         mode assembly output, and add spaces after commas in AT&T
7160         output.  Correct Unixware assembler comment.  Document input
7161         constraints.  Comment fp operations.  Reduce profligate buffer
7162         size.  Remove extraneous abort.  Localize temp var.
7163         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
7164         (output_fix_trunc): Add spaces after commas in assembly output.
7165
7166 2000-03-27  Richard Henderson  <rth@cygnus.com>
7167
7168         * i386-protos.h (ix86_match_ccmode): Declare.
7169         * i386.c (ix86_match_ccmode): New.
7170         (ix86_expand_fp_compare): Update for pattern renames.
7171         (ix86_expand_strlensi_unroll_1): Likewise.
7172         * i386.h (EXTRA_CC_MODES): Add CCZ.
7173         (SELECT_CC_MODE): Use it for EQ/NE zero.
7174         * i386.md (cmpsi_ccz_1): New.
7175         (cmpqi_ccz_1): New.
7176         (*testsi_ccz_1): New.
7177         (testqi_ccz_1): New.
7178         (cmpsi_ccno_1): Rename from cmpsi_0.
7179         (testsi_ccno_1): Rename from testsi_1.
7180         (testqi_ccno_1): Rename from testqi_1.
7181         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
7182         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
7183         (*cmphi_0): Use ix86_match_ccmode.
7184         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
7185         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
7186         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
7187         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
7188         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
7189         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
7190         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
7191         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
7192         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
7193         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
7194         (appropriate peepholes): Likewise.
7195         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
7196         (*subsi_3, *subhi_3, *subqi_3): Remove.
7197         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
7198         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
7199         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
7200         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
7201         (x86_shift_adj_1): Use CCZ.
7202         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
7203
7204 2000-03-27  Stan Cox  <scox@cygnus.com>
7205
7206         * resource.h (mark_resource_type): New.
7207         * resource.c (find_dead_or_set_registers, mark_target_live_regs,
7208         find_free_register): Use mark_resource_type.
7209         (mark_set_resources): Change include_delayed_effects
7210         to mark_resource_type.
7211         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
7212         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
7213         Use mark_resource_type.
7214
7215 2000-03-27  Richard Henderson  <rth@cygnus.com>
7216
7217         * i386.md (call_pop_0, call_value_pop_0): New.
7218         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
7219         (call_value_pop_1): Likewise.
7220         (call_0, call_value_0): New.
7221         (call_1, call_value_1): Remove constraint from unused arg.
7222
7223 2000-03-27  Nick Clifton  <nickc@cygnus.com>
7224
7225         * invoke.texi (Spec Files): Document new spec % command created by
7226         Tom Tromey's recent patch.
7227
7228 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
7229
7230         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
7231         if not defined.
7232
7233 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7234
7235         * expr.c (expand_assignment): Fix typo in last change.
7236
7237         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
7238
7239 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7240
7241         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
7242         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
7243         and DECL_INLINE if FUNCTION_DECL.
7244         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
7245         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
7246         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
7247         (combine_parm_decls): Likewise.
7248         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
7249         * print-tree.c (print_node): Likewise.
7250         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
7251         DECL_TRANSPARENT_UNION on proper decl types.
7252         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
7253         * stor-layout.c (layout_decl): Only check DECL_PACKED and
7254         DECL_BIT_FIELD of FIELD_DECL.
7255         * tree.h (DECL_RESULT_FLD): New macro.
7256
7257         * expr.c (expand_assignment): Add code to handle variable-sized
7258         BLKmode case.
7259
7260 2000-03-26  Richard Henderson  <rth@cygnus.com>
7261
7262         * calls.c (expand_call): Pass parms not original exp to
7263         optimize_tail_recursion.  Mind return value instead of looking
7264         for a barrier.
7265         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
7266         call_expr.  Move checks for call_expr and current_function_decl ...
7267         (expand_return): ... here.
7268
7269 2000-03-26  Tom Tromey  <tromey@cygnus.com>
7270
7271         * gcc.c (handle_braces): Recognize `%{<S}' construct.
7272         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
7273         defines.
7274         (process_command): Use them.
7275         (check_live_switch): Likewise.
7276         (give_switch): Skip ignored switches.
7277
7278 2000-03-26  Jan Hubicka  <jh@suse.cz>
7279
7280         * jump.c (jump_optimize_1): Fix typo in elide optimizations
7281         for minimal jump pass test.
7282
7283 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
7284
7285         * integrate.c (function_cannot_inline_p): Do inline functions that
7286         return `void'.
7287
7288 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7289
7290         * stor-layout.c (layout_type, set_sizetype): early_type_list is
7291         now a list of TREE_LIST entries, not types.
7292         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
7293
7294         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
7295         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
7296         int_bit_position.
7297         * config/mips/mips.c (function_arg): Likewise; also remove cast
7298         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
7299         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
7300         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
7301         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
7302         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
7303         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
7304         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
7305         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
7306         num_adjusts now unsigned.
7307         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
7308         * config/sparc/sparc.c (struct function_arg_record_value_parms):
7309         NREGS now unsigned.
7310         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
7311         as is BITPOS variable; use host_integerp and int_bit_position.
7312         (function_arg_record_value_2): Likewise.
7313         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
7314         Variable REGNO now unsigned.
7315         (function_arg_record_value): NREGS now unsigned.
7316
7317 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
7318
7319         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
7320
7321 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7322
7323         * Rework fields used to describe positions of bitfields and
7324         modify sizes to be unsigned and use HOST_WIDE_INT.
7325         * alias.c (reg_known_value_size): Now unsigned.
7326         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
7327         (really_start_incremental_init): Use bitsize_zero_node.
7328         (push_init_level, pop_init_level, output_init_element): Likewise.
7329         Use bitsize_unit_node and bitsize_one_node.
7330         (output_pending_init_elements, process_init_element): Likewise.
7331         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
7332         (make_extraction): Position and length HOST_WIDE_INT and unsigned
7333         HOST_WIDE_INT, respectively.
7334         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
7335         (num_sign_bit_copies): Returns unsigned.
7336         BITWIDTH now unsigned; rework arithmetic.
7337         Remove recursive call from arg to MAX.
7338         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
7339         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
7340         REGNO now unsigned.
7341         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
7342         (find_split_point, expand_compound_operation, make_extraction): LEN
7343         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
7344         (make_field_assignment): Likewise.
7345         (combine_simplify_rtx): Add cast.
7346         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
7347         (force_to_mode): WIDTH now unsigned; add cast.
7348         (if_then_else_cond): SIZE now unsigned.
7349         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
7350         (extended_count): Now returns unsigned.
7351         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
7352         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
7353         (simplify_comparison): MODE_WIDTH now unsigned.
7354         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
7355         (mark_used_regs_combine): Likewise; rework arithmetic.
7356         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
7357         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
7358         (record_promoted_value): REGNO now unsigned.
7359         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
7360         (get_last_value): REGNO now unsigned.
7361         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
7362         (reg_dead_regno, reg_dead_endregno): Now unsigned.
7363         (remove_death): Arg REGNO now unsigned.
7364         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
7365         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
7366         now unsigned.
7367         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
7368         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
7369         (struct cse_reg_info): REGNO now unsigned.
7370         (cached_regno): Now unsigned.
7371         (REGNO_QTY_VALID_P): Add cast.
7372         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
7373         (remove_invalid_regs): Likewise.
7374         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
7375         as are variables END and I.
7376         (get_cse_reg_info, insert): Likewise.
7377         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
7378         (canon_hash): Likewise.
7379         (insert_regs, lookup_for_remove): REGNO now unsigned.
7380         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
7381         New variable RN.
7382         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
7383         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
7384         * emit-rtl.c (subreg_realpart_p): Add cast.
7385         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
7386         (operand_subword_force): Arg I is now unsigned.
7387         * except.c (eh_regs): Variable I is now unsigned.
7388         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
7389         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
7390         length is unsigned HOST_WIDE_INT; likewise for internal variables.
7391         (store_split_bit_field, extract_fixed_bit_field): Likewise.
7392         (extract_split_bit_field, store_bit_field, extract_bit_field):
7393         Likewise.
7394         * expr.c (store_constructor_fields, store_constructor, store_field):
7395         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
7396         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
7397         (do_jump): Likewise.
7398         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
7399         MAX_SIZE is now unsigned.
7400         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
7401         (emit_group_store): Likewise.
7402         (emit_move_insn): I now unsigned.
7403         (store_constructor): Use host_integerp, tree_low_cst, and
7404         bitsize_unit_node.
7405         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
7406         Rework all calculations to use trees and new fields.
7407         * expr.h (promoted_input_arg): Regno now unsigned.
7408         (store_bit_field, extract_bit_field): Adjust types of pos and size.
7409         (mark_seen_cases): Arg is HOST_WIDE_INT.
7410         * flow.c (verify_wide_reg_1): REGNO now unsigned.
7411         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
7412         precisions and alignments are unsigned.
7413         (optimize_bit_field_compare, fold_truthop): Likewise.
7414         (int_const_binop): Adjust threshold for size_int_type_wide call.
7415         (fold_convert): Likewise.
7416         (size_int_type_wide): Make table larger and fix thinko that only
7417         had half of table used.
7418         (all_ones_mask_p, fold): Precisions are unsigned.
7419         * function.c (put_reg_info_stack): REGNO is unsigned.
7420         (instantiate_decl): Size is HOST_WIDE_INT.
7421         (instantiate_virtual_regs): I is unsigned.
7422         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
7423         (promoted_input_arg): REGNO is unsigned.
7424         * function.h (struct function): x_max_parm_reg is now unsigned.
7425         * gcse.c (max_gcse_regno): Now unsigned.
7426         (struct null_pointer_info): min_reg and max_reg now unsigned.
7427         (lookup_set, next_set): REGNO arg now unsigned.
7428         (compute_hash_table): REGNO and I now unsigned.
7429         (handle_avail_expr): regnum_for_replacing now unsigned.
7430         (cprop_insn): REGNO now unsigned.
7431         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
7432         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
7433         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
7434         * hard-reg-set.h (reg_class_size): Now unsigned.
7435         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
7436         * jump.c (mark_modified_reg): I now unsigned; add cast.
7437         (rtx_equal_for_thread_p): Add cast.
7438         * loop.c (max_reg_before_loop): Now unsigned.
7439         (struct_movable): REGNO now unsigned.
7440         (try_copy_prop): REGNO arg unsigned.
7441         (regs_match_p): XN and YN now unsigned.
7442         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
7443         (strength_reduce): Likewise; NREGS also unsigned.
7444         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
7445         * loop.h (struct iv_class): REGNO now unsigned.
7446         (max_reg_before_loop, first_increment_giv, last_increment_giv):
7447         Now unsigned.
7448         * machmode.h (mode_size, mode_unit_size): Now unsigned.
7449         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
7450         * optabs.c (expand_binop): I and NWORDS now unsigned.
7451         (expand_unop): I now unsigned.
7452         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
7453         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
7454         * real.c (significand_size): Now returns unsigned.
7455         * real.h (significand_size): Likewise.
7456         * regclass.c (reg_class_size): Now unsigned.
7457         (choose_hard_reg_mode): Both operands now unsigned.
7458         (record_reg_classes): REGNO and NR now unsigned.
7459         (reg_scan): NREGS now unsigned.
7460         (reg_scan_update): old_max_regno now unsigned.
7461         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
7462         * reload.c (find_valid_class): BEST_SIZE now unsigned.
7463         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
7464         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
7465         Likewise for variable R.
7466         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
7467         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
7468         (find_equiv_reg): Add casts.
7469         (regno_clobbered_p): Arg REGNO now unsigned.
7470         * reload.h (struct reload): NREGS now unsigned.
7471         (refers_to_regno_for_reload_p): Regno args are unsigned.
7472         (regno_clobbered_p): Likewise.
7473         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
7474         (compute_use_by_pseudos): REGNO now unsigned.
7475         (find_reg): I and J now unsigned, new variable K, and change loop
7476         variables accordingly; THIS_NREGS now unsigned.
7477         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
7478         (spill_hard_reg): REGNO arg now unsigned; add casts.
7479         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
7480         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
7481         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
7482         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
7483         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
7484         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
7485         (emit_reload_insns): REGNO now unsigned.
7486         (reload_cse_move2add): Add cast.
7487         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
7488         and rework loop.
7489         * resource.c (mark_referenced_resources, mark_set_resources): New
7490         variable R; REGNO and LAST_REGNO now unsigned.
7491         (mark_target_live_regs): J and REGNO now unsigned.
7492         * rtl.c (mode_size, mode_unit_size): Now unsigned.
7493         * rtl.h (union rtunion_def): New field rtuint.
7494         (XCUINT): New macro.
7495         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
7496         (operand_subword, operand_subword_force): Word number is unsigned.
7497         (choose_hard_reg_mode): Operands are unsigned.
7498         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
7499         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
7500         (regno_use_in, combine_instructions, remove_death): Likewise.
7501         (reg_scan, reg_scan_update): Likewise.
7502         (extended_count): Return is unsigned.
7503         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
7504         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
7505         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
7506         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
7507         (reg_reg_last_1): FIRS and LAST now unsigned.
7508         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
7509         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
7510         now unsigned.
7511         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
7512         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
7513         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
7514         (replace_regs): Arg NREGS now unsigned.
7515         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
7516         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
7517         (simplify_binary_operation): Likewise.
7518         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
7519         THIS_LAST now unsigned.
7520         (cselib_record_set): Add cast.
7521         * ssa.c (ssa_max_reg_num): Now unsigned.
7522         (rename_block): REGNO now unsigned.
7523         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
7524         sizes now unsigned.
7525         (all_cases_count): Just return -1 not -2.
7526         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
7527         Rework tests to use trees whenever possible.
7528         Use host_integerp and tree_low_cst.
7529         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
7530         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
7531         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
7532         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
7533         (smallest_mode_for_size): Likewise.
7534         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
7535         KNOWN_ALIGN is now an alignment, so simplify code.
7536         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
7537         (start_record_layout): Renamed from new_record_layout_info.
7538         Update to new fields.
7539         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
7540         New functions.
7541         (place_union_field): Renamed from layout_union_field.
7542         Update to use new fields in rli.
7543         (place_field): Renamed from layout_field.
7544         Major rewrite to use new fields in rli; pass alignment to layout_decl.
7545         (finalize_record_size): Rework to use new fields in rli and handle
7546         union.
7547         (compute_record_mode): Rework to simplify and to use new DECL fields.
7548         (finalize_type_size): Make rounding more consistent.
7549         (finish_union_layout): Deleted.
7550         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
7551         (layout_type, case RECORD_TYPE): Call new function names.
7552         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
7553         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
7554         (get_best_mode): UNIT is now unsigned; remove casts.
7555         * tree.c (bit_position): Compute from new fields.
7556         (byte_position, int_byte_position): New functions.
7557         (print_type_hash_statistics): Cast to remove warning.
7558         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
7559         (build_index_type): Likewise; make subtype of sizetype.
7560         (build_index_2_type): Pass sizetype to build_range_type.
7561         (build_common_tree_nodes): Use size_int and bitsize_int to
7562         initialize nodes; add bitsize_{zero,one,unit}_node.
7563         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
7564         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
7565         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
7566         (DECL_FIELD_BITPOS): Deleted.
7567         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
7568         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
7569         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
7570         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
7571         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
7572         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
7573         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
7574         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
7575         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
7576         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
7577         (DECL_ALIGN): Adjust to new field in union.
7578         (DECL_OFFSET_ALIGN): New field.
7579         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
7580         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
7581         (union tree_decl): Add struct for both aligns.
7582         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
7583         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
7584         (struct record_layout_info): Rework fields to have offset
7585         alignment and byte and bit position.
7586         (start_record_layout, place_field): Renamed from old names.
7587         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
7588         (byte_position, int_byte_position): Likewise.
7589         (get_inner_reference): Change types of position and length.
7590         * unroll.c (unroll_loop): New variable R; use for some loops.
7591         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
7592         (calculate_giv_inc): Arg REGNO now unsigned.
7593         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
7594         * varasm.c (assemble_variable): Clean up handling of size using
7595         host_integerp and tree_low_cst.
7596         (decode_addr_const): Use byte, not bit, position.
7597         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
7598         use tree_low_cst and int_bit_position.
7599         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
7600
7601 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
7602
7603         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
7604         (reorder_block_def): New members eff_head and eff_end.
7605         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
7606         (verify_insn_chain): New function.
7607         (skip_insns_between_block): Add code to skip deleted insns.
7608         Check for note before using.
7609         (chain_reorder_blocks): Replace calls to skip_insns_between_block
7610         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
7611         Check for note before using.
7612         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
7613         (fixup_reorder_chain): Restructure, clean up, defect removal.
7614         (reorder_basic_blocks): Remove last_insn and references to it.
7615         Moved insn chain verification code into a new function (see above).
7616         Delete defective code that sets last insn.
7617         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
7618         all blocks.
7619
7620 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7621
7622         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
7623
7624 2000-03-24  Richard Henderson  <rth@cygnus.com>
7625
7626         * tree.c (lang_safe_for_unsave): Remove.
7627         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
7628         allowing for two levels of unsafeness.  Remove lang hook.
7629         * tree.h: Update declarations.
7630         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
7631         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
7632         Always fail sibcalls when there are pending cleanups.
7633
7634 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
7635
7636         * flow.c (propagate_block): When we delete an ADDR_VEC,
7637         also delete the BARRIER following it if there is one.
7638
7639 2000-03-24  Richard Henderson  <rth@cygnus.com>
7640
7641         * builtins.c (expand_builtin_bzero): Convert `length' argument
7642         to sizetype.
7643
7644 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
7645
7646         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
7647         comparison if regno's are equal.
7648         * calls.c (initialize_argument_informat): Add ecf_flags argument.
7649         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
7650         (expand_call): Update caller.
7651         Avoid making a sibling call if argument size of the callee is larger
7652         than argument size of the caller.
7653         Call hard_function_value with outgoing set if in sibcall pass.
7654         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
7655
7656         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
7657         Change LEAF_REGISTERS from an array initializer to actual array
7658         identifier. Move static global variable into the function.
7659         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
7660         sequences for leaf functions.
7661         * global.c (global_alloc): Likewise.
7662         * tm.texi (LEAF_REGISTERS): Update documentation.
7663
7664         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
7665         TARGET_FLAT leaf disabling hack.
7666         (LEAF_REGISTERS): Changed from an array initializer to actual array
7667         identifier to avoid duplication and remove the above hack.
7668         (FUNCTION_OK_FOR_SIBCALL): Define.
7669         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
7670         always like call attribute.
7671         (eligible_for_sibcall_delay): New attribute.
7672         (sibcall): New delay type.
7673         (sibcall, sibcall_value, sibcall_epilogue): New expands.
7674         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
7675         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
7676         * config/sparc/sparc.c (sparc_leaf_regs): New array.
7677         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
7678         New functions.
7679         (output_function_epilogue): Move part of the code into
7680         output_restore_regs.
7681         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
7682         TYPE_SIBCALL.
7683         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
7684         prototypes.
7685
7686         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
7687         until infrastructure is finished.
7688
7689 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
7690
7691         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
7692         (save_parm_insns): Not here.
7693
7694 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7695
7696         * builtins.c (expand_builtin_bzero): New function.
7697         (expand_builtin): Handle bzero.
7698
7699         * builtins.def: Add BUILT_IN_BZERO.
7700
7701         * c-common.c (c_common_nodes_and_builtins): Provide builtin
7702         prototype & function for bzero.
7703
7704 2000-03-23  Michael Meissner  <meissner@redhat.com>
7705
7706         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
7707         change adding TARGET_FP to the TF floating point insns, except for
7708         trunctfsf2, which generates direct calls to truncdfsf2.
7709
7710 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
7711
7712         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
7713         try to protect against middle-end changes that break binary
7714         compatibility.
7715         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
7716
7717 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7718
7719         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
7720
7721 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7722
7723         * calls.c (expand_call): If TARGET is passed by reference and
7724         is readonly, write a CLOBBER.
7725
7726 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7727
7728         * builtins.c (expand_builtin): Handle bcmp.
7729
7730         * builtins.def: Add BUILT_IN_BCMP.
7731
7732         * c-common.c (c_common_nodes_and_builtins): Provide builtin
7733         prototype & function for bcmp.
7734
7735 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
7736
7737         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
7738         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
7739         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
7740
7741 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
7742
7743         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
7744         alternative when using -fp64 -gp32.
7745
7746 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
7747
7748         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
7749         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
7750         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
7751
7752         * frame.h (frame_state): Revert last change.
7753         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
7754         * libgcc2.c (throw_helper): Revert last change.
7755
7756 2000-03-22  Richard Henderson  <rth@cygnus.com>
7757
7758         * stmt.c (expand_asm_operands): Don't promote the temporary.
7759
7760 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
7761
7762         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
7763         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
7764           c_get_alias_set): Likewise.
7765         * c-decl.c (duplicate_decls): Likewise.
7766         * c-typeck.c (default_conversion,build_unary_op): Likewise.
7767         * calls.c (initialize_argument_information): Likewise.
7768         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
7769         Likewise.
7770         * dwarfout.c (decl_class_context,output_type): Likewise.
7771         * expr.c (get_inner_reference): Likewise.
7772         * fold-const.c (simple_operand_p,fold): Likewise.
7773         * function.c (aggregate_value_p): Likewise.
7774         * stmt.c (expand_asm_operands): Likewise.
7775         * varasm.c (named_section): Likewise.
7776
7777 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
7778
7779         Implement dwarf2 exception handling for the ARM.
7780         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
7781         (DWARF_FRAME_RETURN_COLUMN): Define.
7782         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
7783         REG_FRAME_RELATED_EXPR note.
7784         (emit_sfm): Likewise.
7785         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
7786         * dwarf2out.c (reg_save): Handle saving a register to itself.
7787         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
7788         * except.c (eh_regs): Don't use the static chain reg if it's
7789         callee-saved.
7790         * frame.h (frame_state): Add cfa_saved field.
7791         * frame.c (execute_cfa_insn): Set it.
7792         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
7793         the epilogue.
7794         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
7795         Now takes a parm.
7796         (instantiate_virtual_regs): Adjust.
7797         * tm.texi: Adjust.
7798         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
7799         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
7800         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
7801
7802         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
7803         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
7804
7805 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7806
7807         * builtins.def: New file.
7808
7809         * Makefile.in (TREE_H): Depend on builtins.def.
7810
7811         * builtins.c (built_in_names): Use builtins.def.
7812
7813         * tree.h (built_in_function): Likewise.
7814
7815 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
7816
7817         * tree.c (size_in_bytes): Return size_zero_node, not
7818         integer_zero_node.
7819
7820 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
7821
7822         * config/fp-bit.c (pack_d): Correct the case when a denormal
7823         is rounded up and stops being denormal.
7824
7825 2000-03-21  Richard Henderson  <rth@cygnus.com>
7826
7827         * config/alpha/alpha.c (function_arg): Check for void_type_node
7828         before using MUST_PASS_IN_STACK.
7829
7830 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
7831
7832         * regmove.c (combine_stack_adjustments_for_block): Check that
7833         the stack pointer is a valid memory address.
7834
7835 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
7836
7837         * calls.c: re-install Mar 16 emit_library_call merge.
7838
7839 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
7840
7841         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
7842         we cannot be sure that if reload_completed base register will
7843         be properly aligned.
7844
7845 2000-03-21  Richard Henderson  <rth@cygnus.com>
7846
7847         * flow.c (delete_block): Fix typo last change.
7848
7849 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
7850
7851         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
7852         not COMPLETE_TYPE_P, to check the type of the expression.
7853
7854 2000-03-21  Michael Meissner  <meissner@redhat.com>
7855
7856         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
7857         all floating point insns that just tested the macro
7858         TARGET_HAS_XFLOATING_LIBS.
7859         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
7860         used to only use the gprs.
7861
7862 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
7863
7864         * tree.h (COMPLETE_TYPE_P): New macro.
7865         (COMPLETE_OR_VOID_TYPE_P): New macro.
7866         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
7867         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
7868         * c-aux-info.c (gen_type): Use them.
7869         * c-common.c (c_expand_expr_stmt): Likewise.
7870         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
7871         grokdeclarator, grokparms, finish_struct, start_function,
7872         store_parm_decls, combine_parm_decls): Likewise.
7873         * c-parse.y (cast_expr): Likewise.
7874         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
7875         c_size_in_bytes, c_alignof, build_component_ref,
7876         build_indirect_ref, build_array_ref, convert_arguments,
7877         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
7878         * calls.c (initialize_argument_information): Likewise.
7879         * convert.c (convert_to_integer): Likewise.
7880         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
7881         * dwarfout.c (location_or_const_value_attribute,
7882         output_enumeration_type_die, output_structure_type_die,
7883         output_union_type_die, output_type): Likewise.
7884         * expr.c (safe_from_p, expand_expr): Likewise.
7885         * function.c (assign_parms): Likewise.
7886         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
7887         * tree.c (build_array_type, build_function_type,
7888         build_method_type, build_offset_type, build_complex_type): Likewise.
7889         * c-parse.c, c-parse.h: Regenerated.
7890
7891 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7892
7893         * config/c4x/rtems.h: Include config/rtems.h.
7894
7895 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
7896
7897         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
7898         decl is a FUNCTION_DECL
7899
7900 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
7901
7902         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
7903         function uses output registers.  Don't save RP for leaf functions.
7904         Do save RP even if no epilogue.
7905         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
7906         (CALL_USED_REGISTERS): Unmark in registers.
7907         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
7908         to near the middle.
7909
7910 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
7911
7912         * config/rs6000/rs6000.md (bunordered): New expander.
7913         (bordered): New expander.
7914         (buneq): New expander.
7915         (bunge): New expander.
7916         (bungt): New expander.
7917         (bunle): New expander.
7918         (bunlt): New expander.
7919         (bltgt): New expander.
7920
7921         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
7922         (ccr_bit_negated_p): New function.
7923         (print_operand): For %C, generate appropriate cror for UNEQ,
7924         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
7925
7926 2000-03-20  Andreas Jaeger  <aj@suse.de>
7927
7928         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
7929         warning.
7930
7931         * tree.h (safe_for_unsave): Prototype.
7932
7933 2000-03-20  Richard Henderson  <rth@cygnus.com>
7934
7935         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
7936         (combine_stack_adjustments_for_block): Don't allow sp references
7937         in the side of a set we're not fixing up.
7938         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
7939         after life_analysis.
7940
7941 2000-03-20  Richard Henderson  <rth@cygnus.com>
7942
7943         * calls.c (expand_call): Don't bother generating tail call
7944         sequences if there are pending cleanups.  Use
7945         expand_start_target_temps/expand_end_target_temps to elide
7946         cleanups created during sibcall expansion.
7947
7948 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
7949
7950         * configure.in: Set $IFS to a value if it doesn't already have one
7951         in the --enable-checking handling.
7952         * configure: Regenerate.
7953
7954 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7955
7956         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
7957         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
7958         Regenerated.
7959
7960 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
7961
7962         * jump.c (delete_noop_moves): Remove code attempting to
7963         combine stack adjustments.
7964
7965 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7966
7967         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
7968         * except.c (emit_cleanup_handler): Use them.
7969         (expand_end_all_catch): Likewise.
7970         * function.c (fixup_var_refs): Likewise.
7971         (expand_function_end): Clear catch_clauses_last.
7972         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
7973         * except.h (struct eh_status): New field x_catch_clauses_last.
7974         (catch_clauses_last): New define.
7975
7976         * Makefile.in (tree.o): Depend on HASHTAB_H.
7977         * tree.c: Include hashtab.h.
7978         (struct type_hash): Remove next field.
7979         (TYPE_HASH_SIZE): Remove.
7980         (TYPE_HASH_INITIAL_SIZE): New define.
7981         (type_hash_table): Change type to htab_t.
7982         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
7983         mark_hash_entry): New functions.
7984         (init_obstacks): Allocate type hash.
7985         (type_hash_lookup): Use htab functions.
7986         (type_hash_add, mark_type_hash): Likewise.
7987         (dump_tree_statistics): Call print_type_hash_statistics.
7988
7989 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7990
7991         * rs6000/t-aix41: New file.
7992
7993         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
7994
7995 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
7996
7997         * tm.texi (Driver): Fix typos and tweak entry for
7998         INCLUDE_DEFAULTS.
7999         Move misplaced STRUCT_FORCE_BLK entry ...
8000         (Storage Layout): ... to here.
8001         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
8002
8003 2000-03-19  Richard Henderson  <rth@cygnus.com>
8004
8005         * flow.c (delete_block): Delete the addr_vec along with the block.
8006         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
8007         reference labels.
8008
8009         * fold-const.c (extract_muldiv): Apply type check for defined
8010         overflow to multiply as well as divide.
8011
8012         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
8013
8014 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
8015
8016         * emit-rtl.c (remove_unncessary_notes): Check that all
8017         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
8018         associated NOTE_BLOCK.
8019         * function.h (identify_blocks): Update comments.
8020         (reorder_blocks): Declare.
8021         * function.c (identify_blocks): Don't take paramters.
8022         (reorder_blocks): Don't take parameters.
8023         * loop.h (find_loop_tree_blocks): Remove.
8024         (unroll_block_trees): Likewise.
8025         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
8026         reorder_blocks instead of unroll_block_trees.h
8027         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
8028         * stmt.c (find_loop_tree_blocks): Remove.
8029         (unroll_block_trees): Likewise.
8030         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
8031         in whole-function mode.
8032         * tree.h (reorder_blocks): Remove declaration.
8033
8034         * expr.c: Include intl.h.
8035         * Makefile.in (expr.o): Depend on intl.h.
8036
8037 2000-03-18  Richard Henderson  <rth@cygnus.com>
8038
8039         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
8040
8041 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
8042
8043         * tree.h (tree_index): Remove enumerals for integer types.
8044         (integer_type_kind): New type.
8045         (integer_types): New variable.
8046         (char_type_node): Adjust.
8047         (signed_char_type_node): Likewise.
8048         (unsigned_char_type_node): Likewise.
8049         (short_integer_type_node): Likewise.
8050         (short_unsigned_type_node): Likewise.
8051         (integer_type_node): Likewise.
8052         (unsigned_type_node): Likewise.
8053         (long_integer_type_node): Likewise.
8054         (long_unsigned_type_node): Likewise.
8055         (long_long_integer_type_node): Likewise.
8056         (long_long_unsigned_type_node): Likewise.
8057         * tree.c (integer_types): New variable.
8058         (init_obstacks): Register it as a root.
8059
8060 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
8061
8062         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
8063         NEXT_INSN. Update last insn in chain.
8064
8065 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
8066
8067         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
8068         with TYPE_DECL_SUPPRESS_DEBUG set.
8069
8070 2000-03-18  Richard Henderson  <rth@cygnus.com>
8071
8072         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
8073
8074 2000-03-18  Richard Henderson  <rth@cygnus.com>
8075
8076         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
8077         care for HALF_PIC_P.
8078         (expander_call_insn_operand): Remove.
8079         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
8080         * i386.h (PREDICATE_CODES): Update.
8081         * i386.md (all call expanders): Remove predicates, remove special
8082         handling for half-pic.
8083         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
8084         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
8085         (sibcall_epilogue): New.
8086
8087 2000-03-17  Richard Henderson  <rth@cygnus.com>
8088
8089         * rtlanal.c (single_set): Reject if the parallel has anything
8090         except SET or USE or CLOBBER.
8091
8092 2000-03-17  Jeff Law  <law@cygnus.com>
8093             Richard Henderson  <rth@cygnus.com>
8094
8095         * Makefile.in (OBJS): Add sibcall.o.
8096         (sibcall.o): New.
8097         * sibcall.c: New file.
8098         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
8099         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
8100         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
8101         Emit sibcall patterns when requested.  Update all callers.
8102         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
8103         elimination seems feasable.
8104         * final.c (leaf_function_p): Sibling calls don't discount being
8105         a leaf function.
8106         * flow.c (HAVE_sibcall_epilogue): Provide default.
8107         (find_basic_blocks_1): Sibling calls don't throw.
8108         (make_edges): Make edge from sibling call to EXIT.
8109         (propagate_block): Don't remove sibcall_epilogue insns.
8110         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
8111         (sibcall_epilogue): New.
8112         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
8113         (identify_blocks_1): Likewise.  Break out from ...
8114         (identify_blocks): ... here.
8115         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
8116         (reorder_blocks): ... here.
8117         (init_function_for_compilation): Zap prologue/epilogue as varrays.
8118         (record_insns): Extend a varray instead of mallocing new memory.
8119         (contains): Read a varray not array of ints.
8120         (sibcall_epilogue_contains): New.
8121         (thread_prologue_and_epilogue_insns): Emit and record
8122         sibcall_epilogue patterns.
8123         (init_function_once): Allocate prologue/epilogue varrays.
8124         * genflags.c (gen_insn): Treat sibcall patterns as calls.
8125         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
8126         Broken out from ...
8127         (save_for_inline_nocopy): ... here.
8128         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
8129         Broken out from ...
8130         (expand_inline_function): ... here.
8131         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
8132         (subst_constants): Handle 'n' formats.
8133         * jump.c (jump_optimize_minimal): New.
8134         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
8135         optimizations if it's set.
8136         * rtl.c (copy_rtx): Do copy jump & call for insns.
8137         * rtl.h (struct rtx_def): Document use of jump and call for insns.
8138         (SIBLING_CALL_P): New.
8139         (sibcall_use_t): New.
8140         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
8141         Invoke optimize_sibling_and_tail_recursive_calls.
8142         * tree.c (lang_safe_for_unsave): New.
8143         (safe_for_unsave): New.
8144         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
8145
8146         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
8147         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
8148         (*sibcall_osf_1, *sibcall_value_osf_1): New.
8149
8150 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
8151
8152         * objc/objc-act.c (encode_method_prototype): Pass types, not
8153         PARM_DECLs, to int_size_in_bytes.
8154
8155 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
8156
8157         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
8158
8159         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
8160         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
8161
8162 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8163
8164         * Clean up usages of TREE_INT_CST_LOW.
8165         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
8166         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
8167         Regenerated.
8168         * c-tree.h (min_precision): Move declaration to here.
8169         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
8170         (build_unary_op, add_pending_init): Use bit_position.
8171         (pending_init_member, process_init_element): Likewise.
8172         (really_start_incremental_init, push_init_level, pop_init_level):
8173         Don't make copies of nodes or modify them in place, use consistent
8174         types when tracking positions, and use tree routines computations.
8175         (set_init_index, output_init_element): Likewise.
8176         (output_pending_init_elements, process_init_element): Likewise.
8177         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
8178         tree_low_cst and int_bit_position; also minor cleanup.
8179         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
8180         (print_cst_octal): Precision is unsigned.
8181         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
8182         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
8183         (simple_type_align_in_bits): Result is unsigned int.
8184         Use tree_int_low_cst and host_integerp.
8185         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
8186         (field_byte_offset): Result is HOST_WIDE_INT.
8187         Change types of internal variables so alignments are unsigned int,
8188         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
8189         Use host_integerp, tree_low_cst, and int_bit_position.
8190         (add_bit_offset_attribute): Likewise.
8191         (add_data_member_location_attribute): Use tree_cst_low.
8192         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
8193         (add_bit_size_attribute): Use tree_low_cst.
8194         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
8195         * dwarfout.c: Similar changes to dwarf2out.c.
8196         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
8197         * genoutput.c (n_occurences): Return -1 for null string.
8198         (strip_whitespace): Accept null string and make into function.
8199         (scan_operands): Reflect above changes.
8200         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
8201         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
8202         * ssa.c (rename_registers): Add missing cast of arg to bzero.
8203         * tree.c (int_size_in_bytes): Check for too big to represent.
8204         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
8205         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
8206         New declarations.
8207         (min_precision): Delete from here.
8208         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
8209         and int_bit_position.
8210         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
8211         (encode_method_def): Likewise.
8212         (build_ivar_list_initializer): Use int_bit_position.
8213         (generate_shared_structures): Convert size.
8214         (encode_type, encode_complete_bitfield): Use integer_zerop.
8215         (encode_bitfield): Use tree_low_cst and int_bit_position.
8216
8217 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8218
8219         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
8220
8221 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8222
8223         * call.c (special_function_p): It is only malloc if it returns
8224         Pmode.
8225
8226 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8227
8228         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
8229         (C33_FLAG, TARGET_C3X): Add macros.
8230         (TARGET_SWITCHES): Add -m33 option.
8231         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
8232
8233 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8234
8235         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
8236         (PARALLEL_PACK_FLAG): Delete.
8237         (TARGET_SWITCHES): Update.
8238         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
8239
8240 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8241
8242         * fold-const.c (fold): Fix a few cases when the returned result
8243         is not of the same type as the input.
8244
8245 2000-03-16  Nick Clifton  <nickc@cygnus.com>
8246
8247         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
8248         warning.
8249
8250 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8251
8252         * libgcc2.h: Move prototypes above macros with the same name.
8253         Wrap some function prototypes in the conditional which indicates
8254         whether they are supported, i.e. "BITS_PER_UNIT == 8".
8255
8256 2000-03-16  Richard Henderson  <rth@cygnus.com>
8257
8258         * calls.c: Revert last two changes.
8259
8260 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
8261
8262         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
8263         has exponent 0 is a zero.
8264
8265         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
8266         HASH may already be nonzero.  Add code/mode into hash value
8267         immediately after repeat label.
8268         (cselib_lookup): Don't leave the hash table in an inconsistent
8269         state before a hash lookup operation.
8270
8271 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
8272
8273         * i386.md (all HI and QI mode non-move patterns):  Conditionize
8274         by TARGET_[HQ]IMODE_MATH.
8275         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
8276         x86_promote_qi_regs): Declare.
8277         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
8278         TARGET_PROMOTE_QI_REGS): New macros.
8279         (PROMOTE_MODE): New macro.
8280         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
8281         x86_promote_qi_regs): New global variables.
8282
8283 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
8284
8285         * calls.c (emit_library_call_value_1): Break out from ...; handle
8286         VOIDmode function calls too.
8287         (emit_library_call_value): ... here.
8288         (emit_library_call): Implement by calling emit_library_call_value_1.
8289
8290 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
8291
8292         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
8293         Update arg_space_so_far on stack adjustments.
8294         (emit_library_call, emit_library_call_value): Likewise; take into
8295         account arg_space_so_far and pending_stack_adjust when calculcating
8296         the boundary.
8297
8298 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
8299
8300         * flow.c: Move all basic block reordering code into its own file.
8301         (create_basic_block): Externalize.
8302         * bb-reorder.c: New file. Copy all basic block reordering code from
8303         flow.c to this file.
8304         (reorder_basic_blocks): Fix fencepost error in for-loop.
8305         (reorder_basic_blocks): Remove braces from single statement for-loops.
8306         * basic-block.h: Add declaration for create_basic_block.
8307         * Makefile.in: Add rules for bb-reorder.o.
8308
8309 2000-03-16  Neil Booth  <NeilB@earthling.net>
8310
8311         * cppinit.c (handle_option):  Implement #unassert directive
8312         as -A- command line option.
8313         (print_help):  Update.
8314         * cpptexi.c:  Update.
8315
8316 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8317
8318         * md.texi (Standard Names): Document `jump'.
8319
8320 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
8321
8322         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
8323         gotos.
8324
8325 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
8326
8327         Merge changes from newppc-branch onto trunk.
8328
8329         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
8330
8331         * rs6000.c (toc_hash_table): Update for new hash table functions.
8332         (toc_hash_function): Likewise.
8333         (toc_hash_eq): Likewise.
8334         (toc_hash_mark_entry): Likewise.
8335         (toc_hash_mark_table): Likewise.
8336         (output_toc): Likewise.
8337         (rs6000_add_gc_roots): Likewise.
8338
8339         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8340
8341         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
8342         (AR_FLAGS_FOR_TARGET): here.  New macro.
8343
8344         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
8345
8346         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
8347         fpmem_operand) Delete.
8348         (xer_operand) New.
8349         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
8350         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
8351         (rs6000_save_machine_status, rs6000_restore_machine_status,
8352         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
8353         references to above variables.
8354         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
8355         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
8356         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
8357         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
8358         (XER_REGNO_P, XER_REGNO): New.
8359         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
8360         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
8361         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
8362         XER_REGNO_P.
8363         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
8364         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
8365         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
8366
8367         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8368
8369         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
8370         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
8371         * rs6000.h: from here.
8372
8373         * rs6000-protos.h (rs6000_select_section): Provide prototype.
8374         (rs6000_select_rtx_section): Likewise.
8375         (rs6000_encode_section_info): Likewise.
8376         (sdata_section): Likewise.
8377         (sdata2_section): Likewise.
8378         (sbss_section): Likewise.
8379         * sysv4.h (rs6000_select_section): Delete prototype.
8380         (rs6000_select_rtx_section): Likewise.
8381         (rs6000_encode_section_info): Likewise.
8382         (sdata_section): Likewise.
8383         (sdata2_section): Likewise.
8384         (sbss_section): Likewise.
8385         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
8386
8387         * sysv4.h: Delete various unnecessary #undef's and put a comment
8388         on the remaining ones.
8389         Change various comments according to coding standard.
8390
8391         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
8392
8393         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
8394         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
8395         (CR0_REGNO_P) Remove.
8396         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
8397         setup_incoming_varargs, mtcrf_operation, print_operand,
8398         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
8399         Use the above macros.
8400
8401         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
8402
8403         * config/rs6000/rs6000.md: Added a new alternative for each
8404         pattern that had a 'x' alternative but no 'y' alternative.
8405         Added a new split for each of the above patterns.
8406
8407         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
8408
8409         * aix41.h (ASM_CPU_SPEC): Delete.
8410         (CPP_CPU_SPEC): Delete.
8411
8412         * aix.h (RS6000_OUTPUT_BASENAME): Define.
8413         (ASM_OUTPUT_LABEL): Define.
8414         (ASM_GLOBALIZE_LABEL): Define.
8415         (STRIP_NAME_ENCODING): Define.
8416         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
8417         (STRIP_NAME_ENCODING): Don't define.
8418         (ASM_OUTPUT_LABEL): Don't define.
8419         (ASM_GLOBALIZE_LABEL): Don't define.
8420         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
8421         names, and ASM_OUTPUT_LABEL to output labels, rather than
8422         asm_fprintf.
8423         (ASM_OUTPUT_LABEL): Define.
8424         (ASM_OUTPUT_INT): Use assemble_name.
8425         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
8426         (STRIP_NAME_ENCODING): Don't undefine first.
8427         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
8428         ELF.
8429         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
8430         specified with 'asm' even with -fleading-underscore.
8431         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
8432         (output_epilog): Likewise.
8433         (output_toc): Likewise.
8434         * tramp.asm: Handle -fleading-underscore correctly.
8435
8436         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
8437         -mminimal-toc.
8438         (nonlocal_goto_receiver): Delete.
8439         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
8440
8441         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
8442         (SET_ASM_OP): Define.
8443         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
8444
8445         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
8446         (ASM_LONG): Define.
8447
8448         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
8449         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
8450
8451         * rs6000.h: Add 'u' to more constants.
8452
8453         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
8454
8455         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
8456
8457         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
8458
8459         * rs6000.c (reg_or_u_cint_operand): New function.
8460         (logical_operand): Handle 64-bit hosts.
8461         (logical_u_operand): New function.
8462         (non_logical_cint_operand): Handle 64-bit hosts.
8463         (non_logical_u_cint_operand): New function.
8464         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
8465         (PREDICATE_CODES): Define new functions.
8466         * rs6000-protos.h: Declare new functions.
8467         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
8468         (movdi_64): Bracket code intended for 64-bit hosts.  Create
8469         CONST_DOUBLE for 32-bit values.
8470         (scc insns): Generate DImode compares.
8471         (mfcr insns): Create DImode versions.
8472         (sge matchers): New patterns.
8473
8474         2000-02-15  Gabriel Paubert  <paubert@iram.es>
8475
8476         * rs6000.md: Correct instructions length attributes and
8477         constraints on unsigned compare instructions.
8478         (*ne0): Disable for PowerPC64.
8479
8480         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
8481
8482         * rs6000.c (output_function_profiler): Use .long for a 32-bit
8483         quantity, fix profile1.C test failure under -fPIC.
8484
8485         * rs6000.c: Add 'u' to many constants to suppress warnings.
8486         (constant_pool_expr_1): Make static.
8487         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
8488         * rs6000.h: Add 'u' to many constants to suppress warnings.
8489
8490         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
8491         for the start of the TOC, instead of LCTOC..0.
8492         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
8493         of the TOC.
8494         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
8495         (load_toc_aix_di): Use LCTOC..1.
8496
8497         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
8498         * rs6000.c (rs6000_legitimize_address): New function from
8499         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
8500         symbols in the constant pool that really are TOC references.
8501         (print_operand_address): For ELF, write TOC offsets under
8502         -fPIC as subtractions in the insn.
8503         (output_toc): For ELF, define symbols in TOC as normal labels,
8504         to match RTL.
8505         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
8506         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
8507         (create_TOC_reference): Prototype only when RTX_CODE is defined.
8508         * rs6000.md (movsi): Only use create_TOC_reference on
8509         symbols in the constant pool that really are TOC references.
8510
8511         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
8512         * rs6000.c (rs6000_reorg): Delete.
8513         * rs6000-protos.h (rs6000_reorg): Delete.
8514
8515         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
8516
8517         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
8518
8519         * aix.h (SETUP_FRAME_ADDRESSES): Define.
8520         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
8521         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
8522         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
8523         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
8524         rs6000_aix_emit_builtin_unwind_init.
8525         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
8526         rs6000_emit_eh_toc_restore on AIX.
8527         (return_eh_si): Use r2.
8528         (return_eh_di): Use r2.
8529
8530         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
8531         since we're breaking binary compatibility anyway.
8532
8533         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8534
8535         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
8536         constant_pool_expr_p): Declare them.
8537         (constant_pool_expr_p): Declare it.
8538         * config/rs6000/rs6000.c (toc_label_name): Define.
8539         (rs6000_override_options): Set toc_label_name.
8540         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
8541         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
8542         uses_TOC): New functions.
8543         (print_operand): Delete old '*' case.
8544         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
8545         and strip off rtl for TOC before calling output_addr_const.
8546         (rs6000_emit_load_toc_table): Use toc_label_name.
8547         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
8548         the default.
8549         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
8550         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
8551         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
8552         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
8553         into explicit TOC_REGISTER offsets.
8554         (TOC_REGISTER): New macro.
8555         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
8556         TARGET_TOC to reference TOC_REGISTER.
8557         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
8558         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
8559         uses_TOC before emitting label references.
8560
8561         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
8562
8563         * rs6000.md (stack_tie): Fix warning.
8564
8565         * eabi-ctors.c: Use 'asm' names for the start/end variables,
8566         to handle -fleading-underscore.
8567         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
8568         (USER_LABEL_PREFIX): New macro.
8569         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
8570         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
8571         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
8572         call-linux can use the same multilibs.
8573         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
8574         and call-linux multilibs.  Do multilib with -fleading-underscore.
8575         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
8576         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
8577         to call-aix.
8578
8579         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
8580         have MASK_SOFT_FLOAT set.
8581         (CPP_FLOAT_DEFAULT_SPEC): New macro.
8582         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
8583         CPP_FLOAT_DEFAULT_SPEC.
8584
8585         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
8586         * rs6000.md: Whitespace change.
8587         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
8588         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
8589
8590         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
8591
8592         * rs6000.md (eh_epilogue): New expander.
8593         (eh_reg_restore): New expand/split/insn combination.
8594         (return_eh_si): New insn.
8595         (return_eh_di): New insn.
8596
8597         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
8598         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
8599         * eabi-ctors.c (__do_global_ctors): Register this object's
8600         frame.  Clean up.  Call atexit() after the constructors.
8601         (__do_global_dtors): Deregister this object's frame.  Clean up.
8602         Allow for recursive calls to exit().
8603         * rs6000.c (fixuplabelno): New variable.
8604         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
8605         TARGET_RELOCATABLE, it slows down exec() under linux.
8606         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
8607
8608         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
8609         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
8610         (ASM_OUTPUT_DWARF_DELTA2): New macro.
8611         (ASM_OUTPUT_DWARF_DELTA4): New macro.
8612         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
8613         (ASM_OUTPUT_DWARF_ADDR): New macro.
8614         (ASM_OUTPUT_DWARF_DATA4): New macro.
8615         (ASM_OUTPUT_DWARF_DATA2): New macro.
8616         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
8617         (ASM_OUTPUT_DWARF_OFFSET): New macro.
8618         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
8619
8620         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
8621
8622         * rs6000.c (rs6000_sr_alias_set): New variable.
8623         (rs6000_override_options): Initialise rs6000_sr_alias_set.
8624         (rs6000_emit_stack_tie): New function.
8625         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
8626         in a way that dwarf2out can understand.
8627         (rs6000_frame_related): New function.
8628         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
8629         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
8630         Use rs6000_emit_stack_tie when needed.
8631         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
8632         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
8633         * rs6000.md (stack_tie): New insn.
8634         (return_internal_si): Allow return value to be in the count
8635         register.
8636         (return_internal_di): Likewise.
8637
8638         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
8639
8640         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
8641
8642         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
8643
8644         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
8645
8646         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
8647
8648         * rs6000.md (stmw): Use the right POWER opcode.
8649         (lmw): Likewise.
8650
8651         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8652
8653         * rs6000-protos.h: New file.
8654
8655         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
8656
8657         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
8658         warnings.
8659
8660         * sysv4.h: Likewise.
8661
8662         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
8663
8664         * ../../configure.in: Delete powerpcle-*-winnt*
8665         and powerpcle-*-pe|powerpcle-*-cygwin*.
8666         * ../../configure: Regenerated.
8667         * cygwin.h: Delete.
8668         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
8669         (TARGET_WINDOWS_NT): Delete.
8670         (ABI_NT): Delete.
8671         (CALL_NT_DLLIMPORT): Delete.
8672         Delete NT-specific code.
8673         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
8674         * win-nt.h: Delete.
8675         * t-winnt: Delete.
8676         * nt-ci.asm: Delete.
8677         * nt-cn.asm: Delete.
8678         * ntstack.asm: Delete.
8679
8680         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8681
8682         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
8683         (ASM_FILE_START): Likewise.
8684         (ASM_DECLARE_FUNCTION_NAME): Likewise.
8685         (ASM_OUTPUT_LABELREF): Likewise.
8686         (ASM_OUTPUT_SKIP): Likewise.
8687         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
8688         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
8689         (ASM_OUTPUT_CASE_LABEL): Likewise.
8690         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
8691         (ASM_OUTPUT_ASCII): Likewise.
8692
8693         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
8694
8695         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
8696         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
8697         increment rs6000_pic_labelno here.
8698         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
8699         and increment rs6000_pic_labelno here.
8700
8701         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
8702
8703         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
8704         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
8705         allocation knows (reg) is dead before the insn.
8706
8707         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
8708
8709         * rs6000.md (movsi_to_cr): Correct typo in output template.
8710
8711         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
8712
8713         * rs6000.c (rs6000_pic_labelno): Always define.
8714         (rs6000_pic_func_labelno): Delete.
8715         (lmw_operation): Check for a zero base register,
8716         which doesn't mean what we want.
8717         (stmw_operation): New function.
8718         (print_operand): Define new 'l' modifier.
8719         (rs6000_stack_info): We must save all 64 bits of the registers
8720         if TARGET_POWERPC64.
8721         (rs6000_output_load_toc_table): Delete.
8722         (rs6000_emit_load_toc_table): New function.
8723         (rs6000_allocate_stack_space): Delete.
8724         (rs6000_emit_allocate_stack): New function.
8725         (rs6000_emit_prologue): New function.
8726         (output_prolog): Use rs6000_emit_prologue.
8727         (rs6000_emit_epilogue): Change a few variable names to be
8728         more accurate.  Restore all 64 bits of the registers if
8729         TARGET_POWERPC64.  Only restore the FP registers which were used
8730         if they are being saved/restored one-at-a-time.
8731         (output_mi_thunk): Delete inefficient code generation.
8732         (output_function_profiler): Don't use rs6000_output_load_toc_table.
8733         * rs6000.h: Declare rs6000_emit_load_toc_table,
8734         rs6000_allocate_stack_space, stmw_operation.  Don't declare
8735         rs6000_output_load_toc_table.
8736         * rs6000.md (elf_high): Allow register 0, but discourage it
8737         heavily.
8738         (elf_low): Support loading into register 0.
8739         (load_toc_aix_si): New pattern.
8740         (load_toc_aix_di): New pattern.
8741         (load_toc_v4_pic_si): New pattern.
8742         (load_toc_v4_pic_di): New pattern.
8743         (load_toc_v4_PIC_1): New pattern.
8744         (load_toc_v4_PIC_1b): New pattern.
8745         (load_toc_v4_PIC_2): New pattern.
8746         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
8747         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
8748         (prologue): New expander.
8749         (movesi_from_cr): New pattern.
8750         (stmw): New pattern.
8751         (save_fpregs_si): New pattern.
8752         (save_fpregs_di): New pattern.
8753
8754         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8755
8756         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
8757         (movdi): Likewise.
8758         (movhi): Likewise.
8759         (movqi): Likewise.
8760
8761         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8762
8763         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
8764         at present.
8765         (movsi_got_internal): Likewise.
8766         (movsi_got_internal+1): Likewise.
8767         (set_sp): 'unspec 7' does a SImode clobber.
8768
8769         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8770
8771         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
8772         allocate a stack temporary.
8773         (floatsidf2_internal): Likewise.
8774         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
8775         with unspec.
8776         (floatunssidf2): Don't use the fpmem "register", just
8777         allocate a stack temporary.
8778         (floatunssidf2_internal): Likewise.
8779         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
8780         with unspec.
8781         (floatsidf2_loadaddr): Delete.
8782         (floatsidf2_store1): Delete.
8783         (floatsidf2_store2): Delete.
8784         (floatsidf2_load): Delete.
8785         (fix_truncdfsi2): Don't use the fpmem "register", just
8786         allocate a stack temporary.
8787         (fix_truncdfsi2_internal_si): Delete.
8788         (fix_truncdfsi2_internal_di): Delete.
8789         (fix_truncdfsi2_internal): New insn.
8790         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
8791         (fix_truncdfsi2_store): Delete.
8792         (fix_truncdfsi2_load): Delete.
8793         (fctiwz): Produce gen_fctiwz.
8794
8795         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
8796
8797         * eabi.h (INVOKE__main): Define.
8798         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
8799         specially.
8800         (rs6000_emit_prologue): Likewise.
8801         * rs6000.h (struct rs6000_stack): Don't keep track of whether
8802         this is the main program.
8803
8804         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8805
8806         * rs6000.c (rs6000_va_arg): Delete some unused variables.
8807
8808         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8809
8810         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
8811         goes after the argument.
8812
8813         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
8814
8815         * rs6000.md: Document 'unspec' values used.
8816         (epilogue): New expander.
8817         (movesi_to_cr_one): New expander.
8818         (movesi_to_cr and following): New pattern.
8819         (lmw): New pattern.
8820         (return_internal_si): New pattern.
8821         (return_internal_di): New pattern.
8822         (return_and_restore_fpregs_si): New pattern.
8823         (return_and_restore_fpregs_di): New pattern.
8824         * rs6000.h: Declare new functions.
8825         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
8826         rather than rs6000_calls_p.
8827         (rs6000_makes_calls): Delete.
8828         (lmw_operation): New function.
8829         (mtcrf_operation): New function.
8830         (rs6000_emit_epilogue): New function.
8831         (output_epilog): Call rs6000_emit_epilogue and final if
8832         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
8833
8834         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
8835
8836         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
8837         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
8838         * aix.h (SUBTARGET_SWITCHES): Document switches.
8839         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
8840         sched-prolog and sched-epilog the same.  Document all the
8841         switches.
8842         (TARGET_OPTIONS): No longer allow -mdebug-.
8843
8844         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
8845
8846         * rs6000.h (ASM_FILE_END): Move to aix.h.
8847         (EXTRA_SECTIONS): Move to aix.h.
8848         (READONLY_DATA_SECTION): Move to aix.h.
8849         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
8850         (SELECT_SECTION): Move to aix.h.
8851         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
8852         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
8853         (LINK_REGISTER_REGNUM): New definition.
8854         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
8855         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
8856         AIX and SVR4.
8857         * sysv4.h: Delete the code between the inclusion of rs6000.h
8858         and svr4.h.
8859         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
8860         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
8861         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
8862         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
8863         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
8864         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
8865         (fix_truncdfsi2_internal_di): New pattern.
8866         (fix_truncdfsi2_store): The second arg here is Pmode too.
8867         (fix_truncdfsi2_load): The second arg here is Pmode too.
8868         (tablejumpdi): Now that switch tables hold only SImode values,
8869         gcc needs to know how to add them to the pc which is DImode.
8870         * rs6000.c (rs6000_stack_info): Use symbolic name for
8871         LINK_REGISTER_REGNUM.
8872         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
8873         (output_toc): Delete unused variables s1 and s2.
8874         (output_ascii): Use fputs not fprintf on a variable string.
8875
8876         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
8877
8878         * rs6000.c (processor_target_table): Add power3 as alias for 630.
8879         * aix43.h: Revert Aug 2 change.
8880         (HAS_INIT_SECTION): Define, not visible yet.
8881         (LD_INIT_SWITCH): Define, not visible yet.
8882         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
8883
8884         2000-01-04  Joel Sherrill (joel@OARcorp.com>
8885
8886         * config/rs6000/rtems.h: Include config/rtems.h.
8887
8888         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
8889
8890         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
8891         (SLOW_UNALIGNED_ACCESS): Define.
8892         (CASE_VECTOR_MODE): Always use 32-bit offsets.
8893         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
8894         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
8895         (toc_section): Likewise and .toc pseudo-op.
8896         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
8897         64-bit mode.
8898         (TEXT_SECTION_ASM_OP): Likewise.
8899         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
8900         32-bit offsets.
8901
8902         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
8903
8904         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
8905         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
8906         compiling libgcc2.
8907
8908         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8909
8910         * rs6000.h: Move more stuff from here...
8911         * aix.h: to here.
8912         * sysv4.h: Cleanup accordingly.
8913         * netware.h: Likewise
8914
8915         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8916
8917         * rs6000.h: Continue cleanup.
8918         * aix.h: Likewise.
8919         * lynx.h: Likewise.
8920         * netware.h: Likewise.
8921         * sol2.h: Likewise.
8922         * sysv4.h: Likewise.
8923         * win-nt.h: Likewise.
8924
8925         * rs6000.h (TARGET_SWITCHES): Add descriptions.
8926         (TARGET_OPTIONS): Likewise.
8927
8928         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
8929         (SUBTARGET_OPTIONS): Likewise.
8930
8931         * rs6000.md: Fix compile time warnings.
8932
8933         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
8934
8935         vxworks patches from the Cygnus tree originally by
8936         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
8937         <vmakarov@cygnus.com>.
8938         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
8939         (ENDFILE_SPEC): Likewise.
8940         (LIB_VXWORKS_SPEC): New macro.
8941         (STARTFILE_VXWORKS_SPEC): New macro.
8942         (ENDFILE_VXWORKS_SPEC): New macro.
8943         (LINK_START_VXWORKS_SPEC): New macro.
8944         (LINK_OS_VXWORKS_SPEC): New macro.
8945         (CPP_OS_VXWORKS_SPEC): New macro.
8946         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
8947         * vxppc.h: Rewrite to use proper configuration method.
8948         * vxppcle.h: New file.
8949         * ../../configure.in: Add powerpcle-wrs-vxworks*.
8950         * ../../configure: Rebuilt.
8951
8952         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
8953
8954         Lots of changes to rs6000.h, sysv4.h, aix.h,
8955         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
8956         with the aim that rs6000.h is the first header
8957         included and the others override it.
8958         * aix.h: New file.
8959
8960         * x-aix41-gld: Remove.
8961         * x-aix43: Remove.
8962         * x-aix41: Remove target-specific switches, and don't specify
8963         -Wl,-bbigtoc as we don't need it any more.
8964         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
8965         Use t-aix43 for AIX 4.3 and above.
8966         * ../../configure: Regenerated.
8967
8968         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
8969         options, that don't do anything yet.
8970         (MASK_SCHED_PROLOG): New macro.
8971         (MASK_SCHED_EPILOG): New macro.
8972         (TARGET_SCHED_PROLOG): New macro.
8973         (TARGET_SCHED_EPILOG): New macro.
8974
8975         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
8976
8977         * rs6000.c: Correct comment, the `minimal' TOCs are actually
8978         one per translation unit, not one per function.
8979         (output_toc): Also do duplicate constant elimination
8980         for per-translation-unit TOCs.
8981
8982         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
8983         a comment explaining _exactly_ when this pattern gets used.
8984         (builtin_setjmp_receiver): New pattern for better clarity.
8985         (init_v4_pic): Move it into a section dealing with TOC registers.
8986
8987         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
8988
8989         * rs6000.c (toc_hash_table): New variable.
8990         (rs6000_hash_constant): New function.
8991         (toc_hash_function): New function.
8992         (toc_hash_eq): New function.
8993         (toc_hash_mark_entry): New function.
8994         (toc_hash_mark_table): New function.
8995         (output_toc): Don't output duplicate TOC entries in
8996         a single file.
8997         (rs6000_add_gc_roots): Add the hash table as a GC root.
8998         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
8999         where they clearly shouldn't be.  This may need to be fixed
9000         later when there is a GNU ar for AIX.
9001         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
9002         Don't define BOOT_LDFLAGS as it is now not necessary.
9003
9004         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
9005
9006         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
9007         for va_list on AIX.  Use unsigned_char_type_node rather than
9008         constructing our own version on svr4.
9009
9010         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
9011
9012         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
9013         since patently it's not.
9014
9015         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
9016
9017         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
9018         define_expand/define_insn pair, and handle restore of the
9019         SVR4 -fpic register.
9020
9021 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
9022
9023         * acconfig.h (HAVE_GAS_WEAK): New define.
9024         * configure.in (assembler weak support): Check for .weak support.
9025         * config.in, configure: Rebuilt.
9026         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
9027         HAVE_GAS_WEAK is defined.
9028
9029 2000-03-15  Nick Clifton  <nickc@cygnus.com>
9030
9031         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
9032         asm_fprintf().
9033
9034 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
9035
9036         * cppfiles.c (open_include_file): New function.
9037         (find_include_file, cpp_read_file): Use it.
9038
9039 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
9040
9041         * cpphash.c (dump_hash_helper): Take the slot, not the element.
9042
9043 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
9044
9045         * flow.c (verify_flow_info): Check for unconditional return.
9046
9047 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
9048
9049         * config/ia64/ia64.md (restore_stack_nonlocal): New.
9050         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
9051         (__ia64_restore_stack_nonlocal): New.
9052         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
9053
9054 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9055
9056         * cpphash.c (collect_formal_parameters): Do not complain about
9057         parameter names that just start with `__VA_ARGS__'.
9058
9059 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
9060
9061         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
9062         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
9063         * i386.c (pentiumpro_cost): Set mul cost to 4.
9064         (x86_use_movx): Set for PPro.
9065
9066 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
9067
9068         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
9069         STACK_BOUNDARY for empty frames now.
9070
9071 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
9072
9073         * stor-layout.c (layout_union): Remove.
9074         (layout_union_field): New function, split out from layout_union.
9075         (finish_union_layout): Likewise.
9076         (layout_field): Handle unions by calling layout_union_field.
9077         (finish_record_layout): Handle unions.
9078         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
9079         QUAL_UNION_TYPE handling.
9080
9081 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
9082
9083         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
9084         end of basic block is jump_insn, not barrier; use create_basic_block
9085         instead of creating basic block by hand.
9086
9087 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
9088
9089         * flow.c (reorder_basic_blocks): Account for barriers when writing
9090         over NEXT_INSN (last_bb->end).
9091         (verify_flow_info): Add check for missing barriers.
9092
9093 2000-03-14  Greg McGary  <gkm@gnu.org>
9094
9095         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
9096         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
9097         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
9098         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
9099         __unbounded, __unbounded__): New keywords.
9100         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
9101         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
9102         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
9103
9104 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
9105
9106         * cselib.h: New file.
9107         * alias.c: Include "cselib.h".
9108         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
9109         MEMs as two new arguments.
9110         (get_addr): New static function.
9111         (find_base_term): Handle VALUEs.
9112         (memrefs_conflict_p): Likewise.
9113         (true_dependence): Call get_addr on the addresses.
9114         Call fixed_scalar_and_varying_struct_p with addresses that have been
9115         passed through get_addr and canon_rtx.
9116         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
9117         with true_dependence.
9118         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
9119         * loop.c: Include "cselib.h".
9120         (load_mems): Process extended basic block that enters the loop with
9121         cselib.  Use that information to change initialization of the shadow
9122         register so that a constant equivalence is seen by later passes.
9123         * reload1.c: Include "cselib.h".
9124         (reload_cse_invalidate_regno): Delete function.
9125         (reload_cse_mem_conflict_p): Likewise.
9126         (reload_cse_invalidate_mem): Likewise.
9127         (reload_cse_invalidate_rtx): Likewise.
9128         (reload_cse_regno_equal_p): Likewise.
9129         (reload_cse_check_clobber): Likewise.
9130         (reload_cse_record_set): Likewise.
9131         (reg_values): Delete static variable.
9132         (invalidate_regno_rtx): Likewise.
9133         (reload_cse_delete_noop_set): New static function.
9134         (reload_cse_simplify): New static function, broken out of
9135         reload_cse_regs_1.
9136         (reload_cse_noop_set_p): Delete unused argument INSN.
9137         Just call rtx_equal_for_cselib_p on set source and destination.
9138         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
9139         reload_cse_delete_noop_set.  Delete code to keep track of values; use
9140         cselib functions instead.  Delete code to push/pop obstacks.
9141         (reload_cse_simplify_set): Use cselib to find equivalent values.
9142         Delete code to push/pop obstacks.
9143         (reload_cse_simplify_operands): Likewise.
9144         * rtl.def (VALUE): New rtx code.
9145         * rtl.h (union rtunion_def): New elt rt_cselib.
9146         (X0CSELIB, CSELIB_VAL_PTR): New macros.
9147         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
9148         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
9149         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
9150         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
9151         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
9152         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
9153         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
9154         cselib_record_set, cselib_record_sets): New static functions.
9155         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
9156         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
9157         references_value_p): New functions.
9158         (MAX_USELESS_VALUES, REG_VALUES): New macros.
9159         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
9160         n_useless_values, reg_values, callmem, cselib_obstack,
9161         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
9162         New static variables.
9163         * varray.h (union varray_data_tag): New elt te.
9164         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
9165         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
9166         dependencies.
9167
9168 2000-03-14  Nick Clifton  <nickc@cygnus.com>
9169
9170         * gcc.c (do_spec_1): Catch the case where %* is used in a
9171         substitution pattern, but it has not been initialised.
9172         Issue a meaningful error message if an unrecognised operator
9173         is encountered in a spec string.
9174
9175 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
9176
9177         * function.c (prepare_function_start): Correctly initialize
9178         cfun->stack_alignment_needed.
9179
9180 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
9181
9182         * cppfiles.c (find_include_file): Don't assume nshort is a
9183         substring of name.
9184
9185 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
9186
9187         * configure.in (hppa configurations): Add pa32-regs.h to the
9188         list of tm files as appropriate.
9189         * configure: Rebuilt.
9190         * pa.c (compute_frame_size): Remove explicit knowledge about FP
9191         register numbering.
9192         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
9193         (fmpyaddoperands, fmpysuboperands): Likewise.
9194         * pa.h: Remove various definitions which depend on knowing
9195         how registers are numbered.
9196         * pa32-regs.h: New file with PA32 register numbering specific
9197         definitions.
9198
9199 2000-03-14  Richard Henderson  <rth@cygnus.com>
9200
9201         * regmove.c (combine_stack_adjustments): New.
9202         (stack_memref_p, single_set_for_csa): New.
9203         (free_csa_memlist, record_one_stack_memref): New.
9204         (try_apply_stack_adjustment): New.
9205         (combine_stack_adjustments_for_block): New.
9206         * rtl.h (combine_stack_adjustments): Declare.
9207         * toplev.c (rest_of_compilation): Call it.
9208
9209         * i386.md: Revert 2000-01-16 change.
9210
9211 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9212
9213         * gccbug.in: Add web category, gcc specific classes.
9214
9215 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
9216
9217         * stor-layout.c (finalize_record_size): Fix typo.
9218
9219 2000-03-14  Stan Shebs  <shebs@apple.com>
9220
9221         * c-typeck.c (c_alignof): Error on incomplete types.
9222         * extend.texi (Alignment): Document this.
9223
9224 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
9225
9226         * cppfiles.c: Include mkdeps.h.
9227         (find_include_file, read_include_file): Remove _cpp_ prefix
9228         from name, make static.
9229         (_cpp_execute_include): New function, broken out of
9230         do_include.
9231
9232         * cpplib.c: Don't include mkdeps.h.
9233         (struct directive): Remove type field. Reorder entries.  The
9234         function takes only one argument.
9235         (struct if_stack): Make type field an int.
9236         (directive_table): Rename to dtable.  Generate it, the
9237         prototypes of the directive handlers, and the enum for the
9238         directive numbers, from a template macro.
9239         (do_ifndef, do_include_next, do_import): New functions.
9240         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
9241         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
9242         do_ident, do_assert, do_unassert, do_sccs): Take only one
9243         argument.
9244         (do_sccs): Define always, but alter behavior based on
9245         SCCS_DIRECTIVE.
9246         (_cpp_handle_directive, consider_directive_while_skipping):
9247         Restructure for new directive table layout.
9248
9249         (pass_thru_directive): Take a directive number, not a pointer
9250         to a struct directive.
9251         (parse_include): New function, broken out of do_include.
9252         (do_include, do_import, do_include_next): Use parse_include
9253         and _cpp_execute_include.
9254         (do_elif, do_else): Test for T_ELSE specifically when checking
9255         for #elif/#else after #else.
9256         (parse_ifdef): New function, broken out of do_ifdef.
9257         (validate_else): Expect a name arg without a leading #.
9258         (if_directive_name): Delete.
9259         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
9260         directive handlers with only one argument.
9261
9262         * cpphash.h: Update prototypes.
9263         (enum node_type): Remove entries for directives.
9264         * Makefile.in: Update dependencies.
9265
9266         * cpphash.c (dump_hash_helper): Only dump nodes of type
9267         T_MACRO.  Emit a newline after each definition.
9268
9269 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9270
9271         * gccbug.in: New file.
9272         * configure.in (all_outputs): Add gccbug.
9273         * Makefile.in (install-common): Install gccbug.
9274         (GCCBUG_INSTALL_NAME): New variable.
9275         * configure: Rebuilt.
9276
9277 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
9278
9279         * function.c (put_var_into_stack): Use type_for_mode to calculate
9280         part_type.  Use MEM_SET_IN_STRUCT_P.
9281         * expr.c (store_field): Handle CONCAT.
9282         (store_constructor): Use fields_length.
9283         * tree.c (fields_length): New fn.
9284         * tree.h: Declare it.
9285
9286 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
9287
9288         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
9289         (cpplex.o): New target.
9290         * po/POTFILES.in: Add cpplex.c.
9291
9292         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
9293         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
9294         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
9295         skip_block_comment, skip_line_comment, skip_comment,
9296         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
9297         _cpp_parse_name, skip_string, parse_string,
9298         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
9299         _cpp_get_directive_token, find_position,
9300         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
9301         (maybe_macroexpand, _cpp_lex_token): New functions.
9302
9303         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
9304         parse_goto_mark): Delete.
9305         (_cpp_handle_eof): New function.
9306         (_cpp_handle_directive): Rename from handle_directive.
9307         (_cpp_output_line_command): Rename from output_line_command.
9308         (do_if, do_elif): Call _cpp_parse_expr directly.
9309         * cppfiles.c (_cpp_read_include_file): Don't call
9310         init_input_buffer here.
9311         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
9312         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
9313         here; pop the token_buffer and skip the rest of the line here.
9314         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
9315         here.
9316
9317         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
9318         Define here.
9319         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
9320         CPP_GOTO_MARK): New macros.
9321         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
9322         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
9323         _cpp_read_and_prescan, _cpp_init_input_buffer,
9324         _cpp_grow_token_buffer, _cpp_get_directive_token,
9325         _cpp_handle_directive, _cpp_handle_eof,
9326         _cpp_output_line_command): Prototype them here.
9327         * cpplib.h (enum cpp_token): Add CPP_MACRO.
9328         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
9329         quote_string, output_line_command): Remove.
9330
9331 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
9332
9333         * stmt.c (expand_end_case): RANGE may be signed, and when checking
9334         whether it is too large we must also verify that it isn't negative.
9335
9336 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
9337
9338         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
9339         (movsi_zero_liveg0): Remove.
9340         (movsf_insn_novis_liveg0): Remove.
9341         (negsi2): Remove.
9342         (negsi2_not_liveg0): Rename to negsi2.
9343         (one_cmplsi2): Remove.
9344         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
9345         (one_cmplsi2_liveg0): Remove.
9346         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
9347         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
9348         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
9349         (PREDICATE_CODES): Remove zero_operand.
9350         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
9351         TARGET_BROKEN_SAVERESTORE.
9352         (zero_operand): Remove.
9353         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
9354         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
9355         options.
9356         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
9357         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
9358         TARGET_BROKEN_SAVERESTORE): Remove.
9359         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9360         Remove.
9361         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9362         Remove.
9363         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9364         Remove.
9365
9366         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
9367
9368 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
9369
9370         * cpplib.c (do_pragma_implementation): Fix off-by-one error
9371         truncating a string.  Don't assume tokens are nul terminated.
9372         Problem noted by Andreas Jaeger <aj@suse.de>
9373
9374 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
9375
9376         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
9377         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
9378         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
9379
9380 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
9381
9382         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
9383         STRUCTURE_SIZE_BOUNDARY.
9384
9385 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
9386
9387         * tree.h (record_layout_info_s): New structure.
9388         (record_layout_info): New type.
9389         (new_record_layout_info): New function.
9390         (layout_field): Likewise.
9391         (finish_record_layout): Likewise.
9392         * stor-layout.c (layout_record): Remove.
9393         (new_record_layout_info): New function.
9394         (layout_field): New function, broken out from layout_record.
9395         (finalize_record_size): Likewise.
9396         (compute_record_mode): Likewise.
9397         (finalize_type_size): New function, broken out from layout_type.
9398         (finish_record_layout): Likewise.
9399         (layout_type): Use them.
9400
9401 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
9402
9403         * cpphash.c: Don't include version.h.
9404         (special_symbol) [case T_VERSION]: Look for the string in
9405         hp->value.cpval; don't use version_string.
9406         * cppinit.c (initialize_builtins): Set hp->value.cpval for
9407         __VERSION__ to version_string.
9408         * Makefile.in (cpphash.o): Update deps.
9409
9410 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
9411
9412         Convert cpplib to use libiberty/hashtab.c.
9413
9414         * cpplib.h (struct cpp_reader): Make hashtab and
9415         all_include_files of type 'struct htab *'.  Delete HASHSIZE
9416         and ALL_INCLUDE_HASHSIZE macros.
9417
9418         * cpphash.h: Update prototypes.
9419         (struct hashnode): Remove next, prev, and bucket_hdr members.
9420         Make length a size_t.  Add hash member.
9421         (struct ihash): Remove next member.  Add hash member.  Make
9422         name a flexible array member.
9423
9424         * cppfiles.c: Include hashtab.h.
9425         (include_hash): Delete.
9426         (IHASHSIZE): New macro.
9427         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
9428         (cpp_included): Do the hash lookup here.
9429         (_cpp_find_include_file): Rewrite.
9430         (cpp_read_file): Put the "fake" hash entry into the hash
9431         table.  Honor the control_macro, if it turns out we've seen
9432         the file before.  Don't push the buffer here.
9433         (_cpp_read_include_file): Push the buffer here.
9434         (OMODES): New macro.  Use it whenever we call open(2).
9435
9436         * cpphash.c: Include hashtab.h.
9437         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
9438         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
9439         _cpp_lookup_slot): New functions.
9440         (HASHSIZE): new macro.
9441         (hashf, _cpp_install, _cpp_delete_macro): Delete.
9442         (_cpp_lookup): Use hashtab.h routines.
9443
9444         * cppinit.c: Include hashtab.h.
9445         (cpp_reader_init): Call _cpp_init_macro_hash and
9446         _cpp_init_include_hash.  Don't allocate hashtab directly.
9447         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
9448         pfile->all_include_files.
9449         (initialize_builtins): Use _cpp_make_hashnode and
9450         htab_find_slot to add hash entries.
9451         (cpp_finish): Just call _cpp_dump_macro_hash.
9452         * cpplib.c: Include hashtab.h.
9453         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
9454         create hash entries.
9455         (do_pragma_poison, do_assert): Likewise.
9456         (do_include): Don't push the buffer here.  Don't increment
9457         system_include_depth unless _cpp_read_include_file succeeds.
9458         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
9459         or htab_remove_elt.
9460         (do_pragma_implementation): Use alloca to create copy.
9461
9462         * Makefile.in: Update dependencies.
9463
9464 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9465
9466         * cppinit.c (cl_directive_handler): More K&R fixing.
9467
9468 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
9469
9470         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
9471         STACK_BOUNDARY.
9472         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
9473
9474 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9475
9476         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
9477         Change from char[] to macros.
9478
9479 2000-03-12  Neil Booth  <NeilB@earthling.net>
9480
9481         * cppinit.c (cpp_start_read): Update indirect function
9482         call to K&R C.
9483
9484 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
9485
9486         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
9487         entry.
9488
9489         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
9490         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
9491
9492 2000-03-11  Neil Booth  <NeilB@earthling.net>
9493
9494         * cppinit.c (struct pending option): Replace undef with a
9495         pointer to a directive handling routine.
9496         (struct cpp_pending): Replace separate assert_ and define_
9497         lists with one directive_ list.
9498         (new_pending_define): Rename new_pending_directive. Extra
9499         argument is the directive's handling routine.
9500         (handle_option): Update to use new_pending_directive.
9501
9502 2000-03-11  Neil Booth  <NeilB@earthling.net>
9503
9504         * cppfiles.c (file_cleanup, _cpp_find_include_file,
9505         remap_filename, _cpp_read_include_file, actual_directory,
9506         hack_vms_include_specification): Replace bcopy(), index() etc
9507         calls.  Add casts to some allocations.  Make some variables
9508         pointers to const [unsigned] char.
9509         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
9510         collect_formal_parameters): Similarly.
9511         * cppinit.c (struct pending_option, append_include_chain,
9512         cpp_options_init, cpp_reader_init, initialize_standard_includes,
9513         cpp_start_read, new_pending_define, handle_option): Similarly.
9514         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
9515         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
9516         do_pragma_implementation, detect_if_not_defined,
9517         do_ifdef, skip_if_group, cpp_get_token, parse_string,
9518         do_assert, do_unassert): Similarly.
9519         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
9520         function prototypes.
9521         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
9522
9523 2000-03-10  Richard Henderson  <rth@cygnus.com>
9524
9525         * builtins.c (expand_builtin_strlen): Revert last change.
9526         Use emit_insn_before if we're at the beginning of a sequence.
9527
9528 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
9529
9530         * builtins.c (expand_builtin_strlen): Make sure that we have something
9531         at the beginning of the sequence.
9532
9533         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
9534         deferred inlines.
9535
9536         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
9537
9538 2000-03-10  Richard Henderson  <rth@cygnus.com>
9539
9540         * except.c (can_throw): Use INTVAL on a CONST_INT.
9541         (reachable_handlers): Likewise.
9542         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
9543
9544 2000-03-10  Andreas Jaeger  <aj@suse.de>
9545
9546         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
9547         MD_STARTFILE_PREFIX since those are not needed on linux.
9548         (ASM_FILE_START): New, from mips/gnu.h.
9549
9550 2000-03-09  Richard Henderson  <rth@cygnus.com>
9551             Alex Samuel  <samuel@codesourcery.com> and others
9552
9553         * Makefile.in (ssa.o): New rule.
9554         (OBJS): Add ssa.o.
9555         (STAGESTUFF): Add *.ssa and *.ussa.
9556         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
9557         * rtl.def (PHI): New RTL expression.
9558         * rtl.h (clear_log_links): New declaration.
9559         (convert_to_ssa): Likewise.
9560         (convert_from_ssa): Likewise.
9561         * flow.c (split_edge): If the entry node falls through to the
9562         split edge's source block, split the entry edge.
9563         (clear_log_links): New function.
9564         * toplev.c (ssa_dump): New variable.
9565         (flag_ssa): Likewise.
9566         (f_options): Add "ssa".
9567         (compile_file): Create SSA dump files.
9568         (rest_of_compilation): Go to and from SSA if enabled.
9569         (decide_d_option): Handle -de for SSA dump files.
9570         * ssa.c: New file.
9571
9572 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
9573
9574         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
9575         same as VAR_DECL.
9576
9577 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
9578
9579         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
9580
9581 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
9582
9583         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
9584         (MD_STARTFILE_PREFIX_1): New macro.
9585
9586 2000-03-09  Robert Lipe  <robertl@sco.com>
9587
9588         * config/ia64/ia64.c: Include system.h.
9589
9590 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
9591
9592         * except.c (nothrow_function_p): If -fno-exceptions, just return.
9593         (init_eh_nesting_info): Likewise.
9594
9595         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
9596         (TREE_NOTHROW): Rename from TREE_RAISES.
9597         * toplev.c (rest_of_compilation): Set it.
9598         * print-tree.c (print_node): Adjust.
9599         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
9600         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
9601         * calls.c (emit_call_1): Add 'nothrow' parm.  Add
9602         REG_EH_REGION note as appropriate.
9603         (libfunc_nothrow): New fn.
9604         (emit_library_call, emit_library_call_value): Use it.
9605         (expand_call): Check TREE_NOTHROW.
9606
9607         * varasm.c (make_decl_rtl): Skip initial '*' when setting
9608         DECL_ASSEMBLER_NAME.
9609
9610 2000-03-09  Andreas Jaeger  <aj@suse.de>
9611
9612         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
9613         (TARGET_MEM_FUNCTIONS): Define.
9614
9615 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
9616
9617         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
9618
9619         * except.c (can_throw): See through a SEQUENCE.
9620         (nothrow_function_p): New fn.
9621         * except.h: Declare it.
9622         * function.c (current_function_nothrow): New var.
9623         (prepare_function_start): Initialize it.
9624         * output.h: Declare it.
9625         * toplev.c (rest_of_compilation): Set it.
9626         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
9627
9628 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
9629
9630         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
9631         match.  (cpp_compare_defs): Count the nul separator when
9632         advancing over argument names.
9633
9634 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
9635
9636         * recog.c (preprocess_constraints): Matching constraints affect
9637         same alternative/different operand, not same operand/different
9638         alternative.
9639
9640         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
9641         register and a constant specially.
9642
9643 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9644
9645         * libgcc2.h: New file.
9646         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
9647
9648 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
9649
9650         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
9651         * configure: Regenerate.
9652         * config/ia64: New.
9653
9654 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
9655
9656         * Makefile.in (LIBCPP_DEPS): New macro.
9657         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
9658         it to declare deps.
9659         * cpperror.c: Include cpphash.h.
9660         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
9661         dingleberry.
9662         (lex): Don't use CPP_WARN_UNDEF.
9663         (_cpp_parse_expr): Return an int, the truth value.
9664         * cppfiles.c: Include cpphash.h.
9665         (_cpp_merge_include_chains): Move to cppinit.c and make static.
9666         * cppinit.c (include_defaults_array): Disentangle.
9667         (cpp_cleanup): Don't free the if stack here.
9668         (cpp_finish): Pop off all buffers, not just one.
9669         * cpplib.c (eval_if_expr): Return int.
9670         (do_xifdef): Rename do_ifdef.
9671         (handle_directive): Don't use CPP_PREPROCESSED.
9672         (cpp_get_token): Don't use CPP_C89.
9673         * fix-header.c: Don't use CPP_OPTIONS.
9674
9675         * cpplib.h: Move U_CHAR, enum node_type, struct
9676         file_name_list, struct ihash, is_idchar, is_idstart,
9677         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
9678         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
9679         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
9680         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
9681         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
9682         of _cpp_simplify_pathname, _cpp_find_include_file,
9683         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
9684         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
9685         cppinit.c.
9686         Change all uses of U_CHAR to be unsigned char instead.
9687         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
9688
9689 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
9690
9691         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
9692         (dwarf2out_begin_prologue): Set it.
9693         (output_call_frame_info): Don't emit EH unwind info for leaves.
9694
9695         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
9696         can occur outside of an EH region.
9697         * except.c: Correct comments about rethrow behavior.
9698         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
9699
9700 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
9701
9702         * flow.c (make_edges): Always call make_eh_edge for calls.
9703
9704 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
9705
9706         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
9707         (struct cpp_buffer): Remove fname and underflow fields.
9708         (struct cpp_reader): Remove get_token field.
9709         (struct include_hash): Rename to struct ihash.  Add typedef to
9710         IHASH.
9711         (struct if_stack): Remove fname field.
9712         (IF_STACK_FRAME): Rename to IF_STACK.
9713
9714         * cpperror.c (print_containing_files): Trust that there are no
9715         macro buffers below the top file buffer.
9716         * cppfiles.c: Replace all references to 'struct include_hash'
9717         with 'IHASH'.  Rename initialize_input_buffer to
9718         init_input_buffer.  Don't set or reference cpp_buffer->fname,
9719         use buffer->ihash->name instead.
9720         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
9721         not CPP_NULL_BUFFER.
9722         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
9723         IF_STACK_FRAME, IHASH not struct include_hash.
9724         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
9725         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
9726         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
9727         references to cpp_buffer->fname (delete entirely, or use
9728         ->ihash->name instead) and IF_STACK->fname.
9729         (cpp_push_buffer): Don't set new->underflow.
9730         (do_include): Use cpp_file_buffer.
9731
9732         * cpphash.c (collect_formal_parameters): Remove duplicate
9733         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
9734         used as a macro argument name.  Don't append "..." to namebuf
9735         for varargs macros.  After we're done scanning, go through
9736         namebuf and make it NUL separated, not comma separated.
9737         (_cpp_compare_defs): Remove register tag from variables.
9738         Expect defn->argnames to be NUL separated.
9739         (_cpp_dump_definition): Expect defn->argnames to be NUL
9740         separated and in forward order.
9741         * cpphash.h: Update documentation of argnames field.
9742
9743 2000-03-08  Richard Henderson  <rth@cygnus.com>
9744
9745         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
9746         to fail.  Don't pre-expand the source operand.
9747
9748         * i386.md (strlensi): Initialize eoschar and align before use.
9749
9750 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
9751
9752         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
9753         CONSTRUCTOR element.
9754
9755 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
9756
9757         * mips.c (mips_expand_prologue): If the last
9758         named argument is the vararg marker "va_list", treat it as
9759         an unnamed argument.
9760
9761 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
9762
9763         * dbxout.c (dbxout_parms): When correcting for promoted
9764         big-endian parameters, use the mode of the DECL_RTL rather
9765         than UNITS_PER_WORD.
9766
9767 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
9768
9769         * c-common.h (make_fname_decl): Declare.
9770         * c-common.c (make_fname_decl): Define.
9771         (declare_hidden_char_array): Remove.
9772         (declare_function_name): Use make_fname_decl.
9773         * c-decl.c (c_make_fname_decl): New function.
9774         (init_decl_processing): Set make_fname_decl.
9775
9776 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
9777
9778         * cccp.c (handle_directive): Initialize backslash_newlines_p.
9779
9780 2000-03-07  Philipp Thomas  <pthomas@suse.de>
9781
9782         * po/POTFILES.in: Remove cppalloc.c from file list.
9783
9784 2000-03-07  Steve Chamberlain  <sac@pobox.com>
9785
9786         * pj.c (pj_expand_prologue): current_function->args_info is
9787         now current_function_args_info.
9788
9789         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
9790         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
9791         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
9792
9793 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9794
9795         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
9796         output as hexadecimal rather than the default octal.
9797
9798 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
9799
9800         * cpphash.c (special_symbol): Fix thinko in previous commit.
9801
9802 2000-03-07  Neil Booth  <NeilB@earthling.net>
9803
9804         * cppexp.c (struct operation, left_shift, right_shift,
9805         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
9806         "int"s to "unsigned int"s.
9807         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
9808         Similarly.
9809         * cpplib.h: Update for above.
9810         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
9811         returned from allocations.
9812
9813         * cppinit.c (opt_comp, parse_options): New functions.
9814         (handle_option): Use parse_option to parse a single command
9815         line option, that possibly takes an argument.
9816         (cpp_handle_options): Sort the array of command line options on
9817         first invocation (non-ASCII hosts only).
9818         (print_help): Update.
9819
9820 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
9821
9822         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
9823         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
9824
9825         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
9826         initialized.
9827         * cppinit.c (cpp_cleanup): Free imp->nshort also.
9828
9829         * cpperror.c (cpp_print_containing_files,
9830         cpp_print_file_and_line, v_cpp_message): Rename to
9831         print_containing_files, print_file_and_line, and v_message.
9832         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
9833         to _cpp_parse_expr, parse_escape, and lex.
9834         (parse_charconst): Remove broken multibyte support.
9835         * cppfiles.c (include_hash): Make static.
9836         (cpp_included): New function.
9837         (merge_include_chains, find_include_file, finclude,
9838         simplify_pathname): Rename to _cpp_merge_include_chains,
9839         _cpp_find_include_file, _cpp_read_include_file, and
9840         _cpp_simplify_pathname.
9841         * cpphash.c (cpp_lookup, free_definition, delete_macro,
9842         cpp_install, create_definition, macroexpand, compare_defs,
9843         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
9844         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
9845         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
9846         * cppinit.c (cpp_handle_option): Rename to handle_option, make
9847         static.
9848         * cpplib.c: Remove extern prototype of cpp_parse_expr.
9849
9850         * cpphash.h: Update prototypes.
9851         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
9852
9853 2000-03-07  Andrew Haley  <aph@cygnus.com>
9854
9855         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
9856         PTRDIFF_TYPE should be based solely on Pmode.
9857         (SIZE_TYPE): ditto.
9858
9859 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9860
9861         * rtl.h (rtunion_def): Constify member `rtstr'.
9862         (emit_line_note_after, emit_line_note, emit_line_note_force,
9863         emit_note, decode_asm_operands): Constify.
9864
9865         * cse.c (canon_hash): Likewise.
9866
9867         * dbxout.c (dbxout_block): Likewise.
9868
9869         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
9870         v_warning_for_asm): Likewise.
9871
9872         * dwarfout.c (function_start_label): Likewise.
9873
9874         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
9875         emit_line_note_force): Likewise.
9876
9877         * final.c (last_filename, asm_insn_count, final_scan_insn,
9878         output_source_line): Likewise.
9879
9880         * function.h (struct emit_status): Likewise.
9881
9882         * gcse.c (hash_expr_1): Likewise.
9883
9884         * genattr.c (gen_attr, main): Likewise.
9885
9886         * genattrtab.c (struct function_unit, current_alternative_string,
9887         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
9888         attr_numeral, check_attr_test, check_attr_value,
9889         convert_set_attr_alternative, convert_set_attr,
9890         compute_alternative_mask, simplify_by_exploding, gen_attr,
9891         gen_unit): Likewise.
9892
9893         * genflags.c (gen_insn): Likewise.
9894
9895         * gengenrtl.c (type_from_format): Likewise.
9896
9897         * genopinit.c (gen_insn): Likewise.
9898
9899         * genoutput.c (n_occurrences, process_template, process_template):
9900         Likewise.
9901
9902         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
9903         Likewise.
9904
9905         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
9906         Likewise.
9907
9908         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
9909         ggc_set_mark, ggc_get_size): Likewise.
9910
9911         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
9912
9913         * optabs.c (init_one_libfunc): Likewise.
9914
9915         * output.h (assemble_start_function): Likewise.
9916
9917         * recog.c (decode_asm_operands): Likewise.
9918
9919         * toplev.c (rest_of_compilation): Likewise.
9920
9921         * tree.h (emit_line_note_after, emit_line_note,
9922         emit_line_note_force): Likewise.
9923
9924         * varasm.c (asm_output_bss, asm_output_aligned_bss,
9925         asm_emit_uninitialised, assemble_start_function,
9926         assemble_variable, const_hash, compare_constant_1,
9927         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
9928
9929         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
9930
9931         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
9932
9933         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
9934
9935         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
9936
9937         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
9938         arm_dllimport_name_p): Likewise.
9939
9940         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
9941         Likewise.
9942
9943         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
9944
9945         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9946
9947         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
9948         arm_mark_dllexport, arm_mark_dllimport,
9949         arm_pe_encode_section_info): Likewise.
9950
9951         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
9952         ASM_FINISH_DECLARE_OBJECT): Likewise.
9953
9954         * arm/thumb.c (thumb_function_prologue): Likewise.
9955
9956         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
9957
9958         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9959
9960         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
9961
9962         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
9963
9964         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
9965
9966         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9967
9968         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
9969         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
9970
9971         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
9972
9973         * i386/i386.c (asm_output_function_prefix): Likewise.
9974
9975         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
9976
9977         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9978
9979         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
9980
9981         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
9982         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
9983         ASM_OUTPUT_SECTION_NAME): Likewise.
9984
9985         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
9986
9987         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
9988
9989         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
9990
9991         * m32r/m32r.c (m32r_encode_section_info): Likewise.
9992
9993         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9994
9995         * mcore/mcore.c (mcore_encode_section_info): Likewise.
9996
9997         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9998
9999         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10000
10001         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10002
10003         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
10004
10005         * mips/mips.md (movdi, movsi): Likewise.
10006
10007         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10008
10009         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10010
10011         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10012
10013         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
10014         ASM_OUTPUT_ASCII): Likewise.
10015
10016         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
10017         output_mi_thunk, output_toc): Likewise.
10018
10019         * rs6000/rs6000.md (movsi): Likewise.
10020
10021         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
10022
10023         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
10024
10025         * v850/v850.c (print_operand, print_operand_address,
10026         v850_encode_data_area): Likewise.
10027
10028 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
10029
10030         * config/mips/mips.md (zero_extendsidi2): Always force operand
10031         one to memory for mips16.
10032
10033 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10034
10035         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
10036         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
10037         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
10038         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
10039         (min_precision): Result is unsigned.
10040         (add_double, neg_double, mul_double): Low word is unsigned.
10041         (lshift_double, rshift_double, lrotate_double): Likewise.
10042         (rrotate_double, div_and_round_double): Likewise.
10043         (tree_floor_log2, compare_tree_int): New functions.
10044         (preserve_rtl_expr_temps): New declaration.
10045         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
10046         (decl_attributes): Use tree_log2 to find alignment.
10047         Check for TREE_INT_CST_HIGH for format args.
10048         (min_precision): Now unsigned.
10049         Use tree_floor_log2.
10050         (truthvalue_conversion): Delete long-disabled code.
10051         * c-decl.c (finish_struct): Clean up tests on field width.
10052         (finish_function): Use compare_tree_int.
10053         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
10054         * c-typeck.c (comptypes): Use tree_int_cst_equal.
10055         (default_conversion, digest_init): Use compare_tree_int.
10056         (build_binary_op): Use integer_all_onesp and compare_tree_int.
10057         Fix type errors in forming masks.
10058         * calls.c (initialize_argument_information): Use compare_tree_int.
10059         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
10060         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
10061         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
10062         (store_field): Use compare_tree_int.
10063         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
10064         (expand_expr, case ARRAY_REF): Use compare_tree_int.
10065         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
10066         (do_store_flag): Use compare_tree_int.
10067         * fold-const.c (encode, decode): Low part is always unsigned.
10068         (force_fit_type, add_double, neg_double, mul_double): Likewise.
10069         (lshift_double, rshift_double, lrotate_double): Likewise.
10070         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
10071         (fold_convert): Use compare_tree_int.
10072         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
10073         (invert_truthvalue, case INTEGER_CST): Likewise.
10074         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
10075         * mkdeps.c (deps_dummy_targets): Make I unsigned.
10076         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
10077         (lshift_double, rshift_double, lrotate_double, rrotate_double):
10078         Likewise.
10079         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
10080         (expand_end_case): Use compare_tree_int.
10081         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
10082         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
10083         (layout_decl): Likewise.
10084         (layout_record, layout_union): Make sizes unsigned.
10085         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
10086         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
10087         * tree.c (struct type_hash): hashcode is unsigned.
10088         (build_type_attribute_variant, type_hash_list): Likewise.
10089         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
10090         (attribute_hash_list, build_array_type, build_method_type): Likewise.
10091         (build_complex_type): Likewise.
10092         (real_value_from_int_cst): Remove unneeded casts.
10093         (integer_all_onesp): Add casts.
10094         (tree_floor_log2, compare_tree_int): New functions.
10095         (build_index_type): Use tree_int_cst_sgn.
10096         * varasm.c (assemble_variable): Use compare_tree_int.
10097
10098 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
10099
10100         * cpphash.c (collect_expansion): Also catch ## at start of macro.
10101
10102         * varasm.c (make_decl_rtl): Don't add a number to members of
10103         local classes.
10104         (make_function_rtl): Likewise.
10105
10106 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10107
10108         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
10109         patch from 2000-01-28.
10110
10111 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
10112
10113         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
10114         filled with an insn from the jump target.
10115
10116 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10117
10118         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
10119         (c4x_external_ref): Likewise.
10120         * config/c4x/c4x.c (struct name_list): Likewise.
10121
10122 1999-12-16  Ben Collins  <bcollins@debian.org>
10123
10124         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
10125         argument to genmultilib.
10126         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
10127         the contents into the multilib.h header.
10128         * gcc.c: Declare multilib_exclusions for the specs file.
10129         (set_multilib_dir): Use it.
10130         (print_multilib_info): Likewise.
10131         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
10132         to pass to genmultilib.
10133
10134 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10135
10136         * builtins.c (built_in_class_names, built_in_names): Constify a
10137         char*.
10138
10139         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
10140         int.
10141         (_mcleanup): Ensure value matches format specifier in sprintf.
10142
10143         * cpphash.c (special_symbol): Don't needlessly cast away
10144         const-ness.
10145
10146         * cppinit.c (base_name): Delete unused prototype.
10147
10148         * mkdeps.c (deps_init): Make definition K&R safe.
10149
10150         * tree.h (built_in_class_names, built_in_names): Constify a
10151         char*.
10152
10153 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
10154
10155         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
10156         floating point instructions for epilogue delay.
10157
10158         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
10159         to gas if it supports .register pseudo.
10160
10161         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
10162         LONG_DOUBLE_TYPE_SIZE if not defined.
10163         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
10164         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
10165         * real.c: Likewise.
10166         * gengenrtl.c: Likewise.
10167         * print-rtl.c: Likewise.
10168         * rtl.c: Likewise.
10169         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
10170         MASK_LONG_DOUBLE_128.
10171         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
10172         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
10173         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
10174         (SUBTARGET_SWITCHES): Define.
10175         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
10176         with -mlong-double-128.
10177         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
10178         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
10179         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
10180         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
10181         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
10182         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
10183         with -mlong-double-128.
10184         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
10185         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
10186         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
10187         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
10188         TARGET_LONG_DOUBLE_128): Define.
10189         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
10190         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
10191         long double on TARGET_ARCH64.
10192
10193 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
10194
10195         * function.c (free_temps_for_rtl_expr): Don't free slots
10196         that have been pushed into a higher level.
10197
10198         Revert this patch:
10199         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
10200
10201 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
10202
10203         * basic-block.h (ALLOCA_REG_SET): Remove.
10204         (INITIALIZE_REG_SET): New macro.
10205         * flow.c (update_life_info): Use it.
10206         (calculate_global_regs_live): Likewise.
10207         (propagate_block): Likewise.
10208         * global.c (build_insn_chain): Likewise.
10209         * haifa-sched.c (schedule_region): Likewise.
10210
10211 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
10212
10213         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
10214         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
10215         (DWARF_ARANGES_PAD_SIZE): New define.
10216         (output_aranges): Use it to pad the address range header.
10217         (DWARF_ROUND): Fix for non power of 2 rounding.
10218
10219 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
10220
10221         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
10222
10223 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
10224
10225         * tree.def (RTL_EXPR): Update documentation.
10226         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
10227         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
10228         * function.c (preserve_rtl_expr_temp): New function.
10229         (preserve_rtl_expr_temps): Likewise.
10230         (preserve_rtl_expr_result): Use it.
10231
10232         Revert this patch:
10233         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
10234
10235 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
10236
10237         * regmove.c (copy_src_to_dest)  Do not create src->dest move
10238         for unchanging destination.
10239
10240 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
10241
10242         * function.h (struct sequence_stack): Remove rtl_expr.
10243         (struct emit_staus): Likewise.
10244         (seq_rtl_expr): Remove.
10245         * tree.h (free_temps_for_rtl_expr): Don't declare.
10246         (start_sequence_for_rtl_expr): Likewise.
10247         * rtl.h (preserve_rtl_expr_result): Likewise.
10248         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
10249         (start_sequence_for_rtl_expr): Remove.
10250         (push_topmost_sequence): Don't save sequence_rtl_expr.
10251         (pop_topmost_sequence): Remove comment about not restoring it.
10252         (end_sequence): Don't set seq_rtl_expr.
10253         (init_emit): Don't initialize it.
10254         (mark_sequence_stack): Don't mark it.
10255         (mark_emit_status): Likewise.
10256         * except.c (protect_with_terminate): Use
10257         start_sequence_for_rtl_expr, not start_sequence.
10258         * expr.c (expand_expr, case RTL_EXPR): Don't call
10259         preserve_rtl_expr_result or free_temps_for_rtl_expr.
10260         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
10261         (preserve_rtl_expr_result): Remove.
10262         (free_temps_for_rtl_expr): Likewise.
10263         (pop_temp_slots): Likewise.
10264         (mark_temp_slot): Don't mark the rtl_expr.
10265         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
10266         start_sequence_for_rtl_expr.
10267
10268 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
10269
10270         * mkdeps.c, mkdeps.h: New files.
10271         * po/POTFILES.in: Add them.
10272         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
10273         (cpplib.o, cppinit.o): Depend on mkdeps.h.
10274         (mkdeps.o): New target.
10275
10276         * cppfiles.c: Delete deps_output.
10277         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
10278         OBJECT_SUFFIX, and base_name.
10279         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
10280         the include hash.
10281         (initialize_dependency_output): Use deps_init,
10282         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
10283         all the unnecessary string bashing.
10284         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
10285         level.
10286         * cpplib.c (do_include): Use deps_add_dep.
10287         * cpplib.h (struct cpp_reader): Replace deps_buffer,
10288         deps_allocated_size, deps_size, deps_column members with
10289         single pointer to a struct deps.  Delete prototype of
10290         deps_output.
10291
10292         * cppinit.c: Fix thinko in previous patch.
10293
10294 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10295
10296         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
10297         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
10298         (mode_for_size_tree): New function.
10299         (layout_decl, layout_type): Call it and clean up BLKmode checks.
10300         * tree.h (mode_for_size_tree): New declaration.
10301
10302         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
10303
10304 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
10305
10306         * stmt.c (is_body_block): Move...
10307         * dwarfout.c, dwarf2out.c: ...from here.
10308         * tree.h: Declare it.
10309         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
10310         * final.c (final_start_function): Do call remove_unnecessary_notes
10311         when scheduling.
10312
10313 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
10314
10315         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
10316
10317         * cpplib.h (_dollar_ok): New macro.
10318         (is_idchar, is_idstart): Use it.
10319         (IStable): Rename to _cpp_IStable.  Declare it const if
10320         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
10321         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
10322         is_space): Update for renamed IStable.
10323
10324         * cppinit.c: Delete all references to FAKE_CONST and CAT
10325         macros. Define init_IStable as empty macro if gcc >=2.7 or
10326         C99. Change TABLE() to ISTABLE and hardcode name of table.
10327         (cpp_start_read): Don't change the IStable based on
10328         dollars_in_ident.
10329
10330         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
10331         changed.  Handle '$' for char1 correctly.
10332         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
10333
10334         * cppexp.c (tokentab2): Make const.
10335         (cpp_lex): Make toktab const.
10336         * cppinit.c (include_defaults_array): Make const.
10337         (initialize_standard_includes): Make default_include const.
10338
10339 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
10340
10341         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
10342         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
10343         (gen_decl_die): Likewise.
10344         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
10345         (output_decl): Likewise.
10346
10347         * varasm.c (make_function_rtl): If we change the name used in the
10348         rtl, update DECL_ASSEMBLER_NAME accordingly.
10349         (make_decl_rtl): Likewise.
10350
10351         * toplev.c (rest_of_compilation): Tweak formatting.
10352
10353         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
10354         remove_unnecessary_notes.
10355         (debug_ignore_block): New fn.
10356         * toplev.h: Declare it.
10357         * emit-rtl.c (remove_unncessary_notes): Call it.
10358         * dwarf2out.c (dwarf2out_ignore_block): New fn.
10359         * dwarf2out.h: Declare it.
10360         * final.c (final_start_function): Don't call remove_unnecessary_notes
10361         if we did insn scheduling.
10362
10363 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
10364
10365         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
10366         * cpplib.h: Delete SET_CPP_PEDANTIC.
10367
10368 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10369
10370         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
10371         result is a RECORD_TYPE.
10372
10373 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
10374
10375         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
10376
10377 2000-03-03  Richard Henderson  <rth@cygnus.com>
10378
10379         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
10380         addition over compliments over shifts.
10381
10382 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10383
10384         * reload1.c (reload_combine_note_use): Handle return register USEs.
10385         REG case: Handle multi-hard-register hard regs.
10386
10387 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10388
10389         * md.texi: Document use of '*' in insn pattern name.
10390
10391 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
10392
10393         * calls.c (special_function_p): operator new may not be malloc-like.
10394
10395         * gcse.c (dump_hash_table): Really fix error in last change.
10396
10397 2000-03-02  Denis Chertykov  <denisc@overta.ru>
10398
10399         * avr.c (print_operand): Use print_operand_address instead of
10400         output_addr_const.
10401         * avr/libgcc.S: Cleanup code.
10402
10403 2000-03-02  Richard Henderson  <rth@cygnus.com>
10404
10405         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
10406
10407 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
10408
10409         * tree.h (TYPE_ALIGN_UNIT): New macro.
10410
10411 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
10412
10413         * i386.c: (constant_call_address_operand): Reject CONST_INT.
10414
10415 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
10416
10417         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
10418         for the buffer.
10419         (SET_CPP_PEDANTIC): New macro.
10420         * cpplib.c (do_include): Don't bother checking system_header_p.
10421         (do_warning, do_ident, do_assert, do_unassert): Likewise.
10422         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
10423
10424         * function.h (struct expr_status): Add x_arg_space_so_far.
10425         (arg_space_so_far): New macro.
10426         * expr.c (init_expr): Initialize it.
10427         * calls.c (emit_call_1): Reset it.
10428         (compute_argument_block_size, expand_call): Use it.
10429         (expand_call, store_one_arg): Increment it.
10430
10431 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10432
10433         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
10434         a UNION_TYPE.
10435
10436 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
10437
10438         * cppfiles.c (cpp_read_file): New function.
10439
10440         * cpphash.c (collect_expansion): Make sure to reset last_token
10441         to NORM when we hit a string.  Handle trailing whitespace
10442         properly when the expansion is empty.
10443         (create_definition): Disable line commands while parsing the
10444         directive line.
10445         (dump_definition): If pfile->lineno == 0, output a line
10446         command ahead of the dump, and add a trailing newline.
10447
10448         * cppinit.c (append_include_chain): Add fifth argument, which
10449         indicates whether or not system headers are C++ aware.
10450         (initialize_standard_includes): New function,
10451         broken out of read_and_prescan.  Pass 'cxx_aware' value from
10452         the include_defaults_array on to append_include_chain.
10453         (dump_special_to_buffer): Const-ify char array.
10454         (builtin_array): Don't dump __BASE_FILE__.
10455         (cpp_start_read): Use cpp_read_file.  Reorder code for
10456         clarity.  Don't output line commands here for -D/-A/-U
10457         switches.  Don't call deps_output for files included with
10458         -include or -imacros.
10459
10460         * cpplib.c (do_define): Don't pay any attention to the second
10461         argument.
10462         (cpp_expand_to_buffer): Disable line commands while scanning.
10463         (output_line_command): Work in the file buffer.
10464         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
10465         Fix formatting of comments.  Prototype cpp_read_file.
10466
10467 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10468
10469         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
10470         reference the language-equivalent of sizetype.
10471         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
10472         * fold-const.c (size_binop, size_diffop): Put back checks.
10473         * gcse.c (dump_hash_table): Fix minor error in last change.
10474         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
10475         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
10476         all sizetypes.
10477
10478 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
10479
10480         * calls.c (expand_call)  Do not attempt to combine stack adjustments
10481         with inhibit_defer_pop set.
10482
10483 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
10484
10485         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
10486         the DECL_SIZE for a FIELD_DECL.
10487
10488 2000-03-01  Bruce Korb  <bkorb@gnu.org>
10489
10490         * fixinc/inclhack.tpl: remove unused symlinks
10491         * fixinc/README: GCC Maintainer info
10492         * fixinc/inclhack.sh: regen
10493         * fixinc/fixincl.sh: regen
10494
10495 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
10496
10497         * cpphash.c (collect_expansion): Trim trailing white space
10498         from macro definitions, but don't go past the last insertion
10499         point.
10500
10501 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
10502
10503         * i386.md (mulqi3): New pattern.
10504
10505 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
10506
10507         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
10508         token types.
10509         (struct cpp_reader): Add parsing_if_directive and
10510         parsing_define_directive flags.
10511         (struct cpp_options): Remove output_conditionals flag.
10512         (check_macro_name): Delete prototype.
10513
10514         * cpphash.h (struct macrodef): Delete.
10515         (struct reflist): Separate from struct definition.
10516         (struct definition): Remove unused fields.  Add column number.
10517         (create_definition): Returns a DEFINITION *.  Takes a
10518         cpp_reader * and an int.
10519
10520         * cpphash.c (SKIP_WHITE_SPACE): Delete.
10521         (PEEKC): Copy defn from cpplib.c.
10522         (rest_extension, REST_EXTENSION_LENGTH): Delete.
10523         (struct arg): New.
10524         (struct arglist): Simplify.
10525         (collect_expansion): Rewrite.  Get tokens by calling
10526         cpp_get_token.  Add more error checking.
10527         (collect_formal_parameters): New function, broken out of
10528         create_definition and reworked to use get_directive_token.
10529         (create_definition): All real work is now in collect_expansion
10530         and collect_formal_parameters.  do_define handles finding the
10531         macro name.  Return a DEFINITION, not a MACRODEF.
10532         (macroexpand): Replace bcopy with memcpy throughout.  Replace
10533         character-at-a-time copy loop with memcpy and pointer increments.
10534         (compare-defs): d1->argnames / d2->argnames might be null.
10535
10536         * cpplib.c (copy_rest_of_line): Delete function.
10537         (skip_rest_of_line): Do all the work ourselves.
10538         (skip_string): New function.
10539         (parse_string): Use skip_string.
10540         (get_macro_name): New function.
10541         (check_macro_name): Delete.
10542         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
10543         (cpp_skip_hspace): Use CPP_BUMP_LINE.
10544         (handle_directive): ICE if we're called on a macro buffer.
10545         (do_define): Determine macro name and type (funlike/objlike)
10546         here.  Expunge all uses of MACRODEF.
10547         (cpp_push_buffer): Set line_base to NULL.
10548         (do_undef, read_line_number): Don't worry about getting a POP token.
10549         (eval_if_expression): Set/reset parsing_if_directive around
10550         cpp_parse_expr. Don't clear only_seen_white.
10551         (skip_if_group): Remove output_conditionals logic.  Use
10552         skip_rest_of_line.
10553         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
10554         tokens under appropriate conditions.
10555         (cpp_unassert): Call do_unassert not do_assert.  Oops.
10556
10557         * cppexp.c (parse_defined): New function, break out of
10558         cpp_lex.
10559         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
10560         ourselves, with cpp_defined.
10561         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
10562
10563         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
10564         * gcc.dg/strpaste-2.c: New.
10565
10566 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
10567
10568         * fold-const.c (size_binop): Don't asert inputs are the same and
10569         have TYPE_IS_SIZETYPE set.
10570         (size_diffop): Likewise.
10571
10572 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
10573
10574         * dwarfout.c (output_block): Output abstract blocks even if they
10575         don't have TREE_ASM_WRITTEN set.
10576
10577         * calls.c (emit_library_call): Check for null REG.
10578
10579 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
10580
10581         * c-decl.c (current_function_decl): Move to toplev.c.
10582         (init_decl_processing): Don't add current_function_decl as a ggc
10583         root here.
10584         * dbxout.c (dbxout_symbol): Change return type to int.
10585         (dbxout_symbol_location, dbxout_syms): Likewise.
10586         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
10587         any locals. Use current_function_func_begin_label if set.
10588         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
10589         * dwarf2out.c (dwarf2out_begin_prologue): Set
10590         current_function_func_begin_label.
10591         * final.c (final_start_function): Reset it.
10592         * toplev.c (current_function_decl): Define it here.
10593         (current_function_func_begin_label): New variable.
10594         (main): Add both as ggc roots.
10595         * tree.h (current_function_func_begin_label): Declare.
10596
10597 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10598
10599         * gcse.c: Cleanups throughout: mostly white-space, but also
10600         some minor rearrangement of code.
10601
10602 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
10603
10604         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
10605         returns a PARALLEL.  Use emit_group_load and use_group_regs
10606         as needed.
10607         (emit_library_call_value): Similarly.
10608
10609         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
10610         * pa/quadlib.asm: Remove.
10611         * pa/quadlib.c: New file.
10612
10613         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
10614         * configure: Rebuilt.
10615
10616 2000-02-29  Philip Blundell  <pb@futuretv.com>
10617
10618         * config/arm/conix-elf.h: New file.
10619         * configure.in (arm*-*-conix*): New configuration.
10620         * configure: Regenerate.
10621
10622 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
10623
10624         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
10625         don't have TREE_ASM_WRITTEN set.
10626
10627 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10628
10629         * Eliminate DECL_FIELD_SIZE.
10630         * builtins.c (built_in_class_names, built_in_names): New variables.
10631         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
10632         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
10633         DECL_SIZE, not DECL_FIELD_SIZE.
10634         * print-tree.c (print_node): Remove code that prints extra blank
10635         lines in some cases.
10636         Properly handle inline and builtin function cases.
10637         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
10638         * tree.h (built_in_class_named, built_in_names): New declarations.
10639         (union tree_decl): Rename internal unions to u1 and u2 and change
10640         some of their components.
10641         Add new field built_in_class.
10642         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
10643         Reflect above changes.
10644         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
10645         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
10646         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
10647         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
10648
10649 2000-02-28  Dmitri Makarov  <dim@windriver.com>
10650
10651         * extend.texi: Document ARM's support for long/short calls.
10652
10653         * invoke.texi: Document ARM's -mlong-calls command line switch.
10654
10655         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
10656         (arm_encode_call_attribute): Add prototype.
10657         (arm_set_default_type_attribute): Add prototype.
10658         (arm_strip_name_encoding): Add prototype.
10659
10660         * config/arm/arm.c (arm_init_cumulative_args): replace
10661         initialisation og 'long_calls' field with initialisation of
10662         'call_cookie' field.
10663         (enum arm_pragma_enum): New enum.
10664         (arm_pragma_long_calls): New static variable.
10665         (arm_process_pragma): Also process "#pragma long_calls_off".
10666         (arm_valid_type_attribute_p): Accept short_call attribute.
10667         (arm_comp_type_attributes): Check long/short call attributes.
10668         (arm_encode_call_attribute):  New function:  Encode long_call
10669         or short_call attribute in function name.
10670         (arm_set_default_type_attributes): New function: Assign
10671         default attributes to newly defined type.
10672         (current_file_function_operand): New function: Return true if
10673         the symbol is a function which has already been compiled.
10674         (arm_is_longcall_p): New function: Return true if the
10675         indicated function should be called via a long call.
10676         (arm_get_strip_length): New function.  Returns number of
10677         prefix characters to be stripped from a function's name.
10678         (arm_strip_name_encoding): New function.  Strip prefix characters
10679         from a function's name.
10680
10681         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
10682         with 'call_cookie'.
10683         (SHORT_CALL_FAG_CHAR): Define.
10684         (LONG_CALL_FAG_CHAR): Define.
10685         (ENCODED_SHORT_CALL_ATTR_P): Define.
10686         (ENCODED_LONG_CALL_ATTR_P): Define.
10687         (ARM_NAME_ENCODING_LENGTHS): Define.
10688         (STRIP_NAME_ENCODING): Define.
10689         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
10690         (ARM_ENCODE_CALL_TYPE): Define.
10691         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
10692         (ARM_DECLARE_FUNCTION_SIZE): Define.
10693         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
10694
10695         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
10696         if a long call is needed.
10697         (call_value): Ditto.
10698         (call_symbol): Ditto.
10699
10700         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
10701         ARM_DECLARE_FUNCTION_SIZE.
10702
10703         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
10704         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
10705         (ARM_STRIP_NAME_ENCODING): Undefine.
10706         (STRIP_NAME_ENCODING): Undefine.
10707         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
10708         (ASM_DECLARE_FUNCTION_NAME): Ditto.
10709         (ASM_OUTPUT_COMMON): Ditto.
10710         (ASM_DECLARE_OBJECT_NAME): Ditto.
10711
10712         * config/arm/pe.c (arm_dllexport_name_p): Check for
10713         ARM_PE_FLAG_CHAR.
10714         (arm_dllimport_name_p): Ditto.
10715         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
10716         (arm_mark_dllimport): Ditto.
10717
10718 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10719
10720         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
10721
10722 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
10723
10724         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
10725
10726 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
10727
10728         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
10729         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
10730         NO_BUILTIN_WCHAR_TYPE is not defined.
10731         (CPP_WCHAR_TYPE): Delete.
10732         * cccp.c (main): Don't change wchar_type if cplusplus.
10733         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
10734
10735 2000-02-28  Nick Clifton  <nickc@cygnus.com>
10736
10737         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
10738
10739 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
10740
10741         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
10742         (ASM_WEAKEN_LABEL): Define.
10743
10744 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
10745
10746         * expr.c (store_constructor): Do not emit USE.
10747         * rtl.h (stupid_life_analysis): Remove.
10748
10749 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10750
10751         * function.c (number_blocks): Reset next_block_index based on
10752         what debugging format is used, not what is defined.
10753
10754         * lcm.c: Minor reformatting throughout.
10755         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
10756
10757         * toplev.c (rest_of_compilation): Account for time in
10758         optimize_mode_switching.
10759
10760         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
10761         if only marking labels.
10762
10763 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
10764
10765         * calls.c (expand_call): Attempt to combine stack adjustments with
10766         pending stack adjustments.
10767
10768 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10769
10770         * loop.c (reg_in_basic_block_p): Don't abort when falling through
10771         to the end of the function.
10772
10773 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
10774
10775         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
10776         blocks.
10777         * final.c (next_block_index): Remove.
10778         (max_block_depth): Likewise.
10779         (pending_blocks): Likewise.
10780         (init_final): Don't initialize them.
10781         (final_start_function): Don't set next_block_index.  Set up
10782         BLOCK_NUMBER.
10783         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
10784         * function.h (number_blocks): New function.
10785         * function.c (get_block_vector): New function.
10786         (identify_blocks): Use it.
10787         (reorder_blocks): Set NOTE_BLOCK.
10788         (number_blocks): New function.
10789         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
10790         * tree.h (BLOCK_NUMBER): New macro.
10791         (tree_block): Add block_num field.
10792         * dbxout.c (next_block_number): Remove.
10793         (dbxout_init): Don't set it.
10794         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
10795         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
10796         block numbers.
10797         * toplev.c (rest_of_compilation): Always call
10798         find_loop_tree_blocks.  Fix indentation.
10799         * dwarf2out.c (next_block_number): Remove.
10800         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
10801         to determine block numbers.
10802         (gen_inlined_subroutine_die): Likewise.
10803         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
10804         (decls_for_scope): Don't increment next_block_number.
10805         * dwarfout.c (next_block_number): Remove.
10806         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
10807         to determine block numbers.
10808         (output_inlined_subroutine_die): Likewise.
10809         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
10810         (output_decls_for_scope): Don't increment next_block_number.
10811         * sdbout.c (next_block_number): Remove.
10812         (sdbout_block): Use BLOCK_NUMBER.
10813         (sdbout_begin_block): Simplify.
10814         * xcoffout.c (next_block_number): Remove.
10815         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
10816         (xcoffout_begin_block): Don't set next_block_number.
10817         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
10818         next_block_number.
10819
10820 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10821
10822         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
10823         (expand_builtin_strcpy): Pass correct type to size_binop.
10824         (expand_builtin_strcmp): Likewise.
10825         Clean up conditional structure.
10826         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
10827         (complete_array_type): Don't use size_binop for MAXINDEX.
10828         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
10829         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
10830         (c_alignof): Use size_one_node.
10831         (build_unary_op): Pass arg of proper type to size_binop.
10832         (really_start_incremental_init, push_init_level): Use sizetype for
10833         constructor{,_bit,_unfilled}_index.
10834         (pop_init_label, output_init_element): Likewise.
10835         (output_pending_init_elements, process_init_element): Likewise.
10836         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
10837         * expr.c (store_expr): Use size_int.
10838         (store_constructor): Use proper types for size_binop args.
10839         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
10840         (expand_expr_unaligned): Likewise.
10841         (string_contant): Return object of sizetype.
10842         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
10843         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
10844         (ARGS_SIZE_TREE): Pass proper types to size_binop.
10845         * fold-const.c (int_const_binop): Refine when size_int is called.
10846         (fold_convert): Likewise.
10847         (size_int_wide): Rework to take KIND as arg, only take low order
10848         bits, handle new sizetype_tab datatype, and chain entries in
10849         size_table.
10850         (size_int_type_wide): New function.
10851         (size_binop): Validate types of arguments.
10852         (ssize_binop): Deleted.
10853         (size_diffop): New function.
10854         (extract_muldiv): Only fold division into multiplication for sizetypes.
10855         * function.c (assign_parms): Use size_diffop and make sure
10856         VAR field is of ssizetype; also pass proper type to size_binop.
10857         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
10858         (round_down): Deleted from here.
10859         * store-layout.c (sizetype_tab): Now an array.
10860         (sizetype_set, early_root_list): New variables.
10861         (variable_size): Use size_one_node.
10862         (round_up): Pass proper type to size_binop.
10863         (round_down): Moved to here and corrected as above.
10864         (layout_record): Pass proper arg types to size_binop.
10865         (layout_type): Likewise.
10866         If sizetype_set is zero, record the type just laid out.
10867         (make_unsigned_type): Don't call set_sizetype;
10868         (make_signed_type): Likewise; also, call fixup_signed_type.
10869         (initialize_sizetypes): New function.
10870         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
10871         set name of bitsizetype to "bit_size_type".
10872         Fix up type of sizes of all types made before call.
10873         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
10874         * tree.c (fix_sizetype): Deleted.
10875         (build_common_tree_nodes): Call initialize_sizetypes.
10876         (build_common_tree_nodes_2): Don't call fix_sizetype.
10877         * tree.h (TYPE_IS_SIZETYPE): New macro.
10878         (initialize_sizetype): New declaration.
10879         (enum size_type_kind): New type.
10880         (struct sizetype_tab): Deleted.
10881         (sizetype_tab): Now array; adjust sizetype macros.
10882         (size_diffop, size_int_type_wide): New functions.
10883         (size_int_wide): Change number of args and type; access macros changed.
10884         (ssize_int, sbitsize_int): New macros.
10885         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
10886         (ROUND_TYPE_SIZE_UNIT): New macro.
10887
10888 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
10889
10890         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
10891
10892 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10893
10894         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
10895         Mark as possibly unused.
10896
10897         * cse.c (cse_insn): Delete dead code involving tablejump.
10898         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
10899
10900         * Makefile.in (libcpp.a): Start by deleting it.
10901
10902 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10903
10904         * cpplib.h (enum file_change_code): Added rename_file.
10905         * cpplib.c (do_line): If a filename is given, set file_change to
10906         rename_file.
10907         (output_line_command): If file_change is rename_file, always
10908         output a # directive with the file name.
10909
10910         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
10911
10912 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
10913
10914         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
10915         when copying a PARM_DECL or RESULT_DECL.
10916
10917 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10918
10919         * fix-header.c (recognized_function): Also fix prototypes for
10920         functions taking "void".
10921
10922 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
10923
10924         * reload1.c (do_output_reload): Check reg_reloaded_valid before
10925         looking at reg_reloaded_contents.
10926
10927 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
10928
10929         * Makefile.in (STMP_FIXINC): New toggle.
10930         (LIBGCC2_DEPS): Delete all references.
10931         (stmp-headers): Delete target.  All references either deleted
10932         or changed to stmp-int-headers.
10933         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
10934         (LIBCPP_OBJS): Take out cppalloc.o.
10935         (cppalloc.o): Delete target.
10936         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
10937         (gen-protos, fix-header): Link with libiberty.a.
10938         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
10939         to empty.
10940
10941         * configure.in: Remove refs to strerror.
10942         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
10943         * system.h: Take out strerror stanza.
10944
10945         * cpperror.c (my_strerror): Delete function.
10946         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
10947         * cppmain.c (main): Call xmalloc_set_program_name first thing.
10948         * cppalloc.c: Delete file.
10949         * gen-protos.c: Don't provide xrealloc.
10950
10951         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
10952         xstrerror throughout.
10953
10954 2000-02-26  Bruce Korb  <bkorb@gnu.org>
10955
10956         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
10957         match for DOS headers, too.
10958         * fixinc/inclhack.sh,fixincl.x: Regenerate.
10959
10960 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
10961
10962         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
10963         is right for most ELF targets.
10964         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
10965         Let the default file use %U properly.
10966         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
10967         default.
10968
10969         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
10970         numbers.
10971
10972 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10973
10974         * toplev.c (documented_lang_options): Correct spelling error.
10975         (decode_d_option, decode_f_option, main): Likewise.
10976
10977         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
10978
10979         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
10980         to tell assembler it is permitted to expand large constants.
10981
10982 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
10983
10984         * protoize.c: (AUX_INFO_SUFFIX): New macro.
10985         (aux_info_suffix): Use.
10986         (SAVE_SUFFIX): New macro.
10987         (save_suffix): Use.
10988         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
10989         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
10990         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
10991
10992         * invoke.texi (Running Protoize): Update documentation.
10993
10994 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
10995
10996         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
10997
10998 2000-02-25  John Wehle  (john@feith.com)
10999
11000         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
11001
11002 2000-02-25  Anthony Green  <green@cygnus.com>
11003
11004         * toplev.c (rest_of_compilation): Rebuild jump labels if
11005         combine_instructions has created a new direct jump.
11006         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
11007         when appropriate.
11008         (combine_instructions): Call try_combine with new argument.
11009         Return non-null value when new direct jump instruction is created.
11010         * rtl.h: combine_instructions returns an int.
11011
11012 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
11013
11014         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
11015         jump when changing a computed jump into a jump to a known
11016         target.
11017
11018 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
11019
11020         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
11021         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
11022
11023         * i386.md (define_expand "clrstrsi"): Fix typo.
11024
11025 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
11026
11027         * rtl.texi: Fix typo.
11028
11029 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11030
11031         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
11032         UNITS_PER_WORD.  Change caller initial_elimination_offset.
11033         (rounded_frame_size): Take into account that argument pushed has
11034         changed.  Fix TARGET_ALIGN_DOUBLE problem.
11035
11036 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
11037
11038         * haifa-sched.c (schedule_block): Explain the real reason
11039         we delete REG_SAVE_NOTEs on the first insn of a block.
11040         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
11041
11042 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
11043
11044         * input.h (push_srcloc): New function.
11045         (pop_srcloc): Likewise.
11046         * toplev.c (push_srcloc): Define it.
11047         (pop_srcloc): Likewise.
11048
11049 2000-02-24  Richard Henderson  <rth@cygnus.com>
11050
11051         * flow.c (life_analysis): When collecting reg info, clear
11052         regs_ever_live.
11053
11054 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11055
11056         Fix bug exposed by reload.c no longer rounding the frame
11057         size to BIGGEST_ALIGNMENT:
11058         * sh.c (rounded_frame_size): New function.
11059         (sh_expand_prologue, sh_expand_epilogue): Use it.
11060         (initial_elimination_offset): Likewise.
11061
11062 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11063
11064         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
11065         * sh-protos.h (sh_need_epilogue): Declare.
11066         * sh.c (sh_need_epilogue_known): New static variable.
11067         (sh_need_epilogue): New function.
11068         (function_epilogue): Clear need_epilogue_known.
11069         * sh.md (return): Split into expander / insn pattern.
11070         Make the expander conditional on ! sh_need_epilogue ().
11071
11072 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
11073
11074         * machmode.h (get_mode_alignment): Declare.
11075         (GET_MODE_ALIGNMENT): Call it.
11076         * stor-layout.c (get_mode_alignment): New function. Make
11077         sure alignment is always power of 2.
11078
11079 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
11080
11081         * i386.h: Remove useless definition of "I386" and misleading
11082         comment above it.
11083
11084 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
11085
11086         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
11087         under which TREE_PERMANENT will be set.
11088         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
11089         build1): Use TREE_SET_PERMANENT.
11090         * print-tree.c (print_node): Don't report value of
11091         TREE_PERMANENT if ggc_p is true.
11092
11093         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
11094         decide whether to give a type a new alias set.
11095         * objc/objc-act.c (build_objc_string_object): Never copy the string.
11096         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
11097         of value of 'obstack'.
11098
11099
11100 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11101
11102         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
11103
11104 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11105
11106         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
11107         * cpplib.c (cpp_get_token): Produce them.
11108         * cppexp.c (cpp_lex): Handle them.
11109
11110 2000-02-23  Nick Clifton  <nickc@cygnus.com>
11111
11112         * config/arm/arm.c (arm_comp_type_attributes): Simply and
11113         comment tests on type attributes.
11114
11115 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11116
11117         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
11118         conform to documentation.
11119         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
11120         to check for special cases.
11121         * sh-protos.h (sh_loop_align): Declare.
11122         * sh.c (sh_loop_align): Define.
11123
11124 2000-02-22  Andrew Haley  <aph@cygnus.com>
11125
11126         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
11127         (SIZE_TYPE): Is 32 bits when using -mgp32.
11128         (PTRDIFF_TYPE): Ditto.
11129
11130 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11131
11132         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
11133
11134 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
11135
11136         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
11137         BIGGEST_FIELD_ALIGNMENT a constant.
11138
11139 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
11140
11141         * dwarf2out.c (output_line_info): Put the marker for the end of
11142         the line number info at the actual end.
11143         (gen_struct_or_union_type_die): Use decl_function_context
11144         to check for local classes.
11145         * dwarfout.c (output_type): Likewise.
11146
11147 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
11148
11149         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
11150         for arguments with a mode, but no type.
11151         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
11152         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
11153         * pa/long_double.h: New file.
11154         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
11155         both have 128bit wide long doubles.
11156         * configure: Rebuilt.
11157
11158 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11159
11160         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
11161
11162         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
11163         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
11164         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
11165
11166         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
11167
11168         * integrate.c (compare_blocks, find_block): Likewise.
11169
11170         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
11171
11172         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
11173
11174         * stmt.c (stmt_status, set_file_and_line_for_stmt,
11175         expand_asm_operands): Likewise.
11176
11177 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
11178
11179         * predict.c (estimate_probability): Added the pointer heuristic to
11180         the collection of static branch predictors.
11181
11182 2000-02-21  Catherine Moore  <clm@cygnus.com>
11183
11184         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
11185         * invoke.texi (-mfix7000): Document.
11186
11187 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
11188
11189         * diagnostic.c (init_output_buffer): Make it possible to output at
11190         least 32 characters if we're given a too long prefix.
11191
11192 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
11193
11194         * varasm.c (initializer_constant_valid_p): Call
11195         lang_expand_constant to simplify the constant.
11196
11197 2000-02-20  Bruce Korb  <bkorb@gnu.org>
11198
11199         * fixinc/inclhack.def(stdio_va_list):
11200         typedef needs to be disabled.
11201         * fixinc/inclhack.sh: regen
11202         * fixinc/fixincl.x: regen
11203
11204 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
11205
11206         * print-rtl.c (print_rtx): Don't print addresses when
11207         flag_dump_unnumbered.
11208
11209 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11210
11211         * sparc.c (sparc_output_scratch_registers): Mark parameter with
11212         ATTRIBUTE_UNUSED.
11213         (sparc_va_arg, sparc_flat_output_function_prologue,
11214         sparc_flat_output_function_epilogue): Cast value to unsigned in
11215         comparison.
11216         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
11217
11218         * sparc.md: Add default case in switch.
11219
11220 2000-02-19  Richard Henderson  <rth@cygnus.com>
11221
11222         * c-typeck.c (add_pending_init): Don't abort for multiple
11223         fields at the same offset.
11224         (pending_init_member): Test the correct member.
11225
11226 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11227
11228         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
11229         instead of SImode.
11230         (start_catch_handler) : Same.
11231
11232 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
11233
11234         * Makefile.in: Have flow.o depend on $(EXPR_H)
11235
11236 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11237
11238         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
11239         * c-decl.c (duplicate_decls, finish_enum): Likewise.
11240         (finish_decl): Remove -Wlarger-than code from here.
11241         * flags.h (id_clash_len): Now int.
11242         (larger_than_size): Now HOST_WIDE_INT.
11243         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
11244         Clean up checking to see if in table.
11245         (make_bit_field_ref): Remove extra parm to bitsize_int.
11246         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
11247         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
11248         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
11249         and for computing size of decl.
11250         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
11251         Move -Wlarger-than code to here.
11252         (layout_record): Remove extra arg to bitsize_int.
11253         Set TYPE_BINFO_SIZE_UNIT.
11254         (layout_union): Remove extra arg to bitsize_int.
11255         Use proper type for size of QUAL_UNION.
11256         (layout_type): Remove extra arg to bitsize_int.
11257         * toplev.c (id_clash_len): Now int.
11258         (larger_than_size): Now HOST_WIDE_INT.
11259         (decode_W_option): Clean up id-clash and larger-than- cases.
11260         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
11261         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
11262         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
11263         (struct tree_decl): New field size_unit.
11264         (size_int_wide): No HIGH operand; NUMBER is now signed.
11265         (size_int_2): Deleted.
11266         (size_int, bitsize_int): Don't use it and rework args.
11267         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
11268
11269 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
11270
11271         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
11272
11273 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
11274
11275         * invoke.texi (Warning Options): Add an explanation of why
11276         you might want the -Wfloat-equal flag.
11277
11278 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11279
11280         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
11281         * cppinit.c (new_pending_define): Add cast to avoid warning.
11282         * expmed.c (extract_bit_field): Likewise.
11283         * flow.c (enum reorder_skip_type): New type.
11284         (skip_insns_between_blcok): New it.
11285         Rework to avoid warning about possibly undefined variable.
11286         * function.c (assign_parms): Make thisparm_boundary unsigned.
11287         * genrecog.c (write_switch): Cast XWINT result to int.
11288         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
11289         * mips-tfile.c (init_file): Make two versions of FDR intializer:
11290         one for MIPS and one for Alpha.
11291         (get_tag, copy_object): Add casts to avoid warnings.
11292         * optabs.c (init_one_libfunc): Cast NAME to (char *).
11293         * reload.c (find_reloads): Make TYPE enum reload_type.
11294         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
11295         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
11296         * varasm.c (compare_constant_1): Add cast to avoid warning.
11297         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
11298         to (char *).
11299         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
11300         Cast switch operand of size to int.
11301         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
11302         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
11303         in unhandled case.
11304
11305 2000-02-18  Nick Clifton  <nickc@cygnus.com>
11306
11307         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
11308         anything for an alignment of zero.
11309
11310         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
11311         anything for an alignment of zero.
11312
11313 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
11314
11315         * gcc.texi (Bug Reporting): Refer to bugs.html.
11316         (Bug Lists): Likewise.
11317         * system.h (GCCBUGURL): New preprocessor define.
11318         * rtl.c (fancy_abort): Use it.
11319         * gcc.c (main): Likewise.
11320
11321 2000-02-18  Richard Henderson  <rth@cygnus.com>
11322
11323         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
11324         (life_analysis_1): Subsume into ...
11325         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
11326         Use update_life_info for the relaxation.
11327         (update_life_info): Update REG_BASIC_BLOCK for registers live on
11328         entry and regs_live_at_setjmp.
11329         (set_noop_p): Simplify.
11330         (notice_stack_pointer_modification_1): Renamed from s/_1//.
11331         (record_volatile_insns): Split into ...
11332         (delete_noop_moves): ... here,
11333         (notice_stack_pointer_modification): ... here,
11334         (insn_dead_p): ... and here.
11335         (propagate_block): Don't query INSN_VOLATILE.
11336         (mark_used_regs): Mind !PROP_REG_INFO.
11337         * toplev.c (rest_of_compilation): Call mark_constant_function here,
11338         not in life_analysis.
11339
11340 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
11341
11342         * loop.c (canonicalize_condition): New function,
11343         broken out of get_condition.
11344         (get_condition): Use it.
11345         * expr.h (canonicalize_condition): Prototype it.
11346
11347         * tree.h (tree_int_cst_msb): Declare.
11348         * tree.c (tree_int_cst_msb): New function.
11349
11350 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
11351
11352         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
11353         isn't set.
11354
11355         * invoke.texi (-fmessage-length=n): Document.
11356
11357 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
11358
11359         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
11360
11361 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
11362
11363         * function.c (thread_prologue_and_epilogue_insns): Put a line note
11364         after the prologue.
11365
11366 2000-02-17  Nick Clifton  <nickc@cygnus.com>
11367
11368         * config/arm/thumb.c: Replace includes of system headers with
11369         #include "system.h".
11370
11371 2000-02-16  Richard Henderson  <rth@cygnus.com>
11372
11373         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
11374         Add crtbeginS.o and crtendS.o.
11375         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
11376         (ENDFILE_SPEC): Use crtendS.o.
11377         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
11378
11379         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
11380         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
11381         shared and present.
11382         (__dso_handle): New variable.
11383         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
11384         bias to __CTOR_END__.
11385
11386 2000-02-16  Richard Henderson  <rth@cygnus.com>
11387
11388         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
11389
11390 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11391
11392         * longlong.h (__clz_tab): Declare as static to match definition.
11393
11394 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
11395
11396         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
11397         (XREF_FILE_NAME): Define.
11398
11399         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
11400         (EH_FRAME_SECTION_ASM_OP): Define.
11401         (IDENT_ASM_OP): Define.
11402         (TEXT_SECTION_ASM_OP): Define.
11403         (CPP_SPEC): Define.
11404         (CTORS_SECTION_ASM_OP): Define.
11405         (CTOR_SECTION_FUNCTION): Use it.
11406         (DTORS_SECTION_ASM_OP): Define.
11407         (DTOR_SECTION_FUNCTION): Use it.
11408
11409 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
11410
11411         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
11412         NOTE_BASIC_BLOCK.
11413
11414         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
11415         debug_bb_n): New functions.
11416         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
11417         * basic-block.h: Prototype new functions.
11418
11419 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
11420
11421         * configure.in: Add support for avr target.
11422         * configure: Rebuilt.
11423
11424         * invoke.texi: Add AVR invocation docs.
11425         * install.texi: Add information about AVR.
11426         * md.texi: Add AVR constraint letters description.
11427         * extend.texi: Add description for AVR specific attributes.
11428
11429 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
11430
11431         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
11432
11433 2000-02-16  Nick Clifton  <nickc@cygnus.com>
11434
11435         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
11436         (make_insn_raw): Move RTL check here.
11437
11438 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11439
11440         * version.c: Include gansidecl.h and version.h.
11441
11442         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
11443
11444         * configure.in (gcc_version): When setting, narrow search to
11445         lines containing `version_string'.
11446
11447         * Makefile.in (mainversion): Likewise.
11448         (GCC_H): New variable.
11449         (gcc.h): Delete target.
11450         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
11451         (version.o): Depend on version.h.
11452         (dbxout.o): Don't depend on gcc.h.
11453
11454 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11455                           Michael Meissner  <meissner@cygnus.com>
11456
11457         * md.texi (Simple Constraints): Add item about whitespace.
11458         * genoutput.c (strip_whitespace): New.
11459         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
11460         strip_whitespace for constraints.
11461         Test pointer using NULL, not 0.
11462
11463 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11464
11465         * cpplib.c (do_line): Pedwarn for #line > 32767.
11466
11467         * c-lex.c (readescape): Warn about '\x', but do not reject it.
11468
11469 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
11470
11471         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
11472         to default cpp spec.
11473         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
11474         * cpp.texi: Document __GNUC_PATCHLEVEL__.
11475         * cpp.1: Likewise.
11476
11477         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
11478         default spec.
11479
11480 2000-02-15  Denis Chertykov  <denisc@overta.ru>
11481
11482         * configure.in: Add support for avr target.
11483
11484 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11485
11486         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
11487         (sh_addr_diff_vec_mode): Don't declare.
11488         * sh.c (sh_addr_diff_vec_mode): Delete.
11489
11490 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11491
11492         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
11493
11494 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11495
11496         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
11497         (smulsi3_highpart_i): Name.
11498         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
11499         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
11500         (smulsi3_highpart, umulsi3_highpart): Likewise.
11501
11502         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
11503         correctly independent of endianness.
11504         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
11505         confuse the optimizers.
11506         (mulsidi3+1, umulsidi3+1): New define_split.
11507
11508 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
11509
11510         * config/sh/sh.md: Guard insn splits against illegal registers.
11511         * config/sh/sh.h: Correct comment about macros.
11512
11513 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11514                           Andrew MacLeod  <amacleod@cygnus.com>
11515
11516         * Makefile.in (lcm.o): Depend on insn-attr.h.
11517         * basic-block.h (optimize_mode_switching): Declare.
11518         * lcm.c (tm_p.h, insn-attr.h): #include.
11519         (seginfo, bb_info): New structs.
11520         (antic, transp, comp, delete, insert) : New file-scope static variables.
11521         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
11522         (reg_becomes_live, optimize_mode_switching): Likewise.
11523         * tm.texi: Add description of mode switching macros.
11524         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
11525
11526         * sh-protos.h (remove_dead_before_cse): Remove prototype.
11527         (fldi_ok, fpscr_set_from_mem): New prototypes.
11528         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
11529         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
11530         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
11531         (sh_flag_remove_dead_before_cse): Remove declaration.
11532         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
11533         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
11534         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
11535         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
11536         (barrier_align): Allow for JUMP_INSNS containing a parallel.
11537         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
11538         (fldi_ok): New function.
11539         (get_fpscr_rtx): Add fpscr_rtx as GC root.
11540         (emit_sf_insn): Only generate fpu switches when optimize < 1.
11541         (emit_df_insn): Likewise.
11542         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
11543         (sh_flag_remove_dead_before_cse): Delete.
11544         (get_free_reg, fpscr_set_from_mem): New functions.
11545         * sh.md (movdf, movsf): Remove no_new_pseudos code.
11546         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
11547
11548 2000-02-15  Loren Rittle  <ljrittle@acm.org>
11549
11550         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
11551
11552 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11553
11554         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
11555         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
11556
11557         * cccp.c: Include version.h and/or don't declare `version_string'.
11558         * collect2.c: Likewise.
11559         * alpha.c: Likewise.
11560         * arm/aof.h: Likewise.
11561         * arm/coff.h: Likewise.
11562         * arm/elf.h: Likewise.
11563         * arm/pe.h: Likewise.
11564         * arm/tcoff.h: Likewise.
11565         * arm/telf.h: Likewise.
11566         * arm/tpe.h: Likewise.
11567         * arm/vxarm.h: Likewise.
11568         * convex/convex.c: Likewise.
11569         * i386/dgux.c: Likewise.
11570         * i386/sun386.h: Likewise.
11571         * m88k/m88k.c: Likewise.
11572         * mcore/mcore-pe.h: Likewise.
11573         * mips/mips.h: Likewise.
11574         * romp/romp.h: Likewise.
11575         * sh/sh.c: Likewise.
11576         * cpphash.c: Likewise.
11577         * cppinit.c: Likewise.
11578         * dwarf2out.c: Likewise.
11579         * dwarfout.c: Likewise.
11580         * gcc.c: Likewise.
11581         * gcc.h: Likewise.
11582         * mips-tfile.c: Likewise.
11583         * protoize.c: Likewise.
11584         * toplev.c: Likewise.
11585         * tree.h: Likewise.
11586
11587         * version.c (version_string): Constify a char*.
11588
11589         * version.h: New file.
11590
11591 2000-02-14  Nick Clifton  <nickc@cygnus.com>
11592
11593         * configure.in: Add mcore-elf and mcore-pe targets.
11594         * configure: Regenerate.
11595
11596         * NEWS: Add note that MCore port has been contributed.
11597
11598         * invoke.texi: Document command line switches for MCore port.
11599         * install.texi: Add MCore to list of supported targets.
11600
11601 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
11602
11603         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
11604         then we will need to import the frame handling functions.
11605         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
11606         to import the frames themselves.
11607
11608 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
11609                           Jason Eckhardt  <jle@cygnus.com>
11610
11611         * basic_block.h: Added prototype for reorder_basic_blocks.
11612         * toplev.c: Changes to add -freorder-blocks and graph dump after
11613         block reordering is done.
11614         * flow.c (reorder_block_def): New structure for use during block
11615         reordering.
11616         (REORDER_BLOCK_*): New macros to access members of above structure.
11617         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
11618         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
11619         functions for block reordering.
11620
11621 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11622
11623         * gcc.texi (Passes): Fix typo.
11624         * md.texi (Standard Names): Ditto.
11625         * tm.texi (Storage Layout): Ditto.
11626
11627 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
11628
11629         * cpplib.c (do_define): Only free the old definition if it
11630         actually had one.
11631
11632 2000-02-13   Neil Booth  <NeilB@earthling.net>
11633
11634         * cppfiles.c (read_and_prescan): When emitting deferred
11635         newlines, test speccase[] again instead of checking each
11636         possible whitespace character in turn.  When we encounter \r,
11637         look behind for \n first, then ahead.
11638
11639 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
11640
11641         * cse.c (cse_altered): New internal flag.
11642         (cse_insn): Set it if we changed an insn.
11643         (cse_main): Clear cse_altered before each basic block.
11644         Only garbage collect if cse_altered is true afterward.
11645
11646 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11647
11648         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
11649
11650 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
11651
11652         * combine.c (simplify_comparison): Fix typo.
11653
11654 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
11655
11656         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
11657         consistently.
11658
11659 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11660
11661         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
11662         previously inserted node instead of root node.  Caller changed.
11663
11664 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11665
11666         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
11667
11668 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11669
11670         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
11671         __dereg_frame_dtor): Add prototype argument.
11672
11673         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
11674
11675         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
11676
11677         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
11678
11679         * gthr-vxworks.h (__gthread_once): Likewise.
11680
11681         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
11682
11683 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
11684
11685         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
11686         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
11687         stack pointer in functions w/o saved registers, output LEAVE more often
11688         on TARGET_USE_LEAVE machines.
11689
11690 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
11691
11692         * config/arm/arm.c (arm_init_cumulative_args); New function:
11693         Initlaise the CUMULATIE_ARGS strcuture for a function
11694         defintion.
11695         (arm_function_arg): New function: Determine where to place a
11696         function's argument.  Also handles deciding the function's
11697         call cookie.
11698         (current_file_function_operand): New function: Return true if
11699         the symbol is a function which has already been compiled.
11700         (arm_is_long_call_p): New function: Return true if the
11701         indicated function should be called via a long call.
11702         (arm_valid_type_attribute_p): New function: Return true if the
11703         attribute is a valid, arm specific, attribute.
11704         (arm_comp_type_attribute): New function: Return true if the
11705         two types have compatable, arm specific, attributes.
11706
11707         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
11708         structure.
11709         (FUNCTION_ARG): Redefine to call arm_function_arg.
11710         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
11711         structure field.
11712         (INIT_CUMULATIVE_ARGS): Redefine to call
11713         arm_init_cumulative_args.
11714         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
11715         field.
11716         (SETUP_INCOMING_VARARGS): Redefine to use correct structure
11717         field.
11718         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
11719         functions.
11720         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
11721         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
11722         (COMP_TYPE_ATTRIBUTES): Define.
11723
11724         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
11725         if a long call is needed.
11726         (call_value): Call arm_is_long_call_p to decide if a long call
11727         is needed.
11728         (call_symbol): Call arm_is_long_call_p to decide if a long call
11729         is needed.
11730
11731         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
11732
11733 2000-02-11  Denis Chertykov  <denisc@overta.ru>
11734
11735         * README.AVR: New file with information about the avr ports.
11736         * config/avr: New directory with avr port files.
11737
11738 2000-02-11  Andreas Jaeger  <aj@suse.de>
11739
11740         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
11741
11742 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
11743
11744         * cpphash.c: Fix formatting, update commentary.
11745         (dump_definition): Take three separate arguments instead of a
11746         MACRODEF structure argument.
11747         * cpphash.h: Update prototype of dump_definition.
11748         * cppinit.c (cpp_finish): Update call of dump_definition.
11749
11750         * cpplib.c (do_define): Always create new hash entry with
11751         T_MACRO type.  Remove redundant check for redefinition of
11752         poisoned identifier.  Update call of dump_definition.
11753         (do_undef): Don't call check_macro_name.  Rename sym_length to
11754         len.
11755         (do_error, do_warning): Don't use copy_rest_of_line or
11756         SKIP_WHITE_SPACE.
11757         (do_warning): Don't use pedwarn for the actual warning,
11758         only the notice about its not being in the standard.  (Fixes
11759         bug with #warning in system headers.)
11760         (do_ident): Stricter argument checking - accept only a single
11761         string after #ident.  Also, macro-expand the line.
11762         (do_xifdef): Use cpp_defined.  De-obfuscate.
11763
11764         (do_pragma): Split out specific pragma handling to separate
11765         functions.  Use get_directive_token.  Update commentary.  Do
11766         not pass on #pragma once or #pragma poison to the front end.
11767         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
11768         do_pragma_default): New.
11769
11770 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
11771
11772         * jump.c (jump_optimize_1): The first operand in a relational
11773         can be a CONST_INT.
11774         * optabs.c (emit_conditional_move): Handle relationals which
11775         have a known true/false result.
11776
11777 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
11778
11779         * function.c (thread_prologue_and_epilogue_insns): Don't insert
11780         a RETURN insn into a block which already ends with a jump.
11781
11782 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
11783
11784         * haifa-sched.c (BUF_LEN): Increase a lot.
11785
11786 2000-02-11  Nick Clifton  <nickc@cygnus.com>
11787
11788         * configure.in: Add tm_p_file specification for thumb targets.
11789         * configure: Regenerate.
11790
11791         * config/arm/thumb-protos.h: New file: Prototypes for exported
11792         functions defined in thumb.c.
11793
11794 2000-02-11  Robert Lipe  <robertl@sco.com>
11795
11796         * Makefile.in (bootstrap-lean): Remove additional files.
11797         (bootstrap2-lean): Likewise.
11798         (VOL_FILES): List of files for above.
11799
11800 2000-02-11  Nathan Sidwell  <nathan@acm.org>
11801
11802         * cpphash.c (special_symbol): Remove spurious argument to
11803         cpp_lookup.
11804
11805 2000-02-11  Joel Sherrill (joel@OARcorp.com>
11806
11807         * configure.in: (i*86-*-rtems*): Swapped elf and coff
11808         stanzas.
11809         * configure: Rebuilt.
11810
11811 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
11812
11813         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
11814
11815 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
11816
11817         * pa.c, pa.h: Remove trigraph sequences within comments.
11818
11819 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
11820
11821         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
11822
11823 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
11824
11825         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
11826
11827 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11828
11829         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
11830
11831 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11832
11833         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
11834         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
11835         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
11836         (ASM_FILE_END): Use c4x_file_end.
11837         * config/c4x/c4x.c (c4x_global_label): New function.
11838         (c4x_external_ref, c4x_file_end): Likewise.
11839
11840         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
11841         (c4x_external_ref, c4x_end_file): Likewise.
11842
11843 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
11844
11845         * cppexp.c: Don't include cpphash.h.
11846         (parse_charconst, cpp_lex): Use cpp_defined.
11847         (cpp_lex): Use get_directive_token throughout.  Remove
11848         unnecessary cases from switch.  Move assertion-handling code
11849         down to OTHER case.
11850         (cpp_parse_expr): If we see '+' or '-', check the context to
11851         determine if they are unary or binary operators.  Streamline
11852         the jumps a bit.  Do not call skip_rest_of_line.
11853
11854         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
11855         static.  Export get_directive_token.  Update commentary.
11856         (cpp_defined): New function.
11857         (do_define): Remove reference to T_PCSTRING.  Call
11858         free_definition to release memory for old definition, when
11859         redefining a macro.
11860         (eval_if_expression): Set only_seen_white to 0 before calling
11861         cpp_parse_expr.  Call skip_rest_of_line after it returns.
11862         (cpp_read_check_assertion): Don't preserve a pointer into the
11863         token buffer across a call to cpp_get_token.
11864
11865         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
11866         * cppfiles.c (redundant_include_p): Use cpp_defined.
11867         * cpphash.c (free_definition): New function.
11868         (delete_macro): Use it.  Update commentary.
11869         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
11870         free_definition.
11871         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
11872         from enum node_type.  Prototype cpp_defined and get_directive_token.
11873         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
11874
11875         * fix-header.c (check_macro_names): Use cpp_defined.
11876         (read_scan_file): Set inhibit_warnings and inhibit_errors in
11877         the options structure.
11878
11879 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11880
11881         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
11882
11883 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
11884
11885         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
11886         rather than die->die_tag.
11887
11888 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11889
11890         * combine.c (make_extraction, force_to_mode): Avoid warning on
11891         mixed-signedness conditionals.
11892         (make_field_assignment, nonzero_bits): Likewise.
11893         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
11894         (store_split_bit_field, extract_split_bit_field): Likewise.
11895         (extract_fixed_bit_field, store_bit_field,
11896         * expr.c: Change alignment to be unsigned everywhere.
11897         (move_by_pieces, store_constructor_field, store_constructor):
11898         Alignment parm is unsigned.
11899         (emit_block_move, emit_group_load, emit_group_store): Likewise.
11900         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
11901         (do_compare_rtx_and_jump): Likewise.
11902         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
11903         Compare align with GET_MODE_ALIGNMENT.
11904         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
11905         (get_inner_reference): Likewise.
11906         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
11907         (expand_assignment): Local vars for alignment now unsigned.
11908         (store_constructor, store_field, expand_expr, do_jump): Likewise.
11909         (do_compare_and_jump): Likewise.
11910         (store_field): Call new function expr_align.
11911         * expr.h (emit_block_move, emit_group_load, emit_group_store):
11912         Alignment arg now unsigned.
11913         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
11914         (do_compare_rtx_and_jump, store_bit_field): Likewise.
11915         (extract_bit_field): Likewise.
11916         * fold-const.c (add_double): Add cast to eliminate signedness warning.
11917         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
11918         (get_best_mode): Alignment arg is unsigned.
11919         * rtl.h (move_by_pieces): Likewise.
11920         * store-layout.c (maximum_field_alignment, set_alignment):
11921         Now unsigned.
11922         (layout_decl): Alignment arg is now unsigned.
11923         Remove unneeded casts.
11924         (layout_record, layout_union, layout_type): Remove unneeded casts.
11925         Local alignment variables now unsigned.
11926         (get_best_mode): Alignment arg now unsigned.
11927         * tree.c (expr_align): New function.
11928         * tree.h (expr_align): Likewise.
11929         (maximum_field_alignment, set_alignment): Now unsigned.
11930         (get_inner_reference): Alignment argument is now pointer to unsigned.
11931         * varasm.c (assemble_variable): Add cast to eliminate warning.
11932
11933 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
11934
11935         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
11936         then store directly into op0.
11937
11938         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
11939         the CALL_INSN, and emit the note immediately after it.
11940
11941 2000-02-10  Nick Clifton  <nickc@cygnus.com>
11942
11943         * config/arm/thumb.md (epilogue): Include a (return) in the
11944         generated insn, and emit it using emit_jump_insn not
11945         emit_insn.
11946
11947 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
11948
11949         * function.c (assign_temp): Change zero-sized arrays to size 1.
11950         * integrate.c (expand_inline_function): Do not update
11951         stack_alignment_needed
11952         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
11953         add some sanity checking, remove optimization for function with
11954         zero frame size.
11955
11956 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11957
11958         * flow.c (mark_regs_live_at_end): Delete unused variables.
11959
11960         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
11961
11962         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
11963         in macro FRAME_GROWS_DOWNWARD.
11964
11965         * stmt.c (expand_end_bindings): Delete unused variable.
11966
11967         * unroll.c (iteration_info): Mark parameter `loop' with
11968         ATTRIBUTE_UNUSED.
11969
11970 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11971
11972         * fixinc/server.c (load_data): Return NULL if the marker line is
11973         not found.
11974         (run_shell): If load_data returns NULL, retry the command once, in
11975         a new shell.
11976
11977         * configure: Rebuilt.
11978
11979 2000-02-09  Bruce Korb  <bkorb@gnu.org>
11980
11981         * gcc/fixincludes:  ** DELETED **
11982         * gcc/fixcpp:  ** DELETED **
11983         * gcc/fixinc-nt.sed:  ** DELETED **
11984         * gcc/just-fixinc:  ** DELETED **
11985         * gcc/Makefile.in:  Removed out-dated commentary
11986         * gcc/configure.in: Removed fast-fixincludes disablement.
11987         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
11988
11989 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
11990         * function.c (thread_prologue_and_epilogue_insns): Uncomment
11991         last change.
11992
11993 2000-02-09  Richard Henderson  <rth@cygnus.com>
11994
11995         * jump.c (delete_insn): Don't delete user labels at -O0.
11996
11997 2000-02-09  Robert Lipe  <robertl@sco.com>
11998
11999         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
12000         Don't link with HOST_LIBS.
12001
12002 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
12003
12004         * configure.in: Correct --help text for --with-dwarf2.
12005         Put tm-dwarf2.h after other tm files, if it's requested.
12006         * configure: Regenerate.
12007         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
12008         defining it.
12009
12010 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
12011
12012         * cpplib.h: Provide HASHNODE typedef and forward decl of
12013         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
12014         DEFINITION, struct hashnode, struct macrodef, struct
12015         definition, scan_decls prototype, default defn of
12016         INCLUDE_LEN_FUDGE moved elsewhere.
12017
12018         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
12019         definition, and struct hashnode moved here. Remove the unused
12020         'predefined' field from struct definition.  Replace the 'args'
12021         union with its sole member.  All users updated (cpphash.c).
12022         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
12023         multiple include guard.
12024
12025         * cpphash.c (hashf): Make static; use better algorithm; drop
12026         HASHSIZE parameter; return an unsigned int.
12027         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
12028         used. Calculate HASHSIZE modulus here.
12029         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
12030         here.
12031         (create_definition): Drop PREDEFINITION parameter.
12032         * cpplib.c (do_define): Don't calculate a hash value here.
12033         Don't pass (keyword == NULL) to create_definition.
12034
12035         * scan.h: Prototype scan_decls here.
12036         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
12037         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
12038         callers of cpp_lookup and cpp_install updated.
12039
12040         * cpphash.c (macarg): Hoist all the flag diddling out of the
12041         function...
12042         (macroexpand): ... and out of the loop that calls macarg.
12043         Skip over the initial paren before macro arguments with
12044         cpp_get_non_space_token; point may be some distance before
12045         that paren.  Abort if it's not there.
12046
12047         * cpplib.c (parse_clear_mark): Delete function.
12048         (parse_set_mark, parse_goto_mark): Make static.
12049         (ACTIVE_MARK_P): New macro.
12050         (skip_block_comment, skip_line_comment): Do not bump the line
12051         if ACTIVE_MARK_P is true.
12052         (cpp_pop_buffer): The buffer to be popped may not have an
12053         active mark.
12054         (cpp_get_token): When looking for the initial paren before
12055         macro arguments, only set a mark in a file buffer, Always
12056         return to that mark before proceeding to call macroexpand or
12057         return a NAME token.
12058
12059         * cpplib.h: Remove prototypes of parse_set_mark,
12060         parse_clear_mark, parse_goto_mark.
12061         (struct cpp_options): Rename 'put_out_comments' to
12062         'discard_comments' and invert its sense.
12063         * cppinit.c, cpphash.c, cpplib.c: All users of
12064         put_out_comments changed to use discard_comments, with
12065         opposite sense.
12066
12067 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
12068
12069         * function.c (thread_prologue_and_epilogue_insns): Don't delete
12070         the edge from a block that both jumps and falls through to the
12071         fallthru block.
12072
12073 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
12074
12075         * config/arm/arm.md (movsi): In PIC mode, make sure that a
12076         constant source address is legitimate.
12077
12078 2000-02-09  Philip Blundell  <pb@futuretv.com>
12079
12080         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
12081         correctly.
12082
12083         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
12084         generating PIC.
12085         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
12086
12087 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
12088
12089         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
12090         ends with a newline and a NUL.  Don't be so clever manipulating
12091         strings.
12092
12093 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
12094
12095         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
12096         not to BIGGEST_ALIGNMENT.
12097
12098 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
12099
12100         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
12101         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
12102         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
12103         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
12104         * frame.c (execute_cfa_insn): Handle
12105         DW_CFA_GNU_negative_offset_extended.
12106
12107 2000-02-08  Richard Henderson  <rth@cygnus.com>
12108
12109         * flow.c (tidy_fallthru_edges): Split out from ...
12110         (delete_unreachable_blocks): ... here.
12111         (find_basic_blocks): Use it.
12112
12113 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12114
12115         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
12116
12117 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
12118
12119         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
12120         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
12121         (fix-header.o): Don't depend on cpphash.h.
12122
12123         * scan.c (hashstr): New function.
12124         * scan.h: Prototype it.
12125         * fix-header.c: Don't include cpphash.h.  Use hashstr.
12126         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
12127         hashstr.  Report hash table statistics.  Add private
12128         definition of xrealloc.
12129
12130 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12131
12132         * i386.h (TARGET_SWITCHES): Fix typo in option name.
12133
12134 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
12135
12136         * function.c (thread_prologue_and_epilogue_insns): Don't replace
12137         jumps with returns unless they are jumps to the fallthru block.
12138
12139 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
12140
12141         * i386.md (addqi3_cc): Fix contraints.
12142
12143 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12144
12145         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
12146
12147 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
12148
12149         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
12150         carriage return after a macro name.
12151
12152 2000-02-07  Fred Fish  <fnf@be.com>
12153
12154         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
12155         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
12156
12157 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
12158
12159         * cppfiles.c (deps_output): Count spacers in deps_column.
12160
12161 2000-02-07  Neil Booth  <NeilB@earthling.net>
12162
12163         * cppinit.c (initialize_dependency_output): If there is no
12164         suffix, don't try to look for known suffixes.  Use strrchr.
12165         (cpp_start_read): Remove duplicate initialization.
12166
12167 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
12168
12169         * calls.c (compute_argument_block_size): New argument
12170         preferred_stack_boundary.
12171         (expand_call): update cfun->preferred_stack_boundary, update call of
12172         compute_argument_block_size
12173         (emit_library_call): Increate cfun->preferred_stack_boundary
12174         to PREFERRED_STACK_BOUNDARY
12175         (emit_library_call_value): Likewise.
12176         * explow.c (allocate_dynamic_stack_spave): Likewise.
12177         * function.c (prepare_function_start): Set
12178         cfun->preferred_stack_boundary
12179         * function.h (struct function): Add preferred_stack_boundary field.
12180         * integrate.c (expand_inline_function): Update
12181         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
12182         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
12183         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
12184
12185 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
12186
12187         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
12188         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
12189         cpp_pedwarn, cpp_pedwarn_with_line,
12190         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
12191         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
12192         v_cpp_error_with_line, v_cpp_warning_with_line,
12193         cpp_message_from_errno, cpp_perror_with_name): Delete.
12194
12195         * cpperror.c (cpp_print_containing_files): Take starting
12196         buffer as argument.
12197         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
12198         (v_cpp_message): Now called directly by all entry points.
12199         Remove -1 case.
12200         (cpp_pfatal_with_name, cpp_message): Delete.
12201         (cpp_notice_from_errno, cpp_ice): New functions.
12202         (cpp_notice): Is now for reporting error conditions, just
12203         without an associated file.
12204         (cpp_error, cpp_error_with_line): Don't do anything if
12205         opts->inhibit_errors is on.
12206         (cpp_pedwarn_with_file_and_line): Take column argument also.
12207
12208         * cpplib.h: Update prototypes of exported functions.
12209         (struct cpp_options): Add inhibit_errors.
12210
12211         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
12212         non-error messages.  Include intl.h.
12213
12214         * cppinit.c, cppmain.c: Likewise.  Also, use
12215         cpp_notice_from_errno instead of cpp_perror_with_name or
12216         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
12217
12218         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
12219         report internal errors.
12220
12221         * cpplib.c (do_define): Switch bcopy to memcpy.
12222         Give cpp_pedwarn_with_file_and_line a dummy column argument.
12223
12224         * cpplib.c (copy_rest_of_line): Revert previous change: don't
12225         bail out early if we hit a line comment.
12226
12227 2000-02-06  Richard Henderson  <rth@cygnus.com>
12228
12229         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
12230         * basic-block.h: Declare them.
12231         * emit-rtl.h (active_insn_p): New.
12232         (next_active_insn, prev_active_insn): Use it.
12233         * rtl.h: Declare it.
12234         * function.c (emit_return_into_block): New.
12235         (thread_prologue_and_epilogue_insns): Insert return insns instead
12236         of epilogues when possible.
12237         * jump.c (jump_optimize_1): Remove code to insert a return insn
12238         on the fallthru to the exit block.
12239
12240         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
12241         and for non-empty stack frames.
12242         * i386.md (return): Expand to return-pop as needed.
12243
12244 2000-02-06  Richard Henderson  <rth@cygnus.com>
12245
12246         * simplify-rtx.c (simplify_relational_operation): Canonicalize
12247         constant to op1 for testing.
12248
12249 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12250
12251         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
12252         (fixuns_truncqfqi2): Use it.
12253
12254 2000-02-06  Richard Henderson  <rth@cygnus.com>
12255
12256         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
12257         as a TYPE_LEA insn.
12258
12259         * i386.md (widening and peepholes): Mask the constant instead of
12260         using gen_lowpart.
12261
12262 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
12263
12264         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
12265         input pointer before possibly branching off to the backslash
12266         code.
12267         * cpphash.c (macroexpand): Correctly delete \r escapes when
12268         stringifying parameters.
12269         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
12270         if we can; bail out early if we hit a line comment.
12271         (handle_directive): Treat '# 123' in an .S file just like
12272         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
12273         Return 1 for '# not_a_directive'.
12274         (get_directive_token): Pop macro buffers here, so that
12275         cpp_get_token can't sneakily move past a newline.
12276         Add sanity checks.
12277         (cpp_get_token): goto randomchar if handle_directive returns 0.
12278
12279         * cppalloc.c: Update copyright.
12280         * cpplib.c: Merge all the static function prototypes into one
12281         block.
12282         * cpplib.h: Remove #if 0 block.
12283
12284         * cpperror.c: Remove #ifdef EMACS block.
12285         * cppmain.c: Likewise.
12286         * cpphash.c: Remove #if 0 blocks.
12287         * cppinit.c: Remove #if 0 blocks, and the -lint option.
12288         * cpplib.c: Remove #if 0 blocks and code referencing
12289         pcp_inside_if or for_lint.  Remove duplicate error message.
12290         Fix error messages for #else after #else or #elif.  Reformat.
12291         Remove archaic TODO list.
12292         * cpplib.h: Remove pcp_inside_if and for_lint flags.
12293
12294 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
12295
12296         * i386/osf1elf.h: Add missing backslash to multiline string.
12297
12298 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12299
12300         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
12301
12302 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12303
12304         * Makefile.in (c-common.o): Depend on $(EXPR_H).
12305
12306         * c-common.c: Include expr.h.
12307
12308         * c-pragma.c (mark_align_stack): Add prototype.
12309
12310         * caller-save.c (add_stored_regs): Likewise.
12311
12312         * combine.c (record_promoted_value): Likewise.
12313
12314         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
12315         Likewise.
12316
12317         * cppinit.c (new_pending_define): Likewise.
12318
12319         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
12320
12321         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
12322         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
12323         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
12324         class_scope_p): Likewise.
12325
12326         * dwarf2out.h (dwarf2out_set_demangle_name_func,
12327         dwarf2out_add_library_unit_info): Likewise.
12328
12329         * ggc.h (ggc_page_print_statistics): Likewise.
12330
12331         * haifa-sched.c (propagate_deps): Likewise.
12332
12333         * reg-stack.c (next_flags_user, record_label_references): Likewise.
12334
12335         * rtl.h (set_stack_check_libfunc): Likewise.
12336
12337         * toplev.h (set_fatal_function): Likewise.
12338
12339         * toplev.c (set_fatal_function): Delete prototype.
12340
12341         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
12342
12343 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
12344
12345         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
12346         (FUNC_END): Likewise.
12347
12348 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12349
12350         * caller-save.c: Include tm_p.h.
12351
12352 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12353
12354         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
12355
12356 2000-02-04  Neil Booth  <NeilB@earthling.net>
12357
12358         * cccp.c (main): Check 'dir' for a NULL pointer before passing
12359         it to strcmp.
12360
12361 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
12362
12363         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
12364         * genflags.c: Use the max_operand_1 logic from genemit.c to
12365         calculate how many arguments gen_insn prototypes have.  Remove
12366         NO_MD_PROTOTYPES ifdefs from the generated file.
12367         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
12368         file.  Cast gen_insn initializers to insn_gen_fn.
12369         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
12370         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
12371
12372 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12373
12374         * fixinc/Makefile.in (HDR): Add machname.h.
12375         (clean): Likewise.
12376
12377 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12378
12379         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
12380         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
12381         (c4x_cpu_version): Ditto.
12382         * config/c4x/c4x-protos.h: ... here.
12383
12384 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
12385
12386         * dwarf2out.c (add_abstract_origin_attribute): Don't call
12387         gen_abstract_function on our context if we're a nested function.
12388
12389 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12390
12391         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
12392         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
12393
12394 2000-02-04  Bruce Korb  <bkorb@gnu.org>
12395
12396         * fixinc/genfixes(machname.h):
12397         Move the functionality from gen-machine.h into this file.
12398         UNdef MN_NAME_PAT if there are no names to change.
12399         Also, be a little kinder when AutoGen is not present.
12400
12401         * fixinc/Makefile.in(machname.h):
12402         Change the generation rule to use genfixes.
12403
12404         * fixinc/fixfixes.c(machine_name):
12405         machine_name_fix's functionality now dependent upon whether
12406         MN_NAME_PAT is defined.
12407
12408         * fixinc/fixtests.c(machine_name):
12409         ditto.
12410
12411         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
12412         of MN_NAME_PAT.
12413
12414         * fixinc/fixlib.h(mn_get_regexps):
12415         ditto
12416
12417         * fixinc/gen-machine.h: DELETED
12418
12419 2000-02-04  Jan Hubicka  <jh@suse.cz>
12420             Richard Henderson  <rth@cygnus.com>
12421
12422         * i386.c (SAVE_REGS_FIRST): Remove.
12423         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
12424         (ix86_compute_frame_size): Likewise.
12425         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
12426         (ix86_emit_restore_regs): Remove.
12427         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
12428         when a frame pointer is in use.
12429         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
12430         instead of pop to restore a register when profitable; emit leave
12431         when profitable.
12432         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
12433         as a TYPE_LEA insn.
12434         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
12435         * i386.md (prologue_allocate_stack): Remove.
12436         (epilogue_deallocate_stack): Remove.
12437         (pro_epilogue_adjust_stack): New.
12438
12439 2000-02-04  Richard Henderson  <rth@cygnus.com>
12440
12441         * function.c (diddle_return_value): Rework to use a callback function.
12442         Use current_function_return_rtx if it's been set up.
12443         (do_clobber_return_reg, clobber_return_register): New.
12444         (do_use_return_reg, use_return_register): New.
12445         (expand_function_end): Use them.
12446         * stmt.c (expand_null_return): Likewise.
12447         * function.h: Declare them.
12448         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
12449         (mark_reg): Change arguments as appropriate for callback.
12450         * integrate.c (expand_inline_function): Revert 19 Jan change.
12451
12452 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12453
12454         * tm.texi (Values in Registers): Fix typo: "fo" "for".
12455         (Misc): Say the scheduler, not the Haifa scheduler.
12456
12457 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
12458
12459         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
12460         when in_mem is set.  Update all callers.
12461
12462 2000-02-04  Richard Henderson  <rth@cygnus.com>
12463
12464         * i386/openbsd.h (INT_ASM_OP): Define.
12465
12466 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12467
12468         * tm.texi: Fix various typos.
12469
12470 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
12471
12472         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
12473         (MD_STARTFILE_PREFIX_1): New macro.
12474
12475 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
12476
12477         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
12478         destination when needed.
12479         (strmovsi, strsetsi): New expander.
12480         (strmovsi_1, strsetsi_1): New pattern.
12481         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
12482         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
12483         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
12484         * invoke.texi (align-stringops, inline-all-stringops): Document.
12485
12486 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
12487
12488         * i386/netbsd.h (INT_ASM_OP): Define.
12489
12490 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
12491
12492         * cpplib.h (cpp_reader): Add new flag, no_directives.
12493         * cpphash.c (macarg): Set it.
12494         * cpplib.c (handle_directive): If no_directives is on and we
12495         find a directive, issue an error and discard the line.
12496
12497 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
12498
12499         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
12500         FP constants.  Add ! TARGET_FPU check for FP constants.
12501
12502 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
12503
12504         * flow.c (find_basic_blocks): Don't kill label_value_list
12505         here.
12506         (cleanup_cfg): Kill it here.
12507
12508 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12509
12510         * expr.c (store_field): Ensure ALIGN is no stricter than the
12511         alignment of EXP.
12512
12513 2000-02-02  Richard Henderson  <rth@cygnus.com>
12514
12515         * jump.c (delete_insn): Partially revert 19 Jan change;
12516         don't convert unused code labels to notes at -O0.
12517
12518 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12519
12520         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
12521         split_all_insns to recreate REG_LABEL notes for flow2 pass.
12522
12523 2000-02-01  Richard Henderson  <rth@cygnus.com>
12524
12525         * i386.c (general_no_elim_operand): New.
12526         (nonmemory_no_elim_operand): New.
12527         (ix86_expand_move): Copy eliminable operands before a push.
12528         * i386-protos.h: Declare new functions.
12529         * i386.h (CAN_ELIMINATE): Simplify.
12530         (PREDICATE_CODES): Update.
12531         * i386.md (push insns): Don't allow eliminable register operands.
12532
12533 2000-02-01  Richard Henderson  <rth@cygnus.com>
12534
12535         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
12536         replace BLKmode with DECL_RTL's mode.
12537
12538 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
12539
12540         * frame.c (find_fde): Convert for loop to do-while so compiler
12541         sees it's always executed at least once.
12542         * libgcc2.c (BBINBUFSIZE): Kill.
12543         (__bb_init_prg): Use fgets.
12544         (__bb_exit_trace_func): Don't paste strings.
12545         * unroll.c (unroll_loop): Initialize unroll_type, not
12546         unroll_number, and tweak logic to match.
12547
12548         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
12549         all failure paths.
12550         (ix86_flags_dependant): Likewise.  Disentangle control flow.
12551         (ix86_sched_reorder): Break guts out to
12552         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
12553         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
12554         any possible use.
12555
12556         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
12557         use string concatenation.  Don't save and restore esi.
12558
12559         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
12560         (machname.h): Remove script to separate file.  Use two-step
12561         sequence so target is not created if script fails.
12562         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
12563         identifiers are defined.
12564         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
12565         an empty string, machine_name doesn't need to do anything at
12566         all.
12567         (is_cxx_header): Add more cases to regexp.
12568         * fixinc/fixlib.h: Update prototype.
12569         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
12570         mn_get_regexps.
12571         * fixinc/fixincl.c: Define NO_BOGOSITY.
12572
12573         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
12574         (hp_sysfile): Add missing comma.
12575         (math_exception): Put the wrapper ifdefs at the beginning and
12576         the end of the file.
12577         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
12578
12579 2000-02-01  Richard Henderson  <rth@cygnus.com>
12580
12581         * sparc.c (fp_zero_operand): Turn into a normal predicate.
12582         Use CONST0_RTX.  Update all callers.
12583         * sparc.h, sparc-protos.h: Update accordingly.
12584         * sparc.md (fp mov insns): Use fp_zero_operand directly
12585         where applicable.
12586
12587 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12588
12589         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
12590         example.
12591
12592 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12593
12594         * Makefile.in (specs.ready): New target.
12595         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
12596
12597 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12598
12599         * fixinc.irix: Use unique filenames for writing into /tmp,
12600         * fixinc.ptx: Likewise.
12601         * fixinc.sco: Likewise.
12602         * fixinc.svr4: Likewise.
12603         * fixinc.winnt: Likewise.
12604
12605 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12606
12607         * tsystem.h: New file.
12608
12609         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
12610         s-crtS): Depend on tsystem.h.
12611
12612         * crtstuff.c: Include tsystem.h.
12613         * frame.c: Likewise.
12614         * libgcc2.c: Likewise.
12615
12616 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
12617
12618         * builtins.c (expand_builtin_memset): Expand for variable sized
12619         lengths too.
12620
12621 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au>
12622
12623         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
12624         on ABI.
12625
12626 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12627
12628         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
12629
12630         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
12631
12632 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
12633
12634         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
12635         case 3->2 combining (combining with splitting) in which 2 is CC0
12636         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
12637         checked at the begining of the function with the aid of calling
12638         function 'can_combine_p'.
12639
12640 2000-01-31  Dave Brolley  <brolley@redhat.com>
12641
12642         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
12643
12644 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
12645
12646         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
12647         new label.
12648
12649 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12650
12651         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
12652
12653         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
12654         PROTO -> PARAMS.
12655
12656 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
12657
12658         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
12659         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
12660         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
12661         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
12662         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
12663         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
12664         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
12665         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
12666         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
12667         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
12668
12669         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
12670         Add %(cpp_cpu) to CPP_SPEC.
12671
12672         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
12673         Add %(cc1_cpu) to CC1_SPEC.
12674
12675 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
12676
12677         * c-decl.c (c_decode_option): Accept optional numeric argument to
12678         -Wformat and set warn_format.
12679         * c-common.c: Don't emit warning about non-constant printf format
12680         string unless warn_format > 1.
12681
12682 2000-01-30  Richard Henderson  <rth@cygnus.com>
12683
12684         * alpha.md (return_internal): Allow after reload only.
12685
12686 2000-01-30  Richard Henderson  <rth@cygnus.com>
12687
12688         * i386.c (ix86_compute_frame_size): Omit padding1 if the
12689         local frame size is zero.
12690
12691 2000-01-30  Richard Henderson  <rth@cygnus.com>
12692
12693         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
12694         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
12695         * alpha.md (return): Turn into an expander.
12696         (return_internal): Don't use $26.
12697         (epilogue): Emit the return insn.
12698
12699 2000-01-30  Richard Henderson  <rth@cygnus.com>
12700
12701         * alpha.md (negtf2, abstf2): Fix word order thinko.
12702         (extendsftf2): New.
12703         (trunctfsf2): Avoid intermediate rounding errors.
12704
12705 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
12706
12707         * cppfiles.c (find_position): Drop 'colp' argument, return the
12708         new line base.
12709         (read_and_prescan): Adjust to match.  Don't ever manipulate
12710         line or line_base except via find_position.
12711
12712 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
12713
12714         * c-parse.in: Apply Ulrich's changes from c-parse.y.
12715         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
12716         Regenerate.
12717
12718 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
12719
12720         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
12721         just print "<command line>".  If 'filename' is null or an
12722         empty string, print "<stdin>" for the filename.
12723         * cpplib.c (do_define): Don't print the 'location of the
12724         previous definition' message if we're still parsing the
12725         command line.
12726         (cpp_pedwarn_with_file_and_line): Always call
12727         cpp_file_line_for_message.
12728
12729 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
12730
12731         * flow.c (mark_regs_live_at_end): Fix typo.
12732
12733 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
12734
12735         * c-common.c: Adjust variable names, comments, help strings to c99.
12736         * c-lex.c: Likewise.
12737         * c-parse.y: Likewise.
12738         * c-tree.h: Likewise.
12739         * cccp.c: Likewise.
12740         * cpplib.h: Likewise.
12741         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
12742         * cppinit.c: Likewise.
12743
12744 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12745
12746         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
12747         * c4x.c: Define the optab rtx values.
12748         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
12749         (c4x_emit_libcall): Use new optab rtx values.
12750         (c4x_emit_libcall3): Likewise.
12751         (c4x_emit_libcall_mulhi): Likewise.
12752         * c4x-protos.h: Add prototypes for optab rtx values and change
12753         prototypes for above c4x_emit_libcall functions.
12754
12755 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12756
12757         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
12758         syntax is used.
12759         (c4x_function_prologue): Use regnames intead of float_reg_names when
12760         TI syntax is used.
12761         (c4x_function_epilogue): Likewise.
12762         (c4x_print_operand): Likewise.
12763         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
12764         * c4x.md (set_high): Disable for TARGET_TI.
12765
12766 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12767
12768         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
12769         of framepointer + constant to ADDR_REGS class.
12770         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
12771         * c4x.c (std_or_reg_operand): New function.
12772         * c4x-protos.h (std_or_reg_operand): Prototype it.
12773
12774 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12775
12776         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
12777                 object names as libgcc2.c.
12778         * libgcc.S: Use newly defined names.
12779
12780 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
12781         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
12782         function.
12783         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
12784         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
12785         (FLOW_LOOP_LAST_BLOCK): Likewise.
12786
12787 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12788
12789         * basic-block.h (struct loop): New fields 'first' and 'last'.
12790         * flow.c (flow_loops_find): Compute loop->first and loop->last.
12791         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
12792         and loop->last to check for NOTE_INSN_LOOP_END.
12793
12794 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
12795
12796         * predict.c (estimate_probability): Use the new FIRST and LAST fields
12797         of the loop descriptor rather than HEADER and LATCH. Also added
12798         missing break statements as well making some coding style modifications
12799         as suggested by Michael Hayes.
12800
12801 2000-01-28  Richard Henderson  <rth@cygnus.com>
12802
12803         * flow.c (find_basic_blocks): Remove do_cleanup argument.
12804         Break out that code ...
12805         (cleanup_cfg): ... here.
12806         (commit_one_edge_insertion): Detect a return instruction being
12807         emitted to an edge.  Emit a barrier following; clear fallthru.
12808         (commit_edge_insertions): Verify CFG consistency.
12809         * function.c (expand_function_start): Kill unused variable.
12810         (expand_function_end): Likewise.
12811         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
12812         to insert the epilogue.
12813
12814         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
12815         (delete_null_pointer_checks): Likewise.
12816         * output.h: Likewise.
12817         * reg-stack.c (reg_to_stack): Likewise.
12818         * toplev.c (rest_of_compilation): Likewise.  Run
12819         thread_prologue_and_epilogue_insns after rebuilding the CFG.
12820
12821 2000-01-28  Richard Henderson  <rth@cygnus.com>
12822
12823         * Makefile.in (flow.o): Revert 24 Jan change.
12824         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
12825         FUNCTION_VALUE result to DECL_RESULT's mode.
12826
12827         * haifa-sched.c (schedule_insns): Don't recompute reg info
12828         after reload.
12829
12830 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
12831
12832         * configure.in: Make --enable-cpplib the default.
12833         * configure: Regenerate.
12834         * gcc.dg/990119-1.c: No longer expected to fail.
12835
12836 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
12837
12838         * jump.c (jump_optimize_1): Delete an optimization that is also done
12839         by merge_blocks in flow.
12840
12841 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12842
12843         * diagnostic.c (build_message_string, output_printf,
12844         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
12845         (build_location_prefix): Fix non-literal format string.
12846
12847 2000-01-27  Richard Henderson  <rth@cygnus.com>
12848
12849         * alpha.md (trunctfsf2): New.
12850
12851 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
12852
12853         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
12854
12855 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
12856
12857         * cppinit.c (cpp_handle_option): Recognize C++ comments under
12858         -std=gnu89.
12859         * cpplib.c (skip_block_comment, skip_line_comment): Split code
12860         out of...
12861         (skip_comment) ... here.  Permit C++ comments in system
12862         headers always.  Warn about C++ comments in user code under
12863         -std=gnu89 -pedantic.
12864         (copy_comment): Use skip_comment.
12865         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
12866         return EOF.
12867         (consider_directive_while_skipping, do_else, do_endif): Call
12868         validate_else unconditionally.
12869         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
12870         text after the conditional in a system header.
12871         * cpplib.h (struct cpp_buffer): Add flag
12872         warned_cplusplus_comments.
12873
12874 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
12875
12876         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
12877         Use unshare_all_rtl_1.
12878         (unshare_all_rtl_again): New function.
12879         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
12880
12881         * function.c (purge_addressof_1): Use unshare_all_rtl_again
12882         rather than resetting the 'used' flags ourself.
12883
12884         * toplev.c (rest_of_compilation): Add current_function_decl
12885         to the unshare_all_rtl call.
12886         * tree.h: Prototype unshare_all_rtl.
12887         * rtl.h: Prototype unshare_all_rtl_again here.
12888
12889 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
12890
12891         * genoutput.c (output_prologue): Include ggc.h in generated
12892         files.
12893         * Makefile.in (insn-output.o): Depends on ggc.h.
12894
12895 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
12896             Hans-Peter Nilsson  <hp@bitrange.com>
12897
12898         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
12899         Remove redundant include of xm-ns32k.h.
12900         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
12901         Remove redundant include of xm-ns32k.h.
12902         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
12903         Remove redundant include of xm-ns32k.h.
12904         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
12905
12906         * ns32k/ns32k.h: Update comment on multiply-add instructions.
12907         (TARGET_SWITCHES): Add documentation strings.
12908         (DWARF_FRAME_REGNUM): Override default definition.
12909         (REG_CLASS_CONTENTS): Add comments.
12910         (SUBSET_P): Format to reduce line length.
12911         (SMALL_REGISTER_CLASSES): Make a run time option.
12912         (GO_IF_NONINDEXED_ADDRESS): Reformat.
12913         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
12914         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
12915         (regclass_map): fix typo in comment.
12916         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
12917         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
12918         (trace, reg_or_mem_operand): Delete, unused function.
12919         (calc_address_cost): Small offsets are cheaper than large ones.
12920         (expand_block_move): Generate more efficient code when bytes is a
12921         known at compile time.
12922         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
12923         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
12924         instead of reg_or_mem_operand.
12925
12926         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
12927         not general_operand.  Similarly use "=rm" or stricter, not "=g".
12928         For input operands, use stricter constraints than "g" if not
12929         general_operand.  Similarly use stricter predicate than
12930         "general_operand" when stricter constraints than "g" are present,
12931         except for matching constraints.
12932         (movstrsi): Use "memory_operand" for operands 0 and 1.
12933         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
12934         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
12935         not reg_or_mem_operand.
12936         (udivmoddisi4): Ditto.
12937         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
12938         Use nonimmediate_operand for operand 3, not register_operand.
12939         (udivmoddiqi4_internal): Use register_operand for operand 1, not
12940         reg_or_mem_operand.
12941
12942 2000-01-27  Fred Fish  <fnf@be.com>
12943
12944         * gthr-posix.h: Fix typo; compatibily -> compatibility.
12945         * gthr-single.h: Likewise.
12946         * gthr-solaris.h: Likewise.
12947         * gthr-vxworks.h: Likewise.
12948         * gthr-win32.h: Likewise.
12949         * gthr.h: Likewise.
12950
12951 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
12952
12953         * cppinit.c: Add " (cpplib)" to end of string printed by
12954         -v / --version.
12955
12956 2000-01-27  Richard Henderson  <rth@cygnus.com>
12957
12958         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
12959         testing for a signed comparison.
12960         (alpha_emit_floatuns): New.
12961         * alpha-protos.h: Declare it.
12962         * alpha.md (floatunsdisf2, floatunsdidf2): New.
12963         (extendsfdf2): Tidy.
12964
12965 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
12966
12967         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
12968         no -g option specifying debugging format, default to -gstabs+.
12969
12970 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
12971
12972         * calls.c (special_function_p): New argument fork_or_exec.
12973         (expand_call): When profile_arc_flag is set and the function
12974         is in the fork_or_exec group, call __bb_fork_func first.
12975         * libgcc2.c, _bb module (__bb_fork_func): New function.
12976         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
12977         output file.
12978         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
12979         * tree.h (special_function_p): Update prototype.
12980
12981 2000-01-26  Richard Henderson  <rth@cygnus.com>
12982
12983         * alpha.c (alpha_split_tfmode_pair): New.
12984         * alpha-protos.h: Declare it.
12985         * alpha.md (abstf2, negtf2): New.
12986         (movtf insn): Add input G constraint.
12987         (movtf splitter): Use alpha_split_tfmode_pair.
12988
12989 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12990
12991         * i386/cygwin.h: PROTO -> PARAMS.
12992
12993 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
12994
12995         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
12996         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
12997         using _Qp_cmp/_Q_cmp and testing the return value.
12998         (print_operand): Call reverse_condition_maybe_unordered if
12999         we are handling CCFPmode or CCFPEmode.
13000         Handle ORDERED, UN* and LTGT comparisons.
13001         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
13002         if not TARGET_HARD_QUAD.
13003         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
13004         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
13005         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
13006         Adjust gen_b* calls so that they reflect return comparison of
13007         sparc_emit_float_lib_cmp.
13008
13009 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13010
13011         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
13012         incoming operands array is large enough for one more operand.
13013         (alpha_emit_xfloating_arith): Likewise.
13014
13015 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
13016
13017         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
13018         file with one line and no trailing newline.
13019         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
13020         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
13021         checking if the match is on the line.
13022         * fixinc/gnu-regex.c: Provide regerror not __regerror.
13023
13024 2000-01-25  Richard Henderson  <rth@cygnus.com>
13025
13026         * sparc.c (output_cbranch): Fix accidental squashing of the
13027         fp branch pre-delay nop.
13028
13029 2000-01-25  Richard Henderson  <rth@cygnus.com>
13030
13031         * tree.def (UNNE_EXPR): Remove.
13032         * c-typeck.c (build_binary_op): Don't handle it.
13033         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
13034
13035         * rtl.def (UNNE): Remove.
13036         (LTGT): Add.
13037         * jump.c (reverse_condition): Update accordingly.
13038         (swap_condition): Likewise.
13039         (comparison_dominates_p): Handle unordered comparisons.
13040         (reverse_condition_maybe_unordered): New.
13041         * rtl.h (reverse_condition_maybe_unordered): Declare.
13042
13043         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
13044         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
13045         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
13046         * sparc.md (bltgt): New.
13047
13048 2000-01-25  Nick Clifton  <nickc@redhat.com>
13049
13050         * emit-rtl.c (emit_insn): Only check machine class insns for
13051         improper emission of a RETURN.
13052
13053 2000-01-25  Richard Henderson  <rth@cygnus.com>
13054
13055         * Makefile.in (flow.o): Depend on $(EXPR_H).
13056         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
13057         duplicate the structure of diddle_return_value for keeping regs live.
13058
13059 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13060
13061         * loop.c (current_loop_info): Delete.
13062         (consec_sets_invariant_p): Add loop argument, update callers.
13063         (get_condition_for_loop): Likewise.
13064         (count_nonfixed_reads, update_giv_derive): Likewise.
13065         (simplify_giv_expr, general_induction_var): Likewise.
13066         (consec_sets_giv, recombine_givs): Likewise.
13067         (move_movables): Delete loop_start and loop_end arguments,
13068         add loop argument, and update callers.
13069         (find_mem_givs, check_final_value): Likewise.
13070         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
13071         (loop_invariant_p): Rename from invariant_p, add loop argument, and
13072         update callers.
13073         (basic_induction_var): Add loop argument, delete loop_level argument,
13074         and update callers.
13075         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
13076         add loop argument, and update callers.
13077         (find_splittable_regs, find_splittable_givs): Likewise.
13078         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
13079         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
13080         (biv_total_increment): Delete loop_start and loop_end arguments;
13081         update callers.
13082         (precondition_loop_p): Delete loop_start and loop_info arguments;
13083         update callers.
13084         * loop.h (get_condition_for_loop): Add loop argument.
13085         (biv_total_increment): Delete loop_start and loop_end arguments.
13086         (precondition_loop_p): Delete loop_start and loop_info arguments;
13087         add loop argument.
13088         (final_biv_value): Delete loop_start and loop_end arguments;
13089         add loop argument.
13090         (final_giv_value, back_branch_in_range_p): Likewise.
13091
13092 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
13093
13094         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
13095
13096 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
13097
13098         * Makefile.in (c-gperf.h) : Change the "See" pointer to
13099         point to the new "generated_files" doc.
13100
13101 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
13102
13103         * config/fp-bit.c (_unord_f2): Fix typo.
13104
13105 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
13106
13107         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
13108         c-typeck.c, objc/objc-act.c: Remove all references to obstack
13109         functions obsoleted by GC, such as push_obstacks_nochange,
13110         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
13111         and code which existed only to decide whether or not to call
13112         them.  Remove now-unused NESTED argument from start_function;
13113         all callers changed.  Do not change behavior based on ggc_p.
13114         The use of the ixp_obstack in c-iterate.c and the util_obstack
13115         in objc/objc-act.c remain; these are not obsoleted by garbage
13116         collection.
13117         * c-tree.h: Update prototype for start_function.
13118
13119         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
13120
13121 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
13122
13123         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
13124         mips16.
13125
13126 2000-01-25  Richard Henderson  <rth@cygnus.com>
13127
13128         * sparc-protos.h (select_cc_mode): Declare.
13129         * sparc.c (select_cc_mode): New.  Handle unordered compares.
13130         (output_cbranch): Always reverse via code change.  Handle
13131         unordered compares.  Factor tests and string updates.
13132         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
13133         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
13134         * sparc.md (bunordered, bordered): New.
13135         (bungt, bunlt, buneq, bunge, bunle): New.
13136
13137 2000-01-25  Richard Henderson  <rth@cygnus.com>
13138
13139         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
13140         * ggc-common.c (ggc_add_rtx_varray_root): New.
13141         (ggc_mark_rtx_varray): New.
13142         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
13143         functions down below ggc_mark_foo.
13144         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
13145
13146 2000-01-25  Richard Henderson  <rth@cygnus.com>
13147
13148         * alpha.c (secondary_reload_class): Don't allocate a secondary
13149         for integral mode memories into FLOAT_REGS.  Rearrange the more
13150         complicated memory expression inward.
13151
13152 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
13153
13154         * inclhack.def: Fixes to play nicer with FreeBSD, and
13155         corrections to comments.
13156         (cxx_unready): Add select expression.
13157         (irix_sockaddr): Add bypass expression.
13158         (machine_ansi_h_va_list): New fix.
13159         (stdio_va_list): No need to edit _BSD_VA_LIST_.
13160         Split out addition of "#include <stdarg.h>" to...
13161         (stdio_stdarg_h): ... here.
13162         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
13163         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
13164         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
13165         size_t.
13166         (ultrix_ifdef): Tighten up select expression.
13167
13168         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
13169         re_ct and max_mach to avoid use of shell.  Make printed names
13170         match names in inclhack.def.  Use static copyright date.
13171         Don't count c_test and test expressions as requiring regex_t
13172         slots.  Add some commentary.
13173         * inclhack.tpl: Do not include the 'This script contains N
13174         fixup scripts' line if PROGRAM is defined.  Use static
13175         copyright date.
13176
13177 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
13178
13179         * dwarf2out.c: include "varray.h", not dyn-string.h.
13180         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
13181         (addr_const_to_string, addr_to_string): Lose.
13182         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
13183         (struct dw_val_struct): val_addr is now an rtx.
13184         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
13185         (used_rtx_varray): New varray.
13186         (dwarf2out_init): Initialize it.
13187         (save_rtx): New fn.
13188         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
13189         addr_to_string.
13190         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
13191         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
13192         * Makefile.in (dwarf2out.o): Update dependencies.
13193
13194 2000-01-24  Richard Henderson  <rth@cygnus.com>
13195
13196         * i386.c (i386_dwarf_output_addr_const): New.
13197         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
13198
13199         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
13200         if defined.
13201         * dwarfout.c (output_mem_loc_descriptor): Likewise.
13202         * i386.c (i386_simplify_dwarf_addr): New.
13203         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
13204
13205 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
13206
13207         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
13208         TYPE_STUB_DECL is NULL.
13209
13210 2000-01-24  Richard Henderson  <rth@cygnus.com>
13211
13212         * builtins.c (expand_tree_builtin): Move ...
13213         * c-common.c (expand_tree_builtin): ... here.
13214
13215 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13216
13217         * loop.h (LOOP_INFO): New accessor macro.
13218         * basic-block.h (struct loop): Rename field `info' to `aux'.
13219         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
13220         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
13221         * unroll.c (loop_iterations, unroll_loop): Likewise.
13222
13223 2000-01-24  Christopher Faylor <cgf@cygnus.com>
13224
13225         * config/i386/t-cygwin: Accomodate new winsup directory layout
13226         when searching for include files.
13227
13228 2000-01-24  Richard Henderson  <rth@cygnus.com>
13229
13230         * rtl.def: Add unordered fp comparisions.
13231         * tree.def: Likewise.
13232         * tree.h: Add ISO C 9x unordered fp comparision builtins.
13233
13234         * builtins.c (expand_tree_builtin): New function.
13235         * c-typeck.c (build_function_call): Use it.
13236         (build_binary_op): Support unordered compares.
13237         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
13238
13239         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
13240         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
13241         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
13242         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
13243         * jump.c (reverse_condition): Don't abort for UNLE etc, but
13244         return UNKNOWN.
13245         (swap_condition): Handle unordered compares.
13246         (thread_jumps): Check can_reverse before reversing.
13247         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
13248         reversed for FP.
13249
13250         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
13251         setcc is present before acking for cmp_optab.  Update all callers.
13252         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
13253         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
13254         * expr.c (expand_expr): Likewise.  Support unordered compares.
13255         (do_jump, do_store_flag): Likewise.
13256         * expr.h (enum libfunc_index): Add unordered compares.
13257
13258         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
13259         (DPBIT_FUNCS): Add _unord_df.
13260         * config/fp-bit.c (_unord_f2): New.
13261         * fp-test.c (main): Try unordered compare builtins.
13262
13263         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
13264         * alpha.c (alpha_comparison_operator): Check mode properly.
13265         (alpha_swapped_comparison_operator): Likewise.
13266         (signed_comparison_operator): Likewise.
13267         (alpha_fp_comparison_operator): New.
13268         (alpha_emit_conditional_branch): Handle unordered compares.
13269         * alpha.h (PREDICATE_CODES): Update.
13270         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
13271         (bunordered, bordered): New.
13272
13273 2000-01-24  Richard Henderson  <rth@cygnus.com>
13274
13275         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
13276         * alpha.md (movtf): New expander, insn, and splitter.
13277
13278 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
13279
13280         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
13281         dead registers.
13282
13283 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
13284
13285         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
13286         (FIXED_REGISTERS, CALL_USED_REGISTERS,
13287          REG_ALLOC_ORDER): Add frame pointer
13288         (FRAME_POINTER_REGNUM): Set to 20
13289         (HARD_FRAME_POINTER_REGNUM): New macro.
13290         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
13291         to HARD_FRAME_POINTER.
13292         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
13293         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
13294         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
13295         (HI_REGISTER_NAMES): Add "frame".
13296         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
13297         (debug_reg): Handle FRAME_POINTER_REGNUM.
13298         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
13299         GENERAL_REGS and INDEX_REGS.
13300         * i386.c (SAVED_REGS_FIRST): new macro.
13301         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
13302         (ix86_decompose_address, memory_address_length): Likewise.
13303         (regclass_map): Add frame pointer.
13304         (call_insn_operand): Handle frame_pointer_rtx.
13305         (reg_no_sp_operand): Likewise.
13306         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
13307         (print_operand, legitimize_pic_address): Fix formating.
13308         (ix86_compute_frame_size): Make static, update prototype, new
13309         parameters padding1, padding2, use ix86_nsaved_regs, use
13310         stack_alignment_needed.
13311         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
13312         to HARD_FRAME_POINTER_REGNUM conversions.
13313         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
13314         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
13315         (print_reg): Abort on FRAME_POINTER_REGNUM
13316
13317 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
13318
13319         * i386.h (PREDICATE_CODES): Add aligned_operand.
13320         * i386.c (aligned_operand): New function.
13321         (ix86_aligned_p): Kill.
13322         * i386.md (movhi_1): Emit mov for aligned operands.
13323         (promoting peep2s): Use aligned_operand.
13324
13325 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
13326
13327         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
13328         expression to allow underscores in macro names.
13329         (fix_char_macro_defines): Increment scanning pointer.
13330
13331 2000-01-23  Richard Henderson  <rth@cygnus.com>
13332
13333         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
13334         * alpha/osf5.h: New file.
13335         * configure.in (alpha-*-osf5): Add it to tm_file.
13336
13337         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
13338
13339         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
13340         (alpha_emit_xfloating_cvt, function_arg): Declare.
13341         * alpha.c (alpha_emit_conditional_branch): Call
13342         alpha_emit_xfloating_compare for TFmode compares.
13343         (alpha_lookup_xfloating_lib_func): New.
13344         (alpha_compute_xfloating_mode_arg): New.
13345         (alpha_emit_xfloating_libcall): New.
13346         (alpha_emit_xfloating_arith): New.
13347         (alpha_emit_xfloating_compare): New.
13348         (alpha_emit_xfloating_cvt): New.
13349         (print_operand): Add default abort case.
13350         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
13351         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
13352         (BIGGEST_ALIGNMENT): Increase to 128 bits.
13353         (RETURN_IN_MEMORY): True for TF/TCmode.
13354         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
13355         (FUNCTION_ARG): Move to function_arg.
13356         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
13357         (ASM_OUTPUT_LONG_DOUBLE): New.
13358         (ASM_OUTPUT_DOUBLE): Always output bits.
13359         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
13360         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
13361         (extenddftf2, trunctfdf2): New.
13362
13363 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13364
13365         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
13366         * config/sparc/sol2.h: ... here.
13367
13368 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13369
13370         * basic-block.h (struct loops): New field `levels'.
13371         * flow.c (flow_loops_level_compute): Traverse all outer loops.
13372         (flow_loop_level_compute): Initialise level to 1.
13373         (flow_loops_find): Set loops->levels.
13374         (flow_loops_dump): Print loops->levels.
13375
13376 2000-01-23  Richard Henderson  <rth@cygnus.com>
13377
13378         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
13379         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
13380
13381 2000-01-23  Richard Henderson  <rth@cygnus.com>
13382
13383         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
13384         * i386.h (DBX_REGISTER_NUMBER): Use them.
13385         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
13386         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
13387         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
13388         * i386/sequent.h: Kill incorrect comment.
13389
13390 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
13391
13392         * ggc-page.c (struct page_entry): Make `context_depth' an
13393         `unsigned short'.
13394         (struct globals): Likewise.
13395
13396 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
13397
13398         * loop.c (check_dbra_loop): When checking a loop for
13399         reversability, check the source of any stores to ensure
13400         they don't depend on an initial value.
13401
13402 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13403
13404         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
13405
13406 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
13407
13408         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
13409         'pz_scan' into scope of entire function.  Only affects
13410         compiles with -DDEBUG.
13411
13412 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
13413
13414         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
13415         section naming to that prior to 2000-01-07 patch.
13416         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
13417         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
13418         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
13419         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
13420         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
13421
13422 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
13423
13424         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
13425         constant.
13426
13427 2000-01-21  Jim Wilson  <wilson@cygnus.com>
13428
13429         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
13430         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
13431
13432 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
13433
13434         * cpphash.c (change_newlines): Delete function.
13435         (struct argdata): Delete 'newlines' and 'use_count' fields.
13436         (macroexpand): Remove code referencing those fields.
13437
13438 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13439
13440         * loop.c (loops_info): New variable.
13441         (loop_optimize): Allocate loops->array and free it on exit.
13442         Allocate memory for loops_info and assign to each loop,
13443         replacing alloca.
13444         (find_and_verify_loops): Do not allocate loops->array.
13445
13446 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
13447
13448         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
13449
13450 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
13451
13452         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
13453         pseudos if expanded after first flow.
13454         (movdi_pic_label_ref): Likewise.
13455
13456 2000-01-20  Richard Henderson  <rth@cygnus.com>
13457
13458         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
13459
13460 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
13461
13462         * Makefile.in (fixinc.sh): Depend on specs.
13463         * fixinc/Makefile.in: Add rule to create machname.h.
13464         (fixlib.o): Depend on machname.h.
13465         * fixinc/fixtests.c (machine_name): New test.
13466         * fixinc/fixfixes.c (machine_name): New fix.
13467         * fixinc/fixlib.c (mn_get_regexps): New helper function for
13468         the machine_name test and fix.
13469         * fixinc/fixlib.h: Prototype it.
13470         * fixinc/inclhack.def (machine_name): Use the C test and fix.
13471         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
13472
13473         * gcc.c (do_spec_1) [case P]: Take care not to create
13474         identifiers with three leading or trailing underscores.
13475
13476         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
13477         (fixincl): Don't specify libraries twice on link line.
13478         (gnu-regex.o): Remove special rule.
13479         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
13480         defined by config.h.  Do not define _REGEX_RE_COMP.
13481         (regcomp): Allocate and initialize a fastmap.
13482         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
13483
13484 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
13485
13486         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
13487
13488 2000-01-19  Richard Henderson  <rth@cygnus.com>
13489
13490         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
13491         arguments with BB.  Update all callers.  Tidy line wrapping.
13492
13493 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
13494
13495         * emit-rtl.c (try_split): Return last_insn if we split the
13496         last_insn.
13497
13498 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
13499
13500         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
13501         (ix86_initial_elimination_offset): Declare.
13502         * i386.c (ix86_nsaved_regs): Break out from ...
13503         (ix86_can_use_return_insn_p): ... here.
13504         (ix86_emit_save_regs): Break out from ...
13505         (ix86_expand_prologue): ... here.
13506         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
13507         out from ...
13508         (ix86_expand_epilogue): ... here.
13509         (ix86_compute_frame_size): Make static, add prototype.
13510         (ix86_initial_elimination_offset): Break out from ...
13511         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
13512
13513 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13514
13515         * recog.h (OUT_FCN): Delete.
13516
13517         * vax.md: Call `get_insn_template' instead of OUT_FCN.
13518
13519 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13520
13521         * cppalloc.c: PROTO -> PARAMS.
13522         * cpperror.c: Likewise.
13523         * cppfiles.c: Likewise.
13524         * cpplib.c: Likewise.
13525         * cpplib.h: Likewise.
13526
13527         * config/arm/arm-protos.h: PROTO -> PARAMS.
13528         * config/arm/arm.c: Likewise.
13529         * config/c4x/c4x.c: Likewise.
13530         * config/fr30/fr30-protos.h: Likewise.
13531         * config/nextstep.c: Likewise.
13532         * config/pa/pa.c: Likewise.
13533         * config/pj/pj.c: Likewise.
13534         * config/rs6000/rs6000.c: Likewise.
13535         * config/v850/v850-protos.h: Likewise.
13536         * config/v850/v850.c: Likewise.
13537
13538 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13539
13540         * i370-protos.h: New file.
13541
13542         * i370.c: Include tm_p.h.  Fix compile time warnings.
13543
13544         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
13545         warnings.
13546
13547         * i370.md: Likewise.
13548
13549 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13550
13551         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
13552         (target_isinf, target_isnan, eisnan): Mark parameter with
13553         ATTRIBUTE_UNUSED.
13554         (eiisinf): Wrap in INFINITY.
13555         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
13556         (ibmtoe): Remove unused variable `rndsav'.
13557
13558 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13559
13560         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
13561         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
13562
13563 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
13564
13565         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
13566         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
13567         (fix_char_macro_defines, fix_char_macro_uses): New functions.
13568
13569         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
13570         Recognize Emacs mode markers also.
13571         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
13572         C++ comments in C++ headers.  Call is_cxx_header only if
13573         necessary.
13574
13575         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
13576         bypass for ncurses.
13577         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
13578         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
13579         ... these, which use the new C fixes.
13580         (math_exception): Escape literal '+' in bypass expression.
13581
13582         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
13583         Regenerate.
13584
13585 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
13586
13587         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
13588         inside the MEM.
13589
13590 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13591
13592         * loop.c (loop_optimize): Allocate loop_info structure for each loop
13593         prior to calling scan_loop.
13594
13595 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13596
13597         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
13598         (split_branches, calc_live_regs): Likewise.
13599
13600 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13601
13602         * sh.md (fpu_single, fp_mode): New attributes.
13603
13604 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13605
13606         * loop.c (current_loop_info): Renamed from loop_info_data
13607         and changed to a pointer.
13608         (loop_optimize): Allocate loop_info structure for each loop
13609         and initialise to zero.
13610         (scan_loop): Set current_loop_info.
13611
13612         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
13613         on iteration_var.
13614
13615 2000-01-19  Richard Henderson  <rth@cygnus.com>
13616
13617         * stupid.c: Die die die.
13618         * Makefile.in (OBJS): Remove stupid.o.
13619         (stupid.o): Likewise.
13620
13621         * except.c (emit_eh_context): Don't emit USEs for stupid.
13622         * explow.c (probe_stack_range): Likewise.
13623         * flags.h (obey_regdecls): Remove.
13624         * flow.c (find_basic_blocks): Don't run try_merge_blocks
13625         when not optimizing.
13626         (life_analysis): Limit data collection when not optimizing.
13627         (mark_regs_live_at_end): Always mark the return value registers.
13628         (mark_used_regs): Remove dummy RETURN case.
13629         (print_rtl_with_bb): Don't consult obey_regdecls.
13630         * function.c (use_variable, use_variable_after): Remove.
13631         (assign_parms): Consult optimize not obey_regdecls.
13632         (expand_function_start): Don't emit USEs for stupid.
13633         (expand_function_end): Likewise.
13634         * global.c (build_insn_chain): Export.
13635         * integrate.c (expand_inline_function): Kill return-value USE
13636         handling code.
13637         * jump.c (jump_optimize_1): Do simple jump optimizations and
13638         dead code elimination.
13639         (calculate_can_reach_end): Remove check_deleted argument.
13640         (delete_insn): Patch out insns even when not optimizing.
13641         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
13642         * rtl.h (use_variable, use_variable_after): Remove declarations.
13643         (build_insn_chain): Declare.
13644         * stmt.c (expand_value_return): Don't emit USEs for stupid.
13645         (expand_end_bindings): Likewise.
13646         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
13647         * toplev.c (obey_regdecls): Remove.
13648         (rest_of_compilation): Don't set it.  Kill stupid in favour of
13649         flow1, local-alloc, and reload.
13650         (main): Don't set obey_regdecls.
13651
13652         * config/nextstep.c (handle_pragma): Likewise.
13653
13654         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
13655
13656         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
13657
13658 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13659
13660         * alpha-protos.h: PROTO -> PARAMS.
13661         * alpha.c: Likewise.
13662         * elf.h: Likewise.
13663         * h8300.c: Likewise.
13664         * i386-protos.h: Likewise.
13665         * i386.c: Likewise.
13666         * m32r-protos.h: Likewise.
13667         * m32r.c: Likewise.
13668         * mips.c: Likewise.
13669         * mips.md: Likewise.
13670         * gmon-sol2.c: Likewise.
13671         * sparc.c: Likewise.
13672
13673 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13674
13675         * ns32k-protos.h: New file.
13676
13677         * ns32k.c: Fix compile time warnings.
13678
13679         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
13680         warnings.
13681
13682         * ns32k.md: Likewise.
13683
13684 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13685
13686         * vax-protos.h: New file.
13687
13688         * vax.c: Fix compile time warnings.
13689
13690         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
13691         warnings.
13692
13693         * vax.md: Likewise.
13694
13695         * vaxv.md: Likewise.
13696
13697 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13698
13699         * romp-protos.h: New file.
13700
13701         * romp.c: Fix compile time warnings.
13702
13703         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
13704         warnings.
13705
13706         * romp.md: Likewise.
13707
13708 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13709
13710         * we32k-protos.h: New file.
13711
13712         * we32k.c: Fix compile time warnings.
13713
13714         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
13715         warnings.
13716
13717 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13718
13719         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
13720
13721         * except.c (eh_regs): Likewise.
13722
13723         * final.c (output_operand): Likewise.
13724
13725         * fold-const.c (target_isinf, target_isnan): Likewise.
13726
13727 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
13728
13729         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
13730         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
13731
13732         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
13733         when optimize_size.
13734         (clrstrsi): Rewrite.
13735         (strsethi, strsetqi): New expanders.
13736         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
13737         (cmpstrsi): Emit compare insn before cmpstrsi_1
13738         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
13739         (strlensi_1): Likewise.
13740         (cmpstrsi_1): Likewise; do not output compare.
13741         (strlen expander): Do not unroll when optimizing for size.
13742         (*subsi3_carry): Rename to subsi3_carry
13743         (addqi3_cc): New pattern.
13744         * i386.h (processor_costs): Add move_ratio field.
13745         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
13746         * i386.c (*_cost): Set move_ratio.
13747         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
13748         (x86_expand_strlensi_1): Rewrite the main loop.
13749
13750 2000-01-17  Richard Henderson  <rth@cygnus.com>
13751
13752         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
13753         * cse.c (find_comparison_args, fold_rtx): Likewise.
13754         * integrate.c (subst_constants): Likewise.
13755         * loop.c (get_condition): Likewise.
13756
13757         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
13758
13759         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
13760
13761 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13762
13763         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
13764         (RESTORE_WARN_FLAGS): Unpack it.
13765         Change semantic type of extension to ttype.
13766         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
13767         * c-parse.y, c-parse.c, objc/objc-parse.y,
13768         objc/objc-parse.c: Regenerate.
13769
13770 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
13771
13772         * fixinc/fixlib.c: Add copyright notice.
13773         (compile_re): New function.
13774         * fixinc/fixlib.h: Prototype compile_re.
13775
13776         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
13777         Use compile_re to compile regular expressions.
13778
13779         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
13780         where the pattern matched.
13781
13782         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
13783         use 'replace'.
13784         (ultrix_ansi_compat): Likewise.
13785         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
13786         add egrep test.
13787         (interactv_add2, interactv_add3): Delete.
13788         (x11_sprintf): Don't use filename glob.
13789         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
13790         Regenerate.
13791
13792 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13793
13794         * print-rtl.c: PROTO -> PARAMS.
13795         * real.c: Likewise.
13796         * reg-stack.c: Likewise.
13797         * resource.c: Likewise.
13798         * sdbout.h: Likewise.
13799         * simplify-rtx.c: Likewise.
13800         * stor-layout.c: Likewise.
13801         * stupid.c: Likewise.
13802         * xcoffout.c: Likewise.
13803         * xcoffout.h: Likewise.
13804
13805 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13806
13807         * toplev.c: PROTO -> PARAMS.
13808         * toplev.h: Likewise.
13809         * tree.c: Likewise.
13810         * tree.h: Likewise.
13811         * unroll.c: Likewise.
13812         * varasm.c: Likewise.
13813         * varray.c: Likewise.
13814         * varray.h: Likewise.
13815
13816 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13817
13818         * reload.c: PROTO -> PARAMS.
13819         * reload.h: Likewise.
13820         * reload1.c: Likewise.
13821         * reorg.c: Likewise.
13822         * resource.h: Likewise.
13823         * rtl.c: Likewise.
13824         * rtl.h: Likewise.
13825         * rtlanal.c: Likewise.
13826         * sbitmap.h: Likewise.
13827         * sdbout.c: Likewise.
13828         * stack.h: Likewise.
13829         * stmt.c: Likewise.
13830         * system.h: Likewise.
13831
13832 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13833
13834         * machmode.h: PROTO -> PARAMS.
13835         * mbchar.h: Likewise.
13836         * mips-tdump.c: Likewise.
13837         * mips-tfile.c: Likewise.
13838         * optabs.c: Likewise.
13839         * output.h: Likewise.
13840         * prefix.c: Likewise.
13841         * profile.c: Likewise.
13842         * protoize.c: Likewise.
13843         * real.h: Likewise.
13844         * recog.c: Likewise.
13845         * recog.h: Likewise.
13846         * regclass.c: Likewise.
13847         * regmove.c: Likewise.
13848         * regs.h: Likewise.
13849
13850 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13851
13852         * ggc-common.c: PROTO -> PARAMS.
13853         * ggc-page.c: Likewise.
13854         * ggc-simple.c: Likewise.
13855         * ggc.h: Likewise.
13856         * global.c: Likewise.
13857         * graph.c: Likewise.
13858         * gthr-win32.h: Likewise.
13859         * haifa-sched.c: Likewise.
13860         * halfpic.h: Likewise.
13861         * integrate.c: Likewise.
13862         * integrate.h: Likewise.
13863         * jump.c: Likewise.
13864         * lcm.c: Likewise.
13865         * local-alloc.c: Likewise.
13866         * loop.c: Likewise.
13867         * loop.h: Likewise.
13868
13869 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13870
13871         * genattr.c: PROTO -> PARAMS.
13872         * genattrtab.c: Likewise.
13873         * gencheck.c: Likewise.
13874         * gencodes.c: Likewise.
13875         * genconfig.c: Likewise.
13876         * genemit.c: Likewise.
13877         * genextract.c: Likewise.
13878         * genflags.c: Likewise.
13879         * gengenrtl.c: Likewise.
13880         * genopinit.c: Likewise.
13881         * genoutput.c: Likewise.
13882         * genpeep.c: Likewise.
13883         * genrecog.c: Likewise.
13884
13885 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
13886
13887         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
13888
13889 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13890
13891         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
13892         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
13893         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
13894         * configure, config.in: Rebuilt.
13895
13896 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
13897
13898         * config/i386/i386.md: Add peephole to merge successive stack
13899         adjusts.
13900
13901 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
13902
13903         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
13904         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
13905         when walking backwards to find all the parameter loads when
13906         the basic block ends in a call.
13907
13908 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13909
13910         * loop.c (this_loop_info): Delete.
13911         (uid_loop): Add in place of uid_loop_num.  All uses updated.
13912         (loop_number_exit_count): Delete and replace with entry in loop
13913         structure.  All uses updated.
13914         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
13915         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
13916         (loop_outer_loop): Likewise.
13917         (loop_invalid, loop_number_exit_labels): Likewise.
13918         (loop_used_count_register): Delete and replace with entry in
13919         loop_info structure.
13920         (find_and_verify_loops): Add loops argument.
13921         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
13922         loop_end, etc. arguments with loop structure pointer.  All callers
13923         changed.
13924         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
13925         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
13926         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
13927         (insert_bct): Likewise.
13928         (basic_induction_var): New argument level.
13929         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
13930         vtop, and cont.  Add used_count_register.
13931         (uid_loop): Delete declaration.
13932         (loop_number_exit_count): Likewise.
13933         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
13934         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
13935         (loop_outer_loop, loop_used_count_register): Likewise.
13936         (loop_invalid, loop_number_exit_labels): Likewise.
13937         (unroll_loop): Replace loop_start and loop_end arguments
13938         with loop structure pointer.
13939         (loop_precondition_p, loop_iterations): Likewise.
13940         Include basic-block.h.
13941         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
13942         with loop structure pointer.
13943         (loop_precondition_p, loop_iterations): Likewise.
13944         * basic-block.h (struct loop): New entries vtop, cont,
13945         cont_dominator, start, end, top, scan_start, exit_labels,
13946         exit_count.
13947         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
13948
13949 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13950
13951         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
13952
13953 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
13954
13955         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
13956
13957 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13958
13959         * pdp11-protos.h: New file.
13960
13961         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
13962         time warnings.
13963
13964         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
13965         warnings.
13966
13967         * pdp11.md: Likewise.
13968
13969         * 2bsd.h: Likewise.
13970
13971 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13972
13973         * mn10300-protos.h: New file.
13974
13975         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
13976         time warnings.
13977
13978         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
13979         warnings.
13980
13981         * mn10300.md: Likewise.
13982
13983 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13984
13985         * mn10200-protos.h: New file.
13986
13987         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
13988         time warnings.
13989
13990         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
13991         warnings.
13992
13993         * mn10200.md: Likewise.
13994
13995 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13996
13997         * h8300-protos.h: New file.
13998
13999         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
14000         time warnings.
14001
14002         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
14003         warnings.
14004
14005         * h8300.md: Likewise.
14006
14007 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14008
14009         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
14010         (asm_emit_uninitialised): Likewise.
14011
14012 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
14013
14014         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
14015         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
14016
14017 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
14018
14019         * config/mips/mips.c (override_options): Don't turn on extra
14020         alignment for mips16.
14021
14022 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
14023
14024         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
14025         eabi, and make sure queued POSTINCREMENT rtl is emitted at
14026         the right point.
14027
14028 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
14029
14030         * builtins.c (PAD_VARARGS_DOWN): Define.
14031         (std_expand_builtin_va_arg): Use the above macro.
14032         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
14033         * tm.texi (Register Arguments): Document the above macro.
14034
14035 2000-01-14  Nick Clifton  <nickc@cygnus.com>
14036
14037         * emit-rtl.c (emit_insn): If checking is enabled, make sure
14038         that this function has not been used to emit a jump
14039         instruction.
14040
14041         * jump.c (return_jump_1): Cope with being passed a null rtx.
14042
14043 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14044
14045         * eh-common.h: PROTO -> PARAMS.
14046         * emit-rtl.c: Likewise.
14047         * errors.c: Likewise.
14048         * errors.h: Likewise.
14049         * except.c: Likewise.
14050         * except.h: Likewise.
14051         * explow.c: Likewise.
14052         * expmed.c: Likewise.
14053         * expr.c: Likewise.
14054         * expr.h: Likewise.
14055         * final.c: Likewise.
14056         * fix-header.c: Likewise.
14057         * flow.c: Likewise.
14058         * fold-const.c: Likewise.
14059         * function.c: Likewise.
14060         * function.h: Likewise.
14061         * gcc.c: Likewise.
14062         * gcov-io.h: Likewise.
14063         * gcov.c: Likewise.
14064         * gcse.c: Likewise.
14065
14066 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14067
14068         * sh-protos.h: New file.
14069
14070         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
14071         Add static prototypes.  Fix compile time warnings.
14072
14073         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
14074         * sh.md: Likewise.
14075         * elf.h: Likewise.
14076
14077 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14078
14079         * arc-protos.h: New file.
14080
14081         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
14082         time warnings.
14083
14084         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
14085         warnings.
14086
14087         * arc.md: Likewise.
14088
14089 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14090
14091         * dsp16xx-protos.h: New file.
14092
14093         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
14094         time warnings.
14095
14096         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
14097         warnings.
14098
14099         * dsp16xx.md: Likewise.
14100
14101 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14102
14103         * convex-protos.h: New file.
14104
14105         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
14106         time warnings.
14107
14108         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
14109         warnings.
14110
14111 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14112
14113         * elxsi-protos.h: New file.
14114
14115         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
14116         time warnings.
14117
14118         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
14119         warnings.
14120
14121         * elxsi.md: Likewise.
14122
14123 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
14124
14125         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
14126         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
14127         match the comment for MIPS16.
14128
14129 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
14130
14131         * flow.c (split_edge): Do not call set_block_for_insn if we
14132         do not have a basic_block_for_insn structure.
14133
14134         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
14135         and destination functions are 32bit aligned within the trampoline.
14136         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
14137         (TRAMPOLINE_ALIGNMENT): Define.
14138
14139         * cse.c (cse_insn): When changing (set (pc) (reg)) to
14140         (set (pc) (label_ref)), verify the change creates a valid insn.
14141
14142         * fr30.c (call_operand): Tighten and rework to match rules for
14143         call RTL expressions.
14144         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
14145         * fr30.md (call patterns): Improve constraints.
14146
14147 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
14148
14149         * fr30.c (fr30_expand_epilogue): Revert last change.
14150         Use emit_jump_insn for the return insn.
14151
14152 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
14153                           Stan Cox  <scox@cygnus.com>
14154
14155         * predict.c: New file. Preliminary infrastructure work for static
14156         branch prediction and basic block reordering.
14157         * basic-block.h: Add prototype for estimate_probability.
14158         * Makefile.in: Add rules for predict.o.
14159
14160 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
14161
14162         * fixincludes (va_list): Use __not_va_list__ for the dummy.
14163         * fixinc/*: Likewise.
14164
14165 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14166
14167         * cccp.c: PROTO -> PARAMS.
14168         * cexp.y: Likewise.
14169         * collect2.c: Likewise.
14170         * combine.c: Likewise.
14171         * convert.h: Likewise.
14172         * cse.c: Likewise.
14173         * dbxout.c: Likewise.
14174         * dbxout.h: Likewise.
14175         * diagnostic.c: Likewise.
14176         * doprint.c: Likewise.
14177         * dwarf2out.c: Likewise.
14178         * dwarf2out.h: Likewise.
14179         * dwarfout.c: Likewise.
14180         * dwarfout.h: Likewise.
14181         * dyn-string.h: Likewise.
14182
14183 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14184
14185         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
14186         macro conditionals guarding use.
14187
14188         * dwarf2out.c: Include "tm_p.h".
14189
14190         * function.c (locate_and_pad_parm): Mark parameter with
14191         ATTRIBUTE_UNUSED.
14192         (expand_function_end): Likewise for variable `context'.
14193
14194         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
14195
14196 2000-01-13  Nick Clifton  <nickc@cygnus.com>
14197
14198         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
14199         register to prevent compile time warnings.
14200
14201 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
14202
14203         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
14204         to avoid -Wtraditional warning.
14205
14206 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14207
14208         * 1750a-protos.h: New file.
14209
14210         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
14211         time warnings.
14212
14213         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
14214         warnings.
14215
14216         * 1750a.md: Likewise.
14217
14218 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14219
14220         * a29k-protos.h: New file.
14221
14222         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
14223         time warnings.
14224
14225         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
14226         warnings.
14227
14228 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14229
14230         * clipper-protos.h: New file.
14231
14232         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
14233         time warnings.
14234
14235         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
14236         warnings.
14237
14238 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14239
14240         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
14241
14242 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
14243
14244         * configure.in (--enable-new-gxx-abi): New option.
14245         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
14246         * Makefile.in (GXX_ABI_FLAG): New variable.
14247         * configure: Regenerate.
14248
14249 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14250
14251         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
14252         * tm.texi (FORCE_STRUCT_BLK): Document.
14253         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
14254
14255 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
14256
14257         * config/ns32k/ns32k.md: Revert Jan 9 change.
14258
14259         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
14260         to a mode-test, if the predicate is address_operand.
14261
14262 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
14263
14264         * combine.c (if_then_else_cond): Be careful about what kinds
14265         of RTL expressions are passed to operand_subword.
14266
14267         * flow.c (split_edge): If we have to insert a new jump, make
14268         sure to associate it with a basic block.
14269
14270         * flow.c (commit_one_edge_insertion): A block with one successor
14271         can end in a JUMP_INSN that is not a simplejump.
14272
14273 2000-01-12  Robert Lipe  <robertl@sco.com>
14274
14275         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
14276         (BUILD_VA_LIST_TYPE): Define.
14277         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
14278         with crtstuff.c.
14279
14280 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
14281
14282         * cccp.c (do_pragma): Add cast to (char *).
14283
14284 2000-01-12  Richard Henderson  <rth@cygnus.com>
14285             Fred Fish  <fnf@be.com>
14286             Jason Merrill  <jason@cygnus.com>
14287
14288         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
14289         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
14290         * i386/beos-elf.h, i386/beos-pe.h: New files.
14291
14292         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
14293         * cross-make (SYSTEM_HEADER_DIR): Define using
14294         CROSS_SYSTEM_HEADER_DIR.
14295
14296         * gcc.c (LIBRARY_PATH_ENV): Provide default.
14297         (process_command): Use it.
14298         (main): Likewise.  Kill trailing = from env vars.
14299         (build_search_list): Put it back.
14300         * collect2.c (main): Use LIBRARY_PATH_ENV.
14301
14302         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
14303         * toplev.c: Use NEED_DECLARATION_ENVIRON.
14304
14305         * tm.texi (Frame Layout): Document SMALL_STACK.
14306         * c-common.c (c_common_nodes_and_builtins): Check it.
14307
14308         * system.h: Undef alloca after including glibc's <stdlib.h>,
14309         if USE_C_ALLOCA is defined.
14310
14311         * gcc.c (set_input): New fn.
14312         (main): After all input files are compiled, reset the input file
14313         info to the first.
14314
14315         * aclocal.m4 (rindex, index): If already defined, don't attempt
14316         to redefine.
14317
14318         * ginclude/varargs.h: (__va_list__): Define ifndef.
14319         * ginclude/stdarg.h: Likewise.
14320
14321         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
14322         instead of unsigned char.
14323
14324         * hash.h (true, false, boolean): Undef before enum.
14325
14326         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
14327         proper type of "HOST_WIDE_INT *", rather than their natural type of
14328         "unsigned HOST_WIDE_INT *".
14329
14330 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14331
14332         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
14333
14334         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
14335
14336         * regclass.c (choose_hard_reg_mode): Likewise.
14337
14338         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
14339
14340         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
14341
14342 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14343
14344         * c-common.c: PROTO -> PARAMS.
14345         * c-common.h: Likewise.
14346         * c-decl.c: Likewise.
14347         * c-iterate.c: Likewise.
14348         * c-lang.c: Likewise.
14349         * c-lex.c: Likewise.
14350         * c-lex.h: Likewise.
14351         * c-parse.in: Likewise.
14352         * c-pragma.c: Likewise.
14353         * c-pragma.h: Likewise.
14354         * c-tree.h: Likewise.
14355         * c-typeck.c: Likewise.
14356         * objc/objc-act.c: Likewise.
14357         * objc/objc-act.h: Likewise.
14358
14359 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14360
14361         * m88k-protos.h: New file.
14362
14363         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
14364         time warnings.
14365
14366         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
14367
14368         * m88k.md: Likewise.
14369
14370         * tekXD88.h: Likewise.
14371
14372 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14373
14374         * m68k-protos.h: New file.
14375
14376         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
14377         time warnings.
14378
14379         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
14380
14381         * mot3300.h: Likewise.
14382
14383 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
14384
14385         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
14386         extract_bitlst.
14387         (extract_bitlist): Declare bitlen.
14388
14389 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
14390
14391         * cccp.c: Accept and ignore -lang-fortran.
14392
14393         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
14394         qualifiers don't match at any level of pointerness.
14395
14396 2000-01-12  Robert Lipe  <robertl@sco.com>
14397
14398         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
14399
14400 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
14401
14402         * reload1.c (reload_reg_unavailable): New static variable.
14403         (reload_reg_free_p): Test it.
14404         (reload_reg_free_for_value_p): Test it instead of
14405         reload_reg_used.
14406         (choose_reload_regs_init): Compute it.
14407
14408 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
14409
14410         * reorg.c (fill_slots_from_thread): Check modified_in_p
14411         before replacing.
14412
14413 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
14414
14415         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
14416         these nodes even if INTERNALS is not set.
14417
14418 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
14419
14420         * gcse.c (delete_null_pointer_checks_1): Cope when
14421         get_condition cannot determine the condition.
14422
14423 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
14424
14425         * toplev.h (set_message_length): Declare.
14426
14427         * diagnostic.c (obstack_chunk_alloc): Define macro.
14428         (obstack_chunk_free): Likewise.
14429         (struct output_buffer): New data structure.
14430         (vmessage): Remove.
14431         (output_maximum_width): New variable.
14432         (doing_line_wrapping, set_message_length, init_output_buffer,
14433         get_output_prefix, output_space_left, emit_output_prefix,
14434         output_newline, output_append, output_puts, dump_output,
14435         vbuild_message_string, build_message_string, build_location_prefix,
14436         voutput_notice, output_printf, line_wrapper_printf,
14437         vline_wrapper_message_with_location):  New functions. Implement
14438         automatic line wrapping.
14439         (v_message_with_decl): Make it handle automatic line wrapping.
14440         (v_error_with_file_and_line): Likewise.
14441         (v_warning_with_file_and_line): Likewise.
14442         (announce_function): Likewise.
14443         (default_print_error_function): Likewise.
14444
14445 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
14446
14447         * cpplib.h (struct cpp_options): Change lang_asm to char.
14448         Add lang_fortran.
14449         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
14450         done in cpp_handle_option now.
14451         (initialize_builtins): Take out special case code used only by
14452         __STDC_VERSION__.
14453         (cpp_handle_option): Turn off trigraphs and trigraph warnings
14454         if -traditional.  Recognize -lang-fortran and set
14455         lang_fortran, also turn off cplusplus_comments.
14456         (print_help): Document -lang-fortran.
14457         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
14458         lang_asm. Ignore all directives other than `# 123 "file"' if
14459         CPP_PREPROCESSED.
14460         (cpp_get_token): If -traditional, don't recognize directives
14461         unless the # is in column 1.
14462         (parse_string): If lang_fortran or lang_asm, silently
14463         terminate strings ('' or "") at end of line.
14464         Remove unnecessary braces.
14465
14466 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14467             Richard Henderson  <rth@cygnus.com>
14468
14469         * resource.c (mark_referenced_resources): Mark a set strict_low_part
14470         as used.
14471         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
14472         strict_low_part when possible.
14473
14474 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14475
14476         * alias.c: PROTO -> PARAMS.
14477         * basic-block.h: Likewise.
14478         * bitmap.c: Likewise.
14479         * bitmap.h: Likewise.
14480         * builtins.c: Likewise.
14481         * c-aux-info.c: Likewise.
14482         * caller-save.c: Likewise.
14483         * calls.c: Likewise.
14484
14485 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14486
14487         * Makefile.in (toplev.o): Depend on regs.h.
14488
14489         * output.h (tdesc_section): Prototype.
14490
14491         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
14492
14493         * sdbout.c: Include "tm_p.h".
14494
14495         * toplev.c: Include "regs.h".
14496
14497 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
14498
14499         * unroll.c (unroll_loop): Add EH support.
14500
14501 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14502
14503         * pa-protos.h: New file.
14504
14505         * pa.c: Include recog.h and tm_p.h.
14506         (compute_zdepwi_operands, compute_movstrsi_length,
14507         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
14508         find_addr_reg, import_milli): Add static prototypes.
14509         (pa_cpu_string, pa_arch_string): Constify a char*.
14510         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
14511         (read_only_operand): Add argument `mode'.
14512         (singlemove_string, output_move_double, output_fp_move_double,
14513         output_block_move, output_and, output_ior, output_ascii,
14514         remove_useless_addtr_insns, milli_names, output_mul_insn,
14515         output_div_insn, output_mod_insn, output_arg_descriptor,
14516         output_cbranch, output_bb, output_bvb, output_dbra, ,
14517         output_millicode_call, output_call, hppa_encode_label,
14518         output_parallel_movb, output_parallel_addb): Constify a char*.
14519         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
14520         (output_parallel_addb): Remove extra arg to `constrain_operands'
14521
14522         * pa.h:  Move all prototypes to pa-protos.h.
14523         (pa_cpu_string, pa_arch_string): Constify a char*.
14524         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
14525
14526         * pa.md: Call `function_label_operand' with mode argument.
14527         Likewise for `read_only_operand'.
14528         Fix nesting of parens in call to `symbolic_operand'.
14529
14530 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14531
14532         * i860-protos.h: New file.
14533
14534         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
14535         time warnings.
14536
14537         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
14538
14539         * i860.md: Likewise.
14540
14541 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
14542
14543         * i386.md (movstrsi expander): Rewrite.
14544         (movstrsi_1 insn): Deleted.
14545         (strmovhi, strmovqi expander): New expanders.
14546         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
14547         * i386.c (x86_single_stringop): New global variable.
14548         * i386.h (x86_single_stringop): Declare.
14549         (TARGET_SINGLE_STRINGOP): New macro.
14550
14551 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
14552
14553         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
14554         integer vararg POSTINCREMENT before the destination of the jump
14555         for the hard fp case.
14556         (function_arg_pass_by_reference): Pass a copy of CUM to
14557         FUNCTION_ARG.
14558
14559         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
14560         for CONSTANT_ADDRESS_P above while loop for subreg.
14561
14562 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
14563
14564         * flow.c (propagate_block): When a prologue/epilogue insn
14565         is marked dead, unconditionally clear libcall_is_dead and
14566         insn_is_dead, and only dump rtl if warnings aren't being
14567         suppressed.
14568
14569 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
14570
14571         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
14572         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
14573         (FIXED_REGISTERS): Set dirflag as fixed.
14574         (CALL_USED_REGISTERS): Set dirflag as used.
14575         (REG_ALLOC_ORDER): Set dirflag as last one.
14576         (DIRFLAG_REG): New macro.
14577         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
14578         (HI_REGISTER_NAMES): Add dirflag.
14579         (DEBUF_PRINT_REG): Handle dirflag.
14580         * i386.md (type attribute): New cld and str types.
14581         (length_opcode attribute): Set cld and str to 1.
14582         (memory attribute): Set str to unknown - it is not clear from the
14583         patterns.
14584         (pent_np function unit): Prefixed string operations takes 12 cycles
14585         minimally; cld takes 2 cycles.
14586         (ppro_uops attribute): Str is "many" and cld is "few".
14587         (ppro_p0 unit): Handle cld here.
14588         (k6_alux unit): Handle cld and str types.
14589         (k6_load unit): It is ocupied by str opcodes.
14590         (k6_store unit): It is ocupied by str opcodes.
14591         (athlon_decode): Str is vector decoded.
14592         (athlon_ieu): Handle str and cld.
14593         (cld pattern): New.
14594         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
14595         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
14596         cmpstrsi_nz_1 insn): Do not output cld instruction
14597
14598 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
14599
14600         * gcc.texi (G++ and GCC): Add Java and Chill.
14601         (Bug Critera): Don't list languages.
14602
14603         * gcc.texi (Incompatibilities): No longer claim most C compilers
14604         are K&R.
14605
14606         * gcc.texi (G++ and GCC): Update other front-ends list.
14607
14608 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
14609
14610         * i386.c (ix86_expand_setcc): Fix typo.
14611         (ix86_expand_movcc): Similarly.
14612
14613         * Band-aid until haifa's bitset implementation is nuked.
14614         * haifa-sched.c (extract_bitlst): New parameter for size of the
14615         bitset in bits.  All callers changed.  Avoid looking at undefined
14616         bits in the bitset.
14617         (edgeset_bitsize): New variable.
14618         (schedule_region): Initialize edgeset_bitsize.
14619
14620 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14621
14622         * Makefile.in (optabs.o): Depend on real.h
14623         (resource.o): Depend on insn-attr.h
14624
14625         * builtins.c (result_vector): Wrap prototype in macro conditions
14626         governing definition and use.
14627
14628         * c-common.c: Include tm_p.h.
14629
14630         * c-lex.c: Likewise.
14631
14632         * elfos.h: Constify a char*.
14633
14634         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
14635         (get_attr_length, shorten_branches, profile_after_prologue): Mark
14636         parameter with ATTRIBUTE_UNUSED.
14637
14638         * fold-const.c (exact_real_inverse): Wrap variable `i' in
14639         CHECK_FLOAT_VALUE.
14640
14641         * haifa-sched.c (schedule_insns): Mark parameter with
14642         ATTRIBUTE_UNUSED.
14643
14644         * optabs.c: Include real.h.
14645
14646         * real.h (ereal_atof): Add prototype arguments.
14647
14648         * resource.c: Include insn-attr.h.
14649
14650         * sdbout.c (sdbout_queue_anonymous_type,
14651         sdbout_dequeue_anonymous_types): Wrap in macro
14652         SDB_ALLOW_FORWARD_REFERENCES.
14653         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
14654         ATTRIBUTE_UNUSED.
14655
14656         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
14657
14658         * stupid.c: Include tm_p.h.
14659
14660         * tree.c (real_value_from_int_cst): Mark parameter with
14661         ATTRIBUTE_UNUSED.
14662
14663 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14664
14665         * i960-protos.h: New file.
14666
14667         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
14668         time warnings.
14669
14670         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
14671
14672 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14673
14674         * combine.c (expand_field_assignment): Do not discard SUBREGs
14675         while computing nonzero_bits.
14676
14677 2000-01-09  Nick Clifton  <nickc@cygnus.com>
14678
14679         * config/arm/arm.c: Fix compile time warnings about signed vs
14680         unsigned constants.
14681         * config/arm/arm.h: Fix compile time warnings about signed vs
14682         unsigned constants.
14683
14684 2000-01-09  Philip Blundell  <philb@gnu.org>
14685
14686         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
14687         than `ldm' with only one register.
14688         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
14689         only one register.
14690
14691         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
14692         clobbered.
14693
14694 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
14695
14696         * config/ns32k/ns32k.md (load or push effective address): Operand 1
14697         must have SImode.
14698
14699 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14700
14701         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
14702         assignment used as truth value.
14703
14704         * function.c (assign_temp): Mark parameter `dont_promote' with
14705         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
14706         PROMOTE_FOR_CALL_ONLY.
14707
14708         * genrecog.c (write_subroutine): Mark variable `operands' with
14709         ATTRIBUTE_UNUSED.
14710
14711         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
14712         ATTRIBUTE_UNUSED.
14713
14714         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
14715         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
14716
14717         * toplev.c (note_deferral_of_defined_inline_function): Likewise
14718         for `decl'.
14719
14720 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14721
14722         * config/c4x.h: Tidy up comments.
14723         * config/c4x.c: Likewise.
14724
14725 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
14726
14727         * fold-const.c (lshift_double, rshift_double): Handle
14728         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
14729
14730 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14731
14732         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
14733         in prepare_function_start().
14734
14735 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
14736
14737         * config/v850/v850.c (expand_epilogue): Interrupt functions no
14738         longer allocate extra stack for function calls.
14739
14740 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14741
14742         * config/c4x/c4x.md (*subqf3_set): Fix typo.
14743
14744 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14745
14746         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
14747
14748 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
14749
14750         * rs6000.c (processor_target_table): Add power3 as alias for 630.
14751         * aix43.h: Revert Aug 2 change.
14752         (HAS_INIT_SECTION): Define, not visible yet.
14753         (LD_INIT_SWITCH): Define, not visible yet.
14754         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
14755
14756         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
14757
14758         * collect2.c (main): Expand ld2 size further.
14759         (export_object_lst): Cast assignment to avoid warning.
14760         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
14761         (scan_prog_file, COFF): Do not collect initialization or
14762         finalization functions generated for entire shared object if
14763         init/fini support present.
14764
14765 2000-01-07  Nick Clifton  <nickc@cygnus.com>
14766
14767         * config/elfos.h: Tidy up formatting of marcos.  Make sure
14768         that .section directives are always prefixed by a tab.
14769
14770         * config/svr4.h: Add #include "elfos.h" and remove duplicate
14771         definitions.
14772
14773 2000-01-07  Matt Austern  <austern@sgi.com>
14774
14775         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
14776         expon.
14777
14778 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
14779
14780         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
14781         crtstuff.c.
14782         (crtbegin.o, s-crtS): Likewise.
14783
14784 2000-01-06  Richard Henderson  <rth@cygnus.com>
14785
14786         * alpha.md (adddi_2+1): Limit offset such that it will be
14787         loadable with a single ldah+lda pair.
14788         (adddi_2+2): Explicitly fail split if we can't make it work.
14789
14790 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
14791
14792         * protoize.c: Conditionally include unistd.h.
14793         (IS_SAME_PATH_CHAR): New macro.
14794         (IS_SAME_PATH): New macro.
14795         (CPLUS_FILE_SUFFIX): New macro.
14796         (cplus_suffix): New static variable.
14797         (is_abspath): New static function.
14798         (in_system_include_dir): Handle DOS style pathnames.
14799         (file_could_be_converted): Likewise.
14800         (file_normally_convertible): Likewise.
14801         (directory_specified_p): Likewise.
14802         (file_excluded_p): Likewise.
14803         (abspath): Likewise.
14804         (shortpath): Likewise.
14805         (referenced_file_is_newer): Likewise.
14806         (save_def_or_dec): Likewise.
14807         (do_processing): Likewise.
14808         (main): Likewise.
14809         (edit_file): Likewise. Use rename instead of link.
14810         (rename_c_file): Likewise. Don't rename syscalls file.
14811         (munge_compile_params): Define null device for DOS based systems.
14812         (process_aux_info_file): Use binary mode if appliable.
14813         (edit_file): Likewise.
14814         * invoke.texi (Running Protoize): Document C++ suffixes used.
14815
14816         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
14817         IS_DIR_SEPARATOR macros.
14818         * collect2.c: Likewise.
14819         * cppinit.c: Likewise.
14820         * dwarf2out.c: Likewise.
14821         * gcc.c: Likewise.
14822         * gcov.c: Likewise.
14823         * prefix.c: Likewise.
14824         * rtl.c: Likewise.
14825         * toplev.c: Likewise.
14826         * system.h: And move to here.
14827
14828         * prefix.c (update_path): Fix typo in variable name.
14829
14830 2000-01-06  Richard Henderson  <rth@cygnus.com>
14831
14832         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
14833         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
14834         (count_reg_sets_1, count_reg_references): Likewise.
14835         (flow_loops_level_compute): Start counting actual loop depth at 1.
14836         (flow_loops_find): Likewise.
14837         * local-alloc.c (update_equiv_regs): Likewise.
14838         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
14839
14840 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
14841
14842         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
14843         FIRST_PSEUDO_REGISTER
14844         * dwarf2out.c: Don't include frame.h
14845         * dwarfout.c: Likewise
14846         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
14847         frame.h
14848
14849 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
14850
14851         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
14852         dead registers.
14853
14854         * i386.c (movsf splitter): Fix typo in my last checkin.
14855
14856 2000-01-05  Nick Clifton  <nickc@cygnus.com>
14857
14858         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
14859         own definition of this macro.
14860         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
14861         flag_data_sections or UNIQUE_SECTION_P are true.
14862
14863         * tm.texi (UNIQUE_SECTION): Document that it can be called for
14864         unitialised data decls.
14865
14866         * config/i386/winnt.c (i386_pe_unique_section): Cope with
14867         being called for uninitialised data.
14868
14869         * config/i386/interix.c (i386_pe_unique_section): Cope with
14870         being called for uninitialised data.
14871
14872         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
14873         for uninitialised data.
14874
14875         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
14876         for uninitialised data.
14877
14878         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
14879         for uninitialised data.
14880
14881         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
14882         (UNIQUE_SECTION_P): Always generate a unique section if
14883         flag_data_sections is true.
14884         (UNIQUE_SECTION): Also generate unique sections for
14885         uninitialised data.
14886         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
14887         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
14888         named_section().
14889
14890 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14891
14892         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
14893         SI, or DI.
14894
14895 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14896
14897         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
14898         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
14899         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
14900         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
14901         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
14902
14903         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
14904
14905 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
14906
14907         * c-decl.c (finish_enum): Simplify code to determine minimum and
14908         maximum values of the enum, and calculate the type.  Remove check
14909         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
14910         the DECL_INITIAL of each enumeration constant with a copy converted
14911         to the enumeration type.  When updating variant types, don't bother
14912         updating the type itself.
14913
14914         * c-typeck.c (build_binary_op): Simplify conditional expressions
14915         when weeding out spurious signed-unsigned warnings.  Add new
14916         spurious warning category: if the unsigned quantity is an enum
14917         and its maximum value fits in signed_type(result_type).  Update
14918         commentary.
14919         (build_conditional_expr): Warn here if one alternative is signed
14920         and the other is unsigned.
14921
14922 2000-01-05  Nick Clifton  <nickc@cygnus.com>
14923
14924         * config/fr30/fr30.h: Remove extraneous comments.
14925
14926 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
14927
14928         * reload1.c (choose_reload_regs): When disabling a reload, also
14929         set reload_spill_index to -1.
14930
14931 2000-01-04  Joel Sherrill (joel@OARcorp.com>
14932
14933         * configure.in (m68*-*-rtemscoff*): New target, formal name for
14934         old m68*-*-rtems*.
14935         (m68*-*-rtemself*): New target.
14936         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
14937         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
14938         (sparc*-*-rtemself*): New target.
14939         (sparc*-*-rtems*): Now elf not a.out.
14940         * config/i386/rtems.h: Include config/rtems.h.
14941         * config/i386/rtemself.h: Include config/rtems.h.
14942         * config/i960/rtems.h: Include config/rtems.h.
14943         * config/m68k/rtems.h: Include config/rtems.h.
14944         * config/m68k/rtemself.h: Include config/rtems.h.
14945         * config/mips/rtems64.h: Include config/rtems.h.
14946         * config/pa/rtems.h: Include config/rtems.h.
14947         * config/rs6000/rtems.h: Include config/rtems.h.
14948         * config/sh/rtems.h: Include config/rtems.h.
14949         * config/sh/rtemself.h: Include config/rtems.h.
14950         * config/sparc/rtems.h: Include config/rtems.h.
14951         * config/sparc/rtemself.h: Include config/rtems.h
14952
14953 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
14954
14955         * final.c (shorten_branches): Correctly compute length of
14956         asms without operands.
14957
14958 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
14959
14960         * configure.in: Add pj target.
14961         * configure: Regenerate.
14962         * config/pj: New directory.
14963         * config/pj/lib1funcs.S: New file.
14964         * config/pj/linux.h: New file.
14965         * config/pj/pj.c: New file.
14966         * config/pj/pj.md: New file.
14967         * config/pj/pjl.h: New file.
14968         * config/pj/t-pj: New file.
14969         * config/pj/xm-pj.h: New file
14970
14971 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
14972
14973         * toplev.c (rest_of_compilation): Run shorten-branches before
14974         reg-stack for now.
14975
14976 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14977
14978         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
14979         macros so that they're consistent with their names.
14980         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
14981         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
14982
14983 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14984
14985         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
14986         modified inadvertently.
14987
14988 2000-01-04  Joel Sherrill <joel@OARcorp.com>
14989
14990         * configure.in (v850*-*-rtems*): New target.
14991         * configure: Regenerate.
14992         * config/v850/rtems.h: New file.
14993
14994 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
14995
14996         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
14997         (__gthread_key_create): Likewise.
14998         (__gthread_key_dtor):  Likewise.
14999         (__gthread_once): Fix logic.
15000         (__gthread_key_delete): Cast away constness.
15001
15002         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
15003         * invoke.texi: Document.
15004         * i386/mingw32.h (CPP_SPEC): Use.
15005         (LIBGCC_SPEC): Likewise.
15006         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
15007
15008 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
15009
15010         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
15011         (HANDLE_PRAGMA_PACK): Undefine.
15012         (SLOW_UNALIGNED_ACCESS): Define.
15013
15014 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
15015
15016         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
15017         to default definition.
15018         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
15019         (store_fixed_bit_field): Call macro with word_mode and alignment.
15020         (extract_bit_field): Call macro with relevant mode and alignment.
15021         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
15022         to default definition.
15023         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
15024         and alignment.
15025         (move_by_pieces_ninsns): Likewise.
15026         (clear_by_pieces): Likewise.
15027         (emit_push_insn): Likewise.
15028         (store_field): Call macro with relevant mode and alignment.
15029         (expand_expr): Likewise.
15030         (expand_expr_unaligned): Likewise.
15031
15032         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
15033         (SLOW_UNALIGNED_ACCESS): Define.
15034         (CASE_VECTOR_MODE): Always use 32-bit offsets.
15035         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
15036         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
15037         (toc_section): Likewise and .toc pseudo-op.
15038         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
15039         64-bit mode.
15040         (TEXT_SECTION_ASM_OP): Likewise.
15041         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
15042         32-bit offsets.
15043
15044         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
15045         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
15046         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
15047         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
15048         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
15049
15050 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
15051
15052         * regclass.c: Revert my Jan 4 change to loop cost computation.
15053
15054 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
15055
15056         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
15057         compilation.
15058
15059 2000-01-04  Stan Cox  <scox@cygnus.com>
15060
15061         * haifa-sched.c (build_control_flow): Change unreachable simple
15062         loop test to check if current block has only one predecessor.
15063         (find_rgns): Initialize degree.  Use dest as degree index, not src.
15064
15065 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15066
15067         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
15068
15069         * calls.c (expand_call): Likewise for
15070         `old_stack_arg_under_construction'.
15071
15072         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
15073
15074         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
15075         `save_constant'.
15076
15077         * gcc.c (execute): Likewise for `ut' and `st'.
15078
15079         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
15080
15081         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
15082
15083         * jump.c (jump_optimize_1): Likewise for `temp2'.
15084
15085         * local-alloc.c (block_alloc): Likewise for `r1'.
15086
15087         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
15088
15089         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
15090         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
15091
15092         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
15093         and `set2'.
15094
15095         * reload.c (find_reloads): Likewise for `goal_alternative_number'
15096         and `goal_earlyclobber'.
15097
15098         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
15099
15100         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
15101
15102         * stupid.c (stupid_life_analysis): Likewise for `chain'.
15103
15104         * unroll.c (copy_loop_body): Likewise for `copy'.
15105
15106         * varasm.c (output_constructor): Likewise for `byte'.
15107
15108 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
15109
15110         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
15111         all FP constants for constant->reg moves.
15112         (ix86_split_to_parts): Try to convert memory address into immediate
15113         when available in the constant pool.
15114         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
15115         moves.
15116         (LEGITIMATE_CONSTANT_P): Return 1.
15117         * i386.md (pushsf): New splitter to convert constant pool memory
15118         reference to immediate.
15119         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
15120         reload.
15121
15122 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
15123
15124         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
15125         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
15126         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
15127         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
15128         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
15129
15130 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
15131
15132         * ginclude/stdbool.h:  Support compilation as C++.
15133
15134 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
15135
15136         * fold-const.c (make_range): Don't try to reverse an unbounded range.
15137
15138 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
15139
15140         * regclass.c (regclass): Properly compute loop_cost.  Adjust
15141         comments.
15142
15143         * regclass.c: Fix minor whitespace problems.
15144
15145 2000-01-03  Anthony Green  <green@cygnus.com>
15146
15147         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
15148         Restore the pic register if required.
15149
15150 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
15151
15152         * c-common.c (format_char_info): Update comment.
15153         (check_format_info): Recognize 'z' modifier in the same way 'Z'
15154         was recognized.  Emit warning for formats new in ISO C99 only
15155         if flag_isoc9x is not set.
15156
15157 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
15158
15159         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
15160
15161 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
15162
15163         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
15164         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
15165         (make_compound_operation): Choose cheaper alternative between
15166         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
15167
15168         * regclass.c (op_costs): Remove global variable.
15169         (record_reg_classes): New parameter "op_costs" and "reg_pref".
15170         (record_operand_costs): Break out from ...
15171         (scan_one_insn): ... here.
15172         (dump_regclass): Make dumps nicer.
15173         (regclass): Dump preferrences choosed and changes done during passes.
15174
15175 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
15176
15177         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
15178
15179 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
15180
15181         * config/sparc/sparc.c (gen_df_reg): New function.
15182         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
15183         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
15184         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
15185         movtf_cc_reg_sp64+1): Use it.
15186
15187 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
15188
15189         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
15190         copied LABEL_DECLs.
15191
15192 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15193
15194         * config/i386/i386.c (ix86_expand_unary_operator): Function
15195         definition made void.
15196         (ix86_expand_binary_operator): Update outdated preceding comment.
15197         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
15198         prototype.
15199
15200         * config/i386/i386.c (override_options): Fix option-name typo.
15201
15202 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
15203
15204         * system.h (CEIL): Define.
15205         * builtins.c (CEIL): Remove.
15206         * expmed.c (CEIL): Likewise.
15207         * expr.c (CEIL): Likewise.
15208         * stor-layout.c (CEIL): Likewise.
15209
15210 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15211
15212         * expr.c (store_constructor_field): Fix typo introduced with last
15213         gcc2 merge.
15214
15215 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
15216
15217         * tree.h (BINFO_N_BASETYPES): New macro.
15218
15219 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
15220
15221         * expmed.c (emit_store_flag): Prevent losing a pending stack
15222         adjust the same way we prevent losing queued increments.
15223
15224 See ChangeLog.2 for earlier changes.