OSDN Git Service

* calls.c (emit_library_call_value_1): Revert previous change.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 Mon Jul  3 21:31:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
2
3         * calls.c (emit_library_call_value_1): Revert previous change.
4
5 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
6
7         * fix-header.c (struct partial_proto): Remove unnecessary fields.
8         (recognized_extern, recognized_function, read_scan_file):
9         Update for new scheme.
10         (check_protection): It's still a multiple include guard even
11         if it doesn't always trigger.
12         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
13         new scheme.
14         * scan.h: Declare struct cpp_token.  Update prototypes.
15
16 2000-07-03  Neil Booth  <neilb@earthling.net>
17             Zack Weinberg  <zack@wolery.cumb.org>
18
19         Complete overhaul of the lexer and macro expander.
20
21         * cpphash.c (object_defn, funct_defn, push_macro_expansion,
22         arg, arglist, argdata, reflist, collect_objlike_expansion,
23         collect_funlike_expansion, collect_params,
24         warn_trad_stringify, trad_stringify, duplicate_arg_p, add_pat,
25         unsafe_chars, macarg, compare_defs, special_symbol,
26         scan_arguments, stringify, funlike_macroexpand,
27         _cpp_quote_string, monthnames): Delete.
28         (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
29         _cpp_create_definition, _cpp_dump_definition,
30         dump_hash_helper): Adjust.
31         (find_param, count_params, parse_define, var_args_str,
32         check_macro_redefinition, save_expansion): New.
33
34         * cpplex.c (skip_block_comment, skip_line_comment, parse_name,
35         parse_string, output_line_command, trigraph_replace,
36         lex_line, cpp_push_buffer, cpp_pop_buffer, cpp_output_tokens,
37         cpp_scan_buffer_nooutput, cpp_scan_buffer, cpp_free_toklist,
38         cpp_idcmp, _cpp_get_directive_token, _cpp_init_input_buffer,
39         _cpp_skip_rest_of_line): Modify.
40
41         (maybe_macroexpand, skip_comment, copy_comment, skip_string,
42         find_position, null_warning, bump_column, expand_name_space,
43         pedantic_whitespace, _cpp_output_list, _cpp_slice_toklist,
44         _cpp_squeeze_toklist, _cpp_scan_until, _cpp_skip_hspace,
45         _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
46         _cpp_prescan): Delete.
47
48         (dump_param_spelling, process_directive, lex_next,
49         is_macro_disabled, stringify_arg, expand_context_stack,
50         output_token, make_string_token, alloc_number_token,
51         special_symbol, duplicate_token, maybe_paste_with_next,
52         can_paste, prevent_macro_expansion, restore_macro_expansion,
53         get_temp_token, release_temp_tokens, quote_string,
54         token_names, token_spellings, _cpp_expand_name_space,
55         _cpp_glue_header_name, _cpp_reserve_name_space,
56         digraph_spellings, trigraph_ok, skip_whitespace, save_comment,
57         placemarker_token, eof_token, cpp_context, macro_args,
58         get_raw_token, parse_arg, parse_args, save_token,
59         push_arg_context, push_macro_context, pop_context,
60         do_pop_context, free_macro_args, _cpp_get_line,
61         _cpp_run_directive): New.
62
63         * cpplib.c (validate_else, parse_include, push_conditional,
64         pass_thru_directive, read_line_number, parse_ifdef,
65         detect_if_not_defined, _cpp_check_directive, do_define,
66         do_undef, do_include, do_import, do_include_next, do_error,
67         do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
68         top_pragmas, do_pragma_gcc, do_pragma_implementation,
69         do_pragma_poison, do_pragma_system_header,
70         do_pragma_dependency, do_sccs, do_ifdef, do_ifndef, do_else,
71         dl_elif, do_endif, _cpp_unwind_if_stack, do_assert,
72         do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
73         cpp_defined): Update for new scheme.
74         (strtoul_for_line, get_define_node, dump_macro_name,
75         _cpp_check_linemarker, _cpp_parse_assertion): New.
76         (_cpp_handle_directive, do_pragma_default): Delete.
77         
78         * cpphash.h (struct predicate): Now struct answer.
79         (enum spell_type, struct token_spelling, struct directive,
80         directive_handler): New.
81         Update prototypes.  Remove unused macros.
82         * cpplib.h: Update prototypes.  Remove unused macros,
83         structure definitions, and fields.
84
85         * cpperror.c (print_containing_files, v_message): Adjust.
86         * cppexp.c (parse_assertion, lex, parse_escape, 
87         _cpp_parse_expr): Adjust.
88         * cppfiles.c (open_include_file, _cpp_execute_include,
89         _cpp_compare_file_date, cpp_read_file, read_include_file):
90         Adjust.
91         * cppinit.c (dump_special_to_buffer): Delete.
92         (append_include_chain, merge_include_chains, cpp_reader_init,
93         cpp_cleanup, initialize_builtins, builtin_array, cpp_start_read,
94         cpp_finish, handle_option, print_help): Adjust.
95         * cppmain.c (main): Adjust.
96
97 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
98
99         * cppspec.c (lang_specific_driver): Use double quotes in error
100         message.
101
102 Mon Jul  3 16:53:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
103
104         * calls.c (emit_library_call_value_1): Use valreg instead
105         of hard_libcall_value.
106
107 2000-07-03  Geoff Keating  <geoffk@cygnus.com>
108
109         * config/rs6000/rs6000.c (rs6000_emit_move): New function.
110         * config/rs6000/rs6000-proto.h: Prototype rs6000_emit_move.
111         * config/rs6000/rs6000.md (movsi): Use rs6000_emit_move.
112         (movhi): Likewise.
113         (movqi): Likewise.
114         (movdf): Likewise.
115         (movsf): Likewise.
116         (movdi): Likewise.
117         (movti): Likewise.
118
119         * expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when
120         mode instead of wider_mode is being used.
121
122 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
123
124         * config/i386/i386.md (movstrictqi_xor): Use 'q' constraint instead
125         of 'r'. Use q_regs_operand.
126         (andsi_1+2): Use q_regs_operand.
127
128 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
129
130         * builtins.c (get_memory_rtx): Always put into alias set 0.
131
132 2000-07-03  Nick Clifton  <nickc@cygnus.com>
133
134         * config/arm/arm.md: Fix post increment and pre increment
135         peepholes so that they do not generate UNPREDICATBLE opcodes.
136         (ie ones where the increment clobbers the source/destination).
137
138 2000-07-01  Marek Michalkiewicz  <marekm@linux.org.pl>
139
140         * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer
141         change too big for -mtiny-stack" a warning, if larger than 63.
142         (out_set_stack_ptr): Change the logic so -mno-interrupts is
143         always safe to use on possible future devices.
144         (function_prologue): Write SPH before SPL, for consistency.
145         If interrupt_func_p true, we know we have enabled interrupts.
146         (avr_num_arg_regs): New function.  Round up to even number of
147         bytes if no -mpack-args or if calling a libgcc function.
148         (function_arg, function_arg_advance): Use it.
149         (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
150         Output "movw" if available.
151         (out_tsthi, out_tstsi, ashlqi3_out, lshrqi3_out): Change uses
152         of TEST_HARD_REG_CLASS macro to test_hard_reg_class function.
153         (asm_output_section_name): Add blanks for consistent output.
154         (encode_section_info): Set TREE_READONLY for progmem data to
155         avoid gas warnings about changed section attributes.
156         (avr_hard_regno_mode_ok): Force non-QImode data to start in
157         even numbered registers on devices with "movw".
158         * config/avr/avr.h (MASK_*): Define bits for target_flags.
159         (TARGET_SWITCHES): Mark help strings for translation.
160         Add new -mpack-args and -menhanced switches.
161         (TARGET_OPTIONS): Mark help strings for translation.
162         (progmem_section): Add section attributes.
163         * config/avr/avr.md (*movhi, call_insn, call_value_insn):
164         Output "movw" if available.
165         (mulqi3, mulqihi3, umulqihi3, mulhi3, *tablejump_enh):
166         New patterns.
167         * config/avr/libgcc.S (_mulqi3, _divqi3): Update to the new
168         call convention (arguments aligned on even registers).
169         (_cleanup, _exit): Make weak symbols libc can override.
170
171 2000-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
172
173         * fp-bit.h: New file.
174
175         * fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
176         Comment #endif statements.
177         (__thenan_sf, __thenan_df): Add missing braces around initializer.
178
179 Mon Jul  3 00:32:47 2000  Jeffrey A Law  (law@cygnus.com)
180
181         * gcse.c (compute_pre_data): Compute ae_kill using other local
182         properties instead of calling compute_ae_kill.
183
184         * alias.c (init_alias_analysis): Do not call
185         prologue_epilogue_contains until after reload has completed.
186
187 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
188
189         * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
190         (genrtl_finish_compound_stmt): Likewise.
191         (genrtl_compound_stmt): Change to return void.
192
193         * c-semantics.c (genrtl_begin_compound_stmt): Remove function and 
194         move code from here to ...
195         (genrtl_compound_stmt): ... here.
196         (genrtl_finish_compound_stmt): Remove.
197         (expand_stmt): Add comment.
198
199 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org>
200
201         * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
202         and VOID_TYPE_P.
203
204 2000-07-02  Jakub Jelinek  <jakub@redhat.com>
205
206         * cpplib.h (struct cpp_reader): New field include_depth.
207         (struct cpp_printer): Rename last_bsd to last_id.
208         * cppfiles.c (read_include_file): Bump include_depth.
209         * cpplex.c (cpp_pop_buffer): Decrement include_depth.
210         (output_line_command): Output correct #line if a header
211         is including itself and is not protected against multiple inclusion.
212         Use include_depth instead of buffer_stack_depth, last_id instead of
213         last_bsd.
214         * cppinit.c (cpp_start_read): Initialize last_id instead of
215         last_bsd.
216
217 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
218
219         * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
220         (c-semantics.o): New target.
221         
222         * c-common.h (TREE_LANG_FLAG_?): Added documentation.
223         (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
224         (genrtl_clear_out_block): Likewise.
225         (genrtl_goto_stmt): Likewise.
226         (genrtl_expr_stmt): Likewise.
227         (genrtl_decl_stmt): Likewise.
228         (genrtl_if_stmt): Likewise.
229         (genrtl_while_stmt): Likewise.
230         (genrtl_do_stmt): Likewise.
231         (genrtl_return_stmt): Likewise.
232         (genrtl_for_stmt): Likewise.
233         (genrtl_break_stmt): Likewise.
234         (genrtl_continue_stmt): Likewise.
235         (genrtl_scope_stmt): Likewise.
236         (genrtl_switch_stmt): Likewise.
237         (genrtl_case_label): Likewise.
238         (genrtl_begin_compound_stmt): Likewise.
239         (gerntl_finish_compound_stmt): Likewise.
240         (genrtl_compound_stmt): Likewise.
241         (genrtl_asm_stmt): Likewise.
242         (genrtl_decl_cleanup): Likewise.
243         (DECL_ANON_UNION_ELEMS): Likewise.
244         (emit_local_var): Likewise.
245         (make_rtl_for_local_static): Likewise.
246         (expand_cond): Likewise.
247         (expand_stmt): Likewise.
248         (c_expand_return): Likewise.
249         (c_expand_start_case): Likewise.
250         (do_case): Likewise.
251         (COMPOUND_STMT_NO_SCOPE): Likewise.
252         (c_expand_asm_operands): Likewise.
253         (NEW_FOR_SCOPE_P): New macro.
254         (expand_expr_stmt_fn): New type.
255
256         (set_current_function_name_declared): Likewise.
257         (current_function_name_declared): Likewise.
258         (lang_expand_stmt): Likewise.
259         (stmts_are_full_exprs_p): Likewise.
260         (anon_aggr_type_p): Likewise.
261         (lang_expand_expr_stmt): Likewise.
262         (build_case_label): Likewise.
263         
264         * c-decl.c (lang_expand_expr_stmt): Initialize.
265         (stmts_are_full_exprs_p): Define.
266         (current_function_name_declared): Likewise.
267         (do_case): Likewise.
268         (lang_expand_stmt): Likewise.
269         (set_current_function_name_declared): Likewise.
270         (anon_aggr_type_p): Likewise.
271         
272         * c-semantics.c: New file.
273         (expand_cond): Moved from cp/semantics.c.
274         (genrtl_do_pushlevel): Likewise.
275         (genrtl_clear_out_block): Likewise.
276         (genrtl_goto_stmt): Likewise.
277         (genrtl_expr_stmt): Likewise.
278         (genrtl_decl_stmt): Likewise.
279         (genrtl_if_stmt): Likewise.
280         (genrtl_while_stmt): Likewise.
281         (genrtl_do_stmt): Likewise.
282         (genrtl_return_stmt): Likewise.
283         (genrtl_for_stmt): Likewise.
284         (genrtl_break_stmt): Likewise.
285         (genrtl_continue_stmt): Likewise.
286         (genrtl_scope_stmt): Likewise.
287         (genrtl_switch_stmt): Likewise.
288         (genrtl_case_label): Likewise.
289         (genrtl_begin_compound_stmt): Likewise.
290         (genrtl_finish_compound_stmt): Likewise.
291         (genrtl_compound_stmt): Likewise.
292         (genrtl_asm_stmt): Likewise.
293         (genrtl_decl_cleanup): Likewise.
294         (make_rtl_for_local_static): Moved from cp/decl.c.
295         (emit_local_var): Likewise.
296         (expand_stmt): Define.
297
298         * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
299         (c_expand_return): Likewise.
300         (c_expand_start_case): Likewise.
301                 
302 2000-07-01  Richard Henderson  <rth@cygnus.com>
303
304         * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
305         with the low 13 bits set.
306         (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
307         * config/ia64/ia64.md (movdi): Likewise.  Expand a CONST with one
308         of the low 13 bits into a CONST plus an adddi3.
309         (load_symptr): Set RTX_UNCHANGING_P.
310
311 2000-06-30  Mark Mitchell  <mark@codesourcery.com>
312
313         * Makefile.in (c-common.o): Don't depend on c-tree.h or c-lex.h.
314         * c-common.c (ridpointers): Declare.
315         * c-common.h (enum rid): Declare.
316         (NORID): Likewise.
317         (ridpointers): Likewise.
318         * c-lex.c (ridpointers): Don't declare.
319         (init_lex): Initialize ridpointers.
320         * c-lex.h (enum rid): Don't declare.
321         (NORID): Likewise.
322         (RID_FIRST_MODIFIER): Likewise.
323         (ridpointers): Likewise.
324         
325 2000-06-30  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
326
327         * pa/som.h (ASM_WEAKEN_LABEL): Export weak data symbols so that they
328         have global scope.
329
330 2000-06-30  Martin von Loewis  <loewis@informatik.hu-berlin.de>
331
332         * invoke.texi (-Wreturn-type): In C++, a missing return type is
333         always an error.
334
335 2000-06-30  Catherine Moore  <clm@cygnus.com>
336  
337         * c-common.c (decl_attributes):  Differentiate between
338         types and type decls for alignment.
339
340 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
341
342         * cpp.texi: Document #pragma GCC dependency
343         * cppfiles.c (open_include_file): Set date to unknown.
344         (_cpp_compare_file_date): New function.
345         (read_include_file): Set file date.
346         * cpphash.h (struct include_file): Add date member.
347         (_cpp_compare_file_date): Prototype.
348         * cpplib.c (parse_include): Add trail parameter. Adjust.
349         (do_include): Adjust parse_include call.
350         (do_import): Likewise.
351         (do_include_next): Likewise.
352         (gcc_pragmas): Add dependency pragma.
353         (do_pragma_dependancy): New pragma.
354
355 2000-06-29  Jason Merrill  <jason@redhat.com>
356
357         * dwarf2out.c (output_loc_operands): Don't abort on codes that have
358         no operands.
359
360 2000-06-29  Jim Wilson  <wilson@cygnus.com>
361
362         * config/ia64/ia64.h (PREFERRED_RELOAD_CLASS): Return NO_REGS for
363         a volatile mem and FR_REGS.
364
365 2000-06-29  Mark Mitchell  <mark@codesourcery.com>
366
367         * c-common.c: Include c-common.h, not c-lex.h or c-tree.h.
368         * c-common.h (flag_const_strings): Declare.
369         (warn_format): Likewise.
370         (flag_traditional): Likewise.
371         (flag_isoc99): Likewise.
372         (warn_parentheses): Likewise.
373         (warn_conversion): Likewise.
374         (C_TYPE_OBJECT_P): Likewise.
375         (C_TYPE_INCOMPLETE_P): Likewise.
376         (C_TYPE_FUNCTION_P): Likewise.
377         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
378         (C_EXP_ORIGINAL_CODE): Likewise.
379         (build_unary_op): Likewise.
380         (build_binary_op): Likewise.
381         (lvalue_p): Likewise.
382         (default_conversion): Likewise.
383         (common_type): Likewise.
384         * c-tree.h (C_TYPE_OBJECT_P): Remove.
385         (C_TYPE_INCOMPLETE_P): Likewise.
386         (C_TYPE_FUNCTION_P): Likewise.
387         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
388         (C_EXP_ORIGINAL_CODE): Likewise.
389         (common_type): Likewise.
390         (default_conversion): Likewise.
391         (build_binary_op): Likewise.
392         (build_unary_op): Likewise.
393         (lvalue_p): Likewise.
394         (flag_const_strings): Likewise.
395         (warn_format): Likewise.
396         (warn_conversion): Likewise.
397         (flag_traditional): Likewise.
398         (flag_isoc99): Likewise.
399         (warn_parentheses): Likewise.
400         
401 2000-06-29  James E. Wilson  <wilson@cygnus.com>
402
403         * config/ia64/linux.h (LINK_SPEC): Change so.1 to so.2.
404         
405         * config/ia64/ia64.h (MODES_TIEABLE_P): Only tie if mode class is the
406         same.  Only tie XFmode with XFmode.
407
408 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
409
410         * c-decl.c, timevar.c, tlink.c: Include intl.h.
411         * Makefile.in: Update deps.
412
413 2000-06-29  Andrew Haley  <aph@cygnus.com>
414
415         * toplev.c (main): On an IA-64, make flag_unwind_tables defauit
416         to true.
417
418 2000-06-29  Andrew Haley  <aph@cygnus.com>
419
420         * config/ia64/linux.h (JMP_BUF_SIZE): Size is in Pmode units, not
421         bytes: remove the multiply by 8.
422
423 2000-06-29  Philipp Thomas  <pthomas@suse.de>
424
425         * rtl.c : Revert NLS changes.
426         * gcc.c : Fix bug in display_help introced by my last changes.
427
428 Wed Jun 28 21:09:33 2000   Raja R Harinath <harinath@cs.umn.edu>
429
430         * dbxout.c (dbxout_symbol, case RESULT_DECL, VAR_DECL): Use
431         DECL_CONTEXT, not DECL_FIELD_CONTEXT.
432
433 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
434
435         * flow.c (flow_depth_first_order_compute): Fix algorithm.
436
437 2000-06-28  Philipp Thomas  <pthomas@suse.de>
438
439         * c-decl.c : Mark strings for translation.
440         (parmlist_tags_warning): Use distinct messages instead
441         of conditional expressions.
442         * diagnostic.c (v_message_with_decl): Mark string for translation.
443         * gcc.c: Mark messages for translation.
444         (display_help): Combine messages into one string where necessary.
445         * mips-tfile: Add intl.h. Mark messages for translation.
446         * rtl.c (fatal_with_file_and_line): Modify function for NLS. Mark
447         messages for translation.
448         * timevar.c: Mark messages for translation.
449         * tlink.c: Likewise.
450         * toplev.c: Likewise.
451
452 Wed Jun 28 15:39:26 2000  Donn Terry (donnte@microsoft.com)
453
454         * i386-interix.h (STRIP_NAME_ENCODING): Declare _new_name properly.
455
456         * alpha/alpha-interix.h: Delete redundant -Asystem(interix),
457         use -isystem instead of -idirafter.
458         * i386/i386-interix.h: Likewise.
459
460 2000-06-28  Jason Merrill  <jason@redhat.com>
461
462         * dwarf2out.c (output_loc_operands): Don't support >1 byte output
463         unless DWARF2_DEBUGGING_INFO is defined.
464         (ASM_OUTPUT_DWARF_*): Wrap normal output defs with #ifndefs.
465
466 2000-06-28  Richard Henderson  <rth@cygnus.com>
467
468         * config/alpha/alpha.c (summarize_insn): Ignore SCRATCH.
469
470 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
471
472         * cpplex.c (output_line_command): Output correct #line if a header
473         is including itself and is not protected against multiple inclusion.
474
475 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
476
477         * cppfiles.c (open_include_file): If open(2) returns EMFILE or
478         ENFILE, close all cached file descriptors and try again.      
479         (_cpp_execute_include): Keep a count of the number of times
480         each header is included.
481         (close_cached_fd): New function.
482         * cpphash.h (struct include_file): Rename before to
483         include_count; all users updated.  Make include_count and sysp
484         unsigned short.
485         * cppinit.c (cpp_finish): If -H, report headers that could use
486         reinclude guards.
487         (report_missing_guard): New function.
488
489 Wed Jun 28 14:46:58 MET DST 2000  Jan Hubicka  <jh@suse.cz>
490
491         * i386.md (prologue_set_got): Set length_immediate field.
492         (testqi_ccno_1):  Add missing '@' character.
493
494 2000-06-27  Jason Merrill  <jason@redhat.com>
495
496         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Use
497         DWARF_FRAME_REGNUM.
498
499 2000-06-27  Andrew Macleod <amacleod@cygnus.com>
500
501         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA2): Provide default when no 
502         unsigned macros available.
503
504 2000-06-27  Richard Henderson  <rth@cygnus.com>
505
506         * config/ia64/ia64.c (emit_insn_group_barriers): Special case
507         epilogue_deallocate_stack.
508
509         * config/ia64/ia64.c (ia64_print_operand) [case D]: Emit
510         completers for UNORDERED and ORDERED as well.
511         * config/ia64/ia64.md (bunordered, bordered): New.
512         (sunordered, sordered): New.
513
514 Tue Jun 27 12:14:12 MET DST 2000  Jan Hubicka  <jh@suse.cz>
515
516         * genattrtab.c (write_attr_value): Do not abort for CONST_INT operands.
517         * i386.c (ix86_attr_length_default): Kill.
518         (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
519         New.
520         * i386-protos.h (ix86_attr_length_default): Kill
521         (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
522         Add prototype
523         * i386.md (attribute type): Add "test".
524         (attribute length_prefix): Kill.
525         (attribute length_opcode): Kill.
526         (attribute i387, mode, length_immediate, length_address, prefix_data16,
527         prefix_rep, prefix_0f, modrm): New.
528         (attribute length): Compute using the new attributes.
529         (attribute pent_prefix): New.
530         (attribute pent_pair): Compute using pent_prefix.
531         (all insn patterns): Set mode,modrm and immediate_length attributes where
532         needed.
533         (cmpsi patterns): Compute sizes propertly for test instruction.
534         (movsi, movhi patterns): Compute sizes propertly for eax shortcuts.
535         (movstricthi_xor, movstrictqi_xor): New patterns.
536         (andsi/andhi): Use splitters to generate xor instructions.
537         (xorqi_ext_1): New pattern.
538         (movstricthi->movstricthi_xor peep2): New.
539
540 Tue Jun 27 12:03:03 MET DST 2000  Jan Hubicka  <jh@suse.cz>
541
542         * i386.md (addqi_low_1): Remove.
543
544 2000-06-27  Philipp Thomas  <pthomas@suse.de>
545
546         * 1750a.h: Mark help strings for options/switches for translation.
547         * a29k.h: Likewise.
548         * alpha.h: Likewise.
549         * arm.h: Likewise.
550         * pe.h: Likewise.
551         * riscix.h: Likewise.
552         * c4x.h: Likewise.
553         * clipper.h: Likewise.
554         * convex.h: Likewise. 
555         * elxsi.h: Likewise.
556         * fr30.h: Likewise.
557         * fx80.h: Likewise.
558         * h8300.h: Likewise.
559         * i370.h: Likewise.
560         * cygwin.h: Likewise.
561         * dgux.h: Likewise.
562         * djgpp.h: Likewise.
563         * i386.h: Likewise.
564         * osf1elf.h: Likewise.
565         * osfrose.h: Likewise.
566         * sco5.h: Likewise.
567         * win32.h: Likewise.
568         * i860.h: Likewise.
569         * paragon.h: Likewise.
570         * i960.h: Likewise.
571         * ia64.h: Likewise.
572         * m32r.h: Likewise.
573         * mcore.h: Likewise.
574         * mips.h: Likewise.
575         * mn10300.h: Likewise.
576         * ns32k.h: Likewise.
577         * pdp11.h: Likewise.
578         * pj.h: Likewise.
579         * aix.h: Likewise.
580         * aix41.h: Likewise.
581         * aix43.h: Likewise.
582         * beos.h: Likewise.
583         * rs6000.h: Likewise.
584         * sysv4.h: Likewise.
585         * linux.h: Likewise.
586         * linux64.h: Likewise.
587         * sp64-elf.h: Likewise.
588         * sparc.h: Likewise.
589         * splet.h: Likewise.
590         * v850.h: Likewise.
591         * convex.h (TARGET_SWITCHES): Provide descriptions and mark them
592         for translation.
593         * sp86x-aout.h: Remove bogus first definition of SUBTARGET_SWITCHES.
594         Properly document option and mark for translation.
595         * sp86x-elf.h: Likewise.
596
597 2000-06-27  Bernd Schmidt  <bernds@cygnus.co.uk>
598
599         Add MMX and SSE registers to i386 machine description.
600         * i386-protos.h (ix86_constant_alignment, ix86_data_alignment,
601         ix86_local_alignment): Declare.
602
603         * i386.h (TARGET_MMX, TARGET_SSE): New.
604         (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS, CALL_USED_REGISTERS,
605         REG_ALLOC_ORDER, HARD_REGNO_NREGS, HARD_REGNO_MODE_OK,
606         REG_CLASS_NAMES, REG_CLASS_CONTENTS,REG_CLASS_FROM_LETTER,
607         enum reg_class, HI_REGISTER_NAMES): Added MMX/SSE registers.
608         (FIRST_SSE_REG, LAST_SSE_REG, SSE_REGNO_P): New.
609         (FIRST_MMX_REG, LAST_MMX_REG, MMX_REGNO_P, MMX_REG_P): New macros.
610         (RETURN_IN_MEMORY): Handle MMX/SSE.
611         (REG_PARM_STACK_SPACE): Added so the first three TImode parameters
612         also get stack space.
613         (MUST_PASS_IN_STACK): Added TImode to the default definition.
614         (CUMULATIVE_ARGS): Added sse_nregs, sse_regno and sse_words.
615         (MMX_REGISTER_NAMES): New.
616         (ALIGN_MODE_128): New macro.
617         (CONSTANT_ALIGNMENT): Code moved out-of-line; just call the function.
618         (DATA_ALIGNMENT): Likewise.
619         (LOCAL_ALIGNMENT): Likewise.
620         (CONDITIONAL_REGISTER_USAGE): Make MMX/SSE regs fixed if not
621         TARGET_MMX/TARGET_SSE.
622         (VALID_SSE_REG_MODE, VALID_MMX_REG_MODE): New macros.
623         (REG_CLASS_FROM_LETTER): 'y' for MMX regs.
624         (SECONDARY_MEMORY_NEEDED): Be conservative about copying between
625         SSE/MMX regs and something else.
626         (CLASS_MAX_NREGS): 1 for SSE and MMX regs.
627         (REGISTER_MOVE_COST): 10 if trying to move between MMX and SSE regs,
628         3 if moving between MMX regs and something else.
629
630         * i386.c (reg_class): Add SSE_REGS, MMX_REGS.
631         (regclass_map): Add MMX/SSE registers.
632         (print_operand): Add code to print XMMWORD as appropriate.
633         (ix86_split_movdi): Abort for MMX regs.
634         (init_cumulative_args): Also allow SSE_REGS
635         (function_arg_advance, function_arg): Likewise
636         (print_reg): Support 'm'.  Add case for TImode.
637         (override_options): TARGET_SSE implies TARGET_MMX.
638         (ix86_constant_alignment, ix86_data_alignment, ix86_local_alignment):
639         New functions.
640
641         * config/i386/unix.h (VALUE_REGNO): VECTOR_MODE values go to
642         FIRST_SSE_REG.
643         * config/i386/ptx4-i.h (RETURN_IN_MEMORY): Return MMX values in
644         memory.
645         * config/i386/sysv4.h (RETURN_IN_MEMORY): Likewise.
646         * config/i386/i386elf.h (RETURN_IN_MEMORY): Likewise.
647
648 2000-06-26  Geoff Keating  <geoffk@cygnus.com>
649
650         * ssa.c (struct rename_set_data): Change the name of field
651         'set_dest' to 'old_reg'.  Add comments.
652         (struct rename_context): Change the name of 'set_data' to
653         'new_renames'.  Add new field 'done_renames'.
654         (create_delayed_rename): New function.
655         (apply_delayed_renames): New function.
656         (rename_insn_1): Use the new functions.  Handle CLOBBERS.  Handle
657         SUBREGs and similar by emitting a move.
658         (new_registers_for_updates): Delete, functionality moved to
659         apply_delayed_renames.
660         (rename_block): Handle moves emitted by rename_insn_1 by putting
661         them into a SEQUENCE with the original insn.  Add sanity checks
662         and comments.
663         (rename_equivalent_regs_in_insn): Don't handle SUBREGs specially.
664         (rename_equivalent_regs): Expand SEQUENCEs out to individual insns.
665         
666 2000-06-26  Andrew Macleod <amacleod@cygnus.com>
667             Jason Merrill <jason@redhat.com>
668
669         * dwarf2.h (enum dwarf_call_frame_info): Add 
670         DW_CFA_def_cfa_expression.
671         * dwarf2out.c (union dw_cfi_oprnd_struct): Add a pointer to a
672         dw_loc_descr_struct entry.
673         (struct cfa_loc): New structure to track a CFA location.
674         (lookup_cfa): Take a cfa_loc parameter instead of a reg and an offset.
675         (lookup_cfa_1): Take a cfa_loc parameter instead of a reg and an
676         offset, plus handle DW_CFA_def_cfa_expression.
677         (def_cfa_1): Use to be dwarf2out_def_cfa, only now it uses a
678         cfa_loc record.
679         (dwarf2out_def_cfa): Entry point maintained for compatability.
680         (dwarf_cfi_name): Add DW_CFA_def_cfa_expression.
681         (cfa_reg, cfa_offset): Replace with cfa_loc record 'cfa'.
682         (cfa_store_reg, cfa_store_offset): Replace with cfa_loc 'cfa_store'.
683         (initial_return_save, dwarf2out_stack_adjust): Use cfa.reg, not
684         cfa_reg.
685         (dwarf2out_frame_debug_expr): Use new cfa_loc records. Recognize rtl
686         sequences for the new DW_CFA_def_cfa_expression record.
687         (dwarf2out_frame_debug): Use new variables/fields.A
688         (output_cfi): Handle DW_CFA_def_cfa_expression.
689         (output_cfa_loc): New function to generate a CFI record for 
690         DW_CFA_def_cfa_expression.
691         (get_cfa_from_loc_descr): New function to get a cfa_loc record from
692         a dw_loc_descr sequeunce.
693         (build_loc_descr): Build a dw_loc_descr from a cfa_loc record.
694         (dwarf_stack_op_name, new_loc_descr, add_loc_descr, size_of_loc_descr,
695         size_of_locs, output_loc_operands, output_loc_sequence): Move into
696         unwind info section.
697         * frame.h (frame_state): Add base_offset and indirect fields.
698         * frame-dwarf2.c (decode_stack_op): New function to interpret a
699         dw_loc_descr operation.
700         (execute_cfa_insn): Add support for DW_CFA_def_cfa_expression.
701         (struct frame_state): Add base offset and indirect fields.
702         * libgcc2.c (next_stack_level): Support indirect loading for CFA.
703
704 2000-06-26  Joseph S. Myers  <jsm28@cam.ac.uk>
705
706         * c-decl.c (grokdeclarator): Don't warn about `long long' in C99.
707         Make warnings about implicit int be pedwarns in C99.  Don't warn
708         about duplicate type qualifiers in C99.
709         (start_function): Make warning about implict int return type be a
710         pedwarn in C99.
711         * c-lex.c (yylex): Don't warn about `long long' in C99.
712         * c-typeck.c (c_expand_return): In C99, always pedwarn about
713         `return' with no value in function returning non-void.
714
715 2000-06-26  Richard Henderson  <rth@cygnus.com>
716
717         * c-typeck.c (pedwarn_c99): New.
718         * diagnostic.c (verror, vwarning, vpedwarn): Export.
719         * toplev.h: Prototype them.
720
721 2000-06-26  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
722
723         * c-typeck.c (digest_init): Return error_mark_node node when
724         TREE_TYPE (init)  == error_mark_node.
725
726 2000-06-26  Philipp Thomas  <pthomas@suse.de>
727
728         * aclocal.m4 (AM_WITH_NLS): Don't set MSGFMT or GMSGFMT to no,
729         test for msgfmt without path instead.
730         * configure: Rebuilt.
731
732 2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
733
734         * gengenrtl.c (special_rtx): Fix typo in comment.
735
736 2000-06-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
737
738         * mklibgcc.in (LIB2FUNCS): Add missing space.
739
740 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
741
742         * tree.h (enum tree_index): Add vector type nodes.
743         Add accessor macros for them.
744         (TYPE_REPRESENATION_TYPE): New macro.
745         * tree.c (build_common_tree_nodes_2): Build these nodes.
746         (finish_vector_type): New function.
747         * c-common.c (type_for_mode): Handle vector modes.
748         * tm.texi (VECTOR_MODE_SUPPORTED_P): Document.
749
750         * dbxout.c (dbxout_type): Handle VECTOR_TYPEs.
751         * dwarf.h (enum dwarf_fundamental_type): Add 128 bit integers.
752         * dwarf2out.c (lookup_type_die): Handle VECTOR_TYPEs.
753         (gen_type_die): Likewise.
754         * dwarfout.c (dwarf_fund_type_name): Handle 128 bit integers.
755         (fundamental_type_code): Likewise.
756         (type_is_fundamental): VECTOR_TYPEs aren't.
757         (output_type): Handle VECTOR_TYPEs.
758
759 2000-06-25  Kazu Hirata  <kazu@hxi.com>
760
761         * config/arm.c: Fix a comment typo.
762         * config/arm.h: Likewise.
763
764 2000-06-25  Philipp Thomas  <pthomas@suse.de>
765
766         * aclocal.m4 (AM_WITH_NLS): Set create_catalogs=no if no catalog
767         compiler found.
768         AM_GNU_GETTEXT: Don't set CATALOGS if create_catalogs=no.
769         * configure: Rebuilt.
770         
771 2000-06-25  John David Anglin  <dave.anglin@nrc.ca>
772
773         * config/vax/vax.h (TARGET_SWITCHES): Provide descriptions.
774
775 2000-06-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
776
777         * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2FUNCS when generating
778         libgcc.a.
779
780 2000-06-24  Marc Espie <espie@cvs.openbsd.org>
781
782         * collect2.c (resolve_lib_name): Move '/' check out of loop.
783
784 2000-06-24  Dirk Duellmann  <Dirk.Duellmann@cern.ch>
785
786         * ginclude/stddef.h (NULL): define for non-gnu C++ parsers as 0.
787
788 2000-06-24  Jakub Jelinek  <jakub@redhat.com>
789
790         * stmt.c (expand_decl_cleanup): Emit a dummy insn after
791         last_unconditional_cleanup.
792
793 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
794
795         * tree.def (VECTOR_TYPE): New node type.
796         * tree.h: Adjust some comments to reflect addition of vector types.
797         (TYPE_VECTOR_SUBPARTS): New macro.
798         * stor-layout.c (layout_type): Handle VECTOR_TYPE.
799         * c-convert.c (convert): Likewise.
800         * convert.c (convert_to_integer): Handle vector modes.
801         (convert_to_vector): New function.
802         * convert.h (convert_to_vector): Declare.
803         * expr.c (convert_move): Handle vector modes.
804         * expmed.c (extract_bit_field): Don't abort for vector modes.
805
806 2000-06-24  Marek Michalkiewicz  <marekm@linux.org.pl>
807
808         * config/avr/avr-protos.h (avr_hard_regno_mode_ok): New prototype.
809         * config/avr/avr.c (out_adj_frame_ptr, out_set_stack_ptr):
810         New functions, common code moved from function_{prologue,epilogue}
811         and extended to support the -mtiny-stack option.
812         (function_prologue, function_epilogue): Use them.
813         Use lo8/hi8 consistently for asm output readability.
814         (avr_hard_regno_mode_ok): New function.
815         * config/avr/avr.h (TARGET_SWITCHES): Fix typo.  Add -mtiny-stack.
816         (UNITS_PER_WORD): Define as 4 (not 1) when compiling libgcc2.c.
817         (HARD_REGNO_MODE_OK): Call the avr_hard_regno_mode_ok function.
818         * config/avr/avr.md (*mov_sp_r): Add support for -mtiny-stack.
819         Write SPH before SPL.
820         (*movqi): No need to disable interrupts for just one "out"
821         in alternative 5.  Change length attribute from 4 to 1.
822         * config/avr/libgcc.S (__prologue_saves__, __epilogue_restores__):
823         Write SPH before SPL.
824
825 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
826
827         * rtl.texi (Vector Operations): New node.
828         (Arithmetic): Add ss_plus, us_plus, ss_minus, us_minus.
829         (Conversions): Add ss_truncate, us_truncate.
830         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_REORDER,
831         VEC_CONST, VEC_DUPLICATE, SS_PLUS, SS_MINUS, SS_TRUNCATE,
832         US_TRUNCATE): New rtx codes.
833         * machmode.def: Add vector modes.
834         * machmode.h (enum mode_class): Add MODE_VECTOR_INT and
835         MODE_VECTOR_FLOAT.
836         (INTEGER_MODE_P): Check for MODE_VECTOR_INT.
837         (FLOAT_MODE_P): Check for MODE_VECTOR_FLOAT.
838         (VECTOR_MODE_P): New.
839
840 2000-06-24  Nathan Sidwell  <nathan@codesourcery.com>
841
842         * cpp.texi: Clarify #pragma GCC namespace.      
843
844 2000-06-24  Philipp Thomas  <pthomas@suse.de>
845
846         * aclocal.m4(AM_GNU_GETTEXT): If LINGUAS isn't set, build
847         all catalogs specified in ALL_LINGUAS.
848         * configure: Rebuilt.
849
850 2000-06-23  Jakub Jelinek  <jakub@redhat.com>
851
852         * config/sparc/sparc.md (reload_outdi+1): Handle
853         HOST_BITS_PER_WIDE_INT == 64 case correctly.
854         (adddi3_insn_sp32+1, adddi3_insn_sp32+2, andsi3+2): Likewise.
855
856 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
857
858         * alias.c (fixed_scalar_and_varying_struct_p): Don't examine
859         struct vs. scalar-ness when -fno-strict-aliasing.
860
861 2000-06-23  Nathan Sidwell  <nathan@codesourcery.com>
862
863         * cpplib.c (struct pragma_entry): New structure.
864         (pragma_dispatch): Pragma dispatcher.
865         (top_pragmas, gcc_pragmas): New static variables.
866         (do_pragma): Use pragma_dispatch.
867         (do_pragma_gcc): New pragma handler.
868         * cpp.texi: Update.
869
870 2000-06-23  Jakub Jelinek  <jakub@redhat.com>
871
872         * calls.c (compute_argument_addresses): Force stack slots into
873         alias set 0.
874         * expr.c (emit_push_insn): Force pushes into alias set 0.
875
876 2000-06-23  Richard Henderson  <rth@cygnus.com>
877
878         * config/ia64/ia64.md (pred_rel_mutex): Only take one register.
879         * config/ia64/ia64.c (emit_predicate_relation_info): Adjust to match.
880
881 2000-06-22  Jason Merrill  <jason@redhat.com>
882
883         * toplev.c (compile_file): Always call timevar_print.
884         * Makefile.in (calls.o): Depend on TIMEVAR_H.
885
886 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
887
888         * varasm.c (constant_descriptor): Make contents unsigned char.
889         (mark_const_hash_entry): Adjust.
890         (const_hash): Just hash the code of unknown nodes.
891         (compare_constant_1): Adjust for unsigned char.
892         Use language specific expander on unknown nodes.
893         (record_constant_1): Likewise.
894
895 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
896
897         * cppfiles.c (cpp_make_system_header): New function.
898         * cpplib.h: Prototype it.
899         * cpplib.c (do_line, do_pragma_system_header): Use it.
900         * fix-header.c (read_scan_file): Use it.
901
902         * fix-header.c (check_macro_names): Cast second arg of
903         cpp_defined to const unsigned char *.
904         (read_scan_file): Make getchar_call const unsigned char.
905
906 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
907
908         * cppfiles.c: Include splay-tree.h, not hashtab.h.
909         (redundant_include_p, make_IHASH, hash_IHASH, eq_IHASH): Delete.
910         (destroy_include_file_node): New.
911         (_cpp_init_include_hash): Rename _cpp_init_include_table.
912         Create a splay tree, not a hash table.
913         (open_include_file): Look up the path in the include table,
914         do the multiple include optimization here, etc.
915         (cpp_included): Walk the path.
916         (find_include_file): Just walk the path calling
917         open_include_file, or call it directly for an absolute path.
918         (_cpp_fake_ihash): Rename _cpp_fake_include and update for new
919         scheme.
920         (read_include_file): Update for new scheme.  Don't close the
921         file unless reading fails.
922         (_cpp_execute_include, cpp_read_file): Tweak for new scheme.
923
924         * cpphash.h (struct ihash, NEVER_REINCLUDE): Delete.
925         (struct include_file): New.
926         (NEVER_REREAD, DO_NOT_REREAD, CPP_IN_SYSTEM_HEADER): New
927         macros.
928         (CPP_PEDANTIC, CPP_WTRADITIONAL): Update.
929         Update prototypes.
930
931         * cppinit.c: Include splay-tree.h.
932         (cpp_reader_init, cpp_cleanup): Update.
933
934         * cpplib.h (struct cpp_buffer): Change ihash field to 
935         'struct include_file *inc'.  Remove system_header_p.
936         (struct cpp_reader): Change all_include_files to a
937         struct splay_tree_s *.
938
939         * cpplex.c: Update all references to cpp_buffer->ihash and/or
940         cpp_buffer->system_header_p.
941         (cpp_pop_buffer): Close file here, only if DO_NOT_REREAD.
942
943         * Makefile.in (SPLAY_TREE_H): New macro.
944         (cppfiles.o, cppinit.o): Update dependencies.
945
946 Wed Jun 21 11:05:48 2000  Martin Buchholz <martin@xemacs.org>
947
948         * invoke.texi (g++): "g++" is not a script anymore.
949
950 2000-06-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
951
952         * function.c (round_down): Delete obsolete prototype.
953
954         * pa.h (CPP_SPEC): Add whitespace after -D__STDC_EXT__.
955
956 2000-06-20  Zack Weinberg  <zack@wolery.cumb.org>
957
958         * configure.in: Use 'test a = b' not 'test a == b'.
959         * configure: Regen.
960
961         * Makefile.in (fix-header): Link with $(LIBS) not $(HOST_LIBS).
962
963         * Makefile.in: Remove all references to HOST_INTLLIBS.
964
965         * cpplex.c (parse_name): Don't warn about $ in identifiers if
966         skipping.
967
968 2000-06-20  Philipp Thomas  <pthomas@suse.de>
969
970         * config/pa/pa.h(TARGET_SWITCHES): Require binutils 2.10 or later
971         for PA 2.0.
972
973 Mon Jun 19 23:26:40 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
974
975         * Take REG_INC notes into account.
976
977 2000-06-19  Zack Weinberg  <zack@wolery.cumb.org>
978
979         * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.
980         (primary: IDENTIFIER): Just call build_external_ref.
981         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
982         Regenerate.
983         * c-lex.c (lastiddecl): Remove.
984         (yylex): Replace all instances of lastiddecl with local
985         variables.
986
987         * c-typeck.c (build_external_ref): New function.  Treat decls
988         with C_DECL_ANTICIPATED mostly the same as nonexistent decls.
989         Look up the decl from the id here.  Call lookup_objc_ivar.
990         * c-lang.c (lookup_objc_ivar): Stub.
991         * objc/objc-act.c (lookup_objc_ivar): New function.
992
993         * c-tree.h: Prototype lookup_objc_ivar and build_external_ref.
994         * c-lex.h: Don't declare lastiddecl.
995
996 2000-06-19  Benjamin Chelf  <chelf@codesourcery.com>
997
998         * c-common.h (IF_COND): Added documentation.
999         (THEN_CLAUSE): Likewise.
1000         (ELSE_CLAUSE): Likewise.
1001         (WHILE_COND): Likewise.
1002         (WHILE_BODY): Likewise.
1003         (DO_COND): Likewise.
1004         (DO_BODY): Likewise.
1005         (RETURN_EXPR): Likewise.
1006         (EXPR_STMT_EXPR): Likewise.
1007         (FOR_INIT_STMT): Likewise.
1008         (FOR_COND): Likewise.
1009         (FOR_EXPR): Likewise.
1010         (FOR_BODY): Likewise.
1011         (SWITCH_COND): Likewise.
1012         (SWITCH_BODY): Likewise.
1013         (CASE_LOW): Likewise.
1014         (CASE_HIGH): Likewise.
1015         (GOTO_DESTINATION): Likewise.
1016         (COMPOUND_BODY): Likewise.
1017         (ASM_CV_QUAL): Likewise.
1018         (ASM_STRING): Likewise.
1019         (ASM_OUTPUTS): Likewise.
1020         (ASM_INPUTS): Likewise.
1021         (ASM_CLOBBERS): Likewise.
1022         (DECL_STMT_DECL): Likewise.
1023         (STMT_EXPR_STMT): Likewise.
1024         (LABEL_STMT_LABEL): Likewise.
1025
1026         * c-common.def: Added documenetion for SRCLOC, EXPR_STMT,
1027         COMPOUND_STMT, DECL_STMT, IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT,
1028         RETURN_STMT, BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, GOTO_STMT,
1029         LABEL_STMT, ASM_STMT, SCOPE_STMT, CASE_LABEL, STMT_EXPR.
1030
1031 2000-06-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1032
1033         * configure.in (--enable-checking): Update --help doc to reflect
1034         new defaults.  Ensure $ac_save_IFS is set before $IFS is changed.
1035
1036 Sun Jun 18 21:42:15 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1037
1038         * gcse.c (insert_insn_end_bb): Always put after NOTE_INSN_BASIC_BLOCK.
1039
1040         * function.c (put_var_into_stack): Don't reference DECL_ fields
1041         if input is a SAVE_EXPR.
1042         Use set_mem_attributes in COMPLEX case.
1043
1044 2000-06-18  Richard Henderson  <rth@cygnus.com>
1045
1046         * config/ia64/ia64-protos.h (process_for_unwind_directive): Declare.
1047         (ia64_file_start): Declare.
1048         * config/ia64/ia64.h (ADDL_REGNO_P): Don't compare unsigned against 0.
1049         (GR_REGNO_P): Likewise.
1050         * config/ia64/ia64.c: Many prototypes.
1051         (ia64_reg_numbers): Constify.
1052         (ia64_input_reg_names, ia64_local_reg_names): Likewise.
1053         (ia64_section_threshold): Make unsigned.
1054         (ia64_print_operand): Constify.
1055         (fix_range): Constify.
1056         (ia64_init_builtins): Don't compare signed vs unsigned.
1057         (ia64_expand_builtin): Likewise.
1058
1059         * config/ia64/ia64.h (EXTRA_CONSTRAINT): New.
1060         (CONSTRAINT_OK_FOR_Q): New.
1061         * config/ia64/ia64.md (movdi_internal): Use Q for fp<->mem.
1062         (movsf_internal, movdf_internal): Likewise.
1063         (cmovdi_internal): Rewrite so that constraints and predicates match;
1064         simplify splitters.
1065         (cmovsi_internal): Likewise.
1066
1067         * config/ia64/ia64.h (ASM_SPEC): Add -x for gas.
1068         (ASM_FILE_START): New.
1069         * config/ia64/ia64.c (ia64_file_start): New.
1070         (rtx_needs_barrier): Handle pred.rel.mutex.
1071         (emit_predicate_relation_info): New.
1072         * config/ia64/ia64.md (pred_rel_mutex): New.
1073         * config/ia64/linux.h (ASM_SPEC): Define.
1074         * config/ia64/sysv4.h (ASM_FILE_START): Define.
1075
1076         * config/ia64/ia64.c (ia64_encode_section_info): Fix thinko
1077         filtering global register variables.
1078
1079 2000-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1080
1081         * c-common.c (add_c_tree_codes): Fix definition for traditional C.
1082
1083 2000-06-17  Michael Meissner  <meissner@redhat.com>
1084
1085         * gcc.c (do_spec_1, '%v3' case): Do not abort if patch level is
1086         not present and there is a field after a '-'.
1087
1088 2000-06-17  Bruce Korb  <bkorb@gnu.org>
1089
1090         * fixinc/check.tpl:  finish the implementation of multiple tests
1091         for a single fix
1092         * fixinc/inclhack.def(ctrl_quotes_def): add a second test
1093         (io_quotes_def): add a second test
1094         (various): reorder `files' so that "limits.h" is never first
1095         * fixinc/tests/base/*: update the testing output
1096
1097 Sat Jun 17 10:33:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1098
1099         * gcc.texi: Remove reference to stupid.c.
1100
1101 2000-06-16  Benjamin Chelf  <chelf@codesourcery.com>
1102
1103         * c-common.c (c_tree_code_type): New array.
1104         (c_tree_code_length): Likewise.
1105         (c_tree_code_name): Likewise.
1106         (add_c_tree_codes): New function.
1107
1108         * c-common.h (add_c_tree_codes): Declare.
1109         (enum c_tree_code): New enum.
1110
1111         * c-lex.c (init_parse): Added call to add_c_tree_codes.
1112
1113 2000-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1114
1115         * fixinc/inclhack.def (ctrl_quotes_def, io_quotes_def): Modify
1116         select pattern to also match macro defs with only one argument.
1117
1118 Thu Jun 15 18:56:12 2000  Jeffrey A Law  (law@cygnus.com)
1119
1120         * i386.md: Create new [right,left] rotate and right shift
1121         patterns to optimize shift by 1 bit for certain ia32 processors.
1122         Update patterns which perform left shifts to optimize shift by
1123         1 bit for certain ia32 processors.
1124         * i386.c (const_int_1_operand): New predicate.
1125         * i386.h (PREDICATE_CODES): Handle const_int_1_operand.
1126         * i386-protos.h (const_int_1_operand): Prototype.
1127
1128 Wed Jun 14 23:46:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1129
1130         * mips.c (machine_dependent_reorg): Fix braces for nested if.
1131
1132 2000-06-14  Geoff Keating  <geoffk@cygnus.com>
1133
1134         * rs6000.c (toc_hash_eq): Use CODE_LABEL_NUMBER to compare
1135         LABEL_REFs.
1136
1137 2000-06-14  Richard Henderson  <rth@cygnus.com>
1138
1139         * conflict.c (conflict_graph_compute): Don't look for REG_INC.
1140
1141         * config/ia64/ia64.c (ia64_setup_incoming_varargs): Don't emit
1142         auto-inc code.
1143
1144         * print-rtl.c (print_rtx): Emit space before mem alias set.
1145
1146 2000-06-14  David Edelsohn  <edelsohn@gnu.org>
1147
1148         * rs6000.c (expand_block_move): Fix typo in earlier change.
1149         (print_operand): Remove unused variables neg and op.
1150         (toc_hash_mark_entry): Fix prototype.
1151
1152 2000-06-14  Benjamin Chelf  <chelf@codesourcery.com>
1153
1154         * c-common.h (IF_COND): Moved here from cp/cp-tree.h.
1155         (THEN_CLAUSE): Likewise.
1156         (ELSE_CLAUSE): Likewise.
1157         (WHILE_COND): Likewise.
1158         (WHILE_BODY): Likewise.
1159         (DO_COND): Likewise.
1160         (DO_BODY): Likewise.
1161         (RETURN_EXPR): Likewise.
1162         (EXPR_STMT_EXPR): Likewise.
1163         (FOR_INIT_STMT): Likewise.
1164         (FOR_COND): Likewise.
1165         (FOR_EXPR): Likewise.
1166         (FOR_BODY): Likewise.
1167         (SWITCH_COND): Likewise.
1168         (SWITCH_BODY): Likewise.
1169         (CASE_LOW): Likewise.
1170         (CASE_HIGH): Likewise.
1171         (GOTO_DESTINATION): Likewise.
1172         (COMPOUND_BODY): Likewise.
1173         (ASM_CV_QUAL): Likewise.
1174         (ASM_STRING): Likewise.
1175         (ASM_OUTPUTS): Likewise.
1176         (ASM_INPUTS): Likewise.
1177         (ASM_CLOBBERS): Likewise.
1178         (DECL_STMT_DECL): Likewise.
1179         (STMT_EXPR_STMT): Likewise.
1180         (LABEL_STMT_LABEL): Likewise.
1181         (SCOPE_BEGIN_P): Likewise.
1182         (SCOPE_END_P): Likewise.
1183         (SCOPE_STMT_BLOCK): Likewise.
1184         (SCOPE_NULLIFIED_P): Likewise.
1185         (SCOPE_NO_CLEANUPS_P): Likewise.
1186         (SCOPE_PARTIAL_P): Likewise.
1187         (ASM_VOLATILE_P): Likewise.
1188         (STMT_LINENO): Likewise.
1189         (STMT_LINENO_FOR_FN_P): Likewise.
1190
1191         * c-common.def: New file. Added SRCLOC, SIZEOF_EXPR, ARROW_EXPR,
1192         ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
1193         FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
1194         CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
1195         SCOPE_STMT, CASE_LABEL, STMT_EXPR.
1196
1197         * gencheck.c (tree_codes[]): Added '#include "c-common.def"'.
1198
1199 2000-06-14  David O'Brien  <obrien@FreeBSD.org>
1200
1201         * gcc.c (main): Quiet compiler warnings.  argv is assumed to be
1202         writable in parts of the GCC code.
1203
1204         * config/elfos.h (ASM_GENERATE_INTERNAL_LABEL): Make printf
1205         specification match cast.
1206
1207 Wed Jun 14 09:25:57 2000  Jeffrey A Law  (law@cygnus.com)
1208
1209         * configure.in: Revert AC_TYPE_GETGROUPS patch from June 13.
1210         * configure, config.in: Rebuilt.
1211         * sys-protos.h: Similarly.
1212
1213 Wed Jun 14 03:39:58 EDT 2000  John Wehle  (john@feith.com)
1214
1215         * ifcvt.c (EDGE_COMPLEX): Move definition ...
1216         * basic-block.h (EDGE_COMPLEX): ... here.
1217
1218         * loop.c (check_dbra_loop): Specify the register when
1219         generating REG_NONNEG notes and don't generate duplicates.
1220
1221 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
1222
1223         * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
1224         (struct tree_type, struct tree_decl): Add user_align member.
1225         * stor-layout.c (layout_decl): Set DECL_USER_ALIGN.
1226         (place_union_field): If BIGGEST_FIELD_ALIGNMENT is defined
1227         and DECL_USER_ALIGN 0, cap alignment to this value.
1228         (place_field): Likewise.
1229         (finalize_type_size): Set TYPE_USER_ALIGN.
1230         (layout_type): Likewise.
1231         (initialize_sizetypes): Likewise.
1232         * c-common.c (decl_attributes): Set TYPE_USER_ALIGN resp.
1233         DECL_USER_ALIGN to 1.
1234         * c-decl.c (duplicate_decls): Set DECL_USER_ALIGN.
1235         (xfer_tag): Set TYPE_USER_ALIGN.
1236         (finish_struct): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
1237         (finish_enum): Likewise.
1238         * stmt.c (expand_decl): Set DECL_USER_ALIGN.
1239         (expand_anon_union_decl): Likewise.
1240         * tree.c (make_node): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
1241         (build_index_type): Set TYPE_USER_ALIGN.
1242         (build_range_type): Likewise.
1243         (build_common_tree_nodes_2): Likewise.
1244         * tm.texi (BIGGEST_FIELD_ALIGNMENT): Document the changed meaning.
1245
1246 2000-06-13  Andreas Jaeger  <aj@suse.de>
1247
1248         * configure.in: Use --enable-checking=misc,tree,gc by default if
1249         no --enable-checking option is given and for
1250         --enable-checking=yes.
1251         * configure: Rebuilt.
1252
1253 2000-06-13  Richard Henderson  <rth@cygnus.com>
1254
1255         * libgcc2.c (ia64_throw_helper): Use __builtin_return_address.
1256         (__throw): Don't pass the address of a label.
1257
1258         * config/ia64/ia64.c (ia64_compute_frame_size): Use
1259         current_function_is_leaf.
1260         (ia64_expand_prologue): Likewise.  Modify return_address_pointer_rtx
1261         instead of reg_names[RETURN_ADDRESS_REGNUM].
1262         (ia64_init_machine_status): Reset return_address_pointer_rtx.
1263         * config/ia64/ia64.h (RETURN_ADDRESS_POINTER_REGNUM): Rename
1264         from RETURN_ADDRESS_REGNUM.  Update all uses.
1265         (RETURN_ADDR_RTX): Use return_address_pointer_rtx; return
1266         zero instead of null on failure.
1267         (ELIMINABLE_REGS): Add ra->b0 elimination.
1268         (CAN_ELIMINATE): Update accordingly.
1269         (INITIAL_ELIMINATION_OFFSET): Likewise.
1270         (REGISTER_NAMES): Use an illegal assembler name for
1271         RETURN_ADDRESS_POINTER_REGNUM.
1272
1273 2000-06-13  Richard Henderson  <rth@cygnus.com>
1274
1275         * config/ia64/ia64.h (enum reg_class): Remove FR_INT_REGS, FR_FP_REGS,
1276         GR_AND_FR_INT_REGS, GR_AND_FR_FP_REGS.
1277         (REG_CLASS_NAMES): Likewise.
1278         (REG_CLASS_CONTENTS): Likewise.
1279         (FR_FP_REGNO_P, FR_INT_REGNO_P): Remove.
1280         (HARD_REGNO_MODE_OK): Remove references to them.
1281         (REGNO_REG_CLASS): Likewise.
1282         (REG_CLASS_FROM_LETTER): Likewise.
1283         (CLASS_MAX_NREGS): Likewise.
1284         (REGISTER_MOVE_COST): Likewise.
1285         * config/ia64/ia64.c (ia64_secondary_reload_class): Likewise.
1286         * config/ia64/ia64.md (*): Replace "e" constraints with "f".
1287         (movqi_internal): Special case moves from zero.
1288         (movhi_internal, movsi_internal): Likewise.
1289         (movdi_internal): Likewise.  Fill out "f" constraints.
1290         (movsf_internal): Fill out "r" constraints.
1291         (movdf_internal): Likewise.
1292
1293 2000-06-13  Richard Henderson  <rth@cygnus.com>
1294
1295         * flow.c (insn_dead_p): Keep sets to PIC_OFFSET_TABLE_REGNUM
1296         alive before reload.
1297
1298         * haifa-sched.c (struct deps): Add in_post_call_group_p.
1299         (add_dependence): Handle notes between SCHED_GROUP_P insns.
1300         (remove_dependence): Always define.
1301         (set_sched_group_p): New.
1302         (sched_analyze_2): Use it.
1303         (sched_analyze_insn): Don't special-case naked uses.  Look for
1304         and extend in_post_call_group_p.
1305         (sched_analyze): Clear stale SCHED_GROUP_P.  Set in_post_call_group_p.
1306         (init_deps): Clear in_post_call_group_p.
1307
1308 2000-06-13  Richard Henderson  <rth@cygnus.com>
1309
1310         * combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and
1311         CLASS_CANNOT_CHANGE_MODE_P instead of CLASS_CANNOT_CHANGE_SIZE
1312         and hard-coded tests.
1313         (simplify_set): Likewise.
1314         (gen_lowpart_for_combine): Likewise.
1315         * emit-rtl.c (gen_lowpart_common): Likewise.
1316         * global.c (find_reg): Likewise.
1317         * local-alloc.c (find_free_reg): Likewise.
1318         * recog.c (register_operand): Likewise.
1319         * regclass.c (init_reg_sets_1): Likewise.
1320         (record_operand_costs, regclass): Likewise.
1321         * reload.c (push_reload): Likewise.
1322         * reload1.c (choose_reload_regs): Likewise.
1323         * flow.c (mark_used_regs): Conditionally set REG_CHANGES_MODE.
1324         * local-alloc.c (struct qty): Rename changes_size to changes_mode.
1325         Update all references.
1326         * regs.h (struct reg_info_def): Likewise.
1327         (REG_CHANGES_MODE): Rename from REG_CHANGES_SIZE.
1328         * tm.texi (CLASS_CANNOT_CHANGE_MODE): Document.
1329         (CLASS_CANNOT_CHANGE_MODE_P): Likewise.
1330
1331         * config/alpha/alpha.h (CLASS_CANNOT_CHANGE_MODE): Rename.
1332         (CLASS_CANNOT_CHANGE_MODE_P): New.
1333         * config/mips/mips.h: Likewise.
1334         * config/pa/pa32-regs.h: Likewise.
1335         * config/pa/pa64-regs.h: Likewise.
1336         * config/rs6000/rs6000.h: Likewise.
1337         * config/sh/sh.h: Likewise.
1338         * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE): New.
1339         (CLASS_CANNOT_CHANGE_MODE_P): New.
1340         * config/avr/avr.h (CLASS_CANNOT_CHANGE_SIZE): Remove dead code.
1341         * config/d30v/d30v.h: Likewise.
1342
1343 2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1344
1345         * configure.in: Add AC_TYPE_GETGROUPS test.
1346         * sys-protos.h: Use GETGROUPS_T * for second arg of getgroups.
1347         * configure: Rebuilt.
1348         * config.in: Rebuilt.
1349
1350 2000-06-13  Richard Henderson  <rth@cygnus.com>
1351
1352         * explow.c (set_mem_attributes): Do nothing for NULL type.
1353
1354 Tue Jun 13 14:45:10 2000  Jeffrey A Law  (law@cygnus.com)
1355
1356         * config/m68k/openbsd.h (ASM_SPEC): pass down options to assembler
1357         correctly.
1358
1359 2000-06-13  James E. Wilson  <wilson@cygnus.com>
1360
1361         * config/ia64/ia64.md (movxf_internal): Add missing "e" to ldf/stf.
1362
1363 Tue Jun 13 14:05:35 2000  Jeffrey A Law  (law@cygnus.com)
1364
1365         * Makefile.in (gensupport.o): Remove bogus $(HOST_PREFIX) reference.
1366
1367 2000-06-13  Philipp Thomas  <pthomas@suse.de>
1368
1369         * configure.in(ALL_LINGUAS): Changed en_UK to en_GB.
1370         * configure: Rebuilt.
1371
1372 2000-06-07  David O'Brien  <obrien@FreeBSD.org>
1373
1374         * configure.in:  Adjust FreeBSD bits to match changes to config.guess.
1375         We now default to ELF for the i386, and a.out is the special case.
1376         * configure:  Rebuilt.
1377
1378 Tue Jun 13 10:05:30 2000  Hans-Peter Nilsson  <hp@axis.com>
1379
1380         * final.c (final_scan_insn): Delete notes between cc0 setter and
1381         user when restarting from setter.
1382
1383 2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1384
1385         * vax.h (INDEX_TERM_P): Define evaluation order of &&'s in || and
1386         cast to squelch signed/unsigned warnings.
1387
1388 2000-06-13  Zack Weinberg  <zack@wolery.cumb.org>
1389
1390         * cpplib.c (handle_directive): Print non-NUL-terminated string
1391         with %.*s.
1392
1393 2000-06-12  Michael Meissner  <meissner@redhat.com>
1394
1395         * ifcvt.c (dead_or_predicable): Don't do conditional execution
1396         path if the machine needs extra support to do conditional
1397         execution.
1398
1399 Mon Jun 12 17:04:17 2000  Jeffrey A Law  (law@cygnus.com)
1400
1401         * print-rtl.c (print_rtx, case MEM): Use HOST_WIDE_INT_PRINT_DEC
1402         to print the alias set.
1403         * print-tree.c (print_node, DECL_* nodes and case 't'): Similarly.
1404
1405 2000-06-12  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1406
1407         * config/float-vax.h: Add GFLOAT defines.
1408
1409 Mon Jun  12  9:44:00 2000  Mark Klein  <mklein@dis.com>
1410
1411         * configure.in: Update tm dependencies for MPE.
1412         * configure: Rebuilt.
1413
1414 2000-06-12  H.J. Lu  <hjl@gnu.org>
1415
1416         * gengenrtl.c (obstack_alloc_rtx): Correct the allocated size.
1417
1418 2000-06-12  David Edelsohn  <edelsohn@gnu.org>
1419
1420         * aix41.h (SUBTARGET_SWITCHES): Delete threads.
1421         (CPP_SPEC): Change mthreads to pthread.
1422         (LIB_SPEC): Likewise.
1423         (STARTFILE_SPEC): Likewise.
1424         * aix43.h (SUBTARGET_SWITCHES): Delete threads.
1425         (CPP_SPEC): Change mthreads to pthread.
1426         (LIB_SPEC): Likewise.
1427         (STARTFILE_SPEC): Likewise.
1428         * rs6000-protos.h (reg_or_arith_cint_operand): New.
1429         * rs6000.c (reg_or_arith_cint_operand): New.
1430         (num_insns_constant_wide): Decorate unsigned constant.
1431         * rs6000.h (PREDICATE_CODES): Add reg_or_arith_cint_operand.
1432         * rs6000.md (addsi3): Use new predicate.
1433         (subsi3, adddi3, subdi3): Likewise.
1434
1435 2000-06-12  Mark Mitchell  <mark@codesourcery.com>
1436
1437         * c-common.c (lang_get_alias_set): Fix typo.
1438
1439 2000-06-12  Richard Earnshaw <rearnsha@arm.com>
1440
1441         * flow.c (mark_used_regs): Revert last change.
1442         (life_analysis): Remove PROP_AUTOINC if running after reload.
1443         (propagate_one_insn): PROP_AUTOINC is always off after reload.
1444
1445 2000-06-11  Richard Earnshaw <rearnsha@arm.com>
1446
1447         * flow.c (mark_used_regs): Don't call find_auto_inc after reload
1448         has run.
1449
1450 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1451
1452         * bb-reorder.c (build_scope_forest): Initialize variable
1453         `curr_scope'.
1454
1455         * calls.c (expand_call): Likewise for variables
1456         `save_pending_stack_adjust' and `save_stack_pointer_delta'.
1457
1458         * i386.c (function_arg_advance, function_arg): Cast to avoid
1459         signed/unsigned warnings.
1460
1461         * i386.h (MEMORY_MOVE_COST): Likewise.
1462
1463         * ifcvt.c (cond_exec_process_if_block): Initialize variables
1464         `else_start' and `else_end'.
1465
1466         * libgcc2.h (__eh_alloc, __eh_free): Prototype.
1467
1468         * regrename.c (rr_replace_reg): Initialize variable `dest_subregno'.
1469
1470 2000-06-10  Mark Mitchell  <mark@codesourcery.com>
1471
1472         * Makefile.in (libintl.a): Depend on intl.all.
1473
1474 2000-06-09  H.J. Lu  (hjl@gnu.org)
1475
1476         * Makefile.in (c-parse.o): Also depend on output.h.
1477
1478 2000-06-09  Rodney Brown  <RodneyBrown@mynd.com>
1479
1480         * mcore-protos.h: discards const warning removal.
1481         * mcore.c: discards const warning removal.
1482
1483 2000-06-09  Kazu Hirata  <kazu@hxi.com>
1484
1485         * config/h8300/lib1funcs.asm: Declare the machine architecture at
1486         the beginning of the file.
1487
1488 2000-06-09  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1489
1490         * real.h:  Add prototype for ldexp.
1491
1492 2000-06-09  Zack Weinberg  <zack@wolery.cumb.org>
1493
1494         * ggc-none.c, ggc-simple.c, ggc-page.c (ggc_alloc_obj): Rename
1495         it ggc_alloc, drop second argument, never clear returned memory.
1496         * ggc-common.c (ggc_alloc_string): Use ggc_alloc.
1497         (ggc_alloc_cleared): New.
1498         * ggc.h: Prototype ggc_alloc and ggc_alloc_cleared, not
1499         ggc_alloc_obj.  Remove ggc_alloc macro.
1500         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Use ggc_alloc.
1501
1502         * rtl.c (rtvec_alloc): Clear the vector always.
1503         (rtx_alloc): Clear the first word always.  Remove dirty
1504         obstack tricks (this routine is no longer a bottleneck).
1505         * tree.c (make_node): Clear the new node always.
1506         (make_tree_vec): Likewise.
1507         (tree_cons): Clear the common structure always.
1508         (build1): Likewise; also, clear TREE_COMPLEXITY.
1509         * gengenrtl.c: Use puts wherever possible.  Remove extra
1510         newlines.
1511         (gendef): Clear the first word of an RTX in the generator
1512         function, irrespective of ggc_p.  Initialize '0' slots to
1513         NULL.
1514         (genlegend): Don't generate obstack_alloc_rtx routine, just a
1515         thin wrapper macro around obstack_alloc.
1516
1517         * stmt.c (expand_fixup): Use ggc_alloc.
1518         * c-typeck.c (add_pending_init): Use ggc_alloc.
1519         * emit-rtl.c (init_emit_once): Clear CONST_DOUBLE_CHAIN(tem).
1520         * varasm.c (immed_double_const): Set CONST_DOUBLE_MEM(r) to
1521         const0_rtx when it is created.
1522         (immed_real_const_1): Set CONST_DOUBLE_CHAIN(r) to NULL_RTX if
1523         we are not in a function.
1524
1525         * tree.c (tree_class_check_failed): Make second arg an int.
1526         * tree.h: Update prototype.
1527
1528 2000-06-09  Geoff Keating  <geoffk@cygnus.com>
1529
1530         * tree.h (VOID_TYPE_P): Don't look at the TYPE_MAIN_VARIANT
1531         of an error_mark_node.
1532
1533 Fri Jun  9 20:35:13 2000  Denis Chertykov  <denisc@overta.ru>
1534
1535         * config/avr/avr.c (asm_output_section_name): bugfix.
1536
1537 2000-06-09  Jason Merrill  <jason@casey.soma.redhat.com>
1538
1539         * timevar.def: Add TV_EXPAND.
1540         * timevar.c (timevar_print): Update timing information.
1541         * calls.c (try_to_integrate): Push to TV_INTEGRATION for inlining.
1542
1543         * stmt.c (expand_return): Check for error_mark_node.
1544
1545 2000-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1546
1547         * configure.in: Also avoid wrapping auto-build.h with IN_GCC.
1548
1549         * scan-types.sh (VALUE) Wrap use with double quotes to protect
1550         variable against filename expansion when it contains "char *".
1551
1552         * system.h (SSIZE_MAX): Delete backup definition.
1553
1554         * cppfiles.c (read_include_file): Use INTTYPE_MAXIMUM(ssize_t)
1555         instead of SSIZE_MAX.
1556
1557 2000-06-09  Jakub Jelinek  <jakub@redhat.com>
1558
1559         * configure.in: Check whether gas supports -relax.
1560         * configure, config.in: Rebuilt.
1561         * config/sparc/sparc.h (ASM_RELAX_SPEC): Define.
1562         (EXTRA_SPECS): Add asm_relax.
1563         (ASM_SPEC): Add %(asm_relax).
1564         (TARGET_SWITCHES): Add -mrelax and -mno-relax.
1565         * config/sparc/linux64.h (LINK_ARCH_SPEC): Rename to LINK_SPEC.
1566         (LINK_SPEC): Pass -relax to linker unless -mno-relax or -r.
1567         (ASM_SPEC): Add %(asm_relax).
1568         * config/sparc/linux.h (LINK_SPEC, ASM_SPEC): Likewise.
1569         * config/sparc/sparc.c (output_sibcall): If HAVE_AS_RELAX_OPTION,
1570         never use sethi/jmpl for leaf tail calls.  Use or with rs2 %g0
1571         instead of mov, so that gas can further optimize it.
1572
1573 2000-06-08  James E. Wilson  <wilson@bletchleypark.cygnus.com>
1574
1575         * dwarf2out.c (size_of_die, case dw_val_class_const): Use
1576         size_of_sleb128.
1577         (value_format, case dw_val_class_const): Use sdata format.
1578         (output_die): Call output_sleb128.
1579
1580 2000-06-08  James E. Wilson  <wilson@cygnus.com>
1581
1582         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA8): Add new macro that uses
1583         UNALIGNED_DOUBLE_INT_ASM_OP.  Rename old macro to
1584         ASM_OUTPUT_DWARF_CONST_DOUBLE.
1585         (output_die, case dw_val_class_unsigned_const): Correct call to
1586         ASM_OUTPUT_DWARF_DATA8.
1587         (output_die, case dw_val_class_long_long): Use
1588         ASM_OUTPUT_DWARF_CONST_DOUBLE.
1589         * tree.c (host_integerp): Accept unsigned HOST_WIDE_INT values when
1590         pos is zero.
1591
1592         * config/ia64/ia64-protos.h (ia64_output_end_prologue): Add.
1593         (output_function_prologue): Fix mispelling.
1594         (output_function_prologue, output_function_epilogue): Reorder to
1595         match ia64.c definition order.
1596         * config/ia64/ia64.c (ia64_expand_prologue): Add comment.
1597         (ia64_expand_epilogue): Set RTX_FRAME_RELATED_P on stack restore insns.
1598         Use r3 instead of r2 for large stack restores.
1599         (ia64_output_end_prologue): New function.
1600         (process_set): Emit ".restore sp" for epilogue stack restores.
1601         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Define.
1602
1603 2000-06-08  Jakub Jelinek  <jakub@redhat.com>
1604
1605         * dbxout.c (dbxout_type_fields): Don't segfault on fields with
1606         incomplete types.
1607
1608 2000-06-08  Nathan Sidwell  <nathan@codesourcery.com>
1609
1610         * frame.c (end_fde_sort): Remove extraneous erratic array test.
1611
1612 2000-06-08  Denis Perchine <dyp@perchine.com>
1613
1614         * frame.c (start_fde_sort): Don't malloc (0).
1615
1616 2000-06-07  Zack Weinberg  <zack@wolery.cumb.org>
1617
1618         * c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on
1619         error_mark_node.
1620         * print-tree.c (print_node): The transparent_union_flag means
1621         different things for unions and arrays.  Do not inspect it
1622         with TYPE_TRANSPARENT_UNION.
1623
1624 2000-06-06  Jakub Jelinek  <jakub@redhat.com>
1625
1626         * cpplib.c (do_ifdef, do_ifndef): Don't segfault if parse_ifdef
1627         returned NULL.
1628
1629 Wed Jun  7 20:34:33 2000  Denis Chertykov  <denisc@overta.ru>
1630
1631         * config/avr/avr.c (asm_output_section_name): output section
1632         attributes.
1633         * config/avr/libgcc.S (.text.libgcc): declare section attributes.
1634
1635 2000-06-06  James E. Wilson  <wilson@cygnus.com>
1636
1637         * frame.h (struct unwind_info_ptr): Collapse version, flags, and length
1638         fields into header field.
1639         (IA64_UNW_HDR_LENGTH, IA64_UNW_HDR_FLAGS, IA64_UNW_HDR_VERSION): New
1640         macros to access length, flags, and version info from header field.
1641         * config/ia64/crtbegin.asm (__do_frame_setup_aux): Delete here.
1642         * config/ia64/crtend.asm (__do_frame_setup_aux): Add here.
1643         (__do_global_ctors_aux): Fix caller.
1644         * config/ia64/frame-ia64.c (get_unwind_record): Change parameter
1645         prologue_flag to header.  Pass to read_P_record.
1646         (read_P_record): New argument header.  Implement P4 format.
1647         Multiply P7_T_SIZE by 16.
1648         (execute_one_ia64_descriptor): New static local region_header.  Pass to
1649         get_unwind_record.  Copy r to region_header if r is a header record.
1650         (print_all_records): Likewise.
1651         (__build_ia64_frame_state): Use IA64_UNW_HDR_LENGTH.
1652         (__get_personality, __get_except_table): Likewise.
1653         * config/ia64/ia64.c (process_set): Do not divide offsets by 4.
1654
1655 2000-06-06  Philipp Thomas  <pthomas@suse.de>
1656
1657         * configure.in (AC_C_INLINE): Added.
1658         * aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default.
1659         * configure: Regenerate.
1660
1661 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
1662
1663         * c-common.h (c_language_kind): New type.
1664         (c_language): New variab.e
1665         * c-common.c (lang_get_alias_set): Don't put structures in
1666         non-zero alias sets in C++.
1667         * c-decl.c (c_language): Define it.
1668         * c-lex.c (doing_objc_thang): Remove.
1669         * c-tree.h (doing_objc_thang): Make it a macro.
1670         * objc/objc-act.c (lang_decode_option): Set c_language, not
1671         doing_objc_thang.
1672
1673 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
1674
1675         * diagnostic.c (output_maximum_width): Remove.
1676         (doing_line_wrapping): Tweak.
1677         (diagnostic_buffer): New object.
1678         (global_output_buffer): New object.
1679         (output_destroy_prefix): New function.
1680         (default_initialize_buffer): Likewise.
1681         (reshape_diagnostic_buffer): Likewise.
1682         (initialize_diagnostics): Likewise.
1683         (output_clear): Tweak.
1684         (line_wrapper_printf): Adjust call to init_output_buffer.
1685         (vline_wrapper_message_with_location): Likewise.  Use
1686         output_destroy_prefix.
1687         (v_message_with_decl): Likewise.
1688
1689         * diagnostic.h (struct output_buffer): Constify prefix.
1690         (init_output_buffer, output_get_prefix): Constify.
1691         (diagnostic_message_length_per_line): Likewise.
1692         (reshape_diagnostic_buffer): Declare.
1693         (default_initialize_buffer): Declare.
1694         (initialize_diagnostics): Declare.
1695         (diagnostic_buffer): Declare new obbject.
1696
1697         * toplev.c: #include diagnostic.h
1698         (display_help): Document diagnostic formatting options.
1699         (decode_f_option): Handle diagnostic formatting options.
1700         (main): Setup initialization for diagnostic messages outputter.
1701
1702         * toplev.h (set_message_length): Remove.
1703
1704         * Makefile.in (toplev.o): Depends upon diagnostic.h
1705
1706         * invoke.texi : Document diagnostics formatting options.
1707
1708 Tue Jun  6 19:25:32 2000  Philippe De Muyter  <phdm@macqel.be>
1709
1710         * configure.in (Make the links): Typo fix : the file that must be
1711         included without #ifdef IN_GCC is `auto-host.h', not `auto-config.h'.
1712         * configure: File rebuilt.
1713
1714 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
1715
1716         * eh-common.h (EH_ALLOC_SIZE, EH_ALLOC_ALIGN): New #defines.
1717         (eh_context): Add alloc_mask and alloc_buffer emergency fallback
1718         space.
1719         * libgcc2.c (__eh_alloc): Moved from cp/exception.cc. Fallback on
1720         emergency eh_context buffer, if malloc fails.
1721         (__eh_free): Moved from cp/exception.cc. Release to emergency
1722         eh_context buffer, if appropriate.
1723
1724 2000-06-06  Jason Merrill  <jason@casey.soma.redhat.com>
1725
1726         * expr.c (store_expr): Fix typo.
1727
1728 2000-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1729
1730         * m68k.c (legitimize_pic_address): Move prototype ...
1731
1732         * m68k-protos.h (legitimize_pic_address): ... here.
1733
1734         * m68k.md (legitimize_pic_address): Delete prototypes.
1735         (untyped_call): Invoke GEN_CALL(), not gen_call().
1736
1737         * nextstep.c: Include system.h and toplev.h.
1738         (get_directive_line): Don't prototype.
1739         (handle_pragma): Mark parameters with ATTRIBUTE_UNUSED and constify.
1740
1741         * nextstep.h (handle_pragma): Prototype.
1742         (SECTION_FUNCTION): Prototype FUNCTION().  Move prototype of
1743         objc_section_init ...
1744         (EXTRA_SECTION_FUNCTIONS): ... here.
1745
1746 Tue Jun  6 08:17:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1747
1748         * sdbout.c (struct sdb_file): NAME now const.
1749         (sdbout_init): input_file_name now const.
1750         (sdbout_start_new_source_file): FILENAME now const.
1751         * sdbout.c (sdbout_init, sdbout_start_new_source_file): Reflect above.
1752
1753 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
1754
1755         * c-typeck.c (build_conditional_expr): Handle complex data types.
1756
1757 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
1758
1759         * explow.c (maybe_set_unchanging): New function, broken out from...
1760         (set_mem_attributes): Here.
1761         * expr.h: Declare it.
1762         * stmt.c (expand_decl): Call it.
1763
1764 2000-06-05  Richard Henderson  <rth@cygnus.com>
1765
1766         * reload1.c (choose_reload_regs): Mind CLASS_CANNOT_CHANGE_SIZE
1767         while looking for a register to inherit from.
1768
1769 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
1770
1771         * Makefile.in (libgcc.ready): Lose.
1772         (libgcc.mk): Just use mv, not move-if-change.
1773         (LIBGCC_DEPS): New macro.
1774         (libgcc.a): Use it.
1775         (stmp-multilib): Likewise.
1776         * mklibgcc.in (stmp-dirs): New target.  Make everything depend on
1777         it rather than the directories themselves.
1778         (LIB2ADD): Depend on the list file rather than 'force'.
1779
1780         * fold-const.c (fold, case COND_EXPR): Elide conversion between
1781         cv-qualified versions of types.
1782
1783 Mon Jun  5 14:06:18 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1784
1785         * config/sparc/sparc.c (short_branch): Correct error in range
1786         computation.
1787
1788 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1789
1790         * fixinc/inclhack.def: New include hacks for ultrix.
1791         * (nested_ultrix): Replaced by ultrix_nested_svc.
1792         * (ultrix_atof_param): test_text string added.
1793         * (ultrix_ifdef): Modified select string.
1794
1795 2000-06-05  Zack Weinberg  <zack@wolery.cumb.org>
1796
1797         * objc/objc-act.c (generate_method_descriptors): Register
1798         objc_method_prototype_template as a GC root.
1799         (comp_method_with_proto): Register function_type as a GC root.
1800         (comp_proto_with_proto): Replace function_type1 and
1801         function_type2 with a two-element array; register it as a GC root.
1802
1803         (generate_protocols, build_protocol_initializer,
1804         generate_protocol_list, build_category_initializer,
1805         build_shared_structure_initializer): Do not cache cast_type
1806         and/or cast_type2.
1807
1808 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1809
1810         * function.c (assign_parms): Add missing argument to set_mem_attributes
1811         call.
1812
1813 2000-06-05  Nathan Sidwell  <nathan@codesourcery.com>
1814
1815         * tree.h (VOID_TYPE_P): New macro.
1816         (COMPLETE_OR_VOID_TYPE_P): Use VOID_TYPE_P.
1817         * c-decl.c (grokdeclarator): Use VOID_TYPE_P.
1818         (get_parm_info): Likewise.
1819         (store_parm_decls): Likewise.
1820         (combine_parm_decls): Likewise.
1821         (finish_function): Likewise.
1822         * c-typeck.c (build_function_call): Likewise.
1823         (build_binary_op): Likewise.
1824         (build_conditional_expr): Likewise.
1825         (internal_build_compound_expr): Likewise.
1826         (convert_for_assignment): Likewise.
1827         * stmt.c (expend_expr_stmt): Likewise.
1828         (warn_if_unused_value): Likewise.
1829         (expand_return): Likewise.
1830         * c-parse.in (primary): Likewise.
1831         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
1832         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
1833
1834 Mon Jun  5 06:46:28 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1835
1836         * alias.c (get_alias_set): If compnent is addressable, use alias
1837         set of component.
1838         * c-decl.c (init_decl_processing): Don't call record_component_aliases.
1839         (grokdeclarator): Likewise.
1840         * c-typeck.c (common_type): Likewise.
1841
1842 2000-06-04  Alex Samuel  <samuel@codesourcery.com>
1843
1844         * Makefile.in (OBJS): Remove dyn_string.o
1845         (dyn-string.o): Delete rule.
1846         * dyn-string.c: Delete file
1847         * dyn-string.h: Likewise.
1848
1849 2000-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1850
1851         * Makefile.in (intl.*): Honor non-zero exit codes in the intl
1852         subdir.
1853
1854 2000-06-03  Geoff Keating  <geoffk@cygnus.com>
1855
1856         * alias.c (record_component_aliases): Don't inspect
1857         DECL_NONADDRESSABLE_P of non-FIELD_DECL components of structures.
1858
1859 Sat Jun  3 19:05:30 2000  Michael Meissner  <meissner@redhat.com>
1860
1861         * ifcvt.c (process_insns): If IFCVT_MODIFY_INSN is defined, call
1862         it with the pattern to do machine dependent work.
1863         (cond_exec_process_if_block): If IFCVT_MODIFY_TESTS is defined,
1864         use it to modify the true/false tests used in conditional
1865         execution.  If IFCVT_MODIFY_FINAL and IFCVT_MODIFY_CANCEL are
1866         defined, invoke them if the conversion to conditional execution
1867         was successful or not.
1868
1869         * tm.texi (IFCVT_MODIFY_TESTS): Document.
1870         (IFCVT_MODIFY_INSN): Ditto.
1871         (IFCVT_MODIFY_FINAL): Ditto.
1872         (IFCVT_MODIFY_CANCEL): Ditto.
1873
1874 Sat Jun  3 15:26:13 2000  Matt Kraai <kraai@alumni.carnegiemellon.edu>
1875
1876         * toplev.c (main): Fix misspellings of possibility and language.
1877
1878 2000-06-03  Richard Henderson  <rth@cygnus.com>
1879
1880         * alias.c (record_alias_subset): Initialize has_zero_child in the
1881         superset.
1882
1883 2000-06-03  Richard Earnshaw (rearnsha@arm.com)
1884
1885         * arm.md (untyped_call): Use GEN_CALL macro.
1886
1887 2000-06-02  Pekka Nikander  <pnr@teldanex.tcm.hut.fi>
1888
1889         * Makefile.in: Use $(MAKE) not "make"
1890
1891 Fri Jun  2 19:31:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1892
1893         * alias.c (struct alias_set_entry): New field has_zero_child.
1894         (mem_in_disjoint_alias_sets_p): Return 0 if set in either ase.
1895         (get_alias_set): If language-dependent routine set TYPE_ALIAS_SET,
1896         do nothing.
1897         Call record_component_aliases for aggregate types.
1898         (record_alias_subset): Set has_zero_child.
1899         (record_component_aliases, case ARRAY_TYPE): Do nothing if
1900         TYPE_NONALIASES_COMPONENT.
1901         (record_component_aliases, case RECORD_TYPE): Test
1902         DECL_NONADDRESSABLE_P.
1903         * c-decl.c (grokdeclarator): Set DECL_NONADDRESSABLE_P instead
1904         of TREE_ADDRESSABLE.
1905         * calls.c (initialize_argument_information): Only test
1906         TYPE_TRANSPARENT_UNION for UNION_TYPE.
1907         * function.c (assign_parms): Likewise.
1908         * integrate.c (function_cannot_inline_p): Likewise.
1909         * stor-layout.c (finish_record_layout): Don't call
1910         record_component_aliases.
1911         * tree.h (struct tree_int_cst): Use struct tree_common.
1912         (struct tree_real_cst, struct tree_string): Likewise.
1913         (struct tree_complex, struct tree_identifier): Likewise.
1914         (struct tree_list, struct tree_vec, struct tree_exp): Likewise.
1915         (struct tree_block, struct tree_type, struct tree_decl): Likewise.
1916         (TYPE_TRANSPARENT_UNION): Use UNION_TYPE_CHECK.
1917         (TYPE_NONALIASES_COMPONENT): New macro.
1918         (TYPE_AMBIENT_BOUNDEDNESS): Use FUNCTION_TYPE_CHECK.
1919         (DECL_NONADDRESSABLE_P): New macro.
1920         (struct tree_decl): Reorder bits for clarity of how many left;
1921         add non_adressable.
1922
1923 2000-06-02  Jason Merrill  <jason@casey.soma.redhat.com>
1924
1925         * Makefile.in (libgcc.a): Also depend on $(LIB2ADD).
1926         * mklibgcc.in (force): New target.
1927         Make LIB2ADD stuff depend on it.
1928
1929 2000-06-02  Richard Henderson  <rth@cygnus.com>
1930
1931         * alias.c (lang_get_alias_set): Remove.
1932         (get_alias_set): Call it directly, not indirectly.
1933         * c-common.c (lang_get_alias_set): Rename from c_get_alias_set.
1934         * c-common.h (c_get_alias_set): Don't declare.
1935         * c-decl.c (init_decl_processing): Don't set lang_get_alias_set.
1936         * expr.h (lang_get_alias_set): Declare as function, not pointer.
1937
1938 2000-06-02  Bruce Korb  <bkorb@gnu.org>
1939
1940         * fixinc/server.c(sig_handler):  resume closing server on SIGPIPE
1941         (server_setup):  define the server's master pid
1942         (close_server):  actually do the deed IFF we are the server's master
1943
1944 2000-06-02  Jakub Jelinek  <jakub@redhat.com>
1945
1946         * c-common.c (c_get_alias_set): Check whether signed_type did not
1947         return its argument before calling get_alias_set on the result.
1948
1949 2000-06-02  Andrew MacLeod  <amacleod@cygnus.com>
1950
1951         * expr.c (emit_group_load): Fix typo, GET_MODE not GET_CODE.
1952
1953 Fri Jun  2 00:22:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1954
1955         * sh.h (CPP_SPEC): Add -D__NOMACSAVE__ for -mnomacsave.
1956         (CONDITIONAL_REGISTER_USAGE): Mac registers are call used
1957         for TARGET_NOMACSAVE.
1958         (NOMACSAVE_BIT): Define.
1959         (TARGET_NOMACSAVE): Define.
1960         (TARGET_SWITCHES): Add "nomacsave".
1961
1962 2000-06-02  Toshiyasu Morita  <toshi.morita@sega.com>
1963
1964         * sh.md (untyped_call): Remove excess parameters
1965
1966 2000-06-01  Loren J. Rittle  <ljrittle@acm.org>
1967
1968         * fixinc/inclhack.def (osf_namespace_a): Relax expression to
1969         match that used before the conversion to c_fix style.
1970         * fixinc/fixincl.x: regenerate
1971
1972 2000-06-01  Stan Cox  <scox@cygnus.com>
1973
1974         * varray.h (VARRAY_PUSH_GENERIC_PTR, VARRAY_PUSH_CHAR_PTR): Fix
1975         macro argument typo.
1976
1977 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
1978
1979         * cpplex.c (maybe_macroexpand): Use CPP_WTRADITIONAL.  Improve
1980         error message.
1981         * cpplib.c (parse_include): Remove support for VAX-C
1982         "#include starlet" misfeature.
1983
1984 2000-05-31 Laurynas Biveinis <lauras@softhome.net>
1985
1986         * cppfiles.c: conditionally define O_BINARY.
1987         (open_include_file): pass O_BINARY to open().
1988
1989 2000-06-01  Richard Henderson  <rth@cygnus.com>
1990
1991         * i960.c (i960_br_predict_opcode): Remove.
1992         (i960_print_operand) [+]: Emit branch prediction hints.
1993         (i960_function_arg): Return early for VOIDmode.
1994         (i960_round_align): Return early for incomplete types.
1995         * i960.h (PRINT_OPERAND_PUNCT_VALID_P): New.
1996         * i960.md (all conditional branches): Add "%+".
1997
1998 Thu Jun  1 12:24:21 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1999
2000         * alias.c (get_alias_set): Don't call language-specific routine more
2001         than is needed and clean up code a bit.
2002         * c-common.c (c_get_alias_set): All references whose type
2003         is char get alias set 0, but character types need not.
2004         * varasm.c (make_function_rtl): Don't call set_mem_attributes.
2005         (make_decl_rtl): Don't call it for FUNCTION_DECL.
2006
2007 2000-06-01  Bruce Korb  <bkorb@gnu.org>
2008
2009         * fixinc/tests/base/...: new base result files
2010
2011 Thu Jun  1 09:37:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
2012
2013         * config/i386/i386.c (ix86_use_fcomi_compare): Make global.
2014         * config/i386/i386-protos.h (ix86_use_fcomi_compare): Declare.
2015         * config/i386/i386.md (*fp_jcc_3, *fp_jcc_4): Disable if we
2016         will use FCOMI.
2017
2018 2000-06-01  Richard Henderson  <rth@cygnus.com>
2019
2020         * Makefile.in (c-decl.o): Depend on $(EXPR_H), not expr.h.
2021
2022         * c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.
2023
2024 2000-05-31  Richard Henderson  <rth@cygnus.com>
2025
2026         * config/ia64/ia64.c (sdata_symbolic_operand): Consider small
2027         CONSTANT_POOL_ADDRESS_P addresses for .sdata.
2028         * config/ia64/sysv4.h (SELECT_RTX_SECTION): New.
2029
2030 2000-05-31  Richard Henderson  <rth@cygnus.com>
2031
2032         * config/ia64/ia64-protos.h (ia64_expand_prediction): Remove.
2033         * config/ia64/ia64.c (ia64_expand_prediction): Move code ...
2034         (ia64_print_operand) [+]: ... here.  Use current_output_insn.
2035         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): New.
2036         * config/ia64/ia64.md (all branch/call patterns): Use %+.
2037
2038 2000-05-31  Richard Henderson  <rth@cygnus.com>
2039
2040         * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers.
2041
2042 2000-05-31  Richard Henderson  <rth@cygnus.com>
2043
2044         * ifcvt.c (merge_if_block): Be prepared for JOIN to have no
2045         remaining edges.
2046         (find_if_block): Allow THEN with no outgoing edges.
2047         * flow.c (merge_blocks_nomove): Remove a barrier not following
2048         a jump as well.
2049
2050 2000-05-31  Richard Henderson  <rth@cygnus.com>
2051
2052         * flow.c (propagate_block): Move initialization of mem_set_list ...
2053         (init_propagate_block_info): ... here.  Also track blocks with
2054         no successors; don't scan insns if ! PROP_SCAN_DEAD_CODE.
2055
2056 2000-05-31  Richard Henderson  <rth@cygnus.com>
2057
2058         * jump.c (jump_optimize_1): Revert 05-18 change.
2059
2060 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
2061
2062         * invoke.texi: Remove documentation for -fguiding-decls.
2063
2064 2000-05-31  Richard Henderson  <rth@cygnus.com>
2065
2066         * configure.in: Fix typo last change.
2067
2068 2000-05-31  Philipp Thomas  <pthomas@suse.de>
2069
2070         * configure.in (enable-nls): Enable if build == host, i.e. when
2071         not building a canadian cross compiler.
2072         (enable-maintainer-mode): Added for use with i18n.
2073         * aclocal.m4 (AM_GNU_GETTEXT): Only build catalogs that are a
2074         cross section of ALL_LINGUAS and LINGUAS.
2075         * configure: Rebuild.
2076
2077 2000-05-31  Bruce Korb  <bkorb@gnu.org>
2078
2079         * fixinc/check.tpl: rework to use test result tree
2080         * fixinc/Makefile.in: change invocation of check script
2081         * fixinc/check.diff: No longer needed
2082         * fixinc/fixincl.x: regenerate
2083         * fixinc/inclhack.def:  add new tests
2084         * fixinc/tests/base/arch/i960/archI960.h:  New test result
2085         * fixinc/tests/base/curses.h: modified test result
2086         * fixinc/tests/base/stdio.h: ditto
2087         * fixinc/tests/base/time.h: ditto
2088         * fixinc/tests/base/sys/asm.h: ditto
2089         * fixinc/tests/base/sys/stat.h: ditto
2090         * fixinc/tests/base/sys/wait.h: ditto
2091
2092 Wed May 31 13:17:20 2000  Philippe De Muyter  <phdm@macqel.be>
2093
2094         * except.c (clear_function_eh_region): Do not free NULL.
2095
2096 Wed May 31 08:07:52 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2097
2098         * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
2099         * alias.c (struct alias_entry): alias_set is HOST_WIDE_INT.
2100         (REG_BASE_VALUE): Remove unneeded cast to unsigned.
2101         (get_alias_set_entry): ALIAS_SET arg is HOST_WIDE_INT.
2102         (find_base_decl): New function, from c_find_base_decl in c-common.c.
2103         (new_alias_set): Moved from tree.c; return is HOST_WIDE_INT.
2104         (get_alias_set): Likewise.
2105         Major rework to do more things and allow language-specific code
2106         to just handle special-cases.
2107         (record_alias_subset): Args are HOST_WIDE_INT.
2108         (record_component_alias): Local vars are HOST_WIDE_INT.
2109         Don't handle COMPLEX_EXPR.
2110         (get_varargs_alias_set): Moved from builtins.c.
2111         (get_frame_alias_set): New function.
2112         * builtins.c (expand_builtin_return_address): Use frame alias set.
2113         (expand_builtin_setjmp, expand_builtin_longjmp): Use alias set
2114         for setjmp buffer.
2115         (get_memory_rtx): Rework to use set_mem_attributes.
2116         (get_varargs_alias_set): Deleted from here.
2117         * c-common.c (c_apply_type_quals_to_decl): Alias sets now HOST_WIDE_INT.
2118         (c_find_base_decl): Deleted from here.
2119         (c_get_alias_set): Remove many cases and rework to just handle
2120         C-specific cases.
2121         * c-common.h (c_get_alias_set): Returns HOST_WIDE_INT.
2122         * c-decl.c (rtl.h, expr.h): Now included.
2123         (init_decl_processing): Call record_component_aliases on array types.
2124         (grokdeclarator): Likewise.
2125         Set TREE_ADDRESSABLE for all fields that are not bitfields.
2126         * c-typeck.c (common_type): Call record_component_aliases for array.
2127         * caller-save.c (setup_save_areas): Rework register loop for unsigned.
2128         Set all save areas to the frame alias set.
2129         * calls.c (initialie_argument_information): Call set_mem_attributes.
2130         (compute_argument_addresses, expand_call): Likewise.
2131         * explow.c (set_mem_attributes): New function.
2132         (stabilize): Use MEM_COPY_ATTRIBUTES and force_reg.
2133         * expr.c (struct move_by_pieces): Remove {to,from}_{struct,readonly}.
2134         LEN and OFFSET now HOST_WIDE_INT.
2135         (clear_by_pieces): Similar changes.
2136         (move_by_pieces): LEN now HOST_WIDE_INT; don't set deleted fields.
2137         (move_by_pieces_ninsns): Now returns unsigned HOST_WIDE_INT.
2138         (move_by_pieces_1): Don't use deleted fields, use MEM_COPY_ATTRIBUTES.
2139         (clear_by_pieces_1): Likewise.
2140         (emit_push_insn): Call set_mem_attributes.
2141         (expand_expr, case INDIRECT_REF): Likewise.
2142         (expand_expr, case VAR_DECL): Call change_address.
2143         * expr.h (ADD_PARM_SIZE, SUB_PARM_SIZE): Use host_integerp and
2144         tree_low_cst.
2145         (get_varargs_alias_set, get_frame_alias_set): New decls.
2146         (record_base_value, record_alias_subset, lang_get_alias_set): Likewise.
2147         (new_alias_set, set_mem_attributes): Likewse.
2148         * function.c (struct temp_slot): ALIAS_SET is HOST_WIDE_INT.
2149         (assign_stack_temp_for_type): Likewise.
2150         Can split slot even if alias set since can copy.
2151         Set MEM_ALIAS_SET and MEM_SET_IN_STRUCT_P.
2152         (assign_temp): Use host_integerp and tree_low_cst.
2153         (put_var_into_stack): Properly handle SAVE_EXPR.
2154         (put_addressof_into_stack): Likewise.
2155         (assign_parms): Call set_mem_attributes.
2156         Delete #if 0 code.
2157         (fix_lexical_address): Put reference to chain into frame alias set.
2158         (expand_function_start): Call set_mem_attributes.
2159         * integrate.c (expand_inline_function): Likewise.
2160         * recog.c (adj_offsettable_operand): Use MEM_COPY_ATTRIBUTES.
2161         * regmove.c (try_apply_stack_adjustment): Likewise.
2162         * reload.c (push_reload, make_memloc): Likewise.
2163         * reload1.c (alter_reg): Make alias sets for spilled pseudos.
2164         * rtl.def (MEM): Update comment.
2165         * rtl.h (MEM_ALIAS_SET): Now uses XCWINT.
2166         (move_by_pieces): Change length to HOST_WIDE_INT.
2167         (record_base_value, record_alias_subset): Delete from here.
2168         * stmt.c (expand_decl): Call set_mem_attributes.
2169         * stor-layout.c (finish_record_layout): Call record_component_aliases.i
2170         * toplev.c (compile_file): Call init_alias_once earlier.
2171         * tree.c (lang_get_alias_set, get_alias_set, new_alias_set): Deleted
2172         from here: now in alias.c.
2173         * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
2174         (struct tree_decl): Likewise.
2175         (get_alias_set, new_alias_set, lang_get_alias_set): Deleted from here.
2176         * varasm.c (make_function_rtl, make_decl_rtl): Call set_mem_attributes.
2177         (output_constant_def, force_const_mem): Likewise.
2178
2179         * flow.c (propagate_block): If block has no successors, stores to
2180         frame are dead if not used.
2181
2182 2000-05-31  Nathan Sidwell  <nathan@codesourcery.com>
2183
2184         * stmt (expand_end_case): Reorder conversion sequence for jump
2185         table to avoid extra truncations.
2186
2187 Wed May 31 01:31:42 2000  Jeffrey A Law  (law@cygnus.com)
2188
2189         * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn
2190         in the block is more than just a simple conditional branch.
2191         (noce_process_if_block): Similarly.
2192
2193 Tue May 30 22:25:57 2000  Alexandre Oliva  <aoliva@cygnus.com>
2194
2195         * optabs.c (prepare_float_lib_cmp): Protect *px and *py from
2196         queue.
2197
2198 2000-05-30  Michael Meissner  <meissner@redhat.com>
2199
2200         * dwarf2out.c (dwarf2out_frame_debug_expr): Ignore HIGH
2201         instructions.  Treat LO_SUM operations as loading the full integer
2202         constant.
2203
2204 2000-05-30  Richard Henderson  <rth@cygnus.com>
2205
2206         * combine.c (get_pos_from_mask): Test exact_log2 result as signed.
2207
2208 2000-05-30  Richard Henderson  <rth@cygnus.com>
2209
2210         * bb-reorder.c (emit_jump_to_block_after): Protect use of HAVE_return.
2211
2212 2000-05-30  Bruce Korb  <bkorb@gnu.org>
2213
2214         * fixinc/tests/*:  Added expected result files for fixinc's make check
2215         * fixinc/fixfixes(char_macro_*_fix): Restore original algorithm
2216
2217 2000-05-30  Richard Henderson  <rth@cygnus.com>
2218
2219         * config/alpha/alpha.md (*setne_internal): Use match_operator
2220         instead of working down from insn.
2221
2222 2000-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2223
2224         * invoke.texi (-Wtraditional): Update WRT function macros.
2225
2226 Tue May 30 09:57:32 2000  Philippe De Muyter  <phdm@macqel.be>
2227
2228         * except.c (free_exception_table): Do not free NULL.
2229
2230 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
2231
2232         * cpplib.c (do_if): Don't save and restore only_seen_white here.
2233         * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white
2234         and skipping here.
2235
2236 2000-05-29  Richard Earnshaw (rearnsha@arm.com)
2237
2238         * flow.c (mark_used_reg): If a register is unconditionally live,
2239         remove any conditional death information.
2240
2241 2000-05-29  Richard Henderson  <rth@cygnus.com>
2242
2243         * final.c (current_output_insn): New.
2244         (final_scan_insn): Set it.
2245         * output.h: Declare it.
2246
2247 2000-05-29  Richard Henderson  <rth@cygnus.com>
2248
2249         * stor-layout.c (finalize_record_size): Fix typo.
2250
2251         * jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END
2252         if nlabel is null.
2253
2254 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
2255
2256         * cpplib.h (cpp_reader): Remove if_stack.  Change
2257         potential_control_macro to a cpp_hashnode *.  Add skipping flag.
2258         * cpphash.h (struct ihash): Change control_macro to a
2259         cpp_hashnode * and shorten name to cmacro.
2260         Add NEVER_REINCLUDE constant.
2261
2262         * cppfiles.c (redundant_include_p): Drop cpp_reader argument.
2263         Examine the cmacro node directly, no need to call cpp_defined.
2264         (_cpp_execute_include, read_include_file): Set cmacro to
2265         NEVER_REINCLUDE, not U"".
2266         * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
2267         (cpp_get_token): If pfile->skipping is true, discard text and
2268         keep scanning until we hit a directive; don't expand macros.
2269
2270         * cpplib.c (struct if_stack): Remove if_succeeded, add
2271         was_skipping. Change control_macro to a cpp_hashnode * and
2272         shorten name to cmacro.  Remove typedef IF_STACK.
2273         (parse_ifdef), detect_if_not_defined): Return a cpp_hashnode *.
2274         (conditional_skip, skip_if_group,
2275         consider_directive_while_skipping): Delete.
2276         (push_conditional): New.
2277         (_cpp_handle_directive): Don't process directives other than
2278         conditionals if we are skipping.
2279
2280         (do_ifdef, do_ifndef, do_if, do_else, do_elif, do_endif):
2281         Update to new scheme.
2282         (validate_else): Skip rest of line here, unconditionally.
2283         (_cpp_unwind_if_stack): The stack is per-buffer.  Force
2284         pfile->skipping off.
2285
2286         (all): Remove `scare quotes' from error messages.
2287
2288 2000-05-29  Richard Henderson  <rth@cygnus.com>
2289
2290         * function.c (emit_return_into_block): New line_note arg; emit it.
2291         (thread_prologue_and_epilogue_insns): Attempt to locate a line note
2292         for the close brace to accompany HAVE_return.  Move all line notes
2293         following the epilogue to before the NOTE_INSN_EPILOGUE_BEG.
2294
2295 2000-05-29  Richard Henderson  <rth@cygnus.com>
2296
2297         * longlong.h [__alpha] (count_leading_zeros): New.
2298         (count_trailing_zeros): New.
2299         (COUNT_LEADING_ZEROS_0): New.
2300
2301         * config/alpha/alpha.c (alpha_zero_comparison_operator): New.
2302         (alpha_split_conditional_move): New.
2303         * config/alpha/alpha-protos.h: Prototype them.
2304         * config/alpha/alpha.h (PREDICATE_CODES): Update.
2305         (CPP_CPU_DEFAULT_SPEC): Fix typo for EV67.
2306         * config/alpha/alpha.md: Update ffs cix commentary.
2307         (*ze_and_ne): New.
2308         (*nabssf2, *nabsdf2): New.
2309         (*mov[qhsd]icc_internal): Use add_operand.
2310         (if_then_else constant splitters): New.
2311         (*cmp_sadd_di, *cmp_sadd_si, *cmp_sadd_sidi): New.
2312         (*cmp_ssub_di, *cmp_ssub_si, *cmp_ssub_sidi): New.
2313
2314 2000-05-29  Richard Henderson  <rth@cygnus.com>
2315
2316         * combine.c (force_to_mode) [MINUS]: Convert subtraction from
2317         a constant to NEG or NOT when conditions allow.
2318
2319         * combine.c (combine_simplify_rtx): Don't create an if_then_else
2320         unless both args are general_operand.  Don't canonicalize plus
2321         to ior unless it helps.
2322
2323         * toplev.c (rest_of_compilation): Set no_new_pseudos after flow1;
2324         instead track register_life_up_to_date.  Toggle no_new_pseudos
2325         around if_convert.
2326
2327 2000-05-28  Geoff Keating  <geoffk@cygnus.com>
2328
2329         * config/rs6000/rs6000.c (output_cbranch): Escape '%' characters
2330         so output_operand doesn't see them.
2331
2332 Sun May 28 18:37:07 2000  Clinton Popetz  <cpopetz@cygnus.com>
2333
2334         * lcm.c (make_preds_opaque): Fix comment.
2335         (optimize_mode_switching): Use NORMAL_MODE instead of
2336         MODE_USES_IN_EXIT_BLOCK.  Change leftover instance of
2337         FP_MODE_NONE to no_mode.  Rename MODE_AT_ENTRY to NORMAL_MODE.
2338         Handle insertions before an existing NOTE_INSN_BASIC_BLOCK.
2339         * tm.texi (OPTIMIZE_MODE_SWITCHING): Refer to NORMAL_MODE.
2340         (MODE_USES_IN_EXIT_BLOCK): Delete.
2341         (MODE_AT_ENTRY) Rename to NORMAL_MODE.
2342         * sh.h (MODE_USES_IN_EXIT_BLOCK): Delete.
2343         (MODE_AT_ENTRY): Rename to NORMAL_MODE.
2344         (MODE_NEEDED): Don't look for USE.
2345         (EPILOGUE_USES): Define.
2346
2347 Sun May 28 23:26:59 2000  Philippe De Muyter <phdm@macqel.be>
2348
2349         * mklibgcc.in (all): Variable initialised to `libgcc'.
2350
2351 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
2352
2353         * toplev.h (skip_leading_substring): New macro.
2354         * toplev.c (decode_f_option): Use skip_leading_substring instead
2355         of strncmp.
2356         (decode_W_option): Likewise.
2357
2358 2000-05-28  Nick Clifton  <nickc@cygnus.com>
2359
2360         * tm.texi (CONDITIONAL_REGISTER_USAGE): Document that it can
2361         modify reg_names.
2362
2363 2000-05-28  Richard Henderson  <rth@cygnus.com>
2364
2365         * regclass.c (record_operand_costs): Protect reg_changes_size
2366         with CLASS_CANNOT_CHANGE_SIZE.
2367
2368         * loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
2369
2370 2000-05-28  Richard Henderson  <rth@cygnus.com>
2371
2372         * function.c (diddle_return_value): A pcc-style struct return
2373         returns a pointer.
2374
2375 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
2376
2377         * cppfiles.c: Read files in, using mmap if possible, then
2378         prescan them separately.
2379         (read_file, read_with_read): New functions.
2380         * cpplex.c: Don't define UCHAR_MAX.
2381         (_cpp_read_and_prescan): Rename to _cpp_prescan.  Don't read
2382         the file here.
2383
2384         * cppinit.c (handle_option): Automatically define __cplusplus,
2385         __OBJC__, __ASEEMBLER__, _LANGUAGE_FORTRAN here when we see
2386         the respective -lang switch.
2387
2388         * cpphash.h (enum node_type, struct hashnode, _cpp_lookup
2389         prototype): Move to...
2390         * cpplib.h: ... here.  Rename struct hashnode to struct
2391         cpp_hashnode and give it a typedef.  Rename _cpp_lookup to
2392         cpp_lookup.  Add 'fe_value' slot, a union tree_node *.
2393
2394 2000-05-27  Geoffrey Keating  <geoffk@cygnus.com>
2395
2396         * config/rs6000/rs6000.md (movsi): Constify 'name'.
2397
2398         * regclass.c [CLASS_CANNOT_CHANGE_SIZE]
2399         (class_can_change_size): New variable.
2400         (reg_changes_size): New variable.
2401         (init_reg_sets_1): Initialise class_can_change_size.
2402         (record_operand_costs): Remove subreg_changes_size.
2403         Don't pass it around.  Instead update reg_changes_size.
2404         (regclass): Initialise and free reg_changes_size.  If a register
2405         changes size, don't preference it to a class that contains
2406         registers that can't change size.
2407         (record_reg_classes): Don't look at subreg_changes_size.
2408
2409 2000-05-27  Richard Henderson  <rth@cygnus.com>
2410
2411         * print-rtl.c (reg_names): Remove const.
2412         * regclass.c (reg_names): Likewise.
2413         * regs.h (reg_names): Likewise.
2414         * hard-reg-set.h (reg_names): Likewise.
2415
2416 2000-05-27  Richard Henderson  <rth@cygnus.com>
2417
2418         * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
2419
2420 2000-05-27  Richard Henderson  <rth@cygnus.com>
2421
2422         * config/alpha/alpha.c (alpha_does_function_need_gp): Test
2423         TARGET_PROFILING_NEEDS_GP in the if, instead of with an ifdef.
2424         (alpha_expand_prologue): Emit prologue_mcount if needed.
2425         * config/alpha/alpha.h (TARGET_PROFILING_NEEDS_GP): Default to 0.
2426         * config/alpha/alpha.md (prologue_mcount): New.
2427         * config/alpha/linux.h (FUNCTION_PROFILER): Remove.
2428         (TARGET_PROFILING_NEEDS_GP): Undef before redefining.
2429         * config/alpha/netbsd.h: Likewise.
2430
2431 2000-05-27  Richard Henderson  <rth@cygnus.com>
2432
2433         * config/alpha/elf.h (SELECT_SECTION): Mirror Kenner's May 19
2434         change to config/elfos.h.
2435
2436 2000-05-27  Richard Henderson  <rth@cygnus.com>
2437
2438         * Makefile.in (resource.o): Depend on except.h.
2439         * except.h (output_exception_table_data): Prototype.
2440         * genconfig.c (gen_peephole2): Prototype.
2441         * genemit.c (main): Include ggc.h.
2442         * genoutput.c: Revert parts of last change: include errors.h
2443         (main): Set progname.
2444         * recog.c: Include hard-reg-set.h before recog.h.
2445         * resource.c: Include except.h.
2446
2447         * config/alpha/alpha-protos.h (alpha_arg_info_reg_val): Protect
2448         with RTX_CODE.
2449         (alpha_write_linkage): Protect with BUFSIZ.
2450         (alpha_need_linkage): Update prototype.
2451         * config/alpha/alpha.c (function_arg): Move VMS code here.
2452         (alpha_links_base): Remove.
2453         (alpha_links): New.
2454         (mark_alpha_links_node, mark_alpha_links): New.
2455         (alpha_write_one_linkage): New.
2456         (alpha_need_linkage): Use a splay tree.  Build the linkage symbol.
2457         (alpha_write_linkage): Use splay_tree_foreach.
2458         * config/alpha/alpha.md (call_vms): Use alpha_need_linkage
2459         to get the linkage symbol.
2460         (call_value_vms): Likewise.
2461         * config/alpha/elf.h (output_file_directive): Remove decl.
2462         (ctors_section, dtors_section): Prototype.
2463         (sbss_section, sdata_section): Prototype.
2464         * config/alpha/vms.h (FUNCTION_ARG): Remove.
2465         (readonly_section, link_section, literals_section): Prototype.
2466         (ctors_section, dtors_section): Prototype.
2467         (vms_valid_decl_attribute_p): Remove decl.
2468         (alpha_arg_type, alpha_arg_info_reg_val): Likewise.
2469
2470 2000-05-27  Geoff Keating  <geoffk@cygnus.com>
2471
2472         * reload.c (get_secondary_mem): Don't widen floating-point modes.
2473
2474         * combine.c (subst): Honour CLASS_CANNOT_CHANGE_SIZE when
2475         substituting the REG in a (subreg:X (reg:Y ...)).
2476
2477 2000-05-28  Neil Booth  <NeilB@earthling.net>
2478
2479         * cpplex.c (_cpp_lex_line): Merge vertical space.  Flag
2480         first token of a line BOL.  Update EOF code for this.
2481         Remove illegal directive check - it appears in the (not
2482         yet committed) caller.
2483         * cpplib.h (BOL): New flag.
2484
2485 2000-05-28  Neil Booth  <NeilB@earthling.net>
2486
2487         * cpplex.c (_cpp_init_toklist): No comment space to initialise.
2488         (_cpp_free_toklist): No comment space to free.
2489         (expand_comment_space): Remove.
2490         (save_comment_space): Place the comment in the current token and
2491         not in a separate comment space.
2492         (_cpp_lex_line): Save comments during plain code and #define
2493         directives only.
2494         * cpplib.h (struct _cpp_toklist): Remove comment space.
2495
2496 2000-05-28  Neil Booth  <NeilB@earthling.net>
2497
2498         * cppexp.c (parse_assertion): Supply extra argument to
2499         _cpp_init_toklist.
2500         * cpplib.c (do_assert, do_unassert): Similarly.
2501         * cpphash.h (_cpp_init_toklist) Update.
2502         (_cpp_expand_token_space): New.
2503         (DUMMY_TOKEN, NO_DUMMY_TOKEN): New.
2504         * cpplex.c (_cpp_init_toklist): New argument.
2505         (parse_string2): New argument multiline_ok.
2506         (spell_token): Take a const cpp_token *.
2507         (INIT_NAME): Replace with INIT_TOKEN_NAME.  Update tokens_used.
2508         (SPELL_ macros): Replace with enum.
2509         (expand_token_space): Replace with _cpp_expand_token_space.
2510         Take COUNT argument.
2511         (IS_DIRECTIVE): Update.
2512         (_cpp_lex_line): Update token structure before parsing number.
2513         Don't assume start at beginning of token list.
2514         (save_comment): Use INIT_TOKEN_NAME.
2515
2516 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
2517
2518         * configure.in (stage1_warn_cflags): Add -Wstrict-prototypes
2519         -Wmissing-prototypes.
2520         * configure: Regenerate.
2521         * gcc.texi: Remove explanation of MD_CALL_PROTOTYPES.
2522
2523         * builtins.c, calls.c: Change all instances of gen_call_* or
2524         gen_sibcall_* to GEN_CALL_* and GEN_SIBCALL_*.
2525         * calls.c (struct_value_size_rtx): Separate definition from
2526         initialization to avoid unused variable warning.
2527
2528         * genflags.c (gen_macro): New function.
2529         (gen_proto): Call it for gen_call_* and gen_sibcall_*.
2530         (gen_nonproto): Delete.
2531         (gen_insn): Put all insns on the same obstack.
2532         (main): Generate prototypes for everything unconditionally.
2533
2534         * configure.in: Add AC_CHECK_TYPE(ssize_t).  Remove commented
2535         out check for wchar_t.
2536         * acconfig.h: Add template for ssize_t.  Remove @TOP@.
2537         * system.h: Add infrastructure for defining missing
2538         TYPE_MAX/TYPE_MIN macros.  Use it to provide fallback
2539         definitions of UCHAR_MAX and SSIZE_MAX.
2540         * configure: Regenerate.
2541         * config.in: Regenerate.
2542
2543         * Makefile.in (libgcc2.ready): Rename to libgcc.ready.
2544         Depend on $(LANGUAGES) as well as $(GCC_PATCHES) and fixed
2545         headers.
2546         (clean): No need to delete libgcc1.a, libgcc1-asm.a,
2547         libgcc2.a, or libgcc1.null.
2548
2549 2000-05-27  Richard Henderson  <rth@cygnus.com>
2550
2551         * Makefile.in (recog.o): Don't depend on resource.h.
2552         * recog.c: Don't include resource.h.
2553         (recog_last_allowed_insn): Remove.
2554         (recog_next_insn): Remove.
2555         (struct peep2_insn_data): New.
2556         (peep2_insn_data, peep2_current): New.
2557         (peep2_next_insn): New.
2558         (peep2_regno_dead_p, peep2_reg_dead_p): New.
2559         (peep2_find_free_register): New.
2560         (peephole2_optimize): Track life information by insn as we go.
2561         * recog.h: Update declarations.
2562         * resource.c (find_free_register, reg_dead_p): Remove.
2563         * resource.h: Remove their declarations.
2564         * toplev.c: Include hard-reg-set.h before recog.h.
2565
2566         * genconfig.c (max_insns_per_peep2): New.
2567         (gen_peephole2): New.
2568         (main): Call it.
2569         * genemit.c (output_peephole2_scratches): Generate calls to
2570         peep2_find_free_register; adjust surrounding code.
2571         (main): Have insn-emit.c include hard-reg-set.h before recog.h.
2572         * genrecog.c (change_state): Don't track last_insn.
2573         (write_action): Write into *_pmatch_len before accepting.
2574         (write_tree): Adjust peephole2_insns and subroutines to match.
2575
2576         * config/i386/i386.md (all peepholes): Use peep2_regno_dead_p.
2577
2578         * config/alpha/alpha.c (hard_fp_register_operand): Mind the mode.
2579         (hard_int_register_operand): New.
2580         * config/alpha/alpha-protos.h: Declare it.
2581         * config/alpha/alpha.h (PREDICATE_CODES): Update.
2582         * config/alpha/alpha.md (peep2 patterns): Use hard_int_register_operand
2583         as needed; use peep2_reg_dead_p instead of dead_or_set_p.
2584
2585 2000-05-27  Richard Henderson  <rth@cygnus.com>
2586
2587         * function.c (thread_prologue_epilogue_insns): Don't move the
2588         line note at the head of the chain.  Only force a lineno note
2589         before the end of block 0.
2590
2591 2000-05-27  Richard Henderson  <rth@cygnus.com>
2592
2593         * gensupport.c (collect_insn_data): Record the maximum number
2594         of alternatives, not the last seen.
2595
2596         * genoutput.c: Don't include errors.h.
2597         (struct data): Add lineno member.
2598         (have_error): New.
2599         (scan_operands): Use message_with_line instead of error.
2600         (validate_insn_alternatives): Likewise.
2601         (gen_insn): Accept and store the pattern's line number.
2602         (gen_peephole, gen_expand, gen_split): Likewise.
2603         (main): Don't set progname.  Pass line_no to gen_foo.
2604
2605 2000-05-27  Richard Henderson  <rth@cygnus.com>
2606
2607         * config/d30v/d30v.c (d30v_print_operand): Handle ':'.
2608         * config/d30v/d30v.h (PRINT_OPERAND_PUNCT_VALID_P): Accept ':'.
2609         * config/d30v/d30v.md (attr predicable): New.
2610         (all insn patterns): Mark non-predicable patterns; use %: on the rest.
2611         (andsi3*): Unify into one pattern.
2612         (iorsi3*, xorsi3*): Likewise.
2613         (peephole2 patterns): Use peep2_reg_dead_p; verify not a
2614         conditional return.
2615         (old cond_exec patterns): Remove.
2616         (define_cond_exec): New.
2617
2618 Sat May 27 11:01:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2619
2620         * tree.h (TREE_CODE_LENGTH): New macro.
2621         * c-common.c (c_find_base_decl): Use it.
2622         * expr.c (safe_from_p): Likewise.
2623         * print-tree.c (print_node): Likewise.
2624         * tree.c (make_node, copy_node, get_identifier): Likewie.
2625         (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
2626         (build, build_nt, build_parse_node, simple_cst_equal): Likewise.
2627         * fold-const.c (make_range): Likewise.
2628         (fold): Likewise; also use first_rtl_op.
2629         * c-iterate.c (collect_iterators): Use first_rtl_op.
2630         * calls.c (calls_function_1): Likewise; also rename TYPE to CLASS.
2631         Use IS_EXPR_CODE_CLASS.
2632         (preexpand_calls): Likewise.
2633         * ggc-common.c (ggc_mark_trees): Rework to use first_rtl_op
2634         and TREE_CODE_LENGTH.
2635         * stmt.c (warn_if_unused_value): If no operands, no unused value.
2636
2637 2000-05-26  Geoffrey Keating  <geoffk@cygnus.com>
2638
2639         * config/rs6000/rs6000.md (movsi_internal1): Use '%a1' rather
2640         than '%1(%*)'.
2641         (movdi_internal64): Likewise.
2642
2643         * config/rs6000/rs6000.md: Correct order of operands for DImode
2644         boolean patterns.
2645
2646         * config/rs6000/rs6000.c (boolean_or_operator): New function.
2647         * config/rs6000/rs6000-protos.h (boolean_or_operator): Prototype it.
2648         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_or_operator.
2649         * config/rs6000/rs6000.md: Use boolean_or_operator instead of
2650         boolean_operator for the boolean patterns without NOTs.
2651
2652         * config/rs6000/rs6000.c (reg_or_logical_cint_operand): Rename
2653         from reg_or_u_cint_operand.  Change comment and behaviour.
2654         (logical_operand): Clean up, add assertion.
2655         (non_logical_cint_operand): Also check for
2656         reg_or_logical_cint_operand.
2657         * config/rs6000/rs6000.h (PREDICATE_CODES): Update.
2658         * config/rs6000/rs6000.md (iorsi3): Use reg_or_logical_cint_operand
2659         in the expander.
2660         (xorsi3): Likewise.
2661         (iordi3): Likewise.
2662         (xordi3): Likewise.
2663
2664 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
2665
2666         * tree.h (struct record_layout_info): Rename to (struct
2667         record_layout_info_s).
2668         * stor-layout.c (start_record_layout): Replace
2669         `record_layout_info' with `record_layout_info_s'.
2670
2671 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
2672
2673         * flow.c (find_label_refs): New function.
2674         (find_basic_blocks_1): Call it for each alternative of a call
2675         placeholder.
2676
2677 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
2678
2679         * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
2680         of get_pc.
2681
2682 2000-05-25  Richard Henderson  <rth@cygnus.com>
2683
2684         * config/alpha/alpha.c (alpha_comparison_operator): Don't be
2685         so strict about DImode.
2686         (alpha_swapped_comparison_operator): Likewise.
2687         * config/alpha/alpha.md (*setne_internal): Name it.  Allow
2688         any integer output mode.
2689         (*setcc_internal): Likewise.
2690         (*setcc_swapped_internal): Likewise.
2691         (*movdicc_internal, *movdicc_lbc, *movdicc_lbs): Name them.
2692         (*mov[qhs]icc_internal): New.
2693         (*mov[qhs]icc_lbc, *mov[qhs]icc_lbs): New.
2694
2695 2000-05-25  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2696
2697         * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
2698
2699 2000-05-25  Richard Henderson  <rth@cygnus.com>
2700
2701         * bb-reorder.c (reorder_block_def): Reorder elements for size.
2702         Remove add_jump; add next; replace flags with visited.
2703         (rbd_init): Remove.
2704         (REORDER_BLOCK_HEAD, REORDER_BLOCK_VISITED): Remove.
2705         (REORDER_BLOCK_FLAGS, REORDER_BLOCK_INDEX): Remove.
2706         (REORDER_BLOCK_ADD_JUMP, REORDER_BLOCK_EFF_HEAD): Remove.
2707         (REORDER_BLOCK_EFF_END, REORDER_BLOCK_SCOPE): Remove.
2708         (RBI): New.
2709         (reorder_index, reorder_last_visited): Remove.
2710         (skip_insns_after_block): Rewrite to use a switch.
2711         (get_common_dest): Remove.
2712         (chain_reorder_blocks): Remove.
2713         (record_effective_endpoints): Split out from reorder_basic_blocks.
2714         (make_reorder_chain): Likewise.  Loop until all blocks are placed.
2715         (make_reorder_chain_1): Renamed from old make_reorder_chain.
2716         Only construct the reorder chain, do not move insns.  Try harder
2717         to tail recurse.
2718         (label_for_bb, emit_jump_to_block_after): New.
2719         (fixup_reorder_chain): Use them.  Do bulk block movement.  Examine
2720         and adjust the jump insns appropriately.  Fixup basic_block_info.
2721         (verify_insn_chain): Always define.
2722         (relate_bbs_with_scopes): Call xmalloc, not xcalloc.  Fix thinko
2723         in allocation size.
2724         (make_new_scope): Don't write zeros to calloc'd space.
2725         (build_scope_forest): Rely on xrealloc to DTRT.
2726         (reorder_basic_blocks): Don't build loop nest.  Don't fail if
2727         profile_arc_flag.  Streamline EH test.
2728
2729         * flow.c (redirect_edge_succ, redirect_edge_pred): New.
2730         * basic-block.h: Declare them.
2731
2732 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
2733
2734         * emit-rtl.c (reset_used_decls): New function.
2735         (unshare_all_rtl_again): Call it.
2736
2737 2000-05-25  Zack Weinberg  <zack@wolery.cumb.org>
2738
2739         * cpplex.c (maybe_macroexpand): Warn about function-like
2740         macros used in non-function context, if -Wtraditional.
2741
2742 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
2743
2744         * recog.c (peephole2_optimize): Use INSN_P.
2745
2746 2000-05-25  Richard Henderson  <rth@cygnus.com>
2747
2748         * ifcvt.c (seq_contains_jump): New.
2749         (noce_try_store_flag_constants): Use it to fail conversion.
2750         (noce_try_store_flag_inc, noce_try_store_flag_mask): Likewise.
2751
2752 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
2753
2754         * except.h (can_throw): Declare it.
2755         * except.c (can_throw): Give it external linkage.
2756         * resource.c (find_dead_or_set_registers): Use can_throw.
2757
2758 2000-05-25  Richard Henderson  <rth@cygnus.com>
2759
2760         * flow.c (mark_set_1): Don't record conditionally dead memory.
2761
2762 2000-05-25  Jan Hubicka  <jh@suse.cz>
2763
2764         * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p
2765         and pc_set at the place of simplejump_p and condjump_p.
2766         * cse.c (record_jump_equiv): Likewise.
2767         * emit-rtl.c (emit): Likewise.
2768         * explow.c (find_next_ref): Likewise.
2769         * flow.c (tidy_fallthru_edge): Likewise.
2770         (init_propagate_block_info): Likewise.
2771         * gcse.c (delete_null_pointer_checks): Likewise.
2772         * ifcvt.c (cond_exec_get_condition, noce_get_condition,
2773         dead_or_predicable): Likewise.
2774         * integrate.c (copy_insn_list): Likewise.
2775         * loop.c (scan_loop, verify_dominator, find_and_verify_loops,
2776         for_each_insn_in_loop, check_dbra_loop, get_condition,
2777         insert_bct, load_mems): Likewise.
2778         * resource.c (find_dead_or_set_registers): Likewise.
2779         * sibcalls.c (simplejump_p): Likewise.
2780         * unroll.c (copy_loop_body, reg_dead_after_loop): Likewise.
2781
2782 2000-05-25  David Edelsohn  <edelsohn@gnu.org>
2783
2784         * rs6000.c (expand_block_move): Add 64-bit PowerPC doubleword move
2785         to STRING case.  Use doubleword STRING move for TARGET_POWERPC64
2786         when unaligned.
2787         * rs6000.h (CONST_OK_FOR_LETTER_P, 'J'): unsigned HOST_WIDE_INT.
2788         (RETURN_ADDR_RTX): Use COUNT and FRAME, not count and frame.
2789         (LEGITIMIZE_RELOAD_ADDRESS): unsigned HOST_WIDE_INT high.
2790         * rs6000.md: Name various internal patterns.
2791
2792 2000-05-25  Jan Hubicka  <jh@suse.cz>
2793
2794         * jump.c (invert_exp_1): Remove first argument, use pc_set
2795         to get the expression.
2796         (redirect_exp): Make static; redirect only the pc_set expression,
2797         remove first argument.
2798         (invert_exp): Remove first argument, make static.
2799         (jump_optimize): Use any_condjump_p, any_uncondjump_p and
2800         any_onlyjump at most places where we originaly did condjump_p
2801         and simplejump_p.
2802         (jump_back_p, follow_jumps, thread_jumps): Likewise.
2803         (delete_barrier_succesors): Use pc_set.
2804         (invert_jump_1, invert_jump, redirect_jump_1, redirect_jump): Update
2805         calls of invert_exp and redirect_exp.
2806         * rtl.h (redirect_exp, invert_exp): Remove.
2807         * unroll.c (copy_loop_body): Use invert_jump and redirect_jump.
2808
2809 2000-05-25  Richard Henderson  <rth@cygnus.com>
2810
2811         * stmt.c (expand_end_bindings): Fix thinko last change.
2812
2813 2000-05-25  Andrew MacLeod  <amacleod@cygnus.com>
2814             Andrew Haley  <aph@cygnus.com>
2815
2816         * except.c  (func_eh_entry): Add emitted field.
2817         (new_eh_region_entry): Set emitted field to 0;
2818         (output_exception_table_entry): Only emit previously un-emitted data,
2819         and send it to the eh_data section.
2820         (output_exception_table): Break out common parts. Output
2821         exception table for entire compilation unit to eh_data section.
2822         (output_exception_table_data): Common parts of output_exception_table.
2823         Send output to eh_data section.
2824         (output_function_exception_table): Output exception table data for
2825         a single function to eh_data section.
2826         (free_exception_table): New external to free the table.
2827         * except.h (free_exception_table): Add prototype.
2828         (output_function_exception_table): Add prototype.
2829         * final.c (final_end_function): Output function exception table
2830         for IA64_UNWIND_INFO.
2831         (final_scan_insn): Emit any unwind directives for an insn.
2832
2833         * frame-dwarf2.c: New file containing all DWARF 2 specific code
2834         from frame.c.
2835         * frame.c: Remove all DWARF 2 specific code.
2836         * config/ia64/frame-ia64.c: New file.
2837         (gthread_stuff): Make all gthread available with
2838         IA64_UNWIND_INFO.
2839         (dwarf_fde): Define an IA64 struct for dwarf_fde.
2840         (__register_frame_info, __register_frame): Move to common area of file.
2841         (__register_frame_info_table, __register_frame_table): Move to common i
2842         area.
2843         (__deregister_frame_info, __deregister_frame): Move to common area.
2844         (__frame_init, find_fde): New versions for IA64_UNWIND_INFO.
2845         (read_uleb128): New version for ia64.
2846         (get_unwind_record): Read the next IA-64 unwind record.
2847         (read_R_record): Read a region header record.
2848         (process_a_b_reg_code): X record helper.
2849         (read_X_record): Read an X format record.
2850         (read_B_record): Read a B format record.
2851         (P3_record_types): List of record types matching the P3 format.
2852         (P7_record_types): List of record types matching the P7 format.
2853         (P8_record_types): List of record types matching the P8 format.
2854         (read_P_record): Read a P format record.
2855         (init_ia64_reg_loc): Set default fields for a register.
2856         (init_ia64_unwind_frame): Set defaults for all register records.
2857         (execute_one_ia64_descriptor): Execute one descriptor record.
2858         (rse_address_add): Calculate the position of a local reg in memory.
2859         (normalize_reg_loc): Turn a location descriptor into a memory address.
2860         (maybe_normalize_reg_loc): Only normalize a descriptor if it falls
2861         within a specified PC offset range.
2862         (get_real_reg_value): Given a register location, retrieve its value.
2863         (set_real_reg_value): Change the value of a register location.
2864         (copy_reg_value): Copy reg values, if needed.
2865         (copy_saved_reg_state): Copy all registers that need to be copied.
2866         (process_state_between): Normalize all frame register records that
2867         fall within the specified PC range.
2868         (frame_translate): Take a processed frame description, and turn
2869         everything into addresses.
2870         (build_ia64_frame_state ): Find and create frame state record for a PC.
2871         (get_personality): Get the personality routine for a given frame.
2872         (get_except_table): Get the exception table for a given frame.
2873         (record_name): Unwind record names for debugging.
2874         (print_record): Print and unwind record.
2875         (print_all_records): Print an entire unwind image.
2876         (__ia64_backtrace): Print a backtrace.
2877         (ia64_backtrace_helper): New function.
2878         (__register_frame_info_aux): New function.
2879         * config/ia64/crtend.asm (__do_frame_setup_aux): New function.
2880
2881         * frame.h (enum unw_record_type): New unwind record types.
2882         (struct unw_p_record, unw_b_record, unw_x_record) : New unwind records.
2883         (struct unw_r_record, unwind_record): New unwind record structs.
2884         (struct unwind_info_ptr): Unwind information layout.
2885         (IA64_UNW_LOC_TYPE_*): Macros for different types for location
2886         descriptors.
2887         (struct ia64_reg_loc): Register location description.
2888         (struct ia64_frame_state): Location of all registers in a frame.
2889         (struct object): Add pc_base and fde_end for IA64_UNWIND_INFO.
2890         * libgcc2.c (__ia64_personality_v1): Personality routine.
2891         (__calc_caller_bsp): Calculate the bsp register for the caller's
2892         frame.
2893         (ia64_throw_helper): Figure out who to return to and set up the
2894         registers.
2895         (__throw): Throw routine.
2896
2897         * output.h (assemble_eh_align, assemble_eh_label): New functions
2898         to generate EH info where we want it.
2899         (assemble_eh_integer): New function.
2900         * toplev.c (compile_file): Output module level exception table for
2901         non-ia64 targets.
2902         (main): Set exceptions_via_longjump and flag_new_exceptions based
2903         on IA64_UNWIND_INFO too.
2904
2905         * varasm.c (assemble_eh_label): Generate a label via
2906         ASM_OUTPUT_EH_LABEL if it has been specified.
2907         (assemble_eh_align): Generate an alignment directive via
2908         ASM_OUTPUT_EH_ALIGN if it has been specified.
2909         (assemble_eh_label): Generate an integer value via
2910         ASM_OUTPUT_EH_type if they have been specified.
2911         * config/ia64/ia64.c (rtx_needs_barrier): Add flushrs.
2912         (ia64_init_builtins): Add __builtin_ia64_bsp
2913         and __builtin_ia64_flushrs.
2914         (ia64_expand_builtin): Add IA64_BUILTIN_BSP and
2915         IA64_BUILTIN_FLUSHRS.
2916         * config/ia64/ia64.h (ia64_builtins): Add IA64_BUILTIN_BSP and
2917         IA64_BUILTIN_FLUSHRS.
2918
2919         * config/ia64/ia64.md (flushrs): New insn to flush the register
2920         stack.  Add to unspec list.
2921
2922         * config/ia64/crtbegin.asm (frame_object): Change size.
2923         (__do_frame_setup_aux): New function.
2924         * config/ia64/crtend.asm: call __do_frame_setup_aux.
2925         * config/ia64/t-ia64 (LIB2ADDEH): Add.
2926         * Makefile.in (LIB2ADDEH): Add.
2927         (LIB2ADD): Use LIB2ADDEH.
2928
2929 2000-05-24  Richard Henderson  <rth@cygnus.com>
2930
2931         * recog.c (offsettable_address_p): If mode size is zero, assume
2932         BIGGEST_ALIGNMENT.
2933
2934 2000-05-24  J. David Anglin  <dave@hiauly.hia.nrc.ca>
2935
2936         * configure.in: Check for -Wno-long-long option support and improve
2937         handling of warning CFLAGS for stages 1 and 2.
2938         * Makefile.in (WARN_CFLAGS): Move definition to configure.in.
2939         * configure: Regenerate.
2940
2941 Wed May 24 19:37:53 2000  Jeffrey A Law  (law@cygnus.com)
2942
2943         * gcc.texi: Remove contributor list.  Instead include contrib.texi.
2944         * contrib.texi: New file.
2945
2946 Thu May 25 02:27:22 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2947
2948         * loop.c (basic_induction_var): Avoid double recording of an increment.
2949
2950 Thu May 25 02:19:27 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2951
2952         * Back out this patch:
2953         Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
2954           * loop.h (struct induction): Add multi_insn_incr.
2955           * loop.c (basic_induction_var): New multi_insn_incr argument.
2956           Set it if we search back through previous insns for the biv.
2957           (record_biv): New multi_insn_incr argument; fill in struct induction.
2958           (strength_reduce): Discard an iv with multiple bivs, any of
2959           which require multiple insns to increment.
2960
2961         * loop.c (check_insn_for_bivs): Remove bits copied from above patch.
2962
2963 Thu May 25 02:09:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2964
2965         * rtl.h (loc_mentioned_in_p): Declare.
2966         * reload.c (loc_mentioned_in_p): Moved from here...
2967         * rtlanal.c (loc_mentioned_in_p): to here.  No longer static.
2968         Fix loop increment for 'E' handling.
2969         * loop.c (strength_reduce): When doing biv->giv conversion,
2970         take multi-insn biv increments into account.
2971
2972 2000-05-24  Jason Merrill  <jason@casey.soma.redhat.com>
2973
2974         * stmt.c (expand_end_bindings): Look through NOTEs to find a
2975         BARRIER.
2976
2977 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
2978
2979         * calls.c (expand_call): Handle cleanups in tail-recursion
2980         arguments analagously to cleanups in sibling calls.
2981
2982 2000-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2983
2984         * simplify-rtx.c: Rename macro SIGN_EXTEND to HWI_SIGN_EXTEND.
2985         All callers changed.
2986
2987 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
2988
2989         * expr.c (expand_assignment, store_expr, expand_expr,
2990         expand_expr_unaligned): Set in_check_memory_usage while emitting
2991         chkr_check_addr libcall.
2992
2993 2000-05-24  Nick Clifton  <nickc@cygnus.com>
2994
2995         * fold-const.c (extract_muldiv): When constructing a
2996         multiplier/divisor, do not expect const_binop to correctly
2997         determine if overflow has occured, so check explicitly.
2998
2999 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
3000
3001         * c-decl.c (build_enumerator): Don't modify the value's type,
3002         convert it.
3003
3004 2000-05-24  Andreas Jaeger  <aj@suse.de>
3005
3006         * mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
3007
3008 2000-05-24  Eric Christopher <echristo@cygnus.com>
3009
3010         * configure.in: Redefine inhibit_libc conditions.
3011         * libgcc2.c: Remove inhibit_libc conditional define.
3012         * configure: Regenerate.
3013
3014 2000-05-24  Phil Edwards  <pme@sourceware.cygnus.com>
3015
3016         * configure.in:  For --enable-languages=LIST, check for empty LIST.
3017         * configure:  Regenerate.
3018
3019 2000-05-24  Lars Brinkhoff  <lars@nocrew.org>
3020
3021         * pdp11.h (STACK_BOUNDARY): Define.
3022
3023 2000-05-24  Jakub Jelinek  <jakub@redhat.com>
3024
3025         * ifcvt.c (if_convert): Update life info globally.
3026
3027 2000-05-24  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3028
3029         * emit-rtl.c (unshare_all_decls): New function.
3030         (unshare_all_rtl): Call it.
3031
3032 2000-05-23  Nick Clifton  <nickc@cygnus.com>
3033
3034         * configure.in: Treat 'strongarm' as if it were 'arm' when
3035         determining cpu type.
3036
3037         * configure: Regenerate.
3038
3039         * config/arm/arm.c: Change 'char *' to 'const char *' for cases
3040         where constant strings are involved.
3041
3042         * config/arm/arm.h (arm_condition_codes): Change type to 'const
3043         char *'.
3044
3045         * config/arm/arm-protos.h: Change 'char *' to 'const char *' for
3046         cases where constant strings are involved.
3047
3048 Tue May 23 15:08:31 2000  Clinton Popetz  <cpopetz@cygnus.com>
3049
3050         * config/sh/sh.c (gen_far_branch, split_branches): Update
3051         to reflect new prototypes for redirect_jump and invert_jump.
3052         (sh_insn_length_adjustment): Get rid of const warnings.
3053
3054 2000-05-23  Kazu Hirata  <kazu@hxi.com>
3055
3056         * invoke.texi (Options for Debugging Your Program or GCC): Update
3057         the names of dump files.
3058
3059 Tue May 23 13:58:52 2000  Philippe De Muyter  <phdm@macqel.be>
3060
3061         * configure.in (NO_MINUS_C_MINUS_O): Fix thinko in previous fix.
3062         * configure: Regenerated.
3063
3064 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
3065
3066         * simplify-rtx.c (SIGN_EXTEND): New macro.
3067         (simplify_unary_operation, simplify_binary_operation,
3068         simplify_relational_operation): Use SIGN_EXTEND.  Make low
3069         halves of (low, high) pairs unsigned if they weren't already.
3070         (simplify_ternary_operation): Cast INTVAL to unsigned before
3071         comparing to a MODE_BITSIZE.
3072
3073 2000-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3074
3075         * aclocal.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): New macros
3076         rewritten from the internals of gcc_AC_NEED_DECLARATION{S}.
3077
3078         * configure.in (gcc_AC_CHECK_DECLS): Call this instead of
3079         gcc_AC_NEED_DECLARATIONS.
3080
3081         * dwarfout.c: Don't prototype time().
3082
3083         * gcc.c: Check HAVE_DECL_* instead of NEED_DECLARATION_*.
3084
3085         * system.h: Likewise.
3086
3087         * toplev.c: Likewise.
3088
3089 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
3090
3091         * c-decl.c (pushdecl): Invert sense of test for non-global types.
3092
3093 Tue May 23 18:11:42 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3094
3095         * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRUNCATION.
3096
3097 2000-05-23  Jonathan Larmour  <jlarmour@redhat.co.uk>
3098
3099         * config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
3100
3101 Tue May 23 06:50:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3102
3103         * config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler.
3104         (alpha_start_function): Never write ..ng label if VMS or NT.
3105         (alpha_align_insns): Remove GP_IN_USE arg.
3106         Alignment now unsigned.
3107         (alpha_reorg): Don't pass GP_IN_USE arg to alpha_align_insns.
3108         * config/alpha/alpha.md (prologue_ldgp): Split into one define_expand
3109         and two define_insn's.
3110
3111 2000-05-22  Richard Henderson  <rth@cygnus.com>
3112
3113         * combine.c (simplify_comparison): Use trunc_int_for_mode.
3114
3115 2000-05-22  Richard Henderson  <rth@cygnus.com>
3116
3117         * stor-layout.c (place_field): Change rli->size to rli->offset.
3118
3119 2000-05-22  Richard Henderson  <rth@cygnus.com>
3120
3121         * function.c (thread_prologue_and_epilogue_insns): Make sure
3122         existing line number notes appear after the prologue.
3123
3124 Mon May 22 21:49:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3125
3126         * config/alpha/alpha.c (alpha_fnname): New static variable.
3127         (print_operand, case '~'): New case.
3128         (alpha_expand_prologue): Emit prologue_ldgp insn if needed.
3129         (alpha_start_function): Set alpha_fnname.
3130         Write "ng" label if no ldgp; don't write ldgp insn.
3131         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): New case '~'.
3132         * config/alpha/alpha.md (prologue_ldgp): New define_insn.
3133
3134 Mon May 22 11:30:48 2000  Clinton Popetz  <cpopetz@cygnus.com>
3135
3136         * jump.c (jump_optimize_1): Don't increment LABEL_NUSES
3137         on deleted labels.
3138
3139 2000-05-22  Zack Weinberg  <zack@wolery.cumb.org>
3140
3141         * varasm.c (eh_frame_section): Revert change to argument list.
3142
3143 Mon May 22 13:14:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3144
3145         * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.
3146         (gen_extend_insn, can_fix_p, can_float_p): Likewise.
3147
3148         * final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
3149         dangling "else" that causes "break" to be conditional.
3150         Also remove unneeded code at start.
3151
3152 Mon May 22 17:31:35 2000  Philippe De Muyter  <phdm@macqel.be>
3153
3154         * m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
3155         * fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
3156         * gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
3157
3158 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
3159
3160         * config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
3161         just one argument.
3162
3163 Mon May 22 06:57:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3164
3165         * alias.c (record_component_aliases): New function.
3166         * tree.h: Clean up some declarations and comments.
3167         (record_component_aliases): New declaration.
3168         * tree.c (get_alias_set): If type and has alias set, use it.
3169
3170 2000-05-22  Richard Henderson  <rth@cygnus.com>
3171
3172         * simplify-rtx.c (simplify_ternary_operation): Try to simplify
3173         IF_THEN_ELSE to a setcc form.
3174         * jump.c (can_reverse_comparison_p): Be prepared for insn null.
3175
3176 2000-05-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3177
3178         * fixinc/inclhack.def (sun_malloc): Handle `calloc'.
3179         (sun_malloc, sysz_stdtypes_for_sun): Add test_text.
3180
3181 Sun May 21 16:42:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3182
3183         * combine.c (try_combine): Handle i3_subst_into_i2 case when I2 is
3184         not a PARALLEL.
3185
3186 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
3187
3188         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
3189         * config/mn10300/mn10300.c (print_operand): Likewise.
3190
3191         * final.c (split_double): Right shift of negative values is not
3192         portable.
3193
3194         * ifcvt.c (if_convert): Scan and kill dead code.
3195
3196         * emit-rtl.c (unshare_all_rtl): Store the copied rtx.
3197
3198 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
3199
3200         * diagnostic.c: Eliminate implicit int.
3201         * except.c, gcc.c: Add static prototypes.
3202         * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED.
3203         * gensupport.c (process_rtx): Use XVEC to initialize vector
3204         slot of 'split'.
3205
3206         * print-rtl.c: If DEBUG_REGISTER_NAMES, define static
3207         debug_reg_names instead of static reg_names.  If not, define
3208         global reg_names.
3209         * regclass.c: Don't define global reg_names unless
3210         DEBUG_REGISTER_NAMES is defined.
3211
3212         * reload1.c (order_regs_for_reload): Remove unused variable.
3213         * varasm.c: Include output.h after defaults.h.  Define
3214         eh_frame_section as function of no args, not of unspecified args.
3215
3216         * gcc.c: Constify argbuf; arguments to store_arg,
3217         process_command, main; elements of struct command and struct
3218         switchstr; local variables in execute, process_command, main.
3219
3220 2000-05-20  Bruce Korb  <bkorb@gnu.org>
3221
3222         * fixinc/inclhack.def:  many applications of c_fix=format + tests
3223         * fixinc/check.diff:  regenerated
3224         * fixinc/fixincl.x:  regenerated
3225
3226 Sat May 20 09:30:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3227
3228         * alias.c: Clarify some comments.
3229         (record_base_value): REGNO is unsigned.
3230         * rtl.h (record_base_value): Likewise.
3231
3232         * alias.c (aliases_everything_p): Don't special-case QImode here.
3233         * c-common.c (c_get_alias_set): Do it here.
3234         Handle BIT_FIELD_REF by getting alias info for arg.
3235         Use POINTER_TYPE_P.
3236
3237 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
3238
3239         * mklibgcc.in: Restore rule to create ${dir}.
3240
3241 Sat May 20 08:45:41 2000  H.J. Lu  <hjl@gnu.org>
3242
3243         * Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
3244         GCC_FOR_TARGET used by MULTILIBS.
3245         * mklibgcc.in: Make sure each .o file depends on the
3246         directory it will be in.
3247         Make the multilib directory depends libgcc.
3248
3249 Sat May 20 08:29:28 2000  H.J. Lu  <hjl@gnu.org>
3250
3251         * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
3252
3253 Sat May 20 07:27:35 2000  Alexandre Oliva  <aoliva@cygnus.com>
3254
3255         * fold-const.c (make_range): Handle degenerated intervals.
3256         Fixes c-torture/execute/991221-1.c
3257
3258 Fri May 19 18:16:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3259
3260         * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
3261         * reload.c (find_equiv_reg): Likewise.
3262         * alias.c (init_alias_analysis): Likewise.
3263         Only call prologue_epilogue_contains on insns.
3264         * basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.
3265         * bb-reorder.c (hard-reg-set.h): Include earlier.
3266         * haifa-sched.c (hard-reg-set.h): Likewise.
3267         * ifcvt.c (hard-reg-set.h): Likewise.
3268         * local-alloc.c (hard-reg-set.h): Likewise.
3269         * loop.c (hard-reg-set.h): Likewise.
3270         * predict.c (hard-reg-set.h): Likewise.
3271         * regrename.c (hard-reg-set.h): Likewise.
3272         * flow.c (hard-reg-set.h): Likewise.
3273         (reg_set_to_hard_reg_set): New function.
3274         * bitmap.c (regs.h, basic-block.h): No longer include.
3275         (bitmap.h): Now include.
3276         * conflict.c (hard-reg-set.h): Include.
3277         * profile.c (hard-reg-set.h): Likewise.
3278         * print-rtl.c (hard-reg-set.h): Likewise.
3279         * sbitmap.c (hard-reg-set.h): Likewise.
3280         * toplev.c (hard-reg-set.h): Likewise.
3281         * unroll.c (hard-reg-set.h, basic-block.h): Likewise.
3282         * hard-reg-set.h (reg_names): Now constant.
3283         * regs.h (reg_names): Likewise.
3284         * regclass.c (reg_names): Likewise.
3285         * loop.h (basic-block.h): No longer include.
3286         (bitmap.h): Now include.
3287         * reload1.c (order_regs_for_reload): Avoid loop over reg sets.
3288         * Makefile.in (LOOP_H, sbitmap.o, profile.o): Reflect above changes.
3289         (toplev.o, print-rtl.o, conflict.o, unroll.o, bitmap.o): Likewise.
3290
3291 2000-05-19  Jan Hubicka  <jh@suse.cz>
3292             Richard Henderson  <rth@cygnus.com>
3293
3294         * basic-block.h (struct edge_def): New field "count".
3295         (struct basic_block_def): Likewise.
3296         * flow.c (entry_exit_blocks): Add count fileds.
3297         (split_edge): Keep count information up-to-date.
3298         (dump_edge_info, dump_flow_info): Dump count fields.
3299
3300         * final.c (count_instrumented_edges): Rename to edge from arc.
3301         (end_final): Update users.
3302         * profile.c: Include expr.h, basic-block.h.
3303         (struct adj_list, ARC_TARGET, ARC_SOURCE, ARC_COUNT): Kill.
3304         (struct bb_info, label_to_bb, label_to_bb_size, bb_graph): Kill.
3305         (ignore_next_note, return_label_execution_count): Kill.
3306         (bbg_file_name, da_file_name): Kill.
3307         (edge_info, bb_info): New structures.
3308         (EDGE_INFO, BB_INFO, GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): New macros.
3309         (count_instrumented_edges, total_num_edges): Rename to edge from arc.
3310         (total_num_edges_instrumented): Likewise.
3311         (init_arc, expand_spanning_tree): Kill.
3312         (fill_spanning_tree, tablejump_entry_p): Kill.
3313         (instrument_edges):  Rewrite from instrument_arcs to use
3314         commit_edge_insertions infrastructure.
3315         (compute_branch_probabilities): Remove arguments; rewrite for
3316         CFG infrastructure; use rtl_dump_file directly.
3317         (branch_prob, find_spanning_tree): Likewise.
3318         (union_groups, find_group): New.
3319         (init_branch_prob): Make bbg_file_name and da_file_name local.
3320         (end_branch_prob): Use rtl_dump_file directly.
3321         (init_edge_profiler): Rename to edge from arc.
3322         (output_arc_profiler): Kill.
3323         (gen_edge_profiler): New.
3324         (output_func_start_profiler): Turn off profiling.  Make the
3325         constructor static when we can.
3326         * rtl.h (branch_prob, end_branch_prob): Update prototypes.
3327
3328         * toplev.c (DFI_flow): Remove.
3329         (DFI_cfg, DFI_life): New.
3330         (dump_file): Update accordingly.
3331         (compile_file): Call end_branch_prob if profile_arc_flag too.
3332         (rest_of_compilation): Move flow1 cfg creation to DFI_cfg.  Do edge
3333         profiling after the CFG is built.  Move flow1 life analysis to
3334         DFI_life.  Always estimate remaining probabilities.
3335
3336 2000-05-19  Richard Henderson  <rth@cygnus.com>
3337
3338         * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.
3339
3340         * flow.c (make_edges): The sibling call edge to exit is abnormal.
3341
3342 2000-05-19  Richard Henderson  <rth@cygnus.com>
3343
3344         * jump.c (redirect_jump): Add delete_unused argument.  Don't
3345         remove labels and code following when LABEL_NUSES goes to zero.
3346         (invert_jump): Likewise.
3347         (jump_optimize_1): Fix redirect/invert arguments.
3348         (do_cross_jump, thread_jumps): Likewise.
3349         * flow.c (split_edge): Likewise.
3350         * reorg.c (optimize_skip): Likewise.
3351         (reorg_redirect_jump, relax_delay_slots, dbr_schedule): Likewise.
3352         * profile.c (instrument_arcs): Likewise.
3353         * loop.c (find_and_verify_loops): Likewise.  Fix indentation.
3354         * rtl.h: Update prototypes.
3355
3356 Fri May 19 12:05:13 2000  Clinton Popetz  <cpopetz@cygnus.com>
3357
3358         * ssa.c (convert_from_ssa): Tell life_analysis we need death
3359         notes.
3360         (make_regs_equivalent_over_bad_edges): Only look at abnormal
3361         critical edges.
3362
3363 2000-05-19  Zack Weinberg  <zack@wolery.cumb.org>
3364
3365         * cpphash.c (funlike_macroexpand): Make sure not to walk p1
3366         past l1 when deleting whitespace and markers.
3367
3368         * cpplex.c (_cpp_scan_until): Clear AUX field of tokens.
3369         * cpplib.c (do_unassert): Put the list to compare against on
3370         the stack.
3371
3372 2000-05-19  Bruce Korb  <bkorb@gnu.org>
3373
3374         * fixinc/README:  cleaned up old documentation
3375         * fixinc/check.diff: regenerated & verified on OSR5 on ix86
3376         * fixinc/check.tpl: compute the list of needed directories
3377         emit "#if defined(name)" because of conflict
3378         omit machine name differences from output differences
3379         * fixinc/inclhack.def( m88k_multi_incl ):  Use `wrap' function
3380         (machine_name): change test text to use `sed' markers
3381         * fixinc/fixincl.x: regen
3382
3383 Fri May 19 06:49:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3384
3385         * config/elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of
3386         a CONSTRUCTOR.
3387
3388 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
3389
3390         * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
3391         it to match the current practice.
3392
3393 2000-05-18  Mark Mitchell  <mark@codesourcery.com>
3394
3395         * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
3396
3397 2000-05-18  Richard Henderson  <rth@cygnus.com>
3398
3399         * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.
3400         * rtl.h (insn_dependant_p): Declare it.
3401         * loop.c (strength_reduce): Use it.
3402
3403 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
3404
3405         * config/mn10300/mn10300.c (expand_prologue, expand_epilogue):
3406         16-bit and 64-bit clean-up.
3407
3408 2000-05-18 Mark Elbrecht <snowball3@bigfoot.com>
3409
3410         * configure.in (*-pc-msdosdjgpp): Set float_format to none.
3411         * configure: Rebuilt.
3412
3413 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
3414
3415         * genopinit.c: Use $ for escape sequences in optab patterns.
3416         Remove backslashes from optab patterns.  Change $A, $B, $C to
3417         expand to (int) whatever instead of just whatever; remove
3418         explicit (int) from all optab patterns.
3419
3420         * gensupport.c (xmalloc, xrealloc, xstrdup): Provide.
3421         * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c,
3422         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
3423         genrecog.c: Remove private copies of xmalloc, xrealloc, and
3424         xstrdup.
3425
3426 2000-05-18  Richard Henderson  <rth@cygnus.com>
3427
3428         * jump.c (jump_optimize_1): Base minimum insn count during
3429         find_cross_jump on BRANCH_COST.
3430
3431 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
3432
3433         * print-rtl.c (print_rtx): Only print note line number as string
3434         if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
3435         * final.c (final_scan_insn): Do nothing for note line number 0.
3436
3437 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
3438
3439         * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE
3440         from NOTE_INSN_EXPECTED_VALUE notes and NOTE_SOURCE_FILE from
3441         NOTE_INSN_DELETED_LABEL.
3442
3443 2000-05-18  Nick Clifton  <nickc@cygnus.com>
3444
3445         * config/arm/unknown-elf.h (UNIQUE_SECTION): Place constant,
3446         uninitialised data in .rodata not .bss, and do not interpret an
3447         error in the initialisation value as meaning that the variable
3448         should be placed in the .bss section.
3449
3450 Thu May 18 12:10:18 2000  Philippe De Muyter  <phdm@macqel.be>
3451
3452         * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
3453         not `$ac_cv_prog_cc_cc_c_o'.
3454         * configure: Regenerated.
3455
3456 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
3457             Richard Henderson  <rth@cygnus.com>
3458
3459         * c-common.h (enum c_tree_index): Add g77 type entries.
3460         (g77_integer_type_node, g77_uinteger_type_node): New.
3461         (g77_longint_type_node, g77_ulongint_type_node): New.
3462         * c-decl.c (init_decl_processing): Initialize them.
3463
3464 2000-05-18  Richard Henderson  <rth@cygnus.com>
3465
3466         * config/h8300/h8300.md (subs patterns): Use %G to negate.
3467
3468         * config/h8300/h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.
3469         (small_power_of_two): Likewise; use exact_log2.
3470         (adds_subs_operand, one_insn_adds_subs_operand): Remove.
3471         (output_adds_subs): Remove.
3472         (two_insn_adds_subs_operand): New.
3473         (split_adds_subs): New.
3474         * config/h8300/h8300-protos.h: Update.
3475         * config/h8300/h8300.h (CONST_OK_FOR_J): Cast to uns HOST_WIDE_INT.
3476         (CONST_OK_FOR_L): Match strict adds operands.
3477         (CONST_OK_FOR_N): Match struct subs operands.
3478         * config/h8300/h8300.md (adds_subs insns): Remove.
3479         (addhi patterns): Output adds/subs directly.
3480         (addsi_h8300h): Likewise.
3481         (addhi/addsi splitters): New.  Decompose two_insn_adds_subs_operand.
3482
3483 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
3484
3485         * cppexp.c (parse_assertion): New.
3486         (lex): Call it for CPP_HASH.  Remove CPP_ASSERTION case.
3487         (_cpp_parse_expr): Remove case '#'.  Don't set
3488         parsing_if_directive.
3489         * cpphash.c (collect_objlike_expansion,
3490         collect_funlike_expansion, collect_params,
3491         _cpp_create_definition): The list no longer has a trailing
3492         VSPACE token.
3493         * cpphash.h (enum node_type): Add T_ASSERTION.
3494         (struct hashnode): Remove aschain, add pred.
3495         (struct predicate): New.
3496         Update prototypes.
3497
3498         * cpplex.c (expand_token_space): Handle both offset and
3499         nonoffset lists.
3500         (init_token_list, _cpp_free_token_list, _cpp_parse_assertion): Delete.
3501         (_cpp_init_toklist, _cpp_clear_toklist, _cpp_free_toklist,
3502         _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
3503         _cpp_equiv_toklists): New.
3504         (_cpp_scan_line): Rename to _cpp_scan_until; add ability to
3505         stop at any single-character token, not just newline.
3506         (_cpp_lex_token): Remove special cases for #define and #if.
3507         (cpp_get_token): Expect # as a separate token type.  Remove
3508         DIRECTIVE case.
3509         (_cpp_get_directive_token): Remove DIRECTIVE case.
3510         (_cpp_lex_line, _cpp_lex_file, _cpp_init_input_buffer): Update.
3511
3512         * cpplib.c (_cpp_check_directive): Set dirno and
3513         SYNTAX_INCLUDE bit of flags, not dir_handler and dir_flags.
3514         (_cpp_handle_directive): Run # <number> through the same logic
3515         as normal directives.
3516         (do_define): Don't set parsing_define_directive.  Use
3517         _cpp_scan_until.  The list does not have a VSPACE at the end.
3518         (do_if): Save, clear, and restore only_seen_white around
3519         _cpp_parse_expr.
3520         (skip_if_group): s/CPP_DIRECTIVE/CPP_HASH/
3521         (do_assert, do_unassert): Rewrite.
3522
3523         * cpplib.h (TTYPE_TABLE): Remove CPP_ASSERTION.
3524         (LIST_OFFSET): New flag.
3525         (struct cpp_toklist): Replace dir_handler and dir_flags with
3526         dirno and flags.
3527         (struct cpp_reader): Remove parsing_if_directive and
3528         parsing_define_directive.
3529
3530 2000-05-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3531
3532         * fixinc/inclhack.def (broken_cabs): Update fix to handle comments
3533         following the cabs decl which terminate on the following line.
3534         Add the corresponding test_text case.
3535
3536 2000-05-18  Neil Booth  <NeilB@earthling.net>
3537
3538         * cppinit.c (cpp_reader_init): Initialise col_adjust and
3539         default tab stop size.
3540         (no_num, OPT_ftabstop): New.
3541         (handle_option): Handle "ftabstop=" command-line option.
3542         (print_help): Document it.
3543         * cpplex.c (COLUMN): Remove.
3544         (handle_newline): Reset col_adjust.
3545         (skip_whitespace): Update col_adjust as tabs encountered.
3546         (_cpp_lex_line): Update to use col_adjust.  Call
3547         skip_whitespace for all whitespace.
3548         * cpplib.h (struct cpp_options): New member tabstop.
3549         (struct cpp_reader): New member col_adjust.
3550         (CPP_BUF_COL): Update.
3551         (CPP_BUF_COLUMN): New.
3552         * cpp.texi: Document "-ftabstop=" command line option.
3553
3554 Wed May 17 18:19:41 2000  Philippe De Muyter  <phdm@macqel.be>
3555
3556         * configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
3557         files.
3558         * configure: Rebuilt.
3559
3560 Wed May 17 18:06:12 2000  John David Anglin <dave@hiauly1.hia.nrc.ca>
3561
3562         * mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
3563
3564         * tree.c (build_common_tree_nodes): Do not build TI nodes unless
3565         HOST_BITS_PER_WIDE_INT is >= 64.
3566
3567 2000-05-17  Richard Henderson  <rth@cygnus.com>
3568
3569         * jump.c (jump_optimize_1): Remove inactive but real insns
3570         in jump-to-next-insn optimization.
3571
3572 2000-05-17  Richard Henderson  <rth@cygnus.com>
3573
3574         * toplev.c (rest_of_compilation): Don't call optimize_mode_switching
3575         unless OPTIMIZE_MODE_SWITCHING.  Conditionally set no_new_pseudos.
3576         Don't call recompute_reg_usage if no_new_pseudos is true.
3577         * lcm.c (optimize_mode_switching): Move ifdefs outside function.
3578         Return true if we did work; update global life information.
3579         * basic-block.h (optimize_mode_switching): Update decl.
3580
3581 2000-05-17  Neil Booth  <neilb@earthling.net>
3582
3583         * cpplex.c (expand_name_space): Don't use ptrdiff_t.
3584
3585 2000-05-17  Zack Weinberg  <zack@wolery.cumb.org>
3586
3587         * cpplib.c: New feature, #pragma system_header.
3588         * cpp.texi: Document special treatment of system headers, and
3589         the various mechanisms to get a header that special treatment.
3590
3591 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3592
3593         * system.h (offsetof): Define at the very end, to ensure we prefer
3594         the platform's definition if available.
3595
3596 2000-05-16  Bruce Korb  <bkorb@gnu.org>
3597
3598         * fixinc/fixincl.c: improve the debug displays, ignore SIGPIPE
3599         * fixinc/server.c: likewise
3600         * fixinc/fixfixes.c( char_macro_def_fix ): fix regex
3601         + #ifdef debugging code + use #def constant for
3602         sub-pattern count
3603         * fixinc/inclhack.def( hpux11_fabsf ): Keep HP-UX 11 from stomping
3604         on C++ math namespace
3605
3606 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3607
3608         * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
3609         Don't check the return value of sprintf.  Use asprintf to avoid
3610         buffer overflows.
3611
3612 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3613
3614         * flags.h (warn_unused_function, warn_unused_label,
3615         warn_unused_parameter, warn_unused_variable, warn_unused_value):
3616         Replace ``warn_unused''.
3617         (set_Wunused): Add declaration.
3618         * toplev.c (set_Wunused): New function.
3619         (warn_unused_function, warn_unused_label, warn_unused_parameter,
3620         warn_unused_variable, warn_unused_value): New variables.
3621         (W_options): Add -Wunused-function, -Wunused-function,
3622         -Wunused-label, -Wunused-parameter, -Wunused-variable and
3623         -Wunused-value.  Delete -Wunused.  Handled in decode_W_option.
3624
3625         * toplev.c (decode_W_option): Update -Wunused flags by calling
3626         set_Wunused.
3627         * c-decl.c (c_decode_option): Ditto for -Wall.
3628
3629         * stmt.c (expand_expr_stmt, expand_expr_stmt,
3630         warn_about_unused_variables): Replace warn_unused with more
3631         explicit warn_unused_value et.al.
3632         * function.c (expand_function_end): Ditto.
3633         * c-typeck.c (internal_build_compound_expr,
3634         internal_build_compound_expr): Ditto.
3635         * c-decl.c (poplevel, pop_label_level): Ditto.
3636         * toplev.c (check_global_declarations): Replace warn_unused with
3637         check for either warn_unused_function or warn_unused_variable.
3638
3639         * gcc.1, invoke.texi (Warning Options): Document
3640         -Wunused-function, -Wunused-function, -Wunused-label,
3641         -Wunused-parameter, -Wunused-variable and -Wunused-value options.
3642
3643 Wed May 17 10:28:12 2000  Philippe De Muyter  <phdm@macqel.be>
3644
3645         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Find libgcc1.c in
3646         $(srcdir), not in the current directory.
3647
3648 2000-05-16  Richard Henderson  <rth@cygnus.com>
3649
3650         * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the
3651         assembler supports it.
3652         (.fini, .init): Use a gp-relative indirect call.
3653         (__do_global_dtors_aux): Preserve the gp; rebundle.
3654         (__do_frame_setup): Likewise.
3655         * config/ia64/crtend.asm (.IA_64.unwind): Don't terminate with -1.
3656         (.init): Use a gp-relative indirect call.
3657         (__do_global_ctors_aux): Preserve the gp.
3658
3659 2000-05-16  Richard Henderson  <rth@cygnus.com>
3660
3661         * flow.c (commit_one_edge_insertion): Be prepared for a return
3662         insn to be inserted on the edge with a normal jump.
3663         * jump.c (jump_optimize_1): Don't look to create return isns.
3664
3665         * flow.c (flow_delete_insn): Don't adjust reference count of notes.
3666         * jump.c (jump_optimize_1): Likewise.
3667         (returnjump_p): Verify the argument is a JUMP_INSN.
3668         * rtl.def (NOTE): Add 5th element for NOTE_INSN_DELETED_LABEL.
3669
3670 2000-05-16  Nick Clifton  <nickc@cygnus.com>
3671
3672         * config/m32r/m32r.c (small_insn_p): Use INSN_P() to replace
3673         GET_RTX_CLASS (GET_CODE ()) == 'i'.
3674         (large_insn_p): Ditto.
3675         (m32r_is_insn): New function: Return true if the insn contains
3676         an executable instruction.
3677         (m32r_adjust_insn): Use m32r_is_insn.
3678         (m32r_sched_reorder): Use m32r_is_insn.
3679         (m32r_sched_variable_issue): Use m32r_is_insn.
3680
3681 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3682
3683         * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like
3684         VAR_DECL.
3685
3686         * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable.
3687
3688         * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux
3689         according to given options.
3690
3691 Tue May 16 12:17:31 2000  Jeffrey A Law  (law@cygnus.com)
3692
3693         * mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS
3694         if X has VOIDmode either.
3695         (LIMIT_RELOAD_CLASS): Similarly.
3696
3697         * mn10200.md (indirect_jump, tablejump): Use "register_operand",
3698         not "general_operand" to match the processor's capabilities.
3699
3700 2000-05-16  Bruce Korb  <bkorb@gnu.org>
3701
3702         * fixinc/README:  corrected return address
3703         * fixinc/check.diff:  regenerate, now that test works
3704         * fixinc/fixfixes.c(format_fix,format_write): reformatted
3705         (char_macro_def_fix,char_macro_use_fix): corrected and
3706         rewrote to use regex to parse the text
3707         * fixinc/inclhack.def: more testing
3708         * fixinc/fixincl.x:  regenerated
3709
3710         * fixinc/inclhack.def: added several "test_text" attributes
3711         changed several fixes to use `c_fix = format'
3712         re-alphabetized the fixes
3713
3714         * fixinc/check.diff: regenerate
3715         * fixinc/fixincl.x: regenerate
3716         * fixinc/check.tpl: added `sparc' and `netinet' to the list
3717         of created dirs
3718
3719
3720 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
3721
3722         * config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.
3723
3724 2000-05-15  Richard Henderson  <rth@cygnus.com>
3725
3726         * toplev.c (rest_of_compilation): Run full jump pass before
3727         find_basic_blocks of flow2.
3728
3729 2000-05-15  Richard Henderson  <rth@cygnus.com>
3730
3731         * jump.c: Fix typos and clarify commentary from last change.
3732         (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE.
3733         (safe_to_remove_jump_p): Remove.
3734         (condjump_label): Use pc_set.
3735
3736 2000-05-15  Richard Henderson  <rth@cygnus.com>
3737
3738         * ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns
3739         that get in the way after reload.
3740         (cond_exec_process_if_block): Skip a label heading THEN block.
3741
3742 2000-05-15  Richard Henderson  <rth@cygnus.com>
3743
3744         * varasm.c (output_constant_pool): Abort instead of converting
3745         (improperly) deleted labels to zero.
3746
3747 2000-05-16  Neil Booth  <NeilB@earthling.net>
3748
3749         * cpplex.c (parse_string2): Update comment.
3750         (cpp_lex_line): No special assertion treatment for '('.
3751         * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT.
3752         * cpplib.h (SYNTAX_ASSERT): Remove.
3753
3754 Mon May 15 21:45:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3755
3756         * jump.c (condjump_p):  Mark as depreached.
3757         (any_condump_p): New.
3758         (any_uncondump_p): New.
3759         (pc_set): New.
3760         (safe_to_remove_jump_p): New.
3761         * rtl.h (any_condump_p, any_uncondjump_p, pc_set
3762         safe_to_remove_jump_p): Declare.
3763
3764 Mon May 15 21:07:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3765
3766         * calls.c: Re-install both patches reverted by last patch.
3767         (struct arg_data): New field tail_call_reg.
3768         (initialize_argument_information): Initialize tail_call_reg
3769         (load_register_parameters): New argument flags, use
3770         tail_call_reg when emiting tail call sequence.
3771         (expand_call): Update call of load_register_parameters;
3772         copy unadjusted_args_size to adjusted_args_size.
3773
3774 Mon May 15 19:01:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3775
3776         * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
3777         and bct_p parameters to flags.
3778         * loop.h (LOOP_UNROLL, LOOP_BCT): New constants.
3779         * rtl.h (loop_optimize): Update prototype.
3780         * toplev.c (rest_of_compilation): Update call of loop_optimize.
3781
3782 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
3783
3784         * calls.c (expand_call): Move expand_start_target_temps call after
3785         start_sequence().
3786
3787 2000-05-15  Neil Booth  <NeilB@earthling.net>
3788
3789         * cpphash.c (trad_stringify, warn_trad_stringify,
3790         collect_params): Make some pointers pointers to const.
3791         * cpplex.c (auto_expand_name_space) Guaranteed to always
3792         expand by at least one character.
3793         (SPELL_CHAR, SPELL_NONE): Temporarily reverse order.
3794         (struct token_spelling): Use const U_CHAR * rather than PTR.
3795         (expand_name_space): Fix up token pointers if name space
3796         is moved when expanding.
3797         (INIT_NAME, cpp_scan_line, parse_name, parse_number,
3798         parse_string2, save_comment, spell_token, cpp_output_list):
3799         Update so the routines handle tokens with a direct pointer to
3800         their text, rather than an offset into the token's list's namebuf.
3801         (_cpp_lex_line): Rearrange for clarity.
3802
3803         * cpplib.c (_cpp_check_directive): Similarly.
3804         (do_define): Make SYM a pointer to const.
3805         * cpplib.h (struct cpp_name): Replace offset with direct pointer.
3806         (CPP_INT, CPP_FLOAT): Spelling type should be SPELL_IDENT.
3807         (TOK_OFFSET): Delete.
3808         (TOK_NAME): Update.
3809
3810 2000-05-14  Geoffrey Keating  <geoffk@cygnus.com>
3811
3812         * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
3813         64-bit ABI.
3814
3815         * config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE
3816         into account.
3817         (logical_u_operand): Delete.
3818         (non_logical_cint_operand): Rewrite to take MODE into account.
3819         (non_logical_u_cint_operand): Delete.
3820         (boolean_operator): New function.
3821         (print_operand): Add new %q operand.
3822         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,
3823         remove logical_u_operand and non_logical_u_cint_operand,
3824         update logical_operand and non_logical_cint_operand.
3825         * config/rs6000/rs6000.md: Rewrite the patterns for performing
3826         logical operations to use %q.
3827
3828         * config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
3829         (movdi): Make similar to movsi.
3830         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): There
3831         is no such thing as a DImode CONST_DOUBLE.
3832         * config/rs6000/rs6000.c (output_toc): Likewise.
3833
3834         * config/rs6000/rs6000.c (output_cbranch): Don't output prediction
3835         codes when old mnemonics are in use.  Print register names
3836         for cc registers when requested.
3837
3838         * optabs.c (expand_float): Don't allow mode widening that causes
3839         double rounding.
3840
3841         * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
3842         flags to their current names -maix64 and -maix32.
3843
3844 2000-05-14  Bruce Korb  <bkorb@gnu.org>
3845
3846         * fixinc/fixfixes.c(wrap_fix): new fix - inserts text before
3847         and/or after current text of file
3848         * fixinc/fixlib.c(must_malloc):
3849         * fixinc/fixlib.h(must_malloc): + reformatting
3850         * fixinc/inclhack.def: replace the "1i" and "$a" sed commands
3851         with usages of ``c_fix = wrap;''
3852         Add several tests and use the ``c_fix = format'' fixer more.
3853         * fixinc/fixincl.x: regen
3854         * fixinc/check.diff: regen
3855         * fixinc/check.tpl: emit the associated header with the missing
3856         test message
3857
3858 Sun May 14 17:58:59 2000  Hans-Peter Nilsson  <hp@axis.com>
3859
3860         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
3861         variables $src and $dst.
3862
3863 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
3864
3865         * diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
3866         (DIAGNOSTICS_SHOW_PREFIX_NEVER): Likewise.
3867         (DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE): Likewise.
3868         (struct output_buffer: emitted_prefix_p, prefixing_rule): New
3869         fields.
3870         (set_message_prefixing_rule): Declare.
3871
3872         * diagnostic.c: (current_prefixing_rule): New variable.
3873         (set_message_prefixing_rule): Define.
3874         (output_set_prefix): Adjust buffer->emitted_prefix_p.
3875         (init_output_buffer): Adjust Initialization.
3876         (output_emit_prefix): Rewrite.  Take prefixing rules into account.
3877
3878 Sat May 13 11:05:47 2000  Philippe De Muyter  <phdm@macqel.be>
3879
3880         * ifcvt.c (if_convert): Do not free NULL.
3881
3882 2000-05-12  Nick Clifton  <nickc@cygnus.com>
3883
3884         * config/fr30/fr30.c (fr30_move_double): New function:  Emit code
3885         to move a double word value.
3886         (di_operand): New function: Return true if the operand is suitbale
3887         for a double word move operation.
3888         (nonimmediate_di_operand): New function: Return true if the
3889         operand is a DImode register or MEM.
3890
3891         * config/fr30/fr30.h (PREDICATE_CODES): Add di_operand and
3892         nonimmediate_di_operand.
3893
3894         * config/fr30/fr30-protos.h Add fr30_move_double, di_operand, and
3895         nonimmediate_di_operand.
3896
3897         * config/fr30/fr30.md (movdi): New pattern.  Required because
3898         other patterns generate DImode results.
3899         (movdi_insn): New pattern.
3900
3901 2000-05-12  Richard Henderson  <rth@cygnus.com>
3902
3903         * config/alpha/alpha.c (struct shadow_summary): Define
3904         bitfields as type unsigned int.
3905
3906 Sat May 13 00:09:59 2000  Denis Chertykov  <denisc@overta.ru>
3907
3908         * config/avr/t-avr: Added definition of FLOAT while generates
3909         fp-bit.c
3910
3911         * config/avr/avr.md: `NEXT_INSN (insn)' substituted to `insn' in
3912         peepholes for tst+jump = sbrs/sbrc optimization.
3913
3914 Fry May 12 20:03:00 CEST 2000  Jan Hubicka  <jh@suse.cz>
3915
3916         * expr.c (emit_push_insn): Do not adjust stack pointer when
3917         preallocating.
3918
3919 Fri May 12 19:03:58 2000  Philippe De Muyter  <phdm@macqel.be>
3920
3921         * ggc-simple.c (offsetof): Macro fallback definition moved from here ..
3922         * system.h (offsetof): ... to here.
3923
3924 2000-05-12  Richard Henderson  <rth@cygnus.com>
3925
3926         * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
3927         * final.c (final_end_function): Use app_disable.  Rearrange note
3928         handling into a switch.  Emit deleted labels.
3929         (output_asm_label): Generate label strings for deleted labels.
3930         * flow.c (tail_recursion_label_list): New.
3931         (find_basic_blocks_1): Set label_value_list directly.  Collect list
3932         of tail recursion labels from call_placeholders.  Don't add deleted
3933         labels to the label value list.
3934         (cleanup_cfg): Use free_EXPR_LIST_list.
3935         (flow_delete_insn_chain): Turn non-removable labels into notes.
3936         (flow_delete_block): Don't disable deleting the block because of
3937         a non-removable label.
3938         (tail_recursion_label_p): New.
3939         (merge_blocks_move_predecessor_nojumps): Don't disable the merge
3940         because of a label.
3941         (merge_blocks_move_successor_nojumps): Likewise.  Also move a
3942         jump table.
3943         (merge_blocks): Disable a merge because of tail recursion labels.
3944         * ifcvt.c (merge_if_block): Don't disable a merge because of a label.
3945         Use a more accurate measure of not merging the join block.
3946         (find_if_block): Don't disable conversion because of a label.
3947         (find_if_case_1, find_if_case_2): Likewise.
3948         * jump.c (duplicate_loop_exit_test): Preserve the kind of list
3949         element when copying.
3950         (squeeze_notes): Also leave EH notes.
3951         (mark_jump_label): Ignore deleted labels.  Use an INSN_LIST for
3952         REG_LABEL notes.
3953         (delete_insn): Preserve LABEL_NAME in NOTE_SOURCE_FILE when
3954         deleting a label.
3955         * print-rtl.c (print_rtx): Print NOTE_SOURCE_FILE for
3956         NOTE_INSN_DELETED_LABEL.  Print `[# deleted]' for a label_ref
3957         referring to a deleted label.  Convert tail handling to a switch.
3958         * rtl.def (CODE_LABEL): Rearrange elements to be compatible with NOTE
3959         for NOTE_INSN_DELETED_LABEL.
3960         (NOTE): Fix commentary.
3961         * rtl.h (REG_LABEL): Update commentary wrt INSN_LIST.
3962         (REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
3963         (CODE_LABEL_NUMBER, LABEL_NAME): Update index.
3964         (LABEL_NUSES, LABEL_REFS): Likewise.
3965         * unroll.c (copy_loop_body): Don't copy NOTE_INSN_DELETED_LABEL.
3966
3967 2000-05-12  Bruce Korb  <bkorb@gnu.org>
3968
3969         * fixinc/fixfixes.c(format_write): buglet & relaxed rules
3970         * fixinc/check.diff: updated
3971         * fixinc/inclhack.def: corrected & added some test_text-s
3972         * fixinc/genfixes: removed unneeded options to autogen invocation
3973         * fixinc/fixincl.tpl: Specified the output file
3974         * fixinc/fixfixes.c: visual appearance
3975         * fixinc/fixincl.x: regenerate
3976
3977 2000-05-12  Zack Weinberg <zack@wolery.cumb.org>
3978
3979         * fixinc/fixfixes.c (IO_use_fix, IO_defn_fix, CTRL_use_fix,
3980         CTRL_defn_fix): Delete.
3981         (fix_char_macro_defines, fix_char_macro_uses): Rename to
3982         char_macro_def_fix and char_macro_use_fix, respectively.  Put
3983         them into the FIXUP_TABLE.  Get the string to search for from
3984         a c_fix_arg.
3985
3986         (format_write): New function.
3987         (format_fix): Use it.
3988
3989         (FIX_PROC_HEAD): Constify text parameter.
3990         (machine_name_fix): Constify all char *s.
3991         * fixtests.c (skip_quote): Remove double static.
3992
3993         * inclhack.def (io_def_quotes, io_use_quotes, ctrl_def_quotes,
3994         ctrl_use_quotes): Update for new scheme.
3995         * fixincl.x: Regenerate.
3996
3997 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
3998
3999         * config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
4000         DWARF2_DEBUG.
4001         (DWARF2_ASM_LINE_DEBUG_INFO): Define.
4002         (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
4003
4004 2000-05-11  Robert Lipe <robertlipe@usa.net>
4005
4006         * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
4007         * fixincl.x: Regenerate.
4008
4009 2000-05-11  Richard Henderson  <rth@cygnus.com>
4010
4011         * calls.c: Revert both 05-09 patches.
4012
4013 2000-05-11  Alexandre Oliva  <aoliva@cygnus.com>
4014
4015         * config/mn10300/mn10300.c (print_operand): Print FP constants in
4016         hexadecimal.
4017         * config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint
4018         for FP values.
4019
4020         * mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
4021         and replace any occurrences of `=' in multilib dirs with `$(EQ)'.
4022
4023 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
4024
4025         * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.
4026
4027 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
4028
4029         * fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
4030
4031 Thu May 11 22:28:05 2000  Denis Chertykov  <denisc@overta.ru>
4032
4033         * config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
4034         * config/avr/avr.c (jump_over_one_insn_p): New function.
4035         * config/avr/avr.md: New peepholes added. Output test and
4036         conditional jump to "sbrc" or "sbrs" command.
4037
4038 2000-05-11  Mark Elbrecht  <snowball3@bigfoot.com>
4039
4040         * cppmain.c (main): Use IS_DIR_SEPARATOR.
4041
4042 2000-05-11  Jakub Jelinek  <jakub@redhat.com>
4043
4044         * except.c (find_exception_handler_labels_1): New function.
4045         (find_exception_handler_labels): Split into two functions, dive
4046         into CALL_PLACEHOLDERs when looking for exception handler labels.
4047
4048 2000-05-11 Stan Cox <scox@cygnus.com>
4049
4050         * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
4051         * timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2.
4052         * toplev.c (rest_of_compilation): Call regrename_optimize before sched2.
4053
4054 2000-05-11  Bruce Korb  <bkorb@gnu.org>
4055
4056         * fixinc/fixfixes.c (double_slash_fix):  obsolete
4057         (else_endif_label_fix): obsolete
4058         (format_fix):  new, unused as yet
4059         (main): obsolete
4060         * fixinc/fixlib.h: added fix description struct for use by format_fix
4061         * fixinc/fixincl.c: removed the struct & test for SIGIOT befure using
4062         * fixinc/Makefile.in:  compile fixfixes.c and fixtests.c as separate
4063         modules.  Removed the vestiges of the script version.
4064         Added support for "make check".
4065         * fixinc/check.diff: base diff file (needs work!!)
4066         * fixinc/check.tpl: quiet the fixup output
4067         * fixinc/fixtests.c (main): obsolete
4068         * fixinc/fixincl.sh:  don't bother copying fixincl to ..
4069         * fixinc/fixincl.tpl:  provide for arguments to c_fix routines
4070
4071 Thu May 11 11:57:02 MET DST 2000  Jan Hubicka <jh@suse.cz>
4072
4073         * toplev.c (rest_of_compilation): Remove dead code after
4074         combine.
4075
4076 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
4077
4078         * cpphash.c (collect_funlike_expansion): Make "# is not
4079         followed by a macro argument name" a pedwarn, not an error.
4080         Preserve the # in the output.  Suppress the warning if lang_asm.
4081
4082 Thu May 11 01:19:31 2000  Jeffrey A Law  (law@cygnus.com)
4083
4084         * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
4085         * configure: Rebuilt.
4086
4087 2000-05-10 Laurynas Biveinis <lauras@softhome.net>
4088
4089         * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
4090
4091 2000-05-10  Kazu Hirata  <kazu@hxi.com>
4092
4093         * combine.c (try_combine): Fix a typo.
4094
4095 Wed May 10 21:31:44 2000  Jim Wilson  <wilson@cygnus.com>
4096
4097         * config/ia64/ia64.md (insv): Add comment.
4098
4099 2000-05-10  Richard Henderson  <rth@cygnus.com>
4100
4101         * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
4102         * mklibgcc.in: Rewrite to not use functions.  Don't shortcut
4103         dependancies on FPBIT and DPBIT.
4104
4105 2000-05-10  Nick Clifton  <nickc@redhat.com>
4106
4107         * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
4108         when optimising for size.
4109         (mark_used_regs:) Ditto.
4110         (try_pre_increment_1): Ditto.
4111
4112 2000-05-10  Zack Weinberg  <zack@wolery.cumb.org>
4113
4114         * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
4115         Make error message friendlier.
4116
4117         * cpphash.h (struct hashnode): Use struct hack for name
4118         member.
4119         * cpphash.c (struct hashdummy): New.
4120         (eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
4121         (make_HASHNODE): No need to set ->name pointer.  Correct
4122         setting of p.
4123         (cpp_lookup): Make 'dummy' a struct hashdummy.  Tidy up a bit.
4124
4125 2000-05-10  Richard Henderson  <rth@cygnus.com>
4126
4127         * flow.c (find_basic_blocks_1): Remove any spare bb_note
4128         after completion.
4129
4130 2000-05-10  Bruce Korb  <bkorb@gnu.org>
4131
4132         * fixinc/gnu-regex.c:  reg_syntax_t re_syntax_options must be static
4133
4134 2000-05-10  Eric Schweitz  <schweitz@nortelnetworks.com>
4135
4136         * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
4137         after we enter .debug.
4138
4139 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
4140
4141         * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
4142         abstract instance of a nested inline function.
4143
4144         * stor-layout.c (finish_record_layout): finalize_type_size
4145         before laying out the pending_statics.
4146
4147 Wed 10 May 09:36:47 2000  Neil Booth  <NeilB@earthling.net>
4148
4149         * cpplex.c (spell_token): New function.
4150         (spell_string, spell_comment, spell_name): fold into
4151         spell_token.
4152         (I, S): Add macros.
4153         (E, H): Remove macros.
4154         (save_comment): Save comment opening characters too.
4155         (_cpp_lex_file): Update to use spell_token.  Tidy up comment
4156         handling.
4157         * cpplib.h (I, S): Add macros.
4158         (E, H): Remove macros.
4159         (TTYPE_TABLE): Update entries for new speller.
4160         (SYNTAX_ASSERT): Remove.
4161
4162 Wed 10 May 09:08:30 2000  Neil Booth  <NeilB@earthling.net>
4163
4164         * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
4165         when removing escaped newlines.  Reverse sense of test for
4166         escaped newline.
4167
4168 2000-05-09  Richard Henderson  <rth@cygnus.com>
4169
4170         * flow.c (find_basic_blocks_1): Do not delete the first
4171         bb_note we run across.
4172         (create_basic_block): Use reorder_insns to move an existing
4173         bb_note to the correct place.
4174
4175 2000-05-09  Richard Henderson  <rth@cygnus.com>
4176
4177         * calls.c (expand_call): Increment currently_expanding_call
4178         before calling optimize_tail_recursion.
4179
4180 Tue May  9 18:54:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4181
4182         * reload1.c (reload_combine): Fix errors in last change.
4183
4184 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
4185
4186         * gcc.c (used_arg): Skip over a semicolon at the end of the
4187         split-up loop; don't break out of it.
4188
4189         * Makefile.in (WARN_CFLAGS): Add -Wwrite-strings.
4190         (tree.o): Depend on output.h.
4191
4192         * c-decl.c (pending_invalid_xref_file,
4193         current_function_prototype_file): Constify.
4194         (pushdecl): Constify a local char *.
4195         (define_label): Constify filename parameter.
4196         * c-lex.c (init_parse): Constify parameter and return value.
4197         * c-typeck.c (c_expand_asm_operands): Constify filename parameter.
4198         * c-tree.h: Update prototypes.
4199         * c-parse.in: Constify filename member of %union, and if_stmt_file.
4200         * c-parse.y, c-parse.c, c-parse.h, objc/objc-parse.y,
4201         objc/objc-parse.c: Regenerate.
4202
4203         * dwarfout.c (dwarfout_init): Constify main_input_filename parameter.
4204         * dwarfout.h: Update prototypes.
4205         * expr.c (expand_expr): Constify a local char *.
4206         * flags.h: Constify main_input_filename.
4207         * function.c (expand_function_end): Constify filename parameter.
4208         * genrecog.c (make_insn_sequence): Use a character array for
4209         c_test_pos.
4210         (main): Remove unused variables.
4211         * input.h: Constify input_filename, main_input_filename, and
4212         file_stack.name.  Update prototypes.
4213         * output.h: Declare first_global_object_name and
4214         weak_global_object_name here, as const char *.
4215         * stmt.c (expand_asm_operands): Constify filename parameter.
4216         * toplev.c (compile_file, push_srcloc, debug_start_source_file):
4217         Constify filename parameter.
4218         (input_filename, main_input_filename): Constify.
4219         * toplev.h: Update prototypes.
4220         * tree.c: Include output.h.  Don't declare
4221         first_global_object_name or weak_global_object_name.  Clean up string
4222         bashing in get_file_function_name_long.
4223         * tree.h (struct tree_decl): Constify filename member.
4224         (input_filename): Constify.
4225         Update prototypes.
4226         * varasm.c (first_global_object_name, weak_global_object_name):
4227         Constify.
4228         (assemble_start_function, assemble_variable): Clean up string bashing.
4229
4230         * gcc.c: Constify all spec-related strings initialized,
4231         transitively, from string constants.  Constify all strings
4232         and string variables related to multilibs.
4233         (set_spec, read_specs): Cast argument to free to PTR.
4234         (used_arg): Do not modify multilib_matches.  Use strncmp plus
4235         length comparison to compare multilib switches.
4236         * genmultilib: Constify everything declared in multilib.h.
4237
4238 Tue May  9 22:28:03 2000  Denis Chertykov  <denisc@overta.ru>
4239
4240         * flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn
4241         as deleted.
4242
4243 Tue May  9 20:52:43 2000  Denis Chertykov  <denisc@overta.ru>
4244
4245         * config/avr/avr-protos.h (extra_constraint): change a type of
4246         second argument from char to int to avoid warnings.
4247         (asm_output_byte): Likewise.
4248
4249         * config/avr/avr.c (MAX_LD_OFFSET) New macro.
4250         (initial_elimination_offset): Handle elimination from
4251         FRAME_POINTER_REGNUM to STACK_POINTER_REGNUM.
4252         (legitimate_address_p): Use MAX_LD_OFFSET.
4253         (legitimize_address): Likewise.
4254         (out_movqi_r_mr): Likewise.
4255         (out_movhi_r_mr): Likewise, use `fatal_insn' instead of `fatal'.
4256         (out_movsi_r_mr): Use MAX_LD_OFFSET.
4257         (out_movsi_mr_r): Likewise.
4258         (out_movqi_mr_r): Likewise.
4259         (out_movhi_mr_r): Likewise.
4260         (notice_update_cc): Correct CC for the ashrqi3 with the shift
4261         count as CONST_INT != 6.
4262         (ashlqi3_out): Coding style modifications. Run `fatal_insn' if
4263         shift count is a CONSTANT_P, but not a CONST_INT.
4264         (ashlhi3_out): Coding style modifications.
4265         (ashlsi3_out): Likewise.
4266         (ashrhi3_out): Likewise.
4267         (ashrsi3_out): Likewise.
4268         (lshrhi3_out): Likewise.
4269         (lshrsi3_out): Likewise.
4270         (ashrqi3_out): Generate shift for any known constant count without
4271         scratch register. Run `fatal_insn' if shift count is a CONSTANT_P,
4272         but not a CONST_INT.
4273         (lshrqi3_out): Coding style modifications. Run `fatal_insn' if
4274         shift count is a CONSTANT_P, but not a CONST_INT.
4275         (extra_constraint): change a type of
4276         second argument from char to int to avoid warnings.
4277         (asm_output_byte): Likewise.
4278         (asm_file_end): Output size generated commands count as a hex
4279         number too.
4280
4281         * config/avr/avr.h (RETURN_ADDR_RTX): New macro.
4282
4283         * config/avr/avr.md (addhi3): Fragment commented by &&0 is
4284         removed.
4285         (ashlqi3): Values of "length" attribute changed. Shift count
4286         uses constraints 'n' instead of 'i'.
4287         (ashrqi3): Likewise. Values of "cc" attribute changed. Generate
4288         shifts without clobber register.
4289         (lshrqi3): Shift count uses constraints 'n' instead of 'i'.
4290         (call_insn): Correct test for which_alternative == 1 (was 0).
4291         (call_value_insn): Likewise.
4292
4293         * config/avr/t-avr: Remove definition of FLOAT while generates
4294         fp-bit.c
4295
4296 2000-05-09  Bruce Korb  <bkorb@gnu.org>
4297
4298         * fixinc/check.tpl:  Template for checking fixes
4299         * fixinc/inclhack.def:  Added 'test_text' for many fixes
4300         disable hpux8_bogus_inlines on SCO
4301         * fixinc/fixinc.sco:  Oh, yes, we don't need this any more.
4302
4303 Tue May  9 16:30:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4304
4305         * calls.c (expand_call): Reorganize somewhat in order
4306         to avoid unnecesary recalculation inside loop and make
4307         tail call failure code cleaner.
4308
4309 Tue May  9 06:30:20 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4310
4311         * alias.c (nonlocal_reference_p): Minor reformatting.
4312         * reload.c (find_equiv_reg): Simplify logic for
4313         CALL_INSN_FUNCTION_USAGE since can't have SUBREG or pseudos and
4314         some some reformatting.
4315         * reload1.c (reload_combine): Don't assume everything in
4316         CALL_INSN_FUNCTION_USAGE is a REG and clean up code a bit.
4317
4318 2000-05-08  Richard Henderson  <rth@cygnus.com>
4319
4320         * final.c (current_insn_predicate): New.
4321         (final_scan_insn): Set it.
4322         * output.h (current_insn_predicate): Declare.
4323
4324         * ifcvt.c (cond_exec_process_insns): New argument prob_val.
4325         Attach it to call insns.
4326         (cond_exec_process_if_block): Track probability for true and
4327         false branches.
4328         (dead_or_predicable): Likewise.
4329
4330         * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.
4331         (PROB_UNLIKELY, PROB_EVEN, PROB_LIKELY): New.
4332         (PROB_VERY_LIKELY, PROB_ALWAYS): New.
4333         (estimate_probability, expected_value_to_br_prob): Use them.
4334
4335         * config/ia64/ia64-protos.h (ia64_expand_prediction): Declare.
4336         * config/ia64/ia64.c (ia64_print_operand_address): Handle 'j'.
4337         (ia64_expand_prediction): New.
4338         (emit_insn_group_barriers): Don't look at notes.  Emit barriers
4339         as needed after calls.
4340         (ia64_epilogue_uses): Mark b0 used.
4341         * config/ia64/ia64.md (beq_true, beq_false): Remove.
4342         (bne_true, bne_false): Remove.
4343         (eq_return, eq_not_return, ne_return, ne_not_return): Remove.
4344         (br_true, br_false): New.  Use predicate_operator and
4345         ia64_expand_prediction.
4346         (return_true, return_false): Likewise.
4347         (call_internal): Use ia64_expand_prediction.  Don't emit stop bit.
4348         (call_internal1, call_value_internal): Likewise.
4349         (call_value_internal1, call_multiple_values_internal1): Likewise.
4350
4351         * config/ia64/ia64.c (ia64_direct_return): Require frame size zero.
4352
4353         * config/ia64/ia64.md (extendsfdf2): Split only after reload.
4354
4355 2000-05-08  Richard Henderson  <rth@cygnus.com>
4356
4357         * rtlanal.c (may_trap_p): Consider old-style and volatile
4358         asms to trap.
4359
4360 Mon May  8 17:16:48 2000  Jim Wilson  <wilson@cygnus.com>
4361
4362         * config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.
4363
4364 2000-05-08  Richard Henderson  <rth@cygnus.com>
4365
4366         * config/ia64/ia64.h (predicate_operator): Declare.
4367
4368         * config/ia64/ia64.md (extendsfdf2): Split the nop case out
4369         of existance.
4370
4371         * gensupport.c (process_rtx): Copy and post-process each member
4372         of the define_insn rtvec individually.
4373
4374 Mon  8 May 22:17:35 2000  Neil Booth  <NeilB@earthling.net>
4375
4376         * cpplex.c (spell_token): New function.
4377         (TOKEN_LEN): Add 1 for whitespace.
4378         (_cpp_lex_file): Update to use spell_token.
4379         * cpplib.h (E): Remove.
4380         (TTYPE_TABLE): Update CPP_VSPACE entry.
4381
4382 2000-05-08  Richard Henderson  <rth@cygnus.com>
4383
4384         * flow.c (init_propagate_block_info): Watch out for conditional
4385         branch to next instruction, and thus one outgoing edge.
4386
4387         * config/ia64/ia64.c (ia64_encode_section_info): Exit early
4388         for global register variables; don't special case __[CD]TOR_LIST__;
4389         mind ggc_p for string allocation.
4390
4391 2000-05-08  Nick Clifton  <nickc@cygnus.com>
4392
4393         * config/i386/i386.h (ELIMINABLE_REGS): Fix comment.
4394
4395 2000-05-08  Bruce Korb  <bkorb@gnu.org>
4396
4397         * fixinc/mkfixinc.sh:  fixinc.sco is no longer used
4398         i?86-*-msdosdjgpp* no longer uses fixincludes
4399         * fixinc/genfixes:  inclhack.sh and fixincl.sh are no longer generated
4400         * fixinc/inclhack.sh:  deleted
4401         * fixinc/hackshell.tpl:  deleted
4402         * fixinc/inclhack.tpl:  deleted
4403         * fixinc/Makefile.in:  Remove dependencies on above
4404         * fixinc/fixincl.sh:  "DO NOT EDIT" text modified
4405
4406 2000-05-08  Andreas Jaeger  <aj@suse.de>
4407
4408         * config/mips/linux.h: Remove undefines which disabled .ctor/.dtor
4409         support.
4410
4411 2000-05-07  Zack Weinberg  <zack@wolery.cumb.org>
4412
4413         * Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
4414         substitutions.
4415
4416 Sun  7 May 08:43:53 2000  Neil Booth  <NeilB@earthling.net>
4417
4418         * cpplex.c: Move new lexer definitions and prototypes
4419         to top.  Conditional include these and the code if
4420         NEW_LEXER is defined.  Rename functions whose names
4421         clash if this code included.
4422
4423 Sun May  7 00:54:57 EDT 2000  John Wehle  (john@feith.com)
4424
4425         * rtl.def (COND_EXEC): Clarify.
4426
4427         * i386.md (extendsidi2): Clobber (reg:CC 17) in the
4428         same fashion as zero_extendsidi2.
4429
4430 2000-05-06  Richard Henderson  <rth@cygnus.com>
4431
4432         * config/ia64/ia64.c (predicate_operator): New.
4433         (ia64_print_operand): Handle 'J'.
4434         (rtx_needs_barrier): Handle COND_EXEC.
4435         * config/ia64/ia64.h (BRANCH_COST): Define.
4436         (PREDICATE_CODES): Update.
4437         * config/ia64/ia64.md: Docuement used unspec values.
4438         (attr predicable): New.
4439         (movxf, movxf_internal): New.
4440         (extendsfdf2): Don't comment out nop.
4441         (floatdidf2): Remove.
4442         (truncxfsf2, truncxfdf2, floatdixf2): New.
4443         (abssi2, absdi2): Put the neg in the "true" slot.
4444         (conditional branch instructions): Mark not predicable.
4445         (cmov*_internal): Use predicate_operator.  Split to cond_exec.
4446         (abs*_internal): Likewise.
4447         (alloc, set_bsp): Mark not predicable.
4448         (barrier, insn_group_barrier, flush_cache): Likewise.
4449         (define_cond_exec): New.
4450
4451 2000-05-06  Richard Henderson  <rth@cygnus.com>
4452
4453         * c-decl.c: Include "tm_p.h".
4454
4455         * config/ia64/ia64-protos.h: Rearrange decls to reduce ifdef madness.
4456         (fetchadd_operand, ia64_expand_fetch_and_op): Declare.
4457         (ia64_expand_op_and_fetch): Declare.
4458         * config/ia64/ia64.c: Include "toplev.h".  Kill trailing whitespace.
4459         (setjmp_operand): Constify variables for XSTR.
4460         (ia64_encode_section_info): Likewise.
4461         (ia64_print_operand): Use %d for exact_log2; cast 32-bit printed
4462         values to int.
4463         (ia64_asm_output_external): Constify name.
4464         (process_set): Use HOST_WIDE_INT_PRINT_DEC for frame size.
4465         (process_for_unwind_directive): Provide switch default.
4466         (ia64_expand_compare_and_swap): Remove unused variables.
4467         (ia64_expand_builtin): Likewise.
4468         * config/ia64/ia64.h (ASM_OUTPUT_BYTE): Mask and cast value to int
4469         for printing.
4470
4471         * config/ia64/ia64.c (sdata_symbolic_operand): Mark unused args.
4472         (symbolic_operand, function_operand, setjmp_operand): Likewise.
4473         (shift_count_operand, shift_32bit_count_operand): Likewise.
4474         (shladd_operand, fetchadd_operand, ia64_function_prologue): Likewise.
4475         (ia64_function_epilogue, ia64_setup_incoming_varargs): Likewise.
4476         (ia64_function_arg_partial_nregs, ia64_function_value): Likewise.
4477         (ia64_print_operand_address, ia64_secondary_reload_class): Likewise.
4478         (ia64_expand_builtin): Likewise.
4479         (call_multiple_values_operation): Make dest_regno unsigned.
4480
4481 2000-05-06  Richard Henderson  <rth@cygnus.com>
4482
4483         * rtl.def (DEFINE_COND_EXEC): New.
4484         * md.texi: Document it.
4485
4486         * gensupport.c (input_file): Remove.
4487         (struct queue_elem): Add lineno.
4488         (rtx_ready_queue): Remove.
4489         (errors): New.
4490         (predicable_default): New.
4491         (predicable_true, predicable_false): New.
4492         (define_attr_queue, define_attr_tail): New.
4493         (define_insn_queue, define_insn_tail): New.
4494         (define_cond_exec_queue, define_cond_exec_tail): New.
4495         (other_queue, other_tail): New.
4496         (queue_pattern): New.
4497         (process_rtx): Add patterns to the appropriate queues.
4498         (is_predicable, identify_predicable_attribute): New.
4499         (n_alternatives, collect_insn_data): New.
4500         (alter_predicate_for_insn, alter_test_for_insn): New.
4501         (shift_output_template, alter_output_for_insn): New.
4502         (process_one_cond_exec, process_define_cond_exec): New.
4503         (init_md_reader): Read the entire file.  Process define_cond_exec.
4504         (read_md_rtx): Return elements from the queues.
4505
4506 2000-05-06  Richard Henderson  <rth@cygnus.com>
4507
4508         * flow.c (mark_set_1): Don't update conditional life info
4509         if the register is not_dead.
4510
4511 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
4512
4513         * Makefile.in (STAGESTUFF): Add genrtl.c and genrtl.h.
4514         (mostlyclean): Also delete fixincl, fixinc.sh, and
4515         specs.ready, and make clean in the fixinc subdir.
4516
4517 2000-05-06  Richard Henderson  <rth@cygnus.com>
4518
4519         * Makefile.in (gensupport.o): Compile for the host.
4520         (host-prefix gensuuprt.o): Remove.
4521         (genflags.o): Depend on gensupport.h and OBSTACK_H.
4522         (genattrtab.o): Likewise.
4523         (gencodes.o): Depend on gensupport.h.
4524         (genemit.o, genopinit.o, genrecog.o, genextract.o): Likewise.
4525         (genpeep.o, genattr.o, genoutput.o): Likewise.
4526
4527         * gensupport.c (obstack, rtl_obstack): New.
4528         (init_md_reader): Initialize rtl_obstack.
4529         * gensupport.h (rtl_obstack): Declare.
4530         (message_with_line): Declare.
4531
4532         * genattr.c: Remove all traces of obstack manipulation.
4533         * gencodes.c, genconfig.c, genemit.c, genextract.c: Likewise.
4534         * genopinit.c, genoutput.c, genpeep.c, genrecog.c: Likewise.
4535
4536         * genattrtab.c (obstack, rtl_obstack): Remove.
4537         (main): Don't init rtl_obstack.
4538         * genflags.c: Likewise.
4539
4540         * genrecog.c (message_with_line): Move ...
4541         * gensupport.c: ... here.
4542
4543 2000-05-06  Richard Henderson  <rth@cygnus.com>
4544
4545         * c-typeck.c (build_c_cast): Remove dead code.
4546
4547 2000-05-06  Richard Henderson  <rth@cygnus.com>
4548
4549         * flow.c (split_edge): Don't allocate global_live_at_start for
4550         the new block unless the old blocks had them as well.
4551
4552         * flow.c (mark_set_1): Respect not_dead when updating reg_live.
4553
4554         * ifcvt.c (noce_process_if_block): Don't use an insn_b from
4555         test_bb if a or b uses x.
4556
4557 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
4558
4559         * cpphash.h: Remove conditional #define of __extension__.
4560         * rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2,
4561         RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros
4562         (ENABLE_RTL_CHECKING only).
4563         * tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK,
4564         CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
4565         (ENABLE_TREE_CHECKING only).
4566         * varray.h: Add __extension__ to VARRAY_CHECK macro
4567         (ENABLE_CHECKING only).
4568
4569 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
4570
4571         Use new tail-calling mechanism on ARM.
4572         * arm.md (sibcall, sibcall_value): New expands.
4573         (sibcall_insn, sibcall_value_insn, sibcall_epilogue): New insns.
4574         (tailcalling peepholes): Delete.
4575         (push_multi): Simplify.
4576         * arm.c (lr_save_eliminated): Delete definition.
4577         (pattern_really_clobbers_lr, function_really_clobbers_lr): Delete.
4578         (output_return_instruction): Remove checks on lr_save_eliminated.
4579         (output_arm_prologue): Remove old tail-calling code.
4580         (arm_output_epilogue): New parameter, really_return.  All callers
4581         changed.  Handle tail-calling epilogues.
4582         * arm.h (lr_save_eliminated): Delete declaration.
4583         (frame_pointer_needed): Delete declaration.
4584         * arm-protos.h (arm_output_epilogue): Adjust prototype.
4585
4586         * arm.md (is_thumb): Examine symbol thumb_code, not expression
4587         TARGET_ARM.
4588         * arm.c (thumb_code): Define it.
4589         (arm_override_options): Set it.
4590         * arm.h (thumb_code): Declare it.
4591
4592 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
4593
4594         * arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
4595
4596 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
4597
4598         * arm.c (arm_gen_load_multiple, arm_gen_store_mulitple): Don't add
4599         bogus clobber to insns.
4600         (load_multiple_operation, store_mulitple_operation): Don't check
4601         for it.
4602         * arm.md (ldmsi_postinc, stmsi_postinc): Adjust accordingly.
4603
4604         * arm.md (and_scc, ior_scc): Add missing mode.
4605
4606         * arm.md (call_value_symbol): Remove predicate from op2.
4607
4608         * arm.h (SPECIAL_MODE_PREDICATES): Define.
4609
4610 Sat May  6 06:25:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4611
4612         * expr.c (get_subtarget): New function.
4613         (force_operand, expand_expr, do_store_flag): Use it.
4614
4615         * toplev.c (compile_file): Don't take strlen of NAME if null.
4616
4617 2000-05-06  David Edelsohn  <edelsohn@gnu.org>
4618
4619         * xcoffout.c (xcoff_current_include_file,
4620         xcoff_current_function_file, xcoff_lastfile): Constify char *.
4621         (xcoffout_source_file, xcoffout_source_line): Make filename 'const
4622         char *'.
4623         (xcoffout_declare_function): Make name 'const char *'.
4624         (xcoffout_end_epilogue): Make fname 'const char *'
4625         * xcoffout.h (xcoff_current_include_file, xcoff_lastfile,
4626         xcoffout_declare_function, xcoffout_source_line): Match above.
4627
4628         * aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -mpowerpc64 without
4629         -maix64 is error.
4630         * rs6000.c (print_operand): Fix lossage typo.
4631         (output_cbranch): Remove "cr" decoration for now.
4632         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Make alias 'const char *'.
4633
4634 Sat May  6 06:55:32 2000  Denis Chertykov  <denisc@overta.ru>
4635
4636         * config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by
4637         constant count.
4638
4639 2000-05-05  Bruce Korb  <bkorb@gnu.org>
4640
4641         * fixinc/genfixes: Improve the matching for make target names
4642
4643 2000-05-05  Catherine Moore  <clm@cygnus.com>
4644
4645         * c-common.c (decl_attributes):  For TYPE_DECLs attach the
4646         attribute to the decl.
4647         * c-decl.c (pushdecl): Propagate the USED attribute to the
4648         type copy.
4649
4650 2000-05-05  Richard Henderson  <rth@cygnus.com>
4651
4652         * rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the
4653         same way emit_group_load does.
4654
4655 2000-05-05 Mark Elbrecht <snowball3@bigfoot.com>
4656
4657         * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
4658
4659         * toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.
4660         (main): Likewise.
4661
4662 2000-05-05 Rodney Brown <RodneyBrown@mynd.com>
4663
4664         * pa.h (FUNCTION_ARG_ADVANCE): Warning removal.
4665
4666 Fri May  5 10:29:21 2000  Marc Espie <espie@cvs.openbsd.org>
4667
4668         * config/openbsd.h (LINK_SPEC): pass correct flags to ld
4669         to support -shared, on platforms with dynamic libraries.
4670
4671 Fri May  5 10:27:06 2000  Philippe De Muyter  <phdm@macqel.be>
4672
4673         * system.h (S_ISBLK): Provide fallback definition.
4674
4675 2000-05-05  Geoff Berry  <geoffb@bops.com>
4676
4677         * extend.texi (Extended Asm): Document inability to give asm
4678         statements access to condition codes.
4679
4680 2000-05-05  Marek Michalkiewicz  <marekm@linux.org.pl>
4681
4682         * varasm.c (asm_emit_uninitialised): Use 0, not NULL
4683         as arg 2 of UNIQUE_SECTION.
4684
4685 Fri May  5 10:11:41 2000  Jeffrey A Law  (law@cygnus.com)
4686
4687         * predict.c: Remove May 4 change.
4688         * bb-reorder.c (make_reorder_chain): Do not perform block movement
4689         if we have predicted the branch at 50-50 probability.
4690
4691 2000-05-05  Richard Henderson  <rth@cygnus.com>
4692
4693         * flow.c (init_propagate_block_info): Fix merge error
4694         in HAVE_conditional_execution code.
4695
4696 Fri May  5 07:43:50 2000  Denis Chertykov  <denisc@overta.ru>
4697
4698         * config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal
4699         shift cycle for unknown shift count. Also generates dec + brpl.
4700         (ashlqi3_out): Don't generate dec + brpl which now generates by
4701         `out_shift_with_cnt'.
4702         (ashlhi3_out): Likewise.
4703         (ashlsi3_out): Likewise.
4704         (ashrqi3_out): Likewise.
4705         (ashrhi3_out): Likewise.
4706         (ashrsi3_out): Likewise.
4707         (lshrqi3_out): Likewise.
4708         (lshrhi3_out): Likewise.
4709         (lshrsi3_out): Likewise.
4710
4711 2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>
4712
4713         * gcc.c (free_split_directories): Correct typo in explanation
4714         of make_relative_prefix.
4715
4716 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
4717
4718         * config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
4719         comparison codes to branch_comparison_operator.
4720
4721 2000-05-04  Richard Henderson  <rth@cygnus.com>
4722
4723         * ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
4724
4725 2000-05-04  Richard Henderson  <rth@cygnus.com>
4726
4727         * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
4728         (DPBIT_FUNCS): Remove _sf_to_usi.
4729         (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
4730
4731         * ifcvt.c (noce_process_if_block): Fail if A or B modified
4732         between condition and jump.
4733
4734         * libgcc2.c (near eh_context_specific): Comment #endif string.
4735         * longlong.h: Don't use strings with embedded newlines.
4736
4737 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
4738
4739         * config/rs6000/rs6000-protos.h: Add output_cbranch.
4740         * config/rs6000/rs6000.c (ccr_bit_negated_p): Delete.
4741         (print_operand): Delete %t and %T codes.
4742         (output_cbranch): New function.  Support branch prediction.
4743         * config/rs6000/rs6000.md: Use output_cbranch for
4744         conditional branches and returns.
4745
4746 2000-05-04  Jason Merrill  <jason@casey.cygnus.com>
4747
4748         * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
4749         * stor-layout.c (place_field): Likewise.
4750         * integrate.h (struct inline_remap): Make regno_pointer_align unsigned.
4751         * expr.c (store_expr): Make align unsigned.
4752         * explow.c (plus_constant_wide): Make low words unsigned.
4753         * expmed.c (choose_multiplier): Likewise.
4754         * fold-const.c (fold):  Likewise.
4755         * tree.h (build_int_2): Likewise.
4756         * tree.c (build_int_2_wide, tree_int_cst_msb): Likewise.
4757         * emit-rtl.c (gen_reg_rtx): Add cast to unsigned char*.
4758         (init_emit): Change cast to unsigned char*.
4759         * varasm.c (compare_constant_1): Add cast to char*.
4760         * gcse.c (delete_null_pointer_checks): Change cast to unsigned int*.
4761         * reload1.c (reload): Likewise.
4762
4763         * rtl.h (MEM_SET_IN_STRUCT_P): Use do { } while (0).
4764
4765 Thu May  4 14:37:23 2000  Jeffrey A Law  (law@cygnus.com)
4766
4767         * predict.c (estimate_probability): If no prediction was found, then
4768         predict the successor that is the next physical block (if such a
4769         successor exists).
4770
4771 2000-05-04  Richard Henderson  <rth@cygnus.com>
4772
4773         * config/alpha/t-alpha (LIB2FUNCS_EXTRA): Use qrrnd.asm in place.
4774
4775 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4776
4777         * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
4778
4779 2000-05-04  Mumit Khan  <khan@xraylith.wisc.edu>
4780
4781         * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move
4782         attribute macros from here ...
4783         (CPP_SPEC): to here.
4784         * i386/mingw32.h (CPP_PREDEFINES): Likewise.
4785         (CPP_SPEC): Likewise.
4786         * i386/crtdll.h (CPP_PREDEFINES): Delete attribute macros.
4787
4788         * Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
4789         (libgcc.a): Pass LIB1ASMSRC to libgcc.mk.
4790
4791 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4792
4793         * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.
4794
4795         * diagnostic (vbuild_message_string, build_message_string,
4796         build_location_prefix, output_get_prefix, init_output_buffer,
4797         output_notice, vline_wrapper_message_with_location,
4798         v_message_with_decl, default_print_error_function): De-constify.
4799         (set_real_maximum_length): Prototype.
4800
4801         * diagnostic.h (struct output_buffer, init_output_buffer,
4802         output_get_prefix, output_set_prefix): De-constify.
4803
4804         * function.c (init_function_start): Constify.
4805
4806         * gensupport.c (remove_constraints, process_rtx): Prototype.
4807
4808         * gthr-posix.h: Indent uses of #pragma.
4809
4810         * objc/objc-act.c (ggc_mark_imp_list, ggc_mark_hash_table):
4811         Prototype.
4812
4813         * predict.c (find_expected_value): Delete prototype.
4814         (expected_value_to_br_prob): Initialize variable `ev_reg'.
4815
4816         * sbitmap.h (debug_sbitmap): Prototype.
4817
4818         * ssa.c (compute_coalesced_reg_partition): Prototype.
4819
4820         * stor-layout.c (debug_rli): Prototype.
4821
4822         * tree.h (round_down): Prototype.
4823         (init_function_start): Constify.
4824
4825 2000-05-04  Zack Weinberg  <zack@wolery.cumb.org>
4826
4827         * cpphash.h: #define __extension__ away if GCC_VERSION < 2095
4828         (overly conservative).  Change extern inline wrappers to
4829         static inline, define them always, use PARAMS properly.
4830         * cpplex.c (_cpp_get_directive_token): Don't issue pedantic
4831         whitespace warnings for \f and \v at the beginning of a line.
4832
4833 Thu May  4 10:03:50 2000  Jeffrey A Law  (law@cygnus.com)
4834
4835         * haifa-sched.c (schedule_insns): Free the flow edge list when it
4836         is no longer needed
4837
4838 2000-05-04  Bruce Korb  <bkorb@gnu.org>
4839
4840         * fixincl/inclhack.def: added broken_cabs -
4841         Remove `extern double cabs' declarations from math.h
4842         * fixincl/inclhack.sh: regen
4843         * fixincl/fixincl.x: regen
4844         * fixincl/fixincl.c: Remove BOGOSITY code
4845         * fixincl/mkfixinc.sh: Remove code for installing "shell" version
4846
4847 Thu May  4 09:45:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4848
4849         * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
4850         MEM_ALIAS_SET.
4851         * alias.c (canon_rtx): Don't copy RTX_UNCHANGING_P or MEM_ALIAS_SET
4852         when calling MEM_COPY_ATTRIBUTES.
4853         * emit-rtl.c (operand_subword, change_address): Likewise.
4854         * explow.c (stabilize): Likewise.
4855         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
4856         * integrate.c (copy_rtx_and_substitute): Likewise.
4857         * combine.c (combine_simplify_rtx): Don't copy RTX_UNCHANGING_P
4858         when calling MEM_COPY_ATTRIBUTES.
4859         (make_extraction, simplify_shift_const, gen_lowpart_for_combine):
4860         Likewise.
4861         * cse.c (gen_lowpart_if_possible): Likewise.
4862         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
4863         * optabs.c (gen_move_insn): Likewise.
4864         * recog.c (validate_replace_rtx_1): Likewise.
4865         * simplify-rtx.c (add_mem_for_addr): Likewise.
4866         * stmt.c (expand_anon_union_decl): Likewise.
4867         * config/arm/arm.md: Likewise.
4868         * config/h8300/h7300.c (fix_bit_operand): Likewise.
4869         * config/m88k/m88k.c (legitimize_address, block_move_loop): Likewise.
4870         (block_move_no_loop, block_move_sequence): Likewise.
4871         * config/rs6000/rs6000.c (expand_block_move_mem): Likewise.
4872         * config/alpha/alpha.c (get_aligned_mem): Likewise.
4873         Clear MEM_ALIAS_SET.
4874         * final.c (alter_subreg): Don't copy MEM_ALIAS_SET when calling
4875         MEM_COPY_ATTRIBUTES.
4876
4877 2000-05-03  Robert Lipe <robertlipe@usa.net>
4878
4879         * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
4880         to suppress libgcc1.
4881         (i[34567]86-*-sco3.2v5*) Likewise.
4882         (i[34567]86-*-sco3.2v4*) Likewise.
4883         (i[34567]86-*-sco) Likewise.
4884         (i[34567]86-*-solaris2) Likewise.
4885         (i[34567]86-*-sysv5*) Likewise.
4886         (i[34567]86-*-sysv4*) Likewise.
4887         (i[34567]86-*-udk*) Likewise.
4888         (i[34567]86-*-sysv*) Likewise.
4889
4890 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
4891
4892         * cpphash.h (U): New define, to correct type of string constants.
4893         (ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper
4894         routines, to do casts when passing unsigned strings to libc.
4895         * cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them.
4896
4897         * cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *.
4898         * cpphash.c (_cpp_quote_string): Make string an U_CHAR *.
4899         * cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *.
4900         * cpplex.c (parse_ifdef, parse_include, validate_else): Make
4901         second argument an U_CHAR *.
4902
4903         * cppinit.c (builtin_array): Make name and value U_CHAR *, add
4904         length field, clean up initializer.
4905         (ISTABLE): Add __extension__ to designated-
4906         initializers version.
4907         * cpplex.c (CHARTAB): Likewise.
4908
4909         * mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS
4910         case so the file won't be empty.
4911
4912 Wed May  3 21:01:46 2000  Jason Eckhardt  <jle@cygnus.com>
4913
4914         * bb-reorder.c (struct reorder_block_def): Member succ removed.
4915         (REORDER_BLOCK_SUCC): Removed.
4916         (enum reorder_skip_type): Removed.
4917         (skip_insns_between_block): Renamed to skip_insns_after_block.
4918         Removed second argument. Removed dead code and cleaned up.
4919         (make_reorder_chain): Removed use of REORDER_BLOCK_SUCC.
4920         (reorder_basic_blocks): Remove use of REORDER_SKIP_AFTER. Removed
4921         second parameter to skip_insns_after_block.
4922
4923 Wed May  3 13:29:54 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4924
4925         * tree.c (staticp, case LABEL_DECL): New case.
4926
4927 2000-05-03  Richard Henderson  <rth@cygnus.com>
4928
4929         * Makefile.in (start.encap): Do not depend on LIBGCC1.
4930
4931         * mklibgcc1.in: Fix typo last change.
4932
4933 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
4934
4935         * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.
4936         (LOOSE_CFLAGS): New: CFLAGS without -pedantic and -Wtraditional.
4937         (GCC_CFLAGS): Use it.
4938         (LANG_FLAGS_TO_PASS): New: SUBDIR_FLAGS_TO_PASS with LOOSE_CFLAGS.
4939         * cp/Make-lang.in, java/Make-lang.in, f/Make-lang.in, ch/Make-lang.in,
4940         objc/Make-lang.in: Use it.
4941
4942 2000-05-03  Jason R Thorpe  <thorpej@zembu.com>
4943
4944         * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
4945
4946 2000-05-03  Richard Henderson  <rth@cygnus.com>
4947
4948         * mklibgcc.in: Restrict OLDCC=GCC test to native.  Equate
4949         LIBGCC1 empty with libgcc1.null.
4950
4951 Wed May  3 12:55:46 2000  Jim Wilson  <wilson@cygnus.com>
4952
4953         * fold-const.c (extract_muldiv, case MAX_EXPR): Don't allow signedness
4954         change.
4955
4956 2000-05-03  Greg McGary  <gkm@gnu.org>
4957
4958         * tree.h (tree_common): Add bounded_flag member.  Remove
4959         inaccurate comment about number of remaining bits.
4960         (BOUNDED_INDIRECT_TYPE_P, BOUNDED_POINTER_TYPE_P,
4961         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
4962         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
4963         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
4964         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED): New macros.
4965         (TYPE_QUAL_BOUNDED): New constant.
4966         (TYPE_QUALS): Handle bounded qualifier.
4967         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): New macros.
4968         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
4969         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
4970         TYPE_AMBIENT_BOUNDEDNESS): New macros.
4971         (MAX_POINTER_DEPTH, VA_LIST_POINTER_DEPTH): New constants.
4972         (tree_type): Add pointer_depth member.  Remove
4973         inaccurate comment about number of remaining bits.
4974         (DECL_POINTER_DEPTH): Add macro.
4975         (tree_decl): Add pointer_depth member.
4976
4977 Wed May  3 22:52:53 2000  Denis Chertykov  <denisc@overta.ru>
4978
4979         * config/avr/avr-protos.h (test_hard_reg_class): Declared.
4980         * config/avr/avr.c (ashrhi3_out): optimized shift by 15.
4981         (lshrhi3_out): Likewise.
4982         (ashrsi3_out): bugfix in shift by 8.
4983         (test_hard_reg_class): New function.
4984         * config/avr/avr.md: Bugfix inside conditions in peepholes.
4985         (ashlhi3): removed define_expand of this pattern.
4986         (*ashlhi3_insn): renamed to ashlhi3.
4987         (ashlsi3): removed define_expand of this pattern.
4988         (*ashlsi3_insn): renamed to ashlsi3.
4989         (ashrqi3): removed define_expand of this pattern.
4990         (*ashrqi3_insn): renamed to ashrqi3.
4991         (ashrhi3): removed define_expand of this pattern.
4992         (*ashrhi3_insn): renamed to ashrhi3.
4993         (ashrsi3): removed define_expand of this pattern.
4994         (*ashrsi3_insn): renamed to ashrsi3.
4995         (lshrhi3): removed define_expand of this pattern.
4996         (*lshrhi3_insn): renamed to lshrhi3.
4997         (lshrsi3): removed define_expand of this pattern.
4998         (*lshrsi3_insn): renamed to lshrsi3.
4999
5000 2000-05-03  Rodney Brown  <RodneyBrown@pmsc.com>
5001
5002         * config/mcore/mcore.c: Replacing inclusion of "stdio,h" with
5003         inclusion of "system.h".
5004
5005 Wed May  3 11:43:53 2000  Jim Wilson  <wilson@cygnus.com>
5006
5007         * config/ia64/ia64.c (ia64_encode_section_info): Add check for
5008         TREE_ASM_WRITTEN.
5009
5010 2000-05-03  David Mosberger  <davidm@hpl.hp.com>
5011
5012         * config/ia64/ia64.c (ia64_override_options): Force -mconstant-gp
5013         if -mauto-pic is on.
5014         (ia64_epilogue_uses): Mark "gp" (r1) as used by the epilogue if
5015         -mconstant-gp is in effect and function-descriptors are being used
5016         to make indirect calls.
5017         * config/ia64/ia64.h (MASK_CONST_GP): New macro.
5018         (MASK_AUTO_PIC): Ditto.
5019         (TARGET_CONST_GP): Ditto.
5020         (TARGET_AUTO_PIC): Ditto.
5021         (TARGET_SWITCHES): Add -mconstant-gp and -mauto-pic options.
5022         (ASM_OUTPUT_DOUBLE_INT): Don't generate @fptr() if -mauto-pic or
5023         -mno-pic is in effect.
5024         (ASM_OUTPUT_XDATA_DOUBLE_INT): Ditto.
5025         * config/ia64/ia64.md (movdi): Use gen_load_gprel64() if
5026         -mauto-pic is in effect.
5027         (gprel64_offset): New pattern.
5028         (load_gprel64): Ditto.
5029         (call): Handle -mauto-pic like -mno-pic (don't use fptr).  If
5030         -mconstant-gp is in effect, no need to preserve gp around direct
5031         calls.
5032         (call_value): Ditto.
5033         * config/ia64/linux.h (PROFILE_BEFORE_PROLOGUE): Define.
5034         (FUNCTION_PROFILER): Define.
5035         * config/ia64/sysv4.h (ASM_OUTPUT_CONSTRUCTOR): Don't generate
5036         @fptr() directive when -mno-pic or -mauto-pic is in effect.
5037         (ASM_OUTPUT_DESTRUCTOR): Ditto.
5038
5039 2000-05-03  Richard Henderson  <rth@cygnus.com>
5040
5041         * Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
5042         (libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets.
5043         (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets.
5044         (mklibgcc, libgcc.mk): New targets.
5045         (libgcc.a): Use libgcc.mk.
5046         (stmp-multilib): Likewise.
5047         (stmp-multilib-sub): Remove.
5048         (mostlyclean): Don't delete libgcc2 temp files.
5049         * configure.in (AC_PROG_CC_C_O): Add.
5050         (NO_MINUS_C_MINUS_O): Substitute it.
5051         (all_outputs): Add mklibgcc.
5052         * mklibgcc.in: New file.
5053
5054 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
5055
5056         * cppexp.c (op_t): Make an int.
5057
5058         * rtlanal.c (dead_or_set_regno_p): Remove unused variable.
5059
5060         * varasm.c (initializer_constant_valid_p): Fix parenthesis.
5061
5062         * gensupport.c (process_rtx): Fix macros used.
5063
5064 2000-05-03  Richard Henderson  <rth@cygnus.com>
5065
5066         * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
5067         call-clobbered registers of a call.
5068
5069 Wed May  3 12:40:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
5070
5071         * gensupport.c: New file.
5072         * gensupport.h: New file.
5073         * Makefile.in (HOST_RTL): Depend on gensupport.
5074         (gensupport.o) New rule.
5075         * genattr.c: Use gensupport for reading .md files.
5076         * genattrtab.c: Ditto.
5077         * gencodes.c: Ditto.
5078         * genconfig.c: Ditto.
5079         * genemit.c: Ditto.
5080         * genextract.c: Ditto.
5081         * genflags.c: Ditto.
5082         * genopinit.c: Ditto.
5083         * genoutput.c: Ditto.
5084         * genpeep.c: Ditto.
5085         * genrecog.c: Ditto.
5086         * rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
5087         * md.texi (Insn Splitting): Document define_insn_and_split.
5088
5089 Tue May  2 00:20:30 2000  Jason Eckhardt  <jle@cygnus.com>
5090
5091         * flow.c (verify_flow_info): Added two more sanity checks. The
5092         first checks that the blocks are numbered consecutively. The second
5093         checks that n_basic_blocks is actually equal to the number of
5094         basic blocks in the insn chain.
5095
5096 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
5097
5098         * cpplib.h: Add accessor macros for token lists.
5099         * cpplib.c, cpphash.c, cpplex.c: Use them.
5100
5101 Wed May  3 09:29:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5102
5103         * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
5104         memory usage if not in a function.
5105         * varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
5106         return address if static.
5107
5108 Wed May  3 13:14:49 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5109
5110         * ifcvt.c (noce_try_cmove_arith):  Use may_trap_p to thest
5111         whether address may trap.
5112
5113 Tue May  2 23:38:37 2000  Jason Eckhardt  <jle@cygnus.com>
5114
5115         * bb-reorder (chain_reorder_blocks): Changed code to test for
5116         EDGE_FALLTHRU rather than making erroneous assumption that the
5117         first outgoing edge is the fall-through edge.
5118
5119 Tue May  2 18:20:31 2000  Donald Lindsay  <dlindsay@hound.cygnus.com>
5120
5121         * config/mips/mips.c (mips_build_va_list,mips_va_start,mips_va_arg): new
5122         ABI for varargs, across all MIPS. This is incompatible because the
5123         va_list (__builtin_va_list) structure is different, so a compilation
5124         unit passing a va_list and a compilation unit being passed one, should
5125         both be compiled with the same ABI. (The old structure had two
5126         pointers, now it has three.)
5127
5128 Tue May  2 19:18:43 2000  Jason Eckhardt  <jle@cygnus.com>
5129
5130         * bb-reorder.c (struct reorder_block_def): Remove members end,
5131         block_begin, and block_end.
5132         (REORDER_BLOCK_OLD_END): Delete.
5133         (REORDER_BLOCK_BEGIN): Delete.
5134         (REORDER_BLOCK_END): Delete.
5135         (chain_reorder_blocks): Remove dead code.
5136
5137 Tue May  2 17:06:53 2000  Jason Eckhardt  <jle@cygnus.com>
5138
5139         * bb-reorder.c (remove_scope_notes): Check for both types of scope
5140         notes as the end of a basic block before deleting.
5141
5142 2000-05-02  Mumit Khan  <khan@xraylith.wisc.edu>
5143
5144         * final.c (final_start_function): Fix spelling of "necessary".
5145
5146 2000-05-02  Jason Merrill  <jason@casey.cygnus.com>
5147
5148         * toplev.c (debug_ignore_block): Return int.
5149         * dwarf2out.c (dwarf2out_ignore_block): Likewise.
5150         * toplev.h, dwarf2out.h: Adjust.
5151         * emit-rtl.c (remove_unnecessary_notes): Test return value.
5152
5153         * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
5154         * toplev.c, final.c, rtl.h: Adjust.
5155
5156 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
5157
5158         * aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
5159         * configure.in: Look for makeinfo in the unified tree, then
5160         for a system makeinfo which is sufficiently new.
5161         * Makefile.in: If configure says makeinfo is too old, don't
5162         build or install Info documentation.
5163
5164 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
5165
5166         * cpphash.c (collect_params): Fix off-by-one error.
5167         (dump_hash_helper): Dump all four macro nodetypes.
5168
5169 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
5170
5171         * cpphash.c (trad_stringify): Adjust p after stringification as
5172         well.
5173
5174 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
5175
5176         * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
5177         (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
5178
5179         * cppfiles.c (file_cleanup): Delete.
5180         * cpphash.c (macro_cleanup): Delete.
5181         (collect_objlike_expansion, collect_funlike_expansion,
5182         macarg, scan_arguments): Remove CPP_POP case.
5183
5184         * cpplex.c (null_cleanup): Delete.
5185         (cpp_pop_buffer): Do the work that was done in the cleanups
5186         here.  Call _cpp_unwind_if_stack from here.
5187         (_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
5188         cpp_scan_buffer): Run until we see CPP_EOF and the top of
5189         stack is the buffer _below_ the one we stacked.
5190         (cpp_get_token): Always pop an exhausted buffer.  Return
5191         CPP_EOF unless it's a macro buffer.  Don't call _cpp_handle_eof.
5192         * cpplib.c (skip_if_group): Don't call cpp_get_token to
5193         increment the line number.
5194         (_cpp_handle_eof): Rename to _cpp_unwind_if_stack.
5195
5196         * fix-header.c (read_scan_file) [parsing getchar()]: Run until
5197         we see CPP_EOF and the top of stack is the buffer _below_ the
5198         one we stacked.
5199         * scan-decls.c: Likewise.
5200
5201 2000-05-02  Andrew Haley  <aph@cygnus.com>
5202
5203         * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
5204         where this function is called for the second time on a decl that
5205         has had its section info changed in such a way as to move it out
5206         of small data/bss.
5207         * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.
5208
5209 2000-05-01  Richard Henderson  <rth@cygnus.com>
5210
5211         * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
5212         the sequence we're moving, not to merge_bb->head.
5213
5214 2000-05-01  Richard Henderson  <rth@cygnus.com>
5215
5216         * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
5217         reference to alpha/t-linux.
5218         (alpha*-*-linux-gnu*): Likewise.
5219         * configure: Rebuild.
5220
5221         * calls.c (expand_call): Don't emit reg notes for a sibcall.
5222
5223         * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
5224         if not in SSA form.
5225
5226         * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
5227
5228 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
5229
5230         * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
5231         TREE_THIS_VOLATILE.
5232
5233 2000-05-01  Richard Henderson  <rth@cygnus.com>
5234
5235         * ifcvt.c (noce_emit_cmove): Conditionally compile call to
5236         emit_conditional_move.
5237
5238 2000-05-01  Jakub Jelinek  <jakub@redhat.com>
5239
5240         * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
5241         as the dynamic linker.
5242
5243 2000-05-01  Zack Weinberg  <zack@wolery.cumb.org>
5244
5245         * cppfiles.c (open_include_file): Open file in blocking mode.
5246         (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
5247         Only exclude block devices and directories.
5248
5249         * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
5250         static.  Allocate the hashnode and its string in the same
5251         block of memory.
5252         (del_HASHNODE): Don't free h->name.
5253         (_cpp_lookup): If there is no entry for this string, create
5254         one, of type T_VOID.
5255         (_cpp_lookup_slot): Delete.
5256         * cpphash.h: Update prototypes.
5257
5258         * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
5259         not hp == NULL.
5260         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
5261         do_unassert, cpp_defined): Use _cpp_lookup.  Don't create a
5262         node here, just fill in the value field properly.  "Delete"
5263         entries by setting the value field to T_VOID.  Check for
5264         hp->type == T_VOID, not hp == NULL.
5265
5266         * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
5267         * cpperror.c, cppexp.c, cpplex.c, cpplib.c:  Don't include
5268         hashtab.h.
5269
5270 2000-05-01  Alexandre Oliva  <aoliva@cygnus.com>
5271
5272         * config/mn10300/mn10300.c (print_operand_address): Do not add
5273         zero to SP.
5274
5275         * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
5276         adjusted by less than 256 bytes, use ret regardless of having any
5277         callee-saved register to restore.
5278
5279 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
5280
5281         * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
5282
5283 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
5284
5285         * config/i386/djgpp.h (INT_ASM_OP): Define.
5286         (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
5287         (ASM_WEAKEN_LABEL): Define.
5288         (MASK_BNU210): Define.
5289         (SUBTARGET_SWITCHES): Define.
5290         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
5291         (MAKE_DECL_ONE_ONLY): Define.
5292         (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
5293
5294 2000-05-01  Mumit Khan  <khan@xraylith.wisc.edu>
5295
5296         * i386/cygwin.h (INT_ASM_OP): Define.
5297
5298 Mon May  1 18:20:06 2000  Denis Chertykov  <denisc@overta.ru>
5299
5300         * config/avr/avr.c (address_cost): renamed to avr_address_cost.
5301         * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
5302
5303 Mon May  1 17:50:44 2000  Denis Chertykov  <denisc@overta.ru>
5304
5305         * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
5306         __tmp_reg__ and __zero_reg__ initialization.
5307
5308 2000-04-30  Richard Henderson  <rth@cygnus.com>
5309
5310         * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
5311
5312         * ifcvt.c (noce_process_if_block): Fail the conversion if X is
5313         referenced bewteen the condition and the jump.  Don't delete
5314         anything but the jump.
5315
5316 Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>
5317
5318         * bb-reorder.c (scope_def): New struct.
5319         (scope_forest_info): New struct.
5320         (struct reorder_block_def): New member "scope".
5321         (REORDER_BLOCK_SCOPE): New macro.
5322         (relate_bbs_with_scopes): New function and prototype.
5323         (make_new_scope): Likewise.
5324         (build_scope_forest): Likewise.
5325         (remove_scope_notes): Likewise.
5326         (insert_intra_1): Likewise.
5327         (insert_intra_bb_scope_notes): Likewise.
5328         (insert_inter_bb_scope_notes): Likewise.
5329         (rebuild_scope_notes): Likewise.
5330         (free_scope_forest_1): Likewise.
5331         (free_scope_forest): Likewise.
5332         (dump_scope_forest): Likewise.
5333         (dump_scope_forest_1): Likewise.
5334         (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
5335         Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
5336         block.
5337         (reorder_basic_blocks): Added calls to build_scope_scope_forest
5338         and remove_scope_notes before reordering is done. Added calls to
5339         rebuild_scope_notes, free_scope_forest, and reorder_blocks after
5340         after reordering is done.
5341
5342 2000-40-30  Bruce Korb  <bkorb@gnu.org>
5343
5344         * fixinc/inclhack.def:  Added definitions needed by OSR5,
5345         removed two stale entries (defined away with OLD_CPP).
5346         * fixinc/inclhack.sh: regen
5347         * fixinc/fixincl.x: regen
5348
5349 2000-04-30  Richard Henderson  <rth@cygnus.com>
5350
5351         * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
5352         from the last insn in the sequence.
5353
5354 2000-04-30  Zack Weinberg  <zack@wolery.cumb.org>
5355
5356         * cpplex.c (cpp_idcmp): New function.
5357         * cpplib.h: Prototype it.
5358         * scan_decls.c (scan_decls): Use it to inspect token names.
5359         * fix-header.c (read_scan_file): Likewise.  Set system_header_p on
5360         the file being run through the preprocessor.
5361         (check_macro_names): Provide length of token to cpp_defined.
5362
5363         * Makefile.in: Remove stale warning message.
5364
5365         * cppfiles.c (redundant_include_p): Provide length of token to
5366         cpp_defined.
5367         * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
5368         values are unsigned int.
5369         (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
5370         (_cpp_lookup_slot): Do not calculate the hash, either.
5371         * cpphash.h: Update prototypes.
5372         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
5373         Hashes are unsigned int.  Calculate hash here, pass by value
5374         to _cpp_lookup_slot.
5375
5376 2000-04-30  Bernd Schmidt  <bernds@cygnus.co.uk>
5377
5378         * simplify-rtx.c (check_value_useless): Delete function.
5379         (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
5380         by hand.
5381         (cselib_invalidate_regno): Likewise.
5382         (cselib_invalidate_mem_1): Likewise.
5383         (references_value_p): Recognize useless values by the fact that they
5384         have no locations.
5385         (discard_useless_values): Likewise.
5386         (cselib_record_set): This may turn a useless value
5387         into a useful one.
5388
5389 2000-04-30  Richard Henderson  <rth@cygnus.com>
5390
5391         * config/d30v: New port.
5392
5393         * configure.in (d30v-*): Set fp format.
5394         * configure: Rebuild.
5395
5396 2000-04-30  Richard Henderson  <rth@cygnus.com>
5397
5398         * ifcvt.c: New file.
5399         * Makefile.in (OBJS): Add it.
5400         (ifcvt.o): New target.
5401         * jump.c (jump_optimize_1): Remove all code related to if-conversion,
5402         and conditional arithmetic.
5403         (find_insert_position): Remove.
5404         * timevar.def (TV_IFCVT, TV_IFCVT2): New.
5405         * toplev.c (DFI_ce, DFI_ce2): New.
5406         (dump_file): Add ce and ce2 dumps.
5407         (rest_of_compilation): Run if_convert a couple o times.  Set
5408         cse_not_expected after cse2.  Don't set no_new_pseudos until
5409         after sched1 or recompute_reg_usage.
5410
5411 2000-04-30  Richard Henderson  <rth@cygnus.com>
5412
5413         * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
5414         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
5415
5416 2000-04-30  Richard Henderson  <rth@cygnus.com>
5417
5418         * flow.c (struct reg_cond_life_info): New.
5419         (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
5420         (init_propagate_block_info): Initialize them.
5421         (free_propagate_block_info): Destruct them.
5422         (mark_set_1): Consider conditional life before killing a register.
5423         (mark_regno_cond_dead): New.
5424         (free_reg_cond_life_info): New.
5425         (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
5426         (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
5427         (mark_used_reg): Record conditional life.
5428
5429         * haifa-sched.c (schedule_insns): Disable death counting
5430         sanity check for HAVE_conditional_execution.
5431
5432 2000-04-30  Richard Henderson  <rth@cygnus.com>
5433
5434         * Makefile.in (TIMEVAR_H): New.
5435         (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
5436         (timevar.h): Remove rule.
5437
5438 2000-04-29  Richard Henderson  <rth@cygnus.com>
5439
5440         * config/alpha/crtend.asm: Use C comments instead of #.
5441         * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.
5442
5443         * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
5444
5445 2000-04-29  Zack Weinberg  <zack@wolery.cumb.org>
5446
5447         * cpphash.h (enum node_type: Take out T_MCONST.
5448         (union hashval): Move into struct hashnode.
5449         (struct hashnode): Pack tighter.  Remove file, line, col
5450         members.
5451         * cpphash.c: Constify most of the macro-definition structures.
5452         (struct definition): Replace by struct object_defn
5453         and struct funct_defn.  Put file, line, column information
5454         here.  All users updated to match.
5455         (_cpp_create_definition, _cpp_macroexpand): Remove special
5456         case for #define WORD OTHERWORD.
5457         * cpplib.c (do_undef): Remove T_MCONST case.
5458
5459         * cpphash.h: Move struct reflist, struct definition, and the
5460         DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
5461         union hashval.  _cpp_free_definition takes a HASHNODE pointer.
5462         * cpphash.c (_cpp_free_definition): Free data pointed to by
5463         MCONST, XCONST, MACRO, and FMACRO nodes properly.
5464         (_cpp_create_definition, del_HASHNODE): Just call
5465         _cpp_free_definition to clear out a hashnode.
5466         * cpplib.c (do_pragma_poison): Likewise.
5467
5468 Sat Apr 29 12:25:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
5469
5470         * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
5471         LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
5472         FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
5473         (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
5474         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
5475         REGNO_AM33_P): Redefine in terms of the new macros.
5476         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
5477         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
5478         STRUCT_VALUE): Likewise.
5479         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
5480         ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
5481
5482 Sat Apr 29 01:18:45 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5483
5484         * regmove.c (struct record_stack_memrefs_data): New.
5485         (record_stack_memrefs): New function.
5486         (combine_stack_adjustments_for_block): Use it.
5487
5488 Sat Apr 29 01:15:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5489
5490         * calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
5491         use special_function_p to detect alloca.
5492
5493 Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
5494
5495         * gcc.texi: Fixes for makeinfo 4.0 --html.
5496
5497 2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
5498
5499         * pcp.h: Delete file.
5500
5501 2000-04-28  Kazu Hirata  <kazu@hxi.com>
5502
5503         * h8300.c (function_epilogue): Clean up flags when the last insn
5504         in a function is a barrier.
5505
5506 2000-04-28  Chris Demetriou  <cgd@sibyte.com>
5507
5508         * configure.in (sparc-hal-solaris2*): protect [] glob from
5509         my expansion.
5510         (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
5511         rather than hard-coded constants in target_cpu_default2.
5512         * configure: Regenerate.
5513
5514 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
5515
5516         * tree.c (get_callee_fndecl): Extract the initial value from
5517         a readonly decl.
5518
5519 2000-04-28  Richard Henderson  <rth@cygnus.com>
5520
5521         * varasm.c (record_constant_1): Record the CODE_LABEL when
5522         taking the address of a LABEL_REF.
5523
5524 2000-04-28  Richard Henderson  <rth@cygnus.com>
5525             Jan Hubicka  <jh@suse.cz>
5526
5527         * calls.c (combine_pending_stack_adjustment_and_call): Return the
5528         adjustment; don't do the stack adjust.
5529         (expand_call): Call compute_argument_block_size right before
5530         allocating the block; update comment; don't do alignment sanity
5531         checking for sibling call; use args_size instead of
5532         unadjusted_args_size before args_size is adjusted.  Use
5533         combine_pending_stack_adjustment_and_call to compute stack adjust
5534         for must_preallocate case.
5535
5536         * expr.c (push_block): Remove shadow `temp' in inner scope.
5537
5538 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
5539
5540         * toplev.c (rest_of_compilation): Call
5541         note_deferral_of_defined_inline_function even if the function
5542         can't be inlined.
5543
5544 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
5545
5546         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
5547
5548 2000-04-28  Richard Henderson  <rth@cygnus.com>
5549
5550         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
5551
5552 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5553
5554         * timevar.c (init_timevar): DeANSIfy function definition.
5555
5556 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
5557
5558         * Makefile.in (timevar.o): Depend on flags.h.
5559         * timevar.c (unused_stack_instances): New variable.
5560         (timevar_push): Take a timevar_stack_def from
5561         unused_stack_instances if available.
5562         (timevar_pop): Push the popped timevar_stack_def onto
5563         unused_stack_instances.
5564         (TIMEVAR_ENABLE): New macro.
5565         (timevar_def): Make standalone a 1-bit field.  Add field used.
5566         (get_time): Rename parameter to now.  Return after clearing it if
5567         not TIMEVAR_ENABLE.
5568         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
5569         (timevar_pop): Likewise.
5570         (timevar_stop): Likewise.
5571         (timevar_push): Likewise.  Mark the timing variable as used.
5572         (timevar_start): Likewise.
5573         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
5574         timevars that were never used.
5575
5576 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
5577
5578         * c-common.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
5579         always TREE_READONLY.
5580
5581 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
5582
5583         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
5584         for call instruction with mode QImode.
5585
5586 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
5587
5588         * Makefile.in (OBJS): Add timevar.o.
5589         (toplev.o): Depend on timevar.h.
5590         (ggc-simple.o): Likewise.
5591         (ggc-page.o): Likewise.
5592         (timevar.o): New rule.
5593         (timevar.h): New rule.
5594
5595         * timevar.h: New file.
5596         * timevar.c: Likewise.
5597         * timevar.def: Likewise.
5598
5599         * toplev.h (gc_time, parse_time, varconst_time): Remove.
5600         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
5601         throughout.
5602         (TIMEVAR): Remove macro.
5603         (gc_time, parse_time, varconst_time, integration_time, jump_time,
5604         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
5605         flow_time, combine_time, regmove_time, sched_time,
5606         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
5607         sched2_time, dbr_sched_time, reorder_blocks_time,
5608         rename_registers_time, shorten_branch_time, stack_reg_time,
5609         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
5610         all_time): Remove.
5611         (compile_file): Don't initialize time variables.  Call
5612         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
5613         of many calls to print_time.
5614         (rest_of_compilation): Add timing for reload_cse_regs.
5615         (get_run_time): Removed to timevar.c.
5616         (print_time): Likewise.
5617         (get_run_time): Implement using TV_TOTAL time variable.
5618         (print_time): Get total run time from get_run_time.
5619         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
5620         computing elapsed time explicitly.
5621         * ggc-simple.c (ggc_collect): Likewise.
5622         (gc_time): Remove declaration.
5623
5624 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
5625
5626         * calls.c (combine_pending_stack_adjustment_and_call): New function.
5627         (expand_call): Use it.
5628
5629 2000-04-27  Jan Hubicka  <jh@suse.cz>
5630
5631         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
5632         fields.
5633
5634 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
5635
5636         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
5637         registers.
5638
5639 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5640
5641         * function.c (epilogue_done): Pass whole insn to record_insns.
5642
5643 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5644
5645         * cse.c (CSE_ADDRESS_COST): Remove.
5646         (find_best_addr): Add new parameter "MODE", use address_cost instead
5647         of CSE_ADDRESS_COST
5648         (address_cost): New.
5649         (fold_rtx): Update call of find_best_addr.
5650         * rtl.h (address_cost): Declare.
5651         * loop.c (general_induction_var): Add new parameter "MODE", use
5652         address_cost instead of ADDRESS_COST
5653         (init_loop): Use address_cost instead of ADDRESS_COST.
5654         (check_insn_for_givs): Update call of general_induction_var.
5655         (find_mem_givs): Likewise.
5656         (consec_sets_giv): Likewise.
5657         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
5658         * i386.c (ix86_address_cost): New.
5659         * i386-protos.h (ix86_address_cost): Declare.
5660
5661 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
5662
5663         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
5664         registers.
5665
5666 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5667
5668         * expr.c (store_expr): Use clear_storage instead of direct memset
5669         libcall.
5670
5671 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
5672
5673         * config/mn10300/mn10300.c (mn10300_address_cost): Test
5674         ASHIFT, AND and LABEL_REF.
5675
5676 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5677
5678         * invoke.texi (-foptimize-sibling-calls): Fix.
5679
5680 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5681
5682         * loop.c (load_mems)  Don't use hard registers for the hoisting.
5683
5684         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
5685         calculation; rename const_equiv array in the preconditioning code
5686         from loop_unroll to loop_unroll_precondition
5687
5688 2000-04-27  Richard Henderson  <rth@cygnus.com>
5689
5690         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
5691         add new_set.
5692         (propagate_one_insn): Clear it.  Don't update reg_live here.
5693         (init_propagate_block_info): Update for pbi member changes.
5694         (free_propagate_block_info): Likewise.
5695         (mark_set_1): Know that zero_extract, sign_extract, and
5696         strict_low_part don't kill their argument.  Alter hard subregs.
5697         Update new_set for non-CLOBBER sets.  Update reg_live.
5698         (find_auto_inc): Update reg_live, not new_dead.
5699         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
5700         to determine if the reg in question was set this insn.  Only update
5701         reg info with PROP_REG_INFO.
5702
5703 2000-04-26  Richard Henderson  <rth@cygnus.com>
5704
5705         * flow.c (allocate_reg_life_data): Set max_regno here ...
5706         (life_analysis): ... not here.
5707
5708         * flow.c (calculate_global_regs_live): Force stack pointer
5709         live at end.
5710
5711 2000-04-26  Richard Henderson  <rth@cygnus.com>
5712
5713         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
5714         commit change group changes.
5715         (invert_exp_1): Similarly.
5716         (redirect_exp, invert_exp): Use them.
5717         (redirect_jump_1): New.
5718         (invert_jump_1): New.
5719         (jump_optimize_1): Remove code subsumed by condexec.c.
5720         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
5721
5722 2000-04-26  Richard Henderson  <rth@cygnus.com>
5723
5724         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
5725
5726         * genconfig.c (main): Set all HAVE_foo to 1.
5727
5728         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
5729
5730 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
5731
5732         * invoke.texi: Document -fssa flag.
5733
5734 2000-04-26  Richard Henderson  <rth@cygnus.com>
5735
5736         * flow.c (count_reg_sets_1): Remove.
5737         (count_reg_sets, count_reg_references): Remove.
5738         (recompute_reg_usage): Implement with update_life_info.
5739         Reallocate life data.
5740
5741 2000-04-26  Richard Henderson  <rth@cygnus.com>
5742
5743         * flow.c (update_life_info): Consider blocks null to mean the
5744         universal set.
5745         (calculate_global_regs_live): Likewise.
5746         (life_analysis): Do that instead of collecting all_blocks.
5747
5748 2000-04-26  Richard Henderson  <rth@cygnus.com>
5749
5750         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
5751         a still-valid conditional jump.
5752
5753 2000-04-26  Richard Henderson  <rth@cygnus.com>
5754
5755         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
5756
5757         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
5758         * flow.c (calculate_loop_depth): Remove.
5759         * output.h (calculate_loop_depth): Don't declare.
5760         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
5761         inline; run estimate_probability at the same time.
5762
5763 2000-04-26  Neil Booth  <NeilB@earthling.net>
5764
5765         * cpplib.h: "~=" is not a single pp-token.
5766         * cpplex.c: Correct commentary.
5767
5768 2000-04-26  Richard Henderson  <rth@cygnus.com>
5769
5770         * flow.c (mark_set_1): New arguments code and flags; update all
5771         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
5772         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
5773         loop_depth when optimizing for size.  Do new_dead update after
5774         emitting REG_UNUSED notes.  Merge mark_set_reg code.
5775         (mark_set_reg): Remove.
5776         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
5777         arrange to not emit REG_UNUSED notes.
5778
5779 2000-04-26  Richard Henderson  <rth@cygnus.com>
5780
5781         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
5782         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
5783
5784 2000-04-26  Richard Henderson  <rth@cygnus.com>
5785
5786         * flow.c (propagate_one_insn): Break out from propagate_block.
5787         (init_propagate_block_info): Likewise.
5788         (free_propagate_block_info): Likewise.
5789         (propagate_block): Use them.  Export.
5790         * basic-block.h: Declare them all.
5791
5792 2000-04-26  Richard Henderson  <rth@cygnus.com>
5793
5794         * basic-block.h (life_analysis): Declare here ...
5795         * output.h: ... not here.
5796         * flow.c (life_analysis): Remove nregs parameter; replace
5797         remove_dead_code with flags.  Remove ssa dead code check.
5798         Only init alias analysis if we'll use it.
5799         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
5800         * ssa.c (convert_to_ssa): Likewise.
5801         (convert_from_ssa): Likewise.
5802         * toplev.c (rest_of_compilation): Likewise.
5803
5804 2000-04-26  Richard Henderson  <rth@cygnus.com>
5805
5806         * flow.c (flow_delete_block): Rename from delete_block.  Export.
5807         * basic-block.h (flow_delete_block): Declare.
5808
5809 2000-04-26  David S. Miller  <davem@redhat.com>
5810
5811         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
5812         taking a PATTERN of it.
5813
5814 2000-04-26  <NeilB@earthling.net>
5815
5816         * cpplex.c (spell_other, spell_char): Remove.
5817         (SPELL_CHAR): New.
5818         (token_spelling, trigraph_map): Use unsigned chars.
5819         (_cpp_lex_line): Tidy up the switch statement.
5820         * cpplib.h: Implement spell_char with spell_string.
5821         (C): New.
5822
5823 2000-04-26  <RodneyBrown@pmsc.com>
5824
5825         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
5826         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
5827
5828 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5829
5830         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
5831         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
5832         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
5833         dwarf2out_return_save, dwarf2out_return_reg,
5834         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
5835         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
5836         gen_compile_unit_die, dwarf2out_init): Constify a char*.
5837
5838         * dwarf2out.h (dwarf2out_init): Likewise.
5839
5840         * dwarfout.c (filename_entry, primary_filename, last_filename,
5841         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
5842
5843         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
5844         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
5845         dwarf2out_return_reg): Likewise.
5846
5847 2000-04-26  Andreas Jaeger  <aj@suse.de>
5848
5849         * extend.texi (Function Attributes): Fix description of pure
5850         attribute.
5851
5852 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
5853
5854         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
5855         before calling rest_of_compilation.
5856
5857 2000-04-26  Andreas Jaeger  <aj@suse.de>
5858
5859         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
5860         last patch.
5861
5862 2000-04-25  Richard Henderson  <rth@cygnus.com>
5863
5864         * cse.c (cse_insn): Emit barrier after unconditional jump.
5865
5866         * calls.c (expand_call): Disable tail call generation once
5867         rtx_equal_function_value_matters is false.
5868
5869         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
5870         like EDGE_EH edges.
5871
5872 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
5873
5874         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
5875
5876         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
5877
5878         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
5879         is the primary DIE for a member function.
5880         (gen_decl_die): Call set_decl_origin_self here.
5881         * dwarfout.c (output_decl): And here.
5882         * integrate.c (output_inline_function): Not here.
5883         Don't clear DECL_INLINE until after calling rest_of_compilation.
5884         (set_decl_origin_self): No longer static.
5885         * tree.h: Add prototype.
5886         * toplev.c (note_deferral_of_defined_inline_function): Only write
5887         out abstract instance for actual inlines.
5888
5889 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
5890
5891         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
5892         EXTENDED_REGS only if TARGET_AM33.
5893         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
5894         SP_REGS to register allocation and reloading unless absolutely
5895         necessary.
5896         (movsi3): Remove special-case of adding non-constants to SP.
5897
5898 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5899
5900         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
5901         INCLUDES to search and does not provide any of its own.  Also it
5902         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
5903         parameters.  Also it does not call AC_DEFINE.
5904         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
5905         AC_DEFINE and provides for automatic entries for autoheader.
5906         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
5907
5908         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
5909         so we can pass -I flags and include gansidecl.h/system.h in this
5910         test.
5911
5912         * acconfig.h: Delete all NEED_DECLARATION_* entries.
5913
5914 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5915
5916         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
5917         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
5918         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
5919
5920         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
5921         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
5922         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
5923         for these macros.  Clean up spacing and linewraps.
5924
5925 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
5926
5927         * calls.c (expand_call): Use get_callee_fndecl.
5928
5929         * print-tree.c (print_node): Print the chain of an _EXPR.
5930
5931 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
5932                           Jim Wilson  <wilson@cygnus.com>
5933                           Andrew Haley  <aph@cygnus.com>
5934
5935         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
5936         and gp save/restore problems.
5937         * config/ia64/crtend.asm: Add IA-64 unwind support.
5938         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
5939         in fr_pad_size calculation.
5940         (save_restore_insns): Move PR save area.  Correct uses of
5941         RTX_FRAME_RELATED_P.
5942         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
5943         (ia64_expand_epilogue): Add eh_epilogue support.
5944         (ia64_function_prologue): Emit .prologue directive.
5945         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
5946         (ia64_override_options): Set init_machine_status and
5947         mark_machine_status.
5948         (rtx_needs_barrier): Handle bsp reads and writes.
5949         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
5950         New static variables.
5951         (process_set, process_for_unwind_directive): New functions.
5952         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
5953         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
5954         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
5955         macros.
5956         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
5957         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
5958         (struct machine_function): Define.
5959         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
5960
5961 2000-04-25  Bruce Korb  <bkorb@gnu.org>
5962
5963         * fixinc/Makefile.in: make the removal of old programs more
5964         robust
5965         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
5966         install-bin and install-sh
5967
5968 2000-04-25  Nick Clifton  <nickc@cygnus.com>
5969
5970         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
5971         defined, define to return zero.
5972         (function_cannot_inline_p): If a function has any target
5973         specific attributes, then use the macro
5974         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
5975         whether it can be inlined.  If it cannot, issue a suitable
5976         explanation.
5977
5978         * tm.texi: Add a new node 'Inlining' to document the new macro
5979         FUNCTION_ATTRIBUTE_INLINABLE_P.
5980
5981 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
5982
5983         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
5984         commentary.
5985
5986 2000-04-25  Neil Booth  <NeilB@earthling.net>
5987
5988         Restore previous patch, plus the following fixes:
5989
5990         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
5991         flags, not CPP_OPEN_PAREN.
5992         * cpplex.c (expand_token_space, init_token_list,
5993         cpp_free_token_list): Put the dummy token at list->tokens[-1].
5994         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
5995
5996 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5997
5998         * config/i386/freebsd.h (INT_ASM_OP): Define.
5999
6000 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6001
6002         * loop.c (strength_reduce): Fix typo in the last checkin.
6003
6004 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6005
6006         * stor-layout.c (finalize_record_size): Simplify to use existing
6007         functions.
6008         (compute_record_mode): No longer static.
6009         * tree.h (compute_record_mode): New declaration.
6010
6011 2000-04-25  Neil Booth  <NeilB@earthling.net>
6012
6013         * Revert my patch below until cause of build failures
6014         determined.
6015
6016 2000-04-25  Richard Henderson  <rth@cygnus.com>
6017
6018         * combine.c (combine_instructions): Add missing argument
6019         to try_combine.
6020
6021         * toplev.c (rest_of_compilation): Delay sibcall optimization
6022         until after emit_eh_context.
6023
6024 2000-04-24  Nick Clifton  <nickc@redhat.com>
6025
6026         * combine.c (combine_instructions): Do not try to combine a
6027         sequence of insns when the second insn has been replaced by a
6028         note.
6029
6030 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
6031
6032         * gcc.c (load_specs): New static function.
6033         (read_specs): Use it.
6034
6035         * gcc.c (lookup_compiler): Make multiple passes for case
6036         insensitive filesystems.
6037
6038 2000-04-24  Neil Booth  <NeilB@earthling.net>
6039
6040         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
6041         * cpphash.h (_cpp_check_directive): new.
6042         * cpplex.c (handle_newline, cpp_free_token_list,
6043         init_trigraph_map, trigraph_ok, trigraph_replace,
6044         backslash_start, skip_block_comment, skip_line_comment,
6045         skip_whitespace, parse_name, parse_number, parse_string,
6046         copy_comment, _cpp_lex_line, spell_char, spell_string,
6047         spell_comment, spell_name, spell_other, _cpp_lex_file,
6048         _cpp_output_list): new.
6049         (expand_name_space): take length argument.
6050         (init_token_list): add comment list initialisation.
6051         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
6052         instead of HSPACE_BEFORE.
6053
6054         * cpplib.c (_cpp_check_directive): new
6055         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
6056         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
6057         (HSPACE_BEFORE): delete.
6058         (TTYPE_TABLE): rearrange.
6059         (struct cpp_toklist): update.
6060
6061 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6062
6063         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
6064         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
6065         argument form of AC_DEFINE.
6066
6067         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
6068         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
6069         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
6070         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
6071         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
6072
6073         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
6074
6075 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6076
6077         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
6078         deduced.h): Use -isystem, not -I, for including system headers.
6079
6080 2000-04-24  Nick Clifton  <nickc@cygnus.com>
6081
6082         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
6083         the source register is the frame pointer or arg pointer.
6084         (addsi3_small_int): Disallow if source register is the frame
6085         pointer or arg pointer.
6086
6087 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6088
6089         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
6090         call to AC_MSG_RESULT.
6091
6092 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
6093
6094         * invoke.texi: Correct grammatical errors, document
6095         -fno-gnu-keywords as identical to -fno-asm for C++.
6096
6097 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6098
6099         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
6100         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
6101         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
6102         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
6103         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
6104
6105         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
6106         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
6107         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
6108         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
6109         new macros names.
6110
6111 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
6112
6113         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
6114         (pop_alignment): Likewise.
6115         (handle_pragma_token): Likewise.
6116
6117 2000-04-24  Robert Lipe <robertlipe@usa.net>
6118
6119         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
6120
6121 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
6122
6123         * combine.c (try_combine): Update reg_nonzero_bits of
6124         newi2pat before newpat.
6125
6126 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6127
6128         * loop.c (strength_reduce): Simplify test to INSN_P.
6129         (record_giv): Attempt to simplify the add value, use CONSTANT_P
6130         expressions instead of CONST_INT.
6131         (express_from_1): Likewise.
6132
6133 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
6134
6135         * regs.h (reg_n_max): Don't declare.
6136         * flow.c (reg_n_max): Don't define.
6137         * regclass.c (renumber): Don't initialize to zero.
6138         (regno_allocated): Likewise.
6139         (reg_n_max): Define.
6140         (allocate_reg_info): Don't initialize unnecessarily.
6141
6142 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
6143
6144         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
6145         and blockage_p in the newly allocated attribute.
6146
6147 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
6148
6149         * config/mn10300/mn10300.md (addsi): `inc4' on address
6150         registers does not modify cc, but `inc' on an extended
6151         register does.
6152
6153 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
6154
6155         * reload.c (find_equiv_reg): Checks all valueno regs
6156         as a reload_reg_p regs.
6157
6158 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
6159
6160         * cpphash.c (collect_objlike_expansion): Add sanity check.
6161         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
6162         the buffer is the empty string, return.  Mark __DATE__ and
6163         __TIME__ as XCONST nodes, not MCONST.
6164         (_cpp_macroexpand): Avoid pushing an empty buffer.
6165         (funlike_macroexpand): Don't pop token_buffer here.
6166
6167 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
6168
6169         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
6170         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
6171         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
6172         (REGNO_OK_FOR_BASE_P): Define in terms of them.
6173         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
6174         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
6175         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
6176
6177 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6178
6179         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
6180         constant MULT givs.
6181
6182 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
6183
6184         * cpphash.h (struct definition): Move file, line, col members...
6185         (struct hashnode): ... here.  Also add 'disabled' flag.
6186         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
6187         T_IDENTITY.  Remove T_DISABLED.
6188         Update prototypes.
6189
6190         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
6191         (collect_expansion): Split into collect_objlike_expansion and
6192         collect_funlike_expansion.
6193         (_cpp_macroexpand): Split out scan_arguments, stringify, and
6194         funlike_macroexpand.
6195         (_cpp_compare_defs): Rename compare_defs, make static.
6196         (_cpp_make_hashnode): Initialize hp->disabled.
6197         (macro_cleanup): Adjust for new token types.  Clear
6198         m->disabled.
6199         (_cpp_create_definition): Move code here to determine what
6200         sort of macro it is, and code to check for redefinitions, from
6201         do_define.  Implement a few simple cases without creating a
6202         full DEFINITION.
6203         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
6204         Handle the simple cases.
6205         (push_macro_expansion): Set buf->has_escapes and hp->disabled
6206         here.
6207
6208         * cppinit.c (builtin_array): Change MCONST to XCONST
6209         everywhere.
6210         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
6211         fix check for disabled and function-like macros.
6212         * cpplib.c (do_define): Move most logic to
6213         _cpp_create_definition.
6214         (do_undef): Handle new special token types.
6215
6216 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6217
6218         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
6219         of CONSTANT_P for mult_val; always use validate_change to update insn.
6220
6221 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
6222
6223         * cpphash.c (trad_stringify, add_pat): New functions.
6224         (collect_expansion): Restore support for -traditional syntax.
6225         Use trad_stringify and add_pat.
6226         (_cpp_macroexpand): Restore support for -traditional semantics.
6227         * cpplex.c (_cpp_scan_line): Don't change space_before if we
6228         get a COMMENT token.
6229         (_cpp_lex_token): Provide COMMENT tokens to caller if
6230         traditional and parsing_define_directive.
6231         (skip_comment): Warn about // comments if -Wtraditional.
6232         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
6233         proper node type.
6234         (do_undef): Don't warn about undefining EMPTY nodes.
6235
6236 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6237
6238         * loop.c (strength_reduce): Fix biv removal code.
6239
6240 2000-04-22  Richard Henderson  <rth@cygnus.com>
6241
6242         * predict.c (estimate_probability): Examine both sides of
6243         a branch for no exits.  Use 90% not 50% for predict taken.
6244         Reorg for one copy of note generation code.
6245
6246 2000-04-22  Richard Henderson  <rth@cygnus.com>
6247
6248         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
6249
6250 2000-04-22  Richard Henderson  <rth@cygnus.com>
6251
6252         * diagnostic.c (init_output_buffer): Don't initialize format_args.
6253         (output_clear): Likewise.
6254         (output_printf): Use va_copy.
6255         (vline_wrapper_message_with_location): Likewise.
6256         (v_message_with_decl): Likewise.
6257         (line_wrapper_printf): VA_START infor buffer.format_args directly.
6258         * system.h (va_copy): Provide default implementation.
6259
6260 2000-04-22  Richard Henderson  <rth@cygnus.com>
6261
6262         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
6263         the collected condition is not a constant.
6264
6265 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
6266
6267         * diagnostic.h: New file.
6268
6269         * Makefile.in (diagnostic.o): Depends on diagnostic.h
6270
6271         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
6272         various function prototypes.
6273         (diagnostic.h): #include.
6274         (struct output_buffer): Move into diagnostic.h.
6275         (get_output_prefix): Rename to output_get_prefix.  Export.
6276         (init_output_buffer): Export. Break out.  Ajust intialization.
6277         (output_space_left, output_append): Export.
6278         (output_newline): Rename to output_add_newline.  Export.
6279         (output_clear): Nullify additional output_buffer fields.
6280         (output_puts): Rename to output_add_string.  Export.
6281         (dump_output): Rename to output_flush_on.  Export.
6282         (build_location_prefix): Constify return-type.
6283         (emit_output_prefix): Rename to output_emit_prefix. Export.
6284         (set_real_maximum_length): New function.
6285         (output_set_maximum_length): Ditto
6286         (output_clear): Ditto.
6287         (output_add_character): Ditto.
6288         (output_add_integer): Ditto.
6289         (output_add_space): Ditto.
6290         (output_format): Ditto.
6291         (output_printf): Adjust buffer initialization.
6292         (vline_wrapper_message_with_location): Ditto.
6293         (v_message_with_decl): Ditto.  Adjust call to output_puts
6294         and get_output_prefix.
6295         (default_print_error_function): Adjust buffer intialization.
6296
6297 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6298
6299         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
6300         of VOID_TYPE.
6301
6302 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
6303
6304         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
6305         of explicit 0.
6306
6307 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
6308
6309         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
6310         accurate data about SP moves.
6311
6312 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
6313
6314         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
6315         aliases to AM33 registers.
6316
6317 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
6318
6319         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
6320         to all EXTENDED bitmaps.
6321
6322 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
6323
6324         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
6325         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
6326         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
6327
6328 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
6329
6330         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
6331         the operand is not constant.
6332
6333 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
6334
6335         * reload.c (find_equiv_reg): Checks all valueno and regno regs
6336         as a call-clobbered regs.
6337
6338 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6339
6340         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
6341         * rtl.h: Likewise.
6342         * rtl.def: Update comment.
6343         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
6344         * integrate.c (expand_inline_function): Likewise.
6345         * profile.c (branch_prob): Likewise.
6346         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
6347         * print-rtl.c (print_rtx): Likewise.
6348         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
6349         (reemit_notes): Likewise; also use enum insn_note.
6350
6351         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
6352         (place_field): Properly compute know and actual alignment.
6353
6354         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
6355         in proper format.
6356
6357         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
6358         note for REG1.
6359
6360 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
6361
6362         * cpphash.c (struct arg, struct arglist): Const-ify strings.
6363         (warn_trad_stringify, duplicate_arg_p): New helper functions.
6364         (collect_expansion): Rewrite to scan over a token list.
6365         Remove -traditional support.
6366         (collect_formal_parameters): Rename to collect_params; rewrite
6367         to scan over a token list.
6368         (_cpp_create_definition): Adjust to scan a token list.
6369         (_cpp_macroexpand): Remove -traditional support.
6370         (_cpp_compare_defs): Whitespace is now canonicalized.
6371         (comp_def_part): Delete function.
6372
6373         * cpphash.h: Update prototypes.
6374         * cpplex.c (init_token_list): Don't set lineno if there is no
6375         buffer.
6376         (pedantic_whitespace): New function.
6377         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
6378         consume a newline.  Use pedantic_whitespace.
6379         (_cpp_lex_token): Remove support for -traditional macros.
6380         (_cpp_get_define_token): Delete.
6381         (_cpp_get_directive_token): Do the real work here.  Use
6382         pedantic_whitespace.
6383         (_cpp_init_input_buffer): Initialize pfile->directbuf.
6384
6385         * cpplib.c (get_macro_name): Delete.
6386         (do_define): Read the entire line into pfile->directbuf, then
6387         feed the token list to _cpp_create_definition.
6388         * cpplib.h (HSPACE_BEFORE): new define.
6389         (struct cpp_reader): Add a toklist member, "directbuf".
6390
6391         * predict.c (estimate_probability): New heuristic: if a jump
6392         branches around a block with no successors, predict it taken.
6393         Disentangle control flow.
6394
6395 2000-04-20  Richard Henderson  <rth@cygnus.com>
6396
6397         * loop.c (emit_iv_add_mult): Revert last change.
6398
6399 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
6400
6401         * cpplib.h (enum cpp_ttype): Add token types for all
6402         punctuators.  Distinguish pp-numbers from valid C numbers.
6403         Give some tokens better names.  Initialize from macro.
6404         (struct cpp_name, cpp_token, cpp_toklist): New data
6405         structures.
6406         Update prototypes.
6407         * cpplex.c (bump_column, expand_name_space,
6408         expand_token_space, init_token_list, cpp_output_list,
6409         _cpp_scan_line):  New functions.
6410         (output_line_command): Add third argument, new line number.
6411         * cpphash.h: Update prototypes.
6412         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
6413         token names.
6414
6415 2000-04-20  Richard Henderson  <rth@cygnus.com>
6416
6417         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
6418
6419 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
6420
6421         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
6422         object pointed to.
6423
6424 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6425
6426         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
6427         REG_EQUAL note explaining the calculated value.
6428
6429         * calls.c (expand_call): Avoid unnecesary precalculation
6430         and outgoing parameters space guarding for sibling calls.
6431         (store_one_arg): Likewise.
6432
6433 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6434
6435         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
6436         (rest_of_compilation): Write sibling dump file and account
6437         for time as jump time.
6438         * invoke.texi: Update documentation on dump flags.
6439
6440 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
6441
6442         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
6443
6444 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
6445
6446         * cpphash.c (special_symbol): Represent an empty macro with
6447         "\r \r " not just "\r ".
6448         (_cpp_macroexpand): Correct condition for the foo ( ) special
6449         case.
6450         (unsafe_chars): Handle EOF as second argument.
6451         (push_macro_expansion): Simplify test for removing escape at
6452         end.  Do not trim both escapes if there is no text in between.
6453
6454 2000-04-19  Jim Blandy  <jimb@redhat.com>
6455
6456         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
6457         of PTR_SIZE, when appropriate.
6458
6459 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
6460
6461         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
6462         (USE_ENUM_BITFIELDS): Fix typo.
6463
6464 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6465
6466         * stor-layout.c (place_field): Set rli->offset_align properly.
6467
6468 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6469
6470         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
6471         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
6472         PARM_BOUNDARY): Remove unnecessary casts.
6473
6474 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6475
6476         * calls.c (precompute_arguments): Remove must_preallocate and
6477         args_size calls.
6478         (expand_call): Update call of precompute_arguments.
6479
6480         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
6481         check_insn_for_givs): Break out from ...
6482         (strength_reduce) ... here; use for_every_insn_in_loop to call
6483         check_insn_for_givs.
6484         * loop.h (for_every_insn_in_loop): Declare.
6485         (loop_insn_callback): New type.
6486
6487 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
6488
6489         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
6490         not nul-terminated.
6491
6492 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
6493
6494         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
6495         flag_pic and RELOC.
6496
6497 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
6498
6499         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
6500
6501         * configure.in: Delete --disable-cpplib option and all
6502         references to cpp_main.
6503         * configure: Regenerate.
6504         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
6505         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
6506         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
6507         cpp$(exeext).  Add --no-headers to makeinfo command line when
6508         generating INSTALL.  Install and uninstall cpp.1 manpage, not
6509         cccp.1.
6510         * install.texi: Delete all references to cexp.y/cexp.c.
6511         Delete ancient instructions for compiling GCC on 3b1.
6512         * INSTALL: Regenerate.
6513
6514         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
6515         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
6516         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
6517         cexp.c/cexp.y.
6518         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
6519         which is no longer tested anywhere.
6520
6521         * cppinit.c (handle_option): Don't run error message through
6522         gettext twice.
6523
6524 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6525
6526         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
6527         * cpperror.c (hashtab.h): Now include.
6528         * cppexp.c (hashtab.h): Likewise.
6529         * cpplex.c (hashtab.h): Likewise.
6530         * cppfiles.c (hashtab.h): Likewise.
6531         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
6532         to htab_find_slot_with_hash.
6533         * cpphash.c (hashtab.h): Now include.
6534         (_cpp_lookup_slot): INSERT is now enum insert_option.
6535         * cpphash.h (_cpp_lookup_slot): Likewise.
6536         * cppinit.c (hashtab.h): Include earlier.
6537         (initialize_builtins): Pass enum to htab_find_slot.
6538         * cpplib.c (hashtab.h): Now include.
6539         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
6540         (do_pragma_poison, do_assert): Likewise.
6541         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
6542         htab_find_slot_with_hash.
6543         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
6544         * tree.c (type_hash_add): Likewise.
6545         (build1): Minor cleanup.
6546
6547         * ggc-common.c: Add missing blanks.
6548         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
6549         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
6550
6551         * stmt.c (mark_case_node): New function.
6552         (mark_case_nesting): Call it.
6553
6554         * expmed.c (emit_store_flag): If comparing two-word integer
6555         with zero, can optimize NE, EQ, GE, and LT.
6556
6557         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
6558         * conflict.c: Minor cleanups.
6559         * optabs.c: Add blank line
6560         * simplify-rtx.c: Minor cleanups.
6561
6562 2000-04-18  Stan Cox  <scox@cygnus.com>
6563
6564         * gengenrtl.c (genlegend): Fix misspelling.
6565
6566 2000-04-18  Robert Lipe  <robertlipe@usa.net>
6567
6568         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
6569         bitfields of the host compiler are not signed quantities.
6570         * config.in: Regenerate.
6571         * configure: Regenerate.
6572         * system.h (USE_ENUM_BITFIELDS): Added.
6573         (ENUM_BITFIELDS): Added.
6574         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
6575         (SHORT_ENUM_BUG): Deleted.
6576         * tree.h (tree_common): Members `code', `mode', `built_in_class',
6577         now ENUM_BITFIELD.
6578         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
6579         (CODE_FIELD_BUG): Likewise.
6580         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
6581         (OLD_CC): Likewise.
6582         * config/m68k/x-ccur (X_CFLAGS): Likewise.
6583
6584 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
6585
6586         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
6587         mark is active.
6588
6589 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
6590
6591         * cppexp.c (lex): Don't assume tokens are NUL terminated.
6592         * cpplib.c (do_include, do_import, do_include_next,
6593         read_line_number, detect_if_not_defined): Likewise.
6594         * cpphash.c (collect_expansion): Likewise.
6595         (special_symbol, _cpp_macroexpand): Check return from
6596         cpp_file_buffer.
6597         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
6598         macros.  Delete all uses.
6599
6600         * gcc.dg/cpp-mi.c: Add two more test cases.
6601         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
6602
6603 2000-04-17  Richard Henderson  <rth@cygnus.com>
6604
6605         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
6606         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
6607
6608 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
6609
6610         * function.c (expand_function_start): Use hard_function_value to
6611         compute the RTL to use for DECL_RESULT.
6612
6613 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6614
6615         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
6616         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
6617          x86_memory_mismatch_stall): New global variables.
6618         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
6619         alloved; fix load penalties for Athlon.
6620         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
6621         x86_memory_mismatch_stall): Declare.
6622         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
6623          TARGET_MEMORY_MISMATCH_STALL): New.
6624         * i386.md (athlon scheduling parameters): Fix latencies according to
6625         Athlon Optimization Manual.
6626         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
6627         vector.
6628         (fsqrt instruction patterns): Set athlon_decode to direct.
6629         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
6630         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
6631         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
6632         and TARGET_PARTIAL_REGISTER_STALL machines.
6633         (pushdf_nointeger): New pattern.
6634         (pushdf_integer): Rename from pushdf.
6635         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
6636         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
6637
6638 2000-04-17  Richard Henderson  <rth@cygnus.com>
6639
6640         * loop.c (canonicalize_condition): Add WANT_REG argument.
6641         Stop the search if we match it.
6642         * expr.h (canonicalize_condition): Update decl.
6643         * predict.c (expected_value_to_br_prob): Use it.  Track last
6644         expected value note.
6645         (find_expected_value): Remove.
6646
6647         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
6648
6649 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
6650
6651         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
6652         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
6653         a plain file.
6654         * configure.in: Call AC_FUNC_MMAP_FILE.
6655         * configure: Regenerate.
6656         * config.in: Regenerate.
6657
6658         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
6659         * fixinc/fixincl.c: Likewise.
6660
6661 2000-04-17  Richard Henderson  <rth@cygnus.com>
6662
6663         * builtins.c (expand_builtin_expect): New.
6664         (expand_builtin): Call it.
6665         * builtins.def (BUILT_IN_EXPECT): New.
6666         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
6667         * extend.texi: Document it.
6668
6669         * predict.c (expected_value_to_br_prob): New.
6670         (find_expected_value): New.
6671         * basic-block.h (expected_value_to_br_prob): Declare.
6672         * toplev.c (rest_of_compilation): Invoke it.
6673
6674         * rtl.h (NOTE_EXPECTED_VALUE): New.
6675         (NOTE_INSN_EXPECTED_VALUE): New.
6676         * rtl.c (note_insn_name): Update.
6677         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
6678         cases; handle NOTE_INSN_EXPECTED_VALUE.
6679
6680 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
6681
6682         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
6683         leaf sibcall delay slot if flag_pic.
6684         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
6685
6686 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6687
6688         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
6689
6690         * fixproto: If fix-header fails, exit with an error.
6691
6692 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6693
6694         * cse.c (struct check_depdendence_data): New.
6695         (check_dependence): New function.
6696         (invalidate): Use check_depdenence.
6697
6698 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
6699
6700         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
6701         UNITS_PER_WORD is unsigned.
6702
6703         * tree.h (struct tree_common): Remove misleading comment.
6704
6705 2000-04-16  Dave Pitts  <dpitts@cozx.com>
6706
6707         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
6708         message in quotes. Otherwise, IBM's make program treats the '#' as the
6709         start of a comment and ignores the remainder of the line.
6710
6711         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
6712         upper case.
6713         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
6714         * cexp.y (initialize_random_junk): Likewise.
6715         * cppfiles.c (find_include_file): Cast alloca return value.
6716         * cppinit.c (initialize_standard_includes): Likewise.
6717         * cpplib.c (cpp_define, cpp_undef): Likewise.
6718         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
6719         * final.c (output_asm_insn): Allow for holes in EBCDIC.
6720         * fold-const.c (CHARMASK): New.
6721         (real_hex_to_f): Use it.
6722         * real.c (CHARMASK): New.
6723         (etoasc, asctoeg): Use it.
6724         (asctoeg): EBCDIC lower case characters preceed upper case.
6725
6726         * i370.c (mvs_add_label): Change spacing for coding conventions.
6727         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
6728         outputing case vectors.
6729         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
6730         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
6731         since vector in in the data CSECT.
6732         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
6733         * i370.md (Many patterns): Put the length in the XL directives.
6734         (movdi): Put back STM and MVC in definition.
6735         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
6736         pattern using the TCA.
6737         * oe.h (CPP_SPEC): Added to allow trigraphs.
6738         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
6739         not support the "long long" type.
6740
6741 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
6742
6743         * config/mips/mips-protos.h (mips_legitimate_address_p): New
6744         function.
6745         (mips_reg_mode_ok_for_base_p): Likewise.
6746         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
6747         (REG_OK_FOR_INDEX_P): Define unconditionally.
6748         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
6749         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
6750         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
6751         that GET_MODE_SIZE is unsigned.
6752         (mips_reg_mode_ok_for_base_p): Define.
6753         (mips_legitimate_address_p): Likewise.  Adjust now
6754         that GET_MODE_SIZE is unsigned.
6755         (block_move_loop): Make the number of bytes unsigned.
6756         (expand_block_move): Likewise.
6757         (function_arg): Make the loop counter unsigned to match the
6758         boundary condition.
6759
6760 2000-04-16  Richard Henderson  <rth@cygnus.com>
6761
6762         * rtl.h (enum insn_note): New enumeration.  Subsume
6763         NOTE_INSN_DELETED and friends.
6764         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
6765         * rtl.c (note_insn_name): Tweak string order.
6766
6767 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
6768
6769         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
6770         to offset * 2.
6771
6772         * cpplex.c (output_line_command): Remove debugging prints.
6773         (cpp_output_tokens): Don't write out a zero-length buffer or
6774         try to see if it has a newline in it.
6775         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
6776         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
6777         the end of the loop.  Use memmove.  Don't read past the end of
6778         the buffer.  Remove trailing newlines from error messages.
6779
6780 2004-04-16  Neil Booth  <NeilB@earthling.net>
6781
6782         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
6783         * cpplib.c: Add new syntax flags to directive table, and
6784         supporting macros.
6785
6786 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
6787
6788         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
6789         using ret $N.
6790
6791 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
6792
6793         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
6794         * haifa-sched.c: Update -fsched-verbose comments to use "=".
6795
6796 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6797
6798         * Makefile.in (ggc-page.o): Now includes toplev.h.
6799         * ggc-page.c (toplev.h): Now included.
6800         (gc_time): Remove declaration.
6801         (ggc_collect): TIME now long.
6802         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
6803         others static.
6804         * toplev.h (gc_time, parse_time, gc_time): New declarations.
6805
6806         * toplev.c: Make *_time variable long to reduce chance of overflow.
6807         (TIMEVAR): Likewise for `otime'.
6808         (print_time): Arg is now long; compute percentage in FP and round.
6809         * toplev.h (print_time): Arg is long.
6810
6811         * tree.c: Minor whitespace changes.
6812
6813         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
6814         * configure: Rebuilt.
6815         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
6816         (__fixunsxfDI): Renamed from __fixunsxfdi.
6817         (__fixunsdfDI): Renamed from __fixunsdfdi.
6818         (__fixunssfDI): Renamed from __fixunssfdi.
6819         (__floatdisf): Use proper type in REP_BIT macro.
6820         (__fixunsxfSI): Renamed from __fixunsxfsi.
6821         (__fixunsdfSI): Renamed from __fixunsdfsi.
6822         (__fixunssfSI): Renamed from __fixunssfsi.
6823         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
6824         Change location of macros and upper-case some names as above.
6825         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
6826         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
6827
6828         * varasm.c (assemble_variable): Add cast to remove warning.
6829         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
6830
6831         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
6832         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
6833         region number to -1.
6834
6835 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
6836
6837         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
6838         call unshare_all_rtl.
6839
6840         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
6841
6842 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
6843
6844         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
6845         Use .s1 not .s0 for all FP instructions.
6846
6847 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
6848
6849         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
6850         interfaces.
6851         (safe_fwrite, output_line_command): New static functions.
6852         (cpp_expand_to_buffer): Now private to cpplib.
6853         (cpp_scan_buffer): Take a printer.
6854
6855         * cpphash.h: Update prototypes.
6856         * cpplib.h: Update prototypes.
6857         (cpp_printer): New.
6858         (cpp_buffer): Remove last_nominal_fname.
6859         (cpp_reader): Remove lineno.
6860
6861         * cppmain.c: Use a cpp_printer.
6862         * fix-header.c: No need to inhibit line commands.  Call
6863         cpp_start_read with no printer.
6864
6865         * cpperror.c (cpp_notice_from_errno): Provide default name.
6866         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
6867         (find_include_file, cpp_read_file): Use make_IHASH.
6868         (file_cleanup): Set control_macro and clear
6869         input_stack_listing_current here.
6870         (_cpp_execute_include): Don't output entering-file marker.
6871         * cpphash.c (special_symbol): Look for the line number in the
6872         buffer, not the reader.
6873         (_cpp_macroexpand): No need to disable line commands.
6874         (_cpp_dump_definition): No need to generate line commands.
6875         (dump_hash_helper): Remove excess newline from output.
6876         * cppinit.c (dump_special_to_buffer): No need to generate line
6877         commands.
6878         (cpp_printer_init): New.
6879         (cpp_start_read): Take a printer, and start it up if it's not
6880         NULL.  No need to generate line commands.
6881         (cpp_finish): Expect no buffers stacked at all.  Take a
6882         printer argument, and flush the output buffer if it's not
6883         NULL.
6884         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
6885         Don't put two hashes at the beginning of an assertion.
6886         (cpp_get_token): Don't increment pfile->lineno or emit line
6887         commands here.  Return EOF if there's no buffer when we get
6888         EOF.
6889         * cpplib.c (do_define, skip_if_group):
6890         No need to disable line commands.
6891         (_cpp_output_line_command): Delete function.
6892         (do_line): Don't emit line commands here, but set things up so
6893         they will be emitted if necessary.  Use _cpp_fake_ihash to
6894         make unique nominal_fnames if necessary.
6895         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
6896         with 0 for column, not -1.
6897         (_cpp_handle_eof): Don't set the control macro here.  Don't
6898         clear input_stack_listing_current here.  Don't emit line
6899         commands.
6900
6901 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
6902
6903         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
6904         always, use the default SVR4 start address.
6905
6906         * config/rs6000/linux.h (LINK_SPEC): Don't define.
6907         (LINK_SHLIB_SPEC): Define.
6908         (LINK_START_DEFAULT_SPEC): Define.
6909         (LINK_OS_DEFAULT_SPEC): Define.
6910
6911         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
6912
6913         * config/rs6000/eabi.asm (__eabi): Call __init rather than
6914         __do_global_ctors to handle constructors.
6915         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
6916         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
6917         (STARTFILE_MVME_SPEC): Likewise.
6918         (STARTFILE_SIM_SPEC): Likewise.
6919         (ENDFILE_ADS_SPEC): Use crtend.
6920         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
6921         (ENDFILE_MVME_SPEC): Likewise.
6922         (ENDFILE_SIM_SPEC): Likewise.
6923         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
6924         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
6925         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
6926         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
6927         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
6928         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
6929         (CRTSTUFF_T_CFLAGS_S): Define.
6930         * config/rs6000/eabi-ctors.c: Delete.
6931
6932         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
6933         boundary.
6934         (__fini): Likewise.
6935         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
6936         boundary.
6937         (__fini): Likewise.
6938
6939 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
6940
6941         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
6942         plus mask size is smaller or equal to the mode size.
6943
6944 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6945
6946         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
6947         not yet set.
6948
6949         * expr.c (reload.h): Now included.
6950         (emit_block_move): Set volatile_ok when checking for movstr.
6951         (emit_move_1): Check for replacements in addresses in multi-word case.
6952         * Makefile.in (expr.o): Now includes reload.h.
6953
6954         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
6955         Never have a LIBCALL end a basic block.
6956         (find_basic_blocks_1): Likewise.
6957         Reorganize CALL_INSN cases.
6958
6959         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
6960
6961 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
6962
6963         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
6964         completers from mov.ret instruction.
6965
6966 2000-04-14  Richard Henderson  <rth@cygnus.com>
6967
6968         * fold-const.c (extract_muldiv): Don't distribute and widen
6969         multiply across plus for non-sizetype unsigned types.
6970
6971 2000-04-14  Richard Henderson  <rth@cygnus.com>
6972
6973         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
6974         If the original source is dead in the incr insn, it's dead now.
6975
6976 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6977
6978         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
6979         see if DECL_BIT_FIELD needs to still be set.
6980
6981         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
6982
6983         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
6984         print_int_cst_octal with something that's not an INTEGER_CST.
6985
6986         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
6987         and not a SUBREG to a FLOAT rtl.
6988
6989 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
6990
6991         * emit-rtl.c (try_split): Avoid infinite loop if the split
6992         results in a sequence that contains the original insn.
6993
6994 2000-04-13  Andreas Jaeger  <aj@suse.de>
6995
6996         * config/mips/mips.c (expand_block_move): Pass alignment
6997         argument to move_by_pieces in bits, not bytes.
6998
6999         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
7000         __pic__ for little endian.
7001
7002 2000-04-13  Andreas Jaeger  <aj@suse.de>
7003
7004         * config/i386/i386-protos.h: Add prototype for
7005         uno_comparison_operator.
7006
7007 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7008
7009         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
7010         * calls.c (ECF_PURE): New flag.
7011         (emit_call_1): Handle ECF_PURE calls.
7012         (initialize_argument_information): Unset ECF_PURE flag too.
7013         (precompute_arguments): Precompute for ECF_PURE too.
7014         (expand_call): Handle ECF_PURE calls too.
7015         (emit_library_call_value_1): Rename no_queue argument to fn_type,
7016         accept value of 2 as pure function.
7017         (emit_library_call_value, emit_library_call): Rename no_queue argument
7018         to fn_type.
7019         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
7020
7021         * tree.h (DECL_IS_PURE): New macro.
7022         (struct tree_decl): Add pure_flag.
7023         * c-common.c (enum attrs): Add attribute "pure".
7024         (init_attributes): Initialize attribute "pure"
7025         (decl_attributes): Handle attribute "pure".
7026         * extend.texi (Attribute "pure"): Document.
7027         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
7028         in pure function.
7029         (flags_from_decl_or_type): Support attribute "pure".
7030
7031 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
7032
7033         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
7034         the token except for numbers and identifiers.
7035
7036 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
7037
7038         * i386.c (ix86_expand_binary_operator,
7039         ix86_expand_unary_operator): Check no_new_pseudos
7040         instead of reload_in_progress and reload_completed.
7041         (ix86_split_ashldi, ix86_split_ashrdi,
7042         ix86_split_lshrdi): Check no_new_pseudos instead
7043         of reload_completed.
7044
7045 2000-04-12  Jeffrey A Law  (law@cygnus.com)
7046
7047         * function.c (purge_addressof): Unshare any shared rtl created by
7048         purge_addressof and its children.
7049
7050 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
7051
7052         * function.c (aggregate_value_p): VOID_TYPE nodes are never
7053         aggregates.
7054
7055 2000-04-05  Andreas Jaeger  <aj@suse.de>
7056
7057         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
7058         not compiling PIC code, add flags for mabi=64.
7059         (SUBTARGET_CPP_SIZE_SPEC): New.
7060         (SUBTARGET_CPP_SPEC): New.
7061         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
7062         for MIPS/Linux and lots of code needs these defines.
7063
7064 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
7065
7066         * reorg.c (fill_slots_from_thread): Check side_effects_p when
7067         trying the "opposite arithmetic" approach.
7068
7069 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7070
7071         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
7072         (struct sh_args): Add new field force_mem.
7073         (INIT_CUMULATIVE_ARGS): Initialize it.
7074         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
7075
7076 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7077
7078         * calls.c (expand_call): Do not reverse args in "equal from" field.
7079         (emit_library_call_value_1): Emit_libcall_block for const and pure
7080         function.
7081
7082 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7083
7084         * reload1.c (reload_combine): Don't enable optimization for fixed
7085         registers when encountering a BARRIER.
7086
7087 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7088
7089         * builtins.c (expand_builtin_memcmp): Do expansion even with
7090         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
7091
7092         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
7093         stack is propertly aligned; add sanity checking for aligned
7094         stack pointer.
7095         (expand_library_call_value_1): Add sanity checking for aligned
7096         stack pointer.
7097
7098 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
7099
7100         * calls.c (emit_library_call_value_1): Change 3rd arg to
7101         locate_and_pad_parm to disregard the setting of partial.
7102
7103 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7104
7105         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
7106
7107         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
7108         CALL_INSN from the normal case.
7109
7110 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7111
7112         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
7113         New global variables.
7114         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
7115         adjustment.
7116         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
7117         Declare,
7118         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
7119          TARGET_ADD_ESP_8): New macros.
7120         * i386.md: Add peep2s to convert esp adjustments to push and pop
7121         instructions.
7122         (pushsi_prologue, popsi_epilogue): New patterns.
7123
7124 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
7125
7126         * real.c (toe64): Remove stale #endif from the last change.
7127
7128 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
7129
7130         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
7131         * real.c (toe64): Revert previous change.
7132
7133 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
7134
7135         * objc/objc-act.c: Include ggc.h.
7136         (objc_tree_index, objc_global_trees): Convert most of the
7137         static tree variables into a static array with previous names
7138         as defines.
7139         (objc_ellipsis_node): New variable.
7140         (lang_init): Call objc_act_parse_init and c_parse_init.
7141         Create objc_ellipsis_node.
7142         (build_selector_translation_table): Use objc_ellipsis_node instead
7143         of (tree)1.
7144         (hack_method_prototype): Likewise.
7145         (get_arg_type_list): Likewise.
7146         (start_method_def): Likewise.
7147         (continue_method_def): Likewise.
7148         (gen_method_decl): Likewise.
7149         (ggc_mark_imp_list): New function.
7150         (ggc_mark_hash_table): New function.
7151         (objc_act_parse_init): New function.
7152         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
7153         * c-parse.in (c_parse_init): For objc add roots of objc specific
7154         local tree variables.
7155         * objc/objc-parse.y: Rebuilt.
7156         * objc/objc-parse.c: Rebuilt.
7157         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
7158
7159 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
7160
7161         * cse.c (delete_trivially_dead_insns): Also delete insns
7162         that copy a register to itself where the destination is
7163         a strict_low_part.
7164
7165 2000-04-11  Richard Henderson  <rth@cygnus.com>
7166
7167         * flow.c (struct propagate_block_info): Add new_dead, new_live.
7168         (propagate_block): Initialize them.  Use them in parallel instead
7169         of one tmp variable, ie revert much of the 0408 and 0407 functional
7170         changes, but keep the structural changes.
7171         (mark_set_regs): Take new_dead from propagate_block_info instead.
7172         (mark_set_1, mark_set_reg): Likewise.
7173         (mark_used_regs): Likewise with new_live.
7174         (mark_used_reg): Likewise.  Revert 0408 change.
7175
7176 2000-04-11  Nick Clifton  <nickc@cygnus.com>
7177
7178         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
7179         restriction.
7180         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
7181
7182 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7183
7184         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
7185         const section to output a CONSTRUCTOR based on the same conditions
7186         used for VAR_DECLs.
7187
7188 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
7189
7190         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
7191         * pa/pa-protos.h (output_call): Add additional argument indicating
7192         if the call is a sibling/tail call.
7193         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
7194         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
7195         (function_arg, function_arg_partial_nregs): Likewise
7196         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
7197         (emit_move_sequence): Zero extend certain constants as needed
7198         for TARGET_64BIT.
7199         (compute_zdepdi_operands, output_64bit_and): New functions.
7200         (output_64bit_ior, function_arg): Likewise.
7201         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
7202         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
7203         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
7204         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
7205         (output_bvb): Likewise.
7206         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
7207         (output_call): New argument 'sibcall'.  Generate sibcall sequences
7208         as needed.
7209         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
7210         (ouput_arg_descriptor): Do not emit argument descriptors for
7211         TARGET_64BIT.
7212         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
7213         defined.
7214         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
7215         (FUNCTION_OK_FOR_SIBALL): Define.
7216         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
7217         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
7218         (CPP_SPEC): Use new spec infrastructure.
7219         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
7220         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
7221         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
7222         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
7223         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
7224         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
7225         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
7226         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
7227         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
7228         (FUNCTION_ARG); Call out to C code.
7229         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
7230         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
7231         (MIN_UNITS_PER_WORD): Likewise.
7232         * pa/pa.md (cmpdi): New expander.
7233         (scc patterns, movstrsi): Not available for TARGET_64BIT.
7234         (64bit conditional arithmetic): New patterns.
7235         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
7236         (movsicc): Not available if modes on all the operands to not match.
7237         (movdicc): New expander and associated patterns.
7238         (64bit branches): New patterns.
7239         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
7240         (pre_ldd, post_std): New patterns.
7241         (64bit addil, load low part): New patterns.
7242         (special movsf constant): Not available for TARGET_64BIT.
7243         (movsf, movdf expanders): Force constants into memory.
7244         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
7245         (64bit movdf/movdi patterns): New patterns.
7246         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
7247         for TARGET_64BIT.
7248         (extendqidi2, extendhidi2, extendsidi2): Similarly.
7249         (adddi3 expander): Allow "arith_operand" for second input.
7250         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
7251         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
7252         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
7253         (muldi3): New expander for TARGET_64BIT.
7254         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
7255         for TARGET_64BIT.
7256         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
7257         patterns for TARGET_64BIT.
7258         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
7259         patterns for TARGET_64BIT.
7260         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
7261         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
7262         (sibcall_epilogue): New expander.
7263         (casesi): Tweak for TARGET_64BIT.
7264         (call expanders): Set & use the outgoing argument pointer.  Use the
7265         64bit call patterns as needed. Add additional arg to output_call.
7266         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
7267         (sibcall, sibcall_internal_symref): New expanders.
7268         (sibcall_value, sibcall_value_internal_symref
7269         (interspace_jump): Turn into an expander + matching patterns.
7270         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
7271         * pa/pa64-regs.h: Eliminate trigraph sequences.
7272         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
7273
7274 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
7275
7276         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
7277         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
7278         cpp_token with cpp_ttype everywhere.
7279         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
7280         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
7281         CPP_BUF_COL.  Line and column numbers are unsigned int, not
7282         long.
7283         * cpplex.c (cpp_buf_line_and_col): Delete.
7284         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
7285         'long lineno' to 'unsigned int lineno'.
7286         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
7287
7288 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7289
7290         * extend.texi: ISO C99 is not a draft anymore.
7291         * invoke.texi: ISO C++ is not a draft anymore.
7292         * cpp.texi: __cplusplus is required by the ISO standard.
7293
7294         * extend.texi (-fthis-is-variable): Undocument.
7295         * flags.h (warn_template_debugging): Remove declaration.
7296         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
7297         -Wenum-clash, -Wtemplate-debugging): Undocument.
7298
7299 2000-04-10  Nick Clifton  <nickc@cygnus.com>
7300
7301         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
7302         integer.
7303         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
7304         integer.
7305         (ARM_SIGN_EXTEND): Use HOST_UINT.
7306         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
7307         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
7308         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
7309         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
7310
7311         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
7312         (arm_gen_constant): Use HOST_UINT.
7313         (arm_canonicalize_constant): Use HOST_UINT.
7314         (arm_reload_in_hi): Use HOST_UINT.
7315         (arm_reload_out_hi): Use HOST_UINT.
7316         (output_multi_immediate): Use HOST_UINT.
7317         (int_log2): Use HOST_UINT.
7318         (arm_poke_function_name): Use HOST_UINT.
7319         (arm_output_epilogue): Use arm_volatile_func().
7320         (output_thumb_prologue): Use arm_strip_name_encoding().
7321
7322 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7323
7324         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
7325         of sequence point problems.
7326
7327 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
7328
7329         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
7330         Recomment.
7331         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
7332
7333 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7334
7335         * sbitmap.h: Whitespace changes and use upper-case macro args.
7336         (struct simple_bitmap_def): All sizes now unsigned.
7337         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
7338         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
7339         (sbitmap_vector_alloc): Parms and local vars now unsigned.
7340         (sbitmap_zero): Cast bzero arg to PTR.
7341         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
7342         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
7343         loop to make structure clearer.
7344         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
7345         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
7346         (sbitmap_a_and_b_or_c): Likewise.
7347         (sbitmap_intersection_of_succs): Minor cleanups.
7348         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
7349         (sbitmap_union_of_preds): Likewise.
7350         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
7351         (debug_sbitmap): New function.
7352
7353         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
7354         * c-typeck.c (convert_for_assignment): Likewise.
7355
7356         * expmed.c (init_expmed): Don't free objects we make.
7357         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
7358
7359         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
7360         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
7361
7362         * gcse.c (expr_hash_table_size): Now unsigned.
7363         (compute_ae_gen): Local variable `i' now unsigned.
7364         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
7365         (compute_transout, hoist_code): Likewise.
7366         (compute_local_properties): Likewise, also hash_table_size.
7367         (alloc_expr_hash_table): N_INSNS now unsigned.
7368         (delete_null_pointer_checks): Mark arg F as unused.
7369
7370         * regrename.c: Minor cleanups, including chang some variables
7371         to unsigned int.
7372
7373 2000-04-10  Neil Booth  <NeilB@earthling.net>
7374
7375         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
7376         than GETC ().
7377         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
7378
7379 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7380
7381         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
7382         __classof__, and __headof__ from the list of gnu keywords.
7383         (-ansi): Remove -foperator-names from list of implied options.
7384         Do not call it ANSI C++.
7385         (-foperator-names): Document as -fno-operator-names.
7386
7387 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
7388
7389         * cpphash.c (timestamp): Delete.
7390         (del_HASHNODE): If type is T_MCONST, free value.cpval.
7391         (special_symbol): Remove unnecessary braces.  Remove
7392         T_VERSION.  Treat T_STDC like T_CONST unless
7393         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
7394         when one is encountered, then convert them into T_MCONST
7395         nodes.
7396         * cppinit.c (builtin_array): version_string is T_MCONST.
7397         __STDC__ has a "1" in its cpval.  Don't have a terminator
7398         entry.  Clean up which entries are dumped.
7399         (initialize_builtins): Only __STDC__ gets the special
7400         -traditional treatment.  Count the length of builtin_array.
7401         Render version_string here.
7402         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
7403         * cpplib.h (struct cpp_reader): Remove timebuf.
7404
7405 2000-04-09  Richard Henderson  <rth@cygnus.com>
7406
7407         * genrecog.c (pred): Update comparison_operator for the unordered
7408         operators.
7409
7410         * config/i386/i386.c (no_comparison_operator): Disallow unordered
7411         operators.
7412         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
7413         (uno_comparison_operator): New.
7414         (put_condition_code): Handle UNORDERED/ORDERED.
7415         (unsigned_comparison): Likewise.
7416         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
7417         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
7418         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
7419         update all callers.  Handle all 8 unordered operators.
7420         (ix86_expand_setcc): Lose the unordered argument, update all callers.
7421         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
7422         * config/i386/i386.h (PREDICATE_CODES): Update.
7423         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
7424         (ix86_expand_branch, ix86_expand_setcc): Update.
7425         * config/i386/i386.md (sunordered, sordered): New.
7426         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
7427         (bunordered, bordered): New.
7428         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
7429         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
7430         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
7431
7432 2000-04-09  Philip Blundell  <philb@gnu.org>
7433
7434         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
7435
7436 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
7437
7438         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
7439         fix_truncxfhi2): New patterns.
7440         * i386.c (output_fix_trunc): Handle converting to HImode.
7441
7442 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
7443
7444         * ssa.c (convert_to_ssa): Eliminate dead code when calling
7445         life_analysis.
7446         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
7447         (for_each_successor_phi): Change parameter to basic_block.
7448         (coalesce_regs_in_successor_phi_nodes): Likewise.
7449         (coalesce_regs_in_copies): Likewise.
7450         (compute_coalesced_reg_partition): Use basic_block instead of index.
7451         * rtl.h (convert_to_ssa): Delete.
7452         (convert_from_ssa): Likewise.
7453         (successor_phi_fn): Likewise.
7454         (for_each_successor_phi): Likewise.
7455         (in_ssa_form): Likewise.
7456         * basic-block.h (convert_to_ssa): Moved from rtl.h.
7457         (convert_from_ssa): Likewise.
7458         (successor_phi_fn): Likewise.
7459         (in_ssa_form): Likewise.
7460         (for_each_successor_phi): Likewise.  Change parameter to basic_block.
7461         * flow.c (calculate_global_regs_live): Pass a basic_block to
7462         for_each_successor_phi.
7463
7464 2000-04-08  Richard Henderson  <rth@cygnus.com>
7465
7466         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
7467         was modified in the current insn.
7468
7469 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
7470
7471         * arm/thumb.md: Delete.
7472         * arm/thumb-protos.h: Delete.
7473
7474 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
7475
7476         Merge changes from merged-arm-thumb-backend-branch onto trunk.
7477
7478         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
7479
7480         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
7481         into branch.
7482
7483         * arm.md (nop): Use the standard RTL expression.  Don't code as a
7484         define_expand.
7485         (*arm_nop, *thumb_nop): Delete.
7486
7487         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
7488         constants.  Use casts instead.
7489         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
7490         output_multi_immediate, arm_poke_function_name): Likewise.
7491         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
7492         MASK_RETURN_ADDDR): Likewise.
7493
7494         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
7495
7496         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
7497         into branch.
7498
7499         * arm.md (eh_epilogue): New function.
7500         * arm.h (struct machine_function): Move to here ...
7501         * arm.c: ... from here.
7502         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
7503         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
7504         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
7505
7506         2000-03-30  Nick Clifton  <nickc@cygnus.com>
7507
7508         * config/arm/semi.h (ASM_SPEC): Restore definition.
7509         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
7510
7511         * config/arm/elf.h (ASM_SPEC): Restore definition.
7512         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
7513
7514         * config/arm/arm.h (ASM_SPEC): Remove definition.
7515         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
7516
7517         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
7518
7519         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
7520
7521         2000-03-24  Nick Clifton  <nickc@cygnus.com>
7522
7523         Various formating tidyups, elimination of compile time
7524         warnings and synchronisation with internal sources:
7525
7526         * config/arm/arm-protos.h (assemble_align): Add prototype.
7527         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
7528         (gen_comapre_reg): Rename to arm_gen_compare_reg.
7529         (arm_return_addr_rtx): Rename to arm_return_addr.
7530
7531         * config/arm/arm.c: Include except.h.
7532         Define shorter typenames for strict minipool_node and struct
7533         minipool_fix.
7534         (arm_return_in_memory): For WinCE return all structures <= 32 bits
7535         in memory.
7536         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
7537         (gen_comapre_reg): Rename to arm_gen_compare_reg.
7538
7539         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
7540         already defined.
7541         (ASM_SPEC): Define if not already defined.
7542         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
7543
7544         * config/arm/arm.md: Rename references to gen_rotated_half_load to
7545         arm_gen_rotated_half_load, and references to gen_comapre_reg to
7546         arm_gen_compare_reg.
7547         (indirect_jump):  Only accept register operands.
7548         (load_indirect_jump): Keep this pattern since combine can generate
7549         it.
7550
7551         * config/arm/coff.h: Include aout.h.
7552         (MULTILIB_DEFAULTS): Only define if not already defined.
7553
7554         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
7555         into arm.h (so that COFF ports can support thumb based aliases).
7556         (ASM_SPEC): Move definition into arm.h
7557
7558         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
7559         redundant apcs spec.
7560         (ASM_SPEC): Move definition to arm.h
7561
7562         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
7563
7564         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
7565         for entries in the .bss section
7566
7567         2000-03-23  Nick Clifton  <nickc@cygnus.com>
7568
7569         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
7570         to thumb_far_jump_used_p.
7571
7572         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
7573         single integer parameter.
7574
7575         * config/arm/arm.c (struct machine_function): Add two new
7576         fields, 'far_jump_used' and 'arg_pointer_live'.
7577         (thumb_far_jump_used_p): Once the decision has been made that
7578         far jumps might be used, always return true.
7579         If being called from the initial elimination offset macro then
7580         do not bother to perform the test if the arg pointer is not
7581         being used.
7582         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
7583         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
7584
7585         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
7586
7587         * arm.c (output_return_instruction): Handle more cases where we can
7588         return from a function with an ldr instruction.
7589         (arm_output_epilogue): Likewise.
7590
7591         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
7592         if we need to push a large stack frame and there are no callee-saved
7593         registers.
7594
7595         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
7596         in ARM code if the frame pointer has been eliminated.
7597
7598         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
7599         unspec_volatile arguments to avoid duplicates.
7600         (consttable_1, consttable_2): Fixes for big-endian mode.
7601
7602         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
7603         as appropriate.
7604
7605         Re-write constant pool code.
7606         * arm.c (minipool_node, minipool_fix): New types.
7607         (minifix): Delete type.
7608         (arm_add_minipool_constant): Delete.
7609         (arm_compute_minipool_offsets, arm_find_barrier,
7610         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
7611         (get_jump_table_size): Now returns HOST_WIDE_INT.
7612         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
7613         functions.
7614         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
7615         (assign_minipool_offsets, arm_print_value): Likewise.
7616         (dump_minipool): Rewrite.
7617         (arm_barrier_cost): New function.
7618         (create_fix_barrier): New function.
7619         (push_minipool_barrier): New function.
7620         (push_minipool_fix): Record additional information about the fixup
7621         required.
7622         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
7623         check the mode of what needs fixing.
7624         (arm_reorg): Rewrite.
7625
7626         2000-03-08  Nick Clifton  <nickc@cygnus.com>
7627
7628         * config/arm/arm.md (indirect_jump): Force constant addresses into
7629         a register.
7630
7631         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
7632
7633         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
7634
7635         2000-02-24  Nick Clifton  <nickc@cygnus.com>
7636
7637         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
7638         adjust is word aligned.
7639         (thumb_expand_epilogue): Make sure that stack adjust is word
7640         aligned.
7641
7642         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
7643
7644         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
7645
7646         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
7647         pointer relative addresses.
7648
7649         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
7650
7651         * arm.c (find_barrier): Find the last barrier within the allowed
7652         range.
7653
7654         2000-02-09  Nick Clifton  <nickc@cygnus.com>
7655
7656         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
7657
7658         2000-02-09  Nick Clifton  <nickc@cygnus.com>
7659
7660         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
7661         ARM_FUNCTION_PROFILER.
7662
7663         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
7664         ARM_FUNCTION_PROFILER.
7665
7666         * config/arm/linux-oldld.h: Imported from mainline sources.
7667
7668         2000-02-07  Nick Clifton  <nickc@cygnus.com>
7669
7670         * config/arm/lib1funcs.asm: Merge in thumb functions from
7671         lib1thumb.asm.
7672
7673         * config/arm/lib1thumb.asm: Delete.
7674
7675         2000-02-04  Nick Clifton  <nickc@cygnus.com>
7676
7677         * config/arm/arm.c: Sychronised with current Red hat local
7678         sources.
7679         * config/arm/arm.h: Ditto.
7680         * config/arm/arm-protos.h: Ditto.
7681
7682         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
7683
7684         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
7685
7686         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
7687         byte stores.
7688
7689         2000-02-02  Nick Clifton  <nickc@cygnus.com>
7690
7691         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
7692
7693         * config/arm/arm.md (epilogue): Fix rtl checking abort because
7694         (return) was emited using an emit_insn() call.
7695
7696         2000-01-31  Nick Clifton  <nickc@cygnus.com>
7697
7698         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
7699         thumb stack frame.
7700         (thumb_exit): Move frame pointer back into hard frame pointer
7701         register if backtracing is being used.
7702
7703         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
7704
7705         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
7706         into branch.
7707
7708         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
7709
7710         * config/arm/arm.md (neg_pool_offset): Provide default for new
7711         attribute.
7712         (arm_movsi_insn): Add neg_pool_offset attribute.
7713         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
7714         rtx for the insn that starts the scan and an unsigned long for its
7715         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
7716         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
7717         instructions in *PINSERTED.
7718         (struct minipool_fixup): Add MIN_ADDRESS elt.
7719         (sort_fixups): Compute it.
7720         (arm_reorg): Changes to support inserting pools before the insn to be
7721         fixed up.
7722
7723         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
7724
7725         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
7726         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
7727         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
7728
7729         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
7730
7731         * config/arm/semi.h (TARGET_VERSION): Do not define if already
7732         defined.
7733         (TARGET_DEFAULT): Do not define if already defined.
7734
7735         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
7736
7737         * config/arm/arm.md (anddi3): Allow disjoint source operands.
7738         (iordi3): Allow disjoint source operands.
7739         (xordi3): Allow disjoint source operands.
7740         (negdi2): Permit construction for ARM and Thumb.
7741         (arm_negdi2): Renamed version of old negdi2 pattern.
7742         (thumb_negdi2): New pattern: Only permit non-overlapping
7743         source and destination.
7744
7745         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
7746
7747         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
7748         scratch low register so that it will not be deleted.
7749
7750         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
7751
7752         * config/arm/pe.h (ARM_PE): Define.
7753
7754         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
7755         interfacearm attribute if this is a PE toolchain.
7756         (output_return_instruction): Do not emit anything if the function
7757         has the naked attribute set.
7758         (is_called_in_ARM_mode): If the function has the interfacearm
7759         attribute then return true.
7760         (thumb_expand_prologue): Do not generate a prologue for naked
7761         functions.
7762         (thumb_expand_epilogue): Do not generate an epilogie for a naked
7763         function.
7764         (output_thumb_prologue): Do not bother if the function is naked.
7765         Strip PE encoding from function name before emitting.
7766
7767         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
7768
7769         * arm.md (pic_load_addr): Fix constraints.
7770
7771         * arm.md (casesi_insn): Fix mis-applied patch.
7772
7773         * arm.md ("core" function unit): Add rules for single- and
7774         multi-cycle insns.
7775         (All TARGET_THUMB patterns): Add "type" attribute information
7776         where needed.
7777         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
7778         the following insn is a CALL.
7779
7780         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
7781         pointer.
7782         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
7783         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
7784         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
7785
7786         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
7787
7788         * config/arm/linux-gas.h: oops - this file was missed out when the
7789         branch was created...
7790
7791         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
7792
7793         * thumb.c: Deleted.  Move contents to ...
7794         * arm.c: ... here.
7795         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
7796         rule for thumb.o
7797         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
7798         * configure: Regen.
7799
7800         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
7801         declare a prototype for asm_output_align();
7802
7803         * arm.c (thumb_condition_code): Delete.
7804         (arm_print_operand): Always use arm_condition_code array.
7805
7806         * arm.c (thumb_return_addr_rtx): Delete.
7807         (arm_save_machine_status, arm_restore_machine_status): Delete.
7808         (arm_init_machine_status, arm_mark_machine_status): New functions.
7809         (arm_init_expanders): Update accordingly.
7810         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
7811         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
7812         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
7813
7814         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
7815
7816         * configure.in : Fix arm-*-aout target to use new t-arm-aout
7817         script.
7818         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
7819         targets.
7820
7821         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
7822
7823         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
7824         stack backtrace structure.
7825
7826         * config/arm/arm-protos.h: Add prototypes for functions defined in
7827         arm/pe.h.
7828
7829         * config/arm/arm.c (arm_override_options): Fix selection of
7830         attributes of default processor.
7831
7832         * config/arm/coff.h: Delete needless #include.
7833
7834         * config/arm/pe.c: Delete unused code.
7835
7836         * config/arm/pe.h (CPP_DEFINES): Delete
7837         (SUBTARGET_CPP_SPEC): Define.
7838         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
7839
7840         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
7841
7842         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
7843
7844         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
7845         updated.
7846         (CAN_DEBUG_WITHOUT_FP): Define.
7847         (FIXED_REGISTERS): Make r11 call-saved.
7848         (CALL_USED_REGISTERS): Likewise.
7849         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
7850         (FRAME_POINTER_REQUIRED): Correct logic for determining when a
7851         frame-pointer is required.
7852         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
7853         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
7854         if the target normally needs a stack frame in non-leaf functions.
7855         (use_return_insn): Correct logic for determining when a return
7856         instruction can be used.
7857         (output_return_instruction): Handle the frame-pointer register as
7858         a normal register when not TARGET_APCS_FRAME.
7859         (arm_output_prologue): Likewise.
7860         (arm_output_epilogue): Likewise.
7861         (output_func_epilogue): Likewise.
7862         (arm_expand_prologue): Likewise.
7863         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
7864
7865         * arm.c (use_return_insn): No need to check floating point regs if
7866         TARGET_SOFT_FLOAT.
7867         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
7868         the code of value stored in the minipool array.
7869         (arm_add_minipool_constant): Likewise.
7870
7871 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7872
7873         * basic-block.h (conflict_graph_enum_fn): K&R fix.
7874
7875 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7876
7877         * tree.c (tree_expr_nonnegative_p): New function.
7878
7879         * tree.h (tree_expr_nonnegative_p): Declare.
7880
7881         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
7882         elide some sign_compare warnings.
7883         (build_conditional_expr): Likewise.
7884
7885 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
7886
7887         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
7888
7889         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
7890         * i386.c (print_operand): Use the proper suffix for a 387 HImode
7891         operand.  Abort if a 387 operand has an unsupported size.
7892
7893 2000-04-08  Neil Booth  <NeilB@earthling.net>
7894
7895         * cppexp.c (parse_charconst): Null does not end character
7896         constants.
7897         * cppinit.c (ISTABLE): Null character handled as whitespace.
7898         * cpplex.c (null_warning):  new function.
7899         (skip_string): Emit warning if nulls encountered.
7900         (_cpp_skip_hspace): Emit warning if nulls encountered.
7901         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
7902         them.
7903         * cpp.texi: Update.
7904
7905 2000-04-07  Richard Henderson  <rth@cygnus.com>
7906
7907         * flow.c (loop_depth): Remove.
7908         (reg_next_use, cc0_live, mem_set_list): Replace with ...
7909         (struct propagate_block_info): New.
7910         (life_analysis): Don't allocate reg_next_use.
7911         (propagate_block_delete_insn): Break out of propagate_block.
7912         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
7913         (propagate_block_delete_libcall): Likewise.
7914         (propagate_block): Create a propagate_block_info struct to pass
7915         to subroutines.  Allocate one not two temporary regsets.  Don't
7916         clobber memory for const calls.  Look for clobbers in
7917         CALL_INSN_FUNCTION_USAGE.
7918         (mark_set_regs): Recognize COND_EXEC.
7919         (mark_set_reg): Break out of mark_set_1.
7920         (mark_used_reg): Break out of mark_used_regs.
7921         (mark_used_regs): Recognize COND_EXEC.
7922         (insn_dead_p): Use propagate_block_info struct.
7923         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
7924         (find_auto_inc, try_pre_increment_1): Likewise.
7925         (print_rtl_with_bb): Dump regs live at end too.
7926         (count_reg_sets_1): Pass in loop_depth.
7927         (count_reg_sets, count_reg_references): Likewise.
7928         (recompute_reg_usage): Provide it.
7929
7930 2000-04-07  Richard Henderson  <rth@cygnus.com>
7931
7932         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
7933         not the raw files.
7934
7935 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
7936
7937         * cpplib.c (do_elif): Skip the rest of the line if we're
7938         not going to bother evaluating it.
7939         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
7940         to avoid pointless calls to the lexer.
7941
7942 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
7943
7944         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
7945
7946 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
7947
7948         * calls.c (expand_call): emit_queue if we're trying a sibcall.
7949
7950 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
7951
7952         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
7953
7954 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
7955
7956         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
7957         crtend so they can be multilibbed.
7958         (STAGESTUFF): Remove s-crt and s-crtS.
7959
7960 2000-04-07  Richard Henderson  <rth@cygnus.com>
7961
7962         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
7963         if we discover we need a pseudo and no_new_pseudos is true.
7964         * config/alpha/alpha.md (ne:DI insn): New.
7965         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
7966
7967 2000-04-07  Richard Henderson  <rth@cygnus.com>
7968
7969         * rtl.def (COND_EXEC): New.
7970         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
7971         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
7972
7973         * genconfig.c (have_cond_arith_flag): Remove.
7974         (have_cond_exec_flag): New.
7975         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
7976         (main): Print HAVE_conditional_execution.
7977
7978         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
7979         (sched_analyze_insn, print_pattern): Likewise.
7980         * reload.c (find_equiv_reg): Likewise.
7981         * rtlanal.c (reg_referenced_p): Likewise.
7982         (note_stores, dead_or_set_regno_p): Likewise.
7983         (reg_overlap_mentioned_p): Rewrite to use a switch.
7984
7985         * ggc.h (struct rtx_def): Forward declare.
7986
7987         * print-rtl.c (debug_rtx_range): New.
7988         * rtl.h (debug_rtx_range): Declare.
7989
7990         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
7991
7992         * gcse.c (gcse_main): Don't rebuild the CFG here.
7993         (delete_null_pointer_checks): Likewise.
7994         * ssa.c (convert_to_ssa): Likewise.
7995         * toplev.c (rest_of_compilation): Do it here instead.  Combine
7996         sequential calls to TIMEVAR.  Consistently use `insns' instead of
7997         `get_insns()'.  Always split insns after reload when optimizing.
7998
7999         * basic-block.h (merge_blocks_nomove): Declare.
8000         (tidy_fallthru_edge): Declare.
8001         * flow.c (merge_blocks_nomove): Document as merging into previous
8002         blocks.  Remove cruft from between blocks; remove all edges out of A.
8003         (tidy_fallthru_edge): Export.
8004
8005 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
8006
8007         * ssa.c (compute_conservative_reg_partition): Declare with
8008         void arguments.
8009         * toplev.c (clean_dump_file): Remove previously-deleted function
8010         inadvertantly merged back in.
8011         * conflict.c (conflict_graph_add): Use a single call to
8012         htab_find_slot to look up and insert.
8013
8014 2000-04-06  Richard Henderson  <rth@cygnus.com>
8015
8016         * genrecog.c (*): Rename _last_insn to last_insn.
8017         (make_insn_sequence): Set the position of the peephole2 C test
8018         to be at the last insn.
8019
8020 2000-04-06  Richard Henderson  <rth@cygnus.com>
8021
8022         * flow.c (compute_flow_dominators): Free worklist.
8023
8024 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
8025
8026         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
8027
8028 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
8029
8030         * rtl.h (INSN_P): New macro.
8031         (successor_phi_fn): New typedef.
8032         (for_each_successor_phi): New prototype.
8033         (in_ssa_form): New variable.
8034         (PHI_NODE_P): Likewise.
8035         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
8036         phi nodes in successors.
8037         (mark_used_regs): Add PHI case.
8038         (set_phi_alternative_reg): New function.
8039         (life_analysis): Assert that dead code elimination is not selected
8040         when in SSA form.
8041         * toplev.c (to_ssa_time): New variable.
8042         (from_ssa_time): Likewise.
8043         (compile_file): Zero to_ssa_time and from_ssa_time.
8044         Print time to convert to and from SSA.
8045         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
8046         (print_time): Compute percent fraction as integer.
8047         * ssa.c (PHI_NODE_P): Moved to rtl.h.
8048         (convert_to_ssa): Check if we're already in SSA.
8049         Don't eliminate dead code in life_analysis.
8050         Rerun flow and life analysis at bottom.
8051         (eliminate_phi): Use canonical regnos when adding nodes.
8052         (mark_reg_in_phi): New function.
8053         (mark_phi_and_copy_regs): Likewise.
8054         (convert_from_ssa): Rerun life analysis at top.
8055         Use coalesced partition.
8056         Check for removing a phi node at the end of the block.
8057         (compute_coalesced_reg_partition): New function.
8058         (coalesce_regs_in_copies): Likewise.
8059         (coalesce_reg_in_phi): Likewise.
8060         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
8061         (for_each_successor_phi): Likewise.
8062         (rename_context): New struct.
8063         (rename_block): Use a rename_context with rename_insn_1.  When
8064         renaming sets of a subreg, emit a copy of the entire reg first.
8065         (rename_insn_1): Treat data as a rename_context *.  Save current
8066         insn in set_data.
8067         (rename_set_data): Add field set_insn.
8068         * Makefile.in (HASHTAB_H): Move up in file.
8069         (OBSTACK_H): New macro.
8070         (collect2.o): Use OBSTACK_H in dependencies.
8071         (sdbout.o): Likewise.
8072         (emit-rtl.o): Likewise.
8073         (simplify-rtx.o): Likewise.
8074         (fix-header.o): Likewise.
8075         (OBJS): Add conflict.o.
8076         (conflict.o): New rule.
8077         * basic-block.h: Include partition.h.
8078         (conflict_graph): New typedef.
8079         (conflict_graph_enum_fn): Likewise.
8080         (conflict_graph_new): New prototype.
8081         (conflict_graph_delete): Likewise.
8082         (conflict_graph_add): Likewise.
8083         (conflict_graph_conflict_p): Likewise.
8084         (conflict_graph_enum): Likewise.
8085         (conflict_graph_merge_regs): Likewise.
8086         (conflict_graph_print): Likewise.
8087         (conflict_graph_compute): Likewise.
8088         * conflict.c: New file.
8089
8090 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
8091
8092         * tlink.c (read_repo_files): Don't look for .rpo info for
8093         linker flags.
8094
8095 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8096
8097         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
8098
8099 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8100
8101         * config/sh/lib1funcs.asm (___udivsi3_i4):
8102         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
8103         only depends on FMOVD_WORKS.
8104
8105 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8106
8107         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
8108         make double constant 8-byte aligned.
8109
8110 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
8111
8112         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
8113         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
8114         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
8115         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
8116         Accept storing GENERAL_REGS into offsetable memory.
8117         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
8118         building a TFmode constant other than 0.0L into GENERAL_REGS.
8119
8120 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
8121
8122         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
8123
8124 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
8125
8126         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
8127         (macro_cleanup): No need to cast pbuf->macro.
8128         (collect_expansion): Use _cpp_get_define_token.  Goto done if
8129         it returns VSPACE.  Remove check for trailing space after
8130         CPP_COMMENT.
8131         (_cpp_create_definition): Don't diddle flags here.  Return
8132         directly on error.
8133         (unsafe_chars): Handle c1 being EOF.
8134         (push_macro_expansion): Use unsafe_chars for both accidental-paste
8135         checks.  Don't push the buffer till after we're done with
8136         them.
8137         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
8138         (PEEKN, FORWARD, GETC, PEEKC): Use them.
8139         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
8140         appropriately.
8141         (_cpp_parse_assertion): Don't NUL terminate.
8142         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
8143         hspace before calling _cpp_parse_assertion.  Remove all sets
8144         of only_seen_white. Treat '\f' as hspace.  Don't do anything
8145         special with '\n' here.
8146         (maybe_macroexpand): Handle T_EMPTY hash entries without
8147         pushing a buffer at all.
8148         (cpp_get_token): Handle clearing only_seen_white here.  Handle
8149         incrementing the line number here.  Clear
8150         potential_control_macro as well as only_seen_white, if
8151         appropriate.
8152         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
8153         (_cpp_get_define_token): New function, basically like
8154         _cpp_get_directive_token was but doesn't eat horizontal space.
8155         Don't do anything with only_seen_white here.
8156         (_cpp_get_directive_token): Just call _cpp_get_define_token
8157         repeatedly till it returns non-hspace.
8158
8159         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
8160         (conditional_skip, skip_if_group): Return int.
8161         (DIRECTIVE_TABLE): Change origin of all conditional directives
8162         to "COND".
8163         (TRAD_DIRECT_P): New macro.
8164         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
8165         an error for a bogus directive, unless -lang-asm.  Use
8166         TRAD_DIRECT_P. Loop calling handler functions till one returns
8167         zero.
8168         (get_macro_name): Don't diddle flags here.
8169         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
8170         Create T_EMPTY nodes for #define macro /* nothing */.
8171         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
8172         Use hp->name when calling pass_thru_directive.
8173         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
8174         Return the result of conditional_skip and/or skip_if_group.
8175         Don't call _cpp_output_line_command.
8176         (consider_directive_while_skipping): Use _cpp_get_directive_token.
8177         Issue -Wtraditional warnings as appropriate.  Don't complain
8178         about unrecognized directives.  If we are to stop skipping,
8179         return the number of the directive that ended the skip.
8180         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
8181         expansion and line commands while skipping.  Return the result
8182         of consider_directive_while_skipping, if nonzero.
8183         (do_endif): Just set potential_control_macro here.
8184         (validate_else): Use _cpp_get_directive_token.
8185         (do_assert, do_unassert): Don't save pointers into the
8186         token_buffer across calls to the lexer.  Use
8187         _cpp_get_directive_token.
8188
8189         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a
8190         pointer, not an offset.  Replace 'data', which was a generic
8191         pointer, with 'macro', which points to a struct hashnode.
8192         (cpp_reader): Add 'potential_control_macro' pointer.
8193         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
8194         (CPP_BUF_GET, CPP_FORWARD): Delete.
8195         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
8196         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
8197         ACTIVE_MARK_P): Update.
8198         (_cpp_get_define_token): New internal function.
8199         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
8200
8201 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
8202
8203         * configure.in: And here.
8204         * configure: Regenerate.
8205         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
8206         --enable-libstdcxx-v3 is passed at configure time.
8207         * config.h.in: Regenerate.
8208
8209 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
8210
8211         * final.c (final): Use xcalloc to allocate line_note_exists.
8212         * function.c (free_after_compilation): Free the temp_slots.
8213         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
8214         (combine_temp_slot): Free temp_slots when they get combined.
8215         (purge_addressof): Fix typo in comment.
8216         * stmt.c (mark_goto_fixup): Mark the fixup itself.
8217         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
8218
8219         * ggc.h: Include varray.h.
8220         (ggc_pending_trees): Declare.
8221         (ggc_mark_tree_children): Remove declaration.
8222         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
8223         * ggc-common.c (ggc_pending_trees): New variable.
8224         (ggc_mark_roots): Call ggc_mark_trees.
8225         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
8226         the ggc_pending_trees.
8227         * Makefile.in (GGC_H): New variable.  Use it throughout in place
8228         of ggc.h.
8229
8230 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8231
8232         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
8233         GET_MODE_SIZE.
8234
8235 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8236
8237         * sh.c (sh_insn_length_adjustment): New function.
8238         * sh-protos.h (sh_insn_length_adjustment): Declare.
8239         * sh.h (ADJUST_INSN_LENGTH): Use it.
8240
8241 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
8242
8243         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
8244         from the insn where REG_RETVAL is added.
8245         (emit_no_conflict_block): Ditto.
8246
8247         * md.texi (Standard Names): Clarify when movX is needed.
8248
8249         * combine.c (simplify_comparison) [MINUS]: Do not replace
8250         all (op (minus A B) 0) with (op A B).
8251
8252 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
8253                           J"orn Rennecke <amylaar@cygnus.co.uk>
8254
8255         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
8256         (block_lump_real): Likewise.
8257
8258 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
8259
8260         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
8261         remaining non-zero debugging masks.
8262
8263 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
8264
8265         * basic-block.h (verify_flow_info): Declare.
8266         (flow_loop_outside_edge_p): Declare.
8267         * flow.c (verify_flow_info): Remove declaration.
8268         (clear_log_links, flow_loop_outside_edge_p): Likewise.
8269
8270 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
8271
8272         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
8273         not C++ comments.
8274
8275 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
8276
8277         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
8278         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
8279         seqdi_zero_trunc+1): Allow splits only if registers are
8280         different.
8281
8282 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
8283
8284         * acconfig.h: Add HAVE_GAS_HIDDEN.
8285         * config.in: Regenerated.
8286         * configure.in: Add test for .hidden pseudo-op in gas.
8287         * configure: Regenerated.
8288         * crtstuff.c: Include auto-host.h.
8289         Emit additional .hidden pseudo-op for __dso_handle if the
8290         assembler knows about it.
8291
8292 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
8293
8294         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
8295         before freeing argnames.
8296         * cpplib.c (do_ifndef): Cast return value of xstrdup.
8297
8298 2000-04-05  Michael Meissner  <meissner@redhat.com>
8299
8300         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
8301         Walton <jonboy@gordian.com> to make memory references with update
8302         work wtih -mregnames.
8303
8304 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8305
8306         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
8307         (regrename_optimize): Rename variables `def_uses' and
8308         `ext_basic_blocks' to avoid conflicts with similarly named
8309         typedefs in traditional C.
8310
8311         * calls.c (initialize_argument_information): Fix typo in previous
8312         change.
8313
8314 2000-04-04  Richard Henderson  <rth@cygnus.com>
8315
8316         * regrename.c (consider_available): Test fixed_regs not
8317         PIC_OFFSET_TABLE_REGNUM.
8318
8319 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
8320
8321         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
8322         crtend.
8323         (CRTSTUFF_T_CFLAGS_S): Delete definition.
8324         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
8325         (ENDFILE_LINUX_SPEC): Always use crtend.
8326         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
8327         (powerpc-*-linux-gnu): Likewise.
8328         * configure: Regenerate.
8329
8330         * config/rs6000/eabi.h: Don't include sysv4.h.
8331         (MULTILIB_DEFAULTS): Don't define.
8332         * config/rs6000/eabiaix.h: Don't include eabi.h.
8333         * config/rs6000/eabile.h: Delete.
8334         * config/rs6000/eabilesim.h: Delete.
8335         * config/rs6000/eabisim.h: Don't include eabi.h.
8336         * config/rs6000/linux.h: Don't include sysv4.h.
8337         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
8338         (MULTILIB_DEFAULTS): Don't redefine.
8339         * config/rs6000/rtems.h: Don't include eabi.h.
8340         * config/rs6000/sol2.h: Don't include sysv4le.h.
8341         * config/rs6000/sysv4le.h: Don't include sysv4.h.
8342         * config/rs6000/t-ppc: Delete.
8343         * config/rs6000/t-ppcgas: Correct comment.
8344         * config/rs6000/t-ppcos: Correct comment.  Don't build
8345         multilibs for -fPIC, rather use -fPIC -mstrict-align
8346         as default.
8347         * config/rs6000/t-ppc: Delete.
8348         * config/rs6000/vxppc.h: Don't include sysv4.h.
8349         * config/rs6000/vxppcle.h: Delete.
8350         * configure.in: Use multiple header files for p2pc ELF targets
8351         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
8352         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
8353         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
8354         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
8355         always available for these platforms.
8356
8357 2000-04-04  Richard Henderson  <rth@cygnus.com>
8358
8359         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
8360
8361 2000-04-04  Stan Cox  <scox@cygnus.com>
8362
8363         * Makefile.in: Add rules for regrename.o
8364         * regrename.c: New file.
8365         * rtl.h (regrename_optimize): Add prototype.
8366         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
8367         (compile_file, decode_d_option): Add support for -frename-registers.
8368         (rest_of_compilation): Call regrename_optimize.
8369         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
8370         New macros.
8371
8372 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8373
8374         * Makefile (gccbug): New target.
8375         (doc): Depend on it.
8376         * gcc.texi (Bugs): Link subnodes.
8377         (gccbug): New node.
8378         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
8379         Document severities, priorities, and classes in bug form.
8380
8381 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
8382
8383         * cpplex.c (trigraph_map, speccase): Combine into single
8384         table, chartab.
8385         (NORMAL, NONTRI): New macros.
8386         (_cpp_read_and_prescan): Change to use unified table.  Use
8387         is_hspace to test for whitespace.
8388
8389         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
8390         definition that doesn't provoke the "empty body in an
8391         if-statement" warning.
8392
8393 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
8394
8395         * builtins.c (expand_builtin_strlen): Force the source to
8396         be a memory address.
8397
8398 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8399
8400         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
8401
8402 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8403
8404         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
8405          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
8406         (ECF_IS_CONST): Rename to ECF_CONST.
8407         (special_function_p): Make static, change interface.
8408         (flags_from_decl_or_type, try_to_integrate): Break out from ...
8409         (expand_call) ... here; convert number of variables to flags.
8410         (emit_library_call_vlue_1): Likewise.
8411         (setjmp_call_p): New function.
8412         (initialize_argument_information): Accepts flags as argument;
8413         return flags.
8414         (precompute_arguments): Likewise.
8415         * tree.h (special_function_p): Remove.
8416         (setjmp_call_p): Add prototype.
8417
8418 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
8419
8420         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
8421         so that addresses are offsetable by up to 16 bytes.
8422         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
8423         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
8424         offsetable.
8425
8426         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
8427         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
8428         (movsf): Don't force any constant to memory if target is integer
8429         hard register.
8430         Move fp_zero_operand check below the const0_rtx check.
8431         (movtf): Likewise. Also allow fp_zero_operand for stores into
8432         memory.
8433         (movdf): Likewise. Also allow fp_zero_operand for stores into
8434         memory and into integer hard registers.
8435         (clear_df, clear_dfp, movdf_const_intreg_sp32,
8436         movdf_const_intreg_sp64): Remove.
8437         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
8438         conditions.
8439         (movdf_no_e_insn_v9_sp32): New pattern.
8440         (movdf_insn_v9only): Remove.
8441         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
8442         (movdf_insn_sp64): Remove.
8443         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
8444         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
8445         (following splits): Rewrite conditions. Add two new splits
8446         for storing 0.0 into memory and registers.
8447         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
8448         (movtf_insn_sp32): Redo constraints and conditions.
8449         (movtf_insn_vis_sp32): New pattern.
8450         (movtf_no_e_insn_sp32): Redo constraints and conditions.
8451         (movtf_insn_hq_sp64): Likewise.
8452         (movtf_insn_hq_vis_sp64): New pattern.
8453         (movtf_insn_sp64): Redo constraints and conditions.
8454         (movtf_insn_vis_sp64): New pattern.
8455         (movtf_no_e_insn_sp64): Redo constraints and conditions.
8456         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
8457         or memory.
8458         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
8459         -mvis or -m64 to take down the number of various reload patterns.
8460
8461 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
8462
8463         * pa/pa-64.h: New file.
8464         * pa/pa64-regs.h: New file.
8465         * pa/pa64-start.h: New file.
8466         * pa/t-pa64: New file.
8467         * pa/xm-pa64hpux.h: New file.
8468
8469 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8470
8471         * sparc.c (output_restore_regs): Prototype.
8472         (sparc_emit_float_lib_cmp): Constification.
8473
8474         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
8475
8476         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
8477         Prototype.
8478
8479         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
8480         (get_value_hash, hash_rtx): Likewise.
8481
8482         * ssa.c (compute_conservative_reg_partition): Prototype.
8483
8484         * tree.c (mark_hash_entry): Prototype.
8485
8486 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
8487
8488         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
8489         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
8490         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
8491
8492         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
8493         * objc/lang-specs.h: Likewise.
8494
8495 2000-04-03  Neil Booth  <NeilB@earthling.net>
8496
8497         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
8498         and SYNTAX_ERROR2. Replace `' in messages with ''.
8499         (op_to_str): Make re-entrant.
8500         (_cpp_parse_expr): Implement new error macros. Use | rather
8501         than || to logically or 2 boolean integers.  Simply expression
8502         checking we have a left operand iff needed.
8503
8504 2000-04-03  Nick Clifton  <nickc@cygnus.com>
8505
8506         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
8507
8508 2000-04-03  Philip Blundell  <philb@gnu.org>
8509
8510         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
8511
8512 2000-04-03  Felix Lee  <flee@cygnus.com>
8513
8514         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
8515         (run_shell): Use it.
8516
8517 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
8518
8519         * Makefile.in (stmp-int-hdrs): Make include subdir here...
8520         (stmp-fixproto): ...rather than here.
8521
8522 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
8523
8524         * pa.c (print_operand): Compute 'base' only inside the code paths
8525         that use it.
8526
8527 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
8528
8529         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
8530         CEIL_DIV_EXPR.
8531
8532 2000-04-03  Philipp Thomas  <pthomas@suse.de>
8533
8534         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
8535
8536 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
8537
8538         * Makefile.in (alias.o): Depend on $(TREE_H).
8539
8540 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
8541
8542         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
8543         processing C++.
8544         * cpplib.c (_cpp_handle_directive): Improve warnings for
8545         traditional C and indented directives.
8546
8547         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
8548         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
8549         fixinc/inclhack.def: Indent the # of #include_next one space.
8550         * cp/rtti.c: Un-indent #if and #endif.
8551
8552         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
8553         syntax error, but an error has already been printed.
8554         * cpplex.c (_cpp_parse_assertion): Give a more specific error
8555         message when called with nothing remaining on the line.
8556         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
8557         OTHER token, not an ASSERTION.
8558         * cpplib.c (do_assert): When we create a 'base' node, clear
8559         its aschain pointer.
8560
8561 2000-04-02  Neil Booth <NeilB@earthling.net>
8562
8563         * cppexp.c:  New typedef op_t.  struct operation and struct
8564         token updated to use it.
8565         (op_to_str): New function.
8566         (_cpp_parse_expr): Error messages modified to use op_to_str.
8567
8568 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8569
8570         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
8571         before checking MUST_PASS_IN_STACK.
8572
8573 2000-04-02  Neil Booth <NeilB@earthling.net>
8574
8575         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
8576         flags and initial priority into a single constant.  New
8577         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
8578         (_parse_cpp_expr): Implement new constants.  Take left operand
8579         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
8580         parse indicated by reducing FINISHED token.  Remove new lines
8581         from cpp_error messages.
8582
8583 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
8584
8585         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
8586         permanent obstack.
8587
8588 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
8589
8590         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
8591         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
8592         the strings and function names on the fly.  Take the #sccs
8593         entry out of the table if SCCS_DIRECTIVE is not defined.
8594         (_cpp_handle_directive): Decide if the # was at the beginning
8595         of the line here.  Issue -pedantic warnings for extended
8596         directives here.  Warn about K+R directives with the #
8597         indented, and C89/extended directives with the # not indented,
8598         here.
8599         (do_import, do_include_next, do_warning, do_ident, do_sccs,
8600         do_assert, do_unassert): Don't issue pedantic warning here.
8601
8602         * cpphash.h: Add CPP_WTRADITIONAL macro.
8603         * cpplib.h (struct cpp_options): Rename warn_stringify to
8604         warn_traditional; update comments.
8605         * cppinit.c (handle_option): Set warn_traditional not
8606         warn_stringify.
8607         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
8608         CPP_WTRADITIONAL (pfile).
8609         * cpplex.c (_cpp_lex_token): Don't decide if directives should
8610         be ignored in -traditional mode here.
8611
8612         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
8613         to initialize speccase[] and trigraph_map[].  Delete all
8614         references to pfile->input_speccase.  Always treat '?' as a
8615         special character.  Remove table-initialization code from
8616         _cpp_init_input_buffer.
8617
8618         * cpplib.h (struct cpp_reader): Remove input_speccase field.
8619         * cppinit.c (cpp_cleanup): Don't free input_speccase.
8620
8621 2000-04-01  Richard Henderson  <rth@cygnus.com>
8622
8623         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
8624         (mostlyclean): Likewise.
8625
8626         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
8627         (struct dump_file_info, enum dump_file_index, dump_file): New.
8628         (open_dump_file): Take a dump_file_index not a suffix, and a decl
8629         not a string.  Clean out file if we havn't yet done so.  Do nothing
8630         if the dump isn't enabled.
8631         (close_dump_file): Do nothing if the dump isn't open.  Dump
8632         graph data if requested.
8633         (dump_rtl, clean_dump_file): Remove.
8634         (compile_file): Don't clean the dump files.  Only finalize .bp dump
8635         if flag_test_coverage or flag_branch_probabilities.  Only finalize
8636         .combine dump if optimizing.  Iterate over dump_file to finalize the
8637         graph dumps.
8638         (rest_of_compilation): Update for open_dump_file/close_dump_file.
8639         Convert all uses of dump_rtl.
8640         (decode_d_option): Iterate over dump_file to implement 'a' and to
8641         locate pass-specific dumps.
8642
8643 2000-04-01  Neil Booth <NeilB@earthling.net>
8644
8645         * cppexp.c: Redefine priority constants.
8646         (_cpp_parse_expr): Replace left and right priority scheme with
8647         single priority logic.  Move LOGICAL to same place as COMPARE.
8648         Remove bogus check for multiple unary +/- operators.
8649
8650 2000-04-01  Neil Booth <NeilB@earthling.net>
8651
8652         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
8653         within the switch statement.  Binary operations break out of
8654         the switch naturally.  '(' tokens handled by forcing
8655         immediate shift.  ')' handled by forcing immediate reduce to
8656         the previous '('.  New error messages.
8657
8658 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
8659
8660         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
8661         part', it's already in use.  Use %K instead.  Add a return at the
8662         end of what is now %K.
8663         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
8664
8665 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8666
8667         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
8668         allocate_dynamic_stack_space.
8669         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
8670         update stack_pointer_delta; do not update arg_size_so_far.
8671         (compute_argument_block_size): Use stack_delta instead of
8672         stack_pointer_pending and arg_size_so_far.
8673         (expand_call): Add sanity checking for stack_pointer_delta;
8674         save and restore stack_pointer_delta for SIB, use
8675         stack_pointer_delta for alignment; do not update arg_space_so_far.
8676         (emit_library_call_value): Use stack_pointer_delta for alignment.
8677         (store_one_arg): Do not update arg_space_so_far.
8678         * explow.c (adjust_stack, anti_adjust_stack): Update
8679         stack_pointer_delta.
8680         (allocate_dynamic_stack_space): Add sanity checking for
8681         stack_pointer_delta.
8682         * expr.c (init_expr, clear_pending_stack_adjust): Clear
8683         stack_pointer_delta.
8684         (emit_push_insn): Update stack_pointer_delta.
8685         * function.h (struct expr_status): Add x_stack_pointer_delta;
8686         remove x_arg_space_so_far.
8687         (arg_space_so_far): Remove.
8688         (stack_pointer_delta): New macro.
8689
8690 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
8691
8692         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
8693         Reorder struct cpp_options and struct cpp_reader for better
8694         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
8695         takes two args.  Change all 'char' flags to 'unsigned char'.
8696         Move show_column flag into struct cpp_options.  Don't
8697         prototype cpp_options_init.
8698         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
8699         cppinit.c, cpplex.c, cpplib.c:
8700         Replace CPP_OPTIONS (pfile)->whatever with
8701         CPP_OPTION (pfile, whatever), and likewise for
8702         opts = CPP_OPTIONS (pfile); ... opts->whatever;
8703
8704         * cppinit.c (merge_include_chains): Take a cpp_reader *.
8705         Extract CPP_OPTION (pfile, pending) and work with that
8706         directly.
8707         (cpp_options_init): Delete.
8708         (cpp_reader_init): Turn on on-by-default options here.
8709         Allocate the pending structure here.
8710         (cl_options, enum opt_code): Define these from the same table,
8711         kept in a large macro.  Add -fshow-column and -fno-show-column
8712         options.
8713
8714         * cpperror.c (v_message): If show_column is off, don't print
8715         the column number.
8716
8717         * cppmain.c: Update for new interface.
8718         * fix-header.c: Likewise.
8719
8720 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
8721
8722         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
8723         definition.
8724         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
8725         are passed to any invocation of AR_FOR_TARGET.
8726         (AR_CREATE_FOR_TARGET): New macro.
8727         (AR_EXTRACT_FOR_TARGET): New macro.
8728         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
8729         AR_EXTRACT_FOR_TARGET.
8730         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
8731         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
8732         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
8733         AR_EXTRACT_FOR_TARGET to sub-makes.
8734
8735 2000-03-31  Neil Booth <NeilB@earthling.net>
8736
8737         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
8738         PAREN_INNER_PRIO.
8739         (_cpp_parse_expr): Check for multiple unary +/- operators.
8740         Correct priorities of ':' and '?'.  Treat ')' as having a
8741         value.  Ensure conditional expression is not void.
8742
8743 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
8744
8745         * alias.c (canon_rtx): Make it global.
8746         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
8747         equality.
8748         * cse.c (struct table_elt): Add canon_exp.
8749         (insert): Clear it.
8750         (invalidate): Canonicalize expressions only once.
8751         * rtl.h (canon_rtx): Declare.
8752
8753 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
8754
8755         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
8756         * alias.c (reg_known_value): Add comments.
8757         (init_alias_analysis): Likewise.
8758         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
8759         address.
8760         (cse_basic_block): Fix typo in comment.
8761         * emit-rtl.c: Include hashtab.h.
8762         (const_int_htab): New variable.
8763         (const_int_htab_hash): New function.
8764         (const_int_htab_eq): Likewise.
8765         (rtx_htab_mark_1): Likewise.
8766         (rtx_htab_mark): Likewise.
8767         (gen_rtx_CONST_INT): Cache all CONST_INTs.
8768         (unshare_all_rtx): Fix formatting.
8769         (init_emit_once): Initialize const_int_htab.
8770         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
8771         address.
8772         * rtl.texi: Document the fact that all CONST_INTs with the same
8773         value are shared.
8774
8775 2000-03-30  Richard Henderson  <rth@cygnus.com>
8776
8777         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
8778
8779 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
8780
8781         * configure.in: Comment out --enable-c-cpplib stanza.
8782         * configure: Regenerate.
8783
8784 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8785
8786         * expr.c (store_constructor): Properly compute displacement and
8787         alignment when offset is variable.
8788
8789         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
8790         cases of alignment in bytes.
8791
8792 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
8793
8794         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
8795         since it is used to generate c-parse.y.
8796         * objc-parse.c, objc-parse.y: Regenerated.
8797
8798         * function.c (expand_function_end): Pass alignment argument to
8799         emit_block_move in bits, not bytes.
8800
8801 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8802
8803         * expr.c (move_by_pieces_ninsns): Fix one more missing align
8804         correction.
8805
8806         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
8807
8808         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
8809         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
8810         * function.c (assign_parms): Likewise.
8811         * integrate.c (expand_inline_function): Likewise.
8812         * stmt.c (expand_decl): Likewise.
8813         (copy_rtx_and_substitute): Likewise.
8814         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
8815         (clear_by_pieces): Fix error in last change.
8816         * emit-rtl.c (init_emit): Set known registers alignment in bits.
8817         * function.h (regno_pointer_align): Now unsigned.
8818         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
8819         is in bits.
8820         * config/i386/i386.c (aligned_operand): Likewise.
8821         * config/sparc/sparc.c (mem_min_alignment): Likewise.
8822         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
8823         (unaligned_memory_operand): Likewise.
8824         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
8825         Also make alignments and sizes unsigned and some whitespace cleanup.
8826         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
8827
8828         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
8829         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
8830         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
8831         (expand_builtin_memset): Likewise, but to clear_storage.
8832         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
8833         (restore_fixed_argument_area): Likewise.
8834         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
8835         (load_register_parameters): Likewise, to emit_group_load.
8836         (expand_call): Likewise, to emit_group_store and emit_block_move.
8837         (emit_library_call_value_1): Likewise, to emit_block_move.
8838         (store_one_arg): Likewise, and to emit_push_insn.
8839         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
8840         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
8841         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
8842         (emit_block_move, emit_group_load, emit_group_store): Likewise.
8843         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
8844         (expand_assigment, store_expr, store_constructor_field): Likewise.
8845         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
8846         (store_constructor, store_field, get_inner_reference): Likewise.
8847         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
8848         (expand_expr, case COMPONENT_REF): Likewise.
8849         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
8850         and positions; reindent code.
8851         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
8852         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
8853         (assign_parms): Likewise to emit_group_store.
8854         * optabs.c (prepare_cmp_insn): Alignment is in bits.
8855         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
8856         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
8857         (expand_return): Likewise to {extract,store}_bit_field.
8858         * stor-layout.c (get_mode_alignment): Minor cleanup.
8859         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
8860         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
8861
8862 2000-03-29  Nick Clifton  <nickc@cygnus.com>
8863
8864         * config/arm/arm.h: Undo effects of previous delta:
8865         (ASM_SPEC): Do not define.
8866         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
8867
8868         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
8869         typo.
8870
8871 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
8872
8873         * cppinit.c (cpp_start_read): Call initialize_dependency_output
8874         only after reading in the primary source file.
8875
8876 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
8877
8878         * c-common.c (c_common_nodes_and_builtins): The first parameter to
8879         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
8880         or a reference to a va_list.
8881         * builtins.c (stabilize_va_list): Simplify now we don't have to
8882         work around C array address decay.
8883         * c-typeck.c (convert_for_assignment): Handle assignment to
8884         a reference parameter by taking the address of the RHS.
8885         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
8886         (va_copy): Likewise.
8887         (__va_copy): Likewise.
8888         * ginclude/varargs.h (va_start): Likewise.
8889         (__va_copy): Likewise.
8890
8891 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
8892
8893         * i386/djgpp.h: Remove extraneous "+".
8894
8895         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
8896
8897         * calls.c (expand_call): Fix typo in last change.
8898
8899 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
8900
8901         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
8902         been expanded.
8903
8904 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8905
8906         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
8907         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
8908         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
8909         * tree.c (bit_position, byte_position): Likewise.
8910         * tree.h: Declare new functions.
8911
8912 2000-03-29  Nick Clifton  <nickc@cygnus.com>
8913
8914         * config/arm/arm.c: Minor formatting changes/
8915         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
8916         already defined.
8917         (ASM_SPEC): Define if not already defined.
8918
8919 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
8920
8921         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
8922         _cpp_calc_hash.
8923
8924 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
8925
8926         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
8927         value, don't output it as unsigned.
8928
8929 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
8930
8931         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
8932
8933 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8934
8935         * c-common.c (c_common_nodes_and_builtins): Don't special case
8936         cplus_mode when declaring builtin bzero/bcmp, always avoid
8937         prototype arguments.
8938
8939 2000-03-29  Bruce Korb  <bkorb@gnu.org>
8940
8941         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
8942         to a non-file
8943
8944 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8945
8946         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
8947         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
8948         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
8949         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
8950         (save_fixed_argument_area, restore_fixed_argument_area):
8951         conditionize by #ifdef REG_PARM_STACK_SPACE only.
8952         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
8953         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
8954         (precompute_register_parameters): Avoid #ifdefs on
8955         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
8956         (stire_one_args): Likewise.
8957         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
8958         (emit_library_call_value_1): Likewise.
8959         (compute_argument_block_size): Align to STACK_BOUNDARY only for
8960         ACCUMULATE_OUTGOING_ARGS.
8961         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
8962         value.
8963         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
8964         (use_crosses_set_p): Likewise.
8965         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
8966         #define ACCUMULATE_OUTGOING_ARGS 1.
8967         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
8968         frames.
8969         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
8970         constants.
8971         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
8972         (TARGET_SWITCHES): Add push-args, no-push-args,
8973         accumulate-outgoing-args and no-accumulate-outgoing-args.
8974         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
8975         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
8976         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
8977         and PUSH_ROUNDING.
8978         (emit_push_insn): Likewise.
8979         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
8980         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
8981         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
8982         (STACK_DYNAMIC_OFFSET): Define correctly for both
8983         ACCUMULATE_OUTGOING_ARGS and normal mode.
8984         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
8985         * tm.texi (PUSH_ARGS): Document.
8986         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
8987
8988 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8989
8990         * flags.h (flag_optimize_sibling_calls): Declare.
8991         * calls.c (expand_call): Fail sibcall when
8992         !flag_optimize_sibling_calls
8993         * invoke.texi (flag_optimize_sibling_calls): Document.
8994         * toplev.c (flag_optimize_sibling_calls): New global variable.
8995         (f_options): Add flag_optimize_sibling_calls.
8996         (rest_of_compilation): Conditionize
8997         optimize_sibling_and_tail_recursive_calls by
8998         flag_optimize_sibling_calls.
8999         (main): Set flag_optimize_sibling_calls for -O2.
9000         * stmt.c (expand_return): Conditionize tail recursion by
9001         flag_optimize_sibling_calls.
9002
9003 2000-03-29  Richard Henderson  <rth@cygnus.com>
9004
9005         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
9006         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
9007
9008 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
9009
9010         * except.c (add_eh_table_entry): Mark type_info's as referenced.
9011
9012 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9013
9014         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
9015         is given.
9016         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
9017         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
9018         * config/rs6000/aix.h: then modified likewise.
9019
9020 2000-03-28  Richard Henderson  <rth@cygnus.com>
9021
9022         * rtl.h: Redistribute enum reg_note documentation.
9023         Kill trailing whitespace.
9024         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
9025         Kill trailing whitespace.
9026
9027 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
9028
9029         * cppfiles.c (hash_IHASH): Just return i->hash.
9030         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
9031         htab_find_with_hash.
9032         (cpp_read_file): Likewise.
9033         (find_include_file): Likewise.  Properly initialize
9034         ih->nshort.  Share ih->name and ih->nshort if possible.
9035         * cpphash.c (_cpp_calc_hash): New function.
9036         (hash_HASHNODE): Just return h->hash.
9037         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
9038         htab_find_with_hash.
9039         * cpphash.h: Prototype _cpp_calc_hash.
9040         * cppinit.c (initialize_builtins): Provide a valid hash
9041         to _cpp_make_hashnode, using _cpp_calc_hash.
9042
9043         * cpphash.c (collect_expansion): # is not a special character
9044         in object-like macros.  In -traditional mode, /**/ is not
9045         token paste at the beginning or end of the line.
9046         * cpplib.c (do_include, do_import, do_include_next): If
9047         parse_include fails, return immediately.
9048
9049 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
9050
9051         * config/arm/arm.md (return peepholes): Update to reflect the new
9052         call insn patterns.
9053         * config/arm/arm.c (arm_volatile_func): Also check
9054         current_function_nothrow.
9055         (output_return_instruction, output_func_prologue): Use it.
9056         (arm_output_epilogue, arm_expand_prologue): Likewise.
9057
9058 2000-03-27  Tom Tromey  <tromey@cygnus.com>
9059
9060         * gcc.c (handle_braces): In {x*...} case, break out of loop if
9061         switch is found.
9062
9063 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9064
9065         * expr.c (store_constructor): SIZE now signed.
9066         For EXPR_SIZE, don't evaluate size; just needed if constant.
9067         * fold-const.c (fold): Fix a number of cases when folded tree is
9068         wrong type.
9069         * function.c (flush_addressof): Reenable.
9070         * tree.h (flush_addressof): Likewise.
9071         * toplev.c (independent_decode_option): Look at strings_processed.
9072         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
9073
9074 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
9075
9076         * sibcall.c (indentify_call_return_value): Find last call in the chain;
9077         Allow stack adjustment after function call.
9078
9079         * regmove.c (struct csa_memlist): Make mem field rtx *.
9080         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
9081         (try_apply_stack_adjustment): Replace whole MEM rtx.
9082         (combine_stack_adjustments_for_block): Update calls
9083         to record_one_stack_ref.
9084
9085 2000-03-28  Neil Booth  <NeilB@earthling.net>
9086
9087         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
9088         '\\' rather than a null character, so nulls are not special.  Fix
9089         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
9090         speed trigraph conversion.
9091         (_cpp_init_input_buffer): Initialize trigraph map.
9092
9093 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
9094
9095         * config/i386/i386.c (output_387_binary_op): Correct intel
9096         mode assembly output, and add spaces after commas in AT&T
9097         output.  Correct Unixware assembler comment.  Document input
9098         constraints.  Comment fp operations.  Reduce profligate buffer
9099         size.  Remove extraneous abort.  Localize temp var.
9100         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
9101         (output_fix_trunc): Add spaces after commas in assembly output.
9102
9103 2000-03-27  Richard Henderson  <rth@cygnus.com>
9104
9105         * i386-protos.h (ix86_match_ccmode): Declare.
9106         * i386.c (ix86_match_ccmode): New.
9107         (ix86_expand_fp_compare): Update for pattern renames.
9108         (ix86_expand_strlensi_unroll_1): Likewise.
9109         * i386.h (EXTRA_CC_MODES): Add CCZ.
9110         (SELECT_CC_MODE): Use it for EQ/NE zero.
9111         * i386.md (cmpsi_ccz_1): New.
9112         (cmpqi_ccz_1): New.
9113         (*testsi_ccz_1): New.
9114         (testqi_ccz_1): New.
9115         (cmpsi_ccno_1): Rename from cmpsi_0.
9116         (testsi_ccno_1): Rename from testsi_1.
9117         (testqi_ccno_1): Rename from testqi_1.
9118         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
9119         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
9120         (*cmphi_0): Use ix86_match_ccmode.
9121         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
9122         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
9123         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
9124         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
9125         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
9126         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
9127         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
9128         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
9129         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
9130         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
9131         (appropriate peepholes): Likewise.
9132         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
9133         (*subsi_3, *subhi_3, *subqi_3): Remove.
9134         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
9135         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
9136         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
9137         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
9138         (x86_shift_adj_1): Use CCZ.
9139         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
9140
9141 2000-03-27  Stan Cox  <scox@cygnus.com>
9142
9143         * resource.h (mark_resource_type): New.
9144         * resource.c (find_dead_or_set_registers, mark_target_live_regs,
9145         find_free_register): Use mark_resource_type.
9146         (mark_set_resources): Change include_delayed_effects
9147         to mark_resource_type.
9148         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
9149         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
9150         Use mark_resource_type.
9151
9152 2000-03-27  Richard Henderson  <rth@cygnus.com>
9153
9154         * i386.md (call_pop_0, call_value_pop_0): New.
9155         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
9156         (call_value_pop_1): Likewise.
9157         (call_0, call_value_0): New.
9158         (call_1, call_value_1): Remove constraint from unused arg.
9159
9160 2000-03-27  Nick Clifton  <nickc@cygnus.com>
9161
9162         * invoke.texi (Spec Files): Document new spec % command created by
9163         Tom Tromey's recent patch.
9164
9165 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
9166
9167         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
9168         if not defined.
9169
9170 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9171
9172         * expr.c (expand_assignment): Fix typo in last change.
9173
9174         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
9175
9176 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9177
9178         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
9179         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
9180         and DECL_INLINE if FUNCTION_DECL.
9181         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
9182         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
9183         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
9184         (combine_parm_decls): Likewise.
9185         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
9186         * print-tree.c (print_node): Likewise.
9187         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
9188         DECL_TRANSPARENT_UNION on proper decl types.
9189         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
9190         * stor-layout.c (layout_decl): Only check DECL_PACKED and
9191         DECL_BIT_FIELD of FIELD_DECL.
9192         * tree.h (DECL_RESULT_FLD): New macro.
9193
9194         * expr.c (expand_assignment): Add code to handle variable-sized
9195         BLKmode case.
9196
9197 2000-03-26  Richard Henderson  <rth@cygnus.com>
9198
9199         * calls.c (expand_call): Pass parms not original exp to
9200         optimize_tail_recursion.  Mind return value instead of looking
9201         for a barrier.
9202         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
9203         call_expr.  Move checks for call_expr and current_function_decl ...
9204         (expand_return): ... here.
9205
9206 2000-03-26  Tom Tromey  <tromey@cygnus.com>
9207
9208         * gcc.c (handle_braces): Recognize `%{<S}' construct.
9209         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
9210         defines.
9211         (process_command): Use them.
9212         (check_live_switch): Likewise.
9213         (give_switch): Skip ignored switches.
9214
9215 2000-03-26  Jan Hubicka  <jh@suse.cz>
9216
9217         * jump.c (jump_optimize_1): Fix typo in elide optimizations
9218         for minimal jump pass test.
9219
9220 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
9221
9222         * integrate.c (function_cannot_inline_p): Do inline functions that
9223         return `void'.
9224
9225 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9226
9227         * stor-layout.c (layout_type, set_sizetype): early_type_list is
9228         now a list of TREE_LIST entries, not types.
9229         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
9230
9231         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
9232         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
9233         int_bit_position.
9234         * config/mips/mips.c (function_arg): Likewise; also remove cast
9235         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
9236         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
9237         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
9238         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
9239         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
9240         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
9241         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
9242         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
9243         num_adjusts now unsigned.
9244         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
9245         * config/sparc/sparc.c (struct function_arg_record_value_parms):
9246         NREGS now unsigned.
9247         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
9248         as is BITPOS variable; use host_integerp and int_bit_position.
9249         (function_arg_record_value_2): Likewise.
9250         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
9251         Variable REGNO now unsigned.
9252         (function_arg_record_value): NREGS now unsigned.
9253
9254 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
9255
9256         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
9257
9258 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9259
9260         * Rework fields used to describe positions of bitfields and
9261         modify sizes to be unsigned and use HOST_WIDE_INT.
9262         * alias.c (reg_known_value_size): Now unsigned.
9263         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
9264         (really_start_incremental_init): Use bitsize_zero_node.
9265         (push_init_level, pop_init_level, output_init_element): Likewise.
9266         Use bitsize_unit_node and bitsize_one_node.
9267         (output_pending_init_elements, process_init_element): Likewise.
9268         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
9269         (make_extraction): Position and length HOST_WIDE_INT and unsigned
9270         HOST_WIDE_INT, respectively.
9271         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
9272         (num_sign_bit_copies): Returns unsigned.
9273         BITWIDTH now unsigned; rework arithmetic.
9274         Remove recursive call from arg to MAX.
9275         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
9276         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
9277         REGNO now unsigned.
9278         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
9279         (find_split_point, expand_compound_operation, make_extraction): LEN
9280         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
9281         (make_field_assignment): Likewise.
9282         (combine_simplify_rtx): Add cast.
9283         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
9284         (force_to_mode): WIDTH now unsigned; add cast.
9285         (if_then_else_cond): SIZE now unsigned.
9286         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
9287         (extended_count): Now returns unsigned.
9288         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
9289         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
9290         (simplify_comparison): MODE_WIDTH now unsigned.
9291         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
9292         (mark_used_regs_combine): Likewise; rework arithmetic.
9293         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
9294         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
9295         (record_promoted_value): REGNO now unsigned.
9296         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
9297         (get_last_value): REGNO now unsigned.
9298         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
9299         (reg_dead_regno, reg_dead_endregno): Now unsigned.
9300         (remove_death): Arg REGNO now unsigned.
9301         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
9302         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
9303         now unsigned.
9304         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
9305         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
9306         (struct cse_reg_info): REGNO now unsigned.
9307         (cached_regno): Now unsigned.
9308         (REGNO_QTY_VALID_P): Add cast.
9309         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
9310         (remove_invalid_regs): Likewise.
9311         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
9312         as are variables END and I.
9313         (get_cse_reg_info, insert): Likewise.
9314         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
9315         (canon_hash): Likewise.
9316         (insert_regs, lookup_for_remove): REGNO now unsigned.
9317         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
9318         New variable RN.
9319         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
9320         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
9321         * emit-rtl.c (subreg_realpart_p): Add cast.
9322         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
9323         (operand_subword_force): Arg I is now unsigned.
9324         * except.c (eh_regs): Variable I is now unsigned.
9325         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
9326         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
9327         length is unsigned HOST_WIDE_INT; likewise for internal variables.
9328         (store_split_bit_field, extract_fixed_bit_field): Likewise.
9329         (extract_split_bit_field, store_bit_field, extract_bit_field):
9330         Likewise.
9331         * expr.c (store_constructor_fields, store_constructor, store_field):
9332         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
9333         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
9334         (do_jump): Likewise.
9335         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
9336         MAX_SIZE is now unsigned.
9337         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
9338         (emit_group_store): Likewise.
9339         (emit_move_insn): I now unsigned.
9340         (store_constructor): Use host_integerp, tree_low_cst, and
9341         bitsize_unit_node.
9342         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
9343         Rework all calculations to use trees and new fields.
9344         * expr.h (promoted_input_arg): Regno now unsigned.
9345         (store_bit_field, extract_bit_field): Adjust types of pos and size.
9346         (mark_seen_cases): Arg is HOST_WIDE_INT.
9347         * flow.c (verify_wide_reg_1): REGNO now unsigned.
9348         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
9349         precisions and alignments are unsigned.
9350         (optimize_bit_field_compare, fold_truthop): Likewise.
9351         (int_const_binop): Adjust threshold for size_int_type_wide call.
9352         (fold_convert): Likewise.
9353         (size_int_type_wide): Make table larger and fix thinko that only
9354         had half of table used.
9355         (all_ones_mask_p, fold): Precisions are unsigned.
9356         * function.c (put_reg_info_stack): REGNO is unsigned.
9357         (instantiate_decl): Size is HOST_WIDE_INT.
9358         (instantiate_virtual_regs): I is unsigned.
9359         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
9360         (promoted_input_arg): REGNO is unsigned.
9361         * function.h (struct function): x_max_parm_reg is now unsigned.
9362         * gcse.c (max_gcse_regno): Now unsigned.
9363         (struct null_pointer_info): min_reg and max_reg now unsigned.
9364         (lookup_set, next_set): REGNO arg now unsigned.
9365         (compute_hash_table): REGNO and I now unsigned.
9366         (handle_avail_expr): regnum_for_replacing now unsigned.
9367         (cprop_insn): REGNO now unsigned.
9368         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
9369         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
9370         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
9371         * hard-reg-set.h (reg_class_size): Now unsigned.
9372         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
9373         * jump.c (mark_modified_reg): I now unsigned; add cast.
9374         (rtx_equal_for_thread_p): Add cast.
9375         * loop.c (max_reg_before_loop): Now unsigned.
9376         (struct_movable): REGNO now unsigned.
9377         (try_copy_prop): REGNO arg unsigned.
9378         (regs_match_p): XN and YN now unsigned.
9379         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
9380         (strength_reduce): Likewise; NREGS also unsigned.
9381         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
9382         * loop.h (struct iv_class): REGNO now unsigned.
9383         (max_reg_before_loop, first_increment_giv, last_increment_giv):
9384         Now unsigned.
9385         * machmode.h (mode_size, mode_unit_size): Now unsigned.
9386         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
9387         * optabs.c (expand_binop): I and NWORDS now unsigned.
9388         (expand_unop): I now unsigned.
9389         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
9390         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
9391         * real.c (significand_size): Now returns unsigned.
9392         * real.h (significand_size): Likewise.
9393         * regclass.c (reg_class_size): Now unsigned.
9394         (choose_hard_reg_mode): Both operands now unsigned.
9395         (record_reg_classes): REGNO and NR now unsigned.
9396         (reg_scan): NREGS now unsigned.
9397         (reg_scan_update): old_max_regno now unsigned.
9398         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
9399         * reload.c (find_valid_class): BEST_SIZE now unsigned.
9400         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
9401         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
9402         Likewise for variable R.
9403         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
9404         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
9405         (find_equiv_reg): Add casts.
9406         (regno_clobbered_p): Arg REGNO now unsigned.
9407         * reload.h (struct reload): NREGS now unsigned.
9408         (refers_to_regno_for_reload_p): Regno args are unsigned.
9409         (regno_clobbered_p): Likewise.
9410         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
9411         (compute_use_by_pseudos): REGNO now unsigned.
9412         (find_reg): I and J now unsigned, new variable K, and change loop
9413         variables accordingly; THIS_NREGS now unsigned.
9414         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
9415         (spill_hard_reg): REGNO arg now unsigned; add casts.
9416         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
9417         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
9418         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
9419         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
9420         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
9421         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
9422         (emit_reload_insns): REGNO now unsigned.
9423         (reload_cse_move2add): Add cast.
9424         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
9425         and rework loop.
9426         * resource.c (mark_referenced_resources, mark_set_resources): New
9427         variable R; REGNO and LAST_REGNO now unsigned.
9428         (mark_target_live_regs): J and REGNO now unsigned.
9429         * rtl.c (mode_size, mode_unit_size): Now unsigned.
9430         * rtl.h (union rtunion_def): New field rtuint.
9431         (XCUINT): New macro.
9432         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
9433         (operand_subword, operand_subword_force): Word number is unsigned.
9434         (choose_hard_reg_mode): Operands are unsigned.
9435         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
9436         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
9437         (regno_use_in, combine_instructions, remove_death): Likewise.
9438         (reg_scan, reg_scan_update): Likewise.
9439         (extended_count): Return is unsigned.
9440         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
9441         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
9442         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
9443         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
9444         (reg_reg_last_1): FIRS and LAST now unsigned.
9445         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
9446         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
9447         now unsigned.
9448         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
9449         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
9450         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
9451         (replace_regs): Arg NREGS now unsigned.
9452         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
9453         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
9454         (simplify_binary_operation): Likewise.
9455         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
9456         THIS_LAST now unsigned.
9457         (cselib_record_set): Add cast.
9458         * ssa.c (ssa_max_reg_num): Now unsigned.
9459         (rename_block): REGNO now unsigned.
9460         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
9461         sizes now unsigned.
9462         (all_cases_count): Just return -1 not -2.
9463         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
9464         Rework tests to use trees whenever possible.
9465         Use host_integerp and tree_low_cst.
9466         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
9467         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
9468         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
9469         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
9470         (smallest_mode_for_size): Likewise.
9471         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
9472         KNOWN_ALIGN is now an alignment, so simplify code.
9473         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
9474         (start_record_layout): Renamed from new_record_layout_info.
9475         Update to new fields.
9476         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
9477         New functions.
9478         (place_union_field): Renamed from layout_union_field.
9479         Update to use new fields in rli.
9480         (place_field): Renamed from layout_field.
9481         Major rewrite to use new fields in rli; pass alignment to layout_decl.
9482         (finalize_record_size): Rework to use new fields in rli and handle
9483         union.
9484         (compute_record_mode): Rework to simplify and to use new DECL fields.
9485         (finalize_type_size): Make rounding more consistent.
9486         (finish_union_layout): Deleted.
9487         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
9488         (layout_type, case RECORD_TYPE): Call new function names.
9489         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
9490         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
9491         (get_best_mode): UNIT is now unsigned; remove casts.
9492         * tree.c (bit_position): Compute from new fields.
9493         (byte_position, int_byte_position): New functions.
9494         (print_type_hash_statistics): Cast to remove warning.
9495         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
9496         (build_index_type): Likewise; make subtype of sizetype.
9497         (build_index_2_type): Pass sizetype to build_range_type.
9498         (build_common_tree_nodes): Use size_int and bitsize_int to
9499         initialize nodes; add bitsize_{zero,one,unit}_node.
9500         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
9501         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
9502         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
9503         (DECL_FIELD_BITPOS): Deleted.
9504         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
9505         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
9506         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
9507         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
9508         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
9509         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
9510         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
9511         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
9512         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
9513         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
9514         (DECL_ALIGN): Adjust to new field in union.
9515         (DECL_OFFSET_ALIGN): New field.
9516         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
9517         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
9518         (union tree_decl): Add struct for both aligns.
9519         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
9520         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
9521         (struct record_layout_info): Rework fields to have offset
9522         alignment and byte and bit position.
9523         (start_record_layout, place_field): Renamed from old names.
9524         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
9525         (byte_position, int_byte_position): Likewise.
9526         (get_inner_reference): Change types of position and length.
9527         * unroll.c (unroll_loop): New variable R; use for some loops.
9528         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
9529         (calculate_giv_inc): Arg REGNO now unsigned.
9530         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
9531         * varasm.c (assemble_variable): Clean up handling of size using
9532         host_integerp and tree_low_cst.
9533         (decode_addr_const): Use byte, not bit, position.
9534         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
9535         use tree_low_cst and int_bit_position.
9536         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
9537
9538 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
9539
9540         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
9541         (reorder_block_def): New members eff_head and eff_end.
9542         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
9543         (verify_insn_chain): New function.
9544         (skip_insns_between_block): Add code to skip deleted insns.
9545         Check for note before using.
9546         (chain_reorder_blocks): Replace calls to skip_insns_between_block
9547         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
9548         Check for note before using.
9549         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
9550         (fixup_reorder_chain): Restructure, clean up, defect removal.
9551         (reorder_basic_blocks): Remove last_insn and references to it.
9552         Moved insn chain verification code into a new function (see above).
9553         Delete defective code that sets last insn.
9554         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
9555         all blocks.
9556
9557 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9558
9559         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
9560
9561 2000-03-24  Richard Henderson  <rth@cygnus.com>
9562
9563         * tree.c (lang_safe_for_unsave): Remove.
9564         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
9565         allowing for two levels of unsafeness.  Remove lang hook.
9566         * tree.h: Update declarations.
9567         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
9568         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
9569         Always fail sibcalls when there are pending cleanups.
9570
9571 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
9572
9573         * flow.c (propagate_block): When we delete an ADDR_VEC,
9574         also delete the BARRIER following it if there is one.
9575
9576 2000-03-24  Richard Henderson  <rth@cygnus.com>
9577
9578         * builtins.c (expand_builtin_bzero): Convert `length' argument
9579         to sizetype.
9580
9581 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
9582
9583         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
9584         comparison if regno's are equal.
9585         * calls.c (initialize_argument_informat): Add ecf_flags argument.
9586         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
9587         (expand_call): Update caller.
9588         Avoid making a sibling call if argument size of the callee is larger
9589         than argument size of the caller.
9590         Call hard_function_value with outgoing set if in sibcall pass.
9591         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
9592
9593         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
9594         Change LEAF_REGISTERS from an array initializer to actual array
9595         identifier. Move static global variable into the function.
9596         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
9597         sequences for leaf functions.
9598         * global.c (global_alloc): Likewise.
9599         * tm.texi (LEAF_REGISTERS): Update documentation.
9600
9601         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
9602         TARGET_FLAT leaf disabling hack.
9603         (LEAF_REGISTERS): Changed from an array initializer to actual array
9604         identifier to avoid duplication and remove the above hack.
9605         (FUNCTION_OK_FOR_SIBCALL): Define.
9606         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
9607         always like call attribute.
9608         (eligible_for_sibcall_delay): New attribute.
9609         (sibcall): New delay type.
9610         (sibcall, sibcall_value, sibcall_epilogue): New expands.
9611         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
9612         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
9613         * config/sparc/sparc.c (sparc_leaf_regs): New array.
9614         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
9615         New functions.
9616         (output_function_epilogue): Move part of the code into
9617         output_restore_regs.
9618         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
9619         TYPE_SIBCALL.
9620         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
9621         prototypes.
9622
9623         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
9624         until infrastructure is finished.
9625
9626 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
9627
9628         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
9629         (save_parm_insns): Not here.
9630
9631 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9632
9633         * builtins.c (expand_builtin_bzero): New function.
9634         (expand_builtin): Handle bzero.
9635
9636         * builtins.def: Add BUILT_IN_BZERO.
9637
9638         * c-common.c (c_common_nodes_and_builtins): Provide builtin
9639         prototype & function for bzero.
9640
9641 2000-03-23  Michael Meissner  <meissner@redhat.com>
9642
9643         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
9644         change adding TARGET_FP to the TF floating point insns, except for
9645         trunctfsf2, which generates direct calls to truncdfsf2.
9646
9647 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
9648
9649         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
9650         try to protect against middle-end changes that break binary
9651         compatibility.
9652         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
9653
9654 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9655
9656         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
9657
9658 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9659
9660         * calls.c (expand_call): If TARGET is passed by reference and
9661         is readonly, write a CLOBBER.
9662
9663 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9664
9665         * builtins.c (expand_builtin): Handle bcmp.
9666
9667         * builtins.def: Add BUILT_IN_BCMP.
9668
9669         * c-common.c (c_common_nodes_and_builtins): Provide builtin
9670         prototype & function for bcmp.
9671
9672 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
9673
9674         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
9675         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
9676         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
9677
9678 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
9679
9680         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
9681         alternative when using -fp64 -gp32.
9682
9683 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
9684
9685         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
9686         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
9687         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
9688
9689         * frame.h (frame_state): Revert last change.
9690         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
9691         * libgcc2.c (throw_helper): Revert last change.
9692
9693 2000-03-22  Richard Henderson  <rth@cygnus.com>
9694
9695         * stmt.c (expand_asm_operands): Don't promote the temporary.
9696
9697 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
9698
9699         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
9700         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
9701           c_get_alias_set): Likewise.
9702         * c-decl.c (duplicate_decls): Likewise.
9703         * c-typeck.c (default_conversion,build_unary_op): Likewise.
9704         * calls.c (initialize_argument_information): Likewise.
9705         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
9706         Likewise.
9707         * dwarfout.c (decl_class_context,output_type): Likewise.
9708         * expr.c (get_inner_reference): Likewise.
9709         * fold-const.c (simple_operand_p,fold): Likewise.
9710         * function.c (aggregate_value_p): Likewise.
9711         * stmt.c (expand_asm_operands): Likewise.
9712         * varasm.c (named_section): Likewise.
9713
9714 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
9715
9716         Implement dwarf2 exception handling for the ARM.
9717         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
9718         (DWARF_FRAME_RETURN_COLUMN): Define.
9719         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
9720         REG_FRAME_RELATED_EXPR note.
9721         (emit_sfm): Likewise.
9722         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
9723         * dwarf2out.c (reg_save): Handle saving a register to itself.
9724         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
9725         * except.c (eh_regs): Don't use the static chain reg if it's
9726         callee-saved.
9727         * frame.h (frame_state): Add cfa_saved field.
9728         * frame.c (execute_cfa_insn): Set it.
9729         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
9730         the epilogue.
9731         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
9732         Now takes a parm.
9733         (instantiate_virtual_regs): Adjust.
9734         * tm.texi: Adjust.
9735         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
9736         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
9737         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
9738
9739         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
9740         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
9741
9742 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9743
9744         * builtins.def: New file.
9745
9746         * Makefile.in (TREE_H): Depend on builtins.def.
9747
9748         * builtins.c (built_in_names): Use builtins.def.
9749
9750         * tree.h (built_in_function): Likewise.
9751
9752 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
9753
9754         * tree.c (size_in_bytes): Return size_zero_node, not
9755         integer_zero_node.
9756
9757 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
9758
9759         * config/fp-bit.c (pack_d): Correct the case when a denormal
9760         is rounded up and stops being denormal.
9761
9762 2000-03-21  Richard Henderson  <rth@cygnus.com>
9763
9764         * config/alpha/alpha.c (function_arg): Check for void_type_node
9765         before using MUST_PASS_IN_STACK.
9766
9767 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
9768
9769         * regmove.c (combine_stack_adjustments_for_block): Check that
9770         the stack pointer is a valid memory address.
9771
9772 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
9773
9774         * calls.c: re-install Mar 16 emit_library_call merge.
9775
9776 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
9777
9778         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
9779         we cannot be sure that if reload_completed base register will
9780         be properly aligned.
9781
9782 2000-03-21  Richard Henderson  <rth@cygnus.com>
9783
9784         * flow.c (delete_block): Fix typo last change.
9785
9786 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
9787
9788         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
9789         not COMPLETE_TYPE_P, to check the type of the expression.
9790
9791 2000-03-21  Michael Meissner  <meissner@redhat.com>
9792
9793         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
9794         all floating point insns that just tested the macro
9795         TARGET_HAS_XFLOATING_LIBS.
9796         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
9797         used to only use the gprs.
9798
9799 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
9800
9801         * tree.h (COMPLETE_TYPE_P): New macro.
9802         (COMPLETE_OR_VOID_TYPE_P): New macro.
9803         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
9804         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
9805         * c-aux-info.c (gen_type): Use them.
9806         * c-common.c (c_expand_expr_stmt): Likewise.
9807         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
9808         grokdeclarator, grokparms, finish_struct, start_function,
9809         store_parm_decls, combine_parm_decls): Likewise.
9810         * c-parse.y (cast_expr): Likewise.
9811         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
9812         c_size_in_bytes, c_alignof, build_component_ref,
9813         build_indirect_ref, build_array_ref, convert_arguments,
9814         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
9815         * calls.c (initialize_argument_information): Likewise.
9816         * convert.c (convert_to_integer): Likewise.
9817         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
9818         * dwarfout.c (location_or_const_value_attribute,
9819         output_enumeration_type_die, output_structure_type_die,
9820         output_union_type_die, output_type): Likewise.
9821         * expr.c (safe_from_p, expand_expr): Likewise.
9822         * function.c (assign_parms): Likewise.
9823         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
9824         * tree.c (build_array_type, build_function_type,
9825         build_method_type, build_offset_type, build_complex_type): Likewise.
9826         * c-parse.c, c-parse.h: Regenerated.
9827
9828 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9829
9830         * config/c4x/rtems.h: Include config/rtems.h.
9831
9832 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
9833
9834         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
9835         decl is a FUNCTION_DECL
9836
9837 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
9838
9839         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
9840         function uses output registers.  Don't save RP for leaf functions.
9841         Do save RP even if no epilogue.
9842         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
9843         (CALL_USED_REGISTERS): Unmark in registers.
9844         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
9845         to near the middle.
9846
9847 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
9848
9849         * config/rs6000/rs6000.md (bunordered): New expander.
9850         (bordered): New expander.
9851         (buneq): New expander.
9852         (bunge): New expander.
9853         (bungt): New expander.
9854         (bunle): New expander.
9855         (bunlt): New expander.
9856         (bltgt): New expander.
9857
9858         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
9859         (ccr_bit_negated_p): New function.
9860         (print_operand): For %C, generate appropriate cror for UNEQ,
9861         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
9862
9863 2000-03-20  Andreas Jaeger  <aj@suse.de>
9864
9865         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
9866         warning.
9867
9868         * tree.h (safe_for_unsave): Prototype.
9869
9870 2000-03-20  Richard Henderson  <rth@cygnus.com>
9871
9872         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
9873         (combine_stack_adjustments_for_block): Don't allow sp references
9874         in the side of a set we're not fixing up.
9875         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
9876         after life_analysis.
9877
9878 2000-03-20  Richard Henderson  <rth@cygnus.com>
9879
9880         * calls.c (expand_call): Don't bother generating tail call
9881         sequences if there are pending cleanups.  Use
9882         expand_start_target_temps/expand_end_target_temps to elide
9883         cleanups created during sibcall expansion.
9884
9885 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
9886
9887         * configure.in: Set $IFS to a value if it doesn't already have one
9888         in the --enable-checking handling.
9889         * configure: Regenerate.
9890
9891 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9892
9893         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
9894         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
9895         Regenerated.
9896
9897 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
9898
9899         * jump.c (delete_noop_moves): Remove code attempting to
9900         combine stack adjustments.
9901
9902 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9903
9904         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
9905         * except.c (emit_cleanup_handler): Use them.
9906         (expand_end_all_catch): Likewise.
9907         * function.c (fixup_var_refs): Likewise.
9908         (expand_function_end): Clear catch_clauses_last.
9909         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
9910         * except.h (struct eh_status): New field x_catch_clauses_last.
9911         (catch_clauses_last): New define.
9912
9913         * Makefile.in (tree.o): Depend on HASHTAB_H.
9914         * tree.c: Include hashtab.h.
9915         (struct type_hash): Remove next field.
9916         (TYPE_HASH_SIZE): Remove.
9917         (TYPE_HASH_INITIAL_SIZE): New define.
9918         (type_hash_table): Change type to htab_t.
9919         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
9920         mark_hash_entry): New functions.
9921         (init_obstacks): Allocate type hash.
9922         (type_hash_lookup): Use htab functions.
9923         (type_hash_add, mark_type_hash): Likewise.
9924         (dump_tree_statistics): Call print_type_hash_statistics.
9925
9926 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9927
9928         * rs6000/t-aix41: New file.
9929
9930         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
9931
9932 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
9933
9934         * tm.texi (Driver): Fix typos and tweak entry for
9935         INCLUDE_DEFAULTS.
9936         Move misplaced STRUCT_FORCE_BLK entry ...
9937         (Storage Layout): ... to here.
9938         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
9939
9940 2000-03-19  Richard Henderson  <rth@cygnus.com>
9941
9942         * flow.c (delete_block): Delete the addr_vec along with the block.
9943         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
9944         reference labels.
9945
9946         * fold-const.c (extract_muldiv): Apply type check for defined
9947         overflow to multiply as well as divide.
9948
9949         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
9950
9951 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
9952
9953         * emit-rtl.c (remove_unncessary_notes): Check that all
9954         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
9955         associated NOTE_BLOCK.
9956         * function.h (identify_blocks): Update comments.
9957         (reorder_blocks): Declare.
9958         * function.c (identify_blocks): Don't take paramters.
9959         (reorder_blocks): Don't take parameters.
9960         * loop.h (find_loop_tree_blocks): Remove.
9961         (unroll_block_trees): Likewise.
9962         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
9963         reorder_blocks instead of unroll_block_trees.h
9964         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
9965         * stmt.c (find_loop_tree_blocks): Remove.
9966         (unroll_block_trees): Likewise.
9967         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
9968         in whole-function mode.
9969         * tree.h (reorder_blocks): Remove declaration.
9970
9971         * expr.c: Include intl.h.
9972         * Makefile.in (expr.o): Depend on intl.h.
9973
9974 2000-03-18  Richard Henderson  <rth@cygnus.com>
9975
9976         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
9977
9978 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
9979
9980         * tree.h (tree_index): Remove enumerals for integer types.
9981         (integer_type_kind): New type.
9982         (integer_types): New variable.
9983         (char_type_node): Adjust.
9984         (signed_char_type_node): Likewise.
9985         (unsigned_char_type_node): Likewise.
9986         (short_integer_type_node): Likewise.
9987         (short_unsigned_type_node): Likewise.
9988         (integer_type_node): Likewise.
9989         (unsigned_type_node): Likewise.
9990         (long_integer_type_node): Likewise.
9991         (long_unsigned_type_node): Likewise.
9992         (long_long_integer_type_node): Likewise.
9993         (long_long_unsigned_type_node): Likewise.
9994         * tree.c (integer_types): New variable.
9995         (init_obstacks): Register it as a root.
9996
9997 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
9998
9999         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
10000         NEXT_INSN. Update last insn in chain.
10001
10002 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
10003
10004         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
10005         with TYPE_DECL_SUPPRESS_DEBUG set.
10006
10007 2000-03-18  Richard Henderson  <rth@cygnus.com>
10008
10009         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
10010
10011 2000-03-18  Richard Henderson  <rth@cygnus.com>
10012
10013         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
10014         care for HALF_PIC_P.
10015         (expander_call_insn_operand): Remove.
10016         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
10017         * i386.h (PREDICATE_CODES): Update.
10018         * i386.md (all call expanders): Remove predicates, remove special
10019         handling for half-pic.
10020         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
10021         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
10022         (sibcall_epilogue): New.
10023
10024 2000-03-17  Richard Henderson  <rth@cygnus.com>
10025
10026         * rtlanal.c (single_set): Reject if the parallel has anything
10027         except SET or USE or CLOBBER.
10028
10029 2000-03-17  Jeff Law  <law@cygnus.com>
10030             Richard Henderson  <rth@cygnus.com>
10031
10032         * Makefile.in (OBJS): Add sibcall.o.
10033         (sibcall.o): New.
10034         * sibcall.c: New file.
10035         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
10036         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
10037         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
10038         Emit sibcall patterns when requested.  Update all callers.
10039         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
10040         elimination seems feasable.
10041         * final.c (leaf_function_p): Sibling calls don't discount being
10042         a leaf function.
10043         * flow.c (HAVE_sibcall_epilogue): Provide default.
10044         (find_basic_blocks_1): Sibling calls don't throw.
10045         (make_edges): Make edge from sibling call to EXIT.
10046         (propagate_block): Don't remove sibcall_epilogue insns.
10047         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
10048         (sibcall_epilogue): New.
10049         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
10050         (identify_blocks_1): Likewise.  Break out from ...
10051         (identify_blocks): ... here.
10052         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
10053         (reorder_blocks): ... here.
10054         (init_function_for_compilation): Zap prologue/epilogue as varrays.
10055         (record_insns): Extend a varray instead of mallocing new memory.
10056         (contains): Read a varray not array of ints.
10057         (sibcall_epilogue_contains): New.
10058         (thread_prologue_and_epilogue_insns): Emit and record
10059         sibcall_epilogue patterns.
10060         (init_function_once): Allocate prologue/epilogue varrays.
10061         * genflags.c (gen_insn): Treat sibcall patterns as calls.
10062         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
10063         Broken out from ...
10064         (save_for_inline_nocopy): ... here.
10065         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
10066         Broken out from ...
10067         (expand_inline_function): ... here.
10068         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
10069         (subst_constants): Handle 'n' formats.
10070         * jump.c (jump_optimize_minimal): New.
10071         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
10072         optimizations if it's set.
10073         * rtl.c (copy_rtx): Do copy jump & call for insns.
10074         * rtl.h (struct rtx_def): Document use of jump and call for insns.
10075         (SIBLING_CALL_P): New.
10076         (sibcall_use_t): New.
10077         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
10078         Invoke optimize_sibling_and_tail_recursive_calls.
10079         * tree.c (lang_safe_for_unsave): New.
10080         (safe_for_unsave): New.
10081         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
10082
10083         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
10084         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
10085         (*sibcall_osf_1, *sibcall_value_osf_1): New.
10086
10087 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
10088
10089         * objc/objc-act.c (encode_method_prototype): Pass types, not
10090         PARM_DECLs, to int_size_in_bytes.
10091
10092 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
10093
10094         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
10095
10096         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
10097         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
10098
10099 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10100
10101         * Clean up usages of TREE_INT_CST_LOW.
10102         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
10103         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
10104         Regenerated.
10105         * c-tree.h (min_precision): Move declaration to here.
10106         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
10107         (build_unary_op, add_pending_init): Use bit_position.
10108         (pending_init_member, process_init_element): Likewise.
10109         (really_start_incremental_init, push_init_level, pop_init_level):
10110         Don't make copies of nodes or modify them in place, use consistent
10111         types when tracking positions, and use tree routines computations.
10112         (set_init_index, output_init_element): Likewise.
10113         (output_pending_init_elements, process_init_element): Likewise.
10114         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
10115         tree_low_cst and int_bit_position; also minor cleanup.
10116         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
10117         (print_cst_octal): Precision is unsigned.
10118         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
10119         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
10120         (simple_type_align_in_bits): Result is unsigned int.
10121         Use tree_int_low_cst and host_integerp.
10122         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
10123         (field_byte_offset): Result is HOST_WIDE_INT.
10124         Change types of internal variables so alignments are unsigned int,
10125         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
10126         Use host_integerp, tree_low_cst, and int_bit_position.
10127         (add_bit_offset_attribute): Likewise.
10128         (add_data_member_location_attribute): Use tree_cst_low.
10129         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
10130         (add_bit_size_attribute): Use tree_low_cst.
10131         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
10132         * dwarfout.c: Similar changes to dwarf2out.c.
10133         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
10134         * genoutput.c (n_occurences): Return -1 for null string.
10135         (strip_whitespace): Accept null string and make into function.
10136         (scan_operands): Reflect above changes.
10137         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
10138         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
10139         * ssa.c (rename_registers): Add missing cast of arg to bzero.
10140         * tree.c (int_size_in_bytes): Check for too big to represent.
10141         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
10142         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
10143         New declarations.
10144         (min_precision): Delete from here.
10145         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
10146         and int_bit_position.
10147         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
10148         (encode_method_def): Likewise.
10149         (build_ivar_list_initializer): Use int_bit_position.
10150         (generate_shared_structures): Convert size.
10151         (encode_type, encode_complete_bitfield): Use integer_zerop.
10152         (encode_bitfield): Use tree_low_cst and int_bit_position.
10153
10154 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10155
10156         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
10157
10158 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10159
10160         * call.c (special_function_p): It is only malloc if it returns
10161         Pmode.
10162
10163 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10164
10165         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
10166         (C33_FLAG, TARGET_C3X): Add macros.
10167         (TARGET_SWITCHES): Add -m33 option.
10168         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
10169
10170 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10171
10172         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
10173         (PARALLEL_PACK_FLAG): Delete.
10174         (TARGET_SWITCHES): Update.
10175         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
10176
10177 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10178
10179         * fold-const.c (fold): Fix a few cases when the returned result
10180         is not of the same type as the input.
10181
10182 2000-03-16  Nick Clifton  <nickc@cygnus.com>
10183
10184         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
10185         warning.
10186
10187 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10188
10189         * libgcc2.h: Move prototypes above macros with the same name.
10190         Wrap some function prototypes in the conditional which indicates
10191         whether they are supported, i.e. "BITS_PER_UNIT == 8".
10192
10193 2000-03-16  Richard Henderson  <rth@cygnus.com>
10194
10195         * calls.c: Revert last two changes.
10196
10197 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
10198
10199         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
10200         has exponent 0 is a zero.
10201
10202         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
10203         HASH may already be nonzero.  Add code/mode into hash value
10204         immediately after repeat label.
10205         (cselib_lookup): Don't leave the hash table in an inconsistent
10206         state before a hash lookup operation.
10207
10208 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
10209
10210         * i386.md (all HI and QI mode non-move patterns):  Conditionize
10211         by TARGET_[HQ]IMODE_MATH.
10212         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
10213         x86_promote_qi_regs): Declare.
10214         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
10215         TARGET_PROMOTE_QI_REGS): New macros.
10216         (PROMOTE_MODE): New macro.
10217         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
10218         x86_promote_qi_regs): New global variables.
10219
10220 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
10221
10222         * calls.c (emit_library_call_value_1): Break out from ...; handle
10223         VOIDmode function calls too.
10224         (emit_library_call_value): ... here.
10225         (emit_library_call): Implement by calling emit_library_call_value_1.
10226
10227 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
10228
10229         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
10230         Update arg_space_so_far on stack adjustments.
10231         (emit_library_call, emit_library_call_value): Likewise; take into
10232         account arg_space_so_far and pending_stack_adjust when calculcating
10233         the boundary.
10234
10235 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
10236
10237         * flow.c: Move all basic block reordering code into its own file.
10238         (create_basic_block): Externalize.
10239         * bb-reorder.c: New file. Copy all basic block reordering code from
10240         flow.c to this file.
10241         (reorder_basic_blocks): Fix fencepost error in for-loop.
10242         (reorder_basic_blocks): Remove braces from single statement for-loops.
10243         * basic-block.h: Add declaration for create_basic_block.
10244         * Makefile.in: Add rules for bb-reorder.o.
10245
10246 2000-03-16  Neil Booth  <NeilB@earthling.net>
10247
10248         * cppinit.c (handle_option):  Implement #unassert directive
10249         as -A- command line option.
10250         (print_help):  Update.
10251         * cpptexi.c:  Update.
10252
10253 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10254
10255         * md.texi (Standard Names): Document `jump'.
10256
10257 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
10258
10259         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
10260         gotos.
10261
10262 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
10263
10264         Merge changes from newppc-branch onto trunk.
10265
10266         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
10267
10268         * rs6000.c (toc_hash_table): Update for new hash table functions.
10269         (toc_hash_function): Likewise.
10270         (toc_hash_eq): Likewise.
10271         (toc_hash_mark_entry): Likewise.
10272         (toc_hash_mark_table): Likewise.
10273         (output_toc): Likewise.
10274         (rs6000_add_gc_roots): Likewise.
10275
10276         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10277
10278         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
10279         (AR_FLAGS_FOR_TARGET): here.  New macro.
10280
10281         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
10282
10283         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
10284         fpmem_operand) Delete.
10285         (xer_operand) New.
10286         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
10287         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
10288         (rs6000_save_machine_status, rs6000_restore_machine_status,
10289         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
10290         references to above variables.
10291         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
10292         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
10293         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
10294         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
10295         (XER_REGNO_P, XER_REGNO): New.
10296         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
10297         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
10298         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
10299         XER_REGNO_P.
10300         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
10301         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
10302         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
10303
10304         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10305
10306         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
10307         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
10308         * rs6000.h: from here.
10309
10310         * rs6000-protos.h (rs6000_select_section): Provide prototype.
10311         (rs6000_select_rtx_section): Likewise.
10312         (rs6000_encode_section_info): Likewise.
10313         (sdata_section): Likewise.
10314         (sdata2_section): Likewise.
10315         (sbss_section): Likewise.
10316         * sysv4.h (rs6000_select_section): Delete prototype.
10317         (rs6000_select_rtx_section): Likewise.
10318         (rs6000_encode_section_info): Likewise.
10319         (sdata_section): Likewise.
10320         (sdata2_section): Likewise.
10321         (sbss_section): Likewise.
10322         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
10323
10324         * sysv4.h: Delete various unnecessary #undef's and put a comment
10325         on the remaining ones.
10326         Change various comments according to coding standard.
10327
10328         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
10329
10330         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
10331         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
10332         (CR0_REGNO_P) Remove.
10333         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
10334         setup_incoming_varargs, mtcrf_operation, print_operand,
10335         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
10336         Use the above macros.
10337
10338         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
10339
10340         * config/rs6000/rs6000.md: Added a new alternative for each
10341         pattern that had a 'x' alternative but no 'y' alternative.
10342         Added a new split for each of the above patterns.
10343
10344         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
10345
10346         * aix41.h (ASM_CPU_SPEC): Delete.
10347         (CPP_CPU_SPEC): Delete.
10348
10349         * aix.h (RS6000_OUTPUT_BASENAME): Define.
10350         (ASM_OUTPUT_LABEL): Define.
10351         (ASM_GLOBALIZE_LABEL): Define.
10352         (STRIP_NAME_ENCODING): Define.
10353         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
10354         (STRIP_NAME_ENCODING): Don't define.
10355         (ASM_OUTPUT_LABEL): Don't define.
10356         (ASM_GLOBALIZE_LABEL): Don't define.
10357         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
10358         names, and ASM_OUTPUT_LABEL to output labels, rather than
10359         asm_fprintf.
10360         (ASM_OUTPUT_LABEL): Define.
10361         (ASM_OUTPUT_INT): Use assemble_name.
10362         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
10363         (STRIP_NAME_ENCODING): Don't undefine first.
10364         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
10365         ELF.
10366         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
10367         specified with 'asm' even with -fleading-underscore.
10368         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
10369         (output_epilog): Likewise.
10370         (output_toc): Likewise.
10371         * tramp.asm: Handle -fleading-underscore correctly.
10372
10373         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
10374         -mminimal-toc.
10375         (nonlocal_goto_receiver): Delete.
10376         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
10377
10378         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
10379         (SET_ASM_OP): Define.
10380         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
10381
10382         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
10383         (ASM_LONG): Define.
10384
10385         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
10386         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
10387
10388         * rs6000.h: Add 'u' to more constants.
10389
10390         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
10391
10392         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
10393
10394         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
10395
10396         * rs6000.c (reg_or_u_cint_operand): New function.
10397         (logical_operand): Handle 64-bit hosts.
10398         (logical_u_operand): New function.
10399         (non_logical_cint_operand): Handle 64-bit hosts.
10400         (non_logical_u_cint_operand): New function.
10401         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
10402         (PREDICATE_CODES): Define new functions.
10403         * rs6000-protos.h: Declare new functions.
10404         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
10405         (movdi_64): Bracket code intended for 64-bit hosts.  Create
10406         CONST_DOUBLE for 32-bit values.
10407         (scc insns): Generate DImode compares.
10408         (mfcr insns): Create DImode versions.
10409         (sge matchers): New patterns.
10410
10411         2000-02-15  Gabriel Paubert  <paubert@iram.es>
10412
10413         * rs6000.md: Correct instructions length attributes and
10414         constraints on unsigned compare instructions.
10415         (*ne0): Disable for PowerPC64.
10416
10417         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
10418
10419         * rs6000.c (output_function_profiler): Use .long for a 32-bit
10420         quantity, fix profile1.C test failure under -fPIC.
10421
10422         * rs6000.c: Add 'u' to many constants to suppress warnings.
10423         (constant_pool_expr_1): Make static.
10424         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
10425         * rs6000.h: Add 'u' to many constants to suppress warnings.
10426
10427         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
10428         for the start of the TOC, instead of LCTOC..0.
10429         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
10430         of the TOC.
10431         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
10432         (load_toc_aix_di): Use LCTOC..1.
10433
10434         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
10435         * rs6000.c (rs6000_legitimize_address): New function from
10436         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
10437         symbols in the constant pool that really are TOC references.
10438         (print_operand_address): For ELF, write TOC offsets under
10439         -fPIC as subtractions in the insn.
10440         (output_toc): For ELF, define symbols in TOC as normal labels,
10441         to match RTL.
10442         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
10443         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
10444         (create_TOC_reference): Prototype only when RTX_CODE is defined.
10445         * rs6000.md (movsi): Only use create_TOC_reference on
10446         symbols in the constant pool that really are TOC references.
10447
10448         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
10449         * rs6000.c (rs6000_reorg): Delete.
10450         * rs6000-protos.h (rs6000_reorg): Delete.
10451
10452         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
10453
10454         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
10455
10456         * aix.h (SETUP_FRAME_ADDRESSES): Define.
10457         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
10458         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
10459         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
10460         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
10461         rs6000_aix_emit_builtin_unwind_init.
10462         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
10463         rs6000_emit_eh_toc_restore on AIX.
10464         (return_eh_si): Use r2.
10465         (return_eh_di): Use r2.
10466
10467         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
10468         since we're breaking binary compatibility anyway.
10469
10470         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
10471
10472         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
10473         constant_pool_expr_p): Declare them.
10474         (constant_pool_expr_p): Declare it.
10475         * config/rs6000/rs6000.c (toc_label_name): Define.
10476         (rs6000_override_options): Set toc_label_name.
10477         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
10478         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
10479         uses_TOC): New functions.
10480         (print_operand): Delete old '*' case.
10481         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
10482         and strip off rtl for TOC before calling output_addr_const.
10483         (rs6000_emit_load_toc_table): Use toc_label_name.
10484         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
10485         the default.
10486         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
10487         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
10488         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
10489         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
10490         into explicit TOC_REGISTER offsets.
10491         (TOC_REGISTER): New macro.
10492         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
10493         TARGET_TOC to reference TOC_REGISTER.
10494         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
10495         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
10496         uses_TOC before emitting label references.
10497
10498         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
10499
10500         * rs6000.md (stack_tie): Fix warning.
10501
10502         * eabi-ctors.c: Use 'asm' names for the start/end variables,
10503         to handle -fleading-underscore.
10504         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
10505         (USER_LABEL_PREFIX): New macro.
10506         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
10507         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
10508         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
10509         call-linux can use the same multilibs.
10510         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
10511         and call-linux multilibs.  Do multilib with -fleading-underscore.
10512         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
10513         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
10514         to call-aix.
10515
10516         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
10517         have MASK_SOFT_FLOAT set.
10518         (CPP_FLOAT_DEFAULT_SPEC): New macro.
10519         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
10520         CPP_FLOAT_DEFAULT_SPEC.
10521
10522         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
10523         * rs6000.md: Whitespace change.
10524         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
10525         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
10526
10527         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
10528
10529         * rs6000.md (eh_epilogue): New expander.
10530         (eh_reg_restore): New expand/split/insn combination.
10531         (return_eh_si): New insn.
10532         (return_eh_di): New insn.
10533
10534         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
10535         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
10536         * eabi-ctors.c (__do_global_ctors): Register this object's
10537         frame.  Clean up.  Call atexit() after the constructors.
10538         (__do_global_dtors): Deregister this object's frame.  Clean up.
10539         Allow for recursive calls to exit().
10540         * rs6000.c (fixuplabelno): New variable.
10541         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
10542         TARGET_RELOCATABLE, it slows down exec() under linux.
10543         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
10544
10545         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
10546         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
10547         (ASM_OUTPUT_DWARF_DELTA2): New macro.
10548         (ASM_OUTPUT_DWARF_DELTA4): New macro.
10549         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
10550         (ASM_OUTPUT_DWARF_ADDR): New macro.
10551         (ASM_OUTPUT_DWARF_DATA4): New macro.
10552         (ASM_OUTPUT_DWARF_DATA2): New macro.
10553         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
10554         (ASM_OUTPUT_DWARF_OFFSET): New macro.
10555         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
10556
10557         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
10558
10559         * rs6000.c (rs6000_sr_alias_set): New variable.
10560         (rs6000_override_options): Initialise rs6000_sr_alias_set.
10561         (rs6000_emit_stack_tie): New function.
10562         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
10563         in a way that dwarf2out can understand.
10564         (rs6000_frame_related): New function.
10565         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
10566         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
10567         Use rs6000_emit_stack_tie when needed.
10568         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
10569         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
10570         * rs6000.md (stack_tie): New insn.
10571         (return_internal_si): Allow return value to be in the count
10572         register.
10573         (return_internal_di): Likewise.
10574
10575         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
10576
10577         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
10578
10579         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
10580
10581         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
10582
10583         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
10584
10585         * rs6000.md (stmw): Use the right POWER opcode.
10586         (lmw): Likewise.
10587
10588         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10589
10590         * rs6000-protos.h: New file.
10591
10592         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
10593
10594         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
10595         warnings.
10596
10597         * sysv4.h: Likewise.
10598
10599         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
10600
10601         * ../../configure.in: Delete powerpcle-*-winnt*
10602         and powerpcle-*-pe|powerpcle-*-cygwin*.
10603         * ../../configure: Regenerated.
10604         * cygwin.h: Delete.
10605         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
10606         (TARGET_WINDOWS_NT): Delete.
10607         (ABI_NT): Delete.
10608         (CALL_NT_DLLIMPORT): Delete.
10609         Delete NT-specific code.
10610         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
10611         * win-nt.h: Delete.
10612         * t-winnt: Delete.
10613         * nt-ci.asm: Delete.
10614         * nt-cn.asm: Delete.
10615         * ntstack.asm: Delete.
10616
10617         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10618
10619         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
10620         (ASM_FILE_START): Likewise.
10621         (ASM_DECLARE_FUNCTION_NAME): Likewise.
10622         (ASM_OUTPUT_LABELREF): Likewise.
10623         (ASM_OUTPUT_SKIP): Likewise.
10624         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
10625         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
10626         (ASM_OUTPUT_CASE_LABEL): Likewise.
10627         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
10628         (ASM_OUTPUT_ASCII): Likewise.
10629
10630         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
10631
10632         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
10633         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
10634         increment rs6000_pic_labelno here.
10635         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
10636         and increment rs6000_pic_labelno here.
10637
10638         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
10639
10640         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
10641         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
10642         allocation knows (reg) is dead before the insn.
10643
10644         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
10645
10646         * rs6000.md (movsi_to_cr): Correct typo in output template.
10647
10648         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
10649
10650         * rs6000.c (rs6000_pic_labelno): Always define.
10651         (rs6000_pic_func_labelno): Delete.
10652         (lmw_operation): Check for a zero base register,
10653         which doesn't mean what we want.
10654         (stmw_operation): New function.
10655         (print_operand): Define new 'l' modifier.
10656         (rs6000_stack_info): We must save all 64 bits of the registers
10657         if TARGET_POWERPC64.
10658         (rs6000_output_load_toc_table): Delete.
10659         (rs6000_emit_load_toc_table): New function.
10660         (rs6000_allocate_stack_space): Delete.
10661         (rs6000_emit_allocate_stack): New function.
10662         (rs6000_emit_prologue): New function.
10663         (output_prolog): Use rs6000_emit_prologue.
10664         (rs6000_emit_epilogue): Change a few variable names to be
10665         more accurate.  Restore all 64 bits of the registers if
10666         TARGET_POWERPC64.  Only restore the FP registers which were used
10667         if they are being saved/restored one-at-a-time.
10668         (output_mi_thunk): Delete inefficient code generation.
10669         (output_function_profiler): Don't use rs6000_output_load_toc_table.
10670         * rs6000.h: Declare rs6000_emit_load_toc_table,
10671         rs6000_allocate_stack_space, stmw_operation.  Don't declare
10672         rs6000_output_load_toc_table.
10673         * rs6000.md (elf_high): Allow register 0, but discourage it
10674         heavily.
10675         (elf_low): Support loading into register 0.
10676         (load_toc_aix_si): New pattern.
10677         (load_toc_aix_di): New pattern.
10678         (load_toc_v4_pic_si): New pattern.
10679         (load_toc_v4_pic_di): New pattern.
10680         (load_toc_v4_PIC_1): New pattern.
10681         (load_toc_v4_PIC_1b): New pattern.
10682         (load_toc_v4_PIC_2): New pattern.
10683         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
10684         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
10685         (prologue): New expander.
10686         (movesi_from_cr): New pattern.
10687         (stmw): New pattern.
10688         (save_fpregs_si): New pattern.
10689         (save_fpregs_di): New pattern.
10690
10691         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
10692
10693         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
10694         (movdi): Likewise.
10695         (movhi): Likewise.
10696         (movqi): Likewise.
10697
10698         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
10699
10700         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
10701         at present.
10702         (movsi_got_internal): Likewise.
10703         (movsi_got_internal+1): Likewise.
10704         (set_sp): 'unspec 7' does a SImode clobber.
10705
10706         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
10707
10708         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
10709         allocate a stack temporary.
10710         (floatsidf2_internal): Likewise.
10711         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
10712         with unspec.
10713         (floatunssidf2): Don't use the fpmem "register", just
10714         allocate a stack temporary.
10715         (floatunssidf2_internal): Likewise.
10716         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
10717         with unspec.
10718         (floatsidf2_loadaddr): Delete.
10719         (floatsidf2_store1): Delete.
10720         (floatsidf2_store2): Delete.
10721         (floatsidf2_load): Delete.
10722         (fix_truncdfsi2): Don't use the fpmem "register", just
10723         allocate a stack temporary.
10724         (fix_truncdfsi2_internal_si): Delete.
10725         (fix_truncdfsi2_internal_di): Delete.
10726         (fix_truncdfsi2_internal): New insn.
10727         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
10728         (fix_truncdfsi2_store): Delete.
10729         (fix_truncdfsi2_load): Delete.
10730         (fctiwz): Produce gen_fctiwz.
10731
10732         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
10733
10734         * eabi.h (INVOKE__main): Define.
10735         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
10736         specially.
10737         (rs6000_emit_prologue): Likewise.
10738         * rs6000.h (struct rs6000_stack): Don't keep track of whether
10739         this is the main program.
10740
10741         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
10742
10743         * rs6000.c (rs6000_va_arg): Delete some unused variables.
10744
10745         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
10746
10747         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
10748         goes after the argument.
10749
10750         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
10751
10752         * rs6000.md: Document 'unspec' values used.
10753         (epilogue): New expander.
10754         (movesi_to_cr_one): New expander.
10755         (movesi_to_cr and following): New pattern.
10756         (lmw): New pattern.
10757         (return_internal_si): New pattern.
10758         (return_internal_di): New pattern.
10759         (return_and_restore_fpregs_si): New pattern.
10760         (return_and_restore_fpregs_di): New pattern.
10761         * rs6000.h: Declare new functions.
10762         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
10763         rather than rs6000_calls_p.
10764         (rs6000_makes_calls): Delete.
10765         (lmw_operation): New function.
10766         (mtcrf_operation): New function.
10767         (rs6000_emit_epilogue): New function.
10768         (output_epilog): Call rs6000_emit_epilogue and final if
10769         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
10770
10771         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
10772
10773         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
10774         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
10775         * aix.h (SUBTARGET_SWITCHES): Document switches.
10776         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
10777         sched-prolog and sched-epilog the same.  Document all the
10778         switches.
10779         (TARGET_OPTIONS): No longer allow -mdebug-.
10780
10781         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
10782
10783         * rs6000.h (ASM_FILE_END): Move to aix.h.
10784         (EXTRA_SECTIONS): Move to aix.h.
10785         (READONLY_DATA_SECTION): Move to aix.h.
10786         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
10787         (SELECT_SECTION): Move to aix.h.
10788         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
10789         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
10790         (LINK_REGISTER_REGNUM): New definition.
10791         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
10792         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
10793         AIX and SVR4.
10794         * sysv4.h: Delete the code between the inclusion of rs6000.h
10795         and svr4.h.
10796         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
10797         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
10798         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
10799         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
10800         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
10801         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
10802         (fix_truncdfsi2_internal_di): New pattern.
10803         (fix_truncdfsi2_store): The second arg here is Pmode too.
10804         (fix_truncdfsi2_load): The second arg here is Pmode too.
10805         (tablejumpdi): Now that switch tables hold only SImode values,
10806         gcc needs to know how to add them to the pc which is DImode.
10807         * rs6000.c (rs6000_stack_info): Use symbolic name for
10808         LINK_REGISTER_REGNUM.
10809         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
10810         (output_toc): Delete unused variables s1 and s2.
10811         (output_ascii): Use fputs not fprintf on a variable string.
10812
10813         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
10814
10815         * rs6000.c (processor_target_table): Add power3 as alias for 630.
10816         * aix43.h: Revert Aug 2 change.
10817         (HAS_INIT_SECTION): Define, not visible yet.
10818         (LD_INIT_SWITCH): Define, not visible yet.
10819         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
10820
10821         2000-01-04  Joel Sherrill (joel@OARcorp.com>
10822
10823         * config/rs6000/rtems.h: Include config/rtems.h.
10824
10825         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
10826
10827         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
10828         (SLOW_UNALIGNED_ACCESS): Define.
10829         (CASE_VECTOR_MODE): Always use 32-bit offsets.
10830         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
10831         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
10832         (toc_section): Likewise and .toc pseudo-op.
10833         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
10834         64-bit mode.
10835         (TEXT_SECTION_ASM_OP): Likewise.
10836         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
10837         32-bit offsets.
10838
10839         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
10840
10841         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
10842         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
10843         compiling libgcc2.
10844
10845         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10846
10847         * rs6000.h: Move more stuff from here...
10848         * aix.h: to here.
10849         * sysv4.h: Cleanup accordingly.
10850         * netware.h: Likewise
10851
10852         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10853
10854         * rs6000.h: Continue cleanup.
10855         * aix.h: Likewise.
10856         * lynx.h: Likewise.
10857         * netware.h: Likewise.
10858         * sol2.h: Likewise.
10859         * sysv4.h: Likewise.
10860         * win-nt.h: Likewise.
10861
10862         * rs6000.h (TARGET_SWITCHES): Add descriptions.
10863         (TARGET_OPTIONS): Likewise.
10864
10865         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
10866         (SUBTARGET_OPTIONS): Likewise.
10867
10868         * rs6000.md: Fix compile time warnings.
10869
10870         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
10871
10872         vxworks patches from the Cygnus tree originally by
10873         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
10874         <vmakarov@cygnus.com>.
10875         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
10876         (ENDFILE_SPEC): Likewise.
10877         (LIB_VXWORKS_SPEC): New macro.
10878         (STARTFILE_VXWORKS_SPEC): New macro.
10879         (ENDFILE_VXWORKS_SPEC): New macro.
10880         (LINK_START_VXWORKS_SPEC): New macro.
10881         (LINK_OS_VXWORKS_SPEC): New macro.
10882         (CPP_OS_VXWORKS_SPEC): New macro.
10883         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
10884         * vxppc.h: Rewrite to use proper configuration method.
10885         * vxppcle.h: New file.
10886         * ../../configure.in: Add powerpcle-wrs-vxworks*.
10887         * ../../configure: Rebuilt.
10888
10889         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
10890
10891         Lots of changes to rs6000.h, sysv4.h, aix.h,
10892         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
10893         with the aim that rs6000.h is the first header
10894         included and the others override it.
10895         * aix.h: New file.
10896
10897         * x-aix41-gld: Remove.
10898         * x-aix43: Remove.
10899         * x-aix41: Remove target-specific switches, and don't specify
10900         -Wl,-bbigtoc as we don't need it any more.
10901         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
10902         Use t-aix43 for AIX 4.3 and above.
10903         * ../../configure: Regenerated.
10904
10905         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
10906         options, that don't do anything yet.
10907         (MASK_SCHED_PROLOG): New macro.
10908         (MASK_SCHED_EPILOG): New macro.
10909         (TARGET_SCHED_PROLOG): New macro.
10910         (TARGET_SCHED_EPILOG): New macro.
10911
10912         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
10913
10914         * rs6000.c: Correct comment, the `minimal' TOCs are actually
10915         one per translation unit, not one per function.
10916         (output_toc): Also do duplicate constant elimination
10917         for per-translation-unit TOCs.
10918
10919         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
10920         a comment explaining _exactly_ when this pattern gets used.
10921         (builtin_setjmp_receiver): New pattern for better clarity.
10922         (init_v4_pic): Move it into a section dealing with TOC registers.
10923
10924         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
10925
10926         * rs6000.c (toc_hash_table): New variable.
10927         (rs6000_hash_constant): New function.
10928         (toc_hash_function): New function.
10929         (toc_hash_eq): New function.
10930         (toc_hash_mark_entry): New function.
10931         (toc_hash_mark_table): New function.
10932         (output_toc): Don't output duplicate TOC entries in
10933         a single file.
10934         (rs6000_add_gc_roots): Add the hash table as a GC root.
10935         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
10936         where they clearly shouldn't be.  This may need to be fixed
10937         later when there is a GNU ar for AIX.
10938         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
10939         Don't define BOOT_LDFLAGS as it is now not necessary.
10940
10941         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
10942
10943         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
10944         for va_list on AIX.  Use unsigned_char_type_node rather than
10945         constructing our own version on svr4.
10946
10947         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
10948
10949         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
10950         since patently it's not.
10951
10952         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
10953
10954         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
10955         define_expand/define_insn pair, and handle restore of the
10956         SVR4 -fpic register.
10957
10958 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
10959
10960         * acconfig.h (HAVE_GAS_WEAK): New define.
10961         * configure.in (assembler weak support): Check for .weak support.
10962         * config.in, configure: Rebuilt.
10963         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
10964         HAVE_GAS_WEAK is defined.
10965
10966 2000-03-15  Nick Clifton  <nickc@cygnus.com>
10967
10968         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
10969         asm_fprintf().
10970
10971 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
10972
10973         * cppfiles.c (open_include_file): New function.
10974         (find_include_file, cpp_read_file): Use it.
10975
10976 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
10977
10978         * cpphash.c (dump_hash_helper): Take the slot, not the element.
10979
10980 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
10981
10982         * flow.c (verify_flow_info): Check for unconditional return.
10983
10984 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
10985
10986         * config/ia64/ia64.md (restore_stack_nonlocal): New.
10987         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
10988         (__ia64_restore_stack_nonlocal): New.
10989         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
10990
10991 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10992
10993         * cpphash.c (collect_formal_parameters): Do not complain about
10994         parameter names that just start with `__VA_ARGS__'.
10995
10996 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
10997
10998         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
10999         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
11000         * i386.c (pentiumpro_cost): Set mul cost to 4.
11001         (x86_use_movx): Set for PPro.
11002
11003 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
11004
11005         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
11006         STACK_BOUNDARY for empty frames now.
11007
11008 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
11009
11010         * stor-layout.c (layout_union): Remove.
11011         (layout_union_field): New function, split out from layout_union.
11012         (finish_union_layout): Likewise.
11013         (layout_field): Handle unions by calling layout_union_field.
11014         (finish_record_layout): Handle unions.
11015         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
11016         QUAL_UNION_TYPE handling.
11017
11018 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
11019
11020         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
11021         end of basic block is jump_insn, not barrier; use create_basic_block
11022         instead of creating basic block by hand.
11023
11024 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
11025
11026         * flow.c (reorder_basic_blocks): Account for barriers when writing
11027         over NEXT_INSN (last_bb->end).
11028         (verify_flow_info): Add check for missing barriers.
11029
11030 2000-03-14  Greg McGary  <gkm@gnu.org>
11031
11032         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
11033         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
11034         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
11035         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
11036         __unbounded, __unbounded__): New keywords.
11037         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
11038         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
11039         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
11040
11041 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
11042
11043         * cselib.h: New file.
11044         * alias.c: Include "cselib.h".
11045         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
11046         MEMs as two new arguments.
11047         (get_addr): New static function.
11048         (find_base_term): Handle VALUEs.
11049         (memrefs_conflict_p): Likewise.
11050         (true_dependence): Call get_addr on the addresses.
11051         Call fixed_scalar_and_varying_struct_p with addresses that have been
11052         passed through get_addr and canon_rtx.
11053         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
11054         with true_dependence.
11055         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
11056         * loop.c: Include "cselib.h".
11057         (load_mems): Process extended basic block that enters the loop with
11058         cselib.  Use that information to change initialization of the shadow
11059         register so that a constant equivalence is seen by later passes.
11060         * reload1.c: Include "cselib.h".
11061         (reload_cse_invalidate_regno): Delete function.
11062         (reload_cse_mem_conflict_p): Likewise.
11063         (reload_cse_invalidate_mem): Likewise.
11064         (reload_cse_invalidate_rtx): Likewise.
11065         (reload_cse_regno_equal_p): Likewise.
11066         (reload_cse_check_clobber): Likewise.
11067         (reload_cse_record_set): Likewise.
11068         (reg_values): Delete static variable.
11069         (invalidate_regno_rtx): Likewise.
11070         (reload_cse_delete_noop_set): New static function.
11071         (reload_cse_simplify): New static function, broken out of
11072         reload_cse_regs_1.
11073         (reload_cse_noop_set_p): Delete unused argument INSN.
11074         Just call rtx_equal_for_cselib_p on set source and destination.
11075         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
11076         reload_cse_delete_noop_set.  Delete code to keep track of values; use
11077         cselib functions instead.  Delete code to push/pop obstacks.
11078         (reload_cse_simplify_set): Use cselib to find equivalent values.
11079         Delete code to push/pop obstacks.
11080         (reload_cse_simplify_operands): Likewise.
11081         * rtl.def (VALUE): New rtx code.
11082         * rtl.h (union rtunion_def): New elt rt_cselib.
11083         (X0CSELIB, CSELIB_VAL_PTR): New macros.
11084         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
11085         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
11086         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
11087         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
11088         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
11089         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
11090         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
11091         cselib_record_set, cselib_record_sets): New static functions.
11092         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
11093         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
11094         references_value_p): New functions.
11095         (MAX_USELESS_VALUES, REG_VALUES): New macros.
11096         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
11097         n_useless_values, reg_values, callmem, cselib_obstack,
11098         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
11099         New static variables.
11100         * varray.h (union varray_data_tag): New elt te.
11101         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
11102         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
11103         dependencies.
11104
11105 2000-03-14  Nick Clifton  <nickc@cygnus.com>
11106
11107         * gcc.c (do_spec_1): Catch the case where %* is used in a
11108         substitution pattern, but it has not been initialised.
11109         Issue a meaningful error message if an unrecognised operator
11110         is encountered in a spec string.
11111
11112 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
11113
11114         * function.c (prepare_function_start): Correctly initialize
11115         cfun->stack_alignment_needed.
11116
11117 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
11118
11119         * cppfiles.c (find_include_file): Don't assume nshort is a
11120         substring of name.
11121
11122 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
11123
11124         * configure.in (hppa configurations): Add pa32-regs.h to the
11125         list of tm files as appropriate.
11126         * configure: Rebuilt.
11127         * pa.c (compute_frame_size): Remove explicit knowledge about FP
11128         register numbering.
11129         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
11130         (fmpyaddoperands, fmpysuboperands): Likewise.
11131         * pa.h: Remove various definitions which depend on knowing
11132         how registers are numbered.
11133         * pa32-regs.h: New file with PA32 register numbering specific
11134         definitions.
11135
11136 2000-03-14  Richard Henderson  <rth@cygnus.com>
11137
11138         * regmove.c (combine_stack_adjustments): New.
11139         (stack_memref_p, single_set_for_csa): New.
11140         (free_csa_memlist, record_one_stack_memref): New.
11141         (try_apply_stack_adjustment): New.
11142         (combine_stack_adjustments_for_block): New.
11143         * rtl.h (combine_stack_adjustments): Declare.
11144         * toplev.c (rest_of_compilation): Call it.
11145
11146         * i386.md: Revert 2000-01-16 change.
11147
11148 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11149
11150         * gccbug.in: Add web category, gcc specific classes.
11151
11152 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
11153
11154         * stor-layout.c (finalize_record_size): Fix typo.
11155
11156 2000-03-14  Stan Shebs  <shebs@apple.com>
11157
11158         * c-typeck.c (c_alignof): Error on incomplete types.
11159         * extend.texi (Alignment): Document this.
11160
11161 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
11162
11163         * cppfiles.c: Include mkdeps.h.
11164         (find_include_file, read_include_file): Remove _cpp_ prefix
11165         from name, make static.
11166         (_cpp_execute_include): New function, broken out of
11167         do_include.
11168
11169         * cpplib.c: Don't include mkdeps.h.
11170         (struct directive): Remove type field. Reorder entries.  The
11171         function takes only one argument.
11172         (struct if_stack): Make type field an int.
11173         (directive_table): Rename to dtable.  Generate it, the
11174         prototypes of the directive handlers, and the enum for the
11175         directive numbers, from a template macro.
11176         (do_ifndef, do_include_next, do_import): New functions.
11177         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
11178         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
11179         do_ident, do_assert, do_unassert, do_sccs): Take only one
11180         argument.
11181         (do_sccs): Define always, but alter behavior based on
11182         SCCS_DIRECTIVE.
11183         (_cpp_handle_directive, consider_directive_while_skipping):
11184         Restructure for new directive table layout.
11185
11186         (pass_thru_directive): Take a directive number, not a pointer
11187         to a struct directive.
11188         (parse_include): New function, broken out of do_include.
11189         (do_include, do_import, do_include_next): Use parse_include
11190         and _cpp_execute_include.
11191         (do_elif, do_else): Test for T_ELSE specifically when checking
11192         for #elif/#else after #else.
11193         (parse_ifdef): New function, broken out of do_ifdef.
11194         (validate_else): Expect a name arg without a leading #.
11195         (if_directive_name): Delete.
11196         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
11197         directive handlers with only one argument.
11198
11199         * cpphash.h: Update prototypes.
11200         (enum node_type): Remove entries for directives.
11201         * Makefile.in: Update dependencies.
11202
11203         * cpphash.c (dump_hash_helper): Only dump nodes of type
11204         T_MACRO.  Emit a newline after each definition.
11205
11206 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11207
11208         * gccbug.in: New file.
11209         * configure.in (all_outputs): Add gccbug.
11210         * Makefile.in (install-common): Install gccbug.
11211         (GCCBUG_INSTALL_NAME): New variable.
11212         * configure: Rebuilt.
11213
11214 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
11215
11216         * function.c (put_var_into_stack): Use type_for_mode to calculate
11217         part_type.  Use MEM_SET_IN_STRUCT_P.
11218         * expr.c (store_field): Handle CONCAT.
11219         (store_constructor): Use fields_length.
11220         * tree.c (fields_length): New fn.
11221         * tree.h: Declare it.
11222
11223 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
11224
11225         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
11226         (cpplex.o): New target.
11227         * po/POTFILES.in: Add cpplex.c.
11228
11229         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
11230         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
11231         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
11232         skip_block_comment, skip_line_comment, skip_comment,
11233         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
11234         _cpp_parse_name, skip_string, parse_string,
11235         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
11236         _cpp_get_directive_token, find_position,
11237         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
11238         (maybe_macroexpand, _cpp_lex_token): New functions.
11239
11240         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
11241         parse_goto_mark): Delete.
11242         (_cpp_handle_eof): New function.
11243         (_cpp_handle_directive): Rename from handle_directive.
11244         (_cpp_output_line_command): Rename from output_line_command.
11245         (do_if, do_elif): Call _cpp_parse_expr directly.
11246         * cppfiles.c (_cpp_read_include_file): Don't call
11247         init_input_buffer here.
11248         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
11249         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
11250         here; pop the token_buffer and skip the rest of the line here.
11251         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
11252         here.
11253
11254         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
11255         Define here.
11256         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
11257         CPP_GOTO_MARK): New macros.
11258         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
11259         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
11260         _cpp_read_and_prescan, _cpp_init_input_buffer,
11261         _cpp_grow_token_buffer, _cpp_get_directive_token,
11262         _cpp_handle_directive, _cpp_handle_eof,
11263         _cpp_output_line_command): Prototype them here.
11264         * cpplib.h (enum cpp_token): Add CPP_MACRO.
11265         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
11266         quote_string, output_line_command): Remove.
11267
11268 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
11269
11270         * stmt.c (expand_end_case): RANGE may be signed, and when checking
11271         whether it is too large we must also verify that it isn't negative.
11272
11273 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
11274
11275         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
11276         (movsi_zero_liveg0): Remove.
11277         (movsf_insn_novis_liveg0): Remove.
11278         (negsi2): Remove.
11279         (negsi2_not_liveg0): Rename to negsi2.
11280         (one_cmplsi2): Remove.
11281         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
11282         (one_cmplsi2_liveg0): Remove.
11283         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
11284         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
11285         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
11286         (PREDICATE_CODES): Remove zero_operand.
11287         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
11288         TARGET_BROKEN_SAVERESTORE.
11289         (zero_operand): Remove.
11290         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
11291         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
11292         options.
11293         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
11294         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
11295         TARGET_BROKEN_SAVERESTORE): Remove.
11296         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
11297         Remove.
11298         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
11299         Remove.
11300         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
11301         Remove.
11302
11303         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
11304
11305 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
11306
11307         * cpplib.c (do_pragma_implementation): Fix off-by-one error
11308         truncating a string.  Don't assume tokens are nul terminated.
11309         Problem noted by Andreas Jaeger <aj@suse.de>
11310
11311 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
11312
11313         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
11314         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
11315         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
11316
11317 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
11318
11319         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
11320         STRUCTURE_SIZE_BOUNDARY.
11321
11322 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
11323
11324         * tree.h (record_layout_info_s): New structure.
11325         (record_layout_info): New type.
11326         (new_record_layout_info): New function.
11327         (layout_field): Likewise.
11328         (finish_record_layout): Likewise.
11329         * stor-layout.c (layout_record): Remove.
11330         (new_record_layout_info): New function.
11331         (layout_field): New function, broken out from layout_record.
11332         (finalize_record_size): Likewise.
11333         (compute_record_mode): Likewise.
11334         (finalize_type_size): New function, broken out from layout_type.
11335         (finish_record_layout): Likewise.
11336         (layout_type): Use them.
11337
11338 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
11339
11340         * cpphash.c: Don't include version.h.
11341         (special_symbol) [case T_VERSION]: Look for the string in
11342         hp->value.cpval; don't use version_string.
11343         * cppinit.c (initialize_builtins): Set hp->value.cpval for
11344         __VERSION__ to version_string.
11345         * Makefile.in (cpphash.o): Update deps.
11346
11347 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
11348
11349         Convert cpplib to use libiberty/hashtab.c.
11350
11351         * cpplib.h (struct cpp_reader): Make hashtab and
11352         all_include_files of type 'struct htab *'.  Delete HASHSIZE
11353         and ALL_INCLUDE_HASHSIZE macros.
11354
11355         * cpphash.h: Update prototypes.
11356         (struct hashnode): Remove next, prev, and bucket_hdr members.
11357         Make length a size_t.  Add hash member.
11358         (struct ihash): Remove next member.  Add hash member.  Make
11359         name a flexible array member.
11360
11361         * cppfiles.c: Include hashtab.h.
11362         (include_hash): Delete.
11363         (IHASHSIZE): New macro.
11364         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
11365         (cpp_included): Do the hash lookup here.
11366         (_cpp_find_include_file): Rewrite.
11367         (cpp_read_file): Put the "fake" hash entry into the hash
11368         table.  Honor the control_macro, if it turns out we've seen
11369         the file before.  Don't push the buffer here.
11370         (_cpp_read_include_file): Push the buffer here.
11371         (OMODES): New macro.  Use it whenever we call open(2).
11372
11373         * cpphash.c: Include hashtab.h.
11374         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
11375         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
11376         _cpp_lookup_slot): New functions.
11377         (HASHSIZE): new macro.
11378         (hashf, _cpp_install, _cpp_delete_macro): Delete.
11379         (_cpp_lookup): Use hashtab.h routines.
11380
11381         * cppinit.c: Include hashtab.h.
11382         (cpp_reader_init): Call _cpp_init_macro_hash and
11383         _cpp_init_include_hash.  Don't allocate hashtab directly.
11384         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
11385         pfile->all_include_files.
11386         (initialize_builtins): Use _cpp_make_hashnode and
11387         htab_find_slot to add hash entries.
11388         (cpp_finish): Just call _cpp_dump_macro_hash.
11389         * cpplib.c: Include hashtab.h.
11390         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
11391         create hash entries.
11392         (do_pragma_poison, do_assert): Likewise.
11393         (do_include): Don't push the buffer here.  Don't increment
11394         system_include_depth unless _cpp_read_include_file succeeds.
11395         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
11396         or htab_remove_elt.
11397         (do_pragma_implementation): Use alloca to create copy.
11398
11399         * Makefile.in: Update dependencies.
11400
11401 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11402
11403         * cppinit.c (cl_directive_handler): More K&R fixing.
11404
11405 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
11406
11407         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
11408         STACK_BOUNDARY.
11409         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
11410
11411 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11412
11413         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
11414         Change from char[] to macros.
11415
11416 2000-03-12  Neil Booth  <NeilB@earthling.net>
11417
11418         * cppinit.c (cpp_start_read): Update indirect function
11419         call to K&R C.
11420
11421 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
11422
11423         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
11424         entry.
11425
11426         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
11427         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
11428
11429 2000-03-11  Neil Booth  <NeilB@earthling.net>
11430
11431         * cppinit.c (struct pending option): Replace undef with a
11432         pointer to a directive handling routine.
11433         (struct cpp_pending): Replace separate assert_ and define_
11434         lists with one directive_ list.
11435         (new_pending_define): Rename new_pending_directive. Extra
11436         argument is the directive's handling routine.
11437         (handle_option): Update to use new_pending_directive.
11438
11439 2000-03-11  Neil Booth  <NeilB@earthling.net>
11440
11441         * cppfiles.c (file_cleanup, _cpp_find_include_file,
11442         remap_filename, _cpp_read_include_file, actual_directory,
11443         hack_vms_include_specification): Replace bcopy(), index() etc
11444         calls.  Add casts to some allocations.  Make some variables
11445         pointers to const [unsigned] char.
11446         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
11447         collect_formal_parameters): Similarly.
11448         * cppinit.c (struct pending_option, append_include_chain,
11449         cpp_options_init, cpp_reader_init, initialize_standard_includes,
11450         cpp_start_read, new_pending_define, handle_option): Similarly.
11451         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
11452         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
11453         do_pragma_implementation, detect_if_not_defined,
11454         do_ifdef, skip_if_group, cpp_get_token, parse_string,
11455         do_assert, do_unassert): Similarly.
11456         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
11457         function prototypes.
11458         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
11459
11460 2000-03-10  Richard Henderson  <rth@cygnus.com>
11461
11462         * builtins.c (expand_builtin_strlen): Revert last change.
11463         Use emit_insn_before if we're at the beginning of a sequence.
11464
11465 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
11466
11467         * builtins.c (expand_builtin_strlen): Make sure that we have something
11468         at the beginning of the sequence.
11469
11470         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
11471         deferred inlines.
11472
11473         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
11474
11475 2000-03-10  Richard Henderson  <rth@cygnus.com>
11476
11477         * except.c (can_throw): Use INTVAL on a CONST_INT.
11478         (reachable_handlers): Likewise.
11479         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
11480
11481 2000-03-10  Andreas Jaeger  <aj@suse.de>
11482
11483         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
11484         MD_STARTFILE_PREFIX since those are not needed on linux.
11485         (ASM_FILE_START): New, from mips/gnu.h.
11486
11487 2000-03-09  Richard Henderson  <rth@cygnus.com>
11488             Alex Samuel  <samuel@codesourcery.com> and others
11489
11490         * Makefile.in (ssa.o): New rule.
11491         (OBJS): Add ssa.o.
11492         (STAGESTUFF): Add *.ssa and *.ussa.
11493         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
11494         * rtl.def (PHI): New RTL expression.
11495         * rtl.h (clear_log_links): New declaration.
11496         (convert_to_ssa): Likewise.
11497         (convert_from_ssa): Likewise.
11498         * flow.c (split_edge): If the entry node falls through to the
11499         split edge's source block, split the entry edge.
11500         (clear_log_links): New function.
11501         * toplev.c (ssa_dump): New variable.
11502         (flag_ssa): Likewise.
11503         (f_options): Add "ssa".
11504         (compile_file): Create SSA dump files.
11505         (rest_of_compilation): Go to and from SSA if enabled.
11506         (decide_d_option): Handle -de for SSA dump files.
11507         * ssa.c: New file.
11508
11509 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
11510
11511         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
11512         same as VAR_DECL.
11513
11514 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
11515
11516         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
11517
11518 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
11519
11520         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
11521         (MD_STARTFILE_PREFIX_1): New macro.
11522
11523 2000-03-09  Robert Lipe  <robertl@sco.com>
11524
11525         * config/ia64/ia64.c: Include system.h.
11526
11527 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
11528
11529         * except.c (nothrow_function_p): If -fno-exceptions, just return.
11530         (init_eh_nesting_info): Likewise.
11531
11532         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
11533         (TREE_NOTHROW): Rename from TREE_RAISES.
11534         * toplev.c (rest_of_compilation): Set it.
11535         * print-tree.c (print_node): Adjust.
11536         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
11537         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
11538         * calls.c (emit_call_1): Add 'nothrow' parm.  Add
11539         REG_EH_REGION note as appropriate.
11540         (libfunc_nothrow): New fn.
11541         (emit_library_call, emit_library_call_value): Use it.
11542         (expand_call): Check TREE_NOTHROW.
11543
11544         * varasm.c (make_decl_rtl): Skip initial '*' when setting
11545         DECL_ASSEMBLER_NAME.
11546
11547 2000-03-09  Andreas Jaeger  <aj@suse.de>
11548
11549         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
11550         (TARGET_MEM_FUNCTIONS): Define.
11551
11552 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
11553
11554         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
11555
11556         * except.c (can_throw): See through a SEQUENCE.
11557         (nothrow_function_p): New fn.
11558         * except.h: Declare it.
11559         * function.c (current_function_nothrow): New var.
11560         (prepare_function_start): Initialize it.
11561         * output.h: Declare it.
11562         * toplev.c (rest_of_compilation): Set it.
11563         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
11564
11565 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
11566
11567         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
11568         match.  (cpp_compare_defs): Count the nul separator when
11569         advancing over argument names.
11570
11571 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
11572
11573         * recog.c (preprocess_constraints): Matching constraints affect
11574         same alternative/different operand, not same operand/different
11575         alternative.
11576
11577         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
11578         register and a constant specially.
11579
11580 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11581
11582         * libgcc2.h: New file.
11583         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
11584
11585 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
11586
11587         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
11588         * configure: Regenerate.
11589         * config/ia64: New.
11590
11591 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
11592
11593         * Makefile.in (LIBCPP_DEPS): New macro.
11594         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
11595         it to declare deps.
11596         * cpperror.c: Include cpphash.h.
11597         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
11598         dingleberry.
11599         (lex): Don't use CPP_WARN_UNDEF.
11600         (_cpp_parse_expr): Return an int, the truth value.
11601         * cppfiles.c: Include cpphash.h.
11602         (_cpp_merge_include_chains): Move to cppinit.c and make static.
11603         * cppinit.c (include_defaults_array): Disentangle.
11604         (cpp_cleanup): Don't free the if stack here.
11605         (cpp_finish): Pop off all buffers, not just one.
11606         * cpplib.c (eval_if_expr): Return int.
11607         (do_xifdef): Rename do_ifdef.
11608         (handle_directive): Don't use CPP_PREPROCESSED.
11609         (cpp_get_token): Don't use CPP_C89.
11610         * fix-header.c: Don't use CPP_OPTIONS.
11611
11612         * cpplib.h: Move U_CHAR, enum node_type, struct
11613         file_name_list, struct ihash, is_idchar, is_idstart,
11614         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
11615         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
11616         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
11617         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
11618         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
11619         of _cpp_simplify_pathname, _cpp_find_include_file,
11620         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
11621         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
11622         cppinit.c.
11623         Change all uses of U_CHAR to be unsigned char instead.
11624         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
11625
11626 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
11627
11628         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
11629         (dwarf2out_begin_prologue): Set it.
11630         (output_call_frame_info): Don't emit EH unwind info for leaves.
11631
11632         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
11633         can occur outside of an EH region.
11634         * except.c: Correct comments about rethrow behavior.
11635         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
11636
11637 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
11638
11639         * flow.c (make_edges): Always call make_eh_edge for calls.
11640
11641 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
11642
11643         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
11644         (struct cpp_buffer): Remove fname and underflow fields.
11645         (struct cpp_reader): Remove get_token field.
11646         (struct include_hash): Rename to struct ihash.  Add typedef to
11647         IHASH.
11648         (struct if_stack): Remove fname field.
11649         (IF_STACK_FRAME): Rename to IF_STACK.
11650
11651         * cpperror.c (print_containing_files): Trust that there are no
11652         macro buffers below the top file buffer.
11653         * cppfiles.c: Replace all references to 'struct include_hash'
11654         with 'IHASH'.  Rename initialize_input_buffer to
11655         init_input_buffer.  Don't set or reference cpp_buffer->fname,
11656         use buffer->ihash->name instead.
11657         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
11658         not CPP_NULL_BUFFER.
11659         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
11660         IF_STACK_FRAME, IHASH not struct include_hash.
11661         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
11662         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
11663         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
11664         references to cpp_buffer->fname (delete entirely, or use
11665         ->ihash->name instead) and IF_STACK->fname.
11666         (cpp_push_buffer): Don't set new->underflow.
11667         (do_include): Use cpp_file_buffer.
11668
11669         * cpphash.c (collect_formal_parameters): Remove duplicate
11670         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
11671         used as a macro argument name.  Don't append "..." to namebuf
11672         for varargs macros.  After we're done scanning, go through
11673         namebuf and make it NUL separated, not comma separated.
11674         (_cpp_compare_defs): Remove register tag from variables.
11675         Expect defn->argnames to be NUL separated.
11676         (_cpp_dump_definition): Expect defn->argnames to be NUL
11677         separated and in forward order.
11678         * cpphash.h: Update documentation of argnames field.
11679
11680 2000-03-08  Richard Henderson  <rth@cygnus.com>
11681
11682         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
11683         to fail.  Don't pre-expand the source operand.
11684
11685         * i386.md (strlensi): Initialize eoschar and align before use.
11686
11687 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
11688
11689         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
11690         CONSTRUCTOR element.
11691
11692 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
11693
11694         * mips.c (mips_expand_prologue): If the last
11695         named argument is the vararg marker "va_list", treat it as
11696         an unnamed argument.
11697
11698 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
11699
11700         * dbxout.c (dbxout_parms): When correcting for promoted
11701         big-endian parameters, use the mode of the DECL_RTL rather
11702         than UNITS_PER_WORD.
11703
11704 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11705
11706         * c-common.h (make_fname_decl): Declare.
11707         * c-common.c (make_fname_decl): Define.
11708         (declare_hidden_char_array): Remove.
11709         (declare_function_name): Use make_fname_decl.
11710         * c-decl.c (c_make_fname_decl): New function.
11711         (init_decl_processing): Set make_fname_decl.
11712
11713 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
11714
11715         * cccp.c (handle_directive): Initialize backslash_newlines_p.
11716
11717 2000-03-07  Philipp Thomas  <pthomas@suse.de>
11718
11719         * po/POTFILES.in: Remove cppalloc.c from file list.
11720
11721 2000-03-07  Steve Chamberlain  <sac@pobox.com>
11722
11723         * pj.c (pj_expand_prologue): current_function->args_info is
11724         now current_function_args_info.
11725
11726         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
11727         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
11728         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
11729
11730 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11731
11732         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
11733         output as hexadecimal rather than the default octal.
11734
11735 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
11736
11737         * cpphash.c (special_symbol): Fix thinko in previous commit.
11738
11739 2000-03-07  Neil Booth  <NeilB@earthling.net>
11740
11741         * cppexp.c (struct operation, left_shift, right_shift,
11742         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
11743         "int"s to "unsigned int"s.
11744         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
11745         Similarly.
11746         * cpplib.h: Update for above.
11747         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
11748         returned from allocations.
11749
11750         * cppinit.c (opt_comp, parse_options): New functions.
11751         (handle_option): Use parse_option to parse a single command
11752         line option, that possibly takes an argument.
11753         (cpp_handle_options): Sort the array of command line options on
11754         first invocation (non-ASCII hosts only).
11755         (print_help): Update.
11756
11757 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
11758
11759         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
11760         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
11761
11762         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
11763         initialized.
11764         * cppinit.c (cpp_cleanup): Free imp->nshort also.
11765
11766         * cpperror.c (cpp_print_containing_files,
11767         cpp_print_file_and_line, v_cpp_message): Rename to
11768         print_containing_files, print_file_and_line, and v_message.
11769         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
11770         to _cpp_parse_expr, parse_escape, and lex.
11771         (parse_charconst): Remove broken multibyte support.
11772         * cppfiles.c (include_hash): Make static.
11773         (cpp_included): New function.
11774         (merge_include_chains, find_include_file, finclude,
11775         simplify_pathname): Rename to _cpp_merge_include_chains,
11776         _cpp_find_include_file, _cpp_read_include_file, and
11777         _cpp_simplify_pathname.
11778         * cpphash.c (cpp_lookup, free_definition, delete_macro,
11779         cpp_install, create_definition, macroexpand, compare_defs,
11780         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
11781         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
11782         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
11783         * cppinit.c (cpp_handle_option): Rename to handle_option, make
11784         static.
11785         * cpplib.c: Remove extern prototype of cpp_parse_expr.
11786
11787         * cpphash.h: Update prototypes.
11788         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
11789
11790 2000-03-07  Andrew Haley  <aph@cygnus.com>
11791
11792         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
11793         PTRDIFF_TYPE should be based solely on Pmode.
11794         (SIZE_TYPE): ditto.
11795
11796 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11797
11798         * rtl.h (rtunion_def): Constify member `rtstr'.
11799         (emit_line_note_after, emit_line_note, emit_line_note_force,
11800         emit_note, decode_asm_operands): Constify.
11801
11802         * cse.c (canon_hash): Likewise.
11803
11804         * dbxout.c (dbxout_block): Likewise.
11805
11806         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
11807         v_warning_for_asm): Likewise.
11808
11809         * dwarfout.c (function_start_label): Likewise.
11810
11811         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
11812         emit_line_note_force): Likewise.
11813
11814         * final.c (last_filename, asm_insn_count, final_scan_insn,
11815         output_source_line): Likewise.
11816
11817         * function.h (struct emit_status): Likewise.
11818
11819         * gcse.c (hash_expr_1): Likewise.
11820
11821         * genattr.c (gen_attr, main): Likewise.
11822
11823         * genattrtab.c (struct function_unit, current_alternative_string,
11824         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
11825         attr_numeral, check_attr_test, check_attr_value,
11826         convert_set_attr_alternative, convert_set_attr,
11827         compute_alternative_mask, simplify_by_exploding, gen_attr,
11828         gen_unit): Likewise.
11829
11830         * genflags.c (gen_insn): Likewise.
11831
11832         * gengenrtl.c (type_from_format): Likewise.
11833
11834         * genopinit.c (gen_insn): Likewise.
11835
11836         * genoutput.c (n_occurrences, process_template, process_template):
11837         Likewise.
11838
11839         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
11840         Likewise.
11841
11842         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
11843         Likewise.
11844
11845         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
11846         ggc_set_mark, ggc_get_size): Likewise.
11847
11848         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
11849
11850         * optabs.c (init_one_libfunc): Likewise.
11851
11852         * output.h (assemble_start_function): Likewise.
11853
11854         * recog.c (decode_asm_operands): Likewise.
11855
11856         * toplev.c (rest_of_compilation): Likewise.
11857
11858         * tree.h (emit_line_note_after, emit_line_note,
11859         emit_line_note_force): Likewise.
11860
11861         * varasm.c (asm_output_bss, asm_output_aligned_bss,
11862         asm_emit_uninitialised, assemble_start_function,
11863         assemble_variable, const_hash, compare_constant_1,
11864         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
11865
11866         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
11867
11868         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
11869
11870         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
11871
11872         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
11873
11874         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
11875         arm_dllimport_name_p): Likewise.
11876
11877         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
11878         Likewise.
11879
11880         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
11881
11882         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11883
11884         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
11885         arm_mark_dllexport, arm_mark_dllimport,
11886         arm_pe_encode_section_info): Likewise.
11887
11888         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
11889         ASM_FINISH_DECLARE_OBJECT): Likewise.
11890
11891         * arm/thumb.c (thumb_function_prologue): Likewise.
11892
11893         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
11894
11895         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11896
11897         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
11898
11899         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
11900
11901         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
11902
11903         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11904
11905         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
11906         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
11907
11908         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
11909
11910         * i386/i386.c (asm_output_function_prefix): Likewise.
11911
11912         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
11913
11914         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11915
11916         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
11917
11918         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
11919         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
11920         ASM_OUTPUT_SECTION_NAME): Likewise.
11921
11922         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
11923
11924         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
11925
11926         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
11927
11928         * m32r/m32r.c (m32r_encode_section_info): Likewise.
11929
11930         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11931
11932         * mcore/mcore.c (mcore_encode_section_info): Likewise.
11933
11934         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11935
11936         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11937
11938         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11939
11940         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
11941
11942         * mips/mips.md (movdi, movsi): Likewise.
11943
11944         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11945
11946         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11947
11948         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11949
11950         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
11951         ASM_OUTPUT_ASCII): Likewise.
11952
11953         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
11954         output_mi_thunk, output_toc): Likewise.
11955
11956         * rs6000/rs6000.md (movsi): Likewise.
11957
11958         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
11959
11960         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
11961
11962         * v850/v850.c (print_operand, print_operand_address,
11963         v850_encode_data_area): Likewise.
11964
11965 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
11966
11967         * config/mips/mips.md (zero_extendsidi2): Always force operand
11968         one to memory for mips16.
11969
11970 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11971
11972         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
11973         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
11974         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
11975         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
11976         (min_precision): Result is unsigned.
11977         (add_double, neg_double, mul_double): Low word is unsigned.
11978         (lshift_double, rshift_double, lrotate_double): Likewise.
11979         (rrotate_double, div_and_round_double): Likewise.
11980         (tree_floor_log2, compare_tree_int): New functions.
11981         (preserve_rtl_expr_temps): New declaration.
11982         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
11983         (decl_attributes): Use tree_log2 to find alignment.
11984         Check for TREE_INT_CST_HIGH for format args.
11985         (min_precision): Now unsigned.
11986         Use tree_floor_log2.
11987         (truthvalue_conversion): Delete long-disabled code.
11988         * c-decl.c (finish_struct): Clean up tests on field width.
11989         (finish_function): Use compare_tree_int.
11990         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
11991         * c-typeck.c (comptypes): Use tree_int_cst_equal.
11992         (default_conversion, digest_init): Use compare_tree_int.
11993         (build_binary_op): Use integer_all_onesp and compare_tree_int.
11994         Fix type errors in forming masks.
11995         * calls.c (initialize_argument_information): Use compare_tree_int.
11996         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
11997         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
11998         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
11999         (store_field): Use compare_tree_int.
12000         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
12001         (expand_expr, case ARRAY_REF): Use compare_tree_int.
12002         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
12003         (do_store_flag): Use compare_tree_int.
12004         * fold-const.c (encode, decode): Low part is always unsigned.
12005         (force_fit_type, add_double, neg_double, mul_double): Likewise.
12006         (lshift_double, rshift_double, lrotate_double): Likewise.
12007         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
12008         (fold_convert): Use compare_tree_int.
12009         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
12010         (invert_truthvalue, case INTEGER_CST): Likewise.
12011         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
12012         * mkdeps.c (deps_dummy_targets): Make I unsigned.
12013         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
12014         (lshift_double, rshift_double, lrotate_double, rrotate_double):
12015         Likewise.
12016         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
12017         (expand_end_case): Use compare_tree_int.
12018         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
12019         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
12020         (layout_decl): Likewise.
12021         (layout_record, layout_union): Make sizes unsigned.
12022         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
12023         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
12024         * tree.c (struct type_hash): hashcode is unsigned.
12025         (build_type_attribute_variant, type_hash_list): Likewise.
12026         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
12027         (attribute_hash_list, build_array_type, build_method_type): Likewise.
12028         (build_complex_type): Likewise.
12029         (real_value_from_int_cst): Remove unneeded casts.
12030         (integer_all_onesp): Add casts.
12031         (tree_floor_log2, compare_tree_int): New functions.
12032         (build_index_type): Use tree_int_cst_sgn.
12033         * varasm.c (assemble_variable): Use compare_tree_int.
12034
12035 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
12036
12037         * cpphash.c (collect_expansion): Also catch ## at start of macro.
12038
12039         * varasm.c (make_decl_rtl): Don't add a number to members of
12040         local classes.
12041         (make_function_rtl): Likewise.
12042
12043 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12044
12045         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
12046         patch from 2000-01-28.
12047
12048 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
12049
12050         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
12051         filled with an insn from the jump target.
12052
12053 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12054
12055         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
12056         (c4x_external_ref): Likewise.
12057         * config/c4x/c4x.c (struct name_list): Likewise.
12058
12059 1999-12-16  Ben Collins  <bcollins@debian.org>
12060
12061         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
12062         argument to genmultilib.
12063         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
12064         the contents into the multilib.h header.
12065         * gcc.c: Declare multilib_exclusions for the specs file.
12066         (set_multilib_dir): Use it.
12067         (print_multilib_info): Likewise.
12068         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
12069         to pass to genmultilib.
12070
12071 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12072
12073         * builtins.c (built_in_class_names, built_in_names): Constify a
12074         char*.
12075
12076         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
12077         int.
12078         (_mcleanup): Ensure value matches format specifier in sprintf.
12079
12080         * cpphash.c (special_symbol): Don't needlessly cast away
12081         const-ness.
12082
12083         * cppinit.c (base_name): Delete unused prototype.
12084
12085         * mkdeps.c (deps_init): Make definition K&R safe.
12086
12087         * tree.h (built_in_class_names, built_in_names): Constify a
12088         char*.
12089
12090 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
12091
12092         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
12093         floating point instructions for epilogue delay.
12094
12095         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
12096         to gas if it supports .register pseudo.
12097
12098         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
12099         LONG_DOUBLE_TYPE_SIZE if not defined.
12100         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
12101         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
12102         * real.c: Likewise.
12103         * gengenrtl.c: Likewise.
12104         * print-rtl.c: Likewise.
12105         * rtl.c: Likewise.
12106         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
12107         MASK_LONG_DOUBLE_128.
12108         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
12109         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
12110         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
12111         (SUBTARGET_SWITCHES): Define.
12112         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
12113         with -mlong-double-128.
12114         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
12115         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
12116         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
12117         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
12118         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
12119         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
12120         with -mlong-double-128.
12121         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
12122         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
12123         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
12124         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
12125         TARGET_LONG_DOUBLE_128): Define.
12126         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
12127         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
12128         long double on TARGET_ARCH64.
12129
12130 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
12131
12132         * function.c (free_temps_for_rtl_expr): Don't free slots
12133         that have been pushed into a higher level.
12134
12135         Revert this patch:
12136         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
12137
12138 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
12139
12140         * basic-block.h (ALLOCA_REG_SET): Remove.
12141         (INITIALIZE_REG_SET): New macro.
12142         * flow.c (update_life_info): Use it.
12143         (calculate_global_regs_live): Likewise.
12144         (propagate_block): Likewise.
12145         * global.c (build_insn_chain): Likewise.
12146         * haifa-sched.c (schedule_region): Likewise.
12147
12148 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
12149
12150         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
12151         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
12152         (DWARF_ARANGES_PAD_SIZE): New define.
12153         (output_aranges): Use it to pad the address range header.
12154         (DWARF_ROUND): Fix for non power of 2 rounding.
12155
12156 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
12157
12158         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
12159
12160 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
12161
12162         * tree.def (RTL_EXPR): Update documentation.
12163         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
12164         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
12165         * function.c (preserve_rtl_expr_temp): New function.
12166         (preserve_rtl_expr_temps): Likewise.
12167         (preserve_rtl_expr_result): Use it.
12168
12169         Revert this patch:
12170         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
12171
12172 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
12173
12174         * regmove.c (copy_src_to_dest)  Do not create src->dest move
12175         for unchanging destination.
12176
12177 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
12178
12179         * function.h (struct sequence_stack): Remove rtl_expr.
12180         (struct emit_staus): Likewise.
12181         (seq_rtl_expr): Remove.
12182         * tree.h (free_temps_for_rtl_expr): Don't declare.
12183         (start_sequence_for_rtl_expr): Likewise.
12184         * rtl.h (preserve_rtl_expr_result): Likewise.
12185         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
12186         (start_sequence_for_rtl_expr): Remove.
12187         (push_topmost_sequence): Don't save sequence_rtl_expr.
12188         (pop_topmost_sequence): Remove comment about not restoring it.
12189         (end_sequence): Don't set seq_rtl_expr.
12190         (init_emit): Don't initialize it.
12191         (mark_sequence_stack): Don't mark it.
12192         (mark_emit_status): Likewise.
12193         * except.c (protect_with_terminate): Use
12194         start_sequence_for_rtl_expr, not start_sequence.
12195         * expr.c (expand_expr, case RTL_EXPR): Don't call
12196         preserve_rtl_expr_result or free_temps_for_rtl_expr.
12197         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
12198         (preserve_rtl_expr_result): Remove.
12199         (free_temps_for_rtl_expr): Likewise.
12200         (pop_temp_slots): Likewise.
12201         (mark_temp_slot): Don't mark the rtl_expr.
12202         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
12203         start_sequence_for_rtl_expr.
12204
12205 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
12206
12207         * mkdeps.c, mkdeps.h: New files.
12208         * po/POTFILES.in: Add them.
12209         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
12210         (cpplib.o, cppinit.o): Depend on mkdeps.h.
12211         (mkdeps.o): New target.
12212
12213         * cppfiles.c: Delete deps_output.
12214         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
12215         OBJECT_SUFFIX, and base_name.
12216         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
12217         the include hash.
12218         (initialize_dependency_output): Use deps_init,
12219         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
12220         all the unnecessary string bashing.
12221         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
12222         level.
12223         * cpplib.c (do_include): Use deps_add_dep.
12224         * cpplib.h (struct cpp_reader): Replace deps_buffer,
12225         deps_allocated_size, deps_size, deps_column members with
12226         single pointer to a struct deps.  Delete prototype of
12227         deps_output.
12228
12229         * cppinit.c: Fix thinko in previous patch.
12230
12231 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12232
12233         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
12234         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
12235         (mode_for_size_tree): New function.
12236         (layout_decl, layout_type): Call it and clean up BLKmode checks.
12237         * tree.h (mode_for_size_tree): New declaration.
12238
12239         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
12240
12241 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
12242
12243         * stmt.c (is_body_block): Move...
12244         * dwarfout.c, dwarf2out.c: ...from here.
12245         * tree.h: Declare it.
12246         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
12247         * final.c (final_start_function): Do call remove_unnecessary_notes
12248         when scheduling.
12249
12250 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
12251
12252         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
12253
12254         * cpplib.h (_dollar_ok): New macro.
12255         (is_idchar, is_idstart): Use it.
12256         (IStable): Rename to _cpp_IStable.  Declare it const if
12257         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
12258         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
12259         is_space): Update for renamed IStable.
12260
12261         * cppinit.c: Delete all references to FAKE_CONST and CAT
12262         macros. Define init_IStable as empty macro if gcc >=2.7 or
12263         C99. Change TABLE() to ISTABLE and hardcode name of table.
12264         (cpp_start_read): Don't change the IStable based on
12265         dollars_in_ident.
12266
12267         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
12268         changed.  Handle '$' for char1 correctly.
12269         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
12270
12271         * cppexp.c (tokentab2): Make const.
12272         (cpp_lex): Make toktab const.
12273         * cppinit.c (include_defaults_array): Make const.
12274         (initialize_standard_includes): Make default_include const.
12275
12276 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
12277
12278         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
12279         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
12280         (gen_decl_die): Likewise.
12281         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
12282         (output_decl): Likewise.
12283
12284         * varasm.c (make_function_rtl): If we change the name used in the
12285         rtl, update DECL_ASSEMBLER_NAME accordingly.
12286         (make_decl_rtl): Likewise.
12287
12288         * toplev.c (rest_of_compilation): Tweak formatting.
12289
12290         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
12291         remove_unnecessary_notes.
12292         (debug_ignore_block): New fn.
12293         * toplev.h: Declare it.
12294         * emit-rtl.c (remove_unncessary_notes): Call it.
12295         * dwarf2out.c (dwarf2out_ignore_block): New fn.
12296         * dwarf2out.h: Declare it.
12297         * final.c (final_start_function): Don't call remove_unnecessary_notes
12298         if we did insn scheduling.
12299
12300 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
12301
12302         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
12303         * cpplib.h: Delete SET_CPP_PEDANTIC.
12304
12305 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12306
12307         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
12308         result is a RECORD_TYPE.
12309
12310 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
12311
12312         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
12313
12314 2000-03-03  Richard Henderson  <rth@cygnus.com>
12315
12316         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
12317         addition over compliments over shifts.
12318
12319 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12320
12321         * reload1.c (reload_combine_note_use): Handle return register USEs.
12322         REG case: Handle multi-hard-register hard regs.
12323
12324 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12325
12326         * md.texi: Document use of '*' in insn pattern name.
12327
12328 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
12329
12330         * calls.c (special_function_p): operator new may not be malloc-like.
12331
12332         * gcse.c (dump_hash_table): Really fix error in last change.
12333
12334 2000-03-02  Denis Chertykov  <denisc@overta.ru>
12335
12336         * avr.c (print_operand): Use print_operand_address instead of
12337         output_addr_const.
12338         * avr/libgcc.S: Cleanup code.
12339
12340 2000-03-02  Richard Henderson  <rth@cygnus.com>
12341
12342         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
12343
12344 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
12345
12346         * tree.h (TYPE_ALIGN_UNIT): New macro.
12347
12348 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
12349
12350         * i386.c: (constant_call_address_operand): Reject CONST_INT.
12351
12352 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
12353
12354         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
12355         for the buffer.
12356         (SET_CPP_PEDANTIC): New macro.
12357         * cpplib.c (do_include): Don't bother checking system_header_p.
12358         (do_warning, do_ident, do_assert, do_unassert): Likewise.
12359         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
12360
12361         * function.h (struct expr_status): Add x_arg_space_so_far.
12362         (arg_space_so_far): New macro.
12363         * expr.c (init_expr): Initialize it.
12364         * calls.c (emit_call_1): Reset it.
12365         (compute_argument_block_size, expand_call): Use it.
12366         (expand_call, store_one_arg): Increment it.
12367
12368 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12369
12370         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
12371         a UNION_TYPE.
12372
12373 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
12374
12375         * cppfiles.c (cpp_read_file): New function.
12376
12377         * cpphash.c (collect_expansion): Make sure to reset last_token
12378         to NORM when we hit a string.  Handle trailing whitespace
12379         properly when the expansion is empty.
12380         (create_definition): Disable line commands while parsing the
12381         directive line.
12382         (dump_definition): If pfile->lineno == 0, output a line
12383         command ahead of the dump, and add a trailing newline.
12384
12385         * cppinit.c (append_include_chain): Add fifth argument, which
12386         indicates whether or not system headers are C++ aware.
12387         (initialize_standard_includes): New function,
12388         broken out of read_and_prescan.  Pass 'cxx_aware' value from
12389         the include_defaults_array on to append_include_chain.
12390         (dump_special_to_buffer): Const-ify char array.
12391         (builtin_array): Don't dump __BASE_FILE__.
12392         (cpp_start_read): Use cpp_read_file.  Reorder code for
12393         clarity.  Don't output line commands here for -D/-A/-U
12394         switches.  Don't call deps_output for files included with
12395         -include or -imacros.
12396
12397         * cpplib.c (do_define): Don't pay any attention to the second
12398         argument.
12399         (cpp_expand_to_buffer): Disable line commands while scanning.
12400         (output_line_command): Work in the file buffer.
12401         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
12402         Fix formatting of comments.  Prototype cpp_read_file.
12403
12404 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12405
12406         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
12407         reference the language-equivalent of sizetype.
12408         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
12409         * fold-const.c (size_binop, size_diffop): Put back checks.
12410         * gcse.c (dump_hash_table): Fix minor error in last change.
12411         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
12412         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
12413         all sizetypes.
12414
12415 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
12416
12417         * calls.c (expand_call)  Do not attempt to combine stack adjustments
12418         with inhibit_defer_pop set.
12419
12420 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
12421
12422         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
12423         the DECL_SIZE for a FIELD_DECL.
12424
12425 2000-03-01  Bruce Korb  <bkorb@gnu.org>
12426
12427         * fixinc/inclhack.tpl: remove unused symlinks
12428         * fixinc/README: GCC Maintainer info
12429         * fixinc/inclhack.sh: regen
12430         * fixinc/fixincl.sh: regen
12431
12432 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
12433
12434         * cpphash.c (collect_expansion): Trim trailing white space
12435         from macro definitions, but don't go past the last insertion
12436         point.
12437
12438 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
12439
12440         * i386.md (mulqi3): New pattern.
12441
12442 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
12443
12444         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
12445         token types.
12446         (struct cpp_reader): Add parsing_if_directive and
12447         parsing_define_directive flags.
12448         (struct cpp_options): Remove output_conditionals flag.
12449         (check_macro_name): Delete prototype.
12450
12451         * cpphash.h (struct macrodef): Delete.
12452         (struct reflist): Separate from struct definition.
12453         (struct definition): Remove unused fields.  Add column number.
12454         (create_definition): Returns a DEFINITION *.  Takes a
12455         cpp_reader * and an int.
12456
12457         * cpphash.c (SKIP_WHITE_SPACE): Delete.
12458         (PEEKC): Copy defn from cpplib.c.
12459         (rest_extension, REST_EXTENSION_LENGTH): Delete.
12460         (struct arg): New.
12461         (struct arglist): Simplify.
12462         (collect_expansion): Rewrite.  Get tokens by calling
12463         cpp_get_token.  Add more error checking.
12464         (collect_formal_parameters): New function, broken out of
12465         create_definition and reworked to use get_directive_token.
12466         (create_definition): All real work is now in collect_expansion
12467         and collect_formal_parameters.  do_define handles finding the
12468         macro name.  Return a DEFINITION, not a MACRODEF.
12469         (macroexpand): Replace bcopy with memcpy throughout.  Replace
12470         character-at-a-time copy loop with memcpy and pointer increments.
12471         (compare-defs): d1->argnames / d2->argnames might be null.
12472
12473         * cpplib.c (copy_rest_of_line): Delete function.
12474         (skip_rest_of_line): Do all the work ourselves.
12475         (skip_string): New function.
12476         (parse_string): Use skip_string.
12477         (get_macro_name): New function.
12478         (check_macro_name): Delete.
12479         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
12480         (cpp_skip_hspace): Use CPP_BUMP_LINE.
12481         (handle_directive): ICE if we're called on a macro buffer.
12482         (do_define): Determine macro name and type (funlike/objlike)
12483         here.  Expunge all uses of MACRODEF.
12484         (cpp_push_buffer): Set line_base to NULL.
12485         (do_undef, read_line_number): Don't worry about getting a POP token.
12486         (eval_if_expression): Set/reset parsing_if_directive around
12487         cpp_parse_expr. Don't clear only_seen_white.
12488         (skip_if_group): Remove output_conditionals logic.  Use
12489         skip_rest_of_line.
12490         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
12491         tokens under appropriate conditions.
12492         (cpp_unassert): Call do_unassert not do_assert.  Oops.
12493
12494         * cppexp.c (parse_defined): New function, break out of
12495         cpp_lex.
12496         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
12497         ourselves, with cpp_defined.
12498         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
12499
12500         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
12501         * gcc.dg/strpaste-2.c: New.
12502
12503 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
12504
12505         * fold-const.c (size_binop): Don't asert inputs are the same and
12506         have TYPE_IS_SIZETYPE set.
12507         (size_diffop): Likewise.
12508
12509 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
12510
12511         * dwarfout.c (output_block): Output abstract blocks even if they
12512         don't have TREE_ASM_WRITTEN set.
12513
12514         * calls.c (emit_library_call): Check for null REG.
12515
12516 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
12517
12518         * c-decl.c (current_function_decl): Move to toplev.c.
12519         (init_decl_processing): Don't add current_function_decl as a ggc
12520         root here.
12521         * dbxout.c (dbxout_symbol): Change return type to int.
12522         (dbxout_symbol_location, dbxout_syms): Likewise.
12523         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
12524         any locals. Use current_function_func_begin_label if set.
12525         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
12526         * dwarf2out.c (dwarf2out_begin_prologue): Set
12527         current_function_func_begin_label.
12528         * final.c (final_start_function): Reset it.
12529         * toplev.c (current_function_decl): Define it here.
12530         (current_function_func_begin_label): New variable.
12531         (main): Add both as ggc roots.
12532         * tree.h (current_function_func_begin_label): Declare.
12533
12534 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12535
12536         * gcse.c: Cleanups throughout: mostly white-space, but also
12537         some minor rearrangement of code.
12538
12539 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
12540
12541         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
12542         returns a PARALLEL.  Use emit_group_load and use_group_regs
12543         as needed.
12544         (emit_library_call_value): Similarly.
12545
12546         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
12547         * pa/quadlib.asm: Remove.
12548         * pa/quadlib.c: New file.
12549
12550         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
12551         * configure: Rebuilt.
12552
12553 2000-02-29  Philip Blundell  <pb@futuretv.com>
12554
12555         * config/arm/conix-elf.h: New file.
12556         * configure.in (arm*-*-conix*): New configuration.
12557         * configure: Regenerate.
12558
12559 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
12560
12561         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
12562         don't have TREE_ASM_WRITTEN set.
12563
12564 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12565
12566         * Eliminate DECL_FIELD_SIZE.
12567         * builtins.c (built_in_class_names, built_in_names): New variables.
12568         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
12569         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
12570         DECL_SIZE, not DECL_FIELD_SIZE.
12571         * print-tree.c (print_node): Remove code that prints extra blank
12572         lines in some cases.
12573         Properly handle inline and builtin function cases.
12574         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
12575         * tree.h (built_in_class_named, built_in_names): New declarations.
12576         (union tree_decl): Rename internal unions to u1 and u2 and change
12577         some of their components.
12578         Add new field built_in_class.
12579         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
12580         Reflect above changes.
12581         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
12582         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
12583         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
12584         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
12585
12586 2000-02-28  Dmitri Makarov  <dim@windriver.com>
12587
12588         * extend.texi: Document ARM's support for long/short calls.
12589
12590         * invoke.texi: Document ARM's -mlong-calls command line switch.
12591
12592         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
12593         (arm_encode_call_attribute): Add prototype.
12594         (arm_set_default_type_attribute): Add prototype.
12595         (arm_strip_name_encoding): Add prototype.
12596
12597         * config/arm/arm.c (arm_init_cumulative_args): replace
12598         initialisation og 'long_calls' field with initialisation of
12599         'call_cookie' field.
12600         (enum arm_pragma_enum): New enum.
12601         (arm_pragma_long_calls): New static variable.
12602         (arm_process_pragma): Also process "#pragma long_calls_off".
12603         (arm_valid_type_attribute_p): Accept short_call attribute.
12604         (arm_comp_type_attributes): Check long/short call attributes.
12605         (arm_encode_call_attribute):  New function:  Encode long_call
12606         or short_call attribute in function name.
12607         (arm_set_default_type_attributes): New function: Assign
12608         default attributes to newly defined type.
12609         (current_file_function_operand): New function: Return true if
12610         the symbol is a function which has already been compiled.
12611         (arm_is_longcall_p): New function: Return true if the
12612         indicated function should be called via a long call.
12613         (arm_get_strip_length): New function.  Returns number of
12614         prefix characters to be stripped from a function's name.
12615         (arm_strip_name_encoding): New function.  Strip prefix characters
12616         from a function's name.
12617
12618         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
12619         with 'call_cookie'.
12620         (SHORT_CALL_FAG_CHAR): Define.
12621         (LONG_CALL_FAG_CHAR): Define.
12622         (ENCODED_SHORT_CALL_ATTR_P): Define.
12623         (ENCODED_LONG_CALL_ATTR_P): Define.
12624         (ARM_NAME_ENCODING_LENGTHS): Define.
12625         (STRIP_NAME_ENCODING): Define.
12626         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
12627         (ARM_ENCODE_CALL_TYPE): Define.
12628         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
12629         (ARM_DECLARE_FUNCTION_SIZE): Define.
12630         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
12631
12632         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
12633         if a long call is needed.
12634         (call_value): Ditto.
12635         (call_symbol): Ditto.
12636
12637         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
12638         ARM_DECLARE_FUNCTION_SIZE.
12639
12640         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
12641         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
12642         (ARM_STRIP_NAME_ENCODING): Undefine.
12643         (STRIP_NAME_ENCODING): Undefine.
12644         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
12645         (ASM_DECLARE_FUNCTION_NAME): Ditto.
12646         (ASM_OUTPUT_COMMON): Ditto.
12647         (ASM_DECLARE_OBJECT_NAME): Ditto.
12648
12649         * config/arm/pe.c (arm_dllexport_name_p): Check for
12650         ARM_PE_FLAG_CHAR.
12651         (arm_dllimport_name_p): Ditto.
12652         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
12653         (arm_mark_dllimport): Ditto.
12654
12655 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12656
12657         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
12658
12659 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
12660
12661         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
12662
12663 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
12664
12665         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
12666         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
12667         NO_BUILTIN_WCHAR_TYPE is not defined.
12668         (CPP_WCHAR_TYPE): Delete.
12669         * cccp.c (main): Don't change wchar_type if cplusplus.
12670         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
12671
12672 2000-02-28  Nick Clifton  <nickc@cygnus.com>
12673
12674         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
12675
12676 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
12677
12678         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
12679         (ASM_WEAKEN_LABEL): Define.
12680
12681 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
12682
12683         * expr.c (store_constructor): Do not emit USE.
12684         * rtl.h (stupid_life_analysis): Remove.
12685
12686 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12687
12688         * function.c (number_blocks): Reset next_block_index based on
12689         what debugging format is used, not what is defined.
12690
12691         * lcm.c: Minor reformatting throughout.
12692         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
12693
12694         * toplev.c (rest_of_compilation): Account for time in
12695         optimize_mode_switching.
12696
12697         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
12698         if only marking labels.
12699
12700 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
12701
12702         * calls.c (expand_call): Attempt to combine stack adjustments with
12703         pending stack adjustments.
12704
12705 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12706
12707         * loop.c (reg_in_basic_block_p): Don't abort when falling through
12708         to the end of the function.
12709
12710 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
12711
12712         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
12713         blocks.
12714         * final.c (next_block_index): Remove.
12715         (max_block_depth): Likewise.
12716         (pending_blocks): Likewise.
12717         (init_final): Don't initialize them.
12718         (final_start_function): Don't set next_block_index.  Set up
12719         BLOCK_NUMBER.
12720         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
12721         * function.h (number_blocks): New function.
12722         * function.c (get_block_vector): New function.
12723         (identify_blocks): Use it.
12724         (reorder_blocks): Set NOTE_BLOCK.
12725         (number_blocks): New function.
12726         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
12727         * tree.h (BLOCK_NUMBER): New macro.
12728         (tree_block): Add block_num field.
12729         * dbxout.c (next_block_number): Remove.
12730         (dbxout_init): Don't set it.
12731         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
12732         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
12733         block numbers.
12734         * toplev.c (rest_of_compilation): Always call
12735         find_loop_tree_blocks.  Fix indentation.
12736         * dwarf2out.c (next_block_number): Remove.
12737         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
12738         to determine block numbers.
12739         (gen_inlined_subroutine_die): Likewise.
12740         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
12741         (decls_for_scope): Don't increment next_block_number.
12742         * dwarfout.c (next_block_number): Remove.
12743         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
12744         to determine block numbers.
12745         (output_inlined_subroutine_die): Likewise.
12746         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
12747         (output_decls_for_scope): Don't increment next_block_number.
12748         * sdbout.c (next_block_number): Remove.
12749         (sdbout_block): Use BLOCK_NUMBER.
12750         (sdbout_begin_block): Simplify.
12751         * xcoffout.c (next_block_number): Remove.
12752         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
12753         (xcoffout_begin_block): Don't set next_block_number.
12754         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
12755         next_block_number.
12756
12757 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12758
12759         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
12760         (expand_builtin_strcpy): Pass correct type to size_binop.
12761         (expand_builtin_strcmp): Likewise.
12762         Clean up conditional structure.
12763         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
12764         (complete_array_type): Don't use size_binop for MAXINDEX.
12765         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
12766         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
12767         (c_alignof): Use size_one_node.
12768         (build_unary_op): Pass arg of proper type to size_binop.
12769         (really_start_incremental_init, push_init_level): Use sizetype for
12770         constructor{,_bit,_unfilled}_index.
12771         (pop_init_label, output_init_element): Likewise.
12772         (output_pending_init_elements, process_init_element): Likewise.
12773         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
12774         * expr.c (store_expr): Use size_int.
12775         (store_constructor): Use proper types for size_binop args.
12776         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
12777         (expand_expr_unaligned): Likewise.
12778         (string_contant): Return object of sizetype.
12779         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
12780         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
12781         (ARGS_SIZE_TREE): Pass proper types to size_binop.
12782         * fold-const.c (int_const_binop): Refine when size_int is called.
12783         (fold_convert): Likewise.
12784         (size_int_wide): Rework to take KIND as arg, only take low order
12785         bits, handle new sizetype_tab datatype, and chain entries in
12786         size_table.
12787         (size_int_type_wide): New function.
12788         (size_binop): Validate types of arguments.
12789         (ssize_binop): Deleted.
12790         (size_diffop): New function.
12791         (extract_muldiv): Only fold division into multiplication for sizetypes.
12792         * function.c (assign_parms): Use size_diffop and make sure
12793         VAR field is of ssizetype; also pass proper type to size_binop.
12794         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
12795         (round_down): Deleted from here.
12796         * store-layout.c (sizetype_tab): Now an array.
12797         (sizetype_set, early_root_list): New variables.
12798         (variable_size): Use size_one_node.
12799         (round_up): Pass proper type to size_binop.
12800         (round_down): Moved to here and corrected as above.
12801         (layout_record): Pass proper arg types to size_binop.
12802         (layout_type): Likewise.
12803         If sizetype_set is zero, record the type just laid out.
12804         (make_unsigned_type): Don't call set_sizetype;
12805         (make_signed_type): Likewise; also, call fixup_signed_type.
12806         (initialize_sizetypes): New function.
12807         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
12808         set name of bitsizetype to "bit_size_type".
12809         Fix up type of sizes of all types made before call.
12810         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
12811         * tree.c (fix_sizetype): Deleted.
12812         (build_common_tree_nodes): Call initialize_sizetypes.
12813         (build_common_tree_nodes_2): Don't call fix_sizetype.
12814         * tree.h (TYPE_IS_SIZETYPE): New macro.
12815         (initialize_sizetype): New declaration.
12816         (enum size_type_kind): New type.
12817         (struct sizetype_tab): Deleted.
12818         (sizetype_tab): Now array; adjust sizetype macros.
12819         (size_diffop, size_int_type_wide): New functions.
12820         (size_int_wide): Change number of args and type; access macros changed.
12821         (ssize_int, sbitsize_int): New macros.
12822         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
12823         (ROUND_TYPE_SIZE_UNIT): New macro.
12824
12825 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
12826
12827         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
12828
12829 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12830
12831         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
12832         Mark as possibly unused.
12833
12834         * cse.c (cse_insn): Delete dead code involving tablejump.
12835         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
12836
12837         * Makefile.in (libcpp.a): Start by deleting it.
12838
12839 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12840
12841         * cpplib.h (enum file_change_code): Added rename_file.
12842         * cpplib.c (do_line): If a filename is given, set file_change to
12843         rename_file.
12844         (output_line_command): If file_change is rename_file, always
12845         output a # directive with the file name.
12846
12847         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
12848
12849 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
12850
12851         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
12852         when copying a PARM_DECL or RESULT_DECL.
12853
12854 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12855
12856         * fix-header.c (recognized_function): Also fix prototypes for
12857         functions taking "void".
12858
12859 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
12860
12861         * reload1.c (do_output_reload): Check reg_reloaded_valid before
12862         looking at reg_reloaded_contents.
12863
12864 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
12865
12866         * Makefile.in (STMP_FIXINC): New toggle.
12867         (LIBGCC2_DEPS): Delete all references.
12868         (stmp-headers): Delete target.  All references either deleted
12869         or changed to stmp-int-headers.
12870         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
12871         (LIBCPP_OBJS): Take out cppalloc.o.
12872         (cppalloc.o): Delete target.
12873         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
12874         (gen-protos, fix-header): Link with libiberty.a.
12875         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
12876         to empty.
12877
12878         * configure.in: Remove refs to strerror.
12879         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
12880         * system.h: Take out strerror stanza.
12881
12882         * cpperror.c (my_strerror): Delete function.
12883         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
12884         * cppmain.c (main): Call xmalloc_set_program_name first thing.
12885         * cppalloc.c: Delete file.
12886         * gen-protos.c: Don't provide xrealloc.
12887
12888         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
12889         xstrerror throughout.
12890
12891 2000-02-26  Bruce Korb  <bkorb@gnu.org>
12892
12893         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
12894         match for DOS headers, too.
12895         * fixinc/inclhack.sh,fixincl.x: Regenerate.
12896
12897 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
12898
12899         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
12900         is right for most ELF targets.
12901         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
12902         Let the default file use %U properly.
12903         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
12904         default.
12905
12906         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
12907         numbers.
12908
12909 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12910
12911         * toplev.c (documented_lang_options): Correct spelling error.
12912         (decode_d_option, decode_f_option, main): Likewise.
12913
12914         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
12915
12916         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
12917         to tell assembler it is permitted to expand large constants.
12918
12919 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
12920
12921         * protoize.c: (AUX_INFO_SUFFIX): New macro.
12922         (aux_info_suffix): Use.
12923         (SAVE_SUFFIX): New macro.
12924         (save_suffix): Use.
12925         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
12926         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
12927         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
12928
12929         * invoke.texi (Running Protoize): Update documentation.
12930
12931 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
12932
12933         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
12934
12935 2000-02-25  John Wehle  (john@feith.com)
12936
12937         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
12938
12939 2000-02-25  Anthony Green  <green@cygnus.com>
12940
12941         * toplev.c (rest_of_compilation): Rebuild jump labels if
12942         combine_instructions has created a new direct jump.
12943         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
12944         when appropriate.
12945         (combine_instructions): Call try_combine with new argument.
12946         Return non-null value when new direct jump instruction is created.
12947         * rtl.h: combine_instructions returns an int.
12948
12949 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
12950
12951         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
12952         jump when changing a computed jump into a jump to a known
12953         target.
12954
12955 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
12956
12957         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
12958         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
12959
12960         * i386.md (define_expand "clrstrsi"): Fix typo.
12961
12962 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
12963
12964         * rtl.texi: Fix typo.
12965
12966 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12967
12968         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
12969         UNITS_PER_WORD.  Change caller initial_elimination_offset.
12970         (rounded_frame_size): Take into account that argument pushed has
12971         changed.  Fix TARGET_ALIGN_DOUBLE problem.
12972
12973 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
12974
12975         * haifa-sched.c (schedule_block): Explain the real reason
12976         we delete REG_SAVE_NOTEs on the first insn of a block.
12977         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
12978
12979 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
12980
12981         * input.h (push_srcloc): New function.
12982         (pop_srcloc): Likewise.
12983         * toplev.c (push_srcloc): Define it.
12984         (pop_srcloc): Likewise.
12985
12986 2000-02-24  Richard Henderson  <rth@cygnus.com>
12987
12988         * flow.c (life_analysis): When collecting reg info, clear
12989         regs_ever_live.
12990
12991 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12992
12993         Fix bug exposed by reload.c no longer rounding the frame
12994         size to BIGGEST_ALIGNMENT:
12995         * sh.c (rounded_frame_size): New function.
12996         (sh_expand_prologue, sh_expand_epilogue): Use it.
12997         (initial_elimination_offset): Likewise.
12998
12999 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13000
13001         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
13002         * sh-protos.h (sh_need_epilogue): Declare.
13003         * sh.c (sh_need_epilogue_known): New static variable.
13004         (sh_need_epilogue): New function.
13005         (function_epilogue): Clear need_epilogue_known.
13006         * sh.md (return): Split into expander / insn pattern.
13007         Make the expander conditional on ! sh_need_epilogue ().
13008
13009 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
13010
13011         * machmode.h (get_mode_alignment): Declare.
13012         (GET_MODE_ALIGNMENT): Call it.
13013         * stor-layout.c (get_mode_alignment): New function. Make
13014         sure alignment is always power of 2.
13015
13016 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
13017
13018         * i386.h: Remove useless definition of "I386" and misleading
13019         comment above it.
13020
13021 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
13022
13023         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
13024         under which TREE_PERMANENT will be set.
13025         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
13026         build1): Use TREE_SET_PERMANENT.
13027         * print-tree.c (print_node): Don't report value of
13028         TREE_PERMANENT if ggc_p is true.
13029
13030         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
13031         decide whether to give a type a new alias set.
13032         * objc/objc-act.c (build_objc_string_object): Never copy the string.
13033         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
13034         of value of 'obstack'.
13035
13036
13037 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13038
13039         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
13040
13041 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13042
13043         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
13044         * cpplib.c (cpp_get_token): Produce them.
13045         * cppexp.c (cpp_lex): Handle them.
13046
13047 2000-02-23  Nick Clifton  <nickc@cygnus.com>
13048
13049         * config/arm/arm.c (arm_comp_type_attributes): Simply and
13050         comment tests on type attributes.
13051
13052 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13053
13054         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
13055         conform to documentation.
13056         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
13057         to check for special cases.
13058         * sh-protos.h (sh_loop_align): Declare.
13059         * sh.c (sh_loop_align): Define.
13060
13061 2000-02-22  Andrew Haley  <aph@cygnus.com>
13062
13063         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
13064         (SIZE_TYPE): Is 32 bits when using -mgp32.
13065         (PTRDIFF_TYPE): Ditto.
13066
13067 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13068
13069         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
13070
13071 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
13072
13073         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
13074         BIGGEST_FIELD_ALIGNMENT a constant.
13075
13076 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
13077
13078         * dwarf2out.c (output_line_info): Put the marker for the end of
13079         the line number info at the actual end.
13080         (gen_struct_or_union_type_die): Use decl_function_context
13081         to check for local classes.
13082         * dwarfout.c (output_type): Likewise.
13083
13084 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
13085
13086         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
13087         for arguments with a mode, but no type.
13088         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
13089         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
13090         * pa/long_double.h: New file.
13091         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
13092         both have 128bit wide long doubles.
13093         * configure: Rebuilt.
13094
13095 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13096
13097         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
13098
13099         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
13100         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
13101         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
13102
13103         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
13104
13105         * integrate.c (compare_blocks, find_block): Likewise.
13106
13107         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
13108
13109         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
13110
13111         * stmt.c (stmt_status, set_file_and_line_for_stmt,
13112         expand_asm_operands): Likewise.
13113
13114 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
13115
13116         * predict.c (estimate_probability): Added the pointer heuristic to
13117         the collection of static branch predictors.
13118
13119 2000-02-21  Catherine Moore  <clm@cygnus.com>
13120
13121         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
13122         * invoke.texi (-mfix7000): Document.
13123
13124 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
13125
13126         * diagnostic.c (init_output_buffer): Make it possible to output at
13127         least 32 characters if we're given a too long prefix.
13128
13129 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
13130
13131         * varasm.c (initializer_constant_valid_p): Call
13132         lang_expand_constant to simplify the constant.
13133
13134 2000-02-20  Bruce Korb  <bkorb@gnu.org>
13135
13136         * fixinc/inclhack.def(stdio_va_list):
13137         typedef needs to be disabled.
13138         * fixinc/inclhack.sh: regen
13139         * fixinc/fixincl.x: regen
13140
13141 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
13142
13143         * print-rtl.c (print_rtx): Don't print addresses when
13144         flag_dump_unnumbered.
13145
13146 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13147
13148         * sparc.c (sparc_output_scratch_registers): Mark parameter with
13149         ATTRIBUTE_UNUSED.
13150         (sparc_va_arg, sparc_flat_output_function_prologue,
13151         sparc_flat_output_function_epilogue): Cast value to unsigned in
13152         comparison.
13153         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
13154
13155         * sparc.md: Add default case in switch.
13156
13157 2000-02-19  Richard Henderson  <rth@cygnus.com>
13158
13159         * c-typeck.c (add_pending_init): Don't abort for multiple
13160         fields at the same offset.
13161         (pending_init_member): Test the correct member.
13162
13163 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13164
13165         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
13166         instead of SImode.
13167         (start_catch_handler) : Same.
13168
13169 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
13170
13171         * Makefile.in: Have flow.o depend on $(EXPR_H)
13172
13173 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13174
13175         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
13176         * c-decl.c (duplicate_decls, finish_enum): Likewise.
13177         (finish_decl): Remove -Wlarger-than code from here.
13178         * flags.h (id_clash_len): Now int.
13179         (larger_than_size): Now HOST_WIDE_INT.
13180         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
13181         Clean up checking to see if in table.
13182         (make_bit_field_ref): Remove extra parm to bitsize_int.
13183         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
13184         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
13185         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
13186         and for computing size of decl.
13187         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
13188         Move -Wlarger-than code to here.
13189         (layout_record): Remove extra arg to bitsize_int.
13190         Set TYPE_BINFO_SIZE_UNIT.
13191         (layout_union): Remove extra arg to bitsize_int.
13192         Use proper type for size of QUAL_UNION.
13193         (layout_type): Remove extra arg to bitsize_int.
13194         * toplev.c (id_clash_len): Now int.
13195         (larger_than_size): Now HOST_WIDE_INT.
13196         (decode_W_option): Clean up id-clash and larger-than- cases.
13197         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
13198         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
13199         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
13200         (struct tree_decl): New field size_unit.
13201         (size_int_wide): No HIGH operand; NUMBER is now signed.
13202         (size_int_2): Deleted.
13203         (size_int, bitsize_int): Don't use it and rework args.
13204         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
13205
13206 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
13207
13208         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
13209
13210 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
13211
13212         * invoke.texi (Warning Options): Add an explanation of why
13213         you might want the -Wfloat-equal flag.
13214
13215 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13216
13217         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
13218         * cppinit.c (new_pending_define): Add cast to avoid warning.
13219         * expmed.c (extract_bit_field): Likewise.
13220         * flow.c (enum reorder_skip_type): New type.
13221         (skip_insns_between_blcok): New it.
13222         Rework to avoid warning about possibly undefined variable.
13223         * function.c (assign_parms): Make thisparm_boundary unsigned.
13224         * genrecog.c (write_switch): Cast XWINT result to int.
13225         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
13226         * mips-tfile.c (init_file): Make two versions of FDR intializer:
13227         one for MIPS and one for Alpha.
13228         (get_tag, copy_object): Add casts to avoid warnings.
13229         * optabs.c (init_one_libfunc): Cast NAME to (char *).
13230         * reload.c (find_reloads): Make TYPE enum reload_type.
13231         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
13232         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
13233         * varasm.c (compare_constant_1): Add cast to avoid warning.
13234         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
13235         to (char *).
13236         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
13237         Cast switch operand of size to int.
13238         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
13239         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
13240         in unhandled case.
13241
13242 2000-02-18  Nick Clifton  <nickc@cygnus.com>
13243
13244         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
13245         anything for an alignment of zero.
13246
13247         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
13248         anything for an alignment of zero.
13249
13250 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
13251
13252         * gcc.texi (Bug Reporting): Refer to bugs.html.
13253         (Bug Lists): Likewise.
13254         * system.h (GCCBUGURL): New preprocessor define.
13255         * rtl.c (fancy_abort): Use it.
13256         * gcc.c (main): Likewise.
13257
13258 2000-02-18  Richard Henderson  <rth@cygnus.com>
13259
13260         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
13261         (life_analysis_1): Subsume into ...
13262         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
13263         Use update_life_info for the relaxation.
13264         (update_life_info): Update REG_BASIC_BLOCK for registers live on
13265         entry and regs_live_at_setjmp.
13266         (set_noop_p): Simplify.
13267         (notice_stack_pointer_modification_1): Renamed from s/_1//.
13268         (record_volatile_insns): Split into ...
13269         (delete_noop_moves): ... here,
13270         (notice_stack_pointer_modification): ... here,
13271         (insn_dead_p): ... and here.
13272         (propagate_block): Don't query INSN_VOLATILE.
13273         (mark_used_regs): Mind !PROP_REG_INFO.
13274         * toplev.c (rest_of_compilation): Call mark_constant_function here,
13275         not in life_analysis.
13276
13277 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
13278
13279         * loop.c (canonicalize_condition): New function,
13280         broken out of get_condition.
13281         (get_condition): Use it.
13282         * expr.h (canonicalize_condition): Prototype it.
13283
13284         * tree.h (tree_int_cst_msb): Declare.
13285         * tree.c (tree_int_cst_msb): New function.
13286
13287 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
13288
13289         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
13290         isn't set.
13291
13292         * invoke.texi (-fmessage-length=n): Document.
13293
13294 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
13295
13296         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
13297
13298 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
13299
13300         * function.c (thread_prologue_and_epilogue_insns): Put a line note
13301         after the prologue.
13302
13303 2000-02-17  Nick Clifton  <nickc@cygnus.com>
13304
13305         * config/arm/thumb.c: Replace includes of system headers with
13306         #include "system.h".
13307
13308 2000-02-16  Richard Henderson  <rth@cygnus.com>
13309
13310         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
13311         Add crtbeginS.o and crtendS.o.
13312         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
13313         (ENDFILE_SPEC): Use crtendS.o.
13314         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
13315
13316         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
13317         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
13318         shared and present.
13319         (__dso_handle): New variable.
13320         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
13321         bias to __CTOR_END__.
13322
13323 2000-02-16  Richard Henderson  <rth@cygnus.com>
13324
13325         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
13326
13327 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
13328
13329         * longlong.h (__clz_tab): Declare as static to match definition.
13330
13331 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
13332
13333         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
13334         (XREF_FILE_NAME): Define.
13335
13336         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
13337         (EH_FRAME_SECTION_ASM_OP): Define.
13338         (IDENT_ASM_OP): Define.
13339         (TEXT_SECTION_ASM_OP): Define.
13340         (CPP_SPEC): Define.
13341         (CTORS_SECTION_ASM_OP): Define.
13342         (CTOR_SECTION_FUNCTION): Use it.
13343         (DTORS_SECTION_ASM_OP): Define.
13344         (DTOR_SECTION_FUNCTION): Use it.
13345
13346 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
13347
13348         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
13349         NOTE_BASIC_BLOCK.
13350
13351         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
13352         debug_bb_n): New functions.
13353         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
13354         * basic-block.h: Prototype new functions.
13355
13356 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
13357
13358         * configure.in: Add support for avr target.
13359         * configure: Rebuilt.
13360
13361         * invoke.texi: Add AVR invocation docs.
13362         * install.texi: Add information about AVR.
13363         * md.texi: Add AVR constraint letters description.
13364         * extend.texi: Add description for AVR specific attributes.
13365
13366 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
13367
13368         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
13369
13370 2000-02-16  Nick Clifton  <nickc@cygnus.com>
13371
13372         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
13373         (make_insn_raw): Move RTL check here.
13374
13375 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13376
13377         * version.c: Include gansidecl.h and version.h.
13378
13379         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
13380
13381         * configure.in (gcc_version): When setting, narrow search to
13382         lines containing `version_string'.
13383
13384         * Makefile.in (mainversion): Likewise.
13385         (GCC_H): New variable.
13386         (gcc.h): Delete target.
13387         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
13388         (version.o): Depend on version.h.
13389         (dbxout.o): Don't depend on gcc.h.
13390
13391 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
13392                           Michael Meissner  <meissner@cygnus.com>
13393
13394         * md.texi (Simple Constraints): Add item about whitespace.
13395         * genoutput.c (strip_whitespace): New.
13396         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
13397         strip_whitespace for constraints.
13398         Test pointer using NULL, not 0.
13399
13400 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13401
13402         * cpplib.c (do_line): Pedwarn for #line > 32767.
13403
13404         * c-lex.c (readescape): Warn about '\x', but do not reject it.
13405
13406 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
13407
13408         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
13409         to default cpp spec.
13410         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
13411         * cpp.texi: Document __GNUC_PATCHLEVEL__.
13412         * cpp.1: Likewise.
13413
13414         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
13415         default spec.
13416
13417 2000-02-15  Denis Chertykov  <denisc@overta.ru>
13418
13419         * configure.in: Add support for avr target.
13420
13421 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13422
13423         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
13424         (sh_addr_diff_vec_mode): Don't declare.
13425         * sh.c (sh_addr_diff_vec_mode): Delete.
13426
13427 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13428
13429         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
13430
13431 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13432
13433         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
13434         (smulsi3_highpart_i): Name.
13435         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
13436         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
13437         (smulsi3_highpart, umulsi3_highpart): Likewise.
13438
13439         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
13440         correctly independent of endianness.
13441         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
13442         confuse the optimizers.
13443         (mulsidi3+1, umulsidi3+1): New define_split.
13444
13445 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
13446
13447         * config/sh/sh.md: Guard insn splits against illegal registers.
13448         * config/sh/sh.h: Correct comment about macros.
13449
13450 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13451                           Andrew MacLeod  <amacleod@cygnus.com>
13452
13453         * Makefile.in (lcm.o): Depend on insn-attr.h.
13454         * basic-block.h (optimize_mode_switching): Declare.
13455         * lcm.c (tm_p.h, insn-attr.h): #include.
13456         (seginfo, bb_info): New structs.
13457         (antic, transp, comp, delete, insert) : New file-scope static variables.
13458         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
13459         (reg_becomes_live, optimize_mode_switching): Likewise.
13460         * tm.texi: Add description of mode switching macros.
13461         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
13462
13463         * sh-protos.h (remove_dead_before_cse): Remove prototype.
13464         (fldi_ok, fpscr_set_from_mem): New prototypes.
13465         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
13466         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
13467         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
13468         (sh_flag_remove_dead_before_cse): Remove declaration.
13469         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
13470         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
13471         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
13472         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
13473         (barrier_align): Allow for JUMP_INSNS containing a parallel.
13474         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
13475         (fldi_ok): New function.
13476         (get_fpscr_rtx): Add fpscr_rtx as GC root.
13477         (emit_sf_insn): Only generate fpu switches when optimize < 1.
13478         (emit_df_insn): Likewise.
13479         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
13480         (sh_flag_remove_dead_before_cse): Delete.
13481         (get_free_reg, fpscr_set_from_mem): New functions.
13482         * sh.md (movdf, movsf): Remove no_new_pseudos code.
13483         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
13484
13485 2000-02-15  Loren Rittle  <ljrittle@acm.org>
13486
13487         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
13488
13489 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13490
13491         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
13492         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
13493
13494         * cccp.c: Include version.h and/or don't declare `version_string'.
13495         * collect2.c: Likewise.
13496         * alpha.c: Likewise.
13497         * arm/aof.h: Likewise.
13498         * arm/coff.h: Likewise.
13499         * arm/elf.h: Likewise.
13500         * arm/pe.h: Likewise.
13501         * arm/tcoff.h: Likewise.
13502         * arm/telf.h: Likewise.
13503         * arm/tpe.h: Likewise.
13504         * arm/vxarm.h: Likewise.
13505         * convex/convex.c: Likewise.
13506         * i386/dgux.c: Likewise.
13507         * i386/sun386.h: Likewise.
13508         * m88k/m88k.c: Likewise.
13509         * mcore/mcore-pe.h: Likewise.
13510         * mips/mips.h: Likewise.
13511         * romp/romp.h: Likewise.
13512         * sh/sh.c: Likewise.
13513         * cpphash.c: Likewise.
13514         * cppinit.c: Likewise.
13515         * dwarf2out.c: Likewise.
13516         * dwarfout.c: Likewise.
13517         * gcc.c: Likewise.
13518         * gcc.h: Likewise.
13519         * mips-tfile.c: Likewise.
13520         * protoize.c: Likewise.
13521         * toplev.c: Likewise.
13522         * tree.h: Likewise.
13523
13524         * version.c (version_string): Constify a char*.
13525
13526         * version.h: New file.
13527
13528 2000-02-14  Nick Clifton  <nickc@cygnus.com>
13529
13530         * configure.in: Add mcore-elf and mcore-pe targets.
13531         * configure: Regenerate.
13532
13533         * NEWS: Add note that MCore port has been contributed.
13534
13535         * invoke.texi: Document command line switches for MCore port.
13536         * install.texi: Add MCore to list of supported targets.
13537
13538 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
13539
13540         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
13541         then we will need to import the frame handling functions.
13542         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
13543         to import the frames themselves.
13544
13545 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
13546                           Jason Eckhardt  <jle@cygnus.com>
13547
13548         * basic_block.h: Added prototype for reorder_basic_blocks.
13549         * toplev.c: Changes to add -freorder-blocks and graph dump after
13550         block reordering is done.
13551         * flow.c (reorder_block_def): New structure for use during block
13552         reordering.
13553         (REORDER_BLOCK_*): New macros to access members of above structure.
13554         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
13555         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
13556         functions for block reordering.
13557
13558 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
13559
13560         * gcc.texi (Passes): Fix typo.
13561         * md.texi (Standard Names): Ditto.
13562         * tm.texi (Storage Layout): Ditto.
13563
13564 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
13565
13566         * cpplib.c (do_define): Only free the old definition if it
13567         actually had one.
13568
13569 2000-02-13   Neil Booth  <NeilB@earthling.net>
13570
13571         * cppfiles.c (read_and_prescan): When emitting deferred
13572         newlines, test speccase[] again instead of checking each
13573         possible whitespace character in turn.  When we encounter \r,
13574         look behind for \n first, then ahead.
13575
13576 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
13577
13578         * cse.c (cse_altered): New internal flag.
13579         (cse_insn): Set it if we changed an insn.
13580         (cse_main): Clear cse_altered before each basic block.
13581         Only garbage collect if cse_altered is true afterward.
13582
13583 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13584
13585         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
13586
13587 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
13588
13589         * combine.c (simplify_comparison): Fix typo.
13590
13591 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
13592
13593         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
13594         consistently.
13595
13596 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13597
13598         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
13599         previously inserted node instead of root node.  Caller changed.
13600
13601 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13602
13603         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
13604
13605 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13606
13607         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
13608         __dereg_frame_dtor): Add prototype argument.
13609
13610         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
13611
13612         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
13613
13614         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
13615
13616         * gthr-vxworks.h (__gthread_once): Likewise.
13617
13618         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
13619
13620 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
13621
13622         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
13623         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
13624         stack pointer in functions w/o saved registers, output LEAVE more often
13625         on TARGET_USE_LEAVE machines.
13626
13627 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
13628
13629         * config/arm/arm.c (arm_init_cumulative_args); New function:
13630         Initlaise the CUMULATIE_ARGS strcuture for a function
13631         defintion.
13632         (arm_function_arg): New function: Determine where to place a
13633         function's argument.  Also handles deciding the function's
13634         call cookie.
13635         (current_file_function_operand): New function: Return true if
13636         the symbol is a function which has already been compiled.
13637         (arm_is_long_call_p): New function: Return true if the
13638         indicated function should be called via a long call.
13639         (arm_valid_type_attribute_p): New function: Return true if the
13640         attribute is a valid, arm specific, attribute.
13641         (arm_comp_type_attribute): New function: Return true if the
13642         two types have compatable, arm specific, attributes.
13643
13644         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
13645         structure.
13646         (FUNCTION_ARG): Redefine to call arm_function_arg.
13647         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
13648         structure field.
13649         (INIT_CUMULATIVE_ARGS): Redefine to call
13650         arm_init_cumulative_args.
13651         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
13652         field.
13653         (SETUP_INCOMING_VARARGS): Redefine to use correct structure
13654         field.
13655         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
13656         functions.
13657         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
13658         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
13659         (COMP_TYPE_ATTRIBUTES): Define.
13660
13661         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
13662         if a long call is needed.
13663         (call_value): Call arm_is_long_call_p to decide if a long call
13664         is needed.
13665         (call_symbol): Call arm_is_long_call_p to decide if a long call
13666         is needed.
13667
13668         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
13669
13670 2000-02-11  Denis Chertykov  <denisc@overta.ru>
13671
13672         * README.AVR: New file with information about the avr ports.
13673         * config/avr: New directory with avr port files.
13674
13675 2000-02-11  Andreas Jaeger  <aj@suse.de>
13676
13677         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
13678
13679 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
13680
13681         * cpphash.c: Fix formatting, update commentary.
13682         (dump_definition): Take three separate arguments instead of a
13683         MACRODEF structure argument.
13684         * cpphash.h: Update prototype of dump_definition.
13685         * cppinit.c (cpp_finish): Update call of dump_definition.
13686
13687         * cpplib.c (do_define): Always create new hash entry with
13688         T_MACRO type.  Remove redundant check for redefinition of
13689         poisoned identifier.  Update call of dump_definition.
13690         (do_undef): Don't call check_macro_name.  Rename sym_length to
13691         len.
13692         (do_error, do_warning): Don't use copy_rest_of_line or
13693         SKIP_WHITE_SPACE.
13694         (do_warning): Don't use pedwarn for the actual warning,
13695         only the notice about its not being in the standard.  (Fixes
13696         bug with #warning in system headers.)
13697         (do_ident): Stricter argument checking - accept only a single
13698         string after #ident.  Also, macro-expand the line.
13699         (do_xifdef): Use cpp_defined.  De-obfuscate.
13700
13701         (do_pragma): Split out specific pragma handling to separate
13702         functions.  Use get_directive_token.  Update commentary.  Do
13703         not pass on #pragma once or #pragma poison to the front end.
13704         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
13705         do_pragma_default): New.
13706
13707 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
13708
13709         * jump.c (jump_optimize_1): The first operand in a relational
13710         can be a CONST_INT.
13711         * optabs.c (emit_conditional_move): Handle relationals which
13712         have a known true/false result.
13713
13714 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
13715
13716         * function.c (thread_prologue_and_epilogue_insns): Don't insert
13717         a RETURN insn into a block which already ends with a jump.
13718
13719 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
13720
13721         * haifa-sched.c (BUF_LEN): Increase a lot.
13722
13723 2000-02-11  Nick Clifton  <nickc@cygnus.com>
13724
13725         * configure.in: Add tm_p_file specification for thumb targets.
13726         * configure: Regenerate.
13727
13728         * config/arm/thumb-protos.h: New file: Prototypes for exported
13729         functions defined in thumb.c.
13730
13731 2000-02-11  Robert Lipe  <robertl@sco.com>
13732
13733         * Makefile.in (bootstrap-lean): Remove additional files.
13734         (bootstrap2-lean): Likewise.
13735         (VOL_FILES): List of files for above.
13736
13737 2000-02-11  Nathan Sidwell  <nathan@acm.org>
13738
13739         * cpphash.c (special_symbol): Remove spurious argument to
13740         cpp_lookup.
13741
13742 2000-02-11  Joel Sherrill (joel@OARcorp.com>
13743
13744         * configure.in: (i*86-*-rtems*): Swapped elf and coff
13745         stanzas.
13746         * configure: Rebuilt.
13747
13748 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
13749
13750         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
13751
13752 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
13753
13754         * pa.c, pa.h: Remove trigraph sequences within comments.
13755
13756 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
13757
13758         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
13759
13760 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
13761
13762         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
13763
13764 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13765
13766         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
13767
13768 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13769
13770         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
13771         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
13772         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
13773         (ASM_FILE_END): Use c4x_file_end.
13774         * config/c4x/c4x.c (c4x_global_label): New function.
13775         (c4x_external_ref, c4x_file_end): Likewise.
13776
13777         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
13778         (c4x_external_ref, c4x_end_file): Likewise.
13779
13780 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
13781
13782         * cppexp.c: Don't include cpphash.h.
13783         (parse_charconst, cpp_lex): Use cpp_defined.
13784         (cpp_lex): Use get_directive_token throughout.  Remove
13785         unnecessary cases from switch.  Move assertion-handling code
13786         down to OTHER case.
13787         (cpp_parse_expr): If we see '+' or '-', check the context to
13788         determine if they are unary or binary operators.  Streamline
13789         the jumps a bit.  Do not call skip_rest_of_line.
13790
13791         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
13792         static.  Export get_directive_token.  Update commentary.
13793         (cpp_defined): New function.
13794         (do_define): Remove reference to T_PCSTRING.  Call
13795         free_definition to release memory for old definition, when
13796         redefining a macro.
13797         (eval_if_expression): Set only_seen_white to 0 before calling
13798         cpp_parse_expr.  Call skip_rest_of_line after it returns.
13799         (cpp_read_check_assertion): Don't preserve a pointer into the
13800         token buffer across a call to cpp_get_token.
13801
13802         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
13803         * cppfiles.c (redundant_include_p): Use cpp_defined.
13804         * cpphash.c (free_definition): New function.
13805         (delete_macro): Use it.  Update commentary.
13806         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
13807         free_definition.
13808         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
13809         from enum node_type.  Prototype cpp_defined and get_directive_token.
13810         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
13811
13812         * fix-header.c (check_macro_names): Use cpp_defined.
13813         (read_scan_file): Set inhibit_warnings and inhibit_errors in
13814         the options structure.
13815
13816 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13817
13818         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
13819
13820 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
13821
13822         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
13823         rather than die->die_tag.
13824
13825 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13826
13827         * combine.c (make_extraction, force_to_mode): Avoid warning on
13828         mixed-signedness conditionals.
13829         (make_field_assignment, nonzero_bits): Likewise.
13830         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
13831         (store_split_bit_field, extract_split_bit_field): Likewise.
13832         (extract_fixed_bit_field, store_bit_field,
13833         * expr.c: Change alignment to be unsigned everywhere.
13834         (move_by_pieces, store_constructor_field, store_constructor):
13835         Alignment parm is unsigned.
13836         (emit_block_move, emit_group_load, emit_group_store): Likewise.
13837         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
13838         (do_compare_rtx_and_jump): Likewise.
13839         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
13840         Compare align with GET_MODE_ALIGNMENT.
13841         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
13842         (get_inner_reference): Likewise.
13843         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
13844         (expand_assignment): Local vars for alignment now unsigned.
13845         (store_constructor, store_field, expand_expr, do_jump): Likewise.
13846         (do_compare_and_jump): Likewise.
13847         (store_field): Call new function expr_align.
13848         * expr.h (emit_block_move, emit_group_load, emit_group_store):
13849         Alignment arg now unsigned.
13850         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
13851         (do_compare_rtx_and_jump, store_bit_field): Likewise.
13852         (extract_bit_field): Likewise.
13853         * fold-const.c (add_double): Add cast to eliminate signedness warning.
13854         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
13855         (get_best_mode): Alignment arg is unsigned.
13856         * rtl.h (move_by_pieces): Likewise.
13857         * store-layout.c (maximum_field_alignment, set_alignment):
13858         Now unsigned.
13859         (layout_decl): Alignment arg is now unsigned.
13860         Remove unneeded casts.
13861         (layout_record, layout_union, layout_type): Remove unneeded casts.
13862         Local alignment variables now unsigned.
13863         (get_best_mode): Alignment arg now unsigned.
13864         * tree.c (expr_align): New function.
13865         * tree.h (expr_align): Likewise.
13866         (maximum_field_alignment, set_alignment): Now unsigned.
13867         (get_inner_reference): Alignment argument is now pointer to unsigned.
13868         * varasm.c (assemble_variable): Add cast to eliminate warning.
13869
13870 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
13871
13872         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
13873         then store directly into op0.
13874
13875         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
13876         the CALL_INSN, and emit the note immediately after it.
13877
13878 2000-02-10  Nick Clifton  <nickc@cygnus.com>
13879
13880         * config/arm/thumb.md (epilogue): Include a (return) in the
13881         generated insn, and emit it using emit_jump_insn not
13882         emit_insn.
13883
13884 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
13885
13886         * function.c (assign_temp): Change zero-sized arrays to size 1.
13887         * integrate.c (expand_inline_function): Do not update
13888         stack_alignment_needed
13889         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
13890         add some sanity checking, remove optimization for function with
13891         zero frame size.
13892
13893 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13894
13895         * flow.c (mark_regs_live_at_end): Delete unused variables.
13896
13897         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
13898
13899         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
13900         in macro FRAME_GROWS_DOWNWARD.
13901
13902         * stmt.c (expand_end_bindings): Delete unused variable.
13903
13904         * unroll.c (iteration_info): Mark parameter `loop' with
13905         ATTRIBUTE_UNUSED.
13906
13907 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13908
13909         * fixinc/server.c (load_data): Return NULL if the marker line is
13910         not found.
13911         (run_shell): If load_data returns NULL, retry the command once, in
13912         a new shell.
13913
13914         * configure: Rebuilt.
13915
13916 2000-02-09  Bruce Korb  <bkorb@gnu.org>
13917
13918         * gcc/fixincludes:  ** DELETED **
13919         * gcc/fixcpp:  ** DELETED **
13920         * gcc/fixinc-nt.sed:  ** DELETED **
13921         * gcc/just-fixinc:  ** DELETED **
13922         * gcc/Makefile.in:  Removed out-dated commentary
13923         * gcc/configure.in: Removed fast-fixincludes disablement.
13924         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
13925
13926 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
13927         * function.c (thread_prologue_and_epilogue_insns): Uncomment
13928         last change.
13929
13930 2000-02-09  Richard Henderson  <rth@cygnus.com>
13931
13932         * jump.c (delete_insn): Don't delete user labels at -O0.
13933
13934 2000-02-09  Robert Lipe  <robertl@sco.com>
13935
13936         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
13937         Don't link with HOST_LIBS.
13938
13939 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
13940
13941         * configure.in: Correct --help text for --with-dwarf2.
13942         Put tm-dwarf2.h after other tm files, if it's requested.
13943         * configure: Regenerate.
13944         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
13945         defining it.
13946
13947 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
13948
13949         * cpplib.h: Provide HASHNODE typedef and forward decl of
13950         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
13951         DEFINITION, struct hashnode, struct macrodef, struct
13952         definition, scan_decls prototype, default defn of
13953         INCLUDE_LEN_FUDGE moved elsewhere.
13954
13955         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
13956         definition, and struct hashnode moved here. Remove the unused
13957         'predefined' field from struct definition.  Replace the 'args'
13958         union with its sole member.  All users updated (cpphash.c).
13959         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
13960         multiple include guard.
13961
13962         * cpphash.c (hashf): Make static; use better algorithm; drop
13963         HASHSIZE parameter; return an unsigned int.
13964         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
13965         used. Calculate HASHSIZE modulus here.
13966         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
13967         here.
13968         (create_definition): Drop PREDEFINITION parameter.
13969         * cpplib.c (do_define): Don't calculate a hash value here.
13970         Don't pass (keyword == NULL) to create_definition.
13971
13972         * scan.h: Prototype scan_decls here.
13973         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
13974         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
13975         callers of cpp_lookup and cpp_install updated.
13976
13977         * cpphash.c (macarg): Hoist all the flag diddling out of the
13978         function...
13979         (macroexpand): ... and out of the loop that calls macarg.
13980         Skip over the initial paren before macro arguments with
13981         cpp_get_non_space_token; point may be some distance before
13982         that paren.  Abort if it's not there.
13983
13984         * cpplib.c (parse_clear_mark): Delete function.
13985         (parse_set_mark, parse_goto_mark): Make static.
13986         (ACTIVE_MARK_P): New macro.
13987         (skip_block_comment, skip_line_comment): Do not bump the line
13988         if ACTIVE_MARK_P is true.
13989         (cpp_pop_buffer): The buffer to be popped may not have an
13990         active mark.
13991         (cpp_get_token): When looking for the initial paren before
13992         macro arguments, only set a mark in a file buffer, Always
13993         return to that mark before proceeding to call macroexpand or
13994         return a NAME token.
13995
13996         * cpplib.h: Remove prototypes of parse_set_mark,
13997         parse_clear_mark, parse_goto_mark.
13998         (struct cpp_options): Rename 'put_out_comments' to
13999         'discard_comments' and invert its sense.
14000         * cppinit.c, cpphash.c, cpplib.c: All users of
14001         put_out_comments changed to use discard_comments, with
14002         opposite sense.
14003
14004 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
14005
14006         * function.c (thread_prologue_and_epilogue_insns): Don't delete
14007         the edge from a block that both jumps and falls through to the
14008         fallthru block.
14009
14010 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
14011
14012         * config/arm/arm.md (movsi): In PIC mode, make sure that a
14013         constant source address is legitimate.
14014
14015 2000-02-09  Philip Blundell  <pb@futuretv.com>
14016
14017         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
14018         correctly.
14019
14020         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
14021         generating PIC.
14022         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
14023
14024 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
14025
14026         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
14027         ends with a newline and a NUL.  Don't be so clever manipulating
14028         strings.
14029
14030 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
14031
14032         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
14033         not to BIGGEST_ALIGNMENT.
14034
14035 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
14036
14037         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
14038         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
14039         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
14040         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
14041         * frame.c (execute_cfa_insn): Handle
14042         DW_CFA_GNU_negative_offset_extended.
14043
14044 2000-02-08  Richard Henderson  <rth@cygnus.com>
14045
14046         * flow.c (tidy_fallthru_edges): Split out from ...
14047         (delete_unreachable_blocks): ... here.
14048         (find_basic_blocks): Use it.
14049
14050 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14051
14052         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
14053
14054 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
14055
14056         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
14057         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
14058         (fix-header.o): Don't depend on cpphash.h.
14059
14060         * scan.c (hashstr): New function.
14061         * scan.h: Prototype it.
14062         * fix-header.c: Don't include cpphash.h.  Use hashstr.
14063         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
14064         hashstr.  Report hash table statistics.  Add private
14065         definition of xrealloc.
14066
14067 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14068
14069         * i386.h (TARGET_SWITCHES): Fix typo in option name.
14070
14071 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
14072
14073         * function.c (thread_prologue_and_epilogue_insns): Don't replace
14074         jumps with returns unless they are jumps to the fallthru block.
14075
14076 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
14077
14078         * i386.md (addqi3_cc): Fix contraints.
14079
14080 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14081
14082         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
14083
14084 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
14085
14086         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
14087         carriage return after a macro name.
14088
14089 2000-02-07  Fred Fish  <fnf@be.com>
14090
14091         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
14092         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
14093
14094 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
14095
14096         * cppfiles.c (deps_output): Count spacers in deps_column.
14097
14098 2000-02-07  Neil Booth  <NeilB@earthling.net>
14099
14100         * cppinit.c (initialize_dependency_output): If there is no
14101         suffix, don't try to look for known suffixes.  Use strrchr.
14102         (cpp_start_read): Remove duplicate initialization.
14103
14104 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
14105
14106         * calls.c (compute_argument_block_size): New argument
14107         preferred_stack_boundary.
14108         (expand_call): update cfun->preferred_stack_boundary, update call of
14109         compute_argument_block_size
14110         (emit_library_call): Increate cfun->preferred_stack_boundary
14111         to PREFERRED_STACK_BOUNDARY
14112         (emit_library_call_value): Likewise.
14113         * explow.c (allocate_dynamic_stack_spave): Likewise.
14114         * function.c (prepare_function_start): Set
14115         cfun->preferred_stack_boundary
14116         * function.h (struct function): Add preferred_stack_boundary field.
14117         * integrate.c (expand_inline_function): Update
14118         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
14119         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
14120         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
14121
14122 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
14123
14124         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
14125         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
14126         cpp_pedwarn, cpp_pedwarn_with_line,
14127         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
14128         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
14129         v_cpp_error_with_line, v_cpp_warning_with_line,
14130         cpp_message_from_errno, cpp_perror_with_name): Delete.
14131
14132         * cpperror.c (cpp_print_containing_files): Take starting
14133         buffer as argument.
14134         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
14135         (v_cpp_message): Now called directly by all entry points.
14136         Remove -1 case.
14137         (cpp_pfatal_with_name, cpp_message): Delete.
14138         (cpp_notice_from_errno, cpp_ice): New functions.
14139         (cpp_notice): Is now for reporting error conditions, just
14140         without an associated file.
14141         (cpp_error, cpp_error_with_line): Don't do anything if
14142         opts->inhibit_errors is on.
14143         (cpp_pedwarn_with_file_and_line): Take column argument also.
14144
14145         * cpplib.h: Update prototypes of exported functions.
14146         (struct cpp_options): Add inhibit_errors.
14147
14148         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
14149         non-error messages.  Include intl.h.
14150
14151         * cppinit.c, cppmain.c: Likewise.  Also, use
14152         cpp_notice_from_errno instead of cpp_perror_with_name or
14153         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
14154
14155         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
14156         report internal errors.
14157
14158         * cpplib.c (do_define): Switch bcopy to memcpy.
14159         Give cpp_pedwarn_with_file_and_line a dummy column argument.
14160
14161         * cpplib.c (copy_rest_of_line): Revert previous change: don't
14162         bail out early if we hit a line comment.
14163
14164 2000-02-06  Richard Henderson  <rth@cygnus.com>
14165
14166         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
14167         * basic-block.h: Declare them.
14168         * emit-rtl.h (active_insn_p): New.
14169         (next_active_insn, prev_active_insn): Use it.
14170         * rtl.h: Declare it.
14171         * function.c (emit_return_into_block): New.
14172         (thread_prologue_and_epilogue_insns): Insert return insns instead
14173         of epilogues when possible.
14174         * jump.c (jump_optimize_1): Remove code to insert a return insn
14175         on the fallthru to the exit block.
14176
14177         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
14178         and for non-empty stack frames.
14179         * i386.md (return): Expand to return-pop as needed.
14180
14181 2000-02-06  Richard Henderson  <rth@cygnus.com>
14182
14183         * simplify-rtx.c (simplify_relational_operation): Canonicalize
14184         constant to op1 for testing.
14185
14186 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14187
14188         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
14189         (fixuns_truncqfqi2): Use it.
14190
14191 2000-02-06  Richard Henderson  <rth@cygnus.com>
14192
14193         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
14194         as a TYPE_LEA insn.
14195
14196         * i386.md (widening and peepholes): Mask the constant instead of
14197         using gen_lowpart.
14198
14199 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
14200
14201         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
14202         input pointer before possibly branching off to the backslash
14203         code.
14204         * cpphash.c (macroexpand): Correctly delete \r escapes when
14205         stringifying parameters.
14206         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
14207         if we can; bail out early if we hit a line comment.
14208         (handle_directive): Treat '# 123' in an .S file just like
14209         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
14210         Return 1 for '# not_a_directive'.
14211         (get_directive_token): Pop macro buffers here, so that
14212         cpp_get_token can't sneakily move past a newline.
14213         Add sanity checks.
14214         (cpp_get_token): goto randomchar if handle_directive returns 0.
14215
14216         * cppalloc.c: Update copyright.
14217         * cpplib.c: Merge all the static function prototypes into one
14218         block.
14219         * cpplib.h: Remove #if 0 block.
14220
14221         * cpperror.c: Remove #ifdef EMACS block.
14222         * cppmain.c: Likewise.
14223         * cpphash.c: Remove #if 0 blocks.
14224         * cppinit.c: Remove #if 0 blocks, and the -lint option.
14225         * cpplib.c: Remove #if 0 blocks and code referencing
14226         pcp_inside_if or for_lint.  Remove duplicate error message.
14227         Fix error messages for #else after #else or #elif.  Reformat.
14228         Remove archaic TODO list.
14229         * cpplib.h: Remove pcp_inside_if and for_lint flags.
14230
14231 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
14232
14233         * i386/osf1elf.h: Add missing backslash to multiline string.
14234
14235 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14236
14237         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
14238
14239 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14240
14241         * Makefile.in (c-common.o): Depend on $(EXPR_H).
14242
14243         * c-common.c: Include expr.h.
14244
14245         * c-pragma.c (mark_align_stack): Add prototype.
14246
14247         * caller-save.c (add_stored_regs): Likewise.
14248
14249         * combine.c (record_promoted_value): Likewise.
14250
14251         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
14252         Likewise.
14253
14254         * cppinit.c (new_pending_define): Likewise.
14255
14256         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
14257
14258         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
14259         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
14260         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
14261         class_scope_p): Likewise.
14262
14263         * dwarf2out.h (dwarf2out_set_demangle_name_func,
14264         dwarf2out_add_library_unit_info): Likewise.
14265
14266         * ggc.h (ggc_page_print_statistics): Likewise.
14267
14268         * haifa-sched.c (propagate_deps): Likewise.
14269
14270         * reg-stack.c (next_flags_user, record_label_references): Likewise.
14271
14272         * rtl.h (set_stack_check_libfunc): Likewise.
14273
14274         * toplev.h (set_fatal_function): Likewise.
14275
14276         * toplev.c (set_fatal_function): Delete prototype.
14277
14278         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
14279
14280 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
14281
14282         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
14283         (FUNC_END): Likewise.
14284
14285 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14286
14287         * caller-save.c: Include tm_p.h.
14288
14289 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14290
14291         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
14292
14293 2000-02-04  Neil Booth  <NeilB@earthling.net>
14294
14295         * cccp.c (main): Check 'dir' for a NULL pointer before passing
14296         it to strcmp.
14297
14298 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
14299
14300         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
14301         * genflags.c: Use the max_operand_1 logic from genemit.c to
14302         calculate how many arguments gen_insn prototypes have.  Remove
14303         NO_MD_PROTOTYPES ifdefs from the generated file.
14304         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
14305         file.  Cast gen_insn initializers to insn_gen_fn.
14306         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
14307         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
14308
14309 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14310
14311         * fixinc/Makefile.in (HDR): Add machname.h.
14312         (clean): Likewise.
14313
14314 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14315
14316         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
14317         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
14318         (c4x_cpu_version): Ditto.
14319         * config/c4x/c4x-protos.h: ... here.
14320
14321 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
14322
14323         * dwarf2out.c (add_abstract_origin_attribute): Don't call
14324         gen_abstract_function on our context if we're a nested function.
14325
14326 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14327
14328         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
14329         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
14330
14331 2000-02-04  Bruce Korb  <bkorb@gnu.org>
14332
14333         * fixinc/genfixes(machname.h):
14334         Move the functionality from gen-machine.h into this file.
14335         UNdef MN_NAME_PAT if there are no names to change.
14336         Also, be a little kinder when AutoGen is not present.
14337
14338         * fixinc/Makefile.in(machname.h):
14339         Change the generation rule to use genfixes.
14340
14341         * fixinc/fixfixes.c(machine_name):
14342         machine_name_fix's functionality now dependent upon whether
14343         MN_NAME_PAT is defined.
14344
14345         * fixinc/fixtests.c(machine_name):
14346         ditto.
14347
14348         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
14349         of MN_NAME_PAT.
14350
14351         * fixinc/fixlib.h(mn_get_regexps):
14352         ditto
14353
14354         * fixinc/gen-machine.h: DELETED
14355
14356 2000-02-04  Jan Hubicka  <jh@suse.cz>
14357             Richard Henderson  <rth@cygnus.com>
14358
14359         * i386.c (SAVE_REGS_FIRST): Remove.
14360         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
14361         (ix86_compute_frame_size): Likewise.
14362         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
14363         (ix86_emit_restore_regs): Remove.
14364         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
14365         when a frame pointer is in use.
14366         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
14367         instead of pop to restore a register when profitable; emit leave
14368         when profitable.
14369         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
14370         as a TYPE_LEA insn.
14371         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
14372         * i386.md (prologue_allocate_stack): Remove.
14373         (epilogue_deallocate_stack): Remove.
14374         (pro_epilogue_adjust_stack): New.
14375
14376 2000-02-04  Richard Henderson  <rth@cygnus.com>
14377
14378         * function.c (diddle_return_value): Rework to use a callback function.
14379         Use current_function_return_rtx if it's been set up.
14380         (do_clobber_return_reg, clobber_return_register): New.
14381         (do_use_return_reg, use_return_register): New.
14382         (expand_function_end): Use them.
14383         * stmt.c (expand_null_return): Likewise.
14384         * function.h: Declare them.
14385         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
14386         (mark_reg): Change arguments as appropriate for callback.
14387         * integrate.c (expand_inline_function): Revert 19 Jan change.
14388
14389 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14390
14391         * tm.texi (Values in Registers): Fix typo: "fo" "for".
14392         (Misc): Say the scheduler, not the Haifa scheduler.
14393
14394 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
14395
14396         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
14397         when in_mem is set.  Update all callers.
14398
14399 2000-02-04  Richard Henderson  <rth@cygnus.com>
14400
14401         * i386/openbsd.h (INT_ASM_OP): Define.
14402
14403 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14404
14405         * tm.texi: Fix various typos.
14406
14407 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
14408
14409         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
14410         (MD_STARTFILE_PREFIX_1): New macro.
14411
14412 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
14413
14414         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
14415         destination when needed.
14416         (strmovsi, strsetsi): New expander.
14417         (strmovsi_1, strsetsi_1): New pattern.
14418         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
14419         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
14420         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
14421         * invoke.texi (align-stringops, inline-all-stringops): Document.
14422
14423 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
14424
14425         * i386/netbsd.h (INT_ASM_OP): Define.
14426
14427 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
14428
14429         * cpplib.h (cpp_reader): Add new flag, no_directives.
14430         * cpphash.c (macarg): Set it.
14431         * cpplib.c (handle_directive): If no_directives is on and we
14432         find a directive, issue an error and discard the line.
14433
14434 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
14435
14436         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
14437         FP constants.  Add ! TARGET_FPU check for FP constants.
14438
14439 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
14440
14441         * flow.c (find_basic_blocks): Don't kill label_value_list
14442         here.
14443         (cleanup_cfg): Kill it here.
14444
14445 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14446
14447         * expr.c (store_field): Ensure ALIGN is no stricter than the
14448         alignment of EXP.
14449
14450 2000-02-02  Richard Henderson  <rth@cygnus.com>
14451
14452         * jump.c (delete_insn): Partially revert 19 Jan change;
14453         don't convert unused code labels to notes at -O0.
14454
14455 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14456
14457         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
14458         split_all_insns to recreate REG_LABEL notes for flow2 pass.
14459
14460 2000-02-01  Richard Henderson  <rth@cygnus.com>
14461
14462         * i386.c (general_no_elim_operand): New.
14463         (nonmemory_no_elim_operand): New.
14464         (ix86_expand_move): Copy eliminable operands before a push.
14465         * i386-protos.h: Declare new functions.
14466         * i386.h (CAN_ELIMINATE): Simplify.
14467         (PREDICATE_CODES): Update.
14468         * i386.md (push insns): Don't allow eliminable register operands.
14469
14470 2000-02-01  Richard Henderson  <rth@cygnus.com>
14471
14472         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
14473         replace BLKmode with DECL_RTL's mode.
14474
14475 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
14476
14477         * frame.c (find_fde): Convert for loop to do-while so compiler
14478         sees it's always executed at least once.
14479         * libgcc2.c (BBINBUFSIZE): Kill.
14480         (__bb_init_prg): Use fgets.
14481         (__bb_exit_trace_func): Don't paste strings.
14482         * unroll.c (unroll_loop): Initialize unroll_type, not
14483         unroll_number, and tweak logic to match.
14484
14485         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
14486         all failure paths.
14487         (ix86_flags_dependant): Likewise.  Disentangle control flow.
14488         (ix86_sched_reorder): Break guts out to
14489         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
14490         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
14491         any possible use.
14492
14493         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
14494         use string concatenation.  Don't save and restore esi.
14495
14496         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
14497         (machname.h): Remove script to separate file.  Use two-step
14498         sequence so target is not created if script fails.
14499         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
14500         identifiers are defined.
14501         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
14502         an empty string, machine_name doesn't need to do anything at
14503         all.
14504         (is_cxx_header): Add more cases to regexp.
14505         * fixinc/fixlib.h: Update prototype.
14506         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
14507         mn_get_regexps.
14508         * fixinc/fixincl.c: Define NO_BOGOSITY.
14509
14510         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
14511         (hp_sysfile): Add missing comma.
14512         (math_exception): Put the wrapper ifdefs at the beginning and
14513         the end of the file.
14514         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
14515
14516 2000-02-01  Richard Henderson  <rth@cygnus.com>
14517
14518         * sparc.c (fp_zero_operand): Turn into a normal predicate.
14519         Use CONST0_RTX.  Update all callers.
14520         * sparc.h, sparc-protos.h: Update accordingly.
14521         * sparc.md (fp mov insns): Use fp_zero_operand directly
14522         where applicable.
14523
14524 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14525
14526         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
14527         example.
14528
14529 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14530
14531         * Makefile.in (specs.ready): New target.
14532         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
14533
14534 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14535
14536         * fixinc.irix: Use unique filenames for writing into /tmp,
14537         * fixinc.ptx: Likewise.
14538         * fixinc.sco: Likewise.
14539         * fixinc.svr4: Likewise.
14540         * fixinc.winnt: Likewise.
14541
14542 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14543
14544         * tsystem.h: New file.
14545
14546         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
14547         s-crtS): Depend on tsystem.h.
14548
14549         * crtstuff.c: Include tsystem.h.
14550         * frame.c: Likewise.
14551         * libgcc2.c: Likewise.
14552
14553 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
14554
14555         * builtins.c (expand_builtin_memset): Expand for variable sized
14556         lengths too.
14557
14558 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au>
14559
14560         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
14561         on ABI.
14562
14563 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14564
14565         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
14566
14567         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
14568
14569 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
14570
14571         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
14572         case 3->2 combining (combining with splitting) in which 2 is CC0
14573         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
14574         checked at the begining of the function with the aid of calling
14575         function 'can_combine_p'.
14576
14577 2000-01-31  Dave Brolley  <brolley@redhat.com>
14578
14579         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
14580
14581 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
14582
14583         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
14584         new label.
14585
14586 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14587
14588         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
14589
14590         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
14591         PROTO -> PARAMS.
14592
14593 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
14594
14595         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
14596         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
14597         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
14598         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
14599         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
14600         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
14601         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
14602         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
14603         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
14604         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
14605
14606         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
14607         Add %(cpp_cpu) to CPP_SPEC.
14608
14609         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
14610         Add %(cc1_cpu) to CC1_SPEC.
14611
14612 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
14613
14614         * c-decl.c (c_decode_option): Accept optional numeric argument to
14615         -Wformat and set warn_format.
14616         * c-common.c: Don't emit warning about non-constant printf format
14617         string unless warn_format > 1.
14618
14619 2000-01-30  Richard Henderson  <rth@cygnus.com>
14620
14621         * alpha.md (return_internal): Allow after reload only.
14622
14623 2000-01-30  Richard Henderson  <rth@cygnus.com>
14624
14625         * i386.c (ix86_compute_frame_size): Omit padding1 if the
14626         local frame size is zero.
14627
14628 2000-01-30  Richard Henderson  <rth@cygnus.com>
14629
14630         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
14631         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
14632         * alpha.md (return): Turn into an expander.
14633         (return_internal): Don't use $26.
14634         (epilogue): Emit the return insn.
14635
14636 2000-01-30  Richard Henderson  <rth@cygnus.com>
14637
14638         * alpha.md (negtf2, abstf2): Fix word order thinko.
14639         (extendsftf2): New.
14640         (trunctfsf2): Avoid intermediate rounding errors.
14641
14642 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
14643
14644         * cppfiles.c (find_position): Drop 'colp' argument, return the
14645         new line base.
14646         (read_and_prescan): Adjust to match.  Don't ever manipulate
14647         line or line_base except via find_position.
14648
14649 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
14650
14651         * c-parse.in: Apply Ulrich's changes from c-parse.y.
14652         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
14653         Regenerate.
14654
14655 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
14656
14657         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
14658         just print "<command line>".  If 'filename' is null or an
14659         empty string, print "<stdin>" for the filename.
14660         * cpplib.c (do_define): Don't print the 'location of the
14661         previous definition' message if we're still parsing the
14662         command line.
14663         (cpp_pedwarn_with_file_and_line): Always call
14664         cpp_file_line_for_message.
14665
14666 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
14667
14668         * flow.c (mark_regs_live_at_end): Fix typo.
14669
14670 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
14671
14672         * c-common.c: Adjust variable names, comments, help strings to c99.
14673         * c-lex.c: Likewise.
14674         * c-parse.y: Likewise.
14675         * c-tree.h: Likewise.
14676         * cccp.c: Likewise.
14677         * cpplib.h: Likewise.
14678         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
14679         * cppinit.c: Likewise.
14680
14681 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14682
14683         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
14684         * c4x.c: Define the optab rtx values.
14685         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
14686         (c4x_emit_libcall): Use new optab rtx values.
14687         (c4x_emit_libcall3): Likewise.
14688         (c4x_emit_libcall_mulhi): Likewise.
14689         * c4x-protos.h: Add prototypes for optab rtx values and change
14690         prototypes for above c4x_emit_libcall functions.
14691
14692 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14693
14694         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
14695         syntax is used.
14696         (c4x_function_prologue): Use regnames intead of float_reg_names when
14697         TI syntax is used.
14698         (c4x_function_epilogue): Likewise.
14699         (c4x_print_operand): Likewise.
14700         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
14701         * c4x.md (set_high): Disable for TARGET_TI.
14702
14703 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14704
14705         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
14706         of framepointer + constant to ADDR_REGS class.
14707         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
14708         * c4x.c (std_or_reg_operand): New function.
14709         * c4x-protos.h (std_or_reg_operand): Prototype it.
14710
14711 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14712
14713         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
14714                 object names as libgcc2.c.
14715         * libgcc.S: Use newly defined names.
14716
14717 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
14718         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
14719         function.
14720         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
14721         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
14722         (FLOW_LOOP_LAST_BLOCK): Likewise.
14723
14724 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14725
14726         * basic-block.h (struct loop): New fields 'first' and 'last'.
14727         * flow.c (flow_loops_find): Compute loop->first and loop->last.
14728         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
14729         and loop->last to check for NOTE_INSN_LOOP_END.
14730
14731 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
14732
14733         * predict.c (estimate_probability): Use the new FIRST and LAST fields
14734         of the loop descriptor rather than HEADER and LATCH. Also added
14735         missing break statements as well making some coding style modifications
14736         as suggested by Michael Hayes.
14737
14738 2000-01-28  Richard Henderson  <rth@cygnus.com>
14739
14740         * flow.c (find_basic_blocks): Remove do_cleanup argument.
14741         Break out that code ...
14742         (cleanup_cfg): ... here.
14743         (commit_one_edge_insertion): Detect a return instruction being
14744         emitted to an edge.  Emit a barrier following; clear fallthru.
14745         (commit_edge_insertions): Verify CFG consistency.
14746         * function.c (expand_function_start): Kill unused variable.
14747         (expand_function_end): Likewise.
14748         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
14749         to insert the epilogue.
14750
14751         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
14752         (delete_null_pointer_checks): Likewise.
14753         * output.h: Likewise.
14754         * reg-stack.c (reg_to_stack): Likewise.
14755         * toplev.c (rest_of_compilation): Likewise.  Run
14756         thread_prologue_and_epilogue_insns after rebuilding the CFG.
14757
14758 2000-01-28  Richard Henderson  <rth@cygnus.com>
14759
14760         * Makefile.in (flow.o): Revert 24 Jan change.
14761         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
14762         FUNCTION_VALUE result to DECL_RESULT's mode.
14763
14764         * haifa-sched.c (schedule_insns): Don't recompute reg info
14765         after reload.
14766
14767 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
14768
14769         * configure.in: Make --enable-cpplib the default.
14770         * configure: Regenerate.
14771         * gcc.dg/990119-1.c: No longer expected to fail.
14772
14773 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
14774
14775         * jump.c (jump_optimize_1): Delete an optimization that is also done
14776         by merge_blocks in flow.
14777
14778 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14779
14780         * diagnostic.c (build_message_string, output_printf,
14781         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
14782         (build_location_prefix): Fix non-literal format string.
14783
14784 2000-01-27  Richard Henderson  <rth@cygnus.com>
14785
14786         * alpha.md (trunctfsf2): New.
14787
14788 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
14789
14790         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
14791
14792 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
14793
14794         * cppinit.c (cpp_handle_option): Recognize C++ comments under
14795         -std=gnu89.
14796         * cpplib.c (skip_block_comment, skip_line_comment): Split code
14797         out of...
14798         (skip_comment) ... here.  Permit C++ comments in system
14799         headers always.  Warn about C++ comments in user code under
14800         -std=gnu89 -pedantic.
14801         (copy_comment): Use skip_comment.
14802         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
14803         return EOF.
14804         (consider_directive_while_skipping, do_else, do_endif): Call
14805         validate_else unconditionally.
14806         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
14807         text after the conditional in a system header.
14808         * cpplib.h (struct cpp_buffer): Add flag
14809         warned_cplusplus_comments.
14810
14811 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
14812
14813         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
14814         Use unshare_all_rtl_1.
14815         (unshare_all_rtl_again): New function.
14816         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
14817
14818         * function.c (purge_addressof_1): Use unshare_all_rtl_again
14819         rather than resetting the 'used' flags ourself.
14820
14821         * toplev.c (rest_of_compilation): Add current_function_decl
14822         to the unshare_all_rtl call.
14823         * tree.h: Prototype unshare_all_rtl.
14824         * rtl.h: Prototype unshare_all_rtl_again here.
14825
14826 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
14827
14828         * genoutput.c (output_prologue): Include ggc.h in generated
14829         files.
14830         * Makefile.in (insn-output.o): Depends on ggc.h.
14831
14832 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
14833             Hans-Peter Nilsson  <hp@bitrange.com>
14834
14835         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
14836         Remove redundant include of xm-ns32k.h.
14837         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
14838         Remove redundant include of xm-ns32k.h.
14839         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
14840         Remove redundant include of xm-ns32k.h.
14841         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
14842
14843         * ns32k/ns32k.h: Update comment on multiply-add instructions.
14844         (TARGET_SWITCHES): Add documentation strings.
14845         (DWARF_FRAME_REGNUM): Override default definition.
14846         (REG_CLASS_CONTENTS): Add comments.
14847         (SUBSET_P): Format to reduce line length.
14848         (SMALL_REGISTER_CLASSES): Make a run time option.
14849         (GO_IF_NONINDEXED_ADDRESS): Reformat.
14850         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
14851         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
14852         (regclass_map): fix typo in comment.
14853         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
14854         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
14855         (trace, reg_or_mem_operand): Delete, unused function.
14856         (calc_address_cost): Small offsets are cheaper than large ones.
14857         (expand_block_move): Generate more efficient code when bytes is a
14858         known at compile time.
14859         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
14860         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
14861         instead of reg_or_mem_operand.
14862
14863         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
14864         not general_operand.  Similarly use "=rm" or stricter, not "=g".
14865         For input operands, use stricter constraints than "g" if not
14866         general_operand.  Similarly use stricter predicate than
14867         "general_operand" when stricter constraints than "g" are present,
14868         except for matching constraints.
14869         (movstrsi): Use "memory_operand" for operands 0 and 1.
14870         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
14871         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
14872         not reg_or_mem_operand.
14873         (udivmoddisi4): Ditto.
14874         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
14875         Use nonimmediate_operand for operand 3, not register_operand.
14876         (udivmoddiqi4_internal): Use register_operand for operand 1, not
14877         reg_or_mem_operand.
14878
14879 2000-01-27  Fred Fish  <fnf@be.com>
14880
14881         * gthr-posix.h: Fix typo; compatibily -> compatibility.
14882         * gthr-single.h: Likewise.
14883         * gthr-solaris.h: Likewise.
14884         * gthr-vxworks.h: Likewise.
14885         * gthr-win32.h: Likewise.
14886         * gthr.h: Likewise.
14887
14888 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
14889
14890         * cppinit.c: Add " (cpplib)" to end of string printed by
14891         -v / --version.
14892
14893 2000-01-27  Richard Henderson  <rth@cygnus.com>
14894
14895         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
14896         testing for a signed comparison.
14897         (alpha_emit_floatuns): New.
14898         * alpha-protos.h: Declare it.
14899         * alpha.md (floatunsdisf2, floatunsdidf2): New.
14900         (extendsfdf2): Tidy.
14901
14902 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
14903
14904         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
14905         no -g option specifying debugging format, default to -gstabs+.
14906
14907 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
14908
14909         * calls.c (special_function_p): New argument fork_or_exec.
14910         (expand_call): When profile_arc_flag is set and the function
14911         is in the fork_or_exec group, call __bb_fork_func first.
14912         * libgcc2.c, _bb module (__bb_fork_func): New function.
14913         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
14914         output file.
14915         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
14916         * tree.h (special_function_p): Update prototype.
14917
14918 2000-01-26  Richard Henderson  <rth@cygnus.com>
14919
14920         * alpha.c (alpha_split_tfmode_pair): New.
14921         * alpha-protos.h: Declare it.
14922         * alpha.md (abstf2, negtf2): New.
14923         (movtf insn): Add input G constraint.
14924         (movtf splitter): Use alpha_split_tfmode_pair.
14925
14926 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14927
14928         * i386/cygwin.h: PROTO -> PARAMS.
14929
14930 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
14931
14932         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
14933         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
14934         using _Qp_cmp/_Q_cmp and testing the return value.
14935         (print_operand): Call reverse_condition_maybe_unordered if
14936         we are handling CCFPmode or CCFPEmode.
14937         Handle ORDERED, UN* and LTGT comparisons.
14938         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
14939         if not TARGET_HARD_QUAD.
14940         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
14941         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
14942         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
14943         Adjust gen_b* calls so that they reflect return comparison of
14944         sparc_emit_float_lib_cmp.
14945
14946 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14947
14948         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
14949         incoming operands array is large enough for one more operand.
14950         (alpha_emit_xfloating_arith): Likewise.
14951
14952 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
14953
14954         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
14955         file with one line and no trailing newline.
14956         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
14957         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
14958         checking if the match is on the line.
14959         * fixinc/gnu-regex.c: Provide regerror not __regerror.
14960
14961 2000-01-25  Richard Henderson  <rth@cygnus.com>
14962
14963         * sparc.c (output_cbranch): Fix accidental squashing of the
14964         fp branch pre-delay nop.
14965
14966 2000-01-25  Richard Henderson  <rth@cygnus.com>
14967
14968         * tree.def (UNNE_EXPR): Remove.
14969         * c-typeck.c (build_binary_op): Don't handle it.
14970         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
14971
14972         * rtl.def (UNNE): Remove.
14973         (LTGT): Add.
14974         * jump.c (reverse_condition): Update accordingly.
14975         (swap_condition): Likewise.
14976         (comparison_dominates_p): Handle unordered comparisons.
14977         (reverse_condition_maybe_unordered): New.
14978         * rtl.h (reverse_condition_maybe_unordered): Declare.
14979
14980         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
14981         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
14982         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
14983         * sparc.md (bltgt): New.
14984
14985 2000-01-25  Nick Clifton  <nickc@redhat.com>
14986
14987         * emit-rtl.c (emit_insn): Only check machine class insns for
14988         improper emission of a RETURN.
14989
14990 2000-01-25  Richard Henderson  <rth@cygnus.com>
14991
14992         * Makefile.in (flow.o): Depend on $(EXPR_H).
14993         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
14994         duplicate the structure of diddle_return_value for keeping regs live.
14995
14996 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14997
14998         * loop.c (current_loop_info): Delete.
14999         (consec_sets_invariant_p): Add loop argument, update callers.
15000         (get_condition_for_loop): Likewise.
15001         (count_nonfixed_reads, update_giv_derive): Likewise.
15002         (simplify_giv_expr, general_induction_var): Likewise.
15003         (consec_sets_giv, recombine_givs): Likewise.
15004         (move_movables): Delete loop_start and loop_end arguments,
15005         add loop argument, and update callers.
15006         (find_mem_givs, check_final_value): Likewise.
15007         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
15008         (loop_invariant_p): Rename from invariant_p, add loop argument, and
15009         update callers.
15010         (basic_induction_var): Add loop argument, delete loop_level argument,
15011         and update callers.
15012         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
15013         add loop argument, and update callers.
15014         (find_splittable_regs, find_splittable_givs): Likewise.
15015         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
15016         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
15017         (biv_total_increment): Delete loop_start and loop_end arguments;
15018         update callers.
15019         (precondition_loop_p): Delete loop_start and loop_info arguments;
15020         update callers.
15021         * loop.h (get_condition_for_loop): Add loop argument.
15022         (biv_total_increment): Delete loop_start and loop_end arguments.
15023         (precondition_loop_p): Delete loop_start and loop_info arguments;
15024         add loop argument.
15025         (final_biv_value): Delete loop_start and loop_end arguments;
15026         add loop argument.
15027         (final_giv_value, back_branch_in_range_p): Likewise.
15028
15029 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
15030
15031         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
15032
15033 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
15034
15035         * Makefile.in (c-gperf.h) : Change the "See" pointer to
15036         point to the new "generated_files" doc.
15037
15038 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
15039
15040         * config/fp-bit.c (_unord_f2): Fix typo.
15041
15042 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
15043
15044         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
15045         c-typeck.c, objc/objc-act.c: Remove all references to obstack
15046         functions obsoleted by GC, such as push_obstacks_nochange,
15047         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
15048         and code which existed only to decide whether or not to call
15049         them.  Remove now-unused NESTED argument from start_function;
15050         all callers changed.  Do not change behavior based on ggc_p.
15051         The use of the ixp_obstack in c-iterate.c and the util_obstack
15052         in objc/objc-act.c remain; these are not obsoleted by garbage
15053         collection.
15054         * c-tree.h: Update prototype for start_function.
15055
15056         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
15057
15058 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
15059
15060         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
15061         mips16.
15062
15063 2000-01-25  Richard Henderson  <rth@cygnus.com>
15064
15065         * sparc-protos.h (select_cc_mode): Declare.
15066         * sparc.c (select_cc_mode): New.  Handle unordered compares.
15067         (output_cbranch): Always reverse via code change.  Handle
15068         unordered compares.  Factor tests and string updates.
15069         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
15070         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
15071         * sparc.md (bunordered, bordered): New.
15072         (bungt, bunlt, buneq, bunge, bunle): New.
15073
15074 2000-01-25  Richard Henderson  <rth@cygnus.com>
15075
15076         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
15077         * ggc-common.c (ggc_add_rtx_varray_root): New.
15078         (ggc_mark_rtx_varray): New.
15079         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
15080         functions down below ggc_mark_foo.
15081         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
15082
15083 2000-01-25  Richard Henderson  <rth@cygnus.com>
15084
15085         * alpha.c (secondary_reload_class): Don't allocate a secondary
15086         for integral mode memories into FLOAT_REGS.  Rearrange the more
15087         complicated memory expression inward.
15088
15089 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
15090
15091         * inclhack.def: Fixes to play nicer with FreeBSD, and
15092         corrections to comments.
15093         (cxx_unready): Add select expression.
15094         (irix_sockaddr): Add bypass expression.
15095         (machine_ansi_h_va_list): New fix.
15096         (stdio_va_list): No need to edit _BSD_VA_LIST_.
15097         Split out addition of "#include <stdarg.h>" to...
15098         (stdio_stdarg_h): ... here.
15099         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
15100         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
15101         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
15102         size_t.
15103         (ultrix_ifdef): Tighten up select expression.
15104
15105         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
15106         re_ct and max_mach to avoid use of shell.  Make printed names
15107         match names in inclhack.def.  Use static copyright date.
15108         Don't count c_test and test expressions as requiring regex_t
15109         slots.  Add some commentary.
15110         * inclhack.tpl: Do not include the 'This script contains N
15111         fixup scripts' line if PROGRAM is defined.  Use static
15112         copyright date.
15113
15114 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
15115
15116         * dwarf2out.c: include "varray.h", not dyn-string.h.
15117         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
15118         (addr_const_to_string, addr_to_string): Lose.
15119         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
15120         (struct dw_val_struct): val_addr is now an rtx.
15121         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
15122         (used_rtx_varray): New varray.
15123         (dwarf2out_init): Initialize it.
15124         (save_rtx): New fn.
15125         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
15126         addr_to_string.
15127         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
15128         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
15129         * Makefile.in (dwarf2out.o): Update dependencies.
15130
15131 2000-01-24  Richard Henderson  <rth@cygnus.com>
15132
15133         * i386.c (i386_dwarf_output_addr_const): New.
15134         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
15135
15136         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
15137         if defined.
15138         * dwarfout.c (output_mem_loc_descriptor): Likewise.
15139         * i386.c (i386_simplify_dwarf_addr): New.
15140         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
15141
15142 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
15143
15144         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
15145         TYPE_STUB_DECL is NULL.
15146
15147 2000-01-24  Richard Henderson  <rth@cygnus.com>
15148
15149         * builtins.c (expand_tree_builtin): Move ...
15150         * c-common.c (expand_tree_builtin): ... here.
15151
15152 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15153
15154         * loop.h (LOOP_INFO): New accessor macro.
15155         * basic-block.h (struct loop): Rename field `info' to `aux'.
15156         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
15157         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
15158         * unroll.c (loop_iterations, unroll_loop): Likewise.
15159
15160 2000-01-24  Christopher Faylor <cgf@cygnus.com>
15161
15162         * config/i386/t-cygwin: Accomodate new winsup directory layout
15163         when searching for include files.
15164
15165 2000-01-24  Richard Henderson  <rth@cygnus.com>
15166
15167         * rtl.def: Add unordered fp comparisions.
15168         * tree.def: Likewise.
15169         * tree.h: Add ISO C 9x unordered fp comparision builtins.
15170
15171         * builtins.c (expand_tree_builtin): New function.
15172         * c-typeck.c (build_function_call): Use it.
15173         (build_binary_op): Support unordered compares.
15174         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
15175
15176         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
15177         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
15178         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
15179         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
15180         * jump.c (reverse_condition): Don't abort for UNLE etc, but
15181         return UNKNOWN.
15182         (swap_condition): Handle unordered compares.
15183         (thread_jumps): Check can_reverse before reversing.
15184         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
15185         reversed for FP.
15186
15187         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
15188         setcc is present before acking for cmp_optab.  Update all callers.
15189         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
15190         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
15191         * expr.c (expand_expr): Likewise.  Support unordered compares.
15192         (do_jump, do_store_flag): Likewise.
15193         * expr.h (enum libfunc_index): Add unordered compares.
15194
15195         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
15196         (DPBIT_FUNCS): Add _unord_df.
15197         * config/fp-bit.c (_unord_f2): New.
15198         * fp-test.c (main): Try unordered compare builtins.
15199
15200         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
15201         * alpha.c (alpha_comparison_operator): Check mode properly.
15202         (alpha_swapped_comparison_operator): Likewise.
15203         (signed_comparison_operator): Likewise.
15204         (alpha_fp_comparison_operator): New.
15205         (alpha_emit_conditional_branch): Handle unordered compares.
15206         * alpha.h (PREDICATE_CODES): Update.
15207         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
15208         (bunordered, bordered): New.
15209
15210 2000-01-24  Richard Henderson  <rth@cygnus.com>
15211
15212         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
15213         * alpha.md (movtf): New expander, insn, and splitter.
15214
15215 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
15216
15217         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
15218         dead registers.
15219
15220 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
15221
15222         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
15223         (FIXED_REGISTERS, CALL_USED_REGISTERS,
15224          REG_ALLOC_ORDER): Add frame pointer
15225         (FRAME_POINTER_REGNUM): Set to 20
15226         (HARD_FRAME_POINTER_REGNUM): New macro.
15227         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
15228         to HARD_FRAME_POINTER.
15229         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
15230         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
15231         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
15232         (HI_REGISTER_NAMES): Add "frame".
15233         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
15234         (debug_reg): Handle FRAME_POINTER_REGNUM.
15235         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
15236         GENERAL_REGS and INDEX_REGS.
15237         * i386.c (SAVED_REGS_FIRST): new macro.
15238         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
15239         (ix86_decompose_address, memory_address_length): Likewise.
15240         (regclass_map): Add frame pointer.
15241         (call_insn_operand): Handle frame_pointer_rtx.
15242         (reg_no_sp_operand): Likewise.
15243         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
15244         (print_operand, legitimize_pic_address): Fix formating.
15245         (ix86_compute_frame_size): Make static, update prototype, new
15246         parameters padding1, padding2, use ix86_nsaved_regs, use
15247         stack_alignment_needed.
15248         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
15249         to HARD_FRAME_POINTER_REGNUM conversions.
15250         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
15251         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
15252         (print_reg): Abort on FRAME_POINTER_REGNUM
15253
15254 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
15255
15256         * i386.h (PREDICATE_CODES): Add aligned_operand.
15257         * i386.c (aligned_operand): New function.
15258         (ix86_aligned_p): Kill.
15259         * i386.md (movhi_1): Emit mov for aligned operands.
15260         (promoting peep2s): Use aligned_operand.
15261
15262 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
15263
15264         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
15265         expression to allow underscores in macro names.
15266         (fix_char_macro_defines): Increment scanning pointer.
15267
15268 2000-01-23  Richard Henderson  <rth@cygnus.com>
15269
15270         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
15271         * alpha/osf5.h: New file.
15272         * configure.in (alpha-*-osf5): Add it to tm_file.
15273
15274         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
15275
15276         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
15277         (alpha_emit_xfloating_cvt, function_arg): Declare.
15278         * alpha.c (alpha_emit_conditional_branch): Call
15279         alpha_emit_xfloating_compare for TFmode compares.
15280         (alpha_lookup_xfloating_lib_func): New.
15281         (alpha_compute_xfloating_mode_arg): New.
15282         (alpha_emit_xfloating_libcall): New.
15283         (alpha_emit_xfloating_arith): New.
15284         (alpha_emit_xfloating_compare): New.
15285         (alpha_emit_xfloating_cvt): New.
15286         (print_operand): Add default abort case.
15287         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
15288         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
15289         (BIGGEST_ALIGNMENT): Increase to 128 bits.
15290         (RETURN_IN_MEMORY): True for TF/TCmode.
15291         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
15292         (FUNCTION_ARG): Move to function_arg.
15293         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
15294         (ASM_OUTPUT_LONG_DOUBLE): New.
15295         (ASM_OUTPUT_DOUBLE): Always output bits.
15296         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
15297         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
15298         (extenddftf2, trunctfdf2): New.
15299
15300 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15301
15302         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
15303         * config/sparc/sol2.h: ... here.
15304
15305 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15306
15307         * basic-block.h (struct loops): New field `levels'.
15308         * flow.c (flow_loops_level_compute): Traverse all outer loops.
15309         (flow_loop_level_compute): Initialise level to 1.
15310         (flow_loops_find): Set loops->levels.
15311         (flow_loops_dump): Print loops->levels.
15312
15313 2000-01-23  Richard Henderson  <rth@cygnus.com>
15314
15315         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
15316         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
15317
15318 2000-01-23  Richard Henderson  <rth@cygnus.com>
15319
15320         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
15321         * i386.h (DBX_REGISTER_NUMBER): Use them.
15322         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
15323         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
15324         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
15325         * i386/sequent.h: Kill incorrect comment.
15326
15327 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
15328
15329         * ggc-page.c (struct page_entry): Make `context_depth' an
15330         `unsigned short'.
15331         (struct globals): Likewise.
15332
15333 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
15334
15335         * loop.c (check_dbra_loop): When checking a loop for
15336         reversability, check the source of any stores to ensure
15337         they don't depend on an initial value.
15338
15339 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15340
15341         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
15342
15343 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
15344
15345         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
15346         'pz_scan' into scope of entire function.  Only affects
15347         compiles with -DDEBUG.
15348
15349 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
15350
15351         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
15352         section naming to that prior to 2000-01-07 patch.
15353         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
15354         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
15355         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
15356         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
15357         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
15358
15359 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
15360
15361         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
15362         constant.
15363
15364 2000-01-21  Jim Wilson  <wilson@cygnus.com>
15365
15366         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
15367         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
15368
15369 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
15370
15371         * cpphash.c (change_newlines): Delete function.
15372         (struct argdata): Delete 'newlines' and 'use_count' fields.
15373         (macroexpand): Remove code referencing those fields.
15374
15375 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15376
15377         * loop.c (loops_info): New variable.
15378         (loop_optimize): Allocate loops->array and free it on exit.
15379         Allocate memory for loops_info and assign to each loop,
15380         replacing alloca.
15381         (find_and_verify_loops): Do not allocate loops->array.
15382
15383 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
15384
15385         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
15386
15387 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
15388
15389         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
15390         pseudos if expanded after first flow.
15391         (movdi_pic_label_ref): Likewise.
15392
15393 2000-01-20  Richard Henderson  <rth@cygnus.com>
15394
15395         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
15396
15397 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
15398
15399         * Makefile.in (fixinc.sh): Depend on specs.
15400         * fixinc/Makefile.in: Add rule to create machname.h.
15401         (fixlib.o): Depend on machname.h.
15402         * fixinc/fixtests.c (machine_name): New test.
15403         * fixinc/fixfixes.c (machine_name): New fix.
15404         * fixinc/fixlib.c (mn_get_regexps): New helper function for
15405         the machine_name test and fix.
15406         * fixinc/fixlib.h: Prototype it.
15407         * fixinc/inclhack.def (machine_name): Use the C test and fix.
15408         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
15409
15410         * gcc.c (do_spec_1) [case P]: Take care not to create
15411         identifiers with three leading or trailing underscores.
15412
15413         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
15414         (fixincl): Don't specify libraries twice on link line.
15415         (gnu-regex.o): Remove special rule.
15416         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
15417         defined by config.h.  Do not define _REGEX_RE_COMP.
15418         (regcomp): Allocate and initialize a fastmap.
15419         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
15420
15421 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
15422
15423         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
15424
15425 2000-01-19  Richard Henderson  <rth@cygnus.com>
15426
15427         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
15428         arguments with BB.  Update all callers.  Tidy line wrapping.
15429
15430 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
15431
15432         * emit-rtl.c (try_split): Return last_insn if we split the
15433         last_insn.
15434
15435 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
15436
15437         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
15438         (ix86_initial_elimination_offset): Declare.
15439         * i386.c (ix86_nsaved_regs): Break out from ...
15440         (ix86_can_use_return_insn_p): ... here.
15441         (ix86_emit_save_regs): Break out from ...
15442         (ix86_expand_prologue): ... here.
15443         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
15444         out from ...
15445         (ix86_expand_epilogue): ... here.
15446         (ix86_compute_frame_size): Make static, add prototype.
15447         (ix86_initial_elimination_offset): Break out from ...
15448         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
15449
15450 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15451
15452         * recog.h (OUT_FCN): Delete.
15453
15454         * vax.md: Call `get_insn_template' instead of OUT_FCN.
15455
15456 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15457
15458         * cppalloc.c: PROTO -> PARAMS.
15459         * cpperror.c: Likewise.
15460         * cppfiles.c: Likewise.
15461         * cpplib.c: Likewise.
15462         * cpplib.h: Likewise.
15463
15464         * config/arm/arm-protos.h: PROTO -> PARAMS.
15465         * config/arm/arm.c: Likewise.
15466         * config/c4x/c4x.c: Likewise.
15467         * config/fr30/fr30-protos.h: Likewise.
15468         * config/nextstep.c: Likewise.
15469         * config/pa/pa.c: Likewise.
15470         * config/pj/pj.c: Likewise.
15471         * config/rs6000/rs6000.c: Likewise.
15472         * config/v850/v850-protos.h: Likewise.
15473         * config/v850/v850.c: Likewise.
15474
15475 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15476
15477         * i370-protos.h: New file.
15478
15479         * i370.c: Include tm_p.h.  Fix compile time warnings.
15480
15481         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
15482         warnings.
15483
15484         * i370.md: Likewise.
15485
15486 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15487
15488         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
15489         (target_isinf, target_isnan, eisnan): Mark parameter with
15490         ATTRIBUTE_UNUSED.
15491         (eiisinf): Wrap in INFINITY.
15492         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
15493         (ibmtoe): Remove unused variable `rndsav'.
15494
15495 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
15496
15497         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
15498         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
15499
15500 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
15501
15502         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
15503         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
15504         (fix_char_macro_defines, fix_char_macro_uses): New functions.
15505
15506         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
15507         Recognize Emacs mode markers also.
15508         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
15509         C++ comments in C++ headers.  Call is_cxx_header only if
15510         necessary.
15511
15512         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
15513         bypass for ncurses.
15514         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
15515         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
15516         ... these, which use the new C fixes.
15517         (math_exception): Escape literal '+' in bypass expression.
15518
15519         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
15520         Regenerate.
15521
15522 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
15523
15524         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
15525         inside the MEM.
15526
15527 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15528
15529         * loop.c (loop_optimize): Allocate loop_info structure for each loop
15530         prior to calling scan_loop.
15531
15532 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
15533
15534         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
15535         (split_branches, calc_live_regs): Likewise.
15536
15537 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
15538
15539         * sh.md (fpu_single, fp_mode): New attributes.
15540
15541 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15542
15543         * loop.c (current_loop_info): Renamed from loop_info_data
15544         and changed to a pointer.
15545         (loop_optimize): Allocate loop_info structure for each loop
15546         and initialise to zero.
15547         (scan_loop): Set current_loop_info.
15548
15549         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
15550         on iteration_var.
15551
15552 2000-01-19  Richard Henderson  <rth@cygnus.com>
15553
15554         * stupid.c: Die die die.
15555         * Makefile.in (OBJS): Remove stupid.o.
15556         (stupid.o): Likewise.
15557
15558         * except.c (emit_eh_context): Don't emit USEs for stupid.
15559         * explow.c (probe_stack_range): Likewise.
15560         * flags.h (obey_regdecls): Remove.
15561         * flow.c (find_basic_blocks): Don't run try_merge_blocks
15562         when not optimizing.
15563         (life_analysis): Limit data collection when not optimizing.
15564         (mark_regs_live_at_end): Always mark the return value registers.
15565         (mark_used_regs): Remove dummy RETURN case.
15566         (print_rtl_with_bb): Don't consult obey_regdecls.
15567         * function.c (use_variable, use_variable_after): Remove.
15568         (assign_parms): Consult optimize not obey_regdecls.
15569         (expand_function_start): Don't emit USEs for stupid.
15570         (expand_function_end): Likewise.
15571         * global.c (build_insn_chain): Export.
15572         * integrate.c (expand_inline_function): Kill return-value USE
15573         handling code.
15574         * jump.c (jump_optimize_1): Do simple jump optimizations and
15575         dead code elimination.
15576         (calculate_can_reach_end): Remove check_deleted argument.
15577         (delete_insn): Patch out insns even when not optimizing.
15578         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
15579         * rtl.h (use_variable, use_variable_after): Remove declarations.
15580         (build_insn_chain): Declare.
15581         * stmt.c (expand_value_return): Don't emit USEs for stupid.
15582         (expand_end_bindings): Likewise.
15583         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
15584         * toplev.c (obey_regdecls): Remove.
15585         (rest_of_compilation): Don't set it.  Kill stupid in favour of
15586         flow1, local-alloc, and reload.
15587         (main): Don't set obey_regdecls.
15588
15589         * config/nextstep.c (handle_pragma): Likewise.
15590
15591         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
15592
15593         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
15594
15595 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15596
15597         * alpha-protos.h: PROTO -> PARAMS.
15598         * alpha.c: Likewise.
15599         * elf.h: Likewise.
15600         * h8300.c: Likewise.
15601         * i386-protos.h: Likewise.
15602         * i386.c: Likewise.
15603         * m32r-protos.h: Likewise.
15604         * m32r.c: Likewise.
15605         * mips.c: Likewise.
15606         * mips.md: Likewise.
15607         * gmon-sol2.c: Likewise.
15608         * sparc.c: Likewise.
15609
15610 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15611
15612         * ns32k-protos.h: New file.
15613
15614         * ns32k.c: Fix compile time warnings.
15615
15616         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
15617         warnings.
15618
15619         * ns32k.md: Likewise.
15620
15621 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15622
15623         * vax-protos.h: New file.
15624
15625         * vax.c: Fix compile time warnings.
15626
15627         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
15628         warnings.
15629
15630         * vax.md: Likewise.
15631
15632         * vaxv.md: Likewise.
15633
15634 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15635
15636         * romp-protos.h: New file.
15637
15638         * romp.c: Fix compile time warnings.
15639
15640         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
15641         warnings.
15642
15643         * romp.md: Likewise.
15644
15645 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15646
15647         * we32k-protos.h: New file.
15648
15649         * we32k.c: Fix compile time warnings.
15650
15651         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
15652         warnings.
15653
15654 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15655
15656         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
15657
15658         * except.c (eh_regs): Likewise.
15659
15660         * final.c (output_operand): Likewise.
15661
15662         * fold-const.c (target_isinf, target_isnan): Likewise.
15663
15664 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
15665
15666         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
15667         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
15668
15669         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
15670         when optimize_size.
15671         (clrstrsi): Rewrite.
15672         (strsethi, strsetqi): New expanders.
15673         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
15674         (cmpstrsi): Emit compare insn before cmpstrsi_1
15675         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
15676         (strlensi_1): Likewise.
15677         (cmpstrsi_1): Likewise; do not output compare.
15678         (strlen expander): Do not unroll when optimizing for size.
15679         (*subsi3_carry): Rename to subsi3_carry
15680         (addqi3_cc): New pattern.
15681         * i386.h (processor_costs): Add move_ratio field.
15682         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
15683         * i386.c (*_cost): Set move_ratio.
15684         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
15685         (x86_expand_strlensi_1): Rewrite the main loop.
15686
15687 2000-01-17  Richard Henderson  <rth@cygnus.com>
15688
15689         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
15690         * cse.c (find_comparison_args, fold_rtx): Likewise.
15691         * integrate.c (subst_constants): Likewise.
15692         * loop.c (get_condition): Likewise.
15693
15694         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
15695
15696         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
15697
15698 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
15699
15700         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
15701         (RESTORE_WARN_FLAGS): Unpack it.
15702         Change semantic type of extension to ttype.
15703         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
15704         * c-parse.y, c-parse.c, objc/objc-parse.y,
15705         objc/objc-parse.c: Regenerate.
15706
15707 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
15708
15709         * fixinc/fixlib.c: Add copyright notice.
15710         (compile_re): New function.
15711         * fixinc/fixlib.h: Prototype compile_re.
15712
15713         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
15714         Use compile_re to compile regular expressions.
15715
15716         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
15717         where the pattern matched.
15718
15719         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
15720         use 'replace'.
15721         (ultrix_ansi_compat): Likewise.
15722         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
15723         add egrep test.
15724         (interactv_add2, interactv_add3): Delete.
15725         (x11_sprintf): Don't use filename glob.
15726         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
15727         Regenerate.
15728
15729 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15730
15731         * print-rtl.c: PROTO -> PARAMS.
15732         * real.c: Likewise.
15733         * reg-stack.c: Likewise.
15734         * resource.c: Likewise.
15735         * sdbout.h: Likewise.
15736         * simplify-rtx.c: Likewise.
15737         * stor-layout.c: Likewise.
15738         * stupid.c: Likewise.
15739         * xcoffout.c: Likewise.
15740         * xcoffout.h: Likewise.
15741
15742 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15743
15744         * toplev.c: PROTO -> PARAMS.
15745         * toplev.h: Likewise.
15746         * tree.c: Likewise.
15747         * tree.h: Likewise.
15748         * unroll.c: Likewise.
15749         * varasm.c: Likewise.
15750         * varray.c: Likewise.
15751         * varray.h: Likewise.
15752
15753 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15754
15755         * reload.c: PROTO -> PARAMS.
15756         * reload.h: Likewise.
15757         * reload1.c: Likewise.
15758         * reorg.c: Likewise.
15759         * resource.h: Likewise.
15760         * rtl.c: Likewise.
15761         * rtl.h: Likewise.
15762         * rtlanal.c: Likewise.
15763         * sbitmap.h: Likewise.
15764         * sdbout.c: Likewise.
15765         * stack.h: Likewise.
15766         * stmt.c: Likewise.
15767         * system.h: Likewise.
15768
15769 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15770
15771         * machmode.h: PROTO -> PARAMS.
15772         * mbchar.h: Likewise.
15773         * mips-tdump.c: Likewise.
15774         * mips-tfile.c: Likewise.
15775         * optabs.c: Likewise.
15776         * output.h: Likewise.
15777         * prefix.c: Likewise.
15778         * profile.c: Likewise.
15779         * protoize.c: Likewise.
15780         * real.h: Likewise.
15781         * recog.c: Likewise.
15782         * recog.h: Likewise.
15783         * regclass.c: Likewise.
15784         * regmove.c: Likewise.
15785         * regs.h: Likewise.
15786
15787 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15788
15789         * ggc-common.c: PROTO -> PARAMS.
15790         * ggc-page.c: Likewise.
15791         * ggc-simple.c: Likewise.
15792         * ggc.h: Likewise.
15793         * global.c: Likewise.
15794         * graph.c: Likewise.
15795         * gthr-win32.h: Likewise.
15796         * haifa-sched.c: Likewise.
15797         * halfpic.h: Likewise.
15798         * integrate.c: Likewise.
15799         * integrate.h: Likewise.
15800         * jump.c: Likewise.
15801         * lcm.c: Likewise.
15802         * local-alloc.c: Likewise.
15803         * loop.c: Likewise.
15804         * loop.h: Likewise.
15805
15806 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15807
15808         * genattr.c: PROTO -> PARAMS.
15809         * genattrtab.c: Likewise.
15810         * gencheck.c: Likewise.
15811         * gencodes.c: Likewise.
15812         * genconfig.c: Likewise.
15813         * genemit.c: Likewise.
15814         * genextract.c: Likewise.
15815         * genflags.c: Likewise.
15816         * gengenrtl.c: Likewise.
15817         * genopinit.c: Likewise.
15818         * genoutput.c: Likewise.
15819         * genpeep.c: Likewise.
15820         * genrecog.c: Likewise.
15821
15822 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
15823
15824         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
15825
15826 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15827
15828         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
15829         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
15830         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
15831         * configure, config.in: Rebuilt.
15832
15833 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
15834
15835         * config/i386/i386.md: Add peephole to merge successive stack
15836         adjusts.
15837
15838 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
15839
15840         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
15841         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
15842         when walking backwards to find all the parameter loads when
15843         the basic block ends in a call.
15844
15845 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15846
15847         * loop.c (this_loop_info): Delete.
15848         (uid_loop): Add in place of uid_loop_num.  All uses updated.
15849         (loop_number_exit_count): Delete and replace with entry in loop
15850         structure.  All uses updated.
15851         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
15852         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
15853         (loop_outer_loop): Likewise.
15854         (loop_invalid, loop_number_exit_labels): Likewise.
15855         (loop_used_count_register): Delete and replace with entry in
15856         loop_info structure.
15857         (find_and_verify_loops): Add loops argument.
15858         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
15859         loop_end, etc. arguments with loop structure pointer.  All callers
15860         changed.
15861         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
15862         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
15863         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
15864         (insert_bct): Likewise.
15865         (basic_induction_var): New argument level.
15866         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
15867         vtop, and cont.  Add used_count_register.
15868         (uid_loop): Delete declaration.
15869         (loop_number_exit_count): Likewise.
15870         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
15871         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
15872         (loop_outer_loop, loop_used_count_register): Likewise.
15873         (loop_invalid, loop_number_exit_labels): Likewise.
15874         (unroll_loop): Replace loop_start and loop_end arguments
15875         with loop structure pointer.
15876         (loop_precondition_p, loop_iterations): Likewise.
15877         Include basic-block.h.
15878         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
15879         with loop structure pointer.
15880         (loop_precondition_p, loop_iterations): Likewise.
15881         * basic-block.h (struct loop): New entries vtop, cont,
15882         cont_dominator, start, end, top, scan_start, exit_labels,
15883         exit_count.
15884         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
15885
15886 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15887
15888         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
15889
15890 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
15891
15892         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
15893
15894 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15895
15896         * pdp11-protos.h: New file.
15897
15898         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
15899         time warnings.
15900
15901         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
15902         warnings.
15903
15904         * pdp11.md: Likewise.
15905
15906         * 2bsd.h: Likewise.
15907
15908 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15909
15910         * mn10300-protos.h: New file.
15911
15912         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
15913         time warnings.
15914
15915         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
15916         warnings.
15917
15918         * mn10300.md: Likewise.
15919
15920 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15921
15922         * mn10200-protos.h: New file.
15923
15924         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
15925         time warnings.
15926
15927         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
15928         warnings.
15929
15930         * mn10200.md: Likewise.
15931
15932 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15933
15934         * h8300-protos.h: New file.
15935
15936         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
15937         time warnings.
15938
15939         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
15940         warnings.
15941
15942         * h8300.md: Likewise.
15943
15944 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15945
15946         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
15947         (asm_emit_uninitialised): Likewise.
15948
15949 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
15950
15951         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
15952         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
15953
15954 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
15955
15956         * config/mips/mips.c (override_options): Don't turn on extra
15957         alignment for mips16.
15958
15959 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
15960
15961         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
15962         eabi, and make sure queued POSTINCREMENT rtl is emitted at
15963         the right point.
15964
15965 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
15966
15967         * builtins.c (PAD_VARARGS_DOWN): Define.
15968         (std_expand_builtin_va_arg): Use the above macro.
15969         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
15970         * tm.texi (Register Arguments): Document the above macro.
15971
15972 2000-01-14  Nick Clifton  <nickc@cygnus.com>
15973
15974         * emit-rtl.c (emit_insn): If checking is enabled, make sure
15975         that this function has not been used to emit a jump
15976         instruction.
15977
15978         * jump.c (return_jump_1): Cope with being passed a null rtx.
15979
15980 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15981
15982         * eh-common.h: PROTO -> PARAMS.
15983         * emit-rtl.c: Likewise.
15984         * errors.c: Likewise.
15985         * errors.h: Likewise.
15986         * except.c: Likewise.
15987         * except.h: Likewise.
15988         * explow.c: Likewise.
15989         * expmed.c: Likewise.
15990         * expr.c: Likewise.
15991         * expr.h: Likewise.
15992         * final.c: Likewise.
15993         * fix-header.c: Likewise.
15994         * flow.c: Likewise.
15995         * fold-const.c: Likewise.
15996         * function.c: Likewise.
15997         * function.h: Likewise.
15998         * gcc.c: Likewise.
15999         * gcov-io.h: Likewise.
16000         * gcov.c: Likewise.
16001         * gcse.c: Likewise.
16002
16003 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16004
16005         * sh-protos.h: New file.
16006
16007         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
16008         Add static prototypes.  Fix compile time warnings.
16009
16010         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
16011         * sh.md: Likewise.
16012         * elf.h: Likewise.
16013
16014 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16015
16016         * arc-protos.h: New file.
16017
16018         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
16019         time warnings.
16020
16021         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
16022         warnings.
16023
16024         * arc.md: Likewise.
16025
16026 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16027
16028         * dsp16xx-protos.h: New file.
16029
16030         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
16031         time warnings.
16032
16033         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
16034         warnings.
16035
16036         * dsp16xx.md: Likewise.
16037
16038 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16039
16040         * convex-protos.h: New file.
16041
16042         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
16043         time warnings.
16044
16045         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
16046         warnings.
16047
16048 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16049
16050         * elxsi-protos.h: New file.
16051
16052         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
16053         time warnings.
16054
16055         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
16056         warnings.
16057
16058         * elxsi.md: Likewise.
16059
16060 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
16061
16062         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
16063         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
16064         match the comment for MIPS16.
16065
16066 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
16067
16068         * flow.c (split_edge): Do not call set_block_for_insn if we
16069         do not have a basic_block_for_insn structure.
16070
16071         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
16072         and destination functions are 32bit aligned within the trampoline.
16073         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
16074         (TRAMPOLINE_ALIGNMENT): Define.
16075
16076         * cse.c (cse_insn): When changing (set (pc) (reg)) to
16077         (set (pc) (label_ref)), verify the change creates a valid insn.
16078
16079         * fr30.c (call_operand): Tighten and rework to match rules for
16080         call RTL expressions.
16081         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
16082         * fr30.md (call patterns): Improve constraints.
16083
16084 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
16085
16086         * fr30.c (fr30_expand_epilogue): Revert last change.
16087         Use emit_jump_insn for the return insn.
16088
16089 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
16090                           Stan Cox  <scox@cygnus.com>
16091
16092         * predict.c: New file. Preliminary infrastructure work for static
16093         branch prediction and basic block reordering.
16094         * basic-block.h: Add prototype for estimate_probability.
16095         * Makefile.in: Add rules for predict.o.
16096
16097 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
16098
16099         * fixincludes (va_list): Use __not_va_list__ for the dummy.
16100         * fixinc/*: Likewise.
16101
16102 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16103
16104         * cccp.c: PROTO -> PARAMS.
16105         * cexp.y: Likewise.
16106         * collect2.c: Likewise.
16107         * combine.c: Likewise.
16108         * convert.h: Likewise.
16109         * cse.c: Likewise.
16110         * dbxout.c: Likewise.
16111         * dbxout.h: Likewise.
16112         * diagnostic.c: Likewise.
16113         * doprint.c: Likewise.
16114         * dwarf2out.c: Likewise.
16115         * dwarf2out.h: Likewise.
16116         * dwarfout.c: Likewise.
16117         * dwarfout.h: Likewise.
16118         * dyn-string.h: Likewise.
16119
16120 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16121
16122         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
16123         macro conditionals guarding use.
16124
16125         * dwarf2out.c: Include "tm_p.h".
16126
16127         * function.c (locate_and_pad_parm): Mark parameter with
16128         ATTRIBUTE_UNUSED.
16129         (expand_function_end): Likewise for variable `context'.
16130
16131         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
16132
16133 2000-01-13  Nick Clifton  <nickc@cygnus.com>
16134
16135         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
16136         register to prevent compile time warnings.
16137
16138 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
16139
16140         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
16141         to avoid -Wtraditional warning.
16142
16143 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16144
16145         * 1750a-protos.h: New file.
16146
16147         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
16148         time warnings.
16149
16150         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
16151         warnings.
16152
16153         * 1750a.md: Likewise.
16154
16155 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16156
16157         * a29k-protos.h: New file.
16158
16159         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
16160         time warnings.
16161
16162         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
16163         warnings.
16164
16165 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16166
16167         * clipper-protos.h: New file.
16168
16169         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
16170         time warnings.
16171
16172         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
16173         warnings.
16174
16175 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16176
16177         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
16178
16179 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
16180
16181         * configure.in (--enable-new-gxx-abi): New option.
16182         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
16183         * Makefile.in (GXX_ABI_FLAG): New variable.
16184         * configure: Regenerate.
16185
16186 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16187
16188         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
16189         * tm.texi (FORCE_STRUCT_BLK): Document.
16190         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
16191
16192 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
16193
16194         * config/ns32k/ns32k.md: Revert Jan 9 change.
16195
16196         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
16197         to a mode-test, if the predicate is address_operand.
16198
16199 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
16200
16201         * combine.c (if_then_else_cond): Be careful about what kinds
16202         of RTL expressions are passed to operand_subword.
16203
16204         * flow.c (split_edge): If we have to insert a new jump, make
16205         sure to associate it with a basic block.
16206
16207         * flow.c (commit_one_edge_insertion): A block with one successor
16208         can end in a JUMP_INSN that is not a simplejump.
16209
16210 2000-01-12  Robert Lipe  <robertl@sco.com>
16211
16212         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
16213         (BUILD_VA_LIST_TYPE): Define.
16214         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
16215         with crtstuff.c.
16216
16217 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
16218
16219         * cccp.c (do_pragma): Add cast to (char *).
16220
16221 2000-01-12  Richard Henderson  <rth@cygnus.com>
16222             Fred Fish  <fnf@be.com>
16223             Jason Merrill  <jason@cygnus.com>
16224
16225         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
16226         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
16227         * i386/beos-elf.h, i386/beos-pe.h: New files.
16228
16229         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
16230         * cross-make (SYSTEM_HEADER_DIR): Define using
16231         CROSS_SYSTEM_HEADER_DIR.
16232
16233         * gcc.c (LIBRARY_PATH_ENV): Provide default.
16234         (process_command): Use it.
16235         (main): Likewise.  Kill trailing = from env vars.
16236         (build_search_list): Put it back.
16237         * collect2.c (main): Use LIBRARY_PATH_ENV.
16238
16239         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
16240         * toplev.c: Use NEED_DECLARATION_ENVIRON.
16241
16242         * tm.texi (Frame Layout): Document SMALL_STACK.
16243         * c-common.c (c_common_nodes_and_builtins): Check it.
16244
16245         * system.h: Undef alloca after including glibc's <stdlib.h>,
16246         if USE_C_ALLOCA is defined.
16247
16248         * gcc.c (set_input): New fn.
16249         (main): After all input files are compiled, reset the input file
16250         info to the first.
16251
16252         * aclocal.m4 (rindex, index): If already defined, don't attempt
16253         to redefine.
16254
16255         * ginclude/varargs.h: (__va_list__): Define ifndef.
16256         * ginclude/stdarg.h: Likewise.
16257
16258         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
16259         instead of unsigned char.
16260
16261         * hash.h (true, false, boolean): Undef before enum.
16262
16263         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
16264         proper type of "HOST_WIDE_INT *", rather than their natural type of
16265         "unsigned HOST_WIDE_INT *".
16266
16267 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16268
16269         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
16270
16271         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
16272
16273         * regclass.c (choose_hard_reg_mode): Likewise.
16274
16275         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
16276
16277         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
16278
16279 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16280
16281         * c-common.c: PROTO -> PARAMS.
16282         * c-common.h: Likewise.
16283         * c-decl.c: Likewise.
16284         * c-iterate.c: Likewise.
16285         * c-lang.c: Likewise.
16286         * c-lex.c: Likewise.
16287         * c-lex.h: Likewise.
16288         * c-parse.in: Likewise.
16289         * c-pragma.c: Likewise.
16290         * c-pragma.h: Likewise.
16291         * c-tree.h: Likewise.
16292         * c-typeck.c: Likewise.
16293         * objc/objc-act.c: Likewise.
16294         * objc/objc-act.h: Likewise.
16295
16296 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16297
16298         * m88k-protos.h: New file.
16299
16300         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
16301         time warnings.
16302
16303         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
16304
16305         * m88k.md: Likewise.
16306
16307         * tekXD88.h: Likewise.
16308
16309 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16310
16311         * m68k-protos.h: New file.
16312
16313         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
16314         time warnings.
16315
16316         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
16317
16318         * mot3300.h: Likewise.
16319
16320 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
16321
16322         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
16323         extract_bitlst.
16324         (extract_bitlist): Declare bitlen.
16325
16326 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
16327
16328         * cccp.c: Accept and ignore -lang-fortran.
16329
16330         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
16331         qualifiers don't match at any level of pointerness.
16332
16333 2000-01-12  Robert Lipe  <robertl@sco.com>
16334
16335         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
16336
16337 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
16338
16339         * reload1.c (reload_reg_unavailable): New static variable.
16340         (reload_reg_free_p): Test it.
16341         (reload_reg_free_for_value_p): Test it instead of
16342         reload_reg_used.
16343         (choose_reload_regs_init): Compute it.
16344
16345 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
16346
16347         * reorg.c (fill_slots_from_thread): Check modified_in_p
16348         before replacing.
16349
16350 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
16351
16352         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
16353         these nodes even if INTERNALS is not set.
16354
16355 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
16356
16357         * gcse.c (delete_null_pointer_checks_1): Cope when
16358         get_condition cannot determine the condition.
16359
16360 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
16361
16362         * toplev.h (set_message_length): Declare.
16363
16364         * diagnostic.c (obstack_chunk_alloc): Define macro.
16365         (obstack_chunk_free): Likewise.
16366         (struct output_buffer): New data structure.
16367         (vmessage): Remove.
16368         (output_maximum_width): New variable.
16369         (doing_line_wrapping, set_message_length, init_output_buffer,
16370         get_output_prefix, output_space_left, emit_output_prefix,
16371         output_newline, output_append, output_puts, dump_output,
16372         vbuild_message_string, build_message_string, build_location_prefix,
16373         voutput_notice, output_printf, line_wrapper_printf,
16374         vline_wrapper_message_with_location):  New functions. Implement
16375         automatic line wrapping.
16376         (v_message_with_decl): Make it handle automatic line wrapping.
16377         (v_error_with_file_and_line): Likewise.
16378         (v_warning_with_file_and_line): Likewise.
16379         (announce_function): Likewise.
16380         (default_print_error_function): Likewise.
16381
16382 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
16383
16384         * cpplib.h (struct cpp_options): Change lang_asm to char.
16385         Add lang_fortran.
16386         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
16387         done in cpp_handle_option now.
16388         (initialize_builtins): Take out special case code used only by
16389         __STDC_VERSION__.
16390         (cpp_handle_option): Turn off trigraphs and trigraph warnings
16391         if -traditional.  Recognize -lang-fortran and set
16392         lang_fortran, also turn off cplusplus_comments.
16393         (print_help): Document -lang-fortran.
16394         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
16395         lang_asm. Ignore all directives other than `# 123 "file"' if
16396         CPP_PREPROCESSED.
16397         (cpp_get_token): If -traditional, don't recognize directives
16398         unless the # is in column 1.
16399         (parse_string): If lang_fortran or lang_asm, silently
16400         terminate strings ('' or "") at end of line.
16401         Remove unnecessary braces.
16402
16403 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16404             Richard Henderson  <rth@cygnus.com>
16405
16406         * resource.c (mark_referenced_resources): Mark a set strict_low_part
16407         as used.
16408         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
16409         strict_low_part when possible.
16410
16411 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16412
16413         * alias.c: PROTO -> PARAMS.
16414         * basic-block.h: Likewise.
16415         * bitmap.c: Likewise.
16416         * bitmap.h: Likewise.
16417         * builtins.c: Likewise.
16418         * c-aux-info.c: Likewise.
16419         * caller-save.c: Likewise.
16420         * calls.c: Likewise.
16421
16422 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16423
16424         * Makefile.in (toplev.o): Depend on regs.h.
16425
16426         * output.h (tdesc_section): Prototype.
16427
16428         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
16429
16430         * sdbout.c: Include "tm_p.h".
16431
16432         * toplev.c: Include "regs.h".
16433
16434 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
16435
16436         * unroll.c (unroll_loop): Add EH support.
16437
16438 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16439
16440         * pa-protos.h: New file.
16441
16442         * pa.c: Include recog.h and tm_p.h.
16443         (compute_zdepwi_operands, compute_movstrsi_length,
16444         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
16445         find_addr_reg, import_milli): Add static prototypes.
16446         (pa_cpu_string, pa_arch_string): Constify a char*.
16447         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
16448         (read_only_operand): Add argument `mode'.
16449         (singlemove_string, output_move_double, output_fp_move_double,
16450         output_block_move, output_and, output_ior, output_ascii,
16451         remove_useless_addtr_insns, milli_names, output_mul_insn,
16452         output_div_insn, output_mod_insn, output_arg_descriptor,
16453         output_cbranch, output_bb, output_bvb, output_dbra, ,
16454         output_millicode_call, output_call, hppa_encode_label,
16455         output_parallel_movb, output_parallel_addb): Constify a char*.
16456         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
16457         (output_parallel_addb): Remove extra arg to `constrain_operands'
16458
16459         * pa.h:  Move all prototypes to pa-protos.h.
16460         (pa_cpu_string, pa_arch_string): Constify a char*.
16461         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
16462
16463         * pa.md: Call `function_label_operand' with mode argument.
16464         Likewise for `read_only_operand'.
16465         Fix nesting of parens in call to `symbolic_operand'.
16466
16467 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16468
16469         * i860-protos.h: New file.
16470
16471         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
16472         time warnings.
16473
16474         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
16475
16476         * i860.md: Likewise.
16477
16478 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
16479
16480         * i386.md (movstrsi expander): Rewrite.
16481         (movstrsi_1 insn): Deleted.
16482         (strmovhi, strmovqi expander): New expanders.
16483         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
16484         * i386.c (x86_single_stringop): New global variable.
16485         * i386.h (x86_single_stringop): Declare.
16486         (TARGET_SINGLE_STRINGOP): New macro.
16487
16488 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
16489
16490         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
16491         integer vararg POSTINCREMENT before the destination of the jump
16492         for the hard fp case.
16493         (function_arg_pass_by_reference): Pass a copy of CUM to
16494         FUNCTION_ARG.
16495
16496         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
16497         for CONSTANT_ADDRESS_P above while loop for subreg.
16498
16499 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
16500
16501         * flow.c (propagate_block): When a prologue/epilogue insn
16502         is marked dead, unconditionally clear libcall_is_dead and
16503         insn_is_dead, and only dump rtl if warnings aren't being
16504         suppressed.
16505
16506 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
16507
16508         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
16509         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
16510         (FIXED_REGISTERS): Set dirflag as fixed.
16511         (CALL_USED_REGISTERS): Set dirflag as used.
16512         (REG_ALLOC_ORDER): Set dirflag as last one.
16513         (DIRFLAG_REG): New macro.
16514         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
16515         (HI_REGISTER_NAMES): Add dirflag.
16516         (DEBUF_PRINT_REG): Handle dirflag.
16517         * i386.md (type attribute): New cld and str types.
16518         (length_opcode attribute): Set cld and str to 1.
16519         (memory attribute): Set str to unknown - it is not clear from the
16520         patterns.
16521         (pent_np function unit): Prefixed string operations takes 12 cycles
16522         minimally; cld takes 2 cycles.
16523         (ppro_uops attribute): Str is "many" and cld is "few".
16524         (ppro_p0 unit): Handle cld here.
16525         (k6_alux unit): Handle cld and str types.
16526         (k6_load unit): It is ocupied by str opcodes.
16527         (k6_store unit): It is ocupied by str opcodes.
16528         (athlon_decode): Str is vector decoded.
16529         (athlon_ieu): Handle str and cld.
16530         (cld pattern): New.
16531         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
16532         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
16533         cmpstrsi_nz_1 insn): Do not output cld instruction
16534
16535 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
16536
16537         * gcc.texi (G++ and GCC): Add Java and Chill.
16538         (Bug Critera): Don't list languages.
16539
16540         * gcc.texi (Incompatibilities): No longer claim most C compilers
16541         are K&R.
16542
16543         * gcc.texi (G++ and GCC): Update other front-ends list.
16544
16545 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
16546
16547         * i386.c (ix86_expand_setcc): Fix typo.
16548         (ix86_expand_movcc): Similarly.
16549
16550         * Band-aid until haifa's bitset implementation is nuked.
16551         * haifa-sched.c (extract_bitlst): New parameter for size of the
16552         bitset in bits.  All callers changed.  Avoid looking at undefined
16553         bits in the bitset.
16554         (edgeset_bitsize): New variable.
16555         (schedule_region): Initialize edgeset_bitsize.
16556
16557 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16558
16559         * Makefile.in (optabs.o): Depend on real.h
16560         (resource.o): Depend on insn-attr.h
16561
16562         * builtins.c (result_vector): Wrap prototype in macro conditions
16563         governing definition and use.
16564
16565         * c-common.c: Include tm_p.h.
16566
16567         * c-lex.c: Likewise.
16568
16569         * elfos.h: Constify a char*.
16570
16571         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
16572         (get_attr_length, shorten_branches, profile_after_prologue): Mark
16573         parameter with ATTRIBUTE_UNUSED.
16574
16575         * fold-const.c (exact_real_inverse): Wrap variable `i' in
16576         CHECK_FLOAT_VALUE.
16577
16578         * haifa-sched.c (schedule_insns): Mark parameter with
16579         ATTRIBUTE_UNUSED.
16580
16581         * optabs.c: Include real.h.
16582
16583         * real.h (ereal_atof): Add prototype arguments.
16584
16585         * resource.c: Include insn-attr.h.
16586
16587         * sdbout.c (sdbout_queue_anonymous_type,
16588         sdbout_dequeue_anonymous_types): Wrap in macro
16589         SDB_ALLOW_FORWARD_REFERENCES.
16590         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
16591         ATTRIBUTE_UNUSED.
16592
16593         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
16594
16595         * stupid.c: Include tm_p.h.
16596
16597         * tree.c (real_value_from_int_cst): Mark parameter with
16598         ATTRIBUTE_UNUSED.
16599
16600 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16601
16602         * i960-protos.h: New file.
16603
16604         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
16605         time warnings.
16606
16607         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
16608
16609 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16610
16611         * combine.c (expand_field_assignment): Do not discard SUBREGs
16612         while computing nonzero_bits.
16613
16614 2000-01-09  Nick Clifton  <nickc@cygnus.com>
16615
16616         * config/arm/arm.c: Fix compile time warnings about signed vs
16617         unsigned constants.
16618         * config/arm/arm.h: Fix compile time warnings about signed vs
16619         unsigned constants.
16620
16621 2000-01-09  Philip Blundell  <philb@gnu.org>
16622
16623         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
16624         than `ldm' with only one register.
16625         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
16626         only one register.
16627
16628         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
16629         clobbered.
16630
16631 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
16632
16633         * config/ns32k/ns32k.md (load or push effective address): Operand 1
16634         must have SImode.
16635
16636 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16637
16638         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
16639         assignment used as truth value.
16640
16641         * function.c (assign_temp): Mark parameter `dont_promote' with
16642         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
16643         PROMOTE_FOR_CALL_ONLY.
16644
16645         * genrecog.c (write_subroutine): Mark variable `operands' with
16646         ATTRIBUTE_UNUSED.
16647
16648         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
16649         ATTRIBUTE_UNUSED.
16650
16651         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
16652         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
16653
16654         * toplev.c (note_deferral_of_defined_inline_function): Likewise
16655         for `decl'.
16656
16657 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16658
16659         * config/c4x.h: Tidy up comments.
16660         * config/c4x.c: Likewise.
16661
16662 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
16663
16664         * fold-const.c (lshift_double, rshift_double): Handle
16665         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
16666
16667 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16668
16669         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
16670         in prepare_function_start().
16671
16672 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
16673
16674         * config/v850/v850.c (expand_epilogue): Interrupt functions no
16675         longer allocate extra stack for function calls.
16676
16677 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16678
16679         * config/c4x/c4x.md (*subqf3_set): Fix typo.
16680
16681 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16682
16683         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
16684
16685 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
16686
16687         * rs6000.c (processor_target_table): Add power3 as alias for 630.
16688         * aix43.h: Revert Aug 2 change.
16689         (HAS_INIT_SECTION): Define, not visible yet.
16690         (LD_INIT_SWITCH): Define, not visible yet.
16691         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
16692
16693         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
16694
16695         * collect2.c (main): Expand ld2 size further.
16696         (export_object_lst): Cast assignment to avoid warning.
16697         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
16698         (scan_prog_file, COFF): Do not collect initialization or
16699         finalization functions generated for entire shared object if
16700         init/fini support present.
16701
16702 2000-01-07  Nick Clifton  <nickc@cygnus.com>
16703
16704         * config/elfos.h: Tidy up formatting of marcos.  Make sure
16705         that .section directives are always prefixed by a tab.
16706
16707         * config/svr4.h: Add #include "elfos.h" and remove duplicate
16708         definitions.
16709
16710 2000-01-07  Matt Austern  <austern@sgi.com>
16711
16712         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
16713         expon.
16714
16715 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
16716
16717         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
16718         crtstuff.c.
16719         (crtbegin.o, s-crtS): Likewise.
16720
16721 2000-01-06  Richard Henderson  <rth@cygnus.com>
16722
16723         * alpha.md (adddi_2+1): Limit offset such that it will be
16724         loadable with a single ldah+lda pair.
16725         (adddi_2+2): Explicitly fail split if we can't make it work.
16726
16727 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
16728
16729         * protoize.c: Conditionally include unistd.h.
16730         (IS_SAME_PATH_CHAR): New macro.
16731         (IS_SAME_PATH): New macro.
16732         (CPLUS_FILE_SUFFIX): New macro.
16733         (cplus_suffix): New static variable.
16734         (is_abspath): New static function.
16735         (in_system_include_dir): Handle DOS style pathnames.
16736         (file_could_be_converted): Likewise.
16737         (file_normally_convertible): Likewise.
16738         (directory_specified_p): Likewise.
16739         (file_excluded_p): Likewise.
16740         (abspath): Likewise.
16741         (shortpath): Likewise.
16742         (referenced_file_is_newer): Likewise.
16743         (save_def_or_dec): Likewise.
16744         (do_processing): Likewise.
16745         (main): Likewise.
16746         (edit_file): Likewise. Use rename instead of link.
16747         (rename_c_file): Likewise. Don't rename syscalls file.
16748         (munge_compile_params): Define null device for DOS based systems.
16749         (process_aux_info_file): Use binary mode if appliable.
16750         (edit_file): Likewise.
16751         * invoke.texi (Running Protoize): Document C++ suffixes used.
16752
16753         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
16754         IS_DIR_SEPARATOR macros.
16755         * collect2.c: Likewise.
16756         * cppinit.c: Likewise.
16757         * dwarf2out.c: Likewise.
16758         * gcc.c: Likewise.
16759         * gcov.c: Likewise.
16760         * prefix.c: Likewise.
16761         * rtl.c: Likewise.
16762         * toplev.c: Likewise.
16763         * system.h: And move to here.
16764
16765         * prefix.c (update_path): Fix typo in variable name.
16766
16767 2000-01-06  Richard Henderson  <rth@cygnus.com>
16768
16769         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
16770         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
16771         (count_reg_sets_1, count_reg_references): Likewise.
16772         (flow_loops_level_compute): Start counting actual loop depth at 1.
16773         (flow_loops_find): Likewise.
16774         * local-alloc.c (update_equiv_regs): Likewise.
16775         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
16776
16777 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
16778
16779         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
16780         FIRST_PSEUDO_REGISTER
16781         * dwarf2out.c: Don't include frame.h
16782         * dwarfout.c: Likewise
16783         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
16784         frame.h
16785
16786 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
16787
16788         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
16789         dead registers.
16790
16791         * i386.c (movsf splitter): Fix typo in my last checkin.
16792
16793 2000-01-05  Nick Clifton  <nickc@cygnus.com>
16794
16795         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
16796         own definition of this macro.
16797         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
16798         flag_data_sections or UNIQUE_SECTION_P are true.
16799
16800         * tm.texi (UNIQUE_SECTION): Document that it can be called for
16801         unitialised data decls.
16802
16803         * config/i386/winnt.c (i386_pe_unique_section): Cope with
16804         being called for uninitialised data.
16805
16806         * config/i386/interix.c (i386_pe_unique_section): Cope with
16807         being called for uninitialised data.
16808
16809         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
16810         for uninitialised data.
16811
16812         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
16813         for uninitialised data.
16814
16815         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
16816         for uninitialised data.
16817
16818         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
16819         (UNIQUE_SECTION_P): Always generate a unique section if
16820         flag_data_sections is true.
16821         (UNIQUE_SECTION): Also generate unique sections for
16822         uninitialised data.
16823         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
16824         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
16825         named_section().
16826
16827 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16828
16829         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
16830         SI, or DI.
16831
16832 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16833
16834         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
16835         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
16836         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
16837         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
16838         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
16839
16840         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
16841
16842 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
16843
16844         * c-decl.c (finish_enum): Simplify code to determine minimum and
16845         maximum values of the enum, and calculate the type.  Remove check
16846         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
16847         the DECL_INITIAL of each enumeration constant with a copy converted
16848         to the enumeration type.  When updating variant types, don't bother
16849         updating the type itself.
16850
16851         * c-typeck.c (build_binary_op): Simplify conditional expressions
16852         when weeding out spurious signed-unsigned warnings.  Add new
16853         spurious warning category: if the unsigned quantity is an enum
16854         and its maximum value fits in signed_type(result_type).  Update
16855         commentary.
16856         (build_conditional_expr): Warn here if one alternative is signed
16857         and the other is unsigned.
16858
16859 2000-01-05  Nick Clifton  <nickc@cygnus.com>
16860
16861         * config/fr30/fr30.h: Remove extraneous comments.
16862
16863 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
16864
16865         * reload1.c (choose_reload_regs): When disabling a reload, also
16866         set reload_spill_index to -1.
16867
16868 2000-01-04  Joel Sherrill (joel@OARcorp.com>
16869
16870         * configure.in (m68*-*-rtemscoff*): New target, formal name for
16871         old m68*-*-rtems*.
16872         (m68*-*-rtemself*): New target.
16873         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
16874         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
16875         (sparc*-*-rtemself*): New target.
16876         (sparc*-*-rtems*): Now elf not a.out.
16877         * config/i386/rtems.h: Include config/rtems.h.
16878         * config/i386/rtemself.h: Include config/rtems.h.
16879         * config/i960/rtems.h: Include config/rtems.h.
16880         * config/m68k/rtems.h: Include config/rtems.h.
16881         * config/m68k/rtemself.h: Include config/rtems.h.
16882         * config/mips/rtems64.h: Include config/rtems.h.
16883         * config/pa/rtems.h: Include config/rtems.h.
16884         * config/rs6000/rtems.h: Include config/rtems.h.
16885         * config/sh/rtems.h: Include config/rtems.h.
16886         * config/sh/rtemself.h: Include config/rtems.h.
16887         * config/sparc/rtems.h: Include config/rtems.h.
16888         * config/sparc/rtemself.h: Include config/rtems.h
16889
16890 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
16891
16892         * final.c (shorten_branches): Correctly compute length of
16893         asms without operands.
16894
16895 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
16896
16897         * configure.in: Add pj target.
16898         * configure: Regenerate.
16899         * config/pj: New directory.
16900         * config/pj/lib1funcs.S: New file.
16901         * config/pj/linux.h: New file.
16902         * config/pj/pj.c: New file.
16903         * config/pj/pj.md: New file.
16904         * config/pj/pjl.h: New file.
16905         * config/pj/t-pj: New file.
16906         * config/pj/xm-pj.h: New file
16907
16908 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
16909
16910         * toplev.c (rest_of_compilation): Run shorten-branches before
16911         reg-stack for now.
16912
16913 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16914
16915         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
16916         macros so that they're consistent with their names.
16917         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
16918         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
16919
16920 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16921
16922         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
16923         modified inadvertently.
16924
16925 2000-01-04  Joel Sherrill <joel@OARcorp.com>
16926
16927         * configure.in (v850*-*-rtems*): New target.
16928         * configure: Regenerate.
16929         * config/v850/rtems.h: New file.
16930
16931 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
16932
16933         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
16934         (__gthread_key_create): Likewise.
16935         (__gthread_key_dtor):  Likewise.
16936         (__gthread_once): Fix logic.
16937         (__gthread_key_delete): Cast away constness.
16938
16939         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
16940         * invoke.texi: Document.
16941         * i386/mingw32.h (CPP_SPEC): Use.
16942         (LIBGCC_SPEC): Likewise.
16943         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
16944
16945 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
16946
16947         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
16948         (HANDLE_PRAGMA_PACK): Undefine.
16949         (SLOW_UNALIGNED_ACCESS): Define.
16950
16951 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
16952
16953         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
16954         to default definition.
16955         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
16956         (store_fixed_bit_field): Call macro with word_mode and alignment.
16957         (extract_bit_field): Call macro with relevant mode and alignment.
16958         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
16959         to default definition.
16960         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
16961         and alignment.
16962         (move_by_pieces_ninsns): Likewise.
16963         (clear_by_pieces): Likewise.
16964         (emit_push_insn): Likewise.
16965         (store_field): Call macro with relevant mode and alignment.
16966         (expand_expr): Likewise.
16967         (expand_expr_unaligned): Likewise.
16968
16969         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
16970         (SLOW_UNALIGNED_ACCESS): Define.
16971         (CASE_VECTOR_MODE): Always use 32-bit offsets.
16972         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
16973         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
16974         (toc_section): Likewise and .toc pseudo-op.
16975         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
16976         64-bit mode.
16977         (TEXT_SECTION_ASM_OP): Likewise.
16978         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
16979         32-bit offsets.
16980
16981         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
16982         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
16983         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
16984         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
16985         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
16986
16987 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
16988
16989         * regclass.c: Revert my Jan 4 change to loop cost computation.
16990
16991 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
16992
16993         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
16994         compilation.
16995
16996 2000-01-04  Stan Cox  <scox@cygnus.com>
16997
16998         * haifa-sched.c (build_control_flow): Change unreachable simple
16999         loop test to check if current block has only one predecessor.
17000         (find_rgns): Initialize degree.  Use dest as degree index, not src.
17001
17002 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17003
17004         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
17005
17006         * calls.c (expand_call): Likewise for
17007         `old_stack_arg_under_construction'.
17008
17009         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
17010
17011         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
17012         `save_constant'.
17013
17014         * gcc.c (execute): Likewise for `ut' and `st'.
17015
17016         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
17017
17018         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
17019
17020         * jump.c (jump_optimize_1): Likewise for `temp2'.
17021
17022         * local-alloc.c (block_alloc): Likewise for `r1'.
17023
17024         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
17025
17026         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
17027         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
17028
17029         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
17030         and `set2'.
17031
17032         * reload.c (find_reloads): Likewise for `goal_alternative_number'
17033         and `goal_earlyclobber'.
17034
17035         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
17036
17037         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
17038
17039         * stupid.c (stupid_life_analysis): Likewise for `chain'.
17040
17041         * unroll.c (copy_loop_body): Likewise for `copy'.
17042
17043         * varasm.c (output_constructor): Likewise for `byte'.
17044
17045 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
17046
17047         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
17048         all FP constants for constant->reg moves.
17049         (ix86_split_to_parts): Try to convert memory address into immediate
17050         when available in the constant pool.
17051         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
17052         moves.
17053         (LEGITIMATE_CONSTANT_P): Return 1.
17054         * i386.md (pushsf): New splitter to convert constant pool memory
17055         reference to immediate.
17056         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
17057         reload.
17058
17059 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
17060
17061         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
17062         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
17063         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
17064         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
17065         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
17066
17067 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
17068
17069         * ginclude/stdbool.h:  Support compilation as C++.
17070
17071 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
17072
17073         * fold-const.c (make_range): Don't try to reverse an unbounded range.
17074
17075 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
17076
17077         * regclass.c (regclass): Properly compute loop_cost.  Adjust
17078         comments.
17079
17080         * regclass.c: Fix minor whitespace problems.
17081
17082 2000-01-03  Anthony Green  <green@cygnus.com>
17083
17084         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
17085         Restore the pic register if required.
17086
17087 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
17088
17089         * c-common.c (format_char_info): Update comment.
17090         (check_format_info): Recognize 'z' modifier in the same way 'Z'
17091         was recognized.  Emit warning for formats new in ISO C99 only
17092         if flag_isoc9x is not set.
17093
17094 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
17095
17096         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
17097
17098 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
17099
17100         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
17101         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
17102         (make_compound_operation): Choose cheaper alternative between
17103         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
17104
17105         * regclass.c (op_costs): Remove global variable.
17106         (record_reg_classes): New parameter "op_costs" and "reg_pref".
17107         (record_operand_costs): Break out from ...
17108         (scan_one_insn): ... here.
17109         (dump_regclass): Make dumps nicer.
17110         (regclass): Dump preferrences choosed and changes done during passes.
17111
17112 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
17113
17114         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
17115
17116 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
17117
17118         * config/sparc/sparc.c (gen_df_reg): New function.
17119         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
17120         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
17121         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
17122         movtf_cc_reg_sp64+1): Use it.
17123
17124 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
17125
17126         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
17127         copied LABEL_DECLs.
17128
17129 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
17130
17131         * config/i386/i386.c (ix86_expand_unary_operator): Function
17132         definition made void.
17133         (ix86_expand_binary_operator): Update outdated preceding comment.
17134         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
17135         prototype.
17136
17137         * config/i386/i386.c (override_options): Fix option-name typo.
17138
17139 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
17140
17141         * system.h (CEIL): Define.
17142         * builtins.c (CEIL): Remove.
17143         * expmed.c (CEIL): Likewise.
17144         * expr.c (CEIL): Likewise.
17145         * stor-layout.c (CEIL): Likewise.
17146
17147 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17148
17149         * expr.c (store_constructor_field): Fix typo introduced with last
17150         gcc2 merge.
17151
17152 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
17153
17154         * tree.h (BINFO_N_BASETYPES): New macro.
17155
17156 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
17157
17158         * expmed.c (emit_store_flag): Prevent losing a pending stack
17159         adjust the same way we prevent losing queued increments.
17160
17161 See ChangeLog.2 for earlier changes.