OSDN Git Service

* combine.c (get_pos_from_mask): Test exact_log2 result as signed.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2000-05-30  Richard Henderson  <rth@cygnus.com>
2
3         * combine.c (get_pos_from_mask): Test exact_log2 result as signed.
4
5 2000-05-30  Richard Henderson  <rth@cygnus.com>
6
7         * bb-reorder.c (emit_jump_to_block_after): Protect use of HAVE_return.
8
9 2000-05-30  Bruce Korb  <bkorb@gnu.org>
10
11         * fixinc/tests/*:  Added expected result files for fixinc's make check
12         * fixinc/fixfixes(char_macro_*_fix): Restore original algorithm
13
14 2000-05-30  Richard Henderson  <rth@cygnus.com>
15
16         * config/alpha/alpha.md (*setne_internal): Use match_operator
17         instead of working down from insn.
18
19 2000-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20
21         * invoke.texi (-Wtraditional): Update WRT function macros.
22
23 Tue May 30 09:57:32 2000  Philippe De Muyter  <phdm@macqel.be>
24
25         * except.c (free_exception_table): Do not free NULL.
26
27 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
28
29         * cpplib.c (do_if): Don't save and restore only_seen_white here.
30         * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white
31         and skipping here.
32
33 2000-05-29  Richard Earnshaw (rearnsha@arm.com)
34
35         * flow.c (mark_used_reg): If a register is unconditionally live, 
36         remove any conditional death information.
37
38 2000-05-29  Richard Henderson  <rth@cygnus.com>
39
40         * final.c (current_output_insn): New.
41         (final_scan_insn): Set it.
42         * output.h: Declare it.
43
44 2000-05-29  Richard Henderson  <rth@cygnus.com>
45
46         * stor-layout.c (finalize_record_size): Fix typo.
47
48         * jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END
49         if nlabel is null.
50
51 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
52
53         * cpplib.h (cpp_reader): Remove if_stack.  Change
54         potential_control_macro to a cpp_hashnode *.  Add skipping flag.
55         * cpphash.h (struct ihash): Change control_macro to a
56         cpp_hashnode * and shorten name to cmacro.
57         Add NEVER_REINCLUDE constant.
58
59         * cppfiles.c (redundant_include_p): Drop cpp_reader argument.
60         Examine the cmacro node directly, no need to call cpp_defined.
61         (_cpp_execute_include, read_include_file): Set cmacro to
62         NEVER_REINCLUDE, not U"".
63         * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
64         (cpp_get_token): If pfile->skipping is true, discard text and
65         keep scanning until we hit a directive; don't expand macros.
66
67         * cpplib.c (struct if_stack): Remove if_succeeded, add
68         was_skipping. Change control_macro to a cpp_hashnode * and
69         shorten name to cmacro.  Remove typedef IF_STACK.
70         (parse_ifdef), detect_if_not_defined): Return a cpp_hashnode *.
71         (conditional_skip, skip_if_group,
72         consider_directive_while_skipping): Delete.
73         (push_conditional): New.
74         (_cpp_handle_directive): Don't process directives other than
75         conditionals if we are skipping.
76
77         (do_ifdef, do_ifndef, do_if, do_else, do_elif, do_endif):
78         Update to new scheme.
79         (validate_else): Skip rest of line here, unconditionally.
80         (_cpp_unwind_if_stack): The stack is per-buffer.  Force
81         pfile->skipping off.
82
83         (all): Remove `scare quotes' from error messages.
84
85 2000-05-29  Richard Henderson  <rth@cygnus.com>
86
87         * function.c (emit_return_into_block): New line_note arg; emit it.
88         (thread_prologue_and_epilogue_insns): Attempt to locate a line note
89         for the close brace to accompany HAVE_return.  Move all line notes
90         following the epilogue to before the NOTE_INSN_EPILOGUE_BEG.
91
92 2000-05-29  Richard Henderson  <rth@cygnus.com>
93
94         * longlong.h [__alpha] (count_leading_zeros): New.
95         (count_trailing_zeros): New.
96         (COUNT_LEADING_ZEROS_0): New.
97
98         * config/alpha/alpha.c (alpha_zero_comparison_operator): New.
99         (alpha_split_conditional_move): New.
100         * config/alpha/alpha-protos.h: Prototype them.
101         * config/alpha/alpha.h (PREDICATE_CODES): Update.
102         (CPP_CPU_DEFAULT_SPEC): Fix typo for EV67.
103         * config/alpha/alpha.md: Update ffs cix commentary.
104         (*ze_and_ne): New.
105         (*nabssf2, *nabsdf2): New.
106         (*mov[qhsd]icc_internal): Use add_operand.
107         (if_then_else constant splitters): New.
108         (*cmp_sadd_di, *cmp_sadd_si, *cmp_sadd_sidi): New.
109         (*cmp_ssub_di, *cmp_ssub_si, *cmp_ssub_sidi): New.
110
111 2000-05-29  Richard Henderson  <rth@cygnus.com>
112
113         * combine.c (force_to_mode) [MINUS]: Convert subtraction from
114         a constant to NEG or NOT when conditions allow.
115
116         * combine.c (combine_simplify_rtx): Don't create an if_then_else
117         unless both args are general_operand.  Don't canonicalize plus
118         to ior unless it helps.
119
120         * toplev.c (rest_of_compilation): Set no_new_pseudos after flow1;
121         instead track register_life_up_to_date.  Toggle no_new_pseudos
122         around if_convert.  
123
124 2000-05-28  Geoff Keating  <geoffk@cygnus.com>
125
126         * config/rs6000/rs6000.c (output_cbranch): Escape '%' characters
127         so output_operand doesn't see them.
128
129 Sun May 28 18:37:07 2000  Clinton Popetz  <cpopetz@cygnus.com>
130
131         * lcm.c (make_preds_opaque): Fix comment.
132         (optimize_mode_switching): Use NORMAL_MODE instead of 
133         MODE_USES_IN_EXIT_BLOCK.  Change leftover instance of
134         FP_MODE_NONE to no_mode.  Rename MODE_AT_ENTRY to NORMAL_MODE.
135         Handle insertions before an existing NOTE_INSN_BASIC_BLOCK.
136         * tm.texi (OPTIMIZE_MODE_SWITCHING): Refer to NORMAL_MODE.
137         (MODE_USES_IN_EXIT_BLOCK): Delete.
138         (MODE_AT_ENTRY) Rename to NORMAL_MODE.
139         * sh.h (MODE_USES_IN_EXIT_BLOCK): Delete.
140         (MODE_AT_ENTRY): Rename to NORMAL_MODE.
141         (MODE_NEEDED): Don't look for USE.
142         (EPILOGUE_USES): Define.
143
144 Sun May 28 23:26:59 2000  Philippe De Muyter <phdm@macqel.be>
145
146         * mklibgcc.in (all): Variable initialised to `libgcc'.
147
148 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
149
150         * toplev.h (skip_leading_substring): New macro.
151         * toplev.c (decode_f_option): Use skip_leading_substring instead
152         of strncmp.
153         (decode_W_option): Likewise.
154
155 2000-05-28  Nick Clifton  <nickc@cygnus.com>
156
157         * tm.texi (CONDITIONAL_REGISTER_USAGE): Document that it can
158         modify reg_names.
159
160 2000-05-28  Richard Henderson  <rth@cygnus.com>
161
162         * regclass.c (record_operand_costs): Protect reg_changes_size
163         with CLASS_CANNOT_CHANGE_SIZE.
164
165         * loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
166
167 2000-05-28  Richard Henderson  <rth@cygnus.com>
168
169         * function.c (diddle_return_value): A pcc-style struct return
170         returns a pointer.
171
172 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
173
174         * cppfiles.c: Read files in, using mmap if possible, then
175         prescan them separately.
176         (read_file, read_with_read): New functions.
177         * cpplex.c: Don't define UCHAR_MAX.
178         (_cpp_read_and_prescan): Rename to _cpp_prescan.  Don't read
179         the file here.
180
181         * cppinit.c (handle_option): Automatically define __cplusplus,
182         __OBJC__, __ASEEMBLER__, _LANGUAGE_FORTRAN here when we see
183         the respective -lang switch.
184
185         * cpphash.h (enum node_type, struct hashnode, _cpp_lookup
186         prototype): Move to...
187         * cpplib.h: ... here.  Rename struct hashnode to struct
188         cpp_hashnode and give it a typedef.  Rename _cpp_lookup to
189         cpp_lookup.  Add 'fe_value' slot, a union tree_node *.
190
191 2000-05-27  Geoffrey Keating  <geoffk@cygnus.com>
192
193         * config/rs6000/rs6000.md (movsi): Constify 'name'.
194
195         * regclass.c [CLASS_CANNOT_CHANGE_SIZE]
196         (class_can_change_size): New variable.
197         (reg_changes_size): New variable.
198         (init_reg_sets_1): Initialise class_can_change_size.
199         (record_operand_costs): Remove subreg_changes_size.
200         Don't pass it around.  Instead update reg_changes_size.
201         (regclass): Initialise and free reg_changes_size.  If a register
202         changes size, don't preference it to a class that contains
203         registers that can't change size.
204         (record_reg_classes): Don't look at subreg_changes_size.
205
206 2000-05-27  Richard Henderson  <rth@cygnus.com>
207
208         * print-rtl.c (reg_names): Remove const.
209         * regclass.c (reg_names): Likewise.
210         * regs.h (reg_names): Likewise.
211         * hard-reg-set.h (reg_names): Likewise.
212
213 2000-05-27  Richard Henderson  <rth@cygnus.com>
214
215         * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
216
217 2000-05-27  Richard Henderson  <rth@cygnus.com>
218
219         * config/alpha/alpha.c (alpha_does_function_need_gp): Test
220         TARGET_PROFILING_NEEDS_GP in the if, instead of with an ifdef.
221         (alpha_expand_prologue): Emit prologue_mcount if needed.
222         * config/alpha/alpha.h (TARGET_PROFILING_NEEDS_GP): Default to 0.
223         * config/alpha/alpha.md (prologue_mcount): New.
224         * config/alpha/linux.h (FUNCTION_PROFILER): Remove.
225         (TARGET_PROFILING_NEEDS_GP): Undef before redefining.
226         * config/alpha/netbsd.h: Likewise.
227
228 2000-05-27  Richard Henderson  <rth@cygnus.com>
229
230         * config/alpha/elf.h (SELECT_SECTION): Mirror Kenner's May 19
231         change to config/elfos.h.
232
233 2000-05-27  Richard Henderson  <rth@cygnus.com>
234
235         * Makefile.in (resource.o): Depend on except.h.
236         * except.h (output_exception_table_data): Prototype.
237         * genconfig.c (gen_peephole2): Prototype.
238         * genemit.c (main): Include ggc.h.
239         * genoutput.c: Revert parts of last change: include errors.h
240         (main): Set progname.
241         * recog.c: Include hard-reg-set.h before recog.h.
242         * resource.c: Include except.h.
243
244         * config/alpha/alpha-protos.h (alpha_arg_info_reg_val): Protect
245         with RTX_CODE.
246         (alpha_write_linkage): Protect with BUFSIZ.
247         (alpha_need_linkage): Update prototype.
248         * config/alpha/alpha.c (function_arg): Move VMS code here.
249         (alpha_links_base): Remove.
250         (alpha_links): New.
251         (mark_alpha_links_node, mark_alpha_links): New.
252         (alpha_write_one_linkage): New.
253         (alpha_need_linkage): Use a splay tree.  Build the linkage symbol.
254         (alpha_write_linkage): Use splay_tree_foreach.
255         * config/alpha/alpha.md (call_vms): Use alpha_need_linkage
256         to get the linkage symbol.
257         (call_value_vms): Likewise.
258         * config/alpha/elf.h (output_file_directive): Remove decl.
259         (ctors_section, dtors_section): Prototype.
260         (sbss_section, sdata_section): Prototype.
261         * config/alpha/vms.h (FUNCTION_ARG): Remove.
262         (readonly_section, link_section, literals_section): Prototype.
263         (ctors_section, dtors_section): Prototype.
264         (vms_valid_decl_attribute_p): Remove decl.
265         (alpha_arg_type, alpha_arg_info_reg_val): Likewise.
266
267 2000-05-27  Geoff Keating  <geoffk@cygnus.com>
268
269         * reload.c (get_secondary_mem): Don't widen floating-point modes.
270
271         * combine.c (subst): Honour CLASS_CANNOT_CHANGE_SIZE when
272         substituting the REG in a (subreg:X (reg:Y ...)).
273
274 2000-05-28  Neil Booth  <NeilB@earthling.net>
275
276         * cpplex.c (_cpp_lex_line): Merge vertical space.  Flag
277         first token of a line BOL.  Update EOF code for this.
278         Remove illegal directive check - it appears in the (not
279         yet committed) caller.
280         * cpplib.h (BOL): New flag.
281
282 2000-05-28  Neil Booth  <NeilB@earthling.net>
283
284         * cpplex.c (_cpp_init_toklist): No comment space to initialise.
285         (_cpp_free_toklist): No comment space to free.
286         (expand_comment_space): Remove.
287         (save_comment_space): Place the comment in the current token and
288         not in a separate comment space.
289         (_cpp_lex_line): Save comments during plain code and #define
290         directives only.
291         * cpplib.h (struct _cpp_toklist): Remove comment space.
292
293 2000-05-28  Neil Booth  <NeilB@earthling.net>
294
295         * cppexp.c (parse_assertion): Supply extra argument to
296         _cpp_init_toklist.
297         * cpplib.c (do_assert, do_unassert): Similarly.
298         * cpphash.h (_cpp_init_toklist) Update.
299         (_cpp_expand_token_space): New.
300         (DUMMY_TOKEN, NO_DUMMY_TOKEN): New.
301         * cpplex.c (_cpp_init_toklist): New argument.
302         (parse_string2): New argument multiline_ok.
303         (spell_token): Take a const cpp_token *.
304         (INIT_NAME): Replace with INIT_TOKEN_NAME.  Update tokens_used.
305         (SPELL_ macros): Replace with enum.
306         (expand_token_space): Replace with _cpp_expand_token_space.
307         Take COUNT argument.
308         (IS_DIRECTIVE): Update.
309         (_cpp_lex_line): Update token structure before parsing number.
310         Don't assume start at beginning of token list.
311         (save_comment): Use INIT_TOKEN_NAME.
312
313 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
314
315         * configure.in (stage1_warn_cflags): Add -Wstrict-prototypes
316         -Wmissing-prototypes.
317         * configure: Regenerate.
318         * gcc.texi: Remove explanation of MD_CALL_PROTOTYPES.
319
320         * builtins.c, calls.c: Change all instances of gen_call_* or
321         gen_sibcall_* to GEN_CALL_* and GEN_SIBCALL_*.
322         * calls.c (struct_value_size_rtx): Separate definition from
323         initialization to avoid unused variable warning.
324
325         * genflags.c (gen_macro): New function.
326         (gen_proto): Call it for gen_call_* and gen_sibcall_*.
327         (gen_nonproto): Delete.
328         (gen_insn): Put all insns on the same obstack.
329         (main): Generate prototypes for everything unconditionally.
330
331         * configure.in: Add AC_CHECK_TYPE(ssize_t).  Remove commented 
332         out check for wchar_t.
333         * acconfig.h: Add template for ssize_t.  Remove @TOP@.
334         * system.h: Add infrastructure for defining missing   
335         TYPE_MAX/TYPE_MIN macros.  Use it to provide fallback  
336         definitions of UCHAR_MAX and SSIZE_MAX.
337         * configure: Regenerate.
338         * config.in: Regenerate.
339
340         * Makefile.in (libgcc2.ready): Rename to libgcc.ready.
341         Depend on $(LANGUAGES) as well as $(GCC_PATCHES) and fixed
342         headers.
343         (clean): No need to delete libgcc1.a, libgcc1-asm.a,
344         libgcc2.a, or libgcc1.null.
345
346 2000-05-27  Richard Henderson  <rth@cygnus.com>
347
348         * Makefile.in (recog.o): Don't depend on resource.h.
349         * recog.c: Don't include resource.h.
350         (recog_last_allowed_insn): Remove.
351         (recog_next_insn): Remove.
352         (struct peep2_insn_data): New.
353         (peep2_insn_data, peep2_current): New.
354         (peep2_next_insn): New.
355         (peep2_regno_dead_p, peep2_reg_dead_p): New.
356         (peep2_find_free_register): New.
357         (peephole2_optimize): Track life information by insn as we go.
358         * recog.h: Update declarations.
359         * resource.c (find_free_register, reg_dead_p): Remove.
360         * resource.h: Remove their declarations.
361         * toplev.c: Include hard-reg-set.h before recog.h.
362
363         * genconfig.c (max_insns_per_peep2): New.
364         (gen_peephole2): New.
365         (main): Call it.
366         * genemit.c (output_peephole2_scratches): Generate calls to
367         peep2_find_free_register; adjust surrounding code.
368         (main): Have insn-emit.c include hard-reg-set.h before recog.h.
369         * genrecog.c (change_state): Don't track last_insn.
370         (write_action): Write into *_pmatch_len before accepting.
371         (write_tree): Adjust peephole2_insns and subroutines to match.
372
373         * config/i386/i386.md (all peepholes): Use peep2_regno_dead_p.
374
375         * config/alpha/alpha.c (hard_fp_register_operand): Mind the mode.
376         (hard_int_register_operand): New.
377         * config/alpha/alpha-protos.h: Declare it.
378         * config/alpha/alpha.h (PREDICATE_CODES): Update.
379         * config/alpha/alpha.md (peep2 patterns): Use hard_int_register_operand
380         as needed; use peep2_reg_dead_p instead of dead_or_set_p.
381
382 2000-05-27  Richard Henderson  <rth@cygnus.com>
383
384         * function.c (thread_prologue_epilogue_insns): Don't move the
385         line note at the head of the chain.  Only force a lineno note
386         before the end of block 0.
387
388 2000-05-27  Richard Henderson  <rth@cygnus.com>
389
390         * gensupport.c (collect_insn_data): Record the maximum number
391         of alternatives, not the last seen.
392
393         * genoutput.c: Don't include errors.h.
394         (struct data): Add lineno member.
395         (have_error): New.
396         (scan_operands): Use message_with_line instead of error.
397         (validate_insn_alternatives): Likewise.
398         (gen_insn): Accept and store the pattern's line number.
399         (gen_peephole, gen_expand, gen_split): Likewise.
400         (main): Don't set progname.  Pass line_no to gen_foo.
401
402 2000-05-27  Richard Henderson  <rth@cygnus.com>
403
404         * config/d30v/d30v.c (d30v_print_operand): Handle ':'.
405         * config/d30v/d30v.h (PRINT_OPERAND_PUNCT_VALID_P): Accept ':'.
406         * config/d30v/d30v.md (attr predicable): New.
407         (all insn patterns): Mark non-predicable patterns; use %: on the rest.
408         (andsi3*): Unify into one pattern.
409         (iorsi3*, xorsi3*): Likewise.
410         (peephole2 patterns): Use peep2_reg_dead_p; verify not a
411         conditional return.
412         (old cond_exec patterns): Remove.
413         (define_cond_exec): New.
414
415 Sat May 27 11:01:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
416
417         * tree.h (TREE_CODE_LENGTH): New macro.
418         * c-common.c (c_find_base_decl): Use it.
419         * expr.c (safe_from_p): Likewise.
420         * print-tree.c (print_node): Likewise.
421         * tree.c (make_node, copy_node, get_identifier): Likewie.
422         (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
423         (build, build_nt, build_parse_node, simple_cst_equal): Likewise.
424         * fold-const.c (make_range): Likewise.
425         (fold): Likewise; also use first_rtl_op.
426         * c-iterate.c (collect_iterators): Use first_rtl_op.
427         * calls.c (calls_function_1): Likewise; also rename TYPE to CLASS.
428         Use IS_EXPR_CODE_CLASS.
429         (preexpand_calls): Likewise.
430         * ggc-common.c (ggc_mark_trees): Rework to use first_rtl_op
431         and TREE_CODE_LENGTH.
432         * stmt.c (warn_if_unused_value): If no operands, no unused value.
433
434 2000-05-26  Geoffrey Keating  <geoffk@cygnus.com>
435
436         * config/rs6000/rs6000.md (movsi_internal1): Use '%a1' rather
437         than '%1(%*)'.
438         (movdi_internal64): Likewise.
439
440         * config/rs6000/rs6000.md: Correct order of operands for DImode
441         boolean patterns.
442
443         * config/rs6000/rs6000.c (boolean_or_operator): New function.
444         * config/rs6000/rs6000-protos.h (boolean_or_operator): Prototype it.
445         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_or_operator.
446         * config/rs6000/rs6000.md: Use boolean_or_operator instead of
447         boolean_operator for the boolean patterns without NOTs.
448
449         * config/rs6000/rs6000.c (reg_or_logical_cint_operand): Rename
450         from reg_or_u_cint_operand.  Change comment and behaviour.
451         (logical_operand): Clean up, add assertion.
452         (non_logical_cint_operand): Also check for
453         reg_or_logical_cint_operand.
454         * config/rs6000/rs6000.h (PREDICATE_CODES): Update.
455         * config/rs6000/rs6000.md (iorsi3): Use reg_or_logical_cint_operand
456         in the expander.
457         (xorsi3): Likewise.
458         (iordi3): Likewise.
459         (xordi3): Likewise.
460
461 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
462
463         * tree.h (struct record_layout_info): Rename to (struct
464         record_layout_info_s).
465         * stor-layout.c (start_record_layout): Replace
466         `record_layout_info' with `record_layout_info_s'.
467
468 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
469
470         * flow.c (find_label_refs): New function.
471         (find_basic_blocks_1): Call it for each alternative of a call 
472         placeholder.
473
474 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
475
476         * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
477         of get_pc.
478
479 2000-05-25  Richard Henderson  <rth@cygnus.com>
480
481         * config/alpha/alpha.c (alpha_comparison_operator): Don't be
482         so strict about DImode.
483         (alpha_swapped_comparison_operator): Likewise.
484         * config/alpha/alpha.md (*setne_internal): Name it.  Allow
485         any integer output mode.
486         (*setcc_internal): Likewise.
487         (*setcc_swapped_internal): Likewise.
488         (*movdicc_internal, *movdicc_lbc, *movdicc_lbs): Name them.
489         (*mov[qhs]icc_internal): New.
490         (*mov[qhs]icc_lbc, *mov[qhs]icc_lbs): New.
491
492 2000-05-25  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
493
494         * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
495
496 2000-05-25  Richard Henderson  <rth@cygnus.com>
497
498         * bb-reorder.c (reorder_block_def): Reorder elements for size.
499         Remove add_jump; add next; replace flags with visited.
500         (rbd_init): Remove.
501         (REORDER_BLOCK_HEAD, REORDER_BLOCK_VISITED): Remove.
502         (REORDER_BLOCK_FLAGS, REORDER_BLOCK_INDEX): Remove.
503         (REORDER_BLOCK_ADD_JUMP, REORDER_BLOCK_EFF_HEAD): Remove.
504         (REORDER_BLOCK_EFF_END, REORDER_BLOCK_SCOPE): Remove.
505         (RBI): New.
506         (reorder_index, reorder_last_visited): Remove.
507         (skip_insns_after_block): Rewrite to use a switch.
508         (get_common_dest): Remove.
509         (chain_reorder_blocks): Remove.
510         (record_effective_endpoints): Split out from reorder_basic_blocks.
511         (make_reorder_chain): Likewise.  Loop until all blocks are placed.
512         (make_reorder_chain_1): Renamed from old make_reorder_chain.
513         Only construct the reorder chain, do not move insns.  Try harder
514         to tail recurse.
515         (label_for_bb, emit_jump_to_block_after): New.
516         (fixup_reorder_chain): Use them.  Do bulk block movement.  Examine
517         and adjust the jump insns appropriately.  Fixup basic_block_info.
518         (verify_insn_chain): Always define.
519         (relate_bbs_with_scopes): Call xmalloc, not xcalloc.  Fix thinko
520         in allocation size.
521         (make_new_scope): Don't write zeros to calloc'd space.
522         (build_scope_forest): Rely on xrealloc to DTRT.
523         (reorder_basic_blocks): Don't build loop nest.  Don't fail if
524         profile_arc_flag.  Streamline EH test.
525
526         * flow.c (redirect_edge_succ, redirect_edge_pred): New.
527         * basic-block.h: Declare them.
528
529 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
530
531         * emit-rtl.c (reset_used_decls): New function.
532         (unshare_all_rtl_again): Call it.
533
534 2000-05-25  Zack Weinberg  <zack@wolery.cumb.org>
535
536         * cpplex.c (maybe_macroexpand): Warn about function-like
537         macros used in non-function context, if -Wtraditional.
538
539 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
540
541         * recog.c (peephole2_optimize): Use INSN_P.
542
543 2000-05-25  Richard Henderson  <rth@cygnus.com>
544
545         * ifcvt.c (seq_contains_jump): New.
546         (noce_try_store_flag_constants): Use it to fail conversion.
547         (noce_try_store_flag_inc, noce_try_store_flag_mask): Likewise.
548
549 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
550
551         * except.h (can_throw): Declare it.
552         * except.c (can_throw): Give it external linkage.
553         * resource.c (find_dead_or_set_registers): Use can_throw.
554         
555 2000-05-25  Richard Henderson  <rth@cygnus.com>
556
557         * flow.c (mark_set_1): Don't record conditionally dead memory.
558
559 2000-05-25  Jan Hubicka  <jh@suse.cz>
560
561         * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p
562         and pc_set at the place of simplejump_p and condjump_p.
563         * cse.c (record_jump_equiv): Likewise.
564         * emit-rtl.c (emit): Likewise.
565         * explow.c (find_next_ref): Likewise.
566         * flow.c (tidy_fallthru_edge): Likewise.
567         (init_propagate_block_info): Likewise.
568         * gcse.c (delete_null_pointer_checks): Likewise.
569         * ifcvt.c (cond_exec_get_condition, noce_get_condition,
570         dead_or_predicable): Likewise.
571         * integrate.c (copy_insn_list): Likewise.
572         * loop.c (scan_loop, verify_dominator, find_and_verify_loops,
573         for_each_insn_in_loop, check_dbra_loop, get_condition,
574         insert_bct, load_mems): Likewise.
575         * resource.c (find_dead_or_set_registers): Likewise.
576         * sibcalls.c (simplejump_p): Likewise.
577         * unroll.c (copy_loop_body, reg_dead_after_loop): Likewise.
578
579 2000-05-25  David Edelsohn  <edelsohn@gnu.org>
580
581         * rs6000.c (expand_block_move): Add 64-bit PowerPC doubleword move
582         to STRING case.  Use doubleword STRING move for TARGET_POWERPC64
583         when unaligned.
584         * rs6000.h (CONST_OK_FOR_LETTER_P, 'J'): unsigned HOST_WIDE_INT.
585         (RETURN_ADDR_RTX): Use COUNT and FRAME, not count and frame.
586         (LEGITIMIZE_RELOAD_ADDRESS): unsigned HOST_WIDE_INT high.
587         * rs6000.md: Name various internal patterns.
588
589 2000-05-25  Jan Hubicka  <jh@suse.cz>
590
591         * jump.c (invert_exp_1): Remove first argument, use pc_set
592         to get the expression.
593         (redirect_exp): Make static; redirect only the pc_set expression,
594         remove first argument.
595         (invert_exp): Remove first argument, make static.
596         (jump_optimize): Use any_condjump_p, any_uncondjump_p and
597         any_onlyjump at most places where we originaly did condjump_p
598         and simplejump_p.
599         (jump_back_p, follow_jumps, thread_jumps): Likewise.
600         (delete_barrier_succesors): Use pc_set.
601         (invert_jump_1, invert_jump, redirect_jump_1, redirect_jump): Update
602         calls of invert_exp and redirect_exp.
603         * rtl.h (redirect_exp, invert_exp): Remove.
604         * unroll.c (copy_loop_body): Use invert_jump and redirect_jump.
605
606 2000-05-25  Richard Henderson  <rth@cygnus.com>
607
608         * stmt.c (expand_end_bindings): Fix thinko last change.
609
610 2000-05-25  Andrew MacLeod  <amacleod@cygnus.com>
611             Andrew Haley  <aph@cygnus.com>
612
613         * except.c  (func_eh_entry): Add emitted field.
614         (new_eh_region_entry): Set emitted field to 0;
615         (output_exception_table_entry): Only emit previously un-emitted data,
616         and send it to the eh_data section.
617         (output_exception_table): Break out common parts. Output
618         exception table for entire compilation unit to eh_data section.
619         (output_exception_table_data): Common parts of output_exception_table.
620         Send output to eh_data section.
621         (output_function_exception_table): Output exception table data for
622         a single function to eh_data section.
623         (free_exception_table): New external to free the table.
624         * except.h (free_exception_table): Add prototype.
625         (output_function_exception_table): Add prototype.
626         * final.c (final_end_function): Output function exception table
627         for IA64_UNWIND_INFO.
628         (final_scan_insn): Emit any unwind directives for an insn.
629
630         * frame-dwarf2.c: New file containing all DWARF 2 specific code
631         from frame.c.
632         * frame.c: Remove all DWARF 2 specific code.
633         * config/ia64/frame-ia64.c: New file.
634         (gthread_stuff): Make all gthread available with 
635         IA64_UNWIND_INFO.
636         (dwarf_fde): Define an IA64 struct for dwarf_fde.
637         (__register_frame_info, __register_frame): Move to common area of file.
638         (__register_frame_info_table, __register_frame_table): Move to common i
639         area.
640         (__deregister_frame_info, __deregister_frame): Move to common area.
641         (__frame_init, find_fde): New versions for IA64_UNWIND_INFO.
642         (read_uleb128): New version for ia64.
643         (get_unwind_record): Read the next IA-64 unwind record.
644         (read_R_record): Read a region header record.
645         (process_a_b_reg_code): X record helper.
646         (read_X_record): Read an X format record.
647         (read_B_record): Read a B format record.
648         (P3_record_types): List of record types matching the P3 format.
649         (P7_record_types): List of record types matching the P7 format.
650         (P8_record_types): List of record types matching the P8 format.
651         (read_P_record): Read a P format record.
652         (init_ia64_reg_loc): Set default fields for a register.
653         (init_ia64_unwind_frame): Set defaults for all register records.
654         (execute_one_ia64_descriptor): Execute one descriptor record.
655         (rse_address_add): Calculate the position of a local reg in memory.
656         (normalize_reg_loc): Turn a location descriptor into a memory address.
657         (maybe_normalize_reg_loc): Only normalize a descriptor if it falls 
658         within a specified PC offset range.
659         (get_real_reg_value): Given a register location, retrieve its value.
660         (set_real_reg_value): Change the value of a register location.
661         (copy_reg_value): Copy reg values, if needed.
662         (copy_saved_reg_state): Copy all registers that need to be copied.
663         (process_state_between): Normalize all frame register records that
664         fall within the specified PC range.
665         (frame_translate): Take a processed frame description, and turn 
666         everything into addresses.
667         (build_ia64_frame_state ): Find and create frame state record for a PC.
668         (get_personality): Get the personality routine for a given frame.
669         (get_except_table): Get the exception table for a given frame.
670         (record_name): Unwind record names for debugging.
671         (print_record): Print and unwind record.
672         (print_all_records): Print an entire unwind image.
673         (__ia64_backtrace): Print a backtrace.
674         (ia64_backtrace_helper): New function.
675         (__register_frame_info_aux): New function.
676         * config/ia64/crtend.asm (__do_frame_setup_aux): New function.
677
678         * frame.h (enum unw_record_type): New unwind record types.
679         (struct unw_p_record, unw_b_record, unw_x_record) : New unwind records.
680         (struct unw_r_record, unwind_record): New unwind record structs.
681         (struct unwind_info_ptr): Unwind information layout.
682         (IA64_UNW_LOC_TYPE_*): Macros for different types for location 
683         descriptors.
684         (struct ia64_reg_loc): Register location description.
685         (struct ia64_frame_state): Location of all registers in a frame.
686         (struct object): Add pc_base and fde_end for IA64_UNWIND_INFO.
687         * libgcc2.c (__ia64_personality_v1): Personality routine.
688         (__calc_caller_bsp): Calculate the bsp register for the caller's
689         frame.
690         (ia64_throw_helper): Figure out who to return to and set up the 
691         registers.
692         (__throw): Throw routine.
693
694         * output.h (assemble_eh_align, assemble_eh_label): New functions
695         to generate EH info where we want it.   
696         (assemble_eh_integer): New function.
697         * toplev.c (compile_file): Output module level exception table for
698         non-ia64 targets.
699         (main): Set exceptions_via_longjump and flag_new_exceptions based 
700         on IA64_UNWIND_INFO too.
701
702         * varasm.c (assemble_eh_label): Generate a label via
703         ASM_OUTPUT_EH_LABEL if it has been specified.
704         (assemble_eh_align): Generate an alignment directive via 
705         ASM_OUTPUT_EH_ALIGN if it has been specified.
706         (assemble_eh_label): Generate an integer value via
707         ASM_OUTPUT_EH_type if they have been specified.
708         * config/ia64/ia64.c (rtx_needs_barrier): Add flushrs.
709         (ia64_init_builtins): Add __builtin_ia64_bsp
710         and __builtin_ia64_flushrs.     
711         (ia64_expand_builtin): Add IA64_BUILTIN_BSP and
712         IA64_BUILTIN_FLUSHRS.
713         * config/ia64/ia64.h (ia64_builtins): Add IA64_BUILTIN_BSP and
714         IA64_BUILTIN_FLUSHRS.
715
716         * config/ia64/ia64.md (flushrs): New insn to flush the register
717         stack.  Add to unspec list.
718
719         * config/ia64/crtbegin.asm (frame_object): Change size.
720         (__do_frame_setup_aux): New function.
721         * config/ia64/crtend.asm: call __do_frame_setup_aux.
722         * config/ia64/t-ia64 (LIB2ADDEH): Add.
723         * Makefile.in (LIB2ADDEH): Add.
724         (LIB2ADD): Use LIB2ADDEH.
725         
726 2000-05-24  Richard Henderson  <rth@cygnus.com>
727
728         * recog.c (offsettable_address_p): If mode size is zero, assume
729         BIGGEST_ALIGNMENT.
730
731 2000-05-24  J. David Anglin  <dave@hiauly.hia.nrc.ca>
732
733         * configure.in: Check for -Wno-long-long option support and improve
734         handling of warning CFLAGS for stages 1 and 2.
735         * Makefile.in (WARN_CFLAGS): Move definition to configure.in.
736         * configure: Regenerate.
737
738 Wed May 24 19:37:53 2000  Jeffrey A Law  (law@cygnus.com)
739
740         * gcc.texi: Remove contributor list.  Instead include contrib.texi.
741         * contrib.texi: New file.
742
743 Thu May 25 02:27:22 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
744
745         * loop.c (basic_induction_var): Avoid double recording of an increment.
746
747 Thu May 25 02:19:27 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
748
749         * Back out this patch:
750         Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
751           * loop.h (struct induction): Add multi_insn_incr.
752           * loop.c (basic_induction_var): New multi_insn_incr argument.
753           Set it if we search back through previous insns for the biv.
754           (record_biv): New multi_insn_incr argument; fill in struct induction.
755           (strength_reduce): Discard an iv with multiple bivs, any of
756           which require multiple insns to increment.
757
758         * loop.c (check_insn_for_bivs): Remove bits copied from above patch.
759
760 Thu May 25 02:09:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
761
762         * rtl.h (loc_mentioned_in_p): Declare.
763         * reload.c (loc_mentioned_in_p): Moved from here...
764         * rtlanal.c (loc_mentioned_in_p): to here.  No longer static.
765         Fix loop increment for 'E' handling.
766         * loop.c (strength_reduce): When doing biv->giv conversion,
767         take multi-insn biv increments into account.
768
769 2000-05-24  Jason Merrill  <jason@casey.soma.redhat.com>
770
771         * stmt.c (expand_end_bindings): Look through NOTEs to find a
772         BARRIER.
773
774 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
775
776         * calls.c (expand_call): Handle cleanups in tail-recursion
777         arguments analagously to cleanups in sibling calls.
778
779 2000-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
780
781         * simplify-rtx.c: Rename macro SIGN_EXTEND to HWI_SIGN_EXTEND.
782         All callers changed.
783
784 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
785
786         * expr.c (expand_assignment, store_expr, expand_expr,
787         expand_expr_unaligned): Set in_check_memory_usage while emitting
788         chkr_check_addr libcall.
789
790 2000-05-24  Nick Clifton  <nickc@cygnus.com>
791
792         * fold-const.c (extract_muldiv): When constructing a
793         multiplier/divisor, do not expect const_binop to correctly
794         determine if overflow has occured, so check explicitly.
795
796 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
797
798         * c-decl.c (build_enumerator): Don't modify the value's type,
799         convert it.
800
801 2000-05-24  Andreas Jaeger  <aj@suse.de>
802
803         * mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
804
805 2000-05-24  Eric Christopher <echristo@cygnus.com>
806
807         * configure.in: Redefine inhibit_libc conditions.
808         * libgcc2.c: Remove inhibit_libc conditional define.
809         * configure: Regenerate.
810
811 2000-05-24  Phil Edwards  <pme@sourceware.cygnus.com>
812
813         * configure.in:  For --enable-languages=LIST, check for empty LIST.
814         * configure:  Regenerate.
815
816 2000-05-24  Lars Brinkhoff  <lars@nocrew.org>
817
818         * pdp11.h (STACK_BOUNDARY): Define.
819
820 2000-05-24  Jakub Jelinek  <jakub@redhat.com>
821
822         * ifcvt.c (if_convert): Update life info globally.
823
824 2000-05-24  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
825
826         * emit-rtl.c (unshare_all_decls): New function.
827         (unshare_all_rtl): Call it.
828
829 2000-05-23  Nick Clifton  <nickc@cygnus.com>
830
831         * configure.in: Treat 'strongarm' as if it were 'arm' when
832         determining cpu type.
833
834         * configure: Regenerate.
835
836         * config/arm/arm.c: Change 'char *' to 'const char *' for cases
837         where constant strings are involved.
838
839         * config/arm/arm.h (arm_condition_codes): Change type to 'const
840         char *'.
841
842         * config/arm/arm-protos.h: Change 'char *' to 'const char *' for
843         cases where constant strings are involved.
844
845 Tue May 23 15:08:31 2000  Clinton Popetz  <cpopetz@cygnus.com>
846
847         * config/sh/sh.c (gen_far_branch, split_branches): Update
848         to reflect new prototypes for redirect_jump and invert_jump.
849         (sh_insn_length_adjustment): Get rid of const warnings.
850
851 2000-05-23  Kazu Hirata  <kazu@hxi.com>
852
853         * invoke.texi (Options for Debugging Your Program or GCC): Update
854         the names of dump files.
855
856 Tue May 23 13:58:52 2000  Philippe De Muyter  <phdm@macqel.be>
857
858         * configure.in (NO_MINUS_C_MINUS_O): Fix thinko in previous fix.
859         * configure: Regenerated.
860
861 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
862
863         * simplify-rtx.c (SIGN_EXTEND): New macro.
864         (simplify_unary_operation, simplify_binary_operation, 
865         simplify_relational_operation): Use SIGN_EXTEND.  Make low
866         halves of (low, high) pairs unsigned if they weren't already.       
867         (simplify_ternary_operation): Cast INTVAL to unsigned before
868         comparing to a MODE_BITSIZE.
869
870 2000-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
871
872         * aclocal.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): New macros
873         rewritten from the internals of gcc_AC_NEED_DECLARATION{S}.
874         
875         * configure.in (gcc_AC_CHECK_DECLS): Call this instead of
876         gcc_AC_NEED_DECLARATIONS.
877
878         * dwarfout.c: Don't prototype time().
879
880         * gcc.c: Check HAVE_DECL_* instead of NEED_DECLARATION_*.
881
882         * system.h: Likewise.
883
884         * toplev.c: Likewise.
885
886 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
887
888         * c-decl.c (pushdecl): Invert sense of test for non-global types.
889
890 Tue May 23 18:11:42 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
891
892         * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRUNCATION.
893
894 2000-05-23  Jonathan Larmour  <jlarmour@redhat.co.uk>
895
896         * config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
897
898 Tue May 23 06:50:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
899
900         * config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler.
901         (alpha_start_function): Never write ..ng label if VMS or NT.
902         (alpha_align_insns): Remove GP_IN_USE arg.
903         Alignment now unsigned.
904         (alpha_reorg): Don't pass GP_IN_USE arg to alpha_align_insns.
905         * config/alpha/alpha.md (prologue_ldgp): Split into one define_expand
906         and two define_insn's.
907
908 2000-05-22  Richard Henderson  <rth@cygnus.com>
909
910         * combine.c (simplify_comparison): Use trunc_int_for_mode.
911
912 2000-05-22  Richard Henderson  <rth@cygnus.com>
913
914         * stor-layout.c (place_field): Change rli->size to rli->offset.
915
916 2000-05-22  Richard Henderson  <rth@cygnus.com>
917
918         * function.c (thread_prologue_and_epilogue_insns): Make sure 
919         existing line number notes appear after the prologue.
920
921 Mon May 22 21:49:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
922
923         * config/alpha/alpha.c (alpha_fnname): New static variable.
924         (print_operand, case '~'): New case.
925         (alpha_expand_prologue): Emit prologue_ldgp insn if needed.
926         (alpha_start_function): Set alpha_fnname.
927         Write "ng" label if no ldgp; don't write ldgp insn.
928         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): New case '~'.
929         * config/alpha/alpha.md (prologue_ldgp): New define_insn.
930
931 Mon May 22 11:30:48 2000  Clinton Popetz  <cpopetz@cygnus.com>
932
933         * jump.c (jump_optimize_1): Don't increment LABEL_NUSES
934         on deleted labels.
935
936 2000-05-22  Zack Weinberg  <zack@wolery.cumb.org>
937
938         * varasm.c (eh_frame_section): Revert change to argument list.
939
940 Mon May 22 13:14:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
941
942         * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.
943         (gen_extend_insn, can_fix_p, can_float_p): Likewise.
944         
945         * final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
946         dangling "else" that causes "break" to be conditional.
947         Also remove unneeded code at start.
948
949 Mon May 22 17:31:35 2000  Philippe De Muyter  <phdm@macqel.be>
950
951         * m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
952         * fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
953         * gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
954
955 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
956
957         * config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
958         just one argument.
959
960 Mon May 22 06:57:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
961
962         * alias.c (record_component_aliases): New function.
963         * tree.h: Clean up some declarations and comments.
964         (record_component_aliases): New declaration.
965         * tree.c (get_alias_set): If type and has alias set, use it.
966
967 2000-05-22  Richard Henderson  <rth@cygnus.com>
968
969         * simplify-rtx.c (simplify_ternary_operation): Try to simplify
970         IF_THEN_ELSE to a setcc form.
971         * jump.c (can_reverse_comparison_p): Be prepared for insn null.
972
973 2000-05-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
974
975         * fixinc/inclhack.def (sun_malloc): Handle `calloc'.
976         (sun_malloc, sysz_stdtypes_for_sun): Add test_text.
977
978 Sun May 21 16:42:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
979
980         * combine.c (try_combine): Handle i3_subst_into_i2 case when I2 is
981         not a PARALLEL.
982
983 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
984
985         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
986         * config/mn10300/mn10300.c (print_operand): Likewise.
987
988         * final.c (split_double): Right shift of negative values is not
989         portable.
990
991         * ifcvt.c (if_convert): Scan and kill dead code.
992
993         * emit-rtl.c (unshare_all_rtl): Store the copied rtx.
994
995 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
996
997         * diagnostic.c: Eliminate implicit int.
998         * except.c, gcc.c: Add static prototypes.
999         * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED.
1000         * gensupport.c (process_rtx): Use XVEC to initialize vector
1001         slot of 'split'.
1002
1003         * print-rtl.c: If DEBUG_REGISTER_NAMES, define static 
1004         debug_reg_names instead of static reg_names.  If not, define
1005         global reg_names.
1006         * regclass.c: Don't define global reg_names unless
1007         DEBUG_REGISTER_NAMES is defined.
1008
1009         * reload1.c (order_regs_for_reload): Remove unused variable.
1010         * varasm.c: Include output.h after defaults.h.  Define
1011         eh_frame_section as function of no args, not of unspecified args.
1012
1013         * gcc.c: Constify argbuf; arguments to store_arg,
1014         process_command, main; elements of struct command and struct
1015         switchstr; local variables in execute, process_command, main.
1016
1017 2000-05-20  Bruce Korb  <bkorb@gnu.org>
1018
1019         * fixinc/inclhack.def:  many applications of c_fix=format + tests
1020         * fixinc/check.diff:  regenerated
1021         * fixinc/fixincl.x:  regenerated
1022
1023 Sat May 20 09:30:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1024
1025         * alias.c: Clarify some comments.
1026         (record_base_value): REGNO is unsigned.
1027         * rtl.h (record_base_value): Likewise.
1028
1029         * alias.c (aliases_everything_p): Don't special-case QImode here.
1030         * c-common.c (c_get_alias_set): Do it here.
1031         Handle BIT_FIELD_REF by getting alias info for arg.
1032         Use POINTER_TYPE_P.
1033
1034 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
1035
1036         * mklibgcc.in: Restore rule to create ${dir}.
1037
1038 Sat May 20 08:45:41 2000  H.J. Lu  <hjl@gnu.org>
1039
1040         * Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
1041         GCC_FOR_TARGET used by MULTILIBS.
1042         * mklibgcc.in: Make sure each .o file depends on the
1043         directory it will be in.
1044         Make the multilib directory depends libgcc.
1045
1046 Sat May 20 08:29:28 2000  H.J. Lu  <hjl@gnu.org>
1047
1048         * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
1049
1050 Sat May 20 07:27:35 2000  Alexandre Oliva  <aoliva@cygnus.com>
1051
1052         * fold-const.c (make_range): Handle degenerated intervals.
1053         Fixes c-torture/execute/991221-1.c
1054
1055 Fri May 19 18:16:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1056
1057         * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
1058         * reload.c (find_equiv_reg): Likewise.
1059         * alias.c (init_alias_analysis): Likewise.
1060         Only call prologue_epilogue_contains on insns.
1061         * basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.
1062         * bb-reorder.c (hard-reg-set.h): Include earlier.
1063         * haifa-sched.c (hard-reg-set.h): Likewise.
1064         * ifcvt.c (hard-reg-set.h): Likewise.
1065         * local-alloc.c (hard-reg-set.h): Likewise.
1066         * loop.c (hard-reg-set.h): Likewise.
1067         * predict.c (hard-reg-set.h): Likewise.
1068         * regrename.c (hard-reg-set.h): Likewise.
1069         * flow.c (hard-reg-set.h): Likewise.
1070         (reg_set_to_hard_reg_set): New function.
1071         * bitmap.c (regs.h, basic-block.h): No longer include.
1072         (bitmap.h): Now include.
1073         * conflict.c (hard-reg-set.h): Include.
1074         * profile.c (hard-reg-set.h): Likewise.
1075         * print-rtl.c (hard-reg-set.h): Likewise.
1076         * sbitmap.c (hard-reg-set.h): Likewise.
1077         * toplev.c (hard-reg-set.h): Likewise.
1078         * unroll.c (hard-reg-set.h, basic-block.h): Likewise.
1079         * hard-reg-set.h (reg_names): Now constant.
1080         * regs.h (reg_names): Likewise.
1081         * regclass.c (reg_names): Likewise.
1082         * loop.h (basic-block.h): No longer include.
1083         (bitmap.h): Now include.
1084         * reload1.c (order_regs_for_reload): Avoid loop over reg sets.
1085         * Makefile.in (LOOP_H, sbitmap.o, profile.o): Reflect above changes.
1086         (toplev.o, print-rtl.o, conflict.o, unroll.o, bitmap.o): Likewise.
1087
1088 2000-05-19  Jan Hubicka  <jh@suse.cz>
1089             Richard Henderson  <rth@cygnus.com>
1090
1091         * basic-block.h (struct edge_def): New field "count".
1092         (struct basic_block_def): Likewise.
1093         * flow.c (entry_exit_blocks): Add count fileds.
1094         (split_edge): Keep count information up-to-date.
1095         (dump_edge_info, dump_flow_info): Dump count fields.
1096
1097         * final.c (count_instrumented_edges): Rename to edge from arc.
1098         (end_final): Update users.
1099         * profile.c: Include expr.h, basic-block.h.
1100         (struct adj_list, ARC_TARGET, ARC_SOURCE, ARC_COUNT): Kill.
1101         (struct bb_info, label_to_bb, label_to_bb_size, bb_graph): Kill.
1102         (ignore_next_note, return_label_execution_count): Kill.
1103         (bbg_file_name, da_file_name): Kill.
1104         (edge_info, bb_info): New structures.
1105         (EDGE_INFO, BB_INFO, GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): New macros.
1106         (count_instrumented_edges, total_num_edges): Rename to edge from arc.
1107         (total_num_edges_instrumented): Likewise.
1108         (init_arc, expand_spanning_tree): Kill.
1109         (fill_spanning_tree, tablejump_entry_p): Kill.
1110         (instrument_edges):  Rewrite from instrument_arcs to use
1111         commit_edge_insertions infrastructure.
1112         (compute_branch_probabilities): Remove arguments; rewrite for
1113         CFG infrastructure; use rtl_dump_file directly.
1114         (branch_prob, find_spanning_tree): Likewise.
1115         (union_groups, find_group): New.
1116         (init_branch_prob): Make bbg_file_name and da_file_name local.
1117         (end_branch_prob): Use rtl_dump_file directly.
1118         (init_edge_profiler): Rename to edge from arc.
1119         (output_arc_profiler): Kill.
1120         (gen_edge_profiler): New.
1121         (output_func_start_profiler): Turn off profiling.  Make the
1122         constructor static when we can.
1123         * rtl.h (branch_prob, end_branch_prob): Update prototypes.
1124
1125         * toplev.c (DFI_flow): Remove.
1126         (DFI_cfg, DFI_life): New.
1127         (dump_file): Update accordingly.
1128         (compile_file): Call end_branch_prob if profile_arc_flag too.
1129         (rest_of_compilation): Move flow1 cfg creation to DFI_cfg.  Do edge
1130         profiling after the CFG is built.  Move flow1 life analysis to
1131         DFI_life.  Always estimate remaining probabilities.
1132
1133 2000-05-19  Richard Henderson  <rth@cygnus.com>
1134
1135         * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.
1136
1137         * flow.c (make_edges): The sibling call edge to exit is abnormal.
1138
1139 2000-05-19  Richard Henderson  <rth@cygnus.com>
1140
1141         * jump.c (redirect_jump): Add delete_unused argument.  Don't
1142         remove labels and code following when LABEL_NUSES goes to zero.
1143         (invert_jump): Likewise.
1144         (jump_optimize_1): Fix redirect/invert arguments.
1145         (do_cross_jump, thread_jumps): Likewise.
1146         * flow.c (split_edge): Likewise.
1147         * reorg.c (optimize_skip): Likewise.
1148         (reorg_redirect_jump, relax_delay_slots, dbr_schedule): Likewise.
1149         * profile.c (instrument_arcs): Likewise.
1150         * loop.c (find_and_verify_loops): Likewise.  Fix indentation.
1151         * rtl.h: Update prototypes.
1152
1153 Fri May 19 12:05:13 2000  Clinton Popetz  <cpopetz@cygnus.com>
1154
1155         * ssa.c (convert_from_ssa): Tell life_analysis we need death 
1156         notes.
1157         (make_regs_equivalent_over_bad_edges): Only look at abnormal
1158         critical edges.
1159
1160 2000-05-19  Zack Weinberg  <zack@wolery.cumb.org>
1161
1162         * cpphash.c (funlike_macroexpand): Make sure not to walk p1
1163         past l1 when deleting whitespace and markers.              
1164
1165         * cpplex.c (_cpp_scan_until): Clear AUX field of tokens.
1166         * cpplib.c (do_unassert): Put the list to compare against on
1167         the stack.
1168
1169 2000-05-19  Bruce Korb  <bkorb@gnu.org>
1170
1171         * fixinc/README:  cleaned up old documentation
1172         * fixinc/check.diff: regenerated & verified on OSR5 on ix86
1173         * fixinc/check.tpl: compute the list of needed directories
1174         emit "#if defined(name)" because of conflict
1175         omit machine name differences from output differences
1176         * fixinc/inclhack.def( m88k_multi_incl ):  Use `wrap' function
1177         (machine_name): change test text to use `sed' markers
1178         * fixinc/fixincl.x: regen
1179
1180 Fri May 19 06:49:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1181
1182         * config/elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of
1183         a CONSTRUCTOR.
1184
1185 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
1186
1187         * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
1188         it to match the current practice.
1189
1190 2000-05-18  Mark Mitchell  <mark@codesourcery.com>
1191
1192         * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
1193
1194 2000-05-18  Richard Henderson  <rth@cygnus.com>
1195
1196         * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.
1197         * rtl.h (insn_dependant_p): Declare it.
1198         * loop.c (strength_reduce): Use it.
1199
1200 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
1201
1202         * config/mn10300/mn10300.c (expand_prologue, expand_epilogue):
1203         16-bit and 64-bit clean-up.
1204
1205 2000-05-18 Mark Elbrecht <snowball3@bigfoot.com>
1206
1207         * configure.in (*-pc-msdosdjgpp): Set float_format to none.
1208         * configure: Rebuilt.
1209
1210 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
1211
1212         * genopinit.c: Use $ for escape sequences in optab patterns.
1213         Remove backslashes from optab patterns.  Change $A, $B, $C to
1214         expand to (int) whatever instead of just whatever; remove
1215         explicit (int) from all optab patterns.
1216
1217         * gensupport.c (xmalloc, xrealloc, xstrdup): Provide.
1218         * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c,
1219         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
1220         genrecog.c: Remove private copies of xmalloc, xrealloc, and
1221         xstrdup.
1222
1223 2000-05-18  Richard Henderson  <rth@cygnus.com>
1224
1225         * jump.c (jump_optimize_1): Base minimum insn count during
1226         find_cross_jump on BRANCH_COST.
1227
1228 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
1229
1230         * print-rtl.c (print_rtx): Only print note line number as string
1231         if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
1232         * final.c (final_scan_insn): Do nothing for note line number 0.
1233
1234 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
1235
1236         * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE
1237         from NOTE_INSN_EXPECTED_VALUE notes and NOTE_SOURCE_FILE from
1238         NOTE_INSN_DELETED_LABEL.
1239
1240 2000-05-18  Nick Clifton  <nickc@cygnus.com>
1241
1242         * config/arm/unknown-elf.h (UNIQUE_SECTION): Place constant,
1243         uninitialised data in .rodata not .bss, and do not interpret an
1244         error in the initialisation value as meaning that the variable
1245         should be placed in the .bss section.
1246
1247 Thu May 18 12:10:18 2000  Philippe De Muyter  <phdm@macqel.be>
1248
1249         * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
1250         not `$ac_cv_prog_cc_cc_c_o'.
1251         * configure: Regenerated.
1252
1253 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
1254             Richard Henderson  <rth@cygnus.com>
1255
1256         * c-common.h (enum c_tree_index): Add g77 type entries.
1257         (g77_integer_type_node, g77_uinteger_type_node): New.
1258         (g77_longint_type_node, g77_ulongint_type_node): New.
1259         * c-decl.c (init_decl_processing): Initialize them.
1260
1261 2000-05-18  Richard Henderson  <rth@cygnus.com>
1262
1263         * config/h8300/h8300.md (subs patterns): Use %G to negate.
1264
1265         * config/h8300/h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.
1266         (small_power_of_two): Likewise; use exact_log2.
1267         (adds_subs_operand, one_insn_adds_subs_operand): Remove.
1268         (output_adds_subs): Remove.
1269         (two_insn_adds_subs_operand): New.
1270         (split_adds_subs): New.
1271         * config/h8300/h8300-protos.h: Update.
1272         * config/h8300/h8300.h (CONST_OK_FOR_J): Cast to uns HOST_WIDE_INT.
1273         (CONST_OK_FOR_L): Match strict adds operands.
1274         (CONST_OK_FOR_N): Match struct subs operands.
1275         * config/h8300/h8300.md (adds_subs insns): Remove.
1276         (addhi patterns): Output adds/subs directly.
1277         (addsi_h8300h): Likewise.
1278         (addhi/addsi splitters): New.  Decompose two_insn_adds_subs_operand.
1279
1280 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
1281
1282         * cppexp.c (parse_assertion): New.
1283         (lex): Call it for CPP_HASH.  Remove CPP_ASSERTION case.
1284         (_cpp_parse_expr): Remove case '#'.  Don't set
1285         parsing_if_directive.
1286         * cpphash.c (collect_objlike_expansion,
1287         collect_funlike_expansion, collect_params,
1288         _cpp_create_definition): The list no longer has a trailing
1289         VSPACE token.
1290         * cpphash.h (enum node_type): Add T_ASSERTION.
1291         (struct hashnode): Remove aschain, add pred.
1292         (struct predicate): New.
1293         Update prototypes.
1294
1295         * cpplex.c (expand_token_space): Handle both offset and
1296         nonoffset lists.
1297         (init_token_list, _cpp_free_token_list, _cpp_parse_assertion): Delete.
1298         (_cpp_init_toklist, _cpp_clear_toklist, _cpp_free_toklist,
1299         _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
1300         _cpp_equiv_toklists): New.
1301         (_cpp_scan_line): Rename to _cpp_scan_until; add ability to
1302         stop at any single-character token, not just newline.
1303         (_cpp_lex_token): Remove special cases for #define and #if.
1304         (cpp_get_token): Expect # as a separate token type.  Remove
1305         DIRECTIVE case.
1306         (_cpp_get_directive_token): Remove DIRECTIVE case.
1307         (_cpp_lex_line, _cpp_lex_file, _cpp_init_input_buffer): Update.
1308
1309         * cpplib.c (_cpp_check_directive): Set dirno and
1310         SYNTAX_INCLUDE bit of flags, not dir_handler and dir_flags.
1311         (_cpp_handle_directive): Run # <number> through the same logic
1312         as normal directives.
1313         (do_define): Don't set parsing_define_directive.  Use
1314         _cpp_scan_until.  The list does not have a VSPACE at the end.
1315         (do_if): Save, clear, and restore only_seen_white around 
1316         _cpp_parse_expr.
1317         (skip_if_group): s/CPP_DIRECTIVE/CPP_HASH/
1318         (do_assert, do_unassert): Rewrite.
1319
1320         * cpplib.h (TTYPE_TABLE): Remove CPP_ASSERTION.
1321         (LIST_OFFSET): New flag.
1322         (struct cpp_toklist): Replace dir_handler and dir_flags with
1323         dirno and flags.
1324         (struct cpp_reader): Remove parsing_if_directive and
1325         parsing_define_directive.
1326
1327 2000-05-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1328
1329         * fixinc/inclhack.def (broken_cabs): Update fix to handle comments
1330         following the cabs decl which terminate on the following line.
1331         Add the corresponding test_text case.
1332
1333 2000-05-18  Neil Booth  <NeilB@earthling.net>
1334
1335         * cppinit.c (cpp_reader_init): Initialise col_adjust and
1336         default tab stop size.
1337         (no_num, OPT_ftabstop): New.
1338         (handle_option): Handle "ftabstop=" command-line option.
1339         (print_help): Document it.
1340         * cpplex.c (COLUMN): Remove.
1341         (handle_newline): Reset col_adjust.
1342         (skip_whitespace): Update col_adjust as tabs encountered.
1343         (_cpp_lex_line): Update to use col_adjust.  Call
1344         skip_whitespace for all whitespace.
1345         * cpplib.h (struct cpp_options): New member tabstop.
1346         (struct cpp_reader): New member col_adjust.
1347         (CPP_BUF_COL): Update.
1348         (CPP_BUF_COLUMN): New.
1349         * cpp.texi: Document "-ftabstop=" command line option.
1350
1351 Wed May 17 18:19:41 2000  Philippe De Muyter  <phdm@macqel.be>
1352
1353         * configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
1354         files.
1355         * configure: Rebuilt.
1356
1357 Wed May 17 18:06:12 2000  John David Anglin <dave@hiauly1.hia.nrc.ca>
1358
1359         * mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
1360
1361         * tree.c (build_common_tree_nodes): Do not build TI nodes unless
1362         HOST_BITS_PER_WIDE_INT is >= 64.
1363
1364 2000-05-17  Richard Henderson  <rth@cygnus.com>
1365
1366         * jump.c (jump_optimize_1): Remove inactive but real insns
1367         in jump-to-next-insn optimization.
1368
1369 2000-05-17  Richard Henderson  <rth@cygnus.com>
1370
1371         * toplev.c (rest_of_compilation): Don't call optimize_mode_switching
1372         unless OPTIMIZE_MODE_SWITCHING.  Conditionally set no_new_pseudos.
1373         Don't call recompute_reg_usage if no_new_pseudos is true.
1374         * lcm.c (optimize_mode_switching): Move ifdefs outside function.
1375         Return true if we did work; update global life information.
1376         * basic-block.h (optimize_mode_switching): Update decl.
1377
1378 2000-05-17  Neil Booth  <neilb@earthling.net>
1379
1380         * cpplex.c (expand_name_space): Don't use ptrdiff_t.
1381
1382 2000-05-17  Zack Weinberg  <zack@wolery.cumb.org>
1383
1384         * cpplib.c: New feature, #pragma system_header.
1385         * cpp.texi: Document special treatment of system headers, and
1386         the various mechanisms to get a header that special treatment.
1387
1388 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1389
1390         * system.h (offsetof): Define at the very end, to ensure we prefer
1391         the platform's definition if available.
1392
1393 2000-05-16  Bruce Korb  <bkorb@gnu.org>
1394
1395         * fixinc/fixincl.c: improve the debug displays, ignore SIGPIPE
1396         * fixinc/server.c: likewise
1397         * fixinc/fixfixes.c( char_macro_def_fix ): fix regex
1398         + #ifdef debugging code + use #def constant for
1399         sub-pattern count
1400         * fixinc/inclhack.def( hpux11_fabsf ): Keep HP-UX 11 from stomping
1401         on C++ math namespace
1402
1403 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1404
1405         * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
1406         Don't check the return value of sprintf.  Use asprintf to avoid
1407         buffer overflows.
1408
1409 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1410
1411         * flags.h (warn_unused_function, warn_unused_label,
1412         warn_unused_parameter, warn_unused_variable, warn_unused_value):
1413         Replace ``warn_unused''.
1414         (set_Wunused): Add declaration.
1415         * toplev.c (set_Wunused): New function.
1416         (warn_unused_function, warn_unused_label, warn_unused_parameter,
1417         warn_unused_variable, warn_unused_value): New variables.
1418         (W_options): Add -Wunused-function, -Wunused-function,
1419         -Wunused-label, -Wunused-parameter, -Wunused-variable and
1420         -Wunused-value.  Delete -Wunused.  Handled in decode_W_option.
1421
1422         * toplev.c (decode_W_option): Update -Wunused flags by calling
1423         set_Wunused.
1424         * c-decl.c (c_decode_option): Ditto for -Wall.
1425
1426         * stmt.c (expand_expr_stmt, expand_expr_stmt,
1427         warn_about_unused_variables): Replace warn_unused with more
1428         explicit warn_unused_value et.al.
1429         * function.c (expand_function_end): Ditto.
1430         * c-typeck.c (internal_build_compound_expr,
1431         internal_build_compound_expr): Ditto.
1432         * c-decl.c (poplevel, pop_label_level): Ditto.
1433         * toplev.c (check_global_declarations): Replace warn_unused with
1434         check for either warn_unused_function or warn_unused_variable.
1435
1436         * gcc.1, invoke.texi (Warning Options): Document
1437         -Wunused-function, -Wunused-function, -Wunused-label,
1438         -Wunused-parameter, -Wunused-variable and -Wunused-value options.
1439
1440 Wed May 17 10:28:12 2000  Philippe De Muyter  <phdm@macqel.be>
1441
1442         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Find libgcc1.c in
1443         $(srcdir), not in the current directory.
1444
1445 2000-05-16  Richard Henderson  <rth@cygnus.com>
1446
1447         * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the
1448         assembler supports it.
1449         (.fini, .init): Use a gp-relative indirect call.
1450         (__do_global_dtors_aux): Preserve the gp; rebundle.
1451         (__do_frame_setup): Likewise.
1452         * config/ia64/crtend.asm (.IA_64.unwind): Don't terminate with -1.
1453         (.init): Use a gp-relative indirect call.
1454         (__do_global_ctors_aux): Preserve the gp.
1455
1456 2000-05-16  Richard Henderson  <rth@cygnus.com>
1457
1458         * flow.c (commit_one_edge_insertion): Be prepared for a return
1459         insn to be inserted on the edge with a normal jump.
1460         * jump.c (jump_optimize_1): Don't look to create return isns.
1461
1462         * flow.c (flow_delete_insn): Don't adjust reference count of notes.
1463         * jump.c (jump_optimize_1): Likewise.
1464         (returnjump_p): Verify the argument is a JUMP_INSN.
1465         * rtl.def (NOTE): Add 5th element for NOTE_INSN_DELETED_LABEL.
1466
1467 2000-05-16  Nick Clifton  <nickc@cygnus.com>
1468
1469         * config/m32r/m32r.c (small_insn_p): Use INSN_P() to replace
1470         GET_RTX_CLASS (GET_CODE ()) == 'i'.
1471         (large_insn_p): Ditto.
1472         (m32r_is_insn): New function: Return true if the insn contains
1473         an executable instruction.
1474         (m32r_adjust_insn): Use m32r_is_insn.
1475         (m32r_sched_reorder): Use m32r_is_insn.
1476         (m32r_sched_variable_issue): Use m32r_is_insn.
1477
1478 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1479
1480         * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like
1481         VAR_DECL.
1482
1483         * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable.
1484
1485         * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux
1486         according to given options.
1487
1488 Tue May 16 12:17:31 2000  Jeffrey A Law  (law@cygnus.com)
1489
1490         * mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS
1491         if X has VOIDmode either.
1492         (LIMIT_RELOAD_CLASS): Similarly.
1493
1494         * mn10200.md (indirect_jump, tablejump): Use "register_operand",
1495         not "general_operand" to match the processor's capabilities.
1496
1497 2000-05-16  Bruce Korb  <bkorb@gnu.org>
1498
1499         * fixinc/README:  corrected return address
1500         * fixinc/check.diff:  regenerate, now that test works
1501         * fixinc/fixfixes.c(format_fix,format_write): reformatted
1502         (char_macro_def_fix,char_macro_use_fix): corrected and
1503         rewrote to use regex to parse the text
1504         * fixinc/inclhack.def: more testing
1505         * fixinc/fixincl.x:  regenerated
1506
1507         * fixinc/inclhack.def: added several "test_text" attributes
1508         changed several fixes to use `c_fix = format'
1509         re-alphabetized the fixes
1510
1511         * fixinc/check.diff: regenerate
1512         * fixinc/fixincl.x: regenerate
1513         * fixinc/check.tpl: added `sparc' and `netinet' to the list
1514         of created dirs
1515
1516
1517 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
1518
1519         * config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.
1520
1521 2000-05-15  Richard Henderson  <rth@cygnus.com>
1522
1523         * toplev.c (rest_of_compilation): Run full jump pass before
1524         find_basic_blocks of flow2.
1525
1526 2000-05-15  Richard Henderson  <rth@cygnus.com>
1527
1528         * jump.c: Fix typos and clarify commentary from last change.
1529         (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE.
1530         (safe_to_remove_jump_p): Remove.
1531         (condjump_label): Use pc_set.
1532
1533 2000-05-15  Richard Henderson  <rth@cygnus.com>
1534
1535         * ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns
1536         that get in the way after reload.
1537         (cond_exec_process_if_block): Skip a label heading THEN block.
1538
1539 2000-05-15  Richard Henderson  <rth@cygnus.com>
1540
1541         * varasm.c (output_constant_pool): Abort instead of converting
1542         (improperly) deleted labels to zero.
1543
1544 2000-05-16  Neil Booth  <NeilB@earthling.net>
1545
1546         * cpplex.c (parse_string2): Update comment.
1547         (cpp_lex_line): No special assertion treatment for '('.
1548         * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT.
1549         * cpplib.h (SYNTAX_ASSERT): Remove.
1550
1551 Mon May 15 21:45:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1552
1553         * jump.c (condjump_p):  Mark as depreached.
1554         (any_condump_p): New.
1555         (any_uncondump_p): New.
1556         (pc_set): New.
1557         (safe_to_remove_jump_p): New.
1558         * rtl.h (any_condump_p, any_uncondjump_p, pc_set
1559         safe_to_remove_jump_p): Declare.
1560
1561 Mon May 15 21:07:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1562
1563         * calls.c: Re-install both patches reverted by last patch.
1564         (struct arg_data): New field tail_call_reg.
1565         (initialize_argument_information): Initialize tail_call_reg
1566         (load_register_parameters): New argument flags, use
1567         tail_call_reg when emiting tail call sequence.
1568         (expand_call): Update call of load_register_parameters;
1569         copy unadjusted_args_size to adjusted_args_size.
1570
1571 Mon May 15 19:01:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1572
1573         * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
1574         and bct_p parameters to flags.
1575         * loop.h (LOOP_UNROLL, LOOP_BCT): New constants.
1576         * rtl.h (loop_optimize): Update prototype.
1577         * toplev.c (rest_of_compilation): Update call of loop_optimize.
1578
1579 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
1580
1581         * calls.c (expand_call): Move expand_start_target_temps call after
1582         start_sequence().
1583
1584 2000-05-15  Neil Booth  <NeilB@earthling.net>
1585
1586         * cpphash.c (trad_stringify, warn_trad_stringify,
1587         collect_params): Make some pointers pointers to const.
1588         * cpplex.c (auto_expand_name_space) Guaranteed to always
1589         expand by at least one character.
1590         (SPELL_CHAR, SPELL_NONE): Temporarily reverse order.
1591         (struct token_spelling): Use const U_CHAR * rather than PTR.
1592         (expand_name_space): Fix up token pointers if name space
1593         is moved when expanding.
1594         (INIT_NAME, cpp_scan_line, parse_name, parse_number,
1595         parse_string2, save_comment, spell_token, cpp_output_list):
1596         Update so the routines handle tokens with a direct pointer to
1597         their text, rather than an offset into the token's list's namebuf.
1598         (_cpp_lex_line): Rearrange for clarity.
1599
1600         * cpplib.c (_cpp_check_directive): Similarly.
1601         (do_define): Make SYM a pointer to const.
1602         * cpplib.h (struct cpp_name): Replace offset with direct pointer.
1603         (CPP_INT, CPP_FLOAT): Spelling type should be SPELL_IDENT.
1604         (TOK_OFFSET): Delete.
1605         (TOK_NAME): Update.
1606
1607 2000-05-14  Geoffrey Keating  <geoffk@cygnus.com>
1608
1609         * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
1610         64-bit ABI.
1611
1612         * config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE 
1613         into account.
1614         (logical_u_operand): Delete.
1615         (non_logical_cint_operand): Rewrite to take MODE into account.
1616         (non_logical_u_cint_operand): Delete.
1617         (boolean_operator): New function.
1618         (print_operand): Add new %q operand.
1619         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,
1620         remove logical_u_operand and non_logical_u_cint_operand,
1621         update logical_operand and non_logical_cint_operand.
1622         * config/rs6000/rs6000.md: Rewrite the patterns for performing
1623         logical operations to use %q.
1624
1625         * config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
1626         (movdi): Make similar to movsi.
1627         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): There
1628         is no such thing as a DImode CONST_DOUBLE.
1629         * config/rs6000/rs6000.c (output_toc): Likewise.
1630         
1631         * config/rs6000/rs6000.c (output_cbranch): Don't output prediction
1632         codes when old mnemonics are in use.  Print register names
1633         for cc registers when requested.
1634
1635         * optabs.c (expand_float): Don't allow mode widening that causes
1636         double rounding.
1637
1638         * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
1639         flags to their current names -maix64 and -maix32.
1640
1641 2000-05-14  Bruce Korb  <bkorb@gnu.org>
1642
1643         * fixinc/fixfixes.c(wrap_fix): new fix - inserts text before
1644         and/or after current text of file
1645         * fixinc/fixlib.c(must_malloc):
1646         * fixinc/fixlib.h(must_malloc): + reformatting
1647         * fixinc/inclhack.def: replace the "1i" and "$a" sed commands
1648         with usages of ``c_fix = wrap;''
1649         Add several tests and use the ``c_fix = format'' fixer more.
1650         * fixinc/fixincl.x: regen
1651         * fixinc/check.diff: regen
1652         * fixinc/check.tpl: emit the associated header with the missing
1653         test message
1654
1655 Sun May 14 17:58:59 2000  Hans-Peter Nilsson  <hp@axis.com>
1656
1657         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
1658         variables $src and $dst.
1659         
1660 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
1661
1662         * diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
1663         (DIAGNOSTICS_SHOW_PREFIX_NEVER): Likewise.
1664         (DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE): Likewise.
1665         (struct output_buffer: emitted_prefix_p, prefixing_rule): New
1666         fields. 
1667         (set_message_prefixing_rule): Declare.
1668
1669         * diagnostic.c: (current_prefixing_rule): New variable.
1670         (set_message_prefixing_rule): Define.
1671         (output_set_prefix): Adjust buffer->emitted_prefix_p.
1672         (init_output_buffer): Adjust Initialization.
1673         (output_emit_prefix): Rewrite.  Take prefixing rules into account.
1674         
1675 Sat May 13 11:05:47 2000  Philippe De Muyter  <phdm@macqel.be>
1676
1677         * ifcvt.c (if_convert): Do not free NULL.
1678
1679 2000-05-12  Nick Clifton  <nickc@cygnus.com>
1680
1681         * config/fr30/fr30.c (fr30_move_double): New function:  Emit code
1682         to move a double word value.
1683         (di_operand): New function: Return true if the operand is suitbale
1684         for a double word move operation.
1685         (nonimmediate_di_operand): New function: Return true if the
1686         operand is a DImode register or MEM.
1687
1688         * config/fr30/fr30.h (PREDICATE_CODES): Add di_operand and
1689         nonimmediate_di_operand.
1690
1691         * config/fr30/fr30-protos.h Add fr30_move_double, di_operand, and
1692         nonimmediate_di_operand.
1693
1694         * config/fr30/fr30.md (movdi): New pattern.  Required because
1695         other patterns generate DImode results.
1696         (movdi_insn): New pattern.
1697
1698 2000-05-12  Richard Henderson  <rth@cygnus.com>
1699
1700         * config/alpha/alpha.c (struct shadow_summary): Define
1701         bitfields as type unsigned int.
1702
1703 Sat May 13 00:09:59 2000  Denis Chertykov  <denisc@overta.ru>
1704
1705         * config/avr/t-avr: Added definition of FLOAT while generates
1706         fp-bit.c
1707
1708         * config/avr/avr.md: `NEXT_INSN (insn)' substituted to `insn' in
1709         peepholes for tst+jump = sbrs/sbrc optimization.
1710
1711 Fry May 12 20:03:00 CEST 2000  Jan Hubicka  <jh@suse.cz>
1712
1713         * expr.c (emit_push_insn): Do not adjust stack pointer when
1714         preallocating.
1715
1716 Fri May 12 19:03:58 2000  Philippe De Muyter  <phdm@macqel.be>
1717
1718         * ggc-simple.c (offsetof): Macro fallback definition moved from here ..
1719         * system.h (offsetof): ... to here.
1720
1721 2000-05-12  Richard Henderson  <rth@cygnus.com>
1722
1723         * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
1724         * final.c (final_end_function): Use app_disable.  Rearrange note
1725         handling into a switch.  Emit deleted labels.
1726         (output_asm_label): Generate label strings for deleted labels.
1727         * flow.c (tail_recursion_label_list): New.
1728         (find_basic_blocks_1): Set label_value_list directly.  Collect list
1729         of tail recursion labels from call_placeholders.  Don't add deleted
1730         labels to the label value list.
1731         (cleanup_cfg): Use free_EXPR_LIST_list.
1732         (flow_delete_insn_chain): Turn non-removable labels into notes.
1733         (flow_delete_block): Don't disable deleting the block because of
1734         a non-removable label.
1735         (tail_recursion_label_p): New.
1736         (merge_blocks_move_predecessor_nojumps): Don't disable the merge
1737         because of a label.
1738         (merge_blocks_move_successor_nojumps): Likewise.  Also move a
1739         jump table.
1740         (merge_blocks): Disable a merge because of tail recursion labels.
1741         * ifcvt.c (merge_if_block): Don't disable a merge because of a label.
1742         Use a more accurate measure of not merging the join block.
1743         (find_if_block): Don't disable conversion because of a label.
1744         (find_if_case_1, find_if_case_2): Likewise.
1745         * jump.c (duplicate_loop_exit_test): Preserve the kind of list
1746         element when copying.
1747         (squeeze_notes): Also leave EH notes.
1748         (mark_jump_label): Ignore deleted labels.  Use an INSN_LIST for
1749         REG_LABEL notes.
1750         (delete_insn): Preserve LABEL_NAME in NOTE_SOURCE_FILE when
1751         deleting a label.
1752         * print-rtl.c (print_rtx): Print NOTE_SOURCE_FILE for
1753         NOTE_INSN_DELETED_LABEL.  Print `[# deleted]' for a label_ref
1754         referring to a deleted label.  Convert tail handling to a switch.
1755         * rtl.def (CODE_LABEL): Rearrange elements to be compatible with NOTE
1756         for NOTE_INSN_DELETED_LABEL.
1757         (NOTE): Fix commentary.
1758         * rtl.h (REG_LABEL): Update commentary wrt INSN_LIST.
1759         (REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
1760         (CODE_LABEL_NUMBER, LABEL_NAME): Update index.
1761         (LABEL_NUSES, LABEL_REFS): Likewise.
1762         * unroll.c (copy_loop_body): Don't copy NOTE_INSN_DELETED_LABEL.
1763
1764 2000-05-12  Bruce Korb  <bkorb@gnu.org>
1765
1766         * fixinc/fixfixes.c(format_write): buglet & relaxed rules
1767         * fixinc/check.diff: updated
1768         * fixinc/inclhack.def: corrected & added some test_text-s
1769         * fixinc/genfixes: removed unneeded options to autogen invocation
1770         * fixinc/fixincl.tpl: Specified the output file
1771         * fixinc/fixfixes.c: visual appearance
1772         * fixinc/fixincl.x: regenerate
1773
1774 2000-05-12  Zack Weinberg <zack@wolery.cumb.org>
1775
1776         * fixinc/fixfixes.c (IO_use_fix, IO_defn_fix, CTRL_use_fix,
1777         CTRL_defn_fix): Delete.
1778         (fix_char_macro_defines, fix_char_macro_uses): Rename to
1779         char_macro_def_fix and char_macro_use_fix, respectively.  Put
1780         them into the FIXUP_TABLE.  Get the string to search for from
1781         a c_fix_arg.
1782
1783         (format_write): New function.
1784         (format_fix): Use it.
1785
1786         (FIX_PROC_HEAD): Constify text parameter.
1787         (machine_name_fix): Constify all char *s.
1788         * fixtests.c (skip_quote): Remove double static.
1789
1790         * inclhack.def (io_def_quotes, io_use_quotes, ctrl_def_quotes,
1791         ctrl_use_quotes): Update for new scheme.
1792         * fixincl.x: Regenerate.
1793
1794 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
1795
1796         * config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
1797         DWARF2_DEBUG.
1798         (DWARF2_ASM_LINE_DEBUG_INFO): Define.
1799         (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
1800
1801 2000-05-11  Robert Lipe <robertlipe@usa.net>
1802
1803         * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
1804         * fixincl.x: Regenerate.
1805
1806 2000-05-11  Richard Henderson  <rth@cygnus.com>
1807
1808         * calls.c: Revert both 05-09 patches.
1809
1810 2000-05-11  Alexandre Oliva  <aoliva@cygnus.com>
1811
1812         * config/mn10300/mn10300.c (print_operand): Print FP constants in
1813         hexadecimal.
1814         * config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint
1815         for FP values.
1816
1817         * mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
1818         and replace any occurrences of `=' in multilib dirs with `$(EQ)'.
1819
1820 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
1821
1822         * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.
1823
1824 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
1825
1826         * fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
1827
1828 Thu May 11 22:28:05 2000  Denis Chertykov  <denisc@overta.ru>
1829
1830         * config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
1831         * config/avr/avr.c (jump_over_one_insn_p): New function.
1832         * config/avr/avr.md: New peepholes added. Output test and
1833         conditional jump to "sbrc" or "sbrs" command.
1834
1835 2000-05-11  Mark Elbrecht  <snowball3@bigfoot.com>
1836
1837         * cppmain.c (main): Use IS_DIR_SEPARATOR.
1838
1839 2000-05-11  Jakub Jelinek  <jakub@redhat.com>
1840
1841         * except.c (find_exception_handler_labels_1): New function.
1842         (find_exception_handler_labels): Split into two functions, dive
1843         into CALL_PLACEHOLDERs when looking for exception handler labels.
1844
1845 2000-05-11 Stan Cox <scox@cygnus.com>
1846
1847         * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
1848         * timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2.
1849         * toplev.c (rest_of_compilation): Call regrename_optimize before sched2.
1850
1851 2000-05-11  Bruce Korb  <bkorb@gnu.org>
1852
1853         * fixinc/fixfixes.c (double_slash_fix):  obsolete
1854         (else_endif_label_fix): obsolete
1855         (format_fix):  new, unused as yet
1856         (main): obsolete
1857         * fixinc/fixlib.h: added fix description struct for use by format_fix
1858         * fixinc/fixincl.c: removed the struct & test for SIGIOT befure using
1859         * fixinc/Makefile.in:  compile fixfixes.c and fixtests.c as separate
1860         modules.  Removed the vestiges of the script version.
1861         Added support for "make check".
1862         * fixinc/check.diff: base diff file (needs work!!)
1863         * fixinc/check.tpl: quiet the fixup output
1864         * fixinc/fixtests.c (main): obsolete
1865         * fixinc/fixincl.sh:  don't bother copying fixincl to ..
1866         * fixinc/fixincl.tpl:  provide for arguments to c_fix routines
1867
1868 Thu May 11 11:57:02 MET DST 2000  Jan Hubicka <jh@suse.cz>
1869
1870         * toplev.c (rest_of_compilation): Remove dead code after
1871         combine.
1872
1873 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
1874
1875         * cpphash.c (collect_funlike_expansion): Make "# is not
1876         followed by a macro argument name" a pedwarn, not an error.
1877         Preserve the # in the output.  Suppress the warning if lang_asm.
1878
1879 Thu May 11 01:19:31 2000  Jeffrey A Law  (law@cygnus.com)
1880
1881         * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
1882         * configure: Rebuilt.
1883
1884 2000-05-10 Laurynas Biveinis <lauras@softhome.net>
1885
1886         * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
1887
1888 2000-05-10  Kazu Hirata  <kazu@hxi.com>
1889
1890         * combine.c (try_combine): Fix a typo.
1891
1892 Wed May 10 21:31:44 2000  Jim Wilson  <wilson@cygnus.com>
1893
1894         * config/ia64/ia64.md (insv): Add comment.
1895
1896 2000-05-10  Richard Henderson  <rth@cygnus.com>
1897
1898         * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
1899         * mklibgcc.in: Rewrite to not use functions.  Don't shortcut
1900         dependancies on FPBIT and DPBIT.
1901
1902 2000-05-10  Nick Clifton  <nickc@redhat.com>
1903
1904         * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
1905         when optimising for size.
1906         (mark_used_regs:) Ditto.
1907         (try_pre_increment_1): Ditto.
1908
1909 2000-05-10  Zack Weinberg  <zack@wolery.cumb.org>
1910
1911         * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
1912         Make error message friendlier.
1913
1914         * cpphash.h (struct hashnode): Use struct hack for name
1915         member.
1916         * cpphash.c (struct hashdummy): New.
1917         (eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
1918         (make_HASHNODE): No need to set ->name pointer.  Correct
1919         setting of p.
1920         (cpp_lookup): Make 'dummy' a struct hashdummy.  Tidy up a bit.
1921
1922 2000-05-10  Richard Henderson  <rth@cygnus.com>
1923
1924         * flow.c (find_basic_blocks_1): Remove any spare bb_note
1925         after completion.
1926
1927 2000-05-10  Bruce Korb  <bkorb@gnu.org>
1928
1929         * fixinc/gnu-regex.c:  reg_syntax_t re_syntax_options must be static
1930
1931 2000-05-10  Eric Schweitz  <schweitz@nortelnetworks.com>
1932
1933         * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
1934         after we enter .debug.
1935
1936 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
1937
1938         * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
1939         abstract instance of a nested inline function.
1940
1941         * stor-layout.c (finish_record_layout): finalize_type_size
1942         before laying out the pending_statics.
1943
1944 Wed 10 May 09:36:47 2000  Neil Booth  <NeilB@earthling.net>
1945
1946         * cpplex.c (spell_token): New function.
1947         (spell_string, spell_comment, spell_name): fold into
1948         spell_token.    
1949         (I, S): Add macros.
1950         (E, H): Remove macros.
1951         (save_comment): Save comment opening characters too.
1952         (_cpp_lex_file): Update to use spell_token.  Tidy up comment
1953         handling.
1954         * cpplib.h (I, S): Add macros.
1955         (E, H): Remove macros.
1956         (TTYPE_TABLE): Update entries for new speller.
1957         (SYNTAX_ASSERT): Remove.
1958
1959 Wed 10 May 09:08:30 2000  Neil Booth  <NeilB@earthling.net>
1960
1961         * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
1962         when removing escaped newlines.  Reverse sense of test for
1963         escaped newline.
1964
1965 2000-05-09  Richard Henderson  <rth@cygnus.com>
1966
1967         * flow.c (find_basic_blocks_1): Do not delete the first
1968         bb_note we run across.
1969         (create_basic_block): Use reorder_insns to move an existing
1970         bb_note to the correct place.
1971
1972 2000-05-09  Richard Henderson  <rth@cygnus.com>
1973
1974         * calls.c (expand_call): Increment currently_expanding_call
1975         before calling optimize_tail_recursion.
1976
1977 Tue May  9 18:54:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1978
1979         * reload1.c (reload_combine): Fix errors in last change.
1980
1981 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
1982
1983         * gcc.c (used_arg): Skip over a semicolon at the end of the
1984         split-up loop; don't break out of it.
1985
1986         * Makefile.in (WARN_CFLAGS): Add -Wwrite-strings.
1987         (tree.o): Depend on output.h.
1988
1989         * c-decl.c (pending_invalid_xref_file,
1990         current_function_prototype_file): Constify.
1991         (pushdecl): Constify a local char *.
1992         (define_label): Constify filename parameter.
1993         * c-lex.c (init_parse): Constify parameter and return value.
1994         * c-typeck.c (c_expand_asm_operands): Constify filename parameter.
1995         * c-tree.h: Update prototypes.
1996         * c-parse.in: Constify filename member of %union, and if_stmt_file.
1997         * c-parse.y, c-parse.c, c-parse.h, objc/objc-parse.y,
1998         objc/objc-parse.c: Regenerate.
1999
2000         * dwarfout.c (dwarfout_init): Constify main_input_filename parameter.
2001         * dwarfout.h: Update prototypes.
2002         * expr.c (expand_expr): Constify a local char *.
2003         * flags.h: Constify main_input_filename.
2004         * function.c (expand_function_end): Constify filename parameter.
2005         * genrecog.c (make_insn_sequence): Use a character array for
2006         c_test_pos.
2007         (main): Remove unused variables.
2008         * input.h: Constify input_filename, main_input_filename, and
2009         file_stack.name.  Update prototypes.
2010         * output.h: Declare first_global_object_name and
2011         weak_global_object_name here, as const char *.
2012         * stmt.c (expand_asm_operands): Constify filename parameter.
2013         * toplev.c (compile_file, push_srcloc, debug_start_source_file):
2014         Constify filename parameter.
2015         (input_filename, main_input_filename): Constify.
2016         * toplev.h: Update prototypes.
2017         * tree.c: Include output.h.  Don't declare
2018         first_global_object_name or weak_global_object_name.  Clean up string
2019         bashing in get_file_function_name_long.
2020         * tree.h (struct tree_decl): Constify filename member.
2021         (input_filename): Constify.
2022         Update prototypes.
2023         * varasm.c (first_global_object_name, weak_global_object_name):
2024         Constify.
2025         (assemble_start_function, assemble_variable): Clean up string bashing.
2026
2027         * gcc.c: Constify all spec-related strings initialized,
2028         transitively, from string constants.  Constify all strings
2029         and string variables related to multilibs.
2030         (set_spec, read_specs): Cast argument to free to PTR.
2031         (used_arg): Do not modify multilib_matches.  Use strncmp plus
2032         length comparison to compare multilib switches.
2033         * genmultilib: Constify everything declared in multilib.h.
2034
2035 Tue May  9 22:28:03 2000  Denis Chertykov  <denisc@overta.ru>
2036
2037         * flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn
2038         as deleted.
2039
2040 Tue May  9 20:52:43 2000  Denis Chertykov  <denisc@overta.ru>
2041
2042         * config/avr/avr-protos.h (extra_constraint): change a type of
2043         second argument from char to int to avoid warnings.
2044         (asm_output_byte): Likewise.
2045         
2046         * config/avr/avr.c (MAX_LD_OFFSET) New macro.
2047         (initial_elimination_offset): Handle elimination from
2048         FRAME_POINTER_REGNUM to STACK_POINTER_REGNUM.
2049         (legitimate_address_p): Use MAX_LD_OFFSET.
2050         (legitimize_address): Likewise.
2051         (out_movqi_r_mr): Likewise.
2052         (out_movhi_r_mr): Likewise, use `fatal_insn' instead of `fatal'.
2053         (out_movsi_r_mr): Use MAX_LD_OFFSET.
2054         (out_movsi_mr_r): Likewise.
2055         (out_movqi_mr_r): Likewise.
2056         (out_movhi_mr_r): Likewise.
2057         (notice_update_cc): Correct CC for the ashrqi3 with the shift
2058         count as CONST_INT != 6.
2059         (ashlqi3_out): Coding style modifications. Run `fatal_insn' if
2060         shift count is a CONSTANT_P, but not a CONST_INT.
2061         (ashlhi3_out): Coding style modifications.
2062         (ashlsi3_out): Likewise.
2063         (ashrhi3_out): Likewise.
2064         (ashrsi3_out): Likewise.
2065         (lshrhi3_out): Likewise.
2066         (lshrsi3_out): Likewise.
2067         (ashrqi3_out): Generate shift for any known constant count without
2068         scratch register. Run `fatal_insn' if shift count is a CONSTANT_P,
2069         but not a CONST_INT.
2070         (lshrqi3_out): Coding style modifications. Run `fatal_insn' if
2071         shift count is a CONSTANT_P, but not a CONST_INT. 
2072         (extra_constraint): change a type of
2073         second argument from char to int to avoid warnings.
2074         (asm_output_byte): Likewise.
2075         (asm_file_end): Output size generated commands count as a hex
2076         number too.
2077
2078         * config/avr/avr.h (RETURN_ADDR_RTX): New macro.
2079
2080         * config/avr/avr.md (addhi3): Fragment commented by &&0 is
2081         removed.
2082         (ashlqi3): Values of "length" attribute changed. Shift count
2083         uses constraints 'n' instead of 'i'.
2084         (ashrqi3): Likewise. Values of "cc" attribute changed. Generate
2085         shifts without clobber register.
2086         (lshrqi3): Shift count uses constraints 'n' instead of 'i'.
2087         (call_insn): Correct test for which_alternative == 1 (was 0).
2088         (call_value_insn): Likewise.
2089         
2090         * config/avr/t-avr: Remove definition of FLOAT while generates
2091         fp-bit.c
2092
2093 2000-05-09  Bruce Korb  <bkorb@gnu.org>
2094
2095         * fixinc/check.tpl:  Template for checking fixes
2096         * fixinc/inclhack.def:  Added 'test_text' for many fixes
2097         disable hpux8_bogus_inlines on SCO
2098         * fixinc/fixinc.sco:  Oh, yes, we don't need this any more.
2099
2100 Tue May  9 16:30:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2101
2102         * calls.c (expand_call): Reorganize somewhat in order
2103         to avoid unnecesary recalculation inside loop and make
2104         tail call failure code cleaner.
2105         
2106 Tue May  9 06:30:20 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2107
2108         * alias.c (nonlocal_reference_p): Minor reformatting.
2109         * reload.c (find_equiv_reg): Simplify logic for
2110         CALL_INSN_FUNCTION_USAGE since can't have SUBREG or pseudos and
2111         some some reformatting.
2112         * reload1.c (reload_combine): Don't assume everything in
2113         CALL_INSN_FUNCTION_USAGE is a REG and clean up code a bit.
2114
2115 2000-05-08  Richard Henderson  <rth@cygnus.com>
2116
2117         * final.c (current_insn_predicate): New.
2118         (final_scan_insn): Set it.
2119         * output.h (current_insn_predicate): Declare.
2120
2121         * ifcvt.c (cond_exec_process_insns): New argument prob_val.
2122         Attach it to call insns.
2123         (cond_exec_process_if_block): Track probability for true and
2124         false branches.
2125         (dead_or_predicable): Likewise.
2126
2127         * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.
2128         (PROB_UNLIKELY, PROB_EVEN, PROB_LIKELY): New.
2129         (PROB_VERY_LIKELY, PROB_ALWAYS): New.
2130         (estimate_probability, expected_value_to_br_prob): Use them.
2131
2132         * config/ia64/ia64-protos.h (ia64_expand_prediction): Declare.
2133         * config/ia64/ia64.c (ia64_print_operand_address): Handle 'j'.
2134         (ia64_expand_prediction): New.
2135         (emit_insn_group_barriers): Don't look at notes.  Emit barriers
2136         as needed after calls.
2137         (ia64_epilogue_uses): Mark b0 used.
2138         * config/ia64/ia64.md (beq_true, beq_false): Remove.
2139         (bne_true, bne_false): Remove.
2140         (eq_return, eq_not_return, ne_return, ne_not_return): Remove.
2141         (br_true, br_false): New.  Use predicate_operator and
2142         ia64_expand_prediction.
2143         (return_true, return_false): Likewise.
2144         (call_internal): Use ia64_expand_prediction.  Don't emit stop bit.
2145         (call_internal1, call_value_internal): Likewise.
2146         (call_value_internal1, call_multiple_values_internal1): Likewise.
2147
2148         * config/ia64/ia64.c (ia64_direct_return): Require frame size zero.
2149
2150         * config/ia64/ia64.md (extendsfdf2): Split only after reload.
2151
2152 2000-05-08  Richard Henderson  <rth@cygnus.com>
2153
2154         * rtlanal.c (may_trap_p): Consider old-style and volatile
2155         asms to trap.
2156
2157 Mon May  8 17:16:48 2000  Jim Wilson  <wilson@cygnus.com>
2158
2159         * config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.
2160
2161 2000-05-08  Richard Henderson  <rth@cygnus.com>
2162
2163         * config/ia64/ia64.h (predicate_operator): Declare.
2164
2165         * config/ia64/ia64.md (extendsfdf2): Split the nop case out
2166         of existance.
2167
2168         * gensupport.c (process_rtx): Copy and post-process each member
2169         of the define_insn rtvec individually.
2170
2171 Mon  8 May 22:17:35 2000  Neil Booth  <NeilB@earthling.net>
2172
2173         * cpplex.c (spell_token): New function.
2174         (TOKEN_LEN): Add 1 for whitespace.
2175         (_cpp_lex_file): Update to use spell_token.
2176         * cpplib.h (E): Remove.
2177         (TTYPE_TABLE): Update CPP_VSPACE entry.
2178
2179 2000-05-08  Richard Henderson  <rth@cygnus.com>
2180
2181         * flow.c (init_propagate_block_info): Watch out for conditional
2182         branch to next instruction, and thus one outgoing edge.
2183
2184         * config/ia64/ia64.c (ia64_encode_section_info): Exit early
2185         for global register variables; don't special case __[CD]TOR_LIST__;
2186         mind ggc_p for string allocation.
2187
2188 2000-05-08  Nick Clifton  <nickc@cygnus.com>
2189
2190         * config/i386/i386.h (ELIMINABLE_REGS): Fix comment.
2191
2192 2000-05-08  Bruce Korb  <bkorb@gnu.org>
2193
2194         * fixinc/mkfixinc.sh:  fixinc.sco is no longer used
2195         i?86-*-msdosdjgpp* no longer uses fixincludes
2196         * fixinc/genfixes:  inclhack.sh and fixincl.sh are no longer generated
2197         * fixinc/inclhack.sh:  deleted
2198         * fixinc/hackshell.tpl:  deleted
2199         * fixinc/inclhack.tpl:  deleted
2200         * fixinc/Makefile.in:  Remove dependencies on above
2201         * fixinc/fixincl.sh:  "DO NOT EDIT" text modified
2202
2203 2000-05-08  Andreas Jaeger  <aj@suse.de>
2204
2205         * config/mips/linux.h: Remove undefines which disabled .ctor/.dtor
2206         support.
2207
2208 2000-05-07  Zack Weinberg  <zack@wolery.cumb.org>
2209
2210         * Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
2211         substitutions.
2212
2213 Sun  7 May 08:43:53 2000  Neil Booth  <NeilB@earthling.net>
2214
2215         * cpplex.c: Move new lexer definitions and prototypes
2216         to top.  Conditional include these and the code if
2217         NEW_LEXER is defined.  Rename functions whose names
2218         clash if this code included.
2219
2220 Sun May  7 00:54:57 EDT 2000  John Wehle  (john@feith.com)
2221
2222         * rtl.def (COND_EXEC): Clarify.
2223
2224         * i386.md (extendsidi2): Clobber (reg:CC 17) in the
2225         same fashion as zero_extendsidi2.
2226
2227 2000-05-06  Richard Henderson  <rth@cygnus.com>
2228
2229         * config/ia64/ia64.c (predicate_operator): New.
2230         (ia64_print_operand): Handle 'J'.
2231         (rtx_needs_barrier): Handle COND_EXEC.
2232         * config/ia64/ia64.h (BRANCH_COST): Define.
2233         (PREDICATE_CODES): Update.
2234         * config/ia64/ia64.md: Docuement used unspec values.
2235         (attr predicable): New.
2236         (movxf, movxf_internal): New.
2237         (extendsfdf2): Don't comment out nop.
2238         (floatdidf2): Remove.
2239         (truncxfsf2, truncxfdf2, floatdixf2): New.
2240         (abssi2, absdi2): Put the neg in the "true" slot.
2241         (conditional branch instructions): Mark not predicable.
2242         (cmov*_internal): Use predicate_operator.  Split to cond_exec.
2243         (abs*_internal): Likewise.
2244         (alloc, set_bsp): Mark not predicable.
2245         (barrier, insn_group_barrier, flush_cache): Likewise.
2246         (define_cond_exec): New.
2247
2248 2000-05-06  Richard Henderson  <rth@cygnus.com>
2249
2250         * c-decl.c: Include "tm_p.h".
2251
2252         * config/ia64/ia64-protos.h: Rearrange decls to reduce ifdef madness.
2253         (fetchadd_operand, ia64_expand_fetch_and_op): Declare.
2254         (ia64_expand_op_and_fetch): Declare.
2255         * config/ia64/ia64.c: Include "toplev.h".  Kill trailing whitespace.
2256         (setjmp_operand): Constify variables for XSTR.
2257         (ia64_encode_section_info): Likewise.
2258         (ia64_print_operand): Use %d for exact_log2; cast 32-bit printed
2259         values to int.
2260         (ia64_asm_output_external): Constify name.
2261         (process_set): Use HOST_WIDE_INT_PRINT_DEC for frame size.
2262         (process_for_unwind_directive): Provide switch default.
2263         (ia64_expand_compare_and_swap): Remove unused variables.
2264         (ia64_expand_builtin): Likewise.
2265         * config/ia64/ia64.h (ASM_OUTPUT_BYTE): Mask and cast value to int
2266         for printing.
2267
2268         * config/ia64/ia64.c (sdata_symbolic_operand): Mark unused args.
2269         (symbolic_operand, function_operand, setjmp_operand): Likewise.
2270         (shift_count_operand, shift_32bit_count_operand): Likewise.
2271         (shladd_operand, fetchadd_operand, ia64_function_prologue): Likewise.
2272         (ia64_function_epilogue, ia64_setup_incoming_varargs): Likewise.
2273         (ia64_function_arg_partial_nregs, ia64_function_value): Likewise.
2274         (ia64_print_operand_address, ia64_secondary_reload_class): Likewise.
2275         (ia64_expand_builtin): Likewise.
2276         (call_multiple_values_operation): Make dest_regno unsigned.
2277
2278 2000-05-06  Richard Henderson  <rth@cygnus.com>
2279
2280         * rtl.def (DEFINE_COND_EXEC): New.
2281         * md.texi: Document it.
2282
2283         * gensupport.c (input_file): Remove.
2284         (struct queue_elem): Add lineno.
2285         (rtx_ready_queue): Remove.
2286         (errors): New.
2287         (predicable_default): New.
2288         (predicable_true, predicable_false): New.
2289         (define_attr_queue, define_attr_tail): New.
2290         (define_insn_queue, define_insn_tail): New.
2291         (define_cond_exec_queue, define_cond_exec_tail): New.
2292         (other_queue, other_tail): New.
2293         (queue_pattern): New.
2294         (process_rtx): Add patterns to the appropriate queues.
2295         (is_predicable, identify_predicable_attribute): New.
2296         (n_alternatives, collect_insn_data): New.
2297         (alter_predicate_for_insn, alter_test_for_insn): New.
2298         (shift_output_template, alter_output_for_insn): New.
2299         (process_one_cond_exec, process_define_cond_exec): New.
2300         (init_md_reader): Read the entire file.  Process define_cond_exec.
2301         (read_md_rtx): Return elements from the queues.
2302
2303 2000-05-06  Richard Henderson  <rth@cygnus.com>
2304
2305         * flow.c (mark_set_1): Don't update conditional life info
2306         if the register is not_dead.
2307
2308 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
2309
2310         * Makefile.in (STAGESTUFF): Add genrtl.c and genrtl.h.
2311         (mostlyclean): Also delete fixincl, fixinc.sh, and
2312         specs.ready, and make clean in the fixinc subdir.
2313
2314 2000-05-06  Richard Henderson  <rth@cygnus.com>
2315
2316         * Makefile.in (gensupport.o): Compile for the host.
2317         (host-prefix gensuuprt.o): Remove.
2318         (genflags.o): Depend on gensupport.h and OBSTACK_H.
2319         (genattrtab.o): Likewise.
2320         (gencodes.o): Depend on gensupport.h.
2321         (genemit.o, genopinit.o, genrecog.o, genextract.o): Likewise.
2322         (genpeep.o, genattr.o, genoutput.o): Likewise.
2323
2324         * gensupport.c (obstack, rtl_obstack): New.
2325         (init_md_reader): Initialize rtl_obstack.
2326         * gensupport.h (rtl_obstack): Declare.
2327         (message_with_line): Declare.
2328
2329         * genattr.c: Remove all traces of obstack manipulation.
2330         * gencodes.c, genconfig.c, genemit.c, genextract.c: Likewise.
2331         * genopinit.c, genoutput.c, genpeep.c, genrecog.c: Likewise.
2332
2333         * genattrtab.c (obstack, rtl_obstack): Remove.
2334         (main): Don't init rtl_obstack.
2335         * genflags.c: Likewise.
2336
2337         * genrecog.c (message_with_line): Move ...
2338         * gensupport.c: ... here.
2339
2340 2000-05-06  Richard Henderson  <rth@cygnus.com>
2341
2342         * c-typeck.c (build_c_cast): Remove dead code.
2343
2344 2000-05-06  Richard Henderson  <rth@cygnus.com>
2345
2346         * flow.c (split_edge): Don't allocate global_live_at_start for
2347         the new block unless the old blocks had them as well.
2348
2349         * flow.c (mark_set_1): Respect not_dead when updating reg_live.
2350
2351         * ifcvt.c (noce_process_if_block): Don't use an insn_b from
2352         test_bb if a or b uses x.
2353
2354 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
2355
2356         * cpphash.h: Remove conditional #define of __extension__.
2357         * rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2,
2358         RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros
2359         (ENABLE_RTL_CHECKING only).
2360         * tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK,
2361         CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
2362         (ENABLE_TREE_CHECKING only).
2363         * varray.h: Add __extension__ to VARRAY_CHECK macro
2364         (ENABLE_CHECKING only).
2365
2366 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
2367
2368         Use new tail-calling mechanism on ARM.
2369         * arm.md (sibcall, sibcall_value): New expands.
2370         (sibcall_insn, sibcall_value_insn, sibcall_epilogue): New insns.
2371         (tailcalling peepholes): Delete.
2372         (push_multi): Simplify.
2373         * arm.c (lr_save_eliminated): Delete definition.
2374         (pattern_really_clobbers_lr, function_really_clobbers_lr): Delete.
2375         (output_return_instruction): Remove checks on lr_save_eliminated.
2376         (output_arm_prologue): Remove old tail-calling code.
2377         (arm_output_epilogue): New parameter, really_return.  All callers
2378         changed.  Handle tail-calling epilogues.
2379         * arm.h (lr_save_eliminated): Delete declaration.
2380         (frame_pointer_needed): Delete declaration.
2381         * arm-protos.h (arm_output_epilogue): Adjust prototype.
2382
2383         * arm.md (is_thumb): Examine symbol thumb_code, not expression
2384         TARGET_ARM.
2385         * arm.c (thumb_code): Define it.
2386         (arm_override_options): Set it.
2387         * arm.h (thumb_code): Declare it.
2388         
2389 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
2390
2391         * arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
2392
2393 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
2394
2395         * arm.c (arm_gen_load_multiple, arm_gen_store_mulitple): Don't add
2396         bogus clobber to insns.
2397         (load_multiple_operation, store_mulitple_operation): Don't check 
2398         for it.
2399         * arm.md (ldmsi_postinc, stmsi_postinc): Adjust accordingly.
2400
2401         * arm.md (and_scc, ior_scc): Add missing mode.
2402
2403         * arm.md (call_value_symbol): Remove predicate from op2.
2404
2405         * arm.h (SPECIAL_MODE_PREDICATES): Define.
2406         
2407 Sat May  6 06:25:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2408
2409         * expr.c (get_subtarget): New function.
2410         (force_operand, expand_expr, do_store_flag): Use it.
2411
2412         * toplev.c (compile_file): Don't take strlen of NAME if null.
2413
2414 2000-05-06  David Edelsohn  <edelsohn@gnu.org>
2415
2416         * xcoffout.c (xcoff_current_include_file,
2417         xcoff_current_function_file, xcoff_lastfile): Constify char *.
2418         (xcoffout_source_file, xcoffout_source_line): Make filename 'const
2419         char *'.
2420         (xcoffout_declare_function): Make name 'const char *'.
2421         (xcoffout_end_epilogue): Make fname 'const char *'
2422         * xcoffout.h (xcoff_current_include_file, xcoff_lastfile,
2423         xcoffout_declare_function, xcoffout_source_line): Match above.
2424
2425         * aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -mpowerpc64 without
2426         -maix64 is error.
2427         * rs6000.c (print_operand): Fix lossage typo.
2428         (output_cbranch): Remove "cr" decoration for now.
2429         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Make alias 'const char *'. 
2430
2431 Sat May  6 06:55:32 2000  Denis Chertykov  <denisc@overta.ru>
2432
2433         * config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by
2434         constant count.
2435
2436 2000-05-05  Bruce Korb  <bkorb@gnu.org>
2437
2438         * fixinc/genfixes: Improve the matching for make target names
2439
2440 2000-05-05  Catherine Moore  <clm@cygnus.com>
2441
2442         * c-common.c (decl_attributes):  For TYPE_DECLs attach the
2443         attribute to the decl.
2444         * c-decl.c (pushdecl): Propagate the USED attribute to the 
2445         type copy.
2446
2447 2000-05-05  Richard Henderson  <rth@cygnus.com>
2448
2449         * rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the
2450         same way emit_group_load does.
2451
2452 2000-05-05 Mark Elbrecht <snowball3@bigfoot.com>
2453
2454         * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
2455
2456         * toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.
2457         (main): Likewise.
2458
2459 2000-05-05 Rodney Brown <RodneyBrown@mynd.com>
2460
2461         * pa.h (FUNCTION_ARG_ADVANCE): Warning removal.
2462
2463 Fri May  5 10:29:21 2000  Marc Espie <espie@cvs.openbsd.org>
2464
2465         * config/openbsd.h (LINK_SPEC): pass correct flags to ld 
2466         to support -shared, on platforms with dynamic libraries.
2467
2468 Fri May  5 10:27:06 2000  Philippe De Muyter  <phdm@macqel.be>
2469
2470         * system.h (S_ISBLK): Provide fallback definition.
2471
2472 2000-05-05  Geoff Berry  <geoffb@bops.com>
2473
2474         * extend.texi (Extended Asm): Document inability to give asm
2475         statements access to condition codes.
2476
2477 2000-05-05  Marek Michalkiewicz  <marekm@linux.org.pl>
2478
2479         * varasm.c (asm_emit_uninitialised): Use 0, not NULL
2480         as arg 2 of UNIQUE_SECTION.
2481
2482 Fri May  5 10:11:41 2000  Jeffrey A Law  (law@cygnus.com)
2483
2484         * predict.c: Remove May 4 change.
2485         * bb-reorder.c (make_reorder_chain): Do not perform block movement
2486         if we have predicted the branch at 50-50 probability.
2487
2488 2000-05-05  Richard Henderson  <rth@cygnus.com>
2489
2490         * flow.c (init_propagate_block_info): Fix merge error
2491         in HAVE_conditional_execution code.
2492
2493 Fri May  5 07:43:50 2000  Denis Chertykov  <denisc@overta.ru>
2494
2495         * config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal
2496         shift cycle for unknown shift count. Also generates dec + brpl.
2497         (ashlqi3_out): Don't generate dec + brpl which now generates by
2498         `out_shift_with_cnt'.
2499         (ashlhi3_out): Likewise.
2500         (ashlsi3_out): Likewise.
2501         (ashrqi3_out): Likewise.
2502         (ashrhi3_out): Likewise.
2503         (ashrsi3_out): Likewise.
2504         (lshrqi3_out): Likewise.
2505         (lshrhi3_out): Likewise.
2506         (lshrsi3_out): Likewise.
2507
2508 2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>
2509
2510         * gcc.c (free_split_directories): Correct typo in explanation
2511         of make_relative_prefix.
2512
2513 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
2514
2515         * config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
2516         comparison codes to branch_comparison_operator.
2517
2518 2000-05-04  Richard Henderson  <rth@cygnus.com>
2519
2520         * ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
2521
2522 2000-05-04  Richard Henderson  <rth@cygnus.com>
2523
2524         * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
2525         (DPBIT_FUNCS): Remove _sf_to_usi.
2526         (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
2527
2528         * ifcvt.c (noce_process_if_block): Fail if A or B modified
2529         between condition and jump.
2530
2531         * libgcc2.c (near eh_context_specific): Comment #endif string.
2532         * longlong.h: Don't use strings with embedded newlines.
2533
2534 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
2535
2536         * config/rs6000/rs6000-protos.h: Add output_cbranch.
2537         * config/rs6000/rs6000.c (ccr_bit_negated_p): Delete.
2538         (print_operand): Delete %t and %T codes.
2539         (output_cbranch): New function.  Support branch prediction.
2540         * config/rs6000/rs6000.md: Use output_cbranch for
2541         conditional branches and returns.
2542
2543 2000-05-04  Jason Merrill  <jason@casey.cygnus.com>
2544
2545         * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
2546         * stor-layout.c (place_field): Likewise.
2547         * integrate.h (struct inline_remap): Make regno_pointer_align unsigned.
2548         * expr.c (store_expr): Make align unsigned.
2549         * explow.c (plus_constant_wide): Make low words unsigned.
2550         * expmed.c (choose_multiplier): Likewise.
2551         * fold-const.c (fold):  Likewise.
2552         * tree.h (build_int_2): Likewise.
2553         * tree.c (build_int_2_wide, tree_int_cst_msb): Likewise.
2554         * emit-rtl.c (gen_reg_rtx): Add cast to unsigned char*.
2555         (init_emit): Change cast to unsigned char*.
2556         * varasm.c (compare_constant_1): Add cast to char*.
2557         * gcse.c (delete_null_pointer_checks): Change cast to unsigned int*.
2558         * reload1.c (reload): Likewise.
2559
2560         * rtl.h (MEM_SET_IN_STRUCT_P): Use do { } while (0).
2561
2562 Thu May  4 14:37:23 2000  Jeffrey A Law  (law@cygnus.com)
2563
2564         * predict.c (estimate_probability): If no prediction was found, then
2565         predict the successor that is the next physical block (if such a
2566         successor exists).
2567
2568 2000-05-04  Richard Henderson  <rth@cygnus.com>
2569
2570         * config/alpha/t-alpha (LIB2FUNCS_EXTRA): Use qrrnd.asm in place.
2571
2572 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2573
2574         * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
2575
2576 2000-05-04  Mumit Khan  <khan@xraylith.wisc.edu>
2577
2578         * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move 
2579         attribute macros from here ...
2580         (CPP_SPEC): to here.
2581         * i386/mingw32.h (CPP_PREDEFINES): Likewise.
2582         (CPP_SPEC): Likewise.
2583         * i386/crtdll.h (CPP_PREDEFINES): Delete attribute macros. 
2584
2585         * Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
2586         (libgcc.a): Pass LIB1ASMSRC to libgcc.mk.
2587
2588 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2589
2590         * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.
2591         
2592         * diagnostic (vbuild_message_string, build_message_string,
2593         build_location_prefix, output_get_prefix, init_output_buffer,
2594         output_notice, vline_wrapper_message_with_location,
2595         v_message_with_decl, default_print_error_function): De-constify.
2596         (set_real_maximum_length): Prototype.
2597
2598         * diagnostic.h (struct output_buffer, init_output_buffer,
2599         output_get_prefix, output_set_prefix): De-constify.
2600
2601         * function.c (init_function_start): Constify.
2602
2603         * gensupport.c (remove_constraints, process_rtx): Prototype.
2604
2605         * gthr-posix.h: Indent uses of #pragma.
2606
2607         * objc/objc-act.c (ggc_mark_imp_list, ggc_mark_hash_table):
2608         Prototype.
2609
2610         * predict.c (find_expected_value): Delete prototype.
2611         (expected_value_to_br_prob): Initialize variable `ev_reg'.
2612
2613         * sbitmap.h (debug_sbitmap): Prototype.
2614
2615         * ssa.c (compute_coalesced_reg_partition): Prototype.
2616
2617         * stor-layout.c (debug_rli): Prototype.
2618
2619         * tree.h (round_down): Prototype.
2620         (init_function_start): Constify.
2621
2622 2000-05-04  Zack Weinberg  <zack@wolery.cumb.org>
2623
2624         * cpphash.h: #define __extension__ away if GCC_VERSION < 2095
2625         (overly conservative).  Change extern inline wrappers to
2626         static inline, define them always, use PARAMS properly.
2627         * cpplex.c (_cpp_get_directive_token): Don't issue pedantic
2628         whitespace warnings for \f and \v at the beginning of a line.
2629
2630 Thu May  4 10:03:50 2000  Jeffrey A Law  (law@cygnus.com)
2631
2632         * haifa-sched.c (schedule_insns): Free the flow edge list when it
2633         is no longer needed
2634
2635 2000-05-04  Bruce Korb  <bkorb@gnu.org>
2636
2637         * fixincl/inclhack.def: added broken_cabs -
2638         Remove `extern double cabs' declarations from math.h
2639         * fixincl/inclhack.sh: regen
2640         * fixincl/fixincl.x: regen
2641         * fixincl/fixincl.c: Remove BOGOSITY code
2642         * fixincl/mkfixinc.sh: Remove code for installing "shell" version
2643
2644 Thu May  4 09:45:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2645
2646         * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
2647         MEM_ALIAS_SET.
2648         * alias.c (canon_rtx): Don't copy RTX_UNCHANGING_P or MEM_ALIAS_SET
2649         when calling MEM_COPY_ATTRIBUTES.
2650         * emit-rtl.c (operand_subword, change_address): Likewise.
2651         * explow.c (stabilize): Likewise.
2652         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
2653         * integrate.c (copy_rtx_and_substitute): Likewise.
2654         * combine.c (combine_simplify_rtx): Don't copy RTX_UNCHANGING_P
2655         when calling MEM_COPY_ATTRIBUTES.
2656         (make_extraction, simplify_shift_const, gen_lowpart_for_combine):
2657         Likewise.
2658         * cse.c (gen_lowpart_if_possible): Likewise.
2659         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
2660         * optabs.c (gen_move_insn): Likewise.
2661         * recog.c (validate_replace_rtx_1): Likewise.
2662         * simplify-rtx.c (add_mem_for_addr): Likewise.
2663         * stmt.c (expand_anon_union_decl): Likewise.
2664         * config/arm/arm.md: Likewise.
2665         * config/h8300/h7300.c (fix_bit_operand): Likewise.
2666         * config/m88k/m88k.c (legitimize_address, block_move_loop): Likewise.
2667         (block_move_no_loop, block_move_sequence): Likewise.
2668         * config/rs6000/rs6000.c (expand_block_move_mem): Likewise.
2669         * config/alpha/alpha.c (get_aligned_mem): Likewise.
2670         Clear MEM_ALIAS_SET.
2671         * final.c (alter_subreg): Don't copy MEM_ALIAS_SET when calling
2672         MEM_COPY_ATTRIBUTES.
2673
2674 2000-05-03  Robert Lipe <robertlipe@usa.net>
2675         
2676         * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
2677         to suppress libgcc1.
2678         (i[34567]86-*-sco3.2v5*) Likewise.
2679         (i[34567]86-*-sco3.2v4*) Likewise.
2680         (i[34567]86-*-sco) Likewise.
2681         (i[34567]86-*-solaris2) Likewise.
2682         (i[34567]86-*-sysv5*) Likewise.
2683         (i[34567]86-*-sysv4*) Likewise.
2684         (i[34567]86-*-udk*) Likewise.
2685         (i[34567]86-*-sysv*) Likewise.
2686
2687 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
2688
2689         * cpphash.h (U): New define, to correct type of string constants.
2690         (ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper
2691         routines, to do casts when passing unsigned strings to libc.
2692         * cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them.
2693
2694         * cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *.
2695         * cpphash.c (_cpp_quote_string): Make string an U_CHAR *.
2696         * cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *.
2697         * cpplex.c (parse_ifdef, parse_include, validate_else): Make
2698         second argument an U_CHAR *.
2699
2700         * cppinit.c (builtin_array): Make name and value U_CHAR *, add
2701         length field, clean up initializer.
2702         (ISTABLE): Add __extension__ to designated-
2703         initializers version.
2704         * cpplex.c (CHARTAB): Likewise.
2705
2706         * mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS
2707         case so the file won't be empty.
2708
2709 Wed May  3 21:01:46 2000  Jason Eckhardt  <jle@cygnus.com>
2710
2711         * bb-reorder.c (struct reorder_block_def): Member succ removed.
2712         (REORDER_BLOCK_SUCC): Removed.
2713         (enum reorder_skip_type): Removed.
2714         (skip_insns_between_block): Renamed to skip_insns_after_block.
2715         Removed second argument. Removed dead code and cleaned up.
2716         (make_reorder_chain): Removed use of REORDER_BLOCK_SUCC.
2717         (reorder_basic_blocks): Remove use of REORDER_SKIP_AFTER. Removed
2718         second parameter to skip_insns_after_block.
2719
2720 Wed May  3 13:29:54 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2721
2722         * tree.c (staticp, case LABEL_DECL): New case.
2723
2724 2000-05-03  Richard Henderson  <rth@cygnus.com>
2725
2726         * Makefile.in (start.encap): Do not depend on LIBGCC1.
2727
2728         * mklibgcc1.in: Fix typo last change.
2729
2730 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
2731
2732         * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.
2733         (LOOSE_CFLAGS): New: CFLAGS without -pedantic and -Wtraditional.
2734         (GCC_CFLAGS): Use it.
2735         (LANG_FLAGS_TO_PASS): New: SUBDIR_FLAGS_TO_PASS with LOOSE_CFLAGS.
2736         * cp/Make-lang.in, java/Make-lang.in, f/Make-lang.in, ch/Make-lang.in,
2737         objc/Make-lang.in: Use it.
2738
2739 2000-05-03  Jason R Thorpe  <thorpej@zembu.com>
2740
2741         * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
2742
2743 2000-05-03  Richard Henderson  <rth@cygnus.com>
2744
2745         * mklibgcc.in: Restrict OLDCC=GCC test to native.  Equate
2746         LIBGCC1 empty with libgcc1.null.
2747
2748 Wed May  3 12:55:46 2000  Jim Wilson  <wilson@cygnus.com>
2749
2750         * fold-const.c (extract_muldiv, case MAX_EXPR): Don't allow signedness
2751         change.
2752
2753 2000-05-03  Greg McGary  <gkm@gnu.org>
2754
2755         * tree.h (tree_common): Add bounded_flag member.  Remove
2756         inaccurate comment about number of remaining bits.
2757         (BOUNDED_INDIRECT_TYPE_P, BOUNDED_POINTER_TYPE_P,
2758         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
2759         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
2760         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
2761         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED): New macros.
2762         (TYPE_QUAL_BOUNDED): New constant.
2763         (TYPE_QUALS): Handle bounded qualifier.
2764         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): New macros.
2765         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
2766         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
2767         TYPE_AMBIENT_BOUNDEDNESS): New macros.
2768         (MAX_POINTER_DEPTH, VA_LIST_POINTER_DEPTH): New constants.
2769         (tree_type): Add pointer_depth member.  Remove
2770         inaccurate comment about number of remaining bits.
2771         (DECL_POINTER_DEPTH): Add macro.
2772         (tree_decl): Add pointer_depth member.
2773
2774 Wed May  3 22:52:53 2000  Denis Chertykov  <denisc@overta.ru>
2775
2776         * config/avr/avr-protos.h (test_hard_reg_class): Declared.
2777         * config/avr/avr.c (ashrhi3_out): optimized shift by 15.
2778         (lshrhi3_out): Likewise.
2779         (ashrsi3_out): bugfix in shift by 8.
2780         (test_hard_reg_class): New function.
2781         * config/avr/avr.md: Bugfix inside conditions in peepholes.
2782         (ashlhi3): removed define_expand of this pattern.
2783         (*ashlhi3_insn): renamed to ashlhi3.
2784         (ashlsi3): removed define_expand of this pattern.
2785         (*ashlsi3_insn): renamed to ashlsi3.
2786         (ashrqi3): removed define_expand of this pattern.
2787         (*ashrqi3_insn): renamed to ashrqi3.
2788         (ashrhi3): removed define_expand of this pattern.
2789         (*ashrhi3_insn): renamed to ashrhi3.
2790         (ashrsi3): removed define_expand of this pattern.
2791         (*ashrsi3_insn): renamed to ashrsi3.
2792         (lshrhi3): removed define_expand of this pattern.
2793         (*lshrhi3_insn): renamed to lshrhi3.
2794         (lshrsi3): removed define_expand of this pattern.
2795         (*lshrsi3_insn): renamed to lshrsi3.
2796
2797 2000-05-03  Rodney Brown  <RodneyBrown@pmsc.com>
2798
2799         * config/mcore/mcore.c: Replacing inclusion of "stdio,h" with
2800         inclusion of "system.h".
2801
2802 Wed May  3 11:43:53 2000  Jim Wilson  <wilson@cygnus.com>
2803
2804         * config/ia64/ia64.c (ia64_encode_section_info): Add check for
2805         TREE_ASM_WRITTEN.
2806
2807 2000-05-03  David Mosberger  <davidm@hpl.hp.com>
2808
2809         * config/ia64/ia64.c (ia64_override_options): Force -mconstant-gp
2810         if -mauto-pic is on.
2811         (ia64_epilogue_uses): Mark "gp" (r1) as used by the epilogue if
2812         -mconstant-gp is in effect and function-descriptors are being used
2813         to make indirect calls.
2814         * config/ia64/ia64.h (MASK_CONST_GP): New macro.
2815         (MASK_AUTO_PIC): Ditto.
2816         (TARGET_CONST_GP): Ditto.
2817         (TARGET_AUTO_PIC): Ditto.
2818         (TARGET_SWITCHES): Add -mconstant-gp and -mauto-pic options.
2819         (ASM_OUTPUT_DOUBLE_INT): Don't generate @fptr() if -mauto-pic or
2820         -mno-pic is in effect.
2821         (ASM_OUTPUT_XDATA_DOUBLE_INT): Ditto.
2822         * config/ia64/ia64.md (movdi): Use gen_load_gprel64() if
2823         -mauto-pic is in effect.
2824         (gprel64_offset): New pattern.
2825         (load_gprel64): Ditto.
2826         (call): Handle -mauto-pic like -mno-pic (don't use fptr).  If
2827         -mconstant-gp is in effect, no need to preserve gp around direct
2828         calls.
2829         (call_value): Ditto.
2830         * config/ia64/linux.h (PROFILE_BEFORE_PROLOGUE): Define.
2831         (FUNCTION_PROFILER): Define.
2832         * config/ia64/sysv4.h (ASM_OUTPUT_CONSTRUCTOR): Don't generate
2833         @fptr() directive when -mno-pic or -mauto-pic is in effect.
2834         (ASM_OUTPUT_DESTRUCTOR): Ditto.
2835
2836 2000-05-03  Richard Henderson  <rth@cygnus.com>
2837
2838         * Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
2839         (libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets.
2840         (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets.
2841         (mklibgcc, libgcc.mk): New targets.
2842         (libgcc.a): Use libgcc.mk.
2843         (stmp-multilib): Likewise.
2844         (stmp-multilib-sub): Remove.
2845         (mostlyclean): Don't delete libgcc2 temp files.
2846         * configure.in (AC_PROG_CC_C_O): Add.
2847         (NO_MINUS_C_MINUS_O): Substitute it.
2848         (all_outputs): Add mklibgcc.
2849         * mklibgcc.in: New file.
2850
2851 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
2852
2853         * cppexp.c (op_t): Make an int.
2854
2855         * rtlanal.c (dead_or_set_regno_p): Remove unused variable.
2856
2857         * varasm.c (initializer_constant_valid_p): Fix parenthesis.
2858
2859         * gensupport.c (process_rtx): Fix macros used.
2860
2861 2000-05-03  Richard Henderson  <rth@cygnus.com>
2862
2863         * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
2864         call-clobbered registers of a call.
2865
2866 Wed May  3 12:40:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
2867
2868         * gensupport.c: New file.
2869         * gensupport.h: New file.
2870         * Makefile.in (HOST_RTL): Depend on gensupport.
2871         (gensupport.o) New rule.
2872         * genattr.c: Use gensupport for reading .md files.
2873         * genattrtab.c: Ditto. 
2874         * gencodes.c: Ditto. 
2875         * genconfig.c: Ditto. 
2876         * genemit.c: Ditto. 
2877         * genextract.c: Ditto. 
2878         * genflags.c: Ditto. 
2879         * genopinit.c: Ditto. 
2880         * genoutput.c: Ditto. 
2881         * genpeep.c: Ditto. 
2882         * genrecog.c: Ditto.
2883         * rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
2884         * md.texi (Insn Splitting): Document define_insn_and_split.
2885
2886 Tue May  2 00:20:30 2000  Jason Eckhardt  <jle@cygnus.com>
2887
2888         * flow.c (verify_flow_info): Added two more sanity checks. The
2889         first checks that the blocks are numbered consecutively. The second
2890         checks that n_basic_blocks is actually equal to the number of
2891         basic blocks in the insn chain.
2892
2893 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
2894
2895         * cpplib.h: Add accessor macros for token lists.
2896         * cpplib.c, cpphash.c, cpplex.c: Use them.
2897
2898 Wed May  3 09:29:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2899
2900         * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
2901         memory usage if not in a function.
2902         * varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
2903         return address if static.
2904
2905 Wed May  3 13:14:49 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2906
2907         * ifcvt.c (noce_try_cmove_arith):  Use may_trap_p to thest
2908         whether address may trap.
2909
2910 Tue May  2 23:38:37 2000  Jason Eckhardt  <jle@cygnus.com>
2911
2912         * bb-reorder (chain_reorder_blocks): Changed code to test for
2913         EDGE_FALLTHRU rather than making erroneous assumption that the
2914         first outgoing edge is the fall-through edge.
2915
2916 Tue May  2 18:20:31 2000  Donald Lindsay  <dlindsay@hound.cygnus.com>
2917
2918         * config/mips/mips.c (mips_build_va_list,mips_va_start,mips_va_arg): new 
2919         ABI for varargs, across all MIPS. This is incompatible because the
2920         va_list (__builtin_va_list) structure is different, so a compilation
2921         unit passing a va_list and a compilation unit being passed one, should
2922         both be compiled with the same ABI. (The old structure had two 
2923         pointers, now it has three.)
2924
2925 Tue May  2 19:18:43 2000  Jason Eckhardt  <jle@cygnus.com>
2926
2927         * bb-reorder.c (struct reorder_block_def): Remove members end,
2928         block_begin, and block_end.
2929         (REORDER_BLOCK_OLD_END): Delete.
2930         (REORDER_BLOCK_BEGIN): Delete.
2931         (REORDER_BLOCK_END): Delete.
2932         (chain_reorder_blocks): Remove dead code.
2933
2934 Tue May  2 17:06:53 2000  Jason Eckhardt  <jle@cygnus.com>
2935
2936         * bb-reorder.c (remove_scope_notes): Check for both types of scope
2937         notes as the end of a basic block before deleting.
2938
2939 2000-05-02  Mumit Khan  <khan@xraylith.wisc.edu>
2940
2941         * final.c (final_start_function): Fix spelling of "necessary".
2942
2943 2000-05-02  Jason Merrill  <jason@casey.cygnus.com>
2944
2945         * toplev.c (debug_ignore_block): Return int.
2946         * dwarf2out.c (dwarf2out_ignore_block): Likewise.
2947         * toplev.h, dwarf2out.h: Adjust.
2948         * emit-rtl.c (remove_unnecessary_notes): Test return value.
2949
2950         * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
2951         * toplev.c, final.c, rtl.h: Adjust.
2952
2953 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
2954
2955         * aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
2956         * configure.in: Look for makeinfo in the unified tree, then
2957         for a system makeinfo which is sufficiently new.
2958         * Makefile.in: If configure says makeinfo is too old, don't
2959         build or install Info documentation.
2960
2961 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
2962
2963         * cpphash.c (collect_params): Fix off-by-one error.
2964         (dump_hash_helper): Dump all four macro nodetypes.
2965
2966 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
2967
2968         * cpphash.c (trad_stringify): Adjust p after stringification as
2969         well.
2970
2971 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
2972
2973         * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
2974         (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
2975
2976         * cppfiles.c (file_cleanup): Delete.
2977         * cpphash.c (macro_cleanup): Delete.
2978         (collect_objlike_expansion, collect_funlike_expansion,
2979         macarg, scan_arguments): Remove CPP_POP case.
2980
2981         * cpplex.c (null_cleanup): Delete.
2982         (cpp_pop_buffer): Do the work that was done in the cleanups
2983         here.  Call _cpp_unwind_if_stack from here.
2984         (_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
2985         cpp_scan_buffer): Run until we see CPP_EOF and the top of
2986         stack is the buffer _below_ the one we stacked.
2987         (cpp_get_token): Always pop an exhausted buffer.  Return
2988         CPP_EOF unless it's a macro buffer.  Don't call _cpp_handle_eof.
2989         * cpplib.c (skip_if_group): Don't call cpp_get_token to
2990         increment the line number.
2991         (_cpp_handle_eof): Rename to _cpp_unwind_if_stack.
2992
2993         * fix-header.c (read_scan_file) [parsing getchar()]: Run until
2994         we see CPP_EOF and the top of stack is the buffer _below_ the
2995         one we stacked.
2996         * scan-decls.c: Likewise.
2997
2998 2000-05-02  Andrew Haley  <aph@cygnus.com>
2999
3000         * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
3001         where this function is called for the second time on a decl that
3002         has had its section info changed in such a way as to move it out
3003         of small data/bss.  
3004         * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.
3005
3006 2000-05-01  Richard Henderson  <rth@cygnus.com>
3007
3008         * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
3009         the sequence we're moving, not to merge_bb->head.
3010
3011 2000-05-01  Richard Henderson  <rth@cygnus.com>
3012
3013         * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
3014         reference to alpha/t-linux.
3015         (alpha*-*-linux-gnu*): Likewise.
3016         * configure: Rebuild.
3017
3018         * calls.c (expand_call): Don't emit reg notes for a sibcall.
3019
3020         * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
3021         if not in SSA form.
3022
3023         * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
3024
3025 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
3026
3027         * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
3028         TREE_THIS_VOLATILE.
3029
3030 2000-05-01  Richard Henderson  <rth@cygnus.com>
3031
3032         * ifcvt.c (noce_emit_cmove): Conditionally compile call to
3033         emit_conditional_move.
3034
3035 2000-05-01  Jakub Jelinek  <jakub@redhat.com>
3036
3037         * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
3038         as the dynamic linker.
3039
3040 2000-05-01  Zack Weinberg  <zack@wolery.cumb.org>
3041
3042         * cppfiles.c (open_include_file): Open file in blocking mode.
3043         (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
3044         Only exclude block devices and directories.
3045
3046         * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
3047         static.  Allocate the hashnode and its string in the same
3048         block of memory.
3049         (del_HASHNODE): Don't free h->name.
3050         (_cpp_lookup): If there is no entry for this string, create
3051         one, of type T_VOID.
3052         (_cpp_lookup_slot): Delete.
3053         * cpphash.h: Update prototypes.
3054
3055         * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
3056         not hp == NULL.
3057         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
3058         do_unassert, cpp_defined): Use _cpp_lookup.  Don't create a
3059         node here, just fill in the value field properly.  "Delete"
3060         entries by setting the value field to T_VOID.  Check for
3061         hp->type == T_VOID, not hp == NULL.
3062
3063         * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
3064         * cpperror.c, cppexp.c, cpplex.c, cpplib.c:  Don't include
3065         hashtab.h.
3066
3067 2000-05-01  Alexandre Oliva  <aoliva@cygnus.com>
3068
3069         * config/mn10300/mn10300.c (print_operand_address): Do not add
3070         zero to SP.
3071
3072         * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
3073         adjusted by less than 256 bytes, use ret regardless of having any
3074         callee-saved register to restore.
3075
3076 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
3077
3078         * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
3079
3080 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
3081
3082         * config/i386/djgpp.h (INT_ASM_OP): Define.
3083         (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
3084         (ASM_WEAKEN_LABEL): Define.
3085         (MASK_BNU210): Define.
3086         (SUBTARGET_SWITCHES): Define.
3087         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
3088         (MAKE_DECL_ONE_ONLY): Define.
3089         (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
3090
3091 2000-05-01  Mumit Khan  <khan@xraylith.wisc.edu>
3092
3093         * i386/cygwin.h (INT_ASM_OP): Define.
3094
3095 Mon May  1 18:20:06 2000  Denis Chertykov  <denisc@overta.ru>
3096
3097         * config/avr/avr.c (address_cost): renamed to avr_address_cost.
3098         * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
3099
3100 Mon May  1 17:50:44 2000  Denis Chertykov  <denisc@overta.ru>
3101
3102         * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
3103         __tmp_reg__ and __zero_reg__ initialization.
3104
3105 2000-04-30  Richard Henderson  <rth@cygnus.com>
3106
3107         * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
3108
3109         * ifcvt.c (noce_process_if_block): Fail the conversion if X is
3110         referenced bewteen the condition and the jump.  Don't delete
3111         anything but the jump.
3112
3113 Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>
3114
3115         * bb-reorder.c (scope_def): New struct.
3116         (scope_forest_info): New struct.
3117         (struct reorder_block_def): New member "scope".
3118         (REORDER_BLOCK_SCOPE): New macro.
3119         (relate_bbs_with_scopes): New function and prototype.
3120         (make_new_scope): Likewise.
3121         (build_scope_forest): Likewise.
3122         (remove_scope_notes): Likewise.
3123         (insert_intra_1): Likewise.
3124         (insert_intra_bb_scope_notes): Likewise.
3125         (insert_inter_bb_scope_notes): Likewise.
3126         (rebuild_scope_notes): Likewise.
3127         (free_scope_forest_1): Likewise.
3128         (free_scope_forest): Likewise.
3129         (dump_scope_forest): Likewise.
3130         (dump_scope_forest_1): Likewise.
3131         (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
3132         Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
3133         block.
3134         (reorder_basic_blocks): Added calls to build_scope_scope_forest
3135         and remove_scope_notes before reordering is done. Added calls to
3136         rebuild_scope_notes, free_scope_forest, and reorder_blocks after
3137         after reordering is done.
3138
3139 2000-40-30  Bruce Korb  <bkorb@gnu.org>
3140
3141         * fixinc/inclhack.def:  Added definitions needed by OSR5,
3142         removed two stale entries (defined away with OLD_CPP).
3143         * fixinc/inclhack.sh: regen
3144         * fixinc/fixincl.x: regen
3145
3146 2000-04-30  Richard Henderson  <rth@cygnus.com>
3147
3148         * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
3149         from the last insn in the sequence.
3150
3151 2000-04-30  Zack Weinberg  <zack@wolery.cumb.org>
3152
3153         * cpplex.c (cpp_idcmp): New function.
3154         * cpplib.h: Prototype it.
3155         * scan_decls.c (scan_decls): Use it to inspect token names.
3156         * fix-header.c (read_scan_file): Likewise.  Set system_header_p on
3157         the file being run through the preprocessor.
3158         (check_macro_names): Provide length of token to cpp_defined.
3159
3160         * Makefile.in: Remove stale warning message.
3161
3162         * cppfiles.c (redundant_include_p): Provide length of token to
3163         cpp_defined.
3164         * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
3165         values are unsigned int.
3166         (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
3167         (_cpp_lookup_slot): Do not calculate the hash, either.
3168         * cpphash.h: Update prototypes.
3169         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
3170         Hashes are unsigned int.  Calculate hash here, pass by value
3171         to _cpp_lookup_slot.
3172
3173 2000-04-30  Bernd Schmidt  <bernds@cygnus.co.uk>
3174
3175         * simplify-rtx.c (check_value_useless): Delete function.
3176         (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
3177         by hand.
3178         (cselib_invalidate_regno): Likewise.
3179         (cselib_invalidate_mem_1): Likewise.
3180         (references_value_p): Recognize useless values by the fact that they
3181         have no locations.
3182         (discard_useless_values): Likewise.
3183         (cselib_record_set): This may turn a useless value
3184         into a useful one.
3185
3186 2000-04-30  Richard Henderson  <rth@cygnus.com>
3187
3188         * config/d30v: New port.
3189
3190         * configure.in (d30v-*): Set fp format.
3191         * configure: Rebuild.
3192
3193 2000-04-30  Richard Henderson  <rth@cygnus.com>
3194
3195         * ifcvt.c: New file.
3196         * Makefile.in (OBJS): Add it.
3197         (ifcvt.o): New target.
3198         * jump.c (jump_optimize_1): Remove all code related to if-conversion,
3199         and conditional arithmetic.
3200         (find_insert_position): Remove.
3201         * timevar.def (TV_IFCVT, TV_IFCVT2): New.
3202         * toplev.c (DFI_ce, DFI_ce2): New.
3203         (dump_file): Add ce and ce2 dumps.
3204         (rest_of_compilation): Run if_convert a couple o times.  Set
3205         cse_not_expected after cse2.  Don't set no_new_pseudos until
3206         after sched1 or recompute_reg_usage.
3207
3208 2000-04-30  Richard Henderson  <rth@cygnus.com>
3209
3210         * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
3211         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
3212
3213 2000-04-30  Richard Henderson  <rth@cygnus.com>
3214
3215         * flow.c (struct reg_cond_life_info): New.
3216         (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
3217         (init_propagate_block_info): Initialize them.
3218         (free_propagate_block_info): Destruct them.
3219         (mark_set_1): Consider conditional life before killing a register.
3220         (mark_regno_cond_dead): New.
3221         (free_reg_cond_life_info): New.
3222         (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
3223         (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
3224         (mark_used_reg): Record conditional life.
3225
3226         * haifa-sched.c (schedule_insns): Disable death counting
3227         sanity check for HAVE_conditional_execution.
3228
3229 2000-04-30  Richard Henderson  <rth@cygnus.com>
3230
3231         * Makefile.in (TIMEVAR_H): New.
3232         (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
3233         (timevar.h): Remove rule.
3234
3235 2000-04-29  Richard Henderson  <rth@cygnus.com>
3236
3237         * config/alpha/crtend.asm: Use C comments instead of #.
3238         * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.
3239
3240         * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
3241
3242 2000-04-29  Zack Weinberg  <zack@wolery.cumb.org>
3243
3244         * cpphash.h (enum node_type: Take out T_MCONST.
3245         (union hashval): Move into struct hashnode.
3246         (struct hashnode): Pack tighter.  Remove file, line, col
3247         members.
3248         * cpphash.c: Constify most of the macro-definition structures.
3249         (struct definition): Replace by struct object_defn
3250         and struct funct_defn.  Put file, line, column information
3251         here.  All users updated to match.
3252         (_cpp_create_definition, _cpp_macroexpand): Remove special
3253         case for #define WORD OTHERWORD.
3254         * cpplib.c (do_undef): Remove T_MCONST case.
3255
3256         * cpphash.h: Move struct reflist, struct definition, and the
3257         DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
3258         union hashval.  _cpp_free_definition takes a HASHNODE pointer.
3259         * cpphash.c (_cpp_free_definition): Free data pointed to by
3260         MCONST, XCONST, MACRO, and FMACRO nodes properly.
3261         (_cpp_create_definition, del_HASHNODE): Just call
3262         _cpp_free_definition to clear out a hashnode.
3263         * cpplib.c (do_pragma_poison): Likewise.
3264
3265 Sat Apr 29 12:25:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
3266
3267         * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
3268         LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
3269         FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
3270         (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
3271         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
3272         REGNO_AM33_P): Redefine in terms of the new macros.
3273         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
3274         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
3275         STRUCT_VALUE): Likewise.
3276         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
3277         ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
3278
3279 Sat Apr 29 01:18:45 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3280
3281         * regmove.c (struct record_stack_memrefs_data): New.
3282         (record_stack_memrefs): New function.
3283         (combine_stack_adjustments_for_block): Use it.
3284
3285 Sat Apr 29 01:15:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3286
3287         * calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
3288         use special_function_p to detect alloca.
3289
3290 Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
3291
3292         * gcc.texi: Fixes for makeinfo 4.0 --html.
3293
3294 2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
3295
3296         * pcp.h: Delete file.
3297
3298 2000-04-28  Kazu Hirata  <kazu@hxi.com>
3299
3300         * h8300.c (function_epilogue): Clean up flags when the last insn
3301         in a function is a barrier.
3302
3303 2000-04-28  Chris Demetriou  <cgd@sibyte.com>
3304
3305         * configure.in (sparc-hal-solaris2*): protect [] glob from
3306         my expansion.
3307         (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
3308         rather than hard-coded constants in target_cpu_default2.
3309         * configure: Regenerate.
3310
3311 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
3312
3313         * tree.c (get_callee_fndecl): Extract the initial value from
3314         a readonly decl.
3315
3316 2000-04-28  Richard Henderson  <rth@cygnus.com>
3317
3318         * varasm.c (record_constant_1): Record the CODE_LABEL when
3319         taking the address of a LABEL_REF.
3320
3321 2000-04-28  Richard Henderson  <rth@cygnus.com>
3322             Jan Hubicka  <jh@suse.cz>
3323
3324         * calls.c (combine_pending_stack_adjustment_and_call): Return the
3325         adjustment; don't do the stack adjust.
3326         (expand_call): Call compute_argument_block_size right before
3327         allocating the block; update comment; don't do alignment sanity
3328         checking for sibling call; use args_size instead of
3329         unadjusted_args_size before args_size is adjusted.  Use
3330         combine_pending_stack_adjustment_and_call to compute stack adjust
3331         for must_preallocate case.
3332
3333         * expr.c (push_block): Remove shadow `temp' in inner scope.
3334
3335 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
3336
3337         * toplev.c (rest_of_compilation): Call
3338         note_deferral_of_defined_inline_function even if the function
3339         can't be inlined.
3340
3341 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
3342
3343         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
3344
3345 2000-04-28  Richard Henderson  <rth@cygnus.com>
3346
3347         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
3348
3349 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3350
3351         * timevar.c (init_timevar): DeANSIfy function definition.
3352
3353 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
3354
3355         * Makefile.in (timevar.o): Depend on flags.h.
3356         * timevar.c (unused_stack_instances): New variable.
3357         (timevar_push): Take a timevar_stack_def from
3358         unused_stack_instances if available.
3359         (timevar_pop): Push the popped timevar_stack_def onto
3360         unused_stack_instances.
3361         (TIMEVAR_ENABLE): New macro.
3362         (timevar_def): Make standalone a 1-bit field.  Add field used.
3363         (get_time): Rename parameter to now.  Return after clearing it if
3364         not TIMEVAR_ENABLE.
3365         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
3366         (timevar_pop): Likewise.
3367         (timevar_stop): Likewise.
3368         (timevar_push): Likewise.  Mark the timing variable as used.
3369         (timevar_start): Likewise.
3370         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
3371         timevars that were never used.
3372
3373 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
3374
3375         * c-common.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
3376         always TREE_READONLY.
3377
3378 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
3379
3380         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
3381         for call instruction with mode QImode.
3382
3383 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
3384
3385         * Makefile.in (OBJS): Add timevar.o.
3386         (toplev.o): Depend on timevar.h.
3387         (ggc-simple.o): Likewise.
3388         (ggc-page.o): Likewise.
3389         (timevar.o): New rule.
3390         (timevar.h): New rule.
3391
3392         * timevar.h: New file.
3393         * timevar.c: Likewise.
3394         * timevar.def: Likewise.
3395
3396         * toplev.h (gc_time, parse_time, varconst_time): Remove.
3397         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
3398         throughout.
3399         (TIMEVAR): Remove macro.
3400         (gc_time, parse_time, varconst_time, integration_time, jump_time,
3401         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
3402         flow_time, combine_time, regmove_time, sched_time,
3403         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
3404         sched2_time, dbr_sched_time, reorder_blocks_time,
3405         rename_registers_time, shorten_branch_time, stack_reg_time,
3406         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
3407         all_time): Remove.
3408         (compile_file): Don't initialize time variables.  Call
3409         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
3410         of many calls to print_time.
3411         (rest_of_compilation): Add timing for reload_cse_regs.
3412         (get_run_time): Removed to timevar.c.
3413         (print_time): Likewise.
3414         (get_run_time): Implement using TV_TOTAL time variable.
3415         (print_time): Get total run time from get_run_time.
3416         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
3417         computing elapsed time explicitly.
3418         * ggc-simple.c (ggc_collect): Likewise.
3419         (gc_time): Remove declaration.
3420
3421 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
3422
3423         * calls.c (combine_pending_stack_adjustment_and_call): New function.
3424         (expand_call): Use it.
3425
3426 2000-04-27  Jan Hubicka  <jh@suse.cz>
3427
3428         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
3429         fields.
3430
3431 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
3432
3433         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
3434         registers.
3435
3436 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3437
3438         * function.c (epilogue_done): Pass whole insn to record_insns.
3439
3440 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3441
3442         * cse.c (CSE_ADDRESS_COST): Remove.
3443         (find_best_addr): Add new parameter "MODE", use address_cost instead
3444         of CSE_ADDRESS_COST
3445         (address_cost): New.
3446         (fold_rtx): Update call of find_best_addr.
3447         * rtl.h (address_cost): Declare.
3448         * loop.c (general_induction_var): Add new parameter "MODE", use
3449         address_cost instead of ADDRESS_COST
3450         (init_loop): Use address_cost instead of ADDRESS_COST.
3451         (check_insn_for_givs): Update call of general_induction_var.
3452         (find_mem_givs): Likewise.
3453         (consec_sets_giv): Likewise.
3454         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
3455         * i386.c (ix86_address_cost): New.
3456         * i386-protos.h (ix86_address_cost): Declare.
3457
3458 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
3459
3460         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
3461         registers.
3462
3463 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3464
3465         * expr.c (store_expr): Use clear_storage instead of direct memset
3466         libcall.
3467
3468 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
3469
3470         * config/mn10300/mn10300.c (mn10300_address_cost): Test
3471         ASHIFT, AND and LABEL_REF.
3472
3473 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3474
3475         * invoke.texi (-foptimize-sibling-calls): Fix.
3476
3477 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3478
3479         * loop.c (load_mems)  Don't use hard registers for the hoisting.
3480
3481         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
3482         calculation; rename const_equiv array in the preconditioning code
3483         from loop_unroll to loop_unroll_precondition
3484
3485 2000-04-27  Richard Henderson  <rth@cygnus.com>
3486
3487         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
3488         add new_set.
3489         (propagate_one_insn): Clear it.  Don't update reg_live here.
3490         (init_propagate_block_info): Update for pbi member changes.
3491         (free_propagate_block_info): Likewise.
3492         (mark_set_1): Know that zero_extract, sign_extract, and
3493         strict_low_part don't kill their argument.  Alter hard subregs.
3494         Update new_set for non-CLOBBER sets.  Update reg_live.
3495         (find_auto_inc): Update reg_live, not new_dead.
3496         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
3497         to determine if the reg in question was set this insn.  Only update
3498         reg info with PROP_REG_INFO.
3499
3500 2000-04-26  Richard Henderson  <rth@cygnus.com>
3501
3502         * flow.c (allocate_reg_life_data): Set max_regno here ...
3503         (life_analysis): ... not here.
3504
3505         * flow.c (calculate_global_regs_live): Force stack pointer
3506         live at end.
3507
3508 2000-04-26  Richard Henderson  <rth@cygnus.com>
3509
3510         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
3511         commit change group changes.
3512         (invert_exp_1): Similarly.
3513         (redirect_exp, invert_exp): Use them.
3514         (redirect_jump_1): New.
3515         (invert_jump_1): New.
3516         (jump_optimize_1): Remove code subsumed by condexec.c.
3517         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
3518
3519 2000-04-26  Richard Henderson  <rth@cygnus.com>
3520
3521         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
3522
3523         * genconfig.c (main): Set all HAVE_foo to 1.
3524
3525         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
3526
3527 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
3528
3529         * invoke.texi: Document -fssa flag.
3530
3531 2000-04-26  Richard Henderson  <rth@cygnus.com>
3532
3533         * flow.c (count_reg_sets_1): Remove.
3534         (count_reg_sets, count_reg_references): Remove.
3535         (recompute_reg_usage): Implement with update_life_info.
3536         Reallocate life data.
3537
3538 2000-04-26  Richard Henderson  <rth@cygnus.com>
3539
3540         * flow.c (update_life_info): Consider blocks null to mean the
3541         universal set.
3542         (calculate_global_regs_live): Likewise.
3543         (life_analysis): Do that instead of collecting all_blocks.
3544
3545 2000-04-26  Richard Henderson  <rth@cygnus.com>
3546
3547         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
3548         a still-valid conditional jump.
3549
3550 2000-04-26  Richard Henderson  <rth@cygnus.com>
3551
3552         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
3553
3554         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
3555         * flow.c (calculate_loop_depth): Remove.
3556         * output.h (calculate_loop_depth): Don't declare.
3557         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
3558         inline; run estimate_probability at the same time.
3559
3560 2000-04-26  Neil Booth  <NeilB@earthling.net>
3561
3562         * cpplib.h: "~=" is not a single pp-token.
3563         * cpplex.c: Correct commentary.
3564
3565 2000-04-26  Richard Henderson  <rth@cygnus.com>
3566
3567         * flow.c (mark_set_1): New arguments code and flags; update all
3568         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
3569         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
3570         loop_depth when optimizing for size.  Do new_dead update after
3571         emitting REG_UNUSED notes.  Merge mark_set_reg code.
3572         (mark_set_reg): Remove.
3573         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
3574         arrange to not emit REG_UNUSED notes.
3575
3576 2000-04-26  Richard Henderson  <rth@cygnus.com>
3577
3578         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
3579         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
3580
3581 2000-04-26  Richard Henderson  <rth@cygnus.com>
3582
3583         * flow.c (propagate_one_insn): Break out from propagate_block.
3584         (init_propagate_block_info): Likewise.
3585         (free_propagate_block_info): Likewise.
3586         (propagate_block): Use them.  Export.
3587         * basic-block.h: Declare them all.
3588
3589 2000-04-26  Richard Henderson  <rth@cygnus.com>
3590
3591         * basic-block.h (life_analysis): Declare here ...
3592         * output.h: ... not here.
3593         * flow.c (life_analysis): Remove nregs parameter; replace
3594         remove_dead_code with flags.  Remove ssa dead code check.
3595         Only init alias analysis if we'll use it.
3596         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
3597         * ssa.c (convert_to_ssa): Likewise.
3598         (convert_from_ssa): Likewise.
3599         * toplev.c (rest_of_compilation): Likewise.
3600
3601 2000-04-26  Richard Henderson  <rth@cygnus.com>
3602
3603         * flow.c (flow_delete_block): Rename from delete_block.  Export.
3604         * basic-block.h (flow_delete_block): Declare.
3605
3606 2000-04-26  David S. Miller  <davem@redhat.com>
3607
3608         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
3609         taking a PATTERN of it.
3610
3611 2000-04-26  <NeilB@earthling.net>
3612
3613         * cpplex.c (spell_other, spell_char): Remove.
3614         (SPELL_CHAR): New.
3615         (token_spelling, trigraph_map): Use unsigned chars.
3616         (_cpp_lex_line): Tidy up the switch statement.
3617         * cpplib.h: Implement spell_char with spell_string.
3618         (C): New.
3619
3620 2000-04-26  <RodneyBrown@pmsc.com>
3621
3622         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
3623         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
3624
3625 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3626
3627         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
3628         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
3629         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
3630         dwarf2out_return_save, dwarf2out_return_reg,
3631         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
3632         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
3633         gen_compile_unit_die, dwarf2out_init): Constify a char*.
3634
3635         * dwarf2out.h (dwarf2out_init): Likewise.
3636
3637         * dwarfout.c (filename_entry, primary_filename, last_filename,
3638         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
3639
3640         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
3641         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
3642         dwarf2out_return_reg): Likewise.
3643
3644 2000-04-26  Andreas Jaeger  <aj@suse.de>
3645
3646         * extend.texi (Function Attributes): Fix description of pure
3647         attribute.
3648
3649 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
3650
3651         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
3652         before calling rest_of_compilation.
3653
3654 2000-04-26  Andreas Jaeger  <aj@suse.de>
3655
3656         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
3657         last patch.
3658
3659 2000-04-25  Richard Henderson  <rth@cygnus.com>
3660
3661         * cse.c (cse_insn): Emit barrier after unconditional jump.
3662
3663         * calls.c (expand_call): Disable tail call generation once
3664         rtx_equal_function_value_matters is false.
3665
3666         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
3667         like EDGE_EH edges.
3668
3669 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
3670
3671         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
3672
3673         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
3674
3675         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
3676         is the primary DIE for a member function.
3677         (gen_decl_die): Call set_decl_origin_self here.
3678         * dwarfout.c (output_decl): And here.
3679         * integrate.c (output_inline_function): Not here.
3680         Don't clear DECL_INLINE until after calling rest_of_compilation.
3681         (set_decl_origin_self): No longer static.
3682         * tree.h: Add prototype.
3683         * toplev.c (note_deferral_of_defined_inline_function): Only write
3684         out abstract instance for actual inlines.
3685
3686 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
3687
3688         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
3689         EXTENDED_REGS only if TARGET_AM33.
3690         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
3691         SP_REGS to register allocation and reloading unless absolutely
3692         necessary.
3693         (movsi3): Remove special-case of adding non-constants to SP.
3694
3695 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3696
3697         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
3698         INCLUDES to search and does not provide any of its own.  Also it
3699         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
3700         parameters.  Also it does not call AC_DEFINE.
3701         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
3702         AC_DEFINE and provides for automatic entries for autoheader.
3703         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
3704
3705         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
3706         so we can pass -I flags and include gansidecl.h/system.h in this
3707         test.
3708
3709         * acconfig.h: Delete all NEED_DECLARATION_* entries.
3710
3711 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3712
3713         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
3714         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
3715         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
3716
3717         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
3718         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
3719         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
3720         for these macros.  Clean up spacing and linewraps.
3721
3722 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
3723
3724         * calls.c (expand_call): Use get_callee_fndecl.
3725
3726         * print-tree.c (print_node): Print the chain of an _EXPR.
3727
3728 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
3729                           Jim Wilson  <wilson@cygnus.com>
3730                           Andrew Haley  <aph@cygnus.com>
3731
3732         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
3733         and gp save/restore problems.
3734         * config/ia64/crtend.asm: Add IA-64 unwind support.
3735         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
3736         in fr_pad_size calculation.
3737         (save_restore_insns): Move PR save area.  Correct uses of
3738         RTX_FRAME_RELATED_P.
3739         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
3740         (ia64_expand_epilogue): Add eh_epilogue support.
3741         (ia64_function_prologue): Emit .prologue directive.
3742         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
3743         (ia64_override_options): Set init_machine_status and
3744         mark_machine_status.
3745         (rtx_needs_barrier): Handle bsp reads and writes.
3746         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
3747         New static variables.
3748         (process_set, process_for_unwind_directive): New functions.
3749         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
3750         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
3751         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
3752         macros.
3753         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
3754         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
3755         (struct machine_function): Define.
3756         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
3757
3758 2000-04-25  Bruce Korb  <bkorb@gnu.org>
3759
3760         * fixinc/Makefile.in: make the removal of old programs more
3761         robust
3762         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
3763         install-bin and install-sh
3764
3765 2000-04-25  Nick Clifton  <nickc@cygnus.com>
3766
3767         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
3768         defined, define to return zero.
3769         (function_cannot_inline_p): If a function has any target
3770         specific attributes, then use the macro
3771         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
3772         whether it can be inlined.  If it cannot, issue a suitable
3773         explanation.
3774
3775         * tm.texi: Add a new node 'Inlining' to document the new macro
3776         FUNCTION_ATTRIBUTE_INLINABLE_P.
3777
3778 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
3779
3780         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
3781         commentary.
3782
3783 2000-04-25  Neil Booth  <NeilB@earthling.net>
3784
3785         Restore previous patch, plus the following fixes:
3786
3787         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
3788         flags, not CPP_OPEN_PAREN.
3789         * cpplex.c (expand_token_space, init_token_list,
3790         cpp_free_token_list): Put the dummy token at list->tokens[-1].
3791         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
3792
3793 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3794
3795         * config/i386/freebsd.h (INT_ASM_OP): Define.
3796
3797 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3798
3799         * loop.c (strength_reduce): Fix typo in the last checkin.
3800
3801 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3802
3803         * stor-layout.c (finalize_record_size): Simplify to use existing
3804         functions.
3805         (compute_record_mode): No longer static.
3806         * tree.h (compute_record_mode): New declaration.
3807
3808 2000-04-25  Neil Booth  <NeilB@earthling.net>
3809
3810         * Revert my patch below until cause of build failures
3811         determined.
3812
3813 2000-04-25  Richard Henderson  <rth@cygnus.com>
3814
3815         * combine.c (combine_instructions): Add missing argument
3816         to try_combine.
3817
3818         * toplev.c (rest_of_compilation): Delay sibcall optimization
3819         until after emit_eh_context.
3820
3821 2000-04-24  Nick Clifton  <nickc@redhat.com>
3822
3823         * combine.c (combine_instructions): Do not try to combine a
3824         sequence of insns when the second insn has been replaced by a
3825         note.
3826
3827 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
3828
3829         * gcc.c (load_specs): New static function.
3830         (read_specs): Use it.
3831
3832         * gcc.c (lookup_compiler): Make multiple passes for case
3833         insensitive filesystems.
3834
3835 2000-04-24  Neil Booth  <NeilB@earthling.net>
3836
3837         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
3838         * cpphash.h (_cpp_check_directive): new.
3839         * cpplex.c (handle_newline, cpp_free_token_list,
3840         init_trigraph_map, trigraph_ok, trigraph_replace,
3841         backslash_start, skip_block_comment, skip_line_comment,
3842         skip_whitespace, parse_name, parse_number, parse_string,
3843         copy_comment, _cpp_lex_line, spell_char, spell_string,
3844         spell_comment, spell_name, spell_other, _cpp_lex_file,
3845         _cpp_output_list): new.
3846         (expand_name_space): take length argument.
3847         (init_token_list): add comment list initialisation.
3848         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
3849         instead of HSPACE_BEFORE.
3850
3851         * cpplib.c (_cpp_check_directive): new
3852         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
3853         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
3854         (HSPACE_BEFORE): delete.
3855         (TTYPE_TABLE): rearrange.
3856         (struct cpp_toklist): update.
3857
3858 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3859
3860         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
3861         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
3862         argument form of AC_DEFINE.
3863
3864         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
3865         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
3866         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
3867         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
3868         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
3869
3870         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
3871
3872 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3873
3874         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
3875         deduced.h): Use -isystem, not -I, for including system headers.
3876
3877 2000-04-24  Nick Clifton  <nickc@cygnus.com>
3878
3879         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
3880         the source register is the frame pointer or arg pointer.
3881         (addsi3_small_int): Disallow if source register is the frame
3882         pointer or arg pointer.
3883
3884 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3885
3886         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
3887         call to AC_MSG_RESULT.
3888
3889 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
3890
3891         * invoke.texi: Correct grammatical errors, document
3892         -fno-gnu-keywords as identical to -fno-asm for C++.
3893
3894 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3895
3896         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
3897         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
3898         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
3899         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
3900         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
3901
3902         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
3903         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
3904         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
3905         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
3906         new macros names.
3907
3908 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
3909
3910         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
3911         (pop_alignment): Likewise.
3912         (handle_pragma_token): Likewise.
3913
3914 2000-04-24  Robert Lipe <robertlipe@usa.net>
3915
3916         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
3917
3918 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
3919
3920         * combine.c (try_combine): Update reg_nonzero_bits of
3921         newi2pat before newpat.
3922
3923 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3924
3925         * loop.c (strength_reduce): Simplify test to INSN_P.
3926         (record_giv): Attempt to simplify the add value, use CONSTANT_P
3927         expressions instead of CONST_INT.
3928         (express_from_1): Likewise.
3929
3930 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
3931
3932         * regs.h (reg_n_max): Don't declare.
3933         * flow.c (reg_n_max): Don't define.
3934         * regclass.c (renumber): Don't initialize to zero.
3935         (regno_allocated): Likewise.
3936         (reg_n_max): Define.
3937         (allocate_reg_info): Don't initialize unnecessarily.
3938
3939 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
3940
3941         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
3942         and blockage_p in the newly allocated attribute.
3943
3944 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
3945
3946         * config/mn10300/mn10300.md (addsi): `inc4' on address
3947         registers does not modify cc, but `inc' on an extended
3948         register does.
3949
3950 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
3951
3952         * reload.c (find_equiv_reg): Checks all valueno regs
3953         as a reload_reg_p regs.
3954
3955 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
3956
3957         * cpphash.c (collect_objlike_expansion): Add sanity check.
3958         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
3959         the buffer is the empty string, return.  Mark __DATE__ and
3960         __TIME__ as XCONST nodes, not MCONST.
3961         (_cpp_macroexpand): Avoid pushing an empty buffer.
3962         (funlike_macroexpand): Don't pop token_buffer here.
3963
3964 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
3965
3966         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
3967         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
3968         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
3969         (REGNO_OK_FOR_BASE_P): Define in terms of them.
3970         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
3971         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
3972         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
3973
3974 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3975
3976         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
3977         constant MULT givs.
3978
3979 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
3980
3981         * cpphash.h (struct definition): Move file, line, col members...
3982         (struct hashnode): ... here.  Also add 'disabled' flag.
3983         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
3984         T_IDENTITY.  Remove T_DISABLED.
3985         Update prototypes.
3986
3987         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
3988         (collect_expansion): Split into collect_objlike_expansion and
3989         collect_funlike_expansion.
3990         (_cpp_macroexpand): Split out scan_arguments, stringify, and
3991         funlike_macroexpand.
3992         (_cpp_compare_defs): Rename compare_defs, make static.
3993         (_cpp_make_hashnode): Initialize hp->disabled.
3994         (macro_cleanup): Adjust for new token types.  Clear
3995         m->disabled.
3996         (_cpp_create_definition): Move code here to determine what
3997         sort of macro it is, and code to check for redefinitions, from
3998         do_define.  Implement a few simple cases without creating a
3999         full DEFINITION.
4000         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
4001         Handle the simple cases.
4002         (push_macro_expansion): Set buf->has_escapes and hp->disabled
4003         here.
4004
4005         * cppinit.c (builtin_array): Change MCONST to XCONST
4006         everywhere.
4007         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
4008         fix check for disabled and function-like macros.
4009         * cpplib.c (do_define): Move most logic to
4010         _cpp_create_definition.
4011         (do_undef): Handle new special token types.
4012
4013 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4014
4015         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
4016         of CONSTANT_P for mult_val; always use validate_change to update insn.
4017
4018 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
4019
4020         * cpphash.c (trad_stringify, add_pat): New functions.
4021         (collect_expansion): Restore support for -traditional syntax.
4022         Use trad_stringify and add_pat.
4023         (_cpp_macroexpand): Restore support for -traditional semantics.
4024         * cpplex.c (_cpp_scan_line): Don't change space_before if we
4025         get a COMMENT token.
4026         (_cpp_lex_token): Provide COMMENT tokens to caller if
4027         traditional and parsing_define_directive.
4028         (skip_comment): Warn about // comments if -Wtraditional.
4029         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
4030         proper node type.
4031         (do_undef): Don't warn about undefining EMPTY nodes.
4032
4033 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4034
4035         * loop.c (strength_reduce): Fix biv removal code.
4036
4037 2000-04-22  Richard Henderson  <rth@cygnus.com>
4038
4039         * predict.c (estimate_probability): Examine both sides of
4040         a branch for no exits.  Use 90% not 50% for predict taken.
4041         Reorg for one copy of note generation code.
4042
4043 2000-04-22  Richard Henderson  <rth@cygnus.com>
4044
4045         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
4046
4047 2000-04-22  Richard Henderson  <rth@cygnus.com>
4048
4049         * diagnostic.c (init_output_buffer): Don't initialize format_args.
4050         (output_clear): Likewise.
4051         (output_printf): Use va_copy.
4052         (vline_wrapper_message_with_location): Likewise.
4053         (v_message_with_decl): Likewise.
4054         (line_wrapper_printf): VA_START infor buffer.format_args directly.
4055         * system.h (va_copy): Provide default implementation.
4056
4057 2000-04-22  Richard Henderson  <rth@cygnus.com>
4058
4059         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
4060         the collected condition is not a constant.
4061
4062 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
4063
4064         * diagnostic.h: New file.
4065
4066         * Makefile.in (diagnostic.o): Depends on diagnostic.h
4067
4068         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
4069         various function prototypes.
4070         (diagnostic.h): #include.
4071         (struct output_buffer): Move into diagnostic.h.
4072         (get_output_prefix): Rename to output_get_prefix.  Export.
4073         (init_output_buffer): Export. Break out.  Ajust intialization.
4074         (output_space_left, output_append): Export.
4075         (output_newline): Rename to output_add_newline.  Export.
4076         (output_clear): Nullify additional output_buffer fields.
4077         (output_puts): Rename to output_add_string.  Export.
4078         (dump_output): Rename to output_flush_on.  Export.
4079         (build_location_prefix): Constify return-type.
4080         (emit_output_prefix): Rename to output_emit_prefix. Export.
4081         (set_real_maximum_length): New function.
4082         (output_set_maximum_length): Ditto
4083         (output_clear): Ditto.
4084         (output_add_character): Ditto.
4085         (output_add_integer): Ditto.
4086         (output_add_space): Ditto.
4087         (output_format): Ditto.
4088         (output_printf): Adjust buffer initialization.
4089         (vline_wrapper_message_with_location): Ditto.
4090         (v_message_with_decl): Ditto.  Adjust call to output_puts
4091         and get_output_prefix.
4092         (default_print_error_function): Adjust buffer intialization.
4093
4094 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4095
4096         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
4097         of VOID_TYPE.
4098
4099 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
4100
4101         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
4102         of explicit 0.
4103
4104 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
4105
4106         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
4107         accurate data about SP moves.
4108
4109 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
4110
4111         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
4112         aliases to AM33 registers.
4113
4114 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
4115
4116         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
4117         to all EXTENDED bitmaps.
4118
4119 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
4120
4121         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
4122         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
4123         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
4124
4125 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
4126
4127         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
4128         the operand is not constant.
4129
4130 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
4131
4132         * reload.c (find_equiv_reg): Checks all valueno and regno regs
4133         as a call-clobbered regs.
4134
4135 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4136
4137         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
4138         * rtl.h: Likewise.
4139         * rtl.def: Update comment.
4140         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
4141         * integrate.c (expand_inline_function): Likewise.
4142         * profile.c (branch_prob): Likewise.
4143         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
4144         * print-rtl.c (print_rtx): Likewise.
4145         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
4146         (reemit_notes): Likewise; also use enum insn_note.
4147
4148         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
4149         (place_field): Properly compute know and actual alignment.
4150
4151         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
4152         in proper format.
4153
4154         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
4155         note for REG1.
4156
4157 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
4158
4159         * cpphash.c (struct arg, struct arglist): Const-ify strings.
4160         (warn_trad_stringify, duplicate_arg_p): New helper functions.
4161         (collect_expansion): Rewrite to scan over a token list.
4162         Remove -traditional support.
4163         (collect_formal_parameters): Rename to collect_params; rewrite
4164         to scan over a token list.
4165         (_cpp_create_definition): Adjust to scan a token list.
4166         (_cpp_macroexpand): Remove -traditional support.
4167         (_cpp_compare_defs): Whitespace is now canonicalized.
4168         (comp_def_part): Delete function.
4169
4170         * cpphash.h: Update prototypes.
4171         * cpplex.c (init_token_list): Don't set lineno if there is no
4172         buffer.
4173         (pedantic_whitespace): New function.
4174         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
4175         consume a newline.  Use pedantic_whitespace.
4176         (_cpp_lex_token): Remove support for -traditional macros.
4177         (_cpp_get_define_token): Delete.
4178         (_cpp_get_directive_token): Do the real work here.  Use
4179         pedantic_whitespace.
4180         (_cpp_init_input_buffer): Initialize pfile->directbuf.
4181
4182         * cpplib.c (get_macro_name): Delete.
4183         (do_define): Read the entire line into pfile->directbuf, then
4184         feed the token list to _cpp_create_definition.
4185         * cpplib.h (HSPACE_BEFORE): new define.
4186         (struct cpp_reader): Add a toklist member, "directbuf".
4187
4188         * predict.c (estimate_probability): New heuristic: if a jump
4189         branches around a block with no successors, predict it taken.
4190         Disentangle control flow.
4191
4192 2000-04-20  Richard Henderson  <rth@cygnus.com>
4193
4194         * loop.c (emit_iv_add_mult): Revert last change.
4195
4196 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
4197
4198         * cpplib.h (enum cpp_ttype): Add token types for all
4199         punctuators.  Distinguish pp-numbers from valid C numbers.
4200         Give some tokens better names.  Initialize from macro.
4201         (struct cpp_name, cpp_token, cpp_toklist): New data
4202         structures.
4203         Update prototypes.
4204         * cpplex.c (bump_column, expand_name_space,
4205         expand_token_space, init_token_list, cpp_output_list,
4206         _cpp_scan_line):  New functions.
4207         (output_line_command): Add third argument, new line number.
4208         * cpphash.h: Update prototypes.
4209         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
4210         token names.
4211
4212 2000-04-20  Richard Henderson  <rth@cygnus.com>
4213
4214         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
4215
4216 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
4217
4218         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
4219         object pointed to.
4220
4221 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4222
4223         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
4224         REG_EQUAL note explaining the calculated value.
4225
4226         * calls.c (expand_call): Avoid unnecesary precalculation
4227         and outgoing parameters space guarding for sibling calls.
4228         (store_one_arg): Likewise.
4229
4230 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4231
4232         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
4233         (rest_of_compilation): Write sibling dump file and account
4234         for time as jump time.
4235         * invoke.texi: Update documentation on dump flags.
4236
4237 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
4238
4239         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
4240
4241 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
4242
4243         * cpphash.c (special_symbol): Represent an empty macro with
4244         "\r \r " not just "\r ".
4245         (_cpp_macroexpand): Correct condition for the foo ( ) special
4246         case.
4247         (unsafe_chars): Handle EOF as second argument.
4248         (push_macro_expansion): Simplify test for removing escape at
4249         end.  Do not trim both escapes if there is no text in between.
4250
4251 2000-04-19  Jim Blandy  <jimb@redhat.com>
4252
4253         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
4254         of PTR_SIZE, when appropriate.
4255
4256 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
4257
4258         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
4259         (USE_ENUM_BITFIELDS): Fix typo.
4260
4261 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4262
4263         * stor-layout.c (place_field): Set rli->offset_align properly.
4264
4265 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4266
4267         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
4268         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
4269         PARM_BOUNDARY): Remove unnecessary casts.
4270
4271 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4272
4273         * calls.c (precompute_arguments): Remove must_preallocate and
4274         args_size calls.
4275         (expand_call): Update call of precompute_arguments.
4276
4277         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
4278         check_insn_for_givs): Break out from ...
4279         (strength_reduce) ... here; use for_every_insn_in_loop to call
4280         check_insn_for_givs.
4281         * loop.h (for_every_insn_in_loop): Declare.
4282         (loop_insn_callback): New type.
4283
4284 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
4285
4286         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
4287         not nul-terminated.
4288
4289 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
4290
4291         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
4292         flag_pic and RELOC.
4293
4294 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
4295
4296         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
4297
4298         * configure.in: Delete --disable-cpplib option and all
4299         references to cpp_main.
4300         * configure: Regenerate.
4301         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
4302         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
4303         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
4304         cpp$(exeext).  Add --no-headers to makeinfo command line when
4305         generating INSTALL.  Install and uninstall cpp.1 manpage, not
4306         cccp.1.
4307         * install.texi: Delete all references to cexp.y/cexp.c.
4308         Delete ancient instructions for compiling GCC on 3b1.
4309         * INSTALL: Regenerate.
4310
4311         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
4312         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
4313         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
4314         cexp.c/cexp.y.
4315         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
4316         which is no longer tested anywhere.
4317
4318         * cppinit.c (handle_option): Don't run error message through
4319         gettext twice.
4320
4321 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4322
4323         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
4324         * cpperror.c (hashtab.h): Now include.
4325         * cppexp.c (hashtab.h): Likewise.
4326         * cpplex.c (hashtab.h): Likewise.
4327         * cppfiles.c (hashtab.h): Likewise.
4328         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
4329         to htab_find_slot_with_hash.
4330         * cpphash.c (hashtab.h): Now include.
4331         (_cpp_lookup_slot): INSERT is now enum insert_option.
4332         * cpphash.h (_cpp_lookup_slot): Likewise.
4333         * cppinit.c (hashtab.h): Include earlier.
4334         (initialize_builtins): Pass enum to htab_find_slot.
4335         * cpplib.c (hashtab.h): Now include.
4336         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
4337         (do_pragma_poison, do_assert): Likewise.
4338         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
4339         htab_find_slot_with_hash.
4340         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
4341         * tree.c (type_hash_add): Likewise.
4342         (build1): Minor cleanup.
4343
4344         * ggc-common.c: Add missing blanks.
4345         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
4346         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
4347
4348         * stmt.c (mark_case_node): New function.
4349         (mark_case_nesting): Call it.
4350
4351         * expmed.c (emit_store_flag): If comparing two-word integer
4352         with zero, can optimize NE, EQ, GE, and LT.
4353
4354         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
4355         * conflict.c: Minor cleanups.
4356         * optabs.c: Add blank line
4357         * simplify-rtx.c: Minor cleanups.
4358
4359 2000-04-18  Stan Cox  <scox@cygnus.com>
4360
4361         * gengenrtl.c (genlegend): Fix misspelling.
4362
4363 2000-04-18  Robert Lipe  <robertlipe@usa.net>
4364
4365         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
4366         bitfields of the host compiler are not signed quantities.
4367         * config.in: Regenerate.
4368         * configure: Regenerate.
4369         * system.h (USE_ENUM_BITFIELDS): Added.
4370         (ENUM_BITFIELDS): Added.
4371         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
4372         (SHORT_ENUM_BUG): Deleted.
4373         * tree.h (tree_common): Members `code', `mode', `built_in_class',
4374         now ENUM_BITFIELD.
4375         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
4376         (CODE_FIELD_BUG): Likewise.
4377         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
4378         (OLD_CC): Likewise.
4379         * config/m68k/x-ccur (X_CFLAGS): Likewise.
4380
4381 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
4382
4383         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
4384         mark is active.
4385
4386 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
4387
4388         * cppexp.c (lex): Don't assume tokens are NUL terminated.
4389         * cpplib.c (do_include, do_import, do_include_next,
4390         read_line_number, detect_if_not_defined): Likewise.
4391         * cpphash.c (collect_expansion): Likewise.
4392         (special_symbol, _cpp_macroexpand): Check return from
4393         cpp_file_buffer.
4394         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
4395         macros.  Delete all uses.
4396
4397         * gcc.dg/cpp-mi.c: Add two more test cases.
4398         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
4399
4400 2000-04-17  Richard Henderson  <rth@cygnus.com>
4401
4402         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
4403         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
4404
4405 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
4406
4407         * function.c (expand_function_start): Use hard_function_value to
4408         compute the RTL to use for DECL_RESULT.
4409
4410 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4411
4412         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
4413         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
4414          x86_memory_mismatch_stall): New global variables.
4415         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
4416         alloved; fix load penalties for Athlon.
4417         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
4418         x86_memory_mismatch_stall): Declare.
4419         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
4420          TARGET_MEMORY_MISMATCH_STALL): New.
4421         * i386.md (athlon scheduling parameters): Fix latencies according to
4422         Athlon Optimization Manual.
4423         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
4424         vector.
4425         (fsqrt instruction patterns): Set athlon_decode to direct.
4426         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
4427         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
4428         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
4429         and TARGET_PARTIAL_REGISTER_STALL machines.
4430         (pushdf_nointeger): New pattern.
4431         (pushdf_integer): Rename from pushdf.
4432         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
4433         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
4434
4435 2000-04-17  Richard Henderson  <rth@cygnus.com>
4436
4437         * loop.c (canonicalize_condition): Add WANT_REG argument.
4438         Stop the search if we match it.
4439         * expr.h (canonicalize_condition): Update decl.
4440         * predict.c (expected_value_to_br_prob): Use it.  Track last
4441         expected value note.
4442         (find_expected_value): Remove.
4443
4444         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
4445
4446 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
4447
4448         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
4449         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
4450         a plain file.
4451         * configure.in: Call AC_FUNC_MMAP_FILE.
4452         * configure: Regenerate.
4453         * config.in: Regenerate.
4454
4455         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
4456         * fixinc/fixincl.c: Likewise.
4457
4458 2000-04-17  Richard Henderson  <rth@cygnus.com>
4459
4460         * builtins.c (expand_builtin_expect): New.
4461         (expand_builtin): Call it.
4462         * builtins.def (BUILT_IN_EXPECT): New.
4463         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
4464         * extend.texi: Document it.
4465
4466         * predict.c (expected_value_to_br_prob): New.
4467         (find_expected_value): New.
4468         * basic-block.h (expected_value_to_br_prob): Declare.
4469         * toplev.c (rest_of_compilation): Invoke it.
4470
4471         * rtl.h (NOTE_EXPECTED_VALUE): New.
4472         (NOTE_INSN_EXPECTED_VALUE): New.
4473         * rtl.c (note_insn_name): Update.
4474         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
4475         cases; handle NOTE_INSN_EXPECTED_VALUE.
4476
4477 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
4478
4479         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
4480         leaf sibcall delay slot if flag_pic.
4481         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
4482
4483 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4484
4485         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
4486
4487         * fixproto: If fix-header fails, exit with an error.
4488
4489 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4490
4491         * cse.c (struct check_depdendence_data): New.
4492         (check_dependence): New function.
4493         (invalidate): Use check_depdenence.
4494
4495 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
4496
4497         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
4498         UNITS_PER_WORD is unsigned.
4499
4500         * tree.h (struct tree_common): Remove misleading comment.
4501
4502 2000-04-16  Dave Pitts  <dpitts@cozx.com>
4503
4504         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
4505         message in quotes. Otherwise, IBM's make program treats the '#' as the
4506         start of a comment and ignores the remainder of the line.
4507
4508         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
4509         upper case.
4510         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
4511         * cexp.y (initialize_random_junk): Likewise.
4512         * cppfiles.c (find_include_file): Cast alloca return value.
4513         * cppinit.c (initialize_standard_includes): Likewise.
4514         * cpplib.c (cpp_define, cpp_undef): Likewise.
4515         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
4516         * final.c (output_asm_insn): Allow for holes in EBCDIC.
4517         * fold-const.c (CHARMASK): New.
4518         (real_hex_to_f): Use it.
4519         * real.c (CHARMASK): New.
4520         (etoasc, asctoeg): Use it.
4521         (asctoeg): EBCDIC lower case characters preceed upper case.
4522
4523         * i370.c (mvs_add_label): Change spacing for coding conventions.
4524         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
4525         outputing case vectors.
4526         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
4527         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
4528         since vector in in the data CSECT.
4529         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
4530         * i370.md (Many patterns): Put the length in the XL directives.
4531         (movdi): Put back STM and MVC in definition.
4532         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
4533         pattern using the TCA.
4534         * oe.h (CPP_SPEC): Added to allow trigraphs.
4535         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
4536         not support the "long long" type.
4537
4538 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
4539
4540         * config/mips/mips-protos.h (mips_legitimate_address_p): New
4541         function.
4542         (mips_reg_mode_ok_for_base_p): Likewise.
4543         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
4544         (REG_OK_FOR_INDEX_P): Define unconditionally.
4545         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
4546         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
4547         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
4548         that GET_MODE_SIZE is unsigned.
4549         (mips_reg_mode_ok_for_base_p): Define.
4550         (mips_legitimate_address_p): Likewise.  Adjust now
4551         that GET_MODE_SIZE is unsigned.
4552         (block_move_loop): Make the number of bytes unsigned.
4553         (expand_block_move): Likewise.
4554         (function_arg): Make the loop counter unsigned to match the
4555         boundary condition.
4556
4557 2000-04-16  Richard Henderson  <rth@cygnus.com>
4558
4559         * rtl.h (enum insn_note): New enumeration.  Subsume
4560         NOTE_INSN_DELETED and friends.
4561         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
4562         * rtl.c (note_insn_name): Tweak string order.
4563
4564 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
4565
4566         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
4567         to offset * 2.
4568
4569         * cpplex.c (output_line_command): Remove debugging prints.
4570         (cpp_output_tokens): Don't write out a zero-length buffer or
4571         try to see if it has a newline in it.
4572         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
4573         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
4574         the end of the loop.  Use memmove.  Don't read past the end of
4575         the buffer.  Remove trailing newlines from error messages.
4576
4577 2004-04-16  Neil Booth  <NeilB@earthling.net>
4578
4579         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
4580         * cpplib.c: Add new syntax flags to directive table, and
4581         supporting macros.
4582
4583 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
4584
4585         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
4586         using ret $N.
4587
4588 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
4589
4590         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
4591         * haifa-sched.c: Update -fsched-verbose comments to use "=".
4592
4593 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4594
4595         * Makefile.in (ggc-page.o): Now includes toplev.h.
4596         * ggc-page.c (toplev.h): Now included.
4597         (gc_time): Remove declaration.
4598         (ggc_collect): TIME now long.
4599         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
4600         others static.
4601         * toplev.h (gc_time, parse_time, gc_time): New declarations.
4602
4603         * toplev.c: Make *_time variable long to reduce chance of overflow.
4604         (TIMEVAR): Likewise for `otime'.
4605         (print_time): Arg is now long; compute percentage in FP and round.
4606         * toplev.h (print_time): Arg is long.
4607
4608         * tree.c: Minor whitespace changes.
4609
4610         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
4611         * configure: Rebuilt.
4612         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
4613         (__fixunsxfDI): Renamed from __fixunsxfdi.
4614         (__fixunsdfDI): Renamed from __fixunsdfdi.
4615         (__fixunssfDI): Renamed from __fixunssfdi.
4616         (__floatdisf): Use proper type in REP_BIT macro.
4617         (__fixunsxfSI): Renamed from __fixunsxfsi.
4618         (__fixunsdfSI): Renamed from __fixunsdfsi.
4619         (__fixunssfSI): Renamed from __fixunssfsi.
4620         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
4621         Change location of macros and upper-case some names as above.
4622         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
4623         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
4624
4625         * varasm.c (assemble_variable): Add cast to remove warning.
4626         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
4627
4628         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
4629         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
4630         region number to -1.
4631
4632 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
4633
4634         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
4635         call unshare_all_rtl.
4636
4637         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
4638
4639 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
4640
4641         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
4642         Use .s1 not .s0 for all FP instructions.
4643
4644 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
4645
4646         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
4647         interfaces.
4648         (safe_fwrite, output_line_command): New static functions.
4649         (cpp_expand_to_buffer): Now private to cpplib.
4650         (cpp_scan_buffer): Take a printer.
4651
4652         * cpphash.h: Update prototypes.
4653         * cpplib.h: Update prototypes.
4654         (cpp_printer): New.
4655         (cpp_buffer): Remove last_nominal_fname.
4656         (cpp_reader): Remove lineno.
4657
4658         * cppmain.c: Use a cpp_printer.
4659         * fix-header.c: No need to inhibit line commands.  Call
4660         cpp_start_read with no printer.
4661
4662         * cpperror.c (cpp_notice_from_errno): Provide default name.
4663         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
4664         (find_include_file, cpp_read_file): Use make_IHASH.
4665         (file_cleanup): Set control_macro and clear
4666         input_stack_listing_current here.
4667         (_cpp_execute_include): Don't output entering-file marker.
4668         * cpphash.c (special_symbol): Look for the line number in the
4669         buffer, not the reader.
4670         (_cpp_macroexpand): No need to disable line commands.
4671         (_cpp_dump_definition): No need to generate line commands.
4672         (dump_hash_helper): Remove excess newline from output.
4673         * cppinit.c (dump_special_to_buffer): No need to generate line
4674         commands.
4675         (cpp_printer_init): New.
4676         (cpp_start_read): Take a printer, and start it up if it's not
4677         NULL.  No need to generate line commands.
4678         (cpp_finish): Expect no buffers stacked at all.  Take a
4679         printer argument, and flush the output buffer if it's not
4680         NULL.
4681         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
4682         Don't put two hashes at the beginning of an assertion.
4683         (cpp_get_token): Don't increment pfile->lineno or emit line
4684         commands here.  Return EOF if there's no buffer when we get
4685         EOF.
4686         * cpplib.c (do_define, skip_if_group):
4687         No need to disable line commands.
4688         (_cpp_output_line_command): Delete function.
4689         (do_line): Don't emit line commands here, but set things up so
4690         they will be emitted if necessary.  Use _cpp_fake_ihash to
4691         make unique nominal_fnames if necessary.
4692         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
4693         with 0 for column, not -1.
4694         (_cpp_handle_eof): Don't set the control macro here.  Don't
4695         clear input_stack_listing_current here.  Don't emit line
4696         commands.
4697
4698 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
4699
4700         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
4701         always, use the default SVR4 start address.
4702
4703         * config/rs6000/linux.h (LINK_SPEC): Don't define.
4704         (LINK_SHLIB_SPEC): Define.
4705         (LINK_START_DEFAULT_SPEC): Define.
4706         (LINK_OS_DEFAULT_SPEC): Define.
4707
4708         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
4709
4710         * config/rs6000/eabi.asm (__eabi): Call __init rather than
4711         __do_global_ctors to handle constructors.
4712         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
4713         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
4714         (STARTFILE_MVME_SPEC): Likewise.
4715         (STARTFILE_SIM_SPEC): Likewise.
4716         (ENDFILE_ADS_SPEC): Use crtend.
4717         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
4718         (ENDFILE_MVME_SPEC): Likewise.
4719         (ENDFILE_SIM_SPEC): Likewise.
4720         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
4721         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
4722         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
4723         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
4724         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
4725         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
4726         (CRTSTUFF_T_CFLAGS_S): Define.
4727         * config/rs6000/eabi-ctors.c: Delete.
4728
4729         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
4730         boundary.
4731         (__fini): Likewise.
4732         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
4733         boundary.
4734         (__fini): Likewise.
4735
4736 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
4737
4738         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
4739         plus mask size is smaller or equal to the mode size.
4740
4741 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4742
4743         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
4744         not yet set.
4745
4746         * expr.c (reload.h): Now included.
4747         (emit_block_move): Set volatile_ok when checking for movstr.
4748         (emit_move_1): Check for replacements in addresses in multi-word case.
4749         * Makefile.in (expr.o): Now includes reload.h.
4750
4751         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
4752         Never have a LIBCALL end a basic block.
4753         (find_basic_blocks_1): Likewise.
4754         Reorganize CALL_INSN cases.
4755
4756         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
4757
4758 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
4759
4760         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
4761         completers from mov.ret instruction.
4762
4763 2000-04-14  Richard Henderson  <rth@cygnus.com>
4764
4765         * fold-const.c (extract_muldiv): Don't distribute and widen
4766         multiply across plus for non-sizetype unsigned types.
4767
4768 2000-04-14  Richard Henderson  <rth@cygnus.com>
4769
4770         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
4771         If the original source is dead in the incr insn, it's dead now.
4772
4773 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4774
4775         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
4776         see if DECL_BIT_FIELD needs to still be set.
4777
4778         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
4779
4780         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
4781         print_int_cst_octal with something that's not an INTEGER_CST.
4782
4783         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
4784         and not a SUBREG to a FLOAT rtl.
4785
4786 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
4787
4788         * emit-rtl.c (try_split): Avoid infinite loop if the split
4789         results in a sequence that contains the original insn.
4790
4791 2000-04-13  Andreas Jaeger  <aj@suse.de>
4792
4793         * config/mips/mips.c (expand_block_move): Pass alignment
4794         argument to move_by_pieces in bits, not bytes.
4795
4796         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
4797         __pic__ for little endian.
4798
4799 2000-04-13  Andreas Jaeger  <aj@suse.de>
4800
4801         * config/i386/i386-protos.h: Add prototype for
4802         uno_comparison_operator.
4803
4804 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4805
4806         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
4807         * calls.c (ECF_PURE): New flag.
4808         (emit_call_1): Handle ECF_PURE calls.
4809         (initialize_argument_information): Unset ECF_PURE flag too.
4810         (precompute_arguments): Precompute for ECF_PURE too.
4811         (expand_call): Handle ECF_PURE calls too.
4812         (emit_library_call_value_1): Rename no_queue argument to fn_type,
4813         accept value of 2 as pure function.
4814         (emit_library_call_value, emit_library_call): Rename no_queue argument
4815         to fn_type.
4816         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
4817
4818         * tree.h (DECL_IS_PURE): New macro.
4819         (struct tree_decl): Add pure_flag.
4820         * c-common.c (enum attrs): Add attribute "pure".
4821         (init_attributes): Initialize attribute "pure"
4822         (decl_attributes): Handle attribute "pure".
4823         * extend.texi (Attribute "pure"): Document.
4824         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
4825         in pure function.
4826         (flags_from_decl_or_type): Support attribute "pure".
4827
4828 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
4829
4830         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
4831         the token except for numbers and identifiers.
4832
4833 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
4834
4835         * i386.c (ix86_expand_binary_operator,
4836         ix86_expand_unary_operator): Check no_new_pseudos
4837         instead of reload_in_progress and reload_completed.
4838         (ix86_split_ashldi, ix86_split_ashrdi,
4839         ix86_split_lshrdi): Check no_new_pseudos instead
4840         of reload_completed.
4841
4842 2000-04-12  Jeffrey A Law  (law@cygnus.com)
4843
4844         * function.c (purge_addressof): Unshare any shared rtl created by
4845         purge_addressof and its children.
4846
4847 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
4848
4849         * function.c (aggregate_value_p): VOID_TYPE nodes are never
4850         aggregates.
4851
4852 2000-04-05  Andreas Jaeger  <aj@suse.de>
4853
4854         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
4855         not compiling PIC code, add flags for mabi=64.
4856         (SUBTARGET_CPP_SIZE_SPEC): New.
4857         (SUBTARGET_CPP_SPEC): New.
4858         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
4859         for MIPS/Linux and lots of code needs these defines.
4860
4861 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
4862
4863         * reorg.c (fill_slots_from_thread): Check side_effects_p when
4864         trying the "opposite arithmetic" approach.
4865
4866 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4867
4868         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
4869         (struct sh_args): Add new field force_mem.
4870         (INIT_CUMULATIVE_ARGS): Initialize it.
4871         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
4872
4873 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4874
4875         * calls.c (expand_call): Do not reverse args in "equal from" field.
4876         (emit_library_call_value_1): Emit_libcall_block for const and pure
4877         function.
4878
4879 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4880
4881         * reload1.c (reload_combine): Don't enable optimization for fixed
4882         registers when encountering a BARRIER.
4883
4884 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4885
4886         * builtins.c (expand_builtin_memcmp): Do expansion even with
4887         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
4888
4889         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
4890         stack is propertly aligned; add sanity checking for aligned
4891         stack pointer.
4892         (expand_library_call_value_1): Add sanity checking for aligned
4893         stack pointer.
4894
4895 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
4896
4897         * calls.c (emit_library_call_value_1): Change 3rd arg to
4898         locate_and_pad_parm to disregard the setting of partial.
4899
4900 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4901
4902         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
4903
4904         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
4905         CALL_INSN from the normal case.
4906
4907 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4908
4909         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
4910         New global variables.
4911         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
4912         adjustment.
4913         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
4914         Declare,
4915         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
4916          TARGET_ADD_ESP_8): New macros.
4917         * i386.md: Add peep2s to convert esp adjustments to push and pop
4918         instructions.
4919         (pushsi_prologue, popsi_epilogue): New patterns.
4920
4921 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
4922
4923         * real.c (toe64): Remove stale #endif from the last change.
4924
4925 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
4926
4927         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
4928         * real.c (toe64): Revert previous change.
4929
4930 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
4931
4932         * objc/objc-act.c: Include ggc.h.
4933         (objc_tree_index, objc_global_trees): Convert most of the
4934         static tree variables into a static array with previous names
4935         as defines.
4936         (objc_ellipsis_node): New variable.
4937         (lang_init): Call objc_act_parse_init and c_parse_init.
4938         Create objc_ellipsis_node.
4939         (build_selector_translation_table): Use objc_ellipsis_node instead
4940         of (tree)1.
4941         (hack_method_prototype): Likewise.
4942         (get_arg_type_list): Likewise.
4943         (start_method_def): Likewise.
4944         (continue_method_def): Likewise.
4945         (gen_method_decl): Likewise.
4946         (ggc_mark_imp_list): New function.
4947         (ggc_mark_hash_table): New function.
4948         (objc_act_parse_init): New function.
4949         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
4950         * c-parse.in (c_parse_init): For objc add roots of objc specific
4951         local tree variables.
4952         * objc/objc-parse.y: Rebuilt.
4953         * objc/objc-parse.c: Rebuilt.
4954         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
4955
4956 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
4957
4958         * cse.c (delete_trivially_dead_insns): Also delete insns
4959         that copy a register to itself where the destination is
4960         a strict_low_part.
4961
4962 2000-04-11  Richard Henderson  <rth@cygnus.com>
4963
4964         * flow.c (struct propagate_block_info): Add new_dead, new_live.
4965         (propagate_block): Initialize them.  Use them in parallel instead
4966         of one tmp variable, ie revert much of the 0408 and 0407 functional
4967         changes, but keep the structural changes.
4968         (mark_set_regs): Take new_dead from propagate_block_info instead.
4969         (mark_set_1, mark_set_reg): Likewise.
4970         (mark_used_regs): Likewise with new_live.
4971         (mark_used_reg): Likewise.  Revert 0408 change.
4972
4973 2000-04-11  Nick Clifton  <nickc@cygnus.com>
4974
4975         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
4976         restriction.
4977         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
4978
4979 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4980
4981         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
4982         const section to output a CONSTRUCTOR based on the same conditions
4983         used for VAR_DECLs.
4984
4985 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
4986
4987         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
4988         * pa/pa-protos.h (output_call): Add additional argument indicating
4989         if the call is a sibling/tail call.
4990         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
4991         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
4992         (function_arg, function_arg_partial_nregs): Likewise
4993         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
4994         (emit_move_sequence): Zero extend certain constants as needed
4995         for TARGET_64BIT.
4996         (compute_zdepdi_operands, output_64bit_and): New functions.
4997         (output_64bit_ior, function_arg): Likewise.
4998         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
4999         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
5000         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
5001         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
5002         (output_bvb): Likewise.
5003         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
5004         (output_call): New argument 'sibcall'.  Generate sibcall sequences
5005         as needed.
5006         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
5007         (ouput_arg_descriptor): Do not emit argument descriptors for
5008         TARGET_64BIT.
5009         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
5010         defined.
5011         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
5012         (FUNCTION_OK_FOR_SIBALL): Define.
5013         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
5014         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
5015         (CPP_SPEC): Use new spec infrastructure.
5016         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
5017         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
5018         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
5019         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
5020         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
5021         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
5022         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
5023         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
5024         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
5025         (FUNCTION_ARG); Call out to C code.
5026         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
5027         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
5028         (MIN_UNITS_PER_WORD): Likewise.
5029         * pa/pa.md (cmpdi): New expander.
5030         (scc patterns, movstrsi): Not available for TARGET_64BIT.
5031         (64bit conditional arithmetic): New patterns.
5032         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
5033         (movsicc): Not available if modes on all the operands to not match.
5034         (movdicc): New expander and associated patterns.
5035         (64bit branches): New patterns.
5036         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
5037         (pre_ldd, post_std): New patterns.
5038         (64bit addil, load low part): New patterns.
5039         (special movsf constant): Not available for TARGET_64BIT.
5040         (movsf, movdf expanders): Force constants into memory.
5041         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
5042         (64bit movdf/movdi patterns): New patterns.
5043         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
5044         for TARGET_64BIT.
5045         (extendqidi2, extendhidi2, extendsidi2): Similarly.
5046         (adddi3 expander): Allow "arith_operand" for second input.
5047         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
5048         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
5049         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
5050         (muldi3): New expander for TARGET_64BIT.
5051         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
5052         for TARGET_64BIT.
5053         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
5054         patterns for TARGET_64BIT.
5055         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
5056         patterns for TARGET_64BIT.
5057         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
5058         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
5059         (sibcall_epilogue): New expander.
5060         (casesi): Tweak for TARGET_64BIT.
5061         (call expanders): Set & use the outgoing argument pointer.  Use the
5062         64bit call patterns as needed. Add additional arg to output_call.
5063         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
5064         (sibcall, sibcall_internal_symref): New expanders.
5065         (sibcall_value, sibcall_value_internal_symref
5066         (interspace_jump): Turn into an expander + matching patterns.
5067         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
5068         * pa/pa64-regs.h: Eliminate trigraph sequences.
5069         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
5070
5071 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
5072
5073         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
5074         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
5075         cpp_token with cpp_ttype everywhere.
5076         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
5077         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
5078         CPP_BUF_COL.  Line and column numbers are unsigned int, not
5079         long.
5080         * cpplex.c (cpp_buf_line_and_col): Delete.
5081         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
5082         'long lineno' to 'unsigned int lineno'.
5083         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
5084
5085 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5086
5087         * extend.texi: ISO C99 is not a draft anymore.
5088         * invoke.texi: ISO C++ is not a draft anymore.
5089         * cpp.texi: __cplusplus is required by the ISO standard.
5090
5091         * extend.texi (-fthis-is-variable): Undocument.
5092         * flags.h (warn_template_debugging): Remove declaration.
5093         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
5094         -Wenum-clash, -Wtemplate-debugging): Undocument.
5095
5096 2000-04-10  Nick Clifton  <nickc@cygnus.com>
5097
5098         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
5099         integer.
5100         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
5101         integer.
5102         (ARM_SIGN_EXTEND): Use HOST_UINT.
5103         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
5104         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
5105         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
5106         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
5107
5108         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
5109         (arm_gen_constant): Use HOST_UINT.
5110         (arm_canonicalize_constant): Use HOST_UINT.
5111         (arm_reload_in_hi): Use HOST_UINT.
5112         (arm_reload_out_hi): Use HOST_UINT.
5113         (output_multi_immediate): Use HOST_UINT.
5114         (int_log2): Use HOST_UINT.
5115         (arm_poke_function_name): Use HOST_UINT.
5116         (arm_output_epilogue): Use arm_volatile_func().
5117         (output_thumb_prologue): Use arm_strip_name_encoding().
5118
5119 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5120
5121         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
5122         of sequence point problems.
5123
5124 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
5125
5126         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
5127         Recomment.
5128         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
5129
5130 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5131
5132         * sbitmap.h: Whitespace changes and use upper-case macro args.
5133         (struct simple_bitmap_def): All sizes now unsigned.
5134         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
5135         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
5136         (sbitmap_vector_alloc): Parms and local vars now unsigned.
5137         (sbitmap_zero): Cast bzero arg to PTR.
5138         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
5139         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
5140         loop to make structure clearer.
5141         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
5142         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
5143         (sbitmap_a_and_b_or_c): Likewise.
5144         (sbitmap_intersection_of_succs): Minor cleanups.
5145         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
5146         (sbitmap_union_of_preds): Likewise.
5147         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
5148         (debug_sbitmap): New function.
5149
5150         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
5151         * c-typeck.c (convert_for_assignment): Likewise.
5152
5153         * expmed.c (init_expmed): Don't free objects we make.
5154         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
5155
5156         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
5157         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
5158
5159         * gcse.c (expr_hash_table_size): Now unsigned.
5160         (compute_ae_gen): Local variable `i' now unsigned.
5161         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
5162         (compute_transout, hoist_code): Likewise.
5163         (compute_local_properties): Likewise, also hash_table_size.
5164         (alloc_expr_hash_table): N_INSNS now unsigned.
5165         (delete_null_pointer_checks): Mark arg F as unused.
5166
5167         * regrename.c: Minor cleanups, including chang some variables
5168         to unsigned int.
5169
5170 2000-04-10  Neil Booth  <NeilB@earthling.net>
5171
5172         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
5173         than GETC ().
5174         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
5175
5176 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5177
5178         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
5179         __classof__, and __headof__ from the list of gnu keywords.
5180         (-ansi): Remove -foperator-names from list of implied options.
5181         Do not call it ANSI C++.
5182         (-foperator-names): Document as -fno-operator-names.
5183
5184 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
5185
5186         * cpphash.c (timestamp): Delete.
5187         (del_HASHNODE): If type is T_MCONST, free value.cpval.
5188         (special_symbol): Remove unnecessary braces.  Remove
5189         T_VERSION.  Treat T_STDC like T_CONST unless
5190         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
5191         when one is encountered, then convert them into T_MCONST
5192         nodes.
5193         * cppinit.c (builtin_array): version_string is T_MCONST.
5194         __STDC__ has a "1" in its cpval.  Don't have a terminator
5195         entry.  Clean up which entries are dumped.
5196         (initialize_builtins): Only __STDC__ gets the special
5197         -traditional treatment.  Count the length of builtin_array.
5198         Render version_string here.
5199         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
5200         * cpplib.h (struct cpp_reader): Remove timebuf.
5201
5202 2000-04-09  Richard Henderson  <rth@cygnus.com>
5203
5204         * genrecog.c (pred): Update comparison_operator for the unordered
5205         operators.
5206
5207         * config/i386/i386.c (no_comparison_operator): Disallow unordered
5208         operators.
5209         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
5210         (uno_comparison_operator): New.
5211         (put_condition_code): Handle UNORDERED/ORDERED.
5212         (unsigned_comparison): Likewise.
5213         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
5214         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
5215         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
5216         update all callers.  Handle all 8 unordered operators.
5217         (ix86_expand_setcc): Lose the unordered argument, update all callers.
5218         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
5219         * config/i386/i386.h (PREDICATE_CODES): Update.
5220         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
5221         (ix86_expand_branch, ix86_expand_setcc): Update.
5222         * config/i386/i386.md (sunordered, sordered): New.
5223         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
5224         (bunordered, bordered): New.
5225         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
5226         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
5227         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
5228
5229 2000-04-09  Philip Blundell  <philb@gnu.org>
5230
5231         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
5232
5233 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
5234
5235         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
5236         fix_truncxfhi2): New patterns.
5237         * i386.c (output_fix_trunc): Handle converting to HImode.
5238
5239 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
5240
5241         * ssa.c (convert_to_ssa): Eliminate dead code when calling
5242         life_analysis.
5243         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
5244         (for_each_successor_phi): Change parameter to basic_block.
5245         (coalesce_regs_in_successor_phi_nodes): Likewise.
5246         (coalesce_regs_in_copies): Likewise.
5247         (compute_coalesced_reg_partition): Use basic_block instead of index.
5248         * rtl.h (convert_to_ssa): Delete.
5249         (convert_from_ssa): Likewise.
5250         (successor_phi_fn): Likewise.
5251         (for_each_successor_phi): Likewise.
5252         (in_ssa_form): Likewise.
5253         * basic-block.h (convert_to_ssa): Moved from rtl.h.
5254         (convert_from_ssa): Likewise.
5255         (successor_phi_fn): Likewise.
5256         (in_ssa_form): Likewise.
5257         (for_each_successor_phi): Likewise.  Change parameter to basic_block.
5258         * flow.c (calculate_global_regs_live): Pass a basic_block to
5259         for_each_successor_phi.
5260
5261 2000-04-08  Richard Henderson  <rth@cygnus.com>
5262
5263         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
5264         was modified in the current insn.
5265
5266 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
5267
5268         * arm/thumb.md: Delete.
5269         * arm/thumb-protos.h: Delete.
5270
5271 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
5272
5273         Merge changes from merged-arm-thumb-backend-branch onto trunk.
5274
5275         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
5276
5277         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
5278         into branch.
5279
5280         * arm.md (nop): Use the standard RTL expression.  Don't code as a
5281         define_expand.
5282         (*arm_nop, *thumb_nop): Delete.
5283
5284         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
5285         constants.  Use casts instead.
5286         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
5287         output_multi_immediate, arm_poke_function_name): Likewise.
5288         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
5289         MASK_RETURN_ADDDR): Likewise.
5290
5291         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
5292
5293         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
5294         into branch.
5295
5296         * arm.md (eh_epilogue): New function.
5297         * arm.h (struct machine_function): Move to here ...
5298         * arm.c: ... from here.
5299         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
5300         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
5301         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
5302
5303         2000-03-30  Nick Clifton  <nickc@cygnus.com>
5304
5305         * config/arm/semi.h (ASM_SPEC): Restore definition.
5306         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
5307
5308         * config/arm/elf.h (ASM_SPEC): Restore definition.
5309         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
5310
5311         * config/arm/arm.h (ASM_SPEC): Remove definition.
5312         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
5313
5314         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
5315
5316         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
5317
5318         2000-03-24  Nick Clifton  <nickc@cygnus.com>
5319
5320         Various formating tidyups, elimination of compile time
5321         warnings and synchronisation with internal sources:
5322
5323         * config/arm/arm-protos.h (assemble_align): Add prototype.
5324         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
5325         (gen_comapre_reg): Rename to arm_gen_compare_reg.
5326         (arm_return_addr_rtx): Rename to arm_return_addr.
5327
5328         * config/arm/arm.c: Include except.h.
5329         Define shorter typenames for strict minipool_node and struct
5330         minipool_fix.
5331         (arm_return_in_memory): For WinCE return all structures <= 32 bits
5332         in memory.
5333         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
5334         (gen_comapre_reg): Rename to arm_gen_compare_reg.
5335
5336         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
5337         already defined.
5338         (ASM_SPEC): Define if not already defined.
5339         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
5340
5341         * config/arm/arm.md: Rename references to gen_rotated_half_load to
5342         arm_gen_rotated_half_load, and references to gen_comapre_reg to
5343         arm_gen_compare_reg.
5344         (indirect_jump):  Only accept register operands.
5345         (load_indirect_jump): Keep this pattern since combine can generate
5346         it.
5347
5348         * config/arm/coff.h: Include aout.h.
5349         (MULTILIB_DEFAULTS): Only define if not already defined.
5350
5351         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
5352         into arm.h (so that COFF ports can support thumb based aliases).
5353         (ASM_SPEC): Move definition into arm.h
5354
5355         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
5356         redundant apcs spec.
5357         (ASM_SPEC): Move definition to arm.h
5358
5359         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
5360
5361         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
5362         for entries in the .bss section
5363
5364         2000-03-23  Nick Clifton  <nickc@cygnus.com>
5365
5366         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
5367         to thumb_far_jump_used_p.
5368
5369         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
5370         single integer parameter.
5371
5372         * config/arm/arm.c (struct machine_function): Add two new
5373         fields, 'far_jump_used' and 'arg_pointer_live'.
5374         (thumb_far_jump_used_p): Once the decision has been made that
5375         far jumps might be used, always return true.
5376         If being called from the initial elimination offset macro then
5377         do not bother to perform the test if the arg pointer is not
5378         being used.
5379         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
5380         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
5381
5382         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
5383
5384         * arm.c (output_return_instruction): Handle more cases where we can
5385         return from a function with an ldr instruction.
5386         (arm_output_epilogue): Likewise.
5387
5388         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
5389         if we need to push a large stack frame and there are no callee-saved
5390         registers.
5391
5392         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
5393         in ARM code if the frame pointer has been eliminated.
5394
5395         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
5396         unspec_volatile arguments to avoid duplicates.
5397         (consttable_1, consttable_2): Fixes for big-endian mode.
5398
5399         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
5400         as appropriate.
5401
5402         Re-write constant pool code.
5403         * arm.c (minipool_node, minipool_fix): New types.
5404         (minifix): Delete type.
5405         (arm_add_minipool_constant): Delete.
5406         (arm_compute_minipool_offsets, arm_find_barrier,
5407         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
5408         (get_jump_table_size): Now returns HOST_WIDE_INT.
5409         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
5410         functions.
5411         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
5412         (assign_minipool_offsets, arm_print_value): Likewise.
5413         (dump_minipool): Rewrite.
5414         (arm_barrier_cost): New function.
5415         (create_fix_barrier): New function.
5416         (push_minipool_barrier): New function.
5417         (push_minipool_fix): Record additional information about the fixup
5418         required.
5419         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
5420         check the mode of what needs fixing.
5421         (arm_reorg): Rewrite.
5422
5423         2000-03-08  Nick Clifton  <nickc@cygnus.com>
5424
5425         * config/arm/arm.md (indirect_jump): Force constant addresses into
5426         a register.
5427
5428         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
5429
5430         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
5431
5432         2000-02-24  Nick Clifton  <nickc@cygnus.com>
5433
5434         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
5435         adjust is word aligned.
5436         (thumb_expand_epilogue): Make sure that stack adjust is word
5437         aligned.
5438
5439         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
5440
5441         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
5442
5443         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
5444         pointer relative addresses.
5445
5446         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
5447
5448         * arm.c (find_barrier): Find the last barrier within the allowed
5449         range.
5450
5451         2000-02-09  Nick Clifton  <nickc@cygnus.com>
5452
5453         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
5454
5455         2000-02-09  Nick Clifton  <nickc@cygnus.com>
5456
5457         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
5458         ARM_FUNCTION_PROFILER.
5459
5460         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
5461         ARM_FUNCTION_PROFILER.
5462
5463         * config/arm/linux-oldld.h: Imported from mainline sources.
5464
5465         2000-02-07  Nick Clifton  <nickc@cygnus.com>
5466
5467         * config/arm/lib1funcs.asm: Merge in thumb functions from
5468         lib1thumb.asm.
5469
5470         * config/arm/lib1thumb.asm: Delete.
5471
5472         2000-02-04  Nick Clifton  <nickc@cygnus.com>
5473
5474         * config/arm/arm.c: Sychronised with current Red hat local
5475         sources.
5476         * config/arm/arm.h: Ditto.
5477         * config/arm/arm-protos.h: Ditto.
5478
5479         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
5480
5481         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
5482
5483         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
5484         byte stores.
5485
5486         2000-02-02  Nick Clifton  <nickc@cygnus.com>
5487
5488         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
5489
5490         * config/arm/arm.md (epilogue): Fix rtl checking abort because
5491         (return) was emited using an emit_insn() call.
5492
5493         2000-01-31  Nick Clifton  <nickc@cygnus.com>
5494
5495         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
5496         thumb stack frame.
5497         (thumb_exit): Move frame pointer back into hard frame pointer
5498         register if backtracing is being used.
5499
5500         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
5501
5502         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
5503         into branch.
5504
5505         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
5506
5507         * config/arm/arm.md (neg_pool_offset): Provide default for new
5508         attribute.
5509         (arm_movsi_insn): Add neg_pool_offset attribute.
5510         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
5511         rtx for the insn that starts the scan and an unsigned long for its
5512         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
5513         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
5514         instructions in *PINSERTED.
5515         (struct minipool_fixup): Add MIN_ADDRESS elt.
5516         (sort_fixups): Compute it.
5517         (arm_reorg): Changes to support inserting pools before the insn to be
5518         fixed up.
5519
5520         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
5521
5522         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
5523         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
5524         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
5525
5526         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
5527
5528         * config/arm/semi.h (TARGET_VERSION): Do not define if already
5529         defined.
5530         (TARGET_DEFAULT): Do not define if already defined.
5531
5532         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
5533
5534         * config/arm/arm.md (anddi3): Allow disjoint source operands.
5535         (iordi3): Allow disjoint source operands.
5536         (xordi3): Allow disjoint source operands.
5537         (negdi2): Permit construction for ARM and Thumb.
5538         (arm_negdi2): Renamed version of old negdi2 pattern.
5539         (thumb_negdi2): New pattern: Only permit non-overlapping
5540         source and destination.
5541
5542         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
5543
5544         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
5545         scratch low register so that it will not be deleted.
5546
5547         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
5548
5549         * config/arm/pe.h (ARM_PE): Define.
5550
5551         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
5552         interfacearm attribute if this is a PE toolchain.
5553         (output_return_instruction): Do not emit anything if the function
5554         has the naked attribute set.
5555         (is_called_in_ARM_mode): If the function has the interfacearm
5556         attribute then return true.
5557         (thumb_expand_prologue): Do not generate a prologue for naked
5558         functions.
5559         (thumb_expand_epilogue): Do not generate an epilogie for a naked
5560         function.
5561         (output_thumb_prologue): Do not bother if the function is naked.
5562         Strip PE encoding from function name before emitting.
5563
5564         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
5565
5566         * arm.md (pic_load_addr): Fix constraints.
5567
5568         * arm.md (casesi_insn): Fix mis-applied patch.
5569
5570         * arm.md ("core" function unit): Add rules for single- and
5571         multi-cycle insns.
5572         (All TARGET_THUMB patterns): Add "type" attribute information
5573         where needed.
5574         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
5575         the following insn is a CALL.
5576
5577         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
5578         pointer.
5579         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
5580         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
5581         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
5582
5583         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
5584
5585         * config/arm/linux-gas.h: oops - this file was missed out when the
5586         branch was created...
5587
5588         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
5589
5590         * thumb.c: Deleted.  Move contents to ...
5591         * arm.c: ... here.
5592         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
5593         rule for thumb.o
5594         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
5595         * configure: Regen.
5596
5597         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
5598         declare a prototype for asm_output_align();
5599
5600         * arm.c (thumb_condition_code): Delete.
5601         (arm_print_operand): Always use arm_condition_code array.
5602
5603         * arm.c (thumb_return_addr_rtx): Delete.
5604         (arm_save_machine_status, arm_restore_machine_status): Delete.
5605         (arm_init_machine_status, arm_mark_machine_status): New functions.
5606         (arm_init_expanders): Update accordingly.
5607         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
5608         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
5609         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
5610
5611         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
5612
5613         * configure.in : Fix arm-*-aout target to use new t-arm-aout
5614         script.
5615         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
5616         targets.
5617
5618         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
5619
5620         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
5621         stack backtrace structure.
5622
5623         * config/arm/arm-protos.h: Add prototypes for functions defined in
5624         arm/pe.h.
5625
5626         * config/arm/arm.c (arm_override_options): Fix selection of
5627         attributes of default processor.
5628
5629         * config/arm/coff.h: Delete needless #include.
5630
5631         * config/arm/pe.c: Delete unused code.
5632
5633         * config/arm/pe.h (CPP_DEFINES): Delete
5634         (SUBTARGET_CPP_SPEC): Define.
5635         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
5636
5637         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
5638
5639         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
5640
5641         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
5642         updated.
5643         (CAN_DEBUG_WITHOUT_FP): Define.
5644         (FIXED_REGISTERS): Make r11 call-saved.
5645         (CALL_USED_REGISTERS): Likewise.
5646         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
5647         (FRAME_POINTER_REQUIRED): Correct logic for determining when a
5648         frame-pointer is required.
5649         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
5650         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
5651         if the target normally needs a stack frame in non-leaf functions.
5652         (use_return_insn): Correct logic for determining when a return
5653         instruction can be used.
5654         (output_return_instruction): Handle the frame-pointer register as
5655         a normal register when not TARGET_APCS_FRAME.
5656         (arm_output_prologue): Likewise.
5657         (arm_output_epilogue): Likewise.
5658         (output_func_epilogue): Likewise.
5659         (arm_expand_prologue): Likewise.
5660         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
5661
5662         * arm.c (use_return_insn): No need to check floating point regs if
5663         TARGET_SOFT_FLOAT.
5664         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
5665         the code of value stored in the minipool array.
5666         (arm_add_minipool_constant): Likewise.
5667
5668 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5669
5670         * basic-block.h (conflict_graph_enum_fn): K&R fix.
5671
5672 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5673
5674         * tree.c (tree_expr_nonnegative_p): New function.
5675
5676         * tree.h (tree_expr_nonnegative_p): Declare.
5677
5678         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
5679         elide some sign_compare warnings.
5680         (build_conditional_expr): Likewise.
5681
5682 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
5683
5684         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
5685
5686         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
5687         * i386.c (print_operand): Use the proper suffix for a 387 HImode
5688         operand.  Abort if a 387 operand has an unsupported size.
5689
5690 2000-04-08  Neil Booth  <NeilB@earthling.net>
5691
5692         * cppexp.c (parse_charconst): Null does not end character
5693         constants.
5694         * cppinit.c (ISTABLE): Null character handled as whitespace.
5695         * cpplex.c (null_warning):  new function.
5696         (skip_string): Emit warning if nulls encountered.
5697         (_cpp_skip_hspace): Emit warning if nulls encountered.
5698         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
5699         them.
5700         * cpp.texi: Update.
5701
5702 2000-04-07  Richard Henderson  <rth@cygnus.com>
5703
5704         * flow.c (loop_depth): Remove.
5705         (reg_next_use, cc0_live, mem_set_list): Replace with ...
5706         (struct propagate_block_info): New.
5707         (life_analysis): Don't allocate reg_next_use.
5708         (propagate_block_delete_insn): Break out of propagate_block.
5709         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
5710         (propagate_block_delete_libcall): Likewise.
5711         (propagate_block): Create a propagate_block_info struct to pass
5712         to subroutines.  Allocate one not two temporary regsets.  Don't
5713         clobber memory for const calls.  Look for clobbers in
5714         CALL_INSN_FUNCTION_USAGE.
5715         (mark_set_regs): Recognize COND_EXEC.
5716         (mark_set_reg): Break out of mark_set_1.
5717         (mark_used_reg): Break out of mark_used_regs.
5718         (mark_used_regs): Recognize COND_EXEC.
5719         (insn_dead_p): Use propagate_block_info struct.
5720         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
5721         (find_auto_inc, try_pre_increment_1): Likewise.
5722         (print_rtl_with_bb): Dump regs live at end too.
5723         (count_reg_sets_1): Pass in loop_depth.
5724         (count_reg_sets, count_reg_references): Likewise.
5725         (recompute_reg_usage): Provide it.
5726
5727 2000-04-07  Richard Henderson  <rth@cygnus.com>
5728
5729         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
5730         not the raw files.
5731
5732 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
5733
5734         * cpplib.c (do_elif): Skip the rest of the line if we're
5735         not going to bother evaluating it.
5736         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
5737         to avoid pointless calls to the lexer.
5738
5739 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
5740
5741         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
5742
5743 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
5744
5745         * calls.c (expand_call): emit_queue if we're trying a sibcall.
5746
5747 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
5748
5749         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
5750
5751 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
5752
5753         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
5754         crtend so they can be multilibbed.
5755         (STAGESTUFF): Remove s-crt and s-crtS.
5756
5757 2000-04-07  Richard Henderson  <rth@cygnus.com>
5758
5759         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
5760         if we discover we need a pseudo and no_new_pseudos is true.
5761         * config/alpha/alpha.md (ne:DI insn): New.
5762         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
5763
5764 2000-04-07  Richard Henderson  <rth@cygnus.com>
5765
5766         * rtl.def (COND_EXEC): New.
5767         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
5768         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
5769
5770         * genconfig.c (have_cond_arith_flag): Remove.
5771         (have_cond_exec_flag): New.
5772         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
5773         (main): Print HAVE_conditional_execution.
5774
5775         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
5776         (sched_analyze_insn, print_pattern): Likewise.
5777         * reload.c (find_equiv_reg): Likewise.
5778         * rtlanal.c (reg_referenced_p): Likewise.
5779         (note_stores, dead_or_set_regno_p): Likewise.
5780         (reg_overlap_mentioned_p): Rewrite to use a switch.
5781
5782         * ggc.h (struct rtx_def): Forward declare.
5783
5784         * print-rtl.c (debug_rtx_range): New.
5785         * rtl.h (debug_rtx_range): Declare.
5786
5787         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
5788
5789         * gcse.c (gcse_main): Don't rebuild the CFG here.
5790         (delete_null_pointer_checks): Likewise.
5791         * ssa.c (convert_to_ssa): Likewise.
5792         * toplev.c (rest_of_compilation): Do it here instead.  Combine
5793         sequential calls to TIMEVAR.  Consistently use `insns' instead of
5794         `get_insns()'.  Always split insns after reload when optimizing.
5795
5796         * basic-block.h (merge_blocks_nomove): Declare.
5797         (tidy_fallthru_edge): Declare.
5798         * flow.c (merge_blocks_nomove): Document as merging into previous
5799         blocks.  Remove cruft from between blocks; remove all edges out of A.
5800         (tidy_fallthru_edge): Export.
5801
5802 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
5803
5804         * ssa.c (compute_conservative_reg_partition): Declare with
5805         void arguments.
5806         * toplev.c (clean_dump_file): Remove previously-deleted function
5807         inadvertantly merged back in.
5808         * conflict.c (conflict_graph_add): Use a single call to
5809         htab_find_slot to look up and insert.
5810
5811 2000-04-06  Richard Henderson  <rth@cygnus.com>
5812
5813         * genrecog.c (*): Rename _last_insn to last_insn.
5814         (make_insn_sequence): Set the position of the peephole2 C test
5815         to be at the last insn.
5816
5817 2000-04-06  Richard Henderson  <rth@cygnus.com>
5818
5819         * flow.c (compute_flow_dominators): Free worklist.
5820
5821 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
5822
5823         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
5824
5825 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
5826
5827         * rtl.h (INSN_P): New macro.
5828         (successor_phi_fn): New typedef.
5829         (for_each_successor_phi): New prototype.
5830         (in_ssa_form): New variable.
5831         (PHI_NODE_P): Likewise.
5832         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
5833         phi nodes in successors.
5834         (mark_used_regs): Add PHI case.
5835         (set_phi_alternative_reg): New function.
5836         (life_analysis): Assert that dead code elimination is not selected
5837         when in SSA form.
5838         * toplev.c (to_ssa_time): New variable.
5839         (from_ssa_time): Likewise.
5840         (compile_file): Zero to_ssa_time and from_ssa_time.
5841         Print time to convert to and from SSA.
5842         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
5843         (print_time): Compute percent fraction as integer.
5844         * ssa.c (PHI_NODE_P): Moved to rtl.h.
5845         (convert_to_ssa): Check if we're already in SSA.
5846         Don't eliminate dead code in life_analysis.
5847         Rerun flow and life analysis at bottom.
5848         (eliminate_phi): Use canonical regnos when adding nodes.
5849         (mark_reg_in_phi): New function.
5850         (mark_phi_and_copy_regs): Likewise.
5851         (convert_from_ssa): Rerun life analysis at top.
5852         Use coalesced partition.
5853         Check for removing a phi node at the end of the block.
5854         (compute_coalesced_reg_partition): New function.
5855         (coalesce_regs_in_copies): Likewise.
5856         (coalesce_reg_in_phi): Likewise.
5857         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
5858         (for_each_successor_phi): Likewise.
5859         (rename_context): New struct.
5860         (rename_block): Use a rename_context with rename_insn_1.  When
5861         renaming sets of a subreg, emit a copy of the entire reg first.
5862         (rename_insn_1): Treat data as a rename_context *.  Save current
5863         insn in set_data.
5864         (rename_set_data): Add field set_insn.
5865         * Makefile.in (HASHTAB_H): Move up in file.
5866         (OBSTACK_H): New macro.
5867         (collect2.o): Use OBSTACK_H in dependencies.
5868         (sdbout.o): Likewise.
5869         (emit-rtl.o): Likewise.
5870         (simplify-rtx.o): Likewise.
5871         (fix-header.o): Likewise.
5872         (OBJS): Add conflict.o.
5873         (conflict.o): New rule.
5874         * basic-block.h: Include partition.h.
5875         (conflict_graph): New typedef.
5876         (conflict_graph_enum_fn): Likewise.
5877         (conflict_graph_new): New prototype.
5878         (conflict_graph_delete): Likewise.
5879         (conflict_graph_add): Likewise.
5880         (conflict_graph_conflict_p): Likewise.
5881         (conflict_graph_enum): Likewise.
5882         (conflict_graph_merge_regs): Likewise.
5883         (conflict_graph_print): Likewise.
5884         (conflict_graph_compute): Likewise.
5885         * conflict.c: New file.
5886
5887 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
5888
5889         * tlink.c (read_repo_files): Don't look for .rpo info for
5890         linker flags.
5891
5892 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5893
5894         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
5895
5896 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5897
5898         * config/sh/lib1funcs.asm (___udivsi3_i4):
5899         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
5900         only depends on FMOVD_WORKS.
5901
5902 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5903
5904         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
5905         make double constant 8-byte aligned.
5906
5907 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
5908
5909         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
5910         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
5911         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
5912         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
5913         Accept storing GENERAL_REGS into offsetable memory.
5914         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
5915         building a TFmode constant other than 0.0L into GENERAL_REGS.
5916
5917 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
5918
5919         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
5920
5921 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
5922
5923         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
5924         (macro_cleanup): No need to cast pbuf->macro.
5925         (collect_expansion): Use _cpp_get_define_token.  Goto done if
5926         it returns VSPACE.  Remove check for trailing space after
5927         CPP_COMMENT.
5928         (_cpp_create_definition): Don't diddle flags here.  Return
5929         directly on error.
5930         (unsafe_chars): Handle c1 being EOF.
5931         (push_macro_expansion): Use unsafe_chars for both accidental-paste
5932         checks.  Don't push the buffer till after we're done with
5933         them.
5934         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
5935         (PEEKN, FORWARD, GETC, PEEKC): Use them.
5936         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
5937         appropriately.
5938         (_cpp_parse_assertion): Don't NUL terminate.
5939         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
5940         hspace before calling _cpp_parse_assertion.  Remove all sets
5941         of only_seen_white. Treat '\f' as hspace.  Don't do anything
5942         special with '\n' here.
5943         (maybe_macroexpand): Handle T_EMPTY hash entries without
5944         pushing a buffer at all.
5945         (cpp_get_token): Handle clearing only_seen_white here.  Handle
5946         incrementing the line number here.  Clear
5947         potential_control_macro as well as only_seen_white, if
5948         appropriate.
5949         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
5950         (_cpp_get_define_token): New function, basically like
5951         _cpp_get_directive_token was but doesn't eat horizontal space.
5952         Don't do anything with only_seen_white here.
5953         (_cpp_get_directive_token): Just call _cpp_get_define_token
5954         repeatedly till it returns non-hspace.
5955
5956         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
5957         (conditional_skip, skip_if_group): Return int.
5958         (DIRECTIVE_TABLE): Change origin of all conditional directives
5959         to "COND".
5960         (TRAD_DIRECT_P): New macro.
5961         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
5962         an error for a bogus directive, unless -lang-asm.  Use
5963         TRAD_DIRECT_P. Loop calling handler functions till one returns
5964         zero.
5965         (get_macro_name): Don't diddle flags here.
5966         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
5967         Create T_EMPTY nodes for #define macro /* nothing */.
5968         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
5969         Use hp->name when calling pass_thru_directive.
5970         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
5971         Return the result of conditional_skip and/or skip_if_group.
5972         Don't call _cpp_output_line_command.
5973         (consider_directive_while_skipping): Use _cpp_get_directive_token.
5974         Issue -Wtraditional warnings as appropriate.  Don't complain
5975         about unrecognized directives.  If we are to stop skipping,
5976         return the number of the directive that ended the skip.
5977         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
5978         expansion and line commands while skipping.  Return the result
5979         of consider_directive_while_skipping, if nonzero.
5980         (do_endif): Just set potential_control_macro here.
5981         (validate_else): Use _cpp_get_directive_token.
5982         (do_assert, do_unassert): Don't save pointers into the
5983         token_buffer across calls to the lexer.  Use
5984         _cpp_get_directive_token.
5985
5986         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a
5987         pointer, not an offset.  Replace 'data', which was a generic
5988         pointer, with 'macro', which points to a struct hashnode.
5989         (cpp_reader): Add 'potential_control_macro' pointer.
5990         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
5991         (CPP_BUF_GET, CPP_FORWARD): Delete.
5992         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
5993         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
5994         ACTIVE_MARK_P): Update.
5995         (_cpp_get_define_token): New internal function.
5996         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
5997
5998 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
5999
6000         * configure.in: And here.
6001         * configure: Regenerate.
6002         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
6003         --enable-libstdcxx-v3 is passed at configure time.
6004         * config.h.in: Regenerate.
6005
6006 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
6007
6008         * final.c (final): Use xcalloc to allocate line_note_exists.
6009         * function.c (free_after_compilation): Free the temp_slots.
6010         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
6011         (combine_temp_slot): Free temp_slots when they get combined.
6012         (purge_addressof): Fix typo in comment.
6013         * stmt.c (mark_goto_fixup): Mark the fixup itself.
6014         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
6015
6016         * ggc.h: Include varray.h.
6017         (ggc_pending_trees): Declare.
6018         (ggc_mark_tree_children): Remove declaration.
6019         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
6020         * ggc-common.c (ggc_pending_trees): New variable.
6021         (ggc_mark_roots): Call ggc_mark_trees.
6022         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
6023         the ggc_pending_trees.
6024         * Makefile.in (GGC_H): New variable.  Use it throughout in place
6025         of ggc.h.
6026
6027 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6028
6029         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
6030         GET_MODE_SIZE.
6031
6032 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6033
6034         * sh.c (sh_insn_length_adjustment): New function.
6035         * sh-protos.h (sh_insn_length_adjustment): Declare.
6036         * sh.h (ADJUST_INSN_LENGTH): Use it.
6037
6038 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
6039
6040         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
6041         from the insn where REG_RETVAL is added.
6042         (emit_no_conflict_block): Ditto.
6043
6044         * md.texi (Standard Names): Clarify when movX is needed.
6045
6046         * combine.c (simplify_comparison) [MINUS]: Do not replace
6047         all (op (minus A B) 0) with (op A B).
6048
6049 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
6050                           J"orn Rennecke <amylaar@cygnus.co.uk>
6051
6052         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
6053         (block_lump_real): Likewise.
6054
6055 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
6056
6057         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
6058         remaining non-zero debugging masks.
6059
6060 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
6061
6062         * basic-block.h (verify_flow_info): Declare.
6063         (flow_loop_outside_edge_p): Declare.
6064         * flow.c (verify_flow_info): Remove declaration.
6065         (clear_log_links, flow_loop_outside_edge_p): Likewise.
6066
6067 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
6068
6069         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
6070         not C++ comments.
6071
6072 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
6073
6074         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
6075         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
6076         seqdi_zero_trunc+1): Allow splits only if registers are
6077         different.
6078
6079 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
6080
6081         * acconfig.h: Add HAVE_GAS_HIDDEN.
6082         * config.in: Regenerated.
6083         * configure.in: Add test for .hidden pseudo-op in gas.
6084         * configure: Regenerated.
6085         * crtstuff.c: Include auto-host.h.
6086         Emit additional .hidden pseudo-op for __dso_handle if the
6087         assembler knows about it.
6088
6089 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
6090
6091         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
6092         before freeing argnames.
6093         * cpplib.c (do_ifndef): Cast return value of xstrdup.
6094
6095 2000-04-05  Michael Meissner  <meissner@redhat.com>
6096
6097         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
6098         Walton <jonboy@gordian.com> to make memory references with update
6099         work wtih -mregnames.
6100
6101 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6102
6103         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
6104         (regrename_optimize): Rename variables `def_uses' and
6105         `ext_basic_blocks' to avoid conflicts with similarly named
6106         typedefs in traditional C.
6107
6108         * calls.c (initialize_argument_information): Fix typo in previous
6109         change.
6110
6111 2000-04-04  Richard Henderson  <rth@cygnus.com>
6112
6113         * regrename.c (consider_available): Test fixed_regs not
6114         PIC_OFFSET_TABLE_REGNUM.
6115
6116 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
6117
6118         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
6119         crtend.
6120         (CRTSTUFF_T_CFLAGS_S): Delete definition.
6121         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
6122         (ENDFILE_LINUX_SPEC): Always use crtend.
6123         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
6124         (powerpc-*-linux-gnu): Likewise.
6125         * configure: Regenerate.
6126
6127         * config/rs6000/eabi.h: Don't include sysv4.h.
6128         (MULTILIB_DEFAULTS): Don't define.
6129         * config/rs6000/eabiaix.h: Don't include eabi.h.
6130         * config/rs6000/eabile.h: Delete.
6131         * config/rs6000/eabilesim.h: Delete.
6132         * config/rs6000/eabisim.h: Don't include eabi.h.
6133         * config/rs6000/linux.h: Don't include sysv4.h.
6134         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
6135         (MULTILIB_DEFAULTS): Don't redefine.
6136         * config/rs6000/rtems.h: Don't include eabi.h.
6137         * config/rs6000/sol2.h: Don't include sysv4le.h.
6138         * config/rs6000/sysv4le.h: Don't include sysv4.h.
6139         * config/rs6000/t-ppc: Delete.
6140         * config/rs6000/t-ppcgas: Correct comment.
6141         * config/rs6000/t-ppcos: Correct comment.  Don't build
6142         multilibs for -fPIC, rather use -fPIC -mstrict-align
6143         as default.
6144         * config/rs6000/t-ppc: Delete.
6145         * config/rs6000/vxppc.h: Don't include sysv4.h.
6146         * config/rs6000/vxppcle.h: Delete.
6147         * configure.in: Use multiple header files for p2pc ELF targets
6148         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
6149         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
6150         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
6151         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
6152         always available for these platforms.
6153
6154 2000-04-04  Richard Henderson  <rth@cygnus.com>
6155
6156         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
6157
6158 2000-04-04  Stan Cox  <scox@cygnus.com>
6159
6160         * Makefile.in: Add rules for regrename.o
6161         * regrename.c: New file.
6162         * rtl.h (regrename_optimize): Add prototype.
6163         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
6164         (compile_file, decode_d_option): Add support for -frename-registers.
6165         (rest_of_compilation): Call regrename_optimize.
6166         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
6167         New macros.
6168
6169 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
6170
6171         * Makefile (gccbug): New target.
6172         (doc): Depend on it.
6173         * gcc.texi (Bugs): Link subnodes.
6174         (gccbug): New node.
6175         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
6176         Document severities, priorities, and classes in bug form.
6177
6178 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
6179
6180         * cpplex.c (trigraph_map, speccase): Combine into single
6181         table, chartab.
6182         (NORMAL, NONTRI): New macros.
6183         (_cpp_read_and_prescan): Change to use unified table.  Use
6184         is_hspace to test for whitespace.
6185
6186         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
6187         definition that doesn't provoke the "empty body in an
6188         if-statement" warning.
6189
6190 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
6191
6192         * builtins.c (expand_builtin_strlen): Force the source to
6193         be a memory address.
6194
6195 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6196
6197         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
6198
6199 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6200
6201         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
6202          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
6203         (ECF_IS_CONST): Rename to ECF_CONST.
6204         (special_function_p): Make static, change interface.
6205         (flags_from_decl_or_type, try_to_integrate): Break out from ...
6206         (expand_call) ... here; convert number of variables to flags.
6207         (emit_library_call_vlue_1): Likewise.
6208         (setjmp_call_p): New function.
6209         (initialize_argument_information): Accepts flags as argument;
6210         return flags.
6211         (precompute_arguments): Likewise.
6212         * tree.h (special_function_p): Remove.
6213         (setjmp_call_p): Add prototype.
6214
6215 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
6216
6217         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
6218         so that addresses are offsetable by up to 16 bytes.
6219         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
6220         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
6221         offsetable.
6222
6223         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
6224         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
6225         (movsf): Don't force any constant to memory if target is integer
6226         hard register.
6227         Move fp_zero_operand check below the const0_rtx check.
6228         (movtf): Likewise. Also allow fp_zero_operand for stores into
6229         memory.
6230         (movdf): Likewise. Also allow fp_zero_operand for stores into
6231         memory and into integer hard registers.
6232         (clear_df, clear_dfp, movdf_const_intreg_sp32,
6233         movdf_const_intreg_sp64): Remove.
6234         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
6235         conditions.
6236         (movdf_no_e_insn_v9_sp32): New pattern.
6237         (movdf_insn_v9only): Remove.
6238         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
6239         (movdf_insn_sp64): Remove.
6240         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
6241         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
6242         (following splits): Rewrite conditions. Add two new splits
6243         for storing 0.0 into memory and registers.
6244         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
6245         (movtf_insn_sp32): Redo constraints and conditions.
6246         (movtf_insn_vis_sp32): New pattern.
6247         (movtf_no_e_insn_sp32): Redo constraints and conditions.
6248         (movtf_insn_hq_sp64): Likewise.
6249         (movtf_insn_hq_vis_sp64): New pattern.
6250         (movtf_insn_sp64): Redo constraints and conditions.
6251         (movtf_insn_vis_sp64): New pattern.
6252         (movtf_no_e_insn_sp64): Redo constraints and conditions.
6253         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
6254         or memory.
6255         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
6256         -mvis or -m64 to take down the number of various reload patterns.
6257
6258 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
6259
6260         * pa/pa-64.h: New file.
6261         * pa/pa64-regs.h: New file.
6262         * pa/pa64-start.h: New file.
6263         * pa/t-pa64: New file.
6264         * pa/xm-pa64hpux.h: New file.
6265
6266 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6267
6268         * sparc.c (output_restore_regs): Prototype.
6269         (sparc_emit_float_lib_cmp): Constification.
6270
6271         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
6272
6273         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
6274         Prototype.
6275
6276         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
6277         (get_value_hash, hash_rtx): Likewise.
6278
6279         * ssa.c (compute_conservative_reg_partition): Prototype.
6280
6281         * tree.c (mark_hash_entry): Prototype.
6282
6283 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
6284
6285         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
6286         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
6287         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
6288
6289         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
6290         * objc/lang-specs.h: Likewise.
6291
6292 2000-04-03  Neil Booth  <NeilB@earthling.net>
6293
6294         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
6295         and SYNTAX_ERROR2. Replace `' in messages with ''.
6296         (op_to_str): Make re-entrant.
6297         (_cpp_parse_expr): Implement new error macros. Use | rather
6298         than || to logically or 2 boolean integers.  Simply expression
6299         checking we have a left operand iff needed.
6300
6301 2000-04-03  Nick Clifton  <nickc@cygnus.com>
6302
6303         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
6304
6305 2000-04-03  Philip Blundell  <philb@gnu.org>
6306
6307         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
6308
6309 2000-04-03  Felix Lee  <flee@cygnus.com>
6310
6311         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
6312         (run_shell): Use it.
6313
6314 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
6315
6316         * Makefile.in (stmp-int-hdrs): Make include subdir here...
6317         (stmp-fixproto): ...rather than here.
6318
6319 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
6320
6321         * pa.c (print_operand): Compute 'base' only inside the code paths
6322         that use it.
6323
6324 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
6325
6326         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
6327         CEIL_DIV_EXPR.
6328
6329 2000-04-03  Philipp Thomas  <pthomas@suse.de>
6330
6331         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
6332
6333 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
6334
6335         * Makefile.in (alias.o): Depend on $(TREE_H).
6336
6337 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
6338
6339         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
6340         processing C++.
6341         * cpplib.c (_cpp_handle_directive): Improve warnings for
6342         traditional C and indented directives.
6343
6344         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
6345         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
6346         fixinc/inclhack.def: Indent the # of #include_next one space.
6347         * cp/rtti.c: Un-indent #if and #endif.
6348
6349         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
6350         syntax error, but an error has already been printed.
6351         * cpplex.c (_cpp_parse_assertion): Give a more specific error
6352         message when called with nothing remaining on the line.
6353         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
6354         OTHER token, not an ASSERTION.
6355         * cpplib.c (do_assert): When we create a 'base' node, clear
6356         its aschain pointer.
6357
6358 2000-04-02  Neil Booth <NeilB@earthling.net>
6359
6360         * cppexp.c:  New typedef op_t.  struct operation and struct
6361         token updated to use it.
6362         (op_to_str): New function.
6363         (_cpp_parse_expr): Error messages modified to use op_to_str.
6364
6365 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6366
6367         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
6368         before checking MUST_PASS_IN_STACK.
6369
6370 2000-04-02  Neil Booth <NeilB@earthling.net>
6371
6372         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
6373         flags and initial priority into a single constant.  New
6374         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
6375         (_parse_cpp_expr): Implement new constants.  Take left operand
6376         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
6377         parse indicated by reducing FINISHED token.  Remove new lines
6378         from cpp_error messages.
6379
6380 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
6381
6382         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
6383         permanent obstack.
6384
6385 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
6386
6387         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
6388         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
6389         the strings and function names on the fly.  Take the #sccs
6390         entry out of the table if SCCS_DIRECTIVE is not defined.
6391         (_cpp_handle_directive): Decide if the # was at the beginning
6392         of the line here.  Issue -pedantic warnings for extended
6393         directives here.  Warn about K+R directives with the #
6394         indented, and C89/extended directives with the # not indented,
6395         here.
6396         (do_import, do_include_next, do_warning, do_ident, do_sccs,
6397         do_assert, do_unassert): Don't issue pedantic warning here.
6398
6399         * cpphash.h: Add CPP_WTRADITIONAL macro.
6400         * cpplib.h (struct cpp_options): Rename warn_stringify to
6401         warn_traditional; update comments.
6402         * cppinit.c (handle_option): Set warn_traditional not
6403         warn_stringify.
6404         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
6405         CPP_WTRADITIONAL (pfile).
6406         * cpplex.c (_cpp_lex_token): Don't decide if directives should
6407         be ignored in -traditional mode here.
6408
6409         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
6410         to initialize speccase[] and trigraph_map[].  Delete all
6411         references to pfile->input_speccase.  Always treat '?' as a
6412         special character.  Remove table-initialization code from
6413         _cpp_init_input_buffer.
6414
6415         * cpplib.h (struct cpp_reader): Remove input_speccase field.
6416         * cppinit.c (cpp_cleanup): Don't free input_speccase.
6417
6418 2000-04-01  Richard Henderson  <rth@cygnus.com>
6419
6420         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
6421         (mostlyclean): Likewise.
6422
6423         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
6424         (struct dump_file_info, enum dump_file_index, dump_file): New.
6425         (open_dump_file): Take a dump_file_index not a suffix, and a decl
6426         not a string.  Clean out file if we havn't yet done so.  Do nothing
6427         if the dump isn't enabled.
6428         (close_dump_file): Do nothing if the dump isn't open.  Dump
6429         graph data if requested.
6430         (dump_rtl, clean_dump_file): Remove.
6431         (compile_file): Don't clean the dump files.  Only finalize .bp dump
6432         if flag_test_coverage or flag_branch_probabilities.  Only finalize
6433         .combine dump if optimizing.  Iterate over dump_file to finalize the
6434         graph dumps.
6435         (rest_of_compilation): Update for open_dump_file/close_dump_file.
6436         Convert all uses of dump_rtl.
6437         (decode_d_option): Iterate over dump_file to implement 'a' and to
6438         locate pass-specific dumps.
6439
6440 2000-04-01  Neil Booth <NeilB@earthling.net>
6441
6442         * cppexp.c: Redefine priority constants.
6443         (_cpp_parse_expr): Replace left and right priority scheme with
6444         single priority logic.  Move LOGICAL to same place as COMPARE.
6445         Remove bogus check for multiple unary +/- operators.
6446
6447 2000-04-01  Neil Booth <NeilB@earthling.net>
6448
6449         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
6450         within the switch statement.  Binary operations break out of
6451         the switch naturally.  '(' tokens handled by forcing
6452         immediate shift.  ')' handled by forcing immediate reduce to
6453         the previous '('.  New error messages.
6454
6455 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
6456
6457         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
6458         part', it's already in use.  Use %K instead.  Add a return at the
6459         end of what is now %K.
6460         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
6461
6462 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6463
6464         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
6465         allocate_dynamic_stack_space.
6466         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
6467         update stack_pointer_delta; do not update arg_size_so_far.
6468         (compute_argument_block_size): Use stack_delta instead of
6469         stack_pointer_pending and arg_size_so_far.
6470         (expand_call): Add sanity checking for stack_pointer_delta;
6471         save and restore stack_pointer_delta for SIB, use
6472         stack_pointer_delta for alignment; do not update arg_space_so_far.
6473         (emit_library_call_value): Use stack_pointer_delta for alignment.
6474         (store_one_arg): Do not update arg_space_so_far.
6475         * explow.c (adjust_stack, anti_adjust_stack): Update
6476         stack_pointer_delta.
6477         (allocate_dynamic_stack_space): Add sanity checking for
6478         stack_pointer_delta.
6479         * expr.c (init_expr, clear_pending_stack_adjust): Clear
6480         stack_pointer_delta.
6481         (emit_push_insn): Update stack_pointer_delta.
6482         * function.h (struct expr_status): Add x_stack_pointer_delta;
6483         remove x_arg_space_so_far.
6484         (arg_space_so_far): Remove.
6485         (stack_pointer_delta): New macro.
6486
6487 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
6488
6489         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
6490         Reorder struct cpp_options and struct cpp_reader for better
6491         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
6492         takes two args.  Change all 'char' flags to 'unsigned char'.
6493         Move show_column flag into struct cpp_options.  Don't
6494         prototype cpp_options_init.
6495         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
6496         cppinit.c, cpplex.c, cpplib.c:
6497         Replace CPP_OPTIONS (pfile)->whatever with
6498         CPP_OPTION (pfile, whatever), and likewise for
6499         opts = CPP_OPTIONS (pfile); ... opts->whatever;
6500
6501         * cppinit.c (merge_include_chains): Take a cpp_reader *.
6502         Extract CPP_OPTION (pfile, pending) and work with that
6503         directly.
6504         (cpp_options_init): Delete.
6505         (cpp_reader_init): Turn on on-by-default options here.
6506         Allocate the pending structure here.
6507         (cl_options, enum opt_code): Define these from the same table,
6508         kept in a large macro.  Add -fshow-column and -fno-show-column
6509         options.
6510
6511         * cpperror.c (v_message): If show_column is off, don't print
6512         the column number.
6513
6514         * cppmain.c: Update for new interface.
6515         * fix-header.c: Likewise.
6516
6517 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
6518
6519         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
6520         definition.
6521         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
6522         are passed to any invocation of AR_FOR_TARGET.
6523         (AR_CREATE_FOR_TARGET): New macro.
6524         (AR_EXTRACT_FOR_TARGET): New macro.
6525         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
6526         AR_EXTRACT_FOR_TARGET.
6527         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
6528         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
6529         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
6530         AR_EXTRACT_FOR_TARGET to sub-makes.
6531
6532 2000-03-31  Neil Booth <NeilB@earthling.net>
6533
6534         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
6535         PAREN_INNER_PRIO.
6536         (_cpp_parse_expr): Check for multiple unary +/- operators.
6537         Correct priorities of ':' and '?'.  Treat ')' as having a
6538         value.  Ensure conditional expression is not void.
6539
6540 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
6541
6542         * alias.c (canon_rtx): Make it global.
6543         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
6544         equality.
6545         * cse.c (struct table_elt): Add canon_exp.
6546         (insert): Clear it.
6547         (invalidate): Canonicalize expressions only once.
6548         * rtl.h (canon_rtx): Declare.
6549
6550 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
6551
6552         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
6553         * alias.c (reg_known_value): Add comments.
6554         (init_alias_analysis): Likewise.
6555         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
6556         address.
6557         (cse_basic_block): Fix typo in comment.
6558         * emit-rtl.c: Include hashtab.h.
6559         (const_int_htab): New variable.
6560         (const_int_htab_hash): New function.
6561         (const_int_htab_eq): Likewise.
6562         (rtx_htab_mark_1): Likewise.
6563         (rtx_htab_mark): Likewise.
6564         (gen_rtx_CONST_INT): Cache all CONST_INTs.
6565         (unshare_all_rtx): Fix formatting.
6566         (init_emit_once): Initialize const_int_htab.
6567         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
6568         address.
6569         * rtl.texi: Document the fact that all CONST_INTs with the same
6570         value are shared.
6571
6572 2000-03-30  Richard Henderson  <rth@cygnus.com>
6573
6574         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
6575
6576 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
6577
6578         * configure.in: Comment out --enable-c-cpplib stanza.
6579         * configure: Regenerate.
6580
6581 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6582
6583         * expr.c (store_constructor): Properly compute displacement and
6584         alignment when offset is variable.
6585
6586         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
6587         cases of alignment in bytes.
6588
6589 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
6590
6591         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
6592         since it is used to generate c-parse.y.
6593         * objc-parse.c, objc-parse.y: Regenerated.
6594
6595         * function.c (expand_function_end): Pass alignment argument to
6596         emit_block_move in bits, not bytes.
6597
6598 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6599
6600         * expr.c (move_by_pieces_ninsns): Fix one more missing align
6601         correction.
6602
6603         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
6604
6605         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
6606         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
6607         * function.c (assign_parms): Likewise.
6608         * integrate.c (expand_inline_function): Likewise.
6609         * stmt.c (expand_decl): Likewise.
6610         (copy_rtx_and_substitute): Likewise.
6611         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
6612         (clear_by_pieces): Fix error in last change.
6613         * emit-rtl.c (init_emit): Set known registers alignment in bits.
6614         * function.h (regno_pointer_align): Now unsigned.
6615         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
6616         is in bits.
6617         * config/i386/i386.c (aligned_operand): Likewise.
6618         * config/sparc/sparc.c (mem_min_alignment): Likewise.
6619         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
6620         (unaligned_memory_operand): Likewise.
6621         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
6622         Also make alignments and sizes unsigned and some whitespace cleanup.
6623         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
6624
6625         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
6626         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
6627         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
6628         (expand_builtin_memset): Likewise, but to clear_storage.
6629         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
6630         (restore_fixed_argument_area): Likewise.
6631         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
6632         (load_register_parameters): Likewise, to emit_group_load.
6633         (expand_call): Likewise, to emit_group_store and emit_block_move.
6634         (emit_library_call_value_1): Likewise, to emit_block_move.
6635         (store_one_arg): Likewise, and to emit_push_insn.
6636         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
6637         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
6638         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
6639         (emit_block_move, emit_group_load, emit_group_store): Likewise.
6640         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
6641         (expand_assigment, store_expr, store_constructor_field): Likewise.
6642         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
6643         (store_constructor, store_field, get_inner_reference): Likewise.
6644         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
6645         (expand_expr, case COMPONENT_REF): Likewise.
6646         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
6647         and positions; reindent code.
6648         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
6649         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
6650         (assign_parms): Likewise to emit_group_store.
6651         * optabs.c (prepare_cmp_insn): Alignment is in bits.
6652         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
6653         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
6654         (expand_return): Likewise to {extract,store}_bit_field.
6655         * stor-layout.c (get_mode_alignment): Minor cleanup.
6656         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
6657         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
6658
6659 2000-03-29  Nick Clifton  <nickc@cygnus.com>
6660
6661         * config/arm/arm.h: Undo effects of previous delta:
6662         (ASM_SPEC): Do not define.
6663         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
6664
6665         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
6666         typo.
6667
6668 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
6669
6670         * cppinit.c (cpp_start_read): Call initialize_dependency_output
6671         only after reading in the primary source file.
6672
6673 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
6674
6675         * c-common.c (c_common_nodes_and_builtins): The first parameter to
6676         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
6677         or a reference to a va_list.
6678         * builtins.c (stabilize_va_list): Simplify now we don't have to
6679         work around C array address decay.
6680         * c-typeck.c (convert_for_assignment): Handle assignment to
6681         a reference parameter by taking the address of the RHS.
6682         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
6683         (va_copy): Likewise.
6684         (__va_copy): Likewise.
6685         * ginclude/varargs.h (va_start): Likewise.
6686         (__va_copy): Likewise.
6687
6688 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
6689
6690         * i386/djgpp.h: Remove extraneous "+".
6691
6692         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
6693
6694         * calls.c (expand_call): Fix typo in last change.
6695
6696 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
6697
6698         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
6699         been expanded.
6700
6701 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6702
6703         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
6704         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
6705         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
6706         * tree.c (bit_position, byte_position): Likewise.
6707         * tree.h: Declare new functions.
6708
6709 2000-03-29  Nick Clifton  <nickc@cygnus.com>
6710
6711         * config/arm/arm.c: Minor formatting changes/
6712         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
6713         already defined.
6714         (ASM_SPEC): Define if not already defined.
6715
6716 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
6717
6718         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
6719         _cpp_calc_hash.
6720
6721 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
6722
6723         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
6724         value, don't output it as unsigned.
6725
6726 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
6727
6728         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
6729
6730 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6731
6732         * c-common.c (c_common_nodes_and_builtins): Don't special case
6733         cplus_mode when declaring builtin bzero/bcmp, always avoid
6734         prototype arguments.
6735
6736 2000-03-29  Bruce Korb  <bkorb@gnu.org>
6737
6738         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
6739         to a non-file
6740
6741 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6742
6743         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
6744         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
6745         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
6746         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
6747         (save_fixed_argument_area, restore_fixed_argument_area):
6748         conditionize by #ifdef REG_PARM_STACK_SPACE only.
6749         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
6750         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
6751         (precompute_register_parameters): Avoid #ifdefs on
6752         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
6753         (stire_one_args): Likewise.
6754         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
6755         (emit_library_call_value_1): Likewise.
6756         (compute_argument_block_size): Align to STACK_BOUNDARY only for
6757         ACCUMULATE_OUTGOING_ARGS.
6758         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
6759         value.
6760         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
6761         (use_crosses_set_p): Likewise.
6762         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
6763         #define ACCUMULATE_OUTGOING_ARGS 1.
6764         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
6765         frames.
6766         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
6767         constants.
6768         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
6769         (TARGET_SWITCHES): Add push-args, no-push-args,
6770         accumulate-outgoing-args and no-accumulate-outgoing-args.
6771         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
6772         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
6773         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
6774         and PUSH_ROUNDING.
6775         (emit_push_insn): Likewise.
6776         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
6777         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
6778         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
6779         (STACK_DYNAMIC_OFFSET): Define correctly for both
6780         ACCUMULATE_OUTGOING_ARGS and normal mode.
6781         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
6782         * tm.texi (PUSH_ARGS): Document.
6783         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
6784
6785 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6786
6787         * flags.h (flag_optimize_sibling_calls): Declare.
6788         * calls.c (expand_call): Fail sibcall when
6789         !flag_optimize_sibling_calls
6790         * invoke.texi (flag_optimize_sibling_calls): Document.
6791         * toplev.c (flag_optimize_sibling_calls): New global variable.
6792         (f_options): Add flag_optimize_sibling_calls.
6793         (rest_of_compilation): Conditionize
6794         optimize_sibling_and_tail_recursive_calls by
6795         flag_optimize_sibling_calls.
6796         (main): Set flag_optimize_sibling_calls for -O2.
6797         * stmt.c (expand_return): Conditionize tail recursion by
6798         flag_optimize_sibling_calls.
6799
6800 2000-03-29  Richard Henderson  <rth@cygnus.com>
6801
6802         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
6803         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
6804
6805 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
6806
6807         * except.c (add_eh_table_entry): Mark type_info's as referenced.
6808
6809 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6810
6811         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
6812         is given.
6813         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
6814         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
6815         * config/rs6000/aix.h: then modified likewise.
6816
6817 2000-03-28  Richard Henderson  <rth@cygnus.com>
6818
6819         * rtl.h: Redistribute enum reg_note documentation.
6820         Kill trailing whitespace.
6821         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
6822         Kill trailing whitespace.
6823
6824 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
6825
6826         * cppfiles.c (hash_IHASH): Just return i->hash.
6827         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
6828         htab_find_with_hash.
6829         (cpp_read_file): Likewise.
6830         (find_include_file): Likewise.  Properly initialize
6831         ih->nshort.  Share ih->name and ih->nshort if possible.
6832         * cpphash.c (_cpp_calc_hash): New function.
6833         (hash_HASHNODE): Just return h->hash.
6834         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
6835         htab_find_with_hash.
6836         * cpphash.h: Prototype _cpp_calc_hash.
6837         * cppinit.c (initialize_builtins): Provide a valid hash
6838         to _cpp_make_hashnode, using _cpp_calc_hash.
6839
6840         * cpphash.c (collect_expansion): # is not a special character
6841         in object-like macros.  In -traditional mode, /**/ is not
6842         token paste at the beginning or end of the line.
6843         * cpplib.c (do_include, do_import, do_include_next): If
6844         parse_include fails, return immediately.
6845
6846 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
6847
6848         * config/arm/arm.md (return peepholes): Update to reflect the new
6849         call insn patterns.
6850         * config/arm/arm.c (arm_volatile_func): Also check
6851         current_function_nothrow.
6852         (output_return_instruction, output_func_prologue): Use it.
6853         (arm_output_epilogue, arm_expand_prologue): Likewise.
6854
6855 2000-03-27  Tom Tromey  <tromey@cygnus.com>
6856
6857         * gcc.c (handle_braces): In {x*...} case, break out of loop if
6858         switch is found.
6859
6860 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6861
6862         * expr.c (store_constructor): SIZE now signed.
6863         For EXPR_SIZE, don't evaluate size; just needed if constant.
6864         * fold-const.c (fold): Fix a number of cases when folded tree is
6865         wrong type.
6866         * function.c (flush_addressof): Reenable.
6867         * tree.h (flush_addressof): Likewise.
6868         * toplev.c (independent_decode_option): Look at strings_processed.
6869         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
6870
6871 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
6872
6873         * sibcall.c (indentify_call_return_value): Find last call in the chain;
6874         Allow stack adjustment after function call.
6875
6876         * regmove.c (struct csa_memlist): Make mem field rtx *.
6877         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
6878         (try_apply_stack_adjustment): Replace whole MEM rtx.
6879         (combine_stack_adjustments_for_block): Update calls
6880         to record_one_stack_ref.
6881
6882 2000-03-28  Neil Booth  <NeilB@earthling.net>
6883
6884         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
6885         '\\' rather than a null character, so nulls are not special.  Fix
6886         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
6887         speed trigraph conversion.
6888         (_cpp_init_input_buffer): Initialize trigraph map.
6889
6890 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
6891
6892         * config/i386/i386.c (output_387_binary_op): Correct intel
6893         mode assembly output, and add spaces after commas in AT&T
6894         output.  Correct Unixware assembler comment.  Document input
6895         constraints.  Comment fp operations.  Reduce profligate buffer
6896         size.  Remove extraneous abort.  Localize temp var.
6897         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
6898         (output_fix_trunc): Add spaces after commas in assembly output.
6899
6900 2000-03-27  Richard Henderson  <rth@cygnus.com>
6901
6902         * i386-protos.h (ix86_match_ccmode): Declare.
6903         * i386.c (ix86_match_ccmode): New.
6904         (ix86_expand_fp_compare): Update for pattern renames.
6905         (ix86_expand_strlensi_unroll_1): Likewise.
6906         * i386.h (EXTRA_CC_MODES): Add CCZ.
6907         (SELECT_CC_MODE): Use it for EQ/NE zero.
6908         * i386.md (cmpsi_ccz_1): New.
6909         (cmpqi_ccz_1): New.
6910         (*testsi_ccz_1): New.
6911         (testqi_ccz_1): New.
6912         (cmpsi_ccno_1): Rename from cmpsi_0.
6913         (testsi_ccno_1): Rename from testsi_1.
6914         (testqi_ccno_1): Rename from testqi_1.
6915         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
6916         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
6917         (*cmphi_0): Use ix86_match_ccmode.
6918         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
6919         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
6920         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
6921         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
6922         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
6923         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
6924         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
6925         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
6926         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
6927         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
6928         (appropriate peepholes): Likewise.
6929         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
6930         (*subsi_3, *subhi_3, *subqi_3): Remove.
6931         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
6932         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
6933         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
6934         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
6935         (x86_shift_adj_1): Use CCZ.
6936         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
6937
6938 2000-03-27  Stan Cox  <scox@cygnus.com>
6939
6940         * resource.h (mark_resource_type): New.
6941         * resource.c (find_dead_or_set_registers, mark_target_live_regs,
6942         find_free_register): Use mark_resource_type.
6943         (mark_set_resources): Change include_delayed_effects
6944         to mark_resource_type.
6945         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
6946         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
6947         Use mark_resource_type.
6948
6949 2000-03-27  Richard Henderson  <rth@cygnus.com>
6950
6951         * i386.md (call_pop_0, call_value_pop_0): New.
6952         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
6953         (call_value_pop_1): Likewise.
6954         (call_0, call_value_0): New.
6955         (call_1, call_value_1): Remove constraint from unused arg.
6956
6957 2000-03-27  Nick Clifton  <nickc@cygnus.com>
6958
6959         * invoke.texi (Spec Files): Document new spec % command created by
6960         Tom Tromey's recent patch.
6961
6962 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
6963
6964         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
6965         if not defined.
6966
6967 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6968
6969         * expr.c (expand_assignment): Fix typo in last change.
6970
6971         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
6972
6973 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6974
6975         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
6976         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
6977         and DECL_INLINE if FUNCTION_DECL.
6978         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
6979         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
6980         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
6981         (combine_parm_decls): Likewise.
6982         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
6983         * print-tree.c (print_node): Likewise.
6984         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
6985         DECL_TRANSPARENT_UNION on proper decl types.
6986         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
6987         * stor-layout.c (layout_decl): Only check DECL_PACKED and
6988         DECL_BIT_FIELD of FIELD_DECL.
6989         * tree.h (DECL_RESULT_FLD): New macro.
6990
6991         * expr.c (expand_assignment): Add code to handle variable-sized
6992         BLKmode case.
6993
6994 2000-03-26  Richard Henderson  <rth@cygnus.com>
6995
6996         * calls.c (expand_call): Pass parms not original exp to
6997         optimize_tail_recursion.  Mind return value instead of looking
6998         for a barrier.
6999         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
7000         call_expr.  Move checks for call_expr and current_function_decl ...
7001         (expand_return): ... here.
7002
7003 2000-03-26  Tom Tromey  <tromey@cygnus.com>
7004
7005         * gcc.c (handle_braces): Recognize `%{<S}' construct.
7006         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
7007         defines.
7008         (process_command): Use them.
7009         (check_live_switch): Likewise.
7010         (give_switch): Skip ignored switches.
7011
7012 2000-03-26  Jan Hubicka  <jh@suse.cz>
7013
7014         * jump.c (jump_optimize_1): Fix typo in elide optimizations
7015         for minimal jump pass test.
7016
7017 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
7018
7019         * integrate.c (function_cannot_inline_p): Do inline functions that
7020         return `void'.
7021
7022 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7023
7024         * stor-layout.c (layout_type, set_sizetype): early_type_list is
7025         now a list of TREE_LIST entries, not types.
7026         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
7027
7028         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
7029         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
7030         int_bit_position.
7031         * config/mips/mips.c (function_arg): Likewise; also remove cast
7032         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
7033         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
7034         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
7035         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
7036         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
7037         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
7038         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
7039         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
7040         num_adjusts now unsigned.
7041         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
7042         * config/sparc/sparc.c (struct function_arg_record_value_parms):
7043         NREGS now unsigned.
7044         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
7045         as is BITPOS variable; use host_integerp and int_bit_position.
7046         (function_arg_record_value_2): Likewise.
7047         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
7048         Variable REGNO now unsigned.
7049         (function_arg_record_value): NREGS now unsigned.
7050
7051 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
7052
7053         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
7054
7055 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7056
7057         * Rework fields used to describe positions of bitfields and
7058         modify sizes to be unsigned and use HOST_WIDE_INT.
7059         * alias.c (reg_known_value_size): Now unsigned.
7060         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
7061         (really_start_incremental_init): Use bitsize_zero_node.
7062         (push_init_level, pop_init_level, output_init_element): Likewise.
7063         Use bitsize_unit_node and bitsize_one_node.
7064         (output_pending_init_elements, process_init_element): Likewise.
7065         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
7066         (make_extraction): Position and length HOST_WIDE_INT and unsigned
7067         HOST_WIDE_INT, respectively.
7068         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
7069         (num_sign_bit_copies): Returns unsigned.
7070         BITWIDTH now unsigned; rework arithmetic.
7071         Remove recursive call from arg to MAX.
7072         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
7073         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
7074         REGNO now unsigned.
7075         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
7076         (find_split_point, expand_compound_operation, make_extraction): LEN
7077         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
7078         (make_field_assignment): Likewise.
7079         (combine_simplify_rtx): Add cast.
7080         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
7081         (force_to_mode): WIDTH now unsigned; add cast.
7082         (if_then_else_cond): SIZE now unsigned.
7083         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
7084         (extended_count): Now returns unsigned.
7085         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
7086         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
7087         (simplify_comparison): MODE_WIDTH now unsigned.
7088         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
7089         (mark_used_regs_combine): Likewise; rework arithmetic.
7090         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
7091         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
7092         (record_promoted_value): REGNO now unsigned.
7093         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
7094         (get_last_value): REGNO now unsigned.
7095         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
7096         (reg_dead_regno, reg_dead_endregno): Now unsigned.
7097         (remove_death): Arg REGNO now unsigned.
7098         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
7099         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
7100         now unsigned.
7101         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
7102         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
7103         (struct cse_reg_info): REGNO now unsigned.
7104         (cached_regno): Now unsigned.
7105         (REGNO_QTY_VALID_P): Add cast.
7106         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
7107         (remove_invalid_regs): Likewise.
7108         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
7109         as are variables END and I.
7110         (get_cse_reg_info, insert): Likewise.
7111         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
7112         (canon_hash): Likewise.
7113         (insert_regs, lookup_for_remove): REGNO now unsigned.
7114         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
7115         New variable RN.
7116         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
7117         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
7118         * emit-rtl.c (subreg_realpart_p): Add cast.
7119         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
7120         (operand_subword_force): Arg I is now unsigned.
7121         * except.c (eh_regs): Variable I is now unsigned.
7122         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
7123         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
7124         length is unsigned HOST_WIDE_INT; likewise for internal variables.
7125         (store_split_bit_field, extract_fixed_bit_field): Likewise.
7126         (extract_split_bit_field, store_bit_field, extract_bit_field):
7127         Likewise.
7128         * expr.c (store_constructor_fields, store_constructor, store_field):
7129         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
7130         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
7131         (do_jump): Likewise.
7132         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
7133         MAX_SIZE is now unsigned.
7134         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
7135         (emit_group_store): Likewise.
7136         (emit_move_insn): I now unsigned.
7137         (store_constructor): Use host_integerp, tree_low_cst, and
7138         bitsize_unit_node.
7139         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
7140         Rework all calculations to use trees and new fields.
7141         * expr.h (promoted_input_arg): Regno now unsigned.
7142         (store_bit_field, extract_bit_field): Adjust types of pos and size.
7143         (mark_seen_cases): Arg is HOST_WIDE_INT.
7144         * flow.c (verify_wide_reg_1): REGNO now unsigned.
7145         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
7146         precisions and alignments are unsigned.
7147         (optimize_bit_field_compare, fold_truthop): Likewise.
7148         (int_const_binop): Adjust threshold for size_int_type_wide call.
7149         (fold_convert): Likewise.
7150         (size_int_type_wide): Make table larger and fix thinko that only
7151         had half of table used.
7152         (all_ones_mask_p, fold): Precisions are unsigned.
7153         * function.c (put_reg_info_stack): REGNO is unsigned.
7154         (instantiate_decl): Size is HOST_WIDE_INT.
7155         (instantiate_virtual_regs): I is unsigned.
7156         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
7157         (promoted_input_arg): REGNO is unsigned.
7158         * function.h (struct function): x_max_parm_reg is now unsigned.
7159         * gcse.c (max_gcse_regno): Now unsigned.
7160         (struct null_pointer_info): min_reg and max_reg now unsigned.
7161         (lookup_set, next_set): REGNO arg now unsigned.
7162         (compute_hash_table): REGNO and I now unsigned.
7163         (handle_avail_expr): regnum_for_replacing now unsigned.
7164         (cprop_insn): REGNO now unsigned.
7165         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
7166         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
7167         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
7168         * hard-reg-set.h (reg_class_size): Now unsigned.
7169         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
7170         * jump.c (mark_modified_reg): I now unsigned; add cast.
7171         (rtx_equal_for_thread_p): Add cast.
7172         * loop.c (max_reg_before_loop): Now unsigned.
7173         (struct_movable): REGNO now unsigned.
7174         (try_copy_prop): REGNO arg unsigned.
7175         (regs_match_p): XN and YN now unsigned.
7176         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
7177         (strength_reduce): Likewise; NREGS also unsigned.
7178         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
7179         * loop.h (struct iv_class): REGNO now unsigned.
7180         (max_reg_before_loop, first_increment_giv, last_increment_giv):
7181         Now unsigned.
7182         * machmode.h (mode_size, mode_unit_size): Now unsigned.
7183         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
7184         * optabs.c (expand_binop): I and NWORDS now unsigned.
7185         (expand_unop): I now unsigned.
7186         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
7187         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
7188         * real.c (significand_size): Now returns unsigned.
7189         * real.h (significand_size): Likewise.
7190         * regclass.c (reg_class_size): Now unsigned.
7191         (choose_hard_reg_mode): Both operands now unsigned.
7192         (record_reg_classes): REGNO and NR now unsigned.
7193         (reg_scan): NREGS now unsigned.
7194         (reg_scan_update): old_max_regno now unsigned.
7195         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
7196         * reload.c (find_valid_class): BEST_SIZE now unsigned.
7197         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
7198         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
7199         Likewise for variable R.
7200         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
7201         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
7202         (find_equiv_reg): Add casts.
7203         (regno_clobbered_p): Arg REGNO now unsigned.
7204         * reload.h (struct reload): NREGS now unsigned.
7205         (refers_to_regno_for_reload_p): Regno args are unsigned.
7206         (regno_clobbered_p): Likewise.
7207         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
7208         (compute_use_by_pseudos): REGNO now unsigned.
7209         (find_reg): I and J now unsigned, new variable K, and change loop
7210         variables accordingly; THIS_NREGS now unsigned.
7211         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
7212         (spill_hard_reg): REGNO arg now unsigned; add casts.
7213         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
7214         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
7215         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
7216         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
7217         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
7218         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
7219         (emit_reload_insns): REGNO now unsigned.
7220         (reload_cse_move2add): Add cast.
7221         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
7222         and rework loop.
7223         * resource.c (mark_referenced_resources, mark_set_resources): New
7224         variable R; REGNO and LAST_REGNO now unsigned.
7225         (mark_target_live_regs): J and REGNO now unsigned.
7226         * rtl.c (mode_size, mode_unit_size): Now unsigned.
7227         * rtl.h (union rtunion_def): New field rtuint.
7228         (XCUINT): New macro.
7229         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
7230         (operand_subword, operand_subword_force): Word number is unsigned.
7231         (choose_hard_reg_mode): Operands are unsigned.
7232         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
7233         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
7234         (regno_use_in, combine_instructions, remove_death): Likewise.
7235         (reg_scan, reg_scan_update): Likewise.
7236         (extended_count): Return is unsigned.
7237         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
7238         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
7239         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
7240         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
7241         (reg_reg_last_1): FIRS and LAST now unsigned.
7242         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
7243         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
7244         now unsigned.
7245         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
7246         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
7247         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
7248         (replace_regs): Arg NREGS now unsigned.
7249         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
7250         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
7251         (simplify_binary_operation): Likewise.
7252         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
7253         THIS_LAST now unsigned.
7254         (cselib_record_set): Add cast.
7255         * ssa.c (ssa_max_reg_num): Now unsigned.
7256         (rename_block): REGNO now unsigned.
7257         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
7258         sizes now unsigned.
7259         (all_cases_count): Just return -1 not -2.
7260         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
7261         Rework tests to use trees whenever possible.
7262         Use host_integerp and tree_low_cst.
7263         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
7264         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
7265         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
7266         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
7267         (smallest_mode_for_size): Likewise.
7268         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
7269         KNOWN_ALIGN is now an alignment, so simplify code.
7270         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
7271         (start_record_layout): Renamed from new_record_layout_info.
7272         Update to new fields.
7273         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
7274         New functions.
7275         (place_union_field): Renamed from layout_union_field.
7276         Update to use new fields in rli.
7277         (place_field): Renamed from layout_field.
7278         Major rewrite to use new fields in rli; pass alignment to layout_decl.
7279         (finalize_record_size): Rework to use new fields in rli and handle
7280         union.
7281         (compute_record_mode): Rework to simplify and to use new DECL fields.
7282         (finalize_type_size): Make rounding more consistent.
7283         (finish_union_layout): Deleted.
7284         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
7285         (layout_type, case RECORD_TYPE): Call new function names.
7286         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
7287         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
7288         (get_best_mode): UNIT is now unsigned; remove casts.
7289         * tree.c (bit_position): Compute from new fields.
7290         (byte_position, int_byte_position): New functions.
7291         (print_type_hash_statistics): Cast to remove warning.
7292         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
7293         (build_index_type): Likewise; make subtype of sizetype.
7294         (build_index_2_type): Pass sizetype to build_range_type.
7295         (build_common_tree_nodes): Use size_int and bitsize_int to
7296         initialize nodes; add bitsize_{zero,one,unit}_node.
7297         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
7298         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
7299         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
7300         (DECL_FIELD_BITPOS): Deleted.
7301         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
7302         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
7303         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
7304         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
7305         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
7306         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
7307         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
7308         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
7309         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
7310         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
7311         (DECL_ALIGN): Adjust to new field in union.
7312         (DECL_OFFSET_ALIGN): New field.
7313         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
7314         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
7315         (union tree_decl): Add struct for both aligns.
7316         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
7317         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
7318         (struct record_layout_info): Rework fields to have offset
7319         alignment and byte and bit position.
7320         (start_record_layout, place_field): Renamed from old names.
7321         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
7322         (byte_position, int_byte_position): Likewise.
7323         (get_inner_reference): Change types of position and length.
7324         * unroll.c (unroll_loop): New variable R; use for some loops.
7325         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
7326         (calculate_giv_inc): Arg REGNO now unsigned.
7327         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
7328         * varasm.c (assemble_variable): Clean up handling of size using
7329         host_integerp and tree_low_cst.
7330         (decode_addr_const): Use byte, not bit, position.
7331         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
7332         use tree_low_cst and int_bit_position.
7333         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
7334
7335 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
7336
7337         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
7338         (reorder_block_def): New members eff_head and eff_end.
7339         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
7340         (verify_insn_chain): New function.
7341         (skip_insns_between_block): Add code to skip deleted insns.
7342         Check for note before using.
7343         (chain_reorder_blocks): Replace calls to skip_insns_between_block
7344         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
7345         Check for note before using.
7346         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
7347         (fixup_reorder_chain): Restructure, clean up, defect removal.
7348         (reorder_basic_blocks): Remove last_insn and references to it.
7349         Moved insn chain verification code into a new function (see above).
7350         Delete defective code that sets last insn.
7351         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
7352         all blocks.
7353
7354 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7355
7356         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
7357
7358 2000-03-24  Richard Henderson  <rth@cygnus.com>
7359
7360         * tree.c (lang_safe_for_unsave): Remove.
7361         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
7362         allowing for two levels of unsafeness.  Remove lang hook.
7363         * tree.h: Update declarations.
7364         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
7365         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
7366         Always fail sibcalls when there are pending cleanups.
7367
7368 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
7369
7370         * flow.c (propagate_block): When we delete an ADDR_VEC,
7371         also delete the BARRIER following it if there is one.
7372
7373 2000-03-24  Richard Henderson  <rth@cygnus.com>
7374
7375         * builtins.c (expand_builtin_bzero): Convert `length' argument
7376         to sizetype.
7377
7378 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
7379
7380         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
7381         comparison if regno's are equal.
7382         * calls.c (initialize_argument_informat): Add ecf_flags argument.
7383         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
7384         (expand_call): Update caller.
7385         Avoid making a sibling call if argument size of the callee is larger
7386         than argument size of the caller.
7387         Call hard_function_value with outgoing set if in sibcall pass.
7388         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
7389
7390         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
7391         Change LEAF_REGISTERS from an array initializer to actual array
7392         identifier. Move static global variable into the function.
7393         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
7394         sequences for leaf functions.
7395         * global.c (global_alloc): Likewise.
7396         * tm.texi (LEAF_REGISTERS): Update documentation.
7397
7398         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
7399         TARGET_FLAT leaf disabling hack.
7400         (LEAF_REGISTERS): Changed from an array initializer to actual array
7401         identifier to avoid duplication and remove the above hack.
7402         (FUNCTION_OK_FOR_SIBCALL): Define.
7403         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
7404         always like call attribute.
7405         (eligible_for_sibcall_delay): New attribute.
7406         (sibcall): New delay type.
7407         (sibcall, sibcall_value, sibcall_epilogue): New expands.
7408         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
7409         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
7410         * config/sparc/sparc.c (sparc_leaf_regs): New array.
7411         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
7412         New functions.
7413         (output_function_epilogue): Move part of the code into
7414         output_restore_regs.
7415         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
7416         TYPE_SIBCALL.
7417         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
7418         prototypes.
7419
7420         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
7421         until infrastructure is finished.
7422
7423 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
7424
7425         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
7426         (save_parm_insns): Not here.
7427
7428 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7429
7430         * builtins.c (expand_builtin_bzero): New function.
7431         (expand_builtin): Handle bzero.
7432
7433         * builtins.def: Add BUILT_IN_BZERO.
7434
7435         * c-common.c (c_common_nodes_and_builtins): Provide builtin
7436         prototype & function for bzero.
7437
7438 2000-03-23  Michael Meissner  <meissner@redhat.com>
7439
7440         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
7441         change adding TARGET_FP to the TF floating point insns, except for
7442         trunctfsf2, which generates direct calls to truncdfsf2.
7443
7444 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
7445
7446         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
7447         try to protect against middle-end changes that break binary
7448         compatibility.
7449         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
7450
7451 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7452
7453         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
7454
7455 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7456
7457         * calls.c (expand_call): If TARGET is passed by reference and
7458         is readonly, write a CLOBBER.
7459
7460 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7461
7462         * builtins.c (expand_builtin): Handle bcmp.
7463
7464         * builtins.def: Add BUILT_IN_BCMP.
7465
7466         * c-common.c (c_common_nodes_and_builtins): Provide builtin
7467         prototype & function for bcmp.
7468
7469 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
7470
7471         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
7472         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
7473         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
7474
7475 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
7476
7477         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
7478         alternative when using -fp64 -gp32.
7479
7480 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
7481
7482         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
7483         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
7484         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
7485
7486         * frame.h (frame_state): Revert last change.
7487         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
7488         * libgcc2.c (throw_helper): Revert last change.
7489
7490 2000-03-22  Richard Henderson  <rth@cygnus.com>
7491
7492         * stmt.c (expand_asm_operands): Don't promote the temporary.
7493
7494 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
7495
7496         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
7497         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
7498           c_get_alias_set): Likewise.
7499         * c-decl.c (duplicate_decls): Likewise.
7500         * c-typeck.c (default_conversion,build_unary_op): Likewise.
7501         * calls.c (initialize_argument_information): Likewise.
7502         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
7503         Likewise.
7504         * dwarfout.c (decl_class_context,output_type): Likewise.
7505         * expr.c (get_inner_reference): Likewise.
7506         * fold-const.c (simple_operand_p,fold): Likewise.
7507         * function.c (aggregate_value_p): Likewise.
7508         * stmt.c (expand_asm_operands): Likewise.
7509         * varasm.c (named_section): Likewise.
7510
7511 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
7512
7513         Implement dwarf2 exception handling for the ARM.
7514         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
7515         (DWARF_FRAME_RETURN_COLUMN): Define.
7516         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
7517         REG_FRAME_RELATED_EXPR note.
7518         (emit_sfm): Likewise.
7519         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
7520         * dwarf2out.c (reg_save): Handle saving a register to itself.
7521         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
7522         * except.c (eh_regs): Don't use the static chain reg if it's
7523         callee-saved.
7524         * frame.h (frame_state): Add cfa_saved field.
7525         * frame.c (execute_cfa_insn): Set it.
7526         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
7527         the epilogue.
7528         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
7529         Now takes a parm.
7530         (instantiate_virtual_regs): Adjust.
7531         * tm.texi: Adjust.
7532         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
7533         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
7534         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
7535
7536         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
7537         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
7538
7539 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7540
7541         * builtins.def: New file.
7542
7543         * Makefile.in (TREE_H): Depend on builtins.def.
7544
7545         * builtins.c (built_in_names): Use builtins.def.
7546
7547         * tree.h (built_in_function): Likewise.
7548
7549 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
7550
7551         * tree.c (size_in_bytes): Return size_zero_node, not
7552         integer_zero_node.
7553
7554 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
7555
7556         * config/fp-bit.c (pack_d): Correct the case when a denormal
7557         is rounded up and stops being denormal.
7558
7559 2000-03-21  Richard Henderson  <rth@cygnus.com>
7560
7561         * config/alpha/alpha.c (function_arg): Check for void_type_node
7562         before using MUST_PASS_IN_STACK.
7563
7564 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
7565
7566         * regmove.c (combine_stack_adjustments_for_block): Check that
7567         the stack pointer is a valid memory address.
7568
7569 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
7570
7571         * calls.c: re-install Mar 16 emit_library_call merge.
7572
7573 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
7574
7575         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
7576         we cannot be sure that if reload_completed base register will
7577         be properly aligned.
7578
7579 2000-03-21  Richard Henderson  <rth@cygnus.com>
7580
7581         * flow.c (delete_block): Fix typo last change.
7582
7583 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
7584
7585         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
7586         not COMPLETE_TYPE_P, to check the type of the expression.
7587
7588 2000-03-21  Michael Meissner  <meissner@redhat.com>
7589
7590         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
7591         all floating point insns that just tested the macro
7592         TARGET_HAS_XFLOATING_LIBS.
7593         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
7594         used to only use the gprs.
7595
7596 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
7597
7598         * tree.h (COMPLETE_TYPE_P): New macro.
7599         (COMPLETE_OR_VOID_TYPE_P): New macro.
7600         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
7601         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
7602         * c-aux-info.c (gen_type): Use them.
7603         * c-common.c (c_expand_expr_stmt): Likewise.
7604         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
7605         grokdeclarator, grokparms, finish_struct, start_function,
7606         store_parm_decls, combine_parm_decls): Likewise.
7607         * c-parse.y (cast_expr): Likewise.
7608         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
7609         c_size_in_bytes, c_alignof, build_component_ref,
7610         build_indirect_ref, build_array_ref, convert_arguments,
7611         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
7612         * calls.c (initialize_argument_information): Likewise.
7613         * convert.c (convert_to_integer): Likewise.
7614         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
7615         * dwarfout.c (location_or_const_value_attribute,
7616         output_enumeration_type_die, output_structure_type_die,
7617         output_union_type_die, output_type): Likewise.
7618         * expr.c (safe_from_p, expand_expr): Likewise.
7619         * function.c (assign_parms): Likewise.
7620         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
7621         * tree.c (build_array_type, build_function_type,
7622         build_method_type, build_offset_type, build_complex_type): Likewise.
7623         * c-parse.c, c-parse.h: Regenerated.
7624
7625 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7626
7627         * config/c4x/rtems.h: Include config/rtems.h.
7628
7629 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
7630
7631         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
7632         decl is a FUNCTION_DECL
7633
7634 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
7635
7636         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
7637         function uses output registers.  Don't save RP for leaf functions.
7638         Do save RP even if no epilogue.
7639         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
7640         (CALL_USED_REGISTERS): Unmark in registers.
7641         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
7642         to near the middle.
7643
7644 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
7645
7646         * config/rs6000/rs6000.md (bunordered): New expander.
7647         (bordered): New expander.
7648         (buneq): New expander.
7649         (bunge): New expander.
7650         (bungt): New expander.
7651         (bunle): New expander.
7652         (bunlt): New expander.
7653         (bltgt): New expander.
7654
7655         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
7656         (ccr_bit_negated_p): New function.
7657         (print_operand): For %C, generate appropriate cror for UNEQ,
7658         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
7659
7660 2000-03-20  Andreas Jaeger  <aj@suse.de>
7661
7662         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
7663         warning.
7664
7665         * tree.h (safe_for_unsave): Prototype.
7666
7667 2000-03-20  Richard Henderson  <rth@cygnus.com>
7668
7669         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
7670         (combine_stack_adjustments_for_block): Don't allow sp references
7671         in the side of a set we're not fixing up.
7672         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
7673         after life_analysis.
7674
7675 2000-03-20  Richard Henderson  <rth@cygnus.com>
7676
7677         * calls.c (expand_call): Don't bother generating tail call
7678         sequences if there are pending cleanups.  Use
7679         expand_start_target_temps/expand_end_target_temps to elide
7680         cleanups created during sibcall expansion.
7681
7682 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
7683
7684         * configure.in: Set $IFS to a value if it doesn't already have one
7685         in the --enable-checking handling.
7686         * configure: Regenerate.
7687
7688 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7689
7690         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
7691         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
7692         Regenerated.
7693
7694 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
7695
7696         * jump.c (delete_noop_moves): Remove code attempting to
7697         combine stack adjustments.
7698
7699 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7700
7701         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
7702         * except.c (emit_cleanup_handler): Use them.
7703         (expand_end_all_catch): Likewise.
7704         * function.c (fixup_var_refs): Likewise.
7705         (expand_function_end): Clear catch_clauses_last.
7706         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
7707         * except.h (struct eh_status): New field x_catch_clauses_last.
7708         (catch_clauses_last): New define.
7709
7710         * Makefile.in (tree.o): Depend on HASHTAB_H.
7711         * tree.c: Include hashtab.h.
7712         (struct type_hash): Remove next field.
7713         (TYPE_HASH_SIZE): Remove.
7714         (TYPE_HASH_INITIAL_SIZE): New define.
7715         (type_hash_table): Change type to htab_t.
7716         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
7717         mark_hash_entry): New functions.
7718         (init_obstacks): Allocate type hash.
7719         (type_hash_lookup): Use htab functions.
7720         (type_hash_add, mark_type_hash): Likewise.
7721         (dump_tree_statistics): Call print_type_hash_statistics.
7722
7723 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7724
7725         * rs6000/t-aix41: New file.
7726
7727         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
7728
7729 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
7730
7731         * tm.texi (Driver): Fix typos and tweak entry for
7732         INCLUDE_DEFAULTS.
7733         Move misplaced STRUCT_FORCE_BLK entry ...
7734         (Storage Layout): ... to here.
7735         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
7736
7737 2000-03-19  Richard Henderson  <rth@cygnus.com>
7738
7739         * flow.c (delete_block): Delete the addr_vec along with the block.
7740         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
7741         reference labels.
7742
7743         * fold-const.c (extract_muldiv): Apply type check for defined
7744         overflow to multiply as well as divide.
7745
7746         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
7747
7748 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
7749
7750         * emit-rtl.c (remove_unncessary_notes): Check that all
7751         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
7752         associated NOTE_BLOCK.
7753         * function.h (identify_blocks): Update comments.
7754         (reorder_blocks): Declare.
7755         * function.c (identify_blocks): Don't take paramters.
7756         (reorder_blocks): Don't take parameters.
7757         * loop.h (find_loop_tree_blocks): Remove.
7758         (unroll_block_trees): Likewise.
7759         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
7760         reorder_blocks instead of unroll_block_trees.h
7761         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
7762         * stmt.c (find_loop_tree_blocks): Remove.
7763         (unroll_block_trees): Likewise.
7764         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
7765         in whole-function mode.
7766         * tree.h (reorder_blocks): Remove declaration.
7767
7768         * expr.c: Include intl.h.
7769         * Makefile.in (expr.o): Depend on intl.h.
7770
7771 2000-03-18  Richard Henderson  <rth@cygnus.com>
7772
7773         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
7774
7775 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
7776
7777         * tree.h (tree_index): Remove enumerals for integer types.
7778         (integer_type_kind): New type.
7779         (integer_types): New variable.
7780         (char_type_node): Adjust.
7781         (signed_char_type_node): Likewise.
7782         (unsigned_char_type_node): Likewise.
7783         (short_integer_type_node): Likewise.
7784         (short_unsigned_type_node): Likewise.
7785         (integer_type_node): Likewise.
7786         (unsigned_type_node): Likewise.
7787         (long_integer_type_node): Likewise.
7788         (long_unsigned_type_node): Likewise.
7789         (long_long_integer_type_node): Likewise.
7790         (long_long_unsigned_type_node): Likewise.
7791         * tree.c (integer_types): New variable.
7792         (init_obstacks): Register it as a root.
7793
7794 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
7795
7796         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
7797         NEXT_INSN. Update last insn in chain.
7798
7799 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
7800
7801         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
7802         with TYPE_DECL_SUPPRESS_DEBUG set.
7803
7804 2000-03-18  Richard Henderson  <rth@cygnus.com>
7805
7806         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
7807
7808 2000-03-18  Richard Henderson  <rth@cygnus.com>
7809
7810         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
7811         care for HALF_PIC_P.
7812         (expander_call_insn_operand): Remove.
7813         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
7814         * i386.h (PREDICATE_CODES): Update.
7815         * i386.md (all call expanders): Remove predicates, remove special
7816         handling for half-pic.
7817         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
7818         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
7819         (sibcall_epilogue): New.
7820
7821 2000-03-17  Richard Henderson  <rth@cygnus.com>
7822
7823         * rtlanal.c (single_set): Reject if the parallel has anything
7824         except SET or USE or CLOBBER.
7825
7826 2000-03-17  Jeff Law  <law@cygnus.com>
7827             Richard Henderson  <rth@cygnus.com>
7828
7829         * Makefile.in (OBJS): Add sibcall.o.
7830         (sibcall.o): New.
7831         * sibcall.c: New file.
7832         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
7833         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
7834         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
7835         Emit sibcall patterns when requested.  Update all callers.
7836         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
7837         elimination seems feasable.
7838         * final.c (leaf_function_p): Sibling calls don't discount being
7839         a leaf function.
7840         * flow.c (HAVE_sibcall_epilogue): Provide default.
7841         (find_basic_blocks_1): Sibling calls don't throw.
7842         (make_edges): Make edge from sibling call to EXIT.
7843         (propagate_block): Don't remove sibcall_epilogue insns.
7844         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
7845         (sibcall_epilogue): New.
7846         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
7847         (identify_blocks_1): Likewise.  Break out from ...
7848         (identify_blocks): ... here.
7849         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
7850         (reorder_blocks): ... here.
7851         (init_function_for_compilation): Zap prologue/epilogue as varrays.
7852         (record_insns): Extend a varray instead of mallocing new memory.
7853         (contains): Read a varray not array of ints.
7854         (sibcall_epilogue_contains): New.
7855         (thread_prologue_and_epilogue_insns): Emit and record
7856         sibcall_epilogue patterns.
7857         (init_function_once): Allocate prologue/epilogue varrays.
7858         * genflags.c (gen_insn): Treat sibcall patterns as calls.
7859         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
7860         Broken out from ...
7861         (save_for_inline_nocopy): ... here.
7862         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
7863         Broken out from ...
7864         (expand_inline_function): ... here.
7865         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
7866         (subst_constants): Handle 'n' formats.
7867         * jump.c (jump_optimize_minimal): New.
7868         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
7869         optimizations if it's set.
7870         * rtl.c (copy_rtx): Do copy jump & call for insns.
7871         * rtl.h (struct rtx_def): Document use of jump and call for insns.
7872         (SIBLING_CALL_P): New.
7873         (sibcall_use_t): New.
7874         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
7875         Invoke optimize_sibling_and_tail_recursive_calls.
7876         * tree.c (lang_safe_for_unsave): New.
7877         (safe_for_unsave): New.
7878         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
7879
7880         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
7881         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
7882         (*sibcall_osf_1, *sibcall_value_osf_1): New.
7883
7884 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
7885
7886         * objc/objc-act.c (encode_method_prototype): Pass types, not
7887         PARM_DECLs, to int_size_in_bytes.
7888
7889 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
7890
7891         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
7892
7893         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
7894         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
7895
7896 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7897
7898         * Clean up usages of TREE_INT_CST_LOW.
7899         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
7900         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
7901         Regenerated.
7902         * c-tree.h (min_precision): Move declaration to here.
7903         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
7904         (build_unary_op, add_pending_init): Use bit_position.
7905         (pending_init_member, process_init_element): Likewise.
7906         (really_start_incremental_init, push_init_level, pop_init_level):
7907         Don't make copies of nodes or modify them in place, use consistent
7908         types when tracking positions, and use tree routines computations.
7909         (set_init_index, output_init_element): Likewise.
7910         (output_pending_init_elements, process_init_element): Likewise.
7911         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
7912         tree_low_cst and int_bit_position; also minor cleanup.
7913         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
7914         (print_cst_octal): Precision is unsigned.
7915         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
7916         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
7917         (simple_type_align_in_bits): Result is unsigned int.
7918         Use tree_int_low_cst and host_integerp.
7919         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
7920         (field_byte_offset): Result is HOST_WIDE_INT.
7921         Change types of internal variables so alignments are unsigned int,
7922         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
7923         Use host_integerp, tree_low_cst, and int_bit_position.
7924         (add_bit_offset_attribute): Likewise.
7925         (add_data_member_location_attribute): Use tree_cst_low.
7926         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
7927         (add_bit_size_attribute): Use tree_low_cst.
7928         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
7929         * dwarfout.c: Similar changes to dwarf2out.c.
7930         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
7931         * genoutput.c (n_occurences): Return -1 for null string.
7932         (strip_whitespace): Accept null string and make into function.
7933         (scan_operands): Reflect above changes.
7934         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
7935         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
7936         * ssa.c (rename_registers): Add missing cast of arg to bzero.
7937         * tree.c (int_size_in_bytes): Check for too big to represent.
7938         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
7939         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
7940         New declarations.
7941         (min_precision): Delete from here.
7942         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
7943         and int_bit_position.
7944         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
7945         (encode_method_def): Likewise.
7946         (build_ivar_list_initializer): Use int_bit_position.
7947         (generate_shared_structures): Convert size.
7948         (encode_type, encode_complete_bitfield): Use integer_zerop.
7949         (encode_bitfield): Use tree_low_cst and int_bit_position.
7950
7951 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7952
7953         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
7954
7955 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7956
7957         * call.c (special_function_p): It is only malloc if it returns
7958         Pmode.
7959
7960 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7961
7962         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
7963         (C33_FLAG, TARGET_C3X): Add macros.
7964         (TARGET_SWITCHES): Add -m33 option.
7965         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
7966
7967 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7968
7969         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
7970         (PARALLEL_PACK_FLAG): Delete.
7971         (TARGET_SWITCHES): Update.
7972         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
7973
7974 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7975
7976         * fold-const.c (fold): Fix a few cases when the returned result
7977         is not of the same type as the input.
7978
7979 2000-03-16  Nick Clifton  <nickc@cygnus.com>
7980
7981         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
7982         warning.
7983
7984 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7985
7986         * libgcc2.h: Move prototypes above macros with the same name.
7987         Wrap some function prototypes in the conditional which indicates
7988         whether they are supported, i.e. "BITS_PER_UNIT == 8".
7989
7990 2000-03-16  Richard Henderson  <rth@cygnus.com>
7991
7992         * calls.c: Revert last two changes.
7993
7994 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
7995
7996         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
7997         has exponent 0 is a zero.
7998
7999         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
8000         HASH may already be nonzero.  Add code/mode into hash value
8001         immediately after repeat label.
8002         (cselib_lookup): Don't leave the hash table in an inconsistent
8003         state before a hash lookup operation.
8004
8005 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
8006
8007         * i386.md (all HI and QI mode non-move patterns):  Conditionize
8008         by TARGET_[HQ]IMODE_MATH.
8009         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
8010         x86_promote_qi_regs): Declare.
8011         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
8012         TARGET_PROMOTE_QI_REGS): New macros.
8013         (PROMOTE_MODE): New macro.
8014         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
8015         x86_promote_qi_regs): New global variables.
8016
8017 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
8018
8019         * calls.c (emit_library_call_value_1): Break out from ...; handle
8020         VOIDmode function calls too.
8021         (emit_library_call_value): ... here.
8022         (emit_library_call): Implement by calling emit_library_call_value_1.
8023
8024 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
8025
8026         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
8027         Update arg_space_so_far on stack adjustments.
8028         (emit_library_call, emit_library_call_value): Likewise; take into
8029         account arg_space_so_far and pending_stack_adjust when calculcating
8030         the boundary.
8031
8032 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
8033
8034         * flow.c: Move all basic block reordering code into its own file.
8035         (create_basic_block): Externalize.
8036         * bb-reorder.c: New file. Copy all basic block reordering code from
8037         flow.c to this file.
8038         (reorder_basic_blocks): Fix fencepost error in for-loop.
8039         (reorder_basic_blocks): Remove braces from single statement for-loops.
8040         * basic-block.h: Add declaration for create_basic_block.
8041         * Makefile.in: Add rules for bb-reorder.o.
8042
8043 2000-03-16  Neil Booth  <NeilB@earthling.net>
8044
8045         * cppinit.c (handle_option):  Implement #unassert directive
8046         as -A- command line option.
8047         (print_help):  Update.
8048         * cpptexi.c:  Update.
8049
8050 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8051
8052         * md.texi (Standard Names): Document `jump'.
8053
8054 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
8055
8056         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
8057         gotos.
8058
8059 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
8060
8061         Merge changes from newppc-branch onto trunk.
8062
8063         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
8064
8065         * rs6000.c (toc_hash_table): Update for new hash table functions.
8066         (toc_hash_function): Likewise.
8067         (toc_hash_eq): Likewise.
8068         (toc_hash_mark_entry): Likewise.
8069         (toc_hash_mark_table): Likewise.
8070         (output_toc): Likewise.
8071         (rs6000_add_gc_roots): Likewise.
8072
8073         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8074
8075         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
8076         (AR_FLAGS_FOR_TARGET): here.  New macro.
8077
8078         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
8079
8080         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
8081         fpmem_operand) Delete.
8082         (xer_operand) New.
8083         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
8084         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
8085         (rs6000_save_machine_status, rs6000_restore_machine_status,
8086         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
8087         references to above variables.
8088         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
8089         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
8090         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
8091         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
8092         (XER_REGNO_P, XER_REGNO): New.
8093         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
8094         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
8095         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
8096         XER_REGNO_P.
8097         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
8098         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
8099         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
8100
8101         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8102
8103         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
8104         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
8105         * rs6000.h: from here.
8106
8107         * rs6000-protos.h (rs6000_select_section): Provide prototype.
8108         (rs6000_select_rtx_section): Likewise.
8109         (rs6000_encode_section_info): Likewise.
8110         (sdata_section): Likewise.
8111         (sdata2_section): Likewise.
8112         (sbss_section): Likewise.
8113         * sysv4.h (rs6000_select_section): Delete prototype.
8114         (rs6000_select_rtx_section): Likewise.
8115         (rs6000_encode_section_info): Likewise.
8116         (sdata_section): Likewise.
8117         (sdata2_section): Likewise.
8118         (sbss_section): Likewise.
8119         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
8120
8121         * sysv4.h: Delete various unnecessary #undef's and put a comment
8122         on the remaining ones.
8123         Change various comments according to coding standard.
8124
8125         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
8126
8127         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
8128         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
8129         (CR0_REGNO_P) Remove.
8130         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
8131         setup_incoming_varargs, mtcrf_operation, print_operand,
8132         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
8133         Use the above macros.
8134
8135         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
8136
8137         * config/rs6000/rs6000.md: Added a new alternative for each
8138         pattern that had a 'x' alternative but no 'y' alternative.
8139         Added a new split for each of the above patterns.
8140
8141         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
8142
8143         * aix41.h (ASM_CPU_SPEC): Delete.
8144         (CPP_CPU_SPEC): Delete.
8145
8146         * aix.h (RS6000_OUTPUT_BASENAME): Define.
8147         (ASM_OUTPUT_LABEL): Define.
8148         (ASM_GLOBALIZE_LABEL): Define.
8149         (STRIP_NAME_ENCODING): Define.
8150         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
8151         (STRIP_NAME_ENCODING): Don't define.
8152         (ASM_OUTPUT_LABEL): Don't define.
8153         (ASM_GLOBALIZE_LABEL): Don't define.
8154         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
8155         names, and ASM_OUTPUT_LABEL to output labels, rather than
8156         asm_fprintf.
8157         (ASM_OUTPUT_LABEL): Define.
8158         (ASM_OUTPUT_INT): Use assemble_name.
8159         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
8160         (STRIP_NAME_ENCODING): Don't undefine first.
8161         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
8162         ELF.
8163         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
8164         specified with 'asm' even with -fleading-underscore.
8165         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
8166         (output_epilog): Likewise.
8167         (output_toc): Likewise.
8168         * tramp.asm: Handle -fleading-underscore correctly.
8169
8170         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
8171         -mminimal-toc.
8172         (nonlocal_goto_receiver): Delete.
8173         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
8174
8175         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
8176         (SET_ASM_OP): Define.
8177         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
8178
8179         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
8180         (ASM_LONG): Define.
8181
8182         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
8183         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
8184
8185         * rs6000.h: Add 'u' to more constants.
8186
8187         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
8188
8189         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
8190
8191         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
8192
8193         * rs6000.c (reg_or_u_cint_operand): New function.
8194         (logical_operand): Handle 64-bit hosts.
8195         (logical_u_operand): New function.
8196         (non_logical_cint_operand): Handle 64-bit hosts.
8197         (non_logical_u_cint_operand): New function.
8198         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
8199         (PREDICATE_CODES): Define new functions.
8200         * rs6000-protos.h: Declare new functions.
8201         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
8202         (movdi_64): Bracket code intended for 64-bit hosts.  Create
8203         CONST_DOUBLE for 32-bit values.
8204         (scc insns): Generate DImode compares.
8205         (mfcr insns): Create DImode versions.
8206         (sge matchers): New patterns.
8207
8208         2000-02-15  Gabriel Paubert  <paubert@iram.es>
8209
8210         * rs6000.md: Correct instructions length attributes and
8211         constraints on unsigned compare instructions.
8212         (*ne0): Disable for PowerPC64.
8213
8214         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
8215
8216         * rs6000.c (output_function_profiler): Use .long for a 32-bit
8217         quantity, fix profile1.C test failure under -fPIC.
8218
8219         * rs6000.c: Add 'u' to many constants to suppress warnings.
8220         (constant_pool_expr_1): Make static.
8221         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
8222         * rs6000.h: Add 'u' to many constants to suppress warnings.
8223
8224         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
8225         for the start of the TOC, instead of LCTOC..0.
8226         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
8227         of the TOC.
8228         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
8229         (load_toc_aix_di): Use LCTOC..1.
8230
8231         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
8232         * rs6000.c (rs6000_legitimize_address): New function from
8233         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
8234         symbols in the constant pool that really are TOC references.
8235         (print_operand_address): For ELF, write TOC offsets under
8236         -fPIC as subtractions in the insn.
8237         (output_toc): For ELF, define symbols in TOC as normal labels,
8238         to match RTL.
8239         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
8240         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
8241         (create_TOC_reference): Prototype only when RTX_CODE is defined.
8242         * rs6000.md (movsi): Only use create_TOC_reference on
8243         symbols in the constant pool that really are TOC references.
8244
8245         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
8246         * rs6000.c (rs6000_reorg): Delete.
8247         * rs6000-protos.h (rs6000_reorg): Delete.
8248
8249         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
8250
8251         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
8252
8253         * aix.h (SETUP_FRAME_ADDRESSES): Define.
8254         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
8255         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
8256         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
8257         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
8258         rs6000_aix_emit_builtin_unwind_init.
8259         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
8260         rs6000_emit_eh_toc_restore on AIX.
8261         (return_eh_si): Use r2.
8262         (return_eh_di): Use r2.
8263
8264         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
8265         since we're breaking binary compatibility anyway.
8266
8267         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8268
8269         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
8270         constant_pool_expr_p): Declare them.
8271         (constant_pool_expr_p): Declare it.
8272         * config/rs6000/rs6000.c (toc_label_name): Define.
8273         (rs6000_override_options): Set toc_label_name.
8274         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
8275         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
8276         uses_TOC): New functions.
8277         (print_operand): Delete old '*' case.
8278         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
8279         and strip off rtl for TOC before calling output_addr_const.
8280         (rs6000_emit_load_toc_table): Use toc_label_name.
8281         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
8282         the default.
8283         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
8284         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
8285         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
8286         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
8287         into explicit TOC_REGISTER offsets.
8288         (TOC_REGISTER): New macro.
8289         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
8290         TARGET_TOC to reference TOC_REGISTER.
8291         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
8292         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
8293         uses_TOC before emitting label references.
8294
8295         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
8296
8297         * rs6000.md (stack_tie): Fix warning.
8298
8299         * eabi-ctors.c: Use 'asm' names for the start/end variables,
8300         to handle -fleading-underscore.
8301         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
8302         (USER_LABEL_PREFIX): New macro.
8303         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
8304         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
8305         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
8306         call-linux can use the same multilibs.
8307         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
8308         and call-linux multilibs.  Do multilib with -fleading-underscore.
8309         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
8310         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
8311         to call-aix.
8312
8313         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
8314         have MASK_SOFT_FLOAT set.
8315         (CPP_FLOAT_DEFAULT_SPEC): New macro.
8316         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
8317         CPP_FLOAT_DEFAULT_SPEC.
8318
8319         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
8320         * rs6000.md: Whitespace change.
8321         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
8322         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
8323
8324         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
8325
8326         * rs6000.md (eh_epilogue): New expander.
8327         (eh_reg_restore): New expand/split/insn combination.
8328         (return_eh_si): New insn.
8329         (return_eh_di): New insn.
8330
8331         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
8332         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
8333         * eabi-ctors.c (__do_global_ctors): Register this object's
8334         frame.  Clean up.  Call atexit() after the constructors.
8335         (__do_global_dtors): Deregister this object's frame.  Clean up.
8336         Allow for recursive calls to exit().
8337         * rs6000.c (fixuplabelno): New variable.
8338         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
8339         TARGET_RELOCATABLE, it slows down exec() under linux.
8340         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
8341
8342         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
8343         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
8344         (ASM_OUTPUT_DWARF_DELTA2): New macro.
8345         (ASM_OUTPUT_DWARF_DELTA4): New macro.
8346         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
8347         (ASM_OUTPUT_DWARF_ADDR): New macro.
8348         (ASM_OUTPUT_DWARF_DATA4): New macro.
8349         (ASM_OUTPUT_DWARF_DATA2): New macro.
8350         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
8351         (ASM_OUTPUT_DWARF_OFFSET): New macro.
8352         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
8353
8354         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
8355
8356         * rs6000.c (rs6000_sr_alias_set): New variable.
8357         (rs6000_override_options): Initialise rs6000_sr_alias_set.
8358         (rs6000_emit_stack_tie): New function.
8359         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
8360         in a way that dwarf2out can understand.
8361         (rs6000_frame_related): New function.
8362         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
8363         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
8364         Use rs6000_emit_stack_tie when needed.
8365         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
8366         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
8367         * rs6000.md (stack_tie): New insn.
8368         (return_internal_si): Allow return value to be in the count
8369         register.
8370         (return_internal_di): Likewise.
8371
8372         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
8373
8374         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
8375
8376         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
8377
8378         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
8379
8380         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
8381
8382         * rs6000.md (stmw): Use the right POWER opcode.
8383         (lmw): Likewise.
8384
8385         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8386
8387         * rs6000-protos.h: New file.
8388
8389         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
8390
8391         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
8392         warnings.
8393
8394         * sysv4.h: Likewise.
8395
8396         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
8397
8398         * ../../configure.in: Delete powerpcle-*-winnt*
8399         and powerpcle-*-pe|powerpcle-*-cygwin*.
8400         * ../../configure: Regenerated.
8401         * cygwin.h: Delete.
8402         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
8403         (TARGET_WINDOWS_NT): Delete.
8404         (ABI_NT): Delete.
8405         (CALL_NT_DLLIMPORT): Delete.
8406         Delete NT-specific code.
8407         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
8408         * win-nt.h: Delete.
8409         * t-winnt: Delete.
8410         * nt-ci.asm: Delete.
8411         * nt-cn.asm: Delete.
8412         * ntstack.asm: Delete.
8413
8414         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8415
8416         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
8417         (ASM_FILE_START): Likewise.
8418         (ASM_DECLARE_FUNCTION_NAME): Likewise.
8419         (ASM_OUTPUT_LABELREF): Likewise.
8420         (ASM_OUTPUT_SKIP): Likewise.
8421         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
8422         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
8423         (ASM_OUTPUT_CASE_LABEL): Likewise.
8424         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
8425         (ASM_OUTPUT_ASCII): Likewise.
8426
8427         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
8428
8429         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
8430         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
8431         increment rs6000_pic_labelno here.
8432         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
8433         and increment rs6000_pic_labelno here.
8434
8435         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
8436
8437         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
8438         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
8439         allocation knows (reg) is dead before the insn.
8440
8441         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
8442
8443         * rs6000.md (movsi_to_cr): Correct typo in output template.
8444
8445         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
8446
8447         * rs6000.c (rs6000_pic_labelno): Always define.
8448         (rs6000_pic_func_labelno): Delete.
8449         (lmw_operation): Check for a zero base register,
8450         which doesn't mean what we want.
8451         (stmw_operation): New function.
8452         (print_operand): Define new 'l' modifier.
8453         (rs6000_stack_info): We must save all 64 bits of the registers
8454         if TARGET_POWERPC64.
8455         (rs6000_output_load_toc_table): Delete.
8456         (rs6000_emit_load_toc_table): New function.
8457         (rs6000_allocate_stack_space): Delete.
8458         (rs6000_emit_allocate_stack): New function.
8459         (rs6000_emit_prologue): New function.
8460         (output_prolog): Use rs6000_emit_prologue.
8461         (rs6000_emit_epilogue): Change a few variable names to be
8462         more accurate.  Restore all 64 bits of the registers if
8463         TARGET_POWERPC64.  Only restore the FP registers which were used
8464         if they are being saved/restored one-at-a-time.
8465         (output_mi_thunk): Delete inefficient code generation.
8466         (output_function_profiler): Don't use rs6000_output_load_toc_table.
8467         * rs6000.h: Declare rs6000_emit_load_toc_table,
8468         rs6000_allocate_stack_space, stmw_operation.  Don't declare
8469         rs6000_output_load_toc_table.
8470         * rs6000.md (elf_high): Allow register 0, but discourage it
8471         heavily.
8472         (elf_low): Support loading into register 0.
8473         (load_toc_aix_si): New pattern.
8474         (load_toc_aix_di): New pattern.
8475         (load_toc_v4_pic_si): New pattern.
8476         (load_toc_v4_pic_di): New pattern.
8477         (load_toc_v4_PIC_1): New pattern.
8478         (load_toc_v4_PIC_1b): New pattern.
8479         (load_toc_v4_PIC_2): New pattern.
8480         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
8481         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
8482         (prologue): New expander.
8483         (movesi_from_cr): New pattern.
8484         (stmw): New pattern.
8485         (save_fpregs_si): New pattern.
8486         (save_fpregs_di): New pattern.
8487
8488         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8489
8490         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
8491         (movdi): Likewise.
8492         (movhi): Likewise.
8493         (movqi): Likewise.
8494
8495         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8496
8497         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
8498         at present.
8499         (movsi_got_internal): Likewise.
8500         (movsi_got_internal+1): Likewise.
8501         (set_sp): 'unspec 7' does a SImode clobber.
8502
8503         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8504
8505         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
8506         allocate a stack temporary.
8507         (floatsidf2_internal): Likewise.
8508         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
8509         with unspec.
8510         (floatunssidf2): Don't use the fpmem "register", just
8511         allocate a stack temporary.
8512         (floatunssidf2_internal): Likewise.
8513         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
8514         with unspec.
8515         (floatsidf2_loadaddr): Delete.
8516         (floatsidf2_store1): Delete.
8517         (floatsidf2_store2): Delete.
8518         (floatsidf2_load): Delete.
8519         (fix_truncdfsi2): Don't use the fpmem "register", just
8520         allocate a stack temporary.
8521         (fix_truncdfsi2_internal_si): Delete.
8522         (fix_truncdfsi2_internal_di): Delete.
8523         (fix_truncdfsi2_internal): New insn.
8524         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
8525         (fix_truncdfsi2_store): Delete.
8526         (fix_truncdfsi2_load): Delete.
8527         (fctiwz): Produce gen_fctiwz.
8528
8529         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
8530
8531         * eabi.h (INVOKE__main): Define.
8532         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
8533         specially.
8534         (rs6000_emit_prologue): Likewise.
8535         * rs6000.h (struct rs6000_stack): Don't keep track of whether
8536         this is the main program.
8537
8538         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8539
8540         * rs6000.c (rs6000_va_arg): Delete some unused variables.
8541
8542         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8543
8544         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
8545         goes after the argument.
8546
8547         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
8548
8549         * rs6000.md: Document 'unspec' values used.
8550         (epilogue): New expander.
8551         (movesi_to_cr_one): New expander.
8552         (movesi_to_cr and following): New pattern.
8553         (lmw): New pattern.
8554         (return_internal_si): New pattern.
8555         (return_internal_di): New pattern.
8556         (return_and_restore_fpregs_si): New pattern.
8557         (return_and_restore_fpregs_di): New pattern.
8558         * rs6000.h: Declare new functions.
8559         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
8560         rather than rs6000_calls_p.
8561         (rs6000_makes_calls): Delete.
8562         (lmw_operation): New function.
8563         (mtcrf_operation): New function.
8564         (rs6000_emit_epilogue): New function.
8565         (output_epilog): Call rs6000_emit_epilogue and final if
8566         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
8567
8568         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
8569
8570         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
8571         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
8572         * aix.h (SUBTARGET_SWITCHES): Document switches.
8573         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
8574         sched-prolog and sched-epilog the same.  Document all the
8575         switches.
8576         (TARGET_OPTIONS): No longer allow -mdebug-.
8577
8578         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
8579
8580         * rs6000.h (ASM_FILE_END): Move to aix.h.
8581         (EXTRA_SECTIONS): Move to aix.h.
8582         (READONLY_DATA_SECTION): Move to aix.h.
8583         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
8584         (SELECT_SECTION): Move to aix.h.
8585         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
8586         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
8587         (LINK_REGISTER_REGNUM): New definition.
8588         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
8589         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
8590         AIX and SVR4.
8591         * sysv4.h: Delete the code between the inclusion of rs6000.h
8592         and svr4.h.
8593         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
8594         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
8595         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
8596         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
8597         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
8598         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
8599         (fix_truncdfsi2_internal_di): New pattern.
8600         (fix_truncdfsi2_store): The second arg here is Pmode too.
8601         (fix_truncdfsi2_load): The second arg here is Pmode too.
8602         (tablejumpdi): Now that switch tables hold only SImode values,
8603         gcc needs to know how to add them to the pc which is DImode.
8604         * rs6000.c (rs6000_stack_info): Use symbolic name for
8605         LINK_REGISTER_REGNUM.
8606         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
8607         (output_toc): Delete unused variables s1 and s2.
8608         (output_ascii): Use fputs not fprintf on a variable string.
8609
8610         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
8611
8612         * rs6000.c (processor_target_table): Add power3 as alias for 630.
8613         * aix43.h: Revert Aug 2 change.
8614         (HAS_INIT_SECTION): Define, not visible yet.
8615         (LD_INIT_SWITCH): Define, not visible yet.
8616         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
8617
8618         2000-01-04  Joel Sherrill (joel@OARcorp.com>
8619
8620         * config/rs6000/rtems.h: Include config/rtems.h.
8621
8622         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
8623
8624         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
8625         (SLOW_UNALIGNED_ACCESS): Define.
8626         (CASE_VECTOR_MODE): Always use 32-bit offsets.
8627         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
8628         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
8629         (toc_section): Likewise and .toc pseudo-op.
8630         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
8631         64-bit mode.
8632         (TEXT_SECTION_ASM_OP): Likewise.
8633         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
8634         32-bit offsets.
8635
8636         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
8637
8638         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
8639         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
8640         compiling libgcc2.
8641
8642         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8643
8644         * rs6000.h: Move more stuff from here...
8645         * aix.h: to here.
8646         * sysv4.h: Cleanup accordingly.
8647         * netware.h: Likewise
8648
8649         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8650
8651         * rs6000.h: Continue cleanup.
8652         * aix.h: Likewise.
8653         * lynx.h: Likewise.
8654         * netware.h: Likewise.
8655         * sol2.h: Likewise.
8656         * sysv4.h: Likewise.
8657         * win-nt.h: Likewise.
8658
8659         * rs6000.h (TARGET_SWITCHES): Add descriptions.
8660         (TARGET_OPTIONS): Likewise.
8661
8662         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
8663         (SUBTARGET_OPTIONS): Likewise.
8664
8665         * rs6000.md: Fix compile time warnings.
8666
8667         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
8668
8669         vxworks patches from the Cygnus tree originally by
8670         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
8671         <vmakarov@cygnus.com>.
8672         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
8673         (ENDFILE_SPEC): Likewise.
8674         (LIB_VXWORKS_SPEC): New macro.
8675         (STARTFILE_VXWORKS_SPEC): New macro.
8676         (ENDFILE_VXWORKS_SPEC): New macro.
8677         (LINK_START_VXWORKS_SPEC): New macro.
8678         (LINK_OS_VXWORKS_SPEC): New macro.
8679         (CPP_OS_VXWORKS_SPEC): New macro.
8680         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
8681         * vxppc.h: Rewrite to use proper configuration method.
8682         * vxppcle.h: New file.
8683         * ../../configure.in: Add powerpcle-wrs-vxworks*.
8684         * ../../configure: Rebuilt.
8685
8686         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
8687
8688         Lots of changes to rs6000.h, sysv4.h, aix.h,
8689         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
8690         with the aim that rs6000.h is the first header
8691         included and the others override it.
8692         * aix.h: New file.
8693
8694         * x-aix41-gld: Remove.
8695         * x-aix43: Remove.
8696         * x-aix41: Remove target-specific switches, and don't specify
8697         -Wl,-bbigtoc as we don't need it any more.
8698         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
8699         Use t-aix43 for AIX 4.3 and above.
8700         * ../../configure: Regenerated.
8701
8702         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
8703         options, that don't do anything yet.
8704         (MASK_SCHED_PROLOG): New macro.
8705         (MASK_SCHED_EPILOG): New macro.
8706         (TARGET_SCHED_PROLOG): New macro.
8707         (TARGET_SCHED_EPILOG): New macro.
8708
8709         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
8710
8711         * rs6000.c: Correct comment, the `minimal' TOCs are actually
8712         one per translation unit, not one per function.
8713         (output_toc): Also do duplicate constant elimination
8714         for per-translation-unit TOCs.
8715
8716         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
8717         a comment explaining _exactly_ when this pattern gets used.
8718         (builtin_setjmp_receiver): New pattern for better clarity.
8719         (init_v4_pic): Move it into a section dealing with TOC registers.
8720
8721         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
8722
8723         * rs6000.c (toc_hash_table): New variable.
8724         (rs6000_hash_constant): New function.
8725         (toc_hash_function): New function.
8726         (toc_hash_eq): New function.
8727         (toc_hash_mark_entry): New function.
8728         (toc_hash_mark_table): New function.
8729         (output_toc): Don't output duplicate TOC entries in
8730         a single file.
8731         (rs6000_add_gc_roots): Add the hash table as a GC root.
8732         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
8733         where they clearly shouldn't be.  This may need to be fixed
8734         later when there is a GNU ar for AIX.
8735         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
8736         Don't define BOOT_LDFLAGS as it is now not necessary.
8737
8738         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
8739
8740         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
8741         for va_list on AIX.  Use unsigned_char_type_node rather than
8742         constructing our own version on svr4.
8743
8744         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
8745
8746         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
8747         since patently it's not.
8748
8749         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
8750
8751         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
8752         define_expand/define_insn pair, and handle restore of the
8753         SVR4 -fpic register.
8754
8755 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
8756
8757         * acconfig.h (HAVE_GAS_WEAK): New define.
8758         * configure.in (assembler weak support): Check for .weak support.
8759         * config.in, configure: Rebuilt.
8760         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
8761         HAVE_GAS_WEAK is defined.
8762
8763 2000-03-15  Nick Clifton  <nickc@cygnus.com>
8764
8765         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
8766         asm_fprintf().
8767
8768 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
8769
8770         * cppfiles.c (open_include_file): New function.
8771         (find_include_file, cpp_read_file): Use it.
8772
8773 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
8774
8775         * cpphash.c (dump_hash_helper): Take the slot, not the element.
8776
8777 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
8778
8779         * flow.c (verify_flow_info): Check for unconditional return.
8780
8781 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
8782
8783         * config/ia64/ia64.md (restore_stack_nonlocal): New.
8784         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
8785         (__ia64_restore_stack_nonlocal): New.
8786         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
8787
8788 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8789
8790         * cpphash.c (collect_formal_parameters): Do not complain about
8791         parameter names that just start with `__VA_ARGS__'.
8792
8793 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
8794
8795         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
8796         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
8797         * i386.c (pentiumpro_cost): Set mul cost to 4.
8798         (x86_use_movx): Set for PPro.
8799
8800 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
8801
8802         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
8803         STACK_BOUNDARY for empty frames now.
8804
8805 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
8806
8807         * stor-layout.c (layout_union): Remove.
8808         (layout_union_field): New function, split out from layout_union.
8809         (finish_union_layout): Likewise.
8810         (layout_field): Handle unions by calling layout_union_field.
8811         (finish_record_layout): Handle unions.
8812         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
8813         QUAL_UNION_TYPE handling.
8814
8815 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
8816
8817         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
8818         end of basic block is jump_insn, not barrier; use create_basic_block
8819         instead of creating basic block by hand.
8820
8821 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
8822
8823         * flow.c (reorder_basic_blocks): Account for barriers when writing
8824         over NEXT_INSN (last_bb->end).
8825         (verify_flow_info): Add check for missing barriers.
8826
8827 2000-03-14  Greg McGary  <gkm@gnu.org>
8828
8829         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
8830         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
8831         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
8832         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
8833         __unbounded, __unbounded__): New keywords.
8834         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
8835         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
8836         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
8837
8838 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
8839
8840         * cselib.h: New file.
8841         * alias.c: Include "cselib.h".
8842         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
8843         MEMs as two new arguments.
8844         (get_addr): New static function.
8845         (find_base_term): Handle VALUEs.
8846         (memrefs_conflict_p): Likewise.
8847         (true_dependence): Call get_addr on the addresses.
8848         Call fixed_scalar_and_varying_struct_p with addresses that have been
8849         passed through get_addr and canon_rtx.
8850         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
8851         with true_dependence.
8852         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
8853         * loop.c: Include "cselib.h".
8854         (load_mems): Process extended basic block that enters the loop with
8855         cselib.  Use that information to change initialization of the shadow
8856         register so that a constant equivalence is seen by later passes.
8857         * reload1.c: Include "cselib.h".
8858         (reload_cse_invalidate_regno): Delete function.
8859         (reload_cse_mem_conflict_p): Likewise.
8860         (reload_cse_invalidate_mem): Likewise.
8861         (reload_cse_invalidate_rtx): Likewise.
8862         (reload_cse_regno_equal_p): Likewise.
8863         (reload_cse_check_clobber): Likewise.
8864         (reload_cse_record_set): Likewise.
8865         (reg_values): Delete static variable.
8866         (invalidate_regno_rtx): Likewise.
8867         (reload_cse_delete_noop_set): New static function.
8868         (reload_cse_simplify): New static function, broken out of
8869         reload_cse_regs_1.
8870         (reload_cse_noop_set_p): Delete unused argument INSN.
8871         Just call rtx_equal_for_cselib_p on set source and destination.
8872         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
8873         reload_cse_delete_noop_set.  Delete code to keep track of values; use
8874         cselib functions instead.  Delete code to push/pop obstacks.
8875         (reload_cse_simplify_set): Use cselib to find equivalent values.
8876         Delete code to push/pop obstacks.
8877         (reload_cse_simplify_operands): Likewise.
8878         * rtl.def (VALUE): New rtx code.
8879         * rtl.h (union rtunion_def): New elt rt_cselib.
8880         (X0CSELIB, CSELIB_VAL_PTR): New macros.
8881         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
8882         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
8883         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
8884         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
8885         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
8886         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
8887         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
8888         cselib_record_set, cselib_record_sets): New static functions.
8889         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
8890         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
8891         references_value_p): New functions.
8892         (MAX_USELESS_VALUES, REG_VALUES): New macros.
8893         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
8894         n_useless_values, reg_values, callmem, cselib_obstack,
8895         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
8896         New static variables.
8897         * varray.h (union varray_data_tag): New elt te.
8898         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
8899         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
8900         dependencies.
8901
8902 2000-03-14  Nick Clifton  <nickc@cygnus.com>
8903
8904         * gcc.c (do_spec_1): Catch the case where %* is used in a
8905         substitution pattern, but it has not been initialised.
8906         Issue a meaningful error message if an unrecognised operator
8907         is encountered in a spec string.
8908
8909 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
8910
8911         * function.c (prepare_function_start): Correctly initialize
8912         cfun->stack_alignment_needed.
8913
8914 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
8915
8916         * cppfiles.c (find_include_file): Don't assume nshort is a
8917         substring of name.
8918
8919 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
8920
8921         * configure.in (hppa configurations): Add pa32-regs.h to the
8922         list of tm files as appropriate.
8923         * configure: Rebuilt.
8924         * pa.c (compute_frame_size): Remove explicit knowledge about FP
8925         register numbering.
8926         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
8927         (fmpyaddoperands, fmpysuboperands): Likewise.
8928         * pa.h: Remove various definitions which depend on knowing
8929         how registers are numbered.
8930         * pa32-regs.h: New file with PA32 register numbering specific
8931         definitions.
8932
8933 2000-03-14  Richard Henderson  <rth@cygnus.com>
8934
8935         * regmove.c (combine_stack_adjustments): New.
8936         (stack_memref_p, single_set_for_csa): New.
8937         (free_csa_memlist, record_one_stack_memref): New.
8938         (try_apply_stack_adjustment): New.
8939         (combine_stack_adjustments_for_block): New.
8940         * rtl.h (combine_stack_adjustments): Declare.
8941         * toplev.c (rest_of_compilation): Call it.
8942
8943         * i386.md: Revert 2000-01-16 change.
8944
8945 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8946
8947         * gccbug.in: Add web category, gcc specific classes.
8948
8949 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
8950
8951         * stor-layout.c (finalize_record_size): Fix typo.
8952
8953 2000-03-14  Stan Shebs  <shebs@apple.com>
8954
8955         * c-typeck.c (c_alignof): Error on incomplete types.
8956         * extend.texi (Alignment): Document this.
8957
8958 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
8959
8960         * cppfiles.c: Include mkdeps.h.
8961         (find_include_file, read_include_file): Remove _cpp_ prefix
8962         from name, make static.
8963         (_cpp_execute_include): New function, broken out of
8964         do_include.
8965
8966         * cpplib.c: Don't include mkdeps.h.
8967         (struct directive): Remove type field. Reorder entries.  The
8968         function takes only one argument.
8969         (struct if_stack): Make type field an int.
8970         (directive_table): Rename to dtable.  Generate it, the
8971         prototypes of the directive handlers, and the enum for the
8972         directive numbers, from a template macro.
8973         (do_ifndef, do_include_next, do_import): New functions.
8974         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
8975         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
8976         do_ident, do_assert, do_unassert, do_sccs): Take only one
8977         argument.
8978         (do_sccs): Define always, but alter behavior based on
8979         SCCS_DIRECTIVE.
8980         (_cpp_handle_directive, consider_directive_while_skipping):
8981         Restructure for new directive table layout.
8982
8983         (pass_thru_directive): Take a directive number, not a pointer
8984         to a struct directive.
8985         (parse_include): New function, broken out of do_include.
8986         (do_include, do_import, do_include_next): Use parse_include
8987         and _cpp_execute_include.
8988         (do_elif, do_else): Test for T_ELSE specifically when checking
8989         for #elif/#else after #else.
8990         (parse_ifdef): New function, broken out of do_ifdef.
8991         (validate_else): Expect a name arg without a leading #.
8992         (if_directive_name): Delete.
8993         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
8994         directive handlers with only one argument.
8995
8996         * cpphash.h: Update prototypes.
8997         (enum node_type): Remove entries for directives.
8998         * Makefile.in: Update dependencies.
8999
9000         * cpphash.c (dump_hash_helper): Only dump nodes of type
9001         T_MACRO.  Emit a newline after each definition.
9002
9003 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9004
9005         * gccbug.in: New file.
9006         * configure.in (all_outputs): Add gccbug.
9007         * Makefile.in (install-common): Install gccbug.
9008         (GCCBUG_INSTALL_NAME): New variable.
9009         * configure: Rebuilt.
9010
9011 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
9012
9013         * function.c (put_var_into_stack): Use type_for_mode to calculate
9014         part_type.  Use MEM_SET_IN_STRUCT_P.
9015         * expr.c (store_field): Handle CONCAT.
9016         (store_constructor): Use fields_length.
9017         * tree.c (fields_length): New fn.
9018         * tree.h: Declare it.
9019
9020 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
9021
9022         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
9023         (cpplex.o): New target.
9024         * po/POTFILES.in: Add cpplex.c.
9025
9026         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
9027         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
9028         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
9029         skip_block_comment, skip_line_comment, skip_comment,
9030         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
9031         _cpp_parse_name, skip_string, parse_string,
9032         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
9033         _cpp_get_directive_token, find_position,
9034         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
9035         (maybe_macroexpand, _cpp_lex_token): New functions.
9036
9037         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
9038         parse_goto_mark): Delete.
9039         (_cpp_handle_eof): New function.
9040         (_cpp_handle_directive): Rename from handle_directive.
9041         (_cpp_output_line_command): Rename from output_line_command.
9042         (do_if, do_elif): Call _cpp_parse_expr directly.
9043         * cppfiles.c (_cpp_read_include_file): Don't call
9044         init_input_buffer here.
9045         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
9046         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
9047         here; pop the token_buffer and skip the rest of the line here.
9048         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
9049         here.
9050
9051         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
9052         Define here.
9053         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
9054         CPP_GOTO_MARK): New macros.
9055         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
9056         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
9057         _cpp_read_and_prescan, _cpp_init_input_buffer,
9058         _cpp_grow_token_buffer, _cpp_get_directive_token,
9059         _cpp_handle_directive, _cpp_handle_eof,
9060         _cpp_output_line_command): Prototype them here.
9061         * cpplib.h (enum cpp_token): Add CPP_MACRO.
9062         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
9063         quote_string, output_line_command): Remove.
9064
9065 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
9066
9067         * stmt.c (expand_end_case): RANGE may be signed, and when checking
9068         whether it is too large we must also verify that it isn't negative.
9069
9070 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
9071
9072         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
9073         (movsi_zero_liveg0): Remove.
9074         (movsf_insn_novis_liveg0): Remove.
9075         (negsi2): Remove.
9076         (negsi2_not_liveg0): Rename to negsi2.
9077         (one_cmplsi2): Remove.
9078         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
9079         (one_cmplsi2_liveg0): Remove.
9080         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
9081         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
9082         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
9083         (PREDICATE_CODES): Remove zero_operand.
9084         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
9085         TARGET_BROKEN_SAVERESTORE.
9086         (zero_operand): Remove.
9087         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
9088         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
9089         options.
9090         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
9091         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
9092         TARGET_BROKEN_SAVERESTORE): Remove.
9093         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9094         Remove.
9095         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9096         Remove.
9097         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9098         Remove.
9099
9100         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
9101
9102 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
9103
9104         * cpplib.c (do_pragma_implementation): Fix off-by-one error
9105         truncating a string.  Don't assume tokens are nul terminated.
9106         Problem noted by Andreas Jaeger <aj@suse.de>
9107
9108 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
9109
9110         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
9111         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
9112         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
9113
9114 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
9115
9116         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
9117         STRUCTURE_SIZE_BOUNDARY.
9118
9119 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
9120
9121         * tree.h (record_layout_info_s): New structure.
9122         (record_layout_info): New type.
9123         (new_record_layout_info): New function.
9124         (layout_field): Likewise.
9125         (finish_record_layout): Likewise.
9126         * stor-layout.c (layout_record): Remove.
9127         (new_record_layout_info): New function.
9128         (layout_field): New function, broken out from layout_record.
9129         (finalize_record_size): Likewise.
9130         (compute_record_mode): Likewise.
9131         (finalize_type_size): New function, broken out from layout_type.
9132         (finish_record_layout): Likewise.
9133         (layout_type): Use them.
9134
9135 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
9136
9137         * cpphash.c: Don't include version.h.
9138         (special_symbol) [case T_VERSION]: Look for the string in
9139         hp->value.cpval; don't use version_string.
9140         * cppinit.c (initialize_builtins): Set hp->value.cpval for
9141         __VERSION__ to version_string.
9142         * Makefile.in (cpphash.o): Update deps.
9143
9144 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
9145
9146         Convert cpplib to use libiberty/hashtab.c.
9147
9148         * cpplib.h (struct cpp_reader): Make hashtab and
9149         all_include_files of type 'struct htab *'.  Delete HASHSIZE
9150         and ALL_INCLUDE_HASHSIZE macros.
9151
9152         * cpphash.h: Update prototypes.
9153         (struct hashnode): Remove next, prev, and bucket_hdr members.
9154         Make length a size_t.  Add hash member.
9155         (struct ihash): Remove next member.  Add hash member.  Make
9156         name a flexible array member.
9157
9158         * cppfiles.c: Include hashtab.h.
9159         (include_hash): Delete.
9160         (IHASHSIZE): New macro.
9161         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
9162         (cpp_included): Do the hash lookup here.
9163         (_cpp_find_include_file): Rewrite.
9164         (cpp_read_file): Put the "fake" hash entry into the hash
9165         table.  Honor the control_macro, if it turns out we've seen
9166         the file before.  Don't push the buffer here.
9167         (_cpp_read_include_file): Push the buffer here.
9168         (OMODES): New macro.  Use it whenever we call open(2).
9169
9170         * cpphash.c: Include hashtab.h.
9171         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
9172         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
9173         _cpp_lookup_slot): New functions.
9174         (HASHSIZE): new macro.
9175         (hashf, _cpp_install, _cpp_delete_macro): Delete.
9176         (_cpp_lookup): Use hashtab.h routines.
9177
9178         * cppinit.c: Include hashtab.h.
9179         (cpp_reader_init): Call _cpp_init_macro_hash and
9180         _cpp_init_include_hash.  Don't allocate hashtab directly.
9181         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
9182         pfile->all_include_files.
9183         (initialize_builtins): Use _cpp_make_hashnode and
9184         htab_find_slot to add hash entries.
9185         (cpp_finish): Just call _cpp_dump_macro_hash.
9186         * cpplib.c: Include hashtab.h.
9187         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
9188         create hash entries.
9189         (do_pragma_poison, do_assert): Likewise.
9190         (do_include): Don't push the buffer here.  Don't increment
9191         system_include_depth unless _cpp_read_include_file succeeds.
9192         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
9193         or htab_remove_elt.
9194         (do_pragma_implementation): Use alloca to create copy.
9195
9196         * Makefile.in: Update dependencies.
9197
9198 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9199
9200         * cppinit.c (cl_directive_handler): More K&R fixing.
9201
9202 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
9203
9204         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
9205         STACK_BOUNDARY.
9206         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
9207
9208 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9209
9210         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
9211         Change from char[] to macros.
9212
9213 2000-03-12  Neil Booth  <NeilB@earthling.net>
9214
9215         * cppinit.c (cpp_start_read): Update indirect function
9216         call to K&R C.
9217
9218 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
9219
9220         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
9221         entry.
9222
9223         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
9224         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
9225
9226 2000-03-11  Neil Booth  <NeilB@earthling.net>
9227
9228         * cppinit.c (struct pending option): Replace undef with a
9229         pointer to a directive handling routine.
9230         (struct cpp_pending): Replace separate assert_ and define_
9231         lists with one directive_ list.
9232         (new_pending_define): Rename new_pending_directive. Extra
9233         argument is the directive's handling routine.
9234         (handle_option): Update to use new_pending_directive.
9235
9236 2000-03-11  Neil Booth  <NeilB@earthling.net>
9237
9238         * cppfiles.c (file_cleanup, _cpp_find_include_file,
9239         remap_filename, _cpp_read_include_file, actual_directory,
9240         hack_vms_include_specification): Replace bcopy(), index() etc
9241         calls.  Add casts to some allocations.  Make some variables
9242         pointers to const [unsigned] char.
9243         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
9244         collect_formal_parameters): Similarly.
9245         * cppinit.c (struct pending_option, append_include_chain,
9246         cpp_options_init, cpp_reader_init, initialize_standard_includes,
9247         cpp_start_read, new_pending_define, handle_option): Similarly.
9248         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
9249         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
9250         do_pragma_implementation, detect_if_not_defined,
9251         do_ifdef, skip_if_group, cpp_get_token, parse_string,
9252         do_assert, do_unassert): Similarly.
9253         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
9254         function prototypes.
9255         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
9256
9257 2000-03-10  Richard Henderson  <rth@cygnus.com>
9258
9259         * builtins.c (expand_builtin_strlen): Revert last change.
9260         Use emit_insn_before if we're at the beginning of a sequence.
9261
9262 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
9263
9264         * builtins.c (expand_builtin_strlen): Make sure that we have something
9265         at the beginning of the sequence.
9266
9267         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
9268         deferred inlines.
9269
9270         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
9271
9272 2000-03-10  Richard Henderson  <rth@cygnus.com>
9273
9274         * except.c (can_throw): Use INTVAL on a CONST_INT.
9275         (reachable_handlers): Likewise.
9276         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
9277
9278 2000-03-10  Andreas Jaeger  <aj@suse.de>
9279
9280         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
9281         MD_STARTFILE_PREFIX since those are not needed on linux.
9282         (ASM_FILE_START): New, from mips/gnu.h.
9283
9284 2000-03-09  Richard Henderson  <rth@cygnus.com>
9285             Alex Samuel  <samuel@codesourcery.com> and others
9286
9287         * Makefile.in (ssa.o): New rule.
9288         (OBJS): Add ssa.o.
9289         (STAGESTUFF): Add *.ssa and *.ussa.
9290         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
9291         * rtl.def (PHI): New RTL expression.
9292         * rtl.h (clear_log_links): New declaration.
9293         (convert_to_ssa): Likewise.
9294         (convert_from_ssa): Likewise.
9295         * flow.c (split_edge): If the entry node falls through to the
9296         split edge's source block, split the entry edge.
9297         (clear_log_links): New function.
9298         * toplev.c (ssa_dump): New variable.
9299         (flag_ssa): Likewise.
9300         (f_options): Add "ssa".
9301         (compile_file): Create SSA dump files.
9302         (rest_of_compilation): Go to and from SSA if enabled.
9303         (decide_d_option): Handle -de for SSA dump files.
9304         * ssa.c: New file.
9305
9306 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
9307
9308         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
9309         same as VAR_DECL.
9310
9311 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
9312
9313         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
9314
9315 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
9316
9317         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
9318         (MD_STARTFILE_PREFIX_1): New macro.
9319
9320 2000-03-09  Robert Lipe  <robertl@sco.com>
9321
9322         * config/ia64/ia64.c: Include system.h.
9323
9324 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
9325
9326         * except.c (nothrow_function_p): If -fno-exceptions, just return.
9327         (init_eh_nesting_info): Likewise.
9328
9329         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
9330         (TREE_NOTHROW): Rename from TREE_RAISES.
9331         * toplev.c (rest_of_compilation): Set it.
9332         * print-tree.c (print_node): Adjust.
9333         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
9334         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
9335         * calls.c (emit_call_1): Add 'nothrow' parm.  Add
9336         REG_EH_REGION note as appropriate.
9337         (libfunc_nothrow): New fn.
9338         (emit_library_call, emit_library_call_value): Use it.
9339         (expand_call): Check TREE_NOTHROW.
9340
9341         * varasm.c (make_decl_rtl): Skip initial '*' when setting
9342         DECL_ASSEMBLER_NAME.
9343
9344 2000-03-09  Andreas Jaeger  <aj@suse.de>
9345
9346         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
9347         (TARGET_MEM_FUNCTIONS): Define.
9348
9349 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
9350
9351         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
9352
9353         * except.c (can_throw): See through a SEQUENCE.
9354         (nothrow_function_p): New fn.
9355         * except.h: Declare it.
9356         * function.c (current_function_nothrow): New var.
9357         (prepare_function_start): Initialize it.
9358         * output.h: Declare it.
9359         * toplev.c (rest_of_compilation): Set it.
9360         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
9361
9362 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
9363
9364         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
9365         match.  (cpp_compare_defs): Count the nul separator when
9366         advancing over argument names.
9367
9368 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
9369
9370         * recog.c (preprocess_constraints): Matching constraints affect
9371         same alternative/different operand, not same operand/different
9372         alternative.
9373
9374         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
9375         register and a constant specially.
9376
9377 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9378
9379         * libgcc2.h: New file.
9380         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
9381
9382 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
9383
9384         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
9385         * configure: Regenerate.
9386         * config/ia64: New.
9387
9388 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
9389
9390         * Makefile.in (LIBCPP_DEPS): New macro.
9391         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
9392         it to declare deps.
9393         * cpperror.c: Include cpphash.h.
9394         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
9395         dingleberry.
9396         (lex): Don't use CPP_WARN_UNDEF.
9397         (_cpp_parse_expr): Return an int, the truth value.
9398         * cppfiles.c: Include cpphash.h.
9399         (_cpp_merge_include_chains): Move to cppinit.c and make static.
9400         * cppinit.c (include_defaults_array): Disentangle.
9401         (cpp_cleanup): Don't free the if stack here.
9402         (cpp_finish): Pop off all buffers, not just one.
9403         * cpplib.c (eval_if_expr): Return int.
9404         (do_xifdef): Rename do_ifdef.
9405         (handle_directive): Don't use CPP_PREPROCESSED.
9406         (cpp_get_token): Don't use CPP_C89.
9407         * fix-header.c: Don't use CPP_OPTIONS.
9408
9409         * cpplib.h: Move U_CHAR, enum node_type, struct
9410         file_name_list, struct ihash, is_idchar, is_idstart,
9411         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
9412         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
9413         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
9414         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
9415         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
9416         of _cpp_simplify_pathname, _cpp_find_include_file,
9417         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
9418         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
9419         cppinit.c.
9420         Change all uses of U_CHAR to be unsigned char instead.
9421         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
9422
9423 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
9424
9425         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
9426         (dwarf2out_begin_prologue): Set it.
9427         (output_call_frame_info): Don't emit EH unwind info for leaves.
9428
9429         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
9430         can occur outside of an EH region.
9431         * except.c: Correct comments about rethrow behavior.
9432         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
9433
9434 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
9435
9436         * flow.c (make_edges): Always call make_eh_edge for calls.
9437
9438 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
9439
9440         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
9441         (struct cpp_buffer): Remove fname and underflow fields.
9442         (struct cpp_reader): Remove get_token field.
9443         (struct include_hash): Rename to struct ihash.  Add typedef to
9444         IHASH.
9445         (struct if_stack): Remove fname field.
9446         (IF_STACK_FRAME): Rename to IF_STACK.
9447
9448         * cpperror.c (print_containing_files): Trust that there are no
9449         macro buffers below the top file buffer.
9450         * cppfiles.c: Replace all references to 'struct include_hash'
9451         with 'IHASH'.  Rename initialize_input_buffer to
9452         init_input_buffer.  Don't set or reference cpp_buffer->fname,
9453         use buffer->ihash->name instead.
9454         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
9455         not CPP_NULL_BUFFER.
9456         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
9457         IF_STACK_FRAME, IHASH not struct include_hash.
9458         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
9459         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
9460         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
9461         references to cpp_buffer->fname (delete entirely, or use
9462         ->ihash->name instead) and IF_STACK->fname.
9463         (cpp_push_buffer): Don't set new->underflow.
9464         (do_include): Use cpp_file_buffer.
9465
9466         * cpphash.c (collect_formal_parameters): Remove duplicate
9467         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
9468         used as a macro argument name.  Don't append "..." to namebuf
9469         for varargs macros.  After we're done scanning, go through
9470         namebuf and make it NUL separated, not comma separated.
9471         (_cpp_compare_defs): Remove register tag from variables.
9472         Expect defn->argnames to be NUL separated.
9473         (_cpp_dump_definition): Expect defn->argnames to be NUL
9474         separated and in forward order.
9475         * cpphash.h: Update documentation of argnames field.
9476
9477 2000-03-08  Richard Henderson  <rth@cygnus.com>
9478
9479         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
9480         to fail.  Don't pre-expand the source operand.
9481
9482         * i386.md (strlensi): Initialize eoschar and align before use.
9483
9484 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
9485
9486         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
9487         CONSTRUCTOR element.
9488
9489 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
9490
9491         * mips.c (mips_expand_prologue): If the last
9492         named argument is the vararg marker "va_list", treat it as
9493         an unnamed argument.
9494
9495 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
9496
9497         * dbxout.c (dbxout_parms): When correcting for promoted
9498         big-endian parameters, use the mode of the DECL_RTL rather
9499         than UNITS_PER_WORD.
9500
9501 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
9502
9503         * c-common.h (make_fname_decl): Declare.
9504         * c-common.c (make_fname_decl): Define.
9505         (declare_hidden_char_array): Remove.
9506         (declare_function_name): Use make_fname_decl.
9507         * c-decl.c (c_make_fname_decl): New function.
9508         (init_decl_processing): Set make_fname_decl.
9509
9510 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
9511
9512         * cccp.c (handle_directive): Initialize backslash_newlines_p.
9513
9514 2000-03-07  Philipp Thomas  <pthomas@suse.de>
9515
9516         * po/POTFILES.in: Remove cppalloc.c from file list.
9517
9518 2000-03-07  Steve Chamberlain  <sac@pobox.com>
9519
9520         * pj.c (pj_expand_prologue): current_function->args_info is
9521         now current_function_args_info.
9522
9523         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
9524         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
9525         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
9526
9527 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9528
9529         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
9530         output as hexadecimal rather than the default octal.
9531
9532 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
9533
9534         * cpphash.c (special_symbol): Fix thinko in previous commit.
9535
9536 2000-03-07  Neil Booth  <NeilB@earthling.net>
9537
9538         * cppexp.c (struct operation, left_shift, right_shift,
9539         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
9540         "int"s to "unsigned int"s.
9541         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
9542         Similarly.
9543         * cpplib.h: Update for above.
9544         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
9545         returned from allocations.
9546
9547         * cppinit.c (opt_comp, parse_options): New functions.
9548         (handle_option): Use parse_option to parse a single command
9549         line option, that possibly takes an argument.
9550         (cpp_handle_options): Sort the array of command line options on
9551         first invocation (non-ASCII hosts only).
9552         (print_help): Update.
9553
9554 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
9555
9556         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
9557         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
9558
9559         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
9560         initialized.
9561         * cppinit.c (cpp_cleanup): Free imp->nshort also.
9562
9563         * cpperror.c (cpp_print_containing_files,
9564         cpp_print_file_and_line, v_cpp_message): Rename to
9565         print_containing_files, print_file_and_line, and v_message.
9566         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
9567         to _cpp_parse_expr, parse_escape, and lex.
9568         (parse_charconst): Remove broken multibyte support.
9569         * cppfiles.c (include_hash): Make static.
9570         (cpp_included): New function.
9571         (merge_include_chains, find_include_file, finclude,
9572         simplify_pathname): Rename to _cpp_merge_include_chains,
9573         _cpp_find_include_file, _cpp_read_include_file, and
9574         _cpp_simplify_pathname.
9575         * cpphash.c (cpp_lookup, free_definition, delete_macro,
9576         cpp_install, create_definition, macroexpand, compare_defs,
9577         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
9578         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
9579         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
9580         * cppinit.c (cpp_handle_option): Rename to handle_option, make
9581         static.
9582         * cpplib.c: Remove extern prototype of cpp_parse_expr.
9583
9584         * cpphash.h: Update prototypes.
9585         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
9586
9587 2000-03-07  Andrew Haley  <aph@cygnus.com>
9588
9589         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
9590         PTRDIFF_TYPE should be based solely on Pmode.
9591         (SIZE_TYPE): ditto.
9592
9593 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9594
9595         * rtl.h (rtunion_def): Constify member `rtstr'.
9596         (emit_line_note_after, emit_line_note, emit_line_note_force,
9597         emit_note, decode_asm_operands): Constify.
9598
9599         * cse.c (canon_hash): Likewise.
9600
9601         * dbxout.c (dbxout_block): Likewise.
9602
9603         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
9604         v_warning_for_asm): Likewise.
9605
9606         * dwarfout.c (function_start_label): Likewise.
9607
9608         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
9609         emit_line_note_force): Likewise.
9610
9611         * final.c (last_filename, asm_insn_count, final_scan_insn,
9612         output_source_line): Likewise.
9613
9614         * function.h (struct emit_status): Likewise.
9615
9616         * gcse.c (hash_expr_1): Likewise.
9617
9618         * genattr.c (gen_attr, main): Likewise.
9619
9620         * genattrtab.c (struct function_unit, current_alternative_string,
9621         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
9622         attr_numeral, check_attr_test, check_attr_value,
9623         convert_set_attr_alternative, convert_set_attr,
9624         compute_alternative_mask, simplify_by_exploding, gen_attr,
9625         gen_unit): Likewise.
9626
9627         * genflags.c (gen_insn): Likewise.
9628
9629         * gengenrtl.c (type_from_format): Likewise.
9630
9631         * genopinit.c (gen_insn): Likewise.
9632
9633         * genoutput.c (n_occurrences, process_template, process_template):
9634         Likewise.
9635
9636         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
9637         Likewise.
9638
9639         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
9640         Likewise.
9641
9642         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
9643         ggc_set_mark, ggc_get_size): Likewise.
9644
9645         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
9646
9647         * optabs.c (init_one_libfunc): Likewise.
9648
9649         * output.h (assemble_start_function): Likewise.
9650
9651         * recog.c (decode_asm_operands): Likewise.
9652
9653         * toplev.c (rest_of_compilation): Likewise.
9654
9655         * tree.h (emit_line_note_after, emit_line_note,
9656         emit_line_note_force): Likewise.
9657
9658         * varasm.c (asm_output_bss, asm_output_aligned_bss,
9659         asm_emit_uninitialised, assemble_start_function,
9660         assemble_variable, const_hash, compare_constant_1,
9661         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
9662
9663         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
9664
9665         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
9666
9667         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
9668
9669         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
9670
9671         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
9672         arm_dllimport_name_p): Likewise.
9673
9674         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
9675         Likewise.
9676
9677         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
9678
9679         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9680
9681         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
9682         arm_mark_dllexport, arm_mark_dllimport,
9683         arm_pe_encode_section_info): Likewise.
9684
9685         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
9686         ASM_FINISH_DECLARE_OBJECT): Likewise.
9687
9688         * arm/thumb.c (thumb_function_prologue): Likewise.
9689
9690         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
9691
9692         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9693
9694         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
9695
9696         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
9697
9698         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
9699
9700         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9701
9702         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
9703         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
9704
9705         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
9706
9707         * i386/i386.c (asm_output_function_prefix): Likewise.
9708
9709         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
9710
9711         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9712
9713         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
9714
9715         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
9716         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
9717         ASM_OUTPUT_SECTION_NAME): Likewise.
9718
9719         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
9720
9721         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
9722
9723         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
9724
9725         * m32r/m32r.c (m32r_encode_section_info): Likewise.
9726
9727         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9728
9729         * mcore/mcore.c (mcore_encode_section_info): Likewise.
9730
9731         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9732
9733         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9734
9735         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9736
9737         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
9738
9739         * mips/mips.md (movdi, movsi): Likewise.
9740
9741         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9742
9743         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9744
9745         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9746
9747         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
9748         ASM_OUTPUT_ASCII): Likewise.
9749
9750         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
9751         output_mi_thunk, output_toc): Likewise.
9752
9753         * rs6000/rs6000.md (movsi): Likewise.
9754
9755         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
9756
9757         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
9758
9759         * v850/v850.c (print_operand, print_operand_address,
9760         v850_encode_data_area): Likewise.
9761
9762 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
9763
9764         * config/mips/mips.md (zero_extendsidi2): Always force operand
9765         one to memory for mips16.
9766
9767 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9768
9769         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
9770         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
9771         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
9772         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
9773         (min_precision): Result is unsigned.
9774         (add_double, neg_double, mul_double): Low word is unsigned.
9775         (lshift_double, rshift_double, lrotate_double): Likewise.
9776         (rrotate_double, div_and_round_double): Likewise.
9777         (tree_floor_log2, compare_tree_int): New functions.
9778         (preserve_rtl_expr_temps): New declaration.
9779         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
9780         (decl_attributes): Use tree_log2 to find alignment.
9781         Check for TREE_INT_CST_HIGH for format args.
9782         (min_precision): Now unsigned.
9783         Use tree_floor_log2.
9784         (truthvalue_conversion): Delete long-disabled code.
9785         * c-decl.c (finish_struct): Clean up tests on field width.
9786         (finish_function): Use compare_tree_int.
9787         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
9788         * c-typeck.c (comptypes): Use tree_int_cst_equal.
9789         (default_conversion, digest_init): Use compare_tree_int.
9790         (build_binary_op): Use integer_all_onesp and compare_tree_int.
9791         Fix type errors in forming masks.
9792         * calls.c (initialize_argument_information): Use compare_tree_int.
9793         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
9794         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
9795         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
9796         (store_field): Use compare_tree_int.
9797         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
9798         (expand_expr, case ARRAY_REF): Use compare_tree_int.
9799         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
9800         (do_store_flag): Use compare_tree_int.
9801         * fold-const.c (encode, decode): Low part is always unsigned.
9802         (force_fit_type, add_double, neg_double, mul_double): Likewise.
9803         (lshift_double, rshift_double, lrotate_double): Likewise.
9804         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
9805         (fold_convert): Use compare_tree_int.
9806         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
9807         (invert_truthvalue, case INTEGER_CST): Likewise.
9808         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
9809         * mkdeps.c (deps_dummy_targets): Make I unsigned.
9810         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
9811         (lshift_double, rshift_double, lrotate_double, rrotate_double):
9812         Likewise.
9813         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
9814         (expand_end_case): Use compare_tree_int.
9815         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
9816         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
9817         (layout_decl): Likewise.
9818         (layout_record, layout_union): Make sizes unsigned.
9819         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
9820         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
9821         * tree.c (struct type_hash): hashcode is unsigned.
9822         (build_type_attribute_variant, type_hash_list): Likewise.
9823         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
9824         (attribute_hash_list, build_array_type, build_method_type): Likewise.
9825         (build_complex_type): Likewise.
9826         (real_value_from_int_cst): Remove unneeded casts.
9827         (integer_all_onesp): Add casts.
9828         (tree_floor_log2, compare_tree_int): New functions.
9829         (build_index_type): Use tree_int_cst_sgn.
9830         * varasm.c (assemble_variable): Use compare_tree_int.
9831
9832 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
9833
9834         * cpphash.c (collect_expansion): Also catch ## at start of macro.
9835
9836         * varasm.c (make_decl_rtl): Don't add a number to members of
9837         local classes.
9838         (make_function_rtl): Likewise.
9839
9840 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9841
9842         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
9843         patch from 2000-01-28.
9844
9845 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
9846
9847         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
9848         filled with an insn from the jump target.
9849
9850 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9851
9852         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
9853         (c4x_external_ref): Likewise.
9854         * config/c4x/c4x.c (struct name_list): Likewise.
9855
9856 1999-12-16  Ben Collins  <bcollins@debian.org>
9857
9858         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
9859         argument to genmultilib.
9860         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
9861         the contents into the multilib.h header.
9862         * gcc.c: Declare multilib_exclusions for the specs file.
9863         (set_multilib_dir): Use it.
9864         (print_multilib_info): Likewise.
9865         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
9866         to pass to genmultilib.
9867
9868 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9869
9870         * builtins.c (built_in_class_names, built_in_names): Constify a
9871         char*.
9872
9873         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
9874         int.
9875         (_mcleanup): Ensure value matches format specifier in sprintf.
9876
9877         * cpphash.c (special_symbol): Don't needlessly cast away
9878         const-ness.
9879
9880         * cppinit.c (base_name): Delete unused prototype.
9881
9882         * mkdeps.c (deps_init): Make definition K&R safe.
9883
9884         * tree.h (built_in_class_names, built_in_names): Constify a
9885         char*.
9886
9887 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
9888
9889         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
9890         floating point instructions for epilogue delay.
9891
9892         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
9893         to gas if it supports .register pseudo.
9894
9895         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
9896         LONG_DOUBLE_TYPE_SIZE if not defined.
9897         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
9898         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
9899         * real.c: Likewise.
9900         * gengenrtl.c: Likewise.
9901         * print-rtl.c: Likewise.
9902         * rtl.c: Likewise.
9903         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
9904         MASK_LONG_DOUBLE_128.
9905         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
9906         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
9907         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
9908         (SUBTARGET_SWITCHES): Define.
9909         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
9910         with -mlong-double-128.
9911         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
9912         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
9913         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
9914         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
9915         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
9916         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
9917         with -mlong-double-128.
9918         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
9919         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
9920         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
9921         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
9922         TARGET_LONG_DOUBLE_128): Define.
9923         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
9924         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
9925         long double on TARGET_ARCH64.
9926
9927 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
9928
9929         * function.c (free_temps_for_rtl_expr): Don't free slots
9930         that have been pushed into a higher level.
9931
9932         Revert this patch:
9933         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
9934
9935 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
9936
9937         * basic-block.h (ALLOCA_REG_SET): Remove.
9938         (INITIALIZE_REG_SET): New macro.
9939         * flow.c (update_life_info): Use it.
9940         (calculate_global_regs_live): Likewise.
9941         (propagate_block): Likewise.
9942         * global.c (build_insn_chain): Likewise.
9943         * haifa-sched.c (schedule_region): Likewise.
9944
9945 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
9946
9947         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
9948         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
9949         (DWARF_ARANGES_PAD_SIZE): New define.
9950         (output_aranges): Use it to pad the address range header.
9951         (DWARF_ROUND): Fix for non power of 2 rounding.
9952
9953 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
9954
9955         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
9956
9957 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
9958
9959         * tree.def (RTL_EXPR): Update documentation.
9960         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
9961         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
9962         * function.c (preserve_rtl_expr_temp): New function.
9963         (preserve_rtl_expr_temps): Likewise.
9964         (preserve_rtl_expr_result): Use it.
9965
9966         Revert this patch:
9967         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
9968
9969 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
9970
9971         * regmove.c (copy_src_to_dest)  Do not create src->dest move
9972         for unchanging destination.
9973
9974 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
9975
9976         * function.h (struct sequence_stack): Remove rtl_expr.
9977         (struct emit_staus): Likewise.
9978         (seq_rtl_expr): Remove.
9979         * tree.h (free_temps_for_rtl_expr): Don't declare.
9980         (start_sequence_for_rtl_expr): Likewise.
9981         * rtl.h (preserve_rtl_expr_result): Likewise.
9982         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
9983         (start_sequence_for_rtl_expr): Remove.
9984         (push_topmost_sequence): Don't save sequence_rtl_expr.
9985         (pop_topmost_sequence): Remove comment about not restoring it.
9986         (end_sequence): Don't set seq_rtl_expr.
9987         (init_emit): Don't initialize it.
9988         (mark_sequence_stack): Don't mark it.
9989         (mark_emit_status): Likewise.
9990         * except.c (protect_with_terminate): Use
9991         start_sequence_for_rtl_expr, not start_sequence.
9992         * expr.c (expand_expr, case RTL_EXPR): Don't call
9993         preserve_rtl_expr_result or free_temps_for_rtl_expr.
9994         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
9995         (preserve_rtl_expr_result): Remove.
9996         (free_temps_for_rtl_expr): Likewise.
9997         (pop_temp_slots): Likewise.
9998         (mark_temp_slot): Don't mark the rtl_expr.
9999         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
10000         start_sequence_for_rtl_expr.
10001
10002 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
10003
10004         * mkdeps.c, mkdeps.h: New files.
10005         * po/POTFILES.in: Add them.
10006         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
10007         (cpplib.o, cppinit.o): Depend on mkdeps.h.
10008         (mkdeps.o): New target.
10009
10010         * cppfiles.c: Delete deps_output.
10011         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
10012         OBJECT_SUFFIX, and base_name.
10013         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
10014         the include hash.
10015         (initialize_dependency_output): Use deps_init,
10016         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
10017         all the unnecessary string bashing.
10018         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
10019         level.
10020         * cpplib.c (do_include): Use deps_add_dep.
10021         * cpplib.h (struct cpp_reader): Replace deps_buffer,
10022         deps_allocated_size, deps_size, deps_column members with
10023         single pointer to a struct deps.  Delete prototype of
10024         deps_output.
10025
10026         * cppinit.c: Fix thinko in previous patch.
10027
10028 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10029
10030         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
10031         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
10032         (mode_for_size_tree): New function.
10033         (layout_decl, layout_type): Call it and clean up BLKmode checks.
10034         * tree.h (mode_for_size_tree): New declaration.
10035
10036         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
10037
10038 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
10039
10040         * stmt.c (is_body_block): Move...
10041         * dwarfout.c, dwarf2out.c: ...from here.
10042         * tree.h: Declare it.
10043         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
10044         * final.c (final_start_function): Do call remove_unnecessary_notes
10045         when scheduling.
10046
10047 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
10048
10049         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
10050
10051         * cpplib.h (_dollar_ok): New macro.
10052         (is_idchar, is_idstart): Use it.
10053         (IStable): Rename to _cpp_IStable.  Declare it const if
10054         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
10055         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
10056         is_space): Update for renamed IStable.
10057
10058         * cppinit.c: Delete all references to FAKE_CONST and CAT
10059         macros. Define init_IStable as empty macro if gcc >=2.7 or
10060         C99. Change TABLE() to ISTABLE and hardcode name of table.
10061         (cpp_start_read): Don't change the IStable based on
10062         dollars_in_ident.
10063
10064         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
10065         changed.  Handle '$' for char1 correctly.
10066         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
10067
10068         * cppexp.c (tokentab2): Make const.
10069         (cpp_lex): Make toktab const.
10070         * cppinit.c (include_defaults_array): Make const.
10071         (initialize_standard_includes): Make default_include const.
10072
10073 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
10074
10075         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
10076         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
10077         (gen_decl_die): Likewise.
10078         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
10079         (output_decl): Likewise.
10080
10081         * varasm.c (make_function_rtl): If we change the name used in the
10082         rtl, update DECL_ASSEMBLER_NAME accordingly.
10083         (make_decl_rtl): Likewise.
10084
10085         * toplev.c (rest_of_compilation): Tweak formatting.
10086
10087         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
10088         remove_unnecessary_notes.
10089         (debug_ignore_block): New fn.
10090         * toplev.h: Declare it.
10091         * emit-rtl.c (remove_unncessary_notes): Call it.
10092         * dwarf2out.c (dwarf2out_ignore_block): New fn.
10093         * dwarf2out.h: Declare it.
10094         * final.c (final_start_function): Don't call remove_unnecessary_notes
10095         if we did insn scheduling.
10096
10097 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
10098
10099         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
10100         * cpplib.h: Delete SET_CPP_PEDANTIC.
10101
10102 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10103
10104         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
10105         result is a RECORD_TYPE.
10106
10107 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
10108
10109         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
10110
10111 2000-03-03  Richard Henderson  <rth@cygnus.com>
10112
10113         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
10114         addition over compliments over shifts.
10115
10116 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10117
10118         * reload1.c (reload_combine_note_use): Handle return register USEs.
10119         REG case: Handle multi-hard-register hard regs.
10120
10121 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10122
10123         * md.texi: Document use of '*' in insn pattern name.
10124
10125 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
10126
10127         * calls.c (special_function_p): operator new may not be malloc-like.
10128
10129         * gcse.c (dump_hash_table): Really fix error in last change.
10130
10131 2000-03-02  Denis Chertykov  <denisc@overta.ru>
10132
10133         * avr.c (print_operand): Use print_operand_address instead of
10134         output_addr_const.
10135         * avr/libgcc.S: Cleanup code.
10136
10137 2000-03-02  Richard Henderson  <rth@cygnus.com>
10138
10139         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
10140
10141 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
10142
10143         * tree.h (TYPE_ALIGN_UNIT): New macro.
10144
10145 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
10146
10147         * i386.c: (constant_call_address_operand): Reject CONST_INT.
10148
10149 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
10150
10151         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
10152         for the buffer.
10153         (SET_CPP_PEDANTIC): New macro.
10154         * cpplib.c (do_include): Don't bother checking system_header_p.
10155         (do_warning, do_ident, do_assert, do_unassert): Likewise.
10156         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
10157
10158         * function.h (struct expr_status): Add x_arg_space_so_far.
10159         (arg_space_so_far): New macro.
10160         * expr.c (init_expr): Initialize it.
10161         * calls.c (emit_call_1): Reset it.
10162         (compute_argument_block_size, expand_call): Use it.
10163         (expand_call, store_one_arg): Increment it.
10164
10165 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10166
10167         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
10168         a UNION_TYPE.
10169
10170 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
10171
10172         * cppfiles.c (cpp_read_file): New function.
10173
10174         * cpphash.c (collect_expansion): Make sure to reset last_token
10175         to NORM when we hit a string.  Handle trailing whitespace
10176         properly when the expansion is empty.
10177         (create_definition): Disable line commands while parsing the
10178         directive line.
10179         (dump_definition): If pfile->lineno == 0, output a line
10180         command ahead of the dump, and add a trailing newline.
10181
10182         * cppinit.c (append_include_chain): Add fifth argument, which
10183         indicates whether or not system headers are C++ aware.
10184         (initialize_standard_includes): New function,
10185         broken out of read_and_prescan.  Pass 'cxx_aware' value from
10186         the include_defaults_array on to append_include_chain.
10187         (dump_special_to_buffer): Const-ify char array.
10188         (builtin_array): Don't dump __BASE_FILE__.
10189         (cpp_start_read): Use cpp_read_file.  Reorder code for
10190         clarity.  Don't output line commands here for -D/-A/-U
10191         switches.  Don't call deps_output for files included with
10192         -include or -imacros.
10193
10194         * cpplib.c (do_define): Don't pay any attention to the second
10195         argument.
10196         (cpp_expand_to_buffer): Disable line commands while scanning.
10197         (output_line_command): Work in the file buffer.
10198         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
10199         Fix formatting of comments.  Prototype cpp_read_file.
10200
10201 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10202
10203         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
10204         reference the language-equivalent of sizetype.
10205         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
10206         * fold-const.c (size_binop, size_diffop): Put back checks.
10207         * gcse.c (dump_hash_table): Fix minor error in last change.
10208         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
10209         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
10210         all sizetypes.
10211
10212 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
10213
10214         * calls.c (expand_call)  Do not attempt to combine stack adjustments
10215         with inhibit_defer_pop set.
10216
10217 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
10218
10219         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
10220         the DECL_SIZE for a FIELD_DECL.
10221
10222 2000-03-01  Bruce Korb  <bkorb@gnu.org>
10223
10224         * fixinc/inclhack.tpl: remove unused symlinks
10225         * fixinc/README: GCC Maintainer info
10226         * fixinc/inclhack.sh: regen
10227         * fixinc/fixincl.sh: regen
10228
10229 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
10230
10231         * cpphash.c (collect_expansion): Trim trailing white space
10232         from macro definitions, but don't go past the last insertion
10233         point.
10234
10235 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
10236
10237         * i386.md (mulqi3): New pattern.
10238
10239 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
10240
10241         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
10242         token types.
10243         (struct cpp_reader): Add parsing_if_directive and
10244         parsing_define_directive flags.
10245         (struct cpp_options): Remove output_conditionals flag.
10246         (check_macro_name): Delete prototype.
10247
10248         * cpphash.h (struct macrodef): Delete.
10249         (struct reflist): Separate from struct definition.
10250         (struct definition): Remove unused fields.  Add column number.
10251         (create_definition): Returns a DEFINITION *.  Takes a
10252         cpp_reader * and an int.
10253
10254         * cpphash.c (SKIP_WHITE_SPACE): Delete.
10255         (PEEKC): Copy defn from cpplib.c.
10256         (rest_extension, REST_EXTENSION_LENGTH): Delete.
10257         (struct arg): New.
10258         (struct arglist): Simplify.
10259         (collect_expansion): Rewrite.  Get tokens by calling
10260         cpp_get_token.  Add more error checking.
10261         (collect_formal_parameters): New function, broken out of
10262         create_definition and reworked to use get_directive_token.
10263         (create_definition): All real work is now in collect_expansion
10264         and collect_formal_parameters.  do_define handles finding the
10265         macro name.  Return a DEFINITION, not a MACRODEF.
10266         (macroexpand): Replace bcopy with memcpy throughout.  Replace
10267         character-at-a-time copy loop with memcpy and pointer increments.
10268         (compare-defs): d1->argnames / d2->argnames might be null.
10269
10270         * cpplib.c (copy_rest_of_line): Delete function.
10271         (skip_rest_of_line): Do all the work ourselves.
10272         (skip_string): New function.
10273         (parse_string): Use skip_string.
10274         (get_macro_name): New function.
10275         (check_macro_name): Delete.
10276         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
10277         (cpp_skip_hspace): Use CPP_BUMP_LINE.
10278         (handle_directive): ICE if we're called on a macro buffer.
10279         (do_define): Determine macro name and type (funlike/objlike)
10280         here.  Expunge all uses of MACRODEF.
10281         (cpp_push_buffer): Set line_base to NULL.
10282         (do_undef, read_line_number): Don't worry about getting a POP token.
10283         (eval_if_expression): Set/reset parsing_if_directive around
10284         cpp_parse_expr. Don't clear only_seen_white.
10285         (skip_if_group): Remove output_conditionals logic.  Use
10286         skip_rest_of_line.
10287         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
10288         tokens under appropriate conditions.
10289         (cpp_unassert): Call do_unassert not do_assert.  Oops.
10290
10291         * cppexp.c (parse_defined): New function, break out of
10292         cpp_lex.
10293         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
10294         ourselves, with cpp_defined.
10295         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
10296
10297         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
10298         * gcc.dg/strpaste-2.c: New.
10299
10300 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
10301
10302         * fold-const.c (size_binop): Don't asert inputs are the same and
10303         have TYPE_IS_SIZETYPE set.
10304         (size_diffop): Likewise.
10305
10306 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
10307
10308         * dwarfout.c (output_block): Output abstract blocks even if they
10309         don't have TREE_ASM_WRITTEN set.
10310
10311         * calls.c (emit_library_call): Check for null REG.
10312
10313 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
10314
10315         * c-decl.c (current_function_decl): Move to toplev.c.
10316         (init_decl_processing): Don't add current_function_decl as a ggc
10317         root here.
10318         * dbxout.c (dbxout_symbol): Change return type to int.
10319         (dbxout_symbol_location, dbxout_syms): Likewise.
10320         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
10321         any locals. Use current_function_func_begin_label if set.
10322         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
10323         * dwarf2out.c (dwarf2out_begin_prologue): Set
10324         current_function_func_begin_label.
10325         * final.c (final_start_function): Reset it.
10326         * toplev.c (current_function_decl): Define it here.
10327         (current_function_func_begin_label): New variable.
10328         (main): Add both as ggc roots.
10329         * tree.h (current_function_func_begin_label): Declare.
10330
10331 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10332
10333         * gcse.c: Cleanups throughout: mostly white-space, but also
10334         some minor rearrangement of code.
10335
10336 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
10337
10338         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
10339         returns a PARALLEL.  Use emit_group_load and use_group_regs
10340         as needed.
10341         (emit_library_call_value): Similarly.
10342
10343         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
10344         * pa/quadlib.asm: Remove.
10345         * pa/quadlib.c: New file.
10346
10347         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
10348         * configure: Rebuilt.
10349
10350 2000-02-29  Philip Blundell  <pb@futuretv.com>
10351
10352         * config/arm/conix-elf.h: New file.
10353         * configure.in (arm*-*-conix*): New configuration.
10354         * configure: Regenerate.
10355
10356 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
10357
10358         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
10359         don't have TREE_ASM_WRITTEN set.
10360
10361 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10362
10363         * Eliminate DECL_FIELD_SIZE.
10364         * builtins.c (built_in_class_names, built_in_names): New variables.
10365         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
10366         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
10367         DECL_SIZE, not DECL_FIELD_SIZE.
10368         * print-tree.c (print_node): Remove code that prints extra blank
10369         lines in some cases.
10370         Properly handle inline and builtin function cases.
10371         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
10372         * tree.h (built_in_class_named, built_in_names): New declarations.
10373         (union tree_decl): Rename internal unions to u1 and u2 and change
10374         some of their components.
10375         Add new field built_in_class.
10376         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
10377         Reflect above changes.
10378         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
10379         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
10380         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
10381         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
10382
10383 2000-02-28  Dmitri Makarov  <dim@windriver.com>
10384
10385         * extend.texi: Document ARM's support for long/short calls.
10386
10387         * invoke.texi: Document ARM's -mlong-calls command line switch.
10388
10389         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
10390         (arm_encode_call_attribute): Add prototype.
10391         (arm_set_default_type_attribute): Add prototype.
10392         (arm_strip_name_encoding): Add prototype.
10393
10394         * config/arm/arm.c (arm_init_cumulative_args): replace
10395         initialisation og 'long_calls' field with initialisation of
10396         'call_cookie' field.
10397         (enum arm_pragma_enum): New enum.
10398         (arm_pragma_long_calls): New static variable.
10399         (arm_process_pragma): Also process "#pragma long_calls_off".
10400         (arm_valid_type_attribute_p): Accept short_call attribute.
10401         (arm_comp_type_attributes): Check long/short call attributes.
10402         (arm_encode_call_attribute):  New function:  Encode long_call
10403         or short_call attribute in function name.
10404         (arm_set_default_type_attributes): New function: Assign
10405         default attributes to newly defined type.
10406         (current_file_function_operand): New function: Return true if
10407         the symbol is a function which has already been compiled.
10408         (arm_is_longcall_p): New function: Return true if the
10409         indicated function should be called via a long call.
10410         (arm_get_strip_length): New function.  Returns number of
10411         prefix characters to be stripped from a function's name.
10412         (arm_strip_name_encoding): New function.  Strip prefix characters
10413         from a function's name.
10414
10415         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
10416         with 'call_cookie'.
10417         (SHORT_CALL_FAG_CHAR): Define.
10418         (LONG_CALL_FAG_CHAR): Define.
10419         (ENCODED_SHORT_CALL_ATTR_P): Define.
10420         (ENCODED_LONG_CALL_ATTR_P): Define.
10421         (ARM_NAME_ENCODING_LENGTHS): Define.
10422         (STRIP_NAME_ENCODING): Define.
10423         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
10424         (ARM_ENCODE_CALL_TYPE): Define.
10425         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
10426         (ARM_DECLARE_FUNCTION_SIZE): Define.
10427         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
10428
10429         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
10430         if a long call is needed.
10431         (call_value): Ditto.
10432         (call_symbol): Ditto.
10433
10434         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
10435         ARM_DECLARE_FUNCTION_SIZE.
10436
10437         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
10438         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
10439         (ARM_STRIP_NAME_ENCODING): Undefine.
10440         (STRIP_NAME_ENCODING): Undefine.
10441         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
10442         (ASM_DECLARE_FUNCTION_NAME): Ditto.
10443         (ASM_OUTPUT_COMMON): Ditto.
10444         (ASM_DECLARE_OBJECT_NAME): Ditto.
10445
10446         * config/arm/pe.c (arm_dllexport_name_p): Check for
10447         ARM_PE_FLAG_CHAR.
10448         (arm_dllimport_name_p): Ditto.
10449         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
10450         (arm_mark_dllimport): Ditto.
10451
10452 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10453
10454         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
10455
10456 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
10457
10458         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
10459
10460 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
10461
10462         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
10463         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
10464         NO_BUILTIN_WCHAR_TYPE is not defined.
10465         (CPP_WCHAR_TYPE): Delete.
10466         * cccp.c (main): Don't change wchar_type if cplusplus.
10467         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
10468
10469 2000-02-28  Nick Clifton  <nickc@cygnus.com>
10470
10471         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
10472
10473 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
10474
10475         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
10476         (ASM_WEAKEN_LABEL): Define.
10477
10478 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
10479
10480         * expr.c (store_constructor): Do not emit USE.
10481         * rtl.h (stupid_life_analysis): Remove.
10482
10483 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10484
10485         * function.c (number_blocks): Reset next_block_index based on
10486         what debugging format is used, not what is defined.
10487
10488         * lcm.c: Minor reformatting throughout.
10489         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
10490
10491         * toplev.c (rest_of_compilation): Account for time in
10492         optimize_mode_switching.
10493
10494         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
10495         if only marking labels.
10496
10497 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
10498
10499         * calls.c (expand_call): Attempt to combine stack adjustments with
10500         pending stack adjustments.
10501
10502 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10503
10504         * loop.c (reg_in_basic_block_p): Don't abort when falling through
10505         to the end of the function.
10506
10507 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
10508
10509         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
10510         blocks.
10511         * final.c (next_block_index): Remove.
10512         (max_block_depth): Likewise.
10513         (pending_blocks): Likewise.
10514         (init_final): Don't initialize them.
10515         (final_start_function): Don't set next_block_index.  Set up
10516         BLOCK_NUMBER.
10517         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
10518         * function.h (number_blocks): New function.
10519         * function.c (get_block_vector): New function.
10520         (identify_blocks): Use it.
10521         (reorder_blocks): Set NOTE_BLOCK.
10522         (number_blocks): New function.
10523         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
10524         * tree.h (BLOCK_NUMBER): New macro.
10525         (tree_block): Add block_num field.
10526         * dbxout.c (next_block_number): Remove.
10527         (dbxout_init): Don't set it.
10528         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
10529         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
10530         block numbers.
10531         * toplev.c (rest_of_compilation): Always call
10532         find_loop_tree_blocks.  Fix indentation.
10533         * dwarf2out.c (next_block_number): Remove.
10534         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
10535         to determine block numbers.
10536         (gen_inlined_subroutine_die): Likewise.
10537         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
10538         (decls_for_scope): Don't increment next_block_number.
10539         * dwarfout.c (next_block_number): Remove.
10540         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
10541         to determine block numbers.
10542         (output_inlined_subroutine_die): Likewise.
10543         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
10544         (output_decls_for_scope): Don't increment next_block_number.
10545         * sdbout.c (next_block_number): Remove.
10546         (sdbout_block): Use BLOCK_NUMBER.
10547         (sdbout_begin_block): Simplify.
10548         * xcoffout.c (next_block_number): Remove.
10549         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
10550         (xcoffout_begin_block): Don't set next_block_number.
10551         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
10552         next_block_number.
10553
10554 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10555
10556         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
10557         (expand_builtin_strcpy): Pass correct type to size_binop.
10558         (expand_builtin_strcmp): Likewise.
10559         Clean up conditional structure.
10560         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
10561         (complete_array_type): Don't use size_binop for MAXINDEX.
10562         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
10563         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
10564         (c_alignof): Use size_one_node.
10565         (build_unary_op): Pass arg of proper type to size_binop.
10566         (really_start_incremental_init, push_init_level): Use sizetype for
10567         constructor{,_bit,_unfilled}_index.
10568         (pop_init_label, output_init_element): Likewise.
10569         (output_pending_init_elements, process_init_element): Likewise.
10570         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
10571         * expr.c (store_expr): Use size_int.
10572         (store_constructor): Use proper types for size_binop args.
10573         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
10574         (expand_expr_unaligned): Likewise.
10575         (string_contant): Return object of sizetype.
10576         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
10577         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
10578         (ARGS_SIZE_TREE): Pass proper types to size_binop.
10579         * fold-const.c (int_const_binop): Refine when size_int is called.
10580         (fold_convert): Likewise.
10581         (size_int_wide): Rework to take KIND as arg, only take low order
10582         bits, handle new sizetype_tab datatype, and chain entries in
10583         size_table.
10584         (size_int_type_wide): New function.
10585         (size_binop): Validate types of arguments.
10586         (ssize_binop): Deleted.
10587         (size_diffop): New function.
10588         (extract_muldiv): Only fold division into multiplication for sizetypes.
10589         * function.c (assign_parms): Use size_diffop and make sure
10590         VAR field is of ssizetype; also pass proper type to size_binop.
10591         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
10592         (round_down): Deleted from here.
10593         * store-layout.c (sizetype_tab): Now an array.
10594         (sizetype_set, early_root_list): New variables.
10595         (variable_size): Use size_one_node.
10596         (round_up): Pass proper type to size_binop.
10597         (round_down): Moved to here and corrected as above.
10598         (layout_record): Pass proper arg types to size_binop.
10599         (layout_type): Likewise.
10600         If sizetype_set is zero, record the type just laid out.
10601         (make_unsigned_type): Don't call set_sizetype;
10602         (make_signed_type): Likewise; also, call fixup_signed_type.
10603         (initialize_sizetypes): New function.
10604         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
10605         set name of bitsizetype to "bit_size_type".
10606         Fix up type of sizes of all types made before call.
10607         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
10608         * tree.c (fix_sizetype): Deleted.
10609         (build_common_tree_nodes): Call initialize_sizetypes.
10610         (build_common_tree_nodes_2): Don't call fix_sizetype.
10611         * tree.h (TYPE_IS_SIZETYPE): New macro.
10612         (initialize_sizetype): New declaration.
10613         (enum size_type_kind): New type.
10614         (struct sizetype_tab): Deleted.
10615         (sizetype_tab): Now array; adjust sizetype macros.
10616         (size_diffop, size_int_type_wide): New functions.
10617         (size_int_wide): Change number of args and type; access macros changed.
10618         (ssize_int, sbitsize_int): New macros.
10619         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
10620         (ROUND_TYPE_SIZE_UNIT): New macro.
10621
10622 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
10623
10624         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
10625
10626 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10627
10628         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
10629         Mark as possibly unused.
10630
10631         * cse.c (cse_insn): Delete dead code involving tablejump.
10632         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
10633
10634         * Makefile.in (libcpp.a): Start by deleting it.
10635
10636 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10637
10638         * cpplib.h (enum file_change_code): Added rename_file.
10639         * cpplib.c (do_line): If a filename is given, set file_change to
10640         rename_file.
10641         (output_line_command): If file_change is rename_file, always
10642         output a # directive with the file name.
10643
10644         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
10645
10646 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
10647
10648         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
10649         when copying a PARM_DECL or RESULT_DECL.
10650
10651 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10652
10653         * fix-header.c (recognized_function): Also fix prototypes for
10654         functions taking "void".
10655
10656 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
10657
10658         * reload1.c (do_output_reload): Check reg_reloaded_valid before
10659         looking at reg_reloaded_contents.
10660
10661 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
10662
10663         * Makefile.in (STMP_FIXINC): New toggle.
10664         (LIBGCC2_DEPS): Delete all references.
10665         (stmp-headers): Delete target.  All references either deleted
10666         or changed to stmp-int-headers.
10667         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
10668         (LIBCPP_OBJS): Take out cppalloc.o.
10669         (cppalloc.o): Delete target.
10670         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
10671         (gen-protos, fix-header): Link with libiberty.a.
10672         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
10673         to empty.
10674
10675         * configure.in: Remove refs to strerror.
10676         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
10677         * system.h: Take out strerror stanza.
10678
10679         * cpperror.c (my_strerror): Delete function.
10680         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
10681         * cppmain.c (main): Call xmalloc_set_program_name first thing.
10682         * cppalloc.c: Delete file.
10683         * gen-protos.c: Don't provide xrealloc.
10684
10685         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
10686         xstrerror throughout.
10687
10688 2000-02-26  Bruce Korb  <bkorb@gnu.org>
10689
10690         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
10691         match for DOS headers, too.
10692         * fixinc/inclhack.sh,fixincl.x: Regenerate.
10693
10694 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
10695
10696         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
10697         is right for most ELF targets.
10698         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
10699         Let the default file use %U properly.
10700         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
10701         default.
10702
10703         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
10704         numbers.
10705
10706 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10707
10708         * toplev.c (documented_lang_options): Correct spelling error.
10709         (decode_d_option, decode_f_option, main): Likewise.
10710
10711         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
10712
10713         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
10714         to tell assembler it is permitted to expand large constants.
10715
10716 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
10717
10718         * protoize.c: (AUX_INFO_SUFFIX): New macro.
10719         (aux_info_suffix): Use.
10720         (SAVE_SUFFIX): New macro.
10721         (save_suffix): Use.
10722         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
10723         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
10724         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
10725
10726         * invoke.texi (Running Protoize): Update documentation.
10727
10728 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
10729
10730         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
10731
10732 2000-02-25  John Wehle  (john@feith.com)
10733
10734         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
10735
10736 2000-02-25  Anthony Green  <green@cygnus.com>
10737
10738         * toplev.c (rest_of_compilation): Rebuild jump labels if
10739         combine_instructions has created a new direct jump.
10740         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
10741         when appropriate.
10742         (combine_instructions): Call try_combine with new argument.
10743         Return non-null value when new direct jump instruction is created.
10744         * rtl.h: combine_instructions returns an int.
10745
10746 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
10747
10748         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
10749         jump when changing a computed jump into a jump to a known
10750         target.
10751
10752 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
10753
10754         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
10755         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
10756
10757         * i386.md (define_expand "clrstrsi"): Fix typo.
10758
10759 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
10760
10761         * rtl.texi: Fix typo.
10762
10763 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10764
10765         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
10766         UNITS_PER_WORD.  Change caller initial_elimination_offset.
10767         (rounded_frame_size): Take into account that argument pushed has
10768         changed.  Fix TARGET_ALIGN_DOUBLE problem.
10769
10770 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
10771
10772         * haifa-sched.c (schedule_block): Explain the real reason
10773         we delete REG_SAVE_NOTEs on the first insn of a block.
10774         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
10775
10776 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
10777
10778         * input.h (push_srcloc): New function.
10779         (pop_srcloc): Likewise.
10780         * toplev.c (push_srcloc): Define it.
10781         (pop_srcloc): Likewise.
10782
10783 2000-02-24  Richard Henderson  <rth@cygnus.com>
10784
10785         * flow.c (life_analysis): When collecting reg info, clear
10786         regs_ever_live.
10787
10788 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10789
10790         Fix bug exposed by reload.c no longer rounding the frame
10791         size to BIGGEST_ALIGNMENT:
10792         * sh.c (rounded_frame_size): New function.
10793         (sh_expand_prologue, sh_expand_epilogue): Use it.
10794         (initial_elimination_offset): Likewise.
10795
10796 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10797
10798         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
10799         * sh-protos.h (sh_need_epilogue): Declare.
10800         * sh.c (sh_need_epilogue_known): New static variable.
10801         (sh_need_epilogue): New function.
10802         (function_epilogue): Clear need_epilogue_known.
10803         * sh.md (return): Split into expander / insn pattern.
10804         Make the expander conditional on ! sh_need_epilogue ().
10805
10806 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
10807
10808         * machmode.h (get_mode_alignment): Declare.
10809         (GET_MODE_ALIGNMENT): Call it.
10810         * stor-layout.c (get_mode_alignment): New function. Make
10811         sure alignment is always power of 2.
10812
10813 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
10814
10815         * i386.h: Remove useless definition of "I386" and misleading
10816         comment above it.
10817
10818 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
10819
10820         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
10821         under which TREE_PERMANENT will be set.
10822         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
10823         build1): Use TREE_SET_PERMANENT.
10824         * print-tree.c (print_node): Don't report value of
10825         TREE_PERMANENT if ggc_p is true.
10826
10827         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
10828         decide whether to give a type a new alias set.
10829         * objc/objc-act.c (build_objc_string_object): Never copy the string.
10830         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
10831         of value of 'obstack'.
10832
10833
10834 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10835
10836         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
10837
10838 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10839
10840         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
10841         * cpplib.c (cpp_get_token): Produce them.
10842         * cppexp.c (cpp_lex): Handle them.
10843
10844 2000-02-23  Nick Clifton  <nickc@cygnus.com>
10845
10846         * config/arm/arm.c (arm_comp_type_attributes): Simply and
10847         comment tests on type attributes.
10848
10849 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10850
10851         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
10852         conform to documentation.
10853         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
10854         to check for special cases.
10855         * sh-protos.h (sh_loop_align): Declare.
10856         * sh.c (sh_loop_align): Define.
10857
10858 2000-02-22  Andrew Haley  <aph@cygnus.com>
10859
10860         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
10861         (SIZE_TYPE): Is 32 bits when using -mgp32.
10862         (PTRDIFF_TYPE): Ditto.
10863
10864 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10865
10866         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
10867
10868 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
10869
10870         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
10871         BIGGEST_FIELD_ALIGNMENT a constant.
10872
10873 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
10874
10875         * dwarf2out.c (output_line_info): Put the marker for the end of
10876         the line number info at the actual end.
10877         (gen_struct_or_union_type_die): Use decl_function_context
10878         to check for local classes.
10879         * dwarfout.c (output_type): Likewise.
10880
10881 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
10882
10883         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
10884         for arguments with a mode, but no type.
10885         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
10886         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
10887         * pa/long_double.h: New file.
10888         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
10889         both have 128bit wide long doubles.
10890         * configure: Rebuilt.
10891
10892 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10893
10894         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
10895
10896         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
10897         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
10898         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
10899
10900         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
10901
10902         * integrate.c (compare_blocks, find_block): Likewise.
10903
10904         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
10905
10906         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
10907
10908         * stmt.c (stmt_status, set_file_and_line_for_stmt,
10909         expand_asm_operands): Likewise.
10910
10911 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
10912
10913         * predict.c (estimate_probability): Added the pointer heuristic to
10914         the collection of static branch predictors.
10915
10916 2000-02-21  Catherine Moore  <clm@cygnus.com>
10917
10918         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
10919         * invoke.texi (-mfix7000): Document.
10920
10921 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
10922
10923         * diagnostic.c (init_output_buffer): Make it possible to output at
10924         least 32 characters if we're given a too long prefix.
10925
10926 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
10927
10928         * varasm.c (initializer_constant_valid_p): Call
10929         lang_expand_constant to simplify the constant.
10930
10931 2000-02-20  Bruce Korb  <bkorb@gnu.org>
10932
10933         * fixinc/inclhack.def(stdio_va_list):
10934         typedef needs to be disabled.
10935         * fixinc/inclhack.sh: regen
10936         * fixinc/fixincl.x: regen
10937
10938 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
10939
10940         * print-rtl.c (print_rtx): Don't print addresses when
10941         flag_dump_unnumbered.
10942
10943 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10944
10945         * sparc.c (sparc_output_scratch_registers): Mark parameter with
10946         ATTRIBUTE_UNUSED.
10947         (sparc_va_arg, sparc_flat_output_function_prologue,
10948         sparc_flat_output_function_epilogue): Cast value to unsigned in
10949         comparison.
10950         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
10951
10952         * sparc.md: Add default case in switch.
10953
10954 2000-02-19  Richard Henderson  <rth@cygnus.com>
10955
10956         * c-typeck.c (add_pending_init): Don't abort for multiple
10957         fields at the same offset.
10958         (pending_init_member): Test the correct member.
10959
10960 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
10961
10962         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
10963         instead of SImode.
10964         (start_catch_handler) : Same.
10965
10966 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
10967
10968         * Makefile.in: Have flow.o depend on $(EXPR_H)
10969
10970 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10971
10972         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
10973         * c-decl.c (duplicate_decls, finish_enum): Likewise.
10974         (finish_decl): Remove -Wlarger-than code from here.
10975         * flags.h (id_clash_len): Now int.
10976         (larger_than_size): Now HOST_WIDE_INT.
10977         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
10978         Clean up checking to see if in table.
10979         (make_bit_field_ref): Remove extra parm to bitsize_int.
10980         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
10981         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
10982         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
10983         and for computing size of decl.
10984         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
10985         Move -Wlarger-than code to here.
10986         (layout_record): Remove extra arg to bitsize_int.
10987         Set TYPE_BINFO_SIZE_UNIT.
10988         (layout_union): Remove extra arg to bitsize_int.
10989         Use proper type for size of QUAL_UNION.
10990         (layout_type): Remove extra arg to bitsize_int.
10991         * toplev.c (id_clash_len): Now int.
10992         (larger_than_size): Now HOST_WIDE_INT.
10993         (decode_W_option): Clean up id-clash and larger-than- cases.
10994         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
10995         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
10996         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
10997         (struct tree_decl): New field size_unit.
10998         (size_int_wide): No HIGH operand; NUMBER is now signed.
10999         (size_int_2): Deleted.
11000         (size_int, bitsize_int): Don't use it and rework args.
11001         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
11002
11003 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
11004
11005         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
11006
11007 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
11008
11009         * invoke.texi (Warning Options): Add an explanation of why
11010         you might want the -Wfloat-equal flag.
11011
11012 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11013
11014         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
11015         * cppinit.c (new_pending_define): Add cast to avoid warning.
11016         * expmed.c (extract_bit_field): Likewise.
11017         * flow.c (enum reorder_skip_type): New type.
11018         (skip_insns_between_blcok): New it.
11019         Rework to avoid warning about possibly undefined variable.
11020         * function.c (assign_parms): Make thisparm_boundary unsigned.
11021         * genrecog.c (write_switch): Cast XWINT result to int.
11022         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
11023         * mips-tfile.c (init_file): Make two versions of FDR intializer:
11024         one for MIPS and one for Alpha.
11025         (get_tag, copy_object): Add casts to avoid warnings.
11026         * optabs.c (init_one_libfunc): Cast NAME to (char *).
11027         * reload.c (find_reloads): Make TYPE enum reload_type.
11028         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
11029         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
11030         * varasm.c (compare_constant_1): Add cast to avoid warning.
11031         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
11032         to (char *).
11033         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
11034         Cast switch operand of size to int.
11035         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
11036         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
11037         in unhandled case.
11038
11039 2000-02-18  Nick Clifton  <nickc@cygnus.com>
11040
11041         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
11042         anything for an alignment of zero.
11043
11044         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
11045         anything for an alignment of zero.
11046
11047 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
11048
11049         * gcc.texi (Bug Reporting): Refer to bugs.html.
11050         (Bug Lists): Likewise.
11051         * system.h (GCCBUGURL): New preprocessor define.
11052         * rtl.c (fancy_abort): Use it.
11053         * gcc.c (main): Likewise.
11054
11055 2000-02-18  Richard Henderson  <rth@cygnus.com>
11056
11057         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
11058         (life_analysis_1): Subsume into ...
11059         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
11060         Use update_life_info for the relaxation.
11061         (update_life_info): Update REG_BASIC_BLOCK for registers live on
11062         entry and regs_live_at_setjmp.
11063         (set_noop_p): Simplify.
11064         (notice_stack_pointer_modification_1): Renamed from s/_1//.
11065         (record_volatile_insns): Split into ...
11066         (delete_noop_moves): ... here,
11067         (notice_stack_pointer_modification): ... here,
11068         (insn_dead_p): ... and here.
11069         (propagate_block): Don't query INSN_VOLATILE.
11070         (mark_used_regs): Mind !PROP_REG_INFO.
11071         * toplev.c (rest_of_compilation): Call mark_constant_function here,
11072         not in life_analysis.
11073
11074 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
11075
11076         * loop.c (canonicalize_condition): New function,
11077         broken out of get_condition.
11078         (get_condition): Use it.
11079         * expr.h (canonicalize_condition): Prototype it.
11080
11081         * tree.h (tree_int_cst_msb): Declare.
11082         * tree.c (tree_int_cst_msb): New function.
11083
11084 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
11085
11086         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
11087         isn't set.
11088
11089         * invoke.texi (-fmessage-length=n): Document.
11090
11091 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
11092
11093         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
11094
11095 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
11096
11097         * function.c (thread_prologue_and_epilogue_insns): Put a line note
11098         after the prologue.
11099
11100 2000-02-17  Nick Clifton  <nickc@cygnus.com>
11101
11102         * config/arm/thumb.c: Replace includes of system headers with
11103         #include "system.h".
11104
11105 2000-02-16  Richard Henderson  <rth@cygnus.com>
11106
11107         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
11108         Add crtbeginS.o and crtendS.o.
11109         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
11110         (ENDFILE_SPEC): Use crtendS.o.
11111         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
11112
11113         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
11114         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
11115         shared and present.
11116         (__dso_handle): New variable.
11117         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
11118         bias to __CTOR_END__.
11119
11120 2000-02-16  Richard Henderson  <rth@cygnus.com>
11121
11122         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
11123
11124 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11125
11126         * longlong.h (__clz_tab): Declare as static to match definition.
11127
11128 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
11129
11130         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
11131         (XREF_FILE_NAME): Define.
11132
11133         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
11134         (EH_FRAME_SECTION_ASM_OP): Define.
11135         (IDENT_ASM_OP): Define.
11136         (TEXT_SECTION_ASM_OP): Define.
11137         (CPP_SPEC): Define.
11138         (CTORS_SECTION_ASM_OP): Define.
11139         (CTOR_SECTION_FUNCTION): Use it.
11140         (DTORS_SECTION_ASM_OP): Define.
11141         (DTOR_SECTION_FUNCTION): Use it.
11142
11143 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
11144
11145         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
11146         NOTE_BASIC_BLOCK.
11147
11148         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
11149         debug_bb_n): New functions.
11150         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
11151         * basic-block.h: Prototype new functions.
11152
11153 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
11154
11155         * configure.in: Add support for avr target.
11156         * configure: Rebuilt.
11157
11158         * invoke.texi: Add AVR invocation docs.
11159         * install.texi: Add information about AVR.
11160         * md.texi: Add AVR constraint letters description.
11161         * extend.texi: Add description for AVR specific attributes.
11162
11163 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
11164
11165         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
11166
11167 2000-02-16  Nick Clifton  <nickc@cygnus.com>
11168
11169         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
11170         (make_insn_raw): Move RTL check here.
11171
11172 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11173
11174         * version.c: Include gansidecl.h and version.h.
11175
11176         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
11177
11178         * configure.in (gcc_version): When setting, narrow search to
11179         lines containing `version_string'.
11180
11181         * Makefile.in (mainversion): Likewise.
11182         (GCC_H): New variable.
11183         (gcc.h): Delete target.
11184         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
11185         (version.o): Depend on version.h.
11186         (dbxout.o): Don't depend on gcc.h.
11187
11188 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11189                           Michael Meissner  <meissner@cygnus.com>
11190
11191         * md.texi (Simple Constraints): Add item about whitespace.
11192         * genoutput.c (strip_whitespace): New.
11193         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
11194         strip_whitespace for constraints.
11195         Test pointer using NULL, not 0.
11196
11197 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11198
11199         * cpplib.c (do_line): Pedwarn for #line > 32767.
11200
11201         * c-lex.c (readescape): Warn about '\x', but do not reject it.
11202
11203 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
11204
11205         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
11206         to default cpp spec.
11207         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
11208         * cpp.texi: Document __GNUC_PATCHLEVEL__.
11209         * cpp.1: Likewise.
11210
11211         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
11212         default spec.
11213
11214 2000-02-15  Denis Chertykov  <denisc@overta.ru>
11215
11216         * configure.in: Add support for avr target.
11217
11218 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11219
11220         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
11221         (sh_addr_diff_vec_mode): Don't declare.
11222         * sh.c (sh_addr_diff_vec_mode): Delete.
11223
11224 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11225
11226         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
11227
11228 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11229
11230         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
11231         (smulsi3_highpart_i): Name.
11232         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
11233         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
11234         (smulsi3_highpart, umulsi3_highpart): Likewise.
11235
11236         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
11237         correctly independent of endianness.
11238         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
11239         confuse the optimizers.
11240         (mulsidi3+1, umulsidi3+1): New define_split.
11241
11242 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
11243
11244         * config/sh/sh.md: Guard insn splits against illegal registers.
11245         * config/sh/sh.h: Correct comment about macros.
11246
11247 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11248                           Andrew MacLeod  <amacleod@cygnus.com>
11249
11250         * Makefile.in (lcm.o): Depend on insn-attr.h.
11251         * basic-block.h (optimize_mode_switching): Declare.
11252         * lcm.c (tm_p.h, insn-attr.h): #include.
11253         (seginfo, bb_info): New structs.
11254         (antic, transp, comp, delete, insert) : New file-scope static variables.
11255         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
11256         (reg_becomes_live, optimize_mode_switching): Likewise.
11257         * tm.texi: Add description of mode switching macros.
11258         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
11259
11260         * sh-protos.h (remove_dead_before_cse): Remove prototype.
11261         (fldi_ok, fpscr_set_from_mem): New prototypes.
11262         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
11263         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
11264         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
11265         (sh_flag_remove_dead_before_cse): Remove declaration.
11266         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
11267         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
11268         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
11269         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
11270         (barrier_align): Allow for JUMP_INSNS containing a parallel.
11271         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
11272         (fldi_ok): New function.
11273         (get_fpscr_rtx): Add fpscr_rtx as GC root.
11274         (emit_sf_insn): Only generate fpu switches when optimize < 1.
11275         (emit_df_insn): Likewise.
11276         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
11277         (sh_flag_remove_dead_before_cse): Delete.
11278         (get_free_reg, fpscr_set_from_mem): New functions.
11279         * sh.md (movdf, movsf): Remove no_new_pseudos code.
11280         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
11281
11282 2000-02-15  Loren Rittle  <ljrittle@acm.org>
11283
11284         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
11285
11286 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11287
11288         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
11289         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
11290
11291         * cccp.c: Include version.h and/or don't declare `version_string'.
11292         * collect2.c: Likewise.
11293         * alpha.c: Likewise.
11294         * arm/aof.h: Likewise.
11295         * arm/coff.h: Likewise.
11296         * arm/elf.h: Likewise.
11297         * arm/pe.h: Likewise.
11298         * arm/tcoff.h: Likewise.
11299         * arm/telf.h: Likewise.
11300         * arm/tpe.h: Likewise.
11301         * arm/vxarm.h: Likewise.
11302         * convex/convex.c: Likewise.
11303         * i386/dgux.c: Likewise.
11304         * i386/sun386.h: Likewise.
11305         * m88k/m88k.c: Likewise.
11306         * mcore/mcore-pe.h: Likewise.
11307         * mips/mips.h: Likewise.
11308         * romp/romp.h: Likewise.
11309         * sh/sh.c: Likewise.
11310         * cpphash.c: Likewise.
11311         * cppinit.c: Likewise.
11312         * dwarf2out.c: Likewise.
11313         * dwarfout.c: Likewise.
11314         * gcc.c: Likewise.
11315         * gcc.h: Likewise.
11316         * mips-tfile.c: Likewise.
11317         * protoize.c: Likewise.
11318         * toplev.c: Likewise.
11319         * tree.h: Likewise.
11320
11321         * version.c (version_string): Constify a char*.
11322
11323         * version.h: New file.
11324
11325 2000-02-14  Nick Clifton  <nickc@cygnus.com>
11326
11327         * configure.in: Add mcore-elf and mcore-pe targets.
11328         * configure: Regenerate.
11329
11330         * NEWS: Add note that MCore port has been contributed.
11331
11332         * invoke.texi: Document command line switches for MCore port.
11333         * install.texi: Add MCore to list of supported targets.
11334
11335 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
11336
11337         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
11338         then we will need to import the frame handling functions.
11339         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
11340         to import the frames themselves.
11341
11342 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
11343                           Jason Eckhardt  <jle@cygnus.com>
11344
11345         * basic_block.h: Added prototype for reorder_basic_blocks.
11346         * toplev.c: Changes to add -freorder-blocks and graph dump after
11347         block reordering is done.
11348         * flow.c (reorder_block_def): New structure for use during block
11349         reordering.
11350         (REORDER_BLOCK_*): New macros to access members of above structure.
11351         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
11352         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
11353         functions for block reordering.
11354
11355 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11356
11357         * gcc.texi (Passes): Fix typo.
11358         * md.texi (Standard Names): Ditto.
11359         * tm.texi (Storage Layout): Ditto.
11360
11361 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
11362
11363         * cpplib.c (do_define): Only free the old definition if it
11364         actually had one.
11365
11366 2000-02-13   Neil Booth  <NeilB@earthling.net>
11367
11368         * cppfiles.c (read_and_prescan): When emitting deferred
11369         newlines, test speccase[] again instead of checking each
11370         possible whitespace character in turn.  When we encounter \r,
11371         look behind for \n first, then ahead.
11372
11373 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
11374
11375         * cse.c (cse_altered): New internal flag.
11376         (cse_insn): Set it if we changed an insn.
11377         (cse_main): Clear cse_altered before each basic block.
11378         Only garbage collect if cse_altered is true afterward.
11379
11380 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11381
11382         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
11383
11384 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
11385
11386         * combine.c (simplify_comparison): Fix typo.
11387
11388 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
11389
11390         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
11391         consistently.
11392
11393 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11394
11395         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
11396         previously inserted node instead of root node.  Caller changed.
11397
11398 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11399
11400         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
11401
11402 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11403
11404         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
11405         __dereg_frame_dtor): Add prototype argument.
11406
11407         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
11408
11409         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
11410
11411         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
11412
11413         * gthr-vxworks.h (__gthread_once): Likewise.
11414
11415         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
11416
11417 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
11418
11419         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
11420         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
11421         stack pointer in functions w/o saved registers, output LEAVE more often
11422         on TARGET_USE_LEAVE machines.
11423
11424 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
11425
11426         * config/arm/arm.c (arm_init_cumulative_args); New function:
11427         Initlaise the CUMULATIE_ARGS strcuture for a function
11428         defintion.
11429         (arm_function_arg): New function: Determine where to place a
11430         function's argument.  Also handles deciding the function's
11431         call cookie.
11432         (current_file_function_operand): New function: Return true if
11433         the symbol is a function which has already been compiled.
11434         (arm_is_long_call_p): New function: Return true if the
11435         indicated function should be called via a long call.
11436         (arm_valid_type_attribute_p): New function: Return true if the
11437         attribute is a valid, arm specific, attribute.
11438         (arm_comp_type_attribute): New function: Return true if the
11439         two types have compatable, arm specific, attributes.
11440
11441         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
11442         structure.
11443         (FUNCTION_ARG): Redefine to call arm_function_arg.
11444         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
11445         structure field.
11446         (INIT_CUMULATIVE_ARGS): Redefine to call
11447         arm_init_cumulative_args.
11448         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
11449         field.
11450         (SETUP_INCOMING_VARARGS): Redefine to use correct structure
11451         field.
11452         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
11453         functions.
11454         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
11455         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
11456         (COMP_TYPE_ATTRIBUTES): Define.
11457
11458         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
11459         if a long call is needed.
11460         (call_value): Call arm_is_long_call_p to decide if a long call
11461         is needed.
11462         (call_symbol): Call arm_is_long_call_p to decide if a long call
11463         is needed.
11464
11465         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
11466
11467 2000-02-11  Denis Chertykov  <denisc@overta.ru>
11468
11469         * README.AVR: New file with information about the avr ports.
11470         * config/avr: New directory with avr port files.
11471
11472 2000-02-11  Andreas Jaeger  <aj@suse.de>
11473
11474         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
11475
11476 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
11477
11478         * cpphash.c: Fix formatting, update commentary.
11479         (dump_definition): Take three separate arguments instead of a
11480         MACRODEF structure argument.
11481         * cpphash.h: Update prototype of dump_definition.
11482         * cppinit.c (cpp_finish): Update call of dump_definition.
11483
11484         * cpplib.c (do_define): Always create new hash entry with
11485         T_MACRO type.  Remove redundant check for redefinition of
11486         poisoned identifier.  Update call of dump_definition.
11487         (do_undef): Don't call check_macro_name.  Rename sym_length to
11488         len.
11489         (do_error, do_warning): Don't use copy_rest_of_line or
11490         SKIP_WHITE_SPACE.
11491         (do_warning): Don't use pedwarn for the actual warning,
11492         only the notice about its not being in the standard.  (Fixes
11493         bug with #warning in system headers.)
11494         (do_ident): Stricter argument checking - accept only a single
11495         string after #ident.  Also, macro-expand the line.
11496         (do_xifdef): Use cpp_defined.  De-obfuscate.
11497
11498         (do_pragma): Split out specific pragma handling to separate
11499         functions.  Use get_directive_token.  Update commentary.  Do
11500         not pass on #pragma once or #pragma poison to the front end.
11501         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
11502         do_pragma_default): New.
11503
11504 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
11505
11506         * jump.c (jump_optimize_1): The first operand in a relational
11507         can be a CONST_INT.
11508         * optabs.c (emit_conditional_move): Handle relationals which
11509         have a known true/false result.
11510
11511 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
11512
11513         * function.c (thread_prologue_and_epilogue_insns): Don't insert
11514         a RETURN insn into a block which already ends with a jump.
11515
11516 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
11517
11518         * haifa-sched.c (BUF_LEN): Increase a lot.
11519
11520 2000-02-11  Nick Clifton  <nickc@cygnus.com>
11521
11522         * configure.in: Add tm_p_file specification for thumb targets.
11523         * configure: Regenerate.
11524
11525         * config/arm/thumb-protos.h: New file: Prototypes for exported
11526         functions defined in thumb.c.
11527
11528 2000-02-11  Robert Lipe  <robertl@sco.com>
11529
11530         * Makefile.in (bootstrap-lean): Remove additional files.
11531         (bootstrap2-lean): Likewise.
11532         (VOL_FILES): List of files for above.
11533
11534 2000-02-11  Nathan Sidwell  <nathan@acm.org>
11535
11536         * cpphash.c (special_symbol): Remove spurious argument to
11537         cpp_lookup.
11538
11539 2000-02-11  Joel Sherrill (joel@OARcorp.com>
11540
11541         * configure.in: (i*86-*-rtems*): Swapped elf and coff
11542         stanzas.
11543         * configure: Rebuilt.
11544
11545 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
11546
11547         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
11548
11549 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
11550
11551         * pa.c, pa.h: Remove trigraph sequences within comments.
11552
11553 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
11554
11555         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
11556
11557 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
11558
11559         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
11560
11561 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11562
11563         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
11564
11565 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11566
11567         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
11568         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
11569         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
11570         (ASM_FILE_END): Use c4x_file_end.
11571         * config/c4x/c4x.c (c4x_global_label): New function.
11572         (c4x_external_ref, c4x_file_end): Likewise.
11573
11574         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
11575         (c4x_external_ref, c4x_end_file): Likewise.
11576
11577 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
11578
11579         * cppexp.c: Don't include cpphash.h.
11580         (parse_charconst, cpp_lex): Use cpp_defined.
11581         (cpp_lex): Use get_directive_token throughout.  Remove
11582         unnecessary cases from switch.  Move assertion-handling code
11583         down to OTHER case.
11584         (cpp_parse_expr): If we see '+' or '-', check the context to
11585         determine if they are unary or binary operators.  Streamline
11586         the jumps a bit.  Do not call skip_rest_of_line.
11587
11588         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
11589         static.  Export get_directive_token.  Update commentary.
11590         (cpp_defined): New function.
11591         (do_define): Remove reference to T_PCSTRING.  Call
11592         free_definition to release memory for old definition, when
11593         redefining a macro.
11594         (eval_if_expression): Set only_seen_white to 0 before calling
11595         cpp_parse_expr.  Call skip_rest_of_line after it returns.
11596         (cpp_read_check_assertion): Don't preserve a pointer into the
11597         token buffer across a call to cpp_get_token.
11598
11599         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
11600         * cppfiles.c (redundant_include_p): Use cpp_defined.
11601         * cpphash.c (free_definition): New function.
11602         (delete_macro): Use it.  Update commentary.
11603         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
11604         free_definition.
11605         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
11606         from enum node_type.  Prototype cpp_defined and get_directive_token.
11607         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
11608
11609         * fix-header.c (check_macro_names): Use cpp_defined.
11610         (read_scan_file): Set inhibit_warnings and inhibit_errors in
11611         the options structure.
11612
11613 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11614
11615         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
11616
11617 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
11618
11619         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
11620         rather than die->die_tag.
11621
11622 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11623
11624         * combine.c (make_extraction, force_to_mode): Avoid warning on
11625         mixed-signedness conditionals.
11626         (make_field_assignment, nonzero_bits): Likewise.
11627         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
11628         (store_split_bit_field, extract_split_bit_field): Likewise.
11629         (extract_fixed_bit_field, store_bit_field,
11630         * expr.c: Change alignment to be unsigned everywhere.
11631         (move_by_pieces, store_constructor_field, store_constructor):
11632         Alignment parm is unsigned.
11633         (emit_block_move, emit_group_load, emit_group_store): Likewise.
11634         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
11635         (do_compare_rtx_and_jump): Likewise.
11636         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
11637         Compare align with GET_MODE_ALIGNMENT.
11638         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
11639         (get_inner_reference): Likewise.
11640         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
11641         (expand_assignment): Local vars for alignment now unsigned.
11642         (store_constructor, store_field, expand_expr, do_jump): Likewise.
11643         (do_compare_and_jump): Likewise.
11644         (store_field): Call new function expr_align.
11645         * expr.h (emit_block_move, emit_group_load, emit_group_store):
11646         Alignment arg now unsigned.
11647         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
11648         (do_compare_rtx_and_jump, store_bit_field): Likewise.
11649         (extract_bit_field): Likewise.
11650         * fold-const.c (add_double): Add cast to eliminate signedness warning.
11651         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
11652         (get_best_mode): Alignment arg is unsigned.
11653         * rtl.h (move_by_pieces): Likewise.
11654         * store-layout.c (maximum_field_alignment, set_alignment):
11655         Now unsigned.
11656         (layout_decl): Alignment arg is now unsigned.
11657         Remove unneeded casts.
11658         (layout_record, layout_union, layout_type): Remove unneeded casts.
11659         Local alignment variables now unsigned.
11660         (get_best_mode): Alignment arg now unsigned.
11661         * tree.c (expr_align): New function.
11662         * tree.h (expr_align): Likewise.
11663         (maximum_field_alignment, set_alignment): Now unsigned.
11664         (get_inner_reference): Alignment argument is now pointer to unsigned.
11665         * varasm.c (assemble_variable): Add cast to eliminate warning.
11666
11667 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
11668
11669         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
11670         then store directly into op0.
11671
11672         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
11673         the CALL_INSN, and emit the note immediately after it.
11674
11675 2000-02-10  Nick Clifton  <nickc@cygnus.com>
11676
11677         * config/arm/thumb.md (epilogue): Include a (return) in the
11678         generated insn, and emit it using emit_jump_insn not
11679         emit_insn.
11680
11681 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
11682
11683         * function.c (assign_temp): Change zero-sized arrays to size 1.
11684         * integrate.c (expand_inline_function): Do not update
11685         stack_alignment_needed
11686         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
11687         add some sanity checking, remove optimization for function with
11688         zero frame size.
11689
11690 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11691
11692         * flow.c (mark_regs_live_at_end): Delete unused variables.
11693
11694         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
11695
11696         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
11697         in macro FRAME_GROWS_DOWNWARD.
11698
11699         * stmt.c (expand_end_bindings): Delete unused variable.
11700
11701         * unroll.c (iteration_info): Mark parameter `loop' with
11702         ATTRIBUTE_UNUSED.
11703
11704 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11705
11706         * fixinc/server.c (load_data): Return NULL if the marker line is
11707         not found.
11708         (run_shell): If load_data returns NULL, retry the command once, in
11709         a new shell.
11710
11711         * configure: Rebuilt.
11712
11713 2000-02-09  Bruce Korb  <bkorb@gnu.org>
11714
11715         * gcc/fixincludes:  ** DELETED **
11716         * gcc/fixcpp:  ** DELETED **
11717         * gcc/fixinc-nt.sed:  ** DELETED **
11718         * gcc/just-fixinc:  ** DELETED **
11719         * gcc/Makefile.in:  Removed out-dated commentary
11720         * gcc/configure.in: Removed fast-fixincludes disablement.
11721         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
11722
11723 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
11724         * function.c (thread_prologue_and_epilogue_insns): Uncomment
11725         last change.
11726
11727 2000-02-09  Richard Henderson  <rth@cygnus.com>
11728
11729         * jump.c (delete_insn): Don't delete user labels at -O0.
11730
11731 2000-02-09  Robert Lipe  <robertl@sco.com>
11732
11733         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
11734         Don't link with HOST_LIBS.
11735
11736 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
11737
11738         * configure.in: Correct --help text for --with-dwarf2.
11739         Put tm-dwarf2.h after other tm files, if it's requested.
11740         * configure: Regenerate.
11741         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
11742         defining it.
11743
11744 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
11745
11746         * cpplib.h: Provide HASHNODE typedef and forward decl of
11747         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
11748         DEFINITION, struct hashnode, struct macrodef, struct
11749         definition, scan_decls prototype, default defn of
11750         INCLUDE_LEN_FUDGE moved elsewhere.
11751
11752         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
11753         definition, and struct hashnode moved here. Remove the unused
11754         'predefined' field from struct definition.  Replace the 'args'
11755         union with its sole member.  All users updated (cpphash.c).
11756         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
11757         multiple include guard.
11758
11759         * cpphash.c (hashf): Make static; use better algorithm; drop
11760         HASHSIZE parameter; return an unsigned int.
11761         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
11762         used. Calculate HASHSIZE modulus here.
11763         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
11764         here.
11765         (create_definition): Drop PREDEFINITION parameter.
11766         * cpplib.c (do_define): Don't calculate a hash value here.
11767         Don't pass (keyword == NULL) to create_definition.
11768
11769         * scan.h: Prototype scan_decls here.
11770         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
11771         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
11772         callers of cpp_lookup and cpp_install updated.
11773
11774         * cpphash.c (macarg): Hoist all the flag diddling out of the
11775         function...
11776         (macroexpand): ... and out of the loop that calls macarg.
11777         Skip over the initial paren before macro arguments with
11778         cpp_get_non_space_token; point may be some distance before
11779         that paren.  Abort if it's not there.
11780
11781         * cpplib.c (parse_clear_mark): Delete function.
11782         (parse_set_mark, parse_goto_mark): Make static.
11783         (ACTIVE_MARK_P): New macro.
11784         (skip_block_comment, skip_line_comment): Do not bump the line
11785         if ACTIVE_MARK_P is true.
11786         (cpp_pop_buffer): The buffer to be popped may not have an
11787         active mark.
11788         (cpp_get_token): When looking for the initial paren before
11789         macro arguments, only set a mark in a file buffer, Always
11790         return to that mark before proceeding to call macroexpand or
11791         return a NAME token.
11792
11793         * cpplib.h: Remove prototypes of parse_set_mark,
11794         parse_clear_mark, parse_goto_mark.
11795         (struct cpp_options): Rename 'put_out_comments' to
11796         'discard_comments' and invert its sense.
11797         * cppinit.c, cpphash.c, cpplib.c: All users of
11798         put_out_comments changed to use discard_comments, with
11799         opposite sense.
11800
11801 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
11802
11803         * function.c (thread_prologue_and_epilogue_insns): Don't delete
11804         the edge from a block that both jumps and falls through to the
11805         fallthru block.
11806
11807 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
11808
11809         * config/arm/arm.md (movsi): In PIC mode, make sure that a
11810         constant source address is legitimate.
11811
11812 2000-02-09  Philip Blundell  <pb@futuretv.com>
11813
11814         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
11815         correctly.
11816
11817         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
11818         generating PIC.
11819         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
11820
11821 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
11822
11823         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
11824         ends with a newline and a NUL.  Don't be so clever manipulating
11825         strings.
11826
11827 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
11828
11829         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
11830         not to BIGGEST_ALIGNMENT.
11831
11832 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
11833
11834         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
11835         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
11836         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
11837         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
11838         * frame.c (execute_cfa_insn): Handle
11839         DW_CFA_GNU_negative_offset_extended.
11840
11841 2000-02-08  Richard Henderson  <rth@cygnus.com>
11842
11843         * flow.c (tidy_fallthru_edges): Split out from ...
11844         (delete_unreachable_blocks): ... here.
11845         (find_basic_blocks): Use it.
11846
11847 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11848
11849         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
11850
11851 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
11852
11853         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
11854         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
11855         (fix-header.o): Don't depend on cpphash.h.
11856
11857         * scan.c (hashstr): New function.
11858         * scan.h: Prototype it.
11859         * fix-header.c: Don't include cpphash.h.  Use hashstr.
11860         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
11861         hashstr.  Report hash table statistics.  Add private
11862         definition of xrealloc.
11863
11864 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11865
11866         * i386.h (TARGET_SWITCHES): Fix typo in option name.
11867
11868 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
11869
11870         * function.c (thread_prologue_and_epilogue_insns): Don't replace
11871         jumps with returns unless they are jumps to the fallthru block.
11872
11873 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
11874
11875         * i386.md (addqi3_cc): Fix contraints.
11876
11877 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11878
11879         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
11880
11881 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
11882
11883         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
11884         carriage return after a macro name.
11885
11886 2000-02-07  Fred Fish  <fnf@be.com>
11887
11888         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
11889         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
11890
11891 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
11892
11893         * cppfiles.c (deps_output): Count spacers in deps_column.
11894
11895 2000-02-07  Neil Booth  <NeilB@earthling.net>
11896
11897         * cppinit.c (initialize_dependency_output): If there is no
11898         suffix, don't try to look for known suffixes.  Use strrchr.
11899         (cpp_start_read): Remove duplicate initialization.
11900
11901 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
11902
11903         * calls.c (compute_argument_block_size): New argument
11904         preferred_stack_boundary.
11905         (expand_call): update cfun->preferred_stack_boundary, update call of
11906         compute_argument_block_size
11907         (emit_library_call): Increate cfun->preferred_stack_boundary
11908         to PREFERRED_STACK_BOUNDARY
11909         (emit_library_call_value): Likewise.
11910         * explow.c (allocate_dynamic_stack_spave): Likewise.
11911         * function.c (prepare_function_start): Set
11912         cfun->preferred_stack_boundary
11913         * function.h (struct function): Add preferred_stack_boundary field.
11914         * integrate.c (expand_inline_function): Update
11915         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
11916         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
11917         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
11918
11919 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
11920
11921         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
11922         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
11923         cpp_pedwarn, cpp_pedwarn_with_line,
11924         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
11925         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
11926         v_cpp_error_with_line, v_cpp_warning_with_line,
11927         cpp_message_from_errno, cpp_perror_with_name): Delete.
11928
11929         * cpperror.c (cpp_print_containing_files): Take starting
11930         buffer as argument.
11931         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
11932         (v_cpp_message): Now called directly by all entry points.
11933         Remove -1 case.
11934         (cpp_pfatal_with_name, cpp_message): Delete.
11935         (cpp_notice_from_errno, cpp_ice): New functions.
11936         (cpp_notice): Is now for reporting error conditions, just
11937         without an associated file.
11938         (cpp_error, cpp_error_with_line): Don't do anything if
11939         opts->inhibit_errors is on.
11940         (cpp_pedwarn_with_file_and_line): Take column argument also.
11941
11942         * cpplib.h: Update prototypes of exported functions.
11943         (struct cpp_options): Add inhibit_errors.
11944
11945         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
11946         non-error messages.  Include intl.h.
11947
11948         * cppinit.c, cppmain.c: Likewise.  Also, use
11949         cpp_notice_from_errno instead of cpp_perror_with_name or
11950         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
11951
11952         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
11953         report internal errors.
11954
11955         * cpplib.c (do_define): Switch bcopy to memcpy.
11956         Give cpp_pedwarn_with_file_and_line a dummy column argument.
11957
11958         * cpplib.c (copy_rest_of_line): Revert previous change: don't
11959         bail out early if we hit a line comment.
11960
11961 2000-02-06  Richard Henderson  <rth@cygnus.com>
11962
11963         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
11964         * basic-block.h: Declare them.
11965         * emit-rtl.h (active_insn_p): New.
11966         (next_active_insn, prev_active_insn): Use it.
11967         * rtl.h: Declare it.
11968         * function.c (emit_return_into_block): New.
11969         (thread_prologue_and_epilogue_insns): Insert return insns instead
11970         of epilogues when possible.
11971         * jump.c (jump_optimize_1): Remove code to insert a return insn
11972         on the fallthru to the exit block.
11973
11974         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
11975         and for non-empty stack frames.
11976         * i386.md (return): Expand to return-pop as needed.
11977
11978 2000-02-06  Richard Henderson  <rth@cygnus.com>
11979
11980         * simplify-rtx.c (simplify_relational_operation): Canonicalize
11981         constant to op1 for testing.
11982
11983 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11984
11985         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
11986         (fixuns_truncqfqi2): Use it.
11987
11988 2000-02-06  Richard Henderson  <rth@cygnus.com>
11989
11990         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
11991         as a TYPE_LEA insn.
11992
11993         * i386.md (widening and peepholes): Mask the constant instead of
11994         using gen_lowpart.
11995
11996 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
11997
11998         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
11999         input pointer before possibly branching off to the backslash
12000         code.
12001         * cpphash.c (macroexpand): Correctly delete \r escapes when
12002         stringifying parameters.
12003         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
12004         if we can; bail out early if we hit a line comment.
12005         (handle_directive): Treat '# 123' in an .S file just like
12006         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
12007         Return 1 for '# not_a_directive'.
12008         (get_directive_token): Pop macro buffers here, so that
12009         cpp_get_token can't sneakily move past a newline.
12010         Add sanity checks.
12011         (cpp_get_token): goto randomchar if handle_directive returns 0.
12012
12013         * cppalloc.c: Update copyright.
12014         * cpplib.c: Merge all the static function prototypes into one
12015         block.
12016         * cpplib.h: Remove #if 0 block.
12017
12018         * cpperror.c: Remove #ifdef EMACS block.
12019         * cppmain.c: Likewise.
12020         * cpphash.c: Remove #if 0 blocks.
12021         * cppinit.c: Remove #if 0 blocks, and the -lint option.
12022         * cpplib.c: Remove #if 0 blocks and code referencing
12023         pcp_inside_if or for_lint.  Remove duplicate error message.
12024         Fix error messages for #else after #else or #elif.  Reformat.
12025         Remove archaic TODO list.
12026         * cpplib.h: Remove pcp_inside_if and for_lint flags.
12027
12028 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
12029
12030         * i386/osf1elf.h: Add missing backslash to multiline string.
12031
12032 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12033
12034         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
12035
12036 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12037
12038         * Makefile.in (c-common.o): Depend on $(EXPR_H).
12039
12040         * c-common.c: Include expr.h.
12041
12042         * c-pragma.c (mark_align_stack): Add prototype.
12043
12044         * caller-save.c (add_stored_regs): Likewise.
12045
12046         * combine.c (record_promoted_value): Likewise.
12047
12048         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
12049         Likewise.
12050
12051         * cppinit.c (new_pending_define): Likewise.
12052
12053         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
12054
12055         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
12056         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
12057         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
12058         class_scope_p): Likewise.
12059
12060         * dwarf2out.h (dwarf2out_set_demangle_name_func,
12061         dwarf2out_add_library_unit_info): Likewise.
12062
12063         * ggc.h (ggc_page_print_statistics): Likewise.
12064
12065         * haifa-sched.c (propagate_deps): Likewise.
12066
12067         * reg-stack.c (next_flags_user, record_label_references): Likewise.
12068
12069         * rtl.h (set_stack_check_libfunc): Likewise.
12070
12071         * toplev.h (set_fatal_function): Likewise.
12072
12073         * toplev.c (set_fatal_function): Delete prototype.
12074
12075         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
12076
12077 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
12078
12079         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
12080         (FUNC_END): Likewise.
12081
12082 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12083
12084         * caller-save.c: Include tm_p.h.
12085
12086 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12087
12088         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
12089
12090 2000-02-04  Neil Booth  <NeilB@earthling.net>
12091
12092         * cccp.c (main): Check 'dir' for a NULL pointer before passing
12093         it to strcmp.
12094
12095 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
12096
12097         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
12098         * genflags.c: Use the max_operand_1 logic from genemit.c to
12099         calculate how many arguments gen_insn prototypes have.  Remove
12100         NO_MD_PROTOTYPES ifdefs from the generated file.
12101         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
12102         file.  Cast gen_insn initializers to insn_gen_fn.
12103         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
12104         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
12105
12106 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12107
12108         * fixinc/Makefile.in (HDR): Add machname.h.
12109         (clean): Likewise.
12110
12111 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12112
12113         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
12114         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
12115         (c4x_cpu_version): Ditto.
12116         * config/c4x/c4x-protos.h: ... here.
12117
12118 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
12119
12120         * dwarf2out.c (add_abstract_origin_attribute): Don't call
12121         gen_abstract_function on our context if we're a nested function.
12122
12123 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12124
12125         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
12126         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
12127
12128 2000-02-04  Bruce Korb  <bkorb@gnu.org>
12129
12130         * fixinc/genfixes(machname.h):
12131         Move the functionality from gen-machine.h into this file.
12132         UNdef MN_NAME_PAT if there are no names to change.
12133         Also, be a little kinder when AutoGen is not present.
12134
12135         * fixinc/Makefile.in(machname.h):
12136         Change the generation rule to use genfixes.
12137
12138         * fixinc/fixfixes.c(machine_name):
12139         machine_name_fix's functionality now dependent upon whether
12140         MN_NAME_PAT is defined.
12141
12142         * fixinc/fixtests.c(machine_name):
12143         ditto.
12144
12145         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
12146         of MN_NAME_PAT.
12147
12148         * fixinc/fixlib.h(mn_get_regexps):
12149         ditto
12150
12151         * fixinc/gen-machine.h: DELETED
12152
12153 2000-02-04  Jan Hubicka  <jh@suse.cz>
12154             Richard Henderson  <rth@cygnus.com>
12155
12156         * i386.c (SAVE_REGS_FIRST): Remove.
12157         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
12158         (ix86_compute_frame_size): Likewise.
12159         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
12160         (ix86_emit_restore_regs): Remove.
12161         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
12162         when a frame pointer is in use.
12163         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
12164         instead of pop to restore a register when profitable; emit leave
12165         when profitable.
12166         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
12167         as a TYPE_LEA insn.
12168         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
12169         * i386.md (prologue_allocate_stack): Remove.
12170         (epilogue_deallocate_stack): Remove.
12171         (pro_epilogue_adjust_stack): New.
12172
12173 2000-02-04  Richard Henderson  <rth@cygnus.com>
12174
12175         * function.c (diddle_return_value): Rework to use a callback function.
12176         Use current_function_return_rtx if it's been set up.
12177         (do_clobber_return_reg, clobber_return_register): New.
12178         (do_use_return_reg, use_return_register): New.
12179         (expand_function_end): Use them.
12180         * stmt.c (expand_null_return): Likewise.
12181         * function.h: Declare them.
12182         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
12183         (mark_reg): Change arguments as appropriate for callback.
12184         * integrate.c (expand_inline_function): Revert 19 Jan change.
12185
12186 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12187
12188         * tm.texi (Values in Registers): Fix typo: "fo" "for".
12189         (Misc): Say the scheduler, not the Haifa scheduler.
12190
12191 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
12192
12193         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
12194         when in_mem is set.  Update all callers.
12195
12196 2000-02-04  Richard Henderson  <rth@cygnus.com>
12197
12198         * i386/openbsd.h (INT_ASM_OP): Define.
12199
12200 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12201
12202         * tm.texi: Fix various typos.
12203
12204 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
12205
12206         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
12207         (MD_STARTFILE_PREFIX_1): New macro.
12208
12209 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
12210
12211         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
12212         destination when needed.
12213         (strmovsi, strsetsi): New expander.
12214         (strmovsi_1, strsetsi_1): New pattern.
12215         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
12216         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
12217         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
12218         * invoke.texi (align-stringops, inline-all-stringops): Document.
12219
12220 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
12221
12222         * i386/netbsd.h (INT_ASM_OP): Define.
12223
12224 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
12225
12226         * cpplib.h (cpp_reader): Add new flag, no_directives.
12227         * cpphash.c (macarg): Set it.
12228         * cpplib.c (handle_directive): If no_directives is on and we
12229         find a directive, issue an error and discard the line.
12230
12231 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
12232
12233         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
12234         FP constants.  Add ! TARGET_FPU check for FP constants.
12235
12236 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
12237
12238         * flow.c (find_basic_blocks): Don't kill label_value_list
12239         here.
12240         (cleanup_cfg): Kill it here.
12241
12242 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12243
12244         * expr.c (store_field): Ensure ALIGN is no stricter than the
12245         alignment of EXP.
12246
12247 2000-02-02  Richard Henderson  <rth@cygnus.com>
12248
12249         * jump.c (delete_insn): Partially revert 19 Jan change;
12250         don't convert unused code labels to notes at -O0.
12251
12252 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12253
12254         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
12255         split_all_insns to recreate REG_LABEL notes for flow2 pass.
12256
12257 2000-02-01  Richard Henderson  <rth@cygnus.com>
12258
12259         * i386.c (general_no_elim_operand): New.
12260         (nonmemory_no_elim_operand): New.
12261         (ix86_expand_move): Copy eliminable operands before a push.
12262         * i386-protos.h: Declare new functions.
12263         * i386.h (CAN_ELIMINATE): Simplify.
12264         (PREDICATE_CODES): Update.
12265         * i386.md (push insns): Don't allow eliminable register operands.
12266
12267 2000-02-01  Richard Henderson  <rth@cygnus.com>
12268
12269         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
12270         replace BLKmode with DECL_RTL's mode.
12271
12272 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
12273
12274         * frame.c (find_fde): Convert for loop to do-while so compiler
12275         sees it's always executed at least once.
12276         * libgcc2.c (BBINBUFSIZE): Kill.
12277         (__bb_init_prg): Use fgets.
12278         (__bb_exit_trace_func): Don't paste strings.
12279         * unroll.c (unroll_loop): Initialize unroll_type, not
12280         unroll_number, and tweak logic to match.
12281
12282         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
12283         all failure paths.
12284         (ix86_flags_dependant): Likewise.  Disentangle control flow.
12285         (ix86_sched_reorder): Break guts out to
12286         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
12287         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
12288         any possible use.
12289
12290         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
12291         use string concatenation.  Don't save and restore esi.
12292
12293         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
12294         (machname.h): Remove script to separate file.  Use two-step
12295         sequence so target is not created if script fails.
12296         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
12297         identifiers are defined.
12298         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
12299         an empty string, machine_name doesn't need to do anything at
12300         all.
12301         (is_cxx_header): Add more cases to regexp.
12302         * fixinc/fixlib.h: Update prototype.
12303         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
12304         mn_get_regexps.
12305         * fixinc/fixincl.c: Define NO_BOGOSITY.
12306
12307         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
12308         (hp_sysfile): Add missing comma.
12309         (math_exception): Put the wrapper ifdefs at the beginning and
12310         the end of the file.
12311         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
12312
12313 2000-02-01  Richard Henderson  <rth@cygnus.com>
12314
12315         * sparc.c (fp_zero_operand): Turn into a normal predicate.
12316         Use CONST0_RTX.  Update all callers.
12317         * sparc.h, sparc-protos.h: Update accordingly.
12318         * sparc.md (fp mov insns): Use fp_zero_operand directly
12319         where applicable.
12320
12321 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12322
12323         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
12324         example.
12325
12326 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12327
12328         * Makefile.in (specs.ready): New target.
12329         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
12330
12331 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12332
12333         * fixinc.irix: Use unique filenames for writing into /tmp,
12334         * fixinc.ptx: Likewise.
12335         * fixinc.sco: Likewise.
12336         * fixinc.svr4: Likewise.
12337         * fixinc.winnt: Likewise.
12338
12339 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12340
12341         * tsystem.h: New file.
12342
12343         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
12344         s-crtS): Depend on tsystem.h.
12345
12346         * crtstuff.c: Include tsystem.h.
12347         * frame.c: Likewise.
12348         * libgcc2.c: Likewise.
12349
12350 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
12351
12352         * builtins.c (expand_builtin_memset): Expand for variable sized
12353         lengths too.
12354
12355 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au>
12356
12357         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
12358         on ABI.
12359
12360 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12361
12362         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
12363
12364         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
12365
12366 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
12367
12368         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
12369         case 3->2 combining (combining with splitting) in which 2 is CC0
12370         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
12371         checked at the begining of the function with the aid of calling
12372         function 'can_combine_p'.
12373
12374 2000-01-31  Dave Brolley  <brolley@redhat.com>
12375
12376         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
12377
12378 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
12379
12380         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
12381         new label.
12382
12383 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12384
12385         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
12386
12387         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
12388         PROTO -> PARAMS.
12389
12390 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
12391
12392         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
12393         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
12394         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
12395         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
12396         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
12397         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
12398         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
12399         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
12400         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
12401         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
12402
12403         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
12404         Add %(cpp_cpu) to CPP_SPEC.
12405
12406         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
12407         Add %(cc1_cpu) to CC1_SPEC.
12408
12409 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
12410
12411         * c-decl.c (c_decode_option): Accept optional numeric argument to
12412         -Wformat and set warn_format.
12413         * c-common.c: Don't emit warning about non-constant printf format
12414         string unless warn_format > 1.
12415
12416 2000-01-30  Richard Henderson  <rth@cygnus.com>
12417
12418         * alpha.md (return_internal): Allow after reload only.
12419
12420 2000-01-30  Richard Henderson  <rth@cygnus.com>
12421
12422         * i386.c (ix86_compute_frame_size): Omit padding1 if the
12423         local frame size is zero.
12424
12425 2000-01-30  Richard Henderson  <rth@cygnus.com>
12426
12427         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
12428         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
12429         * alpha.md (return): Turn into an expander.
12430         (return_internal): Don't use $26.
12431         (epilogue): Emit the return insn.
12432
12433 2000-01-30  Richard Henderson  <rth@cygnus.com>
12434
12435         * alpha.md (negtf2, abstf2): Fix word order thinko.
12436         (extendsftf2): New.
12437         (trunctfsf2): Avoid intermediate rounding errors.
12438
12439 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
12440
12441         * cppfiles.c (find_position): Drop 'colp' argument, return the
12442         new line base.
12443         (read_and_prescan): Adjust to match.  Don't ever manipulate
12444         line or line_base except via find_position.
12445
12446 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
12447
12448         * c-parse.in: Apply Ulrich's changes from c-parse.y.
12449         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
12450         Regenerate.
12451
12452 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
12453
12454         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
12455         just print "<command line>".  If 'filename' is null or an
12456         empty string, print "<stdin>" for the filename.
12457         * cpplib.c (do_define): Don't print the 'location of the
12458         previous definition' message if we're still parsing the
12459         command line.
12460         (cpp_pedwarn_with_file_and_line): Always call
12461         cpp_file_line_for_message.
12462
12463 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
12464
12465         * flow.c (mark_regs_live_at_end): Fix typo.
12466
12467 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
12468
12469         * c-common.c: Adjust variable names, comments, help strings to c99.
12470         * c-lex.c: Likewise.
12471         * c-parse.y: Likewise.
12472         * c-tree.h: Likewise.
12473         * cccp.c: Likewise.
12474         * cpplib.h: Likewise.
12475         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
12476         * cppinit.c: Likewise.
12477
12478 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12479
12480         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
12481         * c4x.c: Define the optab rtx values.
12482         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
12483         (c4x_emit_libcall): Use new optab rtx values.
12484         (c4x_emit_libcall3): Likewise.
12485         (c4x_emit_libcall_mulhi): Likewise.
12486         * c4x-protos.h: Add prototypes for optab rtx values and change
12487         prototypes for above c4x_emit_libcall functions.
12488
12489 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12490
12491         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
12492         syntax is used.
12493         (c4x_function_prologue): Use regnames intead of float_reg_names when
12494         TI syntax is used.
12495         (c4x_function_epilogue): Likewise.
12496         (c4x_print_operand): Likewise.
12497         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
12498         * c4x.md (set_high): Disable for TARGET_TI.
12499
12500 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12501
12502         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
12503         of framepointer + constant to ADDR_REGS class.
12504         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
12505         * c4x.c (std_or_reg_operand): New function.
12506         * c4x-protos.h (std_or_reg_operand): Prototype it.
12507
12508 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12509
12510         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
12511                 object names as libgcc2.c.
12512         * libgcc.S: Use newly defined names.
12513
12514 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
12515         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
12516         function.
12517         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
12518         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
12519         (FLOW_LOOP_LAST_BLOCK): Likewise.
12520
12521 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12522
12523         * basic-block.h (struct loop): New fields 'first' and 'last'.
12524         * flow.c (flow_loops_find): Compute loop->first and loop->last.
12525         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
12526         and loop->last to check for NOTE_INSN_LOOP_END.
12527
12528 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
12529
12530         * predict.c (estimate_probability): Use the new FIRST and LAST fields
12531         of the loop descriptor rather than HEADER and LATCH. Also added
12532         missing break statements as well making some coding style modifications
12533         as suggested by Michael Hayes.
12534
12535 2000-01-28  Richard Henderson  <rth@cygnus.com>
12536
12537         * flow.c (find_basic_blocks): Remove do_cleanup argument.
12538         Break out that code ...
12539         (cleanup_cfg): ... here.
12540         (commit_one_edge_insertion): Detect a return instruction being
12541         emitted to an edge.  Emit a barrier following; clear fallthru.
12542         (commit_edge_insertions): Verify CFG consistency.
12543         * function.c (expand_function_start): Kill unused variable.
12544         (expand_function_end): Likewise.
12545         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
12546         to insert the epilogue.
12547
12548         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
12549         (delete_null_pointer_checks): Likewise.
12550         * output.h: Likewise.
12551         * reg-stack.c (reg_to_stack): Likewise.
12552         * toplev.c (rest_of_compilation): Likewise.  Run
12553         thread_prologue_and_epilogue_insns after rebuilding the CFG.
12554
12555 2000-01-28  Richard Henderson  <rth@cygnus.com>
12556
12557         * Makefile.in (flow.o): Revert 24 Jan change.
12558         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
12559         FUNCTION_VALUE result to DECL_RESULT's mode.
12560
12561         * haifa-sched.c (schedule_insns): Don't recompute reg info
12562         after reload.
12563
12564 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
12565
12566         * configure.in: Make --enable-cpplib the default.
12567         * configure: Regenerate.
12568         * gcc.dg/990119-1.c: No longer expected to fail.
12569
12570 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
12571
12572         * jump.c (jump_optimize_1): Delete an optimization that is also done
12573         by merge_blocks in flow.
12574
12575 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12576
12577         * diagnostic.c (build_message_string, output_printf,
12578         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
12579         (build_location_prefix): Fix non-literal format string.
12580
12581 2000-01-27  Richard Henderson  <rth@cygnus.com>
12582
12583         * alpha.md (trunctfsf2): New.
12584
12585 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
12586
12587         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
12588
12589 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
12590
12591         * cppinit.c (cpp_handle_option): Recognize C++ comments under
12592         -std=gnu89.
12593         * cpplib.c (skip_block_comment, skip_line_comment): Split code
12594         out of...
12595         (skip_comment) ... here.  Permit C++ comments in system
12596         headers always.  Warn about C++ comments in user code under
12597         -std=gnu89 -pedantic.
12598         (copy_comment): Use skip_comment.
12599         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
12600         return EOF.
12601         (consider_directive_while_skipping, do_else, do_endif): Call
12602         validate_else unconditionally.
12603         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
12604         text after the conditional in a system header.
12605         * cpplib.h (struct cpp_buffer): Add flag
12606         warned_cplusplus_comments.
12607
12608 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
12609
12610         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
12611         Use unshare_all_rtl_1.
12612         (unshare_all_rtl_again): New function.
12613         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
12614
12615         * function.c (purge_addressof_1): Use unshare_all_rtl_again
12616         rather than resetting the 'used' flags ourself.
12617
12618         * toplev.c (rest_of_compilation): Add current_function_decl
12619         to the unshare_all_rtl call.
12620         * tree.h: Prototype unshare_all_rtl.
12621         * rtl.h: Prototype unshare_all_rtl_again here.
12622
12623 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
12624
12625         * genoutput.c (output_prologue): Include ggc.h in generated
12626         files.
12627         * Makefile.in (insn-output.o): Depends on ggc.h.
12628
12629 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
12630             Hans-Peter Nilsson  <hp@bitrange.com>
12631
12632         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
12633         Remove redundant include of xm-ns32k.h.
12634         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
12635         Remove redundant include of xm-ns32k.h.
12636         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
12637         Remove redundant include of xm-ns32k.h.
12638         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
12639
12640         * ns32k/ns32k.h: Update comment on multiply-add instructions.
12641         (TARGET_SWITCHES): Add documentation strings.
12642         (DWARF_FRAME_REGNUM): Override default definition.
12643         (REG_CLASS_CONTENTS): Add comments.
12644         (SUBSET_P): Format to reduce line length.
12645         (SMALL_REGISTER_CLASSES): Make a run time option.
12646         (GO_IF_NONINDEXED_ADDRESS): Reformat.
12647         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
12648         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
12649         (regclass_map): fix typo in comment.
12650         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
12651         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
12652         (trace, reg_or_mem_operand): Delete, unused function.
12653         (calc_address_cost): Small offsets are cheaper than large ones.
12654         (expand_block_move): Generate more efficient code when bytes is a
12655         known at compile time.
12656         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
12657         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
12658         instead of reg_or_mem_operand.
12659
12660         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
12661         not general_operand.  Similarly use "=rm" or stricter, not "=g".
12662         For input operands, use stricter constraints than "g" if not
12663         general_operand.  Similarly use stricter predicate than
12664         "general_operand" when stricter constraints than "g" are present,
12665         except for matching constraints.
12666         (movstrsi): Use "memory_operand" for operands 0 and 1.
12667         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
12668         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
12669         not reg_or_mem_operand.
12670         (udivmoddisi4): Ditto.
12671         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
12672         Use nonimmediate_operand for operand 3, not register_operand.
12673         (udivmoddiqi4_internal): Use register_operand for operand 1, not
12674         reg_or_mem_operand.
12675
12676 2000-01-27  Fred Fish  <fnf@be.com>
12677
12678         * gthr-posix.h: Fix typo; compatibily -> compatibility.
12679         * gthr-single.h: Likewise.
12680         * gthr-solaris.h: Likewise.
12681         * gthr-vxworks.h: Likewise.
12682         * gthr-win32.h: Likewise.
12683         * gthr.h: Likewise.
12684
12685 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
12686
12687         * cppinit.c: Add " (cpplib)" to end of string printed by
12688         -v / --version.
12689
12690 2000-01-27  Richard Henderson  <rth@cygnus.com>
12691
12692         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
12693         testing for a signed comparison.
12694         (alpha_emit_floatuns): New.
12695         * alpha-protos.h: Declare it.
12696         * alpha.md (floatunsdisf2, floatunsdidf2): New.
12697         (extendsfdf2): Tidy.
12698
12699 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
12700
12701         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
12702         no -g option specifying debugging format, default to -gstabs+.
12703
12704 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
12705
12706         * calls.c (special_function_p): New argument fork_or_exec.
12707         (expand_call): When profile_arc_flag is set and the function
12708         is in the fork_or_exec group, call __bb_fork_func first.
12709         * libgcc2.c, _bb module (__bb_fork_func): New function.
12710         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
12711         output file.
12712         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
12713         * tree.h (special_function_p): Update prototype.
12714
12715 2000-01-26  Richard Henderson  <rth@cygnus.com>
12716
12717         * alpha.c (alpha_split_tfmode_pair): New.
12718         * alpha-protos.h: Declare it.
12719         * alpha.md (abstf2, negtf2): New.
12720         (movtf insn): Add input G constraint.
12721         (movtf splitter): Use alpha_split_tfmode_pair.
12722
12723 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12724
12725         * i386/cygwin.h: PROTO -> PARAMS.
12726
12727 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
12728
12729         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
12730         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
12731         using _Qp_cmp/_Q_cmp and testing the return value.
12732         (print_operand): Call reverse_condition_maybe_unordered if
12733         we are handling CCFPmode or CCFPEmode.
12734         Handle ORDERED, UN* and LTGT comparisons.
12735         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
12736         if not TARGET_HARD_QUAD.
12737         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
12738         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
12739         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
12740         Adjust gen_b* calls so that they reflect return comparison of
12741         sparc_emit_float_lib_cmp.
12742
12743 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12744
12745         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
12746         incoming operands array is large enough for one more operand.
12747         (alpha_emit_xfloating_arith): Likewise.
12748
12749 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
12750
12751         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
12752         file with one line and no trailing newline.
12753         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
12754         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
12755         checking if the match is on the line.
12756         * fixinc/gnu-regex.c: Provide regerror not __regerror.
12757
12758 2000-01-25  Richard Henderson  <rth@cygnus.com>
12759
12760         * sparc.c (output_cbranch): Fix accidental squashing of the
12761         fp branch pre-delay nop.
12762
12763 2000-01-25  Richard Henderson  <rth@cygnus.com>
12764
12765         * tree.def (UNNE_EXPR): Remove.
12766         * c-typeck.c (build_binary_op): Don't handle it.
12767         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
12768
12769         * rtl.def (UNNE): Remove.
12770         (LTGT): Add.
12771         * jump.c (reverse_condition): Update accordingly.
12772         (swap_condition): Likewise.
12773         (comparison_dominates_p): Handle unordered comparisons.
12774         (reverse_condition_maybe_unordered): New.
12775         * rtl.h (reverse_condition_maybe_unordered): Declare.
12776
12777         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
12778         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
12779         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
12780         * sparc.md (bltgt): New.
12781
12782 2000-01-25  Nick Clifton  <nickc@redhat.com>
12783
12784         * emit-rtl.c (emit_insn): Only check machine class insns for
12785         improper emission of a RETURN.
12786
12787 2000-01-25  Richard Henderson  <rth@cygnus.com>
12788
12789         * Makefile.in (flow.o): Depend on $(EXPR_H).
12790         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
12791         duplicate the structure of diddle_return_value for keeping regs live.
12792
12793 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12794
12795         * loop.c (current_loop_info): Delete.
12796         (consec_sets_invariant_p): Add loop argument, update callers.
12797         (get_condition_for_loop): Likewise.
12798         (count_nonfixed_reads, update_giv_derive): Likewise.
12799         (simplify_giv_expr, general_induction_var): Likewise.
12800         (consec_sets_giv, recombine_givs): Likewise.
12801         (move_movables): Delete loop_start and loop_end arguments,
12802         add loop argument, and update callers.
12803         (find_mem_givs, check_final_value): Likewise.
12804         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
12805         (loop_invariant_p): Rename from invariant_p, add loop argument, and
12806         update callers.
12807         (basic_induction_var): Add loop argument, delete loop_level argument,
12808         and update callers.
12809         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
12810         add loop argument, and update callers.
12811         (find_splittable_regs, find_splittable_givs): Likewise.
12812         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
12813         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
12814         (biv_total_increment): Delete loop_start and loop_end arguments;
12815         update callers.
12816         (precondition_loop_p): Delete loop_start and loop_info arguments;
12817         update callers.
12818         * loop.h (get_condition_for_loop): Add loop argument.
12819         (biv_total_increment): Delete loop_start and loop_end arguments.
12820         (precondition_loop_p): Delete loop_start and loop_info arguments;
12821         add loop argument.
12822         (final_biv_value): Delete loop_start and loop_end arguments;
12823         add loop argument.
12824         (final_giv_value, back_branch_in_range_p): Likewise.
12825
12826 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
12827
12828         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
12829
12830 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
12831
12832         * Makefile.in (c-gperf.h) : Change the "See" pointer to
12833         point to the new "generated_files" doc.
12834
12835 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
12836
12837         * config/fp-bit.c (_unord_f2): Fix typo.
12838
12839 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
12840
12841         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
12842         c-typeck.c, objc/objc-act.c: Remove all references to obstack
12843         functions obsoleted by GC, such as push_obstacks_nochange,
12844         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
12845         and code which existed only to decide whether or not to call
12846         them.  Remove now-unused NESTED argument from start_function;
12847         all callers changed.  Do not change behavior based on ggc_p.
12848         The use of the ixp_obstack in c-iterate.c and the util_obstack
12849         in objc/objc-act.c remain; these are not obsoleted by garbage
12850         collection.
12851         * c-tree.h: Update prototype for start_function.
12852
12853         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
12854
12855 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
12856
12857         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
12858         mips16.
12859
12860 2000-01-25  Richard Henderson  <rth@cygnus.com>
12861
12862         * sparc-protos.h (select_cc_mode): Declare.
12863         * sparc.c (select_cc_mode): New.  Handle unordered compares.
12864         (output_cbranch): Always reverse via code change.  Handle
12865         unordered compares.  Factor tests and string updates.
12866         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
12867         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
12868         * sparc.md (bunordered, bordered): New.
12869         (bungt, bunlt, buneq, bunge, bunle): New.
12870
12871 2000-01-25  Richard Henderson  <rth@cygnus.com>
12872
12873         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
12874         * ggc-common.c (ggc_add_rtx_varray_root): New.
12875         (ggc_mark_rtx_varray): New.
12876         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
12877         functions down below ggc_mark_foo.
12878         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
12879
12880 2000-01-25  Richard Henderson  <rth@cygnus.com>
12881
12882         * alpha.c (secondary_reload_class): Don't allocate a secondary
12883         for integral mode memories into FLOAT_REGS.  Rearrange the more
12884         complicated memory expression inward.
12885
12886 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
12887
12888         * inclhack.def: Fixes to play nicer with FreeBSD, and
12889         corrections to comments.
12890         (cxx_unready): Add select expression.
12891         (irix_sockaddr): Add bypass expression.
12892         (machine_ansi_h_va_list): New fix.
12893         (stdio_va_list): No need to edit _BSD_VA_LIST_.
12894         Split out addition of "#include <stdarg.h>" to...
12895         (stdio_stdarg_h): ... here.
12896         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
12897         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
12898         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
12899         size_t.
12900         (ultrix_ifdef): Tighten up select expression.
12901
12902         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
12903         re_ct and max_mach to avoid use of shell.  Make printed names
12904         match names in inclhack.def.  Use static copyright date.
12905         Don't count c_test and test expressions as requiring regex_t
12906         slots.  Add some commentary.
12907         * inclhack.tpl: Do not include the 'This script contains N
12908         fixup scripts' line if PROGRAM is defined.  Use static
12909         copyright date.
12910
12911 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
12912
12913         * dwarf2out.c: include "varray.h", not dyn-string.h.
12914         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
12915         (addr_const_to_string, addr_to_string): Lose.
12916         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
12917         (struct dw_val_struct): val_addr is now an rtx.
12918         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
12919         (used_rtx_varray): New varray.
12920         (dwarf2out_init): Initialize it.
12921         (save_rtx): New fn.
12922         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
12923         addr_to_string.
12924         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
12925         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
12926         * Makefile.in (dwarf2out.o): Update dependencies.
12927
12928 2000-01-24  Richard Henderson  <rth@cygnus.com>
12929
12930         * i386.c (i386_dwarf_output_addr_const): New.
12931         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
12932
12933         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
12934         if defined.
12935         * dwarfout.c (output_mem_loc_descriptor): Likewise.
12936         * i386.c (i386_simplify_dwarf_addr): New.
12937         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
12938
12939 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
12940
12941         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
12942         TYPE_STUB_DECL is NULL.
12943
12944 2000-01-24  Richard Henderson  <rth@cygnus.com>
12945
12946         * builtins.c (expand_tree_builtin): Move ...
12947         * c-common.c (expand_tree_builtin): ... here.
12948
12949 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12950
12951         * loop.h (LOOP_INFO): New accessor macro.
12952         * basic-block.h (struct loop): Rename field `info' to `aux'.
12953         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
12954         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
12955         * unroll.c (loop_iterations, unroll_loop): Likewise.
12956
12957 2000-01-24  Christopher Faylor <cgf@cygnus.com>
12958
12959         * config/i386/t-cygwin: Accomodate new winsup directory layout
12960         when searching for include files.
12961
12962 2000-01-24  Richard Henderson  <rth@cygnus.com>
12963
12964         * rtl.def: Add unordered fp comparisions.
12965         * tree.def: Likewise.
12966         * tree.h: Add ISO C 9x unordered fp comparision builtins.
12967
12968         * builtins.c (expand_tree_builtin): New function.
12969         * c-typeck.c (build_function_call): Use it.
12970         (build_binary_op): Support unordered compares.
12971         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
12972
12973         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
12974         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
12975         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
12976         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
12977         * jump.c (reverse_condition): Don't abort for UNLE etc, but
12978         return UNKNOWN.
12979         (swap_condition): Handle unordered compares.
12980         (thread_jumps): Check can_reverse before reversing.
12981         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
12982         reversed for FP.
12983
12984         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
12985         setcc is present before acking for cmp_optab.  Update all callers.
12986         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
12987         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
12988         * expr.c (expand_expr): Likewise.  Support unordered compares.
12989         (do_jump, do_store_flag): Likewise.
12990         * expr.h (enum libfunc_index): Add unordered compares.
12991
12992         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
12993         (DPBIT_FUNCS): Add _unord_df.
12994         * config/fp-bit.c (_unord_f2): New.
12995         * fp-test.c (main): Try unordered compare builtins.
12996
12997         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
12998         * alpha.c (alpha_comparison_operator): Check mode properly.
12999         (alpha_swapped_comparison_operator): Likewise.
13000         (signed_comparison_operator): Likewise.
13001         (alpha_fp_comparison_operator): New.
13002         (alpha_emit_conditional_branch): Handle unordered compares.
13003         * alpha.h (PREDICATE_CODES): Update.
13004         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
13005         (bunordered, bordered): New.
13006
13007 2000-01-24  Richard Henderson  <rth@cygnus.com>
13008
13009         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
13010         * alpha.md (movtf): New expander, insn, and splitter.
13011
13012 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
13013
13014         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
13015         dead registers.
13016
13017 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
13018
13019         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
13020         (FIXED_REGISTERS, CALL_USED_REGISTERS,
13021          REG_ALLOC_ORDER): Add frame pointer
13022         (FRAME_POINTER_REGNUM): Set to 20
13023         (HARD_FRAME_POINTER_REGNUM): New macro.
13024         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
13025         to HARD_FRAME_POINTER.
13026         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
13027         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
13028         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
13029         (HI_REGISTER_NAMES): Add "frame".
13030         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
13031         (debug_reg): Handle FRAME_POINTER_REGNUM.
13032         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
13033         GENERAL_REGS and INDEX_REGS.
13034         * i386.c (SAVED_REGS_FIRST): new macro.
13035         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
13036         (ix86_decompose_address, memory_address_length): Likewise.
13037         (regclass_map): Add frame pointer.
13038         (call_insn_operand): Handle frame_pointer_rtx.
13039         (reg_no_sp_operand): Likewise.
13040         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
13041         (print_operand, legitimize_pic_address): Fix formating.
13042         (ix86_compute_frame_size): Make static, update prototype, new
13043         parameters padding1, padding2, use ix86_nsaved_regs, use
13044         stack_alignment_needed.
13045         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
13046         to HARD_FRAME_POINTER_REGNUM conversions.
13047         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
13048         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
13049         (print_reg): Abort on FRAME_POINTER_REGNUM
13050
13051 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
13052
13053         * i386.h (PREDICATE_CODES): Add aligned_operand.
13054         * i386.c (aligned_operand): New function.
13055         (ix86_aligned_p): Kill.
13056         * i386.md (movhi_1): Emit mov for aligned operands.
13057         (promoting peep2s): Use aligned_operand.
13058
13059 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
13060
13061         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
13062         expression to allow underscores in macro names.
13063         (fix_char_macro_defines): Increment scanning pointer.
13064
13065 2000-01-23  Richard Henderson  <rth@cygnus.com>
13066
13067         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
13068         * alpha/osf5.h: New file.
13069         * configure.in (alpha-*-osf5): Add it to tm_file.
13070
13071         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
13072
13073         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
13074         (alpha_emit_xfloating_cvt, function_arg): Declare.
13075         * alpha.c (alpha_emit_conditional_branch): Call
13076         alpha_emit_xfloating_compare for TFmode compares.
13077         (alpha_lookup_xfloating_lib_func): New.
13078         (alpha_compute_xfloating_mode_arg): New.
13079         (alpha_emit_xfloating_libcall): New.
13080         (alpha_emit_xfloating_arith): New.
13081         (alpha_emit_xfloating_compare): New.
13082         (alpha_emit_xfloating_cvt): New.
13083         (print_operand): Add default abort case.
13084         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
13085         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
13086         (BIGGEST_ALIGNMENT): Increase to 128 bits.
13087         (RETURN_IN_MEMORY): True for TF/TCmode.
13088         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
13089         (FUNCTION_ARG): Move to function_arg.
13090         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
13091         (ASM_OUTPUT_LONG_DOUBLE): New.
13092         (ASM_OUTPUT_DOUBLE): Always output bits.
13093         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
13094         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
13095         (extenddftf2, trunctfdf2): New.
13096
13097 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13098
13099         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
13100         * config/sparc/sol2.h: ... here.
13101
13102 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13103
13104         * basic-block.h (struct loops): New field `levels'.
13105         * flow.c (flow_loops_level_compute): Traverse all outer loops.
13106         (flow_loop_level_compute): Initialise level to 1.
13107         (flow_loops_find): Set loops->levels.
13108         (flow_loops_dump): Print loops->levels.
13109
13110 2000-01-23  Richard Henderson  <rth@cygnus.com>
13111
13112         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
13113         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
13114
13115 2000-01-23  Richard Henderson  <rth@cygnus.com>
13116
13117         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
13118         * i386.h (DBX_REGISTER_NUMBER): Use them.
13119         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
13120         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
13121         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
13122         * i386/sequent.h: Kill incorrect comment.
13123
13124 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
13125
13126         * ggc-page.c (struct page_entry): Make `context_depth' an
13127         `unsigned short'.
13128         (struct globals): Likewise.
13129
13130 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
13131
13132         * loop.c (check_dbra_loop): When checking a loop for
13133         reversability, check the source of any stores to ensure
13134         they don't depend on an initial value.
13135
13136 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13137
13138         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
13139
13140 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
13141
13142         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
13143         'pz_scan' into scope of entire function.  Only affects
13144         compiles with -DDEBUG.
13145
13146 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
13147
13148         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
13149         section naming to that prior to 2000-01-07 patch.
13150         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
13151         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
13152         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
13153         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
13154         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
13155
13156 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
13157
13158         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
13159         constant.
13160
13161 2000-01-21  Jim Wilson  <wilson@cygnus.com>
13162
13163         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
13164         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
13165
13166 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
13167
13168         * cpphash.c (change_newlines): Delete function.
13169         (struct argdata): Delete 'newlines' and 'use_count' fields.
13170         (macroexpand): Remove code referencing those fields.
13171
13172 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13173
13174         * loop.c (loops_info): New variable.
13175         (loop_optimize): Allocate loops->array and free it on exit.
13176         Allocate memory for loops_info and assign to each loop,
13177         replacing alloca.
13178         (find_and_verify_loops): Do not allocate loops->array.
13179
13180 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
13181
13182         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
13183
13184 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
13185
13186         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
13187         pseudos if expanded after first flow.
13188         (movdi_pic_label_ref): Likewise.
13189
13190 2000-01-20  Richard Henderson  <rth@cygnus.com>
13191
13192         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
13193
13194 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
13195
13196         * Makefile.in (fixinc.sh): Depend on specs.
13197         * fixinc/Makefile.in: Add rule to create machname.h.
13198         (fixlib.o): Depend on machname.h.
13199         * fixinc/fixtests.c (machine_name): New test.
13200         * fixinc/fixfixes.c (machine_name): New fix.
13201         * fixinc/fixlib.c (mn_get_regexps): New helper function for
13202         the machine_name test and fix.
13203         * fixinc/fixlib.h: Prototype it.
13204         * fixinc/inclhack.def (machine_name): Use the C test and fix.
13205         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
13206
13207         * gcc.c (do_spec_1) [case P]: Take care not to create
13208         identifiers with three leading or trailing underscores.
13209
13210         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
13211         (fixincl): Don't specify libraries twice on link line.
13212         (gnu-regex.o): Remove special rule.
13213         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
13214         defined by config.h.  Do not define _REGEX_RE_COMP.
13215         (regcomp): Allocate and initialize a fastmap.
13216         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
13217
13218 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
13219
13220         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
13221
13222 2000-01-19  Richard Henderson  <rth@cygnus.com>
13223
13224         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
13225         arguments with BB.  Update all callers.  Tidy line wrapping.
13226
13227 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
13228
13229         * emit-rtl.c (try_split): Return last_insn if we split the
13230         last_insn.
13231
13232 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
13233
13234         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
13235         (ix86_initial_elimination_offset): Declare.
13236         * i386.c (ix86_nsaved_regs): Break out from ...
13237         (ix86_can_use_return_insn_p): ... here.
13238         (ix86_emit_save_regs): Break out from ...
13239         (ix86_expand_prologue): ... here.
13240         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
13241         out from ...
13242         (ix86_expand_epilogue): ... here.
13243         (ix86_compute_frame_size): Make static, add prototype.
13244         (ix86_initial_elimination_offset): Break out from ...
13245         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
13246
13247 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13248
13249         * recog.h (OUT_FCN): Delete.
13250
13251         * vax.md: Call `get_insn_template' instead of OUT_FCN.
13252
13253 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13254
13255         * cppalloc.c: PROTO -> PARAMS.
13256         * cpperror.c: Likewise.
13257         * cppfiles.c: Likewise.
13258         * cpplib.c: Likewise.
13259         * cpplib.h: Likewise.
13260
13261         * config/arm/arm-protos.h: PROTO -> PARAMS.
13262         * config/arm/arm.c: Likewise.
13263         * config/c4x/c4x.c: Likewise.
13264         * config/fr30/fr30-protos.h: Likewise.
13265         * config/nextstep.c: Likewise.
13266         * config/pa/pa.c: Likewise.
13267         * config/pj/pj.c: Likewise.
13268         * config/rs6000/rs6000.c: Likewise.
13269         * config/v850/v850-protos.h: Likewise.
13270         * config/v850/v850.c: Likewise.
13271
13272 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13273
13274         * i370-protos.h: New file.
13275
13276         * i370.c: Include tm_p.h.  Fix compile time warnings.
13277
13278         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
13279         warnings.
13280
13281         * i370.md: Likewise.
13282
13283 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13284
13285         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
13286         (target_isinf, target_isnan, eisnan): Mark parameter with
13287         ATTRIBUTE_UNUSED.
13288         (eiisinf): Wrap in INFINITY.
13289         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
13290         (ibmtoe): Remove unused variable `rndsav'.
13291
13292 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13293
13294         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
13295         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
13296
13297 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
13298
13299         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
13300         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
13301         (fix_char_macro_defines, fix_char_macro_uses): New functions.
13302
13303         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
13304         Recognize Emacs mode markers also.
13305         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
13306         C++ comments in C++ headers.  Call is_cxx_header only if
13307         necessary.
13308
13309         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
13310         bypass for ncurses.
13311         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
13312         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
13313         ... these, which use the new C fixes.
13314         (math_exception): Escape literal '+' in bypass expression.
13315
13316         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
13317         Regenerate.
13318
13319 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
13320
13321         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
13322         inside the MEM.
13323
13324 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13325
13326         * loop.c (loop_optimize): Allocate loop_info structure for each loop
13327         prior to calling scan_loop.
13328
13329 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13330
13331         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
13332         (split_branches, calc_live_regs): Likewise.
13333
13334 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13335
13336         * sh.md (fpu_single, fp_mode): New attributes.
13337
13338 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13339
13340         * loop.c (current_loop_info): Renamed from loop_info_data
13341         and changed to a pointer.
13342         (loop_optimize): Allocate loop_info structure for each loop
13343         and initialise to zero.
13344         (scan_loop): Set current_loop_info.
13345
13346         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
13347         on iteration_var.
13348
13349 2000-01-19  Richard Henderson  <rth@cygnus.com>
13350
13351         * stupid.c: Die die die.
13352         * Makefile.in (OBJS): Remove stupid.o.
13353         (stupid.o): Likewise.
13354
13355         * except.c (emit_eh_context): Don't emit USEs for stupid.
13356         * explow.c (probe_stack_range): Likewise.
13357         * flags.h (obey_regdecls): Remove.
13358         * flow.c (find_basic_blocks): Don't run try_merge_blocks
13359         when not optimizing.
13360         (life_analysis): Limit data collection when not optimizing.
13361         (mark_regs_live_at_end): Always mark the return value registers.
13362         (mark_used_regs): Remove dummy RETURN case.
13363         (print_rtl_with_bb): Don't consult obey_regdecls.
13364         * function.c (use_variable, use_variable_after): Remove.
13365         (assign_parms): Consult optimize not obey_regdecls.
13366         (expand_function_start): Don't emit USEs for stupid.
13367         (expand_function_end): Likewise.
13368         * global.c (build_insn_chain): Export.
13369         * integrate.c (expand_inline_function): Kill return-value USE
13370         handling code.
13371         * jump.c (jump_optimize_1): Do simple jump optimizations and
13372         dead code elimination.
13373         (calculate_can_reach_end): Remove check_deleted argument.
13374         (delete_insn): Patch out insns even when not optimizing.
13375         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
13376         * rtl.h (use_variable, use_variable_after): Remove declarations.
13377         (build_insn_chain): Declare.
13378         * stmt.c (expand_value_return): Don't emit USEs for stupid.
13379         (expand_end_bindings): Likewise.
13380         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
13381         * toplev.c (obey_regdecls): Remove.
13382         (rest_of_compilation): Don't set it.  Kill stupid in favour of
13383         flow1, local-alloc, and reload.
13384         (main): Don't set obey_regdecls.
13385
13386         * config/nextstep.c (handle_pragma): Likewise.
13387
13388         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
13389
13390         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
13391
13392 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13393
13394         * alpha-protos.h: PROTO -> PARAMS.
13395         * alpha.c: Likewise.
13396         * elf.h: Likewise.
13397         * h8300.c: Likewise.
13398         * i386-protos.h: Likewise.
13399         * i386.c: Likewise.
13400         * m32r-protos.h: Likewise.
13401         * m32r.c: Likewise.
13402         * mips.c: Likewise.
13403         * mips.md: Likewise.
13404         * gmon-sol2.c: Likewise.
13405         * sparc.c: Likewise.
13406
13407 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13408
13409         * ns32k-protos.h: New file.
13410
13411         * ns32k.c: Fix compile time warnings.
13412
13413         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
13414         warnings.
13415
13416         * ns32k.md: Likewise.
13417
13418 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13419
13420         * vax-protos.h: New file.
13421
13422         * vax.c: Fix compile time warnings.
13423
13424         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
13425         warnings.
13426
13427         * vax.md: Likewise.
13428
13429         * vaxv.md: Likewise.
13430
13431 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13432
13433         * romp-protos.h: New file.
13434
13435         * romp.c: Fix compile time warnings.
13436
13437         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
13438         warnings.
13439
13440         * romp.md: Likewise.
13441
13442 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13443
13444         * we32k-protos.h: New file.
13445
13446         * we32k.c: Fix compile time warnings.
13447
13448         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
13449         warnings.
13450
13451 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13452
13453         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
13454
13455         * except.c (eh_regs): Likewise.
13456
13457         * final.c (output_operand): Likewise.
13458
13459         * fold-const.c (target_isinf, target_isnan): Likewise.
13460
13461 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
13462
13463         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
13464         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
13465
13466         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
13467         when optimize_size.
13468         (clrstrsi): Rewrite.
13469         (strsethi, strsetqi): New expanders.
13470         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
13471         (cmpstrsi): Emit compare insn before cmpstrsi_1
13472         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
13473         (strlensi_1): Likewise.
13474         (cmpstrsi_1): Likewise; do not output compare.
13475         (strlen expander): Do not unroll when optimizing for size.
13476         (*subsi3_carry): Rename to subsi3_carry
13477         (addqi3_cc): New pattern.
13478         * i386.h (processor_costs): Add move_ratio field.
13479         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
13480         * i386.c (*_cost): Set move_ratio.
13481         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
13482         (x86_expand_strlensi_1): Rewrite the main loop.
13483
13484 2000-01-17  Richard Henderson  <rth@cygnus.com>
13485
13486         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
13487         * cse.c (find_comparison_args, fold_rtx): Likewise.
13488         * integrate.c (subst_constants): Likewise.
13489         * loop.c (get_condition): Likewise.
13490
13491         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
13492
13493         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
13494
13495 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13496
13497         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
13498         (RESTORE_WARN_FLAGS): Unpack it.
13499         Change semantic type of extension to ttype.
13500         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
13501         * c-parse.y, c-parse.c, objc/objc-parse.y,
13502         objc/objc-parse.c: Regenerate.
13503
13504 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
13505
13506         * fixinc/fixlib.c: Add copyright notice.
13507         (compile_re): New function.
13508         * fixinc/fixlib.h: Prototype compile_re.
13509
13510         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
13511         Use compile_re to compile regular expressions.
13512
13513         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
13514         where the pattern matched.
13515
13516         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
13517         use 'replace'.
13518         (ultrix_ansi_compat): Likewise.
13519         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
13520         add egrep test.
13521         (interactv_add2, interactv_add3): Delete.
13522         (x11_sprintf): Don't use filename glob.
13523         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
13524         Regenerate.
13525
13526 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13527
13528         * print-rtl.c: PROTO -> PARAMS.
13529         * real.c: Likewise.
13530         * reg-stack.c: Likewise.
13531         * resource.c: Likewise.
13532         * sdbout.h: Likewise.
13533         * simplify-rtx.c: Likewise.
13534         * stor-layout.c: Likewise.
13535         * stupid.c: Likewise.
13536         * xcoffout.c: Likewise.
13537         * xcoffout.h: Likewise.
13538
13539 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13540
13541         * toplev.c: PROTO -> PARAMS.
13542         * toplev.h: Likewise.
13543         * tree.c: Likewise.
13544         * tree.h: Likewise.
13545         * unroll.c: Likewise.
13546         * varasm.c: Likewise.
13547         * varray.c: Likewise.
13548         * varray.h: Likewise.
13549
13550 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13551
13552         * reload.c: PROTO -> PARAMS.
13553         * reload.h: Likewise.
13554         * reload1.c: Likewise.
13555         * reorg.c: Likewise.
13556         * resource.h: Likewise.
13557         * rtl.c: Likewise.
13558         * rtl.h: Likewise.
13559         * rtlanal.c: Likewise.
13560         * sbitmap.h: Likewise.
13561         * sdbout.c: Likewise.
13562         * stack.h: Likewise.
13563         * stmt.c: Likewise.
13564         * system.h: Likewise.
13565
13566 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13567
13568         * machmode.h: PROTO -> PARAMS.
13569         * mbchar.h: Likewise.
13570         * mips-tdump.c: Likewise.
13571         * mips-tfile.c: Likewise.
13572         * optabs.c: Likewise.
13573         * output.h: Likewise.
13574         * prefix.c: Likewise.
13575         * profile.c: Likewise.
13576         * protoize.c: Likewise.
13577         * real.h: Likewise.
13578         * recog.c: Likewise.
13579         * recog.h: Likewise.
13580         * regclass.c: Likewise.
13581         * regmove.c: Likewise.
13582         * regs.h: Likewise.
13583
13584 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13585
13586         * ggc-common.c: PROTO -> PARAMS.
13587         * ggc-page.c: Likewise.
13588         * ggc-simple.c: Likewise.
13589         * ggc.h: Likewise.
13590         * global.c: Likewise.
13591         * graph.c: Likewise.
13592         * gthr-win32.h: Likewise.
13593         * haifa-sched.c: Likewise.
13594         * halfpic.h: Likewise.
13595         * integrate.c: Likewise.
13596         * integrate.h: Likewise.
13597         * jump.c: Likewise.
13598         * lcm.c: Likewise.
13599         * local-alloc.c: Likewise.
13600         * loop.c: Likewise.
13601         * loop.h: Likewise.
13602
13603 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13604
13605         * genattr.c: PROTO -> PARAMS.
13606         * genattrtab.c: Likewise.
13607         * gencheck.c: Likewise.
13608         * gencodes.c: Likewise.
13609         * genconfig.c: Likewise.
13610         * genemit.c: Likewise.
13611         * genextract.c: Likewise.
13612         * genflags.c: Likewise.
13613         * gengenrtl.c: Likewise.
13614         * genopinit.c: Likewise.
13615         * genoutput.c: Likewise.
13616         * genpeep.c: Likewise.
13617         * genrecog.c: Likewise.
13618
13619 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
13620
13621         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
13622
13623 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13624
13625         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
13626         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
13627         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
13628         * configure, config.in: Rebuilt.
13629
13630 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
13631
13632         * config/i386/i386.md: Add peephole to merge successive stack
13633         adjusts.
13634
13635 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
13636
13637         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
13638         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
13639         when walking backwards to find all the parameter loads when
13640         the basic block ends in a call.
13641
13642 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13643
13644         * loop.c (this_loop_info): Delete.
13645         (uid_loop): Add in place of uid_loop_num.  All uses updated.
13646         (loop_number_exit_count): Delete and replace with entry in loop
13647         structure.  All uses updated.
13648         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
13649         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
13650         (loop_outer_loop): Likewise.
13651         (loop_invalid, loop_number_exit_labels): Likewise.
13652         (loop_used_count_register): Delete and replace with entry in
13653         loop_info structure.
13654         (find_and_verify_loops): Add loops argument.
13655         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
13656         loop_end, etc. arguments with loop structure pointer.  All callers
13657         changed.
13658         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
13659         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
13660         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
13661         (insert_bct): Likewise.
13662         (basic_induction_var): New argument level.
13663         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
13664         vtop, and cont.  Add used_count_register.
13665         (uid_loop): Delete declaration.
13666         (loop_number_exit_count): Likewise.
13667         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
13668         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
13669         (loop_outer_loop, loop_used_count_register): Likewise.
13670         (loop_invalid, loop_number_exit_labels): Likewise.
13671         (unroll_loop): Replace loop_start and loop_end arguments
13672         with loop structure pointer.
13673         (loop_precondition_p, loop_iterations): Likewise.
13674         Include basic-block.h.
13675         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
13676         with loop structure pointer.
13677         (loop_precondition_p, loop_iterations): Likewise.
13678         * basic-block.h (struct loop): New entries vtop, cont,
13679         cont_dominator, start, end, top, scan_start, exit_labels,
13680         exit_count.
13681         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
13682
13683 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13684
13685         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
13686
13687 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
13688
13689         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
13690
13691 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13692
13693         * pdp11-protos.h: New file.
13694
13695         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
13696         time warnings.
13697
13698         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
13699         warnings.
13700
13701         * pdp11.md: Likewise.
13702
13703         * 2bsd.h: Likewise.
13704
13705 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13706
13707         * mn10300-protos.h: New file.
13708
13709         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
13710         time warnings.
13711
13712         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
13713         warnings.
13714
13715         * mn10300.md: Likewise.
13716
13717 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13718
13719         * mn10200-protos.h: New file.
13720
13721         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
13722         time warnings.
13723
13724         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
13725         warnings.
13726
13727         * mn10200.md: Likewise.
13728
13729 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13730
13731         * h8300-protos.h: New file.
13732
13733         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
13734         time warnings.
13735
13736         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
13737         warnings.
13738
13739         * h8300.md: Likewise.
13740
13741 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13742
13743         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
13744         (asm_emit_uninitialised): Likewise.
13745
13746 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
13747
13748         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
13749         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
13750
13751 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
13752
13753         * config/mips/mips.c (override_options): Don't turn on extra
13754         alignment for mips16.
13755
13756 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
13757
13758         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
13759         eabi, and make sure queued POSTINCREMENT rtl is emitted at
13760         the right point.
13761
13762 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
13763
13764         * builtins.c (PAD_VARARGS_DOWN): Define.
13765         (std_expand_builtin_va_arg): Use the above macro.
13766         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
13767         * tm.texi (Register Arguments): Document the above macro.
13768
13769 2000-01-14  Nick Clifton  <nickc@cygnus.com>
13770
13771         * emit-rtl.c (emit_insn): If checking is enabled, make sure
13772         that this function has not been used to emit a jump
13773         instruction.
13774
13775         * jump.c (return_jump_1): Cope with being passed a null rtx.
13776
13777 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13778
13779         * eh-common.h: PROTO -> PARAMS.
13780         * emit-rtl.c: Likewise.
13781         * errors.c: Likewise.
13782         * errors.h: Likewise.
13783         * except.c: Likewise.
13784         * except.h: Likewise.
13785         * explow.c: Likewise.
13786         * expmed.c: Likewise.
13787         * expr.c: Likewise.
13788         * expr.h: Likewise.
13789         * final.c: Likewise.
13790         * fix-header.c: Likewise.
13791         * flow.c: Likewise.
13792         * fold-const.c: Likewise.
13793         * function.c: Likewise.
13794         * function.h: Likewise.
13795         * gcc.c: Likewise.
13796         * gcov-io.h: Likewise.
13797         * gcov.c: Likewise.
13798         * gcse.c: Likewise.
13799
13800 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13801
13802         * sh-protos.h: New file.
13803
13804         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
13805         Add static prototypes.  Fix compile time warnings.
13806
13807         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
13808         * sh.md: Likewise.
13809         * elf.h: Likewise.
13810
13811 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13812
13813         * arc-protos.h: New file.
13814
13815         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
13816         time warnings.
13817
13818         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
13819         warnings.
13820
13821         * arc.md: Likewise.
13822
13823 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13824
13825         * dsp16xx-protos.h: New file.
13826
13827         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
13828         time warnings.
13829
13830         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
13831         warnings.
13832
13833         * dsp16xx.md: Likewise.
13834
13835 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13836
13837         * convex-protos.h: New file.
13838
13839         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
13840         time warnings.
13841
13842         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
13843         warnings.
13844
13845 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13846
13847         * elxsi-protos.h: New file.
13848
13849         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
13850         time warnings.
13851
13852         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
13853         warnings.
13854
13855         * elxsi.md: Likewise.
13856
13857 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
13858
13859         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
13860         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
13861         match the comment for MIPS16.
13862
13863 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
13864
13865         * flow.c (split_edge): Do not call set_block_for_insn if we
13866         do not have a basic_block_for_insn structure.
13867
13868         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
13869         and destination functions are 32bit aligned within the trampoline.
13870         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
13871         (TRAMPOLINE_ALIGNMENT): Define.
13872
13873         * cse.c (cse_insn): When changing (set (pc) (reg)) to
13874         (set (pc) (label_ref)), verify the change creates a valid insn.
13875
13876         * fr30.c (call_operand): Tighten and rework to match rules for
13877         call RTL expressions.
13878         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
13879         * fr30.md (call patterns): Improve constraints.
13880
13881 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
13882
13883         * fr30.c (fr30_expand_epilogue): Revert last change.
13884         Use emit_jump_insn for the return insn.
13885
13886 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
13887                           Stan Cox  <scox@cygnus.com>
13888
13889         * predict.c: New file. Preliminary infrastructure work for static
13890         branch prediction and basic block reordering.
13891         * basic-block.h: Add prototype for estimate_probability.
13892         * Makefile.in: Add rules for predict.o.
13893
13894 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
13895
13896         * fixincludes (va_list): Use __not_va_list__ for the dummy.
13897         * fixinc/*: Likewise.
13898
13899 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13900
13901         * cccp.c: PROTO -> PARAMS.
13902         * cexp.y: Likewise.
13903         * collect2.c: Likewise.
13904         * combine.c: Likewise.
13905         * convert.h: Likewise.
13906         * cse.c: Likewise.
13907         * dbxout.c: Likewise.
13908         * dbxout.h: Likewise.
13909         * diagnostic.c: Likewise.
13910         * doprint.c: Likewise.
13911         * dwarf2out.c: Likewise.
13912         * dwarf2out.h: Likewise.
13913         * dwarfout.c: Likewise.
13914         * dwarfout.h: Likewise.
13915         * dyn-string.h: Likewise.
13916
13917 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13918
13919         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
13920         macro conditionals guarding use.
13921
13922         * dwarf2out.c: Include "tm_p.h".
13923
13924         * function.c (locate_and_pad_parm): Mark parameter with
13925         ATTRIBUTE_UNUSED.
13926         (expand_function_end): Likewise for variable `context'.
13927
13928         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
13929
13930 2000-01-13  Nick Clifton  <nickc@cygnus.com>
13931
13932         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
13933         register to prevent compile time warnings.
13934
13935 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
13936
13937         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
13938         to avoid -Wtraditional warning.
13939
13940 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13941
13942         * 1750a-protos.h: New file.
13943
13944         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
13945         time warnings.
13946
13947         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
13948         warnings.
13949
13950         * 1750a.md: Likewise.
13951
13952 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13953
13954         * a29k-protos.h: New file.
13955
13956         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
13957         time warnings.
13958
13959         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
13960         warnings.
13961
13962 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13963
13964         * clipper-protos.h: New file.
13965
13966         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
13967         time warnings.
13968
13969         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
13970         warnings.
13971
13972 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13973
13974         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
13975
13976 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
13977
13978         * configure.in (--enable-new-gxx-abi): New option.
13979         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
13980         * Makefile.in (GXX_ABI_FLAG): New variable.
13981         * configure: Regenerate.
13982
13983 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13984
13985         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
13986         * tm.texi (FORCE_STRUCT_BLK): Document.
13987         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
13988
13989 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
13990
13991         * config/ns32k/ns32k.md: Revert Jan 9 change.
13992
13993         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
13994         to a mode-test, if the predicate is address_operand.
13995
13996 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
13997
13998         * combine.c (if_then_else_cond): Be careful about what kinds
13999         of RTL expressions are passed to operand_subword.
14000
14001         * flow.c (split_edge): If we have to insert a new jump, make
14002         sure to associate it with a basic block.
14003
14004         * flow.c (commit_one_edge_insertion): A block with one successor
14005         can end in a JUMP_INSN that is not a simplejump.
14006
14007 2000-01-12  Robert Lipe  <robertl@sco.com>
14008
14009         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
14010         (BUILD_VA_LIST_TYPE): Define.
14011         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
14012         with crtstuff.c.
14013
14014 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
14015
14016         * cccp.c (do_pragma): Add cast to (char *).
14017
14018 2000-01-12  Richard Henderson  <rth@cygnus.com>
14019             Fred Fish  <fnf@be.com>
14020             Jason Merrill  <jason@cygnus.com>
14021
14022         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
14023         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
14024         * i386/beos-elf.h, i386/beos-pe.h: New files.
14025
14026         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
14027         * cross-make (SYSTEM_HEADER_DIR): Define using
14028         CROSS_SYSTEM_HEADER_DIR.
14029
14030         * gcc.c (LIBRARY_PATH_ENV): Provide default.
14031         (process_command): Use it.
14032         (main): Likewise.  Kill trailing = from env vars.
14033         (build_search_list): Put it back.
14034         * collect2.c (main): Use LIBRARY_PATH_ENV.
14035
14036         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
14037         * toplev.c: Use NEED_DECLARATION_ENVIRON.
14038
14039         * tm.texi (Frame Layout): Document SMALL_STACK.
14040         * c-common.c (c_common_nodes_and_builtins): Check it.
14041
14042         * system.h: Undef alloca after including glibc's <stdlib.h>,
14043         if USE_C_ALLOCA is defined.
14044
14045         * gcc.c (set_input): New fn.
14046         (main): After all input files are compiled, reset the input file
14047         info to the first.
14048
14049         * aclocal.m4 (rindex, index): If already defined, don't attempt
14050         to redefine.
14051
14052         * ginclude/varargs.h: (__va_list__): Define ifndef.
14053         * ginclude/stdarg.h: Likewise.
14054
14055         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
14056         instead of unsigned char.
14057
14058         * hash.h (true, false, boolean): Undef before enum.
14059
14060         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
14061         proper type of "HOST_WIDE_INT *", rather than their natural type of
14062         "unsigned HOST_WIDE_INT *".
14063
14064 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14065
14066         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
14067
14068         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
14069
14070         * regclass.c (choose_hard_reg_mode): Likewise.
14071
14072         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
14073
14074         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
14075
14076 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14077
14078         * c-common.c: PROTO -> PARAMS.
14079         * c-common.h: Likewise.
14080         * c-decl.c: Likewise.
14081         * c-iterate.c: Likewise.
14082         * c-lang.c: Likewise.
14083         * c-lex.c: Likewise.
14084         * c-lex.h: Likewise.
14085         * c-parse.in: Likewise.
14086         * c-pragma.c: Likewise.
14087         * c-pragma.h: Likewise.
14088         * c-tree.h: Likewise.
14089         * c-typeck.c: Likewise.
14090         * objc/objc-act.c: Likewise.
14091         * objc/objc-act.h: Likewise.
14092
14093 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14094
14095         * m88k-protos.h: New file.
14096
14097         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
14098         time warnings.
14099
14100         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
14101
14102         * m88k.md: Likewise.
14103
14104         * tekXD88.h: Likewise.
14105
14106 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14107
14108         * m68k-protos.h: New file.
14109
14110         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
14111         time warnings.
14112
14113         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
14114
14115         * mot3300.h: Likewise.
14116
14117 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
14118
14119         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
14120         extract_bitlst.
14121         (extract_bitlist): Declare bitlen.
14122
14123 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
14124
14125         * cccp.c: Accept and ignore -lang-fortran.
14126
14127         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
14128         qualifiers don't match at any level of pointerness.
14129
14130 2000-01-12  Robert Lipe  <robertl@sco.com>
14131
14132         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
14133
14134 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
14135
14136         * reload1.c (reload_reg_unavailable): New static variable.
14137         (reload_reg_free_p): Test it.
14138         (reload_reg_free_for_value_p): Test it instead of
14139         reload_reg_used.
14140         (choose_reload_regs_init): Compute it.
14141
14142 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
14143
14144         * reorg.c (fill_slots_from_thread): Check modified_in_p
14145         before replacing.
14146
14147 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
14148
14149         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
14150         these nodes even if INTERNALS is not set.
14151
14152 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
14153
14154         * gcse.c (delete_null_pointer_checks_1): Cope when
14155         get_condition cannot determine the condition.
14156
14157 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
14158
14159         * toplev.h (set_message_length): Declare.
14160
14161         * diagnostic.c (obstack_chunk_alloc): Define macro.
14162         (obstack_chunk_free): Likewise.
14163         (struct output_buffer): New data structure.
14164         (vmessage): Remove.
14165         (output_maximum_width): New variable.
14166         (doing_line_wrapping, set_message_length, init_output_buffer,
14167         get_output_prefix, output_space_left, emit_output_prefix,
14168         output_newline, output_append, output_puts, dump_output,
14169         vbuild_message_string, build_message_string, build_location_prefix,
14170         voutput_notice, output_printf, line_wrapper_printf,
14171         vline_wrapper_message_with_location):  New functions. Implement
14172         automatic line wrapping.
14173         (v_message_with_decl): Make it handle automatic line wrapping.
14174         (v_error_with_file_and_line): Likewise.
14175         (v_warning_with_file_and_line): Likewise.
14176         (announce_function): Likewise.
14177         (default_print_error_function): Likewise.
14178
14179 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
14180
14181         * cpplib.h (struct cpp_options): Change lang_asm to char.
14182         Add lang_fortran.
14183         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
14184         done in cpp_handle_option now.
14185         (initialize_builtins): Take out special case code used only by
14186         __STDC_VERSION__.
14187         (cpp_handle_option): Turn off trigraphs and trigraph warnings
14188         if -traditional.  Recognize -lang-fortran and set
14189         lang_fortran, also turn off cplusplus_comments.
14190         (print_help): Document -lang-fortran.
14191         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
14192         lang_asm. Ignore all directives other than `# 123 "file"' if
14193         CPP_PREPROCESSED.
14194         (cpp_get_token): If -traditional, don't recognize directives
14195         unless the # is in column 1.
14196         (parse_string): If lang_fortran or lang_asm, silently
14197         terminate strings ('' or "") at end of line.
14198         Remove unnecessary braces.
14199
14200 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14201             Richard Henderson  <rth@cygnus.com>
14202
14203         * resource.c (mark_referenced_resources): Mark a set strict_low_part
14204         as used.
14205         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
14206         strict_low_part when possible.
14207
14208 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14209
14210         * alias.c: PROTO -> PARAMS.
14211         * basic-block.h: Likewise.
14212         * bitmap.c: Likewise.
14213         * bitmap.h: Likewise.
14214         * builtins.c: Likewise.
14215         * c-aux-info.c: Likewise.
14216         * caller-save.c: Likewise.
14217         * calls.c: Likewise.
14218
14219 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14220
14221         * Makefile.in (toplev.o): Depend on regs.h.
14222
14223         * output.h (tdesc_section): Prototype.
14224
14225         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
14226
14227         * sdbout.c: Include "tm_p.h".
14228
14229         * toplev.c: Include "regs.h".
14230
14231 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
14232
14233         * unroll.c (unroll_loop): Add EH support.
14234
14235 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14236
14237         * pa-protos.h: New file.
14238
14239         * pa.c: Include recog.h and tm_p.h.
14240         (compute_zdepwi_operands, compute_movstrsi_length,
14241         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
14242         find_addr_reg, import_milli): Add static prototypes.
14243         (pa_cpu_string, pa_arch_string): Constify a char*.
14244         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
14245         (read_only_operand): Add argument `mode'.
14246         (singlemove_string, output_move_double, output_fp_move_double,
14247         output_block_move, output_and, output_ior, output_ascii,
14248         remove_useless_addtr_insns, milli_names, output_mul_insn,
14249         output_div_insn, output_mod_insn, output_arg_descriptor,
14250         output_cbranch, output_bb, output_bvb, output_dbra, ,
14251         output_millicode_call, output_call, hppa_encode_label,
14252         output_parallel_movb, output_parallel_addb): Constify a char*.
14253         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
14254         (output_parallel_addb): Remove extra arg to `constrain_operands'
14255
14256         * pa.h:  Move all prototypes to pa-protos.h.
14257         (pa_cpu_string, pa_arch_string): Constify a char*.
14258         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
14259
14260         * pa.md: Call `function_label_operand' with mode argument.
14261         Likewise for `read_only_operand'.
14262         Fix nesting of parens in call to `symbolic_operand'.
14263
14264 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14265
14266         * i860-protos.h: New file.
14267
14268         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
14269         time warnings.
14270
14271         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
14272
14273         * i860.md: Likewise.
14274
14275 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
14276
14277         * i386.md (movstrsi expander): Rewrite.
14278         (movstrsi_1 insn): Deleted.
14279         (strmovhi, strmovqi expander): New expanders.
14280         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
14281         * i386.c (x86_single_stringop): New global variable.
14282         * i386.h (x86_single_stringop): Declare.
14283         (TARGET_SINGLE_STRINGOP): New macro.
14284
14285 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
14286
14287         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
14288         integer vararg POSTINCREMENT before the destination of the jump
14289         for the hard fp case.
14290         (function_arg_pass_by_reference): Pass a copy of CUM to
14291         FUNCTION_ARG.
14292
14293         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
14294         for CONSTANT_ADDRESS_P above while loop for subreg.
14295
14296 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
14297
14298         * flow.c (propagate_block): When a prologue/epilogue insn
14299         is marked dead, unconditionally clear libcall_is_dead and
14300         insn_is_dead, and only dump rtl if warnings aren't being
14301         suppressed.
14302
14303 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
14304
14305         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
14306         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
14307         (FIXED_REGISTERS): Set dirflag as fixed.
14308         (CALL_USED_REGISTERS): Set dirflag as used.
14309         (REG_ALLOC_ORDER): Set dirflag as last one.
14310         (DIRFLAG_REG): New macro.
14311         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
14312         (HI_REGISTER_NAMES): Add dirflag.
14313         (DEBUF_PRINT_REG): Handle dirflag.
14314         * i386.md (type attribute): New cld and str types.
14315         (length_opcode attribute): Set cld and str to 1.
14316         (memory attribute): Set str to unknown - it is not clear from the
14317         patterns.
14318         (pent_np function unit): Prefixed string operations takes 12 cycles
14319         minimally; cld takes 2 cycles.
14320         (ppro_uops attribute): Str is "many" and cld is "few".
14321         (ppro_p0 unit): Handle cld here.
14322         (k6_alux unit): Handle cld and str types.
14323         (k6_load unit): It is ocupied by str opcodes.
14324         (k6_store unit): It is ocupied by str opcodes.
14325         (athlon_decode): Str is vector decoded.
14326         (athlon_ieu): Handle str and cld.
14327         (cld pattern): New.
14328         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
14329         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
14330         cmpstrsi_nz_1 insn): Do not output cld instruction
14331
14332 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
14333
14334         * gcc.texi (G++ and GCC): Add Java and Chill.
14335         (Bug Critera): Don't list languages.
14336
14337         * gcc.texi (Incompatibilities): No longer claim most C compilers
14338         are K&R.
14339
14340         * gcc.texi (G++ and GCC): Update other front-ends list.
14341
14342 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
14343
14344         * i386.c (ix86_expand_setcc): Fix typo.
14345         (ix86_expand_movcc): Similarly.
14346
14347         * Band-aid until haifa's bitset implementation is nuked.
14348         * haifa-sched.c (extract_bitlst): New parameter for size of the
14349         bitset in bits.  All callers changed.  Avoid looking at undefined
14350         bits in the bitset.
14351         (edgeset_bitsize): New variable.
14352         (schedule_region): Initialize edgeset_bitsize.
14353
14354 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14355
14356         * Makefile.in (optabs.o): Depend on real.h
14357         (resource.o): Depend on insn-attr.h
14358
14359         * builtins.c (result_vector): Wrap prototype in macro conditions
14360         governing definition and use.
14361
14362         * c-common.c: Include tm_p.h.
14363
14364         * c-lex.c: Likewise.
14365
14366         * elfos.h: Constify a char*.
14367
14368         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
14369         (get_attr_length, shorten_branches, profile_after_prologue): Mark
14370         parameter with ATTRIBUTE_UNUSED.
14371
14372         * fold-const.c (exact_real_inverse): Wrap variable `i' in
14373         CHECK_FLOAT_VALUE.
14374
14375         * haifa-sched.c (schedule_insns): Mark parameter with
14376         ATTRIBUTE_UNUSED.
14377
14378         * optabs.c: Include real.h.
14379
14380         * real.h (ereal_atof): Add prototype arguments.
14381
14382         * resource.c: Include insn-attr.h.
14383
14384         * sdbout.c (sdbout_queue_anonymous_type,
14385         sdbout_dequeue_anonymous_types): Wrap in macro
14386         SDB_ALLOW_FORWARD_REFERENCES.
14387         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
14388         ATTRIBUTE_UNUSED.
14389
14390         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
14391
14392         * stupid.c: Include tm_p.h.
14393
14394         * tree.c (real_value_from_int_cst): Mark parameter with
14395         ATTRIBUTE_UNUSED.
14396
14397 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14398
14399         * i960-protos.h: New file.
14400
14401         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
14402         time warnings.
14403
14404         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
14405
14406 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14407
14408         * combine.c (expand_field_assignment): Do not discard SUBREGs
14409         while computing nonzero_bits.
14410
14411 2000-01-09  Nick Clifton  <nickc@cygnus.com>
14412
14413         * config/arm/arm.c: Fix compile time warnings about signed vs
14414         unsigned constants.
14415         * config/arm/arm.h: Fix compile time warnings about signed vs
14416         unsigned constants.
14417
14418 2000-01-09  Philip Blundell  <philb@gnu.org>
14419
14420         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
14421         than `ldm' with only one register.
14422         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
14423         only one register.
14424
14425         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
14426         clobbered.
14427
14428 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
14429
14430         * config/ns32k/ns32k.md (load or push effective address): Operand 1
14431         must have SImode.
14432
14433 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14434
14435         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
14436         assignment used as truth value.
14437
14438         * function.c (assign_temp): Mark parameter `dont_promote' with
14439         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
14440         PROMOTE_FOR_CALL_ONLY.
14441
14442         * genrecog.c (write_subroutine): Mark variable `operands' with
14443         ATTRIBUTE_UNUSED.
14444
14445         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
14446         ATTRIBUTE_UNUSED.
14447
14448         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
14449         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
14450
14451         * toplev.c (note_deferral_of_defined_inline_function): Likewise
14452         for `decl'.
14453
14454 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14455
14456         * config/c4x.h: Tidy up comments.
14457         * config/c4x.c: Likewise.
14458
14459 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
14460
14461         * fold-const.c (lshift_double, rshift_double): Handle
14462         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
14463
14464 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14465
14466         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
14467         in prepare_function_start().
14468
14469 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
14470
14471         * config/v850/v850.c (expand_epilogue): Interrupt functions no
14472         longer allocate extra stack for function calls.
14473
14474 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14475
14476         * config/c4x/c4x.md (*subqf3_set): Fix typo.
14477
14478 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14479
14480         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
14481
14482 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
14483
14484         * rs6000.c (processor_target_table): Add power3 as alias for 630.
14485         * aix43.h: Revert Aug 2 change.
14486         (HAS_INIT_SECTION): Define, not visible yet.
14487         (LD_INIT_SWITCH): Define, not visible yet.
14488         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
14489
14490         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
14491
14492         * collect2.c (main): Expand ld2 size further.
14493         (export_object_lst): Cast assignment to avoid warning.
14494         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
14495         (scan_prog_file, COFF): Do not collect initialization or
14496         finalization functions generated for entire shared object if
14497         init/fini support present.
14498
14499 2000-01-07  Nick Clifton  <nickc@cygnus.com>
14500
14501         * config/elfos.h: Tidy up formatting of marcos.  Make sure
14502         that .section directives are always prefixed by a tab.
14503
14504         * config/svr4.h: Add #include "elfos.h" and remove duplicate
14505         definitions.
14506
14507 2000-01-07  Matt Austern  <austern@sgi.com>
14508
14509         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
14510         expon.
14511
14512 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
14513
14514         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
14515         crtstuff.c.
14516         (crtbegin.o, s-crtS): Likewise.
14517
14518 2000-01-06  Richard Henderson  <rth@cygnus.com>
14519
14520         * alpha.md (adddi_2+1): Limit offset such that it will be
14521         loadable with a single ldah+lda pair.
14522         (adddi_2+2): Explicitly fail split if we can't make it work.
14523
14524 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
14525
14526         * protoize.c: Conditionally include unistd.h.
14527         (IS_SAME_PATH_CHAR): New macro.
14528         (IS_SAME_PATH): New macro.
14529         (CPLUS_FILE_SUFFIX): New macro.
14530         (cplus_suffix): New static variable.
14531         (is_abspath): New static function.
14532         (in_system_include_dir): Handle DOS style pathnames.
14533         (file_could_be_converted): Likewise.
14534         (file_normally_convertible): Likewise.
14535         (directory_specified_p): Likewise.
14536         (file_excluded_p): Likewise.
14537         (abspath): Likewise.
14538         (shortpath): Likewise.
14539         (referenced_file_is_newer): Likewise.
14540         (save_def_or_dec): Likewise.
14541         (do_processing): Likewise.
14542         (main): Likewise.
14543         (edit_file): Likewise. Use rename instead of link.
14544         (rename_c_file): Likewise. Don't rename syscalls file.
14545         (munge_compile_params): Define null device for DOS based systems.
14546         (process_aux_info_file): Use binary mode if appliable.
14547         (edit_file): Likewise.
14548         * invoke.texi (Running Protoize): Document C++ suffixes used.
14549
14550         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
14551         IS_DIR_SEPARATOR macros.
14552         * collect2.c: Likewise.
14553         * cppinit.c: Likewise.
14554         * dwarf2out.c: Likewise.
14555         * gcc.c: Likewise.
14556         * gcov.c: Likewise.
14557         * prefix.c: Likewise.
14558         * rtl.c: Likewise.
14559         * toplev.c: Likewise.
14560         * system.h: And move to here.
14561
14562         * prefix.c (update_path): Fix typo in variable name.
14563
14564 2000-01-06  Richard Henderson  <rth@cygnus.com>
14565
14566         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
14567         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
14568         (count_reg_sets_1, count_reg_references): Likewise.
14569         (flow_loops_level_compute): Start counting actual loop depth at 1.
14570         (flow_loops_find): Likewise.
14571         * local-alloc.c (update_equiv_regs): Likewise.
14572         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
14573
14574 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
14575
14576         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
14577         FIRST_PSEUDO_REGISTER
14578         * dwarf2out.c: Don't include frame.h
14579         * dwarfout.c: Likewise
14580         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
14581         frame.h
14582
14583 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
14584
14585         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
14586         dead registers.
14587
14588         * i386.c (movsf splitter): Fix typo in my last checkin.
14589
14590 2000-01-05  Nick Clifton  <nickc@cygnus.com>
14591
14592         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
14593         own definition of this macro.
14594         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
14595         flag_data_sections or UNIQUE_SECTION_P are true.
14596
14597         * tm.texi (UNIQUE_SECTION): Document that it can be called for
14598         unitialised data decls.
14599
14600         * config/i386/winnt.c (i386_pe_unique_section): Cope with
14601         being called for uninitialised data.
14602
14603         * config/i386/interix.c (i386_pe_unique_section): Cope with
14604         being called for uninitialised data.
14605
14606         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
14607         for uninitialised data.
14608
14609         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
14610         for uninitialised data.
14611
14612         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
14613         for uninitialised data.
14614
14615         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
14616         (UNIQUE_SECTION_P): Always generate a unique section if
14617         flag_data_sections is true.
14618         (UNIQUE_SECTION): Also generate unique sections for
14619         uninitialised data.
14620         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
14621         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
14622         named_section().
14623
14624 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14625
14626         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
14627         SI, or DI.
14628
14629 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14630
14631         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
14632         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
14633         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
14634         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
14635         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
14636
14637         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
14638
14639 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
14640
14641         * c-decl.c (finish_enum): Simplify code to determine minimum and
14642         maximum values of the enum, and calculate the type.  Remove check
14643         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
14644         the DECL_INITIAL of each enumeration constant with a copy converted
14645         to the enumeration type.  When updating variant types, don't bother
14646         updating the type itself.
14647
14648         * c-typeck.c (build_binary_op): Simplify conditional expressions
14649         when weeding out spurious signed-unsigned warnings.  Add new
14650         spurious warning category: if the unsigned quantity is an enum
14651         and its maximum value fits in signed_type(result_type).  Update
14652         commentary.
14653         (build_conditional_expr): Warn here if one alternative is signed
14654         and the other is unsigned.
14655
14656 2000-01-05  Nick Clifton  <nickc@cygnus.com>
14657
14658         * config/fr30/fr30.h: Remove extraneous comments.
14659
14660 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
14661
14662         * reload1.c (choose_reload_regs): When disabling a reload, also
14663         set reload_spill_index to -1.
14664
14665 2000-01-04  Joel Sherrill (joel@OARcorp.com>
14666
14667         * configure.in (m68*-*-rtemscoff*): New target, formal name for
14668         old m68*-*-rtems*.
14669         (m68*-*-rtemself*): New target.
14670         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
14671         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
14672         (sparc*-*-rtemself*): New target.
14673         (sparc*-*-rtems*): Now elf not a.out.
14674         * config/i386/rtems.h: Include config/rtems.h.
14675         * config/i386/rtemself.h: Include config/rtems.h.
14676         * config/i960/rtems.h: Include config/rtems.h.
14677         * config/m68k/rtems.h: Include config/rtems.h.
14678         * config/m68k/rtemself.h: Include config/rtems.h.
14679         * config/mips/rtems64.h: Include config/rtems.h.
14680         * config/pa/rtems.h: Include config/rtems.h.
14681         * config/rs6000/rtems.h: Include config/rtems.h.
14682         * config/sh/rtems.h: Include config/rtems.h.
14683         * config/sh/rtemself.h: Include config/rtems.h.
14684         * config/sparc/rtems.h: Include config/rtems.h.
14685         * config/sparc/rtemself.h: Include config/rtems.h
14686
14687 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
14688
14689         * final.c (shorten_branches): Correctly compute length of
14690         asms without operands.
14691
14692 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
14693
14694         * configure.in: Add pj target.
14695         * configure: Regenerate.
14696         * config/pj: New directory.
14697         * config/pj/lib1funcs.S: New file.
14698         * config/pj/linux.h: New file.
14699         * config/pj/pj.c: New file.
14700         * config/pj/pj.md: New file.
14701         * config/pj/pjl.h: New file.
14702         * config/pj/t-pj: New file.
14703         * config/pj/xm-pj.h: New file
14704
14705 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
14706
14707         * toplev.c (rest_of_compilation): Run shorten-branches before
14708         reg-stack for now.
14709
14710 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14711
14712         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
14713         macros so that they're consistent with their names.
14714         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
14715         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
14716
14717 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14718
14719         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
14720         modified inadvertently.
14721
14722 2000-01-04  Joel Sherrill <joel@OARcorp.com>
14723
14724         * configure.in (v850*-*-rtems*): New target.
14725         * configure: Regenerate.
14726         * config/v850/rtems.h: New file.
14727
14728 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
14729
14730         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
14731         (__gthread_key_create): Likewise.
14732         (__gthread_key_dtor):  Likewise.
14733         (__gthread_once): Fix logic.
14734         (__gthread_key_delete): Cast away constness.
14735
14736         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
14737         * invoke.texi: Document.
14738         * i386/mingw32.h (CPP_SPEC): Use.
14739         (LIBGCC_SPEC): Likewise.
14740         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
14741
14742 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
14743
14744         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
14745         (HANDLE_PRAGMA_PACK): Undefine.
14746         (SLOW_UNALIGNED_ACCESS): Define.
14747
14748 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
14749
14750         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
14751         to default definition.
14752         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
14753         (store_fixed_bit_field): Call macro with word_mode and alignment.
14754         (extract_bit_field): Call macro with relevant mode and alignment.
14755         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
14756         to default definition.
14757         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
14758         and alignment.
14759         (move_by_pieces_ninsns): Likewise.
14760         (clear_by_pieces): Likewise.
14761         (emit_push_insn): Likewise.
14762         (store_field): Call macro with relevant mode and alignment.
14763         (expand_expr): Likewise.
14764         (expand_expr_unaligned): Likewise.
14765
14766         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
14767         (SLOW_UNALIGNED_ACCESS): Define.
14768         (CASE_VECTOR_MODE): Always use 32-bit offsets.
14769         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
14770         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
14771         (toc_section): Likewise and .toc pseudo-op.
14772         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
14773         64-bit mode.
14774         (TEXT_SECTION_ASM_OP): Likewise.
14775         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
14776         32-bit offsets.
14777
14778         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
14779         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
14780         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
14781         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
14782         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
14783
14784 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
14785
14786         * regclass.c: Revert my Jan 4 change to loop cost computation.
14787
14788 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
14789
14790         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
14791         compilation.
14792
14793 2000-01-04  Stan Cox  <scox@cygnus.com>
14794
14795         * haifa-sched.c (build_control_flow): Change unreachable simple
14796         loop test to check if current block has only one predecessor.
14797         (find_rgns): Initialize degree.  Use dest as degree index, not src.
14798
14799 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14800
14801         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
14802
14803         * calls.c (expand_call): Likewise for
14804         `old_stack_arg_under_construction'.
14805
14806         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
14807
14808         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
14809         `save_constant'.
14810
14811         * gcc.c (execute): Likewise for `ut' and `st'.
14812
14813         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
14814
14815         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
14816
14817         * jump.c (jump_optimize_1): Likewise for `temp2'.
14818
14819         * local-alloc.c (block_alloc): Likewise for `r1'.
14820
14821         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
14822
14823         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
14824         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
14825
14826         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
14827         and `set2'.
14828
14829         * reload.c (find_reloads): Likewise for `goal_alternative_number'
14830         and `goal_earlyclobber'.
14831
14832         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
14833
14834         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
14835
14836         * stupid.c (stupid_life_analysis): Likewise for `chain'.
14837
14838         * unroll.c (copy_loop_body): Likewise for `copy'.
14839
14840         * varasm.c (output_constructor): Likewise for `byte'.
14841
14842 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
14843
14844         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
14845         all FP constants for constant->reg moves.
14846         (ix86_split_to_parts): Try to convert memory address into immediate
14847         when available in the constant pool.
14848         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
14849         moves.
14850         (LEGITIMATE_CONSTANT_P): Return 1.
14851         * i386.md (pushsf): New splitter to convert constant pool memory
14852         reference to immediate.
14853         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
14854         reload.
14855
14856 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
14857
14858         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
14859         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
14860         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
14861         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
14862         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
14863
14864 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
14865
14866         * ginclude/stdbool.h:  Support compilation as C++.
14867
14868 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14869
14870         * fold-const.c (make_range): Don't try to reverse an unbounded range.
14871
14872 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
14873
14874         * regclass.c (regclass): Properly compute loop_cost.  Adjust
14875         comments.
14876
14877         * regclass.c: Fix minor whitespace problems.
14878
14879 2000-01-03  Anthony Green  <green@cygnus.com>
14880
14881         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
14882         Restore the pic register if required.
14883
14884 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
14885
14886         * c-common.c (format_char_info): Update comment.
14887         (check_format_info): Recognize 'z' modifier in the same way 'Z'
14888         was recognized.  Emit warning for formats new in ISO C99 only
14889         if flag_isoc9x is not set.
14890
14891 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
14892
14893         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
14894
14895 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
14896
14897         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
14898         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
14899         (make_compound_operation): Choose cheaper alternative between
14900         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
14901
14902         * regclass.c (op_costs): Remove global variable.
14903         (record_reg_classes): New parameter "op_costs" and "reg_pref".
14904         (record_operand_costs): Break out from ...
14905         (scan_one_insn): ... here.
14906         (dump_regclass): Make dumps nicer.
14907         (regclass): Dump preferrences choosed and changes done during passes.
14908
14909 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
14910
14911         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
14912
14913 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
14914
14915         * config/sparc/sparc.c (gen_df_reg): New function.
14916         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
14917         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
14918         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
14919         movtf_cc_reg_sp64+1): Use it.
14920
14921 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
14922
14923         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
14924         copied LABEL_DECLs.
14925
14926 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14927
14928         * config/i386/i386.c (ix86_expand_unary_operator): Function
14929         definition made void.
14930         (ix86_expand_binary_operator): Update outdated preceding comment.
14931         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
14932         prototype.
14933
14934         * config/i386/i386.c (override_options): Fix option-name typo.
14935
14936 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
14937
14938         * system.h (CEIL): Define.
14939         * builtins.c (CEIL): Remove.
14940         * expmed.c (CEIL): Likewise.
14941         * expr.c (CEIL): Likewise.
14942         * stor-layout.c (CEIL): Likewise.
14943
14944 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14945
14946         * expr.c (store_constructor_field): Fix typo introduced with last
14947         gcc2 merge.
14948
14949 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
14950
14951         * tree.h (BINFO_N_BASETYPES): New macro.
14952
14953 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
14954
14955         * expmed.c (emit_store_flag): Prevent losing a pending stack
14956         adjust the same way we prevent losing queued increments.
14957
14958 See ChangeLog.2 for earlier changes.