OSDN Git Service

* c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2000-06-01  Richard Henderson  <rth@cygnus.com>
2
3         * c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.
4
5 2000-05-31  Richard Henderson  <rth@cygnus.com>
6
7         * config/ia64/ia64.c (sdata_symbolic_operand): Consider small
8         CONSTANT_POOL_ADDRESS_P addresses for .sdata.
9         * config/ia64/sysv4.h (SELECT_RTX_SECTION): New.
10
11 2000-05-31  Richard Henderson  <rth@cygnus.com>
12
13         * config/ia64/ia64-protos.h (ia64_expand_prediction): Remove.
14         * config/ia64/ia64.c (ia64_expand_prediction): Move code ...
15         (ia64_print_operand) [+]: ... here.  Use current_output_insn.
16         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): New.
17         * config/ia64/ia64.md (all branch/call patterns): Use %+.
18
19 2000-05-31  Richard Henderson  <rth@cygnus.com>
20
21         * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers.
22
23 2000-05-31  Richard Henderson  <rth@cygnus.com>
24
25         * ifcvt.c (merge_if_block): Be prepared for JOIN to have no 
26         remaining edges.
27         (find_if_block): Allow THEN with no outgoing edges.
28         * flow.c (merge_blocks_nomove): Remove a barrier not following
29         a jump as well.
30
31 2000-05-31  Richard Henderson  <rth@cygnus.com>
32
33         * flow.c (propagate_block): Move initialization of mem_set_list ...
34         (init_propagate_block_info): ... here.  Also track blocks with 
35         no successors; don't scan insns if ! PROP_SCAN_DEAD_CODE.
36
37 2000-05-31  Richard Henderson  <rth@cygnus.com>
38
39         * jump.c (jump_optimize_1): Revert 05-18 change.
40
41 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
42
43         * invoke.texi: Remove documentation for -fguiding-decls.
44
45 2000-05-31  Richard Henderson  <rth@cygnus.com>
46
47         * configure.in: Fix typo last change.
48
49 2000-05-31  Philipp Thomas  <pthomas@suse.de>
50
51         * configure.in (enable-nls): Enable if build == host, i.e. when 
52         not building a canadian cross compiler.
53         (enable-maintainer-mode): Added for use with i18n.
54         * aclocal.m4 (AM_GNU_GETTEXT): Only build catalogs that are a
55         cross section of ALL_LINGUAS and LINGUAS.
56         * configure: Rebuild.
57
58 2000-05-31  Bruce Korb  <bkorb@gnu.org>
59
60         * fixinc/check.tpl: rework to use test result tree
61         * fixinc/Makefile.in: change invocation of check script
62         * fixinc/check.diff: No longer needed
63         * fixinc/fixincl.x: regenerate
64         * fixinc/inclhack.def:  add new tests
65         * fixinc/tests/base/arch/i960/archI960.h:  New test result
66         * fixinc/tests/base/curses.h: modified test result
67         * fixinc/tests/base/stdio.h: ditto
68         * fixinc/tests/base/time.h: ditto
69         * fixinc/tests/base/sys/asm.h: ditto
70         * fixinc/tests/base/sys/stat.h: ditto
71         * fixinc/tests/base/sys/wait.h: ditto
72
73 Wed May 31 13:17:20 2000  Philippe De Muyter  <phdm@macqel.be>
74
75         * except.c (clear_function_eh_region): Do not free NULL.
76
77 Wed May 31 08:07:52 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
78
79         * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
80         * alias.c (struct alias_entry): alias_set is HOST_WIDE_INT.
81         (REG_BASE_VALUE): Remove unneeded cast to unsigned.
82         (get_alias_set_entry): ALIAS_SET arg is HOST_WIDE_INT.
83         (find_base_decl): New function, from c_find_base_decl in c-common.c.
84         (new_alias_set): Moved from tree.c; return is HOST_WIDE_INT.
85         (get_alias_set): Likewise.
86         Major rework to do more things and allow language-specific code
87         to just handle special-cases.
88         (record_alias_subset): Args are HOST_WIDE_INT.
89         (record_component_alias): Local vars are HOST_WIDE_INT.
90         Don't handle COMPLEX_EXPR.
91         (get_varargs_alias_set): Moved from builtins.c.
92         (get_frame_alias_set): New function.
93         * builtins.c (expand_builtin_return_address): Use frame alias set.
94         (expand_builtin_setjmp, expand_builtin_longjmp): Use alias set
95         for setjmp buffer.
96         (get_memory_rtx): Rework to use set_mem_attributes.
97         (get_varargs_alias_set): Deleted from here.
98         * c-common.c (c_apply_type_quals_to_decl): Alias sets now HOST_WIDE_INT.
99         (c_find_base_decl): Deleted from here.
100         (c_get_alias_set): Remove many cases and rework to just handle
101         C-specific cases.
102         * c-common.h (c_get_alias_set): Returns HOST_WIDE_INT.
103         * c-decl.c (rtl.h, expr.h): Now included.
104         (init_decl_processing): Call record_component_aliases on array types.
105         (grokdeclarator): Likewise.
106         Set TREE_ADDRESSABLE for all fields that are not bitfields.
107         * c-typeck.c (common_type): Call record_component_aliases for array.
108         * caller-save.c (setup_save_areas): Rework register loop for unsigned.
109         Set all save areas to the frame alias set.
110         * calls.c (initialie_argument_information): Call set_mem_attributes.
111         (compute_argument_addresses, expand_call): Likewise.
112         * explow.c (set_mem_attributes): New function.
113         (stabilize): Use MEM_COPY_ATTRIBUTES and force_reg.
114         * expr.c (struct move_by_pieces): Remove {to,from}_{struct,readonly}.
115         LEN and OFFSET now HOST_WIDE_INT.
116         (clear_by_pieces): Similar changes.
117         (move_by_pieces): LEN now HOST_WIDE_INT; don't set deleted fields.
118         (move_by_pieces_ninsns): Now returns unsigned HOST_WIDE_INT.
119         (move_by_pieces_1): Don't use deleted fields, use MEM_COPY_ATTRIBUTES.
120         (clear_by_pieces_1): Likewise.
121         (emit_push_insn): Call set_mem_attributes.
122         (expand_expr, case INDIRECT_REF): Likewise.
123         (expand_expr, case VAR_DECL): Call change_address.
124         * expr.h (ADD_PARM_SIZE, SUB_PARM_SIZE): Use host_integerp and
125         tree_low_cst.
126         (get_varargs_alias_set, get_frame_alias_set): New decls.
127         (record_base_value, record_alias_subset, lang_get_alias_set): Likewise.
128         (new_alias_set, set_mem_attributes): Likewse.
129         * function.c (struct temp_slot): ALIAS_SET is HOST_WIDE_INT.
130         (assign_stack_temp_for_type): Likewise.
131         Can split slot even if alias set since can copy.
132         Set MEM_ALIAS_SET and MEM_SET_IN_STRUCT_P.
133         (assign_temp): Use host_integerp and tree_low_cst.
134         (put_var_into_stack): Properly handle SAVE_EXPR.
135         (put_addressof_into_stack): Likewise.
136         (assign_parms): Call set_mem_attributes.
137         Delete #if 0 code.
138         (fix_lexical_address): Put reference to chain into frame alias set.
139         (expand_function_start): Call set_mem_attributes.
140         * integrate.c (expand_inline_function): Likewise.
141         * recog.c (adj_offsettable_operand): Use MEM_COPY_ATTRIBUTES.
142         * regmove.c (try_apply_stack_adjustment): Likewise.
143         * reload.c (push_reload, make_memloc): Likewise.
144         * reload1.c (alter_reg): Make alias sets for spilled pseudos.
145         * rtl.def (MEM): Update comment.
146         * rtl.h (MEM_ALIAS_SET): Now uses XCWINT.
147         (move_by_pieces): Change length to HOST_WIDE_INT.
148         (record_base_value, record_alias_subset): Delete from here.
149         * stmt.c (expand_decl): Call set_mem_attributes.
150         * stor-layout.c (finish_record_layout): Call record_component_aliases.i
151         * toplev.c (compile_file): Call init_alias_once earlier.
152         * tree.c (lang_get_alias_set, get_alias_set, new_alias_set): Deleted
153         from here: now in alias.c.
154         * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
155         (struct tree_decl): Likewise.
156         (get_alias_set, new_alias_set, lang_get_alias_set): Deleted from here.
157         * varasm.c (make_function_rtl, make_decl_rtl): Call set_mem_attributes.
158         (output_constant_def, force_const_mem): Likewise.
159         
160         * flow.c (propagate_block): If block has no successors, stores to
161         frame are dead if not used.
162
163 2000-05-31  Nathan Sidwell  <nathan@codesourcery.com>
164
165         * stmt (expand_end_case): Reorder conversion sequence for jump
166         table to avoid extra truncations.
167
168 Wed May 31 01:31:42 2000  Jeffrey A Law  (law@cygnus.com)
169
170         * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn
171         in the block is more than just a simple conditional branch.
172         (noce_process_if_block): Similarly.
173
174 Tue May 30 22:25:57 2000  Alexandre Oliva  <aoliva@cygnus.com>
175
176         * optabs.c (prepare_float_lib_cmp): Protect *px and *py from
177         queue.
178
179 2000-05-30  Michael Meissner  <meissner@redhat.com>
180
181         * dwarf2out.c (dwarf2out_frame_debug_expr): Ignore HIGH
182         instructions.  Treat LO_SUM operations as loading the full integer
183         constant.
184
185 2000-05-30  Richard Henderson  <rth@cygnus.com>
186
187         * combine.c (get_pos_from_mask): Test exact_log2 result as signed.
188
189 2000-05-30  Richard Henderson  <rth@cygnus.com>
190
191         * bb-reorder.c (emit_jump_to_block_after): Protect use of HAVE_return.
192
193 2000-05-30  Bruce Korb  <bkorb@gnu.org>
194
195         * fixinc/tests/*:  Added expected result files for fixinc's make check
196         * fixinc/fixfixes(char_macro_*_fix): Restore original algorithm
197
198 2000-05-30  Richard Henderson  <rth@cygnus.com>
199
200         * config/alpha/alpha.md (*setne_internal): Use match_operator
201         instead of working down from insn.
202
203 2000-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
204
205         * invoke.texi (-Wtraditional): Update WRT function macros.
206
207 Tue May 30 09:57:32 2000  Philippe De Muyter  <phdm@macqel.be>
208
209         * except.c (free_exception_table): Do not free NULL.
210
211 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
212
213         * cpplib.c (do_if): Don't save and restore only_seen_white here.
214         * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white
215         and skipping here.
216
217 2000-05-29  Richard Earnshaw (rearnsha@arm.com)
218
219         * flow.c (mark_used_reg): If a register is unconditionally live, 
220         remove any conditional death information.
221
222 2000-05-29  Richard Henderson  <rth@cygnus.com>
223
224         * final.c (current_output_insn): New.
225         (final_scan_insn): Set it.
226         * output.h: Declare it.
227
228 2000-05-29  Richard Henderson  <rth@cygnus.com>
229
230         * stor-layout.c (finalize_record_size): Fix typo.
231
232         * jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END
233         if nlabel is null.
234
235 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
236
237         * cpplib.h (cpp_reader): Remove if_stack.  Change
238         potential_control_macro to a cpp_hashnode *.  Add skipping flag.
239         * cpphash.h (struct ihash): Change control_macro to a
240         cpp_hashnode * and shorten name to cmacro.
241         Add NEVER_REINCLUDE constant.
242
243         * cppfiles.c (redundant_include_p): Drop cpp_reader argument.
244         Examine the cmacro node directly, no need to call cpp_defined.
245         (_cpp_execute_include, read_include_file): Set cmacro to
246         NEVER_REINCLUDE, not U"".
247         * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
248         (cpp_get_token): If pfile->skipping is true, discard text and
249         keep scanning until we hit a directive; don't expand macros.
250
251         * cpplib.c (struct if_stack): Remove if_succeeded, add
252         was_skipping. Change control_macro to a cpp_hashnode * and
253         shorten name to cmacro.  Remove typedef IF_STACK.
254         (parse_ifdef), detect_if_not_defined): Return a cpp_hashnode *.
255         (conditional_skip, skip_if_group,
256         consider_directive_while_skipping): Delete.
257         (push_conditional): New.
258         (_cpp_handle_directive): Don't process directives other than
259         conditionals if we are skipping.
260
261         (do_ifdef, do_ifndef, do_if, do_else, do_elif, do_endif):
262         Update to new scheme.
263         (validate_else): Skip rest of line here, unconditionally.
264         (_cpp_unwind_if_stack): The stack is per-buffer.  Force
265         pfile->skipping off.
266
267         (all): Remove `scare quotes' from error messages.
268
269 2000-05-29  Richard Henderson  <rth@cygnus.com>
270
271         * function.c (emit_return_into_block): New line_note arg; emit it.
272         (thread_prologue_and_epilogue_insns): Attempt to locate a line note
273         for the close brace to accompany HAVE_return.  Move all line notes
274         following the epilogue to before the NOTE_INSN_EPILOGUE_BEG.
275
276 2000-05-29  Richard Henderson  <rth@cygnus.com>
277
278         * longlong.h [__alpha] (count_leading_zeros): New.
279         (count_trailing_zeros): New.
280         (COUNT_LEADING_ZEROS_0): New.
281
282         * config/alpha/alpha.c (alpha_zero_comparison_operator): New.
283         (alpha_split_conditional_move): New.
284         * config/alpha/alpha-protos.h: Prototype them.
285         * config/alpha/alpha.h (PREDICATE_CODES): Update.
286         (CPP_CPU_DEFAULT_SPEC): Fix typo for EV67.
287         * config/alpha/alpha.md: Update ffs cix commentary.
288         (*ze_and_ne): New.
289         (*nabssf2, *nabsdf2): New.
290         (*mov[qhsd]icc_internal): Use add_operand.
291         (if_then_else constant splitters): New.
292         (*cmp_sadd_di, *cmp_sadd_si, *cmp_sadd_sidi): New.
293         (*cmp_ssub_di, *cmp_ssub_si, *cmp_ssub_sidi): New.
294
295 2000-05-29  Richard Henderson  <rth@cygnus.com>
296
297         * combine.c (force_to_mode) [MINUS]: Convert subtraction from
298         a constant to NEG or NOT when conditions allow.
299
300         * combine.c (combine_simplify_rtx): Don't create an if_then_else
301         unless both args are general_operand.  Don't canonicalize plus
302         to ior unless it helps.
303
304         * toplev.c (rest_of_compilation): Set no_new_pseudos after flow1;
305         instead track register_life_up_to_date.  Toggle no_new_pseudos
306         around if_convert.  
307
308 2000-05-28  Geoff Keating  <geoffk@cygnus.com>
309
310         * config/rs6000/rs6000.c (output_cbranch): Escape '%' characters
311         so output_operand doesn't see them.
312
313 Sun May 28 18:37:07 2000  Clinton Popetz  <cpopetz@cygnus.com>
314
315         * lcm.c (make_preds_opaque): Fix comment.
316         (optimize_mode_switching): Use NORMAL_MODE instead of 
317         MODE_USES_IN_EXIT_BLOCK.  Change leftover instance of
318         FP_MODE_NONE to no_mode.  Rename MODE_AT_ENTRY to NORMAL_MODE.
319         Handle insertions before an existing NOTE_INSN_BASIC_BLOCK.
320         * tm.texi (OPTIMIZE_MODE_SWITCHING): Refer to NORMAL_MODE.
321         (MODE_USES_IN_EXIT_BLOCK): Delete.
322         (MODE_AT_ENTRY) Rename to NORMAL_MODE.
323         * sh.h (MODE_USES_IN_EXIT_BLOCK): Delete.
324         (MODE_AT_ENTRY): Rename to NORMAL_MODE.
325         (MODE_NEEDED): Don't look for USE.
326         (EPILOGUE_USES): Define.
327
328 Sun May 28 23:26:59 2000  Philippe De Muyter <phdm@macqel.be>
329
330         * mklibgcc.in (all): Variable initialised to `libgcc'.
331
332 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
333
334         * toplev.h (skip_leading_substring): New macro.
335         * toplev.c (decode_f_option): Use skip_leading_substring instead
336         of strncmp.
337         (decode_W_option): Likewise.
338
339 2000-05-28  Nick Clifton  <nickc@cygnus.com>
340
341         * tm.texi (CONDITIONAL_REGISTER_USAGE): Document that it can
342         modify reg_names.
343
344 2000-05-28  Richard Henderson  <rth@cygnus.com>
345
346         * regclass.c (record_operand_costs): Protect reg_changes_size
347         with CLASS_CANNOT_CHANGE_SIZE.
348
349         * loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
350
351 2000-05-28  Richard Henderson  <rth@cygnus.com>
352
353         * function.c (diddle_return_value): A pcc-style struct return
354         returns a pointer.
355
356 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
357
358         * cppfiles.c: Read files in, using mmap if possible, then
359         prescan them separately.
360         (read_file, read_with_read): New functions.
361         * cpplex.c: Don't define UCHAR_MAX.
362         (_cpp_read_and_prescan): Rename to _cpp_prescan.  Don't read
363         the file here.
364
365         * cppinit.c (handle_option): Automatically define __cplusplus,
366         __OBJC__, __ASEEMBLER__, _LANGUAGE_FORTRAN here when we see
367         the respective -lang switch.
368
369         * cpphash.h (enum node_type, struct hashnode, _cpp_lookup
370         prototype): Move to...
371         * cpplib.h: ... here.  Rename struct hashnode to struct
372         cpp_hashnode and give it a typedef.  Rename _cpp_lookup to
373         cpp_lookup.  Add 'fe_value' slot, a union tree_node *.
374
375 2000-05-27  Geoffrey Keating  <geoffk@cygnus.com>
376
377         * config/rs6000/rs6000.md (movsi): Constify 'name'.
378
379         * regclass.c [CLASS_CANNOT_CHANGE_SIZE]
380         (class_can_change_size): New variable.
381         (reg_changes_size): New variable.
382         (init_reg_sets_1): Initialise class_can_change_size.
383         (record_operand_costs): Remove subreg_changes_size.
384         Don't pass it around.  Instead update reg_changes_size.
385         (regclass): Initialise and free reg_changes_size.  If a register
386         changes size, don't preference it to a class that contains
387         registers that can't change size.
388         (record_reg_classes): Don't look at subreg_changes_size.
389
390 2000-05-27  Richard Henderson  <rth@cygnus.com>
391
392         * print-rtl.c (reg_names): Remove const.
393         * regclass.c (reg_names): Likewise.
394         * regs.h (reg_names): Likewise.
395         * hard-reg-set.h (reg_names): Likewise.
396
397 2000-05-27  Richard Henderson  <rth@cygnus.com>
398
399         * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
400
401 2000-05-27  Richard Henderson  <rth@cygnus.com>
402
403         * config/alpha/alpha.c (alpha_does_function_need_gp): Test
404         TARGET_PROFILING_NEEDS_GP in the if, instead of with an ifdef.
405         (alpha_expand_prologue): Emit prologue_mcount if needed.
406         * config/alpha/alpha.h (TARGET_PROFILING_NEEDS_GP): Default to 0.
407         * config/alpha/alpha.md (prologue_mcount): New.
408         * config/alpha/linux.h (FUNCTION_PROFILER): Remove.
409         (TARGET_PROFILING_NEEDS_GP): Undef before redefining.
410         * config/alpha/netbsd.h: Likewise.
411
412 2000-05-27  Richard Henderson  <rth@cygnus.com>
413
414         * config/alpha/elf.h (SELECT_SECTION): Mirror Kenner's May 19
415         change to config/elfos.h.
416
417 2000-05-27  Richard Henderson  <rth@cygnus.com>
418
419         * Makefile.in (resource.o): Depend on except.h.
420         * except.h (output_exception_table_data): Prototype.
421         * genconfig.c (gen_peephole2): Prototype.
422         * genemit.c (main): Include ggc.h.
423         * genoutput.c: Revert parts of last change: include errors.h
424         (main): Set progname.
425         * recog.c: Include hard-reg-set.h before recog.h.
426         * resource.c: Include except.h.
427
428         * config/alpha/alpha-protos.h (alpha_arg_info_reg_val): Protect
429         with RTX_CODE.
430         (alpha_write_linkage): Protect with BUFSIZ.
431         (alpha_need_linkage): Update prototype.
432         * config/alpha/alpha.c (function_arg): Move VMS code here.
433         (alpha_links_base): Remove.
434         (alpha_links): New.
435         (mark_alpha_links_node, mark_alpha_links): New.
436         (alpha_write_one_linkage): New.
437         (alpha_need_linkage): Use a splay tree.  Build the linkage symbol.
438         (alpha_write_linkage): Use splay_tree_foreach.
439         * config/alpha/alpha.md (call_vms): Use alpha_need_linkage
440         to get the linkage symbol.
441         (call_value_vms): Likewise.
442         * config/alpha/elf.h (output_file_directive): Remove decl.
443         (ctors_section, dtors_section): Prototype.
444         (sbss_section, sdata_section): Prototype.
445         * config/alpha/vms.h (FUNCTION_ARG): Remove.
446         (readonly_section, link_section, literals_section): Prototype.
447         (ctors_section, dtors_section): Prototype.
448         (vms_valid_decl_attribute_p): Remove decl.
449         (alpha_arg_type, alpha_arg_info_reg_val): Likewise.
450
451 2000-05-27  Geoff Keating  <geoffk@cygnus.com>
452
453         * reload.c (get_secondary_mem): Don't widen floating-point modes.
454
455         * combine.c (subst): Honour CLASS_CANNOT_CHANGE_SIZE when
456         substituting the REG in a (subreg:X (reg:Y ...)).
457
458 2000-05-28  Neil Booth  <NeilB@earthling.net>
459
460         * cpplex.c (_cpp_lex_line): Merge vertical space.  Flag
461         first token of a line BOL.  Update EOF code for this.
462         Remove illegal directive check - it appears in the (not
463         yet committed) caller.
464         * cpplib.h (BOL): New flag.
465
466 2000-05-28  Neil Booth  <NeilB@earthling.net>
467
468         * cpplex.c (_cpp_init_toklist): No comment space to initialise.
469         (_cpp_free_toklist): No comment space to free.
470         (expand_comment_space): Remove.
471         (save_comment_space): Place the comment in the current token and
472         not in a separate comment space.
473         (_cpp_lex_line): Save comments during plain code and #define
474         directives only.
475         * cpplib.h (struct _cpp_toklist): Remove comment space.
476
477 2000-05-28  Neil Booth  <NeilB@earthling.net>
478
479         * cppexp.c (parse_assertion): Supply extra argument to
480         _cpp_init_toklist.
481         * cpplib.c (do_assert, do_unassert): Similarly.
482         * cpphash.h (_cpp_init_toklist) Update.
483         (_cpp_expand_token_space): New.
484         (DUMMY_TOKEN, NO_DUMMY_TOKEN): New.
485         * cpplex.c (_cpp_init_toklist): New argument.
486         (parse_string2): New argument multiline_ok.
487         (spell_token): Take a const cpp_token *.
488         (INIT_NAME): Replace with INIT_TOKEN_NAME.  Update tokens_used.
489         (SPELL_ macros): Replace with enum.
490         (expand_token_space): Replace with _cpp_expand_token_space.
491         Take COUNT argument.
492         (IS_DIRECTIVE): Update.
493         (_cpp_lex_line): Update token structure before parsing number.
494         Don't assume start at beginning of token list.
495         (save_comment): Use INIT_TOKEN_NAME.
496
497 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
498
499         * configure.in (stage1_warn_cflags): Add -Wstrict-prototypes
500         -Wmissing-prototypes.
501         * configure: Regenerate.
502         * gcc.texi: Remove explanation of MD_CALL_PROTOTYPES.
503
504         * builtins.c, calls.c: Change all instances of gen_call_* or
505         gen_sibcall_* to GEN_CALL_* and GEN_SIBCALL_*.
506         * calls.c (struct_value_size_rtx): Separate definition from
507         initialization to avoid unused variable warning.
508
509         * genflags.c (gen_macro): New function.
510         (gen_proto): Call it for gen_call_* and gen_sibcall_*.
511         (gen_nonproto): Delete.
512         (gen_insn): Put all insns on the same obstack.
513         (main): Generate prototypes for everything unconditionally.
514
515         * configure.in: Add AC_CHECK_TYPE(ssize_t).  Remove commented 
516         out check for wchar_t.
517         * acconfig.h: Add template for ssize_t.  Remove @TOP@.
518         * system.h: Add infrastructure for defining missing   
519         TYPE_MAX/TYPE_MIN macros.  Use it to provide fallback  
520         definitions of UCHAR_MAX and SSIZE_MAX.
521         * configure: Regenerate.
522         * config.in: Regenerate.
523
524         * Makefile.in (libgcc2.ready): Rename to libgcc.ready.
525         Depend on $(LANGUAGES) as well as $(GCC_PATCHES) and fixed
526         headers.
527         (clean): No need to delete libgcc1.a, libgcc1-asm.a,
528         libgcc2.a, or libgcc1.null.
529
530 2000-05-27  Richard Henderson  <rth@cygnus.com>
531
532         * Makefile.in (recog.o): Don't depend on resource.h.
533         * recog.c: Don't include resource.h.
534         (recog_last_allowed_insn): Remove.
535         (recog_next_insn): Remove.
536         (struct peep2_insn_data): New.
537         (peep2_insn_data, peep2_current): New.
538         (peep2_next_insn): New.
539         (peep2_regno_dead_p, peep2_reg_dead_p): New.
540         (peep2_find_free_register): New.
541         (peephole2_optimize): Track life information by insn as we go.
542         * recog.h: Update declarations.
543         * resource.c (find_free_register, reg_dead_p): Remove.
544         * resource.h: Remove their declarations.
545         * toplev.c: Include hard-reg-set.h before recog.h.
546
547         * genconfig.c (max_insns_per_peep2): New.
548         (gen_peephole2): New.
549         (main): Call it.
550         * genemit.c (output_peephole2_scratches): Generate calls to
551         peep2_find_free_register; adjust surrounding code.
552         (main): Have insn-emit.c include hard-reg-set.h before recog.h.
553         * genrecog.c (change_state): Don't track last_insn.
554         (write_action): Write into *_pmatch_len before accepting.
555         (write_tree): Adjust peephole2_insns and subroutines to match.
556
557         * config/i386/i386.md (all peepholes): Use peep2_regno_dead_p.
558
559         * config/alpha/alpha.c (hard_fp_register_operand): Mind the mode.
560         (hard_int_register_operand): New.
561         * config/alpha/alpha-protos.h: Declare it.
562         * config/alpha/alpha.h (PREDICATE_CODES): Update.
563         * config/alpha/alpha.md (peep2 patterns): Use hard_int_register_operand
564         as needed; use peep2_reg_dead_p instead of dead_or_set_p.
565
566 2000-05-27  Richard Henderson  <rth@cygnus.com>
567
568         * function.c (thread_prologue_epilogue_insns): Don't move the
569         line note at the head of the chain.  Only force a lineno note
570         before the end of block 0.
571
572 2000-05-27  Richard Henderson  <rth@cygnus.com>
573
574         * gensupport.c (collect_insn_data): Record the maximum number
575         of alternatives, not the last seen.
576
577         * genoutput.c: Don't include errors.h.
578         (struct data): Add lineno member.
579         (have_error): New.
580         (scan_operands): Use message_with_line instead of error.
581         (validate_insn_alternatives): Likewise.
582         (gen_insn): Accept and store the pattern's line number.
583         (gen_peephole, gen_expand, gen_split): Likewise.
584         (main): Don't set progname.  Pass line_no to gen_foo.
585
586 2000-05-27  Richard Henderson  <rth@cygnus.com>
587
588         * config/d30v/d30v.c (d30v_print_operand): Handle ':'.
589         * config/d30v/d30v.h (PRINT_OPERAND_PUNCT_VALID_P): Accept ':'.
590         * config/d30v/d30v.md (attr predicable): New.
591         (all insn patterns): Mark non-predicable patterns; use %: on the rest.
592         (andsi3*): Unify into one pattern.
593         (iorsi3*, xorsi3*): Likewise.
594         (peephole2 patterns): Use peep2_reg_dead_p; verify not a
595         conditional return.
596         (old cond_exec patterns): Remove.
597         (define_cond_exec): New.
598
599 Sat May 27 11:01:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
600
601         * tree.h (TREE_CODE_LENGTH): New macro.
602         * c-common.c (c_find_base_decl): Use it.
603         * expr.c (safe_from_p): Likewise.
604         * print-tree.c (print_node): Likewise.
605         * tree.c (make_node, copy_node, get_identifier): Likewie.
606         (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
607         (build, build_nt, build_parse_node, simple_cst_equal): Likewise.
608         * fold-const.c (make_range): Likewise.
609         (fold): Likewise; also use first_rtl_op.
610         * c-iterate.c (collect_iterators): Use first_rtl_op.
611         * calls.c (calls_function_1): Likewise; also rename TYPE to CLASS.
612         Use IS_EXPR_CODE_CLASS.
613         (preexpand_calls): Likewise.
614         * ggc-common.c (ggc_mark_trees): Rework to use first_rtl_op
615         and TREE_CODE_LENGTH.
616         * stmt.c (warn_if_unused_value): If no operands, no unused value.
617
618 2000-05-26  Geoffrey Keating  <geoffk@cygnus.com>
619
620         * config/rs6000/rs6000.md (movsi_internal1): Use '%a1' rather
621         than '%1(%*)'.
622         (movdi_internal64): Likewise.
623
624         * config/rs6000/rs6000.md: Correct order of operands for DImode
625         boolean patterns.
626
627         * config/rs6000/rs6000.c (boolean_or_operator): New function.
628         * config/rs6000/rs6000-protos.h (boolean_or_operator): Prototype it.
629         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_or_operator.
630         * config/rs6000/rs6000.md: Use boolean_or_operator instead of
631         boolean_operator for the boolean patterns without NOTs.
632
633         * config/rs6000/rs6000.c (reg_or_logical_cint_operand): Rename
634         from reg_or_u_cint_operand.  Change comment and behaviour.
635         (logical_operand): Clean up, add assertion.
636         (non_logical_cint_operand): Also check for
637         reg_or_logical_cint_operand.
638         * config/rs6000/rs6000.h (PREDICATE_CODES): Update.
639         * config/rs6000/rs6000.md (iorsi3): Use reg_or_logical_cint_operand
640         in the expander.
641         (xorsi3): Likewise.
642         (iordi3): Likewise.
643         (xordi3): Likewise.
644
645 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
646
647         * tree.h (struct record_layout_info): Rename to (struct
648         record_layout_info_s).
649         * stor-layout.c (start_record_layout): Replace
650         `record_layout_info' with `record_layout_info_s'.
651
652 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
653
654         * flow.c (find_label_refs): New function.
655         (find_basic_blocks_1): Call it for each alternative of a call 
656         placeholder.
657
658 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
659
660         * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
661         of get_pc.
662
663 2000-05-25  Richard Henderson  <rth@cygnus.com>
664
665         * config/alpha/alpha.c (alpha_comparison_operator): Don't be
666         so strict about DImode.
667         (alpha_swapped_comparison_operator): Likewise.
668         * config/alpha/alpha.md (*setne_internal): Name it.  Allow
669         any integer output mode.
670         (*setcc_internal): Likewise.
671         (*setcc_swapped_internal): Likewise.
672         (*movdicc_internal, *movdicc_lbc, *movdicc_lbs): Name them.
673         (*mov[qhs]icc_internal): New.
674         (*mov[qhs]icc_lbc, *mov[qhs]icc_lbs): New.
675
676 2000-05-25  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
677
678         * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
679
680 2000-05-25  Richard Henderson  <rth@cygnus.com>
681
682         * bb-reorder.c (reorder_block_def): Reorder elements for size.
683         Remove add_jump; add next; replace flags with visited.
684         (rbd_init): Remove.
685         (REORDER_BLOCK_HEAD, REORDER_BLOCK_VISITED): Remove.
686         (REORDER_BLOCK_FLAGS, REORDER_BLOCK_INDEX): Remove.
687         (REORDER_BLOCK_ADD_JUMP, REORDER_BLOCK_EFF_HEAD): Remove.
688         (REORDER_BLOCK_EFF_END, REORDER_BLOCK_SCOPE): Remove.
689         (RBI): New.
690         (reorder_index, reorder_last_visited): Remove.
691         (skip_insns_after_block): Rewrite to use a switch.
692         (get_common_dest): Remove.
693         (chain_reorder_blocks): Remove.
694         (record_effective_endpoints): Split out from reorder_basic_blocks.
695         (make_reorder_chain): Likewise.  Loop until all blocks are placed.
696         (make_reorder_chain_1): Renamed from old make_reorder_chain.
697         Only construct the reorder chain, do not move insns.  Try harder
698         to tail recurse.
699         (label_for_bb, emit_jump_to_block_after): New.
700         (fixup_reorder_chain): Use them.  Do bulk block movement.  Examine
701         and adjust the jump insns appropriately.  Fixup basic_block_info.
702         (verify_insn_chain): Always define.
703         (relate_bbs_with_scopes): Call xmalloc, not xcalloc.  Fix thinko
704         in allocation size.
705         (make_new_scope): Don't write zeros to calloc'd space.
706         (build_scope_forest): Rely on xrealloc to DTRT.
707         (reorder_basic_blocks): Don't build loop nest.  Don't fail if
708         profile_arc_flag.  Streamline EH test.
709
710         * flow.c (redirect_edge_succ, redirect_edge_pred): New.
711         * basic-block.h: Declare them.
712
713 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
714
715         * emit-rtl.c (reset_used_decls): New function.
716         (unshare_all_rtl_again): Call it.
717
718 2000-05-25  Zack Weinberg  <zack@wolery.cumb.org>
719
720         * cpplex.c (maybe_macroexpand): Warn about function-like
721         macros used in non-function context, if -Wtraditional.
722
723 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
724
725         * recog.c (peephole2_optimize): Use INSN_P.
726
727 2000-05-25  Richard Henderson  <rth@cygnus.com>
728
729         * ifcvt.c (seq_contains_jump): New.
730         (noce_try_store_flag_constants): Use it to fail conversion.
731         (noce_try_store_flag_inc, noce_try_store_flag_mask): Likewise.
732
733 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
734
735         * except.h (can_throw): Declare it.
736         * except.c (can_throw): Give it external linkage.
737         * resource.c (find_dead_or_set_registers): Use can_throw.
738         
739 2000-05-25  Richard Henderson  <rth@cygnus.com>
740
741         * flow.c (mark_set_1): Don't record conditionally dead memory.
742
743 2000-05-25  Jan Hubicka  <jh@suse.cz>
744
745         * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p
746         and pc_set at the place of simplejump_p and condjump_p.
747         * cse.c (record_jump_equiv): Likewise.
748         * emit-rtl.c (emit): Likewise.
749         * explow.c (find_next_ref): Likewise.
750         * flow.c (tidy_fallthru_edge): Likewise.
751         (init_propagate_block_info): Likewise.
752         * gcse.c (delete_null_pointer_checks): Likewise.
753         * ifcvt.c (cond_exec_get_condition, noce_get_condition,
754         dead_or_predicable): Likewise.
755         * integrate.c (copy_insn_list): Likewise.
756         * loop.c (scan_loop, verify_dominator, find_and_verify_loops,
757         for_each_insn_in_loop, check_dbra_loop, get_condition,
758         insert_bct, load_mems): Likewise.
759         * resource.c (find_dead_or_set_registers): Likewise.
760         * sibcalls.c (simplejump_p): Likewise.
761         * unroll.c (copy_loop_body, reg_dead_after_loop): Likewise.
762
763 2000-05-25  David Edelsohn  <edelsohn@gnu.org>
764
765         * rs6000.c (expand_block_move): Add 64-bit PowerPC doubleword move
766         to STRING case.  Use doubleword STRING move for TARGET_POWERPC64
767         when unaligned.
768         * rs6000.h (CONST_OK_FOR_LETTER_P, 'J'): unsigned HOST_WIDE_INT.
769         (RETURN_ADDR_RTX): Use COUNT and FRAME, not count and frame.
770         (LEGITIMIZE_RELOAD_ADDRESS): unsigned HOST_WIDE_INT high.
771         * rs6000.md: Name various internal patterns.
772
773 2000-05-25  Jan Hubicka  <jh@suse.cz>
774
775         * jump.c (invert_exp_1): Remove first argument, use pc_set
776         to get the expression.
777         (redirect_exp): Make static; redirect only the pc_set expression,
778         remove first argument.
779         (invert_exp): Remove first argument, make static.
780         (jump_optimize): Use any_condjump_p, any_uncondjump_p and
781         any_onlyjump at most places where we originaly did condjump_p
782         and simplejump_p.
783         (jump_back_p, follow_jumps, thread_jumps): Likewise.
784         (delete_barrier_succesors): Use pc_set.
785         (invert_jump_1, invert_jump, redirect_jump_1, redirect_jump): Update
786         calls of invert_exp and redirect_exp.
787         * rtl.h (redirect_exp, invert_exp): Remove.
788         * unroll.c (copy_loop_body): Use invert_jump and redirect_jump.
789
790 2000-05-25  Richard Henderson  <rth@cygnus.com>
791
792         * stmt.c (expand_end_bindings): Fix thinko last change.
793
794 2000-05-25  Andrew MacLeod  <amacleod@cygnus.com>
795             Andrew Haley  <aph@cygnus.com>
796
797         * except.c  (func_eh_entry): Add emitted field.
798         (new_eh_region_entry): Set emitted field to 0;
799         (output_exception_table_entry): Only emit previously un-emitted data,
800         and send it to the eh_data section.
801         (output_exception_table): Break out common parts. Output
802         exception table for entire compilation unit to eh_data section.
803         (output_exception_table_data): Common parts of output_exception_table.
804         Send output to eh_data section.
805         (output_function_exception_table): Output exception table data for
806         a single function to eh_data section.
807         (free_exception_table): New external to free the table.
808         * except.h (free_exception_table): Add prototype.
809         (output_function_exception_table): Add prototype.
810         * final.c (final_end_function): Output function exception table
811         for IA64_UNWIND_INFO.
812         (final_scan_insn): Emit any unwind directives for an insn.
813
814         * frame-dwarf2.c: New file containing all DWARF 2 specific code
815         from frame.c.
816         * frame.c: Remove all DWARF 2 specific code.
817         * config/ia64/frame-ia64.c: New file.
818         (gthread_stuff): Make all gthread available with 
819         IA64_UNWIND_INFO.
820         (dwarf_fde): Define an IA64 struct for dwarf_fde.
821         (__register_frame_info, __register_frame): Move to common area of file.
822         (__register_frame_info_table, __register_frame_table): Move to common i
823         area.
824         (__deregister_frame_info, __deregister_frame): Move to common area.
825         (__frame_init, find_fde): New versions for IA64_UNWIND_INFO.
826         (read_uleb128): New version for ia64.
827         (get_unwind_record): Read the next IA-64 unwind record.
828         (read_R_record): Read a region header record.
829         (process_a_b_reg_code): X record helper.
830         (read_X_record): Read an X format record.
831         (read_B_record): Read a B format record.
832         (P3_record_types): List of record types matching the P3 format.
833         (P7_record_types): List of record types matching the P7 format.
834         (P8_record_types): List of record types matching the P8 format.
835         (read_P_record): Read a P format record.
836         (init_ia64_reg_loc): Set default fields for a register.
837         (init_ia64_unwind_frame): Set defaults for all register records.
838         (execute_one_ia64_descriptor): Execute one descriptor record.
839         (rse_address_add): Calculate the position of a local reg in memory.
840         (normalize_reg_loc): Turn a location descriptor into a memory address.
841         (maybe_normalize_reg_loc): Only normalize a descriptor if it falls 
842         within a specified PC offset range.
843         (get_real_reg_value): Given a register location, retrieve its value.
844         (set_real_reg_value): Change the value of a register location.
845         (copy_reg_value): Copy reg values, if needed.
846         (copy_saved_reg_state): Copy all registers that need to be copied.
847         (process_state_between): Normalize all frame register records that
848         fall within the specified PC range.
849         (frame_translate): Take a processed frame description, and turn 
850         everything into addresses.
851         (build_ia64_frame_state ): Find and create frame state record for a PC.
852         (get_personality): Get the personality routine for a given frame.
853         (get_except_table): Get the exception table for a given frame.
854         (record_name): Unwind record names for debugging.
855         (print_record): Print and unwind record.
856         (print_all_records): Print an entire unwind image.
857         (__ia64_backtrace): Print a backtrace.
858         (ia64_backtrace_helper): New function.
859         (__register_frame_info_aux): New function.
860         * config/ia64/crtend.asm (__do_frame_setup_aux): New function.
861
862         * frame.h (enum unw_record_type): New unwind record types.
863         (struct unw_p_record, unw_b_record, unw_x_record) : New unwind records.
864         (struct unw_r_record, unwind_record): New unwind record structs.
865         (struct unwind_info_ptr): Unwind information layout.
866         (IA64_UNW_LOC_TYPE_*): Macros for different types for location 
867         descriptors.
868         (struct ia64_reg_loc): Register location description.
869         (struct ia64_frame_state): Location of all registers in a frame.
870         (struct object): Add pc_base and fde_end for IA64_UNWIND_INFO.
871         * libgcc2.c (__ia64_personality_v1): Personality routine.
872         (__calc_caller_bsp): Calculate the bsp register for the caller's
873         frame.
874         (ia64_throw_helper): Figure out who to return to and set up the 
875         registers.
876         (__throw): Throw routine.
877
878         * output.h (assemble_eh_align, assemble_eh_label): New functions
879         to generate EH info where we want it.   
880         (assemble_eh_integer): New function.
881         * toplev.c (compile_file): Output module level exception table for
882         non-ia64 targets.
883         (main): Set exceptions_via_longjump and flag_new_exceptions based 
884         on IA64_UNWIND_INFO too.
885
886         * varasm.c (assemble_eh_label): Generate a label via
887         ASM_OUTPUT_EH_LABEL if it has been specified.
888         (assemble_eh_align): Generate an alignment directive via 
889         ASM_OUTPUT_EH_ALIGN if it has been specified.
890         (assemble_eh_label): Generate an integer value via
891         ASM_OUTPUT_EH_type if they have been specified.
892         * config/ia64/ia64.c (rtx_needs_barrier): Add flushrs.
893         (ia64_init_builtins): Add __builtin_ia64_bsp
894         and __builtin_ia64_flushrs.     
895         (ia64_expand_builtin): Add IA64_BUILTIN_BSP and
896         IA64_BUILTIN_FLUSHRS.
897         * config/ia64/ia64.h (ia64_builtins): Add IA64_BUILTIN_BSP and
898         IA64_BUILTIN_FLUSHRS.
899
900         * config/ia64/ia64.md (flushrs): New insn to flush the register
901         stack.  Add to unspec list.
902
903         * config/ia64/crtbegin.asm (frame_object): Change size.
904         (__do_frame_setup_aux): New function.
905         * config/ia64/crtend.asm: call __do_frame_setup_aux.
906         * config/ia64/t-ia64 (LIB2ADDEH): Add.
907         * Makefile.in (LIB2ADDEH): Add.
908         (LIB2ADD): Use LIB2ADDEH.
909         
910 2000-05-24  Richard Henderson  <rth@cygnus.com>
911
912         * recog.c (offsettable_address_p): If mode size is zero, assume
913         BIGGEST_ALIGNMENT.
914
915 2000-05-24  J. David Anglin  <dave@hiauly.hia.nrc.ca>
916
917         * configure.in: Check for -Wno-long-long option support and improve
918         handling of warning CFLAGS for stages 1 and 2.
919         * Makefile.in (WARN_CFLAGS): Move definition to configure.in.
920         * configure: Regenerate.
921
922 Wed May 24 19:37:53 2000  Jeffrey A Law  (law@cygnus.com)
923
924         * gcc.texi: Remove contributor list.  Instead include contrib.texi.
925         * contrib.texi: New file.
926
927 Thu May 25 02:27:22 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
928
929         * loop.c (basic_induction_var): Avoid double recording of an increment.
930
931 Thu May 25 02:19:27 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
932
933         * Back out this patch:
934         Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
935           * loop.h (struct induction): Add multi_insn_incr.
936           * loop.c (basic_induction_var): New multi_insn_incr argument.
937           Set it if we search back through previous insns for the biv.
938           (record_biv): New multi_insn_incr argument; fill in struct induction.
939           (strength_reduce): Discard an iv with multiple bivs, any of
940           which require multiple insns to increment.
941
942         * loop.c (check_insn_for_bivs): Remove bits copied from above patch.
943
944 Thu May 25 02:09:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
945
946         * rtl.h (loc_mentioned_in_p): Declare.
947         * reload.c (loc_mentioned_in_p): Moved from here...
948         * rtlanal.c (loc_mentioned_in_p): to here.  No longer static.
949         Fix loop increment for 'E' handling.
950         * loop.c (strength_reduce): When doing biv->giv conversion,
951         take multi-insn biv increments into account.
952
953 2000-05-24  Jason Merrill  <jason@casey.soma.redhat.com>
954
955         * stmt.c (expand_end_bindings): Look through NOTEs to find a
956         BARRIER.
957
958 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
959
960         * calls.c (expand_call): Handle cleanups in tail-recursion
961         arguments analagously to cleanups in sibling calls.
962
963 2000-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
964
965         * simplify-rtx.c: Rename macro SIGN_EXTEND to HWI_SIGN_EXTEND.
966         All callers changed.
967
968 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
969
970         * expr.c (expand_assignment, store_expr, expand_expr,
971         expand_expr_unaligned): Set in_check_memory_usage while emitting
972         chkr_check_addr libcall.
973
974 2000-05-24  Nick Clifton  <nickc@cygnus.com>
975
976         * fold-const.c (extract_muldiv): When constructing a
977         multiplier/divisor, do not expect const_binop to correctly
978         determine if overflow has occured, so check explicitly.
979
980 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
981
982         * c-decl.c (build_enumerator): Don't modify the value's type,
983         convert it.
984
985 2000-05-24  Andreas Jaeger  <aj@suse.de>
986
987         * mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
988
989 2000-05-24  Eric Christopher <echristo@cygnus.com>
990
991         * configure.in: Redefine inhibit_libc conditions.
992         * libgcc2.c: Remove inhibit_libc conditional define.
993         * configure: Regenerate.
994
995 2000-05-24  Phil Edwards  <pme@sourceware.cygnus.com>
996
997         * configure.in:  For --enable-languages=LIST, check for empty LIST.
998         * configure:  Regenerate.
999
1000 2000-05-24  Lars Brinkhoff  <lars@nocrew.org>
1001
1002         * pdp11.h (STACK_BOUNDARY): Define.
1003
1004 2000-05-24  Jakub Jelinek  <jakub@redhat.com>
1005
1006         * ifcvt.c (if_convert): Update life info globally.
1007
1008 2000-05-24  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1009
1010         * emit-rtl.c (unshare_all_decls): New function.
1011         (unshare_all_rtl): Call it.
1012
1013 2000-05-23  Nick Clifton  <nickc@cygnus.com>
1014
1015         * configure.in: Treat 'strongarm' as if it were 'arm' when
1016         determining cpu type.
1017
1018         * configure: Regenerate.
1019
1020         * config/arm/arm.c: Change 'char *' to 'const char *' for cases
1021         where constant strings are involved.
1022
1023         * config/arm/arm.h (arm_condition_codes): Change type to 'const
1024         char *'.
1025
1026         * config/arm/arm-protos.h: Change 'char *' to 'const char *' for
1027         cases where constant strings are involved.
1028
1029 Tue May 23 15:08:31 2000  Clinton Popetz  <cpopetz@cygnus.com>
1030
1031         * config/sh/sh.c (gen_far_branch, split_branches): Update
1032         to reflect new prototypes for redirect_jump and invert_jump.
1033         (sh_insn_length_adjustment): Get rid of const warnings.
1034
1035 2000-05-23  Kazu Hirata  <kazu@hxi.com>
1036
1037         * invoke.texi (Options for Debugging Your Program or GCC): Update
1038         the names of dump files.
1039
1040 Tue May 23 13:58:52 2000  Philippe De Muyter  <phdm@macqel.be>
1041
1042         * configure.in (NO_MINUS_C_MINUS_O): Fix thinko in previous fix.
1043         * configure: Regenerated.
1044
1045 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
1046
1047         * simplify-rtx.c (SIGN_EXTEND): New macro.
1048         (simplify_unary_operation, simplify_binary_operation, 
1049         simplify_relational_operation): Use SIGN_EXTEND.  Make low
1050         halves of (low, high) pairs unsigned if they weren't already.       
1051         (simplify_ternary_operation): Cast INTVAL to unsigned before
1052         comparing to a MODE_BITSIZE.
1053
1054 2000-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1055
1056         * aclocal.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): New macros
1057         rewritten from the internals of gcc_AC_NEED_DECLARATION{S}.
1058         
1059         * configure.in (gcc_AC_CHECK_DECLS): Call this instead of
1060         gcc_AC_NEED_DECLARATIONS.
1061
1062         * dwarfout.c: Don't prototype time().
1063
1064         * gcc.c: Check HAVE_DECL_* instead of NEED_DECLARATION_*.
1065
1066         * system.h: Likewise.
1067
1068         * toplev.c: Likewise.
1069
1070 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
1071
1072         * c-decl.c (pushdecl): Invert sense of test for non-global types.
1073
1074 Tue May 23 18:11:42 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1075
1076         * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRUNCATION.
1077
1078 2000-05-23  Jonathan Larmour  <jlarmour@redhat.co.uk>
1079
1080         * config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
1081
1082 Tue May 23 06:50:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1083
1084         * config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler.
1085         (alpha_start_function): Never write ..ng label if VMS or NT.
1086         (alpha_align_insns): Remove GP_IN_USE arg.
1087         Alignment now unsigned.
1088         (alpha_reorg): Don't pass GP_IN_USE arg to alpha_align_insns.
1089         * config/alpha/alpha.md (prologue_ldgp): Split into one define_expand
1090         and two define_insn's.
1091
1092 2000-05-22  Richard Henderson  <rth@cygnus.com>
1093
1094         * combine.c (simplify_comparison): Use trunc_int_for_mode.
1095
1096 2000-05-22  Richard Henderson  <rth@cygnus.com>
1097
1098         * stor-layout.c (place_field): Change rli->size to rli->offset.
1099
1100 2000-05-22  Richard Henderson  <rth@cygnus.com>
1101
1102         * function.c (thread_prologue_and_epilogue_insns): Make sure 
1103         existing line number notes appear after the prologue.
1104
1105 Mon May 22 21:49:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1106
1107         * config/alpha/alpha.c (alpha_fnname): New static variable.
1108         (print_operand, case '~'): New case.
1109         (alpha_expand_prologue): Emit prologue_ldgp insn if needed.
1110         (alpha_start_function): Set alpha_fnname.
1111         Write "ng" label if no ldgp; don't write ldgp insn.
1112         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): New case '~'.
1113         * config/alpha/alpha.md (prologue_ldgp): New define_insn.
1114
1115 Mon May 22 11:30:48 2000  Clinton Popetz  <cpopetz@cygnus.com>
1116
1117         * jump.c (jump_optimize_1): Don't increment LABEL_NUSES
1118         on deleted labels.
1119
1120 2000-05-22  Zack Weinberg  <zack@wolery.cumb.org>
1121
1122         * varasm.c (eh_frame_section): Revert change to argument list.
1123
1124 Mon May 22 13:14:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1125
1126         * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.
1127         (gen_extend_insn, can_fix_p, can_float_p): Likewise.
1128         
1129         * final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
1130         dangling "else" that causes "break" to be conditional.
1131         Also remove unneeded code at start.
1132
1133 Mon May 22 17:31:35 2000  Philippe De Muyter  <phdm@macqel.be>
1134
1135         * m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
1136         * fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
1137         * gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
1138
1139 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
1140
1141         * config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
1142         just one argument.
1143
1144 Mon May 22 06:57:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1145
1146         * alias.c (record_component_aliases): New function.
1147         * tree.h: Clean up some declarations and comments.
1148         (record_component_aliases): New declaration.
1149         * tree.c (get_alias_set): If type and has alias set, use it.
1150
1151 2000-05-22  Richard Henderson  <rth@cygnus.com>
1152
1153         * simplify-rtx.c (simplify_ternary_operation): Try to simplify
1154         IF_THEN_ELSE to a setcc form.
1155         * jump.c (can_reverse_comparison_p): Be prepared for insn null.
1156
1157 2000-05-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1158
1159         * fixinc/inclhack.def (sun_malloc): Handle `calloc'.
1160         (sun_malloc, sysz_stdtypes_for_sun): Add test_text.
1161
1162 Sun May 21 16:42:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1163
1164         * combine.c (try_combine): Handle i3_subst_into_i2 case when I2 is
1165         not a PARALLEL.
1166
1167 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
1168
1169         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
1170         * config/mn10300/mn10300.c (print_operand): Likewise.
1171
1172         * final.c (split_double): Right shift of negative values is not
1173         portable.
1174
1175         * ifcvt.c (if_convert): Scan and kill dead code.
1176
1177         * emit-rtl.c (unshare_all_rtl): Store the copied rtx.
1178
1179 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
1180
1181         * diagnostic.c: Eliminate implicit int.
1182         * except.c, gcc.c: Add static prototypes.
1183         * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED.
1184         * gensupport.c (process_rtx): Use XVEC to initialize vector
1185         slot of 'split'.
1186
1187         * print-rtl.c: If DEBUG_REGISTER_NAMES, define static 
1188         debug_reg_names instead of static reg_names.  If not, define
1189         global reg_names.
1190         * regclass.c: Don't define global reg_names unless
1191         DEBUG_REGISTER_NAMES is defined.
1192
1193         * reload1.c (order_regs_for_reload): Remove unused variable.
1194         * varasm.c: Include output.h after defaults.h.  Define
1195         eh_frame_section as function of no args, not of unspecified args.
1196
1197         * gcc.c: Constify argbuf; arguments to store_arg,
1198         process_command, main; elements of struct command and struct
1199         switchstr; local variables in execute, process_command, main.
1200
1201 2000-05-20  Bruce Korb  <bkorb@gnu.org>
1202
1203         * fixinc/inclhack.def:  many applications of c_fix=format + tests
1204         * fixinc/check.diff:  regenerated
1205         * fixinc/fixincl.x:  regenerated
1206
1207 Sat May 20 09:30:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1208
1209         * alias.c: Clarify some comments.
1210         (record_base_value): REGNO is unsigned.
1211         * rtl.h (record_base_value): Likewise.
1212
1213         * alias.c (aliases_everything_p): Don't special-case QImode here.
1214         * c-common.c (c_get_alias_set): Do it here.
1215         Handle BIT_FIELD_REF by getting alias info for arg.
1216         Use POINTER_TYPE_P.
1217
1218 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
1219
1220         * mklibgcc.in: Restore rule to create ${dir}.
1221
1222 Sat May 20 08:45:41 2000  H.J. Lu  <hjl@gnu.org>
1223
1224         * Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
1225         GCC_FOR_TARGET used by MULTILIBS.
1226         * mklibgcc.in: Make sure each .o file depends on the
1227         directory it will be in.
1228         Make the multilib directory depends libgcc.
1229
1230 Sat May 20 08:29:28 2000  H.J. Lu  <hjl@gnu.org>
1231
1232         * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
1233
1234 Sat May 20 07:27:35 2000  Alexandre Oliva  <aoliva@cygnus.com>
1235
1236         * fold-const.c (make_range): Handle degenerated intervals.
1237         Fixes c-torture/execute/991221-1.c
1238
1239 Fri May 19 18:16:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1240
1241         * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
1242         * reload.c (find_equiv_reg): Likewise.
1243         * alias.c (init_alias_analysis): Likewise.
1244         Only call prologue_epilogue_contains on insns.
1245         * basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.
1246         * bb-reorder.c (hard-reg-set.h): Include earlier.
1247         * haifa-sched.c (hard-reg-set.h): Likewise.
1248         * ifcvt.c (hard-reg-set.h): Likewise.
1249         * local-alloc.c (hard-reg-set.h): Likewise.
1250         * loop.c (hard-reg-set.h): Likewise.
1251         * predict.c (hard-reg-set.h): Likewise.
1252         * regrename.c (hard-reg-set.h): Likewise.
1253         * flow.c (hard-reg-set.h): Likewise.
1254         (reg_set_to_hard_reg_set): New function.
1255         * bitmap.c (regs.h, basic-block.h): No longer include.
1256         (bitmap.h): Now include.
1257         * conflict.c (hard-reg-set.h): Include.
1258         * profile.c (hard-reg-set.h): Likewise.
1259         * print-rtl.c (hard-reg-set.h): Likewise.
1260         * sbitmap.c (hard-reg-set.h): Likewise.
1261         * toplev.c (hard-reg-set.h): Likewise.
1262         * unroll.c (hard-reg-set.h, basic-block.h): Likewise.
1263         * hard-reg-set.h (reg_names): Now constant.
1264         * regs.h (reg_names): Likewise.
1265         * regclass.c (reg_names): Likewise.
1266         * loop.h (basic-block.h): No longer include.
1267         (bitmap.h): Now include.
1268         * reload1.c (order_regs_for_reload): Avoid loop over reg sets.
1269         * Makefile.in (LOOP_H, sbitmap.o, profile.o): Reflect above changes.
1270         (toplev.o, print-rtl.o, conflict.o, unroll.o, bitmap.o): Likewise.
1271
1272 2000-05-19  Jan Hubicka  <jh@suse.cz>
1273             Richard Henderson  <rth@cygnus.com>
1274
1275         * basic-block.h (struct edge_def): New field "count".
1276         (struct basic_block_def): Likewise.
1277         * flow.c (entry_exit_blocks): Add count fileds.
1278         (split_edge): Keep count information up-to-date.
1279         (dump_edge_info, dump_flow_info): Dump count fields.
1280
1281         * final.c (count_instrumented_edges): Rename to edge from arc.
1282         (end_final): Update users.
1283         * profile.c: Include expr.h, basic-block.h.
1284         (struct adj_list, ARC_TARGET, ARC_SOURCE, ARC_COUNT): Kill.
1285         (struct bb_info, label_to_bb, label_to_bb_size, bb_graph): Kill.
1286         (ignore_next_note, return_label_execution_count): Kill.
1287         (bbg_file_name, da_file_name): Kill.
1288         (edge_info, bb_info): New structures.
1289         (EDGE_INFO, BB_INFO, GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): New macros.
1290         (count_instrumented_edges, total_num_edges): Rename to edge from arc.
1291         (total_num_edges_instrumented): Likewise.
1292         (init_arc, expand_spanning_tree): Kill.
1293         (fill_spanning_tree, tablejump_entry_p): Kill.
1294         (instrument_edges):  Rewrite from instrument_arcs to use
1295         commit_edge_insertions infrastructure.
1296         (compute_branch_probabilities): Remove arguments; rewrite for
1297         CFG infrastructure; use rtl_dump_file directly.
1298         (branch_prob, find_spanning_tree): Likewise.
1299         (union_groups, find_group): New.
1300         (init_branch_prob): Make bbg_file_name and da_file_name local.
1301         (end_branch_prob): Use rtl_dump_file directly.
1302         (init_edge_profiler): Rename to edge from arc.
1303         (output_arc_profiler): Kill.
1304         (gen_edge_profiler): New.
1305         (output_func_start_profiler): Turn off profiling.  Make the
1306         constructor static when we can.
1307         * rtl.h (branch_prob, end_branch_prob): Update prototypes.
1308
1309         * toplev.c (DFI_flow): Remove.
1310         (DFI_cfg, DFI_life): New.
1311         (dump_file): Update accordingly.
1312         (compile_file): Call end_branch_prob if profile_arc_flag too.
1313         (rest_of_compilation): Move flow1 cfg creation to DFI_cfg.  Do edge
1314         profiling after the CFG is built.  Move flow1 life analysis to
1315         DFI_life.  Always estimate remaining probabilities.
1316
1317 2000-05-19  Richard Henderson  <rth@cygnus.com>
1318
1319         * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.
1320
1321         * flow.c (make_edges): The sibling call edge to exit is abnormal.
1322
1323 2000-05-19  Richard Henderson  <rth@cygnus.com>
1324
1325         * jump.c (redirect_jump): Add delete_unused argument.  Don't
1326         remove labels and code following when LABEL_NUSES goes to zero.
1327         (invert_jump): Likewise.
1328         (jump_optimize_1): Fix redirect/invert arguments.
1329         (do_cross_jump, thread_jumps): Likewise.
1330         * flow.c (split_edge): Likewise.
1331         * reorg.c (optimize_skip): Likewise.
1332         (reorg_redirect_jump, relax_delay_slots, dbr_schedule): Likewise.
1333         * profile.c (instrument_arcs): Likewise.
1334         * loop.c (find_and_verify_loops): Likewise.  Fix indentation.
1335         * rtl.h: Update prototypes.
1336
1337 Fri May 19 12:05:13 2000  Clinton Popetz  <cpopetz@cygnus.com>
1338
1339         * ssa.c (convert_from_ssa): Tell life_analysis we need death 
1340         notes.
1341         (make_regs_equivalent_over_bad_edges): Only look at abnormal
1342         critical edges.
1343
1344 2000-05-19  Zack Weinberg  <zack@wolery.cumb.org>
1345
1346         * cpphash.c (funlike_macroexpand): Make sure not to walk p1
1347         past l1 when deleting whitespace and markers.              
1348
1349         * cpplex.c (_cpp_scan_until): Clear AUX field of tokens.
1350         * cpplib.c (do_unassert): Put the list to compare against on
1351         the stack.
1352
1353 2000-05-19  Bruce Korb  <bkorb@gnu.org>
1354
1355         * fixinc/README:  cleaned up old documentation
1356         * fixinc/check.diff: regenerated & verified on OSR5 on ix86
1357         * fixinc/check.tpl: compute the list of needed directories
1358         emit "#if defined(name)" because of conflict
1359         omit machine name differences from output differences
1360         * fixinc/inclhack.def( m88k_multi_incl ):  Use `wrap' function
1361         (machine_name): change test text to use `sed' markers
1362         * fixinc/fixincl.x: regen
1363
1364 Fri May 19 06:49:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1365
1366         * config/elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of
1367         a CONSTRUCTOR.
1368
1369 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
1370
1371         * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
1372         it to match the current practice.
1373
1374 2000-05-18  Mark Mitchell  <mark@codesourcery.com>
1375
1376         * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
1377
1378 2000-05-18  Richard Henderson  <rth@cygnus.com>
1379
1380         * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.
1381         * rtl.h (insn_dependant_p): Declare it.
1382         * loop.c (strength_reduce): Use it.
1383
1384 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
1385
1386         * config/mn10300/mn10300.c (expand_prologue, expand_epilogue):
1387         16-bit and 64-bit clean-up.
1388
1389 2000-05-18 Mark Elbrecht <snowball3@bigfoot.com>
1390
1391         * configure.in (*-pc-msdosdjgpp): Set float_format to none.
1392         * configure: Rebuilt.
1393
1394 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
1395
1396         * genopinit.c: Use $ for escape sequences in optab patterns.
1397         Remove backslashes from optab patterns.  Change $A, $B, $C to
1398         expand to (int) whatever instead of just whatever; remove
1399         explicit (int) from all optab patterns.
1400
1401         * gensupport.c (xmalloc, xrealloc, xstrdup): Provide.
1402         * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c,
1403         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
1404         genrecog.c: Remove private copies of xmalloc, xrealloc, and
1405         xstrdup.
1406
1407 2000-05-18  Richard Henderson  <rth@cygnus.com>
1408
1409         * jump.c (jump_optimize_1): Base minimum insn count during
1410         find_cross_jump on BRANCH_COST.
1411
1412 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
1413
1414         * print-rtl.c (print_rtx): Only print note line number as string
1415         if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
1416         * final.c (final_scan_insn): Do nothing for note line number 0.
1417
1418 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
1419
1420         * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE
1421         from NOTE_INSN_EXPECTED_VALUE notes and NOTE_SOURCE_FILE from
1422         NOTE_INSN_DELETED_LABEL.
1423
1424 2000-05-18  Nick Clifton  <nickc@cygnus.com>
1425
1426         * config/arm/unknown-elf.h (UNIQUE_SECTION): Place constant,
1427         uninitialised data in .rodata not .bss, and do not interpret an
1428         error in the initialisation value as meaning that the variable
1429         should be placed in the .bss section.
1430
1431 Thu May 18 12:10:18 2000  Philippe De Muyter  <phdm@macqel.be>
1432
1433         * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
1434         not `$ac_cv_prog_cc_cc_c_o'.
1435         * configure: Regenerated.
1436
1437 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
1438             Richard Henderson  <rth@cygnus.com>
1439
1440         * c-common.h (enum c_tree_index): Add g77 type entries.
1441         (g77_integer_type_node, g77_uinteger_type_node): New.
1442         (g77_longint_type_node, g77_ulongint_type_node): New.
1443         * c-decl.c (init_decl_processing): Initialize them.
1444
1445 2000-05-18  Richard Henderson  <rth@cygnus.com>
1446
1447         * config/h8300/h8300.md (subs patterns): Use %G to negate.
1448
1449         * config/h8300/h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.
1450         (small_power_of_two): Likewise; use exact_log2.
1451         (adds_subs_operand, one_insn_adds_subs_operand): Remove.
1452         (output_adds_subs): Remove.
1453         (two_insn_adds_subs_operand): New.
1454         (split_adds_subs): New.
1455         * config/h8300/h8300-protos.h: Update.
1456         * config/h8300/h8300.h (CONST_OK_FOR_J): Cast to uns HOST_WIDE_INT.
1457         (CONST_OK_FOR_L): Match strict adds operands.
1458         (CONST_OK_FOR_N): Match struct subs operands.
1459         * config/h8300/h8300.md (adds_subs insns): Remove.
1460         (addhi patterns): Output adds/subs directly.
1461         (addsi_h8300h): Likewise.
1462         (addhi/addsi splitters): New.  Decompose two_insn_adds_subs_operand.
1463
1464 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
1465
1466         * cppexp.c (parse_assertion): New.
1467         (lex): Call it for CPP_HASH.  Remove CPP_ASSERTION case.
1468         (_cpp_parse_expr): Remove case '#'.  Don't set
1469         parsing_if_directive.
1470         * cpphash.c (collect_objlike_expansion,
1471         collect_funlike_expansion, collect_params,
1472         _cpp_create_definition): The list no longer has a trailing
1473         VSPACE token.
1474         * cpphash.h (enum node_type): Add T_ASSERTION.
1475         (struct hashnode): Remove aschain, add pred.
1476         (struct predicate): New.
1477         Update prototypes.
1478
1479         * cpplex.c (expand_token_space): Handle both offset and
1480         nonoffset lists.
1481         (init_token_list, _cpp_free_token_list, _cpp_parse_assertion): Delete.
1482         (_cpp_init_toklist, _cpp_clear_toklist, _cpp_free_toklist,
1483         _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
1484         _cpp_equiv_toklists): New.
1485         (_cpp_scan_line): Rename to _cpp_scan_until; add ability to
1486         stop at any single-character token, not just newline.
1487         (_cpp_lex_token): Remove special cases for #define and #if.
1488         (cpp_get_token): Expect # as a separate token type.  Remove
1489         DIRECTIVE case.
1490         (_cpp_get_directive_token): Remove DIRECTIVE case.
1491         (_cpp_lex_line, _cpp_lex_file, _cpp_init_input_buffer): Update.
1492
1493         * cpplib.c (_cpp_check_directive): Set dirno and
1494         SYNTAX_INCLUDE bit of flags, not dir_handler and dir_flags.
1495         (_cpp_handle_directive): Run # <number> through the same logic
1496         as normal directives.
1497         (do_define): Don't set parsing_define_directive.  Use
1498         _cpp_scan_until.  The list does not have a VSPACE at the end.
1499         (do_if): Save, clear, and restore only_seen_white around 
1500         _cpp_parse_expr.
1501         (skip_if_group): s/CPP_DIRECTIVE/CPP_HASH/
1502         (do_assert, do_unassert): Rewrite.
1503
1504         * cpplib.h (TTYPE_TABLE): Remove CPP_ASSERTION.
1505         (LIST_OFFSET): New flag.
1506         (struct cpp_toklist): Replace dir_handler and dir_flags with
1507         dirno and flags.
1508         (struct cpp_reader): Remove parsing_if_directive and
1509         parsing_define_directive.
1510
1511 2000-05-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1512
1513         * fixinc/inclhack.def (broken_cabs): Update fix to handle comments
1514         following the cabs decl which terminate on the following line.
1515         Add the corresponding test_text case.
1516
1517 2000-05-18  Neil Booth  <NeilB@earthling.net>
1518
1519         * cppinit.c (cpp_reader_init): Initialise col_adjust and
1520         default tab stop size.
1521         (no_num, OPT_ftabstop): New.
1522         (handle_option): Handle "ftabstop=" command-line option.
1523         (print_help): Document it.
1524         * cpplex.c (COLUMN): Remove.
1525         (handle_newline): Reset col_adjust.
1526         (skip_whitespace): Update col_adjust as tabs encountered.
1527         (_cpp_lex_line): Update to use col_adjust.  Call
1528         skip_whitespace for all whitespace.
1529         * cpplib.h (struct cpp_options): New member tabstop.
1530         (struct cpp_reader): New member col_adjust.
1531         (CPP_BUF_COL): Update.
1532         (CPP_BUF_COLUMN): New.
1533         * cpp.texi: Document "-ftabstop=" command line option.
1534
1535 Wed May 17 18:19:41 2000  Philippe De Muyter  <phdm@macqel.be>
1536
1537         * configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
1538         files.
1539         * configure: Rebuilt.
1540
1541 Wed May 17 18:06:12 2000  John David Anglin <dave@hiauly1.hia.nrc.ca>
1542
1543         * mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
1544
1545         * tree.c (build_common_tree_nodes): Do not build TI nodes unless
1546         HOST_BITS_PER_WIDE_INT is >= 64.
1547
1548 2000-05-17  Richard Henderson  <rth@cygnus.com>
1549
1550         * jump.c (jump_optimize_1): Remove inactive but real insns
1551         in jump-to-next-insn optimization.
1552
1553 2000-05-17  Richard Henderson  <rth@cygnus.com>
1554
1555         * toplev.c (rest_of_compilation): Don't call optimize_mode_switching
1556         unless OPTIMIZE_MODE_SWITCHING.  Conditionally set no_new_pseudos.
1557         Don't call recompute_reg_usage if no_new_pseudos is true.
1558         * lcm.c (optimize_mode_switching): Move ifdefs outside function.
1559         Return true if we did work; update global life information.
1560         * basic-block.h (optimize_mode_switching): Update decl.
1561
1562 2000-05-17  Neil Booth  <neilb@earthling.net>
1563
1564         * cpplex.c (expand_name_space): Don't use ptrdiff_t.
1565
1566 2000-05-17  Zack Weinberg  <zack@wolery.cumb.org>
1567
1568         * cpplib.c: New feature, #pragma system_header.
1569         * cpp.texi: Document special treatment of system headers, and
1570         the various mechanisms to get a header that special treatment.
1571
1572 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1573
1574         * system.h (offsetof): Define at the very end, to ensure we prefer
1575         the platform's definition if available.
1576
1577 2000-05-16  Bruce Korb  <bkorb@gnu.org>
1578
1579         * fixinc/fixincl.c: improve the debug displays, ignore SIGPIPE
1580         * fixinc/server.c: likewise
1581         * fixinc/fixfixes.c( char_macro_def_fix ): fix regex
1582         + #ifdef debugging code + use #def constant for
1583         sub-pattern count
1584         * fixinc/inclhack.def( hpux11_fabsf ): Keep HP-UX 11 from stomping
1585         on C++ math namespace
1586
1587 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1588
1589         * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
1590         Don't check the return value of sprintf.  Use asprintf to avoid
1591         buffer overflows.
1592
1593 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1594
1595         * flags.h (warn_unused_function, warn_unused_label,
1596         warn_unused_parameter, warn_unused_variable, warn_unused_value):
1597         Replace ``warn_unused''.
1598         (set_Wunused): Add declaration.
1599         * toplev.c (set_Wunused): New function.
1600         (warn_unused_function, warn_unused_label, warn_unused_parameter,
1601         warn_unused_variable, warn_unused_value): New variables.
1602         (W_options): Add -Wunused-function, -Wunused-function,
1603         -Wunused-label, -Wunused-parameter, -Wunused-variable and
1604         -Wunused-value.  Delete -Wunused.  Handled in decode_W_option.
1605
1606         * toplev.c (decode_W_option): Update -Wunused flags by calling
1607         set_Wunused.
1608         * c-decl.c (c_decode_option): Ditto for -Wall.
1609
1610         * stmt.c (expand_expr_stmt, expand_expr_stmt,
1611         warn_about_unused_variables): Replace warn_unused with more
1612         explicit warn_unused_value et.al.
1613         * function.c (expand_function_end): Ditto.
1614         * c-typeck.c (internal_build_compound_expr,
1615         internal_build_compound_expr): Ditto.
1616         * c-decl.c (poplevel, pop_label_level): Ditto.
1617         * toplev.c (check_global_declarations): Replace warn_unused with
1618         check for either warn_unused_function or warn_unused_variable.
1619
1620         * gcc.1, invoke.texi (Warning Options): Document
1621         -Wunused-function, -Wunused-function, -Wunused-label,
1622         -Wunused-parameter, -Wunused-variable and -Wunused-value options.
1623
1624 Wed May 17 10:28:12 2000  Philippe De Muyter  <phdm@macqel.be>
1625
1626         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Find libgcc1.c in
1627         $(srcdir), not in the current directory.
1628
1629 2000-05-16  Richard Henderson  <rth@cygnus.com>
1630
1631         * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the
1632         assembler supports it.
1633         (.fini, .init): Use a gp-relative indirect call.
1634         (__do_global_dtors_aux): Preserve the gp; rebundle.
1635         (__do_frame_setup): Likewise.
1636         * config/ia64/crtend.asm (.IA_64.unwind): Don't terminate with -1.
1637         (.init): Use a gp-relative indirect call.
1638         (__do_global_ctors_aux): Preserve the gp.
1639
1640 2000-05-16  Richard Henderson  <rth@cygnus.com>
1641
1642         * flow.c (commit_one_edge_insertion): Be prepared for a return
1643         insn to be inserted on the edge with a normal jump.
1644         * jump.c (jump_optimize_1): Don't look to create return isns.
1645
1646         * flow.c (flow_delete_insn): Don't adjust reference count of notes.
1647         * jump.c (jump_optimize_1): Likewise.
1648         (returnjump_p): Verify the argument is a JUMP_INSN.
1649         * rtl.def (NOTE): Add 5th element for NOTE_INSN_DELETED_LABEL.
1650
1651 2000-05-16  Nick Clifton  <nickc@cygnus.com>
1652
1653         * config/m32r/m32r.c (small_insn_p): Use INSN_P() to replace
1654         GET_RTX_CLASS (GET_CODE ()) == 'i'.
1655         (large_insn_p): Ditto.
1656         (m32r_is_insn): New function: Return true if the insn contains
1657         an executable instruction.
1658         (m32r_adjust_insn): Use m32r_is_insn.
1659         (m32r_sched_reorder): Use m32r_is_insn.
1660         (m32r_sched_variable_issue): Use m32r_is_insn.
1661
1662 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1663
1664         * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like
1665         VAR_DECL.
1666
1667         * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable.
1668
1669         * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux
1670         according to given options.
1671
1672 Tue May 16 12:17:31 2000  Jeffrey A Law  (law@cygnus.com)
1673
1674         * mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS
1675         if X has VOIDmode either.
1676         (LIMIT_RELOAD_CLASS): Similarly.
1677
1678         * mn10200.md (indirect_jump, tablejump): Use "register_operand",
1679         not "general_operand" to match the processor's capabilities.
1680
1681 2000-05-16  Bruce Korb  <bkorb@gnu.org>
1682
1683         * fixinc/README:  corrected return address
1684         * fixinc/check.diff:  regenerate, now that test works
1685         * fixinc/fixfixes.c(format_fix,format_write): reformatted
1686         (char_macro_def_fix,char_macro_use_fix): corrected and
1687         rewrote to use regex to parse the text
1688         * fixinc/inclhack.def: more testing
1689         * fixinc/fixincl.x:  regenerated
1690
1691         * fixinc/inclhack.def: added several "test_text" attributes
1692         changed several fixes to use `c_fix = format'
1693         re-alphabetized the fixes
1694
1695         * fixinc/check.diff: regenerate
1696         * fixinc/fixincl.x: regenerate
1697         * fixinc/check.tpl: added `sparc' and `netinet' to the list
1698         of created dirs
1699
1700
1701 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
1702
1703         * config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.
1704
1705 2000-05-15  Richard Henderson  <rth@cygnus.com>
1706
1707         * toplev.c (rest_of_compilation): Run full jump pass before
1708         find_basic_blocks of flow2.
1709
1710 2000-05-15  Richard Henderson  <rth@cygnus.com>
1711
1712         * jump.c: Fix typos and clarify commentary from last change.
1713         (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE.
1714         (safe_to_remove_jump_p): Remove.
1715         (condjump_label): Use pc_set.
1716
1717 2000-05-15  Richard Henderson  <rth@cygnus.com>
1718
1719         * ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns
1720         that get in the way after reload.
1721         (cond_exec_process_if_block): Skip a label heading THEN block.
1722
1723 2000-05-15  Richard Henderson  <rth@cygnus.com>
1724
1725         * varasm.c (output_constant_pool): Abort instead of converting
1726         (improperly) deleted labels to zero.
1727
1728 2000-05-16  Neil Booth  <NeilB@earthling.net>
1729
1730         * cpplex.c (parse_string2): Update comment.
1731         (cpp_lex_line): No special assertion treatment for '('.
1732         * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT.
1733         * cpplib.h (SYNTAX_ASSERT): Remove.
1734
1735 Mon May 15 21:45:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1736
1737         * jump.c (condjump_p):  Mark as depreached.
1738         (any_condump_p): New.
1739         (any_uncondump_p): New.
1740         (pc_set): New.
1741         (safe_to_remove_jump_p): New.
1742         * rtl.h (any_condump_p, any_uncondjump_p, pc_set
1743         safe_to_remove_jump_p): Declare.
1744
1745 Mon May 15 21:07:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1746
1747         * calls.c: Re-install both patches reverted by last patch.
1748         (struct arg_data): New field tail_call_reg.
1749         (initialize_argument_information): Initialize tail_call_reg
1750         (load_register_parameters): New argument flags, use
1751         tail_call_reg when emiting tail call sequence.
1752         (expand_call): Update call of load_register_parameters;
1753         copy unadjusted_args_size to adjusted_args_size.
1754
1755 Mon May 15 19:01:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1756
1757         * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
1758         and bct_p parameters to flags.
1759         * loop.h (LOOP_UNROLL, LOOP_BCT): New constants.
1760         * rtl.h (loop_optimize): Update prototype.
1761         * toplev.c (rest_of_compilation): Update call of loop_optimize.
1762
1763 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
1764
1765         * calls.c (expand_call): Move expand_start_target_temps call after
1766         start_sequence().
1767
1768 2000-05-15  Neil Booth  <NeilB@earthling.net>
1769
1770         * cpphash.c (trad_stringify, warn_trad_stringify,
1771         collect_params): Make some pointers pointers to const.
1772         * cpplex.c (auto_expand_name_space) Guaranteed to always
1773         expand by at least one character.
1774         (SPELL_CHAR, SPELL_NONE): Temporarily reverse order.
1775         (struct token_spelling): Use const U_CHAR * rather than PTR.
1776         (expand_name_space): Fix up token pointers if name space
1777         is moved when expanding.
1778         (INIT_NAME, cpp_scan_line, parse_name, parse_number,
1779         parse_string2, save_comment, spell_token, cpp_output_list):
1780         Update so the routines handle tokens with a direct pointer to
1781         their text, rather than an offset into the token's list's namebuf.
1782         (_cpp_lex_line): Rearrange for clarity.
1783
1784         * cpplib.c (_cpp_check_directive): Similarly.
1785         (do_define): Make SYM a pointer to const.
1786         * cpplib.h (struct cpp_name): Replace offset with direct pointer.
1787         (CPP_INT, CPP_FLOAT): Spelling type should be SPELL_IDENT.
1788         (TOK_OFFSET): Delete.
1789         (TOK_NAME): Update.
1790
1791 2000-05-14  Geoffrey Keating  <geoffk@cygnus.com>
1792
1793         * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
1794         64-bit ABI.
1795
1796         * config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE 
1797         into account.
1798         (logical_u_operand): Delete.
1799         (non_logical_cint_operand): Rewrite to take MODE into account.
1800         (non_logical_u_cint_operand): Delete.
1801         (boolean_operator): New function.
1802         (print_operand): Add new %q operand.
1803         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,
1804         remove logical_u_operand and non_logical_u_cint_operand,
1805         update logical_operand and non_logical_cint_operand.
1806         * config/rs6000/rs6000.md: Rewrite the patterns for performing
1807         logical operations to use %q.
1808
1809         * config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
1810         (movdi): Make similar to movsi.
1811         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): There
1812         is no such thing as a DImode CONST_DOUBLE.
1813         * config/rs6000/rs6000.c (output_toc): Likewise.
1814         
1815         * config/rs6000/rs6000.c (output_cbranch): Don't output prediction
1816         codes when old mnemonics are in use.  Print register names
1817         for cc registers when requested.
1818
1819         * optabs.c (expand_float): Don't allow mode widening that causes
1820         double rounding.
1821
1822         * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
1823         flags to their current names -maix64 and -maix32.
1824
1825 2000-05-14  Bruce Korb  <bkorb@gnu.org>
1826
1827         * fixinc/fixfixes.c(wrap_fix): new fix - inserts text before
1828         and/or after current text of file
1829         * fixinc/fixlib.c(must_malloc):
1830         * fixinc/fixlib.h(must_malloc): + reformatting
1831         * fixinc/inclhack.def: replace the "1i" and "$a" sed commands
1832         with usages of ``c_fix = wrap;''
1833         Add several tests and use the ``c_fix = format'' fixer more.
1834         * fixinc/fixincl.x: regen
1835         * fixinc/check.diff: regen
1836         * fixinc/check.tpl: emit the associated header with the missing
1837         test message
1838
1839 Sun May 14 17:58:59 2000  Hans-Peter Nilsson  <hp@axis.com>
1840
1841         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
1842         variables $src and $dst.
1843         
1844 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
1845
1846         * diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
1847         (DIAGNOSTICS_SHOW_PREFIX_NEVER): Likewise.
1848         (DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE): Likewise.
1849         (struct output_buffer: emitted_prefix_p, prefixing_rule): New
1850         fields. 
1851         (set_message_prefixing_rule): Declare.
1852
1853         * diagnostic.c: (current_prefixing_rule): New variable.
1854         (set_message_prefixing_rule): Define.
1855         (output_set_prefix): Adjust buffer->emitted_prefix_p.
1856         (init_output_buffer): Adjust Initialization.
1857         (output_emit_prefix): Rewrite.  Take prefixing rules into account.
1858         
1859 Sat May 13 11:05:47 2000  Philippe De Muyter  <phdm@macqel.be>
1860
1861         * ifcvt.c (if_convert): Do not free NULL.
1862
1863 2000-05-12  Nick Clifton  <nickc@cygnus.com>
1864
1865         * config/fr30/fr30.c (fr30_move_double): New function:  Emit code
1866         to move a double word value.
1867         (di_operand): New function: Return true if the operand is suitbale
1868         for a double word move operation.
1869         (nonimmediate_di_operand): New function: Return true if the
1870         operand is a DImode register or MEM.
1871
1872         * config/fr30/fr30.h (PREDICATE_CODES): Add di_operand and
1873         nonimmediate_di_operand.
1874
1875         * config/fr30/fr30-protos.h Add fr30_move_double, di_operand, and
1876         nonimmediate_di_operand.
1877
1878         * config/fr30/fr30.md (movdi): New pattern.  Required because
1879         other patterns generate DImode results.
1880         (movdi_insn): New pattern.
1881
1882 2000-05-12  Richard Henderson  <rth@cygnus.com>
1883
1884         * config/alpha/alpha.c (struct shadow_summary): Define
1885         bitfields as type unsigned int.
1886
1887 Sat May 13 00:09:59 2000  Denis Chertykov  <denisc@overta.ru>
1888
1889         * config/avr/t-avr: Added definition of FLOAT while generates
1890         fp-bit.c
1891
1892         * config/avr/avr.md: `NEXT_INSN (insn)' substituted to `insn' in
1893         peepholes for tst+jump = sbrs/sbrc optimization.
1894
1895 Fry May 12 20:03:00 CEST 2000  Jan Hubicka  <jh@suse.cz>
1896
1897         * expr.c (emit_push_insn): Do not adjust stack pointer when
1898         preallocating.
1899
1900 Fri May 12 19:03:58 2000  Philippe De Muyter  <phdm@macqel.be>
1901
1902         * ggc-simple.c (offsetof): Macro fallback definition moved from here ..
1903         * system.h (offsetof): ... to here.
1904
1905 2000-05-12  Richard Henderson  <rth@cygnus.com>
1906
1907         * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
1908         * final.c (final_end_function): Use app_disable.  Rearrange note
1909         handling into a switch.  Emit deleted labels.
1910         (output_asm_label): Generate label strings for deleted labels.
1911         * flow.c (tail_recursion_label_list): New.
1912         (find_basic_blocks_1): Set label_value_list directly.  Collect list
1913         of tail recursion labels from call_placeholders.  Don't add deleted
1914         labels to the label value list.
1915         (cleanup_cfg): Use free_EXPR_LIST_list.
1916         (flow_delete_insn_chain): Turn non-removable labels into notes.
1917         (flow_delete_block): Don't disable deleting the block because of
1918         a non-removable label.
1919         (tail_recursion_label_p): New.
1920         (merge_blocks_move_predecessor_nojumps): Don't disable the merge
1921         because of a label.
1922         (merge_blocks_move_successor_nojumps): Likewise.  Also move a
1923         jump table.
1924         (merge_blocks): Disable a merge because of tail recursion labels.
1925         * ifcvt.c (merge_if_block): Don't disable a merge because of a label.
1926         Use a more accurate measure of not merging the join block.
1927         (find_if_block): Don't disable conversion because of a label.
1928         (find_if_case_1, find_if_case_2): Likewise.
1929         * jump.c (duplicate_loop_exit_test): Preserve the kind of list
1930         element when copying.
1931         (squeeze_notes): Also leave EH notes.
1932         (mark_jump_label): Ignore deleted labels.  Use an INSN_LIST for
1933         REG_LABEL notes.
1934         (delete_insn): Preserve LABEL_NAME in NOTE_SOURCE_FILE when
1935         deleting a label.
1936         * print-rtl.c (print_rtx): Print NOTE_SOURCE_FILE for
1937         NOTE_INSN_DELETED_LABEL.  Print `[# deleted]' for a label_ref
1938         referring to a deleted label.  Convert tail handling to a switch.
1939         * rtl.def (CODE_LABEL): Rearrange elements to be compatible with NOTE
1940         for NOTE_INSN_DELETED_LABEL.
1941         (NOTE): Fix commentary.
1942         * rtl.h (REG_LABEL): Update commentary wrt INSN_LIST.
1943         (REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
1944         (CODE_LABEL_NUMBER, LABEL_NAME): Update index.
1945         (LABEL_NUSES, LABEL_REFS): Likewise.
1946         * unroll.c (copy_loop_body): Don't copy NOTE_INSN_DELETED_LABEL.
1947
1948 2000-05-12  Bruce Korb  <bkorb@gnu.org>
1949
1950         * fixinc/fixfixes.c(format_write): buglet & relaxed rules
1951         * fixinc/check.diff: updated
1952         * fixinc/inclhack.def: corrected & added some test_text-s
1953         * fixinc/genfixes: removed unneeded options to autogen invocation
1954         * fixinc/fixincl.tpl: Specified the output file
1955         * fixinc/fixfixes.c: visual appearance
1956         * fixinc/fixincl.x: regenerate
1957
1958 2000-05-12  Zack Weinberg <zack@wolery.cumb.org>
1959
1960         * fixinc/fixfixes.c (IO_use_fix, IO_defn_fix, CTRL_use_fix,
1961         CTRL_defn_fix): Delete.
1962         (fix_char_macro_defines, fix_char_macro_uses): Rename to
1963         char_macro_def_fix and char_macro_use_fix, respectively.  Put
1964         them into the FIXUP_TABLE.  Get the string to search for from
1965         a c_fix_arg.
1966
1967         (format_write): New function.
1968         (format_fix): Use it.
1969
1970         (FIX_PROC_HEAD): Constify text parameter.
1971         (machine_name_fix): Constify all char *s.
1972         * fixtests.c (skip_quote): Remove double static.
1973
1974         * inclhack.def (io_def_quotes, io_use_quotes, ctrl_def_quotes,
1975         ctrl_use_quotes): Update for new scheme.
1976         * fixincl.x: Regenerate.
1977
1978 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
1979
1980         * config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
1981         DWARF2_DEBUG.
1982         (DWARF2_ASM_LINE_DEBUG_INFO): Define.
1983         (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
1984
1985 2000-05-11  Robert Lipe <robertlipe@usa.net>
1986
1987         * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
1988         * fixincl.x: Regenerate.
1989
1990 2000-05-11  Richard Henderson  <rth@cygnus.com>
1991
1992         * calls.c: Revert both 05-09 patches.
1993
1994 2000-05-11  Alexandre Oliva  <aoliva@cygnus.com>
1995
1996         * config/mn10300/mn10300.c (print_operand): Print FP constants in
1997         hexadecimal.
1998         * config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint
1999         for FP values.
2000
2001         * mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
2002         and replace any occurrences of `=' in multilib dirs with `$(EQ)'.
2003
2004 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
2005
2006         * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.
2007
2008 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
2009
2010         * fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
2011
2012 Thu May 11 22:28:05 2000  Denis Chertykov  <denisc@overta.ru>
2013
2014         * config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
2015         * config/avr/avr.c (jump_over_one_insn_p): New function.
2016         * config/avr/avr.md: New peepholes added. Output test and
2017         conditional jump to "sbrc" or "sbrs" command.
2018
2019 2000-05-11  Mark Elbrecht  <snowball3@bigfoot.com>
2020
2021         * cppmain.c (main): Use IS_DIR_SEPARATOR.
2022
2023 2000-05-11  Jakub Jelinek  <jakub@redhat.com>
2024
2025         * except.c (find_exception_handler_labels_1): New function.
2026         (find_exception_handler_labels): Split into two functions, dive
2027         into CALL_PLACEHOLDERs when looking for exception handler labels.
2028
2029 2000-05-11 Stan Cox <scox@cygnus.com>
2030
2031         * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
2032         * timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2.
2033         * toplev.c (rest_of_compilation): Call regrename_optimize before sched2.
2034
2035 2000-05-11  Bruce Korb  <bkorb@gnu.org>
2036
2037         * fixinc/fixfixes.c (double_slash_fix):  obsolete
2038         (else_endif_label_fix): obsolete
2039         (format_fix):  new, unused as yet
2040         (main): obsolete
2041         * fixinc/fixlib.h: added fix description struct for use by format_fix
2042         * fixinc/fixincl.c: removed the struct & test for SIGIOT befure using
2043         * fixinc/Makefile.in:  compile fixfixes.c and fixtests.c as separate
2044         modules.  Removed the vestiges of the script version.
2045         Added support for "make check".
2046         * fixinc/check.diff: base diff file (needs work!!)
2047         * fixinc/check.tpl: quiet the fixup output
2048         * fixinc/fixtests.c (main): obsolete
2049         * fixinc/fixincl.sh:  don't bother copying fixincl to ..
2050         * fixinc/fixincl.tpl:  provide for arguments to c_fix routines
2051
2052 Thu May 11 11:57:02 MET DST 2000  Jan Hubicka <jh@suse.cz>
2053
2054         * toplev.c (rest_of_compilation): Remove dead code after
2055         combine.
2056
2057 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
2058
2059         * cpphash.c (collect_funlike_expansion): Make "# is not
2060         followed by a macro argument name" a pedwarn, not an error.
2061         Preserve the # in the output.  Suppress the warning if lang_asm.
2062
2063 Thu May 11 01:19:31 2000  Jeffrey A Law  (law@cygnus.com)
2064
2065         * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
2066         * configure: Rebuilt.
2067
2068 2000-05-10 Laurynas Biveinis <lauras@softhome.net>
2069
2070         * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
2071
2072 2000-05-10  Kazu Hirata  <kazu@hxi.com>
2073
2074         * combine.c (try_combine): Fix a typo.
2075
2076 Wed May 10 21:31:44 2000  Jim Wilson  <wilson@cygnus.com>
2077
2078         * config/ia64/ia64.md (insv): Add comment.
2079
2080 2000-05-10  Richard Henderson  <rth@cygnus.com>
2081
2082         * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
2083         * mklibgcc.in: Rewrite to not use functions.  Don't shortcut
2084         dependancies on FPBIT and DPBIT.
2085
2086 2000-05-10  Nick Clifton  <nickc@redhat.com>
2087
2088         * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
2089         when optimising for size.
2090         (mark_used_regs:) Ditto.
2091         (try_pre_increment_1): Ditto.
2092
2093 2000-05-10  Zack Weinberg  <zack@wolery.cumb.org>
2094
2095         * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
2096         Make error message friendlier.
2097
2098         * cpphash.h (struct hashnode): Use struct hack for name
2099         member.
2100         * cpphash.c (struct hashdummy): New.
2101         (eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
2102         (make_HASHNODE): No need to set ->name pointer.  Correct
2103         setting of p.
2104         (cpp_lookup): Make 'dummy' a struct hashdummy.  Tidy up a bit.
2105
2106 2000-05-10  Richard Henderson  <rth@cygnus.com>
2107
2108         * flow.c (find_basic_blocks_1): Remove any spare bb_note
2109         after completion.
2110
2111 2000-05-10  Bruce Korb  <bkorb@gnu.org>
2112
2113         * fixinc/gnu-regex.c:  reg_syntax_t re_syntax_options must be static
2114
2115 2000-05-10  Eric Schweitz  <schweitz@nortelnetworks.com>
2116
2117         * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
2118         after we enter .debug.
2119
2120 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
2121
2122         * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
2123         abstract instance of a nested inline function.
2124
2125         * stor-layout.c (finish_record_layout): finalize_type_size
2126         before laying out the pending_statics.
2127
2128 Wed 10 May 09:36:47 2000  Neil Booth  <NeilB@earthling.net>
2129
2130         * cpplex.c (spell_token): New function.
2131         (spell_string, spell_comment, spell_name): fold into
2132         spell_token.    
2133         (I, S): Add macros.
2134         (E, H): Remove macros.
2135         (save_comment): Save comment opening characters too.
2136         (_cpp_lex_file): Update to use spell_token.  Tidy up comment
2137         handling.
2138         * cpplib.h (I, S): Add macros.
2139         (E, H): Remove macros.
2140         (TTYPE_TABLE): Update entries for new speller.
2141         (SYNTAX_ASSERT): Remove.
2142
2143 Wed 10 May 09:08:30 2000  Neil Booth  <NeilB@earthling.net>
2144
2145         * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
2146         when removing escaped newlines.  Reverse sense of test for
2147         escaped newline.
2148
2149 2000-05-09  Richard Henderson  <rth@cygnus.com>
2150
2151         * flow.c (find_basic_blocks_1): Do not delete the first
2152         bb_note we run across.
2153         (create_basic_block): Use reorder_insns to move an existing
2154         bb_note to the correct place.
2155
2156 2000-05-09  Richard Henderson  <rth@cygnus.com>
2157
2158         * calls.c (expand_call): Increment currently_expanding_call
2159         before calling optimize_tail_recursion.
2160
2161 Tue May  9 18:54:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2162
2163         * reload1.c (reload_combine): Fix errors in last change.
2164
2165 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
2166
2167         * gcc.c (used_arg): Skip over a semicolon at the end of the
2168         split-up loop; don't break out of it.
2169
2170         * Makefile.in (WARN_CFLAGS): Add -Wwrite-strings.
2171         (tree.o): Depend on output.h.
2172
2173         * c-decl.c (pending_invalid_xref_file,
2174         current_function_prototype_file): Constify.
2175         (pushdecl): Constify a local char *.
2176         (define_label): Constify filename parameter.
2177         * c-lex.c (init_parse): Constify parameter and return value.
2178         * c-typeck.c (c_expand_asm_operands): Constify filename parameter.
2179         * c-tree.h: Update prototypes.
2180         * c-parse.in: Constify filename member of %union, and if_stmt_file.
2181         * c-parse.y, c-parse.c, c-parse.h, objc/objc-parse.y,
2182         objc/objc-parse.c: Regenerate.
2183
2184         * dwarfout.c (dwarfout_init): Constify main_input_filename parameter.
2185         * dwarfout.h: Update prototypes.
2186         * expr.c (expand_expr): Constify a local char *.
2187         * flags.h: Constify main_input_filename.
2188         * function.c (expand_function_end): Constify filename parameter.
2189         * genrecog.c (make_insn_sequence): Use a character array for
2190         c_test_pos.
2191         (main): Remove unused variables.
2192         * input.h: Constify input_filename, main_input_filename, and
2193         file_stack.name.  Update prototypes.
2194         * output.h: Declare first_global_object_name and
2195         weak_global_object_name here, as const char *.
2196         * stmt.c (expand_asm_operands): Constify filename parameter.
2197         * toplev.c (compile_file, push_srcloc, debug_start_source_file):
2198         Constify filename parameter.
2199         (input_filename, main_input_filename): Constify.
2200         * toplev.h: Update prototypes.
2201         * tree.c: Include output.h.  Don't declare
2202         first_global_object_name or weak_global_object_name.  Clean up string
2203         bashing in get_file_function_name_long.
2204         * tree.h (struct tree_decl): Constify filename member.
2205         (input_filename): Constify.
2206         Update prototypes.
2207         * varasm.c (first_global_object_name, weak_global_object_name):
2208         Constify.
2209         (assemble_start_function, assemble_variable): Clean up string bashing.
2210
2211         * gcc.c: Constify all spec-related strings initialized,
2212         transitively, from string constants.  Constify all strings
2213         and string variables related to multilibs.
2214         (set_spec, read_specs): Cast argument to free to PTR.
2215         (used_arg): Do not modify multilib_matches.  Use strncmp plus
2216         length comparison to compare multilib switches.
2217         * genmultilib: Constify everything declared in multilib.h.
2218
2219 Tue May  9 22:28:03 2000  Denis Chertykov  <denisc@overta.ru>
2220
2221         * flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn
2222         as deleted.
2223
2224 Tue May  9 20:52:43 2000  Denis Chertykov  <denisc@overta.ru>
2225
2226         * config/avr/avr-protos.h (extra_constraint): change a type of
2227         second argument from char to int to avoid warnings.
2228         (asm_output_byte): Likewise.
2229         
2230         * config/avr/avr.c (MAX_LD_OFFSET) New macro.
2231         (initial_elimination_offset): Handle elimination from
2232         FRAME_POINTER_REGNUM to STACK_POINTER_REGNUM.
2233         (legitimate_address_p): Use MAX_LD_OFFSET.
2234         (legitimize_address): Likewise.
2235         (out_movqi_r_mr): Likewise.
2236         (out_movhi_r_mr): Likewise, use `fatal_insn' instead of `fatal'.
2237         (out_movsi_r_mr): Use MAX_LD_OFFSET.
2238         (out_movsi_mr_r): Likewise.
2239         (out_movqi_mr_r): Likewise.
2240         (out_movhi_mr_r): Likewise.
2241         (notice_update_cc): Correct CC for the ashrqi3 with the shift
2242         count as CONST_INT != 6.
2243         (ashlqi3_out): Coding style modifications. Run `fatal_insn' if
2244         shift count is a CONSTANT_P, but not a CONST_INT.
2245         (ashlhi3_out): Coding style modifications.
2246         (ashlsi3_out): Likewise.
2247         (ashrhi3_out): Likewise.
2248         (ashrsi3_out): Likewise.
2249         (lshrhi3_out): Likewise.
2250         (lshrsi3_out): Likewise.
2251         (ashrqi3_out): Generate shift for any known constant count without
2252         scratch register. Run `fatal_insn' if shift count is a CONSTANT_P,
2253         but not a CONST_INT.
2254         (lshrqi3_out): Coding style modifications. Run `fatal_insn' if
2255         shift count is a CONSTANT_P, but not a CONST_INT. 
2256         (extra_constraint): change a type of
2257         second argument from char to int to avoid warnings.
2258         (asm_output_byte): Likewise.
2259         (asm_file_end): Output size generated commands count as a hex
2260         number too.
2261
2262         * config/avr/avr.h (RETURN_ADDR_RTX): New macro.
2263
2264         * config/avr/avr.md (addhi3): Fragment commented by &&0 is
2265         removed.
2266         (ashlqi3): Values of "length" attribute changed. Shift count
2267         uses constraints 'n' instead of 'i'.
2268         (ashrqi3): Likewise. Values of "cc" attribute changed. Generate
2269         shifts without clobber register.
2270         (lshrqi3): Shift count uses constraints 'n' instead of 'i'.
2271         (call_insn): Correct test for which_alternative == 1 (was 0).
2272         (call_value_insn): Likewise.
2273         
2274         * config/avr/t-avr: Remove definition of FLOAT while generates
2275         fp-bit.c
2276
2277 2000-05-09  Bruce Korb  <bkorb@gnu.org>
2278
2279         * fixinc/check.tpl:  Template for checking fixes
2280         * fixinc/inclhack.def:  Added 'test_text' for many fixes
2281         disable hpux8_bogus_inlines on SCO
2282         * fixinc/fixinc.sco:  Oh, yes, we don't need this any more.
2283
2284 Tue May  9 16:30:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2285
2286         * calls.c (expand_call): Reorganize somewhat in order
2287         to avoid unnecesary recalculation inside loop and make
2288         tail call failure code cleaner.
2289         
2290 Tue May  9 06:30:20 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2291
2292         * alias.c (nonlocal_reference_p): Minor reformatting.
2293         * reload.c (find_equiv_reg): Simplify logic for
2294         CALL_INSN_FUNCTION_USAGE since can't have SUBREG or pseudos and
2295         some some reformatting.
2296         * reload1.c (reload_combine): Don't assume everything in
2297         CALL_INSN_FUNCTION_USAGE is a REG and clean up code a bit.
2298
2299 2000-05-08  Richard Henderson  <rth@cygnus.com>
2300
2301         * final.c (current_insn_predicate): New.
2302         (final_scan_insn): Set it.
2303         * output.h (current_insn_predicate): Declare.
2304
2305         * ifcvt.c (cond_exec_process_insns): New argument prob_val.
2306         Attach it to call insns.
2307         (cond_exec_process_if_block): Track probability for true and
2308         false branches.
2309         (dead_or_predicable): Likewise.
2310
2311         * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.
2312         (PROB_UNLIKELY, PROB_EVEN, PROB_LIKELY): New.
2313         (PROB_VERY_LIKELY, PROB_ALWAYS): New.
2314         (estimate_probability, expected_value_to_br_prob): Use them.
2315
2316         * config/ia64/ia64-protos.h (ia64_expand_prediction): Declare.
2317         * config/ia64/ia64.c (ia64_print_operand_address): Handle 'j'.
2318         (ia64_expand_prediction): New.
2319         (emit_insn_group_barriers): Don't look at notes.  Emit barriers
2320         as needed after calls.
2321         (ia64_epilogue_uses): Mark b0 used.
2322         * config/ia64/ia64.md (beq_true, beq_false): Remove.
2323         (bne_true, bne_false): Remove.
2324         (eq_return, eq_not_return, ne_return, ne_not_return): Remove.
2325         (br_true, br_false): New.  Use predicate_operator and
2326         ia64_expand_prediction.
2327         (return_true, return_false): Likewise.
2328         (call_internal): Use ia64_expand_prediction.  Don't emit stop bit.
2329         (call_internal1, call_value_internal): Likewise.
2330         (call_value_internal1, call_multiple_values_internal1): Likewise.
2331
2332         * config/ia64/ia64.c (ia64_direct_return): Require frame size zero.
2333
2334         * config/ia64/ia64.md (extendsfdf2): Split only after reload.
2335
2336 2000-05-08  Richard Henderson  <rth@cygnus.com>
2337
2338         * rtlanal.c (may_trap_p): Consider old-style and volatile
2339         asms to trap.
2340
2341 Mon May  8 17:16:48 2000  Jim Wilson  <wilson@cygnus.com>
2342
2343         * config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.
2344
2345 2000-05-08  Richard Henderson  <rth@cygnus.com>
2346
2347         * config/ia64/ia64.h (predicate_operator): Declare.
2348
2349         * config/ia64/ia64.md (extendsfdf2): Split the nop case out
2350         of existance.
2351
2352         * gensupport.c (process_rtx): Copy and post-process each member
2353         of the define_insn rtvec individually.
2354
2355 Mon  8 May 22:17:35 2000  Neil Booth  <NeilB@earthling.net>
2356
2357         * cpplex.c (spell_token): New function.
2358         (TOKEN_LEN): Add 1 for whitespace.
2359         (_cpp_lex_file): Update to use spell_token.
2360         * cpplib.h (E): Remove.
2361         (TTYPE_TABLE): Update CPP_VSPACE entry.
2362
2363 2000-05-08  Richard Henderson  <rth@cygnus.com>
2364
2365         * flow.c (init_propagate_block_info): Watch out for conditional
2366         branch to next instruction, and thus one outgoing edge.
2367
2368         * config/ia64/ia64.c (ia64_encode_section_info): Exit early
2369         for global register variables; don't special case __[CD]TOR_LIST__;
2370         mind ggc_p for string allocation.
2371
2372 2000-05-08  Nick Clifton  <nickc@cygnus.com>
2373
2374         * config/i386/i386.h (ELIMINABLE_REGS): Fix comment.
2375
2376 2000-05-08  Bruce Korb  <bkorb@gnu.org>
2377
2378         * fixinc/mkfixinc.sh:  fixinc.sco is no longer used
2379         i?86-*-msdosdjgpp* no longer uses fixincludes
2380         * fixinc/genfixes:  inclhack.sh and fixincl.sh are no longer generated
2381         * fixinc/inclhack.sh:  deleted
2382         * fixinc/hackshell.tpl:  deleted
2383         * fixinc/inclhack.tpl:  deleted
2384         * fixinc/Makefile.in:  Remove dependencies on above
2385         * fixinc/fixincl.sh:  "DO NOT EDIT" text modified
2386
2387 2000-05-08  Andreas Jaeger  <aj@suse.de>
2388
2389         * config/mips/linux.h: Remove undefines which disabled .ctor/.dtor
2390         support.
2391
2392 2000-05-07  Zack Weinberg  <zack@wolery.cumb.org>
2393
2394         * Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
2395         substitutions.
2396
2397 Sun  7 May 08:43:53 2000  Neil Booth  <NeilB@earthling.net>
2398
2399         * cpplex.c: Move new lexer definitions and prototypes
2400         to top.  Conditional include these and the code if
2401         NEW_LEXER is defined.  Rename functions whose names
2402         clash if this code included.
2403
2404 Sun May  7 00:54:57 EDT 2000  John Wehle  (john@feith.com)
2405
2406         * rtl.def (COND_EXEC): Clarify.
2407
2408         * i386.md (extendsidi2): Clobber (reg:CC 17) in the
2409         same fashion as zero_extendsidi2.
2410
2411 2000-05-06  Richard Henderson  <rth@cygnus.com>
2412
2413         * config/ia64/ia64.c (predicate_operator): New.
2414         (ia64_print_operand): Handle 'J'.
2415         (rtx_needs_barrier): Handle COND_EXEC.
2416         * config/ia64/ia64.h (BRANCH_COST): Define.
2417         (PREDICATE_CODES): Update.
2418         * config/ia64/ia64.md: Docuement used unspec values.
2419         (attr predicable): New.
2420         (movxf, movxf_internal): New.
2421         (extendsfdf2): Don't comment out nop.
2422         (floatdidf2): Remove.
2423         (truncxfsf2, truncxfdf2, floatdixf2): New.
2424         (abssi2, absdi2): Put the neg in the "true" slot.
2425         (conditional branch instructions): Mark not predicable.
2426         (cmov*_internal): Use predicate_operator.  Split to cond_exec.
2427         (abs*_internal): Likewise.
2428         (alloc, set_bsp): Mark not predicable.
2429         (barrier, insn_group_barrier, flush_cache): Likewise.
2430         (define_cond_exec): New.
2431
2432 2000-05-06  Richard Henderson  <rth@cygnus.com>
2433
2434         * c-decl.c: Include "tm_p.h".
2435
2436         * config/ia64/ia64-protos.h: Rearrange decls to reduce ifdef madness.
2437         (fetchadd_operand, ia64_expand_fetch_and_op): Declare.
2438         (ia64_expand_op_and_fetch): Declare.
2439         * config/ia64/ia64.c: Include "toplev.h".  Kill trailing whitespace.
2440         (setjmp_operand): Constify variables for XSTR.
2441         (ia64_encode_section_info): Likewise.
2442         (ia64_print_operand): Use %d for exact_log2; cast 32-bit printed
2443         values to int.
2444         (ia64_asm_output_external): Constify name.
2445         (process_set): Use HOST_WIDE_INT_PRINT_DEC for frame size.
2446         (process_for_unwind_directive): Provide switch default.
2447         (ia64_expand_compare_and_swap): Remove unused variables.
2448         (ia64_expand_builtin): Likewise.
2449         * config/ia64/ia64.h (ASM_OUTPUT_BYTE): Mask and cast value to int
2450         for printing.
2451
2452         * config/ia64/ia64.c (sdata_symbolic_operand): Mark unused args.
2453         (symbolic_operand, function_operand, setjmp_operand): Likewise.
2454         (shift_count_operand, shift_32bit_count_operand): Likewise.
2455         (shladd_operand, fetchadd_operand, ia64_function_prologue): Likewise.
2456         (ia64_function_epilogue, ia64_setup_incoming_varargs): Likewise.
2457         (ia64_function_arg_partial_nregs, ia64_function_value): Likewise.
2458         (ia64_print_operand_address, ia64_secondary_reload_class): Likewise.
2459         (ia64_expand_builtin): Likewise.
2460         (call_multiple_values_operation): Make dest_regno unsigned.
2461
2462 2000-05-06  Richard Henderson  <rth@cygnus.com>
2463
2464         * rtl.def (DEFINE_COND_EXEC): New.
2465         * md.texi: Document it.
2466
2467         * gensupport.c (input_file): Remove.
2468         (struct queue_elem): Add lineno.
2469         (rtx_ready_queue): Remove.
2470         (errors): New.
2471         (predicable_default): New.
2472         (predicable_true, predicable_false): New.
2473         (define_attr_queue, define_attr_tail): New.
2474         (define_insn_queue, define_insn_tail): New.
2475         (define_cond_exec_queue, define_cond_exec_tail): New.
2476         (other_queue, other_tail): New.
2477         (queue_pattern): New.
2478         (process_rtx): Add patterns to the appropriate queues.
2479         (is_predicable, identify_predicable_attribute): New.
2480         (n_alternatives, collect_insn_data): New.
2481         (alter_predicate_for_insn, alter_test_for_insn): New.
2482         (shift_output_template, alter_output_for_insn): New.
2483         (process_one_cond_exec, process_define_cond_exec): New.
2484         (init_md_reader): Read the entire file.  Process define_cond_exec.
2485         (read_md_rtx): Return elements from the queues.
2486
2487 2000-05-06  Richard Henderson  <rth@cygnus.com>
2488
2489         * flow.c (mark_set_1): Don't update conditional life info
2490         if the register is not_dead.
2491
2492 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
2493
2494         * Makefile.in (STAGESTUFF): Add genrtl.c and genrtl.h.
2495         (mostlyclean): Also delete fixincl, fixinc.sh, and
2496         specs.ready, and make clean in the fixinc subdir.
2497
2498 2000-05-06  Richard Henderson  <rth@cygnus.com>
2499
2500         * Makefile.in (gensupport.o): Compile for the host.
2501         (host-prefix gensuuprt.o): Remove.
2502         (genflags.o): Depend on gensupport.h and OBSTACK_H.
2503         (genattrtab.o): Likewise.
2504         (gencodes.o): Depend on gensupport.h.
2505         (genemit.o, genopinit.o, genrecog.o, genextract.o): Likewise.
2506         (genpeep.o, genattr.o, genoutput.o): Likewise.
2507
2508         * gensupport.c (obstack, rtl_obstack): New.
2509         (init_md_reader): Initialize rtl_obstack.
2510         * gensupport.h (rtl_obstack): Declare.
2511         (message_with_line): Declare.
2512
2513         * genattr.c: Remove all traces of obstack manipulation.
2514         * gencodes.c, genconfig.c, genemit.c, genextract.c: Likewise.
2515         * genopinit.c, genoutput.c, genpeep.c, genrecog.c: Likewise.
2516
2517         * genattrtab.c (obstack, rtl_obstack): Remove.
2518         (main): Don't init rtl_obstack.
2519         * genflags.c: Likewise.
2520
2521         * genrecog.c (message_with_line): Move ...
2522         * gensupport.c: ... here.
2523
2524 2000-05-06  Richard Henderson  <rth@cygnus.com>
2525
2526         * c-typeck.c (build_c_cast): Remove dead code.
2527
2528 2000-05-06  Richard Henderson  <rth@cygnus.com>
2529
2530         * flow.c (split_edge): Don't allocate global_live_at_start for
2531         the new block unless the old blocks had them as well.
2532
2533         * flow.c (mark_set_1): Respect not_dead when updating reg_live.
2534
2535         * ifcvt.c (noce_process_if_block): Don't use an insn_b from
2536         test_bb if a or b uses x.
2537
2538 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
2539
2540         * cpphash.h: Remove conditional #define of __extension__.
2541         * rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2,
2542         RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros
2543         (ENABLE_RTL_CHECKING only).
2544         * tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK,
2545         CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
2546         (ENABLE_TREE_CHECKING only).
2547         * varray.h: Add __extension__ to VARRAY_CHECK macro
2548         (ENABLE_CHECKING only).
2549
2550 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
2551
2552         Use new tail-calling mechanism on ARM.
2553         * arm.md (sibcall, sibcall_value): New expands.
2554         (sibcall_insn, sibcall_value_insn, sibcall_epilogue): New insns.
2555         (tailcalling peepholes): Delete.
2556         (push_multi): Simplify.
2557         * arm.c (lr_save_eliminated): Delete definition.
2558         (pattern_really_clobbers_lr, function_really_clobbers_lr): Delete.
2559         (output_return_instruction): Remove checks on lr_save_eliminated.
2560         (output_arm_prologue): Remove old tail-calling code.
2561         (arm_output_epilogue): New parameter, really_return.  All callers
2562         changed.  Handle tail-calling epilogues.
2563         * arm.h (lr_save_eliminated): Delete declaration.
2564         (frame_pointer_needed): Delete declaration.
2565         * arm-protos.h (arm_output_epilogue): Adjust prototype.
2566
2567         * arm.md (is_thumb): Examine symbol thumb_code, not expression
2568         TARGET_ARM.
2569         * arm.c (thumb_code): Define it.
2570         (arm_override_options): Set it.
2571         * arm.h (thumb_code): Declare it.
2572         
2573 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
2574
2575         * arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
2576
2577 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
2578
2579         * arm.c (arm_gen_load_multiple, arm_gen_store_mulitple): Don't add
2580         bogus clobber to insns.
2581         (load_multiple_operation, store_mulitple_operation): Don't check 
2582         for it.
2583         * arm.md (ldmsi_postinc, stmsi_postinc): Adjust accordingly.
2584
2585         * arm.md (and_scc, ior_scc): Add missing mode.
2586
2587         * arm.md (call_value_symbol): Remove predicate from op2.
2588
2589         * arm.h (SPECIAL_MODE_PREDICATES): Define.
2590         
2591 Sat May  6 06:25:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2592
2593         * expr.c (get_subtarget): New function.
2594         (force_operand, expand_expr, do_store_flag): Use it.
2595
2596         * toplev.c (compile_file): Don't take strlen of NAME if null.
2597
2598 2000-05-06  David Edelsohn  <edelsohn@gnu.org>
2599
2600         * xcoffout.c (xcoff_current_include_file,
2601         xcoff_current_function_file, xcoff_lastfile): Constify char *.
2602         (xcoffout_source_file, xcoffout_source_line): Make filename 'const
2603         char *'.
2604         (xcoffout_declare_function): Make name 'const char *'.
2605         (xcoffout_end_epilogue): Make fname 'const char *'
2606         * xcoffout.h (xcoff_current_include_file, xcoff_lastfile,
2607         xcoffout_declare_function, xcoffout_source_line): Match above.
2608
2609         * aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -mpowerpc64 without
2610         -maix64 is error.
2611         * rs6000.c (print_operand): Fix lossage typo.
2612         (output_cbranch): Remove "cr" decoration for now.
2613         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Make alias 'const char *'. 
2614
2615 Sat May  6 06:55:32 2000  Denis Chertykov  <denisc@overta.ru>
2616
2617         * config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by
2618         constant count.
2619
2620 2000-05-05  Bruce Korb  <bkorb@gnu.org>
2621
2622         * fixinc/genfixes: Improve the matching for make target names
2623
2624 2000-05-05  Catherine Moore  <clm@cygnus.com>
2625
2626         * c-common.c (decl_attributes):  For TYPE_DECLs attach the
2627         attribute to the decl.
2628         * c-decl.c (pushdecl): Propagate the USED attribute to the 
2629         type copy.
2630
2631 2000-05-05  Richard Henderson  <rth@cygnus.com>
2632
2633         * rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the
2634         same way emit_group_load does.
2635
2636 2000-05-05 Mark Elbrecht <snowball3@bigfoot.com>
2637
2638         * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
2639
2640         * toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.
2641         (main): Likewise.
2642
2643 2000-05-05 Rodney Brown <RodneyBrown@mynd.com>
2644
2645         * pa.h (FUNCTION_ARG_ADVANCE): Warning removal.
2646
2647 Fri May  5 10:29:21 2000  Marc Espie <espie@cvs.openbsd.org>
2648
2649         * config/openbsd.h (LINK_SPEC): pass correct flags to ld 
2650         to support -shared, on platforms with dynamic libraries.
2651
2652 Fri May  5 10:27:06 2000  Philippe De Muyter  <phdm@macqel.be>
2653
2654         * system.h (S_ISBLK): Provide fallback definition.
2655
2656 2000-05-05  Geoff Berry  <geoffb@bops.com>
2657
2658         * extend.texi (Extended Asm): Document inability to give asm
2659         statements access to condition codes.
2660
2661 2000-05-05  Marek Michalkiewicz  <marekm@linux.org.pl>
2662
2663         * varasm.c (asm_emit_uninitialised): Use 0, not NULL
2664         as arg 2 of UNIQUE_SECTION.
2665
2666 Fri May  5 10:11:41 2000  Jeffrey A Law  (law@cygnus.com)
2667
2668         * predict.c: Remove May 4 change.
2669         * bb-reorder.c (make_reorder_chain): Do not perform block movement
2670         if we have predicted the branch at 50-50 probability.
2671
2672 2000-05-05  Richard Henderson  <rth@cygnus.com>
2673
2674         * flow.c (init_propagate_block_info): Fix merge error
2675         in HAVE_conditional_execution code.
2676
2677 Fri May  5 07:43:50 2000  Denis Chertykov  <denisc@overta.ru>
2678
2679         * config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal
2680         shift cycle for unknown shift count. Also generates dec + brpl.
2681         (ashlqi3_out): Don't generate dec + brpl which now generates by
2682         `out_shift_with_cnt'.
2683         (ashlhi3_out): Likewise.
2684         (ashlsi3_out): Likewise.
2685         (ashrqi3_out): Likewise.
2686         (ashrhi3_out): Likewise.
2687         (ashrsi3_out): Likewise.
2688         (lshrqi3_out): Likewise.
2689         (lshrhi3_out): Likewise.
2690         (lshrsi3_out): Likewise.
2691
2692 2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>
2693
2694         * gcc.c (free_split_directories): Correct typo in explanation
2695         of make_relative_prefix.
2696
2697 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
2698
2699         * config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
2700         comparison codes to branch_comparison_operator.
2701
2702 2000-05-04  Richard Henderson  <rth@cygnus.com>
2703
2704         * ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
2705
2706 2000-05-04  Richard Henderson  <rth@cygnus.com>
2707
2708         * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
2709         (DPBIT_FUNCS): Remove _sf_to_usi.
2710         (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
2711
2712         * ifcvt.c (noce_process_if_block): Fail if A or B modified
2713         between condition and jump.
2714
2715         * libgcc2.c (near eh_context_specific): Comment #endif string.
2716         * longlong.h: Don't use strings with embedded newlines.
2717
2718 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
2719
2720         * config/rs6000/rs6000-protos.h: Add output_cbranch.
2721         * config/rs6000/rs6000.c (ccr_bit_negated_p): Delete.
2722         (print_operand): Delete %t and %T codes.
2723         (output_cbranch): New function.  Support branch prediction.
2724         * config/rs6000/rs6000.md: Use output_cbranch for
2725         conditional branches and returns.
2726
2727 2000-05-04  Jason Merrill  <jason@casey.cygnus.com>
2728
2729         * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
2730         * stor-layout.c (place_field): Likewise.
2731         * integrate.h (struct inline_remap): Make regno_pointer_align unsigned.
2732         * expr.c (store_expr): Make align unsigned.
2733         * explow.c (plus_constant_wide): Make low words unsigned.
2734         * expmed.c (choose_multiplier): Likewise.
2735         * fold-const.c (fold):  Likewise.
2736         * tree.h (build_int_2): Likewise.
2737         * tree.c (build_int_2_wide, tree_int_cst_msb): Likewise.
2738         * emit-rtl.c (gen_reg_rtx): Add cast to unsigned char*.
2739         (init_emit): Change cast to unsigned char*.
2740         * varasm.c (compare_constant_1): Add cast to char*.
2741         * gcse.c (delete_null_pointer_checks): Change cast to unsigned int*.
2742         * reload1.c (reload): Likewise.
2743
2744         * rtl.h (MEM_SET_IN_STRUCT_P): Use do { } while (0).
2745
2746 Thu May  4 14:37:23 2000  Jeffrey A Law  (law@cygnus.com)
2747
2748         * predict.c (estimate_probability): If no prediction was found, then
2749         predict the successor that is the next physical block (if such a
2750         successor exists).
2751
2752 2000-05-04  Richard Henderson  <rth@cygnus.com>
2753
2754         * config/alpha/t-alpha (LIB2FUNCS_EXTRA): Use qrrnd.asm in place.
2755
2756 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2757
2758         * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
2759
2760 2000-05-04  Mumit Khan  <khan@xraylith.wisc.edu>
2761
2762         * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move 
2763         attribute macros from here ...
2764         (CPP_SPEC): to here.
2765         * i386/mingw32.h (CPP_PREDEFINES): Likewise.
2766         (CPP_SPEC): Likewise.
2767         * i386/crtdll.h (CPP_PREDEFINES): Delete attribute macros. 
2768
2769         * Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
2770         (libgcc.a): Pass LIB1ASMSRC to libgcc.mk.
2771
2772 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2773
2774         * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.
2775         
2776         * diagnostic (vbuild_message_string, build_message_string,
2777         build_location_prefix, output_get_prefix, init_output_buffer,
2778         output_notice, vline_wrapper_message_with_location,
2779         v_message_with_decl, default_print_error_function): De-constify.
2780         (set_real_maximum_length): Prototype.
2781
2782         * diagnostic.h (struct output_buffer, init_output_buffer,
2783         output_get_prefix, output_set_prefix): De-constify.
2784
2785         * function.c (init_function_start): Constify.
2786
2787         * gensupport.c (remove_constraints, process_rtx): Prototype.
2788
2789         * gthr-posix.h: Indent uses of #pragma.
2790
2791         * objc/objc-act.c (ggc_mark_imp_list, ggc_mark_hash_table):
2792         Prototype.
2793
2794         * predict.c (find_expected_value): Delete prototype.
2795         (expected_value_to_br_prob): Initialize variable `ev_reg'.
2796
2797         * sbitmap.h (debug_sbitmap): Prototype.
2798
2799         * ssa.c (compute_coalesced_reg_partition): Prototype.
2800
2801         * stor-layout.c (debug_rli): Prototype.
2802
2803         * tree.h (round_down): Prototype.
2804         (init_function_start): Constify.
2805
2806 2000-05-04  Zack Weinberg  <zack@wolery.cumb.org>
2807
2808         * cpphash.h: #define __extension__ away if GCC_VERSION < 2095
2809         (overly conservative).  Change extern inline wrappers to
2810         static inline, define them always, use PARAMS properly.
2811         * cpplex.c (_cpp_get_directive_token): Don't issue pedantic
2812         whitespace warnings for \f and \v at the beginning of a line.
2813
2814 Thu May  4 10:03:50 2000  Jeffrey A Law  (law@cygnus.com)
2815
2816         * haifa-sched.c (schedule_insns): Free the flow edge list when it
2817         is no longer needed
2818
2819 2000-05-04  Bruce Korb  <bkorb@gnu.org>
2820
2821         * fixincl/inclhack.def: added broken_cabs -
2822         Remove `extern double cabs' declarations from math.h
2823         * fixincl/inclhack.sh: regen
2824         * fixincl/fixincl.x: regen
2825         * fixincl/fixincl.c: Remove BOGOSITY code
2826         * fixincl/mkfixinc.sh: Remove code for installing "shell" version
2827
2828 Thu May  4 09:45:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2829
2830         * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
2831         MEM_ALIAS_SET.
2832         * alias.c (canon_rtx): Don't copy RTX_UNCHANGING_P or MEM_ALIAS_SET
2833         when calling MEM_COPY_ATTRIBUTES.
2834         * emit-rtl.c (operand_subword, change_address): Likewise.
2835         * explow.c (stabilize): Likewise.
2836         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
2837         * integrate.c (copy_rtx_and_substitute): Likewise.
2838         * combine.c (combine_simplify_rtx): Don't copy RTX_UNCHANGING_P
2839         when calling MEM_COPY_ATTRIBUTES.
2840         (make_extraction, simplify_shift_const, gen_lowpart_for_combine):
2841         Likewise.
2842         * cse.c (gen_lowpart_if_possible): Likewise.
2843         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
2844         * optabs.c (gen_move_insn): Likewise.
2845         * recog.c (validate_replace_rtx_1): Likewise.
2846         * simplify-rtx.c (add_mem_for_addr): Likewise.
2847         * stmt.c (expand_anon_union_decl): Likewise.
2848         * config/arm/arm.md: Likewise.
2849         * config/h8300/h7300.c (fix_bit_operand): Likewise.
2850         * config/m88k/m88k.c (legitimize_address, block_move_loop): Likewise.
2851         (block_move_no_loop, block_move_sequence): Likewise.
2852         * config/rs6000/rs6000.c (expand_block_move_mem): Likewise.
2853         * config/alpha/alpha.c (get_aligned_mem): Likewise.
2854         Clear MEM_ALIAS_SET.
2855         * final.c (alter_subreg): Don't copy MEM_ALIAS_SET when calling
2856         MEM_COPY_ATTRIBUTES.
2857
2858 2000-05-03  Robert Lipe <robertlipe@usa.net>
2859         
2860         * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
2861         to suppress libgcc1.
2862         (i[34567]86-*-sco3.2v5*) Likewise.
2863         (i[34567]86-*-sco3.2v4*) Likewise.
2864         (i[34567]86-*-sco) Likewise.
2865         (i[34567]86-*-solaris2) Likewise.
2866         (i[34567]86-*-sysv5*) Likewise.
2867         (i[34567]86-*-sysv4*) Likewise.
2868         (i[34567]86-*-udk*) Likewise.
2869         (i[34567]86-*-sysv*) Likewise.
2870
2871 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
2872
2873         * cpphash.h (U): New define, to correct type of string constants.
2874         (ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper
2875         routines, to do casts when passing unsigned strings to libc.
2876         * cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them.
2877
2878         * cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *.
2879         * cpphash.c (_cpp_quote_string): Make string an U_CHAR *.
2880         * cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *.
2881         * cpplex.c (parse_ifdef, parse_include, validate_else): Make
2882         second argument an U_CHAR *.
2883
2884         * cppinit.c (builtin_array): Make name and value U_CHAR *, add
2885         length field, clean up initializer.
2886         (ISTABLE): Add __extension__ to designated-
2887         initializers version.
2888         * cpplex.c (CHARTAB): Likewise.
2889
2890         * mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS
2891         case so the file won't be empty.
2892
2893 Wed May  3 21:01:46 2000  Jason Eckhardt  <jle@cygnus.com>
2894
2895         * bb-reorder.c (struct reorder_block_def): Member succ removed.
2896         (REORDER_BLOCK_SUCC): Removed.
2897         (enum reorder_skip_type): Removed.
2898         (skip_insns_between_block): Renamed to skip_insns_after_block.
2899         Removed second argument. Removed dead code and cleaned up.
2900         (make_reorder_chain): Removed use of REORDER_BLOCK_SUCC.
2901         (reorder_basic_blocks): Remove use of REORDER_SKIP_AFTER. Removed
2902         second parameter to skip_insns_after_block.
2903
2904 Wed May  3 13:29:54 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2905
2906         * tree.c (staticp, case LABEL_DECL): New case.
2907
2908 2000-05-03  Richard Henderson  <rth@cygnus.com>
2909
2910         * Makefile.in (start.encap): Do not depend on LIBGCC1.
2911
2912         * mklibgcc1.in: Fix typo last change.
2913
2914 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
2915
2916         * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.
2917         (LOOSE_CFLAGS): New: CFLAGS without -pedantic and -Wtraditional.
2918         (GCC_CFLAGS): Use it.
2919         (LANG_FLAGS_TO_PASS): New: SUBDIR_FLAGS_TO_PASS with LOOSE_CFLAGS.
2920         * cp/Make-lang.in, java/Make-lang.in, f/Make-lang.in, ch/Make-lang.in,
2921         objc/Make-lang.in: Use it.
2922
2923 2000-05-03  Jason R Thorpe  <thorpej@zembu.com>
2924
2925         * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
2926
2927 2000-05-03  Richard Henderson  <rth@cygnus.com>
2928
2929         * mklibgcc.in: Restrict OLDCC=GCC test to native.  Equate
2930         LIBGCC1 empty with libgcc1.null.
2931
2932 Wed May  3 12:55:46 2000  Jim Wilson  <wilson@cygnus.com>
2933
2934         * fold-const.c (extract_muldiv, case MAX_EXPR): Don't allow signedness
2935         change.
2936
2937 2000-05-03  Greg McGary  <gkm@gnu.org>
2938
2939         * tree.h (tree_common): Add bounded_flag member.  Remove
2940         inaccurate comment about number of remaining bits.
2941         (BOUNDED_INDIRECT_TYPE_P, BOUNDED_POINTER_TYPE_P,
2942         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
2943         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
2944         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
2945         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED): New macros.
2946         (TYPE_QUAL_BOUNDED): New constant.
2947         (TYPE_QUALS): Handle bounded qualifier.
2948         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): New macros.
2949         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
2950         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
2951         TYPE_AMBIENT_BOUNDEDNESS): New macros.
2952         (MAX_POINTER_DEPTH, VA_LIST_POINTER_DEPTH): New constants.
2953         (tree_type): Add pointer_depth member.  Remove
2954         inaccurate comment about number of remaining bits.
2955         (DECL_POINTER_DEPTH): Add macro.
2956         (tree_decl): Add pointer_depth member.
2957
2958 Wed May  3 22:52:53 2000  Denis Chertykov  <denisc@overta.ru>
2959
2960         * config/avr/avr-protos.h (test_hard_reg_class): Declared.
2961         * config/avr/avr.c (ashrhi3_out): optimized shift by 15.
2962         (lshrhi3_out): Likewise.
2963         (ashrsi3_out): bugfix in shift by 8.
2964         (test_hard_reg_class): New function.
2965         * config/avr/avr.md: Bugfix inside conditions in peepholes.
2966         (ashlhi3): removed define_expand of this pattern.
2967         (*ashlhi3_insn): renamed to ashlhi3.
2968         (ashlsi3): removed define_expand of this pattern.
2969         (*ashlsi3_insn): renamed to ashlsi3.
2970         (ashrqi3): removed define_expand of this pattern.
2971         (*ashrqi3_insn): renamed to ashrqi3.
2972         (ashrhi3): removed define_expand of this pattern.
2973         (*ashrhi3_insn): renamed to ashrhi3.
2974         (ashrsi3): removed define_expand of this pattern.
2975         (*ashrsi3_insn): renamed to ashrsi3.
2976         (lshrhi3): removed define_expand of this pattern.
2977         (*lshrhi3_insn): renamed to lshrhi3.
2978         (lshrsi3): removed define_expand of this pattern.
2979         (*lshrsi3_insn): renamed to lshrsi3.
2980
2981 2000-05-03  Rodney Brown  <RodneyBrown@pmsc.com>
2982
2983         * config/mcore/mcore.c: Replacing inclusion of "stdio,h" with
2984         inclusion of "system.h".
2985
2986 Wed May  3 11:43:53 2000  Jim Wilson  <wilson@cygnus.com>
2987
2988         * config/ia64/ia64.c (ia64_encode_section_info): Add check for
2989         TREE_ASM_WRITTEN.
2990
2991 2000-05-03  David Mosberger  <davidm@hpl.hp.com>
2992
2993         * config/ia64/ia64.c (ia64_override_options): Force -mconstant-gp
2994         if -mauto-pic is on.
2995         (ia64_epilogue_uses): Mark "gp" (r1) as used by the epilogue if
2996         -mconstant-gp is in effect and function-descriptors are being used
2997         to make indirect calls.
2998         * config/ia64/ia64.h (MASK_CONST_GP): New macro.
2999         (MASK_AUTO_PIC): Ditto.
3000         (TARGET_CONST_GP): Ditto.
3001         (TARGET_AUTO_PIC): Ditto.
3002         (TARGET_SWITCHES): Add -mconstant-gp and -mauto-pic options.
3003         (ASM_OUTPUT_DOUBLE_INT): Don't generate @fptr() if -mauto-pic or
3004         -mno-pic is in effect.
3005         (ASM_OUTPUT_XDATA_DOUBLE_INT): Ditto.
3006         * config/ia64/ia64.md (movdi): Use gen_load_gprel64() if
3007         -mauto-pic is in effect.
3008         (gprel64_offset): New pattern.
3009         (load_gprel64): Ditto.
3010         (call): Handle -mauto-pic like -mno-pic (don't use fptr).  If
3011         -mconstant-gp is in effect, no need to preserve gp around direct
3012         calls.
3013         (call_value): Ditto.
3014         * config/ia64/linux.h (PROFILE_BEFORE_PROLOGUE): Define.
3015         (FUNCTION_PROFILER): Define.
3016         * config/ia64/sysv4.h (ASM_OUTPUT_CONSTRUCTOR): Don't generate
3017         @fptr() directive when -mno-pic or -mauto-pic is in effect.
3018         (ASM_OUTPUT_DESTRUCTOR): Ditto.
3019
3020 2000-05-03  Richard Henderson  <rth@cygnus.com>
3021
3022         * Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
3023         (libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets.
3024         (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets.
3025         (mklibgcc, libgcc.mk): New targets.
3026         (libgcc.a): Use libgcc.mk.
3027         (stmp-multilib): Likewise.
3028         (stmp-multilib-sub): Remove.
3029         (mostlyclean): Don't delete libgcc2 temp files.
3030         * configure.in (AC_PROG_CC_C_O): Add.
3031         (NO_MINUS_C_MINUS_O): Substitute it.
3032         (all_outputs): Add mklibgcc.
3033         * mklibgcc.in: New file.
3034
3035 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
3036
3037         * cppexp.c (op_t): Make an int.
3038
3039         * rtlanal.c (dead_or_set_regno_p): Remove unused variable.
3040
3041         * varasm.c (initializer_constant_valid_p): Fix parenthesis.
3042
3043         * gensupport.c (process_rtx): Fix macros used.
3044
3045 2000-05-03  Richard Henderson  <rth@cygnus.com>
3046
3047         * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
3048         call-clobbered registers of a call.
3049
3050 Wed May  3 12:40:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
3051
3052         * gensupport.c: New file.
3053         * gensupport.h: New file.
3054         * Makefile.in (HOST_RTL): Depend on gensupport.
3055         (gensupport.o) New rule.
3056         * genattr.c: Use gensupport for reading .md files.
3057         * genattrtab.c: Ditto. 
3058         * gencodes.c: Ditto. 
3059         * genconfig.c: Ditto. 
3060         * genemit.c: Ditto. 
3061         * genextract.c: Ditto. 
3062         * genflags.c: Ditto. 
3063         * genopinit.c: Ditto. 
3064         * genoutput.c: Ditto. 
3065         * genpeep.c: Ditto. 
3066         * genrecog.c: Ditto.
3067         * rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
3068         * md.texi (Insn Splitting): Document define_insn_and_split.
3069
3070 Tue May  2 00:20:30 2000  Jason Eckhardt  <jle@cygnus.com>
3071
3072         * flow.c (verify_flow_info): Added two more sanity checks. The
3073         first checks that the blocks are numbered consecutively. The second
3074         checks that n_basic_blocks is actually equal to the number of
3075         basic blocks in the insn chain.
3076
3077 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
3078
3079         * cpplib.h: Add accessor macros for token lists.
3080         * cpplib.c, cpphash.c, cpplex.c: Use them.
3081
3082 Wed May  3 09:29:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3083
3084         * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
3085         memory usage if not in a function.
3086         * varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
3087         return address if static.
3088
3089 Wed May  3 13:14:49 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3090
3091         * ifcvt.c (noce_try_cmove_arith):  Use may_trap_p to thest
3092         whether address may trap.
3093
3094 Tue May  2 23:38:37 2000  Jason Eckhardt  <jle@cygnus.com>
3095
3096         * bb-reorder (chain_reorder_blocks): Changed code to test for
3097         EDGE_FALLTHRU rather than making erroneous assumption that the
3098         first outgoing edge is the fall-through edge.
3099
3100 Tue May  2 18:20:31 2000  Donald Lindsay  <dlindsay@hound.cygnus.com>
3101
3102         * config/mips/mips.c (mips_build_va_list,mips_va_start,mips_va_arg): new 
3103         ABI for varargs, across all MIPS. This is incompatible because the
3104         va_list (__builtin_va_list) structure is different, so a compilation
3105         unit passing a va_list and a compilation unit being passed one, should
3106         both be compiled with the same ABI. (The old structure had two 
3107         pointers, now it has three.)
3108
3109 Tue May  2 19:18:43 2000  Jason Eckhardt  <jle@cygnus.com>
3110
3111         * bb-reorder.c (struct reorder_block_def): Remove members end,
3112         block_begin, and block_end.
3113         (REORDER_BLOCK_OLD_END): Delete.
3114         (REORDER_BLOCK_BEGIN): Delete.
3115         (REORDER_BLOCK_END): Delete.
3116         (chain_reorder_blocks): Remove dead code.
3117
3118 Tue May  2 17:06:53 2000  Jason Eckhardt  <jle@cygnus.com>
3119
3120         * bb-reorder.c (remove_scope_notes): Check for both types of scope
3121         notes as the end of a basic block before deleting.
3122
3123 2000-05-02  Mumit Khan  <khan@xraylith.wisc.edu>
3124
3125         * final.c (final_start_function): Fix spelling of "necessary".
3126
3127 2000-05-02  Jason Merrill  <jason@casey.cygnus.com>
3128
3129         * toplev.c (debug_ignore_block): Return int.
3130         * dwarf2out.c (dwarf2out_ignore_block): Likewise.
3131         * toplev.h, dwarf2out.h: Adjust.
3132         * emit-rtl.c (remove_unnecessary_notes): Test return value.
3133
3134         * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
3135         * toplev.c, final.c, rtl.h: Adjust.
3136
3137 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
3138
3139         * aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
3140         * configure.in: Look for makeinfo in the unified tree, then
3141         for a system makeinfo which is sufficiently new.
3142         * Makefile.in: If configure says makeinfo is too old, don't
3143         build or install Info documentation.
3144
3145 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
3146
3147         * cpphash.c (collect_params): Fix off-by-one error.
3148         (dump_hash_helper): Dump all four macro nodetypes.
3149
3150 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
3151
3152         * cpphash.c (trad_stringify): Adjust p after stringification as
3153         well.
3154
3155 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
3156
3157         * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
3158         (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
3159
3160         * cppfiles.c (file_cleanup): Delete.
3161         * cpphash.c (macro_cleanup): Delete.
3162         (collect_objlike_expansion, collect_funlike_expansion,
3163         macarg, scan_arguments): Remove CPP_POP case.
3164
3165         * cpplex.c (null_cleanup): Delete.
3166         (cpp_pop_buffer): Do the work that was done in the cleanups
3167         here.  Call _cpp_unwind_if_stack from here.
3168         (_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
3169         cpp_scan_buffer): Run until we see CPP_EOF and the top of
3170         stack is the buffer _below_ the one we stacked.
3171         (cpp_get_token): Always pop an exhausted buffer.  Return
3172         CPP_EOF unless it's a macro buffer.  Don't call _cpp_handle_eof.
3173         * cpplib.c (skip_if_group): Don't call cpp_get_token to
3174         increment the line number.
3175         (_cpp_handle_eof): Rename to _cpp_unwind_if_stack.
3176
3177         * fix-header.c (read_scan_file) [parsing getchar()]: Run until
3178         we see CPP_EOF and the top of stack is the buffer _below_ the
3179         one we stacked.
3180         * scan-decls.c: Likewise.
3181
3182 2000-05-02  Andrew Haley  <aph@cygnus.com>
3183
3184         * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
3185         where this function is called for the second time on a decl that
3186         has had its section info changed in such a way as to move it out
3187         of small data/bss.  
3188         * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.
3189
3190 2000-05-01  Richard Henderson  <rth@cygnus.com>
3191
3192         * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
3193         the sequence we're moving, not to merge_bb->head.
3194
3195 2000-05-01  Richard Henderson  <rth@cygnus.com>
3196
3197         * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
3198         reference to alpha/t-linux.
3199         (alpha*-*-linux-gnu*): Likewise.
3200         * configure: Rebuild.
3201
3202         * calls.c (expand_call): Don't emit reg notes for a sibcall.
3203
3204         * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
3205         if not in SSA form.
3206
3207         * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
3208
3209 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
3210
3211         * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
3212         TREE_THIS_VOLATILE.
3213
3214 2000-05-01  Richard Henderson  <rth@cygnus.com>
3215
3216         * ifcvt.c (noce_emit_cmove): Conditionally compile call to
3217         emit_conditional_move.
3218
3219 2000-05-01  Jakub Jelinek  <jakub@redhat.com>
3220
3221         * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
3222         as the dynamic linker.
3223
3224 2000-05-01  Zack Weinberg  <zack@wolery.cumb.org>
3225
3226         * cppfiles.c (open_include_file): Open file in blocking mode.
3227         (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
3228         Only exclude block devices and directories.
3229
3230         * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
3231         static.  Allocate the hashnode and its string in the same
3232         block of memory.
3233         (del_HASHNODE): Don't free h->name.
3234         (_cpp_lookup): If there is no entry for this string, create
3235         one, of type T_VOID.
3236         (_cpp_lookup_slot): Delete.
3237         * cpphash.h: Update prototypes.
3238
3239         * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
3240         not hp == NULL.
3241         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
3242         do_unassert, cpp_defined): Use _cpp_lookup.  Don't create a
3243         node here, just fill in the value field properly.  "Delete"
3244         entries by setting the value field to T_VOID.  Check for
3245         hp->type == T_VOID, not hp == NULL.
3246
3247         * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
3248         * cpperror.c, cppexp.c, cpplex.c, cpplib.c:  Don't include
3249         hashtab.h.
3250
3251 2000-05-01  Alexandre Oliva  <aoliva@cygnus.com>
3252
3253         * config/mn10300/mn10300.c (print_operand_address): Do not add
3254         zero to SP.
3255
3256         * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
3257         adjusted by less than 256 bytes, use ret regardless of having any
3258         callee-saved register to restore.
3259
3260 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
3261
3262         * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
3263
3264 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
3265
3266         * config/i386/djgpp.h (INT_ASM_OP): Define.
3267         (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
3268         (ASM_WEAKEN_LABEL): Define.
3269         (MASK_BNU210): Define.
3270         (SUBTARGET_SWITCHES): Define.
3271         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
3272         (MAKE_DECL_ONE_ONLY): Define.
3273         (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
3274
3275 2000-05-01  Mumit Khan  <khan@xraylith.wisc.edu>
3276
3277         * i386/cygwin.h (INT_ASM_OP): Define.
3278
3279 Mon May  1 18:20:06 2000  Denis Chertykov  <denisc@overta.ru>
3280
3281         * config/avr/avr.c (address_cost): renamed to avr_address_cost.
3282         * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
3283
3284 Mon May  1 17:50:44 2000  Denis Chertykov  <denisc@overta.ru>
3285
3286         * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
3287         __tmp_reg__ and __zero_reg__ initialization.
3288
3289 2000-04-30  Richard Henderson  <rth@cygnus.com>
3290
3291         * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
3292
3293         * ifcvt.c (noce_process_if_block): Fail the conversion if X is
3294         referenced bewteen the condition and the jump.  Don't delete
3295         anything but the jump.
3296
3297 Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>
3298
3299         * bb-reorder.c (scope_def): New struct.
3300         (scope_forest_info): New struct.
3301         (struct reorder_block_def): New member "scope".
3302         (REORDER_BLOCK_SCOPE): New macro.
3303         (relate_bbs_with_scopes): New function and prototype.
3304         (make_new_scope): Likewise.
3305         (build_scope_forest): Likewise.
3306         (remove_scope_notes): Likewise.
3307         (insert_intra_1): Likewise.
3308         (insert_intra_bb_scope_notes): Likewise.
3309         (insert_inter_bb_scope_notes): Likewise.
3310         (rebuild_scope_notes): Likewise.
3311         (free_scope_forest_1): Likewise.
3312         (free_scope_forest): Likewise.
3313         (dump_scope_forest): Likewise.
3314         (dump_scope_forest_1): Likewise.
3315         (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
3316         Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
3317         block.
3318         (reorder_basic_blocks): Added calls to build_scope_scope_forest
3319         and remove_scope_notes before reordering is done. Added calls to
3320         rebuild_scope_notes, free_scope_forest, and reorder_blocks after
3321         after reordering is done.
3322
3323 2000-40-30  Bruce Korb  <bkorb@gnu.org>
3324
3325         * fixinc/inclhack.def:  Added definitions needed by OSR5,
3326         removed two stale entries (defined away with OLD_CPP).
3327         * fixinc/inclhack.sh: regen
3328         * fixinc/fixincl.x: regen
3329
3330 2000-04-30  Richard Henderson  <rth@cygnus.com>
3331
3332         * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
3333         from the last insn in the sequence.
3334
3335 2000-04-30  Zack Weinberg  <zack@wolery.cumb.org>
3336
3337         * cpplex.c (cpp_idcmp): New function.
3338         * cpplib.h: Prototype it.
3339         * scan_decls.c (scan_decls): Use it to inspect token names.
3340         * fix-header.c (read_scan_file): Likewise.  Set system_header_p on
3341         the file being run through the preprocessor.
3342         (check_macro_names): Provide length of token to cpp_defined.
3343
3344         * Makefile.in: Remove stale warning message.
3345
3346         * cppfiles.c (redundant_include_p): Provide length of token to
3347         cpp_defined.
3348         * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
3349         values are unsigned int.
3350         (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
3351         (_cpp_lookup_slot): Do not calculate the hash, either.
3352         * cpphash.h: Update prototypes.
3353         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
3354         Hashes are unsigned int.  Calculate hash here, pass by value
3355         to _cpp_lookup_slot.
3356
3357 2000-04-30  Bernd Schmidt  <bernds@cygnus.co.uk>
3358
3359         * simplify-rtx.c (check_value_useless): Delete function.
3360         (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
3361         by hand.
3362         (cselib_invalidate_regno): Likewise.
3363         (cselib_invalidate_mem_1): Likewise.
3364         (references_value_p): Recognize useless values by the fact that they
3365         have no locations.
3366         (discard_useless_values): Likewise.
3367         (cselib_record_set): This may turn a useless value
3368         into a useful one.
3369
3370 2000-04-30  Richard Henderson  <rth@cygnus.com>
3371
3372         * config/d30v: New port.
3373
3374         * configure.in (d30v-*): Set fp format.
3375         * configure: Rebuild.
3376
3377 2000-04-30  Richard Henderson  <rth@cygnus.com>
3378
3379         * ifcvt.c: New file.
3380         * Makefile.in (OBJS): Add it.
3381         (ifcvt.o): New target.
3382         * jump.c (jump_optimize_1): Remove all code related to if-conversion,
3383         and conditional arithmetic.
3384         (find_insert_position): Remove.
3385         * timevar.def (TV_IFCVT, TV_IFCVT2): New.
3386         * toplev.c (DFI_ce, DFI_ce2): New.
3387         (dump_file): Add ce and ce2 dumps.
3388         (rest_of_compilation): Run if_convert a couple o times.  Set
3389         cse_not_expected after cse2.  Don't set no_new_pseudos until
3390         after sched1 or recompute_reg_usage.
3391
3392 2000-04-30  Richard Henderson  <rth@cygnus.com>
3393
3394         * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
3395         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
3396
3397 2000-04-30  Richard Henderson  <rth@cygnus.com>
3398
3399         * flow.c (struct reg_cond_life_info): New.
3400         (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
3401         (init_propagate_block_info): Initialize them.
3402         (free_propagate_block_info): Destruct them.
3403         (mark_set_1): Consider conditional life before killing a register.
3404         (mark_regno_cond_dead): New.
3405         (free_reg_cond_life_info): New.
3406         (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
3407         (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
3408         (mark_used_reg): Record conditional life.
3409
3410         * haifa-sched.c (schedule_insns): Disable death counting
3411         sanity check for HAVE_conditional_execution.
3412
3413 2000-04-30  Richard Henderson  <rth@cygnus.com>
3414
3415         * Makefile.in (TIMEVAR_H): New.
3416         (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
3417         (timevar.h): Remove rule.
3418
3419 2000-04-29  Richard Henderson  <rth@cygnus.com>
3420
3421         * config/alpha/crtend.asm: Use C comments instead of #.
3422         * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.
3423
3424         * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
3425
3426 2000-04-29  Zack Weinberg  <zack@wolery.cumb.org>
3427
3428         * cpphash.h (enum node_type: Take out T_MCONST.
3429         (union hashval): Move into struct hashnode.
3430         (struct hashnode): Pack tighter.  Remove file, line, col
3431         members.
3432         * cpphash.c: Constify most of the macro-definition structures.
3433         (struct definition): Replace by struct object_defn
3434         and struct funct_defn.  Put file, line, column information
3435         here.  All users updated to match.
3436         (_cpp_create_definition, _cpp_macroexpand): Remove special
3437         case for #define WORD OTHERWORD.
3438         * cpplib.c (do_undef): Remove T_MCONST case.
3439
3440         * cpphash.h: Move struct reflist, struct definition, and the
3441         DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
3442         union hashval.  _cpp_free_definition takes a HASHNODE pointer.
3443         * cpphash.c (_cpp_free_definition): Free data pointed to by
3444         MCONST, XCONST, MACRO, and FMACRO nodes properly.
3445         (_cpp_create_definition, del_HASHNODE): Just call
3446         _cpp_free_definition to clear out a hashnode.
3447         * cpplib.c (do_pragma_poison): Likewise.
3448
3449 Sat Apr 29 12:25:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
3450
3451         * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
3452         LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
3453         FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
3454         (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
3455         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
3456         REGNO_AM33_P): Redefine in terms of the new macros.
3457         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
3458         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
3459         STRUCT_VALUE): Likewise.
3460         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
3461         ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
3462
3463 Sat Apr 29 01:18:45 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3464
3465         * regmove.c (struct record_stack_memrefs_data): New.
3466         (record_stack_memrefs): New function.
3467         (combine_stack_adjustments_for_block): Use it.
3468
3469 Sat Apr 29 01:15:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3470
3471         * calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
3472         use special_function_p to detect alloca.
3473
3474 Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
3475
3476         * gcc.texi: Fixes for makeinfo 4.0 --html.
3477
3478 2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
3479
3480         * pcp.h: Delete file.
3481
3482 2000-04-28  Kazu Hirata  <kazu@hxi.com>
3483
3484         * h8300.c (function_epilogue): Clean up flags when the last insn
3485         in a function is a barrier.
3486
3487 2000-04-28  Chris Demetriou  <cgd@sibyte.com>
3488
3489         * configure.in (sparc-hal-solaris2*): protect [] glob from
3490         my expansion.
3491         (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
3492         rather than hard-coded constants in target_cpu_default2.
3493         * configure: Regenerate.
3494
3495 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
3496
3497         * tree.c (get_callee_fndecl): Extract the initial value from
3498         a readonly decl.
3499
3500 2000-04-28  Richard Henderson  <rth@cygnus.com>
3501
3502         * varasm.c (record_constant_1): Record the CODE_LABEL when
3503         taking the address of a LABEL_REF.
3504
3505 2000-04-28  Richard Henderson  <rth@cygnus.com>
3506             Jan Hubicka  <jh@suse.cz>
3507
3508         * calls.c (combine_pending_stack_adjustment_and_call): Return the
3509         adjustment; don't do the stack adjust.
3510         (expand_call): Call compute_argument_block_size right before
3511         allocating the block; update comment; don't do alignment sanity
3512         checking for sibling call; use args_size instead of
3513         unadjusted_args_size before args_size is adjusted.  Use
3514         combine_pending_stack_adjustment_and_call to compute stack adjust
3515         for must_preallocate case.
3516
3517         * expr.c (push_block): Remove shadow `temp' in inner scope.
3518
3519 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
3520
3521         * toplev.c (rest_of_compilation): Call
3522         note_deferral_of_defined_inline_function even if the function
3523         can't be inlined.
3524
3525 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
3526
3527         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
3528
3529 2000-04-28  Richard Henderson  <rth@cygnus.com>
3530
3531         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
3532
3533 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3534
3535         * timevar.c (init_timevar): DeANSIfy function definition.
3536
3537 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
3538
3539         * Makefile.in (timevar.o): Depend on flags.h.
3540         * timevar.c (unused_stack_instances): New variable.
3541         (timevar_push): Take a timevar_stack_def from
3542         unused_stack_instances if available.
3543         (timevar_pop): Push the popped timevar_stack_def onto
3544         unused_stack_instances.
3545         (TIMEVAR_ENABLE): New macro.
3546         (timevar_def): Make standalone a 1-bit field.  Add field used.
3547         (get_time): Rename parameter to now.  Return after clearing it if
3548         not TIMEVAR_ENABLE.
3549         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
3550         (timevar_pop): Likewise.
3551         (timevar_stop): Likewise.
3552         (timevar_push): Likewise.  Mark the timing variable as used.
3553         (timevar_start): Likewise.
3554         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
3555         timevars that were never used.
3556
3557 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
3558
3559         * c-common.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
3560         always TREE_READONLY.
3561
3562 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
3563
3564         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
3565         for call instruction with mode QImode.
3566
3567 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
3568
3569         * Makefile.in (OBJS): Add timevar.o.
3570         (toplev.o): Depend on timevar.h.
3571         (ggc-simple.o): Likewise.
3572         (ggc-page.o): Likewise.
3573         (timevar.o): New rule.
3574         (timevar.h): New rule.
3575
3576         * timevar.h: New file.
3577         * timevar.c: Likewise.
3578         * timevar.def: Likewise.
3579
3580         * toplev.h (gc_time, parse_time, varconst_time): Remove.
3581         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
3582         throughout.
3583         (TIMEVAR): Remove macro.
3584         (gc_time, parse_time, varconst_time, integration_time, jump_time,
3585         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
3586         flow_time, combine_time, regmove_time, sched_time,
3587         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
3588         sched2_time, dbr_sched_time, reorder_blocks_time,
3589         rename_registers_time, shorten_branch_time, stack_reg_time,
3590         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
3591         all_time): Remove.
3592         (compile_file): Don't initialize time variables.  Call
3593         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
3594         of many calls to print_time.
3595         (rest_of_compilation): Add timing for reload_cse_regs.
3596         (get_run_time): Removed to timevar.c.
3597         (print_time): Likewise.
3598         (get_run_time): Implement using TV_TOTAL time variable.
3599         (print_time): Get total run time from get_run_time.
3600         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
3601         computing elapsed time explicitly.
3602         * ggc-simple.c (ggc_collect): Likewise.
3603         (gc_time): Remove declaration.
3604
3605 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
3606
3607         * calls.c (combine_pending_stack_adjustment_and_call): New function.
3608         (expand_call): Use it.
3609
3610 2000-04-27  Jan Hubicka  <jh@suse.cz>
3611
3612         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
3613         fields.
3614
3615 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
3616
3617         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
3618         registers.
3619
3620 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3621
3622         * function.c (epilogue_done): Pass whole insn to record_insns.
3623
3624 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3625
3626         * cse.c (CSE_ADDRESS_COST): Remove.
3627         (find_best_addr): Add new parameter "MODE", use address_cost instead
3628         of CSE_ADDRESS_COST
3629         (address_cost): New.
3630         (fold_rtx): Update call of find_best_addr.
3631         * rtl.h (address_cost): Declare.
3632         * loop.c (general_induction_var): Add new parameter "MODE", use
3633         address_cost instead of ADDRESS_COST
3634         (init_loop): Use address_cost instead of ADDRESS_COST.
3635         (check_insn_for_givs): Update call of general_induction_var.
3636         (find_mem_givs): Likewise.
3637         (consec_sets_giv): Likewise.
3638         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
3639         * i386.c (ix86_address_cost): New.
3640         * i386-protos.h (ix86_address_cost): Declare.
3641
3642 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
3643
3644         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
3645         registers.
3646
3647 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3648
3649         * expr.c (store_expr): Use clear_storage instead of direct memset
3650         libcall.
3651
3652 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
3653
3654         * config/mn10300/mn10300.c (mn10300_address_cost): Test
3655         ASHIFT, AND and LABEL_REF.
3656
3657 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3658
3659         * invoke.texi (-foptimize-sibling-calls): Fix.
3660
3661 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3662
3663         * loop.c (load_mems)  Don't use hard registers for the hoisting.
3664
3665         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
3666         calculation; rename const_equiv array in the preconditioning code
3667         from loop_unroll to loop_unroll_precondition
3668
3669 2000-04-27  Richard Henderson  <rth@cygnus.com>
3670
3671         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
3672         add new_set.
3673         (propagate_one_insn): Clear it.  Don't update reg_live here.
3674         (init_propagate_block_info): Update for pbi member changes.
3675         (free_propagate_block_info): Likewise.
3676         (mark_set_1): Know that zero_extract, sign_extract, and
3677         strict_low_part don't kill their argument.  Alter hard subregs.
3678         Update new_set for non-CLOBBER sets.  Update reg_live.
3679         (find_auto_inc): Update reg_live, not new_dead.
3680         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
3681         to determine if the reg in question was set this insn.  Only update
3682         reg info with PROP_REG_INFO.
3683
3684 2000-04-26  Richard Henderson  <rth@cygnus.com>
3685
3686         * flow.c (allocate_reg_life_data): Set max_regno here ...
3687         (life_analysis): ... not here.
3688
3689         * flow.c (calculate_global_regs_live): Force stack pointer
3690         live at end.
3691
3692 2000-04-26  Richard Henderson  <rth@cygnus.com>
3693
3694         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
3695         commit change group changes.
3696         (invert_exp_1): Similarly.
3697         (redirect_exp, invert_exp): Use them.
3698         (redirect_jump_1): New.
3699         (invert_jump_1): New.
3700         (jump_optimize_1): Remove code subsumed by condexec.c.
3701         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
3702
3703 2000-04-26  Richard Henderson  <rth@cygnus.com>
3704
3705         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
3706
3707         * genconfig.c (main): Set all HAVE_foo to 1.
3708
3709         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
3710
3711 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
3712
3713         * invoke.texi: Document -fssa flag.
3714
3715 2000-04-26  Richard Henderson  <rth@cygnus.com>
3716
3717         * flow.c (count_reg_sets_1): Remove.
3718         (count_reg_sets, count_reg_references): Remove.
3719         (recompute_reg_usage): Implement with update_life_info.
3720         Reallocate life data.
3721
3722 2000-04-26  Richard Henderson  <rth@cygnus.com>
3723
3724         * flow.c (update_life_info): Consider blocks null to mean the
3725         universal set.
3726         (calculate_global_regs_live): Likewise.
3727         (life_analysis): Do that instead of collecting all_blocks.
3728
3729 2000-04-26  Richard Henderson  <rth@cygnus.com>
3730
3731         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
3732         a still-valid conditional jump.
3733
3734 2000-04-26  Richard Henderson  <rth@cygnus.com>
3735
3736         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
3737
3738         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
3739         * flow.c (calculate_loop_depth): Remove.
3740         * output.h (calculate_loop_depth): Don't declare.
3741         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
3742         inline; run estimate_probability at the same time.
3743
3744 2000-04-26  Neil Booth  <NeilB@earthling.net>
3745
3746         * cpplib.h: "~=" is not a single pp-token.
3747         * cpplex.c: Correct commentary.
3748
3749 2000-04-26  Richard Henderson  <rth@cygnus.com>
3750
3751         * flow.c (mark_set_1): New arguments code and flags; update all
3752         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
3753         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
3754         loop_depth when optimizing for size.  Do new_dead update after
3755         emitting REG_UNUSED notes.  Merge mark_set_reg code.
3756         (mark_set_reg): Remove.
3757         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
3758         arrange to not emit REG_UNUSED notes.
3759
3760 2000-04-26  Richard Henderson  <rth@cygnus.com>
3761
3762         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
3763         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
3764
3765 2000-04-26  Richard Henderson  <rth@cygnus.com>
3766
3767         * flow.c (propagate_one_insn): Break out from propagate_block.
3768         (init_propagate_block_info): Likewise.
3769         (free_propagate_block_info): Likewise.
3770         (propagate_block): Use them.  Export.
3771         * basic-block.h: Declare them all.
3772
3773 2000-04-26  Richard Henderson  <rth@cygnus.com>
3774
3775         * basic-block.h (life_analysis): Declare here ...
3776         * output.h: ... not here.
3777         * flow.c (life_analysis): Remove nregs parameter; replace
3778         remove_dead_code with flags.  Remove ssa dead code check.
3779         Only init alias analysis if we'll use it.
3780         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
3781         * ssa.c (convert_to_ssa): Likewise.
3782         (convert_from_ssa): Likewise.
3783         * toplev.c (rest_of_compilation): Likewise.
3784
3785 2000-04-26  Richard Henderson  <rth@cygnus.com>
3786
3787         * flow.c (flow_delete_block): Rename from delete_block.  Export.
3788         * basic-block.h (flow_delete_block): Declare.
3789
3790 2000-04-26  David S. Miller  <davem@redhat.com>
3791
3792         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
3793         taking a PATTERN of it.
3794
3795 2000-04-26  <NeilB@earthling.net>
3796
3797         * cpplex.c (spell_other, spell_char): Remove.
3798         (SPELL_CHAR): New.
3799         (token_spelling, trigraph_map): Use unsigned chars.
3800         (_cpp_lex_line): Tidy up the switch statement.
3801         * cpplib.h: Implement spell_char with spell_string.
3802         (C): New.
3803
3804 2000-04-26  <RodneyBrown@pmsc.com>
3805
3806         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
3807         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
3808
3809 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3810
3811         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
3812         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
3813         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
3814         dwarf2out_return_save, dwarf2out_return_reg,
3815         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
3816         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
3817         gen_compile_unit_die, dwarf2out_init): Constify a char*.
3818
3819         * dwarf2out.h (dwarf2out_init): Likewise.
3820
3821         * dwarfout.c (filename_entry, primary_filename, last_filename,
3822         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
3823
3824         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
3825         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
3826         dwarf2out_return_reg): Likewise.
3827
3828 2000-04-26  Andreas Jaeger  <aj@suse.de>
3829
3830         * extend.texi (Function Attributes): Fix description of pure
3831         attribute.
3832
3833 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
3834
3835         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
3836         before calling rest_of_compilation.
3837
3838 2000-04-26  Andreas Jaeger  <aj@suse.de>
3839
3840         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
3841         last patch.
3842
3843 2000-04-25  Richard Henderson  <rth@cygnus.com>
3844
3845         * cse.c (cse_insn): Emit barrier after unconditional jump.
3846
3847         * calls.c (expand_call): Disable tail call generation once
3848         rtx_equal_function_value_matters is false.
3849
3850         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
3851         like EDGE_EH edges.
3852
3853 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
3854
3855         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
3856
3857         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
3858
3859         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
3860         is the primary DIE for a member function.
3861         (gen_decl_die): Call set_decl_origin_self here.
3862         * dwarfout.c (output_decl): And here.
3863         * integrate.c (output_inline_function): Not here.
3864         Don't clear DECL_INLINE until after calling rest_of_compilation.
3865         (set_decl_origin_self): No longer static.
3866         * tree.h: Add prototype.
3867         * toplev.c (note_deferral_of_defined_inline_function): Only write
3868         out abstract instance for actual inlines.
3869
3870 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
3871
3872         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
3873         EXTENDED_REGS only if TARGET_AM33.
3874         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
3875         SP_REGS to register allocation and reloading unless absolutely
3876         necessary.
3877         (movsi3): Remove special-case of adding non-constants to SP.
3878
3879 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3880
3881         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
3882         INCLUDES to search and does not provide any of its own.  Also it
3883         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
3884         parameters.  Also it does not call AC_DEFINE.
3885         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
3886         AC_DEFINE and provides for automatic entries for autoheader.
3887         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
3888
3889         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
3890         so we can pass -I flags and include gansidecl.h/system.h in this
3891         test.
3892
3893         * acconfig.h: Delete all NEED_DECLARATION_* entries.
3894
3895 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3896
3897         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
3898         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
3899         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
3900
3901         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
3902         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
3903         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
3904         for these macros.  Clean up spacing and linewraps.
3905
3906 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
3907
3908         * calls.c (expand_call): Use get_callee_fndecl.
3909
3910         * print-tree.c (print_node): Print the chain of an _EXPR.
3911
3912 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
3913                           Jim Wilson  <wilson@cygnus.com>
3914                           Andrew Haley  <aph@cygnus.com>
3915
3916         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
3917         and gp save/restore problems.
3918         * config/ia64/crtend.asm: Add IA-64 unwind support.
3919         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
3920         in fr_pad_size calculation.
3921         (save_restore_insns): Move PR save area.  Correct uses of
3922         RTX_FRAME_RELATED_P.
3923         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
3924         (ia64_expand_epilogue): Add eh_epilogue support.
3925         (ia64_function_prologue): Emit .prologue directive.
3926         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
3927         (ia64_override_options): Set init_machine_status and
3928         mark_machine_status.
3929         (rtx_needs_barrier): Handle bsp reads and writes.
3930         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
3931         New static variables.
3932         (process_set, process_for_unwind_directive): New functions.
3933         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
3934         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
3935         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
3936         macros.
3937         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
3938         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
3939         (struct machine_function): Define.
3940         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
3941
3942 2000-04-25  Bruce Korb  <bkorb@gnu.org>
3943
3944         * fixinc/Makefile.in: make the removal of old programs more
3945         robust
3946         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
3947         install-bin and install-sh
3948
3949 2000-04-25  Nick Clifton  <nickc@cygnus.com>
3950
3951         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
3952         defined, define to return zero.
3953         (function_cannot_inline_p): If a function has any target
3954         specific attributes, then use the macro
3955         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
3956         whether it can be inlined.  If it cannot, issue a suitable
3957         explanation.
3958
3959         * tm.texi: Add a new node 'Inlining' to document the new macro
3960         FUNCTION_ATTRIBUTE_INLINABLE_P.
3961
3962 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
3963
3964         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
3965         commentary.
3966
3967 2000-04-25  Neil Booth  <NeilB@earthling.net>
3968
3969         Restore previous patch, plus the following fixes:
3970
3971         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
3972         flags, not CPP_OPEN_PAREN.
3973         * cpplex.c (expand_token_space, init_token_list,
3974         cpp_free_token_list): Put the dummy token at list->tokens[-1].
3975         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
3976
3977 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3978
3979         * config/i386/freebsd.h (INT_ASM_OP): Define.
3980
3981 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3982
3983         * loop.c (strength_reduce): Fix typo in the last checkin.
3984
3985 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3986
3987         * stor-layout.c (finalize_record_size): Simplify to use existing
3988         functions.
3989         (compute_record_mode): No longer static.
3990         * tree.h (compute_record_mode): New declaration.
3991
3992 2000-04-25  Neil Booth  <NeilB@earthling.net>
3993
3994         * Revert my patch below until cause of build failures
3995         determined.
3996
3997 2000-04-25  Richard Henderson  <rth@cygnus.com>
3998
3999         * combine.c (combine_instructions): Add missing argument
4000         to try_combine.
4001
4002         * toplev.c (rest_of_compilation): Delay sibcall optimization
4003         until after emit_eh_context.
4004
4005 2000-04-24  Nick Clifton  <nickc@redhat.com>
4006
4007         * combine.c (combine_instructions): Do not try to combine a
4008         sequence of insns when the second insn has been replaced by a
4009         note.
4010
4011 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
4012
4013         * gcc.c (load_specs): New static function.
4014         (read_specs): Use it.
4015
4016         * gcc.c (lookup_compiler): Make multiple passes for case
4017         insensitive filesystems.
4018
4019 2000-04-24  Neil Booth  <NeilB@earthling.net>
4020
4021         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
4022         * cpphash.h (_cpp_check_directive): new.
4023         * cpplex.c (handle_newline, cpp_free_token_list,
4024         init_trigraph_map, trigraph_ok, trigraph_replace,
4025         backslash_start, skip_block_comment, skip_line_comment,
4026         skip_whitespace, parse_name, parse_number, parse_string,
4027         copy_comment, _cpp_lex_line, spell_char, spell_string,
4028         spell_comment, spell_name, spell_other, _cpp_lex_file,
4029         _cpp_output_list): new.
4030         (expand_name_space): take length argument.
4031         (init_token_list): add comment list initialisation.
4032         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
4033         instead of HSPACE_BEFORE.
4034
4035         * cpplib.c (_cpp_check_directive): new
4036         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
4037         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
4038         (HSPACE_BEFORE): delete.
4039         (TTYPE_TABLE): rearrange.
4040         (struct cpp_toklist): update.
4041
4042 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4043
4044         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
4045         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
4046         argument form of AC_DEFINE.
4047
4048         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
4049         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
4050         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
4051         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
4052         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
4053
4054         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
4055
4056 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4057
4058         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
4059         deduced.h): Use -isystem, not -I, for including system headers.
4060
4061 2000-04-24  Nick Clifton  <nickc@cygnus.com>
4062
4063         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
4064         the source register is the frame pointer or arg pointer.
4065         (addsi3_small_int): Disallow if source register is the frame
4066         pointer or arg pointer.
4067
4068 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4069
4070         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
4071         call to AC_MSG_RESULT.
4072
4073 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4074
4075         * invoke.texi: Correct grammatical errors, document
4076         -fno-gnu-keywords as identical to -fno-asm for C++.
4077
4078 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4079
4080         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
4081         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
4082         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
4083         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
4084         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
4085
4086         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
4087         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
4088         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
4089         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
4090         new macros names.
4091
4092 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
4093
4094         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
4095         (pop_alignment): Likewise.
4096         (handle_pragma_token): Likewise.
4097
4098 2000-04-24  Robert Lipe <robertlipe@usa.net>
4099
4100         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
4101
4102 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
4103
4104         * combine.c (try_combine): Update reg_nonzero_bits of
4105         newi2pat before newpat.
4106
4107 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4108
4109         * loop.c (strength_reduce): Simplify test to INSN_P.
4110         (record_giv): Attempt to simplify the add value, use CONSTANT_P
4111         expressions instead of CONST_INT.
4112         (express_from_1): Likewise.
4113
4114 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
4115
4116         * regs.h (reg_n_max): Don't declare.
4117         * flow.c (reg_n_max): Don't define.
4118         * regclass.c (renumber): Don't initialize to zero.
4119         (regno_allocated): Likewise.
4120         (reg_n_max): Define.
4121         (allocate_reg_info): Don't initialize unnecessarily.
4122
4123 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
4124
4125         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
4126         and blockage_p in the newly allocated attribute.
4127
4128 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
4129
4130         * config/mn10300/mn10300.md (addsi): `inc4' on address
4131         registers does not modify cc, but `inc' on an extended
4132         register does.
4133
4134 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
4135
4136         * reload.c (find_equiv_reg): Checks all valueno regs
4137         as a reload_reg_p regs.
4138
4139 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
4140
4141         * cpphash.c (collect_objlike_expansion): Add sanity check.
4142         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
4143         the buffer is the empty string, return.  Mark __DATE__ and
4144         __TIME__ as XCONST nodes, not MCONST.
4145         (_cpp_macroexpand): Avoid pushing an empty buffer.
4146         (funlike_macroexpand): Don't pop token_buffer here.
4147
4148 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
4149
4150         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
4151         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
4152         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
4153         (REGNO_OK_FOR_BASE_P): Define in terms of them.
4154         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
4155         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
4156         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
4157
4158 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4159
4160         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
4161         constant MULT givs.
4162
4163 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
4164
4165         * cpphash.h (struct definition): Move file, line, col members...
4166         (struct hashnode): ... here.  Also add 'disabled' flag.
4167         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
4168         T_IDENTITY.  Remove T_DISABLED.
4169         Update prototypes.
4170
4171         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
4172         (collect_expansion): Split into collect_objlike_expansion and
4173         collect_funlike_expansion.
4174         (_cpp_macroexpand): Split out scan_arguments, stringify, and
4175         funlike_macroexpand.
4176         (_cpp_compare_defs): Rename compare_defs, make static.
4177         (_cpp_make_hashnode): Initialize hp->disabled.
4178         (macro_cleanup): Adjust for new token types.  Clear
4179         m->disabled.
4180         (_cpp_create_definition): Move code here to determine what
4181         sort of macro it is, and code to check for redefinitions, from
4182         do_define.  Implement a few simple cases without creating a
4183         full DEFINITION.
4184         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
4185         Handle the simple cases.
4186         (push_macro_expansion): Set buf->has_escapes and hp->disabled
4187         here.
4188
4189         * cppinit.c (builtin_array): Change MCONST to XCONST
4190         everywhere.
4191         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
4192         fix check for disabled and function-like macros.
4193         * cpplib.c (do_define): Move most logic to
4194         _cpp_create_definition.
4195         (do_undef): Handle new special token types.
4196
4197 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4198
4199         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
4200         of CONSTANT_P for mult_val; always use validate_change to update insn.
4201
4202 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
4203
4204         * cpphash.c (trad_stringify, add_pat): New functions.
4205         (collect_expansion): Restore support for -traditional syntax.
4206         Use trad_stringify and add_pat.
4207         (_cpp_macroexpand): Restore support for -traditional semantics.
4208         * cpplex.c (_cpp_scan_line): Don't change space_before if we
4209         get a COMMENT token.
4210         (_cpp_lex_token): Provide COMMENT tokens to caller if
4211         traditional and parsing_define_directive.
4212         (skip_comment): Warn about // comments if -Wtraditional.
4213         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
4214         proper node type.
4215         (do_undef): Don't warn about undefining EMPTY nodes.
4216
4217 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4218
4219         * loop.c (strength_reduce): Fix biv removal code.
4220
4221 2000-04-22  Richard Henderson  <rth@cygnus.com>
4222
4223         * predict.c (estimate_probability): Examine both sides of
4224         a branch for no exits.  Use 90% not 50% for predict taken.
4225         Reorg for one copy of note generation code.
4226
4227 2000-04-22  Richard Henderson  <rth@cygnus.com>
4228
4229         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
4230
4231 2000-04-22  Richard Henderson  <rth@cygnus.com>
4232
4233         * diagnostic.c (init_output_buffer): Don't initialize format_args.
4234         (output_clear): Likewise.
4235         (output_printf): Use va_copy.
4236         (vline_wrapper_message_with_location): Likewise.
4237         (v_message_with_decl): Likewise.
4238         (line_wrapper_printf): VA_START infor buffer.format_args directly.
4239         * system.h (va_copy): Provide default implementation.
4240
4241 2000-04-22  Richard Henderson  <rth@cygnus.com>
4242
4243         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
4244         the collected condition is not a constant.
4245
4246 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
4247
4248         * diagnostic.h: New file.
4249
4250         * Makefile.in (diagnostic.o): Depends on diagnostic.h
4251
4252         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
4253         various function prototypes.
4254         (diagnostic.h): #include.
4255         (struct output_buffer): Move into diagnostic.h.
4256         (get_output_prefix): Rename to output_get_prefix.  Export.
4257         (init_output_buffer): Export. Break out.  Ajust intialization.
4258         (output_space_left, output_append): Export.
4259         (output_newline): Rename to output_add_newline.  Export.
4260         (output_clear): Nullify additional output_buffer fields.
4261         (output_puts): Rename to output_add_string.  Export.
4262         (dump_output): Rename to output_flush_on.  Export.
4263         (build_location_prefix): Constify return-type.
4264         (emit_output_prefix): Rename to output_emit_prefix. Export.
4265         (set_real_maximum_length): New function.
4266         (output_set_maximum_length): Ditto
4267         (output_clear): Ditto.
4268         (output_add_character): Ditto.
4269         (output_add_integer): Ditto.
4270         (output_add_space): Ditto.
4271         (output_format): Ditto.
4272         (output_printf): Adjust buffer initialization.
4273         (vline_wrapper_message_with_location): Ditto.
4274         (v_message_with_decl): Ditto.  Adjust call to output_puts
4275         and get_output_prefix.
4276         (default_print_error_function): Adjust buffer intialization.
4277
4278 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4279
4280         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
4281         of VOID_TYPE.
4282
4283 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
4284
4285         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
4286         of explicit 0.
4287
4288 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
4289
4290         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
4291         accurate data about SP moves.
4292
4293 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
4294
4295         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
4296         aliases to AM33 registers.
4297
4298 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
4299
4300         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
4301         to all EXTENDED bitmaps.
4302
4303 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
4304
4305         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
4306         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
4307         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
4308
4309 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
4310
4311         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
4312         the operand is not constant.
4313
4314 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
4315
4316         * reload.c (find_equiv_reg): Checks all valueno and regno regs
4317         as a call-clobbered regs.
4318
4319 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4320
4321         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
4322         * rtl.h: Likewise.
4323         * rtl.def: Update comment.
4324         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
4325         * integrate.c (expand_inline_function): Likewise.
4326         * profile.c (branch_prob): Likewise.
4327         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
4328         * print-rtl.c (print_rtx): Likewise.
4329         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
4330         (reemit_notes): Likewise; also use enum insn_note.
4331
4332         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
4333         (place_field): Properly compute know and actual alignment.
4334
4335         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
4336         in proper format.
4337
4338         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
4339         note for REG1.
4340
4341 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
4342
4343         * cpphash.c (struct arg, struct arglist): Const-ify strings.
4344         (warn_trad_stringify, duplicate_arg_p): New helper functions.
4345         (collect_expansion): Rewrite to scan over a token list.
4346         Remove -traditional support.
4347         (collect_formal_parameters): Rename to collect_params; rewrite
4348         to scan over a token list.
4349         (_cpp_create_definition): Adjust to scan a token list.
4350         (_cpp_macroexpand): Remove -traditional support.
4351         (_cpp_compare_defs): Whitespace is now canonicalized.
4352         (comp_def_part): Delete function.
4353
4354         * cpphash.h: Update prototypes.
4355         * cpplex.c (init_token_list): Don't set lineno if there is no
4356         buffer.
4357         (pedantic_whitespace): New function.
4358         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
4359         consume a newline.  Use pedantic_whitespace.
4360         (_cpp_lex_token): Remove support for -traditional macros.
4361         (_cpp_get_define_token): Delete.
4362         (_cpp_get_directive_token): Do the real work here.  Use
4363         pedantic_whitespace.
4364         (_cpp_init_input_buffer): Initialize pfile->directbuf.
4365
4366         * cpplib.c (get_macro_name): Delete.
4367         (do_define): Read the entire line into pfile->directbuf, then
4368         feed the token list to _cpp_create_definition.
4369         * cpplib.h (HSPACE_BEFORE): new define.
4370         (struct cpp_reader): Add a toklist member, "directbuf".
4371
4372         * predict.c (estimate_probability): New heuristic: if a jump
4373         branches around a block with no successors, predict it taken.
4374         Disentangle control flow.
4375
4376 2000-04-20  Richard Henderson  <rth@cygnus.com>
4377
4378         * loop.c (emit_iv_add_mult): Revert last change.
4379
4380 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
4381
4382         * cpplib.h (enum cpp_ttype): Add token types for all
4383         punctuators.  Distinguish pp-numbers from valid C numbers.
4384         Give some tokens better names.  Initialize from macro.
4385         (struct cpp_name, cpp_token, cpp_toklist): New data
4386         structures.
4387         Update prototypes.
4388         * cpplex.c (bump_column, expand_name_space,
4389         expand_token_space, init_token_list, cpp_output_list,
4390         _cpp_scan_line):  New functions.
4391         (output_line_command): Add third argument, new line number.
4392         * cpphash.h: Update prototypes.
4393         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
4394         token names.
4395
4396 2000-04-20  Richard Henderson  <rth@cygnus.com>
4397
4398         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
4399
4400 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
4401
4402         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
4403         object pointed to.
4404
4405 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4406
4407         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
4408         REG_EQUAL note explaining the calculated value.
4409
4410         * calls.c (expand_call): Avoid unnecesary precalculation
4411         and outgoing parameters space guarding for sibling calls.
4412         (store_one_arg): Likewise.
4413
4414 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4415
4416         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
4417         (rest_of_compilation): Write sibling dump file and account
4418         for time as jump time.
4419         * invoke.texi: Update documentation on dump flags.
4420
4421 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
4422
4423         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
4424
4425 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
4426
4427         * cpphash.c (special_symbol): Represent an empty macro with
4428         "\r \r " not just "\r ".
4429         (_cpp_macroexpand): Correct condition for the foo ( ) special
4430         case.
4431         (unsafe_chars): Handle EOF as second argument.
4432         (push_macro_expansion): Simplify test for removing escape at
4433         end.  Do not trim both escapes if there is no text in between.
4434
4435 2000-04-19  Jim Blandy  <jimb@redhat.com>
4436
4437         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
4438         of PTR_SIZE, when appropriate.
4439
4440 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
4441
4442         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
4443         (USE_ENUM_BITFIELDS): Fix typo.
4444
4445 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4446
4447         * stor-layout.c (place_field): Set rli->offset_align properly.
4448
4449 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4450
4451         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
4452         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
4453         PARM_BOUNDARY): Remove unnecessary casts.
4454
4455 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4456
4457         * calls.c (precompute_arguments): Remove must_preallocate and
4458         args_size calls.
4459         (expand_call): Update call of precompute_arguments.
4460
4461         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
4462         check_insn_for_givs): Break out from ...
4463         (strength_reduce) ... here; use for_every_insn_in_loop to call
4464         check_insn_for_givs.
4465         * loop.h (for_every_insn_in_loop): Declare.
4466         (loop_insn_callback): New type.
4467
4468 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
4469
4470         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
4471         not nul-terminated.
4472
4473 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
4474
4475         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
4476         flag_pic and RELOC.
4477
4478 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
4479
4480         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
4481
4482         * configure.in: Delete --disable-cpplib option and all
4483         references to cpp_main.
4484         * configure: Regenerate.
4485         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
4486         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
4487         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
4488         cpp$(exeext).  Add --no-headers to makeinfo command line when
4489         generating INSTALL.  Install and uninstall cpp.1 manpage, not
4490         cccp.1.
4491         * install.texi: Delete all references to cexp.y/cexp.c.
4492         Delete ancient instructions for compiling GCC on 3b1.
4493         * INSTALL: Regenerate.
4494
4495         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
4496         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
4497         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
4498         cexp.c/cexp.y.
4499         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
4500         which is no longer tested anywhere.
4501
4502         * cppinit.c (handle_option): Don't run error message through
4503         gettext twice.
4504
4505 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4506
4507         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
4508         * cpperror.c (hashtab.h): Now include.
4509         * cppexp.c (hashtab.h): Likewise.
4510         * cpplex.c (hashtab.h): Likewise.
4511         * cppfiles.c (hashtab.h): Likewise.
4512         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
4513         to htab_find_slot_with_hash.
4514         * cpphash.c (hashtab.h): Now include.
4515         (_cpp_lookup_slot): INSERT is now enum insert_option.
4516         * cpphash.h (_cpp_lookup_slot): Likewise.
4517         * cppinit.c (hashtab.h): Include earlier.
4518         (initialize_builtins): Pass enum to htab_find_slot.
4519         * cpplib.c (hashtab.h): Now include.
4520         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
4521         (do_pragma_poison, do_assert): Likewise.
4522         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
4523         htab_find_slot_with_hash.
4524         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
4525         * tree.c (type_hash_add): Likewise.
4526         (build1): Minor cleanup.
4527
4528         * ggc-common.c: Add missing blanks.
4529         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
4530         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
4531
4532         * stmt.c (mark_case_node): New function.
4533         (mark_case_nesting): Call it.
4534
4535         * expmed.c (emit_store_flag): If comparing two-word integer
4536         with zero, can optimize NE, EQ, GE, and LT.
4537
4538         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
4539         * conflict.c: Minor cleanups.
4540         * optabs.c: Add blank line
4541         * simplify-rtx.c: Minor cleanups.
4542
4543 2000-04-18  Stan Cox  <scox@cygnus.com>
4544
4545         * gengenrtl.c (genlegend): Fix misspelling.
4546
4547 2000-04-18  Robert Lipe  <robertlipe@usa.net>
4548
4549         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
4550         bitfields of the host compiler are not signed quantities.
4551         * config.in: Regenerate.
4552         * configure: Regenerate.
4553         * system.h (USE_ENUM_BITFIELDS): Added.
4554         (ENUM_BITFIELDS): Added.
4555         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
4556         (SHORT_ENUM_BUG): Deleted.
4557         * tree.h (tree_common): Members `code', `mode', `built_in_class',
4558         now ENUM_BITFIELD.
4559         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
4560         (CODE_FIELD_BUG): Likewise.
4561         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
4562         (OLD_CC): Likewise.
4563         * config/m68k/x-ccur (X_CFLAGS): Likewise.
4564
4565 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
4566
4567         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
4568         mark is active.
4569
4570 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
4571
4572         * cppexp.c (lex): Don't assume tokens are NUL terminated.
4573         * cpplib.c (do_include, do_import, do_include_next,
4574         read_line_number, detect_if_not_defined): Likewise.
4575         * cpphash.c (collect_expansion): Likewise.
4576         (special_symbol, _cpp_macroexpand): Check return from
4577         cpp_file_buffer.
4578         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
4579         macros.  Delete all uses.
4580
4581         * gcc.dg/cpp-mi.c: Add two more test cases.
4582         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
4583
4584 2000-04-17  Richard Henderson  <rth@cygnus.com>
4585
4586         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
4587         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
4588
4589 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
4590
4591         * function.c (expand_function_start): Use hard_function_value to
4592         compute the RTL to use for DECL_RESULT.
4593
4594 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4595
4596         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
4597         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
4598          x86_memory_mismatch_stall): New global variables.
4599         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
4600         alloved; fix load penalties for Athlon.
4601         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
4602         x86_memory_mismatch_stall): Declare.
4603         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
4604          TARGET_MEMORY_MISMATCH_STALL): New.
4605         * i386.md (athlon scheduling parameters): Fix latencies according to
4606         Athlon Optimization Manual.
4607         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
4608         vector.
4609         (fsqrt instruction patterns): Set athlon_decode to direct.
4610         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
4611         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
4612         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
4613         and TARGET_PARTIAL_REGISTER_STALL machines.
4614         (pushdf_nointeger): New pattern.
4615         (pushdf_integer): Rename from pushdf.
4616         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
4617         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
4618
4619 2000-04-17  Richard Henderson  <rth@cygnus.com>
4620
4621         * loop.c (canonicalize_condition): Add WANT_REG argument.
4622         Stop the search if we match it.
4623         * expr.h (canonicalize_condition): Update decl.
4624         * predict.c (expected_value_to_br_prob): Use it.  Track last
4625         expected value note.
4626         (find_expected_value): Remove.
4627
4628         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
4629
4630 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
4631
4632         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
4633         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
4634         a plain file.
4635         * configure.in: Call AC_FUNC_MMAP_FILE.
4636         * configure: Regenerate.
4637         * config.in: Regenerate.
4638
4639         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
4640         * fixinc/fixincl.c: Likewise.
4641
4642 2000-04-17  Richard Henderson  <rth@cygnus.com>
4643
4644         * builtins.c (expand_builtin_expect): New.
4645         (expand_builtin): Call it.
4646         * builtins.def (BUILT_IN_EXPECT): New.
4647         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
4648         * extend.texi: Document it.
4649
4650         * predict.c (expected_value_to_br_prob): New.
4651         (find_expected_value): New.
4652         * basic-block.h (expected_value_to_br_prob): Declare.
4653         * toplev.c (rest_of_compilation): Invoke it.
4654
4655         * rtl.h (NOTE_EXPECTED_VALUE): New.
4656         (NOTE_INSN_EXPECTED_VALUE): New.
4657         * rtl.c (note_insn_name): Update.
4658         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
4659         cases; handle NOTE_INSN_EXPECTED_VALUE.
4660
4661 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
4662
4663         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
4664         leaf sibcall delay slot if flag_pic.
4665         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
4666
4667 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4668
4669         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
4670
4671         * fixproto: If fix-header fails, exit with an error.
4672
4673 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4674
4675         * cse.c (struct check_depdendence_data): New.
4676         (check_dependence): New function.
4677         (invalidate): Use check_depdenence.
4678
4679 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
4680
4681         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
4682         UNITS_PER_WORD is unsigned.
4683
4684         * tree.h (struct tree_common): Remove misleading comment.
4685
4686 2000-04-16  Dave Pitts  <dpitts@cozx.com>
4687
4688         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
4689         message in quotes. Otherwise, IBM's make program treats the '#' as the
4690         start of a comment and ignores the remainder of the line.
4691
4692         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
4693         upper case.
4694         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
4695         * cexp.y (initialize_random_junk): Likewise.
4696         * cppfiles.c (find_include_file): Cast alloca return value.
4697         * cppinit.c (initialize_standard_includes): Likewise.
4698         * cpplib.c (cpp_define, cpp_undef): Likewise.
4699         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
4700         * final.c (output_asm_insn): Allow for holes in EBCDIC.
4701         * fold-const.c (CHARMASK): New.
4702         (real_hex_to_f): Use it.
4703         * real.c (CHARMASK): New.
4704         (etoasc, asctoeg): Use it.
4705         (asctoeg): EBCDIC lower case characters preceed upper case.
4706
4707         * i370.c (mvs_add_label): Change spacing for coding conventions.
4708         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
4709         outputing case vectors.
4710         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
4711         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
4712         since vector in in the data CSECT.
4713         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
4714         * i370.md (Many patterns): Put the length in the XL directives.
4715         (movdi): Put back STM and MVC in definition.
4716         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
4717         pattern using the TCA.
4718         * oe.h (CPP_SPEC): Added to allow trigraphs.
4719         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
4720         not support the "long long" type.
4721
4722 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
4723
4724         * config/mips/mips-protos.h (mips_legitimate_address_p): New
4725         function.
4726         (mips_reg_mode_ok_for_base_p): Likewise.
4727         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
4728         (REG_OK_FOR_INDEX_P): Define unconditionally.
4729         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
4730         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
4731         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
4732         that GET_MODE_SIZE is unsigned.
4733         (mips_reg_mode_ok_for_base_p): Define.
4734         (mips_legitimate_address_p): Likewise.  Adjust now
4735         that GET_MODE_SIZE is unsigned.
4736         (block_move_loop): Make the number of bytes unsigned.
4737         (expand_block_move): Likewise.
4738         (function_arg): Make the loop counter unsigned to match the
4739         boundary condition.
4740
4741 2000-04-16  Richard Henderson  <rth@cygnus.com>
4742
4743         * rtl.h (enum insn_note): New enumeration.  Subsume
4744         NOTE_INSN_DELETED and friends.
4745         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
4746         * rtl.c (note_insn_name): Tweak string order.
4747
4748 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
4749
4750         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
4751         to offset * 2.
4752
4753         * cpplex.c (output_line_command): Remove debugging prints.
4754         (cpp_output_tokens): Don't write out a zero-length buffer or
4755         try to see if it has a newline in it.
4756         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
4757         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
4758         the end of the loop.  Use memmove.  Don't read past the end of
4759         the buffer.  Remove trailing newlines from error messages.
4760
4761 2004-04-16  Neil Booth  <NeilB@earthling.net>
4762
4763         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
4764         * cpplib.c: Add new syntax flags to directive table, and
4765         supporting macros.
4766
4767 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
4768
4769         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
4770         using ret $N.
4771
4772 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
4773
4774         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
4775         * haifa-sched.c: Update -fsched-verbose comments to use "=".
4776
4777 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4778
4779         * Makefile.in (ggc-page.o): Now includes toplev.h.
4780         * ggc-page.c (toplev.h): Now included.
4781         (gc_time): Remove declaration.
4782         (ggc_collect): TIME now long.
4783         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
4784         others static.
4785         * toplev.h (gc_time, parse_time, gc_time): New declarations.
4786
4787         * toplev.c: Make *_time variable long to reduce chance of overflow.
4788         (TIMEVAR): Likewise for `otime'.
4789         (print_time): Arg is now long; compute percentage in FP and round.
4790         * toplev.h (print_time): Arg is long.
4791
4792         * tree.c: Minor whitespace changes.
4793
4794         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
4795         * configure: Rebuilt.
4796         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
4797         (__fixunsxfDI): Renamed from __fixunsxfdi.
4798         (__fixunsdfDI): Renamed from __fixunsdfdi.
4799         (__fixunssfDI): Renamed from __fixunssfdi.
4800         (__floatdisf): Use proper type in REP_BIT macro.
4801         (__fixunsxfSI): Renamed from __fixunsxfsi.
4802         (__fixunsdfSI): Renamed from __fixunsdfsi.
4803         (__fixunssfSI): Renamed from __fixunssfsi.
4804         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
4805         Change location of macros and upper-case some names as above.
4806         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
4807         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
4808
4809         * varasm.c (assemble_variable): Add cast to remove warning.
4810         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
4811
4812         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
4813         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
4814         region number to -1.
4815
4816 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
4817
4818         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
4819         call unshare_all_rtl.
4820
4821         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
4822
4823 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
4824
4825         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
4826         Use .s1 not .s0 for all FP instructions.
4827
4828 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
4829
4830         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
4831         interfaces.
4832         (safe_fwrite, output_line_command): New static functions.
4833         (cpp_expand_to_buffer): Now private to cpplib.
4834         (cpp_scan_buffer): Take a printer.
4835
4836         * cpphash.h: Update prototypes.
4837         * cpplib.h: Update prototypes.
4838         (cpp_printer): New.
4839         (cpp_buffer): Remove last_nominal_fname.
4840         (cpp_reader): Remove lineno.
4841
4842         * cppmain.c: Use a cpp_printer.
4843         * fix-header.c: No need to inhibit line commands.  Call
4844         cpp_start_read with no printer.
4845
4846         * cpperror.c (cpp_notice_from_errno): Provide default name.
4847         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
4848         (find_include_file, cpp_read_file): Use make_IHASH.
4849         (file_cleanup): Set control_macro and clear
4850         input_stack_listing_current here.
4851         (_cpp_execute_include): Don't output entering-file marker.
4852         * cpphash.c (special_symbol): Look for the line number in the
4853         buffer, not the reader.
4854         (_cpp_macroexpand): No need to disable line commands.
4855         (_cpp_dump_definition): No need to generate line commands.
4856         (dump_hash_helper): Remove excess newline from output.
4857         * cppinit.c (dump_special_to_buffer): No need to generate line
4858         commands.
4859         (cpp_printer_init): New.
4860         (cpp_start_read): Take a printer, and start it up if it's not
4861         NULL.  No need to generate line commands.
4862         (cpp_finish): Expect no buffers stacked at all.  Take a
4863         printer argument, and flush the output buffer if it's not
4864         NULL.
4865         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
4866         Don't put two hashes at the beginning of an assertion.
4867         (cpp_get_token): Don't increment pfile->lineno or emit line
4868         commands here.  Return EOF if there's no buffer when we get
4869         EOF.
4870         * cpplib.c (do_define, skip_if_group):
4871         No need to disable line commands.
4872         (_cpp_output_line_command): Delete function.
4873         (do_line): Don't emit line commands here, but set things up so
4874         they will be emitted if necessary.  Use _cpp_fake_ihash to
4875         make unique nominal_fnames if necessary.
4876         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
4877         with 0 for column, not -1.
4878         (_cpp_handle_eof): Don't set the control macro here.  Don't
4879         clear input_stack_listing_current here.  Don't emit line
4880         commands.
4881
4882 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
4883
4884         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
4885         always, use the default SVR4 start address.
4886
4887         * config/rs6000/linux.h (LINK_SPEC): Don't define.
4888         (LINK_SHLIB_SPEC): Define.
4889         (LINK_START_DEFAULT_SPEC): Define.
4890         (LINK_OS_DEFAULT_SPEC): Define.
4891
4892         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
4893
4894         * config/rs6000/eabi.asm (__eabi): Call __init rather than
4895         __do_global_ctors to handle constructors.
4896         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
4897         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
4898         (STARTFILE_MVME_SPEC): Likewise.
4899         (STARTFILE_SIM_SPEC): Likewise.
4900         (ENDFILE_ADS_SPEC): Use crtend.
4901         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
4902         (ENDFILE_MVME_SPEC): Likewise.
4903         (ENDFILE_SIM_SPEC): Likewise.
4904         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
4905         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
4906         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
4907         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
4908         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
4909         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
4910         (CRTSTUFF_T_CFLAGS_S): Define.
4911         * config/rs6000/eabi-ctors.c: Delete.
4912
4913         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
4914         boundary.
4915         (__fini): Likewise.
4916         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
4917         boundary.
4918         (__fini): Likewise.
4919
4920 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
4921
4922         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
4923         plus mask size is smaller or equal to the mode size.
4924
4925 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4926
4927         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
4928         not yet set.
4929
4930         * expr.c (reload.h): Now included.
4931         (emit_block_move): Set volatile_ok when checking for movstr.
4932         (emit_move_1): Check for replacements in addresses in multi-word case.
4933         * Makefile.in (expr.o): Now includes reload.h.
4934
4935         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
4936         Never have a LIBCALL end a basic block.
4937         (find_basic_blocks_1): Likewise.
4938         Reorganize CALL_INSN cases.
4939
4940         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
4941
4942 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
4943
4944         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
4945         completers from mov.ret instruction.
4946
4947 2000-04-14  Richard Henderson  <rth@cygnus.com>
4948
4949         * fold-const.c (extract_muldiv): Don't distribute and widen
4950         multiply across plus for non-sizetype unsigned types.
4951
4952 2000-04-14  Richard Henderson  <rth@cygnus.com>
4953
4954         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
4955         If the original source is dead in the incr insn, it's dead now.
4956
4957 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4958
4959         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
4960         see if DECL_BIT_FIELD needs to still be set.
4961
4962         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
4963
4964         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
4965         print_int_cst_octal with something that's not an INTEGER_CST.
4966
4967         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
4968         and not a SUBREG to a FLOAT rtl.
4969
4970 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
4971
4972         * emit-rtl.c (try_split): Avoid infinite loop if the split
4973         results in a sequence that contains the original insn.
4974
4975 2000-04-13  Andreas Jaeger  <aj@suse.de>
4976
4977         * config/mips/mips.c (expand_block_move): Pass alignment
4978         argument to move_by_pieces in bits, not bytes.
4979
4980         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
4981         __pic__ for little endian.
4982
4983 2000-04-13  Andreas Jaeger  <aj@suse.de>
4984
4985         * config/i386/i386-protos.h: Add prototype for
4986         uno_comparison_operator.
4987
4988 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4989
4990         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
4991         * calls.c (ECF_PURE): New flag.
4992         (emit_call_1): Handle ECF_PURE calls.
4993         (initialize_argument_information): Unset ECF_PURE flag too.
4994         (precompute_arguments): Precompute for ECF_PURE too.
4995         (expand_call): Handle ECF_PURE calls too.
4996         (emit_library_call_value_1): Rename no_queue argument to fn_type,
4997         accept value of 2 as pure function.
4998         (emit_library_call_value, emit_library_call): Rename no_queue argument
4999         to fn_type.
5000         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
5001
5002         * tree.h (DECL_IS_PURE): New macro.
5003         (struct tree_decl): Add pure_flag.
5004         * c-common.c (enum attrs): Add attribute "pure".
5005         (init_attributes): Initialize attribute "pure"
5006         (decl_attributes): Handle attribute "pure".
5007         * extend.texi (Attribute "pure"): Document.
5008         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
5009         in pure function.
5010         (flags_from_decl_or_type): Support attribute "pure".
5011
5012 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
5013
5014         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
5015         the token except for numbers and identifiers.
5016
5017 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
5018
5019         * i386.c (ix86_expand_binary_operator,
5020         ix86_expand_unary_operator): Check no_new_pseudos
5021         instead of reload_in_progress and reload_completed.
5022         (ix86_split_ashldi, ix86_split_ashrdi,
5023         ix86_split_lshrdi): Check no_new_pseudos instead
5024         of reload_completed.
5025
5026 2000-04-12  Jeffrey A Law  (law@cygnus.com)
5027
5028         * function.c (purge_addressof): Unshare any shared rtl created by
5029         purge_addressof and its children.
5030
5031 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
5032
5033         * function.c (aggregate_value_p): VOID_TYPE nodes are never
5034         aggregates.
5035
5036 2000-04-05  Andreas Jaeger  <aj@suse.de>
5037
5038         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
5039         not compiling PIC code, add flags for mabi=64.
5040         (SUBTARGET_CPP_SIZE_SPEC): New.
5041         (SUBTARGET_CPP_SPEC): New.
5042         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
5043         for MIPS/Linux and lots of code needs these defines.
5044
5045 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
5046
5047         * reorg.c (fill_slots_from_thread): Check side_effects_p when
5048         trying the "opposite arithmetic" approach.
5049
5050 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5051
5052         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
5053         (struct sh_args): Add new field force_mem.
5054         (INIT_CUMULATIVE_ARGS): Initialize it.
5055         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
5056
5057 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5058
5059         * calls.c (expand_call): Do not reverse args in "equal from" field.
5060         (emit_library_call_value_1): Emit_libcall_block for const and pure
5061         function.
5062
5063 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5064
5065         * reload1.c (reload_combine): Don't enable optimization for fixed
5066         registers when encountering a BARRIER.
5067
5068 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5069
5070         * builtins.c (expand_builtin_memcmp): Do expansion even with
5071         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
5072
5073         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
5074         stack is propertly aligned; add sanity checking for aligned
5075         stack pointer.
5076         (expand_library_call_value_1): Add sanity checking for aligned
5077         stack pointer.
5078
5079 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
5080
5081         * calls.c (emit_library_call_value_1): Change 3rd arg to
5082         locate_and_pad_parm to disregard the setting of partial.
5083
5084 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5085
5086         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
5087
5088         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
5089         CALL_INSN from the normal case.
5090
5091 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5092
5093         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
5094         New global variables.
5095         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
5096         adjustment.
5097         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
5098         Declare,
5099         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
5100          TARGET_ADD_ESP_8): New macros.
5101         * i386.md: Add peep2s to convert esp adjustments to push and pop
5102         instructions.
5103         (pushsi_prologue, popsi_epilogue): New patterns.
5104
5105 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
5106
5107         * real.c (toe64): Remove stale #endif from the last change.
5108
5109 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
5110
5111         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
5112         * real.c (toe64): Revert previous change.
5113
5114 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
5115
5116         * objc/objc-act.c: Include ggc.h.
5117         (objc_tree_index, objc_global_trees): Convert most of the
5118         static tree variables into a static array with previous names
5119         as defines.
5120         (objc_ellipsis_node): New variable.
5121         (lang_init): Call objc_act_parse_init and c_parse_init.
5122         Create objc_ellipsis_node.
5123         (build_selector_translation_table): Use objc_ellipsis_node instead
5124         of (tree)1.
5125         (hack_method_prototype): Likewise.
5126         (get_arg_type_list): Likewise.
5127         (start_method_def): Likewise.
5128         (continue_method_def): Likewise.
5129         (gen_method_decl): Likewise.
5130         (ggc_mark_imp_list): New function.
5131         (ggc_mark_hash_table): New function.
5132         (objc_act_parse_init): New function.
5133         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
5134         * c-parse.in (c_parse_init): For objc add roots of objc specific
5135         local tree variables.
5136         * objc/objc-parse.y: Rebuilt.
5137         * objc/objc-parse.c: Rebuilt.
5138         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
5139
5140 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
5141
5142         * cse.c (delete_trivially_dead_insns): Also delete insns
5143         that copy a register to itself where the destination is
5144         a strict_low_part.
5145
5146 2000-04-11  Richard Henderson  <rth@cygnus.com>
5147
5148         * flow.c (struct propagate_block_info): Add new_dead, new_live.
5149         (propagate_block): Initialize them.  Use them in parallel instead
5150         of one tmp variable, ie revert much of the 0408 and 0407 functional
5151         changes, but keep the structural changes.
5152         (mark_set_regs): Take new_dead from propagate_block_info instead.
5153         (mark_set_1, mark_set_reg): Likewise.
5154         (mark_used_regs): Likewise with new_live.
5155         (mark_used_reg): Likewise.  Revert 0408 change.
5156
5157 2000-04-11  Nick Clifton  <nickc@cygnus.com>
5158
5159         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
5160         restriction.
5161         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
5162
5163 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5164
5165         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
5166         const section to output a CONSTRUCTOR based on the same conditions
5167         used for VAR_DECLs.
5168
5169 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
5170
5171         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
5172         * pa/pa-protos.h (output_call): Add additional argument indicating
5173         if the call is a sibling/tail call.
5174         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
5175         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
5176         (function_arg, function_arg_partial_nregs): Likewise
5177         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
5178         (emit_move_sequence): Zero extend certain constants as needed
5179         for TARGET_64BIT.
5180         (compute_zdepdi_operands, output_64bit_and): New functions.
5181         (output_64bit_ior, function_arg): Likewise.
5182         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
5183         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
5184         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
5185         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
5186         (output_bvb): Likewise.
5187         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
5188         (output_call): New argument 'sibcall'.  Generate sibcall sequences
5189         as needed.
5190         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
5191         (ouput_arg_descriptor): Do not emit argument descriptors for
5192         TARGET_64BIT.
5193         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
5194         defined.
5195         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
5196         (FUNCTION_OK_FOR_SIBALL): Define.
5197         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
5198         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
5199         (CPP_SPEC): Use new spec infrastructure.
5200         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
5201         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
5202         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
5203         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
5204         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
5205         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
5206         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
5207         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
5208         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
5209         (FUNCTION_ARG); Call out to C code.
5210         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
5211         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
5212         (MIN_UNITS_PER_WORD): Likewise.
5213         * pa/pa.md (cmpdi): New expander.
5214         (scc patterns, movstrsi): Not available for TARGET_64BIT.
5215         (64bit conditional arithmetic): New patterns.
5216         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
5217         (movsicc): Not available if modes on all the operands to not match.
5218         (movdicc): New expander and associated patterns.
5219         (64bit branches): New patterns.
5220         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
5221         (pre_ldd, post_std): New patterns.
5222         (64bit addil, load low part): New patterns.
5223         (special movsf constant): Not available for TARGET_64BIT.
5224         (movsf, movdf expanders): Force constants into memory.
5225         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
5226         (64bit movdf/movdi patterns): New patterns.
5227         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
5228         for TARGET_64BIT.
5229         (extendqidi2, extendhidi2, extendsidi2): Similarly.
5230         (adddi3 expander): Allow "arith_operand" for second input.
5231         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
5232         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
5233         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
5234         (muldi3): New expander for TARGET_64BIT.
5235         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
5236         for TARGET_64BIT.
5237         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
5238         patterns for TARGET_64BIT.
5239         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
5240         patterns for TARGET_64BIT.
5241         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
5242         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
5243         (sibcall_epilogue): New expander.
5244         (casesi): Tweak for TARGET_64BIT.
5245         (call expanders): Set & use the outgoing argument pointer.  Use the
5246         64bit call patterns as needed. Add additional arg to output_call.
5247         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
5248         (sibcall, sibcall_internal_symref): New expanders.
5249         (sibcall_value, sibcall_value_internal_symref
5250         (interspace_jump): Turn into an expander + matching patterns.
5251         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
5252         * pa/pa64-regs.h: Eliminate trigraph sequences.
5253         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
5254
5255 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
5256
5257         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
5258         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
5259         cpp_token with cpp_ttype everywhere.
5260         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
5261         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
5262         CPP_BUF_COL.  Line and column numbers are unsigned int, not
5263         long.
5264         * cpplex.c (cpp_buf_line_and_col): Delete.
5265         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
5266         'long lineno' to 'unsigned int lineno'.
5267         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
5268
5269 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5270
5271         * extend.texi: ISO C99 is not a draft anymore.
5272         * invoke.texi: ISO C++ is not a draft anymore.
5273         * cpp.texi: __cplusplus is required by the ISO standard.
5274
5275         * extend.texi (-fthis-is-variable): Undocument.
5276         * flags.h (warn_template_debugging): Remove declaration.
5277         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
5278         -Wenum-clash, -Wtemplate-debugging): Undocument.
5279
5280 2000-04-10  Nick Clifton  <nickc@cygnus.com>
5281
5282         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
5283         integer.
5284         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
5285         integer.
5286         (ARM_SIGN_EXTEND): Use HOST_UINT.
5287         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
5288         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
5289         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
5290         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
5291
5292         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
5293         (arm_gen_constant): Use HOST_UINT.
5294         (arm_canonicalize_constant): Use HOST_UINT.
5295         (arm_reload_in_hi): Use HOST_UINT.
5296         (arm_reload_out_hi): Use HOST_UINT.
5297         (output_multi_immediate): Use HOST_UINT.
5298         (int_log2): Use HOST_UINT.
5299         (arm_poke_function_name): Use HOST_UINT.
5300         (arm_output_epilogue): Use arm_volatile_func().
5301         (output_thumb_prologue): Use arm_strip_name_encoding().
5302
5303 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5304
5305         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
5306         of sequence point problems.
5307
5308 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
5309
5310         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
5311         Recomment.
5312         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
5313
5314 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5315
5316         * sbitmap.h: Whitespace changes and use upper-case macro args.
5317         (struct simple_bitmap_def): All sizes now unsigned.
5318         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
5319         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
5320         (sbitmap_vector_alloc): Parms and local vars now unsigned.
5321         (sbitmap_zero): Cast bzero arg to PTR.
5322         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
5323         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
5324         loop to make structure clearer.
5325         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
5326         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
5327         (sbitmap_a_and_b_or_c): Likewise.
5328         (sbitmap_intersection_of_succs): Minor cleanups.
5329         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
5330         (sbitmap_union_of_preds): Likewise.
5331         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
5332         (debug_sbitmap): New function.
5333
5334         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
5335         * c-typeck.c (convert_for_assignment): Likewise.
5336
5337         * expmed.c (init_expmed): Don't free objects we make.
5338         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
5339
5340         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
5341         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
5342
5343         * gcse.c (expr_hash_table_size): Now unsigned.
5344         (compute_ae_gen): Local variable `i' now unsigned.
5345         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
5346         (compute_transout, hoist_code): Likewise.
5347         (compute_local_properties): Likewise, also hash_table_size.
5348         (alloc_expr_hash_table): N_INSNS now unsigned.
5349         (delete_null_pointer_checks): Mark arg F as unused.
5350
5351         * regrename.c: Minor cleanups, including chang some variables
5352         to unsigned int.
5353
5354 2000-04-10  Neil Booth  <NeilB@earthling.net>
5355
5356         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
5357         than GETC ().
5358         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
5359
5360 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5361
5362         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
5363         __classof__, and __headof__ from the list of gnu keywords.
5364         (-ansi): Remove -foperator-names from list of implied options.
5365         Do not call it ANSI C++.
5366         (-foperator-names): Document as -fno-operator-names.
5367
5368 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
5369
5370         * cpphash.c (timestamp): Delete.
5371         (del_HASHNODE): If type is T_MCONST, free value.cpval.
5372         (special_symbol): Remove unnecessary braces.  Remove
5373         T_VERSION.  Treat T_STDC like T_CONST unless
5374         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
5375         when one is encountered, then convert them into T_MCONST
5376         nodes.
5377         * cppinit.c (builtin_array): version_string is T_MCONST.
5378         __STDC__ has a "1" in its cpval.  Don't have a terminator
5379         entry.  Clean up which entries are dumped.
5380         (initialize_builtins): Only __STDC__ gets the special
5381         -traditional treatment.  Count the length of builtin_array.
5382         Render version_string here.
5383         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
5384         * cpplib.h (struct cpp_reader): Remove timebuf.
5385
5386 2000-04-09  Richard Henderson  <rth@cygnus.com>
5387
5388         * genrecog.c (pred): Update comparison_operator for the unordered
5389         operators.
5390
5391         * config/i386/i386.c (no_comparison_operator): Disallow unordered
5392         operators.
5393         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
5394         (uno_comparison_operator): New.
5395         (put_condition_code): Handle UNORDERED/ORDERED.
5396         (unsigned_comparison): Likewise.
5397         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
5398         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
5399         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
5400         update all callers.  Handle all 8 unordered operators.
5401         (ix86_expand_setcc): Lose the unordered argument, update all callers.
5402         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
5403         * config/i386/i386.h (PREDICATE_CODES): Update.
5404         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
5405         (ix86_expand_branch, ix86_expand_setcc): Update.
5406         * config/i386/i386.md (sunordered, sordered): New.
5407         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
5408         (bunordered, bordered): New.
5409         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
5410         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
5411         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
5412
5413 2000-04-09  Philip Blundell  <philb@gnu.org>
5414
5415         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
5416
5417 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
5418
5419         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
5420         fix_truncxfhi2): New patterns.
5421         * i386.c (output_fix_trunc): Handle converting to HImode.
5422
5423 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
5424
5425         * ssa.c (convert_to_ssa): Eliminate dead code when calling
5426         life_analysis.
5427         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
5428         (for_each_successor_phi): Change parameter to basic_block.
5429         (coalesce_regs_in_successor_phi_nodes): Likewise.
5430         (coalesce_regs_in_copies): Likewise.
5431         (compute_coalesced_reg_partition): Use basic_block instead of index.
5432         * rtl.h (convert_to_ssa): Delete.
5433         (convert_from_ssa): Likewise.
5434         (successor_phi_fn): Likewise.
5435         (for_each_successor_phi): Likewise.
5436         (in_ssa_form): Likewise.
5437         * basic-block.h (convert_to_ssa): Moved from rtl.h.
5438         (convert_from_ssa): Likewise.
5439         (successor_phi_fn): Likewise.
5440         (in_ssa_form): Likewise.
5441         (for_each_successor_phi): Likewise.  Change parameter to basic_block.
5442         * flow.c (calculate_global_regs_live): Pass a basic_block to
5443         for_each_successor_phi.
5444
5445 2000-04-08  Richard Henderson  <rth@cygnus.com>
5446
5447         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
5448         was modified in the current insn.
5449
5450 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
5451
5452         * arm/thumb.md: Delete.
5453         * arm/thumb-protos.h: Delete.
5454
5455 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
5456
5457         Merge changes from merged-arm-thumb-backend-branch onto trunk.
5458
5459         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
5460
5461         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
5462         into branch.
5463
5464         * arm.md (nop): Use the standard RTL expression.  Don't code as a
5465         define_expand.
5466         (*arm_nop, *thumb_nop): Delete.
5467
5468         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
5469         constants.  Use casts instead.
5470         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
5471         output_multi_immediate, arm_poke_function_name): Likewise.
5472         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
5473         MASK_RETURN_ADDDR): Likewise.
5474
5475         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
5476
5477         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
5478         into branch.
5479
5480         * arm.md (eh_epilogue): New function.
5481         * arm.h (struct machine_function): Move to here ...
5482         * arm.c: ... from here.
5483         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
5484         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
5485         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
5486
5487         2000-03-30  Nick Clifton  <nickc@cygnus.com>
5488
5489         * config/arm/semi.h (ASM_SPEC): Restore definition.
5490         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
5491
5492         * config/arm/elf.h (ASM_SPEC): Restore definition.
5493         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
5494
5495         * config/arm/arm.h (ASM_SPEC): Remove definition.
5496         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
5497
5498         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
5499
5500         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
5501
5502         2000-03-24  Nick Clifton  <nickc@cygnus.com>
5503
5504         Various formating tidyups, elimination of compile time
5505         warnings and synchronisation with internal sources:
5506
5507         * config/arm/arm-protos.h (assemble_align): Add prototype.
5508         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
5509         (gen_comapre_reg): Rename to arm_gen_compare_reg.
5510         (arm_return_addr_rtx): Rename to arm_return_addr.
5511
5512         * config/arm/arm.c: Include except.h.
5513         Define shorter typenames for strict minipool_node and struct
5514         minipool_fix.
5515         (arm_return_in_memory): For WinCE return all structures <= 32 bits
5516         in memory.
5517         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
5518         (gen_comapre_reg): Rename to arm_gen_compare_reg.
5519
5520         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
5521         already defined.
5522         (ASM_SPEC): Define if not already defined.
5523         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
5524
5525         * config/arm/arm.md: Rename references to gen_rotated_half_load to
5526         arm_gen_rotated_half_load, and references to gen_comapre_reg to
5527         arm_gen_compare_reg.
5528         (indirect_jump):  Only accept register operands.
5529         (load_indirect_jump): Keep this pattern since combine can generate
5530         it.
5531
5532         * config/arm/coff.h: Include aout.h.
5533         (MULTILIB_DEFAULTS): Only define if not already defined.
5534
5535         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
5536         into arm.h (so that COFF ports can support thumb based aliases).
5537         (ASM_SPEC): Move definition into arm.h
5538
5539         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
5540         redundant apcs spec.
5541         (ASM_SPEC): Move definition to arm.h
5542
5543         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
5544
5545         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
5546         for entries in the .bss section
5547
5548         2000-03-23  Nick Clifton  <nickc@cygnus.com>
5549
5550         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
5551         to thumb_far_jump_used_p.
5552
5553         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
5554         single integer parameter.
5555
5556         * config/arm/arm.c (struct machine_function): Add two new
5557         fields, 'far_jump_used' and 'arg_pointer_live'.
5558         (thumb_far_jump_used_p): Once the decision has been made that
5559         far jumps might be used, always return true.
5560         If being called from the initial elimination offset macro then
5561         do not bother to perform the test if the arg pointer is not
5562         being used.
5563         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
5564         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
5565
5566         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
5567
5568         * arm.c (output_return_instruction): Handle more cases where we can
5569         return from a function with an ldr instruction.
5570         (arm_output_epilogue): Likewise.
5571
5572         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
5573         if we need to push a large stack frame and there are no callee-saved
5574         registers.
5575
5576         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
5577         in ARM code if the frame pointer has been eliminated.
5578
5579         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
5580         unspec_volatile arguments to avoid duplicates.
5581         (consttable_1, consttable_2): Fixes for big-endian mode.
5582
5583         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
5584         as appropriate.
5585
5586         Re-write constant pool code.
5587         * arm.c (minipool_node, minipool_fix): New types.
5588         (minifix): Delete type.
5589         (arm_add_minipool_constant): Delete.
5590         (arm_compute_minipool_offsets, arm_find_barrier,
5591         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
5592         (get_jump_table_size): Now returns HOST_WIDE_INT.
5593         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
5594         functions.
5595         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
5596         (assign_minipool_offsets, arm_print_value): Likewise.
5597         (dump_minipool): Rewrite.
5598         (arm_barrier_cost): New function.
5599         (create_fix_barrier): New function.
5600         (push_minipool_barrier): New function.
5601         (push_minipool_fix): Record additional information about the fixup
5602         required.
5603         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
5604         check the mode of what needs fixing.
5605         (arm_reorg): Rewrite.
5606
5607         2000-03-08  Nick Clifton  <nickc@cygnus.com>
5608
5609         * config/arm/arm.md (indirect_jump): Force constant addresses into
5610         a register.
5611
5612         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
5613
5614         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
5615
5616         2000-02-24  Nick Clifton  <nickc@cygnus.com>
5617
5618         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
5619         adjust is word aligned.
5620         (thumb_expand_epilogue): Make sure that stack adjust is word
5621         aligned.
5622
5623         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
5624
5625         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
5626
5627         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
5628         pointer relative addresses.
5629
5630         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
5631
5632         * arm.c (find_barrier): Find the last barrier within the allowed
5633         range.
5634
5635         2000-02-09  Nick Clifton  <nickc@cygnus.com>
5636
5637         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
5638
5639         2000-02-09  Nick Clifton  <nickc@cygnus.com>
5640
5641         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
5642         ARM_FUNCTION_PROFILER.
5643
5644         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
5645         ARM_FUNCTION_PROFILER.
5646
5647         * config/arm/linux-oldld.h: Imported from mainline sources.
5648
5649         2000-02-07  Nick Clifton  <nickc@cygnus.com>
5650
5651         * config/arm/lib1funcs.asm: Merge in thumb functions from
5652         lib1thumb.asm.
5653
5654         * config/arm/lib1thumb.asm: Delete.
5655
5656         2000-02-04  Nick Clifton  <nickc@cygnus.com>
5657
5658         * config/arm/arm.c: Sychronised with current Red hat local
5659         sources.
5660         * config/arm/arm.h: Ditto.
5661         * config/arm/arm-protos.h: Ditto.
5662
5663         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
5664
5665         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
5666
5667         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
5668         byte stores.
5669
5670         2000-02-02  Nick Clifton  <nickc@cygnus.com>
5671
5672         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
5673
5674         * config/arm/arm.md (epilogue): Fix rtl checking abort because
5675         (return) was emited using an emit_insn() call.
5676
5677         2000-01-31  Nick Clifton  <nickc@cygnus.com>
5678
5679         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
5680         thumb stack frame.
5681         (thumb_exit): Move frame pointer back into hard frame pointer
5682         register if backtracing is being used.
5683
5684         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
5685
5686         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
5687         into branch.
5688
5689         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
5690
5691         * config/arm/arm.md (neg_pool_offset): Provide default for new
5692         attribute.
5693         (arm_movsi_insn): Add neg_pool_offset attribute.
5694         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
5695         rtx for the insn that starts the scan and an unsigned long for its
5696         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
5697         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
5698         instructions in *PINSERTED.
5699         (struct minipool_fixup): Add MIN_ADDRESS elt.
5700         (sort_fixups): Compute it.
5701         (arm_reorg): Changes to support inserting pools before the insn to be
5702         fixed up.
5703
5704         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
5705
5706         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
5707         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
5708         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
5709
5710         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
5711
5712         * config/arm/semi.h (TARGET_VERSION): Do not define if already
5713         defined.
5714         (TARGET_DEFAULT): Do not define if already defined.
5715
5716         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
5717
5718         * config/arm/arm.md (anddi3): Allow disjoint source operands.
5719         (iordi3): Allow disjoint source operands.
5720         (xordi3): Allow disjoint source operands.
5721         (negdi2): Permit construction for ARM and Thumb.
5722         (arm_negdi2): Renamed version of old negdi2 pattern.
5723         (thumb_negdi2): New pattern: Only permit non-overlapping
5724         source and destination.
5725
5726         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
5727
5728         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
5729         scratch low register so that it will not be deleted.
5730
5731         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
5732
5733         * config/arm/pe.h (ARM_PE): Define.
5734
5735         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
5736         interfacearm attribute if this is a PE toolchain.
5737         (output_return_instruction): Do not emit anything if the function
5738         has the naked attribute set.
5739         (is_called_in_ARM_mode): If the function has the interfacearm
5740         attribute then return true.
5741         (thumb_expand_prologue): Do not generate a prologue for naked
5742         functions.
5743         (thumb_expand_epilogue): Do not generate an epilogie for a naked
5744         function.
5745         (output_thumb_prologue): Do not bother if the function is naked.
5746         Strip PE encoding from function name before emitting.
5747
5748         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
5749
5750         * arm.md (pic_load_addr): Fix constraints.
5751
5752         * arm.md (casesi_insn): Fix mis-applied patch.
5753
5754         * arm.md ("core" function unit): Add rules for single- and
5755         multi-cycle insns.
5756         (All TARGET_THUMB patterns): Add "type" attribute information
5757         where needed.
5758         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
5759         the following insn is a CALL.
5760
5761         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
5762         pointer.
5763         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
5764         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
5765         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
5766
5767         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
5768
5769         * config/arm/linux-gas.h: oops - this file was missed out when the
5770         branch was created...
5771
5772         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
5773
5774         * thumb.c: Deleted.  Move contents to ...
5775         * arm.c: ... here.
5776         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
5777         rule for thumb.o
5778         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
5779         * configure: Regen.
5780
5781         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
5782         declare a prototype for asm_output_align();
5783
5784         * arm.c (thumb_condition_code): Delete.
5785         (arm_print_operand): Always use arm_condition_code array.
5786
5787         * arm.c (thumb_return_addr_rtx): Delete.
5788         (arm_save_machine_status, arm_restore_machine_status): Delete.
5789         (arm_init_machine_status, arm_mark_machine_status): New functions.
5790         (arm_init_expanders): Update accordingly.
5791         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
5792         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
5793         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
5794
5795         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
5796
5797         * configure.in : Fix arm-*-aout target to use new t-arm-aout
5798         script.
5799         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
5800         targets.
5801
5802         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
5803
5804         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
5805         stack backtrace structure.
5806
5807         * config/arm/arm-protos.h: Add prototypes for functions defined in
5808         arm/pe.h.
5809
5810         * config/arm/arm.c (arm_override_options): Fix selection of
5811         attributes of default processor.
5812
5813         * config/arm/coff.h: Delete needless #include.
5814
5815         * config/arm/pe.c: Delete unused code.
5816
5817         * config/arm/pe.h (CPP_DEFINES): Delete
5818         (SUBTARGET_CPP_SPEC): Define.
5819         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
5820
5821         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
5822
5823         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
5824
5825         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
5826         updated.
5827         (CAN_DEBUG_WITHOUT_FP): Define.
5828         (FIXED_REGISTERS): Make r11 call-saved.
5829         (CALL_USED_REGISTERS): Likewise.
5830         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
5831         (FRAME_POINTER_REQUIRED): Correct logic for determining when a
5832         frame-pointer is required.
5833         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
5834         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
5835         if the target normally needs a stack frame in non-leaf functions.
5836         (use_return_insn): Correct logic for determining when a return
5837         instruction can be used.
5838         (output_return_instruction): Handle the frame-pointer register as
5839         a normal register when not TARGET_APCS_FRAME.
5840         (arm_output_prologue): Likewise.
5841         (arm_output_epilogue): Likewise.
5842         (output_func_epilogue): Likewise.
5843         (arm_expand_prologue): Likewise.
5844         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
5845
5846         * arm.c (use_return_insn): No need to check floating point regs if
5847         TARGET_SOFT_FLOAT.
5848         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
5849         the code of value stored in the minipool array.
5850         (arm_add_minipool_constant): Likewise.
5851
5852 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5853
5854         * basic-block.h (conflict_graph_enum_fn): K&R fix.
5855
5856 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5857
5858         * tree.c (tree_expr_nonnegative_p): New function.
5859
5860         * tree.h (tree_expr_nonnegative_p): Declare.
5861
5862         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
5863         elide some sign_compare warnings.
5864         (build_conditional_expr): Likewise.
5865
5866 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
5867
5868         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
5869
5870         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
5871         * i386.c (print_operand): Use the proper suffix for a 387 HImode
5872         operand.  Abort if a 387 operand has an unsupported size.
5873
5874 2000-04-08  Neil Booth  <NeilB@earthling.net>
5875
5876         * cppexp.c (parse_charconst): Null does not end character
5877         constants.
5878         * cppinit.c (ISTABLE): Null character handled as whitespace.
5879         * cpplex.c (null_warning):  new function.
5880         (skip_string): Emit warning if nulls encountered.
5881         (_cpp_skip_hspace): Emit warning if nulls encountered.
5882         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
5883         them.
5884         * cpp.texi: Update.
5885
5886 2000-04-07  Richard Henderson  <rth@cygnus.com>
5887
5888         * flow.c (loop_depth): Remove.
5889         (reg_next_use, cc0_live, mem_set_list): Replace with ...
5890         (struct propagate_block_info): New.
5891         (life_analysis): Don't allocate reg_next_use.
5892         (propagate_block_delete_insn): Break out of propagate_block.
5893         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
5894         (propagate_block_delete_libcall): Likewise.
5895         (propagate_block): Create a propagate_block_info struct to pass
5896         to subroutines.  Allocate one not two temporary regsets.  Don't
5897         clobber memory for const calls.  Look for clobbers in
5898         CALL_INSN_FUNCTION_USAGE.
5899         (mark_set_regs): Recognize COND_EXEC.
5900         (mark_set_reg): Break out of mark_set_1.
5901         (mark_used_reg): Break out of mark_used_regs.
5902         (mark_used_regs): Recognize COND_EXEC.
5903         (insn_dead_p): Use propagate_block_info struct.
5904         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
5905         (find_auto_inc, try_pre_increment_1): Likewise.
5906         (print_rtl_with_bb): Dump regs live at end too.
5907         (count_reg_sets_1): Pass in loop_depth.
5908         (count_reg_sets, count_reg_references): Likewise.
5909         (recompute_reg_usage): Provide it.
5910
5911 2000-04-07  Richard Henderson  <rth@cygnus.com>
5912
5913         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
5914         not the raw files.
5915
5916 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
5917
5918         * cpplib.c (do_elif): Skip the rest of the line if we're
5919         not going to bother evaluating it.
5920         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
5921         to avoid pointless calls to the lexer.
5922
5923 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
5924
5925         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
5926
5927 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
5928
5929         * calls.c (expand_call): emit_queue if we're trying a sibcall.
5930
5931 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
5932
5933         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
5934
5935 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
5936
5937         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
5938         crtend so they can be multilibbed.
5939         (STAGESTUFF): Remove s-crt and s-crtS.
5940
5941 2000-04-07  Richard Henderson  <rth@cygnus.com>
5942
5943         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
5944         if we discover we need a pseudo and no_new_pseudos is true.
5945         * config/alpha/alpha.md (ne:DI insn): New.
5946         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
5947
5948 2000-04-07  Richard Henderson  <rth@cygnus.com>
5949
5950         * rtl.def (COND_EXEC): New.
5951         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
5952         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
5953
5954         * genconfig.c (have_cond_arith_flag): Remove.
5955         (have_cond_exec_flag): New.
5956         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
5957         (main): Print HAVE_conditional_execution.
5958
5959         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
5960         (sched_analyze_insn, print_pattern): Likewise.
5961         * reload.c (find_equiv_reg): Likewise.
5962         * rtlanal.c (reg_referenced_p): Likewise.
5963         (note_stores, dead_or_set_regno_p): Likewise.
5964         (reg_overlap_mentioned_p): Rewrite to use a switch.
5965
5966         * ggc.h (struct rtx_def): Forward declare.
5967
5968         * print-rtl.c (debug_rtx_range): New.
5969         * rtl.h (debug_rtx_range): Declare.
5970
5971         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
5972
5973         * gcse.c (gcse_main): Don't rebuild the CFG here.
5974         (delete_null_pointer_checks): Likewise.
5975         * ssa.c (convert_to_ssa): Likewise.
5976         * toplev.c (rest_of_compilation): Do it here instead.  Combine
5977         sequential calls to TIMEVAR.  Consistently use `insns' instead of
5978         `get_insns()'.  Always split insns after reload when optimizing.
5979
5980         * basic-block.h (merge_blocks_nomove): Declare.
5981         (tidy_fallthru_edge): Declare.
5982         * flow.c (merge_blocks_nomove): Document as merging into previous
5983         blocks.  Remove cruft from between blocks; remove all edges out of A.
5984         (tidy_fallthru_edge): Export.
5985
5986 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
5987
5988         * ssa.c (compute_conservative_reg_partition): Declare with
5989         void arguments.
5990         * toplev.c (clean_dump_file): Remove previously-deleted function
5991         inadvertantly merged back in.
5992         * conflict.c (conflict_graph_add): Use a single call to
5993         htab_find_slot to look up and insert.
5994
5995 2000-04-06  Richard Henderson  <rth@cygnus.com>
5996
5997         * genrecog.c (*): Rename _last_insn to last_insn.
5998         (make_insn_sequence): Set the position of the peephole2 C test
5999         to be at the last insn.
6000
6001 2000-04-06  Richard Henderson  <rth@cygnus.com>
6002
6003         * flow.c (compute_flow_dominators): Free worklist.
6004
6005 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
6006
6007         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
6008
6009 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
6010
6011         * rtl.h (INSN_P): New macro.
6012         (successor_phi_fn): New typedef.
6013         (for_each_successor_phi): New prototype.
6014         (in_ssa_form): New variable.
6015         (PHI_NODE_P): Likewise.
6016         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
6017         phi nodes in successors.
6018         (mark_used_regs): Add PHI case.
6019         (set_phi_alternative_reg): New function.
6020         (life_analysis): Assert that dead code elimination is not selected
6021         when in SSA form.
6022         * toplev.c (to_ssa_time): New variable.
6023         (from_ssa_time): Likewise.
6024         (compile_file): Zero to_ssa_time and from_ssa_time.
6025         Print time to convert to and from SSA.
6026         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
6027         (print_time): Compute percent fraction as integer.
6028         * ssa.c (PHI_NODE_P): Moved to rtl.h.
6029         (convert_to_ssa): Check if we're already in SSA.
6030         Don't eliminate dead code in life_analysis.
6031         Rerun flow and life analysis at bottom.
6032         (eliminate_phi): Use canonical regnos when adding nodes.
6033         (mark_reg_in_phi): New function.
6034         (mark_phi_and_copy_regs): Likewise.
6035         (convert_from_ssa): Rerun life analysis at top.
6036         Use coalesced partition.
6037         Check for removing a phi node at the end of the block.
6038         (compute_coalesced_reg_partition): New function.
6039         (coalesce_regs_in_copies): Likewise.
6040         (coalesce_reg_in_phi): Likewise.
6041         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
6042         (for_each_successor_phi): Likewise.
6043         (rename_context): New struct.
6044         (rename_block): Use a rename_context with rename_insn_1.  When
6045         renaming sets of a subreg, emit a copy of the entire reg first.
6046         (rename_insn_1): Treat data as a rename_context *.  Save current
6047         insn in set_data.
6048         (rename_set_data): Add field set_insn.
6049         * Makefile.in (HASHTAB_H): Move up in file.
6050         (OBSTACK_H): New macro.
6051         (collect2.o): Use OBSTACK_H in dependencies.
6052         (sdbout.o): Likewise.
6053         (emit-rtl.o): Likewise.
6054         (simplify-rtx.o): Likewise.
6055         (fix-header.o): Likewise.
6056         (OBJS): Add conflict.o.
6057         (conflict.o): New rule.
6058         * basic-block.h: Include partition.h.
6059         (conflict_graph): New typedef.
6060         (conflict_graph_enum_fn): Likewise.
6061         (conflict_graph_new): New prototype.
6062         (conflict_graph_delete): Likewise.
6063         (conflict_graph_add): Likewise.
6064         (conflict_graph_conflict_p): Likewise.
6065         (conflict_graph_enum): Likewise.
6066         (conflict_graph_merge_regs): Likewise.
6067         (conflict_graph_print): Likewise.
6068         (conflict_graph_compute): Likewise.
6069         * conflict.c: New file.
6070
6071 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
6072
6073         * tlink.c (read_repo_files): Don't look for .rpo info for
6074         linker flags.
6075
6076 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6077
6078         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
6079
6080 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6081
6082         * config/sh/lib1funcs.asm (___udivsi3_i4):
6083         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
6084         only depends on FMOVD_WORKS.
6085
6086 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6087
6088         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
6089         make double constant 8-byte aligned.
6090
6091 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
6092
6093         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
6094         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
6095         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
6096         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
6097         Accept storing GENERAL_REGS into offsetable memory.
6098         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
6099         building a TFmode constant other than 0.0L into GENERAL_REGS.
6100
6101 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
6102
6103         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
6104
6105 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
6106
6107         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
6108         (macro_cleanup): No need to cast pbuf->macro.
6109         (collect_expansion): Use _cpp_get_define_token.  Goto done if
6110         it returns VSPACE.  Remove check for trailing space after
6111         CPP_COMMENT.
6112         (_cpp_create_definition): Don't diddle flags here.  Return
6113         directly on error.
6114         (unsafe_chars): Handle c1 being EOF.
6115         (push_macro_expansion): Use unsafe_chars for both accidental-paste
6116         checks.  Don't push the buffer till after we're done with
6117         them.
6118         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
6119         (PEEKN, FORWARD, GETC, PEEKC): Use them.
6120         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
6121         appropriately.
6122         (_cpp_parse_assertion): Don't NUL terminate.
6123         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
6124         hspace before calling _cpp_parse_assertion.  Remove all sets
6125         of only_seen_white. Treat '\f' as hspace.  Don't do anything
6126         special with '\n' here.
6127         (maybe_macroexpand): Handle T_EMPTY hash entries without
6128         pushing a buffer at all.
6129         (cpp_get_token): Handle clearing only_seen_white here.  Handle
6130         incrementing the line number here.  Clear
6131         potential_control_macro as well as only_seen_white, if
6132         appropriate.
6133         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
6134         (_cpp_get_define_token): New function, basically like
6135         _cpp_get_directive_token was but doesn't eat horizontal space.
6136         Don't do anything with only_seen_white here.
6137         (_cpp_get_directive_token): Just call _cpp_get_define_token
6138         repeatedly till it returns non-hspace.
6139
6140         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
6141         (conditional_skip, skip_if_group): Return int.
6142         (DIRECTIVE_TABLE): Change origin of all conditional directives
6143         to "COND".
6144         (TRAD_DIRECT_P): New macro.
6145         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
6146         an error for a bogus directive, unless -lang-asm.  Use
6147         TRAD_DIRECT_P. Loop calling handler functions till one returns
6148         zero.
6149         (get_macro_name): Don't diddle flags here.
6150         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
6151         Create T_EMPTY nodes for #define macro /* nothing */.
6152         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
6153         Use hp->name when calling pass_thru_directive.
6154         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
6155         Return the result of conditional_skip and/or skip_if_group.
6156         Don't call _cpp_output_line_command.
6157         (consider_directive_while_skipping): Use _cpp_get_directive_token.
6158         Issue -Wtraditional warnings as appropriate.  Don't complain
6159         about unrecognized directives.  If we are to stop skipping,
6160         return the number of the directive that ended the skip.
6161         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
6162         expansion and line commands while skipping.  Return the result
6163         of consider_directive_while_skipping, if nonzero.
6164         (do_endif): Just set potential_control_macro here.
6165         (validate_else): Use _cpp_get_directive_token.
6166         (do_assert, do_unassert): Don't save pointers into the
6167         token_buffer across calls to the lexer.  Use
6168         _cpp_get_directive_token.
6169
6170         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a
6171         pointer, not an offset.  Replace 'data', which was a generic
6172         pointer, with 'macro', which points to a struct hashnode.
6173         (cpp_reader): Add 'potential_control_macro' pointer.
6174         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
6175         (CPP_BUF_GET, CPP_FORWARD): Delete.
6176         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
6177         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
6178         ACTIVE_MARK_P): Update.
6179         (_cpp_get_define_token): New internal function.
6180         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
6181
6182 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
6183
6184         * configure.in: And here.
6185         * configure: Regenerate.
6186         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
6187         --enable-libstdcxx-v3 is passed at configure time.
6188         * config.h.in: Regenerate.
6189
6190 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
6191
6192         * final.c (final): Use xcalloc to allocate line_note_exists.
6193         * function.c (free_after_compilation): Free the temp_slots.
6194         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
6195         (combine_temp_slot): Free temp_slots when they get combined.
6196         (purge_addressof): Fix typo in comment.
6197         * stmt.c (mark_goto_fixup): Mark the fixup itself.
6198         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
6199
6200         * ggc.h: Include varray.h.
6201         (ggc_pending_trees): Declare.
6202         (ggc_mark_tree_children): Remove declaration.
6203         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
6204         * ggc-common.c (ggc_pending_trees): New variable.
6205         (ggc_mark_roots): Call ggc_mark_trees.
6206         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
6207         the ggc_pending_trees.
6208         * Makefile.in (GGC_H): New variable.  Use it throughout in place
6209         of ggc.h.
6210
6211 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6212
6213         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
6214         GET_MODE_SIZE.
6215
6216 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6217
6218         * sh.c (sh_insn_length_adjustment): New function.
6219         * sh-protos.h (sh_insn_length_adjustment): Declare.
6220         * sh.h (ADJUST_INSN_LENGTH): Use it.
6221
6222 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
6223
6224         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
6225         from the insn where REG_RETVAL is added.
6226         (emit_no_conflict_block): Ditto.
6227
6228         * md.texi (Standard Names): Clarify when movX is needed.
6229
6230         * combine.c (simplify_comparison) [MINUS]: Do not replace
6231         all (op (minus A B) 0) with (op A B).
6232
6233 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
6234                           J"orn Rennecke <amylaar@cygnus.co.uk>
6235
6236         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
6237         (block_lump_real): Likewise.
6238
6239 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
6240
6241         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
6242         remaining non-zero debugging masks.
6243
6244 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
6245
6246         * basic-block.h (verify_flow_info): Declare.
6247         (flow_loop_outside_edge_p): Declare.
6248         * flow.c (verify_flow_info): Remove declaration.
6249         (clear_log_links, flow_loop_outside_edge_p): Likewise.
6250
6251 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
6252
6253         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
6254         not C++ comments.
6255
6256 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
6257
6258         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
6259         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
6260         seqdi_zero_trunc+1): Allow splits only if registers are
6261         different.
6262
6263 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
6264
6265         * acconfig.h: Add HAVE_GAS_HIDDEN.
6266         * config.in: Regenerated.
6267         * configure.in: Add test for .hidden pseudo-op in gas.
6268         * configure: Regenerated.
6269         * crtstuff.c: Include auto-host.h.
6270         Emit additional .hidden pseudo-op for __dso_handle if the
6271         assembler knows about it.
6272
6273 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
6274
6275         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
6276         before freeing argnames.
6277         * cpplib.c (do_ifndef): Cast return value of xstrdup.
6278
6279 2000-04-05  Michael Meissner  <meissner@redhat.com>
6280
6281         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
6282         Walton <jonboy@gordian.com> to make memory references with update
6283         work wtih -mregnames.
6284
6285 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6286
6287         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
6288         (regrename_optimize): Rename variables `def_uses' and
6289         `ext_basic_blocks' to avoid conflicts with similarly named
6290         typedefs in traditional C.
6291
6292         * calls.c (initialize_argument_information): Fix typo in previous
6293         change.
6294
6295 2000-04-04  Richard Henderson  <rth@cygnus.com>
6296
6297         * regrename.c (consider_available): Test fixed_regs not
6298         PIC_OFFSET_TABLE_REGNUM.
6299
6300 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
6301
6302         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
6303         crtend.
6304         (CRTSTUFF_T_CFLAGS_S): Delete definition.
6305         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
6306         (ENDFILE_LINUX_SPEC): Always use crtend.
6307         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
6308         (powerpc-*-linux-gnu): Likewise.
6309         * configure: Regenerate.
6310
6311         * config/rs6000/eabi.h: Don't include sysv4.h.
6312         (MULTILIB_DEFAULTS): Don't define.
6313         * config/rs6000/eabiaix.h: Don't include eabi.h.
6314         * config/rs6000/eabile.h: Delete.
6315         * config/rs6000/eabilesim.h: Delete.
6316         * config/rs6000/eabisim.h: Don't include eabi.h.
6317         * config/rs6000/linux.h: Don't include sysv4.h.
6318         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
6319         (MULTILIB_DEFAULTS): Don't redefine.
6320         * config/rs6000/rtems.h: Don't include eabi.h.
6321         * config/rs6000/sol2.h: Don't include sysv4le.h.
6322         * config/rs6000/sysv4le.h: Don't include sysv4.h.
6323         * config/rs6000/t-ppc: Delete.
6324         * config/rs6000/t-ppcgas: Correct comment.
6325         * config/rs6000/t-ppcos: Correct comment.  Don't build
6326         multilibs for -fPIC, rather use -fPIC -mstrict-align
6327         as default.
6328         * config/rs6000/t-ppc: Delete.
6329         * config/rs6000/vxppc.h: Don't include sysv4.h.
6330         * config/rs6000/vxppcle.h: Delete.
6331         * configure.in: Use multiple header files for p2pc ELF targets
6332         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
6333         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
6334         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
6335         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
6336         always available for these platforms.
6337
6338 2000-04-04  Richard Henderson  <rth@cygnus.com>
6339
6340         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
6341
6342 2000-04-04  Stan Cox  <scox@cygnus.com>
6343
6344         * Makefile.in: Add rules for regrename.o
6345         * regrename.c: New file.
6346         * rtl.h (regrename_optimize): Add prototype.
6347         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
6348         (compile_file, decode_d_option): Add support for -frename-registers.
6349         (rest_of_compilation): Call regrename_optimize.
6350         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
6351         New macros.
6352
6353 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
6354
6355         * Makefile (gccbug): New target.
6356         (doc): Depend on it.
6357         * gcc.texi (Bugs): Link subnodes.
6358         (gccbug): New node.
6359         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
6360         Document severities, priorities, and classes in bug form.
6361
6362 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
6363
6364         * cpplex.c (trigraph_map, speccase): Combine into single
6365         table, chartab.
6366         (NORMAL, NONTRI): New macros.
6367         (_cpp_read_and_prescan): Change to use unified table.  Use
6368         is_hspace to test for whitespace.
6369
6370         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
6371         definition that doesn't provoke the "empty body in an
6372         if-statement" warning.
6373
6374 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
6375
6376         * builtins.c (expand_builtin_strlen): Force the source to
6377         be a memory address.
6378
6379 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6380
6381         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
6382
6383 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6384
6385         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
6386          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
6387         (ECF_IS_CONST): Rename to ECF_CONST.
6388         (special_function_p): Make static, change interface.
6389         (flags_from_decl_or_type, try_to_integrate): Break out from ...
6390         (expand_call) ... here; convert number of variables to flags.
6391         (emit_library_call_vlue_1): Likewise.
6392         (setjmp_call_p): New function.
6393         (initialize_argument_information): Accepts flags as argument;
6394         return flags.
6395         (precompute_arguments): Likewise.
6396         * tree.h (special_function_p): Remove.
6397         (setjmp_call_p): Add prototype.
6398
6399 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
6400
6401         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
6402         so that addresses are offsetable by up to 16 bytes.
6403         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
6404         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
6405         offsetable.
6406
6407         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
6408         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
6409         (movsf): Don't force any constant to memory if target is integer
6410         hard register.
6411         Move fp_zero_operand check below the const0_rtx check.
6412         (movtf): Likewise. Also allow fp_zero_operand for stores into
6413         memory.
6414         (movdf): Likewise. Also allow fp_zero_operand for stores into
6415         memory and into integer hard registers.
6416         (clear_df, clear_dfp, movdf_const_intreg_sp32,
6417         movdf_const_intreg_sp64): Remove.
6418         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
6419         conditions.
6420         (movdf_no_e_insn_v9_sp32): New pattern.
6421         (movdf_insn_v9only): Remove.
6422         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
6423         (movdf_insn_sp64): Remove.
6424         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
6425         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
6426         (following splits): Rewrite conditions. Add two new splits
6427         for storing 0.0 into memory and registers.
6428         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
6429         (movtf_insn_sp32): Redo constraints and conditions.
6430         (movtf_insn_vis_sp32): New pattern.
6431         (movtf_no_e_insn_sp32): Redo constraints and conditions.
6432         (movtf_insn_hq_sp64): Likewise.
6433         (movtf_insn_hq_vis_sp64): New pattern.
6434         (movtf_insn_sp64): Redo constraints and conditions.
6435         (movtf_insn_vis_sp64): New pattern.
6436         (movtf_no_e_insn_sp64): Redo constraints and conditions.
6437         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
6438         or memory.
6439         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
6440         -mvis or -m64 to take down the number of various reload patterns.
6441
6442 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
6443
6444         * pa/pa-64.h: New file.
6445         * pa/pa64-regs.h: New file.
6446         * pa/pa64-start.h: New file.
6447         * pa/t-pa64: New file.
6448         * pa/xm-pa64hpux.h: New file.
6449
6450 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6451
6452         * sparc.c (output_restore_regs): Prototype.
6453         (sparc_emit_float_lib_cmp): Constification.
6454
6455         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
6456
6457         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
6458         Prototype.
6459
6460         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
6461         (get_value_hash, hash_rtx): Likewise.
6462
6463         * ssa.c (compute_conservative_reg_partition): Prototype.
6464
6465         * tree.c (mark_hash_entry): Prototype.
6466
6467 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
6468
6469         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
6470         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
6471         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
6472
6473         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
6474         * objc/lang-specs.h: Likewise.
6475
6476 2000-04-03  Neil Booth  <NeilB@earthling.net>
6477
6478         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
6479         and SYNTAX_ERROR2. Replace `' in messages with ''.
6480         (op_to_str): Make re-entrant.
6481         (_cpp_parse_expr): Implement new error macros. Use | rather
6482         than || to logically or 2 boolean integers.  Simply expression
6483         checking we have a left operand iff needed.
6484
6485 2000-04-03  Nick Clifton  <nickc@cygnus.com>
6486
6487         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
6488
6489 2000-04-03  Philip Blundell  <philb@gnu.org>
6490
6491         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
6492
6493 2000-04-03  Felix Lee  <flee@cygnus.com>
6494
6495         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
6496         (run_shell): Use it.
6497
6498 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
6499
6500         * Makefile.in (stmp-int-hdrs): Make include subdir here...
6501         (stmp-fixproto): ...rather than here.
6502
6503 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
6504
6505         * pa.c (print_operand): Compute 'base' only inside the code paths
6506         that use it.
6507
6508 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
6509
6510         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
6511         CEIL_DIV_EXPR.
6512
6513 2000-04-03  Philipp Thomas  <pthomas@suse.de>
6514
6515         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
6516
6517 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
6518
6519         * Makefile.in (alias.o): Depend on $(TREE_H).
6520
6521 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
6522
6523         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
6524         processing C++.
6525         * cpplib.c (_cpp_handle_directive): Improve warnings for
6526         traditional C and indented directives.
6527
6528         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
6529         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
6530         fixinc/inclhack.def: Indent the # of #include_next one space.
6531         * cp/rtti.c: Un-indent #if and #endif.
6532
6533         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
6534         syntax error, but an error has already been printed.
6535         * cpplex.c (_cpp_parse_assertion): Give a more specific error
6536         message when called with nothing remaining on the line.
6537         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
6538         OTHER token, not an ASSERTION.
6539         * cpplib.c (do_assert): When we create a 'base' node, clear
6540         its aschain pointer.
6541
6542 2000-04-02  Neil Booth <NeilB@earthling.net>
6543
6544         * cppexp.c:  New typedef op_t.  struct operation and struct
6545         token updated to use it.
6546         (op_to_str): New function.
6547         (_cpp_parse_expr): Error messages modified to use op_to_str.
6548
6549 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6550
6551         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
6552         before checking MUST_PASS_IN_STACK.
6553
6554 2000-04-02  Neil Booth <NeilB@earthling.net>
6555
6556         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
6557         flags and initial priority into a single constant.  New
6558         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
6559         (_parse_cpp_expr): Implement new constants.  Take left operand
6560         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
6561         parse indicated by reducing FINISHED token.  Remove new lines
6562         from cpp_error messages.
6563
6564 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
6565
6566         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
6567         permanent obstack.
6568
6569 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
6570
6571         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
6572         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
6573         the strings and function names on the fly.  Take the #sccs
6574         entry out of the table if SCCS_DIRECTIVE is not defined.
6575         (_cpp_handle_directive): Decide if the # was at the beginning
6576         of the line here.  Issue -pedantic warnings for extended
6577         directives here.  Warn about K+R directives with the #
6578         indented, and C89/extended directives with the # not indented,
6579         here.
6580         (do_import, do_include_next, do_warning, do_ident, do_sccs,
6581         do_assert, do_unassert): Don't issue pedantic warning here.
6582
6583         * cpphash.h: Add CPP_WTRADITIONAL macro.
6584         * cpplib.h (struct cpp_options): Rename warn_stringify to
6585         warn_traditional; update comments.
6586         * cppinit.c (handle_option): Set warn_traditional not
6587         warn_stringify.
6588         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
6589         CPP_WTRADITIONAL (pfile).
6590         * cpplex.c (_cpp_lex_token): Don't decide if directives should
6591         be ignored in -traditional mode here.
6592
6593         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
6594         to initialize speccase[] and trigraph_map[].  Delete all
6595         references to pfile->input_speccase.  Always treat '?' as a
6596         special character.  Remove table-initialization code from
6597         _cpp_init_input_buffer.
6598
6599         * cpplib.h (struct cpp_reader): Remove input_speccase field.
6600         * cppinit.c (cpp_cleanup): Don't free input_speccase.
6601
6602 2000-04-01  Richard Henderson  <rth@cygnus.com>
6603
6604         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
6605         (mostlyclean): Likewise.
6606
6607         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
6608         (struct dump_file_info, enum dump_file_index, dump_file): New.
6609         (open_dump_file): Take a dump_file_index not a suffix, and a decl
6610         not a string.  Clean out file if we havn't yet done so.  Do nothing
6611         if the dump isn't enabled.
6612         (close_dump_file): Do nothing if the dump isn't open.  Dump
6613         graph data if requested.
6614         (dump_rtl, clean_dump_file): Remove.
6615         (compile_file): Don't clean the dump files.  Only finalize .bp dump
6616         if flag_test_coverage or flag_branch_probabilities.  Only finalize
6617         .combine dump if optimizing.  Iterate over dump_file to finalize the
6618         graph dumps.
6619         (rest_of_compilation): Update for open_dump_file/close_dump_file.
6620         Convert all uses of dump_rtl.
6621         (decode_d_option): Iterate over dump_file to implement 'a' and to
6622         locate pass-specific dumps.
6623
6624 2000-04-01  Neil Booth <NeilB@earthling.net>
6625
6626         * cppexp.c: Redefine priority constants.
6627         (_cpp_parse_expr): Replace left and right priority scheme with
6628         single priority logic.  Move LOGICAL to same place as COMPARE.
6629         Remove bogus check for multiple unary +/- operators.
6630
6631 2000-04-01  Neil Booth <NeilB@earthling.net>
6632
6633         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
6634         within the switch statement.  Binary operations break out of
6635         the switch naturally.  '(' tokens handled by forcing
6636         immediate shift.  ')' handled by forcing immediate reduce to
6637         the previous '('.  New error messages.
6638
6639 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
6640
6641         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
6642         part', it's already in use.  Use %K instead.  Add a return at the
6643         end of what is now %K.
6644         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
6645
6646 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6647
6648         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
6649         allocate_dynamic_stack_space.
6650         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
6651         update stack_pointer_delta; do not update arg_size_so_far.
6652         (compute_argument_block_size): Use stack_delta instead of
6653         stack_pointer_pending and arg_size_so_far.
6654         (expand_call): Add sanity checking for stack_pointer_delta;
6655         save and restore stack_pointer_delta for SIB, use
6656         stack_pointer_delta for alignment; do not update arg_space_so_far.
6657         (emit_library_call_value): Use stack_pointer_delta for alignment.
6658         (store_one_arg): Do not update arg_space_so_far.
6659         * explow.c (adjust_stack, anti_adjust_stack): Update
6660         stack_pointer_delta.
6661         (allocate_dynamic_stack_space): Add sanity checking for
6662         stack_pointer_delta.
6663         * expr.c (init_expr, clear_pending_stack_adjust): Clear
6664         stack_pointer_delta.
6665         (emit_push_insn): Update stack_pointer_delta.
6666         * function.h (struct expr_status): Add x_stack_pointer_delta;
6667         remove x_arg_space_so_far.
6668         (arg_space_so_far): Remove.
6669         (stack_pointer_delta): New macro.
6670
6671 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
6672
6673         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
6674         Reorder struct cpp_options and struct cpp_reader for better
6675         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
6676         takes two args.  Change all 'char' flags to 'unsigned char'.
6677         Move show_column flag into struct cpp_options.  Don't
6678         prototype cpp_options_init.
6679         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
6680         cppinit.c, cpplex.c, cpplib.c:
6681         Replace CPP_OPTIONS (pfile)->whatever with
6682         CPP_OPTION (pfile, whatever), and likewise for
6683         opts = CPP_OPTIONS (pfile); ... opts->whatever;
6684
6685         * cppinit.c (merge_include_chains): Take a cpp_reader *.
6686         Extract CPP_OPTION (pfile, pending) and work with that
6687         directly.
6688         (cpp_options_init): Delete.
6689         (cpp_reader_init): Turn on on-by-default options here.
6690         Allocate the pending structure here.
6691         (cl_options, enum opt_code): Define these from the same table,
6692         kept in a large macro.  Add -fshow-column and -fno-show-column
6693         options.
6694
6695         * cpperror.c (v_message): If show_column is off, don't print
6696         the column number.
6697
6698         * cppmain.c: Update for new interface.
6699         * fix-header.c: Likewise.
6700
6701 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
6702
6703         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
6704         definition.
6705         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
6706         are passed to any invocation of AR_FOR_TARGET.
6707         (AR_CREATE_FOR_TARGET): New macro.
6708         (AR_EXTRACT_FOR_TARGET): New macro.
6709         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
6710         AR_EXTRACT_FOR_TARGET.
6711         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
6712         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
6713         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
6714         AR_EXTRACT_FOR_TARGET to sub-makes.
6715
6716 2000-03-31  Neil Booth <NeilB@earthling.net>
6717
6718         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
6719         PAREN_INNER_PRIO.
6720         (_cpp_parse_expr): Check for multiple unary +/- operators.
6721         Correct priorities of ':' and '?'.  Treat ')' as having a
6722         value.  Ensure conditional expression is not void.
6723
6724 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
6725
6726         * alias.c (canon_rtx): Make it global.
6727         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
6728         equality.
6729         * cse.c (struct table_elt): Add canon_exp.
6730         (insert): Clear it.
6731         (invalidate): Canonicalize expressions only once.
6732         * rtl.h (canon_rtx): Declare.
6733
6734 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
6735
6736         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
6737         * alias.c (reg_known_value): Add comments.
6738         (init_alias_analysis): Likewise.
6739         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
6740         address.
6741         (cse_basic_block): Fix typo in comment.
6742         * emit-rtl.c: Include hashtab.h.
6743         (const_int_htab): New variable.
6744         (const_int_htab_hash): New function.
6745         (const_int_htab_eq): Likewise.
6746         (rtx_htab_mark_1): Likewise.
6747         (rtx_htab_mark): Likewise.
6748         (gen_rtx_CONST_INT): Cache all CONST_INTs.
6749         (unshare_all_rtx): Fix formatting.
6750         (init_emit_once): Initialize const_int_htab.
6751         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
6752         address.
6753         * rtl.texi: Document the fact that all CONST_INTs with the same
6754         value are shared.
6755
6756 2000-03-30  Richard Henderson  <rth@cygnus.com>
6757
6758         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
6759
6760 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
6761
6762         * configure.in: Comment out --enable-c-cpplib stanza.
6763         * configure: Regenerate.
6764
6765 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6766
6767         * expr.c (store_constructor): Properly compute displacement and
6768         alignment when offset is variable.
6769
6770         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
6771         cases of alignment in bytes.
6772
6773 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
6774
6775         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
6776         since it is used to generate c-parse.y.
6777         * objc-parse.c, objc-parse.y: Regenerated.
6778
6779         * function.c (expand_function_end): Pass alignment argument to
6780         emit_block_move in bits, not bytes.
6781
6782 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6783
6784         * expr.c (move_by_pieces_ninsns): Fix one more missing align
6785         correction.
6786
6787         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
6788
6789         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
6790         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
6791         * function.c (assign_parms): Likewise.
6792         * integrate.c (expand_inline_function): Likewise.
6793         * stmt.c (expand_decl): Likewise.
6794         (copy_rtx_and_substitute): Likewise.
6795         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
6796         (clear_by_pieces): Fix error in last change.
6797         * emit-rtl.c (init_emit): Set known registers alignment in bits.
6798         * function.h (regno_pointer_align): Now unsigned.
6799         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
6800         is in bits.
6801         * config/i386/i386.c (aligned_operand): Likewise.
6802         * config/sparc/sparc.c (mem_min_alignment): Likewise.
6803         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
6804         (unaligned_memory_operand): Likewise.
6805         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
6806         Also make alignments and sizes unsigned and some whitespace cleanup.
6807         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
6808
6809         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
6810         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
6811         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
6812         (expand_builtin_memset): Likewise, but to clear_storage.
6813         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
6814         (restore_fixed_argument_area): Likewise.
6815         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
6816         (load_register_parameters): Likewise, to emit_group_load.
6817         (expand_call): Likewise, to emit_group_store and emit_block_move.
6818         (emit_library_call_value_1): Likewise, to emit_block_move.
6819         (store_one_arg): Likewise, and to emit_push_insn.
6820         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
6821         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
6822         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
6823         (emit_block_move, emit_group_load, emit_group_store): Likewise.
6824         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
6825         (expand_assigment, store_expr, store_constructor_field): Likewise.
6826         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
6827         (store_constructor, store_field, get_inner_reference): Likewise.
6828         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
6829         (expand_expr, case COMPONENT_REF): Likewise.
6830         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
6831         and positions; reindent code.
6832         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
6833         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
6834         (assign_parms): Likewise to emit_group_store.
6835         * optabs.c (prepare_cmp_insn): Alignment is in bits.
6836         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
6837         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
6838         (expand_return): Likewise to {extract,store}_bit_field.
6839         * stor-layout.c (get_mode_alignment): Minor cleanup.
6840         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
6841         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
6842
6843 2000-03-29  Nick Clifton  <nickc@cygnus.com>
6844
6845         * config/arm/arm.h: Undo effects of previous delta:
6846         (ASM_SPEC): Do not define.
6847         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
6848
6849         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
6850         typo.
6851
6852 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
6853
6854         * cppinit.c (cpp_start_read): Call initialize_dependency_output
6855         only after reading in the primary source file.
6856
6857 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
6858
6859         * c-common.c (c_common_nodes_and_builtins): The first parameter to
6860         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
6861         or a reference to a va_list.
6862         * builtins.c (stabilize_va_list): Simplify now we don't have to
6863         work around C array address decay.
6864         * c-typeck.c (convert_for_assignment): Handle assignment to
6865         a reference parameter by taking the address of the RHS.
6866         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
6867         (va_copy): Likewise.
6868         (__va_copy): Likewise.
6869         * ginclude/varargs.h (va_start): Likewise.
6870         (__va_copy): Likewise.
6871
6872 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
6873
6874         * i386/djgpp.h: Remove extraneous "+".
6875
6876         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
6877
6878         * calls.c (expand_call): Fix typo in last change.
6879
6880 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
6881
6882         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
6883         been expanded.
6884
6885 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6886
6887         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
6888         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
6889         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
6890         * tree.c (bit_position, byte_position): Likewise.
6891         * tree.h: Declare new functions.
6892
6893 2000-03-29  Nick Clifton  <nickc@cygnus.com>
6894
6895         * config/arm/arm.c: Minor formatting changes/
6896         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
6897         already defined.
6898         (ASM_SPEC): Define if not already defined.
6899
6900 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
6901
6902         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
6903         _cpp_calc_hash.
6904
6905 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
6906
6907         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
6908         value, don't output it as unsigned.
6909
6910 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
6911
6912         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
6913
6914 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6915
6916         * c-common.c (c_common_nodes_and_builtins): Don't special case
6917         cplus_mode when declaring builtin bzero/bcmp, always avoid
6918         prototype arguments.
6919
6920 2000-03-29  Bruce Korb  <bkorb@gnu.org>
6921
6922         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
6923         to a non-file
6924
6925 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6926
6927         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
6928         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
6929         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
6930         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
6931         (save_fixed_argument_area, restore_fixed_argument_area):
6932         conditionize by #ifdef REG_PARM_STACK_SPACE only.
6933         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
6934         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
6935         (precompute_register_parameters): Avoid #ifdefs on
6936         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
6937         (stire_one_args): Likewise.
6938         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
6939         (emit_library_call_value_1): Likewise.
6940         (compute_argument_block_size): Align to STACK_BOUNDARY only for
6941         ACCUMULATE_OUTGOING_ARGS.
6942         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
6943         value.
6944         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
6945         (use_crosses_set_p): Likewise.
6946         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
6947         #define ACCUMULATE_OUTGOING_ARGS 1.
6948         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
6949         frames.
6950         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
6951         constants.
6952         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
6953         (TARGET_SWITCHES): Add push-args, no-push-args,
6954         accumulate-outgoing-args and no-accumulate-outgoing-args.
6955         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
6956         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
6957         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
6958         and PUSH_ROUNDING.
6959         (emit_push_insn): Likewise.
6960         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
6961         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
6962         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
6963         (STACK_DYNAMIC_OFFSET): Define correctly for both
6964         ACCUMULATE_OUTGOING_ARGS and normal mode.
6965         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
6966         * tm.texi (PUSH_ARGS): Document.
6967         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
6968
6969 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6970
6971         * flags.h (flag_optimize_sibling_calls): Declare.
6972         * calls.c (expand_call): Fail sibcall when
6973         !flag_optimize_sibling_calls
6974         * invoke.texi (flag_optimize_sibling_calls): Document.
6975         * toplev.c (flag_optimize_sibling_calls): New global variable.
6976         (f_options): Add flag_optimize_sibling_calls.
6977         (rest_of_compilation): Conditionize
6978         optimize_sibling_and_tail_recursive_calls by
6979         flag_optimize_sibling_calls.
6980         (main): Set flag_optimize_sibling_calls for -O2.
6981         * stmt.c (expand_return): Conditionize tail recursion by
6982         flag_optimize_sibling_calls.
6983
6984 2000-03-29  Richard Henderson  <rth@cygnus.com>
6985
6986         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
6987         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
6988
6989 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
6990
6991         * except.c (add_eh_table_entry): Mark type_info's as referenced.
6992
6993 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6994
6995         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
6996         is given.
6997         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
6998         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
6999         * config/rs6000/aix.h: then modified likewise.
7000
7001 2000-03-28  Richard Henderson  <rth@cygnus.com>
7002
7003         * rtl.h: Redistribute enum reg_note documentation.
7004         Kill trailing whitespace.
7005         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
7006         Kill trailing whitespace.
7007
7008 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
7009
7010         * cppfiles.c (hash_IHASH): Just return i->hash.
7011         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
7012         htab_find_with_hash.
7013         (cpp_read_file): Likewise.
7014         (find_include_file): Likewise.  Properly initialize
7015         ih->nshort.  Share ih->name and ih->nshort if possible.
7016         * cpphash.c (_cpp_calc_hash): New function.
7017         (hash_HASHNODE): Just return h->hash.
7018         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
7019         htab_find_with_hash.
7020         * cpphash.h: Prototype _cpp_calc_hash.
7021         * cppinit.c (initialize_builtins): Provide a valid hash
7022         to _cpp_make_hashnode, using _cpp_calc_hash.
7023
7024         * cpphash.c (collect_expansion): # is not a special character
7025         in object-like macros.  In -traditional mode, /**/ is not
7026         token paste at the beginning or end of the line.
7027         * cpplib.c (do_include, do_import, do_include_next): If
7028         parse_include fails, return immediately.
7029
7030 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
7031
7032         * config/arm/arm.md (return peepholes): Update to reflect the new
7033         call insn patterns.
7034         * config/arm/arm.c (arm_volatile_func): Also check
7035         current_function_nothrow.
7036         (output_return_instruction, output_func_prologue): Use it.
7037         (arm_output_epilogue, arm_expand_prologue): Likewise.
7038
7039 2000-03-27  Tom Tromey  <tromey@cygnus.com>
7040
7041         * gcc.c (handle_braces): In {x*...} case, break out of loop if
7042         switch is found.
7043
7044 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7045
7046         * expr.c (store_constructor): SIZE now signed.
7047         For EXPR_SIZE, don't evaluate size; just needed if constant.
7048         * fold-const.c (fold): Fix a number of cases when folded tree is
7049         wrong type.
7050         * function.c (flush_addressof): Reenable.
7051         * tree.h (flush_addressof): Likewise.
7052         * toplev.c (independent_decode_option): Look at strings_processed.
7053         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
7054
7055 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
7056
7057         * sibcall.c (indentify_call_return_value): Find last call in the chain;
7058         Allow stack adjustment after function call.
7059
7060         * regmove.c (struct csa_memlist): Make mem field rtx *.
7061         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
7062         (try_apply_stack_adjustment): Replace whole MEM rtx.
7063         (combine_stack_adjustments_for_block): Update calls
7064         to record_one_stack_ref.
7065
7066 2000-03-28  Neil Booth  <NeilB@earthling.net>
7067
7068         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
7069         '\\' rather than a null character, so nulls are not special.  Fix
7070         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
7071         speed trigraph conversion.
7072         (_cpp_init_input_buffer): Initialize trigraph map.
7073
7074 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
7075
7076         * config/i386/i386.c (output_387_binary_op): Correct intel
7077         mode assembly output, and add spaces after commas in AT&T
7078         output.  Correct Unixware assembler comment.  Document input
7079         constraints.  Comment fp operations.  Reduce profligate buffer
7080         size.  Remove extraneous abort.  Localize temp var.
7081         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
7082         (output_fix_trunc): Add spaces after commas in assembly output.
7083
7084 2000-03-27  Richard Henderson  <rth@cygnus.com>
7085
7086         * i386-protos.h (ix86_match_ccmode): Declare.
7087         * i386.c (ix86_match_ccmode): New.
7088         (ix86_expand_fp_compare): Update for pattern renames.
7089         (ix86_expand_strlensi_unroll_1): Likewise.
7090         * i386.h (EXTRA_CC_MODES): Add CCZ.
7091         (SELECT_CC_MODE): Use it for EQ/NE zero.
7092         * i386.md (cmpsi_ccz_1): New.
7093         (cmpqi_ccz_1): New.
7094         (*testsi_ccz_1): New.
7095         (testqi_ccz_1): New.
7096         (cmpsi_ccno_1): Rename from cmpsi_0.
7097         (testsi_ccno_1): Rename from testsi_1.
7098         (testqi_ccno_1): Rename from testqi_1.
7099         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
7100         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
7101         (*cmphi_0): Use ix86_match_ccmode.
7102         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
7103         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
7104         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
7105         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
7106         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
7107         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
7108         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
7109         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
7110         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
7111         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
7112         (appropriate peepholes): Likewise.
7113         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
7114         (*subsi_3, *subhi_3, *subqi_3): Remove.
7115         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
7116         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
7117         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
7118         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
7119         (x86_shift_adj_1): Use CCZ.
7120         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
7121
7122 2000-03-27  Stan Cox  <scox@cygnus.com>
7123
7124         * resource.h (mark_resource_type): New.
7125         * resource.c (find_dead_or_set_registers, mark_target_live_regs,
7126         find_free_register): Use mark_resource_type.
7127         (mark_set_resources): Change include_delayed_effects
7128         to mark_resource_type.
7129         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
7130         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
7131         Use mark_resource_type.
7132
7133 2000-03-27  Richard Henderson  <rth@cygnus.com>
7134
7135         * i386.md (call_pop_0, call_value_pop_0): New.
7136         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
7137         (call_value_pop_1): Likewise.
7138         (call_0, call_value_0): New.
7139         (call_1, call_value_1): Remove constraint from unused arg.
7140
7141 2000-03-27  Nick Clifton  <nickc@cygnus.com>
7142
7143         * invoke.texi (Spec Files): Document new spec % command created by
7144         Tom Tromey's recent patch.
7145
7146 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
7147
7148         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
7149         if not defined.
7150
7151 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7152
7153         * expr.c (expand_assignment): Fix typo in last change.
7154
7155         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
7156
7157 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7158
7159         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
7160         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
7161         and DECL_INLINE if FUNCTION_DECL.
7162         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
7163         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
7164         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
7165         (combine_parm_decls): Likewise.
7166         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
7167         * print-tree.c (print_node): Likewise.
7168         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
7169         DECL_TRANSPARENT_UNION on proper decl types.
7170         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
7171         * stor-layout.c (layout_decl): Only check DECL_PACKED and
7172         DECL_BIT_FIELD of FIELD_DECL.
7173         * tree.h (DECL_RESULT_FLD): New macro.
7174
7175         * expr.c (expand_assignment): Add code to handle variable-sized
7176         BLKmode case.
7177
7178 2000-03-26  Richard Henderson  <rth@cygnus.com>
7179
7180         * calls.c (expand_call): Pass parms not original exp to
7181         optimize_tail_recursion.  Mind return value instead of looking
7182         for a barrier.
7183         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
7184         call_expr.  Move checks for call_expr and current_function_decl ...
7185         (expand_return): ... here.
7186
7187 2000-03-26  Tom Tromey  <tromey@cygnus.com>
7188
7189         * gcc.c (handle_braces): Recognize `%{<S}' construct.
7190         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
7191         defines.
7192         (process_command): Use them.
7193         (check_live_switch): Likewise.
7194         (give_switch): Skip ignored switches.
7195
7196 2000-03-26  Jan Hubicka  <jh@suse.cz>
7197
7198         * jump.c (jump_optimize_1): Fix typo in elide optimizations
7199         for minimal jump pass test.
7200
7201 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
7202
7203         * integrate.c (function_cannot_inline_p): Do inline functions that
7204         return `void'.
7205
7206 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7207
7208         * stor-layout.c (layout_type, set_sizetype): early_type_list is
7209         now a list of TREE_LIST entries, not types.
7210         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
7211
7212         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
7213         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
7214         int_bit_position.
7215         * config/mips/mips.c (function_arg): Likewise; also remove cast
7216         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
7217         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
7218         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
7219         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
7220         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
7221         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
7222         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
7223         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
7224         num_adjusts now unsigned.
7225         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
7226         * config/sparc/sparc.c (struct function_arg_record_value_parms):
7227         NREGS now unsigned.
7228         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
7229         as is BITPOS variable; use host_integerp and int_bit_position.
7230         (function_arg_record_value_2): Likewise.
7231         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
7232         Variable REGNO now unsigned.
7233         (function_arg_record_value): NREGS now unsigned.
7234
7235 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
7236
7237         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
7238
7239 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7240
7241         * Rework fields used to describe positions of bitfields and
7242         modify sizes to be unsigned and use HOST_WIDE_INT.
7243         * alias.c (reg_known_value_size): Now unsigned.
7244         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
7245         (really_start_incremental_init): Use bitsize_zero_node.
7246         (push_init_level, pop_init_level, output_init_element): Likewise.
7247         Use bitsize_unit_node and bitsize_one_node.
7248         (output_pending_init_elements, process_init_element): Likewise.
7249         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
7250         (make_extraction): Position and length HOST_WIDE_INT and unsigned
7251         HOST_WIDE_INT, respectively.
7252         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
7253         (num_sign_bit_copies): Returns unsigned.
7254         BITWIDTH now unsigned; rework arithmetic.
7255         Remove recursive call from arg to MAX.
7256         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
7257         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
7258         REGNO now unsigned.
7259         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
7260         (find_split_point, expand_compound_operation, make_extraction): LEN
7261         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
7262         (make_field_assignment): Likewise.
7263         (combine_simplify_rtx): Add cast.
7264         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
7265         (force_to_mode): WIDTH now unsigned; add cast.
7266         (if_then_else_cond): SIZE now unsigned.
7267         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
7268         (extended_count): Now returns unsigned.
7269         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
7270         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
7271         (simplify_comparison): MODE_WIDTH now unsigned.
7272         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
7273         (mark_used_regs_combine): Likewise; rework arithmetic.
7274         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
7275         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
7276         (record_promoted_value): REGNO now unsigned.
7277         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
7278         (get_last_value): REGNO now unsigned.
7279         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
7280         (reg_dead_regno, reg_dead_endregno): Now unsigned.
7281         (remove_death): Arg REGNO now unsigned.
7282         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
7283         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
7284         now unsigned.
7285         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
7286         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
7287         (struct cse_reg_info): REGNO now unsigned.
7288         (cached_regno): Now unsigned.
7289         (REGNO_QTY_VALID_P): Add cast.
7290         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
7291         (remove_invalid_regs): Likewise.
7292         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
7293         as are variables END and I.
7294         (get_cse_reg_info, insert): Likewise.
7295         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
7296         (canon_hash): Likewise.
7297         (insert_regs, lookup_for_remove): REGNO now unsigned.
7298         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
7299         New variable RN.
7300         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
7301         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
7302         * emit-rtl.c (subreg_realpart_p): Add cast.
7303         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
7304         (operand_subword_force): Arg I is now unsigned.
7305         * except.c (eh_regs): Variable I is now unsigned.
7306         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
7307         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
7308         length is unsigned HOST_WIDE_INT; likewise for internal variables.
7309         (store_split_bit_field, extract_fixed_bit_field): Likewise.
7310         (extract_split_bit_field, store_bit_field, extract_bit_field):
7311         Likewise.
7312         * expr.c (store_constructor_fields, store_constructor, store_field):
7313         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
7314         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
7315         (do_jump): Likewise.
7316         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
7317         MAX_SIZE is now unsigned.
7318         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
7319         (emit_group_store): Likewise.
7320         (emit_move_insn): I now unsigned.
7321         (store_constructor): Use host_integerp, tree_low_cst, and
7322         bitsize_unit_node.
7323         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
7324         Rework all calculations to use trees and new fields.
7325         * expr.h (promoted_input_arg): Regno now unsigned.
7326         (store_bit_field, extract_bit_field): Adjust types of pos and size.
7327         (mark_seen_cases): Arg is HOST_WIDE_INT.
7328         * flow.c (verify_wide_reg_1): REGNO now unsigned.
7329         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
7330         precisions and alignments are unsigned.
7331         (optimize_bit_field_compare, fold_truthop): Likewise.
7332         (int_const_binop): Adjust threshold for size_int_type_wide call.
7333         (fold_convert): Likewise.
7334         (size_int_type_wide): Make table larger and fix thinko that only
7335         had half of table used.
7336         (all_ones_mask_p, fold): Precisions are unsigned.
7337         * function.c (put_reg_info_stack): REGNO is unsigned.
7338         (instantiate_decl): Size is HOST_WIDE_INT.
7339         (instantiate_virtual_regs): I is unsigned.
7340         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
7341         (promoted_input_arg): REGNO is unsigned.
7342         * function.h (struct function): x_max_parm_reg is now unsigned.
7343         * gcse.c (max_gcse_regno): Now unsigned.
7344         (struct null_pointer_info): min_reg and max_reg now unsigned.
7345         (lookup_set, next_set): REGNO arg now unsigned.
7346         (compute_hash_table): REGNO and I now unsigned.
7347         (handle_avail_expr): regnum_for_replacing now unsigned.
7348         (cprop_insn): REGNO now unsigned.
7349         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
7350         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
7351         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
7352         * hard-reg-set.h (reg_class_size): Now unsigned.
7353         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
7354         * jump.c (mark_modified_reg): I now unsigned; add cast.
7355         (rtx_equal_for_thread_p): Add cast.
7356         * loop.c (max_reg_before_loop): Now unsigned.
7357         (struct_movable): REGNO now unsigned.
7358         (try_copy_prop): REGNO arg unsigned.
7359         (regs_match_p): XN and YN now unsigned.
7360         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
7361         (strength_reduce): Likewise; NREGS also unsigned.
7362         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
7363         * loop.h (struct iv_class): REGNO now unsigned.
7364         (max_reg_before_loop, first_increment_giv, last_increment_giv):
7365         Now unsigned.
7366         * machmode.h (mode_size, mode_unit_size): Now unsigned.
7367         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
7368         * optabs.c (expand_binop): I and NWORDS now unsigned.
7369         (expand_unop): I now unsigned.
7370         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
7371         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
7372         * real.c (significand_size): Now returns unsigned.
7373         * real.h (significand_size): Likewise.
7374         * regclass.c (reg_class_size): Now unsigned.
7375         (choose_hard_reg_mode): Both operands now unsigned.
7376         (record_reg_classes): REGNO and NR now unsigned.
7377         (reg_scan): NREGS now unsigned.
7378         (reg_scan_update): old_max_regno now unsigned.
7379         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
7380         * reload.c (find_valid_class): BEST_SIZE now unsigned.
7381         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
7382         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
7383         Likewise for variable R.
7384         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
7385         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
7386         (find_equiv_reg): Add casts.
7387         (regno_clobbered_p): Arg REGNO now unsigned.
7388         * reload.h (struct reload): NREGS now unsigned.
7389         (refers_to_regno_for_reload_p): Regno args are unsigned.
7390         (regno_clobbered_p): Likewise.
7391         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
7392         (compute_use_by_pseudos): REGNO now unsigned.
7393         (find_reg): I and J now unsigned, new variable K, and change loop
7394         variables accordingly; THIS_NREGS now unsigned.
7395         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
7396         (spill_hard_reg): REGNO arg now unsigned; add casts.
7397         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
7398         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
7399         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
7400         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
7401         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
7402         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
7403         (emit_reload_insns): REGNO now unsigned.
7404         (reload_cse_move2add): Add cast.
7405         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
7406         and rework loop.
7407         * resource.c (mark_referenced_resources, mark_set_resources): New
7408         variable R; REGNO and LAST_REGNO now unsigned.
7409         (mark_target_live_regs): J and REGNO now unsigned.
7410         * rtl.c (mode_size, mode_unit_size): Now unsigned.
7411         * rtl.h (union rtunion_def): New field rtuint.
7412         (XCUINT): New macro.
7413         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
7414         (operand_subword, operand_subword_force): Word number is unsigned.
7415         (choose_hard_reg_mode): Operands are unsigned.
7416         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
7417         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
7418         (regno_use_in, combine_instructions, remove_death): Likewise.
7419         (reg_scan, reg_scan_update): Likewise.
7420         (extended_count): Return is unsigned.
7421         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
7422         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
7423         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
7424         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
7425         (reg_reg_last_1): FIRS and LAST now unsigned.
7426         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
7427         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
7428         now unsigned.
7429         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
7430         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
7431         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
7432         (replace_regs): Arg NREGS now unsigned.
7433         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
7434         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
7435         (simplify_binary_operation): Likewise.
7436         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
7437         THIS_LAST now unsigned.
7438         (cselib_record_set): Add cast.
7439         * ssa.c (ssa_max_reg_num): Now unsigned.
7440         (rename_block): REGNO now unsigned.
7441         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
7442         sizes now unsigned.
7443         (all_cases_count): Just return -1 not -2.
7444         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
7445         Rework tests to use trees whenever possible.
7446         Use host_integerp and tree_low_cst.
7447         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
7448         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
7449         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
7450         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
7451         (smallest_mode_for_size): Likewise.
7452         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
7453         KNOWN_ALIGN is now an alignment, so simplify code.
7454         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
7455         (start_record_layout): Renamed from new_record_layout_info.
7456         Update to new fields.
7457         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
7458         New functions.
7459         (place_union_field): Renamed from layout_union_field.
7460         Update to use new fields in rli.
7461         (place_field): Renamed from layout_field.
7462         Major rewrite to use new fields in rli; pass alignment to layout_decl.
7463         (finalize_record_size): Rework to use new fields in rli and handle
7464         union.
7465         (compute_record_mode): Rework to simplify and to use new DECL fields.
7466         (finalize_type_size): Make rounding more consistent.
7467         (finish_union_layout): Deleted.
7468         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
7469         (layout_type, case RECORD_TYPE): Call new function names.
7470         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
7471         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
7472         (get_best_mode): UNIT is now unsigned; remove casts.
7473         * tree.c (bit_position): Compute from new fields.
7474         (byte_position, int_byte_position): New functions.
7475         (print_type_hash_statistics): Cast to remove warning.
7476         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
7477         (build_index_type): Likewise; make subtype of sizetype.
7478         (build_index_2_type): Pass sizetype to build_range_type.
7479         (build_common_tree_nodes): Use size_int and bitsize_int to
7480         initialize nodes; add bitsize_{zero,one,unit}_node.
7481         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
7482         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
7483         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
7484         (DECL_FIELD_BITPOS): Deleted.
7485         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
7486         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
7487         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
7488         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
7489         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
7490         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
7491         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
7492         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
7493         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
7494         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
7495         (DECL_ALIGN): Adjust to new field in union.
7496         (DECL_OFFSET_ALIGN): New field.
7497         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
7498         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
7499         (union tree_decl): Add struct for both aligns.
7500         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
7501         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
7502         (struct record_layout_info): Rework fields to have offset
7503         alignment and byte and bit position.
7504         (start_record_layout, place_field): Renamed from old names.
7505         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
7506         (byte_position, int_byte_position): Likewise.
7507         (get_inner_reference): Change types of position and length.
7508         * unroll.c (unroll_loop): New variable R; use for some loops.
7509         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
7510         (calculate_giv_inc): Arg REGNO now unsigned.
7511         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
7512         * varasm.c (assemble_variable): Clean up handling of size using
7513         host_integerp and tree_low_cst.
7514         (decode_addr_const): Use byte, not bit, position.
7515         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
7516         use tree_low_cst and int_bit_position.
7517         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
7518
7519 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
7520
7521         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
7522         (reorder_block_def): New members eff_head and eff_end.
7523         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
7524         (verify_insn_chain): New function.
7525         (skip_insns_between_block): Add code to skip deleted insns.
7526         Check for note before using.
7527         (chain_reorder_blocks): Replace calls to skip_insns_between_block
7528         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
7529         Check for note before using.
7530         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
7531         (fixup_reorder_chain): Restructure, clean up, defect removal.
7532         (reorder_basic_blocks): Remove last_insn and references to it.
7533         Moved insn chain verification code into a new function (see above).
7534         Delete defective code that sets last insn.
7535         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
7536         all blocks.
7537
7538 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7539
7540         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
7541
7542 2000-03-24  Richard Henderson  <rth@cygnus.com>
7543
7544         * tree.c (lang_safe_for_unsave): Remove.
7545         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
7546         allowing for two levels of unsafeness.  Remove lang hook.
7547         * tree.h: Update declarations.
7548         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
7549         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
7550         Always fail sibcalls when there are pending cleanups.
7551
7552 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
7553
7554         * flow.c (propagate_block): When we delete an ADDR_VEC,
7555         also delete the BARRIER following it if there is one.
7556
7557 2000-03-24  Richard Henderson  <rth@cygnus.com>
7558
7559         * builtins.c (expand_builtin_bzero): Convert `length' argument
7560         to sizetype.
7561
7562 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
7563
7564         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
7565         comparison if regno's are equal.
7566         * calls.c (initialize_argument_informat): Add ecf_flags argument.
7567         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
7568         (expand_call): Update caller.
7569         Avoid making a sibling call if argument size of the callee is larger
7570         than argument size of the caller.
7571         Call hard_function_value with outgoing set if in sibcall pass.
7572         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
7573
7574         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
7575         Change LEAF_REGISTERS from an array initializer to actual array
7576         identifier. Move static global variable into the function.
7577         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
7578         sequences for leaf functions.
7579         * global.c (global_alloc): Likewise.
7580         * tm.texi (LEAF_REGISTERS): Update documentation.
7581
7582         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
7583         TARGET_FLAT leaf disabling hack.
7584         (LEAF_REGISTERS): Changed from an array initializer to actual array
7585         identifier to avoid duplication and remove the above hack.
7586         (FUNCTION_OK_FOR_SIBCALL): Define.
7587         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
7588         always like call attribute.
7589         (eligible_for_sibcall_delay): New attribute.
7590         (sibcall): New delay type.
7591         (sibcall, sibcall_value, sibcall_epilogue): New expands.
7592         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
7593         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
7594         * config/sparc/sparc.c (sparc_leaf_regs): New array.
7595         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
7596         New functions.
7597         (output_function_epilogue): Move part of the code into
7598         output_restore_regs.
7599         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
7600         TYPE_SIBCALL.
7601         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
7602         prototypes.
7603
7604         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
7605         until infrastructure is finished.
7606
7607 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
7608
7609         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
7610         (save_parm_insns): Not here.
7611
7612 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7613
7614         * builtins.c (expand_builtin_bzero): New function.
7615         (expand_builtin): Handle bzero.
7616
7617         * builtins.def: Add BUILT_IN_BZERO.
7618
7619         * c-common.c (c_common_nodes_and_builtins): Provide builtin
7620         prototype & function for bzero.
7621
7622 2000-03-23  Michael Meissner  <meissner@redhat.com>
7623
7624         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
7625         change adding TARGET_FP to the TF floating point insns, except for
7626         trunctfsf2, which generates direct calls to truncdfsf2.
7627
7628 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
7629
7630         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
7631         try to protect against middle-end changes that break binary
7632         compatibility.
7633         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
7634
7635 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7636
7637         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
7638
7639 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7640
7641         * calls.c (expand_call): If TARGET is passed by reference and
7642         is readonly, write a CLOBBER.
7643
7644 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7645
7646         * builtins.c (expand_builtin): Handle bcmp.
7647
7648         * builtins.def: Add BUILT_IN_BCMP.
7649
7650         * c-common.c (c_common_nodes_and_builtins): Provide builtin
7651         prototype & function for bcmp.
7652
7653 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
7654
7655         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
7656         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
7657         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
7658
7659 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
7660
7661         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
7662         alternative when using -fp64 -gp32.
7663
7664 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
7665
7666         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
7667         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
7668         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
7669
7670         * frame.h (frame_state): Revert last change.
7671         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
7672         * libgcc2.c (throw_helper): Revert last change.
7673
7674 2000-03-22  Richard Henderson  <rth@cygnus.com>
7675
7676         * stmt.c (expand_asm_operands): Don't promote the temporary.
7677
7678 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
7679
7680         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
7681         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
7682           c_get_alias_set): Likewise.
7683         * c-decl.c (duplicate_decls): Likewise.
7684         * c-typeck.c (default_conversion,build_unary_op): Likewise.
7685         * calls.c (initialize_argument_information): Likewise.
7686         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
7687         Likewise.
7688         * dwarfout.c (decl_class_context,output_type): Likewise.
7689         * expr.c (get_inner_reference): Likewise.
7690         * fold-const.c (simple_operand_p,fold): Likewise.
7691         * function.c (aggregate_value_p): Likewise.
7692         * stmt.c (expand_asm_operands): Likewise.
7693         * varasm.c (named_section): Likewise.
7694
7695 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
7696
7697         Implement dwarf2 exception handling for the ARM.
7698         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
7699         (DWARF_FRAME_RETURN_COLUMN): Define.
7700         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
7701         REG_FRAME_RELATED_EXPR note.
7702         (emit_sfm): Likewise.
7703         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
7704         * dwarf2out.c (reg_save): Handle saving a register to itself.
7705         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
7706         * except.c (eh_regs): Don't use the static chain reg if it's
7707         callee-saved.
7708         * frame.h (frame_state): Add cfa_saved field.
7709         * frame.c (execute_cfa_insn): Set it.
7710         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
7711         the epilogue.
7712         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
7713         Now takes a parm.
7714         (instantiate_virtual_regs): Adjust.
7715         * tm.texi: Adjust.
7716         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
7717         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
7718         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
7719
7720         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
7721         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
7722
7723 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7724
7725         * builtins.def: New file.
7726
7727         * Makefile.in (TREE_H): Depend on builtins.def.
7728
7729         * builtins.c (built_in_names): Use builtins.def.
7730
7731         * tree.h (built_in_function): Likewise.
7732
7733 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
7734
7735         * tree.c (size_in_bytes): Return size_zero_node, not
7736         integer_zero_node.
7737
7738 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
7739
7740         * config/fp-bit.c (pack_d): Correct the case when a denormal
7741         is rounded up and stops being denormal.
7742
7743 2000-03-21  Richard Henderson  <rth@cygnus.com>
7744
7745         * config/alpha/alpha.c (function_arg): Check for void_type_node
7746         before using MUST_PASS_IN_STACK.
7747
7748 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
7749
7750         * regmove.c (combine_stack_adjustments_for_block): Check that
7751         the stack pointer is a valid memory address.
7752
7753 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
7754
7755         * calls.c: re-install Mar 16 emit_library_call merge.
7756
7757 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
7758
7759         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
7760         we cannot be sure that if reload_completed base register will
7761         be properly aligned.
7762
7763 2000-03-21  Richard Henderson  <rth@cygnus.com>
7764
7765         * flow.c (delete_block): Fix typo last change.
7766
7767 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
7768
7769         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
7770         not COMPLETE_TYPE_P, to check the type of the expression.
7771
7772 2000-03-21  Michael Meissner  <meissner@redhat.com>
7773
7774         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
7775         all floating point insns that just tested the macro
7776         TARGET_HAS_XFLOATING_LIBS.
7777         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
7778         used to only use the gprs.
7779
7780 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
7781
7782         * tree.h (COMPLETE_TYPE_P): New macro.
7783         (COMPLETE_OR_VOID_TYPE_P): New macro.
7784         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
7785         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
7786         * c-aux-info.c (gen_type): Use them.
7787         * c-common.c (c_expand_expr_stmt): Likewise.
7788         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
7789         grokdeclarator, grokparms, finish_struct, start_function,
7790         store_parm_decls, combine_parm_decls): Likewise.
7791         * c-parse.y (cast_expr): Likewise.
7792         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
7793         c_size_in_bytes, c_alignof, build_component_ref,
7794         build_indirect_ref, build_array_ref, convert_arguments,
7795         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
7796         * calls.c (initialize_argument_information): Likewise.
7797         * convert.c (convert_to_integer): Likewise.
7798         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
7799         * dwarfout.c (location_or_const_value_attribute,
7800         output_enumeration_type_die, output_structure_type_die,
7801         output_union_type_die, output_type): Likewise.
7802         * expr.c (safe_from_p, expand_expr): Likewise.
7803         * function.c (assign_parms): Likewise.
7804         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
7805         * tree.c (build_array_type, build_function_type,
7806         build_method_type, build_offset_type, build_complex_type): Likewise.
7807         * c-parse.c, c-parse.h: Regenerated.
7808
7809 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7810
7811         * config/c4x/rtems.h: Include config/rtems.h.
7812
7813 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
7814
7815         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
7816         decl is a FUNCTION_DECL
7817
7818 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
7819
7820         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
7821         function uses output registers.  Don't save RP for leaf functions.
7822         Do save RP even if no epilogue.
7823         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
7824         (CALL_USED_REGISTERS): Unmark in registers.
7825         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
7826         to near the middle.
7827
7828 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
7829
7830         * config/rs6000/rs6000.md (bunordered): New expander.
7831         (bordered): New expander.
7832         (buneq): New expander.
7833         (bunge): New expander.
7834         (bungt): New expander.
7835         (bunle): New expander.
7836         (bunlt): New expander.
7837         (bltgt): New expander.
7838
7839         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
7840         (ccr_bit_negated_p): New function.
7841         (print_operand): For %C, generate appropriate cror for UNEQ,
7842         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
7843
7844 2000-03-20  Andreas Jaeger  <aj@suse.de>
7845
7846         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
7847         warning.
7848
7849         * tree.h (safe_for_unsave): Prototype.
7850
7851 2000-03-20  Richard Henderson  <rth@cygnus.com>
7852
7853         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
7854         (combine_stack_adjustments_for_block): Don't allow sp references
7855         in the side of a set we're not fixing up.
7856         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
7857         after life_analysis.
7858
7859 2000-03-20  Richard Henderson  <rth@cygnus.com>
7860
7861         * calls.c (expand_call): Don't bother generating tail call
7862         sequences if there are pending cleanups.  Use
7863         expand_start_target_temps/expand_end_target_temps to elide
7864         cleanups created during sibcall expansion.
7865
7866 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
7867
7868         * configure.in: Set $IFS to a value if it doesn't already have one
7869         in the --enable-checking handling.
7870         * configure: Regenerate.
7871
7872 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7873
7874         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
7875         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
7876         Regenerated.
7877
7878 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
7879
7880         * jump.c (delete_noop_moves): Remove code attempting to
7881         combine stack adjustments.
7882
7883 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7884
7885         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
7886         * except.c (emit_cleanup_handler): Use them.
7887         (expand_end_all_catch): Likewise.
7888         * function.c (fixup_var_refs): Likewise.
7889         (expand_function_end): Clear catch_clauses_last.
7890         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
7891         * except.h (struct eh_status): New field x_catch_clauses_last.
7892         (catch_clauses_last): New define.
7893
7894         * Makefile.in (tree.o): Depend on HASHTAB_H.
7895         * tree.c: Include hashtab.h.
7896         (struct type_hash): Remove next field.
7897         (TYPE_HASH_SIZE): Remove.
7898         (TYPE_HASH_INITIAL_SIZE): New define.
7899         (type_hash_table): Change type to htab_t.
7900         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
7901         mark_hash_entry): New functions.
7902         (init_obstacks): Allocate type hash.
7903         (type_hash_lookup): Use htab functions.
7904         (type_hash_add, mark_type_hash): Likewise.
7905         (dump_tree_statistics): Call print_type_hash_statistics.
7906
7907 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7908
7909         * rs6000/t-aix41: New file.
7910
7911         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
7912
7913 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
7914
7915         * tm.texi (Driver): Fix typos and tweak entry for
7916         INCLUDE_DEFAULTS.
7917         Move misplaced STRUCT_FORCE_BLK entry ...
7918         (Storage Layout): ... to here.
7919         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
7920
7921 2000-03-19  Richard Henderson  <rth@cygnus.com>
7922
7923         * flow.c (delete_block): Delete the addr_vec along with the block.
7924         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
7925         reference labels.
7926
7927         * fold-const.c (extract_muldiv): Apply type check for defined
7928         overflow to multiply as well as divide.
7929
7930         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
7931
7932 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
7933
7934         * emit-rtl.c (remove_unncessary_notes): Check that all
7935         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
7936         associated NOTE_BLOCK.
7937         * function.h (identify_blocks): Update comments.
7938         (reorder_blocks): Declare.
7939         * function.c (identify_blocks): Don't take paramters.
7940         (reorder_blocks): Don't take parameters.
7941         * loop.h (find_loop_tree_blocks): Remove.
7942         (unroll_block_trees): Likewise.
7943         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
7944         reorder_blocks instead of unroll_block_trees.h
7945         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
7946         * stmt.c (find_loop_tree_blocks): Remove.
7947         (unroll_block_trees): Likewise.
7948         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
7949         in whole-function mode.
7950         * tree.h (reorder_blocks): Remove declaration.
7951
7952         * expr.c: Include intl.h.
7953         * Makefile.in (expr.o): Depend on intl.h.
7954
7955 2000-03-18  Richard Henderson  <rth@cygnus.com>
7956
7957         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
7958
7959 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
7960
7961         * tree.h (tree_index): Remove enumerals for integer types.
7962         (integer_type_kind): New type.
7963         (integer_types): New variable.
7964         (char_type_node): Adjust.
7965         (signed_char_type_node): Likewise.
7966         (unsigned_char_type_node): Likewise.
7967         (short_integer_type_node): Likewise.
7968         (short_unsigned_type_node): Likewise.
7969         (integer_type_node): Likewise.
7970         (unsigned_type_node): Likewise.
7971         (long_integer_type_node): Likewise.
7972         (long_unsigned_type_node): Likewise.
7973         (long_long_integer_type_node): Likewise.
7974         (long_long_unsigned_type_node): Likewise.
7975         * tree.c (integer_types): New variable.
7976         (init_obstacks): Register it as a root.
7977
7978 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
7979
7980         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
7981         NEXT_INSN. Update last insn in chain.
7982
7983 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
7984
7985         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
7986         with TYPE_DECL_SUPPRESS_DEBUG set.
7987
7988 2000-03-18  Richard Henderson  <rth@cygnus.com>
7989
7990         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
7991
7992 2000-03-18  Richard Henderson  <rth@cygnus.com>
7993
7994         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
7995         care for HALF_PIC_P.
7996         (expander_call_insn_operand): Remove.
7997         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
7998         * i386.h (PREDICATE_CODES): Update.
7999         * i386.md (all call expanders): Remove predicates, remove special
8000         handling for half-pic.
8001         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
8002         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
8003         (sibcall_epilogue): New.
8004
8005 2000-03-17  Richard Henderson  <rth@cygnus.com>
8006
8007         * rtlanal.c (single_set): Reject if the parallel has anything
8008         except SET or USE or CLOBBER.
8009
8010 2000-03-17  Jeff Law  <law@cygnus.com>
8011             Richard Henderson  <rth@cygnus.com>
8012
8013         * Makefile.in (OBJS): Add sibcall.o.
8014         (sibcall.o): New.
8015         * sibcall.c: New file.
8016         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
8017         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
8018         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
8019         Emit sibcall patterns when requested.  Update all callers.
8020         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
8021         elimination seems feasable.
8022         * final.c (leaf_function_p): Sibling calls don't discount being
8023         a leaf function.
8024         * flow.c (HAVE_sibcall_epilogue): Provide default.
8025         (find_basic_blocks_1): Sibling calls don't throw.
8026         (make_edges): Make edge from sibling call to EXIT.
8027         (propagate_block): Don't remove sibcall_epilogue insns.
8028         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
8029         (sibcall_epilogue): New.
8030         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
8031         (identify_blocks_1): Likewise.  Break out from ...
8032         (identify_blocks): ... here.
8033         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
8034         (reorder_blocks): ... here.
8035         (init_function_for_compilation): Zap prologue/epilogue as varrays.
8036         (record_insns): Extend a varray instead of mallocing new memory.
8037         (contains): Read a varray not array of ints.
8038         (sibcall_epilogue_contains): New.
8039         (thread_prologue_and_epilogue_insns): Emit and record
8040         sibcall_epilogue patterns.
8041         (init_function_once): Allocate prologue/epilogue varrays.
8042         * genflags.c (gen_insn): Treat sibcall patterns as calls.
8043         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
8044         Broken out from ...
8045         (save_for_inline_nocopy): ... here.
8046         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
8047         Broken out from ...
8048         (expand_inline_function): ... here.
8049         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
8050         (subst_constants): Handle 'n' formats.
8051         * jump.c (jump_optimize_minimal): New.
8052         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
8053         optimizations if it's set.
8054         * rtl.c (copy_rtx): Do copy jump & call for insns.
8055         * rtl.h (struct rtx_def): Document use of jump and call for insns.
8056         (SIBLING_CALL_P): New.
8057         (sibcall_use_t): New.
8058         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
8059         Invoke optimize_sibling_and_tail_recursive_calls.
8060         * tree.c (lang_safe_for_unsave): New.
8061         (safe_for_unsave): New.
8062         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
8063
8064         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
8065         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
8066         (*sibcall_osf_1, *sibcall_value_osf_1): New.
8067
8068 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
8069
8070         * objc/objc-act.c (encode_method_prototype): Pass types, not
8071         PARM_DECLs, to int_size_in_bytes.
8072
8073 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
8074
8075         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
8076
8077         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
8078         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
8079
8080 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8081
8082         * Clean up usages of TREE_INT_CST_LOW.
8083         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
8084         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
8085         Regenerated.
8086         * c-tree.h (min_precision): Move declaration to here.
8087         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
8088         (build_unary_op, add_pending_init): Use bit_position.
8089         (pending_init_member, process_init_element): Likewise.
8090         (really_start_incremental_init, push_init_level, pop_init_level):
8091         Don't make copies of nodes or modify them in place, use consistent
8092         types when tracking positions, and use tree routines computations.
8093         (set_init_index, output_init_element): Likewise.
8094         (output_pending_init_elements, process_init_element): Likewise.
8095         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
8096         tree_low_cst and int_bit_position; also minor cleanup.
8097         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
8098         (print_cst_octal): Precision is unsigned.
8099         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
8100         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
8101         (simple_type_align_in_bits): Result is unsigned int.
8102         Use tree_int_low_cst and host_integerp.
8103         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
8104         (field_byte_offset): Result is HOST_WIDE_INT.
8105         Change types of internal variables so alignments are unsigned int,
8106         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
8107         Use host_integerp, tree_low_cst, and int_bit_position.
8108         (add_bit_offset_attribute): Likewise.
8109         (add_data_member_location_attribute): Use tree_cst_low.
8110         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
8111         (add_bit_size_attribute): Use tree_low_cst.
8112         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
8113         * dwarfout.c: Similar changes to dwarf2out.c.
8114         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
8115         * genoutput.c (n_occurences): Return -1 for null string.
8116         (strip_whitespace): Accept null string and make into function.
8117         (scan_operands): Reflect above changes.
8118         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
8119         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
8120         * ssa.c (rename_registers): Add missing cast of arg to bzero.
8121         * tree.c (int_size_in_bytes): Check for too big to represent.
8122         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
8123         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
8124         New declarations.
8125         (min_precision): Delete from here.
8126         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
8127         and int_bit_position.
8128         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
8129         (encode_method_def): Likewise.
8130         (build_ivar_list_initializer): Use int_bit_position.
8131         (generate_shared_structures): Convert size.
8132         (encode_type, encode_complete_bitfield): Use integer_zerop.
8133         (encode_bitfield): Use tree_low_cst and int_bit_position.
8134
8135 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8136
8137         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
8138
8139 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8140
8141         * call.c (special_function_p): It is only malloc if it returns
8142         Pmode.
8143
8144 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8145
8146         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
8147         (C33_FLAG, TARGET_C3X): Add macros.
8148         (TARGET_SWITCHES): Add -m33 option.
8149         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
8150
8151 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8152
8153         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
8154         (PARALLEL_PACK_FLAG): Delete.
8155         (TARGET_SWITCHES): Update.
8156         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
8157
8158 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8159
8160         * fold-const.c (fold): Fix a few cases when the returned result
8161         is not of the same type as the input.
8162
8163 2000-03-16  Nick Clifton  <nickc@cygnus.com>
8164
8165         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
8166         warning.
8167
8168 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8169
8170         * libgcc2.h: Move prototypes above macros with the same name.
8171         Wrap some function prototypes in the conditional which indicates
8172         whether they are supported, i.e. "BITS_PER_UNIT == 8".
8173
8174 2000-03-16  Richard Henderson  <rth@cygnus.com>
8175
8176         * calls.c: Revert last two changes.
8177
8178 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
8179
8180         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
8181         has exponent 0 is a zero.
8182
8183         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
8184         HASH may already be nonzero.  Add code/mode into hash value
8185         immediately after repeat label.
8186         (cselib_lookup): Don't leave the hash table in an inconsistent
8187         state before a hash lookup operation.
8188
8189 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
8190
8191         * i386.md (all HI and QI mode non-move patterns):  Conditionize
8192         by TARGET_[HQ]IMODE_MATH.
8193         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
8194         x86_promote_qi_regs): Declare.
8195         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
8196         TARGET_PROMOTE_QI_REGS): New macros.
8197         (PROMOTE_MODE): New macro.
8198         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
8199         x86_promote_qi_regs): New global variables.
8200
8201 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
8202
8203         * calls.c (emit_library_call_value_1): Break out from ...; handle
8204         VOIDmode function calls too.
8205         (emit_library_call_value): ... here.
8206         (emit_library_call): Implement by calling emit_library_call_value_1.
8207
8208 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
8209
8210         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
8211         Update arg_space_so_far on stack adjustments.
8212         (emit_library_call, emit_library_call_value): Likewise; take into
8213         account arg_space_so_far and pending_stack_adjust when calculcating
8214         the boundary.
8215
8216 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
8217
8218         * flow.c: Move all basic block reordering code into its own file.
8219         (create_basic_block): Externalize.
8220         * bb-reorder.c: New file. Copy all basic block reordering code from
8221         flow.c to this file.
8222         (reorder_basic_blocks): Fix fencepost error in for-loop.
8223         (reorder_basic_blocks): Remove braces from single statement for-loops.
8224         * basic-block.h: Add declaration for create_basic_block.
8225         * Makefile.in: Add rules for bb-reorder.o.
8226
8227 2000-03-16  Neil Booth  <NeilB@earthling.net>
8228
8229         * cppinit.c (handle_option):  Implement #unassert directive
8230         as -A- command line option.
8231         (print_help):  Update.
8232         * cpptexi.c:  Update.
8233
8234 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8235
8236         * md.texi (Standard Names): Document `jump'.
8237
8238 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
8239
8240         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
8241         gotos.
8242
8243 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
8244
8245         Merge changes from newppc-branch onto trunk.
8246
8247         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
8248
8249         * rs6000.c (toc_hash_table): Update for new hash table functions.
8250         (toc_hash_function): Likewise.
8251         (toc_hash_eq): Likewise.
8252         (toc_hash_mark_entry): Likewise.
8253         (toc_hash_mark_table): Likewise.
8254         (output_toc): Likewise.
8255         (rs6000_add_gc_roots): Likewise.
8256
8257         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8258
8259         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
8260         (AR_FLAGS_FOR_TARGET): here.  New macro.
8261
8262         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
8263
8264         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
8265         fpmem_operand) Delete.
8266         (xer_operand) New.
8267         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
8268         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
8269         (rs6000_save_machine_status, rs6000_restore_machine_status,
8270         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
8271         references to above variables.
8272         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
8273         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
8274         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
8275         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
8276         (XER_REGNO_P, XER_REGNO): New.
8277         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
8278         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
8279         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
8280         XER_REGNO_P.
8281         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
8282         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
8283         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
8284
8285         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8286
8287         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
8288         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
8289         * rs6000.h: from here.
8290
8291         * rs6000-protos.h (rs6000_select_section): Provide prototype.
8292         (rs6000_select_rtx_section): Likewise.
8293         (rs6000_encode_section_info): Likewise.
8294         (sdata_section): Likewise.
8295         (sdata2_section): Likewise.
8296         (sbss_section): Likewise.
8297         * sysv4.h (rs6000_select_section): Delete prototype.
8298         (rs6000_select_rtx_section): Likewise.
8299         (rs6000_encode_section_info): Likewise.
8300         (sdata_section): Likewise.
8301         (sdata2_section): Likewise.
8302         (sbss_section): Likewise.
8303         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
8304
8305         * sysv4.h: Delete various unnecessary #undef's and put a comment
8306         on the remaining ones.
8307         Change various comments according to coding standard.
8308
8309         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
8310
8311         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
8312         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
8313         (CR0_REGNO_P) Remove.
8314         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
8315         setup_incoming_varargs, mtcrf_operation, print_operand,
8316         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
8317         Use the above macros.
8318
8319         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
8320
8321         * config/rs6000/rs6000.md: Added a new alternative for each
8322         pattern that had a 'x' alternative but no 'y' alternative.
8323         Added a new split for each of the above patterns.
8324
8325         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
8326
8327         * aix41.h (ASM_CPU_SPEC): Delete.
8328         (CPP_CPU_SPEC): Delete.
8329
8330         * aix.h (RS6000_OUTPUT_BASENAME): Define.
8331         (ASM_OUTPUT_LABEL): Define.
8332         (ASM_GLOBALIZE_LABEL): Define.
8333         (STRIP_NAME_ENCODING): Define.
8334         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
8335         (STRIP_NAME_ENCODING): Don't define.
8336         (ASM_OUTPUT_LABEL): Don't define.
8337         (ASM_GLOBALIZE_LABEL): Don't define.
8338         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
8339         names, and ASM_OUTPUT_LABEL to output labels, rather than
8340         asm_fprintf.
8341         (ASM_OUTPUT_LABEL): Define.
8342         (ASM_OUTPUT_INT): Use assemble_name.
8343         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
8344         (STRIP_NAME_ENCODING): Don't undefine first.
8345         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
8346         ELF.
8347         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
8348         specified with 'asm' even with -fleading-underscore.
8349         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
8350         (output_epilog): Likewise.
8351         (output_toc): Likewise.
8352         * tramp.asm: Handle -fleading-underscore correctly.
8353
8354         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
8355         -mminimal-toc.
8356         (nonlocal_goto_receiver): Delete.
8357         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
8358
8359         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
8360         (SET_ASM_OP): Define.
8361         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
8362
8363         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
8364         (ASM_LONG): Define.
8365
8366         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
8367         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
8368
8369         * rs6000.h: Add 'u' to more constants.
8370
8371         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
8372
8373         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
8374
8375         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
8376
8377         * rs6000.c (reg_or_u_cint_operand): New function.
8378         (logical_operand): Handle 64-bit hosts.
8379         (logical_u_operand): New function.
8380         (non_logical_cint_operand): Handle 64-bit hosts.
8381         (non_logical_u_cint_operand): New function.
8382         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
8383         (PREDICATE_CODES): Define new functions.
8384         * rs6000-protos.h: Declare new functions.
8385         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
8386         (movdi_64): Bracket code intended for 64-bit hosts.  Create
8387         CONST_DOUBLE for 32-bit values.
8388         (scc insns): Generate DImode compares.
8389         (mfcr insns): Create DImode versions.
8390         (sge matchers): New patterns.
8391
8392         2000-02-15  Gabriel Paubert  <paubert@iram.es>
8393
8394         * rs6000.md: Correct instructions length attributes and
8395         constraints on unsigned compare instructions.
8396         (*ne0): Disable for PowerPC64.
8397
8398         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
8399
8400         * rs6000.c (output_function_profiler): Use .long for a 32-bit
8401         quantity, fix profile1.C test failure under -fPIC.
8402
8403         * rs6000.c: Add 'u' to many constants to suppress warnings.
8404         (constant_pool_expr_1): Make static.
8405         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
8406         * rs6000.h: Add 'u' to many constants to suppress warnings.
8407
8408         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
8409         for the start of the TOC, instead of LCTOC..0.
8410         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
8411         of the TOC.
8412         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
8413         (load_toc_aix_di): Use LCTOC..1.
8414
8415         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
8416         * rs6000.c (rs6000_legitimize_address): New function from
8417         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
8418         symbols in the constant pool that really are TOC references.
8419         (print_operand_address): For ELF, write TOC offsets under
8420         -fPIC as subtractions in the insn.
8421         (output_toc): For ELF, define symbols in TOC as normal labels,
8422         to match RTL.
8423         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
8424         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
8425         (create_TOC_reference): Prototype only when RTX_CODE is defined.
8426         * rs6000.md (movsi): Only use create_TOC_reference on
8427         symbols in the constant pool that really are TOC references.
8428
8429         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
8430         * rs6000.c (rs6000_reorg): Delete.
8431         * rs6000-protos.h (rs6000_reorg): Delete.
8432
8433         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
8434
8435         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
8436
8437         * aix.h (SETUP_FRAME_ADDRESSES): Define.
8438         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
8439         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
8440         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
8441         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
8442         rs6000_aix_emit_builtin_unwind_init.
8443         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
8444         rs6000_emit_eh_toc_restore on AIX.
8445         (return_eh_si): Use r2.
8446         (return_eh_di): Use r2.
8447
8448         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
8449         since we're breaking binary compatibility anyway.
8450
8451         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8452
8453         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
8454         constant_pool_expr_p): Declare them.
8455         (constant_pool_expr_p): Declare it.
8456         * config/rs6000/rs6000.c (toc_label_name): Define.
8457         (rs6000_override_options): Set toc_label_name.
8458         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
8459         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
8460         uses_TOC): New functions.
8461         (print_operand): Delete old '*' case.
8462         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
8463         and strip off rtl for TOC before calling output_addr_const.
8464         (rs6000_emit_load_toc_table): Use toc_label_name.
8465         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
8466         the default.
8467         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
8468         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
8469         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
8470         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
8471         into explicit TOC_REGISTER offsets.
8472         (TOC_REGISTER): New macro.
8473         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
8474         TARGET_TOC to reference TOC_REGISTER.
8475         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
8476         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
8477         uses_TOC before emitting label references.
8478
8479         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
8480
8481         * rs6000.md (stack_tie): Fix warning.
8482
8483         * eabi-ctors.c: Use 'asm' names for the start/end variables,
8484         to handle -fleading-underscore.
8485         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
8486         (USER_LABEL_PREFIX): New macro.
8487         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
8488         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
8489         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
8490         call-linux can use the same multilibs.
8491         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
8492         and call-linux multilibs.  Do multilib with -fleading-underscore.
8493         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
8494         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
8495         to call-aix.
8496
8497         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
8498         have MASK_SOFT_FLOAT set.
8499         (CPP_FLOAT_DEFAULT_SPEC): New macro.
8500         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
8501         CPP_FLOAT_DEFAULT_SPEC.
8502
8503         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
8504         * rs6000.md: Whitespace change.
8505         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
8506         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
8507
8508         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
8509
8510         * rs6000.md (eh_epilogue): New expander.
8511         (eh_reg_restore): New expand/split/insn combination.
8512         (return_eh_si): New insn.
8513         (return_eh_di): New insn.
8514
8515         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
8516         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
8517         * eabi-ctors.c (__do_global_ctors): Register this object's
8518         frame.  Clean up.  Call atexit() after the constructors.
8519         (__do_global_dtors): Deregister this object's frame.  Clean up.
8520         Allow for recursive calls to exit().
8521         * rs6000.c (fixuplabelno): New variable.
8522         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
8523         TARGET_RELOCATABLE, it slows down exec() under linux.
8524         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
8525
8526         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
8527         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
8528         (ASM_OUTPUT_DWARF_DELTA2): New macro.
8529         (ASM_OUTPUT_DWARF_DELTA4): New macro.
8530         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
8531         (ASM_OUTPUT_DWARF_ADDR): New macro.
8532         (ASM_OUTPUT_DWARF_DATA4): New macro.
8533         (ASM_OUTPUT_DWARF_DATA2): New macro.
8534         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
8535         (ASM_OUTPUT_DWARF_OFFSET): New macro.
8536         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
8537
8538         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
8539
8540         * rs6000.c (rs6000_sr_alias_set): New variable.
8541         (rs6000_override_options): Initialise rs6000_sr_alias_set.
8542         (rs6000_emit_stack_tie): New function.
8543         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
8544         in a way that dwarf2out can understand.
8545         (rs6000_frame_related): New function.
8546         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
8547         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
8548         Use rs6000_emit_stack_tie when needed.
8549         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
8550         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
8551         * rs6000.md (stack_tie): New insn.
8552         (return_internal_si): Allow return value to be in the count
8553         register.
8554         (return_internal_di): Likewise.
8555
8556         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
8557
8558         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
8559
8560         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
8561
8562         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
8563
8564         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
8565
8566         * rs6000.md (stmw): Use the right POWER opcode.
8567         (lmw): Likewise.
8568
8569         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8570
8571         * rs6000-protos.h: New file.
8572
8573         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
8574
8575         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
8576         warnings.
8577
8578         * sysv4.h: Likewise.
8579
8580         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
8581
8582         * ../../configure.in: Delete powerpcle-*-winnt*
8583         and powerpcle-*-pe|powerpcle-*-cygwin*.
8584         * ../../configure: Regenerated.
8585         * cygwin.h: Delete.
8586         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
8587         (TARGET_WINDOWS_NT): Delete.
8588         (ABI_NT): Delete.
8589         (CALL_NT_DLLIMPORT): Delete.
8590         Delete NT-specific code.
8591         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
8592         * win-nt.h: Delete.
8593         * t-winnt: Delete.
8594         * nt-ci.asm: Delete.
8595         * nt-cn.asm: Delete.
8596         * ntstack.asm: Delete.
8597
8598         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8599
8600         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
8601         (ASM_FILE_START): Likewise.
8602         (ASM_DECLARE_FUNCTION_NAME): Likewise.
8603         (ASM_OUTPUT_LABELREF): Likewise.
8604         (ASM_OUTPUT_SKIP): Likewise.
8605         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
8606         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
8607         (ASM_OUTPUT_CASE_LABEL): Likewise.
8608         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
8609         (ASM_OUTPUT_ASCII): Likewise.
8610
8611         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
8612
8613         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
8614         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
8615         increment rs6000_pic_labelno here.
8616         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
8617         and increment rs6000_pic_labelno here.
8618
8619         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
8620
8621         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
8622         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
8623         allocation knows (reg) is dead before the insn.
8624
8625         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
8626
8627         * rs6000.md (movsi_to_cr): Correct typo in output template.
8628
8629         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
8630
8631         * rs6000.c (rs6000_pic_labelno): Always define.
8632         (rs6000_pic_func_labelno): Delete.
8633         (lmw_operation): Check for a zero base register,
8634         which doesn't mean what we want.
8635         (stmw_operation): New function.
8636         (print_operand): Define new 'l' modifier.
8637         (rs6000_stack_info): We must save all 64 bits of the registers
8638         if TARGET_POWERPC64.
8639         (rs6000_output_load_toc_table): Delete.
8640         (rs6000_emit_load_toc_table): New function.
8641         (rs6000_allocate_stack_space): Delete.
8642         (rs6000_emit_allocate_stack): New function.
8643         (rs6000_emit_prologue): New function.
8644         (output_prolog): Use rs6000_emit_prologue.
8645         (rs6000_emit_epilogue): Change a few variable names to be
8646         more accurate.  Restore all 64 bits of the registers if
8647         TARGET_POWERPC64.  Only restore the FP registers which were used
8648         if they are being saved/restored one-at-a-time.
8649         (output_mi_thunk): Delete inefficient code generation.
8650         (output_function_profiler): Don't use rs6000_output_load_toc_table.
8651         * rs6000.h: Declare rs6000_emit_load_toc_table,
8652         rs6000_allocate_stack_space, stmw_operation.  Don't declare
8653         rs6000_output_load_toc_table.
8654         * rs6000.md (elf_high): Allow register 0, but discourage it
8655         heavily.
8656         (elf_low): Support loading into register 0.
8657         (load_toc_aix_si): New pattern.
8658         (load_toc_aix_di): New pattern.
8659         (load_toc_v4_pic_si): New pattern.
8660         (load_toc_v4_pic_di): New pattern.
8661         (load_toc_v4_PIC_1): New pattern.
8662         (load_toc_v4_PIC_1b): New pattern.
8663         (load_toc_v4_PIC_2): New pattern.
8664         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
8665         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
8666         (prologue): New expander.
8667         (movesi_from_cr): New pattern.
8668         (stmw): New pattern.
8669         (save_fpregs_si): New pattern.
8670         (save_fpregs_di): New pattern.
8671
8672         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8673
8674         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
8675         (movdi): Likewise.
8676         (movhi): Likewise.
8677         (movqi): Likewise.
8678
8679         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8680
8681         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
8682         at present.
8683         (movsi_got_internal): Likewise.
8684         (movsi_got_internal+1): Likewise.
8685         (set_sp): 'unspec 7' does a SImode clobber.
8686
8687         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8688
8689         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
8690         allocate a stack temporary.
8691         (floatsidf2_internal): Likewise.
8692         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
8693         with unspec.
8694         (floatunssidf2): Don't use the fpmem "register", just
8695         allocate a stack temporary.
8696         (floatunssidf2_internal): Likewise.
8697         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
8698         with unspec.
8699         (floatsidf2_loadaddr): Delete.
8700         (floatsidf2_store1): Delete.
8701         (floatsidf2_store2): Delete.
8702         (floatsidf2_load): Delete.
8703         (fix_truncdfsi2): Don't use the fpmem "register", just
8704         allocate a stack temporary.
8705         (fix_truncdfsi2_internal_si): Delete.
8706         (fix_truncdfsi2_internal_di): Delete.
8707         (fix_truncdfsi2_internal): New insn.
8708         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
8709         (fix_truncdfsi2_store): Delete.
8710         (fix_truncdfsi2_load): Delete.
8711         (fctiwz): Produce gen_fctiwz.
8712
8713         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
8714
8715         * eabi.h (INVOKE__main): Define.
8716         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
8717         specially.
8718         (rs6000_emit_prologue): Likewise.
8719         * rs6000.h (struct rs6000_stack): Don't keep track of whether
8720         this is the main program.
8721
8722         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8723
8724         * rs6000.c (rs6000_va_arg): Delete some unused variables.
8725
8726         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
8727
8728         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
8729         goes after the argument.
8730
8731         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
8732
8733         * rs6000.md: Document 'unspec' values used.
8734         (epilogue): New expander.
8735         (movesi_to_cr_one): New expander.
8736         (movesi_to_cr and following): New pattern.
8737         (lmw): New pattern.
8738         (return_internal_si): New pattern.
8739         (return_internal_di): New pattern.
8740         (return_and_restore_fpregs_si): New pattern.
8741         (return_and_restore_fpregs_di): New pattern.
8742         * rs6000.h: Declare new functions.
8743         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
8744         rather than rs6000_calls_p.
8745         (rs6000_makes_calls): Delete.
8746         (lmw_operation): New function.
8747         (mtcrf_operation): New function.
8748         (rs6000_emit_epilogue): New function.
8749         (output_epilog): Call rs6000_emit_epilogue and final if
8750         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
8751
8752         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
8753
8754         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
8755         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
8756         * aix.h (SUBTARGET_SWITCHES): Document switches.
8757         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
8758         sched-prolog and sched-epilog the same.  Document all the
8759         switches.
8760         (TARGET_OPTIONS): No longer allow -mdebug-.
8761
8762         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
8763
8764         * rs6000.h (ASM_FILE_END): Move to aix.h.
8765         (EXTRA_SECTIONS): Move to aix.h.
8766         (READONLY_DATA_SECTION): Move to aix.h.
8767         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
8768         (SELECT_SECTION): Move to aix.h.
8769         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
8770         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
8771         (LINK_REGISTER_REGNUM): New definition.
8772         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
8773         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
8774         AIX and SVR4.
8775         * sysv4.h: Delete the code between the inclusion of rs6000.h
8776         and svr4.h.
8777         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
8778         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
8779         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
8780         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
8781         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
8782         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
8783         (fix_truncdfsi2_internal_di): New pattern.
8784         (fix_truncdfsi2_store): The second arg here is Pmode too.
8785         (fix_truncdfsi2_load): The second arg here is Pmode too.
8786         (tablejumpdi): Now that switch tables hold only SImode values,
8787         gcc needs to know how to add them to the pc which is DImode.
8788         * rs6000.c (rs6000_stack_info): Use symbolic name for
8789         LINK_REGISTER_REGNUM.
8790         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
8791         (output_toc): Delete unused variables s1 and s2.
8792         (output_ascii): Use fputs not fprintf on a variable string.
8793
8794         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
8795
8796         * rs6000.c (processor_target_table): Add power3 as alias for 630.
8797         * aix43.h: Revert Aug 2 change.
8798         (HAS_INIT_SECTION): Define, not visible yet.
8799         (LD_INIT_SWITCH): Define, not visible yet.
8800         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
8801
8802         2000-01-04  Joel Sherrill (joel@OARcorp.com>
8803
8804         * config/rs6000/rtems.h: Include config/rtems.h.
8805
8806         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
8807
8808         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
8809         (SLOW_UNALIGNED_ACCESS): Define.
8810         (CASE_VECTOR_MODE): Always use 32-bit offsets.
8811         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
8812         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
8813         (toc_section): Likewise and .toc pseudo-op.
8814         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
8815         64-bit mode.
8816         (TEXT_SECTION_ASM_OP): Likewise.
8817         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
8818         32-bit offsets.
8819
8820         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
8821
8822         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
8823         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
8824         compiling libgcc2.
8825
8826         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8827
8828         * rs6000.h: Move more stuff from here...
8829         * aix.h: to here.
8830         * sysv4.h: Cleanup accordingly.
8831         * netware.h: Likewise
8832
8833         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8834
8835         * rs6000.h: Continue cleanup.
8836         * aix.h: Likewise.
8837         * lynx.h: Likewise.
8838         * netware.h: Likewise.
8839         * sol2.h: Likewise.
8840         * sysv4.h: Likewise.
8841         * win-nt.h: Likewise.
8842
8843         * rs6000.h (TARGET_SWITCHES): Add descriptions.
8844         (TARGET_OPTIONS): Likewise.
8845
8846         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
8847         (SUBTARGET_OPTIONS): Likewise.
8848
8849         * rs6000.md: Fix compile time warnings.
8850
8851         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
8852
8853         vxworks patches from the Cygnus tree originally by
8854         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
8855         <vmakarov@cygnus.com>.
8856         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
8857         (ENDFILE_SPEC): Likewise.
8858         (LIB_VXWORKS_SPEC): New macro.
8859         (STARTFILE_VXWORKS_SPEC): New macro.
8860         (ENDFILE_VXWORKS_SPEC): New macro.
8861         (LINK_START_VXWORKS_SPEC): New macro.
8862         (LINK_OS_VXWORKS_SPEC): New macro.
8863         (CPP_OS_VXWORKS_SPEC): New macro.
8864         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
8865         * vxppc.h: Rewrite to use proper configuration method.
8866         * vxppcle.h: New file.
8867         * ../../configure.in: Add powerpcle-wrs-vxworks*.
8868         * ../../configure: Rebuilt.
8869
8870         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
8871
8872         Lots of changes to rs6000.h, sysv4.h, aix.h,
8873         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
8874         with the aim that rs6000.h is the first header
8875         included and the others override it.
8876         * aix.h: New file.
8877
8878         * x-aix41-gld: Remove.
8879         * x-aix43: Remove.
8880         * x-aix41: Remove target-specific switches, and don't specify
8881         -Wl,-bbigtoc as we don't need it any more.
8882         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
8883         Use t-aix43 for AIX 4.3 and above.
8884         * ../../configure: Regenerated.
8885
8886         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
8887         options, that don't do anything yet.
8888         (MASK_SCHED_PROLOG): New macro.
8889         (MASK_SCHED_EPILOG): New macro.
8890         (TARGET_SCHED_PROLOG): New macro.
8891         (TARGET_SCHED_EPILOG): New macro.
8892
8893         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
8894
8895         * rs6000.c: Correct comment, the `minimal' TOCs are actually
8896         one per translation unit, not one per function.
8897         (output_toc): Also do duplicate constant elimination
8898         for per-translation-unit TOCs.
8899
8900         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
8901         a comment explaining _exactly_ when this pattern gets used.
8902         (builtin_setjmp_receiver): New pattern for better clarity.
8903         (init_v4_pic): Move it into a section dealing with TOC registers.
8904
8905         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
8906
8907         * rs6000.c (toc_hash_table): New variable.
8908         (rs6000_hash_constant): New function.
8909         (toc_hash_function): New function.
8910         (toc_hash_eq): New function.
8911         (toc_hash_mark_entry): New function.
8912         (toc_hash_mark_table): New function.
8913         (output_toc): Don't output duplicate TOC entries in
8914         a single file.
8915         (rs6000_add_gc_roots): Add the hash table as a GC root.
8916         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
8917         where they clearly shouldn't be.  This may need to be fixed
8918         later when there is a GNU ar for AIX.
8919         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
8920         Don't define BOOT_LDFLAGS as it is now not necessary.
8921
8922         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
8923
8924         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
8925         for va_list on AIX.  Use unsigned_char_type_node rather than
8926         constructing our own version on svr4.
8927
8928         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
8929
8930         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
8931         since patently it's not.
8932
8933         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
8934
8935         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
8936         define_expand/define_insn pair, and handle restore of the
8937         SVR4 -fpic register.
8938
8939 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
8940
8941         * acconfig.h (HAVE_GAS_WEAK): New define.
8942         * configure.in (assembler weak support): Check for .weak support.
8943         * config.in, configure: Rebuilt.
8944         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
8945         HAVE_GAS_WEAK is defined.
8946
8947 2000-03-15  Nick Clifton  <nickc@cygnus.com>
8948
8949         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
8950         asm_fprintf().
8951
8952 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
8953
8954         * cppfiles.c (open_include_file): New function.
8955         (find_include_file, cpp_read_file): Use it.
8956
8957 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
8958
8959         * cpphash.c (dump_hash_helper): Take the slot, not the element.
8960
8961 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
8962
8963         * flow.c (verify_flow_info): Check for unconditional return.
8964
8965 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
8966
8967         * config/ia64/ia64.md (restore_stack_nonlocal): New.
8968         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
8969         (__ia64_restore_stack_nonlocal): New.
8970         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
8971
8972 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8973
8974         * cpphash.c (collect_formal_parameters): Do not complain about
8975         parameter names that just start with `__VA_ARGS__'.
8976
8977 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
8978
8979         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
8980         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
8981         * i386.c (pentiumpro_cost): Set mul cost to 4.
8982         (x86_use_movx): Set for PPro.
8983
8984 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
8985
8986         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
8987         STACK_BOUNDARY for empty frames now.
8988
8989 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
8990
8991         * stor-layout.c (layout_union): Remove.
8992         (layout_union_field): New function, split out from layout_union.
8993         (finish_union_layout): Likewise.
8994         (layout_field): Handle unions by calling layout_union_field.
8995         (finish_record_layout): Handle unions.
8996         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
8997         QUAL_UNION_TYPE handling.
8998
8999 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
9000
9001         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
9002         end of basic block is jump_insn, not barrier; use create_basic_block
9003         instead of creating basic block by hand.
9004
9005 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
9006
9007         * flow.c (reorder_basic_blocks): Account for barriers when writing
9008         over NEXT_INSN (last_bb->end).
9009         (verify_flow_info): Add check for missing barriers.
9010
9011 2000-03-14  Greg McGary  <gkm@gnu.org>
9012
9013         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
9014         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
9015         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
9016         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
9017         __unbounded, __unbounded__): New keywords.
9018         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
9019         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
9020         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
9021
9022 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
9023
9024         * cselib.h: New file.
9025         * alias.c: Include "cselib.h".
9026         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
9027         MEMs as two new arguments.
9028         (get_addr): New static function.
9029         (find_base_term): Handle VALUEs.
9030         (memrefs_conflict_p): Likewise.
9031         (true_dependence): Call get_addr on the addresses.
9032         Call fixed_scalar_and_varying_struct_p with addresses that have been
9033         passed through get_addr and canon_rtx.
9034         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
9035         with true_dependence.
9036         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
9037         * loop.c: Include "cselib.h".
9038         (load_mems): Process extended basic block that enters the loop with
9039         cselib.  Use that information to change initialization of the shadow
9040         register so that a constant equivalence is seen by later passes.
9041         * reload1.c: Include "cselib.h".
9042         (reload_cse_invalidate_regno): Delete function.
9043         (reload_cse_mem_conflict_p): Likewise.
9044         (reload_cse_invalidate_mem): Likewise.
9045         (reload_cse_invalidate_rtx): Likewise.
9046         (reload_cse_regno_equal_p): Likewise.
9047         (reload_cse_check_clobber): Likewise.
9048         (reload_cse_record_set): Likewise.
9049         (reg_values): Delete static variable.
9050         (invalidate_regno_rtx): Likewise.
9051         (reload_cse_delete_noop_set): New static function.
9052         (reload_cse_simplify): New static function, broken out of
9053         reload_cse_regs_1.
9054         (reload_cse_noop_set_p): Delete unused argument INSN.
9055         Just call rtx_equal_for_cselib_p on set source and destination.
9056         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
9057         reload_cse_delete_noop_set.  Delete code to keep track of values; use
9058         cselib functions instead.  Delete code to push/pop obstacks.
9059         (reload_cse_simplify_set): Use cselib to find equivalent values.
9060         Delete code to push/pop obstacks.
9061         (reload_cse_simplify_operands): Likewise.
9062         * rtl.def (VALUE): New rtx code.
9063         * rtl.h (union rtunion_def): New elt rt_cselib.
9064         (X0CSELIB, CSELIB_VAL_PTR): New macros.
9065         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
9066         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
9067         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
9068         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
9069         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
9070         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
9071         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
9072         cselib_record_set, cselib_record_sets): New static functions.
9073         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
9074         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
9075         references_value_p): New functions.
9076         (MAX_USELESS_VALUES, REG_VALUES): New macros.
9077         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
9078         n_useless_values, reg_values, callmem, cselib_obstack,
9079         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
9080         New static variables.
9081         * varray.h (union varray_data_tag): New elt te.
9082         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
9083         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
9084         dependencies.
9085
9086 2000-03-14  Nick Clifton  <nickc@cygnus.com>
9087
9088         * gcc.c (do_spec_1): Catch the case where %* is used in a
9089         substitution pattern, but it has not been initialised.
9090         Issue a meaningful error message if an unrecognised operator
9091         is encountered in a spec string.
9092
9093 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
9094
9095         * function.c (prepare_function_start): Correctly initialize
9096         cfun->stack_alignment_needed.
9097
9098 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
9099
9100         * cppfiles.c (find_include_file): Don't assume nshort is a
9101         substring of name.
9102
9103 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
9104
9105         * configure.in (hppa configurations): Add pa32-regs.h to the
9106         list of tm files as appropriate.
9107         * configure: Rebuilt.
9108         * pa.c (compute_frame_size): Remove explicit knowledge about FP
9109         register numbering.
9110         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
9111         (fmpyaddoperands, fmpysuboperands): Likewise.
9112         * pa.h: Remove various definitions which depend on knowing
9113         how registers are numbered.
9114         * pa32-regs.h: New file with PA32 register numbering specific
9115         definitions.
9116
9117 2000-03-14  Richard Henderson  <rth@cygnus.com>
9118
9119         * regmove.c (combine_stack_adjustments): New.
9120         (stack_memref_p, single_set_for_csa): New.
9121         (free_csa_memlist, record_one_stack_memref): New.
9122         (try_apply_stack_adjustment): New.
9123         (combine_stack_adjustments_for_block): New.
9124         * rtl.h (combine_stack_adjustments): Declare.
9125         * toplev.c (rest_of_compilation): Call it.
9126
9127         * i386.md: Revert 2000-01-16 change.
9128
9129 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9130
9131         * gccbug.in: Add web category, gcc specific classes.
9132
9133 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
9134
9135         * stor-layout.c (finalize_record_size): Fix typo.
9136
9137 2000-03-14  Stan Shebs  <shebs@apple.com>
9138
9139         * c-typeck.c (c_alignof): Error on incomplete types.
9140         * extend.texi (Alignment): Document this.
9141
9142 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
9143
9144         * cppfiles.c: Include mkdeps.h.
9145         (find_include_file, read_include_file): Remove _cpp_ prefix
9146         from name, make static.
9147         (_cpp_execute_include): New function, broken out of
9148         do_include.
9149
9150         * cpplib.c: Don't include mkdeps.h.
9151         (struct directive): Remove type field. Reorder entries.  The
9152         function takes only one argument.
9153         (struct if_stack): Make type field an int.
9154         (directive_table): Rename to dtable.  Generate it, the
9155         prototypes of the directive handlers, and the enum for the
9156         directive numbers, from a template macro.
9157         (do_ifndef, do_include_next, do_import): New functions.
9158         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
9159         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
9160         do_ident, do_assert, do_unassert, do_sccs): Take only one
9161         argument.
9162         (do_sccs): Define always, but alter behavior based on
9163         SCCS_DIRECTIVE.
9164         (_cpp_handle_directive, consider_directive_while_skipping):
9165         Restructure for new directive table layout.
9166
9167         (pass_thru_directive): Take a directive number, not a pointer
9168         to a struct directive.
9169         (parse_include): New function, broken out of do_include.
9170         (do_include, do_import, do_include_next): Use parse_include
9171         and _cpp_execute_include.
9172         (do_elif, do_else): Test for T_ELSE specifically when checking
9173         for #elif/#else after #else.
9174         (parse_ifdef): New function, broken out of do_ifdef.
9175         (validate_else): Expect a name arg without a leading #.
9176         (if_directive_name): Delete.
9177         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
9178         directive handlers with only one argument.
9179
9180         * cpphash.h: Update prototypes.
9181         (enum node_type): Remove entries for directives.
9182         * Makefile.in: Update dependencies.
9183
9184         * cpphash.c (dump_hash_helper): Only dump nodes of type
9185         T_MACRO.  Emit a newline after each definition.
9186
9187 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9188
9189         * gccbug.in: New file.
9190         * configure.in (all_outputs): Add gccbug.
9191         * Makefile.in (install-common): Install gccbug.
9192         (GCCBUG_INSTALL_NAME): New variable.
9193         * configure: Rebuilt.
9194
9195 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
9196
9197         * function.c (put_var_into_stack): Use type_for_mode to calculate
9198         part_type.  Use MEM_SET_IN_STRUCT_P.
9199         * expr.c (store_field): Handle CONCAT.
9200         (store_constructor): Use fields_length.
9201         * tree.c (fields_length): New fn.
9202         * tree.h: Declare it.
9203
9204 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
9205
9206         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
9207         (cpplex.o): New target.
9208         * po/POTFILES.in: Add cpplex.c.
9209
9210         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
9211         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
9212         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
9213         skip_block_comment, skip_line_comment, skip_comment,
9214         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
9215         _cpp_parse_name, skip_string, parse_string,
9216         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
9217         _cpp_get_directive_token, find_position,
9218         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
9219         (maybe_macroexpand, _cpp_lex_token): New functions.
9220
9221         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
9222         parse_goto_mark): Delete.
9223         (_cpp_handle_eof): New function.
9224         (_cpp_handle_directive): Rename from handle_directive.
9225         (_cpp_output_line_command): Rename from output_line_command.
9226         (do_if, do_elif): Call _cpp_parse_expr directly.
9227         * cppfiles.c (_cpp_read_include_file): Don't call
9228         init_input_buffer here.
9229         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
9230         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
9231         here; pop the token_buffer and skip the rest of the line here.
9232         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
9233         here.
9234
9235         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
9236         Define here.
9237         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
9238         CPP_GOTO_MARK): New macros.
9239         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
9240         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
9241         _cpp_read_and_prescan, _cpp_init_input_buffer,
9242         _cpp_grow_token_buffer, _cpp_get_directive_token,
9243         _cpp_handle_directive, _cpp_handle_eof,
9244         _cpp_output_line_command): Prototype them here.
9245         * cpplib.h (enum cpp_token): Add CPP_MACRO.
9246         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
9247         quote_string, output_line_command): Remove.
9248
9249 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
9250
9251         * stmt.c (expand_end_case): RANGE may be signed, and when checking
9252         whether it is too large we must also verify that it isn't negative.
9253
9254 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
9255
9256         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
9257         (movsi_zero_liveg0): Remove.
9258         (movsf_insn_novis_liveg0): Remove.
9259         (negsi2): Remove.
9260         (negsi2_not_liveg0): Rename to negsi2.
9261         (one_cmplsi2): Remove.
9262         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
9263         (one_cmplsi2_liveg0): Remove.
9264         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
9265         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
9266         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
9267         (PREDICATE_CODES): Remove zero_operand.
9268         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
9269         TARGET_BROKEN_SAVERESTORE.
9270         (zero_operand): Remove.
9271         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
9272         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
9273         options.
9274         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
9275         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
9276         TARGET_BROKEN_SAVERESTORE): Remove.
9277         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9278         Remove.
9279         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9280         Remove.
9281         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9282         Remove.
9283
9284         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
9285
9286 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
9287
9288         * cpplib.c (do_pragma_implementation): Fix off-by-one error
9289         truncating a string.  Don't assume tokens are nul terminated.
9290         Problem noted by Andreas Jaeger <aj@suse.de>
9291
9292 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
9293
9294         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
9295         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
9296         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
9297
9298 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
9299
9300         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
9301         STRUCTURE_SIZE_BOUNDARY.
9302
9303 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
9304
9305         * tree.h (record_layout_info_s): New structure.
9306         (record_layout_info): New type.
9307         (new_record_layout_info): New function.
9308         (layout_field): Likewise.
9309         (finish_record_layout): Likewise.
9310         * stor-layout.c (layout_record): Remove.
9311         (new_record_layout_info): New function.
9312         (layout_field): New function, broken out from layout_record.
9313         (finalize_record_size): Likewise.
9314         (compute_record_mode): Likewise.
9315         (finalize_type_size): New function, broken out from layout_type.
9316         (finish_record_layout): Likewise.
9317         (layout_type): Use them.
9318
9319 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
9320
9321         * cpphash.c: Don't include version.h.
9322         (special_symbol) [case T_VERSION]: Look for the string in
9323         hp->value.cpval; don't use version_string.
9324         * cppinit.c (initialize_builtins): Set hp->value.cpval for
9325         __VERSION__ to version_string.
9326         * Makefile.in (cpphash.o): Update deps.
9327
9328 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
9329
9330         Convert cpplib to use libiberty/hashtab.c.
9331
9332         * cpplib.h (struct cpp_reader): Make hashtab and
9333         all_include_files of type 'struct htab *'.  Delete HASHSIZE
9334         and ALL_INCLUDE_HASHSIZE macros.
9335
9336         * cpphash.h: Update prototypes.
9337         (struct hashnode): Remove next, prev, and bucket_hdr members.
9338         Make length a size_t.  Add hash member.
9339         (struct ihash): Remove next member.  Add hash member.  Make
9340         name a flexible array member.
9341
9342         * cppfiles.c: Include hashtab.h.
9343         (include_hash): Delete.
9344         (IHASHSIZE): New macro.
9345         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
9346         (cpp_included): Do the hash lookup here.
9347         (_cpp_find_include_file): Rewrite.
9348         (cpp_read_file): Put the "fake" hash entry into the hash
9349         table.  Honor the control_macro, if it turns out we've seen
9350         the file before.  Don't push the buffer here.
9351         (_cpp_read_include_file): Push the buffer here.
9352         (OMODES): New macro.  Use it whenever we call open(2).
9353
9354         * cpphash.c: Include hashtab.h.
9355         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
9356         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
9357         _cpp_lookup_slot): New functions.
9358         (HASHSIZE): new macro.
9359         (hashf, _cpp_install, _cpp_delete_macro): Delete.
9360         (_cpp_lookup): Use hashtab.h routines.
9361
9362         * cppinit.c: Include hashtab.h.
9363         (cpp_reader_init): Call _cpp_init_macro_hash and
9364         _cpp_init_include_hash.  Don't allocate hashtab directly.
9365         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
9366         pfile->all_include_files.
9367         (initialize_builtins): Use _cpp_make_hashnode and
9368         htab_find_slot to add hash entries.
9369         (cpp_finish): Just call _cpp_dump_macro_hash.
9370         * cpplib.c: Include hashtab.h.
9371         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
9372         create hash entries.
9373         (do_pragma_poison, do_assert): Likewise.
9374         (do_include): Don't push the buffer here.  Don't increment
9375         system_include_depth unless _cpp_read_include_file succeeds.
9376         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
9377         or htab_remove_elt.
9378         (do_pragma_implementation): Use alloca to create copy.
9379
9380         * Makefile.in: Update dependencies.
9381
9382 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9383
9384         * cppinit.c (cl_directive_handler): More K&R fixing.
9385
9386 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
9387
9388         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
9389         STACK_BOUNDARY.
9390         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
9391
9392 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9393
9394         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
9395         Change from char[] to macros.
9396
9397 2000-03-12  Neil Booth  <NeilB@earthling.net>
9398
9399         * cppinit.c (cpp_start_read): Update indirect function
9400         call to K&R C.
9401
9402 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
9403
9404         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
9405         entry.
9406
9407         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
9408         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
9409
9410 2000-03-11  Neil Booth  <NeilB@earthling.net>
9411
9412         * cppinit.c (struct pending option): Replace undef with a
9413         pointer to a directive handling routine.
9414         (struct cpp_pending): Replace separate assert_ and define_
9415         lists with one directive_ list.
9416         (new_pending_define): Rename new_pending_directive. Extra
9417         argument is the directive's handling routine.
9418         (handle_option): Update to use new_pending_directive.
9419
9420 2000-03-11  Neil Booth  <NeilB@earthling.net>
9421
9422         * cppfiles.c (file_cleanup, _cpp_find_include_file,
9423         remap_filename, _cpp_read_include_file, actual_directory,
9424         hack_vms_include_specification): Replace bcopy(), index() etc
9425         calls.  Add casts to some allocations.  Make some variables
9426         pointers to const [unsigned] char.
9427         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
9428         collect_formal_parameters): Similarly.
9429         * cppinit.c (struct pending_option, append_include_chain,
9430         cpp_options_init, cpp_reader_init, initialize_standard_includes,
9431         cpp_start_read, new_pending_define, handle_option): Similarly.
9432         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
9433         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
9434         do_pragma_implementation, detect_if_not_defined,
9435         do_ifdef, skip_if_group, cpp_get_token, parse_string,
9436         do_assert, do_unassert): Similarly.
9437         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
9438         function prototypes.
9439         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
9440
9441 2000-03-10  Richard Henderson  <rth@cygnus.com>
9442
9443         * builtins.c (expand_builtin_strlen): Revert last change.
9444         Use emit_insn_before if we're at the beginning of a sequence.
9445
9446 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
9447
9448         * builtins.c (expand_builtin_strlen): Make sure that we have something
9449         at the beginning of the sequence.
9450
9451         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
9452         deferred inlines.
9453
9454         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
9455
9456 2000-03-10  Richard Henderson  <rth@cygnus.com>
9457
9458         * except.c (can_throw): Use INTVAL on a CONST_INT.
9459         (reachable_handlers): Likewise.
9460         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
9461
9462 2000-03-10  Andreas Jaeger  <aj@suse.de>
9463
9464         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
9465         MD_STARTFILE_PREFIX since those are not needed on linux.
9466         (ASM_FILE_START): New, from mips/gnu.h.
9467
9468 2000-03-09  Richard Henderson  <rth@cygnus.com>
9469             Alex Samuel  <samuel@codesourcery.com> and others
9470
9471         * Makefile.in (ssa.o): New rule.
9472         (OBJS): Add ssa.o.
9473         (STAGESTUFF): Add *.ssa and *.ussa.
9474         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
9475         * rtl.def (PHI): New RTL expression.
9476         * rtl.h (clear_log_links): New declaration.
9477         (convert_to_ssa): Likewise.
9478         (convert_from_ssa): Likewise.
9479         * flow.c (split_edge): If the entry node falls through to the
9480         split edge's source block, split the entry edge.
9481         (clear_log_links): New function.
9482         * toplev.c (ssa_dump): New variable.
9483         (flag_ssa): Likewise.
9484         (f_options): Add "ssa".
9485         (compile_file): Create SSA dump files.
9486         (rest_of_compilation): Go to and from SSA if enabled.
9487         (decide_d_option): Handle -de for SSA dump files.
9488         * ssa.c: New file.
9489
9490 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
9491
9492         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
9493         same as VAR_DECL.
9494
9495 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
9496
9497         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
9498
9499 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
9500
9501         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
9502         (MD_STARTFILE_PREFIX_1): New macro.
9503
9504 2000-03-09  Robert Lipe  <robertl@sco.com>
9505
9506         * config/ia64/ia64.c: Include system.h.
9507
9508 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
9509
9510         * except.c (nothrow_function_p): If -fno-exceptions, just return.
9511         (init_eh_nesting_info): Likewise.
9512
9513         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
9514         (TREE_NOTHROW): Rename from TREE_RAISES.
9515         * toplev.c (rest_of_compilation): Set it.
9516         * print-tree.c (print_node): Adjust.
9517         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
9518         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
9519         * calls.c (emit_call_1): Add 'nothrow' parm.  Add
9520         REG_EH_REGION note as appropriate.
9521         (libfunc_nothrow): New fn.
9522         (emit_library_call, emit_library_call_value): Use it.
9523         (expand_call): Check TREE_NOTHROW.
9524
9525         * varasm.c (make_decl_rtl): Skip initial '*' when setting
9526         DECL_ASSEMBLER_NAME.
9527
9528 2000-03-09  Andreas Jaeger  <aj@suse.de>
9529
9530         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
9531         (TARGET_MEM_FUNCTIONS): Define.
9532
9533 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
9534
9535         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
9536
9537         * except.c (can_throw): See through a SEQUENCE.
9538         (nothrow_function_p): New fn.
9539         * except.h: Declare it.
9540         * function.c (current_function_nothrow): New var.
9541         (prepare_function_start): Initialize it.
9542         * output.h: Declare it.
9543         * toplev.c (rest_of_compilation): Set it.
9544         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
9545
9546 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
9547
9548         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
9549         match.  (cpp_compare_defs): Count the nul separator when
9550         advancing over argument names.
9551
9552 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
9553
9554         * recog.c (preprocess_constraints): Matching constraints affect
9555         same alternative/different operand, not same operand/different
9556         alternative.
9557
9558         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
9559         register and a constant specially.
9560
9561 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9562
9563         * libgcc2.h: New file.
9564         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
9565
9566 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
9567
9568         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
9569         * configure: Regenerate.
9570         * config/ia64: New.
9571
9572 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
9573
9574         * Makefile.in (LIBCPP_DEPS): New macro.
9575         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
9576         it to declare deps.
9577         * cpperror.c: Include cpphash.h.
9578         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
9579         dingleberry.
9580         (lex): Don't use CPP_WARN_UNDEF.
9581         (_cpp_parse_expr): Return an int, the truth value.
9582         * cppfiles.c: Include cpphash.h.
9583         (_cpp_merge_include_chains): Move to cppinit.c and make static.
9584         * cppinit.c (include_defaults_array): Disentangle.
9585         (cpp_cleanup): Don't free the if stack here.
9586         (cpp_finish): Pop off all buffers, not just one.
9587         * cpplib.c (eval_if_expr): Return int.
9588         (do_xifdef): Rename do_ifdef.
9589         (handle_directive): Don't use CPP_PREPROCESSED.
9590         (cpp_get_token): Don't use CPP_C89.
9591         * fix-header.c: Don't use CPP_OPTIONS.
9592
9593         * cpplib.h: Move U_CHAR, enum node_type, struct
9594         file_name_list, struct ihash, is_idchar, is_idstart,
9595         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
9596         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
9597         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
9598         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
9599         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
9600         of _cpp_simplify_pathname, _cpp_find_include_file,
9601         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
9602         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
9603         cppinit.c.
9604         Change all uses of U_CHAR to be unsigned char instead.
9605         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
9606
9607 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
9608
9609         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
9610         (dwarf2out_begin_prologue): Set it.
9611         (output_call_frame_info): Don't emit EH unwind info for leaves.
9612
9613         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
9614         can occur outside of an EH region.
9615         * except.c: Correct comments about rethrow behavior.
9616         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
9617
9618 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
9619
9620         * flow.c (make_edges): Always call make_eh_edge for calls.
9621
9622 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
9623
9624         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
9625         (struct cpp_buffer): Remove fname and underflow fields.
9626         (struct cpp_reader): Remove get_token field.
9627         (struct include_hash): Rename to struct ihash.  Add typedef to
9628         IHASH.
9629         (struct if_stack): Remove fname field.
9630         (IF_STACK_FRAME): Rename to IF_STACK.
9631
9632         * cpperror.c (print_containing_files): Trust that there are no
9633         macro buffers below the top file buffer.
9634         * cppfiles.c: Replace all references to 'struct include_hash'
9635         with 'IHASH'.  Rename initialize_input_buffer to
9636         init_input_buffer.  Don't set or reference cpp_buffer->fname,
9637         use buffer->ihash->name instead.
9638         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
9639         not CPP_NULL_BUFFER.
9640         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
9641         IF_STACK_FRAME, IHASH not struct include_hash.
9642         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
9643         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
9644         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
9645         references to cpp_buffer->fname (delete entirely, or use
9646         ->ihash->name instead) and IF_STACK->fname.
9647         (cpp_push_buffer): Don't set new->underflow.
9648         (do_include): Use cpp_file_buffer.
9649
9650         * cpphash.c (collect_formal_parameters): Remove duplicate
9651         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
9652         used as a macro argument name.  Don't append "..." to namebuf
9653         for varargs macros.  After we're done scanning, go through
9654         namebuf and make it NUL separated, not comma separated.
9655         (_cpp_compare_defs): Remove register tag from variables.
9656         Expect defn->argnames to be NUL separated.
9657         (_cpp_dump_definition): Expect defn->argnames to be NUL
9658         separated and in forward order.
9659         * cpphash.h: Update documentation of argnames field.
9660
9661 2000-03-08  Richard Henderson  <rth@cygnus.com>
9662
9663         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
9664         to fail.  Don't pre-expand the source operand.
9665
9666         * i386.md (strlensi): Initialize eoschar and align before use.
9667
9668 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
9669
9670         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
9671         CONSTRUCTOR element.
9672
9673 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
9674
9675         * mips.c (mips_expand_prologue): If the last
9676         named argument is the vararg marker "va_list", treat it as
9677         an unnamed argument.
9678
9679 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
9680
9681         * dbxout.c (dbxout_parms): When correcting for promoted
9682         big-endian parameters, use the mode of the DECL_RTL rather
9683         than UNITS_PER_WORD.
9684
9685 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
9686
9687         * c-common.h (make_fname_decl): Declare.
9688         * c-common.c (make_fname_decl): Define.
9689         (declare_hidden_char_array): Remove.
9690         (declare_function_name): Use make_fname_decl.
9691         * c-decl.c (c_make_fname_decl): New function.
9692         (init_decl_processing): Set make_fname_decl.
9693
9694 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
9695
9696         * cccp.c (handle_directive): Initialize backslash_newlines_p.
9697
9698 2000-03-07  Philipp Thomas  <pthomas@suse.de>
9699
9700         * po/POTFILES.in: Remove cppalloc.c from file list.
9701
9702 2000-03-07  Steve Chamberlain  <sac@pobox.com>
9703
9704         * pj.c (pj_expand_prologue): current_function->args_info is
9705         now current_function_args_info.
9706
9707         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
9708         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
9709         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
9710
9711 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9712
9713         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
9714         output as hexadecimal rather than the default octal.
9715
9716 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
9717
9718         * cpphash.c (special_symbol): Fix thinko in previous commit.
9719
9720 2000-03-07  Neil Booth  <NeilB@earthling.net>
9721
9722         * cppexp.c (struct operation, left_shift, right_shift,
9723         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
9724         "int"s to "unsigned int"s.
9725         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
9726         Similarly.
9727         * cpplib.h: Update for above.
9728         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
9729         returned from allocations.
9730
9731         * cppinit.c (opt_comp, parse_options): New functions.
9732         (handle_option): Use parse_option to parse a single command
9733         line option, that possibly takes an argument.
9734         (cpp_handle_options): Sort the array of command line options on
9735         first invocation (non-ASCII hosts only).
9736         (print_help): Update.
9737
9738 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
9739
9740         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
9741         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
9742
9743         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
9744         initialized.
9745         * cppinit.c (cpp_cleanup): Free imp->nshort also.
9746
9747         * cpperror.c (cpp_print_containing_files,
9748         cpp_print_file_and_line, v_cpp_message): Rename to
9749         print_containing_files, print_file_and_line, and v_message.
9750         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
9751         to _cpp_parse_expr, parse_escape, and lex.
9752         (parse_charconst): Remove broken multibyte support.
9753         * cppfiles.c (include_hash): Make static.
9754         (cpp_included): New function.
9755         (merge_include_chains, find_include_file, finclude,
9756         simplify_pathname): Rename to _cpp_merge_include_chains,
9757         _cpp_find_include_file, _cpp_read_include_file, and
9758         _cpp_simplify_pathname.
9759         * cpphash.c (cpp_lookup, free_definition, delete_macro,
9760         cpp_install, create_definition, macroexpand, compare_defs,
9761         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
9762         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
9763         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
9764         * cppinit.c (cpp_handle_option): Rename to handle_option, make
9765         static.
9766         * cpplib.c: Remove extern prototype of cpp_parse_expr.
9767
9768         * cpphash.h: Update prototypes.
9769         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
9770
9771 2000-03-07  Andrew Haley  <aph@cygnus.com>
9772
9773         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
9774         PTRDIFF_TYPE should be based solely on Pmode.
9775         (SIZE_TYPE): ditto.
9776
9777 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9778
9779         * rtl.h (rtunion_def): Constify member `rtstr'.
9780         (emit_line_note_after, emit_line_note, emit_line_note_force,
9781         emit_note, decode_asm_operands): Constify.
9782
9783         * cse.c (canon_hash): Likewise.
9784
9785         * dbxout.c (dbxout_block): Likewise.
9786
9787         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
9788         v_warning_for_asm): Likewise.
9789
9790         * dwarfout.c (function_start_label): Likewise.
9791
9792         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
9793         emit_line_note_force): Likewise.
9794
9795         * final.c (last_filename, asm_insn_count, final_scan_insn,
9796         output_source_line): Likewise.
9797
9798         * function.h (struct emit_status): Likewise.
9799
9800         * gcse.c (hash_expr_1): Likewise.
9801
9802         * genattr.c (gen_attr, main): Likewise.
9803
9804         * genattrtab.c (struct function_unit, current_alternative_string,
9805         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
9806         attr_numeral, check_attr_test, check_attr_value,
9807         convert_set_attr_alternative, convert_set_attr,
9808         compute_alternative_mask, simplify_by_exploding, gen_attr,
9809         gen_unit): Likewise.
9810
9811         * genflags.c (gen_insn): Likewise.
9812
9813         * gengenrtl.c (type_from_format): Likewise.
9814
9815         * genopinit.c (gen_insn): Likewise.
9816
9817         * genoutput.c (n_occurrences, process_template, process_template):
9818         Likewise.
9819
9820         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
9821         Likewise.
9822
9823         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
9824         Likewise.
9825
9826         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
9827         ggc_set_mark, ggc_get_size): Likewise.
9828
9829         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
9830
9831         * optabs.c (init_one_libfunc): Likewise.
9832
9833         * output.h (assemble_start_function): Likewise.
9834
9835         * recog.c (decode_asm_operands): Likewise.
9836
9837         * toplev.c (rest_of_compilation): Likewise.
9838
9839         * tree.h (emit_line_note_after, emit_line_note,
9840         emit_line_note_force): Likewise.
9841
9842         * varasm.c (asm_output_bss, asm_output_aligned_bss,
9843         asm_emit_uninitialised, assemble_start_function,
9844         assemble_variable, const_hash, compare_constant_1,
9845         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
9846
9847         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
9848
9849         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
9850
9851         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
9852
9853         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
9854
9855         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
9856         arm_dllimport_name_p): Likewise.
9857
9858         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
9859         Likewise.
9860
9861         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
9862
9863         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9864
9865         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
9866         arm_mark_dllexport, arm_mark_dllimport,
9867         arm_pe_encode_section_info): Likewise.
9868
9869         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
9870         ASM_FINISH_DECLARE_OBJECT): Likewise.
9871
9872         * arm/thumb.c (thumb_function_prologue): Likewise.
9873
9874         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
9875
9876         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9877
9878         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
9879
9880         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
9881
9882         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
9883
9884         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9885
9886         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
9887         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
9888
9889         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
9890
9891         * i386/i386.c (asm_output_function_prefix): Likewise.
9892
9893         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
9894
9895         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9896
9897         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
9898
9899         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
9900         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
9901         ASM_OUTPUT_SECTION_NAME): Likewise.
9902
9903         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
9904
9905         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
9906
9907         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
9908
9909         * m32r/m32r.c (m32r_encode_section_info): Likewise.
9910
9911         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9912
9913         * mcore/mcore.c (mcore_encode_section_info): Likewise.
9914
9915         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9916
9917         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9918
9919         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9920
9921         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
9922
9923         * mips/mips.md (movdi, movsi): Likewise.
9924
9925         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9926
9927         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9928
9929         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9930
9931         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
9932         ASM_OUTPUT_ASCII): Likewise.
9933
9934         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
9935         output_mi_thunk, output_toc): Likewise.
9936
9937         * rs6000/rs6000.md (movsi): Likewise.
9938
9939         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
9940
9941         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
9942
9943         * v850/v850.c (print_operand, print_operand_address,
9944         v850_encode_data_area): Likewise.
9945
9946 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
9947
9948         * config/mips/mips.md (zero_extendsidi2): Always force operand
9949         one to memory for mips16.
9950
9951 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9952
9953         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
9954         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
9955         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
9956         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
9957         (min_precision): Result is unsigned.
9958         (add_double, neg_double, mul_double): Low word is unsigned.
9959         (lshift_double, rshift_double, lrotate_double): Likewise.
9960         (rrotate_double, div_and_round_double): Likewise.
9961         (tree_floor_log2, compare_tree_int): New functions.
9962         (preserve_rtl_expr_temps): New declaration.
9963         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
9964         (decl_attributes): Use tree_log2 to find alignment.
9965         Check for TREE_INT_CST_HIGH for format args.
9966         (min_precision): Now unsigned.
9967         Use tree_floor_log2.
9968         (truthvalue_conversion): Delete long-disabled code.
9969         * c-decl.c (finish_struct): Clean up tests on field width.
9970         (finish_function): Use compare_tree_int.
9971         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
9972         * c-typeck.c (comptypes): Use tree_int_cst_equal.
9973         (default_conversion, digest_init): Use compare_tree_int.
9974         (build_binary_op): Use integer_all_onesp and compare_tree_int.
9975         Fix type errors in forming masks.
9976         * calls.c (initialize_argument_information): Use compare_tree_int.
9977         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
9978         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
9979         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
9980         (store_field): Use compare_tree_int.
9981         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
9982         (expand_expr, case ARRAY_REF): Use compare_tree_int.
9983         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
9984         (do_store_flag): Use compare_tree_int.
9985         * fold-const.c (encode, decode): Low part is always unsigned.
9986         (force_fit_type, add_double, neg_double, mul_double): Likewise.
9987         (lshift_double, rshift_double, lrotate_double): Likewise.
9988         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
9989         (fold_convert): Use compare_tree_int.
9990         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
9991         (invert_truthvalue, case INTEGER_CST): Likewise.
9992         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
9993         * mkdeps.c (deps_dummy_targets): Make I unsigned.
9994         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
9995         (lshift_double, rshift_double, lrotate_double, rrotate_double):
9996         Likewise.
9997         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
9998         (expand_end_case): Use compare_tree_int.
9999         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
10000         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
10001         (layout_decl): Likewise.
10002         (layout_record, layout_union): Make sizes unsigned.
10003         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
10004         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
10005         * tree.c (struct type_hash): hashcode is unsigned.
10006         (build_type_attribute_variant, type_hash_list): Likewise.
10007         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
10008         (attribute_hash_list, build_array_type, build_method_type): Likewise.
10009         (build_complex_type): Likewise.
10010         (real_value_from_int_cst): Remove unneeded casts.
10011         (integer_all_onesp): Add casts.
10012         (tree_floor_log2, compare_tree_int): New functions.
10013         (build_index_type): Use tree_int_cst_sgn.
10014         * varasm.c (assemble_variable): Use compare_tree_int.
10015
10016 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
10017
10018         * cpphash.c (collect_expansion): Also catch ## at start of macro.
10019
10020         * varasm.c (make_decl_rtl): Don't add a number to members of
10021         local classes.
10022         (make_function_rtl): Likewise.
10023
10024 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10025
10026         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
10027         patch from 2000-01-28.
10028
10029 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
10030
10031         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
10032         filled with an insn from the jump target.
10033
10034 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10035
10036         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
10037         (c4x_external_ref): Likewise.
10038         * config/c4x/c4x.c (struct name_list): Likewise.
10039
10040 1999-12-16  Ben Collins  <bcollins@debian.org>
10041
10042         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
10043         argument to genmultilib.
10044         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
10045         the contents into the multilib.h header.
10046         * gcc.c: Declare multilib_exclusions for the specs file.
10047         (set_multilib_dir): Use it.
10048         (print_multilib_info): Likewise.
10049         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
10050         to pass to genmultilib.
10051
10052 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10053
10054         * builtins.c (built_in_class_names, built_in_names): Constify a
10055         char*.
10056
10057         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
10058         int.
10059         (_mcleanup): Ensure value matches format specifier in sprintf.
10060
10061         * cpphash.c (special_symbol): Don't needlessly cast away
10062         const-ness.
10063
10064         * cppinit.c (base_name): Delete unused prototype.
10065
10066         * mkdeps.c (deps_init): Make definition K&R safe.
10067
10068         * tree.h (built_in_class_names, built_in_names): Constify a
10069         char*.
10070
10071 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
10072
10073         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
10074         floating point instructions for epilogue delay.
10075
10076         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
10077         to gas if it supports .register pseudo.
10078
10079         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
10080         LONG_DOUBLE_TYPE_SIZE if not defined.
10081         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
10082         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
10083         * real.c: Likewise.
10084         * gengenrtl.c: Likewise.
10085         * print-rtl.c: Likewise.
10086         * rtl.c: Likewise.
10087         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
10088         MASK_LONG_DOUBLE_128.
10089         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
10090         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
10091         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
10092         (SUBTARGET_SWITCHES): Define.
10093         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
10094         with -mlong-double-128.
10095         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
10096         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
10097         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
10098         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
10099         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
10100         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
10101         with -mlong-double-128.
10102         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
10103         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
10104         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
10105         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
10106         TARGET_LONG_DOUBLE_128): Define.
10107         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
10108         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
10109         long double on TARGET_ARCH64.
10110
10111 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
10112
10113         * function.c (free_temps_for_rtl_expr): Don't free slots
10114         that have been pushed into a higher level.
10115
10116         Revert this patch:
10117         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
10118
10119 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
10120
10121         * basic-block.h (ALLOCA_REG_SET): Remove.
10122         (INITIALIZE_REG_SET): New macro.
10123         * flow.c (update_life_info): Use it.
10124         (calculate_global_regs_live): Likewise.
10125         (propagate_block): Likewise.
10126         * global.c (build_insn_chain): Likewise.
10127         * haifa-sched.c (schedule_region): Likewise.
10128
10129 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
10130
10131         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
10132         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
10133         (DWARF_ARANGES_PAD_SIZE): New define.
10134         (output_aranges): Use it to pad the address range header.
10135         (DWARF_ROUND): Fix for non power of 2 rounding.
10136
10137 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
10138
10139         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
10140
10141 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
10142
10143         * tree.def (RTL_EXPR): Update documentation.
10144         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
10145         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
10146         * function.c (preserve_rtl_expr_temp): New function.
10147         (preserve_rtl_expr_temps): Likewise.
10148         (preserve_rtl_expr_result): Use it.
10149
10150         Revert this patch:
10151         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
10152
10153 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
10154
10155         * regmove.c (copy_src_to_dest)  Do not create src->dest move
10156         for unchanging destination.
10157
10158 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
10159
10160         * function.h (struct sequence_stack): Remove rtl_expr.
10161         (struct emit_staus): Likewise.
10162         (seq_rtl_expr): Remove.
10163         * tree.h (free_temps_for_rtl_expr): Don't declare.
10164         (start_sequence_for_rtl_expr): Likewise.
10165         * rtl.h (preserve_rtl_expr_result): Likewise.
10166         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
10167         (start_sequence_for_rtl_expr): Remove.
10168         (push_topmost_sequence): Don't save sequence_rtl_expr.
10169         (pop_topmost_sequence): Remove comment about not restoring it.
10170         (end_sequence): Don't set seq_rtl_expr.
10171         (init_emit): Don't initialize it.
10172         (mark_sequence_stack): Don't mark it.
10173         (mark_emit_status): Likewise.
10174         * except.c (protect_with_terminate): Use
10175         start_sequence_for_rtl_expr, not start_sequence.
10176         * expr.c (expand_expr, case RTL_EXPR): Don't call
10177         preserve_rtl_expr_result or free_temps_for_rtl_expr.
10178         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
10179         (preserve_rtl_expr_result): Remove.
10180         (free_temps_for_rtl_expr): Likewise.
10181         (pop_temp_slots): Likewise.
10182         (mark_temp_slot): Don't mark the rtl_expr.
10183         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
10184         start_sequence_for_rtl_expr.
10185
10186 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
10187
10188         * mkdeps.c, mkdeps.h: New files.
10189         * po/POTFILES.in: Add them.
10190         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
10191         (cpplib.o, cppinit.o): Depend on mkdeps.h.
10192         (mkdeps.o): New target.
10193
10194         * cppfiles.c: Delete deps_output.
10195         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
10196         OBJECT_SUFFIX, and base_name.
10197         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
10198         the include hash.
10199         (initialize_dependency_output): Use deps_init,
10200         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
10201         all the unnecessary string bashing.
10202         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
10203         level.
10204         * cpplib.c (do_include): Use deps_add_dep.
10205         * cpplib.h (struct cpp_reader): Replace deps_buffer,
10206         deps_allocated_size, deps_size, deps_column members with
10207         single pointer to a struct deps.  Delete prototype of
10208         deps_output.
10209
10210         * cppinit.c: Fix thinko in previous patch.
10211
10212 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10213
10214         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
10215         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
10216         (mode_for_size_tree): New function.
10217         (layout_decl, layout_type): Call it and clean up BLKmode checks.
10218         * tree.h (mode_for_size_tree): New declaration.
10219
10220         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
10221
10222 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
10223
10224         * stmt.c (is_body_block): Move...
10225         * dwarfout.c, dwarf2out.c: ...from here.
10226         * tree.h: Declare it.
10227         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
10228         * final.c (final_start_function): Do call remove_unnecessary_notes
10229         when scheduling.
10230
10231 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
10232
10233         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
10234
10235         * cpplib.h (_dollar_ok): New macro.
10236         (is_idchar, is_idstart): Use it.
10237         (IStable): Rename to _cpp_IStable.  Declare it const if
10238         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
10239         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
10240         is_space): Update for renamed IStable.
10241
10242         * cppinit.c: Delete all references to FAKE_CONST and CAT
10243         macros. Define init_IStable as empty macro if gcc >=2.7 or
10244         C99. Change TABLE() to ISTABLE and hardcode name of table.
10245         (cpp_start_read): Don't change the IStable based on
10246         dollars_in_ident.
10247
10248         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
10249         changed.  Handle '$' for char1 correctly.
10250         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
10251
10252         * cppexp.c (tokentab2): Make const.
10253         (cpp_lex): Make toktab const.
10254         * cppinit.c (include_defaults_array): Make const.
10255         (initialize_standard_includes): Make default_include const.
10256
10257 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
10258
10259         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
10260         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
10261         (gen_decl_die): Likewise.
10262         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
10263         (output_decl): Likewise.
10264
10265         * varasm.c (make_function_rtl): If we change the name used in the
10266         rtl, update DECL_ASSEMBLER_NAME accordingly.
10267         (make_decl_rtl): Likewise.
10268
10269         * toplev.c (rest_of_compilation): Tweak formatting.
10270
10271         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
10272         remove_unnecessary_notes.
10273         (debug_ignore_block): New fn.
10274         * toplev.h: Declare it.
10275         * emit-rtl.c (remove_unncessary_notes): Call it.
10276         * dwarf2out.c (dwarf2out_ignore_block): New fn.
10277         * dwarf2out.h: Declare it.
10278         * final.c (final_start_function): Don't call remove_unnecessary_notes
10279         if we did insn scheduling.
10280
10281 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
10282
10283         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
10284         * cpplib.h: Delete SET_CPP_PEDANTIC.
10285
10286 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10287
10288         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
10289         result is a RECORD_TYPE.
10290
10291 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
10292
10293         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
10294
10295 2000-03-03  Richard Henderson  <rth@cygnus.com>
10296
10297         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
10298         addition over compliments over shifts.
10299
10300 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10301
10302         * reload1.c (reload_combine_note_use): Handle return register USEs.
10303         REG case: Handle multi-hard-register hard regs.
10304
10305 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10306
10307         * md.texi: Document use of '*' in insn pattern name.
10308
10309 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
10310
10311         * calls.c (special_function_p): operator new may not be malloc-like.
10312
10313         * gcse.c (dump_hash_table): Really fix error in last change.
10314
10315 2000-03-02  Denis Chertykov  <denisc@overta.ru>
10316
10317         * avr.c (print_operand): Use print_operand_address instead of
10318         output_addr_const.
10319         * avr/libgcc.S: Cleanup code.
10320
10321 2000-03-02  Richard Henderson  <rth@cygnus.com>
10322
10323         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
10324
10325 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
10326
10327         * tree.h (TYPE_ALIGN_UNIT): New macro.
10328
10329 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
10330
10331         * i386.c: (constant_call_address_operand): Reject CONST_INT.
10332
10333 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
10334
10335         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
10336         for the buffer.
10337         (SET_CPP_PEDANTIC): New macro.
10338         * cpplib.c (do_include): Don't bother checking system_header_p.
10339         (do_warning, do_ident, do_assert, do_unassert): Likewise.
10340         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
10341
10342         * function.h (struct expr_status): Add x_arg_space_so_far.
10343         (arg_space_so_far): New macro.
10344         * expr.c (init_expr): Initialize it.
10345         * calls.c (emit_call_1): Reset it.
10346         (compute_argument_block_size, expand_call): Use it.
10347         (expand_call, store_one_arg): Increment it.
10348
10349 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10350
10351         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
10352         a UNION_TYPE.
10353
10354 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
10355
10356         * cppfiles.c (cpp_read_file): New function.
10357
10358         * cpphash.c (collect_expansion): Make sure to reset last_token
10359         to NORM when we hit a string.  Handle trailing whitespace
10360         properly when the expansion is empty.
10361         (create_definition): Disable line commands while parsing the
10362         directive line.
10363         (dump_definition): If pfile->lineno == 0, output a line
10364         command ahead of the dump, and add a trailing newline.
10365
10366         * cppinit.c (append_include_chain): Add fifth argument, which
10367         indicates whether or not system headers are C++ aware.
10368         (initialize_standard_includes): New function,
10369         broken out of read_and_prescan.  Pass 'cxx_aware' value from
10370         the include_defaults_array on to append_include_chain.
10371         (dump_special_to_buffer): Const-ify char array.
10372         (builtin_array): Don't dump __BASE_FILE__.
10373         (cpp_start_read): Use cpp_read_file.  Reorder code for
10374         clarity.  Don't output line commands here for -D/-A/-U
10375         switches.  Don't call deps_output for files included with
10376         -include or -imacros.
10377
10378         * cpplib.c (do_define): Don't pay any attention to the second
10379         argument.
10380         (cpp_expand_to_buffer): Disable line commands while scanning.
10381         (output_line_command): Work in the file buffer.
10382         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
10383         Fix formatting of comments.  Prototype cpp_read_file.
10384
10385 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10386
10387         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
10388         reference the language-equivalent of sizetype.
10389         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
10390         * fold-const.c (size_binop, size_diffop): Put back checks.
10391         * gcse.c (dump_hash_table): Fix minor error in last change.
10392         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
10393         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
10394         all sizetypes.
10395
10396 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
10397
10398         * calls.c (expand_call)  Do not attempt to combine stack adjustments
10399         with inhibit_defer_pop set.
10400
10401 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
10402
10403         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
10404         the DECL_SIZE for a FIELD_DECL.
10405
10406 2000-03-01  Bruce Korb  <bkorb@gnu.org>
10407
10408         * fixinc/inclhack.tpl: remove unused symlinks
10409         * fixinc/README: GCC Maintainer info
10410         * fixinc/inclhack.sh: regen
10411         * fixinc/fixincl.sh: regen
10412
10413 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
10414
10415         * cpphash.c (collect_expansion): Trim trailing white space
10416         from macro definitions, but don't go past the last insertion
10417         point.
10418
10419 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
10420
10421         * i386.md (mulqi3): New pattern.
10422
10423 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
10424
10425         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
10426         token types.
10427         (struct cpp_reader): Add parsing_if_directive and
10428         parsing_define_directive flags.
10429         (struct cpp_options): Remove output_conditionals flag.
10430         (check_macro_name): Delete prototype.
10431
10432         * cpphash.h (struct macrodef): Delete.
10433         (struct reflist): Separate from struct definition.
10434         (struct definition): Remove unused fields.  Add column number.
10435         (create_definition): Returns a DEFINITION *.  Takes a
10436         cpp_reader * and an int.
10437
10438         * cpphash.c (SKIP_WHITE_SPACE): Delete.
10439         (PEEKC): Copy defn from cpplib.c.
10440         (rest_extension, REST_EXTENSION_LENGTH): Delete.
10441         (struct arg): New.
10442         (struct arglist): Simplify.
10443         (collect_expansion): Rewrite.  Get tokens by calling
10444         cpp_get_token.  Add more error checking.
10445         (collect_formal_parameters): New function, broken out of
10446         create_definition and reworked to use get_directive_token.
10447         (create_definition): All real work is now in collect_expansion
10448         and collect_formal_parameters.  do_define handles finding the
10449         macro name.  Return a DEFINITION, not a MACRODEF.
10450         (macroexpand): Replace bcopy with memcpy throughout.  Replace
10451         character-at-a-time copy loop with memcpy and pointer increments.
10452         (compare-defs): d1->argnames / d2->argnames might be null.
10453
10454         * cpplib.c (copy_rest_of_line): Delete function.
10455         (skip_rest_of_line): Do all the work ourselves.
10456         (skip_string): New function.
10457         (parse_string): Use skip_string.
10458         (get_macro_name): New function.
10459         (check_macro_name): Delete.
10460         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
10461         (cpp_skip_hspace): Use CPP_BUMP_LINE.
10462         (handle_directive): ICE if we're called on a macro buffer.
10463         (do_define): Determine macro name and type (funlike/objlike)
10464         here.  Expunge all uses of MACRODEF.
10465         (cpp_push_buffer): Set line_base to NULL.
10466         (do_undef, read_line_number): Don't worry about getting a POP token.
10467         (eval_if_expression): Set/reset parsing_if_directive around
10468         cpp_parse_expr. Don't clear only_seen_white.
10469         (skip_if_group): Remove output_conditionals logic.  Use
10470         skip_rest_of_line.
10471         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
10472         tokens under appropriate conditions.
10473         (cpp_unassert): Call do_unassert not do_assert.  Oops.
10474
10475         * cppexp.c (parse_defined): New function, break out of
10476         cpp_lex.
10477         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
10478         ourselves, with cpp_defined.
10479         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
10480
10481         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
10482         * gcc.dg/strpaste-2.c: New.
10483
10484 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
10485
10486         * fold-const.c (size_binop): Don't asert inputs are the same and
10487         have TYPE_IS_SIZETYPE set.
10488         (size_diffop): Likewise.
10489
10490 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
10491
10492         * dwarfout.c (output_block): Output abstract blocks even if they
10493         don't have TREE_ASM_WRITTEN set.
10494
10495         * calls.c (emit_library_call): Check for null REG.
10496
10497 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
10498
10499         * c-decl.c (current_function_decl): Move to toplev.c.
10500         (init_decl_processing): Don't add current_function_decl as a ggc
10501         root here.
10502         * dbxout.c (dbxout_symbol): Change return type to int.
10503         (dbxout_symbol_location, dbxout_syms): Likewise.
10504         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
10505         any locals. Use current_function_func_begin_label if set.
10506         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
10507         * dwarf2out.c (dwarf2out_begin_prologue): Set
10508         current_function_func_begin_label.
10509         * final.c (final_start_function): Reset it.
10510         * toplev.c (current_function_decl): Define it here.
10511         (current_function_func_begin_label): New variable.
10512         (main): Add both as ggc roots.
10513         * tree.h (current_function_func_begin_label): Declare.
10514
10515 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10516
10517         * gcse.c: Cleanups throughout: mostly white-space, but also
10518         some minor rearrangement of code.
10519
10520 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
10521
10522         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
10523         returns a PARALLEL.  Use emit_group_load and use_group_regs
10524         as needed.
10525         (emit_library_call_value): Similarly.
10526
10527         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
10528         * pa/quadlib.asm: Remove.
10529         * pa/quadlib.c: New file.
10530
10531         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
10532         * configure: Rebuilt.
10533
10534 2000-02-29  Philip Blundell  <pb@futuretv.com>
10535
10536         * config/arm/conix-elf.h: New file.
10537         * configure.in (arm*-*-conix*): New configuration.
10538         * configure: Regenerate.
10539
10540 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
10541
10542         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
10543         don't have TREE_ASM_WRITTEN set.
10544
10545 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10546
10547         * Eliminate DECL_FIELD_SIZE.
10548         * builtins.c (built_in_class_names, built_in_names): New variables.
10549         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
10550         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
10551         DECL_SIZE, not DECL_FIELD_SIZE.
10552         * print-tree.c (print_node): Remove code that prints extra blank
10553         lines in some cases.
10554         Properly handle inline and builtin function cases.
10555         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
10556         * tree.h (built_in_class_named, built_in_names): New declarations.
10557         (union tree_decl): Rename internal unions to u1 and u2 and change
10558         some of their components.
10559         Add new field built_in_class.
10560         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
10561         Reflect above changes.
10562         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
10563         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
10564         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
10565         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
10566
10567 2000-02-28  Dmitri Makarov  <dim@windriver.com>
10568
10569         * extend.texi: Document ARM's support for long/short calls.
10570
10571         * invoke.texi: Document ARM's -mlong-calls command line switch.
10572
10573         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
10574         (arm_encode_call_attribute): Add prototype.
10575         (arm_set_default_type_attribute): Add prototype.
10576         (arm_strip_name_encoding): Add prototype.
10577
10578         * config/arm/arm.c (arm_init_cumulative_args): replace
10579         initialisation og 'long_calls' field with initialisation of
10580         'call_cookie' field.
10581         (enum arm_pragma_enum): New enum.
10582         (arm_pragma_long_calls): New static variable.
10583         (arm_process_pragma): Also process "#pragma long_calls_off".
10584         (arm_valid_type_attribute_p): Accept short_call attribute.
10585         (arm_comp_type_attributes): Check long/short call attributes.
10586         (arm_encode_call_attribute):  New function:  Encode long_call
10587         or short_call attribute in function name.
10588         (arm_set_default_type_attributes): New function: Assign
10589         default attributes to newly defined type.
10590         (current_file_function_operand): New function: Return true if
10591         the symbol is a function which has already been compiled.
10592         (arm_is_longcall_p): New function: Return true if the
10593         indicated function should be called via a long call.
10594         (arm_get_strip_length): New function.  Returns number of
10595         prefix characters to be stripped from a function's name.
10596         (arm_strip_name_encoding): New function.  Strip prefix characters
10597         from a function's name.
10598
10599         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
10600         with 'call_cookie'.
10601         (SHORT_CALL_FAG_CHAR): Define.
10602         (LONG_CALL_FAG_CHAR): Define.
10603         (ENCODED_SHORT_CALL_ATTR_P): Define.
10604         (ENCODED_LONG_CALL_ATTR_P): Define.
10605         (ARM_NAME_ENCODING_LENGTHS): Define.
10606         (STRIP_NAME_ENCODING): Define.
10607         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
10608         (ARM_ENCODE_CALL_TYPE): Define.
10609         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
10610         (ARM_DECLARE_FUNCTION_SIZE): Define.
10611         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
10612
10613         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
10614         if a long call is needed.
10615         (call_value): Ditto.
10616         (call_symbol): Ditto.
10617
10618         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
10619         ARM_DECLARE_FUNCTION_SIZE.
10620
10621         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
10622         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
10623         (ARM_STRIP_NAME_ENCODING): Undefine.
10624         (STRIP_NAME_ENCODING): Undefine.
10625         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
10626         (ASM_DECLARE_FUNCTION_NAME): Ditto.
10627         (ASM_OUTPUT_COMMON): Ditto.
10628         (ASM_DECLARE_OBJECT_NAME): Ditto.
10629
10630         * config/arm/pe.c (arm_dllexport_name_p): Check for
10631         ARM_PE_FLAG_CHAR.
10632         (arm_dllimport_name_p): Ditto.
10633         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
10634         (arm_mark_dllimport): Ditto.
10635
10636 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10637
10638         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
10639
10640 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
10641
10642         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
10643
10644 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
10645
10646         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
10647         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
10648         NO_BUILTIN_WCHAR_TYPE is not defined.
10649         (CPP_WCHAR_TYPE): Delete.
10650         * cccp.c (main): Don't change wchar_type if cplusplus.
10651         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
10652
10653 2000-02-28  Nick Clifton  <nickc@cygnus.com>
10654
10655         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
10656
10657 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
10658
10659         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
10660         (ASM_WEAKEN_LABEL): Define.
10661
10662 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
10663
10664         * expr.c (store_constructor): Do not emit USE.
10665         * rtl.h (stupid_life_analysis): Remove.
10666
10667 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10668
10669         * function.c (number_blocks): Reset next_block_index based on
10670         what debugging format is used, not what is defined.
10671
10672         * lcm.c: Minor reformatting throughout.
10673         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
10674
10675         * toplev.c (rest_of_compilation): Account for time in
10676         optimize_mode_switching.
10677
10678         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
10679         if only marking labels.
10680
10681 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
10682
10683         * calls.c (expand_call): Attempt to combine stack adjustments with
10684         pending stack adjustments.
10685
10686 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10687
10688         * loop.c (reg_in_basic_block_p): Don't abort when falling through
10689         to the end of the function.
10690
10691 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
10692
10693         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
10694         blocks.
10695         * final.c (next_block_index): Remove.
10696         (max_block_depth): Likewise.
10697         (pending_blocks): Likewise.
10698         (init_final): Don't initialize them.
10699         (final_start_function): Don't set next_block_index.  Set up
10700         BLOCK_NUMBER.
10701         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
10702         * function.h (number_blocks): New function.
10703         * function.c (get_block_vector): New function.
10704         (identify_blocks): Use it.
10705         (reorder_blocks): Set NOTE_BLOCK.
10706         (number_blocks): New function.
10707         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
10708         * tree.h (BLOCK_NUMBER): New macro.
10709         (tree_block): Add block_num field.
10710         * dbxout.c (next_block_number): Remove.
10711         (dbxout_init): Don't set it.
10712         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
10713         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
10714         block numbers.
10715         * toplev.c (rest_of_compilation): Always call
10716         find_loop_tree_blocks.  Fix indentation.
10717         * dwarf2out.c (next_block_number): Remove.
10718         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
10719         to determine block numbers.
10720         (gen_inlined_subroutine_die): Likewise.
10721         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
10722         (decls_for_scope): Don't increment next_block_number.
10723         * dwarfout.c (next_block_number): Remove.
10724         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
10725         to determine block numbers.
10726         (output_inlined_subroutine_die): Likewise.
10727         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
10728         (output_decls_for_scope): Don't increment next_block_number.
10729         * sdbout.c (next_block_number): Remove.
10730         (sdbout_block): Use BLOCK_NUMBER.
10731         (sdbout_begin_block): Simplify.
10732         * xcoffout.c (next_block_number): Remove.
10733         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
10734         (xcoffout_begin_block): Don't set next_block_number.
10735         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
10736         next_block_number.
10737
10738 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10739
10740         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
10741         (expand_builtin_strcpy): Pass correct type to size_binop.
10742         (expand_builtin_strcmp): Likewise.
10743         Clean up conditional structure.
10744         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
10745         (complete_array_type): Don't use size_binop for MAXINDEX.
10746         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
10747         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
10748         (c_alignof): Use size_one_node.
10749         (build_unary_op): Pass arg of proper type to size_binop.
10750         (really_start_incremental_init, push_init_level): Use sizetype for
10751         constructor{,_bit,_unfilled}_index.
10752         (pop_init_label, output_init_element): Likewise.
10753         (output_pending_init_elements, process_init_element): Likewise.
10754         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
10755         * expr.c (store_expr): Use size_int.
10756         (store_constructor): Use proper types for size_binop args.
10757         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
10758         (expand_expr_unaligned): Likewise.
10759         (string_contant): Return object of sizetype.
10760         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
10761         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
10762         (ARGS_SIZE_TREE): Pass proper types to size_binop.
10763         * fold-const.c (int_const_binop): Refine when size_int is called.
10764         (fold_convert): Likewise.
10765         (size_int_wide): Rework to take KIND as arg, only take low order
10766         bits, handle new sizetype_tab datatype, and chain entries in
10767         size_table.
10768         (size_int_type_wide): New function.
10769         (size_binop): Validate types of arguments.
10770         (ssize_binop): Deleted.
10771         (size_diffop): New function.
10772         (extract_muldiv): Only fold division into multiplication for sizetypes.
10773         * function.c (assign_parms): Use size_diffop and make sure
10774         VAR field is of ssizetype; also pass proper type to size_binop.
10775         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
10776         (round_down): Deleted from here.
10777         * store-layout.c (sizetype_tab): Now an array.
10778         (sizetype_set, early_root_list): New variables.
10779         (variable_size): Use size_one_node.
10780         (round_up): Pass proper type to size_binop.
10781         (round_down): Moved to here and corrected as above.
10782         (layout_record): Pass proper arg types to size_binop.
10783         (layout_type): Likewise.
10784         If sizetype_set is zero, record the type just laid out.
10785         (make_unsigned_type): Don't call set_sizetype;
10786         (make_signed_type): Likewise; also, call fixup_signed_type.
10787         (initialize_sizetypes): New function.
10788         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
10789         set name of bitsizetype to "bit_size_type".
10790         Fix up type of sizes of all types made before call.
10791         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
10792         * tree.c (fix_sizetype): Deleted.
10793         (build_common_tree_nodes): Call initialize_sizetypes.
10794         (build_common_tree_nodes_2): Don't call fix_sizetype.
10795         * tree.h (TYPE_IS_SIZETYPE): New macro.
10796         (initialize_sizetype): New declaration.
10797         (enum size_type_kind): New type.
10798         (struct sizetype_tab): Deleted.
10799         (sizetype_tab): Now array; adjust sizetype macros.
10800         (size_diffop, size_int_type_wide): New functions.
10801         (size_int_wide): Change number of args and type; access macros changed.
10802         (ssize_int, sbitsize_int): New macros.
10803         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
10804         (ROUND_TYPE_SIZE_UNIT): New macro.
10805
10806 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
10807
10808         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
10809
10810 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10811
10812         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
10813         Mark as possibly unused.
10814
10815         * cse.c (cse_insn): Delete dead code involving tablejump.
10816         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
10817
10818         * Makefile.in (libcpp.a): Start by deleting it.
10819
10820 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10821
10822         * cpplib.h (enum file_change_code): Added rename_file.
10823         * cpplib.c (do_line): If a filename is given, set file_change to
10824         rename_file.
10825         (output_line_command): If file_change is rename_file, always
10826         output a # directive with the file name.
10827
10828         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
10829
10830 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
10831
10832         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
10833         when copying a PARM_DECL or RESULT_DECL.
10834
10835 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10836
10837         * fix-header.c (recognized_function): Also fix prototypes for
10838         functions taking "void".
10839
10840 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
10841
10842         * reload1.c (do_output_reload): Check reg_reloaded_valid before
10843         looking at reg_reloaded_contents.
10844
10845 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
10846
10847         * Makefile.in (STMP_FIXINC): New toggle.
10848         (LIBGCC2_DEPS): Delete all references.
10849         (stmp-headers): Delete target.  All references either deleted
10850         or changed to stmp-int-headers.
10851         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
10852         (LIBCPP_OBJS): Take out cppalloc.o.
10853         (cppalloc.o): Delete target.
10854         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
10855         (gen-protos, fix-header): Link with libiberty.a.
10856         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
10857         to empty.
10858
10859         * configure.in: Remove refs to strerror.
10860         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
10861         * system.h: Take out strerror stanza.
10862
10863         * cpperror.c (my_strerror): Delete function.
10864         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
10865         * cppmain.c (main): Call xmalloc_set_program_name first thing.
10866         * cppalloc.c: Delete file.
10867         * gen-protos.c: Don't provide xrealloc.
10868
10869         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
10870         xstrerror throughout.
10871
10872 2000-02-26  Bruce Korb  <bkorb@gnu.org>
10873
10874         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
10875         match for DOS headers, too.
10876         * fixinc/inclhack.sh,fixincl.x: Regenerate.
10877
10878 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
10879
10880         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
10881         is right for most ELF targets.
10882         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
10883         Let the default file use %U properly.
10884         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
10885         default.
10886
10887         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
10888         numbers.
10889
10890 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10891
10892         * toplev.c (documented_lang_options): Correct spelling error.
10893         (decode_d_option, decode_f_option, main): Likewise.
10894
10895         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
10896
10897         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
10898         to tell assembler it is permitted to expand large constants.
10899
10900 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
10901
10902         * protoize.c: (AUX_INFO_SUFFIX): New macro.
10903         (aux_info_suffix): Use.
10904         (SAVE_SUFFIX): New macro.
10905         (save_suffix): Use.
10906         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
10907         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
10908         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
10909
10910         * invoke.texi (Running Protoize): Update documentation.
10911
10912 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
10913
10914         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
10915
10916 2000-02-25  John Wehle  (john@feith.com)
10917
10918         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
10919
10920 2000-02-25  Anthony Green  <green@cygnus.com>
10921
10922         * toplev.c (rest_of_compilation): Rebuild jump labels if
10923         combine_instructions has created a new direct jump.
10924         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
10925         when appropriate.
10926         (combine_instructions): Call try_combine with new argument.
10927         Return non-null value when new direct jump instruction is created.
10928         * rtl.h: combine_instructions returns an int.
10929
10930 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
10931
10932         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
10933         jump when changing a computed jump into a jump to a known
10934         target.
10935
10936 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
10937
10938         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
10939         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
10940
10941         * i386.md (define_expand "clrstrsi"): Fix typo.
10942
10943 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
10944
10945         * rtl.texi: Fix typo.
10946
10947 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10948
10949         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
10950         UNITS_PER_WORD.  Change caller initial_elimination_offset.
10951         (rounded_frame_size): Take into account that argument pushed has
10952         changed.  Fix TARGET_ALIGN_DOUBLE problem.
10953
10954 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
10955
10956         * haifa-sched.c (schedule_block): Explain the real reason
10957         we delete REG_SAVE_NOTEs on the first insn of a block.
10958         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
10959
10960 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
10961
10962         * input.h (push_srcloc): New function.
10963         (pop_srcloc): Likewise.
10964         * toplev.c (push_srcloc): Define it.
10965         (pop_srcloc): Likewise.
10966
10967 2000-02-24  Richard Henderson  <rth@cygnus.com>
10968
10969         * flow.c (life_analysis): When collecting reg info, clear
10970         regs_ever_live.
10971
10972 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10973
10974         Fix bug exposed by reload.c no longer rounding the frame
10975         size to BIGGEST_ALIGNMENT:
10976         * sh.c (rounded_frame_size): New function.
10977         (sh_expand_prologue, sh_expand_epilogue): Use it.
10978         (initial_elimination_offset): Likewise.
10979
10980 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10981
10982         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
10983         * sh-protos.h (sh_need_epilogue): Declare.
10984         * sh.c (sh_need_epilogue_known): New static variable.
10985         (sh_need_epilogue): New function.
10986         (function_epilogue): Clear need_epilogue_known.
10987         * sh.md (return): Split into expander / insn pattern.
10988         Make the expander conditional on ! sh_need_epilogue ().
10989
10990 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
10991
10992         * machmode.h (get_mode_alignment): Declare.
10993         (GET_MODE_ALIGNMENT): Call it.
10994         * stor-layout.c (get_mode_alignment): New function. Make
10995         sure alignment is always power of 2.
10996
10997 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
10998
10999         * i386.h: Remove useless definition of "I386" and misleading
11000         comment above it.
11001
11002 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
11003
11004         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
11005         under which TREE_PERMANENT will be set.
11006         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
11007         build1): Use TREE_SET_PERMANENT.
11008         * print-tree.c (print_node): Don't report value of
11009         TREE_PERMANENT if ggc_p is true.
11010
11011         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
11012         decide whether to give a type a new alias set.
11013         * objc/objc-act.c (build_objc_string_object): Never copy the string.
11014         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
11015         of value of 'obstack'.
11016
11017
11018 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11019
11020         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
11021
11022 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11023
11024         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
11025         * cpplib.c (cpp_get_token): Produce them.
11026         * cppexp.c (cpp_lex): Handle them.
11027
11028 2000-02-23  Nick Clifton  <nickc@cygnus.com>
11029
11030         * config/arm/arm.c (arm_comp_type_attributes): Simply and
11031         comment tests on type attributes.
11032
11033 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11034
11035         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
11036         conform to documentation.
11037         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
11038         to check for special cases.
11039         * sh-protos.h (sh_loop_align): Declare.
11040         * sh.c (sh_loop_align): Define.
11041
11042 2000-02-22  Andrew Haley  <aph@cygnus.com>
11043
11044         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
11045         (SIZE_TYPE): Is 32 bits when using -mgp32.
11046         (PTRDIFF_TYPE): Ditto.
11047
11048 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11049
11050         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
11051
11052 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
11053
11054         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
11055         BIGGEST_FIELD_ALIGNMENT a constant.
11056
11057 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
11058
11059         * dwarf2out.c (output_line_info): Put the marker for the end of
11060         the line number info at the actual end.
11061         (gen_struct_or_union_type_die): Use decl_function_context
11062         to check for local classes.
11063         * dwarfout.c (output_type): Likewise.
11064
11065 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
11066
11067         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
11068         for arguments with a mode, but no type.
11069         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
11070         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
11071         * pa/long_double.h: New file.
11072         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
11073         both have 128bit wide long doubles.
11074         * configure: Rebuilt.
11075
11076 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11077
11078         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
11079
11080         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
11081         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
11082         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
11083
11084         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
11085
11086         * integrate.c (compare_blocks, find_block): Likewise.
11087
11088         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
11089
11090         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
11091
11092         * stmt.c (stmt_status, set_file_and_line_for_stmt,
11093         expand_asm_operands): Likewise.
11094
11095 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
11096
11097         * predict.c (estimate_probability): Added the pointer heuristic to
11098         the collection of static branch predictors.
11099
11100 2000-02-21  Catherine Moore  <clm@cygnus.com>
11101
11102         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
11103         * invoke.texi (-mfix7000): Document.
11104
11105 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
11106
11107         * diagnostic.c (init_output_buffer): Make it possible to output at
11108         least 32 characters if we're given a too long prefix.
11109
11110 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
11111
11112         * varasm.c (initializer_constant_valid_p): Call
11113         lang_expand_constant to simplify the constant.
11114
11115 2000-02-20  Bruce Korb  <bkorb@gnu.org>
11116
11117         * fixinc/inclhack.def(stdio_va_list):
11118         typedef needs to be disabled.
11119         * fixinc/inclhack.sh: regen
11120         * fixinc/fixincl.x: regen
11121
11122 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
11123
11124         * print-rtl.c (print_rtx): Don't print addresses when
11125         flag_dump_unnumbered.
11126
11127 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11128
11129         * sparc.c (sparc_output_scratch_registers): Mark parameter with
11130         ATTRIBUTE_UNUSED.
11131         (sparc_va_arg, sparc_flat_output_function_prologue,
11132         sparc_flat_output_function_epilogue): Cast value to unsigned in
11133         comparison.
11134         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
11135
11136         * sparc.md: Add default case in switch.
11137
11138 2000-02-19  Richard Henderson  <rth@cygnus.com>
11139
11140         * c-typeck.c (add_pending_init): Don't abort for multiple
11141         fields at the same offset.
11142         (pending_init_member): Test the correct member.
11143
11144 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11145
11146         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
11147         instead of SImode.
11148         (start_catch_handler) : Same.
11149
11150 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
11151
11152         * Makefile.in: Have flow.o depend on $(EXPR_H)
11153
11154 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11155
11156         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
11157         * c-decl.c (duplicate_decls, finish_enum): Likewise.
11158         (finish_decl): Remove -Wlarger-than code from here.
11159         * flags.h (id_clash_len): Now int.
11160         (larger_than_size): Now HOST_WIDE_INT.
11161         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
11162         Clean up checking to see if in table.
11163         (make_bit_field_ref): Remove extra parm to bitsize_int.
11164         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
11165         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
11166         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
11167         and for computing size of decl.
11168         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
11169         Move -Wlarger-than code to here.
11170         (layout_record): Remove extra arg to bitsize_int.
11171         Set TYPE_BINFO_SIZE_UNIT.
11172         (layout_union): Remove extra arg to bitsize_int.
11173         Use proper type for size of QUAL_UNION.
11174         (layout_type): Remove extra arg to bitsize_int.
11175         * toplev.c (id_clash_len): Now int.
11176         (larger_than_size): Now HOST_WIDE_INT.
11177         (decode_W_option): Clean up id-clash and larger-than- cases.
11178         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
11179         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
11180         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
11181         (struct tree_decl): New field size_unit.
11182         (size_int_wide): No HIGH operand; NUMBER is now signed.
11183         (size_int_2): Deleted.
11184         (size_int, bitsize_int): Don't use it and rework args.
11185         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
11186
11187 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
11188
11189         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
11190
11191 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
11192
11193         * invoke.texi (Warning Options): Add an explanation of why
11194         you might want the -Wfloat-equal flag.
11195
11196 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11197
11198         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
11199         * cppinit.c (new_pending_define): Add cast to avoid warning.
11200         * expmed.c (extract_bit_field): Likewise.
11201         * flow.c (enum reorder_skip_type): New type.
11202         (skip_insns_between_blcok): New it.
11203         Rework to avoid warning about possibly undefined variable.
11204         * function.c (assign_parms): Make thisparm_boundary unsigned.
11205         * genrecog.c (write_switch): Cast XWINT result to int.
11206         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
11207         * mips-tfile.c (init_file): Make two versions of FDR intializer:
11208         one for MIPS and one for Alpha.
11209         (get_tag, copy_object): Add casts to avoid warnings.
11210         * optabs.c (init_one_libfunc): Cast NAME to (char *).
11211         * reload.c (find_reloads): Make TYPE enum reload_type.
11212         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
11213         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
11214         * varasm.c (compare_constant_1): Add cast to avoid warning.
11215         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
11216         to (char *).
11217         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
11218         Cast switch operand of size to int.
11219         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
11220         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
11221         in unhandled case.
11222
11223 2000-02-18  Nick Clifton  <nickc@cygnus.com>
11224
11225         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
11226         anything for an alignment of zero.
11227
11228         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
11229         anything for an alignment of zero.
11230
11231 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
11232
11233         * gcc.texi (Bug Reporting): Refer to bugs.html.
11234         (Bug Lists): Likewise.
11235         * system.h (GCCBUGURL): New preprocessor define.
11236         * rtl.c (fancy_abort): Use it.
11237         * gcc.c (main): Likewise.
11238
11239 2000-02-18  Richard Henderson  <rth@cygnus.com>
11240
11241         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
11242         (life_analysis_1): Subsume into ...
11243         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
11244         Use update_life_info for the relaxation.
11245         (update_life_info): Update REG_BASIC_BLOCK for registers live on
11246         entry and regs_live_at_setjmp.
11247         (set_noop_p): Simplify.
11248         (notice_stack_pointer_modification_1): Renamed from s/_1//.
11249         (record_volatile_insns): Split into ...
11250         (delete_noop_moves): ... here,
11251         (notice_stack_pointer_modification): ... here,
11252         (insn_dead_p): ... and here.
11253         (propagate_block): Don't query INSN_VOLATILE.
11254         (mark_used_regs): Mind !PROP_REG_INFO.
11255         * toplev.c (rest_of_compilation): Call mark_constant_function here,
11256         not in life_analysis.
11257
11258 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
11259
11260         * loop.c (canonicalize_condition): New function,
11261         broken out of get_condition.
11262         (get_condition): Use it.
11263         * expr.h (canonicalize_condition): Prototype it.
11264
11265         * tree.h (tree_int_cst_msb): Declare.
11266         * tree.c (tree_int_cst_msb): New function.
11267
11268 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
11269
11270         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
11271         isn't set.
11272
11273         * invoke.texi (-fmessage-length=n): Document.
11274
11275 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
11276
11277         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
11278
11279 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
11280
11281         * function.c (thread_prologue_and_epilogue_insns): Put a line note
11282         after the prologue.
11283
11284 2000-02-17  Nick Clifton  <nickc@cygnus.com>
11285
11286         * config/arm/thumb.c: Replace includes of system headers with
11287         #include "system.h".
11288
11289 2000-02-16  Richard Henderson  <rth@cygnus.com>
11290
11291         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
11292         Add crtbeginS.o and crtendS.o.
11293         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
11294         (ENDFILE_SPEC): Use crtendS.o.
11295         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
11296
11297         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
11298         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
11299         shared and present.
11300         (__dso_handle): New variable.
11301         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
11302         bias to __CTOR_END__.
11303
11304 2000-02-16  Richard Henderson  <rth@cygnus.com>
11305
11306         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
11307
11308 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11309
11310         * longlong.h (__clz_tab): Declare as static to match definition.
11311
11312 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
11313
11314         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
11315         (XREF_FILE_NAME): Define.
11316
11317         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
11318         (EH_FRAME_SECTION_ASM_OP): Define.
11319         (IDENT_ASM_OP): Define.
11320         (TEXT_SECTION_ASM_OP): Define.
11321         (CPP_SPEC): Define.
11322         (CTORS_SECTION_ASM_OP): Define.
11323         (CTOR_SECTION_FUNCTION): Use it.
11324         (DTORS_SECTION_ASM_OP): Define.
11325         (DTOR_SECTION_FUNCTION): Use it.
11326
11327 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
11328
11329         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
11330         NOTE_BASIC_BLOCK.
11331
11332         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
11333         debug_bb_n): New functions.
11334         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
11335         * basic-block.h: Prototype new functions.
11336
11337 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
11338
11339         * configure.in: Add support for avr target.
11340         * configure: Rebuilt.
11341
11342         * invoke.texi: Add AVR invocation docs.
11343         * install.texi: Add information about AVR.
11344         * md.texi: Add AVR constraint letters description.
11345         * extend.texi: Add description for AVR specific attributes.
11346
11347 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
11348
11349         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
11350
11351 2000-02-16  Nick Clifton  <nickc@cygnus.com>
11352
11353         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
11354         (make_insn_raw): Move RTL check here.
11355
11356 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11357
11358         * version.c: Include gansidecl.h and version.h.
11359
11360         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
11361
11362         * configure.in (gcc_version): When setting, narrow search to
11363         lines containing `version_string'.
11364
11365         * Makefile.in (mainversion): Likewise.
11366         (GCC_H): New variable.
11367         (gcc.h): Delete target.
11368         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
11369         (version.o): Depend on version.h.
11370         (dbxout.o): Don't depend on gcc.h.
11371
11372 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11373                           Michael Meissner  <meissner@cygnus.com>
11374
11375         * md.texi (Simple Constraints): Add item about whitespace.
11376         * genoutput.c (strip_whitespace): New.
11377         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
11378         strip_whitespace for constraints.
11379         Test pointer using NULL, not 0.
11380
11381 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11382
11383         * cpplib.c (do_line): Pedwarn for #line > 32767.
11384
11385         * c-lex.c (readescape): Warn about '\x', but do not reject it.
11386
11387 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
11388
11389         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
11390         to default cpp spec.
11391         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
11392         * cpp.texi: Document __GNUC_PATCHLEVEL__.
11393         * cpp.1: Likewise.
11394
11395         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
11396         default spec.
11397
11398 2000-02-15  Denis Chertykov  <denisc@overta.ru>
11399
11400         * configure.in: Add support for avr target.
11401
11402 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11403
11404         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
11405         (sh_addr_diff_vec_mode): Don't declare.
11406         * sh.c (sh_addr_diff_vec_mode): Delete.
11407
11408 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11409
11410         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
11411
11412 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11413
11414         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
11415         (smulsi3_highpart_i): Name.
11416         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
11417         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
11418         (smulsi3_highpart, umulsi3_highpart): Likewise.
11419
11420         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
11421         correctly independent of endianness.
11422         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
11423         confuse the optimizers.
11424         (mulsidi3+1, umulsidi3+1): New define_split.
11425
11426 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
11427
11428         * config/sh/sh.md: Guard insn splits against illegal registers.
11429         * config/sh/sh.h: Correct comment about macros.
11430
11431 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11432                           Andrew MacLeod  <amacleod@cygnus.com>
11433
11434         * Makefile.in (lcm.o): Depend on insn-attr.h.
11435         * basic-block.h (optimize_mode_switching): Declare.
11436         * lcm.c (tm_p.h, insn-attr.h): #include.
11437         (seginfo, bb_info): New structs.
11438         (antic, transp, comp, delete, insert) : New file-scope static variables.
11439         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
11440         (reg_becomes_live, optimize_mode_switching): Likewise.
11441         * tm.texi: Add description of mode switching macros.
11442         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
11443
11444         * sh-protos.h (remove_dead_before_cse): Remove prototype.
11445         (fldi_ok, fpscr_set_from_mem): New prototypes.
11446         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
11447         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
11448         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
11449         (sh_flag_remove_dead_before_cse): Remove declaration.
11450         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
11451         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
11452         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
11453         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
11454         (barrier_align): Allow for JUMP_INSNS containing a parallel.
11455         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
11456         (fldi_ok): New function.
11457         (get_fpscr_rtx): Add fpscr_rtx as GC root.
11458         (emit_sf_insn): Only generate fpu switches when optimize < 1.
11459         (emit_df_insn): Likewise.
11460         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
11461         (sh_flag_remove_dead_before_cse): Delete.
11462         (get_free_reg, fpscr_set_from_mem): New functions.
11463         * sh.md (movdf, movsf): Remove no_new_pseudos code.
11464         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
11465
11466 2000-02-15  Loren Rittle  <ljrittle@acm.org>
11467
11468         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
11469
11470 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11471
11472         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
11473         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
11474
11475         * cccp.c: Include version.h and/or don't declare `version_string'.
11476         * collect2.c: Likewise.
11477         * alpha.c: Likewise.
11478         * arm/aof.h: Likewise.
11479         * arm/coff.h: Likewise.
11480         * arm/elf.h: Likewise.
11481         * arm/pe.h: Likewise.
11482         * arm/tcoff.h: Likewise.
11483         * arm/telf.h: Likewise.
11484         * arm/tpe.h: Likewise.
11485         * arm/vxarm.h: Likewise.
11486         * convex/convex.c: Likewise.
11487         * i386/dgux.c: Likewise.
11488         * i386/sun386.h: Likewise.
11489         * m88k/m88k.c: Likewise.
11490         * mcore/mcore-pe.h: Likewise.
11491         * mips/mips.h: Likewise.
11492         * romp/romp.h: Likewise.
11493         * sh/sh.c: Likewise.
11494         * cpphash.c: Likewise.
11495         * cppinit.c: Likewise.
11496         * dwarf2out.c: Likewise.
11497         * dwarfout.c: Likewise.
11498         * gcc.c: Likewise.
11499         * gcc.h: Likewise.
11500         * mips-tfile.c: Likewise.
11501         * protoize.c: Likewise.
11502         * toplev.c: Likewise.
11503         * tree.h: Likewise.
11504
11505         * version.c (version_string): Constify a char*.
11506
11507         * version.h: New file.
11508
11509 2000-02-14  Nick Clifton  <nickc@cygnus.com>
11510
11511         * configure.in: Add mcore-elf and mcore-pe targets.
11512         * configure: Regenerate.
11513
11514         * NEWS: Add note that MCore port has been contributed.
11515
11516         * invoke.texi: Document command line switches for MCore port.
11517         * install.texi: Add MCore to list of supported targets.
11518
11519 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
11520
11521         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
11522         then we will need to import the frame handling functions.
11523         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
11524         to import the frames themselves.
11525
11526 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
11527                           Jason Eckhardt  <jle@cygnus.com>
11528
11529         * basic_block.h: Added prototype for reorder_basic_blocks.
11530         * toplev.c: Changes to add -freorder-blocks and graph dump after
11531         block reordering is done.
11532         * flow.c (reorder_block_def): New structure for use during block
11533         reordering.
11534         (REORDER_BLOCK_*): New macros to access members of above structure.
11535         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
11536         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
11537         functions for block reordering.
11538
11539 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11540
11541         * gcc.texi (Passes): Fix typo.
11542         * md.texi (Standard Names): Ditto.
11543         * tm.texi (Storage Layout): Ditto.
11544
11545 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
11546
11547         * cpplib.c (do_define): Only free the old definition if it
11548         actually had one.
11549
11550 2000-02-13   Neil Booth  <NeilB@earthling.net>
11551
11552         * cppfiles.c (read_and_prescan): When emitting deferred
11553         newlines, test speccase[] again instead of checking each
11554         possible whitespace character in turn.  When we encounter \r,
11555         look behind for \n first, then ahead.
11556
11557 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
11558
11559         * cse.c (cse_altered): New internal flag.
11560         (cse_insn): Set it if we changed an insn.
11561         (cse_main): Clear cse_altered before each basic block.
11562         Only garbage collect if cse_altered is true afterward.
11563
11564 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11565
11566         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
11567
11568 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
11569
11570         * combine.c (simplify_comparison): Fix typo.
11571
11572 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
11573
11574         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
11575         consistently.
11576
11577 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11578
11579         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
11580         previously inserted node instead of root node.  Caller changed.
11581
11582 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11583
11584         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
11585
11586 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11587
11588         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
11589         __dereg_frame_dtor): Add prototype argument.
11590
11591         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
11592
11593         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
11594
11595         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
11596
11597         * gthr-vxworks.h (__gthread_once): Likewise.
11598
11599         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
11600
11601 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
11602
11603         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
11604         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
11605         stack pointer in functions w/o saved registers, output LEAVE more often
11606         on TARGET_USE_LEAVE machines.
11607
11608 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
11609
11610         * config/arm/arm.c (arm_init_cumulative_args); New function:
11611         Initlaise the CUMULATIE_ARGS strcuture for a function
11612         defintion.
11613         (arm_function_arg): New function: Determine where to place a
11614         function's argument.  Also handles deciding the function's
11615         call cookie.
11616         (current_file_function_operand): New function: Return true if
11617         the symbol is a function which has already been compiled.
11618         (arm_is_long_call_p): New function: Return true if the
11619         indicated function should be called via a long call.
11620         (arm_valid_type_attribute_p): New function: Return true if the
11621         attribute is a valid, arm specific, attribute.
11622         (arm_comp_type_attribute): New function: Return true if the
11623         two types have compatable, arm specific, attributes.
11624
11625         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
11626         structure.
11627         (FUNCTION_ARG): Redefine to call arm_function_arg.
11628         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
11629         structure field.
11630         (INIT_CUMULATIVE_ARGS): Redefine to call
11631         arm_init_cumulative_args.
11632         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
11633         field.
11634         (SETUP_INCOMING_VARARGS): Redefine to use correct structure
11635         field.
11636         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
11637         functions.
11638         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
11639         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
11640         (COMP_TYPE_ATTRIBUTES): Define.
11641
11642         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
11643         if a long call is needed.
11644         (call_value): Call arm_is_long_call_p to decide if a long call
11645         is needed.
11646         (call_symbol): Call arm_is_long_call_p to decide if a long call
11647         is needed.
11648
11649         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
11650
11651 2000-02-11  Denis Chertykov  <denisc@overta.ru>
11652
11653         * README.AVR: New file with information about the avr ports.
11654         * config/avr: New directory with avr port files.
11655
11656 2000-02-11  Andreas Jaeger  <aj@suse.de>
11657
11658         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
11659
11660 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
11661
11662         * cpphash.c: Fix formatting, update commentary.
11663         (dump_definition): Take three separate arguments instead of a
11664         MACRODEF structure argument.
11665         * cpphash.h: Update prototype of dump_definition.
11666         * cppinit.c (cpp_finish): Update call of dump_definition.
11667
11668         * cpplib.c (do_define): Always create new hash entry with
11669         T_MACRO type.  Remove redundant check for redefinition of
11670         poisoned identifier.  Update call of dump_definition.
11671         (do_undef): Don't call check_macro_name.  Rename sym_length to
11672         len.
11673         (do_error, do_warning): Don't use copy_rest_of_line or
11674         SKIP_WHITE_SPACE.
11675         (do_warning): Don't use pedwarn for the actual warning,
11676         only the notice about its not being in the standard.  (Fixes
11677         bug with #warning in system headers.)
11678         (do_ident): Stricter argument checking - accept only a single
11679         string after #ident.  Also, macro-expand the line.
11680         (do_xifdef): Use cpp_defined.  De-obfuscate.
11681
11682         (do_pragma): Split out specific pragma handling to separate
11683         functions.  Use get_directive_token.  Update commentary.  Do
11684         not pass on #pragma once or #pragma poison to the front end.
11685         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
11686         do_pragma_default): New.
11687
11688 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
11689
11690         * jump.c (jump_optimize_1): The first operand in a relational
11691         can be a CONST_INT.
11692         * optabs.c (emit_conditional_move): Handle relationals which
11693         have a known true/false result.
11694
11695 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
11696
11697         * function.c (thread_prologue_and_epilogue_insns): Don't insert
11698         a RETURN insn into a block which already ends with a jump.
11699
11700 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
11701
11702         * haifa-sched.c (BUF_LEN): Increase a lot.
11703
11704 2000-02-11  Nick Clifton  <nickc@cygnus.com>
11705
11706         * configure.in: Add tm_p_file specification for thumb targets.
11707         * configure: Regenerate.
11708
11709         * config/arm/thumb-protos.h: New file: Prototypes for exported
11710         functions defined in thumb.c.
11711
11712 2000-02-11  Robert Lipe  <robertl@sco.com>
11713
11714         * Makefile.in (bootstrap-lean): Remove additional files.
11715         (bootstrap2-lean): Likewise.
11716         (VOL_FILES): List of files for above.
11717
11718 2000-02-11  Nathan Sidwell  <nathan@acm.org>
11719
11720         * cpphash.c (special_symbol): Remove spurious argument to
11721         cpp_lookup.
11722
11723 2000-02-11  Joel Sherrill (joel@OARcorp.com>
11724
11725         * configure.in: (i*86-*-rtems*): Swapped elf and coff
11726         stanzas.
11727         * configure: Rebuilt.
11728
11729 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
11730
11731         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
11732
11733 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
11734
11735         * pa.c, pa.h: Remove trigraph sequences within comments.
11736
11737 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
11738
11739         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
11740
11741 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
11742
11743         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
11744
11745 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11746
11747         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
11748
11749 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11750
11751         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
11752         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
11753         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
11754         (ASM_FILE_END): Use c4x_file_end.
11755         * config/c4x/c4x.c (c4x_global_label): New function.
11756         (c4x_external_ref, c4x_file_end): Likewise.
11757
11758         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
11759         (c4x_external_ref, c4x_end_file): Likewise.
11760
11761 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
11762
11763         * cppexp.c: Don't include cpphash.h.
11764         (parse_charconst, cpp_lex): Use cpp_defined.
11765         (cpp_lex): Use get_directive_token throughout.  Remove
11766         unnecessary cases from switch.  Move assertion-handling code
11767         down to OTHER case.
11768         (cpp_parse_expr): If we see '+' or '-', check the context to
11769         determine if they are unary or binary operators.  Streamline
11770         the jumps a bit.  Do not call skip_rest_of_line.
11771
11772         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
11773         static.  Export get_directive_token.  Update commentary.
11774         (cpp_defined): New function.
11775         (do_define): Remove reference to T_PCSTRING.  Call
11776         free_definition to release memory for old definition, when
11777         redefining a macro.
11778         (eval_if_expression): Set only_seen_white to 0 before calling
11779         cpp_parse_expr.  Call skip_rest_of_line after it returns.
11780         (cpp_read_check_assertion): Don't preserve a pointer into the
11781         token buffer across a call to cpp_get_token.
11782
11783         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
11784         * cppfiles.c (redundant_include_p): Use cpp_defined.
11785         * cpphash.c (free_definition): New function.
11786         (delete_macro): Use it.  Update commentary.
11787         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
11788         free_definition.
11789         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
11790         from enum node_type.  Prototype cpp_defined and get_directive_token.
11791         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
11792
11793         * fix-header.c (check_macro_names): Use cpp_defined.
11794         (read_scan_file): Set inhibit_warnings and inhibit_errors in
11795         the options structure.
11796
11797 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11798
11799         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
11800
11801 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
11802
11803         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
11804         rather than die->die_tag.
11805
11806 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11807
11808         * combine.c (make_extraction, force_to_mode): Avoid warning on
11809         mixed-signedness conditionals.
11810         (make_field_assignment, nonzero_bits): Likewise.
11811         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
11812         (store_split_bit_field, extract_split_bit_field): Likewise.
11813         (extract_fixed_bit_field, store_bit_field,
11814         * expr.c: Change alignment to be unsigned everywhere.
11815         (move_by_pieces, store_constructor_field, store_constructor):
11816         Alignment parm is unsigned.
11817         (emit_block_move, emit_group_load, emit_group_store): Likewise.
11818         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
11819         (do_compare_rtx_and_jump): Likewise.
11820         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
11821         Compare align with GET_MODE_ALIGNMENT.
11822         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
11823         (get_inner_reference): Likewise.
11824         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
11825         (expand_assignment): Local vars for alignment now unsigned.
11826         (store_constructor, store_field, expand_expr, do_jump): Likewise.
11827         (do_compare_and_jump): Likewise.
11828         (store_field): Call new function expr_align.
11829         * expr.h (emit_block_move, emit_group_load, emit_group_store):
11830         Alignment arg now unsigned.
11831         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
11832         (do_compare_rtx_and_jump, store_bit_field): Likewise.
11833         (extract_bit_field): Likewise.
11834         * fold-const.c (add_double): Add cast to eliminate signedness warning.
11835         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
11836         (get_best_mode): Alignment arg is unsigned.
11837         * rtl.h (move_by_pieces): Likewise.
11838         * store-layout.c (maximum_field_alignment, set_alignment):
11839         Now unsigned.
11840         (layout_decl): Alignment arg is now unsigned.
11841         Remove unneeded casts.
11842         (layout_record, layout_union, layout_type): Remove unneeded casts.
11843         Local alignment variables now unsigned.
11844         (get_best_mode): Alignment arg now unsigned.
11845         * tree.c (expr_align): New function.
11846         * tree.h (expr_align): Likewise.
11847         (maximum_field_alignment, set_alignment): Now unsigned.
11848         (get_inner_reference): Alignment argument is now pointer to unsigned.
11849         * varasm.c (assemble_variable): Add cast to eliminate warning.
11850
11851 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
11852
11853         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
11854         then store directly into op0.
11855
11856         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
11857         the CALL_INSN, and emit the note immediately after it.
11858
11859 2000-02-10  Nick Clifton  <nickc@cygnus.com>
11860
11861         * config/arm/thumb.md (epilogue): Include a (return) in the
11862         generated insn, and emit it using emit_jump_insn not
11863         emit_insn.
11864
11865 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
11866
11867         * function.c (assign_temp): Change zero-sized arrays to size 1.
11868         * integrate.c (expand_inline_function): Do not update
11869         stack_alignment_needed
11870         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
11871         add some sanity checking, remove optimization for function with
11872         zero frame size.
11873
11874 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11875
11876         * flow.c (mark_regs_live_at_end): Delete unused variables.
11877
11878         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
11879
11880         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
11881         in macro FRAME_GROWS_DOWNWARD.
11882
11883         * stmt.c (expand_end_bindings): Delete unused variable.
11884
11885         * unroll.c (iteration_info): Mark parameter `loop' with
11886         ATTRIBUTE_UNUSED.
11887
11888 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11889
11890         * fixinc/server.c (load_data): Return NULL if the marker line is
11891         not found.
11892         (run_shell): If load_data returns NULL, retry the command once, in
11893         a new shell.
11894
11895         * configure: Rebuilt.
11896
11897 2000-02-09  Bruce Korb  <bkorb@gnu.org>
11898
11899         * gcc/fixincludes:  ** DELETED **
11900         * gcc/fixcpp:  ** DELETED **
11901         * gcc/fixinc-nt.sed:  ** DELETED **
11902         * gcc/just-fixinc:  ** DELETED **
11903         * gcc/Makefile.in:  Removed out-dated commentary
11904         * gcc/configure.in: Removed fast-fixincludes disablement.
11905         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
11906
11907 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
11908         * function.c (thread_prologue_and_epilogue_insns): Uncomment
11909         last change.
11910
11911 2000-02-09  Richard Henderson  <rth@cygnus.com>
11912
11913         * jump.c (delete_insn): Don't delete user labels at -O0.
11914
11915 2000-02-09  Robert Lipe  <robertl@sco.com>
11916
11917         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
11918         Don't link with HOST_LIBS.
11919
11920 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
11921
11922         * configure.in: Correct --help text for --with-dwarf2.
11923         Put tm-dwarf2.h after other tm files, if it's requested.
11924         * configure: Regenerate.
11925         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
11926         defining it.
11927
11928 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
11929
11930         * cpplib.h: Provide HASHNODE typedef and forward decl of
11931         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
11932         DEFINITION, struct hashnode, struct macrodef, struct
11933         definition, scan_decls prototype, default defn of
11934         INCLUDE_LEN_FUDGE moved elsewhere.
11935
11936         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
11937         definition, and struct hashnode moved here. Remove the unused
11938         'predefined' field from struct definition.  Replace the 'args'
11939         union with its sole member.  All users updated (cpphash.c).
11940         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
11941         multiple include guard.
11942
11943         * cpphash.c (hashf): Make static; use better algorithm; drop
11944         HASHSIZE parameter; return an unsigned int.
11945         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
11946         used. Calculate HASHSIZE modulus here.
11947         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
11948         here.
11949         (create_definition): Drop PREDEFINITION parameter.
11950         * cpplib.c (do_define): Don't calculate a hash value here.
11951         Don't pass (keyword == NULL) to create_definition.
11952
11953         * scan.h: Prototype scan_decls here.
11954         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
11955         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
11956         callers of cpp_lookup and cpp_install updated.
11957
11958         * cpphash.c (macarg): Hoist all the flag diddling out of the
11959         function...
11960         (macroexpand): ... and out of the loop that calls macarg.
11961         Skip over the initial paren before macro arguments with
11962         cpp_get_non_space_token; point may be some distance before
11963         that paren.  Abort if it's not there.
11964
11965         * cpplib.c (parse_clear_mark): Delete function.
11966         (parse_set_mark, parse_goto_mark): Make static.
11967         (ACTIVE_MARK_P): New macro.
11968         (skip_block_comment, skip_line_comment): Do not bump the line
11969         if ACTIVE_MARK_P is true.
11970         (cpp_pop_buffer): The buffer to be popped may not have an
11971         active mark.
11972         (cpp_get_token): When looking for the initial paren before
11973         macro arguments, only set a mark in a file buffer, Always
11974         return to that mark before proceeding to call macroexpand or
11975         return a NAME token.
11976
11977         * cpplib.h: Remove prototypes of parse_set_mark,
11978         parse_clear_mark, parse_goto_mark.
11979         (struct cpp_options): Rename 'put_out_comments' to
11980         'discard_comments' and invert its sense.
11981         * cppinit.c, cpphash.c, cpplib.c: All users of
11982         put_out_comments changed to use discard_comments, with
11983         opposite sense.
11984
11985 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
11986
11987         * function.c (thread_prologue_and_epilogue_insns): Don't delete
11988         the edge from a block that both jumps and falls through to the
11989         fallthru block.
11990
11991 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
11992
11993         * config/arm/arm.md (movsi): In PIC mode, make sure that a
11994         constant source address is legitimate.
11995
11996 2000-02-09  Philip Blundell  <pb@futuretv.com>
11997
11998         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
11999         correctly.
12000
12001         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
12002         generating PIC.
12003         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
12004
12005 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
12006
12007         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
12008         ends with a newline and a NUL.  Don't be so clever manipulating
12009         strings.
12010
12011 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
12012
12013         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
12014         not to BIGGEST_ALIGNMENT.
12015
12016 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
12017
12018         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
12019         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
12020         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
12021         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
12022         * frame.c (execute_cfa_insn): Handle
12023         DW_CFA_GNU_negative_offset_extended.
12024
12025 2000-02-08  Richard Henderson  <rth@cygnus.com>
12026
12027         * flow.c (tidy_fallthru_edges): Split out from ...
12028         (delete_unreachable_blocks): ... here.
12029         (find_basic_blocks): Use it.
12030
12031 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12032
12033         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
12034
12035 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
12036
12037         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
12038         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
12039         (fix-header.o): Don't depend on cpphash.h.
12040
12041         * scan.c (hashstr): New function.
12042         * scan.h: Prototype it.
12043         * fix-header.c: Don't include cpphash.h.  Use hashstr.
12044         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
12045         hashstr.  Report hash table statistics.  Add private
12046         definition of xrealloc.
12047
12048 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12049
12050         * i386.h (TARGET_SWITCHES): Fix typo in option name.
12051
12052 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
12053
12054         * function.c (thread_prologue_and_epilogue_insns): Don't replace
12055         jumps with returns unless they are jumps to the fallthru block.
12056
12057 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
12058
12059         * i386.md (addqi3_cc): Fix contraints.
12060
12061 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12062
12063         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
12064
12065 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
12066
12067         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
12068         carriage return after a macro name.
12069
12070 2000-02-07  Fred Fish  <fnf@be.com>
12071
12072         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
12073         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
12074
12075 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
12076
12077         * cppfiles.c (deps_output): Count spacers in deps_column.
12078
12079 2000-02-07  Neil Booth  <NeilB@earthling.net>
12080
12081         * cppinit.c (initialize_dependency_output): If there is no
12082         suffix, don't try to look for known suffixes.  Use strrchr.
12083         (cpp_start_read): Remove duplicate initialization.
12084
12085 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
12086
12087         * calls.c (compute_argument_block_size): New argument
12088         preferred_stack_boundary.
12089         (expand_call): update cfun->preferred_stack_boundary, update call of
12090         compute_argument_block_size
12091         (emit_library_call): Increate cfun->preferred_stack_boundary
12092         to PREFERRED_STACK_BOUNDARY
12093         (emit_library_call_value): Likewise.
12094         * explow.c (allocate_dynamic_stack_spave): Likewise.
12095         * function.c (prepare_function_start): Set
12096         cfun->preferred_stack_boundary
12097         * function.h (struct function): Add preferred_stack_boundary field.
12098         * integrate.c (expand_inline_function): Update
12099         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
12100         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
12101         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
12102
12103 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
12104
12105         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
12106         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
12107         cpp_pedwarn, cpp_pedwarn_with_line,
12108         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
12109         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
12110         v_cpp_error_with_line, v_cpp_warning_with_line,
12111         cpp_message_from_errno, cpp_perror_with_name): Delete.
12112
12113         * cpperror.c (cpp_print_containing_files): Take starting
12114         buffer as argument.
12115         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
12116         (v_cpp_message): Now called directly by all entry points.
12117         Remove -1 case.
12118         (cpp_pfatal_with_name, cpp_message): Delete.
12119         (cpp_notice_from_errno, cpp_ice): New functions.
12120         (cpp_notice): Is now for reporting error conditions, just
12121         without an associated file.
12122         (cpp_error, cpp_error_with_line): Don't do anything if
12123         opts->inhibit_errors is on.
12124         (cpp_pedwarn_with_file_and_line): Take column argument also.
12125
12126         * cpplib.h: Update prototypes of exported functions.
12127         (struct cpp_options): Add inhibit_errors.
12128
12129         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
12130         non-error messages.  Include intl.h.
12131
12132         * cppinit.c, cppmain.c: Likewise.  Also, use
12133         cpp_notice_from_errno instead of cpp_perror_with_name or
12134         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
12135
12136         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
12137         report internal errors.
12138
12139         * cpplib.c (do_define): Switch bcopy to memcpy.
12140         Give cpp_pedwarn_with_file_and_line a dummy column argument.
12141
12142         * cpplib.c (copy_rest_of_line): Revert previous change: don't
12143         bail out early if we hit a line comment.
12144
12145 2000-02-06  Richard Henderson  <rth@cygnus.com>
12146
12147         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
12148         * basic-block.h: Declare them.
12149         * emit-rtl.h (active_insn_p): New.
12150         (next_active_insn, prev_active_insn): Use it.
12151         * rtl.h: Declare it.
12152         * function.c (emit_return_into_block): New.
12153         (thread_prologue_and_epilogue_insns): Insert return insns instead
12154         of epilogues when possible.
12155         * jump.c (jump_optimize_1): Remove code to insert a return insn
12156         on the fallthru to the exit block.
12157
12158         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
12159         and for non-empty stack frames.
12160         * i386.md (return): Expand to return-pop as needed.
12161
12162 2000-02-06  Richard Henderson  <rth@cygnus.com>
12163
12164         * simplify-rtx.c (simplify_relational_operation): Canonicalize
12165         constant to op1 for testing.
12166
12167 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12168
12169         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
12170         (fixuns_truncqfqi2): Use it.
12171
12172 2000-02-06  Richard Henderson  <rth@cygnus.com>
12173
12174         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
12175         as a TYPE_LEA insn.
12176
12177         * i386.md (widening and peepholes): Mask the constant instead of
12178         using gen_lowpart.
12179
12180 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
12181
12182         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
12183         input pointer before possibly branching off to the backslash
12184         code.
12185         * cpphash.c (macroexpand): Correctly delete \r escapes when
12186         stringifying parameters.
12187         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
12188         if we can; bail out early if we hit a line comment.
12189         (handle_directive): Treat '# 123' in an .S file just like
12190         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
12191         Return 1 for '# not_a_directive'.
12192         (get_directive_token): Pop macro buffers here, so that
12193         cpp_get_token can't sneakily move past a newline.
12194         Add sanity checks.
12195         (cpp_get_token): goto randomchar if handle_directive returns 0.
12196
12197         * cppalloc.c: Update copyright.
12198         * cpplib.c: Merge all the static function prototypes into one
12199         block.
12200         * cpplib.h: Remove #if 0 block.
12201
12202         * cpperror.c: Remove #ifdef EMACS block.
12203         * cppmain.c: Likewise.
12204         * cpphash.c: Remove #if 0 blocks.
12205         * cppinit.c: Remove #if 0 blocks, and the -lint option.
12206         * cpplib.c: Remove #if 0 blocks and code referencing
12207         pcp_inside_if or for_lint.  Remove duplicate error message.
12208         Fix error messages for #else after #else or #elif.  Reformat.
12209         Remove archaic TODO list.
12210         * cpplib.h: Remove pcp_inside_if and for_lint flags.
12211
12212 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
12213
12214         * i386/osf1elf.h: Add missing backslash to multiline string.
12215
12216 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12217
12218         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
12219
12220 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12221
12222         * Makefile.in (c-common.o): Depend on $(EXPR_H).
12223
12224         * c-common.c: Include expr.h.
12225
12226         * c-pragma.c (mark_align_stack): Add prototype.
12227
12228         * caller-save.c (add_stored_regs): Likewise.
12229
12230         * combine.c (record_promoted_value): Likewise.
12231
12232         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
12233         Likewise.
12234
12235         * cppinit.c (new_pending_define): Likewise.
12236
12237         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
12238
12239         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
12240         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
12241         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
12242         class_scope_p): Likewise.
12243
12244         * dwarf2out.h (dwarf2out_set_demangle_name_func,
12245         dwarf2out_add_library_unit_info): Likewise.
12246
12247         * ggc.h (ggc_page_print_statistics): Likewise.
12248
12249         * haifa-sched.c (propagate_deps): Likewise.
12250
12251         * reg-stack.c (next_flags_user, record_label_references): Likewise.
12252
12253         * rtl.h (set_stack_check_libfunc): Likewise.
12254
12255         * toplev.h (set_fatal_function): Likewise.
12256
12257         * toplev.c (set_fatal_function): Delete prototype.
12258
12259         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
12260
12261 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
12262
12263         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
12264         (FUNC_END): Likewise.
12265
12266 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12267
12268         * caller-save.c: Include tm_p.h.
12269
12270 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12271
12272         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
12273
12274 2000-02-04  Neil Booth  <NeilB@earthling.net>
12275
12276         * cccp.c (main): Check 'dir' for a NULL pointer before passing
12277         it to strcmp.
12278
12279 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
12280
12281         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
12282         * genflags.c: Use the max_operand_1 logic from genemit.c to
12283         calculate how many arguments gen_insn prototypes have.  Remove
12284         NO_MD_PROTOTYPES ifdefs from the generated file.
12285         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
12286         file.  Cast gen_insn initializers to insn_gen_fn.
12287         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
12288         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
12289
12290 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12291
12292         * fixinc/Makefile.in (HDR): Add machname.h.
12293         (clean): Likewise.
12294
12295 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12296
12297         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
12298         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
12299         (c4x_cpu_version): Ditto.
12300         * config/c4x/c4x-protos.h: ... here.
12301
12302 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
12303
12304         * dwarf2out.c (add_abstract_origin_attribute): Don't call
12305         gen_abstract_function on our context if we're a nested function.
12306
12307 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12308
12309         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
12310         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
12311
12312 2000-02-04  Bruce Korb  <bkorb@gnu.org>
12313
12314         * fixinc/genfixes(machname.h):
12315         Move the functionality from gen-machine.h into this file.
12316         UNdef MN_NAME_PAT if there are no names to change.
12317         Also, be a little kinder when AutoGen is not present.
12318
12319         * fixinc/Makefile.in(machname.h):
12320         Change the generation rule to use genfixes.
12321
12322         * fixinc/fixfixes.c(machine_name):
12323         machine_name_fix's functionality now dependent upon whether
12324         MN_NAME_PAT is defined.
12325
12326         * fixinc/fixtests.c(machine_name):
12327         ditto.
12328
12329         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
12330         of MN_NAME_PAT.
12331
12332         * fixinc/fixlib.h(mn_get_regexps):
12333         ditto
12334
12335         * fixinc/gen-machine.h: DELETED
12336
12337 2000-02-04  Jan Hubicka  <jh@suse.cz>
12338             Richard Henderson  <rth@cygnus.com>
12339
12340         * i386.c (SAVE_REGS_FIRST): Remove.
12341         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
12342         (ix86_compute_frame_size): Likewise.
12343         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
12344         (ix86_emit_restore_regs): Remove.
12345         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
12346         when a frame pointer is in use.
12347         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
12348         instead of pop to restore a register when profitable; emit leave
12349         when profitable.
12350         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
12351         as a TYPE_LEA insn.
12352         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
12353         * i386.md (prologue_allocate_stack): Remove.
12354         (epilogue_deallocate_stack): Remove.
12355         (pro_epilogue_adjust_stack): New.
12356
12357 2000-02-04  Richard Henderson  <rth@cygnus.com>
12358
12359         * function.c (diddle_return_value): Rework to use a callback function.
12360         Use current_function_return_rtx if it's been set up.
12361         (do_clobber_return_reg, clobber_return_register): New.
12362         (do_use_return_reg, use_return_register): New.
12363         (expand_function_end): Use them.
12364         * stmt.c (expand_null_return): Likewise.
12365         * function.h: Declare them.
12366         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
12367         (mark_reg): Change arguments as appropriate for callback.
12368         * integrate.c (expand_inline_function): Revert 19 Jan change.
12369
12370 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12371
12372         * tm.texi (Values in Registers): Fix typo: "fo" "for".
12373         (Misc): Say the scheduler, not the Haifa scheduler.
12374
12375 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
12376
12377         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
12378         when in_mem is set.  Update all callers.
12379
12380 2000-02-04  Richard Henderson  <rth@cygnus.com>
12381
12382         * i386/openbsd.h (INT_ASM_OP): Define.
12383
12384 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12385
12386         * tm.texi: Fix various typos.
12387
12388 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
12389
12390         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
12391         (MD_STARTFILE_PREFIX_1): New macro.
12392
12393 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
12394
12395         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
12396         destination when needed.
12397         (strmovsi, strsetsi): New expander.
12398         (strmovsi_1, strsetsi_1): New pattern.
12399         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
12400         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
12401         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
12402         * invoke.texi (align-stringops, inline-all-stringops): Document.
12403
12404 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
12405
12406         * i386/netbsd.h (INT_ASM_OP): Define.
12407
12408 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
12409
12410         * cpplib.h (cpp_reader): Add new flag, no_directives.
12411         * cpphash.c (macarg): Set it.
12412         * cpplib.c (handle_directive): If no_directives is on and we
12413         find a directive, issue an error and discard the line.
12414
12415 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
12416
12417         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
12418         FP constants.  Add ! TARGET_FPU check for FP constants.
12419
12420 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
12421
12422         * flow.c (find_basic_blocks): Don't kill label_value_list
12423         here.
12424         (cleanup_cfg): Kill it here.
12425
12426 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12427
12428         * expr.c (store_field): Ensure ALIGN is no stricter than the
12429         alignment of EXP.
12430
12431 2000-02-02  Richard Henderson  <rth@cygnus.com>
12432
12433         * jump.c (delete_insn): Partially revert 19 Jan change;
12434         don't convert unused code labels to notes at -O0.
12435
12436 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12437
12438         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
12439         split_all_insns to recreate REG_LABEL notes for flow2 pass.
12440
12441 2000-02-01  Richard Henderson  <rth@cygnus.com>
12442
12443         * i386.c (general_no_elim_operand): New.
12444         (nonmemory_no_elim_operand): New.
12445         (ix86_expand_move): Copy eliminable operands before a push.
12446         * i386-protos.h: Declare new functions.
12447         * i386.h (CAN_ELIMINATE): Simplify.
12448         (PREDICATE_CODES): Update.
12449         * i386.md (push insns): Don't allow eliminable register operands.
12450
12451 2000-02-01  Richard Henderson  <rth@cygnus.com>
12452
12453         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
12454         replace BLKmode with DECL_RTL's mode.
12455
12456 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
12457
12458         * frame.c (find_fde): Convert for loop to do-while so compiler
12459         sees it's always executed at least once.
12460         * libgcc2.c (BBINBUFSIZE): Kill.
12461         (__bb_init_prg): Use fgets.
12462         (__bb_exit_trace_func): Don't paste strings.
12463         * unroll.c (unroll_loop): Initialize unroll_type, not
12464         unroll_number, and tweak logic to match.
12465
12466         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
12467         all failure paths.
12468         (ix86_flags_dependant): Likewise.  Disentangle control flow.
12469         (ix86_sched_reorder): Break guts out to
12470         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
12471         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
12472         any possible use.
12473
12474         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
12475         use string concatenation.  Don't save and restore esi.
12476
12477         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
12478         (machname.h): Remove script to separate file.  Use two-step
12479         sequence so target is not created if script fails.
12480         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
12481         identifiers are defined.
12482         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
12483         an empty string, machine_name doesn't need to do anything at
12484         all.
12485         (is_cxx_header): Add more cases to regexp.
12486         * fixinc/fixlib.h: Update prototype.
12487         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
12488         mn_get_regexps.
12489         * fixinc/fixincl.c: Define NO_BOGOSITY.
12490
12491         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
12492         (hp_sysfile): Add missing comma.
12493         (math_exception): Put the wrapper ifdefs at the beginning and
12494         the end of the file.
12495         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
12496
12497 2000-02-01  Richard Henderson  <rth@cygnus.com>
12498
12499         * sparc.c (fp_zero_operand): Turn into a normal predicate.
12500         Use CONST0_RTX.  Update all callers.
12501         * sparc.h, sparc-protos.h: Update accordingly.
12502         * sparc.md (fp mov insns): Use fp_zero_operand directly
12503         where applicable.
12504
12505 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12506
12507         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
12508         example.
12509
12510 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12511
12512         * Makefile.in (specs.ready): New target.
12513         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
12514
12515 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12516
12517         * fixinc.irix: Use unique filenames for writing into /tmp,
12518         * fixinc.ptx: Likewise.
12519         * fixinc.sco: Likewise.
12520         * fixinc.svr4: Likewise.
12521         * fixinc.winnt: Likewise.
12522
12523 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12524
12525         * tsystem.h: New file.
12526
12527         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
12528         s-crtS): Depend on tsystem.h.
12529
12530         * crtstuff.c: Include tsystem.h.
12531         * frame.c: Likewise.
12532         * libgcc2.c: Likewise.
12533
12534 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
12535
12536         * builtins.c (expand_builtin_memset): Expand for variable sized
12537         lengths too.
12538
12539 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au>
12540
12541         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
12542         on ABI.
12543
12544 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12545
12546         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
12547
12548         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
12549
12550 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
12551
12552         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
12553         case 3->2 combining (combining with splitting) in which 2 is CC0
12554         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
12555         checked at the begining of the function with the aid of calling
12556         function 'can_combine_p'.
12557
12558 2000-01-31  Dave Brolley  <brolley@redhat.com>
12559
12560         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
12561
12562 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
12563
12564         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
12565         new label.
12566
12567 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12568
12569         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
12570
12571         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
12572         PROTO -> PARAMS.
12573
12574 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
12575
12576         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
12577         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
12578         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
12579         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
12580         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
12581         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
12582         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
12583         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
12584         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
12585         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
12586
12587         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
12588         Add %(cpp_cpu) to CPP_SPEC.
12589
12590         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
12591         Add %(cc1_cpu) to CC1_SPEC.
12592
12593 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
12594
12595         * c-decl.c (c_decode_option): Accept optional numeric argument to
12596         -Wformat and set warn_format.
12597         * c-common.c: Don't emit warning about non-constant printf format
12598         string unless warn_format > 1.
12599
12600 2000-01-30  Richard Henderson  <rth@cygnus.com>
12601
12602         * alpha.md (return_internal): Allow after reload only.
12603
12604 2000-01-30  Richard Henderson  <rth@cygnus.com>
12605
12606         * i386.c (ix86_compute_frame_size): Omit padding1 if the
12607         local frame size is zero.
12608
12609 2000-01-30  Richard Henderson  <rth@cygnus.com>
12610
12611         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
12612         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
12613         * alpha.md (return): Turn into an expander.
12614         (return_internal): Don't use $26.
12615         (epilogue): Emit the return insn.
12616
12617 2000-01-30  Richard Henderson  <rth@cygnus.com>
12618
12619         * alpha.md (negtf2, abstf2): Fix word order thinko.
12620         (extendsftf2): New.
12621         (trunctfsf2): Avoid intermediate rounding errors.
12622
12623 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
12624
12625         * cppfiles.c (find_position): Drop 'colp' argument, return the
12626         new line base.
12627         (read_and_prescan): Adjust to match.  Don't ever manipulate
12628         line or line_base except via find_position.
12629
12630 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
12631
12632         * c-parse.in: Apply Ulrich's changes from c-parse.y.
12633         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
12634         Regenerate.
12635
12636 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
12637
12638         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
12639         just print "<command line>".  If 'filename' is null or an
12640         empty string, print "<stdin>" for the filename.
12641         * cpplib.c (do_define): Don't print the 'location of the
12642         previous definition' message if we're still parsing the
12643         command line.
12644         (cpp_pedwarn_with_file_and_line): Always call
12645         cpp_file_line_for_message.
12646
12647 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
12648
12649         * flow.c (mark_regs_live_at_end): Fix typo.
12650
12651 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
12652
12653         * c-common.c: Adjust variable names, comments, help strings to c99.
12654         * c-lex.c: Likewise.
12655         * c-parse.y: Likewise.
12656         * c-tree.h: Likewise.
12657         * cccp.c: Likewise.
12658         * cpplib.h: Likewise.
12659         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
12660         * cppinit.c: Likewise.
12661
12662 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12663
12664         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
12665         * c4x.c: Define the optab rtx values.
12666         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
12667         (c4x_emit_libcall): Use new optab rtx values.
12668         (c4x_emit_libcall3): Likewise.
12669         (c4x_emit_libcall_mulhi): Likewise.
12670         * c4x-protos.h: Add prototypes for optab rtx values and change
12671         prototypes for above c4x_emit_libcall functions.
12672
12673 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12674
12675         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
12676         syntax is used.
12677         (c4x_function_prologue): Use regnames intead of float_reg_names when
12678         TI syntax is used.
12679         (c4x_function_epilogue): Likewise.
12680         (c4x_print_operand): Likewise.
12681         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
12682         * c4x.md (set_high): Disable for TARGET_TI.
12683
12684 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12685
12686         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
12687         of framepointer + constant to ADDR_REGS class.
12688         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
12689         * c4x.c (std_or_reg_operand): New function.
12690         * c4x-protos.h (std_or_reg_operand): Prototype it.
12691
12692 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12693
12694         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
12695                 object names as libgcc2.c.
12696         * libgcc.S: Use newly defined names.
12697
12698 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
12699         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
12700         function.
12701         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
12702         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
12703         (FLOW_LOOP_LAST_BLOCK): Likewise.
12704
12705 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12706
12707         * basic-block.h (struct loop): New fields 'first' and 'last'.
12708         * flow.c (flow_loops_find): Compute loop->first and loop->last.
12709         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
12710         and loop->last to check for NOTE_INSN_LOOP_END.
12711
12712 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
12713
12714         * predict.c (estimate_probability): Use the new FIRST and LAST fields
12715         of the loop descriptor rather than HEADER and LATCH. Also added
12716         missing break statements as well making some coding style modifications
12717         as suggested by Michael Hayes.
12718
12719 2000-01-28  Richard Henderson  <rth@cygnus.com>
12720
12721         * flow.c (find_basic_blocks): Remove do_cleanup argument.
12722         Break out that code ...
12723         (cleanup_cfg): ... here.
12724         (commit_one_edge_insertion): Detect a return instruction being
12725         emitted to an edge.  Emit a barrier following; clear fallthru.
12726         (commit_edge_insertions): Verify CFG consistency.
12727         * function.c (expand_function_start): Kill unused variable.
12728         (expand_function_end): Likewise.
12729         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
12730         to insert the epilogue.
12731
12732         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
12733         (delete_null_pointer_checks): Likewise.
12734         * output.h: Likewise.
12735         * reg-stack.c (reg_to_stack): Likewise.
12736         * toplev.c (rest_of_compilation): Likewise.  Run
12737         thread_prologue_and_epilogue_insns after rebuilding the CFG.
12738
12739 2000-01-28  Richard Henderson  <rth@cygnus.com>
12740
12741         * Makefile.in (flow.o): Revert 24 Jan change.
12742         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
12743         FUNCTION_VALUE result to DECL_RESULT's mode.
12744
12745         * haifa-sched.c (schedule_insns): Don't recompute reg info
12746         after reload.
12747
12748 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
12749
12750         * configure.in: Make --enable-cpplib the default.
12751         * configure: Regenerate.
12752         * gcc.dg/990119-1.c: No longer expected to fail.
12753
12754 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
12755
12756         * jump.c (jump_optimize_1): Delete an optimization that is also done
12757         by merge_blocks in flow.
12758
12759 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12760
12761         * diagnostic.c (build_message_string, output_printf,
12762         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
12763         (build_location_prefix): Fix non-literal format string.
12764
12765 2000-01-27  Richard Henderson  <rth@cygnus.com>
12766
12767         * alpha.md (trunctfsf2): New.
12768
12769 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
12770
12771         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
12772
12773 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
12774
12775         * cppinit.c (cpp_handle_option): Recognize C++ comments under
12776         -std=gnu89.
12777         * cpplib.c (skip_block_comment, skip_line_comment): Split code
12778         out of...
12779         (skip_comment) ... here.  Permit C++ comments in system
12780         headers always.  Warn about C++ comments in user code under
12781         -std=gnu89 -pedantic.
12782         (copy_comment): Use skip_comment.
12783         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
12784         return EOF.
12785         (consider_directive_while_skipping, do_else, do_endif): Call
12786         validate_else unconditionally.
12787         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
12788         text after the conditional in a system header.
12789         * cpplib.h (struct cpp_buffer): Add flag
12790         warned_cplusplus_comments.
12791
12792 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
12793
12794         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
12795         Use unshare_all_rtl_1.
12796         (unshare_all_rtl_again): New function.
12797         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
12798
12799         * function.c (purge_addressof_1): Use unshare_all_rtl_again
12800         rather than resetting the 'used' flags ourself.
12801
12802         * toplev.c (rest_of_compilation): Add current_function_decl
12803         to the unshare_all_rtl call.
12804         * tree.h: Prototype unshare_all_rtl.
12805         * rtl.h: Prototype unshare_all_rtl_again here.
12806
12807 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
12808
12809         * genoutput.c (output_prologue): Include ggc.h in generated
12810         files.
12811         * Makefile.in (insn-output.o): Depends on ggc.h.
12812
12813 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
12814             Hans-Peter Nilsson  <hp@bitrange.com>
12815
12816         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
12817         Remove redundant include of xm-ns32k.h.
12818         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
12819         Remove redundant include of xm-ns32k.h.
12820         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
12821         Remove redundant include of xm-ns32k.h.
12822         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
12823
12824         * ns32k/ns32k.h: Update comment on multiply-add instructions.
12825         (TARGET_SWITCHES): Add documentation strings.
12826         (DWARF_FRAME_REGNUM): Override default definition.
12827         (REG_CLASS_CONTENTS): Add comments.
12828         (SUBSET_P): Format to reduce line length.
12829         (SMALL_REGISTER_CLASSES): Make a run time option.
12830         (GO_IF_NONINDEXED_ADDRESS): Reformat.
12831         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
12832         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
12833         (regclass_map): fix typo in comment.
12834         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
12835         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
12836         (trace, reg_or_mem_operand): Delete, unused function.
12837         (calc_address_cost): Small offsets are cheaper than large ones.
12838         (expand_block_move): Generate more efficient code when bytes is a
12839         known at compile time.
12840         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
12841         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
12842         instead of reg_or_mem_operand.
12843
12844         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
12845         not general_operand.  Similarly use "=rm" or stricter, not "=g".
12846         For input operands, use stricter constraints than "g" if not
12847         general_operand.  Similarly use stricter predicate than
12848         "general_operand" when stricter constraints than "g" are present,
12849         except for matching constraints.
12850         (movstrsi): Use "memory_operand" for operands 0 and 1.
12851         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
12852         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
12853         not reg_or_mem_operand.
12854         (udivmoddisi4): Ditto.
12855         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
12856         Use nonimmediate_operand for operand 3, not register_operand.
12857         (udivmoddiqi4_internal): Use register_operand for operand 1, not
12858         reg_or_mem_operand.
12859
12860 2000-01-27  Fred Fish  <fnf@be.com>
12861
12862         * gthr-posix.h: Fix typo; compatibily -> compatibility.
12863         * gthr-single.h: Likewise.
12864         * gthr-solaris.h: Likewise.
12865         * gthr-vxworks.h: Likewise.
12866         * gthr-win32.h: Likewise.
12867         * gthr.h: Likewise.
12868
12869 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
12870
12871         * cppinit.c: Add " (cpplib)" to end of string printed by
12872         -v / --version.
12873
12874 2000-01-27  Richard Henderson  <rth@cygnus.com>
12875
12876         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
12877         testing for a signed comparison.
12878         (alpha_emit_floatuns): New.
12879         * alpha-protos.h: Declare it.
12880         * alpha.md (floatunsdisf2, floatunsdidf2): New.
12881         (extendsfdf2): Tidy.
12882
12883 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
12884
12885         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
12886         no -g option specifying debugging format, default to -gstabs+.
12887
12888 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
12889
12890         * calls.c (special_function_p): New argument fork_or_exec.
12891         (expand_call): When profile_arc_flag is set and the function
12892         is in the fork_or_exec group, call __bb_fork_func first.
12893         * libgcc2.c, _bb module (__bb_fork_func): New function.
12894         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
12895         output file.
12896         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
12897         * tree.h (special_function_p): Update prototype.
12898
12899 2000-01-26  Richard Henderson  <rth@cygnus.com>
12900
12901         * alpha.c (alpha_split_tfmode_pair): New.
12902         * alpha-protos.h: Declare it.
12903         * alpha.md (abstf2, negtf2): New.
12904         (movtf insn): Add input G constraint.
12905         (movtf splitter): Use alpha_split_tfmode_pair.
12906
12907 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12908
12909         * i386/cygwin.h: PROTO -> PARAMS.
12910
12911 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
12912
12913         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
12914         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
12915         using _Qp_cmp/_Q_cmp and testing the return value.
12916         (print_operand): Call reverse_condition_maybe_unordered if
12917         we are handling CCFPmode or CCFPEmode.
12918         Handle ORDERED, UN* and LTGT comparisons.
12919         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
12920         if not TARGET_HARD_QUAD.
12921         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
12922         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
12923         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
12924         Adjust gen_b* calls so that they reflect return comparison of
12925         sparc_emit_float_lib_cmp.
12926
12927 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12928
12929         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
12930         incoming operands array is large enough for one more operand.
12931         (alpha_emit_xfloating_arith): Likewise.
12932
12933 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
12934
12935         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
12936         file with one line and no trailing newline.
12937         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
12938         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
12939         checking if the match is on the line.
12940         * fixinc/gnu-regex.c: Provide regerror not __regerror.
12941
12942 2000-01-25  Richard Henderson  <rth@cygnus.com>
12943
12944         * sparc.c (output_cbranch): Fix accidental squashing of the
12945         fp branch pre-delay nop.
12946
12947 2000-01-25  Richard Henderson  <rth@cygnus.com>
12948
12949         * tree.def (UNNE_EXPR): Remove.
12950         * c-typeck.c (build_binary_op): Don't handle it.
12951         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
12952
12953         * rtl.def (UNNE): Remove.
12954         (LTGT): Add.
12955         * jump.c (reverse_condition): Update accordingly.
12956         (swap_condition): Likewise.
12957         (comparison_dominates_p): Handle unordered comparisons.
12958         (reverse_condition_maybe_unordered): New.
12959         * rtl.h (reverse_condition_maybe_unordered): Declare.
12960
12961         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
12962         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
12963         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
12964         * sparc.md (bltgt): New.
12965
12966 2000-01-25  Nick Clifton  <nickc@redhat.com>
12967
12968         * emit-rtl.c (emit_insn): Only check machine class insns for
12969         improper emission of a RETURN.
12970
12971 2000-01-25  Richard Henderson  <rth@cygnus.com>
12972
12973         * Makefile.in (flow.o): Depend on $(EXPR_H).
12974         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
12975         duplicate the structure of diddle_return_value for keeping regs live.
12976
12977 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12978
12979         * loop.c (current_loop_info): Delete.
12980         (consec_sets_invariant_p): Add loop argument, update callers.
12981         (get_condition_for_loop): Likewise.
12982         (count_nonfixed_reads, update_giv_derive): Likewise.
12983         (simplify_giv_expr, general_induction_var): Likewise.
12984         (consec_sets_giv, recombine_givs): Likewise.
12985         (move_movables): Delete loop_start and loop_end arguments,
12986         add loop argument, and update callers.
12987         (find_mem_givs, check_final_value): Likewise.
12988         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
12989         (loop_invariant_p): Rename from invariant_p, add loop argument, and
12990         update callers.
12991         (basic_induction_var): Add loop argument, delete loop_level argument,
12992         and update callers.
12993         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
12994         add loop argument, and update callers.
12995         (find_splittable_regs, find_splittable_givs): Likewise.
12996         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
12997         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
12998         (biv_total_increment): Delete loop_start and loop_end arguments;
12999         update callers.
13000         (precondition_loop_p): Delete loop_start and loop_info arguments;
13001         update callers.
13002         * loop.h (get_condition_for_loop): Add loop argument.
13003         (biv_total_increment): Delete loop_start and loop_end arguments.
13004         (precondition_loop_p): Delete loop_start and loop_info arguments;
13005         add loop argument.
13006         (final_biv_value): Delete loop_start and loop_end arguments;
13007         add loop argument.
13008         (final_giv_value, back_branch_in_range_p): Likewise.
13009
13010 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
13011
13012         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
13013
13014 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
13015
13016         * Makefile.in (c-gperf.h) : Change the "See" pointer to
13017         point to the new "generated_files" doc.
13018
13019 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
13020
13021         * config/fp-bit.c (_unord_f2): Fix typo.
13022
13023 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
13024
13025         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
13026         c-typeck.c, objc/objc-act.c: Remove all references to obstack
13027         functions obsoleted by GC, such as push_obstacks_nochange,
13028         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
13029         and code which existed only to decide whether or not to call
13030         them.  Remove now-unused NESTED argument from start_function;
13031         all callers changed.  Do not change behavior based on ggc_p.
13032         The use of the ixp_obstack in c-iterate.c and the util_obstack
13033         in objc/objc-act.c remain; these are not obsoleted by garbage
13034         collection.
13035         * c-tree.h: Update prototype for start_function.
13036
13037         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
13038
13039 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
13040
13041         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
13042         mips16.
13043
13044 2000-01-25  Richard Henderson  <rth@cygnus.com>
13045
13046         * sparc-protos.h (select_cc_mode): Declare.
13047         * sparc.c (select_cc_mode): New.  Handle unordered compares.
13048         (output_cbranch): Always reverse via code change.  Handle
13049         unordered compares.  Factor tests and string updates.
13050         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
13051         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
13052         * sparc.md (bunordered, bordered): New.
13053         (bungt, bunlt, buneq, bunge, bunle): New.
13054
13055 2000-01-25  Richard Henderson  <rth@cygnus.com>
13056
13057         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
13058         * ggc-common.c (ggc_add_rtx_varray_root): New.
13059         (ggc_mark_rtx_varray): New.
13060         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
13061         functions down below ggc_mark_foo.
13062         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
13063
13064 2000-01-25  Richard Henderson  <rth@cygnus.com>
13065
13066         * alpha.c (secondary_reload_class): Don't allocate a secondary
13067         for integral mode memories into FLOAT_REGS.  Rearrange the more
13068         complicated memory expression inward.
13069
13070 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
13071
13072         * inclhack.def: Fixes to play nicer with FreeBSD, and
13073         corrections to comments.
13074         (cxx_unready): Add select expression.
13075         (irix_sockaddr): Add bypass expression.
13076         (machine_ansi_h_va_list): New fix.
13077         (stdio_va_list): No need to edit _BSD_VA_LIST_.
13078         Split out addition of "#include <stdarg.h>" to...
13079         (stdio_stdarg_h): ... here.
13080         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
13081         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
13082         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
13083         size_t.
13084         (ultrix_ifdef): Tighten up select expression.
13085
13086         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
13087         re_ct and max_mach to avoid use of shell.  Make printed names
13088         match names in inclhack.def.  Use static copyright date.
13089         Don't count c_test and test expressions as requiring regex_t
13090         slots.  Add some commentary.
13091         * inclhack.tpl: Do not include the 'This script contains N
13092         fixup scripts' line if PROGRAM is defined.  Use static
13093         copyright date.
13094
13095 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
13096
13097         * dwarf2out.c: include "varray.h", not dyn-string.h.
13098         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
13099         (addr_const_to_string, addr_to_string): Lose.
13100         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
13101         (struct dw_val_struct): val_addr is now an rtx.
13102         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
13103         (used_rtx_varray): New varray.
13104         (dwarf2out_init): Initialize it.
13105         (save_rtx): New fn.
13106         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
13107         addr_to_string.
13108         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
13109         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
13110         * Makefile.in (dwarf2out.o): Update dependencies.
13111
13112 2000-01-24  Richard Henderson  <rth@cygnus.com>
13113
13114         * i386.c (i386_dwarf_output_addr_const): New.
13115         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
13116
13117         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
13118         if defined.
13119         * dwarfout.c (output_mem_loc_descriptor): Likewise.
13120         * i386.c (i386_simplify_dwarf_addr): New.
13121         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
13122
13123 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
13124
13125         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
13126         TYPE_STUB_DECL is NULL.
13127
13128 2000-01-24  Richard Henderson  <rth@cygnus.com>
13129
13130         * builtins.c (expand_tree_builtin): Move ...
13131         * c-common.c (expand_tree_builtin): ... here.
13132
13133 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13134
13135         * loop.h (LOOP_INFO): New accessor macro.
13136         * basic-block.h (struct loop): Rename field `info' to `aux'.
13137         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
13138         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
13139         * unroll.c (loop_iterations, unroll_loop): Likewise.
13140
13141 2000-01-24  Christopher Faylor <cgf@cygnus.com>
13142
13143         * config/i386/t-cygwin: Accomodate new winsup directory layout
13144         when searching for include files.
13145
13146 2000-01-24  Richard Henderson  <rth@cygnus.com>
13147
13148         * rtl.def: Add unordered fp comparisions.
13149         * tree.def: Likewise.
13150         * tree.h: Add ISO C 9x unordered fp comparision builtins.
13151
13152         * builtins.c (expand_tree_builtin): New function.
13153         * c-typeck.c (build_function_call): Use it.
13154         (build_binary_op): Support unordered compares.
13155         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
13156
13157         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
13158         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
13159         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
13160         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
13161         * jump.c (reverse_condition): Don't abort for UNLE etc, but
13162         return UNKNOWN.
13163         (swap_condition): Handle unordered compares.
13164         (thread_jumps): Check can_reverse before reversing.
13165         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
13166         reversed for FP.
13167
13168         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
13169         setcc is present before acking for cmp_optab.  Update all callers.
13170         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
13171         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
13172         * expr.c (expand_expr): Likewise.  Support unordered compares.
13173         (do_jump, do_store_flag): Likewise.
13174         * expr.h (enum libfunc_index): Add unordered compares.
13175
13176         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
13177         (DPBIT_FUNCS): Add _unord_df.
13178         * config/fp-bit.c (_unord_f2): New.
13179         * fp-test.c (main): Try unordered compare builtins.
13180
13181         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
13182         * alpha.c (alpha_comparison_operator): Check mode properly.
13183         (alpha_swapped_comparison_operator): Likewise.
13184         (signed_comparison_operator): Likewise.
13185         (alpha_fp_comparison_operator): New.
13186         (alpha_emit_conditional_branch): Handle unordered compares.
13187         * alpha.h (PREDICATE_CODES): Update.
13188         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
13189         (bunordered, bordered): New.
13190
13191 2000-01-24  Richard Henderson  <rth@cygnus.com>
13192
13193         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
13194         * alpha.md (movtf): New expander, insn, and splitter.
13195
13196 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
13197
13198         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
13199         dead registers.
13200
13201 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
13202
13203         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
13204         (FIXED_REGISTERS, CALL_USED_REGISTERS,
13205          REG_ALLOC_ORDER): Add frame pointer
13206         (FRAME_POINTER_REGNUM): Set to 20
13207         (HARD_FRAME_POINTER_REGNUM): New macro.
13208         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
13209         to HARD_FRAME_POINTER.
13210         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
13211         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
13212         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
13213         (HI_REGISTER_NAMES): Add "frame".
13214         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
13215         (debug_reg): Handle FRAME_POINTER_REGNUM.
13216         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
13217         GENERAL_REGS and INDEX_REGS.
13218         * i386.c (SAVED_REGS_FIRST): new macro.
13219         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
13220         (ix86_decompose_address, memory_address_length): Likewise.
13221         (regclass_map): Add frame pointer.
13222         (call_insn_operand): Handle frame_pointer_rtx.
13223         (reg_no_sp_operand): Likewise.
13224         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
13225         (print_operand, legitimize_pic_address): Fix formating.
13226         (ix86_compute_frame_size): Make static, update prototype, new
13227         parameters padding1, padding2, use ix86_nsaved_regs, use
13228         stack_alignment_needed.
13229         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
13230         to HARD_FRAME_POINTER_REGNUM conversions.
13231         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
13232         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
13233         (print_reg): Abort on FRAME_POINTER_REGNUM
13234
13235 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
13236
13237         * i386.h (PREDICATE_CODES): Add aligned_operand.
13238         * i386.c (aligned_operand): New function.
13239         (ix86_aligned_p): Kill.
13240         * i386.md (movhi_1): Emit mov for aligned operands.
13241         (promoting peep2s): Use aligned_operand.
13242
13243 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
13244
13245         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
13246         expression to allow underscores in macro names.
13247         (fix_char_macro_defines): Increment scanning pointer.
13248
13249 2000-01-23  Richard Henderson  <rth@cygnus.com>
13250
13251         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
13252         * alpha/osf5.h: New file.
13253         * configure.in (alpha-*-osf5): Add it to tm_file.
13254
13255         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
13256
13257         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
13258         (alpha_emit_xfloating_cvt, function_arg): Declare.
13259         * alpha.c (alpha_emit_conditional_branch): Call
13260         alpha_emit_xfloating_compare for TFmode compares.
13261         (alpha_lookup_xfloating_lib_func): New.
13262         (alpha_compute_xfloating_mode_arg): New.
13263         (alpha_emit_xfloating_libcall): New.
13264         (alpha_emit_xfloating_arith): New.
13265         (alpha_emit_xfloating_compare): New.
13266         (alpha_emit_xfloating_cvt): New.
13267         (print_operand): Add default abort case.
13268         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
13269         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
13270         (BIGGEST_ALIGNMENT): Increase to 128 bits.
13271         (RETURN_IN_MEMORY): True for TF/TCmode.
13272         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
13273         (FUNCTION_ARG): Move to function_arg.
13274         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
13275         (ASM_OUTPUT_LONG_DOUBLE): New.
13276         (ASM_OUTPUT_DOUBLE): Always output bits.
13277         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
13278         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
13279         (extenddftf2, trunctfdf2): New.
13280
13281 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13282
13283         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
13284         * config/sparc/sol2.h: ... here.
13285
13286 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13287
13288         * basic-block.h (struct loops): New field `levels'.
13289         * flow.c (flow_loops_level_compute): Traverse all outer loops.
13290         (flow_loop_level_compute): Initialise level to 1.
13291         (flow_loops_find): Set loops->levels.
13292         (flow_loops_dump): Print loops->levels.
13293
13294 2000-01-23  Richard Henderson  <rth@cygnus.com>
13295
13296         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
13297         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
13298
13299 2000-01-23  Richard Henderson  <rth@cygnus.com>
13300
13301         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
13302         * i386.h (DBX_REGISTER_NUMBER): Use them.
13303         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
13304         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
13305         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
13306         * i386/sequent.h: Kill incorrect comment.
13307
13308 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
13309
13310         * ggc-page.c (struct page_entry): Make `context_depth' an
13311         `unsigned short'.
13312         (struct globals): Likewise.
13313
13314 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
13315
13316         * loop.c (check_dbra_loop): When checking a loop for
13317         reversability, check the source of any stores to ensure
13318         they don't depend on an initial value.
13319
13320 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13321
13322         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
13323
13324 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
13325
13326         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
13327         'pz_scan' into scope of entire function.  Only affects
13328         compiles with -DDEBUG.
13329
13330 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
13331
13332         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
13333         section naming to that prior to 2000-01-07 patch.
13334         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
13335         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
13336         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
13337         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
13338         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
13339
13340 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
13341
13342         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
13343         constant.
13344
13345 2000-01-21  Jim Wilson  <wilson@cygnus.com>
13346
13347         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
13348         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
13349
13350 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
13351
13352         * cpphash.c (change_newlines): Delete function.
13353         (struct argdata): Delete 'newlines' and 'use_count' fields.
13354         (macroexpand): Remove code referencing those fields.
13355
13356 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13357
13358         * loop.c (loops_info): New variable.
13359         (loop_optimize): Allocate loops->array and free it on exit.
13360         Allocate memory for loops_info and assign to each loop,
13361         replacing alloca.
13362         (find_and_verify_loops): Do not allocate loops->array.
13363
13364 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
13365
13366         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
13367
13368 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
13369
13370         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
13371         pseudos if expanded after first flow.
13372         (movdi_pic_label_ref): Likewise.
13373
13374 2000-01-20  Richard Henderson  <rth@cygnus.com>
13375
13376         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
13377
13378 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
13379
13380         * Makefile.in (fixinc.sh): Depend on specs.
13381         * fixinc/Makefile.in: Add rule to create machname.h.
13382         (fixlib.o): Depend on machname.h.
13383         * fixinc/fixtests.c (machine_name): New test.
13384         * fixinc/fixfixes.c (machine_name): New fix.
13385         * fixinc/fixlib.c (mn_get_regexps): New helper function for
13386         the machine_name test and fix.
13387         * fixinc/fixlib.h: Prototype it.
13388         * fixinc/inclhack.def (machine_name): Use the C test and fix.
13389         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
13390
13391         * gcc.c (do_spec_1) [case P]: Take care not to create
13392         identifiers with three leading or trailing underscores.
13393
13394         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
13395         (fixincl): Don't specify libraries twice on link line.
13396         (gnu-regex.o): Remove special rule.
13397         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
13398         defined by config.h.  Do not define _REGEX_RE_COMP.
13399         (regcomp): Allocate and initialize a fastmap.
13400         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
13401
13402 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
13403
13404         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
13405
13406 2000-01-19  Richard Henderson  <rth@cygnus.com>
13407
13408         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
13409         arguments with BB.  Update all callers.  Tidy line wrapping.
13410
13411 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
13412
13413         * emit-rtl.c (try_split): Return last_insn if we split the
13414         last_insn.
13415
13416 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
13417
13418         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
13419         (ix86_initial_elimination_offset): Declare.
13420         * i386.c (ix86_nsaved_regs): Break out from ...
13421         (ix86_can_use_return_insn_p): ... here.
13422         (ix86_emit_save_regs): Break out from ...
13423         (ix86_expand_prologue): ... here.
13424         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
13425         out from ...
13426         (ix86_expand_epilogue): ... here.
13427         (ix86_compute_frame_size): Make static, add prototype.
13428         (ix86_initial_elimination_offset): Break out from ...
13429         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
13430
13431 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13432
13433         * recog.h (OUT_FCN): Delete.
13434
13435         * vax.md: Call `get_insn_template' instead of OUT_FCN.
13436
13437 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13438
13439         * cppalloc.c: PROTO -> PARAMS.
13440         * cpperror.c: Likewise.
13441         * cppfiles.c: Likewise.
13442         * cpplib.c: Likewise.
13443         * cpplib.h: Likewise.
13444
13445         * config/arm/arm-protos.h: PROTO -> PARAMS.
13446         * config/arm/arm.c: Likewise.
13447         * config/c4x/c4x.c: Likewise.
13448         * config/fr30/fr30-protos.h: Likewise.
13449         * config/nextstep.c: Likewise.
13450         * config/pa/pa.c: Likewise.
13451         * config/pj/pj.c: Likewise.
13452         * config/rs6000/rs6000.c: Likewise.
13453         * config/v850/v850-protos.h: Likewise.
13454         * config/v850/v850.c: Likewise.
13455
13456 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13457
13458         * i370-protos.h: New file.
13459
13460         * i370.c: Include tm_p.h.  Fix compile time warnings.
13461
13462         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
13463         warnings.
13464
13465         * i370.md: Likewise.
13466
13467 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13468
13469         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
13470         (target_isinf, target_isnan, eisnan): Mark parameter with
13471         ATTRIBUTE_UNUSED.
13472         (eiisinf): Wrap in INFINITY.
13473         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
13474         (ibmtoe): Remove unused variable `rndsav'.
13475
13476 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13477
13478         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
13479         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
13480
13481 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
13482
13483         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
13484         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
13485         (fix_char_macro_defines, fix_char_macro_uses): New functions.
13486
13487         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
13488         Recognize Emacs mode markers also.
13489         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
13490         C++ comments in C++ headers.  Call is_cxx_header only if
13491         necessary.
13492
13493         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
13494         bypass for ncurses.
13495         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
13496         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
13497         ... these, which use the new C fixes.
13498         (math_exception): Escape literal '+' in bypass expression.
13499
13500         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
13501         Regenerate.
13502
13503 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
13504
13505         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
13506         inside the MEM.
13507
13508 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13509
13510         * loop.c (loop_optimize): Allocate loop_info structure for each loop
13511         prior to calling scan_loop.
13512
13513 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13514
13515         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
13516         (split_branches, calc_live_regs): Likewise.
13517
13518 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13519
13520         * sh.md (fpu_single, fp_mode): New attributes.
13521
13522 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13523
13524         * loop.c (current_loop_info): Renamed from loop_info_data
13525         and changed to a pointer.
13526         (loop_optimize): Allocate loop_info structure for each loop
13527         and initialise to zero.
13528         (scan_loop): Set current_loop_info.
13529
13530         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
13531         on iteration_var.
13532
13533 2000-01-19  Richard Henderson  <rth@cygnus.com>
13534
13535         * stupid.c: Die die die.
13536         * Makefile.in (OBJS): Remove stupid.o.
13537         (stupid.o): Likewise.
13538
13539         * except.c (emit_eh_context): Don't emit USEs for stupid.
13540         * explow.c (probe_stack_range): Likewise.
13541         * flags.h (obey_regdecls): Remove.
13542         * flow.c (find_basic_blocks): Don't run try_merge_blocks
13543         when not optimizing.
13544         (life_analysis): Limit data collection when not optimizing.
13545         (mark_regs_live_at_end): Always mark the return value registers.
13546         (mark_used_regs): Remove dummy RETURN case.
13547         (print_rtl_with_bb): Don't consult obey_regdecls.
13548         * function.c (use_variable, use_variable_after): Remove.
13549         (assign_parms): Consult optimize not obey_regdecls.
13550         (expand_function_start): Don't emit USEs for stupid.
13551         (expand_function_end): Likewise.
13552         * global.c (build_insn_chain): Export.
13553         * integrate.c (expand_inline_function): Kill return-value USE
13554         handling code.
13555         * jump.c (jump_optimize_1): Do simple jump optimizations and
13556         dead code elimination.
13557         (calculate_can_reach_end): Remove check_deleted argument.
13558         (delete_insn): Patch out insns even when not optimizing.
13559         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
13560         * rtl.h (use_variable, use_variable_after): Remove declarations.
13561         (build_insn_chain): Declare.
13562         * stmt.c (expand_value_return): Don't emit USEs for stupid.
13563         (expand_end_bindings): Likewise.
13564         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
13565         * toplev.c (obey_regdecls): Remove.
13566         (rest_of_compilation): Don't set it.  Kill stupid in favour of
13567         flow1, local-alloc, and reload.
13568         (main): Don't set obey_regdecls.
13569
13570         * config/nextstep.c (handle_pragma): Likewise.
13571
13572         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
13573
13574         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
13575
13576 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13577
13578         * alpha-protos.h: PROTO -> PARAMS.
13579         * alpha.c: Likewise.
13580         * elf.h: Likewise.
13581         * h8300.c: Likewise.
13582         * i386-protos.h: Likewise.
13583         * i386.c: Likewise.
13584         * m32r-protos.h: Likewise.
13585         * m32r.c: Likewise.
13586         * mips.c: Likewise.
13587         * mips.md: Likewise.
13588         * gmon-sol2.c: Likewise.
13589         * sparc.c: Likewise.
13590
13591 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13592
13593         * ns32k-protos.h: New file.
13594
13595         * ns32k.c: Fix compile time warnings.
13596
13597         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
13598         warnings.
13599
13600         * ns32k.md: Likewise.
13601
13602 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13603
13604         * vax-protos.h: New file.
13605
13606         * vax.c: Fix compile time warnings.
13607
13608         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
13609         warnings.
13610
13611         * vax.md: Likewise.
13612
13613         * vaxv.md: Likewise.
13614
13615 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13616
13617         * romp-protos.h: New file.
13618
13619         * romp.c: Fix compile time warnings.
13620
13621         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
13622         warnings.
13623
13624         * romp.md: Likewise.
13625
13626 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13627
13628         * we32k-protos.h: New file.
13629
13630         * we32k.c: Fix compile time warnings.
13631
13632         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
13633         warnings.
13634
13635 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13636
13637         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
13638
13639         * except.c (eh_regs): Likewise.
13640
13641         * final.c (output_operand): Likewise.
13642
13643         * fold-const.c (target_isinf, target_isnan): Likewise.
13644
13645 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
13646
13647         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
13648         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
13649
13650         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
13651         when optimize_size.
13652         (clrstrsi): Rewrite.
13653         (strsethi, strsetqi): New expanders.
13654         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
13655         (cmpstrsi): Emit compare insn before cmpstrsi_1
13656         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
13657         (strlensi_1): Likewise.
13658         (cmpstrsi_1): Likewise; do not output compare.
13659         (strlen expander): Do not unroll when optimizing for size.
13660         (*subsi3_carry): Rename to subsi3_carry
13661         (addqi3_cc): New pattern.
13662         * i386.h (processor_costs): Add move_ratio field.
13663         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
13664         * i386.c (*_cost): Set move_ratio.
13665         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
13666         (x86_expand_strlensi_1): Rewrite the main loop.
13667
13668 2000-01-17  Richard Henderson  <rth@cygnus.com>
13669
13670         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
13671         * cse.c (find_comparison_args, fold_rtx): Likewise.
13672         * integrate.c (subst_constants): Likewise.
13673         * loop.c (get_condition): Likewise.
13674
13675         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
13676
13677         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
13678
13679 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13680
13681         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
13682         (RESTORE_WARN_FLAGS): Unpack it.
13683         Change semantic type of extension to ttype.
13684         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
13685         * c-parse.y, c-parse.c, objc/objc-parse.y,
13686         objc/objc-parse.c: Regenerate.
13687
13688 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
13689
13690         * fixinc/fixlib.c: Add copyright notice.
13691         (compile_re): New function.
13692         * fixinc/fixlib.h: Prototype compile_re.
13693
13694         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
13695         Use compile_re to compile regular expressions.
13696
13697         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
13698         where the pattern matched.
13699
13700         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
13701         use 'replace'.
13702         (ultrix_ansi_compat): Likewise.
13703         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
13704         add egrep test.
13705         (interactv_add2, interactv_add3): Delete.
13706         (x11_sprintf): Don't use filename glob.
13707         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
13708         Regenerate.
13709
13710 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13711
13712         * print-rtl.c: PROTO -> PARAMS.
13713         * real.c: Likewise.
13714         * reg-stack.c: Likewise.
13715         * resource.c: Likewise.
13716         * sdbout.h: Likewise.
13717         * simplify-rtx.c: Likewise.
13718         * stor-layout.c: Likewise.
13719         * stupid.c: Likewise.
13720         * xcoffout.c: Likewise.
13721         * xcoffout.h: Likewise.
13722
13723 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13724
13725         * toplev.c: PROTO -> PARAMS.
13726         * toplev.h: Likewise.
13727         * tree.c: Likewise.
13728         * tree.h: Likewise.
13729         * unroll.c: Likewise.
13730         * varasm.c: Likewise.
13731         * varray.c: Likewise.
13732         * varray.h: Likewise.
13733
13734 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13735
13736         * reload.c: PROTO -> PARAMS.
13737         * reload.h: Likewise.
13738         * reload1.c: Likewise.
13739         * reorg.c: Likewise.
13740         * resource.h: Likewise.
13741         * rtl.c: Likewise.
13742         * rtl.h: Likewise.
13743         * rtlanal.c: Likewise.
13744         * sbitmap.h: Likewise.
13745         * sdbout.c: Likewise.
13746         * stack.h: Likewise.
13747         * stmt.c: Likewise.
13748         * system.h: Likewise.
13749
13750 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13751
13752         * machmode.h: PROTO -> PARAMS.
13753         * mbchar.h: Likewise.
13754         * mips-tdump.c: Likewise.
13755         * mips-tfile.c: Likewise.
13756         * optabs.c: Likewise.
13757         * output.h: Likewise.
13758         * prefix.c: Likewise.
13759         * profile.c: Likewise.
13760         * protoize.c: Likewise.
13761         * real.h: Likewise.
13762         * recog.c: Likewise.
13763         * recog.h: Likewise.
13764         * regclass.c: Likewise.
13765         * regmove.c: Likewise.
13766         * regs.h: Likewise.
13767
13768 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13769
13770         * ggc-common.c: PROTO -> PARAMS.
13771         * ggc-page.c: Likewise.
13772         * ggc-simple.c: Likewise.
13773         * ggc.h: Likewise.
13774         * global.c: Likewise.
13775         * graph.c: Likewise.
13776         * gthr-win32.h: Likewise.
13777         * haifa-sched.c: Likewise.
13778         * halfpic.h: Likewise.
13779         * integrate.c: Likewise.
13780         * integrate.h: Likewise.
13781         * jump.c: Likewise.
13782         * lcm.c: Likewise.
13783         * local-alloc.c: Likewise.
13784         * loop.c: Likewise.
13785         * loop.h: Likewise.
13786
13787 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13788
13789         * genattr.c: PROTO -> PARAMS.
13790         * genattrtab.c: Likewise.
13791         * gencheck.c: Likewise.
13792         * gencodes.c: Likewise.
13793         * genconfig.c: Likewise.
13794         * genemit.c: Likewise.
13795         * genextract.c: Likewise.
13796         * genflags.c: Likewise.
13797         * gengenrtl.c: Likewise.
13798         * genopinit.c: Likewise.
13799         * genoutput.c: Likewise.
13800         * genpeep.c: Likewise.
13801         * genrecog.c: Likewise.
13802
13803 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
13804
13805         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
13806
13807 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13808
13809         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
13810         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
13811         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
13812         * configure, config.in: Rebuilt.
13813
13814 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
13815
13816         * config/i386/i386.md: Add peephole to merge successive stack
13817         adjusts.
13818
13819 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
13820
13821         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
13822         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
13823         when walking backwards to find all the parameter loads when
13824         the basic block ends in a call.
13825
13826 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13827
13828         * loop.c (this_loop_info): Delete.
13829         (uid_loop): Add in place of uid_loop_num.  All uses updated.
13830         (loop_number_exit_count): Delete and replace with entry in loop
13831         structure.  All uses updated.
13832         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
13833         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
13834         (loop_outer_loop): Likewise.
13835         (loop_invalid, loop_number_exit_labels): Likewise.
13836         (loop_used_count_register): Delete and replace with entry in
13837         loop_info structure.
13838         (find_and_verify_loops): Add loops argument.
13839         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
13840         loop_end, etc. arguments with loop structure pointer.  All callers
13841         changed.
13842         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
13843         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
13844         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
13845         (insert_bct): Likewise.
13846         (basic_induction_var): New argument level.
13847         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
13848         vtop, and cont.  Add used_count_register.
13849         (uid_loop): Delete declaration.
13850         (loop_number_exit_count): Likewise.
13851         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
13852         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
13853         (loop_outer_loop, loop_used_count_register): Likewise.
13854         (loop_invalid, loop_number_exit_labels): Likewise.
13855         (unroll_loop): Replace loop_start and loop_end arguments
13856         with loop structure pointer.
13857         (loop_precondition_p, loop_iterations): Likewise.
13858         Include basic-block.h.
13859         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
13860         with loop structure pointer.
13861         (loop_precondition_p, loop_iterations): Likewise.
13862         * basic-block.h (struct loop): New entries vtop, cont,
13863         cont_dominator, start, end, top, scan_start, exit_labels,
13864         exit_count.
13865         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
13866
13867 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13868
13869         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
13870
13871 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
13872
13873         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
13874
13875 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13876
13877         * pdp11-protos.h: New file.
13878
13879         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
13880         time warnings.
13881
13882         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
13883         warnings.
13884
13885         * pdp11.md: Likewise.
13886
13887         * 2bsd.h: Likewise.
13888
13889 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13890
13891         * mn10300-protos.h: New file.
13892
13893         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
13894         time warnings.
13895
13896         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
13897         warnings.
13898
13899         * mn10300.md: Likewise.
13900
13901 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13902
13903         * mn10200-protos.h: New file.
13904
13905         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
13906         time warnings.
13907
13908         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
13909         warnings.
13910
13911         * mn10200.md: Likewise.
13912
13913 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13914
13915         * h8300-protos.h: New file.
13916
13917         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
13918         time warnings.
13919
13920         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
13921         warnings.
13922
13923         * h8300.md: Likewise.
13924
13925 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13926
13927         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
13928         (asm_emit_uninitialised): Likewise.
13929
13930 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
13931
13932         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
13933         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
13934
13935 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
13936
13937         * config/mips/mips.c (override_options): Don't turn on extra
13938         alignment for mips16.
13939
13940 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
13941
13942         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
13943         eabi, and make sure queued POSTINCREMENT rtl is emitted at
13944         the right point.
13945
13946 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
13947
13948         * builtins.c (PAD_VARARGS_DOWN): Define.
13949         (std_expand_builtin_va_arg): Use the above macro.
13950         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
13951         * tm.texi (Register Arguments): Document the above macro.
13952
13953 2000-01-14  Nick Clifton  <nickc@cygnus.com>
13954
13955         * emit-rtl.c (emit_insn): If checking is enabled, make sure
13956         that this function has not been used to emit a jump
13957         instruction.
13958
13959         * jump.c (return_jump_1): Cope with being passed a null rtx.
13960
13961 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13962
13963         * eh-common.h: PROTO -> PARAMS.
13964         * emit-rtl.c: Likewise.
13965         * errors.c: Likewise.
13966         * errors.h: Likewise.
13967         * except.c: Likewise.
13968         * except.h: Likewise.
13969         * explow.c: Likewise.
13970         * expmed.c: Likewise.
13971         * expr.c: Likewise.
13972         * expr.h: Likewise.
13973         * final.c: Likewise.
13974         * fix-header.c: Likewise.
13975         * flow.c: Likewise.
13976         * fold-const.c: Likewise.
13977         * function.c: Likewise.
13978         * function.h: Likewise.
13979         * gcc.c: Likewise.
13980         * gcov-io.h: Likewise.
13981         * gcov.c: Likewise.
13982         * gcse.c: Likewise.
13983
13984 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13985
13986         * sh-protos.h: New file.
13987
13988         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
13989         Add static prototypes.  Fix compile time warnings.
13990
13991         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
13992         * sh.md: Likewise.
13993         * elf.h: Likewise.
13994
13995 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13996
13997         * arc-protos.h: New file.
13998
13999         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
14000         time warnings.
14001
14002         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
14003         warnings.
14004
14005         * arc.md: Likewise.
14006
14007 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14008
14009         * dsp16xx-protos.h: New file.
14010
14011         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
14012         time warnings.
14013
14014         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
14015         warnings.
14016
14017         * dsp16xx.md: Likewise.
14018
14019 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14020
14021         * convex-protos.h: New file.
14022
14023         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
14024         time warnings.
14025
14026         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
14027         warnings.
14028
14029 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14030
14031         * elxsi-protos.h: New file.
14032
14033         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
14034         time warnings.
14035
14036         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
14037         warnings.
14038
14039         * elxsi.md: Likewise.
14040
14041 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
14042
14043         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
14044         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
14045         match the comment for MIPS16.
14046
14047 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
14048
14049         * flow.c (split_edge): Do not call set_block_for_insn if we
14050         do not have a basic_block_for_insn structure.
14051
14052         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
14053         and destination functions are 32bit aligned within the trampoline.
14054         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
14055         (TRAMPOLINE_ALIGNMENT): Define.
14056
14057         * cse.c (cse_insn): When changing (set (pc) (reg)) to
14058         (set (pc) (label_ref)), verify the change creates a valid insn.
14059
14060         * fr30.c (call_operand): Tighten and rework to match rules for
14061         call RTL expressions.
14062         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
14063         * fr30.md (call patterns): Improve constraints.
14064
14065 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
14066
14067         * fr30.c (fr30_expand_epilogue): Revert last change.
14068         Use emit_jump_insn for the return insn.
14069
14070 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
14071                           Stan Cox  <scox@cygnus.com>
14072
14073         * predict.c: New file. Preliminary infrastructure work for static
14074         branch prediction and basic block reordering.
14075         * basic-block.h: Add prototype for estimate_probability.
14076         * Makefile.in: Add rules for predict.o.
14077
14078 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
14079
14080         * fixincludes (va_list): Use __not_va_list__ for the dummy.
14081         * fixinc/*: Likewise.
14082
14083 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14084
14085         * cccp.c: PROTO -> PARAMS.
14086         * cexp.y: Likewise.
14087         * collect2.c: Likewise.
14088         * combine.c: Likewise.
14089         * convert.h: Likewise.
14090         * cse.c: Likewise.
14091         * dbxout.c: Likewise.
14092         * dbxout.h: Likewise.
14093         * diagnostic.c: Likewise.
14094         * doprint.c: Likewise.
14095         * dwarf2out.c: Likewise.
14096         * dwarf2out.h: Likewise.
14097         * dwarfout.c: Likewise.
14098         * dwarfout.h: Likewise.
14099         * dyn-string.h: Likewise.
14100
14101 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14102
14103         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
14104         macro conditionals guarding use.
14105
14106         * dwarf2out.c: Include "tm_p.h".
14107
14108         * function.c (locate_and_pad_parm): Mark parameter with
14109         ATTRIBUTE_UNUSED.
14110         (expand_function_end): Likewise for variable `context'.
14111
14112         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
14113
14114 2000-01-13  Nick Clifton  <nickc@cygnus.com>
14115
14116         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
14117         register to prevent compile time warnings.
14118
14119 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
14120
14121         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
14122         to avoid -Wtraditional warning.
14123
14124 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14125
14126         * 1750a-protos.h: New file.
14127
14128         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
14129         time warnings.
14130
14131         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
14132         warnings.
14133
14134         * 1750a.md: Likewise.
14135
14136 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14137
14138         * a29k-protos.h: New file.
14139
14140         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
14141         time warnings.
14142
14143         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
14144         warnings.
14145
14146 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14147
14148         * clipper-protos.h: New file.
14149
14150         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
14151         time warnings.
14152
14153         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
14154         warnings.
14155
14156 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14157
14158         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
14159
14160 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
14161
14162         * configure.in (--enable-new-gxx-abi): New option.
14163         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
14164         * Makefile.in (GXX_ABI_FLAG): New variable.
14165         * configure: Regenerate.
14166
14167 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14168
14169         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
14170         * tm.texi (FORCE_STRUCT_BLK): Document.
14171         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
14172
14173 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
14174
14175         * config/ns32k/ns32k.md: Revert Jan 9 change.
14176
14177         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
14178         to a mode-test, if the predicate is address_operand.
14179
14180 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
14181
14182         * combine.c (if_then_else_cond): Be careful about what kinds
14183         of RTL expressions are passed to operand_subword.
14184
14185         * flow.c (split_edge): If we have to insert a new jump, make
14186         sure to associate it with a basic block.
14187
14188         * flow.c (commit_one_edge_insertion): A block with one successor
14189         can end in a JUMP_INSN that is not a simplejump.
14190
14191 2000-01-12  Robert Lipe  <robertl@sco.com>
14192
14193         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
14194         (BUILD_VA_LIST_TYPE): Define.
14195         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
14196         with crtstuff.c.
14197
14198 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
14199
14200         * cccp.c (do_pragma): Add cast to (char *).
14201
14202 2000-01-12  Richard Henderson  <rth@cygnus.com>
14203             Fred Fish  <fnf@be.com>
14204             Jason Merrill  <jason@cygnus.com>
14205
14206         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
14207         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
14208         * i386/beos-elf.h, i386/beos-pe.h: New files.
14209
14210         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
14211         * cross-make (SYSTEM_HEADER_DIR): Define using
14212         CROSS_SYSTEM_HEADER_DIR.
14213
14214         * gcc.c (LIBRARY_PATH_ENV): Provide default.
14215         (process_command): Use it.
14216         (main): Likewise.  Kill trailing = from env vars.
14217         (build_search_list): Put it back.
14218         * collect2.c (main): Use LIBRARY_PATH_ENV.
14219
14220         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
14221         * toplev.c: Use NEED_DECLARATION_ENVIRON.
14222
14223         * tm.texi (Frame Layout): Document SMALL_STACK.
14224         * c-common.c (c_common_nodes_and_builtins): Check it.
14225
14226         * system.h: Undef alloca after including glibc's <stdlib.h>,
14227         if USE_C_ALLOCA is defined.
14228
14229         * gcc.c (set_input): New fn.
14230         (main): After all input files are compiled, reset the input file
14231         info to the first.
14232
14233         * aclocal.m4 (rindex, index): If already defined, don't attempt
14234         to redefine.
14235
14236         * ginclude/varargs.h: (__va_list__): Define ifndef.
14237         * ginclude/stdarg.h: Likewise.
14238
14239         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
14240         instead of unsigned char.
14241
14242         * hash.h (true, false, boolean): Undef before enum.
14243
14244         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
14245         proper type of "HOST_WIDE_INT *", rather than their natural type of
14246         "unsigned HOST_WIDE_INT *".
14247
14248 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14249
14250         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
14251
14252         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
14253
14254         * regclass.c (choose_hard_reg_mode): Likewise.
14255
14256         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
14257
14258         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
14259
14260 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14261
14262         * c-common.c: PROTO -> PARAMS.
14263         * c-common.h: Likewise.
14264         * c-decl.c: Likewise.
14265         * c-iterate.c: Likewise.
14266         * c-lang.c: Likewise.
14267         * c-lex.c: Likewise.
14268         * c-lex.h: Likewise.
14269         * c-parse.in: Likewise.
14270         * c-pragma.c: Likewise.
14271         * c-pragma.h: Likewise.
14272         * c-tree.h: Likewise.
14273         * c-typeck.c: Likewise.
14274         * objc/objc-act.c: Likewise.
14275         * objc/objc-act.h: Likewise.
14276
14277 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14278
14279         * m88k-protos.h: New file.
14280
14281         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
14282         time warnings.
14283
14284         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
14285
14286         * m88k.md: Likewise.
14287
14288         * tekXD88.h: Likewise.
14289
14290 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14291
14292         * m68k-protos.h: New file.
14293
14294         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
14295         time warnings.
14296
14297         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
14298
14299         * mot3300.h: Likewise.
14300
14301 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
14302
14303         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
14304         extract_bitlst.
14305         (extract_bitlist): Declare bitlen.
14306
14307 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
14308
14309         * cccp.c: Accept and ignore -lang-fortran.
14310
14311         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
14312         qualifiers don't match at any level of pointerness.
14313
14314 2000-01-12  Robert Lipe  <robertl@sco.com>
14315
14316         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
14317
14318 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
14319
14320         * reload1.c (reload_reg_unavailable): New static variable.
14321         (reload_reg_free_p): Test it.
14322         (reload_reg_free_for_value_p): Test it instead of
14323         reload_reg_used.
14324         (choose_reload_regs_init): Compute it.
14325
14326 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
14327
14328         * reorg.c (fill_slots_from_thread): Check modified_in_p
14329         before replacing.
14330
14331 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
14332
14333         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
14334         these nodes even if INTERNALS is not set.
14335
14336 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
14337
14338         * gcse.c (delete_null_pointer_checks_1): Cope when
14339         get_condition cannot determine the condition.
14340
14341 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
14342
14343         * toplev.h (set_message_length): Declare.
14344
14345         * diagnostic.c (obstack_chunk_alloc): Define macro.
14346         (obstack_chunk_free): Likewise.
14347         (struct output_buffer): New data structure.
14348         (vmessage): Remove.
14349         (output_maximum_width): New variable.
14350         (doing_line_wrapping, set_message_length, init_output_buffer,
14351         get_output_prefix, output_space_left, emit_output_prefix,
14352         output_newline, output_append, output_puts, dump_output,
14353         vbuild_message_string, build_message_string, build_location_prefix,
14354         voutput_notice, output_printf, line_wrapper_printf,
14355         vline_wrapper_message_with_location):  New functions. Implement
14356         automatic line wrapping.
14357         (v_message_with_decl): Make it handle automatic line wrapping.
14358         (v_error_with_file_and_line): Likewise.
14359         (v_warning_with_file_and_line): Likewise.
14360         (announce_function): Likewise.
14361         (default_print_error_function): Likewise.
14362
14363 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
14364
14365         * cpplib.h (struct cpp_options): Change lang_asm to char.
14366         Add lang_fortran.
14367         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
14368         done in cpp_handle_option now.
14369         (initialize_builtins): Take out special case code used only by
14370         __STDC_VERSION__.
14371         (cpp_handle_option): Turn off trigraphs and trigraph warnings
14372         if -traditional.  Recognize -lang-fortran and set
14373         lang_fortran, also turn off cplusplus_comments.
14374         (print_help): Document -lang-fortran.
14375         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
14376         lang_asm. Ignore all directives other than `# 123 "file"' if
14377         CPP_PREPROCESSED.
14378         (cpp_get_token): If -traditional, don't recognize directives
14379         unless the # is in column 1.
14380         (parse_string): If lang_fortran or lang_asm, silently
14381         terminate strings ('' or "") at end of line.
14382         Remove unnecessary braces.
14383
14384 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14385             Richard Henderson  <rth@cygnus.com>
14386
14387         * resource.c (mark_referenced_resources): Mark a set strict_low_part
14388         as used.
14389         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
14390         strict_low_part when possible.
14391
14392 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14393
14394         * alias.c: PROTO -> PARAMS.
14395         * basic-block.h: Likewise.
14396         * bitmap.c: Likewise.
14397         * bitmap.h: Likewise.
14398         * builtins.c: Likewise.
14399         * c-aux-info.c: Likewise.
14400         * caller-save.c: Likewise.
14401         * calls.c: Likewise.
14402
14403 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14404
14405         * Makefile.in (toplev.o): Depend on regs.h.
14406
14407         * output.h (tdesc_section): Prototype.
14408
14409         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
14410
14411         * sdbout.c: Include "tm_p.h".
14412
14413         * toplev.c: Include "regs.h".
14414
14415 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
14416
14417         * unroll.c (unroll_loop): Add EH support.
14418
14419 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14420
14421         * pa-protos.h: New file.
14422
14423         * pa.c: Include recog.h and tm_p.h.
14424         (compute_zdepwi_operands, compute_movstrsi_length,
14425         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
14426         find_addr_reg, import_milli): Add static prototypes.
14427         (pa_cpu_string, pa_arch_string): Constify a char*.
14428         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
14429         (read_only_operand): Add argument `mode'.
14430         (singlemove_string, output_move_double, output_fp_move_double,
14431         output_block_move, output_and, output_ior, output_ascii,
14432         remove_useless_addtr_insns, milli_names, output_mul_insn,
14433         output_div_insn, output_mod_insn, output_arg_descriptor,
14434         output_cbranch, output_bb, output_bvb, output_dbra, ,
14435         output_millicode_call, output_call, hppa_encode_label,
14436         output_parallel_movb, output_parallel_addb): Constify a char*.
14437         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
14438         (output_parallel_addb): Remove extra arg to `constrain_operands'
14439
14440         * pa.h:  Move all prototypes to pa-protos.h.
14441         (pa_cpu_string, pa_arch_string): Constify a char*.
14442         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
14443
14444         * pa.md: Call `function_label_operand' with mode argument.
14445         Likewise for `read_only_operand'.
14446         Fix nesting of parens in call to `symbolic_operand'.
14447
14448 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14449
14450         * i860-protos.h: New file.
14451
14452         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
14453         time warnings.
14454
14455         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
14456
14457         * i860.md: Likewise.
14458
14459 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
14460
14461         * i386.md (movstrsi expander): Rewrite.
14462         (movstrsi_1 insn): Deleted.
14463         (strmovhi, strmovqi expander): New expanders.
14464         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
14465         * i386.c (x86_single_stringop): New global variable.
14466         * i386.h (x86_single_stringop): Declare.
14467         (TARGET_SINGLE_STRINGOP): New macro.
14468
14469 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
14470
14471         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
14472         integer vararg POSTINCREMENT before the destination of the jump
14473         for the hard fp case.
14474         (function_arg_pass_by_reference): Pass a copy of CUM to
14475         FUNCTION_ARG.
14476
14477         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
14478         for CONSTANT_ADDRESS_P above while loop for subreg.
14479
14480 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
14481
14482         * flow.c (propagate_block): When a prologue/epilogue insn
14483         is marked dead, unconditionally clear libcall_is_dead and
14484         insn_is_dead, and only dump rtl if warnings aren't being
14485         suppressed.
14486
14487 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
14488
14489         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
14490         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
14491         (FIXED_REGISTERS): Set dirflag as fixed.
14492         (CALL_USED_REGISTERS): Set dirflag as used.
14493         (REG_ALLOC_ORDER): Set dirflag as last one.
14494         (DIRFLAG_REG): New macro.
14495         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
14496         (HI_REGISTER_NAMES): Add dirflag.
14497         (DEBUF_PRINT_REG): Handle dirflag.
14498         * i386.md (type attribute): New cld and str types.
14499         (length_opcode attribute): Set cld and str to 1.
14500         (memory attribute): Set str to unknown - it is not clear from the
14501         patterns.
14502         (pent_np function unit): Prefixed string operations takes 12 cycles
14503         minimally; cld takes 2 cycles.
14504         (ppro_uops attribute): Str is "many" and cld is "few".
14505         (ppro_p0 unit): Handle cld here.
14506         (k6_alux unit): Handle cld and str types.
14507         (k6_load unit): It is ocupied by str opcodes.
14508         (k6_store unit): It is ocupied by str opcodes.
14509         (athlon_decode): Str is vector decoded.
14510         (athlon_ieu): Handle str and cld.
14511         (cld pattern): New.
14512         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
14513         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
14514         cmpstrsi_nz_1 insn): Do not output cld instruction
14515
14516 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
14517
14518         * gcc.texi (G++ and GCC): Add Java and Chill.
14519         (Bug Critera): Don't list languages.
14520
14521         * gcc.texi (Incompatibilities): No longer claim most C compilers
14522         are K&R.
14523
14524         * gcc.texi (G++ and GCC): Update other front-ends list.
14525
14526 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
14527
14528         * i386.c (ix86_expand_setcc): Fix typo.
14529         (ix86_expand_movcc): Similarly.
14530
14531         * Band-aid until haifa's bitset implementation is nuked.
14532         * haifa-sched.c (extract_bitlst): New parameter for size of the
14533         bitset in bits.  All callers changed.  Avoid looking at undefined
14534         bits in the bitset.
14535         (edgeset_bitsize): New variable.
14536         (schedule_region): Initialize edgeset_bitsize.
14537
14538 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14539
14540         * Makefile.in (optabs.o): Depend on real.h
14541         (resource.o): Depend on insn-attr.h
14542
14543         * builtins.c (result_vector): Wrap prototype in macro conditions
14544         governing definition and use.
14545
14546         * c-common.c: Include tm_p.h.
14547
14548         * c-lex.c: Likewise.
14549
14550         * elfos.h: Constify a char*.
14551
14552         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
14553         (get_attr_length, shorten_branches, profile_after_prologue): Mark
14554         parameter with ATTRIBUTE_UNUSED.
14555
14556         * fold-const.c (exact_real_inverse): Wrap variable `i' in
14557         CHECK_FLOAT_VALUE.
14558
14559         * haifa-sched.c (schedule_insns): Mark parameter with
14560         ATTRIBUTE_UNUSED.
14561
14562         * optabs.c: Include real.h.
14563
14564         * real.h (ereal_atof): Add prototype arguments.
14565
14566         * resource.c: Include insn-attr.h.
14567
14568         * sdbout.c (sdbout_queue_anonymous_type,
14569         sdbout_dequeue_anonymous_types): Wrap in macro
14570         SDB_ALLOW_FORWARD_REFERENCES.
14571         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
14572         ATTRIBUTE_UNUSED.
14573
14574         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
14575
14576         * stupid.c: Include tm_p.h.
14577
14578         * tree.c (real_value_from_int_cst): Mark parameter with
14579         ATTRIBUTE_UNUSED.
14580
14581 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14582
14583         * i960-protos.h: New file.
14584
14585         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
14586         time warnings.
14587
14588         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
14589
14590 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14591
14592         * combine.c (expand_field_assignment): Do not discard SUBREGs
14593         while computing nonzero_bits.
14594
14595 2000-01-09  Nick Clifton  <nickc@cygnus.com>
14596
14597         * config/arm/arm.c: Fix compile time warnings about signed vs
14598         unsigned constants.
14599         * config/arm/arm.h: Fix compile time warnings about signed vs
14600         unsigned constants.
14601
14602 2000-01-09  Philip Blundell  <philb@gnu.org>
14603
14604         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
14605         than `ldm' with only one register.
14606         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
14607         only one register.
14608
14609         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
14610         clobbered.
14611
14612 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
14613
14614         * config/ns32k/ns32k.md (load or push effective address): Operand 1
14615         must have SImode.
14616
14617 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14618
14619         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
14620         assignment used as truth value.
14621
14622         * function.c (assign_temp): Mark parameter `dont_promote' with
14623         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
14624         PROMOTE_FOR_CALL_ONLY.
14625
14626         * genrecog.c (write_subroutine): Mark variable `operands' with
14627         ATTRIBUTE_UNUSED.
14628
14629         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
14630         ATTRIBUTE_UNUSED.
14631
14632         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
14633         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
14634
14635         * toplev.c (note_deferral_of_defined_inline_function): Likewise
14636         for `decl'.
14637
14638 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14639
14640         * config/c4x.h: Tidy up comments.
14641         * config/c4x.c: Likewise.
14642
14643 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
14644
14645         * fold-const.c (lshift_double, rshift_double): Handle
14646         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
14647
14648 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14649
14650         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
14651         in prepare_function_start().
14652
14653 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
14654
14655         * config/v850/v850.c (expand_epilogue): Interrupt functions no
14656         longer allocate extra stack for function calls.
14657
14658 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14659
14660         * config/c4x/c4x.md (*subqf3_set): Fix typo.
14661
14662 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14663
14664         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
14665
14666 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
14667
14668         * rs6000.c (processor_target_table): Add power3 as alias for 630.
14669         * aix43.h: Revert Aug 2 change.
14670         (HAS_INIT_SECTION): Define, not visible yet.
14671         (LD_INIT_SWITCH): Define, not visible yet.
14672         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
14673
14674         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
14675
14676         * collect2.c (main): Expand ld2 size further.
14677         (export_object_lst): Cast assignment to avoid warning.
14678         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
14679         (scan_prog_file, COFF): Do not collect initialization or
14680         finalization functions generated for entire shared object if
14681         init/fini support present.
14682
14683 2000-01-07  Nick Clifton  <nickc@cygnus.com>
14684
14685         * config/elfos.h: Tidy up formatting of marcos.  Make sure
14686         that .section directives are always prefixed by a tab.
14687
14688         * config/svr4.h: Add #include "elfos.h" and remove duplicate
14689         definitions.
14690
14691 2000-01-07  Matt Austern  <austern@sgi.com>
14692
14693         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
14694         expon.
14695
14696 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
14697
14698         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
14699         crtstuff.c.
14700         (crtbegin.o, s-crtS): Likewise.
14701
14702 2000-01-06  Richard Henderson  <rth@cygnus.com>
14703
14704         * alpha.md (adddi_2+1): Limit offset such that it will be
14705         loadable with a single ldah+lda pair.
14706         (adddi_2+2): Explicitly fail split if we can't make it work.
14707
14708 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
14709
14710         * protoize.c: Conditionally include unistd.h.
14711         (IS_SAME_PATH_CHAR): New macro.
14712         (IS_SAME_PATH): New macro.
14713         (CPLUS_FILE_SUFFIX): New macro.
14714         (cplus_suffix): New static variable.
14715         (is_abspath): New static function.
14716         (in_system_include_dir): Handle DOS style pathnames.
14717         (file_could_be_converted): Likewise.
14718         (file_normally_convertible): Likewise.
14719         (directory_specified_p): Likewise.
14720         (file_excluded_p): Likewise.
14721         (abspath): Likewise.
14722         (shortpath): Likewise.
14723         (referenced_file_is_newer): Likewise.
14724         (save_def_or_dec): Likewise.
14725         (do_processing): Likewise.
14726         (main): Likewise.
14727         (edit_file): Likewise. Use rename instead of link.
14728         (rename_c_file): Likewise. Don't rename syscalls file.
14729         (munge_compile_params): Define null device for DOS based systems.
14730         (process_aux_info_file): Use binary mode if appliable.
14731         (edit_file): Likewise.
14732         * invoke.texi (Running Protoize): Document C++ suffixes used.
14733
14734         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
14735         IS_DIR_SEPARATOR macros.
14736         * collect2.c: Likewise.
14737         * cppinit.c: Likewise.
14738         * dwarf2out.c: Likewise.
14739         * gcc.c: Likewise.
14740         * gcov.c: Likewise.
14741         * prefix.c: Likewise.
14742         * rtl.c: Likewise.
14743         * toplev.c: Likewise.
14744         * system.h: And move to here.
14745
14746         * prefix.c (update_path): Fix typo in variable name.
14747
14748 2000-01-06  Richard Henderson  <rth@cygnus.com>
14749
14750         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
14751         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
14752         (count_reg_sets_1, count_reg_references): Likewise.
14753         (flow_loops_level_compute): Start counting actual loop depth at 1.
14754         (flow_loops_find): Likewise.
14755         * local-alloc.c (update_equiv_regs): Likewise.
14756         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
14757
14758 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
14759
14760         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
14761         FIRST_PSEUDO_REGISTER
14762         * dwarf2out.c: Don't include frame.h
14763         * dwarfout.c: Likewise
14764         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
14765         frame.h
14766
14767 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
14768
14769         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
14770         dead registers.
14771
14772         * i386.c (movsf splitter): Fix typo in my last checkin.
14773
14774 2000-01-05  Nick Clifton  <nickc@cygnus.com>
14775
14776         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
14777         own definition of this macro.
14778         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
14779         flag_data_sections or UNIQUE_SECTION_P are true.
14780
14781         * tm.texi (UNIQUE_SECTION): Document that it can be called for
14782         unitialised data decls.
14783
14784         * config/i386/winnt.c (i386_pe_unique_section): Cope with
14785         being called for uninitialised data.
14786
14787         * config/i386/interix.c (i386_pe_unique_section): Cope with
14788         being called for uninitialised data.
14789
14790         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
14791         for uninitialised data.
14792
14793         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
14794         for uninitialised data.
14795
14796         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
14797         for uninitialised data.
14798
14799         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
14800         (UNIQUE_SECTION_P): Always generate a unique section if
14801         flag_data_sections is true.
14802         (UNIQUE_SECTION): Also generate unique sections for
14803         uninitialised data.
14804         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
14805         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
14806         named_section().
14807
14808 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14809
14810         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
14811         SI, or DI.
14812
14813 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14814
14815         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
14816         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
14817         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
14818         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
14819         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
14820
14821         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
14822
14823 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
14824
14825         * c-decl.c (finish_enum): Simplify code to determine minimum and
14826         maximum values of the enum, and calculate the type.  Remove check
14827         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
14828         the DECL_INITIAL of each enumeration constant with a copy converted
14829         to the enumeration type.  When updating variant types, don't bother
14830         updating the type itself.
14831
14832         * c-typeck.c (build_binary_op): Simplify conditional expressions
14833         when weeding out spurious signed-unsigned warnings.  Add new
14834         spurious warning category: if the unsigned quantity is an enum
14835         and its maximum value fits in signed_type(result_type).  Update
14836         commentary.
14837         (build_conditional_expr): Warn here if one alternative is signed
14838         and the other is unsigned.
14839
14840 2000-01-05  Nick Clifton  <nickc@cygnus.com>
14841
14842         * config/fr30/fr30.h: Remove extraneous comments.
14843
14844 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
14845
14846         * reload1.c (choose_reload_regs): When disabling a reload, also
14847         set reload_spill_index to -1.
14848
14849 2000-01-04  Joel Sherrill (joel@OARcorp.com>
14850
14851         * configure.in (m68*-*-rtemscoff*): New target, formal name for
14852         old m68*-*-rtems*.
14853         (m68*-*-rtemself*): New target.
14854         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
14855         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
14856         (sparc*-*-rtemself*): New target.
14857         (sparc*-*-rtems*): Now elf not a.out.
14858         * config/i386/rtems.h: Include config/rtems.h.
14859         * config/i386/rtemself.h: Include config/rtems.h.
14860         * config/i960/rtems.h: Include config/rtems.h.
14861         * config/m68k/rtems.h: Include config/rtems.h.
14862         * config/m68k/rtemself.h: Include config/rtems.h.
14863         * config/mips/rtems64.h: Include config/rtems.h.
14864         * config/pa/rtems.h: Include config/rtems.h.
14865         * config/rs6000/rtems.h: Include config/rtems.h.
14866         * config/sh/rtems.h: Include config/rtems.h.
14867         * config/sh/rtemself.h: Include config/rtems.h.
14868         * config/sparc/rtems.h: Include config/rtems.h.
14869         * config/sparc/rtemself.h: Include config/rtems.h
14870
14871 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
14872
14873         * final.c (shorten_branches): Correctly compute length of
14874         asms without operands.
14875
14876 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
14877
14878         * configure.in: Add pj target.
14879         * configure: Regenerate.
14880         * config/pj: New directory.
14881         * config/pj/lib1funcs.S: New file.
14882         * config/pj/linux.h: New file.
14883         * config/pj/pj.c: New file.
14884         * config/pj/pj.md: New file.
14885         * config/pj/pjl.h: New file.
14886         * config/pj/t-pj: New file.
14887         * config/pj/xm-pj.h: New file
14888
14889 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
14890
14891         * toplev.c (rest_of_compilation): Run shorten-branches before
14892         reg-stack for now.
14893
14894 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14895
14896         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
14897         macros so that they're consistent with their names.
14898         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
14899         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
14900
14901 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14902
14903         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
14904         modified inadvertently.
14905
14906 2000-01-04  Joel Sherrill <joel@OARcorp.com>
14907
14908         * configure.in (v850*-*-rtems*): New target.
14909         * configure: Regenerate.
14910         * config/v850/rtems.h: New file.
14911
14912 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
14913
14914         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
14915         (__gthread_key_create): Likewise.
14916         (__gthread_key_dtor):  Likewise.
14917         (__gthread_once): Fix logic.
14918         (__gthread_key_delete): Cast away constness.
14919
14920         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
14921         * invoke.texi: Document.
14922         * i386/mingw32.h (CPP_SPEC): Use.
14923         (LIBGCC_SPEC): Likewise.
14924         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
14925
14926 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
14927
14928         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
14929         (HANDLE_PRAGMA_PACK): Undefine.
14930         (SLOW_UNALIGNED_ACCESS): Define.
14931
14932 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
14933
14934         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
14935         to default definition.
14936         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
14937         (store_fixed_bit_field): Call macro with word_mode and alignment.
14938         (extract_bit_field): Call macro with relevant mode and alignment.
14939         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
14940         to default definition.
14941         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
14942         and alignment.
14943         (move_by_pieces_ninsns): Likewise.
14944         (clear_by_pieces): Likewise.
14945         (emit_push_insn): Likewise.
14946         (store_field): Call macro with relevant mode and alignment.
14947         (expand_expr): Likewise.
14948         (expand_expr_unaligned): Likewise.
14949
14950         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
14951         (SLOW_UNALIGNED_ACCESS): Define.
14952         (CASE_VECTOR_MODE): Always use 32-bit offsets.
14953         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
14954         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
14955         (toc_section): Likewise and .toc pseudo-op.
14956         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
14957         64-bit mode.
14958         (TEXT_SECTION_ASM_OP): Likewise.
14959         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
14960         32-bit offsets.
14961
14962         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
14963         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
14964         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
14965         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
14966         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
14967
14968 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
14969
14970         * regclass.c: Revert my Jan 4 change to loop cost computation.
14971
14972 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
14973
14974         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
14975         compilation.
14976
14977 2000-01-04  Stan Cox  <scox@cygnus.com>
14978
14979         * haifa-sched.c (build_control_flow): Change unreachable simple
14980         loop test to check if current block has only one predecessor.
14981         (find_rgns): Initialize degree.  Use dest as degree index, not src.
14982
14983 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14984
14985         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
14986
14987         * calls.c (expand_call): Likewise for
14988         `old_stack_arg_under_construction'.
14989
14990         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
14991
14992         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
14993         `save_constant'.
14994
14995         * gcc.c (execute): Likewise for `ut' and `st'.
14996
14997         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
14998
14999         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
15000
15001         * jump.c (jump_optimize_1): Likewise for `temp2'.
15002
15003         * local-alloc.c (block_alloc): Likewise for `r1'.
15004
15005         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
15006
15007         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
15008         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
15009
15010         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
15011         and `set2'.
15012
15013         * reload.c (find_reloads): Likewise for `goal_alternative_number'
15014         and `goal_earlyclobber'.
15015
15016         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
15017
15018         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
15019
15020         * stupid.c (stupid_life_analysis): Likewise for `chain'.
15021
15022         * unroll.c (copy_loop_body): Likewise for `copy'.
15023
15024         * varasm.c (output_constructor): Likewise for `byte'.
15025
15026 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
15027
15028         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
15029         all FP constants for constant->reg moves.
15030         (ix86_split_to_parts): Try to convert memory address into immediate
15031         when available in the constant pool.
15032         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
15033         moves.
15034         (LEGITIMATE_CONSTANT_P): Return 1.
15035         * i386.md (pushsf): New splitter to convert constant pool memory
15036         reference to immediate.
15037         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
15038         reload.
15039
15040 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
15041
15042         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
15043         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
15044         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
15045         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
15046         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
15047
15048 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
15049
15050         * ginclude/stdbool.h:  Support compilation as C++.
15051
15052 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
15053
15054         * fold-const.c (make_range): Don't try to reverse an unbounded range.
15055
15056 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
15057
15058         * regclass.c (regclass): Properly compute loop_cost.  Adjust
15059         comments.
15060
15061         * regclass.c: Fix minor whitespace problems.
15062
15063 2000-01-03  Anthony Green  <green@cygnus.com>
15064
15065         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
15066         Restore the pic register if required.
15067
15068 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
15069
15070         * c-common.c (format_char_info): Update comment.
15071         (check_format_info): Recognize 'z' modifier in the same way 'Z'
15072         was recognized.  Emit warning for formats new in ISO C99 only
15073         if flag_isoc9x is not set.
15074
15075 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
15076
15077         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
15078
15079 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
15080
15081         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
15082         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
15083         (make_compound_operation): Choose cheaper alternative between
15084         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
15085
15086         * regclass.c (op_costs): Remove global variable.
15087         (record_reg_classes): New parameter "op_costs" and "reg_pref".
15088         (record_operand_costs): Break out from ...
15089         (scan_one_insn): ... here.
15090         (dump_regclass): Make dumps nicer.
15091         (regclass): Dump preferrences choosed and changes done during passes.
15092
15093 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
15094
15095         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
15096
15097 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
15098
15099         * config/sparc/sparc.c (gen_df_reg): New function.
15100         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
15101         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
15102         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
15103         movtf_cc_reg_sp64+1): Use it.
15104
15105 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
15106
15107         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
15108         copied LABEL_DECLs.
15109
15110 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15111
15112         * config/i386/i386.c (ix86_expand_unary_operator): Function
15113         definition made void.
15114         (ix86_expand_binary_operator): Update outdated preceding comment.
15115         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
15116         prototype.
15117
15118         * config/i386/i386.c (override_options): Fix option-name typo.
15119
15120 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
15121
15122         * system.h (CEIL): Define.
15123         * builtins.c (CEIL): Remove.
15124         * expmed.c (CEIL): Likewise.
15125         * expr.c (CEIL): Likewise.
15126         * stor-layout.c (CEIL): Likewise.
15127
15128 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15129
15130         * expr.c (store_constructor_field): Fix typo introduced with last
15131         gcc2 merge.
15132
15133 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
15134
15135         * tree.h (BINFO_N_BASETYPES): New macro.
15136
15137 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
15138
15139         * expmed.c (emit_store_flag): Prevent losing a pending stack
15140         adjust the same way we prevent losing queued increments.
15141
15142 See ChangeLog.2 for earlier changes.